.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: 'Circularstd book', sans-serif;
  color: #062940;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Circularstd, sans-serif;
  color: #062940;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.35px;
}

h2 {
  margin-top: 20px;
  font-family: Circularstd, sans-serif;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -0.35px;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Circularstd, sans-serif;
  font-size: 1.9rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -0.35px;
}

h4 {
  font-family: Circularstd, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.35px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #0078f8;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: -0.35px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #0078f8;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: -0.35px;
}

p {
  margin-bottom: 10px;
  font-family: 'Circularstd book', sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

a {
  color: #0078f8;
  text-decoration: none;
  cursor: pointer;
}

li {
  margin-bottom: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

strong {
  font-family: Circularstd, sans-serif;
  font-weight: 700;
}

.flex-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-container.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.nav-link {
  padding-right: 16px;
  padding-left: 16px;
  font-family: 'Circularstd book', sans-serif;
  color: #5e727d;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link:hover {
  color: #062940;
}

.nav-link.dark-blue {
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  float: left;
  color: #062940;
  white-space: nowrap;
}

.hero-graphic-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  display: block;
  opacity: 0.53;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.primary-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 26px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 3px 24px 0 rgba(0, 0, 0, 0.07);
  color: #062940;
  text-decoration: none;
}

.hero-section {
  margin-right: auto;
  margin-left: auto;
  padding-right: 3%;
  padding-left: 3%;
}

.hero-section.nhs {
  padding-bottom: 24px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#fff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
}

.hero-section._w-form {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/sunrise-2.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/sunrise-2.png');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
}

.hero-section._w-form.food {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/sunrise-2.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/sunrise-2.png');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
}

.hero-text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: left;
}

.hero-image-block.nhs {
  width: 20%;
  margin-bottom: 24px;
}

.hero-image-block.nhs.rectangle {
  width: 30%;
}

.service-section {
  padding: 50px 3% 100px;
}

