







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */













/* 1e. Forms */









































/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








.content-wrapper {
    max-width:100%;
    padding:0px 12px;
    margin:auto;
/*        max-width: 1280px; */
}

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

.dnd-section > .row-fluid {
    max-width: 1280px;
    margin:auto;
}





html {
    font-size: 22px;
}

body {
    ;
    color: #0e0303;
    font-size: 22px;
    font-weight:400;
    line-height: 120%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    padding:0;
    margin:0;
}

/* Paragraphs */

p {
    ;
    font-weight:400;
    line-height:120%;
}

/* Anchors */

a {
    text-decoration: underline;
    color: #b50505;
}

a:hover,
a:focus {
    text-decoration: underline;
    color: #8d0000;
}

a:active {
    text-decoration: underline;
    color: #dd2d2d;
}

/* Headings */

h1,
.h1 {
    text-decoration: none;
    color: #0e0303;
    font-size: 84px;
    text-transform: none;
    line-height: .85;
}

h2,
.h2 {
    text-decoration: none;
    color: #0e0303;
    font-size: 62px;
    text-transform: none;
    line-height: .85;
}

h3,
.h3 {
    text-decoration: none;
    color: #0e0303;
    font-size: 48px;
    text-transform: none;
    line-height: .85;
}

h4,
.h4 {
    text-decoration: none;
    color: #0e0303;
    font-size: 44px;
    text-transform: none;
    line-height: .85;
}

h5,
.h5 {
    text-decoration: none;
    color: #0e0303;
    font-size: 28px;
    text-transform: none;
    line-height: .85;
}

h6,
.h6 {
    text-decoration: none;
    color: #0e0303;
    font-size: 23px;
    text-transform: none;
    line-height: .85;
}

/* Blockquote */

blockquote {
    border-left-color: #0e0303;
}





button,
.button,
.hs-button,
.hs-blog-post-listing__post-button {
    border: 0px solid #b50505;

    padding-top: 20px;
padding-right: 36px;
padding-bottom: 20px;
padding-left: 36px;

    ;
    background-color: 

  
  
    
  


  rgba(181, 5, 5, 1.0)

;
    border-radius: 8px;
    color: #FFFFFF;
    text-transform: none;
}
/*
button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus,
.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus {
    border: 0px solid #1a334e;
;
    color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    background-color: 

  
  
    
  


  rgba(237, 5, 5, 1.0)

;
    border-radius: 8px;
}

button:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active {
    ;
    background-color: rgba(221, 45, 45, 1.0);
    border-color: #dd2d2d;
}
*/




form,
.submitted-message {
    ;
    border: 1px none #0e0303;
;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: 

  
  
    
  


  rgba(14, 3, 3, 0.0)

;
    padding: 0px;
;
}

/* Form title */

.form-title {
    border: 1px none #0e0303;
;
    padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
    ;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    font-size: 48px;
    color: #0e0303;
    background-color: 

  
  
    
  


  rgba(14, 3, 3, 0.0)

;
}


/* Labels */

form label {
    color: #0e0303;
}

/* Help text */

form legend {
    color: #0e0303;
}

/* Inputs */

form input[type=text],
form input[type=search],
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: 2px solid #D1D6DC;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    color: #0e0303;
    border-radius: 3px;
}

/* Form placeholder text */

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

::-moz-placeholder {
    color: #0e0303;
}

:-ms-input-placeholder {
    color: #0e0303;
}

::placeholder {
    color: #0e0303;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
    color: #0e0303;
}

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
    border: 1px none #b50505;
;
    padding-top: 20px;
padding-right: 36px;
padding-bottom: 20px;
padding-left: 36px;
;
    ;
    color: #FFFFFF;
    font-size: 22px;
    background-color: 

  
  
    
  


  rgba(181, 5, 5, 1.0)

;
    border-radius: 8px;
    text-transform: none;
}

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

  
  
    
  


  rgba(237, 5, 5, 1.0)

;
    color: #ffffff;
    border: 1px none #1a334e;
;
}

form input[type=submit]:active,
form .hs-button:active {
    background-color: rgba(221, 45, 45, 1.0);
    border-color: #dd2d2d;
}





/* Table */

table {
    border: 1px solid #0e0303;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
    border: 1px solid #0e0303;

    padding: 18px;

    color: #0e0303;
}

/* Table header */

thead th {
    background-color: 

  
  
    
  


  rgba(181, 5, 5, 1.0)

;
    color: #FFFFFF;
}

/* Table footer */

tfoot td {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    color: #0e0303;
}





.header {
    background-color: 

  
  
    
  


  rgba(14, 3, 3, 1.0)

;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
    color: #0e0303;
    font-family: acumin-pro;
}

.menu__child-toggle-icon {
    border-top-color: #0e0303;
}

