.banner-v2-mod a.hs-button.primary.prev-btn {
  background: #fff;
  border: #fff;
  color: #E61D77;
  padding-left: 0px !important;
  text-align: left;
  width: 48%;
}
.banner-v2-mod a.hs-button.primary.prev-btn:hover {
  background: #fff !important;
  border: #fff !important;
  color: #E61D77 !important;
}
.banner-v2-mod a.hs-button.primary.prev-btn img{
  margin-right: 6px;
}

.form-step-content.step4 {
  display: block !important;
}
.pillar-banner-with-form .hs-error-msgs.inputs-list label {
  color: #e61212 !important;
}

.form-step-content.step4 a.hs-button.disable.primary.next-btn, 
.form-step-content.step4 a.hs-button.primary.prev-btn {
  display: none;
}

.hs-form-field {
  margin-bottom: 5px;
}
.pillar-banner-with-form .actions {
  display: flex;
  justify-content: space-between;
}
.hs-fieldtype-booleancheckbox li.hs-form-booleancheckbox input { 
  position: relative;
  /*     top: -10px; */
}
.pillar-banner-with-form .banner-contents {
  margin-top: 70px;
}
.banner-v2-mod{
  padding-bottom: 3px;	
  padding-top: 2px;
}
.banner-v2-mod .banner-text h2{
  width: 70%; 
}

.banner-v2-mod .image-outer{
  width: 100%; 
  padding-top: 30px;
}
.banner-v2-mod .image-outer .image img{
  width: 100%; 
  height: auto;
}
.banner-v2-mod .banner-v2-sec .layout-img{
  position: absolute;
  right: 0;
}
.banner-v2-mod .banner-v2-sec{
  display: flex;
  justify-content: space-between;
  position: relative;
}
.banner-v2-mod .banner-v2-sec .layout-img .form {
  /*   box-shadow: 0 3px 13px 0 rgb(185 183 201 / 75%); */
  /*   background-color: #fff; */
}
.banner-v2-mod .banner-v2-sec .layout-img .form-head h3{
  color: #1e2540; 
}
.banner-v2-mod .banner-v2-sec .layout-img{
  box-shadow: 0 3px 13px 0 rgb(185 183 201 / 75%);
  background-color: #fff;
  padding: 40px 50px;
  border-radius: 20px;
}
.banner-v2-mod .banner-v2-sec .banner-contents{
  width: 48%;
  /*   padding-top: 200px; */
  /*   padding-bottom: 20px; */
}
.banner-v2-mod .banner-v2-sec .layout-img{
  width: 46%;
}
.banner-v2-mod .banner-v2-sec .layout-img .image {
  text-align: center;
  margin-bottom: 50px;
}
.banner-v2-mod .banner-v2-sec .layout-img img{
/*   max-width: 100%; */
/*   height: auto; */
}
.banner-v2-mod .banner-v2-sec .banner-contents .banner-text h1,
.banner-v2-mod .banner-v2-sec .banner-contents .banner-text h1 span{
  font-size: 55px;
  font-weight: 600;
  color: #1e2540;
  margin-bottom: 20px;
  line-height: 57px;
}
.banner-v2-mod .banner-v2-sec .banner-contents .banner-text h2,
.banner-v2-mod .banner-v2-sec .banner-contents .banner-text h2 span{
  color: #1e2540;
  line-height: 56px;
}
.banner-v2-mod .banner-v2-sec .banner-contents .banner-cta{
  padding-top: 40px;
  padding-bottom: 82px;
}

