@font-face {
  font-family: "SF Pro Rounded";
  src: url("/fonts/SFProRounded-Regular.woff2") format("woff2"), url("/fonts/SFProRounded-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "SF Pro Rounded";
  src: url("/fonts/SFProRounded-Medium.woff2") format("woff2"), url("/fonts/SFProRounded-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "SF Pro Rounded";
  src: url("/fonts/SFProRounded-Semibold.woff2") format("woff2"), url("/fonts/SFProRounded-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "SF Pro Rounded";
  src: url("/fonts/SFProRounded-Heavy.woff2") format("woff2"), url("/fonts/SFProRounded-Heavy.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: block;
}
* {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  overscroll-behavior-y: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
*::-webkit-scrollbar {
  display: none;
}
::-moz-selection {
  background: rgba(1, 186, 241, 0.2);
}
::selection {
  background: rgba(1, 186, 241, 0.2);
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  outline: 0;
  vertical-align: bottom;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
address {
  font-style: normal;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
dfn {
  font-style: italic;
}
mark {
  background: #ffffff;
  color: #0c1717;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  pointer-events: none;
  user-select: none;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input:required,
input:invalid {
  box-shadow: none;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="text"],
input[type="email"],
input[type="search"],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #f1f1f1;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
a * {
  pointer-events: none;
}
optgroup {
  font-weight: 500;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  width: 100%;
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  min-height: 100%;
  background: #f8fafb;
  margin: 0;
  font-size: 18px;
  line-height: 1.4em;
  -webkit-tap-highlight-color: transparent;
  font-family: "SF Pro Rounded";
}
.navbar-menu-open {
  overflow: hidden;
}
a {
  font-weight: 600;
  color: #0c1717;
  line-height: 1.3em;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
a > span {
  position: relative;
  height: 100%;
  display: inline-block;
}
a > span::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  background: currentColor;
  width: 0px;
  height: 2px;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
a:hover > span::after {
  width: 100%;
}
.relative {
  position: relative;
}
.h1 {
  font-size: 48px;
}
.h2 {
  font-size: 40px;
}
.h3 {
  font-size: 32px;
}
.h4 {
  font-size: 28px;
}
.h5 {
  font-size: 24px;
}
.h6 {
  font-size: 20px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.2em;
  font-weight: 800;
}
strong,
b {
  font-weight: 800;
}
.image-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 1100px) {
  body {
    font-size: 16px;
  }
  .h1 {
    font-size: 40px;
  }
  .h2 {
    font-size: 36px;
  }
  .h3 {
    font-size: 32px;
  }
  .h4 {
    font-size: 28px;
  }
  .h5 {
    font-size: 24px;
  }
  .h6 {
    font-size: 20px;
  }
}
@media screen and (max-width: 420px) {
  body {
    font-size: 16px;
  }
  .h1 {
    font-size: 32px;
  }
  .h2 {
    font-size: 28px;
  }
  .h3 {
    font-size: 24px;
  }
  .h4 {
    font-size: 22px;
  }
  .h5 {
    font-size: 20px;
  }
  .h6 {
    font-size: 18px;
  }
}
header {
  position: fixed;
  top: 32px;
  right: 32px;
  left: 32px;
  max-width: 1376px;
  min-width: calc(320px - 2 * 20px);
  height: 82px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  padding: 0 32px;
  z-index: 2;
}
header::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border: 1px solid #f1f1f1;
  border-radius: 24px;
  box-shadow: 0px 4px 20px rgba(4, 30, 40, 0.06);
  z-index: 2;
}
header > * {
  z-index: 3;
}
header ul {
  list-style-type: none;
}
header .logo {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 3;
}
header .logo img {
  max-width: 100%;
  max-height: 100%;
}
header a.menu {
  display: none;
  font-size: 0;
  line-height: 0;
  padding: 20px 0 20px 15px;
  cursor: pointer;
  position: relative;
  z-index: 3;
  /*
        &:hover .bar {
            &:nth-of-type(1) {
                .transform(~"translateY(0.5px) rotate(-4.5deg)");
            }

            &:nth-of-type(2) {
                opacity: 0.9;
            }

            &:nth-of-type(3) {
                .transform(~"translateY(-0.5px) rotate(4.5deg)");
            }
        }
        */
}
header a.menu .bar {
  position: relative;
  display: block;
  width: 30px;
  height: 2px;
  margin: 6px auto;
  background-color: #0c1717;
  border-radius: 1px;
  -webkit-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}
header a.menu .bar:nth-of-type(1) {
  margin-top: 0px;
}
header a.menu .bar:nth-of-type(3) {
  margin-bottom: 0px;
}
header a.menu.cross {
  /*
            &:hover .bar {
                &:nth-of-type(1) {
                    .transform(~"translateY(9.5px) rotate(40.5deg)");
                }

                &:nth-of-type(2) {
                    opacity: 0.1;
                }

                &:nth-of-type(3) {
                    .transform(~"translateY(-9.5px) rotate(-40.5deg)");
                }
            }
            */
}
header a.menu.cross .bar:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
header a.menu.cross .bar:nth-of-type(2) {
  opacity: 0;
}
header a.menu.cross .bar:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}
main {
  position: relative;
  background: #ffffff;
  width: 100%;
  min-width: 320px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  z-index: 1;
  overflow: hidden;
}
main section,
main footer {
  padding-right: calc((100% - 1376px) / 2);
  padding-left: calc((100% - 1376px) / 2);
  width: 100%;
}
main > div {
  width: 100%;
  pointer-events: none;
}
main section {
  -webkit-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
  transition-delay: 0.4s;
  opacity: 0;
}
main section.animate {
  opacity: 1;
}
@media screen and (min-width: 1025px) {
  header section {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    margin-left: auto;
  }
  header nav {
    height: 100%;
  }
  header nav > ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
  header nav > ul > li {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    /*
                    &.active > a > span::after {
                        width: 100%;
                    }
                    */
  }
  header nav > ul > li > a {
    padding: 2px 32px 0;
    line-height: 32px;
  }
  header nav > ul > li:last-of-type > a {
    padding-right: 0;
  }
}
@media screen and (max-width: 1440px) {
  main section,
  main footer {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 1100px) {
  main section,
  main footer {
    padding-right: calc(20px + env(safe-area-inset-right));
    padding-left: calc(20px + env(safe-area-inset-left));
  }
  header {
    top: 20px;
    right: calc(20px + env(safe-area-inset-right));
    left: calc(20px + env(safe-area-inset-left));
    padding-right: 20px;
    padding-left: 20px;
    height: 60px;
  }
  header::after {
    border-radius: 16px;
  }
  header a.menu {
    display: block;
  }
  header section {
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    min-width: 320px;
    padding-top: calc(60px + 2 * 20px);
    padding-right: calc(20px + env(safe-area-inset-right));
    padding-left: calc(20px + env(safe-area-inset-left));
    z-index: 1;
    background: #ffffff;
    box-shadow: 0px 4px 20px rgba(4, 30, 40, 0.16);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-menu-open header section {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  header nav > ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header nav > ul > li {
    margin-bottom: 20px;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    /*
                &.active > a > span::after {
                    width: 100%;
                }
                */
  }
  header nav > ul > li > a {
    padding: 2px 20px 0;
    line-height: 32px;
  }
  header nav > ul > li:first-of-type > a {
    padding-left: 0;
  }
  header nav > ul > li:last-of-type > a {
    padding-right: 0;
  }
  main {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform-origin: top center;
  }
  .navbar-menu-open main::after {
    content: "";
    display: block;
    background: rgba(12, 23, 23, 0.05);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 3;
  }
}
@media screen and (max-width: 768px) {
  header nav > ul {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 20px;
  }
  header nav > ul li {
    margin-bottom: 5px;
  }
  header nav > ul li:first-of-type > a {
    padding-left: 20px;
  }
  header nav > ul li:last-of-type > a {
    padding-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  main section,
  main footer {
    padding-right: env(safe-area-inset-right);
    padding-left: env(safe-area-inset-left);
  }
}
main section {
  padding-top: calc(82px + 2 * 32px);
  margin-bottom: calc(82px * (-1) - 2 * 32px);
  pointer-events: none;
}
main section > .wrapper {
  pointer-events: all;
}
@media screen and (max-width: 1100px) {
  main section {
    padding-top: calc(60px + 2 * 20px);
    margin-bottom: calc(60px * (-1) - 2 * 20px);
  }
}
main section.image-text.blue .wrapper {
  background-color: #eff8ff;
  border-radius: 24px;
}
main section.image-text.reverse .wrapper {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
main section.image-text .wrapper {
  padding: 48px 32px;
  margin-bottom: 32px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
main section.image-text .wrapper .text {
  text-wrap: balance;
  width: 50%;
  padding: 0 64px;
}
main section.image-text .wrapper .text > img {
  margin-bottom: 32px;
}
main section.image-text .wrapper .text .h1,
main section.image-text .wrapper .text .h3,
main section.image-text .wrapper .text p:not(:last-child) {
  margin-bottom: 16px;
}
main section.image-text .wrapper .text a {
  margin-top: 16px;
}
main section.image-text .wrapper .image {
  position: relative;
  width: 50%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
main section.image-text .wrapper .image img {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 1100px) {
  main section.image-text.reverse .wrapper .text {
    padding: 0 0 0 20px;
  }
  main section.image-text .wrapper {
    border-radius: 16px;
    padding: 40px 20px;
  }
  main section.image-text .wrapper .text {
    padding: 0 20px 0 0;
  }
  main section.image-text .wrapper .text > img {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  main section.image-text.reverse .wrapper {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  main section.image-text.reverse .wrapper .text {
    padding: 0 0 32px;
  }
  main section.image-text .wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main section.image-text .wrapper .text {
    width: 100%;
    padding: 0 0 32px;
  }
  main section.image-text .wrapper .image {
    width: 100%;
  }
}
main section.heading .wrapper {
  padding: 48px 32px 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
main section.heading .wrapper .h2 {
  display: inline-block;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  main section.faq .wrapper {
    padding: 20px 20px 0px;
  }
}
main section.testimonials {
  overflow: hidden;
}
main section.testimonials .wrapper {
  padding: 48px 32px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
main section.testimonials .wrapper .swiper {
  width: calc(100% + 12px);
  margin-right: -12px;
  overflow: visible;
}
main section.testimonials .wrapper .swiper .swiper-slide {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: calc(25% - 12px);
  height: auto;
  margin-right: 12px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}
main section.testimonials .wrapper .swiper .swiper-slide .box {
  background: #f8fafb;
  border-radius: 12px;
  padding: 24px;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
main section.testimonials .wrapper .swiper .swiper-slide .box.red {
  color: #da8383;
  background: #ffe8e8;
}
main section.testimonials .wrapper .swiper .swiper-slide .box.blue {
  color: #6d9cd8;
  background: #eff8ff;
}
main section.testimonials .wrapper .swiper .swiper-slide .box.green {
  color: #27adb6;
  background: #dbf9fb;
}
main section.testimonials .wrapper .swiper .swiper-slide .box.yellow {
  color: #e98c00;
  background: #fef1de;
}
main section.testimonials .wrapper .swiper .swiper-slide .box .author {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  margin-top: auto;
}
main section.testimonials .wrapper .swiper .swiper-slide .box .author .image-wrapper {
  width: 25%;
}
main section.testimonials .wrapper .swiper .swiper-slide .box .author .image-wrapper .image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 99%;
  background-color: #f8fafb;
  border-radius: 50%;
  overflow: hidden;
}
main section.testimonials .wrapper .swiper .swiper-slide .box .author .image-wrapper .image img {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  margin: auto;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
}
main section.testimonials .wrapper .swiper .swiper-slide .box .author .name {
  padding-left: 24px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 1100px) {
  main section.testimonials .wrapper {
    padding: 20px 20px;
  }
  main section.testimonials .wrapper .swiper .swiper-slide {
    width: calc((100% / 3) - 12px);
  }
}
@media screen and (max-width: 768px) {
  main section.testimonials .wrapper .swiper .swiper-slide {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 480px) {
  main section.testimonials .wrapper {
    padding: 20px calc(20px + 20px);
  }
  main section.testimonials .wrapper .swiper .swiper-slide {
    width: calc(100% - 12px);
  }
}
main section.apple-health .wrapper {
  background: linear-gradient(180deg, #ff58a7 0%, #ff2213 100%);
  color: #ffffff;
  border-radius: 24px;
  padding: 96px 32px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
main section.apple-health .wrapper .text {
  text-wrap: balance;
  max-width: 548px;
  padding: 0 64px;
}
main section.apple-health .wrapper .text .h3 {
  margin-bottom: 16px;
}
main section.apple-health .wrapper .image {
  position: relative;
  width: 320px;
  height: 245px;
  margin-right: 64px;
}
main section.apple-health .wrapper .image svg {
  position: absolute;
  max-width: 47%;
}
main section.apple-health .wrapper .image svg.apple-health {
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
  left: 6%;
  bottom: 5%;
  z-index: 2;
}
main section.apple-health .wrapper .image svg.noyoyo {
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
  right: 6%;
  top: 5%;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  main section.apple-health .wrapper {
    border-radius: 16px;
    padding: 40px 20px;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  main section.apple-health .wrapper .text {
    padding: 0 20px 0 0;
  }
  main section.apple-health .wrapper .image {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  main section.apple-health .wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main section.apple-health .wrapper .text {
    padding: 0 0 32px;
  }
}
main section.faq .wrapper {
  padding: 120px 32px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
main section.faq .wrapper .text {
  width: 100%;
  max-width: 1184px;
}
main section.faq .wrapper .text .h2 {
  display: inline-block;
  width: 100%;
  margin-bottom: 48px;
}
main section.faq .wrapper .text ul {
  list-style-type: none;
  width: 100%;
}
main section.faq .wrapper .text ul > li {
  padding: 32px;
  background-color: #f8fafb;
  border: 1px solid #f1f1f1;
  border-radius: 12px;
  cursor: pointer;
}
main section.faq .wrapper .text ul > li .h6 {
  position: relative;
  display: inline-block;
  width: 100%;
  font-weight: 500;
  padding-right: calc(24px + 32px);
}
main section.faq .wrapper .text ul > li .h6:before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  right: 6px;
  bottom: 6px;
  width: 9px;
  height: 9px;
  border: solid #0c1717;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
main section.faq .wrapper .text ul > li p,
main section.faq .wrapper .text ul > li ol {
  margin-top: 16px;
}
main section.faq .wrapper .text ul > li ol {
  padding-left: 25px;
}
main section.faq .wrapper .text ul > li:not(:last-child) {
  margin-bottom: 12px;
}
main section.faq .wrapper .text ul > li:not(.open) .answer {
  display: none;
}
main section.faq .wrapper .text ul > li.open .h6:before {
  top: 6px;
  bottom: 0;
  border-width: 2px 0 0 2px;
}
@media screen and (max-width: 1100px) {
  main section.faq .wrapper {
    padding: 60px 20px;
  }
  main section.faq .wrapper .text .h2 {
    margin-bottom: 20px;
  }
  main section.faq .wrapper .text ul > li {
    padding: 20px;
    border-radius: 6px;
  }
  main section.faq .wrapper .text ul > li .h6 {
    padding-right: calc(24px + 20px);
  }
}
main section.app-store .wrapper {
  background-color: #0094ff;
  color: #ffffff;
  border-radius: 24px;
  text-align: center;
  padding: 96px 32px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
main section.app-store .wrapper .text {
  max-width: 830px;
  text-wrap: balance;
}
main section.app-store .wrapper .text .h2 {
  margin-bottom: 48px;
}
@media screen and (max-width: 1100px) {
  main section.app-store .wrapper {
    border-radius: 16px;
    padding: 40px 20px;
  }
  main section.app-store .wrapper .text .h2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  main section.app-store .wrapper .text svg {
    max-width: 140px;
  }
}
footer {
  margin-top: auto;
  padding-top: calc(82px + 2 * 32px);
  pointer-events: none;
}
footer .wrapper {
  padding: 32px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  font-size: calc(18px - 2px);
  pointer-events: all;
}
@media screen and (max-width: 1100px) {
  footer {
    padding-top: calc(60px + 2 * 20px);
  }
  footer .wrapper {
    padding: 20px;
    font-size: calc(16px - 2px);
  }
}
@media screen and (max-width: 480px) {
  footer .wrapper {
    font-size: calc(16px - 2px);
  }
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-vertical > .swiper-wrapper {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  display: block;
  font-size: 0;
  line-height: 0;
  width: 45px;
  height: 45px;
  cursor: pointer;
  z-index: 1;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev::before,
.swiper-button-next::before,
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.swiper-button-prev::before,
.swiper-button-next::before {
  width: 23px;
  height: 2px;
  background: currentColor;
  left: 0;
  right: 0;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  border: solid currentColor;
}
.swiper-button-prev::after {
  border-width: 0 0 2px 2px;
  left: 11px;
}
.swiper-button-next::after {
  border-width: 2px 2px 0 0;
  right: 11px;
}
.swiper-button-lock {
  display: none;
}
@media print {
  body {
    display: none;
  }
}
