.no-pad {
    padding: 0; }
  
  .gradient--pink, .ho-gradient-before--pink {
    background: -webkit-linear-gradient(45deg, #E71D72 15%, #27348B 100%);
    background: -moz-linear-gradient(45deg, #E71D72 15%, #27348B 100%);
    background: -ms-linear-gradient(45deg, #E71D72 15%, #27348B 100%);
    background: -o-linear-gradient(45deg, #E71D72 15%, #27348B 100%);
    background: linear-gradient(45deg, #E71D72 15%, #27348B 100%); }
  
  .gradient--alert-msg, .alert-before-gradient {
    background: -webkit-linear-gradient(45deg, #E9425B 0%, #F7A702 100%);
    background: -moz-linear-gradient(45deg, #E9425B 0%, #F7A702 100%);
    background: -ms-linear-gradient(45deg, #E9425B 0%, #F7A702 100%);
    background: -o-linear-gradient(45deg, #E9425B 0%, #F7A702 100%);
    background: linear-gradient(45deg, #E9425B 0%, #F7A702 100%); }
  
  .gradient--blue, .ho-gradient-button, .ho-gradient-before--blue, .gradient--chiara, .ho-gradient--chiara {
    background: -webkit-linear-gradient(45deg, #82378c 0%, #1e71b8 100%);
    background: -moz-linear-gradient(45deg, #82378c 0%, #1e71b8 100%);
    background: -ms-linear-gradient(45deg, #82378c 0%, #1e71b8 100%);
    background: -o-linear-gradient(45deg, #82378c 0%, #1e71b8 100%);
    background: linear-gradient(45deg, #82378c 0%, #1e71b8 100%); }
  
  .gradient--nasa, .ho-gradient-before--danger, .ho-gradient--nasa {
    background: -webkit-linear-gradient(45deg, #ec5428 0%, #e9007a 100%);
    background: -moz-linear-gradient(45deg, #ec5428 0%, #e9007a 100%);
    background: -ms-linear-gradient(45deg, #ec5428 0%, #e9007a 100%);
    background: -o-linear-gradient(45deg, #ec5428 0%, #e9007a 100%);
    background: linear-gradient(45deg, #ec5428 0%, #e9007a 100%); }
  
  .ho-gradient-button {
    display: inline-block;
    text-align: center;
    height: 50px;
    width: 120px;
    font-size: 14px;
    font-family: "ho-Book";
    border-radius: 30px;
    border: none;
    box-shadow: none;
    color: white;
    line-height: 50px; }
    .ho-gradient-button:hover, .ho-gradient-button:focus {
      color: white; }
  
  .ho-gradient-before--pink {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: translateZ(0); }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .ho-gradient-before--pink {
        color: #E71D72;
        background: transparent; } }
  
  .ho-gradient-before--blue {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: translateZ(0); }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .ho-gradient-before--blue {
        color: #82378c;
        background: transparent; } }
  
  .ho-gradient-before--danger {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: translateZ(0); }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .ho-gradient-before--danger {
        color: #82378c;
        background: transparent; } }
  
  .ho-color--1 {
    color: #ee6639; }
  
  .ho-color--2 {
    color: #239d72; }
  
  .ho-color--blue {
    color: #82378c; }
  
  .alert-before-gradient {
    font-family: "ho-Medium" !important;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.2;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: translateZ(0); }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .alert-before-gradient {
        color: #ec5428;
        background: transparent; } }
  
  .Vmid {
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  
  b {
    font-family: "ho-Medium";
    font-weight: normal; }
  
  .ho-legal h3 {
    font-size: 18px;
    font-family: "ho-Medium";
    line-height: 1.4; }
  
  .ho-legal .styleTariffa {
    font-size: 16px !important;
    padding-bottom: 25px !important; }
  
  .ho-legal__wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 35px; }
    @media screen and (min-width: 992px) {
      .ho-legal__wrapper {
        max-width: 1110px; } }
    @media screen and (max-width: 320px) {
      .ho-legal__wrapper {
        padding: 0 20px; } }
    .ho-legal__wrapper::before, .ho-legal__wrapper::after {
      content: '';
      display: table; }
    .ho-legal__wrapper::after {
      clear: both; }
  
  .ho-legal__hero {
    background: #f6f7f8;
    text-align: center;
    font-family: "ho-Book";
    padding: 45px 0 35px 0; }
    @media screen and (min-width: 768px) {
      .ho-legal__hero {
        padding: 125px 0 80px 0; } }
    @media screen and (min-width: 992px) {
      .ho-legal__hero {
        padding: 125px 0 120px 0; } }
    .ho-legal__hero__title h1 {
      line-height: 1.2;
      margin-bottom: 20px;
      margin-top: 0px;
      font-size: 29px; }
      @media screen and (min-width: 768px) {
        .ho-legal__hero__title h1 {
          margin-bottom: 40px;
             margin-top: 0px;
          font-size: 50px; } }
      @media screen and (min-width: 992px) {
        .ho-legal__hero__title h1 {
          margin-bottom: 30px;
          margin-top: 0px; } }
      .ho-legal__hero__title span {
        display: inline-block; }
    .ho-legal__hero__logo {
      height: 100%;
      display: inline-block;
      vertical-align: baseline;
      height: 30px; }
      @media screen and (min-width: 768px) {
        .ho-legal__hero__logo {
          height: 50px; } }
    .ho-legal__hero__text {
      margin: 0;
      line-height: 1.6;
      font-size: 16px; }
      @media screen and (min-width: 374px) {
        .ho-legal__hero__text {
          font-size: 18px; } }
      .ho-legal__hero__text a {
        font-family: "ho-Book";
        color: #7c3b8f;
        text-decoration: underline; }
  
  .ho-legal__main {
    position: relative;
    margin-bottom: 60px;
    margin-top: 0;
    padding-top: 100px; }
    @media screen and (min-width: 768px) {
      .ho-legal__main {
        margin-bottom: 55px;
        margin-top: 0;
        padding-top: 127px; } }
    @media screen and (min-width: 992px) {
      .ho-legal__main {
        margin-bottom: 100px;
        margin-top: 80px;
        padding-top: 20px; } }
    .ho-legal__main__left {
      display: block;
      position: absolute;
      max-width: 100vw;
      width: 100%;
      left: 0;
      top: 0; }
      @media screen and (min-width: 992px) {
        .ho-legal__main__left {
          width: 244px;
          display: table-cell;
          vertical-align: top;
          position: relative; } }
      .ho-legal__main__left .sbHolder {
        display: block;
        text-align: left;
        font-size: 14px;
        border: 1px solid white;
        border-right: none;
        border-left: none;
        border-radius: 0;
        margin: 0;
        background-color: white;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        padding: 20px 35px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        font-family: "ho-Medium"; }
        @media screen and (min-width: 992px) {
          .ho-legal__main__left .sbHolder {
            display: none; } }
        @media screen and (max-width: 320px) {
          .ho-legal__main__left .sbHolder {
            padding: 20px;
            font-size: 14px; } }
        .ho-legal__main__left .sbHolder:before {
          content: " ";
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9007a', endColorstr='#ec5428', GradientType=1);
          margin: 1px;
          background: none\0  !important; }
          @supports (mix-blend-mode: screen) {
            .ho-legal__main__left .sbHolder:before {
              mix-blend-mode: screen;
              background: linear-gradient(45deg, #82378c 0, #1e71b8 100%); } }
        .ho-legal__main__left .sbHolder .sbSelector {
          background: #fff;
          color: #82378c;
          background-image: url(/etc/designs/lean/i/arrow-down.png);
          background-repeat: no-repeat;
          background-position: right center;
          background-size: auto auto;
          padding-right: 14px;
          position: relative;
          display: inline-block;
          width: 100%; }
          .ho-legal__main__left .sbHolder .sbSelector:before {
            content: " ";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9007a', endColorstr='#ec5428', GradientType=1);
            mix-blend-mode: screen;
            background: none\0  !important; }
            @supports (mix-blend-mode: screen) {
              .ho-legal__main__left .sbHolder .sbSelector:before {
                background: linear-gradient(45deg, #82378c 0, #1e71b8 100%); } }
          @supports (mix-blend-mode: screen) {
            .ho-legal__main__left .sbHolder .sbSelector {
              color: black; } }
        .ho-legal__main__left .sbHolder .sbOptions li {
          padding-top: 30px; }
          .ho-legal__main__left .sbHolder .sbOptions li a {
            color: black; }
        .ho-legal__main__left .sbHolder .sbToggleOpen ~ .sbSelector {
          background-image: url(/etc/designs/lean/i/arrow-up.png); }
    .ho-legal__main__tab {
      display: none; }
      @media screen and (min-width: 992px) {
        .ho-legal__main__tab {
          display: block;
          border: 0; } }
      .ho-legal__main__tab li {
        float: none;
        display: block;
        border: none;
        border-radius: 0;
        background: transparent;
        color: #82378c\0; }
        @media screen and (min-width: 992px) {
          .ho-legal__main__tab li {
            margin-bottom: 13px; } }
        .ho-legal__main__tab li a {
          border: none !important;
          border-radius: 0px;
          margin: 0;
          color: #37383c;
          font-family: "ho-Medium";
          font-size: 14px;
          position: relative;
          color: initial !important;
          background: transparent; }
          @media screen and (min-width: 992px) {
            .ho-legal__main__tab li a {
              padding: 20px 0 20px 15px; } }
          .ho-legal__main__tab li a:hover {
            border: none; }
          .ho-legal__main__tab li a img {
            display: none; }
        .ho-legal__main__tab li a.active {
          box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
          border-radius: 0px;
          cursor: pointer; }
          .ho-legal__main__tab li a.active :before {
            content: "";
            position: absolute;
            top: 1px;
            right: 1px;
            bottom: 1px;
            left: 1px;
            mix-blend-mode: screen;
            background: none\0  !important; }
            @supports (mix-blend-mode: screen) {
              .ho-legal__main__tab li a.active :before {
                background: linear-gradient(45deg, #82378c 0, #1e71b8 100%); } }
          .ho-legal__main__tab li a.active img {
            display: block;
            position: absolute; }
            @media screen and (min-width: 992px) {
              .ho-legal__main__tab li a.active img {
                top: -1px;
                left: 100%;
                height: 116%; } }
    .ho-legal__main__right {
      vertical-align: top;
      display: block; }
      .ho-legal__main__right.tab-content .tab-pane {
        width: 100%;
      }
      @media screen and (min-width: 992px) {
        .ho-legal__main__right {
          padding-left: 100px;
          display: table-cell; }
      }
      .ho-legal__main__right .paddingBottom li:last-child {
        padding-bottom: 35px; }
        @media screen and (max-width: 374px) {
          .ho-legal__main__right .paddingBottom li:last-child {
            padding-bottom: 25px; } }
      .ho-legal__main__right .tab-pane h2 {
        font-family: "ho-Medium";
        margin: 0;
        font-size: 24px;
        padding-bottom: 20px;
        line-height: 1.4; }
        @media screen and (min-width: 374px) {
          .ho-legal__main__right .tab-pane h2 {
            font-size: 26px; } }
        @media screen and (min-width: 768px) {
          .ho-legal__main__right .tab-pane h2 {
            padding-bottom: 25px; } }
      .ho-legal__main__right .tab-pane p {
        font-family: "ho-Book";
        margin: 0;
        font-size: 16px;
        line-height: 1.8;
        padding-bottom: 25px;
        color: #37383c; }
        @media screen and (min-width: 374px) {
          .ho-legal__main__right .tab-pane p {
            padding-bottom: 35px; } }
        .ho-legal__main__right .tab-pane p b,
        .ho-legal__main__right .tab-pane span b {
          font-family: "ho-Medium";
          font-weight: normal; }
        .ho-legal__main__right .tab-pane p a,
        .ho-legal__main__right .tab-pane span a {
          color: #7c3b8f;
          text-decoration: underline;
          cursor: pointer;
          word-wrap: break-word; }
        @media screen and (min-width: 768px) {
          .ho-legal__main__right .tab-pane p br {
            padding-bottom: 35px; } }
      .ho-legal__main__right .tab-pane span {
        font-family: "ho-Book";
        font-size: 16px;
        line-height: 1.8;
        padding-bottom: 0;
        }
        .ho-legal__main__right .tab-pane span b {
          font-family: "ho-Medium";
          font-weight: normal; }
        .ho-legal__main__right .tab-pane span ul {
          list-style: initial;
          color: #999999;
          padding-left: 25px; }
          @media screen and (min-width: 374px) {
            .ho-legal__main__right .tab-pane span ul {
              padding-left: 35px; } }
          .ho-legal__main__right .tab-pane span ul li {
            padding: 0; }
            .ho-legal__main__right .tab-pane span ul li.table {
              list-style-type: none;
              overflow: auto; }
            .ho-legal__main__right .tab-pane span ul li.no-bullet {
              list-style-type: none;
              overflow: auto;
              color: #37383c;
              padding-bottom: 35px; }
          .ho-legal__main__right .tab-pane span ul p {
            color: #37383c; }
      .ho-legal__main__right .tab-pane table {
        width: 100%;
        margin-bottom: 35px; }
        .ho-legal__main__right .tab-pane table tr:nth-child(even) {
          background-color: white; }
        .ho-legal__main__right .tab-pane table tr:nth-child(odd) {
          background-color: #f5f7fa; }
          .ho-legal__main__right .tab-pane table tr:nth-child(odd) td:first-child {
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px; }
          .ho-legal__main__right .tab-pane table tr:nth-child(odd) td:last-child {
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px; }
        .ho-legal__main__right .tab-pane table tr td {
          color: #37383c;
          font-family: "ho-Medium";
          padding: 13px;
          font-size: 12px;
          line-height: 1; }
        .ho-legal__main__right .tab-pane table tr td + td {
          font-family: "ho-Book"; }
      .ho-legal__main__right .tab-pane ul {
        list-style-type: decimal;
        font-size: 16px;
        line-height: 1.8;
        font-family: "ho-Book";
        padding-left: 30px; }
        .ho-legal__main__right .tab-pane ul li {
          padding-left: 10px;
          padding-bottom: 15px; }
          @media screen and (max-width: 320px) {
            .ho-legal__main__right .tab-pane ul li {
              padding-left: 0; } }
          .ho-legal__main__right .tab-pane ul li a {
            color: #7c3b8f;
            text-decoration: underline;
            cursor: pointer; }
  
  .ho-legal #selectLegal {
    display: none; }
  
  .fixed {
    position: fixed !important;
    top: 0;
    z-index: 10;
    width: 100%; }
  
  .absolute {
    position: absolute !important;
    bottom: 0; }
  
  .ho-footer {
    z-index: 101;
    position: relative; }
  
  .slider-wrapper {
    display: table;
    width: 100%;
    font-family: 'ho-Medium';
    margin-bottom: 35px;
    background-color: #f5f7fa;
    border-radius: 5px;
    padding: 15px 20px; }
    .slider-wrapper .switch {
      position: relative;
      display: table-cell; }
      .slider-wrapper .switch :first-child {
        padding-bottom: 0;
        float: left;
        font-size: 16px;
        text-align: center;
        font-family: "ho-Medium";
        max-width: 100%; }
        @media screen and (min-width: 374px) {
          .slider-wrapper .switch :first-child {
            font-size: 18px; } }
        @media screen and (min-width: 576px) {
          .slider-wrapper .switch :first-child {
            max-width: 63%;
            text-align: left; } }
    .slider-wrapper .slider {
      transform: translateY(50%);
      position: relative;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border: 1px solid #d6d6d6;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      width: 55px;
      height: 32px;
      padding-left: 1.66em;
      padding-right: 0;
      float: none;
      margin: 0 auto;
      margin-bottom: 15px;
      font-size: 12px; }
      @media screen and (min-width: 576px) {
        .slider-wrapper .slider {
          float: right;
          margin-bottom: 0;
          margin: auto; } }
      .slider-wrapper .slider:before {
        position: absolute;
        content: "";
        height: 30px;
        width: 30px;
        left: 3px;
        bottom: 0;
        transition: .1s; }
        @supports (mix-blend-mode: screen) {
          .slider-wrapper .slider:before {
            background: linear-gradient(45deg, #82378c 0, #1e71b8 100%); } }
      .slider-wrapper .slider:after {
        content: '';
        background-image: url("/etc/designs/lean/i/check.png");
        position: absolute;
        right: 0.7em;
        top: 1.3em;
        transition: .1s;
        background-repeat: no-repeat;
        height: 12px;
        width: 20px;
        left: calc(50% + 4px);
        top: calc(50% - 5px);
        background-size: contain; }
      .slider-wrapper .slider.round {
        border-radius: 2.26em; }
        .slider-wrapper .slider.round:before {
          border-radius: 50%;
          transform: translateX(1.7em); }
      .slider-wrapper .slider span {
        font-size: 12px !important;
        margin-top: 1px;
        text-transform: uppercase;
        margin-left: -14px;
        padding-bottom: 0; }
    .slider-wrapper .slider-on {
      justify-content: flex-end;
      padding-right: 1.66em;
      padding-left: 0; }
      .slider-wrapper .slider-on:before {
        background: #e6e6e6;
        left: 0;
        transform: none !important; }
      .slider-wrapper .slider-on:after {
        content: '';
        background-image: url("/etc/designs/lean/i/icon-grey-cross.png");
        position: absolute;
        height: 11px;
        width: 10px;
        right: calc(50% + 7px);
        top: calc(50% - 5px);
        background-size: contain;
        left: auto; }
      .slider-wrapper .slider-on span {
        margin-right: -17px;
        font-size: 12px !important; }
    .slider-wrapper .switch input[type="checkbox"] {
      display: none; }
    .slider-wrapper #cookiesMessage {
      text-align: right;
      font-size: 12px;
      display: table-footer-group;
      font-family: 'ho-Book'; }
     .slider-wrapper #cookiesMessage.messages-container .fail-message {
          color: #d40000;
          font-family: 'ho-Book'; }
     .messages-container .fail-message:before {
          background-image: url("/etc/designs/lean/i/save-false@2x.png");
          background-size: cover;
          width: 18px;
          height: 18px;
          position: absolute;
          content: "";
          transform: translateX(-24px); }
     .slider-wrapper #cookiesMessage.messages-container .success-message {
          color: #38b352;
          font-family: 'ho-Book'; }
     .messages-container .success-message:before {
          background-image: url("/etc/designs/lean/i/save-true@2x.png");
          background-size: cover;
          width: 18px;
          height: 18px;
          position: absolute;
          content: "";
          transform: translateX(-24px); }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
          .messages-container .fail-message:before {
              transform: translateX(0px); }
          .messages-container .success-message:before {
              transform: translateX(0px); }}
  .slider-wrapper button#cookies {
      width: auto;
      float: right;
      text-align: center;
      margin: 7px 0 6px 0;
      color: #ffffff;
      height: 45px;
      border-radius: 26px;
      background-image: linear-gradient(257deg, #1e71b8, #82378c);
      outline: 0;
  }
  
  @media only screen and (max-width: 666px){
      .slider-wrapper button#cookies {
      transform: translateX(-5%);
      float: left;
      }
      .switch span{
          text-align: left !important;
          /* transform: translateX(4%); */
      }
      .slider-wrapper .switch :first-child {
          max-width: 100%;
          text-align: left;
      }
      .slider-wrapper #cookiesMessage {
          text-align: left;
          transform: translateX(3%);
      }
  }
  
  @media screen and (min-width: 667px){
      .slider-wrapper .switch :first-child {
          max-width: 60%;
          text-align: left;
      }
  }
  
  .title-cost {
    display: flex;
    height: 50px;
    margin-bottom: 40px;
    font-family: "ho-Bold" !important;
    position: relative;
    right: 2px;
    line-height: 1 !important;
    align-items: baseline;
    gap: 6px; }
    .title-cost img {
      width: 55px;
      vertical-align: baseline; }
    .title-cost span {
      display: inline-block;
      font-size: 50px !important;
      font-family: "ho-Bold" !important;
      line-height: 1 !important; }
    .title-cost .column {
      display: inline-block; }
      .title-cost .column div {
        display: flex;
        flex-direction: column-reverse; }
        .title-cost .column div span {
          font-size: 20px !important;
          line-height: 1 !important;
          padding-bottom: 0 !important; }
          .priceOffer {
            height: 100%;
            display: flex;
          }
  .sbHolder {
    position: relative;
    z-index: 1; }
    .sbHolder .sbOptions {
      max-height: 278px !important;
      padding-bottom: 36px;
      overflow: auto; }
  
  
  @media only screen and (min-width: 992px) {
    .ho_legalPosition{
      position: relative;
      width: 291px;
    }
    .tab-pane:not(#myTabContent .tab-pane) {
        min-height: 680px;
    }
  }
  
  .legal-modal {
    background-color: rgba(255,255,255,1);
  }
  
  .legal-modal .modal-dialog {
    width: 100%;
    max-width: 100vw;
    margin: auto;
  }
  
  .legal-modal .modal-dialog .modal-header {
    border: 0;
    justify-content: flex-end;
  }
  
  .modal-dialog .modal-header a, .legal-modal .modal-dialog .modal-header a {
    float: right;
    width: 24px;
    height: 24px;
    cursor: pointer;
    pointer-events: auto;
  }
  
  .legal-modal .modal-dialog .modal-header a img {
    width: 24px;
  }
  
  .modal-dialog .modal-content:not(.bg-red), .legal-modal .modal-dialog .modal-content:not(.bg-red) {
    border: none !important;
    border-radius: 0;
    box-shadow: none !important;
    background: transparent;
    max-width: 960px;
    margin: 115px auto;
  }
  
  .legal-modal .modal-dialog .modal-content .modal-title {
    height: 30px;
    font-family: ho-Medium;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.36;
    text-align: center;
    color: #333333;
    margin-bottom: 24px;
  }
  
  .legal-modal .modal-dialog .modal-content .modal-text {
    max-width: 580px;
    height: 50px;
    font-family: ho-Book;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: -0.05px;
    color: #333333;
    margin: 40px auto;
  }
  
  .form-component__container{
    padding: 0;
    max-width: 581px;
    margin: 0 auto;
  }
  
  .form-component__container input.form-control {
    width: 95% !important;
    border: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0;
    border-bottom: 1px solid #a3a3a3 !important;
    color: #37383c !important;
    background-color: transparent;
    font-size: 18px;
    font-family: "ho-Book";
    padding: 3px 0;
    margin: auto 0px;
  }
  
  .q .form-group input.form-control:focus{
    border-bottom: 1px solid #a3a3a3 !important;
  }
  
  .form-component__container label {
    color: #000000 !important;
    font-size: 18px;
    position: absolute;
    left: 0;
    bottom: 5px;
    margin: 0;
    font-family: "ho-Medium";
    opacity: 0.5;
    font-weight: normal;
    z-index: -1;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .q .form-group .input-validators-error{
    top: 35px;
  }
  
  .ho-legal__btnWrapper{
    width: 286px;
    margin: 40px auto;
  }
  
  .ho-legal__btnWrapper__btnNext{
    width: 286px;
    height: 52px;
    margin: auto;
    border-radius: 26px;
    font-family: ho-Medium;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.05px;
    text-align: center;
    color: #ffffff;
    background: transparent;
    border: 0;
    background-image: linear-gradient(260deg, #1e71b8, #82378c);
  }
  
  .ho-legal__btnWrapper__btnNext.disabled {
    background: gainsboro !important;
    pointer-events: none;
    cursor: not-allowed;
  }
  
  .ho-legal__btnWrapper__btnNext.close-modal-legal {
    margin-top: 50px;
  }
  
  .padding-left-p {
      padding-left: 15px;
  }
  @media screen and (max-width: 576px) {
      .padding-left-p {
          padding-left: 0; }}
  
  /***** PORTABILITY MODAL - OPERATORI *******/
  .portability-modal {
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-overflow-scrolling: touch;
  }
  
  .portability-modal.modal-short-url {
    background-color: rgba(255, 255, 255, 0.95);
  }
  
  .portability-modal .modal-dialog {
    width: 100%;
    margin: 0;
    transform: none;
  }
  
  .portability-modal .modal-dialog .modal-header {
    border: 0;
  }
  
  .portability-modal .modal-dialog .modal-header a {
    float: right;
  }
  
  .portability-modal .modal-dialog .modal-header a img {
    width: 30px;
  }
  
  .portability-modal .modal-dialog .modal-content {
    border: none !important;
    border-radius: 0;
    box-shadow: none !important;
    background: transparent;
    margin: auto;
  }
  
  .portability-modal .modal-dialog .modal-content .modal-title {
    font-size: 16px;
    line-height: 16px;
    font-family: "ho-Medium";
    margin-bottom: 40px;
  }
  
  @media screen and (min-width: 768px) {
    .portability-modal .modal-dialog .modal-content .modal-title {
      font-size: 24px;
      line-height: 24px;
    }
  }
  
  @media screen and (min-width: 992px) {
    .portability-modal .modal-dialog .modal-content .modal-title {
      font-size: 34px;
      line-height: 34px;
    }
  }
  
  .portability-modal .modal-dialog .modal-content .modal-title strong {
    font-family: "ho-Medium";
  }
  
  .portability-modal .modal-dialog .modal-content .modal-text {
    font-size: 18px;
    font-family: "ho-Book";
    margin-top: 30px;
    color: #333333;
    margin-bottom: 15px;
  }
  
  @media screen and (min-width: 768px) {
    .portability-modal .modal-dialog .modal-content .modal-text {
      font-size: 18px;
    }
  }
  
  .portability-modal .modal-dialog .modal-content .modal-text a {
    color: #000000;
    font-weight: bold;
    border-bottom: 2px solid #000000;
  }
  
  .portability-modal .modal-dialog .modal-content .modal-text strong {
    font-family: "ho-Medium";
  }
  
  /* informativa privacy v2 */
  .table_title {
    font-family: "ho-Bold";
    font-size: 24px;
    line-height: 34px;
    background: linear-gradient(225deg, #1E71B8 0%, #82378C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  
  .privacy_table {
    width: 780px;
    height: auto;
    background: #FFFFFF;
    margin: 24px 0;
    padding: 32px 30px 18px;
    box-shadow: 0px 2px 20px rgba(51, 51, 51, 0.12);
    border-radius: 30px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  
  .privacy_table_row,
  .privacy_table_row_head {
    display: flex;
    flex-direction: row;
    border-bottom: 1px dashed #E8E8E8;
    border-width: 2px;
    font-weight: 325;
    font-size: 14px;
    line-height: 20px;
  }
  
  .privacy_table_row:last-child {
    border-bottom: none;
  }
  
  .privacy_table_row_head span {
    font-family: "ho-Medium" !important;
    background: linear-gradient(225deg, #1E71B8 0%, #82378C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  
  .privacy_table_row span,
  .privacy_table_row_head span {
    font-size: 14px !important;
    width: 220px;
    flex-shrink: 0;
    word-break: break-word;
  }
  
  .privacy_table_legend {
    margin-bottom: 40px;
    font-family: "ho-Book";
    font-weight: 350;
    font-size: 14px;
    line-height: 20px;
  }
  
  .privacy_table_legend span {
    font-family: "ho-Medium" !important;
  }
  
  .pagination-container {
    display: none;
  }
  
  @media screen and (max-width:768px) {
    .ho-legal__hero__title h1, .ho-legal__hero__title {
      margin-bottom: 24px;
      font-size: 32px;
    }
  
    .ho-legal__hero__text {
      max-width: 760px;
      font-size: 18px;
    }
  
    .table_title {
      font-size: 20px;
      line-height: 28px;
    }
    
    .privacy_table {
      width: 688px;
      margin: 24px 0 60px;
      padding: 23px 24px;
      border-radius: 20px;
      gap: 20px;
    }
    
    .privacy_table_row,
    .privacy_table_row_head {
      gap: 23px;
    }
    
    .privacy_table_row span,
    .privacy_table_row_head span {
      width: 170px;
      flex-shrink: 0;
    }
  
    .privacy_table_row_label {
      display: none;
    }
    
    .privacy_table_legend {
      margin-bottom: 44px;
    }
  
    .ho-legal__main__right .tab-pane span {
      font-size: 16px;
      line-height: 20px;
    }
  
    .ho-legal__main__right .tab-pane p {
      font-size: 16px;
    }
  
    .pagination-container {
      display: flex;
      margin: 44px auto 40px;
      gap: 12px;
      align-items: center;
      justify-content: center;
    }
  
    .pagination-container .pagination-left-arrow {
      width: 6px;
      height: 12px;
      margin-right: 20px;
      background-image: url("/etc/designs/lean/i/arrow-left-gradient.png");
      background-size: contain;
      background-repeat: none;
      cursor: pointer;
    }
  
    .pagination-container .pagination-left-arrow.disabled {
      background-image: url("/etc/designs/lean/i/arrow-left-disabled.png");
      cursor: unset;
    }
  
    .pagination-container .pagination-right-arrow {
      width: 6px;
      height: 12px;
      margin-left: 20px;
      background-image: url("/etc/designs/lean/i/arrow-right-gradient.png");
      background-size: contain;
      background-repeat: none;
      cursor: pointer;
    }
  
    .pagination-container .pagination-right-arrow.disabled {
      background-image: url("/etc/designs/lean/i/arrow-right-disabled.png");
      cursor: unset;
    }
  }
  
  @media screen and (max-width:576px) {
    .ho-legal__hero__title h1, .ho-legal__hero__title {
      margin-bottom: 24px;
      font-size: 24px;
    }
  
    .ho-legal__hero__text {
      max-width: 560px;
      font-size: 13px;
    }
  
    .table_title {
      font-size: 20px;
      line-height: 28px;
      text-align: center;
    }
    
    .privacy_table {
      width: 340px;
      margin: 24px auto;
      padding: 24px;
      border-radius: 20px;
      gap: 20px;
    }
    
    .privacy_table_row {
      display: grid;
      grid-template-columns: 1fr;
      grid-auto-flow: column;
      grid-template-rows: repeat(3, auto);
      grid-template-areas:
          "a d"
          "b b"
          "c c";
    }
    
    .ho-legal__main__right .tab-pane span:nth-child(1) {
      grid-area: a;
    }
  
    .ho-legal__main__right .tab-pane span:nth-child(2) {
      grid-area: b;
    }
  
    .ho-legal__main__right .tab-pane span:nth-child(3) {
      grid-area: c;
    }
  
    .ho-legal__main__right .tab-pane span:nth-child(4) {
      grid-area: d;
    }
    
    .privacy_table_row span,
    .privacy_table_row_head span {
      width: 100%;
    }
  
    .privacy_table_row_head {
      display: none !important;
    }
  
    .privacy_table_row_label {
      display: block;
      font-family: "ho-Medium" !important;
      background:linear-gradient(225deg, #1E71B8 0%, #82378C 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
  
    span.privacy_table_row_label.inline {
      display: inline;
    }
    
    .privacy_table_legend {
      width: 303px;
      margin: 0 auto 44px;
    }
  
    .ho-legal__main__right .tab-pane span {
      font-size: 16px;
      line-height: 20px;
      padding-bottom: 3px;
    }
    
    .ho-legal__main__right .tab-pane span:nth-child(3) {
      padding-bottom: 16px;
    }
  
    .ho-legal__main__right .tab-pane p {
      font-size: 16px;
    }
  
    .pagination-container {
      display: flex;
      margin: 44px auto 40px;
      gap: 12px;
      align-items: center;
      justify-content: center;
    }
  
    .pagination-container .pagination-left-arrow {
      width: 6px;
      height: 12px;
      margin-right: 20px;
      background-image: url("/etc/designs/lean/i/arrow-left-gradient.png");
      background-size: contain;
      background-repeat: none;
      cursor: pointer;
    }
  
    .pagination-container .pagination-left-arrow.disabled {
      background-image: url("/etc/designs/lean/i/arrow-left-disabled.png");
      cursor: unset;
    }
  
    .pagination-container .pagination-right-arrow {
      width: 6px;
      height: 12px;
      margin-left: 20px;
      background-image: url("/etc/designs/lean/i/arrow-right-gradient.png");
      background-size: contain;
      background-repeat: none;
      cursor: pointer;
    }
  
    .pagination-container .pagination-right-arrow.disabled {
      background-image: url("/etc/designs/lean/i/arrow-right-disabled.png");
      cursor: unset;
    }
  }
  
  .hiddenMobile {
    display: flex;
  }
  
  @media screen and (max-width:768px) {
    .hiddenMobile {
      display: none;
    }
  }
  
  @media screen and (min-width:576px) {
        .privacy_table_row span:nth-child(2),
      .privacy_table_row_head span:nth-child(2) {
             padding-right: 48px;
      }
      
      .privacy_table_row span:nth-child(3),
      .privacy_table_row_head span:nth-child(3){
            padding-right: 12px;
            margin-right: 10px;
      }
  }
  
  
  /* fix privacy aggiornamento bootstrap - start */
  @media screen and (min-width: 992px) {
    .ho-legal .nav.nav-tabs.ho-legal__main__tab  {
        display: flex;
        flex-direction: column;
        gap: 13px;
    }
  
    .ho-legal .nav.nav-tabs.ho-legal__main__tab a {
        display: flex;
        padding: 20px 0 20px 15px;
        -webkit-text-fill-color: black;
        background: transparent;
    }
  
    .ho-legal .nav.nav-tabs.ho-legal__main__tab a.active {
        width: 245px;
        cursor: default;
        background: -webkit-linear-gradient(45deg,#82378b 0,#1e71b8 100%);
        background: -moz-linear-gradient(45deg,#82378b 0,#1e71b8 100%);
        background: -ms-linear-gradient(45deg,#82378b 0,#1e71b8 100%);
        background: -o-linear-gradient(45deg,#82378b 0,#1e71b8 100%);
        background: linear-gradient(45deg,#82378b 0,#1e71b8 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(255,255,255,0);
        transform: translateZ(0);
    }
  
    .ho-legal .ho-legal__main__tab li {
        margin-bottom: 0;
        min-height: 58px;
    }
  
    .ho-legal .ho-legal__main__tab li a.active img {
        top: 0;
        left: 244px;
        height: 113%;
    }
  }
  
  .ho-legal__main__right .title-cost .column {
    position: relative;
    top: 4px;
  }
  /* fix privacy aggiornamento bootstrap end */

.qualitaECartaDelClienteLinks {
  height: 850px;
  display: flex;
  flex-direction: column;
  column-gap: 100px;
  flex-wrap: wrap;
}

@media screen and (max-width: 992px) {
  .qualitaECartaDelClienteLinks {
    flex-wrap: unset;
    height: auto;
  }
}
