.hero-event {
  position: relative;
  padding-bottom: 50px;
  overflow: hidden;
}

.hero-event__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.hero-event__content {
  position: relative;
  z-index: 2;
}

.logo_header_event {
  padding: 20px 0 0 0;
}

img.hero-event__logo {
  max-width: 160px!important;
  height: auto;
}

.hero-event__badge {
  display: inline-block;
  background: rgb(218,98,96,0.7);
  color: #fff;
  border: 1px solid #EC655D;
  text-transform: uppercase;
  padding: 6px 15px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 24px;
  letter-spacing: 2px;
}





.hero-event__title h1 {
  font-size: 70px;
  line-height: 60px;
  font-family: 'Alkaline';
  font-weight: 700;
  margin-bottom: 30px;
  color: #fff;
}

.hero-event__title span {
  color: #76BCBF;
}

.hero-event__text h3 {
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 50px;
  color: #fff;
}

.hero-event__infos {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 26px;
  margin-bottom: 40px;
}

.hero-event__info-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  color: #fff;
}

.hero-event__icon img {
  width: 20px;
}

.hero-event__icon {
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #76BCBF;
  color: #fff;
  flex: 0 0 34px;
}



.hero-event__countdown, .hero-event__countdown_ {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 50px;
}

.hero-event__countdown-box, .hero-event__countdown-box_ {
  width: 92px;
  height: 92px;
  border: 2px solid rgba(125, 199, 207, 0.65);
  background: rgba(125, 199, 207, 0.28);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(2px);
}

.hero-event__countdown-box strong, .hero-event__countdown-box_ strong {
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}

.hero-event__countdown-box span, .hero-event__countdown-box_ span {
  font-size: .8rem;
  font-weight: 700;
  color: #fff;
  margin-top: 8px;
}

.hero-event__formcard {
  background: #fff;
  border-radius: 28px;
  padding: 42px 34px;
  margin-top: 40px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.hero-event__formcard h2 {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 10px;
  color: #333;
}

.hero-event__formcard > p {
  color: #666;
  margin-bottom: 28px;
}

.hero-event__formcard .form-label {
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
}

.hero-event__formcard .form-control {
  height: 46px;
  border-radius: 8px;
  border: 1px solid #cfcfcf;
  padding-left: 14px;
  box-shadow: none;
}

.hero-event__formcard .form-control:focus {
  border-color: #73c5d0;
  box-shadow: 0 0 0 0.2rem rgba(115, 197, 208, 0.18);
}

.hero-event__check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: .8rem;
  color: #666;
  line-height: 1.5;
  margin-top: 8px;
}

.hero-event__note {
  font-size: .85rem;
  color: #666;
}

.hero-event__left {
  padding-top: 60px;
}

.hero-event__text.mb-display, .hero-event__infos.mb-display, .hero-event__countdown.mb-display, .hero-event__countdown_.mb-display_ {
  display: none;
}

@media (max-width: 993px) {
  .hero-event {
    min-height: auto;
  }

  .hero-event__content .row {
    min-height: auto;
  }

  .hero-event__left {
    margin-bottom: 30px;
  }

  .hero-event__formcard {
    padding: 32px 22px;
    border-radius: 24px;
  }
  .logo_header_event {
    padding-bottom: 20px;
  }
  .hero-event__left {
  padding-top: 0px!important;
}
}

@media (max-width: 768px) {
  .hero-event__title {
    font-size: 3rem;
  }

  .hero-event__text {
    font-size: 1rem;
  }
  .logo_header_event {
    text-align: center;
  }

  .hero-event__btn {
    width: 100%;
    min-width: 0;
  }
  .hero-event__text.mb-display {
    display: initial;
    margin-top: 30px;
  }
  .hero-event__infos.mb-display {
    display: initial;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .hero-event__countdown.mb-display, .hero-event__countdown_.mb-display_ {
    display: flex;
    margin-top: 0px;
  }
  .hero-event__text.mb-display h3 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #fff;
    padding-top: 40px;
  }
  .hero-event__text.dt-display, .hero-event__infos.dt-display, .hero-event__countdown.dt-display, .hero-event__countdown_.dt-display_ {
    display: none;
  }
  .logo_header_event {
    padding: 15px 0 20px;
  }
  
  .hero-event__title h1 {
    font-size: 50px;
    line-height: 48px;
    margin-bottom: 10px;
    text-align: center;
  }
  
  .hero-event__formcard {
    margin-top: 0px;
   }
  .hero-event__left {
    text-align: center;
  }
  .hero-event__info-item {
    margin-bottom: 20px;
    display: inline-flex;
  }
  .mb-pad {
  margin-right: 50px;
  }
  .hero-event__countdown-box, .hero-event__countdown-box_ {
        width: calc(20% - 7px);
    }
}

}

/************************************************************/


#cta-hubspot {
  transform: translateY(100%) !important;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  box-shadow: 0 -8px 32px rgba(0,0,0,0.25) !important;
  z-index: 1000;
  background: #fff!important;
}

#cta-hubspot.bg-success {
  background: #fff!important;
}

#cta-hubspot.active {
  transform: translateY(0) !important;
  z-index: 1000;
}

#cta-hubspot a {
  background: #76BCBF;
  color: #fff;
  border: none;
}

@media (min-width: 769px) {
  #cta-hubspot { display: none !important; }
}

body { padding-bottom: 120px; }