:root {
  --bg-cram-white: #e7e2dc;
  --black: black;
  --not-black: #121212;
  --orange: #ff5330;
  --dark-grey: #2b2b2b;
  --orange-shade: #e44120;
  --white: white;
  --light-grey: #b9b9b9;
  --grey: #5e5e5e;
  --usless-grey: #c4c4c4;
}

.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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.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-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

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

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

body {
  background-color: var(--bg-cram-white);
  color: var(--black);
  font-family: Itcavantgardepro bk, sans-serif;
  font-size: 1vw;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neuehaasgroteskdisplay reg, sans-serif;
  font-size: 4.4em;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neuehaasgroteskdisplay reg, sans-serif;
  font-size: 2.9em;
  font-weight: 400;
  line-height: 1.15;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Itcavantgardepro demi, sans-serif;
  font-size: 1.94em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neuehaasgroteskdisplay semlt, sans-serif;
  font-size: 1.8em;
  font-weight: 400;
}

p {
  margin-top: .3em;
  margin-bottom: 0;
  font-size: 1.25em;
  line-height: 1.55;
}

a {
  color: var(--black);
  margin-bottom: 0;
  text-decoration: none;
}

label {
  margin-bottom: 0;
  font-weight: 700;
  display: block;
}

.utility-page-wrap {
  flex-direction: column;
  align-items: center;
  margin: 60px;
  display: flex;
}

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

.section {
  overflow: visible;
}

.section.is-footer {
  background-color: var(--not-black);
}

.section.is-process {
  padding-top: 8em;
  padding-bottom: 3em;
}

.button-div {
  background-color: var(--orange);
}

.main-pfolio-thumbnail:hover, .pfolio-thumbnail:hover {
  filter: saturate();
}

.link-block:hover {
  filter: saturate();
  box-shadow: 1px 1px 3em 1px rgba(0, 0, 0, .4);
}

.control:hover {
  border-color: var(--orange);
}

.control:active {
  transform: scale(.9);
}

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

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

.heading-sm {
  z-index: 1;
  font-family: Itcavantgardepro md, sans-serif;
  font-size: 1.39em;
  position: relative;
}

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

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

.bg-pink {
  background-color: #fbbebb;
}

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

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

.flex-split.is-herohp {
  align-items: flex-start;
  position: relative;
}

.flex-split.is-resources {
  perspective: 1000px;
  flex-wrap: wrap;
  padding-top: 2em;
  padding-bottom: 5em;
}

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

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

