/* GENERAL */
html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

.cta {
  padding: 13px 27px;
  border-radius: 50px;
  color: #1F2666;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 36px;
}
.cta.white {
  background: #FFF;
}
.cta.border-blu {
  background: transparent;
  border: 1px solid #1F2666;
}
.cta.transparent {
  background: transparent;
  border: 1px solid #FFF;
  color: #FFF;
}
.cta.purple {
  border: 1px solid #C130FF;
  color: #C130FF;
}

@media screen and (max-width: 575px) {
  .container {
    padding: 0 24px;
  }
}
.pretitle {
  color: #C130FF;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.pretitle.white {
  color: #fff;
}

h1 {
  background: linear-gradient(86deg, #232F65 2.28%, #437DBD 53.37%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Cormorant;
  font-size: 57px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 46px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
}

p,
ul li {
  color: rgb(31, 38, 102);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}

.wrapper-image {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
.wrapper-image img {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
}

.single-card .wrapper-image {
  aspect-ratio: 387/375;
  margin-bottom: 20px;
}
.single-card .wrapper-image img {
  transition: all 0.6s;
}
.single-card .wrapper-image:hover img {
  transform: scale(1.2);
}
.single-card .date {
  color: #C130FF;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.single-card .title {
  color: #232F65;
  font-family: Cormorant;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 103%;
}
@media screen and (max-width: 575px) {
  .single-card .title {
    font-size: 24px;
  }
}

.outro-contatti {
  padding: 125px 0px;
  background: #1F2666;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .outro-contatti {
    padding: 90px 0;
  }
}
.outro-contatti .titolo {
  color: #63AEDE;
  font-family: Cormorant;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 87%;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .outro-contatti .titolo {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .outro-contatti .titolo {
    font-size: 40px;
  }
}
.outro-contatti p {
  color: #fff;
  font-weight: 500;
  line-height: 145%;
  max-width: 387px;
}
@media screen and (max-width: 767px) {
  .outro-contatti p {
    margin-bottom: 40px;
  }
}
.outro-contatti .bg-helix {
  position: absolute;
  bottom: -200px;
  right: -250px;
  z-index: 0;
}

.contact-form {
  z-index: 1;
  position: relative;
}
.contact-form .container {
  padding: 0;
}
.contact-form .wpcf7-response-output {
  font-family: Montserrat;
  color: orange;
  border-color: #ffb900 !important;
  margin: 0 !important;
  padding: 8px 0px !important;
  border: none !important;
  border-bottom: solid 2px !important;
}
.contact-form .col-md-12 {
  margin-bottom: 25px;
}
.contact-form .col-md-12 input,
.contact-form .col-md-12 textarea {
  border: none;
  border-bottom: 1px solid #fff;
  padding: 3px 0 20px 0;
  background: transparent;
  width: 100%;
  font-family: Cormorant;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  color: #FFF;
}
.contact-form .col-md-12 input::-moz-placeholder, .contact-form .col-md-12 textarea::-moz-placeholder {
  color: #FFF;
  font-family: Cormorant;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  opacity: 0.7;
}
.contact-form .col-md-12 input::placeholder,
.contact-form .col-md-12 textarea::placeholder {
  color: #FFF;
  font-family: Cormorant;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .contact-form .col-md-12 input::-moz-placeholder, .contact-form .col-md-12 textarea::-moz-placeholder {
    font-size: 24px;
  }
  .contact-form .col-md-12 input::placeholder,
  .contact-form .col-md-12 textarea::placeholder {
    font-size: 24px;
  }
}
.contact-form .col-md-12 .wpcf7-not-valid-tip {
  font-family: Montserrat;
  font-size: 15px;
  padding-top: 5px;
}
.contact-form .col-md-12 textarea {
  max-height: 100px;
}
.contact-form .col-md-12 .acceptance {
  margin-bottom: 30px;
}
.contact-form .col-md-12 .acceptance .wpcf7-form-control-wrap {
  display: flex;
  flex-direction: column;
}
.contact-form .col-md-12 .acceptance .wpcf7-list-item {
  margin: 0;
}
.contact-form .col-md-12 .acceptance .wpcf7-list-item label {
  display: flex;
  gap: 14px;
  align-items: baseline;
  margin: 0;
}
.contact-form .col-md-12 .acceptance .wpcf7-list-item label span {
  color: #FFF;
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.contact-form .col-md-12 .acceptance .wpcf7-list-item label span a {
  color: #fff;
}
.contact-form .col-md-12 .acceptance .wpcf7-list-item label input[type=checkbox] {
  margin-bottom: 0;
  width: auto;
}
.contact-form .col-md-12 .wpcf7-submit:disabled {
  opacity: 0.5;
}

.wpcf7-not-valid-tip {
  color: yellow;
}

#single-page #content {
  padding: 150px 0;
}

/* HEADER */
header {
  position: fixed;
  width: 100%;
  padding: 35px 0;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.5s;
}
header.white-text .right .header-contact a {
  color: #fff;
}
header.white-text .right .header-contact a::after {
  background: #fff;
}
header.white-text .main-menu .menu li a {
  color: #fff;
}
header.white-text .main-menu .menu li a::after {
  background: #fff;
}
header.white-text.sticky {
  background: #1F2666;
}
header.white-text .hamburger::before, header.white-text .hamburger::after {
  background: #fff;
}
header.sticky {
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 15px 0;
}
header .header-wrapper {
  position: relative;
}
header .header-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: #fff;
  z-index: -1;
  transition: all 1s;
  transform: translateX(100%);
}
header .header-wrapper .logo a img {
  width: 250px;
}
header .hamburger {
  padding: 0;
  background: transparent;
  border: none;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
}
header .hamburger::before, header .hamburger::after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 2px;
  border-radius: 10px;
  background: #1F2666;
  left: 0;
}
header .hamburger::before {
  top: 9px;
}
header .hamburger::after {
  bottom: 9px;
}
header .main-menu .menu {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
}
header .main-menu .menu li a {
  color: #1F2666;
  font-family: "Nunito Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding: 30px 0;
  position: relative;
}
header .main-menu .menu li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 22px;
  left: 0;
  background: #1F2666;
  transition: all 0.5s;
}
header .main-menu .menu li a:hover::after {
  width: 100%;
  transition: all 0.5s;
}
header .main-menu .menu li.current-menu-item a::after {
  width: 100%;
}
header .main-menu.main-menu-home li a {
  color: #fff;
}
header .main-menu.main-menu-home li a::after {
  background: #fff;
}
header .right {
  gap: 35px;
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  header .right {
    gap: 25px;
  }
}
header .right .header-contact {
  gap: 14px;
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  header .right .header-contact {
    gap: 25px;
  }
}
header .right .header-contact a {
  color: #1F2666;
  position: relative;
  gap: 14px;
}
header .right .header-contact a::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -10px;
  left: 0;
  background: #1F2666;
  transition: all 0.5s;
}
header .right .header-contact a:hover::after {
  width: 100%;
  transition: all 0.5s;
}
header .right .header-contact a .icon-phone,
header .right .header-contact a .icon-mail {
  aspect-ratio: 25/21;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  -o-object-position: top;
     object-position: top;
}
header .right .header-contact a span {
  font-family: "Nunito Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.mobile-menu {
  background-color: #1F2666;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: scroll;
  padding: 35px 0px 45px 0px;
  transform: translateX(100%);
  transition: all 1s;
  z-index: 3;
}
.mobile-menu.sticky {
  padding: 15px 0px 45px 0px;
}
.mobile-menu.show {
  transform: translateX(0);
}
.mobile-menu .logo a img {
  width: 290px;
}
@media screen and (max-width: 767px) {
  .mobile-menu .logo a img {
    width: 250px;
  }
}
.mobile-menu .hamburger {
  padding: 0;
  background: transparent;
  border: none;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
}
.mobile-menu .hamburger::before, .mobile-menu .hamburger::after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 2px;
  border-radius: 10px;
  background: #fff;
  left: 0;
}
.mobile-menu .hamburger::before {
  top: 14px;
  transform: rotate(-45deg);
}
.mobile-menu .hamburger::after {
  bottom: 14px;
  transform: rotate(45deg);
}
.mobile-menu .links {
  margin-top: 65px;
}
.mobile-menu .links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 23px;
}
.mobile-menu .links ul li a {
  color: #fff;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
.mobile-menu .contacts {
  display: flex;
  flex-direction: column;
  gap: 23px;
  margin-top: 23px;
}
.mobile-menu .contacts .header-contact {
  gap: 14px;
}
.mobile-menu .contacts .header-contact .header-info {
  font-family: "Nunito Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.mobile-menu .contacts .header-contact .header-info a.contact {
  color: #fff;
}
.mobile-menu .contacts .header-contact .header-info a.contact:hover {
  text-decoration: underline;
}
.mobile-menu a.contact {
  color: white;
}

/* FOOTER */
footer {
  padding: 105px 0;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 65px 0;
  }
}
@media screen and (max-width: 767px) {
  footer .logo-social-col {
    margin-bottom: 20px;
  }
}
footer h4 {
  color: #1F2666;
  font-family: Cormorant;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: none;
}
footer p {
  font-size: 14px;
  margin-bottom: 0;
}
footer p a {
  color: #1F2666;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline;
}
footer .copyright {
  padding-top: 60px;
  font-size: 12px;
  font-style: italic;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  footer .copyright {
    padding-top: 35px;
  }
}
footer .copyright a {
  font-family: "Nunito Sans";
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}