.banner-v2-mod .bottom-tags p,
.banner-v2-mod .bottom-tags p span{
  margin-bottom: 0px;
}
.banner-v2-mod .bottom-tags{
  margin-right: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.banner-v2-mod .bottom-tags .tag-text:first-child{
  font-size: 11px;
  line-height: 28px;
  color: #A3A3A3;
  margin-right: 10px;
  font-weight: 500;
  text-transform: uppercase;
  background: transparent;

}
.banner-v2-mod .bottom-tags .tag-text{
  background: #E8E8E8;
  padding: 8px 15px;
  font-size: 13px;
  line-height: 28px;
  color: #1A1F2E;
  font-weight: 400;
  margin-right: 10px;
}

.banner-v2-mod .banner-cta a:hover {
  color: #fff !important;
  background: #1e2540;
} 
.banner-v2-mod .banner-cta a{
  cursor: pointer;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  color: #1D2541;
  border: 1px solid #1E2540;
  padding: 12.5px 27px;
  border-radius: 42px;
  line-height: 26px;
  display: inline-block;
}
.banner-v2-mod .ebook-list-date {
  font-size: 14px;
  line-height: 28px;
  color: #1D2541;
  opacity: 0.5;
  margin-top: 20px;
  margin-bottom: 10px;
}


.banner-v2-mod .blog-social-share p:last-child{
  margin-bottom: 0;
}
.banner-v2-mod .blog-social-share {
  display: flex;
  margin-top:40px;
}

.banner-v2-mod .blog-social-share .bl-right{
  display: flex;
}
.banner-v2-mod .blog-social-share .bl-right span{
  font-size: 14px;
  color: #1D254180;
  line-height: 28px;
  opacity: 0.5;
}
.banner-v2-mod .blog-social-share .share-outer{
  display: flex;
  margin-left: 25px;
}
.banner-v2-mod .blog-social-share .share-outer .sharing a{
  margin-right: 10px;
  transition: .2s;
}
.banner-v2-mod .blog-social-share .share-outer .sharing a img{
  box-shadow: 0px 0px 6px #00000017;
  border-radius: 26px;
}
.banner-v2-mod .blog-social-share .share-outer .sharing:hover a img{
  box-shadow: rgb(0 0 0 / 10%) 0 5px 35px 0;
  -webkit-transform: translateY(-0.25em);
  -ms-transform: translateY(-.25em);
  transform: translateY(-0.25em);
  transition: .2s;
}
.banner-v2-mod .blog-social-share .share-outer .sharing a:hover {
  opacity: 0.8;
}
.banner-v2-mod .blog-social-share .share-outer .sharing:last-child a{
  margin-right: 0px;
}



.pillar-banner-with-form .form form .input textarea {
  height: 61px!important;
  min-height: 61px !important;
  padding: 0.7rem!important;
}

.pillar-banner-with-form .form form .legal-consent-container .hs-form-booleancheckbox-display>span {
  position: relative;
}
.pillar-banner-with-form .form form .hs-error-msg{
  color: red !important;
  margin-top: 0.35rem;
  font-size: 11px !important;
  margin-bottom: 5px;
  line-height: 15px;
}
.pillar-banner-with-form .form form .inputs-list span.hs-form-required {
  vertical-align: middle;
  position: absolute;
  top: 0px;
  right: -10px;
}
.pillar-banner-with-form .legal-consent-container .hs-form-booleancheckbox-display>span{
  margin-left: 10px;
}
.pillar-banner-with-form .form form .inputs-list > li {
  margin-top: 0px !important;
}
.pillar-banner-with-form .form form select {
  width:100% !important;
  color: #A3A3A3 !important;
  -webkit-appearance:none !important;
  background-color:transparent;
}
.pillar-banner-with-form .form form input[type=text], form input[type=email], form input[type=password], form input[type=tel], form input[type=number], form input[type=file], form select, form textarea {
  border: 0.6px solid #A7A7A7;
  height:45px;
  width:100%!important;
  -webkit-appearance:none !important;

}

.pillar-banner-with-form .form form label {
  /*   display: flex; */
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
  line-height:26px;
  color: #1C223E;
  display: block;
}


.pillar-banner-with-form .form form textarea::-webkit-input-placeholder{
  color: #A3A3A3 !important;
}
.pillar-banner-with-form .form form input[type=submit], form .hs-button {
  border: 1px solid #E61D77;
  padding: 14px 60px;
  font-family: Montserrat,sans-serif;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  background-color: #E61D77;
  border-radius: 30px;
  color: #fff;
  font-size: 16px;
  line-height:26px;
  text-transform: none;
  width: 100%;
}
.pillar-banner-with-form .form form textarea {
  width:100% !important;
  height: 240px;
  color: #A3A3A3 !important;
}
.pillar-banner-with-form .form form input::placeholder {
  color: #A3A3A3;
  font-size: 16px;
  font-weight:400;
  line-height:28px;
}
.pillar-banner-with-form .form form .legal-consent-container .hs-form-booleancheckbox-display>span p{
  display: block;
  margin-left: 0px !important;
  font-size: 16px;
  line-height:28px;
  color: #1D2541;
  font-weight: 500;
}
.pillar-banner-with-form .form form input[type=checkbox]{ 
  margin-top: 0px; 
}
.legal-consent-container input {
  position: relative;
  top: 3px;
}
.pillar-banner-with-form .form form input[type=radio] {
  margin-top: 7px;
}
.pillar-banner-with-form .form form .hs-richtext, .pillar-banner-with-form .form form .hs-richtext p {
  font-size: 14px;
  color: #1D2541;
  line-height: 21px;
}
.pillar-banner-with-form .form form .hs-richtext p a{
  color:#E61D77;
  font-weight:500;
  text-decoration:underline !Important;
}
.pillar-banner-with-form .form form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  display: none;
}
.pillar-banner-with-form .form form .hs_your_purpose_for_contacting_us label:before {
  content: "";
  width: 11px;
  height: 1.5px;
  background: #767385;
  position: absolute;
  transform: rotate(-45deg);
  right:35px;
  top: 74px;
  z-index: 9999;
}
.pillar-banner-with-form .form form .hs_your_purpose_for_contacting_us label:after {
  content: "";
  width: 11px;
  height: 1.5px;
  background: #767385;
  position: absolute;
  transform: rotate(45deg);
  right: 42px;
  top: 74px;
  z-index: 9999;
}
.pillar-banner-with-form .form form .hs_your_purpose_for_contacting_us{
  position:relative;
  width:45% !important;

}
.pillar-banner-with-form .form form .input{
  padding-bottom: 5px;
}
.pillar-banner-with-form .form form .legal-consent-container .input{
  margin-bottom:0px!important;
  padding-bottom:0px!important;
}
.pillar-banner-with-form .form form select{
  position:relative;
  z-index:99999;
}

