.home-hero {
  background-color: #F7F0E5;
}
.home-hero__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  zoom: 1.1;
  gap: 50px;
  max-width: 1309.0909090909px;
  min-height: 615.5454545455px;
  margin: 0 auto;
  padding: 100.5454545455px 90px 90px;
  overflow: hidden;
}
.home-hero__image {
  position: absolute;
  top: -0.8045454545px;
  right: -20.26px;
  width: 669.77px;
  height: 676.41px;
  max-width: none;
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.1));
  user-select: none;
  pointer-events: none;
}
.home-hero__text, .home-hero__actions {
  position: relative;
  z-index: 1;
}
.home-hero__text {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 950px;
  max-width: 100%;
}
.home-hero__eyebrow {
  margin: 0;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #2A2C29;
  font-variation-settings: "opsz" 14;
}
.home-hero__title {
  margin: 0;
  font-family: "perfectly-nineties", "the-seasons", "Georgia", "Times New Roman", serif;
  font-weight: 400;
  font-size: 72px;
  line-height: 76px;
  color: #2A2C29;
  word-break: break-word;
}
.home-hero__title em {
  font-weight: 600;
  font-style: italic;
  color: #137461;
}
.home-hero__actions {
  display: flex;
  align-items: center;
  gap: 11px;
}
.home-hero__cta {
  padding: 15px 20px;
  border-radius: 80px;
  font-size: 18px;
  line-height: 23px;
  white-space: nowrap;
}
.home-hero__cta.button--white {
  background-color: #FFFFFF;
}
.home-hero__cta.button--white:hover {
  background-color: #137461;
}

@media (min-width: 780px) and (max-width: calc(1300px - 1px)) {
  .home-hero__inner {
    align-items: center;
    zoom: 1;
    gap: 0;
    min-height: 0;
    padding: 34px 90px 90px;
  }
  .home-hero__text {
    order: -1;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .home-hero__title {
    font-size: 64px;
    line-height: 62px;
  }
  .home-hero__image {
    position: static;
    width: 289.26px;
    height: 292.13px;
    margin-bottom: -10px;
  }
  .home-hero__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 11px;
    width: 100%;
  }
  .home-hero__cta {
    text-align: center;
  }
}
@media (max-width: calc(780px - 1px)) {
  .home-hero__inner {
    align-items: center;
    zoom: 1;
    gap: 0;
    min-height: 0;
    padding: 35.3px 20px 90px;
  }
  .home-hero__text {
    order: -1;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
  }
  .home-hero__eyebrow {
    font-size: 14px;
    line-height: 25px;
  }
  .home-hero__title {
    font-size: 46px;
    line-height: 48px;
  }
  .home-hero__image {
    position: static;
    width: 289.26px;
    max-width: 100%;
    height: auto;
    margin-bottom: -10px;
  }
  .home-hero__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 11px;
    width: 100%;
  }
  .home-hero__cta {
    text-align: center;
  }
}
.home-offer {
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --duration: 0.6s;
  position: relative;
  padding: 110px 90px 0;
}
.home-offer__badge {
  position: absolute;
  top: -62px;
  left: 50%;
  z-index: 2;
  display: block;
  width: 132px;
  height: 132px;
  transform: translateX(-50%);
  filter: drop-shadow(0 4px 4px rgba(19, 116, 97, 0.19));
  user-select: none;
}
.home-offer__inner {
  display: flex;
  flex-direction: column;
  gap: 45px;
  max-width: 1440px;
  margin: 0 auto;
}
.home-offer__header {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  max-width: 714px;
  margin: 0 auto;
  text-align: center;
}
.home-offer__title {
  margin: 0;
  font-family: "perfectly-nineties", "the-seasons", "Georgia", "Times New Roman", serif;
  font-weight: 400;
  font-size: 46px;
  line-height: 42.9px;
  letter-spacing: -1.15px;
  color: #2A2C29;
  word-break: break-word;
}
.home-offer__title em {
  font-weight: 600;
  font-style: italic;
  color: #137461;
}
.home-offer__subtitle {
  margin: 0;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
  color: #2A2C29;
  font-variation-settings: "opsz" 14;
}
.home-offer__strip {
  display: flex;
  align-items: stretch;
  gap: 20px;
  margin: -10px 0 -30px;
  padding: 10px 0 30px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  cursor: grab;
}
.home-offer__strip::-webkit-scrollbar {
  display: none;
}
.home-offer__strip--dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  user-select: none;
}
.home-offer__card {
  display: flex;
  flex: 0 0 341px;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
  padding: 30px;
  border: 2px solid rgba(204, 204, 204, 0.64);
  border-radius: 25px;
  background-color: rgba(204, 204, 204, 0.15);
  scroll-snap-align: start;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease), background-color 0.3s var(--ease);
}
@media (hover: hover) and (pointer: fine) {
  .home-offer__card:hover {
    transform: translateY(-8px);
    border-color: rgba(19, 116, 97, 0.4);
    background-color: #FFFFFF;
    box-shadow: 0 14px 28px rgba(42, 44, 41, 0.12);
  }
  .home-offer__card:hover .home-offer__card-title {
    font-weight: 800;
  }
  .home-offer__card:hover .home-offer__card-text {
    font-weight: 600;
  }
}
.home-offer__strip--dragging .home-offer__card:hover {
  transform: none;
  box-shadow: none;
}
.home-offer__icon {
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px solid rgba(204, 204, 204, 0.64);
  border-radius: 10px;
  background-color: #FFFFFF;
}
.home-offer__icon img {
  display: block;
  width: 24px;
  height: 24px;
}
.home-offer__card-title {
  margin: 0;
  font-family: "perfectly-nineties", "the-seasons", "Georgia", "Times New Roman", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 30px;
  line-height: 42.9px;
  letter-spacing: -1.15px;
  color: #137461;
  word-break: break-word;
}
.home-offer__card-text {
  margin: 0;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  color: rgba(42, 44, 41, 0.7);
  font-variation-settings: "opsz" 14;
  transition: font-weight 0.3s var(--ease);
}
.home-offer__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 8px;
}
.home-offer__dots:empty {
  display: none;
}
.home-offer__dots > button {
  position: relative;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 1000px;
  background-color: #137461;
  opacity: 0.3;
  cursor: pointer;
  transition: width 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease;
}
.home-offer__dots > button::after {
  content: "";
  position: absolute;
  inset: -12px -4px;
}
.home-offer__dots > button:focus-visible {
  outline: 2px solid #137461;
  outline-offset: 4px;
}
.home-offer__dots > button[aria-current=true] {
  width: 110px;
  opacity: 1;
}

@media (min-width: 1300px) and (max-width: 1620px) {
  .home-offer {
    padding: 110px 7% 0;
  }
}
@media (min-width: 780px) and (max-width: calc(1300px - 1px)) {
  .home-offer {
    padding: 110px 90px 0;
  }
  .home-offer__badge {
    top: -77.63px;
    width: 149.03px;
    height: 147.35px;
  }
  .home-offer__strip {
    margin-right: -90px;
  }
}
@media (max-width: calc(780px - 1px)) {
  .home-offer {
    padding: 90px 20px 0;
  }
  .home-offer__badge {
    top: -54.4px;
    width: 126.68px;
    height: 125.25px;
  }
  .home-offer__strip {
    margin: -10px -20px -30px;
    padding: 10px 20px 30px;
    scroll-padding-left: 20px;
  }
}
@media (max-width: calc(1300px - 1px)) {
  .home-offer__strip {
    scroll-snap-type: x mandatory;
  }
  .home-offer__card {
    scroll-snap-stop: always;
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-offer__card {
    transition: none;
  }
  .home-offer__card:hover {
    transform: none;
  }
  .home-offer__card-text {
    transition: none;
  }
}
.home-intro {
  padding: 110px 90px 110px;
  text-align: center;
}
.home-intro__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 714px;
  margin: 0 auto;
}
.home-intro__title {
  margin: 0;
  font-family: "perfectly-nineties", "the-seasons", "Georgia", "Times New Roman", serif;
  font-weight: 400;
  font-size: 46px;
  line-height: 52.9px;
  letter-spacing: -1.15px;
  color: #2A2C29;
  word-break: break-word;
}
.home-intro__title em {
  font-style: italic;
  color: #137461;
}
.home-intro__text {
  margin: 0;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #2A2C29;
  font-variation-settings: "opsz" 14;
}

