/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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: visible;
}

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

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

@media (max-width: 767px) {
  body .body-container .mobile-full-width {
    width: calc(100% + 30px);
    transform: translateX(-15px)
  }
  
  body .body-container .mobile-flex > .row-fluid {
    display: flex;
    flex-direction: column
  }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

body {
  line-height: 1.4;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Image alt text */

img {
  font-size: 14px;
  word-break: normal;
}

/* Typo lineheight test */

h1 {
  line-height: 40px;
}
h2 {
  line-height: 50px;
}
/* typo in modules */
.fs16 {
  font-size: 16px;
}
@media (max-width:992px) {
  .fs16 {
    font-size: 15px;
  }
}

/* Colour */
.l-text-blue {color: #1652A1;}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

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

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

.form-module_blog .legal-consent-container * {
  font-size: .5rem;
  color: white
}

.grid-contattaci_harpaceas .legal-consent-container {
  grid-column: 1/3;
  color: #fff;
}

.grid-contattaci_harpaceas .legal-consent-container * {
  font-size: .5rem
}

.grid-contattaci_harpaceas .legal-consent-container .hs-richtext,
.grid-contattaci_harpaceas .legal-consent-container .hs-richtext p {
  margin-bottom: 1rem
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
:root {
  /* */

  /* Margin typo */
  --typo-large: 38px;
  --typo-large-var: 30px;
  --typo-medium: 20px;
  --typo-small: 10px;
  --typo-unset: 0px;

  /* colori */
  --black: #383838;
  --blue: #1652A1;
  --grey: rgb(56 56 56 / 30%);
  --dark-grey: rgb(56 56 56 / 80%);
  --white: white;
  --light-grey: #F4F4F4;

  /* font */

  --roboto: 'Roboto';
  --inter: 'Inter';
  
  /* Font Weight */
  --light: 300;
  --regular: 400;
  --medium: 500;
  --semibold: 600;

  /* Font Size */

  --fs-large: 40px;
  --fs-medium: 28px;
  --fs-med-var: 25px;
  --fs-med-small: 22px;
  --fs-small-var: 18px;
  --fs-smallest-var: 16px;
  --fs-small: 15px;
  --fs-xsmall: 13px;

  /* Line height */
  --lh-xlarge: 45px;
  --lh-large: 40px;
  --lh-medium: 38px;
  --lh-med-var: 35px;
  --lh-small-var: 30px;
  --lh-small: 25px;

  /* Aria */
  --aria-large: 90px;
  --aria-medium: 60px;
  --aria-unset: 0;
  --aria-xlarge: 110px;
  --aria-small: 40px;
  --aria-xsmall: 30px;

  /* Aria CTA */
  --aria-cta: 17px 35px;
}


/*  Classes  */

/* Reset container */

@media (max-width: 1199px) {
  .reset-xl {
    padding: var(--aria-unset) !important;
  }
}

@media (max-width: 959px) {
  .reset-lg {
    padding: var(--aria-unset) !important;
  }
}

@media (max-width: 639px) {
  .reset-md {
    padding: var(--aria-unset) !important;
  }
}

@media (max-width: 1199px) {
  .reset-child {
    margin: 0 40px;
  }

  .reset-child-padd {
    padding: 0 40px;
  }

  .reset-child.reset-child-lg {
    margin: 0;
  }
}

@media (max-width: 959px) {
  .reset-child-lg {
    margin: 0 30px;
  }

  .reset-child {
    margin: 0 30px;
  }

  .reset-child-padd {
    padding: 0 30px;
  }

  .reset-child.reset-child-lg {
    margin: 0 30px;
  }
}

@media (max-width: 640px) {
  .reset-child-lg {
    margin: 0 15px;
  }

  .reset-child {
    margin: 0 15px;
  }

  .reset-child-padd {
    padding: 0 15px;
  }

  .reset-child.reset-child-lg {
    margin: 0 15px;
  }
}

/* Margin bottom typo */
.mb38 {
  margin-bottom: var(--typo-large);
}

.mb20 {
  margin-bottom: var(--typo-medium);
}

@media (max-width: 640px) {
  .mb20 {
    margin-bottom: var(--typo-small);
  }
}

.mb10 {
  margin-bottom: var(--typo-small);
}

.mb0 {
  margin-bottom: var(--typo-unset);
}

/* Aria */
.aria-top-large {
  padding-top: var(--aria-large);
}

@media (max-width: 960px) {
  .aria-top-large {
    padding-top: var(--aria-xsmall);
  }
}

.aria-bottom-large {
  padding-bottom: var(--aria-large);
}

@media (max-width: 960px) {
  .aria-top-large {
    padding-top: var(--aria-xsmall);
  }
}

.aria-bottom-unset {
  padding-bottom: var(--aria-unset);
}

.aria-bottom-medium {
  padding-bottom: var(--aria-medium);
}

@media (max-width: 960px) {
  .aria-bottom-medium {
    padding-bottom: var(--aria-xsmall);
  }
}

.aria-top-medium {
  padding-top: var(--aria-medium);
}

@media (max-width: 960px) {
  .aria-top-medium {
    padding-top: var(--aria-xsmall);
  }
}

.aria-top-small {
  padding-top: var(--aria-small);
}

.aria-top-unset {
  padding-top: var(--aria-unset);
}

@media (min-width: 1200px) {
  .aria-right-xlarge {
    padding-right: var(--aria-xlarge);
  }
}

/* Font Family */
.inter {
  font-family: var(--inter);
}

.roboto {
  font-family: var(--roboto);
}

/* Font Size */
.fs-large {
  font-size: var(--fs-large);
}

@media (max-width:640px) {
  .fs-large {
    font-size: var(--fs-medium);
  }
}

.fs-medium {
  font-size: var(--fs-medium);
}

@media (max-width:640px) {
  .fs-medium {
    font-size: var(--fs-med-var);
  }
}

.fs-med-small {
  font-size: var(--fs-med-small);
}

@media (max-width:959px) {
  .fs-med-small {
    font-size: var(--fs-small);
  }
}

.fs-small-var {
  font-size: var(--fs-small-var);
}

.fs-small {
  font-size: var(--fs-small);
}

.fs-xsmall {
  font-size: var(--fs-xsmall);
}

/* Line height */
.lh-xlarge {
  line-height: var(--lh-xlarge);
}

@media (max-width:640px) {
  .lh-xlarge {
    line-height: var(--lh-large);
  }
}

.lh-large {
  line-height: var(--lh-large);
}

.lh-medium {
  line-height: var(--lh-medium);
}

@media (max-width:640px) {
  .lh-medium {
    line-height: var(--lh-med-var);
  }
}

.lh-small-var {
  line-height: var(--lh-small-var);
}

.lh-small {
  line-height: var(--lh-small);
}

/* Font Weight */
.light {
  font-weight: var(--light);
}

.regular {
  font-weight: var(--regular);
}

.medium {
  font-weight: var(--medium);
}

.semibold {
  font-weight: var(--semibold);
}

/* colori */
.colorgrey {
  color: var(--grey);
}

.darkgrey {
  color: var(--dark-grey);
}

.colorwhite {
  color: var(--white);
}

.colorblue {
  color: var(--blue);
}

.colorblack {
  color: var(--black);
}

.backgroundlgrey {
  background: var(--light-grey);
}

.backgroundwhite {
  background: var(--white);
}

.opacity3 {
  opacity: .3;
}

.opacity6 {
  opacity: 60%;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header DND sections */
.header {z-index: 2;}
.header .dnd-section {
	padding: 0;
}

/* Header container */

.header__container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

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

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

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

@media (min-width: 1057px) { 
	.header__container {
		margin-top: 20px;
		gap: 30px;
	}
}

@media (max-width: 1056px) {
	.header__container {
		flex-direction: column;
		padding: 20px 0 0;
	}

	.header__column {
		position: relative;
	}

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

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

/* Navigation skipper */

.header__skip {
	height: 1px;
	left: -1000px;
	overflow: hidden;
	position: absolute;
	text-align: left;
	top: -1000px;
	width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
	height: auto;
	left: 0;
	overflow: visible;
	top: 0;
	width: auto;
}

/* Logo */

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

@media (max-width: 1056px) {
	.header__logo {
		margin-left: 15px;
		width: 100%;
	}
}

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

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

.header__logo--main {
}

/* Search bar */

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

.header__search .hs-search-field__input {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
	background-position: center right 15px;
	background-repeat: no-repeat;
	height: 45px;
	padding: 0 15px;
}

.header__search .hs-search-field--open .hs-search-field__input {
	border-bottom: none;
	border-radius: 6px 6px 0 0;
	max-width: 100%;
}

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

.header__search .hs-search-field__suggestions li {
	border-top: 1px solid #D1D6DC;
	font-size: 0.875rem;
}

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

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

@media (min-width: 767px) {
	.header__search form {
		align-items: center;
		display: flex;
		flex-direction: row;
	}

	.header__search label {
		margin: 0 20px 0 0;
	}

	.header__search .hs-search-field__input {
		width: auto;
	}
}

@media (max-width: 767px) {
	.header__search {
		border-top: 2px solid #CED4DB;
		order: 1;
		padding: 30px;
	}
}


/* Language switcher */

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

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

.header__language-switcher .lang_list_class {
	border: 2px solid;
	border-radius: 6px;
	box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
	display: block;
	left: calc(100% - 24px);
	opacity: 0;
	min-width: 100px;
	padding-top: 0;
	text-align: left;
	top: 100%;
	transition: opacity 0.3s;
	visibility: hidden;
}

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

.header__language-switcher .lang_list_class:before {
	left: 70%;
	top: -25px;
}

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

.header__language-switcher .lang_list_class.first-active::after {
	top: -22px;
	transition: 0.3s;
}

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

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

.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--label {
	display: flex;
	position: relative;
}

.header__language-switcher--label-current {
	align-items: center;
	display: flex;
	font-size: 18px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.header__language-switcher--label-current:after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 6px solid #494A52;
	content: "";
	display: block;
	height: 0px;
	margin-left: 10px;
	margin-top: 3px;
	width: 0px;
}

@media (max-width: 767px) {
	.header__language-switcher {
		border-top: 2px solid #CED4DB;
		padding-left: 30px;
		padding-right: 0;
	}

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

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

/* Navigation */

#nav-toggle {
	display: none;
}

/* Mobile toggles */
.header--element,
.header--element > #hs_cos_wrapper_navigation-primary{
	height: 100%;
}
@media (max-width: 1056px) {

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

	.header__navigation.open,
	.header__search.open,
	.header__language-switcher.open {
		background-color: #F8FAFC;
		display: block;
		height: auto;
		left: 0;
		position: absolute;
		right: 0;
		top: 20px;
		z-index: 2;
	}

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

	.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-left: 0;
		margin-right: auto;
	}

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

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

	.header__navigation--toggle {
		background-size: cover;
		height: 25px;
		width: 25px;
		position: absolute;
		top: -35px;
		right: 25px
	}

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

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

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

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

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

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

	.header__cta--mobile {
		background: #f8fafc;
		padding: 20px 40px;
	}
}

/* CLOUDNOVA MENU */
.header {
	width: 100%;
	padding: 0px 20px;
	background-color: transparent !important;
}

.header--white> div> .header {
	position: absolute;
}

.header .uk-container-large {
	max-width: 1344px;
	height: 100%;

	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header .logo {
	display: flex;
	align-items: center;
	height: 100%;
	padding: 10px 0;
}



.header .logo a img {
	height: 100%;
	max-height: 43px;
}

.header nav {
	height: 100%;
	display: flex;
	text-align: left;
	justify-content: center;
}

.header .home-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	flex-grow: 1;
	justify-content: space-evenly;
}

.header .home-menu .uk-inline {
	height: 100%;
}

.header .home-menu .uk-inline>li {
	height: 100%;
	font-weight: 500;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.header .home-menu .uk-inline>li:nth-child(-n+4)::after {
	content: '+';
	margin-left: 5px;
}

.header .home-menu .uk-inline>li[aria-expanded="true"],
.header .home-menu li:hover a,
#mobile-menu li:not(.uk-accordion>li):hover a {
	color: var(--blue);
}

.header .home-menu .uk-inline>li[aria-expanded="true"]::after {
	content: '-';
}

.header .home-menu li {
	font-size: 15px;
	margin-right: 15px;
}

.header .home-menu>li a {
	font-weight: 500;
}

.header .home-menu li a {
	color: inherit;
	text-decoration: none;
}

.header .cta em {
	padding: 10px 30px;
	color: #1652a1 !important;
}

.header .cta .cta_text {
	font-family: var(--inter);
}

.header .uk-dropdown {
	top: calc(50% + 45px) !important;
	left: -15px !important;
	margin: 0;
	padding: 0;
	color: inherit;
	box-shadow: none;
	border: 1px solid #E4E4E4;
	border-top: none;
}

.header .uk-dropdown-nav li a {
	font-size: 14px;
	margin-bottom: 10px;
}

.header .uk-dropdown .uk-width-1-2 {
	width: 100%;
}

.header .uk-dropdown .uk-width-1-3 {
	width: calc(100% * 1 / 3);
}

.header .uk-dropdown.uk-open>.uk-grid>.uk-first-column {
	padding: 10px 0 10px 40px;
}

.header .uk-dropdown .uk-width-2-3 {
	width: calc(100% * 2 / 3);
	padding-left: 20px;
}

.header .uk-dropdown .sub-menu-title {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	padding: 14px 30px;
	color: #fff;
	background-color: #1652A1;
}

.header .uk-dropdown .uk-child-width-1-2>div,
.header .uk-dropdown .uk-width-1-2.uk-second-column .uk-dropdown-nav {
	border-left: 1px solid #E4E4E4;
	padding: 20px 30px;
}

.header .uk-dropdown .uk-child-width-1-2 li:first-child,
.header .uk-dropdown .uk-width-1-2.uk-second-column li:first-child {
	margin-bottom: 10px;
	padding: 5px 0;
}

.header .uk-dropdown .uk-child-width-1-2 .uk-first-column li:first-child {
	color: #6F4B99;
	font-weight: 600;
}

.header .uk-dropdown .uk-child-width-1-2 .uk-second-column li:first-child {
	color: #0075A1;
	font-weight: 600;
}

.header .uk-dropdown .uk-width-1-2.uk-second-column li:first-child {
	color: #00A291;
	font-weight: 600;
}

.header .uk-dropdown .uk-child-width-1-2 p,
.header .uk-dropdown .uk-width-1-2 .uk-dropdown-nav p {
	margin: 0;
	font-size: 12px;
	opacity: 50%;
}

.header .uk-dropdown .uk-child-width-1-2 li,
.header .uk-dropdown .uk-width-1-2 .uk-dropdown-nav li {
	padding: 10px 0;
}

.header .uk-dropdown .uk-child-width-1-2 a,
.header .uk-dropdown .uk-width-1-2 .uk-dropdown-nav a {
	margin-bottom: 0;
	padding: 0;
}

.header .uk-grid {
	flex-wrap: nowrap;
	margin-left: 0;
}

/* Menu mobile */
#hb-close {
	display: none;
}

#hb-close {
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	z-index: 9999;
}

#hb-close svg {
	display: none;
}

#mobile-menu.uk-open>.uk-offcanvas-bar {
	width: 50vw;
}

