:root {
  --container-margin: (100vw - 1260px) / 2;
  --navbar-height: 62px;
}

@media (max-width: 1300px) {
  :root {
    --container-margin: (100vw - 1000px) / 2;
    --navbar-height: 64px;
  }
}

@media (max-width: 1100px) {
  :root {
    --container-margin: (100vw - 700px) / 2;
    --navbar-height: 52px;
  }
}

@media (max-width: 768px) {
  :root {
    --container-margin: (100vw - 500px) / 2;
  }
}

@media (max-width: 576px) {
  :root {
    --container-margin: 15px;
  }
}

.title {
  font-weight: 400;
  font-size: 40px;
  line-height: 49px;
  color: #304a70;
  margin-bottom: 16px;
}

@media (max-width: 1099.98px) {
  .title {
    font-size: 26px;
    line-height: 30px;
  }
}

.valori {
  display: flex;
  flex-direction: column;
  margin-top: 130px;
  margin-right: 5px;
  margin-left: 5px;
}

.valori .addedSub {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #304a70;
}

@media (max-width: 1099.98px) {
  .valori .addedSub {
    font-size: 22px;
    line-height: 20px;
  }
}

.valori .addedTi {
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  color: #304a70;
}

@media (max-width: 1099.98px) {
  .valori .addedTi {
    font-size: 26px;
    line-height: 30px;
  }
}

.link {
  cursor: pointer;
}

.link .vertical {
  transform: rotateZ(90deg);
}

.sub-title-wrapper {
  padding: 60px 0;
  position: relative;
  margin-top: -60px;
}

.sub-title-wrapper::after {
  position: absolute;
  background-color: #ffffff;
  top: 0;
  right: 0;
  content: "";
  height: 100%;
  width: 100vw;
}

.sub-title-wrapper .sub-title {
  font-weight: 400;
  font-size: 30px;
  line-height: 37px;
  color: #304a70;
  z-index: 1;
  position: relative;
}

@media (max-width: 500px) {
  .sub-title-wrapper .sub-title {
    font-size: 22px;
    line-height: 23px;
  }
}

.stats-caption {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #304a70;
  margin-bottom: 18px;
}

.stats-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  color: #304a70;
  margin-bottom: 28px;
}

@media (max-width: 500px) {
  .stats-title {
    font-size: 26px;
    line-height: 30px;
  }
}

.stats-paragraph {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #304a70;
}

.list-wrapper {
  margin-top: 130px;
  color: #304a70;
}

.list-wrapper .caption {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 9px;
}

.list-wrapper .title {
  font-weight: 700;
  font-size: 60px;
  line-height: 73px;
  margin-bottom: 26px;
}

@media (max-width: 764px) {
  .list-wrapper .title {
    font-size: 26px;
    line-height: 30px;
  }
}

.list-wrapper .paragraph {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.list-wrapper .member-card {
  padding: 24px 0;
}

.list-wrapper .member-card.overlap {
  margin-top: -300px;
}

@media (max-width: 1099.98px) {
  .list-wrapper .member-card.overlap {
    margin-top: 0;
  }
}

.list-wrapper .member-card .member-image {
  margin-bottom: 13px;
  border-radius: 50% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.list-wrapper .member-card .member-name {
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 6px;
}

.list-wrapper .member-card .member-departament {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 0;
}

.list-wrapper .member-card .member-departament.expert {
  color: #f0af36;
}

.list-wrapper .member-card .member-departament.sales {
  color: #eb5d40;
}

.list-wrapper .member-card .member-departament.marketing {
  color: #008389;
}

.list-wrapper .member-card .member-position {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

.section {
  position: relative;
  margin: 64px 0;
  padding: 80px 0;
}

.section::after {
  position: absolute;
  z-index: -1;
  bottom: 0;
  height: 100%;
  content: "";
  width: 54vw;
}

@media (max-width: 500px) {
  .section::after {
    width: 100vw;
    left: calc(-1 * var(--container-margin)) !important;
  }
}

.section .section-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 30px;
  color: #304a70;
  margin-bottom: 16px;
}

.section .content .paragraph {
  font-size: 16px;
  line-height: 20px;
  color: #304a70;
  font-weight: 400;
}

.section .content .paragraph:last-of-type {
  margin-bottom: 0;
}

.section .contentmidd .paragraph {
  font-size: 16px;
  line-height: 20px;
  color: #304a70;
  font-weight: 400;
}

.section .contentmidd .paragraph:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 764px) {
  .section .contentmidd {
    margin-left: -10px;
  }
}

.section .image {
  width: 100%;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
}

.section .imagesecond {
  width: 100%;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
}

@media (min-width: 1029px) {
  .light-blue .removepaddingmobile {
    padding-right: 0px;
  }
}

.light-blue::after {
  background-color: rgba(60, 181, 161, 0.1);
  left: calc(-1 * var(--container-margin));
}

@media (min-width: 1029px) {
  .light-red .padingrow {
    padding-left: 0px;
  }
}

.light-red::after {
  background-color: rgba(235, 93, 64, 0.1);
  right: calc(-1 * var(--container-margin));
}

@media (min-width: 1029px) {
  .light-yellow .removepaddingmobile {
    padding-right: 0px;
  }
}

.light-yellow::after {
  background-color: rgba(240, 175, 54, 0.1);
  left: calc(-1 * var(--container-margin));
}

.points-wrapper {
  color: #304a70;
  margin-top: 180px;
}

.points-wrapper .caption {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 19px;
}

.points-wrapper .title {
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  margin-bottom: 30px;
}

@media (max-width: 1099.98px) {
  .points-wrapper .title {
    font-size: 26px;
    line-height: 30px;
  }
}

.points-wrapper .content {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.points-wrapper .point-card {
  margin-top: -60px;
}

@media (max-width: 1099.98px) {
  .points-wrapper .point-card {
    margin-top: 0;
  }
}

.points-wrapper .point-card .image {
  height: 120px;
  width: 130px;
  -o-object-fit: contain;
     object-fit: contain;
}

.points-wrapper .point-card .imagesecond {
  height: 120px;
  width: 130px;
  -o-object-fit: contain;
     object-fit: contain;
}

.points-wrapper .point-card .lastimage {
  height: 96px;
  width: 130px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 23px;
}

.points-wrapper .point-card .point-card-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
}

.points-wrapper .point-card .point-card-content {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

.points-wrapper .middlepointcard {
  padding-left: 40px;
}

@media (max-width: 1099.98px) {
  .points-wrapper .middlepointcard {
    padding-left: 0;
  }
}

@media (max-width: 764px) {
  .points-wrapper {
    margin-top: 0px;
  }
}

.hero-image-container .hero-image {
  opacity: 0.9;
}