






/* quicksand-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300;
  src: url('//24905721.fs1.hubspotusercontent-eu1.net/hubfs/24905721/raw_assets/public/interfluid-theme/fonts/quicksand-v30-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('//24905721.fs1.hubspotusercontent-eu1.net/hubfs/24905721/raw_assets/public/interfluid-theme/fonts/quicksand-v30-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* quicksand-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url('//24905721.fs1.hubspotusercontent-eu1.net/hubfs/24905721/raw_assets/public/interfluid-theme/fonts/quicksand-v30-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('//24905721.fs1.hubspotusercontent-eu1.net/hubfs/24905721/raw_assets/public/interfluid-theme/fonts/quicksand-v30-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* quicksand-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  src: url('//24905721.fs1.hubspotusercontent-eu1.net/hubfs/24905721/raw_assets/public/interfluid-theme/fonts/quicksand-v30-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('//24905721.fs1.hubspotusercontent-eu1.net/hubfs/24905721/raw_assets/public/interfluid-theme/fonts/quicksand-v30-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* quicksand-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  src: url('//24905721.fs1.hubspotusercontent-eu1.net/hubfs/24905721/raw_assets/public/interfluid-theme/fonts/quicksand-v30-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('//24905721.fs1.hubspotusercontent-eu1.net/hubfs/24905721/raw_assets/public/interfluid-theme/fonts/quicksand-v30-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* quicksand-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  src: url('//24905721.fs1.hubspotusercontent-eu1.net/hubfs/24905721/raw_assets/public/interfluid-theme/fonts/quicksand-v30-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('//24905721.fs1.hubspotusercontent-eu1.net/hubfs/24905721/raw_assets/public/interfluid-theme/fonts/quicksand-v30-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}







/* 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: 50px 1rem;
}

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

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



  @media (min-width: 576px) {
    .content-wrapper { 
      max-width: 540px;
    }
    .dnd-section > .row-fluid {
      max-width: 540px;
    }
  }

  @media (min-width: 768px) {
    .content-wrapper { 
      max-width: 720px;
    }
    .dnd-section > .row-fluid {
      max-width: 720px;
    }
  }

  @media (min-width: 992px) {
    .content-wrapper { 
      max-width: 960px;
    }
    .dnd-section > .row-fluid {
      max-width: 960px;
    }
  }

  @media (min-width: 1200px) {
    .content-wrapper { 
      max-width: 1140px;
    }
    .dnd-section > .row-fluid {
      max-width: 1140px;
    }
  }

  @media (min-width: 1400px) {
    .content-wrapper { 
      max-width: 1320px;
    }
    .dnd-section > .row-fluid {
      max-width: 1320px;
    }
  }




#main-content > .container,  
#main-content > .container-fluid{
  padding: 0;
  margin:0;
}   






html {
  font-size: 16px;
}



/* Paragraphs */

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

/* Anchors */

a {
  font-weight: normal; text-decoration: none; font-family: Quicksand, sans-serif; font-style: normal;
  color: #5279C0;
}

a:hover,
a:focus {
  font-weight: normal; text-decoration: none; font-family: Quicksand, sans-serif; font-style: normal;
  color: #2a5198;
}

a:active {
  font-weight: normal; text-decoration: none; font-family: Quicksand, sans-serif; font-style: normal;
  color: #7aa1e8;
}

/* Headings */
/*
h1,
.h1 {
  font-weight: 700; text-decoration: none; font-family: Quicksand, serif; font-style: normal;
  color: #5279C0;
  font-size: 40px;
  text-transform: none;
}

h2,
.h2 {
  font-weight: 700; text-decoration: none; font-family: Quicksand, serif; font-style: normal;
  color: #5279C0;
  font-size: 32px;
  text-transform: none;
}

h3,
.h3 {
  font-weight: 700; text-decoration: none; font-family: Quicksand, serif; font-style: normal;
  color: #5279C0;
  font-size: 28px;
  text-transform: none;
}

h4,
.h4 {
  font-weight: normal; text-decoration: none; font-family: Quicksand, serif; font-style: normal;
  color: #5279C0;
  font-size: 24px;
  text-transform: none;
}

h5,
.h5 {
  font-weight: normal; text-decoration: none; font-family: Quicksand, serif; font-style: normal;
  color: #5279C0;
  font-size: 20px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: normal; text-decoration: none; font-family: Quicksand, serif; font-style: normal;
  color: #5279C0;
  font-size: 16px;
  text-transform: none;
}
*/

/* Blockquote */


.maintitle {
  margin-bottom: 30px;
}



blockquote {
  border-left-color: #5279C0;
}





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

  padding-top: 10px;
padding-right: 26px;
padding-bottom: 10px;
padding-left: 26px;

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

  
  
    
  


  rgba(82, 121, 192, 1.0)

;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 16px;
  
}

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 #426bb6;
;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(66, 107, 182, 1.0)

;
  border-radius: 10px;
}

button:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active {
  font-family: Quicksand, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(122, 161, 232, 1.0);
  border-color: #7aa1e8;
}

.btn {
  text-transform:uppercase;
}
.btn-secondary,
.btn-primary {
  color:#fff;
}

.btn-secondary:hover,
.btn-primary:hover {
  color:#fff;
}

.btn {
  --bs-btn-hover-color: #fff;
  position:relative;
  overflow:hidden;
}

