html {
  font-size: 25px;
}
@media only screen and (max-width: 2300px) {
  html {
    font-size: 23px;
  }
}
@media only screen and (max-width: 2200px) {
  html {
    font-size: 22px;
  }
}
@media only screen and (max-width: 2100px) {
  html {
    font-size: 21px;
  }
}
@media only screen and (max-width: 2000px) {
  html {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1900px) {
  html {
    font-size: 19px;
  }
}
@media only screen and (max-width: 1800px) {
  html {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1700px) {
  html {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1540px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  html {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  html {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .page-values {
    margin-bottom: 3rem;
  }
}
.page-values .section.section-title {
  padding-top: 2.5rem;
}
@media only screen and (max-width: 991px) {
  .page-values .section.section-title {
    margin-bottom: 3rem;
  }
}
.page-values .section.section-title .section-inner {
  display: flex;
  gap: 2.5rem;
}
@media only screen and (min-width: 992px) {
  .page-values .section.section-title .section-inner {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 991px) {
  .page-values .section.section-title .section-inner {
    flex-direction: column;
  }
}
@media only screen and (min-width: 992px) {
  .page-values .section.section-title .section-inner .section-title {
    width: 40%;
  }
}
.page-values .section.section-title .section-inner .section-title .title {
  margin-bottom: unset;
}
@media only screen and (min-width: 992px) {
  .page-values .section.section-title .section-inner .section-title-content {
    width: 60%;
  }
}
.page-values .values-banner {
  top: 0;
  left: 0;
  height: 80vh;
}
@media only screen and (min-width: 1200px) {
  .page-values .values-banner {
    height: 80vh;
  }
}
.page-values .values-banner video {
  position: absolute;
  width: 100%;
  height: 80vh;
  object-fit: cover;
  z-index: 1;
}
@media only screen and (min-width: 1200px) {
  .page-values .values-banner video {
    height: 80vh;
  }
}
@media only screen and (max-width: 767px) {
  .page-values .values-banner video.desktop-video {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .page-values .values-banner video.mobile-video {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .page-values .section-text {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 991px) {
  .page-values .section-text2 {
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .page-values .section-usps .columns-3 {
    grid-template-columns: 1fr 1fr;
  }
}
.page-values .section-usps .usp-item .usp-image {
  margin-bottom: 1.5rem;
}
.page-values .section-usps .usp-item .usp-image img {
  height: 280px;
  object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .page-values .carrousel-fix {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 992px) {
  .page-values .carrousel-fix {
    padding-left: calc((100vw - 60.75rem) / 2);
  }
}
@media only screen and (min-width: 911px) and (max-width: 991px) {
  .page-values .carrousel-fix {
    padding-left: calc((100vw - 60.75rem) / 2 + 15px);
  }
}
@media only screen and (max-width: 910px) {
  .page-values .carrousel-fix {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .page-values .section-quote {
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .page-values .section-quote .content > .content-holder {
    padding-left: 4rem;
    border-left: 1px solid #E0E0E0;
  }
}
@media only screen and (max-width: 991px) {
  .page-values .section-image {
    margin-bottom: 4rem;
  }
}
.page-values .section-image .image img {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
  max-height: 440px;
}
.page-values .section-team .image-holder img {
  min-height: 450px;
}

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