/**
    * Get the font size from the font size map
    * @param {string} $element - Element name
    * @param {string} $device - Device name
    * @return {string} - Font size
    */
.hero-block {
  margin-top: 95px;
  max-width: unset;
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .hero-block {
    margin-top: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-block {
    margin-top: 60px;
  }
}
.hero-block .container {
  height: 100%;
  padding: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.hero-block .container .slick-arrow {
  top: unset;
  left: unset;
  right: 0;
  bottom: 40px;
  width: 46px;
  height: 23px;
  font-size: 0;
  background: none;
  border: none;
  cursor: pointer;
}
.hero-block .container .slick-arrow::before {
  content: "";
  display: block;
  width: 46px;
  height: 23px;
  background-image: url("data:image/svg+xml,%3Csvg width='46' height='23' viewBox='0 0 46 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 11.2643H45.0575' stroke='%23DEDEDE' stroke-width='2'/%3E%3Cpath d='M45.0573 11.2644C38.8362 11.2644 33.793 6.22114 33.793 0' stroke='%23DEDEDE' stroke-width='2'/%3E%3Cpath d='M33.7933 22.5288C33.7933 16.3076 38.8365 11.2644 45.0576 11.2644' stroke='%23DEDEDE' stroke-width='2'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.hero-block .container .slick-arrow.slick-next {
  right: 60px;
}
.hero-block .container .slick-arrow.slick-prev {
  right: 150px;
  z-index: 1;
}
.hero-block .container .slick-arrow.slick-prev::before {
  transform: rotate(180deg);
}
.hero-block .container .hero-slide {
  height: 100%;
  width: 100%;
  display: flex !important;
  height: 33.8541666667vw;
  min-height: 300px;
  max-height: 650px;
  align-items: center;
  position: relative;
  overflow: hidden;
  align-items: center;
}
.hero-block .container .hero-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 84.1145833333%;
  height: 150%;
  background: rgba(0, 0, 0, 0.5);
  transform: rotate(52deg);
  z-index: 0;
  left: -30vw;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .hero-block .container .hero-slide::after {
    left: -20vw;
  }
}
@media only screen and (max-width: 767px) {
  .hero-block .container .hero-slide::after {
    left: -30vw;
    transform: rotate(70deg);
    width: 100%;
    height: 120%;
  }
}
.hero-block .container .hero-slide .hero-block__background {
  z-index: -1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.hero-block .container .hero-slide .hero-block__background img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-block .container .hero-slide .hero-block__content .hero-content {
  margin: 0 110px;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  .hero-block .container .hero-slide .hero-block__content .hero-content {
    margin: 0 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .hero-block .container .hero-slide .hero-block__content .hero-content {
    margin: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-block .container .hero-slide .hero-block__content .hero-content {
    margin: 0 20px;
  }
}
.hero-block .container .hero-slide .hero-block__content .hero-content > * {
  font-family: "Syne", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.2;
  color: var(--primary-color);
  max-width: 480px;
}
.hero-block .container .hero-slide .hero-block__content .hero-content > * {
  font-size: 3rem;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  .hero-block .container .hero-slide .hero-block__content .hero-content > * {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .hero-block .container .hero-slide .hero-block__content .hero-content > * {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .hero-block .container .hero-slide .hero-block__content .hero-content > * {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  .hero-block .container .hero-slide .hero-block__content .hero-content > * {
    max-width: 340px;
  }
  .hero-block .container .hero-slide .hero-block__content .hero-content > * {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-width: 1280px) and (max-width: 1499px) {
  .hero-block .container .hero-slide .hero-block__content .hero-content > * {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-width: 768px) and (max-width: 1279px) {
  .hero-block .container .hero-slide .hero-block__content .hero-content > * {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (max-width: 767px) {
  .hero-block .container .hero-slide .hero-block__content .hero-content > * {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .hero-block .container .hero-slide .hero-block__content .hero-content > * {
    max-width: 280px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-block .container .hero-slide .hero-block__content .hero-content > * {
    max-width: 240px;
  }
}