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

.section {
  height: 100vh;
  background-color: #1c2132;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 33, 50, 0.41)), to(rgba(28, 33, 50, 0.41))), url('../images/viktor-jakovlev-36799-unsplash-2.png');
  background-image: linear-gradient(180deg, rgba(28, 33, 50, 0.41), rgba(28, 33, 50, 0.41)), url('../images/viktor-jakovlev-36799-unsplash-2.png');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, 2000px;
  background-repeat: repeat, no-repeat;
}

.grid {
  height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 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;
  background-color: rgba(28, 33, 50, 0.8);
}

.heading {
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
  font-family: Arsenal, sans-serif;
  color: #fff;
  font-size: 4vw;
  line-height: 1.3em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3px;
}

.paragraph {
  margin-right: 130px;
  margin-left: 130px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 1.6em;
  font-weight: 300;
  text-align: center;
}

.bold-text {
  font-family: Arsenal, sans-serif;
  font-size: 55px;
  line-height: 1.2em;
  letter-spacing: 3px;
  text-indent: 6px;
  -webkit-column-count: auto;
  column-count: auto;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  min-height: 800px;
  padding-top: auto;
  padding-bottom: 140px;
  -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;
  border: 20px none #fff;
  background-image: url('../images/Construction-finishes-Ghana-Blacstripe.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
}

.heading-2 {
  margin-top: 40%;
  margin-bottom: 10px;
  font-family: Arsenal, sans-serif;
  color: #fff;
  font-size: 5vw;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-shadow: 4px 4px 20px #000;
}

.container {
  display: block;
  height: 100%;
  -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-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;
}

.paragraph-2 {
  font-family: 'IBM Plex Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 1.8em;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

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

.div-block-3 {
  max-width: 1600px;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px auto 30px;
  -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;
  background-color: transparent;
}

.brand {
  margin-bottom: 28px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.nav-link {
  opacity: 0.8;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: none;
}

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

.div-block-4 {
  margin-right: auto;
  margin-left: auto;
}

.nav-menu {
  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;
}

.image {
  opacity: 1;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 140px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px none #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.39)), to(rgba(255, 255, 255, 0.39))), url('../images/background-1.png');
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.39), rgba(255, 255, 255, 0.39)), url('../images/background-1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #1c2132;
}

.grid-2 {
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-3 {
  margin: 0px 0px 40px;
  font-family: Arsenal, sans-serif;
  color: #1f1c1b;
  font-size: 42px;
  line-height: 1.2em;
  font-weight: 400;
  text-align: left;
}

.heading-3.left {
  margin-bottom: 0px;
  color: #e9eff3;
  font-size: 30px;
  line-height: 1.4em;
  text-align: left;
}

.heading-3.left.team-header {
  font-size: 42px;
}

.heading-3.centre {
  max-width: none;
  margin-bottom: 10%;
  color: #fff;
  font-size: 4vw;
  text-align: center;
}

.heading-3.centre.dop {
  max-width: none;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #000;
  text-align: left;
}

.heading-3.centre2 {
  color: #fff;
  text-align: center;
}

.paragraph-3 {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #1f1c1b;
  font-size: 18px;
  line-height: 1.9em;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
  -webkit-column-count: auto;
  column-count: auto;
}

.paragraph-3.left {
  margin: 10px 0px 0px;
  padding-left: 40px;
  color: #e9eff3;
  line-height: 1.9em;
  font-weight: 300;
  text-align: left;
}

.paragraph-3.centre {
  color: #fff;
  line-height: 1.9em;
  font-weight: 300;
  text-align: left;
}

.paragraph-3.centre.dop {
  color: #000;
  font-weight: 300;
  text-align: left;
}

.paragraph-3.centre2 {
  color: #fff;
  line-height: 1.9em;
  font-weight: 300;
  text-align: center;
}

.div-block-5 {
  display: block;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-2 {
  position: relative;
  left: -58px;
  top: -94px;
  overflow: visible;
}

.div-block-6 {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 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;
}

.image-3 {
  position: relative;
  right: -68px;
}

.grid-3 {
  grid-template-areas: ".";
  -ms-grid-columns: 1.25fr 1fr 1fr;
  grid-template-columns: 1.25fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-7 {
  height: 320px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a9b9c7), to(#a9b9c7));
  background-image: linear-gradient(180deg, #a9b9c7, #a9b9c7);
}

.grid-4 {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-4 {
  position: static;
  top: -40px;
  right: -20px;
}

.image-5 {
  position: static;
  left: -40px;
  bottom: -49px;
}

.container-2 {
  margin-bottom: 100px;
}

.image-6 {
  position: static;
  right: -20px;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  min-height: 1000px;
  padding-top: 140px;
  padding-bottom: 20px;
  -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;
  border: 20px none #fff;
  background-image: url('../images/appart-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
}

.grid-5 {
  grid-column-gap: 6px;
  grid-row-gap: 80px;
  grid-template-areas: ".";
  -ms-grid-columns: 1.75fr 6px 1fr;
  grid-template-columns: 1.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-4 {
  margin-top: 0px;
}

.image-7 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.container-3 {
  margin-bottom: 0px;
}

.section-5 {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  border-top: 1px solid #ebebeb;
  font-weight: 500;
}

.section-5.sale-section {
  position: relative;
  padding-top: 220px;
  color: transparent;
}

.container-4 {
  position: relative;
  z-index: 1;
  display: block;
  width: 1200px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  color: #fff;
  text-align: center;
}

.vertical-category {
  position: absolute;
  left: 0%;
  top: 50%;
  display: inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(-90deg) translate(0px, -50%);
  -ms-transform: rotate(-90deg) translate(0px, -50%);
  transform: rotate(-90deg) translate(0px, -50%);
  color: #dbdbdb;
  font-size: 22px;
  line-height: 34px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.vertical-category.right {
  left: auto;
  top: 50%;
  right: 0%;
}

.grid-6 {
  grid-template-areas: ".";
  -ms-grid-columns: 1.75fr 1.25fr;
  grid-template-columns: 1.75fr 1.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-8 {
  position: relative;
  left: -41px;
  border: 15px none #fff;
}

.image-9 {
  position: relative;
  right: 0px;
  bottom: -53px;
  z-index: 200;
  box-shadow: 0 0 13px 12px rgba(0, 0, 0, 0.12);
}

.paragraph-4 {
  padding-left: 55px;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 300;
}

.grid-7 {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-0001 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -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;
}

.heading-5 {
  margin-top: 40px;
  margin-bottom: 0px;
  font-family: Arsenal, sans-serif;
  color: rgba(31, 28, 27, 0.94);
  font-size: 15px;
  line-height: 1.6em;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-10 {
  display: none;
  height: auto;
  padding-top: 140px;
  padding-bottom: 140px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-7 {
  padding-top: 0px;
  padding-bottom: 0px;
  border: 20px none #fff;
}

.div-block-9 {
  background-image: url('../images/interior_1.png'), -webkit-gradient(linear, left top, left bottom, from(#e9eff3), to(#e9eff3));
  background-image: url('../images/interior_1.png'), linear-gradient(180deg, #e9eff3, #e9eff3);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.grid-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 0px 1fr;
  grid-template-rows: 1fr 1fr;
  background-image: url('../images/20160805_100624.jpg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: repeat;
  background-attachment: fixed;
}

.div-block-10 {
  height: 600px;
}

#w-node-4eda327d8ded-7cf7e1f2{
  color: #7b7c7c;
}

.section-8 {
  position: static;
  overflow: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.div-block-11 {
  background-image: url('../images/viktor-jakovlev-36799-unsplash-2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.div-block-12 {
  position: static;
  overflow: hidden;
  height: auto;
  padding-top: 140px;
  padding-bottom: 140px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 28, 27, 0.74)), to(rgba(31, 28, 27, 0.74))), url('../images/color-3207345_1920.jpg');
  background-image: linear-gradient(180deg, rgba(31, 28, 27, 0.74), rgba(31, 28, 27, 0.74)), url('../images/color-3207345_1920.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, 1920px;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.div-block-quadro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 10%;
  -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;
}

.div-block-quadro.right {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1c2132), to(#1c2132)), -webkit-gradient(linear, left top, left bottom, from(#e9eff3), to(#e9eff3));
  background-image: linear-gradient(180deg, #1c2132, #1c2132), linear-gradient(180deg, #e9eff3, #e9eff3);
}

.div-block-quadro.left {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1b1b1b), to(#1b1b1b)), url('../images/pattern.png');
  background-image: linear-gradient(180deg, #1b1b1b, #1b1b1b), url('../images/pattern.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 1000px;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
}

.div-block-quadro.dop {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), url('../images/pattern.png');
  background-image: linear-gradient(180deg, #fff, #fff), url('../images/pattern.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 1000px;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
}

.button_01 {
  margin-top: 5%;
  padding: 20px 50px 22px;
  background-color: #1f3a49;
  box-shadow: -1px 20px 20px -14px #1f3a49;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Arsenal, sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: none;
}

.button_01:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.button_01.zvonok {
  letter-spacing: 2px;
}

.button_01.pop-up {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 80px;
  padding-left: 80px;
  background-color: #90674a;
  box-shadow: -1px 20px 20px -16px #5c493b;
  font-size: 18px;
  text-align: center;
}

.section-9 {
  height: 590vh;
  min-height: 1100px;
  padding-top: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#231f20), to(#231f20));
  background-image: linear-gradient(180deg, #231f20, #231f20);
}

.container-5 {
  padding-right: 60px;
  padding-left: 60px;
}

.section-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  min-height: 500px;
  padding-top: 0px;
  padding-bottom: 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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 28, 27, 0.64)), to(rgba(31, 28, 27, 0.64))), url('../images/shutterstock_334025468.png');
  background-image: linear-gradient(180deg, rgba(31, 28, 27, 0.64), rgba(31, 28, 27, 0.64)), url('../images/shutterstock_334025468.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.grid-9 {
  overflow: visible;
  grid-column-gap: 43px;
  grid-row-gap: 0px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 43px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-12 {
  padding-top: 60px;
  padding-bottom: 140px;
  background-image: none;
}

.image-10 {
  overflow: visible;
}

.div-block-13 {
  overflow: visible;
  background-image: url('../images/floor_plan.png');
  background-position: 50% 50%;
  background-size: 513px;
  background-repeat: no-repeat;
}

.grid-10 {
  height: 600px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-11 {
  overflow: visible;
}

.div-block-14 {
  display: block;
  overflow: visible;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-15 {
  width: 300px;
}

.image-12 {
  display: inline;
  overflow: visible;
  width: 552px;
  max-width: none;
}

.wapper {
  width: 300px;
}

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

.image-13 {
  position: absolute;
}

.image-14 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.image-15 {
  position: absolute;
  left: 0px;
}

.div-block-17 {
  position: relative;
  z-index: 200;
}

.div-block-18 {
  position: absolute;
  right: 686px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 259px;
  height: 500px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-16 {
  position: absolute;
}

.div-block-19 {
  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;
}

.plan-box {
  position: relative;
  overflow: visible;
  width: 439px;
}

.image-17 {
  max-width: none;
  margin-top: 0px;
}

.footer-grid {
  grid-auto-columns: 1fr;
  grid-column-gap: 58px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 58px 1fr 58px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.wrapper {
  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;
  border: 1px none #000;
}

.container-6 {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #1b1b1b;
}

.paragraph-5 {
  margin-bottom: 20px;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #7c7c7c;
  line-height: 1.9em;
  font-weight: 200;
}

.footer-heading {
  margin-top: 0px;
  font-family: Arsenal, sans-serif;
  color: #d4d4d4;
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 400;
}

.store-button {
  margin-right: 15px;
  margin-bottom: 10px;
  padding: 14px 18px 14px 44px;
  border-radius: 4px;
  background-color: #000;
  background-image: url('../images/Apple-logo.svg');
  background-position: 13px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
}

.store-button.google {
  padding-left: 44px;
  background-image: url('../images/Google-play-store-logo.svg');
  background-position: 15px 50%;
}

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

.div-block-60 {
  margin-right: 40px;
  border-right: 1px solid #a1a1a1;
}

.link-block-2 {
  margin-bottom: 20px;
}

.div-block-97 {
  width: 250px;
}

.image-19 {
  width: auto;
  -webkit-filter: grayscale(100%) invert(100%);
  filter: grayscale(100%) invert(100%);
}

.paragraph-52 {
  margin-right: 60px;
  margin-bottom: 10px;
  margin-left: 0px;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #999;
  font-size: 13px;
  line-height: 1.3em;
  font-weight: 100;
}

.div-block-98 {
  width: 260px;
}

.image-20 {
  margin-top: 10px;
  -webkit-filter: contrast(0%);
  filter: contrast(0%);
}

.section-map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  min-height: 500px;
  padding-top: 140px;
  padding-bottom: 140px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #1b1b1b;
  background-image: url('../images/kzn_maps.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
}

.navbar-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 20px;
  background-color: transparent;
}

.brand-2 {
  display: inline-block;
  padding-top: 14px;
  padding-bottom: 14px;
}

.nav-link-2 {
  border: 1px none #000;
  opacity: 0.65;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Arsenal, sans-serif;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
}

.nav-link-2:hover {
  opacity: 1;
}

.nav-link-2.zv {
  border-right-style: none;
}

.grid-11 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
}

.div-block-102 {
  position: relative;
  z-index: 150;
  height: 300px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a9b9c7), to(#a9b9c7));
  background-image: linear-gradient(180deg, #a9b9c7, #a9b9c7);
  box-shadow: 0 20px 20px -13px rgba(0, 0, 0, 0.35);
}

.div-block-103 {
  position: relative;
  right: -37px;
  z-index: 200;
  height: 400px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a9b9c7), to(#a9b9c7));
  background-image: linear-gradient(180deg, #a9b9c7, #a9b9c7);
  box-shadow: 10px 34px 20px -3px rgba(0, 0, 0, 0.13);
}

.div-block-104 {
  position: relative;
  left: -36px;
  z-index: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a9b9c7), to(#a9b9c7));
  background-image: linear-gradient(180deg, #a9b9c7, #a9b9c7);
  box-shadow: 0 1px 6px 2px rgba(0, 0, 0, 0.22);
}

.grid-12 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.image-21 {
  position: relative;
  bottom: auto;
  z-index: 500;
  box-shadow: -8px 39px 40px -2px rgba(0, 0, 0, 0.36);
}

.image-22 {
  box-shadow: -1px 14px 16px -3px rgba(0, 0, 0, 0.43);
}

.image-23 {
  box-shadow: 0 7px 5px -3px rgba(0, 0, 0, 0.55);
}

.div-block-8-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -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;
}

.div-block-88 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -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;
}

.div-block-888 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -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;
}

.div-block-8888 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -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;
}

.div-block-88888 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -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-pin {
  height: auto;
  padding-top: 140px;
  padding-bottom: 140px;
}

.container-8 {
  margin-top: auto;
  margin-bottom: auto;
}

.div-block-88889 {
  height: 450px;
  margin-top: 60px;
  background-image: url('../images/shutterstock_1077785645.png');
  background-position: 50% 100%;
  background-size: 1400px;
  background-repeat: repeat-x;
}

.button {
  margin-top: 10px;
  padding-bottom: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #404ed5;
  background-color: #1b1b1b;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Arsenal, sans-serif;
  color: #404ed5;
  font-size: 16px;
  text-align: center;
  letter-spacing: 2px;
}

.button:hover {
  background-color: #404ed5;
  color: #1b1b1b;
}

.div-block-88890 {
  width: auto;
  height: 50vh;
  background-image: url('../images/shutterstock_1165397335.png'), -webkit-gradient(linear, left top, left bottom, from(#1b1b1b), to(#1b1b1b));
  background-image: url('../images/shutterstock_1165397335.png'), linear-gradient(180deg, #1b1b1b, #1b1b1b);
  background-position: 0% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.div-block-88891 {
  height: 50vh;
  background-image: url('../images/interior.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-24 {
  width: 100%;
}

.div-block-88893 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(233, 239, 243, 0.95)), to(rgba(233, 239, 243, 0.95))), url('../images/pattern.png');
  background-image: linear-gradient(180deg, rgba(233, 239, 243, 0.95), rgba(233, 239, 243, 0.95)), url('../images/pattern.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 1000px;
}

.div-block-quatroo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 10%;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(#7b7c7c), to(#7b7c7c)), url('../images/pattern.png');
  background-image: linear-gradient(180deg, #7b7c7c, #7b7c7c), url('../images/pattern.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 1000px;
  background-attachment: scroll, fixed;
}

.div-block-88894 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 7px;
  background-color: #404ed5;
}

.progress-bar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 9999999;
  width: 100%;
  height: 4px;
  background-color: #404ed5;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.pop-up-zvonok {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10000;
  display: none;
  background-color: rgba(0, 0, 0, 0.77);
}

.form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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 {
  position: relative;
  padding: 50px 60px 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1b1b1b), to(#1b1b1b));
  background-image: linear-gradient(180deg, #1b1b1b, #1b1b1b);
}

.field-label {
  margin-bottom: 60px;
  font-family: Arsenal, sans-serif;
  color: #a1a1a1;
  font-size: 28px;
  line-height: 1.4em;
  font-weight: 400;
  text-align: center;
}

.form-2 {
  max-width: 350px;
  text-align: center;
}

.text-field {
  margin-bottom: 60px;
  padding: 30px 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #90674a;
  background-color: transparent;
  font-family: Arsenal, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
}

.div-block-88895 {
  position: absolute;
  left: auto;
  top: -15px;
  right: -15px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -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: 9px;
  background-color: #90674a;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.div-block-88895:hover {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.paragraph-53 {
  margin-bottom: 0px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  font-family: Montserrat, sans-serif;
  color: #1b1b1b;
  text-align: center;
}

.submit-button {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #404ed5;
  font-family: Arsenal, sans-serif;
  font-size: 20px;
}

.pop-up-pdf {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10000;
  display: block;
  background-color: rgba(0, 0, 0, 0.77);
}

.success-message {
  background-color: transparent;
}

.text-block {
  margin-bottom: 16px;
  font-family: Arsenal, sans-serif;
  color: #9b9b9b;
  font-size: 20px;
  line-height: 1.7em;
}

.text-block-2 {
  font-family: Arsenal, sans-serif;
  color: #a9b9c7;
  font-size: 16px;
  text-align: center;
  letter-spacing: 2px;
}

.error-message {
  background-color: transparent;
}

.pop-up-pdf_plan {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10000;
  display: block;
  background-color: rgba(0, 0, 0, 0.77);
}

.container-10 {
  max-width: 1100px;
  padding-top: 7px;
  border-radius: 0px;
  color: #231f20;
}

.icon {
  color: #fff;
}

.text-block-3 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
}

.drop-nav {
  display: block;
  font-weight: 400;
}

.drop-nav:hover {
  border-bottom: 1px none #f1f1f1;
  background-color: #f3f3f3;
  color: #0e0e0e;
}

.drop-nav.w--current {
  border-bottom: 1px solid #c3c3c3;
  color: #272727;
  font-weight: 700;
}

.social-icon {
  position: relative;
  top: 17px;
  width: 20px;
  margin-right: 7px;
  opacity: 0.78;
}

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

.nav-link-3 {
  padding-right: 10px;
  padding-bottom: 23px;
  padding-left: 10px;
  border-bottom: 0px solid hsla(0, 0%, 100%, 0);
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
}

.nav-link-3:hover {
  border-bottom-style: none;
  border-bottom-color: #3a3a3a;
  color: #7b7c7c;
}

.nav-link-3.w--current {
  color: #2c2c2c;
  font-weight: 700;
}

.button-3 {
  height: 45px;
  min-width: 110px;
  padding-top: 15px;
  padding-right: 28px;
  padding-left: 28px;
  border: 2px solid #fff;
  border-radius: 25px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 15px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.button-3:hover {
  border-color: #a00;
  background-color: #f1f1f1;
  color: #a00;
}

.button-3.nav-donate {
  height: 35px;
  font-size: 14px;
  line-height: 2px;
}

.donate-btn {
  display: block;
  width: 150px;
  margin-left: 12px;
  padding-top: 21px;
  float: right;
  text-align: left;
}

.dropdown-view {
  margin-top: -15px;
  color: #747474;
  font-weight: 400;
}

.dropdown-view:hover {
  color: #272727;
}

.dropdown-view.w--open {
  font-weight: 400;
}

.dropdown-list {
  margin-top: 0px;
}

.dropdown-list.w--open {
  margin-top: 5px;
  border: 1px solid #d4d4d4;
  background-color: #fafafa;
}

.logo {
  margin-top: 0px;
}

.nav {
  border-bottom-style: none;
  border-bottom-color: #000;
  background-color: #000;
}

.nav-menu-3 {
  padding-top: 10px;
}

.nav-spacer {
  display: inline-block;
  margin-left: 22px;
  padding-top: 10px;
}

.dropdown {
  top: 15px;
  font-weight: 700;
}

.logo-image {
  position: relative;
  width: 75px;
  margin-bottom: 0px;
  float: left;
  border-radius: 0px;
}

.social {
  margin-left: 29px;
  float: right;
}

.social.styled {
  margin-left: 3px;
}

.bold-text-2 {
  font-size: 72px;
  font-weight: 700;
}

.bold-text-3 {
  font-size: 72px;
  font-weight: 700;
}

.bold-text-4 {
  color: #000;
  font-size: 72px;
}

.div-block-88896 {
  background-image: url('../images/Membrane-water-proofing-process-Blackstripe-Gh.jpg');
  background-position: 0% 50%;
  background-size: 1190px;
  background-attachment: fixed;
}

.div-block-88897 {
  margin-right: auto;
  margin-left: auto;
}

.heading-6 {
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #7b7c7c;
  font-size: 72px;
  text-align: center;
}

.heading-7 {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #7b7c7c;
  font-size: 72px;
  text-align: center;
}

.portfolio-container {
  display: -ms-grid;
  display: grid;
  height: 550vh;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 20px auto 20px auto 20px auto 20px auto 20px auto 20px auto 20px auto 20px auto 20px auto 20px auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
}

.div-block-88898 {
  height: 20px;
}

.brand-3 {
  top: 20px;
}

.div-block-88899 {
  display: inline-block;
}

.link {
  display: inline-block;
}

.div-block-88900 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 250px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-54 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #e9eff3;
}

.div-block-88901 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 250px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.paragraph-55 {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #e9eff3;
}

.div-block-88902 {
  width: 400px;
  height: 250px;
}

.paragraph-56 {
  color: #e9eff3;
}

.form-block {
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.form-3 {
  display: block;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.form-block-5 {
  width: 51%;
}

.field-label-2 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: hsla(0, 0%, 100%, 0.63);
}

.submit-button-2 {
  height: 45px;
  min-width: 110px;
  margin-top: 20px;
  padding: 0px;
  border-style: solid;
  border-width: 3px;
  border-color: #740202;
  border-radius: 25px;
  background-color: #8c0202;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.submit-button-2:hover {
  background-color: #fff;
  color: #8c0202;
}

.field-label-3 {
  color: hsla(0, 0%, 100%, 0.67);
}

.text-small {
  font-size: 22.5px;
}

.text-small.white {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #dbcccc;
  font-size: 14px;
}

.text-small.white.form {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.field-label-4 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: hsla(0, 0%, 100%, 0.68);
}

.text-field-2 {
  height: 100px;
}

.image-25 {
  max-width: 50%;
  float: right;
}

.text-block-4 {
  color: #12d305;
}

.text-block-5 {
  width: 30%;
  color: #7b7c7c;
}

.text-block-6 {
  display: inline-block;
}

.text-block-7 {
  color: #e9eff3;
}

.text-block-8 {
  color: #18b623;
}

.div-block-88903 {
  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;
}

.container-11 {
  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;
}

.div-block-88904 {
  width: 50%;
}

.text-field-3 {
  width: 49%;
  margin-right: 9px;
  padding-right: 12px;
  float: left;
  border: 1px solid #000;
  background-color: #fff;
}

.text-field-4 {
  width: 49%;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 12px;
  float: none;
  border: 1px solid #000;
  background-color: #fff;
}

.div-block-88905 {
  height: 350px;
  margin-right: 40px;
  margin-left: 40px;
}

.text-field-5 {
  height: 150px;
  border: 1px solid #000;
}

.div-block-88906 {
  width: 300px;
  height: 170px;
  margin-top: 10px;
  border: 1px none #000;
  border-radius: 0px;
}

.text-block-9 {
  display: block;
  -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;
  color: #000;
  font-weight: 700;
}

.text-field-6 {
  border: 1px solid #000;
}

.text-field-7 {
  border: 1px solid #000;
}

.submit-button-3 {
  float: right;
  background-color: #1f3a49;
  text-align: left;
}

.text-block-10 {
  margin-top: 12px;
  margin-bottom: 10px;
  font-weight: 700;
}

.heading-8 {
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  line-height: 56px;
  font-weight: 400;
}

.bold-text-5 {
  font-size: 72px;
}

.link-block-3 {
  border: 1px solid #000;
  background-image: url('../images/SM-14_1SM-14.png');
  background-position: 0px 0px;
  background-size: contain;
  color: #b85656;
}

.image-26 {
  background-color: #231f20;
}

.image-27 {
  background-color: rgba(31, 28, 27, 0.94);
}

.link-block-4 {
  margin-left: 10px;
}

.html-embed {
  display: block;
}

.link-block-5 {
  position: relative;
  left: 0%;
  top: 9%;
  right: 0%;
  display: block;
  -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;
}

.image-28 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 70px;
  text-align: center;
  text-shadow: 10px 10px 13px #000;
}

.heading-9 {
  color: #fff;
}

.text-block-11 {
  color: #7b7c7c;
}

.heading-10 {
  color: #fff;
}

.text-block-12 {
  color: #7b7c7c;
}

.heading-11 {
  color: #fff;
}

.text-block-13 {
  color: #7b7c7c;
}

.bold-text-6 {
  color: #7b7c7c;
}

.bold-text-7 {
  color: #7b7c7c;
}

.bold-text-8 {
  color: #7b7c7c;
}

.link-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-text-9 {
  color: #7b7c7c;
}

.text-block-14 {
  color: #7b7c7c;
}

.div-block-88907 {
  text-align: left;
}

.div-block-88908 {
  width: 400px;
  height: 250px;
}

.div-block-88909 {
  width: 400px;
  height: 250px;
}

.heading-12 {
  color: #7b7c7c;
}

.text-block-15 {
  color: #7b7c7c;
}

.bold-text-10 {
  color: #7b7c7c;
}

.text-block-16 {
  color: #7b7c7c;
}

.div-block-88910 {
  width: 400px;
  height: 250px;
}

.div-block-88911 {
  width: 400px;
  height: 250px;
}

.bold-text-11 {
  color: #7b7c7c;
}

.text-block-17 {
  color: #7b7c7c;
}

.heading-13 {
  color: #7b7c7c;
}

.paragraph-57 {
  color: #7b7c7c;
}

.div-block-88912 {
  width: 400px;
  height: 250px;
}

.div-block-88913 {
  width: 400px;
  height: 250px;
}

.heading-14 {
  color: #7b7c7c;
}

.text-block-18 {
  color: #7b7c7c;
}

.heading-15 {
  color: #7b7c7c;
}

.text-block-19 {
  color: #7b7c7c;
}

.div-block-88914 {
  width: 400px;
  height: 250px;
}

html.w-mod-js *[data-ix="nav-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

@media screen and (max-width: 991px) {
  .section-2 {
    min-height: 600px;
    padding-bottom: 100px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/takahiro-sakamoto-242237-unsplash-2.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/takahiro-sakamoto-242237-unsplash-2.jpg');
    background-size: auto, cover;
  }
  .heading-2 {
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    font-size: 60px;
  }
  .section-3 {
    padding-top: 100px;
    padding-bottom: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(233, 239, 243, 0.95)), to(rgba(233, 239, 243, 0.95))), url('../images/pattern.png');
    background-image: linear-gradient(180deg, rgba(233, 239, 243, 0.95), rgba(233, 239, 243, 0.95)), url('../images/pattern.png');
    background-size: auto, 500px;
    background-attachment: scroll, fixed;
  }
  .heading-3 {
    font-size: 45px;
    text-align: center;
  }
  .heading-3.left {
    text-align: center;
  }
  .heading-3.centre {
    font-size: 45px;
  }
  .heading-3.centre.dop {
    font-size: 45px;
  }
  .paragraph-3 {
    text-align: center;
  }
  .paragraph-3.left {
    padding-left: 0px;
    text-align: center;
  }
  .div-block-6 {
    padding-right: 0px;
  }
  .section-4 {
    height: 750px;
    min-height: auto;
  }
  .grid-5 {
    padding-left: 0px;
    grid-row-gap: 20px;
  }
  .section-5 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container-4 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .vertical-category {
    left: -60px;
    top: 30%;
    display: none;
  }
  .vertical-category.right {
    top: 30%;
    right: -10%;
  }
  .heading-5 {
    font-size: 13px;
  }
  .section-10 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .grid-8 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
  }
  .div-block-12 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 28, 27, 0.94)), to(rgba(31, 28, 27, 0.94))), url('../images/takahiro-sakamoto-242237-unsplash-2.jpg');
    background-image: linear-gradient(180deg, rgba(31, 28, 27, 0.94), rgba(31, 28, 27, 0.94)), url('../images/takahiro-sakamoto-242237-unsplash-2.jpg');
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }
  .div-block-quadro.dop {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 28, 27, 0.94)), to(rgba(31, 28, 27, 0.94))), url('../images/pattern.png');
    background-image: linear-gradient(180deg, rgba(31, 28, 27, 0.94), rgba(31, 28, 27, 0.94)), url('../images/pattern.png');
    background-size: auto, 500px;
    background-attachment: scroll, fixed;
  }
  .button_01 {
    text-align: center;
  }
  .section-9 {
    height: 750px;
    min-height: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#231f20), to(#231f20));
    background-image: linear-gradient(180deg, #231f20, #231f20);
  }
  .section-11 {
    height: 750px;
    min-height: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 28, 27, 0.65)), to(rgba(31, 28, 27, 0.65))), url('../images/shutterstock_334025468.png');
    background-image: linear-gradient(180deg, rgba(31, 28, 27, 0.65), rgba(31, 28, 27, 0.65)), url('../images/shutterstock_334025468.png');
    background-attachment: scroll, fixed;
  }
  .grid-9 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .section-12 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .div-block-17 {
    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: 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;
  }
  .div-block-19 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-grid {
    justify-items: stretch;
    grid-column-gap: 20px;
    grid-row-gap: 22px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .wrapper {
    text-align: center;
  }
  .section-footer {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .paragraph-5 {
    text-align: left;
  }
  .image-18 {
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }
  .footer-heading {
    text-align: left;
  }
  .div-block-97 {
    width: 150px;
  }
  .paragraph-52 {
    margin-right: 20px;
    font-size: 12px;
  }
  .section-map {
    height: 750px;
    min-height: auto;
  }
  .section-pin {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .div-block-88892 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(233, 239, 243, 0.95)), to(rgba(233, 239, 243, 0.95))), url('../images/pattern.png');
    background-image: linear-gradient(180deg, rgba(233, 239, 243, 0.95), rgba(233, 239, 243, 0.95)), url('../images/pattern.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 1000px;
    background-attachment: scroll, fixed;
  }
  .div-block-quatroo {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/pattern.png');
    background-image: linear-gradient(180deg, null, null), url('../images/pattern.png');
    background-size: auto, 500px;
  }
}

@media screen and (max-width: 767px) {
  .section-2 {
    min-height: 400px;
    padding-bottom: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/takahiro-sakamoto-242237-unsplash-2.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/takahiro-sakamoto-242237-unsplash-2.jpg');
    background-size: auto, cover;
  }
  .heading-2 {
    font-size: 35px;
  }
  .paragraph-2 {
    font-size: 16px;
    line-height: 1.7em;
  }
  .section-3 {
    padding: 40px 20px;
  }
  .heading-3 {
    font-size: 28px;
    line-height: 1.6em;
  }
  .heading-3.left {
    font-size: 28px;
    line-height: 1.6em;
  }
  .heading-3.centre {
    font-size: 28px;
  }
  .heading-3.centre.dop {
    font-size: 28px;
    line-height: 1.6em;
  }
  .paragraph-3 {
    font-size: 16px;
    line-height: 1.7em;
  }
  .paragraph-3.left {
    line-height: 1.7em;
  }
  .paragraph-3.centre {
    line-height: 1.7em;
  }
  .paragraph-3.centre.dop {
    line-height: 1.7em;
  }
  .paragraph-3.centre2 {
    line-height: 1.7em;
  }
  .div-block-6 {
    margin-bottom: 20px;
  }
  .container-2 {
    margin-bottom: 0px;
  }
  .section-4 {
    height: 400px;
  }
  .grid-5 {
    grid-row-gap: 40px;
  }
  .section-5.sale-section {
    padding-top: 50%;
    padding-bottom: 20%;
  }
  .container-4 {
    height: auto;
  }
  .vertical-category {
    display: none;
  }
  .grid-7 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .div-block-0001 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .div-block-0001._2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .heading-5 {
    margin-top: 20px;
  }
  .section-10 {
    padding: 40px 20px;
  }
  .div-block-12 {
    padding-right: 20px;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 28, 27, 0.94)), to(rgba(31, 28, 27, 0.94))), url('../images/takahiro-sakamoto-242237-unsplash-2.jpg');
    background-image: linear-gradient(180deg, rgba(31, 28, 27, 0.94), rgba(31, 28, 27, 0.94)), url('../images/takahiro-sakamoto-242237-unsplash-2.jpg');
    background-position: 0px 0px, 50% 100%;
  }
  .button_01 {
    font-size: 16px;
  }
  .button_01.zvonok {
    font-size: 16px;
  }
  .button_01.pop-up {
    padding-top: 17px;
    padding-bottom: 20px;
    font-size: 16px;
  }
  .section-9 {
    height: 700px;
    padding-top: 100px;
  }
  .section-11 {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .section-12 {
    padding: 40px 20px 60px;
  }
  .plan-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .image-17 {
    width: 300px;
    height: 200px;
    margin-right: auto;
    margin-left: auto;
  }
  .footer-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .container-6 {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .section-footer {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .store-button {
    text-align: left;
  }
  .div-block-60 {
    margin-right: 20px;
  }
  .div-block-97 {
    width: 120px;
  }
  .paragraph-52 {
    margin-right: 20px;
  }
  .section-map {
    height: 300px;
    padding-top: 40px;
    background-size: 900px;
  }
  .navbar-2 {
    padding-top: 10px;
  }
  .brand-2 {
    padding-left: 0px;
  }
  .nav-link-2 {
    border-right-width: 1px;
    font-size: 15px;
  }
  .grid-12 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .section-pin {
    padding: 40px 20px;
  }
  .container-9 {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .progress-bar {
    height: 4px;
  }
  .form-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }
  .form {
    padding: 30px 40px 40px;
  }
  .field-label {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .form-2 {
    max-width: none;
  }
  .text-field {
    margin-bottom: 30px;
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .section-2 {
    height: 90vh;
    min-height: 480px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .section-2.mob {
    height: 84vh;
    min-height: 450px;
    background-image: url('../images/6_1.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/6_1.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: 50% 50%, 0px 0px;
    background-size: cover, auto;
  }
  .heading-2 {
    font-size: 28px;
    line-height: 1.4em;
  }
  .section-3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/background-1.png');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/background-1.png');
    background-size: auto, contain;
  }
  .heading-3 {
    margin-bottom: 20px;
    line-height: 1.4em;
    text-align: left;
  }
  .heading-3.left {
    font-size: 25px;
    line-height: 1.4em;
    text-align: left;
  }
  .heading-3.centre {
    text-align: left;
  }
  .heading-3.centre.dop {
    line-height: 1.4em;
    text-align: left;
  }
  .heading-3.centre2 {
    text-align: left;
  }
  .paragraph-3 {
    line-height: 1.5em;
    text-align: left;
  }
  .paragraph-3.left {
    line-height: 1.5em;
    text-align: left;
  }
  .paragraph-3.centre {
    line-height: 1.5em;
    text-align: left;
  }
  .paragraph-3.centre.dop {
    line-height: 1.5em;
    text-align: left;
  }
  .paragraph-3.centre2 {
    line-height: 1.5em;
    text-align: left;
  }
  .section-4 {
    height: 260px;
  }
  .grid-5 {
    grid-row-gap: 20px;
  }
  .section-5.sale-section {
    padding-bottom: 40%;
  }
  .container-4 {
    height: auto;
  }
  .grid-7 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .div-block-0001 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .grid-8 {
    -ms-grid-rows: auto 1fr auto 1fr;
    grid-template-rows: auto 1fr auto 1fr;
  }
  .div-block-12 {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.64)), to(rgba(0, 0, 0, 0.64))), url('../images/color-3207345_1920.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64)), url('../images/color-3207345_1920.jpg');
  }
  .div-block-quadro.dop {
    padding: 40px 20px;
    background-color: #fff;
    background-image: none;
  }
  .button_01 {
    padding-right: 31px;
    padding-left: 31px;
  }
  .button_01.pop-up {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 16px;
  }
  .section-9 {
    height: 550px;
    padding-top: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#231f20), to(#231f20));
    background-image: linear-gradient(180deg, #231f20, #231f20);
  }
  .section-9.mob {
    height: 6315px;
  }
  .container-5 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-11 {
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 28, 27, 0.65)), to(rgba(31, 28, 27, 0.65))), url('../images/shutterstock_334025468.png');
    background-image: linear-gradient(180deg, rgba(31, 28, 27, 0.65), rgba(31, 28, 27, 0.65)), url('../images/shutterstock_334025468.png');
    background-size: auto, cover;
  }
  .section-12 {
    overflow: hidden;
  }
  .div-block-17 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .plan-box {
    width: 173%;
  }
  .footer-grid {
    grid-row-gap: 40px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 40px auto 40px auto;
    grid-template-rows: auto auto auto;
  }
  .container-6 {
    -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;
  }
  .container-6.mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-footer {
    padding-top: 40px;
  }
  .paragraph-5 {
    text-align: left;
  }
  .image-18 {
    margin-bottom: 20px;
  }
  .footer-heading {
    text-align: left;
  }
  .store-button {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    background-position: 15px 50%;
  }
  .store-button.google {
    width: 100%;
    background-position: 15px 50%;
  }
  .container-7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-60 {
    margin-right: 0px;
    border-right-color: #132436;
  }
  .div-block-101 {
    margin-bottom: 20px;
  }
  .paragraph-52 {
    margin-right: 0px;
  }
  .div-block-98 {
    width: 100px;
  }
  .image-20 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .section-map {
    padding-top: 40px;
  }
  .brand-2 {
    margin-bottom: 10px;
  }
  .nav-link-2 {
    padding: 5px 15px;
  }
  .div-block-quatroo {
    padding: 40px 20px 60px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .nav-menu-2 {
    display: block;
    -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;
  }
  .form-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .form {
    padding-right: 20px;
    padding-left: 20px;
  }
  .text-field {
    margin-bottom: 20px;
  }
  .drop-nav {
    text-align: center;
  }
  .nav-link-3 {
    width: 95%;
    text-align: left;
    color: black;
  }
  .dropdown-view {
    width: 40%;
    text-align: center;
  }
  .nav {
    padding-bottom: 15px;
  }
  .nav-menu-3 {
    padding-bottom: 21px;
    border-top: 1px solid #e9e9e9;
    background-color: #fff;
    box-shadow: 0 22px 35px -10px rgba(41, 22, 22, 0.41);
  }
  .menu-button {
    background-color: transparent;
    color: #fff;
  }
  .menu-button.w--open {
    background-color: transparent;
    color: #fff;
  }
  .social {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 33px;
    padding-left: 12px;
    text-align: center;
  }
  .portfolio-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .portfolio-container.mobile {
    height: 800vh;
  }
  .form-block-5 {
    width: 100%;
    margin-top: 10%;
  }
  .container-11.mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-88904.mobile {
    width: 100%;
  }
  .text-field-3.mob {
    width: 100%;
  }
  .text-field-4.mob {
    width: 100%;
  }
  .div-block-88905.mobile {
    height: 200px;
    margin-right: auto;
    margin-left: 0px;
  }
  .link-block-6 {
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .list {
    color: #fff;
  }
}

#w-node-e1dc787c5038-7cf7e1f2 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 4;
  grid-column-end: 6;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-958cb3ed186d-7cf7e1f2 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
}

#w-node-bbdb09cbaf4d-7cf7e1f2 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 3;
  grid-column-end: 7;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
}

#w-node-435bbcdc26f4-7cf7e1f2 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-b6c5ddf2f96c-7cf7e1f2 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-3838991f77ca-7cf7e1f2 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-59513e1932e0-7cf7e1f2 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c313e768c9b3-7cf7e1f2 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-a6ae6fa39813-7cf7e1f2 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-b592913cc79a-7cf7e1f2 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-67dc5c48de85-7cf7e1f2 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-64550154f57f-7cf7e1f2 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-acab5f328dc7-7cf7e1f2 {
  -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;
}

#w-node-0b5278939e8b-7cf7e1f2 {
  -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-dd753e200c42-7cf7e1f2 {
  -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: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-bb176cbb3866-7cf7e1f2 {
  -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: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-0c4ea0e721bb-7cf7e1f2 {
  -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: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-e846d3c9625f-7cf7e1f2 {
  -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;
}

#w-node-115e889df59d-7cf7e1f2 {
  -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: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-b3644562b0a4-7cf7e1f2 {
  -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: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-d4b50d33c282-7cf7e1f2 {
  -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;
}

#w-node-d8f7c08cd342-7cf7e1f2 {
  -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: 6;
  -ms-grid-row: 5;
  grid-row-start: 5;
}

#w-node-39803bae72ab-7cf7e1f2 {
  -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: 6;
  -ms-grid-row: 5;
  grid-row-start: 5;
}

#w-node-131d24d27609-7cf7e1f2 {
  -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: 7;
  -ms-grid-row: 6;
  grid-row-start: 6;
}

#w-node-805b31cdc101-7cf7e1f2 {
  -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: 7;
  -ms-grid-row: 6;
  grid-row-start: 6;
}

#w-node-d300cd9693b6-7cf7e1f2 {
  -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: 8;
  -ms-grid-row: 7;
  grid-row-start: 7;
}

#w-node-7ee778940da2-7cf7e1f2 {
  -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: 8;
  -ms-grid-row: 7;
  grid-row-start: 7;
}

#w-node-c394f0110018-7cf7e1f2 {
  -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: 9;
  -ms-grid-row: 8;
  grid-row-start: 8;
}

#w-node-386bae65ff9a-7cf7e1f2 {
  -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: 9;
  -ms-grid-row: 8;
  grid-row-start: 8;
}

#w-node-7d0905e0f6ed-7cf7e1f2 {
  -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: 10;
  -ms-grid-row: 9;
  grid-row-start: 9;
}

#w-node-ea1205dd4f4f-7cf7e1f2 {
  -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: 11;
  -ms-grid-row: 10;
  grid-row-start: 10;
}

@media screen and (max-width: 991px) {
  #w-node-435bbcdc26f4-7cf7e1f2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-b6c5ddf2f96c-7cf7e1f2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-3838991f77ca-7cf7e1f2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-b592913cc79a-7cf7e1f2 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-67dc5c48de85-7cf7e1f2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-64550154f57f-7cf7e1f2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e1dc787c5038-7cf7e1f2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-958cb3ed186d-7cf7e1f2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-bbdb09cbaf4d-7cf7e1f2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-435bbcdc26f4-7cf7e1f2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-b6c5ddf2f96c-7cf7e1f2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-3838991f77ca-7cf7e1f2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-59513e1932e0-7cf7e1f2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-c313e768c9b3-7cf7e1f2 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-a6ae6fa39813-7cf7e1f2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-b592913cc79a-7cf7e1f2 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-64550154f57f-7cf7e1f2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-435bbcdc26f4-7cf7e1f2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-b6c5ddf2f96c-7cf7e1f2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-3838991f77ca-7cf7e1f2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-59513e1932e0-7cf7e1f2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-c313e768c9b3-7cf7e1f2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-a6ae6fa39813-7cf7e1f2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-b592913cc79a-7cf7e1f2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-67dc5c48de85-7cf7e1f2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-64550154f57f-7cf7e1f2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 2;
    grid-row-end: 6;
  }
  #w-node-acab5f328dc7-7cf7e1f2 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
    -ms-grid-row-span: 4;
    grid-row-end: 4;
  }
  #w-node-dd753e200c42-7cf7e1f2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }
  #w-node-bb176cbb3866-7cf7e1f2 {
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 0;
    grid-row-end: 5;
  }
  #w-node-0c4ea0e721bb-7cf7e1f2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
  #w-node-e846d3c9625f-7cf7e1f2 {
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 2;
    grid-column-end: 2;
    -ms-grid-row-span: 0;
    grid-row-end: 4;
  }
  #w-node-115e889df59d-7cf7e1f2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 0;
    grid-row-end: 6;
  }
  #w-node-b3644562b0a4-7cf7e1f2 {
    -ms-grid-row: 8;
    grid-row-start: 8;
    -ms-grid-row-span: 0;
    grid-row-end: 8;
  }
  #w-node-d4b50d33c282-7cf7e1f2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 0;
    grid-row-end: 7;
  }
  #w-node-d8f7c08cd342-7cf7e1f2 {
    -ms-grid-row: 9;
    grid-row-start: 9;
    -ms-grid-row-span: 0;
    grid-row-end: 9;
  }
  #w-node-39803bae72ab-7cf7e1f2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 10;
    grid-row-start: 10;
    -ms-grid-row-span: 0;
    grid-row-end: 10;
  }
  #w-node-131d24d27609-7cf7e1f2 {
    -ms-grid-row: 12;
    grid-row-start: 12;
    -ms-grid-row-span: 0;
    grid-row-end: 12;
  }
  #w-node-805b31cdc101-7cf7e1f2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 11;
    grid-row-start: 11;
    -ms-grid-row-span: 0;
    grid-row-end: 11;
  }
  #w-node-d300cd9693b6-7cf7e1f2 {
    -ms-grid-row: 13;
    grid-row-start: 13;
    -ms-grid-row-span: 0;
    grid-row-end: 13;
  }
  #w-node-7ee778940da2-7cf7e1f2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 14;
    grid-row-start: 14;
    -ms-grid-row-span: 0;
    grid-row-end: 14;
  }
  #w-node-c394f0110018-7cf7e1f2 {
    -ms-grid-row: 16;
    grid-row-start: 16;
    -ms-grid-row-span: 0;
    grid-row-end: 16;
  }
  #w-node-386bae65ff9a-7cf7e1f2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 15;
    grid-row-start: 15;
    -ms-grid-row-span: 0;
    grid-row-end: 15;
  }
  #w-node-8ad870c6a9e4-7cf7e1f2 {
    -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: 17;
    -ms-grid-row: 17;
    grid-row-start: 17;
  }
  #w-node-7d0905e0f6ed-7cf7e1f2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 18;
    grid-row-start: 18;
    -ms-grid-row-span: 0;
    grid-row-end: 18;
  }
  #w-node-ab45c84b42fb-7cf7e1f2 {
    -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: 20;
    -ms-grid-row: 20;
    grid-row-start: 20;
  }
  #w-node-ea1205dd4f4f-7cf7e1f2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 19;
    grid-row-start: 19;
    -ms-grid-row-span: 0;
    grid-row-end: 19;
  }
  #w-node-bea51e2127c4-7cf7e1f2 {
    -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: 21;
    -ms-grid-row: 21;
    grid-row-start: 21;
  }
  #w-node-4eda327d8ded-7cf7e1f2 {
    -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: 22;
    -ms-grid-row: 22;
    grid-row-start: 22;
  }
}

@font-face {
  font-family: 'Arsenal';
  src: url('../fonts/Arsenal-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Arsenal';
  src: url('../fonts/Arsenal-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Arsenal';
  src: url('../fonts/Arsenal-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Arsenal';
  src: url('../fonts/Arsenal-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}