#mobile-menu li:not(.uk-accordion+li) {
	margin-top: 20px;
}

#mobile-menu li a {
	padding: 0;
}

#mobile-menu .uk-offcanvas-bar {
	background-color: #fff;
	padding: 0 0 45px 0;
	margin-top: 90px;
}

#mobile-menu .uk-offcanvas-bar::before {
	position: fixed;
	content: "";
	z-index: 9999;
	width: 100%;
	transform: translateY(-100%);
	border-top: 90px solid #fff;
}

.uk-nav-divider {
	margin: 0;
}

#mobile-menu .uk-nav .uk-nav-divider {
	border-top: 1px solid #e5e5e5;
}

#mobile-menu .uk-nav>.uk-nav-divider,
#mobile-menu .uk-nav .uk-accordion>.uk-nav-divider {
	margin-left: 35px;
}

#mobile-menu .uk-accordion-title::before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
	width: 10px;
	height: 10px;
	position: absolute;
	right: 35px;
	top: 50%;
	transform: translateY(-50%);
}

#mobile-menu .uk-open>.uk-accordion-title::before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

#mobile-menu .uk-accordion>:nth-child(n+2) {
	margin: 0;
}

#mobile-menu .uk-nav .uk-accordion>li>a,
#mobile-menu .uk-nav>li>a {
	position: relative;
	font-family: var(--inter);
	font-size: var(--fs-small);
	font-weight: var(--medium);
	line-height: 19px;
	color: var(--black);
}

#mobile-menu .uk-nav .uk-accordion>li>a {
	padding: 20px 35px 20px 50px;
}

#mobile-menu .uk-nav>li>a {
	padding-left: 50px;
	padding-right: 35px;
}

#mobile-menu .uk-nav .uk-accordion>li.uk-open>a {
	position: sticky;
	top: 0;
	z-index: 1;
	background-color: var(--blue);
	color: #fff;
}

#mobile-menu .uk-accordion-content {
	margin: 0;
	padding: 0 35px 20px 50px;
}

#mobile-menu .uk-accordion-content a,
#mobile-menu .uk-accordion-content a~p,
#mobile-menu .uk-accordion-content .uk-nav-divider~li {
	font-family: var(--inter);
	font-size: 14px;
	font-weight: var(--regular);
	line-height: 17px;
	color: var(--black);
}

#mobile-menu .uk-accordion-content a~p {
	margin: 0;
	font-size: 12px;
	opacity: 0.5;
}

#mobile-menu .uk-accordion-content .uk-nav-divider {
	margin-top: 20px;
}

#mobile-menu .uk-accordion-content .uk-nav-divider~li {
	font-weight: var(--semibold);
}

#mobile-menu .uk-nav .cta {
	margin-top: 20px;
	padding-left: 40px;
}

/* MEDIA QUERIES */
/* @media (max-width: 1320px) {

.header nav,
.header nav+.cta {
display: none;
}

#hb-open {
display: block;
}
}

@media (min-width: 1321px) {

#hb-open,
#hb-close {
display: none !important;
}
} */

@media (max-width: 639px) {

	.header {
		height: 65px;
	}

	.header .logo {
		padding: 5px 0;
	}

	#hb-close {
		right: 15px;
	}

	#mobile-menu .uk-offcanvas-bar {
		padding-top: 65px;
		margin-top: 0;
	}

	#mobile-menu.uk-open>.uk-offcanvas-bar {
		width: 100vw;
	}

	.uk-offcanvas-overlay {
		width: 0;
	}

	.header .logo {
		z-index: 9999;
	}
}
.footer {
	border-top: 1px solid #e4e4e4;
}

.footer .uk-section {
	padding-bottom: var(--aria-xsmall);
}

.footer p {
	margin: var(--typo-unset);
}

.footer a:hover {
	text-decoration: none;
	color: var(--blue);
}

.footer .footer_row,
.footer .company-contact {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer .company-contact {
	flex-basis: 60%;
}

.footer .company-contact p {
	font-family: var(--roboto);
	font-weight: var(--regular);
	font-size: var(--fs-xsmall);
	line-height: var(--lh-small);
	letter-spacing: 0.29px;
}

.footer .company-contact i {
	margin-right: 5px;
}

.footer .footer_logo img {
	max-height: 65px;
}

.footer .footer_row:last-child {
	padding-top: 100px;
}

.footer .footer_row:last-child p {
	font-family: var(--roboto);
	font-weight: var(--regular);
	font-size: 10px;
	line-height: 11px;
	letter-spacing: 0.22px;
}

.footer .privacy-policy {
	text-align: right;
}

/* MEDIA QUERIES */
@media (max-width: 767px) {

	footer,
	.footer .privacy-policy {
		text-align: center;
	}

	.footer .footer_row,
	.footer .company-contact {
		flex-direction: column;
	}

	.footer .company-contact>:not(:first-child),
	.footer .footer_logo,
	.footer .footer_row:last-child {
		padding-top: var(--aria-xsmall);
	}
  
  .footer .company-contact>:nth-child(1) {
    order: 1;
  }
  
  .footer .company-contact>:nth-child(2) {
    order: 3;
  }
  
  .footer .company-contact>:nth-child(3) {
    order: 2;
  }
  
  .footer .company-contact>:nth-child(4) {
    order: 4;
  }

	.footer .footer_row:last-child {
		width: 75%;
		margin: 0 auto;
		/* padding: var(--aria-unset); */
	}

	.footer .footer_row:last-child p {
		line-height: 15px;
	}

	.footer .company-data p:last-child {
		padding-top: 5px;
	}

	.footer .privacy-policy p {
		padding-top: 20px;
	}
}

@media (max-width: 991px) {
	.footer .company-contact {
		flex-basis: 70%;
	}
}
#chi-siamo-custom-button>span.cta_text{
	background-color: #1652a1; 
	clip-path: unset;
	color: white;
	border-color: white;
}
#chi-siamo-custom-button:hover>span.cta_text{
	background-color: #1652a1; 
	clip-path: unset;
	color: white !important;
	border-color: white;
}

/* Menu and simple menu */

.static_header {
	/* same height of header */
	height: 65px;
}
@media (min-width: 640px) {
	.static_header {
		/* same height of header */
		height: 90px;
	}
}



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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
	flex-direction: column;
}

@media (max-width: 767px) {
	.hs-menu-wrapper.hs-menu-flow-horizontal ul {
		flex-direction: column;
	}
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
	flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
	display: inline-flex;
}

