:root {
  --neutral-20: #f7f7f6;
  --black-90: #363434;
  --black-100: #201e1e;
  --black-20: #dad8d5;
  --neutral-5: #fdfdfd;
  --black-40: #bdbab4;
  --black-80: #4c4b4b;
  --neutral-100: #e8e7e5;
  --neutral-60: #f1f1ef;
  --neutral-80: #edecea;
  --black-60: #95928d;
  --neutral-40: #f6f6f5;
  --white: #fff;
}

.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-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

body {
  background-color: var(--neutral-20);
  color: var(--black-90);
  font-family: Poppins, sans-serif;
  font-size: 17px;
  line-height: 20px;
}

h1 {
  color: var(--black-100);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 2.8em;
  font-weight: 400;
  line-height: 120%;
}

h2 {
  color: var(--black-100);
  white-space: break-spaces;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2em;
  font-weight: 400;
  line-height: 120%;
}

h3 {
  color: var(--black-100);
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 120%;
}

h4 {
  color: var(--black-100);
  margin-top: .25em;
  margin-bottom: .25em;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 115%;
}

h5 {
  color: var(--black-100);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 140%;
}

h6 {
  color: var(--black-100);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 130%;
}

p {
  margin-top: .25px;
  margin-bottom: .5em;
  font-size: 1em;
  line-height: 150%;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

li {
  margin-bottom: .5em;
  line-height: 150%;
}

label {
  margin-bottom: 5px;
  font-weight: 400;
  line-height: 160%;
  display: block;
}

strong {
  font-weight: 600;
}

blockquote {
  border-style: solid;
  border-width: 0 0 0 1px;
  border-color: black black black var(--black-100);
  color: var(--black-100);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1.1em;
  line-height: 150%;
}

.paragraph-large {
  margin-bottom: 4px;
  font-size: 1.2em;
}

.no-padding {
  padding: 0;
}

.menu-text {
  letter-spacing: .5px;
  font-family: Raleway, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 150%;
}

.menu-top {
  border-bottom: 1px solid var(--black-100);
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 25px;
  display: flex;
  position: relative;
}

.block-detail {
  border-bottom: 1px solid var(--black-20);
  justify-content: flex-start;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 25px;
  display: flex;
}

.block {
  margin-bottom: 45px;
}

.button-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: end;
  padding: 24px;
}

.button-grid.dark {
  background-color: var(--black-100);
  color: var(--neutral-5);
}

.size-detail {
  color: var(--black-40);
  margin-left: 8px;
}

.colour-block {
  background-color: var(--black-100);
  height: 120px;
}

.colour-block.c3 {
  background-color: var(--black-80);
}

.colour-block.c2 {
  background-color: var(--black-90);
}

.colour-block.t2 {
  background-color: #4e4e4d;
}

.colour-block.c5 {
  background-color: var(--black-40);
}

.colour-block.c7 {
  background-color: var(--neutral-100);
}

.colour-block.c12 {
  background-color: var(--neutral-5);
}

.colour-block.c13 {
  background-color: #f9f9f9;
}

.colour-block.s2 {
  background-color: #ea593a;
}

.colour-block.t1 {
  background-color: #222221;
}

.colour-block.t4 {
  background-color: #a7a7a6;
}

.colour-block.c9 {
  background-color: var(--neutral-60);
}

.colour-block.s3 {
  background-color: #f5ac9d;
}

.colour-block.c8 {
  background-color: var(--neutral-80);
}

.colour-block.c6 {
  background-color: var(--black-20);
}

.colour-block.c4 {
  background-color: var(--black-60);
}

.colour-block.t6 {
  background-color: var(--neutral-5);
}

.colour-block.c11 {
  background-color: var(--neutral-20);
}

.colour-block.t3 {
  background-color: #7a7a7a;
}

.colour-block.t5 {
  background-color: #d3d3d3;
}

.colour-block.s1 {
  background-color: #e53009;
}

.colour-block.c10 {
  background-color: var(--neutral-40);
}

.style-guide-header {
  border-top: 1px solid var(--black-100);
  border-bottom: 1px solid var(--black-100);
  background-color: var(--neutral-60);
  justify-content: center;
  align-items: center;
  min-height: 320px;
  padding: 100px 5%;
  display: flex;
}

.title-wrap-left {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
}

.menu-title {
  border-bottom: 1px solid var(--black-100);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
}

.content-container {
  width: 100%;
  max-width: 1040px;
  margin: 45px auto 80px;
}

.paragraph-emphase {
  white-space: normal;
  margin-bottom: .5em;
  font-family: Raleway, sans-serif;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.paragraph-small {
  font-size: .9em;
}

.paragraph-small.info-field {
  color: var(--black-60);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 150%;
}

.style-guide-content {
  flex: 1;
  width: 85%;
}

.title-color {
  color: var(--black-60);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Raleway, sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.4;
}

.colour-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 80px;
  padding-left: 14px;
  display: flex;
}

.style-guide-section {
  padding: 100px 3%;
}

