/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */











/* HEADLINE 1 <h1> */

















































.dnd-section > .row-fluid,
.page-center{
  max-width: -4px;
}

.dnd-section {
  padding-bottom: 40px;
  padding-top: 40px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #999999;
}








body {
  color: #000000;
  font-family: Poppins,sans-serif;
  font-weight: 400;
  line-height: 1.7000000000000002;
  font-size: 18px;
  margin: 0;
}

p {
  color: #000000;
  font-family: Poppins,sans-serif;
  font-weight: 400;
  line-height: 1.7000000000000002;
  font-size: 18px;
}

a {
  color: rgba(0, 0, 0, 1.0);
}

a:hover {
  color: var(--secondary-color);
}
a:active {
  color: rgba(40, 40, 40, 1.0);
}

h1 {
  color: #000000;
  font-family: Poppins;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}
@media(max-width:1120px){

  h1 {
    font-size: 52.6315789475px;
  }

}

@media(max-width:767px){

  h1 {
    font-size: 44.736842105px;
  }

}


h2 {
  color: #000000;
  font-family: Poppins;
  font-size: 38px;
  font-weight: 600;
}




@media(max-width:1120px){

  h2 {
    font-size: 41.5625px;
  }

}

@media only screen and (min-width: 768px) and (max-width: 1024px){

  h2 {
    font-size: 35.625px;
  }
}

@media(max-width:910px){

  h2 {
    font-size: 30.875px;
  }

}


h3 {
  color: #000000;
  font-family: Poppins;
  font-size: 32px;
  font-weight: 600;
}


h4 {
  color: #2f2f2f;
  font-family: Poppins;
  font-size: 28px;
  font-weight: 600;
}


h5 {
  color: #444;
  font-family: Poppins;
  font-size: 25px;
  font-weight: 300;
}

@media(max-width:1120px){

  h5 {
    font-size: 19.0px;
  }

}

@media(max-width:767px){

  h5 {
    font-size: 16.0px;
  }

}



h6 {
  color:  #404040;
  font-family: Poppins;
  font-size: 22px;
  font-weight: 200;
}







form,
.submitted-message {
  font-family: Poppins;
}

h3.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(47, 47, 47, 1.0);
  
}

.hs-input, form select, form textarea, input[type=password], input[type=text] {
  font-family: Poppins;
}

.hs-input::placeholder {
  color: #c1c1c1;
}

.hs-button,
.button--primary {
  background-color: #222d3d;
  border-color: #222d3d;
  border-radius: 30px;
  border-width: 2px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Poppins;
  font-weight: 400;
  white-space: pre !important;
}

.hs-button:hover,
.button--primary:hover{
  color: #222D3D;
  background-color: #fff;
  border-color: #222D3D;
}

.hs-form-field>label,
.hs-form label {
  color: rgba(47, 47, 47, 1.0);
  font-family: Poppins;
  font-weight: 400;
}

.hs-form legend {
  color: rgba(119, 119, 119, 1.0);
}

form {
  border-color: rgba(#null, 0.0);
}

.hs-error-msgs label, ul.no-list.hs-error-msgs.inputs-list label{
  margin-top: 10px;
}


input[type=text],
input[type=password],
form select,
form textarea,
.hs-input {
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 7px;
  color: #000;
  height: 50px;
  padding: 0 1rem;
}
input[type=text]:focus,
input[type=password]:focus,
form input,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: #222d3d;
}

.fn-date-picker .pika-table thead th {
  color: rgba(75, 75, 75, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: #000000;
}

.hs-richtext {
  font-size: 18;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Poppins;
  font-weight: 500;
}

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

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

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





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(75, 75, 75, 1.0);
}

thead th,
thead td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(75, 75, 75, 1.0);
}

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(75, 75, 75, 1.0);
}


table, td, th {
  border-color: rgba(75, 75, 75, 1.0);
}





.header__container {
  padding-left: 50px;
  padding-right: 50px;
}

.header-wrap{
  background-color: rgba(255, 255, 255, 1.0) ;
  border: none;
}

.custom-menu-primary nav>ul>li>a{
  color: rgba(47, 47, 47, 1.0);
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
}

.custom-menu-primary nav>ul>li>a:hover{
  color: rgba(58, 180, 226, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.custom-menu-primary nav>ul>li>a.active-item{
  color: rgba(47, 47, 47, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}


.custom-menu-primary nav>ul>li>ul:before,
.custom-menu-primary nav>ul>li>ul{
  background-color: rgba(255, 255, 255, 1.0);
}

.custom-menu-primary ul ul li a {
  color: rgba(47, 47, 47, 1.0);
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
}

.custom-menu-primary ul ul li a.active-item{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}


.custom-menu-primary ul ul li a:hover{
  color: rgba(58, 180, 226, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.menu-wrapper .button .button-wrapper a:hover {
  color: rgba(58, 180, 226, 1.0);
}

.custom-menu-primary .right-menu .cta_button.get_marsello {
  color: rgba(47, 47, 47, 1.0);
  font-family: Poppins;
  font-size: 28;
  font-weight: 600;
  border-color: rgba(47, 47, 47, 1.0);
}

.custom-menu-primary .right-menu .cta_button.get_marsello:hover {
  border-color: rgba(58, 180, 226, 1.0);
}













.content-wrapper {
  max-width: 1400px;
}










body .icon svg {
  fill: #494a52;
}

body .tns-nav button.tns-nav-active {
  background-color: #494a52;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #494a52;
}

body .social-links__icon {
  background-color: #494a52;
}

body .social-links__icon:hover svg,
body .social-links__icon:focus svg {
  fill: rgba(#null, 0.0);
}

body .social-links__icon:active svg {
  fill: rgba(#null, 0.0);
}

body .team-member__description {
  background-color: #999999;
}

a.cta_button {
    -moz-box-sizing: border-box!important;
    -webkit-box-sizing: border-box!important;
    box-sizing: border-box!important
}

.page-center {
  margin: 0 auto;
}




.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, header=, forms=}
}