.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 {
  padding-top: 100px;
  background-color: #121212;
  font-family: aktiv-grotesk, sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 16px;
  line-height: 24px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ". Area Area Area . . Area-2 Area-2 Area-2 ." "Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 ." ". Area-4 Area-4 Area-4 Area-5 Area-5 Area-5 Area-6 Area-6 Area-6" ". Area-7 Area-7 Area-7 Area-7 Area-7 Area-8 Area-8 Area-8 ." "Area-9 Area-9 Area-9 Area-9 . . Area-10 Area-10 Area-10 ." "Area-11 Area-11 Area-11 Area-11 . Area-12 Area-12 . . ." ". Area-13 Area-13 Area-13 Area-14 Area-14 Area-15 Area-15 . ." ". Area-17 Area-17 Area-16 Area-16 Area-16 Area-16 Area-16 Area-16 Area-16";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto;
  grid-template-rows: auto auto auto auto auto auto auto auto;
}

.quick-contact {
  text-align: right;
}

.quick-contact__item {
  display: block;
  color: hsla(0, 0%, 100%, 0.8);
}

.list {
  position: relative;
  margin-bottom: 10vw;
}

.pricelist {
  margin-bottom: 100px;
}

.pricelist.pricelist--secondary {
  margin-bottom: 50px;
}

.pricelists {
  position: relative;
  margin-bottom: 100px;
}

.pricelist__item {
  position: relative;
}

.column {
  padding-right: 20px;
  padding-left: 0px;
}

.h2 {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 25px;
  color: hsla(0, 0%, 100%, 0);
  font-size: 72px;
  line-height: 72px;
}

.h2.h2--salon {
  margin-bottom: -20px;
  padding-left: 25%;
}

.h2.h1 {
  margin-top: 200px;
  margin-bottom: 50px;
}

.h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.contact {
  position: relative;
}

