:root {
  --body-display: #f1d8e0;
  --light-outline: #ffffff1a;
  --background: #f7e3e9;
  --brulin-touch: #ff0054;
  --outline: #eff3f8;
  --extra-dark: #911647;
  --dark: #232c3a;
  --font-family: fieldwork-hum, sans-serif;
  --dark-outlune: #ffecd1;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.25em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  color: var(--body-display);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.65em;
}

blockquote {
  border-left: 1px solid var(--light-outline);
  background-color: #ffffff08;
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 24px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.65em;
}

.hero-section {
  z-index: 20;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section.small {
  min-height: auto;
  padding-top: 0;
  padding-bottom: 170px;
}

.hero-section.no-clip {
  overflow: visible;
}

.background-wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background {
  background-image: url('../images/Comp001.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: -5px;
  position: absolute;
  inset: 0%;
}

.background.two {
  background-image: url('../images/brulin_debarras-1.jpg');
  background-position: 50% 0;
}

.background.testimonial-background {
  background-image: url('../images/brulin_debarras-64.jpg');
}

.background.founder-quote-background {
  background-image: url('../images/brulin_debarras-31.jpg');
}

.overlay {
  z-index: 3;
  background-color: #380a1c7d;
  position: absolute;
  inset: 0%;
}

.overlay.light {
  background-color: #060b184d;
}

.overlay.dark {
  background-color: #03060cb3;
}

.navbar {
  z-index: 300;
  background-color: #fff0;
  justify-content: center;
  align-items: flex-start;
  height: 0;
  max-height: 0;
  padding: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-wrapper {
  z-index: 35;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  border: 1px solid var(--light-outline);
  color: #fff;
  background-color: #91164766;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  height: 75px;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.nav-link {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-menu {
  display: none;
}

.reel-link {
  z-index: 25;
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  border-right: 1px none var(--light-outline);
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 0;
  text-decoration: none;
  display: grid;
  position: relative;
}

.dot {
  background-color: var(--brulin-touch);
  border-radius: 100%;
  width: 6px;
  height: 6px;
}

.dot.large {
  background-color: #0000;
  border: 2px solid #fff;
  width: 12px;
  height: 12px;
  margin-left: 18px;
  margin-right: 18px;
}

.dot.large.solid {
  background-color: #fff;
}

.brand {
  z-index: 25;
  border-right: 1px solid var(--light-outline);
  border-left: 1px solid var(--light-outline);
  color: #fff;
  letter-spacing: .03em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-left: -1px;
  margin-right: -1px;
  font-size: 22px;
  font-weight: 600;
  display: flex;
}

.body {
  background-color: var(--background);
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.nav-right {
  z-index: 25;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.light-separator {
  background-color: var(--light-outline);
  width: 1px;
  margin-top: 18px;
  margin-bottom: 18px;
}

.light-separator.dot {
  width: 36px;
  height: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

.nav-text {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: fieldwork-hum, sans-serif;
  font-size: 11px;
  font-weight: 300;
}

.menu-button {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 100%;
  display: flex;
}

.lottie-animation {
  filter: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  display: flex;
}

.page-title {
  cursor: default;
  justify-content: center;
  align-items: center;
  padding-right: 32px;
  display: flex;
}

.hero-content {
  z-index: 35;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  flex-direction: column;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  place-items: flex-end end;
  width: 100vw;
  max-width: 100vw;
  margin-top: 0;
  padding-top: 339px;
  padding-bottom: 18px;
  position: relative;
  overflow: hidden;
}

.hero-content.home {
  padding-top: 0;
}

.hero-content.services {
  padding-top: 228px;
}

.hero-content.entreprise {
  padding-top: 299px;
}

.rotate-text-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  display: grid;
}

.rotate-text-wrapper.bottom-text {
  align-items: center;
}

.rotate-text-wrapper.top-text {
  z-index: 20;
  grid-column-gap: 20px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.rotate-heading {
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: fieldwork-hum, sans-serif;
  font-size: 6vw;
  font-weight: 800;
  line-height: 1.6em;
}

.rotate-heading.wrap-text {
  text-align: center;
  white-space: normal;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.rotating-text-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: stretch;
  justify-items: center;
  display: grid;
  position: relative;
  inset: 0% auto 0% 0%;
}

.rotating-text-wrapper.bottom-text {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  justify-items: end;
  display: grid;
  left: auto;
  right: 0;
}

.rotating-text-wrapper.top-text {
  left: auto;
}

.hero-wrapper {
  z-index: 25;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 36px;
  padding-bottom: 48px;
  display: grid;
  position: relative;
}

.scroll-link {
  z-index: 200;
  border: 1px solid var(--light-outline);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  padding: 36px 150px 150px 36px;
  display: flex;
  position: absolute;
  inset: auto -150px -150px auto;
}

.hero-links {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  grid-template: ". Area"
  / 1fr auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  display: grid;
}

.underline-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--outline);
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 6px 4px;
  font-size: 11px;
  text-decoration: none;
  position: relative;
}

.underline-link.dark {
  border-bottom-color: var(--light-outline);
  color: #fff;
  position: relative;
}

.section {
  z-index: 20;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 66px;
  font-size: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.verticle-border {
  border-top: 1px solid var(--light-outline);
  border-bottom: 1px solid var(--light-outline);
}

.section.verticle-border.no-padding {
  background-color: var(--background);
}

.section.verticle-border.no-padding.trait {
  border-top-color: var(--brulin-touch);
}

.section.verticle-border.no-padding.trait.dark {
  background-color: var(--extra-dark);
}

.section.no-clip {
  display: none;
  overflow: visible;
}

.section.no-clip.top-border {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 90px;
  display: flex;
}

.section.no-clip.no-bottom-padding {
  padding-bottom: 0;
  display: flex;
}

.section.no-clip.no-top-padding {
  display: flex;
}

.section.top-border {
  border-top: 1px solid var(--light-outline);
  padding-bottom: 0;
}

.section.top-border.no-padding {
  display: none;
}

.section.top-border.footer {
  background-color: var(--extra-dark);
  background-image: linear-gradient(#911647c4, #911647c4), url('../images/sylvain_brulin_debarras_2---Grande.jpeg'), linear-gradient(#00000080, #00000080);
  background-position: 0 0, 50%, 0 0;
  background-size: auto, cover, auto;
  padding-top: 0;
  padding-bottom: 79px;
}

.section.top-border.footer.faq {
  background-color: var(--dark);
  padding-bottom: 0;
}

.section.large {
  padding-top: 82px;
  padding-bottom: 81px;
}

.section.no-top-padding {
  padding-top: 0;
}

.section.no-bottom-padding {
  padding-bottom: 0;
}

.section.small-top-padding {
  padding-top: 85px;
}

.grid-wrapper {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 0;
  display: grid;
  position: relative;
}

.grid-wrapper.indicator-grid-wrapper {
  z-index: 10;
  align-content: end;
  height: 0;
}

.grid-wrapper.zero-height {
  height: 0;
}

.grid-wrapper.mention-legale {
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: minmax(5vw, 1fr);
  grid-auto-flow: column;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 128px;
  display: flex;
}

.grain {
  z-index: 1;
  opacity: .02;
  background-image: url('../images/noise.gif');
  background-position: 50%;
  background-size: auto;
  position: fixed;
  inset: 0%;
}

.grain.in-element {
  width: 100vw;
  height: 100vh;
  min-height: 100%;
  position: absolute;
  inset: auto;
}

.grain.in-nav {
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.subtitle {
  z-index: 10;
  color: var(--extra-dark);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: fieldwork-hum, sans-serif;
  font-size: 11px;
  font-weight: 300;
  position: relative;
}

.subtitle.small {
  font-family: fieldwork-hum, sans-serif;
  font-size: 10px;
}

.subtitle.small.clair {
  color: var(--background);
}

.subtitle.dark {
  color: #000c;
}

.subtitle.name {
  color: var(--dark);
  font-size: 29px;
  font-weight: 800;
}

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

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

.stacked-content.large {
  grid-row-gap: 80px;
}

.horizontal-line {
  background-color: var(--light-outline);
  height: 1px;
}

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

.card {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border: 1px solid var(--light-outline);
  background-color: var(--extra-dark);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  min-height: 350px;
  padding: 36px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.card.boutique {
  min-height: 150px;
}

.video-cover {
  justify-content: flex-start;
  align-items: center;
  width: 50vw;
  height: 100%;
  min-height: 80vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.video-clip {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.background-video {
  width: 100%;
  height: 100%;
}

.play-video {
  z-index: 50;
  border: 1px solid var(--light-outline);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: -60px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.left-intro {
  grid-column-gap: 16px;
  grid-row-gap: 180px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  max-width: 450px;
  margin-top: 74px;
  margin-bottom: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: grid;
}

.stacked-title {
  grid-column-gap: 10px;
  grid-row-gap: 34px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stacked-title.centered {
  text-align: center;
}

.card-link {
  border: 1px solid var(--light-outline);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 15px 12px;
  display: flex;
}

.service-card-top {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-right: -36px;
  display: grid;
}

.body-display {
  color: var(--body-display);
  font-family: fieldwork-hum, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.65em;
}

.body-display.small {
  color: var(--extra-dark);
  font-family: fieldwork-hum, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7em;
}

.body-display.dual-paragraph {
  color: var(--extra-dark);
  column-count: 2;
  flex-flow: column;
  column-gap: 60px;
  max-width: 600px;
  font-weight: 300;
  display: flex;
}

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

.medium-width {
  max-width: 600px;
}

.full-screen-menu {
  background-color: var(--brulin-touch);
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.menu-content {
  z-index: 25;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  min-height: 100vh;
  padding-top: 200px;
  display: grid;
  position: absolute;
  inset: 0%;
}

.menu-center {
  background-color: #05070a21;
  border-radius: 100%;
  justify-content: center;
  align-items: flex-start;
  width: 55vw;
  height: 53vw;
  margin-bottom: -45vw;
  display: flex;
  position: relative;
}

.menu-pin {
  background-color: #fff;
  width: 1px;
  height: 80px;
  margin-top: -40px;
}

.menu-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: center;
  width: 200vw;
  margin-bottom: 80px;
  display: flex;
}

.menu-link {
  color: #fff;
  letter-spacing: -.025em;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 46px;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  font-size: 6vw;
  font-weight: 600;
  line-height: 1.1em;
  text-decoration: none;
  transition: border-color .45s cubic-bezier(.444, .112, .25, 1);
  display: flex;
  position: relative;
  transform: none;
}

.menu-link:hover {
  border-bottom: 2px solid var(--brulin-touch);
}

.menu-link.w--current {
  opacity: 1;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 46px;
  padding-left: 2.5vw;
}

.menu-link.w--current:hover {
  border-style: solid;
  border-width: 0 0 2px;
  border-color: var(--brulin-touch);
  border-radius: 0;
  padding-bottom: 46px;
}

.title {
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.menu-items {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  display: flex;
  overflow: hidden;
}

.heading {
  color: var(--brulin-touch);
  letter-spacing: 0;
  font-family: fieldwork-hum, sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.3em;
}

.heading.large {
  text-transform: uppercase;
  font-family: fieldwork-hum, sans-serif;
  font-size: 52px;
  font-weight: 800;
}

.heading.medium {
  font-size: 28px;
}

.heading.medium-width {
  text-transform: uppercase;
  font-size: 40px;
}

.heading.medium-width.enterprise {
  text-transform: none;
}

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

.background-cover {
  position: absolute;
  inset: 0%;
}

.background-cover.body {
  background-color: var(--brulin-touch);
  justify-content: center;
  align-items: center;
  display: flex;
}

.grain-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.project-item {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.project-item:nth-child(2n) {
  flex-direction: row-reverse;
  margin-left: 0;
  margin-right: -9px;
}

.project-image {
  z-index: 25;
  flex: 0 auto;
  width: 66.66%;
  min-height: 475px;
  padding-left: 0;
  padding-right: 9px;
  position: relative;
  overflow: visible;
}

.sticky-circle {
  border: 1px solid var(--light-outline);
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-top: 355px;
  padding-left: 4px;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  position: sticky;
  bottom: 80px;
}

.sticky-circle.no-top {
  z-index: 50;
  background-color: var(--extra-dark);
  margin-top: 0;
}

.left-sidebar {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.outline-circle-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 120px;
  height: 120px;
  display: grid;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.outline-clip {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.outline-clip.bottom {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.outline-clip.top {
  width: 50%;
  display: flex;
}

.outline-circle {
  border: 1px solid var(--brulin-touch);
  border-radius: 100%;
  width: 120px;
  min-width: 120px;
  height: 120px;
  min-height: 120px;
}

.circle-link-text {
  z-index: 20;
  color: var(--background);
  font-family: fieldwork-hum, sans-serif;
  font-weight: 300;
  position: relative;
}

.project-card-info {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  width: 28%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.testimonial-items {
  background-color: var(--extra-dark);
  min-height: 450px;
  margin-left: -79px;
  position: relative;
  overflow: hidden;
}

.dark-fill {
  background-color: var(--extra-dark);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.testimonial-slider {
  z-index: 500;
  background-color: #fff0;
  height: 100%;
  padding-left: 80px;
  position: relative;
}

.left-arrow {
  border-right: 1px solid var(--light-outline);
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 50%;
  display: none;
  inset: 0% auto auto 0%;
}

.left-arrow.bottom {
  border-top: 1px solid var(--light-outline);
  display: none;
  inset: auto auto 0% 0%;
}

.slide-nav {
  display: none;
}

.four-column {
  z-index: 25;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 141px;
  margin-bottom: 72px;
  display: grid;
  position: relative;
}

.testimonial-card {
  z-index: 20;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding: 80px 0;
  display: grid;
  position: relative;
}

.testimonial-image {
  min-height: 425px;
  margin-left: -24px;
  position: relative;
  overflow: hidden;
}

.testimonial-quote {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding: 0 80px;
  display: grid;
}

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

.avatar {
  background-image: url('../images/031.jpeg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 80px;
  height: 80px;
}

.avatar.one {
  background-image: url('../images/pp-avis-daniel.jpg');
}

.avatar.founder-avatar {
  background-image: url('../images/brulin_debarras-63.jpg');
}

.avatar.two {
  background-image: url('../images/Avatar004.jpeg');
  background-position: 50% 40%;
}

.avatar.three {
  background-image: url('../images/Avatar005.jpeg');
}

.avatar.four {
  background-image: url('../images/Avatar006.jpeg');
}

.avatar.five {
  background-image: url('../images/Avatar007.jpeg');
}

.testimonial-name {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.client-name {
  text-transform: uppercase;
  font-family: fieldwork-hum, sans-serif;
  font-size: 18px;
  font-weight: 800;
}

.news-top {
  z-index: 25;
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  margin-left: -84px;
  display: grid;
  position: relative;
}

.verticle-icons {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: sticky;
  top: 137px;
}

.journal-title {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: -9px;
  display: grid;
}

.journal-banner {
  min-height: 350px;
}

.project-hero {
  z-index: 20;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.news-list {
  border-top: 1px solid var(--light-outline);
}

.news-list-item {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--light-outline);
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: grid;
  position: relative;
}

.news-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: start;
  place-items: end start;
  height: 48px;
  margin-top: -3px;
  display: grid;
}

.news-title-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 180px;
  display: flex;
  overflow: hidden;
}

.fixed-hover-image {
  z-index: 200;
  border-radius: 100%;
  width: 260px;
  height: 260px;
  display: none;
  position: fixed;
  inset: auto auto 36px 36px;
  overflow: hidden;
}

.news-dot {
  background-color: #fff;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  margin-top: 8px;
}

.clip-heading {
  letter-spacing: .02em;
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
}

.news-line {
  background-color: var(--light-outline);
  width: 60px;
  height: 1px;
}

.centered-intro {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.arrow-base {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  min-width: 200px;
  margin-bottom: -60px;
  margin-left: -200px;
  margin-right: -200px;
  display: grid;
  transform: rotate(-25deg);
}

.arrow-base.right {
  grid-template-columns: auto 1fr;
  transform: rotate(25deg);
}

.arrow-line {
  background-color: var(--light-outline);
  width: 100%;
  height: 1px;
}

.arrow-line.left, .arrow-line.right {
  background-color: var(--background);
}

.arrow-corner {
  border-style: solid solid none none;
  border-width: 1px;
  border-color: var(--light-outline);
  width: 24px;
  height: 24px;
  margin-left: -12px;
  transform: rotate(45deg);
}

.arrow-corner.right {
  border-style: solid none none solid;
  border-top-color: var(--background);
  border-left-color: var(--outline);
  margin-left: 0;
  margin-right: -12px;
  transform: rotate(-45deg);
}

.arrow-corner.left {
  border-top-color: var(--background);
  border-right-color: var(--outline);
}

.button-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  margin-left: -100px;
  margin-right: -100px;
  display: grid;
}

.button {
  z-index: 25;
  border: 1px solid var(--light-outline);
  background-color: var(--dark);
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 300px;
  padding: 24px 60px;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-outline {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-radius: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-outline-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.button-outline-wrapper.left {
  -webkit-text-stroke-color: var(--brulin-touch);
  width: 50%;
}

.button-outline-wrapper.right {
  justify-content: flex-end;
  width: 50%;
}

.button-outline-fill {
  border: 1px solid #fff;
  border-radius: 100%;
  width: 200%;
  min-width: 300px;
  height: 100%;
}

.footer-menu-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--light-outline);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: flex-start center;
  padding: 65px 0;
  text-decoration: none;
  display: grid;
}

.project-banner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-width: 80vw;
  min-height: 700px;
  display: grid;
  position: relative;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.scrol-indicator-wrapper {
  z-index: 20;
  align-items: flex-end;
  width: 0;
  height: 0;
  max-height: 0;
  margin-bottom: 90px;
  padding-bottom: 80px;
  display: flex;
  position: sticky;
  bottom: 0;
}

.page-wrapper {
  flex-direction: column;
  display: flex;
}

.project-description {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-width: 265px;
  padding-bottom: 80px;
  padding-right: 60px;
  display: grid;
}

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

.stacked-intro.centered {
  text-align: center;
}

.rotating-circles {
  border-left: 1px solid var(--light-outline);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  min-height: 400px;
  padding-top: 170px;
  padding-bottom: 170px;
  display: flex;
}

.circle {
  border: 1px solid var(--light-outline);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 475px;
  height: 225px;
  margin-left: 0;
  margin-right: -60px;
  display: flex;
}

.circle-items {
  display: flex;
}

.circles-rotating-wrapper {
  display: flex;
  position: absolute;
  overflow: hidden;
}

.project-details {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.gallery-slider {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 50px;
  display: flex;
}

.gallery-arrow {
  z-index: 25;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 12px;
  display: flex;
  inset: 0% auto 0% -75%;
}

.gallery-arrow.right {
  margin-right: 12px;
  inset: 0% -75% 0% auto;
}

.item-slide-nav {
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-end;
  width: 50%;
  max-width: 700px;
  height: 50px;
  padding-top: 0;
  display: flex;
  top: auto;
  left: auto;
  right: auto;
}

.gallery-mask {
  width: 50%;
  max-width: 700px;
  padding-left: 6px;
  padding-right: 6px;
  overflow: visible;
}

.gallery-image {
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 80vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery-slide {
  height: 80vh;
  overflow: hidden;
}

.view-link {
  z-index: 20;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 18px 32px;
  display: none;
  position: fixed;
  inset: -42px auto auto -55px;
}

.gallery-image-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.gallery-background {
  background-image: url('../images/Portrait23.jpeg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
  position: absolute;
  inset: auto 0% 0%;
}

.gallery-background.one {
  background-image: url('../images/brulin_debarras-63.jpg');
  background-position: 50% 40%;
}

.gallery-background.three {
  background-image: url('../images/brulin_debarras-62.jpg');
  background-position: 50% 10%;
}

.gallery-background.two {
  background-image: url('../images/brulin_debarras-59.jpg');
}

.gallery-background.four {
  background-image: url('../images/brulin_debarras-60.jpg');
  background-position: 50% 30%;
}

.gallery-background.five {
  background-image: url('../images/brulin_debarras-61.jpg');
  background-position: 100% 40%;
}

.about-hero {
  z-index: 25;
  justify-content: center;
  min-height: 800px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-hero.small {
  min-height: 650px;
}

.project-image-wrapper {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.card-info {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  height: 100%;
  display: grid;
}

.showcase-image-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: -24px;
  padding-top: 6px;
  padding-bottom: 0;
  display: grid;
}

.showcase-image {
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 101px;
  overflow: hidden;
}

.showcase-wrapper {
  margin: -1px -2px -2px -1px;
  position: relative;
  overflow: hidden;
}

.showcase-wrapper.two {
  flex-direction: column;
  margin-top: 36px;
  margin-left: 36px;
  display: flex;
}

.showcase-wrapper.three {
  margin-top: 72px;
  margin-left: 72px;
}

.showcase-wrapper.four {
  margin-top: 108px;
  margin-left: 108px;
}

.showcase-wrapper.five {
  margin-top: 144px;
  margin-left: 144px;
}

.project-arrow-link {
  z-index: 25;
  width: 25%;
  min-width: 60vw;
  margin-right: 75%;
  inset: 0% 0% 0% auto;
}

.hero-image {
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.hero-image.circle-masking {
  justify-content: center;
  width: 120vw;
  min-width: 120vw;
  height: 130vh;
  display: flex;
  inset: auto;
}

.hero-image.full {
  width: 120vw;
  height: 130vh;
  min-height: 110%;
  inset: auto;
}

.hover-circle {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 15vw;
  height: 15vw;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.hover-circle-wrapper {
  z-index: 30;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 1119.63vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-image-wrapper.left {
  z-index: 20;
  width: 100vw;
}

.full-hero {
  justify-content: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-list {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-top: 1px none var(--light-outline);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-list-item {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--dark);
  border-bottom: 1px none var(--light-outline);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 275px;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 0;
  display: grid;
  position: relative;
}

.service-list-item.bottom {
  padding-bottom: 0;
}

.service-icon {
  border: 1px solid var(--dark);
  background-color: var(--dark);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 14px;
  display: flex;
  position: absolute;
  inset: -30px auto auto 0%;
  overflow: hidden;
}

.service-icon.small {
  width: 48px;
  height: 48px;
  padding: 16px;
  top: -24px;
}

.service-icon.small.color {
  background-color: var(--brulin-touch);
}

.service-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-right: 1px solid var(--dark);
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 60px;
  padding-right: 72px;
  display: grid;
}

.service-description {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 36px;
  display: grid;
}

.core-value-grid {
  grid-column-gap: 48px;
  grid-row-gap: 80px;
  border-top: 1px none var(--light-outline);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.core-value {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  border-top: 1px solid var(--light-outline);
  border-bottom: 1px none var(--light-outline);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  min-height: 150px;
  padding: 48px 0 0 48px;
  display: grid;
  position: relative;
}

.client-quote {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
  position: relative;
}

.contact-wrapper {
  z-index: 35;
  background-color: var(--background);
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.form-block {
  z-index: 50;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 92px;
  display: grid;
}

.field-block {
  grid-column-gap: 18px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-field {
  border: 1px solid var(--extra-dark);
  color: #fff;
  background-color: #fff0;
  border-radius: 2px;
  min-height: 60px;
  margin-bottom: 0;
  padding: 18px 22px;
  font-family: fieldwork-hum, sans-serif;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.text-field:focus {
  background-color: #12151a4d;
  border-color: #ffffff40;
  padding-left: 26px;
}

.text-field::placeholder {
  color: #232c3a9e;
  font-weight: 300;
}

.text-field.large {
  min-height: 160px;
  font-family: fieldwork-hum, sans-serif;
}

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

.submit-button {
  border: 1px solid var(--light-outline);
  background-color: var(--dark);
  letter-spacing: 4px;
  text-transform: uppercase;
  border-radius: 100%;
  padding: 26px 18px;
  font-size: 14px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.submit-button:hover {
  border-color: #fff;
}

.social-block {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.social-icon-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.social-icon {
  border: 1px solid var(--light-outline);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 14px;
  display: flex;
}

.social-icon.small {
  width: 36px;
  height: 36px;
  padding: 9px;
}

.preloader {
  z-index: 500;
  background-color: var(--brulin-touch);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.preloader-content {
  z-index: 100;
  border: 1px solid var(--light-outline);
  border-radius: 100%;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.preloader-outline-circle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin: -1px;
  display: grid;
  position: absolute;
  inset: 0%;
}

.preloader-outline-wrapper {
  flex-direction: column;
  align-items: stretch;
  width: 0%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preloader-outline {
  border: 1px solid var(--dark);
  border-radius: 100%;
  width: 200px;
  min-width: 200px;
  height: 200px;
  min-height: 200px;
  position: absolute;
  inset: 0% 0% auto;
}

.preloader-outline.bottom {
  inset: auto 0% 0% auto;
}

.gallery-content {
  z-index: 50;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#12151a1a, #12151acc);
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: end space-between;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  padding: 120px 0 48px;
  display: grid;
  position: absolute;
  overflow: hidden;
}

.rotating-card-text {
  justify-content: flex-end;
  width: 100%;
  display: flex;
  position: absolute;
  overflow: visible;
}

.social-icon-image {
  z-index: 20;
  width: 18px;
  position: relative;
}

.call-to-action-intro {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial-text {
  font-family: fieldwork-hum, sans-serif;
  font-size: 32px;
}

.testimonial-text.large {
  font-size: 38px;
  line-height: 1.25em;
}

.play-icon-image {
  z-index: 24;
  width: 18px;
  margin-left: 2px;
  position: relative;
}

.rotate-text {
  letter-spacing: 4px;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 11px;
  display: none;
  transform: rotate(-90deg);
}

.success-message {
  background-color: #0000;
  height: 100%;
  padding: 80px 0 0;
}

.success-content {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  border: 1px solid var(--light-outline);
  background-color: var(--extra-dark);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 48px;
  padding-bottom: 48px;
  display: grid;
}

.error-message {
  background-color: var(--extra-dark);
  border: 1px #963030;
  border-left-style: solid;
  margin-top: 36px;
  padding: 12px;
}

.form-wrapper {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 120px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: space-between;
  width: 100%;
  height: 100%;
  padding: 61px 60px 0;
  display: grid;
  position: relative;
}

.showcase-gallery-image {
  width: 100%;
  margin: -1px;
}

.rich-text {
  margin-top: -36px;
  margin-bottom: -18px;
}

.rich-text h2 {
  margin-top: 36px;
  margin-bottom: 12px;
}

.rich-text p {
  margin-bottom: 18px;
}

.rich-text h4 {
  margin-top: 24px;
  margin-bottom: 9px;
}

.rich-text h3 {
  margin-top: 36px;
  margin-bottom: 12px;
}

.rich-text h5, .rich-text h6 {
  margin-top: 24px;
  margin-bottom: 9px;
}

.hover-line {
  background-color: var(--extra-dark);
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.hover-line-fill {
  background-color: var(--brulin-touch);
  color: var(--brulin-touch);
  width: 100%;
  height: 100%;
}

.view-link-cover {
  z-index: 25;
  position: absolute;
  inset: 0%;
}

.logo-image {
  opacity: .5;
  width: 150px;
}

.list-item {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--light-outline);
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
  position: relative;
}

.pagination {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  place-content: center start;
  place-items: center;
  width: 66.66%;
  margin-top: 80px;
  padding-top: 0;
  padding-right: 9px;
  display: grid;
}

.page-count {
  border-right: 1px none var(--light-outline);
  border-left: 1px none var(--light-outline);
  letter-spacing: 4px;
  align-items: center;
  margin-top: 0;
  padding-left: 0;
  font-weight: 300;
  display: flex;
}

.pagination-link {
  border-right: 1px solid var(--light-outline);
  color: #fff;
  background-color: #0000;
  border-top-style: none;
  margin-left: 0;
  margin-right: 36px;
  padding-left: 0;
  padding-right: 36px;
}

.pagination-link.right {
  border-left: 1px solid var(--light-outline);
  border-right-style: none;
  margin-left: 36px;
  margin-right: 0;
  padding-left: 36px;
  padding-right: 0;
}

.pagination-link-wrapper {
  background-color: #0000;
  border-style: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.hero-background {
  background-image: url('../images/Comp024.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.hero-background.news-background {
  background-image: url('../images/Comp025.jpg');
}

.hero-background.about-background {
  z-index: 100;
  background-image: url('../images/brulin_debarras-56.jpg');
}

.hero-background.services-background {
  background-image: url('../images/sylvain_brulin_debarras_5---Grande.jpeg');
  background-position: 100%;
}

.hero-background.contact-background {
  background-image: url('../images/brulin_debarras-9.jpg');
}

.hero-background.home-background {
  background-image: url('../images/brulin_debarras-56.jpg');
  background-position: 50% 100%;
  inset: 0%;
}

.hero-background.home-background.home {
  background-image: url('../images/brulin_debarras-5.jpg');
  background-position: 50% 0;
}

.hero-background.home-background.szervices {
  background-image: url('../images/brulin_debarras-8.jpg');
  background-position: 50% 37%;
}

.hero-background.home-background.szervices.landing {
  background-image: url('../images/sylvain_brulin_debarras---Grande.jpeg');
}

.hero-background.home-background.mentions {
  background-image: url('../images/brulin_debarras-15.jpg');
}

.hero-background.home-background.boutique {
  background-image: url('../images/brulin_debarras-68.jpg');
}

.hero-background.projects-background {
  background-image: url('../images/Image39.jpeg');
  background-position: 50% 35%;
}

.hero-background.boutique {
  background-image: url('../images/brulin_debarras-4.jpg');
}

.testimonial-feature {
  background-image: url('../images/sylvain_brulin_debarras_3---Grande.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: -5px;
  position: absolute;
  inset: 0%;
}

.testimonial-feature.two {
  background-image: url('../images/Comp017.jpg');
}

.testimonial-feature.three {
  background-image: url('../images/Comp014.jpg');
  background-position: 100%;
}

.testimonial-feature.four {
  background-image: url('../images/Comp023.jpg');
}

.testimonial-feature.five {
  background-image: url('../images/Comp035.jpg');
}

.button-text {
  z-index: 25;
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: 800;
  position: relative;
}

.footer-section {
  z-index: 25;
  background-color: var(--dark);
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.service-icon-image {
  z-index: 25;
  position: relative;
}

.scroll-arrow-icon {
  width: 24px;
}

.footer-links-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 60px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: center;
  align-items: stretch;
  display: grid;
}

.footer-link {
  border-bottom: 1px solid var(--light-outline);
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 24px;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.footer-link.w--current {
  border-bottom-color: var(--light-outline);
}

.footer-credit-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--light-outline);
  color: var(--body-display);
  letter-spacing: 4px;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  margin-top: 80px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 8px;
  display: grid;
}

.legal-credits {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: end;
  justify-items: end;
  display: grid;
}

.legal-link {
  opacity: 1;
  color: var(--body-display);
  text-decoration: none;
  transition: all .6s cubic-bezier(.25, .46, .45, .94);
}

.legal-link:hover {
  color: #fff;
}

.home-hero {
  justify-content: center;
  height: 93vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.delete-me {
  z-index: 5000000;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #000000bf;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: .25rem 0 0 0;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 14.5rem;
  padding: .3rem .5rem;
  text-decoration: none;
  transition: color .2s linear, background-color .2s linear;
  display: flex;
  position: fixed;
  inset: auto 0 0 auto;
}

.delete-me:hover {
  color: #000;
  background-color: #f1f1f1;
}

.hide-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.delete-me_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
}

.delete-me_text-title {
  letter-spacing: -.025em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .7rem;
  font-weight: 600;
  line-height: 1.3;
}

.text-block {
  flex-flow: row;
  width: 100%;
  display: inline-flex;
}

.text-block-2 {
  letter-spacing: 0;
  text-transform: uppercase;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  width: 389px;
  font-family: fieldwork-hum, sans-serif;
  font-weight: 800;
  display: block;
}

.text-block-3 {
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: fieldwork-hum, sans-serif;
  font-weight: 800;
}

.text-block-4 {
  letter-spacing: .05em;
  font-family: fieldwork-hum, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 24px;
}

.image {
  max-width: 49px;
  padding-top: 7px;
  padding-right: 16px;
}

.path-7htla {
  font-size: 23px;
  line-height: 31px;
}

.ikonik-aujou {
  color: #fff;
  width: 45px;
}

.ikonik-3k2uli, .ikonik-hhfel, .ikonik-ghows {
  color: #fff;
}

.image-2 {
  max-width: 50px;
  margin-top: -20px;
  padding-bottom: 12px;
}

.ikonik-vo8e6, .ikonik-0xgun {
  color: #fff;
}

.ikonik-x6u14 {
  color: #fff;
  width: auto;
}

.ikonik-mjbup, .ikonik-lvnbh {
  color: #fff;
}

.heading-2 {
  color: var(--brulin-touch);
  font-family: fieldwork-hum, sans-serif;
  font-size: 28px;
  font-weight: 800;
}

.heading-3 {
  color: var(--brulin-touch);
  font-family: fieldwork-hum, sans-serif;
}

.bold-text {
  color: var(--brulin-touch);
  font-family: fieldwork-hum, sans-serif;
  font-weight: 300;
}

.heading-4, .heading-5 {
  color: var(--brulin-touch);
  font-family: fieldwork-hum, sans-serif;
}

.cf-faq-container {
  flex-direction: column;
  align-items: center;
  min-width: 800px;
  margin-bottom: 140px;
  padding-top: 100px;
  display: flex;
}

.cf-faq-main-heading {
  color: var(--brulin-touch);
  text-align: center;
  width: 90%;
  margin-top: 0;
  margin-bottom: 80px;
  font-family: fieldwork-hum, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 120%;
}

.cf-faq-line {
  background-color: var(--brulin-touch);
  border-radius: 100px;
  width: 10px;
  height: 2px;
}

.cf-faq-question-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cf-faq-content-2 {
  font-family: var(--font-family);
  color: var(--extra-dark);
  margin-bottom: 0;
  padding-bottom: 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 178%;
}

.cf-faq-plus-card {
  color: #181818;
  width: 100%;
  max-width: 730px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.cf-faq-answer-wrap-2 {
  color: #121212;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 7%;
}

.cf-faq-question-container-3 {
  cursor: pointer;
  padding-top: 32px;
  padding-bottom: 32px;
}

.cf-faq-question-container-3.first {
  border-top: 1px solid #e5e5e5;
}

.cf-faq-icon-contain {
  border: 2px solid var(--brulin-touch);
  color: var(--background);
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.cf-bottom-line-2 {
  background-color: var(--brulin-touch);
  width: 100%;
  height: 1px;
}

.cf-faq-questions-2 {
  color: var(--extra-dark);
  width: 90%;
  font-family: fieldwork-hum, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 133%;
}

.cf-faq-line-vertical {
  background-color: var(--brulin-touch);
  border-radius: 100px;
  width: 2px;
  height: 10px;
  position: absolute;
}

.cf-faqs-container {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
  position: relative;
}

.bold-text-2 {
  font-size: 26px;
}

.question {
  font-size: 31px;
}

.heading-6, .heading-7, .heading-8 {
  font-family: fieldwork-hum, sans-serif;
}

.texte {
  margin-top: 80px;
}

.path-y2jkb {
  max-width: 24px;
}

.ikonik-fsr5b, .ikonik-wffgl, .ikonik-phyf2, .ikonik-k3k2o {
  color: #fff;
}

.link-dark {
  color: var(--dark);
}

.image-story {
  background-image: url('../images/brulin_debarras-45.jpg');
  background-position: 50% 38%;
  background-size: cover;
  height: 290px;
}

.link-menu {
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .section.top-border.footer {
    background-image: linear-gradient(#911647c9, #911647c9), url('../images/sylvain_brulin_debarras_2---Grande.jpeg'), linear-gradient(#0000, #0000);
    background-position: 0 0, 0 16%, 0 0;
  }

  .project-description {
    min-width: 275px;
  }

  .core-value-grid {
    grid-column-gap: 80px;
  }

  .preloader {
    display: flex;
  }

  .form-wrapper {
    padding-left: 80px;
    padding-right: 80px;
  }

  .hero-background.services-background {
    background-image: url('../images/sylvain_brulin_debarras_5---Grande.jpeg');
  }

  .testimonial-feature {
    background-image: url('../images/sylvain_brulin_debarras_3---Grande.jpeg');
  }

  .link-menu {
    text-decoration: none;
  }
}

@media screen and (min-width: 1440px) {
  .section.top-border.no-padding {
    display: none;
  }

  .testimonial-quote {
    grid-row-gap: 62px;
    align-content: center;
  }

  .avatar.one {
    background-image: url('../images/pp-avis-daniel.jpg');
  }

  .project-description {
    min-width: 290px;
  }
}

@media screen and (min-width: 1920px) {
  .grid-wrapper {
    margin-left: auto;
  }

  .grid-wrapper.mention-legale {
    max-width: 800px;
    margin-right: auto;
  }

  .four-column {
    margin-left: auto;
    margin-right: auto;
  }

  .centered-intro.medium-width {
    max-width: 624px;
  }

  .gallery-mask {
    width: 100%;
    max-width: 750px;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    min-height: 100vh;
  }

  .hero-section.small {
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .overlay.contact-mobile {
    background-color: var(--background);
  }

  .navbar-wrapper {
    grid-template-columns: auto 1fr;
    height: 65px;
  }

  .reel-link {
    display: none;
  }

  .brand {
    border-left-style: none;
    padding-left: 36px;
    padding-right: 36px;
  }

  .rotate-text-wrapper.top-text {
    grid-column-gap: 12px;
  }

  .rotate-heading {
    font-size: 9vw;
  }

  .rotate-heading.wrap-text {
    text-align: center;
    white-space: normal;
    margin-bottom: 12px;
    line-height: 1.3em;
  }

  .scroll-link {
    display: none;
  }

  .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.large {
    padding-top: 180px;
  }

  .three-card-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .video-cover {
    justify-content: center;
    width: auto;
    min-height: 500px;
    margin-left: -5vw;
    margin-right: -5vw;
  }

  .video-clip {
    justify-content: center;
  }

  .play-video {
    margin-left: 0;
  }

  .left-intro {
    grid-row-gap: 36px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 80px;
  }

  .stacked-title {
    grid-row-gap: 18px;
  }

  .body-display.dual-paragraph {
    column-count: 1;
  }

  .full-screen-menu {
    display: none;
  }

  .menu-center {
    width: 70vw;
    height: 55vw;
    display: none;
  }

  .menu-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch center;
    align-items: end;
    width: auto;
    display: grid;
  }

  .menu-link {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: end;
    align-items: end;
    padding-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
    font-size: 48px;
    display: grid;
  }

  .menu-link.w--current {
    grid-auto-columns: 1fr;
  }

  .title {
    color: #fff;
    -webkit-text-fill-color: transparent;
    background-color: #fff;
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: auto;
  }

  .title.right {
    display: none;
  }

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

  .heading.large {
    font-size: 42px;
  }

  .project-grid {
    grid-row-gap: 80px;
  }

  .project-item {
    flex-direction: column;
  }

  .project-item:nth-child(odd) {
    margin-right: 0;
  }

  .project-item:nth-child(2n) {
    flex-direction: column;
    margin-right: 0;
  }

  .project-image {
    flex-direction: column;
    width: 100%;
    min-height: 300px;
    display: flex;
  }

  .sticky-circle, .outline-circle-wrapper {
    width: 90px;
    height: 90px;
  }

  .outline-circle {
    width: 90px;
    min-width: 90px;
    height: 90px;
    min-height: 90px;
  }

  .circle-link-text {
    text-align: center;
    font-size: 7.5px;
  }

  .project-card-info {
    width: 100%;
    padding-top: 36px;
  }

  .testimonial-items {
    margin-left: 0;
  }

  .dark-fill.hide-on-tablet-mobile {
    display: none;
  }

  .four-column {
    grid-row-gap: 48px;
  }

  .testimonial-card {
    grid-row-gap: 0px;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonial-image {
    min-height: 300px;
    margin-left: 0;
  }

  .testimonial-quote {
    padding: 60px 0 60px 60px;
  }

  .news-top {
    margin-left: 0;
  }

  .news-list-item {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .news-title {
    white-space: normal;
    grid-template-columns: 1fr;
    height: auto;
  }

  .news-title-wrapper {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .news-dot {
    display: none;
  }

  .clip-heading {
    font-size: 32px;
    line-height: 1.35em;
  }

  .arrow-base.right {
    margin-bottom: -100px;
    margin-left: -70px;
  }

  .arrow-base.left {
    margin-bottom: -100px;
    margin-right: -70px;
  }

  .project-banner {
    min-height: 500px;
  }

  .project-description {
    padding-bottom: 0;
  }

  .rotating-circles {
    min-height: 300px;
  }

  .circle {
    width: 400px;
    height: 200px;
    margin-right: -48px;
  }

  .gallery-arrow {
    width: 0%;
    display: none;
    inset: auto auto 0% 0%;
  }

  .item-slide-nav, .gallery-mask {
    width: 66.66%;
  }

  .about-hero.small {
    min-height: auto;
  }

  .project-image-wrapper {
    width: 100%;
    position: absolute;
  }

  .card-info {
    grid-row-gap: 18px;
  }

  .hero-image.full {
    width: 100vw;
    height: 100%;
  }

  .hover-circle-wrapper {
    display: none;
  }

  .full-hero {
    min-height: 90vh;
  }

  .service-list-item {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
    padding-left: 60px;
  }

  .service-title {
    border-right-style: none;
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .service-description {
    grid-row-gap: 12px;
    padding-left: 0;
  }

  .form-block {
    padding-bottom: 60px;
  }

  .form {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
  }

  .gallery-content {
    padding-bottom: 36px;
  }

  .call-to-action-intro {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .testimonial-text.large {
    font-size: 32px;
  }

  .logo-image {
    width: 140px;
  }

  .list-item {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .cf-faq-main-heading {
    text-align: center;
    font-size: 30px;
  }

  .cf-faq-content-2 {
    padding-bottom: 24px;
  }

  .cf-faq-answer-wrap-2 {
    padding-bottom: 0;
    padding-right: 7%;
  }

  .cf-faqs-container {
    width: 90%;
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  blockquote {
    margin-top: 36px;
    margin-bottom: 36px;
    padding: 18px;
  }

  .hero-section {
    min-height: 600px;
  }

  .hero-section.small {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .navbar-wrapper {
    grid-column-gap: 18px;
  }

  .dot.large {
    border-width: 1px;
  }

  .brand {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 18px;
  }

  .menu-button {
    width: 84px;
  }

  .page-title {
    padding-right: 18px;
  }

  .rotate-text-wrapper.top-text {
    grid-column-gap: 9px;
  }

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

  .hero-wrapper {
    grid-row-gap: 120px;
  }

  .hero-links {
    grid-column-gap: 24px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.large {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .video-cover {
    width: auto;
    margin-top: 0;
    margin-left: -5vw;
    margin-right: -5vw;
  }

  .menu-center {
    width: 100vw;
    height: 60vw;
  }

  .menu-link, .heading, .heading.large {
    font-size: 36px;
  }

  .sticky-circle {
    z-index: 50;
    background-color: var(--dark);
    width: 80px;
    height: 80px;
    margin-top: 0;
    margin-bottom: 0;
    top: 101px;
    bottom: auto;
  }

  .sticky-circle.no-top {
    top: auto;
    bottom: 36px;
  }

  .left-sidebar {
    flex-direction: row;
    align-items: flex-start;
  }

  .outline-circle-wrapper {
    width: 80px;
    height: 80px;
  }

  .outline-circle {
    width: 80px;
    min-width: 80px;
    height: 80px;
    min-height: 80px;
  }

  .circle-link-text {
    text-align: center;
    font-size: 9px;
    line-height: 1.3em;
  }

  .testimonial-items {
    margin-left: 5vw;
  }

  .testimonial-slider {
    padding-top: 60px;
    padding-left: 0;
  }

  .left-arrow {
    border-bottom: 1px solid var(--light-outline);
    width: 50%;
    height: 60px;
  }

  .left-arrow.bottom {
    border-top-style: none;
    inset: 0% 0% auto auto;
  }

  .four-column {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .testimonial-card {
    grid-template-rows: 1fr;
  }

  .testimonial-quote {
    grid-row-gap: 60px;
    padding: 48px;
  }

  .news-top {
    grid-column-gap: 24px;
    margin-bottom: 36px;
  }

  .news-title {
    height: auto;
  }

  .clip-heading {
    font-size: 32px;
    line-height: 1.35em;
  }

  .arrow-base.right, .arrow-base.left {
    margin-bottom: -80px;
  }

  .project-banner {
    min-height: 350px;
    margin-bottom: 40px;
  }

  .scrol-indicator-wrapper {
    z-index: 30;
    padding-bottom: 36px;
  }

  .rotating-circles {
    border-left-style: none;
    min-height: 240px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .circle {
    width: 300px;
    height: 150px;
    margin-right: -36px;
  }

  .item-slide-nav, .gallery-mask {
    width: 90%;
  }

  .gallery-image, .gallery-slide, .gallery-background {
    max-height: 700px;
  }

  .about-hero.small {
    min-height: auto;
  }

  .service-list {
    padding-bottom: 160px;
  }

  .core-value-grid {
    grid-template-columns: 1fr;
  }

  .form-block {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list-wrapper {
    margin-top: 48px;
    margin-bottom: 80px;
  }

  .call-to-action-intro {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .testimonial-text {
    font-size: 28px;
  }

  .rotate-text {
    transform: none;
  }

  .form-wrapper {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .logo-image {
    width: 110px;
  }

  .pagination {
    margin-top: 120px;
  }

  .footer-section {
    padding-top: 80px;
  }

  .footer-links-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .footer-credit-wrapper {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    margin-top: 24px;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .footer-column.right {
    margin-bottom: 48px;
  }

  .cf-faq-container {
    margin-bottom: 100px;
  }

  .cf-faq-main-heading {
    font-size: 28px;
  }

  .cf-faq-answer-wrap-2 {
    padding-right: 7%;
  }

  .cf-faq-questions-2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    min-height: 93vh;
  }

  .hero-section.small {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .overlay.contact-mobile {
    background-color: var(--background);
  }

  .navbar-wrapper {
    height: 60px;
  }

  .dot.large {
    border-width: 1px;
    width: 9px;
    height: 9px;
    margin-left: 9px;
    margin-right: 9px;
  }

  .brand.w--current {
    padding-left: 44px;
    padding-right: 43px;
  }

  .light-separator.dot, .page-title {
    display: none;
  }

  .hero-content {
    padding-top: 24px;
    padding-bottom: 0;
  }

  .hero-content.entreprise {
    margin-top: 51.2vh;
  }

  .rotate-text-wrapper.bottom-text {
    grid-column-gap: 12px;
  }

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

  .rotate-heading.wrap-text {
    text-align: center;
    white-space: normal;
    margin-bottom: 6px;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.2em;
  }

  .hero-wrapper {
    grid-row-gap: 80px;
    padding-top: 0;
  }

  .scroll-link {
    display: none;
  }

  .hero-links {
    grid-column-gap: 12px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.verticle-border.no-padding {
    flex-flow: column-reverse;
  }

  .section.top-border.footer {
    border-top-color: var(--background);
    padding-top: 53px;
  }

  .section.large {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .grid-wrapper.story {
    margin-top: 65px;
  }

  .grid-wrapper.mention-legale {
    padding-left: 32px;
  }

  .card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    min-height: 253px;
    margin-top: 35px;
  }

  .video-cover {
    min-height: 350px;
  }

  .left-intro {
    padding-right: 0;
  }

  .body-display.dual-paragraph {
    max-width: 90%;
  }

  .full-screen-menu {
    display: none;
  }

  .menu-content {
    padding-top: 80px;
  }

  .menu-center {
    width: 100vw;
    height: 75vw;
  }

  .menu-wrapper {
    padding-bottom: 0;
    position: relative;
  }

  .menu-link {
    font-size: 36px;
  }

  .menu-link:hover {
    color: var(--body-display);
    border-bottom-width: 0;
  }

  .menu-link.w--current {
    color: var(--body-display);
    padding-bottom: 24px;
  }

  .menu-link.w--current:hover {
    border-bottom-width: 0;
    padding-bottom: 24px;
  }

  .heading, .heading.large {
    font-size: 32px;
  }

  .heading.medium-width {
    max-width: 90%;
  }

  .heading.light {
    padding-left: 23px;
    padding-right: 23px;
  }

  .sticky-circle {
    width: 72px;
    height: 72px;
    margin-bottom: 0;
    padding-left: 2px;
  }

  .outline-circle-wrapper {
    width: 72px;
    height: 72px;
    margin-top: -1px;
    margin-left: -1px;
  }

  .outline-circle {
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
  }

  .circle-link-text {
    letter-spacing: 2px;
    font-size: 7px;
    line-height: 1.4em;
  }

  .four-column {
    grid-auto-flow: row dense;
    margin-top: 0;
  }

  .four-column.photo {
    margin-bottom: -29px;
  }

  .testimonial-image {
    min-height: 225px;
  }

  .testimonial-quote {
    padding: 36px 28px;
  }

  .news-top {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .verticle-icons {
    grid-template-rows: auto;
    grid-auto-flow: column;
    position: relative;
    top: 0;
  }

  .journal-title {
    grid-row-gap: 18px;
  }

  .news-title {
    height: auto;
  }

  .clip-heading {
    font-size: 28px;
    line-height: 1.3em;
  }

  .arrow-base {
    margin-bottom: -80px;
  }

  .arrow-base.right {
    margin-bottom: -120px;
    margin-left: -70px;
    transform: rotate(45deg);
  }

  .arrow-base.left {
    margin-bottom: -120px;
    margin-right: -70px;
    transform: rotate(-45deg);
  }

  .arrow-line.left, .arrow-line.right {
    background-color: var(--outline);
  }

  .arrow-corner.right {
    border-top-color: var(--outline);
    border-left-color: var(--outline);
  }

  .arrow-corner.left {
    border-top-color: var(--outline);
    border-right-color: var(--outline);
  }

  .button-wrapper {
    grid-column-gap: 0px;
  }

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

  .project-banner {
    min-height: 300px;
  }

  .page-wrapper {
    margin-bottom: -80px;
  }

  .project-description {
    padding-right: 0;
  }

  .item-slide-nav {
    width: 100%;
  }

  .gallery-mask {
    width: 100%;
    max-width: 100vw;
  }

  .gallery-image, .gallery-slide, .gallery-background {
    max-height: 500px;
  }

  .about-hero.small.tel {
    margin-top: 71px;
  }

  .showcase-image-wrapper {
    margin-bottom: 24px;
  }

  .showcase-wrapper.two {
    margin-top: 12px;
    margin-left: 12px;
  }

  .showcase-wrapper.three {
    margin-top: 24px;
    margin-left: 24px;
  }

  .showcase-wrapper.four {
    margin-top: 36px;
    margin-left: 36px;
  }

  .showcase-wrapper.five {
    flex-direction: column;
    margin-top: 48px;
    margin-left: 48px;
    display: flex;
  }

  .hero-image.full {
    width: 100%;
  }

  .full-hero {
    min-height: 550px;
  }

  .service-list {
    flex-direction: column;
    padding-bottom: 140px;
  }

  .service-list-item {
    flex-direction: column;
    padding: 48px 0 48px 48px;
  }

  .service-icon {
    width: 48px;
    height: 48px;
    top: -24px;
  }

  .core-value-grid {
    grid-row-gap: 60px;
  }

  .contact-wrapper {
    background-color: #f7e3e900;
  }

  .form-block {
    grid-row-gap: 80px;
  }

  .form {
    padding-top: 60px;
  }

  .preloader {
    display: flex;
  }

  .collection-list-wrapper {
    margin-bottom: 80px;
  }

  .call-to-action-intro {
    padding-top: 0;
    padding-bottom: 36px;
  }

  .pagination {
    justify-content: start;
    width: 100%;
    margin-top: 100px;
  }

  .pagination-link {
    margin-right: 24px;
    padding-right: 24px;
  }

  .pagination-link.right {
    margin-left: 24px;
    padding-left: 24px;
  }

  .hero-background.contact-background {
    background-color: var(--body-display);
    background-image: linear-gradient(#00000080, #00000080), url('../images/brulin_debarras-9.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .footer-section {
    padding-top: 48px;
  }

  .footer-credit-wrapper {
    padding-bottom: 0;
  }

  .legal-credits {
    grid-template-columns: auto;
    justify-content: center;
    justify-items: center;
  }

  .home-hero {
    height: 93vh;
  }

  .image {
    padding-bottom: 0;
  }

  .navbar-2 {
    z-index: 100;
  }

  .cf-faq-container {
    min-width: 90%;
    max-width: 91%;
    margin-bottom: 100px;
  }

  .cf-faq-main-heading {
    text-align: center;
    margin-bottom: 60px;
    font-size: 31px;
  }

  .cf-faq-content-2 {
    font-size: 16px;
  }

  .cf-faq-answer-wrap-2 {
    padding-right: 7%;
  }

  .cf-faq-questions-2 {
    font-size: 18px;
    line-height: 140%;
  }

  .bold-text-2 {
    font-size: 18px;
  }

  .question {
    font-size: 26px;
  }

  .link-menu {
    display: none;
  }

  .section-2 {
    background-color: var(--body-display);
  }
}

#w-node-fcc027c6-cfa5-f4ea-c60f-00195c535913-4f9d7adc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fcc027c6-cfa5-f4ea-c60f-00195c535914-4f9d7adc {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-fcc027c6-cfa5-f4ea-c60f-00195c53591a-4f9d7adc, #w-node-fcc027c6-cfa5-f4ea-c60f-00195c53591d-4f9d7adc, #w-node-fcc027c6-cfa5-f4ea-c60f-00195c535920-4f9d7adc, #w-node-fcc027c6-cfa5-f4ea-c60f-00195c535924-4f9d7adc, #w-node-fcc027c6-cfa5-f4ea-c60f-00195c535927-4f9d7adc, #w-node-fcc027c6-cfa5-f4ea-c60f-00195c53592a-4f9d7adc {
  place-self: center;
}

#w-node-_8c2f5e44-76f6-5885-577c-b15d5f6a39ea-4f9d7adc {
  grid-area: 3 / 1 / 4 / 2;
  place-self: end center;
}

#w-node-eae1fb38-9031-6958-1e47-8f8fcc9ed929-4f9d7adc {
  justify-self: start;
}

#w-node-_36a32bde-e9e6-f6ca-7526-d051c387a037-4f9d7adc {
  align-self: center;
}

#w-node-_8b499747-6179-93d3-477f-743d7b5dd540-4f9d7adc {
  justify-self: end;
}

#w-node-_5830d63b-46c8-5b51-3d99-9b9070e150c0-4f9d7adc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0a2fb6ef-4137-36dc-2525-8e14eced6b7a-4f9d7adc {
  place-self: start;
}

#w-node-f04b657a-8d31-e85d-ba72-ca58dfb348c3-4f9d7adc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e2b8e9aa-936c-a01d-c6ee-8737e0cfb8f1-4f9d7adc {
  align-self: center;
}

#w-node-_34ba92e7-bceb-ad9b-0b98-08cf23035eb1-4f9d7adc {
  place-self: stretch stretch;
}

#w-node-_19ba0351-149c-49c7-9258-8fafe5071dc4-4f9d7adc, #w-node-_2a857918-8baf-f4d7-16a6-fe0eced176e0-4f9d7adc {
  align-self: center;
}

#w-node-_059053f2-7e12-d605-40ed-f89887a3772c-87a3772a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bae95818-dd8f-81a5-a478-fe2cf81a0e74-87a3772a {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: stretch;
}

#w-node-ae65f1f4-3160-c660-cf7f-c1c6fb7f14de-87a3772a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: end center;
}

#w-node-_48348eaa-4ce0-72f6-5e9a-2f0bebf9a958-87a3772a {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_431a92ba-7d9c-8dd5-6286-89ed3a99580f-87a3772a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a916-74e8a914 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a917-74e8a914 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a91d-74e8a914 {
  justify-self: center;
}

#w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a91e-74e8a914 {
  place-self: center start;
}

#w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a91f-74e8a914 {
  justify-self: end;
}

#w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a926-74e8a914 {
  justify-self: start;
}

#w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a928-74e8a914 {
  justify-self: end;
}

#w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a92a-74e8a914 {
  place-self: center end;
}

#w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a92c-74e8a914 {
  justify-self: start;
}

#w-node-_46bd5263-c747-7018-d10b-ecb6298796da-298796d8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_46bd5263-c747-7018-d10b-ecb6298796db-298796d8 {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: stretch;
}

#w-node-_46bd5263-c747-7018-d10b-ecb6298796e2-298796d8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_46bd5263-c747-7018-d10b-ecb6298796e7-298796d8 {
  align-self: center;
}

#w-node-_46bd5263-c747-7018-d10b-ecb6298796eb-298796d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_46bd5263-c747-7018-d10b-ecb6298796ee-298796d8, #w-node-_46bd5263-c747-7018-d10b-ecb6298796f6-298796d8 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-c20e6167-7305-b1a6-feda-7e0ed87cf014-d87cf012 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c20e6167-7305-b1a6-feda-7e0ed87cf015-d87cf012 {
  grid-area: 1 / 1 / 2 / 5;
  justify-self: stretch;
}

#w-node-c20e6167-7305-b1a6-feda-7e0ed87cf016-d87cf012 {
  justify-self: center;
}

#w-node-_95529761-d9e6-9a28-765b-0bd1968e5afa-d87cf012 {
  align-self: center;
}

#w-node-_910c4bb4-e947-3172-3a7d-cf9e53f09d6b-d87cf012, #w-node-_910c4bb4-e947-3172-3a7d-cf9e53f09d6e-d87cf012, #w-node-_910c4bb4-e947-3172-3a7d-cf9e53f09d71-d87cf012, #w-node-c9b75b95-2482-a310-542d-f58cf382c2b4-d87cf012, #w-node-c9b75b95-2482-a310-542d-f58cf382c2b7-d87cf012, #w-node-c9b75b95-2482-a310-542d-f58cf382c2ba-d87cf012 {
  place-self: center;
}

#w-node-_04ab2307-4ba6-5682-7378-e7458849466a-d87cf012 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: center;
}

#w-node-ca084f80-24a8-6c57-4e28-c46d1cb45a64-d87cf012 {
  align-self: center;
}

#w-node-ca084f80-24a8-6c57-4e28-c46d1cb45a79-d87cf012 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: center;
}

#w-node-_50278d42-2c23-d07b-dd95-4d2b57a6d590-d87cf012 {
  align-self: center;
}

#w-node-_50278d42-2c23-d07b-dd95-4d2b57a6d5a5-d87cf012 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: center;
}

#w-node-_2d5e59b5-7026-abdc-c69a-047c7a9bee2e-d87cf012 {
  align-self: center;
}

#w-node-_2d5e59b5-7026-abdc-c69a-047c7a9bee43-d87cf012 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: center;
}

#w-node-_17eed15b-0621-200f-3893-1c588b34db69-d87cf012 {
  align-self: center;
}

#w-node-_17eed15b-0621-200f-3893-1c588b34db7e-d87cf012 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: center;
}

#w-node-_2e495b9c-d663-6b7e-5089-3a2e4ca2b70d-4ca2b70b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2e495b9c-d663-6b7e-5089-3a2e4ca2b70e-4ca2b70b {
  grid-area: 1 / 2 / 2 / 5;
  align-self: center;
}

#w-node-_2e495b9c-d663-6b7e-5089-3a2e4ca2b71d-4ca2b70b {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-c1361354-ec0c-c3e7-ed95-b137c6d1ae0c-c6d1ae0a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c1361354-ec0c-c3e7-ed95-b137c6d1ae0d-c6d1ae0a {
  grid-area: 1 / 3 / 2 / 5;
  justify-self: start;
}

#w-node-c1361354-ec0c-c3e7-ed95-b137c6d1ae15-c6d1ae0a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-c1361354-ec0c-c3e7-ed95-b137c6d1ae16-c6d1ae0a {
  place-self: start;
}

#w-node-c1361354-ec0c-c3e7-ed95-b137c6d1ae18-c6d1ae0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1361354-ec0c-c3e7-ed95-b137c6d1ae1b-c6d1ae0a {
  place-self: end start;
}

#w-node-_57398322-eccc-1d76-2424-c47721b10d51-21b10d4f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_57398322-eccc-1d76-2424-c47721b10d55-21b10d4f {
  align-self: center;
}

#w-node-_57398322-eccc-1d76-2424-c47721b10d56-21b10d4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57398322-eccc-1d76-2424-c47721b10d58-21b10d4f {
  grid-area: 1 / 2 / 2 / 4;
  place-self: stretch stretch;
}

#w-node-_57398322-eccc-1d76-2424-c47721b10d63-21b10d4f {
  justify-self: stretch;
}

#w-node-_74cc01b5-0937-d3a4-c5e1-1b59c8b714d3-c8b714cc {
  align-self: start;
}

#w-node-_74cc01b5-0937-d3a4-c5e1-1b59c8b714d5-c8b714cc {
  place-self: start end;
}

#w-node-_4c8d4377-f073-b2a6-f8a0-5e080b0b890b-4f9d7af1 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_4c8d4377-f073-b2a6-f8a0-5e080b0b890c-4f9d7af1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5ba5bed5-dc4a-34e6-1348-2b749566f83d-4f9d7af1, #w-node-_18225887-165f-a01e-593f-9e7664199f36-4f9d7af1, #w-node-de2cbf49-e2dd-8767-f690-0f9a723f7ff1-4f9d7af1, #w-node-bae0ca7c-f945-7331-20b2-018b84f5dc4b-4f9d7af1, #w-node-b09e6f7f-a4e7-b376-6698-1eae1fb9fa73-4f9d7af1, #w-node-b09e6f7f-a4e7-b376-6698-1eae1fb9fa75-4f9d7af1, #w-node-b09e6f7f-a4e7-b376-6698-1eae1fb9fa77-4f9d7af1, #w-node-b09e6f7f-a4e7-b376-6698-1eae1fb9fa79-4f9d7af1 {
  place-self: center;
}

#w-node-_804e5336-562a-6083-63ff-dffa1c5268f0-4f9d7af1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_852e1cd2-aa30-e688-a892-fb3a804bb554-4f9d7af1 {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: start;
}

#w-node-_30cb8071-9fb9-4074-b27f-e298d8c74b38-4f9d7af1 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_13ad958f-40a3-22b1-e362-2440eb2e735d-4f9d7af1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_86ec894d-c4c3-90fb-aa24-88e0f7b8e868-4f9d7af1 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_26668d10-773a-dee6-c744-661548d5e335-4f9d7af1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6928990c-144f-b62a-c80f-497587e64ced-4f9d7af1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6928990c-144f-b62a-c80f-497587e64cee-4f9d7af1 {
  grid-area: 1 / 2 / 2 / 5;
  align-self: center;
}

#w-node-_6928990c-144f-b62a-c80f-497587e64cfd-4f9d7af1 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_311961b5-b8f4-1aea-9bbd-d36ff7ec2bf8-4f9d7af1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_664d41d2-422b-6f96-695b-0ea2ab91a729-4f9d7af1 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_2fc02d90-dabf-ab14-da17-d946829d8779-4f9d7af1 {
  align-self: center;
}

#w-node-_7c121ddf-3934-7605-8bef-494472b90817-4f9d7af1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_18748863-ee3d-c58a-1754-099938abaaab-4f9d7af1 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_988e94cc-6f55-58ec-93da-a39a363b606e-4f9d7af1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_988e94cc-6f55-58ec-93da-a39a363b6072-4f9d7af1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_988e94cc-6f55-58ec-93da-a39a363b6074-4f9d7af1 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-bd829449-2622-c375-7b02-5dc7300d3878-4f9d7af1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bd829449-2622-c375-7b02-5dc7300d3879-4f9d7af1 {
  align-self: stretch;
}

#w-node-bd829449-2622-c375-7b02-5dc7300d3881-4f9d7af1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bd829449-2622-c375-7b02-5dc7300d3883-4f9d7af1 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-bd829449-2622-c375-7b02-5dc7300d3885-4f9d7af1 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-bd829449-2622-c375-7b02-5dc7300d3894-4f9d7af1 {
  justify-self: start;
}

#w-node-_674b2546-67ff-cc10-bbf1-4da0756d291c-4f9d7af2 {
  align-self: center;
}

#w-node-_674b2546-67ff-cc10-bbf1-4da0756d291d-4f9d7af2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_674b2546-67ff-cc10-bbf1-4da0756d291e-4f9d7af2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_02ef2fe0-67a9-bb86-d3e8-97661d007386-4f9d7af2, #w-node-_02ef2fe0-67a9-bb86-d3e8-97661d007389-4f9d7af2, #w-node-_02ef2fe0-67a9-bb86-d3e8-97661d00738c-4f9d7af2, #w-node-_84fc5cf6-4e72-57b5-7b37-46f08c30aaca-4f9d7af2, #w-node-_84fc5cf6-4e72-57b5-7b37-46f08c30aacd-4f9d7af2, #w-node-_84fc5cf6-4e72-57b5-7b37-46f08c30aad0-4f9d7af2 {
  place-self: center;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca4-4f9d7af2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca5-4f9d7af2 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaa-4f9d7af2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acab-4f9d7af2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acad-4f9d7af2 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaf-4f9d7af2 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb8-4f9d7af2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb9-4f9d7af2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbb-4f9d7af2 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbd-4f9d7af2 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acc6-4f9d7af2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acc7-4f9d7af2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acc9-4f9d7af2 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349accb-4f9d7af2 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd2-4f9d7af2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd6-4f9d7af2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd8-4f9d7af2 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac98-4f9d7af2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac99-4f9d7af2 {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac9c-4f9d7af2 {
  align-self: start;
}

#w-node-da7d1704-1f1b-343b-0934-0127547e47a9-4f9d7af2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-da7d1704-1f1b-343b-0934-0127547e47aa-4f9d7af2 {
  place-self: start;
}

#w-node-da7d1704-1f1b-343b-0934-0127547e47ac-4f9d7af2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-da7d1704-1f1b-343b-0934-0127547e47b6-4f9d7af2 {
  align-self: center;
}

#w-node-da7d1704-1f1b-343b-0934-0127547e47b7-4f9d7af2 {
  place-self: stretch stretch;
}

#w-node-_01528dd5-687c-6321-982a-8628cfeede4e-4f9d7af2 {
  justify-self: start;
}

#w-node-da7d1704-1f1b-343b-0934-0127547e47c1-4f9d7af2 {
  align-self: center;
}

#w-node-e614e229-58ca-36ad-ed25-7097b0b5c0ae-4f9d7af2 {
  justify-self: start;
}

#w-node-da7d1704-1f1b-343b-0934-0127547e47cc-4f9d7af2 {
  align-self: center;
}

#w-node-e774473c-09b2-e40c-db15-36e827c61b49-4f9d7af2 {
  justify-self: start;
}

#w-node-_901c839e-560c-0741-cbe2-9e9c1820f14d-4f9d7af4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5139fe8a-7d93-d8d5-73ef-5d4f9d9baea0-4f9d7af4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_213949e4-49e4-b8b6-b2cd-b503593f799b-4f9d7af4 {
  align-self: start;
}

#w-node-f77d1bf5-2a3e-3b0d-3620-f356b23fc7f0-4f9d7af4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4081ca4-cb4a-124e-da65-e5aac33ecbe0-4f9d7af4, #w-node-c4539243-0ade-1422-bfbb-f935b7bc1bbc-4f9d7af4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6b3d4517-3f5b-2e2d-abce-b7c2e84772f1-4f9d7af4 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_6b3d4517-3f5b-2e2d-abce-b7c2e84772f2-4f9d7af4 {
  align-self: start;
}

#w-node-_5131d816-26be-fed2-14e8-a856f63d5469-4f9d7af4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5131d816-26be-fed2-14e8-a856f63d546d-4f9d7af4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5131d816-26be-fed2-14e8-a856f63d546f-4f9d7af4 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-bc64a78f-6d12-9e6b-ba2c-f1645b2365b1-4f9d7af4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bc64a78f-6d12-9e6b-ba2c-f1645b2365b2-4f9d7af4 {
  align-self: stretch;
}

