@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
html, body {
  overflow-x: hidden;
}

@media screen and (max-width: 1199px) {
  br.soft-break {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .pxp-header {
    background-color: #0819af;
  }
}

@media screen and (min-width: 768px) {
  .pxp-hero.pxp-hero-contact {
    max-height: 946px;
  }
}
.pxp-hero.pxp-hero-contact .pxp-hero-bg {
  background-color: #0100fd;
}
.pxp-hero.pxp-hero-contact .pxp-hero-bg:before {
  content: none;
}
.pxp-hero.pxp-hero-contact .pxp-hero-bg:after {
  content: none;
}
.pxp-hero.pxp-hero-contact .pxp-hero-opacity {
  display: none;
}
@media screen and (max-width: 767px) {
  .pxp-hero.pxp-hero-contact .pxp-hero-caption {
    padding: 80px 0 52px;
  }
}
@media screen and (max-width: 399px) {
  .pxp-hero.pxp-hero-contact .pxp-hero-caption .pxp-hero-contact-form-caption-list {
    margin: 16px 0;
  }
}
.pxp-hero.pxp-hero-contact .pxp-hero-video {
  position: relative;
  margin: 0 -40px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pxp-hero.pxp-hero-contact .pxp-hero-video {
    margin: 0 0 16px 0;
  }
}
.pxp-hero.pxp-hero-contact .pxp-hero-video video {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .pxp-hero.pxp-hero-contact .pxp-hero-video video {
    max-width: 480px;
  }
}
@media screen and (max-width: 399px) {
  .pxp-hero.pxp-hero-contact .pxp-hero-video video {
    max-width: 240px;
  }
}
.pxp-hero.pxp-hero-contact .home-address-field {
  max-width: 500px;
}
.pxp-hero.pxp-hero-contact .home-address-field > i {
  position: absolute;
  top: 14px;
  left: 12px;
  color: #0000FF;
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  .pxp-hero.pxp-hero-contact .home-address-field > i {
    top: 10px;
  }
}
.pxp-hero.pxp-hero-contact .home-address-field > input {
  height: 52px;
  border: none;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 0 20px #1a1a1a;
  color: #0000FF;
  font-size: 16px;
  line-height: 16px;
  padding: 0 180px 0 40px;
}
@media screen and (max-width: 991px) {
  .pxp-hero.pxp-hero-contact .home-address-field > input {
    height: 44px;
    box-shadow: none;
    padding: 0 0 0 40px;
  }
}
.pxp-hero.pxp-hero-contact .home-address-field > button {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  border-radius: 9999px;
  font-size: 15px;
  padding: 4px 20px;
}
@media screen and (max-width: 991px) {
  .pxp-hero.pxp-hero-contact .home-address-field > button {
    position: static;
    top: unset;
    right: unset;
    transform: unset;
    display: block;
    width: 100%;
    border-radius: 6px;
    font-size: 16px;
    padding: 8px;
    margin: 16px 0 0;
  }
}
.pxp-hero-caption {
  min-height: 100%;
  padding: 192px 0 64px;
}
.pxp-hero-caption h3 {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 12px;
}
@media screen and (max-width: 399px) {
  .pxp-hero-caption h3 {
    font-size: 20px;
  }
}
.pxp-hero-caption h1 {
  margin-bottom: 32px;
}
@media screen and (max-width: 399px) {
  .pxp-hero-caption h1 {
    margin-bottom: 16px;
  }
}

.address-dropdown {
  position: absolute;
  left: 0;
  right: 0;
  background: #ffffff;
  box-shadow: 1px 1px 5px #333333;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s;
  z-index: 99;
}
.address-dropdown.show {
  opacity: 1;
  visibility: visible;
}
.address-dropdown .address-dropdown-loading {
  display: flex;
  align-items: center;
  height: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: opacity 0.2s, visibility 0.2s;
}
.address-dropdown .address-dropdown-loading.show {
  height: auto;
  padding: 12px 16px;
  opacity: 1;
  visibility: visible;
}
.address-dropdown .address-dropdown-loading .spinner {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #000051;
  border-style: dashed;
  margin: 0 12px 0 0;
  animation: rotate 1s linear infinite;
}
.address-dropdown .address-dropdown-loading span {
  font-size: 15px;
  line-height: normal;
}
.address-dropdown .address-dropdown-options > div {
  padding: 12px 16px;
  cursor: pointer;
  transition: background 0.2s;
}
.address-dropdown .address-dropdown-options > div:not(:last-child) {
  border-bottom: 1px solid #000051;
}
.address-dropdown .address-dropdown-options > div:hover {
  background: #f5f5f5;
}

.comefunge-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  background-color: #f4f4f4;
}
.comefunge-box-title {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 36px;
  line-height: normal;
  font-weight: 600;
  padding: 24px 24px 0;
  margin: 0 0 16px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .comefunge-box-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 399px) {
  .comefunge-box-title {
    font-size: 24px;
  }
}
.comefunge-box-title span:first-child {
  display: block;
  color: #000051;
  margin: 0 12px 0 0;
}
.comefunge-box-title span:last-child {
  display: block;
  color: #0000FF;
}
.comefunge-box-text {
  width: 100%;
  text-align: left;
  line-height: 1.35em;
  padding: 0 24px 8px;
}
.comefunge-box-text > p {
  font-size: 16px;
  color: #40407C;
}
.comefunge-box-text > p:last-child {
  margin: 0;
}
.comefunge-box-text > p span {
  color: #463dfc;
  font-weight: 600;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .comefunge-box-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .comefunge-box-text {
    padding: 0 24px 24px;
  }
}
@media screen and (max-width: 399px) {
  .comefunge-box-text {
    font-size: 14px;
  }
}
.comefunge-box-image {
  display: flex;
  align-items: flex-end;
  width: 100%;
  text-align: center;
}
.comefunge-box-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.barrahome {
  position: relative;
  background-color: #eeeeff;
  padding: 75px 0;
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
  .barrahome {
    padding: 75px 0 0;
    margin: 0;
  }
}
.barrahome .pxp-section-h2 {
  margin: 0 0 16px;
}
.barrahome img {
  position: absolute;
  top: -50px;
  width: auto;
  height: calc(100% + 50px);
}
@media screen and (max-width: 991px) {
  .barrahome img {
    left: calc(50vw - 64px);
  }
}
@media screen and (max-width: 767px) {
  .barrahome img {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    display: block;
    width: 100%;
    height: auto;
    margin: 16px 0 0;
  }
}
.barrahome.alt {
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .barrahome.alt {
    padding: 0;
  }
}
.barrahome.alt img {
  top: unset;
  bottom: -50px;
  left: calc((100vw - 960px) / 2 + 142px);
}
@media screen and (min-width: 1200px) {
  .barrahome.alt img {
    left: calc((100vw - 1140px) / 2 + 142px);
  }
}
@media screen and (max-width: 991px) {
  .barrahome.alt img {
    left: calc(50vw - 345px);
  }
}
@media screen and (max-width: 767px) {
  .barrahome.alt img {
    left: unset;
    bottom: unset;
    max-width: 240px;
    margin: 24px auto 0;
  }
}
@media screen and (max-width: 399px) {
  .barrahome.alt img {
    max-width: 60%;
  }
}
@media screen and (max-width: 299px) {
  .barrahome.alt img {
    max-width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .barrahome.alt2 {
    padding-bottom: 16px;
  }
}
.barrahome.alt2 img {
  top: 12px;
  bottom: 12px;
  left: unset;
  height: calc(100% - 24px);
}
@media screen and (max-width: 991px) {
  .barrahome.alt2 img {
    right: calc(50vw - 345px);
  }
}
@media screen and (max-width: 767px) {
  .barrahome.alt2 img {
    right: unset;
    max-width: 320px;
    margin: 24px auto 0;
  }
}
@media screen and (max-width: 399px) {
  .barrahome.alt2 img {
    max-width: 60%;
  }
}
@media screen and (max-width: 299px) {
  .barrahome.alt2 img {
    max-width: 70%;
  }
}

.pxp-services-item-text-title {
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 16px;
}
.pxp-services-item-text-sub {
  margin: 0;
}
.pxp-services-item-text-sub + a.more {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #000051;
  margin: 4px 0 0;
}
.pxp-services-item-text-sub.more {
  display: none;
}
.pxp-services-item-text-sub.more a {
  color: #000051;
  text-decoration: none;
  font-weight: 700;
}
.pxp-services-item-text-sub.more a:hover {
  color: #0000FF;
}

.pxp-services-tabs {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .pxp-services-tabs {
    margin-bottom: 75px;
  }
}

#ls1, #ls2 {
  display: block;
  color: #0000FF;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  margin: 24px 0 0;
  transition: opacity 0.6s ease-in-out;
}
#ls1 span, #ls2 span {
  margin-right: 4px;
}
#ls1 svg, #ls2 svg {
  filter: invert(8%) sepia(100%) saturate(7129%) hue-rotate(248deg) brightness(98%) contrast(143%);
  transition: filter 0.4s;
}
#ls1:hover, #ls2:hover {
  color: #000051;
}
#ls1:hover svg, #ls2:hover svg {
  filter: invert(6%) sepia(72%) saturate(5146%) hue-rotate(241deg) brightness(89%) contrast(122%);
}

