.page-template-tmpl-landing-medy {
  background: #fff;
}

.page-template-tmpl-landing-medy #prefooter {
  padding-top: 18px !important;
}

#main-medy-landing {
  --medy-green: #00a859;
  --medy-green-dark: #007e49;
  --medy-purple: #5842c8;
  --medy-purple-dark: #4c438b;
  --medy-purple-soft: #f1e9ff;
  --medy-lilac: #d967f2;
  --medy-text: #514887;
  --medy-muted: #756f95;
  --medy-shadow: 0 18px 38px rgba(58, 50, 96, .16);
  color: var(--medy-text);
  font-family: "Poppins", Arial, sans-serif;
  overflow: hidden;
  margin-top: -40px;
}
@media (max-width: 767px) {
  #main-medy-landing {
    margin-top: 0;
  }
}

#main-medy-landing *,
#main-medy-landing *::before,
#main-medy-landing *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.medy-wrap {
  width: min(1180px, 100% - 40px);
  margin: 0 auto;
}

.medy-shape {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-animation: medy-float 7s ease-in-out infinite;
          animation: medy-float 7s ease-in-out infinite;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  will-change: transform;
}

.medy-shape.is-slow {
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
}

.medy-shape.is-delay-1 {
  -webkit-animation-delay: -1.7s;
          animation-delay: -1.7s;
}

.medy-shape.is-delay-2 {
  -webkit-animation-delay: -3.2s;
          animation-delay: -3.2s;
}

.medy-shape.is-delay-3 {
  -webkit-animation-delay: -4.4s;
          animation-delay: -4.4s;
}

@-webkit-keyframes medy-float {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
            transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: translate3d(0, -18px, 0) rotate(4deg) scale(1.025);
            transform: translate3d(0, -18px, 0) rotate(4deg) scale(1.025);
  }
}

@keyframes medy-float {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
            transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: translate3d(0, -18px, 0) rotate(4deg) scale(1.025);
            transform: translate3d(0, -18px, 0) rotate(4deg) scale(1.025);
  }
}
@-webkit-keyframes medy-phone-float {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
}
@keyframes medy-phone-float {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
}
@-webkit-keyframes medy-card-float {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -8px, 0);
            transform: translate3d(0, -8px, 0);
  }
}
@keyframes medy-card-float {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -8px, 0);
            transform: translate3d(0, -8px, 0);
  }
}
.medy-hero {
  position: relative;
  min-height: 83vh;
  background: radial-gradient(circle at 54% 16%, rgba(255, 255, 255, 0.92) 0, rgba(255, 255, 255, 0.42) 24%, rgba(244, 236, 255, 0) 54%), #f1e9ff;
}

.medy-hero.has-custom-bg {
  background-image: var(--medy-hero-bg-image, none), var(--medy-hero-bg-gradient, radial-gradient(circle at 54% 16%, rgba(255, 255, 255, 0.92) 0, rgba(255, 255, 255, 0.42) 24%, rgba(244, 236, 255, 0) 54%));
  background-color: #f1e9ff;
  background-position: var(--medy-hero-bg-position, center center);
  background-repeat: var(--medy-hero-bg-repeat, no-repeat);
  background-size: var(--medy-hero-bg-size, cover);
}

.medy-hero__grid {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(330px, 44%) minmax(420px, 56%);
  grid-template-columns: minmax(330px, 44%) minmax(420px, 56%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 83vh;
  padding: 42px 0 78px;
}

.medy-hero__copy {
  padding-left: 10px;
}

.medy-eyebrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 23px;
  margin: 0 0 8px;
  padding: 3px 10px;
  border-radius: 999px;
  background: #eccaff;
  color: #6855c8;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.medy-logo {
  display: block;
  width: 282px;
  height: auto;
  margin: 0 0 13px;
}

.medy-hero h1 {
  max-width: 450px;
  margin: 0;
  color: #5a4d93;
  font-size: clamp(38px, 3vw, 51px);
  /* font-weight: 800; */
  line-height: 1.13;
  letter-spacing: 0;
}

.medy-hero__lead {
  max-width: 430px;
  margin: 18px 0 22px;
  color: #5a4d93;
  font-size: 16px;
  /* font-weight: 600; */
  line-height: 1.42;
}

.medy-store-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.medy-store-links a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-filter 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-filter 0.2s ease;
  transition: transform 0.2s ease, filter 0.2s ease;
  transition: transform 0.2s ease, filter 0.2s ease, -webkit-transform 0.2s ease, -webkit-filter 0.2s ease;
}

.medy-store-links a:hover,
.medy-store-links a:focus-visible {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-filter: brightness(1.08);
          filter: brightness(1.08);
}

.medy-store-links img {
  width: 146px;
  height: auto;
  display: block;
}