#w-node-bc64a78f-6d12-9e6b-ba2c-f1645b2365ba-4f9d7af4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bc64a78f-6d12-9e6b-ba2c-f1645b2365bc-4f9d7af4 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-c9d7e0c1-d2b8-4aed-15a7-5cc12a1589a1-4f9d7af4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c9d7e0c1-d2b8-4aed-15a7-5cc12a1589a5-4f9d7af4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-c9d7e0c1-d2b8-4aed-15a7-5cc12a1589a6-4f9d7af4, #w-node-c9d7e0c1-d2b8-4aed-15a7-5cc12a1589ad-4f9d7af4 {
  align-self: center;
}

#w-node-c9d7e0c1-d2b8-4aed-15a7-5cc12a1589ae-4f9d7af4 {
  align-self: end;
}

#w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6dd8-4f9d7af6 {
  align-self: center;
}

#w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6dd9-4f9d7af6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6dda-4f9d7af6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6e04-4f9d7af6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6e05-4f9d7af6 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6e07-4f9d7af6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca6d5abd-490b-4028-c3a3-eb0d48ed59e4-4f9d7af6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a79bcdb4-fad7-b99f-db03-051acb77e926-4f9d7af6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8dbceced-3973-b7e2-d1ab-def5deb17450-4f9d7af6 {
  align-self: center;
}

