:root {
  --relume-library-lite--rl-white: white;
  --_typography---font-styles--body: Lexend, sans-serif;
  --color-scheme-1--text-2\<deleted\|relume-variable-color-scheme-1-text\>: #3d3b30;
  --_typography---font-styles--heading: "Gasoek One", sans-serif;
  --color-scheme-1--text: var(--_primitives---colors--olive-noire);
  --_primitives---colors--blanc-pur: white;
  --_primitives---colors--beige-pain: #faf9f5;
  --_primitives---colors--orange-pastis\<deleted\|relume-variable-neutral-white\>: var(--_primitives---colors--texte);
  --_primitives---colors--jaune-provence: #f7d08a;
  --color-scheme-1--button: #f3bb53;
  --_primitives---opacity--transparent: transparent;
  --_primitives---colors--neutral-darkest: black;
  --text-color--text-alternate\<deleted\|relume-variable-text-color-3\>: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  --color-scheme-1--background-2: white;
  --_primitives---colors--bleu-logo: #9cc8e7;
  --_primitives---colors--orange-provence: #f79f79;
  --_primitives---opacity--neutral-darkest-60: #0009;
  --_primitives---opacity--white-60: #fff9;
  --_ui-styles---stroke--border-width: 1px;
  --color-scheme-1--border: var(--_primitives---colors--neutral-darkest);
  --_ui-styles---radius--medium: 0px;
  --color-scheme-1--foreground: var(--_primitives---colors--bleu-logo);
  --background-color--background-secondary\<deleted\|relume-variable-background-color-2\>: var(--base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>);
  --border-color--border-primary\<deleted\|relume-variable-border-color-1\>: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  --_ui-styles---radius--small: 0px;
  --color-scheme-1--background: var(--_primitives---colors--beige-pain);
  --_ui-styles---radius--large: 0px;
  --color-scheme-1--accent: var(--_primitives---colors--neutral-darkest);
  --relume-library-lite--rl-black: black;
  --_ui-styles---stroke--divider-width: 1px;
  --color-scheme-1--button-2: #f25918;
  --_primitives---colors--neutral-darker: #222;
  --_primitives---colors--texte: #3d3b30;
  --_primitives---colors--neutral: #666;
  --_primitives---colors--neutral-dark: #444;
  --_primitives---colors--olive-noire: #3d3b30;
  --_primitives---colors--lavande: #e2e4f6;
  --_primitives---colors--eerie-black: #1d1e18;
  --_primitives---opacity--white-5: #ffffff0d;
  --_primitives---opacity--white-10: #ffffff1a;
  --_primitives---opacity--white-15: #ffffff26;
  --_primitives---opacity--white-20: #fff3;
  --_primitives---opacity--white-30: #ffffff4d;
  --_primitives---opacity--white-40: #fff6;
  --_primitives---opacity--white-50: #ffffff80;
  --_primitives---opacity--neutral-darkest-5: #0000000d;
  --_primitives---opacity--neutral-darkest-10: #0000001a;
  --_primitives---opacity--neutral-darkest-15: #00000026;
  --_primitives---opacity--neutral-darkest-20: #0003;
  --_primitives---opacity--neutral-darkest-30: #0000004d;
  --_primitives---opacity--neutral-darkest-40: #0006;
  --_primitives---opacity--neutral-darkest-50: #00000080;
  --base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>: white;
  --base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>: #eee;
  --base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>: black;
}

.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-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

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

body {
  background-color: var(--relume-library-lite--rl-white);
  font-family: var(--_typography---font-styles--body);
  color: var(--color-scheme-1--text-2\<deleted\|relume-variable-color-scheme-1-text\>);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  font-family: var(--_typography---font-styles--heading);
  color: var(--color-scheme-1--text);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  font-family: var(--_typography---font-styles--heading);
  color: var(--color-scheme-1--text);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  font-family: var(--_typography---font-styles--heading);
  color: var(--color-scheme-1--text);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  font-family: var(--_typography---font-styles--heading);
  color: var(--color-scheme-1--text);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  font-family: var(--_typography---font-styles--heading);
  color: var(--color-scheme-1--text);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  font-family: var(--_typography---font-styles--heading);
  color: var(--color-scheme-1--text);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--color-scheme-1--text-2\<deleted\|relume-variable-color-scheme-1-text\>);
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--color-scheme-1--text-2\<deleted\|relume-variable-color-scheme-1-text\>);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

.hide {
  display: none;
}

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

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.page-wrapper {
  color: #3d3b30;
}

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

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

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

