<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">section.product-info {
  padding: 0;
  background: linear-gradient(90deg, #076969, #007f80);
  overflow: clip;
  position: relative;
}
section.product-info.biovitae {
  background: #005470;
}
section.product-info.biovitae .wrapper .content .title {
  padding-left: 0;
}
section.product-info.biovitae .wrapper .content .title h4 {
  font-family: "Avenir", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #FFF;
  line-height: 1.3;
}
section.product-info.biovitae .wrapper .content .title svg.desktop, section.product-info.biovitae .wrapper .content .title svg.mobile {
  display: none;
}
section.product-info.biovitae .wrapper .content p {
  font-family: "Avenir", sans-serif;
}
section.product-info.biovitae .wrapper .info-boxes .info-box {
  background: #FFF;
}
section.product-info.biovitae .wrapper .info-boxes .info-box h5 {
  font-family: "Avenir", sans-serif;
  color: #005470;
  font-weight: 600;
}
section.product-info.biovitae .wrapper .info-boxes .info-box p {
  font-family: "Avenir", sans-serif;
  color: #3d4343;
}
section.product-info .bg-fingerprint {
  display: none;
  position: absolute;
  width: 1238.941px;
  height: 772.943px;
  transform: rotate(5deg);
  right: -350px;
  top: -5px;
}
section.product-info .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: auto;
  z-index: 2;
  position: relative;
}
section.product-info .wrapper .content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  flex-wrap: auto;
  width: 100%;
}
section.product-info .wrapper .content .content-wrapper {
  padding: 32px 16px 0;
}
section.product-info .wrapper .content .image {
  width: 100%;
  aspect-ratio: 1.04/1;
  overflow: hidden;
}
section.product-info .wrapper .content .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.product-info .wrapper .content .title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  flex-wrap: auto;
  position: relative;
  padding-left: 30px;
  margin-bottom: 16px;
}
section.product-info .wrapper .content .title h4 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1.75rem;
  color: #FFF;
  line-height: 1.3;
  margin-bottom: 0;
}
section.product-info .wrapper .content .title svg {
  position: absolute;
  height: 100%;
  left: 0;
  width: auto;
}
section.product-info .wrapper .content .title svg.desktop {
  display: none;
}
section.product-info .wrapper .content p {
  color: #FFF;
}
section.product-info .wrapper .info-boxes {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: auto;
  gap: 16px;
  padding: 32px 16px;
}
section.product-info .wrapper .info-boxes .info-box {
  background: #0b5653;
  border-radius: 8px;
  padding: 24px 16px;
}
section.product-info .wrapper .info-boxes .info-box h5 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  color: #ccf9fa;
  line-height: 1.3;
}
section.product-info .wrapper .info-boxes .info-box p {
  color: #FFF;
}
section.product-info .wrapper .info-boxes .info-box p:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 601px) {
  section.product-info .wrapper .content .image {
    aspect-ratio: 1.74/1;
  }
}
@media only screen and (min-width: 992px) {
  section.product-info {
    padding: 80px 16px;
  }
  section.product-info .bg-fingerprint {
    display: block;
    z-index: 1;
  }
  section.product-info.biovitae .wrapper {
    gap: 64px;
  }
  section.product-info.biovitae .wrapper .content {
    max-width: 386px;
  }
  section.product-info.biovitae .wrapper .content .content-wrapper {
    padding: 0 0 32px;
  }
  section.product-info.biovitae .wrapper .content .title {
    margin-bottom: 0;
  }
  section.product-info.biovitae .wrapper .content .image {
    aspect-ratio: 1.43/1;
  }
  section.product-info.biovitae .wrapper .info-boxes .info-box {
    padding: 32px;
  }
  section.product-info .wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 36px;
  }
  section.product-info .wrapper .content {
    flex-direction: column;
    max-width: 350px;
  }
  section.product-info .wrapper .content .content-wrapper {
    padding: 0 0 16px;
  }
  section.product-info .wrapper .content .image {
    aspect-ratio: 1.07/1;
    border-radius: 8px;
  }
  section.product-info .wrapper .content .title {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-left: 0;
  }
  section.product-info .wrapper .content .title h4 {
    font-size: 2.1875rem;
    margin-bottom: 20px;
  }
  section.product-info .wrapper .content .title svg {
    position: relative;
  }
  section.product-info .wrapper .content .title svg.mobile {
    display: none;
  }
  section.product-info .wrapper .content .title svg.desktop {
    display: block;
    max-width: 100%;
  }
  section.product-info .wrapper .info-boxes {
    max-width: 800px;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
  }
  section.product-info .wrapper .info-boxes .info-box {
    flex-basis: calc(50% - 8px);
    align-self: stretch;
  }
  section.product-info .wrapper .info-boxes .info-box h5 {
    font-size: 1.6875rem;
  }
}
</pre></body></html>