@font-face {
  font-family: Helveticaneue roman;
  src: url('../fonts/HelveticaNeue-Roman.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Suisseintl;
  src: url('../fonts/SuisseIntl-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Suisseintl;
  src: url('../fonts/SuisseIntl-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Suisseintl;
  src: url('../fonts/SuisseIntl-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Suisseintl;
  src: url('../fonts/SuisseIntl-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Suisseintl;
  src: url('../fonts/SuisseIntl-ThinItalic.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Suisseintl;
  src: url('../fonts/SuisseIntl-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Suisseintl;
  src: url('../fonts/SuisseIntl-UltralightItalic.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Suisseintl;
  src: url('../fonts/SuisseIntl-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Suisseintl book;
  src: url('../fonts/SuisseIntl-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Suisseintl;
  src: url('../fonts/SuisseIntl-Ultralight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Suisseintl;
  src: url('../fonts/SuisseIntl-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Suisseintl;
  src: url('../fonts/SuisseIntl-RegularItalic.otf') format("opentype"), url('../fonts/SuisseIntl-BookItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Suisseintl;
  src: url('../fonts/SuisseIntl-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Suisseintl;
  src: url('../fonts/SuisseIntl-SemiBoldItalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Suisseintl;
  src: url('../fonts/SuisseIntl-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Suisseintl;
  src: url('../fonts/SuisseIntl-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Suisseintl;
  src: url('../fonts/SuisseIntl-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #292929;
  --antique-white: #e9e2cc;
  --white: white;
  --pink: #fbbebb;
  --gold: #ffcb30;
  --black-2: #0d0d0d;
  --medium-blue: #2a31b7;
  --blue: #2e36cb;
  --old-lace: #f4f0e3;
  --yellowshade: #e9b92c;
  --grey: #868686;
  --dim-grey-66666: #666;
}

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

body {
  color: var(--black);
  font-family: Suisseintl, sans-serif;
  font-size: 1vw;
  line-height: 1.4;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 5em;
  font-weight: 400;
  line-height: 1;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3.5em;
  font-weight: 400;
  line-height: 1;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1;
}

p {
  margin-bottom: 10px;
  font-size: 1.3em;
  line-height: 1.6;
}

a {
  color: var(--black);
  line-height: 1;
  text-decoration: none;
}

.bg-cream-shade {
  background-color: var(--antique-white);
}

.bg-white {
  background-color: var(--white);
}

.heading-sm {
  z-index: 1;
  font-size: 2.5em;
  line-height: 1;
  position: relative;
}

.heading-sm.font-normal {
  margin-top: 0;
  line-height: 1.4;
}

.heading-sm.split-text.heading-offres {
  text-transform: none;
  margin-bottom: 40px;
}

.text-pink {
  color: var(--pink);
}

.bg-yellow {
  background-color: var(--gold);
}

.bg-pink {
  background-color: var(--pink);
}

.p-lg {
  font-size: 1.8em;
  line-height: 1.4;
}

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

.bg-black {
  background-color: var(--black-2);
  color: #000;
}

.div-hide {
  position: relative;
  overflow: hidden;
}

.styleguide-parent {
  border-bottom: 1px solid #0003;
  align-items: center;
  padding: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pad-right {
  padding-right: 10px;
}

.bg-blue-shade {
  background-color: var(--medium-blue);
}

.pad-left {
  padding-left: 10px;
}

.heading-xsm {
  z-index: 1;
  font-size: 1.5em;
  line-height: 1;
  position: relative;
}

.heading-xsm.question {
  margin-bottom: 0;
}

.heading-xsm.bold {
  margin-bottom: 0;
  font-weight: 900;
}

.text-white {
  color: #fff;
  line-height: 1;
}

.text-white.animate-line {
  text-align: center;
}

.text-white.light-typeface.text-height-1-4.split-text {
  font-size: 1.2vw;
}

.flex-cc-v {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-blue {
  color: var(--blue);
}

.bg-blue {
  background-color: var(--blue);
}

.flex-cl-h {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.heading-md {
  z-index: 2;
  font-size: 3.5em;
  line-height: 1;
}

.bg-cream {
  background-color: var(--old-lace);
}

.caps {
  text-transform: uppercase;
  padding-top: 1px;
  padding-bottom: 1px;
  line-height: 1;
}

.bold {
  font-weight: 700;
}

.parent {
  z-index: 1;
  position: relative;
}

.text-cream {
  color: var(--old-lace);
}

.super-text {
  white-space: nowrap;
  font-size: 9em;
  line-height: 1;
}

.super-text.text-white {
  line-height: 1;
}

.ab {
  position: absolute;
}

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

.heading-lg {
  font-size: 5em;
  line-height: 1;
}

.bg-yellow-shade {
  background-color: var(--yellowshade);
}

.html-embed {
  display: none;
}

.intro-parent {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.panel {
  background-color: var(--blue);
  width: 50%;
  height: 100%;
}

.logo-parent {
  align-items: center;
  display: flex;
  position: absolute;
}

.logo-parent.rel {
  position: relative;
}

.border-line-h {
  background-color: var(--old-lace);
  width: 1px;
  height: 1.5em;
  margin-left: 1em;
  margin-right: 1em;
}

.border-line-h.black {
  background-color: var(--black);
  margin-left: .5em;
  margin-right: .5em;
}

.intro-logo {
  width: 14em;
}

.btn-parent {
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 1.2em 2em 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ab-btm {
  position: absolute;
  bottom: 4em;
}

.nav {
  z-index: 998;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  position: fixed;
  inset: 0% auto auto 0%;
}

.container-lg {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.nav-logo {
  width: 3em;
}

.nav-parent {
  z-index: 20;
  background-color: var(--black-2);
  align-items: center;
  padding-top: 1.6em;
  padding-bottom: 1.6em;
  display: flex;
}

.nav-parent.bg-black {
  color: #000;
  position: sticky;
}

.burger-menu-parent {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  margin-right: 1.5em;
  display: flex;
}

.burger-line-top, .burger-line-middle, .burger-line-bottom {
  background-color: var(--black);
  width: 100%;
  height: 2px;
  margin-bottom: 3px;
}

.hero-parent {
  width: 100%;
  padding-top: 14em;
}

.container-m {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.img-parent {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.img-parent.hero-img {
  height: 45em;
  margin-top: 14em;
}

.img-child {
  width: 100%;
  height: 100%;
  position: relative;
}

.img-child.img-1 {
  background-image: url('../images/Hero-Image.jpg');
  background-position: 50%;
  background-size: cover;
}

.img-child.img-2 {
  background-image: url('../images/ui-design-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.play-btn-parent {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.text-ring {
  width: 15em;
}

.play-btn {
  background-color: var(--gold);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 70%;
  display: flex;
  position: absolute;
}

.play-icon {
  width: 2.5em;
  padding-right: .5em;
}

.circle-parent-one {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 16em;
  height: 16em;
  display: block;
  position: absolute;
  top: 19em;
  left: -3em;
}

.circle-child {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.arrow-one {
  width: 2em;
  position: relative;
}

.circle-parent-two {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 16em;
  height: 16em;
  display: block;
  position: absolute;
  top: 19em;
  left: auto;
  right: 10em;
}

.body-change {
  background-color: var(--white);
  font-weight: 300;
  line-height: 1.4;
}

.align-c {
  text-align: center;
  line-height: 1;
}

.italic {
  font-style: italic;
}

.circle-parent-three {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 16em;
  height: 16em;
  display: block;
  position: absolute;
  inset: auto 3rem -2em auto;
}

._wf-logo {
  z-index: 10;
  width: 12em;
  position: absolute;
  bottom: 2em;
  left: 2em;
}

.content-section {
  padding-top: 4.8em;
  padding-bottom: 6.8em;
}

.content-section.hide {
  display: none;
}

.grid-2-col-right {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
}

.tab-parent {
  width: 100%;
}

.tab-top {
  align-items: flex-end;
  width: 100%;
  height: 12em;
  padding-bottom: 2em;
  display: flex;
  position: relative;
}

.tab-btn-parent {
  width: 100%;
  padding-bottom: 1.5em;
  display: flex;
  position: relative;
}

.tab-btn-child {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.border-line-btm {
  z-index: 1;
  background-color: var(--black);
  width: 100%;
  height: 3px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.border-line-btm.thin {
  height: 1px;
}

.tab-active {
  background-color: var(--black);
  width: 25%;
  height: 3px;
  position: absolute;
  bottom: 0;
}

.card-wipe {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.card-wipe.bg-black {
  z-index: 1;
}

.tab-btm {
  align-items: center;
  width: 100%;
  height: 45em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tab-slide-parent {
  flex-direction: column;
  align-items: center;
  width: 100vw;
  height: 180em;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.tab-slide-child {
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100%;
  position: relative;
}

.tab-panel {
  z-index: 1;
  background-color: var(--blue);
  align-items: center;
  width: 50%;
  padding: 4em 4em 3em;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.tab-panel-btn {
  background-color: var(--blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 8em;
  display: flex;
  position: absolute;
  left: -4em;
}

.tab-panel-child {
  margin-right: 2.4em;
  display: flex;
  position: relative;
}

.tab-line {
  background-color: var(--old-lace);
  width: 2px;
  height: 3em;
  margin-right: .5em;
}

.tab-content-parent {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.tab-title-parent {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.tab-text-wrap {
  height: 3em;
}

.tab-txt-child {
  position: relative;
}

.scroll-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 14em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.list-parent {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 4em;
  padding-right: 0;
  display: flex;
  position: relative;
}

.list-parent.question {
  padding-bottom: 2em;
}

.num-txt {
  z-index: 2;
  font-size: 3em;
  font-weight: 400;
  position: relative;
}

.num-txt-ap {
  z-index: 2;
  font-size: 3em;
  font-weight: 400;
  position: absolute;
  inset: 0% auto auto 0%;
}

.tag {
  z-index: 12;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .7em 1em .5em;
  display: flex;
  position: relative;
}

.list-image-parent {
  z-index: 10;
  border-radius: 1em;
  width: 19em;
  height: 22em;
  position: absolute;
  left: -51%;
  right: auto;
  overflow: hidden;
}

.num-txt-lg {
  z-index: 1;
  font-size: 10em;
  position: absolute;
  bottom: -6%;
  right: .1em;
}

.scroll-section-mouse {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  margin-top: 5em;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.scroll-inner {
  width: 180vw;
  height: 100%;
  display: flex;
  position: absolute;
}

.scroll-parent {
  justify-content: center;
  align-items: center;
  width: 42vw;
  margin-left: 1.5vw;
  margin-right: 1.5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.name-mark {
  color: var(--old-lace);
  font-size: 2.5em;
  line-height: 1;
}

.ring-one {
  border: 5px solid var(--black);
  background-color: var(--old-lace);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 10em;
  height: 10em;
  display: flex;
}

._w-logo {
  width: 4.4em;
}

.ring-two {
  border: 5px solid var(--black);
  background-color: #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 20em;
  height: 20em;
  display: flex;
  position: absolute;
}

.ring-three {
  border: 5px solid var(--black);
  background-color: #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 30em;
  height: 30em;
  display: flex;
  position: absolute;
}

.ring-four {
  border: 5px solid var(--black);
  background-color: #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40em;
  height: 40em;
  display: flex;
  position: absolute;
}

.content-footer {
  justify-content: center;
  padding-top: 18em;
  padding-bottom: 18em;
  display: flex;
  position: relative;
}

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

.btn-parent-lg {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 1.6em 3em 1.4em;
  display: flex;
  position: relative;
}

.btn-text-ap, .flame-parent {
  position: absolute;
}

.flame {
  width: 1.5em;
}

.intro-logo-2 {
  width: 14em;
}

.border-line-h-2 {
  background-color: #fff;
  width: 1px;
  height: 1.5em;
}

.btn-txt-sm {
  z-index: 1;
  position: relative;
}

.btn-txt-ap {
  z-index: 1;
  position: absolute;
}

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

.card-wipe-r {
  background-color: var(--old-lace);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.arrow-one-ap {
  width: 2em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.nav-grid-parent {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-weight: 400;
  display: grid;
}

.nav-middle-parent {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-menu-parent {
  grid-column-gap: 4em;
  justify-content: flex-end;
  display: flex;
}

.home-hero {
  background-color: var(--black-2);
  height: 100vh;
  padding-top: 8em;
  position: relative;
}

.hero-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.hero-grid-middle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.line-btm {
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.line-btm.bg-black.opacity-10 {
  display: block;
}

.line-btm.bg-black.opacity-10.projet {
  display: none;
}

.opacity-10 {
  opacity: .1;
}

.hero-marquee {
  width: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.hero-marquee-container {
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
}

.inner-hero-marquee {
  grid-column-gap: 2em;
  align-items: center;
  font-weight: 400;
  display: flex;
}

.super-text-xl {
  white-space: nowrap;
  font-size: 15em;
  line-height: 1;
}

.super-text-xl.text-white {
  font-size: 12em;
  line-height: 1;
}

.super-text-xl.medium {
  font-weight: 500;
}

.marquee-circle {
  background-color: var(--white);
  border-radius: 100%;
  width: 4.6em;
  height: 4.6em;
}

.inner-marquee-child {
  grid-column-gap: 2em;
  white-space: nowrap;
  align-items: center;
  display: flex;
}

.home-info {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 4.8em;
  padding-bottom: 4.8em;
  display: flex;
}

.home-info-grid {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--white);
  mix-blend-mode: difference;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .5fr;
  grid-auto-columns: 1fr;
  margin-top: 7.6em;
  display: grid;
  position: relative;
}

.info-circle {
  float: left;
  clear: left;
  background-color: var(--white);
  border-radius: 100%;
  width: 1.8em;
  height: 1.8em;
  margin-top: .4em;
  margin-right: 8em;
}

.border-line-btm-2 {
  z-index: 1;
  background-color: #292929;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.border-line-btm-2.opacity-10.doublon {
  display: none;
}

.arrow-down-right {
  width: 1em;
}

.projects-info-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 6.8em;
  padding-bottom: 4.4em;
  display: grid;
}

.info-text-container {
  padding-left: .6em;
}

.project-list-image {
  z-index: 2;
  object-fit: cover;
  object-position: 100% 50%;
  width: 100%;
  height: 100%;
  position: relative;
}

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

.project-tag {
  z-index: 1;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  margin-top: 1.6em;
  display: flex;
  position: relative;
}

.text-black {
  color: var(--black-2);
}

.border-line-top {
  z-index: 1;
  background-color: #292929;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.border-line-top.opacity-10.projet {
  display: none;
}

.home-process {
  padding-top: 12em;
  padding-bottom: 12em;
}

.home-process.offres {
  padding-top: 4em;
  padding-bottom: 8em;
}

.home-process.process {
  padding-top: 10em;
  padding-bottom: 8em;
}

.process-info-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .25fr 1.25fr 1.25fr;
  grid-auto-columns: 1fr;
  margin-top: 3em;
  margin-bottom: 3em;
  padding-top: 5em;
  padding-bottom: 6em;
  display: grid;
}

.process-info-text.offres {
  padding-top: 4em;
  padding-bottom: 6em;
}

.process-info-text.offres.avis {
  padding-top: 2em;
  padding-bottom: 2em;
}

.process-grid-child {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.process-grid-child.second, .process-grid-child.split {
  grid-template-columns: 1fr 1fr;
}

.process-container {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-right: 9em;
  display: flex;
  position: relative;
}

.process-container._2 {
  padding-left: .8em;
  position: relative;
}

.process-container.offre {
  align-items: center;
  padding-left: 2rem;
  padding-right: 4em;
}

.process-container.offre.offre-left {
  padding-left: 0;
  padding-right: 0;
}

.process-container.right-offers {
  padding-right: 2em;
}

.process-number, .process-head {
  font-weight: 400;
}

.list-left {
  grid-column-gap: 7.75em;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.product-text-container {
  padding-left: 1.4em;
}

.light-typeface {
  font-weight: 300;
}

.vertical-line-90 {
  background-color: var(--black-2);
  width: 1px;
  height: 80%;
  position: absolute;
  inset: 10% auto auto 0%;
}

.process-container-2 {
  grid-row-gap: 2em;
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  margin-left: 2em;
  display: flex;
}

.process-container-2.offre-left {
  margin-right: 4rem;
}

.process-container-2.right-offer {
  margin-left: 4em;
}

.vertical-line-90-left {
  background-color: var(--black-2);
  width: 1px;
  height: 80%;
  position: absolute;
  inset: 10% 0% auto auto;
}

.vertical-line-90-left.opacity-10.projet {
  display: none;
}

.footer-parent {
  padding-top: 6.4em;
  padding-bottom: 4em;
}

.footer-marquee {
  width: 100%;
  padding-top: 6.4em;
  padding-bottom: 6.4em;
  position: relative;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

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

.footer-top-container {
  padding-bottom: 6.4em;
  position: relative;
}

.footer-btm-container {
  padding-top: 4em;
  position: relative;
}

.footer-btm-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-btm-right {
  grid-column-gap: 2em;
  align-items: center;
  display: flex;
}

.footer-social-parent {
  grid-column-gap: .6em;
  grid-row-gap: 0em;
  align-items: center;
  padding-left: 4em;
}

.footer-arrow-icon {
  filter: invert(34%);
  width: .8em;
}

.line-top-white {
  z-index: 1;
  background-color: var(--white);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.process-grid-parent-mobile, .mobile-nav-parent.hide {
  display: none;
}

.navigation {
  z-index: 18;
  width: 100%;
  position: fixed;
  top: 0;
}

.mobile-nav-open-parent {
  display: none;
}

.footer-cta-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.footer-cta-l {
  position: relative;
}

.footer-cta-r {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .85fr .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 1em;
  padding-left: 5em;
  display: grid;
  position: relative;
}

.heading-semi {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4em;
  line-height: 1;
}

.heading-footer-cta {
  font-size: 5.8em;
  line-height: 1;
}

.footer-social-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.25fr;
  grid-auto-columns: 1fr;
  margin-top: 6.4em;
  display: grid;
}

.footer-social-grid {
  grid-column-gap: 4em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-social-top {
  color: var(--grey);
}

.footer-social-btm {
  padding-top: 2em;
}

.footer-social-btm-link {
  justify-content: space-between;
  display: flex;
}

.footer-social-btm-link-r {
  grid-column-gap: 1em;
  color: var(--grey);
  align-items: center;
  display: flex;
}

.footer-social-btm-parent {
  cursor: pointer;
  padding-top: 1.6em;
  padding-bottom: 1.6em;
  position: relative;
}

.footer-social-btm-parent.dribble {
  display: none;
}

.info-text-link {
  border-bottom: 2px solid var(--white);
  cursor: pointer;
}

.info-parent {
  position: relative;
}

.info-img-parent {
  width: 40em;
  position: absolute;
  inset: 0%;
}

.info-img {
  object-fit: cover;
  border-radius: 1em;
  width: 75%;
  height: 90%;
  margin-top: 5em;
}

.heading-top-info {
  z-index: 1;
  color: var(--white);
  mix-blend-mode: difference;
  position: relative;
}

.heading-top-info.mentions {
  margin-top: 12em;
  margin-left: 1em;
}

.work-hero {
  padding-top: 10em;
  padding-bottom: 5.4em;
  position: relative;
}

.work-hero.tab {
  padding-top: 10em;
}

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

.work-detail-parent {
  grid-row-gap: 2.6em;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 8.7em;
  display: flex;
}

.sector-parent {
  grid-column-gap: 0em;
  grid-row-gap: .6em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.work-role-parent, .work-platform-parent {
  grid-row-gap: .6em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.work-info-1 {
  padding-top: 4em;
  padding-bottom: 4em;
}

.work-info-1-grid {
  justify-content: space-between;
  display: flex;
}

.work-info-1-left {
  max-width: 60em;
}

.work-info-1-right {
  max-width: 22.4em;
}

.text-size-info {
  font-size: .8em;
}

.font-normal {
  font-weight: 400;
}

.work-info-1-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: 2em;
  overflow: hidden;
}

.work-img-1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.work-info-2 {
  padding-top: 4em;
  padding-bottom: 1.6em;
}

.work-info-2-img {
  object-fit: cover;
  width: 100%;
  margin-top: 4em;
  margin-bottom: 2em;
  overflow: hidden;
}

.work-info-3 {
  padding-bottom: 1.6em;
}

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

.work-img3-parent {
  object-fit: cover;
  margin-top: 2em;
  margin-bottom: 2em;
  overflow: hidden;
}

.work-img-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.work-info-carousel {
  padding-bottom: 1.6em;
}

.work-img-4-temp {
  object-fit: cover;
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
  overflow: hidden;
}

.work-img-4-fake {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.work-img-5-6-7 {
  padding-bottom: 10em;
  position: relative;
}

.work-img-btm-grid {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.work-img-5-child {
  width: 100%;
  height: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
  overflow: hidden;
}

.work-img-6-child {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
  overflow: hidden;
}

.work-img-5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.work-img-6 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.work-img-7-child {
  object-fit: cover;
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
  overflow: hidden;
}

.work-img-7 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.more-work {
  padding-top: 4em;
  padding-bottom: 8em;
}

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

.more-work-circle {
  background-color: var(--black-2);
  border-radius: 100%;
  width: 1.26em;
  height: 1.26em;
}

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

.more-work-btm {
  margin-top: 7.2em;
}

.more-work-btm-r {
  grid-column-gap: 26px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.more-work-l {
  grid-row-gap: 1.6em;
  flex-direction: column;
  display: flex;
}

.more-work-l.num2 {
  display: none;
}

.more-work-l-img-parent {
  grid-row-gap: 1.6em;
  object-fit: cover;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
}

.more-work-l-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.more-work-btm-head {
  display: flex;
}

.more-work-r {
  grid-row-gap: 1.6em;
  flex-direction: column;
  display: flex;
}

.page-load-div {
  z-index: 20;
  background-color: var(--black-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.page-load-container {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 95vh;
  display: flex;
}

.page-load-top {
  display: flex;
}

.page-load-btm-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.pg-loading-text-div {
  color: var(--white);
}

.pg-loading-text-progress {
  align-items: flex-start;
  margin-bottom: -1.2em;
  display: flex;
  position: relative;
}

.pg-loading-number {
  color: var(--white);
  margin-top: -2em;
  margin-right: 2em;
}

.pg-loading-percent-div {
  color: var(--white);
  align-items: center;
  display: flex;
}

.pg-loading-bracket-img {
  width: 1em;
}

.loading-circle-json {
  position: absolute;
  top: -1%;
  left: -3%;
}

.trigger {
  display: none;
}

.text-height-1-4 {
  line-height: 1.4;
}

.heading-rg {
  z-index: 2;
  font-size: 3.2em;
  line-height: 1;
}

.heading-rg.split-text {
  font-size: 3em;
  line-height: 1.2;
}

.split-text.distance {
  line-height: 1.6;
}

.line-btm-white {
  z-index: 1;
  background-color: var(--white);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-footer-space {
  height: 3em;
  display: none;
}

.post-number {
  opacity: 0;
}

.next-cms-div {
  display: flex;
}

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

.empty-cms {
  background-color: #0000;
}

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

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

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

.work-img-speed-div {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.question-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.separator-xs {
  height: 1em;
}

.sub-heading {
  margin-top: 60px;
  font-size: 1.4em;
}

.italic-text {
  color: var(--grey);
  font-weight: 300;
  line-height: 1.4;
}

.image {
  max-width: none;
}

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

._404-link {
  font-size: 1.2vw;
  text-decoration: underline;
}

.texte-mentions {
  margin-bottom: 0;
  font-size: .9rem;
}

.texte-mentions.mentions {
  font-weight: 300;
}

.wrapper-mentions {
  margin: 4em 1em 6em;
}

.testimonial-stack {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.testimonial-card-three {
  background-color: var(--white);
  text-align: center;
  padding: 64px 42px;
  box-shadow: 3px 3px 16px 2px #0003;
}

.testimonial-card-content {
  flex-direction: column;
  align-items: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-card-heading {
  margin-bottom: 24px;
}

.testimonial-text-three {
  font-size: 1.3em;
  line-height: 1.6;
}

.testimonial-info-four {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-image.centered {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  margin-right: 0;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
  font-size: 2em;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

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

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-h3-heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-testimonial-author {
  grid-column-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author:hover {
  border-color: #0000;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-text-weight-medium {
  font-weight: 500;
}

.f-h6-heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.5;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-section-regular {
  padding: 72px 5%;
  position: relative;
}

.f-testimonial-card {
  color: #160042;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  padding: 32px;
  display: flex;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular.f-text-weight-medium {
  font-weight: 500;
}

.f-testimonial-avatar-small {
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-heading-detail-small {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

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

.f-testimonial-background {
  background-color: #f7f9fd;
  width: 100%;
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

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

.testimonial-column-dark {
  border-bottom: 1px #e4ebf3;
  justify-content: center;
  align-items: center;
  padding: 20px 10px 30px;
  display: flex;
  position: relative;
}

.container-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

.testimonial-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border: 1px solid #0000;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.testimonial-block-main {
  background-color: var(--white);
  border-radius: 10px;
  justify-content: space-between;
  padding: 40px;
  display: flex;
  box-shadow: 0 0 4px #0003;
}

.testimonial-main-image {
  object-fit: cover;
  width: 200px;
  height: 280px;
  margin-right: 24px;
}

.testimonial-main-content {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 10px;
  font-size: 1em;
}

.testimonial-main-heading {
  margin-top: 10px;
  margin-bottom: 2px;
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.4;
}

.testimonial-block {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  display: flex;
  box-shadow: 0 0 4px #0003;
}

.testimonial-info-two {
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.testimonial-image-2 {
  object-fit: contain;
  border-radius: 0%;
  width: 40px;
  height: 40px;
  max-height: 250%;
  margin-right: 16px;
}

.testimonial-author-name {
  color: var(--black);
  font-weight: 500;
}

.text-block-2, .name-avis, .text-block-4 {
  color: var(--grey);
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 6vw;
  }

  .heading-sm {
    font-size: 3vw;
  }

  .heading-sm.font-normal {
    line-height: 1.3;
  }

  .p-lg {
    font-size: 20px;
  }

  .heading-xsm, .text-white.light-typeface.text-height-1-4.split-text {
    font-size: 2vw;
  }

  .heading-md {
    font-size: 4vw;
  }

  .super-text {
    font-size: 12vw;
  }

  .heading-lg {
    font-size: 6vw;
  }

  .intro-logo {
    width: 12em;
  }

  .btn-parent {
    padding-top: 15px;
  }

  .hero-parent {
    padding-top: 140px;
  }

  .circle-parent-one {
    width: 14em;
    height: 14em;
  }

  .circle-parent-two {
    width: 11em;
    height: 11em;
  }

  .body-change {
    font-size: 12px;
  }

  .circle-parent-three {
    width: 8em;
    height: 8em;
  }

  .grid-2-col-right {
    grid-template-columns: 1fr 4fr;
  }

  .intro-logo-2 {
    width: 12em;
  }

  .home-hero {
    height: 100vh;
  }

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

  .super-text-xl {
    font-size: 12em;
  }

  .super-text-xl.text-white {
    font-size: 15vw;
  }

  .home-info-grid {
    grid-template-columns: 4.75fr 1fr;
  }

  .info-circle {
    margin-right: 4em;
  }

  .projects-info-text {
    grid-template-columns: 1fr 1fr 1fr 1.5fr 2fr;
  }

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

  .home-process {
    padding-top: 6em;
  }

  .home-process.offres {
    padding-bottom: 6em;
  }

  .process-info-text {
    grid-template-columns: 1fr 1fr .25fr 1.25fr 2.5fr;
    margin-top: 1em;
  }

  .process-container {
    padding-right: 0;
  }

  .process-container.offre {
    padding-left: 1rem;
  }

  .process-container-2 {
    padding-right: 0;
  }

  .footer-social-parent {
    width: 80%;
  }

  .process-grid-parent-mobile, .process-grid-parent-mobile.hide {
    display: none;
  }

  .navigation {
    position: fixed;
  }

  .mobile-nav-open-parent {
    display: none;
  }

  .mobile-open-nav {
    position: relative;
  }

  .footer-cta-r {
    grid-template-columns: .5fr 1.1fr .5fr;
  }

  .heading-semi, .heading-footer-cta {
    font-size: 6vw;
  }

  .footer-social-container {
    grid-template-columns: .5fr;
    justify-content: center;
    display: flex;
  }

  .footer-social-grid {
    grid-column-gap: 4em;
    grid-template-columns: 1.25fr 1.25fr;
    justify-content: space-around;
    align-items: stretch;
    display: flex;
  }

  .footer-social-btm-link-r {
    grid-column-gap: 2em;
    margin-left: 20px;
    display: flex;
  }

  .work-hero {
    padding-top: 10em;
  }

  .work-info-2-img {
    margin-top: 2em;
  }

  .more-work {
    padding-bottom: 8em;
  }

  .more-work-btm {
    margin-top: 4em;
  }

  .loading-circle-json {
    left: -13%;
  }

  .heading-rg {
    font-size: 4vw;
  }

  .div-footer-space {
    display: none;
  }

  .container {
    max-width: 728px;
  }

  .testimonial-text-three {
    font-size: 16px;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .f-testimonial-background {
    height: 20%;
  }

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

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

  .testimonial-main-image {
    width: 300px;
    height: 350px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 7vw;
  }

  h2 {
    font-size: 6em;
  }

  h3 {
    font-size: 4em;
  }

  h4 {
    font-size: 3em;
  }

  p {
    font-size: 18px;
  }

  .heading-sm {
    font-size: 4vw;
  }

  .heading-sm.font-normal {
    z-index: 1;
  }

  .styleguide-parent {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-xsm {
    font-size: 3vw;
  }

  .text-white.light-typeface.text-height-1-4.split-text {
    font-size: 4vw;
  }

  .heading-md {
    font-size: 6vw;
  }

  .super-text {
    font-size: 14vw;
  }

  .heading-lg {
    font-size: 8vw;
  }

  .logo-parent.push {
    margin-bottom: 100px;
  }

  .intro-logo {
    width: 11em;
  }

  .btn-parent.ab-btm.bg-yellow {
    bottom: 100px;
  }

  .circle-parent-one {
    top: 13em;
    left: -2em;
  }

  .circle-parent-two {
    top: 18em;
    right: 5em;
  }

  .content-section {
    padding-top: 6em;
    padding-bottom: 4em;
  }

  .grid-2-col-right {
    grid-template-columns: 4fr;
  }

  .intro-logo-2 {
    width: 11em;
  }

  .home-hero {
    height: 100vh;
  }

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

  .hero-grid-middle {
    grid-template-columns: 1fr 3.75fr;
  }

  .hero-text-parent {
    font-size: 16px;
  }

  .super-text-xl {
    font-size: 14vw;
  }

  .super-text-xl.text-white {
    font-size: 16vw;
  }

  .home-info-grid {
    grid-template-columns: 1.75fr;
    margin-top: 4em;
  }

  .info-circle {
    margin-right: 2em;
  }

  .projects-info-text {
    grid-template-columns: 1fr .25fr 1fr 1.5fr 4.25fr;
  }

  .home-process {
    padding-top: 8em;
  }

  .process-info-text {
    grid-template-columns: 1fr .25fr 1.25fr 3.5fr;
  }

  .process-grid-parent.hide {
    display: none;
  }

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

  .process-container._2 {
    padding-left: 0;
  }

  .process-container-2 {
    margin-left: 0;
  }

  .footer-top-grid {
    grid-template-columns: 1fr 1fr 1.75fr 1fr;
  }

  .footer-social-parent {
    padding-left: 0;
    display: flex;
  }

  .process-grid-parent-mobile {
    display: block;
  }

  .hide {
    display: none;
  }

  .mobile-nav-parent.hide {
    cursor: pointer;
    display: block;
  }

  .navigation {
    width: 100%;
    height: auto;
  }

  .mobile-nav-open-parent {
    z-index: 20;
    background-color: var(--black-2);
    align-items: flex-end;
    width: 100%;
    height: 100vh;
    padding-bottom: 8em;
    position: fixed;
    inset: 0% auto auto 0%;
  }

  .mobile-nav-btm {
    position: relative;
  }

  .mobile-nav-top {
    grid-row-gap: 3em;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 5em;
    display: flex;
  }

  .mobile-nav-social-parent {
    grid-column-gap: 8em;
    justify-content: flex-start;
    display: flex;
  }

  .mobile-social-text {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .mobile-open-nav {
    width: 100%;
    height: 100%;
  }

  .mobile-nav-holder {
    width: 100%;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .footer-cta-r {
    grid-template-columns: .25fr .75fr;
  }

  .heading-semi {
    font-size: 8vw;
    line-height: 1.2;
  }

  .heading-footer-cta {
    font-size: 8vw;
  }

  .footer-social-container {
    grid-template-columns: 1fr;
  }

  .footer-social-grid {
    grid-row-gap: 4em;
    grid-template-columns: 1fr;
  }

  .info-img-parent {
    margin-top: 8em;
  }

  .info-img {
    width: 70%;
    height: 100%;
  }

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

  .work-info-1-grid {
    grid-row-gap: 1.6em;
    flex-direction: column;
  }

  .work-info-1-left, .work-info-1-right {
    max-width: none;
  }

  .work-info-1-img {
    margin-top: 0;
  }

  .work-info-2 {
    padding-top: 2em;
  }

  .work-info-2-img {
    margin-top: 0;
  }

  .work-img-5-6-7 {
    padding-bottom: 6em;
  }

  .more-work {
    padding-bottom: 8em;
  }

  .more-work-btm {
    margin-top: 2em;
  }

  .page-load-btm {
    position: relative;
    top: -4em;
  }

  .pg-loading-number {
    margin-top: -.7em;
  }

  .loading-circle-json {
    left: -18%;
  }

  .heading-rg {
    font-size: 6vw;
  }

  .paragraph, .paragraph-2 {
    font-size: 16px;
  }

  .paragraph-3 {
    font-size: 14px;
  }

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

  .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8 {
    font-size: 14px;
  }

  .testimonial-stack {
    padding: 60px 15px;
  }

  .testimonial-text-three {
    font-size: 15px;
    line-height: 28px;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr;
  }

  .testimonial-column-dark {
    padding: 20px 15px 60px;
  }

  .testimonial-main-image {
    width: 250px;
  }

  .paragraph-11 {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 12vw;
  }

  h3 {
    font-size: 6em;
  }

  h4 {
    font-size: 4em;
  }

  .heading-sm {
    font-size: 6vw;
  }

  .heading-sm.font-normal {
    z-index: 1;
    line-height: 1.4;
  }

  .p-lg {
    font-size: 18px;
  }

  .heading-xsm, .text-white.light-typeface.text-height-1-4.split-text {
    font-size: 4vw;
  }

  .heading-md {
    font-size: 7vw;
  }

  .super-text {
    font-size: 16vw;
  }

  .heading-lg {
    font-size: 12vw;
  }

  .logo-parent.push {
    top: 40%;
  }

  .btn-parent.ab-btm.bg-yellow {
    bottom: 150px;
  }

  .circle-parent-one {
    width: 10em;
    height: 10em;
    top: 6em;
    left: -1em;
  }

  .circle-parent-two {
    width: 8em;
    height: 8em;
    top: 20em;
    right: 1em;
  }

  .grid-2-col-right {
    grid-template-columns: 4fr;
  }

  .tag.mobile, .list-image-parent {
    display: none;
  }

  .home-hero {
    height: 100vh;
  }

  .hero-grid {
    grid-column-gap: 0px;
    grid-template-columns: .25fr 3.75fr;
  }

  .hero-grid-middle {
    grid-template-columns: 3fr;
    font-size: 16px;
  }

  .super-text-xl {
    font-size: 16vw;
  }

  .super-text-xl.text-white {
    font-size: 20vw;
  }

  .projects-info-text {
    grid-template-columns: 1.5fr 4.25fr;
  }

  .home-process {
    padding-bottom: 8em;
  }

  .home-process.offres {
    padding-top: 4em;
  }

  .home-process.process {
    padding-top: 8em;
  }

  .process-info-text {
    grid-template-columns: 1.25fr 2.75fr;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .process-info-text.offres {
    padding-bottom: 4em;
  }

  .process-container._2, .product-text-container {
    padding-left: 0;
  }

  .footer-top-grid {
    grid-template-columns: 1fr 1.75fr;
  }

  .footer-top-container {
    flex-flow: column;
    display: flex;
  }

  .footer-btm-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    display: flex;
  }

  .footer-btm-right {
    justify-content: center;
    align-items: flex-start;
  }

  .footer-social-parent {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    display: flex;
  }

  .mobile-nav-parent {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 1em;
    display: flex;
  }

  .navigation {
    position: fixed;
  }

  .mobile-nav-open-parent {
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .mobile-nav-top {
    margin-bottom: 10em;
  }

  .mobile-nav-social-parent {
    grid-column-gap: 4em;
    grid-row-gap: 2em;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .mobile-social-text {
    margin-left: 15px;
  }

  .mobile-nav-link {
    font-weight: 400;
    overflow: hidden;
  }

  .footer-cta-r {
    grid-column-gap: 0px;
    grid-template-columns: .25fr;
    grid-auto-columns: 4fr;
    padding-left: 0;
    display: flex;
  }

  .heading-semi {
    font-size: 10vw;
  }

  .heading-footer-cta {
    font-size: 12vw;
  }

  .footer-social-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .footer-social-grid {
    flex-flow: column;
    align-items: center;
    width: 100%;
  }

  .info-img-parent {
    display: none;
  }

  .work-hero-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .work-detail-parent {
    grid-row-gap: 1.8em;
    padding-right: 0;
  }

  .work-info-1 {
    padding-top: 2em;
  }

  .work-info-1-grid {
    grid-row-gap: 1.6em;
    flex-direction: column;
  }

  .work-info-1-img {
    margin-top: 0;
  }

  .work-info-2 {
    padding-top: 2em;
  }

  .work-info-2-img {
    margin-top: 0;
    margin-bottom: 1em;
  }

  .work-img3-parent, .work-img-4-temp {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .work-img-5-6-7 {
    padding-bottom: 4em;
  }

  .work-img-5-child, .work-img-6-child, .work-img-7-child {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .more-work {
    padding-bottom: 8em;
  }

  .page-load-btm {
    position: relative;
    top: -4em;
  }

  .pg-loading-number {
    margin-right: 0;
    position: relative;
    right: 1em;
  }

  .pg-loading-percent-div {
    margin-left: 0;
    position: relative;
  }

  .loading-circle-json {
    left: -34%;
  }

  .heading-rg {
    font-size: 7vw;
  }

  .heading-rg.split-text {
    font-size: 1.6em;
    font-weight: 200;
    line-height: 1.4;
  }

  .post-number.mobile {
    display: none;
  }

  .cms-next-grid-div {
    grid-template-columns: 1fr;
  }

  .work-img-speed-div {
    height: auto;
  }

  .paragraph, .paragraph-2 {
    font-size: 14px;
  }

  .paragraph-3 {
    font-size: 13px;
  }

  .paragraph-4 {
    font-size: 14px;
  }

  .paragraph-5, .paragraph-6 {
    font-size: 13px;
  }

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

  .paragraph-9, .paragraph-10 {
    font-size: 13px;
  }

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

  .container {
    max-width: none;
  }

  .testimonial-card-three {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-text-three {
    font-size: 13px;
    line-height: 24px;
  }

  .testimonial-info-four {
    text-align: center;
    flex-direction: column;
  }

  .f-testimonial-author {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .f-testimonial-avatar-small {
    margin-bottom: 16px;
    margin-right: 0;
  }

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

  .centered-heading {
    margin-bottom: 24px;
  }

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

  .testimonial-block-main {
    flex-direction: column;
  }

  .testimonial-main-image {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .paragraph-11 {
    font-size: 13px;
  }
}

#w-node-f23ede86-a531-eae8-b487-9a91acdd7696-bf61d51f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e272df72-2833-4c86-59d1-d89c9930bad7-bf61d51f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1d7b5ef6-c0e2-5ef4-cd4b-b0786f438947-bf61d51f, #w-node-_4075d4ab-e62f-a666-5cda-be28f6bd6052-bf61d51f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31622400-180c-eecb-f47d-5d63059466f4-bf61d51f {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_408a50e5-09fa-5875-0950-4ab8a8c7d0ea-bf61d51f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_869308f6-af84-034d-13f0-af6347fa7d47-bf61d51f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9a7d8e72-dc41-1d52-3648-60a008e04e70-bf61d51f {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_9a7d8e72-dc41-1d52-3648-60a008e04e71-bf61d51f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a7d8e72-dc41-1d52-3648-60a008e04e74-bf61d51f, #w-node-_3dcf9ef8-d007-181c-dd8d-220136cd9ceb-bf61d51f, #w-node-_304f8fd0-b6b7-6646-b5e8-d150f54c8f94-bf61d51f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fc10db2f-290e-655d-c8b6-c08fe633cf60-bf61d51f {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-fc10db2f-290e-655d-c8b6-c08fe633cf61-bf61d51f, #w-node-_03b44c4a-3c8c-a5bf-e413-b4bb2cee7abb-bf61d51f, #w-node-_478dd6c1-1969-1fee-a20c-3c7b8a2a4ced-bf61d51f, #w-node-_5d15dfa1-60fd-97c4-aa3e-863cb7ba2182-bf61d51f, #w-node-_46ab9f1a-c5ce-b6f3-af0b-16b95fe48ebd-bf61d51f, #w-node-fc413ac3-6eeb-721c-dc7d-90e262ce82c4-bf61d51f, #w-node-_0b560a7d-e0b2-4424-c5de-c957a42f57f9-bf61d51f, #w-node-_0b560a7d-e0b2-4424-c5de-c957a42f57fa-bf61d51f, #w-node-_0b560a7d-e0b2-4424-c5de-c957a42f5804-bf61d51f, #w-node-_0b560a7d-e0b2-4424-c5de-c957a42f5811-bf61d51f, #w-node-_0b560a7d-e0b2-4424-c5de-c957a42f581b-bf61d51f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cf2200e-1250-b54a-26a0-8cac28cee2f0-bf61d51f {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_0cf2200e-1250-b54a-26a0-8cac28cee2f1-bf61d51f, #w-node-_0cf2200e-1250-b54a-26a0-8cac28cee2f5-bf61d51f, #w-node-_0cf2200e-1250-b54a-26a0-8cac28cee2f6-bf61d51f, #w-node-_0cf2200e-1250-b54a-26a0-8cac28cee301-bf61d51f, #w-node-_0cf2200e-1250-b54a-26a0-8cac28cee319-bf61d51f, #w-node-_0cf2200e-1250-b54a-26a0-8cac28cee31c-bf61d51f, #w-node-_0cf2200e-1250-b54a-26a0-8cac28cee31d-bf61d51f, #w-node-_0cf2200e-1250-b54a-26a0-8cac28cee328-bf61d51f, #w-node-_0cf2200e-1250-b54a-26a0-8cac28cee33e-bf61d51f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30d076f9-5ee6-3406-34a8-de335ff6ff07-bf61d51f {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_30d076f9-5ee6-3406-34a8-de335ff6ff08-bf61d51f, #w-node-b45e61df-eee5-24aa-b6de-aa8d8017626e-bf61d51f, #w-node-b45e61df-eee5-24aa-b6de-aa8d80176278-bf61d51f, #w-node-b45e61df-eee5-24aa-b6de-aa8d80176282-bf61d51f, #w-node-be562014-eb1f-414a-f5d4-7eeb2f4ada00-bf61d51f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66472791-2e32-f9fa-ba9a-73e287a9d74f-87a9d745, #w-node-_66472791-2e32-f9fa-ba9a-73e287a9d750-87a9d745, #w-node-_66472791-2e32-f9fa-ba9a-73e287a9d754-87a9d745 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_66472791-2e32-f9fa-ba9a-73e287a9d756-87a9d745, #w-node-_66472791-2e32-f9fa-ba9a-73e287a9d76d-87a9d745 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66472791-2e32-f9fa-ba9a-73e287a9d798-87a9d745 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_66472791-2e32-f9fa-ba9a-73e287a9d79b-87a9d745 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_8f3d41ba-40b7-24cc-1fea-38a986ebfef9-86ebfef1, #w-node-_8f3d41ba-40b7-24cc-1fea-38a986ebff01-86ebfef1, #w-node-_4e085761-10c0-fff4-3bfb-a8f72b63be15-2b63be11, #w-node-_4e085761-10c0-fff4-3bfb-a8f72b63be1d-2b63be11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88d074b4-ab6b-df9a-992c-976cab772d2d-ab772d26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-_88d074b4-ab6b-df9a-992c-976cab772d30-ab772d26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88d074b4-ab6b-df9a-992c-976cab772d31-ab772d26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6de8fceb-ebf4-700f-5523-806ab67c8d67-bf61d521, #w-node-_6de8fceb-ebf4-700f-5523-806ab67c8d6a-bf61d521 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_6de8fceb-ebf4-700f-5523-806ab67c8d6c-bf61d521 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_61d2e65e-7ec3-3c87-68c1-70934bda5202-bf61d521, #w-node-_6de8fceb-ebf4-700f-5523-806ab67c8d95-bf61d521, #w-node-_74643681-2a3b-ea4e-e048-e2302c7abf72-bf61d521, #w-node-_6de8fceb-ebf4-700f-5523-806ab67c8d9e-bf61d521, #w-node-f09ed040-b072-214b-644d-3dbb25a9b9ad-bf61d521, #w-node-_6de8fceb-ebf4-700f-5523-806ab67c8da0-bf61d521 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88da4191-8598-7352-fc60-8c4cdd973602-bf61d521, #w-node-_6de8fceb-ebf4-700f-5523-806ab67c8da2-bf61d521 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6de8fceb-ebf4-700f-5523-806ab67c8ddc-bf61d521, #w-node-_6de8fceb-ebf4-700f-5523-806ab67c8dde-bf61d521 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6de8fceb-ebf4-700f-5523-806ab67c8de1-bf61d521 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_6de8fceb-ebf4-700f-5523-806ab67c8de4-bf61d521, #w-node-_6de8fceb-ebf4-700f-5523-806ab67c8de5-bf61d521, #w-node-_6ca7594a-dead-00df-be0a-2ecde66049db-bf61d521, #w-node-_6ca7594a-dead-00df-be0a-2ecde66049dc-bf61d521, #w-node-_6de8fceb-ebf4-700f-5523-806ab67c8df0-bf61d521, #w-node-_6de8fceb-ebf4-700f-5523-806ab67c8df8-bf61d521 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d929e5b-fe88-8311-3d08-be28db4c058c-fbbdc11f, #w-node-_7d929e5b-fe88-8311-3d08-be28db4c0591-fbbdc11f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_7d929e5b-fe88-8311-3d08-be28db4c0594-fbbdc11f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_7d929e5b-fe88-8311-3d08-be28db4c05cc-fbbdc11f, #w-node-_7d929e5b-fe88-8311-3d08-be28db4c05cd-fbbdc11f, #w-node-_7d929e5b-fe88-8311-3d08-be28db4c05d7-fbbdc11f, #w-node-_7d929e5b-fe88-8311-3d08-be28db4c05d8-fbbdc11f, #w-node-_7d929e5b-fe88-8311-3d08-be28db4c05da-fbbdc11f, #w-node-_7d929e5b-fe88-8311-3d08-be28db4c05db-fbbdc11f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d929e5b-fe88-8311-3d08-be28db4c05dd-fbbdc11f, #w-node-_7d929e5b-fe88-8311-3d08-be28db4c05de-fbbdc11f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7d929e5b-fe88-8311-3d08-be28db4c0603-fbbdc11f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d929e5b-fe88-8311-3d08-be28db4c0605-fbbdc11f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7d929e5b-fe88-8311-3d08-be28db4c0608-fbbdc11f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_7d929e5b-fe88-8311-3d08-be28db4c060b-fbbdc11f, #w-node-_7d929e5b-fe88-8311-3d08-be28db4c060c-fbbdc11f, #w-node-_7d929e5b-fe88-8311-3d08-be28db4c0611-fbbdc11f, #w-node-_7d929e5b-fe88-8311-3d08-be28db4c0612-fbbdc11f, #w-node-_7d929e5b-fe88-8311-3d08-be28db4c061d-fbbdc11f, #w-node-_7d929e5b-fe88-8311-3d08-be28db4c0625-fbbdc11f, #w-node-_999b00b2-c37c-6764-e193-c07d9f9cb53d-9f9cb538, #w-node-_999b00b2-c37c-6764-e193-c07d9f9cb544-9f9cb538 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d929e5b-fe88-8311-3d08-be28db4c058c-3e84f8dd, #w-node-_7d929e5b-fe88-8311-3d08-be28db4c0591-3e84f8dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_7d929e5b-fe88-8311-3d08-be28db4c0594-3e84f8dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_7d929e5b-fe88-8311-3d08-be28db4c05cc-3e84f8dd, #w-node-_7d929e5b-fe88-8311-3d08-be28db4c05cd-3e84f8dd, #w-node-_7d929e5b-fe88-8311-3d08-be28db4c05d7-3e84f8dd, #w-node-_7d929e5b-fe88-8311-3d08-be28db4c05d8-3e84f8dd, #w-node-_7d929e5b-fe88-8311-3d08-be28db4c05da-3e84f8dd, #w-node-_7d929e5b-fe88-8311-3d08-be28db4c05db-3e84f8dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d929e5b-fe88-8311-3d08-be28db4c05dd-3e84f8dd, #w-node-_7d929e5b-fe88-8311-3d08-be28db4c05de-3e84f8dd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7d929e5b-fe88-8311-3d08-be28db4c0603-3e84f8dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d929e5b-fe88-8311-3d08-be28db4c0605-3e84f8dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7d929e5b-fe88-8311-3d08-be28db4c0608-3e84f8dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_7d929e5b-fe88-8311-3d08-be28db4c060b-3e84f8dd, #w-node-_7d929e5b-fe88-8311-3d08-be28db4c060c-3e84f8dd, #w-node-_7d929e5b-fe88-8311-3d08-be28db4c0611-3e84f8dd, #w-node-_7d929e5b-fe88-8311-3d08-be28db4c0612-3e84f8dd, #w-node-_7d929e5b-fe88-8311-3d08-be28db4c061d-3e84f8dd, #w-node-_7d929e5b-fe88-8311-3d08-be28db4c0625-3e84f8dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d929e5b-fe88-8311-3d08-be28db4c058c-3193fc56, #w-node-_7d929e5b-fe88-8311-3d08-be28db4c0591-3193fc56 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_7d929e5b-fe88-8311-3d08-be28db4c0594-3193fc56 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_7d929e5b-fe88-8311-3d08-be28db4c05cc-3193fc56, #w-node-_7d929e5b-fe88-8311-3d08-be28db4c05cd-3193fc56, #w-node-_7d929e5b-fe88-8311-3d08-be28db4c05d7-3193fc56, #w-node-_7d929e5b-fe88-8311-3d08-be28db4c05d8-3193fc56, #w-node-_7d929e5b-fe88-8311-3d08-be28db4c05da-3193fc56, #w-node-_7d929e5b-fe88-8311-3d08-be28db4c05db-3193fc56 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d929e5b-fe88-8311-3d08-be28db4c05dd-3193fc56, #w-node-_7d929e5b-fe88-8311-3d08-be28db4c05de-3193fc56 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7d929e5b-fe88-8311-3d08-be28db4c0603-3193fc56 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d929e5b-fe88-8311-3d08-be28db4c0605-3193fc56 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7d929e5b-fe88-8311-3d08-be28db4c0608-3193fc56 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_7d929e5b-fe88-8311-3d08-be28db4c060b-3193fc56, #w-node-_7d929e5b-fe88-8311-3d08-be28db4c060c-3193fc56, #w-node-_7d929e5b-fe88-8311-3d08-be28db4c0611-3193fc56, #w-node-_7d929e5b-fe88-8311-3d08-be28db4c0612-3193fc56, #w-node-_7d929e5b-fe88-8311-3d08-be28db4c061d-3193fc56, #w-node-_7d929e5b-fe88-8311-3d08-be28db4c0625-3193fc56 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d929e5b-fe88-8311-3d08-be28db4c058c-6f10ab6c, #w-node-_7d929e5b-fe88-8311-3d08-be28db4c0591-6f10ab6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_7d929e5b-fe88-8311-3d08-be28db4c0594-6f10ab6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_7d929e5b-fe88-8311-3d08-be28db4c05cc-6f10ab6c, #w-node-_7d929e5b-fe88-8311-3d08-be28db4c05cd-6f10ab6c, #w-node-_7d929e5b-fe88-8311-3d08-be28db4c05d7-6f10ab6c, #w-node-_7d929e5b-fe88-8311-3d08-be28db4c05d8-6f10ab6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d929e5b-fe88-8311-3d08-be28db4c05dd-6f10ab6c, #w-node-_7d929e5b-fe88-8311-3d08-be28db4c05de-6f10ab6c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7d929e5b-fe88-8311-3d08-be28db4c0603-6f10ab6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d929e5b-fe88-8311-3d08-be28db4c0605-6f10ab6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7d929e5b-fe88-8311-3d08-be28db4c0608-6f10ab6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_7d929e5b-fe88-8311-3d08-be28db4c060b-6f10ab6c, #w-node-_7d929e5b-fe88-8311-3d08-be28db4c060c-6f10ab6c, #w-node-_7d929e5b-fe88-8311-3d08-be28db4c0611-6f10ab6c, #w-node-_7d929e5b-fe88-8311-3d08-be28db4c0612-6f10ab6c, #w-node-_7d929e5b-fe88-8311-3d08-be28db4c061d-6f10ab6c, #w-node-_7d929e5b-fe88-8311-3d08-be28db4c0625-6f10ab6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_869308f6-af84-034d-13f0-af6347fa7d47-bf61d51f, #w-node-_9a7d8e72-dc41-1d52-3648-60a008e04e74-bf61d51f, #w-node-_3dcf9ef8-d007-181c-dd8d-220136cd9ceb-bf61d51f, #w-node-_304f8fd0-b6b7-6646-b5e8-d150f54c8f94-bf61d51f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fc10db2f-290e-655d-c8b6-c08fe633cf60-bf61d51f, #w-node-_0cf2200e-1250-b54a-26a0-8cac28cee2f0-bf61d51f, #w-node-_30d076f9-5ee6-3406-34a8-de335ff6ff07-bf61d51f {
    grid-area: 1 / 5 / 2 / 6;
  }

  #w-node-b45e61df-eee5-24aa-b6de-aa8d8017626e-bf61d51f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_66472791-2e32-f9fa-ba9a-73e287a9d754-87a9d745 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fc10db2f-290e-655d-c8b6-c08fe633cf60-bf61d51f, #w-node-_0cf2200e-1250-b54a-26a0-8cac28cee2f0-bf61d51f, #w-node-_30d076f9-5ee6-3406-34a8-de335ff6ff07-bf61d51f {
    grid-area: 1 / 4 / 2 / 5;
  }

  #w-node-_8f3d41ba-40b7-24cc-1fea-38a986ebff0b-86ebfef1, #w-node-_4e085761-10c0-fff4-3bfb-a8f72b63be27-2b63be11, #w-node-_6de8fceb-ebf4-700f-5523-806ab67c8e02-bf61d521, #w-node-_7d929e5b-fe88-8311-3d08-be28db4c062f-fbbdc11f, #w-node-_999b00b2-c37c-6764-e193-c07d9f9cb54e-9f9cb538, #w-node-_7d929e5b-fe88-8311-3d08-be28db4c062f-3e84f8dd {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-_7d929e5b-fe88-8311-3d08-be28db4c0611-3193fc56 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7d929e5b-fe88-8311-3d08-be28db4c062f-3193fc56, #w-node-_7d929e5b-fe88-8311-3d08-be28db4c062f-6f10ab6c {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e272df72-2833-4c86-59d1-d89c9930bad7-bf61d51f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_31622400-180c-eecb-f47d-5d63059466f4-bf61d51f, #w-node-_9a7d8e72-dc41-1d52-3648-60a008e04e70-bf61d51f, #w-node-fc10db2f-290e-655d-c8b6-c08fe633cf60-bf61d51f, #w-node-_0cf2200e-1250-b54a-26a0-8cac28cee2f0-bf61d51f, #w-node-_30d076f9-5ee6-3406-34a8-de335ff6ff07-bf61d51f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b45e61df-eee5-24aa-b6de-aa8d8017626e-bf61d51f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_66472791-2e32-f9fa-ba9a-73e287a9d750-87a9d745 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_88d074b4-ab6b-df9a-992c-976cab772d2d-ab772d26 {
    align-self: start;
  }

  #w-node-_6de8fceb-ebf4-700f-5523-806ab67c8d6c-bf61d521, #w-node-_7d929e5b-fe88-8311-3d08-be28db4c0594-fbbdc11f, #w-node-_7d929e5b-fe88-8311-3d08-be28db4c0594-3e84f8dd, #w-node-_7d929e5b-fe88-8311-3d08-be28db4c0594-3193fc56, #w-node-_7d929e5b-fe88-8311-3d08-be28db4c0594-6f10ab6c {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
  }
}


@font-face {
  font-family: 'Helveticaneue roman';
  src: url('../fonts/HelveticaNeue-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-UltralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl book';
  src: url('../fonts/SuisseIntl-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-Ultralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-RegularItalic.otf') format('opentype'), url('../fonts/SuisseIntl-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}