







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


































/* 1d. Buttons */













/* 1e. Forms */









































/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








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

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

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





html {
  font-size: 18px;
}

body {
  font-family: 'Soleil', sans-serif; font-style: normal; font-weight: 300; text-decoration: none;;
  color: #494A52;
  font-size: 18px;
}

/* Paragraphs */

p {
  font-family: 'Soleil', sans-serif; font-style: normal; font-weight: 300; text-decoration: none;;
}

/* Anchors */

a {
  font-family: 'Soleil', sans-serif; font-style: normal; font-weight: 300; text-decoration: none;;
  color: #dc3545;
  text-decoration: underline;
}

a:hover,
a:focus {
  font-family: 'Soleil', sans-serif; font-style: normal; font-weight: 300; text-decoration: none;;
  color: #b40d1d;
}

a:active {
  font-family: 'Soleil', sans-serif; font-style: normal; font-weight: 300; text-decoration: none;;
  color: #ff5d6d;
}

/* Headings */

h1,
.h1 {
  font-family: 'Soleil', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;;
  color: #494A52;
  font-size: 50px;
  text-transform: none;
}

h2,
.h2 {
  font-family: 'Soleil', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;;
  color: #494A52;
  font-size: 38px;
  text-transform: none;
}

h3,
.h3 {
  font-weight: 600; text-decoration: none; font-family: 'Nunito Sans', serif; font-style: normal;
  color: #494A52;
  font-size: 30px;
  text-transform: none;
}

h4,
.h4 {
  font-family: 'Soleil', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;;
  color: #494A52;
  font-size: 24px;
  text-transform: none;
}

h5,
.h5 {
  font-family: 'Soleil', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;;
  color: #3d3935;
  font-size: 16px;
  text-transform: none;
}

h6,
.h6 {
  font-family: 'Soleil', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;;
  color: #494A52;
  font-size: 14px;
  text-transform: none;
}

/* Blockquote */

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





button,
.button,
.hs-button,
.hs-blog-post-listing__post-button {
  border: 1px solid #dc3545;

  padding-top: 6px;
padding-right: 12px;
padding-bottom: 6px;
padding-left: 12px;

  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(218, 41, 28, 1.0)

;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 18px;
  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: 1px solid #e04958;
;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(225, 84, 73, 1.0)

;
  border-radius: 4px;
}

button:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(255, 81, 68, 1.0);
  border-color: #ff5d6d;
}





form,
.submitted-message {
  font-family: 'Soleil', sans-serif; font-style: normal; font-weight: 300; text-decoration: none;;
  border: 1px solid #e1e4ed;
;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  box-shadow: 0 14px 150px rgba(0, 0, 0, .1);
  padding: 32px;
;
}

/* Form title */

.form-title {
  border: 1px none #FFFFFF;
;
  padding-top: 32px;
padding-right: 0px;
padding-bottom: 32px;
padding-left: 0px;
;
  font-family: 'Nunito Sans'; font-style: normal; font-weight: 600; text-decoration: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 30px;
  color: #494A52;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}


/* Labels */

form label {
  color: #3d3935;
}

/* Help text */

form legend {
  color: #3d3935;
}

/* 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 {
  line-height: 1;
  min-height: 48px;
}

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: 1px solid #cac8be;

  background-color: 

  
  
    
  


  rgba(244, 244, 242, 1.0)

;
  color: #000;
  border-radius: 3px;
}

form input[type=text]:focus,
form input[type=search]: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: #da291c;
  outline: 0;
}

/* Form placeholder text */

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

::-moz-placeholder {
  color: #000;
}

:-ms-input-placeholder {
  color: #000;
}

::placeholder {
  color: #000;
}

/* Inputs - date picker */

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

.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 {
  border: 1px solid #dc3545;
;
  padding-top: 6px;
padding-right: 12px;
padding-bottom: 6px;
padding-left: 12px;
;
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #FFFFFF;
  font-size: 18px;
  background-color: 

  
  
    
  


  rgba(218, 41, 28, 1.0)

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

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

  
  
    
  


  rgba(225, 84, 73, 1.0)

;
  color: #ffffff;
  border: 1px solid #e04958;
;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(255, 81, 68, 1.0);
  border-color: #ff5d6d;
}

fieldset.form-columns-1 input.hs-input:not(.legal-consent-container .hs-form-booleancheckbox-display input), textarea {
  width: 100% !important;
}

form select  {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 22 12.41'%3E%3Cpath fill='%23000' d='M11 12.41.29 1.71C-.1 1.32-.1.68.29.29s1.03-.39 1.42 0L11 9.58 20.29.29A.996.996 0 1 1 21.7 1.7L10.99 12.41Z'/%3E%3C/svg%3E");
  background-position: calc(100% - 20px);
  background-repeat: no-repeat;
  background-size: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}






/* Table */

table {
  border: 1px solid #494A52;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #494A52;

  padding: 18px;

  color: #494A52;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(73, 74, 82, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(247, 247, 242, 1.0)

;
  color: #494A52;
}





.header {
  background-color: 

  
  
    
  


  rgba(248, 250, 252, 1.0)

;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #494A52;
  font-family: font-family: 'Soleil', sans-serif; font-style: normal; font-weight: 300; text-decoration: none;;
}

.menu__child-toggle-icon {
  border-top-color: #494A52;
}

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

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

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

.menu__child-toggle-icon:active {
  border-top-color: #71727a;
}

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

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

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

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

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #494A52;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

.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(248, 250, 252, 1.0)

;
}

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

  
  
    
  


  rgba(248, 250, 252, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: font-family: 'Soleil', sans-serif; font-style: normal; font-weight: 300; text-decoration: none;;
}

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

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

  
  
    
  


  rgba(248, 250, 252, 1.0)

;
  }

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





.footer {
  background-color: 

  
  
    
  


  rgba(247, 247, 242, 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: #494A52;
}





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

/* Blog post */

.blog-post__meta a {
  color: #494A52;
}

.blog-post__tag-link {
  color: #494A52;
}

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

.blog-post__tag-link:active {
  color: #71727a;
}

/* 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 {
  font-weight: 600; text-decoration: none; font-family: 'Nunito Sans', serif; font-style: normal;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #494A52;
}

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

.blog-related-posts__title-link:active {
  color: #71727a;
}

/* Blog comments */

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

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

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

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





.hs-search-results__title {
  font-weight: 600; text-decoration: none; font-family: 'Nunito Sans', serif; font-style: normal;
  color: #494A52;
}





/* 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 {
  font-weight: 600; text-decoration: none; font-family: 'Nunito Sans', serif; font-style: normal;
  text-transform: none;
}

.hs-blog-post-listing__post-title-link {
  color: #494A52;
}

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

.hs-blog-post-listing__post-title-link:active {
  color: #71727a;
}


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

/* Blog pagination */

.hs-pagination__link-text,
.hs-pagination__link--number {
  color: #494A52;
}

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

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
  color: #71727a;
}

.hs-pagination__link-icon svg {
  fill: #494A52;
}

/* Pricing card */

.card__price {
  font-weight: 600; text-decoration: none; font-family: 'Nunito Sans', serif; font-style: normal;
  color: #494A52;
  font-size: 30px;
}

.card__body svg {
  fill: #494A52;
}

/* Social follow */

.social-links__icon {
  background-color: #494A52;
}


.social-links__icon:active {
  background-color: #71727a;
  font-weight: 600; text-decoration: none; font-family: 'Nunito Sans', serif; font-style: normal;
  color: #494A52;
  font-size: 30px;
}