@media (min-width: 1300px) and (max-width: 1620px) {
  .home-intro {
    padding: 110px 7% 110px;
  }
}
@media (min-width: 780px) and (max-width: calc(1300px - 1px)) {
  .home-intro {
    padding: 80px 33px 80px;
  }
}
@media (max-width: calc(780px - 1px)) {
  .home-intro {
    padding: 45px 20px;
  }
  .home-intro__title {
    font-size: 36px;
    line-height: 38px;
    letter-spacing: -1.15px;
  }
  .home-intro__title br {
    display: none;
  }
  .home-intro__text {
    font-size: 18px;
    line-height: 23px;
  }
}
.home-profiles {
  padding: 0 90px 110px;
}
.home-profiles__panel {
  display: flex;
  flex-direction: column;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 30px 30px;
  border: 1px solid rgba(204, 204, 204, 0.64);
  border-radius: 35px;
  background-color: #DFE8E6;
}
.home-profiles__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 40px 0 20px;
}
.home-profiles__title {
  margin: 0;
  font-family: "perfectly-nineties", "the-seasons", "Georgia", "Times New Roman", serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 46px;
  letter-spacing: -0.45px;
  color: #2A2C29;
  text-align: center;
  word-break: break-word;
}
.home-profiles__title em {
  font-weight: 600;
  font-style: italic;
  color: #137461;
}
.home-profiles__subtitle {
  margin: 0;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
  color: #2A2C29;
  text-align: center;
  font-variation-settings: "opsz" 14;
}
.home-profiles__cta {
  padding: 15px 30px 16px;
  border-radius: 80px;
  font-size: 15px;
  line-height: normal;
}
.home-profiles__cards {
  display: flex;
  align-items: stretch;
  gap: 11px;
  width: 100%;
  margin-top: 5px;
}
.home-profiles__card {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(204, 204, 204, 0.3);
  border-radius: 20px;
  background-color: #FFFFFF;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.home-profiles__card:hover {
  border-color: rgba(19, 116, 97, 0.5);
}
.home-profiles__card:focus-visible {
  outline: 2px solid #137461;
  outline-offset: 2px;
}
.home-profiles__card--active {
  border: 2px solid #137461;
  padding: 15px;
}
.home-profiles__card-title {
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: #137461;
  font-variation-settings: "opsz" 14;
}
.home-profiles__card-chart {
  display: block;
  width: 75px;
  height: 75px;
}
.home-profiles__card-split {
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  font-variation-settings: "opsz" 14;
}
.home-profiles__card-responsable {
  color: #1D694C;
}
.home-profiles__card-libre {
  color: #DD9127;
}
.home-profiles__greenback {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 30px;
  border: 1px solid rgba(204, 204, 204, 0.64);
  border-radius: 15px;
  background-color: #FFFFFF;
}
.home-profiles__simulator {
  display: flex;
  flex: 0 0 481px;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 30px 30px 20px;
  border: 1px solid rgba(204, 204, 204, 0.64);
  border-radius: 10px;
  background-color: rgba(223, 232, 230, 0.4);
}
.home-profiles__gauge {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-profiles__fee {
  margin: 0;
  font-family: "perfectly-nineties", "the-seasons", "Georgia", "Times New Roman", serif;
  font-weight: 700;
  font-size: 80px;
  line-height: normal;
  color: #137461;
  white-space: nowrap;
}
.home-profiles__refund {
  margin: 0;
  padding: 10px 20px;
  border-radius: 50px;
  background-color: #137461;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: -0.075px;
  color: #FFFFFF;
  white-space: nowrap;
  font-variation-settings: "opsz" 14;
}
.home-profiles__control {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid rgba(204, 204, 204, 0.64);
}
.home-profiles__control-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.home-profiles__control-label {
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.15px;
  color: #2A2C29;
  font-variation-settings: "opsz" 14;
}
.home-profiles__control-value {
  padding: 5px 15px;
  border: 1px solid rgba(204, 204, 204, 0.64);
  border-radius: 50px;
  background-color: #FFFFFF;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.115px;
  color: #137461;
  white-space: nowrap;
  font-variation-settings: "opsz" 14;
}
.home-profiles__slider {
  position: relative;
  display: flex;
  align-items: center;
  height: 24px;
}
.home-profiles__slider--instant .home-profiles__track-fill, .home-profiles__slider--instant .home-profiles__thumb {
  transition: none;
}
.home-profiles__range {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  opacity: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
.home-profiles__range::-webkit-slider-thumb {
  width: 24px;
  height: 24px;
  appearance: none;
  -webkit-appearance: none;
}
.home-profiles__range::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border: 0;
}
.home-profiles__track {
  position: relative;
  display: block;
  width: 100%;
  height: 6px;
  border: 1px solid rgba(204, 204, 204, 0.64);
  border-radius: 50px;
  background-color: rgba(204, 204, 204, 0.3);
}
.home-profiles__track-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: calc(24px / 2 + (100% - 24px) * var(--slider-pos, 0) / 100);
  height: 100%;
  border-radius: 50px;
  background-color: #137461;
  transition: width 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.home-profiles__thumb {
  position: absolute;
  top: 50%;
  left: calc(24px / 2 + (100% - 24px) * var(--slider-pos, 0) / 100);
  display: block;
  width: 24px;
  height: 24px;
  border: 2px solid #137461;
  border-radius: 50%;
  background-color: #FFFFFF;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
  transform: translate(-50%, -50%);
  transition: left 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.home-profiles__range:focus-visible ~ .home-profiles__track .home-profiles__thumb {
  box-shadow: 0 0 0 4px rgba(19, 116, 97, 0.25);
}
.home-profiles__scale {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  padding-top: 5px;
}
.home-profiles__scale-step {
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: rgba(42, 44, 41, 0.7);
  white-space: nowrap;
  font-variation-settings: "opsz" 14;
  transition: all 0.25s ease-in-out;
}
.home-profiles__scale-step--active {
  font-weight: 600;
  color: #137461;
}
.home-profiles__pitch {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  gap: 19px;
  min-width: 0;
}
.home-profiles__pitch-eyebrow {
  margin: 0;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  color: #DD9127;
  font-variation-settings: "opsz" 14;
}
.home-profiles__pitch-title {
  margin: 0;
  font-family: "perfectly-nineties", "the-seasons", "Georgia", "Times New Roman", serif;
  font-weight: 400;
  font-size: 35px;
  line-height: 36px;
  color: #2A2C29;
}
.home-profiles__pitch-title em {
  font-style: italic;
  color: #137461;
}
.home-profiles__pitch-title i {
  font-style: italic;
}
.home-profiles__pitch-text {
  margin: 0;
  max-width: 422px;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: normal;
  color: #707070;
  font-variation-settings: "opsz" 14;
}
.home-profiles__pitch-cta {
  padding: 15px 20px 16px;
  border-radius: 80px;
  font-size: 15px;
  line-height: normal;
}
.home-profiles__pitch-cta[aria-disabled=true] {
  opacity: 0.5;
  pointer-events: none;
}
.home-profiles__modal {
  width: min(920px, 100vw - 40px);
  max-height: calc(100vh - 60px);
  margin: auto;
  padding: 0;
  border: 0;
  border-radius: 25px;
  background-color: #FFFFFF;
  overflow-y: auto;
}
.home-profiles__modal::backdrop {
  background-color: rgba(42, 44, 41, 0.55);
}
.home-profiles__modal[open] {
  animation: home-profiles-modal 0.25s ease both;
}
.home-profiles__modal-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 40px;
}
.home-profiles__modal-dismiss {
  position: absolute;
  top: 20px;
  right: 20px;
}
.home-profiles__modal-close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid rgba(204, 204, 204, 0.3);
  border-radius: 50%;
  background-color: #FFFFFF;
  color: #2A2C29;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.home-profiles__modal-close:hover {
  border-color: #137461;
  background-color: #DFE8E6;
  color: #137461;
}
.home-profiles__modal-body {
  display: flex;
  gap: 40px;
}
.home-profiles__modal-aside {
  display: flex;
  flex: 0 0 210px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 25px 20px;
  border-radius: 20px;
  background-color: rgba(223, 232, 230, 0.4);
  text-align: center;
}
.home-profiles__modal-title {
  margin: 0;
  font-family: "perfectly-nineties", "the-seasons", "Georgia", "Times New Roman", serif;
  font-weight: 600;
  font-size: 26px;
  color: #2A2C29;
}
.home-profiles__modal-chart {
  display: block;
  width: 120px;
  height: auto;
}
.home-profiles__modal-responsable {
  margin: 0;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #137461;
}
.home-profiles__modal-libre {
  margin: 0;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: rgba(42, 44, 41, 0.6);
}
.home-profiles__modal-main {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  gap: 15px;
  min-width: 0;
  padding-right: 30px;
}
.home-profiles__modal-question {
  margin: 0;
  font-family: "perfectly-nineties", "the-seasons", "Georgia", "Times New Roman", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #2A2C29;
}
.home-profiles__modal-text {
  margin: 0;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(42, 44, 41, 0.8);
}