.styleguide-parent {
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  flex-wrap: wrap;
  align-items: center;
  padding: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

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

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

.text-white {
  color: #fff;
}

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

.text-blue {
  color: #2e36cb;
}

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

.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;
  color: rgba(0, 0, 0, 0);
  white-space: nowrap;
  font-family: Itcavantgardepro demi, sans-serif;
  font-size: 7.2em;
  font-weight: 400;
  line-height: 1.5;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.heading-md.fill {
  color: var(--black);
}

.heading-md.hide-mobile {
  line-height: 1.3;
}

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

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

.bold {
  font-family: Itcavantgardepro, sans-serif;
  font-weight: 700;
}

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

.text-cream {
  color: #f4f0e3;
}

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

.ab {
  position: absolute;
}

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

.flex-cc-h.menu {
  position: relative;
}

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

.bg-yellow-shade {
  background-color: #e9b92c;
}

.huge-h3 {
  font-size: 6.25em;
}

.big-h3 {
  font-size: 3.82em;
}

.hide {
  display: none;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 8em 7.08em;
  position: relative;
}

.container.is--nav {
  align-items: center;
  width: 100%;
  height: 70px;
  padding-top: .98em;
  padding-bottom: .98em;
  display: flex;
}

.container.is--tab {
  padding-top: 0;
  padding-bottom: 0;
}

.container.is-value {
  max-width: 100em;
  padding-top: 7em;
  padding-bottom: 13em;
  display: none;
}

.container.is-footer {
  padding-top: 7.28em;
  padding-bottom: 7.28em;
}

.container.is-testimonials {
  padding-top: 5em;
}

.container.is-process {
  padding-top: 1.6em;
  padding-bottom: 1.6em;
}

.container.is-12-pad-vertical {
  padding-top: 12em;
  padding-bottom: 12em;
}

.container.is-about-hero {
  padding-top: 7em;
}

.container.about-tabs-h2 {
  padding-bottom: 3em;
}

.container.is-hpscroll {
  padding-bottom: 24.5em;
}

.container.about-safter-scrollh-title-pad {
  padding-top: 12em;
  padding-bottom: 0;
}

.container.is-10-pad-vertical {
  padding-top: 10em;
  padding-bottom: 10em;
}

.container.is-cnt-hero, .container.is-res-hero {
  padding-top: 8em;
}

.container.is-work-hero {
  padding-top: 8em;
  padding-bottom: 3.5em;
}

.container.no-top-pad {
  padding-top: 0;
}

.container.is-loader-top {
  z-index: 2;
  mix-blend-mode: difference;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  padding: 1.2em 1.7em;
  display: flex;
}

.container.is-loader-bottom {
  z-index: 2;
  justify-content: flex-end;
  align-items: center;
  max-width: none;
  margin-bottom: -9em;
  padding: 1.2em 1.7em;
  display: flex;
}

.container.center {
  flex-direction: column;
  align-items: center;
  padding-top: 15em;
  padding-bottom: 15em;
  display: flex;
}

.card-whipe {
  background-color: rgba(255, 255, 255, .8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

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

.nav-parent {
  z-index: 99999;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.burger-line-top {
  background-color: #292929;
  width: 100%;
  height: 2px;
  margin-bottom: 4px;
}

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

.border-line-h.black {
  background-color: var(--black);
}

.container-full {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-full.is-navbar {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-logo {
  height: 1.8em;
  padding-top: 1px;
  padding-bottom: 1px;
}

.nav-logo.one {
  height: 4em;
}

.burger-line-middle {
  background-color: #292929;
  width: 100%;
  height: 2px;
  margin-bottom: 4px;
}

.burger-line-bottom {
  background-color: #292929;
  width: 100%;
  height: 2px;
}

.burger-menu-parent {
  z-index: 999;
  cursor: pointer;
  background-color: #d8d5d2;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  margin-right: 10px;
  padding: 7px 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.nav {
  z-index: 9999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, .02);
  align-items: center;
  width: 100%;
  height: 70px;
  max-height: 80px;
  padding: 2em 7.28em;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.herohp-content-contain {
  width: 67%;
}

.hp-hero-img-contain {
  width: 34%;
}

.main-button {
  border: 2px solid var(--orange);
  background-color: rgba(231, 226, 220, .15);
  border-radius: 100px;
  padding: .53em 2.53em;
  font-size: 1em;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
  overflow: hidden;
}

.main-button:hover {
  background-color: var(--orange);
}

.main-button:active {
  background-color: #c22100;
  border-color: #c22100;
}

.main-button.is-nav {
  padding-top: .5em;
  padding-bottom: .5em;
}

.main-button.is-nav.fr {
  background-color: var(--orange);
  border-right-width: 1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: .5em 1em .5em 1.3em;
}

.main-button.is-nav.fr.lang-select {
  background-color: rgba(231, 226, 220, .15);
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-button.is-nav.en {
  border-left-width: 1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 1em;
  padding-right: 1.3em;
}

.main-button.is-nav.en.lang-select {
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-button.is-nav.lang-select.french {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-left: 1.3em;
  padding-right: 1em;
  display: flex;
}

.button-text-1 {
  text-align: center;
  border-radius: 0;
  margin-top: 0;
  font-family: Itcavantgardepro demi, sans-serif;
  display: inline-block;
}

.button-contain {
  align-items: center;
  margin-top: 2em;
}

.secondary-button {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: .5em;
  margin-left: 2.03em;
  margin-right: 2.03em;
  overflow: hidden;
}

.secondary-button.no-margin {
  margin-left: 0;
  margin-right: 0;
}

.secondary-button.no-margin-left {
  margin-left: 0;
}

.secondary-button-text-1 {
  text-align: center;
  padding-top: .25em;
  font-family: Itcavantgardepro md, sans-serif;
}

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

.img-parent.is-hero {
  height: 45em;
}

.img-parent.is--tab {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: visible;
}

.img-parent.is-guide {
  width: 20%;
}

.img-parent.is-hero-about {
  height: 37em;
}

.img-parent.card-about {
  width: 45vw;
  height: 55vh;
  display: block;
  position: relative;
  overflow: hidden;
}

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

.img-child {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.img-child.img-1 {
  background-image: url('../images/adrien-best-bw---resized-2.jpg');
  background-position: 50%;
  background-size: contain;
}

.img-child.img-2 {
  filter: sepia(20%);
  background-image: url('../images/milad-fakurian-graphic-designer-resized.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.img-child.img-3 {
  background-image: url('../images/brand-identity-sketches-and-laptop.jpg');
  background-position: 50% 36%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-child.img-4 {
  background-image: url('../images/wirframing-hand-moving-pins-web-design.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-child.img-5 {
  background-image: url('../images/milad-fakurian-graphic-designer-resized.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-child.is-aharp {
  background-image: url('../images/logo-aharp.svg');
}

.img-child.is-aharp.hover-work-pfolio-effect {
  background-image: url('../images/logo-aharp.svg'), linear-gradient(#EDC237, #EDC237);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 90% 90%, auto;
}

.img-child.is-vignobles-malijay {
  background-image: url('../images/logo-vignobles-malijay.svg'), linear-gradient(rgb(51,51,51), rgb(51,51,51));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100% 100%, auto;;
}

.img-child.is-vignobles-malijay.hover-work-pfolio-effect {
  background-image: url('../images/logo-vignobles-malijay.svg'), linear-gradient(rgb(51,51,51), rgb(51,51,51));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100% 100%, auto;
}

.img-child.is-minifilou {
  background-image: url('../images/work-minifilou-thumbnail.jpg');
}

.img-child.is-minifilou.hover-work-pfolio-effect {
  background-image: url('../images/logo-OFFICIEL-le_collectif.svg'), linear-gradient(to bottom, var(--not-black), var(--not-black));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
}

.img-child.is-protecto {
  background-image: url('../images/opti-landing-page-project-thumbnail.jpg');
}

.img-child.is-protecto.hover-work-pfolio-effect {
  background-image: url('../images/logo-black-jeune.svg'), linear-gradient(to bottom, var(--light-grey), var(--light-grey));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 90% 90%, auto;
}

.img-child.img-menu-home {
  background-image: url('../images/home-3d-icon.png');
}

.img-child.img-menu-about {
  background-image: url('../images/m-3d-icon.png');
}

.img-child.img-menu-process {
  background-image: url('../images/round-3d-icon.png');
}

.img-child.img-menu-work {
  background-image: url('../images/line-3d-icon.png');
}

.img-child.img-menu-resources {
  background-image: url('../images/smile-3d-icon.png');
}

.img-child.img-menu-contact {
  background-image: url('../images/cube-3d-icon.png');
}

.img-child.img-about-hero {
  background-image: url('../images/adrien-best-bw---resized.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-child.ab1 {
  background-image: url('../images/baim-hanif-unsplash-graduation.jpg');
  background-position: 50%;
  background-size: auto;
}

.img-child.ab2 {
  background-image: url('../images/steven-diaz-unsplash-japan-flag.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-child.ab3 {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/karl-solano-unsplash-book-ux-design.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.img-child.ab4 {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/Le-collectif-resized.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.img-child.ab5 {
  background-image: url('../images/work-from-home-desk.jpg');
}

.img-child.ab6 {
  background-image: url('../images/grant-durr-unsplash-tournesol.jpg');
}

.img-child.is-bettys {
  background-image: url("https://cdn.prod.website-files.com/649eaa134fe33110482be212/649eaa144fe33110482be40b_betty's-thumbnail.jpg");
}

.img-child.is-bettys.hover-work-pfolio-effect {
  background-image: url('../images/drapeau-noir---tengu-jap.jpg');
  background-position: 50%;
  background-size: cover;
}

.center-text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.medium-ph {
  font-family: Itcavantgardepro md, sans-serif;
  font-size: 1.7em;
  line-height: 1.45;
}

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

._70-percent-width {
  width: 70%;
}

._65-percent-width {
  width: 65%;
}

._60-percent-width {
  width: 60%;
}

._55-percent-width {
  width: 55%;
}

._50-percent-width {
  width: 50%;
}

.tab-parent {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5.08em;
}

.tab-top {
  border-top: 1px solid #7a7a7a;
  align-items: flex-end;
  width: 100%;
  height: 11em;
  margin-top: 2em;
  padding-bottom: 1.5em;
  display: flex;
  position: relative;
}

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

.tab-btn-child {
  cursor: pointer;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: .7em;
  padding-bottom: .7em;
  display: flex;
}

.tab-button-selector {
  background-color: rgba(255, 83, 48, .15);
  border: 1px solid rgba(255, 83, 48, .47);
  border-radius: 1.1em;
  width: 25%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.demi {
  font-family: Itcavantgardepro demi, sans-serif;
}

.tab-btm {
  background-color: var(--black);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 40em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.left-tab-slide-parent {
  background-color: var(--black);
  flex-direction: row;
  align-items: center;
  width: 200%;
  height: 100%;
  margin-right: 50%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.tab-slide-child {
  align-items: center;
  width: 25%;
  height: 100%;
  display: flex;
  position: relative;
}

.tab-panel {
  align-items: center;
  width: 25%;
  height: 100%;
  padding: 4em;
  display: flex;
  position: relative;
}

.tab-content-parent {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 720px;
  height: 100%;
  display: flex;
}

.tab-h2 {
  margin-bottom: 10px;
  font-family: Itcavantgardepro xlt, sans-serif;
  font-size: 3.2em;
  font-weight: 400;
}

.teb-text-selector {
  color: var(--dark-grey);
  font-family: Itcavantgardepro demi, sans-serif;
}

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

.right-tab-slide-parent {
  background-color: var(--black);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 200%;
  height: 100%;
  margin-left: 50%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.tab-panels-contain {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.how-branding-list-contain {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 2em;
  display: flex;
}

.how-branding-item-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 47.5%;
  display: flex;
  position: relative;
}

.plus-sign-svg {
  width: 1.4em;
  height: 1.4em;
  margin-bottom: .4em;
  margin-right: 1em;
}

.how-branding-text {
  color: var(--grey);
  font-size: 1.5em;
}

.how-branding-item {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
  display: flex;
}

.border-line {
  z-index: 1;
  background-color: var(--black);
  width: 100%;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

.page-content {
  position: relative;
  overflow: hidden;
}

.work-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.scroll-inner {
  justify-content: center;
  width: 180%;
  height: 100%;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
  position: absolute;
}

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

.scroll-parent.one {
  width: 42em;
}

.scroll-parent.four {
  text-align: left;
}

.work-home-text-conatin {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
  position: absolute;
}

.work-hp-title-contain {
  margin-top: 6em;
  margin-bottom: 0;
}

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

._40-percent-width {
  width: 40%;
}

.intro-parent {
  z-index: 99999;
  background-color: var(--dark-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.btn-parent {
  border-radius: 1.2em;
  justify-content: center;
  align-items: center;
  padding: .5em 2em;
  display: flex;
}

.card-whipe-heroimg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.card-whipe-heroimg.is-ab {
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.loader-bar-contain {
  background-color: var(--grey);
  width: 26em;
  height: 2px;
  margin-top: 2em;
}

.loader-bar {
  background-color: var(--light-grey);
  width: 25%;
  height: 100%;
}

.footer-grid {
  justify-content: space-between;
  display: flex;
}

.left-footer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 34%;
  display: flex;
  overflow: hidden;
}

.left-foot-textnlogo-contain {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-logo-contain {
  margin-bottom: 2em;
}

.image {
  width: 20em;
}

.footer-left-text-contain {
  margin-top: .5em;
}

.footer-text-left-link-contain {
  margin-top: 1em;
}

.left-foot-sm-contain {
  justify-content: space-between;
  align-items: center;
  width: 30%;
  margin-top: 2em;
  display: flex;
}

.lottie-sm-icon {
  width: 3em;
  height: 3em;
}

.lottie-sm-icon.footer3, .lottie-sm-icon.l-in {
  width: 2.6em;
  height: 2.6em;
}

.lottie-sm-icon.l-in.discord {
  width: 3.6em;
  height: 3.6em;
}

.lottie-sm-icon.l-in.email {
  align-items: center;
  width: 4em;
  height: 4em;
  margin-bottom: 30px;
  padding-top: 0;
  display: block;
}

.lottie-sm-icon.discord {
  width: 3.6em;
  height: 3.6em;
}

.mid-right-footer {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.upper-mid-right-footer {
  justify-content: space-between;
  display: flex;
}

.footer-nav-links-contain {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-nav-link {
  margin-bottom: 1em;
  font-size: 1.25em;
  display: inline-block;
}

.footer-contacts-left-contain {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-contact-item-contain {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2em;
  display: flex;
  overflow: hidden;
}

.footer-contact-title {
  font-size: 2.3em;
}

.footer-orange-link {
  color: var(--orange);
  padding-left: 10px;
  font-size: 1.32em;
}

.footer-legal-info-contain {
  overflow: hidden;
}

.footer-legal-info {
  color: var(--grey);
  font-size: .9em;
  line-height: 1.2;
}

.flex-item {
  width: 50%;
}

.flex-item.contact {
  width: 46%;
  margin-bottom: 6em;
}

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

.scroll-section.is-process {
  padding-top: 8em;
  padding-bottom: 8em;
}

.scroll-section.is-contact {
  padding-top: 6em;
  padding-bottom: 6em;
}

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

.testimonial-card {
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 31.5%;
  padding: 1.5em;
  display: flex;
}

.faq-general-wrapper {
  margin-top: 2em;
  margin-bottom: 2em;
}

.faq-item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq-q {
  font-size: 1.7em;
}

.faq-title-line-contain {
  z-index: 1;
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 6.8em;
  display: flex;
  position: relative;
}

.faq-q-contain {
  align-items: center;
  display: flex;
}

.expand-btn-contain {
  background-color: var(--white);
  border-radius: 20%;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 3.5em;
  transition: background-color .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
}

.expand-btn-contain:hover {
  background-color: var(--orange);
}

.expand-btn-contain:active {
  background-color: #d44325;
}

.hor-plus-sign {
  background-color: var(--light-grey);
  width: 1.6em;
  height: 1px;
  position: absolute;
}

.ver-plus-sign {
  background-color: var(--light-grey);
  width: 1px;
  height: 1.6em;
  position: absolute;
}

.faq-pink-whipe {
  z-index: 0;
  background-color: #e2d5cf;
  width: 100%;
  height: 6.8em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.faq-a-contain {
  z-index: 2;
  background-color: var(--dark-grey);
  width: 100%;
  position: relative;
}

.faq-a-ph-contain {
  width: 80%;
}

.faq-a-ph-contain.text-white {
  padding: 3.75em 4.5em 3.75em 29em;
}

._2-columns-hero-contain {
  background-color: var(--dark-grey);
  border-radius: 20px;
  align-items: flex-start;
  width: 100%;
  height: 152vh;
  display: flex;
  position: relative;
}

.column-1-hp {
  width: 50%;
  height: 76vh;
  position: -webkit-sticky;
  position: sticky;
  top: 7em;
}

.column-2-hp {
  width: 50%;
  height: 76vh;
  position: -webkit-sticky;
  position: sticky;
}

.scroll-tab-left-contain {
  overflow: hidden;
}

.scroll-tab-img1-contain {
  justify-content: center;
  align-items: center;
  height: 76vh;
  padding: 9em 6.3em 6.3em;
  display: flex;
  position: relative;
}

.mouth-scream-img {
  z-index: 13;
  width: 17em;
  position: relative;
}

.black-vector-shape-1 {
  z-index: 2;
  width: 20em;
  position: absolute;
  top: 5em;
  left: 7.2em;
}

.orange-dot-1 {
  z-index: 1;
  background-color: var(--orange);
  border-radius: 51%;
  justify-content: center;
  align-items: center;
  width: 7em;
  height: 7em;
  display: flex;
  position: absolute;
  top: 9.1em;
  left: 5.4em;
}

.orange-dot-2 {
  z-index: 1;
  background-color: var(--orange);
  border-radius: 51%;
  justify-content: center;
  align-items: center;
  width: 7em;
  height: 7em;
  display: flex;
  position: absolute;
  bottom: 7.2em;
  right: 8.7em;
}

.scroll-right-contain {
  height: 152vh;
  overflow: hidden;
}

.scroll-tab-txt1-contain {
  height: 76vh;
}

.scroll-tab-txt1-contain.bg-orange {
  justify-content: center;
  align-items: center;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

.menu-parent {
  z-index: 99;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.menu-panel-right {
  z-index: 1;
  background-color: var(--not-black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.menu-link-parent {
  border-bottom: 1.5px solid var(--dark-grey);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 16.6667%;
  padding-top: 5px;
  padding-left: 3.5em;
  padding-right: 4.5em;
  display: flex;
  position: relative;
}

.menu-link-parent.text-white {
  line-height: 2px;
}

.menu-text {
  z-index: 1;
  margin-bottom: .3em;
  font-size: 3.2em;
  line-height: 1.2;
  position: relative;
}

.menu-text.hover {
  font-family: Itcavantgardepro, sans-serif;
}

.arrow-menu {
  z-index: 1;
  height: 2.5em;
  position: relative;
}

.menu-image-parent {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -75%;
  overflow: hidden;
}

.menu-panel-left {
  background-color: var(--light-grey);
  perspective: 1000px;
  width: 50%;
  position: relative;
}

.arrows-menu-contain {
  flex-direction: column;
  align-items: flex-start;
  height: 2.5em;
  display: flex;
}

.scroll-grid-just-contain {
  height: 76vh;
}

._3d-port-contain {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

._3d-img-child {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 40em;
  height: 40em;
  display: flex;
  position: absolute;
}

.cirle-inner {
  background-color: var(--grey);
  border-radius: 1000%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

._3d-img {
  border-radius: 1000%;
  width: 100%;
  height: 100%;
  position: absolute;
}

._3d-img.img-1 {
  background-image: url('../images/wirframing-hand-moving-pins-web-design.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._3d-img.img-2 {
  background-image: url('../images/learning-client-meeting.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._3d-img.img-3 {
  background-image: url('../images/making-sketching-logos-desk.jpg');
  background-position: 4%;
  background-repeat: no-repeat;
  background-size: cover;
}

.circle-inner-ap {
  z-index: 1;
  width: 80%;
  height: 70%;
  position: absolute;
}

.dot {
  background-color: var(--black);
  border-radius: 1000%;
  width: 2em;
  height: 2em;
}

._3d-parent {
  z-index: 5;
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

._3d-child {
  z-index: 2;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
}

._3d-granchild {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 55em;
  height: 12em;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

._3d-granchild.middle {
  z-index: 1;
  background-color: var(--orange);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  position: relative;
  transform: translate3d(0, 0, 12em);
}

._3d-granchild.top {
  background-color: var(--black);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transform: translate3d(0, 6em, -6em)rotateX(90deg)rotateY(0)rotateZ(0);
}

._3d-granchild.bottom {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transform: translate3d(0, -6em, -6em)rotateX(-90deg)rotateY(0)rotateZ(0);
}

._3d-text {
  white-space: nowrap;
  font-size: 9em;
}

._3d-grand-child {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 55em;
  height: 12em;
  padding-top: 9px;
  display: flex;
  overflow: hidden;
}

._3d-grand-child.top {
  background-color: var(--black);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transform: rotateX(90deg)rotateY(0)rotateZ(0)translate3d(0, 6em, -6em);
}

._3d-grand-child.middle {
  z-index: 1;
  background-color: var(--orange);
  transform-style: preserve-3d;
  position: relative;
  transform: translate3d(0, 0, 12em);
}

._3d-grand-child.bottom {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transform: rotateX(-90deg)rotateY(0)rotateZ(0)translate3d(0, -6em, -6em);
}

._3d-text-2 {
  color: var(--orange);
  white-space: nowrap;
  font-size: 8vw;
}

._3d-text-2.white {
  color: #f4f0e3;
}

._3d-text-2.text-black, ._3d-text-2.text-orange {
  font-size: 8vw;
}

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

.process-title-line {
  background-color: var(--black);
  width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.process-title {
  font-family: Itcavantgardepro demi, sans-serif;
  font-size: 5em;
}

.process-left-contain {
  width: 37%;
  margin-left: 27%;
}

.process-body-contain {
  justify-content: space-between;
  display: flex;
}

.process-right-contain {
  width: 36%;
  margin-top: 15%;
}

.img-parent-process {
  justify-content: center;
  align-items: center;
  width: 24em;
  height: 24em;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.img-parent-process.is--hero {
  height: 45em;
}

.img-parent-process.is--tab {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: visible;
}

.img-parent-process.is-guide {
  width: 20%;
}

.img-parent-process.is-strategy {
  width: 27em;
  height: 27em;
}

.learning-orange-square {
  height: 68%;
  position: absolute;
}

.learning-black-square {
  height: 87%;
  position: absolute;
}

.learning-main-img {
  height: 57%;
  position: absolute;
}

.process-scroll-text-line-contain {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.process-scroll-text-line-contain.margin-top {
  margin-top: 2em;
}

.line-scroll-repeated-text {
  color: var(--light-grey);
  white-space: nowrap;
  margin-left: 1.3em;
  margin-right: 1.3em;
  font-family: Itcavantgardepro md, sans-serif;
  font-size: 1.6em;
}

.process-ph-contain {
  margin-bottom: 1.5em;
}

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

.spin-circle {
  border: 1px solid #000;
  border-radius: 1000px;
  width: 90%;
  height: 90%;
  position: absolute;
}

.circle-text {
  z-index: 10;
  color: var(--light-grey);
  font-family: Itcavantgardepro md, sans-serif;
  font-size: 1.6em;
  position: relative;
  overflow: visible;
}

.strategy-orange-bg {
  width: 70%;
  position: absolute;
}

.cicle-text-img {
  width: 100%;
  position: absolute;
}

.strategy-brain-img {
  width: 66%;
  position: absolute;
}

.making-black-shape {
  height: 70%;
  margin-top: -1.6em;
  position: absolute;
}

.making-orange-circle {
  height: 80%;
  position: absolute;
}

.making-main-img {
  height: 58%;
  position: absolute;
}

.scroll-section-link-contain {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

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

.process-line-contain {
  justify-content: flex-start;
  align-items: center;
  width: 55.3em;
  height: 2px;
  margin-left: auto;
  margin-right: 2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.process-title-number {
  font-family: Itcavantgardepro demi, sans-serif;
  font-size: 5em;
}

.heroabout-content-contain {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: center;
  width: 53%;
  display: flex;
}

.heroabout-sm-contain {
  justify-content: space-between;
  align-items: center;
  width: 30%;
  margin-top: 4em;
  display: flex;
  overflow: hidden;
}

.about-hero-img-contain {
  width: 34%;
  margin-right: 6em;
}

.sticky-container {
  width: 100%;
  height: 1000vh;
}

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

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

.img-child-v {
  align-items: center;
  width: 600vw;
  height: 100%;
  display: flex;
  position: relative;
}

.abouttext-scroll-contain {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.left-scroll-about-contain {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 34vw;
  padding-left: 1.2em;
  padding-right: 1.2em;
  display: flex;
  overflow: hidden;
}

.left-scroll-about-contain._6 {
  overflow: visible;
}

.year-scroll-about-ph {
  color: var(--white);
  margin-top: 0;
  font-family: Itcavantgardepro demi, sans-serif;
  font-size: 5em;
  line-height: 1.15;
}

.event-title-about-ph {
  color: var(--white);
  text-align: right;
  margin-top: 0;
  font-family: Itcavantgardepro md, sans-serif;
  font-size: 3em;
  line-height: 1.15;
}

.event-title-about-ph.is-small {
  margin-right: .35em;
  font-size: 1.5em;
  line-height: 1.1;
}

.event-scroll-about-ph {
  color: var(--white);
}

.icaro-titles-contain {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.no-hide {
  overflow: visible;
}

.right-scroll-about-contain {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 34vw;
  max-width: 600px;
  padding-left: 1.2em;
  padding-right: 1.2em;
  display: flex;
  overflow: hidden;
}

.right-scroll-about-contain._6 {
  overflow: visible;
}

.button-contain-lottie {
  margin-top: 1em;
}

.section-2-l {
  background-color: var(--dark-grey);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bg-img-2 {
  width: 100%;
  height: 100%;
}

.section-3-l {
  background-color: var(--bg-cram-white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-2-r {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-parent-scoll {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.section-1-r {
  cursor: pointer;
  background-color: #d86b10;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.left-side-col {
  flex: 1;
  height: 100%;
  position: relative;
}

.sub-title {
  font-size: 20px;
}

.scroll-hp-container {
  z-index: 2;
  height: 235vh;
  position: relative;
}

.bg-img-1 {
  background-image: url('../images/img-bg-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.right-side-col {
  flex: 1;
  height: 100%;
  position: relative;
}

.bg-img-3 {
  width: 100%;
  height: 100%;
}

.section-1-l {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.section-3-r {
  background-color: var(--dark-grey);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.scoll-hp-text-contain {
  justify-content: center;
  align-items: center;
  margin-left: 3.65em;
  margin-right: 3.65em;
  text-decoration: none;
}

.sticky-hp-container {
  border-radius: 1.4em;
  width: 100%;
  height: 80vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 12vh;
  overflow: hidden;
  box-shadow: 5px 0 35px 5px rgba(0, 0, 0, .14);
}

.mouth-scream-hp {
  z-index: 3;
  width: 25em;
  position: relative;
}

.text-ani {
  width: 30vw;
}

.explosion-mic-hp {
  z-index: 3;
  width: 20em;
  position: relative;
}

.image-2 {
  position: absolute;
}

.mouth-black-shape {
  z-index: 2;
  width: 16em;
  margin-bottom: 2.6em;
  margin-right: 7.5em;
  position: absolute;
}

.mouth-dot1 {
  z-index: 1;
  background-color: var(--orange);
  border-radius: 1000%;
  width: 5em;
  height: 5em;
  margin-bottom: 11.1em;
  margin-right: 23em;
  position: absolute;
}

.mouth-dot2 {
  z-index: 1;
  background-color: var(--orange);
  border-radius: 1000%;
  width: 5em;
  height: 5em;
  margin-top: 12.9em;
  margin-left: 10.7em;
  position: absolute;
}

.explosion-mic-hp-copy {
  z-index: 3;
  width: 20em;
  position: relative;
}

.explosion-black-shape {
  z-index: 2;
  transform-style: preserve-3d;
  width: 23em;
  margin-bottom: 4.6em;
  position: absolute;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.explosion-orange-shape {
  z-index: 1;
  transform-style: preserve-3d;
  width: 27em;
  margin-bottom: 1.5em;
  position: absolute;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.contact-page-tab-contain {
  background-color: var(--dark-grey);
  border-radius: 18px;
  justify-content: space-between;
  height: auto;
  padding: 2.5em;
  display: flex;
}

.left-contatti-tab {
  flex-direction: column;
  justify-content: space-between;
  width: 53%;
  display: flex;
  overflow: hidden;
}

.about-big-text-tab-contain {
  overflow: hidden;
}

.about-big-text-tab {
  color: var(--white);
  padding-top: 7px;
  padding-bottom: 5px;
  font-family: Neuehaasgroteskdisplay semlt, sans-serif;
  font-size: 7.25em;
  line-height: .9;
}

.book {
  font-family: Itcavantgardepro bk, sans-serif;
}

.right-contatti-tab {
  flex-direction: column;
  justify-content: flex-end;
  width: 45%;
  display: flex;
  overflow: hidden;
}

.form-text-field {
  border: 1px solid var(--usless-grey);
  color: var(--usless-grey);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 13px;
  height: 100%;
  margin-bottom: auto;
  font-size: 1.25em;
}

.form-text-field.taller {
  height: 100%;
}

.form-label-field {
  color: var(--usless-grey);
  margin-left: 1em;
  position: absolute;
}

.form-field-contain {
  align-items: center;
  height: 4em;
  margin-bottom: 1.2em;
  display: flex;
  position: relative;
}

.form-field-contain.taller {
  align-items: flex-start;
  height: 8em;
}

.form-button {
  background-color: var(--orange);
  border-radius: 8em;
  padding: .8em 3em;
  font-family: Itcavantgardepro md, sans-serif;
  font-size: 1.25em;
}

.form-checkbox {
  align-items: center;
  margin-top: 1.1em;
  margin-bottom: 1.1em;
  padding-left: 0;
  display: flex;
}

.checkbox-label {
  color: var(--usless-grey);
  font-size: 1.05em;
  line-height: 1.3;
}

.checkbox {
  width: 3em;
  height: 3em;
  margin-top: 0;
  margin-left: 0;
  margin-right: 1em;
}

._2rows-scroll-small-text-contain {
  margin-top: 3em;
  margin-bottom: 3em;
}

.ab-scroll-text-line-contain {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2.9em;
  margin-bottom: 2.9em;
  display: flex;
  overflow: hidden;
}

.ab-scroll-text-line-contain.margin-top {
  margin-top: 2em;
}

.ab-scroll-rows-line {
  background-color: var(--grey);
  width: 100%;
  height: 1px;
}

.contact-sm-contain {
  justify-content: space-between;
  width: 60%;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.contact-copy-item-contain {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

.contact-copy-left-text {
  margin-right: 4em;
}

.contact-copy-left-text.phone {
  margin-right: 7em;
}

.outline-button {
  border: 1px solid var(--orange);
  border-radius: 5em;
  padding: .33em 1.83em;
  font-size: 1em;
  overflow: hidden;
}

.outline-button-text {
  font-family: Itcavantgardepro md, sans-serif;
}

.flex-contact-contain {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.5em;
  display: flex;
}

.transition {
  z-index: 2147483647;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.trans-left-tab {
  background-color: var(--dark-grey);
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.trans-right-tab {
  background-color: var(--dark-grey);
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.transition-trigger {
  display: none;
}

.contact-h1 {
  color: var(--orange);
  font-family: Itcavantgardepro bk, sans-serif;
  font-size: 4.5em;
}

.footer-logo-img {
  width: 20em;
}

.res-card-contain {
  border: 1px solid var(--light-grey);
  perspective: 1000px;
  border-radius: 14px;
  justify-content: space-between;
  align-items: center;
  width: 48%;
  height: 13em;
  margin-bottom: 3em;
  padding: 1.5em;
  transition: background-color .5s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
}

.res-card-contain:hover {
  background-color: rgba(255, 255, 255, .43);
}

.allcontent-res-card-contain {
  perspective: 1000px;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.image-3 {
  width: 7em;
}

.res-book-img {
  width: 8em;
  margin-bottom: 3em;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .15);
}

.res-book-img.book-hover {
  transform-style: preserve-3d;
  margin-bottom: 4em;
  transform: translate3d(0, 0, 3em);
  box-shadow: 0 11px 18px rgba(0, 0, 0, .3);
}

.res-book-img.soft {
  border-radius: 13px;
  margin-bottom: 0;
}

.res-book-img.guide {
  box-shadow: none;
  width: 8.6em;
}

.res-book-img-contain {
  width: 25%;
}

.alltext-res-card-contain {
  flex-direction: column;
  justify-content: center;
  width: 75%;
  height: 100%;
  display: flex;
}

.resources-card-h3.guida {
  line-height: 1.1;
}

.res-h2-contain {
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
}

.work-links-contain {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-bottom: 8em;
  display: grid;
  position: relative;
  overflow: hidden;
}

.links-small-contain {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 55%;
  height: 100%;
  margin-left: auto;
  display: flex;
}

.work-links-main-link {
  align-items: center;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  display: flex;
}

.work-page-link-arrow {
  width: 2.7em;
  margin-right: 1em;
}

.work-page-link-img {
  object-fit: cover;
  width: 45%;
  height: 100%;
  padding-right: 5%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.work-page-h1 {
  margin-top: .4em;
  margin-bottom: 1em;
}

.work-page-project-title {
  font-size: 3.5em;
  transition: font-size .4s cubic-bezier(.165, .84, .44, 1);
}

.work-page-project-title.link-hover {
  font-size: 3.8em;
}

.link-underline-line {
  background-color: var(--black);
  width: 100%;
  height: 1.75px;
  transform: translate(-101%);
}

.image-4 {
  width: 1.5em;
}

.primary-button-arrow {
  padding: .1em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-hide-main-button {
  width: 1.5em;
  height: 1.5em;
  margin-bottom: -.275em;
  margin-left: .6em;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.primary-button-arrow2 {
  padding: .1em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(-131%);
}

.guide-book-img {
  width: 20em;
}

.footer-orange-link1-contain {
  display: flex;
}

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

.logo-parent-mobile.w--current {
  display: none;
}

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

.nav-logo-mobile {
  height: 1.8em;
  padding-top: 1px;
  padding-bottom: 1px;
}

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

.flex-split-process-title-contain.is-herohp {
  align-items: flex-start;
}

.flex-split-process-title-contain.is-resources {
  perspective: 1000px;
  flex-wrap: wrap;
  padding-top: 2em;
  padding-bottom: 5em;
}

.hide-not-mobile {
  display: none;
}

.mobile-mouth-contain, .mobile-explosion-contain {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-whipe-menu {
  background-color: var(--dark-grey);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.click-whipe-menu {
  background-color: #797979;
  width: 100%;
  height: 0%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.hover-work-pfolio-effect {
  transition: all .6s cubic-bezier(.165, .84, .44, 1);
}

.hover-work-pfolio-effect:hover {
  filter: brightness(75%) blur(3px);
  transform: scale(1.08);
}

.hero-cs-contain {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 5em;
  margin-bottom: 9em;
  display: flex;
}

.case-study-body {
  background-color: var(--white);
}

.case-study-h1 {
  margin-bottom: .4em;
}

.case-study-h1.center {
  display: flex;
}

.hero-text-cs-contain {
  width: 70%;
}

.hero-text-cs-contain.is-minifilou {
  width: 60%;
}

.cs-hero-subtitle {
  font-family: Itcavantgardepro xlt, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
}

.cs-std-img {
  object-fit: contain;
  background-image: linear-gradient(#000, #000);
  border: 0 solid #000;
  width: 100%;
  height: auto;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.cs-std-img.centered-50 {
  object-fit: contain;
  background-image: none;
  width: 50%;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cs-std-img.border {
  border-width: 1px;
}

.cs-overview-grid-contain {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr .5fr 1fr;
  grid-auto-rows: 0;
  grid-auto-columns: 1fr;
  margin-top: 6em;
  margin-bottom: 6em;
  display: grid;
}

.cs-overview-img {
  mix-blend-mode: normal;
  object-fit: contain;
  object-position: 50% 50%;
  height: 100%;
}

.cs-std-text-contain {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10em;
  margin-bottom: 10em;
  display: flex;
}

.cs-std-text-contain.politique {
  margin-top: .5em;
  margin-bottom: .5em;
}

.cs-std-text-contain.less-margin {
  margin-bottom: 0;
}

.cs-std-text-wrapper {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  width: 47%;
  display: flex;
}

.cs-std-text-wrapper._100 {
  width: 100%;
}

.cs-std-text-wrapper.margin-bottom {
  margin-bottom: 50px;
}

.travaux-45-phase1-flex {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  margin-top: 3em;
  margin-bottom: 3em;
  display: flex;
}

.travaux-45-phase1-text {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  width: 45%;
  display: flex;
}

.travaux-45-phase1-img-contain {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  display: flex;
}

.travaux-45-phase1-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cs-attributes-section-contain {
  margin-top: 15em;
  margin-bottom: 15em;
}

.cs-attributes-grid-contain {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cs-attributes-title-contain {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  margin-bottom: 4em;
  display: flex;
}

.minifilou-logo-why-img-contain {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  display: flex;
  text-align: center;
}

.minifilou-logo-why-img-contain.vertical {
  flex-direction: column;
}

.minifilou-logo-why-img {
  object-fit: cover;
  width: 15em;
  height: 15em;
}

.minifilou-cs-logo-why-grid-contain {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.minifilou-cs-logo-why-grid-contain.vertical-centered {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.minifilou-why-section {
  margin-top: 14em;
  margin-bottom: 14em;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.minifilou-why-title-contain {
  margin-bottom: 2em;
}

.minifilou-colors-text-contain {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  width: 45%;
  display: flex;
}

.minifilou-colors-img-contain {
  width: 40%;
}

.abhero-2nd-section-contain {
  flex-direction: column;
  width: 63%;
  display: flex;
}

.aboutme-aboutu-contain {
  width: 73%;
}

.last-process-h2-contain {
  flex-direction: column;
  width: 44%;
  display: flex;
}

.cs-process-section-contain {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 13.5em;
  margin-bottom: 13.5em;
  display: flex;
}

.cs-phase-texts-contain {
  align-items: flex-start;
  display: flex;
}

.cs-process-title-contain {
  margin-top: -.3em;
  margin-right: 10em;
}

.cs-process-body-contain {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  width: 52%;
  display: flex;
}

.cs-phase-subtitle {
  font-family: Itcavantgardepro bk, sans-serif;
  font-size: 1.9em;
  line-height: 1.35;
}

.bettys-pink-underline {
  box-shadow: inset 0 -2px #ff00b7;
}

.bettys-logoeragazzo-contain {
  justify-content: center;
  display: flex;
}

.bettys-logo-mark-img {
  object-fit: cover;
  width: 40%;
}

.bettys-guy-behind-logotee {
  object-fit: cover;
  width: 60%;
}

.list-circle-svg {
  margin-top: .35em;
  margin-right: 1.2em;
}

.workp-item-block {
  z-index: 3;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  transition: all .55s cubic-bezier(.165, .84, .44, 1);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.workp-item-block:hover {
  filter: brightness(75%) blur(5px)!important;
  transform: scale(1.035);
}

.workp-item-block.minifilou {
  background-image: url('../images/minifilou-bebe-et-logo.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .55s cubic-bezier(.165, .84, .44, 1);
}

.workp-item-block.bettys {
  background-image: url('../images/logo-OFFICIEL-le_collectif.svg'), linear-gradient(to bottom, var(--not-black), var(--not-black));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 90% 90%, auto;
}

.workp-item-block.pand-or {
  background-image: url('../images/logo-pand-or-png.png'), linear-gradient(#ffdf00, #ffdf00);
  background-position: 85%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
}

.workp-item-block.beereux {
  background-image: url('../images/logo-beereux-by-akato.svg'), linear-gradient(#ffd024, #ffd024);
  background-position: 80%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
}

.workp-item-block.yusisako {
  background-image: url('../images/logo-yusisako-by-akato.svg'), linear-gradient(to bottom, var(--not-black), var(--not-black));
  background-position: 50% 70%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
}

.workp-item-block.xiaolongbaleyg {
  background-image: url('../images/xialong-baleyg-facebook.jpg');
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100%;
}

.workp-item-block.lunay {
  background-image: url('../images/Lunay-e-sport-manchette---Template-2_1.svg'), linear-gradient(to bottom, var(--orange-shade), var(--orange-shade));
  background-position: 80%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
}

.workp-item-block.imperius {
  background-image: url('../images/logo-imperius-par-akato.png'), linear-gradient(to bottom, var(--usless-grey), var(--usless-grey));
  background-position: 80%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
}

.workp-item-block.gold-panda {
  background-image: url('../images/logo-pand-or-png.png'), linear-gradient(#ffdf00, #ffdf00);
  background-position: 80%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
}

.workp-item-block.tengu {
  background-image: url('../images/drapeau-noir---tengu-jap.jpg');
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100%;
}

.workp-item-block.opti {
  background-image: url('../images/opti-landing-page-project-thumbnail.jpg');
}

.workp-item-block.diedra {
  background-image: url('../images/diedra-website-showcase-case-study.jpg');
}

.workp-item-block.planco {
  background-color: #022426;
  background-image: url('../images/logo-2.svg');
  background-position: 51% 45%;
  background-size: 50%;
}

.workp-item-block.nuno {
  background-image: url('../images/nuno-thumbnail-website.jpg');
}

.workp-item-block.famille-jeune {
  background-image: url('../images/logo-black-jeune.svg'), linear-gradient(to bottom, var(--light-grey), var(--light-grey));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 90% 90%, auto;
}

.workp-item-block.azeltio {
  background-image: url('../images/logo-azeltio.svg'), linear-gradient(rgb(41, 205, 255), rgb(41, 205, 255));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 90% 90%, auto;
}

.workp-item-block.vignobles-malijay {
  background-image: url('../images/logo-vignobles-malijay.svg'), linear-gradient(rgb(51,51,51), rgb(51,51,51));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100% 100%, auto;
}

.workp-item-block.AHARP {
  background-image: url('../images/logo-aharp.svg'), linear-gradient(#EDC237, #EDC237);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 90% 90%, auto;
}

.workp-item-block.restaurant-japonais {
  background-image: url('../images/accueil-restaurant-japonais.png'), linear-gradient(to bottom, var(--light-grey), var(--light-grey));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover;
  filter: brightness(50%);
}

.workp-item-block.votre-coiffeur {
  background-image: url('../images/accueil-votre-coiffeur.png'), linear-gradient(to bottom, var(--light-grey), var(--light-grey));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover;
}

.workp-item-block.artichaut-restaurant {
  background-image: url('../images/logo-artichaut-seul.svg'), linear-gradient(#334C3E, #334C3E);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 90% 90%, auto;
}

.workp-project-text-contain.text-white {
  z-index: 4;
  position: relative;
}

.workp-item-contain {
  justify-content: flex-start;
  align-items: flex-end;
  height: 20em;
  padding: 1.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.workp-item-contain.one {
  background-image: url('../images/portfolio-thumbnail-06.jpg');
}

.workp-item-contain.two {
  background-image: url("https://cdn.prod.website-files.com/649eaa134fe33110482be212/649eaa144fe33110482be40b_betty's-thumbnail.jpg");
}

.workp-item-contain.three {
  background-image: url('../images/work-protecto-thumbnail.jpg');
}

.cs-cta-h2-contain {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.hero-scroll-lottie-contain {
  margin-left: -12%;
  position: absolute;
  top: auto;
  bottom: -6%;
  left: 0%;
  right: auto;
}

.scroll-lottie {
  width: 21.5em;
}

.processp-work-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1440px;
  margin-top: 4em;
  padding-left: 7.08em;
  padding-right: 7.08em;
  display: grid;
}

.processp-project-heading {
  font-family: Neuehaasgroteskdisplay, sans-serif;
  font-size: 2.5em;
  font-weight: 500;
  display: inline-block;
}

.processp-item-contain {
  justify-content: flex-start;
  align-items: flex-end;
  height: 20em;
  padding: 1.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.processp-item-contain.one {
  background-image: url('../images/portfolio-thumbnail-06.jpg');
}

.processp-item-contain.two {
  background-image: url("https://cdn.prod.website-files.com/649eaa134fe33110482be212/649eaa144fe33110482be40b_betty's-thumbnail.jpg");
}

.processp-item-contain.three {
  background-image: url('../images/work-protecto-thumbnail.jpg');
}

.res-guide-img {
  width: 8.3em;
  margin-bottom: 3em;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.res-guide-img.book-hover {
  transform-style: preserve-3d;
  margin-bottom: 4em;
  transform: translate3d(0, 0, 3em);
  box-shadow: 0 11px 18px rgba(0, 0, 0, .3);
}

.res-guide-img.soft {
  border-radius: 13px;
  margin-bottom: 0;
}

.form-checkbox-link {
  color: var(--orange);
}

.hero-value-display-text {
  color: var(--not-black);
  letter-spacing: -.023em;
  font-family: Itcavantgardepro md, sans-serif;
  font-size: 5.2em;
  line-height: 1.15;
}

.hero-value-display-text.mobile {
  display: none;
}

.underline {
  width: 100%;
}

.display-text-home-contain {
  cursor: default;
  width: 80%;
}

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

.loader {
  z-index: 2147483647;
  background-color: var(--dark-grey);
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.trigger {
  width: 0;
  height: 0;
  padding: 0;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.loader_top {
  border-bottom: 1.6px solid var(--bg-cram-white);
  background-color: var(--dark-grey);
  position: relative;
}

.loader_progress {
  z-index: 1;
  background-color: var(--bg-cram-white);
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

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

.loader_p.is-left {
  letter-spacing: -.02em;
  font-family: Itcavantgardepro demi, sans-serif;
  font-size: 1.52em;
}

.loader_p.is-right {
  text-align: right;
  font-family: Itcavantgardepro bk, sans-serif;
  font-size: 1.2em;
}

.loader_number {
  color: var(--bg-cram-white);
  font-size: 27em;
}

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

.card {
  cursor: auto;
  background-color: rgba(165, 129, 114, .05);
  border: 1px solid #d3cbc4;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2.5rem 2.5rem 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card._75 {
  width: 75%;
}

.card-content {
  opacity: .85;
  justify-content: center;
  align-items: center;
  position: relative;
}

.content-wrapper {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  max-width: 420px;
  padding: 1.4rem 1.3rem;
  line-height: 1.3;
  display: flex;
  position: relative;
}

.home-testimonial-section-custom-code {
  display: none;
}

.home-testimonial-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.testimonial-position-txt {
  color: var(--grey);
  text-align: center;
  text-transform: uppercase;
  font-family: Itcavantgardepro md, sans-serif;
  font-size: .85em;
  font-weight: 400;
}

.cs-colours-img {
  object-fit: cover;
  height: 41em;
}

.utility-page-wrap-2 {
  justify-content: center;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.main-button-2 {
  background-color: rgba(231, 226, 220, .15);
  border: 2px solid #ff5330;
  border-radius: 100px;
  padding: .53em 2.53em;
  font-size: 1em;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
  overflow: hidden;
}

.main-button-2:hover {
  background-color: #ff5330;
}

.main-button-2:active {
  background-color: #c22100;
  border-color: #c22100;
}

.utility-page-content-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100vh;
  max-height: 100%;
  display: flex;
}

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

.link-underline-line-2 {
  background-color: #000;
  width: 100%;
  height: 1.75px;
  transform: translate(-101%);
}

.paragraph-2 {
  text-align: right;
  font-size: 1em;
  font-style: italic;
}

.paragraph-2.centered-text {
  text-align: center;
  margin-top: 1em;
}

.paragraph-2.centered-text.margin-bottom {
  margin-bottom: 1em;
}

.image-6 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 300px;
  display: block;
}

.paragraph-3 {
  font-family: Great Vibes, cursive;
  font-size: 5em;
}

.paragraph-3.great-vibes {
  font-family: Great Vibes, cursive;
}

.paragraph-3.quicksand {
  margin-top: 3em;
  font-family: Quicksand, sans-serif;
  font-size: 4em;
}

.paragraph-3.general-sans-normal {
  font-family: Generalsans, sans-serif;
  font-size: 4em;
}

.paragraph-3.general-sans-light {
  font-family: Generalsans, sans-serif;
  font-size: 4em;
  font-weight: 300;
}

.paragraph-3.general-sans-extra-light {
  font-family: Generalsans, sans-serif;
  font-size: 4em;
  font-weight: 200;
}

.paragraph-3.general-sans-medium {
  font-family: Generalsans, sans-serif;
  font-size: 4em;
  font-weight: 500;
}

.paragraph-3.general-sans-semibold {
  font-family: Generalsans, sans-serif;
  font-size: 4em;
  font-weight: 600;
}

.paragraph-3.general-sans-bold {
  font-family: Generalsans, sans-serif;
  font-size: 4em;
  font-weight: 700;
}

.paragraph-3.variable-italic {
  font-family: Generalsans Variable, sans-serif;
}

.paragraph-3.tengu {
  font-family: Tengu Esport, sans-serif;
}

.paragraph-3.galliard {
  font-family: Galliard Roman, sans-serif;
}

.paragraph-3.lora {
  font-family: Lora-Regular, sans-serif;
}

.paragraph-3.trend-sans-one {
  font-family: Trend Sans One, sans-serif;
}

.paragraph-3.Itcavantgardestd-bk {
  font-family: Itcavantgardestd-bk, sans-serif;
}

.paragraph-3.Itcavantgardestd-bold {
  font-family: Itcavantgardestd-bold, sans-serif;
}

.paragraph-3.Neulis-cursive {
  font-family: Neulis-cursive, sans-serif;
}

.paragraph-3.Neris-light {
  font-family: Neris-light, sans-serif;
}

.text-span {
  font-size: .7em;
}

.text-span.quicksand-light {
  font-weight: 300;
}

.text-span.quicksand-medium {
  font-weight: 500;
}

.text-span.quicksand-semi-bold {
  font-weight: 600;
}

.text-span.quicksand-bold {
  font-weight: 700;
}

.lightbox-link {
  width: 100%;
}

.lightbox-link.nl-collectif {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 0 2px 5px 4px rgba(0, 0, 0, .2);
}

.carrousel {
  box-sizing: border-box;
  width: 100%;
}

.carrousel.border {
  border: 0 solid #000;
}

.link-block-2, .link-block-3 {
  display: none;
}

.lightbox-link-2 {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.lightbox-link-3 {
  border: 1px solid #000;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.container-2 {
  background-color: #fff;
  width: 15em;
  max-width: 100%;
  height: 15em;
}

.container-2.rose {
  background-color: #fd1a95;
}

.container-2.rouge-japon {
  background-color: #F12B30;
}

.container-2.rouge-coiffeur {
  background-color: #F95451;
}

.container-2.noir-japon {
  background-color: #111111;
}

.container-2.noir-coiffeur {
  background-color: #0a0a0a;
}

.container-2.jaune {
  background-color: #fde406;
}

.container-2.bleu {
  background-color: #77d0e5;
}

.container-2.vert-fonc {
  background-color: #093a3e;
}

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

.image-7 {
  background-color: rgba(255, 255, 255, 0);
}

.cell {
  background-color: rgba(255, 255, 255, 0);
  justify-content: center;
  align-items: center;
}

.cell.gold-background {
  background-color: #ffdf00;
}

.heading-4, .paragraph-5 {
  text-align: center;
}

.div-block-3 {
  flex-direction: row;
  justify-content: space-between;
  height: 25%;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.gris {
  background-color: #5b554e;
  justify-content: center;
  align-items: center;
  width: 25%;
  display: flex;
}

.vert-artichaut {
  background-color: #334C3E;
  justify-content: center;
  align-items: center;
  width: 25%;
  display: flex;
}

.blanc-artichaut {
  background-color: #FFFFFF;
  justify-content: center;
  align-items: center;
  width: 25%;
  display: flex;
  border: 1px solid #0a0a0a;
}

.beige-artichaut {
  background-color: #E1D9CC;
  justify-content: center;
  align-items: center;
  width: 25%;
  display: flex;
}

.cr-me {
  background-color: #e7e6e5;
  justify-content: center;
  align-items: center;
  width: 25%;
  display: flex;
}

.vert-fonce-malijay {
  background-color: #424843;
  justify-content: center;
  align-items: center;
  width: 25%;
  display: flex;
}

.vert-clair-malijay {
  background-color: #8aa28d;
  justify-content: center;
  align-items: center;
  width: 25%;
  display: flex;
}

.jaune-aharp {
  background-color: #EDC237;
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.vert-aharp {
  background-color: #59A995;
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.bleu-clair-aharp {
  background-color: #59B1E2;
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.bleu-fonce-aharp {
  background-color: #263C5B;
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.rouge-azeltio {
  background-color: #E84030;
  justify-content: center;
  align-items: center;
  width: 33%;
  display: flex;
}

.bleu-azeltio {
  background-color: #17123B;
  justify-content: center;
  align-items: center;
  width: 33%;
  display: flex;
}

.blanc-azeltio {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 33%;
  display: flex;
  border: 1px solid black
}

.ocre {
  background-color: #ac7c09;
  justify-content: center;
  align-items: center;
  width: 25%;
  display: flex;
}

.ocre-malijay {
  background-color: #ab7223;
  justify-content: center;
  align-items: center;
  width: 25%;
  display: flex;
}

.text-block, .text-block-2, .text-block-3 {
  text-align: center;
  font-size: 16px;
}

.div-block-4 {
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-4._100 {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.link, .link-2, .link-3 {
  color: var(--orange);
}

.paragraph-6 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.paragraph-7 {
  margin-top: 7.8em;
}

.div-lang {
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 0;
  display: flex;
}

.div-lang.mob {
  display: none;
}

.image-8 {
  max-width: 45%;
  margin: 10px;
}

.image-9 {
  max-width: 30%;
  margin: 10px;
}

.div-block-5 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.background-video {
  z-index: 10;
  border: 0 solid #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-6 {
  max-width: 50%;
  height: 50vh;
  display: flex;
}

.background-video-2 {
  aspect-ratio: 9 / 18;
  width: auto;
  max-width: 100vw;
  height: 60vh;
  max-height: 60vh;
  display: block;
}

.paragraph-8 {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12 {
  text-align: center;
}

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

.div-block-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.slider__arrow {
  color: #101010;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .2s, background-color .2s;
  display: flex;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .4);
}

.slider__arrow:hover {
  color: #fff;
  background-color: #000;
}

.slider__arrow.left {
  transform: translate(-50%);
}

.slider__arrow.right {
  transform: translate(50%);
}

.slide {
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.slider__icon {
  font-size: 24px;
  font-weight: 700;
}

.slide__image {
  z-index: 1;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .5);
}

.slide__image.previous {
  z-index: 0;
  transform-origin: 50%;
  display: inline-block;
  transform: translate(-120px)rotate(-3deg)scale(.8);
}

.slide__image.previous.contain {
  object-fit: cover;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .5);
}

.slide__image.previous.contain.background-color {
  background-color: var(--light-grey);
  padding-top: 40px;
  padding-bottom: 40px;
}

.slide__image.current {
  z-index: 2;
  aspect-ratio: auto;
  box-shadow: none;
  transform-origin: 50%;
  object-fit: cover;
  width: 100%;
}

.slide__image.current.mug {
  object-position: 50% 70%;
}

.slide__image.current.contain {
  box-shadow: none;
  outline-offset: 0px;
  object-fit: contain;
  border-style: none;
  border-color: #000;
  outline: 3px #000;
}

.slide__image.current.contain.background-color {
  background-color: var(--bg-cram-white);
  padding-top: 60px;
  padding-bottom: 60px;
}

.slide__image.next {
  z-index: 1;
  transform-origin: 50%;
  border: 1px solid #000;
  display: inline-block;
  transform: translate(120px)rotate(3deg)scale(.8);
  box-shadow: 0 10px 40px rgba(0, 0, 0, .5);
}

.slide__image.next.contain {
  object-fit: contain;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .5);
}

.slide__image.next.contain.background-color {
  background-color: var(--light-grey);
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  width: 800px;
  height: 600px;
}

.page-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.slider__mask {
  position: static;
  overflow: visible;
}

.slider__nav {
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-8, .div-block-9, .div-block-10, .div-block-11, .div-block-12 {
  max-height: 0;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.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_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

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

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

.fs-cc-banner_text-link {
  color: var(--black);
  border-bottom: 0 solid #4353ff;
  font-weight: 400;
  text-decoration: underline;
}

.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-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-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid rgba(51, 51, 51, .15);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: rgba(3, 5, 36, .6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_label {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_button {
  background-color: var(--orange);
  border: 0 solid #4353ff;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: var(--black);
  background-color: #fff;
  border-color: #4353ff;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs_text {
  color: var(--black);
  font-size: .75rem;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  top: auto;
  bottom: 1.25rem;
  left: 1.25rem;
  right: auto;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_submit-hide {
  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_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-banner_button {
  border: 0px solid var(--orange);
  background-color: var(--orange);
  color: #fff;
  text-align: center;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-width: 2px;
  border-color: var(--orange);
  background-color: var(--white);
  color: var(--black);
}

.fs-cc-prefs_title {
  color: var(--black);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: var(--white);
  border-top: 1px solid rgba(67, 83, 255, .16);
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.link-4 {
  color: var(--black);
  text-decoration: underline;
}

.bold-text {
  color: var(--white);
  font-weight: 400;
}

.div-container-60 {
  justify-content: center;
  align-items: center;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.heading-5, .heading-6 {
  text-align: center;
}

.grid {
  grid-template-areas: ". Area"
                       "Area-2 Area-3";
  align-items: center;
  justify-items: center;
  width: 80%;
}

.image-15 {
  aspect-ratio: auto;
  object-fit: contain;
}

.image-16, .image-17, .image-18 {
  object-fit: contain;
}

@media screen and (max-width: 991px) {
  h1 {
    font-family: Neuehaasgroteskdisplay reg, sans-serif;
    font-size: 4.7vw;
    font-weight: 400;
  }

  h2 {
    font-size: 3.1vw;
  }

  h3 {
    font-family: Itcavantgardepro demi, sans-serif;
    font-size: 2vw;
    font-weight: 400;
    line-height: 1.3;
  }

  h4 {
    font-family: Neuehaasgroteskdisplay semlt, sans-serif;
    font-size: 2vw;
    font-weight: 400;
    line-height: 1.1;
  }

  .main-pfolio-thumbnail:hover {
    filter: none;
  }

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

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

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

  .heading-md {
    font-family: Itcavantgardepro demi, sans-serif;
    font-size: 4vw;
    font-weight: 400;
  }

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

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

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

  .container.is-hp-hero {
    padding-top: 10em;
  }

  .nav-parent {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .border-line-h.black {
    height: 3.4em;
  }

  .nav-logo.two {
    height: 3em;
  }

  .nav-logo.one {
    height: 6em;
  }

  .burger-menu-parent {
    padding: 8px 7px;
  }

  .burger-menu-parent.open {
    z-index: 99999;
  }

  .button-contain {
    align-items: center;
    display: flex;
  }

  .tab-top {
    height: 15em;
  }

  .tab-h2 {
    font-family: Itcavantgardepro xlt, sans-serif;
    font-size: 3.2vw;
    font-weight: 400;
    line-height: 1.15;
  }

  .scroll-section-mouse {
    align-items: flex-start;
    height: 60vh;
    padding-left: 15px;
    overflow: auto;
  }

  .lottie-sm-icon.footer2.discord, .lottie-sm-icon.l-in {
    width: 4em;
    height: 4em;
  }

  .lottie-sm-icon.l-in.discord, .lottie-sm-icon.discord {
    width: 6em;
    height: 6em;
  }

  .expand-btn-contain:hover {
    background-color: var(--white);
  }

  .expand-btn-contain:active {
    background-color: var(--orange);
  }

  .menu-panel-right {
    width: 100%;
  }

  .menu-link-parent {
    padding-left: 7.5em;
    padding-right: 7.5em;
  }

  .menu-panel-left {
    display: none;
  }

  ._3d-img-child {
    width: 50em;
    height: 50em;
  }

  ._3d-grand-child {
    width: 60em;
    height: 12em;
  }

  ._3d-grand-child.top {
    transform: rotateX(90deg)rotateY(0)rotateZ(0)translate3d(0, 8.4em, -6em);
  }

  ._3d-grand-child.middle {
    transform: translate3d(0, 0, 14.4em);
  }

  ._3d-grand-child.bottom {
    transform: rotateX(-90deg)rotateY(0)rotateZ(0)translate3d(0, -8.4em, -6em);
  }

  ._3d-text-2 {
    font-size: 70px;
  }

  .hover-work-pfolio-effect {
    filter: brightness(75%);
    transition-property: none;
  }

  .hover-work-pfolio-effect:hover {
    filter: brightness(75%);
    transform: none;
  }

  .hero-text-cs-contain {
    width: 80%;
  }

  .hero-text-cs-contain.is-minifilou {
    width: 75%;
  }

  .cs-hero-subtitle {
    font-family: Itcavantgardepro xlt, sans-serif;
    font-size: 3vw;
    font-weight: 400;
  }

  .minifilou-cs-logo-why-grid-contain {
    flex-flow: row;
  }

  .minifilou-cs-logo-why-grid-contain.imperius {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .workp-item-block {
    filter: brightness(95%);
    transition-property: none;
  }

  .workp-item-block:hover {
    filter: none;
    transform: none;
  }

  .workp-item-contain {
    height: 25em;
  }

  .processp-project-heading {
    font-size: 2.8vw;
  }

  .processp-item-contain {
    height: 25em;
  }

  .loader_p.is-left {
    font-size: 2.5em;
  }

  .loader_p.is-right {
    font-size: 1.9em;
  }

  .loader_number {
    font-size: 27em;
  }

  .card {
    padding: 1.5rem;
  }

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

  .div-block {
    font-size: 2vw;
  }

  .lightbox-link.nl-collectif {
    width: 80%;
  }

  .text-block {
    font-size: 2vw;
  }

  .text-block-2 {
    font-size: 1vw;
  }

  .div-lang {
    display: flex;
  }

  .image-8 {
    max-width: 100%;
  }

  .image-9 {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .slide__image.previous {
    overflow: clip;
  }

  .slider {
    width: 70vw;
    max-width: 70vw;
    max-height: 60vh;
  }

  .image-11, .image-12 {
    max-width: 50%;
  }

  .fs-cc-banner_buttons-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
  }

  .fs-cc-banner_text {
    margin-right: 0;
    font-size: 1.5vw;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    font-family: Neuehaasgroteskdisplay reg, sans-serif;
    font-size: 4.7vw;
    font-weight: 400;
  }

  h2 {
    font-family: Neuehaasgroteskdisplay reg, sans-serif;
    font-size: 3.1vw;
    font-weight: 400;
  }

  h3 {
    font-family: Itcavantgardepro demi, sans-serif;
    font-size: 2.2vw;
    font-weight: 400;
  }

  h4 {
    font-family: Neuehaasgroteskdisplay semlt, sans-serif;
    font-size: 2vw;
    font-weight: 400;
  }

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

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

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

  .heading-md {
    font-family: Itcavantgardepro demi, sans-serif;
    font-size: 6vw;
    font-weight: 400;
  }

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

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

  .container.is-hp-hero {
    padding-top: 16em;
  }

  .container.is-loader-top {
    padding: 2em 2.5em;
  }

  .burger-menu-parent {
    width: 5.5em;
    height: 5.5em;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav {
    height: 53px;
  }

  .button-text-1 {
    font-size: 1.5em;
  }

  .button-contain {
    align-items: center;
    display: flex;
  }

  .secondary-button-text-1 {
    font-size: 1.5em;
  }

  .tab-top {
    height: 17em;
  }

  .tab-h2 {
    font-family: Itcavantgardepro xlt, sans-serif;
    font-size: 3.2vw;
    font-weight: 400;
  }

  .scroll-section-mouse {
    margin-top: 0;
  }

  .lottie-sm-icon.l-in {
    width: 4em;
    height: 4em;
  }

  .lottie-sm-icon.discord {
    width: 6em;
    height: 6em;
  }

  .menu-text {
    font-size: 6em;
  }

  .arrow-menu {
    height: 4em;
  }

  .arrow-menu.one {
    height: 5em;
  }

  .arrows-menu-contain {
    height: 4em;
  }

  .circle-inner-ap {
    width: 80.8%;
    height: 70.7%;
  }

  .dot {
    width: 3em;
    height: 3em;
  }

  ._3d-grand-child {
    width: 70.4em;
    height: 14.4em;
  }

  ._3d-grand-child.top {
    transform: rotateX(90deg)rotateY(0)rotateZ(0)translate3d(0, 15.8em, -7.2em);
  }

  ._3d-grand-child.middle {
    transform: translate3d(0, 0, 23.04em);
  }

  ._3d-grand-child.bottom {
    transform: rotateX(-90deg)rotateY(0)rotateZ(0)translate3d(0, -15.8em, -7.2em);
  }

  ._3d-text-2 {
    font-size: 45px;
  }

  .mouth-scream-hp {
    width: 40%;
  }

  .text-ani {
    margin-top: 0;
  }

  .explosion-mic-hp, .explosion-mic-hp-copy {
    width: 40%;
  }

  .hero-text-cs-contain.is-minifilou {
    width: 75%;
  }

  .cs-hero-subtitle {
    font-family: Itcavantgardepro xlt, sans-serif;
    font-size: 3.5vw;
    font-weight: 400;
  }

  .cs-overview-grid-contain {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cs-overview-right-img-contain {
    height: 59em;
  }

  .cs-overview-img {
    width: 100%;
  }

  .minifilou-cs-logo-why-grid-contain {
    flex-flow: row;
  }

  .hero-scroll-lottie-contain {
    display: none;
  }

  .processp-project-heading {
    font-size: 3.5vw;
  }

  .hero-value-display-text {
    font-size: 6.4em;
  }

  .display-text-home-contain {
    width: 100%;
  }

  .loader_p.is-left {
    font-size: 3em;
  }

  .loader_p.is-right {
    width: 40%;
    font-size: 2.3em;
  }

  .card {
    border-radius: .75rem;
  }

  .div-block-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .slider {
    width: 70vw;
    height: 40vh;
    max-height: 80vh;
  }

  .image-13, .image-14 {
    max-width: 50%;
  }

  .fs-cc-banner_text {
    font-size: 2vw;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-family: Neuehaasgroteskdisplay reg, sans-serif;
    font-size: 8em;
    font-weight: 400;
    line-height: 1.2;
  }

  h2 {
    font-family: Neuehaasgroteskdisplay reg, sans-serif;
    font-size: 7.5vw;
    font-weight: 400;
  }

  h3 {
    font-family: Itcavantgardepro demi, sans-serif;
    font-size: 6.35vw;
    font-weight: 400;
  }

  h4 {
    font-family: Neuehaasgroteskdisplay semlt, sans-serif;
    font-size: 5.2vw;
    font-weight: 400;
  }

  p {
    font-size: 15px;
  }

  .section.is-process {
    padding-bottom: 32em;
  }

  .section.is--hptabs {
    margin-top: 30em;
  }

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

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

  .flex-split, .flex-split.is-herohp {
    flex-direction: column;
  }

  .flex-split.btm-mobile-collage-section {
    margin-bottom: 10em;
  }

  .flex-split.reverse-mobile {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    flex-direction: column-reverse;
  }

  .div-hide.pad-left {
    padding-left: 4px;
  }

  .div-hide.pad-right {
    padding-right: 4px;
  }

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

  .heading-md {
    font-family: Itcavantgardepro demi, sans-serif;
    font-size: 13em;
    font-weight: 400;
  }

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

  .flex-cc-h.menu {
    margin-right: 10px;
  }

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

  .hide-mobile {
    display: none;
  }

  .container {
    padding: 20em 4.58em;
  }

  .container.is-hp-hero {
    padding-top: 27em;
  }

  .container.is--tab {
    padding-top: 20.5em;
    padding-bottom: 9em;
    overflow: scroll;
  }

  .container.is-footer {
    padding-top: 18.98em;
    padding-bottom: 18.98em;
  }

  .container.is-about-hero {
    padding-top: 24em;
  }

  .container.is-cnt-hero {
    padding-top: 19em;
  }

  .container.is-res-hero {
    padding-top: 22em;
  }

  .container.is-loader-top {
    padding: 3.9em 3.6em;
  }

  .container.is-loader-bottom {
    margin-bottom: 0;
  }

  .logo-parent, .logo-parent.rel.w--current {
    display: none;
  }

  .burger-line-top {
    width: 80%;
  }

  .border-line-h.black {
    height: 8em;
  }

  .nav-logo {
    height: 3em;
  }

  .burger-line-middle, .burger-line-bottom {
    width: 80%;
  }

  .burger-menu-parent {
    width: 10em;
    height: 10em;
  }

  .burger-menu-parent.open {
    width: 11em;
    height: 11em;
    padding: 4px;
  }

  .nav {
    height: 60px;
    padding-left: 4.58em;
    padding-right: 4.58em;
  }

  .nav.remove-blur-mobile {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .herohp-content-contain, .hp-hero-img-contain {
    width: 100%;
  }

  .main-button {
    justify-content: center;
    align-items: center;
    padding-top: 2.13em;
    padding-bottom: 2.13em;
    display: flex;
  }

  .main-button.is-nav {
    margin-right: -5px;
    padding-top: .83em;
    padding-bottom: .83em;
  }

  .main-button.is-nav.fr {
    margin-right: 0;
    padding: 2em 2em 2em 3em;
  }

  .main-button.is-nav.en {
    margin-right: 0;
    padding: 2em 3em 2em 2em;
  }

  .main-button.is-nav.lang-select.en.mob {
    padding-left: 4em;
    padding-right: 4em;
  }

  .main-button.is-nav.lang-select.french.mob {
    margin-right: 0;
    padding: 2em 4em;
  }

  .button-text-1 {
    margin-top: .25em;
    font-size: 3em;
  }

  .button-text-1.mob {
    color: var(--white);
  }

  .button-contain {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: 20em;
    margin-top: 8em;
    margin-bottom: 8em;
    display: flex;
  }

  .button-contain.is-hero-guide {
    height: 19em;
    margin-bottom: 0;
  }

  .button-contain.contact-pg-1 {
    height: auto;
    margin-top: 4em;
    margin-bottom: 0;
  }

  .secondary-button.is-home-work-btn {
    margin-top: 4em;
  }

  .secondary-button-text-1 {
    font-size: 3em;
  }

  .img-parent.is-hero {
    height: 120em;
    transform: rotate(0);
  }

  .img-parent.is--tab {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .img-parent.is-guide {
    width: 100%;
  }

  .img-parent.is-hero-about {
    height: 110em;
  }

  .center-text._70-percent-width, .center-text._40-percent-width.div-hide {
    width: 100%;
  }

  .medium-ph {
    text-align: left;
    font-size: 18px;
  }

  .tab-parent {
    padding-top: 4em;
  }

  .tab-top {
    height: auto;
    padding-bottom: 0;
  }

  .tab-btn-parent {
    width: 255%;
    padding-top: .2em;
    padding-bottom: 5px;
  }

  .tab-button-selector {
    border-radius: 4.5em;
  }

  .tab-btm {
    flex-direction: column;
    height: 135em;
  }

  .left-tab-slide-parent {
    width: 400vw;
    height: 42%;
    margin-bottom: 50%;
    margin-right: 0;
  }

  .tab-panel {
    padding: 6em;
  }

  .tab-content-parent {
    justify-content: flex-start;
  }

  .tab-h2 {
    margin-bottom: 0;
    font-family: Itcavantgardepro xlt, sans-serif;
    font-size: 8.1vw;
    font-weight: 400;
  }

  .teb-text-selector {
    margin-top: .5em;
    font-size: 19px;
  }

  .right-tab-slide-parent {
    width: 400vw;
    height: 59%;
    margin-top: 50%;
    margin-left: 0;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .how-branding-item-wrapper {
    width: 100%;
  }

  .plus-sign-svg {
    width: 4em;
    height: 4em;
    margin-right: 3em;
  }

  .how-branding-text {
    font-size: 15px;
  }

  .how-branding-item {
    margin-top: 5.7em;
    margin-bottom: 5.7em;
  }

  .work-container {
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 5em;
    display: block;
    position: static;
    overflow: scroll;
  }

  .scroll-inner {
    align-items: center;
    width: 366em;
    height: 128em;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .scroll-parent {
    width: 23.9%;
    height: 100%;
    margin-left: 1.5em;
    margin-right: 1.5em;
  }

  .scroll-parent.one {
    width: 24%;
    margin-left: 3em;
  }

  .work-home-text-conatin.center-text.text-white {
    width: 90%;
  }

  .card-whipe-heroimg {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .footer-grid {
    flex-direction: column;
  }

  .left-footer {
    width: 100%;
  }

  .left-foot-textnlogo-contain {
    align-items: center;
    margin-bottom: 6em;
  }

  .footer-logo-contain {
    margin-bottom: 6em;
  }

  .footer-text-left-link-contain {
    margin-top: 2em;
  }

  .left-foot-sm-contain {
    justify-content: space-around;
    width: 100%;
  }

  .lottie-sm-icon {
    width: 10em;
    height: 10em;
  }

  .lottie-sm-icon.footer2.discord {
    width: 12em;
    height: 12em;
  }

  .lottie-sm-icon.footer3, .lottie-sm-icon.l-in {
    width: 9em;
    height: 9em;
  }

  .lottie-sm-icon.l-in.discord, .lottie-sm-icon.discord {
    width: 12em;
    height: 12em;
  }

  .mid-right-footer {
    width: 100%;
  }

  .upper-mid-right-footer {
    flex-direction: column;
  }

  .footer-nav-links-contain {
    align-items: center;
    margin-top: 13.5em;
    margin-bottom: 12em;
  }

  .footer-nav-link {
    margin-bottom: .8em;
    font-size: 15px;
  }

  .footer-contacts-left-contain {
    align-items: center;
  }

  .footer-contact-item-contain {
    align-items: center;
    margin-bottom: 6em;
  }

  .footer-contact-title {
    font-size: 29px;
  }

  .footer-orange-link {
    font-size: 15px;
  }

  .footer-legal-info {
    font-size: 7px;
  }

  .flex-item {
    width: 100%;
  }

  .flex-item.contact {
    width: 100%;
    margin-top: 10em;
    margin-bottom: 10em;
  }

  .scroll-section {
    padding-bottom: 10em;
  }

  .testimonial-cards-wrapper {
    flex-direction: column;
  }

  .testimonial-card {
    width: 100%;
    margin-bottom: 7em;
    padding: 4em;
  }

  .faq-q {
    font-size: 17px;
  }

  .faq-title-line-contain {
    height: 30em;
  }

  .expand-btn-contain {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

  .hor-plus-sign {
    width: 5em;
  }

  .ver-plus-sign {
    height: 5em;
  }

  .faq-pink-whipe {
    height: 30em;
  }

  .faq-a-ph-contain.text-white {
    width: 100%;
    padding-left: 4.9em;
    padding-right: 4.9em;
  }

  .menu-parent {
    display: none;
  }

  .menu-panel-right {
    width: 100%;
    display: flex;
  }

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

  .arrow-menu {
    height: 6em;
  }

  .arrow-menu.one {
    height: 9em;
  }

  .menu-panel-left {
    width: 0%;
  }

  .arrows-menu-contain {
    height: 9em;
  }

  ._3d-img-child {
    width: 65em;
    height: 65em;
  }

  .circle-inner-ap {
    width: 83.224%;
    height: 72.821%;
  }

  .dot {
    width: 5em;
    height: 5em;
  }

  ._3d-grand-child {
    width: 83em;
    height: 25em;
  }

  ._3d-grand-child.top {
    transform: rotateX(90deg)rotateY(0)rotateZ(0)translate3d(0, 10.6em, -12.4em);
  }

  ._3d-grand-child.bottom {
    transform: rotateX(-90deg)rotateY(0)rotateZ(0)translate3d(0, -10.6em, -12.4em);
  }

  ._3d-text-2 {
    font-size: 46px;
  }

  ._3d-text-2.text-black {
    font-size: 12vw;
  }

  .process-title {
    font-size: 35px;
  }

  .process-left-contain {
    width: 100%;
    margin-left: 0%;
  }

  .process-body-contain {
    flex-direction: column;
    position: relative;
  }

  .process-right-contain {
    width: auto;
    position: absolute;
    top: auto;
    bottom: -18%;
    left: auto;
    right: 0%;
  }

  .img-parent-process {
    width: 40em;
    height: 40em;
  }

  .img-parent-process.is-strategy {
    width: 47em;
    height: 47em;
  }

  .line-scroll-repeated-text {
    font-size: 13px;
  }

  .process-ph-contain {
    margin-bottom: 4em;
  }

  .process-line-contain {
    width: 41em;
    margin-left: auto;
    margin-right: auto;
  }

  .process-title-number {
    font-size: 35px;
  }

  .heroabout-content-contain {
    width: 100%;
  }

  .heroabout-sm-contain {
    justify-content: space-around;
    width: 100%;
  }

  .about-hero-img-contain {
    width: 100%;
    margin-top: 6em;
    margin-right: 0;
  }

  .abouttext-scroll-contain {
    flex-direction: column;
  }

  .left-scroll-about-contain {
    align-items: flex-start;
    width: 90%;
  }

  .year-scroll-about-ph {
    font-size: 45px;
  }

  .event-title-about-ph {
    text-align: left;
    font-size: 33px;
  }

  .event-title-about-ph.is-small {
    text-align: left;
    margin-left: .5em;
    margin-right: auto;
    font-size: 18px;
  }

  .icaro-titles-contain {
    flex-direction: row-reverse;
    justify-content: flex-start;
  }

  .right-scroll-about-contain {
    width: 90%;
  }

  .content-parent-scoll {
    padding-left: 20px;
    position: absolute;
  }

  .sub-title {
    font-size: 16px;
    line-height: 20px;
  }

  .mouth-scream-hp.mobile {
    width: 70em;
    right: 3.5em;
  }

  .text-ani {
    margin-top: 0;
    font-size: 3.2vw;
  }

  .explosion-mic-hp.mobile {
    width: 55em;
  }

  .mouth-black-shape.mobile {
    width: 47em;
    margin-right: 10.1em;
  }

  .mouth-dot1.mobile {
    width: 14em;
    height: 14em;
    margin-bottom: 30.2em;
    margin-right: 50.9em;
  }

  .mouth-dot2.mobile {
    width: 10em;
    height: 10em;
    margin-top: 24.6em;
    margin-left: 36.7em;
  }

  .explosion-black-shape.mobile {
    width: 56em;
  }

  .explosion-orange-shape.mobile {
    width: 67em;
  }

  .contact-page-tab-contain {
    flex-direction: column;
    padding: 3.1em;
  }

  .left-contatti-tab {
    width: 100%;
  }

  .about-big-text-tab {
    flex-direction: column;
    align-items: flex-start;
    font-size: 16em;
    display: flex;
  }

  .right-contatti-tab {
    width: 100%;
    margin-top: 6em;
  }

  .form-text-field {
    font-size: 15px;
  }

  .form-field-contain {
    height: 12.5em;
    margin-bottom: 1.7em;
  }

  .form-field-contain.taller {
    height: 20em;
  }

  .form-button {
    width: 100%;
    padding-top: .7em;
    padding-bottom: .5em;
    font-size: 15px;
  }

  .form-checkbox {
    margin-top: 2.1em;
    margin-bottom: 2.1em;
  }

  .checkbox-label {
    font-size: 9px;
    line-height: 1.4;
  }

  .checkbox {
    width: 7em;
    height: 6em;
  }

  .ab-scroll-text-line-contain {
    margin-top: 10.7em;
    margin-bottom: 10.7em;
  }

  .contact-sm-contain {
    width: 100%;
  }

  .contact-copy-left-text {
    margin-right: 1em;
  }

  .contact-copy-left-text.phone {
    margin-right: 3em;
  }

  .flex-contact-contain {
    flex-direction: column;
  }

  .contact-h1 {
    font-size: 7.5em;
  }

  .footer-logo-img {
    width: 65em;
  }

  .footer-left-ph {
    text-align: center;
  }

  .res-card-contain {
    width: 100%;
    height: auto;
    padding: 4em;
  }

  .res-book-img {
    width: 18em;
  }

  .res-book-img.guide {
    width: 19em;
  }

  .alltext-res-card-contain {
    width: 74%;
  }

  .work-links-contain {
    grid-template-columns: 1fr;
    margin-bottom: 14em;
  }

  .div-hide-main-button {
    width: 4em;
    height: 4em;
    margin-left: 2em;
  }

  .guide-book-img {
    width: 50%;
  }

  .footer-orange-link1-contain {
    font-size: 15px;
  }

  .logo-parent-mobile, .logo-parent-mobile.rel.w--current {
    display: flex;
  }

  .nav-logo-mobile {
    height: 7.5em;
  }

  .nav-logo-mobile.one {
    height: 12em;
  }

  .flex-split-process-title-contain {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .flex-split-process-title-contain.is-herohp {
    flex-direction: column;
  }

  .flex-split-process-title-contain.div-hide {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .hide-not-mobile {
    display: block;
  }

  .mobile-mouth-contain {
    height: 70em;
    overflow: visible;
  }

  .mouth-text-mobile-contain {
    margin-top: 4em;
  }

  .mobile-explosion-contain {
    height: 70em;
    overflow: visible;
  }

  .hero-text-cs-contain, .hero-text-cs-contain.is-minifilou {
    width: 100%;
  }

  .cs-hero-subtitle {
    font-family: Itcavantgardepro xlt, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .cs-std-img, .cs-std-img.cs-full {
    height: auto;
  }

  .cs-std-img.centered-50 {
    width: 100%;
    max-width: 100%;
  }

  .cs-std-img.border {
    height: auto;
  }

  .cs-overview-grid-contain {
    grid-template-columns: 1fr;
  }

  .cs-overview-right-img-contain {
    height: auto;
  }

  .cs-overview-img {
    object-fit: contain;
    height: 0%;
    min-height: 100%;
  }

  .cs-std-text-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    width: 100%;
  }

  .minifilou-phase1-flex {
    flex-direction: column;
  }

  .minifilou-phase1-text {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    width: 100%;
    margin-left: 0;
  }

  .minifilou-phase1-img-contain {
    width: 100%;
    margin-top: 6em;
  }

  .cs-attributes-grid-contain {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .cs-attributes-title-contain {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .minifilou-logo-why-img-contain {
    width: 100%;
    margin-top: 3em;
    margin-bottom: 3em;
    text-align: center;
  }

  .minifilou-logo-why-img {
    width: 60em;
    height: 60em;
  }

  .minifilou-cs-logo-why-grid-contain {
    flex-direction: column;
  }

  .minifilou-colors-text-contain {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    width: 100%;
    margin-bottom: 5em;
  }

  .minifilou-colors-img-contain, .abhero-2nd-section-contain, .aboutme-aboutu-contain, .last-process-h2-contain {
    width: 100%;
  }
  
  .cs-process-section-contain {
    flex-direction: column;
  }

  .cs-phase-texts-contain {
    flex-direction: column;
    width: 100%;
    margin-left: 0;
  }

  .cs-process-title-contain {
    width: 100%;
    margin-bottom: 3em;
  }

  .cs-process-body-contain {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    width: 100%;
  }

  .cs-phase-subtitle {
    font-size: 19px;
  }

  .bettys-logoeragazzo-contain {
    flex-direction: column;
  }

  .bettys-logo-mark-img, .bettys-guy-behind-logotee {
    width: 100%;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }

  .list-circle-svg {
    margin-top: 2em;
    margin-right: 2em;
  }

  .workp-item-block.imperius {
    background-image: url('../images/logo-imperius-par-akato.png'), linear-gradient(to bottom, null, null);
    background-position: 50%, 0 0;
  }

  .workp-item-contain {
    height: 70em;
    padding: 3em;
  }

  .cs-cta-h2-contain {
    width: 100%;
  }

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

  .processp-project-heading {
    font-size: 9vw;
  }

  .processp-item-contain {
    height: 55em;
    padding: 3em;
  }

  .res-guide-img {
    width: 18em;
  }

  .hero-value-display-text {
    text-align: left;
    font-size: 9.9em;
  }

  .hero-value-display-text.mobile {
    display: block;
  }

  .hero-value-display-text.desktop {
    display: none;
  }

  .display-text-home-contain {
    width: 100%;
  }

  .loader_top {
    border-bottom-width: 1.2px;
  }

  .loader_p.is-left {
    font-size: 5.35em;
    line-height: 1.1;
  }

  .loader_p.is-right {
    width: 52%;
    font-size: 3.1em;
    display: none;
  }

  .loader_number {
    font-size: 35em;
  }

  .content-wrapper {
    padding: 1.2rem;
  }

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

  .testimonial-position-txt {
    font-size: 11px;
  }

  .main-button-2 {
    justify-content: center;
    align-items: center;
    padding-top: 2.13em;
    padding-bottom: 2.13em;
    display: flex;
  }

  .paragraph-2 {
    font-size: 3em;
  }

  .heading-3 {
    text-align: center;
  }

  .div-block {
    font-size: 2vw;
  }

  .paragraph-3.great-vibes {
    font-size: 7em;
  }

  .paragraph-3.quicksand {
    font-size: 6em;
  }

  .lightbox-link.nl-collectif {
    width: 100%;
  }

  .div-block-2 {
    padding-bottom: 0;
  }

  .div-lang {
    display: none;
    overflow: visible;
  }

  .div-lang.mob {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    display: flex;
  }

  .slider__arrow.left {
    margin-left: -100px;
    margin-right: 0;
  }

  .slider__arrow.right {
    margin-right: -100px;
  }

  .slide__image.current {
    object-position: 50% 50%;
  }

  .slide__image.current.sweat {
    object-position: 40% 50%;
  }

  .slide__image.current.bonnet {
    object-position: 50% 50%;
  }

  .slider {
    width: 100vw;
    height: 40vh;
  }

  .page-wrapper {
    width: 100%;
  }

  .slider__nav {
    font-size: 4vw;
  }

  .image-11, .image-12, .image-13, .image-14 {
    max-width: 100%;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-banner_close {
    position: absolute;
    top: -1.5rem;
    bottom: auto;
    left: auto;
    right: .75rem;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-banner_text-link {
    font-size: 3vw;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_button {
    text-align: center;
    margin-bottom: .5rem;
  }

  .fs-cc-prefs_button.fs-cc-button-alt {
    text-align: center;
  }

  .fs-cc-banner_text {
    color: var(--black);
    font-size: 3vw;
    line-height: 5.5vw;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .travaux-45-phase1-flex {
    flex-direction: column;
  }
  .travaux-45-phase1-text{
    width: 100%;
  }
  .travaux-45-phase1-img-contain{
    width: 100%;
  }
}

.container-img-txt-vignobles-malijay{
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-direction: column;
  align-items: center;
}

.container-txt-image-travaux{
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-direction: row;
  align-items: center;
}

#w-node-_56340a08-a12f-530f-5411-c7244c6a56ca-fbe89c22 {
  justify-self: auto;
}

#w-node-_107c1e8e-59cb-6c62-4dd5-56eb3f07c4b2-fbe89c2a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .75fr 1fr;
}

#w-node-c8ac3253-63da-4fb4-32ba-940fa9359603-fbe89c2a {
  grid-row: span 2 / span 2;
}

#w-node-heading-fbe89c2a {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_6a3d59d7-6ac2-6ac0-67f4-2294a6f892c7-fbe89c2a {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-c5b42cb4-28fd-c9be-8c59-3f5a692ee3a4-fbe89c2a {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-c5b42cb4-28fd-c9be-8c59-3f5a692ee3a6-fbe89c2a {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-_10c5a660-016c-f505-caea-4b192d89afea-fbe89c2a {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_10c5a660-016c-f505-caea-4b192d89afec-fbe89c2a {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_10c5a660-016c-f505-caea-4b192d89afee-fbe89c2a {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-_85ee9d63-8002-a4d8-3baf-8e0135d15d8b-fbe89c2a {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_85ee9d63-8002-a4d8-3baf-8e0135d15d8d-fbe89c2a {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-c1c806d9-dca0-ee19-6554-11bfd6ef3862-fbe89c2a {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-c1c806d9-dca0-ee19-6554-11bfd6ef3868-fbe89c2a {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-heading-4-fbe89c2a {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-d7a7c273-9ae1-713a-e628-12bb3f3f55c7-fbe89c2a {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-d7a7c273-9ae1-713a-e628-12bb3f3f55cd-fbe89c2a {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-_5aa4f92e-f31e-b630-6a3e-0e79a59c909c-fbe89c2a {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_5aa4f92e-f31e-b630-6a3e-0e79a59c90a0-fbe89c2a {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-f77bad9b-a33f-28fe-0813-ee0e69fa8e90-fbe89c2a {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-f77bad9b-a33f-28fe-0813-ee0e69fa8e94-fbe89c2a {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-b7898ff5-8bf9-4d03-1984-555f4d50ed86-fbe89c2a {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-b7898ff5-8bf9-4d03-1984-555f4d50ed88-fbe89c2a {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-f6a53f2e-b9bf-6d9f-2df5-fabcd54c6d2c-fbe89c2a {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-f6a53f2e-b9bf-6d9f-2df5-fabcd54c6d2e-fbe89c2a {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_216238f0-cda4-48a3-5083-5739d232c7b2-fbe89c2a {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_216238f0-cda4-48a3-5083-5739d232c7b4-fbe89c2a {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-dba85479-c63a-7d32-a1a2-fce1b4ced415-fbe89c2d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .25fr 1fr;
}

#w-node-dba85479-c63a-7d32-a1a2-fce1b4ced422-fbe89c2d {
  grid-row: span 2 / span 2;
}

#w-node-d4abb7f4-20d8-d2a3-eb53-f08b6f04437e-fbe89c2d {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-d4abb7f4-20d8-d2a3-eb53-f08b6f044380-fbe89c2d {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-d4abb7f4-20d8-d2a3-eb53-f08b6f044389-fbe89c2d {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-d4abb7f4-20d8-d2a3-eb53-f08b6f04438b-fbe89c2d {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-d4abb7f4-20d8-d2a3-eb53-f08b6f044390-fbe89c2d {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-d4abb7f4-20d8-d2a3-eb53-f08b6f044392-fbe89c2d {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-d4abb7f4-20d8-d2a3-eb53-f08b6f044394-fbe89c2d {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-d4abb7f4-20d8-d2a3-eb53-f08b6f0443bc-fbe89c2d {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-d4abb7f4-20d8-d2a3-eb53-f08b6f0443be-fbe89c2d {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-d4abb7f4-20d8-d2a3-eb53-f08b6f0443f7-fbe89c2d {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-d4abb7f4-20d8-d2a3-eb53-f08b6f0443f9-fbe89c2d {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-d4abb7f4-20d8-d2a3-eb53-f08b6f04443e-fbe89c2d {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-d4abb7f4-20d8-d2a3-eb53-f08b6f044440-fbe89c2d {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-dc9cd2ee-aa0d-ba12-b854-18fb42aa48fd-fbe89c32 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .25fr 1fr;
}

#w-node-dc9cd2ee-aa0d-ba12-b854-18fb42aa490a-fbe89c32 {
  grid-row: span 2 / span 2;
}

#w-node-a30f28f4-ec0c-206d-4621-5ef76096402d-fbe89c32 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-a30f28f4-ec0c-206d-4621-5ef76096402f-fbe89c32 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-a30f28f4-ec0c-206d-4621-5ef760964034-fbe89c32 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-a30f28f4-ec0c-206d-4621-5ef760964036-fbe89c32 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-a30f28f4-ec0c-206d-4621-5ef76096403b-fbe89c32 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-a30f28f4-ec0c-206d-4621-5ef76096403d-fbe89c32 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-a30f28f4-ec0c-206d-4621-5ef76096403f-fbe89c32 {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-a30f28f4-ec0c-206d-4621-5ef760964063-fbe89c32 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-a30f28f4-ec0c-206d-4621-5ef760964065-fbe89c32 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-a30f28f4-ec0c-206d-4621-5ef760964092-fbe89c32 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-a30f28f4-ec0c-206d-4621-5ef760964094-fbe89c32 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-_1b3ed929-7d81-eb2f-a628-85485e621bb3-fbe89c32 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_1b3ed929-7d81-eb2f-a628-85485e621bb5-fbe89c32 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-a30f28f4-ec0c-206d-4621-5ef7609640a5-fbe89c32 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-a30f28f4-ec0c-206d-4621-5ef7609640a7-fbe89c32 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_3245e36d-a738-a83b-4071-4fe29a7d9ffb-fbe89c32 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_3245e36d-a738-a83b-4071-4fe29a7d9ffd-fbe89c32 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-a30631f4-f228-5b77-b54b-63a39cdf02f9-fbe89c35 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr 1fr;
}

#w-node-a30631f4-f228-5b77-b54b-63a39cdf0306-fbe89c35 {
  grid-row: span 2 / span 2;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa7fd-fbe89c35 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa7ff-fbe89c35 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa808-fbe89c35 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa80a-fbe89c35 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa80f-fbe89c35 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa811-fbe89c35 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa813-fbe89c35 {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa83b-fbe89c35 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa83d-fbe89c35 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa841-fbe89c35 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa843-fbe89c35 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa848-fbe89c35 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa86e-fbe89c35 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa871-fbe89c35 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa876-fbe89c35 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa878-fbe89c35 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_95eab899-2e8c-705d-7f10-833e419a7362-fbe89c35 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_95eab899-2e8c-705d-7f10-833e419a7364-fbe89c35 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-c743d783-cc52-fd46-02ac-10a063e22260-fbe89c35 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-c743d783-cc52-fd46-02ac-10a063e22262-fbe89c35, #w-node-f7459045-e7dc-a39c-f273-255d4e4cb499-fbe89c35, #w-node-f9faf231-eb50-8178-646c-63a62ba3afe6-fbe89c35 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_81abdaca-6d00-b475-b453-6bff9ac8fe73-fbe89c35 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_81abdaca-6d00-b475-b453-6bff9ac8fe75-fbe89c35 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa8bd-fbe89c35 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa8bf-fbe89c35 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-d4abb7f4-20d8-d2a3-eb53-f08b6f04437e-b5cf4345 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-d4abb7f4-20d8-d2a3-eb53-f08b6f044380-b5cf4345 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-a30631f4-f228-5b77-b54b-63a39cdf02f9-dcb76596 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr 1fr;
}

#w-node-a30631f4-f228-5b77-b54b-63a39cdf0306-dcb76596 {
  grid-row: span 2 / span 2;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa7fd-dcb76596 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa7ff-dcb76596 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa808-dcb76596 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa80a-dcb76596 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-e41a3035-941c-f777-d0d8-17d2342fb501-dcb76596 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-e41a3035-941c-f777-d0d8-17d2342fb503-dcb76596 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa83b-dcb76596 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa83d-dcb76596 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa86e-dcb76596 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa871-dcb76596 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa8bd-dcb76596 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa8bf-dcb76596 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-a30631f4-f228-5b77-b54b-63a39cdf02f9-29d8635d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr 1fr;
}

#w-node-a30631f4-f228-5b77-b54b-63a39cdf0306-29d8635d {
  grid-row: span 2 / span 2;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa7fd-29d8635d {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa7ff-29d8635d {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa808-29d8635d {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa80a-29d8635d {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-e41a3035-941c-f777-d0d8-17d2342fb501-29d8635d {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-e41a3035-941c-f777-d0d8-17d2342fb503-29d8635d {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-_49939e12-b147-2505-27bb-d789cf4f3c54-29d8635d {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_49939e12-b147-2505-27bb-d789cf4f3c56-29d8635d {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa86e-29d8635d {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa871-29d8635d, #w-node-_2f357a70-44cc-d36e-de32-7781b7e6eda6-29d8635d {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa8bd-29d8635d {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa8bf-29d8635d {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-a30631f4-f228-5b77-b54b-63a39cdf02f9-193568da {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr 1fr;
}

#w-node-a30631f4-f228-5b77-b54b-63a39cdf0306-193568da {
  grid-row: span 2 / span 2;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa7fd-193568da {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa7ff-193568da {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa808-193568da {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa80a-193568da {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-e41a3035-941c-f777-d0d8-17d2342fb501-193568da {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-e41a3035-941c-f777-d0d8-17d2342fb503-193568da {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-_49939e12-b147-2505-27bb-d789cf4f3c54-193568da {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_49939e12-b147-2505-27bb-d789cf4f3c56-193568da {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-_2f357a70-44cc-d36e-de32-7781b7e6eda6-193568da {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa8bd-193568da {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa8bf-193568da {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-a30631f4-f228-5b77-b54b-63a39cdf02f9-d1ff3f16 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr 1fr;
}

#w-node-a30631f4-f228-5b77-b54b-63a39cdf0306-d1ff3f16 {
  grid-row: span 2 / span 2;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa7fd-d1ff3f16 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa7ff-d1ff3f16 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa808-d1ff3f16 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa80a-d1ff3f16 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-e41a3035-941c-f777-d0d8-17d2342fb501-d1ff3f16 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-e41a3035-941c-f777-d0d8-17d2342fb503-d1ff3f16 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa83b-d1ff3f16 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa83d-d1ff3f16 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-_67a219b8-e7b3-ac82-6ea3-a5add05a0ae2-d1ff3f16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa86e-d1ff3f16 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa871-d1ff3f16 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa8bd-d1ff3f16 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa8bf-d1ff3f16 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-a30631f4-f228-5b77-b54b-63a39cdf02f9-e9b6f796 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr 1fr;
}

#w-node-a30631f4-f228-5b77-b54b-63a39cdf0306-e9b6f796 {
  grid-row: span 2 / span 2;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa7fd-e9b6f796 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa7ff-e9b6f796 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa808-e9b6f796 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa80a-e9b6f796 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-e41a3035-941c-f777-d0d8-17d2342fb501-e9b6f796 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-e41a3035-941c-f777-d0d8-17d2342fb503-e9b6f796 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa83b-e9b6f796 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa83d-e9b6f796 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-_67a219b8-e7b3-ac82-6ea3-a5add05a0ae2-e9b6f796 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa86e-e9b6f796 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa871-e9b6f796 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa8bd-e9b6f796 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa8bf-e9b6f796 {
  grid-area: 2 / 2 / 3 / 4;
}

@media screen and (max-width: 991px) {
  #w-node-heading-fbe89c2a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6a3d59d7-6ac2-6ac0-67f4-2294a6f892c7-fbe89c2a {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c5b42cb4-28fd-c9be-8c59-3f5a692ee3a4-fbe89c2a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-c5b42cb4-28fd-c9be-8c59-3f5a692ee3a6-fbe89c2a {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_10c5a660-016c-f505-caea-4b192d89afea-fbe89c2a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_10c5a660-016c-f505-caea-4b192d89afec-fbe89c2a {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_10c5a660-016c-f505-caea-4b192d89afee-fbe89c2a {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_85ee9d63-8002-a4d8-3baf-8e0135d15d8b-fbe89c2a {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_85ee9d63-8002-a4d8-3baf-8e0135d15d8d-fbe89c2a {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-c1c806d9-dca0-ee19-6554-11bfd6ef3862-fbe89c2a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-c1c806d9-dca0-ee19-6554-11bfd6ef3868-fbe89c2a {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-heading-4-fbe89c2a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d7a7c273-9ae1-713a-e628-12bb3f3f55c7-fbe89c2a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d7a7c273-9ae1-713a-e628-12bb3f3f55cd-fbe89c2a {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_5aa4f92e-f31e-b630-6a3e-0e79a59c909c-fbe89c2a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_5aa4f92e-f31e-b630-6a3e-0e79a59c90a0-fbe89c2a {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-f77bad9b-a33f-28fe-0813-ee0e69fa8e90-fbe89c2a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f77bad9b-a33f-28fe-0813-ee0e69fa8e94-fbe89c2a {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-b7898ff5-8bf9-4d03-1984-555f4d50ed86-fbe89c2a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b7898ff5-8bf9-4d03-1984-555f4d50ed88-fbe89c2a {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-f6a53f2e-b9bf-6d9f-2df5-fabcd54c6d2c-fbe89c2a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f6a53f2e-b9bf-6d9f-2df5-fabcd54c6d2e-fbe89c2a {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_216238f0-cda4-48a3-5083-5739d232c7b2-fbe89c2a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_216238f0-cda4-48a3-5083-5739d232c7b4-fbe89c2a {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-d4abb7f4-20d8-d2a3-eb53-f08b6f04437e-fbe89c2d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d4abb7f4-20d8-d2a3-eb53-f08b6f044380-fbe89c2d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d4abb7f4-20d8-d2a3-eb53-f08b6f044389-fbe89c2d {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d4abb7f4-20d8-d2a3-eb53-f08b6f04438b-fbe89c2d {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-d4abb7f4-20d8-d2a3-eb53-f08b6f044390-fbe89c2d {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d4abb7f4-20d8-d2a3-eb53-f08b6f044392-fbe89c2d {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-d4abb7f4-20d8-d2a3-eb53-f08b6f044394-fbe89c2d {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-d4abb7f4-20d8-d2a3-eb53-f08b6f0443bc-fbe89c2d {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-d4abb7f4-20d8-d2a3-eb53-f08b6f0443be-fbe89c2d {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-d4abb7f4-20d8-d2a3-eb53-f08b6f0443f7-fbe89c2d {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d4abb7f4-20d8-d2a3-eb53-f08b6f0443f9-fbe89c2d {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-d4abb7f4-20d8-d2a3-eb53-f08b6f04443e-fbe89c2d {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d4abb7f4-20d8-d2a3-eb53-f08b6f044440-fbe89c2d {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-a30f28f4-ec0c-206d-4621-5ef76096402d-fbe89c32 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a30f28f4-ec0c-206d-4621-5ef76096402f-fbe89c32 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a30f28f4-ec0c-206d-4621-5ef760964034-fbe89c32 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-a30f28f4-ec0c-206d-4621-5ef760964036-fbe89c32 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-a30f28f4-ec0c-206d-4621-5ef76096403b-fbe89c32 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-a30f28f4-ec0c-206d-4621-5ef76096403d-fbe89c32 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-a30f28f4-ec0c-206d-4621-5ef76096403f-fbe89c32 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-a30f28f4-ec0c-206d-4621-5ef760964063-fbe89c32 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-a30f28f4-ec0c-206d-4621-5ef760964065-fbe89c32 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-a30f28f4-ec0c-206d-4621-5ef760964092-fbe89c32 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-a30f28f4-ec0c-206d-4621-5ef760964094-fbe89c32 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_1b3ed929-7d81-eb2f-a628-85485e621bb3-fbe89c32 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_1b3ed929-7d81-eb2f-a628-85485e621bb5-fbe89c32 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-a30f28f4-ec0c-206d-4621-5ef7609640a5-fbe89c32 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-a30f28f4-ec0c-206d-4621-5ef7609640a7-fbe89c32 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_3245e36d-a738-a83b-4071-4fe29a7d9ffb-fbe89c32 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_3245e36d-a738-a83b-4071-4fe29a7d9ffd-fbe89c32 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa7fd-fbe89c35 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa7ff-fbe89c35 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa808-fbe89c35 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa80a-fbe89c35 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa80f-fbe89c35 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa811-fbe89c35 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa813-fbe89c35 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa83b-fbe89c35 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa83d-fbe89c35 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa841-fbe89c35 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa843-fbe89c35 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa848-fbe89c35 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa86e-fbe89c35 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa871-fbe89c35 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa876-fbe89c35 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa878-fbe89c35 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_95eab899-2e8c-705d-7f10-833e419a7362-fbe89c35 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_95eab899-2e8c-705d-7f10-833e419a7364-fbe89c35 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-c743d783-cc52-fd46-02ac-10a063e22260-fbe89c35 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-c743d783-cc52-fd46-02ac-10a063e22262-fbe89c35, #w-node-f7459045-e7dc-a39c-f273-255d4e4cb499-fbe89c35, #w-node-f9faf231-eb50-8178-646c-63a62ba3afe6-fbe89c35 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_81abdaca-6d00-b475-b453-6bff9ac8fe73-fbe89c35 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_81abdaca-6d00-b475-b453-6bff9ac8fe75-fbe89c35 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa8bd-fbe89c35 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa8bf-fbe89c35 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-d4abb7f4-20d8-d2a3-eb53-f08b6f04437e-b5cf4345 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d4abb7f4-20d8-d2a3-eb53-f08b6f044380-b5cf4345 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa7fd-dcb76596 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa7ff-dcb76596 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa808-dcb76596 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa80a-dcb76596 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-e41a3035-941c-f777-d0d8-17d2342fb501-dcb76596 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e41a3035-941c-f777-d0d8-17d2342fb503-dcb76596 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa83b-dcb76596 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa83d-dcb76596 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa86e-dcb76596 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa871-dcb76596 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa8bd-dcb76596 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa8bf-dcb76596 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa7fd-29d8635d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa7ff-29d8635d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa808-29d8635d {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa80a-29d8635d {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-e41a3035-941c-f777-d0d8-17d2342fb501-29d8635d {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e41a3035-941c-f777-d0d8-17d2342fb503-29d8635d {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_49939e12-b147-2505-27bb-d789cf4f3c54-29d8635d {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_49939e12-b147-2505-27bb-d789cf4f3c56-29d8635d {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa86e-29d8635d {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa871-29d8635d, #w-node-_2f357a70-44cc-d36e-de32-7781b7e6eda6-29d8635d {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa8bd-29d8635d {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa8bf-29d8635d {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa7fd-193568da {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa7ff-193568da {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa808-193568da {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa80a-193568da {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-e41a3035-941c-f777-d0d8-17d2342fb501-193568da {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e41a3035-941c-f777-d0d8-17d2342fb503-193568da {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_49939e12-b147-2505-27bb-d789cf4f3c54-193568da {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_49939e12-b147-2505-27bb-d789cf4f3c56-193568da, #w-node-_2f357a70-44cc-d36e-de32-7781b7e6eda6-193568da {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa8bd-193568da {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa8bf-193568da {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa7fd-d1ff3f16 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa7ff-d1ff3f16 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa808-d1ff3f16 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa80a-d1ff3f16 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-e41a3035-941c-f777-d0d8-17d2342fb501-d1ff3f16 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e41a3035-941c-f777-d0d8-17d2342fb503-d1ff3f16 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa83b-d1ff3f16 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa83d-d1ff3f16 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_2b70ee42-5c4a-8b45-10c9-3ab06ffd6764-d1ff3f16 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa86e-d1ff3f16 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa871-d1ff3f16 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa8bd-d1ff3f16 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa8bf-d1ff3f16 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa7fd-e9b6f796 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa7ff-e9b6f796 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa808-e9b6f796 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa80a-e9b6f796 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-e41a3035-941c-f777-d0d8-17d2342fb501-e9b6f796 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e41a3035-941c-f777-d0d8-17d2342fb503-e9b6f796 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa83b-e9b6f796 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa83d-e9b6f796 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_2b70ee42-5c4a-8b45-10c9-3ab06ffd6764-e9b6f796 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa86e-e9b6f796 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa871-e9b6f796 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa8bd-e9b6f796 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa8bf-e9b6f796 {
    grid-area: 2 / 1 / 3 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_107c1e8e-59cb-6c62-4dd5-56eb3f07c4b2-fbe89c2a {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr .75fr;
  }

  #w-node-c8ac3253-63da-4fb4-32ba-940fa9359603-fbe89c2a {
    grid-row: span 2 / span 2;
  }

  #w-node-heading-4-fbe89c2a {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-dba85479-c63a-7d32-a1a2-fce1b4ced415-fbe89c2d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr .75fr;
  }

  #w-node-dba85479-c63a-7d32-a1a2-fce1b4ced422-fbe89c2d {
    grid-row: span 2 / span 2;
  }

  #w-node-dc9cd2ee-aa0d-ba12-b854-18fb42aa48fd-fbe89c32 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr .75fr;
  }

  #w-node-dc9cd2ee-aa0d-ba12-b854-18fb42aa490a-fbe89c32 {
    grid-row: span 2 / span 2;
  }

  #w-node-a30631f4-f228-5b77-b54b-63a39cdf02f9-fbe89c35 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr .75fr;
  }

  #w-node-a30631f4-f228-5b77-b54b-63a39cdf0306-fbe89c35 {
    grid-row: span 2 / span 2;
  }

  #w-node-e9cd85d6-9db9-e843-d15a-1d10b67aa848-fbe89c35 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-a30631f4-f228-5b77-b54b-63a39cdf02f9-dcb76596 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr .75fr;
  }

  #w-node-a30631f4-f228-5b77-b54b-63a39cdf0306-dcb76596 {
    grid-row: span 2 / span 2;
  }

  #w-node-a30631f4-f228-5b77-b54b-63a39cdf02f9-29d8635d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr .75fr;
  }

  #w-node-a30631f4-f228-5b77-b54b-63a39cdf0306-29d8635d {
    grid-row: span 2 / span 2;
  }

  #w-node-a30631f4-f228-5b77-b54b-63a39cdf02f9-193568da {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr .75fr;
  }

  #w-node-a30631f4-f228-5b77-b54b-63a39cdf0306-193568da {
    grid-row: span 2 / span 2;
  }

  #w-node-a30631f4-f228-5b77-b54b-63a39cdf02f9-d1ff3f16 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr .75fr;
  }

  #w-node-a30631f4-f228-5b77-b54b-63a39cdf0306-d1ff3f16 {
    grid-row: span 2 / span 2;
  }

  #w-node-a30631f4-f228-5b77-b54b-63a39cdf02f9-e9b6f796 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr .75fr;
  }

  #w-node-a30631f4-f228-5b77-b54b-63a39cdf0306-e9b6f796 {
    grid-row: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_107c1e8e-59cb-6c62-4dd5-56eb3f07c4b2-fbe89c2a {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-c8ac3253-63da-4fb4-32ba-940fa9359603-fbe89c2a {
    grid-row: span 2 / span 2;
  }

  #w-node-dba85479-c63a-7d32-a1a2-fce1b4ced415-fbe89c2d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-dba85479-c63a-7d32-a1a2-fce1b4ced422-fbe89c2d {
    grid-row: span 2 / span 2;
  }

  #w-node-dc9cd2ee-aa0d-ba12-b854-18fb42aa48fd-fbe89c32 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-dc9cd2ee-aa0d-ba12-b854-18fb42aa490a-fbe89c32 {
    grid-row: span 2 / span 2;
  }

  #w-node-a30631f4-f228-5b77-b54b-63a39cdf02f9-fbe89c35 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-a30631f4-f228-5b77-b54b-63a39cdf0306-fbe89c35 {
    grid-row: span 2 / span 2;
  }

  #w-node-a30631f4-f228-5b77-b54b-63a39cdf02f9-dcb76596 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-a30631f4-f228-5b77-b54b-63a39cdf0306-dcb76596 {
    grid-row: span 2 / span 2;
  }

  #w-node-a30631f4-f228-5b77-b54b-63a39cdf02f9-29d8635d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-a30631f4-f228-5b77-b54b-63a39cdf0306-29d8635d {
    grid-row: span 2 / span 2;
  }

  #w-node-a30631f4-f228-5b77-b54b-63a39cdf02f9-193568da {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-a30631f4-f228-5b77-b54b-63a39cdf0306-193568da {
    grid-row: span 2 / span 2;
  }

  #w-node-a30631f4-f228-5b77-b54b-63a39cdf02f9-d1ff3f16 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-a30631f4-f228-5b77-b54b-63a39cdf0306-d1ff3f16 {
    grid-row: span 2 / span 2;
  }

  #w-node-a30631f4-f228-5b77-b54b-63a39cdf02f9-e9b6f796 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-a30631f4-f228-5b77-b54b-63a39cdf0306-e9b6f796 {
    grid-row: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Generalsans Variable';
  src: url('../fonts/GeneralSans-VariableItalic.ttf') format('truetype');
  font-weight: 200 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans Variable';
  src: url('../fonts/GeneralSans-Variable.ttf') format('truetype');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tengu Esport';
  src: url('../fonts/Tengu-Esport.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Itcavantgardepro';
  src: url('../fonts/ITCAvantGardePro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Itcavantgardepro md';
  src: url('../fonts/ITCAvantGardePro-Md.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Itcavantgardepro xlt';
  src: url('../fonts/ITCAvantGardePro-XLt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Itcavantgardepro bk';
  src: url('../fonts/ITCAvantGardePro-Bk.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Itcavantgardepro demi';
  src: url('../fonts/ITCAvantGardePro-Demi.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuehaasgroteskdisplay reg';
  src: url('../fonts/NeueHaasGroteskDisplay-Reg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuehaasgroteskdisplay semlt';
  src: url('../fonts/NeueHaasGroteskDisplay-SemLt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuehaasgroteskdisplay';
  src: url('../fonts/NeueHaasGroteskDisplay-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuehaasgroteskdisplay';
  src: url('../fonts/NeueHaasGroteskDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-ExtralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Galliard Roman';
  src: url('../fonts/Galliard-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora-Regular';
  src: url('../fonts/Lora-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trend Sans One';
  src: url('../fonts/Trend sans one.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Itcavantgardestd-bk';
  src: url('../fonts/ITCAvantGardePro-Bk.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Itcavantgardestd-bold';
  src: url('../fonts/ITCAvantGardePro-Bold.otf') format('opentype');
  font-weight: 800;
  font-style: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Neris-light';
  src: url('../fonts/Neris-Light.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neulis-cursive';
  src: url('../fonts/Neulis_Cursive_Regular.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}