#w-node-_4bafac2b-8cff-00a1-09e7-8efda6053800-a60537fe {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4bafac2b-8cff-00a1-09e7-8efda6053801-a60537fe {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-bccc870b-69cb-9e09-5426-07bd9d37d355-9d37d353 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-bccc870b-69cb-9e09-5426-07bd9d37d356-9d37d353 {
  grid-area: 1 / 2 / 2 / 4;
}

#email-form.w-node-bccc870b-69cb-9e09-5426-07bd9d37d359-9d37d353 {
  place-self: start center;
}

#w-node-bccc870b-69cb-9e09-5426-07bd9d37d363-9d37d353 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Nom.w-node-bccc870b-69cb-9e09-5426-07bd9d37d365-9d37d353, #Pr-nom.w-node-bccc870b-69cb-9e09-5426-07bd9d37d366-9d37d353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bccc870b-69cb-9e09-5426-07bd9d37d368-9d37d353, #Telephone.w-node-bccc870b-69cb-9e09-5426-07bd9d37d36a-9d37d353, #w-node-bccc870b-69cb-9e09-5426-07bd9d37d36c-9d37d353, #Email.w-node-bccc870b-69cb-9e09-5426-07bd9d37d36e-9d37d353, #w-node-bccc870b-69cb-9e09-5426-07bd9d37d370-9d37d353, #Message.w-node-bccc870b-69cb-9e09-5426-07bd9d37d372-9d37d353 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bccc870b-69cb-9e09-5426-07bd9d37d37f-9d37d353, #w-node-_4736be50-a474-0a93-ab0b-aefe69042bb7-4f9d7af8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6111e4787a31d355cc31ef6600000000000c-4f9d7af8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2bb4dd89-52c0-9935-0c80-7d4e3f566d87-4f9d7af8 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_3d03c3ac-b4e2-5cee-f071-8f6cb465d64d-4f9d7af8 {
  align-self: center;
}

