.lead-capture-fancybox.fancybox-content {
  padding: 0;
  background-repeat: no-repeat;
}

.lead-capture-wrapper {
  width: 100%;
  max-width: 450px;
  overflow: hidden;
  font-family:
    Work Sans,
    sans-serif;
}

.lead-capture-image-container {
  position: relative;
  z-index: 1;
  width: 450px;
  height: 340px;
}

.lead-capture-image-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0) 75%);
}

.lead-capture-container {
  display: flex;
  flex-direction: row;
  position: relative;
  z-index: 5;
  margin-top: -96px;
  transition: all linear 0.3s;
}

.lead-capture-slide {
  flex-shrink: 0;
  display: inline-block;
  padding: 32px;
  width: 100%;
}

.lead-capture-header {
  text-align: center;
  font-size: 20px;
  margin-bottom: 24px;
}

.lead-capture-title {
  margin-bottom: 16px;
  font-family:
    Libre Baskerville,
    serif;
  font-size: 48px;
  line-height: 1.25;
  letter-spacing: -0.025em;
  font-weight: 700;
}

.lead-capture-goal {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 16px;
  padding: 12px 24px;

  cursor: pointer;
  transition: all linear 0.3s;
  border-radius: 6px;
  border: 1px solid #d5e1eb;
  background: rgb(213 225 235 / 50%);

  font-size: 18px;
  font-family: inherit;
  line-height: 1.75;
  text-align: center;
}

.lead-capture-goal:hover,
.lead-capture-goal.selected {
  background-color: #004b70;
  color: white;
  border-color: #004b70;
}

.lead-capture-goal:last-child {
  margin-bottom: 0;
}

.lead-capture-goal-radio {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}

.lead-capture-field span {
  display: block;
  text-align: center;
  margin-bottom: 6px;
}

.lead-capture-field input {
  display: block;
  width: 100%;
  padding: 12px 24px;
  text-align: center;
  font-family:
    Work Sans,
    sans-serif;
  color: #484d61;
  border-radius: 6px;
}

.lead-capture-field input:focus {
  outline: none;
  border-width: 2px;
  border-color: #484d61;
}

.lead-capture-button {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 16px;
  padding: 12px 24px;

  cursor: pointer;
  transition: all linear 0.2s;
  border-radius: 6px;
  border: 1px solid #0ac7e5;
  background: #0ac7e5;

  color: white;
  font-size: 18px;
  font-weight: 600;
  font-family: inherit;
  line-height: 1.75;
  text-align: center;
}

.lead-capture-skip {
  width: 100%;
  border: 0;
  background: none;
  padding: 8px 16px;
  margin-top: 16px;
  border-radius: 6px;
  transition: all linear 0.2s;

  font-weight: 500;
  font-size: 14px;
}

.lead-capture-skip:hover {
  background-color: #004a70;
  color: white;
}