main.page-404 .content {
  padding: 250px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
main.page-404 .content h1 {
  margin-bottom: 15px;
  line-height: 75px;
}
main.page-404 .content p {
  margin-bottom: 25px;
  font-size: 22px;
}

/* HOME */
.home-hero {
  height: 1000px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .home-hero {
    height: 750px;
  }
}
@media screen and (max-width: 991px) {
  .home-hero {
    height: 100vh;
  }
}
.home-hero .swiperHome {
  width: 100%;
  height: 100%;
}
.home-hero .swiperHome .swiper-slide {
  padding: 0 0 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.home-hero .swiperHome .swiper-slide .wrapper-video-image {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.home-hero .swiperHome .swiper-slide .wrapper-video-image .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(24, 37, 71, 0.5) 0%, rgba(24, 37, 71, 0.2) 100%);
}
.home-hero .swiperHome .swiper-slide .wrapper-video-image video,
.home-hero .swiperHome .swiper-slide .wrapper-video-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  top: 0;
  left: 0;
  z-index: 0;
}
.home-hero .swiperHome .swiper-slide .title {
  background: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff;
  color: #FFF;
  font-family: "Cormorant";
  font-size: 55px;
  font-style: normal;
  font-weight: 300;
  line-height: 110.1%;
  letter-spacing: -1.2px;
  margin-bottom: 85px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .home-hero .swiperHome .swiper-slide .title {
    font-size: 50px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .home-hero .swiperHome .swiper-slide .title {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
.home-hero .swiperHome .swiper-slide p {
  color: #FFF;
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .home-hero .swiperHome .swiper-slide p {
    text-align: left !important;
  }
}
@media screen and (max-width: 767px) {
  .home-hero .swiperHome .swiper-slide p {
    text-align: left !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .home-hero .swiperHome .swiper-slide .cta {
    position: absolute;
    bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .home-hero .swiperHome .swiper-slide .cta {
    position: absolute;
    bottom: 120px;
  }
}
.home-hero .swiperHome .swiper-pagination {
  bottom: 370px;
  height: 6px;
  display: flex;
}
.home-hero .swiperHome .swiper-pagination::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: #fff;
  left: 0;
  top: 3px;
}
.home-hero .swiperHome .swiper-pagination .swiper-pagination-bullet {
  width: 33.33%;
  height: 6px;
  border-radius: 0;
  margin: 0 !important;
  background: transparent;
}
.home-hero .swiperHome .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
@media screen and (min-width: 1400px) {
  .home-hero .swiperHome .swiper-pagination {
    max-width: 1295px;
    left: calc((100vw - 1295px) / 2);
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .home-hero .swiperHome .swiper-pagination {
    width: 1120px;
    left: calc((100vw - 1120px) / 2);
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .home-hero .swiperHome .swiper-pagination {
    width: 940px;
    left: calc((100vw - 940px) / 2);
    bottom: 380px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .home-hero .swiperHome .swiper-pagination {
    width: 700px;
    left: calc((100vw - 700px) / 2);
    bottom: 200px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .home-hero .swiperHome .swiper-pagination {
    width: 520px;
    left: calc((100vw - 520px) / 2);
    bottom: 205px;
  }
}
@media screen and (max-width: 575px) {
  .home-hero .swiperHome .swiper-pagination {
    width: calc(100% - 48px);
    left: 24px;
    bottom: 205px;
  }
}
.home-hero .swiperHome .wrapper-nav {
  position: absolute;
  bottom: 410px;
  display: flex;
  gap: 28px;
}
@media screen and (min-width: 1400px) {
  .home-hero .swiperHome .wrapper-nav {
    right: calc((100vw - 1295px) / 2);
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .home-hero .swiperHome .wrapper-nav {
    right: calc((100vw - 1120px) / 2);
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .home-hero .swiperHome .wrapper-nav {
    right: calc((100vw - 940px) / 2);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .home-hero .swiperHome .wrapper-nav {
    left: calc((100vw - 700px) / 2);
    bottom: 230px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .home-hero .swiperHome .wrapper-nav {
    left: calc((100vw - 520px) / 2);
    bottom: 240px;
  }
}
@media screen and (max-width: 575px) {
  .home-hero .swiperHome .wrapper-nav {
    left: 24px;
    bottom: 240px;
  }
}
.home-hero .swiperHome .wrapper-nav .swiper-button-prev {
  position: relative;
  width: 47px;
  height: 29px;
  background-image: url("../../images/arrow-left-slide.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: auto;
  top: auto;
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .home-hero .swiperHome .wrapper-nav .swiper-button-prev {
    width: 30px;
    height: 19px;
  }
}
.home-hero .swiperHome .wrapper-nav .swiper-button-prev::after {
  display: none;
}
.home-hero .swiperHome .wrapper-nav .swiper-button-next {
  position: relative;
  width: 47px;
  height: 29px;
  background-image: url("../../images/arrow-right-slide.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: auto;
  top: auto;
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .home-hero .swiperHome .wrapper-nav .swiper-button-next {
    width: 30px;
    height: 19px;
  }
}
.home-hero .swiperHome .wrapper-nav .swiper-button-next::after {
  display: none;
}

.home-chi-sono {
  padding: 145px 0px;
}
@media screen and (max-width: 991px) {
  .home-chi-sono .reverse {
    flex-direction: column-reverse;
  }
}
.home-chi-sono .wrapper-image {
  aspect-ratio: 509/485;
  box-shadow: 0px 4px 70px 0px rgba(0, 0, 0, 0.1);
}
.home-chi-sono .wrapper-image img {
  -o-object-position: top;
     object-position: top;
}
@media screen and (max-width: 991px) {
  .home-chi-sono .wrapper-image {
    margin-top: 55px;
  }
}
.home-chi-sono h2 {
  background: linear-gradient(86deg, #232F65 2.28%, #437DBD 53.37%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Cormorant;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 57.85px */
  letter-spacing: -0.65px;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .home-chi-sono h2 {
    font-size: 50px;
  }
}
.home-chi-sono .ellipse {
  width: 364px;
  height: 364px;
  border-radius: 364px;
  background: #F9EFFE;
  filter: blur(135px);
  position: absolute;
  right: 40px;
  bottom: -90px;
  z-index: -1;
}

.home-servizi {
  background: #E5F3FF;
  padding: 90px 0px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home-servizi {
    padding: 90px 0 0;
  }
}
.home-servizi .cta.absolute {
  position: absolute;
  bottom: 100px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .home-servizi .cta.absolute {
    bottom: 85px;
  }
}
.home-servizi .wrapper-image {
  aspect-ratio: 285/250;
  margin-bottom: 24px;
  display: flex;
}
.home-servizi .wrapper-image img {
  transition: all 0.6s;
}
.home-servizi .wrapper-image:hover img {
  transform: scale(1.2);
}
.home-servizi h3 {
  color: #1F2666;
  text-align: center;
  font-family: Cormorant;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 89%;
  letter-spacing: -0.27px;
  margin-bottom: 18px;
}

.home-blog {
  padding: 105px 0 0;
}

.swiperNews,
.swiperServices {
  width: 100vw;
  -ms-overflow-style: none; /* IE 11 */
  scrollbar-width: none;
  padding-bottom: 105px;
}
@media screen and (min-width: 1400px) {
  .swiperNews,
  .swiperServices {
    margin-left: calc((1320px - 100vw) / 2 - var(--bs-gutter-x) * 0.5);
    margin-right: calc((1320px - 100vw) / 2 - var(--bs-gutter-x) * 0.5);
    padding-left: calc((100vw - 1320px) / 2);
    padding-right: calc((100vw - 1320px) / 2);
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .swiperNews,
  .swiperServices {
    margin-left: calc((1140px - 100vw) / 2 - var(--bs-gutter-x) * 0.5);
    margin-right: calc((1140px - 100vw) / 2 - var(--bs-gutter-x) * 0.5);
    padding-left: calc((100vw - 1140px) / 2);
    padding-right: calc((100vw - 1140px) / 2);
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .swiperNews,
  .swiperServices {
    margin-left: calc((960px - 100vw) / 2 - var(--bs-gutter-x) * 0.5);
    margin-right: calc((960px - 100vw) / 2 - var(--bs-gutter-x) * 0.5);
    padding-left: calc((100vw - 960px) / 2);
    padding-right: calc((100vw - 960px) / 2);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .swiperNews,
  .swiperServices {
    margin-left: calc((720px - 100vw) / 2 - var(--bs-gutter-x) * 0.5);
    margin-right: calc((720px - 100vw) / 2 - var(--bs-gutter-x) * 0.5);
    padding-left: calc((100vw - 720px) / 2);
    padding-right: calc((100vw - 720px) / 2);
    padding-bottom: 270px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .swiperNews,
  .swiperServices {
    margin-left: calc((540px - 100vw) / 2 - var(--bs-gutter-x) * 0.5);
    margin-right: calc((540px - 100vw) / 2 - var(--bs-gutter-x) * 0.5);
    padding-left: calc((100vw - 540px) / 2);
    padding-right: calc((100vw - 540px) / 2);
    padding-bottom: 270px;
  }
}
@media screen and (max-width: 575px) {
  .swiperNews,
  .swiperServices {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 270px;
  }
}
.swiperNews::-webkit-scrollbar,
.swiperServices::-webkit-scrollbar {
  display: none;
}
.swiperNews .swiper-pagination,
.swiperServices .swiper-pagination {
  bottom: 160px;
  display: flex;
}
.swiperNews .swiper-pagination::after,
.swiperServices .swiper-pagination::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: #1F2666;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.swiperNews .swiper-pagination .swiper-pagination-bullet,
.swiperServices .swiper-pagination .swiper-pagination-bullet {
  width: 33.33%;
  height: 6px;
  border-radius: 0;
  margin: 0 !important;
  background: transparent;
}
.swiperNews .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiperServices .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1F2666;
}
@media screen and (min-width: 992px) {
  .swiperNews .swiper-pagination,
  .swiperServices .swiper-pagination {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .swiperNews .swiper-pagination,
  .swiperServices .swiper-pagination {
    width: 720px;
    left: calc((100vw - 720px) / 2);
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .swiperNews .swiper-pagination,
  .swiperServices .swiper-pagination {
    width: 540px;
    left: calc((100vw - 540px) / 2);
    bottom: 185px;
  }
}
@media screen and (max-width: 575px) {
  .swiperNews .swiper-pagination,
  .swiperServices .swiper-pagination {
    width: calc(100% - 48px);
    left: 24px;
    bottom: 185px;
  }
}
.swiperNews .wrapper-nav,
.swiperServices .wrapper-nav {
  position: absolute;
  bottom: 190px;
  display: flex;
  gap: 18px;
}
@media screen and (min-width: 992px) {
  .swiperNews .wrapper-nav,
  .swiperServices .wrapper-nav {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .swiperNews .wrapper-nav,
  .swiperServices .wrapper-nav {
    left: calc((100vw - 720px) / 2);
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .swiperNews .wrapper-nav,
  .swiperServices .wrapper-nav {
    left: calc((100vw - 540px) / 2);
    bottom: 220px;
  }
}
@media screen and (max-width: 575px) {
  .swiperNews .wrapper-nav,
  .swiperServices .wrapper-nav {
    left: 24px;
    bottom: 220px;
  }
}
.swiperNews .wrapper-nav .swiper-button-prev,
.swiperNews .wrapper-nav .swiper-button-next,
.swiperServices .wrapper-nav .swiper-button-prev,
.swiperServices .wrapper-nav .swiper-button-next {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  margin-top: 0;
  height: auto;
}
.swiperNews .wrapper-nav .swiper-button-prev::after,
.swiperNews .wrapper-nav .swiper-button-next::after,
.swiperServices .wrapper-nav .swiper-button-prev::after,
.swiperServices .wrapper-nav .swiper-button-next::after {
  display: none;
}

#single-post {
  padding: 200px 0 0;
}
@media screen and (max-width: 767px) {
  #single-post {
    padding: 165px 0 0;
  }
}
#single-post .date {
  color: #C130FF;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#single-post .wrapper-image {
  aspect-ratio: 996/550;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  #single-post .wrapper-image {
    aspect-ratio: 342/331;
  }
}
#single-post .content {
  padding-bottom: 95px;
}
#single-post .content figure {
  margin: 50px 0;
  border-radius: 20px;
  overflow: hidden;
}

#blog {
  padding: 200px 0 0;
}
@media screen and (max-width: 767px) {
  #blog {
    padding: 165px 0 0;
  }
}
#blog .wrapper-news {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 22px;
       column-gap: 22px;
  row-gap: 80px;
  padding: 60px 0 75px;
}
#blog .wrapper-news .single-card {
  width: calc(50% - 11px);
}
@media screen and (max-width: 480px) {
  #blog .wrapper-news .single-card {
    width: 100%;
  }
}
#blog #load-more {
  margin-bottom: 90px;
  cursor: pointer;
}

#servizi .intro {
  padding: 200px 0 175px;
}
@media screen and (max-width: 767px) {
  #servizi .intro {
    padding: 165px 0 95px;
  }
}
#servizi .intro .wrapper-image {
  aspect-ratio: 589/562;
  box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.45);
}
@media screen and (max-width: 767px) {
  #servizi .intro .wrapper-image {
    margin-top: 60px;
  }
}
#servizi .servizi {
  padding: 150px 0;
  background: #E5F3FF;
}
@media screen and (max-width: 767px) {
  #servizi .servizi {
    padding: 95px 0;
  }
}
#servizi .servizi h2 {
  background: linear-gradient(86deg, #232F65 2.28%, #437DBD 53.37%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Cormorant;
  font-size: 57px;
  font-style: normal;
  font-weight: 500;
  line-height: 101%;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #servizi .servizi h2 {
    font-size: 46px;
  }
}
@media screen and (max-width: 767px) {
  #servizi .servizi h2 {
    font-size: 40px;
  }
}
#servizi .servizi .wrapper-servizi {
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  #servizi .servizi .wrapper-servizi {
    gap: 30px;
  }
}
#servizi .servizi .wrapper-servizi .singolo-servizio {
  display: flex;
  align-items: center;
  gap: 68px;
}
#servizi .servizi .wrapper-servizi .singolo-servizio.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  #servizi .servizi .wrapper-servizi .singolo-servizio.reverse {
    flex-direction: column;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  #servizi .servizi .wrapper-servizi .singolo-servizio {
    flex-direction: column;
    gap: 30px;
  }
}
#servizi .servizi .wrapper-servizi .singolo-servizio .wrapper-image {
  width: calc(50% - 68px);
  aspect-ratio: 440/350;
  box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.45);
}
@media screen and (max-width: 767px) {
  #servizi .servizi .wrapper-servizi .singolo-servizio .wrapper-image {
    width: 100%;
  }
}
#servizi .servizi .wrapper-servizi .singolo-servizio .content {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #servizi .servizi .wrapper-servizi .singolo-servizio .content {
    width: 100%;
  }
}
#servizi .servizi .wrapper-servizi .singolo-servizio .content h4 {
  color: #1F2666;
  font-family: Cormorant;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 123.6%;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #servizi .servizi .wrapper-servizi .singolo-servizio .content h4 {
    font-size: 32px;
    line-height: 115%;
  }
}

