.modular-hero__element {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .modular-hero__element .size-h1 {
    font-size: 48px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .modular-hero__element .size-h1 {
    font-size: 60px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1535px) {
  .modular-hero__element .size-h1 {
    font-size: 72px;
  }
}
@media screen and (max-width: 767px) {
  .modular-hero__element .size-h2 {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .modular-hero__element .size-h2 {
    font-size: 48px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1535px) {
  .modular-hero__element .size-h2 {
    font-size: 56px;
  }
}
@media screen and (max-width: 767px) {
  .modular-hero__element .size-h3 {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .modular-hero__element .size-h3 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1535px) {
  .modular-hero__element .size-h3 {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .modular-hero__element .size-h4 {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .modular-hero__element .size-h4 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1535px) {
  .modular-hero__element .size-h4 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .modular-hero__element .size-h5 {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .modular-hero__element .size-h5 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1535px) {
  .modular-hero__element .size-h5 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .modular-hero__element .size-h6 {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .modular-hero__element .size-h6 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1535px) {
  .modular-hero__element .size-h6 {
    font-size: 20px;
  }
}
.modular-hero__bg-image,
.modular-hero__bg-image-outside,
.modular-hero__bg-image-inside {
  height: fit-content;
}
@media screen and (min-width: 992px) {
  .modular-hero__bg-video,
  .modular-hero__bg-video-outside,
  .modular-hero__bg-video-inside {
    min-height: 700px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .modular-hero__bg-video,
  .modular-hero__bg-video-outside,
  .modular-hero__bg-video-inside {
    min-height: 1170px;
  }
}
@media screen and (max-width: 767px) {
  .modular-hero__bg-video,
  .modular-hero__bg-video-outside,
  .modular-hero__bg-video-inside {
    min-height: 790px;
  }
}
.modular-hero__container {
  justify-content: center;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  height: 100%;
}
.modular-hero__container.countdown {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .modular-hero__container.countdown {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 767px) {
  .modular-hero__container.countdown {
    padding-top: 30px;
    padding-bottom: 250px;
  }
}
.modular-hero__container.staticCampagna {
  padding-bottom: 40px;
}
.modular-hero__container .row {
  align-content: center;
}
.modular-hero__container .inRow {
  gap: 20px!important;
}
@media screen and (max-width: 767px) {
  .modular-hero__container .inRow {
    gap: 10px!important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .modular-hero__container.staticCampagna .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .modular-hero__container.staticCampagna .row .modular-hero__right-column,
  .modular-hero__container.staticCampagna .row .modular-hero__left-column {
    height: 50%;
  }
}
@media screen and (max-width: 767px) {
  .modular-hero__container.staticCampagna .row {
    margin-left: 0;
    margin-top: 30px;
  }
}
.modular-hero__left-column,
.modular-hero__right-column {
  align-content: center;
}
@media screen and (min-width: 992px) {
  .modular-hero__left-column,
  .modular-hero__right-column {
    height: 100%;
  }
}
.modular-hero__countdown-version .top {
  top: 0;
  position: absolute;
  width: 100%;
  left: 0;
}
.modular-hero__countdown-version .bottom {
  bottom: 0;
  position: absolute;
  width: 100%;
  left: 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .width70-tab {
    width: 70%;
  }
  .flex-tab {
    display: flex;
  }
}
.mb--15 {
  margin-bottom: -15px;
}