.gmap {
  position: relative;
  z-index: 99;
  padding-top: 25px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.header-img {
  margin-bottom: 200px;
  padding-top: 50px;
}

.schere {
  margin-top: -50px;
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.service {
  position: relative;
}

.keune2 {
  margin-top: -15.9vw;
  margin-bottom: 200px;
}

.salon {
  margin-top: 0px;
}

.buddha {
  margin-top: -97px;
}

.salon-wrapper {
  position: relative;
}

.rasierer {
  position: relative;
  margin-bottom: -20vw;
}

.image {
  margin-top: -50px;
}

.text {
  max-width: 700px;
}

.text.footer {
  margin-bottom: 50px;
}

.link {
  color: hsla(0, 0%, 100%, 0.8);
}

.page-text {
  margin-bottom: 200px;
}

.bold {
  color: #fff;
}

.bold-text {
  color: #fff;
}

.menu {
  position: fixed;
  top: 0px;
  right: 4vw;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.menu__item {
  padding-right: 25px;
  padding-left: 25px;
  color: #fff;
  text-decoration: none;
}

.anchor {
  position: absolute;
  top: -100px;
}

.prices-anchor {
  position: absolute;
}

.menu__social {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (min-width: 1280px) {
  .body {
    font-size: 18px;
    line-height: 27px;
  }
  .h2 {
    font-size: 84px;
    line-height: 84px;
  }
  .h4 {
    font-size: 18px;
    line-height: 27px;
  }
}

@media screen and (min-width: 1440px) {
  .body {
    font-size: 20px;
    line-height: 30px;
  }
  .h2 {
    font-size: 96px;
  }
  .h4 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media screen and (min-width: 1920px) {
  .pricelist__item {
    font-size: 22px;
    line-height: 33px;
  }
  .h2 {
    font-size: 108px;
  }
  .h4 {
    font-size: 22px;
    line-height: 33px;
  }
}

@media screen and (max-width: 991px) {
  .grid {
    grid-template-areas: ". Area Area Area . . Area-2 Area-2 Area-2 ." "Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 ." ". Area-4 Area-4 Area-4 Area-5 Area-5 Area-5 Area-6 Area-6 Area-6" ". Area-7 Area-7 Area-7 Area-7 Area-7 Area-8 Area-8 Area-8 Area-8" "Area-9 Area-9 Area-9 Area-9 . . Area-10 Area-10 Area-10 ." "Area-11 Area-11 Area-11 Area-11 . Area-12 Area-12 . . ." ". Area-13 Area-13 Area-14 Area-14 Area-14 Area-15 Area-15 Area-15 ." ". Area-17 Area-17 Area-16 Area-16 Area-16 Area-16 Area-16 Area-16 Area-16";
  }
  .contact {
    padding-top: 95px;
  }
  .contact.footer {
    margin-bottom: 25px;
  }
  .schere {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }
  .service-list {
    padding-top: 200px;
  }
  .rasierer {
    margin-bottom: -5vw;
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
}

@media screen and (max-width: 767px) {
  .body {
    padding-top: 50px;
    font-family: aktiv-grotesk, sans-serif;
  }
  .grid {
    display: block;
  }
  .quick-contact {
    margin-right: 25px;
    margin-left: 25px;
  }
  .pricelist {
    margin-right: 25px;
    margin-bottom: 50px;
    margin-left: 25px;
  }
  .pricelists {
    margin-bottom: 100px;
  }
  .pricelists.last {
    margin-bottom: 100px;
  }
  .h2 {
    margin-right: 25px;
    margin-left: 25px;
    font-size: 64px;
  }
  .h2.h2--salon {
    padding-left: 0%;
  }
  .h2.h1 {
    margin-top: 100px;
  }
  .h4 {
    margin-right: 25px;
    margin-left: 25px;
  }
  .contact {
    margin-bottom: 25px;
    padding-top: 0px;
    float: left;
  }
  .contact.footer {
    margin-right: 25px;
    margin-bottom: 50px;
    margin-left: 25px;
  }
  .header-img {
    margin-bottom: 100px;
  }
  .schere {
    width: 75%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .keune2 {
    width: 33.333333%;
    margin-top: -30vw;
    margin-bottom: 100px;
    margin-left: 25%;
  }
  .salon {
    width: 75%;
    margin-bottom: 50px;
  }
  .buddha {
    width: 50%;
    margin-top: 0px;
    margin-left: 50%;
  }
  .service-list {
    margin-top: -14vw;
    padding-top: 0vw;
    padding-left: 38.2vw;
  }
  .rasierer {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .image {
    position: relative;
    width: 50%;
    margin-bottom: 100px;
  }
  .image-2 {
    margin-left: 25px;
  }
  .text {
    margin-left: 25px;
  }
  .text.footer {
    margin-right: 25px;
    padding-top: 50px;
  }
  .page-text {
    margin-right: 25px;
    margin-bottom: 100px;
  }
  .menu {
    right: 35px;
    padding-left: 65px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .menu__item {
    display: none;
  }
  .menu__item.social {
    display: block;
    padding-left: 0px;
  }
  .link-block {
    float: left;
  }
}

@media screen and (max-width: 479px) {
  .grid {
    grid-template-areas: ". Area Area Area . Area-2 Area-2 Area-2 . ." "Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 ." ". Area-4 Area-4 Area-4 Area-5 Area-5 Area-5 Area-6 Area-6 Area-6" ". Area-7 Area-7 Area-7 Area-7 Area-7 Area-8 Area-8 Area-8 Area-8" "Area-9 Area-9 Area-9 Area-9 . . Area-10 Area-10 Area-10 ." "Area-11 Area-11 Area-11 Area-11 . Area-12 Area-12 . . ." ". Area-13 Area-13 Area-14 Area-14 Area-14 Area-15 Area-15 Area-15 ." ". . . Area-16 Area-16 Area-16 Area-16 Area-16 Area-16 Area-16";
  }
  .quick-contact {
    text-align: left;
  }
  .h2 {
    font-size: 48px;
  }
  .image-2 {
    margin-bottom: 25px;
    float: none;
  }
  .menu {
    right: 15px;
    margin-top: 17px;
    margin-right: 15px;
    padding-right: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .menu__item.social {
    padding-right: 22px;
  }
  .link-block.w--current {
    float: none;
  }
}

#w-node-ef3282cb7b1b-7f8fe1e2 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 5;
  grid-area: Area;
}

#w-node-840336ffa256-7f8fe1e2 {
  -ms-grid-row: 1;
  -ms-grid-column: 13;
  -ms-grid-column-span: 5;
  grid-area: Area-2;
}

#w-node-cdb9d879d4f1-7f8fe1e2 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 17;
  grid-area: Area-3;
}

#w-node-5ff1d29d49b4-7f8fe1e2 {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  -ms-grid-column-span: 5;
  grid-area: Area-4;
}

#w-node-a2dd99795ce9-7f8fe1e2 {
  -ms-grid-row: 5;
  -ms-grid-column: 9;
  -ms-grid-column-span: 5;
  grid-area: Area-5;
}

#w-node-bee7c5613b15-7f8fe1e2 {
  -ms-grid-row: 5;
  -ms-grid-column: 15;
  -ms-grid-column-span: 5;
  grid-area: Area-6;
}

#w-node-f5d5e01324b1-7f8fe1e2 {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 9;
  grid-area: Area-7;
}

#w-node-74ad80212a30-7f8fe1e2 {
  -ms-grid-row: 7;
  -ms-grid-column: 13;
  -ms-grid-column-span: 5;
  grid-area: Area-8;
}

#w-node-6b1d1fb7361c-7f8fe1e2 {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  -ms-grid-column-span: 7;
  grid-area: Area-9;
}

#w-node-c8fa8d8994ed-7f8fe1e2 {
  -ms-grid-row: 9;
  -ms-grid-column: 13;
  -ms-grid-column-span: 5;
  grid-area: Area-10;
}

