





 /** Menu Color **/

/* Section Spacing */

 /** Menu Color **/
 /** Menu Hover Color **/
 /** Menu Color **/
 /** Menu Hover Color **/

/* 1b. Colors */

/** Header Color **/

 /** Menu Color **/
 /** Menu Hover Color **/

/** Body Color **/

 /** Body Color **/
  /** Body Light Color **/
 /** Title Color **/
 /** Title Light Color **/

 /** Dark Background Color **/
 /** Dark Background Title Color **/
 /** Dark Background Body Color **/
 
 

/** Footer Color **/
 /** Footer Text Color **/
 /** Footer Color **/
 /** Footer Hover Color **/

/* 1c. Typography */


/**  **/






































/* 1d.1. Buttons */

 
 
 
 


/** Primary CTA (button) **/
 

 
 


 

/** Secondry CTA (button) **/
 

 
 


 

/** Stand Out CTA (button) **/
 

 
 


 


/* 1e. Forms */







 
 



/** Form Button **/
 
 
 




 
 
 

/* 1e. Others */







body .dnd-module .hs_cos_wrapper_type_header,
body .dnd-module .hs_cos_wrapper_type_rich_text,
body .dnd-module .hs_cos_wrapper_type_linked_image,
body .wrap {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1320px!important;
  width: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 1200px) {
    body .dnd-module .hs_cos_wrapper_type_header,
body .dnd-module .hs_cos_wrapper_type_rich_text,
body .dnd-module .hs_cos_wrapper_type_linked_image, body .wrap {
        padding: 0 20px;
    }
}
body:not(.modal-open) .wrapper{
    z-index:3;
}





html {
  font-size: 16px;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body p,
body {
  font-family: Inter;
  color: #000;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0px;
  line-height:24px
}

.blog-index__post .auth_read-box .blog-index__post-author-name,
.blog-index__post .auth_read-box .reading-minutes span,
.blog-index__post .blog-index__post-timestamp{
  font-size: calc(16px - 4px);
}

/* Paragraphs */

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
    list-style-position: outside;
    margin-left:20px;
}

p{
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 26px;
}

body *:last-child{
  margin-bottom: 0px;
}

body .blog-post__body ul li,
.client-banner ul li{
    position: relative;
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

body .blog-post__body ul li:before,
.client-banner ul li:before{
    content: "";
    display: inline-block;
    background-image: linear-gradient(to right,#000000,#000000);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

/* Anchors */

body a {
  /** font-family: ; **/
  color: #e63636;
  border-bottom: none;
  box-shadow: none;
}

body a:not(.book-btn):hover,
body a:not(.book-btn):focus {
  color: #f91515;
  text-decoration: none;
}

a:active {
  color: #e63636;
}

body .theme-border-radius{
 border-radius: 6px; 
}


body .container-fluid{
  padding: 0;
}

body .section-spacing-v{
  padding-top: px !important;
  padding-bottom: px !important;
}

.footer-box .pre-footer .footer-nav ul li:before{
  content: "";
  color: #be0e0e;
}

.footer-box .footer-main .bottom-nav ul li:after{
  content: "";
  color: #be0e0e;  
}

.footer .social ul li a{
  color: #e63636;
}

.footer .social ul li a:hover{
  color: #f91515;
}
footer .cat-label *,
footer .nav-box__title *, footer .box{
  color:#000 !important;
}
.page-header .hs-menu-wrapper ul li a{
 font-size: 16px;
}
#mega-header .hs-menu-wrapper ul li a{
 font-size: 16px;
}
#mega-header .hs-menu-wrapper>ul li.hs-menu-depth-2 > a,
#mega-header .hs-menu-wrapper>ul li.hs-menu-depth-3 > a,
#mega-header .hs-menu-wrapper>ul li.hs-menu-depth-4 > a{
  font-size: var(--font-size-sm);
}
#mega-header .hs-menu-wrapper>ul li.hs-menu-depth-1 a{
  color: #e63636;
}
#mega-header .hs-menu-wrapper>ul li.hs-menu-depth-2 a, #mega-header .hs-menu-wrapper>ul li.hs-menu-depth-3 a, #mega-header .hs-menu-wrapper>ul li.hs-menu-depth-4 a{
  color: #000;
}
#mega-header nav ul{margin-left:0px;}
#mega-header .hs-menu-wrapper>ul li.hs-menu-depth-1 > a:hover,
#mega-header .hs-menu-wrapper>ul li.hs-menu-depth-2 > a:hover,
#mega-header .hs-menu-wrapper>ul li.hs-menu-depth-3 > a:hover,
#mega-header .hs-menu-wrapper>ul li.hs-menu-depth-4 > a:hover
{
  color: #e63636;
}

