







/* 1a. Containers */






/* 1b. Colors */




/* 1c. Typography */
























/* 1d. Buttons */









/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */




/* 1h. Site footer */






















@media (min-width: 1200px) {
  .page-center,
  .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: 1140px;
  }
}

@media (max-width: 1199px){
  .dnd-section > .row-fluid,
  .header__container,
  .page-center,
  .content-wrapper {
    max-width: 959.999999991px;
  }

}
@media (max-width: 991px){

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

}
@media (max-width: 767px){
  .dnd-section > .row-fluid,
  .header__container,
  .page-center,
  .content-wrapper {
    max-width: 539.9999999928px;
  }

}

@media (max-width: 575px){

  .dnd-section > .row-fluid,
  .header__container,
  .page-center,
  .content-wrapper {
    max-width: 100%;
  }
}

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





body {
  font-size: 18px;
  font-weight: 300;
  font-family: Averta;
  color: rgba(33, 37, 41, 1.0);
}



/* Paragraphs */

p {
  font-family: Averta;
}

/* Anchors */

a {
  color: 

  
  
    
  


  rgba(117, 150, 255, 1.0)

;
}

a:hover,
a:focus,
a:active {
  color: 

  
  
    
  


  rgba(0, 86, 179, 1.0)

;
}

/* Headings */

h1, h2, h3, h4, h5, h6{
  font-family: Averta;
  color: rgba(65, 83, 100, 1.0);
}

h1 {
  font-size: 2.5rem;
  font-weight: 500;
}

h2 {
  font-size: 2.25rem;
  font-weight: 700;
}

h3 {
  font-size: 2rem;
  font-weight: 500;
}

h4 {
  font-size: 1.75rem;
  font-weight: 500;
}

h5 {
  font-size: 1.5rem;
  font-weight: 500;
}

h6 {
  font-size: 1.25rem;
  font-weight: 500;
}

/* Blockquote */

blockquote {
  border-left-color: {color=#415364, opacity=100, css=#415364};
}





.error-page .button,a
button,
.button,
form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(117, 150, 255, 1.0)

;
  border: 1px solid 

  
  
    
  


  rgba(3, 26, 95, 0.0)

;
  border-radius: 0px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 13px 25px;
}

.error-page .button:hover,
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(255, 255, 255, 1.0)

;
  color: 

  
  
    
  


  rgba(117, 150, 255, 1.0)

;
}

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







/* Form title */

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

/* Form label */

form label {
  color: 

  
  
    
  


  rgba(103, 119, 133, 1.0)

;
}

/* Form help text */

form legend {
  color: 

  
  
    
  


  rgba(103, 119, 133, 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(103, 119, 133, 1.0)

;
  /*   color: rgba(33, 37, 41, 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(103, 119, 133, 1.0)

;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: rgba(33, 37, 41, 1.0);
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: rgba(33, 37, 41, 1.0);
}

/* Date picker */

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

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

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





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(26, 26, 26, 1.0);
  color: rgba(26, 26, 26, 1.0);
}

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

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

table,
tbody + tbody {
  border-color: rgba(26, 26, 26, 1.0);
}







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







footer.footer {
  background-color: rgba(240, 244, 247, 1.0);
}


footer.footer .footer_cols .details .contact_details h3 {
  color: rgba(25, 32, 38, 1.0);
}


footer.footer .footer_cols .details .contact_details span ,footer.footer .footer_cols .details .contact_details {
  color: rgba(25, 32, 38, 1.0);
}

footer.footer .footer_cols .details .contact_details a {
  color: rgba(25, 32, 38, 1.0);
}

footer.footer .footer_cols .details .contact_details a:hover {
  color: rgba(23, 72, 199, 1.0);
}





















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