







/* 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: 1315px;
}

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






 

body {
  font-size: 20px;
  color: 

  
  
    
  


  rgba(45, 16, 61, 1.0)

;
  font-weight: 400;
  font-family: "GT Walsheim",Helvetica,Arial,sans-serif;
}

/* Paragraphs */

p {
  font-size: 20px;
  color: 

  
  
    
  


  rgba(45, 16, 61, 1.0)

;
  font-weight: 400;
}

/* Anchors */

a {
  color: 

  
  
    
  


  rgba(45, 16, 61, 1.0)

;
}

a:hover,
a:focus,
a:active {
  color: 

  
  
    
  


  rgba(45, 16, 61, 1.0)

;
}

/* Headings */

h1 {
  font-family: GT Walsheim, sans-serif;
  font-size: 55px;
  color: 

  
  
    
  


  rgba(45, 16, 61, 1.0)

;
  font-weight: 700;
}

h2 {
  font-family: GT Walsheim, sans-serif;
  font-size: 50px;
  color: 

  
  
    
  


  rgba(45, 16, 61, 1.0)

;
  font-weight: 700;
}

h3 {
  font-family: GT Walsheim, sans-serif;
  font-size: 30px;
  color: 

  
  
    
  


  rgba(45, 16, 61, 1.0)

;
  font-weight: 600;
}

h4 {
  font-family: GT Walsheim, sans-serif;
  font-size: 28px;
  color: 

  
  
    
  


  rgba(45, 16, 61, 1.0)

;
  font-weight: 600;
}

h5 {
  font-family: GT Walsheim, sans-serif;
  font-size: 25px;
  color: 

  
  
    
  


  rgba(45, 16, 61, 1.0)

;
  font-weight: 600;
}

h6 {
  font-family: GT Walsheim, sans-serif;
  font-size: 20px;
  color: 

  
  
    
  


  rgba(45, 16, 61, 1.0)

;
  font-weight: 700;
}

/* Blockquote */

blockquote {
  border-left-color: #2d103d;
}





button,
.button {
  background-color: 

  
  
    
  


  rgba(235, 59, 51, 1.0)

;
  border: 1px solid 

  
  
    
  


  rgba(235, 59, 51, 1.0)

;
  border-radius: 3px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 12px 24px;
}

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






form,
.submitted-message {
  font-size: 20px;
  color: 

  
  
    
  


  rgba(45, 16, 61, 1.0)

;
  font-weight: 400
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: 

  
  
    
  


  rgba(45, 16, 61, 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 {
  border-color: 

  
  
    
  


  rgba(203, 214, 226, 1.0)

;
  color: 

  
  
    
  


  rgba(51, 71, 91, 1.0)

;
  background:

  
  
    
  


  rgba(245, 248, 250, 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)

;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: 

  
  
    
  


  rgba(45, 16, 61, 1.0)

;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: 

  
  
    
  


  rgba(45, 16, 61, 1.0)

;
}

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(235, 59, 51, 1.0)

;
  border: 1px solid 

  
  
    
  


  rgba(235, 59, 51, 1.0)

;
  border-radius: 3px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 12px 24px;
}

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

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(255, 99, 91, 1.0);
  border-color: #ff635b;
  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(45, 16, 61, 0.0)

;
}
.header .header_shortcuts .hs-menu-wrapper>ul>li>a{
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.header .header_shortcuts .hs-menu-wrapper>ul li > a:hover,
.header .header_shortcuts .hs-menu-wrapper>ul li.hover > a,
.header_right a:hover{
  color:

  
  
    
  


  rgba(235, 59, 51, 1.0)

;
}
.header .header_shortcuts .hs-menu-wrapper> ul ul>li>a{
  color:

  
  
    
  


  rgba(45, 16, 61, 1.0)

;
}
.header .header_shortcuts .hs-menu-wrapper> ul ul>li>a:hover{
  color:

  
  
    
  


  rgba(45, 16, 61, 1.0)

;
}
.pulldown_columns .hs-menu-wrapper>ul>li>a{
  color:

  
  
    
  


  rgba(45, 16, 61, 1.0)

;
}
.pulldown_columns .hs-menu-wrapper>ul ul>li>a{
  color:

  
  
    
  


  rgba(45, 16, 61, 1.0)

;
}
.pulldown_columns .hs-menu-wrapper>ul ul>li>a:hover{
  color:

  
  
    
  


  rgba(235, 59, 51, 1.0)

;
}
.header_shortcuts .hs-menu-wrapper>ul ul,
.slide .header_shortcuts .hs-menu-wrapper>ul ul{
  background-color:

  
  
    
  


  rgba(45, 16, 61, 1.0)

;
}











 





.scroll-nav{
  background-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.scroll-nav .header_shortcuts .hs-menu-wrapper>ul>li>a,
.scroll-menu .hs-menu-wrapper>ul>li>a{
  color:

  
  
    
  


  rgba(45, 16, 61, 1.0)

;
}
.scroll-nav .header_shortcuts .hs-menu-wrapper>ul>li.hover>a,
.scroll-nav .header_shortcuts .hs-menu-wrapper>ul>li>a:hover,
.scroll-menu .hs-menu-wrapper>ul>li.hover>a,
.scroll-menu .hs-menu-wrapper>ul>li>a:hover {
  color:

  
  
    
  


  rgba(235, 59, 51, 1.0)

;
}
.header_btn a{
  background-color:

  
  
    
  


  rgba(235, 59, 51, 1.0)

;
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.header_btn a:hover{
  background-color:

  
  
    
  


  rgba(45, 16, 61, 1.0)

;
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.scroll-menu .hs-menu-wrapper>ul ul{
  background-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.scroll-menu .hs-menu-wrapper>ul ul>li>a{
  color:

  
  
    
  


  rgba(45, 16, 61, 1.0)

;
}
.scroll-menu .hs-menu-wrapper>ul ul>li>a:hover{
  color:

  
  
    
  


  rgba(235, 59, 51, 1.0)

;
}












.footer{
  background-color:rgba(#null,0.0);
 
}
.copyright_section #hs_cos_wrapper_copyright a, .copyright_section #hs_cos_wrapper_copyright span, .footer_disclaimer {
  color:rgba(45, 16, 61,1.0);
}

.copyright_section #hs_cos_wrapper_copyright a:hover , .copyright_section #hs_cos_wrapper_copyright span:hover{
  color:rgba(45, 16, 61,1.0);
}


.footer_right .hs-menu-wrapper>ul>li>a{
  color:rgba(45, 16, 61,1.0);
}


.footer_right .hs-menu-wrapper>ul>li>a:hover{
  color:rgba(45, 16, 61,1.0);
}

.footer_right .hs-menu-wrapper>ul ul>li.hs-item-has-children>a , .footer_right .hs-menu-wrapper>ul ul ul>li>a , .footer_right .hs-menu-wrapper>ul ul>li>a{
  color:rgba(45, 16, 61,1.0);
}

.footer_right .hs-menu-wrapper>ul ul>li.hs-item-has-children>a:hover , .footer_right .hs-menu-wrapper>ul ul ul>li>a:hover , .footer_right .hs-menu-wrapper>ul ul>li>a:hover{
  color:rgba(45, 16, 61,1.0);
}

.social_wrapper a{  
  background-color:rgba(45, 16, 61,1.0)!important;  
}

.social_wrapper a:hover{  
  background-color:rgba(235, 59, 51,1.0)!important;  
}
















.card__price {
  font-family: GT Walsheim, sans-serif
    font-size: 30px;
  color: 

  
  
    
  


  rgba(45, 16, 61, 1.0)

;
  font-weight: 600
}