
@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@700&display=swap');








/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */



































/* 1d. Buttons */
















































/* 1e. Forms */
















































/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */





/* overrides with custom font (# uncomment if needed #) */




:root {
  --primary-color: #D93B18; /* theme green */
  --secondary-clor: #333333;
  --body-font-color: #333333;
  --primary-font: Figtree;
  --secondary-font: Figtree;
  --swiper-theme-color: var(--primary-color);
  --swiper-navigation-size: 30px;

  --theme-orange: #F9A202;
  --theme-purple: #BB45FF;
  --theme-blue: #2990FF;
  --theme-yellow: #C9C402;

  --link-color: var(--body-font-color);
  --link-color-hover: var(--primary-color);


}



























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

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

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

.body-container--landing-page .dnd-section > .row-fluid {
  max-width: 1200px;
}

@media(min-width: 768px) {
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding: 80px 1rem;
  }
}







html {
  font-size: 16px;
}

body {
  
  font-weight:300;  
            font-family: Figtree;
  
  color: #333333;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0
}

/* Paragraphs */

p {
  
  font-weight:300;  
            font-family: Figtree;
  
}

/* Anchors */

a {
  
  font-weight:400;  
          font-family: Figtree;
          {font-family=Figtree, sans-serif, font-style=normal, font-weight=normal, text-decoration=underline};
  
  color: #d93b18;
  color: var(--link-color);
  font-family: inherit;
}

a:hover,
a:focus {
  color: #D93B18;
  color: var(--link-color-hover);
}

a:active {
  color: #D93B18;
  color: var(--link-color-hover);
}

hr {
  border-bottom-color: #333333;
}

/* Headings */

h1,
.h1 {
  
  font-family: Figtree, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  
  color: #d93b18;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 45px;
}

h2,
.h2 {
  
  font-family: Figtree, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  
  color: #d93b18;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 32px;
}

h3,
.h3 {
  
  font-family: Figtree, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  
  color: #333333;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 24px;
}

h4,
.h4 {
  
  font-family: Figtree, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  
  color: #333333;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0;
  font-size: 20px;
}

h5,
.h5 {
  
  font-family: Figtree, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  
  color: #000000;
  line-height: 1.2;
  letter-spacing: 0;
}

h6,
.h6 {
  
  font-family: Figtree, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  
  color: #333333;
  font-size: 12px;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0;
}


@media(min-width: 768px) {

  h2,
  .h2 {
    font-size: 35px;
  }

  h3,
  .h3 {
    font-size: 26px;
  }


  h4,
  .h4 {
    font-size:  23px;
  }
}

/* Blockquote */

blockquote {
  border-left-color: #D93B18;
  border-left-color: var(--primary-color);
}





/* Primary Button */

button,
.button,
form:not(.hs-form) input[type=submit],
.cta_button[title],
form.hs-form .actions {
  
  font-weight:400;  
          font-family: Figtree;
  

  font-weight: bold;
  background-color: 

  
  
    
  


  rgba(217, 59, 24, 1.0)

;
  border: 1px solid #D93B18;
  border-radius: 50px;
  color: #FFFFFF;
  fill: #FFFFFF;
  font-size: 16px;
  padding: 15px 30px;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0;
  text-decoration: none; 
}


form.hs-form .actions { 
  background-color: #fff;
  border: 1px solid #fff;
  color: #D93B18;
  fill: #D93B18;
  font-weight: bold;
}

form.hs-form .actions:hover { 
  background-color: #000 !important;
  border:1px solid #000;
}

form.hs-form .actions:hover input[type="submit"] {
  color: #fff !important;
  fill: #fff !important;
}

form.hs-form .actions:after {
  background-color: #D93B18 !important;
}

form.hs-form .actions:hover:after {
  background-color: #fff !important;
}

.popup-form form.hs-form .actions:after {
  background-color: #fff !important;
}
.popup-form form.hs-form .actions:hover:after {
  background-color: #D93B18 !important;
}
.popup-form form.hs-form .actions  {
  
  font-weight:400;  
          font-family: Figtree;
  

  font-weight: bold;
  background-color: 

  
  
    
  


  rgba(217, 59, 24, 1.0)

;
  border: 1px solid #D93B18;
  border-radius: 50px;
  color: #FFFFFF;
  fill: #FFFFFF;
  font-size: 16px;
  padding: 15px 30px;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0;
  text-decoration: none; 

}