@media (max-width: 767px) {
	.hs-menu-wrapper.hs-menu-flow-vertical ul {
		display: flex;
	}
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
	position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
	left: -9999px;
	opacity: 0;
	position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
	display: block;
	white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper {
	left: 0;
	opacity: 1;
	top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper {
	left: 100%;
	opacity: 1;
	top: 0;
}

@media (max-width: 767px) {

	.hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
	.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper,
	.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper {
		left: 0;
		opacity: 1;
		position: relative;
		top: auto;
	}
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
	height: auto;
	max-width: 100%;
}

/* GRID */


.l-grid-1-1-3 {
	display: grid;
	grid-template-columns: 1fr 2fr;
}

.grid-gap-40 {
	grid-gap: 40px;
}

.grid-fix {
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 640px) {
	.grid-fix {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (min-width: 960px) {
	.grid-fix {
		padding-left: 40px;
	}
}

/* padding */


.padd72 {
	padding: 72px 0;
}

/* CTA */

.cta {
	display: flex;
	align-items: center;
}

/* .cta a>span{
	color: white !important;
} */
.cta a:hover>span{
	color: #1652a1 !important;
}

.cta a,
.cta em {
	position: relative;
	display: flex;
	border: 1px solid #1652A1;
	color: var(--blue);
	padding: var(--aria-cta);
	transform: skewX(-10deg);
	clip-path: polygon(0 0, 50% 0, 63% 18%, 58% 0, 100% 0, 100% 15%, 100% 89%, 91% 85%, 98% 100%, 0 100%, 0 100%, 0% 85%);
}
.custom-width{
	width: max-content;
}

.cta a.cta-full {
	clip-path: none;
	background-color: var(--blue);
	color: #fff;
}

.cta a.cta-stripe {
	clip-path: polygon(100% 0, 100% 28%, 77% 0, 60% 0, 100% 49%, 100% 100%, 0 100%, 0 0, 38% 0, 92% 0);
	background-color: var(--blue);
	color: #fff;
}

.cta .cta_text {
	display: inline-block;
	color: inherit;
	font-family: var(--roboto);
	font-size: var(--fs-small);
	font-weight: var(--medium);
	transform: skewX(10deg);
}

.cta a:hover,
.cta a:focus {
	text-decoration: none;
}

.cta a.white {
	border: 1px solid var(--white);
	;
	color: var(--white);
}

/* .cta a::before,
.cta a::after {
content: '';
display: block;
position: absolute;
background-color: #fff;
width: 15px;
height: 15px;
border-radius: 50%;
}

.cta a::before {
top: 0;
right: 0;
transform: translate(-45px, -50%);
}

.cta a::after {
bottom: 0;
right: 0;
transform: translate(50%, 50%);
} */
/* End CTA */

/* Hide scrollbar */

.filter_container::-webkit-scrollbar,
.filter_text p::-webkit-scrollbar,
.grid-course::-webkit-scrollbar,
.swiper-container.software_swiper::-webkit-scrollbar,
.more-case_container::-webkit-scrollbar {
	display: none;
}

.filter_container,
.filter_text p,
.grid-course,
.swiper-container.software_swiper,
.more-case_container {
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}

.hero-cta {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
}

@media (max-width: 960px) {
	.hero-cta {
		grid-template-columns: 1fr;
		grid-gap: 30px;

	}
}

.ahrefunset {
	text-decoration: none;
	color: inherit;
}

.underline {
	text-decoration: underline
}

.align-self-end {
	align-self: flex-end;
}

@media (max-width: 1199px) {
	.order-2-mb {
		order: 2;
	}
}



/* FILTER */
.filter_container {
	box-sizing: border-box;
	display: flex;
	overflow: scroll;
	padding: 72px 0;
}

.background-grey {
	background: rgb(186 186 186 / 8%);
}

.mix {
	margin-right: 48px;
	box-sizing: border-box;
	flex-shrink: 0;
	width: 55%;
}

.buttonfilter {
	display: grid;
	grid-template-columns: repeat(5, 173px);
	justify-content: center;
}

.buttonfilter button.mixitup-control-active {
	color: white;
	background: #1652a1;
}

.buttonfilter button {
	border: none;
	border-radius: 0;
	font-size: 14px;
	font-weight: 500;
	padding: 18px 0;
	color: #383838;
}

.buttonfilter_ {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.container_custom {
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
}

.filter_grid-element {
	background: white;
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 300px;
	grid-gap: 24px;
	box-shadow: 0 0 30px 0 rgb(0 0 0 / 5%);
	height: 100%;
}


.buttonfilter_ .cta a::before,
.buttonfilter_ .cta a::after {}

.filter_text-logo {
	padding: 0px 0 60px;
}

.filter_text-logo img {
	max-height: 48px;
	max-width: 110px;
}

.filter_text a {
	color: #383838;
}

.filter_text a:hover {
	color: #0048b8;
}

.filter_text p {
	color: rgb(56 56 56 / 50%);
	font-size: 13px;
	padding-top: 13px;
	margin: 0;
	padding-right: 80px;
	height: 121px;
	overflow: scroll;
}

.filter_text {
	padding: 25px 0;
	display: grid;
	grid-template-rows: 100px auto 1fr;
	padding-right: 8px;
}

.buttonfilter_ p {
	font-size: 18px;
	font-family: "ROBOTO";
}

@media (max-width: 992px) {
	.buttonfilter_ {
		align-items: center;
		text-align: center;
	}

	.filter_container {
		border-bottom: 1px solid #e4e4e4;
	}

	.filter_text p {
		height: auto;
		padding-right: 30px;
	}

	.filter_text {
		padding: 25px 0;
		display: grid;
		grid-template-rows: 80px auto 1fr;
	}

	.mix {
		margin-right: 25px;
		width: 80%;
	}

	.buttonfilter {
		grid-template-columns: repeat(3, 1fr);
	}

	.l-grid-1-1-3 {
		grid-template-columns: 1fr;
	}

	.filter_container {
		grid-row: 1;
		padding-left: 40px;
	}
}

@media (max-width: 959px) {
	.filter_container {
		padding-left: 30px;
	}
}

@media (max-width: 639px) {
	.buttonfilter button {
		font-size: 10px;
	}

	.filter_container {
		padding-left: 15px;
	}

	.filter_background {
		height: 120px;
	}

	.filter_grid-element {
		grid-template-columns: 1fr;
		grid-gap: 34px;
	}

	.filter_text {
		padding: 0 34px 25px;
	}
}

.buttonfilter.inherit {
	justify-content: inherit;
}

/* COURSES */
.grid-course {
	display: flex;
	box-sizing: border-box;
	overflow: scroll;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	position: relative;
}

.grid-course_course {
	width: 600px;
	height: auto;
	flex-shrink: 0;
	border-right: 1px solid #E4E4E4;
	padding-top: 60px;
	padding-bottom: 60px;
	display: grid;
	grid-gap: 8px;
}

.grid-course_course.grid-fix img.grid-course_image {
	width: 336px;
	height: 336px;
	object-fit: cover;
	margin-bottom: 35px;
}

.grid-course_course h3 {
	font-size: 18px;
	font-family: 'ROBOTO';
	font-weight: 500;
	margin: 0;
}

.grid-course_course h4 {
	font-size: 22px;
	margin: 0;
}

.grid-course_course h5 {
	font-size: 12px;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
}

.grid-course_infos {
	display: grid;
	grid-row-gap: 8px;
}

h5.grid-course_level {
	grid-column: 1/5;
}

.grid-course_hour {
	display: flex;
}

.grid-course_level {
	color: rgb(56 56 56 / 60%);
}

.grid-course_infos h5 {
	margin-right: 36px;
}

.grid-course_hour h5 {
	margin-left: 8px;
}

@media (max-width:992px) {
	.grid-course_infos h5 {
		margin-right: 8px;
	}

	.grid-course {
		overflow: hidden;
	}

	.grid-course_course {
		width: 100%;
	}
}


.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	bottom: 0;
	top: auto;
	height: 1px;
}

.swiper-pagination-progressbar {
	background: rgb(0 0 0 / 12%);
}

:root {
	--swiper-theme-color: #1652A1;
}

@media (max-width:568px) {
	h5.grid-course_level {
		grid-column: 1/2;
	}

	.l-text-blue {
		grid-column: 2/5;
	}
}

/* course page */
.filter_container.course-page {
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 0;
	overflow: hidden;
}

.course-page .grid-course_course {
	padding-left: 0;
	border-bottom: 1px solid #e4e4e4;
	margin-right: 0;
	padding: 40px;
	right: -3px;
	position: relative;
}

.mixitup-page-list {
	display: flex;
	justify-content: center;
	padding-top: 92px;
}

button.mixitup-control {
	border: none;
	border-radius: 0;
	background: transparent;
	color: var(--black);
}

button.mixitup-control-active {
	background: var(--blue);
	color: var(--white);
}

.buttonfilter button:hover {
	background: var(--blue);
}

.custom_course_card:hover:after {
	content: url(https://6729501.fs1.hubspotusercontent-na1.net/hubfs/6729501/go.svg);
	position: absolute;
	right: 100px;
	border: none;
	top: 20%;
	left: unset;
	transform: unset;
}

.MASTERCLASS~.MASTERCLASS:hover:after,
.CORSI~.CORSI:hover:after,
.SEMINARI~.SEMINARI:hover:after {
	top: 35%;
}

@media (max-width:650px) {
	.custom_course_card:hover:after {
		display: none;
	}
}

.grid-course_course.MASTERCLASS:nth-child(1) {
	opacity: 0.4;
}

.mixitup-control-prev,
.mixitup-control-next {
	display: none;
}

button.mixitup-control:hover {
	background: var(--blue);
}

.grid-course_course:hover {
	background: rgb(22 82 161 / 3%);
}

.grid-course_course:hover h4 {
	color: var(--blue);
}

.MASTERCLASS,
.CORSI,
.SEMINARI {
	grid-column: 1/3;
	width: auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	background: rgb(186 186 186 / 5%);
	align-items: center;
}
.custom_course_card{
	grid-column: 1/3;
	display: block;
}

.grid-course_info-info {
	display: grid;
	grid-gap: 8px;
}

.MASTERCLASS~.MASTERCLASS,
.CORSI~.CORSI,
.SEMINARI~.SEMINARI {
	grid-column: auto;
	width: 600px;
	display: block;
	background: var(--white);
}

@media (max-width:1199px) {

	.MASTERCLASS,
	.CORSI,
	.SEMINARI {
		grid-column: 1;
		display: block;
		background: var(--white);
	}

	.filter_container.course-page {
		grid-template-columns: 1fr;
	}

	.course-page .grid-course_course {
		width: auto;
		padding-left: 0;
		padding-right: 0;
	}
}

.new:before {
	content: 'NEW';
	position: absolute;
	font-family: 'Inter';
	top: 0;
	padding: 8px 30px;
	border: 1px solid #383838;
	font-size: 12px;
	left: unset;
	transform: unset;
	right: 3px;
}

@media (max-width: 959px) {
	.new:before {
		content: 'NEW';
		position: absolute;
		font-family: 'Inter';
		top: 0;
		padding: 8px 30px;
		border: 1px solid #383838;
		font-size: 12px;
		left: 50%;
		transform: translate(-50%);
		right: unset;
	}
}
label.hs-form-booleancheckbox-display {
	color: white;
}

.absolute-menu {
	width: 100%;
	position: absolute;
}
.absolute-menu_padding {
	padding-top: calc(65px + 40px);
}
@media (min-width: 640px) {
	.absolute-menu_padding {
		padding-top: calc(90px + 40px);
	}
}
@media (min-width: 960px) {
	.absolute-menu_padding {
		padding-top: calc(70px + 90px);
	}
}


/* CHEVRON */
.accordion-chevron {
	display: block;
	font-size: 1.25rem;
	line-height: 1.4;
	color: #333;
	overflow: hidden;
}
.sw-accordion-title.sw-chevron:after {
	background: none;
	content: '>';
	color: var(--darkgrey);
	font-weight: 100;
}
/* END CHEVRON */

.bg-blue {
	background: var(--blue);
}

/* form  fixes */
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
	color: white !important;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
	border-color: white !important;
}
/* Flex */
.l-flex-jc-center {
  justify-content: center;
}

.l-flex-jc-right {
  justify-content: flex-end;
}

/* Hr */
.l-hr-blue {
  height: 0;
  border-top: 1px solid var(--blue);
  background-color: var(--blue);
}

/* Pages
Partials for pages stylesheets
*/

.l-hero-home {
	display: flex;
	align-items: center;
	min-height: 632px;
}

.l-hero-home h1,
.l-hero-home h2 {
	margin: 0;
}

.l-hero-home h1 {
	font-family: var(--inter);
	font-weight: var(--semibold);
	letter-spacing: -0.27px;
}

.l-hero-home h2 {
	font-family: var(--inter);
	font-weight: var(--medium);
	letter-spacing: -0.27px;
	opacity: 0.8;
}

.l-hero-home_scroll a:hover , .l-hero-home_scroll a:focus {
	text-decoration: none;
}

.l-hero-home .cta {
	padding-top: 25px;
	padding-bottom: 50px;
}

.l-hero-home_scroll {
	position: relative;
	text-transform: uppercase;
}

.l-hero-home_scroll p:last-child {
	position: absolute;
	left: 13px;
	top: 25px;
	color: rgba(56, 56, 56, 0.6);
}


/* End Hero-home */

/* Home cards */
.home-cards {
	max-width: 1440px;
	padding: var(--aria-unset);
}

.home-cards_container {
	display: flex;
}

.home-card {
	position: relative;
	flex: 1 0 calc(100% / 3);
	min-height: 630px;

	display: flex;
	align-items: center;
}

.home-card:nth-child(1)::after,
.home-card:nth-child(1)::before,
.home-card:nth-child(2)::after {
	content: '';
	height: 86%;
	background: #e4e4e4;
	width: 2px;
}

#hs_cos_wrapper_home_card_2{
	max-height: 272px;
}

.home-card_content {
	position: relative;
	z-index: 2;
	height: 75%;

	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-left: 70px;
}

.home-card:first-child .home-card_content {
	padding-left: var(--aria-small);
}

.home-card h3 {
	margin-bottom: 25px;
}

.home-card .cta {
	padding-bottom: 75px;
}

.home-card p {
	visibility: hidden;
	opacity: 0.8;
	letter-spacing: 0.27px;
	width: 90%;
}

.home-card:hover::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(https://source.unsplash.com/vZlTg_McCDo/480x630) no-repeat center;
	background-size: cover;
	filter: opacity(0.2);
}

.home-card:hover p {
	visibility: visible;
}

/* End home cards */

.home-software_title,
.home-formazione {
	text-align: center;
}

.home-formazione {
	padding-top: 130px;
}

.home-software_title p,
.home-formazione p {
	letter-spacing: 0.38px;
	opacity: 0.8;
}

.course-page .grid-course_course.home-courses {
	width: 100%;
	right: 0;
	border: none;
}

.home-courses_title > div > span {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.home-blog_title {
	display: flex;
	align-items: center;
}

.home-blog_title {
	padding-top: 60px;
	padding-bottom: var(--aria-small);
}

.home-courses_title h3,
.home-blog_title h3 {
	padding-right: var(--aria-medium);
}

/* .home-main .swiper-wrapper>:first-child {
padding-left: 140px;
} */

.home-main .blog-post_bodyvar {
	width: 100%;
}

.home-main .chi-siamo_mb30 {
	margin-bottom: var(--typo-unset);
}

/* MEDIA QUERIES */
@media (max-width: 1300px) {
	.home-card_content {
		padding-left: 40px;
	}
}

@media (max-width: 1199px) {
	.course-page .grid-course_course.home-courses {
		display: block;
		text-align: center;
	}
}

@media (max-width: 1100px) {

	.home-card h3 {
		font-size: var(--fs-med-var);
	}

	.home-card p {
		width: 80%;
	}
}

@media (max-width: 959px) {
	.home-courses_title > div > span {
		justify-content: center;
		justify-content: space-around;
	}
	.home-courses .grid-course_infos {
		justify-content: center;
	}
	.l-hero-home {
		position: relative;
	}
	.scroll_container {
		position: absolute;
		width: 150px;
		right: 0;
		bottom: 0px;
	}
	.home-card h3,
	.home-software_title h3,
	.home-formazione h3,
	.home-blog_title h3 {
		font-size: var(--fs-med-var) !important;
	}

	.home-cards_container {
		flex-direction: column;
	}

	.home-card {
		min-height: auto;
		padding-top: 50px;
		padding-bottom: var(--aria-xsmall);
	}

	.home-card::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(https://source.unsplash.com/vZlTg_McCDo/480x630) no-repeat center;
		background-size: cover;
		filter: opacity(0.2);
	}

	.home-card p {
		visibility: visible;
		width: 100%;
	}

	.home-card .cta {
		padding-bottom: 70px;
	}

	.home-card_content {
		width: 100%;
		padding-right: var(--aria-small);
	}

	.home-software_title,
	.home-formazione {
		width: auto;
	}

	.home-formazione {
		padding-top: var(--aria-large);
	}

	.home-courses_title {
		justify-content: center;
	}

	.home-courses_title h3,
	.home-main #hs_cos_wrapper_module_16196003108964 {
		display: none;
	}

	.home-blog_title {
		padding-top: var(--aria-large);
		padding-bottom: var(--aria-xsmall);
	}
}
@media (min-width: 640px) {
	.cta.reset-child.mobile-cta { display: none; }
}
@media (max-width: 639px) {
	.cta.reset-child.mobile-cta {
		padding: 43px 0 90px;
		justify-content: center;
	}
	.uk-container.home-blog_title.aria-top-large .cta {
		display: none;
	}
}
.header-description {
	margin-left: auto;
	text-align: right;
}

.header-description p,
.software-heading .software-info p {
	margin: var(--typo-unset);
	line-height: 1.5em;
}

.header-description p:nth-child(1) {
	font-weight: 300;
	font-size: 10px;
}

.header-description p:nth-child(2) {
	font-weight: 600;
	font-size: 11px;
	margin-bottom: 20px;
}

.header-description p:nth-child(3) {
	font-family: var(--roboto);
	font-weight: 300;
	font-size: 11px;
}

.header-description p:nth-child(3) strong {
	font-weight: bold;
}

.software-heading .sw-logo {
	max-width: 125px;
	object-fit: contain;
}

.software-heading>div {
	display: flex;
	align-items: center;
}

.software-heading .sw-divider {
	height: 65px;
	margin-right: 20px;
}

.software-heading .software-info p {
	font-size: 15px;
	font-weight: 500;
	line-height: 19px;
}

.sw-jumbo {
	position: relative;
}

.sw-jumbo img {
	max-height: 200px;
	object-fit: cover;
	width: 100%;
}

.sw-jumbo .cta {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 60px;
}

/* End header*/

/* Accordion */

.sw-accordion {
	position: relative;
	top: -20px;
	background-color: #fff;
}

.sw-accordion> :nth-child(n+2) {
	margin-top: var(--typo-unset);
}

.sw-accordion li {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}

.sw-accordion li.uk-open {
	background-color: var(--blue);
}

.sw-accordion li.uk-open a {
	color: var(--white);
}

.sw-accordion-title {
	font-family: var(--roboto);
	font-size: var(--fs-small-var);
	font-weight: var(--medium);
	padding: 30px;
}

.sw-accordion-title p {
	margin-bottom: 5px;
	font-size: 10px;
	letter-spacing: 1.5px;
}

.sw-accordion-title::before {
	content: none;
}

.sw-accordion-title::after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 5px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.uk-open>.sw-accordion-title::after {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

/*.sw-accordion-title::after {
content: '>';
width: 1.4em;
height: 1.4em;
margin-left: 20px;
}*/

.sw-accordion li:not(:first-of-type) .sw-accordion-title::after {
	content: '>';
	background-image: none;
	/* content: '\f067'; */
	/* font-family: "Font Awesome 5 Free"; */
	/* font-weight: 900; */
}

.sw-accordion-content {
	padding: 0 30px 30px;
}

.sw-accordion-content a {
	font-family: var(--roboto);
	font-weight: var(--regular);
	font-size: var(--fs-small);
	letter-spacing: 0.33px;
}

.sw-accordion+.cta {
	margin-top: -10px;
}

/* End accordion */

/* Rich text */
.sw-rich-text-1 h2,
.sw-rich-text-3 h2,
.sw-rich-text-4 h2,
.sw-rich-text-5 h2 {
	margin: var(--typo-unset);
	font-family: var(--roboto);
	font-size: 30px;
	font-weight: var(--regular);
	line-height: var(--lh-medium);
	padding-top: var(--aria-medium);
	color: var(--blue);
}

.sw-rich-text-1 h2 {
	line-height: var(--lh-large);
}

.sw-rich-text-3--variant h2,
.sw-rich-text-3 h2,
.sw-rich-text-4 h2,
.sw-rich-text-5 h2 {
	font-size: var(--fs-med-var);
}

.sw-rich-text-4 h2,
.sw-rich-text-5 h2 {
	color: var(--black);
}

.sw-rich-text-1 p,
.sw-rich-text-2 p,
.sw-rich-text-3--variant p,
.sw-rich-text-3 p,
.sw-rich-text-4 p,
.sw-rich-text-5 p {
	margin: var(--typo-unset);
	padding: var(--aria-xsmall) 0;
	font-family: var(--roboto);
	font-size: var(--fs-small-var);
	font-weight: var(--light);
	line-height: var(--lh-small-var);
	letter-spacing: 0.38px;
}

.sw-rich-text-2--variant{
	margin-top: 50px;
}

.sw-rich-text-2 p,
.sw-rich-text-3--variant p,
.sw-rich-text-3 p {
	padding: 0 0 var(--aria-medium) 0;
}

.sw-rich-text-3--variant p,
.sw-rich-text-3 p {
	padding: var(--aria-unset);
	font-family: var(--roboto);
	font-size: var(--fs-small);
	font-weight: var(--regular);
	line-height: var(--lh-small);
	letter-spacing: 0.33px;
}

.sw-rich-text-1 p:first-child {
	padding: var(--typo-unset);
	font-family: var(--roboto);
	font-size: calc(var(--fs-small) * 0.8);
	font-weight: var(--regular);
	letter-spacing: 1.85px;
	color: var(--blue);
}

.sw-rich-text-2 p:first-child {
	padding: 0 0 20px 0;
	font-family: var(--roboto);
	font-size: var(--fs-small-var);
	letter-spacing: 0.4px;
}

.sw-rich-text-1 .cta,
.sw-rich-text-3--variant p:last-child,
.sw-rich-text-3 p:last-child {
	padding-bottom: 0px;
}

.sw-rich-text-5 {
	display: flex;
	flex-direction: column;
}

.sw-rich-text-5 h2 {
	order: 1;
}

.sw-rich-text-5 p {
	order: 2;
}

.sw-rich-text-5 img {
	order: 3;
	align-self: center;
}

.sw-rich-text-5 .cta {
	order: 4;
	align-self: center;
	text-align: center;
	padding-top: 30px;
	padding-left: 8px;
	padding-right: 8px;
}

.sw-video-1,
.sw-video-2 {
	max-width: 1050px;
	padding-top: var(--aria-medium);
}

.sw-features_heading {
	display: flex;
	align-items: center;
	padding-bottom: var(--aria-xsmall);
}

.sw-features_heading h2 {
	font-size: 25px;
	letter-spacing: -0.2px;
	font-weight: var(--regular);
}

.sw-features_heading h2 span {
	display: inline-block;
}

.swiper-features {
	cursor: grabbing;
}

.swiper-features .swiper-slide {
	position: relative;
	display: flex;
	align-items: center;
	height: auto;
}
.swiper-features .swiper-slide_features{
	padding: 35px;
}

.swiper-features .swiper-slide .overlay-stripe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	clip-path: polygon(100% 56%, 100% 100%, 100% 84%, 68% 0, 44% 0, 79% 100%, 0 100%, 0 0, 84% 0, 100% 0);
	z-index: -1;
	border: 1px solid rgba(38, 38, 38, 0.15);
}

.sw-rich-text-4--variant h2{
	font-size: var(--fs-med-var);
}
.sw-rich-text-3--variant{
	margin-bottom: 50px !important;
}
/* MEDIA QUERIES */
@media (max-width: 767px) {
	.sw-rich-text-5 img {
		margin: var(--typo-unset) !important;
	}
}

@media (max-width: 639px) {
	.l-sw-section-mb {
		padding: 50px 0;
	}

	.l-sw-container-mb {
		padding: 0 22.5px;
	}

}

@media (min-width: 768px) {

	.l-sw-container-mb {
		width: 80%;
	}

	.sw-header {
		display: flex;
		flex-direction: row-reverse;
		margin-bottom: 30px;
		align-items: center;
	}

	.header-description {
		width: 20%;
	}

	.header-description p:nth-child(1) {
		font-size: 11px;
		line-height: 14px;
	}

	.header-description p:nth-child(2) {
		font-size: 12px;
		margin-bottom: 25px;
	}

	.header-description p:nth-child(3) {
		font-size: var(--fs-xsmall);
		letter-spacing: 0.29px;
	}

	.header-description p:nth-child(3) strong {
		font-weight: bold;
	}

	.software-heading {
		display: flex;
	}

	.sw-jumbo {
		padding-left: 80px;
		padding-right: 80px;
		max-width: 1300px;
	}

	.sw-jumbo img {
		max-height: 640px;
		/* object-fit: none; */
	}

	.sw-accordion {
		top: -50px;
	}

	.sw-accordion-title {
		font-family: var(--roboto);
		font-size: var(--fs-small);
		font-weight: var(--medium);
		line-height: var(--lh-small-var);
		letter-spacing: 0.49px;
		padding: 20px;
	}

	.sw-accordion-title::after {
		width: 10px;
		height: 10px;
	}

	.sw-accordion-title p {
		margin-bottom: 5px;
		font-size: 10px;
		line-height: 14px;
		letter-spacing: 1.7px;
	}

	.sw-accordion-content {
		padding: 0 20px 20px;
		margin: var(--typo-unset);
	}

	.sw-accordion-content p {
		margin: var(--typo-unset);
	}

	.sw-accordion-content a {
		text-decoration: underline;
	}

	.sw-accordion-content>:not(:first-child) a {
		margin-top: var(--typo-small);
	}

	.sw-accordion+.cta {
		margin-top: 0px;
	}

	.sw-accordion-block {
		display: flex;
		flex-direction: row-reverse;
		width: auto;
		max-width: 1300px;
		padding-left: 80px;
		padding-right: 80px;
	}

	.sw-accordion-block>:first-child {
		flex: 1 0 35%;
	}

	.sw-accordion-block>:first-child .cta a {
		text-align: center;
		padding: 15px 25px;
	}

	.sw-accordion-block>:nth-child(2) {
		padding-top: 60px;
		padding-right: 30px;
		margin-bottom: 50px;
	}

	.sw-rich-text-3--variant,
	.sw-rich-text-3 {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 0px 100px;
	}

	.sw-rich-text-3--variant h2,
	.sw-rich-text-3 h2 {
		width: 55%;
		grid-column: 1/4;
	}

	.sw-rich-text-3--variant > p,
	.sw-rich-text-3 > p{
		grid-column-start: 1;
		grid-column-end: 4;
	}

	.sw-video-2 {
		padding-top: 70px;
	}

	.sw-rich-text-4--variant{
		width: 100%;
	}
	.sw-rich-text-4--variant h2{
		font-size: var(--fs-med-var);
	}
	.sw-rich-text-4 {
		width: 55%;
	}

	.sw-rich-text-4 p:last-child {
		padding-bottom: var(--aria-unset);
	}

	.sw-rich-text-5 {
		display: block;
	}


	.sw-rich-text-5 .cta {
		display: flex;
		justify-content: center;
	}
}

@media (min-width: 960px) {
	.software-heading .sw-logo {
		margin-right: 60px;
	}

	.software-heading .sw-divider {
		margin-right: 45px;
	}

	.sw-accordion-title {
		font-size: var(--fs-med-small);
		padding: 30px;
	}

	.sw-accordion-title::after {
		width: 15px;
		height: 15px;
		margin-left: 10px;
	}

	.sw-accordion-title p {
		font-size: 11px;
	}

	.sw-accordion-content {
		padding: 0 30px 30px;
	}

	.sw-accordion-block>:first-child .cta a {
		padding: var(--aria-cta);
	}

	.sw-accordion-block>:nth-child(2) {
		padding: 60px 80px 0 50px;
	}

	.sw-features_heading {
		padding-bottom: var(--aria-unset);
	}
}

/* ACCORDION SLIDER */

/* ONLY FOR JS */
body:before {
	content: "small";
	display: none;
	visibility: hidden;
}

@media (min-width: 993px) {
	body:before {
		content: "large";
	}

	.swiper-container.software_swiper {
		cursor: grab;
	}

	.swiper-container.software_swiper img {
		cursor: pointer;
	}
}

/* ONLY FOR JS */

/* Pagination - bullets */
.software-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: var(--typo-small);
}

.software-bullet {
	text-align: center;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-family: var(--roboto);
	font-size: 15px;
	color: var(--black);
	transition: all 0.25s ease-in-out;
}

.software-bullet:not(:first-child) {
	margin-left: 5px;
}

.software-bullet.active {
	transform: scale(1.25);
	color: var(--white);
	border-color: var(--blue);
	background: var(--blue);
}
/* End pagination - bullets */

.cont_central {
	width: 100%;
	margin: auto;
}
@media (max-width: 992px) {
	.cont_central {
		width: 100%;
	}
}

.cont_modal {
	position: relative;
	width: 800px;
	height: 650px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	transition-delay: 0.7s;
	-webkit-transition-delay: 0.7s;
	-o-transition-delay: 0.7s;
	transition-delay: 0.7s;
}

.cont_photo {
	position: relative;
	width: 800px;
	height: 650px;
	overflow: hidden;
	background-color: #eee;
	top: 0px;
	float: left;
	z-index: 2;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	transition: all 0.5s;
	box-shadow: 1px 1px 20px -5px rgba(0, 0, 0, 0.5);
}

.cont_img_back {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.cont_img_back>img {
	height: 100%;
	object-fit: cover;
	width: 100%;
	opacity: 0.7;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	transition: all 1s;
}

.cont_img_back:hover>img {
	transform: scale(1.5);
}

.cont_text_ {
	position: absolute;
	width: 0px;
	top: 0px;
	left: 790px;
	margin-left: 10px;
	height: 650px;
	float: left;
	z-index: 3;
	box-shadow: 1px 1px 20px -5px rgba(0, 0, 0, 0.2);

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbf9f9+28,e8eaed+100 */
	background: rgb(251, 249, 249);
	/* Old browsers */
	background: -moz-linear-gradient(-45deg,
		rgba(251, 249, 249, 1) 28%,
		rgba(232, 234, 237, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,
		rgba(251, 249, 249, 1) 28%,
		rgba(232, 234, 237, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,
		rgba(251, 249, 249, 1) 28%,
		rgba(232, 234, 237, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbf9f9', endColorstr='#e8eaed', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	transition-delay: 0.7s;
	-webkit-transition-delay: 0.7s;
	-o-transition-delay: 0.7s;
	transition-delay: 0.7s;
}

.cont_mins {
	position: relative;
	float: left;
	width: 100%;
}

.sub_mins {
	position: relative;
	float: left;
	width: 60px;
	height: 60px;
	background-color: rgba(255, 253, 112, 0.8);
	border-radius: 50%;
	margin: 16px;
	margin-bottom: 0px;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	transition: all 0.5s;
	transition-delay: 1s;
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
}

.sub_mins>h3 {
	font-size: 24px;
	margin-top: 7px;
	margin-bottom: -15px;
}

.sub_mins>span {
	font-size: 9px;
	font-weight: 700;
}

.cont_servings {
	position: relative;
	float: left;
	width: 60px;
	height: 60px;
	background-color: rgba(255, 253, 112, 0.8);
	border-radius: 50%;
	margin: 16px;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	transition-delay: 0.7s;
	-webkit-transition-delay: 0.7s;
	-o-transition-delay: 0.7s;
	transition-delay: 0.7s;
}

.cont_servings>h3 {
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: -15px;
}

.cont_servings>span {
	font-size: 9px;
	font-weight: 700;
}

.cont_icon_right {
	position: relative;
	float: right;
	margin-top: 16px;
}

.cont_icon_right>a {
	margin: 16px;
	margin-top: 16px;
	color: #fff;
}

.cont_detalles {
	position: absolute;
	bottom: -185px;
	height: 200px;
	border-radius: 5px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+100,000000+101&0+0,0.65+68 */
	background: -moz-linear-gradient(top,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.65) 68%,
		rgba(0, 0, 0, 0.65) 100%,
		rgba(0, 0, 0, 0.65) 101%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.65) 68%,
		rgba(0, 0, 0, 0.65) 100%,
		rgba(0, 0, 0, 0.65) 101%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.65) 68%,
		rgba(0, 0, 0, 0.65) 100%,
		rgba(0, 0, 0, 0.65) 101%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
	/* IE6-9 */

	width: 100%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	transition-delay: 1.2s;
	-webkit-transition-delay: 0.7s;
	-o-transition-delay: 0.7s;
	transition-delay: 0.7s;
}

a.click_accordion:focus {
	color: white;
}

.cont_detalles>h3 {
	margin-top: 50px;
	color: #fff;
	font-size: 24px;
}

.cont_detalles>p {
	color: #fff;
	width: 80%;
	text-align: left;
	font-size: 14px;
}

.cont_tabs {
	position: relative;
	float: left;
	width: 410px;
	height: 60px;
	border-bottom: 3px solid #ededec;
}

.cont_tabs>ul {
	width: 300px;
	background-color: #eee;
}

.cont_tabs>ul>li {
	position: relative;
	float: left;
	width: 50%;
	list-style: none;
}

.cont_tabs>ul>li>a {
	border-top: 7px solid #ed346c;
	position: relative;
	display: block;
	float: left;
	padding-top: 15px;
	color: #241c3e;
	text-decoration: none;
	margin-left: 15px;
	font-size: 14px;
}

.cont_tabs>ul>li:first-child>a {
	border-top: 0px;
	margin-top: 8px;
	color: #9a96a4;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	transition: all 0.2s;
}

.cont_tabs>ul>li:first-child>a:hover {
	border-top: 7px solid #ed346c;
	padding-top: 15px;
	color: #241c3e;
	margin-top: 0px;
}

.cont_btn_open_dets {
	position: absolute;
	right: -50px;
	top: 50%;
}

.cont_btn_open_dets>a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 96px;
	height: 96px;
	background-color: #1652a1;
	border-radius: 0;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	transition: all 0.5s;
	transform: rotate(180deg);
}

.cont_title_ {
	position: relative;
	margin: 10px 0px;
	width: 410px;
}

.cont_title_>p {
	font-weight: 600;
	font-size: 18px;
	margin-left: 72px;
	text-align: left;
	margin-bottom: 0;
	color: #383838;
}

.cont_info_ {
	position: relative;
	margin-left: 72px;
}

.cont_info_>p {
	margin: 5px 0px;
	font-size: 15px;
	padding: 20px 0px;
	text-align: left;
	line-height: 25px;
	padding-right: 15px;
	color: #383838;
	font-family: var(--roboto);
}

.cont_btn_mas_dets {
	position: absolute;
	bottom: 0px;
	left: 50%;
}

.cont_btn_mas_dets>a {
	color: #36354e;
}

.cont_over_hidden {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 50px 0;
}

.cont_text_det_ {
	position: relative;
	padding-right: 200px;
}

.cont_modal_active>.cont_text_>.cont_btn_open_dets>a {
	transform: rotate(0deg);
}

.cont_modal_active>.cont_text_ {
	width: 810px;
	left: 450px;
	z-index: 3;
	box-shadow: 15px 20px 70px -5px rgba(0, 0, 0, 0.2);
}

.cont_modal_active {
	width: 700px;
	z-index: 3;
}

.cont_modal_active>.cont_photo {
	box-shadow: 25px 10px 70px -5px rgba(0, 0, 0, 0.3);
}

.cont_modal_active>.cont_photo>.cont_mins>.sub_mins {
	opacity: 1;
}

.cont_modal_active>.cont_photo>.cont_servings {
	opacity: 1;
}

.cont_modal_active>.cont_photo>.cont_detalles {
	bottom: 0px;
}

.hidden {
	display: none;
}

.swiper-container.software_swiper {
	overflow: scroll;
}

.swiper-container.software_swiper::-webkit-scrollbar {
	display: none;
}

.swiper-container.software_swiper {
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}

.cont_img_mobile {
	display: none;
}

@media (max-width: 992px) {
	.cont_modal_active .cont_img_mobile {
		display: block;
	}

	.cont_img_mobile img {
		width: 100%;
		height: 224px;
		object-fit: cover;
		margin-bottom: 30px;
	}

	.swiper-container.software_swiper .swiper-wrapper {
		display: flex;
		flex-direction: column;
	}

	.cont_text_ {
		display: flex;
		position: relative;
		width: 100%;
		top: 0;
		left: 0;
		margin-left: 0;
	}

	.cont_modal {
		display: flex;
		flex-direction: column;
		position: relative;
		width: 100%;
		height: auto;
	}

	.cont_over_hidden {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0;
	}

	.cont_text_det_ {
		padding-right: 0px;
	}

	.cont_title_ {
		position: relative;

		margin: 0;
		width: auto;
	}

	.cont_info_ {
		display: none;
	}

	.cont_btn_open_dets {
		position: absolute;
		right: 0;
		top: 0;
		order: 1;
	}

	.cont_text_ {
		height: auto;
	}

	.cont_modal_active .cont_info_ {
		display: block;
	}

	.cont_photo {
		display: none;
	}

	.cont_modal_active>.cont_text_ {
		left: 0;
		width: 100%;
		display: flex;
	}

	.click_accordion .fas::before {
		content: " + ";
		color: #383838;
	}

	.cont_modal_active .click_accordion .fas::before {
		content: "-";
		color: #383838;
	}

	a.click_accordion {
		background-color: transparent;
		width: 96px;
		height: 72px;
		transform: unset;
	}

	.cont_text_det_ {
		position: relative;
		width: auto;
	}

	.cont_info_ {
		margin-left: 30px;
		margin-right: 30px;
	}

	.cont_info_>p {
		margin: 20px 0px;

		padding: 0;
	}

	.cont_info .cta {
		justify-content: center;
	}

	.cont_title_ {
		padding-bottom: 30px;
	}

	.cont_title_>p {
		margin-left: 30px;
	}

	.swiper-container.software_swiper {
		padding: 0 40px;
	}

	.software-pagination {
		display: none;
	}
}

@media (max-width: 959px) {
	.swiper-container.software_swiper {
		padding: 0 30px;
	}
}

@media (max-width: 639px) {
	.swiper-container.software_swiper {
		padding: 0 15px;
	}
}
/* END ACCORDION SLIDER */
.chi-siamo_p p:last-child {
  margin: 0;
}

p.chi-siamo_divid {
  position: relative;
}

div#hs_cos_wrapper_module_161978830004412 {
  overflow: hidden;
}


.organico-container {
  background: var(--blue);
  justify-content: center;
  align-items: center;
  padding: 60px;
}

.chi-siamo_workwithus {
  padding: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1652A1;
}

.chi-siamo_workwithus_text {
  display: flex;
  align-items: center;
}

.nested {
  width: 90%;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  p.chi-siamo_divid:before {
    left: 0;
  }

  p.chi-siamo_divid {
    padding-left: 30px;
  }

  .chi-siamo_image img {
    width: 100% !important;
    /* Impotant for HS */
  }

  .chi-siamo_order-m-1 {
    order: -1;
  }

  .chi-siamo_mb30 {
    margin-bottom: 30px;
  }
}

@media (max-width: 959px) {
  .nested {
    width: 100%;
  }

  .chi-siamo_workwithus_text:before {
    display: none;
  }
}

@media (max-width: 640px) {
  .chi-siamo_workwithus {
    padding: 20px;
  }
}
.blog-border {
  border-top: 1px solid #e4e4e4;
  cursor: pointer;
}
.blog-border:last-child {
  border-bottom: 1px solid #e4e4e4;
}
.blog-post_background {
  background: #f8f8f8;
}
.blog-post_section {
  width: 60%;
  margin: 0 auto;
  padding: 0;
}
.blog-post_chisiamo {
  width: 60%;
  margin: 0 auto;
}
.blog-post_bodyvar {
  background: white;
  width: 60%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 45px;
}
.blog-post_container .blog-post_bodyvar {
  flex-direction: column;
  align-items: center;
}
.blog-post__tags {
  margin-bottom: 40px
}
.l-blog-more.blog-post_bodyvar {
  background: transparent;
  display: flex;
  flex-direction: column;
}
.blog-post__body {
  width: 83%;
  padding: 40px 0;
}
.blog-border_inner {
  position: relative;
  display: grid;
  grid-gap: 15px;
  padding: 80px 0;
}
.blog-post_container {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.blog-post_inner {
  align-items: center;
  width: 50%;
}

.blog-border_inner>h2 {
  width: 80%;
}
.blog-border:hover .blog-border_inner h5 {
  color: var(--white);
  opacity: 60%;
}
.blog-border:hover .blog-border_inner h2,
.blog-border:hover .blog-border_inner h3 {
  color: var(--white);
}

.blog-border:hover {
  background: var(--blue);
}

.blog-border:hover .mb0.fs-xsmall.colorgrey  {
  background: var(--blue);
}

nav.blog-pagination {
  padding-top: 90px;
}
a.blog-pagination__link.blog-pagination__next-link {
  display: none;
}
a.blog-pagination__link.blog-pagination__prev-link.blog-pagination__prev-link--disabled {
  display: none;
}
a.blog-pagination__link.blog-pagination__number-link.blog-pagination__link--active {
  background: var(--blue);
  color: var(--white);
  border: 0;
  border-radius: 0;
  padding: 16px 53px;
}
a.blog-pagination__link.blog-pagination__number-link:hover {
  background: var(--blue);
  color: var(--white);
}
a.blog-pagination__link.blog-pagination__prev-link {
  display: none;
}
a.blog-pagination__link.blog-pagination__number-link {
  padding: 16px 53px;
  border: 0;
  border-radius: 0;
  margin: 0;
}
.blog-post__body p {
  font-family: "Roboto";
  font-size: 15px;
  line-height: 25px;
}
.blog-post__body h2 {
  font-family: "Inter";
  font-size: 22px;
  line-height: 33px;
  letter-spacing: -0.15px;
  margin: 15px 0;
}
@media (max-width: 1199px) {
  .blog-post_fix {
    padding: 0 40px;
  }
}
@media (max-width: 960px) {
  .blog-post_bodyvar {
    width: 100%;
  }
  .blog-post_fix {
    padding: 0;
  }
  .blog-post_chisiamo {
    width: 100%;
  }
  .blog-post_background {
    background: white;
  }
  .blog-post__body {
    width: 100%;
    padding: 30px 0;
  }
  article.blog-post_bodyvar {
    margin-top: 0;
    background: transparent;
    width: 100%;
    justify-content: flex-start;
  }
  .blog-post_inner {
    width: 100%;
  }
  nav.blog-pagination {
    padding-top: 60px;
  }
  .blog-border_inner.blog-border_innernoafter:after {
    display: none;
  }

  .blog-border_inner {
    padding: 50px 0;
  }
}
.blog-post_bodyvar.l-blog-more h2 {
  width: 80%;
}

.blog-post_bodyvar.l-after-arrow.l-blog-more>*:last-child {
  margin: 0;
}
.blog-post_bodyvar.l-after-arrow.l-blog-more>* {
  margin-bottom: 15px;
}

/* fix da cambiare */

.blog-post_bodyvar.l-after-arrow.l-blog-more {
  margin-top: 0;
}


/* Blog post social buttons */

span.IN-widget button {
  padding: 3px 15px 7px 15px!important;
  border-radius: 5px!important;
  height: 28px!important;
  line-height: 17px!important;
  display: flex!important;
  align-items: center!important;
  font-size: 14px!important
}
#case-space{
	margin-top: 50px;
}
.case-studies_button.buttonfilter .mixitup-control-active {
  color: var(--blue);
  background: transparent;
  text-decoration: underline;
}
.case-studies_button.buttonfilter button {
  font-family: var(--inter);
  font-weight: lighter;
  font-size: var(--fs-small);
  background: transparent;
}
p.grid-case_site_p {
  margin: 0;
}
.case-studies_title_two {
    align-items: center;
    display: grid;
    width: 80%;
    grid-gap: 60px;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
}
.case-studies_title_two img {
    height: 330px;
    width: 100%;
    object-fit: contain;
}
.grid-case_info-info > * {
  margin: 4px 0;
}

.filter_container.case-page img {
  height: 341px;
  margin-bottom: 35px;
  object-fit: cover;
  width: 100%;
}

.buttonfilter.case-studies_button.inherit {
  display: flex;
  flex-wrap: wrap;
}
.filter_container.case-page .mix {
  width: 100%;
  margin: 0;
}
.grid-case_site {
  display: flex;
  font-size: 16px;
  margin-top: 8px;
}
.grid-case_site p {
  font-size: 16px;
  padding-left: 8px;
  font-family: "Inter";
  font-weight: lighter;
}
.filter_container.case-page {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: auto;
  padding: 0;
  grid-column-gap: 144px;
  grid-row-gap: 80px;
}
.case-studies_button button:after {
  content: "/";
  display: inline-block;
  text-decoration: unset;
  padding: 0 8px;
}
.case-studies_button button:last-child:after {
  display: none;
}
.filter_container.case-page {
  border: none;
}

.case-studies_button.buttonfilter button:hover {
  color: var(--blue);
}

@media (max-width: 959px) {
  .filter_container.case-page img {
    height: 248px;
    margin-bottom: 20px;
  }
  .grid-case_info-info {
    padding-left: 0;
  }
  .filter_container.case-page {
    grid-template-columns: 1fr;
    grid-row-gap: 60px;
  }
}

.l-pt-15 {
  padding-top: 15px;
}
@media (max-width: 959px) {
  .grid-case_site p {
    font-size: 13px;
  }
  .grid-case_site {
    font-size: 13px;
  }
  .l-pt-15 {
    padding-top: 5px;
  }
}

.l-text-company {
  font-size: 11px;
  font-family: "Inter";
  letter-spacing: 0.92px;
  text-transform: uppercase;
}

.case-studies_heading p {
  margin: 0;
}
.case-studies_heading h2 {
  margin: 0;
  align-self: center;
}
.case-studies_heading {
  display: flex;
}
.case-studies_heading a:hover {
  text-decoration: none;
  color: inherit;
}
.case-studies_heading p:hover {
  color: var(--dark-grey);
}
.case-studies_heading .sw-logo {
  max-width: 125px;
  padding: 25px 0 0;
}
.case-studies_hero {
  position: relative;
}
.case-studies_hero img {
  height: 420px;
  object-fit: cover;
  width: 450px;
}
.slide_allcase {
    width: 520px;
    flex-shrink: 0;
    margin-right: 60px;
}
.more-case_container {
  box-sizing: border-box;
  display: flex;
  overflow: scroll;
}
.slide_allcase h5 {
    padding-top: 35px;
}
.slide_allcase img {
    height: 340px;
    object-fit: cover;
}
.grid-richtext > * {
  font-family: "Roboto";
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.33px;
  line-height: 25px;
  margin-bottom: 60px;
  color: var(--dark-grey);
}

.grid-richtext p:nth-child(2) {
  grid-column: 2/4;
  grid-row: 2;
}

.grid-richtext p:last-child {
  grid-column: 3/5;
  grid-row: 3;
  margin: 0;
}
.grid-richtext p:first-child {
  grid-column: 1/3;
}
.grid-richtext {
  width: 80%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.case-studies_hero {
    display: flex;
    justify-content: flex-end;
}
.case-studies_hero .grid-case_site {
  position: absolute;
  transform: rotate(269deg);
  left: -20px;
  bottom: 70px;
}
.case-studies_citazione {
    position: relative;
}

.container_custom-2 {
  display: flow-root;
  box-sizing: content-box;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.case-studies_description {
    padding-top: 60px;
    width: 50%;
    margin: 0 auto
}
.case-studies_description >* {
    font-size: 15px;
    font-family: 'Roboto';
    line-height: 25px;
    text-align: justify;
  color: var(--dark-grey);
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--blue,var(--swiper-theme-color)) !important;
}

.case-studies_gallery {
    display: flex;
    align-items: center;
    padding-bottom: 40px;
}
p.index {
    font-size: 18px;
    font-family: 'Inter';
    font-weight: var(--semibold);
    color: var(--blue);
    margin: 0;
}
.case-studies_gallery h3 {
    font-size: 13px;
    font-family: var(--inter);
    font-weight: var(--semibold);
    color: var(--blue);
    text-transform: uppercase;
    margin: 0;
}
.gallery .swiper-slide {
  height: 250px;
  padding-top: 50px;
}
.gallery .swiper-slide img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.case-studies_citazione h3 {
    font-size: 30px;
    font-family: 'Inter';
    font-weight: var(--medium);
    color: var(--blue);
    line-height: 40px;
}
.case-studies_citazione p {
    font-size: 18px;
    font-family: 'Roboto';
    line-height: 30px;
}
.case-studies_citazione >* {
    margin: 0;
}
.case-studies_citazione {
    grid-gap: 30px;
    display: grid;
    grid-template-rows: auto;
    padding: 120px 160px 40px;
}

.case-studies_caratteristiche {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
    padding-top: 180px;
}
.cont-other-case {
  border-top: 1px solid #E4E4E4;
  padding-top: calc(110px - 1.4rem);
  padding-bottom: 110px;
  width: 75%;
  margin: 0 auto;
}
  .case-studies_caratteristiche p {
    font-family: 'Roboto';
    font-weight: var(--light);
    font-size: 18px;
    line-height: 30px;
}
.case-studies_caratteristiche h2 {
    font-family: 'Inter';
    font-weight: var(--medium);
    font-size: 30px;
    line-height: 40px;
}
/*.case-studies_caratteristiche p:nth-child(2n) span img {
    position: relative;
    width: 50% !important;
    object-fit: contain;
    float: right;
}
.case-studies_caratteristiche p span img {
    position: relative;
    width: 50% !important;
    object-fit: contain;
}*/
@media (min-width:1202px) {
  .more-case_container.grid-fix {
    padding-left: 0;
}
}
@media (max-width: 1199px) {
  .case-studies_hero {
    display: block;
  }
  .case-studies_hero img {
    width: 100%;
  }
  .case-studies_hero .grid-case_site {
    position: relative;
    transform: unset;
    left: 0;
    padding-top: 15px;
    bottom: 0;
  }
}

@media (max-width: 959px) {
  
  .cont-other-case {
    width: auto;
    padding-top: calc(60px - 1.4rem);
    padding-bottom: 30px;
  }
  .case-studies_caratteristiche {
    width: 100%;
    padding-top: 90px;
}
  .case-studies_caratteristiche h2 {
    font-size: 25px;
    line-height: 38px;
}

/*  .case-studies_caratteristiche p:nth-child(2n) span img {
    width: 100% !important;
}
.case-studies_caratteristiche p span img {
    width: 100% !important;
} */
  .case-studies_description {
    width: 100%;
  }
  .case-studies_citazione:after , .case-studies_citazione:before {
    display: none;
}
  .case-studies_citazione {
    grid-gap: 25px;
    padding: 30px 0;
}
  .case-studies_citazione p {
    font-size: 15px;
  }
  .case-studies_citazione h3 {
    font-size: 25px;
    line-height: 38px;
  }
  .case-studies_title_two {
    width: 100%;
    grid-template-columns: 1fr;
    justify-items: center;
    padding-top: 30px;
  }
  .grid-richtext {
    display: block;
    width: 100%;
  }
  .grid-richtext > * {
    margin-bottom: 30px;
  }
}

@media (max-width: 568px) {
  .slide_allcase {
    width: 270px;
}
  .slide_allcase h3 {
    font-size: 17px;
}
  .slide_allcase img {
    height: 170px;
}
  .case-studies_title_two img {
    height: 240px;
  }
  .case-studies_title_two {
    grid-gap: 0;
  }
  .case-studies_hero img {
    height: 218px;
  }
}
.offertalavoro_image.reset-xl {
	margin-bottom: -130px;
}

.offertalavoro_image.reset-xl img {
	height: 380px;
	object-fit: cover;
}

.lavora-con-noi_grid {
	display: grid;
	grid-row-gap: 60px;
	grid-template-columns: 0.5fr 1fr;
	padding-top: 40px;
}


.chi-siamo_workwithus.lavora-con-noi-form {
    padding: 0;
    padding-bottom: 60px;
    padding-top: 30px;
    margin-top: 30px;
}

.lavora-con-noi_grid>* {
	margin: 0;
}

.lavora-con-noi_inner {
	width: 80%;
	margin: 0 auto;
}

.lavora-con-noi_grid ul {
	padding: 0 10px;
}

.lavora-con-noi_grid li:first-child {
	padding-top: 0;
}

.lavora-con-noi_grid p,
.lavora-con-noi_grid li {
	font-size: 15px;
	font-family: 'roboto';
	line-height: 25px;
	color: rgb(56 56 56 / 80%);
}
ul.no-list.hs-error-msgs {
    display: none !important;
}
.lavora-con-noi_grid h2 {
	font-size: 22px;
	font-family: 'Inter';
	line-height: 33px;
}
.hs_error_rollup ul.no-list.hs-error-msgs {
    display: block !important;
}

.chi-siamo_workwithus .hs_salutation_dom .input {
    width: 100%;
    max-width: 281px;
}

.chi-siamo_workwithus .hs_salutation_dom .input .hs-input {
    width: 100%;
    background: #1652a1
}

.chi-siamo_workwithus>span>div>form .hs_file input::-webkit-file-upload-button {
    display: none;
}
.chi-siamo_workwithus > span > div > form .hs_file input::file-selector-button {
    display: none;
}


/*.chi-siamo_workwithus>span>div>form .hs_file input:before {
     content: 'Carica il tuo cv'; 
    display: inline-block;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-size: 16pt;
}  */
.chi-siamo_workwithus>span>div>form .hs-submit {
    grid-column: 1/3;
}
.chi-siamo_workwithus>span>div>form .legal-consent-container {
    grid-column: 1/3;
    margin-bottom: 16px;
}
.chi-siamo_workwithus>span>div>form .hs_file {
    grid-column: 1/3;
    color: white;
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}
.chi-siamo_workwithus.lavora-con-noi-form > span {
    width: 100%;
}
.chi-siamo_workwithus>span>div>form > div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.chi-siamo_workwithus>span>div>form .hs_file input {
    margin-bottom: 16px;
    padding: 30px;
    -webkit-text-fill-color: #fff;
    border: 1px solid white;
    margin-top: 16px;
    cursor: pointer;
}

.hs_error_rollup label {
    color: #ef6b51;
}

.chi-siamo_workwithus>span>div>form .hs_file span {
    color: white;
}
/* .form-container {
	padding-top: var(--aria-xsmall);
}

.form-container h3 {
	display: none;
}

form input[type="text"]::placeholder {
	font-family: var(--roboto);
	font-weight: var(--regular);
	font-size: var(--fs-small-var);
	line-height: 21px;
	letter-spacing: 0.4px;
	color: var(--white);
}

form {
	display: flex;
	flex-wrap: wrap;
}

form>:nth-child(-n+4) {
	flex: 1 0 50%;
} */

@media (max-width: 1200px) {
	.offertalavoro_image.reset-xl {
		margin-bottom: -100px;
		text-align: right;
		height: 300px;
		margin-top: 40px;
	}

	.offertalavoro_image.reset-xl img {
		height: 100%;
		max-width: 450px;
	}
}

@media (max-width: 760px) {
  .chi-siamo_workwithus>span>div>form > div {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}
  .chi-siamo_workwithus>span>div>form {
    grid-template-columns: 1fr;
    justify-items: baseline;
  }
  .chi-siamo_workwithus>span>div>form .hs-submit {
    grid-column: 1/2;
}
  .chi-siamo_workwithus>span>div>form .legal-consent-container {
    grid-column: 1/2;
}
  .chi-siamo_workwithus>span>div>form .hs_file {
    grid-column: 1/2;;
}
  .chi-siamo_workwithus>span>div>form .hs_file input {
    padding: 30px 15px;
    width: 80%;
    /* text-overflow: ellipsis; */
    text-emphasis-color: rgb(255, 255, 255);
    text-emphasis-position: over right;
    text-emphasis-style: none;
    text-indent: 0px;
    text-justify: auto;
    text-orientation: mixed;
    text-overflow: clip;
    align-content: normal;
    align-items: normal;
    align-self: auto;
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: 0s;
    animation-fill-mode: none;
    animation-iteration-count: 1;
    animation-name: none;
    animation-play-state: running;
    animation-timing-function: ease;
    appearance: none;
    aspect-ratio: auto;
    backface-visibility: visible;
    background-attachment: scroll;
    background-blend-mode: normal;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    block-size: 31px;
    border-block-end-color: rgb(255, 255, 255);
    border-block-end-style: solid;
    border-block-end-width: 1px;
    border-block-start-color: rgb(255, 255, 255);
    border-block-start-style: solid;
    border-block-start-width: 1px;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-collapse: separate;
    border-end-end-radius: 0px;
    border-end-start-radius: 0px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-inline-end-color: rgb(255, 255, 255);
    border-inline-end-style: solid;
    border-inline-end-width: 1px;
    border-inline-start-color: rgb(255, 255, 255);
    border-inline-start-style: solid;
    border-inline-start-width: 1px;
    border-left-color: rgb(255, 255, 255);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(255, 255, 255);
    border-right-style: solid;
    border-right-width: 1px;
    border-spacing: 0px 0px;
    border-start-end-radius: 0px;
    border-start-start-radius: 0px;
    border-top-color: rgb(255, 255, 255);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: solid;
    border-top-width: 1px;
    bottom: auto;
    box-decoration-break: slice;
    box-shadow: none;
    box-sizing: content-box;
    break-after: auto;
    break-before: auto;
    break-inside: auto;
    caption-side: top;
    caret-color: rgb(255, 255, 255);
    clear: none;
    clip: auto;
    clip-path: none;
    clip-rule: nonzero;
    color: rgb(255, 255, 255);
    color-adjust: economy;
    color-interpolation: srgb;
    color-interpolation-filters: linearrgb;
    column-count: auto;
    column-fill: balance;
    column-gap: normal;
    column-rule-color: rgb(255, 255, 255);
    column-rule-style: none;
    column-rule-width: 0px;
    column-span: none;
    column-width: auto;
    contain: none;
    content: normal;
    counter-increment: none;
    counter-reset: none;
    counter-set: none;
    cursor: default;
    cx: 0px;
    cy: 0px;
    direction: ltr;
    display: inline-block;
    dominant-baseline: auto;
    empty-cells: show;
    fill: rgb(0, 0, 0);
    fill-opacity: 1;
    fill-rule: nonzero;
    filter: none;
    flex-basis: auto;
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 1;
    flex-wrap: nowrap;
    float: none;
    flood-color: rgb(0, 0, 0);
    flood-opacity: 1;
    font-family: Arial;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-optical-sizing: auto;
    font-size: 21px;
    font-size-adjust: none;
    font-stretch: 100%;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-variant-alternates: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-variant-position: normal;
    font-variation-settings: normal;
    font-weight: 400;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    grid-auto-rows: auto;
    grid-column-end: auto;
    grid-column-start: auto;
    grid-row-end: auto;
    grid-row-start: auto;
    grid-template-areas: none;
    grid-template-columns: none;
    grid-template-rows: none;
    height: 31px;
    hyphens: manual;
    image-orientation: from-image;
    image-rendering: auto;
    ime-mode: auto;
    inline-size: 232px;
    inset-block-end: auto;
    inset-block-start: auto;
    inset-inline-end: auto;
    inset-inline-start: auto;
    isolation: auto;
    justify-content: normal;
    justify-items: normal;
    justify-self: auto;
    left: auto;
    letter-spacing: normal;
    lighting-color: rgb(255, 255, 255);
    line-break: auto;
    line-height: 21px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-block-end: 16px;
    margin-block-start: 16px;
    margin-bottom: 16px;
    margin-inline-end: 0px;
    margin-inline-start: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 16px;
    marker-end: none;
    marker-mid: none;
    marker-start: none;
    mask: none;
    mask-clip: border-box;
    mask-composite: add;
    mask-image: none;
    mask-mode: match-source;
    mask-origin: border-box;
    mask-position: 0% 0%;
    mask-position-x: 0%;
    mask-position-y: 0%;
    mask-repeat: repeat;
    mask-size: auto;
    mask-type: luminance;
    max-block-size: none;
    max-height: none;
    max-inline-size: none;
    max-width: none;
    min-block-size: 0px;
    min-height: 0px;
    min-inline-size: 0px;
    min-width: 0px;
    mix-blend-mode: normal;
    object-fit: fill;
    object-position: 50% 50%;
    offset-anchor: auto;
    offset-distance: 0px;
    offset-path: none;
    offset-rotate: auto;
    opacity: 1;
    order: 0;
    outline-color: rgb(255, 255, 255);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    overflow: hidden;
    overflow-anchor: auto;
    overflow-block: hidden;
    overflow-inline: hidden;
    overflow-wrap: normal;
    overflow-x: hidden;
    overflow-y: hidden;
    overscroll-behavior-block: auto;
    overscroll-behavior-inline: auto;
    overscroll-behavior-x: auto;
    overscroll-behavior-y: auto;
    padding-block-end: 30px;
    padding-block-start: 30px;
    padding-bottom: 30px;
    padding-inline-end: 15px;
    padding-inline-start: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    page-break-after: auto;
    page-break-before: auto;
    paint-order: normal;
    perspective: none;
    perspective-origin: 132px 46.5px;
    pointer-events: auto;
    position: static;
    quotes: auto;
    r: 0px;
    resize: none;
    right: auto;
    rotate: none;
    row-gap: normal;
    ruby-align: space-around;
    ruby-position: alternate;
    rx: auto;
    ry: auto;
    scale: none;
    scroll-behavior: auto;
    scroll-margin-block-end: 0px;
    scroll-margin-block-start: 0px;
    scroll-margin-bottom: 0px;
    scroll-margin-inline-end: 0px;
    scroll-margin-inline-start: 0px;
    scroll-margin-left: 0px;
    scroll-margin-right: 0px;
    scroll-margin-top: 0px;
    scroll-padding-block-end: auto;
    scroll-padding-block-start: auto;
    scroll-padding-bottom: auto;
    scroll-padding-inline-end: auto;
    scroll-padding-inline-start: auto;
    scroll-padding-left: auto;
    scroll-padding-right: auto;
    scroll-padding-top: auto;
    scroll-snap-align: none;
    scroll-snap-type: none;
    scrollbar-color: auto;
    scrollbar-width: auto;
    shape-image-threshold: 0;
    shape-margin: 0px;
    shape-outside: none;
    shape-rendering: auto;
    stop-color: rgb(0, 0, 0);
    stop-opacity: 1;
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0px;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1px;
    table-layout: auto;
    text-align: start;
    text-align-last: auto;
    text-anchor: start;
    text-combine-upright: none;
    text-decoration: rgb(255, 255, 255);
    text-decoration-color: rgb(255, 255, 255);
    text-decoration-line: none;
    text-decoration-skip-ink: auto;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    text-emphasis-color: rgb(255, 255, 255);
    text-emphasis-position: over right;
    text-emphasis-style: none;
    text-indent: 0px;
    text-justify: auto;
    text-orientation: mixed;
    text-overflow: clip;
    text-rendering: optimizelegibility;
    text-shadow: none;
    text-transform: none;
    text-underline-offset: auto;
    text-underline-position: auto;
    top: auto;
    touch-action: auto;
    transform: none;
    transform-box: border-box;
    transform-origin: 132px 46.5px;
    transform-style: flat;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: all;
    transition-timing-function: ease;
    translate: none;
    unicode-bidi: normal;
    user-select: auto;
    vector-effect: none;
    vertical-align: middle;
    visibility: visible;
    white-space: nowrap;
    width: 232px;
    will-change: auto;
    word-break: break-word;
    word-spacing: 0px;
    writing-mode: horizontal-tb;
    x: 0px;
    y: 0px;
    z-index: auto;
    -moz-box-align: stretch;
    -moz-box-direction: normal;
    -moz-box-flex: 0;
    -moz-box-ordinal-group: 1;
    -moz-box-orient: horizontal;
    -moz-box-pack: start;
    -moz-float-edge: content-box;
    -moz-force-broken-image-icon: 0;
    -moz-image-region: auto;
    -moz-orient: inline;
    -moz-osx-font-smoothing: auto;
    -moz-tab-size: 8;
    -moz-text-size-adjust: auto;
    -moz-user-focus: none;
    -moz-user-input: auto;
    -moz-user-modify: read-only;
    -moz-window-dragging: default;
    -webkit-line-clamp: none;
    -webkit-text-fill-color: rgb(255, 255, 255);
    -webkit-text-stroke-color: rgb(255, 255, 255);
    -webkit-text-stroke-width: 0px;
    text-overflow: ellipsis;
    width: 80%;
  }
  .chi-siamo_workwithus.lavora-con-noi-form > span > div {
    padding: 0 16px;
    width: 100%;
}
  .chi-siamo_workwithus.lavora-con-noi-form > span {
    width: 100%;
}
}

@media (max-width: 500px) {
	.offertalavoro_image.reset-xl img {
		max-width: 300px;
	}
}

@media (max-width: 960px) {
	.lavora-con-noi_grid {
		grid-row-gap: 0px;
		grid-template-columns: 1fr;
		padding-top: 140px;
	}

	.lavora-con-noi_grid p,
	.lavora-con-noi_grid ul {
		padding-bottom: 60px;
	}

	.lavora-con-noi_grid h2 {
		padding-bottom: 15px;
	}

	.lavora-con-noi_inner {
		width: 100%;
		margin: 0 auto;
	}
}
.certificazioni_areap p, .perche-section {
  letter-spacing: 0.33px;
}

.certificazioni_areap p {
  margin-bottom: var(--typo-medium);
}

.certificazioni_areap a {
  color: var(--black);
  text-decoration: underline;
  text-underline-offset: 6px;
}

.certificazioni_image {
  width: 60%;
  margin-left: auto;
  margin-right: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.certificazioni_image>:first-child {
  align-self: flex-start;
}

.certificazioni_image img {
  max-width: 275px;
  height: auto;
}

.certificazioni_image p {
  padding-top: 35px;
}

.perche-section,
.perche-section_second {
  border-top: 1px solid #e4e4e4;
}

.perche-section_first,
.perche-section_second {
  padding-right: var(--aria-small);
}

.cert_grid_container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 80px;
  padding-top: 50px;
}

.perche-section_second .cert_grid_container {
  padding-top: var(--aria-unset);
}

.cert_grid_item ul {
  padding-left: 15px;
}


.perche-section_first .cert_grid_item li:not(:first-child),
.perche-section_second .cert_grid_item li {
  padding-top: var(--aria-xsmall);
}

@media (max-width: 959px) {
  .certificazioni_hero h1 {
    font-size: var(--fs-medium);
  }
  
  .certificazioni_hero h2 {
    font-size: var(--fs-med-var);
    line-height: var(--lh-med-var);
  }
  
  .certificazioni_areap p {
    margin-bottom: var(--typo-large-var);
  }
  
  .certificazioni_image {
    display: block;
    width: 100%;
    margin-right: var(--typo-unset);
    padding-top: var(--aria-xsmall);
    padding-bottom: var(--aria-xsmall);
  }
  
  .figure_section {
    padding-top: var(--aria-medium);
    padding-bottom: var(--aria-medium);
    border-top: 1px solid #e4e4e4;
  }
  
  .perche-section {
    border-top: none;
    padding-bottom: var(--aria-unset);
  }
  
  .cert_grid_container {
    grid-template-columns: 1fr;
    grid-gap: var(--aria-unset);
    padding-top: 15px;
  }
  
  .cert_grid_item ul {
    padding-left: 15px;
  }
  
  .cert_grid_item h4 {
    padding-top: var(--aria-xsmall);
    margin-bottom: 10px;
  }
  
  .nested {
    width: auto;
  }
  
  .perche-section_first,
  .perche-section_second {
    padding-left: var(--aria-unset);
    padding-right: var(--aria-unset);
    padding-bottom: var(--aria-medium);
  }
  
  .perche-section_second {
    padding-top: var(--aria-medium);
  }
  
  .perche-section_first .cert_grid_item li:not(:first-child),
  .perche-section_second .cert_grid_item li {
    padding-top: 20px;
  }

}
.harpaceas-accordion {
    padding-top: calc(130px - 1.4rem);
}

.harpaceas-accordion h2 {
    padding-bottom: 30px;
}
.harpaceas-accordion ul li {
    border-top: 1px solid #E4E4E4;
}
  .work-withus-preform {
    margin-top: 130px;
    text-align: center;
}
  .work-withus-preform * {
    color: #1652A1;
    font-family: Inter;
    font-size: 28px;
    letter-spacing: -0.19px;
    line-height: 38px;
    text-align: center;
}
.harpaceas-accordion ul li:last-child {
    border-bottom: 1px solid #E4E4E4;
}
.harpaceas-accordion .uk-accordion>:nth-child(n+2) {
    margin-top: 0;
}
.harpaceas-accordion ul {
    margin-bottom: 130px;
}
.harpaceas-accordion ul li {
    padding: 30px 26px;
}
.harpaceas-accordion ul li {
    color: #383838;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.4px;
    line-height: 30px;
}
.harpaceas-accordion ul a {
    font-size: 18px;
}
@media (max-width:959px) {
    .work-withus-preform {
    margin-top: 30px;
    text-align: center;
}
  .harpaceas-accordion ul a {
      font-size: 16px;
  }
  .harpaceas-accordion ul {
    margin-bottom: 90px;
}

  .harpaceas-accordion {
    padding-top: calc(90px - 1.4rem);
}
}
.harpaceas-accordion ul li .uk-accordion-content p {
    color: rgb(56 56 56 / 80%);
    font-family: Roboto;
    font-size: 15px;
    letter-spacing: 0.33px;
    line-height: 25px;
}
.harpaceas-accordion .uk-accordion-title:focus, .harpaceas-accordion .uk-accordion-title:hover {
    color: inherit;
}
.contatti_areap p {
  font-family: var(--roboto);
  font-weight: var(--regular);
  font-size: var(--fs-xsmall);
  line-height: var(--lh-small);
  letter-spacing: .29px;
  margin-top: 12px;
  margin-bottom: 0;
}
.contatti_areap div span {
  display: grid;
  grid-gap: 40px;
}
select:focus {
  outline: none;
}
.grid-custom.grid-fix {
  max-width: 300px;
  margin: 0 auto;
}
.form_contatti form .hs-fieldtype-textarea textarea:focus {
  outline: none;
}
.form_contatti form .hs-fieldtype-textarea {
  grid-column: 1/3;
  width: 100%;
}
.form_contatti form > .hs-fieldtype-select {
  grid-column: 1/3;
}
.form_contatti form {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.last-element_contatti > div {
  height: 100%;
}

.last-element_contatti {
  height: 100%;
}
.last-element_contatti > div > span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.last-element_contatti > div > span > a {
  text-decoration: underline;
}
.last-element_contatti > div > span > * {
  color: #383838;
  font-family: Roboto;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 0.38px;
  line-height: 27px;
  display: block;
}
.grid-contattaci_harpaceas.container_custom {
  display: grid;
  grid-template-columns: 0.4fr 1fr;
}
.grid-blue {
  background: var(--blue);
}
.form_contatti {
  padding: 60px;
}

@media (max-width: 1199px) {
  .last-element_contatti {
    padding-top: 15px;
  }
}

@media (max-width:959px) {

  .form_contatti form > div > div * {
    width: 100%;
  }
  .grid-custom.grid-fix {
    margin: 0;
    padding-bottom: 40px;
    width: 100%;
    max-width: unset;
  }
  .grid-custom.grid-fix {
    max-width: unset;
    margin: 0;
    padding-bottom: 40px;
  }
  .grid-contattaci_harpaceas.container_custom {
    display: grid;
    grid-template-columns: 1fr;
  }
  .form_contatti form .hs-fieldtype-textarea {
    grid-column: 1;
    width: 100%;
  }
  .hs_submit input {
    width: 50% !important;
  }
  .form_contatti form > .hs-fieldtype-select {
    grid-column: 1;
  }
  .form_contatti form {
    display: grid;
    grid-template-columns: 1fr;
  }
  .contatti_areap div span {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 400px) {

  .hs_submit input {
    width: 100% !important;
  }
}



@media (min-width: 768px) {
  .contacts-form-page form div.hs-form-field  {
    max-width: 420px;
    margin: 0 auto;
    padding-bottom: 20px
  }

  .contacts-form-page form div.hs-form-field .input .hs-input  {
    width: 100%!important
  }

  .hs-dependent-field .input .inputs-list .hs-form-booleancheckbox-display {
    display: flex!important;
    flex-direction: row!important;
    align-items: center;
  }

  .hs-dependent-field .input .inputs-list .hs-form-booleancheckbox-display span {
    flex: 0 0 90%
  }

  .contacts-form-page form .hs_salutation_dom .input {
    width: 104%;
  }
}
.bv_indent {
  padding-left: var(--aria-medium);
  padding-top: var(--aria-xsmall);
  padding-right: var(--aria-xsmall);
}

.bim_grid h3 {
  position: relative;
}

.vantaggi_container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 80px;
  padding-top: 50px;
}

.vantaggi_container .cta {
  padding-top: var(--aria-xsmall);
}

.cert_grid_container {
  padding-top: var(--aria-small);
  padding-left: var(--aria-unset);
  margin-bottom: 40px;
  grid-gap: 40px 80px;
}

.cert_grid_container li {
  letter-spacing: 0.4px;
}

.cert_grid_container + .cta {
  padding-left: 5px;
}

.bv_accordion {
  border-top: 1px solid #e4e4e4;
  padding-bottom: 130px;
}


@media (min-width: 960px) and (max-width: 1199px) {
  .bv_heading>:first-child {
    padding-right: var(--aria-medium);
  }

}

@media (max-width: 959px) {
  .bv_indent {
    padding-top: var(--aria-unset);
    padding-left: var(--aria-unset);
    padding-right: var(--aria-unset);
  }
  
  .bim_grid {
    padding-top: var(--aria-medium);
    padding-bottom: var(--aria-large);
  }
  
  .bim_grid h3 {
    left: 40%;
  }
  
  .bim_grid h3::before {
    left: -9em;
  }
   
  .bim_grid ul {
    font-weight: var(--regular);
    font-size: var(--fs-small);
    line-height: var(--lh-small);
  }
  
  .cert_grid_container {
    padding-left: 20px;
  }
  
  .quote_container {
    padding-top: var(--aria-large);
    padding-bottom: var(--aria-medium);
  }
  
  .vantaggi_section {
    padding-bottom: var(--aria-medium);
  }
  
  .vantaggi_container {
    grid-template-columns: 1fr;
    grid-gap: var(--aria-unset);
    padding-top: var(--aria-unset);
  }
  
  .vantaggi_container .cta {
    padding-top: var(--aria-unset);
  }
  
  .bv_accordion {
    padding-top: var(--aria-medium);
    padding-bottom: var(--aria-medium);
  }
}

/* Framework */

/**
* Swiper 6.5.8
* Most modern mobile touch slider and framework with hardware accelerated transitions
* https://swiperjs.com
*
* Copyright 2014-2021 Vladimir Kharlampidi
*
* Released under the MIT License
*
* Released on: April 23, 2021
*/

@font-face{
	font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA')
		format('woff');
	font-weight:400;
	font-style:normal
}
:root{
	--swiper-theme-color:#007aff
}
.swiper-container{
	margin-left:auto;
	margin-right:auto;
	position:relative;
	overflow:hidden;
	list-style:none;
	padding:0;
	z-index:1
}
.swiper-container-vertical>.swiper-wrapper{flex-direction:column}
.swiper-wrapper{
	position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper{
	transform:translate3d(0px,0,0)
}
.swiper-container-multirow>.swiper-wrapper{
	flex-wrap:wrap
}
.swiper-container-multirow-column>.swiper-wrapper{
	flex-wrap:wrap;
	flex-direction:column
}
.swiper-container-free-mode>.swiper-wrapper{
	transition-timing-function:ease-out;
	margin:0 auto
}
.swiper-container-pointer-events{touch-action:pan-y}
.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}
.swiper-slide{
	flex-shrink:0;
	width:100%;
	height:100%;
	position:relative;
	transition-property:transform
}
.swiper-slide-invisible-blank{visibility:hidden}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide{height:auto}
.swiper-container-autoheight .swiper-wrapper{
	align-items:flex-start;
	transition-property:transform,height
}
.swiper-container-3d{
	perspective:1200px
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	pointer-events:none;
	z-index:10
}
.swiper-container-3d .swiper-slide-shadow-left{
	background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-right{
	background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-css-mode>.swiper-wrapper{
	overflow:auto;
	scrollbar-width:none;
	-ms-overflow-style:none
}
.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}
.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{
	scroll-snap-align:start start
}
.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}
.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}
:root{--swiper-navigation-size:44px}
.swiper-button-next,.swiper-button-prev{
	position:absolute;
	top:50%;
	width:calc(var(--swiper-navigation-size)/ 44 * 27);
	height:var(--swiper-navigation-size);
	margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index:10;
	cursor:pointer;
	display:flex;
	align-items:center;
	justify-content:center;
	color:var(--swiper-navigation-color,var(--swiper-theme-color))
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled{
	opacity:.35;cursor:auto;pointer-events:none
}
.swiper-button-next:after,
.swiper-button-prev:after{
	font-family:swiper-icons;
	font-size:var(--swiper-navigation-size);
	text-transform:none!important;
	letter-spacing:0;
	text-transform:none;
	font-variant:initial;line-height:1
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next{
	left:10px;
	right:auto
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after{content:'prev'}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}
ù.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after{content:'next'}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}
.swiper-button-lock{display:none}
.swiper-pagination{
	position:absolute;
	text-align:center;
	transition:.3s opacity;
	transform:translate3d(0,0,0);
	z-index:10
}
.swiper-pagination.swiper-pagination-hidden{opacity:0}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction{bottom:0px;left:0;width:100%}
.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}
.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}
button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}
.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}
.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}
.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{
	top:50%;transform:translateY(-50%);width:8px
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
	display:inline-block;
	transition:.2s transform,.2s top
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}
.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background:var(--swiper-pagination-color,var(--swiper-theme-color));
	position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);
	transform-origin:left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}