.menu-link {
  border-left: 4px solid var(--neutral-80);
  color: #222221;
  align-items: center;
  min-height: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.menu-link:hover {
  border-left-color: var(--neutral-100);
  background-color: var(--neutral-20);
}

.menu-link.w--current {
  border-left: 1px solid var(--black-100);
  background-color: var(--neutral-80);
}

.style-guide-heading {
  margin-top: 0;
  font-size: 5em;
  line-height: .8em;
}

.header-h3 {
  color: var(--black-100);
  margin-top: 10px;
  font-size: 30px;
  font-weight: 500;
}

.style-guide-hero {
  justify-content: center;
  align-items: center;
  min-height: 640px;
  padding: 100px 5%;
  display: flex;
}

.colour-hex {
  color: var(--black-40);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 4px;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.menu {
  border-bottom: 1px solid var(--black-100);
  overflow: auto;
}

.colour-grid, .colour-grid-full {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.colour-grid-full.secondary {
  grid-template-columns: 1fr 1fr 1fr;
}

.button-wrap {
  grid-column-gap: 2em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
}

.style-guide-navigation {
  border-right: 1px solid var(--black-100);
  background-color: var(--neutral-60);
  width: 10%;
  min-width: 160px;
  height: 100%;
  min-height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.mobile-navigation {
  display: none;
}

.button {
  border: 1px solid var(--black-100);
  background-color: var(--black-100);
  color: var(--neutral-40);
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 60px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 1.2em 1.3em;
  font-family: Raleway, sans-serif;
  font-size: .8em;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  transition: background-position .35s ease-in-out, border-color .2s ease-in-out, box-shadow .5s, color .2s ease-in-out, background-color .35s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button:hover {
  background-color: var(--black-20);
  color: var(--black-100);
}

.button.outline {
  color: var(--black-100);
  background-color: rgba(0, 0, 0, 0);
}

.button.outline.light, .button.outline.light:hover {
  border-color: var(--neutral-5);
  color: var(--neutral-5);
  background-color: rgba(0, 0, 0, 0);
}

.button.outline.dropdown {
  padding-right: 1em;
}

.button.outline.dropdown.w--open {
  background-color: var(--neutral-40);
}

.button.button-ellipse {
  background-image: url('../images/Icon-Plus.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
  border-radius: 100%;
  width: 3.2em;
  height: 3.2em;
  min-height: 36px;
  padding-left: 0;
  padding-right: 0;
}

.button.solid-outline {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--black-100);
  background-color: #fff;
  border-color: #fff;
}

.button.solid-outline:hover {
  border-color: var(--black-100);
  color: var(--black-100);
  background-color: rgba(0, 0, 0, 0);
}

.button.solid-outline.light:hover {
  border-color: var(--neutral-5);
  color: var(--neutral-5);
  background-color: rgba(0, 0, 0, 0);
}

.button.light {
  border-color: var(--neutral-5);
  background-color: var(--neutral-5);
  color: var(--black-100);
}

.button.light:hover {
  border-color: var(--black-100);
  background-color: var(--neutral-100);
  color: var(--black-100);
}

.button.light:focus {
  color: #fff;
}

.button.dropdown {
  padding-left: 1.5em;
  padding-right: 2em;
}

.button.button-secondary {
  border-width: 0;
  border-radius: 1030px;
  min-height: 32px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 .5em;
}

.button.button-secondary:hover {
  color: var(--black-100);
  background-color: rgba(0, 0, 0, 0);
}

.button.align-right {
  align-self: flex-end;
}

.button.filter-trigger {
  display: none;
}

.heading-hero {
  color: var(--black-100);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: 400;
  line-height: 120%;
}

.logo-style-guide {
  width: 120px;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.container-tight {
  grid-row-gap: 1em;
  flex-direction: column;
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.colour-title {
  float: left;
  font-size: 16px;
  font-weight: 700;
}

.l2 {
  padding-bottom: 10px;
  list-style-type: decimal;
}

.uppercase-text {
  letter-spacing: .2px;
  text-transform: uppercase;
  margin-top: .25em;
  margin-bottom: .25em;
  font-family: Raleway, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 130%;
}

.uppercase-text.small {
  margin-bottom: 0;
  font-size: .85em;
}

.uppercase-text.footer-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
}

.heading-section-styleguide {
  color: var(--black-100);
  margin-top: 0;
  font-size: 54px;
  line-height: 60px;
}

.button-secondary {
  z-index: 0;
  grid-column-gap: .8em;
  border-bottom: 1px solid var(--black-100);
  color: var(--black-100);
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1em 0;
  font-family: Raleway, sans-serif;
  font-size: .8em;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .2s ease-in-out, box-shadow .5s, color .2s ease-in-out, background-color .35s ease-in-out;
  display: flex;
  overflow: hidden;
}

.button-secondary:hover {
  border-bottom-color: var(--black-60);
  color: var(--black-60);
}

.button-secondary.light {
  border-bottom-color: var(--neutral-5);
  color: #fff;
}

.button-secondary.light:hover {
  border-bottom-color: var(--black-20);
  color: var(--black-20);
}

.colour {
  background-color: #fff;
  border-radius: 4px;
  align-items: center;
  width: 100%;
  display: block;
  overflow: hidden;
  box-shadow: 6px 6px 17px rgba(82, 76, 76, .06);
}

.q2 {
  font-style: italic;
}

.active-bar {
  background-color: #f5f7fd;
  width: 0%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.l3 {
  padding-bottom: 10px;
  list-style-type: lower-alpha;
}

.style-guide {
  align-items: flex-start;
  display: flex;
}

.span-heading {
  color: var(--black-60);
  font-size: .6em;
  font-weight: 500;
}

.brand {
  z-index: 11;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar {
  z-index: 99;
  border-bottom: 1px solid var(--black-100);
  background-color: var(--neutral-60);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 90px;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.wrapper-nav-content {
  grid-column-gap: 1em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 1000px;
  display: flex;
}

.navlink {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: var(--black-100);
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: .5em .2em;
  font-size: 1.05em;
  line-height: 120%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.container-cta {
  grid-column-gap: 1em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1em;
  margin-bottom: 1em;
  display: flex;
}

.container-cta.grid {
  grid-column-gap: .8em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-cta.in-header {
  justify-content: flex-end;
}

.container-cta.align-self-right {
  align-self: flex-end;
}

.container-cta.small {
  font-size: 15px;
}

.container-cta.justify-right {
  justify-content: flex-end;
}

.container-cta.justify-right.small {
  flex-wrap: wrap;
}

.container {
  width: 100%;
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.8em;
  padding-right: 1.8em;
}

.container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.container.text-center {
  text-align: center;
}

.container._w-medium {
  max-width: 1920px;
}

.align-center {
  align-items: center;
}

.icon {
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.wrapper-navlinks {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-wrap: nowrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header {
  border-bottom: 1px solid var(--black-100);
  justify-content: center;
  width: 100vw;
  min-height: 100vh;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.header.subpages {
  align-items: center;
  min-height: 15vh;
  padding-top: 8rem;
  padding-bottom: 2rem;
}

.header.subpages.no-divider {
  padding-bottom: 0;
}

.header.subpages.sticky {
  z-index: 10;
  background-color: var(--neutral-20);
  padding-top: 4rem;
  padding-bottom: 2rem;
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
  bottom: 32px;
  left: 32px;
  right: 32px;
}

.header.no-divider {
  border-bottom-width: 0;
}

.header.horizontal-page {
  border-right: 1px solid var(--black-100);
  border-bottom-width: 0;
  width: 40%;
  padding-top: 15vh;
}

.container-heading {
  flex-direction: column;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.container-heading.tight {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.container-heading.hero {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.container-heading.hero.static {
  display: none;
}

.container-heading.center {
  align-items: center;
}

.masonry-gallery {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  column-count: 3;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  column-gap: 1em;
  width: 100%;
  margin-top: 2em;
  display: inline-block;
}

.location-item {
  color: var(--black-100);
  cursor: pointer;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.location-item.masonry-item {
  margin-bottom: 1em;
}

.location-item.splide__slide.vertical-slide {
  width: 100%;
  max-width: none;
  height: auto;
  margin-right: 0;
}

.section {
  border-bottom: 1px solid var(--black-100);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.section.alternate {
  background-color: var(--neutral-60);
}

.section.alternate.no-divider {
  border-bottom-width: 0;
}

.section.narrow {
  width: 100vw;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.banner {
  background-color: var(--neutral-100);
}

.section.wrapper-horizontal {
  border-bottom-width: 0;
}

.wrapper-heading {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.wrapper-heading.heading-animate {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

.container-heading-line {
  grid-row-gap: .5em;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.container-content {
  flex-direction: column;
  max-width: 1080px;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.container-content.frame {
  grid-row-gap: 1em;
  border: 1px solid var(--black-100);
  background-color: var(--neutral-60);
  flex-direction: column;
  max-width: none;
  padding: 2em;
  display: flex;
  position: relative;
}

.container-content.frame.infos-card {
  grid-row-gap: .5em;
  min-width: 200px;
  max-width: 360px;
  font-size: 14px;
}

.container-content.frame.infos-card.text-center {
  align-items: center;
}

.container-content.frame.infos-card.in-modal {
  text-align: center;
  align-items: center;
  margin-top: 2.5em;
  padding-top: 1em;
  padding-bottom: 1em;
}

.container-content.frame.contained {
  justify-content: center;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.container-content.frame.tabs {
  grid-row-gap: 0em;
  padding: 0;
}

.container-content.frame.center {
  justify-content: center;
  align-items: center;
  min-height: 40vh;
}

.container-content.frame.smaller-text {
  font-size: 14px;
}

.container-content.wide {
  max-width: none;
  padding-top: 2em;
  padding-bottom: 2em;
}

.container-content.wide.text-center {
  text-align: center;
  align-items: center;
}

.container-content.no-frame {
  grid-row-gap: 1em;
  border: 0px solid var(--black-100);
  background-color: var(--neutral-60);
  flex-direction: column;
  max-width: none;
  padding: 2em;
  display: flex;
  position: relative;
}

.container-content.no-frame.infos-card {
  grid-row-gap: .5em;
  min-width: 280px;
  max-width: 400px;
  font-size: 1em;
}

.container-content.no-frame.contained {
  justify-content: center;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.container-content.no-frame.tabs {
  grid-row-gap: 0em;
  padding: 0;
}

.content-block {
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  max-width: 960px;
  margin-top: 1em;
  margin-bottom: 2em;
  padding-left: 280px;
  display: flex;
}

.content-block.no-indent {
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.content-block.no-indent.center {
  align-items: center;
  max-width: 960px;
}

.lang-switcher {
  margin-left: 0;
  margin-right: 0;
}

.divider-line {
  background-color: var(--black-100);
  width: 100%;
  height: 1px;
}

.grid-cards {
  grid-column-gap: 1em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2em;
  margin-bottom: 2em;
  display: grid;
}

.item-card {
  grid-row-gap: 1em;
  border: 1px solid var(--black-100);
  flex-direction: column;
  align-items: flex-end;
  height: 100%;
  padding: 2em;
  display: flex;
}

.bullet-number {
  background-color: var(--neutral-100);
  color: var(--black-100);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  margin-bottom: .5em;
  font-family: Raleway, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  display: flex;
}

.curtain-btn {
  z-index: 0;
  background-color: var(--black-20);
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.curtain-btn.dark {
  background-color: var(--black-40);
}

.text-card {
  flex-direction: column;
  flex: 1;
  width: 100%;
}

.footer {
  background-color: var(--neutral-80);
  width: 100vw;
  padding-top: 60px;
  padding-bottom: 20px;
  font-size: 15px;
}

.container-footer-links {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1.2em;
  display: flex;
}

.footer-content {
  grid-column-gap: 2em;
  padding: 0;
}

.footer-infos {
  grid-row-gap: .5em;
  flex-direction: column;
  max-width: 200px;
  margin-top: 1.2em;
  margin-bottom: 1em;
  font-size: 1em;
  line-height: 130%;
  display: flex;
}

.bottom-footer {
  border-top: 1px solid var(--black-100);
  margin-top: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
}

.bottom-footer-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.cell {
  grid-column-gap: 2em;
  grid-row-gap: 1em;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.splide {
  z-index: 1;
  width: 100%;
  position: relative;
}

.splide.slider-clients {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.splide.slider-v-1, .splide.slider-v-2, .splide.slider-v-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.splide.slider-testimony {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.splide__track {
  align-items: center;
  width: 100%;
  display: flex;
}

.splide__list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.splide__list.vertical {
  flex-direction: column;
  height: 100%;
}

.splide__slide {
  width: 20%;
  max-width: 180px;
  margin-left: 1em;
  margin-right: 1em;
}

.splide__slide.testimony {
  justify-content: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.splide__slide.vertical_slide {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.form {
  width: 100%;
  display: flex;
  position: relative;
}

.form-block-footer {
  grid-row-gap: .5em;
  flex-direction: column;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 0;
  display: flex;
}

.text-field-newsletter {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--black-100);
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: 0;
  font-size: 1em;
}

.text-field-newsletter::placeholder {
  color: var(--black-90);
}

.submit-button {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Arrow-Submit-Btn.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 48px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.cell-2 {
  justify-content: center;
  align-items: flex-start;
}

.bottom-footer-link {
  color: var(--black-100);
  letter-spacing: .2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: .9em;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.bottom-footer-link.w--current {
  color: var(--black-60);
  text-decoration: underline;
}

.bottom-footer-link.small {
  font-size: 1em;
}

.wrapper-menu {
  grid-column-gap: 1em;
  grid-row-gap: 2em;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.brand-logo {
  min-width: 120px;
  max-width: 160px;
}

.brand-logo.in-footer {
  width: 100%;
  min-width: 100px;
  max-width: 140px;
}

.container-menu-burger-button {
  z-index: 10;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-end;
  width: 48px;
  height: 48px;
  display: none;
  position: relative;
}

.line-burger-button {
  z-index: 1;
  background-color: var(--black-100);
  border-radius: 0;
  width: 42px;
  height: 2px;
  position: relative;
}

.line-burger-button.second {
  width: 28px;
}

.footer-link {
  color: var(--black-100);
  margin-bottom: .7em;
  font-size: 1em;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.footer-link.w--current {
  color: var(--black-60);
}

.dropdown-list {
  background-color: var(--neutral-80);
  margin-top: 1.5em;
}

.dropdown-list.w--open {
  border-style: solid;
  border-width: 0 1px 1px;
  border-color: var(--black-100);
  background-color: var(--neutral-60);
  overflow: hidden;
}

.dropdown-list.account {
  grid-row-gap: 1em;
  border-style: solid;
  border-width: 0 1px 1px;
  border-color: var(--black-100);
  flex-direction: column;
  min-width: 260px;
  height: auto;
  margin-top: 0;
  padding: 1em;
  position: absolute;
  left: auto;
  right: 0%;
}

.dropdown-list.account.w--open {
  display: flex;
  top: 78px;
}

.dropdown-link {
  border-top: 1px solid var(--black-100);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.dropdown-link:hover {
  background-color: var(--neutral-20);
}

.wrapper-item-infos {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-tags {
  z-index: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.tag {
  background-color: var(--neutral-60);
  padding: .45rem 1rem;
  font-size: 12px;
  text-decoration: none;
  display: flex;
}

.tag.transparent {
  background-color: rgba(0, 0, 0, 0);
}

.tag.transparent.white {
  color: var(--neutral-5);
}

.location {
  color: var(--neutral-20);
  background-color: rgba(0, 0, 0, 0);
  padding: .75rem;
  font-size: 13px;
}

.overlay {
  z-index: 0;
  background-image: linear-gradient(360deg, rgba(32, 30, 30, .6), rgba(32, 30, 30, 0) 60%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bookmark {
  background-color: var(--neutral-60);
  padding: .75rem;
}

.wrapper-sliders {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  padding-left: 0;
  padding-right: 0;
}

.button-icon {
  z-index: 1;
  position: relative;
}

.wrapper-description {
  border-bottom: 1px solid var(--black-100);
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 1em;
}

.project-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.thumbnail-project {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.grid-projects {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2em;
  display: grid;
}

.heading-project {
  grid-row-gap: .2em;
}

.image-item {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  display: block;
}

.form-block {
  max-width: 960px;
  margin-top: 2em;
  margin-bottom: 2em;
}

.form-block.center {
  margin-left: auto;
  margin-right: auto;
}

.text-field {
  border: 1px solid var(--black-100);
  background-color: var(--neutral-5);
  border-radius: 30px;
  min-height: 50px;
  margin-bottom: 0;
  padding-left: 1.5em;
  padding-right: 1.5em;
  transition: all .35s ease-in-out;
}

.text-field:hover {
  background-color: var(--neutral-60);
}

.text-field:active {
  background-color: var(--neutral-100);
}

.text-field:focus {
  border-color: var(--black-20);
}

.text-field::placeholder {
  color: var(--black-40);
  line-height: 28px;
}

.text-field.text-area {
  min-height: 280px;
  max-height: none;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.text-field.select {
  background-image: url('../images/chevron-bottom.svg');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: auto;
}

.fieldset {
  grid-row-gap: .5em;
}

.form-contact {
  grid-column-gap: 1em;
  grid-row-gap: 2em;
  grid-template: ". ."
                 ". ."
                 ". ."
                 ". ."
                 "Area Area"
                 ". ."
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  max-width: 960px;
  display: grid;
}

.checkbox {
  border-width: 1px;
  border-color: var(--black-100);
  background-color: var(--neutral-5);
  border-radius: 0;
  width: 20px;
  height: 18px;
  margin-top: 0;
  margin-left: -20px;
  margin-right: 0;
  padding: .4em;
  transition: all .35s ease-in-out;
  display: block;
}

.checkbox:hover {
  background-color: var(--neutral-60);
}

.checkbox.w--redirected-checked {
  border-color: var(--black-20);
  background-color: var(--black-100);
  background-position: 50% 39%;
  background-size: 12px 12px;
}

.checkbox.tag {
  background-color: rgba(0, 0, 0, 0);
  width: 18px;
  height: 18px;
  margin-left: auto;
}

.checkbox.tag.w--redirected-checked {
  border-color: var(--black-100);
  background-image: url('../images/Check-Cross.svg');
  background-repeat: no-repeat;
  background-size: cover;
}

.checkbox.tag.w--redirected-focus {
  box-shadow: 0 0 3px 1px rgba(56, 152, 236, 0);
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.checkbox-label {
  margin-bottom: 0;
  margin-left: 1em;
  line-height: 1.4em;
}

.wrapper-thumbnail {
  overflow: hidden;
}

.wrapper-testimony {
  text-align: center;
  background-image: url('../images/Icon-Quote-Right.svg'), url('../images/Icon-Quote-Left.svg');
  background-position: 100% 80%, 0 20%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1080px;
  min-height: 30vh;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 2em;
  display: flex;
}

.splide__pagination {
  z-index: 2;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.pagination_item {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
}

.splide__pagination__page {
  opacity: .2;
  background-color: #242022;
  border-radius: 100%;
  width: .8em;
  height: .8em;
  margin-left: 1em;
  margin-right: 0;
  transition: all .3s;
}

.splide__pagination__page.is-active {
  opacity: 1;
  background-color: #242022;
}

.splide__arrow {
  border: 1px solid var(--black-100);
  background-color: var(--neutral-60);
  background-image: url('../images/arrow-right-dark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
  border-radius: 100vw;
  width: 3em;
  height: 3em;
  transition: all .2s ease-in-out;
}

.splide__arrow:hover {
  background-color: var(--black-100);
  background-image: url('../images/arrow-right-light.svg');
}

.splide__arrow:active {
  background-color: var(--black-90);
}

.splide__arrow.splide__arrow--prev {
  transform: rotate(-180deg);
}

.splide__arrow.splide__arrow--prev:active {
  transform: scale(.95)rotate(-180deg);
}

.splide__arrow.splide__arrow--next:active {
  transform: scale(.95);
}

.splide__arrows {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.splide__arrows.clients {
  padding-left: 2em;
  padding-right: 2em;
}

.dropdown-faq {
  z-index: 1;
  border-bottom: 1px solid var(--black-100);
  width: 100%;
}

.dropdown-toggle {
  width: 100%;
  padding: .5em 0;
  display: flex;
}

.dropdown-toggle.main-toggle {
  justify-content: space-between;
}

.dropdown-toggle.sub-toggle {
  padding-top: .2em;
  padding-bottom: .2em;
}

.dropdown-list-faq {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wrapper-faq-content {
  padding-top: 1em;
  padding-bottom: 1em;
}

.modal {
  border: 1px solid var(--black-100);
  background-color: var(--neutral-80);
  max-width: 1440px;
  max-height: 80vh;
  padding: 2em;
  position: relative;
  overflow: auto;
}

.wrapper-modal {
  z-index: 999;
  background-color: rgba(32, 30, 30, .6);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.close-button {
  z-index: 10;
  background-image: url('../images/Icon-Close.svg'), linear-gradient(to bottom, var(--neutral-100), var(--neutral-100));
  cursor: pointer;
  background-position: 50%, 0 0;
  background-size: cover, auto;
  border-radius: 100%;
  width: 2em;
  height: 2em;
  transition: all .2s ease-in-out;
  position: absolute;
  top: 16px;
  bottom: auto;
  left: auto;
  right: 16px;
}

.close-button:hover {
  background-image: url('../images/Icon-Close.svg'), linear-gradient(to bottom, var(--black-20), var(--black-20));
  background-position: 50%, 0 0;
  background-size: cover, auto;
  transform: scale(1.1);
}

.space-btwn {
  justify-content: space-between;
}

.social-link {
  margin-left: -5px;
  margin-right: 5px;
  padding: .3em;
}

.wrapper-icons {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  margin-top: 5px;
}

.content-infos-card {
  color: var(--black-100);
  padding-top: .1em;
  padding-bottom: .2em;
  font-size: 1.1em;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.row {
  grid-column-gap: 1em;
}

.row.space-btwn {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
}

.question-title {
  white-space: break-spaces;
  width: 100%;
  font-weight: 400;
}

.col {
  width: 100%;
  position: relative;
}

.col.col-4 {
  width: 25%;
}

.col.col-5 {
  width: 20%;
}

.col.col-6 {
  width: 16.6667%;
}

.col.col-3 {
  width: 33.3333%;
}

.col.col-2 {
  width: 50%;
}

.section-2 {
  padding: 60px 100px;
}

.flex {
  width: 100%;
  display: flex;
}

.flex.wrap {
  flex-wrap: wrap;
}

.flex._w-gap {
  grid-column-gap: 1em;
}

.flex.space-btwn {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: center;
}

.flex.justify-center {
  justify-content: center;
}

.flex.horizontal {
  flex-direction: row;
}

.flex.horizontal.gap {
  grid-column-gap: 1em;
}

.label {
  color: var(--black-100);
  font-size: 1.1em;
  font-weight: 400;
  line-height: 160%;
}

.label.text-grey {
  color: var(--black-80);
}

.infos-project {
  grid-column-gap: 8px;
  margin-bottom: .5em;
  display: flex;
}

.page-number {
  border: 1px solid var(--black-100);
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  margin-bottom: 0;
  padding: .5em;
  transition: all .2s ease-in-out;
  display: flex;
}

.page-number:hover {
  background-color: var(--white);
}

.page-number.active {
  background-color: var(--black-100);
  color: var(--neutral-5);
}

.page-number.auto {
  width: auto;
  height: 3em;
  margin-top: 0;
  font-size: 17px;
}

.pagination-control {
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  margin-bottom: 0;
  padding: .5em;
  transition: all .2s ease-in-out;
  display: flex;
}

.pagination-control:hover {
  background-color: var(--neutral-100);
}

.pagination-control.first {
  background-image: url('../images/First.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.pagination-control.prev {
  background-image: url('../images/Prev.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-radius: 0;
  font-size: 17px;
}

.pagination-control.next {
  background-image: url('../images/Next.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-radius: 0;
  font-size: 17px;
}

.pagination-control.next:hover {
  background-color: var(--white);
}

.pagination-control.last {
  background-image: url('../images/Last.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.pagination {
  grid-column-gap: 5px;
  display: flex;
}

.page-navigation {
  justify-content: flex-end;
  align-items: flex-end;
  max-height: 120px;
  margin-top: 2em;
  padding-top: 2em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.sign-in-form {
  grid-column-gap: 1em;
  grid-row-gap: 2em;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  display: grid;
}

.sign-in-form.form-2 {
  grid-row-gap: 2em;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.container-loader {
  background-color: var(--neutral-100);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 8em;
  margin-top: 2em;
  margin-bottom: 2em;
  display: flex;
}

.loading-message {
  z-index: 1;
  background-color: var(--neutral-60);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2em;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

    .loading-message img {
        animation: rotate 2s linear infinite;
    }

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.email-verification {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template: "."
  / 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  max-width: 580px;
  display: grid;
}

.tab-link {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-style: solid;
  border-width: 0 0 1px 1px;
  border-color: var(--black-100);
  background-color: var(--neutral-20);
  text-transform: uppercase;
  flex: 1;
  align-items: center;
  padding: 1em;
  font-family: Raleway, sans-serif;
  font-size: 1em;
  font-weight: 600;
  display: flex;
}

.tab-link.w--current {
  background-color: var(--neutral-60);
  border-bottom-width: 0;
}

.tab-link.first {
  border-left-width: 0;
}

.tabs-menu {
  display: flex;
}

.number {
  background-color: var(--neutral-100);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
}

.divider-container {
  grid-column-gap: 2em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  display: flex;
}

.line-spacing {
  background-color: var(--black-100);
  width: 6em;
  height: 1px;
  display: flex;
}

.tab-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1100px;
  padding: 2em;
  display: flex;
}

.tab-content.frame {
  grid-row-gap: 1em;
  border: 1px solid var(--black-100);
  background-color: var(--neutral-60);
  flex-direction: column;
  max-width: none;
  padding: 2em;
  display: flex;
  position: relative;
}

.tab-content.frame.infos-card {
  grid-row-gap: .5em;
  min-width: 280px;
  max-width: 400px;
  font-size: 1em;
}

.tab-content.frame.contained {
  justify-content: center;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.tab-content.frame.tabs {
  grid-row-gap: 0em;
  padding: 0;
}

.tab-content.frame.center {
  justify-content: center;
  align-items: center;
  min-height: 40vh;
}

.tab-content.wide {
  max-width: none;
  padding-top: 2em;
  padding-bottom: 2em;
}

.tab-content.no-frame {
  grid-row-gap: 1em;
  border: 0px solid var(--black-100);
  background-color: var(--neutral-60);
  flex-direction: column;
  max-width: none;
  padding: 2em;
  display: flex;
  position: relative;
}

.tab-content.no-frame.infos-card {
  grid-row-gap: .5em;
  min-width: 280px;
  max-width: 400px;
  font-size: 1em;
}

.tab-content.no-frame.contained {
  justify-content: center;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.tab-content.no-frame.tabs {
  grid-row-gap: 0em;
  padding: 0;
}

.wrapper-horizontal {
  border-bottom: 1px solid var(--black-100);
  max-width: 1560px;
  min-height: 80vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  display: flex;
}

.sign-up-form {
  grid-column-gap: 1em;
  grid-row-gap: 2em;
  grid-template: "."
                 "."
                 "."
                 "."
                 / 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.sign-up-form.form-2 {
  grid-row-gap: 2em;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.sign-up-wrapper {
  border: 1px solid var(--black-100);
  background-color: var(--neutral-60);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 4em;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-row-gap: 1em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.wrapper-search {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template: "Sidebar Search-Bar"
                 "Sidebar Search-Bar"
                 "Sidebar Navigation"
                 / .28fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  width: 100%;
  display: grid;
}

.search-sidebar {
  background-color: var(--neutral-20);
  border: 1px solid #000;
  width: 100%;
}

.search-bar {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 1px solid var(--black-100);
  min-height: 120px;
  max-height: 160px;
  padding: 2em;
  display: flex;
}

.heading-sidebar {
  align-items: center;
  min-height: 120px;
  max-height: 160px;
  padding: 2em 0 2em 1em;
  font-size: 15px;
  display: flex;
}

.search {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
}

.search-form {
  flex: 1;
  margin-bottom: 0;
}

.main-category-dropdown {
  z-index: 0;
  border-top: 1px solid var(--black-100);
  width: 100%;
  padding-left: 1em;
  padding-right: 1em;
  display: block;
}

.dropdown-filters {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.dropdown-filters.w--open {
  height: auto;
}

.filter-button {
  color: var(--black-60);
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-top: .4em;
  padding-bottom: .4em;
  padding-left: 0;
  transition: opacity .2s;
  display: flex;
}

.filter-button:hover {
  opacity: .8;
}

.filters-list {
  grid-row-gap: .2em;
  border-left: 1px solid var(--black-100);
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 1em;
  padding-left: 1em;
  display: flex;
}

.sub-category-dropdown {
  z-index: 1;
  border-bottom: 1px solid var(--black-100);
  width: 100%;
  display: block;
}

.sub-category-dropdown.last {
  border-bottom-width: 0;
}

.filters-list-form {
  grid-row-gap: 1em;
  flex-direction: column;
  display: flex;
}

.wrapper-results {
  grid-row-gap: 1em;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.accordion-item {
  border-top: 1px solid var(--black-100);
  padding: 1em;
  overflow: hidden;
}

.accordion-item-trigger {
  cursor: pointer;
  justify-content: space-between;
  padding-top: .5em;
  padding-bottom: .5em;
  font-weight: 700;
  display: flex;
}

.accordion-item-content {
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.sub-accordion-item {
  border-bottom: 1px solid var(--black-100);
  overflow: hidden;
}

.sub-accordion-item.last {
  border-bottom-width: 0;
}

.sub-accordion-item-trigger {
  cursor: pointer;
  justify-content: space-between;
  padding-top: .2em;
  padding-bottom: .2em;
  font-size: .85em;
  font-weight: 700;
  display: flex;
}

.sub-accordion-item-content {
  padding-left: 1em;
}

.wrapper-content-header {
  padding-top: 1em;
}

.content {
  flex-direction: column;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.content.text-center {
  align-items: center;
}

.content.frame {
  border: 1px solid var(--black-100);
  background-color: var(--neutral-60);
  padding-left: 2em;
  padding-right: 2em;
}

.content.frame.text-center {
  justify-content: center;
}

.content.frame.text-center.in-modal {
  margin-top: 2.5em;
}

.content.frame.infos-card {
  justify-content: center;
  max-width: 420px;
  padding-top: 2em;
  padding-bottom: 2em;
}

.infos-container {
  grid-column-gap: 1em;
  display: flex;
}

.image-container-gallery {
  margin-bottom: 1em;
}

.dropdown-toggle-account {
  grid-column-gap: .5em;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.dropdown-account {
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.tabs-settings {
  display: flex;
}

.tabs-menu-settings {
  grid-row-gap: 2em;
  border-right: 1px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 20vw;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.tab-link-settings {
  border: 1px solid var(--neutral-20);
  background-color: var(--neutral-20);
  text-transform: uppercase;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-right: 4em;
  font-family: Raleway, sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  transition: all .2s;
  left: 0;
}

.tab-link-settings:hover, .tab-link-settings.w--current {
  border-left: 1px solid var(--black-100);
  background-color: var(--neutral-60);
}

.tabs-content {
  flex: 1;
  align-self: stretch;
}

.wrapper-tab-content {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  min-height: 75vh;
  padding: 6rem 4rem;
  display: flex;
}

.form-settings {
  grid-column-gap: 1em;
  grid-row-gap: 2em;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.text-center {
  text-align: center;
}

.form-inquiry {
  grid-column-gap: 1em;
  grid-row-gap: 2em;
  grid-template: "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  max-width: 960px;
  display: grid;
}

.wrapper-lieu-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 1px solid var(--black-100);
  grid-template-rows: 1fr;
  grid-template-columns: minmax(120px, 260px) 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: center;
  padding: 1em;
  display: grid;
}

.container-image-item-lieu {
  width: 100%;
  height: 100%;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrapper-image-item-lieu {
  justify-content: flex-start;
}

.wrapper-infos {
  grid-row-gap: 1em;
  flex-direction: column;
  display: flex;
}

.form-inquiry-items {
  grid-column-gap: 1em;
  grid-row-gap: 2em;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  max-width: 960px;
  display: grid;
}

.thumbnail-location-form {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 80px;
  overflow: hidden;
}

.location-item-form {
  background-color: var(--neutral-80);
  max-width: 120px;
}

.location-item-title {
  padding: .8em;
  font-family: Raleway, sans-serif;
  font-weight: 600;
}

.heading-1 {
  font-size: 3em;
}

.heading-2 {
  font-size: 2.4em;
}

.heading-3 {
  font-size: 1.8em;
}

.heading-4 {
  font-size: 1.5em;
}

.heading-5 {
  font-size: 1.2em;
}

.heading-6 {
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-size: 1em;
  font-weight: 500;
}

.text-block {
  z-index: -1;
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--black-20);
  font-family: Raleway, sans-serif;
  font-size: 35vw;
  font-weight: 800;
  line-height: 1em;
  position: absolute;
}

.card-add {
  border: 1px solid var(--black-100);
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimony {
  border-left-width: 0;
}

.wrapper-team-member {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: flex-end;
  display: flex;
}

.team-member-link {
  padding: .45em;
}

.container-infos-team-member {
  border-bottom: 1px solid var(--black-100);
  flex: 1;
  padding-bottom: 1em;
}

.filter-trigger {
  border: 1px solid var(--black-100);
  align-items: center;
}

.mask-heading-header {
  margin-top: -5px;
  overflow: hidden;
}

.text-hero-intro {
  color: var(--black-100);
  letter-spacing: -1px;
}

.container-intro-text {
  white-space: nowrap;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  font-size: 3em;
  line-height: 1.25em;
  display: flex;
}

.title-accordion {
  font-weight: 500;
}

.field-label {
  margin-bottom: 0;
}

.form-text {
  margin-top: 0;
  margin-bottom: 0;
}

.mask {
  display: flex;
  overflow: hidden;
}

.collection-item-lieu.large {
  width: 100%;
}

.fs-nest_nested-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
}

.link-block {
  display: none;
}

.collection-list-tags {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
}

.collection-list-lieux {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2em;
  margin-bottom: 2em;
  display: grid;
}

.collection-list-lieux-slide {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column wrap;
  display: flex;
}

.collection-list-lieux-slide.splide__list.vertical {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 2.6em;
    line-height: 120%;
  }

  h2 {
    font-size: 1.8em;
  }

  h3 {
    font-size: 1.6em;
  }

  h4 {
    font-size: 1.4em;
  }

  h6 {
    font-size: 1em;
  }

  .paragraph-large {
    font-size: 1.1em;
  }

  .button-grid {
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-header {
    min-height: 420px;
  }

  .title-wrap-left {
    text-align: left;
    margin-bottom: 30px;
  }

  .paragraph-emphase {
    font-size: 1.3em;
  }

  .style-guide-content {
    width: 100%;
  }

  .colour-grid, .colour-grid-full {
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-navigation {
    z-index: 99;
    display: none;
    transform: translate(0);
  }

  .button {
    flex: none;
    font-size: .9em;
  }

  .button.filter-trigger {
    display: flex;
  }

  .heading-hero {
    font-size: 3em;
    line-height: 115%;
  }

  .logo-style-guide {
    width: 120px;
  }

  .navbar {
    height: 90px;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .wrapper-nav-content {
    min-width: 0;
  }

  .navlink {
    font-size: 1.7em;
  }

  .container-cta.in-header {
    justify-content: flex-start;
  }

  .wrapper-navlinks {
    grid-row-gap: 1em;
    flex-direction: column;
    flex: none;
    align-items: flex-end;
  }

  .header.subpages {
    min-height: 0;
    padding-top: 6rem;
    padding-bottom: 2rem;
  }

  .header.subpages.sticky {
    position: relative;
    top: 0;
  }

  .header.horizontal-page {
    border-bottom-width: 1px;
    border-right-width: 0;
    width: 100%;
    min-height: 0;
    margin-top: 90px;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .container-heading {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .container-heading.hero {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .masonry-gallery {
    column-count: 2;
    margin-top: 2em;
  }

  .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section.wrapper-horizontal {
    padding-top: 4rem;
  }

  .container-heading-line {
    grid-row-gap: .5em;
  }

  .container-content.frame.infos-card {
    order: 1;
    max-width: none;
  }

  .container-content.frame.infos-card.in-modal {
    width: 100%;
    max-width: none;
  }

  .content-block {
    padding-left: 140px;
  }

  .grid-cards {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr;
  }

  .footer-content {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .splide__list.vertical.last {
    flex-direction: row;
  }

  .wrapper-menu {
    z-index: 10;
    border-left: 1px solid var(--black-100);
    background-color: var(--neutral-60);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    min-width: 360px;
    height: 100vh;
    padding: 2em;
    display: flex;
    position: absolute;
    top: 90px;
    bottom: auto;
    left: auto;
    right: 0%;
    transform: translate(100%);
  }

  .container-menu-burger-button {
    transition: transform .2s ease-in-out, background-color .2s ease-in-out;
    display: flex;
  }

  .container-menu-burger-button:hover {
    display: flex;
  }

  .container-menu-burger-button:active {
    transform: scale(.9);
  }

  .dropdown-list.account {
    margin-top: 1em;
    position: relative;
  }

  .dropdown-list.account.w--open {
    border-width: 1px;
    position: relative;
    top: 0;
  }

  .tag, .location {
    font-size: 12px;
  }

  .cell-3 {
    display: none;
  }

  .grid-projects {
    grid-template-columns: 1fr;
  }

  .splide__pagination {
    padding-top: 1.9em;
    position: relative;
  }

  .splide__pagination__page {
    width: 2em;
    height: 3px;
    margin-left: 0;
    margin-right: .3em;
  }

  .close-button.filter-close {
    z-index: 11;
    position: absolute;
    top: auto;
    left: auto;
    right: 16px;
  }

  .row.space-btwn {
    flex-wrap: wrap;
  }

  .col.col-4, .col.col-5 {
    width: 50%;
  }

  .col.col-6 {
    width: 33.3333%;
  }

  .col.col-3 {
    width: 50%;
  }

  .col.col-2 {
    width: 100%;
  }

  .section-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .flex {
    flex-wrap: wrap;
  }

  .page-navigation {
    margin-top: 2em;
  }

  .tab-link {
    text-align: center;
    flex-direction: column;
  }

  .wrapper-horizontal {
    flex-direction: column;
    padding-top: 0;
  }

  .wrapper-search {
    grid-column-gap: 0em;
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(0, 0) 1fr;
    position: relative;
  }

  .search-sidebar {
    z-index: 90;
    width: 80vw;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: scroll;
    transform: translate(-100%);
  }

  .search-bar {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: space-between;
    align-items: center;
    padding: 1.5em 1em;
    display: flex;
  }

  .heading-sidebar {
    z-index: 10;
    background-color: var(--neutral-20);
    min-height: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 16px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .search {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .filter-button {
    font-size: 16px;
  }

  .filters-list {
    grid-row-gap: 0em;
  }

  .accordion-item {
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .accordion-item-trigger {
    padding-top: .3em;
    padding-bottom: .3em;
  }

  .sub-accordion-item-trigger {
    padding-top: .2em;
    padding-bottom: .2em;
  }

  .dropdown-toggle-account {
    justify-content: flex-end;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown-toggle-account.w--open {
    justify-content: flex-end;
    width: 100%;
  }

  .dropdown-account {
    align-items: flex-end;
    width: 100%;
  }

  .tabs-settings {
    flex-direction: column;
  }

  .tabs-menu-settings {
    grid-row-gap: 0em;
    border-bottom: 1px solid var(--black-100);
    flex-flow: wrap;
    justify-content: center;
    padding: 0;
  }

  .tab-link-settings {
    border-color: var(--black-100);
    text-align: center;
    width: 50%;
    margin: -1px;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 1em;
  }

  .tab-link-settings.w--current {
    border: 1px solid var(--black-100);
    background-color: var(--neutral-100);
  }

  .wrapper-tab-content {
    min-height: 0;
    padding: 2rem 2em;
  }

  .form-inquiry {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .wrapper-lieu-item {
    justify-content: start;
  }

  .div-block {
    grid-template-columns: 1fr;
  }

  .heading-1 {
    font-size: 2.6em;
  }

  .heading-2 {
    font-size: 2em;
  }

  .heading-3 {
    font-size: 1.6em;
  }

  .heading-4 {
    font-size: 1.4em;
  }

  .heading-6 {
    font-size: 1.1em;
  }

  .filter-trigger {
    display: flex;
  }

  .container-intro-text {
    font-size: 2.1em;
    line-height: 1.3em;
  }

  .collection-item-lieu {
    width: 49%;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }

  h1 {
    font-size: 2.4em;
  }

  h2 {
    font-size: 1.8em;
  }

  h3 {
    font-size: 1.5em;
  }

  h4 {
    font-size: 1.3em;
  }

  h5 {
    font-size: 1.1em;
  }

  .button-grid {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-emphase {
    font-size: 1.2em;
  }

  .title-color {
    margin-bottom: 18px;
  }

  .style-guide-section {
    font-size: 15px;
  }

  .style-guide-hero {
    padding-bottom: 160px;
  }

  .style-guide-navigation {
    display: none;
  }

  .mobile-navigation {
    justify-content: space-between;
    align-items: center;
    min-height: 80px;
    padding: 19px 3%;
    display: flex;
  }

  .button {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .heading-hero {
    font-size: 2.4em;
  }

  .logo-style-guide {
    width: 160px;
  }

  .button-secondary {
    min-height: 38px;
    margin-top: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .colour {
    margin-bottom: 25px;
  }

  .navbar {
    height: 75px;
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .container-cta.in-header {
    flex-wrap: wrap;
  }

  .container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .header {
    padding-bottom: 2rem;
  }

  .header.subpages {
    min-height: 0;
    padding-top: 6rem;
    padding-bottom: 2rem;
    font-size: 16px;
  }

  .header.horizontal-page {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .container-heading {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-heading.hero {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  .masonry-gallery {
    column-count: 2;
  }

  .section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .wrapper-heading {
    grid-row-gap: 1em;
    flex-wrap: wrap;
  }

  .container-heading-line {
    min-width: 280px;
  }

  .container-content.frame {
    padding: 1em;
  }

  .content-block {
    margin-bottom: 1em;
    padding-left: 0;
  }

  .bottom-footer-container {
    grid-row-gap: .5em;
  }

  .cell {
    justify-content: center;
  }

  .cell-2 {
    align-items: center;
  }

  .wrapper-menu {
    top: 75px;
  }

  .brand-logo {
    min-width: 100px;
    max-width: 140px;
  }

  .container-menu-burger-button {
    order: 1;
    transition: background-color .2s ease-in-out, transform .2s ease-in-out;
    display: flex;
    position: relative;
  }

  .container-menu-burger-button:active {
    transform: scale(.9);
  }

  .line-burger-button.second {
    cursor: pointer;
  }

  .tag {
    font-size: 10px;
  }

  .col.col-6 {
    width: 50%;
  }

  .col.col-3, .col.col-2 {
    width: 100%;
  }

  .section-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .page-navigation {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .sign-in-form {
    grid-template-rows: auto auto auto auto auto auto auto auto;
  }

  .tab-link {
    font-size: .8em;
  }

  .tab-content {
    padding-top: 2em;
  }

  .sign-up-wrapper {
    padding: 2em;
  }

  .wrapper-search {
    grid-template-columns: minmax(0, 0) 1fr;
  }

  .search-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .search-form {
    width: 100%;
  }

  .tabs-menu-settings {
    justify-content: center;
  }

  .tab-link-settings {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    font-size: .9em;
  }

  .wrapper-lieu-item {
    grid-template-rows: minmax(180px, 1fr) auto;
    grid-template-columns: 1fr;
  }

  .div-block {
    grid-template-columns: 1fr 1fr;
  }

  .wrapper-image-item-lieu {
    max-width: 380px;
  }

  .heading-1 {
    font-size: 2.4em;
  }

  .heading-3 {
    font-size: 1.5em;
  }

  .heading-4 {
    font-size: 1.3em;
  }

  .heading-5 {
    font-size: 1.1em;
  }

  .heading-6 {
    font-size: 1em;
  }

  .mask-heading-header {
    margin-top: 0;
  }

  .container-intro-text {
    font-size: 1.8em;
    line-height: 1.2em;
  }

  .mask {
    margin-top: 0;
  }

  .collection-item-lieu {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.2em;
  }

  h2 {
    font-size: 1.8em;
  }

  .button-grid {
    grid-template-columns: 1fr;
  }

  .title-color {
    margin-bottom: 12px;
  }

  .button {
    font-size: .8em;
  }

  .button.button-ellipse {
    width: 2.6em;
    height: 2.6em;
    min-height: 36px;
  }

  .heading-hero {
    font-size: 2em;
    line-height: 110%;
  }

  .uppercase-text.footer-title {
    font-size: 1.1em;
  }

  .button-secondary {
    font-size: .75em;
  }

  .container-cta.grid {
    grid-row-gap: 1em;
    grid-template-columns: 1fr;
  }

  .container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .header.subpages {
    padding-bottom: 2rem;
    font-size: 15px;
  }

  .masonry-gallery {
    column-count: 1;
  }

  .location-item {
    width: 100%;
  }

  .wrapper-heading {
    justify-content: flex-end;
  }

  .container-heading-line {
    flex: 0 auto;
    width: 100%;
    min-width: 240px;
  }

  .item-card {
    padding: 1em;
  }

  .footer-content {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .footer-infos {
    max-width: none;
    font-size: 1em;
  }

  .cell {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .cell-2 {
    align-items: flex-start;
  }

  .wrapper-menu {
    grid-row-gap: 1em;
  }

  .brand-logo {
    min-width: 90px;
    max-width: 130px;
  }

  .footer-link {
    font-size: 1.1em;
  }

  .wrapper-sliders {
    grid-row-gap: 1em;
  }

  .cell-4 {
    display: none;
  }

  .col {
    padding-left: 0;
    padding-right: 0;
  }

  .col.col-4, .col.col-5, .col.col-6 {
    width: 100%;
  }

  .section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex.space-btwn {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .page-number, .pagination-control {
    width: 2.4em;
    height: 2.4em;
  }

  .pagination {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-wrap: wrap;
  }

  .page-navigation {
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .sign-in-form, .sign-in-form.form-2 {
    grid-template-columns: 1fr;
  }

  .email-verification {
    grid-template-columns: 2fr;
  }

  .tab-link {
    font-size: 1em;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .tab-content, .sign-up-wrapper {
    padding: 1em;
  }

  .text-tab {
    display: none;
  }

  .tabs-menu-settings {
    grid-row-gap: 0em;
  }

  .tab-link-settings {
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: .9em;
  }

  .wrapper-tab-content {
    padding-left: 1em;
    padding-right: 1em;
  }

  .form-settings {
    grid-template-columns: 1fr;
  }

  .wrapper-lieu-item {
    grid-template-rows: minmax(120px, 231px);
  }

  .div-block {
    grid-template-columns: 1fr;
  }

  .wrapper-image-item-lieu {
    align-items: center;
  }

  .heading-1 {
    font-size: 2.2em;
  }

  .heading-2 {
    font-size: 1.8em;
  }

  .container-intro-text {
    white-space: normal;
    font-size: 1.9em;
  }
}

#w-node-_8f86d190-16b0-bfab-ab64-138319b70912-06519a6b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-ed57e169-2da8-0214-afd4-fc34271155c3-06519a6b, #w-node-_382fbb93-0407-212b-3938-e4119b4ed8d4-06519a6b, #w-node-_5f6f8f73-ff7b-18bb-ba88-dd8e4caf8551-06519a6b, #w-node-_2ff55d89-502f-0736-e1c4-9195ce7fc33e-06519a6b, #w-node-d62e2f81-9796-8917-7ef9-4158ea962463-06519a6b, #w-node-e46c8ceb-e8be-7476-d369-b2d510ef1865-06519a6b, #w-node-c6a77ce7-7525-ff39-a1f4-3d0ebcc91c66-06519a6b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb98aefb-d2ce-f42f-6cf7-c74f9e1285f8-9e1285f6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr .5fr .75fr 1.5fr;
}

#w-node-bb98aefb-d2ce-f42f-6cf7-c74f9e1285f9-9e1285f6, #w-node-bb98aefb-d2ce-f42f-6cf7-c74f9e128603-9e1285f6, #w-node-bb98aefb-d2ce-f42f-6cf7-c74f9e12860b-9e1285f6, #w-node-bb98aefb-d2ce-f42f-6cf7-c74f9e128617-9e1285f6, #w-node-bb98aefb-d2ce-f42f-6cf7-c74f9e12861f-9e1285f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb98aefb-d2ce-f42f-6cf7-c74f9e12862f-9e1285f6 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr;
}

#w-node-bb98aefb-d2ce-f42f-6cf7-c74f9e128630-9e1285f6, #w-node-bb98aefb-d2ce-f42f-6cf7-c74f9e128633-9e1285f6, #w-node-a57ad832-0b67-c2e9-c96f-8b4ecdb0a76a-87b2d234 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a57ad832-0b67-c2e9-c96f-8b4ecdb0a76c-87b2d234 {
  align-self: stretch;
}

#w-node-_159b6cc4-7a1e-1b5a-a4fc-5abd571e873f-571e873f, #w-node-_2c1df076-585b-258a-dbcf-1f368887f193-8887f180 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0bbc1a3c-4433-9fdf-043b-67a45feb955f-3e2da33b {
  grid-area: 2 / 3 / 3 / 4;
  align-self: stretch;
}

#w-node-_1f4aa5aa-a42c-9749-5213-09393e2da348-3e2da33b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_1f4aa5aa-a42c-9749-5213-09393e2da347-3e2da33b {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_1f4aa5aa-a42c-9749-5213-09393e2da34b-3e2da33b {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_1f4aa5aa-a42c-9749-5213-09393e2da34f-3e2da33b {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_344646f4-72c1-b6a1-c10f-f874a072608e-95555abe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7781fa6e-2b22-a2cf-a17a-7230f0152271-95555abe {
  grid-area: Area;
}

#w-node-_4c6713eb-6e27-c175-1961-72919ea0ab87-95555abe {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-_0b45e1bd-37e6-f340-efe3-b209dd2bdf1a-95555abe {
  grid-area: 6 / 1 / 7 / 3;
}

#w-node-_0ad169fa-acff-d032-80a2-0fa09d2c942f-9d2c942e, #w-node-_2f8ddde1-4d5a-b870-b213-1c218e12e6e2-8e12e6e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e92dae00-5e11-300e-cbdd-5e42ec4f819f-ec4f8169 {
  grid-area: Area;
}

#w-node-e92dae00-5e11-300e-cbdd-5e42ec4f81a3-ec4f8169 {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-e92dae00-5e11-300e-cbdd-5e42ec4f81a4-ec4f8169 {
  grid-area: 6 / 1 / 7 / 3;
}

#w-node-e92dae00-5e11-300e-cbdd-5e42ec4f81a8-ec4f8169 {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-_405f707b-7dd2-0be1-98f6-ec135e9db5ec-3dbad37c, #w-node-b4d44810-59c1-18d0-ca7b-29c03848fe3e-3dbad37c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7be56911-4b01-643f-643c-a6ab0b309005-3dbad37c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2674a05e-590d-2927-4b84-84ce4431c76f-70731150 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_080eb82e-87a8-48bd-c28d-e8f90580258f-dfb07b7f {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-fe6f5b8d-fcd6-a9f8-0d0a-0b5e0619a4c0-dfb07b7f {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-c7c80f80-1a1b-364b-70a1-f72d1c605147-dfb07b7f {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_405f707b-7dd2-0be1-98f6-ec135e9db5ec-dfb07b7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4d44810-59c1-18d0-ca7b-29c03848fe3d-dfb07b7f {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-b4d44810-59c1-18d0-ca7b-29c03848fe3e-dfb07b7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1d2a952-a883-351a-117d-4aa64062515b-dfb07b7f {
  grid-area: 6 / 1 / 7 / 3;
}

#w-node-b1d2a952-a883-351a-117d-4aa64062515c-dfb07b7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7be56911-4b01-643f-643c-a6ab0b309005-dfb07b7f {
  grid-area: 7 / 1 / 8 / 3;
}

#w-node-_392639dc-2614-2f49-d10f-d6b1b9817952-dfb07b7f {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_392639dc-2614-2f49-d10f-d6b1b9817956-dfb07b7f {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_6ef021f4-ea82-5d4a-e0b7-e6c9b8c16f11-dfb07b7f {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_392639dc-2614-2f49-d10f-d6b1b9817966-dfb07b7f {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_392639dc-2614-2f49-d10f-d6b1b981796a-dfb07b7f {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-_26cc25d3-d7c4-bee1-a607-af7f00be63e2-dfb07b7f {
  grid-area: 4 / 3 / 5 / 5;
}

#w-node-_392639dc-2614-2f49-d10f-d6b1b9817962-dfb07b7f {
  grid-area: 4 / 5 / 5 / 7;
}

#w-node-_1f4ffae6-4c4a-8ab1-33cd-1611b23d5a24-3f4b9b9f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_1f4ffae6-4c4a-8ab1-33cd-1611b23d5a25-3f4b9b9f, #w-node-_1f4ffae6-4c4a-8ab1-33cd-1611b23d5a2b-3f4b9b9f, #w-node-_1f4ffae6-4c4a-8ab1-33cd-1611b23d5a39-3f4b9b9f, #w-node-_1f4ffae6-4c4a-8ab1-33cd-1611b23d5a3f-3f4b9b9f, #w-node-_1f4ffae6-4c4a-8ab1-33cd-1611b23d5a4d-3f4b9b9f, #w-node-_1f4ffae6-4c4a-8ab1-33cd-1611b23d5a53-3f4b9b9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6466cc7b-c044-5859-4665-3aa948ceeef7-3f4b9b9f {
  align-self: stretch;
}

#w-node-_44538366-b7ca-bd6f-d70a-7d887b62215d-7b62215b {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr .5fr .75fr 1.5fr;
}

#w-node-_44538366-b7ca-bd6f-d70a-7d887b62215e-7b62215b, #w-node-_44538366-b7ca-bd6f-d70a-7d887b622168-7b62215b, #w-node-_44538366-b7ca-bd6f-d70a-7d887b622170-7b62215b, #w-node-_44538366-b7ca-bd6f-d70a-7d887b62217c-7b62215b, #w-node-_44538366-b7ca-bd6f-d70a-7d887b622184-7b62215b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44538366-b7ca-bd6f-d70a-7d887b622194-7b62215b {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr;
}

#w-node-_44538366-b7ca-bd6f-d70a-7d887b622195-7b62215b, #w-node-_44538366-b7ca-bd6f-d70a-7d887b622198-7b62215b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_242edab9-e6ca-0468-6536-b7e9c1a14814-2fa6f013 {
  grid-area: Sidebar;
  align-self: stretch;
}

#w-node-ed5c00b4-dce0-ef23-f34c-25712fff5e65-2fa6f013, #w-node-_352f52f2-25ba-b1a6-53d7-0a3349f480d3-2fa6f013, #w-node-_6e5d6eb1-34da-74cc-e1b1-ef8da70855f7-2fa6f013 {
  grid-area: Search-Bar;
}

#w-node-_87f0d223-6f7d-588e-eec0-418f708faeb2-2fa6f013 {
  grid-area: Navigation;
  align-self: end;
}

#w-node-_344646f4-72c1-b6a1-c10f-f874a072608e-2fa6f013 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7781fa6e-2b22-a2cf-a17a-7230f0152271-2fa6f013 {
  grid-area: Area;
}

#w-node-_4c6713eb-6e27-c175-1961-72919ea0ab87-2fa6f013 {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-_0b45e1bd-37e6-f340-efe3-b209dd2bdf1a-2fa6f013 {
  grid-area: 6 / 1 / 7 / 3;
}

#w-node-add8db3a-4ee9-c494-8217-0a1504306237-9a6080cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-e9860edc-972e-38f6-c223-175db73482ac-c7b4d39f {
  grid-area: 4 / 1 / 5 / 3;
  justify-self: end;
}

#w-node-_74657792-254a-c3a5-6096-c8cb1d51455d-c7b4d39f, #w-node-_530cb05f-d1fd-43c7-4bb6-905ce8d3bd0d-c7b4d39f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e76d0660-d372-cbc5-d509-fa6846742e45-c7b4d39f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e76d0660-d372-cbc5-d509-fa6846742e46-c7b4d39f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73b182a4-b2f4-48f7-356f-dcfa2de3857b-c7b4d39f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_73b182a4-b2f4-48f7-356f-dcfa2de3857c-c7b4d39f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc118284-9120-a2be-9b76-e34b979e41d8-c7b4d39f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-dc118284-9120-a2be-9b76-e34b979e41d9-c7b4d39f, #w-node-dc118284-9120-a2be-9b76-e34b979e41da-c7b4d39f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_429e5e5d-fbce-8682-1a64-5899932c8514-c7b4d39f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_429e5e5d-fbce-8682-1a64-5899932c852c-c7b4d39f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_429e5e5d-fbce-8682-1a64-5899932c852d-c7b4d39f, #w-node-_429e5e5d-fbce-8682-1a64-5899932c852e-c7b4d39f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_841213ea-b51d-7756-d7ab-fd78f4c225b1-1616329e, #w-node-_40fb9a17-0e0f-0796-6c16-9b8e0d8ad279-1616329e, #w-node-_841213ea-b51d-7756-d7ab-fd78f4c225cb-1616329e, #w-node-_841213ea-b51d-7756-d7ab-fd78f4c225d0-1616329e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_841213ea-b51d-7756-d7ab-fd78f4c225cf-1616329e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f86d190-16b0-bfab-ab64-138319b70912-9aaffe6e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-ed57e169-2da8-0214-afd4-fc34271155c3-9aaffe6e, #w-node-_5f6f8f73-ff7b-18bb-ba88-dd8e4caf8551-9aaffe6e, #w-node-d62e2f81-9796-8917-7ef9-4158ea962463-9aaffe6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b795aca-bdba-9607-651f-b284db86242c-db86242a {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr .5fr .75fr 1.5fr;
}

#w-node-_0b795aca-bdba-9607-651f-b284db86242d-db86242a, #w-node-_0b795aca-bdba-9607-651f-b284db862437-db86242a, #w-node-_0b795aca-bdba-9607-651f-b284db862441-db86242a, #w-node-_0b795aca-bdba-9607-651f-b284db86244d-db86242a, #w-node-_0b795aca-bdba-9607-651f-b284db86245e-db86242a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b795aca-bdba-9607-651f-b284db86246e-db86242a {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr;
}

#w-node-_0b795aca-bdba-9607-651f-b284db86246f-db86242a, #w-node-_0b795aca-bdba-9607-651f-b284db862472-db86242a, #w-node-_81d4dfbd-80a1-3bed-5737-dc1534e12758-34e12757 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9860edc-972e-38f6-c223-175db73482ac-3f42d391 {
  grid-area: 4 / 1 / 5 / 3;
  justify-self: end;
}

#w-node-_74657792-254a-c3a5-6096-c8cb1d51455d-3f42d391, #w-node-_530cb05f-d1fd-43c7-4bb6-905ce8d3bd0d-3f42d391 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e76d0660-d372-cbc5-d509-fa6846742e45-3f42d391 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e76d0660-d372-cbc5-d509-fa6846742e46-3f42d391 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73b182a4-b2f4-48f7-356f-dcfa2de3857b-3f42d391 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_73b182a4-b2f4-48f7-356f-dcfa2de3857c-3f42d391 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc118284-9120-a2be-9b76-e34b979e41d8-3f42d391 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-dc118284-9120-a2be-9b76-e34b979e41d9-3f42d391, #w-node-dc118284-9120-a2be-9b76-e34b979e41da-3f42d391 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_429e5e5d-fbce-8682-1a64-5899932c8514-3f42d391 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_429e5e5d-fbce-8682-1a64-5899932c852c-3f42d391 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_429e5e5d-fbce-8682-1a64-5899932c852d-3f42d391, #w-node-_429e5e5d-fbce-8682-1a64-5899932c852e-3f42d391 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_392639dc-2614-2f49-d10f-d6b1b9817952-b3af11ff {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_392639dc-2614-2f49-d10f-d6b1b9817956-b3af11ff {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_6ef021f4-ea82-5d4a-e0b7-e6c9b8c16f11-b3af11ff {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_392639dc-2614-2f49-d10f-d6b1b9817966-b3af11ff {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_392639dc-2614-2f49-d10f-d6b1b981796a-b3af11ff {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-_26cc25d3-d7c4-bee1-a607-af7f00be63e2-b3af11ff {
  grid-area: 4 / 3 / 5 / 5;
}

#w-node-_392639dc-2614-2f49-d10f-d6b1b9817962-b3af11ff {
  grid-area: 4 / 5 / 5 / 7;
}

#w-node-_38f41e2b-f50a-cb61-2207-b44e426fe315-b03206c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38f41e2b-f50a-cb61-2207-b44e426fe317-b03206c1 {
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_8f86d190-16b0-bfab-ab64-138319b70912-06519a6b {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-ed57e169-2da8-0214-afd4-fc34271155c3-06519a6b, #w-node-_5f6f8f73-ff7b-18bb-ba88-dd8e4caf8551-06519a6b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d62e2f81-9796-8917-7ef9-4158ea962463-06519a6b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bb98aefb-d2ce-f42f-6cf7-c74f9e1285f8-9e1285f6 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr 1fr;
  }

  #w-node-bb98aefb-d2ce-f42f-6cf7-c74f9e1285f9-9e1285f6, #w-node-bb98aefb-d2ce-f42f-6cf7-c74f9e128603-9e1285f6, #w-node-bb98aefb-d2ce-f42f-6cf7-c74f9e12860b-9e1285f6, #w-node-bb98aefb-d2ce-f42f-6cf7-c74f9e128617-9e1285f6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bb98aefb-d2ce-f42f-6cf7-c74f9e12861f-9e1285f6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bb98aefb-d2ce-f42f-6cf7-c74f9e12862f-9e1285f6 {
    grid-template-rows: auto;
    grid-template-columns: .5fr .75fr;
  }

  #w-node-_0bbc1a3c-4433-9fdf-043b-67a45feb955f-3e2da33b {
    grid-area: 5 / 1 / 6 / 3;
    justify-self: center;
  }

  #w-node-_1f4ffae6-4c4a-8ab1-33cd-1611b23d5a24-3f4b9b9f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_1f4ffae6-4c4a-8ab1-33cd-1611b23d5a25-3f4b9b9f, #w-node-_1f4ffae6-4c4a-8ab1-33cd-1611b23d5a39-3f4b9b9f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1f4ffae6-4c4a-8ab1-33cd-1611b23d5a4d-3f4b9b9f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_44538366-b7ca-bd6f-d70a-7d887b62215d-7b62215b {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr 1fr;
  }

  #w-node-_44538366-b7ca-bd6f-d70a-7d887b62215e-7b62215b, #w-node-_44538366-b7ca-bd6f-d70a-7d887b622168-7b62215b, #w-node-_44538366-b7ca-bd6f-d70a-7d887b622170-7b62215b, #w-node-_44538366-b7ca-bd6f-d70a-7d887b62217c-7b62215b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_44538366-b7ca-bd6f-d70a-7d887b622184-7b62215b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_44538366-b7ca-bd6f-d70a-7d887b622194-7b62215b {
    grid-template-rows: auto;
    grid-template-columns: .5fr .75fr;
  }

  #w-node-_8f86d190-16b0-bfab-ab64-138319b70912-9aaffe6e {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-ed57e169-2da8-0214-afd4-fc34271155c3-9aaffe6e, #w-node-_5f6f8f73-ff7b-18bb-ba88-dd8e4caf8551-9aaffe6e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d62e2f81-9796-8917-7ef9-4158ea962463-9aaffe6e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0b795aca-bdba-9607-651f-b284db86242c-db86242a {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr 1fr;
  }

  #w-node-_0b795aca-bdba-9607-651f-b284db86242d-db86242a, #w-node-_0b795aca-bdba-9607-651f-b284db862437-db86242a, #w-node-_0b795aca-bdba-9607-651f-b284db862441-db86242a, #w-node-_0b795aca-bdba-9607-651f-b284db86244d-db86242a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0b795aca-bdba-9607-651f-b284db86245e-db86242a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0b795aca-bdba-9607-651f-b284db86246e-db86242a {
    grid-template-rows: auto;
    grid-template-columns: .5fr .75fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bb98aefb-d2ce-f42f-6cf7-c74f9e1285f8-9e1285f6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-bb98aefb-d2ce-f42f-6cf7-c74f9e12861f-9e1285f6 {
    grid-column: span 2 / span 2;
  }

  #w-node-bb98aefb-d2ce-f42f-6cf7-c74f9e12862f-9e1285f6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-bb98aefb-d2ce-f42f-6cf7-c74f9e128630-9e1285f6, #w-node-bb98aefb-d2ce-f42f-6cf7-c74f9e128633-9e1285f6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c7c80f80-1a1b-364b-70a1-f72d1c605147-3dbad37c {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-b4d44810-59c1-18d0-ca7b-29c03848fe3d-3dbad37c {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-c7c80f80-1a1b-364b-70a1-f72d1c605147-dfb07b7f {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-b4d44810-59c1-18d0-ca7b-29c03848fe3d-dfb07b7f {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-b1d2a952-a883-351a-117d-4aa64062515b-dfb07b7f {
    grid-area: 7 / 1 / 8 / 3;
  }

  #w-node-_7be56911-4b01-643f-643c-a6ab0b309005-dfb07b7f {
    grid-area: 8 / 1 / 9 / 3;
  }

  #w-node-_44538366-b7ca-bd6f-d70a-7d887b622194-7b62215b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_44538366-b7ca-bd6f-d70a-7d887b622195-7b62215b, #w-node-_44538366-b7ca-bd6f-d70a-7d887b622198-7b62215b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e76d0660-d372-cbc5-d509-fa6846742e45-c7b4d39f, #w-node-_73b182a4-b2f4-48f7-356f-dcfa2de3857b-c7b4d39f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_0b795aca-bdba-9607-651f-b284db86246e-db86242a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0b795aca-bdba-9607-651f-b284db86246f-db86242a, #w-node-_0b795aca-bdba-9607-651f-b284db862472-db86242a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e76d0660-d372-cbc5-d509-fa6846742e45-3f42d391, #w-node-_73b182a4-b2f4-48f7-356f-dcfa2de3857b-3f42d391 {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8f86d190-16b0-bfab-ab64-138319b70912-06519a6b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ed57e169-2da8-0214-afd4-fc34271155c3-06519a6b, #w-node-_5f6f8f73-ff7b-18bb-ba88-dd8e4caf8551-06519a6b, #w-node-d62e2f81-9796-8917-7ef9-4158ea962463-06519a6b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bb98aefb-d2ce-f42f-6cf7-c74f9e1285f8-9e1285f6 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-bb98aefb-d2ce-f42f-6cf7-c74f9e1285f9-9e1285f6, #w-node-bb98aefb-d2ce-f42f-6cf7-c74f9e128603-9e1285f6, #w-node-bb98aefb-d2ce-f42f-6cf7-c74f9e12860b-9e1285f6, #w-node-bb98aefb-d2ce-f42f-6cf7-c74f9e128617-9e1285f6, #w-node-bb98aefb-d2ce-f42f-6cf7-c74f9e12861f-9e1285f6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1f4aa5aa-a42c-9749-5213-09393e2da34f-3e2da33b {
    grid-column-start: 1;
  }

  #w-node-c7c80f80-1a1b-364b-70a1-f72d1c605147-3dbad37c, #w-node-b4d44810-59c1-18d0-ca7b-29c03848fe3d-3dbad37c {
    grid-column-end: 2;
  }

  #w-node-_7be56911-4b01-643f-643c-a6ab0b309005-3dbad37c {
    grid-column: span 1 / span 1;
  }

  #w-node-_080eb82e-87a8-48bd-c28d-e8f90580258f-dfb07b7f, #w-node-fe6f5b8d-fcd6-a9f8-0d0a-0b5e0619a4c0-dfb07b7f, #w-node-c7c80f80-1a1b-364b-70a1-f72d1c605147-dfb07b7f, #w-node-b4d44810-59c1-18d0-ca7b-29c03848fe3d-dfb07b7f, #w-node-b1d2a952-a883-351a-117d-4aa64062515b-dfb07b7f, #w-node-_7be56911-4b01-643f-643c-a6ab0b309005-dfb07b7f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_392639dc-2614-2f49-d10f-d6b1b9817952-dfb07b7f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_392639dc-2614-2f49-d10f-d6b1b9817956-dfb07b7f {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_6ef021f4-ea82-5d4a-e0b7-e6c9b8c16f11-dfb07b7f {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-_392639dc-2614-2f49-d10f-d6b1b9817966-dfb07b7f, #w-node-_392639dc-2614-2f49-d10f-d6b1b981796a-dfb07b7f, #w-node-_26cc25d3-d7c4-bee1-a607-af7f00be63e2-dfb07b7f, #w-node-_392639dc-2614-2f49-d10f-d6b1b9817962-dfb07b7f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1f4ffae6-4c4a-8ab1-33cd-1611b23d5a24-3f4b9b9f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1f4ffae6-4c4a-8ab1-33cd-1611b23d5a25-3f4b9b9f, #w-node-_1f4ffae6-4c4a-8ab1-33cd-1611b23d5a39-3f4b9b9f, #w-node-_1f4ffae6-4c4a-8ab1-33cd-1611b23d5a4d-3f4b9b9f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_44538366-b7ca-bd6f-d70a-7d887b62215d-7b62215b {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_44538366-b7ca-bd6f-d70a-7d887b62215e-7b62215b, #w-node-_44538366-b7ca-bd6f-d70a-7d887b622168-7b62215b, #w-node-_44538366-b7ca-bd6f-d70a-7d887b622170-7b62215b, #w-node-_44538366-b7ca-bd6f-d70a-7d887b62217c-7b62215b, #w-node-_44538366-b7ca-bd6f-d70a-7d887b622184-7b62215b, #w-node-e9860edc-972e-38f6-c223-175db73482ac-c7b4d39f, #w-node-e76d0660-d372-cbc5-d509-fa6846742e45-c7b4d39f, #w-node-_73b182a4-b2f4-48f7-356f-dcfa2de3857b-c7b4d39f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_429e5e5d-fbce-8682-1a64-5899932c8514-c7b4d39f, #w-node-_429e5e5d-fbce-8682-1a64-5899932c852c-c7b4d39f {
    grid-column: span 1 / span 1;
  }

  #w-node-_8f86d190-16b0-bfab-ab64-138319b70912-9aaffe6e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ed57e169-2da8-0214-afd4-fc34271155c3-9aaffe6e, #w-node-_5f6f8f73-ff7b-18bb-ba88-dd8e4caf8551-9aaffe6e, #w-node-d62e2f81-9796-8917-7ef9-4158ea962463-9aaffe6e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0b795aca-bdba-9607-651f-b284db86242c-db86242a {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_0b795aca-bdba-9607-651f-b284db86242d-db86242a, #w-node-_0b795aca-bdba-9607-651f-b284db862437-db86242a, #w-node-_0b795aca-bdba-9607-651f-b284db862441-db86242a, #w-node-_0b795aca-bdba-9607-651f-b284db86244d-db86242a, #w-node-_0b795aca-bdba-9607-651f-b284db86245e-db86242a, #w-node-e9860edc-972e-38f6-c223-175db73482ac-3f42d391, #w-node-e76d0660-d372-cbc5-d509-fa6846742e45-3f42d391, #w-node-_73b182a4-b2f4-48f7-356f-dcfa2de3857b-3f42d391 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_429e5e5d-fbce-8682-1a64-5899932c8514-3f42d391, #w-node-_429e5e5d-fbce-8682-1a64-5899932c852c-3f42d391 {
    grid-column: span 1 / span 1;
  }

  #w-node-_392639dc-2614-2f49-d10f-d6b1b9817952-b3af11ff {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_392639dc-2614-2f49-d10f-d6b1b9817956-b3af11ff {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_6ef021f4-ea82-5d4a-e0b7-e6c9b8c16f11-b3af11ff {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-_392639dc-2614-2f49-d10f-d6b1b9817966-b3af11ff, #w-node-_392639dc-2614-2f49-d10f-d6b1b981796a-b3af11ff, #w-node-_26cc25d3-d7c4-bee1-a607-af7f00be63e2-b3af11ff, #w-node-_392639dc-2614-2f49-d10f-d6b1b9817962-b3af11ff {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