#w-node-_6111e4787a31d355cc31ef6600000000000e-4f9d7af8 {
  justify-self: center;
}

#w-node-_34736873-62d9-9d9b-a697-42516143767c-4f9d7af8 {
  justify-self: start;
}

#pass.w-node-_6111e4787a31d355cc31ef66000000000012-4f9d7af8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2f3b2983-f46b-fd7f-2ca9-de87cc894e86-4f9d7af8, #w-node-_2f3b2983-f46b-fd7f-2ca9-de87cc894e88-4f9d7af8 {
  justify-self: center;
}

#w-node-d641c5b5-d71d-0237-f86b-fdd9a68b82f3-4f9d7af9 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-d641c5b5-d71d-0237-f86b-fdd9a68b82f4-4f9d7af9 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_6111e4915a3e617d56ff3c2b00000000000b-4f9d7af9 {
  align-self: center;
}

#w-node-e3d2ee2e-c577-601e-f0e4-57f1cfb713f1-4f9d7af9 {
  justify-self: center;
}

#w-node-e3d2ee2e-c577-601e-f0e4-57f1cfb713f6-4f9d7af9 {
  justify-self: start;
}

#w-node-e3d2ee2e-c577-601e-f0e4-57f1cfb713f8-4f9d7af9 {
  justify-self: end;
}

