:root {
  --dark-slate-grey: #35484f;
  --black: #101010;
  --white: white;
  --white-smoke: #fafafa;
  --divider: #bababa;
  --dark-sea-green: #a4b3a1;
  --dark-salmon: #ce8964;
  --sandy-brown: #f49d5f;
  --purple: #9a92a6;
  --light-sky-blue: #88ccf1;
  --borders: #e7e7e7;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--dark-slate-grey);
  color: #fff;
  font-family: Beatrice, sans-serif;
  font-size: 1vw;
  line-height: 1.5;
}

h1 {
  letter-spacing: -.1875vw;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4vw;
  font-weight: 400;
  line-height: 1;
}

h2 {
  letter-spacing: -.14vw;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3vw;
  font-weight: 400;
  line-height: 1.16667;
}

h3 {
  letter-spacing: -.1vw;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5vw;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  letter-spacing: -.075vw;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2vw;
  font-weight: 400;
  line-height: 1.25;
}

h5 {
  letter-spacing: -.05vw;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 1.33333;
}

h6 {
  letter-spacing: -.0375vw;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

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

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25vw;
}

strong {
  font-weight: 600;
}

blockquote {
  background-image: url('../images/quote-1.svg'), url('../images/quote.svg');
  background-position: 100% 100%, 0 .3vw;
  background-repeat: no-repeat, no-repeat;
  background-size: 1.5vw, 1.5vw;
  border-left: 5px #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25vw 0 2vw;
  font-size: 1.5vw;
  line-height: 1.33333;
}

.section {
  padding: 7.5vw;
  position: relative;
}

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

.section._100vh {
  align-items: center;
}

.section._0-padding {
  padding: 0;
}

.section._404 {
  align-items: center;
  height: 100vh;
  display: flex;
}

.section.green {
  color: var(--dark-slate-grey);
  background-color: #a4b3a1;
  flex-direction: column;
  padding-top: 5vw;
  padding-bottom: 3vw;
  display: flex;
}

.section._0-vert {
  padding-top: 0;
  padding-bottom: 0;
}

.text-container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 50vw;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.h1-title.m-margin.limith-width {
  max-width: 75%;
}

.black-divider {
  background-color: var(--black);
  width: 100%;
  height: 1px;
}

.black-divider.white {
  background-color: var(--white);
}

.xs-margin {
  margin-bottom: .5vw;
}

.s-card {
  flex-direction: column;
  padding: 3vw;
  position: relative;
}

.s-card.bg-gray.sticky-0 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.l-paragraph {
  max-width: 34vw;
  font-size: 1.25vw;
  line-height: 1.4;
}

.l-paragraph._70 {
  color: var(--dark-slate-grey);
  max-width: 100%;
  margin-left: auto;
  font-size: 1.15vw;
}

.show-on-phone {
  display: none;
}

.bg-black {
  background-color: var(--black);
  color: #fff;
  position: relative;
}

.m-card {
  padding: 4vw;
}

._100-width {
  border-radius: 20px;
  width: 100%;
  height: 0%;
}

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