.page-header .hs-menu-wrapper>ul li.hs-menu-depth-1.active > a,
.page-header .hs-menu-wrapper>ul li.hs-menu-depth-2.active > a,
.page-header .hs-menu-wrapper>ul li.hs-menu-depth-3.active > a,
.page-header .hs-menu-wrapper>ul li.hs-menu-depth-4.active > a
{
  color: #e63636;
}

body .hs-menu-wrapper.flyouts .hs-item-has-children:hover>a:after,
body .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper
{
  border-color: #e63636;
}

.footer-new .social-media svg,
.footer-new li a{
  color: #f91515;
  fill: #f91515;
}
.footer-nav .social-media svg,
.footer-nav li a{
  color: #f91515;
  fill: #f91515;
}
.footer-nav ul{margin-left:0px;}

.footer-new .social-media svg:hover,
.footer-new li a:hover,
.footer-opt-2 li a:hover, .footer-nav li a:hover{
  color: #f91515;
  fill: #f91515;
}



.footer .social ul li a:hover {
	color: #e63636;
}

.page-header .talk-button .talk-anchor {
	  line-height: 48px;
    height: 48px;
}

.clients-listing .filter-button.active{
  color: #f91515;
  text-decoration: none;
}

/* Headings */

body h1 {
  font-weight: 700; text-decoration: none; font-family: Inter; font-style: normal;
  color: #000;
  font-size: 64px;
  margin: 0px 0px 24px;
  letter-spacing: -2px;
  line-height:77px
}

body h2, 
body .h2 {
  font-weight: 700; text-decoration: none; font-family: Inter; font-style: normal;
  color: #000;
  font-size: 40px;
  margin: 0px 0px 35px;
      letter-spacing: -1.5px;
  line-height:48px
}

body h3,
body .h3{
  font-weight: 700; text-decoration: none; font-family: Inter; font-style: normal;
  color: #000;
  font-size: 32px;
  margin: 0px 0px 24px;
  letter-spacing: -1px;
  line-height:42px
}

body h4,
body .h4{
  font-weight: 700; text-decoration: none; font-family: Inter; font-style: normal;
  color: #000;
  font-size: 24px;
  margin: 0px 0px 20px;
  line-height:26px
}

body h5,
body .h5{
  font-weight: 700; text-decoration: none; font-family: Inter; font-style: normal;
  color: #000;
  font-size: 20px;
  margin: 0px 0px 24px;
  line-height:24px
}

body h6,
body .h6{
  font-weight: 700; text-decoration: none; font-family: Inter; font-style: normal;
  color: #000;
  font-size: 18px;
  margin: 0px 0px 16px;
  line-height:24px
}


.dark-bkg h1{
  color: ;
}

.dark-bkg h2{
  color: ;
}

.dark-bkg h3{
  color: ;
}

.dark-bkg h4{
  color: ;
}

.dark-bkg h5{
  color: ;
}

.dark-bkg h6{
  color: ;
}

.dark-bkg p {
  color: ;
}

body .dark-bkg .font30{
  
}

.title-font{
  font-family: ;
}

.special-font{
  font-family: ;
}

.body-font{
  font-family: Inter;
}

.body-color{
  color: #000;
}

