







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */
















/* 1d. Buttons */










/* 1e. Forms */











/* 1f. Tables */











/* 1g. Site header */



















/* 1h. Site footer */
















@media (min-width: 576px) {
  .dnd-section > .row-fluid,
  .footer_container,
  .header_container,
  .page-center, .content-wrapper, .container-fluid, .custom-menu-primary .hs-menu-wrapper>ul {
    max-width: 540.0px;
  }
}

@media (min-width: 768px) {
  .dnd-section > .row-fluid,
  .footer_container,
  .header_container,
  .page-center, .content-wrapper, .container-fluid, .custom-menu-primary .hs-menu-wrapper>ul {
    max-width: 720.0px;
  }
}
@media (min-width: 992px) {
  .dnd-section > .row-fluid,
  .footer_container,
  .header_container,
  .page-center, .content-wrapper, .container-fluid, .custom-menu-primary .hs-menu-wrapper>ul {
    max-width: 960.0px;
  }
}
@media (min-width: 1200px) {
  .dnd-section > .row-fluid,
  .footer_container,
  .header_container,
  .page-center, .container-fluid, .content-wrapper {
    max-width: 1140.0px;
  }
}

@media (min-width: 1400px) {
  .dnd-section > .row-fluid,
  .footer_container,
  .header_container,
  .page-center, .content-wrapper, .container-fluid {
    max-width: 1300.0px;
  }
}

@media (min-width: 1500px) {
  .dnd-section > .row-fluid,
  .footer_container,
  .header_container,
  .page-center, .content-wrapper, .container-fluid {
    max-width: 1440.0px;
  }
}

@media (min-width: 1500px) {
    .container-fluid,
    .body-container,
    .body-container--landing-page,
    .row-fluid {
      max-width: 100% !important;
  }
}

@media (min-width: 1760px) {
  .dnd-section > .row-fluid,
  .footer_container,
  .header_container,
  .page-center, .content-wrapper, .container-fluid {
    max-width: 1600px;
  }
}
.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 50px 15px;
}





body {
  font-size: 1rem;
  color: #252525;
  
  color: #252525;
  
  font-weight: regular;
  font-family: "Inter", Helvetica, "Open Sans", Arial, sans-serif;
}

/* Paragraphs */


/* Anchors */

a {
  color: 

  
  
    
  


  rgba(31, 106, 180, 1.0)

;
}

a:hover,
a:focus,
a:active {
  color: 

  
  
    
  


  rgba(0, 24, 66, 1)

;
}

/* Headings */

h1 {
  font-family: DM Sans;
  font-size: 3.475rem;
  
  color: #1f6bb4;
  
  font-weight: 500;
}
h2 {
  font-family: DM Sans;
  font-size: 2.8125rem;
  
  color: #1f6ab4;
  
  font-weight: regular;
}

h3 {
  font-family: DM Sans;
  font-size: 2rem;
  
  color: #1F6AB4;
  
  font-weight: regular;
}

h4 {
  font-family: DM Sans;
  font-size: 1.75rem;
  
  color: #1d8bcb;
  
  font-weight: 700;
}

h5 {
  font-family: DM Sans;
  font-size: 1.25rem;
  
  color: #222222;
  
  font-weight: regular;
}

h6 {
  font-family: DM Sans;
  font-size: 1.1rem;
  
  color: #222222;
  
  font-weight: regular;
}


@media(max-width: 1400px){
  h1{
    font-size: 2.5483333333217497rem;
  }

}

@media(max-width: 1000px){
  h1{
    font-size: 1.85333333332175rem;
  }
  h2{
    font-size: 2.1375rem;
  }
}



/* Blockquote */

blockquote {
  border-left-color: #1F6AB4;
}





button,
.button {
  background-color: 

  
  
    
  


  rgba(31, 107, 180, 1.0)

;
  border: 0px solid 

  
  
    
  


  rgba(31, 107, 180, 1.0)

;
  border-radius: 2rem;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 0.375rem 2rem;
}
button:hover,
.button:hover {
  border: 0px solid 

  
  
    
  


  rgba(31, 107, 180, 1.0)

;
  background-color:

  
  
    
  


  rgba(31, 107, 180, 0.85)

;
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}






/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: 

  
  
    
  


  rgba(31, 107, 180, 1.0)

;
}

/* Form label */

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

/* Form help text */

form legend {
  color: 

  
  
    
  


  rgba(10, 10, 10, 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 {
  background-color:

  
  
    
  


  rgba(244, 244, 244, 1.0)

;
  border-color: 

  
  
    
  


  rgba(244, 244, 244, 1.0)

;
  color: #252525;
}




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(31, 107, 180, 0.8)

;
   color: 

  
  
    
  


  rgba(55, 58, 60, 1.0)

;
   background-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Form placeholder text */

::-webkit-input-placeholder {
}

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

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
body .hs-button {
  background-color: 

  
  
    
  


  rgba(31, 107, 180, 1.0)

;
  border: 0px solid 

  
  
    
  


  rgba(31, 107, 180, 1.0)

;
  border-radius: 2rem;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 0.375rem 2rem;
}

form input[type=submit]:hover,
body .hs-button:hover {
  border: 0px solid 

  
  
    
  


  rgba(31, 107, 180, 1.0)

;
  background-color:

  
  
    
  


  rgba(31, 107, 180, 0.85)

;
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}






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

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

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

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






header.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  color: 

  
  
    
  


  rgba(55, 58, 60, 1.0)

;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
  color: 

  
  
    
  


  rgba(0, 53, 142, 1.0)

;
  background-color:

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.active-branch > a {
  color: 

  
  
    
  


  rgba(0, 53, 142, 1.0)

;
  background-color:

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}
.custom-menu-primary .hs-menu-wrapper>ul ul li a {
  background-color: 

  
  
    
  


  rgba(0, 53, 142, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.custom-menu-primary .hs-menu-wrapper>ul ul li.active-branch > a {
  background-color: 

  
  
    
  


  rgba(0, 53, 142, 0.0)

;
  color: 

  
  
    
  


  rgba(0, 130, 255, 1.0)

;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li a:hover,
.custom-menu-primary .hs-menu-wrapper>ul ul li.active-branch > a:hover {
  background-color: 

  
  
    
  


  rgba(0, 53, 142, 0.0)

;
  color: 

  
  
    
  


  rgba(0, 130, 255, 1.0)

;
}
.header-right-content .dropdown1 button {
  color: 

  
  
    
  


  rgba(0, 53, 142, 1.0)

;
}
.dropdown1 svg path {
  fill: 

  
  
    
  


  rgba(0, 53, 142, 1.0)

;
}

.searchOpen {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: 

  
  
    
  


  rgba(0, 53, 142, 1.0)

;
}



footer.footer:after {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}
.col1 p, .col2 p a, .col2 p button, .footer-cookie a {
  color:  

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.custom-footer-menu .hs-menu-wrapper>ul>li>a {
  color:  

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.custom-footer-menu .hs-menu-wrapper>ul>li>a:hover {
  color:  

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}


body .social-icon ul li a {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 0.0)

;
  color:  

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color:  

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
body .social-icon ul li a:hover {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color:  

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border-color:  

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}


















.card__price {
  font-family: DM Sans
    font-size: 2px;
  color: #1F6AB4;
  font-weight: regular
}