







/* 1a. Containers */


/* 1b. Colors */


/* 1c. Typography */










































































/* 1d. Buttons */







/* 1e. Forms */











/* 1f. Tables */











/* 1g. Site header */











.content-wrapper {
  max-width: 1140px;
}

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

.dnd-section > .row-fluid {
  max-width: 1140px;
}





html {
  font-size: 16px;
}

body {
  font-size: 16px;
  color: #54595F;
  font-weight: 400;
  font-family: Roboto,sans-serif;
}

/* Paragraphs */

p {}

/* Anchors */

a {
  color: #1E73BE;
}

a:hover,
a:focus,
a:active {
  color: #7A7A7A;
}

/* Headings */

h1 {
  font-family: Lato,sans-serif;
  font-size: 55px;
  color: #1e73be;
  font-weight: 600;
}

h2 {
  font-family: Lato,sans-serif;
  font-size: 49px;
  color: #1e73be;
  font-weight: 500;
}

h3 {
  font-family: Lato,sans-serif;
  font-size: 35px;
  color: #1e73be;
  font-weight: 500;
}

h4 {
  font-family: Lato,sans-serif;
  font-size: 32px;
  color: #1e73be;
  font-weight: 500;
}

h5 {
  font-family: Roboto,sans-serif;
  font-size: 27px;
  color: #4c4c4c;
  font-weight: 400;
}

h6 {
  font-family: lato,sans-serif;
  font-size: 20px;
  color: #333333;
  font-weight: 600;
}

/* Blockquote */

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





button,
.button {
  background-color: 

  
  
    
  


  rgba(19, 175, 240, 1.0)

;
  border: 0px solid #0b7cac;
  border-radius: 0px;
  color: #fff;
  padding: 14px 20px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(0, 135, 200, 1.0);
  border-color: #005484;
  color: #fff;
}

button:active,
.button:active {
  background-color: rgba(59, 215, 255, 1.0);
  border-color: #33a4d4;
  color: #fff;
}





form,
.submitted-message {
  font-size: 16px;
  /* color: #54595F; */
  font-weight: 400
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;

}

/* Form label */

form label {
  /* color: #7a7a7a; */
}

/* Form help text */

form legend {
  color: #7a7a7a;
}

/* 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: #ddd;
  color: rgba(51, 51, 51, 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: #bbb;
}

/* Form placeholder text */

::-webkit-input-placeholder {}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder{}

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #54595F;
}

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(19, 175, 240, 1.0)

;
  border: 0px solid #0b7cac;
  border-radius: 0px;
  color: #fff;
  padding: 14px 20px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(0, 135, 200, 1.0);
  border-color: #005484;
  color: #fff;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(59, 215, 255, 1.0);
  border-color: #33a4d4;
  color: #fff;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #4d4c50;
}

th,
td {
  border-color: #4d4c50;
  color: #4d4c50;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(77, 76, 80, 1.0)

;
  border-bottom-color: #4d4c50;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(77, 76, 80, 1.0)

;
  color: #fff;
}





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

.custom-menu-primary, .mobile-menu-wrapper{
 font-family: Lato,sans-serif;
}

body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #1E73BE;
}

body .navigation-primary a:hover,
body .navigation-primary a:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #004b96;
}

body .navigation-primary a:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #469be6;
}

body .navigation-primary .submenu.level-1 > li > a.active-item:after {
  background-color: #494A52;
}

body .submenu.level-2,
.header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #fff;
}

body .submenu.level-2 > li:first-child:before {
  border-color: #fff;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #fff;
}

body .submenu.level-2 .menu-item .menu-link:hover,
body .submenu.level-2 .menu-item .menu-link:focus,
.header__language-switcher .lang_list_class li:hover,
body .submenu.level-2 > li:first-child:hover:before,
body .submenu.level-2 > li:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Roboto,sans-serif;
}

.header__language-switcher-label-current:after {
  border-top-color: #1E73BE;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #1E73BE;
  }
}



.top_header {
  background-color: rgba(255, 255, 255, 1.0);
}
span.divider-separator {
  color: rgba(243, 243, 243, 1.0);
}
.bottom-header {
  background-color: rgba(255, 255, 255, 1.0);
}

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

.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
  color: rgba(206, 39, 27, 1.0);
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
  color: rgba(206, 39, 27, 1.0);
}


.custom-menu-primary ul.hs-menu-children-wrapper {
  background-color: rgba(255, 255, 255, 1.0);
}

.custom-menu-primary ul.hs-menu-children-wrapper > li.hs-menu-item.hs-menu-depth-2 > a {
  color: rgba(255, 255, 255, 0.0);
}
.custom-menu-primary ul.hs-menu-children-wrapper > li.hs-menu-item.hs-menu-depth-2 > a {
  color: rgba(0, 0, 0, 1.0);
}
.custom-menu-primary ul.hs-menu-children-wrapper>li.hs-menu-item.hs-menu-depth-2:hover>a {
  color: rgba(206, 39, 27, 1.0);
}







/* 1h. Site footer */











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

.footer-nav ul li a {
  color: 

  
  
    
  


  rgba(122, 122, 122, 1.0)

;
}
.footer-nav ul li a:hover {
  color: 

  
  
    
  


  rgba(30, 115, 190, 1.0)

;
}
.social-icons-item a i {
  color: 

  
  
    
  


  rgba(0, 0, 0, 0.32)

;
}
.social-icons-item a i:hover {
  color: 

  
  
    
  


  rgba(30, 115, 190, 1.0)

;
}

.footer__copyright span {
  color: 

  
  
    
  


  rgba(0, 0, 0, 0.39)

;
}

















.card__price {
  font-family: Lato,sans-serif
    font-size: 35px;
  color: #1e73be;
  font-weight: 500
}