@font-face {
  font-family: Orticalinear;
  src: url('../fonts/OrticaLinear-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ethereal;
  src: url('../fonts/Ethereal-ExtraLight.woff2') format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Outfit;
  src: url('../fonts/Outfit-ExtraLight.woff2') format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-ExtraBold.ttf') format("truetype"), url('../fonts/Inter-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter Variablefont Slnt Wght;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --colors--white: white;
  --secondary: Outfit, Arial, sans-serif;
  --colors--dark-green: #2b3c3a;
  --primary: Ethereal, Georgia, sans-serif;
  --colors--neutral-600: #1e1e1f;
  --colors--neutral-200: #f2f2f2;
  --colors--neutral-300: #e0e0e0;
  --colors--neutral-400: #bfbfbf;
  --colors--neutral-500: #29292b;
  --colors--red: #d92028;
  --colors--neutral-100: #f4f4f4;
  --font-size--5xl: 3.5rem;
  --font-size--4xl: 3rem;
  --font-size--3xl: 2.5rem;
  --font-size--2xl: 2rem;
  --font-size--xl: 1.75rem;
  --font-size--large: 1.5rem;
  --font-size--base: 1rem;
  --site-padding--desktop: 1em;
  --site-padding--tablet: 1rem;
  --site-padding--mobile: .85rem;
  --colors--bleu-de-gris: #bcc0bf;
  --sable: #e0ccb4;
  --fluid-font-size--4xl: 3.2vw;
  --font-size--xs: .85rem;
  --font-size--7xl: 5rem;
  --font-size--6xl: 4rem;
  --fluid-font-size--base: 1.2vw;
  --yellow: #fef7e4;
  --mono: "PT Mono", sans-serif;
  --fluid-font-size--large: 1.6vw;
  --font-size--medium: 1.25rem;
  --fluid-font-size--medium: 1.35vw;
  --font-size--small: .9rem;
  --font-size--8xl: 8.75rem;
  --fluid-font-size--xs: 1vw;
  --fluid-font-size--small: 1.067vw;
  --fluid-font-size--xl: 1.867vw;
  --fluid-font-size--2xl: 2.133vw;
  --fluid-font-size--3xl: 2.667vw;
  --fluid-font-size--5xl: 3.733vw;
  --fluid-font-size--6xl: 4.267vw;
  --fluid-font-size--7xl: 5.333vw;
  --fluid-font-size--8xl: 9.333vw;
  --corners--large: .75rem;
  --corners--medium: .5rem;
  --corners--small: .25rem;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: var(--colors--white);
  font-family: var(--secondary);
  color: var(--colors--dark-green);
  letter-spacing: -.05em;
  font-weight: 300;
  line-height: 1.3;
  font-size: clamp(var(--font-size--base), var(--fluid-font-size--base), var(--fluid-font-size--base));
  overscroll-behavior: none;
}

h1 {
  font-family: var(--primary);
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: .9;
}

h2 {
  font-family: var(--primary);
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
}

h3 {
  font-family: var(--primary);
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  font-family: var(--primary);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.1;
}

h5 {
  font-family: var(--primary);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
}

h6 {
  font-family: var(--primary);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
}

p {
  line-height: 1.35;
}

a {
  color: var(--colors--neutral-600);
  text-decoration: none;
}

ul {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  margin-top: 1em;
  padding-left: 2em;
  display: flex;
}

ol {
  margin-top: 0;
  margin-bottom: 3rem;
  padding-left: 40px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 2px solid var(--colors--neutral-200);
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: left;
  margin-top: 5px;
  margin-bottom: 3rem;
}

.info-page-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.info-page-content.max-width {
  max-width: 70ch;
}

.color-spacer {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.style-guide-item-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid #ffffff2b;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: flex;
}

.style-guide-heading-wrapper {
  margin-bottom: 5rem;
}

.form-message-error {
  background-color: #fef3f2;
  margin-top: 2rem;
  padding: .75rem 1rem;
}

.style-guide-background {
  border: 1px solid #fff3;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.swatch {
  border: 1px solid var(--colors--neutral-300);
}

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

.swatch.black {
  border-color: var(--colors--neutral-300);
  background-color: var(--colors--dark-green);
}

.swatch.neutral-200 {
  background-color: var(--colors--neutral-200);
}

.swatch.neutral-300 {
  background-color: var(--colors--neutral-300);
}

.swatch.neutral-400 {
  background-color: var(--colors--neutral-400);
}

.swatch.neutral-500 {
  background-color: var(--colors--neutral-500);
}

.swatch.neutral-600 {
  background-color: var(--colors--neutral-600);
}

.swatch.red {
  background-color: var(--colors--red);
}

.swatch.neutral-100 {
  background-color: var(--colors--neutral-100);
}

.rich-text h1 {
  line-height: 1;
  font-size: clamp(var(--font-size--6xl), var(--fluid-font-size--6xl), var(--fluid-font-size--6xl));
  margin-bottom: 1rem;
}

.rich-text p {
  margin-bottom: 3rem;
}

.rich-text h2 {
  line-height: 1;
  font-size: clamp(var(--font-size--5xl), var(--fluid-font-size--5xl), var(--fluid-font-size--5xl));
  margin-bottom: 1rem;
}

.rich-text figcaption {
  margin-bottom: 0;
}

.rich-text h3 {
  line-height: 1;
  font-size: clamp(var(--font-size--4xl), var(--fluid-font-size--4xl), var(--fluid-font-size--4xl));
  margin-bottom: 1rem;
}

.rich-text blockquote {
  border-left-width: 2px;
  border-left-color: var(--colors--neutral-400);
}

.rich-text h4 {
  font-weight: 400;
  line-height: 1.1;
  font-size: clamp(var(--font-size--3xl), var(--fluid-font-size--3xl), var(--fluid-font-size--3xl));
  margin-bottom: 1rem;
}

.rich-text h5 {
  font-family: var(--primary);
  font-weight: 400;
  line-height: 1.1;
  font-size: clamp(var(--font-size--2xl), var(--fluid-font-size--2xl), var(--fluid-font-size--2xl));
  margin-bottom: 1rem;
}

.rich-text ul {
  margin-bottom: 3rem;
}

.rich-text h6 {
  font-weight: 400;
  line-height: 1.1;
  font-size: clamp(var(--font-size--xl), var(--fluid-font-size--xl), var(--fluid-font-size--xl));
  margin-bottom: 1rem;
}

.rich-text figure {
  margin-bottom: 3rem;
}

.style-guide-item {
  grid-column-gap: 0rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.form-submit-button {
  background-color: var(--colors--dark-green);
  border-radius: 80rem;
  padding: .75em 1.25em;
  transition: opacity .2s;
}

.form-submit-button:hover {
  background-color: var(--colors--neutral-500);
  color: var(--colors--white);
}

.container {
  width: 100%;
  padding-right: var(--site-padding--desktop);
  padding-left: var(--site-padding--desktop);
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.typography-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.style-guide-label {
  background-color: var(--colors--neutral-300);
  font-weight: 500;
  font-size: clamp(var(--font-size--xs), var(--fluid-font-size--xs), var(--fluid-font-size--xs));
  border-radius: 1rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  display: flex;
}

.margin-bottom {
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.medium {
  margin-bottom: 2rem;
}

.margin-bottom.small {
  margin-bottom: 1rem;
}

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

.utility-page-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 32rem;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.list {
  margin-bottom: 0;
}

.list-item {
  margin-bottom: .25rem;
}

.form-input {
  border-top-style: none;
  border-top-width: 1px;
  border-bottom-style: dashed;
  border-bottom-width: 1.5px;
  border-right-style: none;
  border-right-width: 1px;
  border-bottom-color: var(--colors--neutral-400);
  font-size: clamp(var(--font-size--base), var(--fluid-font-size--base), var(--fluid-font-size--base));
  background-color: #fff0;
  border-left-style: none;
  border-left-width: 1px;
  margin-bottom: 2rem;
  padding: 1em 0 1.5rem;
}

.form-input:focus {
  color: var(--colors--neutral-600);
}

.form-input:focus-visible, .form-input[data-wf-focus-visible] {
  border-bottom-color: var(--colors--neutral-500);
  color: var(--colors--neutral-600);
}

.form-input::placeholder {
  color: var(--colors--neutral-500);
  -webkit-text-stroke-color: var(--colors--dark-green);
}

.page-wrapper {
  overflow: clip;
}

.section {
  padding-top: 5em;
  padding-bottom: 5em;
}

.section.hero {
  background-color: #dac5ad;
  height: 100svh;
  padding-top: 2rem;
  padding-bottom: 5em;
}

.section.intro {
  padding-top: 12em;
}

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

.section.blog {
  padding-top: 12em;
  padding-bottom: 6em;
}

.section.project-header {
  padding-top: 12em;
  padding-bottom: 6rem;
}

.section.contact {
  padding-top: 12em;
  padding-bottom: 1rem;
}

.section.small_padding_top {
  padding-top: 2em;
}

.section.small_padding_top.top_4 {
  padding-top: 4em;
}

.section.yellow_bg {
  background-color: #fcf5e1;
  padding-left: 1rem;
}

.section.exp {
  background-color: #dac5ad;
  padding-top: 4em;
}

.section.blue_bg {
  background-color: var(--colors--bleu-de-gris);
}

.section.sand_bg {
  background-color: var(--sable);
}

.color-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.utility-page-heading {
  font-size: var(--fluid-font-size--4xl);
  letter-spacing: -.035em;
}

.display-xs {
  letter-spacing: -.04em;
  font-weight: 500;
  font-size: clamp(var(--font-size--xs), var(--fluid-font-size--xs), var(--fluid-font-size--xs));
}

._50-ch-max {
  max-width: 50ch;
}

.block-quote {
  border-left-width: 2px;
  border-left-color: var(--colors--neutral-400);
}

.display-8xl {
  line-height: .9;
  font-size: clamp(var(--font-size--8xl), var(--fluid-font-size--8xl), var(--fluid-font-size--8xl));
}

.cursor-wrap {
  z-index: 999;
  pointer-events: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor {
  border: 1px solid var(--colors--red);
  border-radius: 100%;
  width: 24px;
  height: 24px;
  transition: opacity .3s;
}

.display-xl {
  font-size: var(--font-size--xl);
  letter-spacing: .018em;
  font-weight: 200;
}

.display-xl.secondary {
  font-family: var(--secondary);
  margin-top: 2rem;
}

.form-block {
  width: 100%;
}

.form-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.margin-top.large {
  margin-top: 4rem;
}

.form-message-success {
  background-color: #ddd0;
  padding: .75rem 1rem;
}

.font-link {
  text-decoration: underline;
}

.hero-content {
  border-radius: .375rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 10px;
  display: flex;
}

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

.hero-left-section {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  display: flex;
}

.hero-image-wrap {
  width: 90%;
  height: 100%;
  max-height: 100%;
  position: relative;
}

.hero-portrait {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-portrait-wrap {
  aspect-ratio: 4 / 6;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: clip;
}

.image-revealer {
  z-index: 2;
  background-color: var(--colors--neutral-100);
  width: 110%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.welcome-content-wrap {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 18vw;
  height: auto;
  display: flex;
}

.bottom-wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  display: flex;
}

.circle-container {
  z-index: 777;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: 7em;
  height: 7em;
  display: flex;
  position: absolute;
  inset: .125em -3.5em auto auto;
}

.circular-text {
  width: 120%;
  max-width: 120%;
  height: 120%;
  font-size: clamp(var(--font-size--base), var(--fluid-font-size--base), var(--fluid-font-size--base));
  padding: 0;
}

.circular-text.project {
  padding: 0;
}

.portrait-content {
  width: 100%;
  height: 100%;
  position: relative;
}

.image-reveal-hero {
  z-index: 2;
  background-color: var(--colors--neutral-100);
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.label-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

._12-column-grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 5em;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: start;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

._12-column-grid.align-middle {
  place-items: center stretch;
}

._12-column-grid.align-middle.row-small_gap {
  grid-row-gap: 1em;
}

._12-column-grid._2row {
  grid-template-rows: auto auto;
}

.about-text-wrap {
  max-width: 50ch;
}

.button-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  color: var(--colors--dark-green);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.white {
  filter: invert();
}

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

.button-icon-circle {
  border: 1px dashed var(--colors--dark-green);
  border-radius: 50rem;
  flex: none;
  padding: .5em;
}

.button-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrow-icon {
  width: 1.2rem;
  height: 1.2rem;
}

.arrow-icon.hover {
  position: absolute;
  top: 0;
  left: -100%;
}

.content-wrap {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-flow: column;
  display: flex;
}

.content-wrap.small {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
}

.text-wrap {
  padding-bottom: .5em;
  overflow: hidden;
}

._50-ch-headline-wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50ch;
  display: flex;
}

.home-project-wrap {
  grid-column-gap: .5em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-link-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.project-details-wrap {
  justify-content: space-between;
  display: flex;
}

.project-top {
  aspect-ratio: 3 / 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

.project-top.tall {
  aspect-ratio: 9 / 16;
}

.project-top._44-5 {
  aspect-ratio: 4 / 5;
}

.project-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.framer-wrap {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: relative;
}

.frame {
  width: .75em;
}

.frame.top-left {
  position: absolute;
  inset: 1em auto auto 1em;
}

.frame.top-right {
  position: absolute;
  inset: 1em 1em auto auto;
}

.frame.bottom-left {
  position: absolute;
  inset: auto auto 1em 1em;
}

.frame.bottom-right {
  position: absolute;
  inset: auto 1em 1em auto;
}

.view-project-wrap {
  z-index: 2;
  width: 8em;
  position: absolute;
}

.arrow-right-container {
  position: relative;
  overflow: hidden;
}

.arrow-right {
  width: 1.25em;
}

.project-link-block {
  width: 100%;
}

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

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

.service-image-wrap {
  z-index: -1;
  aspect-ratio: 3 / 4;
  width: 10em;
  display: flex;
  overflow: clip;
}

.service-content-wrap {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

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

.service-link-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.learn-more-wrap {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 3em;
  display: flex;
}

.service-front {
  position: absolute;
}

.service-frame {
  padding: 3em;
  position: relative;
}

.parallax-image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  max-width: none;
  height: 100%;
}

.image-wrap {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  height: 80dvh;
  min-height: 30em;
  position: relative;
  overflow: hidden;
}

.image-wrap.map {
  height: auto;
  min-height: 30em;
}

.background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.featured-wrap {
  width: 100%;
}

.featured-row {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logos-wrapper {
  display: flex;
}

.logos-overflow-hidden {
  overflow: hidden;
}

.gradient-block {
  background-image: linear-gradient(90deg, var(--colors--neutral-100), #fff0 50%);
  width: 10%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.gradient-block.right {
  background-image: linear-gradient(270deg, var(--colors--neutral-100), #fff0 55%);
  inset: 0% 0% 0% auto;
}

.logos-list {
  grid-column-gap: 5em;
  grid-row-gap: 1em;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center start;
  margin-top: 0;
  margin-right: 2rem;
  display: grid;
}

.logo-image-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 12vw;
  display: flex;
}

.logo-image {
  width: 100%;
  height: 100%;
}

.button-hover-line {
  background-color: var(--yellow);
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  right: 1px;
}

.label-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.footer-button {
  grid-column-gap: .5rem;
  color: var(--yellow);
  line-height: 1;
  font-size: clamp(var(--font-size--large), var(--fluid-font-size--large), var(--fluid-font-size--large));
  align-items: center;
  padding: 0 0 .5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-button:hover {
  opacity: 1;
}

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

.footer-content-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: var(--yellow);
  flex-flow: column;
  display: flex;
}

.footer-legal-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1em;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.footer {
  background-color: var(--colors--dark-green);
  margin-top: 0;
  padding-top: 3em;
  padding-bottom: 1rem;
}

.footer-bottom {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: 2rem;
  display: flex;
}

.footer-list-wrap {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: row;
  display: flex;
}

.footer-list-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: var(--colors--white);
  text-decoration: none;
}

.footer-link:hover {
  color: var(--colors--neutral-400);
}

.image {
  width: 60vw;
}

.footer-cta-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  max-width: 22rem;
  display: flex;
}

.footer-divider {
  background-color: #e0e0e0;
  width: 1px;
}

.news-image-wrap {
  aspect-ratio: 4 / 5;
  width: 100%;
  overflow: hidden;
}

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

.blog-details {
  justify-content: space-between;
  margin-top: .5rem;
  display: flex;
}

.blog-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.social-icons-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: flex;
}

.social-icon-link {
  color: var(--colors--white);
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.social-icon-link:hover {
  opacity: .7;
}

.icon-embed {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  display: flex;
}

.nav-link-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.container-nav {
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.nav-content {
  z-index: 888;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: var(--colors--dark-green);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40vw;
  height: 100dvh;
  padding: 3em 1em;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.nav-logo {
  width: 9em;
}

.nav-link {
  font-family: var(--primary);
  color: var(--yellow);
  text-align: left;
  line-height: 1;
  font-size: clamp(var(--font-size--3xl), var(--fluid-font-size--3xl), var(--fluid-font-size--3xl));
  transition-property: opacity;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.nav-link:hover {
  opacity: .7;
  color: var(--yellow);
}

.bottom-line {
  background-color: #000;
  width: 2.5em;
  height: 2px;
  position: relative;
  inset: auto 0% 0%;
}

.menu-overlay {
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  background-color: #00000096;
  position: fixed;
  inset: 0%;
}

.logo-link {
  z-index: 999;
  text-decoration: none;
  position: relative;
}

.logo-link.w--current {
  z-index: 998;
}

.top-line {
  background-color: #000;
  width: 2.5em;
  height: 2px;
  position: relative;
  left: 0%;
  right: 0%;
}

.nav-social-icons {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: none;
  position: absolute;
  inset: auto auto 1em 1em;
}

.menu-icon {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2em;
  display: flex;
  position: relative;
}

.nav-bar {
  z-index: 998;
  background-color: #dac5ad;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.social-icon-link-black {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.social-icon-link-black:hover {
  opacity: .7;
}

.nav-link-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  text-align: left;
  border-bottom: 1px dashed #bfbfbf;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .1em;
  padding-bottom: .25rem;
  display: flex;
}

.nav-link-wrapper._1 {
  color: var(--yellow);
  border-bottom-color: #bfbfbf;
  padding-bottom: .25em;
  display: flex;
}

.nav-link-wrapper._2 {
  color: var(--yellow);
}

.nav-link-wrapper._4, .nav-link-wrapper._3 {
  color: var(--colors--neutral-300);
}

.button-menu {
  z-index: 999;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.nav-link-item {
  overflow: hidden;
}

.project-details {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  display: flex;
}

.mono-text {
  font-family: var(--mono);
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: clamp(var(--font-size--xs), var(--fluid-font-size--xs), var(--fluid-font-size--xs));
}

.sticky-outer-wrap {
  height: 100%;
  position: relative;
}

.projects {
  position: relative;
}

.sticky-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: sticky;
  top: 5em;
  bottom: auto;
}

.blog-details-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: wrap;
  width: 80%;
  display: flex;
}

.services-wrap {
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  flex-flow: column;
  display: flex;
}

.services-row {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  display: flex;
}

.service-image-large {
  aspect-ratio: 4 / 5;
  width: 100%;
  overflow: hidden;
}

.service-image-large._4-5 {
  aspect-ratio: 4 / 5;
}

.service-image-large._1-1 {
  aspect-ratio: 1;
  width: 80%;
}

.services-right {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.services-left {
  width: 25%;
}

.service-sticky {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  max-width: 30ch;
  display: flex;
  position: sticky;
  top: 5em;
}

.accordion-top-icon-wrap {
  justify-content: center;
  align-items: center;
  width: .75em;
  height: .75em;
  display: flex;
  position: relative;
}

.accordion-top {
  opacity: 1;
  align-items: center;
  width: 100%;
  padding-top: .5em;
  padding-bottom: .5em;
  transition: opacity .6s cubic-bezier(.19, 1, .22, 1);
  display: flex;
}

.accordion-top:hover {
  opacity: .64;
}

.accordion-top-icon {
  justify-content: center;
  align-items: center;
  position: relative;
}

.accordion-row {
  cursor: pointer;
  border-bottom: 1px solid #bfbfbf;
  width: 100%;
}

.accordion-bottom-wrap {
  width: 100%;
  padding-top: .5em;
  padding-bottom: .5em;
}

.accordion-bottom {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  width: 100%;
  overflow: hidden;
}

.accordion-wrap {
  margin-bottom: 0;
}

.accordion-divider {
  border-top: 1.5px solid #bfbfbf;
  height: 0;
}

.accordion-icon-stripe-2 {
  background-color: #1a0f3a;
  width: 100%;
  height: 1px;
  position: absolute;
}

.accordion-top-wrap {
  flex: 1;
}

.accordion-icon-stripe-1 {
  background-color: #1a0f3a;
  width: 1.5px;
  height: 100%;
}

.divider {
  background-color: #e0e0e0;
  width: 100%;
  height: 1px;
}

.display-4xl {
  letter-spacing: -.07em;
  font-size: clamp(var(--font-size--4xl), var(--fluid-font-size--4xl), var(--fluid-font-size--4xl));
}

.process-row {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  display: grid;
}

.process-wrap {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  width: 100%;
  display: flex;
}

._30-ch-max {
  max-width: 30ch;
}

.about-image-wrap {
  aspect-ratio: 4 / 5;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.about-image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
}

.about-content-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.about-content-wrap.top_padding {
  justify-content: center;
  align-items: flex-start;
  padding-top: 2rem;
}

.about-intro-wrap {
  margin-top: 2em;
  display: flex;
}

.about-portrait-wrap {
  width: 100%;
  position: relative;
}

.about-content {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  max-width: 40ch;
  margin: 1em 3em 3em;
  display: flex;
}

.location-image-wrap {
  aspect-ratio: 5 / 4;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.location-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  display: flex;
}

.location-details {
  justify-content: space-between;
  display: flex;
}

.testimonial-mask {
  padding-bottom: 4em;
  overflow: clip;
}

.testimonial-slide {
  margin-right: 1.5rem;
}

.clip {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial-component {
  background-color: #ddd0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 50ch;
  height: auto;
  padding-bottom: 1.5rem;
}

.testimonial-text-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.slider-arrow-left {
  border: 1px dashed var(--colors--neutral-600);
  border-radius: 90rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  inset: auto auto 0% 0%;
}

.slider-arrow-right {
  border: 1px dashed var(--colors--neutral-600);
  border-radius: 80rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: 1.25em;
  display: flex;
  inset: auto auto 0% 0%;
}

.client-info-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.client-info {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.testimonial-icon-wrapper {
  position: absolute;
  overflow: hidden;
}

.testimonial-icon-wrapper._2 {
  justify-content: center;
  align-items: center;
  display: flex;
  inset: 0% -1rem 0% auto;
}

.testimonial-content {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  border-radius: .75rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.pagination {
  height: 1.75rem;
  margin-bottom: -8em;
  padding-top: 0;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.testimonial-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  display: flex;
}

.section-text-wrap {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: row;
  display: flex;
}

._30-ch-text-block {
  max-width: 30ch;
}

.blog-row-wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  border-bottom: 1px solid var(--colors--neutral-400);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  padding-bottom: 1.5em;
  display: grid;
  position: relative;
}

.blog-row-details {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  flex-flow: column;
  display: flex;
}

.blog-row-arrow-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-title-wrap {
  text-align: left;
  width: 100%;
}

.blog-thumbnail-wrap {
  aspect-ratio: 4 / 5;
  width: 10em;
  position: relative;
  overflow: hidden;
}

.blog-thumbnail-wrap._1-1 {
  aspect-ratio: 1;
  position: absolute;
  inset: auto 0% 0% auto;
}

.blog-thumbnail {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.display-large {
  font-weight: 300;
  font-size: clamp(var(--font-size--large), var(--fluid-font-size--large), var(--fluid-font-size--large));
}

.blog-row-link-wrap {
  width: 100%;
}

.blog-row-list {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.overview-wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  max-width: 60ch;
  display: flex;
}

.project-info {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  display: flex;
}

.project-info-wrap {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  display: flex;
}

.project-header-wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  display: flex;
}

.project-header-details {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.works-gallery {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
}

.works-image-wrap {
  aspect-ratio: 3 / 2;
  overflow: clip;
}

.works-image-wrap._1-1 {
  aspect-ratio: 1;
}

.works-image-wrap._4-5 {
  aspect-ratio: 4 / 5;
  width: 50%;
}

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

.projec-info-text {
  max-width: 40ch;
}

.works-info {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.small-image-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.projects-collection-list {
  grid-column-gap: .5em;
  grid-row-gap: 5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.collection-list-wrapper {
  width: 100%;
}

.blog-container {
  padding-left: var(--site-padding--desktop);
}

.blog-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-right-content {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start stretch;
  width: 100%;
  display: flex;
}

.author-wrap {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-info-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.date-length {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-sticky-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: sticky;
  top: 8em;
}

.rich-text-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 60ch;
  display: flex;
}

.blog-title {
  max-width: 40ch;
}

.blog-header-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-header-image-wrap {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  aspect-ratio: 3 / 2;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-row-collection-list-wrap, .blog-row-collection-item, .projects-collection-item, .home-projects-collection-list, .projects-collection-wrap {
  width: 100%;
}

.projects-collection-wrap.relative {
  position: relative;
}

.display-2xl {
  letter-spacing: -.06em;
  font-size: clamp(var(--font-size--2xl), var(--fluid-font-size--2xl), var(--fluid-font-size--2xl));
}

.blog-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.press-row {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  border-bottom: 1px solid var(--colors--neutral-300);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding-top: .5em;
  padding-bottom: .5em;
  transition: color .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.press-row:hover {
  color: gray;
}

.press-arrow {
  width: 1.5em;
}

.press-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  display: flex;
}

.press-list-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  display: flex;
}

.contact-image-wrap {
  position: relative;
  overflow: hidden;
}

.contact-portrait-block {
  position: relative;
}

.contact-circular-wrap {
  z-index: 1;
  width: 8em;
  position: absolute;
  inset: -4em auto auto -4em;
}

.contact-detail {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  max-width: 20ch;
  display: flex;
}

.contact-details-wrap {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  display: flex;
}

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

.email-link:hover {
  color: #69696b;
}

.blog-row-info {
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.font-primary {
  font-family: var(--primary);
  font-weight: 300;
}

.font-primary.text-size-medium {
  letter-spacing: .02em;
  font-size: 1.45rem;
}

.section_logo_small {
  width: 3em;
}

.inside_button_text {
  max-width: 50%;
  font-family: var(--primary);
  font-weight: 300;
  font-size: clamp(var(--font-size--large), var(--fluid-font-size--large), var(--fluid-font-size--large));
}

.inside_button_text.no_max_w {
  max-width: none;
}

.label_title {
  font-family: var(--primary);
  font-size: var(--font-size--large);
  letter-spacing: .02em;
}

.label_img {
  width: 75%;
}

.collection_logo {
  margin-left: auto;
  margin-right: auto;
  position: static;
  inset: auto auto 0%;
}

.coll_img_wrapper {
  width: 50%;
  margin-top: 10rem;
  margin-left: auto;
  margin-right: auto;
}

.icons_title_wrapper {
  height: 100%;
}

.icons_content_wrapper {
  margin-right: 20px;
}

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

.flex-c-c._100 {
  height: 100%;
}

.icons_img_wrapper {
  width: 50%;
}

.icons_grid_row {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border-bottom: 1px solid var(--colors--dark-green);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  display: grid;
}

.icons_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.icons_item.int_ext {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  border-bottom: 1px solid var(--colors--dark-green);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
}

.text-medium {
  font-size: clamp(var(--font-size--medium), var(--fluid-font-size--medium), var(--fluid-font-size--medium));
}

.text-medium.icons_text {
  width: 60%;
}

.icon_serv_wrap {
  aspect-ratio: 1;
  width: 12%;
}

.icon_serv {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.int_ext_content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.int_ext_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

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

.int_icon_wrapper {
  aspect-ratio: 1;
  width: 20%;
}

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

.form_content_wrapper {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  place-items: start center;
  display: grid;
}

.form_left_wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form_title_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form_wrapper {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-custom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  display: flex;
}

.soc_link {
  color: var(--yellow);
  font-size: clamp(var(--font-size--medium), var(--fluid-font-size--medium), var(--fluid-font-size--medium));
}

.soc_link:hover {
  opacity: .7;
}

.hero-video {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

.logo-footer {
  width: 15em;
}

.radio-button-locataire-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 5px;
  font-size: 18px;
  display: flex;
}

._2chambres {
  color: #69674d;
  background-color: #0000;
  border: 1px #f0d5cc;
  border-bottom: 1px solid #69674d;
  height: 45px;
  margin-top: 15px;
  margin-bottom: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 2px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  display: none;
}

._2chambres:active {
  color: #69674d;
  background-color: #b7cad2;
  border-style: solid;
  border-color: #69674d;
}

._2chambres:focus {
  color: #f2f0e4;
  background-color: #1a3122;
}

._2chambres::placeholder {
  color: #ec7553;
  background-color: #27101000;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

._3chambres {
  color: #69674d;
  background-color: #0000;
  border: 1px #f0d5cc;
  border-bottom: 1px solid #69674d;
  height: 45px;
  margin-top: 15px;
  margin-bottom: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 2px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  display: none;
}

._3chambres:active {
  color: #f2f0e4;
  background-color: #5e1c1c00;
}

._3chambres:focus {
  color: #f2f0e4;
  background-color: #1a3122;
}

._3chambres::placeholder {
  color: #ec7553;
  background-color: #27101000;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 30px;
}

.service_button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--colors--dark-green);
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1.2rem;
  font-weight: 400;
  display: flex;
}

._1chambreden {
  color: #69674d;
  background-color: #0000;
  border: 1px #f0d5cc;
  border-bottom: 1px solid #69674d;
  height: 45px;
  margin-top: 15px;
  margin-bottom: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 2px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  display: none;
}

._1chambreden:active {
  color: #69674d;
  background-color: #b7cad2;
  border-style: solid;
  border-color: #69674d;
}

._1chambreden:focus {
  color: #f2f0e4;
  background-color: #1a3122;
}

._1chambreden::placeholder {
  color: #ec7553;
  background-color: #27101000;
}

.text-field-white {
  color: #69674d;
  background-color: #0000;
  border: 1px #d0e6fd;
  border-bottom: 1px solid #69674d;
  height: 45px;
  margin-bottom: 30px;
  padding: 8px 10px 8px 3px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  transition: all .3s;
}

.text-field-white:hover {
  border-style: solid;
  border-color: #69674d;
}

.text-field-white:focus {
  background-color: #b7cad2;
  border-style: solid;
  border-color: #69674d;
}

.text-field-white:focus-visible, .text-field-white[data-wf-focus-visible] {
  border-bottom-color: #99acc0;
}

.text-field-white::placeholder {
  color: #69674d;
  font-weight: 400;
}

.titre-logement {
  color: #69674d;
  text-align: left;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 0;
  font-size: 18px;
  font-weight: 400;
  position: static;
}

.heading {
  width: 100%;
}

.html-embed-2 {
  display: none;
}

._1habitant {
  color: #69674d;
  background-color: #0000;
  border: 1px solid #69674d;
  height: 45px;
  margin-top: 15px;
  margin-bottom: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 2px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  display: none;
}

._1habitant:active {
  color: #69674d;
  background-color: #5e1c1c00;
}

._1habitant:focus {
  color: #f2f0e4;
  background-color: #b7cad2;
  display: none;
}

._1habitant::placeholder {
  color: #ec7553;
  background-color: #27101000;
}

.form-wrap {
  max-width: none;
}

.form-2 {
  color: #69674d;
  -webkit-text-stroke-color: #f2f0e4;
  width: 100%;
}

.column-25 {
  text-align: left;
  padding-left: 0;
}

.field-wrap-4 {
  padding-bottom: 10px;
}

.field-wrap-4._2-col {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  color: #69674d;
  -webkit-text-stroke-color: #f2f0e4;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  display: grid;
}

._1chambre {
  color: #69674d;
  background-color: #0000;
  border: 1px #f0d5cc;
  border-bottom: 1px solid #69674d;
  height: 45px;
  margin-top: 15px;
  margin-bottom: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 2px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  display: none;
}

._1chambre:active {
  color: #69674d;
  background-color: #b7cad2;
  border-style: solid;
  border-color: #69674d;
}

._1chambre:focus {
  color: #f2f0e4;
  background-color: #1a3122;
}

._1chambre::placeholder {
  color: #ec7553;
  background-color: #27101000;
}

.formlocation {
  color: #69674d;
  flex-flow: column;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  width: 600px;
  display: flex;
}

.columns-locataires-2 {
  text-align: left;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  max-width: 400px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.paragraph {
  width: 100%;
}

.radio-button-label-3 {
  color: #69674d;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 400;
}

._2habitants {
  color: #69674d;
  background-color: #0000;
  border: 1px #f0d5cc;
  border-bottom: 1px solid #69674d;
  height: 45px;
  margin-top: 15px;
  margin-bottom: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 2px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  display: none;
}

._2habitants:active {
  color: #69674d;
  background-color: #5e1c1c00;
}

._2habitants:focus {
  color: #f2f0e4;
  background-color: #b7cad2;
  border-style: solid;
  border-color: #69674d;
}

._2habitants::placeholder {
  color: #ec7553;
  background-color: #27101000;
}

.titre-locataires-2 {
  color: #69674d;
  text-align: left;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 0;
  font-size: 18px;
  font-weight: 400;
  position: static;
}

.form-block-vente-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f2dfcf;
  border-radius: 5px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 30px 0 0;
  display: flex;
}

.form-block-vente-1.no_bg {
  color: #69674d;
  background-color: #0000;
}

.studio {
  color: #69674d;
  background-color: #0000;
  border: 1px #f0d5cc;
  border-bottom: 1px solid #69674d;
  height: 45px;
  margin-top: 15px;
  margin-bottom: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 2px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  display: none;
}

.studio:active {
  color: #69674d;
  background-color: #b7cad2;
  border-style: solid;
  border-color: #69674d;
}

.studio:focus {
  color: #f2f0e4;
  background-color: #b7cad2;
  border-style: solid;
  border-color: #69674d;
}

.studio::placeholder {
  color: #ec7553;
  background-color: #27101000;
}

.radio-button {
  color: #bbb;
  font-size: 45px;
}

.about_icon {
  width: 4.5vw;
  max-width: 5.25rem;
  height: auto;
}

._1habitants {
  color: #8b4c42;
  background-color: #0000;
  border: 1px #f0d5cc;
  border-bottom: 1px solid #9c7a67;
  height: 57px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 0;
  font-size: 16px;
  line-height: 1em;
  display: none;
}

._1habitants:active {
  color: #9c7a67;
  background-color: #5e1c1c00;
}

._1habitants:focus {
  color: #080808;
  border-bottom-style: solid;
  border-bottom-color: #9c7a67;
}

._1habitants:focus-visible, ._1habitants[data-wf-focus-visible] {
  border-bottom-style: solid;
  border-bottom-color: #9c7a67;
}

._1habitants::placeholder {
  color: #ec7553;
  background-color: #27101000;
}

.field-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 10px;
  display: grid;
}

.field-wrap.checklist {
  padding-top: 20px;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
}

._2habitants-2 {
  color: #8b4c42;
  background-color: #0000;
  border: 1px #f0d5cc;
  border-bottom: 1px solid #9c7a67;
  height: 57px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 0;
  font-size: 16px;
  line-height: 1em;
  display: none;
}

._2habitants-2:active {
  color: #080808;
  background-color: #5e1c1c00;
  border-bottom-color: #9c7a67;
}

._2habitants-2:focus {
  color: #080808;
  border-bottom-color: #9c7a67;
}

._2habitants-2::placeholder {
  color: #ec7553;
  background-color: #27101000;
}

.columns-locataires {
  text-align: left;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  max-width: none;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.radio-button-locataire {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  position: static;
}

.radio-button-label-2 {
  color: var(--colors--dark-green);
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
}

.column-4 {
  text-align: left;
  margin-bottom: 5px;
}

.form-grid-rent {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  color: var(--colors--dark-green);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 20px;
  display: grid;
}

.titre-locataires {
  color: var(--colors--dark-green);
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 25px;
  font-size: 16px;
  font-weight: 400;
  position: static;
}

.checkbox {
  clear: none;
  color: #8b4c42;
  object-position: 50% 100%;
  background-color: #fff0;
  border: 1px solid #aaa;
  border-radius: 3px;
  width: 15px;
  height: 15px;
  margin: 0 10px 0 -20px;
  font-family: Orticalinear, Times New Roman, sans-serif;
  font-size: 17px;
  line-height: 1.1;
  display: block;
}

.checkbox:active {
  color: #027a48;
}

.checkbox.w--redirected-checked {
  background-color: #027a48;
}

.contacts-input-text {
  border: 1px solid var(--colors--dark-green);
  height: auto;
  color: var(--colors--dark-green);
  background-color: #fff0;
  border-radius: 0;
  margin-top: 10px;
  padding: 16px 0 16px 5px;
  font-size: 16px;
  transition: all .2s;
}

.contacts-input-text:focus {
  border: 1px solid var(--colors--bleu-de-gris);
}

.contacts-input-text::placeholder {
  color: var(--colors--dark-green);
  font-size: 16px;
}

.contacts-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--colors--dark-green);
  height: auto;
  color: var(--colors--dark-green);
  background-color: #fff0;
  border-radius: 0;
  padding: 16px 0 16px 5px;
  font-size: 16px;
  transition: all .2s;
}

.contacts-input:focus {
  border: 1px solid var(--colors--bleu-de-gris);
}

.contacts-input::placeholder {
  color: var(--colors--dark-green);
  font-size: 16px;
}

.contacts-input.select-field {
  border-bottom-color: var(--colors--dark-green);
  height: 57px;
  color: var(--colors--dark-green);
  padding-left: 2px;
}

.contacts-input.select-field:focus {
  color: #080808;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
}

._2-col-grid {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  display: grid;
}

.legal-text {
  font-family: var(--secondary);
  font-size: 12px;
  line-height: 18px;
}

.columns-2 {
  justify-content: flex-end;
  align-items: flex-end;
  display: inline-flex;
}

.column-6 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.image-10 {
  filter: contrast(200%);
  display: inline-block;
}

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

.partners-logo.small {
  max-height: 60px;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.soc_link-2 {
  opacity: 1;
  color: #f4eeeb;
  transition: all .2s;
}

.soc_link-2:hover {
  opacity: .8;
}

.icon-embed-medium {
  color: #69674d;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 10rem;
  height: 2rem;
  display: flex;
}

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

.button-wrapper-main {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  margin-top: 50px;
  display: flex;
}

.button-wrapper-main.center {
  text-align: center;
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.submit-button {
  border: 1px solid var(--colors--dark-green);
  background-color: var(--colors--dark-green);
  border-radius: 45px;
  height: 50px;
  padding-left: 40px;
  padding-right: 40px;
  transition: all .2s;
}

.submit-button:hover {
  border-color: var(--sable);
  background-color: var(--sable);
  color: var(--colors--dark-green);
}

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

  .rich-text h1 {
    font-size: var(--font-size--5xl);
  }

  .rich-text h2 {
    font-size: var(--font-size--4xl);
  }

  .rich-text h3 {
    font-size: var(--font-size--3xl);
  }

  .rich-text h4 {
    font-size: var(--font-size--2xl);
  }

  .rich-text h5 {
    font-size: var(--font-size--xl);
  }

  .rich-text h6 {
    font-size: var(--font-size--large);
  }

  .container {
    padding-right: var(--site-padding--tablet);
    padding-left: var(--site-padding--tablet);
  }

  .section {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .section.intro {
    padding-top: 10rem;
  }

  .section.blog {
    padding-top: 10em;
  }

  .section.project-header {
    padding-top: 12rem;
  }

  .section.contact {
    padding-top: 10rem;
  }

  .utility-page-heading {
    font-size: var(--font-size--xl);
  }

  .display-xs {
    font-size: var(--font-size--xs);
    margin-bottom: 0;
  }

  .display-8xl {
    font-size: var(--font-size--7xl);
  }

  .cursor-wrap {
    display: none;
  }

  .display-xl {
    font-size: var(--font-size--xl);
  }

  .form-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .welcome-content-wrap {
    width: 25vw;
  }

  ._12-column-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 5rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  ._12-column-grid.align-middle {
    grid-row-gap: 4em;
  }

  ._12-column-grid.icons_flex {
    flex-flow: column;
    display: flex;
  }

  .button-wrap.form {
    width: 70%;
  }

  .content-wrap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .home-project-wrap {
    grid-row-gap: 5rem;
    grid-template-rows: auto;
  }

  .view-project-wrap {
    width: 8em;
  }

  .service-content-wrap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .image-wrap.map {
    min-height: 15em;
  }

  .featured-wrap {
    padding-bottom: 0;
  }

  .logos-list {
    grid-column-gap: 1.5rem;
  }

  .logo-image-wrapper {
    width: 10em;
  }

  .footer-button {
    font-size: var(--font-size--large);
    padding-bottom: .5rem;
  }

  .container-nav {
    padding-left: 1em;
    padding-right: 1em;
  }

  .nav-content {
    width: 50vw;
    padding: 3rem 1rem;
    display: none;
  }

  .nav-link {
    font-size: 2rem;
  }

  .sticky-outer-wrap {
    padding-bottom: 0;
  }

  .projects {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .services-wrap {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .services-row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .services-left {
    width: 40%;
  }

  .accordion-wrap {
    margin-top: 0;
  }

  .display-4xl {
    max-width: none;
    font-size: 2.5rem;
  }

  .process-row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
  }

  .about-content-wrap {
    justify-content: center;
    align-items: flex-end;
  }

  .about-intro-wrap {
    margin-top: 1.5rem;
  }

  .about-portrait-wrap {
    width: 60%;
  }

  .about-content {
    max-width: 30ch;
  }

  .testimonial-mask {
    padding-bottom: 4rem;
  }

  .testimonial-content {
    border-radius: .5rem;
  }

  .display-large {
    font-size: var(--font-size--large);
  }

  .works-gallery {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .works-image-wrap._1-1 {
    border-radius: .25rem;
  }

  .projec-info-text {
    max-width: 30ch;
  }

  .blog-container {
    padding-right: var(--site-padding--tablet);
    padding-left: var(--site-padding--tablet);
  }

  .blog-right-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .blog-sticky-wrap {
    top: 6rem;
  }

  .display-2xl {
    font-size: 1.75rem;
  }

  .email-link:hover {
    color: #161616;
  }

  .icons_image {
    display: none;
  }

  .icons_grid_row {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .icon_serv_wrap {
    flex: none;
    width: 20%;
  }

  .int_ext_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .int_ext_grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    place-items: start center;
    display: flex;
  }

  .int_item_wrap {
    margin-top: 2rem;
  }

  .margin_top_margin_auto {
    margin-top: auto;
  }

  .margin_top_margin_auto.bot_1rem {
    margin-bottom: 1rem;
  }

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

  ._2chambres, ._3chambres {
    font-size: 14px;
    line-height: 24px;
  }

  .service_button {
    font-size: 1rem;
  }

  ._1chambreden {
    font-size: 14px;
    line-height: 24px;
  }

  ._1habitant {
    font-size: 20px;
    line-height: 24px;
  }

  .form-wrap {
    max-width: none;
  }

  ._1chambre, ._2habitants {
    font-size: 14px;
    line-height: 24px;
  }

  .form-block-vente-1 {
    width: 100%;
  }

  .studio {
    font-size: 14px;
    line-height: 24px;
  }

  .about_icon {
    width: auto;
    max-width: 3.5rem;
  }

  ._1habitants, ._2habitants-2 {
    font-size: 20px;
    line-height: 24px;
  }

  .form-grid-rent {
    grid-template-columns: 1fr;
  }

  ._2-col-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .legal-text {
    text-align: center;
    font-size: 14px;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .75rem;
    line-height: 1;
  }

  .style-guide-heading-wrapper {
    margin-bottom: 4rem;
  }

  .rich-text h1 {
    font-size: var(--font-size--4xl);
  }

  .rich-text h2 {
    font-size: var(--font-size--3xl);
  }

  .rich-text h3 {
    font-size: var(--font-size--2xl);
  }

  .rich-text h4 {
    font-size: var(--font-size--xl);
  }

  .rich-text h5 {
    font-size: var(--font-size--large);
  }

  .rich-text h6 {
    font-size: var(--font-size--base);
  }

  .container {
    padding-right: var(--site-padding--mobile);
    padding-left: var(--site-padding--mobile);
  }

  .margin-bottom.small {
    margin-bottom: .5rem;
  }

  .utility-page-content {
    width: 90%;
  }

  .section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section.hero {
    height: auto;
  }

  .section.blog {
    padding-bottom: 4em;
  }

  .section.project-header {
    padding-top: 10rem;
    padding-bottom: 4rem;
  }

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

  .display-8xl {
    font-size: var(--font-size--6xl);
  }

  .display-xl {
    font-size: var(--font-size--large);
  }

  .form-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .hero-content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    margin-top: 4rem;
  }

  .hero-left-section {
    padding-top: 4rem;
  }

  .hero-image-wrap {
    aspect-ratio: 4 / 5;
    width: 100%;
    height: 100%;
    overflow: clip;
  }

  .welcome-content-wrap {
    width: 50vw;
    height: 50%;
  }

  .circle-container {
    width: 7em;
    height: 7em;
    top: -3.5em;
    right: -3.5em;
  }

  .circular-text {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  ._12-column-grid {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    place-items: start stretch;
  }

  .button-wrap.form {
    width: auto;
  }

  .button.align_l {
    justify-content: space-between;
  }

  .button-icon-circle {
    flex: none;
  }

  .content-wrap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  ._50-ch-headline-wrap {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    max-width: 30ch;
  }

  .home-project-wrap {
    grid-row-gap: 5rem;
    grid-template-columns: 1fr;
  }

  .project-top, .project-top.tall, .project-top._44-5 {
    aspect-ratio: 1;
  }

  .view-project-wrap {
    width: 30vw;
  }

  .image-wrap {
    height: 50dvh;
    padding: 2rem;
  }

  .gradient-block {
    background-image: linear-gradient(90deg, var(--colors--neutral-100), #fff0 60%);
  }

  .gradient-block.right {
    background-image: linear-gradient(270deg, var(--colors--neutral-100), #fff0 60%);
  }

  .logos-list {
    grid-column-gap: 3rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    margin-top: 0;
    padding-top: 1rem;
  }

  .logo-image-wrapper {
    width: 10em;
  }

  .footer-content-wrapper {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .footer-legal-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .footer-bottom {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .container-nav {
    padding: 1rem;
  }

  .nav-content {
    width: 60vw;
    padding-left: 1rem;
    padding-right: 1rem;
    display: none;
  }

  .nav-logo {
    width: 3.5rem;
  }

  .nav-link {
    font-size: 2rem;
    text-decoration: none;
  }

  .logo-link {
    z-index: 999;
    position: relative;
  }

  .button-menu {
    z-index: 999;
    color: #0f0f0f;
    cursor: pointer;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .nav-link-item {
    overflow: hidden;
  }

  .sticky-wrap {
    top: 0;
  }

  .services-wrap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .services-row {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .services-right, .services-left {
    width: 100%;
  }

  .service-sticky {
    max-width: 40ch;
    position: static;
    top: 0;
  }

  .display-4xl {
    font-size: 2rem;
  }

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

  .about-intro-wrap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .about-portrait-wrap {
    width: 80%;
  }

  .about-content {
    max-width: 40ch;
    margin-top: 3em;
  }

  .testimonial-mask {
    padding-bottom: 4rem;
  }

  .testimonial-slide {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-component {
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonial-text-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .client-info-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial-content {
    border-radius: .25rem;
  }

  .pagination {
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .section-text-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .blog-row-wrap {
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.4rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .blog-row-details {
    flex-flow: row;
  }

  .blog-title-wrap {
    text-align: left;
    position: relative;
  }

  .blog-thumbnail-wrap {
    display: none;
  }

  .blog-row-title {
    flex-flow: row;
  }

  .display-large {
    font-size: var(--font-size--large);
  }

  .blog-row-list {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    padding-left: 0;
    padding-right: 0;
  }

  .overview-wrap {
    max-width: 40ch;
  }

  .project-info-wrap {
    flex-flow: row;
  }

  .works-gallery {
    grid-template-columns: 1fr;
  }

  .works-image-wrap._1-1 {
    border-radius: .25rem;
  }

  .works-image-wrap._4-5 {
    width: 100%;
  }

  .projec-info-text {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .projects-collection-list {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .blog-container {
    padding-right: var(--site-padding--mobile);
    padding-left: var(--site-padding--mobile);
  }

  .blog-right-content {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    place-items: start stretch;
    padding-right: 0;
  }

  .blog-sticky-wrap {
    margin-left: 0;
    position: relative;
    top: 0;
  }

  .blog-header-image-wrap {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .display-2xl {
    font-size: 1.5rem;
  }

  .press-row {
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .press-wrap {
    flex-flow: wrap;
  }

  .contact-image-wrap {
    aspect-ratio: 1;
  }

  .contact-circular-wrap {
    display: none;
  }

  .contact-details-wrap {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .blog-row-info {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: column;
  }

  .inside_button_text {
    max-width: 80%;
  }

  .label_img {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .icons_grid_row {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .icons_item.int_ext {
    min-height: 6rem;
  }

  .text-medium.icons_text {
    width: auto;
  }

  .int_ext_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .logo-footer {
    width: 3.5rem;
  }

  ._2chambres, ._3chambres, ._1chambreden {
    font-size: 14px;
  }

  .text-field-white {
    font-size: 16px;
  }

  .field-wrap-4._2-col {
    grid-template-columns: 1fr;
    padding-top: 5px;
  }

  ._1chambre {
    font-size: 14px;
  }

  .formlocation {
    width: auto;
  }

  ._2habitants, .studio {
    font-size: 14px;
  }

  .about_icon {
    max-width: none;
  }

  .field-wrap {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .button-wrapper-main {
    margin-top: 30px;
  }
}

@media screen and (max-width: 479px) {
  h5 {
    font-weight: 400;
  }

  p {
    margin-bottom: 0;
  }

  .style-guide-item-wrap {
    padding-bottom: 2rem;
  }

  .style-guide-heading-wrapper {
    margin-bottom: 3rem;
  }

  .rich-text h1 {
    font-size: var(--font-size--4xl);
  }

  .rich-text h3 {
    font-size: var(--font-size--2xl);
  }

  .rich-text h4 {
    font-size: var(--font-size--xl);
  }

  .rich-text h5 {
    font-size: var(--font-size--large);
  }

  .container {
    padding-right: var(--site-padding--mobile);
    padding-left: var(--site-padding--mobile);
  }

  .margin-bottom.small {
    margin-bottom: .5rem;
  }

  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
    display: block;
  }

  .section.intro {
    padding-top: 8rem;
  }

  .section.project-header {
    padding-top: 10rem;
    padding-bottom: 4rem;
  }

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

  .display-8xl {
    font-size: var(--font-size--6xl);
  }

  .form-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .hero-image-wrap {
    display: none;
  }

  .welcome-content-wrap {
    width: 60vw;
    height: 60%;
  }

  .circle-container {
    width: 6em;
    height: 6em;
    top: -3em;
    right: -3em;
  }

  .circular-text {
    padding: .25rem;
  }

  ._12-column-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .content-wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .home-project-wrap {
    grid-row-gap: 4rem;
  }

  .view-project-wrap {
    width: 30vw;
  }

  .service-image {
    opacity: 0;
  }

  .service-content-wrap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .learn-more-wrap {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .logos-list {
    justify-content: center;
  }

  .logo-image-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .footer-button {
    padding-bottom: .25rem;
  }

  .footer-content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer-legal-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 100%;
  }

  .footer-bottom {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 3rem;
    display: flex;
  }

  .nav-link-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .nav-content {
    width: 100vw;
    display: none;
  }

  .logo-link {
    z-index: 999;
    position: relative;
  }

  .nav-social-icons {
    display: none;
  }

  .nav-bar {
    z-index: 999;
  }

  .nav-link-wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    text-decoration: none;
    display: flex;
  }

  .button-menu {
    overflow: visible;
  }

  .nav-link-item {
    overflow: hidden;
  }

  .sticky-wrap {
    top: 0;
  }

  .services-wrap {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .services-row {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .service-image-large._1-1 {
    width: 100%;
  }

  .services-right {
    flex-flow: column;
    width: 100%;
  }

  .services-left {
    width: 100%;
  }

  .accordion-bottom-wrap {
    padding-right: 0;
  }

  .accordion-top-wrap {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .display-4xl {
    font-size: 1.75rem;
  }

  .about-content {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .testimonial-mask {
    width: 100%;
    padding-bottom: 2rem;
  }

  .testimonial-slide, .testimonial-component {
    width: 100%;
  }

  .slider-arrow-left {
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .slider-arrow-right {
    margin-left: 3.5rem;
    position: absolute;
  }

  .client-info-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-text-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .projects-collection-list {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .blog-right-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-right: 0;
  }

  .blog-sticky-wrap {
    margin-left: 0;
    top: 0;
  }

  .display-2xl {
    font-size: 1.125rem;
  }

  .press-row {
    flex-flow: row;
  }

  .press-wrap {
    flex-flow: wrap;
  }

  .coll_img_wrapper {
    margin-top: 4rem;
  }

  .icons_content_wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    display: flex;
  }

  .icons_grid_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    border-bottom-style: none;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    padding-bottom: 0;
    display: grid;
  }

  .icons_item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .radio-button-locataire-2 {
    font-size: 14px;
  }

  ._2chambres, ._3chambres {
    height: 45px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 20px;
    display: none;
  }

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

  .service_button {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  ._1chambreden {
    height: 45px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 20px;
    display: none;
  }

  .text-field-white {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .titre-logement {
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 30px;
    font-size: 16px;
    display: block;
  }

  ._1habitant {
    height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 20px;
    display: none;
  }

  .form-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    display: block;
  }

  .form-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .field-wrap-4 {
    flex-flow: column;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    display: flex;
  }

  .field-wrap-4._2-col {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  ._1chambre {
    height: 45px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 20px;
    display: none;
  }

  .formlocation {
    width: 100%;
  }

  .columns-locataires-2 {
    text-align: left;
  }

  .radio-button-label-3 {
    font-size: 14px;
    line-height: 22px;
  }

  ._2habitants {
    height: 45px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 20px;
    display: none;
  }

  .titre-locataires-2 {
    margin-bottom: 20px;
    padding-top: 30px;
    font-size: 16px;
    display: block;
  }

  .form-block-vente-1 {
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .studio {
    height: 45px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 20px;
    display: none;
  }

  .about_icon {
    width: 3rem;
  }

  ._1habitants {
    height: 57px;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 1em;
    display: none;
  }

  .field-wrap {
    flex-direction: column;
    display: flex;
  }

  .field-wrap.checklist {
    padding-bottom: 0;
  }

  ._2habitants-2 {
    height: 57px;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 1em;
    display: none;
  }

  .columns-locataires {
    text-align: left;
  }

  .radio-button-locataire {
    margin-bottom: 10px;
  }

  .form-grid-rent {
    flex-direction: column;
    display: flex;
  }

  .titre-locataires {
    padding-top: 30px;
    display: block;
  }

  .contacts-input-text {
    margin-top: 0;
  }

  .legal-text {
    font-size: 15px;
    line-height: 16px;
  }
}

#w-node-c00aa564-e027-7cc8-e0f7-7360124a8863-0d4eddaa {
  grid-area: 1 / 2 / 2 / 5;
  align-self: start;
}

#w-node-c00aa564-e027-7cc8-e0f7-7360124a8866-0d4eddaa {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-c00aa564-e027-7cc8-e0f7-7360124a886c-0d4eddaa {
  grid-area: 2 / 6 / 3 / 13;
}

#w-node-_26e804a5-83c4-4594-e0b5-b033ee78b784-0d4eddaa {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_26e804a5-83c4-4594-e0b5-b033ee78b785-0d4eddaa {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-ff4d2c2d-0768-0bf4-f8ce-d89f52236b89-0d4eddaa {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_1d3af196-c69b-ca31-82cd-d6729cd6e2d2-0d4eddaa {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-ea156e2a-c693-2716-d7e7-9b6570291bc1-0d4eddaa {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-ea156e2a-c693-2716-d7e7-9b6570291bbf-0d4eddaa {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-ef6ec4a4-f7b6-5721-8086-44f23311dfa0-0d4eddaa {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_02931f8c-3e39-8e46-e9f2-29cad23c8db0-0d4eddaa {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-fa675d59-efd8-0966-8cfa-1b30f5b2bb64-0d4eddaa, #w-node-_88a98b8f-16c3-96a1-4ab9-13fc67742f2d-0d4eddaa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ee5ea1c-47e9-d24c-b448-a259192000f8-0d4eddaa {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5c9b3c8f-9f3e-6bc7-588c-41e6254b706d-0d4eddaa {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_5c9b3c8f-9f3e-6bc7-588c-41e6254b7074-0d4eddaa {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_126eb801-e6e4-67e5-8151-5ca187ef99b0-87ef99ab {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_126eb801-e6e4-67e5-8151-5ca187ef99bc-87ef99ab {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-e3524234-7ce5-d679-c0d3-53ab298a74f7-87ef99ab {
  align-self: center;
}

#w-node-_38d6020b-da83-b146-68bc-110794c5d0c7-87ef99ab {
  align-self: end;
}

#w-node-c263b36d-89f6-598c-6c93-eb5ef558bb53-f558bb39, #w-node-c263b36d-89f6-598c-6c93-eb5ef558bb55-f558bb39, #\31 Habitant.w-node-c263b36d-89f6-598c-6c93-eb5ef558bb60-f558bb39, #\32 Habitants.w-node-c263b36d-89f6-598c-6c93-eb5ef558bb61-f558bb39 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Chambres.w-node-c263b36d-89f6-598c-6c93-eb5ef558bb62-f558bb39, #Budget.w-node-c263b36d-89f6-598c-6c93-eb5ef558bb63-f558bb39, #Stationnement.w-node-c263b36d-89f6-598c-6c93-eb5ef558bb66-f558bb39, #Occupation.w-node-c263b36d-89f6-598c-6c93-eb5ef558bb68-f558bb39, #Animal.w-node-c263b36d-89f6-598c-6c93-eb5ef558bb69-f558bb39, #Reference.w-node-c263b36d-89f6-598c-6c93-eb5ef558bb6b-f558bb39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c263b36d-89f6-598c-6c93-eb5ef558bb6c-f558bb39 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_48b34341-a8a6-75ff-bc69-c3a40f0e16e3-0d4eddb1 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_42338677-826b-fd11-5f83-a04b84c8b52a-0d4eddb1 {
  grid-area: 1 / 1 / 2 / 3;
  place-self: start;
}

#w-node-_42338677-826b-fd11-5f83-a04b84c8b534-0d4eddb1 {
  grid-area: 1 / 3 / 2 / 13;
}

#w-node-_9c83f651-46ca-169d-d645-25f5eedc33f9-0d4eddb2, #w-node-_3ddc091c-965d-4905-4974-f574eafa2ccf-0d4eddb2 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_1e22d4af-5eeb-e55f-b540-3363428e7a12-0d4eddb2, #w-node-eb30c57a-8489-6297-9bc5-2e58ca7465d6-0d4eddb2 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_8924c6e8-f941-d506-3fd5-9b305e6b10b5-0d4eddb2 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_000c984b-0f13-33fc-36f2-cfc5aafbd3cd-0d4eddb2 {
  grid-area: 1 / 3 / 2 / 8;
}

#w-node-_3ca65e78-ef6e-fc54-fc21-8b78317552cf-0d4eddb2 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_5a1fd915-31dc-ed59-f30c-dbcb5f9992c1-0d4eddb2, #w-node-_5d69baaf-e15c-6892-4b51-1f64de236053-0d4eddb2 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_258d9963-e2cf-1649-95d2-171e52048096-0d4eddb2 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_258d9963-e2cf-1649-95d2-171e52048098-0d4eddb2 {
  grid-area: 1 / 3 / 2 / 8;
}

#w-node-_258d9963-e2cf-1649-95d2-171e52048099-0d4eddb2 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_258d9963-e2cf-1649-95d2-171e5204809b-0d4eddb2, #w-node-_258d9963-e2cf-1649-95d2-171e5204809c-0d4eddb2 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-d2211d42-306d-3ee7-af6e-799ea421e46f-0d4eddb2 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-d2211d42-306d-3ee7-af6e-799ea421e471-0d4eddb2 {
  grid-area: 1 / 3 / 2 / 8;
}

#w-node-d2211d42-306d-3ee7-af6e-799ea421e472-0d4eddb2 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-d2211d42-306d-3ee7-af6e-799ea421e474-0d4eddb2, #w-node-d2211d42-306d-3ee7-af6e-799ea421e475-0d4eddb2 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_3d68f247-b7ed-6a98-b6e3-542135bee58a-0d4eddb2 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_3d68f247-b7ed-6a98-b6e3-542135bee58c-0d4eddb2 {
  grid-area: 1 / 3 / 2 / 8;
}

#w-node-_3d68f247-b7ed-6a98-b6e3-542135bee58d-0d4eddb2 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_3d68f247-b7ed-6a98-b6e3-542135bee58f-0d4eddb2, #w-node-_3d68f247-b7ed-6a98-b6e3-542135bee590-0d4eddb2 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_5e6bc777-c06b-e3a7-7919-5c70514dcc5e-0d4eddb2 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5e6bc777-c06b-e3a7-7919-5c70514dcc60-0d4eddb2 {
  grid-area: 1 / 3 / 2 / 8;
}

#w-node-_5e6bc777-c06b-e3a7-7919-5c70514dcc61-0d4eddb2 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_5e6bc777-c06b-e3a7-7919-5c70514dcc63-0d4eddb2, #w-node-_5e6bc777-c06b-e3a7-7919-5c70514dcc64-0d4eddb2 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_8cd91122-1e7f-0a46-45ef-ea6f612925c1-0d4eddb3 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_48b865c7-3c63-0ec2-89e4-0035080bcb6d-0d4eddb3, #w-node-f024f803-0fb6-21c1-cc63-d14147c7c089-0d4eddb3 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-b7ab0f31-0f32-eefd-b298-201e4c4674f5-0d4eddb3 {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-b7ab0f31-0f32-eefd-b298-201e4c4674f6-0d4eddb3, #w-node-_4b7594ee-952b-9809-dd47-4bf32edc80bf-0d4eddb3 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_4b7594ee-952b-9809-dd47-4bf32edc80c0-0d4eddb3 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_8a65385b-8258-09b6-35b1-8a6a501a2ed4-0d4eddb3 {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-ddeb5a7e-97b4-715a-64f9-19e743a2b89a-0d4eddb4 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-ddeb5a7e-97b4-715a-64f9-19e743a2b89c-0d4eddb4 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-c04e9d6b-b600-c27b-1d9b-28178a61c9c1-0d4eddb4 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-b7ce0bb9-af98-5e60-45f1-df94b7fc0106-0d4eddb4 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_97be71e2-444b-1059-5e07-b94ce3561bb2-0d4eddb4 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-ee9cde90-4f3d-3e90-50f5-15ff907864a8-0d4eddb4, #w-node-_68b9fe21-715e-c659-22c6-8af365f55d76-0d4eddb4 {
  grid-area: 1 / 3 / 2 / 9;
}

#w-node-_7f028c4f-e9f9-05fa-8afc-506f6d2bee46-0d4eddb4 {
  grid-area: 1 / 9 / 2 / 12;
}

#w-node-_807edf36-6930-8078-fa3d-8beb958547e0-0d4eddb4 {
  grid-area: 1 / 10 / 2 / 13;
  justify-self: end;
}

#w-node-_818c9bd3-c2f5-89e0-1024-16b66e543018-0d4eddb4 {
  grid-area: 1 / 12 / 2 / 13;
}

#w-node-_04d7933e-9095-ae20-dc56-a71cdd08e21a-0d4eddb5 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_04d7933e-9095-ae20-dc56-a71cdd08e21b-0d4eddb5 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-a761539b-7f5e-f5c2-c44e-1992441614b1-0d4eddb6 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-a761539b-7f5e-f5c2-c44e-1992441614b2-0d4eddb6 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_769ae3bb-ea82-f79d-d7f4-85206008cc6b-0d4eddb6 {
  grid-area: 3 / 2 / 4 / 7;
}

#w-node-_67900a5c-47b5-fd4e-65eb-3ecd21916865-0d4eddb6 {
  grid-area: 3 / 1 / 4 / 3;
  align-self: end;
}

#w-node-_754fc9dc-2da5-6c38-c1f4-b714e6bf0e46-0d4eddb6 {
  grid-area: 2 / 2 / 2 / 7;
}

#w-node-_55ae211e-ec13-853a-0ada-8ba9b919a179-0d4eddb6 {
  grid-area: 2 / 9 / 4 / 13;
  align-self: start;
}

#w-node-_7ca76fb0-9aaf-c405-cc13-06fa69d7a364-0d4eddb6 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-_76f4c76d-5065-7b84-630c-d2e1a01a0c80-0d4eddb7 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-b457461b-5afc-def0-99c1-1828b23799db-0d4eddb7 {
  grid-area: 1 / 8 / 2 / 12;
  justify-self: center;
}

#w-node-_57384789-202b-24fc-4c5c-1c4aa9c30390-0d4eddb7 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_57384789-202b-24fc-4c5c-1c4aa9c30391-0d4eddb7 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_57384789-202b-24fc-4c5c-1c4aa9c30397-0d4eddb7 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_57384789-202b-24fc-4c5c-1c4aa9c3039d-0d4eddb7 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_57384789-202b-24fc-4c5c-1c4aa9c303a0-0d4eddb7 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_071e484b-2ea7-8f20-0346-981722288203-0d4eddb7 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-f6a3366d-e8b0-ff31-3d73-44da703a7482-0d4eddb7 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_656227c4-85b6-784e-3ee6-62ebc76e0da6-0d4eddb7 {
  grid-area: 5 / 1 / 6 / 3;
}

#w-node-_3bcd1731-8b6d-df5d-548c-dbe17832df2c-0d4eddb7 {
  grid-area: 6 / 1 / 7 / 2;
  place-self: center;
}

#w-node-baa8bd26-e7c0-bd82-a24d-bc2f28083407-0d4eddb7 {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-_0dc27ebc-5ff5-e522-2e20-f74f7bec37d4-0d4eddb7 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_3117a366-2b9e-6799-ebac-4d74e0308d08-0d4eddb8 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_3117a366-2b9e-6799-ebac-4d74e0308d0b-0d4eddb8 {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-_3117a366-2b9e-6799-ebac-4d74e0308d17-0d4eddb8 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_3117a366-2b9e-6799-ebac-4d74e0308d1e-0d4eddb8 {
  grid-area: 2 / 2 / 3 / 8;
}

#w-node-_3117a366-2b9e-6799-ebac-4d74e0308d54-0d4eddb8 {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-c00aa564-e027-7cc8-e0f7-7360124a8863-af196bc0 {
  grid-area: 1 / 2 / 2 / 5;
  align-self: start;
}

#w-node-c00aa564-e027-7cc8-e0f7-7360124a8864-af196bc0 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: stretch;
}

#w-node-c00aa564-e027-7cc8-e0f7-7360124a8866-af196bc0 {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-c00aa564-e027-7cc8-e0f7-7360124a886c-af196bc0 {
  grid-area: 2 / 6 / 3 / 13;
}

#w-node-_26e804a5-83c4-4594-e0b5-b033ee78b784-af196bc0 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_26e804a5-83c4-4594-e0b5-b033ee78b785-af196bc0 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_4fc9d561-9cc9-8f02-3eb5-49e8a0550688-af196bc0 {
  grid-area: 1 / 11 / 2 / 13;
  justify-self: end;
}

#w-node-_0ec6a8e3-3639-bea4-3844-baf85c36b3d5-af196bc0, #w-node-_29984ee6-d1ef-07cd-6032-03f1e044142c-af196bc0 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_3fad1578-e39e-4cba-3c9b-bf584c284bc6-af196bc0, #w-node-_3fad1578-e39e-4cba-3c9b-bf584c284bc8-af196bc0, #w-node-_3fad1578-e39e-4cba-3c9b-bf584c284bca-af196bc0, #w-node-_3fad1578-e39e-4cba-3c9b-bf584c284bcc-af196bc0, #w-node-_3fad1578-e39e-4cba-3c9b-bf584c284bce-af196bc0, #w-node-_3fad1578-e39e-4cba-3c9b-bf584c284bd0-af196bc0, #w-node-_3fad1578-e39e-4cba-3c9b-bf584c284bd2-af196bc0, #w-node-_3fad1578-e39e-4cba-3c9b-bf584c284bd4-af196bc0, #w-node-_8b35f7d3-07bc-1407-2578-44979d543bf7-af196bc0, #w-node-_8b35f7d3-07bc-1407-2578-44979d543bf9-af196bc0, #w-node-_8b35f7d3-07bc-1407-2578-44979d543bfb-af196bc0, #w-node-_8b35f7d3-07bc-1407-2578-44979d543bfd-af196bc0, #w-node-_8b35f7d3-07bc-1407-2578-44979d543bff-af196bc0, #w-node-_8b35f7d3-07bc-1407-2578-44979d543c01-af196bc0, #w-node-_8b35f7d3-07bc-1407-2578-44979d543c03-af196bc0, #w-node-_8b35f7d3-07bc-1407-2578-44979d543c05-af196bc0 {
  justify-self: center;
}

#w-node-ea156e2a-c693-2716-d7e7-9b6570291bbf-af196bc0 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-ea156e2a-c693-2716-d7e7-9b6570291bc1-af196bc0 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_6fc21ab8-e67b-584c-9b55-a3ba1d435ef0-af196bc0, #w-node-c9f7f6b7-16d9-8383-9277-11fe2f98e1cf-af196bc0 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_55cbc6e0-ac00-cf23-0f47-4f0cdca45a13-af196bc0, #w-node-cf41b04c-4c10-a6c2-f253-f798c66ba429-af196bc0 {
  grid-area: 1 / 7 / 2 / 12;
}

@media screen and (max-width: 991px) {
  #w-node-c00aa564-e027-7cc8-e0f7-7360124a8863-0d4eddaa {
    grid-column: 1 / 4;
  }

  #w-node-c00aa564-e027-7cc8-e0f7-7360124a8866-0d4eddaa {
    grid-area: 1 / 4 / 2 / 9;
  }

  #w-node-c00aa564-e027-7cc8-e0f7-7360124a886c-0d4eddaa {
    grid-column: 4 / 9;
  }

  #w-node-_26e804a5-83c4-4594-e0b5-b033ee78b784-0d4eddaa {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_26e804a5-83c4-4594-e0b5-b033ee78b785-0d4eddaa, #w-node-ea156e2a-c693-2716-d7e7-9b6570291bc1-0d4eddaa {
    grid-column-end: 7;
  }

  #w-node-ea156e2a-c693-2716-d7e7-9b6570291bbf-0d4eddaa {
    grid-column: 1 / 9;
  }

  #w-node-fa675d59-efd8-0966-8cfa-1b30f5b2bb64-0d4eddaa, #w-node-_88a98b8f-16c3-96a1-4ab9-13fc67742f2d-0d4eddaa, #w-node-_6ee5ea1c-47e9-d24c-b448-a259192000f8-0d4eddaa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_126eb801-e6e4-67e5-8151-5ca187ef99bc-87ef99ab {
    grid-column: 6 / 9;
    justify-self: end;
  }

  #w-node-_48b34341-a8a6-75ff-bc69-c3a40f0e16e3-0d4eddb1 {
    grid-column-end: 7;
  }

  #w-node-_42338677-826b-fd11-5f83-a04b84c8b52a-0d4eddb1 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_42338677-826b-fd11-5f83-a04b84c8b534-0d4eddb1 {
    grid-area: 1 / 2 / 2 / 9;
  }

  #w-node-_9c83f651-46ca-169d-d645-25f5eedc33f9-0d4eddb2, #w-node-_3ddc091c-965d-4905-4974-f574eafa2ccf-0d4eddb2 {
    grid-column-end: 7;
  }

  #w-node-_1e22d4af-5eeb-e55f-b540-3363428e7a12-0d4eddb2 {
    grid-column-end: 9;
  }

  #w-node-_8924c6e8-f941-d506-3fd5-9b305e6b10b5-0d4eddb2 {
    grid-column-end: 2;
  }

  #w-node-_000c984b-0f13-33fc-36f2-cfc5aafbd3cd-0d4eddb2 {
    grid-column: 2 / 6;
  }

  #w-node-_3ca65e78-ef6e-fc54-fc21-8b78317552cf-0d4eddb2 {
    grid-column-end: 7;
  }

  #w-node-_5a1fd915-31dc-ed59-f30c-dbcb5f9992c1-0d4eddb2 {
    grid-column: 6 / 9;
  }

  #w-node-_258d9963-e2cf-1649-95d2-171e52048096-0d4eddb2 {
    grid-column-end: 2;
  }

  #w-node-_258d9963-e2cf-1649-95d2-171e52048098-0d4eddb2 {
    grid-column: 2 / 6;
  }

  #w-node-_258d9963-e2cf-1649-95d2-171e52048099-0d4eddb2 {
    grid-column-end: 7;
  }

  #w-node-_258d9963-e2cf-1649-95d2-171e5204809b-0d4eddb2 {
    grid-column: 6 / 9;
  }

  #w-node-d2211d42-306d-3ee7-af6e-799ea421e46f-0d4eddb2 {
    grid-column-end: 2;
  }

  #w-node-d2211d42-306d-3ee7-af6e-799ea421e471-0d4eddb2 {
    grid-column: 2 / 6;
  }

  #w-node-d2211d42-306d-3ee7-af6e-799ea421e472-0d4eddb2 {
    grid-column-end: 7;
  }

  #w-node-d2211d42-306d-3ee7-af6e-799ea421e474-0d4eddb2 {
    grid-column: 6 / 9;
  }

  #w-node-_3d68f247-b7ed-6a98-b6e3-542135bee58a-0d4eddb2 {
    grid-column-end: 2;
  }

  #w-node-_3d68f247-b7ed-6a98-b6e3-542135bee58c-0d4eddb2 {
    grid-column: 2 / 6;
  }

  #w-node-_3d68f247-b7ed-6a98-b6e3-542135bee58d-0d4eddb2 {
    grid-column-end: 7;
  }

  #w-node-_3d68f247-b7ed-6a98-b6e3-542135bee58f-0d4eddb2 {
    grid-column: 6 / 9;
  }

  #w-node-_5e6bc777-c06b-e3a7-7919-5c70514dcc5e-0d4eddb2 {
    grid-column-end: 2;
  }

  #w-node-_5e6bc777-c06b-e3a7-7919-5c70514dcc60-0d4eddb2 {
    grid-column: 2 / 6;
  }

  #w-node-_5e6bc777-c06b-e3a7-7919-5c70514dcc61-0d4eddb2 {
    grid-column-end: 7;
  }

  #w-node-_5e6bc777-c06b-e3a7-7919-5c70514dcc63-0d4eddb2 {
    grid-column: 6 / 9;
  }

  #w-node-_8cd91122-1e7f-0a46-45ef-ea6f612925c1-0d4eddb3 {
    grid-column-end: 7;
  }

  #w-node-_48b865c7-3c63-0ec2-89e4-0035080bcb6d-0d4eddb3 {
    grid-column: 1 / 4;
  }

  #w-node-b7ab0f31-0f32-eefd-b298-201e4c4674f5-0d4eddb3 {
    grid-column: 4 / 9;
  }

  #w-node-_4b7594ee-952b-9809-dd47-4bf32edc80bf-0d4eddb3 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_4b7594ee-952b-9809-dd47-4bf32edc80c0-0d4eddb3 {
    grid-column-end: 7;
  }

  #w-node-_8a65385b-8258-09b6-35b1-8a6a501a2ed4-0d4eddb3 {
    grid-column: 4 / 9;
  }

  #w-node-ddeb5a7e-97b4-715a-64f9-19e743a2b89a-0d4eddb4 {
    grid-column: 1 / 9;
  }

  #w-node-ddeb5a7e-97b4-715a-64f9-19e743a2b89c-0d4eddb4 {
    grid-column-end: 7;
  }

  #w-node-b7ce0bb9-af98-5e60-45f1-df94b7fc0106-0d4eddb4 {
    grid-column-end: 8;
  }

  #w-node-_04d7933e-9095-ae20-dc56-a71cdd08e21b-0d4eddb5 {
    grid-column-end: 7;
  }

  #w-node-a761539b-7f5e-f5c2-c44e-1992441614b1-0d4eddb6 {
    grid-column: 1 / 5;
  }

  #w-node-a761539b-7f5e-f5c2-c44e-1992441614b2-0d4eddb6 {
    grid-column-end: 7;
  }

  #w-node-_769ae3bb-ea82-f79d-d7f4-85206008cc6b-0d4eddb6, #w-node-_754fc9dc-2da5-6c38-c1f4-b714e6bf0e46-0d4eddb6 {
    grid-column: 1 / 5;
  }

  #w-node-_55ae211e-ec13-853a-0ada-8ba9b919a179-0d4eddb6 {
    grid-column: 6 / 9;
    align-self: end;
  }

  #w-node-_76f4c76d-5065-7b84-630c-d2e1a01a0c80-0d4eddb7 {
    grid-column: 1 / 5;
  }

  #w-node-b457461b-5afc-def0-99c1-1828b23799db-0d4eddb7 {
    grid-column: 6 / 9;
    justify-self: start;
  }

  #w-node-_3117a366-2b9e-6799-ebac-4d74e0308d08-0d4eddb8 {
    grid-column-end: 3;
  }

  #w-node-_3117a366-2b9e-6799-ebac-4d74e0308d17-0d4eddb8 {
    grid-column: 4 / 9;
  }

  #w-node-_3117a366-2b9e-6799-ebac-4d74e0308d54-0d4eddb8 {
    grid-row: 2 / 3;
    grid-column-end: 9;
  }

  #w-node-c00aa564-e027-7cc8-e0f7-7360124a8863-af196bc0 {
    grid-column: 1 / 4;
  }

  #w-node-c00aa564-e027-7cc8-e0f7-7360124a8866-af196bc0 {
    grid-area: 1 / 3 / 2 / 8;
  }

  #w-node-c00aa564-e027-7cc8-e0f7-7360124a886c-af196bc0 {
    grid-column: 3 / 8;
  }

  #w-node-_26e804a5-83c4-4594-e0b5-b033ee78b784-af196bc0 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_26e804a5-83c4-4594-e0b5-b033ee78b785-af196bc0 {
    grid-column-end: 7;
  }

  #w-node-_4fc9d561-9cc9-8f02-3eb5-49e8a0550688-af196bc0 {
    grid-column: 7 / 9;
    justify-self: end;
  }

  #w-node-_0ec6a8e3-3639-bea4-3844-baf85c36b3d5-af196bc0, #w-node-_29984ee6-d1ef-07cd-6032-03f1e044142c-af196bc0 {
    grid-column-end: 7;
  }

  #w-node-ea156e2a-c693-2716-d7e7-9b6570291bbf-af196bc0 {
    grid-column: 1 / 9;
  }

  #w-node-ea156e2a-c693-2716-d7e7-9b6570291bc1-af196bc0 {
    grid-column-end: 7;
  }

  #w-node-_6fc21ab8-e67b-584c-9b55-a3ba1d435ef0-af196bc0, #w-node-c9f7f6b7-16d9-8383-9277-11fe2f98e1cf-af196bc0 {
    grid-column-end: 4;
  }

  #w-node-_55cbc6e0-ac00-cf23-0f47-4f0cdca45a13-af196bc0, #w-node-cf41b04c-4c10-a6c2-f253-f798c66ba429-af196bc0 {
    grid-column: 5 / 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c00aa564-e027-7cc8-e0f7-7360124a8863-0d4eddaa {
    grid-column: 1 / 5;
  }

  #w-node-c00aa564-e027-7cc8-e0f7-7360124a8866-0d4eddaa {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-c00aa564-e027-7cc8-e0f7-7360124a886c-0d4eddaa {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_26e804a5-83c4-4594-e0b5-b033ee78b784-0d4eddaa {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_26e804a5-83c4-4594-e0b5-b033ee78b785-0d4eddaa, #w-node-ea156e2a-c693-2716-d7e7-9b6570291bc1-0d4eddaa, #w-node-ea156e2a-c693-2716-d7e7-9b6570291bbf-0d4eddaa {
    grid-column-end: 5;
  }

  #w-node-ef6ec4a4-f7b6-5721-8086-44f23311dfa0-0d4eddaa, #w-node-_02931f8c-3e39-8e46-e9f2-29cad23c8db0-0d4eddaa {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-fa675d59-efd8-0966-8cfa-1b30f5b2bb64-0d4eddaa, #w-node-_88a98b8f-16c3-96a1-4ab9-13fc67742f2d-0d4eddaa, #w-node-_6ee5ea1c-47e9-d24c-b448-a259192000f8-0d4eddaa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5c9b3c8f-9f3e-6bc7-588c-41e6254b706d-0d4eddaa, #w-node-_5c9b3c8f-9f3e-6bc7-588c-41e6254b7074-0d4eddaa {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_126eb801-e6e4-67e5-8151-5ca187ef99b0-87ef99ab {
    grid-column-end: 5;
  }

  #w-node-_126eb801-e6e4-67e5-8151-5ca187ef99bc-87ef99ab {
    grid-area: 2 / 1 / 3 / 5;
    justify-self: start;
  }

  #w-node-_126eb801-e6e4-67e5-8151-5ca187ef99df-87ef99ab {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_48b34341-a8a6-75ff-bc69-c3a40f0e16e3-0d4eddb1, #w-node-_42338677-826b-fd11-5f83-a04b84c8b52a-0d4eddb1 {
    grid-column-end: 5;
  }

  #w-node-_42338677-826b-fd11-5f83-a04b84c8b534-0d4eddb1 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_9c83f651-46ca-169d-d645-25f5eedc33f9-0d4eddb2, #w-node-_3ddc091c-965d-4905-4974-f574eafa2ccf-0d4eddb2, #w-node-_8924c6e8-f941-d506-3fd5-9b305e6b10b5-0d4eddb2 {
    grid-column-end: 5;
  }

  #w-node-_000c984b-0f13-33fc-36f2-cfc5aafbd3cd-0d4eddb2 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_3ca65e78-ef6e-fc54-fc21-8b78317552cf-0d4eddb2 {
    grid-column-end: 5;
  }

  #w-node-_5a1fd915-31dc-ed59-f30c-dbcb5f9992c1-0d4eddb2 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_258d9963-e2cf-1649-95d2-171e52048096-0d4eddb2 {
    grid-column-end: 5;
  }

  #w-node-_258d9963-e2cf-1649-95d2-171e52048098-0d4eddb2 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_258d9963-e2cf-1649-95d2-171e52048099-0d4eddb2 {
    grid-column-end: 5;
  }

  #w-node-_258d9963-e2cf-1649-95d2-171e5204809b-0d4eddb2 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-d2211d42-306d-3ee7-af6e-799ea421e46f-0d4eddb2 {
    grid-column-end: 5;
  }

  #w-node-d2211d42-306d-3ee7-af6e-799ea421e471-0d4eddb2 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-d2211d42-306d-3ee7-af6e-799ea421e472-0d4eddb2 {
    grid-column-end: 5;
  }

  #w-node-d2211d42-306d-3ee7-af6e-799ea421e474-0d4eddb2 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_3d68f247-b7ed-6a98-b6e3-542135bee58a-0d4eddb2 {
    grid-column-end: 5;
  }

  #w-node-_3d68f247-b7ed-6a98-b6e3-542135bee58c-0d4eddb2 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_3d68f247-b7ed-6a98-b6e3-542135bee58d-0d4eddb2 {
    grid-column-end: 5;
  }

  #w-node-_3d68f247-b7ed-6a98-b6e3-542135bee58f-0d4eddb2 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_5e6bc777-c06b-e3a7-7919-5c70514dcc5e-0d4eddb2 {
    grid-column-end: 5;
  }

  #w-node-_5e6bc777-c06b-e3a7-7919-5c70514dcc60-0d4eddb2 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_5e6bc777-c06b-e3a7-7919-5c70514dcc61-0d4eddb2 {
    grid-column-end: 5;
  }

  #w-node-_5e6bc777-c06b-e3a7-7919-5c70514dcc63-0d4eddb2 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_8cd91122-1e7f-0a46-45ef-ea6f612925c1-0d4eddb3, #w-node-_48b865c7-3c63-0ec2-89e4-0035080bcb6d-0d4eddb3 {
    grid-column-end: 5;
  }

  #w-node-b7ab0f31-0f32-eefd-b298-201e4c4674f5-0d4eddb3 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_4b7594ee-952b-9809-dd47-4bf32edc80bf-0d4eddb3 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_4b7594ee-952b-9809-dd47-4bf32edc80c0-0d4eddb3 {
    grid-column-end: 5;
  }

  #w-node-_8a65385b-8258-09b6-35b1-8a6a501a2ed4-0d4eddb3 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_8a65385b-8258-09b6-35b1-8a6a501a2ed7-0d4eddb3, #w-node-_925364e4-e462-c21c-001f-3373c7c953a7-0d4eddb3, #w-node-_5b593b65-d9cd-dd70-ca86-f9bb2b2dd098-0d4eddb3, #w-node-_54773577-4a73-074d-ecc2-7505fe112e36-0d4eddb3 {
    order: -9999;
  }

  #w-node-ddeb5a7e-97b4-715a-64f9-19e743a2b89a-0d4eddb4, #w-node-ddeb5a7e-97b4-715a-64f9-19e743a2b89c-0d4eddb4, #w-node-_97be71e2-444b-1059-5e07-b94ce3561bb2-0d4eddb4 {
    grid-column-end: 5;
  }

  #w-node-ee9cde90-4f3d-3e90-50f5-15ff907864a8-0d4eddb4 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_807edf36-6930-8078-fa3d-8beb958547e0-0d4eddb4 {
    grid-area: 2 / 1 / 3 / 5;
    justify-self: start;
  }

  #w-node-_04d7933e-9095-ae20-dc56-a71cdd08e21b-0d4eddb5, #w-node-a761539b-7f5e-f5c2-c44e-1992441614b2-0d4eddb6 {
    grid-column-end: 5;
  }

  #w-node-_769ae3bb-ea82-f79d-d7f4-85206008cc6b-0d4eddb6 {
    grid-row: 4 / 5;
  }

  #w-node-_754fc9dc-2da5-6c38-c1f4-b714e6bf0e46-0d4eddb6 {
    grid-row: 2 / 3;
    grid-column-end: 5;
  }

  #w-node-_55ae211e-ec13-853a-0ada-8ba9b919a179-0d4eddb6 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_76f4c76d-5065-7b84-630c-d2e1a01a0c80-0d4eddb7 {
    grid-column-end: 4;
  }

  #w-node-b457461b-5afc-def0-99c1-1828b23799db-0d4eddb7 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_57384789-202b-24fc-4c5c-1c4aa9c30391-0d4eddb7 {
    grid-row-start: 1;
    grid-column-end: 2;
  }

  #w-node-_57384789-202b-24fc-4c5c-1c4aa9c30397-0d4eddb7 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center start;
  }

  #w-node-_57384789-202b-24fc-4c5c-1c4aa9c3039d-0d4eddb7 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_57384789-202b-24fc-4c5c-1c4aa9c303a0-0d4eddb7 {
    grid-row: 4 / 5;
    grid-column-end: 2;
  }

  #w-node-_071e484b-2ea7-8f20-0346-981722288203-0d4eddb7 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-f6a3366d-e8b0-ff31-3d73-44da703a7482-0d4eddb7 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_656227c4-85b6-784e-3ee6-62ebc76e0da6-0d4eddb7 {
    grid-row: 7 / 8;
    grid-column-end: 2;
  }

  #w-node-_3bcd1731-8b6d-df5d-548c-dbe17832df2c-0d4eddb7 {
    grid-area: 8 / 1 / 9 / 2;
    place-self: center start;
  }

  #w-node-baa8bd26-e7c0-bd82-a24d-bc2f28083407-0d4eddb7 {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-_3117a366-2b9e-6799-ebac-4d74e0308d08-0d4eddb8 {
    grid-column-end: 5;
  }

  #w-node-_3117a366-2b9e-6799-ebac-4d74e0308d17-0d4eddb8 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_3117a366-2b9e-6799-ebac-4d74e0308d1e-0d4eddb8 {
    grid-column: 1 / 5;
  }

  #w-node-_3117a366-2b9e-6799-ebac-4d74e0308d54-0d4eddb8 {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }

  #w-node-c00aa564-e027-7cc8-e0f7-7360124a8863-af196bc0 {
    grid-column-start: 1;
  }

  #w-node-c00aa564-e027-7cc8-e0f7-7360124a8864-af196bc0 {
    grid-column: 1 / 5;
  }

  #w-node-c00aa564-e027-7cc8-e0f7-7360124a8866-af196bc0 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-c00aa564-e027-7cc8-e0f7-7360124a886c-af196bc0 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_26e804a5-83c4-4594-e0b5-b033ee78b784-af196bc0 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_26e804a5-83c4-4594-e0b5-b033ee78b785-af196bc0 {
    grid-column-end: 5;
  }

  #w-node-_4fc9d561-9cc9-8f02-3eb5-49e8a0550688-af196bc0 {
    grid-column: 3 / 5;
  }

  #w-node-_0ec6a8e3-3639-bea4-3844-baf85c36b3d5-af196bc0, #w-node-_29984ee6-d1ef-07cd-6032-03f1e044142c-af196bc0, #w-node-ea156e2a-c693-2716-d7e7-9b6570291bbf-af196bc0, #w-node-ea156e2a-c693-2716-d7e7-9b6570291bc1-af196bc0 {
    grid-column-end: 5;
  }

  #w-node-_6fc21ab8-e67b-584c-9b55-a3ba1d435ef0-af196bc0, #w-node-c9f7f6b7-16d9-8383-9277-11fe2f98e1cf-af196bc0 {
    grid-column: 1 / 5;
  }

  #w-node-_55cbc6e0-ac00-cf23-0f47-4f0cdca45a13-af196bc0, #w-node-cf41b04c-4c10-a6c2-f253-f798c66ba429-af196bc0 {
    grid-area: 2 / 1 / 3 / 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c00aa564-e027-7cc8-e0f7-7360124a8866-0d4eddaa {
    grid-column-end: 5;
  }

  #w-node-_42338677-826b-fd11-5f83-a04b84c8b534-0d4eddb1 {
    grid-row: 2 / 3;
  }

  #w-node-_8a65385b-8258-09b6-35b1-8a6a501a2ed4-0d4eddb3 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_76f4c76d-5065-7b84-630c-d2e1a01a0c80-0d4eddb7 {
    grid-column-end: 5;
  }

  #w-node-_3117a366-2b9e-6799-ebac-4d74e0308d54-0d4eddb8 {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }

  #w-node-c00aa564-e027-7cc8-e0f7-7360124a8866-af196bc0 {
    grid-column-end: 5;
  }
}


@font-face {
  font-family: 'Orticalinear';
  src: url('../fonts/OrticaLinear-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ethereal';
  src: url('../fonts/Ethereal-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ethereal';
  src: url('../fonts/Ethereal-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ethereal';
  src: url('../fonts/Ethereal-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraBold.ttf') format('truetype'), url('../fonts/Inter-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Variablefont Slnt Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}