.body-color p{
  color: #000;
}

.title-color{
  color: #000;
}

.title-color-light{
  color: #000;
}

.body-color-light{
  color: #000;
}

body h4[aria-expanded="false"]{
  color: #000;
}

body h4[aria-expanded="true"]{
  color: #000;
}

body .dark-bkg h4[aria-expanded="false"]{
  color: ;
}

body  .dark-bkg h4[aria-expanded="true"]{
  color: ;
}

.accent-color,
.accent-color p{
  color: ;
}

.link-color{
  color: #e63636;
}

.prod-category .item:hover .bottom-item h3
{
	color: #e63636;
}
.prod-category .item:hover .bottom-item a
{
	color: #000;
}

.banner .item h1 span {
  color: #e63636;
}

/* .technical-overview .text-box .title  span{
  color: #000;
}

.technical-overview .top-line:before {
    color: #000;
}

.success-stories .owl-nav button span{
  background-color: #e63636;
  color: #e63636;
}

.success-stories .owl-nav button.owl-next, .success-stories .owl-nav button.owl-prev{
  border-color: #e63636 !important;
}

.success-stories .owl-nav button.owl-next:hover{
  border-color: #e63636;  
}

.success-stories .owl-nav button.owl-prev:hover{
  border-color: #e63636;
}

form .hs-submit input.hs-button{
  background-color: #e63636;
} */

/** Swiper Slider **/

body .swiper-pagination-bullet{
  width:10px;
	height:10px;
	background-color: #e63636;
  color: #e63636;
}

body .swiper-button-next, body .swiper-button-prev{
  color: #e63636;
}

/* Blockquote */

blockquote {
  border-left-color: #000;
}


body h3.form-title{
  display:none;
}

body form .hs-form-field {
    margin: 0 0 10px 0;
}

body form.hs-form fieldset {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0;
}

body form.hs-form fieldset .hs-form-field {
    margin: 0 0 10px 0;
    text-align: left;
}

body form .hs_submit.hs-submit {
    margin: 20px 0 0 0;
}
body .hs-form-booleancheckbox-display{
  position: relative;
}
body .hs-form-booleancheckbox-display span a{
  margin-left: 10px;
}
form .inputs-list.multi-container .hs-form-checkbox label {
    margin: 10px 0;
}

body form select{
  appearance: none;
}

body form select{
  appearance: none;
  background: url() no-repeat 95% center;
  background-color: #ffffff;
  background-size:20px;
}

body form label input[type=checkbox] {
    cursor: pointer;
    left: 0;
    margin-left: -20px;
    opacity: .00000001;
    position: absolute;
    min-height: 24px;
    width: 50%;
    z-index: 9999;
}

body form label input[type=checkbox] + span {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-weight: 400;
    margin: 0;
    min-height: 24px;
    padding-left: 35px;
    position: relative;
}

body form label input[type=checkbox] + span:before {
    border: 2px solid #ccc;
    background-color: #fff;
    border-radius: 25%;
    content: '';
    height: 24px;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    transition: transform .28s ease;
    width: 24px;
}

body form label input[type=checkbox]:checked~span:before, body form label input[type=checkbox]:checked~span:before {
    background-color: #FFF;
    border: 2px solid #f91515;
}

body form label input[type=checkbox]:checked~span:after, body form label input[type=checkbox]:checked~span:after {
    border-bottom: 2px solid #f91515;
    border-left: 2px solid #f91515;
    transform: rotate( -45deg ) scale(1);
}

body form label input[type=checkbox] + span:after {
    border-bottom: 2px solid #f91515;
    border-left: 2px solid #f91515;
    content: '';
    display: block;
    height: 7px;
    left: 7px;
    position: absolute;
    top: 7px;
    transform: rotate( -45deg ) scale(0);
    transition: transform ease .25s;
    width: 12px;
}

body form label input[type="radio"]:checked, body form label input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

body form label input[type="radio"]:checked + span, body form label input[type="radio"]:not(:checked) + span {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}

