*,
input,
textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  -webkit-font-feature-settings: "liga" off;
          font-feature-settings: "liga" off;
}

strong {
  font-weight: bold;
}

ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  cursor: pointer;
  font-weight: bold;
  margin: 0;
}

input {
  border: none;
}

.only-readers {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

hr {
  margin: 5px 0px 5px 0px;
  border: none;
  border-top: 1px solid grey;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px grey inset !important;
  box-shadow: 0 0 0px 1000px grey inset !important;
  border-radius: 10px;
}

a {
  -webkit-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}

@font-face {
  font-family: "gilroy";
  src: url("src/fonts/gilroy-light-webfont.woff2") format("woff2"), url("src/fonts/gilroy-light-webfont.woff") format("woff"), url("src/fonts/gilroy-light-webfont.ttf") format("truetype"), url("src/fonts/gilroy-light-webfont.ttf");
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "gilroy";
  src: url("src/fonts/gilroy-regular-webfont.woff2") format("woff2"), url("src/fonts/gilroy-regular-webfont.woff") format("woff"), url("src/fonts/gilroy-regular-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "gilroy";
  src: url("src/fonts/gilroy-semibold-webfont.woff2") format("woff2"), url("src/fonts/gilroy-semibold-webfont.woff") format("woff"), url("src/fonts/gilroy-semibold-webfont.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "gilroy";
  src: url("src/fonts/gilroy-bold-webfont.woff2") format("woff2"), url("src/fonts/gilroy-bold-webfont.woff") format("woff"), url("src/fonts/gilroy-bold-webfont.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "gilroy";
  src: url("src/fonts/gilroy_extrabold-webfont.woff2") format("woff2"), url("src/fonts/gilroy_extrabold-webfont.woff") format("woff"), url("src/fonts/gilroy_extrabold-webfont.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "gilroy";
  src: url("src/fonts/gilroy-black-webfont.woff2") format("woff2"), url("src/fonts/gilroy-black-webfont.woff") format("woff"), url("src/fonts/gilroy-black-webfont.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: fallback;
}
.visible-in-desktop {
  display: none !important;
}
@media only screen and (min-width: 980px) {
  .visible-in-desktop {
    display: block !important;
  }
}

@media only screen and (min-width: 980px) {
  .visible-in-phone {
    display: none !important;
  }
}

html {
  color: #111111;
  font-size: 16px;
  font-family: gilroy, serif;
  line-height: 1.4em;
}

h1 {
  font-size: clamp(2.5rem, 12vw, 60px);
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 0.5em;
  margin-bottom: 0.5em;
  color: #021E6A;
}
h1 span {
  font-weight: 300;
}

h2 {
  font-size: clamp(2rem, 8vw, 40px);
  line-height: 1.1em;
  font-weight: 600;
  margin-bottom: 0.5em;
  margin-bottom: 0.5em;
  color: #021E6A;
}

h3 {
  font-size: clamp(1.5rem, 6vw, 34px);
  line-height: 1.2em;
  font-weight: 600;
  margin-bottom: 0.5em;
  margin-bottom: 0.5em;
  color: #021E6A;
}

h4 {
  font-size: clamp(1.1rem, 2.6vw, 28px);
  line-height: 1.2em;
  font-weight: 600;
  margin-bottom: 0em;
  margin-bottom: 0.5em;
  color: #021E6A;
}

h5 {
  font-size: inherit;
  line-height: inherit;
  font-weight: 600;
  margin-bottom: 0em;
  margin-bottom: 0.5em;
  color: #021E6A;
}

strong {
  font-size: 1em;
  line-height: inherit;
  font-weight: 600;
}

p {
  margin-top: 0em;
  margin-bottom: 1em;
}

a {
  text-decoration: underline;
  color: inherit;
}
a:hover {
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

button,
.btn {
  background-color: #021E6A;
  border: 2px solid #021E6A;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 58px;
  border-radius: 9rem;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3px;
  padding: 0 1.5em 0 1.5em;
  color: #FFF;
  font-size: 1rem;
  font-weight: 600;
  min-width: min(273px, 100%);
  cursor: pointer;
  position: relative;
  -webkit-transition: all ease-out 200ms;
  transition: all ease-out 200ms;
  text-decoration: none;
  font-family: inherit;
}
button::after,
.btn::after {
  content: "";
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 9rem;
  -webkit-transition: all ease-out 100ms;
  transition: all ease-out 100ms;
  pointer-events: none;
}
button span.img,
.btn span.img {
  background-color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 48px;
  height: 48px;
  border-radius: 9em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
button span.img img,
.btn span.img img {
  width: 50%;
}
button:hover,
.btn:hover {
  opacity: 1;
}
button:hover::after,
.btn:hover::after {
  border-color: #ffffff;
  -webkit-transition: all ease-out 200ms;
  transition: all ease-out 200ms;
}
button.orange-btn,
.btn.orange-btn {
  background-color: #FD7E1C;
  border-color: #FD7E1C;
}
button.orange-btn:hover,
.btn.orange-btn:hover {
  color: #FFF;
}

.orange-btn {
  background-color: #FD7E1C;
  border-color: #FD7E1C;
}
.orange-btn:hover {
  color: #FFF;
}

footer,
section {
  overflow: hidden;
}
footer .container,
section .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  width: 100%;
  max-width: 1240px;
  margin: auto;
  padding: calc(min(1rem, 2vw) * 4) calc(min(1rem, 2vw) * 2);
}
@media only screen and (min-width: 980px) {
  footer .container,
  section .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

ul li {
  position: relative;
  margin-bottom: 0.5em;
}
ul li::before {
  content: "";
  display: inline-block;
  background-image: url("src/img/check.svg");
  width: 1.4em;
  height: 1em;
  border-radius: 0;
  margin-bottom: 0;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  position: relative;
  top: 0.1em;
}

* {
  outline: 1px solid rgba(0, 140, 255, 0.541);
}

* {
  outline: none;
}

.mainHeader {
  background-color: #00499A;
  min-height: 100px;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
@media only screen and (min-width: 980px) {
  .mainHeader {
    min-height: 100px;
  }
}
.mainHeader .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1240px;
  margin: auto;
  padding: calc(min(1rem, 2vw) * 4) calc(min(1rem, 2vw) * 2);
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 980px) {
  .mainHeader .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.mainHeader .container .logo img {
  width: 231px;
}
.mainHeader .container #btn-header {
  padding: 0 3px;
  background-color: #FD7E1C;
  border-color: #FD7E1C;
}
.mainHeader .container #btn-header span.label {
  padding: 0 3em 0 1.5em;
}

footer {
  background-color: #021E6A;
  color: #fff;
}
@media only screen and (max-width: 979px) {
  footer {
    padding-bottom: 80px;
  }
}
footer .container footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
footer .container .widget {
  font-size: 13px;
}
footer .container .widget h5 {
  margin-top: 0;
  color: #0E7BD9;
  font-size: inherit;
  margin-bottom: 0.5em;
  font-weight: 600;
}
footer .container .widget a, footer .container .widget span {
  display: block;
  text-decoration: none;
}
footer .container .widget img {
  margin-bottom: 1rem;
}
footer .container .widget#autorizzazioni-widget .autorizzazioni .autorizzazioni-toogle {
  position: relative;
  font-weight: 600;
  display: inline-block;
  cursor: pointer;
}
footer .container .widget#autorizzazioni-widget .autorizzazioni .autorizzazioni-toogle::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-width: 1px;
  border-color: #fff transparent transparent #fff;
  border-style: solid;
  border-radius: 2px 0 0 0;
  position: relative;
  top: -0.1em;
  right: -0.5em;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition: all ease-out 500ms;
  transition: all ease-out 500ms;
}
footer .container .widget#autorizzazioni-widget .autorizzazioni .autorizzazioni-toogle:hover {
  color: #0E7BD9;
}
footer .container .widget#autorizzazioni-widget .autorizzazioni .autorizzazioni-toogle:hover::after {
  border-color: #0E7BD9 transparent transparent #0E7BD9;
}
footer .container .widget#autorizzazioni-widget .autorizzazioni .autorizzazioni-toogle.active::after {
  -webkit-transition: all ease-out 500ms;
  transition: all ease-out 500ms;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0.1em;
}
footer .container .widget#autorizzazioni-widget .autorizzazioni .autorizzazioni-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all ease-out 200ms;
  transition: all ease-out 200ms;
}
footer .container .widget#autorizzazioni-widget .autorizzazioni .autorizzazioni-content.active {
  max-height: 12em;
  margin-bottom: 0.5rem;
  -webkit-transition: all ease-out 200ms;
  transition: all ease-out 200ms;
}