.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}
.swiper-pagination-white{--swiper-pagination-color:#ffffff}
.swiper-pagination-black{--swiper-pagination-color:#000000}
.swiper-pagination-lock{display:none}
.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}
.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}
.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}
.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}
.swiper-scrollbar-cursor-drag{cursor:move}
.swiper-scrollbar-lock{display:none}
.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}
.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}
.swiper-slide-zoomed{cursor:move}
.swiper-lazy-preloader{
	width:42px;height:42px;position:absolute;
	left:50%;top:50%;margin-left:-21px;margin-top:-21px;
	z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;
	box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
	border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff
}
.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}
.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}
.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}
.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}
.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-container-cube{overflow:visible}
.swiper-container-cube .swiper-slide{
	pointer-events:none;-webkit-backface-visibility:hidden;
	backface-visibility:hidden;z-index:1;visibility:hidden;
	transform-origin:0 0;width:100%;height:100%
}
.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}
.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}
.swiper-container-cube .swiper-cube-shadow:before{
	content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-container-flip{overflow:visible
}
.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}
.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}

/* RESET FORM */
/* ----------------------------------------------------------------------------------------------------
Super Form Reset
A couple of things to watch out for:
- IE8: If a text input doesn't have padding on all sides or none the text won't be centered.
- The default border sizes on text inputs in all UAs seem to be slightly different. You're better off using custom borders.
- You NEED to set the font-size and family on all form elements
- Search inputs need to have their appearance reset and the box-sizing set to content-box to match other UAs
- You can style the upload button in webkit using ::-webkit-file-upload-button
- ::-webkit-file-upload-button selectors can't be used in the same selector as normal ones. FF and IE freak out.
- IE: You don't need to fake inline-block with labels and form controls in IE. They function as inline-block.
- By turning off ::-webkit-search-decoration, it removes the extra whitespace on the left on search inputs
----------------------------------------------------------------------------------------------------*/

