.customer-styles {
  /* START article: hero */
  /* END article: hero */
}

.customer-styles .template_hero .image-container {
  min-height: 435px;
  overflow: hidden;
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (min-width: 768px) {
  .customer-styles .template_hero .image-container {
    min-height: 580px;
  }
}

.customer-styles .template_hero .image-center {
  height: 100%;
  width: 100%;
  position: absolute;
}

.customer-styles .template_hero .bg-image {
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.customer-styles .template_hero:not(.no-image-filter) .bg-image {
  filter: brightness(0.8);
}

.customer-styles .template_hero .text-container {
  font-size: 34px;
  padding: 0px 10px 35px 10px;
  margin: 60px auto;
  top: 0;
  box-sizing: border-box;
  left: 0;
  position: relative;
}

@media (min-width: 768px) {
  .customer-styles .template_hero .text-container {
    font-size: 70px;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_hero .text-container {
    padding: 0px 10px 50px 10px;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_hero .text-container {
    margin: 45px auto 60px auto;
  }
}

@media (min-width: 1000px) {
  .customer-styles .template_hero .text-container {
    font-size: 90px;
  }
}

.customer-styles .template_hero .text-container::before {
  left: calc(50% - 35px);
  width: 70px;
  border-bottom: 1px solid #ff1744;
  content: '';
  height: 1px;
  bottom: 0;
  position: absolute;
}

@media (min-width: 768px) {
  .customer-styles .template_hero .text-container::before {
    left: calc(50% - 60px);
  }
}

@media (min-width: 768px) {
  .customer-styles .template_hero .text-container::before {
    width: 120px;
  }
}

.customer-styles .template_hero .headline {
  font-size: 50px;
  color: #ff1744;
  font-family: 'Dosis-Regular';
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: 1px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

@media (min-width: 768px) {
  .customer-styles .template_hero .headline {
    font-size: 70px;
  }
}

@media (min-width: 1000px) {
  .customer-styles .template_hero .headline {
    font-size: 90px;
  }
}

.customer-styles .template_hero .ticket-countdown-container {
  top: 0;
  display: flex;
  height: 170px;
  justify-content: center;
  left: 0;
  position: relative;
  width: 100%;
  align-self: flex-end;
  margin: 0px 0px 35px 0px;
}

@media (min-width: 768px) {
  .customer-styles .template_hero .ticket-countdown-container {
    margin: 0px 0px 60px 0px;
  }
}

.customer-styles .template_hero .ticket-countdown-item {
  border-radius: 50%;
  box-sizing: border-box;
  height: 144px;
  margin: 0 6px;
  position: relative;
  width: 144px;
}

@media (min-width: 800px) {
  .customer-styles .template_hero .ticket-countdown-item {
    height: 170px;
    margin: 0 15px;
    width: 170px;
  }
}

.customer-styles .template_hero .ticket-countdown-item-countdown {
  align-content: center;
  background: rgba(0, 0, 0, 0.375);
  border: 1px solid #90a4ae;
  display: flex;
  flex-wrap: wrap;
}

.customer-styles .template_hero .ticket-countdown-item-countdown.hide-mobile {
  display: none;
}

@media (min-width: 768px) {
  .customer-styles .template_hero .ticket-countdown-item-countdown.hide-mobile {
    display: flex;
  }
}

.customer-styles .template_hero .ticket-countdown-item-countdown-number {
  color: #ff1744;
  font-family: 'Dosis-Bold';
  font-size: 57px;
  line-height: 1.1;
  text-align: center;
  width: 100%;
}

@media (min-width: 800px) {
  .customer-styles .template_hero .ticket-countdown-item-countdown-number {
    font-size: 68px;
  }
}

.customer-styles .template_hero .ticket-countdown-item-countdown-text {
  color: #90a4ae;
  font-family: 'Dosis-Bold';
  font-size: 12px;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

@media (min-width: 800px) {
  .customer-styles .template_hero .ticket-countdown-item-countdown-text {
    font-size: 14px;
  }
}

.customer-styles .template_hero .ticket-countdown-item-link {
  align-content: center;
  background: #ff1744;
  box-shadow: 0 0 20px rgba(255, 23, 68, 0.5);
  color: #000;
  display: flex;
  flex-wrap: wrap;
  font-family: 'DroidSans-Bold';
  font-size: 18px;
  justify-content: center;
  text-decoration: none;
}

@media (min-width: 800px) {
  .customer-styles .template_hero .ticket-countdown-item-link {
    font-size: 22px;
  }
}

.customer-styles .template_hero .ticket-countdown-item-link:hover {
  box-shadow: 0 0 20px #ff1744;
}

.customer-styles .template_hero .ticket-countdown-item-link-text-2 {
  font-size: 29px;
  text-transform: uppercase;
}

@media (min-width: 800px) {
  .customer-styles .template_hero .ticket-countdown-item-link-text-2 {
    font-size: 34px;
  }
}

.customer-styles .template_hero .ticket-countdown-item-link-text-3 {
  text-align: center;
}

.customer-styles .template_hero .ticket-countdown-item-link-text-3 .buttontext {
  font-size: 28px;
  line-height: 32px;
}

.customer-styles .template_hero .ticket-countdown-item-link-text-3 .arrow {
  height: 18px;
  vertical-align: middle;
  width: 18px;
  fill: #ffffff;
}

@media (min-width: 800px) {
  .customer-styles .template_hero .ticket-countdown-item-link-text-3 .arrow {
    height: 22px;
    width: 22px;
  }
}

.customer-styles .template_hero .ticket-countdown-svg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