#w-node-73fa3664dc85-7f8fe1e2 {
  -ms-grid-row: 11;
  -ms-grid-column: 11;
  -ms-grid-column-span: 3;
  grid-area: Area-12;
}

#w-node-0a70bf8cde97-7f8fe1e2 {
  -ms-grid-row: 13;
  -ms-grid-column: 3;
  -ms-grid-column-span: 5;
  grid-area: Area-13;
}

#w-node-735a700310c4-7f8fe1e2 {
  -ms-grid-row: 13;
  -ms-grid-column: 9;
  -ms-grid-column-span: 3;
  grid-area: Area-14;
}

#w-node-45475653a134-7f8fe1e2 {
  -ms-grid-row: 13;
  -ms-grid-column: 13;
  -ms-grid-column-span: 3;
  grid-area: Area-15;
}

#w-node-ecd06d2fc27c-7f8fe1e2 {
  -ms-grid-row: 15;
  -ms-grid-column: 7;
  -ms-grid-column-span: 13;
  grid-area: Area-16;
}

#w-node-eb76d2adf71e-7f8fe1e2 {
  -ms-grid-row: 15;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: Area-17;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-a79c5804c85e-5d6d1db2 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 5;
  grid-area: Area;
}

#w-node-840336ffa256-5d6d1db2 {
  -ms-grid-row: 1;
  -ms-grid-column: 13;
  -ms-grid-column-span: 5;
  grid-area: Area-2;
}

#w-node-1d406fff7858-5d6d1db2 {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  -ms-grid-column-span: 5;
  grid-area: Area-4;
}

#w-node-de84173c9c70-5d6d1db2 {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 9;
  grid-area: Area-7;
}

#w-node-0a70bf8cde97-5d6d1db2 {
  -ms-grid-row: 13;
  -ms-grid-column: 3;
  -ms-grid-column-span: 5;
  grid-area: Area-13;
}

#w-node-735a700310c4-5d6d1db2 {
  -ms-grid-row: 13;
  -ms-grid-column: 9;
  -ms-grid-column-span: 3;
  grid-area: Area-14;
}

#w-node-45475653a134-5d6d1db2 {
  -ms-grid-row: 13;
  -ms-grid-column: 13;
  -ms-grid-column-span: 3;
  grid-area: Area-15;
}

#w-node-ecd06d2fc27c-5d6d1db2 {
  -ms-grid-row: 15;
  -ms-grid-column: 7;
  -ms-grid-column-span: 13;
  grid-area: Area-16;
}

#w-node-eb76d2adf71e-5d6d1db2 {
  -ms-grid-row: 15;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: Area-17;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-d72a60cbb395-ca6c4430 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 5;
  grid-area: Area;
}

#w-node-840336ffa256-ca6c4430 {
  -ms-grid-row: 1;
  -ms-grid-column: 13;
  -ms-grid-column-span: 5;
  grid-area: Area-2;
}

