







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */
















/* 1d. Buttons */







/*  Secondary Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */













/* 1h. Site footer */


















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

@media (min-width: 1400px) {
   .dnd-section > .row-fluid,
   .page-center,
   .content-wrapper,
   .container,
   .container-lg,
   .container-md,
   .container-sm,
   .container-xl,
   .container-xxl,
   .container-xxxl {
      max-width: 1359.9999999926001px;
   }
}

@media (min-width: 1600px) {
   .dnd-section > .row-fluid,
   .page-center,
   .content-wrapper,
   .container,
   .container-lg,
   .container-md,
   .container-sm,
   .container-xl,
   .container-xxl,
   .container-xxxl {
      max-width: 1460px;
   }
}





body {
   font-size: 16px;
   color: #0b1424;
   font-weight: 300;
   font-family: Assistant;
}

.lead {
   font-size: 18.08px;
}

.intro {
   font-size: 18.0px;
}

/* Anchors */

a {
   color: #fd5d47;
}

a:hover {
   color: #c8402e;
}

/* Headings */

h1 {
   font-family: Assistant;
   font-size: 56px;
   color: #0b1424;
   font-weight: 400;
}

h2 {
   font-family: Assistant;
   font-size: 44px;
   color: #0b1424;
   font-weight: 400;
}

h3 {
   font-family: Assistant;
   font-size: 36px;
   color: #0b1424;
   font-weight: 400;
}

h4 {
   font-family: Assistant;
   font-size: 30px;
   color: #0b1424;
   font-weight: 400;
}

h5 {
   font-family: Assistant;
   font-size: 26px;
   color: #0b1424;
   font-weight: 400;
}

h6 {
   font-family: Assistant;
   font-size: 22px;
   color: #0b1424;
   font-weight: 400;
}

.secondary_color {
   color: #404040;
}

/* Blockquote */

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





button,
.button,
.primary_btn {
   background-color: 

  
  
    
  


  rgba(253, 93, 71, 1.0)

;
   border: 0px solid 

  
  
    
  


  rgba(253, 93, 71, 1.0)

;
   border-radius: 2px;
   color: 

  
  
    
  


  rgba(241, 241, 242, 1.0)

;
   padding: 8px 16px;
}

button:hover,
.button:hover,
.primary_btn:hover {
   background-color: rgba(213, 53, 31, 1.0);
   border-color: #d5351f;
   color: 

  
  
    
  


  rgba(241, 241, 242, 1.0)

;
}

.btn-secondary,
.secondary_btn {
   background-color: 

  
  
    
  


  rgba(253, 93, 71, 0.0)

;
   border: 1px solid 

  
  
    
  


  rgba(253, 93, 71, 1.0)

;
   border-radius: 2px;
   color: 

  
  
    
  


  rgba(241, 241, 242, 1.0)

;
   padding: 7px 16px;
}
.btn-secondary:hover,
.secondary_btn:hover,
.mobile-open .mobile-trigger {
   background-color: #d5351f;
   border-color: #d5351f;
   color: 

  
  
    
  


  rgba(241, 241, 242, 1.0)

;
}





form,
.submitted-message {
   font-size: 16px;
   color: #0b1424;
   font-weight: 300
}

/* Form title */

.form-title {
   background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
   color: 

  
  
    
  


  rgba(34, 34, 34, 1.0)

;
}

/* Form label */

form label {
   color: 

  
  
    
  


  rgba(34, 34, 34, 1.0)

;
}

/* Form help text */

form legend {
   color: 

  
  
    
  


  rgba(34, 34, 34, 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(208, 210, 211, 1.0)

;
   color: #0b1424;
}

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(254, 174, 163, 1.0)

;
}

/* Form placeholder text */

::-webkit-input-placeholder {
   color: #0b1424;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
   color: #0b1424;
}

/* Date picker */

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

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

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

/* Submit button */

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

  
  
    
  


  rgba(253, 93, 71, 1.0)

;
   border: 0px solid 

  
  
    
  


  rgba(253, 93, 71, 1.0)

;
   border-radius: 2px;
   color: 

  
  
    
  


  rgba(241, 241, 242, 1.0)

;
   padding: 8px 16px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
   background-color: rgba(213, 53, 31, 1.0);
   border-color: #d5351f;
   color: 

  
  
    
  


  rgba(241, 241, 242, 1.0)

;
}

form input[type=submit]:active,
form .hs-button:active {
   background-color: rgba(255, 133, 111, 1.0);
   border-color: #ff856f;
   color: 

  
  
    
  


  rgba(241, 241, 242, 1.0)

;
}





table {
   background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
   border-color: 

  
  
    
  


  rgba(34, 34, 34, 1.0)

;
}