form {
  background-color: #fff;
  border: none;
  border-radius: min(1rem, 2vw);
  width: 100%;
  max-width: 1240px;
  margin: auto;
  padding: calc(min(1rem, 2vw) * 4) calc(min(1rem, 2vw) * 2);
  padding: calc(min(1rem, 2vw) * 1) calc(min(1rem, 2vw) * 2) calc(min(1rem, 2vw) * 2);
}

.form-title {
  color: #021E6A;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 1em;
  display: block;
  max-width: 10em;
  margin: 0 auto 0.5em;
  line-height: 1.2em;
}

label {
  font-size: 1rem;
}

input,
select {
  border: none;
  outline: none;
  background-color: #7e9fff;
  color: white;
  font-size: 1rem;
}

input[type=text] {
  border: 1px solid #686868;
  outline: none;
  background-color: #ffffff;
  color: #00499A;
  font-size: 1rem;
  width: 100%;
  margin-bottom: 0.5em;
  border-radius: 9em;
  padding: 1em;
  font-family: inherit;
}
input[type=text]:hover, input[type=text]:active, input[type=text]:focus {
  border: 1px solid #5BB3FF;
}

input::-webkit-input-placeholder {
  color: #939393;
  font-size: inherit;
}

input::-moz-placeholder {
  color: #939393;
  font-size: inherit;
}

input:-ms-input-placeholder {
  color: #939393;
  font-size: inherit;
}

input::-ms-input-placeholder {
  color: #939393;
  font-size: inherit;
}

input::placeholder {
  color: #939393;
  font-size: inherit;
}

input[type=checkbox] {
  opacity: 0;
  font-size: 1em;
  margin: 0 0.5em 0 0;
  height: 0.4em;
}

input[type=submit] {
  background-color: blueviolet;
}

.checkbox.form-group {
  position: relative;
  display: block;
  font-size: 12px;
  color: #939393;
}
.checkbox.form-group:hover {
  color: #686868;
}
.checkbox.form-group label {
  font-size: 1em;
  cursor: pointer;
}
.checkbox.form-group label .checkmark {
  border: 1px solid #939393;
  display: block;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 1.18em;
  height: 1.18em;
  border-radius: 0.3em;
}
.checkbox.form-group label .checkmark:hover {
  background-color: #5BB3FF;
  border: 1px solid #00499A;
}
.checkbox.form-group label .checkmark::after {
  content: "";
  display: block;
  width: 0em;
  height: 0em;
  border-width: 0 0px 1px 1px;
  border-style: none none solid solid;
  border-color: transparent;
  margin: 1px;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(64%, -89%) rotate(-150deg);
          transform: translate(64%, -89%) rotate(-150deg);
  -webkit-transition: all ease-out 200ms;
  transition: all ease-out 200ms;
}
.checkbox.form-group.checkbox-checked .checkmark {
  background-color: #5BB3FF;
  border-color: #5BB3FF;
}
.checkbox.form-group.checkbox-checked .checkmark::after {
  width: 0.7em;
  height: 0.35em;
  border-width: 0 0px 1px 1px;
  border-style: none none solid solid;
  border-color: #fff;
  background-color: #5BB3FF;
  -webkit-transform: translate(64%, -89%) rotate(-45deg);
          transform: translate(64%, -89%) rotate(-45deg);
  -webkit-transition: all ease-out 200ms;
  transition: all ease-out 200ms;
}

.thx-mns {
  background-color: #fff;
  border: 3px solid #5BB3FF;
  border-radius: min(1rem, 2vw);
  width: 100%;
  max-width: 1240px;
  margin: auto;
  padding: calc(min(1rem, 2vw) * 4) calc(min(1rem, 2vw) * 2);
  padding: calc(min(1rem, 2vw) * 3) calc(min(1rem, 2vw) * 2) calc(min(1rem, 2vw) * 3);
  text-align: center;
}
.thx-mns#side-form-thx {
  max-width: calc(100% - min(1rem, 2vw) * 8);
  margin-bottom: 1rem;
}
@media only screen and (min-width: 980px) {
  .thx-mns#side-form-thx {
    max-width: 1240px;
    border-radius: min(1rem, 2vw) 0 0 min(1rem, 2vw);
    border-style: solid none solid solid;
  }
}
.thx-mns span {
  color: #5BB3FF;
  font-weight: 600;
}