#contatti .intro {
  padding: 200px 0 100px;
}
@media screen and (max-width: 767px) {
  #contatti .intro {
    padding: 120px 0 90px;
  }
}
#contatti .intro h1 {
  margin-bottom: 25px;
}
#contatti .intro .wrapper-map {
  padding: 55px 0 0;
}
@media screen and (max-width: 767px) {
  #contatti .intro .wrapper-map {
    padding-top: 40px 0 0;
  }
}
#contatti .intro .contacts {
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #contatti .intro .contacts {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #contatti .intro .contacts .contact {
    margin-bottom: 35px;
  }
}
#contatti .intro .contacts .contact.no-link {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 15px;
}
#contatti .intro .contacts .contact a {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #contatti .intro .contacts .contact a {
    flex-direction: row;
    align-items: center;
  }
}
#contatti .intro .contacts .contact img {
  width: 35px;
}
#contatti .intro .contacts .contact span {
  color: #1F2666;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
}
#contatti .intro h4 {
  color: var(--Blu, #1F2666);
  font-family: Cormorant;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 103%;
  margin-bottom: 10px;
}
#contatti .contact-form {
  margin-top: 40px;
}
#contatti .contact-form .container {
  padding: 0;
}
#contatti .contact-form .wpcf7-response-output {
  color: #dc3232;
}
#contatti .contact-form .col-md-12 .wpcf7-not-valid-tip {
  color: #dc3232;
}
#contatti .contact-form .col-md-12 input,
#contatti .contact-form .col-md-12 textarea {
  border-bottom: 1px solid #1F2666;
  color: #1F2666;
}
#contatti .contact-form .col-md-12 input::-moz-placeholder, #contatti .contact-form .col-md-12 textarea::-moz-placeholder {
  color: #1F2666;
}
#contatti .contact-form .col-md-12 input::placeholder,
#contatti .contact-form .col-md-12 textarea::placeholder {
  color: #1F2666;
}
#contatti .contact-form .col-md-12 .acceptance .wpcf7-list-item label span {
  color: #1F2666;
}
#contatti .contact-form .col-md-12 .acceptance .wpcf7-list-item label span a {
  color: #1F2666;
}
#contatti .contact-form .wpcf7-submit {
  color: #1F2666;
  border: 1px solid #1F2666;
}
#contatti .contact-form .wpcf7-submit svg path {
  filter: brightness(0%) saturate(100%) invert(16%) sepia(13%) saturate(6852%) hue-rotate(213deg) brightness(91%) contrast(100%);
}

