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

.body {
  font-family: Lato, sans-serif;
  color: #212121;
  font-size: 20px;
  line-height: 1.6em;
}

.section {
  margin-top: 90px;
  margin-bottom: 90px;
  padding-top: 60px;
  padding-bottom: 140px;
  background-image: url('../images/banner.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 11px;
  line-height: 1em;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #000;
  background-image: url('../images/Vector.svg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 8%;
  padding-left: 8%;
}

.container.footer {
  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: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.brand {
  padding-top: 27px;
  padding-bottom: 23px;
}

.title-wrapper {
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

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

.title-wrapper._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.h4-30 {
  max-width: 530px;
  font-family: Tiemposheadline, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 300;
}

.h4-30.white {
  margin-bottom: 20px;
  color: #fff;
}

.h4-30.white-w {
  max-width: none;
  margin-top: 31px;
  margin-bottom: 31px;
  color: #fff;
  text-align: center;
}

.h1 {
  margin-top: 35px;
  margin-bottom: 30px;
  font-family: Proximanova, sans-serif;
  font-size: 7vw;
  line-height: 0.84em;
  font-weight: 900;
  text-transform: uppercase;
}

.icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  margin-bottom: 70px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card {
  margin-right: 18px;
}

.card._6 {
  margin-right: 0px;
}

.text-block {
  max-width: 83px;
  margin-top: 5px;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: 0.7px;
}

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

.column {
  width: 46%;
  margin-right: 20px;
}

.column._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 54%;
  margin-right: 0px;
  padding-bottom: 22px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 35px 41px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #37b046;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 23px;
  line-height: 1.4em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2.4px;
}

.button:hover {
  background-color: #01c91a;
}

.quote {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  padding: 60px 30px 30px 60px;
  -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;
  border-radius: 30px;
  background-image: url('../images/bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.paragraph {
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 300;
}

.paragraph.q {
  z-index: 2;
  max-width: 534px;
  margin-bottom: 10px;
  font-size: 27px;
  font-weight: 300;
}

.paragraph.q._1 {
  max-width: 397px;
}

.paragraph.q._2 {
  max-width: 540px;
}

.star-box {
  margin-top: 14px;
  margin-right: auto;
  margin-left: auto;
}

.h2 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Tiemposheadline, sans-serif;
  font-size: 50px;
  line-height: 1.2em;
  font-weight: 300;
  text-align: center;
}

.h2.l {
  margin-top: 30px;
  text-align: left;
}

.h2._20 {
  margin-bottom: 20px;
}

.h2._647 {
  max-width: 647px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.image-2 {
  position: absolute;
  left: 40px;
  top: 40px;
}

.star {
  margin-right: 3px;
}

.section-great-yard {
  margin-bottom: 50px;
  background-image: url('../images/s2l.svg'), url('../images/sR.svg');
  background-position: 0% 100%, 100% 14%;
  background-size: auto, 71px;
  background-repeat: no-repeat, no-repeat;
}

.h3 {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.h3.l {
  text-align: left;
}

.text-24 {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.text-24.sp {
  margin-bottom: 10px;
}

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

.img-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  -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;
  box-shadow: 0 17px 50px 0 rgba(42, 34, 80, 0.5);
  color: #fff;
}

.text-on-img {
  position: absolute;
  left: 130px;
  top: 40px;
  z-index: 2;
  max-width: 300px;
  font-size: 14px;
  line-height: 1.4em;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.paragraph-2 {
  max-width: 650px;
  margin-bottom: 0px;
  color: #4259a3;
  font-size: 30px;
  line-height: 1.3em;
  font-weight: 300;
  text-align: left;
}

.column-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-spread {
  margin-bottom: 60px;
  padding-top: 75px;
  padding-bottom: 225px;
  background-image: url('../images/bg3.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #fff;
}

.container-1280 {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2%;
  padding-left: 2%;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.p-20 {
  margin-bottom: 20px;
  line-height: 1.5em;
}

.p-20.s {
  max-width: 512px;
}

.p-20.interl {
  font-size: 22px;
  line-height: 1.6em;
}

.p-20.b {
  font-size: 22px;
  line-height: 1.6em;
}

.p-20.faq {
  padding-right: 60px;
  padding-left: 20px;
  color: rgba(33, 33, 33, 0.6);
}

.p {
  font-size: 18px;
  line-height: 1.4em;
}

.p.l {
  max-width: 270px;
}

.text-column {
  max-width: 572px;
}

.text-column.right {
  padding-top: 300px;
  background-image: none;
}

.p-30 {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.2em;
}

.section-outdoor-space {
  margin-bottom: 120px;
}

.grid-2 {
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-3 {
  margin-bottom: 60px;
}

.image-4 {
  width: auto;
  height: 300px;
  margin-bottom: 30px;
}

.section-advantages {
  margin-bottom: 120px;
}

.grid-advantages {
  margin-top: 70px;
  margin-bottom: 70px;
  grid-auto-rows: 1fr;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
}

.h5 {
  font-family: Tiemposheadline, sans-serif;
  color: #ff3049;
  font-size: 23px;
  line-height: 1.3em;
  text-align: right;
}

.h5.l {
  text-align: right;
}

.h5.r {
  text-align: left;
}

.p15 {
  max-width: 340px;
  font-size: 15px;
  line-height: 1.4em;
  font-weight: 400;
}

.p15.s {
  max-width: 440px;
  text-align: right;
}

.p15.b {
  max-width: 442px;
}

.p15.l {
  max-width: 442px;
  text-align: right;
}

.card-circule {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -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;
}

.card-circule.c {
  padding-right: 80px;
}

.div-block-3 {
  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;
  -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-radius: 20px;
  background-color: #ff3049;
}

.section-cta {
  margin-bottom: 100px;
  padding-top: 70px;
  padding-bottom: 140px;
  background-image: url('../images/bg-CTA.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #fff;
}

.empty {
  max-width: 572px;
}

.text-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -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;
}

.text-cta._1 {
  max-width: 675px;
}

.heading {
  margin-top: 30px;
  margin-bottom: 0px;
  font-family: Tiemposheadline, sans-serif;
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 300;
  text-align: center;
}

.text-wrapper {
  margin-top: 40px;
  margin-bottom: 20px;
}

.text-wrapper._20 {
  margin-top: 0px;
  margin-bottom: 60px;
}

.text-block-2 {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 300;
  text-align: center;
}

.paragraph-22 {
  font-size: 22px;
  line-height: 1.4em;
  text-align: center;
}

.section-stand-out {
  margin-bottom: 100px;
}

.grid-3 {
  grid-auto-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 8% 120px;
  -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;
  background-color: rgba(212, 223, 241, 0.2);
}

.right {
  background-image: url('../images/house-stand-out-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-32 {
  margin-top: 20px;
  margin-bottom: 30px;
  color: #ff3049;
  font-size: 34px;
  line-height: 1.6em;
}

.section-testimonials {
  padding-bottom: 474px;
}

.slider {
  -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-color: transparent;
  color: #fff;
}

.slide-nav {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -158%;
  font-size: 12px;
}

.image-6 {
  height: auto;
}

.mask {
  height: auto;
  max-width: 1161px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 20px 40px 0 rgba(15, 6, 82, 0.81);
}

.left-arrow {
  left: 875px;
  top: -112px;
  right: 734px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -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: rgba(39, 15, 224, 0.5);
}

.right-arrow {
  top: -112px;
  right: 99px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -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: rgba(28, 3, 223, 0.5);
}

.grid-4 {
  position: absolute;
  left: 7%;
  top: auto;
  right: auto;
  bottom: 15%;
  grid-row-gap: 0px;
}

.sign {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-8 {
  margin-left: 131px;
}

.section-faq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f1f1f1;
}

.dropdown {
  width: 100%;
}

.dropdown-toggle {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.dropdown-list {
  position: static;
  display: block;
  overflow: hidden;
  width: 100%;
  background-color: transparent;
}

.dropdown-list.w--open {
  background-color: transparent;
}

.h2-l {
  margin-bottom: 60px;
  color: #ff3049;
  font-size: 46px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.text-block-3 {
  font-family: Tiempostext, sans-serif;
  font-size: 25px;
  line-height: 1.2em;
}

.dropdown-block {
  padding-bottom: 20px;
  white-space: normal;
}

.section-cta2 {
  padding-top: 140px;
  padding-bottom: 140px;
  background-image: url('../images/bg-CTA_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
}

.p36 {
  margin-bottom: 75px;
  font-size: 35px;
  line-height: 1.3em;
  font-weight: 400;
}

.link {
  color: #ff3049;
  font-weight: 700;
  text-align: left;
}

.text-block-4 {
  padding-bottom: 15px;
  font-size: 15px;
}

.image-11 {
  padding-bottom: 10px;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.link-20 {
  margin-right: 60px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.link-20._1 {
  margin-right: 0px;
}

.section-footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #0c0c0c;
  color: #fff;
}

.guarantee {
  font-weight: 700;
}

.overflow {
  overflow: hidden;
}

.list.r {
  margin-right: 0px;
}

.list.c {
  padding-left: 80px;
}

.image-13 {
  display: none;
  width: 80px;
  height: 86px;
}

.div-block-21 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-image: url('../images/icon.svg');
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .section {
    margin-bottom: 40px;
  }
  .container {
    padding-right: 4%;
    padding-left: 4%;
  }
  .container.footer {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .title-wrapper {
    margin-bottom: 0px;
  }
  .title-wrapper.center {
    margin-bottom: 30px;
  }
  .title-wrapper._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .h4-30 {
    font-size: 28px;
  }
  .h4-30.white-w {
    font-size: 20px;
  }
  .h1 {
    font-size: 7.6vw;
  }
  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column {
    width: 80%;
  }
  .column._2 {
    width: 100%;
    margin-top: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .paragraph.q {
    max-width: 400px;
    font-size: 22px;
  }
  .paragraph.q._2 {
    max-width: 397px;
  }
  .h2 {
    margin-top: 20px;
    font-size: 36px;
  }
  .h2.l {
    font-size: 38px;
  }
  .h2._647 {
    max-width: 90%;
  }
  .h3 {
    font-size: 16px;
    font-weight: 400;
  }
  .text-24 {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    font-size: 22px;
  }
  .text-span-3 {
    font-size: 22px;
  }
  .text-on-img {
    left: 50px;
    top: 29px;
  }
  .paragraph-2 {
    max-width: 500px;
    font-size: 22px;
    line-height: 1.5em;
  }
  .section-spread {
    margin-top: -34px;
    margin-bottom: 60px;
    padding: 40px 2% 60px;
    background-size: cover;
  }
  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .p-20 {
    font-size: 20px;
  }
  .p-20.s {
    font-size: 17px;
  }
  .p-20.interl {
    font-size: 18px;
  }
  .p-20.b {
    font-size: 18px;
  }
  .p {
    max-width: 300px;
    font-size: 16px;
  }
  .p.l {
    max-width: 300px;
  }
  .text-column {
    max-width: 547px;
  }
  .text-column.right {
    max-width: 460px;
    padding-top: 20px;
    padding-left: 20px;
  }
  .p-30 {
    font-size: 29px;
  }
  .section-outdoor-space {
    margin-bottom: 60px;
  }
  .grid-2 {
    grid-column-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .image-3 {
    margin-bottom: 0px;
  }
  .card-outdoor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -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;
  }
  .section-advantages {
    margin-bottom: 60px;
  }
  .grid-advantages {
    margin-bottom: 0px;
    grid-auto-rows: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .p15.s {
    text-align: left;
  }
  .p15.b {
    font-size: 14px;
  }
  .p15.l {
    font-size: 14px;
    text-align: left;
  }
  .card-circule {
    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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .card-circule.c {
    padding-right: 0px;
  }
  .section-cta {
    margin-bottom: 60px;
    padding-top: 60px;
    padding-bottom: 100px;
    background-position: 50% 50%;
  }
  .text-cta._1 {
    max-width: 80%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-stand-out {
    margin-bottom: 40px;
  }
  .left {
    padding: 20px 2% 60px 4%;
  }
  .p-32 {
    font-size: 24px;
  }
  .section-testimonials {
    padding-bottom: 297px;
  }
  .slide-nav {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -102%;
    font-size: 9px;
  }
  .left-arrow {
    display: none;
  }
  .right-arrow {
    top: -148px;
    right: 54px;
  }
  .sign {
    max-width: 336px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .div-block-8 {
    margin-left: 0px;
  }
  .section-faq {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .h2-l {
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 40px;
  }
  .section-cta2 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: 0% 50%;
  }
  .p36 {
    max-width: 650px;
  }
  .link {
    font-size: 18px;
    text-align: left;
  }
  .div-block-20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-footer {
    padding-top: 29px;
    padding-bottom: 29px;
  }
  .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .list.r {
    margin-right: 20px;
    margin-left: 0px;
  }
  .list.c {
    padding-left: 0px;
  }
  .image-13 {
    margin-right: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .text-span-7 {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 20px;
    padding-bottom: 71px;
    background-position: 26% 50%;
  }
  .title-wrapper._2-copy {
    margin-bottom: 20px;
  }
  .h4-30 {
    font-size: 24px;
  }
  .h4-30.white-w {
    margin-top: 21px;
    margin-bottom: 21px;
    line-height: 1.3em;
  }
  .h1 {
    font-size: 9vw;
  }
  .icon-wrapper {
    margin-top: 49px;
    margin-bottom: 49px;
  }
  .card {
    margin-bottom: 10px;
  }
  .column {
    width: 100%;
  }
  .button {
    font-size: 19px;
  }
  .paragraph.q {
    max-width: 300px;
    font-size: 16px;
  }
  .h2 {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .h3 {
    font-size: 15px;
  }
  .text-24 {
    font-size: 20px;
  }
  .text-24.sp {
    margin-bottom: 5px;
    font-size: 20px;
  }
  .section-spread {
    margin-top: -45px;
    padding-top: 39px;
    padding-bottom: 38px;
    background-position: 57% 74%;
  }
  .p-20.interl {
    margin-bottom: 0px;
  }
  .p-20.faq {
    padding-right: 20px;
  }
  .p {
    max-width: 300px;
    font-size: 17px;
    line-height: 1.5em;
  }
  .p.l {
    max-width: 300px;
  }
  .text-column.right {
    padding-left: 0px;
  }
  .section-outdoor-space {
    margin-bottom: 40px;
  }
  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .card-outdoor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    -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;
  }
  .image-4 {
    margin-bottom: 20px;
  }
  .grid-advantages {
    margin-top: 20px;
    grid-auto-rows: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .p15 {
    max-width: 84%;
  }
  .p15.s {
    max-width: 84%;
  }
  .p15.b {
    max-width: 84%;
  }
  .p15.l {
    max-width: 84%;
  }
  .card-circule.c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .text-cta {
    max-width: 90%;
  }
  .text-cta._1 {
    max-width: 92%;
  }
  .heading {
    font-size: 30px;
  }
  .text-wrapper {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .text-wrapper._20 {
    margin-bottom: 40px;
  }
  .text-block-2 {
    font-size: 24px;
  }
  .paragraph-22 {
    font-size: 18px;
  }
  .grid-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .section-testimonials {
    padding-bottom: 177px;
  }
  .slide-nav {
    bottom: -57%;
  }
  .image-6 {
    max-width: 100%;
  }
  .right-arrow {
    display: none;
  }
  .dropdown-toggle {
    white-space: normal;
  }
  .text-block-3 {
    font-size: 20px;
  }
  .section-cta2 {
    background-position: 0% 100%;
    background-size: cover;
  }
  .p36 {
    font-size: 29px;
    text-align: left;
  }
  .div-block-19 {
    padding-left: 20px;
  }
  .image-13 {
    margin-right: 20px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
}

@media screen and (max-width: 479px) {
  .section {
    margin-bottom: 30px;
    background-position: 38% 50%;
  }
  .container {
    padding-right: 0%;
    padding-left: 0%;
  }
  .title-wrapper.center {
    padding-right: 10px;
    padding-left: 10px;
  }
  .title-wrapper._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -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;
  }
  .title-wrapper._2-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 19px;
    padding-right: 10px;
    padding-left: 10px;
    -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;
  }
  .h4-30 {
    max-width: 330px;
    color: #fff;
    font-size: 20px;
  }
  .h4-30.white-w {
    font-size: 18px;
  }
  .h1 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14vw;
  }
  .icon-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .card {
    width: 24%;
  }
  .card._6 {
    margin-right: 18px;
  }
  .column {
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .button {
    padding: 15px 28px;
    font-size: 16px;
  }
  .quote {
    padding-top: 60px;
    padding-right: 10px;
    padding-left: 20px;
  }
  .paragraph.q {
    max-width: 94%;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 1.2em;
  }
  .paragraph.q._1 {
    max-width: 300px;
  }
  .paragraph.q._2 {
    max-width: 300px;
  }
  .h2 {
    font-size: 24px;
  }
  .h2.l {
    margin-top: 10px;
    font-size: 24px;
  }
  .image-2 {
    left: 10px;
    top: 36px;
  }
  .section-great-yard {
    background-position: 0% 100%, 100% 0%;
    background-size: 40px, 36px;
  }
  .h3 {
    font-size: 13px;
  }
  .h3.l {
    font-size: 13px;
  }
  .text-span-3 {
    font-size: 20px;
  }
  .img-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .text-on-img {
    left: 12px;
    top: 12px;
    max-width: 240px;
    font-size: 11px;
  }
  .paragraph-2 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 20px;
    text-align: center;
  }
  .section-spread {
    margin-top: -7%;
    margin-bottom: 30px;
    padding-top: 11px;
    padding-bottom: 11px;
    background-size: cover;
  }
  .grid {
    grid-auto-rows: auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .p-20 {
    font-size: 17px;
  }
  .p-20.s {
    padding-left: 15px;
    font-size: 17px;
    text-align: right;
  }
  .p-20.interl {
    font-size: 17px;
  }
  .p-20.b {
    font-size: 17px;
  }
  .p-20.faq {
    padding-right: 10px;
    padding-left: 10px;
  }
  .p {
    max-width: 300px;
    font-size: 17px;
  }
  .p.l {
    max-width: 300px;
  }
  .p-30 {
    padding-left: 15px;
    font-size: 20px;
    text-align: right;
  }
  .grid-advantages {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .p15 {
    max-width: 100%;
  }
  .p15.s {
    max-width: 100%;
  }
  .p15.b {
    max-width: 100%;
  }
  .p15.l {
    max-width: 100%;
  }
  .card-circule._2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .card-circule.c {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .div-block-3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .section-cta {
    background-position: 50% 50%;
    background-size: cover;
  }
  .text-cta {
    max-width: 100%;
  }
  .text-cta._1 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading {
    font-size: 25px;
  }
  .p-32 {
    font-size: 20px;
  }
  .section-testimonials {
    padding-bottom: 37px;
  }
  .slide-nav {
    bottom: -8%;
  }
  .mask {
    height: 600px;
    max-width: 479px;
    box-shadow: none;
  }
  .grid-4 {
    bottom: 28%;
    z-index: 9999999;
    color: #000;
  }
  .sign {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .div-block-8 {
    margin-left: 99px;
  }
  .section-faq {
    margin-top: 108px;
  }
  .dropdown-toggle {
    padding-right: 57px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .h2-l {
    font-size: 20px;
    line-height: 1.2em;
  }
  .p36 {
    font-size: 20px;
  }
  .link {
    line-height: 1em;
  }
  .text-block-4 {
    font-size: 13px;
  }
  .div-block-19 {
    width: 50%;
  }
  .link-20 {
    margin-right: 10px;
    font-size: 16px;
  }
  .image-13 {
    margin-right: 10px;
  }
}

#w-node-dc162e28c96b-0d98bbb3 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-c367c14cbe15-0d98bbb3 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-7cbe2876f8e4-0d98bbb3 {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-1421615e0e66-0d98bbb3 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-a0d6b2180a93-0d98bbb3 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-17c534a93ca7-0d98bbb3 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-3420fba985a4-0d98bbb3 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-2513c1080e6d-0d98bbb3 {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-c77c49b4e030-0d98bbb3 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-c614eff15767-0d98bbb3 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-5617ac35c6f8-0d98bbb3 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-cbc9f6a7da0b-0d98bbb3 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-cbc9f6a7da0f-0d98bbb3 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-2489afa44b5e-0d98bbb3 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-2489afa44b62-0d98bbb3 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-b5e89bc4af09-0d98bbb3 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-b5e89bc4af0d-0d98bbb3 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-1f2c7f0b27f1-0d98bbb3 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-1f2c7f0b27f5-0d98bbb3 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 991px) {
  #w-node-d1b090469c6b-0d98bbb3 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
  #w-node-5b1c670c1468-0d98bbb3 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
  #w-node-ad22e2569d78-0d98bbb3 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
  #w-node-90d36387d24a-0d98bbb3 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
  #w-node-c367c14cbe15-0d98bbb3 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: start;
    align-self: start;
  }
  #w-node-7cbe2876f8e4-0d98bbb3 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-1421615e0e66-0d98bbb3 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-align: start;
    align-self: start;
  }
  #w-node-a0d6b2180a93-0d98bbb3 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
  #w-node-17c534a93ca7-0d98bbb3 {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
  #w-node-453dbd61174f-0d98bbb3 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: start;
    align-self: start;
  }
  #w-node-3420fba985a4-0d98bbb3 {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
  #w-node-f21e94ec06d0-0d98bbb3 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c367c14cbe15-0d98bbb3 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }
  #w-node-7cbe2876f8e4-0d98bbb3 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-1421615e0e66-0d98bbb3 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }
  #w-node-a0d6b2180a93-0d98bbb3 {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-17c534a93ca7-0d98bbb3 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-align: start;
    justify-self: start;
  }
  #w-node-453dbd61174f-0d98bbb3 {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
    -ms-grid-row: 6;
    grid-row-start: 6;
  }
  #w-node-3420fba985a4-0d98bbb3 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-row: 5;
    grid-row-start: 5;
  }
  #w-node-ed8b394ad7f6-0d98bbb3 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-06ece2c7c0d9-0d98bbb3 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-c367c14cbe15-0d98bbb3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-7cbe2876f8e4-0d98bbb3 {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-1421615e0e66-0d98bbb3 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
  #w-node-a0d6b2180a93-0d98bbb3 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-align: start;
    justify-self: start;
  }
  #w-node-17c534a93ca7-0d98bbb3 {
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
    -ms-grid-row: 6;
    grid-row-start: 6;
  }
  #w-node-453dbd61174f-0d98bbb3 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-column-align: end;
    justify-self: end;
  }
  #w-node-3420fba985a4-0d98bbb3 {
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Italic.ttf') format('truetype'), url('../fonts/Lato-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Tiemposheadline';
  src: url('../fonts/TiemposHeadline-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Tiempostext';
  src: url('../fonts/TiemposText-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Tiempostext';
  src: url('../fonts/TiemposText-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}