/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

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

.dnd-section .widget-type-cell {
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

html {
  font-size: 24px;
}
@font-face {
  font-family: "Material Icons";
  src: url("https://5244707.fs1.hubspotusercontent-na1.net/hubfs/5244707/PixelLab_March2021_Folder/Fonts/material-icons.eot") format("embedded-opentype"), 
    url(https://5244707.fs1.hubspotusercontent-na1.net/hubfs/5244707/raw_assets/public/PixelLab_March2021/Fonts/MaterialIcons-Regular.ttf) format("otf"),
    url(https://5244707.fs1.hubspotusercontent-na1.net/hubfs/5244707/raw_assets/public/PixelLab_March2021/Fonts/MaterialIcons-Regular.woff) format("woff"),
    url(https://5244707.fs1.hubspotusercontent-na1.net/hubfs/5244707/raw_assets/public/PixelLab_March2021/Fonts/MaterialIcons-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}
.material-icons {
  font-family:'Material Icons';
  font-weight:normal;
  font-style:normal;
  letter-spacing:normal;
  text-transform:none;
  display:inline-block;
  white-space:nowrap;
  word-wrap:normal;
  direction:ltr;
  font-feature-settings:'liga';
  -moz-osx-font-smoothing:grayscale
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("https://5244707.fs1.hubspotusercontent-na1.net/hubfs/5244707/PixelLab_March2021_Folder/Fonts/fa-brands-400.eot") format("embedded-opentype"), 
    url(https://5244707.fs1.hubspotusercontent-na1.net/hubfs/5244707/raw_assets/public/PixelLab_March2021/Fonts/FontAwesome5Brands-Regular.ttf) format("ttf"),
    url(https://5244707.fs1.hubspotusercontent-na1.net/hubfs/5244707/raw_assets/public/PixelLab_March2021/Fonts/FontAwesome5Brands-Regular.woff) format("woff"),
    url(https://5244707.fs1.hubspotusercontent-na1.net/hubfs/5244707/raw_assets/public/PixelLab_March2021/Fonts/FontAwesome5Brands-Regular.svg) format("svg");

  font-style: normal;
  font-weight: 400;
}
.fab {
  font-family:'Font Awesome 5 Brands';
  font-style: normal;
}

@font-face {
  font-family: "fontawesome";
  src: url("https://5244707.fs1.hubspotusercontent-na1.net/hubfs/5244707/PixelLab_March2021_Folder/Fonts/fa-light-300.eot") format("embedded-opentype"), 
    url(https://5244707.fs1.hubspotusercontent-na1.net/hubfs/5244707/raw_assets/public/PixelLab_March2021/Fonts/FontAwesome5Pro-Light.ttf) format("ttf"),
    url(https://5244707.fs1.hubspotusercontent-na1.net/hubfs/5244707/raw_assets/public/PixelLab_March2021/Fonts/FontAwesome5Pro-Light.woff) format("woff"),
    url(https://5244707.fs1.hubspotusercontent-na1.net/hubfs/5244707/raw_assets/public/PixelLab_March2021/Fonts/FontAwesome5Pro-Light.svg) format("svg");
  font-style: normal;
  font-weight: 300;
}
.fal {
  font-family:'fontawesome';
  font-weight:300;
}

@font-face {
  font-family: "fontawesome";
  src: url("https://5244707.fs1.hubspotusercontent-na1.net/hubfs/5244707/PixelLab_March2021_Folder/Fonts/fa-regular-400.eot") format("embedded-opentype"), 
    url(https://5244707.fs1.hubspotusercontent-na1.net/hubfs/5244707/raw_assets/public/PixelLab_March2021/Fonts/FontAwesome5Pro-Regular.ttf) format("ttf"),
    url(https://5244707.fs1.hubspotusercontent-na1.net/hubfs/5244707/raw_assets/public/PixelLab_March2021/Fonts/FontAwesome5Pro-Regular.woff) format("woff"),
    url(https://5244707.fs1.hubspotusercontent-na1.net/hubfs/5244707/raw_assets/public/PixelLab_March2021/Fonts/FontAwesome5Pro-Regular.svg) format("svg");

  font-style: normal;
  font-weight: 400;
}
.far {
  font-family:'fontawesome';
  font-weight:400;
}

@font-face {
  font-family: "fontawesome";
  src: url("https://5244707.fs1.hubspotusercontent-na1.net/hubfs/5244707/PixelLab_March2021_Folder/Fonts/fa-solid-900.eot") format("embedded-opentype"), 
    url(https://5244707.fs1.hubspotusercontent-na1.net/hubfs/5244707/raw_assets/public/PixelLab_March2021/Fonts/FontAwesome5Pro-Solid.ttf) format("ttf"),
    url(https://5244707.fs1.hubspotusercontent-na1.net/hubfs/5244707/raw_assets/public/PixelLab_March2021/Fonts/FontAwesome5Pro-Solid.woff) format("woff"),
    url(https://5244707.fs1.hubspotusercontent-na1.net/hubfs/5244707/raw_assets/public/PixelLab_March2021/Fonts/FontAwesome5Pro-Solid.svg) format("svg");
  font-style: normal;
  font-weight: 900;
}
.fa,
.fas {
  font-family:'fontawesome';
  font-weight:900;
}
body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.6;
}

p {
  margin:0 0 1.5rem;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  outline:none;
}
.body-container-wrapper p:last-child {
    margin-bottom: 0;
}
a:hover, a:focus {
  text-decoration: none;
}
.body-container-wrapper .hs_cos_wrapper_type_rich_text a:hover{
      border-bottom: 1px solid;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin:0 0 1.5rem;
  line-height: 1.4;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.4;
  margin-bottom: 1.40rem;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0em;
  margin-bottom: 1.5rem;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0em;
  margin-bottom: 1.5rem;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.4;
  letter-spacing: 0em;
  margin-bottom: 1.5rem;
}

h5 {
  font-size: 1rem;
  line-height: 1.46;
  letter-spacing: 0em;
  margin-bottom: 1.5rem;
}

h6 {
  font-size: .9rem;
  line-height: 1.4;
  letter-spacing: 0em;
  margin-bottom: 1.3rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin: 0 0 1.5rem;
  margin-left: 2.5rem;
  padding: 0
}

ul li,
ol li {
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
}

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0 0 20px;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: .92rem;
  text-decoration: none;
  font-size: 12px;
  line-height: 12px;
  font-family: helvetica;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  padding: 12px 24px;
  width:auto !important;
 
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  font-family: helvetica;
  font-size: 13px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

.hs-input ,
form input, form select, form textarea{
  display: block;
  width: 100% !important;
  max-width:500px;
  padding: 8px 15px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #ffffff;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-bottom:18px;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}
[type=checkbox],
[type=radio]{
  width:auto !important; 
}
.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}
textarea{
  min-height:64px; 
}
textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}

@media(max-width:767px){
 .hs-input, form input, form select, form textarea {
   max-width:100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
 
}

.hs-menu-item.active a {
  
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.revenue-hub-page #tech_stack .hs-revenue-three h1 {
  margin: 0 0 1.40rem;
}
.revenue-hub-page {
  line-height: 25px;
}
.body-container__website .widget-type-rich_text {
  line-height: 25px;
}
.hs-pricing-one h3.form-title {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #000000;
  font-weight: 700;
}

.hs-pricing-one h3.form-title span {
  font-weight: normal;
}
.two-col-page {
  line-height: 25px;
}

.menu-section .hs-menu-wrapper>ul>li>ul>li.active-branch>a {
  background-color: transparent !important;
  color: rgba(0,0,0,1.0) !important;
}

@media(max-width:1024px){
  .two-col-page .custom-pricing-wrp .page-center {
    padding: 2.5rem 0;
  }

}
@media(max-width:767px){
  .hs-design-one .custom-advanced-banner-area-wrp .page-center .inner .col2.video-section {
    margin-top: 16px;
    margin-bottom: 0;
  }
  .hs-design-two .span6, .hs-design-one .span6 {
    float:left;
  }
}
@media(max-width:600px){
  .two-col-page .custom-advanced-banner-area-wrp {
    padding-top: 71px;
  }
  .two-col-page .custom-advanced-banner-area-wrp .page-center {
    padding: 1.5rem 0;
  }
  .two-col-page .custom-pricing-wrp .page-center {
    padding: 1.5rem 0;
  }

  .hs-design-two .span6, .hs-design-one .span6 {
    width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-bottom:16px;
  }
  .hs-design-two .span6:last-child,
  .hs-design-one .span6:last-child {
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-bottom:0;
  }
  .hs-performance-one .hs-button {
    line-height:20px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

main.body-container-wrapper {
  padding-top: 90px;
}
main.body-container-wrapper {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.has-banner header#navigazione {
  background: transparent;
  box-shadow: none;
}
.has-banner  .menu-section .hs-menu-wrapper>ul>li>a {
  color: #fff;
}
.has-banner main.body-container-wrapper {
  padding: 0 !important;
}
.has-banner .scroll.header#navigazione {
  background: #fff;
  box-shadow: 0 1px 0 rgb(0 0 0 / 8%);
}
.has-banner .scroll .menu-section .hs-menu-wrapper>ul>li>a {
  color: #000;
}
.has-banner .scroll .menu-section .hs-menu-wrapper>ul>li:hover>a {
  color:rgba(44,85,162,1.0);
}
.has-banner .scroll .menu-section .hs-menu-wrapper > ul > li.active-menu > a {
  color: #2C55A2;
}
.hs-design-one .dnd-section[class*="max-width-section-centering"] {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.has-banner .meeting-section {
  /*   background: #fff; */
}
.hs-design-two .hs-button {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0em;
  border-radius: 2.6em;
  margin: .3rem 0;
  padding: 0.8em 2em;
  background: #2c55a2;
  border-color: transparent;
  color: #ffffff;
  box-shadow: 0 0em 0em rgb(0 0 0 / 20%);
  text-align: center;
  line-height: 1.2;
  position: relative;
  transition: background 0.3s,border-color 0.3s,box-shadow 0.3s,opacity 0.3s,color 0.3s;
  font-size: 16px;
  border: 0;
}
.hs-pricing-one .dnd-section[class*="-background-image"]{
  min-height: calc(100vh - 90px); 
}
.hs-pricing-one .dnd-section .span6.dnd-column fieldset {
  max-width: 100%;
}
.row-fluid [class*="span"]{
  min-height:0px !important; 
}
.hs-design-two .hs-button:focus{
  background: #2c55a2;
}
.hs-design-two .hs-button:hover {
  box-shadow: 0 0.1em 0.2em rgb(0 0 0 / 20%);
  background: #1d5bcf;
  border-color: transparent;
  color: #ffffff;
}
.hs-design-two .span6 ,
.hs-design-one .span6{
  width: 50%;
  margin: 0;
  padding-right: 1.5rem;
}
.hs-design-one .span6 ul li ,
.hs-design-two .span6 ul li {
  margin-bottom: 0.5em;
}
.hs-design-two .span6:last-child,
.hs-design-one .span6:last-child{
  padding-right: 0;
  padding-left: 1.5rem;
}
.hs-design-one .span6 ul {
  margin-bottom: 0;
}
.two-col-two .custom-pricing-wrp .top-section {
  padding-bottom: 0;
}

.two-col-two .custom-pricing-wrp {
  padding: 0;
}
.two-col-two .custom-pricing-wrp .bottom-section {
  padding-top: 0;
}
.hs-design-one .span6 ul li:last-child {
  margin-bottom: 0;
}
.hs-design-two .span6:last-child img {
  margin-right: 2.5rem;
}
.hs-pricing-one .dnd-section .span6.dnd-column .widget-type-form fieldset .hs-richtext {
  font-weight: 400;
  font-family: helvetica;
  color: #333333;
  font-size: 14px;
  margin-bottom: 3px;
  line-height: 24px;
}
.hs-pricing-one .dnd-section .span6.dnd-column .widget-type-form fieldset .hs-richtext p {
  font-family: helvetica;
  margin: 1em 0;
}
.video-selling-page .custom-two-col-image-wrp {
  background-color: transparent !important;
  padding:0;
}
main.body-container-wrapper.video-selling-page {
  padding-left: 0;
  padding-right: 0;
}
main.body-container-wrapper.video-selling-page .dnd-section[class*="background-image"] {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.video-selling-page .custom-two-col-image-wrp.video-section .video h4 {
  margin-top: 24px;
  text-align: center;
  margin-bottom: 0;
}
.video-selling-page .custom-two-col-image-wrp.video-section h1 {
  font-size: 3.2rem;
  color: #333;
  line-height: 1.1;
}
.video-selling-page .custom-two-col-image-wrp.video-section .content h4 {
  margin-bottom: 30px;
}
.video-selling-page .custom-two-col-image-wrp .page-center .inner .content a.btn {
  margin-bottom: 2px;
}
.hs-pricing-one .dnd-section .span6.dnd-column .widget-type-form fieldset.form-columns-0:last-of-type .hs-richtext {
  line-height: 24px;
  font-family: helvetica;
  color: #333333;
  font-size: 14px;
  margin-top: 14px;
  margin-bottom: 14px;
}
.hs-pricing-one .dnd-section .span6.dnd-column .widget-type-form fieldset.form-columns-0:last-of-type .hs-richtext p {
  font-family: helvetica;
  margin: 0;
}
main.body-container-wrapper.hs-web-cookies-page .hs_cos_wrapper_type_rich_text {
  display: block;
  padding: 4rem;
}
main.body-container-wrapper.hs-web-cookies-page .hs_cos_wrapper_type_rich_text h1 {
  margin-bottom: 1.5rem;
}
main.body-container-wrapper.hs-web-cookies-page .hs_cos_wrapper_type_rich_text p {
  margin-bottom: 14px;
}
main.body-container-wrapper.hs-web-cookies-page .hs_cos_wrapper_type_rich_text .CookieDeclarationType {
  display: block;
  margin: 12px 0 12px 0;
  padding: 8px 8px 0 8px;
  border: 1px solid #333333;
  vertical-align: top;
}
main.body-container-wrapper.hs-web-cookies-page .hs_cos_wrapper_type_rich_text table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
main.body-container-wrapper.hs-web-cookies-page .hs_cos_wrapper_type_rich_text table th {
  font-weight: bold;
  border: 0;
  border-bottom: 1px solid #777777;
  text-align: left;
  padding: 4px;
  overflow: hidden;
  color: #000000;
  background: transparent !important;
}
main.body-container-wrapper.hs-web-cookies-page .hs_cos_wrapper_type_rich_text table tr td {
  text-overflow: ellipsis;
  border: 0;
  word-wrap: break-word;
  border-bottom: 1px solid #777777;
  vertical-align: top;
  padding: 4px 4px 5px 4px;
}
.hs-revenue-page .meeting-section {
  background: #fff;
}
.hs-pricing-one .dnd-section .widget-type-form .hs-form-field .hs-input.hs-fieldtype-intl-phone {
  padding: 0;
  background: 0;
  border: 0;
  height: auto;
}

.hs-pricing-one .dnd-section .widget-type-form .hs-form-field .hs-input.hs-fieldtype-intl-phone select {
  float: left;
  width: 30% !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 0 10px;
}
main.body-container-wrapper.hs-web-cookies-page .hs_cos_wrapper_type_rich_text table a:hover {
  border: none;
}
main.body-container-wrapper.hs-web-cookies-page .hs_cos_wrapper_type_rich_text .CookieDeclarationType p:first-of-type {
  font-weight: bold;
}
.hs-design-two .dnd-row:last-of-type .custom-testimonial-wrapper{
  margin-bottom:0; 
}
main.body-container-wrapper.hs-web-cookies-page .hs_cos_wrapper_type_rich_text table tr th:nth-child(3) {
  width: 35%;
}
main.body-container-wrapper.hs-web-cookies-page .hs_cos_wrapper_type_rich_text table tr th:nth-child(4) {
  width: 15%;
}
main.body-container-wrapper.hs-web-cookies-page .hs_cos_wrapper_type_rich_text table tr th:last-child {
  width: 10%;
}
main.body-container-wrapper.revenue-hub-page {
  padding-top: 90px !important;
}
main.body-container-wrapper.pricing-page {
  padding-left: 0;
  padding-right: 0;
}

.hs-pricing-one .dnd-section {
  padding: 4rem 0;  
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.hs-pricing-one .widget-type-section_header h1 {
  font-size: 3.2rem;
  color: #ffffff;
  line-height: 1.1;
  text-align: left;
  font-weight: 700;
}

.hs-pricing-one .dnd-section .widget-type-form {
  padding: 1.5rem;
  background-color: #ffffff;
  border-radius: 20px;
}

.hs-pricing-one .dnd-section .widget-type-form .hs-form-field > label {
  color: #000000;
  font-family: helvetica;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
}

.hs-pricing-one .dnd-section .widget-type-form .hs-form-field .hs-input {
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: #f5f8fa;
  height: 40px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  margin:0;
  max-width: 100%;
}

.hs-pricing-one .dnd-section .widget-type-form .hs-form-field .hs-input:focus {
  outline: none;
  border-color: rgba(82,168,236,.8);
}

.hs-pricing-one .dnd-section .widget-type-form .hs-richtext {
  font-family: helvetica;
  color: #33475b;
  font-size: 14px;
  margin-bottom: 3px;
  line-height: 24px;
}
.hs-pricing-one .dnd-section .span6.dnd-column {
  width: 50%;
  margin: 0;
}

.hs-pricing-one .dnd-section .widget-type-form .actions {
  margin-top: 18px;
  margin-bottom: 0;
  padding: 17px 0px;
}

.hs-pricing-one .dnd-section .widget-type-form .hs-button {
  margin: 0;
  background: #2c55a2;
  border-color: #2c55a2;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-family: helvetica;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.hs-pricing-one .dnd-section .widget-type-form .hs-form-field .hs-input.invalid.error {
  border-color: #b9554d;
}

.hs-pricing-one .dnd-section .widget-type-form .hs-form-field {
  margin-bottom: 18px;
}

.hs-pricing-one .dnd-section .widget-type-form .hs-error-msgs label {
  margin: 0;
  margin-bottom: 4px;
  color: #f2545b;
}

.hs-pricing-one .dnd-section .widget-type-form .inputs-list:first-child {
  padding-top: 6px !important;
}

.hs-pricing-one .dnd-section .widget-type-form .hs_error_rollup .hs-error-msgs label {
  font-size: 14px;
}
.hs-pricing-one .dnd-section[class*="-background-color"] {
  min-height: calc(100vh - 90px);
}
.revenue-hub-page .widget-type-section_header h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 42px;
  line-height: 1.4;
  letter-spacing: 0em;
  margin-bottom: 1.5rem;
}

.revenue-hub-page .span3.dnd-column {
  width: 25%;
  margin: 0;
  padding: 0 24px;
}

.revenue-hub-page h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0em;
  color: #000000;
}

.revenue-hub-page h6:last-child {
  margin: 0;
}

.revenue-hub-page .hs_cos_wrapper_type_module .hs-button {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  line-height: 1.2;
  position: relative;
  transition: background 0.3s,border-color 0.3s,box-shadow 0.3s,opacity 0.3s,color 0.3s;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0em;
  border-radius: 2.6em;
  padding: 0.8em 2em;
  background: #2c55a2;
  border-color: transparent;
  color: #ffffff;
  box-shadow: 0 0em 0em rgb(0 0 0 / 20%);
  border-width: 0;
  margin: 4.8px 0;
}

.revenue-hub-page .hs_cos_wrapper_type_module .hs-button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  border-width: 0;
  border-style: solid;
  border-color: inherit;
}

.revenue-hub-page .hs_cos_wrapper_type_module .hs-button:hover {
  box-shadow: 0 0.1em 0.2em rgb(0 0 0 / 20%);
  background: #1d5bcf;
  border-color: transparent;
  color: #ffffff;
}

.revenue-hub-page .span4.dnd-column {
  width: 33.3333%;
  margin: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.revenue-hub-page .span8.dnd-column {
  margin: 0;
  width: 66.6666%;
  padding-left: 24px;
  padding-right: 24px;
}

.revenue-hub-page h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 42px;
  line-height: 1.4;
  letter-spacing: 0em;
  color: #000000;
  margin-bottom: 1.5rem;
}
main.body-container-wrapper.revenue-hub-page {
  padding-left: 0;
  padding-right: 0;
}
.revenue-hub-page .hs-revenue-three .span3.dnd-column .hs_cos_wrapper_type_module .hs-button {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  line-height: 1.2;
  position: relative;
  transition: background 0.3s,border-color 0.3s,box-shadow 0.3s,opacity 0.3s,color 0.3s;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0em;
  border-radius: 2.6em;
  padding: 0.5em 2em;
  background: #ffffff;
  border-color: transparent;
  color: #000000!important;
  box-shadow: 0 0.1em 0.2em rgb(0 0 0 / 20%);
  width: 100%!important;
}
.revenue-hub-page .span6.dnd-column {
  width: 50%;
  padding: 0 24px;
  margin:0; 
}

.revenue-hub-page .hs-revenue-three h1 {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0em;
  margin-bottom: 1.40rem;
  font-size: 3.2rem;
  color: #333333;
  line-height: 1.1;
  text-align: left;
  font-weight: 700;
  margin: 0 0 1.5rem;
}
.revenue-hub-page .dnd-section .widget-type-form {
  padding: 1.5rem;
  background-color: #ffffff;
  border-radius: 20px;
}

.revenue-hub-page .dnd-section .widget-type-form .hs-form-field > label {
  color: #000000;
  font-family: helvetica;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
}

.revenue-hub-page .dnd-section .widget-type-form .hs-form-field .hs-input {
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: #f5f8fa;
  height: 40px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  margin:0;
  max-width: 100%;
}

.revenue-hub-page .dnd-section .widget-type-form .hs-form-field .hs-input:focus {
  outline: none;
  border-color: rgba(82,168,236,.8);
}

.revenue-hub-page .dnd-section .widget-type-form .hs-richtext {
  font-family: helvetica;
  color: #33475b;
  font-size: 14px;
  margin-bottom: 3px;
  line-height: 24px;
}
.revenue-hub-page .dnd-section .span6.dnd-column {
  width: 50%;
  margin: 0;
}

.revenue-hub-page .dnd-section .widget-type-form .actions {
  margin-top: 18px;
  margin-bottom: 0;
  padding: 17px 0px;
}

.revenue-hub-page .dnd-section .widget-type-form .hs-button {
  margin: 0;
  background: #2c55a2;
  border-color: #2c55a2;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-family: helvetica;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 12px 24px;
  display: inline-block;
  font-weight: 700;
  border-width: 1px;
}
.revenue-hub-page .dnd-section .widget-type-form .hs-form-field .hs-fieldtype-intl-phone.hs-input select {
  float: left;
  width: 30%!important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 0 10px;
}
.revenue-hub-page .dnd-section .widget-type-form .hs-form-field .hs-fieldtype-intl-phone.hs-input input {
  width: 68%!important;
  float: right;
}

.revenue-hub-page .dnd-section .widget-type-form .hs-form-field .hs-fieldtype-intl-phone.hs-input {
  padding: 0;
  background: none;
  border: none;
  height: auto;
}

.revenue-hub-page .dnd-section .widget-type-form fieldset {
  max-width: 100%;
}

.revenue-hub-page .dnd-section .widget-type-form .hs-richtext p {
  margin: 1em 0;
  font-family: helvetica;
  color: #333333;
  font-size: 14px;
}
.revenue-hub-page .dnd-section .widget-type-form .hs-form-field .hs-input.invalid.error {
  border-color: #b9554d;
}

.revenue-hub-page .dnd-section .widget-type-form .hs-form-field {
  margin-bottom: 18px;
}

.revenue-hub-page .dnd-section .widget-type-form .hs-error-msgs label {
  margin: 0;
  margin-bottom: 4px;
  color: #f2545b;
}

.revenue-hub-page .dnd-section .widget-type-form .inputs-list:first-child {
  padding-top: 6px !important;
}
.choice-module {
  display: none;
}
.choices .meeting-section{
  background:#fff; 
}
.revenue-hub-page .dnd-section .widget-type-form .hs_error_rollup .hs-error-msgs label {
  font-size: 14px;
}
.revenue-hub-page .hs-revenue-two .dnd-section,
.revenue-hub-page .hs-revenue-three .dnd-section{
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.hs-revenue-two .dnd-section,
.hs-revenue-three .dnd-section{
  min-height:calc(100vh - 70px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hs-revenue-three .dnd-section[class*="full-width-section"]{
  min-height: auto;
}
.revenue-hub-page .custom-title-image-wrp .inner .col1 .col1-inner img {
  width: 640px;
  max-width: 100% !important;
}
.two-col-two h4 {
  margin: 0;
}
.two-col-two .span6.dnd-column{
  width: 50%;
  margin:0;
  padding-left:24px;
  padding-right:24px;
}
.two-col-two .dnd-section .widget-type-form .hs-form-field > label {
  color: #000000;
  font-family: helvetica;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
}

.two-col-two .dnd-section .widget-type-form .hs-form-field .hs-input {
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: #f5f8fa;
  height: 40px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  margin:0;
  max-width: 100%;
}

.two-col-two .dnd-section .widget-type-form .hs-form-field .hs-input:focus {
  outline: none;
  border-color: rgba(82,168,236,.8);
}

.two-col-two .dnd-section .widget-type-form .hs-richtext {
  font-family: helvetica;
  color: #33475b;
  font-size: 14px;
  margin-bottom: 3px;
  line-height: 24px;
}
.two-col-two .dnd-section .span6.dnd-column {
  width: 50%;
  margin: 0;
}

.two-col-two .dnd-section .widget-type-form .actions {
  margin-top: 18px;
  margin-bottom: 0;
  padding: 17px 0px;
}

.two-col-two .dnd-section .widget-type-form .hs-button {
  margin: 0;
  background: #2c55a2;
  border-color: #2c55a2;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-family: helvetica;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.two-col-two .dnd-section .widget-type-form .hs-form-field .hs-input.invalid.error {
  border-color: #b9554d;
}

.two-col-two .dnd-section .widget-type-form .hs-form-field {
  margin-bottom: 18px;
}

.two-col-two .dnd-section .widget-type-form .hs-error-msgs label {
  margin: 0;
  margin-bottom: 4px;
  color: #f2545b;
}

.two-col-two .dnd-section .widget-type-form .inputs-list:first-child {
  padding-top: 6px !important;
}

.two-col-two .dnd-section .widget-type-form .hs_error_rollup .hs-error-msgs label {
  font-size: 14px;
}
.two-col-two .dnd-section .widget-type-form fieldset {
  max-width: 100%;
}
.two-col-two .dnd-section .widget-type-form fieldset {
  max-width: 100%;
}

.two-col-two .dnd-section .widget-type-form .hs-form-field .hs-input[type=checkbox],
.two-col-two .dnd-section .widget-type-form .hs-form-field .hs-input[type=radio] {
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  min-height: auto;
}
.two-col-two .dnd-section .widget-type-form .hs-form-field .inputs-list label > input,
.two-col-two .dnd-section .widget-type-form .hs-form-field .inputs-list label > span {
  vertical-align: unset;
}

.two-col-two .dnd-section .widget-type-form .inputs-list {
  padding-left: 5px;
}

.two-col-two .dnd-section .widget-type-form .hs-richtext p {
  margin: 1em 0;
  font-family: helvetica;
  color: #333333;
  font-size: 14px;
}
main.body-container-wrapper.two-col-page {
  padding: 0;
}

.two-col-page .dnd-section {
  padding-left: 16px;
  padding-right: 16px;
}
.two-col-two .dnd-section .widget-type-form .hs-form-field textarea.hs-input {
  height: auto;
  padding-top: 9px;
  padding-bottom: 9px;
}
.two-col-two .dnd-section .widget-type-form .grecaptcha-badge {
  margin: 0;
}
.stories-page .span6.dnd-column {
  width: 50%;
  margin: 0;
  padding-left: 24px;
  padding-right: 24px;
}
main.body-container-wrapper.stories-page {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.hs-stories-two h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0em;
  margin-bottom: 1.5rem;
}

.hs-stories-two h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.46;
  letter-spacing: 0em;
}

.hs-stories-two .span3.dnd-column {
  width: 25%;
  margin: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.hs-stories-two .hs_cos_wrapper_type_module .hs-button {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  line-height: 1.2;
  position: relative;
  transition: background 0.3s,border-color 0.3s,box-shadow 0.3s,opacity 0.3s,color 0.3s;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0em;
  border-radius: 2.6em;
  padding: 0.8em 2em;
  background: #2c55a2;
  border-color: transparent;
  color: #ffffff!important;
  box-shadow: 0 0em 0em rgb(0 0 0 / 20%);
  font-size: 16px;
  border: none;
  margin: 0 0 .3rem;
}

.hs-stories-two .hs_cos_wrapper_type_module .hs-button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  border-width: 0px;
  border-style: solid;
  border-color: inherit;
}

.hs-stories-two .hs_cos_wrapper_type_module .hs-button:hover {
  box-shadow: 0 0.1em 0.2em rgb(0 0 0 / 20%);
  background: #1d5bcf;
  border-color: transparent;
  color: #ffffff;
}

.hs-stories-two h1 {
  font-size: 3.2rem;
  color: #333333;
  line-height: 1.1;
  text-align: left;
}
.hs-stories-two .span6.dnd-column {
  width: 50%;
  margin: 0;
  padding-left: 24px;
  padding-right: 24px;
}
.hs-stories-two {
  line-height: 25px;
}
.hs-stories-two .dnd-section {
  min-height: calc(100vh - 70px);
  display: flex;
  align-items: center;
  padding-left:16px !important;
  padding-right:16px !important;
}
.hs-stories-two .dnd-section[class*="-force-full-width"] {
  min-height: auto;
  padding-left:0 !important;
  padding-right:0 !important;
}
.hs-stories-two .custom-title-image-wrp .inner .col1 .col1-inner img {
  width: 640px;
  max-width:100% !important;
}




.box-words-wrapper {
  display: inline-block;
  position: relative;
}

.box-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.box-words-wrapper b.is-visible {
  position: relative;
}

.no-js .box-words-wrapper b {
  opacity: 0;
}

.no-js .box-words-wrapper b.is-visible {
  opacity: 1;
}

.box-headline.rotate-2 .box-words-wrapper {
  -webkit-perspective: 300px;
  perspective: 300px;
}

.box-headline.rotate-2 i,
.box-headline.rotate-2 em {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.box-headline.rotate-2 b {
  opacity: 0;
}

.box-headline.rotate-2 i {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-20px) rotateX(90deg);
  transform: translateZ(-20px) rotateX(90deg);
  opacity: 0;
}

.is-visible .box-headline.rotate-2 i {
  opacity: 1;
}

.box-headline.rotate-2 i.in {
  -webkit-animation: box-rotate-2-in 0.4s forwards;
  animation: box-rotate-2-in 0.4s forwards;
}

.box-headline.rotate-2 i.out {
  -webkit-animation: box-rotate-2-out 0.4s forwards;
  animation: box-rotate-2-out 0.4s forwards;
}

.box-headline.rotate-2 em {
  -webkit-transform: translateZ(20px);
  transform: translateZ(20px);
}

.no-csstransitions .box-headline.rotate-2 i {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 0;
}

.no-csstransitions .box-headline.rotate-2 i em {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.no-csstransitions .box-headline.rotate-2 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes box-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
  }
}

@keyframes box-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
    transform: translateZ(-20px) rotateX(0deg);
  }
}

@-webkit-keyframes box-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
  }
}

@keyframes box-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg);
  }
}

.hs-contact-page main.body-container-wrapper {
  padding-left: 0;
  padding-right: 0;
}


.hs-contact-two {
  line-height: 25px;
}

.hs-contact-two .widget-type-form {
  padding-top: 74px;
}

.hs-contact-two .hs-form-field > label {
  font-family: helvetica;
  font-size: 13px;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-contact-two .hs-form-field > legend.hs-field-desc {
  font-family: helvetica;
  color: #749ac5;
  font-size: 11px;
  line-height: normal;
}

.hs-contact-two .widget-type-form .hs-input {
  background-color: #f5f8fa;
  height: 40px;
  max-width: 100%;
}

.hs-contact-two .widget-type-form .hs-richtext p {
  margin: 1em 0;
  font-family: helvetica;
}

.hs-contact-two .widget-type-form .hs-richtext {
  font-family: helvetica;
  color: #33475b;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 3px;
}

.hs-contact-two .widget-type-form .grecaptcha-badge {
  margin: 0;
}

.hs-contact-two .widget-type-form .hs-button {
  margin: 0;
}

.hs-contact-two .widget-type-form .actions {
  margin-top: 18px;
  margin-bottom: 0;
  padding: 17px 0px;
}
.hs-contact-two .widget-type-form .hs-input.invalid.error {
  border-color: #c87872;
  margin: 0;
}

.hs-contact-two .widget-type-form label.hs-error-msg {
  padding-left: 5px;
  margin-top: 0;
  color: #f2545b;
}

.hs-contact-two .widget-type-form .hs_error_rollup label {
  color: #f2545b;
  font-size: 14px;
}
.hs-contact-page.has-banner .meeting-section {
  background: #f6f6f6;
}

.hs-performance-one .dnd-section:first-child {
  padding-left: 16px;
  padding-right: 16px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding-top: 90px;
  padding-bottom: 0;
  line-height: 25px;
}

.hs-performance-one .dnd-section:first-child > .row-fluid {
  padding: 4rem 0;
  position: relative;
  top: -45px;
  max-width: 1188px;
}

.hs-performance-one h1 {
  font-size: 3.2rem;
  color: #333;
  line-height: 1.1;
  margin-bottom: 1.40rem;
}


.hs-performance-one .dnd-section > div {
  width: 100%;
}
.hs-performance-one fieldset.form-columns-2 {
  max-width: 632px !important;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.hs-performance-one fieldset.form-columns-2 > .hs-form-field {
  width: 300px !important;
  margin: 0.5em;
  display: inline-block !important;
  box-sizing: border-box!important;
  float: none !important;
  vertical-align: middle;
  position:relative;
}

.hs-performance-one fieldset.form-columns-2 .hs-form-field .hs-input {
  font-size: 14px;
  margin: 0;
  border-style: solid;
  text-indent: 0px;
  border: 1px solid #ddd !important;
  border-radius: 4px;
  height: 52px !important;
  min-width: 300px !important;
  width: 300px !important;
  background-color: #fff;
  color: black;
  text-align: left;
  padding-left: 1em !important;
  display: initial !important;
  box-sizing: border-box!important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  font-size: 14px;
}

.hs-performance-one .hs-button {
  cursor: pointer;
  font-family: Lato;
  padding: 8px 10px;
  height: 53px;
  min-width: 150px;
  border-radius: 4px;
  font-size: 14px;
  border: none;
  background: #e83c4d;
  background-color: #e83c4d;
  color: #ffffff;
  float: inherit;
  margin: 3px;
}

.hs-performance-one .hs_submit.hs-submit {
  display: inline-block;
  vertical-align: middle;
}
.hs-performance-one .hs-form {
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}
.hs-home-page .meeting-section{
  background:#fff;
}
.hs-performance-one fieldset.form-columns-2 .hs-form-field > label {
  margin: 0;
}
.hs-performance-one fieldset.form-columns-2 .hs-form-field  .hs-input:focus{
  box-shadow: 0 0 0 2px #2c55a2;
}
.hs-performance-one .hs-error-msgs {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0px 0;
}
.hs-performance-one .hs-form .hs-error-msgs label {
  color: #f2545b;
  text-align: center;
}
.hs-performance-one .hs_error_rollup {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  bottom: 0;
}
.two-col-two .span6 {
    padding: 0 1.5rem;
}
.has-banner.performance-page .meeting-section {
  background: #f6f6f6;
}
.two-col-two .hs_cos_wrapper_type_rich_text ul li {
  font-weight: normal;
  margin: 0 0 .5rem;
}
@media(max-width:1200px){
  .hs-design-two .dnd-section[class*="max-width-section-centering"] {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .hs-design-two .dnd-section[class*="max-width-section-centering"] img {
    max-width: 100%;
  }
  .two-col-two .span6.dnd-column {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .two-col-two .custom-pricing-wrp {
    padding: 0 2.5rem;
  }
}
@media(max-width:1024px){
  .dnd-section{
    padding: 2.5rem 0 !important;
  }
  .hs-design-one .dnd-section[class*="max-width-section-centering"] ,
  main.body-container-wrapper.video-selling-page .dnd-section[class*="background-image"]{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .video-selling-page .custom-two-col-image-wrp.video-section .video h4 {
    margin-top: calc(.4rem + 1vw);
  }
  main.body-container-wrapper.hs-web-cookies-page .hs_cos_wrapper_type_rich_text {
    padding: 2.5rem;
  }
  main.body-container-wrapper.revenue-hub-page {
    padding-top: 80px !important;
  }
  .hs-revenue-two .dnd-section,
  .hs-revenue-three .dnd-section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .hs-revenue-two .dnd-section > .row-fluid,
  .hs-revenue-three .dnd-section > .row-fluid {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .hs-contact-two .dnd-section {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .hs-performance-one .dnd-section:first-child {
    padding: 2.5rem 0;
  }
  .hs-performance-one fieldset.form-columns-2 {
    display: block;
    text-align: center;
    max-width: 100% !important;
  }
  .hs-performance-one .dnd-section:first-child>.row-fluid {
    padding: 2.5rem 0;
    top: 0;
  }
  .hs-performance-one .hs-error-msgs {
    position: relative;
  }
  .hs-performance-one .hs_error_rollup {
    position: relative;
  }
  .two-col-page .span6 .hs_cos_wrapper_type_rich_text{
    padding-left:0 ;
    padding-right:0;
  }
  .two-col-page  .hs_cos_wrapper_type_rich_text{
   padding-left: 1.5rem ;
    padding-right: 1.5rem ; 
    display:block;
  }

}
@media(max-width:945px){
  .hs-pricing-one .dnd-section .span6.dnd-column fieldset .hs-form-field {
    width: 100%;
    float: none;
  } 
}
@media(max-width:930px){
  .hs-design-two .span6:last-child img {
    float: none !important;
  } 
}
@media(max-width:930px) and (min-width:768px){
  .revenue-hub-page .hs-revenue-three .span3.dnd-column .hs_cos_wrapper_type_module .hs-button {
    font-size: 13px;
    word-break: break-word;
    padding: .5em 1em;
  } 
}
@media(max-width:900px){
  main.body-container-wrapper {
    padding-top: 80px !important;
  } 
  .hs-revenue-two .dnd-section,
  .hs-revenue-three .dnd-section {
    min-height: 100vh;
  }
  .hs-stories-two .dnd-section {
    min-height: 100vh;
  }
  .hs-stories-two .dnd-section[class*="-force-full-width"] {
    min-height: auto;
  }
  .hs-performance-one .dnd-section:first-child {
    padding-top: 80px;
  }
  .hs-performance-one .dnd-section:first-child > .row-fluid {
    top: 0;
  }

}
@media(max-width:800px){
  .has-banner a.w-nav-control {
    color: #fff;
  }
  .has-banner .scroll a.w-nav-control {
    color: #000;
  }
  .has-banner .menu-section .hs-menu-wrapper>ul>li>a {
    color: rgba(0,0,0,1.0);
  }
  .hs-pricing-one .dnd-section[class*="-background-color"] {
    min-height: calc(100vh - 80px);
  }
  .has-banner .scroll a.w-nav-control:hover{
    color: rgba(44,85,162,1.0);
  }
}
@media(max-width:800px) and (min-width:768px){
  .hs-stories-two h1 {
    font-size: 2.6rem;
  } 
}
@media(max-width:767px){
  .body-container-wrapper h3 {
    font-size: 27px !important;
  } 
  .body-container-wrapper h1 {
    font-size: 28px !important;
  }
  .body-container-wrapper h2 {
    font-size: 30px !important;
  }
  .body-container-wrapper h4 {
    font-size: 20px !important;
  }
  .body-container-wrapper h5 {
    font-size: 20px !important;
  }
  .body-container-wrapper h6 {
    font-size: 16px !important;
  }
  .hs-design-two .dnd-section[class*="max-width-section-centering"] > .row-fluid {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .hs-design-two .dnd-section[class*="max-width-section-centering"] > .row-fluid .span6 {
    width: 100%;
    padding: 0;
  }
  .revenue-hub-page .hs-revenue-two .dnd-section[class*="background-color"] > .row-fluid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .revenue-hub-page .span8.dnd-column {
    padding-left: 10px;
    padding-right: 10px;
  }
  .revenue-hub-page .dnd-section .span6.dnd-column:last-child {
    margin-top: 20px;
  }
  .revenue-hub-page .span4.dnd-column {
    padding-left: 10px;
    padding-right: 10px;
  }
  .revenue-hub-page .dnd-section .widget-type-form .hs-form-field {
    width: 100% !important;
    float: none !important;
  }

  .revenue-hub-page .dnd-section .widget-type-form .hs-form-field .input {
    margin-right: 0 !important;
  }
  .hs-design-two .dnd-section[class*="max-width-section-centering"] > .row-fluid .span6:last-child {
    margin-bottom: 1rem;
  }
  .hs-design-two .span6:last-child img{
    margin-right:0; 
  }
  .hs-design-two .dnd-section[class*="max-width-section-centering"] .hs_cos_wrapper_type_rich_text img {
    margin-bottom: 10px !important;
    margin-top: 40px !important;
  }
  .video-selling-page .custom-two-col-image-wrp .page-center .inner {
    flex-direction: column;
  }
  .video-selling-page .custom-two-col-image-wrp .page-center .inner .content {
    margin-bottom: 1rem;
    margin-top: 25px;
  }
  .hs-design-two .dnd-section[class*="background-color"]>.row-fluid {
    display: block;
  }
  .video-selling-page .custom-two-col-image-wrp.video-section .video h4 {
    margin-top: calc(.4rem + 1vw);
  }
  .hs-stories-two .dnd-section[class*="background-color"] > .row-fluid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .hs-pricing-one .dnd-section .span6.dnd-column {
    width: 100%;
  }
  .revenue-hub-page .span3.dnd-column {
    width: 100%;
    margin: 0 0 1rem;
  }

  .revenue-hub-page .span4.dnd-column {
    width: 100%;
    margin-bottom: 16px;
  }

  .revenue-hub-page .span8.dnd-column {
    width: 100%;
    margin-bottom: 16px;
  }

  .revenue-hub-page .dnd-section .span6.dnd-column {
    width: 100%;
  }
  .two-col-two .dnd-section .span6.dnd-column {
    width: 100%;
    margin: 0;
  }
  .stories-page .span6.dnd-column {
    width: 100%;
    margin-bottom: 0 !important;
  }
  .custom-advanced-banner-area-wrp .page-center .inner .col1 h2 {
    font-size: 1.4rem !important;
  }
  .hs-stories-two .span3.dnd-column {
    width: 100%;
  }
  .hs-stories-two .span6.dnd-column {
    width: 100%;
  }
  .hs-performance-one fieldset.form-columns-2 {
    display: block;
    text-align: center;
    max-width: 100% !important;
  }
  .hs-performance-one .dnd-section:first-child>.row-fluid {
    padding: 2.5rem 0;
    position: relative;
    top: 0;
  }
  .hs-performance-one fieldset.form-columns-2>.hs-form-field {
    width: 100% !important;
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .revenue-hub-page .span6.dnd-column {
    padding: 0 10px;
  }
  .hs-performance-one fieldset.form-columns-2>.hs-form-field .input {
    margin-right: 0;
  }
  main.body-container-wrapper.hs-web-cookies-page .hs_cos_wrapper_type_rich_text table {
    table-layout: auto !important;
  }
  .table-resp {
    overflow: auto;
  }
  .hs-performance-one fieldset.form-columns-2 .hs-form-field .hs-input{
    min-width:100% !important;
    width:100% !important;
  }

}
@media(max-width:600px){
  main.body-container-wrapper{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .hs-design-one .dnd-section[class*="max-width-section-centering"] ,
  .hs-design-two .dnd-section[class*="max-width-section-centering"],
  main.body-container-wrapper.video-selling-page .dnd-section[class*="background-image"]{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  main.body-container-wrapper.hs-web-cookies-page .hs_cos_wrapper_type_rich_text {
    padding: 1.5rem;
  }
  .two-col-two .span6.dnd-column {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .CookieDeclarationType table tr td:nth-child(n+5),
  .CookieDeclarationType table tr th:nth-child(n+5),
  .CookieDeclarationType table colgroup col:nth-child(n+5) {
    display:none;
  }
  .two-col-two .custom-pricing-wrp {
    padding: 0 1.5rem;
  }
  .hs-design-two .span6:last-child img {
    max-width: 100%;
  }
  main.body-container-wrapper {
    padding-top: 71px !important;
  }
  .dnd-section{
    padding: 1.5rem 0 !important;
  }
  .body-container-wrapper .body-container__website p {
    padding-left: 0 !important;
    word-break: break-word;
  }
  main.body-container-wrapper.stories-page {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .hs-performance-one .dnd-section:first-child > .row-fluid {
    padding: 1.5rem 0;
  }

  .hs-performance-one .dnd-section {
    padding-top: 71px;
    padding-left: 0;
    padding-right: 0;
  }
  .hs-stories-two .dnd-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .hs-contact-two .dnd-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media(max-width:410px){
  .custom-testimonial-wrapper .testimonial-inner .item {
    transform: none;
    border-color: #ebebeb;
  }
  .custom-testimonial-wrapper .testimonial-inner:hover .item {
    transform: none;
  }
  .custom-testimonial-wrapper {
    margin: 0 0 1.5rem;
    display: block;
  }
  .custom-testimonial-wrapper .testimonial-rating {
    width: auto;
  }
  .custom-testimonial-wrapper .testimonial-inner {
    padding: 0;
  }
  .custom-testimonial-wrapper .testimonial-content p {
    word-break: break-word;
  } 
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: #F8FAFC;
}

.header__container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.header__row-1,
.header__row-2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.header__row-1 {
  padding-top: 20px;
}

.header__menu--flex {
  display: flex;
}
#nav-toggle {
  display: none;
}

/* Styles for the Logo */

.header__logo {
  display: flex;
  align-items: center;
  max-width: 200px;
  height: auto;
  margin-left: 22px;
  margin-right: auto;
  overflow: hidden;
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--tablet {
  display: none;
}

.header__logo--main {
  padding-top: 20px;
}

/* Styles for the Search Bar */

.header__search {
  width: auto;
  padding: 0 22px;
}

.header__search .hs-search-field__input {
  box-sizing: border-box;
  background-color: white;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right 15px;
  color: #494a52;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  font-family: Lato, serif;
  font-weight: 300;
  font-size: 22px;
  padding: 0 15px;
  height: 45px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: white;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  background-color: white;
  border-top: -2px solid white;
  border: 1.79px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494a52;
  text-decoration: none;
  padding: 3px 15px;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Styles for the Language Switcher Component */

.header__language-switcher {
  padding-right: 35px;
  cursor: pointer;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  display: block;
  visibility: hidden;
  opacity: 0;
  font-family: Lato, serif;
  font-size: 0.8rem;
  color: #494a52;
  top: 42px;
  left: calc(100% - 24px);
  padding-top: 0;
  min-width: 100px;
  text-align: left;
  transition: opacity 0.3s;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2)
}

.header__language-switcher:hover .lang_list_class {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}

.header__language-switcher .lang_list_class:before {
  top: -24px;
  left: 70%;
  border-bottom-color: #D1D6DC;
  border-radius: 6px;
}

.header__language-switcher .lang_list_class:after {
  top: -22px;
  left: 70%;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  border-bottom-color: #EBEFF3;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  padding: 10px 15px;
  font-size: 18px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
  border-radius: 6px 6px 0 0;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  font-family: Lato, serif;
  color: #494a52;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494a52;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.header__language-switcher--label-current:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  margin-top: 3px;
  margin-left: 10px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494a52;
}

/* Tablet Styles */

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }

  .header__logo--main {
    display: none;
  }

  .header__logo--tablet {
    display: block;
  }
}

/* Mobile Styles */

@media (max-width: 767px) {
  .header__container {
  }

  .header__container form {
    max-width: 100%;
  }

  .header__logo {
    width: 100%;
    margin: 0 auto;
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    display: block;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    height: calc(100vh - 115px);
    background-color: #F8FAFC;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    position: relative;
    cursor: pointer;
    margin: 0 5vw;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-right: auto;
    margin-left: 0;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    position: absolute;
    left: 40px;
    top: -10px;
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 30px;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    height: 25px;
    width: 25px;
    cursor: pointer;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-right: 0;
    padding-left: 30px;
  }

  .header__language-switcher .lang_list_class {
    display: block;
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 30px;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    padding: 0 30px;
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }
  .header__language-switcher--label-current {
    display: none;
  }
  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    order: 1;
    padding: 30px;
    border-top: 2px solid #CED4DB;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    display: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-size: 110%;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-right: 0;
  }

  .header__close--toggle.show {
    display: block;
  }
}

header#navigazione {
  position: fixed;
  left: 0;
  z-index: 111;
  width: 100%;
  right: 0;
  box-shadow: 0 1px 0 rgb(0 0 0 / 8%);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  height: 90px;
  transition-property: transform, background, box-shadow, line-height, height;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(.78,.13,.15,.86);
}
.menu-section .hs-menu-wrapper>ul>li>ul {
  display: none;
}
main.body-container-wrapper {
  padding-top: 90px;
}
.header__container {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 auto;
  height: inherit;
}
.header-right-section {
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: flex-end;
}
.menu-section .hs-menu-wrapper>ul>li>a {
  font-size: 16px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 90px;
}
.scroll .menu-section .hs-menu-wrapper>ul>li>a{
  line-height:70px;
}
.custom-logo img{
  width:158px !important; 
}
.scroll.header#navigazione {
  height: 70px;
}
.menu-section .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
  content: '\f107';
  vertical-align: top;
  font-family: fontawesome;
  font-weight: 400;
  font-size: 1.3em;
  margin-left: .4em;
}
.menu-section .hs-menu-wrapper>ul>li>a span.title{
  position:relative; 
}
.menu-section .hs-menu-wrapper>ul>li>a span.title:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: -.4em;
  margin: 0 auto -2px;
  height: 2px;
  width: 100%;
  opacity: 0;
  transition: all 0.3s;
  background: #2c55a2;
}
.menu-section .hs-menu-wrapper>ul>li:hover>a span.title:after {
  bottom: -2px;
  opacity: 1;
}
.button-section a {
  display: inline-block;
  margin-left: 1.4rem;
  font-size: 17px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0em;
  border-radius: 2.6em;
  padding: 0.8em 2em;
  border-color: transparent;
  box-shadow: 0 0em 0em rgb(0 0 0 / 20%);
  line-height: 1.2;
  text-align: center;
}
.menu-section .hs-menu-wrapper>ul{
  margin-left:0; 
}
.button-section a:hover {
  text-decoration: none;
  box-shadow: 0 0.1em 0.2em rgb(0 0 0 / 20%);
}
.menu-section .hs-menu-wrapper>ul>li>ul {
  text-align: left;
  position: absolute;
  left: 0;
  z-index: 120;
  min-width: 12rem;
  box-shadow: 0 2px 3px rgb(0 0 0 / 10%), 0 5px 10px rgb(0 0 0 / 20%);
  display: block;
  transform-origin: 50% 0;
  transform: scaleY(0) translateZ(0);
  opacity: 0;
  transition: transform 0.3s,opacity 0.3s;
  margin: 0;
  font-size: 15px;
}

.menu-section .hs-menu-wrapper>ul>li:first-child {
  position: relative;
}
.menu-section .hs-menu-wrapper>ul>li>ul> li> a {
  line-height: 1.5em;
  padding: .6em 20px;
  white-space: nowrap;
  transition: none;
}
.menu-section .hs-menu-wrapper>ul>li:not(:first-child)>ul {
  left: 0;
  right: 0;
  transform-origin: 50% 0;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}
.menu-section .hs-menu-wrapper>ul>li:not(:first-child)>ul>li {
  width: 25%;
  font-size: 15px;
}
.menu-section .hs-menu-wrapper>ul>li:not(:first-child)>ul>li> a {
  font-size: 1.15em;
  font-weight: 700;
  background: none;
  line-height: 1.5em;
  padding: .6em 20px;
}
.menu-section .hs-menu-wrapper>ul>li:not(:first-child)>ul>li> ul {
  display: block;
  position: static;
  background: none;
  box-shadow: none;
  color: inherit;
  min-width: 0;
  transform: none;
  transition: none;
  opacity: 1;
  margin: 0;
}

.menu-section .hs-menu-wrapper>ul>li:not(:first-child)>ul>li> ul >li > a {
  line-height: 1.5em;
  padding: .6em 20px;
}
.menu-section .hs-menu-wrapper>ul>li {
  position: static;
}
.menu-section .hs-menu-wrapper>ul>li:nth-child(3)>ul>li {
  width: 20%;
}
.menu-section .hs-menu-wrapper>ul>li:not(:first-child)>ul>li>a:hover {
  background: transparent !important;
  color: #000;
}
.menu-section .hs-menu-wrapper>ul>li:not(:first-child)>ul>li>a img {
  vertical-align: middle;
  margin-right: 10px;
}
.revenue div#hs_cos_wrapper_header_logo_scroll {
  display: none;
}
.scroll.revenue div#hs_cos_wrapper_header_logo_scroll {
  display: block;
}
.scroll.revenue div#hs_cos_wrapper_header_logo{
  display:none;
}
.menu-section .hs-menu-wrapper>ul>li:nth-child(3)>ul {
  padding: 0;
}
.menu-section .hs-menu-wrapper>ul>li:last-child>ul >li {
  width: 33.3333%;
}
.revenue .custom-logo img {
  width:189px !important;
}
@media(max-width:1265px) and (min-width:801px){
  .revenue .menu-section .hs-menu-wrapper>ul>li>a {
    font-size: 12px;
  } 
}
@media(min-width:801px){
  .menu-section .hs-menu-wrapper>ul>li:hover>ul {
    transform: scaleY(1) translateZ(0);
    opacity: 1;
  } 
}
@media(max-width:1212px){
  .menu-section .hs-menu-wrapper>ul>li>a {
    font-size: 14px;
  } 
}
@media(max-width:1139px){
  .menu-section .hs-menu-wrapper>ul>li>a {
    font-size: 13px;
  } 
}
@media(max-width:1100px){
  .button-section a {
    font-size: 13px;
  } 
  .menu-section .hs-menu-wrapper>ul>li>a {
    font-size: 12px;
    padding: 0 10px;
  }
}
@media(max-width:968px){
  .button-section a {
    font-size: 12px;
  }
  .menu-section .hs-menu-wrapper>ul>li>a {
    padding: 0 5px;
  }
}
@media(max-width:900px){
  header#navigazione {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .menu-section .hs-menu-wrapper>ul>li:not(:first-child)>ul>li {
    width: 50%;
  }
}
@media(max-width:860px) and (min-width:801px){
  .revenue .menu-section .hs-menu-wrapper>ul>li>a {
    font-size: 11px;
  }
  .revenue .button-section a{
    margin-left:10px; 
  }
}
@media(max-width:815px) and (min-width:801px){
  .revenue .button-section a {
    font-size: 11px;
  } 
}
@media(max-width:900px) and (min-width:801px){
  .custom-logo img {
    width: 100px !important;
  } 
}
@media(max-width:860px){
  .button-section a {
    font-size: 13px;
  }
}
@media(max-width:834px){
  .menu-section .hs-menu-wrapper>ul>li>a {
    font-size: 12px; 
  }
}
@media(max-width:1024px) and (min-width:801px){
  .revenue .custom-logo img {
    width:129px !important;
  }
}
@media(max-width:800px){
  .menu-section {
    display: none;
  }
  .button-section a {
    font-size: 16px;
  }
  .custom-logo img {
    width: 100px !important;
  }
  header#navigazione {
    height: 80px;
  }
  a.w-nav-control {
    line-height: 50px;
    height: 50px;
    padding: 0 .8rem;
    color: #000;
  }
  .revenue .custom-logo img {
    width: 123.81px !important;
  }
  a.w-nav-control .w-nav-icon {
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: inherit;
    width: 1em;
  }
  a.w-nav-control .w-nav-icon i {
    border-bottom: .15em solid;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.15s cubic-bezier(0,1,.8,1);
    border-width: 3px;
  }
  .w-nav-icon i, .w-nav-icon i:before, .w-nav-icon i:after {
    content: '';
    display: block;
    position: absolute;
    height: 0;
    width: inherit;
  }
  .w-nav-icon i:before, .w-nav-icon i:after {
    border-bottom: inherit;
  }
  .w-nav-icon i:before {
    top: -.3333em;
    transition: top 0.15s cubic-bezier(0,1,.8,1) 0.15s,opacity 0.15s cubic-bezier(0,1,.8,1);
  }
  .w-nav-icon i:after {
    top: .3333em;
    transition: top 0.15s cubic-bezier(0,1,.8,1) 0.15s,transform 0.15s cubic-bezier(0,1,.8,1);
  }
  .menu-section {
    position: absolute;
    top: 100%;
    left: -2.7rem;
    right: -2.7rem;
    padding-left: 2rem;
    padding-right: 2rem;
    box-shadow: 0 3px 3px rgb(0 0 0 / 10%);
    background: #ffffff;
    z-index: 3;
    max-height: calc(100vh - 110px);
    overflow-y: auto !important;
  }
  a.w-nav-control:hover {
    color: rgba(44,85,162,1.0);
  }
  .menu-section .hs-menu-wrapper>ul>li {
    display: block;
    width: 100%;
    margin: 0;
  }
  .menu-section .hs-menu-wrapper>ul>li>a {
    font-size: 14px;
    line-height: 1.6em;
    padding: .7rem;
    transition: none;
  }
  .menu-section .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    display: none;
  }
  .w-nav-control.open .w-nav-icon i {
    transform: translateY(-50%) rotate(45deg);
    transition-delay: 0.15s;
  }
  .w-nav-control.open .w-nav-icon i:before {
    top: 0;
    opacity: 0;
    transition: top 0.15s cubic-bezier(0,1,.8,1),opacity 0.15s cubic-bezier(0,1,.8,1) 0.15s;
  }
  .w-nav-control.open .w-nav-icon i:after {
    top: 0;
    transform: rotate( 90deg);
    transition: top 0.15s cubic-bezier(0,1,.8,1),transform 0.15s cubic-bezier(0,1,.8,1) 0.15s;
  }
  .child-trigger {
    position: absolute;
    top: -1px;
    right: 0;
    padding: .7rem;
    display: inline-block;
    vertical-align: top;
    transition: transform 0.3s;
    font-weight: 400;
    line-height: inherit;
    text-transform: none;
    text-align: center;
    height: auto;
    line-height: normal;
    cursor: pointer;
  }
  .child-trigger:before {
    content: '\f107';
    vertical-align: top;
    font-family: fontawesome;
    font-weight: 400;
    font-size: 1.5em;
  }
  .menu-section .hs-menu-wrapper>ul>li {
    font-size: 14px;
  }
  .menu-section .hs-menu-wrapper>ul>li {
    position: relative;
  }
  .menu-section .hs-menu-wrapper>ul>li>a span.title:after {
    content: none;
  }
  .menu-section .hs-menu-wrapper>ul>li>ul,
  .menu-section .hs-menu-wrapper>ul>li:not(:first-child)>ul{
    position: relative;
    opacity: 1;
    min-width: 100%;
    transform: none;
    box-shadow: none;
    display:none;
  }
  .menu-section .hs-menu-wrapper>ul>li>ul>li> a {
    line-height: 1.6em;
    padding: .7rem;
    transition: none;
    font-size: 14px;
    padding-left: 1.4rem;
  }
  .child-trigger.child-open {
    transform: rotate(180deg);
  }
  .menu-section .hs-menu-wrapper>ul>li:not(:first-child)>ul {
    padding: 0;
  }
  .menu-section .hs-menu-wrapper>ul>li:not(:first-child)>ul>li {
    width: 100%;
    position: relative;
  }
  .menu-section .hs-menu-wrapper>ul>li:not(:first-child)>ul>li>a {
    line-height: 1.6em;
    padding: .7rem;
    transition: none;
    font-size: 14px;
    padding-left: 1.4rem;
    font-weight: 400;
  }
  .menu-section .hs-menu-wrapper>ul>li:not(:first-child)>ul>li>ul>li>a {
    line-height: 1.6em;
    padding: .7rem;
    transition: none;
    font-size: 14px;
    padding-left: 2.1rem;
  }
  .scroll .menu-section .hs-menu-wrapper>ul>li>a {
    line-height: 1.6em;
  }
  .menu-section .hs-menu-wrapper>ul>li:not(:first-child)>ul>li>a:hover {
    color: rgba(255,255,255,1.0);
    background-color: rgba(44,85,162,1.0) !important;
  }
  .menu-section .hs-menu-wrapper>ul>li:not(:first-child)>ul>li> a:hover ~  .child-trigger {
    color: #fff;
  }
  .menu-section .hs-menu-wrapper>ul>li:hover > .child-trigger{
    color: rgba(44,85,162,1.0); 
  }
  .scroll.header#navigazione {
    height: 50px;
  }
}
@media(max-width:600px){
  header#navigazione {
    height: 71px;
  } 
  .custom-logo img{
    width: 90px !important; 
  }
}
@media(max-width:348px){
  .button-section a {
    padding-left: 20px;
    padding-right: 20px;
  } 
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
}
.footer__container {
  padding: 0;
  margin: 0 auto;
}
.footer .hs-form label {
    color: #ff0000;
}
.footer-copyright-section {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  text-align: center;
  padding-top: 6px;
}
.footer__main .span2 {
  width: 20%;
  margin: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.footer__main .span6 {
  width: 40%;
  margin: 0;
  padding-left: 28px;
  padding-right: 0;
}
.footer__main {
  padding:2rem 0 2rem;
}
footer.footer {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.footer__main .hs-menu-wrapper > ul {
  margin: 0;
  margin-bottom: 24px;
}
.footer__main .hs-menu-wrapper > ul > li {
  display: block;
  width: 100%;
  line-height: 1.4rem;
  padding-left: 1rem;
  margin: 0 0 .5rem;
  position:relative;
}
.footer__main .hs-menu-wrapper > ul > li > a {
  display: inline-block;
}
.footer__main .hs-menu-wrapper > ul > li > a:hover {
  text-decoration: underline;
}
.footer__main .hs-menu-wrapper>ul>li:before {
  position: absolute;
  left: 0;
  content: '\f105';
  font-family: fontawesome;
  font-weight: 400;
  opacity: .5;
}
.footer__main .row-fluid .span2:first-child {
  padding: 0;
  padding-right: 39px;
}
.footer__main .span2:nth-child(2n) {
  padding: 0 10px;
  padding-right: 28px;
}
#hs_cos_wrapper_sign_up_form form .hs-button.primary {
  border-color: #ffffff;
  border-radius: 3px;
  margin-bottom: 13px;
  margin-top: 17px;
}
#hs_cos_wrapper_sign_up_form form .hs-input {
  border-radius: 3px;
/*   max-width:240px; */
}
#hs_cos_wrapper_sign_up_form h3.form-title {
  font-weight: 700;
  font-size: 16px;
}
img {
  vertical-align: top;
}
.footer__main .hs-menu-wrapper > ul > li:last-child {
  margin-bottom: 0;
}
.footer__main .span2:nth-child(3) {
  padding: 0 19px;
}
div#hs_cos_wrapper_footer_contact p:last-child {
  margin-bottom: 16px;
  line-height: 25px;
}
div#hs_cos_wrapper_footer_contact p a:hover {
    border-bottom: 1px solid;
}
div#book_meeting {
  padding: 4rem 0;
}
div#book_meeting h3 {
  text-align: center;
}
.meeting-section {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media(max-width:1300px){
  .footer__main img {
    max-width: 100%;
  } 
}
@media(max-width:1024px){
  .footer__main .hs-menu-wrapper>ul {
    margin: 0;
    margin-bottom: calc(.4rem + 1vw);
  } 
  .footer__main .span2:nth-child(2n) {
    padding-right: 29px;
  }
  div#book_meeting{
    padding: 2.5rem 0; 
  }
}
@media(max-width:991px){
  .footer__main .span2 {
    display: none;
  }
  .footer__main .span6 {
    padding-left: 0;
  }
  #hs_cos_wrapper_sign_up_form form .hs-input {
    max-width: 324px;
  } 
}
@media(max-width:767px){
  .meeting-section {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  #hs_cos_wrapper_sign_up_form {
    margin-bottom: 1rem;
    display: block;
  }
  .footer__main .span6 {
    width: 100%;
  }
  #hs_cos_wrapper_sign_up_form form .hs-input {
    max-width: 100%;
  } 
  div#book_meeting h3 {
    font-size: 27px;
  }
}
@media(max-width:600px){
  footer.footer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  #hs_cos_wrapper_sign_up_form {padding-top: 1px;}
  .footer__main {
    padding: 1.5rem 0 1.5rem;
  }
  div#book_meeting {
    padding: 1.5rem 0;
  }
  .meeting-section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  } 
  .footer-copyright-section{
    
   padding-top:5px; 
  }
}
@media(max-width:400px){
  .meeting-section iframe {
    max-width: 100% !important;
    min-width: 100% !important;
  } 
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 0px;
  margin: 0 auto;
}