body form label input[type="radio"]:checked + span:before, body form label input[type="radio"]:not(:checked) + span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 2px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

body form label input[type="radio"]:checked + span:after, body form label input[type="radio"]:not(:checked) + span:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #f91515;
    position: absolute;
    top: 6px;
    left: 6px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

body form label input[type="radio"]:not(:checked) + span:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

body form label input[type="radio"]:checked + span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

body form .legal-consent-container .hs-form-booleancheckbox-display>span {
    display: block;
    margin: 20px 0 0 0;
}
body form .legal-consent-container .hs-form-booleancheckbox-display>span,
body form .legal-consent-container p{
  font-size:14px;
}
body form textarea
{
	border: 1px solid;
	border-radius: 12px;
	margin-bottom: 0px;
	min-height: 234px;
	outline: none !important;
	padding: 19px 20px 16px 24px;
	width: 100% !important;
}


body form ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

body form ul.hs-error-msgs{
 margin-top: 20px; 
 max-width: 100%;
 width: 100%;
margin-right: 8px;
}

body form .hs_error_rollup ul.no-list.hs-error-msgs{
  margin-top: 0px; 
}

.form_box .form-title{
  display:none;
}
body form.hs-form .hs-richtext{
  margin:0px 0px 20px;
}
body form.hs-form .hs-form-field > label{
  display: block;
  line-height: 100%;
  margin: 0 0 7px; 
  text-align:left;
}

body form label span:empty {
    display: none;
}


body .submitted-message {
	 background-color: #d4edda;
    border: 1px solid transparent;
    border-radius: .25rem;
    margin-bottom: 1rem;
    padding: .75rem 1.25rem;
}

body form label.hs-error-msg, body form ul.hs-error-msgs li label {
	background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: .25rem;
    color: #721c24 !important;
    margin-bottom: 10px;
    padding: .75rem 1.25rem;
    position: relative;
    display: block;
    margin-top: 10px;
}
input[type=text],input[type=password], textarea {
-webkit-transition:all 0.30s ease-in-out;
-moz-transition:all 0.30s ease-in-out;
-ms-transition:all 0.30s ease-in-out;
-o-transition:all 0.30s ease-in-out;
outline:none;
}

input[type=text]:focus,input[type=password]:focus, textarea:focus,select:focus {
-webkit-box-shadow:0 0 5px #9ed4ff;
-moz-box-shadow:0 0 5px #9ed4ff;
box-shadow:0 0 5px #9ed4ff;
border:1px solid #558ab7 !important;
}
input, button{
  font-size: 16px;
  line-height: 28px;
}
@media screen and (max-width: 767px) and (min-width: 375px){

body form{
     max-width: 585px !important;
     width: 100%;
     margin: 0 auto;
  }
  
}


body .footer-form{
  margin: 60px 0 0; 
}

body .footer-form form{
 display: flex;
 justify-content: center;
}

.footer .footer-form form .hs_submit{
    margin-left: 12px;
}

.footer .footer-form form input[type=email]{
       border: 1px solid #D3D7DE;
}







button:active,
.button:active {
  background-color: rgba(249, 21, 21, 1.0);
}

body .ctabox{
  margin: 40px 0 0; 
}


body a.cta-button,
body a.cta_button {
    font-weight: 400; text-decoration: none; font-family: Inter; font-style: normal;
    font-size: 16px;
    background-color: rgba(249, 21, 21, 1.0);
    border: 1px solid rgba(249, 21, 21, 0.0);
    border-radius: 15px;
    box-sizing: border-box !important;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    text-align: center;
    padding: 0px 45px;
    text-align: center;
    color: #ffffff;
    overflow: hidden;
    letter-spacing: .5px;
    height: 60px;
    transition: 0.25s;
}

body a.cta-button:hover,
body a.cta_button:hover,
body a.cta_button:focus{
  background-color: rgba(249, 21, 21, 1.0);
  color: #ffffff !important;
  border-color: rgba(249, 21, 21, 1.0);
  outline: none;
}