.medy-hero__art {
  position: relative;
  min-height: 390px;
}

.medy-hero__phone {
  position: absolute;
  z-index: 3;
  right: 140px;
  top: 0px;
  width: min(28vw, 320px);
  max-width: 360px;
  height: auto;
  -webkit-filter: drop-shadow(0 18px 22px rgba(45, 32, 80, 0.22));
          filter: drop-shadow(0 18px 22px rgba(45, 32, 80, 0.22));
  -webkit-animation: medy-phone-float 4.8s ease-in-out infinite;
          animation: medy-phone-float 4.8s ease-in-out infinite;
}

.medy-hero__shape-big {
  width: 480px;
  right: 0;
  top: -5px;
  /* opacity: .95; */
  left: 142px;
}

.medy-hero__shape-dark {
  width: 328px;
  right: 226px;
  top: 154px;
  /* opacity: .92; */
}

.medy-hero__shape-top {
  width: 138px;
  right: 412px;
  top: 38px;
}

.medy-hero__shape-small {
  width: 84px;
  right: 2px;
  bottom: -46px;
}

.medy-hero-card {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: -45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: min(1050px, 100% - 40px);
  min-height: 95px;
  padding: 22px 66px 21px 78px;
  border-radius: 18px;
  background: #00a859;
  -webkit-box-shadow: 0 9px 18px rgba(41, 34, 74, 0.2);
          box-shadow: 0 9px 18px rgba(41, 34, 74, 0.2);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.medy-hero-card p {
  max-width: 650px;
  margin: 0;
  color: #fff;
  font-size: 15px;
  /* font-weight: 600; */
  line-height: 1.35;
}

.medy-hero-card strong {
  /* font-weight: 900; */
}

.medy-hero-card img {
  width: 136px;
  height: auto;
  display: block;
  /* filter: brightness(0) invert(1); */
}

.medy-hero__foreground {
  position: absolute;
  z-index: 1;
  top: 50%;
  display: block;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.medy-hero__foreground img {
  display: block;
  width: 100%;
  height: auto;
}

.medy-hero__foreground--left {
  left: 0;
}

.medy-hero__foreground--center {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.medy-hero__foreground--right {
  right: 0;
}

.medy-hero__foreground--small {
  width: min(24vw, 280px);
}

.medy-hero__foreground--medium {
  width: min(34vw, 420px);
}

.medy-hero__foreground--large {
  width: min(46vw, 620px);
}

.medy-benefits {
  background: #fff;
  padding: 0px 82px;
}

.medy-benefits__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 0 minmax(0, 1fr) 0 minmax(0, 1fr) 0 minmax(0, 1fr);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0;
}

.medy-benefit {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 58px 16px 1fr;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  min-height: 118px;
  padding: 71px 24px 26px 22px;
  border-radius: 0 0 86px 0;
}

.medy-benefit:nth-child(even) {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 168, 89, 0.045)), to(rgba(0, 168, 89, 0.02)));
  background: linear-gradient(90deg, rgba(0, 168, 89, 0.045), rgba(0, 168, 89, 0.02));
}

@media (min-width: 1200px) and (max-height: 780px) {
  .medy-hero {
    min-height: 86vh;
  }
  .medy-hero__grid {
    -ms-grid-columns: minmax(300px, 42%) minmax(420px, 58%);
    grid-template-columns: minmax(300px, 42%) minmax(420px, 58%);
    min-height: 66vh;
    padding: 104px 10px 82px;
  }
  .medy-logo {
    width: 226px;
    margin-bottom: 10px;
  }
  .medy-hero h1 {
    max-width: 390px;
    font-size: 40px;
    line-height: 1.08;
  }
  .medy-hero__lead {
    max-width: 390px;
    margin: 14px 0 18px;
    font-size: 15px;
  }
  .medy-store-links img {
    width: 128px;
  }
  .medy-hero__art {
    min-height: 320px;
  }
  .medy-hero__phone {
    right: 170px;
    top: 40px;
    width: min(23vw, 290px);
  }
  .medy-hero__shape-big {
    left: 167px;
    top: 44px;
    width: 350px;
  }
  .medy-hero__shape-top {
    right: 420px;
    top: 56px;
    width: 92px;
  }
  .medy-hero__shape-small {
    right: 92px;
    bottom: 88px;
    width: 62px;
  }
  .medy-hero-card {
    bottom: -14px;
    left: calc(50% - 230px);
    width: min(680px, 100% - 440px);
    min-height: 56px;
    padding: 12px 20px 11px 34px;
    border-radius: 12px;
  }
  .medy-hero-card p {
    max-width: 490px;
    font-size: 12px;
    line-height: 1.28;
  }
  .medy-hero-card img {
    width: 70px;
  }
}
.medy-benefit__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d456f5 0%, #efa0ff 100%);
  -webkit-box-shadow: 0 10px 18px rgba(213, 86, 245, 0.2);
          box-shadow: 0 10px 18px rgba(213, 86, 245, 0.2);
}

