:root {
  --bg: #f7faef;
  --vert-medium: #084a3c;
  --text--sublte: var(--primary--medium);
  --radius--lg: 24px;
  --radius--md: 16px;
  --white--a100: white;
  --jaune: #ffea00;
  --vert-olive: #084a3c82;
  --primary--lowest: #dfece5;
  --text--default: var(--primary--highter);
  --textsublte: #2a320180;
  --vert-foncé: #2a3201;
  --primary--hightest: #0d3425;
  --primary--medium: #228860;
  --primary--low: #8ec1a8;
  --primary--lower: #bfdacc;
  --radius--sm: 8px;
  --white--a56: #ffffff8f;
  --white--a16: #ffffff29;
  --black: black;
  --vert-clair: #f7faef;
  --color: white;
  --a68: #ffffffad;
  --lowester: #1450380a;
  --text--subltest: var(--primary--low);
  --primary--hight: #1b6c4c;
  --primary--highter: #144f38;
}

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

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

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

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

@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);
  color: var(--vert-medium);
  justify-content: center;
  align-items: stretch;
  width: 100%;
  font-family: Orelega One, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 90.44px;
  font-weight: 400;
  line-height: 110%;
}

h2 {
  letter-spacing: -1.51px;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 3.157rem;
  font-weight: 400;
  line-height: 90%;
}

h3 {
  letter-spacing: -.51px;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Quicksand, sans-serif;
  font-size: 1.333rem;
  font-weight: 700;
  line-height: 130%;
}

p {
  margin-bottom: 12px;
}

a {
  color: var(--text--sublte);
  text-decoration: none;
}

img {
  border-radius: var(--radius--lg);
  object-fit: cover;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  display: block;
}

.body1 {
  min-width: 100%;
  margin-bottom: 1rem;
  font-family: Quicksand, sans-serif;
  font-size: 1.333rem;
  font-weight: 400;
  line-height: 150%;
  transform: translate(0);
}

.body1.hellotext {
  min-width: auto;
}

.body1.paragraph {
  margin-bottom: .25rem;
}

.body1.textclean {
  min-width: auto;
  margin-bottom: 0;
}

.marquee_list {
  flex-flow: row;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  transition: opacity .2s;
  display: flex;
}

.columnblock {
  padding-left: 40px;
  padding-right: 40px;
}

.columnblock.colright {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 0;
}

.columnblock.colright.coltext {
  flex-flow: column;
  display: flex;
}

.columnblock.colright.coltext.imgblob {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  position: relative;
}

.columnblock.colright.aligncenter {
  align-self: center;
}

.columnblock.colleft {
  padding-left: 0;
}

.button {
  border-radius: var(--radius--md);
  background-color: var(--vert-medium);
  text-align: center;
  vertical-align: baseline;
  height: 56px;
  padding: 16px 32px;
  font-family: Quicksand, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: opacity .4s ease-in-out, transform .4s ease-in-out;
}

.button:hover {
  opacity: .85;
  transform: scale(.97);
}