#w-node-1d406fff7858-ca6c4430 {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  -ms-grid-column-span: 5;
  grid-area: Area-4;
}

#w-node-de84173c9c70-ca6c4430 {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 9;
  grid-area: Area-7;
}

#w-node-0a70bf8cde97-ca6c4430 {
  -ms-grid-row: 13;
  -ms-grid-column: 3;
  -ms-grid-column-span: 5;
  grid-area: Area-13;
}

#w-node-735a700310c4-ca6c4430 {
  -ms-grid-row: 13;
  -ms-grid-column: 9;
  -ms-grid-column-span: 3;
  grid-area: Area-14;
}

#w-node-45475653a134-ca6c4430 {
  -ms-grid-row: 13;
  -ms-grid-column: 13;
  -ms-grid-column-span: 3;
  grid-area: Area-15;
}

#w-node-ecd06d2fc27c-ca6c4430 {
  -ms-grid-row: 15;
  -ms-grid-column: 7;
  -ms-grid-column-span: 13;
  grid-area: Area-16;
}

#w-node-eb76d2adf71e-ca6c4430 {
  -ms-grid-row: 15;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: Area-17;
  -ms-grid-row-align: end;
  align-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-ef3282cb7b1b-7f8fe1e2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
  }
  #w-node-840336ffa256-7f8fe1e2 {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
  }
  #w-node-cdb9d879d4f1-7f8fe1e2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 9;
  }
  #w-node-5ff1d29d49b4-7f8fe1e2 {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
  }
  #w-node-a2dd99795ce9-7f8fe1e2 {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  #w-node-bee7c5613b15-7f8fe1e2 {
    -ms-grid-row: 3;
    -ms-grid-column: 8;
    -ms-grid-column-span: 3;
  }
  #w-node-f5d5e01324b1-7f8fe1e2 {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
    -ms-grid-column-span: 5;
  }
  #w-node-74ad80212a30-7f8fe1e2 {
    -ms-grid-row: 4;
    -ms-grid-column: 7;
    -ms-grid-column-span: 4;
  }
  #w-node-6b1d1fb7361c-7f8fe1e2 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }
  #w-node-c8fa8d8994ed-7f8fe1e2 {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
  }
  #w-node-73fa3664dc85-7f8fe1e2 {
    -ms-grid-row: 6;
    -ms-grid-column: 6;
    -ms-grid-column-span: 2;
  }
  #w-node-0a70bf8cde97-7f8fe1e2 {
    -ms-grid-row: 7;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
  #w-node-735a700310c4-7f8fe1e2 {
    -ms-grid-row: 7;
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
  }
  #w-node-45475653a134-7f8fe1e2 {
    -ms-grid-row: 7;
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
  }
  #w-node-ecd06d2fc27c-7f8fe1e2 {
    -ms-grid-row: 8;
    -ms-grid-column: 4;
    -ms-grid-column-span: 7;
  }
  #w-node-eb76d2adf71e-7f8fe1e2 {
    -ms-grid-row: 8;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
  #w-node-a79c5804c85e-5d6d1db2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
  }
  #w-node-840336ffa256-5d6d1db2 {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
  }
  #w-node-1d406fff7858-5d6d1db2 {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
  }
  #w-node-de84173c9c70-5d6d1db2 {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
    -ms-grid-column-span: 5;
  }
  #w-node-0a70bf8cde97-5d6d1db2 {
    -ms-grid-row: 7;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
  #w-node-735a700310c4-5d6d1db2 {
    -ms-grid-row: 7;
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
  }
  #w-node-45475653a134-5d6d1db2 {
    -ms-grid-row: 7;
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
  }
  #w-node-ecd06d2fc27c-5d6d1db2 {
    -ms-grid-row: 8;
    -ms-grid-column: 4;
    -ms-grid-column-span: 7;
  }
  #w-node-eb76d2adf71e-5d6d1db2 {
    -ms-grid-row: 8;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
  #w-node-d72a60cbb395-ca6c4430 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
  }
  #w-node-840336ffa256-ca6c4430 {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
  }
  #w-node-1d406fff7858-ca6c4430 {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
  }
  #w-node-de84173c9c70-ca6c4430 {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
    -ms-grid-column-span: 5;
  }
  #w-node-0a70bf8cde97-ca6c4430 {
    -ms-grid-row: 7;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
  #w-node-735a700310c4-ca6c4430 {
    -ms-grid-row: 7;
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
  }
  #w-node-45475653a134-ca6c4430 {
    -ms-grid-row: 7;
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
  }
  #w-node-ecd06d2fc27c-ca6c4430 {
    -ms-grid-row: 8;
    -ms-grid-column: 4;
    -ms-grid-column-span: 7;
  }
  #w-node-eb76d2adf71e-ca6c4430 {
    -ms-grid-row: 8;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ef3282cb7b1b-7f8fe1e2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
  }
  #w-node-840336ffa256-7f8fe1e2 {
    -ms-grid-row: 1;
    -ms-grid-column: 6;
    -ms-grid-column-span: 3;
  }
  #w-node-cdb9d879d4f1-7f8fe1e2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 9;
  }
  #w-node-5ff1d29d49b4-7f8fe1e2 {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
  }
  #w-node-a2dd99795ce9-7f8fe1e2 {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  #w-node-bee7c5613b15-7f8fe1e2 {
    -ms-grid-row: 3;
    -ms-grid-column: 8;
    -ms-grid-column-span: 3;
  }
  #w-node-f5d5e01324b1-7f8fe1e2 {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
    -ms-grid-column-span: 5;
  }
  #w-node-74ad80212a30-7f8fe1e2 {
    -ms-grid-row: 4;
    -ms-grid-column: 7;
    -ms-grid-column-span: 4;
  }
  #w-node-6b1d1fb7361c-7f8fe1e2 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
  }
  #w-node-c8fa8d8994ed-7f8fe1e2 {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
  }
  #w-node-73fa3664dc85-7f8fe1e2 {
    -ms-grid-row: 6;
    -ms-grid-column: 6;
    -ms-grid-column-span: 2;
  }
  #w-node-0a70bf8cde97-7f8fe1e2 {
    -ms-grid-row: 7;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
  #w-node-735a700310c4-7f8fe1e2 {
    -ms-grid-row: 7;
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
  }
  #w-node-45475653a134-7f8fe1e2 {
    -ms-grid-row: 7;
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
  }
  #w-node-ecd06d2fc27c-7f8fe1e2 {
    -ms-grid-row: 8;
    -ms-grid-column: 4;
    -ms-grid-column-span: 7;
  }
  #w-node-a79c5804c85e-5d6d1db2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
  }
  #w-node-840336ffa256-5d6d1db2 {
    -ms-grid-row: 1;
    -ms-grid-column: 6;
    -ms-grid-column-span: 3;
  }
  #w-node-1d406fff7858-5d6d1db2 {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
  }
  #w-node-de84173c9c70-5d6d1db2 {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
    -ms-grid-column-span: 5;
  }
  #w-node-0a70bf8cde97-5d6d1db2 {
    -ms-grid-row: 7;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
  #w-node-735a700310c4-5d6d1db2 {
    -ms-grid-row: 7;
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
  }
  #w-node-45475653a134-5d6d1db2 {
    -ms-grid-row: 7;
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
  }
  #w-node-ecd06d2fc27c-5d6d1db2 {
    -ms-grid-row: 8;
    -ms-grid-column: 4;
    -ms-grid-column-span: 7;
  }
  #w-node-d72a60cbb395-ca6c4430 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
  }
  #w-node-840336ffa256-ca6c4430 {
    -ms-grid-row: 1;
    -ms-grid-column: 6;
    -ms-grid-column-span: 3;
  }
  #w-node-1d406fff7858-ca6c4430 {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
  }
  #w-node-de84173c9c70-ca6c4430 {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
    -ms-grid-column-span: 5;
  }
  #w-node-0a70bf8cde97-ca6c4430 {
    -ms-grid-row: 7;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
  #w-node-735a700310c4-ca6c4430 {
    -ms-grid-row: 7;
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
  }
  #w-node-45475653a134-ca6c4430 {
    -ms-grid-row: 7;
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
  }
  #w-node-ecd06d2fc27c-ca6c4430 {
    -ms-grid-row: 8;
    -ms-grid-column: 4;
    -ms-grid-column-span: 7;
  }
}

