.instant-bottom-cta {
  background: #201b19;
  color: #fff;
  padding: 48px 16px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.instant-bottom-cta__glow {
  position: absolute;
  border-radius: 50%;
  background: #f05243;
  pointer-events: none;
  opacity: 1;
  filter: blur(200px);
}
.instant-bottom-cta__glow--1 {
  width: 254px;
  height: 254px;
  right: -113px;
  bottom: -169px;
}
.instant-bottom-cta__glow--2 {
  width: 254px;
  height: 254px;
  left: -113px;
  top: -149px;
}

.instant-bottom-cta__pattern {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  max-width: none;
  height: auto;
  opacity: 1;
  pointer-events: none;
  transform: translateX(-50%);
}

.instant-bottom-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 1191px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  box-sizing: border-box;
}

.instant-bottom-cta__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.instant-bottom-cta__title {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  color: #fff;
  max-width: none;
}

.instant-bottom-cta__title-line {
  display: block;
}

.instant-bottom-cta__subtitle {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  color: #f05243;
}

.instant-bottom-cta__btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 16px 48px;
  border-radius: 100px;
  background: #f05243;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.instant-bottom-cta__btn:hover, .instant-bottom-cta__btn:focus-visible {
  background: rgb(237.7389162562, 55.9221674877, 38.6610837438);
  color: #fff;
  text-decoration: none;
}

@media (max-width: 991px) {
  .instant-bottom-cta {
    padding: 48px 16px;
  }
  .instant-bottom-cta__inner {
    gap: 40px;
  }
  .instant-bottom-cta__copy {
    gap: 20px;
  }
  .instant-bottom-cta__title {
    font-size: 30px;
  }
  .instant-bottom-cta__subtitle {
    font-size: 20px;
  }
  .instant-bottom-cta__glow--1 {
    right: -113px;
    bottom: -169px;
  }
  .instant-bottom-cta__glow--2 {
    left: -216px;
    top: -149px;
  }
  .instant-bottom-cta__pattern {
    width: auto;
    height: 100%;
    top: 0;
    bottom: 0;
  }
}/*# sourceMappingURL=bottom-cta.css.map */