@media only screen and (max-width: 700px) and (min-width: 220px){

  .form-step-content a.hs-button.primary {
    width: 100%;
  }
  .pillar-banner-with-form .actions {
    display: block !important;
  }

}
/*************Responsive Styles*****************/
/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 220px){
.banner-v2-mod a.hs-button.primary.prev-btn {
    text-align: center;
}
  .form-step-content.step1 .hs-richtext.hs-main-font-element h3 {
    font-size: 20px !important;
    text-align: center;
  }
  .form-step-content a.hs-button.primary {
    width: 100% !important;
  }
  .pillar-banner-with-form .actions {
    display: block !important;
  }
  .banner-v2-mod .banner-v2-sec .layout-img {
    padding: 30px 20px;
  }
  .banner-v2-mod .banner-text h2{
    width: 100%; 
  }

  .banner-v2-mod .banner-v2-sec .banner-contents .banner-text h1 br{
    display: none; 
  }
  .banner-v2-mod .banner-v2-sec .layout-img{
    position: static; 
  }
  .banner-v2-mod .blog-social-share .bl-right{
    margin-top: 30px; 
  }
  .pillar-banner-with-form .form form .legal-consent-container .hs-form-booleancheckbox-display>span p{
    font-size: 13px; 
  }
  .pillar-banner-with-form form.hs-form .hs_submit input.hs-button.primary.large{
    padding: 14px 25px !important; 
  }
  .banner-v2-mod .banner-v2-sec .layout-img .image{
    display: block !important; 
    margin-top: 50px;
  }
  .banner-v2-mod .image-outer .image{
    display: none; 
  }
  .pillar-banner-with-form .form form .inputs-list span.hs-form-required{
    right: -10px; 
  }
  .banner-v2-mod .banner-v2-sec{
    flex-direction: column;
  }
  .banner-v2-mod .banner-v2-sec .banner-contents{
    width: 100%;
    /*     padding-top: 60px; */
  }
  .banner-v2-mod .banner-v2-sec .layout-img{
    width: 100%;
    /*     text-align: center; */
  }
  .banner-v2-mod .banner-v2-sec .banner-contents .banner-cta {
    padding-bottom: 40px;
    padding-top: 0px;
    text-align: center;
  }
  .banner-v2-mod .banner-v2-sec .banner-contents .banner-cta a{
    font-size: 12px !Important;
    padding: 10px 40px !important;
  }
  .banner-v2-mod .bottom-tags.tag-desktop{
    display: none !important;
  }
  .banner-v2-mod .bottom-tags.tag-mobile{
    display: flex !Important;    
    overflow: scroll;
    padding-top: 55px;
  }
  .banner-v2-mod .banner-v2-sec .banner-contents .banner-text h1,
  .banner-v2-mod .banner-v2-sec .banner-contents .banner-text h1 span{
    font-size: 40px !important;
    line-height: 39px !important;
    padding-bottom: 20px;
  }
  .banner-v2-mod .banner-v2-sec .banner-contents .banner-text h2,
  .banner-v2-mod .banner-v2-sec .banner-contents .banner-text h2 span{
    font-size: 27px !important;
    line-height: 37px !important;
  }
  .banner-v2-mod .banner-v2-sec .layout-img img {
/*     width: 80%;
    margin: auto; */
  }
  .banner-v2-mod .blog-social-share.mob{
    display: block !important; 
    margin-top: 0;
  }
  .banner-v2-mod .blog-social-share{
    display: none !important; 
  }
}
/**********************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){

  .form-step-content a.hs-button.primary {
    width: 100%;
  }
  .pillar-banner-with-form .actions {
    display: block !important;
  }
  .banner-v2-mod .banner-v2-sec .banner-contents .banner-text h1 br{
    display: none; 
  }
  .banner-v2-mod .banner-v2-sec .layout-img{
    position: static; 
  }
  .pillar-banner-with-form .form form .legal-consent-container .hs-form-booleancheckbox-display>span p{
    text-align: left;
  }
  .pillar-banner-with-form .form form .inputs-list span.hs-form-required{
    right: -10px; 
  }
  .banner-v2-mod .banner-v2-sec{
    flex-direction: column;
  }
  .banner-v2-mod .banner-v2-sec .banner-contents{
    width: 100%;
    /*     padding-top: 60px; */
  }
  .banner-v2-mod .banner-v2-sec .layout-img{
    width: 100%;
    /*     text-align: center; */
  }
  .banner-v2-mod .banner-v2-sec .banner-contents .banner-cta {
    padding-bottom: 40px;
    padding-top: 0px;
    text-align: center;
  }
  .banner-v2-mod .banner-v2-sec .banner-contents .banner-cta a{
    font-size: 12px !Important;
    padding: 10px 40px !important;
  }
  .banner-v2-mod .bottom-tags.tag-desktop{
    display: none !important;
  }
  .banner-v2-mod .bottom-tags.tag-mobile{
    display: flex !Important;    
    overflow: scroll;
    padding-top: 55px;
  }
  .banner-v2-mod .banner-v2-sec .banner-contents .banner-text h1,
  .banner-v2-mod .banner-v2-sec .banner-contents .banner-text h1 span{
    font-size: 40px !important;
    line-height: 39px !important;
    padding-bottom: 20px;
  }
  .banner-v2-mod .banner-v2-sec .banner-contents .banner-text h2,
  .banner-v2-mod .banner-v2-sec .banner-contents .banner-text h2 span{
    font-size: 27px !important;
    line-height: 37px !important;
  }
  .banner-v2-mod .banner-v2-sec .layout-img img {
/*     width: 80%;
    height: 400px;
    margin: auto;
    object-fit: contain; */
  }
}
/*************************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 768px){


  .banner-v2-mod .banner-v2-sec .banner-contents .banner-text h1 br{
    display: none; 
  }
  .banner-v2-mod .banner-v2-sec .layout-img{
    position: static; 
  }
  .pillar-banner-with-form .form form .legal-consent-container .hs-form-booleancheckbox-display>span p{
    text-align: left;
  }
  .banner-v2-mod .banner-v2-sec{
    align-items: center;
  }
  .pillar-banner-with-form .form form .inputs-list span.hs-form-required{
    right: -10px; 
  }
  .banner-v2-mod .banner-v2-sec{
    flex-direction: column;
  }
  .banner-v2-mod .banner-v2-sec .banner-contents{
    width: 100%;
    /*     padding-top: 60px; */
  }
  .banner-v2-mod .banner-v2-sec .layout-img{
    width: 100%;
    /*     text-align: center; */
  }
  .banner-v2-mod .banner-v2-sec .banner-contents .banner-cta {
    padding-bottom: 40px;
    padding-top: 0px;
    text-align: center;
  }
  .banner-v2-mod .banner-v2-sec .banner-contents .banner-cta a{
    font-size: 12px !Important;
    padding: 10px 40px !important;
  }
  .banner-v2-mod .bottom-tags.tag-desktop{
    display: none !important;
  }
  .banner-v2-mod .bottom-tags.tag-mobile{
    display: flex !Important;    
    overflow: scroll;
    padding-top: 55px;
  }
  .banner-v2-mod .banner-v2-sec .banner-contents .banner-text h1,
  .banner-v2-mod .banner-v2-sec .banner-contents .banner-text h1 span{
    font-size: 40px !important;
    line-height: 39px !important;
    padding-bottom: 20px;
  }
  .banner-v2-mod .banner-v2-sec .banner-contents .banner-text h2,
  .banner-v2-mod .banner-v2-sec .banner-contents .banner-text h2 span{
    font-size: 27px !important;
    line-height: 37px !important;
  }
  .banner-v2-mod .banner-v2-sec .layout-img img {
/*     width: 80%;
    height: 400px;
    margin: auto;
    object-fit: contain; */
  }

}
/**************iPad Landscape***************/
@media only screen and ( max-width: 1260px ) and (min-width: 986px){

  .banner-v2-mod .banner-v2-sec .layout-img{
    position: static; 
  }
  .banner-v2-mod .banner-v2-sec .banner-contents{
    padding-top: 0px;
  }
  .pillar-banner-with-form .form form .inputs-list span.hs-form-required{
    right: -10px; 
  }
}
/*******************************************/