@keyframes home-profiles-modal {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-profiles__track-fill, .home-profiles__thumb {
    transition: none;
  }
  .home-profiles__modal[open] {
    animation: none;
  }
}
@media (min-width: 1300px) and (max-width: 1620px) {
  .home-profiles {
    padding: 0 7% 110px;
  }
}
@media (min-width: 780px) and (max-width: calc(1300px - 1px)) {
  .home-profiles {
    padding: 0 45px 80px;
  }
  .home-profiles__modal-panel {
    gap: 25px;
    padding: 30px;
  }
  .home-profiles__modal-body {
    gap: 25px;
  }
  .home-profiles__modal-aside {
    flex: 0 0 180px;
  }
  .home-profiles__modal-question {
    font-size: 21px;
    line-height: 27px;
  }
  .home-profiles__header {
    display: contents;
  }
  .home-profiles__title {
    order: 1;
    margin-top: 40px;
  }
  .home-profiles__subtitle {
    order: 2;
    margin-top: 15px;
  }
  .home-profiles__cards {
    order: 3;
    margin-top: 40px;
  }
  .home-profiles__cta {
    order: 4;
    margin-top: 20px;
    width: 100%;
  }
  .home-profiles__greenback {
    order: 5;
    margin-top: 40px;
  }
  .home-profiles__greenback {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .home-profiles__pitch {
    display: contents;
  }
  .home-profiles__pitch-eyebrow {
    order: 1;
  }
  .home-profiles__pitch-title {
    order: 2;
    margin-top: 9px;
  }
  .home-profiles__pitch-text {
    order: 3;
    margin-top: 19px;
    max-width: none;
  }
  .home-profiles__simulator {
    order: 4;
    flex: 0 0 auto;
    margin-top: 40px;
  }
  .home-profiles__pitch-cta {
    order: 5;
    margin-top: 40px;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: calc(780px - 1px)) {
  .home-profiles {
    padding: 0 25px 45px;
  }
  .home-profiles__refund {
    font-size: 12px;
  }
  .home-profiles__modal {
    width: calc(100vw - 24px);
    max-height: calc(100vh - 32px);
    max-height: calc(100dvh - 32px);
  }
  .home-profiles__modal-panel {
    gap: 18px;
    padding: 16px 16px 24px;
  }
  .home-profiles__modal-dismiss {
    position: static;
    align-self: flex-end;
    margin-bottom: -6px;
  }
  .home-profiles__modal-body {
    flex-direction: column;
    gap: 18px;
  }
  .home-profiles__modal-aside {
    flex: 0 0 auto;
    gap: 8px;
    padding: 20px 16px;
  }
  .home-profiles__modal-title {
    font-size: 22px;
  }
  .home-profiles__modal-chart {
    width: 100px;
  }
  .home-profiles__modal-responsable {
    font-size: 15px;
  }
  .home-profiles__modal-libre {
    font-size: 14px;
  }
  .home-profiles__modal-main {
    padding-right: 0;
  }
  .home-profiles__modal-question {
    font-size: 19px;
    line-height: 25px;
  }
  .home-profiles__modal-text {
    font-size: 15px;
    line-height: 22px;
  }
  .home-profiles__panel {
    padding: 0 20px 20px;
    border-radius: 25px;
  }
  .home-profiles__title {
    font-size: 40px;
    line-height: 42px;
  }
  .home-profiles__cards {
    flex-wrap: wrap;
    gap: 10.91px;
  }
  .home-profiles__card {
    flex: 1 1 calc(50% - 5.46px);
  }
  .home-profiles__header {
    display: contents;
  }
  .home-profiles__title {
    order: 1;
    margin-top: 40px;
  }
  .home-profiles__subtitle {
    order: 2;
    margin-top: 15px;
  }
  .home-profiles__cards {
    order: 3;
    margin-top: 40px;
  }
  .home-profiles__cta {
    order: 4;
    margin-top: 20px;
    width: 100%;
  }
  .home-profiles__greenback {
    order: 5;
    margin-top: 40px;
  }
  .home-profiles__greenback {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .home-profiles__pitch {
    display: contents;
  }
  .home-profiles__pitch-eyebrow {
    order: 1;
  }
  .home-profiles__pitch-title {
    order: 2;
    margin-top: 9px;
  }
  .home-profiles__pitch-text {
    order: 3;
    margin-top: 19px;
    max-width: none;
  }
  .home-profiles__simulator {
    order: 4;
    flex: 0 0 auto;
    margin-top: 20px;
  }
  .home-profiles__pitch-cta {
    order: 5;
    margin-top: 20px;
    width: 100%;
    padding-right: 18px;
    padding-left: 18px;
    text-align: center;
  }
  .home-profiles__greenback {
    padding: 20px 20px 30px;
  }
  .home-profiles__simulator {
    padding: 30px 20px 20px;
  }
  .home-profiles__control-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
@media (max-width: 380px) {
  .home-profiles {
    padding: 0 16px 45px;
  }
  .home-profiles__panel {
    padding: 0 14px 16px;
    border-radius: 22px;
  }
  .home-profiles__title {
    font-size: 32px;
    line-height: 34px;
  }
  .home-profiles__subtitle {
    font-size: 17px;
  }
  .home-profiles__cards {
    gap: 8px;
  }
  .home-profiles__card {
    flex: 1 1 calc(50% - 4px);
    padding: 12px 8px;
  }
  .home-profiles__card--active {
    padding: 11px 7px;
  }
  .home-profiles__card-title {
    font-size: 13px;
  }
  .home-profiles__card-chart {
    width: 62px;
    height: 62px;
  }
  .home-profiles__card-split {
    font-size: 11px;
  }
  .home-profiles__greenback {
    padding: 16px 14px 24px;
  }
  .home-profiles__simulator {
    padding: 20px 14px 16px;
  }
  .home-profiles__fee {
    font-size: 58px;
  }
  .home-profiles__refund {
    padding: 8px 14px;
    font-size: 11px;
  }
  .home-profiles__control {
    padding-top: 16px;
  }
  .home-profiles__control-label {
    font-size: 13px;
    line-height: 18px;
  }
  .home-profiles__control-value {
    padding: 4px 12px;
    font-size: 13px;
  }
  .home-profiles__scale-step {
    font-size: 11px;
  }
  .home-profiles__pitch-title {
    font-size: 28px;
    line-height: 30px;
  }
  .home-profiles__pitch-text {
    font-size: 15px;
  }
  .home-profiles__modal {
    width: calc(100vw - 16px);
  }
  .home-profiles__modal-panel {
    padding: 12px 14px 20px;
    gap: 16px;
  }
  .home-profiles__modal-aside {
    padding: 16px 12px;
  }
  .home-profiles__modal-title {
    font-size: 20px;
  }
  .home-profiles__modal-chart {
    width: 88px;
  }
  .home-profiles__modal-responsable {
    font-size: 14px;
  }
  .home-profiles__modal-libre {
    font-size: 13px;
  }
  .home-profiles__modal-question {
    font-size: 17px;
    line-height: 23px;
  }
  .home-profiles__modal-text {
    font-size: 14px;
    line-height: 21px;
  }
  .home-profiles__modal-close {
    width: 32px;
    height: 32px;
  }
}
.home-partners {
  --partners-gap: 36.85px;
  padding: 0 90px 110px;
}
.home-partners__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1440px;
  margin: 0 auto;
}
.home-partners__title {
  margin: 0;
  font-family: "perfectly-nineties", "the-seasons", "Georgia", "Times New Roman", serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 46px;
  letter-spacing: -0.45px;
  color: #2A2C29;
  text-align: center;
  word-break: break-word;
}
.home-partners__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: var(--partners-gap);
}
.home-partners__marquee, .home-partners__group {
  display: contents;
}
.home-partners__logos--marquee {
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 0;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 60px, #000 calc(100% - 60px), transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 60px, #000 calc(100% - 60px), transparent 100%);
}
.home-partners__logos--marquee .home-partners__marquee {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: var(--partners-gap);
  animation: home-partners-scroll var(--marquee-duration, 30s) linear infinite;
  will-change: transform;
}
.home-partners__logos--marquee .home-partners__group {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: var(--partners-gap);
}
.home-partners__logos--marquee:hover .home-partners__marquee, .home-partners__logos--marquee:focus-within .home-partners__marquee {
  animation-play-state: paused;
}
.home-partners__link {
  display: block;
  border-radius: 8px;
  transition: all 0.25s ease-in-out;
}
.home-partners__link:hover {
  transform: translateY(-2px);
  opacity: 0.75;
}
.home-partners__link:focus-visible {
  outline: 2px solid #137461;
  outline-offset: 8px;
}
.home-partners__logo {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  user-select: none;
}

@media (min-width: 1300px) and (max-width: 1620px) {
  .home-partners {
    padding: 0 7% 110px;
  }
}
@media (min-width: 780px) and (max-width: calc(1300px - 1px)) {
  .home-partners {
    padding: 0 45px 80px;
  }
}
@media (max-width: calc(780px - 1px)) {
  .home-partners {
    --partners-gap: 24px;
    padding: 0 20px 45px;
  }
  .home-partners__inner {
    gap: 30px;
  }
  .home-partners__title {
    font-size: 28px;
    line-height: 32px;
  }
}
@keyframes home-partners-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-1 * var(--marquee-shift, 0px)), 0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-partners__link {
    transition: none;
  }
  .home-partners__link:hover {
    transform: none;
  }
  .home-partners__logos--marquee {
    overflow-x: auto;
  }
  .home-partners__logos--marquee .home-partners__marquee {
    animation: none;
  }
}
@keyframes home-performance-reveal {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.home-performance {
  padding: 80px 90px 55px;
  background-color: rgba(247, 240, 229, 0.5);
}
.home-performance__inner {
  display: flex;
  flex-direction: column;
  gap: 45px;
  max-width: 1440px;
  margin: 0 auto;
}
.home-performance__header {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.home-performance__title {
  margin: 0;
  font-family: "perfectly-nineties", "the-seasons", "Georgia", "Times New Roman", serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 52.9px;
  letter-spacing: -1.15px;
  color: #2A2C29;
  word-break: break-word;
}
.home-performance__title em {
  font-weight: 600;
  font-style: italic;
  color: #DD9127;
}
.home-performance__lead {
  display: flex;
  flex-direction: column;
  color: #2A2C29;
}
.home-performance__lead-text, .home-performance__claim {
  margin: 0;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  line-height: normal;
  font-variation-settings: "opsz" 14;
}
.home-performance__lead-text {
  font-weight: 400;
  font-size: 18px;
}
.home-performance__claim {
  font-weight: 500;
  font-size: 20px;
}
.home-performance__top {
  display: flex;
  align-items: stretch;
  gap: 30px;
}
.home-performance__yield {
  display: flex;
  flex: 510 1 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 0;
  padding: 30px;
  border: 1px solid rgba(204, 204, 204, 0.64);
  border-radius: 25px;
  background-color: #FFFFFF;
  text-align: center;
}
.home-performance__yield-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.home-performance__yield-label {
  margin: 0;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: rgba(42, 44, 41, 0.5);
  font-variation-settings: "opsz" 14;
}
.home-performance__yield-value {
  margin: 0;
  font-family: "perfectly-nineties", "the-seasons", "Georgia", "Times New Roman", serif;
  font-weight: 700;
  font-size: 70px;
  line-height: normal;
  color: #DD9127;
  white-space: nowrap;
}
.home-performance__yield-caption {
  margin: 0;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  color: #2A2C29;
  font-variation-settings: "opsz" 14;
}
.home-performance__yield-foot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  width: 100%;
}
.home-performance__yield-badge {
  margin: 0;
  padding: 7.5px 15px;
  border-radius: 50px;
  background-color: #DD9127;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: -0.06px;
  color: #FFFFFF;
  white-space: nowrap;
  font-variation-settings: "opsz" 14;
}
.home-performance__yield-legal {
  margin: 0;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  color: rgba(42, 44, 41, 0.7);
  font-variation-settings: "opsz" 14;
}
.home-performance__controls {
  display: flex;
  flex: 580 1 0;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  min-width: 0;
}
.home-performance__field {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.home-performance__field-head {
  display: flex;
  align-items: center;
  gap: 10px;
}
.home-performance__field-icon {
  display: block;
  flex: none;
  width: 20px;
  height: 20px;
}
.home-performance__field-label {
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.15px;
  color: #2A2C29;
  font-variation-settings: "opsz" 14;
}
.home-performance__segments {
  display: flex;
  align-items: center;
  padding: 6px 10px 6px 8px;
  border: 2px solid rgba(204, 204, 204, 0.64);
  border-radius: 50px;
  background-color: #FFFFFF;
}
.home-performance__segment {
  flex: 1 1 0;
  min-width: 0;
  padding: 10px 20px;
  border: 0;
  border-radius: 50px;
  background-color: transparent;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: rgba(42, 44, 41, 0.4);
  text-align: center;
  cursor: pointer;
  font-variation-settings: "opsz" 14;
  transition: all 0.25s ease-in-out;
}
.home-performance__segment--active {
  background-color: #DD9127;
  font-weight: 600;
  color: #FFFFFF;
}
.home-performance__segment-info, .home-performance__segment-tooltip {
  display: none;
}
.home-performance__bottom[hidden] {
  display: none;
}
.home-performance__bottom {
  display: flex;
  align-items: stretch;
  gap: 30px;
  animation: home-performance-reveal 0.35s ease both;
}
.home-performance__toggle {
  display: inline-flex;
  align-items: center;
  align-self: center;
  gap: 8px;
  padding: 0;
  border: 0;
  background: none;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -1.15px;
  color: #1C1C1A;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.home-performance__toggle:hover {
  color: #DD9127;
}
.home-performance__toggle[aria-expanded=false] .home-performance__toggle-text--close, .home-performance__toggle[aria-expanded=true] .home-performance__toggle-text--open {
  display: none;
}
.home-performance__toggle[aria-expanded=true] .home-performance__toggle-icon {
  transform: rotate(180deg);
}
.home-performance__toggle-text {
  text-decoration: underline;
}
.home-performance__toggle-icon {
  flex-shrink: 0;
  transition: all 0.25s ease-in-out;
}
.home-performance__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  animation: home-performance-reveal 0.35s ease both;
}
.home-performance__bottom[hidden] ~ .home-performance__actions {
  display: none;
}
.home-performance__action {
  min-width: 180px;
  padding: 15px 20px 16px;
  border: 1px solid transparent;
  border-radius: 80px;
  font-size: 15px;
  line-height: normal;
}
.home-performance__action--outline {
  border-color: #DD9127;
}
.home-performance__notice {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-variation-settings: "opsz" 14;
  text-align: center;
}
.home-performance__notice-lead, .home-performance__notice-text {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(42, 44, 41, 0.72);
}
.home-performance__notice-lead {
  font-weight: 500;
  color: #2A2C29;
}
.home-performance__notice-more {
  align-self: center;
  margin-top: 4px;
  padding: 0;
  border: 0;
  background: none;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  color: #1C1C1A;
  text-decoration: underline;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.home-performance__notice-more:hover {
  color: #DD9127;
}
.home-performance__notice-para, .home-performance__notice-item {
  margin: 0;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(42, 44, 41, 0.72);
  font-variation-settings: "opsz" 14;
}
.home-performance__notice-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.home-performance__notice-heading {
  margin: 0;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  color: #2A2C29;
}
.home-performance__notice-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-performance__notice-item {
  position: relative;
  padding-left: 16px;
}
.home-performance__notice-item::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #DD9127;
}
.home-performance__modal {
  width: min(760px, 100vw - 40px);
  max-height: calc(100vh - 60px);
  margin: auto;
  padding: 0;
  border: 0;
  border-radius: 25px;
  background-color: #FFFFFF;
  overflow: hidden;
}
.home-performance__modal::backdrop {
  background-color: rgba(42, 44, 41, 0.55);
}
.home-performance__modal[open] {
  display: flex;
  animation: home-performance-reveal 0.25s ease both;
}
.home-performance__modal-panel {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
}
.home-performance__modal-head {
  display: flex;
  flex-shrink: 0;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 30px 30px 18px 40px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
.home-performance__modal-dismiss {
  flex-shrink: 0;
}
.home-performance__modal-close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid rgba(204, 204, 204, 0.3);
  border-radius: 50%;
  background-color: #FFFFFF;
  color: #2A2C29;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.home-performance__modal-close:hover {
  border-color: #DD9127;
  background-color: rgba(247, 240, 229, 0.6);
  color: #DD9127;
}
.home-performance__modal-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 22px;
  min-height: 0;
  padding: 22px 30px 40px 40px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(42, 44, 41, 0.22) transparent;
}
.home-performance__modal-body::-webkit-scrollbar {
  width: 6px;
}
.home-performance__modal-body::-webkit-scrollbar-track {
  background: transparent;
}
.home-performance__modal-body::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: rgba(42, 44, 41, 0.22);
}
.home-performance__modal-title {
  margin: 0;
  font-family: "perfectly-nineties", "the-seasons", "Georgia", "Times New Roman", serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #2A2C29;
}
.home-performance__modal-intro {
  margin: 0;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(42, 44, 41, 0.72);
  font-variation-settings: "opsz" 14;
}
.home-performance__inputs {
  display: flex;
  flex: 514 1 0;
  flex-direction: column;
  gap: 54px;
  min-width: 0;
  padding: 30px;
  border: 1px solid rgba(204, 204, 204, 0.5);
  border-radius: 25px;
  background-color: rgba(247, 240, 229, 0.3);
}
.home-performance__input {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.home-performance__input-head {
  display: flex;
  align-items: center;
  gap: 10px;
}
.home-performance__input-label {
  flex: 1 1 auto;
  min-width: 0;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  color: #2A2C29;
  font-variation-settings: "opsz" 14;
}
.home-performance__input-value {
  flex: none;
  width: 128px;
  margin: 0;
  padding: 10px;
  border: 1px solid rgba(204, 204, 204, 0.64);
  border-radius: 8px;
  background-color: #FFFFFF;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: #2A2C29;
  text-align: center;
  appearance: none;
  font-variation-settings: "opsz" 14;
  transition: all 0.25s ease-in-out;
}
.home-performance__input-value:hover {
  border-color: #D77C15;
}
.home-performance__input-value:focus-visible {
  border-color: #D77C15;
  outline: none;
  box-shadow: 0 0 0 3px rgba(215, 124, 21, 0.2);
}
.home-performance__slider {
  position: relative;
  display: flex;
  align-items: center;
  height: 6px;
}
.home-performance__range {
  position: absolute;
  inset: calc((24px - 6px) / -2) 0;
  z-index: 2;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  opacity: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
.home-performance__range::-webkit-slider-thumb {
  width: 24px;
  height: 24px;
  appearance: none;
  -webkit-appearance: none;
}
.home-performance__range::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border: 0;
}
.home-performance__track {
  position: relative;
  display: block;
  width: 100%;
  height: 6px;
  border: 1px solid rgba(204, 204, 204, 0.64);
  border-radius: 50px;
  background-color: rgba(204, 204, 204, 0.3);
}
.home-performance__track-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: calc(24px / 2 + (100% - 24px) * var(--slider-pos, 0) / 100);
  height: 100%;
  border-radius: 50px;
  background-color: #D77C15;
}
.home-performance__thumb {
  position: absolute;
  top: 50%;
  left: calc(24px / 2 + (100% - 24px) * var(--slider-pos, 0) / 100);
  display: block;
  width: 24px;
  height: 24px;
  border: 2px solid #D77C15;
  border-radius: 50%;
  background-color: #FFFFFF;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
  transform: translate(-50%, -50%);
}
.home-performance__range:focus-visible ~ .home-performance__track .home-performance__thumb {
  box-shadow: 0 0 0 4px rgba(221, 145, 39, 0.25);
}
.home-performance__result {
  display: flex;
  flex: 576 1 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 0;
  padding: 20px 30px;
  border: 1px solid rgba(204, 204, 204, 0.5);
  border-radius: 25px;
  background-color: #FFFFFF;
}
.home-performance__result-label {
  margin: 0;
  padding: 5px 20px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.64);
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: -0.115px;
  color: #DD9127;
  font-variation-settings: "opsz" 14;
}
.home-performance__result-value {
  margin: 0;
  font-family: "perfectly-nineties", "the-seasons", "Georgia", "Times New Roman", serif;
  font-weight: 600;
  font-size: 70px;
  line-height: normal;
  color: #DD9127;
  text-align: center;
  word-break: break-word;
}