th,
td {
   border-color: 

  
  
    
  


  rgba(34, 34, 34, 1.0)

;
   color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

thead th,
thead td {
   background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
   border-bottom-color: 

  
  
    
  


  rgba(34, 34, 34, 1.0)

;
   color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

tfoot td {
   background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
   color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}





.hdr_innr,
.cstm_header {
   background-color: 

  
  
    
  


  rgba(11, 20, 36, 1.0)

;
}
.hdr_menu .hs-menu-wrapper > ul > li > a {
   color: 

  
  
    
  


  rgba(241, 241, 242, 1.0)

;
}
.hdr_menu .hs-menu-wrapper > ul > li.open_child > a,
.hdr_menu .hs-menu-wrapper > ul > li > a:hover {
   color: 

  
  
    
  


  rgba(253, 93, 71, 1.0)

;
}
.submenu_wrap ul li.main_link a {
   color: 

  
  
    
  


  rgba(253, 93, 71, 1.0)

;
}
.submenu_wrap ul li.main_link a:after {
   background-color: 

  
  
    
  


  rgba(253, 93, 71, 1.0)

;
}
.submenu_wrap ul li.hs-menu-depth-2 > a {
   color: 

  
  
    
  


  rgba(11, 20, 36, 1.0)

;
}
.submenu_wrap ul li.hs-menu-depth-2 > a:hover,
.submenu_wrap ul li.hs-menu-depth-2.open_child_l2 > a {
   color: 

  
  
    
  


  rgba(253, 93, 71, 1.0)

;
}
.submenu_wrap .menu_row > ul > li.hs-menu-depth-2 > ul {
   border-color: 

  
  
    
  


  rgba(208, 210, 211, 1.0)

;
}
.submenu_wrap ul li.hs-menu-depth-3 {   
   border-color: 

  
  
    
  


  rgba(208, 210, 211, 1.0)

;
}
.submenu_wrap ul li.hs-menu-depth-3:hover {
   background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;   
}
.submenu_wrap ul li.hs-menu-depth-3 a {
   color: 

  
  
    
  


  rgba(11, 20, 36, 1.0)

;
}
.submenu_wrap ul li.hs-menu-depth-3:hover a {
   color: 

  
  
    
  


  rgba(11, 20, 36, 1.0)

;
}
.submenu_wrap ul li.hs-menu-depth-2 > a:after {
   border-color: 

  
  
    
  


  rgba(208, 210, 211, 1.0)

 

  
  
    
  


  rgba(208, 210, 211, 1.0)

 transparent transparent;
}

.submenu_wrap .menu_row>ul.hs-menu-children-wrapper,
.submenu_wrap ul li.hs-menu-depth-2 > a:after,
.submenu_wrap .menu_row>ul.hs-menu-children-wrapper:before {
   background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;   
}
.submenu_wrap .menu_row > ul > li.hs-menu-depth-2 > ul,
.submenu_wrap .menu_row>ul>li.hs-menu-depth-2>ul:before {
   background-color: 

  
  
    
  


  rgba(251, 251, 251, 1.0)

;   
}
.submenu_wrap .menu_row>ul>li.hs-menu-depth-2>ul:before {
    border-left: 1px solid 

  
  
    
  


  rgba(208, 210, 211, 1.0)

;
}





footer.footer .innerc {
   background-color: 

  
  
    
  


  rgba(11, 20, 36, 1.0)

;
   color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
footer.footer .svg-icon path {
   fill: 

  
  
    
  


  rgba(253, 93, 71, 1.0)

;
}
footer.footer h5.footer_title {
   color: 

  
  
    
  


  rgba(253, 93, 71, 1.0)

;
}
footer.footer ul li a {
   color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
footer.footer ul li a:hover {
   color: 

  
  
    
  


  rgba(253, 93, 71, 1.0)

;
}
footer.footer .social-icons svg path {
   fill: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;   
}
footer.footer .social-icons svg:hover path {
   fill: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;   
}
footer.footer .border-left {
   border-color: 

  
  
    
  


  rgba(108, 117, 125, 1.0)

;
}
footer.footer .btm_ftr_cont p {
   color: 

  
  
    
  


  rgba(255, 255, 255, 0.7)

;
}







/* 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: #0b1424;
}

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

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

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

.blog-pagination__link {
   color: #0b1424;
}

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

.blog-post__title {
   color: #0b1424;
   font-family:Assistant;
   font-size: 56px;
   font-weight: 400;
}

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

#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-sidebar a:hover,
.blog-post__meta a:hover,
.blog-post__back-to-blog:hover {
   color: #c8402e;
}

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


.blog-post__read-more svg {
   fill: #0b1424;
}

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

.blog-sidebar a {
   color: #0b1424;
}

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

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

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

.blog-post__back-to-blog {
   color: #0b1424;
}

.blog-post__back-to-blog svg {
   fill: #0b1424;
}

.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: Assistant
      font-size: 36px;
   color: #0b1424;
   font-weight: 400
}




@media (max-width: 991px) {
   h1 {
      font-size: 35.9999999996px;
   }

   h2 {
      font-size: 32.032px;
   }

   h3 {
      font-size: 30.0024px;
   }

   h4:not(.no_mobile) {
      font-size: 26.009999999999998px;
   }

   h5:not(.no_mobile) {
      font-size: 24.05px;
   }
}