.home-s1-header {
  max-width: 29ch;
}
.home-s1-content {
  max-width: 66ch;
}
.home-s2 {
  justify-items: stretch;
  align-items: stretch !important;
}
.home-s2-header {
  max-width: 26ch;
}
.home-s2-content {
  max-width: 57ch;
  width: 100%;
}
.home-s2-width-box {
  max-width: 626px;
  width: 100%;
}
.home-s2-width-box figure {
  height: 100%;
}
.home-s2-width-box figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  margin: 0;
}
.home-s2-width-box-2 {
  max-width: 646px;
  width: 100%;
}
.home-s2-svg-padding-top {
  padding-top: 2px;
}
.home-s3-border-bottom {
  border-bottom: 1px solid #E9E4E4;
  padding-top: 40px;
  padding-bottom: 40px;
}
.home-s4-content {
  max-width: 55ch;
}
.home-s4-link a {
  color: inherit;
}
.home-s5-content {
  max-width: 81ch;
}
.home-s5-button-svg a::after {
  position: relative;
  top: 3px;
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 1em;
  height: 1em;
  background-color: var(--primary);
  mask: url("/wp-content/uploads/2024/07/download.svg") no-repeat center center;
  background-size: contain;
}
.home-s6-content {
  max-width: 43ch;
}
.home-s8-content p {
  text-align: center;
}
.heart-rate {
  max-width: 1512px;
  width: 100%;
  z-index: -1;
  position: absolute;
  background-color: var(--body);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.svg-heart {
  width: 100%;
}
.fade-in {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--body);
  top: 0;
  right: 0;
  animation: heartRateIn 2.5s linear infinite;
}
.fade-out {
  position: absolute;
  width: 120%;
  height: 100%;
  top: 0;
  left: -120%;
  animation: heartRateOut 2.5s linear infinite;
  background: var(--body);
  background: -moz-linear-gradient(left, var(--body) 0%, var(--body) 50%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(left, var(--body) 0%, var(--body) 50%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, var(--body) 0%, var(--body) 50%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(left, var(--body) 0%, var(--body) 50%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, var(--body) 0%, var(--body) 80%, rgba(0, 0, 0, 0) 100%);
}
@keyframes heartRateIn {
  0% {
    width: 100%;
  }
  50% {
    width: 0;
  }
  100% {
    width: 0;
  }
}
@keyframes heartRateOut {
  0% {
    left: -120%;
  }
  30% {
    left: -120%;
  }
  100% {
    left: 0;
  }
}
@media (max-width: 860px) {
  .heart-rate {
    margin-top: 60px;
  }
}
.heart-rate-2 {
  max-width: 1512px;
  width: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
@media (max-width: 860px) {
  .heart-rate-2 {
    margin-top: -60px;
  }
}
.partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(1rem, calc(0.732rem + 0.839vw), 2rem);
  list-style: none;
}
.partner {
  width: 238px;
  height: 147px;
  background-color: var(--primary);
  mix-blend-mode: luminosity;
}
.partner:hover {
  mix-blend-mode: normal;
}
.partner a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.partner img {
  margin: 0;
  box-sizing: border-box;
  padding: 22px;
  max-height: 100%;
  max-width: 100%;
}
@media (max-width: 1000px) {
  .home-s2 {
    flex-direction: column;
  }
  .home-s2-width-box {
    margin: auto !important;
  }
  .home-s2-width-box-2 {
    margin: auto !important;
  }
  .resp-home-s4 {
    flex-direction: column;
    gap: var(--space-m);
  }
  .resp-home-s6 {
    flex-direction: column;
    text-align: center;
  }
  .resp-home-s6-block-center {
    align-items: center !important;
  }
}
@media (max-width: 599px) {
  .padding-y-xxl {
    padding-left: var(--space-l);
    padding-right: var(--space-l);
  }
}
@media (max-width: 550px) {
  .home-s2-content {
    width: 100%;
    flex-direction: column-reverse;
  }
}