#w-node-d641c5b5-d71d-0237-f86b-fdd9a68b831c-4f9d7af9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6dd8-0b9dc2df {
  align-self: center;
}

#w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6dd9-0b9dc2df {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6dda-0b9dc2df {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6e05-0b9dc2df {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6e07-0b9dc2df {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c003d0cf-c9d9-2228-8532-e97e95a26231-0b9dc2df {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-c003d0cf-c9d9-2228-8532-e97e95a26233-0b9dc2df, #w-node-_46a36641-654b-b180-f8de-c0c60fba31c5-0b9dc2df, #w-node-_2c445377-62ff-a354-271f-1706ae5883a5-0b9dc2df, #w-node-_84f6cd4c-1def-08d4-ad18-7eeda083ac04-0b9dc2df, #w-node-_22e7b3bc-6af7-b841-5cd9-74c30f38bfc3-0b9dc2df, #w-node-_22ae45f1-4d8a-cce3-398c-bdba3cda022e-0b9dc2df {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4c3d3d48-c57e-c8c9-291f-ce21e4f036ea-71bdb38f {
  grid-area: 1 / 2 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-_4c3d3d48-c57e-c8c9-291f-ce21e4f036eb-71bdb38f {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_4c3d3d48-c57e-c8c9-291f-ce21e4f036ed-71bdb38f {
  align-self: center;
}

#w-node-_4c3d3d48-c57e-c8c9-291f-ce21e4f036f3-71bdb38f {
  justify-self: center;
}

