.hero {
  position: relative;
  padding: 80px 0px 170px;
  background: linear-gradient(45deg, rgba(65, 68, 85, 0.2509803922), rgba(42, 44, 56, 0.2509803922));
  overflow: hidden;
}
.hero .hero__section {
  position: relative;
}
.hero .hero__section .hero__section_title .hero_title {
  font-size: 8vw;
  text-align: center;
  margin: 0 auto;
  font-weight: 100;
}
.hero .hero__section .hero__section_title .hero_title .divider {
  margin-right: 120px;
  display: inline-block;
}
.hero .hero__section .hero__section_title .hero_title .spacing-right {
  margin-right: 25%;
}
.hero .hero__section .hero__section_description {
  position: absolute;
  max-width: 366px;
  right: 3%;
  top: calc(100% - 100px);
  z-index: 9;
}
.hero .hero__section .hero__section_description .hero__section_description_copy {
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media (max-width: 1200px) {
  .hero .hero__section .hero__section_description {
    max-width: 266px;
    bottom: -20%;
  }
}
@media (max-width: 991px) {
  .hero .hero__section .hero__section_description {
    max-width: 246px;
    top: calc(100% - 50px);
  }
  .hero .hero__section .hero__section_description .hero__section_description_copy {
    font-size: 12px;
  }
  .hero .hero__section .hero__section_description .hero__section_description_button a {
    font-size: 12px;
    padding: 10px 15px;
  }
}
.hero .hero__section .hero__section_images .hero__section_images_item {
  position: absolute;
}
.hero .hero__section .hero__section_images .hero__section_images_item.image_1 {
  top: 72%;
  left: 11%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .hero .hero__section .hero__section_images .hero__section_images_item.image_1 {
    max-width: 220px;
    top: 92%;
  }
}
.hero .hero__section .hero__section_images .hero__section_images_item.image_2 {
  top: calc(50% + 30px);
  left: 55%;
  transform: translate(-50%, -50%);
  height: 590px;
  width: 590px;
}
@media (max-width: 1440px) {
  .hero .hero__section .hero__section_images .hero__section_images_item.image_2 {
    height: 140%;
    max-height: 590px;
  }
}
.hero .hero__section .hero__section_images .hero__section_images_item.image_2 img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.hero .hero__section .hero__section_images .hero__section_images_item.image_3 {
  top: 50%;
  right: -15%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .hero .hero__section .hero__section_images .hero__section_images_item.image_3 {
    max-width: 220px;
    right: -30%;
  }
}
@media (min-width: 1440px) {
  .hero .hero__section .hero__section_images .hero__section_images_item .image_2 {
    height: 100%;
    max-height: 590px;
  }
}
.promo_copy {
  position: relative;
  text-align: center;
  background: #000000;
  padding: 15px 0px;
}
.hero_mobile {
  position: relative;
  padding: 30px 0;
  background: linear-gradient(45deg, rgba(65, 68, 85, 0.2509803922), rgba(42, 44, 56, 0.2509803922));
  overflow: hidden;
}
.hero_mobile .hero_mobile_section .hero_mobile_section_title h1 {
  font-size: 40px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 24px;
}
.hero_mobile .hero_mobile_section .hero_mobile_section_description {
  text-align: center;
  margin-bottom: 24px;
}
.hero_mobile .hero_mobile_section .hero_mobile_section_description .hero_mobile_section_description_copy {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 24px;
  opacity: 0.7;
}
.hero_mobile .hero_mobile_section .hero_mobile_section_images {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0px 20px;
}
.hero_mobile .hero_mobile_section .hero_mobile_section_images .image_1,
.hero_mobile .hero_mobile_section .hero_mobile_section_images .image_3 {
  position: absolute;
}
.hero_mobile .hero_mobile_section .hero_mobile_section_images .image_2 {
  max-height: 280px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero_mobile .hero_mobile_section .hero_mobile_section_images .image_2 img {
  max-height: 280px;
  transform: scale(-1, 1);
}
.hero_mobile .hero_mobile_section .hero_mobile_section_images .image_1 {
  max-width: 140px;
  top: 0px;
  left: -20px;
}
.hero_mobile .hero_mobile_section .hero_mobile_section_images .image_3 {
  max-width: 200px;
  bottom: -30px;
  right: -60px;
}
