







/* 1a. Containers */




/* 1b. Colors */


/* 1c. Typography */










/* 1d. Buttons */

/* Primary button / Submit Button */









/* Secondary button / Submit Button */










/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








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

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 5%24px;
}

.dnd-section > .row-fluid {
  max-width: 1140px;
}







body {
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  font-family: Roboto;
}

/* Paragraphs */

p {
  font-size: 18px;
  color: #000000;
  font-weight: 400;
}

/* Anchors */

a {
  color: #c50f0d;
}

a:hover,
a:focus,
a:active {
  color: #66a3b1;
}

/* Headings */

h1 {
  font-family: Roboto Slab;
  font-size: 50px;
  color: #333333;
  font-weight: 800;
}

h2 {
  font-family: Roboto Slab;
  font-size: 40px;
  color: #000000;
  font-weight: 700;
}

h3 {
  font-family: Roboto Slab;
  font-size: 26px;
  color: #000000;
  font-weight: 700;
}

h4 {
  font-family: Roboto;
  font-size: 24px;
  color: #000000;
  font-weight: 500;
}

h5 {
  font-family: Roboto;
  font-size: 20px;
  color: #000000;
  font-weight: 500;
}

h6 {
  font-family: Roboto Slab;
  font-size: 20px;
  color: #000000;
  font-weight: 500;
}

/* Blockquote */

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







button,
.button ,
.secondary--btn{
  background-color: 

  
  
    
  


  rgba(197, 15, 13, 1.0)

;
  border: 0px solid 

  
  
    
  


  rgba(197, 15, 13, 1.0)

;
  border-radius: 12px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 17px 23px;
}

button:hover,
button:focus,
button:active,
.button:hover,
.button:focus ,
.button:active,
.secondary--btn:hover,
.secondary--btn:focus{
  background-color: 

  
  
    
  


  rgba(102, 163, 177, 1.0)

;
  border-color: 

  
  
    
  


  rgba(102, 163, 177, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}







form,
.submitted-message {
  font-size: 18px;
  color: #000000;
  font-weight: 400
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: 

  
  
    
  


  rgba(35, 35, 35, 1.0)

;
}

/* Form label */

form label {
  color: 

  
  
    
  


  rgba(51, 71, 91, 1.0)

;
}

/* Form help text */

form legend {
  color: 

  
  
    
  


  rgba(51, 71, 91, 1.0)

;
}

/* Form inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: 

  
  
    
  


  rgba(245, 248, 250, 1.0)

;
  border-color: 

  
  
    
  


  rgba(203, 214, 226, 1.0)

;
  color: 

  
  
    
  


  rgba(51, 71, 91, 1.0)

;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: 

  
  
    
  


  rgba(82, 168, 236, 0.8)

 !important;
}

/* Form placeholder text */

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

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

/* Date picker */

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

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

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


form input[type=submit],
form .hs-button,
.primary--btn{
  background-color: 

  
  
    
  


  rgba(197, 15, 13, 1.0)

;
  border: 1px solid 

  
  
    
  


  rgba(197, 15, 13, 1.0)

;
  border-radius: 3px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 12px 24px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus ,
.primary--btn:hover,
.primary--btn:focus{
  background-color: 

  
  
    
  


  rgba(197, 15, 13, 1.0)

;
  border-color: 

  
  
    
  


  rgba(197, 15, 13, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

form input[type=submit]:active,
form .hs-button:active,
.primary--btn:active{
  background-color: 

  
  
    
  


  rgba(197, 15, 13, 1.0)

;
  border-color: 

  
  
    
  


  rgba(197, 15, 13, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #000000;
}

th,
td {
  border-color: #000000;
  color: #000000;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border-bottom-color: #000000;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #000000;
}





header.header{
  background-color: rgba(#null, 0.0);
}

header.header ul.submenu.level-1>li>a {
  color: rgba(#null, 0.0);
}

header.header ul.submenu.level-1>li>a:hover  {
  color: rgba(#null, 0.0);
}

header.header ul.submenu.level-2{
  background-color: rgba(#null, 0.0);
}

header.header ul.submenu.level-2>li>a {
  color: rgba(#null, 0.0);
}

header.header ul.submenu.level-2>li>a:hover  {
  color: rgba(#null, 0.0);
}




.footer {
  background-color: rgba(0, 0, 0, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.footer a {
  color: rgba(255, 255, 255, 1.0);
}
.footer a:hover {
  color: rgba(197, 15, 13, 1.0);
}
.copyright {
  color: rgba(255, 255, 255, 1.0);
}
.footer-privacy p {
  color: rgba(255, 255, 255, 1.0);
}
.grid-item a svg {
  fill: rgba(255, 255, 255, 1.0);
}
.grid-item a:hover svg {
  fill: rgba(102, 163, 177, 1.0);
}




.card__price {
  font-family: Roboto Slab
    font-size: 26px;
  color: #000000;
  font-weight: 700
}