







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */









































































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

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

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






body {
  font-size: 16px;
  color: #141414;
  font-weight: 400;
  font-family: Inter;
}

/* Anchors */

a {
  color: rgba(0, 112, 255, 1.0);
}

a:hover,
a:focus,
a:active {
  color: rgba(0, 112, 255, 1.0);
}

/* Headings */

h1 {
  font-family: Inter;
  font-size: 50px;
  color: rgba(20, 20, 20, 1.0);
  font-weight: 700;
}

h2 {
  font-family: Inter;
  font-size: 38px;
  color: rgba(20, 20, 20, 1.0);
  font-weight: 700;
}

h3 {
  font-family: Inter;
  font-size: 30px;
  color: rgba(20, 20, 20, 1.0);
  font-weight: 700;
}

h4 {
  font-family: Inter;
  font-size: 24px;
  color: rgba(20, 20, 20, 1.0);
  font-weight: 700;
}

h5 {
  font-family: Inter;
  font-size: 16px;
  color: rgba(20, 20, 20, 1.0);
  font-weight: 700;
}

h6 {
  font-family: Inter;
  font-size: 14px;
  color: rgba(20, 20, 20, 1.0);
  font-weight: 700;
}

/* Blockquote */

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





button,
.button {
  background-color: rgba(0, 112, 255, 1.0);
  border-color: rgba(0, 0, 0, 0.0);
  border-radius: 30px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(0, 112, 255, 1.0);
  border-color: rgba(#null, 0.0);
  color: rgba(255, 255, 255, 1.0);
}

button:active,
.button:active {
  background-color: rgba(0, 112, 255, 1.0);
  border-color: rgba(#null, 0.0);
  color: rgba(255, 255, 255, 1.0);
}





form,
.submitted-message {
  border-color: rgba(#null, 0.0) ;
  font-family: Inter;
}


.body-container-wrapper form,
.blog-comments form{
  background-color: rgba(0, 0, 0, 1.0);
}

h3.form-title {
  background-color: rgba(238, 238, 238, 0.0);
  color: rgba(20, 20, 20, 1.0);
}

form input[type=submit], 
form .hs-button {
  background-color: rgba(0, 112, 255, 1.0);
  border-color: rgba(0, 0, 0, 0.0);
  border-radius: 30px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(0, 112, 255, 1.0);
  border-color: rgba(#null, 0.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(40, 152, 255, 1.0);
  border-color: rgba(40, 40, 40, 0.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
  color: rgba(255, 255, 255, 1.0);
}

.hs-form legend {
  color: rgba(20, 20, 20, 1.0);
}

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(255, 255, 255, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  color: rgba(20, 20, 20, 1.0);
  border-radius: 0px;
  border-width: 0px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(#null, 0.0);
}

.fn-date-picker .pika-table thead th {
  color: rgba(20, 20, 20, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: #141414;
}

.hs-richtext {
  font-size: 16;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Inter;
}

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

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

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














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

thead th,
thead td {
  background-color: rgba(217, 237, 247, 1.0);
  color: rgba(20, 20, 20, 1.0);
}

tfoot td {
  background-color: rgba(249, 249, 249, 1.0);
  color: rgba(5, 7, 8, 1.0);
}

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






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

body .custom-menu-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: rgba(0, 0, 0, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li:hover > a,
body .custom-menu-primary .submenu.level-1 > li:focus > a,
.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: rgba(0, 0, 0, 1.0);
}

body .custom-menu-primary a.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: rgba(0, 0, 0, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li:active {
  background-color: rgba(255, 255, 255, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li {
  background-color: rgba(#null, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li:hover,
body .custom-menu-primary .submenu.level-1 > li:focus {
  background-color: rgba(255, 255, 255, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch {
  color: rgba(0, 0, 0, 1.0);
}

.login-inner-wrapper ul li a,
body .custom-menu-primary .submenu.level-2 > li > a {
  color: rgba(255, 255, 255, 1.0);
}
.login-inner-wrapper,
body .custom-menu-primary .submenu.level-2 {
  background-color: #565656;
}
body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
  background-color: #565656;
}
.login-inner-wrapper ul li a:hover,
body .custom-menu-primary .submenu.level-2 >.menu-item > .menu-link:hover,
body .custom-menu-primary .submenu.level-2 > .menu-item > .menu-link:focus,
body .header__language-switcher .lang_list_class li:hover,
body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle {
  background-color: rgba(20, 20, 20, 0.0);
  color: rgba(0, 112, 255, 1.0);
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
  background-color: rgba(54, 109, 165, 0.0);
  color: rgba(255, 255, 255, 1.0);
}

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

.header__language-switcher-label-current:after {
  border-top-color: rgba(0, 0, 0, 1.0);
}

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

a.login-icon button{
  color: rgba(0, 0, 0, 1.0);
}
.header__search form .hs-search-field__input{
  color: rgba(20, 20, 20, 1.0);
  background-color: rgba(247, 247, 247, 1.0);
}









footer.footer {
  background-color: rgba(232, 232, 232, 1.0);
  color: rgba(20, 20, 20, 1.0);
}
.footer .footer-menu ul li ul li a {
  color: rgba(0, 0, 0, 1.0);
}
.footer .footer-menu ul li ul li:hover a {
  color: rgba(0, 0, 0, 1.0);
}
.footer__copyright a {
  color: rgba(20, 20, 20, 1.0);
}
.footer__copyright a:hover {
  color: rgba(20, 20, 20, 1.0);
}

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

.footer-menu .hs-menu-wrapper>ul>li>a:hover{
  color: rgba(20, 20, 20, 1.0);
}












.card__price {
  font-family: Inter
    font-size: 30px;
  color: 

  
  
    
  


  rgba(20, 20, 20, 1)

;
  font-weight: 700
}


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


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

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