<style>
  @import url("https://use.typekit.net/rut5dba.css");
</style>

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

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


h1 {
    font-family: foco, sans-serif !important;
    font-size: 35px !important;
    font-weight: 700 !important;
}

h2 {
    font-family: foco, sans-serif; !important;
    font-size: 32px; !important;
    font-weight: 700; !important;
}

h3 {
    font-family: foco, sans-serif; !important;
    font-size: 32px; !important;
    font-weight: 700; !important;
}

h4 {
    font-family: foco, sans-serif; !important;
    font-size: 32px; !important;
    font-weight: 400; !important;
    color: #ffffff; !important;
}

h5 {
    font-family: foco, sans-serif; !important;
    font-size: 20px; !important;
    font-weight: 700; !important;
    color: #666666; !important;
}

p {
    font-family: foco, sans-serif;!important;
    font-size: 18px;
    font-weight: 400;
}

body {
    font-family: foco, sans-serif; !important;
    font-size: 18px; !important;
    font-weight: 400; !important;
}

a {
    font-family: foco, sans-serif; !important;
    font-size: 18px; !important;
    font-weight: 400; !important;
}

ul li {
    font-family: foco, sans-serif; !important;
    font-size: 18px; !important;
    font-weight: 400; !important;
}

.navbar .navbar-nav .dropdown .dropdown-item, .navbar .navbar-nav .nav-link, .lang_list_class li a {
    font-family: foco, sans-serif; !important;
    font-size: 18px; !important;
    font-weight: 400; !important;
    color: #666666; !important;
}

.btn-wrapper.btn-primary-wrapper .cta_button, input[type=submit].hs-button.primary, .btn-wrapper.btn-primary-wrapper input[type="submit"], .btn-wrapper.btn-primary-wrapper input[type="button"], input[type=submit].hs-button.btn-primary {
    font-family: foco, sans-serif; !important;
    font-size: 18px;
    font-weight: 700;
    border-radius: 100px;
    padding-left: 30px;
    padding-right: 30px;
}

.field>label, .form-group label, .field span, .form-group span {
    font-family: foco, sans-serif !important;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
}   

.cta_button {
    font-family: foco, sans-serif !important;
    display: inline-flex !important;
    padding: 0px 30px 0px 30px !important;
    line-height: 18px !important;
    letter-spacing: 1px !important;
    -webkit-appearance: none !important; 
}

.pagination__link {
    color: #ffffff !important;
}

.sr-offer-one-col-01 .form-wrapper {
    padding: 30px !important;
}
.blog-index__post-content h3 a, .blog-index__post-content h3 a:hover, .blog-index__post-content h3 a:visited, .blog-more-posts__post-content h3 a, .blog-more-posts__post-content h3 a:hover, .blog-more-posts__post-content h3 a:visited {
    color: #333;
    font-size: 32px;
}
h4, .tab-title {
    color: #666666 !important;
    font-family: foco, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}