@font-face {
  font-family: "Barlow";
  src: url("font/Barlow-BoldItalic.woff2") format("woff2"), url("font/Barlow-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("font/Barlow-ExtraBold.woff2") format("woff2"), url("font/Barlow-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("font/Barlow-ExtraBoldItalic.woff2") format("woff2"), url("font/Barlow-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("font/Barlow-BlackItalic.woff2") format("woff2"), url("font/Barlow-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("font/Barlow-Bold.woff2") format("woff2"), url("font/Barlow-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("font/Barlow-Black.woff2") format("woff2"), url("font/Barlow-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("font/Barlow-Thin.woff2") format("woff2"), url("font/Barlow-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("font/Barlow-SemiBold.woff2") format("woff2"), url("font/Barlow-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("font/Barlow-ExtraLightItalic.woff2") format("woff2"), url("font/Barlow-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("font/Barlow-ExtraLight.woff2") format("woff2"), url("font/Barlow-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("font/Barlow-Italic.woff2") format("woff2"), url("font/Barlow-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("font/Barlow-Light.woff2") format("woff2"), url("font/Barlow-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("font/Barlow-LightItalic.woff2") format("woff2"), url("font/Barlow-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("font/Barlow-SemiBoldItalic.woff2") format("woff2"), url("font/Barlow-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("font/Barlow-ThinItalic.woff2") format("woff2"), url("font/Barlow-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("font/Barlow-Medium.woff2") format("woff2"), url("font/Barlow-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("font/Barlow-MediumItalic.woff2") format("woff2"), url("font/Barlow-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("font/Barlow-Regular.woff2") format("woff2"), url("font/Barlow-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}
html.mobile a[href^="tel:"] {
  pointer-events: auto;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
}
*::selection {
  background: rgba(0, 0, 0, 0.2);
}
*::-moz-selection {
  background: rgba(0, 0, 0, 0.2);
}
* img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
html:not(.mobile):not(.tablet) *::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
html:not(.mobile):not(.tablet) *::-webkit-scrollbar-track {
  background: #fff;
  transition: height 600ms;
}
html:not(.mobile):not(.tablet) *::-webkit-scrollbar-thumb {
  background: #e5e5e5;
}

button {
  cursor: pointer !important;
}

textarea, input, button {
  box-shadow: none;
  outline: none !important;
  border-radius: 0;
  background: none;
  border: none;
}

:focus, :visited, :active {
  box-shadow: none;
  outline: 0;
}

.gb_disabled {
  opacity: 0.8;
  pointer-events: none;
}

[data-componente=aliasServiceComponet],
.aliasServiceComponet {
  background: #f8f8f8;
  color: #333333;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: solid 60px #fff;
  margin-bottom: 60px;
}
[data-componente=aliasServiceComponet] span,
.aliasServiceComponet span {
  display: block;
  font-size: 10px;
  padding-bottom: 20px;
}
[data-componente=aliasServiceComponet] ul,
.aliasServiceComponet ul {
  padding: 0;
  margin: 0;
}
[data-componente=aliasServiceComponet] ul li,
.aliasServiceComponet ul li {
  display: inline-block;
  vertical-align: middle;
}
[data-componente=aliasServiceComponet] ul li p,
.aliasServiceComponet ul li p {
  margin-bottom: 0;
  font-size: 14px;
}
[data-componente=aliasServiceComponet] ul li p strong,
.aliasServiceComponet ul li p strong {
  color: #e32426;
}
[data-componente=aliasServiceComponet] ul li:nth-child(2),
.aliasServiceComponet ul li:nth-child(2) {
  margin-left: 20px;
  background: #fff;
  padding: 3px 10px;
  border-radius: 2px;
  position: relative;
}
[data-componente=aliasServiceComponet] ul li:nth-child(2)::before,
.aliasServiceComponet ul li:nth-child(2)::before {
  content: "ID:";
  font-size: 8px;
  position: absolute;
  top: -10px;
  left: 0;
}
[data-componente=aliasServiceComponet] ul li:nth-child(2) p, [data-componente=aliasServiceComponet] ul li:nth-child(2) h1, [data-componente=aliasServiceComponet] ul li:nth-child(2) h2,
.aliasServiceComponet ul li:nth-child(2) p,
.aliasServiceComponet ul li:nth-child(2) h1,
.aliasServiceComponet ul li:nth-child(2) h2 {
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  margin: 0 !important;
}

.pswp .pswp__bg {
  background: #fff;
}
.pswp .pswp__ui .pswp__button--close {
  height: 28px;
  width: 28px;
  display: block;
  border-radius: 50%;
  color: #333;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  padding: 0;
  margin-top: 0;
  top: 0;
  transform: rotate(45deg);
}
.pswp .pswp__ui .pswp__top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 44px;
  z-index: 90;
  padding: 10px;
}
.pswp .pswp__ui .pswp__button {
  display: block;
  float: right;
  padding: 0;
  height: 24px;
  width: 24px;
  top: 50%;
  background: transparent;
}
.pswp .pswp__ui .pswp__button svg {
  pointer-events: none;
  fill: #444;
}
.pswp .pswp__ui .pswp__button.pswp__button--fs {
  margin-right: 20px;
  height: 17px;
  width: 17px;
  position: relative;
  margin-top: 3px;
  top: 1px;
  display: none !important;
}
.pswp .pswp__ui .pswp__button.pswp__button--fs span {
  display: block;
  width: 30%;
  height: 30%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.pswp .pswp__ui .pswp__button.pswp__button--fs span:nth-child(1) {
  border-left: solid 2px #333333;
  border-top: solid 2px #333333;
}
.pswp .pswp__ui .pswp__button.pswp__button--fs span:nth-child(2) {
  border-right: solid 2px #333333;
  border-top: solid 2px #333333;
  left: auto;
  right: 0;
}
.pswp .pswp__ui .pswp__button.pswp__button--fs span:nth-child(3) {
  border-right: solid 2px #333333;
  border-bottom: solid 2px #333333;
  left: auto;
  top: auto;
  bottom: 0;
  right: 0;
}
.pswp .pswp__ui .pswp__button.pswp__button--fs span:nth-child(4) {
  border-left: solid 2px #333333;
  border-bottom: solid 2px #333333;
  top: auto;
  bottom: 0;
}
.pswp .pswp__ui .pswp__button.pswp__button--arrow--right, .pswp .pswp__ui .pswp__button.pswp__button--arrow--left {
  position: absolute;
  top: 50%;
  z-index: 90;
  left: 10px;
  transform: translateY(-50%);
  height: 28px;
  width: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #333;
  font-size: 24px;
  line-height: 24px;
  font-weight: 100;
  padding: 0;
  margin-top: 0;
  transform: translateY(-50%);
  border: solid 1px #333;
}
.pswp .pswp__ui .pswp__button.pswp__button--arrow--right svg, .pswp .pswp__ui .pswp__button.pswp__button--arrow--left svg {
  width: 40%;
  height: 40%;
  fill: #333;
  transform: rotate(90deg);
  transform-origin: center center;
}
html.mobile .pswp .pswp__ui .pswp__button.pswp__button--arrow--right, html.mobile .pswp .pswp__ui .pswp__button.pswp__button--arrow--left {
  display: none;
}
.pswp .pswp__ui .pswp__button.pswp__button--arrow--right {
  right: 10px;
  left: auto;
}
.pswp .pswp__ui .pswp__button.pswp__button--arrow--right svg {
  transform: rotate(-90deg);
  transform-origin: center center;
}
.pswp .pswp__ui .pswp__counter, .pswp .pswp__ui .pswp__caption {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  font-weight: 700;
  color: #444;
  text-align: center;
  font-family: "Roboto", sans-serif;
  height: 44px;
  padding: 10px 0;
}
.pswp .pswp__ui .pswp__caption {
  bottom: auto;
  top: 0;
  z-index: 5;
  padding: 10px 43px;
}
@media (max-width: 767px) {
  .pswp .pswp__ui .pswp__caption {
    font-size: 12px;
  }
}
.pswp .pswp__ui .pswp__caption.pswp__caption--fake {
  display: none;
}
.pswp .pswp__button--share {
  display: none !important;
}
.pswp .pswp__wrapper {
  line-height: 0;
  width: 100%;
  height: auto;
  max-width: 90vmin;
  z-index: 1045;
  position: absolute;
  top: 50%;
  lefT: 50%;
  transform: translate(-50%, -50%);
}
.pswp .pswp__video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  width: 100%;
}
.pswp .pswp__video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pswp video {
  width: 100% !important;
  height: auto !important;
}

:root {
  --pinkish-red: #e62645;
  --coral-pink: #fa6378;
  --bianco: #fff;
  --nero: #000;
  --very-light-pink: #f0f0f0;
  --lightish-blue: #4f63f0;
  --dark-sky-blue: #4f91e6;
  --pale-orange: #ffad4f;
  --dusty-orange: #ff7d33;
  --tealish: #29bfb3;
  --teal: #039c82;
  --heliotrope: #bf3dff;
  --light-purple: #d178f0;
  --very-light-pink2: #c7c7c7;
  --font-family: "Barlow", sans-serif;
}

sup {
  top: 0;
}

strong {
  font-weight: 600;
}

body {
  font-family: var(--font-family);
  text-rendering: geometricPrecision;
  font-smooth: always;
}

[disabled] {
  cursor: not-allowed !important;
}

@media screen and (max-width: 991px) {
  .gb-section-hero {
    background: url(../img/bg-head.svg) no-repeat center bottom/auto 100%;
  }
}
.gb-section-hero .gb-logo-wrapper {
  background: url(../img/bg-head.svg) no-repeat center bottom/auto 100%;
  height: 470px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 3em;
}
@media screen and (max-width: 991px) {
  .gb-section-hero .gb-logo-wrapper {
    background: none;
    height: 350px;
  }
}
@media screen and (max-width: 991px) {
  .gb-section-hero .gb-logo-wrapper {
    height: 224px;
  }
}
.gb-section-hero .gb-logo-wrapper img {
  max-width: 450px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .gb-section-hero .gb-logo-wrapper img {
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .gb-section-hero .gb-logo-wrapper img {
    max-width: 250px;
  }
}
.gb-section-hero .gb-logo-wrapper .gb-h1 {
  font-size: 90px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: var(--nero);
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .gb-section-hero .gb-logo-wrapper .gb-h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .gb-section-hero .gb-logo-wrapper .gb-h1 {
    font-size: 42px;
    margin-top: 0;
  }
}
.gb-section-hero .gb-logo-wrapper .gb-h1 svg {
  display: inline-block;
  height: 1em;
  width: auto;
}

.gb-section-central {
  padding-top: 60px;
  background: var(--white);
}
.gb-section-central .gb-text-wrapper {
  margin: 0 auto;
  max-width: 590px;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--nero);
}

.gb-section-mascotte {
  padding-top: 60px;
  overflow: hidden;
}
.gb-section-mascotte .gb-mascotte {
  width: calc(100%/4);
  flex: 0 0 auto;
  min-width: 180px;
}
.gb-section-mascotte .gb-mascotte img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .gb-section-mascotte .gb-mascotte {
    width: auto;
    min-width: unset;
  }
  .gb-section-mascotte .gb-mascotte:last-child {
    display: none !important;
  }
  .gb-section-mascotte .gb-mascotte img {
    height: 41vw;
  }
}
.gb-section-mascotte .gb-chat {
  padding-top: 44px;
}
.gb-section-mascotte .gb-chat .gb-chat-list {
  padding: 0;
  margin: 0 auto;
  max-width: 480px;
  list-style: none;
}
.gb-section-mascotte .gb-chat .gb-chat-list li {
  padding: 7.5px 0;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.gb-section-mascotte .gb-chat .gb-chat-list li > svg {
  position: absolute;
  width: 20px;
  height: auto;
  display: block;
  fill: var(--msg-color);
}
.gb-section-mascotte .gb-chat .gb-chat-list li span {
  padding: 26px;
  border-radius: 20px;
  background: var(--msg-color);
  width: 100%;
  display: block;
  color: var(--bianco);
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  max-width: 379px;
}
.gb-section-mascotte .gb-chat .gb-chat-list li:nth-child(odd) {
  padding-left: 20px;
}
.gb-section-mascotte .gb-chat .gb-chat-list li:nth-child(odd) > svg {
  left: 0;
}
.gb-section-mascotte .gb-chat .gb-chat-list li:nth-child(odd) span {
  border-top-left-radius: 0;
}
.gb-section-mascotte .gb-chat .gb-chat-list li:nth-child(even) {
  padding-right: 20px;
  justify-content: flex-end;
}
.gb-section-mascotte .gb-chat .gb-chat-list li:nth-child(even) > svg {
  right: 0;
  transform: scaleX(-1);
}
.gb-section-mascotte .gb-chat .gb-chat-list li:nth-child(even) span {
  border-top-right-radius: 0;
}
.gb-section-mascotte .gb-infoclose {
  margin-top: 60px;
}
.gb-section-mascotte .gb-infoclose .gb-h4 {
  font-size: 24px;
  text-align: center;
  color: #919191;
  font-weight: 400;
  line-height: 1.1;
}

.gb-section-form {
  padding-top: 70px;
}
@media screen and (max-width: 991px) {
  .gb-section-form {
    background: url(../img/bg-foot.svg) no-repeat center bottom/auto 564px;
  }
}
.gb-section-form .gb-form-foot-wrap {
  background: url(../img/bg-foot.svg) no-repeat center bottom/auto 564px;
}
@media screen and (max-width: 991px) {
  .gb-section-form .gb-form-foot-wrap {
    background: none;
  }
}
.gb-section-form .gb-h4 {
  font-size: 24px;
  text-align: center;
  color: var(--nero);
  font-weight: 400;
  line-height: 1.1;
}
.gb-section-form .gb-h3 {
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  color: var(--nero);
}
@media screen and (max-width: 991px) {
  .gb-section-form .gb-h3 {
    font-size: 38px;
  }
}
.gb-section-form .gb-h3 svg {
  display: inline-block;
  height: 1em;
  width: auto;
}
.gb-section-form .gb-form-wrapper {
  max-width: 480px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gb-section-form .gb-form-wrapper .gb-infobox {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--bianco);
  width: 100%;
  margin: 30px 0 15px;
}
.gb-section-form .gb-form-wrapper .gb-checkbox,
.gb-section-form .gb-form-wrapper .gb-field {
  width: 100%;
  margin-top: 15px;
}
.gb-section-form .gb-form-wrapper .gb-button {
  margin-top: 60px;
}
.gb-section-form .gb-form-wrapper .gb-checkbox {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
}
.gb-section-form .gb-form-wrapper label {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.05em;
  color: var(--nero);
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .gb-section-form .gb-form-wrapper label {
    font-size: 14px;
  }
}
.gb-section-form .gb-form-wrapper input:not([type=checkbox]) {
  height: 50px;
  margin: 6px 0 0;
  padding: 10px;
  border-radius: 5px;
  border: solid 1px var(--very-light-pink2);
  background-color: var(--bianco);
  width: 100%;
}
.gb-section-form .gb-form-wrapper input[type=checkbox] {
  width: 18px;
  height: 18px;
  border: solid 1px var(--very-light-pink2);
  flex: 0 0 auto;
  position: relative;
  top: 0.05em;
  margin-right: 20px;
}
.gb-section-form .gb-form-wrapper input[type=checkbox] + label {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: normal;
  letter-spacing: normal;
  color: var(--bianco);
}
.gb-section-form .gb-form-wrapper input[type=checkbox] + label a {
  color: var(--bianco) !important;
}
.gb-section-form .gb-form-wrapper textarea {
  width: 100%;
  min-height: 100px;
  margin: 6px 0 0;
  padding: 10px;
  border-radius: 5px;
  border: solid 1px var(--very-light-pink2);
  background-color: var(--bianco);
}
.gb-section-form .gb-form-wrapper .w-50 {
  max-width: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  .gb-section-form .gb-form-wrapper .w-50 {
    max-width: 100% !important;
    width: 100% !important;
  }
}
.gb-section-form .gb-form-wrapper button[type=submit] {
  display: block;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  color: var(--bianco);
  padding: 13px 20px;
  min-width: 200px;
  border-radius: 8px;
  background-color: var(--nero);
  border: solid 1px var(--nero);
  margin: 0 auto;
  transition: background 50ms, color 50ms, border-color 50ms;
}
.gb-section-form .gb-form-wrapper button[type=submit]:hover {
  background: transparent;
  border-color: var(--bianco);
  color: var(--bianco);
}
.gb-section-form .gb-form-wrapper button[type=submit]:active {
  background: var(--bianco);
  color: var(--nero);
  border-color: var(--bianco);
  transition: background 20ms, color 20ms, border-color 20ms;
}
.gb-section-form .gb-form-wrapper button[type=submit][disabled] {
  background-color: var(--very-light-pink);
  border-color: var(--very-light-pink);
  color: Var(--bianco) !important;
  pointer-events: none;
}
.gb-section-form .gb-footer {
  padding-top: 75px;
  padding-bottom: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: normal;
  letter-spacing: normal;
  color: var(--bianco);
}
.gb-section-form .gb-footer a {
  color: var(--white) !important;
}

@media screen and (max-width: 767px) {
  section {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#popthanu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
}
#popthanu .gb-inner-tu {
  width: 90%;
  max-width: 288px;
  border-radius: 16px;
  background-color: var(--bianco);
  padding: 24px;
}
#popthanu .gb-inner-tu .gb-title-pp {
  font-size: 19px;
  text-align: center;
  color: var(--nero);
  padding-inline: 22px;
}
#popthanu .gb-inner-tu .gb-cta {
  border-radius: 6px;
  background-color: var(--nero);
  color: var(--bianco) !important;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: solid 1px var(--nero);
  margin-top: 10px;
  height: 40px;
}
#popthanu .gb-inner-tu .gb-cta.rev {
  background: var(--bianco);
  color: var(--nero) !important;
  font-size: 15px;
  letter-spacing: 0.025em;
}

.gb-section-cookie {
  background: var(--bianco);
  padding-top: 50px;
  padding-bottom: 40px;
}
.gb-section-cookie h1 {
  margin: 0;
  margin-bottom: 12px;
  font-size: 30px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: var(--giallo-fastweb);
}
.gb-section-cookie ul,
.gb-section-cookie h3,
.gb-section-cookie p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: var(--nero);
  line-height: 1.4;
}
.gb-section-cookie ul a:not(.gestCookie),
.gb-section-cookie h3 a:not(.gestCookie),
.gb-section-cookie p a:not(.gestCookie) {
  color: var(--nero) !important;
  text-decoration: underline;
}
.gb-section-cookie ul li {
  margin-bottom: 6px;
}
.gb-section-cookie h3 {
  font-weight: 700;
  font-size: 18px;
}
.gb-section-cookie .gestCookie {
  margin-top: 40px;
  border-radius: 6px;
  background-color: var(--nero);
  color: var(--bianco) !important;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: solid 1px var(--nero);
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

#cookieBar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 28px 0;
  background: var(--bianco);
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
  z-index: 999;
  display: none !important;
}
#cookieBar.scp {
  display: block !important;
}
#cookieBar .titleCk {
  color: var(--giallo-fastweb);
  font-weight: 700;
  font-size: 22px;
}
#cookieBar .textCk {
  font-size: 14px;
}
#cookieBar .textCk a {
  color: var(--nero) !important;
  text-decoration: underline;
}
#cookieBar .textCk ul {
  padding-left: 14px;
  margin-bottom: 0;
}
#cookieBar .ctaCk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  #cookieBar .ctaCk {
    flex-direction: column;
  }
}
#cookieBar .ctaCk button {
  border-radius: 6px;
  background-color: var(--nero);
  color: var(--bianco) !important;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: solid 1px var(--nero);
  margin-top: 10px;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  #cookieBar .ctaCk button {
    width: 100%;
  }
}
#cookieBar .ctaCk ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #cookieBar .ctaCk ul {
    width: 100%;
    flex-direction: column;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #cookieBar .ctaCk ul li {
    width: 100%;
  }
}
#cookieBar .ctaCk ul li:not(:first-child) {
  margin-left: 14px;
}
@media screen and (max-width: 767px) {
  #cookieBar .ctaCk ul li:not(:first-child) {
    margin-left: 0;
    margin-top: 20px;
  }
}

#cookieOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  padding-top: 50px;
  padding-bottom: 50px;
  display: none;
  align-items: center;
  justify-content: center;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}
@media (max-width: 767px) {
  #cookieOverlay {
    padding-top: 0;
    padding-bottom: 0;
  }
}
#cookieOverlay.scppp {
  display: flex !important;
}
#cookieOverlay .innerPopCookie {
  background: #fff;
  box-shadow: 13px 0 34px rgba(0, 0, 0, 0.21);
  width: 100%;
  max-width: 710px;
  margin: auto;
}
#cookieOverlay .innerPopCookie .headPopCook {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 30px 25px 20px;
}
#cookieOverlay .innerPopCookie .headPopCook svg {
  height: 33px;
  width: auto;
  fill: var(--giallo-fastweb);
}
#cookieOverlay .innerPopCookie .mainPopCook {
  padding: 0 25px;
  color: #333;
}
#cookieOverlay .innerPopCookie .mainPopCook .titleMPC {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 4px;
}
@media (max-width: 767px) {
  #cookieOverlay .innerPopCookie .mainPopCook .titleMPC {
    font-size: 18px;
  }
}
#cookieOverlay .innerPopCookie .mainPopCook .textMPC {
  font-size: 13px;
}
#cookieOverlay .innerPopCookie .mainPopCook .textMPC a {
  text-decoration: underline;
  color: var(--nero);
}
#cookieOverlay .innerPopCookie .mainPopCook .IctaMPC {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#cookieOverlay .innerPopCookie .mainPopCook .IctaMPC button {
  padding: 12px 20px;
  background-color: var(--giallo-fastweb);
  display: block;
  font-size: 12px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.05em;
  text-decoration: none !important;
  text-transform: uppercase;
  text-align: center;
  color: var(--nero);
}
#cookieOverlay .innerPopCookie .mainPopCook .IctaMPC button:nth-child(2) {
  margin-left: 20px;
}
#cookieOverlay .innerPopCookie .mainPopCook .CookiePopCheckbox .sliderCheckbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 26px 0;
}
#cookieOverlay .innerPopCookie .mainPopCook .CookiePopCheckbox .sliderCheckbox a {
  text-decoration: underline;
  color: var(--nero);
}
#cookieOverlay .innerPopCookie .mainPopCook .CookiePopCheckbox .sliderCheckbox:not(:last-child) {
  border-bottom: solid 1px #ccc;
}
#cookieOverlay .innerPopCookie .mainPopCook .CookiePopCheckbox .sliderCheckbox .isTitleCckb {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.15;
  color: #333;
  max-width: calc(100% - 50px);
}
#cookieOverlay .innerPopCookie .mainPopCook .CookiePopCheckbox .sliderCheckbox .isTitleCckb small {
  display: block;
  font-size: 12px;
  font-weight: bold;
  opacity: 0.4;
  text-transform: none;
}
#cookieOverlay .innerPopCookie .mainPopCook .CookiePopCheckbox .sliderCheckbox .CckbDesc {
  font-size: 12px;
  padding-top: 10px;
  line-height: 1.4;
}
#cookieOverlay .innerPopCookie .mainPopCook .CookiePopCheckbox .sliderCheckbox .isSliderCckb .hidden {
  display: none;
}
#cookieOverlay .innerPopCookie .mainPopCook .CookiePopCheckbox .sliderCheckbox .isSliderCckb label.isAllAct {
  font-size: 10px;
  padding: 2px 8px;
  border-radius: 4px;
  color: var(--green, #2ecc71);
  background: rgba(46, 204, 113, 0.2);
}
#cookieOverlay .innerPopCookie .mainPopCook .ctaMPC {
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 700px) {
  #cookieOverlay .innerPopCookie .mainPopCook .ctaMPC {
    flex-direction: column;
  }
  #cookieOverlay .innerPopCookie .mainPopCook .ctaMPC button:not(:last-child) {
    margin-bottom: 15px;
  }
}
#cookieOverlay .innerPopCookie .mainPopCook .ctaMPC button {
  border-radius: 6px;
  background-color: var(--nero);
  color: var(--bianco) !important;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: solid 1px var(--nero);
  margin-top: 10px;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.tgl {
  display: none;
}
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
  box-sizing: border-box;
}
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
  background: none;
}
.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 34px;
  height: 20px;
  position: relative;
  cursor: pointer;
  user-select: none;
  margin-bottom: 0;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {
  left: 50%;
}
.tgl.tgl-ios + .tgl-btn {
  background: #cccccc;
  border-radius: 2em;
  padding: 2px;
  transition: all 0.4s ease;
  border: 1px solid #e8eae9;
}
.tgl.tgl-ios + .tgl-btn:after {
  border-radius: 2em;
  background: #fbfbfb;
  transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 0 rgba(0, 0, 0, 0.08);
}
.tgl.tgl-ios + .tgl-btn:hover:after {
  will-change: padding;
}
.tgl.tgl-ios + .tgl-btn:active {
  box-shadow: inset 0 0 0 2em #e8eae9;
}
.tgl.tgl-ios + .tgl-btn:active:after {
  padding-right: 0.8em;
}
.tgl.tgl-ios:checked + .tgl-btn {
  background: #2ecc71;
}
.tgl.tgl-ios:checked + .tgl-btn:active {
  box-shadow: none;
}
.tgl.tgl-ios:checked + .tgl-btn:active:after {
  margin-left: -0.8em;
}
.tgl.tgl-ios:disabled + .tgl-btn {
  pointer-events: none;
  opacity: 0.6;
}

/*# sourceMappingURL=main.css.map */