.medy-benefit__icon img {
  width: 28px;
  height: 28px;
  display: block;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.medy-benefit h3 {
  margin: 0 0 5px;
  color: #655d74;
  font-size: 14px;
  /* font-weight: 800; */
  line-height: 1.25;
}

.medy-benefit p {
  max-width: 185px;
  margin: 0;
  color: #6d6777;
  font-size: 11px;
  /* font-weight: 500; */
  line-height: 1.38;
}

.medy-section {
  position: relative;
  background: #fff;
}

.medy-attention {
  padding: 90px 0 20px;
}

.medy-two-col {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 57%) 42px minmax(0, 43%);
  grid-template-columns: minmax(0, 57%) minmax(0, 43%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 42px;
}

.medy-photo-scene {
  position: relative;
  width: min(100%, 610px);
  min-height: 670px;
}

.medy-photo-scene__image {
  position: absolute;
  z-index: 2;
  left: 31px;
  top: 50px;
  width: 520px;
  max-width: calc(100% - 38px);
  height: auto;
  display: block;
  border-radius: 50%;
  -webkit-filter: drop-shadow(0 15px 22px rgba(28, 25, 45, 0.08));
          filter: drop-shadow(0 15px 22px rgba(28, 25, 45, 0.08));
}

.medy-photo-scene__shape-top {
  width: 101px;
  left: 0;
  top: 10px;
}

.medy-photo-scene__shape-bottom {
  width: 212px;
  left: 10px;
  bottom: -2px;
  -webkit-transform: rotate(-8deg);
      -ms-transform: rotate(-8deg);
          transform: rotate(-8deg);
}

.medy-chat {
  position: absolute;
  z-index: 4;
  /* color: #fff; */
  /* border-radius: 12px; */
  /* box-shadow: 0 8px 18px rgba(45, 35, 84, .24); */
  -webkit-animation: medy-card-float 5.8s ease-in-out infinite;
          animation: medy-card-float 5.8s ease-in-out infinite;
}

.medy-chat p {
  margin: 0;
  font-size: 11px;
  /* font-weight: 600; */
  line-height: 1.42;
}

.medy-chat--green {
  top: 70px;
  right: -34px;
  /* width: 330px; */
  /* padding: 14px 18px; */
  /* background: #00a859; */
}

.medy-chat--green img {
  width: 400px;
  height: auto;
  display: block;
}

.medy-chat--purple {
  right: -170px;
  bottom: 220px;
  /* width: 506px; */
  /* padding: 16px 22px 17px 88px; */
  /* background: linear-gradient(90deg, #514695 0%, #6b0e8d 100%); */
  -webkit-animation-delay: -2.2s;
          animation-delay: -2.2s;
}

.medy-chat--purple img {
  width: 500px;
  height: auto;
  display: block;
}

.medy-chat--purple::before {
  /* content: "";
  position: absolute;
  left: 30px;
  bottom: -24px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff url("<?php echo $medy_assets; ?>/logo_medy.png") center / 32px auto no-repeat;
  box-shadow: 0 8px 14px rgba(45, 35, 84, .15); */
}

.medy-copy {
  /* max-width: 460px; */
  margin-bottom: 290px;
}

.medy-copy h2 {
  margin: 0;
  color: var(--medy-green);
  font-size: clamp(34px, 3.1vw, 45px);
  /* font-weight: 800; */
  line-height: 1.22;
  letter-spacing: 0;
}

.medy-trust-card {
  position: absolute;
  z-index: 5;
  right: 1%;
  bottom: 2%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 835px;
  min-height: 112px;
  padding: 17px 25px 18px;
  border: 1px solid rgba(92, 82, 154, 0.12);
  border-radius: 15px;
  background: #fff;
  -webkit-box-shadow: 0 8px 20px rgba(43, 37, 72, 0.14);
          box-shadow: 0 8px 20px rgba(43, 37, 72, 0.14);
}

.medy-trust-card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
  padding: 0 8px;
  text-align: center;
}

.medy-trust-card__icon {
  position: relative;
  display: block;
  width: 58px;
  height: 34px;
  margin: 0 auto 5px;
}

.medy-trust-card__icon img:first-child {
  width: 31px;
  height: 31px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto;
}

.medy-trust-card__icon img:last-child {
  position: absolute;
  right: -6px;
  top: 7px;
  width: 18px;
  height: 18px;
}

.medy-trust-card strong {
  display: block;
  color: #5a4d93;
  font-size: 14px;
  /* font-weight: 800; */
  line-height: 1.18;
}

