.navbar {
  position: fixed;
  top: 0px;
  z-index: 3000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px none #181a1c;
  background-color: #fff;
  box-shadow: 0 2px 15px 0 rgba(27, 33, 111, 0.09);
  opacity: 1;
}

.body {
  display: block;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  font-family: Roboto, sans-serif;
}

.home-wrap {
  position: relative;
  top: 0px;
  bottom: 200px;
  z-index: 150;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.home-design {
  position: static;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image {
  margin-top: 27px;
  margin-left: 35px;
  opacity: 1;
}

.go-archireport-link {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 200;
  font-family: Roboto, sans-serif;
  color: #7482a3;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.module-archireport {
  position: -webkit-sticky;
  position: sticky;
  bottom: 40px;
  z-index: 10;
  font-family: Roboto, sans-serif;
  color: #8e9ab4;
  font-size: 17px;
  text-align: right;
  letter-spacing: 1.5px;
}

.home-content {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.h1-promo-immo {
  position: relative;
  z-index: 10;
  margin-top: 10px;
  margin-left: -4px;
  font-family: Roboto, sans-serif;
  color: #3e527f;
  font-size: 85px;
  line-height: 90px;
  font-weight: 500;
  text-align: right;
  letter-spacing: 1px;
}

.paragraph {
  max-width: 450px;
  margin-top: 30%;
  margin-bottom: 18px;
  font-family: Roboto, sans-serif;
  color: #8e9ab4;
  font-size: 20px;
  line-height: 33px;
  font-weight: 400;
  text-align: right;
}

.button {
  position: absolute;
  left: auto;
  top: -10px;
  right: 24px;
  bottom: auto;
  z-index: 220;
  display: block;
  margin-top: 35px;
  padding: 14px 30px;
  border-radius: 60px;
  background-color: #5c6cf4;
  box-shadow: 0 -1px 10px 0 rgba(92, 108, 244, 0.3);
  font-family: Roboto, sans-serif;
  font-weight: 400;
  letter-spacing: 0.4px;
}

.button.small-button {
  position: static;
  top: auto;
  right: auto;
  margin-top: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 14px;
}

.button.small-button:hover {
  background-color: #5163ff;
}

.module-design {
  position: absolute;
  left: -100px;
  top: -29px;
  right: 0px;
}

.module-logo {
  position: absolute;
  left: -30px;
  top: 0px;
  z-index: 2;
  width: 66px;
}

.module-bg {
  position: absolute;
  left: -100px;
  top: -50px;
  z-index: 1;
}

.header-illus {
  position: absolute;
  top: -20px;
  right: 0px;
  bottom: auto;
  width: 40%;
  height: 150%;
  border-radius: 8px 0px 0px;
  background-image: linear-gradient(158deg, #d5dfff, rgba(236, 241, 255, 0.6));
  -webkit-perspective: 0px;
  perspective: 0px;
  -webkit-transform: skew(0deg, -19deg) perspective(0px);
  transform: skew(0deg, -19deg) perspective(0px);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.header-illus.header-illus-bg-1 {
  top: 70px;
  -webkit-transform: skew(0deg, -19deg) perspective(0px);
  transform: skew(0deg, -19deg) perspective(0px);
}

.header-illus.header-illus-bg-2 {
  top: 170px;
  right: 0px;
  background-image: linear-gradient(163deg, #a3b9ff, rgba(208, 221, 255, 0.62));
}

.header-illus.header-illus-bg-3 {
  top: 500px;
  right: 0px;
  width: 45%;
  height: 70%;
  background-image: linear-gradient(158deg, rgba(105, 121, 245, 0.88), rgba(148, 164, 250, 0.5));
}

.home-building {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.image-3 {
  position: static;
  width: 1000px;
  text-align: left;
}

.scroll {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 500vw;
  background-image: linear-gradient(263deg, #7482a3, #fff);
}

.wrapper {
  width: 500vh;
  height: 1000px;
}

.container {
  height: 100vh;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.preloader-wrap {
  position: fixed;
  z-index: 1000;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.container-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15%;
  margin-right: 80px;
  margin-left: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.loader-square {
  width: 55px;
  height: 55px;
  border-radius: 3px;
  background-color: #5c6cf4;
}

.loader-text {
  margin-left: 28px;
  font-family: Roboto, sans-serif;
  color: #5c6cf4;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 2px;
}

.preloader-topbar {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 120;
  overflow: visible;
  width: 0px;
  height: 6px;
  min-width: 10px;
  background-color: #5c6cf4;
  color: #5c6cf4;
  line-height: 6px;
}

.image-4 {
  position: absolute;
  z-index: 100;
}

.building-lines {
  position: absolute;
  left: 0%;
  top: 60px;
  right: 0%;
  bottom: 0%;
  z-index: 150;
  width: 100%;
  height: auto;
}

.home-graphics-wrap {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100vh;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.module-block {
  position: absolute;
  z-index: 1000;
  width: 100px;
  height: 100px;
}

.scroll-main-wrap {
  position: relative;
  width: 100%;
  height: 4000px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#5c6cf4));
  background-image: linear-gradient(180deg, #fff, #5c6cf4);
}

.header-scroll-track {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
}

.header-container {
  position: relative;
  top: 0px;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.header-track {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300vw;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ipad-section {
  position: fixed;
  left: 100%;
  top: 20px;
  right: auto;
  z-index: 1200;
  display: none;
  width: 100vw;
  height: 100vh;
  margin-top: 62px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.ipad {
  position: static;
  top: 20px;
  bottom: 0px;
  display: block;
  width: auto;
  height: 750px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.scroll-wrapper {
  width: 200vw;
  height: 100vh;
}

.section1 {
  position: relative;
  z-index: 50;
  display: block;
  overflow: visible;
  width: 100vw;
  height: 300vh;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  color: #ddd;
}

.image-6 {
  position: absolute;
  top: 61.391px;
  width: 100%;
}

.minibus {
  width: 100px;
  height: 100px;
  background-color: #972020;
}

.header-fixe-elements {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 300;
  display: none;
  width: 100vw;
  height: 100vh;
}

.screen-wrap {
  position: absolute;
  top: 79px;
  overflow: hidden;
  width: 722px;
  height: 555px;
  margin-bottom: -68px;
  background-image: linear-gradient(135deg, #6ec1ed, #3e65de);
}

.main-building {
  position: absolute;
  left: auto;
  top: auto;
  right: -180px;
  bottom: -1px;
  z-index: 100;
  width: 430px;
}

.bottom-building {
  position: absolute;
  left: -4px;
  top: auto;
  right: 0%;
  bottom: -1px;
}

.bg-building {
  position: absolute;
  left: -1px;
  top: auto;
  right: auto;
  bottom: -1px;
}

.top-building {
  position: absolute;
  left: -2px;
  top: -2px;
  right: auto;
  bottom: auto;
}

.home-scroll-track {
  position: static;
  display: none;
  width: 100vw;
  height: 200vw;
}

.ipad-scroll-track {
  display: none;
  width: 100vw;
  height: 100vw;
}

.oval-red {
  position: absolute;
  top: 20px;
  right: 100px;
  bottom: 0px;
  z-index: 250;
  display: none;
  margin-top: auto;
  margin-bottom: auto;
}

.div-block-4 {
  position: relative;
}

.ipad-highlight {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1400;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.12;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.ipad-shadow {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 180px;
  width: 1000px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background-color: #000;
  opacity: 0.31;
  -webkit-filter: blur(40px);
  filter: blur(40px);
}

.main-building-2 {
  position: absolute;
  right: 92px;
  bottom: -30px;
  z-index: 50;
  width: 220px;
}

.main-building-left {
  position: absolute;
  left: -49px;
  top: 189.094px;
  bottom: 0px;
  width: 300px;
  -webkit-transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.building-last {
  position: absolute;
  right: 220px;
  bottom: 0px;
  width: 150px;
}

.tree {
  position: absolute;
  top: -1px;
  right: -1px;
  z-index: 200;
}

.bg-black {
  position: relative;
  z-index: 400;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
}

.sections-navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 68px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #000;
  color: #fff;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.navbar-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 68px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: color 200ms ease, background-color 325ms ease;
  transition: color 200ms ease, background-color 325ms ease;
  font-family: Roboto, sans-serif;
  color: #8e9ab4;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
}

.navbar-link:hover {
  background-color: #ecedf5;
  color: #5c6cf4;
}

.navbar-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 68px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.navbar-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 68px;
  padding-right: 14px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 78px;
  height: 68px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px none #181a1c;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.logo-link-block:hover {
  background-color: #f4f6fa;
}

.logo-link-block.w--current {
  border-right-style: none;
}

.logo-link-block.w--current:hover {
  background-color: #eeeff5;
}

.links-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.intro-wrap {
  width: 100vh;
  height: 100vh;
}

.navlink-text {
  opacity: 1;
  font-size: 14px;
  letter-spacing: 0.2px;
}

.link-2 {
  margin-right: 30px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #8e9ab4;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.link-2:hover {
  color: #000;
}

.sections {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-background {
  position: absolute;
  display: block;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.background-right {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: block;
  overflow: hidden;
  width: 50%;
  height: 100vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.background-right.bg-section-3 {
  display: none;
  background-color: #fff;
}

.text-content {
  position: static;
  top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading {
  width: 100%;
  margin-top: 10px;
  margin-right: 9px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #3e527f;
  font-size: 35px;
  line-height: 47px;
  font-weight: 500;
  text-align: right;
}

.heading.final-heading {
  overflow: visible;
  width: 450px;
  margin-top: 0px;
  margin-left: 32px;
  padding-right: 32px;
  padding-bottom: 12px;
}

.background-left {
  position: fixed;
  left: 0px;
  bottom: 0px;
  display: block;
  overflow: hidden;
  width: 50%;
  height: 100vh;
}

.content-container {
  position: static;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.illus-content {
  position: relative;
  z-index: 100;
  display: none;
  width: 50%;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.path-blue {
  position: fixed;
  left: -10px;
  top: 0px;
  z-index: 4000;
  width: 130px;
  height: 100vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-block {
  display: none;
}

.large-blue {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6d98fc), to(#cce1ff));
  background-image: linear-gradient(180deg, #6d98fc, #cce1ff);
  opacity: 0.7;
}

.small-blue {
  position: absolute;
  right: 0px;
  display: block;
  width: 50%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(109, 152, 252, 0.72)), to(rgba(219, 234, 255, 0.79)));
  background-image: linear-gradient(180deg, rgba(109, 152, 252, 0.72), rgba(219, 234, 255, 0.79));
  background-position: 0px 0px;
  opacity: 1;
}

.block-1 {
  position: static;
  top: 20px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.clock-image-header {
  position: static;
  left: -115px;
  top: -45px;
  display: block;
  margin-top: 14px;
  margin-right: 19px;
  margin-left: -11px;
}

.white-block {
  position: static;
  left: auto;
  right: 0px;
  width: 350px;
  height: 250px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 15px 30px 0 rgba(63, 73, 154, 0.1);
}

.white-block.wb-1 {
  position: absolute;
  width: 550px;
  height: 350px;
  margin-top: 0px;
}

.white-block.wb-3 {
  margin-top: 100px;
}

.section-1-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-11 {
  position: relative;
  top: 20px;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cat-block {
  width: 40%;
  font-family: Roboto, sans-serif;
  color: #3e527f;
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
  text-align: right;
}

.big-points {
  width: 40%;
  margin-top: 70px;
  font-family: Roboto, sans-serif;
  color: #8e9ab4;
  font-size: 35px;
  line-height: 50px;
  font-weight: 500;
  text-align: right;
}

.big-points.big-point-active {
  color: #000;
}

.big-points.secondary-big-points {
  color: #8e9ab4;
}

.home-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-content-wrap {
  margin-right: auto;
  margin-left: auto;
}

.home-build {
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: auto;
  height: 90%;
}

.home-build-path {
  position: absolute;
  right: -1px;
  bottom: -1px;
  display: block;
  width: auto;
  height: 90%;
}

.home-build-blue {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: auto;
  height: 90%;
}

.building-wrap {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100vh;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.graphic {
  position: absolute;
  right: 0px;
  bottom: -100vh;
  width: 100%;
  height: 180%;
  border-top-left-radius: 8px;
  background-color: #a3b9ff;
  -webkit-transform: skew(0deg, -25deg);
  -ms-transform: skew(0deg, -25deg);
  transform: skew(0deg, -25deg);
}

.graphic.graphic-1 {
  z-index: 50;
  border-style: solid;
  border-width: 1px;
  border-color: #5c6cf4;
  background-color: rgba(163, 185, 255, 0);
  -webkit-transform: skew(0deg, -23deg);
  -ms-transform: skew(0deg, -23deg);
  transform: skew(0deg, -23deg);
}

.graphic.graphic-2 {
  right: -50px;
  bottom: -75vh;
  z-index: 25;
  height: 180%;
  border-style: solid;
  border-width: 1px;
  border-color: #5c6cf4;
  opacity: 0.47;
  -webkit-transform: skew(0deg, -23deg);
  -ms-transform: skew(0deg, -23deg);
  transform: skew(0deg, -23deg);
}

.blue-body {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: none;
  height: 90%;
}

.image-7 {
  position: absolute;
}

.section-title-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42%;
  margin-top: 30vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-title-block.final-title {
  width: 500px;
  margin-top: 0vh;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.section-title-block.final-title.from-half {
  width: 100%;
}

.body-scroll-trigger {
  height: 500vh;
}

.footer {
  position: relative;
  z-index: 300;
  display: block;
  height: auto;
  padding-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #18181b;
}

.big-points-wrap {
  position: static;
  top: 20px;
}

.image-8 {
  position: absolute;
  bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#fff));
  background-image: linear-gradient(180deg, #000, #fff);
}

.logement-1 {
  position: absolute;
  right: -10%;
  bottom: 0px;
  display: none;
}

.logement-2-path {
  position: absolute;
  right: -10%;
  bottom: 0px;
  display: none;
}

.bigpoint {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bigpoint.bigpoint-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wb-1.white-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 350px;
  margin-right: -149px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.wb-2.white-block {
  position: absolute;
  z-index: 100;
  display: block;
  overflow: hidden;
  width: 400px;
  height: 280px;
  margin-right: 50px;
  box-shadow: 0 15px 50px 0 rgba(63, 73, 154, 0.15);
}

.wb-3.white-block {
  position: absolute;
  z-index: 50;
  display: block;
  overflow: hidden;
  width: 450px;
  height: 300px;
  margin-top: 0px;
  margin-right: -94px;
  opacity: 1;
}

.image-9 {
  width: 90%;
  margin: 0px auto -67px;
}

.plangif {
  width: auto;
  max-width: 90%;
  margin-top: 19px;
  margin-left: 58px;
}

.intervenants {
  position: absolute;
  left: 20px;
  top: 0px;
  bottom: 0px;
  display: block;
  width: 300px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 85px;
}

.block-2 {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 50vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.reports {
  position: absolute;
  bottom: 0px;
  z-index: 100;
  width: 400px;
  margin-bottom: -37px;
}

.reports.final-report {
  width: 400px;
  margin-bottom: -30px;
}

.reports-path {
  position: absolute;
  left: auto;
  top: auto;
  bottom: 0px;
  z-index: 200;
  width: 320px;
  margin-left: 8px;
  opacity: 0.67;
}

.wb-2-1.white-block {
  display: block;
  overflow: hidden;
  width: 671px;
  height: 496px;
  margin-right: -215px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wb-2-1.white-block.live-bloc {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 650px;
  height: 350px;
  margin-right: -133px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.wb-2-1.white-block.pop-up-live {
  width: 539px;
  margin-right: -149px;
}

.wb-2-1.white-block.pop-up-live.final-final-block {
  display: block;
  width: 600px;
  height: 400px;
}

.wb-2-1.white-block.whitebloc-2-sec-1 {
  width: 600px;
  height: 450px;
}

._3-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.deco-ellips {
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 10;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.31;
}

.deco-ellipse-2 {
  position: absolute;
  left: -100px;
  width: 200px;
}

.block-3 {
  position: relative;
  z-index: 250;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 50vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block-3.block-33 {
  margin-top: 30vh;
}

.live-image {
  display: block;
  width: 100%;
}

.section2 {
  position: relative;
  z-index: 300;
  width: 100%;
  height: 100vh;
  margin-top: 80vh;
  background-color: #fff;
}

.bg-mask.bg-mask-left {
  position: absolute;
  left: -50vh;
  right: auto;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}

.section-2 {
  position: relative;
  z-index: 60;
  display: block;
  overflow: visible;
  width: 100vw;
  height: auto;
  margin-top: 42vh;
}

.block-4-content {
  width: 50%;
  margin-left: auto;
  padding-left: 81px;
}

.block-4-illus {
  position: fixed;
  left: 3%;
  display: block;
  overflow: visible;
  width: 50%;
  height: 200vh;
}

.building-progress {
  position: fixed;
  bottom: 0px;
  overflow: hidden;
}

.building-progress.building-done {
  position: fixed;
  top: auto;
  bottom: 0px;
  z-index: 1;
  display: block;
  overflow: visible;
  width: 600px;
  max-width: 40%;
  clear: none;
}

.building-progress.building-undone {
  top: auto;
  bottom: 0px;
  z-index: 0;
  display: block;
  width: 600px;
  max-width: 40%;
  clear: none;
}

.building-progress-wrap {
  position: absolute;
  top: 0px;
  bottom: auto;
}

.large-red {
  position: absolute;
  width: 100%;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6d98fc), to(#ecf2fc));
  background-image: linear-gradient(180deg, #6d98fc, #ecf2fc);
  opacity: 0.39;
}

.container-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.small-red {
  position: absolute;
  left: 0%;
  width: 50%;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5c75f4), to(#cce1ff));
  background-image: linear-gradient(180deg, #5c75f4, #cce1ff);
  opacity: 0.32;
}

.image-10 {
  margin-top: 10px;
  margin-right: 0px;
  margin-left: 10px;
}

.progress-bar-wrap {
  position: fixed;
  left: 0.1406px;
  top: auto;
  bottom: 0px;
  z-index: 200;
  display: block;
  width: 50%;
  height: 90px;
  margin-top: 0px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  opacity: 1;
}

.bar-texts {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 17px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bar-text {
  width: auto;
  font-family: Roboto, sans-serif;
  color: #8e9ab4;
}

.bar-text.bar-text-livraison {
  width: 70px;
  text-align: right;
}

.progress-bar {
  position: relative;
  top: 50px;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 20px;
  margin-top: -37px;
  padding-right: 68px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 20px;
  background-color: #e0e5fd;
}

.div-block-5 {
  position: absolute;
}

.main-progress {
  width: 100%;
  margin-right: auto;
  background-image: none;
}

.progress-separator {
  width: 2px;
  height: 100%;
  background-color: #fff;
}

.block-4-p-1 {
  position: relative;
  margin-top: 181px;
}

.text-span {
  color: #3e527f;
}

.text-block-2 {
  position: relative;
  z-index: 100;
  margin-top: 70px;
  font-family: Roboto, sans-serif;
  color: #8e9ab4;
  font-size: 30px;
  line-height: 50px;
  font-weight: 500;
  text-align: right;
}

.text-block-2.final-text {
  width: 500px;
  margin-top: 31px;
}

.progress-mask {
  position: absolute;
  width: 100%;
  height: 100px;
  margin-top: -75px;
  background-color: #fff;
  background-image: none;
  opacity: 0.94;
}

.ipad-remark {
  position: absolute;
  width: 800px;
  max-width: none;
  margin-top: 52px;
}

.iphone-draw {
  display: none;
  width: 550px;
  max-width: 100%;
  margin-top: 50px;
  margin-left: -37px;
}

.title-sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.heading-2 {
  font-family: Roboto, sans-serif;
  color: #3e527f;
  font-size: 30px;
  font-weight: 500;
}

.double-iphone-wrap {
  position: relative;
  height: 800px;
  margin-top: 70px;
  margin-left: -37px;
}

.live-iphone-small {
  position: absolute;
  top: 62px;
  z-index: 10;
  display: block;
  max-width: 90%;
  margin-top: 0px;
}

.live-iphone-big {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 20;
  opacity: 1;
}

.section3 {
  position: relative;
  z-index: 55;
  display: none;
  height: 340vh;
}

.building-all {
  position: absolute;
  left: -396.8906px;
  bottom: 0px;
}

.block-4-big-oval {
  position: fixed;
  left: -40%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: none;
  width: 200px;
  margin: auto;
}

.final {
  position: relative;
  z-index: 300;
  overflow: hidden;
  height: 110vh;
  padding-bottom: 0px;
  background-color: #fff;
}

.bg-final {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  display: block;
  width: auto;
  height: 70%;
  max-height: none;
  max-width: none;
  margin-left: auto;
}

.final-container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.module-icon {
  width: 75px;
  margin-top: -12px;
  padding-right: 0px;
}

.words-slider-container {
  position: static;
  bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-word {
  display: block;
  width: 1000px;
  margin-right: 10%;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0.14;
  font-family: Roboto, sans-serif;
  color: #8e9ab4;
  font-size: 9vw;
  line-height: 85px;
  font-weight: 500;
}

.slider-word.qpecoal {
  font-size: 9vw;
}

.slider-word.first-slide-word {
  display: block;
  width: 1000px;
  margin-right: 4%;
}

.words-slider-scroller {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  height: 90px;
  margin-left: 65%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.final-tout-y-est {
  margin-top: 0px;
  font-family: Roboto, sans-serif;
  color: #5c6cf4;
  font-size: 25px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
}

.devis {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5563ff), to(#4353ff));
  background-image: linear-gradient(180deg, #5563ff, #4353ff);
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.devis-title {
  width: 80%;
  margin-top: 39px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 50px;
  font-weight: 500;
}

.devis-title.footer-first-text {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 30px;
  opacity: 0.54;
  font-size: 19px;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
}

.devis-title.footer-last-text {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 26px;
  font-weight: 400;
  text-align: center;
}

.form-block {
  width: 100%;
}

.devis-texts-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form {
  display: none;
  width: 100%;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.paragraph-2 {
  max-width: 80%;
  margin-top: 50px;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 20px;
  line-height: 40px;
}

.field-label {
  color: #fff;
}

.devis-input {
  width: 45%;
  height: 60px;
  margin: 10px 10px 23px;
  border: 1px none #000;
  border-radius: 4px;
  background-color: #000;
  color: #fff;
}

.devis-input::-webkit-input-placeholder {
  font-family: Roboto, sans-serif;
  color: #5e5e5e;
  font-weight: 400;
}

.devis-input:-ms-input-placeholder {
  font-family: Roboto, sans-serif;
  color: #5e5e5e;
  font-weight: 400;
}

.devis-input::-ms-input-placeholder {
  font-family: Roboto, sans-serif;
  color: #5e5e5e;
  font-weight: 400;
}

.devis-input::placeholder {
  font-family: Roboto, sans-serif;
  color: #5e5e5e;
  font-weight: 400;
}

.submit-button {
  width: 45%;
  height: 60px;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 4px;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #19191b;
  font-weight: 500;
}

.image-12 {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -2px;
  z-index: 300;
  display: inline-block;
  width: 100%;
  min-height: auto;
  margin-bottom: -2px;
  opacity: 0.48;
}

.small-blue-sec3 {
  position: absolute;
  right: 0px;
  z-index: 100;
  width: 50%;
  height: 100%;
  background-color: rgba(92, 128, 244, 0.31);
}

.ipad-pv {
  display: block;
  max-width: 100%;
  margin: 0px auto;
}

.pv {
  display: block;
  width: 80%;
  margin-top: 34px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.06);
}

.sec-2-ellips-1 {
  position: absolute;
  left: 0px;
  right: 0px;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.5;
}

.sec-2-ellpis-2 {
  position: absolute;
  left: -75px;
  width: 150px;
}

.sec-3-ellips-big {
  position: absolute;
  left: 0px;
  right: 0px;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.sec-3-ellips-medium {
  position: absolute;
  left: -100px;
  width: 200px;
}

.sec-3-ellips-small {
  position: absolute;
  right: -65px;
  width: 130px;
}

.div-block-6 {
  position: relative;
  display: block;
  overflow: hidden;
  width: 200px;
  height: 100%;
}

.report-parralax-1 {
  position: absolute;
  left: -50px;
  width: 240px;
  margin-left: 0px;
}

.report-parralax-2 {
  position: absolute;
  width: 240px;
  max-width: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.report-parralax-3 {
  position: absolute;
  right: -50px;
  width: 240px;
  max-width: none;
  margin-right: 0px;
}

.ipad-draw-sec-2 {
  position: static;
  width: 800px;
  max-width: none;
  margin-top: 75px;
}

.macbook-final {
  display: none;
}

.gif-remark {
  display: block;
  width: auto;
}

.socials {
  position: relative;
  z-index: 310;
  height: 60px;
  background-color: #000;
  box-shadow: 0 -7px 20px 20px rgba(0, 0, 0, 0.3);
}

.final-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-3 {
  margin-left: 11px;
  font-family: Roboto, sans-serif;
  color: #3e527f;
  font-weight: 500;
  text-decoration: none;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  opacity: 1;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16.666666666666668%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.85;
}

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

.image-13 {
  width: 130px;
}

.price-section {
  position: relative;
  z-index: 300;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5563ff), to(#4353ff));
  background-image: linear-gradient(180deg, #5563ff, #4353ff);
}

.pricing-col-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pricing-col {
  width: 45%;
  color: #fff;
}

.pricing-col.pricing-col-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.pricing-title {
  margin-left: 26px;
  font-family: Roboto, sans-serif;
  font-size: 45px;
  line-height: 45px;
  font-weight: 500;
}

.pricing-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-image {
  margin-right: 20px;
  margin-left: 27px;
}

.pricing-image.pricing-image-first {
  width: 45px;
  margin-right: 0px;
  margin-left: 30px;
}

.pricing-image.pricing-image-first.princing-image-full {
  width: 34px;
}

.pricing-desc {
  max-width: none;
  margin-top: 12px;
  opacity: 0.85;
  font-size: 21px;
  line-height: 30px;
}

.pricing-desc.pricing-desc-left {
  max-width: 300px;
}

.pricing-separator.pricing-separator-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1px;
  max-width: 95%;
  margin-top: 40px;
  margin-bottom: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pricing-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-feature.pricing-feature-active {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.pricing-feature.pricing-feature-unactive {
  opacity: 0.3;
}

.pricing-feature-icon {
  margin-left: 13px;
}

.pricing-feature-text {
  margin-left: 14px;
  font-size: 20px;
  line-height: 30px;
}

.pricing-feature-text.princing-link-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.select-field {
  width: 45%;
  height: 60px;
  margin: 10px 10px 20px;
  padding-left: 0px;
  background-color: #000;
  color: #fff;
  text-indent: 5px;
}

.link-4 {
  color: #b9b9b9;
  text-decoration: none;
}

.pricing-price-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.pricing-price {
  font-size: 50px;
  line-height: 50px;
}

.pricing-recurrence {
  margin-left: 14px;
  font-size: 22px;
  text-align: right;
}

.pricing-more-users {
  margin-top: 6px;
  opacity: 0.8;
}

.town-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #18181b;
}

.image-14 {
  width: 130px;
  height: auto;
  opacity: 0.85;
}

.image-14:hover {
  opacity: 1;
}

.text-block-3 {
  margin-top: 20px;
  color: #abb3ce;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.cube {
  margin-bottom: 36px;
  border-radius: 10px;
  background-color: #5c6cf4;
}

.load-cube {
  position: relative;
  z-index: 2000;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #5c6cf4;
}

.image-15 {
  width: 90px;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #d80000;
}

.text-block-4 {
  margin-left: 4px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.background-video {
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 0px;
}

.pricing-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

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

.image-16 {
  margin-left: 8px;
}

.image-17 {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media (max-width: 991px) {
  .navbar {
    top: -80px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .body {
    overflow: visible;
    max-width: 100vw;
  }
  .h1-promo-immo {
    font-size: 55px;
    line-height: 70px;
  }
  .paragraph {
    max-width: 70%;
    font-weight: 400;
  }
  .home-graphics-wrap {
    width: 40%;
  }
  .section1 {
    height: 350vh;
  }
  .links-wrap {
    display: none;
  }
  .sections {
    overflow: hidden;
    width: 100vw;
  }
  .background-right {
    width: 40%;
  }
  .heading {
    width: 100%;
    font-size: 30px;
    line-height: 40px;
  }
  .block-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .white-block.wb-1 {
    position: static;
    display: block;
    margin-top: 20px;
  }
  .text-11 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cat-block {
    font-size: 26px;
  }
  .big-points {
    margin-top: 40px;
    font-size: 26px;
  }
  .big-points.secondary-big-points {
    width: 50%;
  }
  .home-left {
    width: 60%;
  }
  .home-content-wrap {
    padding-left: 48px;
  }
  .home-build {
    right: -110%;
    max-width: none;
  }
  .home-build-path {
    right: -100%;
    display: none;
    max-width: none;
  }
  .section-title-block {
    max-width: 50%;
  }
  .section-title-block.final-title {
    max-width: 100%;
  }
  .bigpoint {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .bigpoint.bigpoint-1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .wb-1.white-block {
    width: 450px;
    height: 290px;
    margin-right: -100px;
  }
  .wb-1.white-block.final-report-white-block {
    position: relative;
    right: 20px;
    overflow: hidden;
    height: 380px;
  }
  .wb-2.white-block {
    position: static;
  }
  .wb-3.white-block {
    position: absolute;
    width: 400px;
    height: 275px;
    margin-top: 0px;
    margin-right: -40px;
  }
  .block-2 {
    margin-top: 30vh;
  }
  .reports.final-report {
    left: 0px;
    right: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .wb-2-1.white-block {
    width: 550px;
    margin-right: -50px;
  }
  .wb-2-1.white-block.live-bloc {
    position: absolute;
    width: 600px;
    height: 382px;
    margin-top: 373px;
    margin-right: -30px;
  }
  .wb-2-1.white-block.pop-up-live.final-final-block {
    width: 500px;
    height: 295px;
    margin-right: -40px;
  }
  .wb-2-1.white-block.whitebloc-2-sec-1 {
    position: absolute;
    width: 480px;
    height: 360px;
    margin-top: 50vh;
    margin-right: -20px;
  }
  ._3-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._3-wrap.final-block-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  ._3-wrap.final-block-3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .deco-ellips {
    width: 200px;
  }
  .block-3 {
    margin-top: 80vh;
  }
  .live-image {
    width: 100%;
  }
  .section-2 {
    display: block;
    margin-top: 0vh;
    padding-top: 206px;
    padding-bottom: 117px;
  }
  .block-4-content {
    padding-left: 40px;
  }
  .block-4-illus {
    display: block;
    overflow: hidden;
  }
  .building-progress.building-done {
    left: auto;
    width: 400px;
  }
  .building-progress.building-undone {
    left: auto;
    width: 400px;
  }
  .image-10 {
    margin-left: -21px;
  }
  .text-block-2 {
    font-size: 26px;
  }
  .iphone-draw {
    width: 500px;
    max-width: 90%;
  }
  .title-sec-img {
    width: 120px;
  }
  .heading-2 {
    font-size: 26px;
  }
  .double-iphone-wrap {
    max-width: 100%;
  }
  .live-iphone-big {
    top: 7px;
  }
  .section3 {
    display: block;
    height: 300vh;
  }
  .building-all {
    position: fixed;
  }
  .bg-final {
    height: 70%;
    margin-right: -171px;
  }
  .final-container {
    position: relative;
    z-index: 300;
  }
  .devis-title {
    font-size: 26px;
  }
  .devis-title.footer-last-text {
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 34px;
  }
  .devis-texts-wrap {
    width: 50%;
  }
  .form {
    margin-left: 0px;
  }
  .paragraph-2 {
    margin-top: 30px;
    font-size: 18px;
  }
  .image-12 {
    min-height: auto;
  }
  .ipad-draw-sec-2 {
    width: 500px;
  }
  .pricing-title {
    font-size: 42px;
  }
  .pricing-desc {
    font-size: 17px;
  }
  .pricing-desc.pricing-desc-left {
    font-size: 18px;
  }
  .pricing-feature-text {
    font-size: 19px;
  }
  .select-field {
    color: #ddd;
  }
  .pricing-price {
    font-size: 45px;
  }
  .pricing-recurrence {
    font-size: 20px;
    line-height: 26px;
  }
  .town-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 150px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (max-width: 479px) {
  .navbar {
    top: -80px;
  }
  .image {
    width: 130px;
    margin-left: 15px;
  }
  .module-archireport {
    position: static;
    font-size: 12px;
  }
  .h1-promo-immo {
    margin-left: -2px;
    font-size: 36px;
    line-height: 50px;
  }
  .paragraph {
    width: 80%;
    font-size: 14px;
    font-weight: 500;
  }
  .home-graphics-wrap {
    width: 30%;
    margin-top: 0px;
    padding-top: 40%;
  }
  .section1 {
    height: 320vh;
    padding-top: 123px;
  }
  .navbar-left {
    width: 70px;
  }
  .navbar-right {
    width: auto;
  }
  .link-2 {
    display: none;
    overflow: visible;
  }
  .section-background {
    display: block;
  }
  .background-right {
    width: 30%;
  }
  .background-right.bg-section-3 {
    display: none;
  }
  .heading {
    margin-top: 12px;
    font-size: 24px;
    line-height: 32px;
  }
  .heading.final-heading {
    width: 100%;
    margin-top: 25px;
    margin-left: 0px;
    font-size: 26px;
    line-height: 40px;
  }
  .background-left {
    width: 30%;
  }
  .content-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .large-blue {
    display: none;
  }
  .small-blue {
    display: none;
  }
  .block-1 {
    margin-top: 10vh;
  }
  .clock-image-header {
    width: 90px;
  }
  .cat-block {
    width: 100%;
    font-size: 24px;
  }
  .big-points {
    width: 100%;
    margin-top: 20px;
    padding-right: 5px;
    font-size: 24px;
    line-height: 50px;
  }
  .big-points.secondary-big-points {
    width: 60%;
  }
  .big-points.secondary-big-points {
    width: 100%;
    font-size: 24px;
    line-height: 50px;
  }
  .home-left {
    width: 70%;
    background-color: #fff;
  }
  .home-content-wrap {
    padding-left: 15px;
  }
  .home-build {
    left: -20px;
    right: 0px;
    width: 400px;
    height: auto;
  }
  .home-build-path {
    left: -20px;
    right: 0px;
    width: 400px;
    height: auto;
  }
  .building-wrap {
    margin-right: 0px;
  }
  .graphic.graphic-2 {
    display: none;
    overflow: visible;
  }
  .section-title-block {
    max-width: 100%;
    margin-top: 0vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .section-title-block.final-title {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer {
    height: auto;
    padding-top: 60px;
  }
  .bigpoint.bigpoint-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wb-1.white-block {
    margin-top: 30px;
  }
  .wb-2.white-block {
    display: none;
  }
  .wb-3.white-block {
    display: none;
  }
  .block-2 {
    margin-top: 150px;
  }
  .wb-2-1.white-block {
    width: 420px;
    margin-top: 30px;
  }
  .wb-2-1.white-block.live-bloc {
    position: static;
    width: 350px;
    height: 223px;
    margin-top: 30px;
  }
  .wb-2-1.white-block.pop-up-live.final-final-block {
    width: 420px;
    height: 280px;
    margin-bottom: 130px;
  }
  .wb-2-1.white-block.whitebloc-2-sec-1 {
    position: static;
    margin-top: 30px;
    background-color: hsla(0, 0%, 100%, 0);
    box-shadow: none;
  }
  ._3-wrap.final-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._3-wrap.final-block-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .deco-ellipse-2 {
    left: 50px;
  }
  .block-3 {
    margin-top: 150px;
  }
  .section-2 {
    display: block;
  }
  .block-4-content {
    width: 100%;
    margin-left: 0px;
    padding-left: 40px;
  }
  .block-4-illus {
    display: none;
  }
  .building-progress.building-done {
    display: none;
  }
  .building-progress.building-undone {
    display: none;
  }
  .large-red {
    display: none;
    overflow: visible;
  }
  .small-red {
    display: none;
  }
  .progress-bar-wrap {
    display: none;
  }
  .text-block-2 {
    font-size: 24px;
  }
  .text-block-2.final-text {
    width: 100%;
  }
  .title-sec {
    margin-top: 50px;
  }
  .heading-2 {
    font-size: 24px;
  }
  .section3 {
    height: 360vh;
    padding-bottom: 123px;
  }
  .final {
    height: auto;
    padding-bottom: 79px;
  }
  .bg-final {
    height: 400px;
    margin-right: 0px;
  }
  .final-container {
    height: auto;
    margin-top: 455px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .module-icon {
    width: 60px;
  }
  .words-slider-container {
    margin-top: 100px;
  }
  .slider-word {
    font-size: 60px;
  }
  .container-4 {
    margin-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .devis-title.footer-first-text {
    font-size: 18px;
    text-align: left;
  }
  .devis-title.footer-last-text {
    margin-bottom: 30px;
    font-size: 18px;
    text-align: left;
  }
  .form-block {
    width: 100%;
  }
  .devis-texts-wrap {
    width: 100%;
  }
  .paragraph-2 {
    max-width: 100%;
    padding-bottom: 34px;
  }
  .devis-input {
    width: 100%;
    height: 50px;
    margin-right: 0px;
    margin-bottom: 18px;
    margin-left: 0px;
  }
  .submit-button {
    width: 100%;
    height: 50px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .image-12 {
    width: 200%;
    max-width: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: left;
  }
  .small-blue-sec3 {
    display: none;
  }
  .sec-3-ellips-medium {
    left: 0px;
  }
  .report-parralax-1 {
    width: 40%;
  }
  .report-parralax-2 {
    width: 40%;
  }
  .report-parralax-3 {
    width: 40%;
  }
  .macbook-final {
    margin-top: 0px;
  }
  .final-logo {
    display: none;
  }
  .container-5 {
    height: 70px;
  }
  .social-links {
    width: 100%;
  }
  .price-section {
    padding-top: 80px;
  }
  .pricing-col-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pricing-col.pricing-col-left {
    width: 100%;
    margin-bottom: 79px;
    padding-left: 14px;
  }
  .pricing-col.pricing-col-right {
    width: 100%;
    margin-top: 36px;
    padding-left: 14px;
  }
  .pricing-title {
    font-size: 38px;
  }
  .pricing-desc.pricing-desc-left {
    line-height: 28px;
  }
  .pricing-separator.pricing-separator-top {
    display: block;
    margin-bottom: 30px;
  }
  .select-field {
    width: 100%;
    height: 50px;
    margin-right: 0px;
    margin-left: 0px;
  }
}

