







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */
















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








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

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

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





html {
  font-size: 16px;
}

body {
  font-size: 16px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}

/* Paragraphs */

p {
  font-size: 16px;
  color: #4b4b4b;
  font-weight: 400;
}

/* Anchors */

a {
  color: #cd2a2a;
}

a:hover,
a:focus,
a:active {
  color: #fc3838;
}

/* Headings */

h1 {
  font-family: 'Oswald',sans-serif;
  font-size: 42px;
  color: #000;
  font-weight: 700;
}

h2 {
  font-family: 'Oswald',sans-serif;
  font-size: 30px;
  color: #000;
  font-weight: 400;
}

h3 {
  font-family: 'Open Sans',sans-serif;
  font-size: 18px;
  color: #000;
  font-weight: 800;
}

h4 {
  font-family: 'Open Sans',sans-serif;
  font-size: 18px;
  color: #cd2a2a;
  font-weight: 700;
}

h5 {
  font-family: 'Open Sans',sans-serif;
  font-size: 18px;
  color: #7d8073;
  font-weight: 700;
}

h6 {
  font-family: 'Open Sans',sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 400;
}


@media (max-width:599px) {
  h1 {
    font-size: 29.99999999976px;
  }
}

/* Blockquote */

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





button,
.button {
  background: #cd2a2a;
    border: 0;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Oswald;
    font-size: 1.125em;
    font-weight: 700;
    margin: 0.3125em 0.625em 0.3125em 0;
    outline: 0;
    padding: 0.625em 2.1875em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background .2s,box-shadow .2s,color .2s,-webkit-transform .2s;
    transition: background .2s,box-shadow .2s,color .2s,transform .2s;
    transition: background .2s,box-shadow .2s,color .2s,transform .2s,-webkit-transform .2s;
    vertical-align: top;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #fc3838;
  border-color: #fc3838;
  color: #ffffff;
}

button:active,
.button:active {
  background-color: #fc3838;
  border-color: #fc3838;
  color: #ffffff;
}




.hs-error-msgs li label {
    color: red;
}

form,
.submitted-message {
  font-size: 16px;
  color: #4b4b4b;
  font-weight: 400
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: #4b4b4b;
}

/* Form label */

form label {
  color: #1f2948;
}

/* Form help text */

form legend,
legend.hs-field-desc{
  color: #aaa;
}