/* Form Styling */
.form-loader,
.form-loader:before,
.form-loader:after {
  background: #f5f5f5;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em
}

.form-loader {
  color: #000;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s
}

.form-loader:before,
.form-loader:after {
  position: absolute;
  top: 0;
  content: ''
}

.form-loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s
}

.form-loader:after {
  left: 1.5em
}

@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0;
    height: 4em
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em
  }
}

@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0;
    height: 4em
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em
  }
}


.ms-layout .header-container-wrapper {
  display: none
}

.ms-form-section .hubspot-link__container.sproket {
  display: none
}

.ms-form-steps {
  padding: 20px 0;
  display: table;
  width: 100%;
  margin-bottom: 15px;
}
.form-step-content a.hs-button.primary {
  color: #fff;
  background: #E61D77;
  border: 0;
  font-weight: 600;
  margin-top: 10px;
  font-size: 18px;
  border: 2px solid #E61D77;
  width: 45%;
  height: 46px;
  padding: 7px 40px;
}
.form-step-content a.hs-button.primary:hover {
  color: #E61D77 !important;
  border: 2px solid #E61D77 !important;
  background: transparent !important;
}
.from-step {
  width: 60px;
  height: 60px;
  background: #E61D77;
  border-radius: 50%;
  line-height: 55px;
  text-align: center;
  font-size: 18px;
  margin: 0 auto;
  border: 3px solid #E61D77;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease;
  position: relative;
  font-weight: bold;
  z-index: 1
}
.form-step-content h4 {
  visibility: hidden;
  /*     font-size: 27px;
  text-align: center;
  font-family: Graphik-400-Regular;
  padding-top: 15px;
  padding-bottom: 20px; */
}

