







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */



















/* 1d. Buttons */









/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */




















/* 1h. Site footer */















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

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





body {
  font-size: 16px;
  color: rgba(64, 64, 64,1.0);
  font-weight: 400;
  font-family: proxima-nova, helvetica, arial, sans-serif;
}


/* Paragraphs */

p {}

/* Anchors */

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

a:hover,
a:focus,
a:active {
  color: 

  
  
    
  


  rgba(215, 216, 35, 1.0)

;
}

/* Headings */

h1 {
  font-family: proxima-soft, helvetica, arial, sans-serif;
  font-size: 46px;
  color: rgba(64, 64, 64,1.0);
  font-weight: 300;
}

h2 {
  font-family: proxima-nova, helvetica, arial, sans-serif;
  font-size: 38px;
  color: rgba(64, 64, 64,1.0);
  font-weight: 500;
}

h3 {
  font-family: proxima-nova, helvetica, arial, sans-serif;
  font-size: 30px;
  color: rgba(64, 64, 64,1.0);
  font-weight: 500;
}

h4 {
  font-family: proxima-nova, helvetica, arial, sans-serif;
  font-size: 24px;
  color: rgba(64, 64, 64,1.0);
  font-weight: 500;
}

h5 {
  font-family: proxima-nova, helvetica, arial, sans-serif;
  font-size: 20px;
  color: rgba(64, 64, 64,1.0);
  font-weight: 500;
}

h6 {
  font-family: proxima-nova, helvetica, arial, sans-serif;
  font-size: 16px;
  color: rgba(64, 64, 64,1.0);
  font-weight: 500;
}






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

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

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





/* Form title */

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

/* Form label */

form label {
  color: 

  
  
    
  


  rgba(89, 93, 99, 1.0)

;
}

/* Form help text */

form legend {
  color: 

  
  
    
  


  rgba(70, 70, 70, 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)

;    
}

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: ;
}

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

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: {color=#404040, opacity=100, css=#404040};
}

.fn-date-picker td .pika-button:hover {
  background-color: {color=#404040, opacity=100, css=#404040} !important;
}

.fn-date-picker td.is-today .pika-button {
  color: {color=#404040, opacity=100, css=#404040};
}





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

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

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

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





header.header {
  background-color: 

  
  
    
  


  rgba(0, 162, 185, 1.0)

;
}

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

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

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

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

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

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:hover {
  color: 

  
  
    
  


  rgba(215, 216, 35, 1.0)

;
  background-color: 

  
  
    
  


  rgba(0, 162, 185, 0.0)

;
}

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

.custom-menu-primary .hs-menu-wrapper>ul>li.cta-wrapper a {
  color: 

  
  
    
  


  rgba(0, 89, 121, 1.0)

;
  background-color: 

  
  
    
  


  rgba(215, 216, 35, 1.0)

;
}

.mobile-wrapper .hs-menu-wrapper {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.mobile-wrapper .hs-menu-wrapper>ul>li>a {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.mobile-wrapper .hs-menu-wrapper>ul li a:hover {
  background-color: 

  
  
    
  


  rgba(215, 216, 35, 1.0)

;
}






footer.footer .mk-footer {
  background-color:

  
  
    
  


  rgba(66, 66, 66, 1.0)

;
}

footer.footer .social-wrapper section.social_networks .widget-social-container a {
  color: 

  
  
    
  


  rgba(115, 115, 115, 1.0)

;
}

footer.footer .social-wrapper section.social_networks .widget-social-container a:hover {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

footer.footer .mk-footer {
  color: 

  
  
    
  


  rgba(170, 170, 170, 1.0)

;
}

footer.footer .mk-padding-wrapper .ref_text .ref_text_inr p,
footer.footer .mk-padding-wrapper .ref_text .ref_text_inr p {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

 ;
}

footer.footer .menu-wrapper .custom_menu ul li a,
footer.footer .mk-padding-wrapper .ref_text .ref_text_inr p a {
  color: 

  
  
    
  


  rgba(28, 196, 217, 1.0)

;
}

footer.footer .menu-wrapper .custom_menu ul li a:hover,
footer.footer .mk-padding-wrapper .ref_text .ref_text_inr p a:hover {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}    

footer.footer .global-footer {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 0.75)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}




















.card__price {
  font-family: ;
  font-size: px;
  color: ;
  font-weight: ;
}

@media (max-width: 500px) {
  h1 {
    font-size: 36px;
    word-break: normal;
  }
}