@media (prefers-reduced-motion: reduce) {
  .home-performance__bottom,
  .home-performance__actions,
  .home-performance__modal[open] {
    animation: none;
  }
}
@media (min-width: 780px) {
  .home-performance__segment {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
  }
  .home-performance__segment-info {
    position: absolute;
    top: 50%;
    right: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    padding-top: 1px;
    border: 1px solid rgba(221, 145, 39, 0.4);
    border-radius: 50%;
    background-color: rgba(221, 145, 39, 0.1);
    font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    color: #DD9127;
    transform: translateY(-50%);
    user-select: none;
    font-variation-settings: "opsz" 14;
  }
  .home-performance__segment--active .home-performance__segment-info {
    border-color: rgba(255, 255, 255, 0.6);
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
  }
  .home-performance__segment-tooltip {
    --tooltip-x: -50%;
    display: block;
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    z-index: 5;
    width: 280px;
    padding: 12px 14px;
    border: 1px solid rgba(42, 44, 41, 0.14);
    border-radius: 12px;
    background-color: #FFFFFF;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
    font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.35;
    color: #2A2C29;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transform: translate(var(--tooltip-x), -4px);
    transition: opacity 0.14s ease, transform 0.14s ease, visibility 0.14s ease;
    pointer-events: none;
    font-variation-settings: "opsz" 14;
  }
  .home-performance__segment:first-child .home-performance__segment-tooltip {
    --tooltip-x: 0;
    left: 0;
  }
  .home-performance__segment:last-child .home-performance__segment-tooltip {
    --tooltip-x: -100%;
    left: 100%;
  }
  .home-performance__segment-info:hover ~ .home-performance__segment-tooltip, .home-performance__segment-info--open ~ .home-performance__segment-tooltip, .home-performance__segment:focus-visible .home-performance__segment-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translate(var(--tooltip-x), 0);
  }
}
@media (min-width: 1300px) and (max-width: 1620px) {
  .home-performance {
    padding: 80px 7% 55px;
  }
}
@media (min-width: 780px) and (max-width: calc(1300px - 1px)) {
  .home-performance {
    padding: 60px 45px 45px;
  }
  .home-performance__toggle {
    padding: 9px 0;
  }
  .home-performance__inner {
    gap: 35px;
  }
  .home-performance__title {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: -0.9px;
  }
  .home-performance__claim {
    font-size: 18px;
  }
  .home-performance__top {
    flex-direction: column;
    gap: 30px;
  }
  .home-performance__bottom {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .home-performance__yield-value, .home-performance__result-value {
    font-size: 56px;
  }
  .home-performance__segment-info::after {
    content: "";
    position: absolute;
    inset: -9px -8px -9px -4px;
  }
  .home-performance__field-label, .home-performance__input-label, .home-performance__result-label {
    font-size: 16px;
  }
  .home-performance__input-value {
    width: 165px;
    font-size: 20px;
  }
  .home-performance__segment {
    font-size: 15px;
  }
  .home-performance__inputs {
    gap: 35px;
  }
  .home-performance__result {
    padding: 30px;
  }
  .home-performance__notice-more {
    padding: 6px 0;
  }
  .home-performance__modal-head {
    padding: 24px 24px 16px 30px;
  }
  .home-performance__modal-body {
    gap: 20px;
    padding: 20px 22px 30px 30px;
  }
}
@media (max-width: calc(780px - 1px)) {
  .home-performance {
    padding: 45px 20px 45px;
  }
  .home-performance__toggle {
    padding: 9px 0;
  }
  .home-performance__inner {
    gap: 45px;
  }
  .home-performance__title {
    font-size: 36px;
    line-height: 38px;
    letter-spacing: -0.9px;
  }
  .home-performance__claim {
    font-size: 17px;
  }
  .home-performance__top {
    flex-direction: column;
    gap: 30px;
  }
  .home-performance__bottom {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .home-performance__yield {
    padding: 30px;
  }
  .home-performance__yield-value, .home-performance__result-value {
    font-size: 46px;
  }
  .home-performance__segments {
    padding: 6px;
  }
  .home-performance__segment {
    padding: 10px 6px;
  }
  .home-performance__action {
    flex: 1 1 0;
    min-width: 0;
    padding-right: 14px;
    padding-left: 14px;
  }
  .home-performance__inputs {
    gap: 30px;
    padding: 20px;
  }
  .home-performance__field-label, .home-performance__input-label, .home-performance__result-label {
    font-size: 15px;
  }
  .home-performance__input-value {
    width: 130px;
    font-size: 19px;
  }
  .home-performance__result {
    padding: 30px;
  }
  .home-performance__notice-more {
    padding: 6px 0;
  }
  .home-performance__modal {
    width: calc(100vw - 24px);
    max-height: calc(100vh - 32px);
    max-height: calc(100dvh - 32px);
  }
  .home-performance__modal-head {
    gap: 12px;
    padding: 18px 16px 14px 20px;
  }
  .home-performance__modal-close {
    width: 32px;
    height: 32px;
  }
  .home-performance__modal-body {
    gap: 18px;
    padding: 16px 14px 24px 20px;
  }
  .home-performance__modal-title {
    font-size: 20px;
    line-height: 26px;
  }
}
.home-steps {
  padding: 110px 90px 0;
}
.home-steps__inner {
  display: flex;
  flex-direction: column;
  gap: 45px;
  max-width: 1440px;
  margin: 0 auto;
}
.home-steps__header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
  word-break: break-word;
}
.home-steps__title {
  margin: 0;
  font-family: "perfectly-nineties", "the-seasons", "Georgia", "Times New Roman", serif;
  font-weight: 400;
  font-size: 46px;
  line-height: 45px;
  color: #2A2C29;
}
.home-steps__title em {
  font-weight: 600;
  font-style: italic;
  color: #137461;
}
.home-steps__lead {
  margin: 0;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #2A2C29;
}
.home-steps__list {
  position: relative;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-steps__list::before {
  content: "";
  position: absolute;
  top: 24px;
  right: 16.67%;
  left: 16.67%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.09);
}
.home-steps__step {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.home-steps__badge {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border: 2px solid #137461;
  border-radius: 50%;
  background-color: #FFFFFF;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #137461;
}
.home-steps__step-title {
  margin: 0 0 8px;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #1C1C1A;
}
.home-steps__step-text {
  max-width: 340px;
  margin: 0;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #5F5E5A;
}
.home-steps__ctas {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.home-steps__cta {
  width: 155px;
  padding: 15px 20px 16px;
  border-radius: 80px;
  font-size: 15px;
}

@media (min-width: 1300px) and (max-width: 1620px) {
  .home-steps {
    padding: 110px 7% 0;
  }
}
@media (min-width: 780px) and (max-width: calc(1300px - 1px)) {
  .home-steps {
    padding: 80px 45px 0;
  }
  .home-steps__header {
    width: 510px;
    max-width: 100%;
    margin: 0 auto;
  }
  .home-steps__list {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
  .home-steps__list::before {
    content: none;
  }
  .home-steps__step {
    position: relative;
    flex: 0 0 auto;
    width: 353px;
    max-width: 100%;
  }
  .home-steps__step + .home-steps__step::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 50%;
    width: 1px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.09);
    transform: translateX(-50%);
  }
  .home-steps__step-text {
    max-width: 310px;
  }
}
@media (max-width: calc(780px - 1px)) {
  .home-steps {
    padding: 45px 20px 0;
  }
  .home-steps__header {
    width: 100%;
    margin: 0 auto;
  }
  .home-steps__title {
    font-size: 44px;
  }
  .home-steps__lead {
    font-size: 20px;
  }
  .home-steps__lead br {
    display: none;
  }
  .home-steps__list {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
  .home-steps__list::before {
    content: none;
  }
  .home-steps__step {
    position: relative;
    flex: 0 0 auto;
    width: 353px;
    max-width: 100%;
  }
  .home-steps__step + .home-steps__step::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 50%;
    width: 1px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.09);
    transform: translateX(-50%);
  }
  .home-steps__step-text {
    max-width: 310px;
  }
  .home-steps__ctas {
    flex-direction: column;
    gap: 8px;
    margin-top: 10px;
  }
  .home-steps__cta {
    width: 100%;
  }
}
.home-assurance {
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  padding: 110px 90px 0;
}
.home-assurance__inner {
  display: flex;
  flex-direction: column;
  max-width: 1440px;
  margin: 0 auto;
}
.home-assurance__intro {
  position: relative;
  display: flex;
  align-items: center;
  gap: 38px;
  min-height: 518px;
  padding: 45px 45px 30px;
  border: 1px solid rgba(204, 204, 204, 0.64);
  border-radius: 35px;
  background-color: rgba(223, 232, 230, 0.5);
  overflow: hidden;
}
.home-assurance__badge {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 41px;
  z-index: 2;
  gap: 15px;
  padding: 12.5px 27.5px;
  border-radius: 0 0 25px 25px;
  background-color: #FFFFFF;
}
.home-assurance__badge-text {
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 21.5px;
  color: #0A0A0A;
  white-space: nowrap;
}
.home-assurance__badge-logo {
  display: block;
  width: 50px;
  height: auto;
}
.home-assurance__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 547px;
  max-width: 100%;
}
.home-assurance__title {
  margin: 0;
  font-family: "perfectly-nineties", "the-seasons", "Georgia", "Times New Roman", serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -0.83px;
  color: #2A2C29;
  word-break: break-word;
}
.home-assurance__title em {
  font-weight: 600;
  font-style: italic;
  color: #137461;
}
.home-assurance__lead {
  margin: 0;
  max-width: 520px;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #5F5E5A;
}
.home-assurance__ctas {
  display: flex;
  align-items: center;
  gap: 8px;
}
.home-assurance__cta {
  width: 155px;
  padding: 15px 20px 16px;
  border-radius: 80px;
  font-size: 15px;
}
.home-assurance__visual {
  position: absolute;
  top: 14px;
  right: 108px;
}
.home-assurance__visual-image {
  display: block;
  width: 539px;
  height: 674px;
  user-select: none;
}
.home-assurance__highlight {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 30px;
  min-height: 311px;
  margin-top: -65px;
  padding: 30px 30px 20px;
  border-radius: 35px;
  background-color: #137461;
}
.home-assurance__figures {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  justify-content: center;
  gap: 10px;
  width: 500px;
}
.home-assurance__stats {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  min-height: 0;
}
.home-assurance__stats-row {
  display: flex;
  flex: 1 0 0;
  gap: 10px;
  min-height: 0;
}
.home-assurance__stat {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  gap: 11.5px;
  min-width: 0;
  padding-block: 24.5px;
  padding-inline: 27px;
  border: 1px solid rgba(19, 116, 97, 0.1);
  border-radius: 15px;
  background-color: #DFE8E6;
  transition: transform 0.35s var(--ease), border-color 0.35s var(--ease), background-color 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
@media (hover: hover) and (pointer: fine) {
  .home-assurance__stats:hover .home-assurance__stat {
    transform: translateY(-2px);
  }
  .home-assurance__stat:hover {
    transform: translateY(-6px);
    border-color: rgba(19, 116, 97, 0.35);
    background-color: #FFFFFF;
    box-shadow: 0 14px 26px rgba(42, 44, 41, 0.14);
  }
  .home-assurance__stat:hover .home-assurance__stat-value {
    transform: scale(1.05);
  }
}
.home-assurance__stat-value {
  transition: transform 0.35s var(--ease);
  font-family: "perfectly-nineties", "the-seasons", "Georgia", "Times New Roman", serif;
  font-weight: 700;
  font-size: 60px;
  color: #137461;
  white-space: nowrap;
}
.home-assurance__stat-label {
  font-family: "perfectly-nineties", "the-seasons", "Georgia", "Times New Roman", serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 13.67px;
  color: #2A2C29;
}
.home-assurance__notice {
  margin: 0;
  max-width: 290px;
  font-family: "perfectly-nineties", "the-seasons", "Georgia", "Times New Roman", serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 13.67px;
  color: #FFFFFF;
  text-align: center;
}
.home-assurance__claim {
  flex: 1 0 0;
  min-width: 0;
  margin: 0;
  font-family: "perfectly-nineties", "the-seasons", "Georgia", "Times New Roman", serif;
  font-weight: 400;
  font-size: 2.1875rem;
  line-height: 40px;
  color: #FFFFFF;
}

@media (min-width: 1300px) and (max-width: 1620px) {
  .home-assurance {
    padding: 110px 7% 0;
  }
}
@media (min-width: 1300px) {
  .home-assurance__badge {
    gap: 18px;
    padding: 15px 33px;
    border-radius: 0 0 30px 30px;
  }
  .home-assurance__badge-text {
    font-size: 26px;
  }
  .home-assurance__badge-logo {
    width: 60px;
  }
}
@media (min-width: 780px) and (max-width: calc(1300px - 1px)) {
  .home-assurance {
    padding: 80px 45px 0;
  }
  .home-assurance__intro {
    gap: 0;
    min-height: 0;
    padding: 45px 0 60px 45px;
  }
  .home-assurance__content {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    margin-right: -62px;
  }
  .home-assurance__visual {
    position: static;
    flex: 0 0 315.8px;
  }
  .home-assurance__visual-image {
    width: 315.8px;
    height: 394.61px;
  }
  .home-assurance__highlight {
    flex-direction: column-reverse;
    align-items: stretch;
    justify-content: flex-end;
    min-height: 0;
    border-radius: 0 0 35px 35px;
  }
  .home-assurance__figures {
    width: 100%;
  }
  .home-assurance__stats {
    flex: 0 0 auto;
  }
  .home-assurance__stats-row {
    flex: 0 0 auto;
  }
  .home-assurance__stat {
    padding-block: 13.75px;
  }
  .home-assurance__claim br {
    display: none;
  }
}
@media (max-width: calc(780px - 1px)) {
  .home-assurance {
    padding: 45px 20px 0;
  }
  .home-assurance__intro {
    flex-direction: column;
    align-items: center;
    min-height: 0;
    padding: 102.3px 20px 40px;
    border-radius: 25px 25px 0 0;
  }
  .home-assurance__badge {
    left: 50%;
    transform: translateX(-50%);
  }
  .home-assurance__content {
    width: 100%;
    text-align: center;
  }
  .home-assurance__title {
    font-size: 36px;
    line-height: 38px;
  }
  .home-assurance__lead {
    max-width: none;
  }
  .home-assurance__ctas {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  .home-assurance__cta {
    width: 100%;
  }
  .home-assurance__visual {
    display: none;
  }
  .home-assurance__highlight {
    flex-direction: column-reverse;
    align-items: stretch;
    justify-content: flex-end;
    min-height: 0;
    padding: 30px 20px 20px;
  }
  .home-assurance__figures {
    width: 100%;
  }
  .home-assurance__stats {
    flex: 0 0 auto;
  }
  .home-assurance__stats-row {
    flex: 0 0 auto;
    flex-direction: column;
    gap: 10px;
  }
  .home-assurance__claim {
    text-align: center;
  }
  .home-assurance__claim br {
    display: none;
  }
  .home-assurance__highlight {
    margin-top: 0;
    border-radius: 0 0 25px 25px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-assurance__stat {
    transition: none;
  }
  .home-assurance__stat:hover, .home-assurance__stats:hover .home-assurance__stat {
    transform: none;
  }
  .home-assurance__stat:hover .home-assurance__stat-value {
    transform: none;
  }
  .home-assurance__stat-value {
    transition: none;
  }
}
.home-impact {
  padding: 110px 90px 110px;
}
.home-impact__inner {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  max-width: 1440px;
  margin: 0 auto;
}
.home-impact__column {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  gap: 32px;
  min-width: 0;
}
.home-impact__security {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 31px;
  min-height: 497px;
  padding: 40px 35px;
  border-radius: 35px;
  background-color: #F8E7E7;
}
.home-impact__logo {
  display: block;
  width: 195px;
  height: auto;
  max-width: 100%;
}
.home-impact__security-body {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.home-impact__security-title {
  margin: 0;
  font-family: "perfectly-nineties", "the-seasons", "Georgia", "Times New Roman", serif;
  font-weight: 400;
  font-size: 35px;
  line-height: 40px;
  color: #2A2C29;
  word-break: break-word;
}
.home-impact__security-title em {
  font-style: italic;
  color: #137461;
}
.home-impact__security-text {
  margin: 0;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #2A2C29;
}
.home-impact__security-link {
  align-self: flex-start;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 35px;
  color: #2A2C29;
  text-decoration: underline;
  transition: all 0.25s ease-in-out;
}
.home-impact__security-link:hover {
  color: #137461;
}
.home-impact__method {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  padding: 10px 10px 41px;
}
.home-impact__method-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-right: 32px;
}
.home-impact__method-title {
  margin: 0;
  font-family: "perfectly-nineties", "the-seasons", "Georgia", "Times New Roman", serif;
  font-weight: 400;
  font-size: 35px;
  line-height: 35px;
  color: #2A2C29;
  word-break: break-word;
}
.home-impact__method-lead {
  margin: 0;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #2A2C29;
}
.home-impact__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.home-impact__cta {
  padding: 15px 20px 16px;
  border-radius: 80px;
  font-size: 15px;
}
.home-impact__showcase {
  position: relative;
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  align-items: center;
  gap: 45px;
  min-width: 0;
  min-height: 1024px;
  padding: 46px 45px 50px;
  border-radius: 35px;
  background-color: #137662;
  overflow: hidden;
}
.home-impact__showcase-title {
  width: 477px;
  max-width: 100%;
  margin: 0;
  font-family: "perfectly-nineties", "the-seasons", "Georgia", "Times New Roman", serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  color: #FFFFFF;
  text-align: center;
  word-break: break-word;
}
.home-impact__carousel {
  display: flex;
  flex-direction: column;
  gap: 45px;
  width: 100%;
}
.home-impact__viewport {
  margin-inline: -45px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.home-impact__viewport::-webkit-scrollbar {
  display: none;
}
.home-impact__track {
  display: flex;
  align-items: center;
  gap: 13px;
  width: max-content;
  height: 525px;
  padding: 0 calc((700px - 330px) / 2);
}
.home-impact__track--still .home-impact__slide,
.home-impact__track--still .home-impact__slide * {
  transition: none;
}
.home-impact__slide {
  --away: 1;
  position: relative;
  flex: 0 0 auto;
  width: 330px;
  height: 501px;
  border-radius: 25px;
  background-color: #FFFFFF;
  overflow: hidden;
  transform: scale(calc(1 - 0.05 * var(--away)));
  scroll-snap-align: center;
  cursor: pointer;
  transition: height 0.35s cubic-bezier(0.65, 0.05, 0.25, 1);
  will-change: transform;
}
.home-impact__slide--open {
  height: 525px;
  cursor: default;
  transition-duration: 0.55s;
}
.home-impact__slide-media {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 501px;
  background-color: #F8F7F4;
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.65, 0.05, 0.25, 1);
}
.home-impact__slide--open .home-impact__slide-media {
  height: 210px;
  transition-duration: 0.55s;
}
.home-impact__slide-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
}
.home-impact__slide-mark {
  position: absolute;
  top: 65.46px;
  left: 20px;
  z-index: 2;
  display: block;
  width: auto;
  height: var(--logo-h, 16.18px);
  transform: translate(calc(330px / 2 - 20px - 50%), 0);
  transition: transform 0.35s cubic-bezier(0.65, 0.05, 0.25, 1), opacity 0.12s linear 0.06s;
  pointer-events: none;
  user-select: none;
}
.home-impact__slide--open .home-impact__slide-mark {
  opacity: 0;
  transform: translate(0, 166.54px);
  transition: transform 0.55s cubic-bezier(0.65, 0.05, 0.25, 1), opacity 0.12s linear 0.26s;
}
.home-impact__slide-body {
  position: absolute;
  top: 232px;
  right: 0;
  left: 0;
  height: 293px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0 20px 20px;
  transform: translateY(16px);
  transition: transform 0.35s cubic-bezier(0.65, 0.05, 0.25, 1);
  pointer-events: none;
}
.home-impact__slide--open .home-impact__slide-body {
  transform: none;
  transition-duration: 0.55s;
  pointer-events: auto;
}
.home-impact__slide-heading {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.home-impact__slide-identity {
  display: flex;
  flex-direction: column;
}
.home-impact__slide-logo {
  align-self: flex-start;
  display: block;
  width: auto;
  height: var(--logo-h, 16.18px);
}
.home-impact__slide-country {
  margin: 0;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: normal;
  color: rgba(42, 44, 41, 0.8);
  font-variation-settings: "opsz" 14;
}
.home-impact__slide-funds {
  margin: 0;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  font-style: italic;
  color: rgba(42, 44, 41, 0.7);
  word-break: break-word;
  font-variation-settings: "opsz" 9;
}
.home-impact__slide-copy {
  margin: 0;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #2A2C29;
  word-break: break-word;
  font-variation-settings: "opsz" 14;
}
.home-impact__slide-copy p {
  margin: 0;
}
.home-impact__slide-lead {
  font-weight: 500;
}
.home-impact__slide-cta {
  align-self: flex-start;
  margin-top: auto;
  padding: 12px 20px;
  border-radius: 80px;
  font-size: 14px;
  line-height: 1;
  color: #FFFFFF;
}
.home-impact__progress {
  position: relative;
  height: 3px;
  border-radius: 3px;
  background-color: rgba(42, 44, 41, 0.1);
  cursor: pointer;
  touch-action: none;
  user-select: none;
}
.home-impact__progress::before {
  content: "";
  position: absolute;
  inset: -14px 0;
}
.home-impact__progress:focus-visible {
  outline: 2px solid #FFFFFF;
  outline-offset: 8px;
}
.home-impact__progress--dragging {
  cursor: grabbing;
}
.home-impact__progress-thumb {
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
  height: 8px;
  border-radius: 8px;
  background-color: #FFFFFF;
  will-change: transform;
  pointer-events: none;
}
.home-impact__pitch {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
  width: 100%;
  max-width: 1260px;
}
.home-impact__pitch-text {
  margin: 0;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  word-break: break-word;
  font-variation-settings: "opsz" 14;
}

@media (prefers-reduced-motion: reduce) {
  .home-impact__viewport {
    scroll-behavior: auto;
  }
  .home-impact__slide,
  .home-impact__slide-media,
  .home-impact__slide-mark,
  .home-impact__slide-body {
    transition: none;
  }
}
@media (min-width: 1300px) and (max-width: 1620px) {
  .home-impact {
    padding: 110px 7% 110px;
  }
}
@media (min-width: 780px) and (max-width: calc(1300px - 1px)) {
  .home-impact {
    padding: 80px 45px 80px;
  }
  .home-impact__inner {
    flex-direction: column;
    gap: 32px;
  }
  .home-impact__column {
    width: 100%;
  }
  .home-impact__security {
    gap: 25px;
    min-height: 0;
    padding: 35px 30px;
  }
  .home-impact__security-title {
    font-size: 30px;
    line-height: 34px;
  }
  .home-impact__ctas {
    flex-direction: column-reverse;
    gap: 10px;
    width: 100%;
  }
  .home-impact__ctas .home-impact__cta {
    width: 100%;
  }
  .home-impact__showcase {
    flex: 0 0 auto;
    gap: 35px;
    width: 100%;
    min-height: 0;
    padding: 40px 30px;
  }
  .home-impact__viewport {
    margin-inline: -30px;
  }
  .home-impact__showcase-title {
    width: 100%;
    font-size: 32px;
    line-height: 34px;
  }
}
@media (max-width: calc(780px - 1px)) {
  .home-impact {
    padding: 45px 20px 45px;
  }
  .home-impact__inner {
    flex-direction: column;
    gap: 35px;
  }
  .home-impact__column {
    gap: 35px;
    width: 100%;
  }
  .home-impact__security {
    gap: 20px;
    min-height: 0;
    padding: 40px 35px;
    border-radius: 25px;
  }
  .home-impact__logo {
    width: 122.7px;
  }
  .home-impact__security-link {
    font-size: 16px;
  }
  .home-impact__method {
    gap: 35px;
    padding: 10px 10px 0;
  }
  .home-impact__method-body {
    gap: 24px;
    padding-right: 0;
  }
  .home-impact__ctas {
    flex-direction: column-reverse;
    gap: 10px;
    width: 100%;
  }
  .home-impact__ctas .home-impact__cta {
    width: 100%;
  }
  .home-impact__showcase {
    display: none;
  }
}
.home-benefits {
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  padding: 0 90px 110px;
}
.home-benefits__inner {
  display: flex;
  flex-direction: column;
  gap: 45px;
  max-width: 1440px;
  margin: 0 auto;
}
.home-benefits__title {
  margin: 0;
  font-family: "perfectly-nineties", "the-seasons", "Georgia", "Times New Roman", serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 45px;
  color: #2A2C29;
  text-align: center;
  word-break: break-word;
}
.home-benefits__dots {
  display: none;
}
.home-benefits__grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.home-benefits__row {
  display: flex;
  align-items: stretch;
  gap: 15px;
}
.home-benefits__card {
  display: flex;
  flex: var(--span, 1) 1 0;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
  padding: 30px;
  border: 1px solid rgba(165, 200, 191, 0.7);
  border-radius: 30px;
  background-color: rgba(248, 247, 244, 0.9);
}
@media (hover: hover) and (pointer: fine) {
  .home-benefits__card:hover .home-benefits__icon {
    transform: translateY(-4px);
    background-color: #DD9127;
  }
  .home-benefits__card:hover .home-benefits__card-title {
    color: #DD9127;
  }
}
.home-benefits__icon {
  display: block;
  flex-shrink: 0;
  width: var(--icon-w);
  height: var(--icon-h);
  background-color: #137461;
  -webkit-mask: var(--icon) no-repeat center/contain;
  mask: var(--icon) no-repeat center/contain;
  transition: transform 0.3s var(--ease), background-color 0.3s var(--ease);
}
.home-benefits__card-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.home-benefits__badge {
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #DD9127;
}
.home-benefits__card-title {
  margin: 0;
  font-family: "perfectly-nineties", "the-seasons", "Georgia", "Times New Roman", serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
  color: #2A2C29;
  word-break: break-word;
  transition: color 0.3s var(--ease);
}
.home-benefits__card-text {
  margin: 0;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: rgba(42, 44, 41, 0.7);
}
.home-benefits__mission {
  position: relative;
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  min-height: 387px;
  padding: 50px 40px 44px;
  border-radius: 35px;
  background-color: #F8E7E7;
}
.home-benefits__mission-body {
  display: flex;
  flex-direction: column;
  gap: 34px;
  align-items: center;
  width: 100%;
}
.home-benefits__mission-heading {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  width: 100%;
  text-align: center;
}
.home-benefits__mission-title {
  margin: 0;
  font-family: "perfectly-nineties", "the-seasons", "Georgia", "Times New Roman", serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 50px;
  color: #2A2C29;
  word-break: break-word;
}
.home-benefits__mission-title em {
  font-style: italic;
  color: #137461;
}
.home-benefits__mission-text {
  margin: 0;
  max-width: 931px;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #2A2C29;
}
.home-benefits__mission-cta {
  padding: 16px 20px;
  border-radius: 80px;
  line-height: 19px;
  background-color: #FFFFFF;
  font-weight: 600;
  font-size: 15px;
  color: #E6A8A8;
}
.home-benefits__mission-cta:hover {
  background-color: #E6A8A8;
  color: #FFFFFF;
}
.home-benefits__mission-badge {
  position: absolute;
  top: -44px;
  right: -43px;
  z-index: 1;
  display: block;
  width: 149px;
  height: 147px;
  filter: drop-shadow(0 4px 2px rgba(228, 184, 184, 0.77));
  user-select: none;
  pointer-events: none;
}

@media (min-width: 1300px) and (max-width: 1620px) {
  .home-benefits {
    padding: 0 7% 110px;
  }
}
@media (min-width: 780px) and (max-width: calc(1300px - 1px)) {
  .home-benefits {
    padding: 0 45px 80px;
  }
  .home-benefits__title {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
  }
  .home-benefits__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .home-benefits__row {
    display: contents;
  }
  .home-benefits__card-text {
    font-size: 18px;
  }
  .home-benefits__mission {
    min-height: 0;
    gap: 30px;
    margin-top: 25px;
    padding: 40px 30px 35px;
  }
  .home-benefits__mission-body {
    gap: 25px;
  }
  .home-benefits__mission-title {
    font-size: 36px;
    line-height: 40px;
  }
  .home-benefits__mission-text {
    font-size: 20px;
  }
  .home-benefits__mission-badge {
    top: -36px;
    right: -20px;
    width: 116px;
    height: 115px;
  }
}
@media (max-width: calc(780px - 1px)) {
  .home-benefits {
    padding: 0 20px 45px;
  }
  .home-benefits__inner {
    gap: 30px;
  }
  .home-benefits__title {
    width: auto;
  }
  .home-benefits__grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 15px;
    margin-inline: -20px;
    padding-inline: 20px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 20px;
    scrollbar-width: none;
  }
  .home-benefits__grid::-webkit-scrollbar {
    display: none;
  }
  .home-benefits__row {
    display: contents;
  }
  .home-benefits__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 8px;
  }
  .home-benefits__dots:empty {
    display: none;
  }
  .home-benefits__dots > button {
    position: relative;
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 1000px;
    background-color: #137461;
    opacity: 0.3;
    cursor: pointer;
    transition: width 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease;
  }
  .home-benefits__dots > button::after {
    content: "";
    position: absolute;
    inset: -12px -4px;
  }
  .home-benefits__dots > button:focus-visible {
    outline: 2px solid #137461;
    outline-offset: 4px;
  }
  .home-benefits__dots > button[aria-current=true] {
    width: 110px;
    opacity: 1;
  }
  .home-benefits__grid--dragging {
    cursor: grabbing;
    scroll-snap-type: none;
    user-select: none;
  }
  .home-benefits__card {
    flex: 0 0 300.7px;
    gap: 15px;
    padding: 20px;
    border-radius: 25px;
    scroll-snap-align: start;
  }
  .home-benefits__card-title {
    font-size: 24px;
    line-height: 28px;
  }
  .home-benefits__card-text {
    font-size: 16px;
  }
  .home-benefits__mission {
    gap: 25px;
    min-height: 0;
    margin-top: 20px;
    padding: 32px 20px 25px;
    border-radius: 25px;
  }
  .home-benefits__mission-body {
    gap: 20px;
  }
  .home-benefits__mission-title {
    font-size: 26px;
    line-height: 30px;
  }
  .home-benefits__mission-text {
    font-size: 16px;
  }
  .home-benefits__mission-cta {
    width: 100%;
    padding: 16px 20px;
    text-align: center;
  }
  .home-benefits__mission-badge {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-benefits__card:hover .home-benefits__icon {
    transform: none;
  }
}
.home-foundation__inner {
  background-color: #DFE8E6;
}
.home-foundation__frame {
  position: relative;
  min-height: 549px;
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}
.home-foundation__visual-wrap {
  display: contents;
}
.home-foundation__visual {
  position: absolute;
  top: -106px;
  right: -203px;
  width: 1266px;
  height: 713px;
  max-width: none;
  transform: rotate(8.86deg);
  user-select: none;
  pointer-events: none;
}
.home-foundation__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  padding: 79px 0px 106px;
}
.home-foundation__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.home-foundation__eyebrow {
  margin: 0;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #2A2C29;
}
.home-foundation__logo {
  padding: 25px 38px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 141px;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(3px);
}
.home-foundation__logo-image {
  display: block;
  width: 211px;
  height: auto;
}
.home-foundation__title {
  max-width: 938px;
  margin: 0;
  font-family: "perfectly-nineties", "the-seasons", "Georgia", "Times New Roman", serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 50px;
  color: #2A2C29;
  word-break: break-word;
}
.home-foundation__title em {
  font-style: italic;
  color: #137461;
}
.home-foundation__lead {
  max-width: 502px;
  margin: 0;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.36px;
  color: #2A2C29;
}
.home-foundation__cta {
  padding: 13px 39px;
  line-height: 18px;
  border: 1px solid #137461;
  border-radius: 35px;
  background-color: #137461;
  font-size: 16px;
  color: #FFFFFF;
}
.home-foundation__cta:hover {
  background-color: #0C5A4B;
  border-color: #0C5A4B;
}

@media (min-width: 1300px) and (max-width: 1620px) {
  .home-foundation__content {
    padding: 79px 7% 106px;
  }
}
@media (min-width: 780px) and (max-width: calc(1300px - 1px)) {
  .home-foundation__frame {
    min-height: 549px;
  }
  .home-foundation__content {
    justify-content: center;
    min-height: 549px;
    padding: 45px 45px;
  }
  .home-foundation__logo {
    padding: 20px 30px;
  }
  .home-foundation__logo-image {
    width: 175px;
  }
  .home-foundation__title {
    font-size: 28px;
    line-height: 32px;
    max-width: 460px;
  }
  .home-foundation__lead {
    font-size: 17px;
    max-width: 420px;
  }
  .home-foundation__visual {
    top: -100px;
    right: -367px;
    bottom: auto;
    left: auto;
    width: 1111px;
    max-width: none;
    height: auto;
    transform: none;
  }
}
@media (max-width: calc(780px - 1px)) {
  .home-foundation__frame {
    min-height: 0;
  }
  .home-foundation__visual {
    position: static;
    display: block;
    width: 158.69%;
    max-width: none;
    height: auto;
    margin-top: -10.42%;
    margin-left: -33.42%;
    transform: none;
  }
  .home-foundation__content {
    align-items: center;
    margin-top: -12%;
    padding: 20px 20px 40px;
    text-align: center;
  }
  .home-foundation__heading {
    align-items: center;
    gap: 20px;
  }
  .home-foundation__title {
    font-size: 36px;
    line-height: 38px;
  }
  .home-foundation__lead {
    max-width: none;
  }
  .home-foundation__cta {
    width: 100%;
    text-align: center;
  }
}
.home-roadmap {
  padding: 110px 90px 110px;
}
.home-roadmap__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1440px;
  margin: 0 auto;
}
.home-roadmap__header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 23px;
  text-align: center;
}
.home-roadmap__heading {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.home-roadmap__title {
  margin: 0;
  font-family: "perfectly-nineties", "the-seasons", "Georgia", "Times New Roman", serif;
  font-weight: 400;
  font-size: 39px;
  color: #1C1C1A;
  word-break: break-word;
}
.home-roadmap__lead {
  margin: 0;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #888780;
}
.home-roadmap__cta {
  padding: 19px;
  border: 1px solid #137461;
  border-radius: 80px;
  font-size: 13px;
  color: #137461;
}
.home-roadmap__cta:hover {
  background-color: #137461;
  color: #FFFFFF;
}
.home-roadmap__timeline {
  position: relative;
}
.home-roadmap__line {
  position: absolute;
  top: calc(65px / 2);
  right: 0;
  left: 0;
  height: 1.25px;
  background-color: #EFEDE7;
}
.home-roadmap__line-progress {
  display: block;
  width: 159px;
  height: 100%;
  background-color: #137461;
}
.home-roadmap__row {
  display: flex;
  align-items: stretch;
  gap: 25px;
  min-height: 320px;
  cursor: grab;
}
.home-roadmap__row--dragging {
  cursor: grabbing;
  user-select: none;
}
.home-roadmap__strip {
  display: flex;
  flex: 1 1 0;
  gap: 25px;
  min-width: 0;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  cursor: grab;
}
.home-roadmap__strip::-webkit-scrollbar {
  display: none;
}
.home-roadmap__strip > .home-roadmap__step {
  flex: 0 0 330px;
  scroll-snap-align: start;
}
.home-roadmap__gauge {
  display: flex;
  gap: 25px;
  margin-top: 24px;
}
.home-roadmap__gauge::before {
  content: "";
  flex: 0 0 361px;
}
.home-roadmap__pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 8px;
  flex: 1 1 0;
  min-width: 0;
}
.home-roadmap__pager:empty {
  display: none;
}
.home-roadmap__pager > button {
  position: relative;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 1000px;
  background-color: #137461;
  opacity: 0.3;
  cursor: pointer;
  transition: width 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease;
}
.home-roadmap__pager > button::after {
  content: "";
  position: absolute;
  inset: -12px -4px;
}
.home-roadmap__pager > button:focus-visible {
  outline: 2px solid #137461;
  outline-offset: 4px;
}
.home-roadmap__pager > button[aria-current=true] {
  width: 110px;
  opacity: 1;
}
.home-roadmap__step {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-width: 0;
}
.home-roadmap__step--live {
  flex: 0 0 361px;
}
.home-roadmap__marker {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  height: calc(65px + 17.5px);
  padding-bottom: 17.5px;
}
.home-roadmap__dot {
  box-sizing: border-box;
  width: 17.5px;
  height: 17.5px;
  border: 2.5px solid #B4B2A9;
  border-radius: 50%;
  background-color: #EFEDE7;
}
.home-roadmap__dot--live {
  width: 25px;
  height: 25px;
  border-color: #137461;
  background-color: #137461;
  box-shadow: 0 0 0 5px #EAF3DE;
}
.home-roadmap__card {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
  padding: 23.75px 21.25px;
  border: 1.25px solid rgba(0, 0, 0, 0.09);
  border-radius: 17.5px;
  background-color: #FFFFFF;
  opacity: 0.7;
}
.home-roadmap__card--live {
  border-color: rgba(19, 116, 97, 0.2);
  background-color: rgba(19, 116, 97, 0.1);
  opacity: 1;
}
.home-roadmap__body {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.home-roadmap__footer {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}
.home-roadmap__step--live .home-roadmap__card {
  position: relative;
  width: calc(100% - 26.5px);
}
.home-roadmap__step--live .home-roadmap__card::after {
  content: "";
  position: absolute;
  top: 0;
  right: -26.5px;
  bottom: 0;
  border-right: 1px dashed rgba(204, 204, 204, 0.34);
}
.home-roadmap__period {
  font-family: "peridot-pe-variable", "DM Sans", "Arial", sans-serif;
  font-weight: 500;
  font-size: 12.5px;
  letter-spacing: 0.88px;
  text-transform: uppercase;
  color: #B4B2A9;
}
.home-roadmap__period--live {
  color: #137461;
}
.home-roadmap__name {
  margin: 0;
  font-family: "perfectly-nineties", "the-seasons", "Georgia", "Times New Roman", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 24px;
  line-height: 23px;
  color: #1C1C1A;
}
.home-roadmap__name--live {
  font-style: normal;
}
.home-roadmap__text {
  margin: 0;
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19.25px;
  color: #888780;
}
.home-roadmap__brand {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 17px;
  gap: 1px;
  padding: 7.5px 17px;
  border-radius: 0 0 15.5px 15.5px;
  background-color: #FFFFFF;
}
.home-roadmap__brand-text {
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 13.25px;
  color: #0A0A0A;
  white-space: nowrap;
}
.home-roadmap__brand-logo {
  display: block;
  width: 31px;
  height: auto;
}
.home-roadmap__status {
  padding: 5px 12.5px;
  border: 1.25px solid transparent;
  border-radius: 124px;
  font-family: "peridot-pe-variable", "DM Sans", "Arial", sans-serif;
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
}
.home-roadmap__status--live {
  padding: 5px 11.25px;
  background-color: #137461;
  color: #FFFFFF;
}
.home-roadmap__status--soon {
  border-color: #FAC775;
  background-color: #FAEEDA;
  color: #BA7517;
}
.home-roadmap__status--planned {
  border-color: rgba(0, 0, 0, 0.09);
  background-color: #EFEDE7;
  color: #888780;
}
.home-roadmap__link {
  font-family: "DM Sans", "peridot-pe-variable", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #2A2C29;
  text-decoration: underline;
  transition: all 0.25s ease-in-out;
}
.home-roadmap__link--live {
  color: #137461;
}
.home-roadmap__link:hover {
  color: #137461;
}

@media (min-width: 1300px) and (max-width: 1620px) {
  .home-roadmap {
    padding: 110px 7% 110px;
  }
}
@media (min-width: 780px) and (max-width: calc(1300px - 1px)) {
  .home-roadmap {
    padding: 80px 45px 80px;
  }
  .home-roadmap__inner {
    gap: 25px;
  }
  .home-roadmap__title {
    font-size: 32px;
  }
  .home-roadmap__lead {
    font-size: 16px;
  }
  .home-roadmap__timeline {
    margin-right: -45px;
  }
  .home-roadmap__row {
    gap: 18px;
    min-height: 300px;
  }
  .home-roadmap__strip {
    gap: 18px;
  }
  .home-roadmap__step--live {
    flex: 0 0 300px;
  }
  .home-roadmap__gauge {
    gap: 18px;
  }
  .home-roadmap__gauge::before {
    flex: 0 0 300px;
  }
  .home-roadmap__line-progress {
    width: 128px;
  }
  .home-roadmap__strip > .home-roadmap__step {
    flex: 0 0 290px;
  }
  .home-roadmap__card {
    padding: 20px 18px;
  }
  .home-roadmap__name {
    font-size: 21px;
    line-height: 21px;
  }
  .home-roadmap__text {
    font-size: 15px;
    line-height: 18px;
  }
  .home-roadmap__status {
    font-size: 15px;
  }
  .home-roadmap__link {
    font-size: 15px;
    padding: 7px 0;
  }
  .home-roadmap__brand {
    right: 12px;
    padding: 6px 12px;
  }
  .home-roadmap__brand-text {
    font-size: 12px;
  }
  .home-roadmap__brand-logo {
    width: 26px;
  }
}
@media (max-width: calc(780px - 1px)) {
  .home-roadmap {
    padding: 45px 20px 45px;
  }
  .home-roadmap__inner {
    gap: 20px;
  }
  .home-roadmap__header {
    gap: 18px;
  }
  .home-roadmap__title {
    font-size: 28px;
  }
  .home-roadmap__lead {
    font-size: 16px;
  }
  .home-roadmap__cta {
    padding: 16px 20px;
    font-size: 14px;
  }
  .home-roadmap__timeline {
    margin-right: -20px;
  }
  .home-roadmap__row {
    gap: 25px;
    min-height: 0;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    cursor: grab;
  }
  .home-roadmap__row::-webkit-scrollbar {
    display: none;
  }
  .home-roadmap__strip {
    display: contents;
  }
  .home-roadmap__step {
    position: relative;
    flex: 0 0 min(330.3px, 100% - 50px);
    scroll-snap-align: start;
  }
  .home-roadmap__step--live {
    flex: 0 0 min(360.9px, 100% - 50px);
  }
  .home-roadmap__strip > .home-roadmap__step {
    flex: 0 0 min(330.3px, 100% - 50px);
  }
}
@media (max-width: calc(780px - 1px)) and (max-width: 359px) {
  .home-roadmap__step, .home-roadmap__step--live, .home-roadmap__strip > .home-roadmap__step {
    flex-basis: 100%;
  }
}
@media (max-width: calc(780px - 1px)) {
  .home-roadmap__line {
    display: none;
  }
  .home-roadmap__step::before {
    content: "";
    position: absolute;
    top: calc(65px / 2);
    right: -25px;
    left: 0;
    height: 1.25px;
    background-color: #EFEDE7;
  }
  .home-roadmap__step--live::after {
    content: "";
    position: absolute;
    top: calc(65px / 2);
    left: 0;
    z-index: 1;
    width: 159.2px;
    height: 1.25px;
    background-color: #137461;
  }
  .home-roadmap__gauge {
    gap: 0;
    margin-top: 20px;
  }
  .home-roadmap__gauge::before {
    content: none;
  }
  .home-roadmap__card {
    padding: 18px 16px;
  }
  .home-roadmap__footer {
    flex: 0 0 auto;
  }
  .home-roadmap__period {
    font-size: 13.5px;
  }
  .home-roadmap__name {
    font-size: 22px;
    line-height: 23px;
  }
  .home-roadmap__text {
    font-size: 15px;
    line-height: 18.5px;
  }
  .home-roadmap__status {
    font-size: 15px;
  }
  .home-roadmap__link {
    font-size: 15px;
    padding: 7px 0;
  }
  .home-roadmap__brand {
    right: 12px;
    padding: 6px 12px;
  }
  .home-roadmap__brand-text {
    font-size: 12px;
  }
  .home-roadmap__brand-logo {
    width: 26px;
  }
  .home-roadmap__step--live .home-roadmap__card {
    width: 100%;
  }
  .home-roadmap__step--live .home-roadmap__card::after {
    content: none;
  }
}