.button:active {
  background-image: linear-gradient(#ffffff1a, #ffffff1a);
  transition: opacity .4s ease-in-out, transform .4s ease-in-out;
}

.button.btghost {
  border: 1px solid var(--vert-medium);
  color: var(--vert-medium);
  background-color: #084a3c00;
}

.button.btghost.white {
  border-color: var(--white--a100);
  color: var(--white--a100);
}

.button.btaccent {
  background-color: var(--jaune);
  color: var(--vert-medium);
}

.button.btaccent.small {
  height: auto;
  padding: 12px 20px;
}

.body2 {
  color: var(--vert-olive);
  font-family: Quicksand, sans-serif;
  font-size: 1rem;
  line-height: 150%;
}

.body2.textwhite, .body2.text-center.white {
  color: var(--white--a100);
}

.body2.clean {
  margin-bottom: 0;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 15svh 0;
  display: flex;
}

.section.vertbold {
  background-color: var(--vert-medium);
  color: var(--white--a100);
}

.section.yellow {
  background-color: var(--jaune);
}

.section.divider {
  height: 10svh;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.section.vertsubtle {
  background-color: var(--primary--lowest);
  color: var(--text--default);
}

.section.instagram {
  overflow: clip;
}

.section.lightgreen {
  background-color: var(--primary--lowest);
  padding-top: 10svh;
  padding-bottom: 10svh;
}

.heading-6 {
  text-align: left;
  font-family: Orelega One, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  display: block;
}

.footer-light {
  background-color: var(--vert-medium);
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-start;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.text-footer {
  color: var(--white--a100);
  text-align: left;
  font-family: Quicksand, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.column-12 {
  text-align: center;
}

.column-13 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.footer {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1600px;
  display: flex;
}

.icon {
  flex-flow: row;
  justify-content: space-around;
  align-items: stretch;
  font-family: Elsi Font, sans-serif;
  font-size: 32px;
  line-height: 100%;
}

.icon.primarycolor {
  font-size: 24px;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.h2-hero-style {
  color: var(--textsublte);
  letter-spacing: 0;
  font-family: Quicksand, sans-serif;
  font-size: 1.777rem;
  font-weight: 600;
  line-height: 100%;
}

.h2-hero-style.animtext {
  color: var(--text--sublte);
}

.columnsflex {
  width: 100%;
  max-width: 1600px;
  min-height: 40svh;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.columnsflex.savoirfaire {
  justify-content: center;
  align-items: center;
  min-height: auto;
}

.flexbutton {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  margin-top: 32px;
}

.prestablock {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: var(--radius--lg);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px;
}

.pretatextcontainer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.containericon {
  background-color: #0000;
  background-image: url('../images/blobicon.svg');
  background-position: 0 0;
  background-size: contain;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.primarycolor {
  color: var(--vert-medium);
}

.primarycolor.textwhite {
  color: var(--white--a100);
}

.listview {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 100%;
  margin-top: 20px;
}

.imgpresta {
  opacity: 1;
  flex: 1;
  position: absolute;
  inset: 0%;
}

.imgpresta.opacity0 {
  opacity: 0;
}

.main-container {
  width: 100%;
  max-width: 1600px;
  padding-left: 64px;
  padding-right: 64px;
  overflow: visible;
}

.main-container.comdigital {
  display: none;
}

.text-wrapper {
  max-width: 880px;
  margin-bottom: 1rem;
}

.text-wrapper.centered {
  margin-left: auto;
  margin-right: auto;
}

.animationscratchcontainer {
  flex-flow: column;
  justify-content: center;
  align-items: baseline;
  display: flex;
  position: relative;
}

.lottie-animation-2 {
  width: 100%;
  height: 100%;
}

.animationscratchwrapper {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1rem;
  display: flex;
  position: relative;
}

.blobanimation {
  z-index: -1;
  object-fit: contain;
  position: absolute;
  inset: 0%;
}

.hellowrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.hero-home-heading {
  z-index: 40;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.hero-home-heading.animtext {
  padding-bottom: 1rem;
}

.preview-description {
  max-width: 70rem;
}

.preview-intro {
  z-index: 50;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.hero-home-info {
  z-index: 25;
  border-top: 1px #484858;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  line-height: 1.35;
  display: flex;
  position: static;
}

.underline-link {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  color: #fff;
  border-bottom: 1px #1a1c24;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.button-9 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.875rem;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}

.hero-bottom {
  z-index: 15;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  text-align: center;
  flex-flow: column;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: static;
}

.hero-home-content {
  z-index: 15;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  flex-direction: row;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding: 6vw 5vw 2vw;
}

.heading-19 {
  color: var(--vert-medium);
  font-size: 6rem;
}

.animtext.imgflex {
  max-height: 80svh;
}

.animtext.titlemargin {
  margin-bottom: 2.5rem;
}

.pointlogo {
  width: 24px;
  min-width: 24px;
  max-width: 24%;
  height: 24px;
  min-height: 240%;
  max-height: 24%;
  margin-bottom: 12px;
}

.mobile-menu-toggle {
  cursor: pointer;
  width: 48px;
  height: 48px;
  margin-left: auto;
  display: none;
  position: relative;
}

.button-10 {
  z-index: 1;
  color: #fff;
  background-color: #131617;
  border-radius: .25em;
  padding: 1em 1.5em;
  font-size: 1em;
  line-height: 1;
  text-decoration: none;
  transition: box-shadow .2s;
  position: relative;
  box-shadow: 7px 7px #ffda54;
}

.button-10:hover {
  box-shadow: 0 0 #ffda54;
}

.button-10.secondary {
  color: #000;
  background-color: #fcfbf3;
  margin-left: 1em;
  box-shadow: inset 0 0 0 2px #131617;
}

.button-10.secondary.w--current {
  color: #131617;
  background-color: #fcfbf3;
  box-shadow: inset 0 0 0 2px #131617;
}

.button-11 {
  z-index: 1;
  color: #fff;
  background-color: #131617;
  border-radius: .25em;
  padding: 1em 1.5em;
  font-size: 1em;
  line-height: 1;
  text-decoration: none;
  transition: box-shadow .2s;
  position: relative;
  box-shadow: 7px 7px #ffda54;
}

.button-11:hover {
  box-shadow: 0 0 #ffda54;
}

.button-11.secondary {
  color: #000;
  background-color: #fcfbf3;
  margin-left: 1em;
  box-shadow: inset 0 0 0 2px #131617;
}

.button-11.secondary.w--current {
  color: #131617;
  background-color: #fcfbf3;
  box-shadow: inset 0 0 0 2px #131617;
}

.sticky-wrapper {
  position: relative;
}

.button-12 {
  z-index: 1;
  color: #fff;
  background-color: #131617;
  border-radius: .25em;
  padding: 1em 1.5em;
  font-size: 1em;
  line-height: 1;
  text-decoration: none;
  transition: box-shadow .2s;
  position: relative;
  box-shadow: 7px 7px #ffda54;
}

.button-12:hover {
  box-shadow: 0 0 #ffda54;
}

.button-12.secondary {
  color: #000;
  background-color: #fcfbf3;
  margin-left: 1em;
  box-shadow: inset 0 0 0 2px #131617;
}

.button-12.secondary.w--current {
  color: #131617;
  background-color: #fcfbf3;
  box-shadow: inset 0 0 0 2px #131617;
}

.button-13 {
  z-index: 1;
  color: #fff;
  background-color: #131617;
  border-radius: .25em;
  padding: 1em 1.5em;
  font-size: 1em;
  line-height: 1;
  text-decoration: none;
  transition: box-shadow .2s;
  position: relative;
  box-shadow: 7px 7px #ffda54;
}

.button-13:hover {
  box-shadow: 0 0 #ffda54;
}

.button-13.secondary {
  color: #000;
  background-color: #fcfbf3;
  margin-left: 1em;
  box-shadow: inset 0 0 0 2px #131617;
}

.button-13.secondary.w--current {
  color: #131617;
  background-color: #fcfbf3;
  box-shadow: inset 0 0 0 2px #131617;
}

.nav-menu {
  color: var(--vert-foncé);
  align-items: center;
  font-size: 1rem;
  display: flex;
  position: static;
}

.navigation-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  min-height: 90px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.login-buttons {
  align-items: center;
  display: flex;
}

.navigation-container-mob {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-wrap {
  z-index: 150;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #f6f8edd9;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation-mob {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.navigation-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  font-size: 16px;
  display: flex;
}

.navigation {
  z-index: 9;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.navigation-link {
  color: var(--text--default);
  justify-content: center;
  align-items: center;
  padding: 20px 12px;
  font-family: Quicksand, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-link:hover {
  color: var(--text--sublte);
  transform: translate(0, -5px);
}

.navigation-link.w--current {
  color: var(--text--sublte);
}

.section-hero-text {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.imagewrapperhero {
  border-radius: var(--radius--lg);
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.flew-hero-image {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 2200px;
  height: 70svh;
  padding-left: 64px;
  padding-right: 64px;
}

.section-hero-image {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cell {
  border-radius: var(--radius--lg);
  transition: transform .5s ease-in-out;
}

.cell:hover {
  transform: scale(1.05);
}

.cell.hightest {
  background-color: var(--primary--hightest);
  color: var(--white--a100);
}

.cell.medium {
  background-color: var(--primary--medium);
  color: var(--white--a100);
}

.cell.lowest {
  background-color: var(--primary--lowest);
}

.bentoimgrow2 {
  aspect-ratio: 1;
  width: 100%;
}

.bentoimgrow1, .bentoimgrow3 {
  aspect-ratio: 16 / 9;
}

.bento {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  padding: 16px 0;
}

.h3style {
  color: var(--vert-medium);
  font-size: 2.3rem;
  line-height: 110%;
}

.h3style.text-center.white {
  color: var(--white--a100);
}

.h3style.contentcreation {
  font-size: 1.333rem;
}

.h3style.white {
  color: var(--white--a100);
}

.bento-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 24px;
  display: flex;
}

.bento-text.left {
  justify-content: center;
  align-items: flex-start;
}

.accordion-trigger---brix {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.large-open-close-line---brix {
  background-color: var(--text--default);
  border-radius: 500px;
  flex: none;
  width: 100%;
  height: 2.6px;
  min-height: 2.6px;
  position: absolute;
}

.large-open-close-line---brix.second-line---brix {
  background-color: var(--text--default);
  transform: rotate(90deg);
}

.accordion-content---brix {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.open-close-icon-wrapper---brix {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14px;
  min-height: 14px;
  display: flex;
  position: relative;
}

.open-close-icon-wrapper---brix.large-icon---brix {
  width: 18px;
  min-height: 18px;
}

.accordion-3-open-close-icon-wrapper---brix {
  background-color: var(--white--a100);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-height: 40px;
  display: flex;
}

.accordion-item---brix {
  background-color: var(--primary--lowest);
  cursor: pointer;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px 40px 32px;
  display: flex;
}

.accordion-item---brix.accordion-3---brix {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 2px solid #0000;
  padding-left: 32px;
  padding-right: 32px;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 2px 6px #13124212;
}

.accordion-item---brix.accordion-3---brix:hover {
  box-shadow: none;
}

.accordion-item---brix.accordion-3---brix.green {
  border-width: 1px;
  border-color: var(--primary--lowest);
  border-radius: var(--radius--lg);
  background-color: var(--white--a100);
  box-shadow: none;
  color: var(--text--default);
  width: 100%;
  transition: border-color .2s;
}

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

.button-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.sticky {
  justify-content: center;
  align-items: center;
  height: 100svh;
  padding-top: 150px;
  padding-bottom: 50px;
  padding-left: 5%;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.section-header-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.case-studies-section {
  height: 200svh;
  padding-top: 0;
}

.scroll-item {
  flex: none;
  width: 30%;
  display: flex;
}

.scroll-container {
  z-index: 1;
  flex: 1;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.project-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 2rem;
  display: flex;
}

.scroll-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.wrapper {
  width: 100%;
}

.slider-img {
  width: 100%;
  height: 35svh;
  min-height: 35svh;
  max-height: 35svh;
}

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

.lottie-animation-1 {
  width: 100%;
  height: 100%;
  position: static;
  top: -5rem;
  left: -3rem;
  right: auto;
}

.bite-container {
  border-radius: var(--radius--lg);
  width: 100%;
  height: 100%;
}

.imgflex {
  max-height: 80svh;
}

.titlemargin {
  margin-bottom: 2.5rem;
}

.code-embed {
  width: 100%;
}

.code-embed.social {
  margin-bottom: 2rem;
}

.flexh {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flexh.social {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1rem;
}

.link-block {
  color: var(--vert-medium);
}

.clean {
  margin-bottom: 0;
}

.animscratch1 {
  position: absolute;
  top: -5rem;
  left: -3rem;
  right: auto;
}

.animscratch2 {
  width: 100px;
  position: absolute;
  left: 0;
  right: auto;
}

.titlepresta {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.ongreenbold {
  color: var(--jaune);
  cursor: pointer;
}

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

.utility-page-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.icon-font {
  vertical-align: middle;
  font-family: Elsi Font, sans-serif;
  font-size: 32px;
}

.modal-legal {
  z-index: 99999;
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-bg {
  z-index: 0;
  cursor: pointer;
  background-color: #0000003d;
  position: absolute;
  inset: 0%;
}

.modal-container {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: var(--radius--lg);
  background-color: var(--bg);
  flex-flow: column;
  max-width: 1600px;
  height: 70svh;
  margin-left: 60px;
  margin-right: 60px;
  padding: 32px;
  display: block;
  position: absolute;
}

.modal-section {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.h3-modal {
  color: var(--text--default);
  margin-bottom: 0;
}

.modal-text-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 32px;
  display: flex;
  overflow: auto;
}

.close-modal {
  background-color: var(--primary--lowest);
  cursor: pointer;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: sticky;
  top: 2%;
  bottom: auto;
  left: 98%;
}

.flex-block-2 {
  justify-content: space-between;
  align-items: flex-start;
}

.code-embed-4 {
  align-self: center;
  width: 20px;
  height: 20px;
}

.icon-footer {
  color: var(--text--default);
  text-align: left;
  font-family: Elsi Font, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
}

.icon-social-footer {
  background-color: var(--white--a100);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.code-embed-5 {
  cursor: pointer;
}

.divider {
  display: none;
}

._404errorstyle {
  color: var(--primary--low);
  font-family: Quicksand, sans-serif;
  font-size: 30px;
  line-height: 120%;
}

._404img {
  min-width: auto;
  max-width: 70vw;
}

.field-label {
  font-family: Quicksand, sans-serif;
}

.text-field {
  border: 1px solid var(--primary--lower);
  border-radius: var(--radius--sm);
  color: var(--text--default);
}

.text-field::placeholder {
  color: #c5c5c5;
  font-family: Quicksand, sans-serif;
}

.lockimg {
  min-width: auto;
  max-width: 70vw;
}

.home-logo-left-gradient {
  background-image: linear-gradient(90deg, var(--primary--lowest), #fff0);
  width: 10%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.home-logo-left-gradient.right {
  background-image: linear-gradient(270deg, var(--primary--lowest), #fff0);
  inset: 0% 0% 0% auto;
}

.client-logo {
  opacity: .7;
  object-fit: contain;
  border-radius: 0;
  width: 100%;
  min-width: 0%;
  min-height: 7rem;
  max-height: 7rem;
  transition: opacity .4s;
}

.client-logo:hover {
  opacity: 1;
}

.clients-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  opacity: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.clients-grid.logo-animate-alt {
  grid-column-gap: 3rem;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.embed {
  display: none;
}

.home-logo-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logos-marquee {
  width: 100%;
  max-width: 1600px;
  position: static;
}

.lastfooter {
  background-color: var(--primary--hightest);
  justify-content: center;
  align-items: flex-start;
  padding: 12px 30px;
  display: flex;
}

.footerflex {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  justify-content: center;
  align-items: flex-start;
  max-width: 1600px;
}

@media screen and (min-width: 1280px) {
  .icon.primarycolor {
    font-size: 20px;
  }

  .prestablock {
    padding: 32px;
  }

  .pretatextcontainer {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
  }

  .containericon {
    background-size: contain;
    width: 40px;
    height: 40px;
  }

  .titlepresta {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .sticky {
    padding-left: 0%;
  }

  .scroll-container {
    max-width: 1600px;
    padding-left: 64px;
  }
}

@media screen and (min-width: 1920px) {
  .text-footer {
    cursor: pointer;
  }

  .lottie-animation-2 {
    height: 100%;
  }

  .button-wrapper {
    margin-top: 20px;
  }

  .slider-img {
    max-height: 50svh;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 2.8rem;
  }

  a.w--current {
    color: var(--text--sublte);
  }

  .body1 {
    font-size: 1.1rem;
  }

  .body1.comdiigtal {
    margin-bottom: .5rem;
  }

  .columnblock.colright.coltext.imgblob, .columnblock.colright.aligncenter {
    padding-left: 16px;
  }

  .columnblock.colleft {
    padding-right: 16px;
  }

  .section, .section.yellow {
    padding-top: 10svh;
    padding-bottom: 10svh;
  }

  .section.divider {
    display: none;
  }

  .section.lightgreen {
    padding-top: 7svh;
    padding-bottom: 7svh;
  }

  .icon.primarycolor {
    font-size: 24px;
  }

  .h2-hero-style.animtext {
    font-size: 1.4rem;
  }

  .columnsflex {
    padding-left: 32px;
    padding-right: 32px;
  }

  .prestablock {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
  }

  .containericon {
    background-size: contain;
    width: 44px;
    height: 44px;
  }

  .listview {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 0;
  }

  .main-container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .main-container.comdigital {
    display: block;
  }

  .text-center {
    text-align: left;
  }

  .text-center.animtext.forcecenter {
    text-align: center;
  }

  .text-wrapper.comdigital {
    display: none;
  }

  .lottie-animation-2 {
    inset: 0% auto auto 0%;
  }

  .blobanimation {
    inset: 0% 0% auto;
  }

  .hero-bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 0;
  }

  .hero-home-content {
    padding-top: 8rem;
    padding-bottom: 1rem;
  }

  .heading-19 {
    font-size: 4.5rem;
  }

  .animtext.titlemargin {
    margin-bottom: 1rem;
  }

  .mobile-menu-toggle {
    display: none;
  }

  .menu-mob {
    background-color: var(--text--default);
    color: #000;
    border-radius: 100px;
    padding: 12px;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: var(--text--sublte);
  }

  .nav-menu {
    display: none;
  }

  .mobile-nav-link {
    color: var(--text--default);
    width: 100%;
    font-family: Quicksand, sans-serif;
    font-size: 1rem;
    font-weight: 600;
  }

  .mobile-nav-link.w--current {
    color: var(--text--sublte);
  }

  .navigation-container-mob {
    justify-content: space-between;
  }

  .mobile-nav {
    border-radius: var(--radius--lg);
    background-color: var(--bg);
    margin-top: 12px;
    margin-left: 12px;
    margin-right: 12px;
    padding-top: 15px;
    box-shadow: 0 0 55px 11px #2525251c;
  }

  .navigation-mob {
    border-bottom: 1px solid #4455671c;
    flex-direction: row;
    justify-content: center;
    height: 72px;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
  }

  .navigation {
    display: none;
  }

  .navigation-left {
    display: flex;
  }

  .flew-hero-image {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 32px;
    padding-right: 32px;
  }

  .bento {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 8px 0;
  }

  .h3style {
    font-size: 1.8rem;
  }

  .open-close-icon-wrapper---brix.large-icon---brix {
    width: 14px;
    min-height: 14px;
  }

  .accordion-3-open-close-icon-wrapper---brix {
    width: 40px;
    min-height: 40px;
  }

  .button-wrapper {
    margin-top: .7rem;
  }

  .sticky {
    width: auto;
    height: auto;
    padding: 10svh 32px;
    position: relative;
    overflow: visible;
  }

  .section-header-wrap {
    margin-bottom: .5rem;
  }

  .case-studies-section {
    height: auto;
  }

  .scroll-item {
    flex: 0 auto;
    width: 48%;
    margin-bottom: 4%;
    padding-right: 0;
  }

  .project-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
  }

  .scroll-list {
    grid-column-gap: 4%;
    grid-row-gap: 4%;
    flex-wrap: wrap;
  }

  .slider-img {
    max-height: 50svh;
  }

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

  .titlemargin {
    margin-bottom: 1rem;
  }

  .animscratch1 {
    width: 100px;
    top: -4rem;
    left: -1.5rem;
  }

  .animscratch2 {
    width: 86px;
    inset: 5% auto auto 0%;
  }

  .menubuttonmob {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .link-block-2 {
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-14 {
    background-image: url('../images/blobicon.svg');
    background-position: 0 0;
    background-size: auto;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .text-block-19 {
    font-family: Elsi Font, sans-serif;
  }

  .icon-font {
    color: var(--text--default);
    vertical-align: middle;
    font-family: Elsi Font, sans-serif;
    font-size: 20px;
  }

  .icon-font.white {
    color: var(--white--a100);
  }

  .icon-font.bigger {
    font-size: 28px;
  }

  .modal-container {
    border-radius: 0;
    height: 100svh;
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .columnblock.colright, .columnblock.colright.coltext.imgblob {
    padding-left: 0;
  }

  .columnblock.colright.img {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 60vh;
    padding-left: 0;
    display: flex;
  }

  .columnblock.colleft {
    padding-right: 0;
  }

  .section, .section.yellow, .section.lightgreen {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .footer-light {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

  .text-footer {
    text-align: center;
  }

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

  .footer {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    flex: 1;
  }

  .h2-hero-style.animtext {
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 120%;
  }

  .columnsflex {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .columnsflex.reverse {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column-reverse;
    overflow-x: scroll;
  }

  .flexbutton.animtext {
    margin-top: 8px;
  }

  .prestablock {
    width: 80vw;
    padding-left: 0;
    padding-right: 0;
  }

  .listview {
    flex-flow: row;
    width: auto;
    display: inline-flex;
  }

  .imgpresta {
    min-width: 80vw;
    max-width: 80vw;
    min-height: 60svh;
    max-height: 60svh;
    position: static;
  }

  .imgpresta.opacity0 {
    opacity: 1;
    position: static;
  }

  .main-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-bottom {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-bottom: 1rem;
  }

  .hero-home-content {
    padding-top: 7rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-19 {
    font-size: 3.6rem;
  }

  .animtext.imgflex {
    max-height: 60svh;
  }

  .mobile-menu-toggle {
    margin-top: -10px;
    padding: 0;
  }

  .mobile-menu-toggle.w--open {
    background-color: #ffda5440;
    border-radius: 10px;
  }

  .sticky-wrapper {
    flex-direction: column-reverse;
    display: flex;
  }

  .flew-hero-image {
    flex-flow: row;
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion-item---brix.accordion-3---brix {
    margin-bottom: 16px;
    padding: 32px;
  }

  .sticky {
    padding: 100px 20px;
  }

  .slider-img {
    height: auto;
    min-height: auto;
  }

  .imgflex.animtext.savoirfaire {
    object-position: 50% 20%;
  }

  .imgflex.animtext.about {
    object-position: 50% 100%;
  }

  .animscratch2 {
    width: 86px;
    top: 11%;
  }

  .body {
    overflow-x: hidden;
  }

  .divider {
    width: 1px;
    height: 1px;
    display: block;
    position: relative;
  }

  .clients-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    margin-left: 0;
  }

  .footerflex {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    margin-bottom: .5rem;
    font-size: 2.4rem;
    line-height: 100%;
  }

  .body1 {
    margin-bottom: .5rem;
    font-size: 1rem;
  }

  .body1.text-center.animtext {
    text-align: left;
  }

  .body1.hellotext {
    margin-bottom: .5rem;
  }

  .body1.animtext {
    margin-bottom: 1rem;
  }

  .body1.comdiigtal {
    margin-bottom: 0;
  }

  .columnblock.colright.coltext.imgblob {
    padding-top: .5rem;
  }

  .columnblock.colright.aligncenter {
    padding-left: 0;
  }

  .columnblock.colright.img {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: auto;
    padding-left: 0;
    display: flex;
  }

  .button {
    height: auto;
    padding: 12px 20px;
  }

  .button.btghost.white.nothero, .button.btaccent.nothero {
    width: 100%;
  }

  .body2 {
    font-size: .9rem;
  }

  .body2.text-center.white {
    text-align: left;
  }

  .heading-6 {
    font-size: 22px;
    line-height: 110%;
  }

  .h2-hero-style.animtext {
    font-size: 1.2rem;
  }

  .columnsflex.reverse {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    min-height: auto;
    padding-left: 20px;
    padding-right: 20px;
    overflow-x: scroll;
  }

  .columnsflex.inverse {
    flex-flow: column-reverse;
  }

  .flexbutton {
    margin-top: 24px;
  }

  .flexbutton.animtext {
    margin-top: 2rem;
  }

  .prestablock {
    flex-flow: row;
    width: 80vw;
    padding: 0 20px 0 0;
  }

  .listview {
    width: auto;
    margin-top: 8px;
    padding-bottom: 1rem;
  }

  .imgpresta {
    min-width: 80vw;
    max-width: 80vw;
    min-height: 225px;
    max-height: 225px;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .imgpresta.opacity0 {
    opacity: 1;
  }

  .text-wrapper, .text-wrapper.centered {
    margin-bottom: 1rem;
  }

  .animationscratchwrapper {
    margin-bottom: 0;
  }

  .hero-bottom {
    margin-top: 7rem;
    padding-top: 1rem;
    padding-bottom: 4rem;
  }

  .hero-home-content {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .heading-19 {
    font-size: 3.3rem;
    line-height: 100%;
  }

  .animtext.imgflex {
    height: 325px;
    min-height: auto;
    max-height: none;
  }

  .mobile-menu-toggle {
    margin-right: -8px;
  }

  .button-10 {
    text-align: center;
  }

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

  .button-11 {
    text-align: center;
  }

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

  .button-12 {
    text-align: center;
  }

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

  .button-13 {
    text-align: center;
  }

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

  .flew-hero-image {
    justify-content: center;
    align-items: flex-start;
    width: 200%;
    height: 40%;
  }

  .section-hero-image {
    justify-content: flex-start;
    align-items: flex-start;
    overflow: scroll visible;
  }

  .cell:hover {
    transform: scale(1);
  }

  .bento {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .h3style {
    font-size: 1.8rem;
  }

  .h3style.text-center {
    text-align: left;
  }

  .h3style.text-center.white {
    text-align: left;
    line-height: 100%;
  }

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

  .open-close-icon-wrapper---brix {
    margin-right: 16px;
  }

  .open-close-icon-wrapper---brix.large-icon---brix {
    width: 16px;
    min-height: 16px;
    margin-right: 0;
  }

  .accordion-3-open-close-icon-wrapper---brix {
    width: 40px;
    min-height: 40px;
  }

  .accordion-item---brix.accordion-3---brix {
    margin-bottom: 16px;
  }

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

  .button-wrapper {
    justify-content: center;
    align-items: center;
  }

  .sticky {
    position: static;
  }

  .section-header-wrap {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .scroll-item {
    flex-flow: column;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
  }

  .project-content {
    height: auto;
  }

  .scroll-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .slider-img {
    height: 325px;
    min-height: auto;
    max-height: none;
  }

  .flexfaq {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

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

  .flexh.social {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .animscratch2 {
    width: 75px;
    top: 6%;
  }

  .point {
    position: absolute;
    bottom: 10px;
    right: 23vw;
  }

  .titlepresta, .utility-page-form {
    justify-content: flex-start;
    align-items: center;
  }

  ._404errorstyle {
    font-size: 22px;
  }

  .lockimg {
    min-width: 70vw;
  }

  .client-logo {
    object-position: 0% 50%;
  }

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

#w-node-e886f0bf-1824-f247-93d7-b3e195d01f3a-22fb1095 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_06c2e517-687f-a4e4-a375-85da33810e5b-22fb1095 {
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr 1fr;
}

#w-node-_06c2e517-687f-a4e4-a375-85da33810e64-22fb1095 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_06c2e517-687f-a4e4-a375-85da33810e65-22fb1095 {
  grid-row: span 2 / span 2;
}

#w-node-_06c2e517-687f-a4e4-a375-85da33810e6b-22fb1095 {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-_06c2e517-687f-a4e4-a375-85da33810e6f-22fb1095, #w-node-_06c2e517-687f-a4e4-a375-85da33810e74-22fb1095 {
  grid-row: span 2 / span 2;
}

#w-node-_06c2e517-687f-a4e4-a375-85da33810e78-22fb1095 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_87f6d0b0-3f04-9ca7-d02c-8da4a2c151c7-22fb1095, #w-node-_87f6d0b0-3f04-9ca7-d02c-8da4a2c151c8-22fb1095, #w-node-_87f6d0b0-3f04-9ca7-d02c-8da4a2c151ca-22fb1095, #w-node-_87f6d0b0-3f04-9ca7-d02c-8da4a2c151cb-22fb1095, #w-node-_87f6d0b0-3f04-9ca7-d02c-8da4a2c151cc-22fb1095, #w-node-_87f6d0b0-3f04-9ca7-d02c-8da4a2c151cd-22fb1095, #w-node-_87f6d0b0-3f04-9ca7-d02c-8da4a2c151ce-22fb1095, #w-node-_87f6d0b0-3f04-9ca7-d02c-8da4a2c151cf-22fb1095, #w-node-_87f6d0b0-3f04-9ca7-d02c-8da4a2c151d2-22fb1095, #w-node-_87f6d0b0-3f04-9ca7-d02c-8da4a2c151d3-22fb1095, #w-node-_87f6d0b0-3f04-9ca7-d02c-8da4a2c151d5-22fb1095, #w-node-_87f6d0b0-3f04-9ca7-d02c-8da4a2c151d6-22fb1095, #w-node-_87f6d0b0-3f04-9ca7-d02c-8da4a2c151d7-22fb1095, #w-node-_87f6d0b0-3f04-9ca7-d02c-8da4a2c151d8-22fb1095, #w-node-_87f6d0b0-3f04-9ca7-d02c-8da4a2c151d9-22fb1095, #w-node-_87f6d0b0-3f04-9ca7-d02c-8da4a2c151da-22fb1095, #w-node-_87f6d0b0-3f04-9ca7-d02c-8da4a2c151dd-22fb1095, #w-node-_87f6d0b0-3f04-9ca7-d02c-8da4a2c151de-22fb1095, #w-node-_87f6d0b0-3f04-9ca7-d02c-8da4a2c151e0-22fb1095, #w-node-_87f6d0b0-3f04-9ca7-d02c-8da4a2c151e1-22fb1095, #w-node-_87f6d0b0-3f04-9ca7-d02c-8da4a2c151e2-22fb1095, #w-node-_87f6d0b0-3f04-9ca7-d02c-8da4a2c151e3-22fb1095, #w-node-_87f6d0b0-3f04-9ca7-d02c-8da4a2c151e4-22fb1095, #w-node-_87f6d0b0-3f04-9ca7-d02c-8da4a2c151e5-22fb1095 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_87f6d0b0-3f04-9ca7-d02c-8da4a2c151cb-22fb1095, #w-node-_87f6d0b0-3f04-9ca7-d02c-8da4a2c151d6-22fb1095, #w-node-_87f6d0b0-3f04-9ca7-d02c-8da4a2c151e1-22fb1095 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_06c2e517-687f-a4e4-a375-85da33810e5b-22fb1095 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr;
  }

  #w-node-_06c2e517-687f-a4e4-a375-85da33810e5c-22fb1095 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_06c2e517-687f-a4e4-a375-85da33810e5e-22fb1095 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_06c2e517-687f-a4e4-a375-85da33810e60-22fb1095 {
    grid-row: span 8 / span 8;
  }

  #w-node-_06c2e517-687f-a4e4-a375-85da33810e62-22fb1095 {
    grid-row: span 6 / span 6;
  }

  #w-node-_06c2e517-687f-a4e4-a375-85da33810e64-22fb1095 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_06c2e517-687f-a4e4-a375-85da33810e65-22fb1095 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_06c2e517-687f-a4e4-a375-85da33810e6b-22fb1095 {
    grid-area: span 4 / span 2 / span 4 / span 2;
  }

  #w-node-_06c2e517-687f-a4e4-a375-85da33810e6f-22fb1095, #w-node-_06c2e517-687f-a4e4-a375-85da33810e74-22fb1095, #w-node-_06c2e517-687f-a4e4-a375-85da33810e76-22fb1095 {
    grid-row: span 1 / span 1;
  }

  #w-node-_06c2e517-687f-a4e4-a375-85da33810e79-22fb1095, #w-node-_06c2e517-687f-a4e4-a375-85da33810e7b-22fb1095 {
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Elsi Font';
  src: url('../fonts/elsi-font.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}