input,
label,
select,
button,
textarea
{
	margin:0;
	border:0;
	padding:0;
	display:inline-block;
	vertical-align:middle;
	white-space:normal;
	background:none;
	line-height:1;
	
	/* Browsers have different default form fonts */
	font-size:13px;
	font-family:Arial;
}

/* Remove the stupid outer glow in Webkit */
input:focus
{
	outline:0;
}

/* Box Sizing Reset
-----------------------------------------------*/

/* All of our custom controls should be what we expect them to be */
input,
textarea
{
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}

/* These elements are usually rendered a certain way by the browser */
button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select
{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

/* Text Inputs
-----------------------------------------------*/

input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week]
{
}

/* Button Controls
-----------------------------------------------*/

input[type=checkbox],
input[type=radio]
{
	width:13px;
	height:13px;
}

/* File Uploads
-----------------------------------------------*/

input[type=file]
{

}

/* Search Input
-----------------------------------------------*/

/* Make webkit render the search input like a normal text field */
input[type=search]
{
	-webkit-appearance:textfield;
	-webkit-box-sizing:content-box;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration
{
	display:none;
}

/* Buttons
-----------------------------------------------*/

button,
input[type="reset"],
input[type="button"],
input[type="submit"]
{
	/* Fix IE7 display bug */
	overflow:visible;
	width:auto;
}

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button
{	
	padding:0;
	border:0;
	background:none;
}

/* Textarea
-----------------------------------------------*/

textarea 
{
	/* Move the label to the top */
	vertical-align:top;
	
	/* Turn off scroll bars in IE unless needed */
	overflow:auto;
}

/* Selects
-----------------------------------------------*/

select
{

}

select[multiple] 
{
	/* Move the label to the top */
	vertical-align:top;
}


/* HUBSPOT  */

form input[type=text], form input[type=email], form input[type=password], form input[type=tel], form input[type=number], form input[type=file], form select, form textarea {
    width: auto;
    background: transparent;
    border: none;
    border-bottom: 1px solid white;
    border-radius: 0;
    padding-left: 0;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white !important ;
}
::-moz-placeholder { /* Firefox 19+ */
  color: white !important ;
}
:-ms-input-placeholder { /* IE 10+ */
  color: white !important ;
}
:-moz-placeholder { /* Firefox 18- */
 color: white !important ;
}

form input[type=submit], form .hs-button {
    border-radius: 0 !important;
    padding: var(--aria-cta) !important;
    transform: skewX(-10deg);
/*     clip-path: polygon(0 0,50% 0,63% 18%,58% 0,100% 0,100% 15%,100% 89%,91% 85%,98% 100%,0 100%,0 100%,0% 85%); */
}