.from-step-outer {
  display: table-cell;
  text-align: center;
  position: relative
}

.form-step-content {
  display: none
}

.form-step-content.step1 {
  display: block
}

.ms-form-section .prev-btn {
  margin-right: 20px
}

.form-step-content.step1 .prev-btn {
  display: none
}

.ms-form-section .hs_error_rollup {
  padding: 0;
  list-style: none
}

.ms-form-section ul.hs-error-msgs.inputs-list {
  list-style: none;
  padding: 0;
  margin-top: 0px;
  /*   margin-bottom: 10px; */
}
.ms-form-section ul.hs-error-msgs.inputs-list li {
  padding: 0;
  margin: 0px;
}

.ms-form-section ul.hs-error-msgs.inputs-list label,
.ms-form-section .inavalid-error {
  padding: 0px;
  margin-top: 0px;
  display: inline-block;
  /*     border: 1px solid #e61212 */
}

.ms-form-section .hs_error_rollup ul.hs-error-msgs.inputs-list label {
  display: block
}

.ms-survey-from .invalid.error {
  border: 1px solid #ed273d;
}


.from-step:before {
  content: "\2713";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0;
  color: #E61D77;
  border-radius: 50%;
  display: inline-block;
  font-size: 18px !important;
  font-size: 24px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: inherit;
  font-size: inherit;
  opacity: 0;
  transition: all .3s ease
}

