@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Open+Sans:wght@300;400&display=swap');

.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: -1rem;
  z-index: 900;
}

.card-body .container {
  max-width: 560px;
}


.pop-up-heading {
  margin-top: 1em;
  margin-bottom: 0;
  font-family: 'Montserrat', sans-serif;
  color: #201D1D;
  word-wrap: break-word !important;
  word-break: normal !important;
  font-size: 1.65em;
  letter-spacing: -1px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  margin-top: 0;
}

.ldcv.ldcv-vortex.active > .base > .inner {
  overflow: hidden;
}
.ldcv > .base {
  left: -0.15%;
  position: relative;
  max-width: 100% !important;
}

.ldcv > .base > .inner.card {
  padding: 5px 25px;
  overflow-y: hidden;
  border-radius: 10px;
}
.ldcv > .base > .inner.card .container {
  width: 100%;
}

#get-insta-access-now {
    background: rgb(80, 170, 80);
    color: #ffffff;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    display: block;
    font-family: 'Raleway', sans-serif !important;
    font-size: 24px;
    font-weight: 700;
    margin: 19px auto 0;
    outline: 0;
    padding: 13px 35px;
    text-decoration: none;
    text-align: center;
    text-transform: none;
    width: auto;
  }
  #get-insta-access-now:hover,
  #get-insta-access-now:focus,
  #get-insta-access-now:active {
    background-color: #438e43 !important;
    outline: 0;
  }

  #get-extras-button {
    background: #fdc054;
    color: #7d5829;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 3px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    display: inline-block;
    font-size: 21px;
    font-weight: 700;
    margin: 0 auto 1.5rem;
    padding: 10px 15px;
    text-decoration: none;
    text-align: center;
    width: 90%;
  }
  #get-extras-button:hover,
  #get-extras-button:focus,
  #get-extras-button:active {
    background-color: rgba(253, 192, 84, 0.9);
  }

  /*** Pop-Up Section ***/
  .form-wrapper { width: 100%; }
  .form-wrapper form {
    margin-bottom: 0;
  }
  .form-wrapper input[type="text"],
  .form-wrapper input[type="email"] {
    display: block;
    width: 100%;
    margin: 0;
    padding: 22px 13px;
    color: #201D1D;
    background: white;
    border: 1pt solid #C9D7DD;
    border-radius: 0;
    box-shadow: none;
    transition: none;
    box-sizing: border-box;
    font-size: .9em;
    font-weight: 700;
    line-height: 1em;
    height: 2.5em;
    margin: 15px 0;
    letter-spacing: -0.3px;
    border-radius: 4px;
  }
  .form-wrapper input[type="text"]:focus,
  .form-wrapper input[type="email"]:focus {
    border: 1px solid rgb(0,0,0,0.85);
  }
  .form-wrapper input[type="text"]::placeholder,
  .form-wrapper input[type="email"]::placeholder {
    color: #ccc !important;
    opacity: 0.75 !important;
    font-weight: 600;
  }
  .submit-registration-btn {
    display: block;
    overflow: hidden;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    text-transform: none;
    font-size: 15pt;
    letter-spacing: 0em;
    background-color: rgb(14, 141, 199);
    border-style: solid;
    border-width: 0pt 0pt 3pt;
    border-top-width: 0pt;
    border-right-width: 0pt;
    border-bottom-width: 3pt;
    border-left-width: 0pt;
    border-color: rgb(0, 0, 0);
    margin: 0.2em auto 0;
    padding: 0.9em;
    color: #fff;
    text-align: left;
    font-weight: bold;
    border-radius: 3px;
    line-height: 100%;
    max-width: none;
    height: auto;
  }
  .submit-registration-btn:hover,
  .submit-registration-btn:focus,
  .submit-registration-btn:active {
    color: #fff;
    border-color: rgb(0, 0, 0);
  }

@media (max-width: 600px) {
  .ldcv > .base {
    max-width: 92% !important;
  }
  .ldcv > .base > .inner.card {
    padding: 5px 15px;
  }
  .ldcv > .base > .inner {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .ldcv > .base > .inner .container {
    padding: 0;
  }
  #get-insta-access-now {
    font-size: 18px;
    line-height: 1.3em;
  }
  .pop-up-heading {
    font-size: 1.3em;
  }
  .close-modal {
    right: 0.5rem;
  }
  .submit-registration-btn {
    white-space: inherit;
  }
}