#w-node-_4c3d3d48-c57e-c8c9-291f-ce21e4f036f8-71bdb38f {
  justify-self: start;
}

#w-node-_4c3d3d48-c57e-c8c9-291f-ce21e4f036fa-71bdb38f {
  justify-self: end;
}

#w-node-_4c3d3d48-c57e-c8c9-291f-ce21e4f036fe-71bdb38f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_674b2546-67ff-cc10-bbf1-4da0756d291c-3b1283e3 {
  align-self: center;
}

#w-node-_674b2546-67ff-cc10-bbf1-4da0756d291d-3b1283e3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_674b2546-67ff-cc10-bbf1-4da0756d291e-3b1283e3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_84fc5cf6-4e72-57b5-7b37-46f08c30aaca-3b1283e3, #w-node-_84fc5cf6-4e72-57b5-7b37-46f08c30aacd-3b1283e3, #w-node-_674ffe32-20bb-77f4-a307-c5d502c85a77-3b1283e3, #w-node-_674ffe32-20bb-77f4-a307-c5d502c85a7a-3b1283e3 {
  place-self: center;
}

#w-node-da7d1704-1f1b-343b-0934-0127547e47a9-3b1283e3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-da7d1704-1f1b-343b-0934-0127547e47aa-3b1283e3 {
  place-self: start;
}