body button:focus{
  outline: 2px solid rgba(249, 21, 21, 1.0);
  outline-offset: 1px;
  border-radius: 15px;
}




body  a.cta_button.secondry-button {
    font-weight: 400; text-decoration: none; font-family: Inter; font-style: normal;
    background-color: rgba(0, 0, 0, 1.0);
    border: 1px solid rgba(0, 0, 0, 1.0);
    border-radius: 15px;
    box-sizing: border-box !important;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 60px;
    text-align: center;
    padding: 0px 45px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    overflow: hidden;
    letter-spacing: .5px;
    height: 60px;
}

body a.cta_button.secondry-button:hover,
body a.cta_button.secondry-button:focus{
  background-color: rgba(0, 0, 0, 1.0);
  color: #ffffff;
  border-color: rgba(0, 0, 0, 1.0);
  outline: none;
}



body a.cta_button.large-button {
  max-width: 375px;
  width: 100%;
}



body  a.cta_button.standout-button{
    font-weight: 400; text-decoration: none; font-family: Inter; font-style: normal;
    background-color: rgba(255, 255, 255, 0.0);
    border: 1px solid rgba(249, 21, 21, 1.0);
    border-radius: 15px;
    box-sizing: border-box !important;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 60px;
    text-align: center;
    padding: 0px 45px;
    text-align: center;
    text-decoration: none;
    color: #f91515;
    overflow: hidden;
    letter-spacing: .5px;
    height: 60px;
}


body a.cta_button.standout-button:hover,
body a.cta_button.standout-button:focus{
  background-color: rgba(255, 255, 255, 1.0);
  color: #f91515!important;
  border-color: rgba(249, 21, 21, 1.0);
  outline: none;
}


/** Owl Slider **/
body .masonry-gallery .prev,
body .masonry-gallery .next{
  color:#f91515;
}
body .owl-theme .owl-dots {
  margin-top: 50px;
}

body .owl-theme .owl-dots button + button {
  margin-left: 60px;
}

body .owl-theme .owl-dots button.owl-dot span {
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #f91515;
    width: 8px;
    height: 8px;
    margin: 0;
}

body .owl-theme .owl-dots button.owl-dot:hover span, body  .owl-theme .owl-dots button.owl-dot.active span {
  background-color: #f91515;
}






form,
.submitted-message {
  font-size: 16px;
  line-height: 28px;
}

/* Form title */


body .form-title h3{
  background-color:rgba(255, 255, 255, 0.0);
  color:#000000
}

/* Form label */

form label {
  color: #000;
  font-size: 16px;
}

form .hs-richtext p{
  color: #000;
}

/* Form help text */

form legend {
  color: #ccc;
  font-size: 12px;
}

/* Form inputs */

body form input[type=text],
body form input[type=email],
body form input[type=password],
body form input[type=tel],
body form input[type=number],
body form input[type=file],
body form select{
  padding: 0 10px 0 10px;
  background-color: rgba(255, 255, 255, 1.0);
  color: #000;
  border: 2px solid;
  border-color: rgba(204, 204, 204, 1.0);
  border-radius: 0px;
  height: 40px;
  line-height: 40px;
  width: 100% !important;
}
body form textarea{
  background-color: rgba(255, 255, 255, 1.0);
  color: #000;
  border-color: rgba(204, 204, 204, 1.0);
  border-radius: 0px;
  line-height: normal;
}
body form input[type=text]:focus,
body form input[type=email]:focus,
body form input[type=password]:focus,
body form input[type=tel]:focus,
body form input[type=number]:focus,
body form input[type=file]:focus,
body form select:focus,
body form textarea:focus {
  border-color: #000;
  outline: none;
}

body form input::-webkit-input-placeholder,
body form select::-webkit-input-placeholder,
body form textarea::-webkit-input-placeholder{ /* Edge */
  color: #ccc;
}