._100-width.cover {
  object-fit: cover;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

._100-width._115-height {
  object-fit: cover;
  height: 115%;
}

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

._100-width._100-height {
  height: 100%;
}

.l-card {
  padding: 5vw;
  position: relative;
}

.l-margin {
  margin-bottom: 3vw;
}

.form {
  width: 100%;
  margin-bottom: 0;
}

.rich-text {
  max-width: 90%;
}

.rich-text h4, .rich-text h5, .rich-text h6, .rich-text h3 {
  margin-top: 3vw;
  margin-bottom: 1vw;
}

.rich-text h2, .rich-text p, .rich-text ul, .rich-text blockquote {
  margin-bottom: 1vw;
}

.rich-text._100 {
  max-width: 100%;
}

.s-margin {
  margin-bottom: 1vw;
}

.xs-icon {
  z-index: 5;
  width: 1vw;
  height: 1vw;
  position: relative;
}

.m-paragraph {
  max-width: 29vw;
}

.xl-margin {
  margin-bottom: 4vw;
}

.xs-badge-grid {
  grid-column-gap: .75vw;
  grid-row-gap: .75vw;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

.m-margin {
  margin-bottom: 2vw;
}

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

.success-message {
  color: #374fc7;
  background-color: #ebedf9;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
}

.s-icon {
  width: 1.25vw;
  height: 1.25vw;
}

.bg-white {
  background-color: #fff;
  position: relative;
}

.error-message {
  color: #f03d3e;
  background-color: #fdecec;
  border-radius: .5rem;
  margin-top: 1rem;
  padding: .75rem 1.5rem;
}

.xl-card {
  padding: 6vw;
}

.l-icon {
  z-index: 5;
  width: 3vw;
  height: 3vw;
  position: relative;
}

.align-left-hor {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.s-paragraph {
  max-width: 25vw;
  font-size: .875vw;
  line-height: 1.42857;
}

.hide-on-tablet {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.grid {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.grid.align-start {
  align-items: start;
}

.grid._4x-gutter {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
}

.grid._2x-gap {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
}

.grid.align-center {
  align-items: center;
}

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

.overflow-hidden {
  position: relative;
  overflow: hidden;
}

.project-wrap {
  width: 100%;
}

.align-left-ver {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.link {
  position: relative;
  overflow: hidden;
}

.align-right-hor {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  justify-content: flex-end;
  display: flex;
}

.xs-circle {
  background-color: var(--black);
  border-radius: .75vw;
  width: .75vw;
  height: .75vw;
}

.archive-wrap {
  width: 100%;
  padding-top: 1vw;
  position: relative;
}

.archive-arrow {
  margin-top: -.9vw;
}

.dark-overlay {
  z-index: 1;
  background-color: rgba(16, 16, 16, .25);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.m-padding {
  padding-top: 2vw;
  padding-bottom: 2vw;
}

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

.accordion-content {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.accordion-button {
  cursor: pointer;
}

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

.space-between-ver {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.bg-gray {
  background-color: var(--white-smoke);
  position: relative;
}

._100vh {
  height: 100vh;
}

.primary-button {
  background-color: var(--black);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 2rem;
  font-size: 11px;
  line-height: 1;
  transition: background-color .3s;
  display: flex;
}

.primary-button:hover {
  background-color: #333;
}

.align-left-justify-center-ver {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.logo-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.column {
  border-top: 1px solid var(--black);
  padding: 1vw;
}

.column.no-top-border {
  border-top-style: none;
  border-top-width: 1px;
}

.divider-wrap {
  justify-content: center;
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.vertical-divider {
  background-color: var(--black);
  width: 1px;
  height: 100%;
}

.faq-question-wrap {
  cursor: pointer;
}

.comparison-top {
  border-bottom: 1px solid var(--divider);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 6rem;
  display: flex;
}

.feature-check-wrap {
  border-bottom: 1px dashed var(--divider);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 5rem;
  display: flex;
}

.comparison-item {
  border-bottom: 1px dashed var(--divider);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 5rem;
  display: flex;
}

._75-width {
  width: 75%;
}

.comparison-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.navbar {
  z-index: 100;
  width: 100%;
}

.navbar.absolute {
  position: absolute;
  top: 0;
}

.post-info-wrap {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.s-pic {
  object-fit: cover;
  border-radius: 3vw;
  width: 3vw;
  height: 3vw;
}

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

.center-content-ver.absolute-post-card {
  z-index: 10;
  color: var(--white);
  position: absolute;
  bottom: 2vw;
  left: 0;
  right: 0;
}

.blog-photo {
  object-fit: cover;
  width: 100%;
  height: 72vh;
}

.mail-capture-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--black);
  background-color: rgba(0, 0, 0, 0);
  height: 50px;
  margin-bottom: 0;
}

.white-text {
  color: var(--white-smoke);
}

.hover-circle-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  padding: 3vw;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-circle {
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 5vw;
  min-width: 5vw;
  height: 5vw;
  min-height: 5vw;
  display: flex;
}

.quote-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.broken-quote-wrap {
  max-width: 90%;
  padding-left: 5vw;
}

.broken-quote-image {
  border-radius: 100%;
  width: 35%;
  margin-top: -25vw;
  margin-left: auto;
  display: block;
}

.template-screen {
  border: .5rem solid var(--black);
  flex-direction: column;
  align-items: center;
  position: relative;
}

._100-height {
  height: 100%;
}

.align-left-and-vertical {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.s-logo {
  height: 1.5vw;
}

.show-on-tablet {
  display: none;
}

.xl-pic {
  object-fit: cover;
  border-radius: 100%;
  width: 12vw;
  height: 12vw;
}

.centered-and-vertical {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.m-number {
  letter-spacing: -.1875rem;
  font-size: 6vw;
  line-height: 1;
}

.comp-black {
  background-color: var(--black);
  height: 6vw;
  margin-bottom: -6vw;
}

.social-link {
  width: 20px;
  height: 20px;
  display: flex;
}

.social-media-links {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.all-caps-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1.25vw;
  font-weight: 500;
}

.all-caps-text.s-margin {
  color: var(--dark-slate-grey);
}

.all-caps-text.xl-margin {
  color: #eed9d9;
}

.grey-span {
  z-index: 10;
  opacity: .4;
  position: relative;
}

.large-post {
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.small-post {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #081c3a;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: minmax(120px, .5fr) 1fr;
  grid-auto-columns: 1fr;
  padding: .5vw;
  text-decoration: none;
  transition: box-shadow .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.small-post:hover {
  box-shadow: 0 6px 24px -4px rgba(53, 64, 117, .12);
}

.slide-3 {
  width: 100%;
}

.slider-arrow {
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  padding-left: 100px;
  display: flex;
  top: 0;
  bottom: 80px;
  left: -100px;
}

.outline-hover-circle {
  z-index: 10;
  border: 1px solid rgba(255, 253, 253, .4);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
  position: relative;
}

.service-list-item {
  cursor: pointer;
  border-bottom: 1px solid rgba(136, 158, 168, .2);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 80px 0;
  display: flex;
  position: relative;
}

.team-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20vw;
  display: flex;
  position: relative;
  overflow: visible;
}

.team-portrait {
  justify-content: center;
  align-items: center;
  min-height: 30vw;
  margin-top: 17px;
  margin-left: 17px;
  margin-right: 17px;
  padding: 0;
  display: flex;
  position: relative;
}

.vertical-card {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  color: #000;
  border: 1px solid rgba(136, 158, 168, .2);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: center;
  justify-items: stretch;
  height: 100%;
  padding: 0;
  text-decoration: none;
  display: grid;
  position: relative;
}

.large-heading-2 {
  letter-spacing: 0;
  font-family: Champ, sans-serif;
  font-size: 1.5vw;
  line-height: 1.15em;
}

.background-image {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.background-banner {
  background-image: url('../images/Space002.jpeg');
  background-position: 50%;
  background-size: cover;
  height: 116%;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.background-banner.video-banner {
  background-image: url('../images/shutterstock_1115137589-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hover-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.image-overlay {
  z-index: 1;
  background-color: rgba(53, 72, 79, .6);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.wrapper {
  z-index: 10;
  width: 100%;
  position: relative;
}

.span-avatar {
  text-align: left;
  white-space: nowrap;
  background-image: url('../images/Placeholder.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 6.0375vw 6.0375vw;
  border: 2px solid rgba(0, 0, 0, 0);
  width: 6.0375vw;
  height: 6.0375vw;
  margin-left: .5rem;
  margin-right: .5rem;
  font-size: .875rem;
  line-height: 7.5;
  text-decoration: none;
  transition: border-radius .6s cubic-bezier(.25, .46, .45, .94), border-color .6s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: relative;
  top: -.5vw;
}

.span-avatar:hover {
  border-color: #3f8ef1;
  border-radius: 6.0375vw;
}

.link-text {
  font-weight: 500;
  transition: color .3s;
  display: inline;
}

.link-text:hover {
  color: #3f8ef1;
}

.blog-image {
  background-image: url('../images/Image002-1.jpg');
  background-position: 0 0;
  background-size: cover;
  min-height: 70vh;
}

.menu-lottie {
  width: 100%;
  margin-top: -1%;
  display: none;
}

.nav-link-number {
  letter-spacing: -.083vw;
  margin-top: .7em;
  margin-left: .3em;
  font-size: 1.25vw;
  font-style: normal;
  line-height: 1;
}

.nav-link-line {
  background-color: #fff;
  width: 0;
  height: .2vw;
}

.nav-logo {
  height: 1.5vw;
}

.menu {
  z-index: 99;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu-background {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 101%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu-background-fill {
  background-color: var(--dark-sea-green);
  width: 100%;
  height: 100%;
}

.menu-wrap {
  z-index: 10;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 5vw;
  display: grid;
  position: relative;
}

.menu-bar {
  background-color: #111;
  width: 3vw;
  height: .2vw;
  margin-top: .3vw;
  margin-bottom: .3vw;
}

.nav-link-text {
  letter-spacing: -.3vw;
  font-size: 6vw;
  line-height: 1.2;
}

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

.overflow-hidden-2.nav-link-margins {
  margin-top: .7vw;
  margin-bottom: .7vw;
}

.nav-link {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.nav-link:hover {
  font-style: italic;
}

.buy-now-button {
  background-color: var(--black);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 1vw 1.5vw;
  font-size: .75vw;
  line-height: 1;
  transition: opacity .4s cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.buy-now-button:hover {
  opacity: .8;
  background-color: #333;
}

.menu-trigger {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.buy-wrap-logos {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

.nav-container {
  z-index: 100;
  justify-content: space-between;
  align-items: center;
  padding: 1.5vw 3vw 1.5vw 7.5vw;
  display: flex;
  position: relative;
}

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

.quote-text {
  width: 75%;
}

.slide-2 {
  width: 100%;
}

.email-capture-grid {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.absolute-pic {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.flowyak-banner {
  z-index: 2147483647;
  background-color: var(--black);
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 12rem;
  padding: 1.25rem;
  display: flex;
  position: fixed;
  bottom: 10px;
  right: 10px;
}

.close-banner {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  line-height: 1;
  display: flex;
  position: absolute;
  top: .5rem;
  right: .5rem;
}

.banner-text {
  margin-bottom: 1rem;
  font-size: .875rem;
  line-height: 1.25rem;
}

.flowyak-banner-button {
  background-color: var(--dark-salmon);
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
  transition: background-color .3s;
  display: block;
}

.narrow-content {
  z-index: 6;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.narrow-content.center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-title {
  color: var(--dark-slate-grey);
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Champ, sans-serif;
  font-size: 1.3vw;
  font-weight: 400;
}

.section-title.uppercase {
  color: var(--sandy-brown);
  text-align: center;
  text-transform: uppercase;
  margin-top: 50px;
  font-family: Champ, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
}

.footer {
  padding: 7.5vw 7.5vw 0;
  position: relative;
}

.footer-frid {
  grid-column-gap: 20vw;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 3.5fr .75fr;
  grid-auto-columns: 1fr;
  justify-items: end;
  display: grid;
}

.footer-info {
  color: #fff;
}

.footer-logo {
  max-width: 320px;
  margin-bottom: 80px;
}

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

.social-wrap {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 40px;
  display: none;
}

.footer-r {
  max-width: 800px;
}

._2-col-grid {
  grid-column-gap: 5vw;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.card-white-space {
  height: 20px;
}

.wave-bg-wrap {
  color: var(--dark-slate-grey);
  background-image: url('../images/BG.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.align-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.top-card-icon {
  width: 200px;
  margin-bottom: 40px;
}

.section-icon-wrap {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.botton-wrap {
  z-index: 99;
  padding-top: 40px;
  position: relative;
}

.button {
  background-color: var(--sandy-brown);
  color: var(--dark-slate-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 20px;
  font-weight: 400;
  transition: all .2s;
}

.button:hover {
  background-color: var(--dark-slate-grey);
  color: #fff;
}

.button.hero {
  border: 1px solid var(--sandy-brown);
  color: var(--sandy-brown);
  background-color: rgba(0, 0, 0, 0);
  padding: 15px 20px;
  font-size: 1vw;
}

.button.hero:hover {
  background-color: var(--sandy-brown);
  color: var(--dark-slate-grey);
}

.section-bg-wrap {
  background-color: var(--dark-sea-green);
  background-image: url('../images/Screenshot-2023-07-31-115535.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 120px;
  margin-top: 0;
  display: flex;
}

.image-sentence {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin-bottom: 5vh;
  font-family: Champ, sans-serif;
  display: flex;
}

.image-sentence-text {
  letter-spacing: 0;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
}

.image-sentence-text.full {
  width: 2100%;
  margin-top: 0;
  font-family: Champ, sans-serif;
}

.hero-logo {
  max-width: 30vw;
  max-height: 280px;
  margin-bottom: 60px;
}

.hero-title {
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 2vw;
  font-weight: 700;
}

.hero-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-family: Champ, sans-serif;
  display: flex;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.footer-info-row-map {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column-reverse;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  justify-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.foooter-info-title-2 {
  color: var(--sandy-brown);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Champ, sans-serif;
  font-size: 1.2vw;
}

.hide-on-tablet-2 {
  color: var(--sandy-brown);
  letter-spacing: 0;
  font-size: 1vw;
}

.black-divider-3 {
  background-color: #4a503e;
  width: 100%;
  height: 1px;
}

.social-wrap-2 {
  flex-direction: column;
  align-items: flex-start;
  font-size: 0;
  display: none;
}

.show-on-tablet-2 {
  display: none;
}

.footer-info-2 {
  color: #4a503e;
  font-size: 1.5vw;
}

.html-embed {
  border-radius: 20px;
  width: auto;
  min-width: 400px;
  max-width: 800px;
}

.slider {
  border-radius: 20px;
  max-width: 600px;
  height: 700px;
}

.slide-4 {
  background-image: url('../images/1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.slide-5 {
  background-image: url('../images/2.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.slide-7 {
  background-image: url('../images/4.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.slide-8 {
  background-image: url('../images/5.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.slide-9 {
  background-image: url('../images/6.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.slide-11 {
  background-image: url('../images/bloc.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.slide-12 {
  background-image: url('../images/9.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.slide-1 {
  background-image: url('../images/10.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.icon, .icon-2 {
  display: none;
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3vw 7.5vw;
  display: flex;
}

.div-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.text-block {
  font-size: .8vw;
}

.form-block-momento {
  width: 60%;
  margin-bottom: 50px;
}

.form-grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}

.text-field-2 {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--dark-slate-grey);
  color: var(--dark-slate-grey);
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  margin-bottom: 20px;
  padding: 8px 10px 8px 3px;
  font-size: 1.25vw;
  font-weight: 400;
  transition: all .3s;
  display: block;
}

.text-field-2:hover {
  border-bottom-color: var(--sandy-brown);
}

.text-field-2:focus {
  color: var(--dark-slate-grey);
  border-bottom-color: #fff;
  position: static;
}

.text-field-2::placeholder {
  color: var(--dark-slate-grey);
}

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

.submit-button-2 {
  border: 1px none var(--white);
  background-color: var(--dark-salmon);
  color: #f0f0f0;
  letter-spacing: 1px;
  padding: 15px 20px;
  font-family: Champ, sans-serif;
  transition: all .3s;
}

.submit-button-2:hover {
  background-color: var(--dark-slate-grey);
  color: #fff;
  border-color: #efd6b4;
}

.image {
  margin-bottom: 40px;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.section-4 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  position: relative;
}

.hero-slider {
  z-index: 0;
  opacity: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-bottom: 1px #000;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}

.hero-slide-arrow {
  z-index: 99999;
  opacity: 0;
  display: block;
}

.hero-slide-arrow.show {
  color: #fff;
  position: absolute;
  overflow: visible;
}

.div-block-29 {
  z-index: 1;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.icon-4.show2 {
  color: #fff;
}

.hero-slide-nav {
  opacity: 0;
  padding-top: 0;
  font-size: 10px;
  line-height: 10px;
}

.main-hero {
  background-color: #111;
  flex-direction: column;
  justify-content: center;
  height: 120vh;
  display: flex;
  position: relative;
}

.image-slide-container {
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-slide-container.slide-1 {
  background-image: url('../images/q3.jpeg');
  background-position: 50%;
  background-size: cover;
}

.image-slide-container.slide-1.pers4 {
  background-image: linear-gradient(rgba(53, 72, 79, .7), rgba(53, 72, 79, .7)), url('../images/head.png');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.mask-2 {
  background-color: var(--dark-slate-grey);
}

.section-title-1 {
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Champ, sans-serif;
  font-size: 1.3vw;
  font-weight: 400;
}

.slide-13 {
  background-image: url('../images/femme.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.columns {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.foooter-info-title-logo {
  color: var(--sandy-brown);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Champ, sans-serif;
  font-size: 1.2vw;
}

.div-block-31 {
  border-radius: 20px;
}

.div-block-32 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.language {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(16, 16, 16, .2);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: .85vw;
  line-height: 1;
  transition: all .2s, opacity .4s cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.language:hover {
  opacity: .8;
  color: var(--white);
  background-color: rgba(16, 16, 16, .75);
}

.language-button-achat {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(206, 137, 100, .75);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 20px 1.5vw;
  font-size: .85vw;
  line-height: 1;
  transition: all .2s, opacity .4s cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.language-button-achat:hover {
  opacity: .8;
  color: #ec7966;
  background-color: rgba(255, 255, 255, .8);
}

.language-button-location {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(236, 121, 102, .75);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 20px 1.5vw;
  font-size: .85vw;
  line-height: 1;
  transition: all .2s, opacity .4s cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.language-button-location:hover {
  opacity: 1;
  color: var(--sandy-brown);
  background-color: rgba(255, 255, 255, .8);
}

.buy-wrap-texte {
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: end;
  display: none;
}

.momento {
  height: 25px;
  margin-bottom: 11px;
}

.momento:hover {
  opacity: .81;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  font-size: .6vw;
  font-weight: 300;
  line-height: .5;
}

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

.button-2 {
  background-color: var(--dark-salmon);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 20px;
  font-weight: 400;
  transition: all .2s;
}

.button-2:hover {
  color: #fff;
  background-color: #435a62;
}

.section-5 {
  color: #796a45;
  background-color: #e4e2dc;
  flex-direction: column;
  height: 100vh;
  padding-bottom: 0;
  padding-left: 60px;
  display: flex;
  position: relative;
}

.section-5._1er {
  background-color: rgba(239, 236, 227, 0);
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 0 7.5vw 50px;
}

.section-content-wrap {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.features-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  display: grid;
}

.feature-item {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 14px;
  line-height: 28px;
  display: flex;
}

.feature-icon {
  object-fit: contain;
  width: 60px;
  height: 70px;
  margin-bottom: 0;
}

.feature-title {
  color: var(--dark-slate-grey);
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.15vw;
  font-weight: 400;
  line-height: 20px;
}

.image-2 {
  border-radius: 20px;
}

.section-image {
  padding: 7.5vw;
  position: relative;
}

.section-title-icones {
  color: var(--dark-slate-grey);
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 30px;
  font-family: Champ, sans-serif;
  font-size: 1.3vw;
  font-weight: 400;
}

.all-caps-text-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1.25vw;
  font-weight: 500;
}

.all-caps-text-title.s-margin-titoel {
  color: var(--dark-slate-grey);
  text-align: center;
  margin-bottom: 10px;
}

.image-3 {
  max-width: 75%;
}

.link-block-3 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  display: flex;
}

.image-4 {
  filter: contrast(200%);
}

.div-block-ordi {
  z-index: 677;
  margin-top: 125px;
  margin-right: 15px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image-69, .image-69-copy {
  margin-top: 0;
  margin-right: 0;
}

.column-2, .column-3, .column-4, .column-5 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-mobile {
  z-index: 677;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 100px;
  margin-right: 0;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.column-12 {
  padding-left: 0;
  padding-right: 0;
}

.image-70 {
  margin-top: 0;
  margin-right: 0;
}

.column-13 {
  padding-left: 0;
  padding-right: 0;
}

.column-14 {
  padding-left: 0;
}

.link-block-4 {
  text-align: center;
}

.column-15 {
  padding-right: 0;
}

.column-16 {
  padding-left: 0;
}

.text-block-3 {
  color: var(--white-smoke);
  font-size: 11px;
}

.buy-wrap-logos-split-copy {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  background-color: rgba(53, 72, 79, 0);
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  align-items: center;
  justify-items: end;
  padding: 10px 25px;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.language-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(16, 16, 16, .2);
  border-radius: 0;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
  font-size: .85vw;
  line-height: 1;
  transition: all .2s, opacity .4s cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.language-2:hover {
  opacity: .8;
  color: #fff;
  background-color: rgba(16, 16, 16, .75);
}

.button-split {
  color: #f49d5f;
  text-align: center;
  background-color: rgba(56, 152, 236, 0);
  border: 1px solid #de7417;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color .2s;
}

.button-split:hover {
  background-color: rgba(5, 5, 5, .17);
}

.div-block-momento {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin-bottom: 150px;
  display: flex;
}

.div-block-split-elan {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  margin-bottom: 150px;
  display: flex;
}

.heading-spit {
  letter-spacing: .1vw;
  margin-bottom: 30px;
  font-family: Champ, sans-serif;
  font-size: 2vw;
  font-weight: 300;
  line-height: 2;
}

.section-7 {
  background-image: linear-gradient(rgba(72, 144, 145, .5), rgba(72, 144, 145, .5));
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-logos {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  display: flex;
}

.top-card-icon-big {
  width: 200px;
  margin-bottom: 40px;
}

.div-block-46 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.column-17 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-47 {
  flex: 0 auto;
  width: 100%;
  margin-right: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  max-width: 1200px;
  display: flex;
}

.hero-title-3 {
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 3vw;
  font-weight: 500;
  line-height: .9;
}

.column-18 {
  text-align: center;
  flex-direction: column;
  order: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-8 {
  background-image: linear-gradient(rgba(54, 72, 85, .94), rgba(54, 72, 85, .94)), url('../images/header-hd.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.columns-39 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  width: 71%;
  padding-top: 80px;
  display: flex;
}

.text-block-5 {
  text-align: center;
  font-family: Beatrice, sans-serif;
  font-size: 1.2vw;
}

.image-71 {
  max-width: 80%;
}

.column-19 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-40 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.column-21 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--dark-slate-grey);
  color: var(--dark-slate-grey);
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  margin-bottom: 20px;
  padding: 8px 10px 8px 0;
  font-size: 1.25vw;
  font-weight: 400;
  transition: all .3s;
  display: block;
}

.text-field:hover {
  border-bottom-color: var(--sandy-brown);
}

.text-field:focus {
  color: var(--dark-slate-grey);
  border-bottom-color: #fff;
  position: static;
}

.text-field::placeholder {
  color: var(--dark-slate-grey);
}

.body {
  background-color: var(--dark-slate-grey);
}

@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }

  h1 {
    letter-spacing: -.2rem;
    font-size: 56px;
  }

  h2 {
    letter-spacing: -.15rem;
    font-size: 42px;
  }

  h3 {
    letter-spacing: -.1rem;
    font-size: 35px;
  }

  h4 {
    letter-spacing: -.05rem;
    font-size: 28px;
  }

  h5 {
    letter-spacing: -.025rem;
    font-size: 21px;
  }

  h6 {
    letter-spacing: -.02rem;
    font-size: 18px;
  }

  ul, ol {
    padding-left: 1.25rem;
  }

  blockquote {
    background-size: 16px, 16px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 16px;
  }

  .section {
    padding: 4rem 2rem;
  }

  .text-container {
    max-width: 50rem;
  }

  .h1-title.m-margin.limith-width {
    max-width: 90%;
  }

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

  .s-card {
    padding: 1.5rem;
  }

  .s-card.bg-gray.sticky-0 {
    display: none;
  }

  .l-paragraph {
    max-width: 34rem;
    font-size: 16px;
  }

  .l-paragraph._70 {
    max-width: 100%;
    font-size: 2vw;
  }

  .m-card {
    padding: 2.5rem;
  }

  .l-card {
    padding: 3rem;
  }

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

  .rich-text h4, .rich-text h5, .rich-text h6, .rich-text h3 {
    margin-top: 2.5rem;
    margin-bottom: 1rem;
  }

  .rich-text h2, .rich-text p, .rich-text blockquote, .s-margin {
    margin-bottom: 1rem;
  }

  .m-paragraph {
    max-width: 29rem;
  }

  .xl-margin {
    margin-bottom: 2.5rem;
  }

  .xs-badge-grid {
    grid-column-gap: .5rem;
  }

  .m-margin {
    margin-bottom: 1.5rem;
  }

  .s-icon {
    width: 1rem;
    height: 1rem;
  }

  .xl-card {
    padding: 3rem;
  }

  .l-icon {
    width: 2.5rem;
    height: 2.5rem;
  }

  .s-paragraph {
    max-width: 25rem;
    font-size: 12px;
  }

  .hide-on-tablet {
    display: none;
  }

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

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

  .xs-circle {
    border-radius: 8px;
    width: 8px;
    height: 8px;
  }

  .archive-wrap {
    padding-top: .5rem;
  }

  .m-padding {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .comparison-top {
    min-height: 80px;
  }

  .feature-check-wrap, .comparison-item {
    min-height: 4rem;
  }

  .s-pic {
    border-radius: 3rem;
    width: 3rem;
    height: 3rem;
  }

  .hover-circle-wrapper {
    padding: 10px;
    display: none;
  }

  .hover-circle {
    min-width: 50px;
    min-height: 50px;
  }

  .quote-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .broken-quote-wrap {
    padding-left: 4rem;
  }

  .broken-quote-image {
    margin-top: -15rem;
  }

  .s-logo {
    height: 1.5rem;
  }

  .show-on-tablet {
    display: block;
  }

  .m-number {
    font-size: 4rem;
  }

  .social-media-links {
    grid-column-gap: 1rem;
  }

  .all-caps-text {
    font-size: 14px;
  }

  .slider-arrow {
    width: 160px;
    height: 160px;
  }

  .team-image {
    min-height: 250px;
  }

  .team-portrait {
    min-height: 375px;
  }

  .span-avatar {
    background-size: 3rem 3rem;
    border-radius: 3rem;
    width: 3rem;
    height: 3rem;
    line-height: 6;
    top: auto;
    bottom: -.75rem;
  }

  .menu-lottie {
    z-index: 2;
    flex: none;
    position: relative;
  }

  .nav-link-number {
    font-size: 12px;
  }

  .nav-logo {
    height: 2vw;
  }

  .menu {
    height: 100vh;
  }

  .menu-background-fill {
    z-index: 1;
    position: relative;
  }

  .menu-wrap {
    padding-top: 3.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .menu-bar {
    width: 25px;
    height: 2px;
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .overflow-hidden-2.nav-link-margins {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .buy-now-button {
    padding: 10px 15px;
    font-size: 8px;
  }

  .nav-container {
    height: 3.5rem;
    padding: 1rem 2rem;
  }

  .quote-text {
    letter-spacing: -.1rem;
    font-size: 32px;
  }

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

  .section-title {
    margin-bottom: 40px;
    font-size: 32px;
  }

  .section-title.uppercase {
    font-size: 3vw;
  }

  .footer {
    padding: 4rem 2rem;
  }

  .footer-frid {
    text-align: center;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .social-wrap {
    align-items: center;
  }

  ._2-col-grid {
    grid-template-columns: 1fr;
  }

  .card-white-space {
    height: 0;
  }

  .top-card-icon {
    width: 100px;
  }

  .section-icon-wrap {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .button.hero {
    font-size: 1.5vw;
  }

  .section-bg-wrap {
    height: 100px;
  }

  .image-sentence {
    display: none;
  }

  .image-sentence-text {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 48px;
  }

  .hero-logo {
    max-width: 80vw;
  }

  .hero-title {
    margin-bottom: 0;
    font-size: 4vw;
  }

  .footer-info-row-map {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .foooter-info-title-2 {
    margin-bottom: 1rem;
    font-size: 14px;
  }

  .hide-on-tablet-2 {
    display: none;
  }

  .social-wrap-2 {
    align-items: center;
  }

  .show-on-tablet-2 {
    display: block;
  }

  .slider {
    max-width: none;
  }

  .form-block-momento {
    width: 100%;
  }

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

  .text-field-2 {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .section-title-1 {
    margin-bottom: 40px;
    font-size: 20px;
  }

  .foooter-info-title-logo {
    margin-bottom: 1rem;
    font-size: 14px;
  }

  .language {
    padding: 15px;
    font-size: 8px;
  }

  .language-button-achat, .language-button-location {
    padding: 10px 15px;
    font-size: 8px;
  }

  .text-block-2 {
    font-size: 1vw;
  }

  .section-5 {
    background-color: #e4e2dc;
    height: auto;
    padding-left: 0;
  }

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

  .section-content-wrap {
    flex: 1;
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .feature-item {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-icon {
    width: 80px;
    height: 80px;
  }

  .feature-title {
    font-size: 18px;
    line-height: 24px;
  }

  .section-image {
    padding: 4rem 2rem;
  }

  .section-title-icones {
    margin-bottom: 40px;
    font-size: 32px;
  }

  .all-caps-text-title {
    font-size: 14px;
  }

  .div-block-ordi, .div-block-mobile {
    margin-top: 50px;
  }

  .language-2 {
    padding: 15px;
    font-size: 8px;
  }

  .top-card-icon-big {
    width: 100px;
  }

  .container-6 {
    width: auto;
    max-width: none;
  }

  .hero-title-3 {
    margin-bottom: 10px;
  }

  .columns-39 {
    width: 100%;
    padding-top: 50px;
  }

  .text-field {
    margin-bottom: 10px;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

  blockquote {
    font-size: 14px;
  }

  .section {
    padding: 3rem 1.25rem;
  }

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

  .l-paragraph {
    max-width: 29rem;
    font-size: 14px;
  }

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

  .show-on-phone {
    display: block;
  }

  .m-card {
    padding: 1.5rem;
  }

  .l-card {
    padding: 2rem;
  }

  .l-margin {
    margin-bottom: 1.5rem;
  }

  .m-paragraph {
    max-width: 25rem;
  }

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

  .m-margin {
    margin-bottom: 1.25rem;
  }

  .xl-card {
    padding: 2rem;
  }

  .l-icon {
    width: 2rem;
    height: 2rem;
  }

  .l-icon.hide-on-portrait {
    margin-top: .6rem;
  }

  .s-paragraph {
    font-size: 10px;
  }

  .s-paragraph.show-on-phone.strike {
    text-decoration: line-through;
  }

  .m-padding {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .column {
    padding: 10px;
  }

  .comparison-grid {
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .broken-quote-wrap {
    max-width: 90%;
    padding-left: 3rem;
  }

  .broken-quote-image {
    margin-top: -11rem;
  }

  .m-number {
    font-size: 3rem;
  }

  .small-post {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 0;
  }

  .slider-arrow {
    width: 140px;
    height: 140px;
    padding-left: 80px;
    left: -80px;
  }

  .team-image {
    min-height: 200px;
  }

  .team-portrait {
    min-height: 500px;
  }

  .span-avatar {
    background-size: 2.5rem 2.5rem;
    border-radius: 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    margin-top: -2rem;
    top: auto;
    bottom: -1.25rem;
  }

  .menu-wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .menu-trigger {
    font-size: 8px;
  }

  .nav-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .absolute-pic {
    position: static;
  }

  .section-title {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .footer {
    padding: 3rem 1.25rem;
  }

  .footer-logo {
    max-width: 240px;
  }

  ._2-col-grid {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .top-card-icon {
    width: 60px;
  }

  .image-sentence-text {
    font-size: 36px;
  }

  .hero-title {
    margin-bottom: 0;
    font-size: 36px;
    line-height: 40px;
  }

  .foooter-info-title-2 {
    font-size: 12px;
  }

  .slider {
    width: 100%;
  }

  .text-block {
    font-size: 1.5vw;
  }

  .div-block-2 {
    width: 100%;
  }

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

  .section-title-1 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .foooter-info-title-logo {
    font-size: 12px;
  }

  .language {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .text-block-2 {
    font-size: 1.5vw;
  }

  .section-5 {
    background-color: #e4e2dc;
  }

  .section-5._1er {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-content-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .feature-item {
    max-width: 100%;
  }

  .feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }

  .section-image {
    padding: 3rem 1.25rem;
  }

  .section-title-icones {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .div-block-ordi {
    margin-right: 0;
  }

  .columns-37 {
    display: flex;
  }

  .div-block-mobile {
    margin-right: 0;
  }

  .columns-38 {
    display: flex;
  }

  .div-block-momento, .div-block-split-elan {
    margin-bottom: 100px;
  }

  .top-card-icon-big {
    width: 60px;
  }

  .container-6 {
    width: auto;
  }

  .hero-title-3 {
    margin-bottom: 10px;
    font-size: 36px;
  }

  .section-8 {
    height: auto;
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .columns-39 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
  }

  .text-block-5 {
    font-size: 20px;
  }

  .columns-40 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: -.15rem;
    font-size: 36px;
  }

  h2 {
    letter-spacing: -.05rem;
    font-size: 27px;
  }

  h3 {
    letter-spacing: -.03rem;
    font-size: 22px;
  }

  h4 {
    letter-spacing: -.02rem;
    font-size: 18px;
  }

  h5 {
    letter-spacing: -.0125rem;
    font-size: 16px;
  }

  h6 {
    letter-spacing: -.005rem;
    font-size: 14px;
  }

  .section.green {
    padding-bottom: 10vw;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .h1-title.m-margin.limith-width {
    max-width: 100%;
  }

  .l-paragraph._70 {
    font-size: 4vw;
  }

  ._100-width._100-height {
    object-position: 15% 0%;
  }

  .l-card {
    padding: 1.5rem 1rem;
  }

  .rich-text {
    max-width: 100%;
  }

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

  .xl-card {
    padding: 1.5rem;
  }

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

  .column {
    padding: 0;
  }

  .column.no-top-border-on-portrait {
    border-top-style: none;
  }

  .comparison-top {
    min-height: 60px;
  }

  .comparison-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .hover-circle-wrapper {
    padding: 40px;
  }

  .broken-quote-wrap {
    max-width: 100%;
    padding-left: 1.25rem;
  }

  .broken-quote-image {
    width: 100%;
    margin-top: 2rem;
  }

  .xl-pic {
    width: 36vw;
    height: 36vw;
  }

  .small-post {
    grid-template-columns: 1fr;
  }

  .slider-arrow {
    width: 120px;
    height: 120px;
    padding-left: 60px;
    top: auto;
    bottom: 140px;
    left: -60px;
  }

  .service-list-item {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .team-image {
    min-height: 135px;
  }

  .team-portrait {
    min-height: 375px;
  }

  .large-heading-2 {
    font-size: 20px;
  }

  .nav-link-number {
    margin-top: 0;
    font-size: 10px;
  }

  .nav-logo {
    height: 4vw;
  }

  .menu-bar {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .nav-container {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .quote-text {
    width: 100%;
  }

  .section-title {
    text-align: left;
    font-size: 22px;
  }

  .section-title.uppercase {
    font-size: 5vw;
  }

  .footer-logo {
    margin-bottom: 40px;
  }

  ._2-col-grid {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .button.hero {
    font-size: 4vw;
  }

  .section-bg-wrap {
    height: 80px;
  }

  .image-sentence {
    display: flex;
  }

  .image-sentence-text {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 20px;
  }

  .hero-title {
    margin-bottom: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .hero-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-info-row-map {
    flex-direction: column-reverse;
  }

  .foooter-info-title-2 {
    text-align: center;
    margin-bottom: 0;
  }

  .show-on-tablet-2 {
    font-size: 12px;
  }

  .html-embed {
    min-width: 0;
  }

  .slider {
    max-width: 100%;
    height: 400px;
  }

  .text-block {
    font-size: 3vw;
  }

  .div-block-2 {
    flex-direction: column;
    max-width: 100%;
    display: flex;
  }

  .mask {
    max-width: 100%;
  }

  .form-block-momento {
    max-width: 100%;
    margin-bottom: 50px;
  }

  .form-grid-2 {
    max-width: 100%;
  }

  .text-field-2 {
    margin-bottom: 15px;
    padding-left: 3px;
    font-size: 14px;
    line-height: 20px;
  }

  .submit-button-2 {
    margin-top: 30px;
  }

  .form-fr {
    max-width: 100%;
  }

  .section-4 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-hero {
    height: 130vh;
  }

  .image-slide-container.slide-1.pers4 {
    background-image: linear-gradient(to bottom, null, null), url('../images/head.png');
    background-position: 0 0, 50%;
    border-radius: 0;
  }

  .section-title-1 {
    text-align: center;
    font-size: 20px;
  }

  .columns {
    margin-bottom: 25px;
  }

  .foooter-info-title-logo {
    text-align: center;
    margin-bottom: 15px;
  }

  .div-block-30, .div-block-31 {
    width: 100%;
  }

  .language {
    padding-top: 15px;
  }

  .text-block-2 {
    font-size: 2vw;
  }

  .link-block-2 {
    display: none;
  }

  .section-5 {
    background-color: #e4e2dc;
    width: 100%;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
  }

  .section-content-wrap {
    height: auto;
    padding: 0;
  }

  .feature-item {
    padding-left: 0;
    padding-right: 0;
  }

  .feature-icon {
    margin-bottom: 15px;
  }

  .feature-title {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .section-title-icones {
    text-align: left;
    font-size: 22px;
  }

  .div-block-ordi {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 50px;
    margin-right: 0;
    display: none;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .columns-37 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-mobile {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-top: 50px;
    margin-bottom: 0;
    margin-right: 0;
    display: flex;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .columns-38 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .column-12 {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

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

  .form-en {
    max-width: 100%;
  }

  .buy-wrap-logos-split-copy {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    width: 100%;
  }

  .language-2 {
    padding: 15px;
  }

  .div-block-momento {
    width: auto;
    margin-bottom: 100px;
  }

  .div-block-split-elan {
    margin-bottom: 100px;
  }

  .heading-spit {
    font-size: 6vw;
  }

  .section-7 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-logos {
    margin-bottom: 20px;
  }

  .top-card-icon-big {
    width: 100px;
    margin-bottom: 20px;
  }

  .container-6 {
    flex-direction: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    padding-bottom: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-title-3 {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .section-8 {
    width: auto;
    height: auto;
    padding-top: 100px;
  }

  .columns-39 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 50px;
  }

  .text-block-5 {
    font-size: 4vw;
  }

  .container-7 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .columns-40 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    height: 100%;
  }

  .text-field {
    margin-bottom: 15px;
    padding-left: 3px;
    font-size: 14px;
    line-height: 20px;
  }
}

#w-node-_444ac665-697c-36c8-0821-48197da327a0-2c6759fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_36467dba-9c75-f4a7-b44d-00bb0766eecd-2c6759fd, #w-node-_188de4a8-c882-afee-7efc-68512def4398-2c6759fd, #Chambres.w-node-_919b9e8a-af13-38bb-4a0e-804f8fff3f09-2c6759fd, #Budget.w-node-_919b9e8a-af13-38bb-4a0e-804f8fff3f0a-2c6759fd, #Occupation.w-node-_919b9e8a-af13-38bb-4a0e-804f8fff3f0b-2c6759fd, #Stationnement.w-node-_919b9e8a-af13-38bb-4a0e-804f8fff3f0c-2c6759fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Message.w-node-_919b9e8a-af13-38bb-4a0e-804f8fff3f0f-2c6759fd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3104c038-f641-af95-6e86-a92a4fa8cc60-2c6759fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e0166bcb-a6eb-b0ba-6b6a-52902676c997-2c6759fd, #w-node-_56b7775e-7e49-fdac-bd3a-44e1fb8e1ee5-2c6759fd {
  align-self: center;
}

#w-node-_56b7775e-7e49-fdac-bd3a-44e1fb8e1ed9-2c6759fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4dfa7228-a29d-b145-09dc-acf2e247ba9d-2c6759fd, #w-node-_4dfa7228-a29d-b145-09dc-acf2e247baa1-2c6759fd, #w-node-_4dfa7228-a29d-b145-09dc-acf2e247baa5-2c6759fd, #w-node-_4dfa7228-a29d-b145-09dc-acf2e247baa9-2c6759fd, #w-node-_4dfa7228-a29d-b145-09dc-acf2e247baae-2c6759fd, #w-node-_4dfa7228-a29d-b145-09dc-acf2e247bab2-2c6759fd, #w-node-_4dfa7228-a29d-b145-09dc-acf2e247bab6-2c6759fd, #w-node-_4dfa7228-a29d-b145-09dc-acf2e247baba-2c6759fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c39bb30c-2ec2-15f6-a3bd-fb8075dc9d24-2c6759fd {
  align-self: center;
}

#w-node-c39bb30c-2ec2-15f6-a3bd-fb8075dc9d18-2c6759fd {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_78b7abe2-4217-5712-33d7-86fa716fd704-2c6759fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_78b7abe2-4217-5712-33d7-86fa716fd708-2c6759fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_633a5543-df4a-f292-a7e3-1d062447f99c-2c6759fd, #w-node-_633a5543-df4a-f292-a7e3-1d062447f993-2c6759fd {
  justify-self: auto;
}

#w-node-_99b78e4b-0bc1-fc7f-939c-c2fb8f57af7f-2c675a14, #w-node-_99b78e4b-0bc1-fc7f-939c-c2fb8f57af91-2c675a14 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_36fc9da9-e675-696f-396b-9159210378c4-2c675a14, #w-node-_36fc9da9-e675-696f-396b-9159210378c7-2c675a14, #w-node-_36fc9da9-e675-696f-396b-9159210378c8-2c675a14 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_36fc9da9-e675-696f-396b-9159210378d0-2c675a14, #w-node-_36fc9da9-e675-696f-396b-9159210378d1-2c675a14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36fc9da9-e675-696f-396b-9159210378da-2c675a14 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_36fc9da9-e675-696f-396b-9159210378dc-2c675a14, #w-node-_36fc9da9-e675-696f-396b-9159210378dd-2c675a14 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_36fc9da9-e675-696f-396b-9159210378e8-2c675a14, #w-node-_36fc9da9-e675-696f-396b-9159210378e9-2c675a14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_895ff054-fdc4-3fb3-b163-f7cb25051323-25051321 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_895ff054-fdc4-3fb3-b163-f7cb25051326-25051321 {
  grid-area: 2 / 7 / 3 / 10;
}

#w-node-_895ff054-fdc4-3fb3-b163-f7cb2505132d-25051321 {
  grid-area: 2 / 10 / 3 / 13;
}

#w-node-_895ff054-fdc4-3fb3-b163-f7cb25051334-25051321 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_895ff054-fdc4-3fb3-b163-f7cb25051341-25051321 {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-_895ff054-fdc4-3fb3-b163-f7cb2505134a-25051321 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#Full-Name-3.w-node-dc62fdfd-de03-3581-49fa-3c1cac9ca206-ac9ca1fd, #Email-3.w-node-dc62fdfd-de03-3581-49fa-3c1cac9ca207-ac9ca1fd {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-dc62fdfd-de03-3581-49fa-3c1cac9ca208-ac9ca1fd {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_1c7d74e2-6e99-0762-745e-30cbe0ee8921-89851928 {
  align-self: stretch;
}

#w-node-_4255c19c-7b3d-4660-515f-c6a59aa62708-2c675a15 {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_4255c19c-7b3d-4660-515f-c6a59aa6271a-2c675a15 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4255c19c-7b3d-4660-515f-c6a59aa6272d-2c675a15, #w-node-_4255c19c-7b3d-4660-515f-c6a59aa62767-2c675a15, #w-node-_4255c19c-7b3d-4660-515f-c6a59aa62768-2c675a15 {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_863fe0da-e1fc-9f7e-f9fa-8b8ad8d0d5ca-2c675a15 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_863fe0da-e1fc-9f7e-f9fa-8b8ad8d0d5dc-2c675a15, #w-node-_863fe0da-e1fc-9f7e-f9fa-8b8ad8d0d5ed-2c675a15 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_863fe0da-e1fc-9f7e-f9fa-8b8ad8d0d5fe-2c675a15 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-bd9b04ec-4ada-f938-2eab-bcb033663a2c-2c675a16 {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-bd9b04ec-4ada-f938-2eab-bcb033663a3e-2c675a16 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-bd9b04ec-4ada-f938-2eab-bcb033663a51-2c675a16, #w-node-bd9b04ec-4ada-f938-2eab-bcb033663a8b-2c675a16, #w-node-bd9b04ec-4ada-f938-2eab-bcb033663a8c-2c675a16 {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-bd9b04ec-4ada-f938-2eab-bcb033663ac8-2c675a16 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-bd9b04ec-4ada-f938-2eab-bcb033663aca-2c675a16, #w-node-bd9b04ec-4ada-f938-2eab-bcb033663acb-2c675a16 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-bd9b04ec-4ada-f938-2eab-bcb033663adb-2c675a16, #w-node-bd9b04ec-4ada-f938-2eab-bcb033663adc-2c675a16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd9b04ec-4ada-f938-2eab-bcb033663ae2-2c675a16 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-bd9b04ec-4ada-f938-2eab-bcb033663ae4-2c675a16 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-bd9b04ec-4ada-f938-2eab-bcb033663ae5-2c675a16 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-bd9b04ec-4ada-f938-2eab-bcb033663af0-2c675a16, #w-node-bd9b04ec-4ada-f938-2eab-bcb033663af1-2c675a16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_444ac665-697c-36c8-0821-48197da327a0-ab1edd1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_36467dba-9c75-f4a7-b44d-00bb0766eecd-ab1edd1f, #w-node-_188de4a8-c882-afee-7efc-68512def4398-ab1edd1f, #Chambres.w-node-_919b9e8a-af13-38bb-4a0e-804f8fff3f09-ab1edd1f, #Budget.w-node-_919b9e8a-af13-38bb-4a0e-804f8fff3f0a-ab1edd1f, #Occupation.w-node-_919b9e8a-af13-38bb-4a0e-804f8fff3f0b-ab1edd1f, #Stationnement.w-node-_919b9e8a-af13-38bb-4a0e-804f8fff3f0c-ab1edd1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Message.w-node-_919b9e8a-af13-38bb-4a0e-804f8fff3f0f-ab1edd1f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3104c038-f641-af95-6e86-a92a4fa8cc60-ab1edd1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e0166bcb-a6eb-b0ba-6b6a-52902676c997-ab1edd1f, #w-node-_56b7775e-7e49-fdac-bd3a-44e1fb8e1ee5-ab1edd1f {
  align-self: center;
}

#w-node-_56b7775e-7e49-fdac-bd3a-44e1fb8e1ed9-ab1edd1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4dfa7228-a29d-b145-09dc-acf2e247ba9d-ab1edd1f, #w-node-_4dfa7228-a29d-b145-09dc-acf2e247baa1-ab1edd1f, #w-node-_4dfa7228-a29d-b145-09dc-acf2e247baa5-ab1edd1f, #w-node-_4dfa7228-a29d-b145-09dc-acf2e247baa9-ab1edd1f, #w-node-_4dfa7228-a29d-b145-09dc-acf2e247baae-ab1edd1f, #w-node-_4dfa7228-a29d-b145-09dc-acf2e247bab2-ab1edd1f, #w-node-_4dfa7228-a29d-b145-09dc-acf2e247bab6-ab1edd1f, #w-node-_4dfa7228-a29d-b145-09dc-acf2e247baba-ab1edd1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c39bb30c-2ec2-15f6-a3bd-fb8075dc9d24-ab1edd1f {
  align-self: center;
}

#w-node-c39bb30c-2ec2-15f6-a3bd-fb8075dc9d18-ab1edd1f {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_78b7abe2-4217-5712-33d7-86fa716fd704-ab1edd1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_78b7abe2-4217-5712-33d7-86fa716fd708-ab1edd1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_633a5543-df4a-f292-a7e3-1d062447f99c-ab1edd1f, #w-node-_633a5543-df4a-f292-a7e3-1d062447f993-ab1edd1f {
  justify-self: auto;
}

#w-node-_444ac665-697c-36c8-0821-48197da327a0-6e7315ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_36467dba-9c75-f4a7-b44d-00bb0766eecd-6e7315ad, #w-node-_188de4a8-c882-afee-7efc-68512def4398-6e7315ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3104c038-f641-af95-6e86-a92a4fa8cc60-6e7315ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e0166bcb-a6eb-b0ba-6b6a-52902676c997-6e7315ad, #w-node-_56b7775e-7e49-fdac-bd3a-44e1fb8e1ee5-6e7315ad {
  align-self: center;
}

#w-node-_56b7775e-7e49-fdac-bd3a-44e1fb8e1ed9-6e7315ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4dfa7228-a29d-b145-09dc-acf2e247ba9d-6e7315ad, #w-node-_4dfa7228-a29d-b145-09dc-acf2e247baa1-6e7315ad, #w-node-_4dfa7228-a29d-b145-09dc-acf2e247baa5-6e7315ad, #w-node-_4dfa7228-a29d-b145-09dc-acf2e247baa9-6e7315ad, #w-node-_4dfa7228-a29d-b145-09dc-acf2e247baae-6e7315ad, #w-node-_4dfa7228-a29d-b145-09dc-acf2e247bab2-6e7315ad, #w-node-_4dfa7228-a29d-b145-09dc-acf2e247bab6-6e7315ad, #w-node-_4dfa7228-a29d-b145-09dc-acf2e247baba-6e7315ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c39bb30c-2ec2-15f6-a3bd-fb8075dc9d24-6e7315ad {
  align-self: center;
}

#w-node-c39bb30c-2ec2-15f6-a3bd-fb8075dc9d18-6e7315ad {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_78b7abe2-4217-5712-33d7-86fa716fd704-6e7315ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_78b7abe2-4217-5712-33d7-86fa716fd708-6e7315ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_633a5543-df4a-f292-a7e3-1d062447f99c-6e7315ad, #w-node-_633a5543-df4a-f292-a7e3-1d062447f993-6e7315ad {
  justify-self: auto;
}

#w-node-_444ac665-697c-36c8-0821-48197da327a0-e0337233 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_36467dba-9c75-f4a7-b44d-00bb0766eecd-e0337233, #w-node-_188de4a8-c882-afee-7efc-68512def4398-e0337233 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3104c038-f641-af95-6e86-a92a4fa8cc60-e0337233 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e0166bcb-a6eb-b0ba-6b6a-52902676c997-e0337233, #w-node-_56b7775e-7e49-fdac-bd3a-44e1fb8e1ee5-e0337233 {
  align-self: center;
}

#w-node-_56b7775e-7e49-fdac-bd3a-44e1fb8e1ed9-e0337233 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4dfa7228-a29d-b145-09dc-acf2e247ba9d-e0337233, #w-node-_4dfa7228-a29d-b145-09dc-acf2e247baa1-e0337233, #w-node-_4dfa7228-a29d-b145-09dc-acf2e247baa5-e0337233, #w-node-_4dfa7228-a29d-b145-09dc-acf2e247baa9-e0337233, #w-node-_4dfa7228-a29d-b145-09dc-acf2e247baae-e0337233, #w-node-_4dfa7228-a29d-b145-09dc-acf2e247bab2-e0337233, #w-node-_4dfa7228-a29d-b145-09dc-acf2e247bab6-e0337233, #w-node-_4dfa7228-a29d-b145-09dc-acf2e247baba-e0337233 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c39bb30c-2ec2-15f6-a3bd-fb8075dc9d24-e0337233 {
  align-self: center;
}

#w-node-c39bb30c-2ec2-15f6-a3bd-fb8075dc9d18-e0337233 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_78b7abe2-4217-5712-33d7-86fa716fd704-e0337233 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_78b7abe2-4217-5712-33d7-86fa716fd708-e0337233 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_633a5543-df4a-f292-a7e3-1d062447f99c-e0337233, #w-node-_633a5543-df4a-f292-a7e3-1d062447f993-e0337233 {
  justify-self: auto;
}

#w-node-bc104d8e-2ce4-717e-8642-0f174db5012d-d148bc78, #w-node-bc104d8e-2ce4-717e-8642-0f174db5012e-d148bc78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc104d8e-2ce4-717e-8642-0f174db5012f-d148bc78 {
  justify-self: end;
}

#w-node-bc104d8e-2ce4-717e-8642-0f174db5012d-b4cc3fff, #w-node-bc104d8e-2ce4-717e-8642-0f174db5012e-b4cc3fff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc104d8e-2ce4-717e-8642-0f174db5012f-b4cc3fff {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #Message.w-node-_919b9e8a-af13-38bb-4a0e-804f8fff3f0f-2c6759fd {
    grid-column: span 1 / span 1;
  }

  #w-node-_3104c038-f641-af95-6e86-a92a4fa8cc60-2c6759fd, #w-node-_56b7775e-7e49-fdac-bd3a-44e1fb8e1ed9-2c6759fd, #w-node-c39bb30c-2ec2-15f6-a3bd-fb8075dc9d18-2c6759fd {
    order: 9999;
  }

  #w-node-_633a5543-df4a-f292-a7e3-1d062447f97a-2c6759fd, #w-node-_895ff054-fdc4-3fb3-b163-f7cb25051334-25051321 {
    grid-column-end: 5;
  }

  #w-node-_4255c19c-7b3d-4660-515f-c6a59aa62708-2c675a15, #w-node-_4255c19c-7b3d-4660-515f-c6a59aa6272d-2c675a15, #w-node-_4255c19c-7b3d-4660-515f-c6a59aa62767-2c675a15, #w-node-_4255c19c-7b3d-4660-515f-c6a59aa62768-2c675a15, #w-node-_863fe0da-e1fc-9f7e-f9fa-8b8ad8d0d5ca-2c675a15 {
    grid-column: span 12 / span 12;
  }

  #w-node-_863fe0da-e1fc-9f7e-f9fa-8b8ad8d0d5dc-2c675a15, #w-node-_863fe0da-e1fc-9f7e-f9fa-8b8ad8d0d5ed-2c675a15 {
    grid-column: span 6 / span 6;
  }

  #w-node-_863fe0da-e1fc-9f7e-f9fa-8b8ad8d0d5fe-2c675a15, #w-node-bd9b04ec-4ada-f938-2eab-bcb033663a2c-2c675a16, #w-node-bd9b04ec-4ada-f938-2eab-bcb033663a51-2c675a16, #w-node-bd9b04ec-4ada-f938-2eab-bcb033663a8b-2c675a16, #w-node-bd9b04ec-4ada-f938-2eab-bcb033663a8c-2c675a16 {
    grid-column: span 12 / span 12;
  }

  #Message.w-node-_919b9e8a-af13-38bb-4a0e-804f8fff3f0f-ab1edd1f {
    grid-column: span 1 / span 1;
  }

  #w-node-_3104c038-f641-af95-6e86-a92a4fa8cc60-ab1edd1f, #w-node-_56b7775e-7e49-fdac-bd3a-44e1fb8e1ed9-ab1edd1f, #w-node-c39bb30c-2ec2-15f6-a3bd-fb8075dc9d18-ab1edd1f {
    order: 9999;
  }

  #w-node-_633a5543-df4a-f292-a7e3-1d062447f97a-ab1edd1f {
    grid-column-end: 5;
  }

  #w-node-_3104c038-f641-af95-6e86-a92a4fa8cc60-6e7315ad, #w-node-_56b7775e-7e49-fdac-bd3a-44e1fb8e1ed9-6e7315ad, #w-node-c39bb30c-2ec2-15f6-a3bd-fb8075dc9d18-6e7315ad {
    order: 9999;
  }

  #w-node-_633a5543-df4a-f292-a7e3-1d062447f97a-6e7315ad {
    grid-column-end: 5;
  }

  #w-node-_3104c038-f641-af95-6e86-a92a4fa8cc60-e0337233, #w-node-_56b7775e-7e49-fdac-bd3a-44e1fb8e1ed9-e0337233, #w-node-c39bb30c-2ec2-15f6-a3bd-fb8075dc9d18-e0337233 {
    order: 9999;
  }

  #w-node-_633a5543-df4a-f292-a7e3-1d062447f97a-e0337233 {
    grid-column-end: 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_633a5543-df4a-f292-a7e3-1d062447f97a-2c6759fd {
    grid-row: 4 / 5;
    grid-column-end: 7;
  }

  #w-node-_633a5543-df4a-f292-a7e3-1d062447f99c-2c6759fd, #w-node-_633a5543-df4a-f292-a7e3-1d062447f993-2c6759fd {
    grid-row: 4 / 5;
  }

  #w-node-_895ff054-fdc4-3fb3-b163-f7cb25051326-25051321 {
    grid-column-end: 13;
  }

  #w-node-_895ff054-fdc4-3fb3-b163-f7cb2505132d-25051321 {
    grid-row: 3 / 4;
    grid-column-start: 7;
  }

  #w-node-_895ff054-fdc4-3fb3-b163-f7cb25051334-25051321 {
    grid-row: 4 / 5;
    grid-column-end: 7;
  }

  #w-node-_895ff054-fdc4-3fb3-b163-f7cb25051341-25051321 {
    grid-row: 4 / 5;
  }

  #w-node-bd9b04ec-4ada-f938-2eab-bcb033663ae4-2c675a16 {
    grid-column: span 6 / span 6;
  }

  #w-node-_633a5543-df4a-f292-a7e3-1d062447f97a-ab1edd1f {
    grid-row: 4 / 5;
    grid-column-end: 7;
  }

  #w-node-_633a5543-df4a-f292-a7e3-1d062447f99c-ab1edd1f, #w-node-_633a5543-df4a-f292-a7e3-1d062447f993-ab1edd1f {
    grid-row: 4 / 5;
  }

  #w-node-_633a5543-df4a-f292-a7e3-1d062447f97a-6e7315ad {
    grid-row: 4 / 5;
    grid-column-end: 7;
  }

  #w-node-_633a5543-df4a-f292-a7e3-1d062447f99c-6e7315ad, #w-node-_633a5543-df4a-f292-a7e3-1d062447f993-6e7315ad {
    grid-row: 4 / 5;
  }

  #w-node-_633a5543-df4a-f292-a7e3-1d062447f97a-e0337233 {
    grid-row: 4 / 5;
    grid-column-end: 7;
  }

  #w-node-_633a5543-df4a-f292-a7e3-1d062447f99c-e0337233, #w-node-_633a5543-df4a-f292-a7e3-1d062447f993-e0337233 {
    grid-row: 4 / 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_99b78e4b-0bc1-fc7f-939c-c2fb8f57af7f-2c675a14, #w-node-_99b78e4b-0bc1-fc7f-939c-c2fb8f57af91-2c675a14, #w-node-_36fc9da9-e675-696f-396b-9159210378dc-2c675a14, #Full-Name-3.w-node-dc62fdfd-de03-3581-49fa-3c1cac9ca206-ac9ca1fd, #Email-3.w-node-dc62fdfd-de03-3581-49fa-3c1cac9ca207-ac9ca1fd, #w-node-dc62fdfd-de03-3581-49fa-3c1cac9ca208-ac9ca1fd, #w-node-_863fe0da-e1fc-9f7e-f9fa-8b8ad8d0d5ca-2c675a15, #w-node-_863fe0da-e1fc-9f7e-f9fa-8b8ad8d0d5dc-2c675a15, #w-node-_863fe0da-e1fc-9f7e-f9fa-8b8ad8d0d5ed-2c675a15, #w-node-_863fe0da-e1fc-9f7e-f9fa-8b8ad8d0d5fe-2c675a15, #w-node-bd9b04ec-4ada-f938-2eab-bcb033663aca-2c675a16, #w-node-bd9b04ec-4ada-f938-2eab-bcb033663ae4-2c675a16 {
    grid-column: span 12 / span 12;
  }

  #w-node-bc104d8e-2ce4-717e-8642-0f174db5012f-d148bc78, #w-node-bc104d8e-2ce4-717e-8642-0f174db5012f-b4cc3fff {
    justify-self: end;
  }
}


@font-face {
  font-family: 'Beatrice';
  src: url('../fonts/62bfb176f3ac9fd663f0a172_Beatrice-Regular.69075cbe.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Beatrice';
  src: url('../fonts/62bfb17674a366697a445438_Beatrice-Medium.bd24edd8.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Beatrice';
  src: url('../fonts/62bfb176079cd3546b31e5f1_Beatrice-Light.e7d83276.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Champ';
  src: url('../fonts/Champ-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Champ';
  src: url('../fonts/Champ-Bold.otf') format('opentype'), url('../fonts/Champ-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Champ';
  src: url('../fonts/Champ-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Champ';
  src: url('../fonts/Champ-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Champ';
  src: url('../fonts/Champ-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Champ';
  src: url('../fonts/Champ-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Champ Text';
  src: url('../fonts/Champ-Text.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Champ';
  src: url('../fonts/Champ-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}