/**
 * Imab USA
 * New site 2023
 * Author: https://www.htt.it/
 */
@import url("https://fonts.googleapis.com/css2?family=DM+Mono&family=Inter:wght@400;500;600&display=swap");
@import url("https://use.typekit.net/elx4zsr.css");
/*! 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;
}

html {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: rgb(22, 22, 22);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html .dark {
  color: rgb(255, 255, 255);
}

::-moz-selection { /* Code for Firefox */
  color: rgb(255, 255, 255);
  background: rgb(244, 67, 54);
}

::selection {
  color: rgb(255, 255, 255);
  background: rgb(244, 67, 54);
}

body {
  margin: 0;
  padding: 0;
  background-color: transparent;
  background-color: rgb(255, 255, 255);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
body.fixed {
  overflow: hidden;
}
body.dark {
  background-color: rgb(35, 39, 61);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
body.beige {
  background-color: rgb(255, 242, 232);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
body.purple {
  background-color: rgb(219, 223, 255);
  color: rgb(55, 53, 181);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
body.white {
  background-color: rgb(255, 255, 255);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
body.lightblu {
  background-color: rgb(238, 240, 255);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

:where(figure) {
  margin: 0;
}

.deepblusection {
  background-color: rgb(35, 39, 61);
  overflow: hidden;
}

.htt-overflow {
  background-color: rgba(35, 39, 61, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  display: none;
  backdrop-filter: blur(2px);
}

.htt-container {
  width: inherit;
  max-width: 100%;
  padding: 0 20px;
  max-width: 1600px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .htt-container {
    padding: 0 40px;
  }
}

.titlepage {
  overflow: hidden;
}

.purplesection .titlepage h1 {
  color: rgb(55, 53, 181);
  margin-bottom: 30px;
}
.purplesection .titlepage p {
  color: rgb(55, 53, 181);
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -1.92px;
}
@media (min-width: 1024px) {
  .purplesection .titlepage p {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -1.92px;
  }
}

.title64 {
  font-size: 64px;
  color: rgb(22, 22, 22);
  line-height: 74px;
  letter-spacing: -0.2rem;
  margin: 0;
}

.img-radius img {
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .img-radius img {
    border-radius: 40px;
  }
}

.htt-wrap-linea-separazione .htt-container {
  padding: 30px 20px;
}
@media (min-width: 1024px) {
  .htt-wrap-linea-separazione .htt-container {
    padding: 100px 40px;
  }
}

.htt-linea-separazione {
  background-color: rgb(22, 22, 22);
  position: relative;
  height: 1px;
  border: 0;
}

.dark .htt-linea-separazione {
  background-color: rgb(255, 255, 255);
}

.purple .htt-linea-separazione {
  background-color: rgb(55, 53, 181);
}

h1, h2, h3, h4, h5 {
  font-weight: 500;
  letter-spacing: -1.92px;
}

.bigtextinpage h3 {
  font-size: 64px;
}

.multiply {
  mix-blend-mode: multiply;
}

/* bottoni */
.htt-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-color: rgb(244, 67, 54);
  color: rgb(255, 255, 255);
  font-size: 16px;
  padding: 18px 40px;
  display: inline-flex;
  border-radius: 28px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}
.htt-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(1);
  transform-origin: 0 10%;
  transition-property: transform;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  border-radius: 30px;
  background-color: rgb(255, 105, 94);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  width: 54px;
  background-color: transparent;
  display: block;
}
.htt-btn:hover:before {
  background-color: rgb(255, 105, 94);
}

.htt-btn:hover:before, .htt-btn:focus:before, .htt-btn:active:before {
  transform: scaleX(1);
  border-radius: 28px;
  background-color: rgb(255, 105, 94);
  width: 100%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.htt-btn-outline {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  background-color: transparent;
  color: rgb(22, 22, 22);
  border: 2px solid rgb(22, 22, 22);
  font-size: 16px;
  line-height: 18px;
  padding: 18px 40px;
  display: table;
  border-radius: 28px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}
.htt-btn-outline:hover {
  color: rgb(255, 255, 255);
}
.htt-btn-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(1);
  transform-origin: 0 10%;
  transition-property: transform;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  border-radius: 24px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  width: 54px;
  background-color: transparent;
  display: block;
}

.htt-btn-outline:hover:before, .htt-btn-outline:focus:before, .htt-btn-outline:active:before {
  transform: scaleX(1);
  border-radius: 28px;
  border: 2px solid rgb(22, 22, 22);
  margin-left: -2px;
  background-color: rgb(22, 22, 22);
  width: 100%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.htt-btn-outline-cs {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px #3735b5;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  background-color: transparent;
  color: rgb(55, 53, 181);
  border: 2px solid rgb(55, 53, 181);
  font-size: 16px;
  padding: 18px 20px;
  display: inline-flex;
  border-radius: 28px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}
@media (min-width: 1024px) {
  .htt-btn-outline-cs {
    padding: 18px 40px;
  }
}
.htt-btn-outline-cs:hover {
  color: rgb(255, 255, 255);
}
.htt-btn-outline-cs:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(1);
  transform-origin: 0 10%;
  transition-property: transform;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  border-radius: 26px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  width: 54px;
  background-color: transparent;
  display: block;
}

.htt-btn-outline-cs:hover:before, .htt-btn-outline-cs:focus:before, .htt-btn-outline-cs:active:before {
  transform: scaleX(1);
  border-radius: 24px;
  background-color: rgb(55, 53, 181);
  width: 100%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.htt-btn-outline-w {
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  color: rgb(255, 255, 255);
  border: 2px solid rgb(255, 255, 255);
  font-size: 16px;
  padding: 18px 40px;
  display: inline-flex;
  border-radius: 28px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0);
}
.htt-btn-outline-w:hover {
  color: rgb(255, 255, 255);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.75);
}

.dark .htt-btn-outline {
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  color: rgb(255, 255, 255);
  border: 2px solid rgba(255, 255, 255, 0.3);
  font-size: 16px;
  padding: 18px 40px;
  display: inline-flex;
  border-radius: 28px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background-color: transparent;
}
.dark .htt-btn-outline::before {
  display: none;
}
.dark .htt-btn-outline:hover {
  color: rgb(255, 255, 255);
  border: 2px solid rgb(255, 255, 255);
  background-color: transparent;
}

.htt-btn-center {
  margin: 30px auto;
  display: table !important;
}

h1, h2, h3, h4, h5 {
  font-weight: 500;
}

h1 {
  font-size: 48px;
  letter-spacing: -0.1rem;
  line-height: 52px;
}
@media (min-width: 1024px) {
  h1 {
    font-size: 110px;
    letter-spacing: -0.4rem;
    line-height: 110px;
  }
}

p {
  font-size: 18px;
  font-weight: 400;
}
p strong {
  font-weight: 600;
}

b {
  font-weight: bold;
}

strong {
  font-weight: bold;
}

span b {
  font-weight: bold !important;
}
span strong {
  font-weight: bold !important;
}

.htt-purple {
  color: rgb(141, 150, 216);
}

.flip-words {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  height: 54px;
  display: inline-block;
  vertical-align: bottom;
}
@media (min-width: 1024px) {
  .flip-words {
    height: 110px;
  }
}

.flip-words li {
  display: none;
  color: rgb(141, 150, 216);
  padding-right: 10px;
}

.font-96 {
  font-size: 96px;
  line-height: 96px;
  font-weight: 500;
}

.font-mono {
  font-family: "DM Mono", monospace;
}

.htt-section-line-title {
  padding: 50px 0 30px 0;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .htt-section-line-title {
    padding: 120px 0 50px 0;
  }
}
.htt-section-line-title h4 {
  font-size: 14px;
  letter-spacing: normal;
  text-transform: uppercase;
  border-top: 1px solid rgb(22, 22, 22);
  width: 100%;
  margin-bottom: 0;
  padding: 10px 0 0 0;
}
.htt-section-line-title h3 {
  font-size: 14px;
  letter-spacing: normal;
  text-transform: uppercase;
  border-top: 1px solid rgb(22, 22, 22);
  width: 100%;
  margin-bottom: 0;
  padding: 10px 0 0 0;
}
.htt-section-line-title .font-mono {
  font-size: 14px;
  letter-spacing: normal;
  text-transform: uppercase;
  border-top: 1px solid rgb(22, 22, 22);
  width: 100%;
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.dark .htt-section-line-title h4 {
  color: rgb(255, 255, 255);
  border-top: 1px solid rgb(255, 255, 255);
}

.deepblusection .htt-section-line-title h4 {
  color: rgb(255, 255, 255);
  border-top: 1px solid rgb(255, 255, 255);
}

.purple .htt-section-line-title h4 {
  color: rgb(55, 53, 181);
  border-top: 1px solid rgb(55, 53, 181);
}

img {
  width: 100%;
  height: auto;
}
.testo-colonna-centrale {
  max-width: 990px;
  margin: 0 auto;
}
.testo-colonna-centrale.htt-generic-text ul li {
  margin-bottom: 4px;
}

.htt-generic-text {
  padding: 30px 0 30px 0;
}
@media (min-width: 1024px) {
  .htt-generic-text {
    padding: 50px 0 50px 0;
  }
}
.htt-generic-text--col {
  width: 100%;
}
@media (min-width: 1024px) {
  .htt-generic-text--col {
    width: 83.3333333333%;
  }
}
.htt-generic-text h2 {
  font-size: 64px;
  line-height: 74px;
  margin-top: 0;
}
.htt-generic-text h3 {
  font-size: 30px;
  line-height: 36px;
  margin-top: 0;
}
@media (min-width: 1024px) {
  .htt-generic-text h3 {
    font-size: 48px;
    line-height: 58px;
  }
}
.htt-generic-text h4 {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: normal;
  margin-top: 0;
}
.htt-generic-text h5 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: normal;
  margin-top: 0;
}
.htt-generic-text p {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1024px) {
  .htt-generic-text p {
    font-size: 18px;
    line-height: 28px;
  }
}
.htt-generic-text p a {
  color: rgb(22, 22, 22);
}
.htt-generic-text ul {
  padding-left: 20px;
}
.htt-generic-text ul li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1024px) {
  .htt-generic-text ul li {
    font-size: 18px;
    line-height: 28px;
  }
}
.htt-generic-text--img {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .htt-generic-text--img {
    margin-bottom: 0;
  }
}
.htt-generic-text--img img {
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .htt-generic-text--img img {
    border-radius: 40px;
  }
}

.dark .htt-generic-text p a {
  color: rgb(255, 255, 255);
}

.deepblusection .htt-generic-text h2 {
  color: rgb(255, 255, 255);
}
.deepblusection .htt-generic-text h3 {
  color: rgb(255, 255, 255);
}
.deepblusection .htt-generic-text h4 {
  color: rgb(255, 255, 255);
}
.deepblusection .htt-generic-text h5 {
  color: rgb(255, 255, 255);
}
.deepblusection .htt-generic-text p {
  color: rgb(255, 255, 255);
}
.deepblusection .htt-generic-text ul li {
  color: rgb(255, 255, 255);
}
.deepblusection .htt-generic-text--img img {
  color: rgb(255, 255, 255);
}

.htt-container.line-separator {
  position: relative;
  color: rgb(22, 22, 22);
  margin: 50px auto;
  height: 1px;
  border: 0;
  background-color: rgb(22, 22, 22);
}
.htt-container.line-separator::after {
  position: absolute;
  height: 1px;
  border: 0;
  top: 2px;
  background-color: rgb(22, 22, 22);
}

.dark .htt-container.line-separator {
  color: rgb(255, 255, 255);
  background-color: rgb(255, 255, 255);
}

.htt-gallery-square {
  margin: 40px 0;
}
.htt-gallery-square--item {
  margin-right: 40px;
  cursor: pointer;
  display: block;
}
.htt-gallery-square--item img {
  max-height: 500px;
  width: inherit;
  border-radius: 40px;
  cursor: pointer;
}

.digital-lovers {
  padding: 50px 0;
}
.digital-lovers .metodo_servizio--title {
  font-size: 48px;
  line-height: 52px;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .digital-lovers .metodo_servizio--title {
    font-size: 64px;
    line-height: 74px;
  }
}
.digital-lovers .metodo_servizio--title * {
  font-size: 48px;
  line-height: 52px;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .digital-lovers .metodo_servizio--title * {
    font-size: 64px;
    line-height: 74px;
  }
}
.digital-lovers .metodo_servizio--title strong {
  color: rgb(141, 150, 216);
}
.digital-lovers .metodo_servizio--testo p {
  font-size: 18px;
  line-height: 28px;
}
.digital-lovers .metodo_servizio--item-list {
  margin-top: 30px;
}
.digital-lovers .metodo_servizio--item-list .item-number {
  color: rgb(141, 150, 216);
  border-bottom: 1px solid rgb(141, 150, 216);
  display: block;
  padding: 4px;
  margin-bottom: 8px;
  font-family: "DM Mono", monospace;
}

h1.title64 {
  font-size: 48px !important;
  color: rgb(22, 22, 22);
  line-height: 52px !important;
  letter-spacing: -0.2rem !important;
  margin: 0;
}
@media (min-width: 1024px) {
  h1.title64 {
    font-size: 64px !important;
    line-height: 74px !important;
    margin: 30px 0 0 0;
  }
}

.page-template-candidatura-spontanea .intro-servizio--title.font-96,
.page-template-job-offers .intro-servizio--title.font-96 {
  margin: 20px 0;
}
@media (min-width: 1024px) {
  .page-template-candidatura-spontanea .intro-servizio--title.font-96,
  .page-template-job-offers .intro-servizio--title.font-96 {
    font-size: 96px !important;
    margin: 60px 0 60px 0;
  }
}
.page-template-candidatura-spontanea .intro-servizio--title.font-96 *,
.page-template-job-offers .intro-servizio--title.font-96 * {
  font-size: 48px;
  color: rgb(22, 22, 22);
  line-height: 52px;
  letter-spacing: -0.2rem;
  margin: 0;
}
@media (min-width: 1024px) {
  .page-template-candidatura-spontanea .intro-servizio--title.font-96 *,
  .page-template-job-offers .intro-servizio--title.font-96 * {
    font-size: 96px !important;
    line-height: 96px !important;
    font-weight: 500;
  }
}

img[data-src] {
  opacity: 0;
}

img.lazyloaded {
  -webkit-transition: opacity 0.5s linear 0.2s;
  -moz-transition: opacity 0.5s linear 0.2s;
  transition: opacity 0.5s linear 0.2s;
  opacity: 1;
}

.txt-manifesto-agenzia p:before {
  content: "";
  background-image: url(../assets/quote_viola.svg);
  height: 44px;
  width: 44px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin: 0 0 12px 0;
}

.link-manifesto-agenzia a {
  color: rgb(22, 22, 22);
  font-size: 16px;
}
@media (min-width: 1024px) {
  .link-manifesto-agenzia a {
    font-size: 22px;
  }
}

.immagine.full .htt-generic-text {
  padding: 20px 0 0 0;
}
@media (min-width: 1024px) {
  .immagine.full .htt-generic-text {
    padding: 50px 0 50px 0;
  }
}
.immagine.full .htt-generic-text .htt-generic-text--img {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .immagine.full .htt-generic-text .htt-generic-text--img {
    margin-bottom: 20px;
  }
}

h1.title-pdf-font-96 {
  font-size: 28px !important;
  line-height: 28px !important;
}
@media (min-width: 1024px) {
  h1.title-pdf-font-96 {
    font-size: 96px !important;
    line-height: 96px !important;
  }
}

.grecaptcha-badge {
  display: none;
}

.testo-colonna-centrale.htt-contatti-form {
  padding: 0 20px;
}

.ico-tel {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: block;
  z-index: 1;
  background-image: url(../assets/ico-tel.svg);
  height: 50px;
  width: 50px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .ico-tel {
    display: none;
  }
}

.htt-404 {
  border-radius: 20px;
  background-image: url(../assets/404.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 40vh;
  padding: 0 0 10vh 0;
  align-items: center;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .htt-404 {
    border-radius: 40px;
  }
}
.htt-404 h1 {
  font-size: 14px;
  font-family: "DM Mono", monospace;
  letter-spacing: normal;
}
.htt-404--cta {
  margin: auto 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.htt-404--cta h2 {
  font-size: 36px;
  line-height: 42px;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 1024px) {
  .htt-404--cta h2 {
    font-size: 96px;
    line-height: 96px;
  }
}

.htt-404-link {
  padding: 50px 0;
  text-align: center;
}
.htt-404-link h3 {
  font-family: "DM Mono", monospace;
  font-size: 14px;
  letter-spacing: normal;
}
.htt-404-link--menu .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
  margin: 0 auto;
  text-align: center;
}
.htt-404-link--menu .menu li {
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
.htt-404-link--menu .menu li a {
  margin: 10px 0;
  font-size: 22px;
  color: rgb(22, 22, 22);
  display: block;
}

.dark .htt-404 {
  border-radius: 20px;
  background-image: url(../assets/404.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 50vh;
  align-items: center;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .dark .htt-404 {
    border-radius: 40px;
  }
}
.dark .htt-404 h1 {
  color: rgb(22, 22, 22);
}
.dark .htt-404 h2 {
  color: rgb(22, 22, 22);
}
.dark .htt-404-link h3 {
  color: rgb(255, 255, 255);
}
.dark .htt-404-link--menu .menu li a {
  color: rgb(255, 255, 255);
}

.ecolayer {
  background-color: #000000;
  display: none;
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 10000;
  left: 0;
  top: 0;
}
.ecolayer--wrap {
  display: flex;
  align-content: center;
  justify-content: center;
  height: 100vh;
  align-items: center;
}
.ecolayer--container {
  color: rgb(255, 255, 255);
  max-width: 80%;
  width: 100%;
}
@media (min-width: 1024px) {
  .ecolayer--container {
    max-width: 70%;
  }
}
.ecolayer--title {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0;
  border-top: 1px solid #fff;
  margin-top: 30px;
  padding-top: 30px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
@media (min-width: 1024px) {
  .ecolayer--title {
    font-size: 64px;
    line-height: 74px;
    letter-spacing: -0.2rem;
    margin-top: 50px;
    padding-top: 50px;
  }
}
.ecolayer--text {
  font-size: 18px;
  line-height: 22px;
  border-bottom: 1px solid #fff;
  margin: 30px 0 0;
  padding-bottom: 30px;
  letter-spacing: 0;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
@media (min-width: 1024px) {
  .ecolayer--text {
    font-size: 22px;
    line-height: 30px;
    margin: 50px 0 0;
    padding-bottom: 60px;
    letter-spacing: 0.07rem;
  }
}
.ecolayer--logo {
  background-image: url(../assets/logo-header-w.svg);
  width: 226px;
  height: 30px;
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .ecolayer--logo {
    width: 340px;
    height: 45px;
  }
}

.title-h3-48 h3 {
  font-size: 48px;
  line-height: 58px;
}

.partnerblock--logo img {
  max-height: 70px;
  width: auto;
  margin-top: 20px;
  border-radius: 8px;
}
.partnerblock--title * {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -1px;
}
@media (min-width: 1024px) {
  .partnerblock--title * {
    font-size: 48px;
    line-height: 58px;
    letter-spacing: -1.92px;
  }
}
.partnerblock--testo {
  margin-bottom: 40px;
}
.partnerblock--testo h3 {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -1px;
}
@media (min-width: 1024px) {
  .partnerblock--testo h3 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -1.92px;
    margin: 10px 0;
  }
}
.partnerblock--testo p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .partnerblock--testo p {
    font-size: 22px;
    line-height: 30px;
  }
}
.partnerblock--testo p strong {
  font-weight: 500;
}
.partnerblock--testo ul li {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .partnerblock--testo ul li {
    font-size: 18px;
    line-height: 22px;
  }
}
.partnerblock--testo ul li strong {
  font-weight: 500;
}
.partnerblock--sx {
  position: relative;
}
@media (min-width: 1024px) {
  .partnerblock--sx {
    padding-right: 10%;
  }
}
.partnerblock--sx figure {
  position: relative;
  height: 100%;
}
.partnerblock--sx img {
  border-radius: 20px;
  margin: 20px 0;
}
@media (min-width: 1024px) {
  .partnerblock--sx img {
    margin: 0;
    border-radius: 40px;
    top: 100px;
    padding: 20px;
    position: sticky;
  }
}
@media (min-width: 1024px) {
  .partnerblock--dx {
    padding-right: 10%;
  }
}

.title-h3-48 {
  font-size: 36px;
  line-height: 4 8px;
}
@media (min-width: 1024px) {
  .title-h3-48 {
    font-size: 48px;
    line-height: 58px;
  }
}

.title-h4-32 h4 {
  font-size: 32px;
  line-height: 48px;
}
.title-h4-32 h4 a {
  color: rgb(22, 22, 22);
}

.h4-nomargin h4 {
  margin-bottom: 0;
}
.h4-nomargin h4 a {
  color: rgb(22, 22, 22);
}
.h4-nomargin p {
  margin-top: 8px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 40px;
}
@media (min-width: 1024px) {
  .pt-100 {
    padding-top: 100px;
  }
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .pb-50 {
    padding-bottom: 50px;
  }
}

.pb-60 {
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .pb-60 {
    padding-bottom: 60px;
  }
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .pb-100 {
    padding-bottom: 100px;
  }
}

.htt-grid {
  display: grid;
}
.htt-grid--2 {
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 1024px) {
  .htt-grid--2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.htt-grid--3 {
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 1024px) {
  .htt-grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.htt-grid--4 {
  grid-template-columns: repeat(4, 1fr);
}
.htt-grid--5 {
  grid-template-columns: repeat(5, 1fr);
}
.htt-grid--6 {
  grid-template-columns: repeat(6, 1fr);
}
.htt-grid--7 {
  grid-template-columns: repeat(7, 1fr);
}
.htt-grid--8 {
  grid-template-columns: repeat(8, 1fr);
}
.htt-grid--9 {
  grid-template-columns: repeat(9, 1fr);
}
.htt-grid--10 {
  grid-template-columns: repeat(10, 1fr);
}
.htt-grid--colgap-10 {
  grid-column-gap: 10px;
}
.htt-grid--colgap-20 {
  grid-column-gap: 20px;
}
.htt-grid--colgap-30 {
  grid-column-gap: 30px;
}
.htt-grid--colgap-40 {
  grid-column-gap: 40px;
}
.htt-grid--colgap-50 {
  grid-column-gap: 50px;
}
.htt-grid--colgap-60 {
  grid-column-gap: 60px;
}
.htt-grid--colgap-70 {
  grid-column-gap: 70px;
}
.htt-grid--colgap-80 {
  grid-column-gap: 80px;
}
.htt-grid--colgap-90 {
  grid-column-gap: 90px;
}
.htt-grid--rowgap-10 {
  grid-row-gap: 10px;
}
.htt-grid--rowgap-20 {
  grid-row-gap: 20px;
}
.htt-grid--rowgap-30 {
  grid-row-gap: 30px;
}
.htt-grid--rowgap-40 {
  grid-row-gap: 40px;
}
.htt-grid--rowgap-50 {
  grid-row-gap: 50px;
}
.htt-grid--rowgap-60 {
  grid-row-gap: 60px;
}

.htt-servizi-homepage--item {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  padding: 50px 0;
}
.htt-servizi-homepage--itemimg {
  grid-area: 1/1/2/7;
}
.htt-servizi-homepage--itemimg img {
  border-radius: 40px;
}
.htt-servizi-homepage--itemtext {
  grid-area: 1/7/2/13;
}
.htt-servizi-homepage--cat {
  font-size: 14px;
  text-transform: uppercase;
  margin: 30px 0;
}
.htt-servizi-homepage--cat:before {
  content: "";
  height: 12px;
  width: 12px;
  display: inline-block;
  border-radius: 50%;
  background-color: rgb(22, 22, 22);
  margin-right: 10px;
}
.htt-servizi-homepage--abstract {
  font-size: 32px;
  line-height: 34px;
  color: rgb(22, 22, 22);
}
.htt-servizi-homepage--listservice {
  padding: 30px 0;
  border-top: 1px solid rgb(22, 22, 22);
  list-style: none;
  margin: 0;
}
.htt-servizi-homepage--listservice li {
  padding: 10px 0;
}
.htt-servizi-homepage--listservice li a {
  font-size: 22px;
  line-height: 30px;
  color: rgb(22, 22, 22);
}
.htt-servizi-homepage--listtag {
  padding: 30px 0;
  border-top: 1px solid rgb(22, 22, 22);
  list-style: none;
  margin: 0;
}
.htt-servizi-homepage--listtag li {
  padding: 0;
  display: inline-block;
  margin: 0 10px 10px 0;
}
.htt-servizi-homepage--listtag li a {
  font-size: 14px;
  font-family: "DM Mono", monospace;
  color: rgb(22, 22, 22);
  border: 1px solid rgba(22, 22, 22, 0.2);
  padding: 10px;
  text-decoration: none;
  border-radius: 4px;
  display: block;
}
@media (min-width: 1024px) {
  .htt-servizi-homepage--listtag li a {
    padding: 10px 20px;
    margin: 0 20px 10px 0;
  }
}

.htt-servizi-homepage--twocol {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.darksection .htt-servizi-homepage--cat,
.dark .htt-servizi-homepage--cat {
  color: rgb(255, 255, 255);
}
.darksection .htt-servizi-homepage--cat:before,
.dark .htt-servizi-homepage--cat:before {
  background-color: rgb(255, 255, 255);
}
.darksection .htt-servizi-homepage--abstract,
.dark .htt-servizi-homepage--abstract {
  color: rgb(255, 255, 255);
}
.darksection .htt-servizi-homepage--listservice,
.dark .htt-servizi-homepage--listservice {
  border-top: 1px solid rgb(255, 255, 255);
}
.darksection .htt-servizi-homepage--listservice li a,
.dark .htt-servizi-homepage--listservice li a {
  color: rgb(255, 255, 255);
}

.htt-card--cat {
  color: rgb(22, 22, 22);
}
.htt-card--cat:before {
  background-color: rgb(22, 22, 22);
}
.htt-card--abstract {
  color: rgb(22, 22, 22);
}
.htt-card--listservice {
  border-top: 1px solid rgb(22, 22, 22);
}
.htt-card--listservice li a {
  color: rgb(22, 22, 22);
}

.htt-card--cat {
  font-size: 14px;
  text-transform: uppercase;
  margin: 30px 0;
}
.htt-card--cat:before {
  content: "";
  height: 12px;
  width: 12px;
  display: inline-block;
  border-radius: 50%;
  background-color: rgb(22, 22, 22);
  margin-right: 10px;
}
.htt-card--cat a {
  color: rgb(22, 22, 22);
  text-decoration: none;
}
.htt-card a {
  color: rgb(22, 22, 22);
  text-decoration: none;
}
.htt-card--abstract {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  margin: 30px 0;
  position: relative;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.3s;
  display: inline;
}
@media (min-width: 1024px) {
  .htt-card--abstract {
    font-size: 32px;
    line-height: 34px;
  }
}
.htt-card--abstract:hover {
  background-size: 100% 2px;
}
.htt-card--abstract.font-deco {
  font-family: "scotch-text-compressed", sans-serif;
}
.htt-card--abstract a {
  color: rgb(22, 22, 22);
}
.htt-card--list {
  padding: 30px 0;
  border-top: 1px solid rgb(22, 22, 22);
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .htt-card--list {
    flex-direction: row;
  }
}
.htt-card--list ul {
  padding: 0;
  list-style: none;
  margin: 0;
  width: 100%;
}
.htt-card--list li {
  padding: 5px 0;
}
@media (min-width: 1024px) {
  .htt-card--list li {
    padding: 10px 0;
  }
}
.htt-card--list li a {
  font-size: 16px;
  line-height: 24px;
  color: rgb(22, 22, 22);
  position: relative;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .htt-card--list li a {
    font-size: 22px;
    line-height: 30px;
  }
}
.htt-card--list li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: currentColor;
  top: 100%;
  left: 0;
  pointer-events: none;
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
  transition: transform 0.3s;
}
.htt-card--list li a:hover:after {
  content: "";
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
}
.htt-card--tag {
  padding: 30px 0;
  list-style: none;
  margin: 0;
}
.htt-card--tag li {
  padding: 0;
  display: inline-block;
  margin: 0 20px 10px 0;
}
.htt-card--tag li a {
  font-size: 14px;
  font-family: "DM Mono", monospace;
  color: rgb(22, 22, 22);
  border: 1px solid rgba(22, 22, 22, 0.2);
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 4px;
  display: block;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.htt-card--tag li a:hover {
  border: 1px solid #161616;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.htt-card--tag li .tag {
  font-size: 14px;
  font-family: "DM Mono", monospace;
  color: rgb(22, 22, 22);
  border: 1px solid rgba(22, 22, 22, 0.2);
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 4px;
  display: block;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.htt-card--tag li .tag:hover {
  border: 1px solid #161616;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.dark .htt-card--cat {
  color: rgb(255, 255, 255);
}
.dark .htt-card--cat:before {
  background-color: rgb(255, 255, 255);
}
.dark .htt-card--cat a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.dark .htt-card--abstract {
  position: relative;
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.3s;
  display: inline;
}
.dark .htt-card--abstract:hover {
  background-size: 100% 2px;
}
.dark .htt-card--list {
  border-top: 1px solid rgb(255, 255, 255);
}
.dark .htt-card--list li a {
  color: rgb(255, 255, 255);
}
.dark .htt-card--tag li a {
  color: rgb(255, 255, 255);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.dark .htt-card--tag li a:hover {
  border: 1px solid white;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.dark .htt-card--tag li .tag {
  font-size: 14px;
  font-family: "DM Mono", monospace;
  color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.dark .htt-card--tag li .tag:hover {
  border: 1px solid white;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.htt-card-horizontal.htt-card {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  padding: 50px 0;
}
.htt-card-horizontal.htt-card .htt-card--itemimg {
  grid-area: 1/1/2/7;
}
.htt-card-horizontal.htt-card .htt-card--itemimg img {
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .htt-card-horizontal.htt-card .htt-card--itemimg img {
    border-radius: 40px;
  }
}
.htt-card-horizontal.htt-card .htt-card--itemimg img.noradius {
  border-radius: 0 !important;
}
.htt-card-horizontal.htt-card .htt-card--itemtext {
  grid-area: 1/7/2/13;
}

.htt-card-vertical.htt-card {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: min-content;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  padding: 20px 0;
}
.htt-card-vertical.htt-card:first-of-type {
  padding-top: 0;
}
@media (min-width: 1024px) {
  .htt-card-vertical.htt-card:first-of-type {
    padding-top: 50px;
  }
}
@media (min-width: 1024px) {
  .htt-card-vertical.htt-card {
    padding: 50px 0;
  }
}
.htt-card-vertical.htt-card .htt-card--itemimg img {
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .htt-card-vertical.htt-card .htt-card--itemimg img {
    border-radius: 40px;
  }
}
.htt-card-vertical.htt-card .htt-card--itemimg img.noradius {
  border-radius: 0 !important;
}
.clipmask1 {
  padding: 1rem;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background-image: url(https://images.unsplash.com/photo-1528287942171-fbe365d1d9ac?ixlib=rb-1.2.1&q=85&fm=jpg&crop=entropy&w=1200&cs=srgb&ixid=eyJhcHBfaWQiOjE0NTg5fQ);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  mask-image: url(../assets/mask1.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0;
  box-sizing: border-box;
}

.clipmask2 {
  padding: 1rem;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background-image: url(https://images.unsplash.com/photo-1528287942171-fbe365d1d9ac?ixlib=rb-1.2.1&q=85&fm=jpg&crop=entropy&w=1200&cs=srgb&ixid=eyJhcHBfaWQiOjE0NTg5fQ);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  mask-image: url(../assets/mask2.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  box-sizing: border-box;
}

.clipmask3 {
  padding: 1rem;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background-image: url(https://images.unsplash.com/photo-1528287942171-fbe365d1d9ac?ixlib=rb-1.2.1&q=85&fm=jpg&crop=entropy&w=1200&cs=srgb&ixid=eyJhcHBfaWQiOjE0NTg5fQ);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  mask-image: url(../assets/mask3.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  box-sizing: border-box;
}

.htt-card-consulenza {
  background-color: rgb(255, 255, 255);
  border-radius: 20px;
  padding: 30px;
}
@media (min-width: 1024px) {
  .htt-card-consulenza {
    border-radius: 40px;
  }
}

.htt-service-widget-list--item {
  background-color: #F7F7F7;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 40px;
  display: flex;
  color: rgb(22, 22, 22);
  flex-direction: column;
}
@media (min-width: 1024px) {
  .htt-service-widget-list--item {
    flex-direction: row;
    border-radius: 40px;
  }
}
.htt-service-widget-list--wraptitle {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .htt-service-widget-list--wraptitle {
    margin-bottom: 0px;
  }
}
.htt-service-widget-list--itemimg {
  width: 62px;
}
@media (min-width: 1024px) {
  .htt-service-widget-list--itemimg {
    width: 146px;
  }
}
.htt-service-widget-list--img {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
}
@media (min-width: 1024px) {
  .htt-service-widget-list--img {
    width: 146px;
    height: 146px;
  }
}
.htt-service-widget-list--itemtext {
  display: flex;
  align-items: center;
  width: 100%;
}
.htt-service-widget-list--cat {
  display: flex;
  align-items: center;
  font-size: 22px;
  margin: 0 0 0 30px;
  max-width: max-content;
}
@media (min-width: 1024px) {
  .htt-service-widget-list--cat {
    font-size: 48px;
    min-width: 230px;
    margin: 0 150px 0 30px;
    max-width: min-content;
  }
}
.htt-service-widget-list--list {
  display: flex;
  margin: 0 auto 0 0;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .htt-service-widget-list--list {
    flex-direction: row;
  }
}
.htt-service-widget-list--list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 1024px) {
  .htt-service-widget-list--list ul {
    margin: 0 50px;
  }
}
.htt-service-widget-list--list ul li {
  color: rgb(22, 22, 22);
  padding: 5px 0;
}
.htt-service-widget-list--list ul li a {
  color: rgb(22, 22, 22) !important;
  font-size: 16px;
  position: relative;
  display: inline-block;
  padding: 10px 0;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .htt-service-widget-list--list ul li a {
    font-size: 22px;
  }
}
.htt-service-widget-list--list ul li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: currentColor;
  top: 100%;
  left: 0;
  pointer-events: none;
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
  transition: transform 0.3s;
}
.htt-service-widget-list--list ul li a:hover:after {
  content: "";
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
}

.slider-cards-cs .card-cs {
  margin: 0 10px;
}
@media (min-width: 1024px) {
  .slider-cards-cs .card-cs {
    margin-right: 30px;
  }
}
.slider-cards-cs .slick-dots {
  display: table;
  margin: 20px auto 0 auto;
  list-style: none;
  padding: 0;
}
.slider-cards-cs .slick-dots li {
  display: inline-block;
  padding: 0 4px;
}
.slider-cards-cs .slick-dots li button {
  text-indent: -10000px;
  height: 12px;
  width: 12px;
  max-width: 12px;
  margin: 0;
  padding: 0;
  border-radius: 12px;
  background-color: rgb(255, 255, 255);
  border: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.slider-cards-cs .slick-dots li.slick-active button {
  width: 48px;
  max-width: 48px;
  background-color: rgb(55, 53, 181);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.card-cs {
  background-color: rgb(255, 255, 255);
  border-radius: 40px;
  padding: 30px 30px 0 30px;
}
.card-cs h3 {
  font-size: 30px;
  line-height: 36px;
  color: rgb(141, 150, 216);
  margin: 0 0 20px 0;
}
@media (min-width: 1024px) {
  .card-cs h3 {
    font-size: 48px;
    line-height: 58px;
    margin: 0 0 30px 0;
  }
}
.card-cs h3 a {
  text-decoration: none;
  color: rgb(55, 53, 181);
}
.card-cs h3 a strong {
  display: block;
  color: rgb(55, 53, 181);
}
.card-cs h3 span {
  color: rgb(55, 53, 181);
  display: block;
}
.card-cs--content {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  .card-cs--content {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}
.card-cs--text {
  grid-area: 1/1/2/8;
  color: rgb(55, 53, 181);
  display: flex;
  flex-direction: column;
}
.card-cs--text h3 {
  font-size: 30px;
  line-height: 36px;
  color: rgb(141, 150, 216);
  margin: 0 0 20px 0;
}
@media (min-width: 1024px) {
  .card-cs--text h3 {
    font-size: 48px;
    line-height: 58px;
    margin: 0 0 30px 0;
  }
}
.card-cs--text h3 a {
  text-decoration: none;
  color: rgb(55, 53, 181);
  background-image: none;
}
.card-cs--text h3 a strong {
  display: block;
  color: rgb(55, 53, 181);
  font-weight: 500;
}
.card-cs--text h3 span {
  color: rgb(55, 53, 181);
  display: block;
}
.card-cs--text p {
  margin-top: 0;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1024px) {
  .card-cs--text p {
    font-size: 22px;
    line-height: 30px;
  }
}
.card-cs--text a {
  height: 40px;
  width: 40px;
  background-image: url(../assets/arrow-circle.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 0 20px auto;
}
@media (min-width: 1024px) {
  .card-cs--text a {
    height: 76px;
    width: 76px;
    margin: 50px auto 30px 0;
  }
}
.card-cs--img {
  grid-area: 1/8/2/13;
  display: flex;
}
.card-cs--img a {
  display: flex;
  margin-top: auto;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .card-cs--img a {
    margin-bottom: 0;
  }
}
.card-cs--img a img {
  max-width: 70%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .card-cs--img a img {
    max-width: inherit;
  }
}

p.htt-card--abstract {
  background-image: none;
}

.white .job-offer-card {
  background-color: rgb(238, 240, 255);
}

.job-offer-card {
  background-color: rgb(255, 255, 255);
  border-radius: 40px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .job-offer-card {
    margin-bottom: 0;
  }
}
.job-offer-card--cat p {
  line-height: 24px;
}
.job-offer-card--catname {
  color: rgb(22, 22, 22);
}
.job-offer-card--catimg {
  height: 104px;
  width: 104px;
  border-radius: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.job-offer-card h3 {
  font-size: 48px;
  line-height: 58px;
  margin-top: 0;
  margin-bottom: 15px;
}
.job-offer-card--cta {
  margin-top: auto;
}
.job-offer-card .job-description p {
  line-height: 24px;
  margin-bottom: 30px;
}

.purple .job-offer-card {
  color: rgb(22, 22, 22);
}
.purple .job-offer-card--catname {
  color: rgb(22, 22, 22);
}
.purple .job-offer-card h3 {
  color: rgb(22, 22, 22);
}
.purple .job-offer-card p {
  color: rgb(22, 22, 22);
}

.htt-block-brand {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  padding: 20px 0;
}
@media (min-width: 1024px) {
  .htt-block-brand {
    grid-template-columns: repeat(12, 1fr);
    padding: 50px 0;
  }
}
.htt-block-brand--sx {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media (min-width: 1024px) {
  .htt-block-brand--sx {
    grid-area: 1/1/2/7;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-right: 20%;
  }
}
.htt-block-brand--active-project {
  grid-area: 1/1/2/2;
  background-color: rgb(238, 240, 255);
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .htt-block-brand--active-project {
    border-radius: 40px;
    aspect-ratio: 1/1;
  }
}
.htt-block-brand--active-project p {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 12px;
  margin: 0;
  height: 100%;
  max-width: 60%;
  margin: 0 auto;
  color: rgb(35, 39, 61);
}
@media (min-width: 1024px) {
  .htt-block-brand--active-project p {
    font-size: 18px;
    max-width: 50%;
  }
}
.htt-block-brand--active-project p strong {
  font-size: 48px;
  display: block;
}
@media (min-width: 1024px) {
  .htt-block-brand--active-project p strong {
    font-size: 96px;
  }
}
.htt-block-brand--industries {
  grid-area: 1/2/2/3;
  background-color: rgb(238, 240, 255);
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .htt-block-brand--industries {
    border-radius: 40px;
    aspect-ratio: 1/1;
  }
}
.htt-block-brand--industries p {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 12px;
  margin: 0;
  height: 100%;
  max-width: 60%;
  margin: 0 auto;
  color: rgb(35, 39, 61);
}
@media (min-width: 1024px) {
  .htt-block-brand--industries p {
    font-size: 18px;
    max-width: 50%;
  }
}
.htt-block-brand--industries p strong {
  font-size: 48px;
  display: block;
}
@media (min-width: 1024px) {
  .htt-block-brand--industries p strong {
    font-size: 96px;
  }
}
.htt-block-brand--tot-project {
  grid-area: 2/1/3/3;
}
.htt-block-brand--tot-project p {
  background-color: rgb(244, 67, 54);
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  font-size: 12px;
  border-radius: 40px;
  margin: 0;
  aspect-ratio: 2/0.8;
  color: rgb(255, 255, 255);
  border-radius: 200px;
}
@media (min-width: 1024px) {
  .htt-block-brand--tot-project p {
    font-size: 18px;
  }
}
.htt-block-brand--tot-project p strong {
  font-size: 48px;
  display: block;
  margin-right: 20px;
}
@media (min-width: 1024px) {
  .htt-block-brand--tot-project p strong {
    font-size: 96px;
  }
}
.htt-block-brand--industries-list {
  grid-area: 3/1/4/3;
}
.htt-block-brand--industries-list h4 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: inherit;
}
@media (min-width: 1024px) {
  .htt-block-brand--industries-list h4 {
    font-size: 22px;
  }
}
.htt-block-brand--industries-list .title {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: inherit;
}
@media (min-width: 1024px) {
  .htt-block-brand--industries-list .title {
    font-size: 22px;
  }
}
.htt-block-brand--industries-list p {
  font-size: 16px;
  line-height: 140%;
}
@media (min-width: 1024px) {
  .htt-block-brand--industries-list p {
    font-size: 22px;
  }
}
.htt-block-brand--industries-list p a {
  color: rgb(22, 22, 22);
  background-color: transparent;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.htt-block-brand--industries-list p a:hover {
  background-color: rgb(244, 67, 54);
  color: rgb(255, 255, 255);
  padding: 0 6px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 1024px) {
  .htt-block-brand--dx {
    grid-area: 1/7/2/13;
  }
}
.htt-block-brand--dx ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-auto-rows: 1fr;
  padding: 0;
}
@media (min-width: 1024px) {
  .htt-block-brand--dx ul {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}
.htt-block-brand--dx ul li .contlogo {
  border: 1px solid rgba(22, 22, 22, 0.1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 12px;
  display: flex;
  height: 100%;
  background-color: rgb(255, 255, 255);
  align-items: center;
}
.htt-block-brand--dx ul li .contlogo img {
  width: auto;
  max-height: 30px;
  margin: 10px auto;
  display: block;
  max-width: 50%;
}
@media (min-width: 1024px) {
  .htt-block-brand--dx ul li .contlogo img {
    max-width: 50%;
    margin: 30px auto;
    max-height: 60px;
  }
}
.htt-block-brand--dx ul li a.contlogo {
  border: 1px solid rgba(22, 22, 22, 0.1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 12px;
  display: flex;
  height: 100%;
  background-color: rgb(255, 255, 255);
}
.htt-block-brand--dx ul li a.contlogo img {
  width: auto;
  max-height: 30px;
  margin: 10px auto;
  display: block;
  max-width: 50%;
}
@media (min-width: 1024px) {
  .htt-block-brand--dx ul li a.contlogo img {
    max-width: 50%;
    margin: 30px auto;
    max-height: 60px;
  }
}
.htt-block-brand--dx ul li a.contlogo:hover {
  border: 1px solid rgba(22, 22, 22, 0.4);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.dark .htt-block-brand--industries-list h4 {
  color: rgb(255, 255, 255);
  letter-spacing: inherit;
}
.dark .htt-block-brand--industries-list .title {
  color: rgb(255, 255, 255);
  letter-spacing: inherit;
}
.dark .htt-block-brand--industries-list p {
  color: rgb(255, 255, 255);
}
.dark .htt-block-brand--industries-list p a {
  color: rgb(255, 255, 255);
}

.htt-casehistory-homepage {
  padding: 30px 0;
}
@media (min-width: 1024px) {
  .htt-casehistory-homepage {
    padding: 0 0;
  }
}
.htt-casehistory-homepage--grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}
.htt-casehistory-homepage--all {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .htt-casehistory-homepage--all {
    margin-bottom: 80px;
  }
}
.pills {
  border-radius: 75px;
  height: 150px;
  border: 1px solid rgb(141, 150, 216);
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 0 40px;
  justify-content: center;
}
.pills--valore {
  font-size: 64px;
  font-weight: 500;
  margin: 0;
}
.pills--testo {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

.cta-next-case {
  padding: 70px 0;
  margin: 20px 0;
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .cta-next-case {
    padding: 150px 0;
    margin: 150px 0;
  }
}
.cta-next-case--cta {
  font-size: 16px;
  font-weight: 500;
  color: rgb(22, 22, 22);
  text-decoration: underline;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .cta-next-case--cta {
    font-size: 22px;
  }
}
.cta-next-case--cta.case-white-text {
  color: rgb(255, 255, 255);
}
.cta-next-case--name {
  font-size: 30px;
  color: rgb(22, 22, 22);
  font-weight: 500;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .cta-next-case--name {
    font-size: 110px;
  }
}
.cta-next-case--name.case-white-text {
  color: rgb(255, 255, 255);
}

.htt-block-azienda {
  padding: 20px 0;
}
@media (min-width: 1024px) {
  .htt-block-azienda {
    padding: 80px 0;
  }
}
.htt-block-azienda .textbigfull .htt-container * {
  margin: 0 0 20px 0;
}
@media (min-width: 1024px) {
  .htt-block-azienda .textbigfull .htt-container * {
    margin: 0 0 80px 0;
  }
}
.htt-block-azienda .htt-block-azienda--wrapimg {
  grid-row-gap: 0px;
  margin-bottom: 40px;
  display: flex;
  overflow: scroll;
}
@media (min-width: 1024px) {
  .htt-block-azienda .htt-block-azienda--wrapimg {
    overflow: inherit;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 40px;
  }
}
.htt-block-azienda .htt-block-azienda--wrapimg img {
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .htt-block-azienda .htt-block-azienda--wrapimg img {
    border-radius: 40px;
  }
}
.htt-block-azienda .htt-block-azienda--wraptext {
  display: block;
}
@media (min-width: 1024px) {
  .htt-block-azienda .htt-block-azienda--wraptext {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 0px;
  }
}
.htt-block-azienda--col {
  min-width: 70%;
  padding-left: 20px;
}
@media (min-width: 1024px) {
  .htt-block-azienda--col {
    min-width: auto;
    padding-left: 0;
  }
}
.htt-block-azienda--col:first-of-type {
  padding-left: 0;
}
.htt-block-azienda--col p {
  font-size: 22px;
  line-height: 140%;
}
.htt-block-azienda--col .htt-btn-outline {
  margin-top: 40px;
}

.htt-block-insights {
  padding: 20px 0;
}
@media (min-width: 1024px) {
  .htt-block-insights {
    padding: 40px 0;
  }
}
.htt-block-insights--wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  margin: 80px 0;
}
.htt-banner-consulenza {
  padding: 20px 0;
}
@media (min-width: 1024px) {
  .htt-banner-consulenza {
    padding: 40px 0;
  }
}
.htt-banner-consulenza--wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgb(219, 223, 255);
  border-radius: 40px;
}
@media (min-width: 1024px) {
  .htt-banner-consulenza--wrap {
    grid-template-columns: repeat(12, 1fr);
  }
}
.htt-banner-consulenza--text {
  order: 2;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .htt-banner-consulenza--text {
    padding: 80px;
    order: 1;
    grid-area: 1/1/2/8;
  }
}
.htt-banner-consulenza--text h3 {
  font-size: 30px;
  margin: 0;
  color: rgb(55, 53, 181);
}
@media (min-width: 1024px) {
  .htt-banner-consulenza--text h3 {
    font-size: 64px;
    margin: 40px 0 0 0;
  }
}
.htt-banner-consulenza--text .title {
  font-size: 30px;
  margin: 0;
  color: rgb(55, 53, 181);
  font-weight: 500;
}
@media (min-width: 1024px) {
  .htt-banner-consulenza--text .title {
    font-size: 64px;
    margin: 40px 0 0 0;
    letter-spacing: -0.2rem;
  }
}
.htt-banner-consulenza--text p {
  font-size: 16px;
  color: rgb(55, 53, 181);
  line-height: 140%;
}
@media (min-width: 1024px) {
  .htt-banner-consulenza--text p {
    font-size: 22px;
  }
}
.htt-banner-consulenza--text .htt-btn-outline-cs {
  margin-top: auto;
  margin-right: auto;
}
.htt-banner-consulenza--img {
  order: 1;
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) {
  .htt-banner-consulenza--img {
    order: 2;
    grid-area: 1/8/2/13;
    padding-top: 80px;
  }
}
.htt-banner-consulenza--img img {
  max-width: 80%;
  margin: 30px auto;
}
@media (min-width: 1024px) {
  .htt-banner-consulenza--img img {
    max-width: 450px;
    margin: 0;
  }
}

.htt-talk-idea {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 40px 20px;
}
@media (min-width: 1024px) {
  .htt-talk-idea {
    grid-template-columns: repeat(2, 1fr);
    padding: 80px 40px;
    column-gap: 60px;
  }
}
.htt-talk-idea--title {
  color: rgb(22, 22, 22);
  font-size: 30px;
}
@media (min-width: 1024px) {
  .htt-talk-idea--title {
    font-size: 48px;
  }
}
.htt-talk-idea--left * {
  color: rgb(22, 22, 22);
  font-size: 30px;
}
@media (min-width: 1024px) {
  .htt-talk-idea--left * {
    font-size: 48px;
  }
}
.htt-talk-idea--left * strong {
  color: rgb(141, 150, 216);
}
.htt-talk-idea--card {
  background-color: rgb(29, 32, 49);
  border-radius: 20px;
  padding: 30px;
}
@media (min-width: 1024px) {
  .htt-talk-idea--card {
    border-radius: 40px;
  }
}
.htt-talk-idea--card h4 {
  color: rgb(255, 255, 255);
  font-size: 20px;
  margin-top: 0;
  letter-spacing: normal;
}
@media (min-width: 1024px) {
  .htt-talk-idea--card h4 {
    font-size: 42px;
    letter-spacing: inherit;
  }
}
.htt-talk-idea--person {
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .htt-talk-idea--person {
    margin-right: 20px;
    margin-bottom: 0;
    display: inline-block;
  }
}
.htt-talk-idea--person .avatar {
  height: 46px;
  width: 46px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 20px;
  background-color: rgb(141, 150, 216);
  vertical-align: middle;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .htt-talk-idea--person .avatar {
    height: 90px;
    width: 90px;
  }
}
.htt-talk-idea--person p {
  color: rgb(255, 255, 255);
  font-size: 12px;
  display: inline-block;
  margin: 0;
}
@media (min-width: 1024px) {
  .htt-talk-idea--person p {
    font-size: 18px;
  }
}
.htt-talk-idea--person p span {
  font-size: 12px;
  color: rgb(141, 150, 216);
  display: block;
}
@media (min-width: 1024px) {
  .htt-talk-idea--person p span {
    font-size: 14px;
  }
}
.htt-talk-idea--meet {
  font-size: 16px;
  color: rgb(255, 255, 255);
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 1024px) {
  .htt-talk-idea--meet {
    font-size: 18px;
  }
}
.htt-talk-idea--meet:after {
  content: "";
  height: 36px;
  width: 36px;
  display: inline-block;
  margin-left: 12px;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../assets/arrow-circle-w.svg);
}
@media (min-width: 1024px) {
  .htt-talk-idea--meet:after {
    height: 58px;
    width: 58px;
  }
}

.bannerino-meet {
  position: fixed;
  right: -600px;
  max-width: 580px;
  bottom: 20px;
  z-index: 10;
  background-color: rgba(55, 53, 181, 0.9);
  border-radius: 20px;
  padding: 15px;
  display: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media (min-width: 1024px) {
  .bannerino-meet {
    display: block;
  }
}
.bannerino-meet.show {
  right: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.bannerino-meet .bannerino-meet-close {
  height: 20px;
  width: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../assets/close-w.svg);
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.bannerino-meet--person {
  display: inline-block;
  margin-right: 20px;
}
.bannerino-meet--person .avatar {
  height: 46px;
  width: 46px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 20px;
  background-color: rgb(141, 150, 216);
  vertical-align: middle;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .bannerino-meet--person .avatar {
    height: 46px;
    width: 46px;
  }
}
.bannerino-meet p {
  font-size: 18px;
  color: rgb(255, 255, 255);
  margin: 6px 0;
  font-weight: 500;
}
.bannerino-meet--meet {
  font-size: 14px;
  color: rgb(255, 255, 255);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .bannerino-meet--meet {
    font-size: 14px;
  }
}

.dark .htt-talk-idea--title {
  color: rgb(255, 255, 255);
}
.dark .htt-talk-idea--left * {
  color: rgb(255, 255, 255);
}
.dark .htt-talk-idea--left * strong {
  color: rgb(141, 150, 216);
  font-weight: 500;
}

.htt-partner-list.htt-grid--9 {
  grid-template-columns: repeat(2, 1fr);
  padding: 30px 20px;
}
@media (min-width: 1024px) {
  .htt-partner-list.htt-grid--9 {
    grid-template-columns: repeat(9, 1fr);
    padding: 50px 40px;
  }
}
.htt-partner-list.htt-grid--5 {
  grid-template-columns: repeat(2, 1fr);
  padding: 30px 20px;
  grid-column-gap: 30px;
}
@media (min-width: 1024px) {
  .htt-partner-list.htt-grid--5 {
    grid-template-columns: repeat(4, 1fr);
    padding: 50px 40px;
    grid-column-gap: 60px;
  }
}
.htt-partner-list img {
  mix-blend-mode: multiply;
}

.htt-banner-citazione {
  margin: 40px 0;
}
@media (min-width: 1024px) {
  .htt-banner-citazione {
    margin: 100px 0;
  }
}

.banner-cit {
  padding: 30px 20px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  background-color: #F7F7F7;
}
@media (min-width: 1024px) {
  .banner-cit {
    padding: 100px 10%;
    border-radius: 40px;
  }
}
.banner-cit h4 {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: normal;
  color: rgb(255, 255, 255);
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .banner-cit h4 {
    font-size: 44px;
    line-height: 54px;
    letter-spacing: -1.92px;
  }
}
.banner-cit h4::before {
  content: "";
  background-image: url(../assets/apici-citazione.svg);
  height: 44px;
  width: 44px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin: 0 0 12px 0;
}
.banner-cit p {
  font-size: 14px;
  font-family: "DM Mono", monospace;
  letter-spacing: normal;
  color: rgb(255, 255, 255);
}
.banner-cit p::before {
  content: "";
  height: 12px;
  width: 12px;
  border-radius: 50%;
  margin-right: 12px;
  vertical-align: middle;
  display: inline-block;
  background-color: rgb(255, 255, 255);
}
.banner-cit.testoscuro h4 {
  color: rgb(22, 22, 22);
}
.banner-cit.testoscuro h4::before {
  content: "";
  background-image: url(../assets/apici-citazione-b.svg);
}
.banner-cit.testoscuro p {
  color: rgb(22, 22, 22);
}
.banner-cit.testoscuro p::before {
  background-color: rgb(22, 22, 22);
}

.banner-testimonial--wrap {
  overflow: hidden;
}

.banner-testimonial {
  padding: 20px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgb(141, 150, 216);
  background-color: transparent;
  margin: 70px 0;
}
@media (min-width: 1024px) {
  .banner-testimonial {
    padding: 100px 10%;
    border-radius: 40px;
    padding: 100px 10%;
  }
}
.banner-testimonial--frase * {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: normal;
  color: rgb(35, 39, 61);
  margin-bottom: 30px;
  font-weight: 500;
  letter-spacing: 0;
  color: rgb(255, 255, 255);
}
@media (min-width: 1024px) {
  .banner-testimonial--frase * {
    font-size: 48px;
    line-height: 54px;
    letter-spacing: -0.15rem;
  }
}
.banner-testimonial--frase::before {
  content: "";
  background-image: url(../assets/apici-citazione.svg);
  height: 44px;
  width: 44px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
  margin: 0 0 12px 0;
}
@media (min-width: 1024px) {
  .banner-testimonial--frase::before {
    display: block;
  }
}
.banner-testimonial--name {
  display: flex;
  margin-right: 20px;
  margin-bottom: 20px;
  align-items: center;
}
.banner-testimonial--name .avatar {
  height: 45px;
  width: 45px;
  min-width: 45px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 20px;
  background-color: rgb(141, 150, 216);
  vertical-align: middle;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .banner-testimonial--name .avatar {
    height: 65px;
    width: 65px;
    min-width: 65px;
  }
}
.banner-testimonial--name p {
  color: rgb(255, 255, 255);
  font-size: 14px;
  display: inline-block;
  margin: 0;
  font-weight: 600;
}
.banner-testimonial--name p span {
  font-size: 14px;
  color: rgb(255, 255, 255);
  display: block;
  font-weight: 400;
}

.htt-breadcrumb ul {
  border-top: 1px solid;
  display: flex;
  list-style: none;
  padding: 10px 0;
  margin: 0;
}
.htt-breadcrumb ul li {
  display: inline-flex;
  font-family: "DM Mono", monospace;
  text-transform: uppercase;
  font-size: 14px;
  color: "Inter", sans-serif;
}
.htt-breadcrumb ul li::after {
  content: "/";
  display: inline-flex;
  margin: 0 3px;
  color: rgb(22, 22, 22);
}
.htt-breadcrumb ul li:last-of-type::after {
  content: none;
  display: none;
}
.htt-breadcrumb ul li.backto::after {
  content: "";
}
.htt-breadcrumb ul li a {
  text-decoration: none;
  color: rgb(22, 22, 22);
}
.htt-breadcrumb ul li a:hover {
  text-decoration: underline;
}
.htt-breadcrumb ul li h1 {
  display: inline-flex;
  font-family: "DM Mono", monospace;
  text-transform: uppercase;
  font-size: 14px;
  color: "Inter", sans-serif;
  letter-spacing: normal;
  margin: 0;
  line-height: normal;
}
.htt-breadcrumb.next ul {
  border-top: 1px solid rgb(22, 22, 22);
  display: flex;
  list-style: none;
  padding: 10px 0;
  margin: 0;
}
.htt-breadcrumb.next ul li {
  display: inline-flex;
  font-family: "DM Mono", monospace;
  text-transform: uppercase;
  font-size: 14px;
  color: rgb(22, 22, 22);
}
.htt-breadcrumb.next ul li::after {
  content: "/";
  display: inline-flex;
  margin: 0 3px;
  color: rgb(22, 22, 22);
}
.htt-breadcrumb.next ul li:last-of-type::after {
  content: none;
  display: none;
}
.htt-breadcrumb.next ul li a {
  text-decoration: none;
  color: rgb(22, 22, 22);
}
.htt-breadcrumb.next ul li a:hover {
  text-decoration: underline;
}
.htt-breadcrumb.purplesection ul {
  border-top: 1px solid rgb(55, 53, 181);
}
.htt-breadcrumb.purplesection ul li {
  color: rgb(55, 53, 181);
}
.htt-breadcrumb.purplesection ul li::after {
  color: rgb(55, 53, 181);
}
.htt-breadcrumb.purplesection ul li a {
  color: rgb(55, 53, 181);
}
.htt-breadcrumb.deepblusection ul {
  border-top: 1px solid rgb(255, 255, 255);
}
.htt-breadcrumb.deepblusection ul li {
  color: rgb(255, 255, 255);
}
.htt-breadcrumb.deepblusection ul li::after {
  color: rgb(255, 255, 255);
}
.htt-breadcrumb.deepblusection ul li a {
  color: rgb(255, 255, 255);
}

.dark ul li {
  color: rgb(255, 255, 255);
}
.dark ul li::after {
  color: rgb(255, 255, 255);
}
.dark ul li a {
  color: rgb(255, 255, 255);
}

.htt-header {
  padding: 20px 0 20px 0;
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .htt-header {
    padding: 30px 0 20px 0;
  }
}
.htt-header .htt-container {
  width: auto;
}
.htt-header .htt-hellobar {
  background-color: rgb(219, 223, 255);
  border-radius: 4px;
  padding: 14px 40px;
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.htt-header .htt-hellobar p {
  font-size: 14px;
  width: 100%;
  text-align: center;
  margin: 0;
}
.htt-header .htt-hellobar p a {
  color: rgb(22, 22, 22);
}
.htt-header .htt-hellobar--close {
  position: absolute;
  right: 20px;
  top: 14px;
  width: 16px;
  height: 16px;
  background-image: url(../assets/times.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
}
.htt-header .htt-hellobar.hide {
  height: 0;
  padding: 0;
  visibility: hidden;
  margin: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.htt-header--logo a {
  width: 200px;
  height: 26px;
  background-image: url(../img/logo-header.svg);
  text-indent: -10000px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 1024px) {
  .htt-header--logo a {
    width: 268px;
    height: 35px;
  }
}
.htt-header--logo.white a {
  background-image: url(../assets/logo-header-w.svg);
}
.htt-header--main {
  display: flex;
  position: relative;
  align-items: center;
}
.htt-header .htt-openmenu-wrap {
  height: 50px;
  width: 50px;
  margin-left: auto;
  position: relative;
  right: 0;
  z-index: 20;
}
@media (min-width: 1024px) {
  .htt-header .htt-openmenu-wrap {
    right: 12px;
    height: 48px;
    width: 48px;
  }
}
.htt-header .htt-openmenu-wrap-fixed {
  position: fixed;
}
.htt-header .htt-openmenu {
  background-image: url(../assets/burger_menu_desktop.svg);
  height: 50px;
  width: 50px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: fixed;
}
@media (min-width: 1024px) {
  .htt-header .htt-openmenu {
    height: 48px;
    width: 48px;
  }
}
.htt-header .htt-openmenu.dark {
  background-image: url(../assets/burger_menu_desktop-w.svg);
}
.htt-header .htt-menu-panel {
  position: absolute;
  top: -12px;
  right: -60px;
  max-width: 100vw;
  background-color: rgb(255, 255, 255);
  padding: 15px;
  border-radius: 20px;
  z-index: 10;
  display: none;
  width: calc(100vw - 55px);
  overflow: scroll;
}
@media (min-width: 1024px) {
  .htt-header .htt-menu-panel {
    width: 430px;
    right: -60px;
    padding: 30px;
    border-radius: 36px;
    overflow: hidden;
  }
}
.htt-header .htt-menu-panel .wrapscrollmenu {
  display: flex;
  flex-direction: column;
  overflow: scroll;
  height: calc(100% - 30px);
}
.htt-header .htt-menu-panel .datetime {
  font-size: 10px;
  font-family: "DM Mono", monospace;
  color: rgb(150, 150, 150);
  margin-top: 14px;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .htt-header .htt-menu-panel .datetime {
    font-size: 14px;
  }
}
.htt-header .htt-menu-panel .menu {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
}
.htt-header .htt-menu-panel .menu li {
  margin: 10px 0;
}
.htt-header .htt-menu-panel .menu li a {
  font-size: 26px;
  font-weight: 500;
  color: rgb(22, 22, 22);
  text-decoration: none;
  display: inline-block;
  padding: 4px 0;
}
@media (min-width: 1024px) {
  .htt-header .htt-menu-panel .menu li a {
    font-size: 32px;
  }
}
.htt-header .htt-menu-panel .htt-social-mainmenu {
  margin: auto 0 10px 0;
  display: flex;
  align-items: center;
}
.htt-header .htt-menu-panel .htt-social-mainmenu h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  display: none;
  letter-spacing: normal;
  color: rgb(22, 22, 22);
}
@media (min-width: 1024px) {
  .htt-header .htt-menu-panel .htt-social-mainmenu h4 {
    font-size: 18px;
  }
}
.htt-header .htt-menu-panel .htt-social-mainmenu .menu {
  margin: 0;
  display: flex;
}
.htt-header .htt-menu-panel .htt-social-mainmenu .menu li {
  padding: 0 20px 0 0;
}
.htt-header .htt-menu-panel .htt-social-mainmenu .menu li a {
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
}
.htt-header .htt-menu-panel .htt-chat-mainmenu {
  margin-top: 40px;
  background-color: rgb(238, 240, 255);
  border-radius: 22px;
  padding: 15px;
  color: rgb(22, 22, 22);
}
.htt-header .htt-menu-panel .htt-chat-mainmenu h4 {
  font-size: 16px;
  font-weight: 400;
  min-width: 100%;
  margin: 0 0 10px 0;
  letter-spacing: normal;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .htt-header .htt-menu-panel .htt-chat-mainmenu h4 {
    font-size: 20px;
  }
}
.htt-header .htt-menu-panel .htt-chat-mainmenu p {
  display: flex;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}
@media (min-width: 1024px) {
  .htt-header .htt-menu-panel .htt-chat-mainmenu p {
    font-size: 18px;
  }
}
.htt-header .htt-menu-panel .htt-chat-mainmenu p a {
  display: inline-flex;
  margin-left: auto;
  height: 45px;
  width: 45px;
  background-image: url(../assets/circle-arrow-right.svg);
  min-width: 45px;
  margin-left: 12px;
}
.htt-header .htt-closemenu {
  background-image: url(../assets/closemenu.svg);
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: auto;
  cursor: pointer;
  position: relative;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 12;
}
@media (min-width: 1024px) {
  .htt-header .htt-closemenu {
    height: 48px;
    width: 48px;
  }
}
.htt-header .pilljob {
  display: inline-block;
  background-color: rgb(141, 150, 216);
  color: rgb(255, 255, 255);
  font-size: 14px;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 12px;
  margin-left: 6px;
  vertical-align: top;
}
.htt-header.invert .htt-header--logo a {
  background-image: url(../assets/logo-header-invert.svg);
}
.htt-header.invert .htt-openmenu {
  background-image: url(../assets/burger_menu_desktop-invert.svg);
}
.htt-header.invert.testobianco .htt-header--logo a {
  background-image: url(../assets/logo-header-w.svg);
}
.htt-header.invert.testobianco .htt-openmenu {
  background-image: url(../assets/burger_menu_desktop-w.svg);
}
.htt-header .language-selector .current {
  color: rgb(22, 22, 22);
  font-weight: 600;
  margin-right: 10px;
}
.htt-header .language-selector a {
  color: rgb(22, 22, 22);
  font-size: 16px;
  text-decoration: underline;
  font-weight: 400;
  margin-right: 10px;
}

.dark .htt-header--logo a {
  background-image: url(../assets/logo-header-w.svg);
}
.dark .htt-header .htt-openmenu {
  background-image: url(../assets/burger_menu_desktop-w.svg);
}

.white .htt-header--logo a {
  background-image: url(../assets/logo-header.svg);
}
.white .htt-header .htt-openmenu {
  background-image: url(../assets/burger_menu_desktop.svg);
}

.white .htt-header.invert.testobianco .htt-openmenu {
  background-image: url(../assets/burger_menu_desktop.svg);
}

.htt-footer {
  padding: 0 0 50px 0;
  color: rgb(255, 255, 255);
}
.htt-footer--brand {
  background-image: url(../assets/logo-footer.svg);
  background-size: contain;
  height: 15vw;
  background-repeat: no-repeat;
  background-position: center;
}
.htt-footer--menus {
  display: flex;
  border-top: 1px solid rgb(141, 150, 216);
  flex-direction: column;
}
@media (min-width: 1024px) {
  .htt-footer--menus {
    flex-direction: row;
  }
}
.htt-footer--mainmenu {
  width: 100%;
  padding: 30px 0;
}
@media (min-width: 1024px) {
  .htt-footer--mainmenu {
    width: 50%;
  }
}
.htt-footer--mainmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.htt-footer--mainmenu ul li {
  padding: 10px 0;
}
.htt-footer--mainmenu ul li a {
  color: rgb(255, 255, 255);
  font-size: 24px;
  text-decoration: none;
  font-weight: 500;
}
.htt-footer--mainmenu ul li .menu-description {
  background-color: rgb(141, 150, 216);
  font-size: 14px;
  text-transform: uppercase;
  padding: 3px 15px;
  border-radius: 12px;
  margin-left: 10px;
}
.htt-footer--secondnmenu {
  width: 100%;
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .htt-footer--secondnmenu {
    width: 50%;
    flex-wrap: nowrap;
  }
}
.htt-footer--legal {
  color: rgba(255, 255, 255, 0.4);
  font-size: 11px;
}
.htt-footer--legal p {
  font-size: 11px;
}
.htt-footer--legal a {
  color: rgba(255, 255, 255, 0.4);
}
.htt-footer--items-coldx {
  max-width: 50%;
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .htt-footer--items-coldx {
    max-width: 33%;
    margin-bottom: 0;
  }
}
.htt-footer--items-coldx h4 {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: normal;
}
.htt-footer--items-coldx p {
  color: rgb(255, 255, 255);
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
  line-height: 24px;
}
.htt-footer--items-coldx ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.htt-footer--items-coldx ul li {
  padding: 3px 0;
}
.htt-footer--items-coldx ul li a {
  color: rgb(255, 255, 255);
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
}
.htt-footer--items-coldx a {
  color: rgb(255, 255, 255);
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
}
.htt-footer .language-selector .current {
  color: rgb(255, 255, 255);
  font-weight: 600;
  margin-right: 10px;
}
.htt-footer .language-selector a {
  color: rgb(255, 255, 255);
  font-size: 16px;
  text-decoration: underline;
  font-weight: 400;
  margin-right: 10px;
}

.purple .htt-footer,
.white .htt-footer,
.beige .htt-footer {
  color: rgb(22, 22, 22);
}
.purple .htt-footer--menus,
.white .htt-footer--menus,
.beige .htt-footer--menus {
  border-top: 1px solid rgb(22, 22, 22);
}
.purple .htt-footer--mainmenu ul li a,
.white .htt-footer--mainmenu ul li a,
.beige .htt-footer--mainmenu ul li a {
  color: rgb(22, 22, 22);
}
.purple .htt-footer--mainmenu ul li .menu-description,
.white .htt-footer--mainmenu ul li .menu-description,
.beige .htt-footer--mainmenu ul li .menu-description {
  background-color: rgb(141, 150, 216);
}
.purple .htt-footer--legal,
.white .htt-footer--legal,
.beige .htt-footer--legal {
  color: rgba(22, 22, 22, 0.4);
}
.purple .htt-footer--legal a,
.white .htt-footer--legal a,
.beige .htt-footer--legal a {
  color: rgba(22, 22, 22, 0.4);
}
.purple .htt-footer--items-coldx p,
.white .htt-footer--items-coldx p,
.beige .htt-footer--items-coldx p {
  color: rgb(22, 22, 22);
}
.purple .htt-footer--items-coldx ul li a,
.white .htt-footer--items-coldx ul li a,
.beige .htt-footer--items-coldx ul li a {
  color: rgb(22, 22, 22);
}

.intro-block-homepage {
  padding-top: 40px;
}
.intro-block-homepage h1 {
  display: block;
  font-size: 48px;
  line-height: 52px;
  letter-spacing: -0.2rem;
  margin: 0;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .intro-block-homepage h1 {
    max-width: 75%;
    font-size: 110px;
    letter-spacing: -0.4rem;
    line-height: 130px;
  }
}
.intro-block-homepage h1 br.desktop {
  display: none;
}
@media (min-width: 1024px) {
  .intro-block-homepage h1 br.desktop {
    display: inline;
  }
}
.intro-block-homepage h1 br.mobile {
  display: inline;
}
@media (min-width: 1024px) {
  .intro-block-homepage h1 br.mobile {
    display: none;
  }
}
.intro-block-homepage .introhomepage {
  padding: 30px 0;
}
@media (min-width: 1024px) {
  .intro-block-homepage .introhomepage {
    padding: 100px 0;
  }
}
.intro-block-homepage .introhomepage .htt-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
@media (min-width: 1024px) {
  .intro-block-homepage .introhomepage .htt-container {
    grid-template-columns: repeat(5, 1fr);
  }
}
.intro-block-homepage .introhomepage--colsx {
  order: 2;
}
@media (min-width: 1024px) {
  .intro-block-homepage .introhomepage--colsx {
    grid-area: 1/1/2/3;
    padding-right: 35%;
    order: 1;
  }
}
.intro-block-homepage .introhomepage--colsx p {
  font-size: 16px;
  margin: 0 0 20px 0;
  line-height: 140%;
}
@media (min-width: 1024px) {
  .intro-block-homepage .introhomepage--colsx p {
    font-size: 22px;
    margin: 0 0 40px 0;
    line-height: 140%;
  }
}
.intro-block-homepage .introhomepage--coldx {
  order: 1;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .intro-block-homepage .introhomepage--coldx {
    grid-area: 1/3/2/6;
    order: 2;
    margin-bottom: 0;
  }
}
.intro-block-homepage .introhomepage--coldx img {
  border-radius: 20px;
  width: 100%;
}
@media (min-width: 1024px) {
  .intro-block-homepage .introhomepage--coldx img {
    border-radius: 40px;
  }
}

.textbigfull .htt-container * {
  font-size: 30px;
  letter-spacing: -1px;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .textbigfull .htt-container * {
    font-size: 64px;
    letter-spacing: -1.92px;
  }
}
.textbigfull .htt-container * strong {
  color: rgb(141, 150, 216);
}
.textbigfull.versione_servizi .htt-container * {
  font-size: 30px;
  letter-spacing: -1px;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .textbigfull.versione_servizi .htt-container * {
    font-size: 48px;
    line-height: 58px;
    letter-spacing: -1.92px;
  }
}
.textbigfull.versione_servizi .htt-container * strong {
  color: rgb(141, 150, 216);
}
.scrolling-words-container {
  display: flex;
  align-items: center;
  font-size: 48px;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .scrolling-words-container {
    font-size: 130px;
  }
}

.scrolling-words-box {
  height: 52px;
  margin: auto;
  overflow: hidden;
  width: auto;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 1024px) {
  .scrolling-words-box {
    height: 130px;
    margin-left: 20px;
    padding-right: 10px;
  }
}

.scrolling-words-box ul {
  margin: 0;
  padding: 0;
  animation: scrollUp 8s infinite;
}

.scrolling-words-box ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 48px;
  line-height: 52px;
  list-style: none;
  color: rgb(141, 150, 216);
}
@media (min-width: 1024px) {
  .scrolling-words-box ul li {
    font-size: 110px;
    height: 130px;
    line-height: 130px;
  }
}

@keyframes scrollUp {
  10%, 20% {
    transform: translateY(-16.6666666667%);
  }
  30%, 40% {
    transform: translateY(-33.3333333333%);
  }
  50%, 60% {
    transform: translateY(-50%);
  }
  70%, 80% {
    transform: translateY(-66.6666666667%);
  }
  90%, 100% {
    transform: translateY(-83.3333333333%);
  }
}
.htt-item-intro-cs {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgb(255, 255, 255);
  padding: 30px 30px 0 30px;
  border-radius: 40px;
}
.htt-item-intro-cs--colsx {
  grid-area: 1/1/2/8;
  padding-bottom: 30px;
}
.htt-item-intro-cs--colsx h1 {
  color: rgb(141, 150, 216);
  margin: 30px 0 50px 0;
  line-height: 110px;
}
.htt-item-intro-cs--colsx h1 span {
  color: rgb(55, 53, 181);
}
.htt-item-intro-cs--colsx p {
  font-size: 22px;
  line-height: 30px;
  color: rgb(55, 53, 181);
}
.htt-item-intro-cs--coldx {
  grid-area: 1/8/2/13;
}

.text-purple-block-cs {
  border-bottom: 1px solid rgb(55, 53, 181);
}
.text-purple-block-cs:last-of-type {
  border-bottom: none;
}
.text-purple-block-cs.border-top-cs {
  border-top: 1px solid rgb(55, 53, 181);
}
.text-purple-block-cs.border-top-cs:last-of-type {
  border-bottom: inherit;
}
.text-purple-block-cs--title {
  font-size: 30px;
  color: rgb(55, 53, 181);
  margin: 0 0 30px 0;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .text-purple-block-cs--title {
    max-width: 80%;
    font-size: 48px;
  }
}
.text-purple-block-cs p {
  font-size: 16px;
  color: rgb(55, 53, 181);
  margin: 0 0 30px 0;
  line-height: 24px;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .text-purple-block-cs p {
    max-width: 80%;
    font-size: 18px;
    line-height: 28px;
  }
}
.text-purple-block-cs img {
  max-width: 80%;
  display: flex;
  margin: 0 auto;
}

.white .text-purple-block-cs {
  border-bottom: 1px solid rgb(22, 22, 22);
}
.white .text-purple-block-cs.border-top-cs {
  border-top: 1px solid rgb(22, 22, 22);
}
.white .text-purple-block-cs--title {
  color: rgb(22, 22, 22);
}
.white .text-purple-block-cs p {
  color: rgb(22, 22, 22);
}

.text-block-cs {
  border-top: 1px solid rgb(22, 22, 22);
}
.text-block-cs:first-of-type {
  border-top: none;
}
.text-block-cs--title {
  font-size: 48px;
  color: rgb(22, 22, 22);
  margin: 0 0 30px 0;
  max-width: 80%;
}
.text-block-cs p {
  font-size: 18px;
  color: rgb(22, 22, 22);
  margin: 0 0 30px 0;
  line-height: 28px;
  max-width: 80%;
}
.text-block-cs img {
  max-width: 80%;
  display: flex;
  margin: 0 auto;
}

.single-landing-consulenza {
  background-color: rgb(219, 223, 255);
}
.single-landing-consulenza .htt-breadcrumb ul {
  border-color: rgb(55, 53, 181);
  color: rgb(55, 53, 181);
}
.single-landing-consulenza .htt-breadcrumb ul li {
  color: rgb(55, 53, 181);
}
.single-landing-consulenza .htt-breadcrumb ul li a {
  color: rgb(55, 53, 181);
}
.single-landing-consulenza header {
  background-color: rgb(219, 223, 255);
}
.single-landing-consulenza .intro-single-consulenza {
  display: flex;
  flex-direction: column;
  background-color: rgb(255, 255, 255);
  border-radius: 40px;
  padding: 20px 20px 0 20px;
  margin: 0 0 30px 0;
}
@media (min-width: 1024px) {
  .single-landing-consulenza .intro-single-consulenza {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 50px 50px 0 50px;
    margin: 0 0 80px 0;
  }
}
.single-landing-consulenza .intro-single-consulenza--text {
  grid-area: 1/1/2/8;
}
.single-landing-consulenza .intro-single-consulenza--text h1 {
  font-weight: 500;
  color: rgb(141, 150, 216);
  margin-top: 30px;
  font-size: 48px;
  line-height: 52px;
}
@media (min-width: 1024px) {
  .single-landing-consulenza .intro-single-consulenza--text h1 {
    font-weight: 500;
    color: rgb(141, 150, 216);
    margin-top: 30px;
    font-size: 110px;
    line-height: 110px;
  }
}
.single-landing-consulenza .intro-single-consulenza--text h1 strong {
  font-weight: 500;
  color: rgb(55, 53, 181);
}
.single-landing-consulenza .intro-single-consulenza--text p {
  font-size: 22px;
}
.single-landing-consulenza .intro-single-consulenza--img {
  grid-area: 1/8/2/13;
}
.single-landing-consulenza .intro-single-consulenza--img img {
  height: auto;
  margin-left: auto;
  display: flex;
}
@media (min-width: 1024px) {
  .single-landing-consulenza .intro-single-consulenza--img img {
    margin-top: 20%;
    width: 90%;
  }
}

.cs-home-intro {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  .cs-home-intro {
    display: grid;
  }
}
@media (max-width: 1024px) {
  .cs-home-intro.pt-80 {
    padding-top: 0;
  }
}
.cs-home-intro--text {
  width: 100%;
}
@media (min-width: 1024px) {
  .cs-home-intro--text {
    width: 83.3333333333%;
  }
}
.cs-home-intro--text h3 {
  font-size: 18px;
  letter-spacing: normal;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .cs-home-intro--text h3 {
    font-size: 22px;
  }
}
.cs-home-intro--text p {
  font-size: 16px;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .cs-home-intro--text p {
    font-size: 18px;
  }
}
.cs-home-intro img {
  border-radius: 40px;
  width: 100%;
  max-width: 100%;
  margin: 30px 0;
}
@media (min-width: 1024px) {
  .cs-home-intro img {
    font-size: 18px;
    margin: 0;
  }
}

h1.title-home-cs {
  font-size: 36px;
  line-height: 46px;
  letter-spacing: -0.1rem;
}
@media (min-width: 1024px) {
  h1.title-home-cs {
    font-size: 64px;
    line-height: 74px;
    letter-spacing: -0.2rem;
  }
}

.introservizi {
  overflow: hidden;
  padding-bottom: 20px;
}
.introservizi .htt-container {
  display: flex;
  flex-direction: column;
}
.introservizi h1 {
  color: rgb(255, 255, 255);
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.1rem;
  order: 1;
}
@media (min-width: 1024px) {
  .introservizi h1 {
    order: 1;
    font-size: 64px;
    line-height: 74px;
    letter-spacing: -0.2rem;
  }
}
.introservizi h1 strong {
  color: rgb(141, 150, 216);
  font-weight: 500;
}
.introservizi h4 {
  margin-bottom: 15px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  letter-spacing: inherit;
  order: 3;
}
@media (min-width: 1024px) {
  .introservizi h4 {
    order: 2;
    font-size: 24px;
  }
}
.introservizi .pills-servizi {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  order: 4;
  display: flex;
  overflow: scroll;
  margin-right: -20px;
}
@media (min-width: 1024px) {
  .introservizi .pills-servizi {
    order: 3;
    display: table;
    margin-right: 0;
  }
}
.introservizi .pills-servizi li {
  display: inline-block;
  margin-right: 10px;
  min-width: fit-content;
  text-align: center;
}
@media (min-width: 1024px) {
  .introservizi .pills-servizi li {
    min-width: none;
    margin-right: 20px;
  }
}
.introservizi .pills-servizi li a {
  color: rgb(255, 255, 255);
  padding: 20px;
  font-size: 14px;
  border: 1px solid rgb(255, 255, 255);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 40px;
  display: block;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 1024px) {
  .introservizi .pills-servizi li a {
    font-size: 16px;
    padding: 20px 40px;
  }
}
.introservizi .pills-servizi li a:hover {
  border: 2px solid rgb(255, 255, 255);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.introservizi--hero {
  border-radius: 20px;
  margin: 20px 0;
  order: 2;
}
@media (min-width: 1024px) {
  .introservizi--hero {
    order: 4;
    margin: 40px 0;
    border-radius: 40px;
  }
}

.white .introservizi h1 {
  color: rgb(22, 22, 22);
}
.white .introservizi h1 strong {
  color: rgb(141, 150, 216);
}
.white .introservizi h4 {
  color: rgb(22, 22, 22);
}
.white .introservizi .pills-servizi li a {
  color: rgb(22, 22, 22);
  border: 1px solid rgb(22, 22, 22);
}

.allservizi--item {
  border-bottom: 1px solid rgb(22, 22, 22);
}
.allservizi--item:last-of-type {
  border-bottom: 0;
}
.allservizi--ambito .htt-grid {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .allservizi--ambito .htt-grid {
    display: grid;
  }
}
@media (min-width: 1024px) {
  .allservizi--ambito .htt-grid .allservizi--ambito--text {
    margin-right: 20%;
  }
}
.allservizi--ambito h3 {
  font-size: 48px;
  margin: 20px 0;
}
@media (min-width: 1024px) {
  .allservizi--ambito h3 {
    font-size: 96px;
    margin: 30px 0;
  }
}
.allservizi--ambito p {
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 1024px) {
  .allservizi--ambito p {
    font-size: 22px;
    line-height: 32px;
  }
}
.allservizi--list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.allservizi--list ul li {
  margin-right: 20%;
}
.allservizi--list ul li h4 {
  font-size: 16px;
  letter-spacing: inherit;
  margin: 0;
}
@media (min-width: 1024px) {
  .allservizi--list ul li h4 {
    font-size: 32px;
    margin: inherit;
  }
}
.allservizi--list ul li h4 a {
  color: rgb(22, 22, 22);
  text-decoration: none;
  position: relative;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 2px;
  transition: background-size 0.3s;
  display: inline;
}
.allservizi--list ul li h4 a:hover {
  background-size: 0% 2px;
}

.purple .allservizi--list ul li h4 a {
  color: rgb(55, 53, 181);
}

.dark .allservizi--list ul li h4 a {
  color: rgb(255, 255, 255);
}
.dark .allservizi--item {
  border-bottom: 1px solid rgb(255, 255, 255);
}

.intro-servizio--title {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .intro-servizio--title {
    margin-bottom: 60px;
  }
}
.intro-servizio--title * {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.1rem;
}
@media (min-width: 1024px) {
  .intro-servizio--title * {
    font-size: 64px;
    line-height: 74px;
    letter-spacing: -0.2rem;
  }
}
.intro-servizio--title.font-96 * {
  font-size: 96px;
  line-height: 96px;
  font-weight: 500;
}
.intro-servizio--testo {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .intro-servizio--testo {
    margin-bottom: 0;
    width: 83.3333333333%;
  }
}
.intro-servizio--testo h3 {
  letter-spacing: normal;
  font-size: 22px;
}
.intro-servizio--testo p {
  font-size: 18px;
  line-height: 28px;
}
.intro-servizio--testo ul {
  margin: 30px 0;
  padding: 0 0 0 30px;
}
.intro-servizio--testo ul li {
  font-size: 18px;
  line-height: 28px;
}
.intro-servizio--testo .htt-btn-outline {
  margin-top: 30px;
}
.intro-servizio--img img {
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .intro-servizio--img img {
    border-radius: 40px;
  }
}

.metodo_servizio--title * {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -1px;
}
@media (min-width: 1024px) {
  .metodo_servizio--title * {
    font-size: 48px;
    line-height: 58px;
    letter-spacing: -1.92px;
  }
}
.metodo_servizio--testo {
  margin-bottom: 40px;
}
.metodo_servizio--testo h3 {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -1px;
}
@media (min-width: 1024px) {
  .metodo_servizio--testo h3 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -1.92px;
  }
}
.metodo_servizio--testo p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .metodo_servizio--testo p {
    font-size: 22px;
    line-height: 30px;
  }
}
.metodo_servizio--testo p strong {
  font-weight: 500;
}
.metodo_servizio--testo ul li {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .metodo_servizio--testo ul li {
    font-size: 18px;
    line-height: 22px;
  }
}
.metodo_servizio--testo ul li strong {
  font-weight: 500;
}
.metodo_servizio--ico {
  height: 50px;
  width: 50px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.metodo_servizio--domanda p {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin: 10px 0 0 0;
}
@media (min-width: 1024px) {
  .metodo_servizio--domanda p {
    font-size: 22px;
    line-height: 28px;
  }
}
.metodo_servizio--risposta {
  margin-bottom: 50px;
}
.metodo_servizio--risposta p {
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .metodo_servizio--risposta p {
    line-height: 28px;
    font-size: 18px;
  }
}
.metodo_servizio--sx {
  position: relative;
}
@media (min-width: 1024px) {
  .metodo_servizio--sx {
    padding-right: 10%;
  }
}
.metodo_servizio--sx figure {
  position: relative;
  height: 100%;
}
.metodo_servizio--sx img {
  border-radius: 20px;
  margin: 20px 0;
}
@media (min-width: 1024px) {
  .metodo_servizio--sx img {
    margin: 0;
    border-radius: 40px;
    top: 100px;
    padding: 20px;
    position: sticky;
  }
}
@media (min-width: 1024px) {
  .metodo_servizio--dx {
    padding-right: 10%;
  }
}
.metodo_servizio ul {
  margin: 40px 0 40px 0;
}
.metodo_servizio ul li {
  font-size: 18px;
  padding: 20px 0;
}
.metodo_servizio.grande .htt-grid.htt-grid--4 {
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 1024px) {
  .metodo_servizio.grande .htt-grid.htt-grid--4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.icoinline .metodo_servizio .metodo_servizio--item-list {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.icoinline .metodo_servizio .metodo_servizio--item-list .metodo_servizio--ico {
  margin-right: 20px;
}
.icoinline .metodo_servizio .metodo_servizio--item-list .metodo_servizio--risposta {
  margin-bottom: 0;
}

.doppiacolcard {
  padding: 100px inherit;
}
.doppiacolcard--img {
  margin-bottom: 20px;
}
.doppiacolcard--img img {
  border-radius: 40px;
  max-width: 90%;
  margin: 0 auto;
}
.doppiacolcard--argomento {
  font-family: "DM Mono", monospace;
  font-size: 14px;
  margin: 12px 0;
  text-transform: uppercase;
  padding-top: 20px;
}
.doppiacolcard--argomento:before {
  content: "";
  height: 12px;
  width: 12px;
  display: inline-block;
  border-radius: 50%;
  background-color: rgb(22, 22, 22);
  margin-right: 10px;
}
.doppiacolcard--titolo {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .doppiacolcard--titolo {
    width: 83.3333333333%;
    line-height: normal;
  }
}
.doppiacolcard--titolo * {
  font-size: 32px;
  font-weight: 500;
}
.doppiacolcard--testo {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .doppiacolcard--testo {
    width: 83.3333333333%;
  }
}
.doppiacolcard--testo p {
  font-size: 18px;
  line-height: 28px;
}
.doppiacolcard--testo ul {
  padding-left: 20px;
  margin-right: 10%;
}
.doppiacolcard--testo ul li {
  margin-bottom: 30px;
}
.doppiacolcard .full-row--img {
  padding: 40px 0;
}
@media (min-width: 1024px) {
  .doppiacolcard .full-row--img {
    padding: 80px 0 40px 0;
  }
}
.doppiacolcard .full-row--img img {
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .doppiacolcard .full-row--img img {
    max-width: 90%;
  }
}

.dark .doppiacolcard {
  padding: 100px inherit;
}
.dark .doppiacolcard--img {
  margin-bottom: 20px;
}
.dark .doppiacolcard--img img {
  border-radius: 40px;
}
.dark .doppiacolcard--argomento {
  font-family: "DM Mono", monospace;
  font-size: 14px;
  margin: 12px 0;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.dark .doppiacolcard--argomento:before {
  content: "";
  height: 12px;
  width: 12px;
  display: inline-block;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  margin-right: 10px;
}
.dark .doppiacolcard--titolo {
  margin-bottom: 20px;
}
.dark .doppiacolcard--titolo * {
  font-size: 32px;
  font-weight: 500;
  color: rgb(255, 255, 255);
}
.dark .doppiacolcard--testo {
  margin-bottom: 20px;
}
.dark .doppiacolcard--testo p {
  font-size: 18px;
  line-height: 24px;
  color: rgb(255, 255, 255);
}

.htt-case-service-correlati {
  padding: 70px 0;
}
.htt-case-service-correlati h4 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: normal;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .htt-case-service-correlati h4 {
    font-size: 32px;
  }
}
.htt-case-service-correlati .htt-card--tag {
  margin: 0 auto;
  display: table;
}

.title-form-contatti {
  font-size: 48px;
  line-height: 58px;
  margin: 30px 0;
}

.intro-case-history--text {
  display: flex;
  flex-direction: column;
}
.intro-case-history--title {
  font-size: 30px;
  color: rgb(22, 22, 22);
  line-height: 36px;
  letter-spacing: -0.1rem;
  margin: 0;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .intro-case-history--title {
    font-size: 64px;
    line-height: 74px;
    letter-spacing: -0.2rem;
  }
}
.intro-case-history--subtitle {
  font-size: 64px;
  color: rgb(22, 22, 22);
  line-height: 74px;
  letter-spacing: -0.2rem;
  margin: 0;
}
.intro-case-history--details {
  margin-top: 30px;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
@media (min-width: 1024px) {
  .intro-case-history--details {
    margin-top: 150px;
    margin-bottom: 0;
    grid-template-columns: repeat(3, 1fr);
  }
}
.intro-case-history--details p {
  font-size: 14px;
  font-family: "DM Mono", monospace;
}
.intro-case-history--details p::before {
  content: "";
  height: 12px;
  width: 12px;
  border-radius: 50%;
  margin-right: 6px;
  display: inline-block;
  background-color: rgb(22, 22, 22);
}
.intro-case-history--details ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.intro-case-history--details ul li {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
.intro-case-history--details ul li a {
  color: rgb(22, 22, 22);
}
.intro-case-history--durata p {
  text-transform: uppercase;
}
.intro-case-history--industria p {
  text-transform: uppercase;
}
.intro-case-history--servizi {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .intro-case-history--servizi {
    margin-top: 0;
  }
}
.intro-case-history--servizi p {
  text-transform: uppercase;
}
.intro-case-history--img img {
  border-radius: 40px;
}

.spacer-page-case {
  height: 500px;
  width: 100%;
}

.banner-next-case {
  overflow: hidden;
}

.top-case-history.case-white-text .htt-breadcrumb ul {
  border-top: 1px solid #fff !important;
}
.top-case-history.case-white-text .htt-breadcrumb ul li {
  color: #fff !important;
}
.top-case-history.case-white-text .htt-breadcrumb ul li a {
  color: #fff !important;
}
.top-case-history.case-white-text .htt-breadcrumb ul li::after {
  color: #fff !important;
}
.top-case-history.case-white-text .intro-case-history--title {
  color: #fff !important;
}
.top-case-history.case-white-text .intro-case-history--details p {
  color: #fff !important;
}
.top-case-history.case-white-text .intro-case-history--details ul li {
  color: #fff !important;
}
.top-case-history.case-white-text .intro-case-history--details ul li a {
  color: #fff !important;
}
.top-case-history.case-white-text .intro-case-history--details p::before {
  background-color: #fff !important;
}

.white .top-case-history.case-white-text .htt-breadcrumb ul {
  border-top: 1px solid #161616 !important;
}
.white .top-case-history.case-white-text .htt-breadcrumb ul li a {
  color: #161616 !important;
}
.white .top-case-history.case-white-text .htt-breadcrumb ul li {
  color: #161616 !important;
}
.white .top-case-history.case-white-text .htt-breadcrumb ul li::after {
  color: #161616 !important;
}
.white .top-case-history.case-white-text .intro-case-history--title {
  color: #161616 !important;
}
.white .top-case-history.case-white-text .intro-case-history--details p {
  color: #161616 !important;
}
.white .top-case-history.case-white-text .intro-case-history--details ul li {
  color: #161616 !important;
}
.white .top-case-history.case-white-text .intro-case-history--details ul li a {
  color: #161616 !important;
}
.white .top-case-history.case-white-text .intro-case-history--details p::before {
  background-color: #161616 !important;
}

.home .block-lasted-news .htt-grid--3 {
  display: flex;
  overflow: scroll;
}
@media (min-width: 1024px) {
  .home .block-lasted-news .htt-grid--3 {
    display: grid;
    margin: 0 -20px;
    overflow: auto;
  }
}
.home .block-lasted-news .htt-card-vertical.htt-card {
  border-right: 1px solid rgb(22, 22, 22);
  min-width: 70%;
}
.home.dark .block-lasted-news .htt-card-vertical.htt-card {
  border-right: 1px solid rgb(255, 255, 255);
}

.block-lasted-news .htt-grid--3 {
  margin: 0 -20px;
}
.block-lasted-news .htt-card-vertical.htt-card {
  padding: 20px;
}
.block-lasted-news .htt-card-vertical.htt-card:last-of-type {
  border-right: 0;
}
@media (min-width: 1024px) {
  .block-lasted-news .htt-card-vertical.htt-card .htt-card-wrap {
    border-right: 1px solid;
    padding: 20px;
  }
}
.block-lasted-news .htt-card-vertical.htt-card .htt-card--cat {
  margin: 0 0 20px 0;
  font-family: "DM Mono", monospace;
}
.block-lasted-news .htt-card-vertical.htt-card .htt-card--itemimg {
  margin-bottom: 20px;
}
.block-lasted-news .htt-card-vertical.htt-card .htt-card--itemimg img {
  border-radius: 0;
}
.block-lasted-news.magazine {
  padding-bottom: 120px;
}
.block-lasted-news.magazine .htt-card-vertical.htt-card {
  border-bottom: 1px solid;
  padding: 20px 0;
}
.block-lasted-news.magazine .htt-card-vertical.htt-card:last-of-type {
  border-right: 0;
}
.block-lasted-news .magazine--grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0;
  margin: 0;
}
@media (min-width: 1024px) {
  .block-lasted-news .magazine--grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.block-lasted-news .magazine--grid > div:nth-child(3n) {
  border-right: none;
}
.block-lasted-news .magazine--grid > div:nth-child(3n) .htt-card-wrap {
  border-right: none;
}
.block-lasted-news .magazine--grid .htt-card--cat {
  margin: 0 0 20px 0;
  font-family: "DM Mono", monospace;
}

.singola-news {
  border-bottom: 1px solid;
}
.singola-news h2 {
  font-size: 37px;
  line-height: 44px;
  letter-spacing: normal;
  font-family: "scotch-text-compressed", sans-serif;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .singola-news h2 {
    font-size: 74px;
    line-height: 80px;
  }
}
.singola-news h2 a {
  color: rgb(22, 22, 22);
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.3s;
}
.singola-news h2 a:hover {
  background-size: 100% 2px;
}
.singola-news h2 a:focus {
  background-size: 100% 2px;
}

.page-template-magazine {
  background-color: rgb(255, 242, 232);
}

.htt-header-post {
  background-color: rgb(255, 242, 232);
  position: relative;
}
.htt-header-post--columns {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  .htt-header-post--columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}
.htt-header-post--colsx {
  display: flex;
  flex-direction: column;
}
.htt-header-post--coldx {
  display: flex;
  flex-direction: column;
}
.htt-header-post--dateread {
  font-family: "DM Mono", monospace;
  font-size: 12px;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .htt-header-post--dateread {
    font-size: 14px;
  }
}
.htt-header-post--dateread .read::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 6px;
  display: inline-block;
  background-color: rgb(22, 22, 22);
}
.htt-header-post--dateread .date {
  display: inline-block;
}
.htt-header-post--dateread .date::before {
  content: "/";
  margin: 0 6px;
}
.htt-header-post--img {
  margin-bottom: 150px;
  width: 100%;
  margin: 0 0 20px auto;
}
@media (min-width: 1024px) {
  .htt-header-post--img {
    width: 75%;
    margin: 0 0 40px auto;
  }
}
.htt-header-post--img img {
  height: auto;
  max-height: 60vh;
  width: inherit;
  margin-left: auto;
  display: block;
  max-width: 100%;
}
.htt-header-post h1 {
  font-size: 37px;
  line-height: 44px;
  letter-spacing: normal;
  font-family: "scotch-text-compressed", sans-serif;
}
@media (min-width: 1024px) {
  .htt-header-post h1 {
    font-size: 74px;
    line-height: 80px;
  }
}
.htt-header-post--tagcat {
  margin-top: auto;
  margin-left: auto;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .htt-header-post--tagcat {
    margin-bottom: 0;
  }
}
.htt-header-post--tagcat a {
  font-size: 14px;
  font-family: "DM Mono", monospace;
  padding: 8px;
  border: 1px solid rgb(22, 22, 22);
  color: rgb(22, 22, 22);
  display: inline-block;
  margin-right: 10px;
  text-decoration: none;
  border-radius: 4px;
}
.htt-header-post--tagcat .tag {
  font-size: 12px;
  font-family: "DM Mono", monospace;
  padding: 8px;
  border: 1px solid rgb(22, 22, 22);
  color: rgb(22, 22, 22);
  display: inline-block;
  margin-right: 10px;
  text-decoration: none;
  border-radius: 4px;
}
@media (min-width: 1024px) {
  .htt-header-post--tagcat .tag {
    font-size: 14px;
  }
}
.htt-header-post--author {
  margin-top: auto;
}
.htt-header-post--author p {
  font-size: 12px;
  font-weight: 600;
  margin: 0;
}
@media (min-width: 1024px) {
  .htt-header-post--author p {
    font-size: 18px;
  }
}
.htt-header-post--author p span {
  font-weight: 400;
  font-size: 12 px;
}
@media (min-width: 1024px) {
  .htt-header-post--author p span {
    font-size: 14px;
  }
}
.htt-header-post--avatar {
  height: 69px;
  width: 69px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .htt-header-post--avatar {
    height: 84px;
    width: 84px;
  }
}

/* The progress container (grey background) */
.progress-container {
  width: 100%;
  height: 4px;
  background: #ccc;
  position: sticky;
  top: 0;
}

/* The progress bar (scroll indicator) */
.progress-bar {
  height: 4px;
  background: rgb(244, 67, 54);
  width: 0%;
}

.htt-container-post {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.htt-container-post--content {
  max-width: 900px;
  margin: 150px auto 200px auto;
}
.htt-container-post--content h2, .htt-container-post--content h3, .htt-container-post--content h4, .htt-container-post--content h5, .htt-container-post--content p, .htt-container-post--content ul {
  max-width: 700px;
  margin: 0 auto 20px auto;
}
.htt-container-post--content img {
  border-radius: 40px;
  margin: 100px 0;
}

#htt-article .testo-colonna-centrale {
  max-width: 700px;
}
#htt-article .htt-generic-text--img {
  max-width: 940px;
  margin: 0 auto;
}
#htt-article .htt-generic-text h2 {
  margin-bottom: 0;
  font-size: 48px;
  line-height: 60px;
}
#htt-article .htt-generic-text h3 {
  margin-bottom: 0;
  font-weight: 300;
}
@media (min-width: 1024px) {
  #htt-article .htt-generic-text h3 {
    font-size: 36px;
    line-height: 42px;
  }
}
#htt-article .htt-generic-text h4 {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: normal;
  margin-bottom: 0;
}
#htt-article .htt-generic-text h5 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: normal;
  margin-top: 0;
}
#htt-article .htt-generic-text p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
@media (min-width: 1024px) {
  #htt-article .htt-generic-text p {
    font-size: 18px;
    line-height: 28px;
  }
}
#htt-article .htt-generic-text ol,
#htt-article .htt-generic-text ul {
  padding-left: 20px;
}
#htt-article .htt-generic-text ol li,
#htt-article .htt-generic-text ul li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1024px) {
  #htt-article .htt-generic-text ol li,
  #htt-article .htt-generic-text ul li {
    font-size: 18px;
    line-height: 28px;
  }
}

.job-offer--header {
  background-color: rgb(255, 255, 255);
  padding: 30px 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .job-offer--header {
    flex-direction: row;
    padding: 40px;
    border-radius: 40px;
  }
}
.job-offer--cat {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .job-offer--cat {
    flex-direction: row;
  }
}
.job-offer--catimg {
  height: 104px;
  width: 104px;
  border-radius: 50%;
  display: none;
  margin: 0 40px 0 0;
  background-size: cover;
  background-position: center;
}
@media (min-width: 1024px) {
  .job-offer--catimg {
    display: inline-flex;
  }
}
.job-offer h1 {
  font-size: 48px;
  line-height: 54px;
  margin: 0 0 20px 0;
  letter-spacing: -0.1rem;
}
@media (min-width: 1024px) {
  .job-offer h1 {
    font-size: 64px;
    line-height: 74px;
    margin: 0 0 20px 0;
    letter-spacing: -0.2rem;
  }
}
.job-offer--catname p {
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 10px 0;
}
.job-offer--catname p::before {
  content: "";
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: rgb(22, 22, 22);
  margin-right: 12px;
  display: inline-block;
}
.job-offer--cta {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 1024px) {
  .job-offer--cta {
    margin-left: auto;
    width: auto;
    margin-top: auto;
  }
}
.job-offer--cta a {
  margin-top: auto;
  text-align: center;
  margin-top: 20px;
  display: block;
}
@media (min-width: 1024px) {
  .job-offer--cta a {
    margin-top: 0;
  }
}
.job-offer--place {
  display: inline-flex;
  margin-right: 20px;
  font-size: 14px;
  font-family: "DM Mono", monospace;
  align-items: center;
  text-transform: uppercase;
}
.job-offer--place::before {
  content: "";
  height: 22px;
  width: 22px;
  display: inline-block;
  margin-right: 10px;
  background-image: url(../assets/mapico.svg);
}
.job-offer--time {
  display: inline-flex;
  margin-right: 20px;
  font-size: 14px;
  font-family: "DM Mono", monospace;
  align-items: center;
  text-transform: uppercase;
}
.job-offer--time::before {
  content: "";
  height: 22px;
  width: 22px;
  display: inline-block;
  margin-right: 10px;
  background-image: url(../assets/calendarico.svg);
}
.job-offer--content {
  margin: 20px 0 50px 0;
}
@media (min-width: 1024px) {
  .job-offer--content {
    margin: 60px 0;
  }
}
.job-offer .testo-colonna-centrale {
  max-width: 700px;
}
.job-offer .testo-colonna-centrale h2 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: normal;
}
.job-offer .testo-colonna-centrale h3 {
  font-size: 22px;
  letter-spacing: normal;
}
.job-offer .testo-colonna-centrale p {
  font-size: 18px;
}
.job-offer .testo-colonna-centrale ul {
  padding-left: 20px;
}
.job-offer .testo-colonna-centrale li {
  font-size: 18px;
}
.job-offer .htt-generic-text .htt-section-line-title h4 {
  font-size: 14px;
}

.form-candidatura .htt-container {
  padding-top: 50px;
  padding-bottom: 50px;
}
.form-candidatura .htt-grid {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .form-candidatura .htt-grid {
    display: grid;
  }
}
.form-candidatura--text {
  width: 100%;
}
@media (min-width: 1024px) {
  .form-candidatura--text {
    width: 83.3333333333%;
  }
}
.form-candidatura--text h3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .form-candidatura--text h3 {
    font-size: 48px;
    line-height: 58px;
  }
}
.banner-iscrizione-newsletter {
  margin: 50px 0;
}
.banner-iscrizione-newsletter .htt-grid {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  .banner-iscrizione-newsletter .htt-grid {
    display: grid;
  }
}
.banner-iscrizione-newsletter--text {
  background-color: rgb(238, 240, 255);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 20px;
}
@media (min-width: 1024px) {
  .banner-iscrizione-newsletter--text {
    padding: 0 80px;
    border-radius: 40px;
  }
}
.banner-iscrizione-newsletter--text h3 {
  font-size: 32px;
  color: rgb(22, 22, 22);
  margin: 0 0 10px 0;
}
@media (min-width: 1024px) {
  .banner-iscrizione-newsletter--text h3 {
    font-size: 48px;
    margin: 0 0 20px 0;
  }
}
.banner-iscrizione-newsletter--text p {
  font-size: 18px;
  line-height: 26px;
  color: rgb(22, 22, 22);
  margin-top: 0;
}
@media (min-width: 1024px) {
  .banner-iscrizione-newsletter--text p {
    font-size: 18px;
    line-height: 26px;
  }
}
.banner-iscrizione-newsletter--text .wpcf7-form {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .banner-iscrizione-newsletter--text .wpcf7-form {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.banner-iscrizione-newsletter--text .wpcf7-form p {
  display: flex;
}
.banner-iscrizione-newsletter--text .wpcf7-form .wpcf7-submit {
  line-height: 60px;
  padding: 0 30px;
  border-radius: 30px;
  border: none;
  color: rgb(255, 255, 255);
  background-color: rgb(244, 67, 54);
  font-size: 16px;
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
@media (min-width: 1024px) {
  .banner-iscrizione-newsletter--text .wpcf7-form .wpcf7-submit {
    margin-top: 0;
    width: auto;
    margin-left: 10px;
  }
}
.banner-iscrizione-newsletter--text .wpcf7-form .submit p {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .banner-iscrizione-newsletter--text .wpcf7-form .submit p {
    flex-direction: row;
  }
}
.banner-iscrizione-newsletter--text .wpcf7-form .wpcf7-email {
  line-height: 60px;
  padding: 0 30px;
  border: 1px solid rgb(22, 22, 22);
  max-width: 400px;
}
@media (min-width: 1024px) {
  .banner-iscrizione-newsletter--text .wpcf7-form .campi {
    flex: 1 0 65%;
  }
}
.banner-iscrizione-newsletter--text .wpcf7-form .campi p {
  flex-direction: column;
  display: flex;
  margin-top: 0;
  display: inline;
}
.banner-iscrizione-newsletter--text .wpcf7-form .campi p a {
  display: block;
  font-size: 14px;
  line-height: 18px;
  margin-left: 44px;
  color: rgb(22, 22, 22);
}
.banner-iscrizione-newsletter--text .wpcf7-form .wpcf7-response-output {
  flex-basis: 100%;
  display: flex;
}
.banner-iscrizione-newsletter--text .wpcf7-form .wpcf7-form-control-wrap {
  margin: 20px 0 0 0;
}
.banner-iscrizione-newsletter--text .wpcf7-form .wpcf7-form-control-wrap .wpcf7-list-item {
  margin: 0;
}
.banner-iscrizione-newsletter--text .wpcf7-form .wpcf7-form-control-wrap span {
  display: inline;
}
.banner-iscrizione-newsletter--text .wpcf7-form .wpcf7-form-control-wrap label {
  font-size: 14px;
  line-height: 18px;
}
.banner-iscrizione-newsletter--text .wpcf7-form .wpcf7-form-control-wrap .wpcf7-checkbox {
  margin-top: 20px;
  display: block;
}
.banner-iscrizione-newsletter--text .wpcf7-form .wpcf7-form-control-wrap .wpcf7-checkbox label {
  margin: 0;
}
.banner-iscrizione-newsletter--text .wpcf7-form .submit p {
  margin: 0;
}
.banner-iscrizione-newsletter--text .wpcf7-form .wpcf7-list-item-label::before {
  float: left;
}
.banner-iscrizione-newsletter--img {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .banner-iscrizione-newsletter--img {
    margin-bottom: 0;
  }
}
.banner-iscrizione-newsletter--img img {
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .banner-iscrizione-newsletter--img img {
    border-radius: 40px;
  }
}

.htt-contatti-indirizzi {
  margin: 50px 0;
  display: flex;
  flex-direction: column-reverse;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
@media (min-width: 1024px) {
  .htt-contatti-indirizzi {
    display: grid;
  }
}
.htt-contatti-indirizzi--text {
  grid-area: 1/1/2/5;
}
.htt-contatti-indirizzi--img {
  grid-area: 1/5/2/13;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .htt-contatti-indirizzi--img {
    margin-bottom: 0;
  }
}
.htt-contatti-indirizzi--img img {
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .htt-contatti-indirizzi--img img {
    border-radius: 40px;
  }
}
.htt-contatti-indirizzi--item {
  font-size: 18px;
  max-width: 400px;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .htt-contatti-indirizzi--item {
    margin-top: 0;
  }
}
.htt-contatti-indirizzi--item a {
  color: rgb(22, 22, 22);
}
.htt-contatti-indirizzi--item p {
  margin: 0 0 30px 0;
  line-height: 24px;
}
.htt-contatti-indirizzi--icon {
  max-height: 32px;
  margin-bottom: 10px;
  width: auto;
}

form.wpcf7-form .htt-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
form.wpcf7-form input[type=text],
form.wpcf7-form input[type=email],
form.wpcf7-form input[type=tel] {
  width: 100%;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(22, 22, 22);
  line-height: 48px;
  padding: 0 20px;
  box-sizing: border-box;
}
form.wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  margin-right: 20px;
}
form.wpcf7-form select {
  width: 100%;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(22, 22, 22);
  line-height: 48px;
  height: 48px;
  padding: 0 20px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../assets/chevron-down.svg);
  background-position: center right 10px;
  background-repeat: no-repeat;
}
form.wpcf7-form select::-ms-expand {
  display: none;
}
form.wpcf7-form textarea {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
form.wpcf7-form label {
  margin-bottom: 8px;
  display: block;
  font-size: 18px;
  margin-top: 20px;
}
form.wpcf7-form label .opzionale {
  font-size: 12px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
  opacity: 0.6;
  font-style: italic;
}
form.wpcf7-form select {
  width: 100%;
}
form.wpcf7-form input[type=checkbox] {
  opacity: 0;
  z-index: -1;
  width: 0;
  height: 0;
}
form.wpcf7-form input[type=checkbox] + .wpcf7-list-item-label::before {
  content: "";
  height: 28px;
  width: 28px;
  display: inline-block;
  border: 1px solid rgb(22, 22, 22);
  vertical-align: middle;
  margin-right: 10px;
  background-color: rgb(255, 255, 255);
}
form.wpcf7-form input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-image: url(../assets/check.svg);
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}
form.wpcf7-form .wpcf7-checkbox p a {
  font-size: 14px;
  color: rgb(22, 22, 22);
}
form.wpcf7-form .wpcf7-checkbox .wpcf7-list-item-label {
  font-size: 14px;
  position: relative;
}
form.wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
form.wpcf7-form input[type=radio] {
  opacity: 0;
  z-index: -1;
  width: 0;
  height: 0;
}
form.wpcf7-form input[type=radio] + .wpcf7-list-item-label::before {
  content: "";
  height: 28px;
  width: 28px;
  background-size: 80%;
  background-image: url(../assets/radio.svg);
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
form.wpcf7-form input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-image: url(../assets/radiocheck.svg);
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}
form.wpcf7-form .wpcf7-radio p a {
  font-size: 14px;
  color: rgb(22, 22, 22);
}
form.wpcf7-form .wpcf7-radio .wpcf7-list-item-label {
  font-size: 14px;
  position: relative;
}
form.wpcf7-form .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}

.wp-block-columns {
  margin-bottom: 0;
}

.htt-contact-title {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  .htt-contact-title {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
.htt-contact-title h1 {
  margin: 0 0 30px 0;
}
.htt-contact-title p {
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 1024px) {
  .htt-contact-title p {
    font-size: 22px;
    line-height: 30px;
  }
}
.htt-contact-title p a {
  color: rgb(22, 22, 22);
  font-weight: 500;
}

.htt-contatti-img img {
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .htt-contatti-img img {
    border-radius: 40px;
    max-width: 85%;
  }
}

.htt-contatti-form .wpcf7-submit {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-color: rgb(244, 67, 54);
  color: rgb(255, 255, 255);
  font-size: 16px;
  padding: 18px 40px;
  display: flex;
  border-radius: 28px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  border: none;
  width: 100%;
  text-align: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .htt-contatti-form .wpcf7-submit {
    margin-left: auto;
    width: auto;
  }
}
.htt-contatti-form .wpcf7 input[type=file] {
  margin-bottom: 30px;
  font-size: 16px;
  overflow: hidden;
  box-sizing: border-box;
  max-width: 100%;
}
.htt-contatti-form .scelta-area-form .wpcf7-form-control.wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column-gap: 30px;
}
.htt-contatti-form h3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .htt-contatti-form h3 {
    font-size: 48px;
    line-height: 58px;
  }
}
.htt-contatti-form h4 {
  font-size: 22px;
  line-height: 30px;
  margin: 40px 0 10px 0;
  letter-spacing: -1px;
}
.htt-contatti-form p {
  margin: 0 0 10px 0;
}
.htt-contatti-form .sceltacv {
  margin: 30px 0 50px 0;
}
.htt-contatti-form .form-candidatura--autocandidatura.testo-colonna-centrale {
  max-width: 700px;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  background-color: #46b450;
  padding: 20px;
  color: #fff;
  font-weight: 500;
  border-radius: 40px;
  text-align: center;
}

.wpcf7-not-valid-tip {
  font-size: 13px;
  color: rgb(244, 67, 54);
  margin-top: 4px;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #ffb900;
  background-color: #ffb900;
  padding: 20px;
  color: #fff;
  font-weight: 500;
  border-radius: 40px;
  text-align: center;
}

.page-template-form-pdf {
  background-color: rgb(238, 240, 255);
}
.page-template-form-pdf .htt-contact-title h1 {
  font-size: 48px;
  line-height: 52px;
  letter-spacing: -1.92px;
}
@media (min-width: 1024px) {
  .page-template-form-pdf .htt-contact-title h1 {
    font-size: 110px;
    line-height: 110px;
  }
}

.banner-testo-img-cta .htt-grid {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  .banner-testo-img-cta .htt-grid {
    display: grid;
  }
}
.banner-testo-img-cta--text {
  max-width: 100%;
  padding-left: 0;
}
@media (min-width: 1024px) {
  .banner-testo-img-cta--text {
    max-width: 80%;
  }
}
.banner-testo-img-cta--text h3 {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .banner-testo-img-cta--text h3 {
    font-size: 64px;
    line-height: 74px;
    margin-bottom: 30px;
  }
}
.banner-testo-img-cta--text p {
  margin-bottom: 30px;
}
.banner-testo-img-cta--text p a {
  color: rgb(22, 22, 22);
}
.banner-testo-img-cta--img img {
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .banner-testo-img-cta--img img {
    border-radius: 40px;
  }
}
.banner-testo-img-cta--img .images-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.banner-testo-img-cta--img .images-gallery .image-item {
  flex: 0 0 calc(50% - 10px);
}
.banner-testo-img-cta--img .images-gallery .image-item.first-item {
  flex: 0 0 100%;
}
.banner-testo-img-cta.versione_quadrato_blulight {
  padding: 50px 0;
}
.banner-testo-img-cta.versione_quadrato_blulight .banner-testo-img-cta--text {
  max-width: 100%;
  padding-left: 0;
  background-color: rgb(238, 240, 255);
  border-radius: 20px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  justify-content: center;
}
@media (min-width: 1024px) {
  .banner-testo-img-cta.versione_quadrato_blulight .banner-testo-img-cta--text {
    border-radius: 40px;
    margin-top: 0;
    padding: 40px 20% 40px 40px;
  }
}
.banner-testo-img-cta.versione_quadrato_blulight .banner-testo-img-cta--img {
  padding: 0;
}
@media (min-width: 1024px) {
  .banner-testo-img-cta .inverti_colonne .banner-testo-img-cta--text {
    order: 2;
  }
}

.dark .banner-testo-img-cta.versione_quadrato_blulight .banner-testo-img-cta--text h3 {
  color: rgb(22, 22, 22);
}
.dark .banner-testo-img-cta.versione_quadrato_blulight .banner-testo-img-cta--text p {
  color: rgb(22, 22, 22);
}
.dark .banner-testo-img-cta.versione_quadrato_blulight .banner-testo-img-cta--text p a {
  color: rgb(22, 22, 22);
}

.titolo-pdf-ico {
  font-size: 32px;
  font-weight: 500;
  line-height: 39px;
  letter-spacing: 0em;
}
.titolo-pdf-ico::before {
  content: "";
  height: 46px;
  width: 46px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../assets/icopdf.svg);
  display: block;
  margin-bottom: 10px;
}

.testo-form-pdf {
  font-size: 18px;
  line-height: 28px;
}

.wpcf7-form .htt-grid {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .wpcf7-form .htt-grid {
    display: grid;
  }
}

.htt-contact-title h1 {
  font-size: 48px;
  line-height: 52px;
  letter-spacing: -1.92px;
}
@media (min-width: 1024px) {
  .htt-contact-title h1 {
    font-size: 96px;
    line-height: 96px;
    letter-spacing: -0.4rem;
  }
}

.linkprivacy {
  font-size: 14px;
  color: rgb(22, 22, 22);
}

.contatti-intro .htt-generic-text h2 {
  line-height: 28px;
  font-size: 18px;
  letter-spacing: normal;
}

.page-template-contatti .digital-lovers .htt-generic-text p .htt-btn-outline {
  padding: 13px 40px;
}/*# sourceMappingURL=htt.css.map */
