@font-face {
  font-family: Planer;
  src: url('../fonts/Planer-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Planer;
  src: url('../fonts/Planer-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --main: #c24281;
  --white: white;
  --secundary: #2b3169;
  --dark-gray: #dcd8d8;
  --background: #f2f0f0;
  --dark: #000;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Planer, Arial, sans-serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 115%;
}

h2 {
  color: var(--main);
  background-color: #0000;
  font-family: Planer, Arial, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 100%;
}

h3 {
  color: var(--main);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Planer, Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 30px;
}

.menu {
  background-color: var(--white);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.content {
  margin-left: auto;
  margin-right: auto;
}

.hero {
  background-image: linear-gradient(260deg, var(--main), var(--secundary));
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 2rem;
  display: block;
  position: static;
  overflow: hidden;
}

.wrapper {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.wrapper.footer {
  color: var(--white);
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 10px;
  line-height: 14px;
}

.wrapper.legal {
  margin-top: 6rem;
  padding-bottom: 6rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.wrapper-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 4rem;
  padding-right: 4rem;
  display: grid;
  overflow: visible;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  width: 100%;
  padding: 1rem;
  display: flex;
}

.div-block-2.legal {
  border-bottom: 1px solid var(--dark-gray);
  justify-content: space-between;
  place-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.footer {
  background-color: var(--secundary);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.banner {
  background-color: var(--white);
  text-align: center;
  background-image: url('../images/lineas-curium.jpg');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 4rem;
  padding-bottom: 6rem;
}

.h1alt {
  font-family: Planer, Arial, sans-serif;
  font-size: 32px;
  line-height: 115%;
}

.animation-hero {
  background-color: var(--white);
  filter: drop-shadow(0 20px 20px #0003);
  border-radius: 500px;
  justify-content: flex-start;
  align-items: center;
  width: 390px;
  height: 600px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.txt-hero {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.body {
  background-color: var(--background);
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.hightlightboxes {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  margin-top: 4rem;
  margin-bottom: 6rem;
}

.div-block-5 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  flex-flow: column;
  width: 100%;
  min-height: 180px;
  padding: 20px 40px 30px;
  display: flex;
}

.description {
  color: var(--dark);
  font-size: 20px;
  line-height: 115%;
}

.section {
  padding-top: 8%;
  padding-bottom: 8%;
  display: none;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1325px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.sticky-triggers {
  position: absolute;
  inset: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.phone-mock_wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.sticky-center {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.sticky-text_wrapper {
  color: #363636;
  margin-top: 8vh;
  margin-bottom: 8vh;
  text-decoration: none;
  display: block;
  position: relative;
}

.sticky-text_wrapper.steps {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 60px 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4vh;
  margin-bottom: 4vh;
  display: grid;
}

.sticky-text_wrapper.steps.fourth {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  place-items: center start;
  margin-bottom: 0;
}

.sticky-text_wrapper.steps.second {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  place-items: center start;
}

.sticky-text_wrapper.steps.first {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  place-items: center;
}

.sticky-text_wrapper.steps.first.w--current {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 60px 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.sticky-text_wrapper.steps.third {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  place-items: center start;
}

.circle-number {
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: -16px;
  font-size: 1.6rem;
  line-height: 1;
  display: flex;
}

.circle-number.steps1 {
  background-color: var(--white);
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-top: 0;
  display: flex;
}

.circle-number.steps3, .circle-number.steps2, .circle-number.steps4 {
  margin-top: 0;
}

.sticky-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.sticky-img_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.stick-text_detail {
  transform-origin: 50% 0;
  overflow: hidden;
}

.position-relative {
  width: 30%;
  position: relative;
}

.sticky-container {
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.paragraph-l {
  font-size: 1.125rem;
}

.paragraph-l.cc-sm-small.mb-0 {
  margin-bottom: 0;
  display: none;
}

.paragraph-l.cc-sm-small.mb-0.text-dark {
  display: none;
}

.sticky-wrapper {
  width: 100%;
  height: 400vh;
  position: relative;
}

.sticky-trigger {
  z-index: 1;
  position: absolute;
  inset: 0% 0% auto;
}

.sticky-trigger._60 {
  top: 60%;
}

.sticky-trigger._80 {
  top: 80%;
}

.sticky-trigger._20 {
  top: 20%;
}

.sticky-trigger._40 {
  top: 40%;
}

.box-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Planer, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}

.sub-banner {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: 1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #f2f0f0d9;
  border-radius: 25px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 75%;
  margin-top: 6rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 4rem;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image {
  margin-top: -70px;
}

.arrow-icon {
  margin-top: -1px;
}

.arrow-icon.right {
  flex: none;
  margin-top: -.5px;
  margin-right: -1px;
}

.arrow-btn-text {
  margin-right: 10px;
  font-weight: 500;
}

.arrow-btn {
  color: #fff;
  text-transform: uppercase;
  flex-direction: row;
  align-items: center;
  margin-top: 24px;
  margin-right: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: inline-block;
}

.arrow-btn.right {
  background-color: var(--main);
  flex-direction: row;
  margin-top: 0;
  margin-right: 0;
  padding: 20px 0 20px 20px;
  transition: background-color .2s ease-in;
  display: flex;
}

.arrow-btn.right:hover {
  background-color: var(--secundary);
}

.arrow-btn.right.secundary {
  border: 2px solid var(--dark-gray);
  background-color: var(--white);
  color: var(--dark);
  justify-content: center;
  align-items: center;
}

.arrow-btn.right.secundary:hover {
  background-color: var(--dark-gray);
}

.arrow-btn.right.center {
  border: 2px solid var(--main);
  text-align: center;
  justify-content: center;
  align-items: center;
}

.arrow-btn.right.center:hover {
  border-color: var(--secundary);
}

.arrow-extension {
  background-color: #fff;
  width: 80px;
  height: 1px;
  position: absolute;
}

.arrow-extension.right {
  transform-origin: 0%;
  width: 40px;
}

.arrow-wrap {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.arrow-wrap.right {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  padding-left: 80px;
  padding-right: 20px;
}

.section-1, .section-2 {
  display: block;
}

.title-content-section {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2rem;
  padding-top: 8rem;
  text-decoration: none;
  display: flex;
}

.line {
  background-color: var(--dark-gray);
  width: 100%;
  height: 1px;
}

.patiet-workflow {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 480px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.cuerpo-1 {
  filter: drop-shadow(0 2px 15px #0000001a);
  object-fit: cover;
  border-radius: 25px;
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.text-4 {
  color: var(--dark);
}

.title-image {
  color: var(--main);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.al-based-ct-segmentation-of-bone-and-soft-tissue-1 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.div-block-8 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.text-5 {
  color: var(--dark);
}

.al-based-hotspot-detection-and-segmentation-1 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.tagline {
  color: var(--dark);
}

.div-block-9 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.card {
  grid-column-gap: 10px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 307px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.card.white {
  z-index: 2;
  filter: drop-shadow(0 2px 10px #0000001a);
  border-radius: 20px;
  font-size: 14px;
  position: relative;
}

.card.white._1 {
  z-index: 5;
}

.card.purple {
  background-color: var(--secundary);
  color: var(--white);
  border-radius: 20px;
  position: relative;
}

.txt-card {
  color: #753193;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  text-decoration: none;
}

.txt-card.white {
  color: var(--white);
}

.flex-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: flex-start;
  margin-top: .5rem;
}

.logos-footer {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.div-block-15 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.disclaimer {
  opacity: .5;
  text-align: center;
  font-size: 10px;
  line-height: 14px;
}

.disclaimer.right {
  text-align: left;
}

.disclaimer.black {
  opacity: .5;
  color: var(--dark);
  text-align: center;
}

.frame-42 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-41 {
  grid-column-gap: 2rem;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  width: 80%;
  padding-top: 40px;
  text-decoration: none;
  display: flex;
}

.frame-39 {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.frame-37 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 210px;
  height: 288px;
  margin-right: 1rem;
  text-decoration: none;
  display: flex;
}

.percentage {
  grid-row-gap: 5px;
  text-align: right;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 130px;
  margin-top: 10px;
  text-decoration: none;
  display: flex;
}

.percentage._2 {
  justify-content: flex-start;
  align-items: flex-start;
}

.percentage-number {
  color: #ad2a81;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Planer, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 115%;
  text-decoration: none;
}

.icc2 {
  color: var(--dark);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Planer, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-8 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 115%;
  text-decoration: none;
}

.frame-38 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 193px;
  height: 275px;
  margin-left: 1rem;
  text-decoration: none;
  display: flex;
}

.text-9 {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Planer, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 115%;
  text-decoration: none;
}

.iccs2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Planer, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.graph-name {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Planer, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 115%;
  text-decoration: none;
  display: block;
}

.text-12 {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 125%;
  text-decoration: none;
}

.step {
  position: absolute;
}

.step._1 {
  z-index: 1;
  margin-top: 15px;
  margin-right: -22px;
  inset: 0% 0% 0% auto;
}

.step._2 {
  z-index: 1;
  margin-top: 15px;
  margin-right: -25px;
  inset: 0% 0% 0% auto;
}

.step._3 {
  z-index: 1;
  margin-top: 15px;
  margin-right: -22px;
  inset: 0% 0% 0% auto;
}

.step._3.none {
  z-index: 6;
  margin-right: -25px;
}

.step._4 {
  z-index: 4;
  margin-bottom: -25px;
  margin-left: auto;
  margin-right: auto;
  inset: auto 0% 0%;
  transform: rotate(90deg);
}

.step._4.b {
  z-index: 4;
  position: absolute;
}

.graphbase {
  background-color: var(--white);
  filter: drop-shadow(0 2px 15px #0000001a);
  border-radius: 25px;
  justify-content: center;
  align-items: flex-end;
  width: 90px;
  height: 290px;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.wrapper-compare-patients {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 1rem;
  padding: 1rem 1rem 1rem 0;
  text-decoration: none;
  display: grid;
  overflow: visible;
}

.background-video {
  z-index: 1;
  box-sizing: border-box;
  object-fit: fill;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: visible;
}

.backbround-months {
  border: 2px solid var(--background);
  background-color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 95%;
  height: 45px;
  margin: 13px auto 35px;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.horizontal-line-months {
  background-color: var(--main);
  border-radius: 50px;
  width: 100%;
  height: 3px;
  position: relative;
  inset: 0%;
}

.wrapper-patients {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  display: grid;
}

.wrapper-graphs {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
}

.div-block-16 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: visible;
}

.wrapper-months {
  width: 100%;
  position: relative;
}

.image-compare {
  filter: drop-shadow(0 16px 15px #0000001a);
  border-radius: 20px;
  width: 100%;
}

.wrapper-month {
  z-index: 2;
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: absolute;
  inset: auto 0% -116px;
}

.div-block-17 {
  background-color: var(--main);
  border-radius: 20px;
  width: 3px;
  height: 24px;
}

.wrapper-image-compare-patient {
  position: relative;
}

._98-icc2 {
  background-color: var(--main);
  border-radius: 20px;
  width: 70px;
  height: 263px;
  margin-bottom: 9px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

._90-icc2 {
  background-color: var(--dark);
  border-radius: 20px;
  width: 70px;
  height: 246px;
  margin-bottom: 9px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.note-box {
  border: 1px solid var(--dark-gray);
  background-color: var(--background);
  border-radius: 25px;
  padding: 2rem;
}

.wrapper-psma-reports {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  padding: 1rem;
  display: grid;
  overflow: visible;
}

.wrapper-report-1 {
  position: relative;
}

.highlight-wrapper {
  z-index: auto;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 17% auto auto -11%;
  overflow: visible;
}

.highlight-wrapper._2 {
  top: 51%;
  left: -14%;
}

.highlight-wrapper._3 {
  top: 72%;
}

.highlight-wrapper._4 {
  z-index: 1;
  top: 39%;
  left: 80%;
}

.highlight-wrapper._5 {
  top: 44%;
  left: 29%;
}

.highlight-wrapper._6 {
  flex-flow: row;
  top: 7%;
  left: -51%;
}

.highlight-wrapper._7 {
  top: 65%;
  left: -7%;
}

.highlight-wrapper._8 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: flex-end;
  width: 300px;
  top: 8%;
  left: 45.5%;
}

.dot-pin {
  z-index: 1;
  background-color: var(--white);
  filter: drop-shadow(0 2px 5px #0000004d);
  border-radius: 50px;
  width: 15px;
  height: 15px;
  position: absolute;
}

.highlight-modal {
  background-color: var(--secundary);
  color: var(--white);
  border-radius: 20px;
  padding: .5rem 1rem;
}

.tabs {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: none;
}

.tabs-menu {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 30%;
  margin-top: 1rem;
  margin-right: 2rem;
  display: flex;
}

.tabs-content {
  width: 100%;
  overflow: visible;
}

.tab {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  background-color: var(--background);
  color: var(--secundary);
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.tab.w--current {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: var(--main);
  background-color: #fff;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.wrapper-section {
  padding-left: 4rem;
  padding-right: 4rem;
  display: block;
}

.number-tab {
  color: var(--secundary);
  font-family: Planer, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.image-7 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.graph-name-mobile {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Planer, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 115%;
  text-decoration: none;
  display: none;
}

.div-block-19, .div-block-20 {
  display: flex;
}

.h3banner {
  color: var(--secundary);
  line-height: 40px;
}

.link-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--main);
  color: var(--white);
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 1rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.link-block.w--current {
  background-color: var(--secundary);
}

.second-nav {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-top: 0;
  margin-bottom: -6rem;
  display: flex;
  position: sticky;
  inset: 1rem 0% auto;
}

.section-6 {
  padding-bottom: 4rem;
  position: static;
}

.heading-7 {
  font-size: 86px;
  font-weight: 400;
}

.image-8 {
  margin-bottom: 5px;
}

.tabs-content-3 {
  margin-top: 2rem;
  overflow: visible;
}

.tab-compare {
  border: 2px solid var(--dark-gray);
  background-color: var(--background);
  color: var(--main);
  text-align: center;
  border-radius: 25px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
}

.tab-compare.w--current {
  border: 2px none var(--secundary);
  background-color: var(--secundary);
  color: var(--white);
  border-radius: 25px;
  width: 100%;
}

.tabs-menu-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-3 {
  background-color: var(--background);
  padding: 2rem;
}

.pin {
  opacity: 1;
  cursor: pointer;
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
}

.pin.apsma {
  margin-top: -35px;
  margin-right: 10px;
}

.bg-pin {
  opacity: 1;
  background-color: #c24281;
  border-radius: 20px;
  width: 40px;
  height: 40px;
}

.pin-text {
  text-align: center;
  max-width: 250px;
}

.graph {
  filter: drop-shadow(0 5px 15px #0000001a);
  border-radius: 20px;
  margin-top: 1rem;
  position: absolute;
}

.graph._1 {
  width: 100%;
  max-width: none;
  position: static;
}

.graph._2 {
  filter: none;
  width: 100%;
  max-width: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.graph._3 {
  filter: none;
  width: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.graph.data {
  width: 100%;
  position: static;
}

.image-9 {
  border-radius: 0;
}

.div-block-21 {
  border: 3px solid var(--main);
  opacity: .91;
  cursor: pointer;
  border-radius: 15px;
  width: 65px;
  height: 142px;
  position: relative;
  inset: 6% 0% auto auto;
}

.modal {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-bg {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000026;
  width: 100%;
  height: 100%;
}

.modal-container {
  filter: drop-shadow(0 20px 20px #0000001a);
  background-color: #f0f2f8;
  border-radius: 15px;
  width: 100%;
  max-width: 40rem;
  height: 60vh;
  padding: 1rem 2rem 3rem;
  position: absolute;
  overflow: hidden;
}

.modal-container.notice {
  background-color: var(--white);
  height: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.link-block-2 {
  color: #1e1e1e;
  width: 45px;
  margin-top: 5px;
  text-decoration: none;
  position: static;
  inset: 1.4rem 1rem auto auto;
}

.close-text {
  font-size: 4rem;
  transform: rotate(45deg);
}

.heading-8 {
  margin-bottom: 1rem;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group.justify-center {
  justify-content: center;
}

.code-embed {
  height: 100%;
  overflow: hidden;
}

.div-block-22 {
  border-bottom: 1px solid var(--dark-gray);
  text-align: center;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  display: flex;
}

.div-block-22.notice {
  border-bottom-style: none;
  justify-content: center;
  align-items: center;
}

.image-10 {
  color: var(--secundary);
}

.text-block-2 {
  color: var(--dark);
}

.image-11 {
  position: static;
  inset: auto 0% 0%;
}

.div-block-23 {
  position: relative;
}

.leyend {
  color: var(--dark);
  text-align: center;
  background-color: #00e7ff;
  border-radius: 50px;
  width: 100%;
  padding-top: 2.5px;
  padding-bottom: 2.5px;
  font-size: 10px;
  font-weight: 700;
}

.leyend.min {
  z-index: 2;
  background-color: #c35df7;
  position: static;
}

.leyend.min.video {
  width: 60px;
  position: static;
}

.leyend.mima.video {
  z-index: 2;
  width: 60px;
  position: relative;
}

.leyend.mimb {
  background-color: #ff6602;
}

.leyend.mimb.video {
  z-index: 2;
  position: relative;
}

.leyend.mimc {
  background-color: #fdff06;
}

.leyend.mimc.video {
  z-index: 2;
  background-color: #65ff06;
  position: relative;
}

.leyends {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  margin-top: .5rem;
  display: flex;
}

.div-block-24 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding-left: .5rem;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.background-video-2 {
  z-index: 1;
  mix-blend-mode: color-burn;
  width: 121%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.background-video-3 {
  z-index: 1;
  mix-blend-mode: multiply;
  width: 100%;
  height: 105%;
  position: static;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.text-span {
  text-decoration: underline;
}

.fs-cc-prefs2_form {
  color: #fff;
  background-color: #333;
  width: 100%;
  max-width: 25rem;
  max-height: 85vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs2_space-small {
  margin-bottom: .75rem;
}

.fs-cc-banner2_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.fs-cc-prefs2_option {
  border-bottom: 1px solid #c0c0c04d;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-preferences2_close-icon {
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-banner2_container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-banner2_text-link {
  color: #fff;
  border-bottom: 2px solid #fff;
  font-weight: 400;
  text-decoration: none;
}

.text-block-133 {
  color: #110f37;
  font-size: 14px;
}

.fs-cc-manager2_button {
  color: #d3d3de;
  cursor: pointer;
  background-color: #fffc;
  border-radius: 50px;
  flex-direction: column;
  width: 3rem;
  padding: .5rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager2_button:hover {
  color: var(--secundary);
}

.fs-cc-manager2_component {
  z-index: 999;
  mix-blend-mode: normal;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-banner2_component {
  z-index: 998;
  background-color: var(--secundary);
  color: #fff;
  border-radius: 15px;
  width: 28.125rem;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-prefs2_title {
  color: var(--dark);
  text-align: left;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2em;
}

.fs-cc-prefs2_form-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_checkbox-label {
  display: none;
}

.fs-cc-prefs2_overlay {
  z-index: -1;
  background-color: var(--secundary);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_checkbox {
  z-index: 1;
  border: 2px solid var(--secundary);
  cursor: pointer;
  background-color: #fff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_checkbox.w--redirected-checked {
  background-color: #0540f2;
  background-size: auto;
  border-color: #0540f2;
}

.fs-cc-banner2_text {
  font-size: 1rem;
}

.fs-cc-prefs2_label {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 500;
}

.fs-cc-prefs2_component {
  z-index: 997;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs2_buttons-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 1rem;
  display: flex;
}

.fs-cc-prefs2_submit {
  background-color: var(--secundary);
  text-align: center;
  border-radius: 0;
  margin-top: .75rem;
  padding: .75rem 1.25rem;
  font-weight: 500;
}

.fs-cc-prefs2_close {
  background-color: var(--main);
  color: #fff;
  cursor: pointer;
  padding: .75rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: 0 0 auto auto;
  box-shadow: -1px 1px 4px #3333331a;
}

.fs-cc-prefs2_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fs-cc-prefs2_content {
  color: #000;
  background-color: #fff;
  height: 100%;
  padding: 2.5rem 2rem;
}

.fs-cc-prefs2_button {
  border: 1px solid var(--main);
  background-color: var(--main);
  text-align: center;
  border-radius: 0;
  padding: .75rem 1.25rem;
  font-weight: 500;
}

.fs-cc-prefs2_button.fs-cc-button-alt {
  color: var(--dark);
  background-color: #fff;
  border-color: #d3d3de;
  margin-bottom: .75rem;
}

.fs-cc-banner2_button {
  background-color: var(--main);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  flex: 1;
  min-width: 7.5rem;
  margin-left: 0;
  margin-right: 1rem;
  padding: .5rem 1.25rem;
  font-size: 14px;
  font-weight: 500;
}

.fs-cc-banner2_button.fs-cc-button-alt {
  border: 1px solid var(--dark-gray);
  background-color: var(--dark-gray);
  color: var(--dark);
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
}

.fs-cc-prefs2_checkbox-field {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.rich-text-block {
  color: var(--secundary);
}

.modal-notice {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.paragraph-2 {
  opacity: .6;
  color: var(--dark);
  text-align: center;
  font-size: 16px;
  line-height: 135%;
}

.div-block-25 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  display: grid;
}

.legal-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--white);
}

.flex-block-2 {
  justify-content: space-between;
  align-items: flex-start;
}

.link {
  color: var(--white);
  font-size: 12px;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

@media screen and (min-width: 1440px) {
  .hero {
    padding-bottom: 1rem;
  }

  .wrapper-hero {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .div-block-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    place-content: stretch space-between;
    place-items: center;
  }

  .description {
    font-size: 20px;
  }

  .section {
    display: none;
  }

  .container {
    width: 100%;
    max-width: 1320px;
    display: none;
  }

  .phone-mock_wrapper {
    flex-flow: column;
    flex: none;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .sticky-text_wrapper.steps.fourth, .sticky-text_wrapper.steps.second, .sticky-text_wrapper.steps.first.w--current, .sticky-text_wrapper.steps.third {
    place-items: center start;
  }

  .circle-number.steps1 {
    background-color: var(--white);
    margin-top: 0;
  }

  .circle-number.steps3, .circle-number.steps2, .circle-number.steps4 {
    margin-top: 0;
  }

  .sticky-grid {
    display: flex;
  }

  .sticky-img_wrapper {
    width: 70%;
  }

  .position-relative {
    width: 30%;
  }

  .paragraph-l.cc-sm-small.mb-0, .paragraph-l.cc-sm-small.mb-0.text-dark {
    display: none;
  }

  .box-title {
    color: var(--white);
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 25px;
  }

  .section-1, .section-2 {
    background-color: var(--background);
    width: 100%;
    height: 100%;
    padding-top: 4rem;
    display: none;
    position: absolute;
    inset: 0% 0% auto;
  }

  .title-content-section {
    grid-row-gap: 0px;
    margin-bottom: 2rem;
    display: flex;
  }

  .line {
    background-color: var(--dark-gray);
    width: 100%;
    height: 1px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .patiet-workflow {
    width: 100%;
    height: 449px;
  }

  .cuerpo-1 {
    width: 100%;
    height: 380px;
  }

  .div-block-8 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    display: flex;
  }

  .tagline {
    text-align: center;
    width: 100%;
  }

  .div-block-9 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .card.purple {
    color: var(--white);
  }

  .txt-card {
    line-height: 115%;
  }

  .txt-card.white {
    color: var(--white);
  }

  .flex-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 0;
  }

  .text-block {
    color: var(--dark);
    font-size: 12px;
  }

  .section-3, .section-4 {
    background-color: var(--background);
    width: 100%;
    height: 100%;
    padding-top: 4rem;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .logos-footer {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .div-block-15 {
    position: relative;
  }

  .disclaimer {
    opacity: .5;
    text-align: center;
  }

  .disclaimer.right {
    text-align: right;
  }

  .disclaimer.left {
    text-align: left;
    margin-top: -28px;
  }

  .step._1, .step._2, .step._3.none {
    margin-top: 20px;
  }

  .step._4 {
    margin-bottom: -25px;
  }

  .note-box {
    padding-bottom: 2rem;
    padding-right: 2rem;
  }

  .wrapper-psma-reports {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 1rem;
    display: grid;
  }

  .dot-pin {
    cursor: pointer;
  }

  .dot-pin:hover {
    opacity: .8;
  }

  .tabs {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: center;
    align-items: flex-start;
    margin-top: 3rem;
    margin-bottom: 3rem;
    display: flex;
    overflow: hidden;
  }

  .tabs-menu {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-right: 2rem;
  }

  .tabs-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
    position: relative;
    overflow: visible;
  }

  .tab {
    color: var(--secundary);
  }

  .tab.w--current {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    place-items: center stretch;
  }

  .wrapper-section {
    background-color: var(--background);
    width: 100%;
    padding-top: 0;
    display: block;
    position: relative;
  }

  .number-tab {
    color: var(--secundary);
  }

  .tab-pane-tab-1 {
    position: static;
    overflow: visible;
  }

  .image-7 {
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .graph-name-mobile {
    display: none;
  }

  .div-block-19 {
    flex-flow: row;
    display: flex;
  }

  .div-block-20 {
    display: flex;
  }

  .link-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: var(--main);
    color: var(--white);
    text-align: left;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 1rem;
    text-decoration: none;
    display: flex;
  }

  .second-nav {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 30px;
  }

  .wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .wrapper-hero {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .h1alt {
    text-align: center;
  }

  .animation-hero {
    margin-left: auto;
    margin-right: auto;
  }

  .txt-hero {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .div-block-5 {
    padding: 10px 20px 15px;
  }

  .description {
    font-size: 18px;
  }

  .section {
    position: static;
  }

  .container {
    max-width: none;
  }

  .phone-mock_wrapper, .sticky-center {
    position: static;
  }

  .sticky-text_wrapper.steps {
    margin-top: 3vh;
    margin-bottom: 3vh;
  }

  .sticky-text_wrapper.steps.fourth {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 60px;
    place-items: start;
    width: 100%;
    margin-top: 0;
  }

  .sticky-text_wrapper.steps.second {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 60px;
    place-items: start;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .sticky-text_wrapper.steps.first {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 60px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .sticky-text_wrapper.steps.first.w--current {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 60px;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: start;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: grid;
  }

  .sticky-text_wrapper.steps.third {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 60px;
    place-items: start;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .circle-number {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .circle-number.steps1 {
    margin-bottom: 0;
    display: flex;
    overflow: visible;
  }

  .circle-number.steps3 {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .circle-number.steps2 {
    margin-bottom: 0;
  }

  .sticky-grid {
    flex-flow: column;
  }

  .sticky-img_wrapper {
    width: 100%;
    position: static;
  }

  .position-relative {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 2rem;
    display: flex;
  }

  .sticky-container {
    position: static;
  }

  .box-title {
    font-size: 16px;
    line-height: 18px;
    display: block;
  }

  .image {
    margin-bottom: -20px;
  }

  .arrow-btn-text {
    font-size: .9rem;
  }

  .arrow-extension.right {
    width: 80px;
  }

  .div-block-12 {
    width: 100%;
  }

  .div-block-15 {
    margin-left: auto;
    margin-right: auto;
  }

  .frame-38 {
    width: auto;
  }

  .graph-name {
    font-size: 24px;
  }

  .wrapper-compare-patients {
    grid-column-gap: 1rem;
    margin-bottom: 0;
    padding-right: 0;
  }

  .background-video {
    margin-left: auto;
    margin-right: auto;
  }

  .backbround-months {
    width: 100%;
  }

  .wrapper-patients {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .wrapper-month {
    bottom: -101px;
  }

  .wrapper-psma-reports {
    grid-template-columns: 1fr;
  }

  .highlight-wrapper {
    justify-content: center;
    align-items: flex-start;
    left: 14%;
  }

  .highlight-wrapper._1 {
    justify-content: center;
    align-items: center;
    max-width: 150px;
    left: 3%;
  }

  .highlight-wrapper._2 {
    justify-content: center;
    align-items: center;
    left: -2%;
  }

  .highlight-wrapper._3 {
    justify-content: center;
    align-items: center;
    max-width: 200px;
    left: 6%;
  }

  .highlight-wrapper._4, .highlight-wrapper._5 {
    justify-content: center;
    align-items: center;
  }

  .highlight-wrapper._6 {
    justify-content: center;
    align-items: center;
    max-width: 200px;
    top: 20%;
    left: 0%;
  }

  .highlight-wrapper._7 {
    justify-content: center;
    align-items: center;
    max-width: 150px;
    left: 5%;
  }

  .highlight-wrapper._8 {
    top: 9%;
    left: 55.5%;
  }

  .dot-pin {
    z-index: 1;
    background-color: var(--white);
    width: 15px;
    height: 15px;
  }

  .tabs {
    flex-flow: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tabs-menu {
    z-index: 5;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-bottom: 1px none var(--dark-gray);
    background-color: #0000;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    position: sticky;
    top: 0;
  }

  .tab {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-color: var(--background);
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    place-items: center stretch;
    height: 100%;
    min-height: 80px;
    padding-left: 10px;
    padding-right: 10px;
    display: grid;
    position: static;
  }

  .tab.w--current {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrapper-section {
    padding-left: 0;
    padding-right: 0;
  }

  .graph-name-mobile {
    font-size: 24px;
  }

  .link-block {
    border-radius: 35px;
  }

  .second-nav {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .heading-7 {
    text-align: center;
  }

  .tabs-3 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .graph.data {
    width: 290px;
  }

  .div-block-21 {
    width: 77px;
    height: 142px;
    top: 5%;
  }

  .modal, .modal-notice {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 58px;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 30px;
  }

  .wrapper-hero {
    padding-left: 0;
    padding-right: 0;
  }

  .footer {
    padding-bottom: 1rem;
  }

  .txt-hero {
    text-align: center;
  }

  .hightlightboxes {
    flex-flow: column;
  }

  .div-block-5 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .section {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .phone-mock_wrapper {
    position: absolute;
    left: auto;
    right: auto;
    overflow: hidden;
  }

  .sticky-text_wrapper.steps {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 40px 1fr;
  }

  .sticky-text_wrapper.steps.first {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .circle-number {
    font-size: 1.1rem;
  }

  .circle-number.steps1 {
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin-bottom: 0;
    display: flex;
  }

  .circle-number.steps3, .circle-number.steps2, .circle-number.steps4 {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
  }

  .sticky-img_wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .sticky-container {
    height: auto;
  }

  .paragraph-l {
    font-size: 1.1rem;
  }

  .paragraph-l.cc-sm-small {
    font-size: 1rem;
  }

  .sub-banner {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .patiet-workflow {
    height: auto;
  }

  .cuerpo-1 {
    max-height: 320px;
  }

  .title-image {
    font-size: 14px;
  }

  .div-block-9 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 2rem;
  }

  .flex-block, .frame-42 {
    flex-flow: column;
  }

  .frame-41 {
    grid-column-gap: .5rem;
    width: 100%;
    margin-bottom: 1rem;
  }

  .frame-38 {
    width: 100%;
  }

  .graph-name {
    font-size: 22px;
  }

  .text-12 {
    text-align: center;
    width: 100%;
  }

  .step._3.none {
    display: none;
  }

  .step._4.b {
    margin-top: -23px;
    margin-bottom: 0;
    inset: 0% 0% auto;
  }

  .wrapper-compare-patients {
    padding-right: 0;
  }

  .backbround-months {
    width: 100%;
  }

  .wrapper-patients {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
    justify-content: flex-start;
    align-items: center;
  }

  .wrapper-graphs {
    width: 100%;
  }

  .div-block-16 {
    width: 100%;
    margin-bottom: 4rem;
  }

  .wrapper-month {
    bottom: -98px;
  }

  .wrapper-psma-reports {
    grid-template-columns: 1fr;
  }

  .highlight-wrapper._2 {
    max-width: 175px;
  }

  .highlight-wrapper._6 {
    top: 18%;
    left: -2%;
  }

  .highlight-wrapper._8 {
    top: 6%;
    left: 41%;
  }

  .tabs-menu {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .tab {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    place-items: center stretch;
    display: grid;
  }

  .tab.w--current {
    align-content: center;
  }

  .image-7 {
    width: 25px;
  }

  .graph-name-mobile {
    font-size: 22px;
  }

  .second-nav {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .pin.apsma {
    margin-right: 15px;
  }

  .graph {
    margin-top: 0;
  }

  .graph.data {
    width: 100%;
    position: relative;
  }

  .div-block-21 {
    width: 70px;
    height: 150px;
    margin-right: 5px;
  }

  .modal {
    display: none;
  }

  .modal-container {
    width: 95%;
    height: 90vh;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-22 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-23 {
    position: relative;
  }

  .fs-cc-banner2_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .modal-notice {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 48px;
  }

  .hero {
    padding-top: 6rem;
    padding-bottom: 1rem;
  }

  .wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .wrapper-hero {
    place-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-2 {
    grid-template-columns: 1fr 1fr;
  }

  .h1alt {
    font-size: 24px;
  }

  .animation-hero {
    width: 250px;
    height: 375px;
  }

  .txt-hero {
    text-align: center;
  }

  .section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .sticky-text_wrapper.steps {
    grid-template-columns: 1fr;
  }

  .sticky-text_wrapper.steps.fourth, .sticky-text_wrapper.steps.second, .sticky-text_wrapper.steps.first.w--current, .sticky-text_wrapper.steps.third {
    place-items: center;
  }

  .circle-number.steps1 {
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-bottom: 0;
    display: flex;
  }

  .circle-number.steps3, .circle-number.steps2, .circle-number.steps4 {
    margin-bottom: 0;
    display: flex;
  }

  .sticky-img_wrapper {
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
    position: static;
  }

  .position-relative {
    z-index: 2;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    position: sticky;
    top: 1rem;
  }

  .sticky-container {
    position: static;
  }

  .box-title {
    font-size: 14px;
    line-height: 15px;
  }

  .sub-banner {
    padding-bottom: 3rem;
  }

  .image {
    margin-bottom: -41px;
  }

  .arrow-icon.right {
    height: 3.5vw;
  }

  .arrow-btn-text {
    font-size: .8rem;
  }

  .arrow-extension {
    width: 18px;
  }

  .arrow-extension.right {
    width: 18vw;
  }

  .arrow-wrap, .arrow-wrap.right {
    padding-left: 18vw;
  }

  .patiet-workflow {
    height: auto;
  }

  .cuerpo-1 {
    border-radius: 15px;
    max-height: 250px;
  }

  .title-image {
    font-size: 12px;
  }

  .card.white._1, .card.purple {
    border-radius: 15px;
  }

  .heading-3 {
    max-width: 223px;
    font-size: 25px;
  }

  .logos-footer {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-11 {
    display: block;
  }

  .div-block-12, .div-block-13, .div-block-14 {
    display: none;
  }

  .div-block-15 {
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .frame-41 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 0;
  }

  .frame-39 {
    grid-column-gap: 0px;
    justify-content: flex-start;
    align-items: center;
  }

  .frame-37 {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .percentage {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
  }

  .percentage._2 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .frame-38 {
    width: 100%;
    height: auto;
  }

  .graph-name {
    display: none;
  }

  .graphbase {
    width: 90px;
  }

  .wrapper-compare-patients {
    grid-column-gap: .2rem;
    grid-row-gap: 0px;
    grid-template-rows: minmax(auto, 1fr);
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: center space-between;
    place-items: start stretch;
    padding-bottom: 0;
    padding-right: 0;
    display: grid;
  }

  .image-4 {
    display: none;
  }

  .backbround-months {
    width: 100%;
  }

  .div-block-16 {
    margin-bottom: 1.5rem;
  }

  .image-compare {
    width: auto;
  }

  .wrapper-month {
    bottom: -81px;
  }

  .wrapper-image-compare-patient {
    height: 100%;
  }

  ._98-icc2 {
    width: 70px;
    height: 230px;
  }

  ._90-icc2 {
    width: 70px;
  }

  .highlight-wrapper._1, .highlight-wrapper._2 {
    left: -10%;
  }

  .highlight-wrapper._4 {
    top: 25%;
    left: 77%;
  }

  .highlight-wrapper._5 {
    left: 45%;
  }

  .highlight-wrapper._6 {
    left: -8%;
  }

  .highlight-wrapper._7 {
    top: 62%;
    left: -10%;
  }

  .highlight-wrapper._8 {
    left: -13%;
  }

  .highlight-modal {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 12px;
    line-height: 16px;
  }

  .tabs-menu {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-bottom: 1px none var(--dark-gray);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-right: auto;
    display: grid;
    top: 0;
  }

  .tab {
    opacity: 1;
    place-items: center stretch;
    height: 100%;
    min-height: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab.w--current {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
    grid-auto-columns: 1fr;
    min-height: 60px;
    padding-left: 10px;
    padding-right: 10px;
    display: grid;
  }

  .number-tab {
    font-size: 14px;
    font-weight: 700;
  }

  .image-7 {
    width: 20px;
  }

  .graph-name-mobile {
    display: block;
  }

  .div-block-18 {
    grid-column-gap: 5.1rem;
    grid-row-gap: 5.1rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 1rem;
    display: flex;
  }

  .div-block-19 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .div-block-20 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
  }

  .link-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-radius: 15px;
    padding: .5rem;
  }

  .heading-7 {
    font-size: 48px;
  }

  .tabs-content-3 {
    margin-top: 1rem;
  }

  .tab-compare {
    border-radius: 15px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .tab-compare.w--current {
    border-radius: 15px;
    font-size: 14px;
  }

  .tabs-menu-3 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .tabs-3 {
    overflow: visible;
  }

  .pin.apsma {
    margin-right: 4px;
  }

  .div-block-21 {
    width: 49px;
    height: 82px;
  }

  .modal {
    display: none;
  }

  .leyend.min.video, .leyend.mima.video {
    width: 50px;
  }

  .leyends {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .fs-cc-banner2_buttons-wrapper {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .fs-cc-banner2_container {
    max-width: none;
    display: block;
  }

  .fs-cc-banner2_component {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #110f37cc;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: none;
    bottom: 0;
    left: auto;
  }

  .fs-cc-prefs2_title {
    font-size: 1.125rem;
  }

  .fs-cc-banner2_text {
    font-size: .9rem;
    line-height: 130%;
  }

  .fs-cc-prefs2_label {
    font-size: .875rem;
  }

  .fs-cc-prefs2_component {
    padding: 1.5rem;
  }

  .fs-cc-prefs2_submit {
    margin-top: 8px;
  }

  .fs-cc-prefs2_close {
    padding: .5rem;
  }

  .fs-cc-prefs2_content {
    padding: 1.5rem;
  }

  .fs-cc-prefs2_button.fs-cc-button-alt {
    margin-bottom: .5rem;
  }

  .fs-cc-banner2_button {
    width: 100%;
    margin-right: 0;
  }

  .fs-cc-banner2_button.fs-cc-button-alt {
    border-style: solid;
    border-color: #110f37;
    width: 100%;
    margin-right: 0;
  }

  .modal-notice {
    display: none;
  }
}

#w-node-_5e8065ab-18cb-2dcc-3e72-80c1501983dc-f887c54c {
  place-self: center;
}

#w-node-_1d010087-7048-1245-1e36-88ac40834df9-f887c54c {
  place-self: center end;
}

#w-node-_7298a7d7-631d-6f25-13c9-9cd7d372258e-f887c54c, #w-node-_1d22fa20-9059-86ce-37e9-7a55b4ea1801-f887c54c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-ca101bad-c83c-42e5-21f7-b29811f87712-f887c54c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1d22fa20-9059-86ce-37e9-7a55b4ea1806-f887c54c {
    align-self: auto;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_1d22fa20-9059-86ce-37e9-7a55b4ea1811-f887c54c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Planer';
  src: url('../fonts/Planer-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Planer';
  src: url('../fonts/Planer-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}