







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */















































/* 1d. Buttons */










/* 1e. Forms */













/* 1f. Tables */











/* 1g. Site header */


/* 1h. Site footer */







.content-wrapper,.dnd-section > .row-fluid {
  max-width: 75rem;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 0;
}







html {
  font-size: 16px;
}

body {
  font-size: 16px;
  color: #292929;
  font-weight: 300;
  font-family: "Rubik",Helvetica Neue,Helvetica, Roboto;
}

/* Paragraphs */

p {
  color: #292929;
  font-weight: 300;
}

/* Anchors */

a {
  color: #292929;
}

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

/* Headings */

h1 {
  font-family: Rubik;
  font-size: 2.5rem;
  color: 

  
  
    
  


  rgba(41, 41, 41, 1.0)

;
  font-weight: 300;
}

h2 {
  font-family: Rubik;
  font-size: 1.5rem;
  color: 

  
  
    
  


  rgba(41, 41, 41, 1.0)

;
  font-weight: 300;
}

h3 {
  font-family: Rubik;
  font-size: 1.375rem;
  color: 

  
  
    
  


  rgba(41, 41, 41, 1.0)

;
  font-weight: 300;
}

h4 {
  font-family: Rubik;
  font-size: 1.125rem;
  color: 

  
  
    
  


  rgba(41, 41, 41, 1.0)

;
  font-weight: 300;
}

h5 {
  font-family: Rubik;
  font-size: 1.125rem;
  color: 

  
  
    
  


  rgba(41, 41, 41, 1.0)

;
  font-weight: 300;
}

h6 {
  font-family: Rubik;
  font-size: 1rem;
  color: 

  
  
    
  


  rgba(41, 41, 41, 1.0)

;
  font-weight: 300;
}

/* Blockquote */

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





button,
.button {
  background-color: 

  
  
    
  


  rgba(249, 129, 42, 1.0)

;
  border: 0px solid 

  
  
    
  


  rgba(249, 129, 42, 1.0)

;
  border-radius: 0px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 13px 32px;
}

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






form,
.submitted-message {
  font-size: 16px;
  color: #292929;
  font-weight: 300
}

/* 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(41, 41, 41, 1.0)

;
}

/* Form help text */

form legend {
  color: 

  
  
    
  


  rgba(145, 145, 145, 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(249, 129, 42, 1.0)

;
  color: 

  
  
    
  


  rgba(41, 41, 41, 1.0)

;
  background:

  
  
    
  


  rgba(255, 255, 255, 0.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(249, 129, 42, 1.0)

;
}

/* Form placeholder text */

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

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

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(249, 129, 42, 1.0)

;
  border: 0px solid 

  
  
    
  


  rgba(249, 129, 42, 1.0)

;
  border-radius: 0px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 13px 32px;
}

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

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






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

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

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

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
























header.header{
  background:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}


.desktop_menu .navigation-primary>ul>li>a{
  color:

  
  
    
  


  rgba(41, 41, 41, 1.0)

;
}

.desktop_menu .navigation-primary>ul>li>a:hover{
  color:

  
  
    
  


  rgba(249, 129, 42, 1.0)

;
}

.desktop_menu .navigation-primary>ul ul{
  background-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.desktop_menu .navigation-primary>ul ul>li>a{
  color:

  
  
    
  


  rgba(41, 41, 41, 1.0)

;
}
.desktop_menu .navigation-primary>ul ul>li:hover>a{
  color:

  
  
    
  


  rgba(249, 129, 42, 1.0)

;
}















 






.header_top_bar .menu a{
  color:

  
  
    
  


  rgba(41, 41, 41, 1.0)

 !important;

}
.header_top_bar .menu a:hover{
  color:

  
  
    
  


  rgba(249, 129, 42, 1.0)

 !important;

}


.header_btn a{
  background-color:

  
  
    
  


  rgba(249, 129, 42, 1.0)

;
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.header_btn a:hover{
  background-color:

  
  
    
  


  rgba(250, 154, 85, 1.0)

;
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

















footer.footer.bg-img{
  background-color:

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}

.footer_menu .hs-menu-wrapper>ul>li>a{
  color:

  
  
    
  


  rgba(41, 41, 41, 1.0)

;
  border-color:

  
  
    
  


  rgba(249, 129, 42, 1.0)

;
}
.footer_menu .hs-menu-wrapper>ul ul li a{
  color:

  
  
    
  


  rgba(41, 41, 41, 1.0)

;
}
.footer_menu .hs-menu-wrapper>ul ul li a:hover{
  color:

  
  
    
  


  rgba(249, 129, 42, 1.0)

;
}

.social_links ul li a{
  color:

  
  
    
  


  rgba(41, 41, 41, 1.0)

 !important;
}
.social_links ul li a:hover{
  color:

  
  
    
  


  rgba(249, 129, 42, 1.0)

 !important;
}
.bottom_shrink ul li a{
  color:

  
  
    
  


  rgba(41, 41, 41, 1.0)

;
}
.bottom_shrink ul li a:hover{
  color:

  
  
    
  


  rgba(249, 129, 42, 1.0)

;
}















.card__price {
  font-family: Rubik
    font-size: 1.375px;
  color: 

  
  
    
  


  rgba(41, 41, 41, 1.0)

;
  font-weight: 300
}