.popup-form form.hs-form .actions:hover  {
  border: 1px solid #D93B18;
  color: #D93B18;
  background: #fff !important;
}

.popup-form form.hs-form .actions:hover input[type="submit"] {
  color: #D93B18 !important;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
form:not(.hs-form) input[type=submit]:hover,
form.hs-form .actions:hover,
.cta_button[title]:hover,
.cta_button[title]:focus,
button:active,
.button:active,
form:not(.hs-form) input[type=submit]:active,
form.hs-form .actions:active,
.cta_button[title]:active {
  
  font-weight:400;  
          font-family: Figtree;
  

  background-color: 

  
  
    
  


  rgba(0, 158, 131, 0.0)

;
  border: 1px solid #D93B18;
  color: #D93B18;
  font-weight: bold;

}


.cta_button[title],
form .actions,
button.button--simple {
  position: relative; 
  display: inline-flex;
  align-items: center;
}

.cta_button[title]:after,
form .actions:after,
button.button--simple:after {
  content: "";
  margin-left: 15px;
  width: 19px;
  height: 12px;
  background-color: #FFFFFF;
  -webkit-mask-image: url('https://441386.fs1.hubspotusercontent-na1.net/hubfs/441386/download.svg');
  mask-image: url('https://441386.fs1.hubspotusercontent-na1.net/hubfs/441386/download.svg');
  
}

.cta_button[title]:hover:after,
form .actions:hover:after { 
  background-color: #D93B18;
  background-color: var(--primary-color);
}

/* Disabled Button */

button:disabled,
.button:disabled,
.button.button--secondary:disabled,
.button.button--simple:disabled {
  color: ;
}

button:disabled,
.button:disabled {
  background-color: ;
}

button.no-button {
  padding: 0;
  background: transparent;
  border: none;

}

/* Secondary Button */

.button.button--secondary {
  
  font-weight:400;  
          font-family: Figtree;
  

  background-color: 

  
  
    
  


  rgba(51, 51, 51, 0.0)

;
  border: 1px solid #D93B18;
  border-radius: 0px;
  color: #D93B18;
  fill: #D93B18;
  padding: 15px 30px;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0;

  /* for ep only */
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  
  font-weight:400;  
          font-family: Figtree;
  

  background-color: 

  
  
    
  


  rgba(217, 59, 24, 1)

;
  border: 1px solid #D93B18;
  color: #ffffff;
  fill: #ffffff;

  /* for ep only */
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.button.button--secondary:after,
.cta_button.button--secondary[title]:after { 
  background-color: #ffffff;

  /* for ep only */
  background-color: var(--primary-color);
}

/* Simple Button */
.button.button--simple {
  
  font-weight:700;  
          font-family: Figtree;
  

  color: #333333;
  
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0;
}



.button.button--simple:after {
  content: none;
}



.button.button--simple:hover,
.button.button--simple:focus,
.button.button--simple:active {
  
  font-weight:700;  
          font-family: Figtree;
  

  color: #009E83;
  fill: #009E83;

  /* for ep only */
  color: var(--primary-color);
}



.button.button--simple:hover:after,
.button.button--simple:focus:after,
.button.button--simple:active:after {
  content: none;
}



button.button--simple:after {
  background-color: var(--primary-color);
}

/* Button Sizing */

.button.button--small {
  font-size: 16px;
  padding: 12px 20px;
}

.button.button--large {
  font-size: 18px;
  padding: 9.5px 50px;
  padding-right: 10px;
}





form {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 1px none #D0D0D0;
  border-radius: 0px;
  padding: 0px 0px;
}

.hs-form-field {
  margin-bottom: 10px;

}

form .hs_submit {
  margin-top: 2em;
}
/* Form Title */

.form-title {
  
  font-weight:400;  
          font-family: Figtree;
  

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 1px none #D0D0D0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #333333;
  font-size: 26px;
  padding: 25px 25px;
  text-transform: none;
}

/* Labels */

.hs-form-field > label,
.hs-form-field > label span {
  
  font-weight:400;  
          font-family: Figtree;
  

  color: #333333;
  font-size: 16px;
  padding: 6px 0px;
}

/* Help Text - Legends */

.hs-form-field legend {
  
  font-weight:400;  
          font-family: Figtree;
  

  color: #333333;
  font-size: 14px;
}

/* Inputs */

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
select,
textarea {
  
  font-weight:400;  
          font-family: Figtree;
  

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #212B36;
  border-radius: 0px;
  color: #333333;
  font-size: 16px;
  padding: 12px 12px;
  width: 100%;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='tel']:focus,
input[type='number']:focus,
input[type='file']:focus,
select:focus,
textarea:focus {
  outline-color: #D93B18;
  outline-color: var(--primary-color);
}

::-webkit-input-placeholder {
  color: 

  
  
    
  


  rgba(33, 43, 54, 0.5)

;
}

::-moz-placeholder {
  color: 

  
  
    
  


  rgba(33, 43, 54, 0.5)

;
}

:-ms-input-placeholder {
  color: 

  
  
    
  


  rgba(33, 43, 54, 0.5)

;
}

:-moz-placeholder {
  color: 

  
  
    
  


  rgba(33, 43, 54, 0.5)

;
}

::placeholder {
  color: 

  
  
    
  


  rgba(33, 43, 54, 0.5)

;
}

/* Inputs - Checkbox/Radio */

form .inputs-list:not(.no-list) label,
form .inputs-list:not(.no-list) label > span,
form .inputs-list:not(.no-list) label > span p {
  
  font-weight:400;  
          font-family: Figtree;
  

  color: #333333;
  font-size: ;
}

/* Inputs - Datepicker */

.fn-date-picker .pika-table thead th {
  background-color: 

  
  
    
  


  rgba(217, 59, 24, 1.0)

;
  color: #FFFFFF;

  /* for ep only */
  background-color: var(--primary-color);
}

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

.hs-datepicker .is-selected button.pika-button {
  background-color: #333333;
  color: #333333;

  /* for ep only */
  background-color: var(--primary-color);
}

.hs-datepicker button.pika-button:hover {
  background-color: #D93B18 !important;

  /* for ep only */
  background-color: var(--primary-color);
}

/* Form Rich Text */

form .hs-richtext,
form .hs-richtext *,
form .hs-richtext p,
form .hs-richtext h1,
form .hs-richtext h2,
form .hs-richtext h3,
form .hs-richtext h4,
form .hs-richtext h5,
form .hs-richtext h6 {
  
  font-weight:400;  
          font-family: Figtree;
  

  color: #333333;
}

/* GDPR Text */

form .legal-consent-container,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {

  
  font-weight:400;  
          font-family: Figtree;
  

  color: #333333;
  font-size: 14px;
}

/* Validation */

.hs-input.invalid.error {
  border-color: ;
}

.hs-error-msg,
.hs-error-msgs {
  color: ;
}

/* Submit */



form:not(.hs-form) input[type='submit'],
form .actions {
  
  font-weight:400;  
          font-family: Figtree;
  

  background-color: 

  
  
    
  


  rgba(217, 59, 24, 1.0)

;
  border: 1px solid #D93B18;
  border-radius: 50px;
  color: #FFFFFF;
  fill: #FFFFFF;
  padding: 15px 30px;
  text-transform: none;

  /* for ep only */
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

form:not(.hs-form) input[type='submit']:hover,
form:not(.hs-form) input[type='submit']:focus,
form .actions:hover,
form .actions:focus,
form:not(.hs-form) input[type='submit']:active,
form .actions:active  {
  
  font-weight:400;  
          font-family: Figtree;
  

  background-color: 

  
  
    
  


  rgba(0, 158, 131, 0.0)

;
  border: 1px solid #D93B18;
  color: #D93B18;

  /* for ep only */
  color: var(--primary-color);
  border-color: var(--primary-color);
}







form:not(.hs-form) input[type='submit'],
form .actions {
  font-size: 16px;
  padding: 15px 30px;
}



/* Inline Thank You Message */

.submitted-message {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 1px none #D0D0D0;
  border-radius: 0px;
  padding: 0px 0px;
}





/* Table */

table {
  border: 1px solid #333333;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #333333;

  padding: 18px;

  color: #333333;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(217, 59, 24, 1.0)

;
  color: #FFFFFF;

  /* for ep only */
  background-color: var(--primary-color);
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #333333;
}





.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #333333;
  font-family: Figtree;
}

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

.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,
.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #0b0b0b;

  /* for ep only */
  color: var(--primary-color);

}

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



@media (min-width: 1025px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .menu__submenu .menu__link,
  .menu__submenu .menu__link:hover,
  .menu__submenu .menu__link:focus {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #333333;
}

.menu__submenu .menu__link:hover {
  color: var(--primary-color);
}

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

.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(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: Figtree;
}

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

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

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





.footer {
  background-color: 

  
  
    
  


  rgba(51, 51, 51, 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: #FFFFFF;
}





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

.blog-post {
  padding-top: 0;
}

/* Blog post */

.blog-post__meta a {
  color: #333333;
}

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

.blog-post__tag-link:hover,
.blog-post__tag-link:focus,
.blog-post__tag-link:active {
  color: #0b0b0b;
}


/* 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-family: Figtree, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  text-transform: ;
}

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

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

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

/* Blog comments */

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

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

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

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





.hs-search-results__title {
  font-family: Figtree, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #d93b18;
}





/* Blog listing */

.blog-index__post-title-link,
.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus,
.blog-index__post-title-link:active {
  font-family: Figtree, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  text-transform: ;
}

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

.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus {
  color: #b11300;
}

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

/* Blog pagination */

.pagination__link-text,
.pagination__link--number {
  color: #333333;
}

.pagination__link:hover .pagination__link-text,
.pagination__link:focus .pagination__link-text,
.pagination__link--number:hover,
.pagination__link--number:focus,
.pagination__link:active .pagination__link-text,
.pagination__link--number:active {
  color: #0b0b0b;
}


.pagination__link-icon svg {
  fill: #333333;
}

/* Pricing card */

.card__price {
  font-family: Figtree, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #333333;
  font-size: 26px;
}

.card__body svg {
  fill: #D93B18;
  fill: var(--primary_color);
}

/* Social follow */

.social-links__icon {
  
}

.social-links__icon:hover,
.social-links__icon:focus {
  
}

.social-links__icon:active {
  
  font-family: Figtree, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #333333;
  font-size: 26px;
}



/* custom css */
.dgrid,
.dflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.dflex:before,
.dflex:after,
.dgrid:before,
.dgrid:after{
  content:none;
}

.dgrid{
  display: grid;
}

.vtop,
.cm.vtop >.page-center {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.vcenter,
.cm.vcenter >.page-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.vbottom,
.cm.vbottom >.page-center {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.vstretch,
.cm.vstretch >.page-center {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.acenter,
.cm.acenter >.page-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.aspace,
.ajustify,
.cm.aspace >.page-center,
.cm.ajustify >.page-center {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


@media(min-width: 768px) {
  .row-reverse-col {
    flex-direction: row-reverse;
  }

  .row-reverse-col > div {
    margin-left: 0 !important;
  }

  .row-reverse-col > div:first-child{
    margin-left: 2.127659574% !important;
  }

} 

@media(max-width: 767px){
  .image-bottom.row-reverse-col {
    flex-direction: column-reverse;
  }
}

.dgrid.spanCol:before,
.dgrid.spanCol:after {
  display: none;
}


.dgrid.spanCol > div {
  width: 100%;
  margin-left: 0;
}

@media(min-width: 768px) {
  .dgrid.spanCol .span3{
    grid-column: auto / span 6;
  }
  .dgrid.spanCol .span4{
    grid-column: auto / span 4;
  }
  .dgrid.spanCol .span6{
    grid-column: auto / span 6;
  }
}


@media(min-width: 950px) { 
  .dgrid.spanCol .span3{
    grid-column: auto / span 3;
  }
}

@media(max-width: 767px) {

  .dgrid.spanCol > div {
    grid-column: auto / span 12;
  }
}

img {
  height: auto;
}

.zigzag-image-and-text .text-content {
  margin-bottom: 16px;
}


.header .content-wrapper {
  max-width: 1200px;
}

div[data-global-resource-path*="header"] {
  position: sticky;
  top: 0;
  z-index: 2;
}

.blog-index__post-tags,
.blog-index__post-content .blog-index__post-author-name {
  color: var(--secondary);
}


.header__cta .button.button--simple {
  font-size: 16px;
  line-height: 20px;
  color: #25232E;
  text-transform: none;
}

/* form */
form .hs-button {
  padding: 0;
  background: none;
  border: none;
}

form.hs-form input[type=submit] {
  color:inherit;
}

/* image blob */
.image-with-blob  {
  position: relative;
}

.image-with-blob .blob {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}


.image-with-blob .blob.blob_03 {
  right: -20px;
}

.image-with-blob .blob.blob_17 {
  width: 110%;
  left: -40px;
  top: -20px;
}

.image-with-blob .blob.blob_22 {
  left: 0;
  top: -30px;
  bottom: 0;
}

.image-with-blob .blob.blob_22 svg {
  height: 494px;
  width: 499px;
}

.image-with-blob .blob-svg {
  opacity: 10%;
}

.image-with-blob img {
  position: relative;
}


@media(max-width: 767px) {
  .image-with-blob .blob.blob_17 {
    width: 100%;
  }
}


.blog-author-heading,
.blog-tag-heading {
  padding: 0 1rem;
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
}

.blog-index__post {
  flex: 0 0 100%;
  padding: 1.4rem 10px;
}

.blog-index__post--large .blog-index__post-title-link {
  font-family: var(--secondary-font) !important;
}

.body-container--cases-index .blog-index__post-image-wrapper--small {
  height: 435px;
}

@media screen and (min-width: 768px) {

  .blog-index__post {
    margin-bottom: 3rem;
  }

  .blog-index__post--small {
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post--small {
    flex: 0 0 calc(100% / 3);
  }

  .body-container--cases-index .blog-index__post--small {
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: flex;
    flex: 1 0 100%;
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 0;
  }
}

.blog-index__post-image {
  height: auto;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image-wrapper--large {
    flex: 1 1 48%;
  }

  .blog-index__post-content--large {
    flex: 1 1 85%;
    padding-right: 2rem;
    padding-top: 0 !important;
  }

  .blog-index__post-content--full-width {
    flex: 1 1 100%;
    padding-left: 0;
  }
}

.hs-blog-post .body-container-wrapper .blog-post { 
  font-size: 1rem;
  line-height: 30px;
}

.hs-blog-post .content-wrapper {
  max-width: 1200px;
}

.blog-index__post-author-name {
  text-decoration: none;
}

.blog-index__post-timestamp {
  display: block;
  font-weight: 400
}

.blog-index__post-author {
  align-items: center;
  display: flex;
}

.blog-index__post-author-image {
  border-radius: 50%;
  height: auto;
  margin-right: 15px;
  width: 45px;
}


.blog-index__post-tags,
.blog-index__post-title,
.blog-index__post-timestamp,
.blog-index__post-author,
.blog-index__post-image--small {
  margin: 0 0 0.7rem;
}

.blog-index__post-tag {
  opacity: 0.8; 
}

.blog-index__post-image-wrapper--small {
  height: 228px;
  display: block;
}

.blog-index__post-image-wrapper--small > img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.blog-index__post-content {
  padding-top: 30px;
}

.button-and-author {
  display: flex; 
  align-items: center;
  margin-top: 16px;
}

.button-and-author > div {
  margin-right: 16px;
  margin-bottom: 0;
}

.blog-index__post-button {
  margin-bottom: 0;
}

/* Footer */
.footer {
  line-height: 29px;
}

.footer p {
  font-weight: 400;
}

.post-image-caroussel {
  margin-top: 2rem;
}

a[data-hs-anchor="true"] {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

/* extra csss */
.button.button--white {
  background: #fff;
  color: var(--primary-color);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.10), 3px 3px 11px 0px rgba(0, 0, 0, 0.10), 14px 14px 20px 0px rgba(0, 0, 0, 0.09), 31px 31px 26px 0px rgba(0, 0, 0, 0.05), 55px 55px 31px 0px rgba(0, 0, 0, 0.01), 87px 87px 34px 0px rgba(0, 0, 0, 0.00);
}

.button.button--white:hover,
.button.button--white-border:hover {
  color: #fff;
  background: #000;
}

.button .button__icon svg {
  height: auto;
}

video {
  width: 100%;
}


/* header */

div[data-global-resource-path*="header"] {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 2;
}

div#hs_cos_wrapper_header-cta_2 {
  margin-right: 10px;
  margin-left: 20px;
}

div#hs_cos_wrapper_header-cta_2 .button {
  border: 1px solid #333;
  background: transparent;
  color: var(--secondary-color);
  font-size: 14px;
}

div#hs_cos_wrapper_header-cta_2 .button:hover {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #fff;
}

div#hs_cos_wrapper_login-cta a {
  border-color: transparent;
  background: #FAFAFA;
  color: #333;
}

.header__cta a {
  margin-bottom: 0;
  color: #333;
}

.menu__link {
  font-size: 13px;
  color: #333;
}
body .menu__item--depth-1 {
  padding: 0.7rem 9px;
}

@media(min-width: 1025px) {
  .header__column .header__navigation,
  .header__column .header__navigation .header__cta {
    display: flex;
  }
}

@media (max-width: 1024px) {
  .header__navigation {
    margin-top: 0;
    top: 85px !important;
  }

  div#hs_cos_wrapper_header-cta_2 .button {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .header__navigation.open {
    border-radius: 20px;
    background: var(--commerce-pro-white, #FFF);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.10), 0px 14px 31px 0px rgba(0, 0, 0, 0.10), 0px 56px 56px 0px rgba(0, 0, 0, 0.09), 0px 126px 76px 0px rgba(0, 0, 0, 0.05), 0px 224px 90px 0px rgba(0, 0, 0, 0.01), 0px 351px 98px 0px rgba(0, 0, 0, 0.00);
    /* right: 20px; */
    left: 20p;
    width: 95%;
    margin: 20px auto;
    padding: 20px 25px 50px;
    height: auto;
    min-height: auto;
  }

  body .header__navigation .menu__item--depth-1 {
    padding: 5px 0;
    border-bottom: 0.5px solid var(--commerce-pro-black, #333);
  }

  body .header__navigation .menu__item--depth-1>.menu__link {
    padding: 1rem 0;
    font-size: 16px;
  }

  .header__cta {
    margin-top: 20px;
  }

  div#hs_cos_wrapper_header-cta_2 {
    margin: 0;
  }
}


.footer .hs-menu-wrapper ul {
  justify-content: flex-end;
}

.footer li.hs-menu-item.hs-menu-depth-1 a {
  color: #fff;
  font-size: 13px;
}

.footer .button {
  border: 0.5px solid;
  background: transparent;
  font-size: 13px;
  margin-bottom: 0;
  float: right;
  font-weight: normal;
  padding: 15px 20px;
}

.popup-container {
  display: none;
}

.popup-container.active {
  display: block;
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(51, 51, 51, 0.80);
  backdrop-filter: blur(2.5px);
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 3;
}

.popup-container.active .popup-form-inner {
  border-radius: 20px;
  background: var(--commerce-pro-white, #FFF);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  max-width: 946px;
  margin: 0 auto;
  right: 0;
  left: 0;
  padding: 3rem;
  position: relative;

}

a.pop-close {
  position: absolute;
  right: 0;
  /* left: 0; */
  top: -40px;
  right: 0;
}

@media(min-width: 1200px) {
  a.pop-close {
    right: -40px;
  }
}

@media(max-width: 767px) {
  .button, .cta_button[title], button, form.hs-form .actions, form:not(.hs-form) input[type=submit] {
    width: 100%;
    justify-content: center;
  }

  .popup-container.active .popup-form-inner  {
    margin: 0 20px;
    padding: 2rem;
  }

  .footer {
    text-align: center;
  }
  .footer .hs-menu-wrapper.hs-menu-flow-horizontal ul li {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .footer .button-wrapper {
    margin-top: 20px;
  }
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
  border-color: var(--primary-color) !important;
  color: var(--primary-color) !important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-cookie-settings-button {
  color: var(--primary-color) !important;
}