.ribbon-holder {
  position: relative;
  margin: 0 auto;
  display: flex;
  align-content: center;
  justify-content: center;
  width: 100%;
}
.ribbon {
  height: 62px;
  top: -30px;
  position: absolute;
  z-index: 3000;
  display: block;
  margin: 0 auto;
  left: 30.5%;
}
.close-modal {
  cursor: pointer;
  position: absolute;
  top: -18px;
  right: -2rem;
  z-index: 900;
}

.card-body .container {
  max-width: 670px;
}

.pop-up-heading {
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: #00375a;
  word-wrap: break-word !important;
  word-break: normal !important;
  font-size: 4.5rem;
  letter-spacing: -1px;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  padding-inline: 3rem;
}

.ldcv.ldcv-vortex.active > .base > .inner {
  overflow: hidden;
}
.ldcv > .base {
  position: relative;
  max-width: 100% !important;
}

.ldcv > .base > .inner.card {
  border-radius: 10px;
  padding: 5px 25px;
  overflow-y: hidden;
}
.ldcv > .base > .inner.card .container {
  width: 100%;
}

.keap-submit-btn {
  font-size: 3.8rem;
  padding: 2rem 3rem 2.5rem;
  width: 100%;
  max-width: 100%;
  box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
  text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
  transition: background-color 300ms ease 0ms,border 300ms ease 0ms;
  text-align: center;
  line-height: 1.15;
  margin-bottom: 2rem;
}

@media (max-width: 600px) {
  .ldcv > .base {
    max-width: 92% !important;
  }
  .ldcv > .base > .inner.card {
    padding: 5px 15px;
  }
  .ldcv > .base > .inner {
    max-width: 97%;
    margin-left: auto;
    margin-right: auto;
  }
  .ldcv > .base > .inner .container {
    padding: 0;
  }
  .form-wrapper label {
    font-size: 1.4rem;
    line-height: 1.2em;
    display: inline-block;
  }
  .pop-up-heading {
    font-size: 1.7em;
    line-height: 1.1em;
    margin-bottom: 1rem;
  }
  .close-modal {
    right: 0.5rem;
  }
  .submit-registration-btn {
    white-space: inherit;
  }
  .keap-submit-btn {
    font-size: 2.25rem;
    padding: 1rem;
  }
  .keap-submit-btn img {
    display: block !important;
    margin: 0 auto 0.5rem !important;
  }
}