#w-node-da7d1704-1f1b-343b-0934-0127547e47ac-3b1283e3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-da7d1704-1f1b-343b-0934-0127547e47b6-3b1283e3 {
  align-self: center;
}

#w-node-da7d1704-1f1b-343b-0934-0127547e47b7-3b1283e3 {
  place-self: stretch stretch;
}

#w-node-_01528dd5-687c-6321-982a-8628cfeede4e-3b1283e3 {
  justify-self: start;
}

#w-node-da7d1704-1f1b-343b-0934-0127547e47c1-3b1283e3 {
  align-self: center;
}

#w-node-e614e229-58ca-36ad-ed25-7097b0b5c0ae-3b1283e3 {
  justify-self: start;
}

#w-node-da7d1704-1f1b-343b-0934-0127547e47cc-3b1283e3 {
  align-self: center;
}

#w-node-e774473c-09b2-e40c-db15-36e827c61b49-3b1283e3 {
  justify-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac98-3b1283e3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac99-3b1283e3 {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac9c-3b1283e3 {
  align-self: start;
}

#w-node-_67c4985f-3481-4a17-3f37-722ee5c8d9f7-e5961413 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1a311a57-0984-fa43-a57c-68c1c8ae9483-e5961413 {
  place-self: center;
}

#w-node-_67c4985f-3481-4a17-3f37-722ee5c8d9fc-e5961413 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67c4985f-3481-4a17-3f37-722ee5c8d9fe-e5961413 {
  grid-area: 1 / 2 / 2 / 4;
  place-self: stretch stretch;
}

#w-node-_67c4985f-3481-4a17-3f37-722ee5c8da07-e5961413 {
  justify-self: stretch;
}

#w-node-_674b2546-67ff-cc10-bbf1-4da0756d291c-e5961413 {
  align-self: center;
}

#w-node-_674b2546-67ff-cc10-bbf1-4da0756d291d-e5961413 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_674b2546-67ff-cc10-bbf1-4da0756d291e-e5961413 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_02ef2fe0-67a9-bb86-d3e8-97661d007386-e5961413, #w-node-_02ef2fe0-67a9-bb86-d3e8-97661d007389-e5961413, #w-node-_02ef2fe0-67a9-bb86-d3e8-97661d00738c-e5961413, #w-node-_84fc5cf6-4e72-57b5-7b37-46f08c30aaca-e5961413, #w-node-_84fc5cf6-4e72-57b5-7b37-46f08c30aacd-e5961413, #w-node-_84fc5cf6-4e72-57b5-7b37-46f08c30aad0-e5961413 {
  place-self: center;
}

#servicesection.w-node-_6c11994e-4400-0358-4390-2423f349aca4-e5961413 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349aca5-e5961413 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaa-e5961413 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acab-e5961413 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acad-e5961413 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acaf-e5961413 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb8-e5961413 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acb9-e5961413 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbb-e5961413 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acbd-e5961413 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acc6-e5961413 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acc7-e5961413 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acc9-e5961413 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349accb-e5961413 {
  align-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd2-e5961413 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd6-e5961413 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c11994e-4400-0358-4390-2423f349acd8-e5961413 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac98-e5961413 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac99-e5961413 {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: start;
}

#w-node-_6c11994e-4400-0358-4390-2423f349ac9c-e5961413 {
  align-self: start;
}

#w-node-da7d1704-1f1b-343b-0934-0127547e47a9-e5961413 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-da7d1704-1f1b-343b-0934-0127547e47aa-e5961413 {
  place-self: start;
}

#w-node-da7d1704-1f1b-343b-0934-0127547e47ac-e5961413 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-da7d1704-1f1b-343b-0934-0127547e47b6-e5961413 {
  align-self: center;
}

#w-node-da7d1704-1f1b-343b-0934-0127547e47b7-e5961413 {
  place-self: stretch stretch;
}

#w-node-_01528dd5-687c-6321-982a-8628cfeede4e-e5961413 {
  justify-self: start;
}

#w-node-da7d1704-1f1b-343b-0934-0127547e47c1-e5961413 {
  align-self: center;
}

#w-node-e614e229-58ca-36ad-ed25-7097b0b5c0ae-e5961413 {
  justify-self: start;
}

#w-node-da7d1704-1f1b-343b-0934-0127547e47cc-e5961413 {
  align-self: center;
}

#w-node-e774473c-09b2-e40c-db15-36e827c61b49-e5961413 {
  justify-self: start;
}

#w-node-_7ac716fd-e330-8714-d42b-622e90b3db4e-e5961413 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7ac716fd-e330-8714-d42b-622e90b3db4f-e5961413 {
  grid-area: 1 / 2 / 2 / 4;
  justify-self: stretch;
}

#w-node-_7ac716fd-e330-8714-d42b-622e90b3db66-e5961413 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: end center;
}

#w-node-_7ac716fd-e330-8714-d42b-622e90b3db6d-e5961413 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_7ac716fd-e330-8714-d42b-622e90b3db72-e5961413 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

