.ivb-home-hero {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  margin: 0 0 24px;
  background-color: #4fc6e0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ivb-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(79, 198, 224, 0.5) 0%, rgba(69, 185, 124, 0.01) 70%);
}

.ivb-home-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 420px);
  gap: 28px;
  align-items: center;
  max-width: 1120px;
  min-height: 520px;
  margin: 0 auto;
  padding: 72px 40px;
}

.ivb-home-hero__content {
  color: #fff;
  max-width: 560px;
}

.ivb-home-hero__content h1 {
  margin: 0 0 12px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.14;
}

.ivb-home-hero__content p {
  margin: 0 0 22px;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.6;
}

.ivb-home-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #f9ed32;
  color: #333 !important;
  padding: 12px 18px;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  box-shadow: none !important;
}

.ivb-home-hero__cta:hover,
.ivb-home-hero__cta:focus {
  color: #fff !important;
}

.ivb-home-hero__cta-icon {
  display: inline-flex;
  width: 16px;
  height: 16px;
}

.ivb-home-hero__cta-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.home .intro .butt {
  display: inline-flex;
}

.ivb-home-hero__media {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ivb-home-hero__video {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 360px;
  aspect-ratio: 16 / 9;
  box-shadow: none !important;
}

.ivb-home-hero__video-screen {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
}

.ivb-home-hero__video-play {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.82);
  color: #fff;
  font-size: 64px;
  line-height: 1;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.ivb-home-hero__shape {
  position: absolute;
  left: 0;
  width: 100%;
  height: 72px;
  color: #fff;
  z-index: 1;
  pointer-events: none;
}

.ivb-home-hero__shape svg {
  display: block;
  width: 100%;
  height: 100%;
}

.ivb-home-hero__shape--bottom {
  bottom: 0;
  transform: rotate(180deg);
}

.ivb-home-hero__shape-fill {
  fill: #fff;
}

@media (max-width: 1024px) {
  .ivb-home-hero,
  .ivb-home-hero__inner {
    min-height: 460px;
  }

  .ivb-home-hero__inner {
    grid-template-columns: minmax(0, 1fr) 300px;
    padding: 68px 28px;
  }

  .ivb-home-hero__content h1 {
    font-size: 2.9em;
  }

  .ivb-home-hero__video-play {
    width: 96px;
    height: 96px;
    font-size: 54px;
  }
}

@media (max-width: 767px) {
  .ivb-home-hero {
    min-height: 0;
  }

  .ivb-home-hero__inner {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 56px 20px 72px;
  }

  .ivb-home-hero__content {
    max-width: none;
  }

  .ivb-home-hero__content h1 {
    font-size: 2em;
  }

  .ivb-home-hero__content p {
    font-size: 1.05em;
  }

  .ivb-home-hero__media {
    justify-content: flex-start;
  }

  .ivb-home-hero__video {
    max-width: 220px;
  }

  .ivb-home-hero__video-play {
    width: 80px;
    height: 80px;
    font-size: 42px;
  }

  .ivb-home-hero__shape {
    height: 44px;
  }
}