







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */





























































/* 1d. Buttons */
















/* 1e. Forms */











/* 1f. Tables */











/* 1g. Site header */










/* 1h. Site footer */

















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

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 40px 0px;
}
@media (max-width: 767px) {
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.dnd-section > .row-fluid,
.header__container,
.footer__container{
  max-width: 1416px;
}




:root {
  --body_color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  --primary_color:rgba(0, 0, 0,1.0);
  --secondary_color:rgba(213, 14, 34,1.0);
  --xa_red:rgba(213, 14, 34,1.0);
  --xa_red_hover:rgba(171, 18, 32,1.0);
  --xa_grey:rgba(102, 102, 102,1.0);
  --xa_grey_light:rgba(198, 198, 198,1.0);
  --xa_mist_40:rgba(229, 237, 243,1.0);
  --black:rgba(0, 0, 0,1.0);
  --black_light:rgba(237, 237, 237,1.0);
  --xa_blue:rgba(2, 167, 233,1.0);
  --xa_orange:rgba(239, 124, 0,1.0);
  --xa_mandarine:rgba(249, 176, 0,1.0);
  --xa_gold:rgba(199, 151, 38,1.0);
  --xa_aubergine:rgba(108, 87, 145,1.0);
  --xa_navy:rgba(0, 85, 157,1.0);
  --xa_ocean:rgba(52, 122, 147,1.0);
  --xa_sky:rgba(67, 157, 215,1.0);
  --xa_mist:rgba(189, 211, 225,1.0);
  --xa_basil:rgba(0, 128, 57,1.0);
  --xa_grass:rgba(91, 152, 50,1.0);
  --xa_lime:rgba(173, 205, 95,1.0);
  --xa_olive:rgba(158, 154, 110,1.0); 
  --xa_orange_30:rgba(249, 216, 180,1.0);
  --xa_mandarine_40:rgba(253, 223, 153,1.0);
  --xa_gold_40:rgba(233, 213, 168,1.0);
  --xa_aubergine_20:rgba(226, 221, 233,1.0);
  --xa_navy_30:rgba(179, 204, 226,1.0);
  --xa_ocean_40:rgba(194, 215, 223,1.0);
  --xa_sky_30:rgba(199, 226, 243,1.0);
  --xa_basil_15:rgba(217, 236, 225,1.0);
  --xa_grass_20:rgba(222, 234, 214,1.0);
  --xa_lime_40:rgba(222, 235, 191,1.0);
  --xa_olive_30:rgba(226, 225, 211,1.0);
}
html {
  font-size: 20px;
}

body {
  font-weight: 400;
  font-family: 'Poppins', Arial;
}

/* Paragraphs */

/* Anchors */

a {
  color: #000000;
}

a:hover,
a:focus,
a:active {
  color: #02A7E9;
}

/* Headings */

h1, .h1 {
  font-family: Arial, sans-serif;
  font-size: 70px;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  font-weight: 700;
}

h2 {
  font-family: Arial;
  font-size: 44px;
  color: 

  
  
    
  


  rgba(213, 14, 34, 1.0)

;
  font-weight: 700;
}



h3 {
  font-family: Arial;
  font-size: 36px;
  color: 

  
  
    
  


  rgba(213, 14, 34, 1.0)

;
  font-weight: 700;
}

h4 {
  font-family: Arial;
  font-size: 24px;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  font-weight: 700;
}

h5 {
  font-family: Arial;
  font-size: 22px;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  font-weight: 700;
}


h6 {
  font-family: Arial;
  font-size: 16px;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  font-weight: 400;
}
@media (max-width:1199px){
  html,body {
    font-size: 15.0px; 
  }
  h1, .h1{
    font-size: 47.999999999px;
  }
  h2{
    font-size: 27.99999999984px;
  }
  h3{
    font-size: 21.999999999960004px;
    line-height: 1.38;
  }
  h4{
    font-size: 19.99999999992px;
    line-height: 21px;
  }
  h6 {
    font-size: 12px;
  }
}
/* Blockquote */

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





button,
.button {
  background-color: 

  
  
    
  


  rgba(213, 14, 34, 1.0)

;
  border: 0px solid 

  
  
    
  


  rgba(112, 112, 112, 1.0)

;
  border-radius: 0px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 18px 50px;
  display: inline-block;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(173, 0, 0, 1.0);
  border-color: #484848;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

button:active,
.button:active {
  background-color: rgba(253, 54, 74, 1.0);
  border-color: #989898;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}





form,
.submitted-message {
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  font-weight: 400
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  
}

/* Form label */

form label {
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

/* Form help text */

form legend {
  color: 

  
  
    
  


  rgba(0, 0, 0, 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(112, 112, 112, 1.0)

;
}

form input[type=text]:hover,
form input[type=email]:hover,
form input[type=password]:hover,
form input[type=tel]:hover,
form input[type=number]:hover,
form input[type=file]:hover,
form select:hover,
form textarea:hover{

}



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,
form input[type=text]:hover,
form input[type=email]:hover,
form input[type=password]:hover,
form input[type=tel]:hover,
form input[type=number]:hover,
form input[type=file]:hover,
form select:hover,
form textarea:hover{
  border-color: 

  
  
    
  


  rgba(112, 112, 112, 1.0)

;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

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

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

/* Date picker */

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

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

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

/* Submit button */
.button-wrapper a,
.button-wrapper-block a,
.hs-button,
form input[type=submit],
form .hs-button,
.cta_button{
  background-color: 

  
  
    
  


  rgba(213, 14, 34, 1.0)

;
  border: 0px solid 

  
  
    
  


  rgba(112, 112, 112, 1.0)

;
  border-radius: 0px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 18px 50px;
}
.button-wrapper a:hover,
.button-wrapper-block a:hover,
.button-wrapper a:focus,
.button-wrapper-block a:focus,
.hs-button:hover,
.hs-button:focus,
form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus,
.cta_button:hover,
.cta_button:focus{
  background-color: 

  
  
    
  


  rgba(171, 18, 32, 1.0)

;
  border-color: 

  
  
    
  


  rgba(112, 112, 112, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}


form input[type=submit]:active,
form .hs-button:active {
  background-color: 

  
  
    
  


  rgba(171, 18, 32, 1.0)

;
  border-color: 

  
  
    
  


  rgba(171, 18, 32, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.button-wrapper.secondary a {
  background-color: 

  
  
    
  


  rgba(102, 102, 101, 1.0)

;
  border: px solid 

  
  
    
  


  rgba(112, 112, 112, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.button-wrapper.secondary a:hover {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border-color: 

  
  
    
  


  rgba(112, 112, 112, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
@media (max-width: 1199px) {
  .hs-button, form input[type=submit], form .hs-button, .cta_button {
    padding: 14px 31px;
  }
}
@media (max-width: 767px) {  
  .hs-button, form input[type=submit], form .hs-button, .cta_button {
    padding: 13px 33px;
  }
}




table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: 

  
  
    
  


  rgba(102, 102, 102, 1.0)

;
}

th,
td {
  border-color: 

  
  
    
  


  rgba(102, 102, 102, 1.0)

;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(244, 244, 244, 1.0)

;
  border-bottom-color: 

  
  
    
  


  rgba(102, 102, 102, 1.0)

;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(244, 244, 244, 1.0)

;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}




.site-header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.logo_descriptin{
  color: ;
}

.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: ;
  font-family: 'Poppins', Arial;
}

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

.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: ;
}

.header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: ;
}

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

.header__language-switcher .lang_list_class li:hover{
  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: 'Poppins', Arial;
}

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


.custom-menu-primary .hs-menu-wrapper >ul > li > a{
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}
.custom-menu-primary .hs-menu-wrapper >ul > li:hover > a{
  color: 

  
  
    
  


  rgba(213, 14, 34, 1.0)

;
}

.custom-menu-primary .mega-menu{
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.custom-menu-primary .hs-menu-wrapper>ul >li> .mega-menu ul li a,
.custom-menu-primary .hs-menu-wrapper>ul >li> .mega-menu >ul> li > span.title{
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.custom-menu-primary .hs-menu-wrapper>ul >li> .mega-menu ul li a:hover{
  color: 

  
  
    
  


  rgba(213, 15, 33, 1.0)

;
}

.header-links .link-items li:not(.language-icon) svg path,
.language-menu ul li a{
  fill:rgba(153, 153, 153, 1.0);
  color:rgba(153, 153, 153, 1.0);
}
.header-links .link-items li:not(.language-icon):hover svg path,
.language-menu ul li a:hover{
  fill:rgba(213, 14, 34, 1.0);
   color:rgba(213, 14, 34, 1.0);
}
.header-links .link-items li.language-icon svg path {
  stroke:rgba(153, 153, 153, 1.0);
}
.header-links .link-items li.language-icon:hover svg path {
  stroke:rgba(213, 14, 34, 1.0);
}
.header-links .link-items li ul li a,
.header-links .dropdown-wrapper ul li a{
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}
.header-links .link-items li ul li a:hover,
.header-links .dropdown-wrapper ul li a:hover{
  color: 

  
  
    
  


  rgba(213, 15, 33, 1.0)

;
}
.header-button .hs-button {
  background-color: rgba(213, 14, 34, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.header-button .hs-button:hover {
  background-color: rgba(173, 14, 26, 1.0);
  color: rgba(255, 255, 255, 1.0);

}
.hs-search-field form {
  background-color: rgba(255, 255, 255, 1.0);

}
.hs-search-field form input[type=text] {
  color: rgba(0, 0, 0, 1.0);
}
@media(max-width: 1199px) {
  .custom-menu-primary .hs-menu-wrapper>ul >li> .mega-menu ul li:hover >a, .custom-menu-primary .hs-menu-wrapper>ul >li> .mega-menu >ul> li > span.title:hover,
  .custom-menu-primary .hs-menu-wrapper ul li.custom-parent-link:hover{
    color: 

  
  
    
  


  rgba(213, 14, 34, 1.0)

;
  }
  .custom-menu-primary li.has-submenu.clicked > .third-level > .custom-parent-link  {
    color: 

  
  
    
  


  rgba(213, 14, 34, 1.0)

;
  }
}





.footer .custom-footer-top {
  background-color: 

  
  
    
  


  rgba(213, 14, 34, 1.0)

;
  color: rgba(255, 255, 255, 1.0);
}
.footer .custom-footer-bottom {
  background-color: rgba(173, 14, 26, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.footer .hs-menu-wrapper ul li a {
  color: rgba(255, 255, 255, 1.0);
}
.footer .hs-menu-wrapper ul li a:hover {
  color: rgba(255, 255, 255, 1.0);
}
.footer .hs-menu-wrapper ul li a:hover:before{
  background-color: rgba(255, 255, 255, 1.0);
}
.copyright {
  color: rgba(255, 255, 255, 1.0);
}
.footer .buttons-wrapper .hs-button {
  background-color: rgba(213, 14, 34, 1.0);
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
}
.footer .buttons-wrapper .hs-button:hover {
  background-color: rgba(173, 14, 26, 1.0);
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
}
.social-icons-wrapper li svg path {
  fill: rgba(255, 255, 255, 1.0);
}
.social-icons-wrapper li:hover svg path {
  fill: rgba(198, 198, 198, 1.0);
}




/* Blog Header */

.blog-header {
  background-color: rgb(#null);
}

/* Blog Listing */

.blog-index__post-inner-card {
  box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: #02A7E9;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: #02A7E9;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #000000;
}

.blog-pagination__link {
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #000000;
}

.blog-post__title {
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  font-family:Arial;
  font-size: 70px;
  font-weight: 700;
}

.blog-post__author {
  background-color: #D50E22;
}

#comments-listing .comment-reply-to {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
  color: rgba(#null, 0.0);
}

/*             Blog Grid Listing and Post styles            */

.hs-blog-listing,
.hs-blog-post {
  background-color: ;
}

.blog-index__post-content a:hover,
.blog-sidebar a:hover,
.blog-post__meta a:hover,
.blog-post__back-to-blog:hover {
  color: #02A7E9;
}

.blog-post__read-more a:hover svg,
a.blog-post__back-to-blog:hover svg {
  fill: #02A7E9;
}

.blog-index__post-content--small h2 {
  font-size: 36px;
}

.blog-index__post-content a {
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.blog-post__read-more svg {
  fill: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.blog-sidebar ul {
  box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

.blog-sidebar a {
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.blog__subscription-block, .blog-related-posts {
  background-color: rgb(#null);
}

.post-featured-image {
  max-height: px;
}

.blog-post {
  box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

.blog-post__meta a {
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.blog-post__meta a:hover {
  color: #02A7E9;
}

.blog-post__links-container {
  border-top:  2px solid rgb(#null);
}

.blog-post__back-to-blog {
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.blog-post__back-to-blog svg {
  fill: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.comment.depth-0,
.blog-comments form {
  border-top: 2px solid rgb(#null) !important;
}

.comment.depth-1 {
  border-left: 2px solid rgb(#null);
}

.section.post-footer .hs-input {
  border-color: rgb(#null);
}

.blog-recent-posts {
  background-color: rgb(#null);
}











.card__price {
  font-family: Arial
    font-size: 36px;
  color: 

  
  
    
  


  rgba(213, 14, 34, 1.0)

;
  font-weight: 700
}