#chi-sono .intro {
  padding: 200px 0 0;
}
@media screen and (max-width: 991px) {
  #chi-sono .intro {
    padding: 165px 0 80px;
  }
}
#chi-sono .intro .description {
  margin-bottom: 220px;
}
@media screen and (max-width: 991px) {
  #chi-sono .intro .description {
    margin-bottom: 65px;
  }
}
#chi-sono .intro .box-absolute {
  position: absolute;
  width: calc(100% - 20px);
}
@media screen and (max-width: 991px) {
  #chi-sono .intro .box-absolute {
    position: relative;
    width: 100%;
  }
}
#chi-sono .intro .box-absolute.left {
  transform: translateY(-10%);
}
@media screen and (max-width: 991px) {
  #chi-sono .intro .box-absolute.left {
    transform: none;
    margin-bottom: 30px;
  }
}
#chi-sono .intro .box-absolute.center {
  transform: translateY(-32%);
}
@media screen and (max-width: 991px) {
  #chi-sono .intro .box-absolute.center {
    transform: none;
  }
}
#chi-sono .intro .box-absolute.right {
  transform: translateY(-30%);
}
@media screen and (max-width: 991px) {
  #chi-sono .intro .box-absolute.right {
    transform: none;
  }
}
#chi-sono .intro .box-absolute .wrapper-image {
  aspect-ratio: 589/562;
  box-shadow: 0px 4px 70px 0px rgba(0, 0, 0, 0.1);
}
#chi-sono .contatti {
  background: #E5F3FF;
  padding: 480px 0 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #chi-sono .contatti {
    padding: 100px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #chi-sono .contatti {
    padding: 90px 0 0;
  }
}
#chi-sono .contatti h2 {
  background: linear-gradient(86deg, #232F65 2.28%, #437DBD 53.37%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Cormorant;
  font-size: 55px;
  font-style: normal;
  font-weight: 600;
  line-height: 101%;
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #chi-sono .contatti h2 {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  #chi-sono .contatti h2 {
    font-size: 40px;
  }
}
@media screen and (min-width: 992px) {
  #chi-sono .contatti .contatti-main {
    align-items: flex-end;
  }
}
@media screen and (max-width: 991px) {
  #chi-sono .contatti .contatti-main {
    flex-direction: column-reverse;
  }
}
#chi-sono .contatti .contatti-main .cta {
  margin-top: 10px;
}
#chi-sono .contatti img.doctor {
  width: 100%;
  border-radius: 20px 20px 0 0;
}
#chi-sono .contatti .padding-b-150 {
  padding-bottom: 150px;
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  #chi-sono .contatti .padding-b-150 {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #chi-sono .contatti .padding-b-150 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  #chi-sono .contatti .padding-b-150 {
    padding-bottom: 40px;
  }
}
#chi-sono .contatti .contact {
  gap: 16px;
  margin-top: 25px;
  margin-bottom: 15px;
}
#chi-sono .contatti .contact a {
  display: flex;
  align-items: center;
  gap: 10px;
}
#chi-sono .contatti .contact a img {
  width: 26px;
}
#chi-sono .contatti .contact a span {
  color: #1F2666;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
}
#chi-sono .competenze {
  padding: 100px 0 65px;
}
@media screen and (max-width: 767px) {
  #chi-sono .competenze {
    padding: 75px 0 65px;
  }
}
#chi-sono .competenze ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
#chi-sono .competenze ul li {
  width: calc(50% - 8px);
}
@media screen and (max-width: 767px) {
  #chi-sono .competenze ul li {
    width: 100%;
  }
}
#chi-sono .educazione {
  padding: 0 0 65px;
}
#chi-sono .educazione ul {
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 10px;
  flex-direction: column;
}
#chi-sono .competenze h2,
#chi-sono .educazione h2 {
  color: var(--Blu, #1F2666);
  font-family: Cormorant;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 101%;
  margin-bottom: 24px;
}
#chi-sono .competenze .li-comp,
#chi-sono .competenze li,
#chi-sono .educazione .li-comp,
#chi-sono .educazione li {
  color: var(--Blu, #1F2666);
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  margin-bottom: 8px;
  padding-left: 28px;
  position: relative;
}
#chi-sono .competenze .li-comp::before,
#chi-sono .competenze li::before,
#chi-sono .educazione .li-comp::before,
#chi-sono .educazione li::before {
  position: absolute;
  left: 0;
  top: 4px;
  display: block;
  min-width: 14px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  margin-right: 14px;
  background: #C130FF;
  content: "";
}
#chi-sono .orari {
  padding: 0 0 75px;
}
#chi-sono .orari h2 {
  color: var(--Blu, #1F2666);
  font-family: Cormorant;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 101%;
  margin-bottom: 24px;
}
#chi-sono .orari h5 {
  color: #1F2666;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 215%;
}
#chi-sono .orari .orari-settimanali {
  margin-bottom: 50px;
}
#chi-sono .orari .orari-settimanali .orario {
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 12px 0px;
  border-bottom: 1px solid #ccc;
}
#chi-sono .orari .orari-settimanali .orario p {
  margin-bottom: 0;
}/*# sourceMappingURL=home.css.map */