.fa-stm__container {
  text-align: center;
}
.fa-stm__wrapper {
  margin: auto;
  padding: 0 2rem;
}
.fa-stm__cta a {
  text-decoration: none;
  border-radius: 5px;
  padding: 10px 30px;
  display: block;
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  margin: auto;
  margin-top: 50px;
  transition: all 400ms ease;
}
/* 
.fa-stm__popup-form {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
visibility: hidden;
opacity: 0;
transition-property: opacity, visibility;
transition-duration: .4s, 0s;
transition-delay: 0s, .4s;
overflow-y: scroll;
z-index: 9999;
}
.fa-stm__popup-form.show {
visibility: visible; 
opacity: 1;
transition-delay: 0s, 0s;
}
.fa-stm__form-container {
margin: auto;
padding: 50px 20px;
position: relative;
}
.popup-form.close {
position: absolute;
top: 0;
right: 0;
margin: 35px;
padding: 0px 8px;
border-radius: 5px;
font-weight: 600;
cursor: pointer;
color: #fff;
background-color: #000;
}
html.show {
overflow-y: hidden;
}
.popup-form {
cursor: pointer;
}
*/

.fa-stm__popup-form.fancybox-content{
  padding: 30px!important
}
.fa-stm__popup-form form div.hs-form-field input,
.fa-stm__popup-form form div.hs-form-field textarea,
.fa-stm__popup-form form div.hs-form-field select{
  width: 100% !important;
  background-color: #fff;
  border-color: darkgray;
  font-size: ;
}
.fa-stm__popup-form form .hs_submit input{
  font-size: 18px;
  text-decoration: none !important;
  text-transform: capitalize;
  display: inline-block;
  border-radius: 3px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 20px;
  margin-top: 0px;
  transition: .3s;
  color: #fff !important;
  background-color: #76005B !important;
  border-color: #76005B !important;
}
.fa-stm__popup-form form .hs_submit input:hover{
  background-color: #99457F  !important;
  border-color: #99457F  !important;
}
.fa-stm__popup-form form ul.hs-error-msgs{
  margin: 0;
  line-height: 1.2;
}
.fa-stm__popup-form form .hs_recaptcha.hs-recaptcha.field.hs-form-field{
  padding-top: 18px;
}

@media screen and (max-width: 767px){
  .fa-stm__cta a{
    margin-top: 25px;
  }
}