/* 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 textarea {
  border: 0px solid #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    box-sizing: border-box;
    box-sizing: content-box;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    padding: 4px;
  width: 93%;
  max-width: 700px;
  border-color: rgba(204, 204, 204, 1.0);
  color: rgba(102, 102, 102, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
  -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px
}

form select{
  background: #fff;
    border: 0px solid #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    box-sizing: border-box;
    box-sizing: content-box;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    padding: 4px;
  width: 99%;
  max-width: 700px;
  border-color: rgba(204, 204, 204, 1.0);
  color: rgba(102, 102, 102, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
  -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px
}

input.hs-input:focus, textarea.hs-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: inset 0 1px 3px rgb(0 0 0 / 10%), 0 0 8px #52a8ec;
}

.hs-fieldtype-textarea {
  padding: 4px;
  width: 100%;
  max-width: 700px;
  padding-right: 144px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #4b4b4b;
  opacity:1 !important;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #4b4b4b;
}
:-moz-placeholder{
  color: #4B4B4B;

}

::placeholder{
    opacity:.54;
      color: #4B4B4B;

}


/* 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: #cd2a2a;
    border: 0;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Oswald;
    font-size: 1.125em;
    font-weight: 700;
    margin: 0.3125em 0.625em 0.3125em 0;
    outline: 0;
    padding: 0.625em 2.1875em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background .2s,box-shadow .2s,color .2s,-webkit-transform .2s;
    transition: background .2s,box-shadow .2s,color .2s,transform .2s;
    transition: background .2s,box-shadow .2s,color .2s,transform .2s,-webkit-transform .2s;
    vertical-align: top;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  border: 0;
  background-color: #fc3838;
  border-color: #fc3838;
  color: #ffffff;
  transition: background .2s,box-shadow .2s,color .2s,-webkit-transform .2s;
  transition: background .2s,box-shadow .2s,color .2s,transform .2s;
  transition: background .2s,box-shadow .2s,color .2s,transform .2s,-webkit-transform .2s;
}






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

th,
td {
  border-color: #494A52;
  color: #494A52;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(73, 74, 82, 1.0)

;
  border-bottom-color: #494A52;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #494A52;
}







.site__header .nav-quick--clone {
  background: rgba(0, 0, 0, 1.0);
}

.site__header .nav-quick a {
  color: rgba(255, 255, 255, 1.0);
  background:rgba(0, 0, 0, 1.0);
}

.site__header .nav-quick a:hover {
  color: rgba(255, 255, 255, 1.0);
  background:rgba(252, 56, 56, 1.0);
}

.site__header .nav-quick svg {
  fill:rgba(255, 94, 94, 1.0);
}

.site__header .nav-quick a:hover svg {
  fill:rgba(255, 255, 255, 1.0);
}

.site-search__trigger svg {
  fill:rgba(205, 42, 42, 1.0);
}

.site-search__trigger:hover svg {
  fill:rgba(252, 56, 56, 1.0);
}

@media (min-width:1000px) {
header.site__header .drawer .nav-main .hs-menu-wrapper > ul > li > a {
  color: rgba(0, 0, 0, 1.0);
}
header.site__header .drawer .nav-main .hs-menu-wrapper > ul > li:hover > a {
  color: rgba(0, 0, 0, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
      box-shadow: 0 0.42857142857142855em 0 0 rgba(205, 42, 42, 1.0);;
}
header.site__header .drawer .nav-main .hs-menu-wrapper > ul > li.active > a,
header.site__header .drawer .nav-main .hs-menu-wrapper > ul > li.active-branch > a,
header.site__header .drawer .nav-main .hs-menu-wrapper > ul > li > a.active{
  color: rgba(0, 0, 0, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}
header.site__header .drawer .nav-main .hs-menu-wrapper > ul ul {
  background-color: rgba(255, 255, 255, 1.0);
}
header.site__header .drawer .nav-main .hs-menu-wrapper > ul ul li a{
  color: rgba(51, 51, 51, 1.0);
}
header.site__header .drawer .nav-main .hs-menu-wrapper > ul ul li a:hover{
  color: rgba(252, 56, 56, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}
header.site__header .drawer .nav-main .hs-menu-wrapper > ul ul li a.active,
header.site__header .drawer .nav-main .hs-menu-wrapper > ul ul li.active > a,
header.site__header .drawer .nav-main .hs-menu-wrapper > ul ul li.active-branch > a{
  color: rgba(0, 0, 0, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}
}
body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #000;
  font-family: 'Open Sans', sans-serif;
}

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: #000000;
}

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

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

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

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

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: 'Open Sans', sans-serif;
}

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

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

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





.site__footer {
  background: rgba(42, 42, 42, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.site__footer .lace {
  border-color: rgba(151, 151, 151, 1.0);
}

.site__footer .footer-subtext {
  color: rgba(255, 255, 255, 1.0);
}

.site__footer .sole a {
  color: rgba(255, 255, 255, 1.0);
}

.site__footer .sole a:hover {
  color: rgba(255, 255, 255, 1.0);
  box-shadow: 0 0.125em 0 0 rgba(255, 255, 255, 1.0);
}

.nav-social a svg {
  fill: rgba(101, 101, 101, 1.0);
}
.nav-social a:hover svg {
  fill: rgba(101, 101, 101, 1.0);
}

.nav-social a {
  background: rgba(255, 255, 255, 1.0);;
}

.nav-social a:hover {
  background: rgba(255, 255, 255, 1.0);;
}





/* Blog Header */


/* 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: #4b4b4b;
}

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

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

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

.blog-pagination__link {
  color: #4b4b4b;
}

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

.blog-post__title {
  color: #000;
  font-family:'Oswald',sans-serif;
  font-size: 42px;
  font-weight: 700;
}

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

#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: #fc3838;
}

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

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

.blog-index__post-content a {
  color: #4b4b4b;
}

.blog-post__read-more svg {
  fill: #4b4b4b;
}

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

.blog-sidebar a {
  color: #4b4b4b;
}

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

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

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

.blog-post__back-to-blog {
  color: #4b4b4b;
}

.blog-post__back-to-blog svg {
  fill: #4b4b4b;
}

.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: 'Open Sans',sans-serif
    font-size: 18px;
  color: #000;
  font-weight: 800
}





.overlay [class*=background-image] {
  position: relative;
}

.overlay [class*=background-image]::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgb(0,0,0,0.6);
}

.overlay [class*=background-image] > div {
  position: relative;
  z-index: 1;
}

.overlay [class*=background-image] .hs_cos_wrapper_type_rich_text * {
  color: #fff;
}

.overlay [class*=background-image] .hs-form-field label:not(.hs-error-msg) {
  color: #fff;
}