







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */























































/* 1f. Tables */

















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

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 40px 20px;
}

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





html {
  font-size: 17px;
}

body {
  font-size: 17px;
  color: #4a4a4a;
  font-weight: 400;
  font-family: Muli;
}

/* Paragraphs */

p {
  font-size: 17px;
  color: #4a4a4a;
  font-weight: 400;
}

/* Anchors */

a {
  color: #000000;
}

a:hover,
a:focus,
a:active {
  color: #000000;
}

/* Headings */

h1 {
  font-family: Muli;
  font-size: 36px;
  color: #000000;
  font-weight: 900;
}

h2 {
  font-family: Muli;
  font-size: 29px;
  color: #000000;
  font-weight: 900;
}

h3 {
  font-family: Muli;
  font-size: 24px;
  color: #000000;
  font-weight: 900;
}

h4 {
  font-family: Muli;
  font-size: 21px;
  color: #000000;
  font-weight: 900;
}

h5 {
  font-family: Muli;
  font-size: 17px;
  color: #000000;
  font-weight: 900;
}

h6 {
  font-family: Muli;
  font-size: 14px;
  color: #000000;
  font-weight: 900;
}

/* Blockquote */

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
















button,
.button {
  background-color: 

  
  
    
  


  rgba(230, 0, 25, 1.0)

;
  border: 1px solid #e60019;
  border-radius: 8px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 15px 70px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

button:active,
.button:active {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

















form,
.submitted-message {
  font-size: 17px;
  color: #4a4a4a;
  font-weight: 400
}

/* Form title */

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

/* Form label */

form label {
  color: 

  
  
    
  


  rgba(74, 74, 74, 1.0)

;
}

/* Form help text */

form legend {
  color: 

  
  
    
  


  rgba(74, 74, 74, 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 {
  border-color: 

  
  
    
  


  rgba(204, 204, 204, 1.0)

;
  color: 

  
  
    
  


  rgba(51, 51, 51, 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(153, 153, 153, 1.0)

;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #4a4a4a;
}

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

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(230, 0, 25, 1.0)

;
  border: 1px solid #e60019;
  border-radius: 8px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 15px 70px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #e60019;
}

th,
td {
  border-color: #e60019;
  color: #4a4a4a;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(230, 0, 25, 1.0)

;
  border-bottom-color: #e60019;
  color: #ffffff;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #4a4a4a;
}




















.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.custom-menu-primary .menu-sidebar .menu-sidebar-inner .flyout-main,
.custom-menu-primary .hs-menu-wrapper > ul .flyout-column{
  background-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}


.custom-menu-primary .hs-menu-wrapper>ul>li>a{
  color:

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover,
.custom-menu-primary .hs-menu-wrapper>ul>li.child-open>a{
  color:

  
  
    
  


  rgba(230, 0, 25, 1.0)

;
}

.custom-menu-primary .hs-menu-wrapper>ul .flyout-column ul.hs-menu-children-wrapper li.hs-menu-item>a,
.custom-menu-primary .hs-menu-wrapper>ul .flyout-column ul.hs-menu-children-wrapper li.custom-parent-link>a{
  color:

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.custom-menu-primary .hs-menu-wrapper>ul .flyout-column ul.hs-menu-children-wrapper li.hs-menu-item>a:hover,
.custom-menu-primary .hs-menu-wrapper>ul .flyout-column ul.hs-menu-children-wrapper li.hs-item-has-children.child-open >a,
.custom-menu-primary .hs-menu-wrapper>ul .flyout-column ul.hs-menu-children-wrapper li.custom-parent-link>a:hover{
  color:

  
  
    
  


  rgba(230, 0, 25, 1.0)

;
}

.header .search-icon-container a#search-icon,
.header .language-switcher-container label i,
.header .search-icon-container a#search-icon i{
  color:

  
  
    
  


  rgba(109, 109, 109, 1.0)

;
}

.header .language-switcher-container ul li a{
  color:

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.header .language-switcher-container ul li a:hover,
.header .language-switcher-container ul li:nth-child(2) a{
  color:

  
  
    
  


  rgba(230, 0, 25, 1.0)

;
}






























.footer {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color:

  
  
    
  


  rgba(74, 74, 74, 1.0)

;
}

.footer .row-inner .footer-menu .hs-menu-wrapper>ul>li>a,
.footer-socket-links .hs-menu-wrapper>ul>li> a{
  color:

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.footer .row-inner .footer-menu .hs-menu-wrapper>ul>li>a:hover{
  color:

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.footer .row-inner .last-menu .heading-text h6,
.footer .row-inner .buttons-wrapper .heading-text h6,
.footer .row-inner .newsletter_form_wrapper .newsletter_form_inner .heading-text h6{
  color

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.footer .row-inner .heading-text hr.separator{
  border-color:

  
  
    
  


  rgba(230, 0, 25, 1.0)

;
}

.footer .row-inner .uncont .footer-socials .social-icon a {
  color:

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}
.footer .row-inner .uncont .footer-socials .social-icon a:hover i {
  color:

  
  
    
  


  rgba(230, 0, 25, 1.0)

;
}

.footer .row-inner .uncont .footer-socials .social-icon a:hover .fa-instagram{
  color:

  
  
    
  


  rgba(229, 80, 71, 1.0)

;
}
.footer .row-inner .uncont .footer-socials .social-icon a:hover .fa-facebook{
  color:

  
  
    
  


  rgba(59, 89, 152, 1.0)

;
}
.footer .row-inner .uncont .footer-socials .social-icon a:hover .fa-linkedin{
  color:

  
  
    
  


  rgba(14, 118, 168, 1.0)

;
}
.footer .row-inner .uncont .footer-socials .social-icon a:hover .fa-twitter{
  color:

  
  
    
  


  rgba(0, 172, 238, 1.0)

;
}

.footer-last .footer-container .site-info .footer-socket span.copyright{
  color:

  
  
    
  


  rgba(74, 74, 74, 1.0)

;
}

.footer .row-inner .buttons-wrapper .btn-container a{
  background-color:

  
  
    
  


  rgba(230, 0, 25, 1.0)

;
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color:

  
  
    
  


  rgba(230, 0, 25, 1.0)

;
}

.footer .row-inner .buttons-wrapper .btn-container a:hover{
  background-color:

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border-color:

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}












.card__price {
  font-family: Muli;
  font-size: 24px;
  color: #000000;
  font-weight: 900
}