@media screen and (min-width: 1920px) {
  #w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a916-74e8a914 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a917-74e8a914 {
    justify-self: center;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-bccc870b-69cb-9e09-5426-07bd9d37d355-9d37d353, #w-node-d641c5b5-d71d-0237-f86b-fdd9a68b82f3-4f9d7af9, #w-node-_4c3d3d48-c57e-c8c9-291f-ce21e4f036ea-71bdb38f {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_6c11994e-4400-0358-4390-2423f349acad-4f9d7af2, #w-node-_6c11994e-4400-0358-4390-2423f349acbb-4f9d7af2, #w-node-_6c11994e-4400-0358-4390-2423f349acc9-4f9d7af2 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_1a311a57-0984-fa43-a57c-68c1c8ae9483-e5961413 {
    place-self: center;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acad-e5961413, #w-node-_6c11994e-4400-0358-4390-2423f349acbb-e5961413, #w-node-_6c11994e-4400-0358-4390-2423f349acc9-e5961413 {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-bae95818-dd8f-81a5-a478-fe2cf81a0e74-87a3772a {
    grid-column: 1 / 5;
  }

  #w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a917-74e8a914 {
    grid-column: 1 / 5;
    justify-self: center;
  }

  #w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a91e-74e8a914 {
    place-self: end;
  }

  #w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a92a-74e8a914 {
    place-self: end start;
  }

  #w-node-_46bd5263-c747-7018-d10b-ecb6298796db-298796d8 {
    grid-column-start: 1;
  }

  #w-node-_46bd5263-c747-7018-d10b-ecb6298796e2-298796d8 {
    grid-column: span 1 / span 1;
  }

  #w-node-_46bd5263-c747-7018-d10b-ecb6298796ee-298796d8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c1361354-ec0c-c3e7-ed95-b137c6d1ae0d-c6d1ae0a {
    grid-column-start: 1;
    justify-self: stretch;
  }

  #w-node-c1361354-ec0c-c3e7-ed95-b137c6d1ae15-c6d1ae0a {
    grid-column: span 4 / span 4;
  }

  #out.w-node-d6eaa62a-c375-7ed9-28ed-7d9126981c64-21b10d4f {
    align-self: end;
  }

  #w-node-_57398322-eccc-1d76-2424-c47721b10d58-21b10d4f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_852e1cd2-aa30-e688-a892-fb3a804bb554-4f9d7af1 {
    grid-row: 2 / 3;
  }

  #w-node-_30cb8071-9fb9-4074-b27f-e298d8c74b38-4f9d7af1 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_664d41d2-422b-6f96-695b-0ea2ab91a729-4f9d7af1 {
    grid-column-end: 5;
  }

  #w-node-_674b2546-67ff-cc10-bbf1-4da0756d291c-4f9d7af2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acaa-4f9d7af2 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acad-4f9d7af2 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acb8-4f9d7af2 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acbb-4f9d7af2 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acc6-4f9d7af2 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acc9-4f9d7af2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-4f9d7af2 {
    grid-row: 2 / 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-4f9d7af2 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_5139fe8a-7d93-d8d5-73ef-5d4f9d9baea0-4f9d7af4 {
    grid-column: span 4 / span 4;
  }

  #w-node-_6b3d4517-3f5b-2e2d-abce-b7c2e84772f1-4f9d7af4 {
    grid-column: 1 / 5;
    grid-row-end: 2;
  }

  #w-node-_6b3d4517-3f5b-2e2d-abce-b7c2e84772f6-4f9d7af4 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c9d7e0c1-d2b8-4aed-15a7-5cc12a1589a5-4f9d7af4 {
    justify-self: start;
  }

  #w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6dd8-4f9d7af6 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a79bcdb4-fad7-b99f-db03-051acb77e926-4f9d7af6 {
    grid-column: span 3 / span 3;
  }

  #w-node-_4bafac2b-8cff-00a1-09e7-8efda6053801-a60537fe {
    grid-column-end: 5;
  }

  #w-node-bccc870b-69cb-9e09-5426-07bd9d37d355-9d37d353 {
    grid-column: 1 / 4;
  }

  #w-node-bccc870b-69cb-9e09-5426-07bd9d37d356-9d37d353 {
    grid-column: 1 / 5;
  }

  #w-node-d641c5b5-d71d-0237-f86b-fdd9a68b82f3-4f9d7af9 {
    grid-column: 1 / 4;
  }

  #w-node-d641c5b5-d71d-0237-f86b-fdd9a68b82f4-4f9d7af9 {
    grid-column: 1 / 5;
  }

  #w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6dd8-0b9dc2df {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4c3d3d48-c57e-c8c9-291f-ce21e4f036ea-71bdb38f {
    grid-column: 1 / 4;
  }

  #w-node-_4c3d3d48-c57e-c8c9-291f-ce21e4f036eb-71bdb38f {
    grid-column: 1 / 5;
  }

  #w-node-_674b2546-67ff-cc10-bbf1-4da0756d291c-3b1283e3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-3b1283e3 {
    grid-row: 2 / 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-3b1283e3 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #out.w-node-_67c4985f-3481-4a17-3f37-722ee5c8d9ec-e5961413 {
    align-self: end;
  }

  #w-node-_67c4985f-3481-4a17-3f37-722ee5c8d9fe-e5961413 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_674b2546-67ff-cc10-bbf1-4da0756d291c-e5961413 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acaa-e5961413 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acad-e5961413 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acb8-e5961413 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acbb-e5961413 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acc6-e5961413 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acc9-e5961413 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-e5961413 {
    grid-row: 2 / 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-e5961413 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_7ac716fd-e330-8714-d42b-622e90b3db4f-e5961413 {
    grid-column: 1 / 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f04b657a-8d31-e85d-ba72-ca58dfb348c3-4f9d7adc {
    grid-column: span 1 / span 1;
  }

  #w-node-bae95818-dd8f-81a5-a478-fe2cf81a0e74-87a3772a {
    grid-column-end: 2;
  }

  #w-node-ae65f1f4-3160-c660-cf7f-c1c6fb7f14de-87a3772a {
    grid-column: span 1 / span 1;
  }

  #w-node-_48348eaa-4ce0-72f6-5e9a-2f0bebf9a958-87a3772a {
    grid-column-end: 2;
  }

  #w-node-_431a92ba-7d9c-8dd5-6286-89ed3a99580f-87a3772a {
    justify-self: center;
  }

  #w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a917-74e8a914 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_46bd5263-c747-7018-d10b-ecb6298796da-298796d8, #w-node-_2e495b9c-d663-6b7e-5089-3a2e4ca2b70d-4ca2b70b {
    grid-column: 1 / 4;
  }

  #w-node-_2e495b9c-d663-6b7e-5089-3a2e4ca2b70e-4ca2b70b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2e495b9c-d663-6b7e-5089-3a2e4ca2b71d-4ca2b70b {
    grid-column: 1 / 2;
  }

  #w-node-c1361354-ec0c-c3e7-ed95-b137c6d1ae0d-c6d1ae0a {
    justify-self: stretch;
  }

  #w-node-_852e1cd2-aa30-e688-a892-fb3a804bb554-4f9d7af1, #w-node-_30cb8071-9fb9-4074-b27f-e298d8c74b38-4f9d7af1, #w-node-_86ec894d-c4c3-90fb-aa24-88e0f7b8e868-4f9d7af1 {
    grid-column: 1 / 2;
  }

  #w-node-_6928990c-144f-b62a-c80f-497587e64ced-4f9d7af1 {
    grid-column: 1 / 4;
  }

  #w-node-_6928990c-144f-b62a-c80f-497587e64cee-4f9d7af1, #w-node-_664d41d2-422b-6f96-695b-0ea2ab91a729-4f9d7af1, #w-node-_18748863-ee3d-c58a-1754-099938abaaab-4f9d7af1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bd829449-2622-c375-7b02-5dc7300d3879-4f9d7af1 {
    order: -9999;
    grid-area: 1 / 1 / 3 / 2;
    align-self: stretch;
  }

  #w-node-bd829449-2622-c375-7b02-5dc7300d3885-4f9d7af1 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca5-4f9d7af2 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acd2-4f9d7af2 {
    grid-row-end: 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-4f9d7af2, #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-4f9d7af2 {
    grid-column: 1 / 2;
  }

  #w-node-da7d1704-1f1b-343b-0934-0127547e47ac-4f9d7af2, #w-node-_5139fe8a-7d93-d8d5-73ef-5d4f9d9baea0-4f9d7af4 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6b3d4517-3f5b-2e2d-abce-b7c2e84772f1-4f9d7af4 {
    grid-column-end: 2;
  }

  #w-node-_5131d816-26be-fed2-14e8-a856f63d5469-4f9d7af4 {
    grid-row-end: 2;
  }

  #w-node-bc64a78f-6d12-9e6b-ba2c-f1645b2365b2-4f9d7af4 {
    order: -9999;
    grid-area: 1 / 1 / 3 / 2;
    align-self: stretch;
  }

  #w-node-c9d7e0c1-d2b8-4aed-15a7-5cc12a1589a1-4f9d7af4 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-c9d7e0c1-d2b8-4aed-15a7-5cc12a1589a5-4f9d7af4 {
    justify-self: start;
  }

  #w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6e05-4f9d7af6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a79bcdb4-fad7-b99f-db03-051acb77e926-4f9d7af6 {
    grid-column: span 1 / span 1;
  }

  #w-node-_4bafac2b-8cff-00a1-09e7-8efda6053801-a60537fe, #w-node-_73532c59-84fb-d009-7ed9-ac77ae6c6e05-0b9dc2df, #w-node-c003d0cf-c9d9-2228-8532-e97e95a26231-0b9dc2df {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-da7d1704-1f1b-343b-0934-0127547e47ac-3b1283e3 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-3b1283e3, #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-3b1283e3, #w-node-_6c11994e-4400-0358-4390-2423f349aca5-e5961413 {
    grid-column: 1 / 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349acd2-e5961413 {
    grid-row-end: 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349ac99-e5961413, #w-node-_6c11994e-4400-0358-4390-2423f349ac9c-e5961413 {
    grid-column: 1 / 2;
  }

  #w-node-da7d1704-1f1b-343b-0934-0127547e47ac-e5961413 {
    grid-column: span 1 / span 1;
  }

  #w-node-_7ac716fd-e330-8714-d42b-622e90b3db4f-e5961413 {
    grid-column-end: 2;
  }

  #w-node-_7ac716fd-e330-8714-d42b-622e90b3db66-e5961413 {
    grid-column: span 1 / span 1;
  }

  #w-node-_7ac716fd-e330-8714-d42b-622e90b3db6d-e5961413 {
    grid-column-end: 2;
  }

  #w-node-_7ac716fd-e330-8714-d42b-622e90b3db72-e5961413 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a91e-74e8a914 {
    justify-self: end;
  }

  #w-node-_3aa902ee-67d8-b7c3-e8d4-e5cf74e8a92a-74e8a914 {
    justify-self: start;
  }

  #w-node-_46bd5263-c747-7018-d10b-ecb6298796db-298796d8, #w-node-c20e6167-7305-b1a6-feda-7e0ed87cf015-d87cf012, #w-node-c1361354-ec0c-c3e7-ed95-b137c6d1ae0d-c6d1ae0a {
    grid-column-end: 2;
  }

  #w-node-c1361354-ec0c-c3e7-ed95-b137c6d1ae15-c6d1ae0a {
    grid-column: span 1 / span 1;
  }

  #w-node-fc881fd5-67a7-613d-9e4f-502f79f3247a-21b10d4f {
    place-self: center;
  }

  #w-node-_6928990c-144f-b62a-c80f-497587e64cfd-4f9d7af1 {
    grid-column: 1 / 2;
  }

  #w-node-_664d41d2-422b-6f96-695b-0ea2ab91a729-4f9d7af1 {
    grid-column-end: 2;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca4-4f9d7af2 {
    grid-column-end: 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca5-4f9d7af2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_213949e4-49e4-b8b6-b2cd-b503593f799b-4f9d7af4, #w-node-_6b3d4517-3f5b-2e2d-abce-b7c2e84772f2-4f9d7af4 {
    justify-self: start;
  }

  #w-node-_6b3d4517-3f5b-2e2d-abce-b7c2e84772f6-4f9d7af4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bccc870b-69cb-9e09-5426-07bd9d37d356-9d37d353, #w-node-d641c5b5-d71d-0237-f86b-fdd9a68b82f4-4f9d7af9, #w-node-_4c3d3d48-c57e-c8c9-291f-ce21e4f036eb-71bdb38f {
    grid-column-end: 2;
  }

  #w-node-_67c4985f-3481-4a17-3f37-722ee5c8d9e2-e5961413 {
    place-self: center;
  }

  #servicesection.w-node-_6c11994e-4400-0358-4390-2423f349aca4-e5961413 {
    grid-column-end: 3;
  }

  #w-node-_6c11994e-4400-0358-4390-2423f349aca5-e5961413 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

#w-node-a2d0d4e2-50a8-f3df-0c85-ac9074d4bcc6-4f9d7af7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_589269d2-3f89-1c76-1e4e-d113da5b2878-4f9d7af7, #Telephone.w-node-_589269d2-3f89-1c76-1e4e-d113da5b287a-4f9d7af7, #w-node-_64aa8fb0-bae1-6761-0ca5-a467f30d16a8-4f9d7af7, #Email.w-node-_64aa8fb0-bae1-6761-0ca5-a467f30d16aa-4f9d7af7, #w-node-cb1c5440-3bc9-6795-7e69-53320a9be143-4f9d7af7, #Message.w-node-_212bf294-8524-1a00-1901-561264fe8759-4f9d7af7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