.completed .from-step:before {
  opacity: 1
}

.ms-form-section .form-title {
  display: none
}

.ms-form-section .submitted-message {
  text-align: center
}


.from-step-outer:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #d4e4f9;
  top: 50%;
  left: 0
}

.ms-form-steps .from-step-outer.step1:before {
  width: 50%;
  left: 50%
}

.ms-form-steps .from-step-outer:last-child:before {
  width: 50%
}

.from-step-outer:after {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  background: #E61D77;
  top: 50%;
  left: 0;
  transition: all .3s ease
}

.from-step-outer.step1:after {
  left: 50%
}

.from-step-outer.completed:after {
  width: 100%
}

.from-step-outer.active:after {
  width: 50%;
  transition-delay: 0s
}

.from-step-outer.active.completed:after {
  width: 100%
}

.from-step-outer.step1.active:after {
  width: 0
}

.from-step-outer.step1.completed:after {
  width: 50%
}

.from-step-outer:last-child:after {
  max-width: 50%
}

.ms-form-steps span.hs-form-required {
  color: red;
  margin: 0 4px
}
.form-step-content input[type="submit"] {
  width: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  opacity: 0;
  height: 0;
  border: none !important;
}
.hs_by_submitting_this_form_i_agree_with_braintrust_terms_and_privacy_policy.hs-by_submitting_this_form_i_agree_with_braintrust_terms_and_privacy_policy.hs-fieldtype-checkbox.field.hs-form-field label span {
  font-size: 14px;
  margin: 15px 0;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
.hs_by_submitting_this_form_i_agree_with_braintrust_terms_and_privacy_policy.hs-by_submitting_this_form_i_agree_with_braintrust_terms_and_privacy_policy.hs-fieldtype-checkbox.field.hs-form-field .input {
  display: none;
}
/* .form-step-content select {
border-bottom: 1px solid !important;
}
*/

@media(max-width:767px) {
  .from-step {
    width: 70px;
    height: 70px;
    line-height: 65px;
    font-size: 16px
  }
  .ms-form-section {
    padding: 10px
  }
  .ms-survey-from h1 {
    font-size: 28px;
    line-height: 1.2;
    margin: 10px 0 0;
    font-weight: 500;
    text-transform: uppercase
  }
  .ms-survey-from .hs-button.primary,
  .ms-survey-from input[type="submit"],
  .ms-survey-from input[type="button"] {
    padding: 13px 21px 13px 21px
  }
}

@media(max-width:479px) {

  .ms-survey-from h1 {
    font-size: 24px;
    line-height: 1.2;
    margin: 10px 0 0;
    font-weight: 500;
    text-transform: uppercase
  }
  .from-step {
    width: 50px;
    height: 50px;
    line-height: 45px;
    font-size: 12px
  }
}


.form-step-content.step1 .hs-richtext.hs-main-font-element h3{
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  color: #1E2541;
}
.pillar-banner-with-form .form form label{
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  color: #1C223E;
}