:root {
  --black: #0e0e0d;
  --white-sl: #f7f7f5;
  --sl: #0e0e0d;
  --yellow: #ffe600;
  --grey: #86868b;
  --green: #72c203;
  --space-salmon: #ff6969;
  --space-orange: #ff9210;
  --dim-grey: #70705f;
  --spark-library-white: white;
  --spark-library-foreground-interactive: #5532fa;
  --spark-library-foreground-interactive-hover: #1e116e;
  --combine-library-grey-600: #5f6570;
  --combine-library-error-800: #e2004f;
  --combine-library-error-100: #ffecec;
  --combine-library-success-800: #6d9400;
  --combine-library-success-100: #ebf7de;
  --combine-library-primary-800: #472def;
  --combine-library-grey-800: #1f2c3d;
  --combine-library-grey-400: #8c94a5;
  --combine-library-primary-600: #6157f8;
  --combine-library-grey-050: #f2f3f7;
  --combine-library-grey-100: #d9dce2;
  --combine-library-warning-400: #f8b34b;
  --combine-library-secondary-600: #00a1c1;
  --combine-library-white: white;
  --spark-library-background--interactive: #f0ecfd;
  --lynx-white: white;
  --lynx-black: #1f2022;
  --lynx-medium-purple: #8979ec;
  --lynx-grey: #797c83;
  --combine-library-grey-200: #bfc4ce;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-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-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #333;
  cursor: cell;
  margin-left: 0;
  margin-right: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  color: var(--black);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: GothamBold, Palatino Linotype, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
}

h3 {
  color: var(--white-sl);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Gothamrnd book, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 24px;
}

h4 {
  color: var(--black);
  letter-spacing: .5px;
  text-transform: none;
  margin-top: 1.95em;
  margin-bottom: 0;
  font-family: Gothamrnd, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .1px;
  font-weight: 700;
  line-height: 0;
}

p {
  color: var(--black);
  letter-spacing: .25px;
  margin-top: 2em;
  margin-bottom: 0;
  font-family: Gothamrnd book, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

a {
  text-decoration: underline;
}

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

li {
  color: var(--sl);
  font-family: Gothamrnd book, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

img {
  max-width: 100%;
  border-radius: 15px;
  margin-top: 15px;
  display: inline-block;
}

strong {
  color: var(--black);
  font-family: GothamBold, Palatino Linotype, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

em {
  font-style: italic;
}

blockquote {
  color: #858585;
  text-align: center;
  letter-spacing: .5px;
  border-left: 3px solid rgba(134, 134, 139, .75);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Gothamrnd, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 26px;
}

figure {
  border-radius: 30px;
  margin-top: 23px;
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  padding-bottom: 25px;
  padding-left: 32px;
  padding-right: 32px;
  font-family: Gothamrnd book, sans-serif;
}

.main {
  z-index: 999;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.h4 {
  color: #f7f7f7;
  margin-left: 10px;
  font-family: Gothamrnd, sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: block;
}

.h4.dark {
  color: #151515;
  letter-spacing: .1px;
  text-transform: uppercase;
  color: #151515;
  letter-spacing: .1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 0;
  font-family: Krana fat b, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.h4.header {
  width: 100%;
  color: #1d1d1f;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 0;
  font-size: 20px;
  line-height: 26px;
}

.h4.header.mobile {
  display: none;
}

.h4.header.hide {
  display: flex;
}

.h4.header.hide.fr {
  margin-top: 0;
}

.h4.header.fr {
  letter-spacing: .5px;
  text-transform: none;
  margin-top: 0;
  font-family: Gothamrnd, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.h4.header {
  width: 60%;
  color: #222;
  text-align: center;
  margin-left: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.h4.header.capa {
  width: 60%;
  color: #000;
  letter-spacing: 1px;
  white-space: normal;
  width: 60%;
  color: #000;
  letter-spacing: 1px;
  white-space: normal;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 26px;
  position: relative;
}

.l-logo {
  height: 100%;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: flex-start;
  margin-left: 50px;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.l-logo.w--current {
  opacity: 1;
  flex: none;
  margin-left: 0;
  display: block;
  position: static;
  top: auto;
}

.cta {
  z-index: 999;
  width: 150px;
  height: 60px;
  background-color: var(--yellow);
  flex-direction: row;
  flex: 0 auto;
  order: 3;
  justify-content: center;
  align-self: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.cta-menu {
  z-index: 999;
  width: 160px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  order: 1;
  align-self: center;
  margin-top: 0;
  text-decoration: none;
  position: relative;
  top: 4%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.cta-menu.space-button {
  width: 160px;
}

.sl__scroll-section {
  z-index: 999;
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.c-nav-social-contact-item-link {
  color: #1e756e;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.c-nav-social-media-link {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.c-menu-item {
  margin-bottom: 20px;
}

._w-menu-item-link {
  display: flex;
  position: relative;
}

.sl__content__sticky {
  z-index: 10;
  flex-direction: column;
  flex: 0 auto;
  align-self: center;
  align-items: center;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
}

.h-lottie_change {
  width: 550px;
  display: flex;
  position: relative;
  top: -100px;
}

.space-footer {
  z-index: 1000;
  width: 100vw;
  height: auto;
  background-color: var(--yellow);
  cursor: none;
  justify-content: center;
  align-items: center;
  transition: opacity .2s;
  display: block;
  position: relative;
}

.h1 {
  z-index: 9999;
  color: #000;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  white-space: nowrap;
  padding-left: 0;
  font-family: Krana fat b, sans-serif;
  font-size: 42px;
  line-height: 40px;
  position: relative;
}

.h1._3 {
  letter-spacing: 2px;
  letter-spacing: 2px;
  margin-bottom: 60px;
  font-weight: 400;
  line-height: 45px;
  position: relative;
  top: -45px;
}

.h1._3.impact {
  top: auto;
}

.h1.white {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.h1.white.capa {
  z-index: 1;
  width: auto;
  height: auto;
  z-index: 1;
}

.h1.mobile {
  display: none;
}

.animated {
  z-index: 2147483647;
  width: 630px;
  height: 170px;
  cursor: none;
  margin-top: 0;
  position: absolute;
  top: 649px;
  left: 700px;
}

.animated.cta-menu {
  width: 160px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  position: absolute;
  top: 5%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.animated.cta-menu.is-vision {
  width: 200px;
  height: 75px;
  align-items: center;
  margin-top: -5px;
  display: block;
  position: static;
  top: 10%;
}

.animated.cta-menu {
  width: 160px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 5%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.animated.accessprobono {
  width: 900px;
  height: 550px;
  position: relative;
  top: 0;
  left: auto;
  right: auto;
}

.animated.accessprobono.margin-top {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.animated.accessprobono.margin-top.less-height.is-700 {
  height: 900px;
}

.animated.accessprobono.margin-top.is-800.background-color-is-salmon {
  height: 580px;
}

.animated.accessprobono.margin-top.is-800.background-color-is-salmon.fr {
  height: 620px;
}

.animated.accessprobono.margin-top-freelancer {
  height: 750px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 270px;
  display: flex;
}

.animated.accessprobono.is-homecta {
  width: 1140px;
  height: 250px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  display: none;
}

.animated.spaceship-workshop-beta {
  width: 900px;
  height: 550px;
  position: relative;
  top: 0;
  left: auto;
  right: auto;
}

.animated.spaceship-workshop-beta.margin-top-freelancer {
  width: 750px;
  height: 950px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 100px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  top: auto;
}

.animate-borders-main {
  cursor: default;
  display: none;
  overflow: hidden;
}

.container-footer {
  z-index: 1001;
  width: 90vw;
  height: auto;
  max-width: 1440px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20vh;
  margin-bottom: 10vh;
  display: block;
  position: relative;
}

.container-footer.footer {
  height: auto;
  justify-content: space-between;
  margin: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.heading {
  color: var(--sl);
  font-family: Gothamrnd book, sans-serif;
  font-size: 18px;
}

.footer-h4 {
  max-width: 100%;
  color: var(--sl);
  letter-spacing: 1px;
  font-family: Gothamrnd, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.image-29 {
  max-width: 50%;
}

.image-29.footer {
  max-width: 100%;
  opacity: .71;
  filter: invert();
  max-width: 100%;
  opacity: 1;
  filter: none;
  max-width: 100%;
  margin-left: -15px;
}

.heading-container {
  margin-bottom: 100px;
}

.c-link_list {
  max-height: 100%;
  max-width: 100%;
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  overflow: visible;
}

.list-item {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  list-style-type: none;
  display: block;
}

.list-item.capa {
  margin-bottom: 30px;
}

.list-item.capa.fr {
  margin-top: -5px;
}

.list-item.footer {
  display: block;
}

.list-item.capa {
  margin-bottom: 30px;
}

.link-2 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 22px;
  padding-bottom: 22px;
  font-family: Krana fat b, sans-serif;
  font-size: 45px;
  text-decoration: none;
  display: inline-block;
}

.link-2:hover {
  color: var(--yellow);
  background-color: rgba(0, 0, 0, 0);
}

.link-2:active, .link-2:focus {
  color: var(--yellow);
}

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

.link-2.capa {
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.link-2.capa.link-menu {
  margin-bottom: 0;
  padding-bottom: 0;
}

.link-2.capa.link-menu.w--current {
  margin-bottom: 5px;
  line-height: 40px;
}

.link-2.capa.footer.heading-7 {
  margin-bottom: 0;
  padding-bottom: 10px;
}

.link-2.capa.footer.heading-7.w--current {
  color: var(--grey);
}

.link-2.link-menu.w--current {
  padding-top: 0;
  padding-bottom: 0;
}

.link-2.footer {
  color: var(--white-sl);
  font-size: 40px;
}

.link-2.footer.heading-7 {
  color: var(--sl);
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Krana fat b, sans-serif;
  font-size: 32px;
}

.link-2.footer.heading-7.w--current {
  color: var(--grey);
}

.nav-capabilities {
  margin-bottom: 10px;
  display: flex;
}

.capa-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-right: 0;
  font-family: Krana fat b, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.capa-link:hover {
  color: var(--yellow);
}

.capa-link.footer {
  color: var(--sl);
  padding-right: 10px;
  font-size: 16px;
}

.capa-link.footer.w--current {
  color: var(--grey);
}

.sep {
  width: 10px;
  height: 4px;
  color: var(--yellow);
  background-color: #fff;
  margin-top: 5px;
  margin-left: 0;
  margin-right: 10px;
  line-height: 10px;
}

.sep.footer {
  background-color: var(--sl);
}

.link-3 {
  z-index: 999;
  color: #000;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-family: Krana fat b, sans-serif;
  font-size: 45px;
  text-decoration: none;
  position: relative;
  top: 39px;
  left: 100px;
}

.link-3.menu {
  height: 90px;
  color: var(--yellow);
  height: 90px;
  color: #ffe600;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-size: 40px;
  display: flex;
  top: 0;
  left: 0;
}

.link-hover {
  width: auto;
  clear: both;
  transform-style: preserve-3d;
  flex: 0 auto;
  order: 0;
  align-self: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  top: -25px;
  left: -150px;
  transform: scale3d(.4, .7, 1);
}

.link-hover.approach {
  transform-style: preserve-3d;
  left: -97px;
  transform: scale3d(.6, .7, 1);
}

.link-hover.approach.menu {
  display: block;
  top: -20px;
}

.link-hover.approach.menu.fr {
  transform-style: preserve-3d;
  left: 0;
  transform: none;
}

.link-hover.approach.menu.f-fr {
  transform-style: preserve-3d;
  top: 0;
  left: -51px;
  transform: scale3d(.8, 1, 1);
}

.link-hover.approach.menu.en-3 {
  transform-style: preserve-3d;
  top: -14px;
  left: -45px;
  transform: scale3d(.8, 1, 1);
}

.link-hover.approach.menu.ennp {
  transform-style: preserve-3d;
  top: -17px;
  left: -97px;
  transform: scale3d(.6, 1, 1);
}

.link-hover.approach.menu.en-2 {
  transform-style: preserve-3d;
  top: 5px;
  left: -86px;
  transform: scale3d(.7, 1, 1);
}

.link-hover.approach.footer {
  width: 80%;
  left: -92px;
}

.link-hover.approach.footer.fr {
  left: -18px;
  transform: scale(1);
}

.link-hover.approach.footer {
  width: 80%;
  left: -92px;
}

.link-hover.approach.footer.fr {
  left: -18px;
  transform: scale(1);
}

.link-hover.casestudies {
  width: 80%;
  transform-style: preserve-3d;
  left: -60px;
  transform: scale3d(.8, .7, 1);
}

.link-hover.casestudies.menu {
  width: 100%;
  display: flex;
  left: -55px;
}

.link-hover.casestudies.menu.en-2 {
  transform-style: preserve-3d;
  left: -63px;
  transform: scale3d(.8, 1, 1);
}

.link-hover.casestudies.fr {
  transform-style: preserve-3d;
  left: -97px;
  transform: scale3d(.6, 1, 1);
}

.link-hover.aboutus {
  transform-style: preserve-3d;
  left: -110px;
  transform: scale3d(.55, .7, 1);
}

.link-hover.aboutus.menu {
  transform-style: preserve-3d;
  display: flex;
  transform: scale3d(.55, .7, 1);
}

.link-hover.aboutus.menu.fr {
  transform-style: preserve-3d;
  left: -100px;
  transform: scale3d(.55, 1, 1);
}

.link-hover.aboutus.footer {
  width: 80%;
  left: -107px;
}

.link-hover.aboutus.footer.fr {
  transform-style: preserve-3d;
  left: -134px;
  transform: scale3d(.45, 1, 1);
}

.link-hover.aboutus.footer {
  width: 80%;
  left: -107px;
}

.link-hover.aboutus.footer.fr {
  transform-style: preserve-3d;
  left: -134px;
  transform: scale3d(.45, 1, 1);
}

.link-hover.menu {
  transform-style: preserve-3d;
  display: block;
  top: -15px;
  transform: none;
}

.link-hover.menu.fr {
  transform-style: preserve-3d;
  left: -117px;
  transform: scale3d(.5, 1, 1);
}

.link-hover.menu.en {
  transform-style: preserve-3d;
  top: -5px;
  left: -158px;
  transform: scale3d(.35, 1, 1);
}

.link-hover.footer {
  top: -20px;
  left: -199px;
}

.link-hover.footer.home {
  width: 80%;
  left: -149px;
}

.link-hover.footer.home.fr {
  height: 20px;
  transform-style: preserve-3d;
  left: -125px;
  transform: scale3d(.5, 1, 1);
}

.link-hover.footer.home {
  width: 80%;
  width: 80%;
  left: -124px;
}

.link-hover.footer.home.fr {
  height: 20px;
  transform-style: preserve-3d;
  left: -125px;
  transform: scale3d(.5, 1, 1);
}

.link-hover.wwd {
  width: 27%;
  position: absolute;
  top: 261px;
  left: 57px;
}

.link-hover.wwd._3rd {
  width: 80%;
  position: relative;
  top: 0;
  left: 0;
  transform: scale(.8);
}

.link-hover.wwd._3rd.fr {
  transform: none;
}

.link-hover.wwd._2nd {
  width: 100%;
  position: relative;
  top: 0;
  left: -8px;
  transform: scale(.8);
}

.link-hover.wwd._2nd.fr {
  left: 0;
  transform: none;
}

.link-hover.wwd._1st {
  width: 100%;
  clear: none;
  flex: none;
  align-self: flex-start;
  position: relative;
  top: auto;
  left: -10px;
  transform: scale(.8);
}

.link-hover.wwd._1st.fr {
  transform: none;
}

.link-hover.insta {
  width: 70%;
  height: 30px;
  float: none;
  clear: left;
  filter: invert();
  text-align: left;
  flex-direction: row;
  margin-right: auto;
  display: block;
  position: relative;
  top: -21px;
  left: auto;
  transform: none;
}

.link-hover.contact {
  width: 60%;
  height: 20px;
  filter: invert();
  top: -15px;
  left: auto;
  transform: none;
}

.link-hover.terms {
  width: 50%;
  height: 30px;
  float: none;
  clear: left;
  filter: invert();
  text-align: left;
  flex-direction: row;
  margin-right: auto;
  display: block;
  position: relative;
  top: -21px;
  left: auto;
  transform: none;
}

.link-hover.contact {
  width: 60%;
  height: 20px;
  filter: invert();
  top: -15px;
  left: auto;
  transform: none;
}

.link-hover.terms {
  width: 50%;
  height: 30px;
  float: none;
  clear: left;
  filter: invert();
  text-align: left;
  flex-direction: row;
  margin-right: auto;
  display: block;
  position: relative;
  top: -21px;
  left: auto;
  transform: none;
}

.link-hover.casestudies {
  width: 80%;
  transform-style: preserve-3d;
  left: -60px;
  transform: scale3d(.8, .7, 1);
}

.link-hover.casestudies.fr {
  transform-style: preserve-3d;
  left: -97px;
  transform: scale3d(.6, 1, 1);
}

.link-hover.casestudies.menu {
  width: 100%;
  display: flex;
  left: -55px;
}

.link-hover.casestudies.menu.en-2 {
  transform-style: preserve-3d;
  left: -63px;
  transform: scale3d(.8, 1, 1);
}

.l-nav {
  z-index: 99999;
  display: block;
  position: relative;
}

.c-nav-is--fixed {
  z-index: 2147483647;
  width: 100vw;
  background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 50px;
  display: flex;
  position: fixed;
  top: auto;
  left: auto;
  overflow: hidden;
}

.burger {
  width: 100px;
  align-self: flex-end;
  display: block;
  position: absolute;
  top: 10px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.spacelemon-logo {
  opacity: 0;
  align-self: flex-end;
  display: block;
  position: absolute;
  top: 20px;
}

.spacelemon-logo.invert {
  opacity: 0;
  display: block;
  top: 20px;
}

.spacelemon-logo.minify {
  width: 85px;
  opacity: 0;
  margin-top: 0;
  display: block;
  position: relative;
  top: 0;
  bottom: auto;
  left: 2px;
  right: 0%;
}

.space-button {
  width: 100px;
  display: block;
  position: relative;
}

.h-lottie_burger_is-on {
  z-index: 9;
  width: 120px;
  height: 120px;
  min-height: 0%;
  margin-top: 25px;
  margin-left: auto;
  position: relative;
  left: 5vw;
}

.h4-cta {
  z-index: 2147483647;
  height: 100%;
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 3px;
  margin-bottom: 0;
  font-family: Krana fat b, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.h4-cta.close {
  opacity: 1;
  color: #000;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.h4-cta.is-white {
  color: var(--white-sl);
  letter-spacing: 3px;
  white-space: nowrap;
  flex: 0 auto;
  justify-content: flex-start;
  margin-top: 5px;
  padding-left: 0;
  font-size: 13px;
  display: flex;
  position: relative;
  right: -15px;
}

.l-overlay {
  z-index: 2147483647;
  height: 110vh;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.h-lottie_transitionoff {
  z-index: 9;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.h-lottie_transitionoff.invert {
  min-width: 100vw;
  opacity: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.h-lottie_transitionoff.invert.invinv {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.h-lottie_transitionoff.invinv {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.h-lottie_transitionoff.is-invert {
  min-width: 100vw;
  transform-style: preserve-3d;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.h-lottie_burger_is-off {
  width: 150px;
  min-height: 100%;
  margin-left: 5vw;
  display: none;
  position: relative;
  top: 20px;
}

.h-lottie_burger_is-off.close {
  width: 140%;
  min-height: 100px;
  opacity: 1;
  display: block;
  position: absolute;
  top: 5px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.y {
  width: 100vw;
  height: 110px;
  background-color: rgba(0, 0, 0, 0);
}

.c-link_container {
  z-index: 1001;
  width: 85vw;
  max-width: 1440px;
  background-color: rgba(0, 0, 0, 0);
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-end;
  margin: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-menu {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 22px;
  padding-bottom: 22px;
  font-family: Krana fat b, sans-serif;
  font-size: 45px;
  text-decoration: none;
  display: inline-block;
}

.link-menu:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.link-menu:active, .link-menu:focus {
  color: var(--yellow);
}

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

.link-menu.w--current {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 55px;
  display: block;
}

.link-menu.capa {
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.c-link_ulli {
  width: auto;
  color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  list-style-type: none;
  display: flex;
}

.list-item-copy {
  width: auto;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  list-style-type: none;
  display: flex;
}

.list-item-copy.capa {
  margin-bottom: 30px;
  display: block;
}

.list-item-copy.capa.en {
  margin-bottom: 10px;
}

.full-mobile {
  transform-style: preserve-3d;
}

.full-mobile-off {
  transform-style: preserve-3d;
  display: none;
}

.c-form {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: block;
}

.image-30 {
  max-width: 100%;
  margin-top: -30px;
}

.c-form_container {
  z-index: 103;
  height: 110vh;
  max-width: 1440px;
  background-color: var(--yellow);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.heading-2 {
  color: var(--sl);
  letter-spacing: 2px;
  text-transform: uppercase;
  align-self: flex-start;
  font-family: Krana fat b, sans-serif;
  font-size: 45px;
  line-height: 60px;
  text-decoration: none;
  position: relative;
}

.heading-2.accent {
  line-height: 80px;
}

.c-link_from {
  flex-flow: column;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 20px;
  display: inline-block;
}

.c-link_from.s {
  opacity: 1;
  margin-top: 0;
  margin-bottom: 20px;
}

.image-33 {
  width: 15px;
  margin-right: 20px;
  display: none;
}

.contact-1 {
  color: var(--white-sl);
  letter-spacing: .4px;
  margin-bottom: 5px;
  font-family: Gothamrnd, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

.contact-1._2 {
  position: relative;
}

.contact-1._2.mobile {
  display: none;
}

.contact-p {
  z-index: 999;
  color: var(--white-sl);
  letter-spacing: .3px;
  margin-top: 0;
  font-family: Gothamrnd book, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  position: relative;
}

.contact-p.mobile {
  display: none;
}

.text-span-8 {
  text-transform: uppercase;
  font-family: Gothamrnd, sans-serif;
  font-weight: 700;
}

.inside-1 {
  align-self: flex-start;
  margin-top: 37px;
  margin-bottom: 37px;
  display: flex;
}

.inside-1.align3 {
  z-index: 2147483647;
  flex-direction: column;
  margin-top: 15px;
  margin-bottom: 30px;
  margin-left: 7px;
  display: none;
  position: relative;
}

.inside-1.align3.hide {
  display: none;
}

.back-inside-1 {
  z-index: 999;
  width: 90px;
  align-self: flex-start;
  margin-bottom: 25px;
  margin-left: 5vw;
  display: none;
  position: absolute;
  top: 20px;
}

.c-link {
  width: 100%;
  max-height: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  display: flex;
}

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

.animate {
  width: 100vw;
}

.animate.menu {
  height: 110px;
  background-color: rgba(0, 0, 0, 0);
}

.animate.menu.concept {
  background-color: #000;
}

.c-cta_menu {
  width: 40%;
  flex-direction: column;
  flex: 0 auto;
  order: 1;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

._4 {
  z-index: 2147483647;
  width: 630px;
  height: 170px;
  cursor: none;
  margin-top: 0;
  position: absolute;
  top: 649px;
  left: 700px;
}

._4.menu-v2 {
  width: 150vw;
  height: 110px;
  background-color: rgba(0, 0, 0, 0);
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  left: -10vw;
}

._4.menu-v2.concept {
  height: 130px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/TILEPROOF-NAV.svg');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: contain;
  margin-top: 0;
}

._4.menu-v2.concept.approach {
  width: 100vw;
  height: 120px;
  background-image: url('../images/TILEPROOF-NAV.svg');
  background-repeat: repeat-x;
  background-size: contain;
}

.html-embed-10 {
  margin-left: auto;
  margin-right: auto;
}

.html-embed-10._2 {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 0;
  position: relative;
}

.html-embed-10._2.mobile {
  display: none;
}

._2 {
  background-color: #000;
}

.image-37 {
  max-width: 80%;
}

.space-transition {
  z-index: 999999999;
  min-width: 100vw;
  background-color: var(--yellow);
  margin-top: 0;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.transition-in {
  z-index: 2147483647;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.not-animated {
  z-index: 2147483647;
  width: 630px;
  height: 170px;
  cursor: none;
  margin-top: 0;
  position: absolute;
  top: 649px;
  left: 700px;
}

.not-animated.spaceheader {
  z-index: 9999;
  width: 200px;
  height: 100px;
  min-height: 100px;
  min-width: 400px;
  opacity: 1;
  width: 400px;
  height: 100px;
  min-height: 100px;
  min-width: 400px;
  opacity: 0;
  width: 400px;
  height: 100px;
  min-height: 100px;
  min-width: 400px;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/cta-menu-bg.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 100px;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: visible;
}

.h-lottie_surpriseinside {
  z-index: 999999999;
  width: 80%;
  opacity: 1;
  margin-left: -39px;
  margin-right: 18px;
  position: relative;
  top: 80px;
  bottom: auto;
  left: -150px;
  right: auto;
}

.h-lottie_surpriseinside.lazyload {
  width: 70%;
  margin-left: 0;
  margin-right: 0;
  left: -120px;
}

.c-link_is-hover {
  z-index: 99;
  width: 50%;
  height: 60vh;
  flex: 0 auto;
  align-self: center;
  margin-right: 5vw;
  position: relative;
}

.h-link_is-hover {
  z-index: 999;
  width: auto;
  max-width: 505px;
  opacity: 0;
  position: absolute;
  right: 10vw;
}

.h-link_is-hover._2 {
  max-width: 450px;
}

.h-link_is-hover._2.tr {
  max-width: 450px;
  background-color: rgba(0, 0, 0, 0);
}

.cta-canva-footer {
  width: 30vw;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 50px;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.h-reachout {
  width: 600px;
  opacity: 1;
  align-self: flex-start;
  margin-bottom: 60px;
  display: block;
  overflow: visible;
}

.h-reachout.fr {
  width: 850px;
}

.h-reachout.lazyload {
  width: 550px;
  opacity: 1;
  margin-bottom: 30px;
  display: block;
}

.l-preloader {
  z-index: 2147483647;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.h-lottie__preloader {
  width: 15%;
  margin: auto;
  padding-bottom: 100px;
}

.transition-in-copy {
  z-index: 2147483647;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.transition-in-copy.out {
  display: none;
}

.div-block-36 {
  background-color: rgba(0, 0, 0, 0);
  display: none;
}

.full-mobile-cta, .full-mobile-cta-off {
  display: none;
}

.capa-container {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.startaproject, .joinus {
  position: relative;
  top: -5px;
}

.joinus.an {
  max-width: 100%;
  top: 10px;
}

.joinus.an.fr {
  width: 250px;
}

.sayhi {
  position: relative;
  top: -5px;
  left: -78px;
  transform: scale(.7);
}

.sayhi.fr {
  left: 0;
  transform: none;
}

.paragraph-7 {
  max-width: 57%;
  color: var(--sl);
  text-align: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Gothamrnd book, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
}

.special-cta {
  margin-left: auto;
  margin-right: auto;
}

.special-cta._2-copy {
  width: 100%;
  text-align: center;
  width: 100vw;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  align-self: center;
  align-items: center;
  margin-left: 0;
  padding-bottom: 20px;
  display: block;
  position: relative;
}

.ctactaoffer {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.on {
  width: 70%;
  display: none;
}

.on.fff {
  width: 55%;
}

.on.l {
  width: 80%;
  width: 40%;
}

.on.fff {
  width: 55%;
}

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

.paragraph-8 {
  color: var(--white-sl);
  background-color: rgba(0, 0, 0, .9);
  border-radius: 20px;
  padding: 15px;
  font-family: Gothamrnd book, sans-serif;
  font-size: 16px;
}

.paragraph-8.footer {
  width: auto;
  color: var(--white-sl);
  background-color: rgba(0, 0, 0, .9);
  margin-right: auto;
  position: relative;
  right: 0;
}

.text-span-13, .text-span-14 {
  color: var(--yellow);
}

.div-block-41 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: end;
  justify-content: start;
  justify-items: baseline;
  padding-top: 0;
  display: grid;
}

.heading-7 {
  width: auto;
  color: #fdfdfd;
  font-family: Gothamrnd book, sans-serif;
  font-size: 18px;
}

.footer-link {
  opacity: .5;
  cursor: pointer;
  margin-right: 0;
  text-decoration: none;
}

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

.custom-change {
  display: none;
}

.h-lottie_logo {
  z-index: 10;
  width: 200px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.disclaimer {
  width: 300px;
  height: auto;
  opacity: 1;
  color: var(--white-sl);
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: flex-start;
  padding-top: 25px;
  font-family: Gothamrnd book, sans-serif;
  font-size: 12px;
  line-height: 15px;
  display: flex;
}

.link-5 {
  color: #ddd;
}

.nav-btns-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.c-translate {
  width: 60px;
  height: 20px;
  max-height: 20px;
  flex-direction: row;
  order: 1;
  align-items: center;
  margin-left: 20px;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.c-translate.bottom {
  width: 85px;
  background-color: #000;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-left: auto;
  margin-right: 50px;
  padding: 20px 20px 20px 15px;
}

.image-86 {
  width: 27px;
  flex: 0 auto;
  display: block;
}

.link-7 {
  color: #fff;
  flex: 0 auto;
  margin-left: 10px;
  font-family: Gothamrnd, sans-serif;
  font-size: 12px;
  text-decoration: none;
  display: block;
  position: relative;
}

.c-language-switch {
  width: 60px;
  height: 20px;
  max-height: 20px;
  flex-direction: row;
  order: 1;
  align-items: center;
  margin-left: 20px;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.c-language-switch.bottom {
  width: 85px;
  background-color: #000;
  border-radius: 10px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: absolute;
  bottom: 45px;
  right: 0;
}

.c-language-switch.bottom:hover {
  background-color: var(--yellow);
  color: var(--yellow);
}

.link-6-copy {
  color: #fff;
  flex: 0 auto;
  margin-left: 0;
  font-family: Gothamrnd, sans-serif;
  font-size: 12px;
  text-decoration: none;
  display: block;
  position: relative;
}

.catchline-span-text {
  margin-top: 0;
  margin-bottom: 10px;
}

.catchline-span-text.capa {
  color: #000;
  margin-top: 100px;
}

.sl_main_p-2.capa {
  top: 141px;
}

.sl_main_p-2.capa.universe {
  font-family: Gothamrnd book, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  top: 5px;
}

.sl_main_p-2.way {
  margin-top: -20px;
  margin-bottom: 33px;
  font-family: Gothamrnd book, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.sl_main_p-2.capa-w {
  color: #fff;
  top: 154px;
}

.sl_main_p-2.capa-w.l {
  margin-top: 88px;
  font-family: Gothamrnd book, sans-serif;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  top: 20px;
}

.sl_main_p-2.way {
  color: var(--black);
  margin-top: -20px;
  margin-bottom: 33px;
  line-height: 20px;
}

.div-block-50 {
  opacity: 1;
}

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

.lottie-animation-43 {
  width: 50vw;
  height: auto;
  filter: invert();
  margin-top: auto;
  position: relative;
}

.horizontal-disable {
  display: none;
}

.cta-heading {
  z-index: 2;
  color: #000;
  text-align: center;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 0;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Krana fat b, sans-serif;
  font-size: 50px;
  position: relative;
  top: 130px;
}

.image-95 {
  width: 35px;
  padding-bottom: 10px;
}

.div-block-52 {
  opacity: .92;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-52:hover {
  opacity: 1;
}

.disclaimer-cta {
  width: 400px;
  height: auto;
  opacity: .83;
  transform: scale3d(1none, 1none, 1none);
  color: #fff;
  transform-style: preserve-3d;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  font-family: Gothamrnd book, sans-serif;
  font-size: 12px;
  line-height: 15px;
  display: flex;
}

.disclaimer-cta:hover {
  opacity: 1;
  transform: scale3d(1.1none, 1.1none, 1none);
}

.bold-text-9 {
  line-height: 22px;
}

.link-9 {
  color: #6e6e6e;
  order: 0;
  text-decoration: underline;
  display: block;
}

.disclaimer-cta-2 {
  color: #000;
  text-align: left;
  font-family: Gothamrnd book, sans-serif;
  font-weight: 400;
  position: relative;
  top: 0;
  left: 5px;
}

.text-span-19 {
  color: var(--sl);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Gothamrnd, sans-serif;
  font-weight: 700;
}

.link-10 {
  color: var(--grey);
}

.bold-text-11 {
  font-weight: 400;
}

.hosted {
  color: var(--white-sl);
  font-family: Gothamrnd book, sans-serif;
  font-size: 16px;
}

.hosted.footer {
  width: auto;
  color: #86868b;
  text-align: left;
  margin-bottom: 0;
  margin-right: auto;
  padding-top: 22px;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  top: 0;
  right: 0;
}

.html-embed-15 {
  opacity: .77;
  align-self: flex-end;
  padding-top: 20px;
}

.keep-scrolling {
  z-index: 2147483647;
  width: 5px;
  height: 100%;
  background-color: var(--yellow);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.link-11 {
  color: var(--grey);
  text-decoration: none;
}

.link-12 {
  color: var(--white-sl);
  text-decoration: none;
}

.hide.v {
  display: none;
}

.keep-scrolling-lottie {
  z-index: 9999999;
  width: 100vw;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  transition: opacity .2s;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sl--small {
  z-index: auto;
  width: 90vw;
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: pre;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Krana fat b, sans-serif;
  font-size: 40px;
  line-height: 55px;
  display: block;
  position: relative;
}

.sl--small.text-color-is-yellow {
  color: var(--yellow);
  font-weight: 400;
  position: relative;
}

.sl--small.interline {
  font-weight: 400;
  line-height: 120px;
  display: block;
  position: relative;
}

.sl--small.is-28-mobile {
  position: relative;
  top: -30px;
}

.sl--small.is-relative {
  position: relative;
  top: 78px;
}

.sl-hero-1 {
  height: auto;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.h-lottie__preloader_is--mobile {
  max-width: 75%;
  display: none;
  position: absolute;
  top: -10%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.body-is--dark {
  cursor: none;
  background-color: #000;
}

.html-embed-16 {
  display: none;
}

.disclaimer-2 {
  width: 300px;
  height: auto;
  opacity: 1;
  color: #fdfdfb;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: flex-start;
  padding-top: 25px;
  font-family: Gothamrnd book, sans-serif;
  font-size: 12px;
  line-height: 15px;
  display: flex;
}

.c-logo {
  flex: 1;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: block;
  position: relative;
  left: 100px;
}

.c-logo.w--current {
  opacity: 0;
  flex: none;
  margin-left: 0;
  display: block;
  position: static;
  top: auto;
}

.c-logo.main {
  left: 50px;
}

.heading-10 {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  align-self: flex-start;
  font-family: Krana fat b, sans-serif;
  font-size: 45px;
  line-height: 60px;
  text-decoration: none;
  position: relative;
}

.spacelemon-logo-2 {
  opacity: 0;
  align-self: flex-end;
  display: none;
  position: absolute;
  top: 20px;
}

.spacelemon-logo-2.invert {
  z-index: 99;
  opacity: 0;
  opacity: 0;
  align-self: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: block;
  top: 20px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.c-link_main {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 22px;
  padding-bottom: 22px;
  font-family: Krana fat b, sans-serif;
  font-size: 45px;
  text-decoration: none;
  display: inline-block;
}

.c-link_main:hover {
  color: var(--sl);
  background-color: rgba(0, 0, 0, 0);
}

.c-link_main:active {
  color: var(--sl);
}

.c-link_main:focus {
  color: var(--grey);
}

.c-link_main:visited {
  color: #000;
}

.c-link_main.w--current {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 55px;
  display: block;
}

.contact-p-2 {
  z-index: 999;
  color: #fdfdfb;
  letter-spacing: .3px;
  margin-top: 0;
  font-family: Gothamrnd book, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  position: relative;
}

.contact-p-2.mobile {
  display: none;
}

.sep-2 {
  width: 10px;
  height: 4px;
  color: rgba(0, 0, 0, 0);
  background-color: #000;
  margin-top: 5px;
  margin-left: -10px;
  margin-right: 10px;
  line-height: 10px;
}

.capa-link-2 {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-right: 0;
  font-family: Krana fat b, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.capa-link-2:hover {
  color: #000;
}

.contact-1-2 {
  color: #fdfdfb;
  letter-spacing: .4px;
  margin-bottom: 5px;
  font-family: Gothamrnd, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

.contact-1-2._2 {
  position: relative;
}

.contact-1-2._2.mobile {
  display: none;
}

.contact-1-2._2 {
  width: 50%;
  font-size: 22px;
  line-height: 24px;
  position: relative;
}

.contact-1-2._2.mobile {
  display: none;
}

.link-14 {
  color: #86868b;
}

.cta-menu-2 {
  z-index: 999;
  width: 160px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  order: 1;
  align-self: center;
  margin-top: 0;
  text-decoration: none;
  position: relative;
  top: 4%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.cta-menu-2.h-lottie_burger_is-on {
  margin-left: 0;
  margin-right: 5vw;
}

.cta-menu-2.h-lottie_burger_is-on.is-vision {
  width: 150px;
  opacity: 0;
  flex-direction: row;
  align-items: center;
  margin-right: 5vw;
  display: flex;
  top: 2%;
}

.cta-menu-2.h-lottie_burger_is-on.is-vision.mobile {
  display: none;
}

.c-link_capa {
  width: auto;
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  list-style-type: none;
  display: block;
}

.c-link-capa {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 22px;
  padding-bottom: 0;
  font-family: Krana fat b, sans-serif;
  font-size: 45px;
  text-decoration: none;
  display: inline-block;
}

.c-link-capa:hover {
  color: var(--sl);
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 0;
}

.c-link-capa:active, .c-link-capa:focus {
  color: #ffe600;
}

.c-link-capa:visited {
  color: rgba(255, 255, 255, .5);
}

.h-lottie_close_is-off {
  z-index: 99;
  width: 140px;
  height: 140px;
  opacity: 0;
  flex: 0 auto;
  align-items: flex-start;
  display: block;
  position: absolute;
  top: 5px;
  left: 5vw;
}

.c-link_container_footer {
  z-index: 1001;
  width: 85vw;
  max-width: 1440px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  margin: auto;
  display: flex;
  position: absolute;
  top: 5%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.l-form {
  z-index: 2147483647;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  flex-wrap: nowrap;
  justify-content: flex-start;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.h-lottie_back {
  z-index: 99;
  width: 80px;
  height: 80px;
  flex: 0 auto;
  align-items: flex-start;
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
}

.h-lottie_transitionon {
  z-index: 9;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.h-lottie_back_is--inside {
  z-index: 99;
  width: 80px;
  height: 80px;
  filter: invert();
  flex: 0 auto;
  align-items: flex-start;
  display: none;
  position: absolute;
  top: 15px;
  left: 0;
}

.c-scroll-down-p {
  width: 50vw;
  color: var(--white-sl);
  text-align: center;
  align-items: flex-end;
  margin: 5px auto 0;
  font-family: Gothamrnd book, sans-serif;
  font-size: 14px;
  line-height: 18px;
  display: block;
}

.c-scroll-down-p.is-mobile {
  display: none;
}

.is-yellow {
  color: var(--yellow);
  transition: opacity .2s;
}

.h-lottie_scroll-vision {
  height: 60px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
}

.c-intro-scroll {
  z-index: 9999999;
  width: 50vw;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  top: auto;
  bottom: -5px;
  left: 0%;
  right: 0%;
}

.h-lottie_scroll-vision-2 {
  height: 60px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
}

.is-light {
  z-index: 99999;
  width: auto;
  height: 40%;
  filter: invert();
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 0;
  position: relative;
  left: auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.pw {
  text-decoration: none;
}

.link-15 {
  color: var(--white-sl);
  font-family: Gothamrnd book, sans-serif;
  font-style: normal;
  text-decoration: underline;
}

.link-15:hover {
  color: var(--yellow);
}

.image-76 {
  z-index: 999;
  width: auto;
  max-width: 505px;
  opacity: 0;
  position: absolute;
  right: 10vw;
}

.image-76._2 {
  max-width: 450px;
}

.image-76._2.tr {
  max-width: 450px;
  background-color: rgba(0, 0, 0, 0);
}

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

.logo.w--current {
  opacity: 0;
  flex: none;
  margin-left: 0;
  display: block;
  position: static;
  top: auto;
}

.full-mobile-2 {
  transform-style: preserve-3d;
}

.space-button-2 {
  width: 100px;
  position: relative;
}

.link-16 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 22px;
  padding-bottom: 22px;
  font-family: Krana fat b, sans-serif;
  font-size: 45px;
  text-decoration: none;
  display: inline-block;
}

.link-16:hover {
  color: #ffe600;
  background-color: rgba(0, 0, 0, 0);
}

.link-16:active, .link-16:focus {
  color: #ffe600;
}

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

.link-16.capa {
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.link-16.capa.link-menu {
  color: var(--sl);
  margin-bottom: 0;
  padding-bottom: 0;
}

.link-16.capa.link-menu:hover {
  color: var(--white-sl);
}

.link-16.capa.link-menu:focus {
  color: var(--grey);
}

.link-16.capa.link-menu.w--current {
  margin-bottom: 5px;
  line-height: 40px;
}

.link-16.capa.footer.heading-7.w--current {
  color: #86868b;
}

.link-16.capa.link-menu {
  margin-bottom: 0;
  padding-bottom: 0;
}

.link-16.capa.link-menu.w--current {
  margin-bottom: 5px;
  line-height: 40px;
}

.link-16.link-menu {
  color: var(--sl);
}

.link-16.link-menu:hover {
  color: var(--white-sl);
}

.link-16.link-menu:focus {
  color: var(--grey);
}

.link-16.link-menu.w--current {
  padding-top: 0;
  padding-bottom: 0;
}

.link-16.footer {
  color: #fdfdfb;
  font-size: 40px;
}

.link-16.footer.heading-7 {
  font-family: Krana fat b, sans-serif;
}

.link-16.footer.heading-7.w--current {
  color: #86868b;
}

.link-16.link-menu.w--current {
  padding-top: 0;
  padding-bottom: 0;
}

.reachout {
  width: 600px;
  align-self: flex-start;
  margin-bottom: 10px;
  display: none;
}

.link-menu-2 {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 22px;
  padding-bottom: 22px;
  font-family: Krana fat b, sans-serif;
  font-size: 45px;
  text-decoration: none;
  display: inline-block;
}

.link-menu-2:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.link-menu-2:active {
  color: var(--white-sl);
}

.link-menu-2:focus {
  color: var(--grey);
}

.link-menu-2:visited {
  color: var(--sl);
}

.link-menu-2.w--current {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 55px;
  display: block;
}

.space-overlay {
  z-index: 2;
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.lottie-animation-27 {
  z-index: 9;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.lottie-animation-27.invert {
  z-index: 2;
  min-width: 100vw;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: visible;
}

.lottie-animation-27.invert.invinv {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.lottie-animation-27.invinv {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.lottie-animation-27.invert {
  min-width: 100vw;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.lottie-animation-27.invert.invinv {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.lottie-animation-28 {
  width: 140%;
  min-height: 70px;
  display: none;
  position: relative;
  top: -15px;
}

.lottie-animation-28.close {
  width: 140%;
  min-height: 100px;
  opacity: 1;
  display: block;
  position: absolute;
  top: -15px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.full-mobile-off-2 {
  transform-style: preserve-3d;
  display: none;
}

.space-menu {
  z-index: 102;
  width: auto;
  height: 120px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.div-block-15-copy {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  margin-top: 172px;
  display: block;
  position: relative;
  top: 192px;
}

.sep-3 {
  width: 10px;
  height: 4px;
  background-color: var(--sl);
  color: #ffe600;
  margin-top: 5px;
  margin-left: 0;
  margin-right: 10px;
  line-height: 10px;
}

.back-inside-1-2 {
  z-index: 2;
  width: 90px;
  align-self: flex-start;
  margin-bottom: 25px;
  display: none;
  position: fixed;
}

.nav-container-menu {
  z-index: 1001;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  flex: none;
  align-items: flex-end;
  margin-top: 347px;
  margin-left: 4vw;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-35 {
  z-index: 99;
  width: 50%;
  height: 60vh;
  flex: 0 auto;
  align-self: center;
  margin-right: 5vw;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.contact-form {
  z-index: 9999;
  width: 90vw;
  height: 100vh;
  max-height: 80vh;
  max-width: 1440px;
  align-self: center;
  margin: auto;
  display: none;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.list-item-menu {
  width: auto;
  color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  list-style-type: none;
  display: flex;
  position: relative;
}

.div-block-15 {
  width: 100%;
  max-height: 100%;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  display: flex;
}

.text-span-32 {
  font-family: Gothamrnd book, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.capa-link-3 {
  color: var(--sl);
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-right: 0;
  font-family: Krana fat b, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.capa-link-3:hover {
  color: #ffe600;
}

.h4-cta-2 {
  z-index: 2147483647;
  height: 100%;
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 3px;
  margin-bottom: 0;
  font-family: Krana fat b, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.h4-cta-2.close {
  opacity: 0;
  color: #000;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cta-canva {
  width: 40%;
  flex-direction: column;
  order: 1;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
}

.heading-11 {
  color: #1d1d1f;
  letter-spacing: 2px;
  text-transform: uppercase;
  align-self: flex-start;
  font-family: Krana fat b, sans-serif;
  font-size: 45px;
  line-height: 60px;
  text-decoration: none;
  position: relative;
}

.list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.lottie-animation-26 {
  z-index: 9;
  width: 120%;
  min-height: 60px;
  position: absolute;
  top: -15px;
}

.burger-2 {
  align-self: center;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.left-text {
  width: 50vw;
  height: auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-right: 2vw;
  display: flex;
}

.image-101 {
  max-height: 25px;
  max-width: 50%;
  opacity: 1;
  margin-top: 13px;
  margin-left: -16px;
}

.image-101:hover {
  opacity: 1;
}

.paragraph-17 {
  color: var(--white-sl);
  margin-top: 4.2em;
  font-family: Gothamrnd book, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.paragraph-17.footer {
  width: 14vw;
  color: rgba(253, 253, 251, .5);
  text-align: left;
  column-count: 0;
  margin-right: auto;
  font-style: normal;
  line-height: 20px;
  text-decoration: none;
  position: relative;
  right: 0;
}

.paragraph-17.footer.cre {
  width: 15vw;
  margin-top: .5em;
}

.paragraph-17.footer.cre.link {
  margin-top: 1em;
  margin-left: 10px;
}

.paragraph-17.mission-footer {
  color: rgba(253, 253, 251, .75);
  letter-spacing: 0;
  text-transform: none;
  font-family: Gothamrnd, sans-serif;
  font-size: 18px;
  line-height: 22px;
  display: none;
}

.text-span-37 {
  color: #ffe600;
}

.heading-container-2 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.heading-container-2.fr {
  margin-bottom: 42px;
}

.image-100 {
  max-height: 25px;
  max-width: 50%;
  opacity: 1;
  margin-top: 15px;
  margin-left: -10px;
}

.image-100:hover {
  opacity: 1;
}

.link-18 {
  color: #86868b;
  text-decoration: none;
}

.right-illustration {
  width: auto;
  height: auto;
  border-radius: 0;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2vw;
}

.space-block-2 {
  width: 100%;
  height: auto;
  max-width: 90%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 0;
}

.space-block-2.sl {
  color: #1d1d1f;
  left: auto;
}

.space-block-2.sl.faq {
  align-items: center;
}

.img-insta {
  width: 40px;
  height: auto;
}

.img-insta:hover {
  opacity: 1;
}

.offer {
  z-index: 10;
  max-width: 250px;
  float: right;
  clear: none;
  align-self: auto;
  position: relative;
  top: 0;
  left: 40px;
  transform: rotate(-1deg);
}

.div-block-59 {
  z-index: 10;
  width: 100%;
  height: 100%;
  align-self: auto;
  position: relative;
  top: 20px;
  left: 50px;
  transform: rotate(-1deg);
}

.startaproject-2 {
  display: none;
  position: relative;
  top: -5px;
}

.sap-2 {
  flex-direction: column;
  align-self: flex-start;
  margin-top: 37px;
  margin-bottom: 37px;
  display: flex;
}

.sap-2.s {
  opacity: 1;
  margin-top: 38px;
  margin-bottom: 0;
}

.lottie-animation-48 {
  z-index: 10;
  width: 190px;
  height: 140px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -29%;
  bottom: auto;
  left: 10px;
  right: 0%;
}

.joinus-2 {
  display: none;
  position: relative;
  top: -5px;
}

.sayhi-3 {
  transform-style: preserve-3d;
  display: none;
  position: relative;
  top: -5px;
  left: -78px;
  transform: scale3d(1.3, 1, 1);
}

.spacelemon-logo-3 {
  opacity: 0;
  align-self: flex-end;
  display: none;
  position: absolute;
  top: 20px;
}

.spacelemon-logo-3.minify {
  width: 85px;
  opacity: 0;
  margin-top: 0;
  display: none;
  position: relative;
  top: 0;
  bottom: auto;
  left: 2px;
  right: 0%;
}

.spacelemon-logo-3.invert {
  opacity: 0;
  display: none;
  top: 20px;
}

.lottie-animation-49 {
  z-index: 999999999;
  width: 80%;
  height: 100px;
  opacity: 1;
  margin-left: -39px;
  margin-right: 18px;
  position: relative;
  top: 30px;
  bottom: auto;
  left: -150px;
  right: auto;
}

.stars-bg {
  z-index: 0;
  width: 100%;
  height: 50vh;
  opacity: 1;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.stars-bg.expertise {
  height: 250vh;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 400vh;
}

.stars-bg.fixed {
  height: 100vh;
  display: block;
  position: fixed;
}

.stars-bg.fixed.is-desktop {
  z-index: 99;
  display: block;
}

.stars-bg.is-contact {
  height: 100%;
  position: absolute;
}

.stars-bg.about-us {
  z-index: 1;
  width: 100vw;
  height: 95vh;
  opacity: 1;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.stars-bg.about-us.is-contact {
  height: 120%;
}

.stars-bg.footer {
  z-index: 999;
  width: 100vw;
  height: 8vh;
  margin-top: auto;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.stars-bg.header {
  position: absolute;
}

.stars-bg.header.fr {
  display: block;
}

.stars-bg.header.fr.home2 {
  height: 100%;
  min-height: 140vh;
  display: none;
  transform: scale(1);
}

.stars-bg.footer {
  display: none;
  position: fixed;
}

.stars-bg.cta-main {
  z-index: 1;
  position: absolute;
}

.stars-bg.f {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  margin-top: -80vh;
  display: none;
  position: relative;
}

.heading-2 {
  color: #000;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.5em;
}

.yellow {
  color: #ffe524;
  font-size: 36px;
  line-height: 70px;
}

.left {
  width: 40vw;
  height: 80%;
  min-width: 40vw;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  margin-left: 50px;
  display: flex;
}

.left.capa {
  width: 50vw;
  height: 100vh;
  min-width: auto;
  justify-content: flex-start;
  align-self: center;
}

.left.capa.digital {
  z-index: 5;
  height: 100%;
  opacity: 1;
  margin-top: 0;
  position: relative;
}

.left.capa.waytoimpact {
  padding-top: 180px;
}

.left.capa._4 {
  display: flex;
}

.left.capa.digital {
  z-index: 5;
  height: 100%;
  opacity: 1;
  margin-top: 158px;
  position: relative;
}

.left.capa.waytoimpact {
  padding-top: 180px;
}

.image-28 {
  display: none;
}

.right {
  width: 35vw;
  height: 60vh;
  margin-right: auto;
  padding-left: 50px;
}

.right.digital {
  z-index: 2;
  max-width: 450px;
  position: relative;
  top: 78px;
}

.right.universe {
  width: 35vw;
}

.right.show {
  width: 500px;
  max-width: 500px;
  flex: 0 auto;
  order: 0;
  margin-right: 0;
  padding-left: 80px;
}

.right.waytoimpact {
  width: 35vw;
  max-width: 450px;
  width: 35vw;
  max-width: 450px;
  padding-top: 60px;
}

.last {
  z-index: 99;
  opacity: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.number {
  z-index: 1;
  width: 100%;
  border-bottom: 1.5px solid rgba(238, 237, 242, .19);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 2.2em 0;
  font-size: .8em;
  transition: font-size .5s, padding .5s linear, background-color .5s linear;
  display: flex;
  position: relative;
}

.container {
  width: 100vw;
  max-width: 100vw;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4em;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.container.workshop {
  padding-top: 200px;
  padding-bottom: 0;
}

.container.workshop.margin-top {
  width: 100vw;
  background-color: var(--yellow);
  align-items: center;
  margin-left: 0;
  padding-top: 300px;
}

.container.workshop.margin-top.shapedividers_com-4627 {
  margin-top: -194px;
  padding-top: 300px;
}

.container.workshop.margin-top.shapedividers_com-4627.hid {
  display: none;
}

.container.workshop.margin-top.shapedividers_com-4627-copy {
  margin-top: -194px;
  padding-top: 300px;
}

.container.workshop.margin-top.shapedividers_com-4627-copy.mobile, .mobile-jpp {
  display: none;
}

.section-11 {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  top: 15vh;
}

.section-11.capabilities {
  height: 95vh;
  background-color: #fdfdfb;
  margin-top: 0;
  top: auto;
}

.image-102 {
  max-width: 100%;
  margin-top: -30px;
}

.image-102.way {
  max-width: 90%;
}

.image-102.digital {
  max-width: 85%;
  margin-top: 0;
  position: relative;
  top: auto;
}

.image-102.whitey {
  max-width: 80%;
  margin-top: 0;
}

.image-102.digital {
  max-width: 85%;
  margin-top: 0;
  position: relative;
  top: 0;
}

.lottie-animation-12 {
  width: 15%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 100px;
  bottom: 0;
}

.lottie-animation-12.check-it-out {
  width: 15%;
  width: 15%;
  flex: 0 auto;
  align-items: flex-end;
  display: block;
  position: relative;
  top: auto;
  bottom: 7%;
  left: 0%;
  right: 0%;
}

.section-35 {
  height: 100vh;
  align-items: center;
  display: flex;
}

.section-35._23 {
  background-color: #ffe600;
  margin-top: 0;
  display: flex;
}

.section-35._23.b {
  white-space: normal;
  background-color: #000;
}

.lottie-animation-16 {
  height: 90vh;
}

.lottie-animation-16.mobile {
  height: 70vh;
}

.lottie-animation-16.megaphone {
  margin-top: 249px;
}

.express {
  float: none;
  margin-top: 0;
}

.paragraph-4 {
  width: 300px;
  letter-spacing: .6px;
  margin-top: 50px;
  margin-bottom: 69px;
  padding-left: 0;
  font-family: Gothamrnd, sans-serif;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  top: 80px;
}

.paragraph-4.w {
  color: #fff;
}

.animate-borders-main-2 {
  cursor: none;
  display: none;
  overflow: hidden;
}

.container-2 {
  position: relative;
}

._1 {
  max-width: 1440px;
  color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

._1.wwd {
  height: 100vh;
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.lottie-last {
  z-index: 9999999;
  width: 100%;
  height: 100%;
  opacity: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.image-24.digital {
  color: rgba(0, 0, 0, 0);
  -webkit-text-fill-color: inherit;
  color: rgba(0, 0, 0, 0);
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: content-box;
  margin-top: 15vh;
  padding-top: 100px;
}

.lottie-animation-33 {
  text-transform: none;
  display: block;
}

.lottie-animation-34 {
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.space-menu-2 {
  z-index: 10;
  width: 100%;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 30px;
  padding-bottom: 15px;
  display: flex;
  position: fixed;
}

.lottie-animation-11 {
  z-index: 0;
  width: 35%;
  opacity: 1;
  transform-style: preserve-3d;
  margin: -15px auto 28px;
  position: relative;
  transform: rotateX(-14deg)rotateY(14deg)rotateZ(0);
}

.catchline-span-text-3 {
  margin-top: 0;
  margin-bottom: 10px;
}

.catchline-span-text-3.capa {
  color: #000;
  margin-top: 100px;
  font-family: Gothamrnd, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.catchline-span-text-3.capa.way {
  cursor: none;
  margin-top: 0;
  position: relative;
  top: -20px;
}

.catchline-span-text-3.capa-w {
  color: #fff;
  position: relative;
  top: 130px;
}

.catchline-span-text-3.capa-w.l {
  top: 104px;
}

.catchline-span-text-3.capa {
  color: #000;
  margin-top: 100px;
  font-size: 18px;
  line-height: 24px;
}

.catchline-span-text-3.capa.way {
  cursor: none;
  margin-top: 0;
  position: relative;
  top: -20px;
}

.connect {
  margin-top: -60px;
}

.lottie-animation-18 {
  width: 580px;
  align-items: flex-start;
  margin-top: -214px;
  margin-left: -40px;
  display: flex;
}

.lottie-animation-18.way-2, .lottie-animation-18.way-2.fr {
  transform-style: preserve-3d;
}

.lottie-animation-18._32 {
  width: 550px;
  margin-top: -80px;
}

.lottie-animation-18.en {
  margin-top: -194px;
}

.lottie-animation-18.align-right.univ-2, .lottie-animation-18.align-right.univ-2.fr {
  transform-style: preserve-3d;
}

.lottie-animation-18.wytoimpact {
  width: 500px;
  margin-top: -141px;
  margin-bottom: 48px;
  margin-left: -33px;
}

.lottie-animation-18.wytoimpact.fr._32 {
  width: 600px;
  margin-top: -176px;
  margin-left: -143px;
}

.lottie-animation-18._32 {
  width: 550px;
  margin-top: -30px;
}

.lottie-animation-18.fr {
  transform-style: preserve-3d;
  margin-top: -170px;
  margin-left: -150px;
  transform: scale3d(.7, 1.2, 1);
}

.lottie-animation-18.fr._324 {
  margin-top: -216px;
  margin-left: -115px;
}

.bold-text-24 {
  color: var(--sl);
  font-weight: 400;
  line-height: 20px;
}

.cta-menu-5 {
  z-index: 999;
  width: 160px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  order: 1;
  align-self: center;
  margin-top: 0;
  text-decoration: none;
  position: relative;
  top: 4%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.cta-menu-5.space-button {
  width: 160px;
}

.paragraph-3 {
  width: 55%;
  color: #000;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Gothamrnd book, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.paragraph-3.impact {
  width: 55%;
  text-transform: none;
  margin-top: 30px;
  font-family: Gothamrnd book, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.section-34 {
  z-index: 99;
  height: 100vh;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.section-34.y {
  height: 100vh;
  background-color: #ffe600;
  border-top-right-radius: 250px;
}

.section-34.white {
  background-color: rgba(0, 0, 0, 0);
}

.section-34.white.t {
  width: 100vw;
  height: 100vh;
  position: static;
}

.section-34.y {
  height: 100vh;
  background-color: #ffe600;
}

.sl_main_p {
  width: 500px;
  color: #000;
  white-space: normal;
  order: 1;
  padding-top: 0;
  font-family: Gothamrnd book, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  position: relative;
  top: -35px;
}

.cont {
  width: 45%;
  margin-top: -5vh;
  margin-left: 30vh;
}

.cont.express {
  width: 35%;
  align-self: flex-end;
  margin-left: auto;
  margin-right: 30vh;
}

.cont.digital {
  width: 35%;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
}

.canvas {
  width: 100vw;
  height: 150vh;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.canvas._66 {
  display: none;
  position: absolute;
}

.sticky-nav {
  z-index: 2147483647;
  max-width: 1440px;
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

.nav-logo {
  z-index: 99;
  width: 150px;
  height: 100px;
  margin-top: 0;
  position: fixed;
  top: 0;
  bottom: auto;
  left: auto;
  right: auto;
}

.nav-logo.navbar {
  width: 145px;
  top: -7px;
}

.body {
  height: 100%;
  cursor: none;
  background-color: rgba(0, 0, 0, 0);
}

.body.bg-is-b {
  background-color: #000;
}

.nav {
  z-index: 99999;
  width: 100%;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  font-family: GothamBold, Palatino Linotype, sans-serif;
  font-size: 13px;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.global-menu {
  z-index: 100;
  height: 100vh;
  max-height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-left: 12vw;
  margin-right: 12vw;
  display: none;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.open {
  display: block;
}

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

.open.js-hover {
  z-index: 110;
  width: 64px;
  height: 64px;
  cursor: none;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: fixed;
  top: 25px;
  left: 45px;
  right: auto;
}

.open.js-hover.w--open {
  padding: 0;
}

.btn {
  width: 64px;
  height: 64px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 12px 15px 8px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.nav-content {
  z-index: 99;
  min-height: 100px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-content.shapedividers_com-4482-noshape {
  height: auto;
  min-height: 120px;
}

.global-menu__wrap {
  z-index: 99;
  color: #000;
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  margin-top: 150px;
  font-family: Krana fat b, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 52px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.global-menu__item {
  z-index: 2;
  color: var(--sl);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: .25em;
  margin-bottom: 1em;
  font-family: Krana fat b, sans-serif;
  font-weight: 400;
  line-height: 52px;
  text-decoration: none;
  transition: none;
  display: block;
  position: relative;
}

.global-menu__item:hover {
  color: #fff;
}

.pulsing-wrap {
  width: 64px;
  height: 64px;
  border: 1px #666;
  border-radius: 100%;
}

.lottie-animation-53 {
  width: 300%;
  height: 300%;
  margin-left: -30px;
  display: none;
}

.space_cta {
  z-index: 999;
  width: 250px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  order: 1;
  align-self: center;
  margin-top: 0;
  text-decoration: none;
  position: fixed;
  top: 15px;
  bottom: 0%;
  left: auto;
  right: 45px;
}

.space_h4 {
  z-index: 2147483647;
  height: 100%;
  color: var(--sl);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Krana fat b, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.space_h4.is-white {
  color: #000;
  letter-spacing: 3px;
  white-space: normal;
  flex: 0 auto;
  justify-content: center;
  margin-top: 5px;
  padding-left: 0;
  font-size: 13px;
  display: flex;
  position: absolute;
  right: 100px;
}

.image-106 {
  z-index: 99;
  width: 350px;
  margin-bottom: 50px;
  position: relative;
  left: -18px;
  overflow: visible;
}

.lottie-animation-54 {
  width: 150%;
  height: 150%;
  margin-left: -30px;
  display: none;
  position: absolute;
}

.cursor-blob {
  display: none;
}

.h-lottie_cm {
  width: 1000px;
  margin-top: 0;
  display: flex;
  position: relative;
}

.h-lottie_cm.is-3rd {
  width: 1000px;
  margin-top: 400px;
}

.h-lottie_cm.is-3rd.hide-on-mobile {
  width: 750px;
  display: flex;
  position: relative;
}

.h-lottie_cm.is-3rd.hide-on-desktop {
  display: none;
}

.h-lottie_cm.is-last {
  z-index: 99;
  width: 700px;
  margin-top: 60vh;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.h-lottie_cm.hide-mobile {
  position: relative;
}

.h-lottie_cm.hide-mobile.fr {
  display: none;
}

.sl-hero-11 {
  height: auto;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sl--big {
  z-index: 99;
  color: var(--white-sl);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Krana fat b, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 70px;
  display: block;
  position: relative;
}

.sl--big.text-color-is-white {
  color: var(--white-sl);
}

.sl--big.is-yellow {
  color: var(--yellow);
  display: block;
}

.sl--big.is-yellow.alt.hide-desktop {
  display: none;
}

.sl--big.is-yellow.alt.is-24.hide-mobile {
  display: block;
}

.sl--big.is-yellow.alt.is-24.hide-mobile.not-yellow {
  color: var(--white-sl);
  position: relative;
  top: auto;
}

.sl--big.alt {
  letter-spacing: 2px;
  font-size: 60px;
  line-height: 65px;
}

.sl--big.alt.is-24.hide-on-dekstop {
  display: none;
}

.sl--big.is-relative {
  position: relative;
  top: 44px;
}

.sl--big.nowrap {
  white-space: nowrap;
}

.sl_layout {
  height: 70vh;
  max-width: 40%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-top: 0%;
  display: flex;
}

.sl_layout.second {
  height: 70vh;
}

.sl_layout.faq {
  display: block;
}

.sl_layout.is-abolute {
  height: 60vh;
  max-width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.sl_container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 80px;
}

.sl_container.is--hero {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.sl_container.is--hero.margin-top {
  margin-top: 70px;
}

.sl_container.is--hero.margin-top.is-rev {
  z-index: 10;
  margin-top: 200px;
}

.sl_container.is--hero.is-contact {
  max-width: 1440px;
  min-height: auto;
  flex-direction: row;
}

.horizontal-trigger {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.sl-section {
  z-index: 3;
  width: 100%;
  position: relative;
}

.sl-section.is--hero {
  z-index: 1;
  margin-top: 50px;
  overflow: visible;
}

.sl-section.is--hero.is-center {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.sl-section.is--hero.background-is-yellow {
  background-color: var(--yellow);
}

.sl-section.is--faq {
  z-index: 4;
  margin-top: 50px;
  overflow: hidden;
}

.button-3 {
  max-height: 50px;
  background-color: var(--yellow);
  color: var(--sl);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 5px;
  justify-content: flex-start;
  margin-top: 23px;
  margin-left: 0;
  padding: 15px 20px;
  font-family: Krana fat b, sans-serif;
  font-weight: 400;
  transition: opacity .2s;
  display: flex;
}

.button-3:hover {
  color: var(--white-sl);
  background-color: #000;
}

.button-3.v2 {
  width: 180px;
  text-align: center;
  padding-right: 0;
}

.lottie-animation-55 {
  width: 100px;
  height: 150px;
  transform-style: preserve-3d;
  margin-left: 0;
  position: relative;
  top: -1px;
  bottom: 0%;
  left: 83px;
  right: 0%;
  transform: rotateX(180deg)rotateY(0)rotateZ(-90deg);
}

.div-block-64 {
  width: 100%;
  justify-content: center;
  margin-left: 0;
  display: flex;
}

.div-block-64.v2 {
  display: block;
}

.div-block-64.faq {
  flex-direction: column;
  align-items: center;
}

.lottie-animation-56 {
  z-index: 99999;
  margin-top: 5px;
  display: block;
  position: absolute;
}

.lottie-animation-56.is-alt {
  opacity: 0;
  margin-top: 12px;
  display: flex;
}

.check {
  color: var(--sl);
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  justify-content: flex-start;
  margin-top: 23px;
  margin-left: 0;
  padding: 15px 0 15px 25px;
  font-family: Gothamrnd book, sans-serif;
  display: block;
}

.nav-cta-main {
  z-index: 99999;
  max-height: 50px;
  background-color: var(--yellow);
  color: var(--sl);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 10px 11px 15px 8px;
  justify-content: flex-start;
  margin-left: 0;
  padding: 13px 15px 10px;
  font-family: Krana fat b, sans-serif;
  font-weight: 400;
  display: flex;
  position: fixed;
  top: 25px;
  bottom: auto;
  right: 85px;
}

.nav-cta-main.hide-desktop {
  display: none;
}

.nav-cta-main.an.not-nav {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: -10px;
  right: auto;
}

.nav-cta-main.hide {
  display: none;
}

.nav-cta-main.desktop {
  width: 200px;
  height: 25px;
  max-height: 25px;
  background-color: rgba(0, 0, 0, 0);
}

.nav-cta-main.desktop.is-typeform {
  z-index: 999;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 50px;
}

.nav-cta-main.desktop.is-typeform.is-mobile {
  display: none;
}

.nav-cta-main.desktop.is-typeform-v2 {
  z-index: 999;
  height: 90px;
  max-height: 90px;
  min-height: 90px;
  letter-spacing: 0;
  text-transform: none;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-right: auto;
  padding: 0;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0;
}

.text-block {
  text-align: center;
  font-family: Nothingyoucoulddo;
  font-size: 75px;
  line-height: 70px;
}

.text-block-2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: pre;
  font-family: Krana fat b, sans-serif;
  font-size: 70px;
  line-height: 70px;
}

.cercle {
  opacity: .75;
  transform-style: preserve-3d;
  display: block;
  position: absolute;
  top: 8px;
  left: 45px;
  transform: scale3d(1.5, .8, 1);
}

.right-text-2 {
  width: 50vw;
  height: auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2vw;
  padding-right: 0;
  display: flex;
}

.cercle-2 {
  opacity: .75;
  transform-style: preserve-3d;
  display: block;
  position: absolute;
  top: -99px;
  left: -34px;
  transform: scale3d(1.1, .5, 1);
}

.block-quote-2 {
  color: #000;
  border-left-style: none;
  padding-top: 35px;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Gothamrnd book, sans-serif;
  font-weight: 400;
}

.lottie-animation-55-copy {
  width: 100px;
  height: 100px;
  transform-style: preserve-3d;
  margin-left: 0;
  position: relative;
  top: 45px;
  bottom: 0%;
  left: 25px;
  right: 0%;
  transform: none;
}

.form {
  width: 480px;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.submit-button {
  width: 250px;
  background-color: var(--yellow);
  color: #000;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Krana fat b, sans-serif;
}

.text-field {
  margin-top: 10px;
  font-family: Gothamrnd book, sans-serif;
  font-size: 12px;
}

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

.text-block-3 {
  color: #000;
  text-align: left;
  margin-top: 30px;
  padding-bottom: 15px;
  font-family: Gothamrnd book, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.sticky_title {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  flex: none;
  padding-right: 1em;
  font-family: Krana fat b, sans-serif;
  font-weight: 400;
}

.sticky_top {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 2.5em;
  display: flex;
}

.horizontal-sticky {
  width: 100vw;
  background-color: var(--yellow);
  padding-top: 25px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.sticky_top-line {
  width: 100%;
  height: 2px;
  background-color: var(--white-sl);
  margin-top: 15px;
}

.wrapper-2 {
  width: 100%;
}

.horizontal-section {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.list-2 {
  width: 100%;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.container-4 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 80px;
}

.container-4.is--sticky {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.horizontal-item {
  width: 34%;
  flex: none;
  margin-right: 100px;
}

.sl-divider {
  position: relative;
  top: auto;
}

.sl-divider.bot {
  transform-style: preserve-3d;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.sl-divider.cases {
  width: 60vw;
  height: 5px;
  max-width: none;
  background-color: var(--sl);
  object-fit: cover;
}

.sl-divider.cases.dark {
  background-color: var(--green);
}

.sl-divider.cases.dark.pad {
  margin-top: 50px;
}

.sl-divider.cases.dark._100 {
  height: 2.5px;
  background-color: #57c026;
}

.sl-divider.cases._100 {
  width: 100vw;
  background-color: var(--green);
}

.sl-divider.cases._100--w {
  width: 100vw;
  background-color: var(--sl);
}

.no-padding.background.shapedividers_com-558 {
  display: none;
}

.shapedividers_com-558 {
  position: static;
}

.rich-text-block {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.section-menu {
  z-index: 1000;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.html-embed-20 {
  border-radius: 0;
}

.nav-open {
  padding-top: 60px;
  padding-bottom: 0;
  padding-left: 70px;
}

.nav-open.v2 {
  min-height: 90px;
  align-items: center;
  margin-top: -5px;
  padding-top: 0;
  padding-left: 20px;
  display: flex;
}

.nav-cta {
  display: none;
}

.sl-link {
  z-index: 1;
  color: var(--white-sl);
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px #000;
  padding-left: 15px;
  padding-right: 5px;
  font-family: Krana fat b, sans-serif;
  text-decoration: none;
  transition: opacity .2s;
  position: relative;
}

.sl-link:hover, .sl-link:focus {
  color: #fdfdfb;
}

.sl-link.is-dropdown {
  z-index: 1;
  color: var(--sl);
  letter-spacing: 0;
  text-transform: none;
  white-space: pre-wrap;
  border-radius: 20px;
  margin-left: 15px;
  padding: 10px;
  font-family: GothamBold, Palatino Linotype, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  display: flex;
}

.sl-link.is-dropdown:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.sl-link.is-dropdown:focus {
  background-color: var(--yellow);
  padding-bottom: 5px;
  display: inline-block;
}

.sl-link.is-dropdown.w--current {
  background-color: var(--yellow);
  color: #8b8986;
  padding-bottom: 10px;
}

.sl-link.is-dropdown.is-network {
  width: 130px;
  font-size: 13px;
  display: flex;
}

.sl-link.is-dropdown.is-network:focus {
  display: inline-block;
}

.sl-link.is-dropdown.is-2nd {
  color: var(--sl);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  font-family: GothamBold, Palatino Linotype, sans-serif;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  top: auto;
}

.sl-link.is-dropdown.is-2nd:hover {
  color: var(--sl);
}

.sl-link.is-dropdown.is-2nd:focus {
  width: 80%;
  border-radius: 20px;
}

.sl-link.is-dropdown.is-2nd._1t {
  color: var(--sl);
  margin-top: 13px;
}

.sl-link.is-dropdown.is-wwd {
  top: -50px;
}

.sl-link.is-dropdown.is-wwd.hidden {
  display: none;
}

.sl-link.is-dropdown.hide, .sl-link.is-dropdown.first {
  font-size: 13px;
  display: flex;
}

.sl-link.is-notup, .sl-link.is-hiden {
  display: none;
}

.sl-link.fr {
  color: rgba(253, 253, 251, .7);
}

.sl-link.fr:hover {
  color: var(--yellow);
}

.sl-link.fr.w--current {
  color: rgba(253, 253, 251, .5);
}

.dropdown-toggle {
  color: var(--sl);
  padding: 0 20px 0 0;
  font-family: GothamBold, Palatino Linotype, sans-serif;
  display: flex;
}

.dropdown-toggle.w--open {
  margin-top: 10px;
  padding-bottom: 10px;
}

.dropdown {
  padding-bottom: 38px;
}

.dropdown.is-first {
  color: rgba(255, 255, 255, .7);
  display: inline-block;
}

.dropdown.is-first:hover {
  color: var(--white-sl);
}

.dropdown-list {
  z-index: 9999;
  display: none;
  position: absolute;
}

.dropdown-list.w--open {
  width: 200px;
  background-color: #f6f6f6;
  border: .5px rgba(134, 134, 139, .5);
  border-radius: 13px 23px 40px;
  margin-top: -5px;
  padding-top: 15px;
  padding-bottom: 25px;
  box-shadow: 10px 10px 20px rgba(97, 95, 95, .15);
}

.dropdown-list.is-wwd {
  height: 259px;
  margin-top: -5px;
}

.dropdown-list.isnd {
  margin-top: -5px;
}

.overlay {
  z-index: 999999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 13px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

.icon-2 {
  filter: none;
  margin-top: 1.5px;
}

.icon-2.is-white {
  filter: invert();
}

.icon-2.is-white.v2 {
  max-width: 10%;
  flex: 0 auto;
  margin-top: 0;
}

.icon-2.is-in-footer {
  display: none;
}

.icon-2.is-dark {
  filter: invert();
}

.icon-2.is-dark.v2 {
  max-width: 10%;
  filter: none;
  flex: 0 auto;
  margin-top: 0;
}

.featured {
  display: none;
}

.link-block-5 {
  width: 100%;
  height: 55px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  display: none;
}

.bg-moving {
  z-index: 0;
  width: 130px;
  height: 30px;
  background-color: var(--yellow);
  opacity: 1;
  border: 1px #000;
  border-radius: 20px;
  margin-left: 15px;
  position: absolute;
}

.bg-moving.white {
  opacity: 0;
  background-color: rgba(212, 212, 212, .35);
  margin-left: 0;
  top: 55px;
}

.bg-moving.white.is-footer {
  z-index: 0;
  top: 344px;
}

.bg-moving.is-wwd {
  height: 55px;
  margin-left: 13px;
  top: 27px;
}

.bg-moving.white-v2 {
  width: 120px;
  height: 100%;
  background-color: var(--yellow);
  opacity: 0;
  margin-left: 0;
  position: absolute;
  top: 27px;
  left: 26px;
}

.div-block-68 {
  width: 90vw;
  height: 100px;
  max-width: 1440px;
  flex-wrap: nowrap;
  order: 1;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-4 {
  color: rgba(0, 0, 0, .5);
  text-align: center;
}

.image-109 {
  max-width: 7%;
  opacity: .76;
  padding-left: 7px;
  position: relative;
  left: 0;
}

.image-109._421 {
  max-width: 7%;
  opacity: .63;
  left: -15px;
}

.div-block-70 {
  justify-content: flex-end;
  display: flex;
}

.page-wrapper {
  background-color: var(--white-sl);
}

.page-wrapper.d, .page-wrapper.nobg {
  background-color: rgba(0, 0, 0, 0);
}

.page-wrapper.cs {
  background-color: var(--white-sl);
}

.page-wrapper.cs.dark {
  background-color: var(--sl);
  border-radius: 0;
  margin-bottom: 0;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.section-header {
  z-index: 1;
  height: auto;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: auto;
}

.section-header.max-height-60 {
  z-index: 0;
  height: 60vh;
  position: relative;
  overflow: visible;
}

.section-header.max-height-60.z-index-999 {
  z-index: 99;
  position: relative;
}

.section-header.max-height-60.is-an {
  height: 45vh;
}

.section-header.max-height-90 {
  height: 90vh;
}

.section-header.max-height-40 {
  z-index: 0;
  height: 45vh;
  position: relative;
  overflow: visible;
}

.container-large {
  height: 80vh;
  align-items: flex-end;
}

.container-large.background-color-black {
  max-height: 80vh;
  background-color: #000;
}

.container-large.background-color-black.align-center {
  z-index: 999;
  height: 90vh;
  max-height: 90vh;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
}

.container-large.background-color-black.align-center.padding-top {
  height: 85vh;
  max-height: 90vh;
  padding-top: 120px;
  padding-bottom: 0;
}

.container-large.background-color-black.align-center.padding-top.is-header {
  z-index: 1;
  height: 80vh;
  max-height: 80vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-large.background-color-black.align-center.padding-top.is-header.is-contact {
  max-height: 50vh;
  margin-top: 0;
  padding-top: 80px;
}

.container-large.background-color-black.align-center._100 {
  height: 95vh;
  max-height: 95vh;
  padding-top: 120px;
}

.container-large.background-color-black.align-center._100.privacy-policy {
  height: 100%;
  max-height: 100%;
  padding-top: 268px;
  padding-bottom: 132px;
}

.container-large.background-color-black.a-c-f {
  height: 95vh;
  max-height: 100%;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 0;
  display: flex;
}

.container-large.background-color-black.a-c-f2 {
  height: auto;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container-large.background-color-black.a-c-f-copy {
  height: 90vh;
  max-height: 100%;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 0;
  display: flex;
}

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

.container-large.align-center.background-color-is-yellow {
  height: 85vh;
  background-color: var(--yellow);
}

.container-large.align-center.background-color-is-yellow.max-height-is-60 {
  height: 75vh;
  background-color: var(--yellow);
  padding-top: 0;
  position: relative;
}

.container-large.align-center.background-color-is-yellow.max-height-is-60.ffs {
  height: 60vh;
  border-radius: 0;
  padding-top: 120px;
}

.container-large.align-center.background-color-is-yellow.max-height-is-60.is-an {
  height: 70vh;
  padding-top: 100px;
}

.container-large.align-center.background-color-is-yellow.max-height-is-60.is-an._100 {
  width: 100%;
}

.container-large.align-center.background-color-is-salmon {
  height: 72vh;
  background-color: var(--space-salmon);
  flex-direction: column;
  padding-top: 100px;
}

.container-large.align-center.background-color-is-salmon._100 {
  width: 100vw;
}

.container-large.align-center.max-height-90 {
  height: 85vh;
}

.container-large.align-center.background-color-is-dark {
  background-color: #000;
}

.section-main {
  position: relative;
}

.section-main.shapedividers_com-6.padding-top {
  padding-top: 180px;
}

.section-main.shapedividers_com-6.padding-top.is-contact {
  width: 81000vw;
  max-width: 100vw;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 100px;
  display: flex;
}

.section-main.shapedividers_com-6.padding-top.is-contact.is-fr {
  align-items: flex-start;
  padding-top: 196px;
  display: flex;
}

.section-main.shapedividers_com-6.padding-top.home {
  padding-top: 180px;
}

.section-main.shapedividers_com-6.padding-top.fr {
  background-color: var(--white-sl);
}

.section-main.shapedividers_com-6.padding-top-blog {
  margin-top: 97px;
  padding-top: 253px;
}

.section-main.shapedividers_com-6.padding-top-blog.is-blog {
  margin-top: 0;
  padding-top: 140px;
}

.section-main.shapedividers_com-6.auto.an {
  z-index: 999;
  top: 0;
}

.section-main.shapedividers_com-4627 {
  z-index: 999;
  height: 200px;
  margin-top: 50px;
}

.section-main.shapedividers_com-4627.auto {
  height: auto;
  background-color: var(--white-sl);
  margin-top: 0;
  padding-top: 55px;
}

.section-main.shapedividers_com-4627.height-auto {
  height: auto;
  margin-top: -100px;
}

.section-main.shapedividers_com-4627.is-work {
  margin-top: -1px;
}

.section-main.background-is-white {
  width: 100vw;
  height: 100%;
  background-color: var(--white-sl);
  top: 700vh;
}

.section-main.background-is-white._6 {
  height: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 139px;
  padding-top: 170px;
  display: flex;
  top: 650vh;
}

.section-main.background-is-white._6.ishome {
  z-index: 998;
  background-color: var(--white-sl);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 205px;
  top: 420vh;
}

.section-main.o.padding-top {
  padding-top: 180px;
}

.section-main.o.padding-top.is-contact {
  width: 100vw;
  max-width: 100vw;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.heading-medium {
  color: var(--black);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  font-family: GothamBold, Palatino Linotype, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 60px;
}

.heading-medium.text-color-white {
  color: var(--white-sl);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Krana fat b, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.heading-medium.text-color-white.minus-margin {
  z-index: 1;
  text-align: center;
  margin-bottom: -20px;
  position: relative;
}

.heading-medium.text-color-white.minus-margin.home.v2 {
  z-index: 2;
  width: 90%;
  letter-spacing: .5px;
  text-transform: none;
  flex-direction: row;
  flex: 0 auto;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: Gotham book, sans-serif;
  font-weight: 400;
  display: block;
}

.heading-medium.is-center {
  text-align: center;
}

.heading-medium.is-center.is-42 {
  text-transform: uppercase;
  font-size: 50px;
  text-decoration: none;
}

.heading-medium.is-center.is-42.is-black {
  opacity: 1;
  color: var(--sl);
  margin-bottom: 0;
  font-size: 50px;
  line-height: 50px;
}

.heading-medium.is-center.is-42.is-black.is-home {
  top: auto;
}

.heading-medium.is-center.is-32 {
  text-transform: uppercase;
  font-size: 50px;
  text-decoration: none;
}

.heading-medium.is-center.is-32.is-grey {
  opacity: 1;
  color: var(--sl);
  margin-top: auto;
  margin-bottom: 0;
  font-size: 32px;
}

.heading-medium.is-center.is-32.is-dark {
  opacity: 1;
  color: var(--sl);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 42px;
}

.heading-medium.is-32 {
  margin-top: -15px;
  margin-bottom: 40px;
  font-size: 32px;
}

.heading-medium.margin-top-minus {
  margin-top: -35px;
  font-size: 50px;
}

.heading-medium.margin-top-minus.fr.is-contact {
  letter-spacing: 2px;
  margin-top: 0;
  font-size: 22px;
  line-height: 28px;
  display: none;
  position: relative;
}

.heading-medium.margin-top-minus.fr.work {
  z-index: 10;
  color: #fff;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 100px;
  position: absolute;
}

.heading-medium.margin-top-minus.fr.work.isbutton {
  background-color: var(--yellow);
  color: var(--sl);
  border-radius: 15px;
  padding: 15px 20px 10px;
  font-size: 26px;
  line-height: 40px;
}

.heading-medium.margin-top-minus.fr.gr {
  margin-top: 0;
}

.heading-medium.margin-top-minus.fr-dekstop {
  white-space: normal;
  font-size: 42px;
  overflow: hidden;
}

.heading-medium.margin-top-minus.fr-mobile {
  white-space: pre;
  display: none;
}

.heading-medium.frere {
  font-size: 42px;
  position: relative;
}

.heading-medium.fr {
  font-size: 42px;
  line-height: 50px;
}

.heading-medium.fr.probno {
  margin-top: 23px;
}

.heading-medium.fr.access {
  margin-top: -19px;
}

.heading-medium.l-f {
  color: var(--white-sl);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  max-width: 1280px;
  color: var(--white-sl);
  text-align: center;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Krana fat b, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 50px;
  display: block;
}

.heading-medium.l-f-d {
  z-index: 1;
  color: var(--black);
  text-align: center;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Krana fat b, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  position: relative;
}

.heading-medium.l-f-d.l-a {
  text-align: left;
}

.sub-heading.text-color-white {
  color: var(--white-sl);
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gothamrnd, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 60px;
}

.sub-heading.text-color-white.pw.hide-on-desktop {
  display: none;
  overflow: auto;
}

.sub-heading.text-color-white.pw.hide-on-mobile {
  z-index: 1;
  position: relative;
}

.sub-heading.text-color-white.pw.hide-on-mobile.fr {
  letter-spacing: .5px;
  font-size: 18px;
}

.sub-heading.text-color-white.pw.hide-on-mobile.deskt, .sub-heading.text-color-white.pw.hide-on-mobile.desk {
  display: none;
}

.sub-heading.text-color-white.is-in-footer {
  font-size: 18px;
  line-height: 36px;
}

.sub-heading.text-color-black {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gothamrnd, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 26px;
}

.sub-heading.text-color-black.text-center {
  text-align: center;
  letter-spacing: 0;
  font-family: Gothamrnd book, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 29px;
}

.sub-heading.text-color-black.margin-bottom {
  color: var(--sl);
  margin-bottom: 10px;
  font-family: GothamBold, Palatino Linotype, sans-serif;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.sub-heading.is-32 {
  color: var(--sl);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Krana fat b, sans-serif;
  font-size: 28px;
  line-height: 38px;
}

.sub-heading.is-32.is-an {
  margin-top: 30px;
  margin-bottom: 30px;
}

.sub-heading.is-32.margin-top {
  margin-top: 30px;
}

.sub-heading.is-32.margin-top.fr {
  letter-spacing: 0;
  text-transform: none;
  font-family: GothamBold, Palatino Linotype, sans-serif;
  font-size: 26px;
}

.sub-heading.is-32.fr {
  font-size: 32px;
  font-weight: 400;
}

.heading-large {
  z-index: 1;
  color: var(--white-sl);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Krana fat b, sans-serif;
  font-size: 100px;
  font-weight: 400;
  position: relative;
}

.heading-large.fr {
  margin-top: 10px;
  line-height: 80px;
}

.lottie-large {
  width: 35vw;
  margin-left: auto;
  margin-right: auto;
}

.lottie-large.z-index-999 {
  z-index: 999;
  width: 40vw;
  position: relative;
}

.lottie-large.z-index-999.fr {
  width: 50vw;
  margin-top: -36px;
}

.lottie-large.z-index-999.fr.is-home._43 {
  position: relative;
  top: auto;
}

.lottie-max-large {
  width: 55vw;
}

.lottie-max-large.lottie-margin-top {
  width: 35vw;
  margin-top: 20px;
}

.lottie-max-large.lottie-margin-top.white {
  width: 40vw;
  filter: invert();
  transform-style: preserve-3d;
  margin-top: -50px;
}

.lottie-max-large.lottie-margin-top.white.max-width-60 {
  width: 60vw;
  margin-top: -120px;
}

.lottie-max-large.lottie-margin-top.max-width-60vw {
  width: 40vw;
  transform-style: preserve-3d;
  margin-top: -79px;
  transform: scale3d(1, .7, 1);
}

.lottie-max-large.lottie-margin-top.fr {
  width: 50vw;
  margin-top: 0;
}

.sub-heading-alt.text-color-white {
  color: var(--white-sl);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Krana fat b, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 60px;
  text-decoration: none;
}

.sub-heading-alt.text-color-white.is-in-footer {
  color: var(--grey);
  line-height: 52px;
  text-decoration: none;
}

.sub-heading-alt.text-color-white.is-in-footer.is-white {
  color: var(--white-sl);
}

.sub-heading-alt.text-color-white.is-in-footer.is-white.hide-on-mobile.f {
  line-height: 48px;
}

.sub-heading-alt.text-color-white.last-one {
  line-height: 45px;
}

.sub-heading-alt.text-color-black {
  color: var(--sl);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: GothamBold, Palatino Linotype, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 41px;
}

.sub-heading-alt.text-color-black.align-center {
  text-align: center;
  justify-content: center;
  margin-top: -30px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 26px;
  line-height: 33px;
  display: block;
}

.sub-heading-alt.text-color-black.align-center.text-color-is-white {
  color: var(--white-sl);
  line-height: 40px;
}

.sub-heading-alt.text-color-black.custom-margin {
  z-index: 10;
  font-weight: 700;
  position: relative;
  top: 21px;
}

.sub-heading-alt.text-color-black.fr {
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 32px;
}

.sub-heading-alt.text-color-black.info-head {
  color: var(--grey);
  letter-spacing: 1.8px;
  margin-bottom: 10px;
  font-family: Gothamrnd book, sans-serif;
  font-size: 12px;
  line-height: 26px;
}

.sub-heading-alt.text-color-black.info-head.centered {
  color: #e2e2e2;
  text-align: center;
  line-height: 16px;
}

.sub-heading-alt.text-color-black.info-head.fea {
  margin-top: 9px;
}

.sub-heading-alt.text-color-black.les {
  font-size: 1.5rem;
}

.is-alt {
  color: var(--space-orange);
  border: 2px #000;
  font-family: Nothingyoucoulddo;
  font-weight: 200;
}

.main-p {
  color: var(--black);
  margin-top: 25px;
  margin-bottom: 0;
  font-family: Gotham book, sans-serif;
  font-size: 1rem;
  line-height: 1.6rem;
}

.main-p.is-bold2 {
  font-family: Gotham book, sans-serif;
}

.main-p.is-bold2.text-is-center {
  text-align: center;
  font-size: 24px;
  line-height: 30px;
}

.main-p.is-bold2.text-is-center.text-color-is-white {
  color: var(--white-sl);
}

.main-p.is-first {
  margin-top: 0;
}

.main-p.is-first.align-left.animated.background-color-is-salmon {
  height: 190px;
  color: var(--white-sl);
  margin-top: 30px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  top: auto;
  left: auto;
}

.main-p.is-first.align-left.animated.background-color-is-salmon.is-visible.fr {
  margin-top: 15px;
}

.main-p.is-first.align-left.animated.background-color-is-salmon.is-visible.isd {
  color: var(--sl);
  font-family: Gotham book, sans-serif;
}

.main-p.is-first.text-color-is-white {
  color: var(--white-sl);
}

.main-p.text-is-center {
  text-align: center;
}

.main-p.text-is-center.text-color-is-white {
  color: var(--white-sl);
}

.main-p.padding-20 {
  padding-bottom: 20px;
}

.main-p.margin-top-minus {
  margin-top: 0;
}

.main-p.is-contact {
  width: 400px;
  margin-top: 0;
  position: relative;
  top: auto;
}

.main-p.is-contact._42 {
  margin-left: 100px;
}

.main-p.is-contact._42.is-fr {
  margin-top: 0;
}

.main-p._42 {
  margin-top: -14px;
  line-height: 22px;
}

.main-p._42.is-fer {
  margin-top: 0;
}

.main-p.sl {
  margin-bottom: 26px;
}

.main-p.home {
  padding-right: 80px;
}

.main-p.isww {
  margin-top: 0;
}

.main-p.nom {
  width: 1280px;
  max-width: 89%;
  text-align: center;
  margin-top: 10px;
  font-family: Gotham book, sans-serif;
  font-size: .9rem;
  line-height: 1.5rem;
}

.cont-s {
  height: 80vh;
  align-items: flex-end;
}

.cont-s.max-width-1280 {
  width: 750px;
  height: auto;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cont-s.max-width-1280.margin-top {
  width: 750px;
  height: auto;
  max-width: 850px;
  margin-top: 120px;
}

.cont-s.max-width-1280.us {
  width: 750px;
  height: auto;
  max-height: 400px;
  max-width: 850px;
  margin-top: 200px;
  margin-bottom: 200px;
}

.cont-s.max-width-1280.margin-top-x2 {
  width: 750px;
  height: auto;
  max-width: 850px;
  margin-top: 220px;
}

.cont-s.max-width-1280.margin-top-x2.disclaimer {
  width: 100vw;
  max-width: 70vw;
  background-color: rgba(255, 230, 0, .88);
  border-radius: 15px;
  align-items: center;
  margin-top: 40px;
  padding: 26px 30px;
}

.cont-s.max-width-1280.is-an {
  z-index: 999999;
  padding-bottom: 210px;
  top: 223px;
}

.cont-s.max-width-1280.is-an.old-astronautnetwork {
  display: none;
}

.cont-s.max-width-1280.is-contact {
  width: 400px;
  height: auto;
  max-width: 100%;
  margin-top: 100px;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 0;
}

.cont-s.max-width-1280.is-contact.is-fr {
  display: none;
}

.cont-s.max-width-1280.home {
  width: 1280px;
  max-width: 1280px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.cont-s.max-width-1280.wwdhome {
  width: 1280px;
  max-width: 1280px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: flex-start;
  display: block;
}

.cont-s.max-width-1280.wwdhome-copy {
  z-index: 102;
  width: 1280px;
  max-width: 1280px;
  border: 4px none var(--yellow);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cont-s.max-width-1440 {
  width: 750px;
  height: auto;
  max-width: 750px;
  position: relative;
}

.cont-s.max-width-1440.align-center {
  width: 1140px;
  height: 100%;
  max-width: 1140px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cont-s.max-width-1440.align-center.margin-top-500 {
  margin-top: 500px;
  margin-bottom: 100px;
}

.cont-s.max-width-1440.align-center.margin-top-500.shapedividers_com-4482 {
  width: 100vw;
  max-width: 100vw;
  margin-top: 0;
  padding-top: 500px;
  padding-bottom: 50px;
}

.cont-s.max-width-1440.align-center.margin-top-500.shapedividers_com-4482.min-height-is-100vh {
  height: auto;
  padding-top: 500px;
}

.cont-s.max-width-1440.align-center.padding-top {
  margin-top: 100px;
  padding-top: 50px;
}

.cont-s.max-width-1440.align-center.padding-top.background-color-is-yellow {
  z-index: 1000;
  width: 100vw;
  max-width: 100vw;
  background-color: var(--yellow);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 150px;
  display: none;
  top: 500vh;
}

.cont-s.m-w-720 {
  width: 720px;
  height: auto;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cont-s.m-w-720.p-t {
  margin-top: 0;
  top: 178px;
}

.cont-s.nomin {
  height: auto;
  margin-bottom: 100px;
}

.lottie-middle {
  width: 35vw;
  margin-left: auto;
  margin-right: auto;
}

.lottie-middle.lemon {
  z-index: 999999999;
  width: 22vw;
  max-height: 200px;
  margin-top: -15px;
  margin-left: auto;
  margin-right: -124px;
  position: absolute;
  top: -201px;
  left: 556px;
}

.text-span-40 {
  display: inline-block;
}

.catchline-span-text-copy {
  width: 100%;
  color: var(--white-sl);
  text-align: center;
  letter-spacing: .6px;
  margin-bottom: 25px;
  padding-bottom: 0;
  font-family: Krana fat b, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 50px;
  display: inline-block;
}

.div-block-29 {
  width: 45vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-29.freelancer {
  flex-direction: column;
  align-items: center;
  margin-top: -189px;
  display: flex;
}

.div-block-29.spaceship-workshop {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.container-animated {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  display: none;
  position: relative;
}

.container-animated.margin-top {
  margin-top: 150px;
}

.container-animated.margin-top.is-visible, .container-animated.is-visible {
  display: flex;
}

.container-animated.is-visible.probono {
  margin-top: 100px;
}

.rich-text-block-2 {
  color: var(--white-sl);
  text-align: left;
  margin-top: 0;
  font-family: Gothamrnd book, sans-serif;
  font-size: 16px;
  position: relative;
}

.rich-text-block-2 span {
  color: var(--sl);
  text-align: left;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 35px;
}

.rich-text-block-2.text-is-dark {
  max-width: 570px;
  color: var(--sl);
  text-align: left;
  margin-top: 20px;
}

.image-99 {
  width: 225px;
  margin-top: 30px;
  margin-bottom: auto;
}

.main-cta {
  z-index: 99;
  max-height: 50px;
  background-color: var(--yellow);
  color: var(--sl);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 10px 11px 15px 8px;
  justify-content: flex-start;
  margin-left: 10px;
  margin-right: 10px;
  padding: 13px 15px 10px;
  font-family: Krana fat b, sans-serif;
  font-weight: 400;
  display: flex;
  position: relative;
  top: 25px;
  bottom: auto;
}

.main-cta.background-color-white {
  background-color: var(--white-sl);
}

.main-cta.background-color-white.text-color-is-white {
  color: var(--white-sl);
  background-color: rgba(0, 0, 0, 0);
}

.container-cta {
  display: flex;
}

.alt-cta {
  z-index: 99;
  max-height: 50px;
  background-color: var(--space-salmon);
  color: var(--white-sl);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 10px 11px 15px 8px;
  justify-content: flex-start;
  margin-left: 10px;
  margin-right: 10px;
  padding: 13px 15px 10px;
  font-family: Krana fat b, sans-serif;
  font-weight: 400;
  display: block;
  position: relative;
  top: 25px;
  bottom: auto;
}

.alt-cta.background-color-is-dark {
  background-color: var(--sl);
}

.image-center {
  max-width: 50%;
  margin-bottom: 20px;
}

.image-center.profile-h {
  max-width: 30%;
  position: relative;
  top: -200px;
  left: -250px;
}

.image-center.profile-v {
  max-width: 30%;
  position: relative;
  top: -100px;
  left: auto;
  right: -600px;
}

.main-cta-inpage {
  z-index: 99;
  width: 165px;
  max-height: 50px;
  background-color: var(--space-orange);
  color: var(--white-sl);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 10px 11px 15px 8px;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 10px;
  padding: 13px 15px 10px;
  font-family: Krana fat b, sans-serif;
  font-weight: 400;
  display: flex;
  position: relative;
  top: 25px;
  bottom: auto;
}

.main-cta-inpage.background-color-is-salmon {
  width: 175px;
  background-color: var(--space-salmon);
}

.main-cta-inpage.background-color-is-salmon.fr {
  width: 205px;
}

.main-cta-inpage.is-salmon {
  background-color: var(--space-salmon);
}

.main-cta-inpage.is-salmon.is-blog {
  z-index: 100;
  width: 200px;
  text-transform: uppercase;
  font-family: GothamBold, Palatino Linotype, sans-serif;
}

.main-cta-inpage.is-salmon.is-blog.strategy {
  width: 290px;
  transition: all .2s;
}

.main-cta-inpage.is-salmon.is-blog.strategy:hover {
  background-color: var(--sl);
}

.main-cta-inpage.is-salmon.is-blog.is-designsprint {
  width: 450px;
  text-align: center;
}

.main-cta-inpage.is-salmon.hide-fr {
  display: none;
}

.main-cta-inpage.is-salmon.ishome {
  width: 208px;
}

.soulignement {
  max-width: 70%;
  margin-top: -25px;
}

.soulignement.is-contact {
  max-width: 100%;
  margin-top: 0;
  display: none;
}

.soulignement.aboutus {
  max-width: 100%;
}

.soulignement.aboutus.home {
  max-width: 87%;
}

.soulignement.aboutus.home.oswwd {
  max-width: 50%;
}

.soulignement.fr {
  max-width: 100%;
}

.soulignement.fea {
  max-width: 93%;
}

.soulignement-2 {
  max-width: 80%;
  margin-top: -25px;
}

.soulignement-2.max-width-750 {
  width: 640px;
  transform-style: preserve-3d;
  top: 24px;
  transform: none;
}

.soulignement-2.max-width-750.is-home {
  margin-top: -15px;
  margin-bottom: 55px;
}

.soulignement-2.max-width-750.is-home.storybrand {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.soulignement-2.max-width-450 {
  width: 450px;
}

.is-sub {
  font-size: 38px;
  line-height: 50px;
}

.is-sub.fr {
  font-size: 42px;
}

.section-footer {
  background-color: #070707;
}

.html-embed-21 {
  opacity: .62;
  align-self: flex-start;
  margin-bottom: 0;
  margin-left: 45px;
  padding-top: 17px;
}

.html-embed-21:hover {
  opacity: 1;
}

.sep-4 {
  width: 10px;
  height: 4px;
  color: #ffe600;
  background-color: #fff;
  margin-top: 5px;
  margin-left: 0;
  margin-right: 10px;
  line-height: 10px;
}

.sep-4.footer {
  background-color: var(--grey);
}

.capa-link-4 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-right: 0;
  font-family: Krana fat b, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.capa-link-4:hover {
  color: #ffe600;
}

.capa-link-4.footer {
  color: #fff;
  margin-top: 0;
  padding-right: 5px;
  font-size: 19px;
}

.capa-link-4.footer.w--current {
  color: #86868b;
}

.capa-link-4.footer.islast {
  margin-top: -2px;
}

.capa-link-4.footer.islast.fr, .capa-link-4.footer.isfirst {
  margin-top: -5px;
}

.capa-link-4.footer.isfirst.fe {
  letter-spacing: 2px;
  white-space: pre;
  margin-top: 170px;
  margin-left: 0;
  font-size: 18px;
}

.capa-link-4.footer.isfirst.fe._2nd {
  margin-top: 50px;
}

.capa-link-4.footer.s {
  margin-top: -2px;
}

.capa-link-4.footer {
  color: #fff;
}

.capa-link-4.footer.w--current {
  color: #86868b;
}

.list-3 {
  z-index: 1;
  max-height: 100%;
  max-width: 100%;
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  position: relative;
  overflow: visible;
}

.footer-right {
  width: 27vw;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0;
  right: 0%;
  overflow: visible;
}

.paragraphe-footer {
  color: var(--white-sl);
  justify-content: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 7px;
  font-family: Gothamrnd book, sans-serif;
  font-size: 14px;
  display: flex;
}

.text-span-43 {
  opacity: .7;
  margin-left: 5px;
  margin-right: 5px;
}

.credit {
  width: 90vw;
  max-width: 1440px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rs {
  align-items: center;
  margin-top: 11px;
  padding-bottom: 15px;
  display: flex;
}

.divider {
  height: 50px;
  background-color: rgba(0, 0, 0, 0);
}

.divider.home {
  width: 100vw;
  height: 200px;
}

.divider.home.shapedividers_com-6 {
  transform-style: preserve-3d;
  display: none;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.soulignement-non {
  transform-style: preserve-3d;
  margin-top: 0;
  transform: scale3d(1, .5, 1);
}

.soulignement-non.max-width-80 {
  max-width: 90%;
  transform-style: preserve-3d;
  margin-top: -15px;
}

.image-150 {
  width: 1140px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}

.image-150.hide-on-dekstop {
  display: none;
}

.heading-large-70 {
  color: var(--white-sl);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Krana fat b, sans-serif;
  font-size: 75px;
  font-weight: 400;
  line-height: 80px;
}

.heading-large-70.margin-top {
  margin-top: 100px;
  font-size: 85px;
  line-height: 100px;
}

.heading-large-70.text-color-is-black {
  color: var(--sl);
}

.heading-large-70.text-color-is-black.is-in-header.is-an {
  z-index: 10;
  color: var(--sl);
  position: relative;
}

.heading-large-70.is-in-header {
  letter-spacing: .25px;
  text-transform: none;
  font-family: GothamBold, Palatino Linotype, sans-serif;
  font-size: 50px;
  line-height: 60px;
}

.heading-medium-42 {
  color: var(--sl);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Krana fat b, sans-serif;
  font-size: 37px;
  font-weight: 400;
  line-height: 60px;
}

.heading-medium-42.text-color-white {
  color: var(--white-sl);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Krana fat b, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

.heading-medium-42.text-color-white.minus-margin {
  max-width: 60%;
  text-align: center;
  letter-spacing: .25px;
  text-transform: none;
  margin-bottom: -20px;
  font-family: GothamBold, Palatino Linotype, sans-serif;
  font-size: 50px;
  line-height: 60px;
}

.heading-medium-42.is-in-header {
  z-index: 10;
  color: var(--black);
  position: relative;
}

.heading-medium-42.is-in-header.is-an {
  color: var(--sl);
  letter-spacing: .25px;
  text-transform: none;
  margin-bottom: -5px;
  font-family: GothamBold, Palatino Linotype, sans-serif;
  font-size: 50px;
}

.heading-medium-42.is-in-header.w {
  color: var(--white-sl);
}

.freelncer {
  z-index: 2147483647;
  max-width: 45%;
  position: relative;
}

.image-112 {
  max-width: 45%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

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

.div-block-71._2 {
  margin-bottom: 20px;
  position: relative;
}

.div-block-71._2.ff {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
}

.contenu-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-top: 100px;
  display: flex;
}

.bold-text-26 {
  color: var(--sl);
  font-family: Gothamrnd, sans-serif;
  font-size: 17px;
  line-height: 30px;
  position: static;
}

.link-block-6 {
  width: 400px;
  height: 80px;
  margin-top: 115px;
  display: flex;
}

.link-block-6.yellow {
  margin-top: 0;
}

.link-block-6._76top {
  position: relative;
  top: -76px;
}

.container-full-width {
  height: 150vh;
}

.container-full-width.background-color-is-yellow {
  height: 100vh;
  background-color: var(--yellow);
}

.container-full-width.background-color-is-yellow.align-horizontal {
  align-items: center;
  display: flex;
}

.container-full-width.align-horizontal {
  height: auto;
  align-items: center;
  display: flex;
}

.container-full-width.background-color-is-black {
  height: auto;
  background-color: #000;
}

.container-full-width.is-footer {
  width: 100vw;
  height: 100%;
  background-color: var(--black);
}

.container-full-width.wha {
  height: auto;
}

.shapedivid.shapedividers_com-4627 {
  z-index: 9999;
  height: 200px;
  background-color: var(--yellow);
  transform-style: preserve-3d;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  top: -1px;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.shapedivid.shapedividers_com-4627.home {
  width: 100vw;
}

.shapedivid.shapedividers_com-4627.home.hid {
  display: none;
}

.key-hit-it-off-2 {
  z-index: 2;
  max-width: 45%;
  position: relative;
  top: 70px;
  bottom: 0%;
  left: -10%;
  right: 0%;
}

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

.sl_main_p-4 {
  width: 100%;
  color: var(--dim-grey);
  letter-spacing: .5px;
  white-space: normal;
  flex-direction: column;
  order: 1;
  margin-top: 0;
  padding-top: 0;
  font-family: Gothamrnd book, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6rem;
  display: flex;
  position: relative;
}

.sl_main_p-4.nopad {
  color: var(--dim-grey);
  margin-top: 0;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.space-layout-2-2 {
  height: 70vh;
  max-width: 75vw;
  background-color: var(--spark-library-white);
  border-radius: 15px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 150px auto;
  padding-left: 79px;
  padding-right: 79px;
  display: flex;
}

.left-text-2 {
  width: 50vw;
  height: auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-right: 2vw;
  display: flex;
}

.lottie-animation-44 {
  max-width: 200px;
  position: relative;
  top: 100px;
}

.space-header {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  top: 15vh;
}

.space-header.strategy {
  height: 70vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  top: auto;
}

.catchline-span-text-4 {
  letter-spacing: .6px;
  margin-bottom: 20px;
  font-family: Gothamrnd, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6rem;
  display: inline-block;
}

.content-2 {
  width: auto;
  height: 100%;
  max-width: 90vw;
  cursor: none;
  margin-left: auto;
  margin-right: auto;
}

.sl_heading_capa-2 {
  z-index: 44;
  color: var(--sl);
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  white-space: pre;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 22px;
  font-family: GothamBold, Palatino Linotype, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 44px;
  display: inline-block;
  position: static;
}

.sl_heading_capa-2.longer {
  margin-bottom: 0;
  padding-top: 0;
  position: relative;
}

.sl_heading_capa-2.longer.field, .sl_heading_capa-2.longer.naming, .sl_heading_capa-2.longer.seo, .sl_heading_capa-2.longer.wireframe, .sl_heading_capa-2.longer.audit {
  position: relative;
  top: 15px;
}

.sl_heading_capa-2.longer.marketing {
  position: relative;
  top: 10px;
}

.sl_heading_capa-2.vi {
  width: 100%;
  padding-top: 40px;
}

.sl_heading_capa-2.fr {
  letter-spacing: 2px;
  white-space: normal;
}

.sl_heading_capa-2.lm {
  white-space: normal;
}

.sl_heading_capa-2.vision {
  padding-top: 30px;
}

.image-115 {
  max-width: 75%;
  transform-style: preserve-3d;
  margin-top: 0;
  margin-bottom: 0;
}

.stickers-header {
  max-width: 40%;
  flex: 0 auto;
  margin-top: 50px;
}

.stickers-header.strategy {
  max-width: 25%;
  margin-top: 0;
}

.right-text {
  width: 50vw;
  height: auto;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2vw;
}

.paralax-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: stretch;
  display: grid;
  position: relative;
  top: -104px;
}

.space-block-2-2 {
  width: 100%;
  height: 60vh;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
}

.left-illustration {
  width: 40vw;
  height: auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-right: 2vw;
  display: flex;
}

.heading-3 {
  color: var(--black);
  text-align: center;
  letter-spacing: .2px;
  text-transform: none;
  padding-top: 20px;
  font-family: GothamBold, Palatino Linotype, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 45px;
}

.image-35 {
  display: none;
}

.space-layout-1-2 {
  height: 60vh;
  max-width: 75vw;
  background-color: #fff;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin: 90px auto;
  padding-left: 84px;
  padding-right: 84px;
  display: flex;
  box-shadow: 2px 2px 8px -3px rgba(0, 0, 0, .1);
}

.image-39 {
  max-width: 50%;
  align-self: flex-start;
  margin-top: -27px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.key-vision-2 {
  max-width: 100%;
  align-self: center;
  margin-right: 0;
  position: relative;
}

.key-what-are-ulke-2 {
  max-width: 30%;
  position: absolute;
  top: 0;
  bottom: 0%;
  left: 45%;
  right: 0%;
}

.key-what-are-ulke-2.lemon {
  width: 70%;
  max-width: none;
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 22%;
}

.center-it-2 {
  width: 50vw;
  height: auto;
  min-width: 54vw;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin: 10vh auto 0;
  display: flex;
  position: relative;
}

.right-illustration-2 {
  width: 40vw;
  height: auto;
  align-self: center;
  margin-top: -50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2vw;
}

.text-span-9 {
  font-size: .9rem;
  position: relative;
  top: 0;
}

.block-text {
  height: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.key-impact-esle-2 {
  max-width: 100%;
}

.key-impact-esle-2.impact-else-correction {
  max-width: 75%;
  margin-bottom: 30px;
  margin-left: 15%;
}

.circle-box.up {
  width: auto;
  height: 100%;
  background-image: url('../images/cercle-spacelemon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 0;
  margin-left: -35px;
  padding: 20px 35px;
  display: flex;
}

.circle-box.field {
  width: auto;
  height: 100%;
  background-image: url('../images/sl-circle-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 10px;
  margin-left: -35px;
  padding: 20px 35px;
  display: flex;
}

.circle-box.positioning {
  width: auto;
  height: 100%;
  background-image: url('../images/cercle-spacelemon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 0;
  margin-left: -35px;
  padding: 20px 35px;
  display: flex;
}

.circle-box.your-vision {
  width: auto;
  height: 100%;
  background-image: url('../images/sl-circle-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 10px;
  margin-left: -35px;
  padding: 28px 35px 50px;
  display: flex;
}

.circle-box.your-vision.mobile {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.circle-box.attributes {
  width: auto;
  height: 100%;
  background-image: url('../images/sl-circle-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 10px;
  margin-left: -35px;
  padding: 20px 35px;
  display: flex;
}

.circle-box.brand-guideline, .circle-box.naming {
  width: auto;
  height: 100%;
  background-image: url('../images/cercle-spacelemon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 0;
  margin-left: -100px;
  padding: 50px 100px;
  display: flex;
}

.circle-box.marketing {
  width: auto;
  height: 100%;
  background-image: url('../images/sl-circle-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 10px;
  margin-left: -35px;
  padding: 50px 35px;
  display: flex;
}

.circle-box.experience {
  width: auto;
  height: 100%;
  background-image: url('../images/sl-circle-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: -50px;
  margin-left: -98px;
  padding: 50px 98px;
  display: flex;
}

.circle-box.ia {
  width: auto;
  height: 100%;
  background-image: url('../images/cercle-spacelemon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 0;
  margin-left: -100px;
  padding: 0 100px;
  display: flex;
}

.circle-box.wireframe {
  width: auto;
  height: 100%;
  background-image: url('../images/cercle-spacelemon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: -50px;
  margin-left: -100px;
  padding: 50px 100px;
  display: flex;
}

.circle-box.audit {
  width: auto;
  height: 100%;
  background-image: url('../images/sl-circle-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 20px;
  margin-left: -35px;
  padding: 50px 35px 51px;
  display: flex;
}

.circle-box.attributs {
  width: auto;
  height: 100%;
  background-image: url('../images/cercle-spacelemon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 0;
  margin-left: -100px;
  padding: 50px 100px 34px;
  display: flex;
}

.circle-box.iv {
  width: auto;
  height: 100%;
  background-image: url('../images/sl-circle-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 10px;
  margin-left: -35px;
  padding: 50px 35px;
  display: flex;
}

.position-image-mobile {
  display: none;
}

.naming-key-1 {
  max-width: 75%;
  margin-bottom: 40px;
  margin-left: 10%;
  position: relative;
  top: -92px;
}

.image-41 {
  max-width: 50%;
  position: absolute;
  top: -70px;
  left: -20%;
}

.div-block-21 {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template: "Area"
                 "."
                 / .75fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.image-44 {
  max-width: 85%;
  position: static;
  top: 80px;
}

.image-43 {
  display: none;
}

.yellow-text {
  color: #ffe600;
}

.image-42 {
  padding-left: 15px;
  padding-right: 15px;
}

.image-40 {
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 30px;
}

.key-your-very-own-broadcast {
  max-width: 40%;
  position: absolute;
  top: -60px;
}

.block-text-2 {
  height: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.key-image-not-good-lemon {
  margin-top: 30px;
}

.div-block-22 {
  position: relative;
}

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

.sl_main_p-5 {
  width: 100%;
  color: #1d1d1f;
  letter-spacing: .5px;
  white-space: normal;
  flex-direction: column;
  order: 1;
  padding-top: 0;
  font-family: Gothamrnd book, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 20.5px;
  display: flex;
  position: relative;
}

.div-block-26 {
  width: 100%;
  height: auto;
  position: relative;
}

.key-space-portal {
  max-width: 70%;
  margin-left: 7%;
  padding-bottom: 50px;
}

.container-grid-maps {
  grid-column-gap: 0px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
  position: relative;
  top: 140px;
}

.key-to-be-seen-or-not {
  max-width: 45%;
  position: absolute;
  top: -60px;
  left: 53%;
}

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

.key-starship-lego {
  width: 100%;
  max-width: 90%;
  margin-top: 41px;
  position: relative;
  top: auto;
  left: auto;
}

.key-appolo1-test-launch {
  max-width: 45%;
  position: absolute;
  top: -80px;
  left: 20%;
}

.heading-15 {
  color: #1d1d1f;
  text-align: center;
  letter-spacing: .2px;
  text-transform: none;
  padding-top: 20px;
  font-family: GothamBold, Palatino Linotype, sans-serif;
  font-size: 42px;
  line-height: 45px;
}

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

.key-dive-into-our-world {
  max-width: 80%;
}

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

.key-map-it-out {
  max-width: 30%;
  position: relative;
  left: 300px;
}

.key-earth {
  width: 70%;
  max-width: none;
}

.key-astronaut-alone-in-the-dark {
  max-width: 80%;
  position: absolute;
  top: 367px;
  left: 25%;
}

.image-116 {
  max-width: 45%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.lottie-animation-59 {
  z-index: 0;
  width: 35%;
  opacity: 1;
  transform-style: preserve-3d;
  margin: -7px auto 28px;
  position: relative;
  transform: rotateX(-14deg)rotateY(14deg)rotateZ(0);
}

.stream-box-content {
  z-index: 999;
  width: 100%;
  height: 100%;
  opacity: 1;
  display: block;
  position: absolute;
}

.foreground-element {
  z-index: 30;
  width: 100%;
  height: 100vh;
  position: fixed;
}

.foreground-element.textbox {
  position: absolute;
}

.foreground-element.textbox.content-foreground-element {
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.content-stream-container {
  width: 35vh;
  height: 12vh;
  color: #2e2e2e;
  transform-style: preserve-3d;
  background-color: #f6f0e2;
  border: .3vh solid #2e2e2e;
  border-radius: 2vh;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1vh 2vh;
  font-size: 1.8vh;
  font-weight: 700;
  line-height: 3vh;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: none;
}

.content-stream-container.content-stream-container-shadow {
  opacity: 0;
  transform-style: preserve-3d;
  background-color: #2e2e2e;
  margin-top: 1vh;
  margin-left: 1vh;
  padding-left: 2vh;
  padding-right: 2vh;
  transform: none;
}

.content-stream-container.animated {
  width: 80vh;
  height: 40vh;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  border-radius: 68vh;
  padding: 3vh 10vh;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, .25);
}

.content-stream-container.animated.verde {
  height: 45vh;
  box-shadow: none;
}

.content-stream {
  color: var(--black);
  font-family: Gothamrnd book, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.media-block {
  width: 100%;
  height: 100vh;
  opacity: 1;
  object-fit: fill;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.inside-media {
  max-height: 60vh;
  max-width: 40%;
  opacity: 1;
  border: .3vh #2e2e2e;
  border-radius: 2vh;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-30vh)translate(-50%, -50%);
}

.media-caption {
  color: var(--grey);
  font-family: Gothamrnd book, sans-serif;
  font-size: 16px;
  line-height: 22px;
  display: none;
}

.collection-list-wrapper-2 {
  position: static;
}

.content-stream-2 {
  color: var(--white-sl);
  font-size: 16px;
  line-height: 22px;
}

.content-stream-2.heading {
  color: var(--black);
  letter-spacing: 3px;
  text-transform: uppercase;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
  font-family: Krana fat b, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  display: flex;
}

.media-caption-2 {
  color: var(--grey);
  font-family: Gothamrnd book, sans-serif;
  font-size: 16px;
  line-height: 22px;
  display: none;
}

.content-stream-3 {
  color: var(--black);
  margin-bottom: 15px;
  font-family: Gothamrnd, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.media-caption-3 {
  color: var(--grey);
  font-family: Gothamrnd book, sans-serif;
  font-size: 16px;
  line-height: 22px;
  display: none;
}

.max-width-750 {
  z-index: 99;
  width: 750px;
  max-width: 750px;
  position: relative;
}

.over-width-img {
  width: 100%;
  max-width: 1280px;
  margin-top: 100px;
  padding-bottom: 50px;
}

.over-width-img.hide-on-mobile {
  padding-bottom: 0;
}

.over-width-img.hide-on-dekstop {
  display: none;
}

.spaceship-workshop-post-it {
  width: 500px;
  position: relative;
  top: 50px;
}

.spaceship-workshop-post-it.hid {
  display: none;
}

.image-152 {
  width: 500px;
  position: relative;
  top: auto;
}

.image-152.normal {
  top: 100px;
}

.image-152.normal.top {
  margin-left: -81px;
  display: block;
  top: 40px;
  left: 0;
}

.subscribe-form {
  width: 400px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  top: 0;
}

.subscribe-form.normal {
  top: 60px;
}

.subscribe-form.normal.top {
  margin-left: -110px;
  top: 0;
}

.subscribe-form.normal.top.ws {
  margin-left: 46px;
  margin-right: auto;
}

.centered-container {
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: -40px;
  display: flex;
}

.centered-container.ws {
  justify-content: flex-start;
  margin-top: 0;
  padding-bottom: 50px;
  padding-left: 99px;
}

.subscribe-form-flex {
  border-radius: 7px;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.subscribe-form-input-wrapper {
  text-align: left;
  border-radius: 5px;
}

.subscribe-form-input {
  background-color: var(--white-sl);
  border-radius: 9px;
  margin-bottom: 0;
  font-family: Gothamrnd book, sans-serif;
  font-size: 16px;
}

.form-block-2 {
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.submit-button-2 {
  background-color: var(--sl);
  border-radius: 13px;
  margin-left: 10px;
  font-family: Gothamrnd book, sans-serif;
}

.div-block-72 {
  font-family: Gothamrnd book, sans-serif;
}

.success-message {
  background-color: var(--white-sl);
  border-radius: 14px;
}

.image-153 {
  width: 600px;
}

.scroll-indicator {
  z-index: 999999;
  width: 5px;
  max-width: 5px;
  margin-top: 0;
  position: fixed;
  left: auto;
  right: 0;
}

.scroll-color {
  z-index: 9999;
  width: 5px;
  height: 0%;
  max-width: 5px;
  background-color: #ffe600;
  position: fixed;
  top: 0;
}

.lottie-animation-60 {
  z-index: 997;
  height: 200px;
  filter: grayscale();
  display: none;
  position: fixed;
  top: -66px;
  right: 75px;
}

.paragraphe-main {
  color: var(--sl);
  text-align: center;
  letter-spacing: 1px;
  font-family: Gothamrnd book, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.paragraphe-main.is-all-caps {
  text-transform: uppercase;
}

.paragraphe-main.is-all-caps.is-bold {
  font-family: Gothamrnd, sans-serif;
}

.paragraphe-main.is-all-caps.is-bold.is-nopad {
  letter-spacing: .5px;
  text-transform: none;
  margin-top: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.div-block-74 {
  z-index: 999999;
  width: 400px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.image-154 {
  z-index: 999;
  position: relative;
  top: 50px;
}

.lottie-animation-62 {
  width: 350px;
  margin-top: auto;
  margin-left: 173px;
  display: none;
  position: absolute;
  top: 100px;
  left: 709px;
  transform: rotate(0);
}

.amazing {
  color: var(--yellow);
  font-family: SpaceLemon, sans-serif;
  font-size: 100px;
  position: relative;
  top: 32px;
}

.amazing.fr {
  font-family: SpaceLemon08092021-FR, sans-serif;
}

.amazing.fr.f {
  display: none;
}

.space-lemon-type {
  letter-spacing: 10px;
  font-family: SpaceLemon200921_V2, sans-serif;
}

.space-lemon-type.is-50px {
  font-size: 110px;
}

.space-lemon-type.is-50px.is-salmon {
  color: var(--space-salmon);
  letter-spacing: -60px;
  text-indent: -30px;
  font-family: SpaceLemon200921, sans-serif;
  position: relative;
  top: 33px;
  left: -35px;
}

.space-lemon-type.is-50px.is-salmon.is-alt {
  letter-spacing: -40px;
  text-indent: 40px;
  top: 7px;
  left: -12px;
}

.space-lemon-type.is-50px.is-salmon.is-defenders {
  letter-spacing: -40px;
  text-indent: 40px;
  font-family: SpaceLemon08092021-FR, sans-serif;
  top: 35px;
  left: -40px;
}

.space-lemon-type.is-50px.is-salmon.is-defenders.en {
  font-family: SpaceLemon200921_V2, sans-serif;
}

.space-lemon-type.is-50px.is-salmon.is-defenders.en.is-contact {
  letter-spacing: -20px;
  font-size: 50px;
  top: 7px;
  left: -19px;
}

.space-lemon-type.is-50px.is-salmon.is-defenders.en.isyellow {
  color: var(--space-salmon);
}

.space-lemon-type.is-50px.is-salmon.fr {
  font-family: SpaceLemon08092021_FR_V2, sans-serif;
}

.space-lemon-type.is-50px.is-salmon.fr.impact {
  letter-spacing: 0;
  text-indent: 0;
  font-size: 60px;
  top: 6px;
  left: -6px;
}

.space-lemon-type.is-50px.is-header {
  position: relative;
  top: 25px;
  left: -11px;
}

.space-lemon-type.is-30px {
  font-size: 40px;
  position: relative;
  top: 0;
  left: 4px;
}

.space-lemon-type.is-30px.is-salmon {
  color: var(--space-salmon);
}

.space-lemon-type.is-30px.is-salmon.is-arrow {
  letter-spacing: 20px;
}

.space-lemon-type.is-30px.is-green {
  color: var(--green);
}

.space-lemon-type.is-30px.is-green.is-arrow {
  letter-spacing: 20px;
}

.space-lemon-type.is-30px.is-green.fr.impact {
  font-family: SpaceLemon08092021_FR_V2, sans-serif;
  font-size: 50px;
}

.space-lemon-type.is-30px.is-orange {
  color: var(--space-orange);
  top: -1px;
  left: 5px;
}

.space-lemon-type.is-30px.is-orange.is-arrow {
  letter-spacing: 20px;
}

.space-lemon-type.is-30px.is-orange.fr.impact {
  font-family: SpaceLemon08092021_FR_V2, sans-serif;
  font-size: 55px;
}

.space-lemon-type.is-30px.is-yellow {
  font-size: 45px;
}

.space-lemon-type.is-30px.is-yellow.is-arrow {
  letter-spacing: 20px;
}

.space-lemon-type.is-30px.is-yellow.fr.impact {
  color: var(--yellow);
  font-family: SpaceLemon08092021_FR_V2, sans-serif;
  font-size: 45px;
}

.space-lemon-type.is-42 {
  font-size: 60px;
  position: relative;
  top: 14px;
  left: 5px;
}

.space-lemon-type.is-42.is-green {
  color: var(--green);
}

.space-lemon-type.is-42.is-green.fr.impact {
  font-family: SpaceLemon08092021_FR_V2, sans-serif;
  font-size: 70px;
  top: 16px;
}

.space-lemon-type.is-60 {
  font-size: 150px;
  line-height: 0;
  position: relative;
  top: 38px;
  left: -71px;
}

.space-lemon-type.is-60.is-salmon {
  color: #f66161;
  letter-spacing: -180px;
  font-family: SpaceLemon08092021-FR, sans-serif;
  top: 46px;
  left: -95px;
}

.space-lemon-type.is-60.is-salmon.is-disruptive {
  left: -60px;
}

.space-lemon-type.is-60.is-salmon.is-bf {
  left: -3px;
}

.space-lemon-type.is-60.is-salmon.is-bf.en {
  display: inline;
}

.space-lemon-type.is-60.is-salmon.en {
  font-family: SpaceLemon200921_V2, sans-serif;
}

.space-lemon-type.is-60.is-salmon.fr.declanche {
  font-size: 130px;
  top: 27px;
  left: -60px;
}

.space-lemon-type.hide-on-desktop.display {
  text-indent: -35px;
  display: inline-block;
}

.space-lemon-type.hide-on-desktop.display.d {
  color: #070707;
}

.space-lemon-type.fr {
  color: var(--space-salmon);
  font-family: SpaceLemon08092021-FR, sans-serif;
  font-size: 110px;
}

.space-lemon-type.fr.autrement {
  margin-left: -40px;
  font-size: 76px;
}

.space-lemon-type.fr.frere {
  font-size: 90px;
  position: relative;
  top: 5px;
}

.space-lemon-type.fr.geniaux {
  letter-spacing: 10px;
  text-indent: 30px;
  font-family: SpaceLemon08092021_FR_V2, sans-serif;
  font-size: 50px;
  position: relative;
  top: -1px;
}

.sub-sub-heading {
  color: var(--grey);
  font-size: 18px;
  line-height: 20px;
  position: relative;
  top: -13px;
}

.hands-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr .75fr;
  grid-auto-columns: 1fr;
  align-content: end;
  align-items: end;
  margin-top: 0;
  display: grid;
}

.hands-container.home {
  width: 40%;
  justify-content: center;
  align-items: flex-start;
  margin-top: -10px;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: visible;
}

.max-width-400 {
  width: 500px;
  transform-style: preserve-3d;
  margin-top: -41px;
  margin-left: -19px;
  transform: rotateX(0)rotateY(11deg)rotateZ(1deg);
}

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

.image-155.is-left {
  max-width: 30%;
  position: absolute;
  top: 367px;
  left: -225px;
}

.image-155.is-right {
  max-width: 30%;
  position: absolute;
  top: 87%;
  bottom: 0%;
  left: auto;
  right: -24%;
}

.hide-on-desktop {
  display: none;
}

.rich-text-block-3 strong, .rich-text-block-3 h2 {
  color: var(--white-sl);
}

.rich-text-block-3 p {
  color: var(--white-sl);
  margin-bottom: 20px;
}

.rich-text-block-3.probono {
  background-color: var(--space-salmon);
}

.rich-text-block-3.probono h3 {
  color: var(--sl);
}

.rich-text-block-3.probono li {
  color: var(--white-sl);
  font-size: 18px;
  line-height: 26px;
}

.coming-soon {
  display: none;
}

.paragraph-18 {
  color: var(--black);
  margin-top: 10px;
  font-family: Gothamrnd, sans-serif;
}

.lottie-hover-button {
  z-index: 98;
  width: 250px;
  height: 150px;
  filter: brightness(0%);
  position: absolute;
  top: auto;
  bottom: -20px;
  left: -50px;
  right: 0%;
  overflow: hidden;
}

.lottie-hover-button.is-blog {
  z-index: 99;
  filter: none;
  position: absolute;
  top: 43%;
  bottom: 0%;
  left: auto;
  right: 25%;
}

.lottie-hover-button.is-blog.bottom {
  top: 84%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.lottie-hover-button.home {
  bottom: -60px;
  left: -40px;
}

.soon {
  width: auto;
  background-color: var(--white-sl);
  color: var(--black);
  text-transform: none;
  border-radius: 5px;
  margin-top: auto;
  margin-bottom: 0;
  padding: 5px 15px;
  font-family: Gothamrnd book, sans-serif;
  font-size: 12px;
  line-height: 22px;
  display: none;
  position: relative;
  top: auto;
  left: auto;
}

.div-block-76 {
  width: auto;
  line-height: 20px;
  display: block;
  position: relative;
  top: auto;
  left: auto;
}

.image-157 {
  max-width: 45%;
  margin-top: -47px;
}

.top-post {
  justify-content: center;
  align-items: center;
  padding: 0 30px 60px;
  display: flex;
}

.container-5 {
  width: 100%;
  max-width: 1140px;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
}

.container-5.cc-post-image {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.container-5.cc-center {
  text-align: left;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.posts-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.posts-wrapper.cc-top-post {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.top-post-item {
  perspective: 2000px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

._3-posts {
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  padding-bottom: 90px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

._3-posts.in-post {
  position: relative;
  top: -91px;
}

._3-posts.iswwd {
  margin-top: 100px;
  margin-bottom: 0;
  position: relative;
  top: 0;
}

.posts-collection-list-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.posts-collection-list {
  flex-wrap: wrap;
  margin: -25px -10px;
  display: flex;
}

._3-collection-item {
  width: 33.3333%;
  flex-wrap: wrap;
  align-content: stretch;
  align-items: stretch;
  margin-top: 50px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.top-post-text {
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 50px;
}

.heading-16 {
  width: auto;
  color: var(--black);
  letter-spacing: .25px;
  text-transform: none;
  font-family: GothamBold, Palatino Linotype, sans-serif;
}

.link-block-7 {
  margin-left: 0;
}

.top-post-image {
  width: 50vw;
  height: 400px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 7px;
}

.text-block-6 {
  color: var(--space-salmon);
  font-family: Gothamrnd book, sans-serif;
}

.heading-17 {
  color: var(--black);
  font-family: Gothamrnd book, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.image-159 {
  border-radius: 10px;
}

.heading-18 {
  color: var(--black);
  letter-spacing: .25px;
  text-transform: none;
  margin-top: 0;
  font-family: GothamBold, Palatino Linotype, sans-serif;
  font-size: 21px;
  line-height: 24px;
}

.heading-18.wwd {
  width: 91%;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 34px;
}

.heading-19 {
  color: var(--black);
  font-family: Gothamrnd book, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.lottie-animation-63 {
  filter: brightness(0%);
  justify-content: flex-end;
  display: flex;
  position: absolute;
}

.lottie-animation-63.right-waves {
  height: 350px;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.lottie-animation-63.left-waves {
  height: 350px;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.waves {
  z-index: 9;
  width: 75vw;
  height: 45vh;
  justify-content: space-between;
  display: flex;
  position: absolute;
  top: auto;
}

.hey {
  width: 150px;
  filter: invert();
  position: relative;
  top: -79px;
  left: 364px;
}

.lottie-animation-64 {
  width: 400px;
}

.post-image {
  max-width: 1280px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.post-author {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
}

.post-author:hover {
  text-decoration: underline;
}

.text-container {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.h1-2 {
  color: #000;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Krana fat b, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
}

.post-author-text {
  margin-top: 30px;
  display: flex;
}

.post-author-text.cc-center {
  align-items: center;
}

.title-section {
  max-width: 1280px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 180px 30px 90px;
  display: flex;
}

.section-title-text {
  color: #999;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Gothamrnd book, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
}

.section-title-text:hover {
  text-decoration: underline;
}

.author-image-wrapper {
  width: 30px;
  height: 30px;
  background-image: url('../images/1619003402030.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  display: flex;
  overflow: hidden;
}

.post-category-text {
  color: var(--space-salmon);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}

.post-content {
  justify-content: center;
  align-items: center;
  padding: 60px 30px;
  display: flex;
}

.post-content-wrapper {
  max-width: 680px;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.rich-text {
  width: 600px;
  color: var(--black);
  font-family: Gothamrnd book, sans-serif;
}

.latest-posts {
  justify-content: center;
  align-items: center;
  padding: 80px 30px 90px;
  display: flex;
}

.image-160 {
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
}

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

.link-block-9 {
  color: var(--space-salmon);
  text-decoration: none;
  display: block;
}

.link-block-10 {
  display: block;
}

.bold-text-26-copy {
  color: var(--white-sl);
  font-family: Gothamrnd, sans-serif;
  font-size: 17px;
  line-height: 30px;
  position: static;
}

.heading-21 {
  color: var(--grey);
  text-align: left;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-family: Gothamrnd book, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.link-block-11 {
  width: 100%;
  height: 300px;
  max-height: 300px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
}

.cta_end {
  justify-content: center;
  margin-top: 35px;
  display: flex;
}

.cta_end.symbole-cta {
  align-items: center;
  margin-top: 0;
}

.button-home.animated.is-button-home {
  width: 250px;
  height: 70px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin: auto 50px;
  font-family: Krana fat b, sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  position: relative;
  top: auto;
  left: auto;
}

.button-home.animated.is-button-home.bg-color-is-black {
  color: var(--yellow);
  background-color: rgba(0, 0, 0, 0);
  margin-left: 20px;
  margin-right: 10px;
  padding: 0;
  transition: opacity .2s;
}

.button-home.animated.is-button-home.bg-color-is-black:hover, .button-home.animated.is-button-home.bg-color-is-black.is-white {
  color: var(--sl);
}

.button-home.animated.is-button-home.bg-color-is-black.is-white:hover {
  color: var(--white-sl);
}

.is-home {
  position: relative;
  top: 400vh;
}

.call-to-action {
  padding-top: 100px;
  padding-bottom: 100px;
}

.call-to-action.animated.an {
  width: 700px;
  height: 250px;
  padding-top: 50px;
  padding-bottom: 0;
  position: relative;
  top: auto;
  left: auto;
  overflow: visible;
}

.centered-container-2 {
  text-align: center;
  flex: 1;
}

.is_d {
  color: var(--sl);
}

.multi-step-form-block---brix {
  min-height: 44vw;
  margin-top: 20px;
  margin-bottom: 0;
}

.submit-content-wrapper---brix {
  max-width: 500px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  display: flex;
}

.form-step-progress-bar---brix {
  width: 100%;
  min-height: 6px;
  background-color: #eff0f6;
  border-radius: 50px;
}

.form-step-progress-bar---brix.complete-step---brix {
  background-color: var(--green);
}

.form-step-progress-bar---brix.current-step---brix {
  width: 50%;
  background-color: var(--green);
}

.radio-button-field {
  max-height: 85px;
  min-height: 85px;
  align-items: center;
  margin-bottom: 0;
  padding: 48px 32px;
  display: flex;
  position: relative;
}

.display-none {
  display: none;
}

.multi-step-form-wrapper---brix {
  max-width: 700px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.multi-step-form-button---brix {
  width: auto;
  color: #4a3aff;
  background-color: #fff;
  border-radius: 500px;
  padding: 20px 40px;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  transition: transform .2s;
  display: inline-block;
  top: 682px;
  bottom: auto;
  left: auto;
  right: auto;
}

.multi-step-form-button---brix:hover {
  transform: translate(0, -2px);
}

.multi-step-form-button---brix.left---brix {
  border: 1px solid #4a3aff;
  left: -40px;
}

.multi-step-form-button---brix.left---brix.preview-page {
  border-color: var(--sl);
  background-color: var(--sl);
  color: var(--white-sl);
  border-radius: 20px;
  top: 583px;
  left: 20px;
}

.multi-step-form-button---brix.right---brix {
  color: #fff;
  background-color: #4a3aff;
  font-weight: 700;
  right: -40px;
}

.multi-step-form-button---brix.right---brix.preview-page {
  background-color: var(--green);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 20px;
  font-family: Krana fat b, sans-serif;
  top: 581px;
  right: 21px;
}

.cloneable-container-default {
  min-height: 624px;
  background-color: #f7f7fb;
  border-radius: 20px;
  margin-top: 100px;
  padding-top: 75px;
  padding-bottom: 200px;
  transform: translate(0);
}

.cloneable-container-default.animated-copy.is-contact-form {
  z-index: 99;
  height: auto;
  min-height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 35px;
  position: relative;
  top: auto;
  left: auto;
}

.cloneable-container-default.mobile {
  display: none;
}

.step-title---brix {
  color: var(--sl);
  margin-bottom: 8px;
  font-weight: 700;
}

.slide---brix {
  margin-right: 80px;
}

.step-paragraph---brix {
  color: var(--sl);
  margin-top: 1em;
  margin-bottom: 0;
}

.steps-bar---brix {
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.form-step-progress-bar-mobile---brix {
  width: 100%;
  min-height: 6px;
  background-color: #eff0f6;
  border-radius: 50px;
  display: none;
}

.title-container---brix {
  max-width: 518px;
  text-align: center;
}

.checkbox-item--brix {
  max-height: 85px;
  min-height: 80px;
  color: #170f49;
  background-color: #fff;
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 16px;
  align-items: center;
  margin-bottom: 0;
  padding: 25px;
  display: flex;
  position: relative;
  overflow: visible;
}

.form-step-number---brix {
  width: 34px;
  height: 34px;
  color: var(--sl);
  background-color: #eff0f6;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 18px;
  margin-right: 18px;
  font-size: 16px;
  display: flex;
}

.form-step-number---brix.completed---brix {
  background-color: var(--green);
  color: #fff;
  font-weight: 700;
}

.completed-form-illustrations---brix {
  margin-bottom: 18px;
}

.steps-bar-wrapper--brix {
  text-decoration: line-through;
}

.submit-button---brix {
  background-color: var(--green);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 500px;
  margin-top: 30px;
  padding: 20px 40px 21px;
  font-family: Krana fat b, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  transition: all .2s;
  box-shadow: 0 3px 12px rgba(74, 58, 255, .18);
}

.submit-button---brix:hover {
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px rgba(74, 58, 255, .3);
}

.multi-step-foirm---success-message---brix {
  min-height: 44vh;
  background-color: #fff;
  border-radius: 16px;
  padding-top: 70px;
  padding-bottom: 70px;
  box-shadow: 38px 38px 34px rgba(74, 58, 255, .01), 0 1px 26px rgba(20, 20, 43, .02), 0 16px 26px rgba(19, 18, 66, .02);
}

.select-item-icon---brix {
  margin-right: 12px;
  display: none;
}

.multi-step-form-error-message---brix {
  border-radius: 16px;
  margin-top: 140px;
  padding: 24px;
}

.slider---brix {
  height: 100%;
  max-width: 750px;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.step-title-wrap---brix {
  margin-bottom: 40px;
}

.checkbox---brix {
  z-index: 5;
  width: 100%;
  height: 100%;
  opacity: 1;
  color: var(--sl);
  cursor: pointer;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 16px;
  margin-top: 0;
  margin-left: 0;
  transition: border-color .35s, all .35s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
  box-shadow: 0 2px 6px 1px rgba(19, 18, 66, .07);
}

.checkbox---brix:hover {
  border-width: 3px;
  border-color: var(--green);
  background-color: var(--white-sl);
  color: var(--white-sl);
  box-shadow: 0 2px 6px 1px rgba(19, 18, 66, .07);
}

.checkbox---brix.w--redirected-checked {
  border: 3px solid var(--green);
  background-color: var(--white-sl);
  opacity: 1;
  color: var(--white-sl);
  background-image: none;
  box-shadow: 0 2px 6px 1px rgba(19, 18, 66, .07);
}

.checkbox---brix.w--redirected-focus {
  border-width: 2px;
  border-color: var(--green);
  box-shadow: 0 4px 10px rgba(31, 37, 89, .07);
}

.multi-step-form-radio-trigger---brix {
  background-color: var(--white-sl);
  color: var(--sl);
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 32px;
  padding-right: 32px;
  font-family: Gothamrnd book, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  transition: border-width .2s, border-color .2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 6px 2px rgba(19, 18, 66, .07);
}

.multi-step-form-radio-trigger---brix:hover {
  border-color: #bfbaff;
}

.form-content---brix {
  border-top: 1px solid var(--sl);
  padding-top: 20px;
  padding-bottom: 0;
  overflow: visible;
}

.first-step-grid---brix {
  grid-column-gap: 28px;
  grid-row-gap: 44px;
}

.first-step-grid---brix.uniform-space---brix {
  grid-column-gap: 28px;
  grid-row-gap: 44px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  overflow: visible;
}

.multi-step-form-label---brix {
  color: var(--sl);
  border-radius: 16px;
  margin-bottom: 16px;
  font-family: Gothamrnd, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.multi-step-form-label---brix.no-margin---brix {
  z-index: 9;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 18px;
  line-height: 1.5;
  position: relative;
}

.multi-step-form-label---brix.no-margin---brix:hover {
  color: var(--sl);
}

.multi-step-form---brix {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.multi-step-form---brix.animated.is-contact {
  width: 800px;
  height: 550px;
  padding-top: 0;
  position: relative;
  top: auto;
  left: auto;
}

.multi-step-form-grid-item---brix {
  overflow: visible;
}

.multi-step-form-text-field---brix {
  min-height: 66px;
  color: #170f49;
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 500px;
  margin-bottom: 0;
  padding: 20px 60px 20px 20px;
  font-size: 18px;
  transition: color .4s, border-color .4s, all .4s;
  box-shadow: 0 2px 6px rgba(19, 18, 66, .07);
}

.multi-step-form-text-field---brix:hover {
  border-color: #4a3aff;
  box-shadow: 0 4px 10px rgba(19, 18, 66, .12);
}

.multi-step-form-text-field---brix:focus {
  color: #4a3aff;
  border: 2px solid #4a3aff;
}

.multi-step-form-text-field---brix::-ms-input-placeholder {
  color: #6f6c90;
  font-size: 18px;
}

.multi-step-form-text-field---brix::placeholder {
  color: #6f6c90;
  font-size: 18px;
}

.multi-step-form-text-field---brix.email-icon---brix {
  color: var(--green);
  background-image: url('../images/icon-2-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
  border-radius: 20px;
  font-family: Gothamrnd book, sans-serif;
  font-size: 16px;
}

.multi-step-form-text-field---brix.email-icon---brix:hover {
  border-color: var(--green);
  background-image: none;
  border-radius: 30px;
}

.multi-step-form-text-field---brix.email-icon---brix:focus {
  border-color: var(--green);
  color: var(--sl);
  background-image: none;
  border-radius: 30px;
  font-family: Gothamrnd, sans-serif;
}

.multi-step-form-text-field---brix.name-icon---brix {
  color: var(--green);
  background-image: url('../images/icon-1-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  font-family: Gothamrnd book, sans-serif;
  font-size: 16px;
}

.multi-step-form-text-field---brix.name-icon---brix:hover {
  border-color: var(--green);
  background-image: none;
  border-radius: 30px;
}

.multi-step-form-text-field---brix.name-icon---brix:focus {
  border-color: var(--green);
  color: var(--sl);
  background-image: none;
  border-radius: 30px;
  font-family: Gothamrnd, sans-serif;
}

.multi-step-form-text-field---brix.phone-icon---brix {
  color: var(--green);
  background-image: url('../images/icon-3-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
  border-radius: 20px;
  font-family: Gothamrnd book, sans-serif;
  font-size: 16px;
  transition: color .4s, border-color .4s, all .4s;
  box-shadow: 0 2px 6px rgba(19, 18, 66, .07);
}

.multi-step-form-text-field---brix.phone-icon---brix:hover {
  border-color: var(--green);
  background-image: none;
}

.multi-step-form-text-field---brix.phone-icon---brix:focus {
  border-color: var(--green);
  color: var(--sl);
  background-image: none;
  border-radius: 30px;
  font-family: Gothamrnd, sans-serif;
}

.multi-step-form-text-field---brix.company-icon---brix {
  color: var(--green);
  background-image: url('../images/icon-4-input-multi-step-form-webflow-cloneable-template-brix-templates.svg');
  border-radius: 20px;
  font-family: Gothamrnd book, sans-serif;
  font-size: 16px;
}

.multi-step-form-text-field---brix.company-icon---brix:hover {
  border-color: var(--green);
  color: var(--green);
  background-image: none;
  border-radius: 30px;
}

.multi-step-form-text-field---brix.company-icon---brix:focus {
  border-color: var(--green);
  color: var(--sl);
  background-image: none;
  font-family: Gothamrnd, sans-serif;
}

.mask---brix {
  width: 100%;
  padding-top: 30px;
  padding-left: 8px;
  padding-right: 8px;
  overflow: hidden;
}

.heading-22 {
  color: var(--white-sl);
  margin-bottom: 0;
}

.heading-22.contact {
  font-size: 42px;
}

.paragraph-19 {
  color: var(--white-sl);
  margin-top: 1em;
  font-family: Gothamrnd book, sans-serif;
  line-height: 24px;
}

.div-block-78 {
  font-size: 16px;
}

.radio-button-2 {
  width: 24px;
  height: 24px;
  border: 1.2px solid var(--sl);
  box-shadow: inset 0 0 7px 0 var(--sl);
  opacity: 1;
  cursor: pointer;
  flex: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 12px;
  transition: all .2s;
  overflow: hidden;
}

.radio-button-2.w--redirected-checked {
  border-width: 2px;
  border-color: var(--green);
  border-radius: 100%;
  box-shadow: inset 0 0 10px rgba(114, 194, 3, .5);
}

.radio-button-2.w--redirected-focus {
  box-shadow: 0 0 3px 1px var(--green);
}

.multi-step-form-radio-trigger---brix-2 {
  color: var(--sl);
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 66px;
  padding-right: 32px;
  font-family: Gothamrnd, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  transition: border-width .2s, border-color .2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 6px 2px rgba(19, 18, 66, .07);
}

.multi-step-form-radio-trigger---brix-2:hover {
  border-color: var(--green);
}

.text-block-7 {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Krana fat b, sans-serif;
}

.text-color-is-salmon {
  color: var(--white-sl);
}

.text-color-is-salmon.salmon {
  color: var(--space-salmon);
}

.text-color-is-salmon.isd {
  color: var(--sl);
  font-family: GothamBold, Palatino Linotype, sans-serif;
}

.rich-text-block-3-copy strong, .rich-text-block-3-copy h2 {
  color: var(--white-sl);
}

.rich-text-block-3-copy.bgsalmon h3 {
  color: var(--white-sl);
  font-family: Gothamrnd book, sans-serif;
  font-size: 21px;
  line-height: 26px;
}

.rich-text-block-3-copy.bgsalmon p, .rich-text-block-3-copy.bgsalmon li {
  color: var(--white-sl);
}

.lottie-animation-66 {
  z-index: 99;
  max-height: 75px;
  max-width: 75%;
  margin-left: -14px;
  display: none;
  position: relative;
  top: -15px;
}

.lottie-animation-67 {
  display: none;
}

.cta-storybrand.animated.storybrand {
  width: 930px;
  height: 450px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  top: 380vh;
  left: auto;
}

.html-embed-23 {
  margin-top: 11px;
}

.div-block-80 {
  width: 20vw;
  align-items: center;
  display: flex;
}

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

.html-embed-24 {
  z-index: 9999999;
  width: 200px;
  height: 100px;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.text-span-46 {
  position: relative;
}

.space-footer-2 {
  z-index: 1000;
  width: 100vw;
  height: 100%;
  cursor: none;
  background-color: #000;
  justify-content: center;
  align-items: center;
  transition: opacity .2s;
  display: block;
  position: relative;
}

.html-embed-25 {
  align-self: flex-start;
  padding-top: 20px;
}

.nav-capabilities-2 {
  display: flex;
}

.image-161 {
  max-width: 25%;
}

.scroll-snap-wrapper-2 {
  width: 100vw;
  height: auto;
  display: block;
  overflow: visible;
}

.div-block-81 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: end;
  justify-content: start;
  justify-items: start;
  padding-top: 0;
  display: grid;
}

.paragraph-21 {
  color: #fdfdfb;
  font-family: Gothamrnd book, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.paragraph-21.footer {
  width: 27vw;
  color: #86868b;
  margin-right: auto;
  line-height: 20px;
  position: relative;
  right: 0;
}

.nav-container {
  z-index: 1001;
  width: 90vw;
  height: auto;
  max-width: 1440px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20vh;
  margin-bottom: 10vh;
  display: block;
  position: relative;
}

.nav-container.footer {
  height: 100%;
  justify-content: space-between;
  margin: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-40 {
  padding-top: 0;
}

.footer-link-2 {
  cursor: pointer;
  text-decoration: none;
}

.image-162 {
  max-width: 25%;
}

.lottie-animation-68 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-23 {
  color: #fdfdfb;
  margin-top: 0;
  font-family: Gothamrnd book, sans-serif;
  font-size: 18px;
}

.footer-h4-2 {
  max-width: 100%;
  color: #fdfdfb;
  letter-spacing: 1px;
  margin-top: 0;
  font-family: Gothamrnd, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.hosted-2 {
  color: #fdfdfb;
  font-family: Gothamrnd book, sans-serif;
  font-size: 16px;
}

.hosted-2.footer {
  width: auto;
  color: #86868b;
  text-align: left;
  margin-bottom: 0;
  margin-right: auto;
  padding-top: 22px;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  top: 0;
  right: 0;
}

.hidden-block-before {
  position: relative;
  top: -200px;
}

.bold-text-17 {
  font-family: Gothamrnd book, sans-serif;
  font-weight: 700;
  line-height: 24px;
}

.heading-24 {
  width: auto;
  color: #fdfdfd;
  font-family: Gothamrnd book, sans-serif;
  font-size: 18px;
}

.heading-24.ig {
  margin-top: 5px;
}

.list-4 {
  max-height: 100%;
  max-width: 100%;
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  overflow: visible;
}

.cta-canva-footer-2 {
  width: 27vw;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.logo-2 {
  height: 100%;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: flex-start;
  margin-left: 50px;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo-2.w--current {
  opacity: 0;
  flex: none;
  margin-left: 0;
  display: block;
  position: static;
  top: auto;
}

.sl_main_p-6 {
  width: 100%;
  color: #1d1d1f;
  letter-spacing: .5px;
  white-space: normal;
  order: 1;
  padding-top: 0;
  font-family: Gothamrnd book, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 20.5px;
  position: relative;
}

.sl_main_p-6.vision {
  width: 90%;
}

.next {
  display: none;
}

.space-button-2 {
  width: 100px;
  position: relative;
}

.link-menu-3 {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 22px;
  padding-bottom: 22px;
  font-family: Krana fat b, sans-serif;
  font-size: 45px;
  text-decoration: none;
  display: inline-block;
}

.link-menu-3:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.link-menu-3:active, .link-menu-3:focus {
  color: #ffe600;
}

.link-menu-3:visited {
  color: rgba(255, 255, 255, .5);
}

.link-menu-3.w--current {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 55px;
  display: block;
}

.space-overlay-2 {
  z-index: 2;
  height: 110vh;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.lottie-animation-35 {
  z-index: 10;
  width: 210px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -29%;
  bottom: auto;
  left: 10px;
  right: 0%;
}

.space-menu-3 {
  z-index: 10;
  width: 95vw;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.div-block-15-copy-2 {
  width: 100%;
  max-height: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-self: flex-end;
  align-items: flex-end;
  display: flex;
}

.spacescroll {
  background-color: #fdfdfb;
  position: relative;
}

.nav-container-menu-2 {
  z-index: 1001;
  width: 90vw;
  height: 60vh;
  max-height: 60vh;
  max-width: 1440px;
  background-color: rgba(0, 0, 0, 0);
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-end;
  margin: auto;
  display: none;
  position: absolute;
  top: 5%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-83 {
  z-index: 99;
  width: 50%;
  height: 60vh;
  flex: 0 auto;
  align-self: center;
  margin-right: 5vw;
  position: relative;
}

.list-item-menu-2 {
  width: auto;
  color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  list-style-type: none;
  display: flex;
}

.spacelemon-logo-4 {
  opacity: 0;
  align-self: flex-end;
  display: none;
  position: absolute;
  top: 20px;
}

.spacelemon-logo-4.minify {
  width: 85px;
  opacity: 0;
  margin-top: 0;
  display: block;
  position: relative;
  top: 0;
  bottom: auto;
  left: 2px;
  right: 0%;
}

.spacelemon-logo-4.invert {
  opacity: 0;
  display: block;
  top: 20px;
}

.bold-text-10 {
  color: #1d1d1f;
  font-size: 22px;
  line-height: 25px;
}

.cta-canva-2 {
  width: 40%;
  flex-direction: column;
  flex: 0 auto;
  order: 1;
  justify-content: flex-end;
  align-items: flex-end;
  display: block;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.block-text-3 {
  height: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: block;
}

.block-text-3.fr {
  display: flex;
}

.burger-2 {
  align-self: center;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sticky-nav-2 {
  z-index: 2147483647;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.isidig {
  color: var(--white-sl);
  line-height: 32px;
}

.is-contact {
  position: absolute;
}

.is-contact.pic {
  display: none;
}

.grey {
  color: var(--grey);
  font-family: Gothamrnd book, sans-serif;
  line-height: 16px;
}

.auto_scroll {
  background-color: var(--yellow);
  opacity: 1;
  color: var(--sl);
  border-radius: 11px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 15px 20px;
  font-family: Gothamrnd book, sans-serif;
  font-size: 14px;
  top: auto;
  bottom: 4%;
  left: 0%;
  right: auto;
}

.grid-wrapper {
  z-index: 20;
  width: 1280px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1280px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.four-column {
  z-index: 25;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
  position: relative;
}

.social-icon {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 14px;
  display: flex;
}

.journal-title {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  margin-top: -9px;
  display: block;
}

.heading-25 {
  color: var(--white-sl);
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Krana fat b, sans-serif;
  font-weight: 400;
  line-height: 1.3em;
}

.section {
  z-index: 20;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 170px;
  display: block;
  position: relative;
  overflow: hidden;
}

.section.top-border {
  background-color: #080808;
  border-top: 1px solid rgba(255, 255, 255, .1);
  display: none;
}

.call-to-action-intro {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.lottie-animation-70 {
  max-height: 500px;
  display: none;
}

.hero-links {
  z-index: 999;
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  justify-items: center;
  margin-left: 30px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-links.mobile {
  display: none;
}

.underline-link {
  width: 270px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(255, 255, 255, .1);
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 6px 4px;
  font-size: 11px;
  text-decoration: none;
  position: relative;
}

.underline-link._2nd {
  width: 200px;
  text-align: center;
}

.dot {
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 100%;
  position: relative;
  top: -9px;
}

.text-block-8 {
  text-align: right;
  letter-spacing: 2.5px;
  font-family: Krana fat b, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.text-block-8.tw:hover {
  color: var(--yellow);
}

.text-block-9 {
  text-align: center;
  letter-spacing: 2.5px;
  font-family: Krana fat b, sans-serif;
  font-size: 12px;
}

.text-block-9._2nd {
  text-align: left;
}

.text-block-9._2nd.tw {
  text-align: center;
}

.text-block-9._2nd.tw:hover {
  color: var(--yellow);
}

.image-167 {
  height: 20px;
  max-width: 100%;
  text-align: right;
  margin-top: 0;
  position: relative;
  left: 5px;
}

.image-167._22 {
  max-width: 100%;
  left: auto;
}

.scroll-link {
  z-index: 200;
  width: 300px;
  height: 300px;
  border: 1px solid var(--yellow);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 36px 150px 150px 36px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -150px;
  left: auto;
  right: -150px;
}

.scroll-arrow-icon {
  width: 50px;
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(175deg)rotateZ(0);
}

.footer-cta-main {
  z-index: 99999;
  max-height: 50px;
  background-color: var(--yellow);
  color: var(--sl);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 10px 11px 15px 8px;
  justify-content: flex-start;
  margin-left: 0;
  padding: 13px 15px 10px;
  font-family: Krana fat b, sans-serif;
  font-weight: 400;
  display: flex;
  position: relative;
  top: 15px;
  bottom: auto;
  left: 0;
  right: 85px;
}

.footer-cta-main.is-18px {
  padding: 17px 20px 20px;
  font-size: 18px;
  line-height: 22px;
}

.footer-cta-main.hide {
  display: none;
}

.link-block-12 {
  z-index: 999;
  width: 300px;
  height: 50px;
  position: relative;
}

.l-c-f {
  z-index: 9999;
  height: 200px;
  filter: grayscale();
  position: absolute;
  top: 172px;
  right: 226px;
}

.capa-link-5 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-right: 0;
  font-family: Krana fat b, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.capa-link-5:hover {
  color: #ffe600;
}

.capa-link-5.footer {
  color: #fff;
  margin-top: 0;
  padding-right: 5px;
  font-size: 19px;
}

.capa-link-5.footer.w--current {
  color: #86868b;
}

.capa-link-5.footer.isfirst {
  margin-top: -5px;
}

.capa-link-5.footer.isfirst.fe {
  letter-spacing: 2px;
  white-space: pre;
  margin-top: 170px;
  margin-left: 0;
  font-size: 18px;
}

.capa-link-5.footer.isfirst.fe.hideesktop {
  color: var(--sl);
  margin-top: 40px;
}

.capa-link-5.footer {
  color: #fff;
}

.capa-link-5.footer.w--current {
  color: #86868b;
}

.footer-cta-main-2 {
  z-index: 99999;
  max-height: 50px;
  background-color: var(--yellow);
  color: var(--sl);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 10px 11px 15px 8px;
  justify-content: flex-start;
  margin-left: 0;
  padding: 13px 15px 10px;
  font-family: Krana fat b, sans-serif;
  font-weight: 400;
  display: flex;
  position: fixed;
  top: 25px;
  bottom: auto;
  right: 85px;
}

.footer-cta-main-2.desktop {
  width: 200px;
  height: 25px;
  max-height: 25px;
  background-color: rgba(0, 0, 0, 0);
}

.footer-cta-main-2.desktop.is-typeform {
  position: relative;
  top: 0%;
  bottom: 0%;
  left: -14px;
  right: 50px;
}

.l-l-f {
  width: 30vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -50px;
}

.section-main-yellow {
  position: relative;
}

.section-main-yellow.shapedividers_com-66 {
  background-color: var(--yellow);
  padding-top: 121px;
}

.s-p {
  color: var(--sl);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Gothamrnd book, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.heading-small {
  font-size: 24px;
  line-height: 32px;
}

.heading-sm {
  color: var(--white-sl);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Krana fat b, sans-serif;
  font-size: 42px;
  font-weight: 400;
}

.heading-sm.is-yellow {
  color: var(--yellow);
}

.sl-r {
  margin-top: 50px;
  margin-bottom: 200px;
}

.sl-r._50 {
  width: 50%;
  margin: 100px 20px;
}

.sl-r.k {
  height: 80vh;
  flex-direction: column;
  justify-content: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.t-p {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}

.t-p.l-a {
  text-align: left;
}

.cont-2x {
  width: 1280px;
  max-width: 1280px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.html-embed-27 {
  box-shadow: 1px 1px 3px 0 var(--yellow);
  border-radius: 12px;
}

.block-quote-3 {
  width: 25%;
  color: var(--sl);
  margin-left: auto;
  margin-right: auto;
}

.section-header-copy {
  z-index: 1;
  height: auto;
  background-color: #000;
  padding-top: 0;
  padding-bottom: 98px;
  position: relative;
  overflow: visible;
}

.lottie-animation-74 {
  width: 35%;
}

.heading-medium-copy {
  color: var(--black);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Krana fat b, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 60px;
}

.heading-medium-copy.l-f-d {
  z-index: 1;
  color: var(--black);
  text-align: center;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Krana fat b, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  position: relative;
}

.heading-medium-copy.l-f-d.l-a {
  text-align: center;
  margin-top: 43px;
  line-height: 46px;
}

.lottie-animation-75 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -64px;
}

.loader {
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #111;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
}

.loader.home {
  background-color: var(--sl);
  flex-direction: column;
  display: none;
}

.sub-title-bottom {
  justify-content: center;
  align-items: center;
  padding-bottom: 55px;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.text-1 {
  color: #fff;
  letter-spacing: 1px;
  font-weight: 700;
}

.header-block {
  width: 50%;
  height: 100%;
  background-color: var(--sl);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.heading-26 {
  color: #e2e2e2;
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Gotham book, sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 94px;
}

.content-block-titles {
  margin-left: 10%;
}

.background-video {
  width: 100%;
  min-height: 95vh;
  border: 2px none var(--yellow);
  opacity: 1;
  background-image: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75));
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .15);
}

.paragraph {
  max-width: 450px;
  color: var(--sl);
  cursor: none;
  margin-top: 1em;
  line-height: 25px;
}

.paragraph.pad {
  margin-bottom: 2em;
}

.div-block-2 {
  z-index: 2;
  background-color: rgba(0, 0, 0, .67);
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.content-section {
  width: 100%;
  min-height: 90vh;
  background-color: var(--white-sl);
  align-items: center;
  display: flex;
}

.content-section.d-b {
  background-color: var(--yellow);
}

.content-section.d-b.in-project {
  min-height: auto;
  justify-content: center;
  padding-top: 48px;
}

.content-section.yellow {
  min-height: 20vh;
  background-color: var(--space-salmon);
  justify-content: center;
  align-items: center;
  transition: all .4s cubic-bezier(.645, .045, .355, 1);
}

.content-section.yellow:hover {
  min-height: 25vh;
  background-color: var(--yellow);
  color: var(--sl);
}

.right-block-2 {
  width: 50%;
  height: 100%;
  min-height: 90vh;
  background-image: url('../images/mockup-preview.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto;
  position: relative;
}

.right-block-2.hidmob {
  background-image: url('../images/ezgif-2-5562189ba1.gif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.right-block-2.hidmob.gbz {
  background-image: url('../images/Minimalist-Website-Launch-Computer-Mockup-Instagram-Post-4.gif');
  background-repeat: no-repeat;
}

.masked {
  z-index: 3;
  opacity: 1;
  background-color: #cacaca;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.left-block-2 {
  width: 50%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 80px;
  display: flex;
}

.paragraph-sub {
  max-width: 450px;
  border: 1px solid var(--yellow);
  box-shadow: none;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--sl);
  background-color: #ffe600;
  border-radius: 5px;
  margin-bottom: 20px;
  margin-right: 15px;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 400;
  line-height: 25px;
}

.heading-27 {
  color: var(--sl);
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 10px;
  font-family: Gotham book, sans-serif;
  font-size: 65px;
  font-weight: 400;
}

.left-block {
  width: 50%;
  height: 100%;
  min-height: 90vh;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 80px;
  display: flex;
}

.right-block {
  width: 50%;
  height: 100%;
  min-height: 90vh;
  background-image: url('../images/Brown-Soft-Minimalist-Website-Portfolio-Mockup-Instagram-Post-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.right-block.cult {
  background-image: url('../images/cult-mobile-mockup-1280.jpg');
}

.btn-2022 {
  background-color: var(--yellow);
  opacity: 1;
  color: var(--sl);
  text-transform: uppercase;
  border-radius: 11px;
  margin-top: 25px;
  margin-bottom: 20px;
  margin-left: 0;
  padding: 15px 20px;
  font-family: GothamBold, Palatino Linotype, sans-serif;
  font-size: 14px;
  transition: all .2s;
  top: auto;
  bottom: 4%;
  left: 0%;
  right: auto;
}

.btn-2022:hover {
  background-color: var(--white-sl);
  color: var(--sl);
  border-radius: 16px;
  padding: 15px 30px 15px 20px;
  font-weight: 700;
}

.btn-2022.waiting {
  background-color: var(--grey);
}

.btn-2022.viewmob {
  cursor: pointer;
}

.btn-2022.viewmob:hover {
  background-color: var(--sl);
  color: var(--white-sl);
}

.btn-2022.d {
  cursor: pointer;
}

.btn-2022.d:hover {
  background-color: var(--sl);
  color: var(--white-sl);
}

.btn-2022.d.animated.btnmain {
  width: auto;
  height: auto;
  position: relative;
  bottom: auto;
}

.background-video-2 {
  z-index: 2;
  width: 100%;
  height: 800px;
}

.badge-block, .badge-block-w {
  display: flex;
}

.paragraph-sub-w {
  max-width: 450px;
  border: .5px solid var(--yellow);
  color: var(--grey);
  text-transform: none;
  background-color: rgba(139, 137, 134, .09);
  border-radius: 5px;
  margin-bottom: 0;
  margin-right: 15px;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 400;
  line-height: 25px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .05);
}

.sub {
  color: var(--sl);
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: GothamBold, Palatino Linotype, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 50px;
}

.body-d {
  height: 100%;
  background-color: var(--sl);
  cursor: none;
}

.paragraph-w {
  max-width: 450px;
  color: var(--white-sl);
  margin-top: 1em;
  font-size: 16px;
  line-height: 25px;
}

.paragraph-w.pad {
  margin-bottom: 2rem;
}

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

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

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

.heading-28, .field-label {
  color: #fff;
}

.submit-button-5 {
  background-color: var(--yellow);
  color: var(--sl);
}

.header-cases {
  width: 100vw;
  height: auto;
  color: #141414;
  background-color: #141414;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -52px;
  display: flex;
}

.header-cases._w-bg {
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}

.header-cases.ee {
  z-index: 99;
  background-color: #edf2f6;
  margin-top: 0;
  position: relative;
}

.image-170 {
  width: 1440px;
  margin-top: 100px;
}

.image-170.hide {
  display: none;
}

.main-wrapper-cases {
  color: #141414;
  -webkit-text-fill-color: inherit;
  background-color: #141414;
  background-clip: border-box;
}

.main-wrapper-cases._w-bg {
  background-color: #edf2f6;
}

.main-wrapper-cases._w-bg.wbg {
  background-color: var(--white-sl);
}

.p-cases {
  width: 650px;
  color: #c7c7c7;
  justify-content: center;
  display: flex;
}

.rich-text-block--cases {
  width: 750px;
  color: #ebebeb;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 60px;
  position: relative;
}

.rich-text-block--cases h2 {
  color: #57c026;
  text-align: left;
  text-transform: none;
  font-size: 55px;
  line-height: 55px;
}

.rich-text-block--cases p {
  color: #464646;
  text-align: left;
  font-size: 20px;
  line-height: 28px;
}

.rich-text-block--cases strong {
  color: #57c026;
  font-family: GothamBold, Palatino Linotype, sans-serif;
  font-size: 20px;
}

.rich-text-block--cases h3 {
  color: #57c026;
  text-align: left;
  letter-spacing: .2px;
  font-family: GothamBold, Palatino Linotype, sans-serif;
  font-size: 28px;
  line-height: 32px;
}

.rich-text-block--cases blockquote {
  border-left-color: var(--yellow);
  color: var(--black);
  text-align: left;
  margin-top: 0;
}

.rich-text-block--cases ol {
  color: #cecece;
  margin-top: 30px;
  font-family: Gothamrnd book, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.rich-text-block--cases li {
  color: #686868;
  text-align: left;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 24px;
}

.rich-text-block--cases a {
  color: var(--green);
  text-align: left;
}

.rich-text-block--cases._w-bg {
  margin-top: 60px;
}

.rich-text-block--cases h5 {
  color: var(--sl);
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  font-family: GothamBold, Palatino Linotype, sans-serif;
  font-size: 55px;
  line-height: 55px;
}

.rich-text-block--cases em {
  color: rgba(70, 70, 70, .55);
}

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

.image-171 {
  margin-top: 0;
  margin-bottom: 30px;
}

.img-grid {
  width: 100%;
  height: auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: center;
  display: grid;
}

.img-grid.lessgrid {
  grid-template-rows: auto auto;
}

.image-172 {
  max-width: 100%;
  margin-top: 0;
}

.image-172._2 {
  margin-top: 15px;
}

.image-173 {
  max-width: 98%;
  margin-top: 0;
}

.image-173._900 {
  width: 900px;
  max-width: 100%;
}

.image-174 {
  max-width: 100%;
  margin-top: 0;
}

.image-173-copy {
  max-width: 98%;
  margin-top: 0;
}

.video {
  width: 100%;
  height: 100%;
}

.image-175 {
  margin-bottom: 50px;
}

.image-176 {
  width: 900px;
}

.image-176._435 {
  width: 442px;
}

.image-176._435.hide-desk {
  display: none;
}

.image-176._435._100 {
  width: 100%;
}

.image-176._435.full {
  width: 600px;
}

.image-176._259 {
  width: 259px;
  height: auto;
  border: 1px none var(--green);
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
}

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

.div-block-86.hide-mob {
  width: 100%;
  justify-content: center;
}

.div-block-86.hide-mob-copy {
  width: 1280px;
  border: 1px solid var(--space-orange);
  border-radius: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 15px;
  margin-bottom: 15px;
  overflow: scroll;
}

.div-block-86.full {
  justify-content: center;
}

.rich-text-block--casescredit {
  width: 750px;
  color: #ebebeb;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.rich-text-block--casescredit h2 {
  color: #fff;
  font-size: 55px;
  line-height: 55px;
}

.rich-text-block--casescredit p {
  color: var(--grey);
  margin-top: 1em;
  font-size: 20px;
}

.rich-text-block--casescredit strong {
  color: var(--sl);
  font-family: GothamBold, Palatino Linotype, sans-serif;
  font-size: 20px;
}

.rich-text-block--casescredit h3 {
  letter-spacing: .2px;
  font-family: GothamBold, Palatino Linotype, sans-serif;
  font-size: 28px;
  line-height: 32px;
}

.rich-text-block--casescredit blockquote {
  border-left-color: var(--yellow);
  color: var(--white-sl);
  text-align: left;
  margin-top: 36px;
}

.rich-text-block--casescredit ol {
  color: #cecece;
  margin-top: 30px;
  font-family: Gothamrnd book, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.rich-text-block--casescredit li {
  color: #cecece;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 24px;
}

.rich-text-block--casescredit a {
  color: var(--yellow);
}

.rich-text-block--casescredit em {
  color: var(--sl);
  font-style: normal;
}

.html-embed-30 {
  width: 750px;
  margin-bottom: 50px;
}

.html-embed-30.mob {
  display: none;
}

.html-embed-30.desk {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 20px;
}

._900px {
  width: 900px;
}

.rich-text-block--cases-d {
  width: 750px;
  color: #ebebeb;
  text-align: left;
  margin-top: 80px;
  margin-bottom: 80px;
}

.rich-text-block--cases-d h2 {
  color: var(--sl);
  letter-spacing: 1px;
  text-transform: none;
  font-size: 60px;
  font-weight: 700;
  line-height: 75px;
}

.rich-text-block--cases-d p {
  color: var(--sl);
  margin-top: 1.4em;
  font-size: 20px;
  line-height: 30px;
}

.rich-text-block--cases-d strong {
  color: var(--sl);
  font-family: GothamBold, Palatino Linotype, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}

.rich-text-block--cases-d h3 {
  color: var(--sl);
  letter-spacing: .2px;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: GothamBold, Palatino Linotype, sans-serif;
  font-size: 28px;
  line-height: 36px;
}

.rich-text-block--cases-d blockquote {
  border-left-color: var(--yellow);
  color: var(--sl);
  text-align: left;
  margin-top: 36px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 26px;
  font-style: italic;
  font-weight: 400;
  line-height: 32px;
}

.rich-text-block--cases-d ol {
  color: #cecece;
  margin-top: 30px;
  font-family: Gothamrnd book, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.rich-text-block--cases-d li {
  color: #292727;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 24px;
}

.rich-text-block--cases-d a {
  color: var(--space-orange);
}

.rich-text-block--cases-d.less-pad {
  margin-top: 50px;
  margin-bottom: 0;
}

.html-embed-31 {
  width: 800px;
  border-radius: 10px;
}

.html-embed-31.desk {
  width: 100%;
}

.html-embed-31.mob {
  display: none;
}

.html-embed-32 {
  width: 800px;
  border-radius: 15px;
}

.cover-cult {
  width: 1440px;
  margin-top: 100px;
}

.cover-cult.hide {
  display: none;
}

.rich-text-block--cases--cover {
  width: 750px;
  border-bottom: 1px solid var(--white-sl);
  color: #ebebeb;
  text-align: center;
  border-radius: .5px;
  margin: 35px auto 60px;
  padding-bottom: 40px;
}

.rich-text-block--cases--cover h2 {
  color: var(--sl);
  text-transform: none;
  font-size: 72px;
  line-height: 74px;
}

.rich-text-block--cases--cover p {
  color: #cecece;
  font-size: 20px;
}

.rich-text-block--cases--cover strong {
  color: #fff;
  font-family: Gothamrnd book, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

.rich-text-block--cases--cover h3 {
  color: #fff;
  letter-spacing: .2px;
  font-family: GothamBold, Palatino Linotype, sans-serif;
  font-size: 28px;
  line-height: 32px;
}

.rich-text-block--cases--cover blockquote {
  border-left-color: var(--yellow);
  color: var(--white-sl);
  text-align: left;
  margin-top: 36px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 26px;
  font-style: italic;
  font-weight: 400;
  line-height: 32px;
}

.rich-text-block--cases--cover ol {
  color: #cecece;
  margin-top: 30px;
  font-family: Gothamrnd book, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.rich-text-block--cases--cover li {
  color: #cecece;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 24px;
}

.rich-text-block--cases--cover a {
  color: var(--yellow);
}

.rich-text-block--cases--cover h4 {
  color: var(--sl);
  text-transform: uppercase;
  font-family: GothamBold, Palatino Linotype, sans-serif;
}

.rich-text-block--cases--cover img {
  width: 500px;
  max-width: 250px;
  margin-top: 0;
}

.rich-text-block--cases--cover figure {
  width: 400px;
  max-width: 550px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  margin-top: 30px;
  padding: 0 42px 18px;
}

.rich-text-block--cases--cover.gr figcaption {
  color: var(--sl);
}

.rich-text-block--cases--cover.gr._23 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.background-video-3 {
  width: 100vw;
  height: 800px;
  max-height: 40vh;
  background-color: var(--sl);
  opacity: 1;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  cursor: default;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.background-video-3.cult-inaction {
  background-color: rgba(12, 12, 6, .2);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-position: 0 0;
}

.background-video-3.website {
  max-height: 55vh;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 60px;
}

.sb {
  width: 1088px;
  border: 1.5px none var(--green);
  box-shadow: none;
  border-radius: 5px;
}

.sb.laptop {
  width: 1280px;
}

.sb.imac {
  width: 1099px;
}

.image-177 {
  width: 1280px;
  border-radius: 5px;
}

.html-embed-33 {
  width: 750px;
}

.image-178 {
  width: 85vw;
  margin-top: 0;
}

.image-179 {
  max-width: 70%;
}

.mobile-header {
  display: none;
}

.heading-29 {
  color: silver;
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-size: 80px;
  font-weight: 600;
  line-height: 94px;
}

.paragraph-23 {
  max-width: 450px;
  color: #8b8b8b;
  line-height: 25px;
}

.latestproject {
  max-width: 450px;
  color: #8b8b8b;
  line-height: 25px;
  display: none;
}

.sb--2 {
  width: 1280px;
  border: 1.5px solid var(--green);
  border-radius: 5px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .18);
}

.sb--2._500 {
  width: 800px;
}

.sb--2.fullscreen {
  width: 100vw;
  border-style: none;
  margin-top: 0;
}

.lapotop-container {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.vimeo {
  z-index: 4;
  justify-content: center;
  align-items: center;
  margin-top: 36px;
  display: flex;
  position: absolute;
}

.vimeo-player {
  width: 1000px;
  height: 625px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.vimeo-player.laptop {
  height: 609px;
}

.html-embed-34 {
  position: relative;
  overflow: hidden;
}

.html-embed-34.hid-desk, .html-embed-34.tablet {
  display: none;
}

.div-block-88 {
  max-width: 100vw;
  display: flex;
  overflow: hidden;
}

.div-block-88.text {
  justify-content: space-around;
  align-items: center;
}

.image-182 {
  max-width: 50%;
  margin-right: 25px;
}

.paragraph-24 {
  width: 650px;
  color: var(--grey);
  text-align: center;
}

.paragraph-25 {
  width: 650px;
  color: var(--grey);
  text-align: center;
  margin-left: 50px;
  font-style: normal;
}

.link-19 {
  margin-top: 10px;
  font-family: Gothamrnd book, sans-serif;
}

.lapotop-container-copy {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.lapotop-container-copy.hid {
  display: none;
}

.vimeo-lmac {
  z-index: 4;
  width: 970px;
  height: 617px;
  justify-content: center;
  align-items: center;
  margin-top: 59px;
  display: flex;
  position: absolute;
}

.caption {
  width: 60%;
  color: var(--grey);
  text-align: center;
  margin-top: 1em;
}

.div-block-88-copy {
  max-width: 100vw;
  display: flex;
  overflow: hidden;
}

.image-182-copy {
  max-width: 50%;
  border-radius: 0;
  margin-right: 0;
}

.div-block-88-copy-copy {
  max-width: 1280px;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.image-182-copy-copy {
  max-width: 50%;
  border-radius: 0;
  margin-right: 0;
}

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

.container-6.old-testi {
  display: none;
}

.testimonial-slider-two {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.testimonial-slide {
  background-color: #fff;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  max-width: 460px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-family: GothamBold, Palatino Linotype, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.testimonial-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  width: 350px;
  height: 400px;
  object-fit: cover;
}

.testimonial-image-two.hid {
  display: none;
}

.testimonial-author-image-three {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 24px;
}

.testimonial-author-image-three.hid, .testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.cta-cases {
  width: 900px;
  color: var(--white-sl);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 20px;
  font-family: GothamBold, Palatino Linotype, sans-serif;
  font-size: 32px;
  line-height: 40px;
}

.cta-cases:hover {
  color: var(--sl);
}

.link-block-13 {
  width: 100%;
  height: 30vh;
  font-family: GothamBold, Palatino Linotype, sans-serif;
  display: block;
  position: absolute;
}

.link-block-13:hover {
  height: 26vh;
}

.preview-mob {
  display: none;
}

.lottie-animation-77 {
  width: 200px;
}

.paragraph-26 {
  color: var(--white-sl);
  margin-top: 0;
}

.html-embed-35 {
  width: 80%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-27 {
  width: 750px;
  color: var(--white-sl);
  margin-top: 0;
}

.paragraph-27.rem {
  margin-top: 1.5em;
}

.paragraph-28 {
  width: 700px;
  background-color: var(--white-sl);
  text-align: center;
  padding: 25px 30px;
}

.div-block-89 {
  width: 55%;
}

.home-pic {
  width: 160px;
}

.home-pic.isleft {
  margin-top: 40px;
  display: block;
  position: relative;
}

._3-collection-item---wwd {
  width: 31%;
  border-right: .5px none var(--grey);
  background-color: var(--yellow);
  border-radius: 15px;
  flex-flow: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: stretch;
  margin: 50px 0 0;
  padding: 25px 26px 75px 25px;
  display: block;
}

._3-collection-item---wwd.islast {
  border-right-style: none;
}

._3-collection-item---wwd.islast.animated.iswwd {
  padding-left: 30px;
}

._3-collection-item---wwd.animated.iswwd {
  z-index: 100;
  width: 29%;
  height: 400px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 25px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 30px;
  position: relative;
  top: auto;
  left: auto;
}

.posts-collection-list---wwd {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 -10px;
  display: flex;
}

.posts-wrapper---wwd {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-5---wwd {
  width: 100%;
  max-width: 1280px;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  margin-top: -100px;
}

.paragraph-29 {
  text-align: left;
  margin-top: 1em;
}

.wwd {
  width: 55%;
  margin-top: 150px;
}

.wwd.video {
  width: 100vw;
  height: 60vh;
  border: 0px none var(--yellow);
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
  top: -129px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.wwd.fe {
  width: 100%;
  height: 55vh;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: absolute;
}

.wwd._32 {
  margin-top: 140px;
}

.background-video-5 {
  z-index: 100;
  width: 100vw;
  height: 100%;
  border: 0px none var(--yellow);
  opacity: .58;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
  border-radius: 11px;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, .1);
}

.fs-cc-prefs_label {
  color: var(--grey);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  top: auto;
  bottom: 1.25rem;
  left: 1.25rem;
  right: auto;
}

.fs-cc-banner_button {
  min-width: 8.75rem;
  border: 2px solid var(--yellow);
  background-color: var(--yellow);
  color: var(--sl);
  text-align: center;
  border-radius: 999rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-family: GothamBold, Palatino Linotype, sans-serif;
  font-size: 1rem;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--grey);
  color: var(--grey);
  background-color: #f5f5f5;
  font-family: GothamBold, Palatino Linotype, sans-serif;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_text {
  color: var(--sl);
  font-size: .75rem;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--yellow);
  color: var(--sl);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  top: -.75rem;
  bottom: auto;
  left: auto;
  right: -.75rem;
  box-shadow: -1px 1px 12px rgba(51, 51, 51, .1);
}

.set-all-components-to-display-none-and-use-this-div-to-create-a-symbol, .fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_close-icon {
  width: 1rem;
  height: 1rem;
  color: #021a7c;
}

.fs-cc-prefs_title {
  color: var(--sl);
  font-family: GothamBold, Palatino Linotype, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 5, 36, .6);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-prefs_component {
  z-index: 997;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_toggle {
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  border-radius: 999px;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid rgba(51, 51, 51, .15);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: var(--white-sl);
  border-top: 1px solid rgba(67, 83, 255, .16);
  padding: 1.5rem 2rem;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_button {
  border: 2px solid var(--yellow);
  background-color: var(--yellow);
  color: var(--sl);
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-family: GothamBold, Palatino Linotype, sans-serif;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--grey);
  color: var(--grey);
  background-color: #fff;
  font-family: GothamBold, Palatino Linotype, sans-serif;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_checkbox-field {
  width: 2.75rem;
  height: 1.5rem;
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_form {
  width: 100%;
  height: 100%;
  max-height: 70vh;
  max-width: 36rem;
  background-color: #fff;
  border-radius: 1rem;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
  font-family: Gothamrnd book, sans-serif;
}

.fs-cc-banner_container {
  width: 100%;
  max-width: 62.5rem;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.is-fr {
  line-height: 22px;
}

.div-block-90 {
  height: 55vh;
  background-color: var(--sl);
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-91 {
  background-color: var(--white-sl);
  margin-top: auto;
  padding-top: 0;
  padding-bottom: 50px;
}

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

.text-block-12 {
  width: 220px;
  height: 57px;
  background-color: var(--yellow);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  margin-right: 30px;
  font-family: Krana fat b, sans-serif;
  display: flex;
}

.dropdown-v2 {
  padding-bottom: 38px;
}

.dropdown-v2.is-first {
  color: rgba(255, 255, 255, .7);
  padding-bottom: 0;
  font-family: GothamBold, Palatino Linotype, sans-serif;
  display: inline-block;
}

.dropdown-v2.is-first:hover {
  color: var(--white-sl);
}

.dropdown-v2-1 {
  padding-bottom: 0;
}

.sl-link-v2 {
  z-index: 1;
  direction: ltr;
  color: #333;
  letter-spacing: 1.2px;
  text-transform: none;
  white-space: normal;
  border: 0 #000;
  padding-left: 15px;
  padding-right: 5px;
  font-family: GothamBold, Palatino Linotype, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s;
  position: relative;
}

.sl-link-v2:hover {
  color: #000;
}

.sl-link-v2:focus {
  color: var(--space-orange);
}

.sl-link-v2.fr {
  color: var(--grey);
}

.sl-link-v2.fr:hover {
  color: var(--sl);
}

.sl-link-v2.fr.w--current {
  color: rgba(253, 253, 251, .5);
}

.sl-link-v2.mobile23 {
  display: none;
}

.nav-content-v2 {
  z-index: 99;
  max-height: 80px;
  max-width: 95%;
  min-height: 80px;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  background-color: rgba(255, 255, 255, .7);
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  display: grid;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 2px 1px 20px 1px rgba(0, 0, 0, .04);
}

.image-186 {
  max-width: 75%;
  border-radius: 0;
  margin-top: 0;
}

.nav-logo-v2 {
  z-index: 99;
  width: 130px;
  height: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.body-v2 {
  background-color: var(--white-sl);
  cursor: default;
  font-family: Gothamrnd book, sans-serif;
  font-size: 1.3vw;
  line-height: 1.7vw;
}

.header {
  width: 100%;
  height: 80vh;
  max-width: 88vw;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.light-h1 {
  color: var(--sl);
  white-space: pre;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Gotham book, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
}

.light-h1.nopad {
  margin-bottom: 0;
  font-family: GothamBold, Palatino Linotype, sans-serif;
  font-weight: 400;
}

.left-v2 {
  margin-top: 0;
}

.reel {
  z-index: 999;
  width: 100%;
  height: auto;
  align-items: center;
  display: flex;
  position: relative;
}

.reel.v2 {
  margin-top: 0;
}

.autoplay-video {
  z-index: -1;
  width: 90%;
  border-radius: 10px;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}

.autoplay-video.videoask {
  width: 100%;
  margin-top: 0;
}

.sprint-formula {
  z-index: 1;
  height: auto;
  background-color: #ffe601;
  border-radius: 0;
  padding-top: 118px;
  padding-bottom: 130px;
  position: relative;
}

.sprint-formula.background-color-is-salmon.animated.ah {
  width: 100vw;
  position: relative;
  top: auto;
  left: auto;
  overflow: visible;
}

.content {
  max-width: 88vw;
  margin-left: auto;
  margin-right: auto;
}

.main-title {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: GothamBold, Palatino Linotype, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 44px;
}

.main-title.white {
  color: var(--white-sl);
  text-align: center;
}

.main-title.for-mobile {
  font-size: 2.1rem;
}

.main-title.nopad {
  margin-top: 0;
  font-size: 1.8rem;
  line-height: 2.2rem;
}

.main-title._50.v2 {
  width: 65%;
  font-family: Gotham book, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.b-h4 {
  font-family: Gotham book, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.b-h4.for-mobile.hid {
  display: none;
}

.image-188 {
  max-width: 84%;
  margin-top: 50px;
}

.image-188.v2 {
  max-width: 100%;
  margin-top: 100px;
}

.combine-text-size-regular {
  width: 100%;
  opacity: .75;
  color: var(--dim-grey);
  margin-bottom: 0;
  font-family: Gotham book, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

.combine-text-size-regular.no-pad {
  margin-top: .5em;
  font-family: Gotham book, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}

.combine-text-size-regular.no-pad.info {
  display: none;
}

.combine-text-size-regular.no-pad.yellow-bg {
  color: var(--sl);
  margin-top: 1em;
  font-family: Gotham book, sans-serif;
}

.combine-text-size-regular.no-pad.yellow-bg.moto.hide, .combine-text-size-regular.no-pad.yellow-bg.relativ.hide {
  display: none;
}

.combine-text-size-regular.no-pad.yellow-bg.less {
  margin-top: -1.5em;
  font-size: 18px;
}

.combine-text-size-regular.rem {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.8;
}

.combine-text-size-regular.p-b {
  font-family: Gothamrnd book, sans-serif;
  font-size: 1.2rem;
  line-height: 1.6rem;
  display: block;
}

.combine-text-size-regular.services {
  width: 55%;
  font-family: Gotham book, sans-serif;
}

.combine-heading-style-h5 {
  color: #1f2c3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-heading-style-h5.services {
  width: 25%;
}

.combine-icon_color4 {
  color: #5f6570;
}

.combine-feature7_item {
  width: 100%;
  max-width: 40vw;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem 1.5rem 1.5rem 2.5rem;
  display: flex;
}

.combine-icon_color2 {
  color: #00a1c1;
}

.combine-icon_color3 {
  color: #f8b34b;
}

.combine-icon_color1 {
  color: #6157f8;
}

.combine-feature7_wrapper {
  max-width: 60vw;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  padding-top: 100px;
  display: flex;
}

.combine-button-icon {
  color: #1f2c3d;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-icon:hover {
  color: #6157f8;
}

.combine-feature7_content-sticky {
  width: 100%;
  max-width: 33vw;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 100px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 1.25rem;
}

.combine-feature7_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.combine-padding-section-medium {
  padding-top: 0;
  padding-bottom: 4rem;
}

.combine-container-large {
  width: 100%;
  max-width: 88vw;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-global {
  border-radius: 10px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_feature7 {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

.image-189 {
  width: 100px;
  max-width: 85%;
  border-radius: 0;
  margin-top: 0;
}

.image-189.les {
  margin-left: -13px;
}

.lynx-image-customer {
  max-height: 400px;
  filter: none;
  border-radius: 0;
}

.lynx-image-customer.greenbizz {
  max-height: 300px;
  max-width: 85%;
}

.lynx-image-customer.greenbizz.p4l {
  max-width: 65%;
}

.lynx-image-customer.cult {
  max-height: 400px;
}

.lynx-customer {
  min-height: 120px;
  background-color: #fff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 8px 45px 20px;
  display: flex;
  box-shadow: 0 5px 15px -10px rgba(31, 32, 34, .1);
}

.lynx-grid-5-customers {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 14px;
}

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

.lynx-content {
  width: 100%;
  max-width: 1080px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.client {
  padding-top: 50px;
  padding-bottom: 113px;
}

.gray {
  opacity: .5;
  color: var(--dim-grey);
}

.combine-text-size-regular-3 {
  color: #5f6570;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-heading-style-h5-2 {
  color: #1f2c3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-icon_large-2 {
  width: 3rem;
  height: 3rem;
}

.combine-icon_color4-2 {
  color: #5f6570;
}

.combine-feature7_item-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: left;
  background-color: #fff;
  border-radius: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.combine-icon_color2-2 {
  color: #00a1c1;
}

.combine-icon_color3-2 {
  color: #f8b34b;
}

.combine-icon_color1-2 {
  color: #6157f8;
}

.combine-feature7_wrapper-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.combine-chevron-right_icon-2 {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  display: flex;
}

.combine-button-content-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-button-icon-2 {
  color: #1f2c3d;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-icon-2:hover {
  color: #6157f8;
}

.combine-heading-style-h2-2 {
  color: #1f2c3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-feature7_content-sticky-2 {
  width: 100%;
  max-width: 33rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 1.25rem;
}

.combine-feature7_component-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.combine-padding-section-medium-2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.combine-padding-global-3 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_feature7-3 {
  background-color: #f2f3f7;
}

.main-section {
  z-index: 1;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  padding-top: 118px;
  padding-bottom: 130px;
  position: relative;
}

.main-section.white {
  background-color: #fffffc;
  padding-bottom: 0;
}

.main-section.v45 {
  padding-bottom: 80px;
}

.case-study {
  max-width: 66vw;
  margin-top: 140px;
  margin-bottom: 140px;
  display: flex;
}

.case-study._1st {
  max-width: 100%;
  justify-content: flex-start;
  margin-top: 50px;
  margin-bottom: 0;
}

.case-study._1st.feea {
  margin-top: 110px;
  margin-bottom: 0;
}

.case-study.l {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.case-study.l.feafe {
  max-width: 80vw;
  margin-top: 111px;
  margin-left: auto;
}

.cult-mobile-mockup {
  width: 100%;
  height: 330px;
  max-width: 591px;
  background-image: url('../images/Space-Lemon-short-reel-2022-low.gif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 5px;
  margin-left: 0;
  margin-right: 30px;
}

.cult-mobile-mockup.gbz {
  height: 360px;
  max-width: 620px;
  background-image: url('../images/Black-and-Beige-Simple-Book-Mockup-Instagram-Post.png');
  background-position: 0 0;
  background-size: cover;
}

.cult-mobile-mockup.p4l {
  height: 330px;
  max-width: 549px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Screenshot-2023-08-30-at-15.24.20.png');
  background-position: 0 0;
  background-size: cover;
}

.cult-mobile-mockup.foodwin {
  height: 330px;
  max-width: 549px;
  background-image: url('../images/Black-and-Beige-Simple-Book-Mockup-Instagram-Post.jpg');
  background-size: contain;
}

.underlined {
  height: auto;
  border-bottom: .5px solid var(--dim-grey);
  color: var(--dim-grey);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-top: auto;
  margin-left: 0;
  padding-top: 14px;
  padding-bottom: 10px;
  padding-left: 0;
  font-family: Gothamrnd book, sans-serif;
  font-size: 14px;
  line-height: 4vw;
  text-decoration: none;
  transition: all .45s cubic-bezier(.215, .61, .355, 1);
  display: inline;
}

.underlined:hover {
  background-color: var(--yellow);
  color: var(--sl);
  border-bottom-width: 0;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline;
}

.underlined.noma {
  z-index: 2;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
  font-size: 16px;
  display: flex;
  position: relative;
}

.case-study-content {
  margin-left: 30px;
}

.case-study-content._20, .case-study-content._30 {
  max-width: 25vw;
  margin-left: 0;
  margin-right: auto;
}

.case-study-content._30._22 {
  max-width: 25vw;
}

.bold-h3 {
  color: var(--sl);
  letter-spacing: 0;
  text-transform: none;
  font-family: Gotham book, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 25px;
}

.bold-h3.white {
  color: var(--white-sl);
  font-size: 24px;
}

.bold-h3.nopad {
  margin-top: .5em;
}

.bold-h3.w {
  z-index: 2;
  color: var(--white-sl);
  letter-spacing: 1px;
  flex: none;
  margin-top: auto;
  margin-bottom: 0;
  font-family: Gothamrnd book, sans-serif;
  font-size: 2rem;
  position: relative;
}

.bold-h3.w._50 {
  letter-spacing: 1px;
  font-family: GothamBold, Palatino Linotype, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 23px;
}

.bold-h3.w._50.na {
  margin-top: 0;
}

.bold-h3.w._50.hide {
  display: none;
}

.bold-h3.home-cs {
  font-size: 1.8rem;
  line-height: 2.2rem;
}

.bold-h3.special {
  margin-bottom: 0;
  position: relative;
  top: 22px;
}

.link-block-15 {
  margin-left: 0;
  display: block;
}

.case-study-right {
  max-width: 100%;
  justify-content: flex-start;
  margin-top: 100px;
  margin-bottom: 100px;
  margin-left: auto;
  display: flex;
}

.case-study-bg-image {
  width: 100%;
  height: 700px;
  max-width: 590px;
  background-image: url('../images/cult-mobile-mockup-1280.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-right: 30px;
}

.case-study-bg-image.foodwin {
  height: 330px;
  max-width: 549px;
  background-image: url('../images/Brown-Soft-Minimalist-Website-Portfolio-Mockup-Instagram-Post-Vidéo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
}

.case-study-bg-image.foodwin.fd {
  width: 613px;
  height: 360px;
  max-width: 613px;
  background-image: none;
}

.case-study-bg-image-wide {
  width: 100%;
  height: 324px;
  max-width: 575px;
  background-image: url('../images/ezgif-4-246ec1ecf2.gif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: 30px;
}

.case-study-bg-image-wide.ee {
  width: 613px;
  height: 360px;
  max-width: 100%;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  margin-left: auto;
}

.lefty {
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 50px;
  padding-right: 0;
  display: block;
}

.lefty.img {
  padding-bottom: 0;
  padding-right: 0;
}

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

.combine-button-white {
  background-color: var(--sl);
  color: var(--white-sl);
  text-align: center;
  border-radius: 10px;
  padding: .75rem 1.75rem;
  font-family: GothamBold, Palatino Linotype, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: all .475s cubic-bezier(.215, .61, .355, 1);
}

.combine-button-white:hover {
  background-color: var(--white-sl);
  color: var(--dim-grey);
  border-radius: 10px;
  padding: 1.05rem 2.05rem;
}

.combine-button-white.footer {
  background-color: var(--yellow);
  color: var(--sl);
}

.combine-button-white.footer:hover {
  background-color: var(--white-sl);
  color: var(--sl);
}

.combine-button-white.v2 {
  margin-top: 30px;
}

.combine-button-white.v3 {
  background-color: var(--yellow);
  color: var(--sl);
  margin-top: 0;
}

.combine-button-white.v4 {
  background-color: var(--yellow);
  color: var(--sl);
  margin-top: 20px;
}

.combine-button-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-button-wrapper.v2 {
  justify-content: flex-start;
  margin-top: 40px;
}

.combine-space-medium {
  width: 100%;
  height: 1rem;
}

.combine-text-align-center {
  text-align: center;
}

.combine-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-cta3_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 1.25rem;
  align-items: center;
  padding: 4rem;
  display: flex;
}

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

.combine-padding-global-4 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-padding-global-4.is-yellow.yellow {
  background-color: var(--yellow);
}

.combine-section_cta3 {
  background-color: #f2f3f7;
}

.span {
  background-image: url('../images/line-mars.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  line-height: 44px;
  display: inline-block;
}

.span-cricle {
  background-image: url('../images/circle_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  margin: -1rem;
  padding: 1rem;
  display: inline-block;
}

.span-cricle.v2 {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.span-cricle.v2.hide {
  display: none;
}

.span-cricle.v3 {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.span-cricle.v3.hide {
  display: none;
}

.span-line {
  background-image: url('../images/ligne.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: -1rem;
  padding-bottom: 1rem;
  display: inline-block;
}

.span-line.v2 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.span-line.v3 {
  padding-bottom: .5rem;
}

.span-pop {
  background-image: url('../images/pop.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -1rem;
  margin-bottom: -1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: inline-block;
}

.combine-clients2_slide-nav-2 {
  height: 2.5rem;
  color: var(--yellow);
  align-items: center;
  padding-top: .5rem;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.combine-icon_small-2 {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--black);
  cursor: pointer;
  display: flex;
}

.combine-clients2_circle-2 {
  color: #5f6570;
  background-color: #ffe600;
  border: 1px #d9dce2;
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  padding: .5rem;
}

.combine-clients2_right-arrow-2 {
  width: 2.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.combine-clients2_left-arrow-2 {
  width: 2.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 3rem;
}

.combine-clients2_company-2 {
  height: 2.25rem;
}

.combine-text-weight-semibold-2 {
  color: #1f2c3d;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-clients2_image-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-top: 0;
}

.combine-clients2_image-wrapper-2 {
  width: 4rem;
  height: 4rem;
  border-radius: 4rem;
  overflow: hidden;
}

.combine-clients2_client-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .25rem;
  grid-template-rows: auto auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.combine-text-size-regular-4 {
  color: var(--dim-grey);
  margin-bottom: 0;
  font-family: Gotham book, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.combine-clients2_item-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.combine-clients2_slide-2 {
  height: auto;
}

.combine-clients2_mask-2 {
  height: auto;
  margin-bottom: 2rem;
}

.combine-clients2_slider-2 {
  width: 100%;
  height: auto;
  max-width: 33rem;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  display: flex;
}

.combine-clients2_content-2 {
  width: 100%;
  max-width: 33rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.combine-clients2_component-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #fffffc;
  border-radius: 30px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2.5rem;
  display: flex;
  box-shadow: 0 0 6px rgba(31, 32, 34, .05);
}

.combine-clients2_component-2.animated.ah, .combine-clients2_component-2.notanim.ah {
  width: auto;
  height: auto;
  display: flex;
  position: relative;
  top: auto;
  left: auto;
}

.combine-padding-section-medium-3 {
  padding-top: 1rem;
  padding-bottom: 8rem;
}

.combine-section_clients2-2 {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  display: flex;
}

.combine-heading-style-h5-3 {
  color: #1f2c3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-contact5_feature {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--yellow);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding-top: 21px;
  padding-bottom: 21px;
  transition: all .4s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.combine-contact5_feature:hover {
  background-color: var(--spark-library-white);
  color: var(--white-sl);
}

.combine-contact5_feature.verde:hover, .combine-contact5_feature.pinky:hover {
  background-color: var(--spark-library-white);
}

.combine-contact5_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.combine-section_contact5 {
  background-color: #fff;
}

.combine-social_icon {
  width: 1.5rem;
  height: 1.5rem;
  transition: all .2s cubic-bezier(.215, .61, .355, 1);
}

.combine-footer1_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-footer1_social-link:hover {
  color: var(--yellow);
}

.combine-footer1_social-links {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.combine-footer1_bottom-text {
  color: #bfc4ce;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.combine-padding-section-small {
  justify-content: space-between;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.combine-footer1_link {
  color: #bfc4ce;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-footer1_link:hover {
  color: #fff;
}

.combine-space-small {
  width: 100%;
  height: 1rem;
}

.combine-footer1_title {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-footer1_column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.combine-footer1_info {
  width: 100%;
  max-width: 25rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.combine-footer1_grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.combine-footer1_component {
  background-color: var(--sl);
}

.under-construction {
  z-index: 2147483647;
  width: 100vw;
  height: 100vh;
  background-color: var(--sl);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.combine-padding-section-large-yellow {
  background-color: var(--yellow);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.image-190, .img {
  margin-top: 0;
}

.div-block-93 {
  max-width: 100vw;
  overflow: hidden;
}

.div-block-94 {
  margin-top: 50px;
}

.spark-button-text {
  flex: none;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Gotham book, sans-serif;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.spark-tiny-icon {
  width: 16px;
  height: 16px;
  color: var(--sl);
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  transition: all .575s cubic-bezier(.55, .055, .675, .19);
  display: block;
  transform: rotate(90deg);
}

.spark-tiny-icon.ext {
  width: 16px;
  font-size: .5rem;
  transition-property: none;
  transform: none;
}

.spark-button {
  border: 1px solid var(--spark-library-foreground-interactive);
  background-color: var(--spark-library-foreground-interactive);
  color: var(--spark-library-white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  border-color: var(--spark-library-foreground-interactive-hover);
  background-color: var(--spark-library-foreground-interactive-hover);
  opacity: 1;
}

.spark-button.spark-icon-left-button {
  max-height: 50px;
  max-width: 420px;
  grid-column-gap: 12px;
  background-color: var(--yellow);
  border-style: none;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
  transition: height .65s cubic-bezier(.55, .085, .68, .53), border-color .15s, background-color .15s, opacity .15s;
  display: flex;
  position: relative;
}

.spark-button.spark-icon-left-button:hover {
  max-height: 80px;
  min-height: 60px;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 16px;
  padding-bottom: 16px;
}

.spark-button.spark-icon-left-button.hiden {
  transition-property: none;
}

.spark-button.spark-icon-left-button.hiden:hover {
  max-height: 50px;
  min-height: 50px;
  background-color: var(--yellow);
}

.spark-button.spark-icon-left-button.hiden.cs {
  background-color: var(--white-sl);
  cursor: pointer;
  margin-top: 29px;
  margin-bottom: 20px;
}

.spark-button.spark-icon-left-button.hiden._421 {
  margin-top: 30px;
}

.spark-button.spark-icon-left-button {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.circle {
  background-image: url('../images/sl-circle-3.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: -1rem;
  margin-right: -1px;
  padding: 1rem 1rem 2rem;
  display: flex;
}

.paragraph-30 {
  margin-top: 0;
  line-height: 25px;
}

.p-b {
  margin-top: 10px;
  line-height: 24px;
  display: flex;
}

.combine-feature1_image-wrapper {
  width: 100%;
  border-radius: 1.25rem;
  overflow: hidden;
}

.combine-text-size-regular-5 {
  color: var(--combine-library-grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-heading-style-h2 {
  color: var(--sl);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: GothamBold, Palatino Linotype, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.combine-feature1_content {
  width: 100%;
  max-width: 33rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.combine-feature1_component {
  height: 70vh;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  align-items: center;
  display: flex;
}

.combine-padding-section-medium-4 {
  height: 60vh;
  cursor: none;
  margin-top: 0;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-container-large-5 {
  width: 100%;
  height: 80vh;
  max-width: 75rem;
  margin: auto;
}

.combine-padding-global-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_feature1 {
  min-height: 80vh;
  background-color: var(--white-sl);
}

.link-20 {
  color: var(--dim-grey);
}

.body-2 {
  background-color: var(--white-sl);
}

.spark-button-text-3 {
  flex: none;
  margin-bottom: 0;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.spark-button-text-3.nopad {
  text-align: center;
  background-image: url('../images/cercle.json');
  background-position: 0 0;
  background-size: contain;
  margin-top: 0;
  margin-left: -28px;
  padding: 24px 28px;
  font-family: Gothamrnd book, sans-serif;
  font-weight: 400;
  transition: all .6s;
}

.spark-button-text-3.nopad:hover {
  font-family: Gothamrnd book, sans-serif;
  font-weight: 400;
}

.spark-button-text-3.nopad.animated.isnav {
  width: 220px;
  height: 55px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: GothamBold, Palatino Linotype, sans-serif;
  font-size: 14px;
  display: flex;
  position: static;
}

.spark-button-text-3.nopad.animated.isnav:hover {
  width: 160px;
  height: 55px;
  padding-left: 45px;
  padding-right: 28px;
  font-weight: 700;
}

.spark-button-text-3.nopad.animated.isnav.v4 {
  width: 205px;
  height: 40px;
}

.spark-button-text-3.nopad.animated.isnav-copy {
  width: 160px;
  height: 55px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: GothamBold, Palatino Linotype, sans-serif;
  font-size: 13px;
  display: flex;
  position: static;
}

.spark-button-text-3.nopad.animated.isnav-copy:hover {
  width: 160px;
  height: 55px;
  padding-left: 45px;
  padding-right: 28px;
  font-weight: 700;
}

.spark-button-text-3.nopad.animated.isnav-copy.bigger {
  width: 205px;
  border: .5px solid var(--white-sl);
  opacity: .89;
  color: var(--white-sl);
  background-image: none;
  background-size: auto;
  border-radius: 20px;
  padding-left: 32px;
  padding-right: 32px;
}

.spark-button-text-3.nopad.animated.isnav-copy.bigger:hover {
  width: 230px;
  text-align: center;
  padding-left: 65px;
}

.spark-button-text-3.nopad.animated.isnav-copy.pink {
  color: var(--white-sl);
}

.spark-button-text-3.nopad.animated.isnav-copy.letstalknav.cs {
  width: 260px;
  background-color: var(--yellow);
  background-image: url('../images/cercle.json');
  background-size: contain;
  margin-top: -90px;
  padding: 41px 0;
  font-size: 20px;
  position: relative;
  top: auto;
  left: auto;
}

.spark-button-text-3.nopad.animated-ornot.isnav {
  width: 220px;
  height: 55px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: GothamBold, Palatino Linotype, sans-serif;
  font-size: 14px;
  display: flex;
  position: static;
}

.spark-button-text-3.nopad.animated-ornot.isnav:hover {
  width: 160px;
  height: 55px;
  padding-left: 45px;
  padding-right: 28px;
  font-weight: 700;
}

.spark-button-text-3.nopad.animated-ornot.isnav.v4 {
  width: 205px;
  height: 40px;
}

.spark-button-text-3.nopad.animated-ornot.isnav-copy {
  width: 160px;
  height: 55px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: GothamBold, Palatino Linotype, sans-serif;
  font-size: 14px;
  display: flex;
  position: static;
}

.spark-button-text-3.nopad.animated-ornot.isnav-copy:hover {
  width: 160px;
  height: 55px;
  padding-left: 45px;
  padding-right: 28px;
  font-weight: 700;
}

.spark-button-text-3.nopad.animated-ornot.isnav-copy.bigger {
  width: 240px;
  border: .5px solid var(--white-sl);
  opacity: .89;
  color: var(--white-sl);
  background-image: none;
  background-size: auto;
  border-radius: 20px;
  padding-left: 32px;
  padding-right: 32px;
}

.spark-button-text-3.nopad.animated-ornot.isnav-copy.bigger:hover {
  width: 230px;
  text-align: center;
  padding-left: 65px;
}

.spark-button-2 {
  border: 1px solid var(--spark-library-foreground-interactive);
  background-color: var(--spark-library-foreground-interactive);
  color: var(--spark-library-white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-2:hover {
  border-color: var(--spark-library-foreground-interactive-hover);
  background-color: var(--spark-library-foreground-interactive-hover);
  opacity: 1;
}

.spark-button-2.spark-icon-left-button {
  width: 160px;
  max-height: 55px;
  grid-column-gap: 12px;
  border-style: none;
  border-color: var(--yellow);
  background-color: var(--yellow);
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 20px;
  padding: 21px 30px;
  font-family: GothamBold, Palatino Linotype, sans-serif;
  display: flex;
  position: relative;
}

.spark-button-2.spark-icon-left-button:hover {
  background-color: var(--yellow);
  border: 10px #fff;
  border-radius: 500px;
  padding-left: 5px;
  padding-right: 5px;
}

.spark-button-2.spark-icon-left-button.larger {
  z-index: 0;
  width: 220px;
  padding-left: 30px;
  padding-right: 30px;
}

.spark-button-2.spark-icon-left-button.larger.v2 {
  margin-top: 0;
  margin-bottom: 0;
}

.spark-button-2.spark-icon-left-button.inheader {
  margin-top: 0;
  margin-left: 15px;
  margin-right: 24px;
}

.spark-button-2.spark-icon-left-button.inheader.bigger {
  width: 200px;
}

.spark-button-2.spark-icon-left-button.inheader.bigger.notyellow {
  width: 240px;
  color: var(--white-sl);
  background-color: rgba(0, 0, 0, 0);
}

.spark-button-2.spark-icon-left-button.pink {
  background-color: var(--space-salmon);
  color: var(--white-sl);
}

.image-191 {
  z-index: 2147483647;
  width: 20px;
  opacity: 1;
  margin-top: 0;
  margin-left: 22px;
  margin-right: 0;
  padding-bottom: 20px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.image-191.invert {
  filter: invert();
}

.image-191.bigger {
  width: 35px;
  filter: invert();
  margin-left: 15px;
  padding-bottom: 10px;
}

.lynx-image-absolute {
  z-index: 50;
  max-width: 56%;
  object-fit: cover;
  border-radius: 30px;
  position: absolute;
  top: auto;
  bottom: -6%;
  left: -12%;
  right: auto;
  box-shadow: 0 60px 60px -15px rgba(31, 32, 34, .1);
}

.lynx-image-absolute.nobg {
  max-width: 34%;
  box-shadow: none;
  border-radius: 0;
  display: none;
  left: -15%;
}

.lynx-block-image {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.lynx-block-left {
  padding-right: 15%;
}

.lynx-grid-image-right {
  width: 100%;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
}

.lynx-grid-image-right.pad {
  padding-top: 150px;
  padding-bottom: 100px;
}

.lynx-content-2 {
  width: 100%;
  max-width: 1280px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lottie-animation-80 {
  z-index: -1;
  width: 1280px;
  height: 1000px;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  top: -493px;
}

.image-192 {
  max-width: 40%;
  margin-left: 0;
  display: none;
}

.image-192._3 {
  max-width: 24%;
  position: relative;
  bottom: -12%;
}

.image-193 {
  max-width: 60%;
}

.body-3 {
  background-color: var(--white-sl);
}

.html-embed-40 {
  z-index: 0;
  width: 100vw;
  height: 95vh;
  position: absolute;
  overflow: hidden;
}

.html-embed-40.privcay-policy {
  height: 100%;
}

.bold-text-33 {
  font-family: Gotham book, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7rem;
}

.small {
  opacity: 1;
  color: var(--yellow);
  flex-direction: column;
  font-size: 25px;
  display: inline;
}

.div-block-95 {
  margin-bottom: auto;
  display: flex;
}

.combine-form_error-message {
  border: 1px solid var(--combine-library-error-800);
  background-color: var(--combine-library-error-100);
  color: var(--combine-library-error-800);
  border-radius: .25rem;
  margin-top: .5rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.combine-form_success-message {
  border: 1px solid var(--combine-library-success-800);
  background-color: var(--combine-library-success-100);
  color: var(--combine-library-success-800);
  text-align: left;
  border-radius: .25rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.combine-button {
  background-color: var(--sl);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button:hover {
  background-color: rgba(14, 14, 13, .85);
}

.combine-form_link {
  color: var(--sl);
  text-decoration: underline;
}

.combine-form_link:hover {
  color: var(--combine-library-primary-800);
}

.combine-form_checkbox-label {
  color: var(--combine-library-grey-800);
  margin-bottom: .125rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-form_checkbox-icon {
  width: 1rem;
  height: 1rem;
  border-color: var(--combine-library-grey-400);
  cursor: pointer;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.combine-form_checkbox-icon:hover {
  border-color: var(--combine-library-grey-600);
}

.combine-form_checkbox-icon.w--redirected-checked {
  width: 1rem;
  height: 1rem;
  border-color: var(--combine-library-primary-600);
  background-color: var(--combine-library-primary-600);
  background-size: 90%;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.combine-form_checkbox-icon.w--redirected-focus {
  width: 1rem;
  height: 1rem;
  border-color: var(--combine-library-primary-600);
  box-shadow: none;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.combine-form_checkbox {
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.combine-form_field-wrapper {
  margin-bottom: 1.25rem;
}

.combine-form_text-area-grey {
  height: 100%;
  min-height: 8rem;
  min-width: 16rem;
  border: 1px solid var(--combine-library-grey-050);
  background-color: var(--combine-library-grey-050);
  color: var(--combine-library-grey-800);
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .25s;
}

.combine-form_text-area-grey:hover {
  border-color: var(--combine-library-grey-100);
}

.combine-form_text-area-grey:focus {
  border-color: var(--yellow);
}

.combine-form_text-area-grey::-ms-input-placeholder {
  color: #cecebf;
}

.combine-form_text-area-grey::placeholder {
  color: #cecebf;
}

.combine-form_label {
  color: var(--sl);
  margin-bottom: .5rem;
  font-family: Gotham book, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-form_input-grey {
  height: 3rem;
  min-width: 16rem;
  border: 1px solid var(--combine-library-grey-050);
  background-color: var(--combine-library-grey-050);
  color: var(--combine-library-grey-800);
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .25s;
}

.combine-form_input-grey:hover {
  border-color: var(--combine-library-grey-100);
}

.combine-form_input-grey:focus {
  border-color: var(--yellow);
}

.combine-form_input-grey::-ms-input-placeholder {
  color: #cbcebf;
}

.combine-form_input-grey::placeholder {
  color: #cbcebf;
}

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

.combine-contact2_form-wrapper {
  width: 100%;
  max-width: 36rem;
  margin-bottom: 0;
}

.combine-text-size-regular-6 {
  color: var(--combine-library-grey-600);
  margin-bottom: 0;
  font-family: Gothamrnd book, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-icon_medium {
  width: 2.25rem;
  height: 2.25rem;
  color: var(--sl);
}

.combine-icon_color3-3 {
  color: var(--combine-library-warning-400);
}

.combine-contact2_feature {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.combine-icon_color2-3 {
  color: var(--combine-library-secondary-600);
}

.combine-icon_color1-3 {
  color: var(--combine-library-primary-600);
}

.combine-heading-style-h2-3 {
  color: var(--combine-library-grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-contact2_content {
  width: 100%;
  max-width: 33rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.combine-contact2_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  display: flex;
}

.combine-padding-section-medium-5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.combine-padding-global-6 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_contact2 {
  background-color: var(--combine-library-white);
  padding-top: 230px;
  padding-bottom: 100px;
}

.spark-absolute-dark-background {
  width: 100%;
  height: 50%;
  background-color: var(--yellow);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.spark-button-3 {
  border: 1px solid var(--spark-library-foreground-interactive);
  background-color: var(--spark-library-foreground-interactive);
  color: var(--spark-library-white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-3:hover {
  border-color: var(--spark-library-foreground-interactive-hover);
  background-color: var(--spark-library-foreground-interactive-hover);
  opacity: 1;
}

.spark-button-3.spark-dark-button {
  width: 80%;
  height: 120%;
  border-style: solid;
  border-color: var(--spark-library-foreground-interactive-hover);
  color: var(--sl);
  background-color: rgba(247, 247, 245, .44);
  justify-content: center;
  align-items: center;
  display: flex;
}

.spark-button-3.spark-dark-button:hover {
  opacity: 1;
  background-color: #f7f7f5;
}

.spark-tiny-icon-2 {
  width: 16px;
  height: 16px;
  align-items: center;
  display: flex;
}

.spark-lightbox-button {
  grid-column-gap: 16px;
  background-color: var(--spark-library-background--interactive);
  box-shadow: inset 0 0 0 1.5px var(--spark-library-foreground-interactive);
  border-radius: 8px;
  align-items: center;
  padding: 16px 24px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .15s, color .15s;
  display: flex;
}

.spark-lightbox-button:hover {
  background-color: var(--spark-library-foreground-interactive);
  opacity: 1;
  color: var(--spark-library-white);
}

.spark-flex-row {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.spark-flex-row.spark-right {
  height: 140px;
  grid-column-gap: 16px;
  justify-content: flex-end;
}

.spark-flex-row.spark-split-and-wrapped {
  justify-content: flex-start;
  padding: 64px;
}

.spark-hero-sub-paragraph {
  width: 100%;
  margin-bottom: 64px;
}

.spark-hero-sub-paragraph.spark-secondary-font-color {
  color: var(--spark-library-background--interactive);
  margin-bottom: 0;
}

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

.spark-container.spark-primary-background {
  z-index: 2;
  background-color: var(--sl);
  color: var(--spark-library-white);
  border-radius: 12px;
  padding: 0;
}

.spark-section {
  width: 100%;
  padding: 176px 64px 60px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: relative;
}

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section h2 {
  color: var(--white-sl);
  letter-spacing: .25px;
  text-transform: none;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: GothamBold, Palatino Linotype, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.spark-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section p {
  color: var(--white-sl);
  display: block;
}

.spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section li {
  margin-bottom: .5rem;
}

.image-194 {
  width: 200px;
  max-width: 60%;
  opacity: 0;
  filter: invert();
  position: relative;
  top: auto;
}

.div-block-96 {
  margin-left: -130px;
  transition: all .55s;
  display: block;
}

.div-block-96:hover {
  margin-left: -130px;
}

.div-block-97 {
  margin-left: -50px;
}

.div-block-98 {
  width: 100%;
  height: 100%;
  margin-left: -60px;
  position: absolute;
}

.html-embed-41 {
  height: 100%;
}

.hide-grid {
  display: none;
}

.combine-icon_small {
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
  display: flex;
}

.combine-close_icon {
  color: var(--combine-library-white);
  background-color: rgba(255, 255, 255, .2);
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  padding: .25rem;
  display: flex;
  position: absolute;
  right: 0;
}

.combine-banner3_button {
  background-color: var(--combine-library-primary-600);
  border-radius: .5rem;
  margin-right: 3rem;
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  transition: background-color .25s;
}

.combine-banner3_button:hover {
  background-color: var(--combine-library-primary-800);
}

.combine-banner3_text {
  color: var(--combine-library-grey-100);
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-banner3_title {
  color: var(--combine-library-white);
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-icon_medium-2 {
  width: 2.25rem;
  height: 2.25rem;
}

.combine-banner3_icon {
  height: 2.25rem;
  background-color: var(--combine-library-white);
  color: var(--combine-library-secondary-600);
  border-radius: 1rem;
}

.combine-banner3_content {
  grid-column-gap: .5rem;
  grid-row-gap: .125rem;
  grid-template-rows: auto auto;
  grid-template-columns: max-content auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.combine-banner3_component {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

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

.combine-padding-global-7 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_banner3 {
  z-index: 9999;
  width: 100%;
  background-color: var(--combine-library-grey-800);
  position: fixed;
}

.div-block-99 {
  z-index: 1;
  max-width: 600px;
  position: relative;
}

.privacy-policy h2 {
  color: var(--white-sl);
}

.privacy-policy p {
  color: var(--spark-library-white);
}

.privacy-policy h4 {
  color: var(--white-sl);
  font-family: Gothamrnd book, sans-serif;
}

.privacy-policy strong {
  color: var(--white-sl);
  font-family: GothamBold, Palatino Linotype, sans-serif;
}

.privacy-policy li {
  color: var(--white-sl);
  line-height: 29px;
}

.custom-css {
  display: none;
}

.link-21 {
  text-decoration: underline;
}

.text-span-47 {
  font-size: 10px;
}

.body-4 {
  background-color: var(--white-sl);
}

.body-4.dark {
  background-color: #0e0e0d;
}

.text-span-49 {
  font-size: 34px;
}

.fs-cc-banner_component-copy {
  z-index: 998;
  background-color: var(--white-sl);
  border-top: 1px solid rgba(67, 83, 255, .16);
  padding: 1.5rem 2rem;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-banner_container-copy {
  width: 100%;
  max-width: 62.5rem;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bold-text-35 {
  font-family: GothamBold, Palatino Linotype, sans-serif;
  font-size: 18px;
}

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

.image-196 {
  margin-top: 115px;
}

.image-197 {
  max-width: 10%;
  position: absolute;
  top: auto;
  bottom: 19%;
  left: 24%;
  right: auto;
}

.image-198 {
  border-radius: 0;
}

.lynx-text-message {
  color: var(--lynx-white);
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.lynx-error-message {
  background-color: rgba(253, 75, 139, .65);
  border-radius: 30px;
  margin-top: 15px;
  padding: 20px 30px;
}

.lynx-success-message {
  background-color: rgba(50, 183, 122, .65);
  border-radius: 50px;
  padding: 20px 29px;
}

.lynx-submit-button {
  background-color: var(--lynx-white);
  color: var(--lynx-black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  transition: background-color .3s, color .3s;
}

.lynx-submit-button:hover {
  background-color: var(--lynx-black);
  color: var(--lynx-white);
}

.lynx-text-field {
  height: 46px;
  min-width: 200px;
  color: var(--lynx-white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  margin-bottom: 0;
  margin-left: 24px;
  margin-right: 10px;
  padding: 8px 0;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
}

.lynx-text-field::-ms-input-placeholder {
  color: rgba(255, 255, 255, .6);
}

.lynx-text-field::placeholder {
  color: rgba(255, 255, 255, .6);
}

.lynx-form {
  background-color: rgba(255, 255, 255, .1);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lynx-form-block {
  margin-bottom: 0;
}

.lynx-heading-white-margin {
  max-width: 740px;
  color: var(--lynx-white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle-white {
  color: var(--lynx-white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-block-newsletter-text {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 20px;
  display: flex;
}

.lynx-newsletter-horizontal {
  width: 100%;
  background-color: var(--lynx-medium-purple);
  text-align: center;
  border-radius: 30px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 70px 50px;
  display: flex;
}

.lynx-newsletter-image {
  width: 100%;
  background-image: url('../images/val-sl.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  padding: 290px 24px 24px;
  box-shadow: 0 60px 60px -15px rgba(31, 32, 34, .1);
}

.lynx-content-3 {
  width: 100%;
  max-width: 1080px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.combine-icon_small-3 {
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
  display: flex;
}

.combine-close_icon-2 {
  color: var(--combine-library-white);
  background-color: rgba(255, 255, 255, .2);
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  padding: .25rem;
  display: flex;
  position: absolute;
  right: 0;
}

.combine-banner1_text-link {
  color: var(--combine-library-white);
  text-decoration: underline;
}

.combine-banner1_text-link:hover {
  color: var(--combine-library-grey-100);
}

.combine-banner1_text {
  color: var(--combine-library-white);
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-banner1_component {
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

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

.combine-padding-global-8 {
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.combine-section_banner1 {
  z-index: 999999;
  width: 100%;
  height: 40px;
  background-color: var(--combine-library-primary-600);
  background-image: linear-gradient(to right, var(--combine-library-warning-400), #ec80b4 16%, var(--combine-library-primary-600) 32%, var(--combine-library-primary-600) 74%, var(--combine-library-secondary-600));
  position: fixed;
}

.paragraph-31 {
  color: var(--grey);
  margin-top: 0;
  font-style: italic;
}

.link-22 {
  color: var(--sl);
  font-style: italic;
}

.background-video-6 {
  width: 613px;
  height: 360px;
}

.background-video-7 {
  width: 100%;
}

.html-embed-42 {
  display: none;
}

.background-video-8 {
  width: 100%;
  height: 1080px;
  margin-top: 63px;
}

.quick-stack {
  background-color: var(--lynx-black);
}

.text-block-13 {
  color: var(--white-sl);
  background-color: rgba(0, 0, 0, 0);
  font-family: Gothamrnd book, sans-serif;
}

.bold-text-37 {
  color: var(--white-sl);
  font-family: GothamBold, Palatino Linotype, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.bold-text-38 {
  color: var(--white-sl);
  font-size: 14px;
}

.main-wrapper-cases-2023 {
  color: #141414;
  -webkit-text-fill-color: inherit;
  background-color: #141414;
  background-clip: border-box;
}

.main-wrapper-cases-2023._w-bg {
  width: 961px;
  background-color: rgba(255, 249, 249, 0);
  border: 0 #000;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper-cases-2023._w-bg.wbg {
  background-color: var(--white-sl);
}

.rich-text-block--cases-d-2023 {
  width: 50%;
  color: #ebebeb;
  text-align: left;
  margin-top: 80px;
  margin-bottom: 80px;
}

.rich-text-block--cases-d-2023 h2 {
  color: var(--sl);
  letter-spacing: 1px;
  text-transform: none;
  font-size: 60px;
  font-weight: 700;
  line-height: 75px;
}

.rich-text-block--cases-d-2023 p {
  color: var(--sl);
  margin-top: 1.4em;
  font-size: 20px;
  line-height: 30px;
}

.rich-text-block--cases-d-2023 strong {
  color: var(--sl);
  font-family: GothamBold, Palatino Linotype, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}

.rich-text-block--cases-d-2023 h3 {
  color: var(--sl);
  letter-spacing: .2px;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: GothamBold, Palatino Linotype, sans-serif;
  font-size: 28px;
  line-height: 36px;
}

.rich-text-block--cases-d-2023 blockquote {
  border-left-color: var(--yellow);
  color: var(--sl);
  text-align: left;
  margin-top: 36px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 26px;
  font-style: italic;
  font-weight: 400;
  line-height: 32px;
}

.rich-text-block--cases-d-2023 ol {
  color: #cecece;
  margin-top: 30px;
  font-family: Gothamrnd book, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.rich-text-block--cases-d-2023 li {
  color: #cecece;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 24px;
}

.rich-text-block--cases-d-2023 a {
  color: var(--space-orange);
}

.rich-text-block--cases-d-2023.less-pad {
  margin-top: 50px;
  margin-bottom: 0;
}

.header-cases-2023 {
  width: 100vw;
  height: auto;
  color: #141414;
  background-color: #141414;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -52px;
  display: flex;
}

.header-cases-2023._w-bg {
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}

.header-cases-2023.ee {
  z-index: 99;
  width: auto;
  border: 2px none var(--sl);
  background-color: #fff;
  border-radius: 15px;
  margin-top: 150px;
  margin-bottom: 100px;
  position: relative;
}

.header-cases-2023.ee.notwgihte {
  background-color: rgba(255, 255, 255, 0);
}

.cs {
  cursor: none;
  border-radius: 15px;
  margin-top: 0;
  margin-bottom: 125px;
}

.cs.betead {
  margin-bottom: 64px;
}

.cs.special, .cs.p4l {
  margin-bottom: 0;
}

.cs.feafe {
  max-width: 75%;
  margin-top: 46px;
}

.header-case-study {
  width: 100%;
  height: 60vh;
  max-width: 88vw;
  justify-content: space-between;
  align-items: center;
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.left-v2-copy-cs {
  width: 50%;
  margin-top: 0;
  margin-right: 40px;
}

.light-h1---no-pre {
  color: var(--white-sl);
  white-space: normal;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Gotham book, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
}

.light-h1---no-pre.nopad {
  margin-bottom: 0;
  font-family: GothamBold, Palatino Linotype, sans-serif;
  font-weight: 400;
}

.light-h1---no-pre.white-bg {
  color: var(--sl);
}

.bold-h1.white {
  color: var(--white-sl);
  font-size: 50px;
  line-height: 60px;
}

.bold-h1.dark {
  color: var(--sl);
  font-size: 50px;
  line-height: 60px;
}

.reel-copy {
  z-index: 999;
  width: 50%;
  height: 55vh;
  object-fit: none;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-left: 30px;
  display: block;
  position: relative;
}

.reel-copy.v2 {
  margin-top: 0;
}

.reel-copy.gbz {
  max-height: 100%;
  min-height: 60vh;
  background-image: url('../images/Screenshot-2023-08-30-at-15.24.20.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
}

.reel-copy.gbz._2 {
  background-image: none;
}

.reel-copy.foodwin {
  background-image: url('../images/Black-and-Beige-Simple-Book-Mockup-Instagram-Post.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.video-2 {
  width: 100%;
}

.background-video-9 {
  width: 720px;
  height: 405px;
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 15px;
  margin-top: 50px;
  overflow: auto;
}

.background-video-10 {
  z-index: 1;
  width: 720px;
  height: 405px;
  object-fit: contain;
  border-radius: 15px;
  margin-top: 65px;
}

.link-23 {
  text-decoration: none;
  transition: all .2s;
}

.link-23:hover {
  text-decoration: underline;
}

.background-video-11 {
  z-index: 10;
  width: 740px;
  height: 420px;
  object-fit: contain;
  border-radius: 10px;
  margin-top: 40px;
  margin-left: 0;
}

.combine-gallery1_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.combine-gallery1_image-wrapper {
  width: 100%;
  height: 17rem;
  border-radius: .75rem;
  display: flex;
  overflow: hidden;
}

.combine-gallery1_component {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.combine-space-large {
  height: 4rem;
}

.combine-text-size-regular-7 {
  color: var(--combine-library-grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-space-medium-2 {
  width: 100%;
  height: 1.5rem;
}

.combine-heading-style-h2-4 {
  color: var(--combine-library-grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

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

.combine-container-small-2 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-section-medium-6 {
  padding-top: 0;
  padding-bottom: 4rem;
}

.combine-padding-global-9 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_gallery1 {
  background-color: var(--combine-library-white);
}

.link-block-16 {
  height: 100%;
  margin-top: -64px;
  padding-top: 90px;
}

@media screen and (min-width: 1920px) {
  h2 {
    letter-spacing: 0;
    text-transform: none;
    font-family: GothamBold, Palatino Linotype, sans-serif;
  }

  h4 {
    font-family: GothamBold, Palatino Linotype, sans-serif;
  }

  img {
    width: 100%;
  }

  strong {
    font-family: GothamBold, Palatino Linotype, sans-serif;
    font-size: 18px;
  }

  .stars-bg {
    height: 60vh;
  }

  .stars-bg.about-us {
    z-index: 99;
    height: 90vh;
    display: block;
  }

  .body {
    font-size: 18px;
  }

  .nav-open {
    padding-top: 40px;
  }

  .sl-link.is-dropdown {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
    display: flex;
  }

  .sl-link.is-dropdown.w--current {
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .sl-link.is-dropdown.w--current:focus {
    background-color: rgba(0, 0, 0, 0);
  }

  .sl-link.is-dropdown.is-network {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
    display: flex;
  }

  .sl-link.is-dropdown.is-2nd {
    color: var(--sl);
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .sl-link.is-dropdown.is-2nd:focus {
    background-color: rgba(0, 0, 0, 0);
  }

  .sl-link.is-dropdown.is-2nd._1t {
    color: var(--sl);
  }

  .sl-link.is-dropdown.is-2nd._1t:focus {
    background-color: rgba(0, 0, 0, 0);
  }

  .sl-link.is-dropdown.hide {
    font-size: 14px;
    display: flex;
  }

  .sl-link.is-dropdown.first {
    margin-top: 13px;
    font-size: 14px;
    line-height: 18px;
    display: flex;
  }

  .dropdown-toggle {
    font-size: 18px;
    display: flex;
  }

  .dropdown-list.w--open {
    width: 190px;
    height: 320px;
    padding-bottom: 0;
  }

  .dropdown-list.isnd {
    height: 180px;
    font-size: 13px;
  }

  .dropdown-list.isnd.w--open {
    height: 210px;
  }

  .icon-2.is-dark.v2 {
    width: auto;
  }

  .link-block-5 {
    height: 60px;
  }

  .bg-moving {
    height: 30px;
  }

  .bg-moving.white {
    top: 60px;
  }

  .bg-moving.is-wwd {
    top: 22px;
  }

  .bg-moving.white-v2 {
    width: 180px;
    height: 25px;
    top: 27px;
    left: 26px;
  }

  .page-wrapper {
    background-color: var(--white-sl);
  }

  .page-wrapper.cs.dark {
    background-color: var(--sl);
  }

  .section-header, .container-large.background-color-black.align-center._100 {
    width: 100vw;
  }

  .section-main.shapedividers_com-6.padding-top.home {
    padding-top: 220px;
  }

  .section-main.shapedividers_com-4627.auto {
    padding-top: 40px;
  }

  .heading-medium.text-color-white.minus-margin.home.v2 {
    width: 90%;
    letter-spacing: 1px;
    text-transform: none;
    margin-bottom: 40px;
    font-family: Gotham book, sans-serif;
    font-size: 72px;
    font-weight: 700;
    line-height: 80px;
  }

  .sub-heading.text-color-black.margin-bottom {
    font-size: 1.4rem;
    line-height: 32px;
  }

  .cont-s.max-width-1280.margin-top-x2.disclaimer {
    width: 100vw;
    max-width: 70vw;
    text-align: left;
    background-color: rgba(255, 230, 0, .88);
    border-radius: 19px;
    align-items: center;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 42px 67px;
  }

  .main-cta-inpage.is-salmon {
    letter-spacing: 0;
    font-family: GothamBold, Palatino Linotype, sans-serif;
    font-size: 14px;
    font-weight: 700;
  }

  .divider {
    background-color: rgba(0, 0, 0, 0);
  }

  .soulignement-non.disclaimer {
    margin-left: -3px;
    padding-top: 0;
    padding-left: 0;
  }

  .heading-large-70.is-in-header, .heading-medium-42.text-color-white.minus-margin {
    z-index: 1;
    position: relative;
  }

  .sl_main_p-4, .sl_main_p-4.nopad, .catchline-span-text-4 {
    font-size: 1.4rem;
    line-height: 32px;
  }

  .sl_heading_capa-2 {
    font-size: 44px;
  }

  .soon {
    display: none;
    position: absolute;
    top: -24px;
    left: 39px;
  }

  .div-block-76 {
    top: 5px;
  }

  .top-post-item {
    width: 60%;
  }

  .h1-2 {
    letter-spacing: 0;
    text-transform: none;
    font-family: GothamBold, Palatino Linotype, sans-serif;
  }

  .lottie-animation-66 {
    max-height: 60px;
    top: -15px;
  }

  .heading-26 {
    font-family: Gotham book, sans-serif;
  }

  .content-section.d-b {
    min-height: 100%;
  }

  .content-section.d-b.in-project {
    justify-content: center;
  }

  .masked {
    display: block;
  }

  .heading-27 {
    font-family: Gotham book, sans-serif;
    line-height: 70px;
  }

  .background-video-2.alll {
    height: 90vh;
  }

  .sub {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: GothamBold, Palatino Linotype, sans-serif;
    font-size: 42px;
  }

  .img-grid.lessgrid {
    grid-template-rows: auto;
  }

  .image-176._435.full {
    width: 25%;
    padding-left: 15px;
  }

  .div-block-86.hide-mob, .div-block-86.full {
    justify-content: center;
  }

  .html-embed-30.desk {
    margin-top: 30px;
  }

  ._900px.hide {
    display: none;
  }

  .rich-text-block--cases-d h2 {
    margin-top: 10px;
  }

  .rich-text-block--cases-d p {
    font-size: 18px;
    line-height: 30px;
  }

  .rich-text-block--cases-d strong {
    font-family: GothamBold, Palatino Linotype, sans-serif;
    font-size: 18px;
  }

  .rich-text-block--cases-d h3 {
    font-size: 28px;
  }

  .image-179 {
    max-width: 50%;
  }

  .container-6.old-testi {
    display: none;
  }

  .testimonial-slide {
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
  }

  .testimonial-quote-icon.smaller {
    width: 15%;
  }

  .fs-cc-banner_container {
    max-width: 90%;
  }

  .sl-link-v2 {
    font-size: 14px;
  }

  .sl-link-v2.fr {
    top: -5px;
  }

  .nav-content-v2 {
    max-height: 100px;
    min-height: 100px;
  }

  .image-186 {
    max-width: 70%;
  }

  .nav-logo-v2 {
    height: 110px;
  }

  .header {
    margin-top: 0;
    font-size: 18px;
  }

  .header.v2 {
    height: 70vh;
    margin-top: 100px;
  }

  .light-h1 {
    width: 100%;
    font-size: 65px;
    line-height: 75px;
  }

  .light-h1.nopad {
    text-align: center;
  }

  .left-v2 {
    width: 50%;
  }

  .reel {
    width: 50%;
    height: auto;
    cursor: none;
    border: 0 solid #000;
    border-radius: 10px;
  }

  .autoplay-video {
    height: 40vh;
  }

  .autoplay-video.videoask {
    margin-top: 0;
  }

  .content {
    height: auto;
    background-size: cover;
  }

  .main-title {
    color: var(--sl);
    font-size: 42px;
    line-height: 58px;
  }

  .main-title._50 {
    width: 40%;
  }

  .main-title._50.v2 {
    font-family: Gotham book, sans-serif;
    font-weight: 700;
  }

  .image-188.v2 {
    margin-top: 140px;
  }

  .combine-text-size-regular {
    color: #515048;
    font-size: 1.1rem;
  }

  .combine-text-size-regular.no-pad {
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .combine-text-size-regular.no-pad.yellow-bg {
    margin-top: .5em;
  }

  .combine-text-size-regular.no-pad.yellow-bg.moto {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .combine-text-size-regular.no-pad.yellow-bg.relativ {
    opacity: 1;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .combine-text-size-regular.no-pad.yellow-bg.less {
    font-size: 18px;
  }

  .combine-text-size-regular.rem {
    font-size: 1.1rem;
  }

  .combine-text-size-regular.p-b {
    line-height: 30px;
  }

  .combine-text-size-regular.services {
    font-size: 1.2rem;
  }

  .combine-heading-style-h5.services {
    font-size: 1.25rem;
  }

  .combine-feature7_item {
    width: 25vw;
    max-width: 70vw;
  }

  .combine-feature7_wrapper {
    max-width: 80vw;
  }

  .image-189 {
    max-width: 100%;
    font-size: 2vw;
  }

  .case-study._1st {
    height: 500px;
  }

  .case-study.l {
    height: 1000px;
  }

  .cult-mobile-mockup {
    height: auto;
    max-width: 45%;
    background-position: 50% 0;
  }

  .underlined {
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 15px;
    margin-left: 10px;
    padding: 14px 0 10px;
    font-family: Gothamrnd book, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1vw;
    transition: all .425s cubic-bezier(.215, .61, .355, 1);
    display: inline;
  }

  .underlined:hover {
    background-color: var(--yellow);
    border-bottom-style: none;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline;
  }

  .underlined.noma {
    text-align: center;
    padding-right: 15px;
  }

  .bold-h3 {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }

  .bold-h3.w {
    color: var(--white-sl);
    margin-bottom: 20px;
  }

  .bold-h3.w._50 {
    margin-bottom: 0;
    font-size: 1.8rem;
  }

  .link-block-15 {
    margin-left: -10px;
    display: block;
  }

  .case-study-bg-image {
    height: 1000px;
  }

  .case-study-bg-image-wide {
    width: 45vw;
    height: 500px;
    max-width: 45vw;
    background-image: url('../images/ezgif-4-246ec1ecf2.gif');
    background-repeat: no-repeat;
    background-size: contain;
  }

  .lefty {
    width: 30%;
    padding-bottom: 108px;
    padding-right: 56px;
  }

  .flex {
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .span-cricle.v2, .span-cricle.v3 {
    background-color: var(--yellow);
    background-image: url('../images/circle.svg');
    border-radius: 10px;
    margin-bottom: -4.4rem;
    margin-left: -2.2rem;
    margin-right: -3.3rem;
    padding: 4.1rem 3.3rem 4.3rem 2.2rem;
    font-family: GothamBold, Palatino Linotype, sans-serif;
    transform: rotate(-10deg);
  }

  .combine-clients2_company-2 {
    width: auto;
  }

  .combine-text-weight-semibold-2 {
    color: var(--sl);
  }

  .combine-text-size-regular-4 {
    font-size: 16px;
  }

  .combine-clients2_component-2.animated.ah.ag, .combine-clients2_component-2.notanim.ah.ag {
    z-index: 0;
  }

  .combine-padding-section-medium-3.in_project {
    padding-top: 4rem;
    padding-bottom: 1rem;
  }

  .combine-contact5_feature {
    cursor: none;
  }

  .under-construction {
    display: block;
  }

  .spark-button-text._1-4 {
    font-size: 1.4rem;
    line-height: 1.2;
  }

  .spark-button.spark-icon-left-button.hiden._100 {
    width: 220px;
    max-height: 140px;
    max-width: 100%;
    margin-top: 50px;
    display: flex;
  }

  .spark-button.spark-icon-left-button.hiden.cs {
    transition: all .2s;
  }

  .spark-button.spark-icon-left-button.hiden.cs:hover {
    background-color: var(--yellow);
  }

  .paragraph-30 {
    font-size: 18px;
    line-height: 1px;
  }

  .p-b {
    font-size: 1.4rem;
    line-height: 27px;
  }

  .combine-heading-style-h2.big {
    font-size: 5rem;
  }

  .combine-padding-global-5 {
    font-family: GothamBold, Palatino Linotype, sans-serif;
  }

  .combine-section_feature1 {
    padding-top: 100px;
    font-family: GothamBold, Palatino Linotype, sans-serif;
  }

  .spark-button-text-3.nopad.animated.isnav, .spark-button-text-3.nopad.animated.isnav-copy, .spark-button-text-3.nopad.animated-ornot.isnav, .spark-button-text-3.nopad.animated-ornot.isnav-copy {
    font-size: 1rem;
  }

  .spark-button-text-3.nopad.animated-ornot.isnav-copy.bigger {
    width: 300px;
    margin-left: 10px;
  }

  .spark-button-text-3.nopad.animated-ornot.isnav-copy.bigger:hover {
    width: 300px;
  }

  .lynx-image-absolute.nobg {
    max-width: 36%;
    box-shadow: none;
    border-radius: 0;
    left: -12%;
  }

  .lynx-grid-image-right {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .lynx-content-2 {
    max-width: 1440px;
  }

  .lottie-animation-80 {
    height: 1200px;
    top: -688px;
  }

  .body-3 {
    background-color: var(--white-sl);
    cursor: none;
  }

  .html-embed-40 {
    z-index: 0;
    width: 100vw;
    height: 90vh;
    cursor: none;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .image-195 {
    width: 50%;
  }

  .text-span-48 {
    font-family: Gothamrnd book, sans-serif;
    font-size: 1.2rem;
  }

  .body-4 {
    background-color: var(--white-sl);
    cursor: auto;
  }

  .body-4.dark {
    background-color: #070707;
  }

  .body-5, .body-6 {
    cursor: auto;
  }

  .mask {
    padding-top: 104px;
  }

  .text-span-49 {
    font-size: 35px;
  }

  .fs-cc-banner_container-copy {
    max-width: 90%;
  }

  .bold-text-34 {
    font-family: GothamBold, Palatino Linotype, sans-serif;
    font-size: 1.4rem;
  }

  .bold-text-35 {
    font-size: 1.4rem;
  }

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

  .image-196 {
    width: 150px;
    margin-top: 200px;
    margin-left: -30px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
    transform: rotate(-90deg);
  }

  .image-197 {
    max-width: 10%;
    bottom: 22%;
    left: 21%;
  }

  .bold-text-36 {
    font-size: 18px;
  }

  .text-span-50, .text-span-51 {
    font-family: Gotham book, sans-serif;
  }

  .text-span-52, .text-span-53 {
    font-family: GothamBold, Palatino Linotype, sans-serif;
  }

  .main-wrapper-cases-2023._w-bg {
    width: 1280px;
  }

  .rich-text-block--cases-d-2023 h2 {
    margin-top: 10px;
  }

  .rich-text-block--cases-d-2023 p {
    font-size: 18px;
    line-height: 30px;
  }

  .rich-text-block--cases-d-2023 strong {
    font-family: GothamBold, Palatino Linotype, sans-serif;
    font-size: 18px;
  }

  .rich-text-block--cases-d-2023 h3 {
    font-size: 28px;
  }

  .header-cases-2023.ee {
    box-shadow: 0 2px 5px rgba(165, 162, 162, .2);
  }

  .header-case-study {
    height: 70vh;
    max-width: 88vw;
    margin-top: 100px;
    font-size: 18px;
  }

  .header-case-study.v2 {
    height: 70vh;
    margin-top: 100px;
  }

  .left-v2-copy-cs {
    width: 40%;
  }

  .light-h1---no-pre {
    width: 100%;
    color: var(--white-sl);
    white-space: normal;
    font-size: 65px;
    line-height: 75px;
  }

  .light-h1---no-pre.nopad {
    text-align: center;
  }

  .bold-h1 {
    font-size: 65px;
  }

  .bold-h1.white {
    color: var(--white-sl);
    text-align: left;
    font-size: 65px;
  }

  .bold-h1.dark {
    color: var(--sl);
    text-align: left;
    font-size: 65px;
  }

  .div-block-101 {
    margin-bottom: 24px;
  }

  .reel-copy {
    width: 50%;
    height: auto;
    cursor: none;
    background-image: none;
    border: 0 solid #000;
    border-radius: 10px;
    flex: 0 auto;
    margin-left: 50px;
  }

  .video-2 {
    height: 100%;
  }

  .background-video-9 {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .space-footer {
    height: auto;
  }

  .animated.accessprobono.margin-top.less-height.is-700 {
    max-width: 90vw;
  }

  .animated.accessprobono.is-homecta {
    width: 650px;
    height: 300px;
  }

  .container-footer.footer {
    max-width: 100vw;
    max-width: 100vw;
    flex-direction: column;
  }

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

  .cta-canva-footer {
    width: 90vw;
    order: 1;
    position: relative;
  }

  .left-text {
    width: 80vw;
    padding-right: 0;
  }

  .container {
    padding-left: 3em;
    padding-right: 3em;
  }

  .nav {
    position: relative;
  }

  .open {
    z-index: 999;
    width: 90px;
    height: 90px;
    position: fixed;
    top: 16px;
    bottom: auto;
    left: auto;
    right: 26px;
  }

  .global-menu__item {
    font-size: 42px;
    line-height: 42px;
  }

  .lottie-animation-53 {
    width: 55%;
    height: 55%;
    filter: none;
    margin-top: 10px;
    margin-left: 25px;
    margin-right: 15px;
    padding: 5px;
    font-weight: 700;
    display: block;
  }

  .lottie-animation-54 {
    width: 100%;
    height: 100%;
    margin-left: 0;
    display: block;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .sl_layout.is-abolute {
    display: none;
  }

  .sl_container {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .nav-cta-main.desktop.is-typeform-v2 {
    margin-top: 15px;
  }

  .right-text-2 {
    width: 80vw;
    padding-right: 0;
  }

  .container-4 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .horizontal-item {
    width: 52%;
  }

  .nav-open {
    width: 95vw;
    height: 80vh;
    background-color: var(--yellow);
    border-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 30px auto 20px;
    padding-left: 0;
    display: none;
    position: relative;
    overflow: scroll;
  }

  .nav-cta {
    width: 95vw;
    height: 10vh;
    background-color: var(--white-sl);
    color: var(--sl);
    border-radius: 500px;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    display: none;
  }

  .sl-link {
    color: var(--sl);
    text-transform: uppercase;
    padding-top: 20px;
    padding-left: 0;
    font-family: Krana fat b, sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 60px;
    text-decoration: none;
  }

  .sl-link.is-dropdown {
    width: 90vw;
    color: var(--white-sl);
    letter-spacing: 2px;
  }

  .sl-link.is-white-copy {
    color: var(--sl);
    letter-spacing: 2px;
    padding-top: 5px;
    font-family: Krana fat b, sans-serif;
    font-size: 28px;
    line-height: 30px;
    text-decoration: none;
  }

  .sl-link.is-notup, .sl-link.is-hiden {
    padding-left: 0;
    display: flex;
  }

  .dropdown-toggle {
    letter-spacing: 2px;
    padding: 0 65px 0 0;
    font-family: Krana fat b, sans-serif;
    font-size: 32px;
    line-height: 32px;
  }

  .dropdown {
    margin-left: 0;
  }

  .dropdown.is-first {
    margin-top: 150px;
    margin-left: 0;
  }

  .dropdown-list.w--open {
    width: auto;
    margin-top: 0;
  }

  .overlay {
    z-index: 999999;
    background-color: rgba(31, 31, 29, .8);
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .close {
    z-index: 9999999;
    width: 80px;
    height: 80px;
    position: fixed;
    top: 40px;
    bottom: auto;
    left: 30px;
    right: auto;
  }

  .icon-2 {
    filter: none;
    margin-top: 30px;
  }

  .sl-featured {
    color: var(--sl);
    font-family: Gothamrnd book, sans-serif;
    text-decoration: none;
  }

  .div-block-67 {
    width: 80vw;
    height: 250px;
    background-image: url('../images/landscape-1.jpg');
    background-position: 0 0;
    background-size: cover;
    overflow: visible;
  }

  .heading-medium.margin-top-minus.fr {
    margin-top: 0;
  }

  .cont-s.max-width-1280, .cont-s.max-width-1280.margin-top {
    max-width: 90vw;
  }

  .cont-s.max-width-1280.margin-top.last {
    margin-bottom: 100px;
  }

  .cont-s.max-width-1280.us, .cont-s.max-width-1280.margin-top-x2 {
    max-width: 90vw;
  }

  .cont-s.max-width-1280.home, .cont-s.max-width-1280.wwdhome, .cont-s.max-width-1280.wwdhome-copy {
    width: 90%;
  }

  .cont-s.m-w-720 {
    max-width: 90vw;
  }

  .footer-right {
    width: 90vw;
    order: 1;
    position: relative;
  }

  .image-150.hide-on-mobile.ont.is-small {
    max-width: 90vw;
  }

  .left-text-2 {
    width: 80vw;
    padding-right: 0;
  }

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

  .left-illustration {
    display: none;
  }

  .center-it-2 {
    width: 90vw;
  }

  .key-map-it-out {
    left: 196px;
  }

  .inside-media {
    max-width: 75%;
    transform: translate(-50%, -50%);
  }

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

  .top-post-item {
    flex-wrap: wrap;
  }

  .text-container {
    width: 100%;
  }

  .h1-2 {
    font-size: 36px;
    line-height: 42px;
  }

  .radio-button-field {
    padding: 40px 24px;
  }

  .cloneable-container-default {
    padding-left: 32px;
    padding-right: 32px;
  }

  .cloneable-container-default.animated-copy.is-contact-form.dekstop {
    display: none;
  }

  .cloneable-container-default.mobile {
    background-color: var(--yellow);
    display: block;
  }

  .multi-step-form-radio-trigger---brix {
    padding-left: 64px;
    padding-right: 24px;
    font-size: 16px;
  }

  .heading-22.contact, .paragraph-19 {
    color: var(--sl);
  }

  .multi-step-form-radio-trigger---brix-2 {
    padding-left: 64px;
    padding-right: 24px;
    font-size: 16px;
  }

  .space-footer-2 {
    height: auto;
  }

  .nav-container.footer {
    max-width: 100vw;
    flex-direction: column;
  }

  .cta-canva-footer-2 {
    width: 90vw;
    order: 1;
    position: relative;
  }

  .sl_main_p-6.vision {
    width: 100%;
  }

  .four-column {
    grid-row-gap: 48px;
  }

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

  .call-to-action-intro {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .scroll-link {
    display: none;
  }

  .header-block {
    width: 100%;
  }

  .heading-26 {
    color: #e2e2e2;
  }

  .content-section {
    flex-direction: column;
  }

  .right-block-2 {
    width: 100%;
  }

  .left-block-2 {
    width: 100%;
    min-height: 460px;
  }

  .left-block, .right-block {
    width: 100%;
  }

  .rich-text-block--cases {
    width: 85%;
  }

  .rich-text-block--cases._w-bg {
    width: 80%;
  }

  .rich-text-block--cases h4 {
    text-align: center;
  }

  .img-grid {
    width: 100%;
    justify-content: center;
  }

  .image-176._435 {
    width: 48%;
  }

  .image-176._435._100 {
    width: 98%;
  }

  .image-176._259 {
    width: 50%;
  }

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

  .html-embed-30 {
    width: 85%;
    max-width: 100%;
    overflow: auto;
  }

  ._900px {
    width: 100vw;
  }

  .rich-text-block--cases-d {
    width: 85%;
  }

  .html-embed-31 {
    width: 100%;
  }

  .html-embed-32 {
    width: 100%;
    margin-top: -100px;
  }

  .html-embed-33 {
    width: 85%;
    overflow: auto;
  }

  .mobile-header {
    height: 100%;
    min-height: 80vh;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 80px 35px;
    display: none;
  }

  .div-block-5 {
    width: 100%;
    min-height: 70vh;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    display: flex;
  }

  .heading-29 {
    color: #fff;
    font-family: Krana fat b, sans-serif;
  }

  .paragraph-23 {
    color: #f6f0f0;
  }

  .background-video-4 {
    z-index: -2;
    min-height: 100vh;
    background-color: rgba(14, 14, 13, .54);
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-87 {
    z-index: -1;
    min-height: 100vh;
    background-color: var(--sl);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .latestproject {
    color: #f6f0f0;
  }

  .vimeo-player {
    width: 95vw;
    height: 420px;
  }

  .vimeo-player.laptop {
    height: 420px;
  }

  .html-embed-34.hid-mob {
    display: none;
  }

  .html-embed-34.tablet {
    width: 100%;
    height: 100%;
    display: block;
  }

  .div-block-88 {
    overflow: scroll;
  }

  .vimeo-lmac {
    width: 100%;
    height: 420px;
    margin-top: 35px;
  }

  .div-block-88-copy, .div-block-88-copy-copy {
    overflow: scroll;
  }

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

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .paragraph-27, .paragraph-27.rem {
    width: 85%;
  }

  ._3-collection-item---wwd {
    width: 90%;
    border-bottom: 1px solid #000;
    border-right-style: none;
    margin-top: 0;
    padding-bottom: 50px;
    padding-right: 0;
  }

  .posts-collection-list---wwd {
    margin-left: 10px;
  }

  .container-5---wwd {
    flex-flow: column;
    align-items: center;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .dropdown-v2 {
    margin-left: 0;
  }

  .dropdown-v2.is-first {
    margin-top: 150px;
    margin-left: 0;
  }

  .dropdown-v2-1 {
    margin-left: 0;
  }

  .sl-link-v2 {
    color: var(--sl);
    text-transform: uppercase;
    padding-top: 20px;
    padding-left: 0;
    font-family: Krana fat b, sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 60px;
    text-decoration: none;
  }

  .nav-content-v2 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr .25fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    display: flex;
  }

  .nav-logo-v2.w--current {
    display: flex;
  }

  .header {
    height: auto;
    max-width: 90vw;
    flex-direction: column;
    margin-top: 200px;
  }

  .autoplay-video {
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-188 {
    width: 200vw;
    max-width: 200vw;
    object-fit: fill;
    position: relative;
    overflow: scroll;
  }

  .combine-text-size-regular.no-pad.info {
    text-align: right;
    margin-right: 20px;
    font-style: italic;
    line-height: 1.3;
    display: block;
  }

  .combine-feature7_item {
    max-width: 100%;
  }

  .combine-feature7_wrapper {
    max-width: 100vw;
    padding-top: 0;
  }

  .combine-button-icon {
    white-space: nowrap;
  }

  .combine-feature7_content-sticky {
    max-width: 100vw;
    padding-top: 0;
  }

  .combine-feature7_component {
    flex-direction: column;
  }

  .combine-padding-global {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lynx-customer {
    padding-left: 25px;
    padding-right: 25px;
  }

  .lynx-grid-5-customers {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .client {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .combine-button-icon-2 {
    white-space: nowrap;
  }

  .combine-heading-style-h2-2 {
    font-size: 2.5rem;
  }

  .combine-padding-global-3 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .main-section {
    padding-top: 0;
  }

  .case-study._1st, .case-study.l {
    max-width: 90vw;
  }

  .case-study-content._20 {
    max-width: 60vw;
    margin-top: 30px;
    margin-left: 30px;
  }

  .case-study-content._30 {
    max-width: 50vw;
  }

  .case-study-right {
    max-width: 50vw;
    flex-direction: column;
    margin-left: 0;
  }

  .case-study-bg-image-wide {
    width: auto;
    height: 300px;
    max-width: 100%;
  }

  .lefty {
    width: 100%;
  }

  .flex {
    flex-direction: column;
  }

  .combine-button-white.v4 {
    margin-bottom: 30px;
  }

  .combine-cta3_component {
    padding: 3rem;
  }

  .combine-padding-global-4 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-clients2_mask-2 {
    margin-bottom: 3rem;
  }

  .combine-clients2_slider-2 {
    max-width: 24rem;
  }

  .combine-footer1_bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .combine-footer1_grid {
    grid-template-columns: auto auto auto;
  }

  .div-block-93 {
    width: 100vw;
    max-width: 100%;
    overflow: hidden;
  }

  .div-block-94 {
    width: 94vw;
    overflow: scroll;
  }

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

  .combine-padding-global-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .spark-button-2.spark-icon-left-button {
    display: none;
  }

  .lynx-grid-image-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .combine-form_input-grey {
    min-width: 12rem;
  }

  .combine-heading-style-h2-3 {
    font-size: 2.5rem;
  }

  .combine-padding-global-6 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .spark-flex-row.spark-right {
    justify-content: flex-start;
  }

  .spark-flex-row.spark-split-and-wrapped {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .spark-hero-sub-paragraph.spark-secondary-font-color {
    margin-bottom: 2rem;
  }

  .spark-container.spark-primary-background {
    padding: 32px;
  }

  .spark-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .combine-padding-global-7 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .fs-cc-banner_container-copy {
    flex-direction: column;
    align-items: flex-start;
  }

  .lynx-text-field {
    min-width: 110px;
  }

  .lynx-heading-white-margin {
    font-size: 38px;
  }

  .lynx-newsletter-image {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .combine-padding-global-8 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .rich-text-block--cases-d-2023 {
    width: 85%;
  }

  .header-case-study {
    height: auto;
    max-width: 90vw;
    flex-direction: column;
    margin-top: 200px;
  }

  .left-v2-copy-cs {
    width: 90%;
  }

  .reel-copy {
    width: 100%;
  }

  .background-video-9 {
    width: 100%;
    height: 100%;
  }

  .combine-heading-style-h2-4 {
    font-size: 2.5rem;
  }

  .combine-padding-global-9 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .main {
    display: none;
  }

  .c-menu-item {
    margin-bottom: 15px;
  }

  .space-footer {
    display: none;
  }

  .l-nav {
    display: none;
    position: relative;
  }

  .ctactaoffer, .nav-btns-wrapper-2 {
    display: none;
  }

  .horizontal-disable {
    z-index: 2147483647;
    height: 100vh;
    background-color: #000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .heading-9 {
    width: 90vw;
    color: #fff;
    text-align: center;
    font-family: Gothamrnd book, sans-serif;
    font-size: 24px;
    line-height: 24px;
  }

  .image-94 {
    width: auto;
    height: auto;
    max-width: 15%;
    margin-top: 25px;
  }

  .container {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .sticky-nav {
    display: none;
    position: relative;
  }

  .open.js-hover {
    top: 35px;
    right: 35px;
  }

  .global-menu__item {
    font-size: 36px;
    line-height: 36px;
  }

  .horizontal-item {
    width: 100%;
    padding-right: 4vw;
  }

  .subscribe-form {
    padding: 40px 20px;
  }

  .top-post {
    margin-top: 0;
    padding-top: 135px;
  }

  ._3-collection-item {
    width: 100%;
  }

  .h1-2 {
    font-size: 30px;
    line-height: 36px;
  }

  .title-section {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .call-to-action {
    padding: 40px 20px;
  }

  .multi-step-form-block---brix {
    min-height: auto;
  }

  .submit-content-wrapper---brix {
    margin-top: 32px;
  }

  .form-step-progress-bar---brix {
    display: none;
  }

  .multi-step-form-button---brix {
    top: 990px;
  }

  .multi-step-form-button---brix.left---brix {
    left: -32px;
  }

  .multi-step-form-button---brix.left---brix.preview-page {
    top: 960px;
  }

  .multi-step-form-button---brix.right---brix {
    right: -32px;
  }

  .multi-step-form-button---brix.right---brix.preview-page {
    top: 960px;
  }

  .cloneable-container-default {
    padding-left: 24px;
    padding-right: 24px;
  }

  .slide---brix {
    padding-bottom: 8px;
  }

  .steps-bar---brix {
    justify-content: space-between;
    padding-bottom: 24px;
  }

  .form-step-progress-bar-mobile---brix {
    width: auto;
    max-width: 100%;
    border-radius: 500px;
    display: flex;
  }

  .form-step-progress-bar-mobile---brix.step-1---brix {
    width: 22%;
    max-width: 100%;
    background-color: #4a3aff;
    margin-left: 0;
    margin-right: 0;
  }

  .form-step-progress-bar-mobile---brix.step-2---brix {
    width: 50%;
    max-width: 100%;
    background-color: #4a3aff;
    margin-left: 0;
    margin-right: 0;
  }

  .form-step-progress-bar-mobile---brix.step-3---brix {
    width: 80%;
    max-width: 100%;
    background-color: #4a3aff;
    margin-left: 0;
    margin-right: 0;
  }

  .form-step-progress-bar-mobile---brix.full-bar---brix {
    width: 100%;
    max-width: 100%;
    background-color: #4a3aff;
    margin-left: 0;
    margin-right: 0;
  }

  .form-step-number---brix {
    margin-left: 10px;
    margin-right: 10px;
  }

  .steps-bar-wrapper--brix {
    flex-direction: column;
    padding-bottom: 32px;
    display: flex;
  }

  .multi-step-form-error-message---brix {
    margin-top: 170px;
  }

  .form-content---brix {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .first-step-grid---brix {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .first-step-grid---brix.uniform-space---brix {
    grid-row-gap: 24px;
    grid-row-gap: 24px;
  }

  .multi-step-form---brix {
    padding-bottom: 48px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .space-footer-2, .scroll-snap-wrapper-2, .spacescroll {
    display: none;
  }

  .sticky-nav-2 {
    display: none;
    position: relative;
  }

  .four-column {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .heading-25 {
    font-size: 36px;
  }

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

  .call-to-action-intro {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hero-links {
    grid-column-gap: 24px;
  }

  .header-block {
    width: 100%;
  }

  .header-cases {
    max-width: 100vw;
    overflow: hidden;
  }

  .image-176._435.hide-desk {
    display: none;
  }

  .rich-text-block--cases--cover {
    width: 90%;
  }

  .rich-text-block--cases--cover h2 {
    font-size: 60px;
  }

  .image-178 {
    width: 100vw;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  ._3-collection-item---wwd {
    width: 100%;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .combine-feature7_content-sticky {
    position: static;
  }

  .combine-feature7_component {
    flex-direction: column;
  }

  .combine-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lynx-grid-5-customers {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .combine-feature7_content-sticky-2 {
    position: static;
  }

  .combine-feature7_component-2 {
    flex-direction: column;
  }

  .combine-padding-global-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-cta3_component {
    padding: 2.5rem;
  }

  .combine-padding-global-4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-clients2_slider-2 {
    max-width: none;
  }

  .combine-clients2_component-2 {
    flex-direction: column;
  }

  .combine-footer1_bottom-text {
    order: 1;
  }

  .combine-footer1_bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .combine-feature1_component {
    flex-direction: column;
  }

  .combine-padding-global-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lynx-image-absolute {
    left: -2%;
  }

  .lynx-block-left {
    padding-left: 5%;
    padding-right: 5%;
  }

  .lynx-grid-image-right {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .combine-form_text-area-grey, .combine-form_input-grey {
    min-width: 0;
  }

  .combine-contact2_component {
    flex-direction: column;
  }

  .combine-padding-global-6 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .spark-flex-row {
    flex-direction: column;
  }

  .spark-flex-row.spark-right {
    flex-direction: row;
  }

  .spark-hero-sub-paragraph {
    margin-bottom: 32px;
  }

  .spark-container {
    width: 100%;
  }

  .spark-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .combine-padding-global-7 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .fs-cc-banner_container-copy {
    flex-direction: column;
    align-items: flex-start;
  }

  .lynx-heading-white-margin {
    font-size: 34px;
  }

  .lynx-block-newsletter-text {
    text-align: center;
    align-items: center;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .lynx-newsletter-horizontal {
    flex-direction: column;
    padding: 45px 25px;
  }

  .combine-padding-global-8 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .header-cases-2023 {
    max-width: 100vw;
    overflow: hidden;
  }

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

  .combine-padding-global-9 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    color: var(--white-sl);
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-family: Krana fat b, sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 42px;
  }

  h3 {
    color: var(--white-sl);
    font-family: Gothamrnd, sans-serif;
    font-size: 18px;
    line-height: 24px;
  }

  p {
    color: var(--sl);
    font-family: Gothamrnd book, sans-serif;
    font-size: 16px;
    line-height: 24px;
  }

  ul {
    padding-left: 21px;
  }

  li {
    color: var(--white-sl);
    margin-bottom: 10px;
    font-family: Gothamrnd book, sans-serif;
    font-size: 16px;
    line-height: 24px;
  }

  strong {
    color: var(--sl);
    font-size: 18px;
    font-weight: 700;
  }

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

  .h4.dark {
    padding-top: 2px;
    font-size: 11px;
  }

  .h4.header {
    width: 90%;
    color: #000;
    flex-direction: column;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    line-height: 22px;
    display: flex;
    overflow: visible;
  }

  .h4.header.mobile {
    width: 100%;
    font-size: 17px;
    line-height: 22px;
    display: none;
  }

  .h4.header.hide, .h4.header {
    display: none;
  }

  .l-logo {
    height: 100%;
    margin-left: 0;
  }

  .l-logo.w--current {
    height: 100%;
    flex: none;
    margin-left: 0;
    padding-left: 0;
    display: none;
    position: static;
  }

  .cta {
    width: 65px;
    height: 45px;
    background-color: #ffe600;
    border-radius: 10px 3px 5px 6px;
    top: 4px;
  }

  .cta-menu {
    z-index: 2147483647;
    width: 70px;
    height: 35px;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-repeat: repeat;
    border-radius: 6px;
    display: flex;
    top: 0;
    right: 10px;
  }

  .cta-menu.space-button {
    width: 65px;
    height: 55px;
    top: 0;
  }

  .sl__scroll-section {
    height: 900vh;
    max-width: 95vw;
    background-color: rgba(0, 0, 0, 0);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: visible;
  }

  .sl__scroll-section.maintenance {
    max-height: 100vh;
  }

  .c-menu-item {
    margin-bottom: 10px;
  }

  .h-lottie_change {
    width: 90vw;
    height: 100vh;
    margin-top: 0;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .space-footer {
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 10vh;
    display: flex;
  }

  .h1 {
    width: auto;
    text-align: center;
    white-space: normal;
    display: none;
  }

  .h1._3 {
    color: #000;
    text-align: left;
    color: #000;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 40px;
  }

  .h1._3.invert {
    text-align: left;
    font-size: 42px;
    line-height: 45px;
    display: block;
    position: relative;
    top: auto;
  }

  .h1._3.invert.universe {
    color: #fdfdfb;
    text-align: center;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .h1._3.t {
    white-space: pre;
    font-size: 42px;
    line-height: 45px;
    display: block;
    top: 0;
    overflow: visible;
  }

  .h1._3.t.fr {
    white-space: pre;
  }

  .h1.white {
    text-align: left;
    font-size: 35px;
    line-height: 40px;
  }

  .h1.white.center {
    text-align: left;
  }

  .h1.white.center.conect {
    z-index: 99999;
    width: 85vw;
    height: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 42px;
    line-height: 45px;
    display: block;
    position: relative;
    top: 0;
  }

  .h1.mobile {
    letter-spacing: 2.5px;
    font-size: 38px;
    display: block;
  }

  .animated {
    width: 90vw;
    height: 220px;
    max-width: 95vw;
    margin-left: 10px;
    display: none;
    position: relative;
    top: 0;
    left: 0;
  }

  .animated.cta-menu {
    width: 65px;
    height: 42px;
    max-width: 100vw;
    width: 65px;
    height: 40px;
    max-width: 100vw;
    align-items: flex-start;
    margin-top: 0;
    display: flex;
    top: 14%;
  }

  .animated.accessprobono.margin-top {
    width: 90vw;
    height: 700px;
    max-width: 90vw;
    padding-left: 30px;
    padding-right: 30px;
  }

  .animated.accessprobono.margin-top.less-height {
    height: 550px;
  }

  .animated.accessprobono.margin-top.less-height.is-700 {
    height: 700px;
  }

  .animated.accessprobono.margin-top.is-800, .animated.accessprobono.margin-top.is-800.background-color-is-salmon {
    height: 820px;
  }

  .animated.accessprobono.margin-top.is-800.background-color-is-salmon.fr {
    height: 1200px;
  }

  .animated.accessprobono.margin-top-freelancer {
    height: 1300px;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 170px;
    margin-left: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .animated.accessprobono.is-homecta {
    width: 100%;
    height: 400px;
    margin-left: 0;
  }

  .animated.spaceship-workshop-beta.margin-top-freelancer {
    height: 1000px;
    margin-top: 100px;
  }

  .animate-borders-main {
    opacity: 1;
    display: block;
  }

  .container-footer {
    margin-top: 0;
    margin-left: 20px;
  }

  .container-footer.footer {
    background-color: #000;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading {
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 22px;
  }

  .footer-h4 {
    text-align: center;
    font-size: 26px;
    line-height: 28px;
  }

  .image-29 {
    max-width: 90%;
  }

  .image-29.footer {
    margin-left: auto;
  }

  .heading-container {
    margin-top: 150px;
  }

  .c-link_list {
    flex: 1;
  }

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

  .list-item.capa {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .list-item.capa.isnotlast {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .list-item.footer {
    position: relative;
    top: -5px;
  }

  .list-item.capa {
    flex-direction: column;
    display: flex;
  }

  .link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 35px;
    line-height: 34px;
  }

  .link-2.capa {
    width: 90vw;
    padding-bottom: 0;
    font-size: 35px;
  }

  .link-2.capa.link-menu {
    margin-bottom: 2px;
    font-size: 28px;
    line-height: 28px;
  }

  .link-2.capa.footer.heading-7 {
    margin-bottom: 0;
    padding-top: 15px;
  }

  .link-2.link-menu.w--current {
    text-align: center;
  }

  .link-2.footer.heading-7 {
    font-size: 36px;
  }

  .nav-capabilities {
    letter-spacing: 0;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
    position: relative;
  }

  .capa-link {
    letter-spacing: 2px;
    font-size: 12px;
    line-height: 14px;
  }

  .sep {
    width: 7px;
    height: 2px;
  }

  .link-3 {
    left: 20px;
  }

  .link-3.menu {
    height: 77px;
    color: var(--yellow);
    letter-spacing: 2px;
    height: 77px;
    color: #ffe600;
    letter-spacing: 2px;
    border-radius: 8px;
    font-size: 22px;
    top: 2px;
  }

  .link-hover.approach.menu, .link-hover.approach.footer, .link-hover.casestudies, .link-hover.casestudies.menu, .link-hover.aboutus.menu, .link-hover.aboutus.footer, .link-hover.menu, .link-hover.footer.home, .link-hover.contact, .link-hover.terms, .link-hover.casestudies.menu {
    display: none;
  }

  .l-nav {
    z-index: 2147483647;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    padding: 0;
    display: flex;
    position: fixed;
  }

  .c-nav-is--fixed {
    justify-content: center;
  }

  .burger {
    width: 100px;
  }

  .spacelemon-logo {
    width: 90px;
    height: auto;
    max-width: 90%;
    opacity: 1;
    display: block;
  }

  .spacelemon-logo.minify {
    width: 70px;
    height: auto;
    max-width: 100%;
    opacity: 0;
    display: block;
    left: 0;
  }

  .space-button {
    width: 70px;
    height: 50px;
  }

  .h-lottie_burger_is-on {
    width: 110px;
    height: 90px;
    margin-left: 0;
    top: 10px;
    left: -10px;
  }

  .h4-cta {
    width: 100%;
    height: 40px;
    letter-spacing: 0;
    margin-top: 0;
    font-size: 10px;
    line-height: 12px;
  }

  .h4-cta.close {
    letter-spacing: .5px;
    margin-top: 0;
  }

  .h4-cta.is-white.mobile {
    text-align: left;
    white-space: normal;
    flex: none;
    line-height: 16px;
    right: auto;
  }

  .l-overlay {
    height: 120vh;
    background-color: rgba(0, 0, 0, 0);
    align-items: center;
    margin-top: 0%;
    display: none;
    top: 0%;
  }

  .h-lottie_transitionoff.invert {
    display: none;
  }

  .h-lottie_burger_is-off.close {
    margin-top: -9px;
    margin-left: -33px;
  }

  .y {
    height: 90px;
  }

  .c-link_container {
    height: auto;
    max-height: 100%;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    display: flex;
    top: 0%;
    left: 0;
  }

  .link-menu {
    letter-spacing: 2px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 28px;
    line-height: 30px;
  }

  .link-menu.capa {
    width: 90vw;
    padding-bottom: 0;
    font-size: 35px;
  }

  .c-link_ulli {
    align-items: center;
  }

  .list-item-copy.capa {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 5px;
    display: flex;
  }

  .full-mobile {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0);
    margin-top: -35px;
    margin-left: auto;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .full-mobile-off {
    opacity: 0;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .c-form {
    height: 100%;
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    margin-top: 10vh;
    display: flex;
  }

  .image-30 {
    max-width: 75%;
    margin-top: 30px;
    margin-left: 0;
    margin-right: auto;
  }

  .c-form_container {
    max-height: 100vh;
    align-items: center;
    display: none;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .heading-2 {
    text-align: center;
    letter-spacing: 1.5px;
    flex: 0 auto;
    align-self: center;
    font-size: 28px;
    line-height: 32px;
  }

  .heading-2.accent {
    line-height: 32px;
  }

  .c-link_from {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .c-link_from.s {
    width: 95vw;
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-33 {
    width: 8px;
    align-self: flex-start;
    display: none;
    position: relative;
    top: 20px;
    left: -16px;
  }

  .contact-1 {
    text-align: left;
    font-size: 18px;
    line-height: 20px;
  }

  .contact-1._2 {
    display: none;
  }

  .contact-1._2.mobile {
    font-size: 18px;
    display: block;
  }

  .contact-p {
    text-align: left;
    font-size: 14px;
    line-height: 16px;
    display: none;
  }

  .contact-p.mobile {
    color: #fff;
    flex-direction: column;
    font-size: 13px;
    line-height: 15px;
    display: block;
  }

  .inside-1.align3 {
    max-height: 60vh;
    max-width: 90vw;
    text-align: center;
    justify-content: center;
    align-self: center;
    margin-top: 0;
    display: none;
    top: 0;
  }

  .inside-1.align3.hide {
    display: none;
  }

  .back-inside-1 {
    width: 20%;
    max-width: 100%;
    margin-left: auto;
    display: block;
    position: fixed;
    top: -15vh;
    bottom: auto;
    left: 4%;
    right: auto;
  }

  .c-link {
    height: auto;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 100px;
    display: block;
  }

  .animate.menu {
    height: 100px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/key-space-lemon-bg-header.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(0);
  }

  .animate.menu.concept {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .c-cta_menu {
    z-index: 999;
    width: 80vw;
    height: 100px;
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
    top: auto;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  ._4 {
    width: 90vw;
    height: 220px;
    max-width: 95vw;
    margin-left: 10px;
    display: none;
    position: relative;
    top: 0;
    left: 0;
  }

  ._4.menu-v2 {
    max-width: 100vw;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/key-space-lemon-bg-header-2.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 0;
    display: flex;
  }

  ._4.menu-v2.concept {
    height: 100px;
    background-image: url('../images/key-space-lemon-bg-header-2.svg');
    background-repeat: repeat-x;
    background-size: cover;
  }

  ._4.menu-v2.concept.approach {
    width: 100vw;
    height: 90px;
    width: 100vw;
    height: 90px;
    background-image: url('../images/TILEPROOF-NAV.svg');
    background-repeat: repeat-x;
    background-size: cover;
    top: 0;
    left: auto;
  }

  .html-embed-10._2 {
    background-color: rgba(0, 0, 0, 0);
    display: none;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .html-embed-10._2.mobile {
    max-width: 90vw;
    display: block;
  }

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

  .not-animated {
    width: 90vw;
    height: 220px;
    max-width: 95vw;
    margin-left: 10px;
    display: none;
    position: relative;
    top: 0;
    left: 0;
  }

  .not-animated.spaceheader {
    height: 70px;
    max-width: 90%;
    min-height: 70px;
    min-width: 80%;
    opacity: 1;
    height: 70px;
    max-width: 90%;
    min-height: 70px;
    min-width: 80%;
    opacity: 1;
    height: 70px;
    max-width: 90%;
    min-height: 70px;
    min-width: 80%;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
    background-position: 50%;
    background-size: contain;
    border-radius: 4px;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: flex-end;
    margin: 0 auto;
    display: flex;
    position: fixed;
    top: 75vh;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .h-lottie_surpriseinside {
    display: none;
    top: 538px;
    left: 0%;
  }

  .c-link_is-hover {
    display: none;
  }

  .cta-canva-footer {
    width: 90vw;
    height: auto;
    align-items: center;
    display: flex;
    position: relative;
    top: auto;
    bottom: -1%;
    left: 0%;
    right: 0%;
  }

  .h-reachout {
    width: auto;
    height: 80px;
    align-self: center;
    margin-bottom: 30px;
    display: none;
  }

  .h-reachout.fr {
    width: 100%;
    display: none;
  }

  .l-preloader {
    height: 100vh;
    flex-direction: row;
    display: none;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .h-lottie__preloader {
    width: 90%;
    display: none;
  }

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

  .full-mobile-cta {
    width: 100vw;
    height: 100vh;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .full-mobile-cta-off {
    display: none;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .paragraph-7 {
    max-width: 90%;
    text-align: left;
    margin-top: 20px;
    font-size: 15px;
    line-height: 24px;
  }

  .special-cta._2-copy {
    background-color: rgba(0, 0, 0, 0);
    align-self: center;
    display: block;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .ctactaoffer {
    width: 100vw;
    height: 100%;
    display: flex;
  }

  .on.fff {
    width: 100%;
    width: 100%;
    display: none;
  }

  .paragraph-8.footer {
    width: 90vw;
  }

  .div-block-41 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    justify-items: center;
    padding-top: 0;
    display: grid;
  }

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

  .h-lottie_logo {
    width: 190px;
    margin-left: auto;
    display: block;
    top: -40%;
    left: 10px;
    right: 0%;
  }

  .disclaimer {
    text-align: left;
    padding-top: 10px;
    font-size: 9px;
    line-height: 11px;
  }

  .nav-btns-wrapper-2 {
    display: block;
  }

  .c-translate.bottom {
    margin-right: 0;
  }

  .catchline-span-text {
    z-index: 1;
    order: 1;
    margin-top: 0;
    padding-top: 0;
    position: relative;
  }

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

  .div-block-51 {
    width: 100%;
    height: 120%;
    margin-bottom: 100px;
    padding-top: 69px;
  }

  .lottie-animation-43 {
    width: 90vw;
    display: none;
  }

  .horizontal-disable {
    background-color: #000;
    display: none;
    position: fixed;
  }

  .cta-heading {
    width: 90%;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 36px;
    line-height: 36px;
    position: relative;
    top: 10px;
  }

  .div-block-52 {
    width: 80vw;
  }

  .disclaimer-cta {
    width: 90vw;
    text-align: left;
    padding-top: 0;
    font-size: 9px;
    line-height: 11px;
    position: relative;
    top: -54px;
  }

  .bold-text-9 {
    line-height: 17px;
  }

  .disclaimer-cta-2 {
    font-size: 12px;
    line-height: 17px;
  }

  .text-span-19 {
    font-size: 18px;
    line-height: 25px;
  }

  .keep-scrolling, .hide {
    display: none;
  }

  .hide.v {
    display: block;
  }

  .keep-scrolling-lottie {
    flex-direction: row;
    display: none;
  }

  .sl--small {
    z-index: 50;
    width: 100%;
    letter-spacing: 1.5px;
    white-space: normal;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    display: flex;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .sl--small.text-color-is-yellow {
    font-size: 22px;
    font-weight: 400;
    line-height: 25px;
  }

  .sl--small.interline {
    z-index: 50;
    height: auto;
    display: block;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .sl--small.is-28-mobile {
    font-size: 28px;
  }

  .sl--small.is-28-mobile.mm {
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .sl-hero-1 {
    z-index: 2147483647;
    width: 95vw;
    height: auto;
    max-width: 95vw;
    flex-direction: row;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 0%;
    overflow: visible;
  }

  .h-lottie__preloader_is--mobile {
    max-width: 50%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .body-is--dark {
    overflow: visible;
  }

  .disclaimer-2 {
    text-align: left;
    padding-top: 10px;
    font-size: 9px;
    line-height: 11px;
  }

  .c-logo {
    flex: 0 auto;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: flex;
  }

  .c-logo.w--current {
    height: 100%;
    flex: none;
    margin-left: 0;
    padding-left: 0;
    display: none;
    position: static;
  }

  .heading-10 {
    text-align: center;
    letter-spacing: 1.5px;
    flex: 0 auto;
    align-self: center;
    font-size: 28px;
    line-height: 32px;
  }

  .spacelemon-logo-2 {
    width: 90px;
    height: auto;
    max-width: 90%;
    opacity: 1;
    display: block;
  }

  .c-link_main {
    letter-spacing: 2px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 30px;
    line-height: 34px;
  }

  .contact-p-2 {
    text-align: left;
    font-size: 14px;
    line-height: 16px;
    display: none;
  }

  .contact-p-2.mobile {
    color: #fff;
    flex-direction: column;
    font-size: 13px;
    line-height: 15px;
    display: block;
  }

  .sep-2 {
    width: 7px;
    height: 2px;
  }

  .capa-link-2 {
    letter-spacing: 2px;
    font-size: 12px;
    line-height: 14px;
  }

  .contact-1-2 {
    text-align: left;
    font-size: 18px;
    line-height: 20px;
  }

  .contact-1-2._2 {
    display: none;
  }

  .contact-1-2._2.mobile {
    font-size: 18px;
    display: block;
  }

  .contact-1-2._2 {
    display: none;
  }

  .contact-1-2._2.mobile {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    display: block;
  }

  .cta-menu-2 {
    z-index: 2147483647;
    width: 70px;
    height: 35px;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-repeat: repeat;
    border-radius: 6px;
    display: flex;
    top: 0;
    right: 10px;
  }

  .cta-menu-2.h-lottie_burger_is-on {
    height: 42px;
    top: -5px;
  }

  .cta-menu-2.h-lottie_burger_is-on.is-vision {
    display: none;
  }

  .cta-menu-2.h-lottie_burger_is-on.is-vision.mobile {
    width: 70px;
    opacity: 1;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 0;
    display: flex;
  }

  .c-link_capa {
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .c-link-capa {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 28px;
    line-height: 30px;
  }

  .h-lottie_close_is-off {
    z-index: 9999;
    width: 110px;
    height: 90px;
    top: 10px;
    left: -20px;
  }

  .c-link_container_footer {
    height: auto;
    max-height: 100%;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin: auto;
    display: flex;
    top: 0%;
    left: 0;
  }

  .l-form {
    background-color: rgba(0, 0, 0, 0);
    display: none;
  }

  .h-lottie_transitionon {
    display: none;
  }

  .c-scroll-down-p {
    width: 95vw;
    display: none;
  }

  .c-scroll-down-p.is-mobile {
    width: 90vw;
    opacity: 1;
    letter-spacing: 0;
    flex-direction: column;
    align-self: center;
    align-items: center;
    margin-bottom: 0;
    font-weight: 400;
    display: block;
  }

  .is-yellow {
    display: none;
  }

  .h-lottie_scroll-vision {
    height: 40px;
    align-self: center;
    margin-bottom: 0;
    margin-right: 0;
    display: none;
  }

  .c-intro-scroll {
    z-index: 1900;
    width: 90vw;
    height: auto;
    opacity: 1;
    transition-property: none;
    display: block;
    bottom: 10px;
  }

  .h-lottie_scroll-vision-2 {
    margin-bottom: 0;
    margin-right: auto;
  }

  .is-light {
    width: 60%;
    height: auto;
    margin-right: 20px;
    position: absolute;
    top: 0;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .logo {
    height: 100%;
    margin-left: -5px;
  }

  .logo.w--current {
    height: 100%;
    flex: none;
    margin-left: 0;
    padding-left: 0;
    display: none;
    position: static;
  }

  .full-mobile-2 {
    width: 120%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0);
    margin-top: -25px;
    margin-left: -25px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .space-button-2 {
    width: 70px;
    height: 50px;
  }

  .link-16 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 35px;
    line-height: 34px;
  }

  .link-16.capa {
    width: 90vw;
    padding-bottom: 0;
    font-size: 35px;
  }

  .link-16.capa.link-menu {
    margin-bottom: 2px;
    font-size: 28px;
    line-height: 28px;
  }

  .link-16.capa.footer.heading-7 {
    margin-bottom: 0;
    padding-top: 15px;
  }

  .link-16.capa.link-menu {
    margin-bottom: 2px;
    font-size: 28px;
    line-height: 28px;
  }

  .link-16.link-menu.w--current {
    text-align: center;
  }

  .link-16.footer.heading-7 {
    font-size: 36px;
  }

  .link-16.link-menu.w--current {
    text-align: center;
  }

  .link-16.link-menu.mobi {
    padding-top: 0;
  }

  .reachout {
    width: auto;
    height: 80px;
    align-self: center;
    margin-bottom: 30px;
    display: none;
  }

  .link-menu-2 {
    letter-spacing: 2px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 28px;
    line-height: 30px;
  }

  .space-overlay {
    height: 120vh;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0%;
    display: none;
    top: 0%;
  }

  .lottie-animation-28.close {
    margin-top: -9px;
    margin-left: -33px;
  }

  .full-mobile-off-2 {
    display: none;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .space-menu {
    justify-content: space-between;
  }

  .text-span-35 {
    font-family: Gothamrnd book, sans-serif;
    font-size: 14px;
    line-height: 14px;
  }

  .div-block-15-copy {
    height: auto;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    margin-bottom: 100px;
    display: flex;
  }

  .sep-3 {
    width: 7px;
    height: 2px;
  }

  .back-inside-1-2 {
    width: 20%;
    max-width: 100%;
    margin-left: auto;
    display: block;
    position: fixed;
    top: -15vh;
    bottom: auto;
    left: 4%;
    right: auto;
  }

  .nav-container-menu {
    height: auto;
    max-height: 100%;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    display: none;
    top: 0%;
    left: 0;
  }

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

  .contact-form {
    max-height: 100vh;
    align-items: center;
    display: none;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .list-item-menu {
    align-items: center;
  }

  .div-block-15 {
    height: 100%;
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    margin-top: 10vh;
    display: flex;
  }

  .capa-link-3 {
    letter-spacing: 2px;
    font-size: 12px;
    line-height: 14px;
  }

  .h4-cta-2 {
    width: 100%;
    letter-spacing: 0;
    margin-top: 0;
    font-size: 10px;
    line-height: 12px;
  }

  .h4-cta-2.close {
    letter-spacing: .5px;
    margin-top: 0;
  }

  .cta-canva {
    z-index: 999;
    width: 80vw;
    height: 100px;
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
    top: auto;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .heading-11 {
    text-align: center;
    letter-spacing: 1.5px;
    flex: 0 auto;
    align-self: center;
    font-size: 28px;
    line-height: 32px;
  }

  .list {
    flex: 1;
  }

  .lottie-animation-26 {
    width: 160%;
    top: -15px;
    left: -20px;
  }

  .burger-2 {
    width: 100px;
  }

  .left-text {
    width: 100%;
    height: auto;
    padding-right: 0;
    display: block;
  }

  .image-101 {
    max-height: 75px;
    max-width: 40%;
    margin-left: 0;
  }

  .paragraph-17 {
    line-height: 20px;
  }

  .paragraph-17.footer {
    width: 90vw;
    line-height: 20px;
  }

  .paragraph-17.footer.cre {
    width: 90vw;
    text-align: left;
  }

  .paragraph-17.footer.cre.link {
    display: none;
  }

  .heading-container-2 {
    margin-top: 150px;
  }

  .image-100 {
    max-height: 75px;
    max-width: 40%;
    margin-left: 21px;
  }

  .right-illustration {
    width: 100vw;
    padding-left: 0;
    display: flex;
  }

  .space-block-2 {
    width: 100%;
    height: 100%;
    max-width: 100%;
    align-items: flex-start;
    display: flex;
    position: relative;
  }

  .space-block-2.sl {
    width: 95%;
    justify-content: flex-start;
    top: auto;
    bottom: 30px;
  }

  .space-block-2.sl.more-pad-au {
    width: 95vw;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    top: 50px;
    bottom: auto;
  }

  .space-block-2.sl.faq {
    padding-bottom: 0;
    top: 50px;
  }

  .space-block-2.sl.more-pad {
    width: 100%;
    padding-bottom: 100px;
  }

  .img-insta {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .offer {
    max-width: 200px;
  }

  .div-block-59 {
    top: 10px;
    left: -20px;
    right: 15px;
  }

  .sap-2 {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .sap-2.s {
    width: 95vw;
    margin-top: 30px;
  }

  .lottie-animation-48 {
    display: none;
  }

  .spacelemon-logo-3 {
    width: 90px;
    height: auto;
    max-width: 95%;
    opacity: 1;
    margin-left: 5px;
    display: block;
  }

  .spacelemon-logo-3.minify {
    width: 65px;
    height: auto;
    max-width: 100%;
    opacity: 0;
    display: block;
    left: 0;
  }

  .spacelemon-logo-3.invert {
    width: 90px;
  }

  .lottie-animation-49 {
    display: none;
    top: 538px;
    left: 0%;
  }

  .stars-bg {
    height: 70vh;
    display: none;
  }

  .stars-bg.fixed {
    display: none;
  }

  .stars-bg.fixed.is-desktop {
    display: block;
  }

  .stars-bg.is-contact {
    width: 100vw;
    height: 100vh;
    display: block;
    left: auto;
    right: auto;
  }

  .stars-bg.about-us {
    height: 90vh;
    display: block;
  }

  .stars-bg.header {
    display: block;
  }

  .stars-bg.header.fr {
    height: 95vh;
  }

  .stars-bg.footer {
    height: auto;
  }

  .heading-2 {
    text-align: center;
    font-size: 6vw;
  }

  .left.capa.digital {
    width: 100vw;
    margin-top: 0;
    margin-left: 0;
    display: none;
  }

  .left.capa.waytoimpact {
    width: 100vw;
    height: auto;
    max-width: 100vw;
    margin-top: -150px;
    margin-bottom: 100px;
    margin-left: 0;
    padding-top: 250px;
  }

  .left.capa._4 {
    width: 100vw;
    height: 50vh;
    margin-left: 0;
    display: none;
  }

  .left.capa.digital {
    width: 100vw;
    margin-top: 0;
    margin-left: 0;
    display: none;
  }

  .left.capa.waytoimpact {
    width: 100vw;
    max-width: 100vw;
    margin-top: -150px;
    margin-left: 0;
    padding-top: 0;
  }

  .right.digital {
    z-index: 6;
    width: 100vw;
    height: auto;
    max-width: 100vw;
    flex-direction: column;
    order: -1;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
    top: auto;
  }

  .right.universe {
    width: 85vw;
    height: auto;
    margin-left: auto;
    padding-left: 0;
  }

  .right.waytoimpact {
    width: 85vw;
    height: auto;
    max-width: 90vw;
    width: 85vw;
    height: 90vh;
    max-width: 90vw;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0;
    padding-left: 0;
  }

  .last {
    top: 0%;
    left: 0;
    right: 0%;
  }

  .container.workshop {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .container.workshop.margin-top {
    padding-top: 50px;
  }

  .container.workshop.margin-top.shapedividers_com-4627, .container.workshop.margin-top.shapedividers_com-4627-copy {
    margin-left: auto;
    display: none;
  }

  .container.workshop.margin-top.shapedividers_com-4627-copy.mobile {
    margin-top: -137px;
    padding-top: 150px;
    padding-bottom: 50px;
    display: block;
  }

  .container.workshop.margin-top.shapedividers_com-4627-copy.mobile.hid {
    display: none;
  }

  .bold-text-23 {
    font-size: 17px;
    line-height: 22px;
  }

  .mobile-jpp {
    display: block;
    overflow: hidden;
  }

  .section-11.capabilities {
    z-index: 1;
    width: 100vw;
    height: auto;
    max-width: 100vw;
    z-index: 1;
    width: 100vw;
    height: auto;
    max-width: 100vw;
    margin-bottom: 30px;
    top: 15px;
  }

  .image-102 {
    max-width: 60%;
    flex: 1;
    margin-top: 30px;
    margin-left: 0;
    margin-right: auto;
  }

  .image-102.digi {
    max-width: 55%;
    margin-top: auto;
    margin-left: auto;
  }

  .image-102.digi.fr {
    max-width: 95%;
    max-width: 95%;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 50px;
    position: relative;
  }

  .image-102.fr {
    max-width: 100%;
  }

  .lottie-animation-12.check-it-out {
    width: 55%;
    height: 60px;
    width: 55%;
    height: 60px;
    margin-bottom: 50px;
    top: auto;
    bottom: 0%;
  }

  .section-35 {
    flex-direction: column;
  }

  .section-35._23 {
    height: 120vh;
    flex-direction: column;
    padding-bottom: 0;
  }

  .section-35._23.fr {
    height: auto;
    padding-bottom: 100px;
  }

  .section-35._23.b {
    height: auto;
    background-color: #000;
    justify-content: flex-start;
    margin-top: 0;
    position: relative;
  }

  .section-35._23.fr {
    height: 150vh;
  }

  .section-35.universe {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 100px;
  }

  .lottie-animation-16 {
    width: auto;
    height: 150vh;
    transform: rotate(120deg);
  }

  .lottie-animation-16.mobile {
    width: 95%;
    height: auto;
    margin-top: 0;
    transform: rotate(120deg);
  }

  .lottie-animation-16.megaphone {
    transform: none;
  }

  .express {
    margin-bottom: 20px;
  }

  .paragraph-4 {
    font-size: 16px;
    line-height: 22px;
    top: 0;
  }

  .paragraph-4.alight-right {
    width: 85vw;
    color: #000;
    text-align: left;
    width: 85vw;
    text-align: left;
    margin-top: 50px;
    margin-bottom: auto;
    font-family: Gothamrnd book, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    top: auto;
  }

  .paragraph-4.alight-right.w {
    color: #fdfdfb;
    text-align: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-4.w {
    margin-top: 0;
    top: 0;
  }

  .paragraph-4.w.connect {
    z-index: 999999;
    width: 85vw;
    opacity: 1;
    color: #fff;
    text-align: center;
    flex-flow: row;
    justify-content: center;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 17px;
    font-family: Gothamrnd book, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    display: flex;
    position: relative;
    top: 20px;
  }

  .container-2 {
    margin-top: 0;
  }

  ._1 {
    width: 100vw;
    max-width: 100vw;
    padding-top: 20px;
  }

  .lottie-last {
    width: 100vw;
    height: 100vh;
  }

  .image-24.digital {
    z-index: 102;
    z-index: 102;
    margin-top: 15vh;
    position: relative;
  }

  .bold-text-2 {
    color: var(--sl);
    font-family: Gothamrnd, sans-serif;
    font-size: 17.5px;
    line-height: 20px;
    position: relative;
    top: 6px;
  }

  .lottie-animation-23 {
    z-index: 9999;
    display: none;
    position: relative;
    top: 39px;
    left: 26px;
  }

  .space-menu-2 {
    justify-content: space-between;
  }

  .lottie-animation-11 {
    width: 100%;
    margin-top: -6px;
  }

  .catchline-span-text-3 {
    z-index: 1;
    width: 100%;
    order: 1;
    margin-top: 0;
    padding-top: 0;
    position: relative;
  }

  .connect {
    margin-top: 0;
  }

  .lottie-animation-18 {
    z-index: 999999;
    width: 260px;
    margin-top: -54px;
    margin-left: -22px;
    position: relative;
  }

  .lottie-animation-18.way-2 {
    width: 300px;
    margin-top: 0;
    margin-left: -61px;
    position: absolute;
    top: 3px;
    transform: scale3d(1, 2, 1);
  }

  .lottie-animation-18.way-2.fr {
    top: 24px;
    transform: scale3d(.9, 3.2, 1);
  }

  .lottie-animation-18._32 {
    width: 100%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
    display: none;
    position: absolute;
    top: 17px;
  }

  .lottie-animation-18.align-right {
    margin-left: auto;
    margin-right: -49px;
  }

  .lottie-animation-18.align-right.univ-2 {
    width: 250px;
    margin-top: -10px;
    margin-left: -20px;
    margin-right: 0;
    position: absolute;
    top: auto;
    transform: scale3d(1.5, 3, 1);
  }

  .lottie-animation-18.align-right.univ-2.fr {
    margin-left: -20px;
    transform: scale3d(1.4, 2.6, 1);
  }

  .lottie-animation-18._32 {
    width: 100%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
    display: none;
    position: absolute;
    top: 17px;
  }

  .bold-text-24 {
    font-size: 17px;
    line-height: 20px;
  }

  .bold-text {
    color: var(--sl);
    font-family: Gothamrnd, sans-serif;
    font-size: 17.5px;
    font-weight: 400;
    line-height: 22px;
  }

  .cta-menu-5 {
    z-index: 2147483647;
    width: 70px;
    height: 35px;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-repeat: repeat;
    border-radius: 6px;
    display: flex;
    top: 0;
    right: 10px;
  }

  .cta-menu-5.space-button {
    width: 65px;
    height: 55px;
    top: -2px;
  }

  .paragraph-3.impact {
    width: 100%;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px;
    font-family: Gothamrnd, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
  }

  .text-span-6 {
    font-weight: 700;
  }

  .section-34 {
    z-index: 2;
  }

  .section-34.y {
    height: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .section-34.digital {
    z-index: 2;
    height: auto;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: auto;
    padding-top: 100px;
  }

  .section-34.white.t {
    height: auto;
    background-color: #fdfdfb;
    border-radius: 0;
  }

  .section-34.y {
    height: auto;
  }

  .sl_main_p {
    width: 100%;
    font-size: 16px;
    line-height: 17px;
    top: 10px;
  }

  .lottie-animation-22 {
    width: 50%;
    margin-top: 0;
    display: none;
  }

  .cont {
    width: 95%;
    margin-top: -1vh;
    margin-left: 10px;
    margin-right: 10px;
  }

  .cont.express {
    width: 95%;
    padding-left: 10px;
  }

  .cont.digital {
    width: 70%;
  }

  .canvas {
    opacity: 0;
    display: block;
    position: fixed;
  }

  .canvas.momo {
    z-index: 3;
    height: 100vh;
    opacity: 1;
    display: none;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .canvas.momo.capa {
    width: auto;
    height: 260vh;
    width: auto;
    height: 100%;
    margin-top: -555px;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .sticky-nav {
    z-index: 2147483647;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    padding: 0;
    display: flex;
    position: fixed;
  }

  .nav-logo.navbar {
    width: 140px;
  }

  .nav {
    z-index: 214748364;
  }

  .open {
    z-index: 9999;
    width: 80px;
    height: 80px;
    display: block;
    position: fixed;
    top: 12px;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .open.js-hover {
    top: 25px;
    right: 25px;
  }

  .btn {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .global-menu__item {
    font-size: 32px;
    line-height: 32px;
  }

  .lottie-animation-53 {
    width: 65%;
    height: 65%;
    background-color: var(--white-sl);
    filter: none;
    border-radius: 50px;
    justify-content: center;
    align-items: flex-start;
    margin-top: 10px;
    margin-left: auto;
    margin-right: 15px;
    padding: 10px;
    display: block;
    position: relative;
    top: 0;
  }

  .space_cta {
    z-index: 2147483647;
    width: 70px;
    height: 35px;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-repeat: repeat;
    border-radius: 6px;
    display: flex;
    top: 0;
    right: 10px;
  }

  .space_h4 {
    width: 100%;
    height: 40px;
    letter-spacing: 0;
    margin-top: 0;
    font-size: 10px;
    line-height: 12px;
  }

  .lottie-animation-54 {
    width: 55%;
    height: 55%;
    background-color: var(--white-sl);
    border-radius: 20px;
    margin-left: 0;
    display: block;
  }

  .h-lottie_cm {
    width: auto;
    height: auto;
    margin-top: 0;
    display: block;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .h-lottie_cm.is-3rd.hide-on-mobile {
    display: none;
  }

  .h-lottie_cm.is-3rd.hide-on-desktop {
    width: 70vw;
    margin-top: 204px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .h-lottie_cm.is-last {
    width: 95vw;
    margin-top: 25vh;
    display: block;
  }

  .h-lottie_cm.hide-mobile {
    display: none;
  }

  .sl-hero-11 {
    z-index: 2147483647;
    width: 95vw;
    max-width: 95vw;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .sl--big {
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
  }

  .sl--big.text-color-is-white {
    margin-top: 10px;
    line-height: 30px;
  }

  .sl--big.is-yellow.alt.hide-desktop {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .sl--big.is-yellow.alt.is-24.hide-mobile {
    display: none;
  }

  .sl--big.alt {
    font-size: 28px;
    line-height: 32px;
  }

  .sl--big.alt.is-24 {
    font-size: 24px;
    line-height: 28px;
  }

  .sl--big.alt.is-24.hide-on-dekstop {
    z-index: 99;
    white-space: pre;
    display: block;
  }

  .sl--big.alt.is-24.hide-on-dekstop.no-break {
    z-index: 0;
    letter-spacing: 1.5px;
    white-space: nowrap;
    font-size: 20px;
  }

  .sl_layout {
    height: auto;
    max-width: 100vw;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
    display: none;
  }

  .sl_container.is--hero {
    width: 95vw;
    max-width: 90vw;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .sl-section.is--hero {
    flex-direction: row;
    margin-top: 50px;
    display: block;
  }

  .sl-section.is--hero.is-center, .sl-section.is--hero.background-is-yellow {
    width: 100vw;
  }

  .button-3 {
    width: 180px;
  }

  .lottie-animation-55 {
    display: none;
    top: -44px;
  }

  .div-block-64 {
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .check, .nav-cta-main {
    display: none;
  }

  .nav-cta-main.hide-desktop {
    width: auto;
    height: auto;
    text-align: center;
    letter-spacing: 1.7px;
    background-color: #ffe600;
    padding: 12px 11px 7px;
    font-size: 11px;
    line-height: 12px;
    text-decoration: none;
    display: none;
    top: 20px;
    right: 20px;
  }

  .nav-cta-main.desktop.is-typeform {
    display: none;
    right: 0;
  }

  .nav-cta-main.desktop.is-typeform.is-mobile {
    width: 100px;
    height: 20px;
    max-height: 20px;
    text-align: right;
    margin-top: 14px;
    margin-right: 10px;
    padding-top: 13px;
    display: none;
  }

  .nav-cta-main.desktop.is-typeform-v2 {
    display: none;
    right: 0;
  }

  .text-block {
    font-size: 40px;
  }

  .text-block-2 {
    font-size: 32px;
    line-height: 40px;
  }

  .cercle {
    display: none;
  }

  .right-text-2 {
    width: 100%;
    height: auto;
    padding-right: 0;
  }

  .section-menu {
    z-index: 1000;
    overflow: visible;
  }

  .html-embed-20 {
    flex: 1;
    margin-top: 94px;
  }

  .nav-open {
    z-index: 999;
    width: 95vw;
    height: 75vh;
    background-color: var(--white-sl);
    border-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 10px auto auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    transition: opacity .2s;
    display: none;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: scroll;
  }

  .nav-open.v2 {
    z-index: 10002;
    height: 100%;
    min-height: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 140px;
    display: flex;
    overflow: scroll;
  }

  .nav-cta {
    z-index: 0;
    width: 95vw;
    height: 10.5vh;
    background-color: var(--yellow);
    text-align: center;
    border-radius: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: relative;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .sl-link {
    color: #1d1d1d;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 7px 0 7px 30px;
    font-family: Krana fat b, sans-serif;
    font-size: 1.6em;
    font-weight: 400;
    line-height: 2em;
    text-decoration: none;
  }

  .sl-link:hover {
    color: var(--sl);
  }

  .sl-link:active {
    opacity: .5;
    color: #0a0a0a;
  }

  .sl-link.is-dropdown {
    width: 80vw;
    border: .5px none var(--yellow);
    color: var(--sl);
    letter-spacing: 0;
    white-space: pre-line;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    font-family: GothamBold, Palatino Linotype, sans-serif;
    font-size: 18px;
    line-height: 2.7em;
  }

  .sl-link.is-dropdown:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    padding-left: 15px;
  }

  .sl-link.is-dropdown:focus {
    background-color: rgba(0, 0, 0, 0);
    padding-bottom: 0;
  }

  .sl-link.is-dropdown.w--current {
    background-color: rgba(0, 0, 0, 0);
  }

  .sl-link.is-dropdown.is-network {
    width: 93%;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 2.7rem;
  }

  .sl-link.is-dropdown.is-2nd {
    color: var(--sl);
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 35px;
    font-family: GothamBold, Palatino Linotype, sans-serif;
    font-size: 18px;
    display: block;
    top: 0;
  }

  .sl-link.is-dropdown.is-2nd._1t {
    margin-left: auto;
    padding-top: 15px;
    padding-left: 35px;
    display: block;
    top: 0;
  }

  .sl-link.is-dropdown.is-2nd._1t.w--current {
    font-family: GothamBold, Palatino Linotype, sans-serif;
    font-weight: 700;
  }

  .sl-link.is-dropdown.is-wwd {
    line-height: 2em;
    top: -50px;
  }

  .sl-link.is-dropdown.hide {
    letter-spacing: 0;
    padding-top: 0;
    padding-bottom: 11px;
    font-family: GothamBold, Palatino Linotype, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 2.7em;
  }

  .sl-link.is-dropdown.first {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 2.7em;
  }

  .sl-link.is-white-copy {
    height: 10.5vh;
    color: #000;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: normal;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    padding-top: 7px;
    padding-left: 0;
    font-family: GothamBold, Palatino Linotype, sans-serif;
    font-size: .8em;
    line-height: 2em;
    display: flex;
  }

  .sl-link.is-notup {
    color: #b1b1b1;
    letter-spacing: 2px;
    text-transform: none;
    padding-left: 30px;
    font-size: 1.6em;
    display: block;
  }

  .sl-link.is-notup.is-last {
    margin-bottom: 30px;
    font-family: Gothamrnd book, sans-serif;
    font-size: 20px;
  }

  .sl-link.is-hiden {
    padding-left: 30px;
    display: none;
  }

  .sl-link.fr {
    display: none;
  }

  .dropdown-toggle {
    align-items: center;
    padding: 0 45px 0 0;
    font-size: 14.5px;
    display: flex;
  }

  .dropdown-toggle.w--open {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown {
    margin-left: 0;
    padding-bottom: 0;
  }

  .dropdown.is-first {
    margin-top: 360px;
    overflow: visible;
  }

  .dropdown-list {
    background-color: var(--sl);
    transition: opacity .2s;
  }

  .dropdown-list.w--open {
    width: 85vw;
    background-color: var(--yellow);
    border: .5px #000;
    margin-left: 15px;
    margin-right: auto;
    padding-top: 25px;
    transition: opacity .2s;
    display: block;
    box-shadow: 10px 10px 20px rgba(97, 95, 95, .25);
  }

  .dropdown-list.is-wwd {
    z-index: 9999;
    width: 75vw;
    height: auto;
    background-color: var(--yellow);
    direction: rtl;
    border-radius: 20px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: -20px;
    margin-left: 10px;
    padding-top: 0;
    padding-bottom: 20px;
    display: none;
    position: relative;
    overflow: visible;
  }

  .dropdown-list.isnd {
    width: 75vw;
    background-color: var(--yellow);
    border-radius: 20px;
    margin-left: 4px;
    font-weight: 700;
    display: none;
    position: relative;
  }

  .dropdown-list.isnd.w--open {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    position: relative;
  }

  .overlay {
    z-index: 214748395;
    width: 100vw;
    height: 100vh;
    opacity: 1;
    background-color: rgba(31, 31, 29, .94);
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .close {
    z-index: 2147483647;
    width: 60px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 10px;
    margin-bottom: 20px;
    display: block;
    position: fixed;
    top: 22px;
    bottom: auto;
    left: auto;
    right: 0;
  }

  .icon-2 {
    filter: invert();
    margin-top: 20px;
  }

  .icon-2.is-white {
    filter: none;
  }

  .icon-2.is-white.v2 {
    width: 15px;
    height: auto;
    margin-top: -5px;
    margin-left: 10px;
  }

  .icon-2.is-dark {
    filter: none;
  }

  .icon-2.is-dark.v2 {
    width: 15px;
    height: auto;
    margin-top: -5px;
    margin-left: 10px;
  }

  .featured {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: -21px;
  }

  .sl-featured {
    color: #b1b1b1;
    text-transform: uppercase;
    padding-left: 11px;
    font-family: Gothamrnd book, sans-serif;
    font-size: 12px;
    text-decoration: none;
  }

  .div-block-67 {
    width: 80vw;
    height: 200px;
    background-image: url('../images/Space-Lemon-short-reel-2022-low.gif');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 0;
    margin-top: 8px;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    overflow: hidden;
  }

  .div-block-67._2 {
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/cult-mobile-mockup-1280.jpg');
  }

  .link-block-5 {
    z-index: 10;
    padding-left: 10px;
    position: relative;
  }

  .bg-moving, .main-wrapper.hide-on-mobile {
    display: none;
  }

  .section-header.max-height-60 {
    z-index: 99;
    height: 45vh;
  }

  .section-header.max-height-40 {
    height: 40vh;
  }

  .container-large.background-color-black.align-center.padding-top {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-large.background-color-black.align-center.padding-top.is-header {
    height: 90vh;
    max-height: 90vh;
    padding-left: 0;
    padding-right: 0;
    top: -50px;
  }

  .container-large.background-color-black.align-center._100 {
    padding-top: 100px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .container-large.align-center.background-color-is-yellow.max-height-is-60 {
    height: 55vh;
    padding-top: 50px;
  }

  .container-large.align-center.background-color-is-yellow.max-height-is-60.ffs {
    height: 40vh;
  }

  .container-large.align-center.background-color-is-yellow.max-height-is-60.is-an {
    height: 45vh;
  }

  .container-large.align-center.background-color-is-salmon {
    height: 60vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-main.shapedividers_com-6.padding-top.is-contact {
    grid-auto-flow: row;
    justify-content: center;
    padding-top: 100px;
    display: block;
    position: relative;
  }

  .section-main.shapedividers_com-6.padding-top.home {
    top: -50px;
  }

  .section-main.shapedividers_com-6.padding-top.fr {
    margin-top: -50px;
  }

  .section-main.shapedividers_com-6.padding-top-blog.is-blog {
    margin-top: 0;
    padding-top: 220px;
  }

  .section-main.shapedividers_com-6.auto.an {
    top: -241px;
  }

  .section-main.shapedividers_com-4627.auto {
    margin-top: 40px;
    padding-top: 40px;
  }

  .section-main.background-is-white._6.ishome {
    max-width: 100vw;
    top: auto;
    overflow: hidden;
  }

  .section-main.o.padding-top.is-contact {
    grid-auto-flow: row;
    justify-content: center;
    padding-top: 100px;
    display: block;
    position: relative;
  }

  .heading-medium {
    letter-spacing: 1.5px;
    font-size: 34px;
    line-height: 42px;
  }

  .heading-medium.text-color-white.minus-margin {
    text-align: center;
    margin-top: 10px;
    margin-bottom: -30px;
    font-size: 32px;
    line-height: 35px;
  }

  .heading-medium.text-color-white.minus-margin.home {
    font-size: 32px;
    line-height: 31px;
  }

  .heading-medium.text-color-white.minus-margin.home.v2 {
    width: 100%;
    font-size: 36px;
    line-height: 37px;
  }

  .heading-medium.text-color-white.minus-margin.fr-home {
    margin-top: 31px;
  }

  .heading-medium.text-color-white.minus-margin.fr-home.l {
    margin-top: 0;
  }

  .heading-medium.is-center.is-42 {
    margin-top: 500px;
    font-size: 32px;
    line-height: 35px;
  }

  .heading-medium.is-center.is-42.is-black.is-home {
    margin-top: 0;
    font-size: 32px;
    line-height: 38px;
    top: auto;
  }

  .heading-medium.is-center.is-42.is-black.is-home.ismob {
    color: var(--grey);
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 28px;
  }

  .heading-medium.is-center.is-32 {
    margin-top: 500px;
    font-size: 32px;
    line-height: 35px;
  }

  .heading-medium.is-center.is-32.is-grey {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 28px;
  }

  .heading-medium.is-center.is-32.is-dark {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 24px;
    line-height: 28px;
  }

  .heading-medium.margin-top-minus {
    margin-top: 0;
    font-size: 34px;
    line-height: 42px;
  }

  .heading-medium.margin-top-minus.fr {
    color: var(--sl);
    letter-spacing: 0;
    font-size: 30px;
  }

  .heading-medium.margin-top-minus.fr-dekstop {
    color: var(--sl);
    letter-spacing: 0;
    font-size: 30px;
    display: none;
  }

  .heading-medium.margin-top-minus.fr-mobile {
    font-size: 28px;
    line-height: 34px;
    display: block;
  }

  .heading-medium.fr {
    color: var(--black);
    font-size: 30px;
    line-height: 38px;
  }

  .sub-heading.text-color-white.pw.hide-on-desktop {
    text-align: center;
    font-family: Gothamrnd book, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    display: flex;
  }

  .sub-heading.text-color-white.pw.hide-on-mobile {
    display: none;
  }

  .sub-heading.text-color-white.pw.hide-on-mobile.f2 {
    text-align: center;
    font-family: Gothamrnd book, sans-serif;
    font-size: 18px;
    line-height: 24px;
    display: none;
  }

  .sub-heading.text-color-white.is-in-footer {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .sub-heading.text-color-black.text-center {
    margin-top: 10px;
    font-size: 21px;
    font-weight: 400;
    line-height: 26px;
    display: flex;
  }

  .sub-heading.is-32.is-an {
    margin-left: 50px;
    font-size: 22px;
    line-height: 28px;
  }

  .sub-heading.is-32.is-an.hide-on-mobile {
    display: none;
  }

  .sub-heading.is-32.margin-top {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
  }

  .sub-heading.is-32.margin-top.fr {
    font-size: 22px;
  }

  .heading-large {
    font-size: 32px;
  }

  .heading-large.fr {
    line-height: 42px;
  }

  .heading-large.home {
    font-size: 32px;
  }

  .lottie-large.z-index-999 {
    width: 95vw;
    opacity: 1;
  }

  .lottie-large.z-index-999.fr.is-home {
    width: 90vw;
    margin-top: 0;
  }

  .lottie-max-large.lottie-margin-top {
    width: 95vw;
    margin-top: 0;
    display: none;
  }

  .lottie-max-large.lottie-margin-top.white {
    width: 80vw;
    margin-top: 5px;
    position: absolute;
    transform: rotateX(180deg)rotateY(0)rotateZ(0);
  }

  .lottie-max-large.lottie-margin-top.max-width-60vw {
    width: 80vw;
    margin-top: -17px;
    transform: none;
  }

  .sub-heading-alt.text-color-white {
    font-size: 27px;
    line-height: 40px;
  }

  .sub-heading-alt.text-color-white.is-in-footer {
    font-size: 27px;
    line-height: 26px;
  }

  .sub-heading-alt.text-color-white.is-in-footer.is-white {
    line-height: 36px;
  }

  .sub-heading-alt.text-color-white.is-in-footer.is-white.hide-on-desktop {
    line-height: 32px;
  }

  .sub-heading-alt.text-color-white.is-in-footer.is-white.hide-on-mobile {
    display: none;
  }

  .sub-heading-alt.text-color-black {
    font-size: 24px;
    line-height: 28px;
  }

  .sub-heading-alt.text-color-black.align-center {
    font-size: 24px;
    line-height: 30px;
  }

  .sub-heading-alt.text-color-black.custom-margin {
    top: 0;
  }

  .sub-heading-alt.text-color-black.fr {
    font-size: 22px;
  }

  .main-p.is-bold2 {
    font-size: 19px;
    font-weight: 700;
  }

  .main-p.is-bold2.text-is-center {
    font-size: 18px;
    line-height: 24px;
  }

  .main-p.is-first {
    text-align: center;
  }

  .main-p.is-first.align-left {
    text-align: left;
  }

  .main-p.is-first.align-left.animated.background-color-is-salmon.is-visible {
    z-index: auto;
    height: 320px;
    margin-left: 0;
    display: block;
  }

  .main-p.margin-top-minus {
    line-height: 25px;
  }

  .main-p.is-contact {
    width: auto;
    max-width: 90vw;
    margin: 50px auto 100px;
  }

  .main-p.is-contact._42 {
    width: 90vw;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .main-p._42 {
    max-width: 90vw;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .cont-s.max-width-1280 {
    width: 90vw;
    max-width: 90vw;
  }

  .cont-s.max-width-1280.margin-top {
    width: 90vw;
    max-width: 90vw;
    margin-top: 80px;
  }

  .cont-s.max-width-1280.us {
    width: 90vw;
    max-height: 100%;
    max-width: 90vw;
    margin-top: 100px;
    margin-bottom: 0;
  }

  .cont-s.max-width-1280.margin-top-x2 {
    width: 90vw;
    max-width: 90vw;
    margin-top: 120px;
  }

  .cont-s.max-width-1280.margin-top-x2.disclaimer {
    max-width: 90vw;
  }

  .cont-s.max-width-1280.is-an {
    top: 294px;
  }

  .cont-s.max-width-1280.is-contact {
    width: 90vw;
  }

  .cont-s.max-width-1280.home, .cont-s.max-width-1280.wwdhome, .cont-s.max-width-1280.wwdhome-copy {
    flex-direction: column;
  }

  .cont-s.max-width-1440.align-center.margin-top-500 {
    width: 95vw;
    max-width: 95vw;
    margin-top: 0;
    padding-top: 0;
  }

  .cont-s.max-width-1440.align-center.margin-top-500.shapedividers_com-4482.min-height-is-100vh {
    height: auto;
    margin-bottom: 0;
    padding-top: 500px;
    padding-bottom: 100px;
    display: flex;
  }

  .cont-s.max-width-1440.align-center.padding-top.background-color-is-yellow {
    padding-top: 42px;
    display: flex;
    top: -213px;
  }

  .cont-s.m-w-720 {
    width: 90vw;
    max-width: 90vw;
  }

  .text-span-40 {
    letter-spacing: 0;
    padding-top: 0;
    padding-bottom: 10px;
    font-family: GothamBold, Palatino Linotype, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
  }

  .catchline-span-text-copy {
    width: 95%;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: auto;
    padding-top: 0;
    font-family: Gothamrnd, sans-serif;
    font-size: 19px;
    line-height: 22px;
    display: inline-block;
  }

  .div-block-29 {
    width: 90vw;
  }

  .div-block-29.freelancer {
    width: auto;
    margin-top: -140px;
    display: flex;
  }

  .div-block-29.spaceship-workshop {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-animated {
    max-width: 95vw;
    margin-left: auto;
    margin-right: auto;
  }

  .container-animated.margin-top {
    margin-top: 80px;
  }

  .container-animated.is-visible.probono {
    margin-top: 200px;
  }

  .rich-text-block-2 {
    text-align: center;
    margin-top: 0;
  }

  .rich-text-block-2 span {
    text-align: center;
    font-family: Gothamrnd, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }

  .main-cta {
    display: none;
  }

  .main-cta.background-color-white {
    max-height: 70px;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    display: block;
  }

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

  .alt-cta {
    display: block;
  }

  .image-center {
    max-width: 80%;
  }

  .main-cta-inpage {
    display: none;
  }

  .main-cta-inpage.is-salmon {
    display: block;
    top: 0;
  }

  .main-cta-inpage.is-salmon.is-blog.strategy {
    margin-top: 30px;
  }

  .main-cta-inpage.is-salmon.is-blog.is-designsprint {
    width: 90%;
    max-height: 59px;
    margin-top: 15px;
  }

  .soulignement.aboutus.home.oswwd {
    max-width: 100%;
  }

  .soulignement-2.max-width-750 {
    width: 95vw;
    max-width: 95vw;
  }

  .soulignement-2.max-width-750.is-home {
    width: 95vw;
  }

  .is-sub {
    font-size: 34px;
    line-height: 42px;
  }

  .is-sub.fr {
    font-size: 30px;
    line-height: 36px;
  }

  .section-footer {
    height: 100%;
    max-height: 200%;
    max-width: 100vw;
    overflow: auto;
  }

  .html-embed-21 {
    width: 90vw;
    margin-left: 0;
  }

  .sep-4 {
    width: 7px;
    height: 2px;
  }

  .sep-4.footer {
    display: none;
  }

  .capa-link-4 {
    letter-spacing: 2px;
    font-size: 12px;
    line-height: 14px;
  }

  .capa-link-4.footer {
    margin-left: 0;
    padding-bottom: 40px;
    line-height: 22px;
    position: static;
  }

  .capa-link-4.footer.islast {
    padding-bottom: 40px;
  }

  .capa-link-4.footer.isfirst {
    align-items: center;
    margin-top: 15px;
    padding-bottom: 40px;
    display: flex;
  }

  .capa-link-4.footer.isfirst.fe {
    white-space: normal;
    flex-direction: column;
    margin-top: 0;
    margin-left: 0;
  }

  .capa-link-4.footer.isfirst.fe._2nd {
    flex-direction: row;
  }

  .capa-link-4.footer.isfirst.fe.hideesktop {
    display: none;
  }

  .capa-link-4.footer.f {
    letter-spacing: 1px;
    margin-left: 1px;
  }

  .capa-link-4.footer.s {
    margin-top: 12px;
    padding-bottom: 40px;
  }

  .list-3 {
    flex: 1;
  }

  .footer-right {
    width: 90vw;
    height: auto;
    align-items: flex-start;
    display: flex;
    position: relative;
    top: auto;
    bottom: -1%;
    left: 0%;
    right: 0%;
  }

  .paragraphe-footer {
    font-size: 13px;
    line-height: 16px;
  }

  .credit {
    max-height: 200px;
    max-width: 100vw;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rs {
    flex-flow: column wrap;
    align-items: stretch;
    margin-top: 25px;
  }

  .divider {
    height: 150px;
  }

  .divider.home.shapedividers_com-6 {
    margin-bottom: 0;
    padding-bottom: 132px;
    display: block;
  }

  .soulignement-non.max-width-80 {
    transform: scale3d(1, 1.5, 1);
  }

  .image-150.hide-on-mobile {
    max-width: 90vw;
    display: block;
  }

  .image-150.hide-on-mobile.ont.is-small {
    display: none;
  }

  .image-150.hide-on-dekstop {
    max-width: 90vw;
    margin-top: 50px;
    display: block;
  }

  .heading-large-70.margin-top {
    text-align: center;
    white-space: normal;
    margin-top: 75px;
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 45px;
  }

  .heading-large-70.text-color-is-black.is-in-header {
    max-width: 95vw;
    text-align: center;
    font-size: 42px;
    line-height: 48px;
  }

  .heading-large-70.text-color-is-black.is-in-header.is-an {
    max-width: 95vw;
    margin-top: 0;
    font-size: 38px;
    line-height: 38px;
    top: 15px;
  }

  .heading-large-70.is-in-header {
    text-align: center;
    margin-top: 55px;
    font-size: 38px;
    line-height: 42px;
  }

  .heading-medium-42.text-color-white.minus-margin {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 28px;
  }

  .heading-medium-42.is-in-header {
    max-width: 95vw;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    top: 2px;
  }

  .heading-medium-42.is-in-header.is-an {
    font-size: 22px;
  }

  .freelncer {
    max-width: 80%;
    top: -69px;
    left: -3px;
  }

  .image-112 {
    max-width: 80vw;
  }

  .div-block-71 {
    margin-top: 140px;
    position: relative;
    top: auto;
  }

  .div-block-71._2 {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 20px;
    top: 0;
  }

  .div-block-71.universe {
    width: 90vw;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    display: flex;
  }

  .div-block-71.universe.fr {
    width: auto;
  }

  .contenu-2 {
    width: 90vw;
    margin-top: 120px;
    padding-top: 0;
  }

  .link-block-6.yellow {
    justify-content: flex-start;
    margin-top: 168px;
  }

  .link-block-6.yellow.last {
    width: 100%;
    justify-content: center;
    align-items: flex-end;
    margin-top: auto;
    margin-bottom: 40px;
    position: relative;
    top: auto;
    bottom: auto;
  }

  .link-block-6.yellow._321312 {
    width: 95vw;
    margin-top: 0;
  }

  .link-block-6.whitey {
    justify-content: flex-end;
    margin-top: -91px;
  }

  .link-block-6.whitey.l {
    z-index: 99;
    width: 90vw;
    background-color: rgba(0, 0, 0, 0);
    justify-content: flex-start;
    margin-top: auto;
    position: relative;
  }

  .container-full-width.is-footer.is-home {
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    display: none;
    position: relative;
    top: -257px;
  }

  .shapedivid.shapedividers_com-4627.home {
    display: none;
  }

  .sl_main_p-4 {
    width: 100%;
    flex: 1;
    margin: 10px auto 0;
    font-size: 17px;
    line-height: 20px;
  }

  .space-layout-2-2 {
    height: auto;
    max-width: 95vw;
    margin-top: 50px;
    margin-bottom: 0;
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .left-text-2 {
    width: 100%;
    height: auto;
    padding-right: 0;
  }

  .lottie-animation-44 {
    width: 200px;
    height: 100px;
    align-self: center;
    margin-bottom: 20px;
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .space-header.strategy {
    height: auto;
    margin-top: 100px;
    margin-bottom: 0;
    top: auto;
    bottom: auto;
    overflow: hidden;
  }

  .catchline-span-text-4 {
    width: 95%;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: auto;
    padding-top: 0;
    font-family: Gothamrnd, sans-serif;
    font-size: 17.5px;
    line-height: 20px;
    display: inline-block;
  }

  .content-2 {
    height: auto;
  }

  .sl_heading_capa-2 {
    width: auto;
    letter-spacing: 0;
    white-space: normal;
    margin-bottom: 20px;
    margin-left: 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
    position: static;
  }

  .sl_heading_capa-2.longer {
    width: 100%;
  }

  .sl_heading_capa-2.longer.field {
    white-space: normal;
    display: block;
    top: 10px;
  }

  .sl_heading_capa-2.longer.naming {
    white-space: normal;
    font-size: 28px;
    display: block;
    top: 0;
  }

  .sl_heading_capa-2.longer.seo, .sl_heading_capa-2.longer.wireframe {
    white-space: normal;
    display: block;
    top: 0;
  }

  .sl_heading_capa-2.longer.audit {
    white-space: normal;
    display: block;
    top: 8px;
  }

  .sl_heading_capa-2.longer.marketing {
    white-space: normal;
    display: block;
    top: 15px;
  }

  .sl_heading_capa-2.marketing.mobile {
    position: relative;
    top: 20px;
  }

  .sl_heading_capa-2.vi {
    width: 100%;
    margin-bottom: 19px;
    margin-left: 4px;
    padding-bottom: 31px;
    padding-right: 50px;
    font-size: 28px;
  }

  .sl_heading_capa-2.smaller {
    letter-spacing: 2px;
    font-size: 28px;
  }

  .sl_heading_capa-2.no-break {
    white-space: nowrap;
  }

  .image-115 {
    max-width: 100%;
    transform: scale3d(1, 2, 1);
  }

  .stickers-header.strategy {
    max-width: 40%;
  }

  .right-text {
    width: 100%;
    height: auto;
    padding-left: 0;
    display: block;
  }

  .space-block-2-2 {
    width: 100%;
    left: auto;
  }

  .left-illustration {
    width: 100%;
    height: 80vh;
    display: none;
  }

  .heading-3 {
    color: #000;
    text-align: center;
    letter-spacing: 1px;
    align-self: auto;
    font-family: GothamBold, Palatino Linotype, sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
  }

  .image-35 {
    display: block;
  }

  .image-35.moben {
    max-width: 40%;
    order: 1;
    margin-top: 30px;
    margin-bottom: 100px;
  }

  .space-layout-1-2 {
    height: auto;
    max-width: 95vw;
    flex-direction: column;
    margin-top: 50px;
    margin-bottom: 0;
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .key-vision-2 {
    max-width: 100vw;
    overflow: visible;
  }

  .key-what-are-ulke-2.lemon {
    max-width: 80%;
  }

  .center-it-2 {
    width: 100%;
    height: auto;
    margin-top: 60px;
    margin-left: 0;
  }

  .right-illustration-2 {
    display: none;
  }

  .right-illustration-2.visible {
    padding-left: 0;
    display: flex;
  }

  .right-illustration-2.visible.hide {
    display: none;
  }

  .text-span-9 {
    top: 15px;
  }

  .circle-box.up {
    z-index: 10;
    width: 100%;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex-wrap: nowrap;
    margin-left: 0;
    padding: 34px 0 23px;
    position: relative;
    overflow: visible;
  }

  .circle-box.field {
    z-index: 10;
    max-width: 100vw;
    margin-bottom: 0;
    margin-left: -55px;
    padding: 30px 35px 30px 55px;
    position: relative;
  }

  .circle-box.positioning {
    z-index: 10;
    padding-top: 34px;
    padding-bottom: 20px;
    position: relative;
  }

  .circle-box.your-vision {
    z-index: 10;
    max-width: 100vw;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-bottom: 0;
    margin-left: 0;
    padding: 8px 0 0;
    font-size: 22px;
    position: relative;
  }

  .circle-box.your-vision.mobile {
    margin-bottom: 20px;
    padding-top: 35px;
    padding-bottom: 15px;
    padding-right: 24px;
  }

  .circle-box.attributes {
    z-index: 10;
    max-width: 100vw;
    margin-bottom: 0;
    margin-left: -55px;
    padding: 15px 40px 0 55px;
    position: relative;
  }

  .circle-box.brand-guideline {
    z-index: 10;
    width: auto;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex-wrap: nowrap;
    margin-left: -35px;
    padding: 34px 0 32px 35px;
    position: relative;
    overflow: visible;
  }

  .circle-box.naming {
    z-index: 10;
    width: 100vw;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex-wrap: nowrap;
    margin-left: -35px;
    padding: 34px 0 23px 35px;
    position: relative;
    overflow: visible;
  }

  .circle-box.marketing {
    z-index: 10;
    max-width: 100vw;
    margin-bottom: 0;
    margin-left: -40px;
    padding: 13px 40px 36px;
    position: relative;
  }

  .circle-box.experience {
    z-index: 10;
    width: 100vw;
    max-width: 100vw;
    margin-bottom: 0;
    margin-left: -40px;
    padding: 13px 40px 0;
    position: relative;
  }

  .circle-box.ia {
    z-index: 10;
    width: 100vw;
    background-position: 50%;
    background-size: 100vw;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-left: -35px;
    padding: 34px 0 30px 35px;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .circle-box.wireframe {
    z-index: 10;
    width: 100vw;
    background-position: 50%;
    background-size: 100%;
    flex-wrap: nowrap;
    margin-left: -35px;
    padding: 34px 0 23px 35px;
    position: relative;
    overflow: visible;
  }

  .circle-box.audit {
    z-index: 10;
    max-width: 100vw;
    margin-bottom: 0;
    margin-left: -55px;
    padding: 8px 0 18px 55px;
    position: relative;
  }

  .circle-box.attributs {
    z-index: 10;
    width: 100vw;
    background-position: 50%;
    background-size: 100vw;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-left: -35px;
    padding: 34px 0 30px 35px;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .circle-box.iv {
    z-index: 10;
    max-width: 100vw;
    margin-bottom: 0;
    margin-left: -55px;
    padding: 8px 0 0 55px;
    position: relative;
  }

  .position-image-mobile {
    order: 1;
    margin-bottom: auto;
    display: block;
    position: static;
    top: -30px;
  }

  .position-image-mobile.marg {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .position-image-mobile.pad {
    max-width: 100%;
    margin-bottom: 30px;
    padding-top: 0;
  }

  .position-image-mobile.pad.l {
    max-width: 80%;
  }

  .position-image-mobile.pad-one {
    margin-bottom: 100px;
    padding-top: 15px;
  }

  .image-43 {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .yellow-text {
    font-size: 24px;
  }

  .div-block-23 {
    max-height: 270px;
    display: block;
    position: relative;
  }

  .div-block-23.pad {
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .image-49 {
    max-width: 70%;
    position: relative;
    bottom: 30px;
    left: 25%;
  }

  .sl_main_p-5 {
    width: 100%;
    flex: 1;
    margin: 10px auto 0;
    font-size: 17px;
    line-height: 20px;
  }

  .image-46 {
    width: 220px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .image-48 {
    max-width: 60%;
    margin-top: 30px;
  }

  .image-51 {
    width: 300px;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-47 {
    max-width: 50%;
    position: absolute;
    left: 140px;
  }

  .div-block-25 {
    margin-top: 50px;
    margin-bottom: 20px;
    display: block;
  }

  .div-block-25.pad {
    margin-bottom: 30px;
    padding-top: 20px;
  }

  .image-52 {
    max-width: 30%;
    position: absolute;
    bottom: 120px;
    left: 60%;
  }

  .image-54 {
    max-width: 70%;
  }

  .heading-15 {
    color: #000;
    text-align: center;
    letter-spacing: 0;
    align-self: auto;
    font-family: GothamBold, Palatino Linotype, sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
  }

  .div-block-27 {
    align-self: center;
    display: block;
  }

  .image-45 {
    max-width: 45%;
    margin-left: 10%;
    position: static;
  }

  .image-53 {
    max-width: 25%;
  }

  .div-block-24 {
    margin-top: 60px;
    margin-bottom: 40px;
    display: block;
    position: relative;
  }

  .image-116 {
    max-width: 80vw;
  }

  .lottie-animation-59 {
    width: 100%;
    margin-top: -6px;
  }

  .foreground-element.textbox.content-foreground-element {
    height: auto;
  }

  .content-stream-container.content-stream-container-shadow {
    display: none;
  }

  .media-block {
    height: auto;
  }

  .inside-media {
    max-height: 40vh;
    max-width: 100%;
    top: 35%;
  }

  .media-caption {
    width: 90vw;
    max-width: 90vw;
    color: var(--sl);
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .media-caption-2 {
    width: 90vw;
    color: var(--sl);
    text-transform: uppercase;
    margin-top: 426px;
    margin-left: auto;
    margin-right: auto;
    font-family: Krana fat b, sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    display: block;
  }

  .media-caption-3 {
    width: 90vw;
    color: var(--sl);
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    display: block;
  }

  .over-width-img.hide-on-mobile {
    display: none;
  }

  .over-width-img.hide-on-dekstop {
    max-width: 100%;
    margin-top: 50px;
    display: block;
  }

  .spaceship-workshop-post-it, .image-152 {
    width: 100%;
    top: 0;
  }

  .image-152.normal.top {
    width: 100%;
    margin-left: auto;
  }

  .subscribe-form {
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    top: -28px;
  }

  .subscribe-form.normal.top {
    width: 100vw;
    margin-left: 0;
    padding-top: 40px;
    top: -22px;
    left: -18px;
  }

  .subscribe-form.normal.top.ws {
    margin-left: auto;
  }

  .centered-container {
    text-align: left;
    flex-direction: column;
  }

  .centered-container.ws {
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .subscribe-form-input-wrapper {
    flex: 1;
    align-self: stretch;
  }

  .subscribe-form-input {
    width: 100%;
  }

  .form-block-2 {
    flex-direction: column;
  }

  .submit-button-2 {
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
  }

  .image-153 {
    width: 100vw;
  }

  .scroll-indicator {
    width: 100vw;
    height: 10px;
    margin-top: 0;
    display: flex;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .scroll-color {
    width: 100vw;
    height: 10px;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .lottie-animation-60 {
    display: none;
  }

  .lottie-animation-61 {
    width: 60vw;
    max-width: 60vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .paragraphe-main {
    font-size: 18px;
    line-height: 22px;
  }

  .paragraphe-main.is-all-caps.is-bold.is-nopad {
    margin-top: 1em;
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-74 {
    z-index: 9999;
    width: 100%;
    height: 350px;
    margin-top: -115px;
  }

  .image-154 {
    z-index: 9999;
    max-width: 90vw;
    margin-left: 15px;
    position: absolute;
    left: auto;
  }

  .lottie-animation-62 {
    display: none;
  }

  .amazing {
    top: 37px;
  }

  .space-lemon-type.is-50px.is-salmon {
    letter-spacing: -50px;
    text-indent: -50px;
    font-size: 100px;
    line-height: 0;
    top: 27px;
    left: -39px;
  }

  .space-lemon-type.is-50px.is-salmon.is-alt {
    font-size: 70px;
    top: 15px;
  }

  .space-lemon-type.is-50px.is-salmon.is-defenders {
    font-size: 70px;
    top: 22px;
    left: -30px;
  }

  .space-lemon-type.is-50px.is-salmon.is-defenders.fr {
    letter-spacing: 0;
    text-indent: 0;
    top: 16px;
    left: -18px;
  }

  .space-lemon-type.is-50px.is-header {
    font-size: 80px;
    top: 15px;
  }

  .space-lemon-type.is-30px.is-salmon.is-arrow {
    letter-spacing: -50px;
    left: -60px;
  }

  .space-lemon-type.is-30px.is-green.is-arrow {
    letter-spacing: -50px;
    left: -59px;
  }

  .space-lemon-type.is-30px.is-orange.is-arrow {
    letter-spacing: -50px;
    left: -61px;
  }

  .space-lemon-type.is-30px.is-yellow {
    text-indent: 0;
  }

  .space-lemon-type.is-30px.is-yellow.is-arrow {
    letter-spacing: -60px;
    text-indent: 10px;
    left: -64px;
  }

  .space-lemon-type.is-60.is-salmon {
    letter-spacing: -130px;
    font-size: 100px;
    top: 31px;
    left: -72px;
  }

  .space-lemon-type.is-60.is-salmon.is-disruptive {
    left: -17px;
  }

  .space-lemon-type.is-60.is-salmon.fr {
    top: 20px;
    left: -47px;
  }

  .space-lemon-type.is-60.is-salmon.fr.declanche {
    font-size: 90px;
    top: 24px;
    left: -44px;
  }

  .space-lemon-type.hide-on-desktop {
    color: var(--yellow);
    align-items: center;
    margin-top: 0;
    display: inline-block;
  }

  .space-lemon-type.hide-on-desktop.display {
    text-indent: 0;
  }

  .space-lemon-type.hide-on-desktop.display.d {
    display: none;
  }

  .space-lemon-type.fr.autrement {
    margin-left: 0;
    font-size: 60px;
    position: relative;
    top: 7px;
  }

  .space-lemon-type.fr.frere {
    font-size: 50px;
  }

  .sub-sub-heading {
    font-size: 16px;
    line-height: 16px;
    top: -5px;
  }

  .hands-container.home, .image-155.is-right {
    display: none;
  }

  .hide-on-desktop {
    margin-top: 22px;
    display: block;
  }

  .rich-text-block-3 {
    color: var(--white-sl);
  }

  .rich-text-block-3 strong {
    color: var(--white-sl);
    font-size: 18px;
  }

  .rich-text-block-3 h2 {
    color: var(--white-sl);
    font-size: 28px;
    line-height: 32px;
  }

  .rich-text-block-3 p {
    color: var(--white-sl);
    font-size: 18px;
  }

  .rich-text-block-3.probono h3, .rich-text-block-3.probono li {
    color: var(--white-sl);
  }

  .text-span-44 {
    position: relative;
    top: -26px;
  }

  .coming-soon {
    background-color: var(--yellow);
    color: #333;
    border-radius: 10px;
    padding: 5px 7px;
    font-family: Gothamrnd, sans-serif;
    font-size: 10px;
    line-height: 14px;
    text-decoration: none;
    display: block;
    position: relative;
    top: -83px;
    left: 71px;
  }

  .lottie-hover-button {
    display: none;
  }

  .image-157 {
    max-width: 85%;
    margin-top: -33px;
  }

  .top-post {
    margin-top: -58px;
    padding-top: 0;
    padding-bottom: 30px;
  }

  ._3-posts {
    margin-top: 50px;
    padding-bottom: 60px;
  }

  .top-post-text {
    width: 85vw;
    margin-top: 20px;
    margin-left: 0;
  }

  .heading-16 {
    text-align: left;
  }

  .top-post-image {
    width: 80vw;
  }

  .waves {
    display: none;
  }

  .h1-2 {
    font-size: 20px;
    line-height: 24px;
  }

  .title-section {
    padding-top: 135px;
  }

  .latest-posts {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta_end {
    flex-direction: column;
  }

  .button-home.animated.is-button-home.bg-color-is-black {
    margin-top: 50px;
  }

  .is-home {
    top: 0;
  }

  .bold-text-27 {
    font-size: 18px;
    line-height: 24px;
  }

  .call-to-action.animated.an {
    width: 95vw;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    left: -7px;
  }

  .centered-container-2 {
    text-align: left;
  }

  .is_d {
    color: var(--sl);
  }

  .form-step-progress-bar---brix {
    display: none;
  }

  .radio-button-field {
    padding: 40px 20px;
  }

  .multi-step-form-button---brix {
    font-size: 16px;
  }

  .multi-step-form-button---brix.left---brix {
    margin-bottom: 12px;
    display: block;
    position: static;
    left: auto;
  }

  .multi-step-form-button---brix.right---brix {
    display: block;
    position: static;
    right: auto;
  }

  .multi-step-form-button---brix.right---brix.preview-page {
    margin-top: 50px;
  }

  .cloneable-container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cloneable-container-default.animated-copy.is-contact-form.dekstop {
    display: none;
  }

  .cloneable-container-default.mobile {
    max-width: 95vw;
    min-height: 120vh;
    background-color: var(--yellow);
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 50px 20px 0;
    overflow: visible;
  }

  .step-title---brix {
    font-size: 24px;
    line-height: 28px;
  }

  .steps-bar---brix {
    width: 100%;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }

  .form-step-progress-bar-mobile---brix {
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .form-step-progress-bar-mobile---brix.step-1---brix {
    width: 25%;
    background-color: var(--green);
  }

  .form-step-progress-bar-mobile---brix.step-2---brix {
    background-color: var(--green);
  }

  .form-step-progress-bar-mobile---brix.step-3---brix {
    width: 78%;
    background-color: var(--green);
  }

  .form-step-progress-bar-mobile---brix.full-bar---brix {
    width: 100%;
    background-color: var(--green);
  }

  .steps-bar-wrapper--brix {
    flex-direction: row;
    display: block;
  }

  .select-item-icon---brix {
    max-width: 24%;
  }

  .multi-step-form-error-message---brix {
    margin-top: 32px;
  }

  .multi-step-form-radio-trigger---brix {
    text-align: left;
    white-space: nowrap;
    padding-left: 60px;
    padding-right: 16px;
    font-size: 16px;
    line-height: 1.5;
  }

  .form-content---brix {
    overflow: visible;
  }

  .first-step-grid---brix {
    z-index: 0;
    height: auto;
    grid-column-gap: 28px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: start;
    margin-bottom: 32px;
    display: grid;
    position: relative;
    overflow: visible;
  }

  .first-step-grid---brix.uniform-space---brix {
    grid-row-gap: 16px;
    align-content: space-between;
    display: block;
  }

  .multi-step-form-label---brix {
    font-size: 16px;
  }

  .multi-step-form---brix {
    width: 90vw;
    padding-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .multi-step-form---brix.animated.is-contact {
    margin-left: 0;
    display: block;
  }

  .multi-step-form-grid-item---brix {
    margin-bottom: 15px;
  }

  .mask---brix {
    min-height: 95vh;
  }

  .heading-22.contact, .paragraph-19 {
    color: var(--sl);
  }

  .multi-step-form-radio-trigger---brix-2 {
    text-align: left;
    white-space: nowrap;
    padding-left: 60px;
    padding-right: 16px;
    font-size: 16px;
    line-height: 1.5;
  }

  .paragraph-20 {
    color: var(--sl);
  }

  .rich-text-block-3-copy, .rich-text-block-3-copy strong {
    color: var(--white-sl);
  }

  .lottie-animation-66 {
    max-width: 55%;
    margin-left: -3px;
  }

  .lottie-animation-67 {
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-80 {
    width: 40vw;
    justify-content: center;
    position: relative;
    top: -23px;
    left: auto;
  }

  .html-embed-24 {
    display: none;
  }

  .bold-text-28 {
    font-size: 18px;
    line-height: 24px;
  }

  .bold-text-29 {
    font-size: 18px;
  }

  .space-footer-2 {
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0;
    display: flex;
  }

  .nav-capabilities-2 {
    letter-spacing: 0;
    flex-direction: column;
    align-items: center;
    display: none;
  }

  .image-161 {
    max-width: 45%;
  }

  .scroll-snap-wrapper-2 {
    height: auto;
    object-fit: fill;
    display: none;
  }

  .div-block-81 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-self: auto;
    justify-items: center;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-top: 0;
    display: grid;
  }

  .paragraph-21 {
    line-height: 20px;
  }

  .paragraph-21.footer {
    width: 90vw;
    line-height: 20px;
  }

  .nav-container {
    margin-top: 0;
    margin-left: 20px;
  }

  .nav-container.footer {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-link-2.c {
    border: 1px #fdfdfb;
    border-top: .25px solid #fdfdfb;
    margin-top: 25px;
  }

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

  .heading-23 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 22px;
  }

  .footer-h4-2 {
    text-align: center;
    font-size: 26px;
    line-height: 28px;
  }

  .bold-text-17 {
    font-size: 17px;
    line-height: 20px;
  }

  .heading-24 {
    text-align: center;
  }

  .list-4 {
    flex: 1;
  }

  .cta-canva-footer-2 {
    width: 90vw;
    height: auto;
    align-items: center;
    display: flex;
    position: relative;
    top: auto;
    bottom: -1%;
    left: 0%;
    right: 0%;
  }

  .img-insta-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .bold-text-30 {
    font-family: Gothamrnd, sans-serif;
    font-size: 17.5px;
    line-height: 20px;
    position: relative;
    top: 6px;
  }

  .bold-text-31 {
    font-family: Gothamrnd, sans-serif;
    font-size: 17.5px;
    font-weight: 400;
    line-height: 22px;
  }

  .bold-text-32 {
    line-height: 22px;
  }

  .logo-2 {
    height: 100%;
    margin-left: 0;
  }

  .logo-2.w--current {
    height: 100%;
    flex: none;
    margin-left: 0;
    padding-left: 0;
    display: none;
    position: static;
  }

  .sl_main_p-6 {
    width: 100%;
    flex: 1;
    margin: 10px auto 0;
    font-size: 17px;
    line-height: 20px;
  }

  .sl_main_p-6.vision {
    margin-top: 0;
    padding-top: 0;
    font-size: 17px;
    line-height: 20px;
  }

  .next {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 10px;
    display: block;
  }

  .space-button-2 {
    width: 70px;
    height: 50px;
  }

  .link-menu-3 {
    letter-spacing: 2px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 28px;
    line-height: 30px;
  }

  .image-104 {
    max-width: 80%;
  }

  .space-overlay-2 {
    height: 120vh;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0%;
    display: none;
    top: 0%;
  }

  .lottie-animation-35 {
    display: none;
  }

  .space-menu-3 {
    justify-content: space-between;
  }

  .div-block-15-copy-2 {
    height: auto;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    margin-bottom: 100px;
    display: flex;
  }

  .image-163 {
    max-width: 85%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: auto;
    position: relative;
  }

  .spacescroll {
    display: block;
  }

  .nav-container-menu-2 {
    height: auto;
    max-height: 100%;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    display: none;
    top: 0%;
    left: 0;
  }

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

  .list-item-menu-2 {
    align-items: center;
  }

  .spacelemon-logo-4 {
    width: 95px;
    height: auto;
    max-width: 95%;
    opacity: 1;
    display: block;
  }

  .spacelemon-logo-4.minify {
    width: 65px;
    height: auto;
    max-width: 100%;
    opacity: 0;
    display: block;
    left: 0;
  }

  .spacelemon-logo-4.invert {
    width: 95px;
  }

  .div-block-58 {
    justify-content: space-around;
    margin-top: 30px;
    display: flex;
  }

  .bold-text-10 {
    font-size: 17px;
    line-height: 20px;
  }

  .cta-canva-2 {
    z-index: 999;
    width: 80vw;
    height: 100px;
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
    top: auto;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .continuereading {
    color: #000;
    text-align: left;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: pre;
    margin-top: 25px;
    margin-bottom: 0;
    font-family: Gothamrnd, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
  }

  .burger-2 {
    width: 100px;
  }

  .sticky-nav-2 {
    z-index: 2147483647;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    padding: 0;
    display: flex;
    position: fixed;
  }

  .div-block-60 {
    width: 90vw;
    order: 0;
    position: fixed;
    top: 69vh;
    left: 8px;
    right: 20px;
  }

  .div-block-84 {
    margin-top: 29px;
  }

  .div-block-84.hid-mob {
    display: none;
  }

  .auto_scroll {
    opacity: 0;
    display: none;
  }

  .journal-title {
    grid-row-gap: 18px;
  }

  .heading-25 {
    font-size: 32px;
  }

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

  .call-to-action-intro {
    padding-top: 0;
    padding-bottom: 36px;
  }

  .hero-links {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    display: none;
  }

  .hero-links.mobile {
    display: flex;
  }

  .underline-link {
    width: 90vw;
    flex-direction: column;
    padding-bottom: 0;
    display: block;
  }

  .underline-link._2nd {
    width: 90vw;
    border: 1px solid var(--white-sl);
    text-align: center;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 10px;
    display: flex;
  }

  .dot {
    display: none;
    top: -15px;
  }

  .text-block-8 {
    background-image: linear-gradient(to bottom, var(--yellow), var(--yellow));
    color: var(--sl);
    text-align: center;
    letter-spacing: 2px;
    border-radius: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-8.tw {
    text-align: center;
  }

  .text-block-9._2nd {
    text-align: center;
    flex: 0 auto;
    align-items: center;
    display: flex;
  }

  .image-167 {
    display: none;
    top: 0;
  }

  .image-167._22 {
    max-width: 70%;
    display: none;
    top: 0;
    left: auto;
  }

  .scroll-link, .footer-cta-main, .l-c-f {
    display: none;
  }

  .capa-link-5 {
    letter-spacing: 2px;
    font-size: 12px;
    line-height: 14px;
  }

  .capa-link-5.footer {
    margin-left: 0;
    padding-bottom: 20px;
    line-height: 22px;
    position: static;
  }

  .capa-link-5.footer.isfirst {
    align-items: center;
    margin-top: 15px;
    padding-bottom: 20px;
    display: flex;
  }

  .capa-link-5.footer.isfirst.fe {
    white-space: normal;
    flex-direction: column;
    margin-top: 0;
    margin-left: 0;
  }

  .capa-link-5.footer.isfirst.fe.hideesktop, .footer-cta-main-2 {
    display: none;
  }

  .heading-medium-copy {
    letter-spacing: 1.5px;
    font-size: 34px;
    line-height: 42px;
  }

  .header-block {
    position: relative;
  }

  .heading-26 {
    display: block;
  }

  .background-video {
    opacity: 1;
    display: flex;
    overflow: hidden;
  }

  .content-section {
    min-height: 360px;
  }

  .content-section.d-b {
    background-color: var(--white-sl);
  }

  .right-block-2 {
    height: 80vh;
    min-height: 80vh;
  }

  .right-block-2.hidmob {
    display: none;
  }

  .masked {
    opacity: 1;
  }

  .left-block-2 {
    width: 90%;
    min-height: 500px;
    padding-left: 0;
  }

  .paragraph-sub {
    align-items: center;
    line-height: 13px;
    display: none;
  }

  .heading-27 {
    font-size: 36px;
  }

  .right-block {
    height: 80vh;
    min-height: 80vh;
  }

  .btn-2022 {
    opacity: 0;
    display: none;
  }

  .btn-2022.viewmob {
    opacity: 1;
    display: block;
  }

  .background-video-2 {
    height: 80vh;
    min-height: 80vh;
  }

  .sub {
    font-size: 26px;
    line-height: 30px;
  }

  .paragraph-w {
    position: relative;
  }

  .main-wrapper-cases._w-bg.wbg {
    background-color: var(--white-sl);
  }

  .rich-text-block--cases h2 {
    font-family: GothamBold, Palatino Linotype, sans-serif;
    font-size: 34px;
    line-height: 44px;
  }

  .rich-text-block--cases p {
    font-size: 19px;
    line-height: 23px;
  }

  .rich-text-block--cases h3 {
    font-size: 19px;
    line-height: 22px;
  }

  .rich-text-block--cases._w-bg {
    margin-top: 20px;
  }

  .rich-text-block--cases h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 36px;
  }

  .rich-text-block--cases h4 {
    text-align: left;
    margin-bottom: 15px;
  }

  .image-171 {
    display: none;
  }

  .img-grid {
    justify-content: flex-start;
    margin-left: 20px;
    display: flex;
    overflow: scroll;
  }

  .image-172._2 {
    max-width: 90%;
  }

  .image-174 {
    max-width: 90%;
    margin-left: 15px;
  }

  .image-176 {
    max-width: 90%;
  }

  .image-176._435 {
    width: 90%;
    margin-right: 10px;
  }

  .image-176._435.hide-desk {
    display: block;
  }

  .image-176._435._100 {
    width: 100%;
  }

  .image-176._259 {
    width: 60%;
    margin-right: 10px;
  }

  .div-block-86 {
    justify-content: flex-start;
    padding-right: 10px;
    display: flex;
    overflow: scroll;
  }

  .div-block-86.hide-mob {
    display: none;
  }

  .div-block-86.hide-mob-copy {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    display: flex;
  }

  .rich-text-block--casescredit {
    width: 90%;
  }

  .html-embed-30 {
    width: 100%;
  }

  .html-embed-30.mob {
    margin-bottom: 0;
    display: block;
  }

  .html-embed-30.desk {
    display: none;
  }

  ._900px {
    width: 90%;
    max-width: 90%;
  }

  .rich-text-block--cases-d h2 {
    text-align: left;
    font-family: GothamBold, Palatino Linotype, sans-serif;
    font-size: 36px;
    line-height: 39px;
  }

  .rich-text-block--cases-d.less-pad {
    margin-top: 40px;
  }

  .html-embed-31.desk {
    display: none;
  }

  .html-embed-31.mob {
    display: block;
  }

  .html-embed-32 {
    height: 200px;
    margin-top: auto;
  }

  .rich-text-block--cases--cover h2 {
    color: var(--sl);
    white-space: normal;
    font-family: GothamBold, Palatino Linotype, sans-serif;
    font-size: 33px;
    line-height: 35px;
  }

  .rich-text-block--cases--cover h4 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .rich-text-block--cases--cover img {
    width: 90vw;
    max-width: 100vw;
    margin-top: -10px;
  }

  .rich-text-block--cases--cover figure {
    width: 90vw;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .rich-text-block--cases--cover.iscut {
    width: 100%;
  }

  .background-video-3 {
    height: 40vh;
    max-height: 40vh;
    border-radius: 0;
  }

  .html-embed-33 {
    width: 100%;
  }

  .image-179, .image-180 {
    max-width: 90%;
  }

  .mobile-header {
    min-height: 80vh;
    padding-top: 200px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .div-block-5 {
    min-height: auto;
    flex-flow: column;
    align-content: flex-start;
    align-items: flex-start;
  }

  .heading-29 {
    color: #fff;
    font-family: Krana fat b, sans-serif;
    font-size: 36px;
    line-height: 44px;
  }

  .paragraph-23 {
    color: #fff;
    margin-top: 0;
  }

  .background-video-4 {
    z-index: -2;
    min-height: 90vh;
    background-color: rgba(14, 14, 13, .61);
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-87 {
    min-height: 90vh;
  }

  .latestproject {
    color: #fff;
    margin-top: .5em;
    font-family: Gothamrnd book, sans-serif;
    display: block;
    position: relative;
    top: 19px;
  }

  .vimeo-player {
    width: 100%;
    height: auto;
  }

  .vimeo-player.laptop {
    height: auto;
  }

  .html-embed-34.hid-mob {
    display: none;
  }

  .html-embed-34.hid-desk {
    display: block;
  }

  .html-embed-34.tablet {
    display: none;
  }

  .vimeo-lmac {
    width: 100%;
    height: auto;
    margin-top: 25px;
  }

  .div-block-88-copy {
    flex-direction: column;
    overflow: hidden;
  }

  .image-182-copy {
    max-width: 100%;
    margin-top: 0;
  }

  .div-block-88-copy-copy {
    flex-direction: column;
  }

  .image-182-copy-copy {
    max-width: 100%;
  }

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

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .cta-cases {
    width: 90%;
    font-size: 20px;
    line-height: 23px;
  }

  .preview-mob {
    width: 100vw;
    height: auto;
    align-items: flex-start;
    display: flex;
    overflow: scroll;
  }

  .div-block-89 {
    width: 90%;
  }

  ._3-collection-item---wwd.animated.iswwd {
    width: 95%;
    margin-left: 0;
    padding-left: 10px;
    display: block;
  }

  .posts-collection-list---wwd {
    flex-direction: column;
    margin-right: 0;
  }

  .wwd {
    width: 90%;
  }

  .html-embed-36 {
    display: none;
  }

  .fs-cc-banner_close {
    position: absolute;
    top: -1.5rem;
    bottom: auto;
    left: auto;
    right: .75rem;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-banner_buttons-wrapper {
    width: 100%;
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .dropdown-v2 {
    margin-left: 0;
    padding-bottom: 0;
  }

  .dropdown-v2.is-first {
    z-index: 999999;
    margin-top: 0;
    padding-top: 0;
    overflow: visible;
  }

  .dropdown-v2.is-first.no {
    z-index: 99;
    margin-top: 0;
    padding-top: 0;
  }

  .dropdown-v2-1 {
    margin-left: 0;
    padding-bottom: 0;
  }

  .sl-link-v2 {
    color: #1d1d1d;
    letter-spacing: 0;
    text-transform: none;
    flex: 0 auto;
    padding: 7px 0 7px 30px;
    font-family: GothamBold, Palatino Linotype, sans-serif;
    font-size: 23px;
    font-weight: 700;
    line-height: 2em;
    text-decoration: none;
  }

  .sl-link-v2:hover {
    color: var(--sl);
  }

  .sl-link-v2:active {
    opacity: .5;
    color: #0a0a0a;
  }

  .sl-link-v2.fr {
    display: none;
  }

  .sl-link-v2.mobile23 {
    display: block;
  }

  .nav-content-v2 {
    max-height: 77px;
    min-height: 65px;
    background-color: var(--white-sl);
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
  }

  .image-186 {
    max-width: 53%;
  }

  .nav-logo-v2 {
    height: 75px;
    margin-top: 2px;
  }

  .body-v2 {
    font-size: 14px;
    line-height: 16px;
  }

  .header {
    max-width: 90%;
    margin-top: 130px;
  }

  .light-h1 {
    width: 90%;
    max-width: 90%;
    white-space: pre;
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 32px;
  }

  .light-h1.nopad {
    text-align: center;
    font-size: 24px;
  }

  .light-h1.v2 {
    font-size: 32px;
    line-height: 38px;
  }

  .left-v2 {
    width: 100%;
  }

  .reel {
    z-index: 1;
    width: 100vw;
    margin-top: 20px;
    margin-bottom: 70px;
  }

  .reel.v2 {
    margin-top: 50px;
  }

  .autoplay-video {
    z-index: 1;
    width: 90%;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .sprint-formula.background-color-is-salmon {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sprint-formula.background-color-is-salmon.animated.ah {
    display: block;
  }

  .sprint-formula.background-color-is-salmon.animated.ah.is100-m {
    height: auto;
    max-width: 100vw;
    margin-left: 0;
  }

  .main-title {
    color: var(--sl);
    text-align: left;
    margin-top: 5px;
    margin-left: 0;
    font-size: 28px;
    line-height: 32px;
  }

  .main-title.for-mobile {
    margin-top: 0;
    font-size: 22px;
    line-height: 32px;
  }

  .main-title.nopad {
    font-size: 22px;
    line-height: 32px;
  }

  .main-title._50.v2 {
    width: 85%;
  }

  .main-title._50.v2._2-2 {
    font-size: 2rem;
  }

  .b-h4 {
    letter-spacing: 0;
    font-size: 15px;
    line-height: 19px;
  }

  .b-h4.for-mobile {
    font-size: 16px;
  }

  .image-188 {
    width: 350vw;
    max-width: 400vw;
    margin-top: 20px;
    margin-left: -50px;
    padding-left: 65px;
    padding-right: 30px;
  }

  .combine-text-size-regular {
    font-family: Gothamrnd book, sans-serif;
    line-height: 1.7;
  }

  .combine-text-size-regular.no-pad {
    font-size: 18px;
  }

  .combine-text-size-regular.no-pad.info {
    width: 90%;
    text-align: right;
    margin-right: 0;
    font-size: 14px;
  }

  .combine-text-size-regular.no-pad.yellow-bg {
    font-size: 1rem;
  }

  .combine-text-size-regular.no-pad.yellow-bg.relativ {
    display: none;
  }

  .combine-text-size-regular.rem {
    margin-bottom: 3rem;
  }

  .combine-text-size-regular.services {
    width: 100%;
  }

  .combine-heading-style-h5 {
    font-family: GothamBold, Palatino Linotype, sans-serif;
  }

  .combine-feature7_item {
    flex-direction: column;
    align-items: flex-start;
  }

  .combine-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lynx-grid-5-customers {
    grid-template-columns: 1fr;
  }

  .lynx-block-center {
    flex-direction: column;
  }

  .combine-padding-global-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .main-section.white {
    padding-top: 100px;
  }

  .case-study._1st {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
  }

  .case-study.l {
    flex-direction: column;
    margin-top: 60px;
  }

  .case-study.l.feafe {
    max-width: 90vw;
  }

  .cult-mobile-mockup {
    width: 90vw;
    height: 150px;
    max-width: 100%;
    background-position: 0 0;
  }

  .cult-mobile-mockup.gbz, .cult-mobile-mockup.p4l {
    height: 150px;
  }

  .underlined {
    margin-left: 0;
  }

  .case-study-content._20 {
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .case-study-content._30 {
    max-width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }

  .case-study-content._30._22 {
    max-width: 90vw;
  }

  .bold-h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }

  .bold-h3.white {
    font-size: 26px;
  }

  .bold-h3.w._50 {
    text-align: center;
    font-size: 1rem;
    line-height: 19px;
  }

  .bold-h3.home-cs {
    font-family: GothamBold, Palatino Linotype, sans-serif;
    font-size: 18px;
    line-height: 24px;
  }

  .bold-h3.special {
    top: 0;
  }

  .case-study-right {
    max-width: 100%;
    margin-top: 50px;
    margin-bottom: 60px;
  }

  .case-study-bg-image {
    width: 100%;
    height: 300px;
    max-width: 100%;
  }

  .case-study-bg-image.foodwin.fd {
    width: 90vw;
    height: auto;
    max-width: 90vw;
    margin-left: 0;
    margin-right: auto;
    display: flex;
  }

  .case-study-bg-image-wide {
    width: 100%;
    height: 200px;
  }

  .case-study-bg-image-wide.ee {
    width: 90vw;
    height: 150px;
    margin-top: 50px;
  }

  .combine-button-white.v4 {
    margin-top: 25px;
    margin-bottom: 0;
  }

  .combine-button-wrapper {
    width: 100%;
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    align-items: stretch;
  }

  .combine-cta3_component {
    padding: 1.5rem;
  }

  .combine-container-large-4 {
    max-width: 95vw;
  }

  .combine-padding-global-4 {
    max-width: 100vw;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .span-cricle {
    font-family: GothamBold, Palatino Linotype, sans-serif;
    font-weight: 700;
  }

  .span-line {
    padding-bottom: 0;
    font-family: GothamBold, Palatino Linotype, sans-serif;
  }

  .combine-clients2_slide-nav-2 {
    padding-top: 2rem;
    display: none;
  }

  .combine-text-weight-semibold-2 {
    font-family: Gotham book, sans-serif;
  }

  .combine-clients2_mask-2 {
    margin-bottom: 0;
  }

  .combine-clients2_component-2 {
    flex-direction: column;
  }

  .combine-clients2_component-2.animated.ah {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-clients2_component-2.animated.ah.ag {
    z-index: 10;
  }

  .combine-clients2_component-2.notanim.ah {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-clients2_component-2.notanim.ah.ag {
    z-index: 10;
  }

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

  .combine-footer1_link {
    color: #cccebf;
    letter-spacing: .7px;
    font-family: GothamBold, Palatino Linotype, sans-serif;
    font-weight: 700;
  }

  .combine-footer1_title {
    font-family: Gothamrnd book, sans-serif;
  }

  .combine-footer1_grid {
    grid-template-columns: auto;
  }

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

  .div-block-93 {
    max-width: 100vw;
  }

  .div-block-94 {
    margin-top: 30px;
  }

  .html-embed-39, .spark-button.spark-icon-left-button.hiden {
    display: none;
  }

  .circle {
    font-size: 28px;
  }

  .combine-text-size-regular-5 {
    text-align: center;
  }

  .combine-feature1_component, .combine-padding-section-medium-4, .combine-container-large-5 {
    height: 100%;
  }

  .combine-padding-global-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-section_feature1 {
    background-color: var(--white-sl);
  }

  .spark-button-2.spark-icon-left-button {
    display: none;
  }

  .spark-button-2.spark-icon-left-button.larger.visible {
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .lynx-image-absolute.nobg {
    object-fit: contain;
    position: relative;
    left: auto;
  }

  .lynx-grid-image-right.pad {
    padding-top: 0;
  }

  .lottie-animation-80 {
    top: 500px;
    overflow: hidden;
  }

  .bold-text-33 {
    line-height: 1.5rem;
  }

  .combine-padding-global-6 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .spark-flex-row {
    align-items: flex-start;
  }

  .spark-flex-row.spark-right {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .spark-container.spark-primary-background {
    padding: 20px;
  }

  .spark-section {
    padding: 64px 20px;
    display: none;
  }

  .spark-section h1 {
    font-size: 3rem;
  }

  .spark-section h2 {
    font-size: 2.5rem;
  }

  .hide-grid, .combine-banner3_icon {
    display: none;
  }

  .combine-banner3_content {
    grid-row-gap: .5rem;
    grid-template-columns: auto;
    justify-items: start;
  }

  .combine-banner3_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 2.25rem;
  }

  .combine-padding-global-7 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tag-inmenu {
    background-color: var(--yellow);
    border-top-left-radius: 15px;
    border-top-right-radius: 5px;
    margin-top: auto;
    margin-bottom: 15px;
    margin-left: 0;
    padding: 15px 24px 10px;
    font-size: 13px;
    line-height: 15px;
  }

  .b {
    font-family: GothamBold, Palatino Linotype, sans-serif;
  }

  .text-span-48 {
    font-size: 1.1rem;
  }

  .lynx-text-field {
    margin: 12px 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .lynx-form {
    border-radius: 20px;
    flex-direction: column;
    align-items: stretch;
  }

  .lynx-form-block {
    width: 100%;
  }

  .lynx-heading-white-margin {
    font-size: 29px;
  }

  .lynx-newsletter-horizontal {
    padding: 30px 15px;
  }

  .lynx-newsletter-image {
    padding: 190px 8px 8px;
  }

  .combine-banner1_text {
    margin-right: 1.75rem;
  }

  .combine-padding-global-8 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .background-video-6 {
    width: 90vw;
    height: 150px;
    border-radius: 15px;
  }

  .main-wrapper-cases-2023._w-bg {
    max-width: 100vw;
  }

  .main-wrapper-cases-2023._w-bg.wbg {
    background-color: var(--white-sl);
  }

  .rich-text-block--cases-d-2023 h2 {
    text-align: left;
    font-family: GothamBold, Palatino Linotype, sans-serif;
    font-size: 36px;
    line-height: 39px;
  }

  .rich-text-block--cases-d-2023.less-pad {
    margin-top: 40px;
  }

  .header-case-study {
    max-width: 90%;
    margin-top: 130px;
  }

  .left-v2-copy-cs {
    width: 100%;
  }

  .light-h1---no-pre {
    width: 90%;
    max-width: 90%;
    white-space: pre;
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 32px;
  }

  .light-h1---no-pre.nopad {
    text-align: center;
    font-size: 24px;
  }

  .light-h1---no-pre.v2 {
    font-size: 32px;
    line-height: 38px;
  }

  .light-h1---no-pre.white-bg, .bold-h1.dark {
    white-space: normal;
  }

  .div-block-101 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .reel-copy {
    z-index: 1;
    width: 100vw;
    height: auto;
    margin-top: 20px;
    margin-bottom: 70px;
  }

  .reel-copy.v2 {
    margin-top: 50px;
  }

  .background-video-11 {
    width: 100%;
    height: 200px;
  }

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

  .combine-padding-global-9 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#w-node-c1f9090d-dc8b-8c9e-85b0-387e496797dd-96c4b80d {
  justify-self: end;
}

#w-node-c1f9090d-dc8b-8c9e-85b0-387e496797e1-96c4b80d {
  align-self: center;
}

#w-node-c1f9090d-dc8b-8c9e-85b0-387e496797e2-96c4b80d {
  justify-self: start;
}

#w-node-_64401e23-e5c6-fe70-7e79-652f1e348e53-1e348e51 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_64401e23-e5c6-fe70-7e79-652f1e348e56-1e348e51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_64401e23-e5c6-fe70-7e79-652f1e348e54-1e348e51 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-c1f9090d-dc8b-8c9e-85b0-387e496797dd-90c4b85e {
  justify-self: end;
}

#w-node-c1f9090d-dc8b-8c9e-85b0-387e496797e1-90c4b85e {
  align-self: center;
}

#w-node-c1f9090d-dc8b-8c9e-85b0-387e496797e2-90c4b85e {
  justify-self: start;
}

#w-node-_3b93f269-5c6f-d67b-52fd-df16eeeeea87-a8c4b865, #w-node-_3b93f269-5c6f-d67b-52fd-df16eeeeea96-a8c4b865, #w-node-_3b93f269-5c6f-d67b-52fd-df16eeeeea9b-a8c4b865, #w-node-_3b93f269-5c6f-d67b-52fd-df16eeeeea9d-a8c4b865, #w-node-_3b93f269-5c6f-d67b-52fd-df16eeeeeab0-a8c4b865, #w-node-_3b93f269-5c6f-d67b-52fd-df16eeeeeab8-a8c4b865 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#logomenu.w-node-_7026145d-f028-2ae5-25a6-6e22a72f6675-a72f6672 {
  justify-self: center;
}

#w-node-_84b7902a-5e00-3eff-4873-dd889263d0ce-a72f6672 {
  order: 9999;
  align-self: start;
  justify-self: end;
}

#w-node-_0f3799f7-8c35-cf00-12db-8e1df8a26220-f8a26206 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf446410-544b-8d48-a34b-1601fffc3d85-04c4b899, #w-node-d0ee825b-a186-1e54-3353-a7321f516707-32c4b89b {
  justify-self: center;
}

#w-node-_1f9d0286-67aa-260e-6558-0420d0bdda05-42c4b8a6 {
  align-self: start;
}

#w-node-e90384bb-7347-81f1-1ef4-26bbdf8fcb7d-11c4b8cb, #w-node-_0eee292e-8625-2881-cdb9-4bb33101f96a-95c4b8cc {
  align-self: end;
}

#w-node-_820f3466-0828-e3f4-841b-efe6aa0ac199-18c4b8d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1cc804e-cffd-e0ee-03e3-8809ed7cfe9d-18c4b8d1 {
  grid-area: 2 / 1 / 4 / 3;
}

#w-node-_34deebf6-87c7-0cbf-716f-b525f60cce8c-18c4b8d1, #w-node-d09fb577-0268-18e1-996a-dff1ab022816-18c4b8d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d09fb577-0268-18e1-996a-dff1ab022817-18c4b8d1 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-d09fb577-0268-18e1-996a-dff1ab022818-18c4b8d1 {
  grid-area: 2 / 1 / 4 / 2;
}

#w-node-_26f6c3c3-76f7-cd64-7fd3-c03e6aa2c80e-18c4b8d1 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-e85d07d1-c699-d079-1f4e-cadfac103d26-18c4b8d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_188ad9c3-ac09-38db-3cad-70aed0b869c1-18c4b8d1 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ef8fdf86-29a2-5c4b-6099-8ae0128f01e6-18c4b8d1, #w-node-_820f3466-0828-e3f4-841b-efe6aa0ac199-1fc4b8d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1cc804e-cffd-e0ee-03e3-8809ed7cfe9d-1fc4b8d2 {
  grid-area: 2 / 1 / 4 / 3;
}

#w-node-_34deebf6-87c7-0cbf-716f-b525f60cce8c-1fc4b8d2, #w-node-d09fb577-0268-18e1-996a-dff1ab022816-1fc4b8d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d09fb577-0268-18e1-996a-dff1ab022817-1fc4b8d2 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-d09fb577-0268-18e1-996a-dff1ab022818-1fc4b8d2 {
  grid-area: 2 / 1 / 4 / 2;
}

#w-node-_26f6c3c3-76f7-cd64-7fd3-c03e6aa2c80e-1fc4b8d2 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_188ad9c3-ac09-38db-3cad-70aed0b869c1-1fc4b8d2 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-e85d07d1-c699-d079-1f4e-cadfac103d26-1fc4b8d2, #w-node-_1d0ff3f1-d489-0243-1a7e-1fad6914654f-1fc4b8d2, #w-node-ef8fdf86-29a2-5c4b-6099-8ae0128f01e6-1fc4b8d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#logomenu.w-node-_757f5ad2-b42a-d1ce-d73c-4cf143cddd25-68c4b8d8 {
  justify-self: center;
}

#w-node-_757f5ad2-b42a-d1ce-d73c-4cf143cddd2f-68c4b8d8 {
  order: 9999;
  align-self: start;
  justify-self: end;
}

#w-node-c1f9090d-dc8b-8c9e-85b0-387e496797dd-24c4b8db {
  justify-self: end;
}

#w-node-c1f9090d-dc8b-8c9e-85b0-387e496797e1-24c4b8db {
  align-self: center;
}

#w-node-c1f9090d-dc8b-8c9e-85b0-387e496797e2-24c4b8db {
  justify-self: start;
}

#w-node-bf77ef71-7e69-2feb-15c2-22bbe6ad0c63-3cc4b8ee {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-bf77ef71-7e69-2feb-15c2-22bbe6ad0c65-3cc4b8ee, #w-node-bf77ef71-7e69-2feb-15c2-22bbe6ad0c67-3cc4b8ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf77ef71-7e69-2feb-15c2-22bbe6ad0c6d-3cc4b8ee {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-bf77ef71-7e69-2feb-15c2-22bbe6ad0c6f-3cc4b8ee, #w-node-bf77ef71-7e69-2feb-15c2-22bbe6ad0c71-3cc4b8ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf77ef71-7e69-2feb-15c2-22bbe6ad0c77-3cc4b8ee {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-bf77ef71-7e69-2feb-15c2-22bbe6ad0c79-3cc4b8ee, #w-node-bf77ef71-7e69-2feb-15c2-22bbe6ad0c7b-3cc4b8ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c7b00a6-ea1e-84c1-60cb-3c50cc288470-5cc4b8f5 {
  justify-self: end;
}

#w-node-_6c7b00a6-ea1e-84c1-60cb-3c50cc288474-5cc4b8f5 {
  align-self: center;
}

#w-node-_6c7b00a6-ea1e-84c1-60cb-3c50cc288475-5cc4b8f5 {
  justify-self: start;
}

#w-node-_3affdd01-ad10-faca-5502-a6bdbb5e7c6b-b5e8555d, #w-node-_3affdd01-ad10-faca-5502-a6bdbb5e7c6d-b5e8555d, #w-node-_4e6a7c9c-79f0-ccd1-2461-1ecd91fce5e7-b5e8555d, #w-node-_3b3528ca-cffa-df8d-6fb0-3c8f88a5da73-b5e8555d, #w-node-_3affdd01-ad10-faca-5502-a6bdbb5e7c6f-b5e8555d, #w-node-_6b419050-964e-e522-de21-f21b996530fc-b5e8555d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cde93a8d-2e24-ccac-0973-b8aee0ad6dff-b5e8555d {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-cde93a8d-2e24-ccac-0973-b8aee0ad6e01-b5e8555d, #w-node-cde93a8d-2e24-ccac-0973-b8aee0ad6e03-b5e8555d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cde93a8d-2e24-ccac-0973-b8aee0ad6e09-b5e8555d {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-cde93a8d-2e24-ccac-0973-b8aee0ad6e0b-b5e8555d, #w-node-cde93a8d-2e24-ccac-0973-b8aee0ad6e0d-b5e8555d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cde93a8d-2e24-ccac-0973-b8aee0ad6e13-b5e8555d {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-cde93a8d-2e24-ccac-0973-b8aee0ad6e15-b5e8555d, #w-node-cde93a8d-2e24-ccac-0973-b8aee0ad6e17-b5e8555d, #w-node-_86b972d3-0c30-3668-acbd-66d3b98d0062-01a09a78, #w-node-_86b972d3-0c30-3668-acbd-66d3b98d006f-01a09a78, #w-node-_86b972d3-0c30-3668-acbd-66d3b98d0073-01a09a78, #w-node-_86b972d3-0c30-3668-acbd-66d3b98d0075-01a09a78, #w-node-_86b972d3-0c30-3668-acbd-66d3b98d0086-01a09a78, #w-node-_86b972d3-0c30-3668-acbd-66d3b98d0092-01a09a78, #w-node-_3affdd01-ad10-faca-5502-a6bdbb5e7c6b-26ec6bc2, #w-node-_3affdd01-ad10-faca-5502-a6bdbb5e7c6d-26ec6bc2, #w-node-_3affdd01-ad10-faca-5502-a6bdbb5e7c6f-26ec6bc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cde93a8d-2e24-ccac-0973-b8aee0ad6dff-26ec6bc2 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-cde93a8d-2e24-ccac-0973-b8aee0ad6e01-26ec6bc2, #w-node-cde93a8d-2e24-ccac-0973-b8aee0ad6e03-26ec6bc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cde93a8d-2e24-ccac-0973-b8aee0ad6e09-26ec6bc2 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-cde93a8d-2e24-ccac-0973-b8aee0ad6e0b-26ec6bc2, #w-node-cde93a8d-2e24-ccac-0973-b8aee0ad6e0d-26ec6bc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cde93a8d-2e24-ccac-0973-b8aee0ad6e13-26ec6bc2 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-cde93a8d-2e24-ccac-0973-b8aee0ad6e15-26ec6bc2, #w-node-cde93a8d-2e24-ccac-0973-b8aee0ad6e17-26ec6bc2, #w-node-cd52dc41-6918-351a-9730-53acff7ab08a-e42bab1d, #w-node-cd52dc41-6918-351a-9730-53acff7ab08c-e42bab1d, #w-node-cd52dc41-6918-351a-9730-53acff7ab08e-e42bab1d, #w-node-cd52dc41-6918-351a-9730-53acff7ab090-e42bab1d, #w-node-cd52dc41-6918-351a-9730-53acff7ab092-e42bab1d, #w-node-cd52dc41-6918-351a-9730-53acff7ab094-e42bab1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-e85d07d1-c699-d079-1f4e-cadfac103d26-18c4b8d1 {
    justify-self: end;
  }

  #w-node-bf77ef71-7e69-2feb-15c2-22bbe6ad0c67-3cc4b8ee, #w-node-cde93a8d-2e24-ccac-0973-b8aee0ad6e03-b5e8555d, #w-node-_3affdd01-ad10-faca-5502-a6bdbb5e7c6f-26ec6bc2, #w-node-cde93a8d-2e24-ccac-0973-b8aee0ad6e03-26ec6bc2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_64401e23-e5c6-fe70-7e79-652f1e348e54-1e348e51 {
    grid-column: 1 / 5;
    justify-self: center;
  }

  #w-node-_0f3799f7-8c35-cf00-12db-8e1df8a2621f-f8a26206 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-dc95b327-934c-83ff-b011-09b92dc414cd-37c4b8c9 {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_64401e23-e5c6-fe70-7e79-652f1e348e54-1e348e51 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #overlay.w-node-_7026145d-f028-2ae5-25a6-6e22a72f6683-a72f6672 {
    align-self: auto;
  }

  #logomenu.w-node-_7026145d-f028-2ae5-25a6-6e22a72f6675-a72f6672 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_0f3799f7-8c35-cf00-12db-8e1df8a2621f-f8a26206 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8d39590e-5d58-3e27-2712-ffe6989dbc7d-42c4b8a6 {
    justify-self: center;
  }

  #w-node-dc95b327-934c-83ff-b011-09b92dc414cd-37c4b8c9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #overlay.w-node-_757f5ad2-b42a-d1ce-d73c-4cf143cddcd9-68c4b8d8 {
    align-self: auto;
  }

  #logomenu.w-node-_757f5ad2-b42a-d1ce-d73c-4cf143cddd25-68c4b8d8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-f366c8cc-2437-8421-78a5-58cf5d585ee1-97c4b8e6, #w-node-f366c8cc-2437-8421-78a5-58cf5d585f2d-97c4b8e6, #w-node-_09570085-3f92-3d88-1a5b-1e62a306cf83-97c4b8e6, #w-node-_09570085-3f92-3d88-1a5b-1e62a306cfcf-97c4b8e6 {
    justify-self: auto;
  }

  #w-node-_6ef74492-0f36-65da-f0dc-c1dca1c4c63a-54c4b903 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'GothamBold';
  src: url('../fonts/GothamBold.TTF') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SpaceLemon';
  src: url('../fonts/icomoon.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SpaceLemon190921';
  src: url('../fonts/icomoon.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SpaceLemon200921';
  src: url('../fonts/icomoon.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SpaceLemon200921_V2';
  src: url('../fonts/icomoon.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SpaceLemon08092021-FR';
  src: url('../fonts/icomoon.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SpaceLemon08092021_FR_V2';
  src: url('../fonts/icomoon.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham book';
  src: url('../fonts/Gotham-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Krana fat b';
  src: url('../fonts/Krana-Fat-B.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gothamrnd';
  src: url('../fonts/GothamRnd-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gothamrnd book';
  src: url('../fonts/GothamRnd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}