@import url("../../block.css");
* {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.innovator-club-hero {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 100vh;
  padding-top: 7.4vh;
  box-sizing: border-box;
}
.innovator-club-hero .hero-background {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 1;
}
.innovator-club-hero .hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.innovator-club-hero .hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.innovator-club-hero .container {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}
.innovator-club-hero .hero-content {
  text-align: center;
  color: #fff;
}
.innovator-club-hero .hero-title {
  font-size: 6.8rem;
  font-weight: 100;
  line-height: 1.1;
  margin-bottom: 7rem;
  letter-spacing: -0.8px;
}
.innovator-club-hero .hero-info {
  font-size: 3.4rem;
  font-weight: 100;
  margin-bottom: 7rem;
}
.innovator-club-hero .hero-cta {
  display: inline-block;
  padding: 1.6rem 3.2rem;
  background: var(--color);
  color: #fff;
  text-decoration: none;
  border-radius: var(--radius);
  font-size: 3.2rem;
  font-weight: 100;
  transition: background 0.3s;
}
.innovator-club-hero .hero-cta:hover {
  background: #0052a3;
}
.innovator-club-hero .container.content-style_1 .hero-content .hero-title {
  font-size: 3.6rem;
  font-size: 4rem;
  margin-bottom: 17px;
  line-height: 1.2;
}
.innovator-club-hero .container.content-style_1 .hero-content .hero-info {
  font-size: 7.2rem;
  font-size: 7rem;
  line-height: 1.2;
}
body:not(.wp-admin) .innovator-club-hero .wow {
  transform: translateY(40px);
  opacity: 0;
  transition: transform 1s ease-out, opacity 1s ease-out;
}
body:not(.wp-admin) .innovator-club-hero .wow.animated {
  transform: translateY(0);
  opacity: 1;
}
@media all and (max-width: 1441px) {
  .innovator-club-hero .container.content-default .hero-content .hero-title {
    font-size: var(--h1);
    margin-bottom: 2rem;
  }
  .innovator-club-hero .container.content-default .hero-content .hero-info {
    font-size: var(--h3);
  }
  .innovator-club-hero .container.content-style_1 .hero-content .hero-title {
    font-size: var(--h3);
    margin-bottom: 2rem;
  }
  .innovator-club-hero .container.content-style_1 .hero-content .hero-info {
    font-size: var(--h1);
  }
}
@media all and (max-width: 769px) {
  .innovator-club-hero .container.content-default .hero-content .hero-title {
    font-size: var(--t1);
    margin-bottom: 2rem;
  }
  .innovator-club-hero .container.content-default .hero-content .hero-info {
    font-size: var(--t3);
  }
  .innovator-club-hero .container.content-style_1 .hero-content .hero-title {
    font-size: var(--t3);
    margin-bottom: 2rem;
  }
  .innovator-club-hero .container.content-style_1 .hero-content .hero-info {
    font-size: var(--t1);
  }
}