.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

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

.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato,sans-serif;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}

.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: #F8FAFC;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog Listing with Sidebar            */

.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

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

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

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}

.blog-sidebar {
  padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 25px;
  font-size: 36px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

/* Blog Comments */

.blog-comments {
  max-width: 100%;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}


.blog-area {
  padding-top: 90px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.blog-area > .content-wrapper {
  padding: 4rem 0;
}

.blog-index {
  margin: -1.5rem;
  display: flex;
  flex-wrap: wrap;
}

.blog-index-post {
  width: 50%;
  padding: 1.5rem;
  flex-shrink: 0;
}

.blog-index__post-inner-card {
  position: relative;
  height: 100%;
}

.blog-index-post-img {
  overflow: hidden;
  position: relative;
  margin-bottom: 1rem;
}

.blog-index-post-img img {
  height: auto;
  max-width: 100%;
  display: block;
  width: 100%;
}

.blog-index__post-inner-card h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0em;
  color: #000000;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  padding: 0;
}

.blog-index__post-inner-card h2 a {
  color: inherit;
}

.blog-index__post-inner-card h2 a:hover {
  border-bottom: 1px solid;
  color: #000000;
}

.blog-index-post-byline {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  color: #999999;
  font-size: 0.9rem;
}

.blog-index-post-byline time {
  display: block;
}

.blog-index-post-byline > * {
  margin-right: 1.2rem;
}

.blog-index-post-byline i {
  vertical-align: top;
  line-height: inherit;
  margin-right: .3em;
  font-style: normal;
}

i + .post-author-meta {
  display: inline-block;
  vertical-align: top;
}

.blog-index-post-byline a {
  color: inherit;
}

.blog-index-post-byline a:hover {
  color: #000000;
}

.blog-index-post-cnt {
  margin-top: 0.5rem;
  color: #000000;
  font-size: 16px;
  line-height: 25px;
}
.fa-clock:before {
  content: "\f017";
}
.fa-user:before {
  content: "\f007";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-comments:before {
  content: "\f086";
}

.blog-post__read-more a {
  margin-top: 1.5rem;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  line-height: 1.2;
  position: relative;
  transition: background 0.3s,border-color 0.3s,box-shadow 0.3s,opacity 0.3s,color 0.3s;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  border-radius: 0.3em;
  padding: 0.8em 1.8em;
  background: #2c55a2;
  border-color: transparent;
  color: #ffffff!important;
  box-shadow: 0 0.1em 0.2em rgb(0 0 0 / 20%);
  border-width: 0;
}

.blog-post__read-more a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  border-width: 2px;
  border-style: solid;
  border-color: inherit;
  border-width: 2px;
}

.blog-post__read-more a:hover {
  box-shadow: 0 0.5em 1em rgb(0 0 0 / 20%);
  background: #2c55a2;
  border-color: transparent;
  color: #ffffff!important;
}
.blog-post-section{
  margin: 0 -1.5rem;
  font-size: 16px;
  line-height: 25px;
  display: flex;
  flex-wrap: wrap;
}
.blog-post-main {
  width: 71.79%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.blog-post-sidebar{
  width: 28.21%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.blog-post-section img {
  height: auto;
  max-width: 100%;
}
.post-featured-image {
  margin-top: 1.5rem;
}
.post-featured-image img{
  margin-bottom: 2em;
}
.blog-post-main a:hover {
  border-bottom: 1px solid;
}
.blog-post-sidebar .form-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0em;
  margin-bottom: 1rem;
}

.blog-post-sidebar .hs-form-field > label {
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: helvetica;
  font-size: 13px;
}

.blog-post-sidebar .hs-form-field legend.hs-field-desc {
  font-family: helvetica;
  color: #000000;
  font-size: 11px;
  margin: 0px 0px 7px;
  line-height: normal;
  padding: 0 2px;
}

.blog-post-sidebar .hs-form-field .hs-input {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  background-color: #f5f8fa;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin: 0;
}

.blog-post-sidebar .hs-form-field {
  width: 100% !important;
  float: none !important;
}

.blog-post-sidebar .hs-richtext {
  font-family: helvetica;
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 3px;
}

.blog-post-sidebar .hs-richtext p {
  margin: 1em 0;
  font-family: helvetica;
}

.blog-post-sidebar .hs-button,
.blog-post-sidebar .hs-button:hover{
  background: #2c55a2;
  border-color: #2c55a2;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-family: helvetica;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: all .15s linear;
}

.blog-post-sidebar .actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
}
.blog-post-sidebar .hs-form .hs-error-msgs label {
  font-family: helvetica;
  font-size: 13px;
  color: #f2545b;
  line-height: 18px;
  margin: 0;
}

.blog-post-sidebar .hs-form .hs_error_rollup .hs-error-msgs label {
  font-size: 14px;
}
.blog-post-sidebar .grecaptcha-badge {
  margin: 0;
}
.blog-comments form .hs-form-field input[type=text], 
.blog-comments form .hs-form-field input[type=email], 
.blog-comments form .hs-form-field input[type=phone], 
.blog-comments form .hs-form-field input[type=number], 
.blog-comments form .hs-form-field input[type=tel], 
.blog-comments form .hs-form-field input[type=date], 
.blog-comments form .hs-form-field textarea {
  max-width: 100%;
}
.section.post-footer .hs-error-msgs label {
  margin-top: 0;
  color: #f2545b;
}

@media(max-width:1024px){
  .blog-area>.content-wrapper {
    padding: 2.5rem 0;
  }
}

@media(max-width:900px){
  .blog-area {
    padding-top: 80px;
  }
}
@media(max-width:767px){
  .blog-post-main {
    width: 100%;
  }

  .blog-post-sidebar {
    width: 100%;
  }

  .post-featured-image {
    margin-top: 0;
  }

  .blog-post-main h1 {
    font-size: 28px;
  }

  .blog-post-sidebar fieldset {
    max-width: 100% !important;
  }

  .blog-post-sidebar .hs-form-field .hs-input {
    max-width: 100%;
  }

  .blog-post-sidebar .form-title {
    font-size: 20px;
  }
}
@media(max-width:600px){
  .blog-area {
    padding-top: 71px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .blog-area>.content-wrapper {
    padding: 1.5rem 0;
  }

  .blog-index-post {
    width: 100%;
    margin-bottom: 1.5rem;
    padding: 0;
  }

  .blog-index {
    margin: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}
.page-404 {
  padding: 4rem 0;
  text-align: center;
  position: relative;
}

.page-404:before {
  display: inline-block;
  vertical-align: top;
  content: '\f14e';
  font: 12rem/1 fontawesome;
  margin-bottom: 1rem;
  opacity: 0.1;
}
.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
input#hs-pwd-widget-password {
  height: auto !important;
  margin-top: 0 !important;
  margin-bottom: 20px;
}



.hs_cos_wrapper_type_member_register {
  max-width: 500px;
  display: block;
}
.hs_cos_wrapper_type_member_register label,
.hs_cos_wrapper_type_password_reset label,
.hs_cos_wrapper_type_member_login label{
  display: block;
}
ul.no-list.hs-error-msgs {
  padding: 0;
}
.hs_cos_wrapper_type_member_register .hs-input,
.hs_cos_wrapper_type_password_reset .hs-input, 
.hs_cos_wrapper_type_member_login .hs-input,
.hs_cos_wrapper_type_password_reset_request .hs-input,
.hs_cos_wrapper_type_member_login .hs-input{
  margin-top: 10px;
  margin-bottom: 15px;
}

.hs_cos_wrapper_type_member_register .hs-button, 
.hs_cos_wrapper_type_password_reset .hs-button, 
.hs_cos_wrapper_type_member_login .hs-button ,
.hs_cos_wrapper_type_password_reset_request .hs-button,
.hs_cos_wrapper_type_member_login .hs-button{
  margin-bottom: 10px;
}

.hs_cos_wrapper_type_member_register , 
.hs_cos_wrapper_type_password_reset , 
.hs_cos_wrapper_type_member_login,
.hs_cos_wrapper_type_password_reset_request,
.hs_cos_wrapper_type_member_login{
  max-width: 500px;
  display: block;
}
input#hs-login-widget-remember ~ label {
  display: inline-block;
}

ul.hs-search-field__suggestions {
  max-width:  500px;
  border-color:  #ccc !important;
}
ul.hs-search-field__suggestions a {
  padding:  10px;
}
li#results-for {
  padding:  10px;
}
ul#hsresults li {
  margin-top: 15px;
}
[type="checkbox"], [type="radio"] {
  display: inline-block;
  width: auto;
}
@media(max-width:767px){
  input.email-edit.hs-input {
    width: 100% !important;
  } 
  .hs_cos_wrapper_type_member_register , 
  .hs_cos_wrapper_type_password_reset , 
  .hs_cos_wrapper_type_member_login,
  .hs_cos_wrapper_type_password_reset_request,
  .hs_cos_wrapper_type_member_login {
    max-width: 100%;
    display: block;
  }
  .systems-page .page-header h1 {
    font-size: 30px !important;
  }

  .systems-page .page-header h2 {
    font-size: 21px !important;
  }
  .page-404:before {
    font-size: 8rem;
  }
  .systems-page .success {
    min-width: 100%;
  }
}
@media(max-width:600px){
 .page-404 {
   padding:1.5rem 0;
  }
}