/* @import url('http://example.com/example_style.css'); */

/*H1, H3*/
@font-face {
	font-family: Inter-Bold;
	src: url(https://9367735.fs1.hubspotusercontent-na1.net/hubfs/9367735/Tot%20Avast%20Theme%20Fonts/Inter-Bold.otf);
}
/*Paragraph*/
@font-face {
	font-family: Inter-Regular;
	src: url(https://9367735.fs1.hubspotusercontent-na1.net/hubfs/9367735/Tot%20Norton%20Theme%20Fonts/Inter-Regular.otf);
}



/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
html {
    font-family: Inter-Regular, Arial, sans-serif
}
body {
    color: #000000;
    font-family: Inter-Regular, Arial, sans-serif;
    line-height: 1.25;
}
header, footer {
    display: none
}
.dnd-section {
    padding: 10px 20px;
}
h1, h2, h3 {
    font-family: Inter-Bold, Arial, sans-serif;
}
h1 {
    font-size: 35px;
}
h2 {
  font-size: 24px;
}
p {
  font-family: Inter-Regular, Arial, sans-serif;
    font-size: 22px;
    font-family: inherit;
}

ul, li {
    font-size: 18px !important;
    font-family: inherit;
    line-height: 1.5rem !important;
}
a, a:hover, a:active a:visited {
    color: #000;
    text-decoration: none;
    font-family: inherit;
    font-size: inherit
}
a:hover, a:active, a:visited {
    text-decoration: underline;
      font-size: inherit
}
.download:link, .download:hover {
    background-color: #feeb29;
    border-color: #000000;
    border-radius: 30px;
    border-style: solid;
    border-width: 2px;
    display: inline-block;
    color: #000;
    font-family: inherit;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 20px;
   font-family: Inter-Bold, Arial, sans-serif;
}
.download:hover {
    background-color: #fff488;;
}
.small-print p {
    font-size: 14px;
    font-family: inherit;
}
/* Form styles */	

span#hs_cos_wrapper_widget_1697446762788_ {
    /* color: red !important; */
    font-family: Inter-Bold, Arial;
    font-size: 35px !important;
}
form {
  /*font-family: Inter-Medium, Arial, sans-serif;
    background-color: #fff;
    color: #000;
    border: 1px solid #D0D0D0;
    border-radius: 18px;
    padding: 45px 45px;
    -webkit-box-shadow: 0px 0px 22px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 22px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 22px -10px rgba(0,0,0,0.75);*/
}
input[type="text"], select {
    /*background-color: #fff;
    background-image: none;
    color: #000;
    font-family: Inter-Medium, Arial, sans-serif;
    padding: 10px;
    border: 1px solid #d2e9fc;
    border-radius: 4px;*/
}
form .hs-button, form input[type=submit] {
  /*  background-color: #FEEB29;
    background-image: none;
    border-radius: 20px;
     border-color: #000000;
    border-radius: 30px;
    border-style: solid;
    border-width: 2px;
    color: #000000;
    font-family: Inter-Medium, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding: 12px;*/
}
form .hs-button:focus, form .hs-button:hover, form input[type=submit]:focus, form input[type=submit]:hover {
    /*background-color: #fff488;
  font-family: Inter-Medium, Arial, sans-serif;
 border-color: #000000;
    border-radius: 30px;
    border-style: solid;
    border-width: 2px;*/
}
label:not(.hs-error-msg) {
   /* color: #000000 !important;
    font-family: Inter-Medium, Arial, sans-serif !important;
    font-size: 15px !important;
    line-height: 17.5px !important;*/
}
img.hs-image-widget {
    border-radius: 15px;
}
.footer-links ul {
    display: block;
    font-family: inherit;
}
.footer-links li {
    display: inline;
    margin-right: 5px;
    font-size:14px !importanti;
    font-family: inherit;
}
ul.footer-links {
    margin: 0 0 0 -37px;
}
.hs-error-msg {
    font-size: 12px;
}
form .inputs-list:not(.no-list) label>span, form .inputs-list:not(.no-list) label>span p {
 /*   color: #444444;
    font-size: 14px;
    font-family: Inter-Medium, Arial, sans-serif;
}
.inputs-list>li {
    margin: 0.7rem 0;
}
input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], select, textarea {
    font-family: Inter-Medium, Arial, sans-serif;
}
form .hs-richtext * {
    color: #444;
}
form .legal-consent-container, form .legal-consent-container .hs-richtext, form .legal-consent-container .hs-richtext p {
    font-family: Inter-Medium, Arial, sans-serif;
}*/
@media only screen and (max-width: 600px) {
}