







/* 1a. Containers */




/* 1b. Colors */





/* 1c. Typography */















/* 1d. Buttons */









/* 1e. Forms */









/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */









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

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

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





html {
  font-size: 20px;
}

body {
  font-family: arial, helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #777777;
}

/* Paragraphs */

p {
  font-family: arial, helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
  color: #ff3300;
}

a:hover,
a:focus {
  color: #d70b00;
}

a:active {
  color: #ff5b28;
}

::selection {
  color: #fff;
  background-color: #ff3300;
}

/* Headings */

h1 {
  font-family: 'Gochi Hand', cursive; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 60px;
}

h2 {
  font-family: 'Gochi Hand', cursive; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 55px;
}

h3 {
  font-family: 'Gochi Hand', cursive; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 50px;
}

h4 {
  font-family: 'Gochi Hand', cursive; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 40px;
}

h5 {
  font-family: arial, helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 25px;
}

h6 {
  font-family: arial, helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 20px;
}

@media (min-width: 768px) and (max-width: 960px) {
  h1 {
    font-size: calc(60px * 0.9);
  }
  h2 {
    font-size: calc(55px * 0.9);
  }
  h3 {
    font-size: calc(50px * 0.9);
  }
  h4 {
    font-size: calc(40px * 0.9);
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: calc(60px * 0.8);
  }
  h2 {
    font-size: calc(55px * 0.8);
  }
  h3 {
    font-size: calc(50px * 0.8);
  }
}

.title-subtitle {
  color: #ff3300;
  font-family: arial, helvetica, sans-serif, ;
}

hr:not(:first-child) {
  color: #ff3300;
  background-color: #ff3300;
}

/* Blockquote */

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

/* Underline */

.underline01 {
  background-image: linear-gradient(to bottom,rgba(0,0,0,0) 80%,#ff3300 80%);
}
.underline02 {
  background-image: linear-gradient(to bottom,rgba(0,0,0,0) 80%,#000000 80%);
}





button,
.button {
  background-color: 

  
  
    
  


  rgba(255, 51, 0, 1.0)

;
  border: 1px solid #ff3300;
  border-radius: 30px;
  color: #FFFFFF;
  padding: 12px 35px;
  font-family: 'Gochi Hand', cursive; font-style: normal; font-weight: normal; text-decoration: none;
  font-family: arial, helvetica, sans-serif, ;
}

.header__column button,
.header__column .button {
  padding: calc(12px * 0.7) calc(35px * 0.6);
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(225, 21, 0, 1.0);
  border-color: #e11500;
  color: #FFFFFF;
}

button.bg-true,
.button.bg-true {
  background-color: 

  
  
    
  


  rgba(28, 30, 44, 1.0)

;
  border: 1px solid #1c1e2c;
}

button.bg-true:hover,
button.bg-true:focus,
.button.bg-true:hover,
.button.bg-true:focus {
  background-color: rgba(0, 0, 14, 1.0);
  border-color: #00000e;
  color: #FFFFFF;
}

button:active,
.button:active {
  background-color: rgba(255, 91, 40, 1.0);
  border-color: #ff5b28;
  color: #FFFFFF;
}





form,
.submitted-message {
  font-family: arial, helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */

.form-title {
  color: #000000;
  font-size: 40px
}

/* Form label */

form label {
  font-family: 'Gochi Hand', cursive; font-style: normal; font-weight: normal; text-decoration: none;
  color: #111111;
  font-family: arial, helvetica, sans-serif, ;
}

/* Form help text */

form legend {
  color: #000000;
}

/* 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 {
  font-family: 'Gochi Hand', cursive; font-style: normal; font-weight: normal; text-decoration: none;
  border-color: #eeeeee;
  color: #000000;
}

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

form .hs-button {
  font-family: arial, helvetica, sans-serif, ;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #777777;
}

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

/* Date picker */

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

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

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

/* Submit button */

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

  
  
    
  


  rgba(255, 51, 0, 1.0)

;
  border: 1px solid #ff3300;
  border-radius: 30px;
  color: #FFFFFF;
  padding: 12px 35px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(215, 11, 0, 1.0);
  border-color: #d70b00;
  color: #FFFFFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(255, 91, 40, 1.0);
  border-color: #ff5b28;
  color: #FFFFFF;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #000000;
}

th,
td {
  border-color: #000000;
  color: #000000;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(255, 51, 0, 1.0)

;
  border-bottom-color: #000000;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #000000;
}





#preloader_preload {
  background-color: #000000;
}

.header {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border-bottom-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: #ffffff;
  font-family: Gochi Hand, ;
}

body .navigation-primary .submenu .submenu .menu-item .menu-link {
  color: #777777;
  font-family: arial, helvetica, sans-serif;
}
body .navigation-primary .submenu .submenu .menu-item:hover .menu-link {
  color: #ff3300;
}

.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 {
  
}

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

body .navigation-primary .submenu.level-1 > li > a:after {
  background-color: #ff3300;
}

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

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.header__language-switcher--label-current,
.header__language-switcher .lang_list_class li a {
  font-family: arial, helvetica, sans-serif, ;
  color: #ffffff;
}

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

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

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  }

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

