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

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

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

.header {
    background-color: rgba(37, 47, 62, 1.0);
}
.header__logo {
    margin: inherit;
}
form .hs-button, form input[type=submit] {
    font-family: Noto Sans,sans-serif;
    font-style: normal;
    font-weight: 800;
    text-decoration: none;
    background-color: #ff9900;
    border: 2px solid #ff9900;
    border-radius: 50px;
    color: #fff;
    fill: #fff;
    text-transform: none;
}
.footer__column {
    margin-bottom: 0px;
    height: 65px;
}


  
  
  
  
  
    margin-bottom: 0;
}