@font-face {
  font-family: Pricedown Bl;
  src: url('../fonts/Pricedown-Bl.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pricedown Bl;
  src: url('../fonts/Pricedown-Bl.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pricedown Bl;
  src: url('../fonts/Pricedown-Bl.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --template-font: Outfit, sans-serif;
  --text-neutral-01: black;
  --text-neutral-02: #666666e0;
  --text-neutral-03: #b79b6f;
  --theme-color-01: #b79b6f;
  --text-neutral-04: whitesmoke;
  --rose-neon: #ff2aa1;
  --text-neutral-05: #a2a2a2;
  --text-neutral-06: white;
  --text-neutral-07: #d9d9d9;
  --theme-color-04: whitesmoke;
  --theme-color-02: black;
  --theme-color-03: white;
  --transparent: #fff0;
  --text-neutral-08: #d7d7d7;
  --titles: "Pricedown Bl", Impact, sans-serif;
  --mission-passed: #f8a319;
}

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

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

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

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

h1 {
  font-family: var(--template-font);
  color: var(--text-neutral-01);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 120%;
}

h2 {
  font-family: var(--template-font);
  color: var(--text-neutral-01);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 130%;
}

h3 {
  font-family: var(--template-font);
  color: var(--text-neutral-01);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 600;
  line-height: 130%;
}

h4 {
  font-family: var(--template-font);
  color: var(--text-neutral-01);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 130%;
}

h5 {
  font-family: var(--template-font);
  color: var(--text-neutral-01);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
}

h6 {
  font-family: var(--template-font);
  color: var(--text-neutral-01);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 130%;
}

p {
  font-family: var(--template-font);
  color: var(--text-neutral-02);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.text-18px-regular {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.text-14px-regular {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.text-neutral-02 {
  color: var(--text-neutral-02);
}

.text-capitalize {
  text-transform: capitalize;
}

.single-typhography {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.text-18px-semibold {
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}

.text-16px-semobold {
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}

.text-14px-semibold {
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
}

.text-neutral-03 {
  color: var(--text-neutral-03);
}

.text-neutral-03.color-box {
  background-color: var(--text-neutral-03);
}

.heading-04 {
  color: #111;
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
}

.paragraph-style {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.text-16px-medium {
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.heading-06 {
  color: #111;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
}

.theme-color-01 {
  background-color: var(--theme-color-01);
}

.subtitle-typhography {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #d8d8d8;
  align-items: center;
  padding: 32px;
  display: flex;
}

.color-box-area {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-neutral-04 {
  color: var(--text-neutral-04);
}

.text-neutral-04.color-box {
  background-color: var(--text-neutral-04);
}

.single-color-box {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.heading-03 {
  color: #111;
  font-size: 38px;
  font-weight: 600;
  line-height: 130%;
}

.black-button {
  grid-column-gap: 14px;
  background-color: #7a0044;
  background-image: linear-gradient(180deg, #7a0044 11%, var(--rose-neon));
  box-shadow: 0 2px 5px 1px var(--rose-neon);
  color: #000;
  cursor: pointer;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 21px 28px;
  text-decoration: none;
  display: flex;
}

.black-button.is-black {
  background-color: #b79b6fb5;
  background-image: none;
  box-shadow: 0 2px 5px 1px #0000009e;
}

.text-20px-regular {
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.single-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid #d9d9d9;
  flex-flow: column;
  padding-top: 32px;
  display: flex;
}

.single-content.color-content {
  background-color: #c2c2c2;
  padding-bottom: 32px;
  padding-left: 20px;
  padding-right: 20px;
}

.section-padding {
  padding: 120px 30px;
}

.color-box {
  width: 100%;
  padding: 30px;
}

.color-box.transparent-color._02 {
  border: 1px solid #666;
}

.color-box.text-neutral-02 {
  background-color: var(--text-neutral-02);
}

.color-box.text-neutral-05 {
  background-color: var(--text-neutral-05);
}

.color-box.text-neutral-01 {
  background-color: var(--text-neutral-01);
}

.color-box.text-neutral-06 {
  background-color: var(--text-neutral-06);
  color: var(--text-neutral-06);
}

.color-box.text-neutral-07 {
  background-color: var(--text-neutral-07);
}

.color-box.text-neutral-07._01 {
  border: 1px solid var(--text-neutral-02);
}

.text-14px-medium {
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.text-20px-medium {
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.text-18px-medium {
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
}

.style-content-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.heading-01 {
  color: #111;
  font-size: 64px;
  font-weight: 600;
  line-height: 118%;
}

.heading-02 {
  color: #111;
  font-size: 40px;
  font-weight: 600;
  line-height: 125%;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.container.hero-container {
  z-index: 3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
  position: relative;
}

.container.footer-top-container {
  z-index: 4;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.heading-05 {
  color: #111;
  font-size: 28px;
  font-weight: 600;
  line-height: 130%;
}

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

.text-lowercase {
  text-transform: lowercase;
}

.text-16px-regular, .text-16px-regular.text-neutral-02 {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.button-components-wraper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #d8d8d8;
  flex-flow: wrap;
  align-items: center;
  padding: 32px;
  display: flex;
}

.text-20px-semibols {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.text-neutral-01 {
  color: var(--text-neutral-01);
}

.text-neutral-05 {
  color: var(--text-neutral-05);
}

.text-neutral-06 {
  color: var(--text-neutral-06);
}

.button-text-wrap {
  padding-top: 0;
  position: relative;
  overflow: clip;
}

.button-front-text {
  font-family: var(--template-font);
  color: var(--theme-color-04);
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  overflow: hidden;
}

.button-front-text.is-2 {
  -webkit-text-fill-color: transparent;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 13px;
}

.button-front-text.is-black {
  letter-spacing: -.4px;
  -webkit-text-stroke-width: .01px;
  -webkit-text-stroke-color: var(--theme-color-02);
}

.button-hidden-text {
  font-family: var(--template-font);
  color: var(--theme-color-04);
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 600;
  line-height: 100%;
  position: absolute;
}

.button-hidden-text.is-2 {
  letter-spacing: -.4px;
  -webkit-text-stroke-width: .01px;
  -webkit-text-stroke-color: var(--theme-color-02);
  font-size: 13px;
}

.white-button {
  grid-column-gap: 14px;
  background-color: var(--theme-color-03);
  cursor: pointer;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 21px 28px;
  text-decoration: none;
  display: none;
}

.white-front-text {
  font-family: var(--template-font);
  color: var(--theme-color-02);
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
}

.white-hidden-text {
  font-family: var(--template-font);
  color: var(--text-neutral-01);
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  position: absolute;
}

.button-icon {
  height: 14px;
}

.theme-color-02 {
  background-color: var(--theme-color-02);
}

.theme-color-03 {
  background-color: var(--theme-color-03);
}

.theme-color-04 {
  background-color: var(--theme-color-04);
}

.hero {
  background-color: var(--text-neutral-02);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0 30px 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero._02 {
  background-image: linear-gradient(0deg, #0009, var(--transparent)), url('../images/bg.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero._03 {
  background-image: linear-gradient(0deg, #0009, var(--transparent)), url('../images/HERO-IMAGE-min-1.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

.hero-banner-image {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}
.subtitle-text.is-2 {
  padding-right: 0;
}

span.text-span-14 {
  font-family: Pricedown Bl, Impact, sans-serif;
}

.hero-content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-content-wrapper._02 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.hero-top-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-subtitle {
  color: #ffffffdb;
  text-align: left;
  -webkit-text-stroke-width: .2px;
  -webkit-text-stroke-color: #0000003b;
  max-width: 600px;
  font-size: 14px;
  font-weight: 400;
}

.hero-subtitle._02 {
  font-size: 16px;
}

.hero-subtitle.is-1 {
  text-align: center;
  font-weight: 500;
}

.hero-subtitle-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.hero-title {
  color: var(--text-neutral-06);
  text-align: center;
  font-family: Pricedown Bl, Impact, sans-serif;
  font-weight: 700;
}

.hero-button-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.hero-card-wrapper {
  justify-content: space-between;
  display: flex;
}

.hero-single-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #ffffff4d;
  border-radius: 10px;
  flex-flow: column;
  width: 24%;
  padding: 26px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-card-title {
  z-index: 3;
  border-bottom: 1px solid var(--text-neutral-08);
  color: var(--text-neutral-01);
  padding-bottom: 24px;
  line-height: 100%;
  position: relative;
}

.card-icon-text {
  z-index: 3;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.card-text {
  font-family: var(--template-font);
  color: var(--text-neutral-01);
  font-size: 16px;
  font-weight: 300;
  line-height: 100%;
}

.card-icon {
  width: 19px;
}

.hero-card-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--theme-color-03);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.pourquoi-mcv {
  background-color: var(--theme-color-02);
  padding: 120px 30px;
  position: relative;
  overflow: hidden;
}

.why-choose-content-box {
  justify-content: space-between;
  display: flex;
}

.slider-content {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  width: 46%;
  display: flex;
}

.why-choose-right-content {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  width: 46%;
  display: flex;
}

.section-subtitle-box {
  color: #0000;
  width: 100%;
  min-height: 20px;
  position: relative;
}

.subtitle-border-line {
  background-color: var(--rose-neon);
  color: var(--text-neutral-01);
  width: 100%;
  height: 1px;
  transform: translate(0, 10px);
  box-shadow: 2px 2px 5px #ff2aa1;
}

.subtitle-text {
  z-index: 3;
  background-color: var(--theme-color-02);
  font-family: var(--template-font);
  color: var(--theme-color-03);
  padding-right: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.subtitle-text._02 {
  background-color: var(--text-neutral-01);
  text-align: center;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  left: 50%;
  transform: translate(-50%);
}

.subtitle-text.is-2 {
  color: var(--theme-color-02);
  text-transform: uppercase;
  background-color: #0000;
  font-weight: 300;
  position: static;
}

.white-subtitle-text {
  z-index: 3;
  background-color: var(--theme-color-03);
  font-family: var(--template-font);
  color: var(--text-neutral-02);
  padding-right: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.slider-content-subtitle-title {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.section-title {
  font-family: var(--titles);
  color: var(--theme-color-03);
  letter-spacing: -1px;
}

.section-title._1 {
  letter-spacing: 0;
  font-size: 36px;
}

.s-ider-box-content {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.slider-thumbnail-image {
  z-index: 1;
  width: 100%;
  position: relative;
}

.why-choose-slider {
  z-index: 3;
  background-color: var(--theme-color-02);
  border-radius: 10px;
  width: 94%;
  padding: 36px;
  position: absolute;
  inset: auto auto 3% 3%;
}

.section-thumbnail-box {
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.section-thumbail-image {
  width: 30%;
}

.why-choose-section-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.why-choose-content-text {
  color: var(--theme-color-03);
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.why-choose-content-text.is-2 {
  text-align: center;
  width: 700px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.why-choose-content-text.is-1 {
  text-align: center;
}

.slider-right-arrow, .slider-left-arrow {
  display: none;
}

.meta-slider {
  background-color: var(--transparent);
  width: 100%;
  height: 100%;
}

.meta-slider-mask, .single-slider-item {
  width: 100%;
}

.slider-item-content {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.slider-icon {
  border: 1px solid #b79b6f6b;
  border-radius: 10px;
  width: 56px;
  height: 56px;
  padding: 12px;
}

.slider-title-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.slider-content-title {
  color: var(--rose-neon);
}

.slider-content-title._1 {
  font-size: 21px;
}

.slider-content-text {
  color: var(--theme-color-04);
  font-weight: 300;
  line-height: 150%;
}

.slider-nav {
  z-index: 4;
  height: 20px;
  padding-top: 0;
  inset: 0% 0% auto auto;
}

.ticker {
  background-color: var(--theme-color-02);
  overflow: hidden;
}

.text-ticker-box {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.single-ticker-group {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: none;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.single-ticker-element {
  background-color: var(--theme-color-03);
  border: 1px solid #e6e6e6;
  border-radius: 25px;
  flex: none;
  padding: 40px 60px;
  box-shadow: 0 1px 8px 1px #fff;
}

.ticker-title {
  background-image: linear-gradient(173deg, var(--rose-neon) 10%, var(--theme-color-02) 43%);
  font-family: var(--titles);
  text-transform: capitalize;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 64px;
  font-weight: 600;
  line-height: 130%;
}

.prestations {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--theme-color-02);
  flex-flow: column;
  padding: 120px 30px;
  display: flex;
  overflow: visible;
}

.living-content-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: visible;
}

.living-card-wrapper {
  width: 100%;
}

.single-living-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #000;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  position: sticky;
  top: 20px;
}

.living-card-content {
  background-color: var(--theme-color-04);
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  width: 40%;
  padding: 50px;
  display: flex;
}

.living-card-gallery {
  border-radius: 10px;
  width: 60%;
  overflow: hidden;
}

.living-card-title-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.living-card-title {
  font-family: var(--titles);
}

.living-card-title.is-info {
  padding-top: 10px;
}

.living-card-text {
  font-family: var(--template-font);
}

.living-card-text.is-list-item {
  color: var(--text-neutral-02);
  padding-bottom: 10px;
  font-size: 16px;
}

.living-card-meta {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
  overflow: hidden;
}

.single-meta-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--theme-color-03);
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 14px;
  display: flex;
}

.living-card-icon {
  height: 16px;
}

.living-meta-text {
  font-family: var(--template-font);
  color: var(--text-neutral-02);
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.living-card-thumbnail {
  width: 100%;
}

.property {
  background-color: var(--theme-color-03);
  padding: 120px 30px;
}

.property-content-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.property-section-title-area {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  max-width: 570px;
  display: flex;
}

.property-gallery-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 10px;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery-left-image {
  border-radius: 10px;
  flex: none;
  width: 33%;
  height: 500px;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.gallery-right-image {
  border-radius: 10px;
  flex: none;
  width: 33%;
  height: 500px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.gallery-middle-image {
  object-fit: cover;
  border-radius: 10px;
  flex: none;
  width: 100%;
  height: 500px;
}

.property-gallery-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
}

.pricing {
  background-color: var(--theme-color-02);
  padding: 120px 30px;
}

.nearby-content-wrapper {
  width: 100%;
}

.nearby-content-box {
  width: 100%;
  position: relative;
}

.nearby-thumbnail {
  z-index: 1;
  width: 100%;
  position: relative;
}

.nearby-meta-box {
  z-index: 4;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.nearby-address {
  background-color: var(--theme-color-03);
  font-family: var(--template-font);
  border-radius: 50px;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  position: absolute;
  inset: 50px 350px auto auto;
}

.nearby-address-two {
  background-color: var(--theme-color-03);
  font-family: var(--template-font);
  border-radius: 50px;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  position: absolute;
  inset: 100px auto auto 350px;
}

.nearby-address-three {
  background-color: var(--theme-color-03);
  font-family: var(--template-font);
  border-radius: 50px;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  position: absolute;
  inset: 30% auto auto 50%;
}

.nearby-address-four {
  background-color: var(--theme-color-03);
  font-family: var(--template-font);
  border-radius: 50px;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  position: absolute;
  inset: auto auto 250px 200px;
}

.nearby-address-five {
  background-color: var(--theme-color-03);
  font-family: var(--template-font);
  border-radius: 50px;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  position: absolute;
  inset: auto auto 150px 55%;
}

.nearby-address-six {
  background-color: var(--theme-color-03);
  font-family: var(--template-font);
  border-radius: 50px;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  position: absolute;
  inset: auto 150px 120px auto;
}

.nearby-address-seven {
  background-color: var(--theme-color-03);
  font-family: var(--template-font);
  border-radius: 50px;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  position: absolute;
  inset: auto 5% 50% auto;
}

.prix {
  background-color: var(--theme-color-02);
  padding: 40px 30px 120px;
}

.floor-plan-content-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.floor-plan-section-title-area {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  max-width: 600px;
  display: flex;
}

.floor-planing-section-title {
  font-family: var(--titles);
  color: var(--theme-color-03);
  max-width: 100%;
}

.foor-planing-content {
  background-color: var(--text-neutral-01);
  border-radius: 10px;
  padding: 10px;
}

.floor-design-tab {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.tab-menu-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 20%;
  display: flex;
  position: sticky;
  top: 10px;
}

.tab-content-box {
  width: 90%;
  padding-left: 10px;
}

.single-tab-menu {
  background-color: var(--theme-color-04);
  font-family: var(--template-font);
  color: var(--text-neutral-01);
  border-radius: 10px;
  justify-content: space-between;
  padding: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  display: flex;
}

.single-tab-menu.w--current {
  background-color: var(--rose-neon);
  background-image: linear-gradient(167deg, var(--rose-neon), #000);
  font-family: var(--titles);
  color: var(--theme-color-04);
}

.tab-title {
  font-family: var(--titles);
  text-transform: capitalize;
  font-size: 16px;
}

.single-tab-content {
  background-color: var(--text-neutral-01);
  border-radius: 10px;
  justify-content: space-between;
  padding: 30px;
  display: flex;
}

.tab-content-thumbnail {
  width: 35%;
}

.tab-thumbnail {
  width: 100%;
}

.single-tab-content-box {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 62%;
  display: flex;
}

.tab-content-text {
  color: var(--theme-color-03);
}

.design-content-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #fff;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
}

.list-item {
  font-family: var(--template-font);
  color: var(--theme-color-03);
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

.tab-content-text-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.tab-button-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 60px;
  display: flex;
}

.tab-button-wrapper.is-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

.video {
  background-color: var(--theme-color-04);
  background-image: url('../images/12230563.webp');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  height: 900px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact {
  background-color: var(--text-neutral-01);
  padding: 100px 30px 120px;
  position: relative;
  overflow: hidden;
}

.contact-content-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.cintact-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.contact-information {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 20%;
  display: flex;
  overflow: hidden;
}

.contact-form-box {
  background-color: #0000;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  padding: 10px;
  display: flex;
}

.contact-form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.information-box-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.single-information-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #e6e6e6;
  flex-flow: column;
  padding-bottom: 30px;
  padding-right: 0;
  display: flex;
}

.single-information-box._03 {
  border-bottom-width: 0;
}

.information-link {
  font-family: var(--template-font);
  color: var(--text-neutral-02);
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.information-link:hover {
  text-decoration: underline;
}

.information-text {
  color: var(--text-neutral-04);
}

.information-address {
  color: var(--text-neutral-04);
  line-height: 170%;
}

.form-wrapper {
  flex-flow: column;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.form-single-box {
  width: 50%;
  position: relative;
}

.contact-element-group {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  display: flex;
}

.contact-element-group._02 {
  position: relative;
}

.contact-input {
  background-color: var(--theme-color-04);
  font-family: var(--template-font);
  color: var(--text-neutral-01);
  border: 0 solid #000;
  border-radius: 10px;
  width: 100%;
  height: 60px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

.input-icon {
  height: 16px;
  position: absolute;
  inset: 50% 20px auto auto;
  transform: translate(0, -50%);
}

.input-icon._02 {
  top: 24px;
}

.message {
  height: 250px;
}

.message.contact-input {
  min-height: 250px;
  padding-top: 16px;
}

.contact-submit-button {
  background-color: var(--theme-color-02);
  font-family: var(--template-font);
  color: var(--text-neutral-06);
  text-transform: capitalize;
  border-radius: 10px;
  width: 100%;
  height: 60px;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.funfact {
  background-color: var(--theme-color-04);
  padding: 0 30px;
  overflow: hidden;
}

.dunfact-content-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border-bottom: 1px solid #d6d6d6;
  flex-flow: column;
  align-items: center;
  padding-bottom: 120px;
  display: flex;
}

.funfact-section-text {
  color: var(--text-neutral-01);
}

.funfact-content-box {
  justify-content: space-between;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.single-funfact-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 190px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.funfact-card-text {
  font-family: var(--template-font);
  color: var(--text-neutral-02);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.funfact-card-title {
  font-size: 64px;
  line-height: 100%;
}

.card-right-border {
  background-color: #d9d9d9;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.card-title-group {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.funfact-card-title-icon {
  font-size: 24px;
  line-height: 130%;
}

.card-left-border {
  background-color: #d9d9d9;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.review {
  background-color: var(--theme-color-04);
  padding: 120px 30px;
}

.review-content-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.review-section-title-area {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  max-width: 500px;
  display: flex;
}

.review-content-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
  overflow: hidden;
}

.middle-review-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 10px;
  flex-flow: wrap;
  width: 33%;
  display: flex;
  overflow: hidden;
}

.middle-review-box._02 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  display: flex;
}

.right-review-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 40%;
  display: flex;
}

.logo-rating-box {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--theme-color-03);
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  width: 50%;
  height: 100%;
  padding: 30px;
  display: flex;
}

.review-users-rating {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.rating-users {
  max-width: 120px;
}

.rating-stars {
  max-width: 110px;
}

.rating-title-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.user-rating-title {
  line-height: 100%;
}

.video-rating-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.author-name-designation {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.video-review-author-title {
  color: var(--text-neutral-06);
  font-size: 20px;
  line-height: 100%;
}

.video-review-author-text {
  color: var(--text-neutral-03);
  font-size: 14px;
  line-height: 100%;
}

.text-rating-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--theme-color-02);
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 300px;
  display: flex;
  overflow: hidden;
}

.rating-quote-icon {
  width: 35px;
  height: 30px;
}

.rating-star-text {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.rating-long-text {
  color: var(--text-neutral-05);
  max-width: 500px;
  font-size: 20px;
}

.ticker-review-box {
  background-color: var(--text-neutral-01);
  border-radius: 10px;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rating-progress-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--theme-color-01);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding: 30px;
  display: flex;
}

.progress-rating-title {
  color: var(--transparent);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--text-neutral-07);
  font-size: 120px;
  line-height: 90%;
}

.progress-rating-title._02 {
  color: var(--text-neutral-06);
  -webkit-text-stroke-color: var(--transparent);
  font-weight: 500;
}

.footer {
  background-color: var(--theme-color-02);
  padding-top: 0;
}

.footer-top-content {
  padding-top: 120px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.footer-bottom-content {
  z-index: 2;
  background-color: var(--theme-color-02);
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.copyright-content-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 30px;
  display: flex;
}

.copyright-text {
  color: var(--text-neutral-05);
  text-decoration: none;
}

.author-link {
  font-family: var(--template-font);
  color: var(--text-neutral-06);
  font-weight: 500;
  text-decoration: none;
}

.author-link:hover {
  text-decoration: underline;
}

.powered-by {
  color: var(--text-neutral-06);
  font-weight: 500;
  text-decoration: none;
}

.powered-by:hover {
  text-decoration: underline;
}

.footer-menu-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  overflow: hidden;
}

.single-footer-menu {
  font-family: var(--template-font);
  color: var(--text-neutral-05);
  text-transform: capitalize;
  font-weight: 500;
  text-decoration: none;
}

.single-footer-menu:hover {
  color: var(--text-neutral-06);
}

.footer-right-image-box {
  z-index: 1;
  background-color: var(--transparent);
  border-radius: 10px;
  width: 50%;
  height: 100%;
  position: static;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.footer-content-box {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  width: 40%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer-logo-text {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.footer-logo-icon {
  max-width: 120px;
}

.footer-text {
  color: var(--text-neutral-05);
  max-width: 420px;
}

.footer-contact-box {
  border-top: 1px solid #3b3b3b;
}

.footer-contact-link {
  font-family: var(--template-font);
  color: var(--text-neutral-05);
  border-bottom: 1px solid #3b3b3b;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 64px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.footer-contact-link:hover {
  color: var(--text-neutral-06);
}

.contact-link-text {
  font-size: 58px;
}

.footer-social-box {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.follow-us-text {
  font-family: var(--template-font);
  color: var(--text-neutral-05);
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
}

.footer-social-icon-wraper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.single-social-link {
  background-color: var(--transparent);
  border: 1px solid #3b3b3b;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  display: inline-flex;
}

.footer-social-icon {
  height: 16px;
}

.footer-image-box-top-shape {
  z-index: 3;
  background-color: var(--theme-color-02);
  width: 650px;
  height: 300px;
  position: relative;
  transform: translate(-241px, -40px)rotate(-45deg);
}

.footer-image-box-bottom-shape {
  z-index: 3;
  background-color: var(--theme-color-02);
  width: 600px;
  height: 300px;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: rotate(-45deg)translate(129px, 201px);
}

.footer-box-image {
  z-index: 1;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: static;
  inset: 0% auto auto 0%;
}

.living-section-title-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  display: flex;
}

.section-title-extra-wrapper {
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.menu-item {
  display: flex;
}

.menu-item.top-menu {
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.nav-logo-image {
  max-width: 120px;
}

.header-content-wrapper {
  flex-flow: row;
  align-items: center;
  width: 100%;
  display: flex;
}

.dropdown-menu-list-2 {
  background-color: #fff;
  width: 150px;
  padding: 30px;
  display: flex;
}

.dropdown-menu-list-2.larze-dropdown-menu {
  background-color: #fff;
  border: 1px solid #ed202b5e;
  border-radius: 0;
  width: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
}

.dropdown-menu-list-2.larze-dropdown-menu.w--open {
  border-color: #ededed;
  border-radius: 16px;
  display: block;
  inset: 50px -200px auto auto;
}

.conntainer {
  max-width: 1320px;
}

.dropdown-menu-label {
  color: #b1b1b1;
  border-bottom: 0 solid #171717;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.menu-dropdown-toggle-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  flex-flow: row;
  align-items: flex-start;
  padding: 16px 0;
  display: flex;
}

.menu-dropdown-toggle-2.w--open {
  padding-top: 16px;
  padding-bottom: 16px;
}

.nav-menu-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  align-items: center;
  display: flex;
}

.icon-3 {
  font-family: var(--template-font);
  color: var(--text-neutral-06);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  position: relative;
}

.nav-logo {
  margin-right: 60px;
  padding-left: 0;
  text-decoration: none;
}

.nav-link {
  font-family: var(--titles);
  color: var(--text-neutral-06);
  text-transform: capitalize;
  cursor: pointer;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  transition: all .4s;
}

.nav-link.w--current {
  color: var(--text-neutral-06);
}

.navbar-content-area {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.menu-list-5 {
  grid-column-gap: 12px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-start;
  min-width: 180px;
  display: flex;
}

.menu-list-5.dropdown-list {
  grid-row-gap: 20px;
  flex-flow: column;
  min-width: 180px;
}

.header {
  background-color: var(--transparent);
  width: 100%;
  padding-top: 12px;
  padding-bottom: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.navbar-2 {
  background-color: var(--transparent);
  flex-flow: row;
  align-items: center;
  width: 100%;
  padding: 0 16px;
  display: flex;
}

.menu-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  align-items: center;
  display: flex;
}

.all-pages-2 {
  font-family: var(--template-font);
  color: var(--text-neutral-06);
  text-transform: capitalize;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

.menu-dropdown-list-area-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.menu-item-2 {
  padding-top: 26px;
  padding-bottom: 26px;
  display: flex;
}

.menu-item-2.dropdown-menu {
  font-family: var(--template-font);
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  position: relative;
}

.nav-link-5 {
  font-family: var(--template-font);
  color: var(--text-neutral-01);
  text-transform: capitalize;
  cursor: pointer;
  border-bottom: 0 solid #fff0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  transition: all .4s;
}

.nav-link-5:hover {
  border-bottom-width: 0;
  border-bottom-color: #163a19;
}

.nav-link-5.w--current {
  color: var(--text-neutral-01);
  border-bottom-width: 0;
}

.top-menu-border {
  background-color: var(--theme-color-03);
  width: 0%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.dropdown-menu-border {
  background-color: var(--text-neutral-01);
  width: 0%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.privacy-policy-content {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

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

.privacy-content-wrapper {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: visible;
}

.text-18px-regular-2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.single-privacy-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding-bottom: 0;
  display: flex;
}

.single-privacy-box.box-last-item {
  padding-bottom: 0;
}

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

.text-sub-link {
  color: var(--text-neutral-03);
  font-weight: 500;
}

.typhography-box-left {
  flex-flow: column;
  justify-content: space-between;
  width: 46%;
  display: flex;
}

.license-single-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.license-single-card._02 {
  flex-flow: row;
  justify-content: space-between;
  padding-top: 0;
  display: flex;
}

.content-title-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.typhography-thumbnail {
  width: 46%;
}

.typhography-image {
  width: 100%;
}

.license-content-text._02 {
  padding-bottom: 0;
}

.heading-7 {
  font-weight: 500;
  line-height: 140%;
}

.license-instruction-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.license-content-box {
  grid-column-gap: 124px;
  grid-row-gap: 124px;
  flex-flow: column;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.license-section {
  padding: 120px 30px;
}

.container-3 {
  z-index: 9;
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.license-card-image {
  border-radius: 20px;
}

.text-made-by {
  color: var(--text-neutral-03);
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.sub-text {
  color: var(--text-neutral-03);
  font-weight: 500;
  text-decoration: underline;
}

.single-changelog {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.changelog-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #f9f5ff;
  border-radius: 16px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.bullet {
  background-color: #163a19;
  border-radius: 32px;
  width: 8px;
  height: 8px;
  margin-top: 8px;
}

.changelog-content-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.changelog-list-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.changelog-text {
  width: 100%;
}

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

.changelog-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 350px;
  display: flex;
}

.utility-page-content.error-page {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  align-items: center;
  max-width: 100%;
}

.utility-page-form {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.password-form-box, .image-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.error-text-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  width: 100%;
  display: flex;
}

.error-big-title {
  font-family: var(--template-font);
  color: var(--text-neutral-06);
  font-size: 400px;
  font-weight: 500;
  line-height: 90%;
}

.subtitle-button {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.error-subtitle {
  color: var(--text-neutral-06);
}

.error-big-title-middle, .error-big-title-right {
  font-family: var(--template-font);
  color: var(--text-neutral-06);
  font-size: 400px;
  font-weight: 500;
  line-height: 90%;
}

.property-title {
  color: var(--theme-color-03);
  text-align: center;
  max-width: 450px;
  font-family: Pricedown Bl, Impact, sans-serif;
  font-weight: 500;
}

.property-title.is-2 {
  max-width: 550px;
}

.property-title.is-1 {
  max-width: 1000px;
}

.footer-content-wrapper {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.video-light-box {
  background-color: var(--theme-color-03);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.play-icon {
  filter: brightness(0%);
  max-width: 20px;
}

.form-success-message {
  background-color: var(--transparent);
  font-family: var(--template-font);
  color: var(--text-neutral-06);
  width: 100%;
  height: 100%;
  min-height: 300px;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.success-message-wrapper {
  background-color: var(--theme-color-01);
  text-align: center;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 360px;
  padding: 30px;
  font-size: 20px;
  display: flex;
}

.review-top-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  height: 250px;
  display: flex;
}

.review-background-video {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.paragraph {
  color: var(--text-neutral-06);
}

.text-span, .top-text, .text-span-3 {
  vertical-align: text-top;
  font-size: 15px;
}

.bold-text {
  background-image: linear-gradient(180deg, var(--rose-neon) 32%, #242424);
  font-family: var(--titles);
  color: var(--rose-neon);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span-4 {
  vertical-align: text-top;
  font-size: 10px;
}

.preloader {
  z-index: 10000;
  background-color: var(--text-neutral-01);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: none;
  position: absolute;
  inset: 0%;
}

.preloader-img {
  width: 200px;
}

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

.living-card-grid.is-second {
  padding-bottom: 10px;
}

.text-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  font-family: var(--template-font);
  color: var(--text-neutral-01);
  justify-content: flex-start;
  align-items: center;
  font-size: 15px;
  display: flex;
}

.text-block.is-option.is-white, .text-block.is-white {
  color: var(--theme-color-03);
}

.image {
  width: 30px;
}

.text-span-5 {
  font-family: var(--template-font);
  vertical-align: top;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 12px;
  display: inline;
}

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

.icon-premium {
  width: 40px;
}

.text-span-6 {
  vertical-align: text-top;
  font-size: 10px;
}

.pricing-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: stretch stretch;
}

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

.pricing-grid.is-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.pricing-table {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  box-shadow: 0 0 14px .2px var(--rose-neon);
  background-color: #000;
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  height: 200px;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: clip;
}

.pricing-card-title {
  z-index: 1;
  font-family: var(--titles);
  color: var(--theme-color-03);
  text-align: center;
  font-size: 25px;
  position: relative;
}

.pricing-card-title.is-petit {
  font-size: 18px;
}

.pricing-card-text {
  font-family: var(--titles);
  color: var(--theme-color-03);
  text-align: center;
  font-size: 12px;
}

.pricing-block {
  background-color: var(--rose-neon);
  background-image: linear-gradient(132deg, var(--rose-neon), var(--theme-color-02) 74%);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 25%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.pricing-block.is-2 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start center;
  place-items: start center;
  padding-left: 30px;
  padding-right: 30px;
  display: grid;
}

.pricing-block._1 {
  justify-content: center;
  align-items: center;
}

.price-chiffre {
  font-family: var(--titles);
  color: var(--theme-color-04);
  font-size: 40px;
  line-height: 100%;
}

.price-chiffre.barre {
  color: #f5f5f500;
  background-image: url('../images/euro-chaise.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 0;
  line-height: 100%;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-decoration-thickness: 4px;
}

.price-chiffre.is-special {
  font-size: 35px;
}

.price-chiffre._1 {
  font-size: 28px;
}

.text-span-7 {
  vertical-align: text-top;
  font-size: 22px;
  display: inline;
}

.is-center {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 70%;
  display: flex;
  position: relative;
}

.text-span-8 {
  font-family: var(--template-font);
  vertical-align: top;
  font-size: 15px;
  font-weight: 400;
}

.pricing-time-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--rose-neon);
  background-image: linear-gradient(184deg, var(--rose-neon), var(--text-neutral-01));
  border-radius: 100px 100px 0;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding-top: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: clip;
}

.time-pricing {
  font-family: var(--template-font);
  color: var(--theme-color-03);
  text-align: center;
  font-size: 8px;
  font-weight: 600;
  line-height: 80%;
  text-decoration: none;
}

.text-span-9 {
  font-weight: 700;
}

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

.pricing-card-grid.is-second {
  padding-bottom: 10px;
}

.text-block-2 {
  color: var(--theme-color-03);
}

.text-span-10 {
  vertical-align: text-top;
  font-size: 20px;
}

.bon-plan {
  box-shadow: 0 0 10px 0 var(--rose-neon);
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 35px;
  display: flex;
  position: absolute;
  inset: 6% 5% auto auto;
  transform: translate(20px, -16px)rotate(22deg);
}

.bon-plan-text {
  color: var(--theme-color-03);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding-left: 29px;
  font-family: Pricedown Bl, Impact, sans-serif;
  font-size: 20px;
  line-height: 100%;
}

.text-span-11 {
  vertical-align: text-top;
  font-size: 20px;
}

.banquette {
  font-size: 30px;
}

.clean-pass {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  height: 120vh;
  display: block;
  position: relative;
  overflow: clip;
}

.shark-card-div {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 33%;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
}

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

.shark-card {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0% auto auto 38%;
}

.pass {
  background-image: url('../images/pass-clean-vap-fond.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 4px;
  display: flex;
  position: relative;
}

.mycleanpass-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 66%;
  display: grid;
}

.mycleanvap-pass {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: stretch center;
  height: 250px;
  margin-top: 0;
  margin-left: 40px;
  margin-right: 80px;
  display: flex;
  position: relative;
  overflow: visible;
}

.title-pricedown {
  color: var(--theme-color-03);
  margin-top: 20px;
  font-family: Pricedown Bl, Impact, sans-serif;
  font-size: 40px;
  line-height: 100%;
}

.title-pricedown.is-blog {
  margin-top: 0;
  text-decoration: none;
}

.title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch space-around;
  place-items: center;
  display: inline-flex;
}

.title.is-social {
  color: var(--theme-color-03);
  font-family: Pricedown Bl, Impact, sans-serif;
  font-size: 40px;
  line-height: 100%;
  text-decoration: none;
}

.autre-text {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text {
  color: #f5f5f5d9;
  letter-spacing: .5px;
  font-family: Outfit, sans-serif;
  font-weight: 300;
  line-height: 100%;
}

.text.is-prix {
  font-size: 22px;
}

.text.is-conditions {
  color: var(--text-neutral-06);
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  display: block;
  position: static;
  inset: auto 3% 3% auto;
}

.star-image {
  width: 40px;
  height: 40px;
  margin-top: 20px;
}

.text-is-deal {
  color: var(--text-neutral-04);
  text-transform: uppercase;
  margin-top: 3px;
  font-family: Outfit, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 100%;
}

.text-is-deal.is-1 {
  margin-top: 5px;
  font-family: Outfit, sans-serif;
  font-weight: 500;
}

.prix-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 25% 10%;
}

.text-span-13 {
  vertical-align: text-bottom;
  font-size: 12px;
}

.boutons {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: clip;
}

.bold-text-2 {
  color: var(--text-neutral-04);
}

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

.is-whatsapp, .is-snapchat {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-is-social {
  width: 50px;
}

.is-tiktok {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.is-instagram {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.main-mcv {
  position: absolute;
  top: -7%;
  right: -17%;
}

.chaise-mcv {
  width: 650px;
  position: absolute;
  inset: -6% auto 0% -18%;
  transform: rotate(12deg);
}

.black-button-is-prestation {
  grid-column-gap: 14px;
  background-color: #7a0044;
  background-image: linear-gradient(180deg, #7a0044 11%, var(--rose-neon));
  box-shadow: 0 2px 5px 1px var(--rose-neon);
  color: #000;
  cursor: pointer;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 21px 28px;
  text-decoration: none;
  display: flex;
}

.section {
  margin-top: 40px;
}

.admin-logo-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.admin-logo {
  height: 100%;
}

.admin-section {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.heading-8 {
  font-family: var(--titles);
  color: var(--text-neutral-04);
}

.body {
  background-color: #000;
}

.field-label {
  font-family: var(--template-font);
  color: var(--theme-color-04);
}

.field-label-2 {
  color: var(--theme-color-04);
}

.black-button-is-password {
  grid-column-gap: 14px;
  background-color: #7a0044;
  background-image: linear-gradient(180deg, #7a0044 11%, var(--rose-neon));
  box-shadow: 0 2px 5px 1px var(--rose-neon);
  color: #000;
  cursor: pointer;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 15px 28px;
  text-decoration: none;
  display: flex;
}

.header-blog {
  background-color: var(--transparent);
  width: 100%;
  padding-top: 12px;
  padding-bottom: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-2 {
  background-color: var(--text-neutral-01);
}

.section-blog {
  padding: 12rem 2.5rem 9.75rem;
  position: relative;
}

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

.shark-card-image {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  height: 100%;
  transform: rotate(-5deg);
  box-shadow: 3px 2px 20px #000000b5;
}

.container-clean-vip {
  z-index: 1;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: clip;
}

.text-mycleanvip {
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow: clip;
}

.background {
  overflow: clip;
}

.background-mycleanvip-phone {
  z-index: 0;
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.is-text-mycleanvip {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-blog {
  width: 100%;
  max-width: 1560px;
  position: relative;
}

.grid-blog {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  position: relative;
}

.heading-left-to-right {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 4rem;
  display: flex;
}

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

.blog-collection-list {
  grid-column-gap: 1rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-link {
  width: 100%;
  text-decoration: none;
}

.blog-link:hover {
  opacity: 1;
}

.image-wrapper.blog {
  border-radius: .5rem;
  height: 30vw;
  max-height: 480px;
  position: relative;
  overflow: clip;
}

.image-wrapper._750px-height {
  border-radius: 1rem;
  height: 55vw;
  max-height: 750px;
  position: relative;
  overflow: clip;
}

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

.blog-text-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1.5rem;
  text-decoration: none;
  display: flex;
}

.blog-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--theme-color-04);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  max-width: 400px;
  text-decoration: none;
  display: flex;
}

.blog-text.is-selected {
  color: var(--rose-neon);
  font-weight: 700;
}

.black-button-is-blog {
  grid-column-gap: 14px;
  background-color: #7a0044;
  background-image: linear-gradient(180deg, #7a0044 11%, var(--rose-neon));
  box-shadow: 0 2px 5px 1px var(--rose-neon);
  color: #000;
  cursor: pointer;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 21px 28px;
  text-decoration: none;
  display: flex;
}

.heading-middle {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4rem;
  display: flex;
}

.max-670px {
  font-family: var(--titles);
  color: var(--text-neutral-04);
  max-width: 670px;
}

.author-info {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.icon-48-px {
  width: 48px;
  max-width: none;
  height: 48px;
}

.author-name {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.body-m {
  font-family: var(--template-font);
  color: var(--text-neutral-04);
  font-size: 1.25rem;
  font-weight: 400;
}

.paragraph-2 {
  color: var(--text-neutral-05);
}

.background-mycleanvip-desktop {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.heading-9, .heading-10, .heading-11 {
  color: var(--theme-color-03);
}

.rich-text-block {
  padding-left: 10%;
  font-size: 1rem;
  line-height: 140%;
}

.paragraph-3 {
  color: var(--theme-color-03);
  font-weight: 300;
}

.block-quote {
  color: var(--theme-color-03);
}

.arrow {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.arrow-and-text {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.autre-page, .image-2 {
  width: 100%;
}

.whatsapp-section {
  z-index: 10;
  width: 75px;
  height: 75px;
  position: fixed;
  inset: auto 1.5% 1.5% auto;
}

.blog {
  background-color: var(--text-neutral-01);
  position: relative;
}

.blog-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding: 80px 40px;
  display: flex;
}

.resource-content-wrapper {
  grid-row-gap: 40px;
  border: 1px solid #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.header-section {
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.bold-text-3 {
  font-size: 48px;
  line-height: 150%;
}

.collection-liste-wrapper-blog {
  width: 100%;
  max-width: 1440px;
  display: block;
}

.article-list {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.article-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--theme-color-02);
  background-color: var(--text-neutral-04);
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 30px #1998e2;
}

.article-image {
  border-radius: 0;
  width: 100%;
  height: 300px;
  position: static;
}

.article-card-container {
  grid-row-gap: 4px;
  background-color: var(--text-neutral-01);
  border-radius: 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 400px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.article-info-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.project-details-container {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.article-card-top-content {
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.bold-text-4 {
  color: var(--text-neutral-04);
  font-weight: 500;
}

.subtitle-blog {
  font-family: var(--template-font);
  color: var(--theme-color-04);
  padding-top: 10px;
  font-weight: 300;
}

.text-span-14 {
  color: var(--text-neutral-04);
}

.sur-devis-text {
  color: var(--theme-color-03);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding-left: 29px;
  font-family: Pricedown Bl, Impact, sans-serif;
  font-size: 20px;
  line-height: 100%;
}

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

.why-choose-content-two {
  color: var(--theme-color-04);
  font-weight: 300;
}

.voir-plus {
  color: var(--rose-neon);
  -webkit-text-stroke-color: var(--rose-neon);
  cursor: pointer;
  font-weight: 700;
}

.voir-moins {
  color: var(--rose-neon);
  cursor: pointer;
  font-weight: 700;
}

.button-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.button-share-social {
  background-color: var(--theme-color-02);
  box-shadow: 1px 2px 16px 0 var(--rose-neon);
  border-radius: 10px;
  width: 120px;
  height: 100%;
  display: flex;
}

.link-social-one, .link-social-two {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.tiktok-image, .snapchat-image {
  width: 40px;
}

.hand-image {
  width: 400px;
  overflow: clip;
}

.hand-div {
  position: absolute;
  inset: auto -4% 53% auto;
  overflow: clip;
}

.openmodalbtn {
  cursor: pointer;
  background-color: #ff2aa194;
  border-radius: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 20px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 5% 4% auto;
}

.code-embed {
  position: static;
}

.price-button {
  grid-column-gap: 14px;
  background-color: #7a0044;
  background-image: linear-gradient(180deg, #7a0044 11%, var(--rose-neon));
  box-shadow: 0 2px 5px 1px var(--rose-neon);
  color: #000;
  cursor: pointer;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 21px 28px;
  text-decoration: none;
  display: flex;
}

.price-button.is-black {
  background-color: #b79b6fb5;
  background-image: none;
  box-shadow: 0 2px 5px 1px #0000009e;
}

.button-text-wrap-two {
  padding-top: 0;
  position: relative;
  overflow: clip;
}

.new-button {
  grid-column-gap: 14px;
  background-color: #7a0044;
  background-image: linear-gradient(180deg, #7a0044 11%, var(--rose-neon));
  box-shadow: 0 2px 5px 1px var(--rose-neon);
  color: #000;
  cursor: pointer;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 21px 28px;
  text-decoration: none;
  display: flex;
}

.new-button.is-black {
  background-color: #b79b6fb5;
  background-image: none;
  box-shadow: 0 2px 5px 1px #0000009e;
}

.button-text-wrap-two-copy {
  padding-top: 0;
  position: relative;
  overflow: clip;
}

.fondateur-text {
  color: var(--theme-color-03);
  text-align: center;
}

.link-social-three {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.hand-div-two {
  position: absolute;
  inset: auto -4% 28% auto;
  overflow: clip;
}

.text-span-15 {
  vertical-align: baseline;
  font-size: 14px;
}

.text-span-16 {
  font-size: 14px;
}

.why-choose-right-content-two {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  width: 46%;
  display: none;
}

.text-span-17 {
  font-family: var(--titles);
}

.insta-image {
  width: 40px;
}

.image-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

@media screen and (min-width: 1280px) {
  .container {
    z-index: 0;
  }

  .hero-content-wrapper {
    grid-column-gap: 1500px;
    grid-row-gap: 1500px;
  }

  .contact {
    z-index: 2;
  }

  .footer {
    z-index: 0;
    position: relative;
  }

  .footer-top-content {
    z-index: 0;
  }

  .pricing-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .pricing-card-title {
    font-size: 30px;
  }

  .pricing-time-block {
    width: 30px;
    height: 30px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .mycleanpass-div {
    position: relative;
    right: 5%;
  }

  .mycleanvap-pass {
    margin-right: 100px;
  }

  .main-mcv {
    z-index: 1;
    top: -9%;
    right: -16%;
  }

  .chaise-mcv {
    z-index: 1;
    object-fit: cover;
    width: 650px;
    position: absolute;
    top: -10%;
    left: -10%;
  }

  .chaise {
    z-index: 1;
    box-sizing: border-box;
    float: none;
    clear: none;
    object-fit: cover;
    position: relative;
  }

  .background {
    position: static;
    overflow: clip;
  }

  .background-mycleanvip-phone {
    object-fit: cover;
    object-position: 50% 100%;
    overflow: clip;
  }

  .blog-text, .blog-text.is-selected {
    font-size: 18px;
  }

  .background-mycleanvip-desktop {
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 50% 50%;
    overflow: clip;
  }

  .autre-page {
    width: 150%;
  }

  .hand-image {
    width: 600px;
  }

  .hand-div {
    width: 450px;
    bottom: 54%;
    right: -7%;
  }

  .hand-div-two {
    width: 450px;
    display: none;
    bottom: 26%;
    right: -7%;
  }
}

@media screen and (min-width: 1440px) {
  .chaise-mcv {
    width: 750px;
    top: -15%;
  }
}

@media screen and (min-width: 1920px) {
  .resource-content-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .collection-liste-wrapper-blog {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .hand-div, .hand-div-two {
    right: 0%;
  }

  .image-3 {
    object-fit: cover;
    inset: 0%;
  }
}

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

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 36px;
  }

  h4 {
    font-size: 32px;
  }

  h5 {
    font-size: 28px;
  }

  h6 {
    font-size: 24px;
  }

  .text-18px-regular, .text-18px-semibold {
    font-size: 16px;
  }

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

  .heading-06 {
    font-size: 20px;
  }

  .heading-03 {
    font-size: 34px;
  }

  .text-20px-regular {
    font-size: 18px;
  }

  .section-padding {
    padding: 80px 30px;
  }

  .text-20px-medium {
    font-size: 18px;
  }

  .text-18px-medium {
    font-size: 16px;
  }

  .heading-01 {
    font-size: 48px;
  }

  .heading-05 {
    font-size: 24px;
  }

  .text-20px-semibols {
    font-size: 18px;
  }

  .button-front-text.is-2 {
    font-size: 13px;
  }

  .white-button {
    display: flex;
  }

  .hero {
    padding: 150px 20px 60px;
  }

  .hero-banner-image {
    display: inline-block;
  }

  .hero-content-wrapper {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
  }

  .hero-top-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .hero-single-card {
    padding: 16px;
  }

  .hero-card-title {
    font-size: 32px;
  }

  .pourquoi-mcv {
    padding: 80px 20px;
  }

  .why-choose-content-box {
    flex-flow: wrap;
  }

  .slider-content, .why-choose-right-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .section-title {
    font-size: 36px;
  }

  .why-choose-slider {
    padding: 20px;
  }

  .why-choose-section-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .slider-icon {
    border-radius: 6px;
    width: 40px;
    height: 40px;
    padding: 6px;
  }

  .slider-content-title {
    font-size: 20px;
  }

  .single-ticker-element {
    padding: 20px 40px;
  }

  .ticker-title {
    font-size: 36px;
  }

  .prestations {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding: 80px 20px;
  }

  .single-living-card {
    flex-flow: row;
  }

  .living-card-content {
    width: 50%;
    padding: 20px;
  }

  .living-card-gallery {
    width: 50%;
  }

  .single-meta-box {
    border-radius: 6px;
    flex-flow: column;
    padding-left: 16px;
    padding-right: 16px;
  }

  .property {
    padding: 80px 20px;
  }

  .property-content-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .gallery-left-image, .gallery-right-image, .gallery-middle-image {
    height: 350px;
  }

  .pricing {
    padding: 80px 20px;
  }

  .nearby-address {
    top: 20px;
    right: 50px;
  }

  .nearby-address-two {
    left: 250px;
  }

  .nearby-address-three {
    top: 40%;
    left: 15%;
  }

  .nearby-address-four {
    left: 20px;
  }

  .nearby-address-five {
    inset: auto auto 0% 20%;
  }

  .nearby-address-six {
    bottom: 20px;
    right: 80px;
  }

  .prix {
    padding: 80px 20px;
  }

  .floor-plan-content-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .tab-menu-box {
    width: 25%;
  }

  .tab-content-box {
    width: 75%;
  }

  .single-tab-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    padding: 20px;
  }

  .single-tab-content-box {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
  }

  .tab-content-text-list {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .video {
    height: 550px;
    padding: 80px 30px;
  }

  .contact {
    padding: 60px 20px 80px;
  }

  .contact-content-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .contact-information {
    width: 25%;
  }

  .message.contact-input {
    height: 200px;
    min-height: 200px;
  }

  .funfact {
    padding: 0 20px 80px;
  }

  .dunfact-content-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-bottom: 80px;
  }

  .single-funfact-card {
    height: 150px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .funfact-card-title {
    font-size: 42px;
  }

  .review {
    padding: 0 20px 80px;
  }

  .review-content-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .review-content-box {
    flex-flow: column;
  }

  .middle-review-box {
    flex-flow: row;
    width: 100%;
  }

  .middle-review-box._02 {
    flex-flow: column;
    width: 100%;
  }

  .right-review-box {
    flex-flow: wrap;
    width: 100%;
  }

  .logo-rating-box {
    width: 50%;
  }

  .rating-long-text {
    font-size: 18px;
  }

  .ticker-review-box {
    width: 100%;
    height: 400px;
  }

  .rating-progress-box {
    justify-content: space-between;
    width: 50%;
    height: auto;
  }

  .footer-top-content {
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-bottom-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .copyright-content-wrapper {
    align-items: center;
    padding-top: 80px;
  }

  .copyright-text {
    max-width: 40%;
    font-size: 14px;
  }

  .footer-menu-box {
    padding-bottom: 0;
  }

  .footer-right-image-box {
    display: block;
  }

  .footer-content-box {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-logo-text {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .footer-text {
    font-size: 20px;
    font-weight: 400;
  }

  .footer-contact-link {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .contact-link-text {
    font-size: 24px;
    line-height: 120%;
  }

  .footer-social-box {
    flex-flow: column;
    align-items: flex-start;
  }

  .footer-image-box-top-shape {
    transform: translate(-350px, -40px)rotate(-45deg);
  }

  .footer-image-box-bottom-shape {
    transform: rotate(-45deg)translate(129px, 350px);
  }

  .footer-box-image {
    object-fit: cover;
    height: 450px;
  }

  .nav-logo-image {
    max-width: 120px;
  }

  .header-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-menu-list-2 {
    background-color: #f1edeb;
  }

  .dropdown-menu-list-2.larze-dropdown-menu {
    background-color: #f5f5f5;
    border-width: 0;
    margin-top: 20px;
    padding-top: 40px;
    display: none;
    position: relative;
  }

  .dropdown-menu-list-2.larze-dropdown-menu.w--open {
    border-radius: 12px;
    margin-top: 0;
    top: 0;
    right: 0;
  }

  .dropdown-menu-label {
    color: #9e9e9e;
    border-bottom-color: #163a19;
  }

  .menu-dropdown-toggle-2 {
    color: #f6f4ef;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 6px;
  }

  .nav-button-wrap {
    align-items: center;
    display: flex;
  }

  .nav-menu-2 {
    background-color: #000;
    flex-flow: column;
    align-items: flex-start;
    margin-top: 10px;
    padding: 20px;
  }

  .nav-menu-2.nav-menu-22 {
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 10px;
    margin-top: 0;
    padding: 30px 40px 40px;
  }

  .icon-3 {
    color: #163a19;
    margin-left: 0;
  }

  .menu-dropdown {
    width: 100%;
  }

  .nav-button-box {
    display: none;
  }

  .nav-link {
    color: var(--text-neutral-01);
    line-height: 120%;
  }

  .nav-link.w--current {
    color: var(--text-neutral-01);
  }

  .menu-list-5.dropdown-list {
    grid-row-gap: 20px;
  }

  .humberger-menu-wrap {
    width: 30px;
    height: 30px;
    padding: 0;
  }

  .navbar-2 {
    border-radius: 12px;
    padding: 0 0 12px;
  }

  .menu-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    align-items: flex-start;
    margin-top: 12px;
  }

  .all-pages-2 {
    color: #163a19;
    font-size: 16px;
    font-weight: 500;
  }

  .menu-dropdown-list-area-2 {
    justify-content: flex-start;
  }

  .menu-item-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link-5 {
    color: #171717;
    text-transform: capitalize;
    border-bottom: 0 solid #fff0;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
  }

  .nav-link-5:hover {
    color: #7f56d9;
    border-bottom: 0 solid #163a19;
    line-height: 120%;
  }

  .nav-link-5:lang(en) {
    border-bottom-width: 0;
  }

  .menu-button-icon {
    color: #fff0;
    height: 30px;
  }

  .privacy-policy-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .privacy-section.section-padding, .terms-section.section-padding {
    padding-top: 80px;
  }

  .license-single-card {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-7.text-neutral-01 {
    font-size: 28px;
  }

  .license-content-box {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .license-section {
    margin-left: 0;
    padding: 80px 20px;
  }

  .text-made-by {
    padding-bottom: 0;
    font-size: 20px;
  }

  .changelog-card {
    width: 100%;
  }

  .changelog-content-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .changelog-section.section-padding {
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .utility-page-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .error-big-title, .error-big-title-middle, .error-big-title-right {
    font-size: 300px;
  }

  .footer-content-wrapper {
    align-items: flex-start;
  }

  .video-light-box {
    width: 100px;
    height: 100px;
  }

  .text-span {
    font-size: 15px;
  }

  .top-text {
    vertical-align: text-top;
    font-size: 15px;
  }

  .chaise-mcv {
    width: 550px;
  }

  .section-blog {
    padding-top: 10rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading-left-to-right {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    align-items: flex-start;
  }

  .blog-collection-list {
    grid-row-gap: 5rem;
  }

  .image-wrapper.blog {
    height: 32vw;
  }

  .heading-middle {
    margin-bottom: 3rem;
  }

  .background-mycleanvip-desktop {
    object-fit: cover;
  }

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

  .collection-item-blog {
    width: 80%;
  }

  .article-card-container {
    max-height: 300px;
  }

  .hand-div, .new-button, .hand-div-two {
    display: none;
  }

  .why-choose-right-content-two {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .image-3 {
    display: none;
  }
}

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

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 20px;
  }

  .text-18px-semibold.text-neutral-02 {
    font-size: 16px;
  }

  .heading-04 {
    font-size: 26px;
  }

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

  .heading-03 {
    font-size: 30px;
  }

  .section-padding {
    padding: 60px 20px;
  }

  .text-20px-medium.text-neutral-02, .text-18px-medium.text-neutral-02 {
    font-size: 16px;
  }

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

  .heading-02 {
    font-size: 34px;
  }

  .container.footer-top-container {
    flex-flow: column;
    display: flex;
  }

  .text-20px-semibols.text-neutral-02 {
    font-size: 16px;
  }

  .hero {
    padding-top: 120px;
  }

  .hero-banner-image {
    display: inline-block;
  }

  .hero-content-wrapper {
    grid-column-gap: 160px;
    grid-row-gap: 160px;
  }

  .hero-card-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .hero-single-card {
    width: 48%;
  }

  .pourquoi-mcv {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .why-choose-content-box {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .slider-content, .why-choose-right-content, .why-choose-content-text.is-2 {
    width: 100%;
  }

  .text-ticker-box, .single-ticker-group {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .ticker-title {
    font-size: 32px;
  }

  .prestations {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .single-living-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .living-card-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    width: 100%;
  }

  .living-card-gallery {
    width: 100%;
  }

  .single-meta-box {
    border-radius: 50px;
    flex-flow: row;
  }

  .property {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .property-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .pricing {
    padding: 60px 20px;
  }

  .nearby-address {
    font-size: 14px;
  }

  .nearby-address-two {
    font-size: 14px;
    left: 150px;
  }

  .nearby-address-three {
    font-size: 14px;
    left: 15px;
  }

  .nearby-address-four {
    font-size: 14px;
    inset: 0% auto auto 100px;
  }

  .nearby-address-five {
    font-size: 14px;
    left: 20px;
  }

  .nearby-address-six, .nearby-address-seven {
    font-size: 14px;
  }

  .prix {
    padding: 0 20px 60px;
  }

  .floor-plan-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .floor-design-tab {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .tab-menu-box {
    flex-flow: wrap;
    width: 100%;
    position: static;
  }

  .tab-content-box {
    width: 100%;
    padding-top: 10px;
    padding-left: 0;
  }

  .single-tab-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 48%;
    padding: 16px;
    font-size: 14px;
  }

  .tab-icon {
    transform: rotate(90deg);
  }

  .video {
    height: 400px;
    padding: 60px 20px;
  }

  .contact {
    padding: 60px 20px;
  }

  .contact-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .cintact-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .contact-information {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 100%;
  }

  .contact-form-box {
    width: 100%;
  }

  .information-title {
    font-size: 32px;
  }

  .information-box-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
  }

  .single-information-box {
    width: 200px;
    padding-bottom: 16px;
  }

  .single-information-box._03 {
    border-bottom-width: 1px;
  }

  .funfact {
    padding: 0 20px 60px;
  }

  .dunfact-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-bottom: 60px;
  }

  .funfact-content-box {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .single-funfact-card {
    border: 1px solid #d9d9d9;
    width: 31%;
  }

  .card-right-border, .card-left-border {
    display: none;
  }

  .review {
    padding-bottom: 60px;
  }

  .review-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .middle-review-box {
    flex-flow: column;
  }

  .logo-rating-box {
    width: 100%;
    height: auto;
  }

  .ticker-review-box {
    width: 100%;
    height: 300px;
  }

  .rating-progress-box {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
  }

  .footer-top-content {
    padding-top: 60px;
  }

  .copyright-content-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    align-items: center;
    padding-top: 30px;
  }

  .copyright-text {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }

  .footer-menu-box {
    padding-top: 0;
  }

  .footer-right-image-box {
    width: 100%;
  }

  .footer-content-box {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
    padding-top: 0;
    padding-bottom: 20px;
  }

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

  .contact-link-text {
    font-size: 20px;
  }

  .single-social-link {
    width: 36px;
    height: 36px;
  }

  .footer-social-icon {
    height: 12px;
  }

  .footer-image-box-top-shape {
    transform: translate(-430px, -40px)rotate(-45deg);
  }

  .footer-image-box-bottom-shape {
    transform: rotate(-45deg)translate(129px, 380px);
  }

  .living-section-title-box, .section-title-extra-wrapper {
    width: auto;
  }

  .nav-logo-image {
    max-width: 90px;
  }

  .dropdown-menu-list-2.larze-dropdown-menu {
    padding-left: 30px;
    padding-right: 30px;
  }

  .menu-list-5 {
    width: 100%;
  }

  .menu-dropdown-list-area-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .privacy-section.section-padding {
    padding-top: 60px;
  }

  .privacy-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

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

  .single-privacy-box {
    padding-bottom: 0;
  }

  .terms-section.section-padding {
    padding-top: 60px;
  }

  .typhography-box-left {
    width: 100%;
  }

  .license-single-card._02 {
    grid-row-gap: 40px;
    flex-flow: wrap;
  }

  .typhography-thumbnail {
    width: 100%;
  }

  .license-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .changelog-card {
    padding: 30px;
  }

  .changelog-content-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .changelog-section.section-padding {
    padding-top: 60px;
  }

  .error-big-title, .error-big-title-middle, .error-big-title-right {
    font-size: 200px;
  }

  .property-title.is-1 {
    max-width: 350px;
    font-size: 40px;
    line-height: 100%;
  }

  .property-title.is-1.is-blog {
    max-width: 500px;
  }

  .footer-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .review-top-content {
    flex-flow: column;
    height: auto;
  }

  .pricing-grid.is-4 {
    grid-template-columns: 1fr 1fr;
  }

  .shark-card {
    left: 13%;
  }

  .mycleanpass-div {
    height: 105%;
    position: relative;
  }

  .mycleanvap-pass {
    height: 200px;
    margin-right: 40px;
  }

  .title-pricedown {
    font-size: 30px;
  }

  .text.is-prix {
    font-size: 18px;
  }

  .text-is-deal, .text-is-deal.is-1 {
    font-size: 15px;
  }

  .prix-div {
    bottom: 14%;
  }

  .main-mcv {
    top: 8%;
  }

  .chaise-mcv {
    width: 500px;
    height: 700px;
    top: 1%;
    left: -21%;
  }

  .chaise {
    height: 100%;
  }

  .section-blog {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container-clean-vip {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .text-mycleanvip {
    width: 90%;
  }

  .heading-left-to-right {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    margin-bottom: 3rem;
  }

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

  .blog-link {
    width: 100%;
    display: inline-block;
  }

  .image-wrapper.blog {
    height: 50vw;
  }

  .blog-container {
    padding: 30px 20px;
  }

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

  .collection-item-blog {
    width: 90%;
  }

  .button-share-social {
    height: 63px;
  }

  .hand-div {
    display: block;
    bottom: -1%;
    right: -19%;
  }

  .openmodalbtn {
    width: 100px;
    height: 18px;
  }

  .hand-div-two {
    display: block;
    bottom: -1%;
    right: -19%;
  }

  .why-choose-right-content-two {
    width: 100%;
  }
}

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

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 22px;
  }

  .subtitle-typhography {
    flex-flow: column;
  }

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

  .black-button.is-2 {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
  }

  .black-button.is-black {
    background-color: #b79b6fa1;
    padding: 16px 20px;
    box-shadow: 0 2px 5px 1px #00000075;
  }

  .heading-01 {
    font-size: 36px;
  }

  .button-front-text.is-2 {
    font-size: 10px;
  }

  .button-front-text.is-black {
    background-color: var(--text-neutral-04);
    font-family: var(--template-font);
    letter-spacing: -.4px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
  }

  .button-hidden-text.is-2 {
    font-size: 11px;
  }

  .button-hidden-text.is-black {
    letter-spacing: -.4px;
    line-height: 150%;
  }

  .white-front-text.is-2, .white-hidden-text.is-2 {
    font-size: 12px;
  }

  .hero {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-top: 0;
    padding-bottom: 40px;
    display: flex;
  }

  .hero-banner-image {
    object-fit: cover;
    display: inline-flex;
  }

  .hero-top-content {
    flex-flow: column;
  }

  .hero-button-box {
    flex-flow: column;
    display: flex;
  }

  .hero-single-card {
    border-radius: 6px;
    justify-content: space-between;
  }

  .hero-card-title {
    font-size: 22px;
  }

  .card-icon-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column-reverse wrap;
    align-items: flex-start;
  }

  .card-text {
    font-size: 14px;
  }

  .hero-card-content {
    justify-content: space-between;
    align-items: stretch;
  }

  .why-choose-right-content {
    display: none;
  }

  .section-subtitle-box.is-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-title._1 {
    letter-spacing: 0;
    font-size: 30px;
  }

  .section-thumbnail-box {
    height: 100%;
    overflow: visible;
  }

  .section-thumbail-image {
    width: 30%;
    height: 100%;
  }

  .why-choose-content-text.is-2 {
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 14px;
  }

  .why-choose-content-text.is-1 {
    margin-top: 10px;
  }

  .text-ticker-box, .single-ticker-group {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .single-ticker-element {
    padding: 16px 20px;
    box-shadow: 0 .4px 10px #fff;
  }

  .ticker-title {
    font-size: 24px;
  }

  .living-card-meta {
    flex-flow: column;
  }

  .single-meta-box {
    justify-content: center;
  }

  .gallery-left-image, .gallery-right-image {
    width: 100%;
    height: 220px;
    position: relative;
  }

  .gallery-middle-image {
    height: 220px;
  }

  .property-gallery-box {
    flex-flow: column;
  }

  .pricing {
    display: none;
  }

  .prix {
    padding-top: 60px;
  }

  .tab-menu-box {
    flex-flow: column;
  }

  .single-tab-menu, .tab-content-thumbnail {
    width: 100%;
  }

  .tab-thumbnail {
    border-radius: 20px;
  }

  .list-item {
    line-height: 130%;
  }

  .tab-button-wrapper {
    flex-flow: column;
    width: 100%;
  }

  .tab-button-wrapper.is-2 {
    width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .video {
    height: 300px;
  }

  .contact {
    padding-top: 60px;
  }

  .information-box-wrapper {
    flex-flow: column;
  }

  .single-information-box, .form-single-box {
    width: 100%;
  }

  .contact-element-group {
    flex-flow: column;
  }

  .single-funfact-card {
    width: 100%;
  }

  .rating-stars {
    max-width: 90px;
  }

  .rating-long-text {
    font-size: 16px;
  }

  .progress-rating-title {
    font-size: 70px;
  }

  .copyright-text {
    line-height: 150%;
  }

  .footer-right-image-box {
    display: none;
  }

  .footer-content-box {
    justify-content: center;
    width: 100%;
  }

  .footer-logo-text {
    text-align: center;
    align-items: center;
  }

  .footer-text {
    text-align: center;
    max-width: 350px;
  }

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

  .footer-social-box {
    text-align: left;
    align-items: center;
  }

  .living-section-title-box {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
  }

  .section-title-extra-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    overflow: clip;
  }

  .dropdown-menu-list-2.larze-dropdown-menu {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .nav-menu-2.nav-menu-22 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .menu-list-5.dropdown-list {
    grid-row-gap: 16px;
  }

  .humberger-menu-wrap.w--open {
    background-color: var(--transparent);
  }

  .navbar-2 {
    border-radius: 10px;
  }

  .menu-dropdown-list-area-2 {
    flex-flow: column;
  }

  .privacy-section.section-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .privacy-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .terms-section.section-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .license-content-box {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .container-3 {
    max-width: 100%;
  }

  .changelog-card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 20px;
  }

  .changelog-content-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .changelog-list-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .changelog-text {
    width: 95%;
  }

  .changelog-list {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .error-text-box {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .error-big-title, .error-big-title-middle, .error-big-title-right {
    font-size: 100px;
  }

  .property-title.is-1 {
    font-size: 38px;
    line-height: 110%;
  }

  .property-title.is-1.is-blog {
    max-width: 275px;
  }

  .preloader-img {
    width: 150px;
  }

  .pricing-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .pricing-grid.is-2, .pricing-grid.is-4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .pricing-card-title.is-petit {
    font-size: 25px;
  }

  .pricing-block.is-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .bon-plan {
    right: 0%;
  }

  .clean-pass {
    flex-flow: column;
    height: 100vh;
    display: block;
  }

  .shark-card-div {
    width: 33%;
  }

  .shark-card {
    left: 25%;
  }

  .pass {
    height: 105%;
  }

  .mycleanpass-div {
    width: 70%;
    position: relative;
    left: -5px;
  }

  .mycleanvap-pass {
    justify-content: flex-start;
    align-items: stretch;
    max-width: 400px;
    height: 125px;
    margin-top: 0;
    margin-left: 5px;
    margin-right: 10px;
    display: flex;
    overflow: visible;
  }

  .title-pricedown {
    margin-top: 0;
    font-size: 25px;
  }

  .title {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .autre-text {
    margin-top: 5px;
  }

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

  .text.is-prix {
    font-size: 10px;
  }

  .text.is-conditions {
    margin-bottom: 0;
    font-size: 7px;
    bottom: 7%;
    right: 6%;
  }

  .star-image {
    width: 15px;
    margin-top: 0;
  }

  .text-is-deal, .text-is-deal.is-1 {
    font-size: 9px;
  }

  .prix-div {
    font-size: 12px;
  }

  .boutons {
    justify-content: center;
    align-items: center;
    margin-top: -20px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .is-whatsapp, .is-snapchat, .is-tiktok, .is-instagram {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: center;
  }

  .main-mcv {
    top: 33%;
    right: -11%;
  }

  .chaise-mcv {
    width: 300px;
    height: 500px;
    top: 28%;
    bottom: 1%;
    left: -24%;
    transform: rotate(12deg);
  }

  .admin-section {
    margin-top: 100px;
  }

  .section-blog {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .shark-card-image {
    height: 105%;
  }

  .container-clean-vip {
    z-index: 1;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100vw;
    max-width: 100vw;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: relative;
  }

  .text-mycleanvip {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .background-mycleanvip-phone {
    object-fit: cover;
    object-position: 24% 34%;
    display: inline-block;
  }

  .heading-left-to-right {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-bottom: 2rem;
  }

  .black-button-is-blog.is-2 {
    font-size: 12px;
  }

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

  .author-info {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .background-mycleanvip-desktop {
    display: none;
  }

  .whatsapp-section {
    height: 75px;
    bottom: 1.5%;
  }

  .collection-item-blog {
    width: 100%;
  }

  .article-image {
    height: 230px;
  }

  .article-card-container {
    height: auto;
    max-height: none;
  }

  .project-details-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .button-div {
    flex-flow: row;
  }

  .button-share-social {
    height: 57px;
  }

  .hand-image {
    width: 250px;
  }

  .hand-div {
    bottom: 77%;
    right: -17%;
    transform: rotate(-20deg);
  }

  .openmodalbtn {
    width: 60px;
    height: 12px;
  }

  .price-button.is-2 {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
  }

  .price-button.is-black {
    background-color: #f5f5f566;
    padding: 16px 20px;
    box-shadow: 0 2px 5px 1px #00000075;
  }

  .new-button.is-2 {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
  }

  .new-button.is-black {
    background-color: #f5f5f566;
    padding: 16px 20px;
    box-shadow: 0 2px 5px 1px #00000075;
  }

  .hand-div-two {
    bottom: 50%;
    right: -21%;
    transform: rotate(-20deg);
  }

  .why-choose-right-content-two {
    display: flex;
  }

  .text-block-4 {
    font-size: 13px;
  }
}

#w-node-_95155299-6220-a716-21ff-779d3c0e6993-9d7741ff, #w-node-a7776140-b4cc-6124-b8a2-56a19f61603e-9d7741ff, #w-node-b7fba98c-a6af-1992-d0f3-275659a8c9f6-9d7741ff, #w-node-aeb0e3ab-2b86-2259-d223-64fb9adeb33c-9d7741ff, #w-node-c8f142a7-2e42-9c72-2710-43a7ce7c5d45-9d7741ff, #w-node-_63bcf2ac-af7c-4a7e-2c15-ba278ead7440-9d7741ff, #w-node-_3805a797-9c5d-1fd1-7c21-efcb663edad4-9d7741ff, #w-node-_3805a797-9c5d-1fd1-7c21-efcb663edad8-9d7741ff, #w-node-_3805a797-9c5d-1fd1-7c21-efcb663edadc-9d7741ff, #w-node-f0d3a094-3f41-06dd-918d-403c0c20accf-9d7741ff, #w-node-f0d3a094-3f41-06dd-918d-403c0c20acd5-9d7741ff, #w-node-f0d3a094-3f41-06dd-918d-403c0c20acdb-9d7741ff, #w-node-_1d7f3a1c-9265-1dcc-0d2b-a9aea28f4461-9d7741ff, #w-node-_1d7f3a1c-9265-1dcc-0d2b-a9aea28f4467-9d7741ff, #w-node-_1d7f3a1c-9265-1dcc-0d2b-a9aea28f446d-9d7741ff, #w-node-_3465f5b0-9163-f720-e994-f183767f85f3-9d7741ff, #w-node-_3465f5b0-9163-f720-e994-f183767f85f9-9d7741ff, #w-node-_3465f5b0-9163-f720-e994-f183767f85ff-9d7741ff, #w-node-ad5c8b40-7bfe-84a1-5712-f491e619008a-9d7741ff, #w-node-ad5c8b40-7bfe-84a1-5712-f491e6190090-9d7741ff, #w-node-ad5c8b40-7bfe-84a1-5712-f491e6190096-9d7741ff, #w-node-d1f47828-51ec-7849-da00-e47e880dcfca-9d7741ff, #w-node-d1f47828-51ec-7849-da00-e47e880dcfd0-9d7741ff, #w-node-d1f47828-51ec-7849-da00-e47e880dcfd6-9d7741ff, #w-node-_5f421d01-6ed3-1dbf-a62a-8b017cb8d343-9d7741ff, #w-node-_5f421d01-6ed3-1dbf-a62a-8b017cb8d349-9d7741ff, #w-node-_5f421d01-6ed3-1dbf-a62a-8b017cb8d34f-9d7741ff, #w-node-e11b0d64-fba7-ad9d-ce30-d793fbb385a6-9d7741ff, #w-node-e11b0d64-fba7-ad9d-ce30-d793fbb385ac-9d7741ff, #w-node-e11b0d64-fba7-ad9d-ce30-d793fbb385b2-9d7741ff, #w-node-d28d6834-e816-c32b-89fe-34280433c180-9d7741ff, #w-node-_8301ba0d-b9c6-fcc0-29e6-d29149bebf5d-9d7741ff, #w-node-dd48bd75-85e9-30e9-bf93-2fb4d7895443-9d7741ff, #w-node-d28d6834-e816-c32b-89fe-34280433c186-9d7741ff, #w-node-d28d6834-e816-c32b-89fe-34280433c18c-9d7741ff, #w-node-_4d867ce9-6e38-31ab-2332-da1418c4d331-9d7741ff, #w-node-_4d867ce9-6e38-31ab-2332-da1418c4d335-9d7741ff, #w-node-_4d867ce9-6e38-31ab-2332-da1418c4d33b-9d7741ff {
  justify-self: auto;
}

#w-node-b7ae523c-54f0-3722-61d2-46a378d7af9b-9d7741ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7ae523c-54f0-3722-61d2-46a378d7afad-9d7741ff, #w-node-_4068672b-978e-f822-b66f-c2f24cb9e07a-9d7741ff, #w-node-_91d97b75-5e09-311a-0d63-b5eac92d951a-9d7741ff {
  justify-self: auto;
}

#w-node-_8b97045f-221e-595a-f1f8-8b122de1e11e-9d7741ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b97045f-221e-595a-f1f8-8b122de1e12a-9d7741ff, #w-node-a617ebb5-e9f3-e1e4-b16c-b26a58ca7cd8-9d7741ff, #w-node-_80e234cf-7283-cc9f-f390-e6e8d3aa6492-9d7741ff, #w-node-_1c2dfa16-36a4-7391-bb54-976805259d6f-9d7741ff, #w-node-_1c2dfa16-36a4-7391-bb54-976805259d74-9d7741ff, #w-node-ad5f84a5-2ef0-a7c5-0e3e-756ebaff36ce-9d7741ff, #w-node-_7cbfc5da-df5d-e226-0336-7510ed09c938-9d7741ff, #w-node-_7cbfc5da-df5d-e226-0336-7510ed09c93e-9d7741ff, #w-node-_7cbfc5da-df5d-e226-0336-7510ed09c944-9d7741ff, #w-node-_83e194eb-46df-f913-15a6-efea06a0d2bb-9d7741ff, #w-node-_83e194eb-46df-f913-15a6-efea06a0d2c1-9d7741ff, #w-node-_83e194eb-46df-f913-15a6-efea06a0d2c7-9d7741ff {
  justify-self: auto;
}

#w-node-b250463d-f109-b806-15e0-c93dd06d22f3-eafc329d {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-dfab1c8c-8e81-905e-878b-901f2746a67a-eafc329d {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_7a50b4bd-e65b-db9c-1e68-526790f8708d-c5baf305 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_340ccd23-953e-a63b-aa3c-e0edba8fcc18-c5baf305 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_97feeb3c-6b02-b94f-d9c2-f9e6a0472389-c5baf305 {
  grid-area: 1 / 1 / 2 / 13;
}


@font-face {
  font-family: 'Pricedown Bl';
  src: url('../fonts/Pricedown-Bl.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pricedown Bl';
  src: url('../fonts/Pricedown-Bl.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pricedown Bl';
  src: url('../fonts/Pricedown-Bl.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}