.spacing-clean {
  margin: 0;
  padding: 0;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper {
  color: #3d3b30;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-tiny {
  margin: .25rem;
}

.margin-xxsmall {
  margin: .5rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .25rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top {
  margin: 2rem 0 0;
}

.margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  overflow: visible;
}

.margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge {
  background-color: var(--_primitives---colors--blanc-pur);
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge.background-color-beige_footer {
  background-color: var(--_primitives---colors--beige-pain);
}

.padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.text-weight-medium {
  color: var(--color-scheme-1--text);
  font-weight: 500;
}

.text-size-medium {
  font-size: 1.125rem;
  font-weight: 300;
}

.text-size-medium.white-text {
  color: var(--_primitives---colors--blanc-pur);
}

.text-size-medium.white-text.custom-font-size_20 {
  font-size: 1rem;
  line-height: 1.4;
}

.text-size-medium.spacer-medium {
  color: var(--color-scheme-1--text);
}

.text-size-medium.spacer-xxsmall {
  color: var(--color-scheme-1--text);
  font-weight: 300;
}

.text-size-medium.spacer-large {
  color: var(--color-scheme-1--text);
}

.margin-top-auto {
  margin-top: auto;
}

.text-style-quote {
  border-left: .1875rem solid var(--color-scheme-1--text-2\<deleted\|relume-variable-color-scheme-1-text\>);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h2.heading-subtitle {
  font-family: var(--_typography---font-styles--body);
  color: var(--_primitives---colors--blanc-pur);
  font-weight: 300;
}

.heading-style-h2.heading-subtitle.max-width-custom.margin-top-custom-mobile {
  line-height: 1;
}

.heading-style-h2.heading-subtitle.max-width-custom.margin-top-custom-mobile.spacer-xsmall {
  font-weight: 300;
}

.heading-style-h2.custom-font-weight {
  font-weight: 400;
}

.heading-style-h2.custom-font-weight.custom-font-solor_contact {
  color: #f25918;
}

.rl-styleguide_heading {
  z-index: 4;
  font-family: var(--_typography---font-styles--heading);
  color: var(--color-scheme-1--text);
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

.heading-style-h6 {
  color: var(--color-scheme-1--text);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.rl-styleguide_item-row.is-button-row {
  grid-template-columns: 19rem 1fr;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

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

.form_radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.form_radio.is-alternate {
  color: var(--_primitives---colors--orange-pastis\<deleted\|relume-variable-neutral-white\>);
}

.heading-style-h5 {
  color: var(--color-scheme-1--text);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.heading-style-h1 {
  color: var(--_primitives---colors--jaune-provence);
  -webkit-text-stroke-width: 0px;
  font-size: 5rem;
  font-weight: 400;
  line-height: .9;
  position: relative;
}

.heading-style-h1.custom-h1-font-size_3 {
  color: var(--color-scheme-1--button);
  font-size: 5rem;
  line-height: .9;
}

.heading-style-h1.custom-font-size-h1_25 {
  color: var(--color-scheme-1--button);
  font-size: 6rem;
  line-height: .9;
}

.form_checkbox-icon {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form_checkbox-icon.is-alternate {
  border-color: var(--_primitives---colors--orange-pastis\<deleted\|relume-variable-neutral-white\>);
}

.form_checkbox-label {
  margin-bottom: 0;
}

.text-size-tiny {
  color: var(--color-scheme-1--text);
  font-size: .75rem;
}

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.form_field-label.is-alternate {
  color: var(--text-color--text-alternate\<deleted\|relume-variable-text-color-3\>);
}

.button {
  border: 0px solid var(--_primitives---colors--neutral-darkest);
  color: var(--color-scheme-1--background-2);
  text-align: center;
  background-color: #f25918;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button:hover {
  background-color: var(--_primitives---colors--bleu-logo);
}

.button.is-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--orange-provence);
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
}

.button.is-secondary.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--orange-provence);
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-alternate {
  border-color: var(--_primitives---colors--orange-pastis\<deleted\|relume-variable-neutral-white\>);
  background-color: var(--_primitives---colors--orange-provence);
  color: var(--color-scheme-1--background-2);
}

.text-weight-normal {
  color: var(--color-scheme-1--text);
  font-weight: 400;
}

.heading-style-h4 {
  color: var(--color-scheme-1--text);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.text-style-italic {
  font-style: italic;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.form_radio-label {
  margin-bottom: 0;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

.text-weight-light {
  color: var(--color-scheme-1--text);
  font-weight: 300;
}

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #ebeffa;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  color: #bb4198;
  background-color: #f9eff6;
}

.text-size-regular {
  color: var(--color-scheme-1--text);
  font-size: 1rem;
}

.text-weight-xbold {
  color: var(--color-scheme-1--text);
  font-weight: 800;
}

.text-align-right {
  color: var(--color-scheme-1--text);
  text-align: right;
}

.text-weight-bold {
  color: var(--color-scheme-1--text);
  font-weight: 700;
}

.icon-height-xlarge {
  height: 6.5rem;
}

.heading-style-h3 {
  color: var(--color-scheme-1--text);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.form_input {
  border: 0px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--bleu-logo);
  color: var(--_primitives---colors--blanc-pur);
  -webkit-text-stroke-width: .5px;
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: var(--_primitives---colors--neutral-darkest);
}

.form_input::placeholder {
  color: var(--_primitives---opacity--neutral-darkest-60);
}

.form_input.is-text-area {
  -webkit-text-stroke-width: .5px;
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form_input.is-select-input {
  background-image: url('../images/chevron-down.svg');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form_input.is-select-input.is-alternate {
  background-image: url('../images/chevron-down-white.svg');
}

.form_input.is-alternate {
  border-color: var(--_primitives---colors--orange-pastis\<deleted\|relume-variable-neutral-white\>);
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--orange-pastis\<deleted\|relume-variable-neutral-white\>);
}

.form_input.is-alternate::placeholder {
  color: var(--_primitives---opacity--white-60);
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.icon-embed-custom1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.text-color-white {
  color: var(--_primitives---colors--orange-pastis\<deleted\|relume-variable-neutral-white\>);
}

.text-weight-semibold {
  color: var(--color-scheme-1--text);
  font-weight: 600;
}

.text-style-muted {
  opacity: .6;
  color: var(--color-scheme-1--text);
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-align-left {
  color: var(--color-scheme-1--text);
  text-align: left;
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

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

.icon-embed-xsmall {
  color: #f25918;
  -webkit-text-stroke-width: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-embed-xsmall.social-icon-color {
  color: var(--_primitives---colors--bleu-logo);
}

.icon-height-xxsmall {
  height: 1rem;
}

.background-color-black {
  background-color: var(--_primitives---colors--neutral-darkest);
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  font-family: var(--_typography---font-styles--heading);
  color: var(--color-scheme-1--text);
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.rl-styleguide_subheading.is-text-small {
  font-family: var(--_typography---font-styles--body);
  font-size: 1rem;
  font-weight: 400;
}

.form_radio-icon {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form_radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.form_radio-icon.is-alternate {
  border-color: var(--_primitives---colors--orange-pastis\<deleted\|relume-variable-neutral-white\>);
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

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

.text-style-allcaps {
  text-transform: uppercase;
}

.icon-height-custom1 {
  height: 1.25rem;
}

.text-align-center {
  color: var(--color-scheme-1--text);
  text-align: center;
}

.text-size-small {
  color: var(--color-scheme-1--text);
  font-size: .875rem;
}

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

.form_field-wrapper {
  position: relative;
}

.icon-height-small {
  height: 2rem;
}

.icon-height-large {
  height: 5rem;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.text-rich-text h1 {
  color: var(--color-scheme-1--text);
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text-rich-text blockquote {
  color: var(--color-scheme-1--text);
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  color: var(--color-scheme-1--text);
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  color: var(--color-scheme-1--text);
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  color: var(--color-scheme-1--text);
  margin-bottom: 1rem;
}

.text-rich-text a {
  color: var(--color-scheme-1--text);
}

.text-rich-text figcaption {
  border-left: 2px solid var(--color-scheme-1--text-2\<deleted\|relume-variable-color-scheme-1-text\>);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.text-style-2lines {
  color: var(--color-scheme-1--text);
}

.icon-height-medium {
  height: 3rem;
}

.form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.form_checkbox.is-alternate {
  color: var(--_primitives---colors--orange-pastis\<deleted\|relume-variable-neutral-white\>);
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.text-style-3lines {
  color: var(--color-scheme-1--text);
}

.text-size-large {
  color: var(--color-scheme-1--text);
  font-size: 1.25rem;
}

.icon-height-xsmall {
  height: 1.5rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

.rl-styleguide_spacing-all {
  display: none;
}

.pointer-events-none {
  pointer-events: none;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: var(--background-color--background-secondary\<deleted\|relume-variable-background-color-2\>);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed var(--border-color--border-primary\<deleted\|relume-variable-border-color-1\>);
}

.padding-global {
  color: var(--color-scheme-1--text);
  background-color: #faf9f500;
  height: 80%;
}

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

.padding-section-large {
  background-color: #0000;
}

.padding-section-large.max-width-xlarge {
  background-color: #fff0;
}

.padding-section-large.background-color-beige {
  background-color: var(--_primitives---colors--beige-pain);
  padding-top: 0;
  padding-bottom: 0;
}

.spacer-tiny {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-medium {
  color: #3d3b30;
  width: 100%;
  padding-top: 2rem;
}

.spacer-medium.custom-margin-top_rs {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 4rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

.rl-styleguide_nav {
  z-index: 1000;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  border-radius: var(--_ui-styles---radius--small);
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  background-color: var(--color-scheme-1--background);
}

.rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400;
}

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.aspect-ratio-square {
  aspect-ratio: 1;
}

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: var(--background-color--background-secondary\<deleted\|relume-variable-background-color-2\>);
  min-width: 3rem;
  height: 100%;
  position: relative;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
}

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_message-success {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.text-style-tagline {
  color: var(--color-scheme-1--text);
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.rl-styleguide_form-wrapper {
  padding-right: 1.5rem;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--_primitives---colors--bleu-logo);
  background-color: var(--_primitives---colors--bleu-logo);
  color: var(--_primitives---colors--neutral-darkest);
  justify-content: center;
  align-items: center;
  padding: .175rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag.is-text {
  border-style: none;
  border-color: var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  padding: 0;
  display: inline-block;
}

.tag.is-text.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--orange-pastis\<deleted\|relume-variable-neutral-white\>);
}

.tag.is-alternate {
  border-color: var(--_primitives---colors--orange-pastis\<deleted\|relume-variable-neutral-white\>);
  background-color: var(--_primitives---colors--orange-pastis\<deleted\|relume-variable-neutral-white\>);
  color: var(--_primitives---colors--neutral-darkest);
}

.color-scheme-1 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text-2\<deleted\|relume-variable-color-scheme-1-text\>);
}

.rl-styleguide_scheme-foreground {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

.rl-styleguide_scheme-wrapper {
  padding: 1rem;
}

.rl-styleguide_scheme-list {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl-styleguide_scheme-card {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.rl-styleguide-accent {
  color: var(--color-scheme-1--accent);
}

.rl-styleguide_scheme {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

.rl-styleguide_radius-large-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.rl-styleguide_radius-large {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  object-fit: cover;
}

.rl-styleguide_radius-medium-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.rl-styleguide_radius-medium {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  object-fit: cover;
}

.rl-styleguide_radius-small-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.rl-styleguide_radius-small {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--small);
  object-fit: cover;
}

.tabs-menu {
  border: 1px solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  align-self: center;
  margin-bottom: 3rem;
  padding: .25rem;
  display: flex;
}

.tab-link {
  border: 1px solid var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  padding: .5rem 1.5rem;
}

.tab-link.w--current {
  border-color: var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--background);
}

.category-filter-menu {
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.category-filter-menu.is-center {
  justify-content: center;
  align-items: center;
}

.category-filter-link {
  border: 1px solid var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  white-space: nowrap;
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.category-filter-link.w--current {
  border-color: var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
}

.slider-arrow {
  border: 1px none var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  margin-left: auto;
  margin-right: auto;
  inset: 0%;
}

.slider-arrow.is-bottom-previous {
  inset: auto 4rem 0% auto;
}

.slider-arrow.is-bottom-next {
  inset: auto 0% 0% auto;
}

.slider-arrow.is-centre-previous {
  bottom: 4rem;
}

.slider-arrow.is-centre-next {
  border-style: none;
  bottom: 4rem;
}

.slider-arrow.is-bottom-left-previous {
  border-width: 0;
  inset: auto auto 0 0%;
}

.slider-arrow.is-bottom-left-next {
  border-width: 0;
  inset: auto auto 0% 4rem;
}

.slider-arrow-icon_default {
  color: var(--_primitives---colors--blanc-pur);
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 1rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.hidden-ui-elements {
  display: none;
}

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

.section_header30 {
  position: relative;
}

.header30_content {
  z-index: 1;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
  position: relative;
}

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

.image-overlay-layer {
  z-index: 1;
  object-fit: cover;
  background-color: #0006;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header30_background-image {
  object-fit: cover;
  background-image: url('../images/front-pa.webp');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.layout3_content {
  grid-column-gap: 3.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.7fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout3_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.layout3_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.layout194_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4px;
  color: #3d3b30;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.3fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout194_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.layout194_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.paragraph, .link, .block-quote, .paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8, .heading-7, .white-text {
  color: var(--color-scheme-1--text);
}

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

.layout38_component.margin-top {
  margin-top: 2rem;
}

.layout38_background-image-wrapper {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.layout38_background-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: relative;
  inset: 0 0 0 0%;
}

.gallery26_component {
  color: #3d3b30;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.gallery26_content-left {
  justify-content: flex-end;
  display: flex;
}

.gallery26_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  width: 100%;
  max-width: 35rem;
  margin-bottom: 6rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.gallery26_slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  padding-bottom: 6rem;
  position: relative;
  overflow: hidden;
}

.gallery26_mask {
  width: 45%;
  overflow: visible;
}

.gallery26_slide {
  padding-right: 2rem;
}

.gallery26_image-wrapper {
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  overflow: hidden;
}

.gallery26_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery26_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto 4rem 0% auto;
}

.rl_navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.rl_navbar1_link {
  font-family: var(--_typography---font-styles--heading);
  color: var(--color-scheme-1--text);
  -webkit-text-stroke-width: .5px;
  text-transform: uppercase;
  background-color: #0000;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar1_link:hover {
  color: var(--relume-library-lite--rl-white);
  background-color: #9ccae9;
}

.rl_navbar1_link.w--current {
  font-family: var(--_typography---font-styles--heading);
  color: var(--color-scheme-1--text);
  -webkit-text-stroke-width: .5px;
}

.rl_navbar1_link.max-width-xxxsmall.padding-custom1 {
  font-family: var(--_typography---font-styles--body);
  font-weight: 300;
}

.rl_navbar1_logo.logo-size {
  aspect-ratio: 1;
  width: 50px;
  font-size: 1rem;
}

.rl_navbar1_menu-button {
  padding: 0;
}

.rl_navbar1_container {
  opacity: 1;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rl_navbar1_component {
  color: #3d3b30;
  background-color: #fff;
  border-bottom: 1px #000;
  border-radius: 9px;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: static;
}

.rl_navbar1_button {
  border: 1px none var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  -webkit-text-stroke-width: .5px;
  text-transform: uppercase;
  background-color: #f25918;
  padding: .5rem 1.25rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar1_button:hover {
  background-color: var(--_primitives---colors--bleu-logo);
}

.rl_navbar1_logo-link {
  padding-left: 0;
}

.rl_navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.footer3_top-wrapper {
  grid-column-gap: 22vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1.75fr;
  align-items: center;
  display: flex;
}

.footer3_logo-link {
  float: none;
  padding-left: 0;
}

.footer3_logo.logo-size {
  width: 55px;
}

.footer3_social-list {
  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: flex;
}

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

.footer3_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.footer3_link-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer3_link-list.padding-left {
  padding-left: 1rem;
}

.footer3_link {
  white-space: nowrap;
  flex: 0 auto;
  width: auto;
  max-width: none;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.footer3_link.home-link:hover, .footer3_link.home-link.w--current:hover, .footer3_link.about-link:hover, .footer3_link.food-link:hover, .footer3_link.press-link:hover {
  background-color: var(--_primitives---colors--bleu-logo);
  color: var(--_primitives---colors--blanc-pur);
  padding-left: 1rem;
  padding-right: 1rem;
}

.divider-horizontal {
  height: var(--_ui-styles---stroke--divider-width);
  background-color: var(--color-scheme-1--border);
  width: 100%;
}

.divider-horizontal.margin-top-custom {
  margin-top: 2rem;
}

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

.footer3_credit-text {
  font-size: .875rem;
}

.footer3_legal-list {
  grid-column-gap: 1.5rem;
  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;
  justify-content: center;
  display: flex;
}

.mentions-l-gales {
  width: 100%;
  padding: 5vh 5%;
}

.mentions-wrapper {
  font-family: var(--_typography---font-styles--body);
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.terms-wrapper {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.h2-privacy.spacer-xlarge, .h2-terms.spacer-large {
  font-family: var(--_typography---font-styles--body);
  font-weight: 500;
}

.cookies-wrapper {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.h2-cookies.spacer-large {
  font-family: var(--_typography---font-styles--body);
  font-weight: 500;
}

.privacy, .terms, .cookies {
  width: 100%;
}

.privacy-link, .terms-link, .cookies-link {
  font-size: .875rem;
}

.somestrat.padding-xxsmall.background-color-plain-blue {
  align-self: flex-start;
  font-family: Lexend, sans-serif;
  font-weight: 300;
}

.somestrat-logo {
  vertical-align: top;
  align-self: flex-start;
  width: 4vw;
  max-width: none;
  margin-top: -5px;
  margin-right: 0;
  display: block;
}

.somestrat-div {
  align-items: flex-start;
}

.footer-wrapper {
  background-color: var(--_primitives---colors--blanc-pur);
  padding: 5vh 5%;
}

.footer-wrapper.footer-wrapper-home {
  background-color: var(--_primitives---colors--beige-pain);
}

.h1-mentions-legales {
  font-family: var(--_typography---font-styles--body);
  font-weight: 500;
  line-height: .9;
}

.text-privacy.spacer-medium {
  font-size: 1rem;
}

.header1_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.header1_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.section_contact1 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text-2\<deleted\|relume-variable-color-scheme-1-text\>);
  height: 100vh;
  padding: 5vh 5%;
}

.contact1_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

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

.success-text {
  font-weight: 600;
}

.error-text {
  color: #e23939;
}

.header81_component {
  height: 300vh;
  position: relative;
}

.header81_content-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 2.25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: auto;
  display: grid;
  position: sticky;
  top: 0;
}

.header81_content-left {
  flex: none;
  max-width: 40rem;
  max-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.header81_content-right {
  flex: none;
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.header81_image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.header81_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.header36_component {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1.35fr;
  grid-auto-columns: 1fr;
  place-content: end start;
  place-items: center;
  display: grid;
}

.header36_content {
  max-width: 41rem;
  margin-left: 5vw;
  margin-right: 0;
}

.header36_image-wrapper {
  overflow: hidden;
}

.header36_image-wrapper.margin-right {
  margin-right: 5rem;
}

.header36_image {
  vertical-align: bottom;
  object-fit: contain;
  width: 100%;
  max-width: 35rem;
  height: 50vh;
  max-height: 60rem;
}

.body-2 {
  background-color: var(--_primitives---colors--blanc-pur);
}

.margin-top-custom {
  margin-top: 7rem;
}

.section_rs {
  background-color: var(--_primitives---colors--beige-pain);
  padding: 5vh 5%;
}

.custom-h1-font-size_rs {
  color: var(--color-scheme-1--button-2);
  font-size: 6rem;
  font-weight: 400;
  line-height: .9;
}

.section_gallery25 {
  background-color: var(--_primitives---colors--blanc-pur);
  color: #3d3b30;
  height: 100vh;
  padding: 5vh 0%;
  overflow: hidden;
}

.gallery25_component {
  color: #3d3b30;
  grid-template-rows: auto minmax(auto, 1fr);
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  height: 45rem;
  display: grid;
}

.gallery25_content-left {
  color: #3d3b30;
  justify-content: flex-end;
  display: flex;
}

.gallery25_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: center;
  align-items: end;
  width: 100%;
  max-width: 35rem;
  margin-bottom: 6rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.gallery25_slider {
  background-color: var(--_primitives---opacity--transparent);
  color: #3d3b30;
  width: 100%;
  height: auto;
  min-height: 500px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.gallery25_mask {
  width: 80%;
  overflow: visible;
}

.gallery25_slide {
  vertical-align: middle;
  height: 38rem;
  padding-bottom: 0;
  padding-right: 2rem;
  bottom: 0;
}

.gallery25_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto 4rem 0% auto;
}

.gallery5_lightbox-link {
  box-sizing: border-box;
  width: 100%;
  height: auto;
}

.gallery5_image-wrapper {
  border-radius: var(--_ui-styles---radius--medium);
  object-fit: fill;
  width: 100%;
  overflow: hidden;
}

.gallery5_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

.section_testimonial20 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text-2\<deleted\|relume-variable-color-scheme-1-text\>);
  padding: 5vh 5%;
  overflow: hidden;
}

.padding-global-5 {
  color: var(--color-scheme-1--text);
  background-color: #faf9f500;
  height: 100%;
}

.testimonial20_slider {
  background-color: var(--_primitives---opacity--transparent);
  height: auto;
  padding-bottom: 5rem;
  position: relative;
}

.testimonial20_mask {
  width: 33.33%;
  overflow: visible;
}

.testimonial20_slide {
  padding-right: 2rem;
}

.testimonial20_card {
  border: var(--_ui-styles---stroke--border-width) none var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 50ch;
  padding: 2rem 1rem;
  display: flex;
  overflow: hidden;
}

.testimonial20_rating-wrapper {
  display: flex;
}

.testimonial20_rating-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial20_client {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.testimonial20_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.header37_component {
  grid-column-gap: 0rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: center;
  display: grid;
}

.header37_content {
  max-width: 35rem;
  margin-left: 5rem;
  margin-right: 5vw;
}

.padding-global_street, .padding-global_coin {
  color: var(--color-scheme-1--text);
  background-color: #faf9f500;
  height: 80%;
}

.image_maison {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_maison {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text-2\<deleted\|relume-variable-color-scheme-1-text\>);
}

.section_maison.spacer-large {
  padding: 5vh 5%;
}

.heading-style-h1-3_lobster {
  color: #f25918;
  -webkit-text-stroke-width: 0px;
  width: 14ch;
  font-size: 4rem;
  font-weight: 400;
  line-height: .9;
  position: relative;
}

.text-size-medium_lobster {
  font-size: 1.125rem;
  font-weight: 300;
}

.text-size-medium_lobster.spacer-large, .text-size-medium_lobster.spacer-small {
  color: var(--color-scheme-1--text);
}

.padding-section-large_street {
  background-color: #0000;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.padding-section-large_street.background-color-white {
  background-color: var(--_primitives---colors--blanc-pur);
  padding-top: 0;
  padding-bottom: 0;
}

.padding-global-home_footer {
  color: var(--color-scheme-1--text);
  background-color: #faf9f500;
  height: 80%;
  padding-left: 5%;
  padding-right: 5%;
}

.margin-top-home_footer {
  color: #3d3b30;
}

.heading-style-h1_home {
  color: var(--_primitives---colors--jaune-provence);
  -webkit-text-stroke-width: 0px;
  font-size: 5rem;
  font-weight: 400;
  line-height: .9;
  position: relative;
}

.heading-style-h1_home.custom-font-size-desk {
  font-size: 7rem;
  line-height: .9;
}

.heading-style-h1_home.custom-font-size-desk.white-text {
  color: var(--_primitives---colors--blanc-pur);
}

.heading-style-h1-home_about {
  color: var(--_primitives---colors--jaune-provence);
  -webkit-text-stroke-width: 0px;
  font-size: 5rem;
  font-weight: 400;
  line-height: .9;
  position: relative;
}

.heading-style-h1-home_about.custom-font-size-desk {
  font-size: 7rem;
  line-height: .9;
}

.heading-style-h1-home_about.custom-font-size-desk.custom-height.custom-font-size-h1-mobl.custom-font-size-mob.custom-font-h1-color {
  color: var(--_primitives---colors--bleu-logo);
}

.heading-style-h1_corner {
  color: var(--_primitives---colors--jaune-provence);
  -webkit-text-stroke-width: 0px;
  font-size: 5rem;
  font-weight: 400;
  line-height: .9;
  position: relative;
}

.heading-style-h1_corner.custom-font-size2 {
  font-size: 5rem;
  line-height: .9;
}

.heading-style-h1_corner.custom-font-size2.custom-font-color1 {
  color: var(--_primitives---colors--orange-provence);
}

.heading-style-h1_corner.custom-font-size2.custom-font-color1.custom-font-size-mobl.custom-font-size-mob2 {
  color: #f25918;
}

.heading-style-h1_street {
  color: var(--_primitives---colors--jaune-provence);
  -webkit-text-stroke-width: 0px;
  font-size: 5rem;
  font-weight: 400;
  line-height: .9;
  position: relative;
}

.heading-style-h1_street.custom-font-size2 {
  font-size: 5rem;
  line-height: .9;
}

.heading-style-h1_street.custom-font-size2.max-width-medium.custom-font-color {
  color: var(--_primitives---colors--jaune-provence);
}

.heading-style-h1_street.custom-font-size2.max-width-medium.custom-font-color.custom-font-size-mobl.custom-font-size-mob.spacer-medium {
  color: var(--color-scheme-1--button);
}

.padding-global-home_about {
  color: var(--color-scheme-1--text);
  background-color: #faf9f500;
  height: 80%;
}

.h1-home-wrapper {
  margin-bottom: 2rem;
}

.h1-home-wrapper.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.heading-style-h1_garrigue {
  color: var(--_primitives---colors--bleu-logo);
  -webkit-text-stroke-width: 0px;
  font-weight: 400;
  position: relative;
}

.heading-style-h1_garrigue._81custom-font-size-h1 {
  font-size: 5rem;
  line-height: .9;
}

.heading-style-h1_classico {
  color: var(--_primitives---colors--jaune-provence);
  -webkit-text-stroke-width: 0px;
  font-size: 5rem;
  font-weight: 400;
  line-height: .9;
  position: relative;
}

.heading-style-h1_classico.custom-font-h1-size_26 {
  font-size: 6.4rem;
  line-height: .9;
}

.heading-style-h1_classico.custom-font-h1-size_26.padding-left {
  color: var(--color-scheme-1--button);
  padding-left: 5vw;
}

.heading-style-h1_pitez {
  color: var(--_primitives---colors--jaune-provence);
  -webkit-text-stroke-width: 0px;
  font-size: 5rem;
  font-weight: 400;
  line-height: .9;
  position: relative;
}

.heading-style-h1_pitez.custom-font-size2 {
  font-size: 5rem;
  line-height: .9;
}

.heading-style-h1_pitez.custom-font-size2.max-width-medium.white-text {
  color: var(--_primitives---colors--blanc-pur);
}

.heading-style-h1_pitez.custom-font-size2.max-width-medium.white-text.custom-font-height {
  line-height: 1;
}

.heading-style-h1_sucre {
  color: var(--_primitives---colors--bleu-logo);
  -webkit-text-stroke-width: 0px;
  font-weight: 400;
  position: relative;
}

.heading-style-h1_sucre.custom-font-size-h1_36 {
  color: #f0a8d1;
  font-size: 6.4rem;
  line-height: .9;
}

.heading-style-h1_avis {
  color: var(--color-scheme-1--button);
  -webkit-text-stroke-width: 0px;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: .9;
  position: relative;
}

.padding-global_videos {
  color: var(--color-scheme-1--text);
  background-color: #faf9f500;
  height: 80%;
}

.padding-section-large_com {
  color: #3d3b30;
  background-color: #0000;
  height: auto;
}

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

.margin-bottom_lobster.margin-small_lobster {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top_lobster {
  margin: 2rem 0 0;
}

.margin-top_lobster.margin-medium_lobster {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  overflow: visible;
}

.section_header_garrigue {
  background-color: #0000;
  padding: 5vh 5%;
}

.text-size-medium_garrigue {
  font-size: 1.125rem;
  font-weight: 300;
}

.text-size-medium_garrigue.spacer-medium {
  color: var(--color-scheme-1--text);
}

.section_header37_lobster {
  padding-top: 5vh;
  padding-right: 5%;
}

.section_layout38_pitez {
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  position: relative;
}

.section_layout38_pitez.margin-top {
  background-color: #5c2a2a;
  height: 80vh;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 5vh;
  padding-left: 5%;
  padding-right: 5%;
}

.section_gallery_classico {
  background-color: var(--color-scheme-1--background-2);
  color: var(--color-scheme-1--text-2\<deleted\|relume-variable-color-scheme-1-text\>);
  overflow: hidden;
}

.section_gallery_classico.margin-bottom {
  margin-bottom: 0;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.section_header36-copy {
  background-color: var(--_primitives---colors--beige-pain);
  color: var(--color-scheme-1--text-2\<deleted\|relume-variable-color-scheme-1-text\>);
}

.section_layout_street {
  background-color: var(--color-scheme-1--background-2);
  color: var(--color-scheme-1--text-2\<deleted\|relume-variable-color-scheme-1-text\>);
}

.section_layout_street.spacer-large {
  padding: 5vh 5%;
}

.section_layout_corner {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.section_layout_corner.spacer-large {
  padding: 5vh 5%;
}

.footer {
  color: #3d3b30;
}

.layout3_content_garlic {
  grid-column-gap: 3.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.7fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout3_image-wrapper_garlic {
  border-radius: var(--_ui-styles---radius--large);
  overflow: visible;
}

.layout3_image_garlic {
  aspect-ratio: auto;
  object-fit: contain;
  width: 100%;
  max-width: 500px;
  height: auto;
  min-height: 250px;
}

.padding-section-large_garlic {
  background-color: #0000;
}

.container-large-_garlic {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.padding-global_garlic {
  color: var(--color-scheme-1--text);
  background-color: #faf9f500;
  height: 80%;
}

.section_layout3_garlic {
  background-color: var(--color-scheme-1--background-2);
  color: var(--color-scheme-1--text-2\<deleted\|relume-variable-color-scheme-1-text\>);
}

.section_layout3_garlic.margin-top {
  padding: 5vh 5% 7vh;
}

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

.map-wrapper {
  color: #3d3b30;
  cursor: pointer;
  width: 100%;
  max-width: 600px;
  margin-top: 20px;
  position: relative;
}

.map_badge_text {
  color: var(--_primitives---colors--neutral-darker);
  background-color: #fff;
  border-radius: 4px;
  padding: 6px 12px;
  position: absolute;
  top: 12px;
  right: 12px;
}

.map_badge_text.shadow-small {
  z-index: 10;
  background-color: #ffffffdb;
}

.italic-text {
  color: #3d3b30;
}

.text-size-medium_home {
  font-size: 1.125rem;
  font-weight: 300;
}

.text-size-medium_home.spacer-medium {
  color: var(--color-scheme-1--text);
}

.text-size-medium_corner {
  font-size: 1.125rem;
  font-weight: 300;
}

.text-size-medium_corner.spacer-medium {
  color: var(--color-scheme-1--text);
}

.text-size-medium_corner.spacer-xxsmall {
  color: var(--color-scheme-1--text);
  font-weight: 300;
}

.header81_image_garrigue {
  object-fit: cover;
  max-width: 100%;
  display: block;
  overflow: clip;
}

.header37_image_lobster {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  max-height: 60rem;
}

.text-size-medium_pitez {
  color: var(--_primitives---colors--blanc-pur);
  font-size: 1.125rem;
  font-weight: 300;
}

.text-size-medium_pitez.max-width-large_pitez.spacer-medium_pitez {
  padding-top: 3rem;
}

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

.margin-bottom_com.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.header81_content-wrapper_garrigue {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 2.25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: auto;
  display: grid;
  position: sticky;
  top: 0;
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

  .margin-top.margin-medium {
    margin-top: 0;
  }

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

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

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

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-size-medium.spacer-large.max-width-class-text-tablet {
    width: 100vw;
    max-width: 61ch;
  }

  .text-size-medium.spacer-small {
    text-align: left;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .heading-style-h2.heading-subtitle.max-width-custom {
    max-width: 19ch;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.2rem;
  }

  .heading-style-h2.heading-subtitle.max-width-custom.margin-top-custom-mobile.spacer-xsmall {
    max-width: 30ch;
  }

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

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .heading-style-h1 {
    font-family: var(--_typography---font-styles--heading);
    -webkit-text-stroke-width: 0px;
    font-size: 3.25rem;
    line-height: 1.2;
  }

  .heading-style-h1.custom-h1-font-size_3 {
    font-size: 4rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

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

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

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .rl-styleguide_scheme-list {
    grid-template-columns: 1fr;
  }

  .slider-arrow {
    display: none;
    overflow: hidden;
  }

  .slider-arrow.is-bottom-previous, .slider-arrow.is-bottom-next, .slider-arrow.is-centre-previous, .slider-arrow.is-centre-next {
    display: none;
  }

  .slider-arrow.is-bottom-left-previous {
    left: auto;
  }

  .slider-arrow.is-bottom-left-next {
    left: calc(5% + 4rem);
  }

  .slider-arrow-icon_default {
    align-items: center;
    display: none;
  }

  .layout3_content {
    grid-column-gap: 3rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
    display: flex;
  }

  .layout3_image {
    max-width: 50vw;
  }

  .layout194_content {
    grid-column-gap: 3rem;
    flex-flow: column-reverse;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    justify-content: center;
    min-height: auto;
    display: flex;
  }

  .layout194_image.margin-top-custom-tablet {
    margin-top: 3rem;
  }

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

  .gallery26_content-left {
    justify-content: flex-start;
  }

  .gallery26_heading-wrapper {
    grid-column-gap: 3rem;
    margin-bottom: 0;
    margin-left: 5%;
    margin-right: 5%;
  }

  .gallery26_slider {
    padding-left: 5%;
    padding-right: 5%;
  }

  .gallery26_mask {
    width: 50%;
  }

  .gallery26_slide {
    padding-right: 2rem;
  }

  .gallery26_slide-nav {
    right: 2rem;
  }

  .rl_menu-icon_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    height: 44vh;
    padding: 1rem 5% 2rem;
    display: flex;
    position: absolute;
    overflow: visible;
  }

  .rl_navbar1_menu.is-page-height-tablet {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding-bottom: 15rem;
    display: flex;
    top: 100%;
    left: 0;
  }

  .rl_navbar1_menu.is-page-height-tablet.height-custom {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 42vh;
    display: flex;
    overflow: visible;
  }

  .rl_menu-icon_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .rl_navbar1_link.max-width-xxxsmall {
    width: 100%;
    max-width: 11rem;
    margin-left: 0;
  }

  .rl_navbar1_link.max-width-xxxsmall.padding-custom1 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-left: .5rem;
    display: flex;
  }

  .rl_navbar1_logo.logo-size {
    width: 42px;
  }

  .rl_navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .rl_navbar1_component {
    position: relative;
  }

  .rl_menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .rl_navbar1_menu-buttons.max-width-xxxsmall {
    width: 100%;
    max-width: 11rem;
  }

  .rl_navbar1_menu-buttons.max-width-xxxsmall.padding-custom1 {
    max-width: 11.7rem;
  }

  .footer3_top-wrapper {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    grid-template-columns: 1fr;
    display: flex;
  }

  .somestrat-logo {
    width: 6vw;
    margin-top: -2px;
  }

  .header1_content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .header81_component {
    height: auto;
  }

  .header81_content-wrapper {
    grid-row-gap: 4rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding-top: 6rem;
    display: flex;
    position: static;
  }

  .header81_content-left {
    flex: 0 auto;
    margin-left: 5%;
    margin-right: 5%;
  }

  .header81_content-right {
    flex: 0 auto;
    width: 100%;
    position: static;
  }

  .header81_image-wrapper {
    padding-top: 10%;
  }

  .header36_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 0;
  }

  .header36_content {
    margin-left: 5%;
    margin-right: 5%;
  }

  .header36_image-wrapper.margin-right {
    margin-right: 0;
  }

  .header36_image {
    max-width: 25rem;
    height: auto;
    max-height: none;
  }

  .custom-h1-font-size_rs {
    font-size: 5rem;
  }

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

  .gallery25_content-left {
    justify-content: flex-start;
  }

  .gallery25_heading-wrapper {
    grid-column-gap: 3rem;
    margin-bottom: 0;
    margin-left: 5%;
    margin-right: 5%;
  }

  .gallery25_slider {
    min-height: 320px;
    padding-bottom: 3rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .gallery25_mask {
    width: 56%;
    height: 100%;
  }

  .gallery25_slide {
    height: 20rem;
  }

  .gallery25_slide-nav {
    right: 2rem;
  }

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

  .testimonial20_mask {
    width: 50%;
  }

  .header37_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

  .header37_content {
    margin-left: 5%;
    margin-right: 5%;
  }

  .padding-section-medium_26 {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }

  .image_maison {
    width: 100%;
    height: 100%;
  }

  .heading-style-h1-3_lobster {
    -webkit-text-stroke-width: 0px;
    font-size: 4rem;
    line-height: .9;
  }

  .text-size-medium_lobster.spacer-small {
    text-align: left;
  }

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

  .heading-style-h1_home {
    font-family: var(--_typography---font-styles--heading);
    -webkit-text-stroke-width: 0px;
    font-size: 3.25rem;
    line-height: 1.2;
  }

  .heading-style-h1_home.custom-font-size-desk, .heading-style-h1_home.custom-font-size-desk.white-text {
    font-size: 5rem;
  }

  .heading-style-h1-home_about {
    font-family: var(--_typography---font-styles--heading);
    -webkit-text-stroke-width: 0px;
    font-size: 3.25rem;
    line-height: 1.2;
  }

  .heading-style-h1-home_about.custom-font-size-desk {
    font-size: 5rem;
  }

  .heading-style-h1-home_about.custom-font-size-desk.custom-height.custom-font-size-h1-mobl.custom-font-size-mob {
    font-size: 5.4rem;
  }

  .heading-style-h1_corner, .heading-style-h1_street {
    font-family: var(--_typography---font-styles--heading);
    -webkit-text-stroke-width: 0px;
    font-size: 3.25rem;
    line-height: 1.2;
  }

  .h1-home-wrapper {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h1_garrigue {
    -webkit-text-stroke-width: 0px;
    font-size: 3.25rem;
    line-height: 1.2;
  }

  .heading-style-h1_garrigue._81custom-font-size-h1 {
    font-size: 5rem;
  }

  .heading-style-h1_classico {
    font-family: var(--_typography---font-styles--heading);
    -webkit-text-stroke-width: 0px;
    font-size: 3.25rem;
    line-height: 1.2;
  }

  .heading-style-h1_classico.custom-font-h1-size_26.padding-left {
    font-size: 5rem;
  }

  .heading-style-h1_pitez {
    font-family: var(--_typography---font-styles--heading);
    -webkit-text-stroke-width: 0px;
    font-size: 3.25rem;
    line-height: 1.2;
  }

  .heading-style-h1_pitez.custom-font-size2.max-width-medium.white-text.custom-font-height {
    font-size: 5rem;
  }

  .heading-style-h1_sucre {
    -webkit-text-stroke-width: 0px;
    font-size: 3.25rem;
    line-height: 1.2;
  }

  .heading-style-h1_sucre.custom-font-size-h1_36 {
    font-size: 5rem;
  }

  .heading-style-h1_avis {
    font-family: var(--_typography---font-styles--heading);
    -webkit-text-stroke-width: 0px;
    font-size: 4rem;
    line-height: 1.2;
  }

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

  .margin-bottom_lobster {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .margin-top_lobster.margin-medium_lobster {
    margin-top: 0;
  }

  .section_header37_lobster {
    padding-left: 5%;
  }

  .section_layout38_pitez {
    margin-top: 5rem;
  }

  .layout3_content_garlic {
    grid-column-gap: 3rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
    display: flex;
  }

  .layout3_image_garlic {
    max-width: 50vw;
  }

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

  .margin-bottom_garlic {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header81_image_garrigue {
    max-width: 100%;
    inset: 0%;
  }

  .header37_image_lobster {
    height: auto;
    max-height: none;
  }

  .margin-bottom_com {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header81_content-wrapper_garrigue {
    grid-row-gap: 4rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding-top: 3rem;
    display: flex;
    position: static;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

  .container-large.spacer-xlarge {
    padding-top: 5rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .text-size-medium.spacer-medium {
    padding-top: 2rem;
  }

  .text-size-medium.spacer-large.max-width-class-text-tablet {
    width: 100%;
    max-width: none;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-style-h2.heading-subtitle.max-width-custom.margin-top-custom-mobile.spacer-xsmall {
    font-size: 1.9rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h1 {
    font-size: 2.8rem;
  }

  .heading-style-h1.custom-h1-font-size_3 {
    font-size: 3rem;
  }

  .heading-style-h1.custom-font-size-h1_25 {
    font-size: 4rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .category-filter-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .slider-arrow {
    justify-content: flex-start;
    align-items: flex-start;
    width: 3rem;
    height: 3rem;
    display: flex;
    overflow: hidden;
  }

  .slider-arrow-icon_default {
    display: inline-block;
  }

  .layout3_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout194_content {
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .layout38_component.margin-top {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .gallery26_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 33rem;
  }

  .gallery26_mask {
    width: 80%;
  }

  .gallery26_slide {
    padding-right: 1.5rem;
  }

  .gallery26_slide-nav {
    right: 5%;
  }

  .rl_navbar1_logo.logo-size {
    width: 35px;
  }

  .rl_navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .rl_navbar1_logo-link {
    padding-left: 0;
  }

  .footer3_top-wrapper {
    grid-column-gap: 3vw;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .footer3_logo.logo-size {
    width: 40px;
  }

  .footer3_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer3_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer3_credit-text {
    margin-top: 2rem;
  }

  .footer3_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-auto-flow: row;
  }

  .somestrat-logo {
    width: 6vw;
    margin-top: 4px;
  }

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

  .header81_content-wrapper {
    padding-top: 4rem;
  }

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

  .header36_component {
    padding-top: 0;
  }

  .header36_image {
    color: #3d3b30;
    max-width: 18rem;
  }

  .custom-h1-font-size_rs {
    font-size: 4rem;
  }

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

  .gallery25_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .gallery25_mask {
    width: 80%;
  }

  .gallery25_slide {
    padding-right: 1.5rem;
  }

  .gallery25_slide-nav {
    right: 5%;
  }

  .testimonial20_mask {
    width: 80%;
  }

  .testimonial20_slide {
    padding-right: 1.5rem;
  }

  .testimonial20_card {
    padding: 1.5rem;
  }

  .testimonial20_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .header37_component {
    margin-left: auto;
    margin-right: auto;
    padding-top: 4rem;
  }

  .padding-section-medium_26 {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .padding-global_street {
    height: 80%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .section_maison.spacer-large {
    color: #3d3b30;
    height: auto;
  }

  .heading-style-h1-3_lobster {
    font-size: 2.5rem;
  }

  .text-size-medium_lobster {
    font-size: 1rem;
  }

  .padding-section-large_street {
    padding-top: 7rem;
    padding-bottom: 0;
  }

  .padding-section-large_street.background-color-white {
    padding-bottom: 4rem;
  }

  .heading-style-h1_home, .heading-style-h1-home_about {
    font-size: 2.5rem;
  }

  .heading-style-h1-home_about.custom-font-size-desk.custom-height.custom-font-size-h1-mobl {
    font-size: 5.7rem;
  }

  .heading-style-h1-home_about.custom-font-size-desk.custom-height.custom-font-size-h1-mobl.custom-font-size-mob {
    font-size: 5rem;
  }

  .heading-style-h1-home_about.custom-font-size-desk.custom-height.custom-font-size-h1-mobl.custom-font-size-mob.custom-font-h1-color {
    font-size: 3.5rem;
  }

  .heading-style-h1_corner {
    font-size: 2.5rem;
  }

  .heading-style-h1_corner.custom-font-size2.custom-font-color1.custom-font-size-mobl {
    font-size: 4.7rem;
  }

  .heading-style-h1_corner.custom-font-size2.custom-font-color1.custom-font-size-mobl.custom-font-size-mob2 {
    font-size: 3.5rem;
  }

  .heading-style-h1_street {
    font-size: 2.5rem;
  }

  .heading-style-h1_street.custom-font-size2.max-width-medium.custom-font-color.custom-font-size-mobl {
    font-size: 4.9rem;
  }

  .heading-style-h1_street.custom-font-size2.max-width-medium.custom-font-color.custom-font-size-mobl.custom-font-size-mob {
    font-size: 4.7rem;
  }

  .heading-style-h1_street.custom-font-size2.max-width-medium.custom-font-color.custom-font-size-mobl.custom-font-size-mob.spacer-medium {
    font-size: 3.5rem;
  }

  .h1-home-wrapper {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h1_garrigue {
    font-size: 2.5rem;
  }

  .heading-style-h1_garrigue._81custom-font-size-h1 {
    font-size: 3.5rem;
  }

  .heading-style-h1_classico {
    font-size: 2.5rem;
  }

  .heading-style-h1_classico.custom-font-h1-size_26.padding-left {
    font-size: 3.5rem;
  }

  .heading-style-h1_pitez {
    font-size: 2.5rem;
  }

  .heading-style-h1_pitez.custom-font-size2.max-width-medium.white-text.custom-font-height {
    font-size: 3.5rem;
  }

  .heading-style-h1_sucre {
    font-size: 2.5rem;
  }

  .heading-style-h1_sucre.custom-font-size-h1_36, .heading-style-h1_avis {
    font-size: 3.5rem;
  }

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

  .margin-bottom_lobster {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .text-size-medium_garrigue {
    font-size: 1rem;
  }

  .text-size-medium_garrigue.spacer-medium {
    padding-top: 2rem;
  }

  .section_header37_lobster {
    margin-left: auto;
    margin-right: auto;
  }

  .layout3_content_garlic {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .padding-section-large_garlic {
    padding-top: 7rem;
    padding-bottom: 0;
  }

  .margin-bottom_garlic {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium_home {
    font-size: 1rem;
  }

  .text-size-medium_home.spacer-medium {
    padding-top: 2rem;
  }

  .text-size-medium_corner {
    font-size: 1rem;
  }

  .text-size-medium_corner.spacer-medium {
    padding-top: 2rem;
  }

  .text-size-medium_pitez {
    font-size: 1rem;
  }

  .margin-bottom_com {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header81_content-wrapper_garrigue {
    justify-content: center;
    align-items: flex-start;
    padding-top: 4rem;
  }
}

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

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

  .page-wrapper {
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
  }

  .container-large {
    background-color: #0000;
    max-width: 100vw;
    overflow: hidden;
  }

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

  .margin-top.margin-medium {
    margin-top: 0;
  }

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

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

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

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .text-size-medium {
    color: var(--color-scheme-1--text);
  }

  .text-size-medium.white-text.custom-font-size_20 {
    font-size: .9rem;
  }

  .heading-style-h2.heading-subtitle.max-width-custom {
    font-size: 1.6rem;
  }

  .heading-style-h2.heading-subtitle.max-width-custom.margin-top-custom-mobile {
    margin-top: 1rem;
  }

  .heading-style-h2.heading-subtitle.max-width-custom.margin-top-custom-mobile.spacer-xsmall {
    margin-top: .5rem;
    padding-top: 0;
    font-size: 1.1rem;
  }

  .heading-style-h2.custom-font-weight.custom-font-solor_contact {
    font-size: 1.7rem;
    line-height: .9;
  }

  .heading-style-h1 {
    color: var(--_primitives---colors--jaune-provence);
    -webkit-text-stroke-width: 0px;
  }

  .heading-style-h1.custom-h1-font-size_3 {
    -webkit-text-stroke-color: var(--_primitives---opacity--transparent);
    font-size: 2.2rem;
  }

  .heading-style-h1.custom-font-size-h1_25 {
    font-size: 3rem;
  }

  .form_checkbox-label.text-size-small {
    flex: 0 auto;
  }

  .heading-style-h3 {
    color: #3d3b30;
  }

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

  .text-size-small {
    font-size: .8rem;
  }

  .form_field-wrapper {
    width: 100%;
  }

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

  .padding-global {
    background-color: #927b3a00;
    height: 100%;
  }

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

  .padding-section-large.background-color-beige {
    background-color: var(--_primitives---colors--beige-pain);
  }

  .slider-arrow {
    flex-flow: row;
    display: none;
  }

  .slider-arrow.is-bottom-previous, .slider-arrow.is-bottom-next, .slider-arrow.is-centre-previous {
    display: none;
  }

  .slider-arrow.is-bottom-left-next {
    left: 24%;
  }

  .slider-arrow-icon_default {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: auto;
    height: 1.3rem;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    display: none;
  }

  .section_header30.text-color-white {
    min-height: 100vh;
  }

  .image-overlay-layer {
    background-color: #0006;
  }

  .layout3_content {
    background-color: #0000;
    grid-template-columns: 1fr;
  }

  .layout3_image {
    width: 100%;
    max-width: 80vw;
  }

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

  .gallery26_mask {
    width: 70%;
  }

  .gallery26_image-wrapper {
    width: 100%;
  }

  .gallery26_image {
    height: 100%;
  }

  .rl_navbar1_menu {
    align-items: center;
    overflow: auto;
  }

  .rl_navbar1_menu.is-page-height-tablet.height-custom {
    height: 46vh;
  }

  .rl_navbar1_logo.logo-size {
    width: 30px;
  }

  .footer3_top-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .footer3_logo.logo-size {
    width: 40px;
  }

  .footer3_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer3_link-list.padding-left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
  }

  .mentions-l-gales {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 5vh 5%;
  }

  .mentions-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .h2-privacy {
    font-size: 1.5rem;
  }

  .h2-privacy.spacer-xlarge {
    font-family: var(--_typography---font-styles--body);
    font-weight: 500;
    line-height: .9;
  }

  .h2-terms {
    font-family: var(--_typography---font-styles--body);
    width: 100%;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: .9;
  }

  .h2-cookies {
    font-family: var(--_typography---font-styles--body);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: .9;
  }

  .privacy {
    margin-left: auto;
    margin-right: auto;
  }

  .somestrat-logo {
    width: 13vw;
    margin-top: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .h1-mentions-legales {
    font-family: var(--_typography---font-styles--body);
    margin-left: auto;
    margin-right: auto;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: .9;
  }

  .text-privacy.spacer-medium {
    font-size: .9rem;
  }

  .text-terms {
    width: 100%;
    font-size: .9rem;
  }

  .text-cookies {
    font-family: var(--_typography---font-styles--body);
    font-size: .9rem;
    font-weight: 400;
  }

  .header1_component {
    background-color: #6b3a3a00;
  }

  .header1_content {
    background-color: #0000;
    grid-template-columns: 1fr;
  }

  .header1_content-left {
    background-color: #0000;
  }

  .section_contact1 {
    margin-left: auto;
    margin-right: auto;
    padding-right: 5%;
  }

  .contact1_component {
    margin-left: auto;
    margin-right: auto;
  }

  .contact1_form {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    place-items: center;
  }

  .header81_content-wrapper {
    grid-column-gap: 25px;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .header81_content-left {
    max-height: 130vh;
    margin-left: 0%;
    margin-right: 0%;
  }

  .header81_image-wrapper {
    text-align: center;
    padding-top: 0%;
  }

  .header36_component {
    grid-template-columns: 1fr;
    padding-top: 1rem;
  }

  .header36_image-wrapper.margin-right {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .header36_image {
    text-align: left;
    width: 70%;
    max-width: 25rem;
  }

  .custom-h1-font-size_rs {
    font-size: 3rem;
  }

  .section_gallery25 {
    height: 80vh;
  }

  .gallery25_mask {
    width: 80%;
  }

  .padding-global-5 {
    height: auto;
  }

  .testimonial20_mask {
    width: 80%;
  }

  .testimonial20_slide {
    padding-right: 0;
  }

  .testimonial20_card {
    width: 95%;
    margin-left: 0;
    margin-right: 0;
    padding-left: .9rem;
  }

  .testimonial20_content-top {
    margin-left: auto;
    margin-right: auto;
  }

  .header37_component {
    grid-column-gap: 0rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: space-between;
    place-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 2rem;
    display: grid;
  }

  .header37_image-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .header37_content {
    margin-left: 0%;
    margin-right: 0%;
  }

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

  .padding-global_street {
    padding-left: 0%;
    padding-right: 0%;
  }

  .padding-global_coin {
    height: auto;
    padding-top: 2rem;
  }

  .section_maison.spacer-large {
    height: auto;
    padding-top: 4rem;
  }

  .heading-style-h1-3_lobster {
    color: var(--_primitives---colors--orange-provence);
    -webkit-text-stroke-width: 0px;
    width: 100%;
    font-size: 2.1rem;
  }

  .text-size-medium_lobster {
    color: var(--color-scheme-1--text);
  }

  .text-size-medium_lobster.spacer-large {
    width: 100%;
    font-size: 1rem;
  }

  .text-size-medium_lobster.spacer-small {
    width: 100%;
  }

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

  .heading-style-h1_home {
    color: var(--_primitives---colors--jaune-provence);
    -webkit-text-stroke-width: 0px;
  }

  .heading-style-h1_home.custom-font-size-desk {
    font-size: 3.8rem;
  }

  .heading-style-h1_home.custom-font-size-desk.white-text {
    -webkit-text-stroke-width: 0px;
    font-size: 3.3rem;
  }

  .heading-style-h1_home.custom-font-size-desk.white-text.custom-font-size-mob {
    font-size: 3.2rem;
  }

  .heading-style-h1-home_about {
    color: var(--_primitives---colors--jaune-provence);
    -webkit-text-stroke-width: 0px;
  }

  .heading-style-h1-home_about.custom-font-size-desk {
    font-size: 3.8rem;
  }

  .heading-style-h1-home_about.custom-font-size-desk.custom-height.custom-font-size-h1-mobl.custom-font-size-mob {
    font-size: 3.2rem;
  }

  .heading-style-h1-home_about.custom-font-size-desk.custom-height.custom-font-size-h1-mobl.custom-font-size-mob.custom-font-h1-color {
    text-align: left;
    font-size: 2.2rem;
  }

  .heading-style-h1_corner {
    color: var(--_primitives---colors--jaune-provence);
    -webkit-text-stroke-width: 0px;
  }

  .heading-style-h1_corner.custom-font-size2.custom-font-color1.custom-font-size-mobl.custom-font-size-mob2 {
    font-size: 2rem;
  }

  .heading-style-h1_street {
    color: var(--_primitives---colors--jaune-provence);
    -webkit-text-stroke-width: 0px;
  }

  .heading-style-h1_street.custom-font-size2.max-width-medium.custom-font-color.custom-font-size-mob {
    font-size: 2.8rem;
  }

  .heading-style-h1_street.custom-font-size2.max-width-medium.custom-font-color.custom-font-size-mobl.custom-font-size-mob.spacer-medium {
    text-align: left;
    font-size: 2rem;
  }

  .padding-global-home_about {
    background-color: #927b3a00;
    height: auto;
  }

  .h1-home-wrapper {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h1_garrigue {
    -webkit-text-stroke-width: 0px;
  }

  .heading-style-h1_garrigue._81custom-font-size-h1 {
    font-size: 2.1rem;
  }

  .heading-style-h1_classico {
    color: var(--_primitives---colors--jaune-provence);
    -webkit-text-stroke-width: 0px;
  }

  .heading-style-h1_classico.custom-font-h1-size_26.padding-left {
    width: 100%;
    font-size: 2.3rem;
  }

  .heading-style-h1_pitez {
    color: var(--_primitives---colors--jaune-provence);
    -webkit-text-stroke-width: 0px;
  }

  .heading-style-h1_pitez.custom-font-size2.max-width-medium.white-text.custom-font-height {
    font-size: 2.4rem;
  }

  .heading-style-h1_sucre {
    -webkit-text-stroke-width: 0px;
  }

  .heading-style-h1_sucre.custom-font-size-h1_36 {
    width: 100%;
    font-size: 2.3rem;
  }

  .heading-style-h1_avis {
    color: var(--color-scheme-1--button);
    -webkit-text-stroke-width: 0px;
    font-size: 2.5rem;
  }

  .padding-global_videos {
    background-color: #927b3a00;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .margin-bottom_lobster {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .margin-top_lobster.margin-medium_lobster {
    margin-top: 0;
  }

  .section_header37_lobster {
    margin-left: auto;
    margin-right: auto;
  }

  .section_layout38_pitez.margin-top {
    height: 80vh;
    margin-top: 0;
    margin-bottom: 0;
  }

  .section_gallery_classico.margin-bottom {
    margin-left: auto;
    margin-right: auto;
  }

  .section_header36-copy.padding-section-medium {
    margin-left: auto;
    margin-right: auto;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .section_layout_street.spacer-large {
    padding-bottom: 5vh;
  }

  .layout3_content_garlic {
    background-color: #0000;
    grid-template-columns: 1fr;
  }

  .layout3_image_garlic {
    width: 100%;
    max-width: 80vw;
  }

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

  .container-large-_garlic {
    background-color: #0000;
    max-width: 100vw;
    overflow: hidden;
  }

  .padding-global_garlic {
    background-color: #927b3a00;
    height: 100%;
  }

  .section_layout3_garlic.margin-top {
    min-height: 155vh;
    margin-top: 4rem;
  }

  .margin-bottom_garlic {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .map_badge_text.shadow-small {
    font-size: .7rem;
  }

  .header81_image_garrigue {
    text-align: center;
    width: 90vw;
    max-width: none;
  }

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

  .margin-bottom_com {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header81_content-wrapper_garrigue {
    grid-column-gap: 25px;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-f9ac7e74 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-f9ac7e74 {
  justify-self: start;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794ca-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794cb-f9ac7e74 {
  justify-self: start;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534b-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534c-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-f9ac7e74 {
  justify-self: start;
}

#w-node-f850239f-5feb-931e-45b8-7b579b43a164-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-f9ac7e74, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f17-f9ac7e74, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f18-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f19-f9ac7e74 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f1d-f9ac7e74, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f22-f9ac7e74, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f23-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f24-f9ac7e74 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2a-f9ac7e74, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2f-f9ac7e74, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f30-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f31-f9ac7e74 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f37-f9ac7e74, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3c-f9ac7e74, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3d-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3e-f9ac7e74 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f46-f9ac7e74, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4c-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4d-f9ac7e74 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f53-f9ac7e74, #w-node-d37b2579-9d18-04c9-4090-52481ef792d1-f9ac7e74, #w-node-d37b2579-9d18-04c9-4090-52481ef792d2-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792d3-f9ac7e74 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792dc-f9ac7e74, #w-node-d37b2579-9d18-04c9-4090-52481ef792dd-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792de-f9ac7e74 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e7-f9ac7e74, #w-node-d37b2579-9d18-04c9-4090-52481ef792e8-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e9-f9ac7e74 {
  justify-self: start;
}

#w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d284-f9ac7e74, #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d285-f9ac7e74, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506421-f9ac7e74, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506422-f9ac7e74, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd443-f9ac7e74, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd444-f9ac7e74, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44a-f9ac7e74, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44b-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-f9ac7e74 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-f9ac7e74 {
  justify-self: start;
}

#w-node-efe47a2c-71a3-58fc-52e2-5719cef52200-f9ac7e74, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55803-f9ac7e74, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55804-f9ac7e74, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55805-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55806-f9ac7e74 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55808-f9ac7e74, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580b-f9ac7e74, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580f-f9ac7e74, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55810-f9ac7e74, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55811-f9ac7e74, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581a-f9ac7e74, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581b-f9ac7e74, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581c-f9ac7e74, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55825-f9ac7e74, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55826-f9ac7e74, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55827-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55828-f9ac7e74 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5582e-f9ac7e74, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5582f-f9ac7e74, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55830-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55831-f9ac7e74 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55833-f9ac7e74, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55837-f9ac7e74, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55838-f9ac7e74, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55839-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5583a-f9ac7e74, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5583c-f9ac7e74 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-f9ac7e74, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-f9ac7e74, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-f9ac7e74, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-f9ac7e74, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-f9ac7e74, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-f9ac7e74, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-f9ac7e74 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-f9ac7e74, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-f9ac7e74, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-f9ac7e74 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-f9ac7e74, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-f9ac7e74, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-f9ac7e74 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-f9ac7e74, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-f9ac7e74, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-f9ac7e74 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-f9ac7e74, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-f9ac7e74, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-f9ac7e74 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-f9ac7e74, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-f9ac7e74, #w-node-ee961e8d-845a-edc3-3307-509470022457-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-f9ac7e74 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-f9ac7e74, #w-node-ee961e8d-845a-edc3-3307-50947002245b-f9ac7e74, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-f9ac7e74 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-f9ac7e74, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-f9ac7e74, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-f9ac7e74 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-f9ac7e74, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-f9ac7e74, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-f9ac7e74 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-f9ac7e74, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-f9ac7e74, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-f9ac7e74 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-f9ac7e74, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-f9ac7e74, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-f9ac7e74 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-f9ac7e74, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-f9ac7e74, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-f9ac7e74 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-f9ac7e74 {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-f9ac7e74 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-f9ac7e74 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-f9ac7e74 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-f9ac7e74 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-f9ac7e74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-f9ac7e74 {
  justify-self: start;
}

#w-node-edc2f4ab-abc4-a5ee-4483-954139a0d238-e9e0c0b0 {
  justify-self: end;
}

#w-node-ff348283-bce4-5811-bd0e-a510c9db07ee-e9e0c0b0, #w-node-_6431ddee-fb9d-844a-48dd-ded51671e524-e9e0c0b0 {
  justify-self: start;
}

#w-node-_6431ddee-fb9d-844a-48dd-ded51671e530-e9e0c0b0 {
  place-self: end start;
}

#w-node-_530eb328-8132-59be-b520-94eb246b2f87-08d48b07 {
  place-self: center;
}

#w-node-_530eb328-8132-59be-b520-94eb246b2f8e-08d48b07 {
  place-self: start center;
}

#w-node-_2c04f20c-ed86-7029-3587-365cc684c58a-08d48b07, #w-node-_1ecad82d-d002-6e92-d69c-4975179069d8-08d48b07 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_15cc4529-3f06-9931-b042-9e0ddb16fc92-1d8de780 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-edc2f4ab-abc4-a5ee-4483-954139a0d238-e9e0c0b0 {
    justify-self: auto;
  }

  #w-node-ff348283-bce4-5811-bd0e-a510c9db07ee-e9e0c0b0 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_9656dcd6-8dfa-4f33-208a-b76ac7b0fa1b-e9e0c0b0 {
    justify-self: auto;
  }

  #w-node-_6431ddee-fb9d-844a-48dd-ded51671e524-e9e0c0b0 {
    justify-self: start;
  }

  #w-node-_6431ddee-fb9d-844a-48dd-ded51671e530-e9e0c0b0 {
    place-self: center;
  }

  #w-node-_530eb328-8132-59be-b520-94eb246b2f87-08d48b07 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2b9fffa4-70f4-4677-a228-0ac4c7b73c13-0a663f5a {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6431ddee-fb9d-844a-48dd-ded51671e530-e9e0c0b0 {
    place-self: start center;
  }

  #w-node-_2c04f20c-ed86-7029-3587-365cc684c58a-08d48b07, #w-node-_1ecad82d-d002-6e92-d69c-4975179069d8-08d48b07 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_15cc4529-3f06-9931-b042-9e0ddb16fc7f-1d8de780 {
    place-self: auto;
  }

  #w-node-_15cc4529-3f06-9931-b042-9e0ddb16fc87-1d8de780 {
    align-self: auto;
  }
}


