.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 {
  overflow: visible;
  background-color: #f2f2f2;
  font-family: Montserrat, sans-serif;
}

.nav-bar {
  padding-top: 70px;
  padding-bottom: 30px;
}

.text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: 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;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 800;
}

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

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 100px;
  padding-left: 100px;
}

.top {
  overflow: hidden;
  max-width: 1600px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.image-5 {
  position: static;
  left: auto;
  top: 0px;
  right: -9%;
  bottom: 0px;
  border-radius: 100px;
  box-shadow: 0 6px 20px 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(0.45);
  -ms-transform: scale(0.45);
  transform: scale(0.45);
}

.image-5:hover {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.column-2 {
  position: relative;
  right: -42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -70px;
  margin-bottom: -70px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-block-2 {
  padding-top: 20px;
  padding-left: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.div-block-8 {
  padding-top: 10px;
}

.copyright {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 5px;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.heading-6 {
  position: relative;
  top: -5px;
  right: -77%;
  opacity: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 200;
  text-align: right;
}

.div-block-13 {
  display: none;
  overflow: visible;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.mid {
  display: block;
  overflow: hidden;
  max-width: 1650px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.hero-shot {
  display: block;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
}

.processing {
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-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;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  background-color: #fff;
}

.bottom {
  overflow: hidden;
  margin-bottom: 10px;
}

.image-12 {
  width: 100%;
}

.image-15 {
  padding-top: 100px;
  padding-left: 115px;
  -webkit-transform: translate(16px, -7px) scale(1.1);
  -ms-transform: translate(16px, -7px) scale(1.1);
  transform: translate(16px, -7px) scale(1.1);
}

.title {
  position: absolute;
  top: 213px;
}

.image-19 {
  width: 1650px;
}

.button {
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: rgba(77, 77, 77, 0);
  color: #333;
  font-weight: 400;
  text-decoration: none;
}

.button:hover {
  font-weight: 800;
}

.heading-9 {
  position: relative;
  top: -35px;
  margin-top: 22px;
  padding-left: 115px;
  color: #f7f7f7;
  font-weight: 500;
}

.grid-3 {
  max-width: 1300px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.security-issues {
  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: 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;
}

.communicate {
  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: 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;
}

.housing-control {
  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: 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;
}

.looking-for-things {
  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: 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;
}

.online-booking {
  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: 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;
}

.functions {
  margin-top: -30px;
  font-size: 18px;
}

.functions-c {
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 34px;
  font-size: 12px;
  text-align: center;
}

.image-20 {
  -webkit-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
}

.image-21 {
  -webkit-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
}

.image-22 {
  -webkit-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
}

.image-23 {
  -webkit-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
}

.image-24 {
  -webkit-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
}

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

.unlock-the-door {
  height: 800px;
}

.safety-handle {
  height: 800px;
}

.night-mode {
  height: 800px;
}

.custom-shell {
  height: 800px;
}

.battery-compartment {
  height: 800px;
}

.house-control {
  height: 800px;
}

.search-for-things {
  height: 800px;
}

.introduce-h {
  font-size: 20px;
  font-weight: 500;
}

.introduce-s {
  font-size: 12px;
}

.introduce-box {
  padding-top: 25px;
  padding-right: 40px;
  padding-left: 40px;
}

.link-block {
  color: #333;
  text-decoration: none;
}

.link-block:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #000;
}

@media screen and (max-width: 991px) {
  .nav-bar {
    padding-top: 125px;
    padding-bottom: 42px;
  }

  .text-block {
    font-size: 40px;
  }

  .column {
    left: -66px;
  }

  .columns {
    margin-top: -74px;
  }

  .top {
    margin-bottom: 0px;
  }

  .image-5 {
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
  }

  .column-2 {
    right: -104px;
  }

  .text-block-2 {
    padding-top: 11px;
    font-size: 10px;
  }

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

  .div-block-13 {
    display: block;
  }

  .image-15 {
    padding-top: 52px;
    padding-left: 70px;
    -webkit-transform: translate(-51px, 0px) scale(0.75);
    -ms-transform: translate(-51px, 0px) scale(0.75);
    transform: translate(-51px, 0px) scale(0.75);
  }

  .title {
    top: 185px;
  }

  .heading-9 {
    margin-top: -5px;
    padding-left: 70px;
    font-size: 8px;
  }

  .div-block-21 {
    padding-right: 10px;
    padding-bottom: 80px;
    padding-left: 10px;
  }

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

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

  .functions {
    font-size: 13px;
  }

  .functions-c {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 8px;
  }

  .unlock-the-door {
    height: 600px;
  }

  .safety-handle {
    height: 600px;
  }

  .night-mode {
    height: 600px;
  }

  .custom-shell {
    height: 600px;
  }

  .battery-compartment {
    height: 600px;
  }

  .house-control {
    height: 600px;
  }

  .search-for-things {
    height: 600px;
  }

  .introduce-h {
    font-size: 15px;
  }

  .introduce-s {
    font-size: 10px;
  }

  .introduce-box {
    padding-top: 18px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .image-5 {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }

  .column-2 {
    top: -7px;
    right: -90px;
    padding-right: 15px;
    padding-left: 0px;
  }

  .div-block-8 {
    margin-right: -200px;
  }

  .image-15 {
    padding-top: 45px;
    -webkit-transform: translate(-81px, 0px) scale(0.6);
    -ms-transform: translate(-81px, 0px) scale(0.6);
    transform: translate(-81px, 0px) scale(0.6);
  }

  .title {
    top: 266px;
  }

  .heading-9 {
    top: -20px;
    margin-top: -18px;
    font-size: 8px;
    line-height: 13px;
    font-weight: 400;
  }

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

  .online-booking {
    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;
  }

  .online-booking.ob {
    height: 600px;
  }

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

@media screen and (max-width: 479px) {
  .body {
    overflow: visible;
  }

  .nav-bar {
    padding-top: 152px;
  }

  .columns {
    margin-bottom: 7px;
  }

  .top {
    display: block;
    overflow: hidden;
    width: 100.04175620188545%;
    margin-top: 65px;
    margin-bottom: 100px;
  }

  .image-5 {
    position: absolute;
    top: 24px;
    right: 1%;
    display: inline-block;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }

  .column-2 {
    position: relative;
    top: -2px;
    right: -58px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-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;
  }

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

  .copyright {
    bottom: auto;
    overflow: hidden;
  }

  .heading-6 {
    position: absolute;
    right: -620%;
    margin-top: -82px;
    margin-right: -80px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    opacity: 0;
  }

  .div-block-13 {
    position: static;
    margin-right: 219px;
    margin-left: 99px;
  }

  .hero-shot {
    margin-top: 0px;
    padding-top: 61px;
    padding-bottom: 40px;
  }

  .image-12 {
    -webkit-transform: translate(-10px, 23px) scale(1.06);
    -ms-transform: translate(-10px, 23px) scale(1.06);
    transform: translate(-10px, 23px) scale(1.06);
  }

  .image-15 {
    margin-top: -30px;
    padding-top: 0px;
    padding-left: 36px;
    -webkit-transform: translate(-35px, 0px) scale(0.9);
    -ms-transform: translate(-35px, 0px) scale(0.9);
    transform: translate(-35px, 0px) scale(0.9);
  }

  .title {
    left: 13px;
    top: 396px;
    z-index: 2;
  }

  .image-19 {
    -webkit-transform: translate(0px, 19px) scale(2);
    -ms-transform: translate(0px, 19px) scale(2);
    transform: translate(0px, 19px) scale(2);
  }

  .heading-9 {
    top: -28px;
    margin-top: 10px;
    padding-left: 16px;
    font-size: 8px;
  }

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

  .div-block-21 {
    padding-top: 15px;
    padding-bottom: 50px;
  }

  .communicate.c {
    display: block;
    height: 600px;
  }

  .online-booking.ob {
    display: block;
  }

  .functions {
    text-align: center;
  }

  .functions-c {
    padding-top: 0px;
  }

  .grid-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 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;
  }
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/Montserrat-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBold.ttf') format('truetype'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bauhaus std demi 6295';
  src: url('../fonts/Bauhaus-Std-Demi_6295.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bauhaus std 6296';
  src: url('../fonts/Bauhaus-Std-Heavy_6296.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bauhaus std 6297';
  src: url('../fonts/Bauhaus-Std-Light_6297.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bauhaus std 6294';
  src: url('../fonts/Bauhaus-Std-Bold_6294.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bauhaus std';
  src: url('../fonts/Bauhaus-Std-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bauhaus std';
  src: url('../fonts/Bauhaus-Std-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bauhaus std';
  src: url('../fonts/Bauhaus-Std-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bauhaus std';
  src: url('../fonts/Bauhaus-Std-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bauhaus std demi';
  src: url('../fonts/Bauhaus-Std-Demi.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}