.medy-trust-card__item > span:last-child {
  display: block;
  color: #7a7297;
  font-size: 12px;
  /* font-weight: 600; */
  line-height: 1.25;
}

.medy-family {
  padding: 50px 0 30px;
}

.medy-family__grid {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 42%) 38px minmax(0, 58%);
  grid-template-columns: minmax(0, 42%) minmax(0, 58%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 38px;
}

.medy-family__copy {
  padding-left: 62px;
}

.medy-family__copy h2 {
  max-width: 455px;
  margin: 0 0 23px;
  color: var(--medy-green);
  font-size: clamp(34px, 3vw, 43px);
  /* font-weight: 800; */
  line-height: 1.28;
  letter-spacing: 0;
}

.medy-family__copy p {
  max-width: 405px;
  margin: 0;
  color: #6a58dc;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
}

.medy-family__copy strong {
  font-weight: 900;
}

.medy-family__art {
  position: relative;
  min-height: 610px;
}

.medy-family__image {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  width: 650px;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-filter: drop-shadow(0 14px 22px rgba(45, 35, 84, 0.09));
          filter: drop-shadow(0 14px 22px rgba(45, 35, 84, 0.09));
}

.medy-family-card {
  position: absolute;
  z-index: 4;
  left: -80%;
  bottom: -33px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 230px 84px 1fr;
  grid-template-columns: 230px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 84px;
  width: 100%;
  min-height: 117px;
  padding: 26px 43px 26px 34px;
  border-radius: 16px;
  background: #fff;
  -webkit-box-shadow: 0 8px 20px rgba(43, 37, 72, 0.15);
          box-shadow: 0 8px 20px rgba(43, 37, 72, 0.15);
}

.medy-family-card__lead {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 68px 20px 1fr;
  grid-template-columns: 68px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  color: #5a4d93;
  font-size: 15px;
  /* font-weight: 800; */
  line-height: 1.25;
  text-align: center;
}

.medy-family-card__lead img {
  width: 67px;
  height: 67px;
  -o-object-fit: contain;
     object-fit: contain;
}

.medy-family-card ul {
  display: -ms-grid;
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.medy-family-card li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 17px 8px 1fr;
  grid-template-columns: 17px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #6a58a7;
  font-size: 14px;
  /* font-weight: 800; */
  line-height: 1.18;
}

.medy-family-card li img {
  width: 19px;
  height: 19px;
  display: block;
}

.medy-family__shape {
  width: 117px;
  right: -26px;
  bottom: -110px;
  z-index: 1;
}

.medy-video {
  padding: 80px 0 20px;
}

.medy-video__title {
  position: relative;
  z-index: 2;
  margin: 0 0 60px;
  color: #594d91;
  font-size: clamp(28px, 2.5vw, 38px);
  /* font-weight: 800; */
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0;
}

.medy-video__frame-wrap {
  position: relative;
  width: min(950px, 100%);
  margin: 0 auto;
}

.medy-video__shape {
  width: 18px;
  right: 6px;
  top: -24px;
}

.medy-video__frame {
  position: relative;
  z-index: 2;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 5px;
  background: #4e4690;
  -webkit-box-shadow: 0 10px 20px rgba(43, 37, 72, 0.13);
          box-shadow: 0 10px 20px rgba(43, 37, 72, 0.13);
}

.medy-video__frame iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.medy-download {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 34px 117px;
  grid-template-columns: 1fr 117px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 34px;
  width: min(1240px, 100% - 42px);
  margin: 84px auto 0;
  padding: 0 18px;
}

.medy-download h2 {
  margin: 0 0 10px;
  color: #594d91;
  font-size: clamp(25px, 2.2vw, 32px);
  /* font-weight: 900; */
  line-height: 1.22;
  letter-spacing: 0;
}

.medy-download h2 span {
  color: #b978f0;
}

.medy-download p {
  margin: 0;
  color: #5b528b;
  font-size: 16px;
  /* font-weight: 800; */
  line-height: 1.45;
}

.medy-download p span {
  display: block;
  color: #ba70ef;
}

.medy-download img {
  width: 117px;
  height: auto;
  display: block;
}