.pageHome section.hero {
  background-size: auto calc(100% - 300px);
  background-position: center 0%;
  background-repeat: no-repeat;
  padding: 0;
  z-index: 6;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 980px) {
  .pageHome section.hero {
    background-size: cover;
    background-position: center bottom;
  }
}
.pageHome section.hero .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 0;
  padding-top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
}
@media only screen and (min-width: 980px) {
  .pageHome section.hero .container {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 2rem;
  }
}
.pageHome section.hero .container .head-img {
  position: relative;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 133%;
  margin-top: 1.5rem;
}
.pageHome section.hero .container .head-img > div {
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 980px) {
  .pageHome section.hero .container .head-img {
    position: relative;
    max-width: calc(100% - 404px - 2rem);
    padding-top: 40%;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .pageHome section.hero .container .head-img > div {
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    width: 100%;
    height: 100%;
  }
}
.pageHome section.hero .container .head-form {
  background-color: rgba(32, 144, 241, 0.5);
  max-width: calc(372px + 2rem);
  padding: min(1rem, 2vw);
  border-radius: calc(min(1rem, 2vw) * 2);
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: min(-0.5rem, -1vw);
  margin-bottom: 1rem;
}
@media only screen and (min-width: 980px) {
  .pageHome section.hero .container .head-form {
    margin-top: 1rem !important;
    background-color: rgba(255, 255, 255, 0.5);
  }
}
.pageHome section.hero .container .head-form .informate_form {
  height: 100%;
}
.pageHome section.hero .container .head-form .informate_form .form_container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pageHome section.hero .container .head-form .btn {
  margin: 1rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 200px;
  background-color: #FD7E1C;
  border-color: #FD7E1C;
}
.pageHome section.chirurgia {
  padding: 0 1rem;
}
.pageHome section.chirurgia .container {
  max-width: calc(1240px - min(1rem, 2vw) * 4);
  margin: calc(min(1rem, 2vw) * 4) auto;
  padding: calc(min(1rem, 2vw) * 4) calc(1rem, 1vw * 6);
  border-radius: min(1rem, 2vw);
  background-color: #D7ECFF;
  background-image: url("src/img/chirurgia-man-h.png");
  background-size: auto 69vw;
  background-repeat: no-repeat;
  background-position: 56% 100%, 50% 27%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: calc(71vw + 2rem);
}
@media only screen and (min-width: 980px) {
  .pageHome section.chirurgia .container {
    background-image: url("src/img/chirurgia-man-s.png"), url("src/img/dots-radial-20.svg");
    background-size: auto 90%, cover;
    background-repeat: no-repeat;
    background-position: 56% 100%, 50% 27%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: calc(min(1rem, 2vw) * 4);
  }
}
.pageHome section.chirurgia .container .text-chirurgia {
  max-width: 24em;
}
.pageHome section.chirurgia .container .text-chirurgia h2 {
  margin-top: 0;
  max-width: 10em;
}
.pageHome section.chirurgia .container .text-chirurgia .btn {
  margin-top: 1rem;
}
@media only screen and (min-width: 980px) {
  .pageHome section.chirurgia .container .text-chirurgia .btn.visible-in-desktop {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media only screen and (max-width: 979px) {
  .pageHome section.chirurgia .container .text-chirurgia .btn {
    max-width: 24em;
    width: 100%;
  }
}
.pageHome section.chirurgia .container .text-chirurgia p {
  text-align: start;
}
.pageHome section.chirurgia .container .items-chirurgia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 979px) {
  .pageHome section.chirurgia .container .items-chirurgia {
    width: 100%;
  }
}
.pageHome section.chirurgia .container .items-chirurgia .visible-in-phone {
  margin: auto;
  max-width: 24em;
  width: 100%;
}
.pageHome section.correggere {
  background-color: #EEF0F7;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 27%;
  overflow: hidden;
}
@media only screen and (min-width: 615px) {
  .pageHome section.correggere {
    background-image: url("src/img/dots-radial-20.svg");
  }
}
.pageHome section.correggere .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pageHome section.correggere .container .text-correggere {
  max-width: 29em;
}
.pageHome section.correggere .container .text-correggere p {
  margin-bottom: 2em;
}
@media only screen and (min-width: 615px) {
  .pageHome section.correggere .container .items-correggere {
    max-width: 568px;
    width: 100%;
  }
  .pageHome section.correggere .container .items-correggere ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: min(1rem, 2vw);
  }
  .pageHome section.correggere .container .items-correggere ul li {
    background-color: #fff;
    border-radius: min(1rem, 2vw);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pageHome section.correggere .container .items-correggere ul li .tab-content {
    width: 0;
    overflow: hidden;
    -webkit-transition: all ease-out 500ms;
    transition: all ease-out 500ms;
  }
  .pageHome section.correggere .container .items-correggere ul li .tab-content .tab-content-width {
    width: 22em;
    padding-bottom: calc(min(1rem, 2vw) * 3);
    -webkit-transition: all ease-out 500ms;
    transition: all ease-out 500ms;
  }
  .pageHome section.correggere .container .items-correggere ul li .tab-content .tab-content-width img {
    overflow: hidden;
    width: 100%;
    border-radius: min(1rem, 2vw);
  }
  .pageHome section.correggere .container .items-correggere ul li .tab-content .tab-content-width h4 {
    margin: min(1rem, 2vw);
  }
  .pageHome section.correggere .container .items-correggere ul li .tab-content .tab-content-width p {
    margin: min(1rem, 2vw) min(1rem, 2vw) 0.5em min(1rem, 2vw);
  }
  .pageHome section.correggere .container .items-correggere ul li::before {
    content: none;
  }
  .pageHome section.correggere .container .items-correggere ul li .toggle-content {
    position: relative;
    width: 92px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all ease-out 500ms;
    transition: all ease-out 500ms;
  }
  .pageHome section.correggere .container .items-correggere ul li .toggle-content img,
  .pageHome section.correggere .container .items-correggere ul li .toggle-content span {
    display: block;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    font-size: 28px;
    position: absolute;
    left: 45%;
    bottom: 1rem;
    font-style: normal;
    font-weight: 600;
    color: #00499A;
    opacity: 1;
    -webkit-transition: all ease-out 100ms;
    transition: all ease-out 100ms;
    -webkit-transition-delay: 300ms;
            transition-delay: 300ms;
  }
  .pageHome section.correggere .container .items-correggere ul li .toggle-content img {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    bottom: auto;
    top: 2rem;
    left: 35%;
  }
  .pageHome section.correggere .container .items-correggere ul li.tab-active .tab-content {
    width: 353px;
    -webkit-transition: all ease-out 500ms;
    transition: all ease-out 500ms;
  }
  .pageHome section.correggere .container .items-correggere ul li.tab-active .toggle-content {
    width: 0px;
    -webkit-transition: all ease-out 500ms;
    transition: all ease-out 500ms;
  }
  .pageHome section.correggere .container .items-correggere ul li.tab-active .toggle-content img,
  .pageHome section.correggere .container .items-correggere ul li.tab-active .toggle-content span {
    opacity: 0;
    -webkit-transition: all ease-out 100ms;
    transition: all ease-out 100ms;
  }
}
@media only screen and (max-width: 614px) {
  .pageHome section.correggere .container .items-correggere {
    max-width: 568px;
    width: 100%;
  }
  .pageHome section.correggere .container .items-correggere ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: min(1rem, 2vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pageHome section.correggere .container .items-correggere ul li {
    background-color: #fff;
    border-radius: min(1rem, 2vw);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pageHome section.correggere .container .items-correggere ul li .tab-content {
    height: 0;
    overflow: hidden;
    -webkit-transition: all ease-out 500ms;
    transition: all ease-out 500ms;
  }
  .pageHome section.correggere .container .items-correggere ul li .tab-content .tab-content-width {
    width: 100%;
    height: 20em;
    padding-bottom: calc(min(1rem, 2vw) * 3);
    -webkit-transition: all ease-out 500ms;
    transition: all ease-out 500ms;
  }
  .pageHome section.correggere .container .items-correggere ul li .tab-content .tab-content-width img {
    overflow: hidden;
    width: 100%;
    border-radius: min(1rem, 2vw);
  }
  .pageHome section.correggere .container .items-correggere ul li .tab-content .tab-content-width h4 {
    margin: min(1rem, 2vw);
  }
  .pageHome section.correggere .container .items-correggere ul li .tab-content .tab-content-width p {
    margin: min(1rem, 2vw) min(1rem, 2vw) 0.5em min(1rem, 2vw);
  }
  .pageHome section.correggere .container .items-correggere ul li::before {
    content: none;
  }
  .pageHome section.correggere .container .items-correggere ul li .toggle-content {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all ease-out 500ms;
    transition: all ease-out 500ms;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1em;
  }
  .pageHome section.correggere .container .items-correggere ul li .toggle-content img,
  .pageHome section.correggere .container .items-correggere ul li .toggle-content span {
    display: block;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    color: #00499A;
    opacity: 1;
    -webkit-transition: all ease-out 100ms;
    transition: all ease-out 100ms;
    -webkit-transition-delay: 300ms;
            transition-delay: 300ms;
  }
  .pageHome section.correggere .container .items-correggere ul li .toggle-content img {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    bottom: auto;
    top: 2rem;
    left: 35%;
  }
  .pageHome section.correggere .container .items-correggere ul li.tab-active .tab-content {
    -webkit-transition: all ease-out 500ms;
    transition: all ease-out 500ms;
    height: 36em;
  }
}
@media only screen and (max-width: 614px) and (max-width: 614px) {
  .pageHome section.correggere .container .items-correggere ul li.tab-active .tab-content {
    height: 34em;
  }
}
@media only screen and (max-width: 614px) and (max-width: 614px) and (max-width: 550px) {
  .pageHome section.correggere .container .items-correggere ul li.tab-active .tab-content {
    height: 31em;
  }
}
@media only screen and (max-width: 614px) and (max-width: 614px) and (max-width: 550px) and (max-width: 500px) {
  .pageHome section.correggere .container .items-correggere ul li.tab-active .tab-content {
    height: 30em;
  }
}
@media only screen and (max-width: 614px) and (max-width: 614px) and (max-width: 550px) and (max-width: 500px) and (max-width: 450px) {
  .pageHome section.correggere .container .items-correggere ul li.tab-active .tab-content {
    height: 28em;
  }
}
@media only screen and (max-width: 614px) and (max-width: 614px) and (max-width: 550px) and (max-width: 500px) and (max-width: 450px) and (max-width: 400px) {
  .pageHome section.correggere .container .items-correggere ul li.tab-active .tab-content {
    height: 27em;
  }
}
@media only screen and (max-width: 614px) and (max-width: 614px) and (max-width: 550px) and (max-width: 500px) and (max-width: 450px) and (max-width: 400px) and (max-width: 350px) {
  .pageHome section.correggere .container .items-correggere ul li.tab-active .tab-content {
    height: 25em;
  }
}
@media only screen and (max-width: 614px) {
  .pageHome section.correggere .container .items-correggere ul li.tab-active .toggle-content {
    height: 0px;
    -webkit-transition: all ease-out 500ms;
    transition: all ease-out 500ms;
    padding: 0 1em;
  }
  .pageHome section.correggere .container .items-correggere ul li.tab-active .toggle-content img,
  .pageHome section.correggere .container .items-correggere ul li.tab-active .toggle-content span {
    opacity: 0;
    -webkit-transition: all ease-out 100ms;
    transition: all ease-out 100ms;
  }
}
.pageHome section.prima .container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 35em;
}
@media only screen and (min-width: 980px) {
  .pageHome section.prima .container {
    max-width: 1240px;
  }
}
.pageHome section.prima .container .prima-img {
  border-radius: min(1rem, 2vw);
  width: 501px;
  height: auto;
  background-size: cover;
  background-position: center;
  max-width: 100%;
}
@media only screen and (min-width: 980px) {
  .pageHome section.prima .container .prima-img {
    max-width: 100%;
  }
}
.pageHome section.prima .container .prima-text {
  max-width: 36em;
}
.pageHome section.prima .container .prima-text h2 {
  margin-top: 0;
  margin-bottom: 1em;
}
.pageHome section.prima .container .prima-text p {
  margin-top: 0em;
  margin-bottom: 1.5em;
}
.pageHome section.prima .container .prima-text ul {
  margin-bottom: 2em;
}
.pageHome section.quanto {
  padding: calc(min(1rem, 2vw) * 1) calc(min(1rem, 2vw) * 2);
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 979px) {
  .pageHome section.quanto {
    background-color: #00499A;
  }
}
@media only screen and (min-width: 980px) {
  .pageHome section.quanto::after {
    content: "";
    background-color: #EEF0F7;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 40%;
  }
}
.pageHome section.quanto .container {
  background-color: #00499A;
  z-index: 1;
  color: #fff;
  padding: 0;
  margin: calc(min(1rem, 2vw) * 4) auto;
  gap: 0;
  border-radius: min(1rem, 2vw);
  overflow: hidden;
  width: calc(1240px - min(1rem, 2vw) * 4);
  max-width: 100%;
  overflow: hidden;
}
.pageHome section.quanto .container li::before {
  -webkit-filter: brightness(1.7);
          filter: brightness(1.7);
}
.pageHome section.quanto .container img.circles {
  position: absolute;
  right: 50%;
  height: 80%;
  width: auto;
  top: 50%;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, -50%) rotate(0);
  -webkit-filter: brightness(4.5);
          filter: brightness(4.5);
  -webkit-animation: rotate-center 4s linear infinite both;
          animation: rotate-center 4s linear infinite both;
}
@media only screen and (max-width: 979px) {
  .pageHome section.quanto .container img.circles {
    display: none;
  }
}
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: translate(50%, -50%) rotate(0);
            transform: translate(50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(50%, -50%) rotate(360deg);
            transform: translate(50%, -50%) rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: translate(50%, -50%) rotate(0);
            transform: translate(50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(50%, -50%) rotate(360deg);
            transform: translate(50%, -50%) rotate(360deg);
  }
}
.pageHome section.quanto .container h2 {
  color: inherit;
  margin: 0 0 2rem;
}
.pageHome section.quanto .container .quanto {
  padding: calc(min(1rem, 2vw) * 4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 980px) {
  .pageHome section.quanto .container .quanto {
    width: 50%;
  }
}
.pageHome section.quanto .container .quanto img {
  margin: 0 0 2rem;
}
.pageHome section.quanto .container .tabs-trattamento {
  padding: calc(min(1rem, 2vw) * 4) calc(min(1rem, 1vw) * 4);
  background-color: #021E6A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  border-radius: min(1rem, 2vw);
}
@media only screen and (min-width: 980px) {
  .pageHome section.quanto .container .tabs-trattamento {
    width: 50%;
  }
}
.pageHome section.quanto .container .tabs-trattamento .btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
}
.pageHome section.quanto .container .tabs-trattamento .btn {
  background-color: #021E6A;
  border-color: #5BB3FF;
  min-width: 4em;
}
.pageHome section.quanto .container .tabs-trattamento .btn:hover, .pageHome section.quanto .container .tabs-trattamento .btn.trattamento-active {
  background-color: #5BB3FF;
  color: #021E6A;
}
.pageHome section.quanto .container .tabs-trattamento .btn.orange-btn {
  background-color: #FD7E1C;
  border-color: #FD7E1C;
  min-width: min(273px, 100%);
}
.pageHome section.quanto .container .tabs-trattamento .btn.orange-btn:hover {
  color: #FFF;
}
.pageHome section.quanto .container .tabs-trattamento .trattamento-slider {
  overflow: hidden;
  margin-bottom: 2em;
  width: 100%;
}
.pageHome section.quanto .container .tabs-trattamento .trattamento-slider .trattamento-slider-container {
  width: 200%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  right: 0%;
}
.pageHome section.quanto .container .tabs-trattamento .trattamento-slider .trattamento-slider-container.trattamento-prk-active {
  right: 0%;
  -webkit-transition: all ease-out 800ms;
  transition: all ease-out 800ms;
  -webkit-transition-timing-function: cubic-bezier(0, 0.37, 0.13, 1);
          transition-timing-function: cubic-bezier(0, 0.37, 0.13, 1); /* custom */
}
.pageHome section.quanto .container .tabs-trattamento .trattamento-slider .trattamento-slider-container.trattamento-femtolasik-active {
  right: 100%;
  -webkit-transition: all ease-out 800ms;
  transition: all ease-out 800ms;
  -webkit-transition-timing-function: cubic-bezier(0, 0.37, 0.13, 1);
          transition-timing-function: cubic-bezier(0, 0.37, 0.13, 1); /* custom */
}
.pageHome section.quanto .container .tabs-trattamento .trattamento-slider .trattamento-slider-container .trattamento-tab {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1em;
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all ease-out 800ms;
  transition: all ease-out 800ms;
}
.pageHome section.quanto .container .tabs-trattamento .trattamento-slider .trattamento-slider-container .trattamento-tab .prices-per {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.pageHome section.quanto .container .tabs-trattamento .trattamento-slider .trattamento-slider-container .trattamento-tab .prices-per .price {
  font-size: min(100px, 18vw);
  font-weight: 300;
  line-height: 1em;
}
.pageHome section.quanto .container .tabs-trattamento .trattamento-slider .trattamento-slider-container .trattamento-tab .prices-per .per {
  font-size: 27px;
  font-weight: 300;
  line-height: 1em;
}
.pageHome section.quanto .container .tabs-trattamento .trattamento-slider .trattamento-slider-container.trattamento-prk-active .trattamento-tab-1 {
  opacity: 1;
  -webkit-transition: all ease-out 800ms;
  transition: all ease-out 800ms;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.pageHome section.quanto .container .tabs-trattamento .trattamento-slider .trattamento-slider-container.trattamento-femtolasik-active .trattamento-tab-2 {
  opacity: 1;
  -webkit-transition: all ease-out 800ms;
  transition: all ease-out 800ms;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.pageHome section.finanziamenti {
  background-color: #EEF0F7;
  overflow: hidden;
}
.pageHome section.finanziamenti .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 1250px) {
  .pageHome section.finanziamenti .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.pageHome section.finanziamenti .container .finanziamenti-text {
  max-width: 501px;
}
.pageHome section.finanziamenti .container .finanziamenti-text a.btn {
  margin-top: 2rem;
}
.pageHome section.finanziamenti .container .finanziamenti-img {
  max-width: 500px;
  position: relative;
  width: 100%;
  margin-top: 3em;
}
@media only screen and (min-width: 1250px) {
  .pageHome section.finanziamenti .container .finanziamenti-img {
    width: 50%;
    max-width: 607px;
    margin-top: 0em;
  }
}
.pageHome section.finanziamenti .container .finanziamenti-img img.circles {
  width: 100%;
  -webkit-animation: rotate-circles 3s linear infinite both;
          animation: rotate-circles 3s linear infinite both;
}
@-webkit-keyframes rotate-circles {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-circles {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media only screen and (max-width: 1249px) {
  .pageHome section.finanziamenti .container .finanziamenti-img .box {
    padding: min(1rem, 2vw);
    border-radius: min(1rem, 2vw);
    width: 45%;
    height: auto;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    position: absolute;
    gap: 0.75em;
  }
  .pageHome section.finanziamenti .container .finanziamenti-img .box-finanziamento {
    left: 2%;
    top: 3%;
  }
  .pageHome section.finanziamenti .container .finanziamenti-img .box-poco {
    right: 2%;
    bottom: -3%;
  }
}
@media only screen and (min-width: 1250px) {
  .pageHome section.finanziamenti .container .finanziamenti-img .box {
    padding: min(1rem, 2vw);
    border-radius: min(1rem, 2vw);
    width: 291px;
    height: 352px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    position: absolute;
    gap: 0.75em;
  }
  .pageHome section.finanziamenti .container .finanziamenti-img .box-finanziamento {
    right: 55%;
    top: 3%;
  }
  .pageHome section.finanziamenti .container .finanziamenti-img .box-poco {
    left: 55%;
    bottom: 3%;
  }
}
.pageHome section.finanziamenti .container .finanziamenti-img .box h5 {
  font-size: min(20px, 5vw);
  max-width: 9em;
  margin: 0;
}
@media only screen and (min-width: 1250px) {
  .pageHome section.finanziamenti .container .finanziamenti-img .box h5 {
    margin: 1rem 0;
  }
}
.pageHome section.finanziamenti .container .finanziamenti-img .box .price-per {
  color: #5BB3FF;
  line-height: 48px;
}
.pageHome section.finanziamenti .container .finanziamenti-img .box .price-per .price {
  font-size: min(48px, 9vw);
  font-style: normal;
}
.pageHome section.finanziamenti .container .finanziamenti-img .box .price-per .per {
  font-size: min(17px, 4vw);
  font-style: normal;
}
.pageHome section.finanziamenti .legal {
  color: #424242;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6em;
  padding-top: 0;
}
.pageHome section.presenti .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pageHome section.presenti .container .map {
  position: relative;
}
.pageHome section.presenti .container .map .it {
  width: 485px;
  height: auto;
  display: block;
}
.pageHome section.presenti .container .map .places {
  width: 14px;
  height: auto;
  position: absolute;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  display: block;
}
.pageHome section.presenti .container .map .places:hover {
  -webkit-filter: brightness(3.8) saturate(2.5) drop-shadow(0px 4px 4px rgba(2, 31, 106, 0.2666666667));
          filter: brightness(3.8) saturate(2.5) drop-shadow(0px 4px 4px rgba(2, 31, 106, 0.2666666667));
}
.pageHome section.presenti .container .map .places-bologna {
  right: 60%;
  top: 28%;
}
.pageHome section.presenti .container .map .places-milano {
  right: 74%;
  top: 16%;
}
.pageHome section.presenti .container .map .places-monza {
  right: 72.5%;
  top: 15%;
}
.pageHome section.presenti .container .map .places-torino {
  right: 75%;
  top: 20.5%;
}
.pageHome section.presenti .container .map .places-treviso {
  right: 56%;
  top: 16%;
}
.pageHome section.presenti .container .map .places-varese {
  right: 77%;
  top: 14%;
}
.pageHome section.presenti .container .map .places-venezia {
  right: 54%;
  top: 18%;
}
.pageHome section.presenti .container .table-block {
  max-width: 608px;
}
.pageHome section.presenti .container .table-block h2 {
  margin-top: 0;
  text-align: center;
  font-size: 2rem, 10vw, 50px;
}
.pageHome section.presenti .container .table-block .table.visible-in-desktop {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: min(1rem, 2vw);
}
@media only screen and (min-width: 980px) {
  .pageHome section.presenti .container .table-block .table.visible-in-desktop {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.pageHome section.presenti .container .table-block .table.visible-in-desktop .city {
  background-image: url("src/img/city-bologna.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 100px;
  aspect-ratio: 292/100;
  border-radius: min(1rem, 2vw);
  width: calc(50% - min(1rem, 2vw) / 2);
}
@media only screen and (max-width: 668px) {
  .pageHome section.presenti .container .table-block .table.visible-in-desktop .city {
    width: 100%;
  }
}
.pageHome section.presenti .container .table-block .table.visible-in-desktop .city.bologna {
  background-image: url("src/img/city-bologna.jpg");
}
.pageHome section.presenti .container .table-block .table.visible-in-desktop .city.milano {
  background-image: url("src/img/city-milano.jpg");
}
.pageHome section.presenti .container .table-block .table.visible-in-desktop .city.monza {
  background-image: url("src/img/city-monza.jpg");
}
.pageHome section.presenti .container .table-block .table.visible-in-desktop .city.torino {
  background-image: url("src/img/city-torino.jpg");
}
.pageHome section.presenti .container .table-block .table.visible-in-desktop .city.treviso {
  background-image: url("src/img/city-treviso.jpg");
}
.pageHome section.presenti .container .table-block .table.visible-in-desktop .city.varese {
  background-image: url("src/img/city-varese.jpg");
}
.pageHome section.presenti .container .table-block .table.visible-in-desktop .city.venezia {
  background-image: url("src/img/city-venezia.jpg");
}
.pageHome section.presenti .container .table-block .table.visible-in-desktop .city .cover {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(0em);
          transform: translateY(0em);
  -webkit-transition: all ease-out 200ms;
  transition: all ease-out 200ms;
}
.pageHome section.presenti .container .table-block .table.visible-in-desktop .city .cover .name {
  color: #fff;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
}
.pageHome section.presenti .container .table-block .table.visible-in-desktop .city .cover img {
  position: absolute;
  top: calc(min(1rem, 2vw) / 2);
  right: calc(min(1rem, 2vw) / 2);
}
.pageHome section.presenti .container .table-block .table.visible-in-desktop .city .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1em;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: all ease-out 200ms;
  transition: all ease-out 200ms;
  border-radius: min(1rem, 2vw);
}
.pageHome section.presenti .container .table-block .table.visible-in-desktop .city .info a {
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
}
.pageHome section.presenti .container .table-block .table.visible-in-desktop .city .info a span.place-icon {
  position: relative;
}
.pageHome section.presenti .container .table-block .table.visible-in-desktop .city .info a span.place-icon .place-icon-fill {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0.1em;
}
.pageHome section.presenti .container .table-block .table.visible-in-desktop .city .info a > img {
  opacity: 0;
}
.pageHome section.presenti .container .table-block .table.visible-in-desktop .city .info a:hover {
  opacity: 1;
  text-decoration: underline;
}
.pageHome section.presenti .container .table-block .table.visible-in-desktop .city .info a:hover span.place-icon .place-icon-fill {
  opacity: 1;
}
.pageHome section.presenti .container .table-block .table.visible-in-desktop .city .info a:hover > img {
  opacity: 1;
  width: 13px;
  margin-left: 5px;
}
.pageHome section.presenti .container .table-block .table.visible-in-desktop .city.active .cover, .pageHome section.presenti .container .table-block .table.visible-in-desktop .city:hover .cover {
  opacity: 0;
  -webkit-transform: translateY(-1em);
          transform: translateY(-1em);
  -webkit-transition: all ease-out 200ms;
  transition: all ease-out 200ms;
}
.pageHome section.presenti .container .table-block .table.visible-in-desktop .city.active .info, .pageHome section.presenti .container .table-block .table.visible-in-desktop .city:hover .info {
  opacity: 1;
  -webkit-transition: all ease-out 200ms;
  transition: all ease-out 200ms;
}
.pageHome section.presenti .container .table-block .table.visible-in-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: min(1rem, 2vw);
}
.pageHome section.presenti .container .table-block .table.visible-in-phone .city-info .city {
  background-image: url("src/img/city-bologna.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 90px;
  border-radius: min(1rem, 2vw);
}
.pageHome section.presenti .container .table-block .table.visible-in-phone .city-info .city.bologna {
  background-image: url("src/img/city-bologna.jpg");
}
.pageHome section.presenti .container .table-block .table.visible-in-phone .city-info .city.milano {
  background-image: url("src/img/city-milano.jpg");
}
.pageHome section.presenti .container .table-block .table.visible-in-phone .city-info .city.monza {
  background-image: url("src/img/city-monza.jpg");
}
.pageHome section.presenti .container .table-block .table.visible-in-phone .city-info .city.torino {
  background-image: url("src/img/city-torino.jpg");
}
.pageHome section.presenti .container .table-block .table.visible-in-phone .city-info .city.treviso {
  background-image: url("src/img/city-treviso.jpg");
}
.pageHome section.presenti .container .table-block .table.visible-in-phone .city-info .city.varese {
  background-image: url("src/img/city-varese.jpg");
}
.pageHome section.presenti .container .table-block .table.visible-in-phone .city-info .city.venezia {
  background-image: url("src/img/city-venezia.jpg");
}
.pageHome section.presenti .container .table-block .table.visible-in-phone .city-info .city .cover {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(0em);
          transform: translateY(0em);
  -webkit-transition: all ease-out 200ms;
  transition: all ease-out 200ms;
}
.pageHome section.presenti .container .table-block .table.visible-in-phone .city-info .city .cover .name {
  color: #fff;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
}
.pageHome section.presenti .container .table-block .table.visible-in-phone .city-info .city .cover img {
  -webkit-transition: all ease-out 200ms;
  transition: all ease-out 200ms;
  position: absolute;
  top: calc(min(1rem, 2vw) / 1);
  right: calc(min(1rem, 2vw) / 1);
}
.pageHome section.presenti .container .table-block .table.visible-in-phone .city-info .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 1em;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  overflow: hidden;
  opacity: 0;
  color: #021E6A;
  -webkit-transition: all ease-out 200ms;
  transition: all ease-out 200ms;
}
.pageHome section.presenti .container .table-block .table.visible-in-phone .city-info .info a {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  height: 0;
}
.pageHome section.presenti .container .table-block .table.visible-in-phone .city-info .info a span.place-icon {
  position: relative;
}
.pageHome section.presenti .container .table-block .table.visible-in-phone .city-info .info a span.place-icon .place-icon-fill {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0.1em;
}
.pageHome section.presenti .container .table-block .table.visible-in-phone .city-info .info a > img {
  opacity: 0;
}
.pageHome section.presenti .container .table-block .table.visible-in-phone .city-info .info a:hover {
  opacity: 1;
  text-decoration: underline;
}
.pageHome section.presenti .container .table-block .table.visible-in-phone .city-info .info a:hover span.place-icon .place-icon-fill {
  opacity: 1;
}
.pageHome section.presenti .container .table-block .table.visible-in-phone .city-info .info a:hover > img {
  opacity: 1;
}
.pageHome section.presenti .container .table-block .table.visible-in-phone .city-info:hover .city .cover img {
  opacity: 0;
  -webkit-transition: all ease-out 200ms;
  transition: all ease-out 200ms;
}
.pageHome section.presenti .container .table-block .table.visible-in-phone .city-info:hover .info {
  padding: 1em;
  opacity: 1;
}
.pageHome section.presenti .container .table-block .table.visible-in-phone .city-info:hover .info a {
  height: 1.2em;
}
.pageHome section.testimonianze {
  background-color: #EEF0F7;
  background-image: url(src/img/testimonianze-bg.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: left top;
}
@media only screen and (max-width: 767px) {
  .pageHome section.testimonianze {
    background-position: 76% top;
  }
}
.pageHome section.testimonianze .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pageHome section.testimonianze .container .title {
  color: #021E6A;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2em;
}
.pageHome section.testimonianze .container .videos {
  display: grid;
  grid-auto-flow: dense;
  grid-auto-rows: min(288px, 50vw);
  grid-template-columns: repeat(auto-fill, minmax(min(50%, 17rem), 1fr));
  gap: min(1rem, 2vw);
}
.pageHome section.testimonianze .container .videos a {
  background-size: cover;
  padding: 1em;
  border-radius: min(1rem, 2vw);
  color: #fff;
  opacity: 1;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-size: cover;
  background-position: center;
}
.pageHome section.testimonianze .container .videos a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all ease-out 200ms;
  transition: all ease-out 200ms;
}
@media only screen and (min-width: 1250px) {
  .pageHome section.testimonianze .container .videos a.doble {
    grid-column: span 2;
  }
}
.pageHome section.testimonianze .container .videos a span {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  display: inline-block;
}
.pageHome section.testimonianze .container .videos a span strong {
  display: block;
}
@media only screen and (min-width: 1500px) {
  .pageHome section.testimonianze .container .videos a span strong {
    display: inline;
  }
}
.pageHome section.testimonianze .container .videos a span .hyphen {
  display: none;
}
@media only screen and (min-width: 1500px) {
  .pageHome section.testimonianze .container .videos a span .hyphen {
    display: inline;
  }
}
.pageHome section.testimonianze .container .videos a img {
  position: absolute;
  top: min(1rem, 2vw);
  right: min(1rem, 2vw);
  -webkit-transition: all ease-out 200ms;
  transition: all ease-out 200ms;
}
.pageHome section.testimonianze .container .videos a:hover img {
  -webkit-filter: brightness(5) drop-shadow(0 0 9px rgba(0, 0, 0, 0.0862745098));
          filter: brightness(5) drop-shadow(0 0 9px rgba(0, 0, 0, 0.0862745098));
  -webkit-transition: all ease-out 200ms;
  transition: all ease-out 200ms;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.pageHome section.testimonianze .container .videos a:hover::before {
  opacity: 0;
  -webkit-transition: all ease-out 200ms;
  transition: all ease-out 200ms;
}
.pageHome section.testimonianze .container .center {
  text-align: center;
}
.pageHome section.testimonianze .container .center .btn {
  margin: 2rem auto 0;
}
.pageHome .popup {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
}
.pageHome .popup-content {
  margin: 15% auto;
  position: relative;
  padding: 0;
  max-width: 1080px;
  width: calc(100% - 2rem);
}
.pageHome .popup-content .popup-close {
  background-color: rgba(255, 255, 255, 0.5);
  display: block;
  position: absolute;
  padding: 6px;
  top: -0.7em;
  right: -0.7em;
  width: 3em;
  height: 3em;
  border-radius: 3rem;
  z-index: 200;
}
.pageHome .popup-content .popup-close > span {
  display: block;
  background-color: #fff;
  padding: 6px;
  border-radius: 3rem;
  height: 100%;
  width: 100%;
}
.pageHome .popup-content .popup-close > span > span {
  background-color: #5BB3FF;
  display: block;
  height: 46%;
  width: 2px;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
          transform: translate(50%, -50%) rotate(45deg);
}
.pageHome .popup-content .popup-close > span > span:last-child {
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
          transform: translate(50%, -50%) rotate(-45deg);
}
.pageHome .popup-content .popup-close:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}
.pageHome .popup-content .popup-close:hover > span {
  background-color: #5BB3FF;
}
.pageHome .popup-content .popup-close:hover > span > span {
  background-color: #fff;
}
.pageHome .popup-content .iframe-container {
  background-color: #fff;
  border: 8px solid #5BB3FF;
  overflow: hidden;
  border-radius: min(1rem, 2vw);
  margin: auto;
  position: relative;
  padding-top: 55.24%;
}
.pageHome .popup-content .iframe-container iframe {
  width: 101%;
  height: 101%;
  display: block;
  position: absolute;
  z-index: 100;
  top: -0.5%;
  right: -0.5%;
}
.pageHome section.ragioni {
  overflow: hidden;
}
.pageHome section.ragioni .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.pageHome section.ragioni .container .title {
  color: #021E6A;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 2rem;
}
.pageHome section.ragioni .container .ragionis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 979px) {
  .pageHome section.ragioni .container .ragionis {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 980px) {
  .pageHome section.ragioni .container .ragionis {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 979px) {
  .pageHome section.ragioni .container .ragionis .item {
    color: #021E6A;
    font-size: 20px;
    font-weight: 600;
    gap: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 322px;
    text-align: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #D1D4D9;
    padding: 1em;
    width: 100%;
  }
  .pageHome section.ragioni .container .ragionis .item:last-child {
    border-bottom: none;
  }
}
@media only screen and (min-width: 980px) {
  .pageHome section.ragioni .container .ragionis .item {
    color: #021E6A;
    font-size: 20px;
    font-weight: 600;
    width: 12em;
    max-width: calc(20% - 1px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.5rem;
    gap: 1rem;
  }
}
.pageHome section.ragioni .container .ragionis .separator {
  border-right: 1px solid #D1D4D9;
}
body.side-active {
  overflow: hidden;
}
@media only screen and (min-width: 980px) {
  body.side-active {
    padding-right: 3px;
  }
}

.pageHome section.hero {
  position: relative;
  z-index: 10;
}
.pageHome .side-tab {
  position: fixed;
  top: 30%;
  z-index: 5;
  right: 0;
  background-color: #FD7E1C;
  padding: 0.3em;
  text-align: center;
  width: 80px;
  height: 90px;
  border-radius: 1rem 0 0 1rem;
  color: #fff;
  font-size: 15px;
  line-height: 1.1em;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  text-decoration: none;
}
.pageHome .side-tab::after {
  content: "";
  position: absolute;
  top: 2px;
  border: 2px solid #fff;
  right: 0;
  border-style: solid none solid solid;
  border-radius: 14px 0 0 14px;
  height: calc(100% - 8px);
  width: calc(100% - 4px);
  opacity: 0;
  -webkit-transition: all ease-out 100ms;
  transition: all ease-out 100ms;
  cursor: pointer;
}
.pageHome .side-tab .img {
  width: 38px;
  margin: 0 auto;
  height: 38px;
  border-radius: 9em;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 4px;
}
.pageHome .side-tab .img img {
  background-color: #fff;
  border-radius: 2rem;
  padding: 4px;
  display: block;
  height: 30px;
  width: 30px;
}
.pageHome .side-tab:hover::after {
  opacity: 1;
  -webkit-transition: all ease-out 100ms;
  transition: all ease-out 100ms;
}
.pageHome #phone-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  position: fixed;
  z-index: 102;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: calc(min(1rem, 2vw) * 2) calc(min(1rem, 2vw) * 2);
  gap: 2px;
  border-radius: calc(min(1rem, 2vw) * 4) calc(min(1rem, 2vw) * 4) 0 0;
  -webkit-box-shadow: 0 0 17px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 17px rgba(0, 0, 0, 0.3);
}
.pageHome #phone-buttons > * {
  width: auto;
  min-width: 52px;
  min-height: 52px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 calc(min(1rem, 2vw) * 2.5);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}
.pageHome #phone-buttons > *.btn.telf {
  height: 52px;
  width: 52px;
  padding: 0;
  background-color: #5BB3FF;
  border-color: #5BB3FF;
}
body.side-active #phone-buttons #open-btn-side-bottom::after {
  content: "";
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid rgb(255, 255, 255);
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 9rem;
  -webkit-transition: all ease-out 100ms;
  transition: all ease-out 100ms;
  pointer-events: none;
}

.pageHome #side_form-backdrop {
  position: fixed;
  z-index: 100;
  height: 100vh;
  top: 0;
  right: 0;
  width: 100vw;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  opacity: 0;
  pointer-events: none;
}
.pageHome #side_form-backdrop.side-active {
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all ease-out 500ms;
  transition: all ease-out 500ms;
}
.pageHome .side_form {
  position: fixed;
  z-index: 101;
  right: -513px;
  width: 513px;
  max-width: 90vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  padding: 0;
  opacity: 0.2;
  pointer-events: none;
  top: calc(50% - 7vh);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all ease-out 300ms;
  transition: all ease-out 300ms;
}
@media only screen and (max-width: 979px) {
  .pageHome .side_form {
    background-color: #fff;
    position: fixed;
    z-index: 101;
    height: auto;
    top: auto;
    bottom: -100px;
    right: 0;
    width: 100vw;
    max-width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    padding-top: 2rem;
    padding-bottom: 100px;
    border-radius: calc(min(1rem, 2vw) * 4) calc(min(1rem, 2vw) * 4) 0 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .pageHome .side_form .side-close {
    display: none;
  }
}
.pageHome .side_form.side-active {
  opacity: 1;
  right: 0px;
  -webkit-transition: all ease-out 600ms;
  transition: all ease-out 600ms;
  pointer-events: auto;
}
@media only screen and (max-width: 979px) {
  .pageHome .side_form.side-active {
    bottom: 0;
  }
}
@media only screen and (min-width: 980px) {
  .pageHome .side_form form {
    margin: 0;
    border-radius: min(1rem, 2vw) 0 0 min(1rem, 2vw);
    position: relative;
  }
}
.pageHome .side_form form .side-blop {
  display: block;
  margin: 0 auto 1rem;
}
@media only screen and (max-width: 979px) {
  .pageHome .side_form form .side-blop {
    display: none;
  }
}
.pageHome .side_form form .form-title {
  font-size: min(36px, 8vw);
  font-weight: 700;
}
.pageHome .side_form form .btn {
  width: 100%;
  margin: 4rem 0 0;
}
@media only screen and (max-width: 979px) {
  .pageHome .side_form form .btn {
    margin: 1rem auto 0;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/*# sourceMappingURL=style.css.map */