.compromesso-sicuro .pxp-cover:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.compromesso-sicuro .pxp-services-c-content .pxp-services-c-intro {
  padding-bottom: 52px;
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .compromesso-sicuro .pxp-services-c-content .pxp-services-c-intro {
    max-width: 690px;
  }
}
@media screen and (max-width: 767px) {
  .compromesso-sicuro .pxp-services-c-content .pxp-services-c-intro {
    max-width: 510px;
  }
}
@media screen and (max-width: 575px) {
  .compromesso-sicuro .pxp-services-c-content .pxp-services-c-intro {
    max-width: 100%;
  }
}
.compromesso-sicuro .pxp-services-c-content .pxp-services-c-intro .pxp-section-h2 {
  font-weight: 900;
  color: #FFFFFF;
  font-size: 28px;
}
@media screen and (max-width: 1599px) {
  .compromesso-sicuro .pxp-services-c-content .pxp-services-c-intro .pxp-section-h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 349px) {
  .compromesso-sicuro .pxp-services-c-content .pxp-services-c-intro .pxp-section-h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .compromesso-sicuro .pxp-services-c-content .pxp-services-c-intro .pxp-section-h2 br {
    display: none;
  }
}
.compromesso-sicuro .pxp-services-c-content .pxp-services-c-intro .pxp-section-h2 + p {
  margin: 0;
  opacity: 1;
}
.compromesso-sicuro .pxp-services-c-item {
  border-radius: 20px;
  background-color: #000051;
}
.compromesso-sicuro .pxp-services-c-item-fig {
  animation: none !important;
}
.compromesso-sicuro .pxp-services-c-item-text {
  transform: none !important;
}
.compromesso-sicuro .pxp-services-c-item-text-title, .compromesso-sicuro .pxp-services-c-item-text-sub {
  color: #FFFFFF;
}

/*# sourceMappingURL=home.css.map */