@media (max-width: 1199px) {
  .medy-hero__grid {
    -ms-grid-columns: minmax(300px, 44%) minmax(360px, 56%);
    grid-template-columns: minmax(300px, 44%) minmax(360px, 56%);
  }
  .medy-hero__phone {
    right: 64px;
  }
  .medy-hero__shape-dark {
    right: 188px;
  }
  .medy-hero__shape-top {
    right: 348px;
  }
  .medy-photo-scene {
    width: 100%;
  }
  .medy-chat--purple {
    right: -40px;
    width: 455px;
  }
  .medy-trust-card {
    right: -375px;
    width: 720px;
  }
  .medy-family-card {
    left: -380px;
    width: 760px;
  }
}
@media (max-width: 991px) {
  .medy-wrap {
    width: min(720px, 100% - 32px);
  }
  .medy-hero {
    min-height: auto;
  }
  .medy-hero__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: auto;
    padding: 38px 0 88px;
  }
  .medy-hero__copy {
    padding-left: 0;
    text-align: center;
  }
  .medy-logo,
  .medy-hero__lead {
    margin-left: auto;
    margin-right: auto;
  }
  .medy-store-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .medy-hero__art {
    min-height: 365px;
    width: min(100%, 560px);
    margin: 0 auto;
  }
  .medy-hero__phone {
    left: 50%;
    right: auto;
    top: 16px;
    width: min(330px, 70vw);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-animation-name: medy-phone-float-centered;
            animation-name: medy-phone-float-centered;
  }
  @-webkit-keyframes medy-phone-float-centered {
    0%, 100% {
      -webkit-transform: translate3d(-50%, 0, 0);
              transform: translate3d(-50%, 0, 0);
    }
    50% {
      -webkit-transform: translate3d(-50%, -15px, 0);
              transform: translate3d(-50%, -15px, 0);
    }
  }
  @keyframes medy-phone-float-centered {
    0%, 100% {
      -webkit-transform: translate3d(-50%, 0, 0);
              transform: translate3d(-50%, 0, 0);
    }
    50% {
      -webkit-transform: translate3d(-50%, -15px, 0);
              transform: translate3d(-50%, -15px, 0);
    }
  }
  .medy-hero__shape-big {
    right: 42px;
    width: 370px;
  }
  .medy-hero__shape-dark {
    right: 235px;
    top: 150px;
    width: 270px;
  }
  .medy-hero__shape-top {
    right: 380px;
    width: 104px;
  }
  .medy-hero__shape-small {
    right: 72px;
  }
  .medy-hero-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
    padding: 22px 28px;
    text-align: center;
  }
  .medy-hero-card img {
    width: 112px;
  }
  .medy-benefits {
    padding-top: 100px;
  }
  .medy-benefits__grid {
    -ms-grid-columns: minmax(0, 1fr) 10px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .medy-benefit {
    border-radius: 0 0 42px 0;
  }
  .medy-two-col,
  .medy-family__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .medy-copy {
    max-width: 650px;
    text-align: center;
    margin: 0 auto;
  }
  .medy-photo-scene {
    min-height: 570px;
    margin: 0 auto;
  }
  .medy-photo-scene__image {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .medy-chat--green {
    right: 22px;
  }
  .medy-chat--purple {
    left: 50%;
    right: auto;
    width: min(510px, 100% - 22px);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-animation-name: medy-card-float-centered;
            animation-name: medy-card-float-centered;
  }
  @-webkit-keyframes medy-card-float-centered {
    0%, 100% {
      -webkit-transform: translate3d(-50%, 0, 0);
              transform: translate3d(-50%, 0, 0);
    }
    50% {
      -webkit-transform: translate3d(-50%, -8px, 0);
              transform: translate3d(-50%, -8px, 0);
    }
  }
  @keyframes medy-card-float-centered {
    0%, 100% {
      -webkit-transform: translate3d(-50%, 0, 0);
              transform: translate3d(-50%, 0, 0);
    }
    50% {
      -webkit-transform: translate3d(-50%, -8px, 0);
              transform: translate3d(-50%, -8px, 0);
    }
  }
  .medy-trust-card {
    position: static;
    -ms-grid-column-align: center;
        justify-self: center;
    width: min(720px, 100%);
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .medy-family {
    padding-top: 48px;
  }
  .medy-family__copy {
    padding-left: 0;
    text-align: center;
    margin: 0 auto;
  }
  .medy-family__copy h2,
  .medy-family__copy p {
    margin-left: auto;
    margin-right: auto;
  }
  .medy-family__art {
    min-height: 560px;
    width: min(100%, 680px);
    margin: 0 auto;
  }
  .medy-family__image {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .medy-family-card {
    left: 50%;
    bottom: -50px;
    width: min(760px, 100vw - 40px);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .medy-wrap {
    width: min(920px, 100% - 48px);
  }
  .medy-hero {
    min-height: 600px;
  }
  .medy-hero__grid {
    -ms-grid-columns: minmax(280px, 42%) 0 minmax(0, 58%);
    grid-template-columns: minmax(280px, 42%) minmax(0, 58%);
    gap: 0;
    min-height: 600px;
    padding: 46px 0 96px;
  }
  .medy-hero__copy {
    padding-left: 0;
    text-align: left;
  }
  .medy-logo,
  .medy-hero__lead {
    margin-left: 0;
    margin-right: 0;
  }
  .medy-logo {
    width: min(250px, 28vw);
  }
  .medy-hero h1 {
    font-size: clamp(34px, 4.4vw, 46px);
  }
  .medy-hero__lead {
    max-width: 350px;
    font-size: 15px;
  }
  .medy-store-links {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 9px;
  }
  .medy-store-links img {
    width: min(132px, 14vw);
  }
  .medy-hero__art {
    width: 100%;
    min-height: 390px;
    margin: 0;
  }
  .medy-hero__phone {
    left: auto;
    right: clamp(70px, 22%, 120px);
    top: 24px;
    width: min(285px, 31vw);
    -webkit-animation-name: medy-phone-float;
            animation-name: medy-phone-float;
  }
  .medy-hero__shape-big {
    left: 4%;
    right: auto;
    top: 24px;
    width: min(390px, 45vw);
  }
  .medy-hero__shape-top {
    left: 0;
    right: auto;
    top: 74px;
    width: 88px;
  }
  .medy-hero__shape-small {
    right: 2%;
    bottom: 24px;
    width: 62px;
  }
  .medy-hero-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 28px;
    width: min(900px, 100% - 48px);
    min-height: 105px;
    padding: 20px 42px;
    text-align: left;
  }
  .medy-hero-card img {
    width: 120px;
  }
  .medy-benefits {
    padding: 92px 0 42px;
  }
  .medy-benefits__grid {
    -ms-grid-columns: minmax(0, 1fr) 14px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    width: min(920px, 100%);
    margin: 0 auto;
  }
  .medy-benefit {
    min-height: 145px;
    padding: 30px 24px;
    border-radius: 18px;
  }
  .medy-benefit:nth-child(even) {
    background: rgba(0, 168, 89, 0.045);
  }
  .medy-benefit p {
    max-width: 240px;
  }
  .medy-attention {
    padding: 72px 0 48px;
  }
  .medy-two-col {
    -ms-grid-columns: minmax(0, 55%) 22px minmax(260px, 45%);
    grid-template-columns: minmax(0, 55%) minmax(260px, 45%);
    -ms-grid-rows: auto 26px auto;
        grid-template-areas: "scene copy" "trust trust";
    -webkit-column-gap: 22px;
       -moz-column-gap: 22px;
            column-gap: 22px;
    row-gap: 26px;
  }
  .medy-photo-scene {
    grid-area: scene;
    width: 100%;
    min-height: 570px;
    margin: 0;
  }
  .medy-photo-scene__image {
    left: 0;
    top: 76px;
    width: min(500px, 52vw);
    max-width: 100%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .medy-photo-scene__shape-top {
    left: 0;
    top: 38px;
    width: 76px;
  }
  .medy-photo-scene__shape-bottom {
    left: 0;
    bottom: 24px;
    width: 160px;
  }
  .medy-chat--green {
    top: 72px;
    right: -72px;
    width: min(350px, 40vw);
  }
  .medy-chat--purple {
    left: auto;
    right: -234px;
    bottom: 62px;
    width: min(430px, 49vw);
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-animation-name: medy-card-float;
            animation-name: medy-card-float;
  }
  .medy-chat--green img,
  .medy-chat--purple img {
    width: 100%;
  }
  .medy-copy {
    grid-area: copy;
    -ms-grid-row-align: center;
        align-self: center;
    max-width: none;
    margin: 0;
    text-align: left;
  }
  .medy-copy h2 {
    max-width: 360px;
    font-size: clamp(30px, 4vw, 40px);
  }
  .medy-trust-card {
    position: static;
    grid-area: trust;
    -ms-grid-column-align: stretch;
        justify-self: stretch;
    width: auto;
    max-width: 100%;
    margin-right: 0px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .medy-family {
    padding: 56px 0 70px;
  }
  .medy-family__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .medy-family__copy {
    padding-left: 0;
    text-align: center;
  }
  .medy-family__copy h2,
  .medy-family__copy p {
    margin-left: auto;
    margin-right: auto;
  }
  .medy-family__art {
    width: min(100%, 720px);
    min-height: 640px;
    margin: 0 auto;
  }
  .medy-family__image {
    left: 50%;
    right: auto;
    width: 620px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .medy-family-card {
    left: 50%;
    bottom: 0;
    -ms-grid-columns: 210px 62px 1fr;
    grid-template-columns: 210px 1fr;
    gap: 62px;
    width: min(720px, 100%);
    padding: 24px 34px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .medy-family__shape {
    right: 18px;
    bottom: 76px;
  }
  .medy-video {
    padding: 54px 0 20px;
  }
  .medy-video__title {
    margin-bottom: 36px;
  }
  .medy-download {
    width: 100%;
    margin-top: 54px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .medy-photo-scene {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .medy-copy {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .medy-trust-card {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .medy-benefits__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: min(680px, 100%);
  }
}
@media (max-width: 767px) {
  .medy-wrap {
    width: min(560px, 100% - 34px);
  }
  .medy-hero {
    height: calc(100vh - 97px);
    background: #FFF;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(241, 233, 255)));
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(241, 233, 255) 100%);
    /* background: */
    /* radial-gradient(circle at 54% 16%, rgba(255, 255, 255, .92) 0, rgba(255, 255, 255, .42) 24%, rgba(244, 236, 255, 0) 54%), */
    /* #f1e9ff; */
  }
  .medy-hero.has-custom-bg {
    background-image: var(--medy-hero-bg-image-mobile, var(--medy-hero-bg-image, none)), var(--medy-hero-bg-gradient-mobile, var(--medy-hero-bg-gradient, linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(241, 233, 255) 100%)));
    background-position: var(--medy-hero-bg-position-mobile, var(--medy-hero-bg-position, center top));
    background-repeat: var(--medy-hero-bg-repeat, no-repeat);
    background-size: var(--medy-hero-bg-size, cover);
  }
  .medy-logo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 115px;
    margin: 0 auto;
  }
  .medy-hero__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: 20px 20px 0px;
    margin-bottom: 9px;
  }
  .medy-hero__copy {
    display: contents;
  }
  .medy-eyebrow {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 auto 3px;
    min-height: 17px;
    padding: 2px 9px;
    font-size: 10px;
  }
  .medy-hero h1 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 100%;
    margin: 1px 0 0;
    color: #4f3e91;
    font-size: 26px;
    line-height: 1.12;
    text-align: left;
    margin-top: 25px;
  }
  .medy-hero__lead {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    max-width: 285px;
    margin: 9px auto 8px;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
  }
  .medy-store-links {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 17px;
  }
  .medy-store-links img {
    width: 140px;
  }
  .medy-hero__art {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    min-height: 226px;
    width: 100%;
    margin: 0 auto 10px;
  }
  .medy-hero__phone {
    top: 13px;
    width: min(165px, 62vw);
  }
  .medy-hero__shape-big {
    left: 20%;
    right: auto;
    top: 38px;
    width: 220px;
  }
  .medy-hero__shape-dark {
    display: none;
  }
  .medy-hero__shape-top {
    left: 34px;
    right: auto;
    top: 78px;
    width: 54px;
  }
  .medy-hero__shape-small {
    right: 44px;
    bottom: 38px;
    width: 36px;
  }
  .medy-hero-card {
    position: static;
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    width: calc(100% - 34px);
    min-height: 0;
    margin: 32px auto 0;
    padding: 16px 18px 14px;
    border-radius: 14px;
    text-align: left;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .medy-hero-card p {
    font-size: 12px;
    line-height: 1.42;
  }
  .medy-hero-card img {
    display: none;
  }
  .medy-hero__foreground {
    top: auto;
    bottom: 0;
    opacity: 0.95;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .medy-hero__foreground--left {
    left: 0;
  }
  .medy-hero__foreground--center {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .medy-hero__foreground--right {
    right: 0;
  }
  .medy-hero__foreground--small,
  .medy-hero__foreground--medium,
  .medy-hero__foreground--large {
    width: min(58vw, 260px);
  }
  .medy-benefits {
    padding: 80px 0 18px;
  }
  .medy-benefits__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .medy-benefit {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 76px 10px minmax(0, 1fr);
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 10px;
    min-height: auto;
    padding: 20px 18px 20px;
    border-radius: 0;
    background: transparent;
  }
  .medy-benefit:nth-child(even) {
    background: rgba(0, 168, 89, 0.045);
  }
  .medy-benefit__icon {
    width: 60px;
    height: 60px;
  }
  .medy-benefit__icon img {
    width: 30px;
    height: 30px;
  }
  .medy-benefit h3 {
    margin-bottom: 6px;
    color: #5a5464;
    font-size: 14px;
    line-height: 1.25;
    margin-bottom: 4px;
    margin-top: 3px;
  }
  .medy-benefit p {
    max-width: none;
    color: #5f5968;
    font-size: 13px;
    line-height: 1.34;
  }
  .medy-attention {
    padding: 15px 0 24px;
  }
  .medy-two-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .medy-copy {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    margin: 39px 0 24px;
    text-align: left;
  }
  .medy-copy h2 {
    max-width: 100%;
    font-size: 24px;
    line-height: 1.24;
  }
  .medy-photo-scene {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    width: 100%;
    min-height: 0;
    margin: 0 auto;
  }
  .medy-photo-scene__image {
    position: relative;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    left: auto;
    top: auto;
    width: min(100%, 72vw);
    margin: 18px auto 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .medy-photo-scene__shape-top {
    left: 48px;
    top: auto;
    bottom: min(68vw, 430px);
    width: 42px;
  }
  .medy-photo-scene__shape-bottom {
    left: 38px;
    bottom: 18px;
    width: 92px;
  }
  .medy-chat {
    position: static;
    width: 100%;
    -webkit-animation: none;
            animation: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding: 0px 30px !important;
  }
  .medy-chat--green {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .medy-chat--purple {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding-left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .medy-chat picture {
    display: block;
    width: 100%;
  }
  .medy-chat--green img,
  .medy-chat--purple img {
    width: 100%;
    height: auto;
  }
  .medy-chat--purple::before {
    display: none;
  }
  .medy-trust-card {
    position: static;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
    width: auto;
    min-height: 0;
    margin: 0;
    padding: 17px 17px 16px;
    border-radius: 13px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-top: 24px;
  }
  .medy-trust-card__item {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 31px 7px minmax(0, 1fr);
    grid-template-columns: 31px minmax(0, 1fr);
    gap: 7px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 40px;
    padding: 0 26px 0 0;
    text-align: left;
  }
  .medy-trust-card__item + .medy-trust-card__item {
    margin-top: 9px;
  }
  .medy-trust-card__icon {
    position: static;
    width: 28px;
    height: 28px;
    margin: 0;
  }
  .medy-trust-card__icon img:first-child {
    width: 30px;
    height: 30px;
    margin: 0;
  }
  .medy-trust-card__icon img:last-child {
    position: absolute;
    right: -2px;
    top: 18px;
    width: 11px;
    height: 14px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .medy-trust-card__item:after {
    content: "";
    position: absolute;
    right: -6px;
    top: 7px;
    width: 18px;
    height: 18px;
    background: rgba(190, 139, 231, 0.3607843137);
    border-radius: 50%;
    padding: 10px;
  }
  .medy-trust-card strong {
    font-size: 13px;
    line-height: 1.15;
  }
  .medy-trust-card__item > span:last-child {
    font-size: 11px;
    line-height: 1.25;
  }
  .medy-family {
    padding: 14px 0 20px;
  }
  .medy-family__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .medy-family__copy {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    margin: 0;
    text-align: left;
  }
  .medy-family__copy h2 {
    max-width: 100%;
    margin: 0 0 9px;
    font-size: 24px;
    line-height: 1.24;
  }
  .medy-family__copy p {
    max-width: 100%;
    margin: 0;
    font-size: 14px;
    line-height: 1.35;
  }
  .medy-family__art {
    width: 100%;
    min-height: calc(94vw + 110px);
    margin-top: 12px;
  }
  .medy-family__image {
    left: 50%;
    top: 0;
    width: 100vw;
    max-width: none;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .medy-family__shape {
    right: 0;
    bottom: 115px;
    width: 78px;
  }
  .medy-family-card {
    left: 50%;
    bottom: 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 9px;
    width: auto;
    min-height: 0;
    padding: 15px 18px;
    border-radius: 13px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .medy-family-card__lead {
    display: none;
  }
  .medy-family-card ul {
    gap: 9px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
  .medy-family-card li {
    -ms-grid-columns: 14px 14px minmax(0, 1fr);
    grid-template-columns: 14px minmax(0, 1fr);
    gap: 14px;
    font-size: 13px;
    line-height: 1.25;
  }
  .medy-family-card li img {
    width: 19px;
    height: 19px;
  }
  .medy-video {
    padding: 39px 0 40px;
  }
  .medy-video__title {
    max-width: 100%;
    margin: 0 auto 18px;
    color: #5f4bd2;
    font-size: 24px;
    line-height: 1.35;
  }
  .medy-video__frame {
    border-radius: 4px;
  }
  .medy-download {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    justify-items: start;
    width: 100%;
    margin-top: 22px;
    padding: 0;
    text-align: left;
  }
  .medy-download h2 {
    margin-bottom: 9px;
    font-size: 18px;
    line-height: 1.3;
  }
  .medy-download p {
    font-size: 13px;
    line-height: 1.45;
  }
  .medy-download img {
    display: none;
  }
}
@media (max-width: 600px) {
  .medy-trust-card {
    margin-top: 24px;
  }
  .medy-hero__grid {
    gap: 8px;
  }
  .medy-trust-card__icon img:first-child {
    width: 35px;
    height: 35px;
    margin: 10;
  }
  .medy-wrap {
    width: calc(100vw - 34px);
    max-width: calc(100vw - 34px);
  }
  .medy-hero-card p,
  .medy-benefit h3,
  .medy-benefit p,
  .medy-trust-card__item > span:last-child,
  .medy-family-card li,
  .medy-download h2,
  .medy-download p {
    overflow-wrap: break-word;
  }
  .medy-photo-scene {
    min-height: 420px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .medy-shape,
  .medy-hero__phone,
  .medy-chat {
    -webkit-animation: none !important;
            animation: none !important;
  }
}