.submenu.level-2,
.header__language-switcher .lang_list_class li {
  background-color: #000000;
}

.header__language-switcher .lang_list_class li:hover,
.header__language-switcher.open .lang_list_class li {
  background-color: #ff3300;
}





.footer {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 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: #aaaaaa;
}

.footer .heading-title {
  color: #ffffff;
}





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

.blog-post__body {
  padding-top: calc(0px + 40px);
}

.blog-post {
  padding-bottom: calc(0px + 40px);
}

/* Blog listing */

.blog-index__post-title-link {
  color: #000000;
}

.blog-index__post-author-name {
  color: #777777;
}

.blog-index__post-tag {
  font-family: 'Gochi Hand', cursive; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: #ff3300;
}

.blog-index__post-tag:hover {
  background-color: #000000;
}

.blog-index__post-timestamp {
  color: #ff3300;
}

/* Blog pagination */

.blog-pagination__link {
  color: #777777;
}

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

.blog-pagination__next-link svg,
.blog-pagination__prev-link svg {
  fill: #777777;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  background-color: #ff3300;
}

.blog-pagination {
  font-family: arial, helvetica, sans-serif, ;
}

/* Blog post */

.blog-post__meta {
  font-family: 'Gochi Hand', cursive; font-style: normal; font-weight: normal; text-decoration: none;
  font-family: arial, helvetica, sans-serif, ;
}

.blog-post__body {
  color: #000000;
}

.blog-post__title-wrapper h1 {
  font-size: calc(60px * 1.2);
}

.blog-post__tag-link {
  color: #777777;
}

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

.blog-post__tag-link:active {
  color: #9f9f9f;
}

/* Blog related posts */

.blog-related-posts__title a {
  color: #000000;
}

.blog-related-posts__title a:hover {
  color: #ff3300;
}

/* Blog comments */

.blog-comments {
  padding-top: 0px;
  margin-bottom: calc(0px + 40px);
}

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

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

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

.blog-comments .replying-to {
  font-family: 'Gochi Hand', cursive; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}





.error-page:before {
  color: #ff3300;
}

.systems-page--search-results .hs-search-results__listing li .hs-search-results__title {
  font-family: arial, helvetica, sans-serif, ;
  font-size: 25px;
  color: #000000;
}

.systems-page--search-results .hs-search-results__listing .hs-search-highlight {
  color: #ff3300;
}





.card__price {
  font-family: 'Gochi Hand', cursive; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: calc(60px * 1.15);
}

.card__subtitle {
  color: #aaaaaa;
}

.team-member-wrapper img {
  border-color: #ff3300;
}

.team-member-wrapper .team-desc {
  color: #aaaaaa;
}

.team-member-wrapper.team-info-inside .team-job {
  color: #000000;
}

.social-links__icon:hover,
.social-links__icon:focus,
.team-member__social-link:hover .team-member__social-link_color,
.team-member__social-link:focus .team-member__social-link_color {
  background-color: #ff3300;
}

.header__search.open,
.header__navigation.open,
.header__language-switcher.open {
  background-color: #ff3300;
}

.header__search .hs-search-field__input {
  font-family: arial, helvetica, sans-serif, ;
}

.icon-block_icon-wrapper svg,
.service-table_icon-wrapper svg {
  fill: #ff3300;
}
.service-table.st-bg-transparent .service-table_icon-wrapper svg {
  fill: #000000;
}

.counter-value-wrapper {
  font-family: 'Gochi Hand', cursive; font-style: normal; font-weight: normal; text-decoration: none;
  font-family: arial, helvetica, sans-serif, ;
  color: #000000;
}

.counter-title {
  color: #ff3300;
}

.counter-wrapper.counter-scheme-secondary .counter-value-wrapper {
  color: #000000;
}

.promo-box:before {
  background: #ff3300;
}