.service-section.nhs {
  padding-bottom: 24px;
  border-bottom-left-radius: 6%;
  border-bottom-right-radius: 6%;
  background-image: url('../images/dots.svg'), url('../images/dots.svg'), -webkit-gradient(linear, left bottom, left top, from(#eff4ff), to(#fff));
  background-image: url('../images/dots.svg'), url('../images/dots.svg'), linear-gradient(0deg, #eff4ff, #fff);
  background-position: 100% 78%, 150px 280px, 0px 0px;
  background-size: auto, 125px, auto;
  background-repeat: no-repeat, no-repeat, repeat;
}

.service-grid {
  margin-top: 12px;
  margin-bottom: 75px;
  grid-column-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.service-grid.nhs {
  margin-top: 6px;
  margin-bottom: 36px;
  justify-items: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.grid-block {
  width: 100%;
  margin-top: 24px;
  padding: 24px 16px;
  border-radius: 13px;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.grid-block:hover {
  border-color: #0078f8;
}

.quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.grid-icon {
  max-width: 55px;
  margin-right: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.faq-title {
  display: inline-block;
  margin-bottom: 8px;
  font-family: Circularstd, sans-serif;
  color: #0078f8;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -0.35px;
}

.faq-title.center {
  text-align: center;
}

.paragraph-basic {
  margin-bottom: 20px;
  font-family: 'Circularstd book', sans-serif;
  color: rgba(86, 96, 115, 0.7);
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration: none;
}

.paragraph-basic._40-bottom-padding {
  margin-bottom: 16px;
  color: #5e727d;
}

.content-section {
  padding: 80px 3%;
}

.feature-image-block {
  width: 50%;
  max-width: 525px;
  margin-right: 20px;
  float: right;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-image-block.meetups {
  width: 391px;
}

.feature-image-block.last {
  margin-right: 0px;
}

.feature-image-1 {
  margin-right: 3%;
  padding-right: 3%;
}

.h2 {
  margin-bottom: 20px;
  color: #062940;
  font-size: 3rem;
}

.h2.h2-centre {
  color: #062940;
  text-align: center;
  letter-spacing: -0.35px;
}

.standard-paragraph {
  margin-bottom: 0px;
  padding-right: 0px;
  font-family: 'Circularstd book', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: -0.1px;
  text-decoration: none;
}

.standard-paragraph.center {
  display: block;
  text-align: center;
}

.standard-paragraph._40-bottom-margin {
  margin-bottom: 40px;
  color: #5e727d;
}

.standard-paragraph.top-margin {
  margin-top: 20px;
}

.feature-text-block {
  width: 50%;
  margin-right: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.feature-text-block.full-width {
  width: 100%;
  padding-top: 0px;
}

.feature-text-block.how-it-works-right {
  margin-left: auto;
}

.feature-text-block.small {
  width: 100%;
}

.feature-text-block.last {
  margin-right: 0px;
}

.small-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.small-blocks.compact {
  margin-bottom: 8px;
}

.small-blocks.form {
  margin-top: 20px;
  font-size: 1.1rem;
}

.feature-icon {
  margin-right: 32px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.feature-icon.small {
  margin-right: 16px;
}

.feature-text {
  margin-bottom: 0px;
  padding-right: 0px;
  font-family: 'Circularstd book', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0px;
}

.feature-text.no-padding {
  padding-left: 0px;
}

.feature-text-block-2 {
  width: 460px;
  margin-right: 20px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.feature-section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 200px;
  border-bottom: 1px solid #e2e4e8;
}

.gradient-div {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  height: 130px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(90, 92, 251, 0.09)), color-stop(0%, rgba(90, 92, 251, 0.1)), color-stop(100%, rgba(246, 252, 255, 0)), to(rgba(246, 252, 255, 0)));
  background-image: linear-gradient(180deg, rgba(90, 92, 251, 0.09), rgba(90, 92, 251, 0.1) 0%, rgba(246, 252, 255, 0) 100%, rgba(246, 252, 255, 0));
}

.halftone-pattern {
  position: absolute;
  left: -60px;
  top: 50%;
  right: auto;
  bottom: 0%;
  z-index: -1;
}

.grid-wrapper-2 {
  max-width: 1180px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: minmax(auto, 1fr) 1fr 1fr;
  grid-template-columns: minmax(auto, 1fr) 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-wrapper-2.lined {
  padding-right: 20px;
  padding-left: 20px;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 32px;
  background-image: url('../images/dashed-line.svg');
  background-position: 0% 50%;
  background-size: auto 2px;
  background-repeat: repeat-x;
}

.feature-grid-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e4e8;
  border-radius: 13px;
  background-color: #fff;
}

.feature-grid-block.no-padding {
  margin-bottom: 26px;
  padding: 16px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.feature-grid-block.no-padding.right {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.feature-header {
  margin-bottom: 12px;
  font-family: Circularstd, sans-serif;
  color: #0078f8;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -0.35px;
}

.slide {
  margin-right: 50px;
  padding: 0px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(70, 137, 215, 0.2);
  border-radius: 10px;
  background-color: #fff;
}

.case-study-section {
  padding: 64px 3%;
}

.news-grid {
  max-width: 940px;
  margin-top: 56px;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.case-study-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}

.article-thumbnail {
  position: relative;
  z-index: -1;
  display: block;
  margin-right: auto;
  border-radius: 10px;
}

.article-profile-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.subtitle {
  margin-bottom: 4px;
  font-family: Circularstd, sans-serif;
  color: #0078f8;
  font-size: 1em;
  font-weight: 500;
}

.subtitle.grey {
  margin-top: 12px;
  color: rgba(86, 96, 115, 0.7);
}

.faq-section {
  position: relative;
  padding-top: 48px;
}

.blue-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 60px;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #062940;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #062940;
  letter-spacing: -0.35px;
}

.grid-faq {
  width: 110%;
  margin-top: 0px;
  margin-left: 20px;
  justify-items: stretch;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 20px;
  grid-row-gap: 49px;
  -ms-grid-columns: 289px 1fr;
  grid-template-columns: 289px 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 940px;
  min-height: 300px;
  margin: 100px auto;
  padding: 12px 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #062940;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/waves2x.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/waves2x.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  box-shadow: 0 32px 64px 0 rgba(14, 86, 124, 0.16);
}

.cta-header {
  display: inline-block;
  margin-bottom: 8px;
  font-family: Circularstd, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.35px;
}

.banner-text-wrapper {
  position: relative;
  z-index: 20;
  margin-right: 24px;
}

.banner-button {
  position: relative;
  min-width: 200px;
  padding: 20px 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e4e8;
  border-radius: 500px;
  background-color: #fff;
  font-family: Circularstd, sans-serif;
  color: #062940;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.banner-button.top-margin {
  margin-top: 24px;
}

.footer-grid {
  width: 100%;
  grid-column-gap: 50px;
  -ms-grid-columns: 0.4fr 0.4fr 0.4fr;
  grid-template-columns: 0.4fr 0.4fr 0.4fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.footer-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-block.centered-content {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-title {
  display: inline-block;
  margin-bottom: 36px;
  font-family: Circularstd, sans-serif;
  color: #062940;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

.input-field {
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 55px;
  border-style: solid;
  border-width: 1px;
  border-color: #c8c7cc;
  border-radius: 4px;
  background-image: url('../images/contact-icon-grey-24px.svg');
  background-position: 5% 50%;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  box-shadow: 0 33px 84px 0 rgba(14, 86, 124, 0.16);
  font-family: 'Circularstd book', sans-serif;
  font-size: 16px;
}

.submit-button {
  display: inline-block;
  width: 100%;
  margin-top: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 99px;
  background-image: linear-gradient(241deg, #0078f8, #b134ff);
  font-family: Circularstd, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.arrow {
  width: 15px;
  float: none;
  clear: right;
}

.nav-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dropdown-toggle {
  margin-right: 12px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #5e727d;
}

.dropdown-toggle:hover {
  color: #062940;
}

.nav-blog-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.dropdown-pointer {
  position: relative;
}

.nav-link-details {
  color: rgba(40, 51, 56, 0.6);
  font-size: 14px;
  white-space: normal;
}

.navigation-container-mob {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  margin-right: 44px;
}

.navigation-mob {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navigation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-dropdown {
  min-width: 140px;
}

.navigation-dropdown.w--open {
  left: -100px;
  max-height: 100vh;
  min-width: 320px;
  padding-top: 10px;
  background-color: transparent;
}

.navigation-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-block {
  position: relative;
  z-index: 25;
  width: 100%;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #fafafa;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-title {
  margin-bottom: 2px;
  font-size: 15px;
}

.navigation-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

.dropdown-wrapper {
  overflow: hidden;
  min-width: 140px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 4px -19px 35px 0 rgba(32, 53, 90, 0.08), 11px 11px 30px -10px rgba(32, 53, 90, 0.15);
}

.dropdown-wrapper.w--open {
  left: -97px;
  max-height: 100vh;
  min-width: 300px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, 0.15), 8px 18px 60px 4px rgba(0, 0, 0, 0.13);
}

.nav-menu-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #283338;
  font-size: 15px;
  font-weight: 500;
}

.nav-logo {
  width: 54px;
}

.icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.dropdown-icon {
  width: 100%;
}

.pointer {
  position: absolute;
  left: 0%;
  top: -3%;
  right: 4%;
  bottom: auto;
  z-index: 20;
  width: 20px;
  height: 20px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-link-blog {
  color: #0078f8;
  font-size: 14px;
  white-space: normal;
}

.navigation {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.dropdown {
  font-family: 'Circularstd book', sans-serif;
  color: #5e727d;
  font-size: 16px;
}

.dropdown-link {
  position: relative;
  z-index: 25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-link:hover {
  background-color: hsla(0, 0%, 98%, 0.8);
  color: #062940;
}

.hero-paragraph {
  margin-top: auto;
  margin-bottom: auto;
  font-family: 'Circularstd book', sans-serif;
  color: #0078f8;
  font-size: 21px;
  line-height: 29px;
  font-weight: 400;
  letter-spacing: 0px;
}

.hero-paragraph.center {
  color: #5e727d;
  text-align: center;
}

.case-study-name {
  display: inline-block;
  font-family: Circularstd, sans-serif;
  color: #062940;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.hero-image {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 33px 64px 0 rgba(27, 45, 69, 0.3);
}

.hero-image.nhs {
  width: 100%;
  margin-bottom: 24px;
  box-shadow: none;
}

.hero-image.nhs.rectangle {
  box-shadow: 0 16px 36px 0 rgba(0, 94, 184, 0.21);
}

.icon-image {
  height: auto;
  max-height: 80px;
  margin-bottom: 20px;
}

.legal-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.legal-text {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  color: #5e727d;
  font-size: 12px;
  text-align: center;
}

.footer {
  position: relative;
  padding: 20px 3% 140px;
}

.button-hero {
  position: relative;
  display: block;
  padding: 18px 32px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-image: linear-gradient(40deg, #b134ff, #0078f8);
  box-shadow: 0 8px 32px -12px #5a5cfb;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Circularstd, sans-serif;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
}

.button-hero:hover {
  background-color: #30cde3;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.button-hero.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-hero.centered-button {
  position: relative;
  width: auto;
  max-width: none;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.button-hero.centered-button.no-top-margin {
  margin-top: 0px;
}

.button-hero.lower-margin {
  margin-bottom: 32px;
  margin-left: 0px;
}

.button-hero.top-margin {
  margin-top: 32px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.button-hero.top-margin.centered {
  margin-right: 0px;
}

.button-hero.top-margin.smaller {
  margin-top: 24px;
}

.button-hero.top-margin.left {
  margin-right: auto;
  margin-left: 0px;
}

.button-hero.full-width {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.button-hero.full-width.top-margin {
  width: 100%;
  min-width: auto;
}

.button-hero.full-width.top-margin.smaller {
  margin-top: 32px;
}

.button-hero.full-width.center {
  margin-right: auto;
  margin-left: auto;
}

.button-hero.full-width.center.floating {
  margin-top: 24px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.button-hero.full-width.center.floating.alternative {
  margin-top: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #ededed;
  background-color: #fff;
  background-image: none;
  box-shadow: none;
  color: #062940;
}

.button-hero.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: auto;
  padding: 10px 16px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  box-shadow: none;
}

.button-hero.nav:hover {
  box-shadow: none;
}

.button-hero.alternative {
  background-color: #fff;
  background-image: none;
  color: #062940;
}

.button-hero.alternative.margin-left {
  margin-left: 24px;
}

.button-hero.secondary {
  border-style: solid;
  border-width: 1px;
  border-color: #e2e4e8;
  background-color: #fff;
  background-image: none;
  box-shadow: none;
  color: #062940;
  white-space: nowrap;
}

.button-hero.last {
  margin-right: 0px;
}

.button-hero.small {
  width: 200px;
  min-width: 200px;
  margin-right: auto;
  margin-left: auto;
}

.hero-h1 {
  margin-bottom: 16px;
  color: #062940;
  font-size: 63px;
  letter-spacing: -1.4px;
}

.hero-h1.center {
  color: #062940;
  text-align: center;
}

.image {
  max-width: 35%;
}

.text-block {
  width: 280px;
  padding: 8px;
  border-radius: 8px;
  background-image: linear-gradient(245deg, #0078f8, #b134ff);
  color: #fff;
  font-size: 0.9em;
  line-height: 12px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.standard-paragraph-white {
  width: 92%;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-right: 0px;
  font-family: 'Circularstd book', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: -0.1px;
}

.line {
  display: block;
  margin-top: 10px;
}

.case-study-name-block {
  margin-top: 24px;
}

.list {
  margin-bottom: 24px;
  padding-left: 24px;
}

.list-item {
  margin-top: 4px;
  margin-bottom: 4px;
  font-family: 'Circularstd book', sans-serif;
  color: #062940;
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 400;
  list-style-type: disc;
}

.heading-2 {
  max-width: 90%;
  margin-top: 16px;
  margin-bottom: 12px;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  color: #062940;
  font-size: 2.5rem;
}

.nutrition-block {
  max-width: 1180px;
  margin: 4% auto;
  border-radius: 17px;
  background-image: url('../images/nutrition-panel-background_1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.standard-paragraph-white-center {
  margin-top: 10px;
  margin-bottom: 40px;
  padding-right: 0px;
  clear: none;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Circularstd book', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
  letter-spacing: -0.1px;
}

.h3-white {
  color: #fff;
}

.secondary-cta {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 3px 24px 0 rgba(0, 0, 0, 0.07);
  font-family: 'Circularstd book', sans-serif;
  color: #0078f8;
  font-size: 1.1rem;
  text-decoration: none;
}

.secondary-cta.full-width {
  width: 100%;
}

.secondary-cta.full-width.top-margin {
  margin-top: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nutrition-description {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nutritional-approach-image {
  display: block;
  width: 80%;
  max-height: 80%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nutrition-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto auto auto 24px;
  float: right;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 26px;
}

.sleep-block {
  max-width: 1180px;
  margin: 4% auto;
  border-radius: 17px;
  background-image: url('../images/sleep-background.jpg');
  background-position: 100% 100%;
  background-size: cover;
  box-shadow: 23px 23px 64px 0 rgba(27, 45, 69, 0.3);
}

.inner-block {
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding-bottom: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.inner-block.invocations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sleep-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto auto auto 30px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 26px;
}

.sleep-desciption {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.activity-block {
  max-width: 1180px;
  margin: 4% auto;
  border-radius: 17px;
  background-image: url('../images/activity-bg-eu.jpg'), url('../images/activity-bg.png');
  background-position: 100% 0%, 100% 0%;
  background-size: cover, cover;
  background-repeat: no-repeat, repeat;
  box-shadow: 0 33px 64px 0 rgba(207, 133, 58, 0.28);
}

.heading-3 {
  font-family: Circularstd, sans-serif;
  color: #062940;
  font-weight: 500;
  text-align: left;
}

.flex-container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1180px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.achievements-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.achievements-flex.flipped {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.achievements-flex.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bundle-flexx {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bundle-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bundle-image-block {
  width: 460px;
  float: right;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bundle-flex-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bundle-image {
  display: block;
  margin: 32px auto auto;
}

.body.research {
  background-image: none;
}

.bold-text {
  font-family: Circularstd, sans-serif;
}

.bold-text-2 {
  font-family: Circularstd, sans-serif;
}

.bold-text-3 {
  font-family: Circularstd, sans-serif;
}

.animated-feature-block {
  padding: 64px 3% 140px;
  background-color: #fff;
}

.animated-feature-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 36px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: minmax(200px, 1fr) 1fr;
  grid-template-columns: minmax(200px, 1fr) 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.watch-image {
  display: block;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
}

.watch-flex-item {
  width: 30%;
  margin-right: 24px;
  padding: 24px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e4e8;
  border-radius: 17px;
  background-color: #fff;
}

.watch-flex-item.end-item {
  margin-right: 0px;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.background-video {
  position: absolute;
  top: 3544px;
  width: 100%;
  height: 890px;
  background-image: linear-gradient(225deg, rgba(0, 120, 248, 0.64), rgba(177, 67, 255, 0.64));
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.price {
  margin-top: 4px;
  clear: left;
  font-size: 16px;
  text-align: left;
}

.text-block-2 {
  color: #0078f8;
}

.tagline {
  margin-bottom: 4px;
  opacity: 0.6;
  font-family: Circularstd, sans-serif;
  color: #5e727d;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tagline.centered.top-margin {
  margin-top: 24px;
}

.left-arrow {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.right-arrow {
  left: auto;
  top: 0%;
  right: 0px;
  bottom: 0%;
}

.hero3-image {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.slider-2 {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.hero3-text-wrapper {
  padding-right: 24px;
}

.hero3-text-wrapper.middle {
  padding-right: 0px;
}

.wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.wrap._w-custom.hero3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap._w-custom.hero3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap._w-custom.hero-w-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 1180px;
  padding-top: 80px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrap._w-custom.footer {
  max-width: 1024px;
  padding-bottom: 40px;
}

.wrap._w-custom.top-margin {
  margin-top: 3%;
}

.wrap._w-custom.horizontal-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap._w-custom.video-block {
  overflow: hidden;
  padding-bottom: 100px;
}

.wrap._w-custom.vertical-center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrap.vertical.centered {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap.vertical.centered.spacing {
  padding-bottom: 20px;
}

.wrap.vertical.top-margin {
  margin-top: 70px;
}

.wrap.vertical.top-margin.center {
  margin-bottom: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap.even-split {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrap.horizontal-aligned {
  max-width: none;
}

.wrap.top-margin {
  margin-top: 32px;
}

.wrap.video-block {
  overflow: hidden;
  padding-bottom: 80px;
}

._7-col {
  width: 58.33%;
  margin-right: 20px;
}

._7-col._7-col-last {
  display: inline-block;
  margin-right: 0px;
}

._7-col.left {
  margin-right: 20px;
}

.container {
  display: inline;
}

.image-3 {
  position: relative;
  top: 45%;
  width: 55px;
  height: auto;
  min-height: 55px;
  padding: 12px;
  border-radius: 9999px;
  background-color: #fff;
  box-shadow: 0 4px 12px 0 rgba(75, 75, 75, 0.26);
}

.text-20 {
  opacity: 1;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.text-20.text-20-60 {
  opacity: 0.6;
  font-size: 16px;
  line-height: 24px;
}

._5-col {
  position: relative;
  width: 41.66%;
  margin-right: 20px;
}

._5-col.left {
  position: relative;
  margin-right: 64px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

._5-col.last {
  margin-right: 0px;
}

.hero3-headline-wrap {
  margin-bottom: 20px;
  padding-top: 10px;
  text-align: left;
}

.hero3-headline-wrap.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero3-headline-wrap.fixed {
  padding-top: 0px;
}

.slider-section {
  display: block;
  height: auto;
  border-top: 1px solid #e2e4e8;
}

.wellbeing-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.wellbeing-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto auto auto 30px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 26px;
}

.coaching {
  max-width: 1180px;
  margin: 4% auto;
  border-radius: 17px;
  background-image: url('../images/coaching-bg.jpg');
  background-position: 0px 0px;
  background-size: cover;
  box-shadow: 0 33px 64px 0 rgba(0, 120, 248, 0.24);
}

.radio-button-label {
  font-family: 'Circularstd book', sans-serif;
  color: #062940;
  font-size: 1.1rem;
  line-height: 1.4;
}

.center {
  text-align: center;
}

.center.mobile {
  display: none;
}

.subscription-icons {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 8px;
}

.bold-text-5 {
  font-family: Circularstd, sans-serif;
}

.bold-text-6 {
  font-family: 'Circularstd book', sans-serif;
  font-weight: 400;
}

.wellbeing-block {
  max-width: 1180px;
  margin: 4% auto;
  border-radius: 17px;
  background-image: url('../images/wellbeing.jpg');
  background-position: 0px 0px;
  background-size: cover;
  box-shadow: 0 33px 64px 0 rgba(70, 47, 76, 0.36);
}

.lightbox-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link {
  color: #0078f8;
  text-decoration: underline;
}

.bold-text-7 {
  font-family: Circularstd, sans-serif;
  font-weight: 700;
}

.form-block-3 {
  display: none;
}

.form-block-4 {
  display: none;
}

.paragraph {
  max-width: 650px;
  margin-bottom: 30px;
  font-family: 'Circularstd book', sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

.paragraph.reg {
  color: #fff;
}

.paragraph.no-margin {
  margin-bottom: 0px;
}

.paragraph.white {
  margin-bottom: 0px;
  color: #fff;
}

.paragraph.white.centered.large-block {
  margin-top: 32px;
}

.checkbox-title {
  display: none;
  margin-bottom: 0px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #5b3acc;
  font-size: 14px;
}

.text-field-2 {
  position: relative;
  min-height: 48px;
  margin-bottom: 0px;
  border: 1.3px solid #bec9d5;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
}

.text-field-2:focus {
  border-width: 1.3px;
  border-color: #007bfc;
}

.text-field-2::-webkit-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.text-field-2:-ms-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.text-field-2::-ms-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.text-field-2::placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.text-field-2.triple-split {
  width: 33%;
  margin-right: 8px;
}

.text-field-2.triple-split.end {
  margin-right: 0px;
}

.checkbox-h4 {
  margin-top: 0px;
  margin-bottom: 3px;
  text-align: left;
}

.form-wrap {
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.form-wrap.extra-space {
  margin-bottom: 20px;
}

.form-wrap.split {
  margin-right: 16px;
}

.text-block-3 {
  font-family: Oswald, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 100px;
  line-height: 20px;
  font-weight: 700;
}

.form-wrapper {
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
}

.checkbox-text-wrapper {
  position: relative;
  z-index: 9;
  text-align: left;
  cursor: pointer;
}

.previous-placeholder {
  display: none;
  width: auto;
  height: 35px;
  max-width: 100px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.previous-placeholder:hover {
  opacity: 1;
}

.submit-button-2 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 9999px;
  background-color: #0a0;
  color: #fff;
  font-size: 1.2em;
}

.form-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 560px;
  min-width: 490px;
  margin-bottom: -20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slider-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 80px;
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 9999px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.slider-left:hover {
  background-color: rgba(21, 28, 52, 0.15);
}

.text-block-4 {
  color: #e2e4e8;
  font-size: 0.9rem;
  text-align: left;
}

.banner-logo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#336ef9), to(#5a5cfb));
  background-image: linear-gradient(0deg, #336ef9, #5a5cfb);
}

.slide-2 {
  position: static;
  width: 100%;
  height: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 20px;
}

.field-label-2 {
  position: relative;
  margin-top: 12px;
  margin-bottom: 8px;
  font-family: Circularstd, sans-serif;
  color: #062940;
  font-size: 0.9rem;
  font-weight: 700;
}

.banner-content {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 25% 40px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: linear-gradient(225deg, #0078f8, #b143ff);
}

.logo.lombard {
  border-style: none;
  box-shadow: none;
}

.star-row {
  margin-bottom: 30px;
}

.star-row.less-margin {
  margin-bottom: 16px;
}

.star-row.no-margin {
  margin-bottom: 0px;
}

.next-button {
  display: none;
  padding: 12px 32px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  background-color: #5b3acc;
  -webkit-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
  font-size: 15px;
}

.form-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slide-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding: 64px 3% 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.slider {
  position: relative;
  height: auto;
  min-height: 850px;
  background-color: transparent;
}

.next-placeholder {
  display: none;
  overflow: visible;
  width: auto;
  height: 47px;
  max-width: 159px;
  margin: auto auto 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-2 {
  color: #0179d5;
}

.author-image {
  width: 50px;
  margin-right: 14px;
  border-radius: 100px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.14);
}

.author-testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-bottom: 32px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-paragraph {
  color: #5b617c;
  font-size: 18px;
  line-height: 23px;
}

.checkbox-base {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 85px;
  margin-right: 0px;
  margin-bottom: 16px;
  margin-left: 0px;
  padding: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1.2px;
  border-color: rgba(62, 52, 200, 0.1);
  border-radius: 8px;
  background-color: #fff;
}

.previous-button {
  display: none;
  padding: 5px 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 1;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  color: #5b617c;
  font-size: 15px;
  text-indent: -2px;
}

.previous-button:hover {
  border-bottom-color: rgba(0, 0, 0, 0.55);
  opacity: 1;
}

.form-section-title {
  margin-bottom: 12px;
  color: #0a1f44;
  font-size: 36px;
  line-height: 32px;
  font-weight: 600;
}

.success-message {
  padding: 50px;
  letter-spacing: 1px;
}

.author-name {
  margin-bottom: 4px;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
}

.slide-banner {
  width: 30%;
  min-width: 310px;
  background-image: linear-gradient(225deg, #0078f8, #b134ff);
}

.checkbox-icon {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  margin-right: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
}

.checkbox-icon.pink-gold {
  border-radius: 9999px;
  background-color: #ffc6f4;
}

.checkbox-icon.aqua-black {
  border-radius: 999px;
  background-color: rgba(0, 0, 0, 0.9);
}

.checkbox-icon.silver {
  display: none;
  background-color: #e3e9ee;
}

.checkbox-icon.gold {
  display: none;
  background-color: #f7da8c;
}

.error-message {
  position: static;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.checkbox-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  border-radius: 130px;
  opacity: 0;
  color: #062940;
  cursor: pointer;
}

.checkbox-2:active {
  border: 1px solid #000;
}

.slide-counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 20px;
  margin-top: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-wrap.top-margin {
  margin-top: 32px;
}

.button-wrap.top-margin.centered {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-wrap.top-margin.centered.bottom-margin {
  margin-bottom: 60px;
}

.button-wrap.centered-2 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.checkbox-field-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: 6px;
  margin-left: 6px;
  padding: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-text {
  color: #5e727d;
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 400;
}

.dot {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  margin-left: 8px;
  border-radius: 100px;
  background-color: rgba(91, 97, 124, 0.1);
  line-height: 25px;
  text-align: center;
}

.dot.active-dot {
  width: 24px;
  height: 24px;
  background-color: rgba(91, 97, 124, 0.73);
  color: #fff;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
}

.slider-right {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e4e8;
  border-radius: 9999px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease, all 200ms ease;
  transition: background-color 200ms ease, all 200ms ease;
  color: #062940;
  font-size: 1.2em;
  font-weight: 500;
  text-align: center;
}

.slider-right:hover {
  background-image: linear-gradient(225deg, #0078f8, #b143ff);
  box-shadow: 1px 1px 24px 0 rgba(90, 92, 251, 0.59);
  color: #fff;
}

.slide-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}

.dob-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-6 {
  color: rgba(86, 96, 115, 0.7);
  font-size: 1em;
}

.activation-code {
  position: relative;
  width: 80%;
  min-height: 48px;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  border: 1.3px dashed #bec9d5;
  border-radius: 4px;
  font-family: 'Circularstd book', sans-serif;
  color: #0078f8;
  font-size: 1.8em;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  white-space: normal;
}

.activation-code:focus {
  border-width: 1.3px;
  border-color: #007bfc;
}

.activation-code::-webkit-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.activation-code:-ms-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.activation-code::-ms-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.activation-code::placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.logo-grid {
  display: -ms-grid;
  display: grid;
  width: 50%;
  margin-bottom: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  align-self: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lottie-animation {
  max-width: 400px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.lottie-animation.eligibility-success {
  position: absolute;
  left: auto;
  top: auto;
  right: -8%;
  bottom: -9%;
  max-width: 160px;
  margin-right: auto;
  margin-left: auto;
}

.text-span-2 {
  padding-right: 4px;
  padding-left: 4px;
  border-radius: 8px;
  background-image: linear-gradient(45deg, rgba(177, 52, 255, 0.1), rgba(0, 120, 248, 0.1));
}

.achievement-text-block {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.percentage-callout {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Circularstd, sans-serif;
  color: #062940;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
}

.right-arrow-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 50px;
  margin-right: 40px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-radius: 999px;
  background-color: rgba(226, 228, 232, 0.3);
}

.left-arrow-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 50px;
  margin-left: 34px;
  padding: 8px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-radius: 9999px;
  background-color: rgba(226, 228, 232, 0.3);
}

.fontawesome {
  display: inline-block;
  font-family: 'Fa solid 900', sans-serif;
}

.fontawesome.green {
  color: #4cd964;
}

.fontawesome.right-margin {
  margin-right: 6px;
}

.fontawesome.dark {
  margin-right: 4px;
  font-family: 'Fa solid 900', sans-serif;
  color: #062940;
}

.fontawesome.tippy {
  opacity: 0.6;
  color: rgba(86, 96, 115, 0.7);
  font-size: 16px;
  cursor: default;
}

.fontawesome.tippy:hover {
  opacity: 1;
  color: #5a5cfb;
}

.mask-2 {
  height: auto;
  margin-bottom: 16px;
}

.wide-top-image {
  max-width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: contain;
  object-fit: contain;
}

.slide-3 {
  height: auto;
}

.slider-3 {
  height: 100%;
  padding-right: 50px;
  padding-left: 50px;
  background-color: transparent;
}

.remote-care {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 780px;
  margin: 8% auto;
  padding: 16px 32px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 17px;
  background-color: #fff;
  box-shadow: 0 20px 100px -50px rgba(21, 28, 52, 0.54);
}

.remote-care-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 20px;
  background-color: rgba(90, 92, 251, 0.05);
  text-align: center;
}

.remote-care-image {
  position: relative;
  top: -7px;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: -36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.innovation-section {
  background-image: url('../images/angle-bottom.svg'), url('../images/angle-top.svg'), url('../images/sunrise-2.png');
  background-position: 50% 101%, 50% -1%, 50% 50%;
  background-size: 100vw, contain, cover;
  background-repeat: no-repeat, no-repeat, repeat;
}

.centered {
  text-align: center;
}

.testimonial-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 12px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  box-shadow: 0 50px 30px -60px rgba(0, 0, 0, 0.69);
}

.contact-form {
  z-index: 1;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: left;
}

.contact-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5%;
  padding-bottom: 5%;
  background-image: url('../images/angle-bottom.svg'), url('../images/angle-top.svg'), url('../images/activity-bg.png');
  background-position: 50% 101%, 0px -2px, 60% 50%;
  background-size: 102vw, 102vw, cover;
  background-repeat: no-repeat, no-repeat, repeat;
  background-attachment: scroll, scroll, fixed;
}

.contact-form-wrapper {
  position: relative;
  z-index: 1;
  width: 540px;
  margin: 4% auto;
  padding: 20px 30px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 60px 100px -50px #151c34;
  text-align: center;
}

.contact-form-wrapper.hero {
  width: auto;
  margin-top: 0%;
  padding-right: 24px;
  padding-left: 24px;
}

.form-2 {
  text-align: left;
}

.radio-button {
  width: 24px;
  height: 24px;
  margin-top: 0px;
  margin-right: 8px;
}

.radio-button.w--redirected-checked {
  border-color: #5a5cfb;
}

.radio-button.centered {
  margin-right: 0px;
  margin-bottom: 8px;
  margin-left: 0px;
}

.radio-button.centered.w--redirected-checked {
  border-color: #5a5cfb;
}

.radio-button-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-right: 24px;
  margin-bottom: 12px;
}

.radio-button-field.centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.form-spacer {
  height: 20px;
}

.tab-grid {
  width: 100%;
  height: 100%;
  grid-column-gap: 20px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.title-wrap-centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 36px;
  margin-bottom: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.title-wrap-centre.no-margin {
  margin-bottom: 24px;
}

.title-wrap-centre.no-margin.condensed {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
}

.tab-h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #0078f8;
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.tab-h1.centered {
  margin-top: 24px;
  margin-bottom: 16px;
}

.tab-panel {
  min-height: 500px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 24px;
  background-color: transparent;
}

.tabs-content {
  overflow: visible;
  padding-top: 30px;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.load-bar-base {
  position: absolute;
  left: 20px;
  top: auto;
  right: 20px;
  bottom: 12px;
  height: 8px;
  max-width: 220px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 500px;
  background-color: rgba(226, 228, 232, 0.3);
}

.text-block-7 {
  color: #062940;
  font-size: 1.2rem;
}

.tab-image {
  width: 44px;
  margin-right: auto;
  margin-bottom: 12px;
  margin-left: auto;
}

.animation-block {
  position: relative;
  border-radius: 25px;
}

.standard-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  margin-right: 20px;
  padding-top: 12px;
  padding-bottom: 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e4e8;
  border-radius: 8px;
  background-color: transparent;
  opacity: 0.8;
  color: #151c34;
  font-size: 15px;
}

.standard-tab.w--current {
  position: relative;
  border-radius: 13px;
  background-color: transparent;
  box-shadow: 0 4px 30px -15px rgba(86, 96, 115, 0.5);
  opacity: 1;
  color: #151c34;
}

.standard-tab.last.w--current {
  margin-right: 0px;
}

.load-bar {
  width: 0%;
  height: 8px;
  border-radius: 500px;
  background-image: linear-gradient(45deg, #b134ff, #0078f8);
}

.content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 460px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.tabular-area {
  width: 100%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.slide-nav {
  opacity: 0.41;
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}

.health-engagement-section {
  position: relative;
  padding-right: 3%;
  padding-bottom: 40px;
  padding-left: 3%;
}

.health-engagement-section.de {
  padding-top: 36px;
}

.hero3-firstbutton-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero3-firstbutton-wrap.top-margin {
  margin-top: 32px;
}

.heading-7 {
  color: #0078f8;
  letter-spacing: -0.03em;
}

.subheader {
  max-width: 940px;
  margin-top: 16px;
  margin-bottom: 24px;
  font-family: 'Circularstd book', sans-serif;
  color: #062940;
  font-size: 20px;
  line-height: 1.4;
}

.subheader.white {
  color: #fff;
}

.subheader.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.subheader.centered.top-margin {
  margin-top: 32px;
}

.subheader.no-margin {
  margin-top: 0px;
}

.blue {
  color: #0078f8;
  letter-spacing: -0.03em;
}

.text-block-10 {
  color: #062940;
  font-size: 1.2rem;
}

.text-block-11 {
  color: #062940;
  font-size: 1.2rem;
}

.text-block-12 {
  color: #062940;
  font-size: 1.2rem;
}

.image-9 {
  z-index: 1;
  width: 100%;
  max-width: 500px;
}

.last {
  margin-bottom: 0px;
}

.headline-8-col {
  width: 620px;
  margin-bottom: 50px;
}

.cta3-item-wrap {
  padding: 20px 30px 10%;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e4e8;
  border-radius: 14px;
  text-align: left;
}

.cta3-item-wrap.cta3-recommended-option {
  width: 460px;
  padding-bottom: 30px;
  border-width: 1px;
  border-radius: 14px;
  background-color: #fff;
}

.cta3-wide-button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

._5-col-2 {
  display: inline-block;
  width: 380px;
  margin-right: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

._5-col-2._5-col-last {
  margin-right: 0px;
}

.cta3-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.cta3-wrapper.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cta3-icon {
  width: 24px;
  height: 24px;
  margin-top: 2px;
  margin-right: 12px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.cta3-icon.large {
  width: 24px;
  height: 24px;
  margin-top: 3px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.cta3-item-point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap-2 {
  display: block;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.wrap-2.w80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.label-text {
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  font-weight: 500;
  text-transform: uppercase;
}

.cta3-options-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 460px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.label {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 99px;
  background-color: #ff8534;
}

.plans-and-pricing {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f7faff;
  background-image: url('../images/angle-bottom.svg'), url('../images/angle-top.svg');
  background-position: 50% 100%, 50% 0%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.plans-and-pricing.padded {
  padding-top: 120px;
  padding-bottom: 150px;
}

.cta3-item-points-wrapper {
  margin-top: 15px;
  margin-bottom: 10px;
}

.paragraph-2 {
  margin-bottom: 0px;
}

.terms-agreement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.1em;
}

.checkbox-5 {
  width: 24px;
  height: 24px;
  min-height: 24px;
  min-width: 24px;
  margin-top: 0px;
  margin-right: 8px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 4px;
  -webkit-transition: all 200ms ease-in-out, background-color 300ms ease;
  transition: all 200ms ease-in-out, background-color 300ms ease;
}

.checkbox-5.w--redirected-checked {
  background-color: transparent;
  background-image: url('../images/check-box-active.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat;
  -webkit-transition: all 200ms ease-in-out, background-color 300ms ease;
  transition: all 200ms ease-in-out, background-color 300ms ease;
}

.checkbox-5.w--redirected-focus {
  border-radius: 4px;
  box-shadow: 0 0 3px 1px rgba(1, 121, 213, 0.28);
}

.checkbox-label-2 {
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #051f33;
  font-size: 1rem;
}

.terms {
  width: 940px;
  margin: 40px auto;
}

.receipt-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
}

.receipt-block {
  position: relative;
  width: 600px;
  max-width: 600px;
  margin-top: 24px;
  padding: 1% 3% 3%;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(91, 97, 124, 0.16);
  border-radius: 8px;
  background-color: #fff;
}

.separator {
  height: 24px;
  margin-top: 24px;
  border-top: 2px dashed rgba(91, 97, 124, 0.25);
}

.receipt-detail {
  width: 50%;
  font-size: 18px;
}

.receipt-detail.left {
  width: 70%;
  font-size: 1rem;
}

.receipt-detail.left.total {
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 600;
}

.receipt-detail.right {
  width: 40%;
  font-size: 1rem;
  line-height: 1.4;
  text-align: right;
}

.receipt-detail.right.total {
  font-size: 1.6rem;
  line-height: 1.4;
}

.receipt-detail.left {
  width: 70%;
  font-size: 18px;
}

.receipt-detail.left.total {
  font-family: Circularstd, sans-serif;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 500;
}

.receipt-detail.right {
  width: 40%;
  font-size: 18px;
  line-height: 1.4;
  text-align: right;
}

.receipt-detail.right.total {
  font-size: 1.6rem;
  line-height: 1.4;
}

.contact-support {
  width: 90%;
  margin-top: 24px;
  color: rgba(91, 97, 124, 0.6);
}

.heading-11 {
  width: 100%;
}

.our-story-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  margin-top: 100px;
  margin-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.story-paragraph {
  margin-top: 48px;
}

._10-col {
  width: 83.33%;
}

._6-col {
  position: relative;
  width: 50%;
  margin-right: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._6-col.last {
  margin-right: 0px;
}

.additional {
  opacity: 0.8;
  font-family: 'Circularstd book', sans-serif;
  font-size: 1.3rem;
}

.study {
  margin-top: 64px;
  margin-right: auto;
  margin-left: auto;
  color: rgba(86, 96, 115, 0.7);
  font-size: 0.9rem;
  text-align: center;
}

.study.fixed-width {
  max-width: 800px;
}

.type-2-impact {
  padding-right: 3%;
  padding-bottom: 40px;
  padding-left: 3%;
}

.navigation-side-plain {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e2e4e8;
  background-color: hsla(0, 0%, 100%, 0.7);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.navigation-container-full {
  width: 100%;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-menu.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.logo-2 {
  margin-right: 16px;
}

.brand-2.w--current {
  margin-right: 20px;
}

.nav-link-2 {
  margin-right: 4px;
  margin-left: 0px;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-size: 1.1rem;
  line-height: 45px;
}

.nav-link-2:hover {
  color: #0078f8;
  font-size: 1.1rem;
}

.nav {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.navigation-button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.team-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 64px;
  margin-bottom: 64px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.team-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.team-card:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.profile-photo {
  display: block;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  border-radius: 9999px;
}

.centered-2 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin: 40px auto;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-flex.centered {
  margin-right: auto;
  margin-left: auto;
}

.feature-flex.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.lottie-animation-3 {
  width: 80%;
}

.featured-in {
  margin-top: 32px;
  margin-bottom: 12px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: rgba(86, 96, 115, 0.7);
  text-align: center;
}

.featured-in.samsung {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.media-sources-section {
  display: -ms-grid;
  display: grid;
  width: 50%;
  max-width: 940px;
  margin: 0px auto 64px;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.media-sources-section.three {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.faq-question-wrap {
  width: 100%;
  max-width: 780px;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.faq-question-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 14px;
  background-color: rgba(0, 120, 248, 0.06);
  text-decoration: none;
}

.question-title {
  width: 80%;
  font-family: Circularstd, sans-serif;
  color: #0078f8;
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 500;
}

.animation {
  width: 50px;
  height: 50px;
  opacity: 0.27;
}

.faq-content {
  overflow: hidden;
  margin-top: -2px;
}

.faq-paragraph {
  display: block;
  margin-right: 25px;
  margin-left: 25px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.language-block {
  position: relative;
  width: 88%;
  margin-top: 24px;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  grid-column-gap: 8px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #0078f8;
}

.language-choices-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.language-choice {
  padding: 8px 12px;
  border-radius: 999px;
  background-color: rgba(0, 120, 248, 0.07);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.language-choice:hover {
  -webkit-transform: scale(1.1) translate(0px, -3px);
  -ms-transform: scale(1.1) translate(0px, -3px);
  transform: scale(1.1) translate(0px, -3px);
}

.faq {
  padding-top: 100px;
}

.physician-panel {
  padding-top: 3%;
  padding-bottom: 5%;
  background-image: url('../images/angle-bottom.svg'), url('../images/angle-top.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/sunrise-2.png');
  background-image: url('../images/angle-bottom.svg'), url('../images/angle-top.svg'), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/sunrise-2.png');
  background-position: 50% 101%, 50% -7px, 0px 0px, 0px 0px;
  background-size: 102vw, 102vw, auto, cover;
  background-repeat: no-repeat, no-repeat, repeat, repeat;
}

.physician-ui {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 730px;
  margin: 8% auto;
  padding: 24px 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 17px;
  background-color: #fff;
  box-shadow: 0 60px 100px -50px rgba(21, 28, 52, 0.54);
  text-align: center;
}

.researcher-image {
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.slide-5 {
  z-index: 5;
  overflow: hidden;
  width: 300px;
  height: auto;
  opacity: 1;
}

.slide-nav-2 {
  padding-top: 27px;
  font-size: 8px;
}

.slider-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: auto;
  padding: 25px 50px 56px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.slidecontent {
  position: relative;
  overflow: visible;
  height: auto;
  min-width: 200px;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 12px;
}

.arrow-3 {
  color: hsla(0, 0%, 78.7%, 0.93);
  font-size: 22px;
}

.mask-4 {
  overflow: visible;
  width: 100%;
}

.div-block-7 {
  position: absolute;
  top: 128px;
  z-index: 2;
  display: none;
  width: 100%;
  height: 500px;
  background-image: repeating-linear-gradient(270deg, #fff, transparent 15%, transparent 85%, #fff 100%, #0078f8);
}

.wellness-score {
  padding-top: 40px;
  padding-bottom: 40px;
}

.subscription-price {
  position: relative;
  display: inline-block;
  font-family: Circularstd, sans-serif;
  font-size: 2rem;
  font-weight: 500;
}

.struck {
  font-family: 'Circularstd book', sans-serif;
  color: rgba(86, 96, 115, 0.7);
  font-size: 1.1rem;
  text-decoration: line-through;
}

.special-offer {
  position: relative;
  top: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  border-radius: 8px;
  background-color: #ff394a;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.strike {
  padding-right: 8px;
  color: rgba(94, 114, 125, 0.45);
  font-size: 1rem;
  text-decoration: line-through;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.steps.done {
  opacity: 0.6;
}

.large-list-number {
  max-height: 50px;
  max-width: 50px;
  min-height: 40px;
  min-width: 40px;
  margin-right: 12px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 999px;
  background-image: linear-gradient(225deg, #0078f8, #b134ff);
  color: #fff;
  font-size: 1.7rem;
  line-height: 1.4;
  text-align: center;
}

.large-list-number.green {
  background-color: #2ac088;
  background-image: none;
}

.large-list-number.green.icon {
  line-height: 1.5;
}

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

.grid {
  width: 100%;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.grid.sync {
  margin-top: 16px;
}

.image-11 {
  position: relative;
  bottom: -12px;
  width: 37%;
  margin-top: -47px;
}

.medication-spend {
  padding: 70px 3% 80px;
}

.heading-13 {
  display: inline-block;
  font-size: 3rem;
  font-weight: 700;
}

.heading-13.bottom-margin {
  margin-bottom: 10px;
}

.wellness-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.video-library-hero {
  margin-bottom: 64px;
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: #062940;
  background-image: url('../images/angle-top.svg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.video-library-hero.video-page {
  max-width: 940px;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 13px;
  background-position: 50% -1%;
  background-size: 101%;
}

.video-library-hero.article-page {
  max-width: 940px;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 13px;
  background-position: 50% -1%;
}

.video-library-hero.category {
  min-height: 600px;
  padding-bottom: 100px;
  background-image: url('../images/angle-bottom.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/activity-bg.png');
  background-image: url('../images/angle-bottom.svg'), linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/activity-bg.png');
  background-position: 50% 103%, 0px 0px, 50% 30%;
  background-size: 101%, auto, cover;
  background-repeat: no-repeat, repeat, repeat;
  background-attachment: scroll, scroll, scroll;
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-button {
  min-width: 160px;
  margin-left: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e4e8;
  border-radius: 9999px;
  background-color: #fff;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: 'Circularstd book', sans-serif;
  color: #062940;
  font-size: 1.1em;
}

.search-button:hover {
  box-shadow: 0 8px 32px -12px rgba(86, 96, 115, 0.7);
}

.video-library-horizontal-grid {
  width: 100%;
  margin-top: 36px;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 20px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.video-card {
  max-height: 480px;
  max-width: 720px;
  padding-right: 20px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.video-tag-row {
  margin-top: 20px;
  grid-column-gap: 8px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  cursor: default;
}

.video-tag-row.video-page {
  position: relative;
  width: 50%;
  margin-right: auto;
  margin-bottom: 32px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.video-tag-row.news-page {
  width: 40%;
  margin-right: auto;
  margin-bottom: 32px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.tag {
  padding: 4px 12px;
  border-radius: 1060px;
  background-color: #e2e4e8;
  font-family: 'Circularstd book', sans-serif;
  font-size: 16px;
  text-align: center;
}

.tag.purple {
  background-image: linear-gradient(45deg, #b134ff, #0078f8);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  color: #fff;
  cursor: pointer;
}

.tag.purple:hover {
  box-shadow: 0 8px 24px -8px #5a5cfb;
}

.tag.blue {
  background-image: linear-gradient(225deg, #00c6fb, #005bea);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  color: #fff;
  letter-spacing: 0em;
  cursor: pointer;
}

.tag.blue:hover {
  box-shadow: 0 8px 24px -8px #008ef1;
}

.tag.green {
  background-image: linear-gradient(45deg, #11998e, #38ef7d);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  color: #fff;
  cursor: pointer;
}

.tag.green:hover {
  box-shadow: 0 8px 24px -8px #29c984;
}

.tag.physicians {
  background-image: linear-gradient(225deg, #00c6fb, #005bea);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  color: #fff;
  letter-spacing: 0em;
  cursor: pointer;
}

.tag.physicians:hover {
  box-shadow: 0 8px 24px -8px #008ef1;
}

.video-title {
  margin-top: 16px;
  margin-bottom: 12px;
  font-family: Circularstd, sans-serif;
  color: #062940;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -0.03px;
  cursor: pointer;
}

.video-title.white {
  color: #fff;
  font-size: 2.5rem;
  text-align: left;
}

.video-thumbnail {
  z-index: -150;
  width: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-description {
  color: #062940;
  font-size: 1.2rem;
  cursor: pointer;
}

.video-description.white {
  color: #fff;
  text-align: left;
}

.video-thumb-wrapper {
  position: relative;
  z-index: 320;
  cursor: pointer;
}

.video-time {
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  padding: 4px 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 8px;
  background-color: rgba(86, 96, 115, 0.7);
}

.video-time.main-video-page {
  position: static;
  max-width: 10ch;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.image-12 {
  float: left;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.video-time-label {
  position: relative;
  margin-left: 6px;
  float: right;
  font-family: 'Circularstd book', sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1.4;
}

.video-thumb-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  width: 100%;
  height: 160px;
  border-radius: 8px;
  background-image: url('../images/play-large.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: url('../images/play-large.svg'), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-position: 50% 50%, 0px 0px;
  background-size: 50px 50px, auto;
  background-repeat: no-repeat, repeat;
}

.main-videos {
  padding-top: 32px;
  padding-bottom: 32px;
}

.collections {
  margin-top: 64px;
  margin-bottom: 64px;
}

.collection-grid {
  width: 100%;
  margin-top: 36px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.collection-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 130px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 13px;
  background-color: #e2e4e8;
  text-align: center;
}

.collection-card.activity {
  background-image: url('../images/iStock-10349280762x.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.collection-card.sleep {
  background-image: url('../images/iStock-22x.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.collection-card.nutrition {
  background-image: url('../images/iStock-12x.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.collection-card.wellbeing {
  background-image: url('../images/iStock-32x.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.collection-card.success-stories {
  background-image: url('../images/activity-bg.png');
  background-position: 0% 30%;
  background-size: cover;
}

.collection-card.app-walkthrough {
  background-image: url('../images/matthew-mcbrayer-qD9xzm7yK9U-unsplash.jpg');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: repeat;
}

.collection-card.patients {
  background-image: url('../images/coaching-bg.jpg');
  background-position: 0% 66%;
  background-size: cover;
}

.collection-card.app-walkthrough {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(225deg, #01d2da, hsla(0, 0%, 100%, 0)), url('../images/app-bg.png');
  background-position: 0px 0px, 0px 0px, 0% 30%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, repeat;
}

.collection-card.features {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/Week-8.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/Week-8.png');
  background-position: 0px 0px, 0% 10%;
  background-size: auto, cover;
}

.collection-card.gro-ecosystem {
  background-image: url('../images/nutrition-panel-background_1.png');
  background-position: 0% 30%;
  background-size: cover;
}

.collection-card.healthcare-professionals {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/iStock-1211390857.png');
  background-position: 0px -16px;
  background-size: cover;
  text-align: center;
}

.collection-title {
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  font-size: 1.2rem;
  text-shadow: 1px 1px 6px rgba(86, 96, 115, 0.7);
}

.watch-next.bottom {
  margin-bottom: 120px;
}

.video-container {
  max-width: 780px;
  margin-top: 52px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.video-2 {
  margin-bottom: 64px;
  border-radius: 13px;
  box-shadow: 14px 14px 0 0 #5a5cfb;
}

.html-embed {
  margin-top: 32px;
  margin-bottom: 32px;
}

.seearch-field {
  position: relative;
  min-height: 48px;
  margin-bottom: 0px;
  padding-left: 50px;
  border: 1.3px solid #bec9d5;
  border-radius: 4px;
  background-image: url('../images/search-24px.svg');
  background-position: 12px 50%;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  font-size: 1rem;
  font-weight: 500;
}

.seearch-field:focus {
  border-width: 1.3px;
  border-color: #007bfc;
}

.seearch-field::-webkit-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.seearch-field:-ms-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.seearch-field::-ms-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.seearch-field::placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.heading-14 {
  margin-bottom: 0px;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.study-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 620px;
  margin-bottom: 32px;
  padding: 24px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(91, 97, 124, 0.1);
  border-radius: 13px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.study-card.gut-brain-interaction {
  padding: 32px 64px;
  box-shadow: 0 30px 90px -50px rgba(86, 96, 115, 0.4);
}

.study-image {
  width: auto;
  height: 100px;
  max-width: 220px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.low-carb-header {
  color: #0078f8;
  font-size: 1.6rem;
  line-height: 1.4;
}

.research-paragraph {
  margin-bottom: 32px;
  color: #5e727d;
}

.remote-monitoring-image {
  max-width: none;
}

.alternating-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 940px;
  min-height: 500px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.alternating-blocks.coaching {
  max-width: 1180px;
  min-height: 600px;
  padding-left: 7%;
  background-image: url('../images/Transformative-Coaching.jpg'), url('../images/coaching-bg.jpg');
  background-position: 0px 0px, 50% 40%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: 0 60px 100px -50px rgba(0, 120, 248, 0.24);
}

.alternating-blocks.education {
  max-width: 1180px;
  min-height: 600px;
  margin-top: 4%;
  margin-bottom: 4%;
  padding-right: 7%;
  border-radius: 17px;
  background-image: url('../images/app-bg.png');
  background-position: 0% 50%;
  background-size: cover;
  box-shadow: 0 59px 100px -50px rgba(86, 96, 115, 0.7);
}

.alternating-blocks.real-time-monitoring {
  max-width: 1180px;
  min-height: 600px;
  margin-top: 4%;
  margin-bottom: 4%;
  padding-left: 7%;
  border-radius: 17px;
  background-image: linear-gradient(225deg, transparent, rgba(21, 16, 25, 0.76) 64%, #3f2f4d), url('../images/Indian-Man.jpg'), url('../images/wellbeing.jpg');
  background-position: 0px 0px, 0% 10%, 0px 0px;
  background-size: auto, cover, cover;
  background-repeat: repeat, no-repeat, repeat;
  box-shadow: 0 60px 100px -50px rgba(91, 53, 67, 0.4);
}

.alternating-blocks.personalised {
  max-width: 1180px;
  min-height: 600px;
  padding-right: 4%;
  padding-left: 7%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 17px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.64)), to(rgba(0, 0, 0, 0.64))), url('../images/foods.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64)), url('../images/foods.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  box-shadow: 0 60px 100px -50px rgba(86, 96, 115, 0.32);
  text-shadow: 6px 0 25px #000;
}

.alternating-blocks.meetups {
  min-height: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.alternating-blocks.wellbeing-audio {
  max-width: 1180px;
  min-height: 300px;
  margin-top: 4%;
  padding-right: 7%;
  padding-left: 7%;
  border-radius: 17px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/iStock-32x.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/iStock-32x.jpg');
  background-position: 0px 0px, 0% 100%;
  background-size: auto, cover;
}

.alternating-blocks.nutrition-video {
  max-width: 1180px;
  min-height: 300px;
  margin-top: 4%;
  padding-right: 7%;
  padding-left: 7%;
  border-radius: 17px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/iStock-12x.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/iStock-12x.jpg');
  background-position: 0px 0px, 0% 100%;
  background-size: auto, cover;
}

.alternating-blocks.sleep-audio {
  max-width: 1180px;
  min-height: 300px;
  margin-top: 4%;
  padding-right: 7%;
  padding-left: 7%;
  border-radius: 17px;
  background-image: url('../images/iStock-22x.jpg');
  background-position: 0% 100%;
  background-size: cover;
}

.alternating-blocks.exercise-video {
  max-width: 1180px;
  min-height: 300px;
  margin-top: 4%;
  padding-right: 7%;
  padding-left: 7%;
  border-radius: 17px;
  background-image: url('../images/iStock-10349280762x.jpg');
  background-position: 0% 100%;
  background-size: cover;
}

.how-it-works-blocks {
  padding-right: 3%;
  padding-left: 3%;
}

.image-13 {
  max-width: 100%;
}

.alternating-block-header {
  color: #fff;
  font-size: 2.6rem;
}

.why-it-works {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  padding: 70px 3% 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-14 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.why-it-works-block-header {
  margin-top: 0px;
  font-size: 1.3rem;
  line-height: 1.4;
}

.half-and-half {
  margin-top: 100px;
}

.half-width {
  width: 50%;
  padding: 35px 6%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.half-width.with-image {
  min-height: 730px;
  background-image: url('../images/reverse-t2.jpg');
  background-position: 50% 20%;
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
}

.half-width.with-image.de {
  position: relative;
  top: 0px;
  bottom: 0px;
  width: auto;
  min-width: 40vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/IMG_7095-1.jpeg'), url('../images/reverse-t2.jpg');
  background-position: 50% 50%, 50% 20%;
  background-size: cover, cover;
  background-repeat: no-repeat, repeat;
}

.full-page-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #5a5cfb;
}

.highlight-quote {
  font-family: Circularstd, sans-serif;
  color: #fff;
  font-size: 4rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}

.achievement-chip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  padding: 4px 8px 4px 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.achievement-chip.top {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.achievement-chip.top.testimonials {
  margin-top: 12px;
}

.achievement-chip.last {
  margin-bottom: 16px;
}

.achievement-chip.margin {
  margin-right: 16px;
}

.achievement-trophy {
  height: 20px;
  margin-top: 2px;
  margin-right: 8px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.achievement-text {
  max-width: 60ch;
  font-family: Circularstd, sans-serif;
  color: #062940;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 700;
}

.achievement-text.big {
  font-family: 'Circularstd book', sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.stat {
  font-size: 1.5rem;
  font-weight: 500;
}

.link-block {
  display: none;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.samsung-partnership {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.samsung-logo {
  height: 32px;
  margin-left: 12px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  opacity: 0.6;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.samsung-logo:hover {
  opacity: 1;
}

.div-block-17 {
  display: -ms-grid;
  display: grid;
  margin-bottom: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.password-criteria {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  font-size: 16px;
}

.password-criteria-icon {
  margin-right: 8px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.password-criteria-label {
  color: #062940;
  font-size: 1rem;
}

.password-criteria-label.unmet {
  color: #d83e38;
}

.red {
  color: #d83e38;
}

.book {
  min-width: 55px;
  border-radius: 8px;
}

.article-overlay {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 160px;
  border-radius: 8px;
  background-image: none;
}

.article-title {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  padding: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 13px;
  background-color: hsla(0, 0%, 100%, 0.8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  font-family: Circularstd, sans-serif;
  color: #062940;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -0.03px;
  cursor: pointer;
}

.article-title.white {
  margin-bottom: 24px;
  color: #fff;
  font-size: 2.5rem;
  text-align: left;
}

.image-17 {
  width: 100%;
  height: 400px;
  border-radius: 13px;
  box-shadow: 14px 14px 0 0 #5a5cfb;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.white {
  color: #fff;
}

.white.link.faded {
  opacity: 0.5;
}

.white.pcn {
  font-size: 2.9rem;
}

.testimonial-circle {
  width: 40px;
  height: 40px;
  margin-right: 12px;
  float: left;
  border-radius: 9999px;
  -o-object-fit: cover;
  object-fit: cover;
}

.certification-box {
  max-width: 1180px;
  margin-right: auto;
  margin-bottom: 48px;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.certification-box.top-margin {
  margin-top: 40px;
}

.certification-header {
  margin-top: 24px;
  margin-bottom: 12px;
  color: #747474;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
}

.certifications-grid {
  max-width: 810px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  grid-column-gap: 24px;
  -ms-grid-columns: 0.25fr 0.25fr 0.25fr 0.25fr 0.25fr 0.25fr 0.25fr 0.25fr 0.25fr;
  grid-template-columns: 0.25fr 0.25fr 0.25fr 0.25fr 0.25fr 0.25fr 0.25fr 0.25fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.certifications-grid.small {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-column-gap: 12px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.award-image {
  opacity: 0.7;
  -webkit-filter: saturate(10%);
  filter: saturate(10%);
  -webkit-transition: opacity 300ms ease, -webkit-filter 200ms ease;
  transition: opacity 300ms ease, -webkit-filter 200ms ease;
  transition: filter 200ms ease, opacity 300ms ease;
  transition: filter 200ms ease, opacity 300ms ease, -webkit-filter 200ms ease;
  -o-object-fit: contain;
  object-fit: contain;
}

.award-image:hover {
  opacity: 1;
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.meetups-image {
  display: block;
  width: 480px;
  margin-right: auto;
  margin-left: auto;
}

.social-proofing-number {
  padding-left: 12px;
  font-size: 1.4rem;
}

.social-proofing-number.dark {
  margin-bottom: 0px;
  color: #0078f8;
}

.disclaimer {
  margin-top: 10px;
  opacity: 0.8;
  font-size: 0.8rem;
  text-align: center;
}

.disclaimer.white {
  color: #fff;
}

.social-proofing.white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
}

.social-proofing-header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-proofing-header-wrapper.centered {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid-3 {
  width: 390px;
  margin-top: 24px;
  margin-bottom: 48px;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  text-align: left;
}

.image-7 {
  width: 32px;
  height: 28px;
}

.small-blocks-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.small-blocks-2.top {
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.feature-icon-2 {
  margin-top: 8px;
  margin-right: 24px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.dark {
  color: #062940;
}

.meetups-block {
  max-width: 1180px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  padding: 7% 2% 4%;
  border-radius: 13px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/nutrition-panel-background.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/nutrition-panel-background.png');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  box-shadow: 0 100px 100px -60px rgba(12, 62, 79, 0.32);
  text-align: center;
}

.meetups {
  padding-right: 20px;
  padding-left: 20px;
}

.button {
  margin-top: 40px;
  padding: 18px 40px;
  border-radius: 3px;
  background-color: #008a00;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #fff;
  font-size: 1.2em;
  cursor: pointer;
}

.button:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.button.secondary {
  display: none;
  margin-top: 16px;
  margin-left: 0px;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #fff;
  font-size: 1.2rem;
  text-decoration: none;
}

.fontawesome-2 {
  font-family: 'Fa solid 900', sans-serif;
  color: #008a00;
  font-size: 1rem;
  font-weight: 400;
}

.fontawesome-2.white {
  margin-right: 4px;
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
}

.background-video-2 {
  position: fixed;
  width: 100vw;
  height: 200vh;
}

.div-block-20 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.63);
  opacity: 1;
}

.vbg-grid {
  max-width: 1180px;
  margin: 64px auto;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.insurance-grid {
  max-width: 940px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.insurance-price-grid {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.field-explainer {
  margin-top: 4px;
  color: rgba(86, 96, 115, 0.7);
  font-size: 1rem;
}

.insurance-stepper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 20px;
  margin-bottom: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.insurance-page {
  min-width: 50px;
  margin-right: 8px;
  margin-left: 8px;
  padding-right: 24px;
  padding-left: 24px;
  border-radius: 100px;
  background-color: rgba(91, 97, 124, 0.1);
  line-height: 25px;
  text-align: center;
}

.video-count {
  margin-top: 4px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.4;
}

.resources {
  margin-top: 64px;
}

.download-card {
  max-height: 480px;
  max-width: 720px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.link-block-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 10px;
  bottom: -10px;
}

.resource-title {
  margin-top: 16px;
  margin-bottom: 12px;
  font-family: Circularstd, sans-serif;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: left;
  letter-spacing: -0.03px;
  cursor: pointer;
}

.video-description-copy {
  font-size: 1.2rem;
  cursor: pointer;
}

.video-description-copy.white {
  color: #fff;
  text-align: left;
}

.resources-header {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: left;
}

.video-library-horizontal-grid-copy {
  width: 100%;
  margin-top: 36px;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 40px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.resource-description {
  color: #fff;
  font-size: 1.2rem;
  text-align: left;
  cursor: pointer;
}

.search-page-navbar {
  background-color: transparent;
}

.search-result-item {
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 1rem;
}

.search-results-container {
  max-width: 940px;
}

.search-result-paragraph {
  max-width: 60ch;
}

.search-result-url {
  margin-bottom: 8px;
  color: #5e727d;
}

.search-result-link {
  display: block;
  margin-bottom: 8px;
  font-family: Circularstd, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}

.flag-3 {
  width: 25px;
  height: 25px;
  margin-right: 12px;
  background-image: url('../images/uk-flag.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.flag-5 {
  width: 25px;
  height: 25px;
  margin-right: 14px;
  border-radius: 100px;
  background-image: url('../images/de_CH-flag-24px.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.language-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 45px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #484646;
  text-decoration: none;
}

.language-link:hover {
  color: #0078f8;
}

.flag-4 {
  width: 25px;
  height: 25px;
  margin-right: 14px;
  background-image: url('../images/de-flag.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.langauge-line-base {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 1px;
  background-color: rgba(155, 158, 184, 0.22);
}

.flag-2 {
  width: 25px;
  height: 25px;
  margin-right: 12px;
  background-image: url('../images/ca-flag.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.language-dropdown {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.language-toggle {
  margin-left: 8px;
  padding: 16px 40px 16px 16px;
  border-radius: 4px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #20355a;
}

.langauge-line-break {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 0%;
  height: 1px;
  background-color: #5b3acc;
}

.flag-1 {
  width: 25px;
  height: 25px;
  margin-right: 12px;
  background-image: url('../images/in-flag.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.language-list {
  background-color: #d99f9f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.language-list.w--open {
  top: 29px;
  right: -23px;
  min-width: 220px;
  padding: 8px 16px 8px 14px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 18px 18px 45px 19px rgba(79, 94, 120, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.work-with {
  display: block;
  margin-right: auto;
  margin-bottom: 8px;
  margin-left: auto;
}

.we-work-with-section {
  display: -ms-grid;
  display: grid;
  max-width: 940px;
  margin: 24px auto 64px;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.we-work-with-label {
  color: #062940;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
}

._12-col {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.condensed {
  font-size: 2.8rem;
}

.text-block-13 {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 9999px;
  background-image: linear-gradient(225deg, #0078f8, #b134ff);
  font-family: Circularstd, sans-serif;
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}

.augmenting-healthcare-section {
  overflow: hidden;
  padding: 70px 3% 80px;
  background-image: url('../images/dots.svg'), url('../images/dots.svg');
  background-position: 60% 86%, 100% 0%;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
}

.augmenting-healthcare-image {
  min-width: 850px;
  border-radius: 16px;
  box-shadow: 0 20px 100px -50px rgba(86, 96, 115, 0.7);
}

.flag-6 {
  width: 25px;
  height: 25px;
  margin-right: 12px;
  background-image: url('../images/ie-flag.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._1-col {
  width: 8.33%;
}

.text-block-14 {
  color: #062940;
  white-space: nowrap;
}

.text-block-14:hover {
  color: #0078f8;
}

.heading-16 {
  font-size: 3rem;
}

.data-security {
  padding-top: 32px;
  padding-bottom: 100px;
}

.whats-included-de {
  margin-top: 100px;
}

.heading-17 {
  font-size: 3.1rem;
}

.percentage-callout-2 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Circularstd, sans-serif;
  color: #062940;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
}

.feature-text-2 {
  margin-bottom: 0px;
  padding-right: 0px;
  font-family: 'Circularstd book', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0px;
}

.achievement-text-2 {
  font-family: Circularstd, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 700;
}

.achievement-text-2.big {
  font-family: 'Circularstd book', sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.button-hero-2 {
  display: block;
  max-width: 310px;
  min-width: 200px;
  margin-top: 0px;
  margin-right: auto;
  padding: 18px 32px;
  float: left;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  border-radius: 100px;
  background-image: linear-gradient(40deg, #b134ff, #0078f8);
  box-shadow: 0 8px 32px -12px #5a5cfb;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Circularstd, sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
}

.button-hero-2:hover {
  background-color: #30cde3;
}

.button-hero-2.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-hero-2.top-margin {
  margin-top: 36px;
  margin-right: auto;
}

.paragraph-4 {
  max-width: 650px;
  margin-bottom: 30px;
  font-family: 'Circularstd book', sans-serif;
  color: #5e727d;
  font-size: 1.2rem;
  line-height: 1.4;
}

.tab-h1-2 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #0078f8;
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.heading-18 {
  font-size: 3.1rem;
}

.uri-hero {
  display: block;
  width: 65%;
  margin-right: auto;
  margin-left: auto;
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.floating-block {
  position: fixed;
  bottom: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 24px 32px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  background-color: #fff;
  box-shadow: 0 0 100px -50px rgba(86, 96, 115, 0.7);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.div-block-21 {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-image: linear-gradient(225deg, #0078f8, #b134ff);
}

.small-logo {
  width: 100px;
  margin-right: auto;
  margin-left: auto;
}

.coaching-steps {
  width: 40px;
  height: 40px;
  margin-right: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #ffad79;
  border-radius: 9999px;
  background-color: #ca5c13;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.45;
  text-align: center;
}

.coaching-steps.small-margin {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 16px;
  border-color: #7577ff;
  background-color: #fff;
  color: #062940;
}

.walkthrough-block {
  position: relative;
  padding: 24px;
}

.walkthrough-block.centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 13px;
  background-image: linear-gradient(45deg, #b134ff, #0078f8);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #fff;
}

.walkthrough-block.centered:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.white-link {
  color: #fff;
  text-decoration: underline;
}

.white-link.w--current {
  text-decoration: none;
}

.strip-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d43900;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(212, 57, 0, 0.7)), to(rgba(212, 57, 0, 0.7)));
  background-image: linear-gradient(180deg, rgba(212, 57, 0, 0.7), rgba(212, 57, 0, 0.7));
  color: #fff;
}

.schedule-title {
  color: #0078f8;
  font-size: 1.8rem;
  letter-spacing: -0.03em;
}

.session-details {
  font-size: 1.1rem;
}

.session-card {
  margin-top: 24px;
  margin-bottom: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(86, 96, 115, 0.1);
  border-radius: 13px;
  box-shadow: 0 49px 100px -50px rgba(86, 96, 115, 0.16);
}

.session-wrap {
  padding: 16px 24px 32px;
}

.session-image {
  border-radius: 13px 13px 0px 0px;
}

.video {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: justify;
}

.previous {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 35px;
  margin-right: auto;
  margin-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.45;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.previous:hover {
  opacity: 1;
}

.details-right {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-right: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-15 {
  color: #062940;
  font-weight: 500;
}

.title-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 24px;
  margin-left: 24px;
}

.form-title-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.error-message-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.counter-image {
  width: 16px;
  margin-right: 5px;
}

.slider-content-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 90px 24px 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 13px;
  background-color: #fff;
  text-align: center;
}

.previous-button-2 {
  padding: 5px 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 1;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  color: #5b617c;
  font-size: 1.1rem;
  text-indent: -2px;
}

.previous-button-2:hover {
  border-bottom-color: rgba(0, 0, 0, 0.55);
  opacity: 1;
}

.slider-6 {
  position: relative;
  height: 680px;
  max-width: 700px;
  background-color: transparent;
}

.form-content-2 {
  width: 100%;
}

.form-content-2.final {
  margin-bottom: 0px;
}

.checkbox_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox_wrap.bottom-margin {
  margin-bottom: 16px;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  height: 140px;
  min-width: 150px;
  margin-right: 6px;
  margin-left: 6px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav-bottom {
  display: none;
}

.checkbox-image {
  position: relative;
  z-index: 40;
  width: 24px;
}

.arrow-4 {
  width: 16px;
  margin-right: 8px;
}

.checkbox {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  border-radius: 10px;
  opacity: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.checkbox:active {
  border: 1px solid #000;
}

.next {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 9999px;
}

.form12_checkbox_field {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-right: 5px;
  margin-bottom: 32px;
  margin-left: 5px;
  padding: 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-style: solid;
  border-width: 1.2px;
  border-color: rgba(62, 52, 200, 0.1);
  border-radius: 13px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.form12_checkbox_field:hover {
  background-color: rgba(90, 92, 251, 0.04);
  box-shadow: 0 4px 32px -24px #5a5cfb;
}

.form12_checkbox_field.long {
  width: 100%;
  margin-bottom: 16px;
  padding: 12px 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-6 {
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 20px;
}

.text-counter {
  color: rgba(91, 97, 124, 0.45);
  font-size: 14px;
}

.form-full-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 64px;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.checkbox-title-2 {
  z-index: 5;
  margin-top: 16px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1rem;
}

.checkbox-title-2.long {
  margin-top: 0px;
  margin-left: 16px;
  font-size: 1.2rem;
  text-align: left;
}

.form-wrapper-2 {
  display: block;
  margin-bottom: 0px;
  padding: 0px;
}

.input-wrapper {
  width: 100%;
  text-align: left;
}

.results-section {
  padding-top: 4%;
  padding-bottom: 16%;
  background-image: url('../images/angle-bottom.svg'), url('../images/iStock-1172175032.jpg');
  background-position: 50% 101%, 0px 0px;
  background-size: 100vw, cover;
  background-repeat: no-repeat, repeat;
}

.quiz-result {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 510px;
  margin: 24px auto 2%;
  padding: 24px 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 17px;
  background-color: #fff;
  box-shadow: -18px 18px 0 0 #5a5cfb, 0 60px 100px -50px rgba(21, 28, 52, 0.54);
  text-align: center;
}

.quiz-result-icon {
  position: relative;
  top: -7px;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.quiz-results-focus-title {
  font-family: Circularstd, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.recommended-focus {
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
}

.focus-card-subheader {
  margin-bottom: 12px;
  font-family: Circularstd, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: left;
  letter-spacing: -0.03em;
}

.focus-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.focus-text-wrapper.no-margin {
  margin-bottom: 0px;
}

.div-block-22 {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1;
  width: 50%;
  height: 50%;
  border-radius: 13px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0078f8), to(#b134ff));
  background-image: linear-gradient(180deg, #0078f8, #b134ff);
}

.content-pullout-section {
  overflow: hidden;
}

.example-content-title {
  position: relative;
  margin-top: 12px;
  padding-left: 6px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Circularstd, sans-serif;
  color: #0078f8;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.slider-8 {
  overflow: visible;
  width: 100%;
  height: 100%;
  max-width: 500px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.slide-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  min-height: 350px;
  padding: 24px 44px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.mask-7 {
  overflow: visible;
  background-color: transparent;
}

.arrow-left {
  left: -25px;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 55px;
  height: 55px;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 rgba(27, 45, 69, 0.1);
}

.content-example-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-example-image {
  position: relative;
  border-radius: 13px;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide-nav-3 {
  display: none;
}

.slide-9 {
  overflow: hidden;
  margin-right: 24px;
  padding: 0px;
  border-radius: 15px;
  background-color: #fff;
}

.arrow-icon {
  color: #1b2d45;
  font-size: 15px;
}

.arrow-right {
  left: auto;
  top: 0%;
  right: -25px;
  bottom: 0%;
  width: 55px;
  height: 55px;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 rgba(27, 45, 69, 0.1);
}

.image-container {
  overflow: hidden;
  width: 430px;
  height: 260px;
  border-radius: 13px;
  box-shadow: 0 8px 24px -5px rgba(86, 96, 115, 0.7);
}

.div-block-23 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  width: 430px;
  height: 260px;
  margin-top: 24px;
  margin-left: 35px;
  border-radius: 13px;
  background-image: url('../images/play-large.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: url('../images/play-large.svg'), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-position: 50% 50%, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
}

.reviews-section {
  height: 600px;
  margin-top: 36px;
  background-image: url('../images/angle-bottom.svg'), url('../images/angle-top.svg'), url('../images/iStock-1172175032.jpg');
  background-position: 50% 101%, 50% -1%, 50% 50%;
  background-size: 101%, 101%, cover;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.reviews-wrapper {
  position: relative;
  top: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: center;
}

.review-text {
  color: #fff;
}

.nutritional-approach-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.nutritional-approach-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.benefits-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  margin-top: 12px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nutritional-approach {
  border-radius: 13px;
  -o-object-fit: contain;
  object-fit: contain;
}

.dietary-type-wrapper {
  margin-top: 32px;
}

.diet-tab {
  margin-right: 16px;
  padding: 6px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e4e8;
  border-radius: 999px;
  background-color: #fff;
}

.diet-tab:hover {
  background-color: #f5f5f5;
}

.diet-tab.w--current {
  border-color: transparent;
  background-image: linear-gradient(225deg, #0078f8, #b134ff);
  box-shadow: 4px 4px 13px 0 #5a5cfb;
  color: #fff;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/dashed-line.svg');
  background-position: 50% 50%;
  background-size: 26px;
  background-repeat: repeat-x;
}

.meal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.meal.last {
  margin-right: 0px;
}

.meals-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.meal-image {
  width: 140px;
  height: 140px;
  margin-bottom: 16px;
  border-radius: 13px;
}

.meal-title {
  margin-bottom: 12px;
  font-family: Circularstd, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.tab-link-tab-1 {
  padding-right: 12px;
  padding-left: 12px;
  background-color: transparent;
  opacity: 0.6;
}

.tab-link-tab-1.w--current {
  padding-right: 12px;
  padding-left: 12px;
  background-color: transparent;
  opacity: 1;
}

.tab-link-tab-2 {
  padding-right: 12px;
  padding-left: 12px;
  background-color: transparent;
  opacity: 0.6;
}

.tab-link-tab-2.w--current {
  background-color: transparent;
  opacity: 1;
}

.tab-link-tab-4 {
  padding-right: 12px;
  padding-left: 12px;
  background-color: transparent;
  opacity: 0.6;
}

.tab-link-tab-4.w--current {
  background-color: transparent;
  opacity: 1;
}

.tab-link-tab-3 {
  padding-right: 12px;
  padding-left: 12px;
  background-color: transparent;
  opacity: 0.6;
}

.tab-link-tab-3.w--current {
  background-color: transparent;
  opacity: 1;
}

.tabs-menu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.scroll-prompt-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  text-align: center;
}

.scroll-prompt {
  width: 64px;
  height: 64px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.sticky-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.slider-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 4px;
  padding-left: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.slider-block.left-aligned {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slider-title {
  margin-right: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 400;
}

.price-field {
  min-height: 55px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1.3px solid #bec9d5;
  border-radius: 4px;
  font-size: 16px;
}

.price-field:focus {
  border-width: 1.3px;
  border-color: #007bfc;
}

.price-field::-webkit-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.price-field:-ms-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.price-field::-ms-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.price-field::placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.regular-checkbox {
  width: 24px;
  height: 24px;
  margin-top: 0px;
  margin-right: 12px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.regular-checkbox.w--redirected-checked {
  border-radius: 4px;
  background-image: none, linear-gradient(45deg, #b134ff, #0078f8);
  background-position: 50% 50%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.regular-checkbox-label {
  text-align: left;
}

.regular-checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-image {
  max-height: 64px;
}

.mental-health-grid {
  width: 100%;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.mental-health-question-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.lottie-animation-4 {
  display: block;
  width: 252px;
  height: 70px;
}

.top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 940px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.invocations-section {
  padding-top: 8%;
  padding-bottom: 8%;
  background-image: url('../images/angle-bottom.svg'), url('../images/angle-top.svg'), linear-gradient(45deg, rgba(177, 52, 255, 0.52), rgba(0, 120, 248, 0.74)), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Black-Woman-laying-on-Sofa-Smaller.jpg');
  background-position: 50% 101%, 50% -1%, 0px 0px, 0px 0px, 50% 100%;
  background-size: 100vw, 100vw, auto, auto, cover;
  background-repeat: no-repeat, no-repeat, repeat, repeat, repeat;
}

.device-image {
  height: 150px;
  margin-bottom: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.device-image.nest {
  height: 210px;
}

.device-grid-block {
  position: relative;
  padding-right: 16px;
  padding-left: 16px;
  text-align: center;
}

._4-col {
  width: 33.33%;
  margin-right: 20px;
}

._4-col.last {
  margin-right: 0px;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.lottie-animation-5 {
  position: absolute;
  left: 29%;
  top: -56%;
  right: 0%;
  bottom: 0%;
  width: 200px;
}

.lottie-animation-5.nest {
  left: 12%;
}

.image-18 {
  position: relative;
}

.alexa-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.alexa-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 20px;
  background-color: rgba(90, 92, 251, 0.05);
  text-align: center;
}

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

.image-19 {
  height: 55px;
  margin-top: 36px;
  margin-left: 24px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.image-19:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.lottie-animation-6 {
  display: none;
}

.navbar-dropdown {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.navbar-dropdown-toggle {
  margin-left: 4px;
  padding: 16px 24px 16px 4px;
  border-radius: 4px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.navbar-dropdown-toggle:hover {
  color: #0078f8;
}

.navbar-dropdown-toggle.w--open {
  color: #0078f8;
}

.navbar-dropdown-list {
  background-color: #d99f9f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.navbar-dropdown-list.w--open {
  top: 48px;
  right: -23px;
  max-width: 300px;
  padding: 8px 16px 8px 14px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 18px 18px 45px 19px rgba(79, 94, 120, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.icon {
  right: -7px;
  font-family: 'Fa solid 900', sans-serif;
  font-weight: 400;
}

.grid-4 {
  margin-top: 24px;
  margin-bottom: 48px;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 50px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  text-align: left;
}

.developer-block {
  max-width: 1180px;
  margin: 100px auto;
  padding-top: 4%;
  padding-bottom: 4%;
  color: #062940;
  text-align: center;
}

.rounded-edges {
  margin-bottom: 8px;
  border-radius: 13px;
}

.rounded-edges.right-margin {
  margin-right: 32px;
}

.risk-grid {
  max-width: 800px;
  padding-left: 24px;
}

.risk-grid.top-margin {
  margin-top: 24px;
}

.risk-based-engine {
  padding: 16px 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e4e8;
  border-radius: 13px;
  background-color: #fff;
  box-shadow: 0 24px 50px -60px #000;
  text-align: center;
}

.engine-feature {
  max-width: 600px;
  margin-right: auto;
  margin-bottom: 8px;
  margin-left: auto;
  padding: 8px 12px;
  border-radius: 13px;
  background-color: rgba(226, 228, 232, 0.5);
}

.pathway-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.engine-icon {
  width: 36px;
  height: 32px;
  margin-right: 4px;
}

.text-block-16 {
  font-family: Circularstd, sans-serif;
  font-weight: 700;
  letter-spacing: -0.25px;
}

.gradient-highlight {
  padding-top: 12px;
  padding-bottom: 12px;
  border-style: dashed;
  border-width: 2px;
  border-color: #e2e4e8;
  border-radius: 13px;
  text-align: center;
}

.div-block-25 {
  padding: 24px;
}

.health-engagement {
  padding-top: 8%;
  padding-bottom: 8%;
  background-image: url('../images/angle-bottom.svg'), url('../images/angle-top.svg'), url('../images/futurey-data-background-dark.png');
  background-position: 50% 101%, 50% -1%, 100% 100%;
  background-size: 100vw, 100vw, cover;
  background-repeat: no-repeat, no-repeat, repeat;
}

.div-block-26 {
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.triple-grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.api-grid {
  max-width: 800px;
}

.api-grid.top-margin {
  margin-top: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.api-feature {
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 8px 12px;
  border-radius: 13px;
  background-color: rgba(226, 228, 232, 0.5);
}

._3-col {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-21 {
  display: block;
  margin: auto;
}

.feature-image {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.image-22 {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.pullout-grid {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  background-image: url('../images/dotted-line-wide.svg'), url('../images/dotted-line-wide.svg'), url('../images/dotted-line-wide.svg');
  background-position: 50% 54%, 50% 10%, 60% 32%;
  background-size: 80%, 80% 70px, 80% 60px;
  background-repeat: no-repeat, no-repeat, no-repeat;
  text-align: center;
}

.pullout-grid.top-margin {
  margin-top: 64px;
  background-position: 50% 65%, 50% 34%, 60% 50%;
}

.lottie-animation-7 {
  position: absolute;
  left: 393px;
}

.lottie-animation-8 {
  position: absolute;
  left: 0px;
  top: 314px;
  right: 0px;
  z-index: -1;
  height: 320px;
  opacity: 0.66;
}

.div-block-28 {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.multi-platform-ecosystem {
  position: relative;
  padding-right: 3%;
  padding-bottom: 3%;
  padding-left: 3%;
}

.multi-platform-ecosystem.de {
  padding-top: 36px;
}

.flex-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 4px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.flex-item.top {
  margin-top: 6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-item.top.testimonials {
  margin-top: 12px;
}

.flex-item.last {
  margin-bottom: 16px;
}

.flex-item.margin {
  margin-right: 16px;
}

.center-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.success-message-2 {
  height: 600px;
}

.text-block-17 {
  margin-top: auto;
  margin-bottom: auto;
}

._2-col {
  width: 16.66%;
  margin-right: 20px;
}

.text-block-18 {
  width: 300px;
}

.symphony-result {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
}

.form-tip {
  display: block;
  margin-top: 8px;
  font-size: 0.9rem;
  text-decoration: underline;
}

.announcement-wrapper {
  background-color: #5a5cfb;
  background-image: linear-gradient(45deg, #0078f8, #b134ff);
}

.text-block-19 {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}

.asterisk {
  position: relative;
  top: -6px;
  color: #5e727d;
  font-size: 0.7rem;
}

.circle-icon {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.circle-icon.blue {
  -webkit-filter: hue-rotate(303deg);
  filter: hue-rotate(303deg);
}

.circle-icon.green {
  -webkit-filter: hue-rotate(229deg);
  filter: hue-rotate(229deg);
}

.circle-icon.red {
  -webkit-filter: hue-rotate(103deg);
  filter: hue-rotate(103deg);
}

.circle-icon.pink {
  -webkit-filter: hue-rotate(50deg);
  filter: hue-rotate(50deg);
}

.success-anim {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.success-anim.left {
  margin-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.success-message-3 {
  background-color: transparent;
}

.field-wrapper {
  position: relative;
}

.field-wrapper.split {
  width: 50%;
  margin-right: 20px;
}

.field-wrapper.split.last {
  margin-right: 0px;
}

.unit {
  position: absolute;
  top: 54px;
  right: 12px;
}

.split-fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.search-field {
  position: relative;
  min-height: 48px;
  margin-bottom: 0px;
  padding-left: 48px;
  border: 1.3px solid #bec9d5;
  border-radius: 4px;
  background-image: url('../images/search-24px.svg');
  background-position: 12px 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-size: 16px;
  font-weight: 500;
}

.search-field:focus {
  border-width: 1.3px;
  border-color: #007bfc;
}

.search-field::-webkit-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.search-field:-ms-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.search-field::-ms-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.search-field::placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.search-field.triple-split {
  width: 33%;
  margin-right: 8px;
}

.chip {
  margin-top: 8px;
  margin-right: 12px;
  padding: 6px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e4e8;
  border-radius: 9999px;
  background-color: #fff;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #062940;
  font-size: 1rem;
}

.chip:hover {
  border-color: #0078f8;
  box-shadow: 0 0 8px 0 rgba(86, 96, 115, 0.16);
  color: #0078f8;
}

.chip.last {
  margin-right: 0px;
}

.chip-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hero-huge {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  height: 100%;
}

.address-input {
  display: block;
  overflow: hidden;
  height: 0px;
}

.health-condition-input-wrap {
  overflow: hidden;
  height: 0px;
}

.radio-buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.error-message-3 {
  margin-top: 20px;
  border-radius: 13px;
}

.hero-graphic-middle {
  position: absolute;
  left: auto;
  top: 283%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  display: block;
  opacity: 0.53;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.mid-page-accent {
  position: absolute;
  top: 454%;
  right: -272px;
  height: 440px;
  opacity: 0.3;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.mid-page-accent.left {
  left: -272px;
  top: 260%;
  right: 0px;
  z-index: 3;
}

.social-proof {
  padding-right: 3%;
  padding-left: 3%;
}

.case-study-video-section {
  position: relative;
  margin-top: 100px;
  margin-bottom: 100px;
}

.video-under {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 4%;
  object-position: 50% 4%;
}

.video-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/angle-bottom.svg'), url('../images/angle-top.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: url('../images/angle-bottom.svg'), url('../images/angle-top.svg'), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-position: 50% 105%, 0px -4%, 0px 0px;
  background-size: contain, contain, auto;
  background-repeat: no-repeat, no-repeat, repeat;
}

.lightbox-play {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 20px;
}

.lightbox-play:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.pullout-quote {
  position: relative;
  display: inline-block;
  padding-top: 10px;
  font-family: Circularstd, sans-serif;
  color: #062940;
  font-size: 1.3rem;
  font-weight: 500;
}

.pullout-quote.blue {
  color: #0078f8;
}

.client-wins {
  max-width: 450px;
  padding: 15px 20px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(86, 96, 115, 0.2);
  border-radius: 14px;
  text-align: left;
}

.client-wins.cta3-recommended-option {
  max-width: 600px;
  padding-bottom: 30px;
  border-width: 2px;
  border-radius: 14px;
}

.full-page-wrapper-light {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pullout-quote-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 42px;
  margin-bottom: 42px;
  padding: 12px 36px 16px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px 1px 1px 5px;
  border-color: #e2e4e8 #e2e4e8 #e2e4e8 #0078f8;
  border-radius: 8px;
  background-color: #fff;
}

.pullout-quote-wrapper.margin {
  margin-top: 24px;
  margin-bottom: 32px;
}

.image-23 {
  display: block;
  width: 280px;
  margin-right: auto;
  margin-left: auto;
}

.select-field {
  min-height: 48px;
  padding: 8px 12px;
  border-radius: 4px;
  background-color: #fff;
  color: rgba(97, 114, 131, 0.46);
  font-size: 16px;
}

.council-logo {
  width: 180px;
  margin-bottom: 32px;
}

.council-logo.second {
  margin-left: 8px;
}

.phone {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.grid-5 {
  margin-bottom: 20px;
  padding-top: 24px;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1.5fr 0.25fr 1.5fr 0.25fr 1.5fr;
  grid-template-columns: 1.5fr 0.25fr 1.5fr 0.25fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e4e8;
  border-radius: 13px;
}

._8-col {
  width: 66.66%;
}

.proof-grid {
  margin-top: 24px;
  margin-bottom: 48px;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  text-align: left;
}

.full-overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.drawer {
  position: relative;
  max-width: 800px;
  padding: 0px 24px 24px;
  border-radius: 8px;
  background-color: #fff;
}

.commands-grid {
  overflow: auto;
  padding: 12px 32px 24px;
  grid-row-gap: 7px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 13px;
  background-color: #f5f5f5;
}

.close-overlay {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  margin-top: 12px;
  margin-right: 12px;
  border-radius: 9999px;
  background-color: rgba(6, 41, 64, 0.65);
}

.coaching-image {
  width: 100%;
}

._9-col {
  width: 75%;
}

._11-col {
  width: 91.66%;
}

.general-button-wrap {
  display: block;
  margin-right: 10px;
}

.general-button-wrap.top-margin {
  margin-top: 32px;
}

.general-button-wrap.top-margin.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.coaching-icon {
  margin-top: 24px;
  margin-bottom: 24px;
}

.notice {
  display: block;
  overflow: hidden;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 8px 12px;
  border-radius: 8px;
  background-color: rgba(0, 120, 248, 0.1);
  color: #0078f8;
}

.snippet {
  display: inline;
  margin-top: 8px;
  padding: 5px 15px;
  border-radius: 12px;
  background-color: #f5f5f5;
  font-family: Inconsolata, monospace;
  color: #006bde;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 4px;
}

.mini-page-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8%;
  padding-bottom: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.image-24 {
  border-radius: 13px;
}

.marquee-horizontal-large {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.marquee-cover-horizontal {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: block;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(70%, hsla(0, 0%, 100%, 0)), to(#fff)), -webkit-gradient(linear, right top, left top, from(#fff), color-stop(30%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0) 70%, #fff), linear-gradient(270deg, #fff, hsla(0, 0%, 100%, 0) 30%);
}

.track-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial3-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 150px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-2 {
  max-height: 80px;
}

.rating-section {
  margin-top: 19px;
  margin-bottom: 55px;
}

.rating-grid {
  margin-right: auto;
  margin-left: auto;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  opacity: 0.8;
  font-size: 16px;
}

.rating-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #5e727d;
}

.rating-image {
  margin-right: 12px;
}

.rating-star {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
}

.rating-header {
  margin-left: 6px;
  font-family: Circularstd, sans-serif;
  color: #062940;
  font-weight: 700;
}

.orcha-image {
  width: 27%;
}

.heading-animated {
  display: inline-block;
  overflow: visible;
  min-height: 180px;
  font-size: 3rem;
  font-weight: 700;
}

.heading-animated.bottom-margin {
  margin-bottom: 10px;
}

.heading-animated._2-line {
  height: 130px;
  min-height: auto;
}

.employer-tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 358px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.employer-tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 12px 12px 12px 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e4e8;
  border-radius: 13px;
  background-color: #fff;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #062940;
  font-size: 1.2rem;
  text-align: left;
}

.employer-tab-link:hover {
  background-color: #f1f6ff;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.employer-tab-link:active {
  background-color: #e3f0ff;
}

.employer-tab-link.w--current {
  border-color: transparent;
  border-radius: 13px;
  background-color: #e0e1ff;
}

.grey-section {
  margin-top: 43px;
  margin-bottom: 43px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.employer-benefit-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  padding: 32px 20px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.employee-benefits-tab {
  padding-right: 28px;
  padding-left: 28px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.text-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.employee-benefits-image {
  margin-left: 16px;
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.tab-pane-tab-1 {
  height: 100%;
}

.small-list-number {
  min-height: 29px;
  min-width: 29px;
  margin-right: 10px;
  padding-left: 1px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 999px;
  background-image: linear-gradient(225deg, #0078f8, #b134ff);
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.1;
  text-align: center;
}

.small-list-number.green {
  background-color: #2ac088;
  background-image: none;
}

.small-list-number.green.icon {
  line-height: 1.5;
}

.chevron {
  position: absolute;
  right: 8px;
  width: 30px;
  height: 30px;
}

.employer-benefits-header {
  margin-top: 0px;
}

.tab-pane-tab-2 {
  height: 100%;
}

.tab-pane-tab-3 {
  height: 100%;
}

.tab-pane-tab-4 {
  height: 100%;
}

.tab-pane-tab-5 {
  height: 100%;
}

.instant-quote {
  margin-bottom: 60px;
}

.quote-options {
  margin-right: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.slider-block-quotes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 4px;
  padding-left: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.slider-block-quotes.left-aligned {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.instant-quote-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  padding: 32px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e4e8;
  border-radius: 13px;
  background-color: #062940;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/waves2x.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/waves2x.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  box-shadow: 0 10px 50px -40px #000;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #fff;
}

.quote-result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 39px;
  padding-left: 39px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 13px;
  background-image: linear-gradient(225deg, #0078f8, #b134ff);
  color: #fff;
}

.quote-result-price {
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Circularstd, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
}

.image-25 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.static-logo-marquee {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.static-logo-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.74;
}

.large {
  font-size: 1.6rem;
}

.text-span-3 {
  color: #0078f8;
  font-size: 1.6rem;
}

.image-26 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.included-block-header {
  position: relative;
  top: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-27 {
  margin-bottom: 20px;
  padding-right: 1px;
  padding-left: 1px;
  border-radius: 999px;
  background-color: rgba(86, 96, 115, 0.24);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.link-block-3 {
  width: 100%;
}

.cta-item-grid {
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.discount-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.24)), to(rgba(0, 0, 0, 0.24))), url('../images/sunrise-2.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24)), url('../images/sunrise-2.png');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.discount-left {
  position: relative;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 30%;
  min-width: 30%;
  padding-top: 64px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
}

.discount-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 59%;
  padding: 48px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-2 {
  padding-left: 0px;
}

.list-2.contained {
  margin-top: 16px;
  padding-left: 0px;
  text-align: left;
}

.list-item-2 {
  margin-bottom: 12px;
  padding-left: 36px;
  background-image: url('../images/ic-small-circle-tick.svg');
  background-position: 0% 20%;
  background-size: 1.3rem;
  background-repeat: no-repeat;
  font-size: 1rem;
  line-height: 1.4;
  list-style-type: none;
}

.list-item-2.larger {
  background-image: url('../images/check-active.svg');
  font-size: 1.1rem;
}

.gro-logo {
  padding: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e4e8;
  border-radius: 13px;
  background-color: #fff;
}

.slider-right-2 {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 9999px;
  background-color: #0a0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 1.2em;
  font-weight: 500;
  text-align: center;
}

.slider-right-2:hover {
  background-color: #3dcc3d;
}

.slider-right-2.paypal {
  background-color: #ffc439;
}

.slider-right-2.paypal:hover {
  background-color: #f1ba38;
}

.receipt-flex-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
}

.receipt-flex-2.old-values {
  color: #5b617c;
}

.receipt-flex-2.larger {
  font-size: 1.1rem;
  font-weight: 600;
}

.form-title-wrap-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.field-helper-text {
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #5e727d;
  font-size: 14px;
  font-weight: 400;
}

.field-helper-text.top-margin {
  margin-top: 24px;
}

.field-helper-text.left {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.paypal-button {
  width: 100%;
}

.text-span-4 {
  font-weight: 700;
  text-decoration: underline;
}

.separator-2 {
  width: 100%;
  height: 24px;
  margin-top: 24px;
  border-top: 2px dashed rgba(91, 97, 124, 0.25);
}

.form-content-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  padding: 36px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(86, 96, 115, 0.7);
  border-radius: 13px;
  background-color: #fff;
}

.discount-image {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0px;
  margin-right: auto;
  margin-left: auto;
}

.list-3 {
  padding-right: 24px;
  padding-left: 20px;
}

.list-3.contained {
  margin-top: 16px;
  padding-left: 0px;
  text-align: left;
}

.testimonial-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  padding: 12px;
}

.testimonial-circle-2 {
  width: 40px;
  height: 40px;
  margin-right: 12px;
  float: left;
  border-style: solid;
  border-width: 2px;
  border-color: #0078f8;
  border-radius: 9999px;
}

.button-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 660px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider-right-3 {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 4px;
  background-color: #b134ff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 1.2em;
  font-weight: 500;
  text-align: center;
}

.slider-right-3:hover {
  background-color: #3dcc3d;
}

.card-types {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
}

.terms-agreement-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.1em;
}

.terms-agreement-2.reg {
  margin-top: 2px;
  margin-bottom: 24px;
}

.field-label {
  margin-bottom: 8px;
  color: #051f33;
  font-size: 1rem;
  font-weight: 500;
}

.form-paragraph-2 {
  color: #5b617c;
  font-size: 18px;
  line-height: 23px;
}

.field-helper-text-2 {
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #5b617c;
  font-size: 14px;
  font-weight: 400;
}

.field-helper-text-2.left {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.checkbox-6 {
  width: 24px;
  height: 24px;
  margin-top: 0px;
  margin-right: 8px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.checkbox-6.w--redirected-checked {
  background-color: #0a0;
  background-size: contain;
}

.checkbox-6.w--redirected-focus {
  box-shadow: 0 0 3px 1px rgba(1, 121, 213, 0.28);
}

.receipt-detail-2 {
  width: 50%;
}

.receipt-detail-2.left {
  width: 70%;
}

.receipt-detail-2.right {
  width: 40%;
  line-height: 1.4;
  text-align: right;
}

.card-type {
  height: 50px;
  margin-right: 8px;
}

.text-field {
  position: relative;
  min-height: 48px;
  border: 1.3px solid #bec9d5;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 500;
}

.text-field:focus {
  border-width: 1.3px;
  border-color: #007bfc;
}

.text-field::-webkit-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.text-field:-ms-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.text-field::-ms-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.text-field::placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.text-field.triple-split {
  width: 33%;
  margin-right: 8px;
}

.checkbox-label {
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #062940;
}

.dob-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
}

.password-criteria-label-2.unmet {
  color: #d83e38;
}

.form-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-paragraph-3 {
  max-width: 550px;
  color: #5b617c;
  font-size: 18px;
  line-height: 23px;
}

.additional-infof {
  margin-top: 60px;
  color: hsla(0, 0%, 100%, 0.62);
  font-size: 16px;
}

.pricing-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-text-mobile {
  display: none;
  color: #848199;
  font-size: 15px;
}

.button-wrap-3 {
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
}

.price-grid {
  width: 100%;
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.feature-check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.length-text {
  color: #848199;
  font-size: 22px;
}

.price-type {
  margin-top: 0px;
  color: #062940;
}

.check {
  position: absolute;
  right: 16px;
  width: 45px;
  height: 45px;
  border-style: solid;
  border-width: 1px;
  border-color: #4bd964;
  border-radius: 9999px;
  background-image: url('../images/check-active.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.check.inactive {
  right: 16px;
  border-color: #e2e4e8;
  background-image: none;
  background-size: auto;
}

.pricing-column-white {
  padding: 21px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 16px 16px 42px 0 rgba(23, 18, 63, 0.12);
}

.feature-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-text-3 {
  color: #848199;
  font-size: 15px;
}

.button-pricing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  min-height: 52px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #f496d1;
  color: #5243c2;
  font-size: 15px;
  text-align: center;
}

.pricing-column {
  padding: 21px;
}

.pricing-column-features {
  padding: 21px;
}

.feature-grid {
  justify-items: start;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
}

.pricing-button {
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 1px solid #ebecf0;
  border-radius: 100px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #7540ee;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pricing-button:hover {
  background-color: #7540ee;
  color: #fff;
}

.pricing-button.white {
  color: #fff;
}

.pricing-button.white:hover {
  background-color: #fff;
  color: #7540ee;
}

.pricing-details-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #5a5cfb;
}

.pricing-column-03 {
  width: 33.333333333333336%;
  padding: 10px;
}

.pricing-check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-radius: 13px;
  background-color: #fff;
  box-shadow: 1px 1px 35px 0 #ebecf0;
}

.pricing-card.purple {
  background-color: #5a5cfb;
}

.pricing-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pricing-text {
  max-width: 560px;
  margin-bottom: 0px;
  color: #062940;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}

.pricing-text.white {
  color: #fff;
}

.pricing {
  margin-right: 2px;
  margin-left: 2px;
  font-family: Circularstd, sans-serif;
  font-size: 45px;
  line-height: 45px;
  font-weight: 700;
  letter-spacing: -0.35px;
}

.pricing.white {
  color: #fff;
}

.date {
  color: #5e727d;
}

.date.white {
  color: #fff;
}

.pricing-h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #5e727d;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pricing-h3.white {
  color: #fff;
  text-align: center;
}

.pricing-details {
  max-width: 200px;
  margin-top: 12px;
  margin-right: auto;
  margin-left: auto;
  color: #b0b7c3;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
}

.check-2 {
  margin-right: 10px;
}

.pricing-check-wrap {
  margin-bottom: 35px;
}

._99 {
  display: inline-block;
  -webkit-transform: translate(0px, -9px);
  -ms-transform: translate(0px, -9px);
  transform: translate(0px, -9px);
  font-size: 32px;
}

.button-noshadow {
  position: relative;
  display: block;
  max-width: 360px;
  min-width: 200px;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 32px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 220px;
  background-image: linear-gradient(40deg, #b134ff, #0078f8);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Circularstd, sans-serif;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
}

.button-noshadow:hover {
  background-color: #30cde3;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.button-noshadow.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-noshadow.centered-button {
  position: relative;
  width: auto;
  max-width: none;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.button-noshadow.centered-button.no-top-margin {
  margin-top: 0px;
}

.button-noshadow.lower-margin {
  margin-bottom: 32px;
  margin-left: 0px;
}

.button-noshadow.top-margin {
  min-width: auto;
  margin-top: 32px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.button-noshadow.top-margin.centered {
  margin-right: 0px;
}

.button-noshadow.top-margin.smaller {
  margin-top: 24px;
}

.button-noshadow.top-margin.left {
  margin-right: auto;
  margin-left: 0px;
}

.button-noshadow.top-margin.huge {
  margin-top: 120px;
}

.button-noshadow.full-width {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.button-noshadow.full-width.top-margin {
  width: 100%;
  min-width: auto;
}

.button-noshadow.full-width.top-margin.smaller {
  margin-top: 32px;
}

.button-noshadow.full-width.center {
  margin-right: auto;
  margin-left: auto;
}

.button-noshadow.full-width.center.floating {
  margin-top: 24px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.button-noshadow.full-width.center.floating.alternative {
  margin-top: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #ededed;
  background-color: #fff;
  background-image: none;
  box-shadow: none;
  color: #062940;
}

.button-noshadow.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: auto;
  padding: 10px 16px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  box-shadow: none;
}

.button-noshadow.nav:hover {
  box-shadow: none;
}

.button-noshadow.alternative {
  background-color: #fff;
  background-image: none;
  color: #062940;
}

.button-noshadow.alternative.margin-left {
  margin-left: 24px;
}

.button-noshadow.secondary {
  border-style: solid;
  border-width: 1px;
  border-color: #e2e4e8;
  background-color: #fff;
  background-image: none;
  box-shadow: none;
  color: #062940;
  white-space: nowrap;
}

.button-noshadow.last {
  margin-right: 0px;
}

.button-noshadow.pricing {
  margin-top: 20px;
}

.big-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1px;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e4e8;
  background-color: #fff;
  color: #000;
  text-align: center;
}

.big-block.highlight {
  margin-top: -10px;
  padding-top: 22px;
  background-color: #6165ff;
  color: #fff;
}

.big-block.highlight.top {
  border-style: none;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  background-color: #5a5cfb;
}

.big-block.top-left {
  border-top-left-radius: 13px;
}

.grid-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -1px;
  padding-top: 10px;
  padding-right: 40px;
  padding-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.12);
}

.grid-6 {
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ". . . ."
    ". . . ."
    ". . . ."
    ". . . ."
    ". . . ."
    ". . . ."
    ". . . ."
    ". . . .";
  -ms-grid-columns: auto 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: auto 1fr 1fr 1fr;
  -ms-grid-rows: auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
}

.white-background {
  display: none;
}

.grid-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -1px;
  margin-left: -1px;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e4e8;
  background-color: #fff;
  text-align: center;
}

.grid-block-2.blue {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-style: solid;
  border-color: rgba(226, 228, 232, 0.1);
  background-color: #5a5cfb;
  color: #fff;
}

.grid-block-2.price {
  padding-top: 10px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 32px;
}

.grid-block-2.price.highlight {
  margin-bottom: -10px;
  padding-bottom: 34px;
  background-color: #5a5cfb;
  color: #fff;
}

.grid-block-2.price.highlight.bottom {
  padding-bottom: 16px;
  border-style: solid;
  border-color: rgba(226, 228, 232, 0.1);
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
}

.grid-block-2.price.bottom-left {
  border-bottom-left-radius: 13px;
}

.top-notice {
  padding-top: 12px;
  padding-bottom: 12px;
  background-image: -webkit-gradient(linear, right top, left top, from(#0078f8), to(#b134ff));
  background-image: linear-gradient(270deg, #0078f8, #b134ff);
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.hero-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/hero-wave.svg'), linear-gradient(45deg, rgba(177, 52, 255, 0.1), rgba(0, 120, 248, 0.1));
  background-position: 50% 100%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
  text-align: center;
}

.hero-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-options {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 130px;
  margin-top: 12px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 20px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 2px;
  border-color: #e2e4e8;
  border-radius: 13px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #062940;
}

.pricing-options:hover {
  border-width: 2px;
  border-color: #0078f8;
  background-color: #f4f9ff;
}

.pricing-options.recommended {
  margin-top: 30px;
  margin-left: 0px;
  padding-top: 24px;
  padding-bottom: 16px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-style: none;
  background-image: -webkit-gradient(linear, right top, left top, from(#0078f8), to(#b134ff));
  background-image: linear-gradient(270deg, #0078f8, #b134ff);
  color: #fff;
}

.pricing-options.recommended.bottom {
  margin-bottom: 0px;
  margin-left: 0px;
}

.days-free {
  margin-top: 2px;
  font-family: 'Circularstd book', sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.select-a-plan {
  margin-top: 35px;
  margin-bottom: 36px;
  font-family: Circularstd, sans-serif;
  color: #062940;
  font-weight: 500;
}

.highlight-price {
  position: absolute;
  top: -14px;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #fc9202;
  font-size: 14px;
}

.subscription-disclaimer {
  width: 100%;
  margin: 14px auto;
  color: #79797b;
  font-size: 12px;
}

.subscription-disclaimer.footer {
  text-align: center;
}

.subscription-disclaimer.footer-variant {
  margin-bottom: 40px;
  color: #8a8a8a;
  text-align: center;
}

.hero-image-l1 {
  position: absolute;
  left: -60px;
  z-index: 1;
  margin-top: 80px;
  -webkit-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
}

.hero-image-r1 {
  position: absolute;
  right: -60px;
  z-index: 1;
  margin-top: 80px;
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
}

.round-image {
  width: 100px;
  height: 100px;
  margin-right: 12px;
  border-radius: 9999px;
}

.hero-image-l2 {
  position: relative;
  bottom: 0px;
  margin-top: -2rem;
  margin-left: -8rem;
  background-image: url('../images/pcos-hero-l.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-30 {
  position: absolute;
  margin-left: -200px;
}

.hero-price-options {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 28rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-29 {
  margin-left: -83px;
}

.hero-image-r2 {
  position: absolute;
  -webkit-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
}

.block {
  overflow: hidden;
  margin-top: 100px;
  margin-bottom: 150px;
  padding-bottom: 55px;
}

.title-image-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.headline-12-col {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mask-8 {
  overflow: visible;
  width: 300px;
  border-radius: 13px;
}

.slide-nav-4 {
  bottom: -60px;
  opacity: 0.4;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.testimonial-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 430px;
  padding: 30px 36px 24px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 13px;
  background-image: linear-gradient(225deg, rgba(0, 120, 248, 0.05), rgba(177, 52, 255, 0.05));
}

.slider-9 {
  width: 100vw;
  height: 440px;
  margin-top: 70px;
  padding-right: 67px;
  padding-left: 67px;
  background-color: transparent;
}

.quote-mark {
  margin-bottom: 10px;
}

.testimonial-paragraph {
  font-size: 18px;
}

.testimonial-photo {
  width: 50px;
  height: 50px;
  border-radius: 9999px;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-details {
  position: absolute;
  left: 30px;
  right: 24px;
  bottom: 14px;
}

.testimonial-name {
  margin-top: 16px;
  font-family: Circularstd, sans-serif;
  font-weight: 700;
}

.left-arrow-4 {
  color: #062940;
}

.right-arrow-5 {
  color: #062940;
}

.testimonial-achievement {
  font-size: 14px;
}

.slide-10 {
  margin-right: 20px;
}

.slide-11 {
  margin-right: 24px;
}

.slide-12 {
  margin-right: 24px;
}

.hero-image-right {
  position: relative;
  bottom: 0px;
  margin-top: -2rem;
  margin-right: -8rem;
  background-image: url('../images/hero-r.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-30 {
  opacity: 0;
}

.slide-13 {
  margin-right: 20px;
}

.slide-14 {
  margin-right: 20px;
}

.slide-15 {
  margin-right: 20px;
}

.audio-player {
  width: 300px;
  height: 55px;
  margin-right: auto;
  margin-left: auto;
}

.tabs-block {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.tabs-menu-4 {
  top: 90px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
}

.tab-pane-wellbeing {
  height: 640px;
  padding-top: 60px;
  background-image: url('../images/wellbeing-bg.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.tab-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-content-2 {
  border-radius: 13px;
  background-color: rgba(86, 96, 115, 0.7);
}

.tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  padding: 8px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 9999px;
  background-color: transparent;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #fff;
}

.tab-link:hover {
  background-color: hsla(0, 0%, 100%, 0.08);
}

.tab-link.w--current {
  background-color: #fff;
  color: #062940;
}

.tab-link.last {
  margin-right: 0px;
}

.tab-link.last.w--current {
  background-color: #fff;
  color: #062940;
}

.tab-link-wellbeing {
  margin-right: 12px;
  border: 1px solid #fff;
  border-radius: 9999px;
  background-color: transparent;
  color: #fff;
}

.tab-link-wellbeing.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  padding: 8px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 9999px;
  background-color: #fff;
  color: #062940;
}

.content-card-text {
  max-width: 450px;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}

.tab-block-image-left {
  position: absolute;
  left: 0%;
  right: auto;
  bottom: -4.5rem;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 29rem;
  margin-top: 120px;
  margin-left: -130px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/mid-l.png');
  background-position: 0px 0px;
  background-size: cover;
}

.tabs-block-image-right {
  position: absolute;
  left: auto;
  right: 0%;
  bottom: -4.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 29rem;
  margin-top: 100px;
  margin-right: -130px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/mid-r.png');
  background-position: 0px 0px;
  background-size: cover;
}

.tab-pane-sleep {
  height: 640px;
  padding-top: 60px;
  background-image: url('../images/sleep.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.tab-pane-nutrition {
  height: 640px;
  padding-top: 60px;
  background-image: url('../images/Rectangle-3865.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.tab-pane-activity {
  height: 640px;
  padding-top: 60px;
  background-image: url('../images/Rectangle-3864.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.tab-pane-sleep-2 {
  height: 560px;
  background-image: url('../images/sleep.jpg');
  background-position: 100% 0%;
  background-size: cover;
}

.right {
  text-align: right;
}

.article-grid {
  width: 100%;
  margin-top: 50px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.article-card {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 220px;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e4e8;
  border-radius: 13px;
}

.category-tag {
  position: absolute;
  left: 12px;
  top: 12px;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 8px;
  background-color: rgba(86, 96, 115, 0.7);
  background-image: linear-gradient(225deg, #c74243, #3f2f4c);
  color: #fff;
  font-size: 14px;
}

.category-tag.sleep {
  background-image: linear-gradient(225deg, #16222a, #3a6073);
}

.category-tag.nutrition {
  background-image: linear-gradient(225deg, #0078f8, #003c7c);
}

.category-tag.activity {
  background-image: linear-gradient(225deg, #4a00e0, #8e2de2);
}

.column-title {
  font-size: 20px;
}

.icon-3 {
  background-image: linear-gradient(225deg, #0078f8, #b134ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.icon-4 {
  background-image: linear-gradient(225deg, #0078f8, #b134ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.video-3 {
  margin-right: auto;
  margin-left: auto;
  border-radius: 13px;
}

.video-wrapper {
  overflow: visible;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 13px;
}

.article-text-link {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
  text-decoration: underline;
}

.article-block-headers {
  margin-bottom: 32px;
  font-size: 30px;
  font-weight: 500;
}

.see-more {
  display: block;
  margin-top: 16px;
  color: #062940;
}

.large-feature-image {
  width: 100%;
  height: 100%;
  border-radius: 13px;
  background-image: url('../images/Screen-3.png'), linear-gradient(225deg, #0078f8, #b134ff);
  background-position: 0% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.sunset-block {
  width: 100%;
  height: 510px;
  background-image: url('../images/footer-top-lower-wave.svg'), url('../images/footer-upper-wave.svg'), url('../images/sunrise-2.png');
  background-position: 50% 100%, 50% -1%, 50% 65%;
  background-size: contain, contain, auto;
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-attachment: scroll, scroll, scroll;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer-container {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 200px;
  background-color: #09131a;
  background-image: url('../images/footer-bottom-wave.svg');
  background-position: 50% 101%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
}

.social-proof-grid {
  margin-top: 50px;
  margin-bottom: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.social-proof-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 13px;
  background-color: #062234;
  text-align: center;
}

.social-proof-title {
  margin-top: 24px;
  margin-bottom: 12px;
  font-family: Circularstd, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.feature-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.feature-list-item.top-aligned {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.feature-list-check {
  margin-right: 12px;
}

.feature-list-check.top-aligned {
  margin-top: 2px;
}

.feature-list-grid {
  margin: 50px auto;
  grid-column-gap: 40px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-price-options {
  position: relative;
  z-index: 5;
  display: -ms-grid;
  display: grid;
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-7 {
  width: 100%;
  max-width: 1180px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -ms-grid-columns: 1.5fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-block-headings {
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: 700;
}

.footer-link {
  display: block;
  margin-bottom: 4px;
  font-size: 18px;
  text-decoration: underline;
}

.app-store-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-image-mobile {
  display: none;
  background-image: url('../images/phones-l.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.grid-8 {
  margin-top: 30px;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._3-column-item {
  text-align: center;
}

.tabs-block-image-mobile {
  display: none;
  background-image: url('../images/phones-l.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.large-image {
  position: relative;
  width: 41.66%;
  margin-right: 20px;
}

.large-image.left {
  position: relative;
  margin-right: 64px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.large-image.last {
  margin-right: 0px;
}

.buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.try-free {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-list {
  display: -ms-grid;
  display: grid;
  margin-top: 24px;
  margin-bottom: 24px;
  grid-auto-columns: 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.link-block-4 {
  display: block;
  width: 100%;
}

.checkbox-7 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  border-style: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.checkbox-7.w--redirected-checked {
  left: auto;
  top: 0%;
  right: 24px;
  bottom: 0%;
  width: 24px;
  padding: 24px;
  border-style: none;
  background-color: transparent;
  background-image: url('../images/check-active.svg');
  background-size: 45px 45px;
}

.checkbox-text-2 {
  color: #5e727d;
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 400;
}

.radio-button-2 {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 45px;
  height: 45px;
  margin-top: 0px;
}

.radio-button-2.w--redirected-checked {
  border-style: none;
  background-image: url('../images/check-active.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.radio-button-2.bottom {
  top: 16px;
  bottom: auto;
}

.radio-button-field-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 13px;
  background-color: #fff;
  color: #062940;
  text-align: left;
  cursor: pointer;
}

.radio-button-field-2.recommended {
  background-image: -webkit-gradient(linear, right top, left top, from(#0078f8), to(#b134ff));
  background-image: linear-gradient(270deg, #0078f8, #b134ff);
  color: #fff;
}

.radio-button-field-2.recommended.bottom {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.radio-button-field-2.bottom {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.horizontal-prices {
  display: -ms-grid;
  display: grid;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form-block-6 {
  width: 100%;
}

.content {
  height: 100%;
}

.article-image {
  width: 100%;
  background-image: url('../images/hero-wave.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.rich-text-block {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.article-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.article-top-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 600px;
}

.div-block-32 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/hero-wave.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: url('../images/hero-wave.svg'), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-position: 50% 101%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.article-heading {
  color: #fff;
}

.category {
  margin-bottom: 8px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.grid-10 {
  margin-top: 50px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image-31 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 13px;
  -o-object-fit: cover;
  object-fit: cover;
}

.category-page-articles {
  margin-top: 36px;
  margin-bottom: 100px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.category-top-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 420px;
}

.radio-button-label-2 {
  font-family: Circularstd, sans-serif;
  font-weight: 700;
}

.heading-22 {
  color: #0176d0;
  font-weight: 600;
}

.heading-22.center {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  color: #0176d0;
  font-weight: 600;
  text-align: center;
}

.app-feature-list-item-wrap {
  margin-bottom: 32px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  cursor: default;
}

.app-feature-list-item-wrap:hover {
  background-image: -webkit-gradient(linear, right top, left top, from(#0078f8), to(#b134ff));
  background-image: linear-gradient(270deg, #0078f8, #b134ff);
  color: #5a5cfb;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.star-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-title {
  display: block;
  max-width: 940px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  padding-top: 32px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.reviewer-name {
  color: #5b617c;
  font-size: 0.9em;
}

.app-feature-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
}

.heart-icon {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.full-featured-app {
  padding-top: 64px;
  padding-bottom: 32px;
}

.app-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.app-feature-image {
  width: 35%;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.app-feature-image.middle {
  position: relative;
  height: 600px;
  margin-top: 40px;
}

.feature-paragraph {
  font-size: 1rem;
}

.feature-paragraph.center {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.feature-paragraph.center.condensed {
  width: 60%;
}

.app-feature-list-column {
  width: 30%;
  padding-right: 32px;
  text-align: left;
}

.app-feature-list-column.right {
  padding-right: 0px;
  padding-left: 32px;
  text-align: right;
}

.heading-4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Circularstd, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.feature-video {
  overflow: hidden;
  width: 45%;
  border-radius: 13px;
}

.hover-change-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.hover-change-image.main {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.hover-change-image.education {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: block;
}

.hover-change-image.nutrition {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
}

.hover-change-image.fallback {
  z-index: 1;
  display: block;
}

.hover-change-image.coaching-screen {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.hover-change-recipes {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: none;
  margin-right: auto;
  margin-left: auto;
}

.hover-change-recipes.main {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.hover-change-recipes.education {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: block;
}

.hover-change-recipes.nutrition {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
}

.hover-change-recipes.fallback {
  z-index: 1;
  display: block;
}

.hover-change-recipes.coaching-screen {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.hover-change-coaching {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: none;
  margin-right: auto;
  margin-left: auto;
}

.hover-change-coaching.main {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.hover-change-coaching.education {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: block;
}

.hover-change-coaching.nutrition {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
}

.hover-change-coaching.fallback {
  z-index: 1;
  display: block;
}

.hover-change-coaching.coaching-screen {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.hover-change-fallback {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.hover-change-fallback.main {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.hover-change-fallback.education {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: block;
}

.hover-change-fallback.nutrition {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
}

.hover-change-fallback.fallback {
  z-index: 1;
  display: block;
}

.hover-change-fallback.coaching-screen {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.hover-change-lifestyle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: none;
  margin-right: auto;
  margin-left: auto;
}

.hover-change-lifestyle.main {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.hover-change-lifestyle.education {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: block;
}

.hover-change-lifestyle.nutrition {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
}

.hover-change-lifestyle.fallback {
  z-index: 1;
  display: block;
}

.hover-change-lifestyle.coaching-screen {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.hover-change-education {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: none;
  margin-right: auto;
  margin-left: auto;
}

.hover-change-education.main {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.hover-change-education.education {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: block;
}

.hover-change-education.nutrition {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
}

.hover-change-education.fallback {
  z-index: 1;
  display: block;
}

.hover-change-education.coaching-screen {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.hover-change-community {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: none;
  margin-right: auto;
  margin-left: auto;
}

.hover-change-community.main {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.hover-change-community.education {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: block;
}

.hover-change-community.nutrition {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
}

.hover-change-community.fallback {
  z-index: 1;
  display: block;
}

.hover-change-community.coaching-screen {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.hover-change-workouts {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: none;
  margin-right: auto;
  margin-left: auto;
}

.hover-change-workouts.main {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.hover-change-workouts.education {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: block;
}

.hover-change-workouts.nutrition {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
}

.hover-change-workouts.fallback {
  z-index: 1;
  display: block;
}

.hover-change-workouts.coaching-screen {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.hover-change-health-tracking {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: none;
  margin-right: auto;
  margin-left: auto;
}

.hover-change-health-tracking.main {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.hover-change-health-tracking.education {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: block;
}

.hover-change-health-tracking.nutrition {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
}

.hover-change-health-tracking.fallback {
  z-index: 1;
  display: block;
}

.hover-change-health-tracking.coaching-screen {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.hover-change-devices-sync {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: none;
  margin-right: auto;
  margin-left: auto;
}

.hover-change-devices-sync.main {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.hover-change-devices-sync.education {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: block;
}

.hover-change-devices-sync.nutrition {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
}

.hover-change-devices-sync.fallback {
  z-index: 1;
  display: block;
}

.hover-change-devices-sync.coaching-screen {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.slider__mask {
  overflow: visible;
}

.slider__arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-top: 190px;
  margin-right: -24px;
  margin-left: -24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.4);
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #101010;
}

.slider__arrow:hover {
  background-color: #000;
  color: #fff;
}

.slider__arrow.left {
  margin-top: 200px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.slider__arrow.right {
  margin-top: 200px;
  -webkit-transform: translate(50%, 0px);
  -ms-transform: translate(50%, 0px);
  transform: translate(50%, 0px);
}

.slider__icon {
  font-size: 24px;
  font-weight: 700;
}

.slider-10 {
  width: 800px;
  height: 670px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.slide-16 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: visible;
}

.slider__nav {
  top: 688px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.slide__image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 13px;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.5);
  -o-object-fit: cover;
  object-fit: cover;
}

.slide__image.current {
  z-index: 2;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.slide__image.previous {
  z-index: 0;
  -webkit-transform: translate(-120px, 0px) rotate(-3deg) scale(0.8);
  -ms-transform: translate(-120px, 0px) rotate(-3deg) scale(0.8);
  transform: translate(-120px, 0px) rotate(-3deg) scale(0.8);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.slide__image.next {
  z-index: 1;
  -webkit-transform: translate(120px, 0px) rotate(3deg) scale(0.8);
  -ms-transform: translate(120px, 0px) rotate(3deg) scale(0.8);
  transform: translate(120px, 0px) rotate(3deg) scale(0.8);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.background-video-3 {
  z-index: 3;
  height: 100%;
  border-radius: 13px;
}

.slider-video {
  position: relative;
  z-index: 3;
  overflow: hidden;
  border-radius: 13px 13px 0px 0px;
}

.tab-feature-list-grid {
  width: 69%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  grid-column-gap: 12px;
  grid-row-gap: 14px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #fff;
}

.tab-video {
  width: 100%;
  height: 100%;
}

.tab-video-wrap {
  overflow: hidden;
  width: 450px;
  border-radius: 13px;
}

.google-assistant-button {
  padding-right: 6px;
}

.nav-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  margin-left: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 9999px;
  background-image: linear-gradient(225deg, #0078f8, #b134ff);
}

.slider-video-detail {
  position: relative;
  top: 0px;
  z-index: 6;
  min-height: 150px;
  padding: 1px 32px 15px;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
  background-color: #fff;
  box-shadow: 0 0 20px -8px rgba(0, 0, 0, 0.35);
}

.video-description-heading {
  margin-top: 16px;
  margin-bottom: 12px;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  color: #062940;
  font-size: 2rem;
}

.video-section {
  margin-top: 100px;
  padding-bottom: 0px;
}

.lesson-slider {
  height: 599px;
  max-width: 800px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 13px;
}

.slide-17 {
  background-image: url('../images/Loader.gif');
  background-position: 50% 0%;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-graphic-right {
    width: 50%;
  }

  .hero-section {
    padding-bottom: 0px;
  }

  .hero-text-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-image-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
  }

  .service-grid {
    width: 100%;
    max-width: 630px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-block {
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }

  .quote {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .grid-icon {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .paragraph-basic {
    margin-bottom: 0px;
  }

  .content-section {
    padding-bottom: 0px;
  }

  .feature-image-block {
    position: static;
    left: 181px;
    top: -400px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .feature-image-block.meetups {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .feature-image-1 {
    max-width: 80%;
  }

  .h2 {
    font-size: 42px;
  }

  .h2.h2-centre {
    text-align: center;
  }

  .feature-text-block {
    width: auto;
    max-width: 604px;
    margin-right: auto;
    margin-left: 30px;
    padding-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  .small-blocks {
    margin-bottom: 12px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .small-blocks.compact {
    width: auto;
    max-width: none;
  }

  .feature-icon {
    width: 45px;
  }

  .feature-text-block-2 {
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .grid-wrapper-2 {
    grid-column-gap: 14px;
    grid-row-gap: 17px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .feature-grid-block {
    padding: 12px;
  }

  .feature-grid-block.no-padding {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .feature-grid-block.no-padding.right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .grid-faq {
    margin-left: 25px;
    grid-column-gap: 27px;
  }

  .banner {
    padding-right: 42px;
    padding-left: 42px;
    border-radius: 0px;
    background-position: 0% 0%;
    background-size: cover;
  }

  .banner-button {
    white-space: nowrap;
  }

  .footer-grid {
    padding-right: 3%;
    padding-left: 3%;
  }

  .mobile-nav-link {
    width: 100%;
  }

  .navigation-container-mob {
    display: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .navigation-mob {
    display: none;
    height: 85px;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid rgba(68, 85, 103, 0.11);
  }

  .menu-mob {
    border-radius: 100px;
    background-color: #fafafa;
    color: #000;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: #0078f8;
  }

  .navigation-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-menu-2 {
    display: none;
  }

  .mobile-nav {
    padding-top: 15px;
    background-color: #fff;
    box-shadow: 42px 42px 55px 0 rgba(32, 53, 90, 0.09);
  }

  .nav-logo {
    width: 200px;
  }

  .navigation {
    display: block;
  }

  .hero-paragraph {
    max-width: 500px;
    text-align: center;
  }

  .hero-image {
    max-width: 560px;
    margin-right: auto;
    margin-left: auto;
  }

  .icon-image {
    width: auto;
    height: auto;
  }

  .button-hero {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .button-hero.centered-button {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .button-hero.top-margin {
    margin-right: 24px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .button-hero.full-width.top-margin {
    display: block;
  }

  .button-hero.nav {
    display: none;
  }

  .hero-h1 {
    max-width: 500px;
    font-size: 55px;
    text-align: center;
  }

  .hero-h1.center {
    margin-right: auto;
    margin-left: auto;
  }

  .text-block {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .list {
    color: #062940;
  }

  .heading-2 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 43px;
    text-align: left;
  }

  .secondary-cta {
    position: relative;
    display: none;
  }

  .activity-block {
    background-position: 64% 0%;
  }

  .heading-3 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .achievements-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .achievements-flex.with-slider {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .bundle-flexx {
    max-width: 100%;
    margin-bottom: 120px;
    padding-right: 3%;
    padding-left: 3%;
  }

  .bundle-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bundle-image-block {
    width: 50%;
    max-width: 270px;
  }

  .bundle-image {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .body {
    background-position: -14% 240%, 140% 220%;
    background-size: auto 150px, 300px;
    background-repeat: no-repeat, no-repeat;
  }

  .animated-feature-flex {
    margin-right: auto;
    margin-left: auto;
  }

  .background-video {
    background-image: linear-gradient(215deg, rgba(0, 120, 248, 0.64), rgba(177, 52, 255, 0.64));
  }

  .button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tagline {
    text-align: center;
  }

  .hero3-image {
    display: block;
    margin-right: auto;
    margin-bottom: -20px;
    margin-left: auto;
  }

  .hero3-text-wrapper {
    margin-bottom: 30px;
    padding-right: 0px;
    text-align: center;
  }

  .wrap._w-custom.hero3 {
    padding-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrap._w-custom.hero3 {
    padding-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrap._w-custom.hero-w-form {
    padding-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wrap.vertical.top-margin.center {
    width: auto;
  }

  ._7-col {
    width: 100%;
    max-width: none;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  ._5-col {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .hero3-headline-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .hero3-headline-wrap.fixed {
    height: 130px;
  }

  .coaching {
    background-position: 84% 0%;
    background-repeat: no-repeat;
  }

  .center.desktop {
    display: none;
  }

  .center.mobile {
    display: block;
  }

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

  .wellbeing-block {
    background-position: 64% 0%;
  }

  .form-wrap {
    max-width: 630px;
  }

  .banner-logo {
    display: none;
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .banner-content {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .slide-content {
    width: 100%;
    min-height: 100vh;
    padding-top: 140px;
    padding-bottom: 140px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mask {
    max-height: 1180px;
  }

  .author-image {
    margin-bottom: 10px;
  }

  .author-testimonial {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .checkbox-base {
    height: auto;
    min-height: 100px;
  }

  .slide-banner {
    display: block;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .slide-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .dob-wrapper {
    width: 100%;
  }

  .lottie-animation.eligibility-success {
    right: 0%;
    bottom: 0%;
  }

  .achievement-text-block {
    text-align: left;
  }

  .right-arrow-2 {
    right: -50px;
    width: 60px;
  }

  .left-arrow-2 {
    width: 60px;
  }

  .fontawesome.tippy {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }

  .wide-top-image {
    position: relative;
    max-height: 300px;
  }

  .remote-care {
    margin: 12% auto;
    background-image: none;
  }

  .remote-care.wellness {
    max-width: 680px;
  }

  .innovation-section {
    padding-top: 32px;
    padding-bottom: 32px;
    background-position: 50% 101%, 50% -1%, 0px 0px, 0px 0px;
  }

  .contact-form {
    background-position: 84% 0%;
    background-repeat: no-repeat;
  }

  .contact-form-wrapper {
    padding: 32px;
    background-image: none;
  }

  .tab-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .tab-panel {
    min-height: auto;
  }

  .animation-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 290px;
  }

  .standard-tab {
    margin-right: 12px;
    text-align: center;
  }

  .content-block {
    width: auto;
    padding: 20px 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .tabular-area {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .slide-nav {
    left: 43px;
  }

  .health-engagement-section {
    padding-bottom: 0px;
  }

  .hero3-image-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .hero3-firstbutton-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .subheader {
    text-align: center;
  }

  .blue {
    max-width: 630px;
    text-align: center;
  }

  .headline-8-col {
    width: auto;
    text-align: center;
  }

  .cta3-item-wrap.cta3-recommended-option {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  ._5-col-2 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .wrap-2 {
    width: 645px;
  }

  .cta3-options-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._6-col {
    width: auto;
    max-width: none;
    min-width: 460px;
    margin-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .study {
    width: 100%;
  }

  .type-2-impact {
    padding-bottom: 0px;
  }

  .navigation-side-plain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navigation-container-full {
    position: relative;
    min-height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-menu {
    height: auto;
    background-color: #fff;
  }

  .nav-menu.right {
    margin-left: 0px;
    padding-left: 24px;
  }

  .brand-2 {
    margin-right: 10px;
    padding: 0px;
  }

  .nav-link-2 {
    width: 100%;
    padding-left: 32px;
    background-image: url('../images/chevron-right-round-24px.svg');
    background-position: 96% 50%;
    background-size: 40px 40px;
    background-repeat: no-repeat;
  }

  .menu-button {
    color: #0078f8;
  }

  .menu-button.w--open {
    border-radius: 999px;
    background-image: linear-gradient(45deg, #b134ff, #0078f8);
  }

  .navigation-button-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .feature-flex {
    padding-right: 3%;
    padding-left: 3%;
  }

  .media-sources-section {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .news-logo {
    max-width: 100px;
  }

  .faq-question-wrap {
    max-width: 730px;
  }

  .image-10 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .physician-ui {
    margin-right: 3%;
    margin-left: 3%;
    background-image: none;
  }

  .wellness-score {
    text-align: left;
  }

  .grid {
    max-width: 600px;
    justify-items: start;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .medication-spend {
    padding-bottom: 0px;
  }

  .heading-13 {
    margin-right: auto;
    margin-left: auto;
  }

  .wellness-grid {
    justify-items: start;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .video-library-horizontal-grid {
    overflow: visible;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .alternating-blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .how-it-works-blocks {
    padding-bottom: 0px;
  }

  .why-it-works {
    padding-bottom: 0px;
  }

  .certification-box {
    max-width: 100%;
  }

  .certifications-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    margin-left: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -webkit-filter: none;
    filter: none;
  }

  .certifications-grid.small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .award-image {
    max-height: 40px;
    margin-right: auto;
    margin-left: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .meetups-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .grid-3 {
    width: 100%;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .small-blocks-2 {
    margin-bottom: 12px;
  }

  .feature-icon-2 {
    width: 45px;
  }

  .meetups-block {
    padding-left: 4%;
  }

  .button {
    display: block;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .button.secondary {
    width: 100%;
    margin-top: 12px;
    margin-left: 0px;
    text-align: center;
  }

  .insurance-grid {
    grid-column-gap: 14px;
    grid-row-gap: 17px;
  }

  .language-dropdown {
    float: right;
  }

  .we-work-with-section {
    margin-right: auto;
    margin-left: auto;
  }

  ._12-col {
    width: 100%;
  }

  .condensed {
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
  }

  .augmenting-healthcare-section {
    padding-bottom: 0px;
  }

  .button-hero-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .button-hero-2.top-margin {
    margin-left: 0px;
  }

  .uri-hero {
    position: absolute;
    bottom: 20vh;
    width: 85%;
  }

  .walkthrough-block {
    padding: 12px;
  }

  .strip-banner {
    padding: 8px 12px;
  }

  .schedule-title {
    max-width: 630px;
    text-align: center;
  }

  .results-section {
    background-position: 50% 101%, 50% -1%, 0px 0px, 0px 0px;
  }

  .quiz-result {
    margin-right: 3%;
    margin-left: 3%;
    background-image: none;
  }

  .arrow-left {
    left: -10px;
  }

  .arrow-right {
    right: -10px;
  }

  .invocations-section {
    background-position: 50% 101%, 50% -1%, 0px 0px, 0px 0px;
  }

  .device-image {
    width: auto;
    height: auto;
  }

  .device-grid-block {
    padding: 12px;
  }

  .image-18 {
    display: none;
    max-width: 390px;
    margin-right: auto;
    margin-left: auto;
  }

  .navbar-dropdown {
    float: right;
  }

  .icon.blue {
    margin-right: 12px;
    font-size: 16px;
  }

  .grid-4 {
    width: 100%;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .developer-block {
    padding-left: 4%;
  }

  .risk-grid {
    padding-bottom: 32px;
  }

  .health-engagement {
    background-position: 50% 101%, 50% -1%, 0px 0px, 0px 0px;
  }

  .api-grid {
    padding-bottom: 32px;
  }

  .multi-platform-ecosystem {
    padding-bottom: 0px;
  }

  .symphony-result {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-huge {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .social-proof {
    padding-bottom: 0px;
  }

  .video-overlay {
    background-image: url('../images/angle-bottom.svg'), url('../images/angle-top.svg'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('../images/angle-bottom.svg'), url('../images/angle-top.svg'), linear-gradient(180deg, null, null);
    background-position: 50% 105%, 0px -5%, 0px 0px;
  }

  .client-wins.cta3-recommended-option {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .grid-5 {
    -ms-grid-columns: 1.5fr 24px 1.5fr 24px 1.5fr;
    grid-template-columns: 1.5fr 24px 1.5fr 24px 1.5fr;
  }

  .proof-grid {
    width: 100%;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .general-button-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-20 {
    text-align: left;
  }

  .heading-animated {
    margin-right: auto;
    margin-left: auto;
  }

  .employer-tabs-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .employer-tab-link {
    margin-top: 2px;
    margin-right: 12px;
    margin-bottom: 2px;
    padding-top: 8px;
    padding-right: 40px;
    padding-bottom: 8px;
  }

  .employer-benefit-tabs {
    padding: 20px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .employee-benefits-tab {
    padding-right: 0px;
    padding-left: 0px;
  }

  .title-wrap {
    text-align: center;
  }

  .image-28 {
    display: block;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }

  .cta-item-grid {
    justify-items: center;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .discount-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .discount-left {
    width: 100%;
    height: auto;
    max-width: none;
    padding-top: 32px;
    padding-bottom: 32px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .discount-right {
    padding: 36px 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .list-item-2 {
    font-size: 1.1em;
  }

  .field-helper-text.top-margin {
    text-align: center;
  }

  .list-3.contained.larger {
    padding-right: 0px;
  }

  .testimonial-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-wrap-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .checkbox-label {
    font-size: 18px;
  }

  .dob-wrapper-2 {
    width: 100%;
  }

  .feature-text-mobile {
    display: block;
  }

  .price-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pricing-column-white {
    padding: 15px;
  }

  .pricing-column {
    padding: 15px;
  }

  .pricing-column-features {
    display: none;
    padding: 15px;
  }

  .pricing-button {
    margin-right: auto;
    margin-left: auto;
  }

  .pricing-details-wrap {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pricing-column-03 {
    width: auto;
    padding-right: 5px;
    padding-left: 5px;
  }

  .pricing-check {
    margin-right: 12px;
  }

  .pricing-card {
    padding-right: 15px;
    padding-left: 15px;
  }

  .pricing-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pricing-text {
    font-size: 16px;
  }

  .pricing {
    font-size: 40px;
    line-height: 1;
  }

  .date {
    font-size: 16px;
  }

  .pricing-h3.white {
    text-align: center;
  }

  .check-2 {
    width: 24px;
  }

  .pricing-check-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  ._99 {
    font-size: 27px;
  }

  .button-noshadow {
    display: block;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .button-noshadow.centered-button {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .button-noshadow.top-margin {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .button-noshadow.full-width.top-margin {
    display: block;
  }

  .button-noshadow.nav {
    display: none;
  }

  .big-block {
    padding-left: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    text-align: left;
  }

  .big-block.highlight {
    margin-top: 0px;
    padding-top: 16px;
    background-color: transparent;
    color: #000;
  }

  .big-block.highlight.top {
    text-align: center;
  }

  .grid-label {
    padding-right: 10px;
  }

  .grid-6 {
    max-width: 100%;
    grid-template-areas: ". . ."
      ". . ."
      ". . ."
      ". . ."
      ". . ."
      ". . ."
      ". . ."
      ". . ."
      ". . ."
      ". . ."
      ". . ."
      ". . ."
      ". . ."
      ". . ."
      ". . .";
    -ms-grid-columns: minmax(200px, -webkit-max-content) minmax(160px, -webkit-max-content) minmax(160px, -webkit-max-content) minmax(160px, -webkit-max-content);
    -ms-grid-columns: minmax(200px, max-content) minmax(160px, max-content) minmax(160px, max-content) minmax(160px, max-content);
    grid-template-columns: minmax(200px, -webkit-max-content) minmax(160px, -webkit-max-content) minmax(160px, -webkit-max-content) minmax(160px, -webkit-max-content);
    grid-template-columns: minmax(200px, max-content) minmax(160px, max-content) minmax(160px, max-content) minmax(160px, max-content);
  }

  .white-background {
    display: block;
    padding: 0px;
    background-color: hsla(0, 0%, 100%, 0.75);
  }

  .grid-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    box-shadow: none;
    text-align: center;
  }

  .grid-block-2.blue {
    background-color: #5a5cfb;
    color: #777;
  }

  .grid-block-2.price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
  }

  .grid-block-2.price.highlight {
    margin-bottom: 0px;
    padding-bottom: 24px;
    background-color: transparent;
    color: #000;
  }

  .grid-block-2.price.highlight.bottom {
    background-color: #5a5cfb;
  }

  .grid-block-2.price.bottom-left {
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-block {
    padding-top: 40px;
  }

  .hero-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pricing-options {
    width: 100%;
  }

  .pricing-options.recommended.bottom {
    margin-bottom: 20px;
  }

  .round-image {
    width: 80px;
    height: 80px;
  }

  .hero-image-l2 {
    display: none;
  }

  .hero-price-options {
    max-width: 35rem;
  }

  .title-image-wrap {
    width: 50%;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .hero-image-right {
    display: none;
  }

  .tab-block-image-left {
    display: none;
  }

  .tabs-block-image-right {
    display: none;
    margin-right: -190px;
  }

  .sunset-block {
    background-position: 50% 100%, 50% -1%, 64% 55%;
  }

  .feature-list-item {
    text-align: left;
  }

  .feature-list-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-price-options {
    width: auto;
    padding-right: 32px;
    padding-left: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid-7 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .hero-image-mobile {
    display: block;
    max-width: 400px;
    margin-top: 0rem;
    background-image: url('../images/hero-r.png');
  }

  .grid-8 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._3-column-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._3-col-item-paragraphh {
    width: 50%;
  }

  .tabs-block-image-mobile {
    position: relative;
    display: block;
    max-width: 460px;
    margin-top: -5rem;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/mid-r.png');
  }

  .large-image {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .large-image.last {
    display: none;
  }

  .menu-button-2 {
    position: relative;
    right: 0px;
  }

  .menu-button-2.w--open {
    padding: 20px 10px;
    background-image: linear-gradient(225deg, #0078f8, #b134ff);
    color: #5a5cfb;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .collection-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .radio-button-field-2 {
    margin-bottom: 0px;
  }

  .horizontal-prices {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 460px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .article-wrapper {
    margin-bottom: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .grid-10 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .category-page-articles {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .google-play-container {
    position: relative;
    width: 50%;
  }

  .image-32 {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .app-store-container {
    position: relative;
    width: 50%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .app-feature-list-item-wrap {
    margin-bottom: 24px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .page-title {
    margin-right: auto;
    margin-left: auto;
  }

  .app-feature-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .google-play {
    position: relative;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .app-buttons {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }

  .ask-alexa-button {
    padding-right: 16px;
    padding-left: 16px;
  }

  .app-feature-image {
    width: auto;
    max-width: 50%;
  }

  .app-feature-image.middle {
    width: 100%;
    margin-bottom: 32px;
  }

  .feature-paragraph {
    text-align: center;
  }

  .feature-paragraph.center.condensed {
    width: 79%;
  }

  .app-feature-list-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-right: 12%;
    padding-left: 12%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
  }

  .app-feature-list-column.right {
    padding-right: 12%;
    padding-left: 12%;
    text-align: center;
  }

  .app-store {
    position: relative;
    width: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .feature-video {
    width: 70%;
  }

  .tab-feature-list-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .google-assistant-button {
    padding-right: 16px;
    padding-left: 16px;
  }

  .video-description-heading {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 43px;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    letter-spacing: -0.35px;
  }

  h3 {
    font-size: 1.9rem;
    text-align: left;
    letter-spacing: -0.35px;
  }

  h4 {
    letter-spacing: -0.35px;
  }

  .flex-container.horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hero-graphic-right {
    width: 450px;
    opacity: 0.18;
  }

  .primary-cta {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .hero-text-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .service-section {
    padding-top: 32px;
  }

  .grid-block:hover {
    border-color: #0078f8;
  }

  .feature-image-block {
    position: static;
    display: block;
    width: 100%;
    max-width: 340px;
    margin-bottom: 0rem;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .feature-image-block.meetups {
    position: static;
    display: block;
    width: 100%;
    max-width: none;
    margin-bottom: 16px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .feature-image-1 {
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .h2 {
    letter-spacing: -0.35px;
  }

  .feature-text-block {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .small-blocks {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .small-blocks.compact {
    margin-left: 0px;
  }

  .feature-icon {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .feature-text-block-2 {
    width: 100%;
    padding-left: 0px;
  }

  .feature-section {
    padding-right: 0%;
    padding-left: 0%;
  }

  .gradient-div {
    width: 100%;
  }

  .grid-wrapper-2 {
    margin-top: 24px;
    text-align: left;
  }

  .feature-grid-block {
    background-color: #fff;
  }

  .feature-grid-block.no-padding {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .feature-grid-block.no-padding.right {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .case-study-section {
    padding-right: 0%;
    padding-left: 0%;
  }

  .news-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .case-study-block {
    margin-bottom: 35px;
  }

  .article-thumbnail {
    background-image: linear-gradient(242deg, #b134ff, #0078f8);
  }

  .subtitle.grey {
    text-align: center;
  }

  .h3 {
    margin-bottom: 35px;
  }

  .grid-faq {
    margin-left: 0px;
    grid-column-gap: 41px;
  }

  .banner {
    padding-top: 42px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cta-header {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .banner-text-wrapper {
    top: 0px;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .banner-button {
    margin-top: 24px;
  }

  .footer-grid {
    grid-column-gap: 32px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .navigation-mob {
    display: inline-block;
  }

  .navigation-container {
    height: auto;
  }

  .menu-mob.w--open {
    background-color: #0078f8;
  }

  .navigation-left {
    width: 50%;
  }

  .navigation {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-paragraph {
    text-align: left;
  }

  .hero-image {
    margin-bottom: 32px;
  }

  .button-hero {
    margin-top: 0px;
    margin-right: auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .button-hero.centered-button {
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }

  .button-hero.top-margin {
    max-width: 270px;
    margin-right: auto;
    margin-left: auto;
  }

  .button-hero.full-width.top-margin {
    max-width: none;
  }

  .button-hero.full-width.top-margin.smaller {
    max-width: none;
  }

  .button-hero.full-width.center.floating {
    position: static;
    bottom: 32px;
    width: 100%;
    min-width: auto;
    margin-top: 24px;
  }

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

  .hero-h1.center {
    margin-right: auto;
    margin-left: auto;
    font-size: 47px;
  }

  .image {
    display: block;
    max-width: 100%;
  }

  .text-block {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .standard-paragraph-white {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .list {
    margin-bottom: 24px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: left;
  }

  .heading-2 {
    text-align: left;
  }

  .secondary-cta {
    margin-top: -16px;
    margin-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .nutrition-description {
    width: 100%;
  }

  .nutritional-approach-image {
    display: none;
    max-width: 60%;
  }

  .nutrition-image {
    margin-right: auto;
    margin-left: auto;
  }

  .sleep-block {
    background-image: linear-gradient(247deg, rgba(22, 34, 42, 0.32), rgba(58, 96, 115, 0.33)), url('../images/sleep-background.jpg');
    background-position: 0px 0px, 0% 100%;
    background-size: auto, cover;
  }

  .inner-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sleep-image {
    display: none;
    margin-right: auto;
    margin-left: auto;
  }

  .sleep-desciption {
    width: 100%;
  }

  .activity-block {
    background-position: 85% 0%;
  }

  .heading-3 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    color: #062940;
  }

  .achievements-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .achievements-flex.flipped {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .bundle-block {
    padding-right: 3%;
    padding-left: 3%;
  }

  .bundle-image-block {
    max-width: 80%;
  }

  .bundle-flex-bg {
    display: none;
    background-image: none;
  }

  .bundle-image {
    margin-bottom: 32px;
  }

  .body {
    background-color: #fff;
  }

  .animated-feature-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .watch-flex-item {
    width: 100%;
    margin-bottom: 24px;
  }

  .hero3-image {
    max-width: 60%;
    margin-top: -20px;
  }

  .wrap {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .wrap._w-custom.hero3 {
    padding-top: 0px;
  }

  ._7-col._7-col-last {
    background-position: 50% 50%;
    background-size: contain;
  }

  .hero3-headline-wrap {
    margin-bottom: 0px;
    text-align: center;
  }

  .wellbeing-description {
    width: 100%;
  }

  .wellbeing-image {
    display: none;
    margin-right: auto;
    margin-left: auto;
  }

  .coaching {
    background-position: 85% 0%;
  }

  .center {
    text-align: center;
  }

  .center.floating {
    position: -webkit-sticky;
    position: sticky;
    bottom: 95px;
  }

  .wellbeing-block {
    background-position: 85% 0%;
  }

  .form-wrapper {
    width: 100%;
  }

  .previous-placeholder {
    position: fixed;
    z-index: 6;
  }

  .form-content {
    width: 100%;
    min-width: auto;
  }

  .slide-content {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .next-placeholder {
    position: fixed;
    z-index: 6;
  }

  .mask {
    max-height: 1245px;
  }

  .form-item-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .checkbox-base {
    min-height: 80px;
  }

  .slider-3 {
    display: none;
  }

  .remote-care {
    background-position: 85% 0%;
  }

  .remote-care-column {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .remote-care-image {
    width: 100%;
  }

  .innovation-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .contact-form {
    background-position: 85% 0%;
  }

  .contact-form-wrapper {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }

  .tab-grid {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 301px auto;
    grid-template-rows: 301px auto;
    text-align: center;
  }

  .title-wrap-centre.no-margin {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .tab-h1 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: center;
  }

  .tab-panel {
    padding-right: 0px;
    padding-left: 0px;
  }

  .tabs-menu {
    z-index: 80;
    height: 150px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #fff;
  }

  .load-bar-base {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
  }

  .animation-block {
    display: none;
  }

  .standard-tab {
    padding-right: 12px;
    padding-left: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .content-block {
    max-width: none;
  }

  .health-engagement-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero3-image-2 {
    width: 100%;
    margin-top: -20px;
  }

  .hero3-firstbutton-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
  }

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

  .image-9 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .heading-9 {
    width: auto;
  }

  .wrap-2 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  ._6-col {
    margin-right: auto;
    margin-left: auto;
  }

  .navigation-side-plain {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .brand-2 {
    position: static;
    height: 100%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .menu-button {
    position: absolute;
    right: 24px;
  }

  .navigation-button-wrap {
    display: none;
  }

  .team-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .feature-flex {
    background-image: none;
  }

  .featured-in {
    margin-bottom: 0px;
  }

  .media-sources-section {
    display: -ms-grid;
    display: grid;
    width: 100%;
    margin-top: 16px;
    margin-bottom: 32px;
    padding: 3% 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-items: center;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .news-logo {
    opacity: 0.6;
  }

  .faq-question-wrap {
    max-width: 530px;
  }

  .physician-ui {
    background-position: 85% 0%;
  }

  .researcher-image {
    width: 100%;
  }

  .wellness-score {
    text-align: center;
  }

  .medication-spend {
    padding-right: 0%;
    padding-left: 0%;
  }

  .video-library-horizontal-grid {
    width: 90%;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .video-tag-row {
    width: 80%;
  }

  .video-thumbnail {
    width: 100%;
    height: 250px;
    max-width: none;
  }

  .video-thumb-overlay {
    height: 250px;
    max-width: none;
  }

  .collection-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .study-card {
    width: 100%;
    padding: 5%;
  }

  .alternating-blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .alternating-blocks.coaching {
    min-height: 400px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/coaching-bg.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/coaching-bg.jpg');
    background-position: 0px 0px, 70% 70%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.55);
  }

  .alternating-blocks.education {
    min-height: 400px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 41, 64, 0.77)), to(rgba(6, 41, 64, 0.77))), url('../images/app-bg.png');
    background-image: linear-gradient(180deg, rgba(6, 41, 64, 0.77), rgba(6, 41, 64, 0.77)), url('../images/app-bg.png');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.55);
  }

  .alternating-blocks.real-time-monitoring {
    min-height: 400px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/wellbeing.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/wellbeing.jpg');
    background-position: 0px 0px, 70% 60%;
    background-size: auto, cover;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.55);
  }

  .alternating-blocks.personalised {
    padding-top: 7%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .why-it-works {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .half-width {
    width: 100%;
    padding-top: 12%;
    padding-bottom: 12%;
  }

  .half-width.with-image {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .full-page-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .article-overlay {
    height: 240px;
  }

  .white.meetup-block-heading {
    text-align: center;
  }

  .certification-header {
    color: #b1b1b1;
    font-size: 0.9em;
    line-height: 1.4;
  }

  .certifications-grid {
    -ms-grid-columns: 0.5fr 0.5fr 0.5fr 0.5fr;
    grid-template-columns: 0.5fr 0.5fr 0.5fr 0.5fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -webkit-filter: none;
    filter: none;
  }

  .certifications-grid.small {
    padding-right: 3%;
    padding-left: 3%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .award-image {
    opacity: 0.9;
    -webkit-filter: saturate(10%);
    filter: saturate(10%);
    -webkit-transition: opacity 200ms ease, -webkit-filter 300ms ease-in;
    transition: opacity 200ms ease, -webkit-filter 300ms ease-in;
    transition: filter 300ms ease-in, opacity 200ms ease;
    transition: filter 300ms ease-in, opacity 200ms ease, -webkit-filter 300ms ease-in;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .award-image:hover {
    opacity: 1;
    -webkit-filter: saturate(100%);
    filter: saturate(100%);
  }

  .meetups-image {
    display: block;
  }

  .social-proofing-number {
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .social-proofing-header-wrapper {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .grid-3 {
    width: 100%;
    margin-bottom: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    color: #fff;
  }

  .meetups-block {
    padding-left: 4%;
  }

  .paragraph-3 {
    text-align: center;
  }

  .insurance-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .video-library-horizontal-grid-copy {
    width: 80%;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .work-with {
    width: 60px;
  }

  .we-work-with-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 32px;
    margin-bottom: 32px;
    padding: 3% 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-items: center;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .augmenting-healthcare-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  ._1-col {
    height: 60px;
  }

  .button-hero-2 {
    max-width: 300px;
    margin-top: 0px;
    margin-right: auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .button-hero-2.top-margin {
    max-width: 270px;
  }

  .tab-h1-2 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: center;
  }

  .uri-hero {
    display: block;
    width: 93%;
    margin-right: auto;
    margin-left: auto;
  }

  .floating-block {
    position: fixed;
    bottom: 0px;
    z-index: 3;
    width: 100%;
    padding: 24px 32px 32px;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    background-color: #fff;
    box-shadow: 0 0 100px -20px rgba(86, 96, 115, 0.7);
  }

  .small-logo {
    width: 100px;
    margin-right: auto;
    margin-left: auto;
  }

  .coaching-steps.small-margin {
    margin-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .previous {
    position: fixed;
    z-index: 6;
  }

  .mask-5 {
    margin-top: -50px;
  }

  .form-content-2 {
    width: 90%;
  }

  .checkbox_wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mobile-nav-bottom {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 5;
    display: block;
    height: 100px;
    border-top: 1px solid rgba(131, 149, 177, 0.15);
    background-color: #fff;
  }

  .next {
    position: fixed;
    z-index: 6;
    height: 50px;
  }

  .form12_checkbox_field {
    width: 48%;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
  }

  .form-wrapper-2 {
    width: 100%;
  }

  .quiz-result {
    background-position: 85% 0%;
  }

  .quiz-result-icon {
    width: 100%;
  }

  .slide-wrap {
    padding: 90px 50px;
  }

  .slider-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .price-field {
    margin-bottom: 12px;
  }

  ._4-col {
    width: 100%;
  }

  .alexa-column {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .grid-4 {
    width: 100%;
    margin-bottom: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .developer-block {
    padding-left: 4%;
  }

  .multi-platform-ecosystem {
    padding-right: 20px;
    padding-left: 20px;
  }

  .flex-item {
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-huge {
    width: 100%;
    margin-top: 40px;
  }

  .case-study-video-section {
    margin-bottom: 40px;
  }

  .video-under {
    min-height: 290px;
  }

  .full-page-wrapper-light {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .included-block {
    text-align: center;
  }

  .grid-5 {
    padding-right: 16px;
    padding-bottom: 24px;
    padding-left: 16px;
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
  }

  ._8-col {
    width: 100%;
  }

  .proof-grid {
    width: 100%;
    margin-bottom: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr auto auto;
    grid-template-rows: 1fr auto auto;
  }

  .coaching-image {
    width: 100%;
  }

  .general-button-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
  }

  .coaching-arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .marquee-cover-horizontal {
    background-image: -webkit-gradient(linear, right top, left top, color-stop(70%, hsla(0, 0%, 100%, 0)), to(#fff)), -webkit-gradient(linear, right top, left top, from(#fff), color-stop(30%, hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0) 70%, #fff), linear-gradient(270deg, #fff, hsla(0, 0%, 100%, 0) 30%);
  }

  .testimonial3-logo-wrapper {
    min-width: 110px;
  }

  .rating-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .employer-tabs-menu {
    min-width: auto;
  }

  .employer-tab-link {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    font-size: 1.1rem;
  }

  .employee-benefits-image {
    margin-top: 16px;
    margin-right: 0px;
    margin-left: auto;
  }

  .slider-block-quotes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .instant-quote-form {
    padding-right: 28px;
    padding-left: 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .quote-result {
    padding: 12px 31px;
  }

  .discount-left {
    text-align: center;
  }

  .list-item-2 {
    display: block;
    font-size: 1em;
  }

  .form-content-3 {
    width: 100%;
    min-width: auto;
  }

  .button-wrap-2 {
    width: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .price-grid {
    max-width: 460px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .pricing-column {
    border-radius: 20px;
    background-color: #fff;
  }

  .feature-grid {
    grid-row-gap: 14px;
  }

  .pricing-details-wrap {
    margin-bottom: 12px;
  }

  .pricing-column-03 {
    width: 100%;
    margin-bottom: 35px;
  }

  .pricing-wrap {
    max-width: 420px;
    margin-right: auto;
    margin-left: auto;
  }

  .pricing-check-wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .button-noshadow {
    margin-top: 0px;
    margin-right: auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .button-noshadow.centered-button {
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }

  .button-noshadow.top-margin {
    max-width: 270px;
    margin-right: auto;
    margin-left: auto;
  }

  .button-noshadow.full-width.top-margin {
    max-width: none;
  }

  .button-noshadow.full-width.top-margin.smaller {
    max-width: none;
  }

  .button-noshadow.full-width.center.floating {
    position: static;
    bottom: 32px;
    width: 100%;
    min-width: auto;
    margin-top: 24px;
  }

  .big-block.highlight.top {
    border-top-left-radius: 0px;
  }

  .grid-label {
    margin-top: 0px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }

  .grid-6 {
    overflow: auto;
    grid-template-areas: ". . ."
      ". . ."
      ". . ."
      ". . ."
      ". . ."
      ". . ."
      ". . ."
      ". . ."
      ". . ."
      ". . ."
      ". . ."
      ". . ."
      ". . ."
      ". . ."
      ". . .";
    -ms-grid-columns: minmax(200px, -webkit-max-content) minmax(180px, -webkit-max-content) minmax(180px, -webkit-max-content) minmax(180px, -webkit-max-content);
    -ms-grid-columns: minmax(200px, max-content) minmax(180px, max-content) minmax(180px, max-content) minmax(180px, max-content);
    grid-template-columns: minmax(200px, -webkit-max-content) minmax(180px, -webkit-max-content) minmax(180px, -webkit-max-content) minmax(180px, -webkit-max-content);
    grid-template-columns: minmax(200px, max-content) minmax(180px, max-content) minmax(180px, max-content) minmax(180px, max-content);
  }

  .grid-block-2.price {
    font-size: 24px;
    line-height: 24px;
  }

  .grid-block-2.price.highlight.bottom {
    border-bottom-left-radius: 0px;
  }

  .grid-block-2.price.bottom-left {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-inner {
    padding-right: 20px;
    padding-left: 20px;
  }

  .subscription-disclaimer {
    width: 80%;
  }

  .title-image-wrap {
    width: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }

  .tabs-block {
    width: 100%;
  }

  .tabs-menu-4 {
    top: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    font-size: 20px;
  }

  .tab-pane-wellbeing {
    height: auto;
    padding-bottom: 60px;
  }

  .tab-content {
    height: auto;
    margin-top: 60px;
  }

  .tab-link {
    margin-top: 8px;
    margin-right: 8px;
    padding: 6px 16px;
  }

  .tab-pane-sleep {
    height: auto;
    padding-bottom: 60px;
  }

  .tab-pane-nutrition {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tab-pane-activity {
    height: auto;
    padding-bottom: 60px;
  }

  .article-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .social-proof-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .feature-list-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-7 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._3-column-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  ._3-col-item-paragraphh {
    width: auto;
  }

  .buttons-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .collection-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .radio-button-2 {
    top: 20px;
    bottom: 0px;
  }

  .horizontal-prices {
    width: auto;
    max-width: 720px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-32 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .google-play-container {
    width: 30%;
  }

  .heading-22.center {
    width: 100%;
  }

  .app-store-container {
    width: 30%;
  }

  .app-feature-list-item-wrap {
    width: 100%;
  }

  .full-featured-app {
    padding-top: 0px;
  }

  .google-play {
    width: 100%;
  }

  .app-buttons {
    width: 100%;
    padding-right: 3%;
    padding-left: 3%;
  }

  .ask-alexa-button {
    width: 30%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .app-feature-image {
    max-width: 60%;
  }

  .app-feature-image.middle {
    width: 100%;
  }

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

  .feature-paragraph.center.condensed {
    width: 90%;
  }

  .app-feature-list-column {
    width: 80%;
    text-align: center;
  }

  .app-store {
    width: 100%;
  }

  .feature-video {
    width: 85%;
  }

  .slider__mask {
    height: 296px;
  }

  .slider__arrow.left {
    margin-top: 125px;
  }

  .slider__arrow.right {
    margin-top: 125px;
  }

  .slider-10 {
    height: 420px;
  }

  .tab-feature-list-grid {
    width: 90%;
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .tab-video-wrap {
    width: 90%;
  }

  .google-assistant-button {
    width: 30%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .video-description-heading {
    text-align: left;
  }

  .lesson-slider {
    height: 600px;
    background-color: #fff;
  }
}

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

  h2 {
    font-size: 2rem;
    line-height: 1.2;
  }

  h3 {
    font-size: 1.7rem;
  }

  .primary-cta {
    display: block;
    margin-left: 0px;
    padding-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .primary-cta.banner-button {
    max-width: none;
    padding-right: 32px;
  }

  .hero-section {
    padding-right: 0%;
    padding-bottom: 0px;
    padding-left: 0%;
  }

  .hero-image-block.nhs.rectangle {
    width: 50%;
  }

  .service-section.nhs {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
  }

  .grid-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .quote {
    margin-top: 8px;
  }

  .grid-icon {
    margin-bottom: 15px;
  }

  .feature-image-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .feature-image-1 {
    position: relative;
    bottom: -81px;
    margin-bottom: 24px;
  }

  .h2 {
    font-size: 38px;
  }

  .feature-text-block {
    min-width: 100%;
    padding-top: 0px;
  }

  .feature-text-block.full-width {
    padding-bottom: 0px;
  }

  .feature-icon {
    margin-right: 24px;
  }

  .grid-wrapper-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .feature-grid-block {
    text-align: left;
  }

  .news-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .grid-faq {
    grid-row-gap: 54px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .banner {
    min-height: 470px;
    padding: 32px 16px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/waves2x.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/waves2x.png');
    background-position: 0px 0px, 0% 0%;
    background-size: auto, cover;
  }

  .banner-button {
    margin-top: 35px;
  }

  .footer-grid {
    padding-right: 0%;
    padding-left: 0%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .navigation-container {
    max-height: 80px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navigation-left {
    width: 40%;
  }

  .navigation-right {
    width: 54%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .navigation {
    position: static;
    width: 100%;
  }

  .case-study-name {
    display: block;
  }

  .hero-image {
    width: 100%;
  }

  .hero-image.nhs.rectangle {
    box-shadow: none;
  }

  .legal-text {
    text-align: left;
  }

  .button-hero.centered-button {
    min-width: 250px;
  }

  .button-hero.top-margin {
    max-width: none;
  }

  .image {
    max-width: 100%;
  }

  .text-block {
    font-size: 1em;
  }

  .standard-paragraph-white {
    width: 100%;
  }

  .line {
    -o-object-fit: none;
    object-fit: none;
  }

  .case-study-name-block {
    margin-top: 16px;
  }

  .nutrition-block {
    min-height: 475px;
  }

  .secondary-cta {
    margin-top: 24px;
    margin-left: 0px;
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .sleep-block {
    height: 520px;
    background-image: url('../images/sleep-background.jpg');
    background-position: 18% 100%;
    background-size: cover;
  }

  .inner-block {
    height: auto;
    padding-top: 24px;
    padding-right: 0%;
    padding-left: 0%;
  }

  .activity-block {
    min-height: 535px;
  }

  .bundle-image-block {
    width: 100%;
    max-width: none;
  }

  .body {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .body.research {
    background-image: url('../images/dots.svg');
    background-position: -1% -220%;
    background-size: auto 100px;
    background-repeat: no-repeat;
  }

  .background-video {
    max-height: 320px;
  }

  .wrap {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrap._w-custom.hero3 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .wrap._w-custom.hero-w-form {
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .wrap.video-block {
    display: block;
    height: 680px;
    max-width: none;
  }

  ._7-col {
    margin-bottom: 0px;
  }

  ._7-col._7-col-last {
    padding-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .container {
    height: 1vh;
  }

  .image-3 {
    width: 70%;
  }

  .coaching {
    background-position: 84% 0%;
  }

  .wellbeing-block {
    min-height: 600px;
  }

  .text-field-2.triple-split.end {
    margin-right: 0px;
  }

  .previous-placeholder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 75px;
  }

  .form-content {
    width: 100%;
  }

  .banner-content {
    height: auto;
  }

  .slide-content {
    min-height: auto;
    padding: 16% 6% 24%;
  }

  .slider {
    height: auto;
    min-height: 80vh;
  }

  .mask {
    max-height: 1900px;
  }

  .form-item-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .checkbox-base {
    margin-bottom: 15px;
  }

  .form-section-title {
    font-size: 2em;
    line-height: 1.3em;
  }

  .slide-banner {
    height: auto;
  }

  .checkbox-icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .slide-wrapper {
    height: auto;
    min-height: auto;
  }

  .activation-code {
    padding-left: 0px;
    font-size: 1.5em;
    text-align: center;
  }

  .logo-grid {
    width: 80%;
  }

  .container-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .percentage-callout {
    font-size: 1.6rem;
  }

  .remote-care {
    padding-right: 10px;
    padding-left: 10px;
    background-image: none;
  }

  .innovation-section {
    padding-top: 12%;
    padding-bottom: 12%;
    background-position: 50% 100%, 50% 0%, 0px 0px, 0px 0px;
  }

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

  .contact-form {
    background-position: 84% 0%;
  }

  .contact-section {
    background-position: 50% 100%, 0px -2px, 50% 50%;
  }

  .contact-form-wrapper {
    width: auto;
    margin-top: 25%;
    margin-bottom: 25%;
    padding: 24px 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }

  .title-wrap-centre.no-margin {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .tab-h1 {
    font-size: 35px;
    text-align: left;
  }

  .tab-panel {
    padding-right: 0px;
    padding-left: 0px;
    background-color: transparent;
  }

  .tabs-content {
    padding-top: 0px;
  }

  .tabs-menu {
    display: -ms-grid;
    display: grid;
    overflow: hidden;
    height: auto;
    margin-bottom: 24px;
    grid-auto-columns: minmax(200px, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .load-bar-base {
    left: 8px;
    right: 8px;
    bottom: 8px;
  }

  .text-block-7 {
    display: block;
    font-size: 1rem;
  }

  .tab-image {
    width: 35px;
    margin-bottom: 0px;
  }

  .animation-block {
    width: auto;
    margin-top: 20px;
  }

  .standard-tab {
    width: 100%;
    height: 90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 50px;
  }

  .standard-tab.w--current {
    width: 100%;
    height: 90px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .content-block {
    padding: 0px 0px 10px;
  }

  .tabular-area {
    margin-bottom: 0px;
  }

  .health-engagement-section {
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero3-image-2 {
    margin-top: 20px;
  }

  .hero3-firstbutton-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .heading-7 {
    margin-bottom: 32px;
  }

  .subheader {
    font-size: 1.2rem;
  }

  .subheader.no-margin {
    text-align: left;
  }

  .blue {
    font-size: 1.9rem;
  }

  .text-block-10 {
    display: block;
    font-size: 1rem;
  }

  .text-block-11 {
    display: block;
    font-size: 1rem;
  }

  .text-block-12 {
    display: block;
    font-size: 1rem;
  }

  .headline-8-col {
    padding-right: 20px;
    padding-left: 20px;
  }

  .cta3-item-wrap.cta3-recommended-option {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .wrap-2.w80 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .terms-agreement {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .checkbox-5 {
    margin-top: 4px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .receipt-block {
    width: 100%;
    padding: 32px 20px;
  }

  .receipt-detail.right {
    overflow: hidden;
  }

  .contact-support {
    margin-top: 24px;
    color: rgba(91, 97, 124, 0.6);
    text-align: center;
  }

  ._6-col {
    width: auto;
    min-width: auto;
  }

  .study {
    width: auto;
  }

  .study.fixed-width {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .navigation-container-full {
    max-height: 50px;
  }

  .logo-2 {
    width: auto;
  }

  .nav {
    height: 70px;
    background-color: transparent;
  }

  .menu-button {
    right: 2px;
  }

  .team-grid {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .centered-2 {
    font-size: 1.1em;
  }

  .featured-in {
    margin-bottom: 0px;
  }

  .media-sources-section {
    width: 100%;
    margin-top: 16px;
    padding-right: 20px;
    padding-bottom: 0%;
    padding-left: 20px;
    grid-auto-flow: row dense;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .faq-question-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }

  .faq-question-bar {
    padding-right: 16px;
    padding-left: 16px;
  }

  .question-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .faq-paragraph {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 1.1rem;
  }

  .image-10 {
    padding-top: 32px;
  }

  .faq {
    padding-right: 20px;
    padding-left: 20px;
  }

  .physician-panel {
    background-position: 50% 100%, 50% 0%, 0px 0px, 0px 0px;
  }

  .physician-ui {
    background-position: 84% 0%;
  }

  .slide-nav-2 {
    max-width: 280px;
  }

  .div-block-7 {
    top: 219px;
  }

  .special-offer {
    font-size: 1rem;
  }

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

  .steps {
    width: 100%;
  }

  .image-11 {
    bottom: -32px;
    width: 80%;
    margin-top: 8px;
  }

  .medication-spend {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-13 {
    font-size: 2.2rem;
  }

  .left-arrow-3 {
    left: 17px;
  }

  .right-arrow-4 {
    right: 22px;
  }

  .search {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .search-button {
    min-width: 160px;
    margin-top: 12px;
    margin-left: 0px;
  }

  .video-library-horizontal-grid {
    width: 100%;
  }

  .video-card {
    padding-right: 0px;
  }

  .video-tag-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .video-thumbnail {
    height: 200px;
  }

  .video-thumb-overlay {
    height: 200px;
  }

  .collections {
    padding-right: 20px;
    padding-left: 20px;
  }

  .collection-card.activity {
    background-position: -60px 0px;
  }

  .collection-card.sleep {
    background-position: -40px 0px;
  }

  .collection-card.wellbeing {
    background-position: 70% 30%;
  }

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

  .alternating-blocks.education {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .how-it-works-blocks {
    padding-top: 0px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .alternating-block-header {
    font-size: 1.9rem;
  }

  .why-it-works {
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .highlight-quote {
    font-size: 3rem;
  }

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

  .password-criteria {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .password-criteria-icon {
    height: 20px;
  }

  .article-overlay {
    height: 200px;
  }

  .white.meetup-block-heading {
    text-align: left;
  }

  .certification-header {
    text-align: center;
  }

  .certifications-grid {
    margin-right: 20px;
    margin-left: 20px;
    grid-auto-flow: row;
    grid-column-gap: 20px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .award-image {
    max-height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .social-proofing-number {
    color: #fff;
  }

  .disclaimer.white {
    text-align: center;
  }

  .social-proofing-header-wrapper {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .grid-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr auto auto;
    grid-template-rows: 1fr auto auto;
  }

  .small-blocks-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .small-blocks-2.top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-icon-2 {
    width: 36px;
    margin-bottom: 12px;
  }

  .meetups-block {
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 0px;
  }

  .meetups {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-19 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-3 {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .insurance-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .download-card {
    padding-right: 0px;
  }

  .video-library-horizontal-grid-copy {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .we-work-with-section {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-bottom: 0%;
    padding-left: 20px;
    grid-auto-flow: row dense;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .augmenting-healthcare-section {
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .percentage-callout-2 {
    font-size: 1.6rem;
  }

  .button-hero-2.top-margin {
    max-width: none;
  }

  .uri-hero {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .floating-block {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-21 {
    height: 100vh;
  }

  .strip-banner {
    height: auto;
  }

  .previous {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 75px;
  }

  .mask-5 {
    position: static;
    height: 100%;
  }

  .slider-content-wrap {
    width: 100%;
    margin-bottom: 140px;
    padding: 50px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slider-6 {
    height: auto;
  }

  .form-content-2 {
    width: 100%;
  }

  .checkbox_wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form12_checkbox_field {
    width: 49%;
    height: 130px;
    min-width: auto;
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .results-section {
    padding-top: 12%;
    padding-bottom: 12%;
    background-position: 50% 100%, 50% 0%, 0px 0px, 0px 0px;
  }

  .quiz-result {
    padding-right: 10px;
    padding-left: 10px;
    background-image: none;
  }

  .slide-wrap {
    padding: 38px;
  }

  .invocations-section {
    padding-top: 12%;
    padding-bottom: 12%;
    background-position: 50% 100%, 50% 0%, 0px 0px, 0px 0px;
  }

  .lottie-animation-5 {
    width: 110px;
  }

  .image-19 {
    margin-left: 0px;
  }

  .grid-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr auto auto;
    grid-template-rows: 1fr auto auto;
  }

  .developer-block {
    padding-right: 20px;
    padding-left: 20px;
  }

  .health-engagement {
    padding-top: 12%;
    padding-bottom: 12%;
    background-position: 50% 100%, 50% 0%, 0px 0px, 0px 0px;
  }

  .multi-platform-ecosystem {
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .search-field.triple-split.end {
    margin-right: 0px;
  }

  .video-under {
    height: 250px;
  }

  .pullout-quote.blue {
    font-size: 1.5rem;
  }

  .client-wins.cta3-recommended-option {
    padding-right: 20px;
    padding-left: 20px;
  }

  .pullout-quote-wrapper.margin {
    padding-right: 10px;
    padding-left: 10px;
  }

  .grid-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .proof-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr auto auto;
    grid-template-rows: 1fr auto auto;
  }

  .drawer {
    overflow: auto;
    width: 100%;
    height: 75vh;
    margin-top: 24px;
    padding-top: 52px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .commands-grid {
    padding-right: 20px;
    padding-left: 20px;
  }

  .close-overlay {
    margin-right: 8px;
  }

  .general-button-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
  }

  .heading-19 {
    font-size: 2.1rem;
  }

  .coaching-arrow {
    width: 100%;
    height: 30px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .coaching-icon {
    margin-right: auto;
    margin-left: auto;
  }

  .heading-20 {
    font-size: 1.9rem;
  }

  .marquee-horizontal-large {
    height: 130px;
  }

  .rating-section {
    margin-top: 44px;
  }

  .rating-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .rating-block {
    font-size: 14px;
  }

  .rating-image {
    width: 32px;
    height: 32px;
  }

  .rating-header {
    font-size: 1.5rem;
  }

  .heading-animated {
    font-size: 2.3rem;
  }

  .static-logo-marquee {
    height: 130px;
  }

  .title-wrap {
    margin-bottom: 20px;
  }

  .image-28 {
    max-width: 270px;
  }

  .cta-item-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .discount-left {
    text-align: center;
  }

  .discount-right {
    padding-right: 20px;
    padding-left: 20px;
  }

  .list-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .list-item-2 {
    margin-bottom: 4px;
    background-size: 21px;
    font-size: 1rem;
    line-height: 1.7;
  }

  .field-helper-text {
    text-align: center;
  }

  .form-content-3 {
    width: 100%;
  }

  .list-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button-wrap-2 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .terms-agreement-2 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .field-label {
    font-size: 0.9rem;
    font-weight: 600;
  }

  .checkbox-6 {
    margin-top: 4px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .text-field.triple-split.end {
    margin-right: 0px;
  }

  .checkbox-label {
    font-size: 16px;
  }

  .check {
    right: 16px;
  }

  .pricing-details-wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .pricing-card {
    padding: 10px 12px 16px;
  }

  .pricing-h3 {
    text-align: left;
  }

  .check-2 {
    width: 20px;
  }

  .button-noshadow.centered-button {
    min-width: 250px;
  }

  .button-noshadow.top-margin {
    max-width: 200px;
  }

  .big-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .grid-label {
    position: -webkit-sticky;
    position: sticky;
    left: 0px;
    z-index: 4;
    margin-top: -1px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: -webkit-gradient(linear, left top, right top, from(#f7faff), color-stop(90%, #f7faff), to(transparent));
    background-image: linear-gradient(90deg, #f7faff, #f7faff 90%, transparent);
  }

  .grid-6 {
    position: relative;
    left: auto;
    width: 100vw;
    max-width: none;
    padding-right: 30px;
    -ms-grid-columns: minmax(170px, -webkit-max-content) minmax(190px, -webkit-max-content) minmax(190px, -webkit-max-content) minmax(190px, -webkit-max-content);
    -ms-grid-columns: minmax(170px, max-content) minmax(190px, max-content) minmax(190px, max-content) minmax(190px, max-content);
    grid-template-columns: minmax(170px, -webkit-max-content) minmax(190px, -webkit-max-content) minmax(190px, -webkit-max-content) minmax(190px, -webkit-max-content);
    grid-template-columns: minmax(170px, max-content) minmax(190px, max-content) minmax(190px, max-content) minmax(190px, max-content);
  }

  .white-background {
    display: none;
  }

  .grid-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .grid-block-2.price {
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid-block-2.price.highlight {
    padding-bottom: 8px;
  }

  .pricing-options {
    margin-bottom: 12px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-price-options {
    max-width: none;
  }

  .testimonial-card {
    max-width: 270px;
    margin-left: 20px;
  }

  .slider-9 {
    height: 410px;
    padding-left: 10px;
  }

  .testimonial-paragraph {
    font-size: 18px;
  }

  .left-arrow-4 {
    width: 40px;
  }

  .right-arrow-5 {
    width: 40px;
  }

  .slide-10 {
    margin-right: 0px;
  }

  .slide-11 {
    margin-right: 0px;
  }

  .slide-12 {
    margin-right: 0px;
  }

  .slide-13 {
    margin-right: 0px;
  }

  .slide-14 {
    margin-right: 0px;
  }

  .slide-15 {
    margin-right: 0px;
  }

  .tabs-menu-4 {
    top: 80px;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 16px;
  }

  .tab-content {
    margin-top: 40px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .article-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .icon-3 {
    font-size: 32px;
  }

  .icon-4 {
    font-size: 32px;
  }

  .video-wrapper {
    padding-right: 0%;
    padding-left: 0%;
  }

  .article-text-link {
    margin-bottom: 8px;
  }

  .sunset-block {
    height: 270px;
  }

  .footer-container {
    background-position: 50% 100%;
  }

  .grid-9 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .radio-button-2 {
    top: 20px;
    width: 36px;
    height: 36px;
  }

  .radio-button-field-2.recommended {
    padding-right: 45px;
  }

  .article-image {
    min-height: 250px;
  }

  .article-wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }

  .div-block-32 {
    color: #fff;
  }

  .article-heading {
    margin-right: auto;
    color: #fff;
    font-size: 2rem;
    text-align: left;
    text-transform: none;
  }

  .category {
    margin-right: auto;
    margin-bottom: 8px;
    font-size: 14px;
    text-transform: uppercase;
  }

  .grid-10 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .category-page-articles {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .google-play-container {
    width: 100%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .app-store-container {
    width: 100%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .page-title {
    margin-right: 0px;
    margin-bottom: 16px;
    margin-left: 0px;
  }

  .full-featured-app {
    padding-right: 3%;
    padding-left: 3%;
  }

  .google-play {
    width: 100%;
  }

  .app-buttons {
    width: 95%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .ask-alexa-button {
    width: auto;
    height: 75px;
  }

  .app-feature-image {
    width: 100%;
    max-width: 100%;
    margin-bottom: 48px;
    padding: 0px 20px;
  }

  .feature-paragraph {
    margin-top: 10px;
  }

  .feature-paragraph.center {
    text-align: center;
  }

  .feature-paragraph.center.condensed {
    width: 100%;
  }

  .app-feature-list-column {
    width: 100%;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .app-feature-list-column.right {
    padding-right: 3%;
    padding-left: 3%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .app-store {
    width: 100%;
  }

  .slider__mask {
    height: auto;
    background-color: #fff;
  }

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

  .tab-video-wrap {
    width: 100%;
  }

  .google-assistant-button {
    width: auto;
    height: 75px;
  }

  .slider-video-detail {
    height: 100%;
  }

  .lesson-slider {
    height: auto;
    max-width: 95%;
  }
}

#w-node-_8cde66d2-9e42-42ce-55e4-f1aa6c90bc00-7d0a00c0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8cde66d2-9e42-42ce-55e4-f1aa6c90bc04-7d0a00c0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8cde66d2-9e42-42ce-55e4-f1aa6c90bc08-7d0a00c0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8cde66d2-9e42-42ce-55e4-f1aa6c90bc0c-7d0a00c0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b980a553-fc00-2119-6f56-176708243504-7d0a00c0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b980a553-fc00-2119-6f56-176708243508-7d0a00c0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b980a553-fc00-2119-6f56-17670824350c-7d0a00c0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b980a553-fc00-2119-6f56-176708243510-7d0a00c0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_37fa4d81-4adf-34bd-8a24-d37cb53f44b3-7d0a00c0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_37fa4d81-4adf-34bd-8a24-d37cb53f44b7-7d0a00c0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_37fa4d81-4adf-34bd-8a24-d37cb53f44bb-7d0a00c0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_37fa4d81-4adf-34bd-8a24-d37cb53f44bf-7d0a00c0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_96661371-38c5-8472-507b-9c99f0d548d7-7d0a00c0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_223c40f7-67cf-b0a8-a172-d700fa46cbfe-7d0a00c0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5a1c46e0-b1a6-53b2-b162-c75c64af2365-7d0a00c0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5f9190ea-3494-3311-5074-9791732306c8-7d0a00c0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1246c9e7-474f-794c-edb3-e8fbebbc02ab-7d0a00c0 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_1246c9e7-474f-794c-edb3-e8fbebbc02ac-7d0a00c0 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a6b74e24-d2d6-00be-8ba0-c441a47716bd-7d0a00c0 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a314169b-3889-489a-5d95-335bdd7dea5d-7d0a00c0 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9d94dfaa-2b97-bc8a-0382-894d1db470c0-7d0a00c0 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_44d982ea-3633-a0d9-ffeb-765d799594c9-7d0a00c0 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_38eb327e-4bdf-8f04-f570-31628732185f-7d0a00c0 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_38eb327e-4bdf-8f04-f570-316287321860-7d0a00c0 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f6e54690-4cd3-efec-5a47-0f82990cd435-7d0a00c0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_07faf7c0-9f9a-7ae4-dcea-e5982e0e9cc0-7d0a00c0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4a5d3509-30e8-7c0e-994b-fcb6778b124d-7d0a00c0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f07ba7d8-fe54-ef1c-86fd-606feb16edde-7d0a00c0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0494ea3f-d032-62a7-cb5c-65b281df6934-7d0a00c0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c3c92037-c89e-418e-b14b-4e1d47b6e4d5-7d0a00c0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b1e612a8-2100-c5b8-a4a2-b0c1797b46b1-7d0a00c0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5520e5cf-cdfe-4d53-41c6-45a090c720f4-7d0a00c0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ed4d9b10-aef2-2b58-3eac-8e6d0c9fec42-7d0a00c0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4970d7f6-b15e-fb59-1313-c4244c0c78a4-7d0a00c0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_14a7fcc8-6a48-6331-281a-8efb4d188fe1-7d0a00c0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3aa431a3-4263-1ceb-eedc-575bbb433a45-7d0a00c0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c1ef4788-5e2f-3b3a-65f2-eef8debcab13-7d0a00c0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2ed18384-9e86-7add-1b87-797862c6e100-7d0a00c0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d59a2709-1240-cc26-0caf-4ce8afbeb3e0-7d0a00c0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7e9da1e0-cab9-953c-efe0-55d5bec5e389-7d0a00c0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e0c01421-3d56-26e6-a2f5-7dc04ddeace9-7d0a00c0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4ad25680-8fe8-8035-36db-b1df326a3535-7d0a00c0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9162bd0d-bfab-383b-cb98-500ca6f23a56-7d0a00c0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_49466aac-d541-96b9-98a7-f8f924d0ffe6-da0a00db {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_49466aac-d541-96b9-98a7-f8f924d0ffe8-da0a00db {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_49466aac-d541-96b9-98a7-f8f924d0ffee-da0a00db {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_49466aac-d541-96b9-98a7-f8f924d0fff4-da0a00db {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_49466aac-d541-96b9-98a7-f8f924d10000-da0a00db {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_49466aac-d541-96b9-98a7-f8f924d10004-da0a00db {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_49466aac-d541-96b9-98a7-f8f924d10008-da0a00db {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_49466aac-d541-96b9-98a7-f8f924d1000c-da0a00db {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_49466aac-d541-96b9-98a7-f8f924d10037-da0a00db {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_49466aac-d541-96b9-98a7-f8f924d10042-da0a00db {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_49466aac-d541-96b9-98a7-f8f924d10049-da0a00db {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_49466aac-d541-96b9-98a7-f8f924d10050-da0a00db {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_49466aac-d541-96b9-98a7-f8f924d10055-da0a00db {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2990516c-a308-85e0-a483-037bf1750816-e30a00dc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_304b757c-1317-83fc-763d-4501850e5b58-e30a00dc {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_304b757c-1317-83fc-763d-4501850e5b66-e30a00dc {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9556be52-1c82-b924-9b21-8f534a082352-e30a00dc {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e85b7456-3153-c28a-b31f-e47ec413eec5-e30a00dc {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2e7efd09-b354-1fda-7b90-23c899231936-e30a00dc {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d3b7f7ff-3e79-83d3-7b4f-2e37b6c1b390-e30a00dc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d3b7f7ff-3e79-83d3-7b4f-2e37b6c1b392-e30a00dc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d3b7f7ff-3e79-83d3-7b4f-2e37b6c1b398-e30a00dc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d3b7f7ff-3e79-83d3-7b4f-2e37b6c1b39e-e30a00dc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d3b7f7ff-3e79-83d3-7b4f-2e37b6c1b3aa-e30a00dc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d3b7f7ff-3e79-83d3-7b4f-2e37b6c1b3ae-e30a00dc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d3b7f7ff-3e79-83d3-7b4f-2e37b6c1b3b2-e30a00dc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d3b7f7ff-3e79-83d3-7b4f-2e37b6c1b3b6-e30a00dc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d3b7f7ff-3e79-83d3-7b4f-2e37b6c1b3e1-e30a00dc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d3b7f7ff-3e79-83d3-7b4f-2e37b6c1b3ec-e30a00dc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d3b7f7ff-3e79-83d3-7b4f-2e37b6c1b3f3-e30a00dc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d3b7f7ff-3e79-83d3-7b4f-2e37b6c1b3fa-e30a00dc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d3b7f7ff-3e79-83d3-7b4f-2e37b6c1b3ff-e30a00dc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c79f14a6-56f4-4b1f-b103-c007c64e83f9-3a19e091 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_78646482-43ef-b06d-c544-d25e56d24cd2-120a0187 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_78646482-43ef-b06d-c544-d25e56d24cda-120a0187 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_4ad25680-8fe8-8035-36db-b1df326a3535-7d0a00c0 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_49466aac-d541-96b9-98a7-f8f924d10050-da0a00db {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-d3b7f7ff-3e79-83d3-7b4f-2e37b6c1b3fa-e30a00dc {
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1246c9e7-474f-794c-edb3-e8fbebbc02ab-7d0a00c0 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_38eb327e-4bdf-8f04-f570-31628732185f-7d0a00c0 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-c79f14a6-56f4-4b1f-b103-c007c64e83f9-3a19e091 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd book';
  src: url('../fonts/CircularStd-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}