.sect-b-newsletter {
  position:relative;
  border:1px solid #241b20;
  padding:0 8px 16px;
  margin-top:30px
}
.sect-b-newsletter-card {
  padding:26px 27px;
  background:#fff;
  position:relative
}
.newsletter-title-a h3 {
  position:absolute;
  top:-20px;
  left:0;
  right:0;
  display:inline-block;
  max-width:154px;
  width:100%;
  height:40px;
  margin:auto;
  color:#241b20;
  text-align:center;
  font-family:Roboto;
  font-size:16px;
  font-style:normal;
  font-weight:500;
  line-height:40px;
  text-transform:uppercase;
  background:#fbbe55
}
.newsletter-form-wapper h4 {
  color:#241b20;
  leading-trim:both;
  text-edge:cap;
  font-family:Roboto;
  font-size:16px;
  font-style:normal;
  font-weight:400;
  line-height:normal;
  margin:0;
  margin-top:14px;
  margin-bottom:25px
}
.newsletter-form-wapper label {
  display:block;
  color:#241b20;
  leading-trim:both;
  text-edge:cap;
  font-family:Roboto;
  font-size:16px;
  font-style:normal;
  font-weight:500;
  line-height:normal
}
.newsletter-form-wapper label span {
  color:#fbbe55
}
.newsletter-form-wapper input {
  border:1px solid #b0b6bb;
  color:#241b20;
  leading-trim:both;
  text-edge:cap;
  font-family:Roboto;
  font-size:16px;
  font-style:normal;
  font-weight:500;
  line-height:normal;
  width:100%;
  height:40px;
  padding:0 16px
}
.newsletter-form-wapper button,
#gform_submit_button_10 {
  border:1px solid #241b20;
  background:#fbbe55;
  box-shadow: 0px 1px 2px 0px rgba(20, 14, 62, 0.25), 0px 0px 0px 1px #140E3E inset, 0px 1px 1px 1px rgba(255, 255, 255, 0.25) inset, 0px -1px 1px 1px rgba(20, 14, 62, 0.25) inset;
  width:100%;
  height:40px;
  color:#241b20;
  text-align:center;
  font-family:Roboto;
  font-size:16px;
  font-style:normal;
  font-weight:700;
  line-height:100%
}
#gform_wrapper_10 .gform_heading {
  display:none
}
#gform_wrapper_10 .gfield_required .gfield_required_text{display:none;}

#gform_wrapper_10 .gfield_required::before{
content: "*";
position: relative;
top: -4px;
color: #FBBE55;
left: 2px;
}
.h-form-check {
  position:relative;
  margin-top:25px
}
.h-form-check .form-check-input {
  position:absolute;
  z-index:-1;
  opacity:0
}
.h-form-check .form-check-label {
  color:rgba(36,27,32,.5);
  leading-trim:both;
  text-edge:cap;
  font-family:Roboto;
  font-size:11px;
  font-style:normal;
  font-weight:400;
  line-height:normal;
  padding-left:30px
}
.h-form-check .form-check-label a {
  text-decoration-line:underline;
  color:rgba(36,27,32,.5)
}
.h-form-check .form-check-label:before,
.h-form-check .form-check-label:after {
  content:"";
  position:absolute;
  top:10px;
  left:0;
  width:20px;
  height:20px;
  margin-top:-10px
}
.h-form-check .form-check-label:before {
  left:0;
  pointer-events:none;
  user-select:none;
  border-radius:0;
  border:1px solid #b0b6bb
}
.h-form-check .form-check-label:after {
  left:1px;
  width:20px;
  height:16px;
  border-radius:0;
  opacity:0;
  transition:opacity .3s;
  margin-top:-8px;
  background-image:url(../img/fi_447147.svg);
  background-position:center;
  background-repeat:no-repeat;
  background-size:contain
}
.h-form-check .form-check-input:checked+.form-check-label:after {
  opacity:1
}