.menu .menu__link:hover,
.menu .menu__link: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;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
    border-top-color: #000000;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
    color: #362b2b;
}

.menu__child-toggle-icon:active {
    border-top-color: #362b2b;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
    background-color: #0e0303;
}

@media (min-width: 767px) {
    .menu .menu__submenu,
    .header__language-switcher .lang_list_class {
        border: 2px solid #b50505;

        background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    }

    .menu__submenu--level-2 > .menu__item:first-child:before {
        border: 2px solid #b50505;

        background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
    color: #0e0303;
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
    background-color: 

  
  
    
  


  rgba(14, 3, 3, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
    border-bottom-color: 

  
  
    
  


  rgba(14, 3, 3, 1.0)

;
}

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

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

@media(max-width: 767px) {
    .header__navigation {
        background-color: 

  
  
    
  


  rgba(14, 3, 3, 1.0)

;
    }

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





.footer {
    background-color: 

  
  
    
  


  rgba(14, 3, 3, 1.0)

;
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
    color: #0e0303;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
    padding: 80px 0;
}

/* Blog post */

.blog-post__meta a {
    color: #0e0303;
}

.blog-post__tag-link {
    color: #0e0303;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
    color: #000000;
}

.blog-post__tag-link:active {
    color: #362b2b;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
    text-decoration: none;
    text-transform: none;
}

.blog-related-posts__title-link {
    color: #0e0303;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
    color: #000000;
}

.blog-related-posts__title-link:active {
    color: #362b2b;
}

/* Blog comments */

.blog-comments {
    margin-bottom: 80px;
}

#comments-listing .comment-reply-to {
    color: #b50505;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
    color: #8d0000;
}

#comments-listing .comment-reply-to:active {
    color: #dd2d2d;
}





.hs-search-results__title {
    text-decoration: none;
    color: #0e0303;
}





/* Blog listing */

.hs-blog-post-listing__post-title-link,
.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus,
.hs-blog-post-listing__post-title-link:active {
    text-decoration: none;
    text-transform: none;
}

.hs-blog-post-listing__post-title-link {
    color: #0e0303;
}

.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus {
    color: #000000;
}

.hs-blog-post-listing__post-title-link:active {
    color: #362b2b;
}


.hs-blog-post-listing__post-tag,
.hs-blog-post-listing__post-author-name {
    color: #0e0303;
}

/* Blog pagination */

.hs-pagination__link-text,
.hs-pagination__link--number {
    color: #0e0303;
}

.hs-pagination__link:hover .hs-pagination__link-text,
.hs-pagination__link:focus .hs-pagination__link-text,
.hs-pagination__link--number:hover,
.hs-pagination__link--number:focus {
    color: #000000;
}

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
    color: #362b2b;
}

.hs-pagination__link-icon svg {
    fill: #0e0303;
}

/* Pricing card */

.card__price {
    text-decoration: none;
    color: #0e0303;
    font-size: 48px;
}

.card__body svg {
    fill: #b50505;
}

/* Social follow */

.social-links__icon {
    background-color: #b50505;
}

.social-links__icon:hover,
.social-links__icon:focus {
    background-color: #8d0000;
}

.social-links__icon:active {
    background-color: #dd2d2d;
    text-decoration: none;
    color: #0e0303;
    font-size: 48px;
}


a.hs-button, a {
    text-decoration: none;
}

a.button {
    text-decoration: none;
}

button,
.button,
.hs-button,
.hs-blog-post-listing__post-button, button, 
  .button.button-secondary.button-animation, 
  .button.button-animation {
  font-size:18px !important;
  font-weight:600 !important;
  font-family: "SFPro", sans-serif !important;
  padding:24px 48px !important;
   border-radius: 8px !important;
}

.hs-private.hs-private.hs-private button{
  padding: 10px !important;
}

 body, p, p span, p span span { font-size: 24px !important; line-height:120% !important;}

@media (max-width:1100px){
    h2{
    
    font-size:60px;
    }
    
}
@media (max-width:991px){
    .dnd-section,
    .content-wrapper--vertical-spacing {
        padding: 80px 12px;
    }
     body, p, p span, p span span { font-size: 20px !important; line-height:120% !important;}
  
  button,
.button,
.hs-button,
.hs-blog-post-listing__post-button, button, 
  .button.button-secondary.button-animation, 
  .button.button-animation {
  font-size:16px !important;
  padding:18px !important;
}
}
h2{
 font-size:80px; 
}
@media (max-width:767px){
    h1{
        font-size:70px !important;
    }
    h2{
        font-size:40px !important;
    }
    h3{
        font-size:30px !important;
    }
    h4{
        font-size:36px !important;
    }
    h5{
        font-size:24px !important;
    }
    h6{
        font-size:21px !important;
    }
     body, p, p span, p span span, .hs-page p { font-size: 20px !important; line-height:120% !important;}

  .button {
    line-height:1.25;
}