body form input::-ms-input-placeholder,
body form select::-ms-input-placeholder,
body form textarea::-ms-input-placeholder{ /* Internet Explorer 10-11 */
  color: #ccc;
}

body form input:::placeholder,
body form select:::placeholder,
body form textarea:::placeholder{
  color: #ccc;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #ccc;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #000;
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: #000;
}

.fn-date-picker td .pika-button:hover {
  background-color: #000; !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #000;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  outline: none;
}

body form button, 
body .hs-submit input.hs-button, 
body form .hs-button.primary {
    
    background-color: rgba(249, 21, 21, 1.0);
    border: 0px solid rgba(249, 21, 21, 1.0);
    border-radius: 15px;
    font-weight: 400; text-decoration: none; font-family: Inter; font-style: normal;
    box-sizing: border-box !important;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 40px;
    text-align: center;
    padding: 0px 32px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    letter-spacing: .5px;
    height: 40px;
    transition: 0.25s;
}

 
body form button:hover, 
bodt .hs-submit input.hs-button:hover, 
body form .hs-button.primary:hover {
  background-color: rgba(249, 21, 21, 1.0);
  color: #ffffff !important;
  border-color: rgba(249, 21, 21, 1.0);
}


body form button:focus, 
bodt .hs-submit input.hs-button:focus, 
body form .hs-button.primary:focus {
  background-color: rgba(249, 21, 21, 1.0);
  color: #ffffff !important;
  border-color: rgba(249, 21, 21, 1.0);
  box-shadow: 0px 6px 15px rgba(249, 21, 21, 1.0);
  transform: translateY(-0.25em);
  -webkit-box-shadow: 0px 6px 15px rgba(249, 21, 21, 1.0);
}





.dark-bkg{
  color: ;
}

.our-team-new .item .link-icon a:hover{
  color: #f91515 !important;
}

.our-team-new .item .item-content:hover .profile-details{
  background-color: #f91515;
}


body .faq-containers{
  border-radius: 15px;
}

@media screen and (max-width: 1079px) and (min-width: 768px){
  
  body .section-spacing-v{
    padding-top: calc ( px / 1.5 ) !important;
    padding-bottom: calc ( px / 1.5 ) !important;
  }
  
body h1 {
  font-size: calc( 64px - 10px );
  line-height: 60px;
}

body h2 {
  font-size: calc( 40px - 10px );
  line-height: 52px;
}

}

@media screen and (max-width: 767px) and (min-width: 320px){
  
body .section-spacing-v{
  padding-top: px !important;
  padding-bottom: px !important;
}

body h1 {
  font-size: 44px;
  line-height: 120%;
  letter-spacing: -1px;
}

body h2 {
  font-size: 36px;
  line-height: 120%;
  margin: 0px 0px 25px;
}

body h3 {
  font-size: 24px;
  line-height: 120%;
}
  
body h4 {
  font-size: 22px;
  line-height: 120%;
}  

body h5 {
  font-size: 20px;
  line-height: 120%;
}

body h6 {
  font-size: 18px;
  line-height: 120%;
}  
  
body .font30 p{
  font-size: 24px;
  line-height: 120%;
}
    body .font24 p{
    font-size:18px;
  }
  
}


@media screen and (max-width: 479px) and (min-width: 375px){
  
  body a.cta_button, .hs-submit input.hs-button, body a.cta-global{
    max-width: 100%;
    width: 100%;
    }
  
    body .font24 p{
    font-size:18px;
  }
  
  body a.cta_button,
  body  a.cta_button.secondry-button
  body  a.cta_button.standout-button{
    padding: 0px 16px;
    min-width: 180px;
 }
  
}
html {overflow-y:scroll}
body {
    margin: 0;
    padding: 0;
}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
ul, dl,dt,dd{margin:0;padding:0;list-style:none;margin-bottom:20px;}
ol{margin:0;padding-left:20px;margin-bottom:20px;}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none}
u{text-underline-offset:3px}

*, :after, :before {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}  
label, input, button, select, img {
    vertical-align: middle;
}