.m-payment_form{
  position: relative;  
}

.m-payment_form__form{
  position: relative;
  background: #ffffff;
  max-width: 790px;
  margin: 0 auto;
  padding: 30px;
  overflow: hidden;
  transition: height .3s ease;
}

.m-payment_form__form.shrink{
  height: 300px; 
}

.m-payment_form__title{
 padding-bottom: 10px; 
}

.m-payment_form__title h2{
 padding-bottom: 15px; 
}

.m-payment_form__form .form-columns-1,
.m-payment_form__form .form-columns-2{
  margin-bottom: 0 !important;
}

.m-spinner{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    transform: translate(-50%, -50%);
    z-index: 99999999;
}

.m-spinner__overlay{
  display: none;
  background-color: #ffffff;
  border-radius: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.m-spinner > div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 64px;
        height: 64px;
        margin: 8px;
        border: 8px solid #4eb9a0;
        border-radius: 50%;
        animation: spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #eb6e1f transparent transparent transparent;
}

.m-spinner > div:nth-child(1){
  animation-delay: -0.45s;
}

.m-spinner > div:nth-child(2){
  animation-delay: -0.3s;
}

.m-spinner > div:nth-child(3){
  animation-delay: -0.15s;
}

.m-spinner > span{
  display: block;
    position: absolute;
    bottom: -30px;
    font-size: 18px;
    left: -110px;
    text-align: center;
    white-space: nowrap;
    width: 300px; 
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 768px){
  body form fieldset.form-columns-2>div.hs-form-field{
    width: 100% !important; 
  } 
}

@media (min-width: 768px){
   .m-payment_form__form{
    padding: 75px 100px;  
  }
}

.m-contact_page__formwrapper {
        max-width: 750px;
    }

.error {
    font-size: 14px;
    color: #eba900;
}

.m-form__submissionmessage{
  display: none; 
  padding: 70px 15px 60px;
}

.m-form__submissionmessage *{
  color: white; 
}

.m-form__submissionmessage h2{
  margin-bottom: 20px;
}
}
}