.progress-bar {
  font-family: arial, helvetica, sans-serif, ;
}

.progress-title {
  color: #000000;
}

.progress-load {
  background-color: #ff3300;
}

.portfolio.animation-overlay .portfolio__item .portfolio__desc {
  color: #ff3300;
}

.portfolio__title {
  background-image: linear-gradient(to bottom,rgba(0,0,0,0) 80%,#000000 80%);
}

.portfolio.animation-default .portfolio__title {
  background-image: linear-gradient(to bottom,rgba(0,0,0,0) 80%,#ff3300 80%);
}

.portfolio.animation-overlay .portfolio__item .portfolio__caption {
  background-color: #000000;
}

.portfolio.animation-overlay.colorful .portfolio__item .portfolio__caption {
  background-color: #ff3300;
}

.portfolio.animation-overlay.colorful2 .portfolio__item .portfolio__caption {
  background-color: #000000;
}

.portfolio.animation-overlay.colorful2 .portfolio__item .portfolio__caption * {
  color: #000000;
}
.portfolio.animation-overlay .portfolio__title {
  background-image: linear-gradient(to bottom,rgba(0,0,0,0) 70%,#000000 70%);
}
.portfolio.animation-overlay.colorful2 .portfolio__title {
  background-image: linear-gradient(to bottom,rgba(0,0,0,0) 70%,#ff3300 70%);
}

.toggles__icon:before,
.toggles__icon:after {
  background-color: #000000;
}

.splide__pagination__page.is-active {
  background-color: #ff3300;
}

.testimonial-text {
  color: #000000;
}

.testimonial-author-desc {
  color: #aaaaaa;
}

.testimonial-large-text {
  font-family: arial, helvetica, sans-serif, ;
}

.video-button-block_icon {
  background-color: #ff3300;
}

.video-close-btn:hover {
  background-color: #ff3300;
}

.vbb-color-full-light .video-button-block_icon svg {
  fill: #ff3300;
}

.vbb-color-full-dark .video-button-block_icon {
  background-color: #000000;
}

.video-button-popup-bg {
  background-color: #000000;
}

.button-link__link {
  font-family: 'Gochi Hand', cursive; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

.button-link__link:hover {
  color: #000000;
}

.button-link__link:after {
  background-color: #000000;
}

.banner-block:hover .banner-block_wrapper {
  background-color: #ff3300;
}

.banner-block_size-large .banner-block_title {
  font-size: calc(50px * 1.3);
}

.large-promo.large-promo_dark:after {
  border-color: #000000;
}
.large-promo.large-promo_primary {
  background-color: #ff3300;
}
.large-promo.large-promo_primary .large-promo-subtitle,
.large-promo.large-promo_primary .large-promo-text a {
  color: #000000;
}
.large-promo.large-promo_secondary {
  background-color: #000000;
}
.large-promo.large-promo_secondary:after {
  border-color: #000000;
}
.large-promo.large-promo_secondary .large-promo-text,
.large-promo.large-promo_secondary .large-promo-text h1,
.large-promo.large-promo_secondary .large-promo-text h2,
.large-promo.large-promo_secondary .large-promo-text h3,
.large-promo.large-promo_secondary .large-promo-text h4,
.large-promo.large-promo_secondary .large-promo-text h5,
.large-promo.large-promo_secondary .large-promo-text h6,
.large-promo.large-promo_secondary .large-promo-text p {
  color: #000000;
}
.large-promo.large-promo_special .large-promo-text,
.large-promo.large-promo_special .large-promo-text h1,
.large-promo.large-promo_special .large-promo-text h2,
.large-promo.large-promo_special .large-promo-text h3,
.large-promo.large-promo_special .large-promo-text h4,
.large-promo.large-promo_special .large-promo-text h5,
.large-promo.large-promo_special .large-promo-text h6,
.large-promo.large-promo_special .large-promo-text p {
  color: #000000;
}
.heading-color-full-dark * {
  color: #000000;
}
@media (min-width: 768px) and (max-width: 1139px) {
  .service-table_title,
  .promo-box .heading-wrapper h3,
  .banner-block_title {
    font-size: calc(50px * 0.7);
  }
  .icon-block_title,
  .service-box_title {
    font-size: calc(40px * 0.8);
  }
  .banner-block_size-large .banner-block_title {
    font-size: calc(50px * 0.9);
  }
}
.blog-post__meta a[rel="author"] {
    display: none !important;
}


<style>
  .featured-image {
    display: none;
  }
</style>