[class^="btn btn-outline-"]{
  background:transparent;
  transition: all 0.5s ease-in;
}

[class^="btn btn-outline-"]:hover{
  background:transparent;
}

[class^="btn btn-outline-"]>span{
  z-index:1;
  position:relative;
}
[class^="btn btn-outline-"]:before {
  content:'';
  width:5px;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  background:var(--bs-btn-color);
  transition: all 0.3s ease;
  transition: width .3s ease-in;
}

[class^="btn btn-outline-"]:hover:before{
  width:100%;
}






form,
.submitted-message {
  font-family: Quicksand, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: 1px none #ffffff;
;
  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, 0.0)

;
  padding: 0px;
;
}

/* Form title */

.form-title {
  border: 1px none #5279C0;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  font-family: Quicksand; font-style: normal; font-weight: 700; 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: 28px;
  color: #5279C0;
  /*background-color: 

  
  
    
  


  rgba(82, 121, 192, 1.0)

;*/
}

/* Labels */

form label {
  color: #2D3853;
}

/* Help text */

form legend {
  color: #2D3853;
}

/* 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-top: 0px solid #E2E2E2;
border-right: 0px solid #E2E2E2;
border-bottom: 1px solid #E2E2E2;
border-left: 0px solid #D1D6DC;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #2D3853;
  border-radius: 0px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #2D3853;
}

::-moz-placeholder {
  color: #2D3853;
}

:-ms-input-placeholder {
  color: #2D3853;
}

::placeholder {
  color: #2D3853;
}

/* Inputs - date picker */

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

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

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

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

/* Submit button */

form .hs-button {
  border: 1px none #5279C0;
;
  padding-top: 10px;
padding-right: 26px;
padding-bottom: 10px;
padding-left: 26px;
;
  font-family: Quicksand, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  background-color: 

  
  
    
  


  rgba(82, 121, 192, 1.0)

;
  border-radius: 10px;
  text-transform: uppercase;
}


form input[type=submit] {
  background-color: transparent;
  color: #5279C0;
  border: 1px solid #5279C0;
} 


form input[type=submit]:hover {
  background-color: #5279C0;
  color: #fff;
} 




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

  
  
    
  


  rgba(66, 107, 182, 1.0)

;
  color: #ffffff;
  border: 1px none #426bb6;
;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(122, 161, 232, 1.0);
  border-color: #7aa1e8;
}

body form fieldset.form-columns-1 .input input[type="text"],
body form fieldset.form-columns-1 .input input[type="number"],
body form fieldset.form-columns-1 .input input[type="email"]
{
  width: 100%; 
} 





/* Table */

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

table>:not(caption)>*>* {
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  padding: 0.5rem;
}
#}

/* Table cells */

  padding: 18px;

  color: #2D3853;
}
#}

/* Table header */


/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #2D3853;
}





/*.menu__link,*/
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: ;
  font-family: Quicksand;
}

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

/*.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: ;
}

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

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

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

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

.header__language-switcher .lang_list_class {
  background-color: #fff;
}


/*@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    
    background-color: ;
  }

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


.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: ;
  background-color: ;
}
*/

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

/*.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: ;
}

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

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

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

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

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







/* Blog post */

.blog-post__meta a {
  color: #2D3853;
}

.blog-post__tag-link {
  color: #2D3853;
}

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

.blog-post__tag-link:active {
  color: #55607b;
}

/* 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: 700; text-decoration: none; font-family: Quicksand, serif; font-style: normal;
  text-transform: none;
}

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

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

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

/* Blog comments */

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

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

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

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





.hs-search-results__title {
  font-weight: 700; text-decoration: none; font-family: Quicksand, serif; font-style: normal;
  color: #5279C0;
}

.hs-search-results__title:hover{
  font-weight:700;
}





/* 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: 700; text-decoration: none; font-family: Quicksand, serif; font-style: normal;
  text-transform: none;
}

.hs-blog-post-listing__post-title-link {
  color: #5279C0;
}

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

.hs-blog-post-listing__post-title-link:active {
  color: #7aa1e8;
}


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

/* Blog pagination */

.hs-pagination__link-text,
.hs-pagination__link--number {
  color: #2D3853;
}

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

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
  color: #55607b;
}

.hs-pagination__link-icon svg {
  fill: #2D3853;
}

/* Pricing card */

.card__price {
  font-weight: 700; text-decoration: none; font-family: Quicksand, serif; font-style: normal;
  color: #5279C0;
  font-size: 28px;
}

.card__body svg {
  fill: #2D3853;
}

/* Social follow */

.social-links__icon {
  background-color: #2D3853;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #19243f;
}

.social-links__icon:active {
  background-color: #55607b;
  font-weight: 700; text-decoration: none; font-family: Quicksand, serif; font-style: normal;
  color: #5279C0;
  font-size: 28px;
}


.card-link {
  text-decoration: none;
  color: inherit;
}

/* blog ricerca */

.hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  background: var(--bs-secondary);
}

.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid var(--bs-secondary) !important;
  padding: 15px;
  color: #fff;
  z-index: 5;
  width: 100%;
}

.hs-search-field--open .hs-search-field__suggestions a {
  color: #fff;
  padding: 6px;
}

.hs-search-field--open #results-for {
  color: #fff;
  padding: 6px;
}