:root {
  --background: #f3f3f3;
  --paragraphs: #111213b3;
  --heading: #0c0a09;
  --accent-a: #21695c;
  --shadow-a: #1112130a;
  --white: white;
  --accent-c: #1a83ff;
  --accent-d: #1eac92;
  --gradient-a2: #42d598;
  --shadow-b: #36c88b66;
  --gradient-a1: #1eac92;
  --btn-subtext: #767770;
  --gradient-c1: #89f7fe;
  --gradient-c2: #66a6ff;
  --gradient-b1: #ff7a22;
  --gradient-b2: #ff4ab9;
  --border: #11121326;
  --accent-b: #ff440f;
  --gradient-d1: #38d7cd;
  --gradient-d2: #29fb96;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  background-color: var(--background);
  color: var(--paragraphs);
  font-family: Plus Jakarta Sans;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

h1 {
  color: var(--heading);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 33px;
  font-size: 84px;
  font-weight: 800;
  line-height: 108%;
}

h2 {
  color: var(--heading);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 60px;
  font-weight: 800;
  line-height: 112%;
}

h3 {
  color: var(--heading);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 42px;
  font-weight: 800;
  line-height: 115%;
}

h4 {
  color: var(--heading);
  letter-spacing: -.8px;
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 30px;
  font-weight: 800;
  line-height: 120%;
}

h5 {
  color: var(--heading);
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: 800;
  line-height: 130%;
}

h6 {
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}

p {
  margin-bottom: 33px;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 33px;
  padding-left: 36px;
}

li {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 6px;
}

strong {
  color: var(--heading);
  font-weight: 700;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 2px solid var(--accent-a);
  color: var(--heading);
  margin-bottom: 33px;
  margin-left: 18px;
  padding: 0 22px;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 170%;
}

figure {
  box-shadow: 0 18px 35px -5px var(--shadow-a);
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
}

figcaption {
  background-color: var(--white);
  text-align: center;
  margin-top: 0;
  padding: 15px 5%;
  font-size: 15px;
  line-height: 160%;
}

.link {
  border-bottom: 2px solid var(--accent-c);
  color: var(--accent-c);
  text-decoration: none;
  transition: border-color .2s cubic-bezier(.25, .46, .45, .94), color .2s cubic-bezier(.25, .46, .45, .94);
}

.link:hover {
  border-bottom-color: var(--accent-d);
  color: var(--accent-d);
}

.rich-text-block {
  max-width: 780px;
  margin: 70px auto 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.rich-text-block a {
  border-bottom: 2px solid var(--accent-c);
  color: var(--accent-c);
  text-decoration: none;
  transition: border-color .2s cubic-bezier(.25, .46, .45, .94), color .2s cubic-bezier(.25, .46, .45, .94);
}

.rich-text-block a:hover {
  border-bottom-color: var(--accent-d);
  color: var(--accent-d);
}

.section-hero {
  color: var(--paragraphs);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 200px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.section-hero.hide {
  display: none;
}

.section-hero.sub-sections {
  padding-top: 100px;
  padding-left: 0;
  padding-right: 0;
}

.section-hero.sub-sections.ria {
  display: flex;
}

.section-hero.bottom {
  padding-top: 0;
}

.section-hero.top-padding {
  padding-top: 140px;
}

.content {
  width: 100%;
  max-width: 1230px;
  position: relative;
}

.content.narrow {
  max-width: 740px;
}

.content.path {
  max-width: 1250px;
}

.navbar {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #f3f3f3b3;
  border-bottom: 1px solid #11121300;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 22px 35px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.nav {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo {
  height: 40px;
}

.brand {
  justify-content: center;
  align-items: center;
  min-width: 100px;
  padding: 5px;
  display: flex;
}

.nav-link {
  color: #11121380;
  padding: 14px 20px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 130%;
  transition: color .2s cubic-bezier(.25, .46, .45, .94);
}

.nav-link:hover {
  color: var(--heading);
}

.nav-link.w--current {
  color: #11121380;
  font-family: Poppins, sans-serif;
}

.nav-link.w--current:hover {
  color: var(--heading);
}

.nav-link.w--current:focus {
  background-color: #fff;
}

.nav-menu {
  margin-right: 20px;
}

.nav-button {
  background-color: var(--gradient-a2);
  color: var(--heading);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 11px 25px;
  text-decoration: none;
  display: flex;
}

.nav-button.section-btn {
  padding-top: 16px;
  padding-bottom: 16px;
}

.button-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-center.btn-bottom-copy {
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  padding-top: 8px;
  font-size: 18px;
}

.button-center.btn-bottom-copy.hide {
  display: none;
}

.button-icon {
  object-fit: contain;
  width: 24px;
  height: 24px;
  margin-left: -5px;
  margin-right: 5px;
}

.button-text-nav {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 130%;
}

.block-hero {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.block-hero.remove {
  margin-top: 0;
}

.heading-hero {
  letter-spacing: 0;
  max-width: 850px;
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 150%;
}

.heading-hero.top-heading {
  color: var(--paragraphs);
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  overflow: visible;
}

.heading-hero.header {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 44px;
}

.heading-hero.section {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.text-accent {
  background-image: linear-gradient(149deg, var(--gradient-a1), var(--gradient-a2));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.text-accent.mobile {
  font-size: 32px;
  font-weight: 600;
  overflow: visible;
}

.paragraph-large {
  color: var(--heading);
  max-width: 720px;
  margin-bottom: 38px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}

.paragraph-large.top-text {
  color: var(--accent-d);
  margin-bottom: 8px;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 700;
}

.paragraph-large.hide {
  display: none;
}

.button {
  background-color: var(--white);
  box-shadow: 0 22px 50px -10px var(--shadow-b);
  mix-blend-mode: normal;
  background-image: linear-gradient(90deg, #1eac92, #42d598);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  max-width: 40%;
  padding: 22px 38px;
  text-decoration: none;
  display: block;
}

.button.dark {
  background-color: var(--heading);
  box-shadow: none;
}

.button.banner {
  max-width: 30%;
  padding-left: 0;
  padding-right: 0;
}

.button.header.hide {
  display: none;
}

.button-text {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}

.button-text.white {
  color: var(--white);
}

.button-text.bottom-btn-copy {
  color: var(--btn-subtext);
  padding-left: 6px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.button-text.bottom-btn-copy.strikethrough {
  text-decoration: line-through;
}

.upgrade-version {
  text-align: left;
  background-color: #d9d9d959;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.text-upgrade {
  border-right: 1px solid var(--background);
  color: #11121380;
  margin-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}

.link-upgrade {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-link-upgrade {
  color: var(--heading);
  margin-right: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}

.icon-upgrade {
  object-fit: contain;
  width: 16px;
  height: 16px;
}

.lottie-hero {
  z-index: -10;
  filter: blur(60px);
  width: 100%;
  position: absolute;
  inset: 0%;
  transform: scale(1.1);
}

.lottie-hero.second {
  bottom: 50%;
  left: -30%;
}

.app-screen-hero {
  grid-column-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 120px;
  font-family: Poppins, sans-serif;
  display: flex;
  position: relative;
}

.app-screen-hero.hero {
  padding-top: 80px;
  padding-bottom: 0;
  display: flex;
}

.image-app-screen {
  box-shadow: 0 50px 70px 0 var(--shadow-b);
  border-radius: 48px;
}

.image-app-screen.sync-image {
  box-shadow: none;
  vertical-align: super;
  max-width: 90%;
  display: inline-block;
}

.image-app-screen.testimonial {
  box-shadow: none;
  border-radius: 24px;
  max-width: 30%;
}

.app-hero {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: visible;
}

.app-hero-a {
  transform: none;
}

.app-hero-a.hero {
  transform: rotate(-11deg);
}

.app-hero-a.hero.straight {
  transform: none;
}

.app-hero-b {
  margin-top: 90px;
  margin-left: -60px;
  transform: rotate(11deg);
}

.section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 92px 25px;
  display: flex;
}

.section.tool.padding {
  padding-top: 60px;
}

.section.sync {
  padding-top: 64px;
}

.section.holistic {
  padding-top: 0;
}

.section.hide, .section.no-padding {
  display: none;
}

.heading {
  letter-spacing: 0;
  max-width: 730px;
  margin-bottom: 12px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 140%;
}

.heading.section {
  color: var(--heading);
  margin-top: 16px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 30px;
  font-weight: 600;
  display: block;
}

.heading.pading {
  margin-top: 8px;
}

.block-heading {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.block-heading.margin {
  margin-top: 80px;
  margin-bottom: 24px;
}

.block-heading.bottom-btn {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.paragraph {
  color: var(--heading);
  flex: 0 auto;
  max-width: 675px;
  font-family: Poppins, sans-serif;
}

.subtitle {
  color: var(--accent-a);
  background-color: #fe8f5726;
  border-radius: 50px;
  margin-bottom: 8px;
  padding: 6px 15px 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
}

.subtitle.accent-b {
  color: var(--accent-a);
  background-color: #e9f0ef;
  font-family: Poppins, sans-serif;
  display: none;
}

.subtitle.accent-c {
  background-color: var(--background);
  color: var(--paragraphs);
  font-family: Poppins, sans-serif;
  font-weight: 500;
  display: flex;
}

.subtitle.accent-c.hide {
  display: none;
}

.subtitle.accent-d {
  color: var(--accent-a);
  background-color: #0eb57926;
  display: flex;
}

.subtitle.accent-d.hide {
  display: none;
}

.grid-features {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.feature {
  background-color: var(--white);
  box-shadow: 0 18px 35px -5px var(--shadow-a);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 45px 55px;
  font-family: Poppins, sans-serif;
  display: flex;
}

.feature.small {
  padding: 45px 35px 50px;
}

.paragraph-feature {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 170%;
}

.heading-feature {
  font-weight: 600;
}

.image-feature {
  max-width: 100%;
  height: 300px;
  margin-bottom: 40px;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  grid-template-rows: auto;
  margin-top: 0;
  margin-bottom: 60px;
}

.grid.mobile.custom {
  justify-content: flex-start;
  align-items: center;
}

.block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 60px;
  display: flex;
}

.lottie-animation {
  z-index: -10;
  filter: blur(40px);
  width: 100%;
  position: absolute;
  inset: 0%;
  transform: scale(1.3);
}

.lottie-animation.sync {
  opacity: .36;
  filter: blur(100px);
  top: -50%;
}

.lottie-animation.footer {
  filter: blur(100px);
}

.lottie-animation.footer._1 {
  left: 37%;
}

.lottie-animation.footer._2 {
  left: -50%;
  right: 0%;
}

.app-screen {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 530px;
  display: flex;
  position: relative;
}

.app-left {
  transform: rotate(-11deg);
}

.app-right {
  justify-content: center;
  align-items: center;
  display: flex;
  transform: none;
}

.overflow {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100vh;
  font-family: Poppins, sans-serif;
  display: flex;
  overflow: hidden;
}

.check {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.icon-check {
  background-color: var(--white);
  box-shadow: 0 18px 35px -5px var(--shadow-a);
  object-fit: contain;
  border-radius: 50px;
  width: 34px;
  height: 34px;
  padding: 10px;
}

.text-check {
  margin-left: 18px;
  padding-top: 3px;
}

.paragraph-check {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 170%;
}

.block-check {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
}

.grid-steps {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  align-items: start;
}

.step {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-step {
  box-shadow: 0 18px 35px -5px var(--shadow-a);
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 298px;
}

.block-image-step {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 58px;
  display: flex;
  position: relative;
}

.step-number-bg {
  z-index: 10;
  background-color: var(--white);
  box-shadow: 0 18px 35px -5px var(--shadow-a);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: absolute;
  bottom: -35px;
}

.step-number {
  background-image: linear-gradient(140deg, var(--gradient-a1), var(--gradient-a2));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 30px;
  font-weight: 800;
  line-height: 120%;
}

.step-number.accent-c {
  background-image: linear-gradient(140deg, var(--gradient-c1), var(--gradient-c2));
}

.step-number.accent-b {
  background-image: linear-gradient(140deg, var(--gradient-b1), var(--gradient-b2));
}

.paragraph-step {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 170%;
}

.block-text-step {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.grid-plans {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.plan {
  background-color: var(--white);
  box-shadow: 0 18px 35px -5px var(--shadow-a);
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 55px 65px 65px;
  display: flex;
}

.plan.accent {
  background-image: linear-gradient(#e9f0ef80, #e9f0ef80);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.heading-plan {
  margin-bottom: 8px;
  font-weight: 500;
}

.heading-plan.white {
  color: var(--accent-a);
}

.price {
  margin-bottom: 30px;
  font-size: 74px;
  line-height: 100%;
}

.price.white {
  color: var(--accent-a);
  letter-spacing: 0;
  padding-right: 8px;
  font-size: 30px;
  line-height: 100%;
  text-decoration: none;
}

.price.white.strikethrough {
  text-decoration: line-through;
}

.paragraph-plan.white {
  color: var(--accent-a);
}

.features-plan {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.circle-plan {
  background-color: var(--heading);
  border-radius: 50%;
  flex: none;
  width: 7px;
  height: 7px;
  margin-right: 18px;
}

.circle-plan.white {
  background-color: var(--white);
}

.heading-features-plan {
  margin-bottom: 0;
}

.heading-features-plan.white {
  color: var(--white);
}

.block-features-plan {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 44px;
  display: flex;
}

.subscript {
  letter-spacing: 0;
  font-size: 30px;
  font-weight: 500;
}

.grid-reviews {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  place-items: start stretch;
}

.block-reviews {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.review {
  background-color: var(--white);
  box-shadow: 0 18px 35px -5px var(--shadow-a);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 45px;
  display: flex;
}

.paragraph-review {
  margin-bottom: 17px;
  padding-top: 24px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 170%;
}

.client-name {
  color: var(--heading);
  margin-bottom: 6px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

.client-info {
  color: var(--paragraphs);
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
}

.icon-star {
  flex: none;
  width: 18px;
  height: 18px;
}

.stars {
  grid-column-gap: 6px;
  justify-content: center;
  align-items: center;
  margin-bottom: 17px;
  display: flex;
}

.section-footer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  padding-top: 92px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.block-action {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-app {
  width: 126px;
  height: 126px;
  margin-bottom: 30px;
}

.heading-action {
  max-width: 960px;
  margin-bottom: 33px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
}

.block-downloads {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-download {
  background-color: var(--white);
  box-shadow: 0 22px 40px -5px var(--shadow-b);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 18px 38px;
  text-decoration: none;
  display: flex;
}

.icon-download {
  height: 34px;
}

.lottie-footer {
  z-index: -10;
  filter: blur(20px);
  transform-origin: 50% 70%;
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
  transform: scale(1.3);
}

.footer {
  grid-column-gap: 18px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 174px;
  margin-bottom: 20px;
  display: flex;
}

.link-footer {
  color: #11121366;
  padding: 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94);
}

.link-footer:hover {
  color: var(--heading);
}

.link-footer.hide {
  display: none;
}

.circle-footer {
  background-color: #11121366;
  border-radius: 50%;
  flex: none;
  width: 5px;
  height: 5px;
  margin: 10px;
}

.block-include {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 90px;
  display: flex;
}

.grid-include {
  grid-column-gap: 35px;
  grid-row-gap: 45px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.heading-include {
  margin-bottom: 50px;
}

.grid-faq {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  align-items: start;
}

.block-faq {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.accordion-item {
  background-color: var(--white);
  box-shadow: 0 18px 35px -5px var(--shadow-a);
  border-radius: 20px;
}

.accordion-header {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 40px 24px 30px;
  display: flex;
}

.accordion-content {
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  overflow: hidden;
}

.paragraph-accordion {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 170%;
}

.icon-arrow {
  object-fit: contain;
  width: 23px;
  height: 23px;
  margin-right: 10px;
}

.heading-accordion {
  margin-bottom: 0;
}

.grid-features-small {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
  margin-top: 20px;
}

.icon-feature {
  width: 36px;
  height: 36px;
  margin-bottom: 20px;
}

.collection-list {
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  box-shadow: 0 18px 35px -5px var(--shadow-a);
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-blog-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  min-height: 370px;
}

.block-blog {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 70px;
  display: flex;
}

.data {
  color: var(--accent-a);
  background-color: #fe8f5726;
  border-radius: 50px;
  margin-bottom: 8px;
  padding: 6px 15px 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
}

.link-heading-blog {
  margin-bottom: 24px;
  text-decoration: none;
}

.heading-blog {
  margin-bottom: 0;
}

.paragraph-summary {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 170%;
}

.empty-state {
  background-color: var(--white);
  box-shadow: 0 18px 35px -5px var(--shadow-a);
  border-radius: 20px;
  padding: 20px 30px;
}

.text-empty {
  color: var(--heading);
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}

.image-blog {
  box-shadow: 0 18px 35px -5px var(--shadow-a);
  border-radius: 20px;
  width: 100%;
  margin-top: 32px;
  display: block;
}

.grid-contact {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  box-shadow: 0 18px 35px -5px var(--shadow-a);
  background-color: #ffffff8c;
  border-radius: 20px;
  grid-template-rows: auto;
  position: relative;
}

.contact-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 65px 70px;
  display: flex;
}

.contact-form {
  background-color: var(--white);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 55px;
  display: flex;
}

.block-contact-info {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.icon-contact {
  background-color: var(--white);
  box-shadow: 0 18px 35px -5px var(--shadow-a);
  object-fit: contain;
  border-radius: 50px;
  width: 44px;
  height: 44px;
  margin-right: 12px;
  padding: 12px;
}

.heading-contact-info {
  margin-top: 8px;
  margin-bottom: 8px;
}

.heading-contact {
  max-width: 420px;
}

.field-label {
  color: var(--heading);
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
}

.text-field {
  border: 1px solid var(--border);
  background-color: var(--white);
  color: var(--heading);
  border-radius: 10px;
  height: 55px;
  margin-bottom: 24px;
  padding: 16px 22px;
  font-size: 16px;
  line-height: 130%;
  transition: border-color .2s cubic-bezier(.25, .46, .45, .94);
}

.text-field:focus {
  border-color: #11121380;
}

.text-field::placeholder {
  color: #11121380;
}

.form {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.submit-button {
  background-color: var(--heading);
  color: var(--white);
  border-radius: 50px;
  margin-top: 12px;
  padding: 22px 38px;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
}

.textarea {
  border: 1px solid var(--border);
  color: var(--heading);
  border-radius: 10px;
  min-height: 170px;
  max-height: 250px;
  margin-bottom: 24px;
  padding: 16px 22px;
  font-size: 16px;
  line-height: 130%;
  transition: border-color .2s cubic-bezier(.25, .46, .45, .94);
}

.textarea:focus {
  border-color: #11121380;
}

.textarea::placeholder {
  color: #11121380;
}

.success-message {
  text-align: center;
  background-color: #0eb57926;
  border-radius: 10px;
  padding: 20px 30px;
}

.text-success {
  color: var(--accent-d);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.text-error {
  color: var(--accent-b);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.error-message {
  text-align: center;
  background-color: #ff440f26;
  border-radius: 10px;
  margin-top: 18px;
  padding: 20px 30px;
}

.form-block {
  margin-bottom: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 140px 25px 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 320px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.space {
  background-color: var(--border);
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 70px;
}

.grid-colors {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.block-color {
  border: 1px solid var(--border);
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 120px;
  padding: 20px;
  display: flex;
}

.block-color.background {
  background-color: var(--background);
}

.block-color.border {
  background-color: var(--border);
}

.block-color.paragraphs {
  background-color: var(--paragraphs);
}

.block-color.accent-a {
  background-color: var(--accent-a);
}

.block-color.accent-b {
  background-color: var(--accent-b);
}

.block-color.accent-c {
  background-color: var(--accent-c);
}

.block-color.accent-d {
  background-color: var(--accent-d);
}

.block-color.gradient-a {
  background-image: linear-gradient(150deg, var(--gradient-a1), var(--gradient-a2));
}

.block-color.gradient-b {
  background-image: linear-gradient(150deg, var(--gradient-b1), var(--gradient-b2));
}

.block-color.gradient-c {
  background-image: linear-gradient(150deg, var(--gradient-c1), var(--gradient-c2));
}

.block-color.gradient-d {
  background-image: linear-gradient(150deg, var(--gradient-d1), var(--gradient-d2));
}

.block-color.shadow-a {
  background-color: var(--shadow-a);
  box-shadow: 0 18px 35px -5px var(--shadow-a);
}

.block-color.shadow-b {
  background-color: var(--shadow-b);
  box-shadow: 0 23px 40px -5px var(--shadow-b);
}

.block-color.headings {
  background-color: var(--heading);
}

.text-color {
  color: var(--heading);
  margin-bottom: 2px;
  font-size: 15px;
  font-weight: 600;
  line-height: 130%;
}

.text-color.white {
  color: var(--white);
}

.hex-color {
  color: #11121380;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}

.hex-color.white {
  color: #ffffff80;
}

.template-info {
  grid-column-gap: 14px;
  border: 1px solid var(--border);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 30px;
  display: flex;
}

.grid-licensing {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.image-licensing {
  border-radius: 20px;
  width: 100%;
}

.lottie-licensing {
  filter: blur(30px);
  width: 100%;
}

.template-font {
  margin-bottom: 0;
}

.grid-icon-licensing {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: auto;
  place-content: start;
  place-items: start;
}

.icon-licensing {
  background-color: var(--white);
  box-shadow: 0 18px 35px -5px var(--shadow-a);
  object-fit: contain;
  border-radius: 50px;
  width: 78px;
  height: 78px;
  padding: 20px;
}

.image-app-hero, .image-app-hero.ria-image {
  box-shadow: none;
  border-radius: 0;
}

.image-app-hero.ria-image.mobile {
  vertical-align: baseline;
  display: none;
}

.image-app-hero.ria-mobile {
  max-width: 140%;
}

.image-app-hero.ria-mobile.hide {
  display: none;
}

.body {
  background-color: #fdfbfd;
}

.button-text-2 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}

.button-text-2.bottom-btn-copy {
  color: #767770;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.image-app-hero-2 {
  pointer-events: auto;
  vertical-align: baseline;
  border-radius: 48px;
  font-family: Poppins, sans-serif;
  box-shadow: 0 50px 70px #36c88b66;
}

.subtitle-2 {
  color: #21695c;
  background-color: #fe8f5726;
  border-radius: 50px;
  margin-bottom: 8px;
  padding: 6px 15px 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
}

.subtitle-2.accent-b {
  color: #21695c;
  background-color: #e9f0ef;
  font-family: Poppins, sans-serif;
}

.section-hero-2 {
  color: #111213b3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 200px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.section-hero-2.hide {
  display: none;
}

.heading-hero-2 {
  max-width: 1010px;
  font-family: Poppins, sans-serif;
  font-size: 53px;
  font-weight: 700;
  line-height: 150%;
}

.heading-hero-2.subsection {
  max-width: 790px;
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
}

.image-app-hero-3 {
  pointer-events: auto;
  vertical-align: baseline;
  border-radius: 48px;
  font-family: Poppins, sans-serif;
  box-shadow: 0 50px 70px #36c88b66;
}

.image-app-hero-3.straight-hero {
  box-shadow: none;
}

.subtitle-3 {
  color: #21695c;
  background-color: #fe8f5726;
  border-radius: 50px;
  margin-bottom: 8px;
  padding: 6px 15px 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
}

.subtitle-3.accent-b {
  color: #21695c;
  background-color: #e9f0ef;
  font-family: Poppins, sans-serif;
  display: none;
}

.div-block {
  padding-left: 40px;
}

.div-block-2 {
  display: flex;
}

.sticky-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.primary-button {
  color: #121212;
  border: 1px solid #121212;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 3em;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
}

.primary-button:visited {
  text-decoration: none;
}

.primary-button.filled {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #fff;
  background-color: #21695c;
  border-width: 0;
}

.text-block-2 {
  font-family: Poppins, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.grid-features-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  margin-top: 40px;
}

.image-feature-2 {
  max-width: 100%;
  margin-bottom: 40px;
}

.paragraph-2 {
  flex: 0 auto;
  max-width: 720px;
  display: none;
}

.feature-2 {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 45px 55px;
  display: flex;
  box-shadow: 0 18px 35px -5px #1112130a;
}

.feature-2.hide {
  display: none;
}

.heading-feature-2 {
  letter-spacing: 0;
  font-weight: 600;
}

.heading-2 {
  letter-spacing: 0;
  max-width: 880px;
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
  display: flex;
}

.heading-2.hide {
  display: none;
}

.button-4 {
  mix-blend-mode: normal;
  background-color: #fff;
  background-image: linear-gradient(90deg, #1eac92, #42d598);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  max-width: 40%;
  padding: 22px 38px;
  text-decoration: none;
  display: block;
  box-shadow: 0 22px 50px -10px #36c88b66;
}

.button-4.header.sticky {
  background-color: #21695c;
  background-image: none;
}

.button-4.header.sticky.poonam_calander {
  box-shadow: none;
  background-color: #21695c;
  background-image: none;
  border-radius: 12px;
  padding: 16px 24px;
  font-family: Poppins, sans-serif;
}

.button-4.header.hide {
  display: none;
}

.button-text-3 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}

.button-text-3.sticky, .button-text-3.sticky.primary {
  font-size: 16px;
  font-weight: 500;
}

.button-text-3.bottom-btn-copy {
  color: #767770;
  padding-left: 6px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.button-text-3.bottom-btn-copy.strikethrough {
  text-decoration: line-through;
}

.section_highlights {
  color: #000;
  background-color: #0000;
  display: flex;
  overflow: hidden;
}

.section_highlights.highlights {
  display: flex;
}

.section_highlights.top-padding {
  margin-top: 140px;
}

.home_gallery-1_card-content-bottom {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.slider-arrow {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.slider-arrow.is-centre-next {
  bottom: 4rem;
}

.slider-arrow.is-centre-next.hide-mobile-landscape.hide {
  display: none;
}

.slider-arrow.is-centre-previous {
  bottom: 4rem;
}

.slider-arrow.is-centre-previous.hide-mobile-landscape.hide {
  display: none;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-small {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.margin-top.margin-small.view {
  display: block;
}

.margin-top.margin-medium {
  margin: 0;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
  font-family: Poppins, sans-serif;
}

.padding-global.success {
  width: 100%;
  padding-top: 0%;
}

.home_cta_lightbox-link {
  width: 100%;
  text-decoration: none;
}

.home_cta_slide {
  padding-left: 1rem;
  padding-right: 1rem;
}

.home_cta_slide.coach-card-height {
  padding-top: 1rem;
}

.home_cta_slide.trusted {
  width: 72%;
}

.heading-style-h2 {
  color: #0c0a09;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-size-medium {
  font-size: 1.125rem;
  font-weight: 400;
}

.padding-section-large {
  padding-top: 0;
  padding-bottom: 1rem;
}

.padding-section-large.success {
  padding-top: 2rem;
}

.card-text-light {
  color: #78716c;
  margin-bottom: 2rem;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.6;
  display: flex;
}

.card-text-light.remove {
  margin-bottom: .5rem;
}

.container-large {
  border-radius: 24px;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.slider-arrow-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.text-align-center {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home_cta_mask {
  width: 34%;
  overflow: visible;
}

.home_cta_image-wrapper {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
}

.heading-style-h4-2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.home_cta_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.home_cta_slide-nav.hide {
  display: none;
}

.home_cta_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-10 {
  padding-left: 12px;
}

.margin-bottom, .margin-bottom.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  color: #78716c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 .6rem;
  display: flex;
}

.margin-bottom.margin-small.left-aligned {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
}

.margin-bottom.margin-small.card {
  margin-top: 2rem;
  margin-bottom: 0;
}

.margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
  overflow: visible;
}

.margin-bottom.margin-xsmall.hide {
  display: none;
}

.margin-bottom.margin-medium, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  color: #78716c;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-medium {
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.margin-bottom.margin-medium.left {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
}

.margin-bottom.margin-tiny {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.home_cta_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 4rem;
  position: relative;
}

.home_cta_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.heading-style-h3-2 {
  color: #000;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.heading-style-h3-2.subtext {
  margin-bottom: .5rem;
  font-size: 1rem;
}

.heading-style-h3-2.subtext.tagged {
  color: #21695c;
  letter-spacing: 0;
  background-color: #e9f0ef;
  border-radius: 40px;
  margin-bottom: 1rem;
  padding: 8px 12px;
  overflow: hidden;
}

.heading-style-h3-2.card-heading {
  letter-spacing: 0;
  font-size: 1.4rem;
}

.paragraph-4 {
  flex: 0 auto;
  max-width: 675px;
  font-family: Poppins, sans-serif;
  display: none;
}

.heading-3 {
  letter-spacing: 0;
  max-width: 730px;
  margin-bottom: 12px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 140%;
  display: none;
}

.image-app-hero-4 {
  box-shadow: none;
  border-radius: 48px;
}

.image-app-hero-4.ria-image {
  box-shadow: none;
  border-radius: 0;
  display: none;
}

.image-app-hero-4.ria-image.mobile {
  vertical-align: baseline;
  display: block;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.div-block-4 {
  width: 24%;
  max-width: 100%;
}

.text-span-11 {
  color: var(--btn-subtext);
  font-weight: 400;
  text-decoration: line-through;
}

.text-span-12 {
  font-weight: 400;
}

.text-span-13 {
  padding-left: 12px;
}

.home_3_layout_component {
  grid-column-gap: 1.4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.layout178_image-wrapper {
  width: 100%;
  position: relative;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-semibold.highlight {
  color: #21695c;
  font-weight: 500;
  overflow: visible;
}

.home_3_layout_item {
  outline-color: var(--background);
  outline-offset: 0px;
  background-color: #fff;
  border-radius: 16px;
  outline-width: 2px;
  outline-style: solid;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 840px;
  padding: 24px;
}

.text-span-14 {
  padding-left: 12px;
}

.home_3_layout_image {
  width: auto;
  height: auto;
}

.button-5 {
  color: #fff;
  text-align: center;
  background-color: #21695c;
  border: 0 solid #000;
  border-radius: 8px;
  padding: .75rem 1.5rem;
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.button-5.is-alternate {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.home_cta_slider-2 {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 4rem;
  position: relative;
}

.home_cta_slider-2.trust {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section_home_testimonial-3 {
  color: #000;
  background-color: #fff;
  display: none;
}

.image-overlay-layer-4 {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.home_testimonial_card {
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-style-h2-2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.text-align-center-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home_testimonial_card-content {
  z-index: 1;
  position: relative;
}

.home_testimonial_background-image-wrapper-3 {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.home_gallery-1_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.home_gallery-1_hover-content {
  display: none;
}

.heading-style-h2-3 {
  color: #0c0a09;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.success-stories {
  color: #000;
  background-color: #fff;
}

.success-stories.section {
  background-color: #0000;
  padding-top: 0;
}

.home_gallery-1_image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-align-center-3 {
  text-align: center;
}

.home_gallery-1_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.heading-style-h4 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
}

.home_gallery-1_overlay {
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.home_gallery-1_card-content {
  flex-direction: column;
  justify-content: flex-end;
  max-width: 19rem;
  display: flex;
  position: relative;
}

.home_gallery-1_card-content.hide {
  display: none;
}

.video-6 {
  height: 700px;
}

.home_gallery-1_card {
  border-radius: 0;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  width: 50%;
  height: 100%;
  min-height: 70vh;
  padding: 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home_gallery-1_card.text-color-alternate.dektop-radius {
  border-radius: 24px;
}

.heading-style-h2-4 {
  color: #0c0a09;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-align-center-4 {
  text-align: center;
}

.text-span-15 {
  padding-left: 4px;
  font-weight: 400;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge {
  padding-bottom: 3rem;
  padding-left: 0;
  padding-right: 0;
}

.footer3_credit-text {
  font-size: .875rem;
}

.footer3_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer3_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
  margin-top: 40px;
}

.footer3_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  display: flex;
}

.footer3_link {
  color: var(--heading);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.footer3_link.hide {
  display: none;
}

.text-size-small {
  font-size: .875rem;
}

.line-divider {
  background-color: #000;
  width: 100%;
  height: 1px;
  margin-top: 20px;
}

.footer3_logo-link {
  float: none;
  padding-left: 0;
}

.footer3_bottom-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.footer3_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: none;
}

.footer3_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.padding-bottom, .padding-bottom.padding-xxlarge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.padding-top, .padding-top.padding-medium {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  width: 440px;
  height: 530px;
  display: flex;
  overflow: hidden;
}

.div-block-7 {
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 510px;
  display: flex;
  overflow: hidden;
}

.image-app-hero-5 {
  box-shadow: none;
  border-radius: 0;
}

.div-block-8 {
  width: 16%;
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.top-banner {
  color: #111213b3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 200px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.top-banner.top-padding {
  padding-top: 140px;
  display: none;
}

.paragraph-5 {
  flex: 0 auto;
  max-width: 675px;
  font-family: Poppins, sans-serif;
  display: none;
}

.paragraph-large-2 {
  color: #0c0a09;
  max-width: 720px;
  margin-bottom: 38px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}

.paragraph-large-2.top-text {
  color: #1eac92;
  margin-bottom: 8px;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 700;
}

.text-accent-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(149deg, #1eac92, #42d598);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-accent-2.mobile {
  font-size: 32px;
  font-weight: 600;
}

.heading-hero-3 {
  letter-spacing: 0;
  max-width: 850px;
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 150%;
}

.heading-hero-3.top-heading {
  color: #111213b3;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
}

.heading-hero-3.header {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 44px;
}

.block-hero-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.flex-block, .flex-block-2, .flex-block-3, .flex-block-4 {
  display: none;
}

.navbar-2 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Poppins, sans-serif;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-3 {
  display: none;
}

.certifications {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 30px;
  display: flex;
}

.text-block-3 {
  color: var(--white);
  font-weight: 500;
}

@media screen and (min-width: 1280px) {
  .section_highlights {
    background-color: #f5f5f4;
  }

  .margin-top.margin-small.view {
    display: block;
  }

  .home_gallery-1_image-wrapper {
    border-radius: 0;
  }

  .home_gallery-1_overlay {
    border-radius: 3px;
  }

  .home_gallery-1_card.text-color-alternate.dektop-radius {
    border-radius: 24px;
  }
}

@media screen and (min-width: 1440px) {
  .section-hero.sub-sections.ria {
    display: flex;
  }

  .image-app-screen.sync-image {
    max-width: 90%;
  }

  .body {
    background-color: #fdfbfd;
  }

  .section_highlights {
    background-color: #f5f5f400;
    justify-content: center;
    align-items: center;
  }

  .section_highlights.top-padding {
    justify-content: center;
    align-items: center;
  }

  .home_cta_lightbox-link {
    width: 70%;
  }

  .home_cta_slide.trusted {
    width: 300px;
    height: 400px;
  }

  .card-text-light {
    color: var(--heading);
  }

  .margin-bottom.margin-small {
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    padding-top: 0;
  }

  .home_cta_image.coach-cards.trust {
    width: 100%;
    height: 100%;
  }

  .heading-style-h3-2.subtext.tagged {
    letter-spacing: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-3.banner-bottom {
    padding-left: 0%;
    padding-right: 0%;
  }

  .home_3_layout_component {
    grid-column-gap: 1.4rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 2rem;
    display: flex;
  }

  .text-weight-semibold.highlight {
    font-weight: 500;
  }

  .home_cta_slider-2.trust {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .success-stories.section, .footer3_component {
    background-color: #f5f5f400;
  }

  .line-divider {
    height: 1px;
  }

  .div-block-6 {
    width: 550px;
    height: 640px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 64px;
  }

  h2 {
    font-size: 46px;
  }

  h3 {
    font-size: 34px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 21px;
  }

  .rich-text-block {
    margin-top: 50px;
    margin-bottom: 40px;
  }

  .section-hero {
    padding-top: 170px;
  }

  .nav-link {
    color: var(--white);
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 34px;
  }

  .nav-link:hover, .nav-link.w--current, .nav-link.w--current:hover {
    color: var(--white);
  }

  .nav-menu {
    background-color: var(--heading);
    width: 100%;
    height: 100vh;
    margin-right: 0;
    padding: 25px;
    position: fixed;
    inset: 0%;
  }

  .menu-button {
    z-index: 500;
    background-color: var(--white);
    box-shadow: 0 22px 40px -5px var(--shadow-b);
    color: var(--heading);
    border-radius: 50px;
    margin-left: 8px;
    padding: 14px;
    font-size: 22px;
    line-height: 100%;
    transition: color .5s cubic-bezier(.77, 0, .175, 1), background-color .5s cubic-bezier(.77, 0, .175, 1);
  }

  .menu-button.w--open {
    color: var(--white);
    background-color: #ffffff0d;
  }

  .heading-hero {
    max-width: 660px;
  }

  .lottie-hero {
    filter: blur(45px);
  }

  .app-screen-hero {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .image-app-screen {
    border-radius: 43px;
    max-width: 37vw;
  }

  .section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .heading {
    max-width: 472px;
  }

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

  .block-heading.margin {
    margin-bottom: 16px;
  }

  .grid-features {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .feature {
    padding: 40px 35px 45px;
  }

  .feature.small {
    padding: 35px 25px 40px;
  }

  .image-feature {
    height: 110px;
  }

  .grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .block {
    padding: 30px;
  }

  .lottie-animation {
    filter: blur(30px);
  }

  .app-screen {
    min-height: 550px;
  }

  .grid-steps {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .image-step {
    height: 24vw;
  }

  .block-image-step {
    margin-bottom: 52px;
  }

  .step-number-bg {
    width: 60px;
    height: 60px;
    bottom: -30px;
  }

  .step-number {
    font-size: 26px;
  }

  .block-text-step {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-plans {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .plan {
    padding: 40px 50px 50px;
  }

  .price {
    font-size: 64px;
  }

  .subscript {
    font-size: 26px;
  }

  .grid-reviews {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .block-reviews {
    grid-row-gap: 15px;
  }

  .review {
    padding: 35px;
  }

  .section-footer {
    padding-top: 72px;
  }

  .heading-action {
    max-width: 730px;
    font-size: 64px;
  }

  .lottie-footer {
    filter: blur(30px);
  }

  .footer {
    margin-top: 144px;
  }

  .block-include {
    margin-top: 80px;
  }

  .grid-include {
    grid-column-gap: 25px;
    grid-row-gap: 35px;
  }

  .grid-faq {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .block-faq {
    grid-row-gap: 15px;
  }

  .grid-features-small {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 15px;
  }

  .collection-list {
    grid-row-gap: 50px;
  }

  .link-blog-image {
    min-height: 340px;
  }

  .block-blog {
    padding: 50px;
  }

  .image-blog {
    margin-top: 12px;
  }

  .contact-text, .contact-form {
    padding: 50px;
  }

  .image-app-hero, .image-app-hero-2 {
    border-radius: 43px;
    max-width: 40vw;
  }

  .section-hero-2 {
    padding-top: 170px;
  }

  .heading-hero-2 {
    max-width: 660px;
  }

  .image-app-hero-3 {
    border-radius: 43px;
    max-width: 40vw;
  }

  .grid-features-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .image-feature-2 {
    height: 110px;
  }

  .feature-2 {
    padding: 40px 35px 45px;
  }

  .heading-2 {
    max-width: 472px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-style-h4-2 {
    font-size: 1.75rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h3-2 {
    font-size: 2.25rem;
  }

  .heading-3 {
    max-width: 472px;
  }

  .image-app-hero-4 {
    border-radius: 43px;
    max-width: 40vw;
  }

  .home_3_layout_component {
    grid-column-gap: 2rem;
  }

  .home_testimonial_card {
    padding: 3rem;
  }

  .heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .home_gallery-1_row {
    flex-direction: column;
  }

  .heading-style-h2-3 {
    font-size: 2.75rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .home_gallery-1_card {
    width: 100%;
  }

  .heading-style-h2-4 {
    font-size: 2.75rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .footer3_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-app-hero-5 {
    border-radius: 43px;
    max-width: 40vw;
  }

  .top-banner {
    padding-top: 170px;
  }

  .heading-hero-3 {
    max-width: 660px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 17px;
  }

  .rich-text-block {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .section-hero {
    padding-top: 160px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar {
    padding: 16px 20px;
  }

  .nav-link {
    font-size: 28px;
  }

  .nav-menu {
    padding: 20px;
  }

  .heading-hero {
    max-width: 510px;
  }

  .paragraph-large {
    max-width: 550px;
    font-size: 18px;
  }

  .lottie-hero {
    filter: blur(35px);
  }

  .app-screen-hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .image-app-screen {
    border-radius: 6vw;
    max-width: 45vw;
  }

  .section {
    padding: 65px 20px;
  }

  .heading {
    max-width: 386px;
  }

  .block-heading {
    margin-bottom: 6px;
  }

  .block-heading.margin {
    margin-bottom: 12px;
  }

  .paragraph {
    max-width: 530px;
  }

  .grid-features {
    grid-template-columns: 1fr;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-feature {
    max-width: 570px;
  }

  .grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .block {
    text-align: center;
    align-items: center;
  }

  .lottie-animation {
    filter: blur(35px);
  }

  .app-screen {
    min-height: 450px;
  }

  .block-check {
    max-width: 550px;
  }

  .grid-steps {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-step {
    height: 64vw;
  }

  .grid-plans {
    grid-template-columns: 1fr;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .price {
    font-size: 56px;
  }

  .paragraph-plan {
    max-width: 500px;
  }

  .grid-reviews {
    grid-template-columns: 1fr;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-footer {
    padding-top: 65px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-app {
    width: 100px;
    height: 100px;
  }

  .heading-action {
    max-width: 570px;
    font-size: 50px;
  }

  .block-downloads {
    grid-column-gap: 12px;
  }

  .button-download {
    padding: 16px 30px;
  }

  .lottie-footer {
    filter: blur(20px);
    transform: scale(1.5);
  }

  .footer {
    grid-column-gap: 6px;
    margin-top: 130px;
  }

  .block-include {
    margin-top: 70px;
  }

  .grid-include, .grid-faq {
    grid-template-columns: 1fr;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-features-small {
    grid-template-columns: 1fr 1fr;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .collection-list-wrapper {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .collection-item {
    grid-template-columns: 1fr;
  }

  .link-blog-image {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
  }

  .image-blog {
    margin-top: 0;
  }

  .grid-contact {
    grid-template-columns: 1fr;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-form {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 0;
  }

  .utility-page-wrap {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .grid-colors {
    grid-template-columns: 1fr 1fr;
  }

  .template-info {
    padding: 20px;
  }

  .grid-licensing {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .image-app-hero, .image-app-hero-2 {
    border-radius: 5vw;
    max-width: 40vw;
  }

  .section-hero-2 {
    padding-top: 160px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-hero-2 {
    max-width: 510px;
  }

  .image-app-hero-3 {
    border-radius: 5vw;
    max-width: 40vw;
  }

  .sticky-text {
    flex: 0 0 300px;
  }

  .grid-features-2 {
    grid-template-columns: 1fr;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-2 {
    max-width: 530px;
  }

  .heading-2 {
    max-width: 386px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .home_cta_slide {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .home_cta_mask {
    width: 100%;
  }

  .heading-style-h4-2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-medium.left {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .home_cta_slider {
    padding-bottom: 3rem;
  }

  .heading-style-h3-2 {
    font-size: 2rem;
  }

  .paragraph-4 {
    max-width: 530px;
  }

  .heading-3 {
    max-width: 386px;
  }

  .image-app-hero-4 {
    border-radius: 5vw;
    max-width: 40vw;
  }

  .home_3_layout_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home_cta_slider-2 {
    padding-bottom: 3rem;
  }

  .home_testimonial_card {
    padding: 2rem;
  }

  .heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .home_gallery-1_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .heading-style-h2-3 {
    font-size: 2.25rem;
  }

  .home_gallery-1_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .home_gallery-1_card {
    grid-template-columns: 1fr;
    width: 100%;
    padding: 1.5rem;
  }

  .heading-style-h2-4 {
    font-size: 2.25rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .footer3_credit-text {
    margin-top: 2rem;
  }

  .footer3_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer3_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer3_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-app-hero-5 {
    border-radius: 5vw;
    max-width: 40vw;
  }

  .top-banner {
    padding-top: 160px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-5 {
    max-width: 530px;
  }

  .paragraph-large-2 {
    max-width: 550px;
    font-size: 18px;
  }

  .heading-hero-3 {
    max-width: 510px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 21px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

  .rich-text-block {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-hero {
    margin-bottom: -15px;
    padding-top: 140px;
    display: flex;
  }

  .section-hero.sub-sections, .section-hero.sub-sections.ria {
    padding-top: 0;
  }

  .section-hero.sub-sections.paddings {
    padding-top: 100px;
  }

  .section-hero.sub-sections.remove {
    padding-top: 0;
  }

  .section-hero.bottom {
    display: flex;
  }

  .section-hero.bottom.class, .section-hero.top-padding {
    display: none;
  }

  .navbar {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-block {
    justify-content: space-between;
    align-items: center;
    padding-left: 14px;
    padding-right: 14px;
  }

  .nav.hide {
    display: flex;
  }

  .logo {
    height: 36px;
  }

  .nav-link, .nav-link:hover {
    color: var(--heading);
  }

  .nav-menu {
    background-color: var(--white);
  }

  .nav-button {
    display: none;
  }

  .button-center.btn-bottom-copy.sticky {
    margin-top: 0;
    padding-top: 8px;
  }

  .button-center.btn-bottom-copy.hide, .menu-button.hide {
    display: none;
  }

  .menu-button.hide.w--open {
    background-color: var(--accent-a);
  }

  .block-hero {
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .block-hero.top-padding {
    margin-top: 40px;
    padding-bottom: 20px;
  }

  .block-hero.class {
    display: none;
  }

  .block-hero.new-padding {
    margin-top: 100px;
  }

  .heading-hero {
    max-width: 430px;
    font-size: 24px;
  }

  .heading-hero.top-heading {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 150%;
  }

  .heading-hero.header {
    margin-bottom: 20px;
    font-size: 31px;
  }

  .heading-hero.section {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 20px;
    font-weight: 600;
  }

  .heading-hero.none {
    display: none;
  }

  .text-accent.mobile {
    font-size: 26px;
  }

  .paragraph-large {
    max-width: 360px;
    font-size: 14px;
  }

  .paragraph-large.top-text {
    -webkit-text-stroke-color: var(--accent-a);
    font-size: 24px;
  }

  .paragraph-large.top-text.hide, .paragraph-large.hide {
    display: none;
  }

  .button.banner {
    max-width: 62%;
  }

  .button.header {
    max-width: 100%;
  }

  .button.header.sticky {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 12px;
  }

  .button.header.hide {
    display: none;
  }

  .button.header.last {
    max-width: 100%;
    padding: 16px;
    display: none;
  }

  .button-text.bottom-btn-copy {
    font-size: 14px;
  }

  .button-text.sticky {
    font-size: 16px;
  }

  .upgrade-version {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-upgrade {
    margin-right: 12px;
    padding-right: 12px;
  }

  .lottie-hero {
    filter: blur(25px);
    transform: scale(1.4);
  }

  .app-screen-hero {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .app-screen-hero.ria-mobile {
    justify-content: center;
    align-items: center;
    padding-top: 24px;
  }

  .app-screen-hero.ria-mobile.no-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .app-screen-hero.hero {
    display: none;
  }

  .image-app-screen {
    border-radius: 7vw;
    max-width: 50vw;
  }

  .image-app-screen.sync-image {
    vertical-align: super;
    max-width: 110%;
  }

  .image-app-screen.testimonial {
    border-radius: 8vw;
    max-width: 40%;
  }

  .app-hero-a.hero {
    transform: rotate(-11deg);
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.download-banner {
    padding-top: 140px;
  }

  .section.sync {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .section.sync.no-pad-here {
    padding-top: 60px;
  }

  .section.sync.remove-padding {
    padding-top: 0;
  }

  .section.holistic {
    padding-top: 60px;
  }

  .heading {
    letter-spacing: 0;
    max-width: 322px;
    font-size: 24px;
  }

  .heading.section {
    max-width: 100%;
    padding-top: 0;
    padding-right: 0;
    font-size: 20px;
  }

  .block-heading.margin.top-padding {
    margin-top: 24px;
  }

  .paragraph {
    max-width: 530px;
    font-family: Poppins, sans-serif;
  }

  .subtitle.accent-c {
    color: var(--gradient-a1);
    background-color: #e6f6f1;
    font-weight: 600;
  }

  .subtitle.accent-d {
    justify-content: center;
    align-items: center;
    width: 280px;
  }

  .subtitle.accent-d.small {
    width: 80px;
  }

  .subtitle.accent-d.medium {
    width: 110px;
  }

  .subtitle.accent-d.large {
    width: 160px;
  }

  .subtitle.accent-d.vlarge {
    width: 230px;
  }

  .grid-features {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .image-feature {
    max-width: 248px;
    height: 248px;
  }

  .grid {
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 0;
  }

  .grid.mobile {
    flex-flow: column;
  }

  .grid.mobile.custom {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .grid.mobile.custom.remove {
    margin-top: 0;
  }

  .grid.new-padding {
    margin-top: 64px;
  }

  .block {
    padding: 0 16px 10px;
  }

  .lottie-animation {
    filter: blur(25px);
  }

  .app-screen {
    min-height: 300px;
    margin-top: 0;
  }

  .app-screen.no-padding {
    margin-top: 10px;
  }

  .app-right {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .paragraph-step {
    text-align: left;
  }

  .block-text-step {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .plan {
    padding: 35px 35px 40px;
  }

  .plan.accent {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .price {
    font-size: 42px;
  }

  .subscript {
    font-size: 21px;
  }

  .grid-reviews {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .paragraph-review, .client-name, .client-info {
    font-family: Poppins, sans-serif;
  }

  .section-footer {
    padding-top: 60px;
  }

  .block-action {
    padding-bottom: 40px;
  }

  .heading-action {
    font-family: Poppins, sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 150%;
  }

  .block-downloads {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .lottie-footer {
    filter: blur(10px);
  }

  .footer {
    grid-row-gap: 6px;
    flex-direction: column;
    margin-top: 120px;
  }

  .block-include {
    margin-top: 60px;
  }

  .accordion-header {
    padding: 20px 25px;
  }

  .accordion-content {
    padding-left: 25px;
    padding-right: 25px;
  }

  .paragraph-accordion {
    margin-bottom: 25px;
  }

  .grid-features-small {
    grid-template-columns: 1fr;
  }

  .collection-list {
    grid-row-gap: 40px;
  }

  .link-blog-image {
    min-height: 60vw;
  }

  .block-blog, .contact-text, .contact-form {
    padding: 35px;
  }

  .submit-button {
    padding-left: 22px;
    padding-right: 22px;
  }

  .utility-page-wrap {
    padding-top: 110px;
    padding-bottom: 40px;
  }

  .space {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .grid-colors {
    grid-template-columns: 1fr;
  }

  .template-info {
    grid-row-gap: 14px;
    flex-direction: column;
    align-items: flex-start;
  }

  .grid-licensing {
    grid-template-columns: 1fr;
  }

  .lottie-licensing {
    filter: blur(20px);
  }

  .grid-icon-licensing {
    grid-template-columns: auto auto auto;
  }

  .image-app-hero {
    border-radius: 6vw;
    max-width: 44vw;
    display: inline-block;
  }

  .image-app-hero.ria-image {
    max-width: 150vw;
    height: 140%;
  }

  .image-app-hero.ria-mobile {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-app-hero-2 {
    border-radius: 6vw;
    max-width: 44vw;
  }

  .section-hero-2 {
    margin-bottom: -15px;
    padding-top: 140px;
  }

  .heading-hero-2 {
    max-width: 430px;
    font-size: 40px;
  }

  .image-app-hero-3 {
    border-radius: 6vw;
    max-width: 44vw;
  }

  .div-block {
    max-width: 50%;
    padding-left: 0;
    display: block;
  }

  .div-block-2 {
    max-width: 60%;
  }

  .sticky-section {
    z-index: 4;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    flex-direction: column;
    align-items: stretch;
    padding-left: 1em;
    padding-right: 1em;
    display: block;
  }

  .sticky-text {
    display: none;
  }

  .primary-button.filled.bottom {
    align-self: stretch;
  }

  .text-block-2 {
    text-align: center;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    display: block;
  }

  .image-feature-2 {
    height: 100%;
  }

  .heading-2 {
    max-width: 322px;
    font-size: 28px;
  }

  .button-4.header {
    max-width: 100%;
  }

  .button-4.header.sticky {
    box-shadow: none;
    background-color: #21695c;
    background-image: none;
    border-radius: 12px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 12px;
  }

  .button-4.header.sticky.poonam_calander {
    padding-left: 12px;
    padding-right: 12px;
  }

  .button-4.header.hide {
    display: none;
  }

  .button-text-3.sticky {
    color: #21695c;
    font-size: 16px;
    font-weight: 500;
  }

  .button-text-3.sticky.primary {
    color: #fff;
  }

  .button-text-3.bottom-btn-copy {
    font-size: 14px;
  }

  .section_highlights {
    display: flex;
  }

  .section_highlights.highlights {
    display: block;
  }

  .home_gallery-1_card-content-bottom {
    font-size: 1rem;
  }

  .slider-arrow.is-centre-next.hide-mobile-landscape {
    border-style: none;
    display: flex;
    bottom: 24rem;
    box-shadow: 0 2px 5px #0003;
  }

  .slider-arrow.is-centre-next.hide-mobile-landscape.hide.trust {
    display: flex;
    bottom: 8rem;
  }

  .slider-arrow.is-centre-previous.hide-mobile-landscape {
    border-style: none;
    margin-right: 0;
    display: flex;
    position: absolute;
    bottom: 24rem;
    box-shadow: 0 2px 5px #0003;
  }

  .slider-arrow.is-centre-previous.hide-mobile-landscape.hide {
    display: flex;
  }

  .slider-arrow.is-centre-previous.hide-mobile-landscape.hide.trust {
    bottom: 8rem;
    left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top.margin-small {
    margin-top: .5rem;
    text-decoration: none;
    display: flex;
  }

  .margin-top.margin-small.view {
    display: block;
  }

  .padding-global.success {
    padding-left: 0%;
    padding-right: 0%;
  }

  .padding-global.bottom {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .home_cta_lightbox-link {
    width: 100%;
    text-decoration: none;
  }

  .home_cta_slide {
    height: auto;
    padding-left: 0;
  }

  .home_cta_slide.trusted {
    padding-right: 0;
  }

  .heading-style-h2 {
    color: #0c0a09;
    font-size: 1.6rem;
  }

  .text-size-medium {
    color: #d6d3d1;
    margin-top: 20px;
    font-size: .9rem;
    font-weight: 300;
  }

  .text-size-medium.subtext-grey {
    color: #78716c;
    font-weight: 400;
  }

  .padding-section-large, .padding-section-large.growth {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-section-large.success {
    padding-bottom: 0;
  }

  .card-text-light {
    color: var(--heading);
    text-align: left;
  }

  .padding-24px {
    padding-top: 24px;
  }

  .paragraph-3 {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
  }

  .paragraph-3.grey {
    color: #78716c;
    font-size: .9rem;
  }

  .home_cta_image-wrapper {
    height: 74vw;
    display: flex;
  }

  .home_cta_image-wrapper.coach-card-with-cta {
    background-image: url('../images/Ashley.png');
    background-position: 50%;
    background-size: auto;
    background-attachment: scroll;
    border-radius: 1.4rem;
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
    height: 100%;
    padding: 24px;
    text-decoration: none;
    display: flex;
  }

  .home_cta_image-wrapper.coach-card-with-cta.highlight-card {
    background-image: none;
    justify-content: flex-start;
    align-items: stretch;
    height: 720px;
  }

  .home_cta_image-wrapper.highlight {
    width: 94%;
    height: 100%;
  }

  .heading-style-h4-2 {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
  }

  .heading-style-h4-2.black {
    color: #0c0a09;
    font-size: 1.5rem;
  }

  .home_cta_slide-nav {
    color: #000;
    padding-top: 10px;
  }

  .home_cta_slide-nav.hide {
    display: none;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-small {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    display: flex;
  }

  .margin-bottom.margin-small.left-aligned {
    margin-top: .5rem;
  }

  .margin-bottom.margin-medium {
    margin-top: 1.5rem;
  }

  .margin-bottom.margin-small {
    margin-top: 1.25rem;
    font-size: 1rem;
  }

  .margin-bottom.margin-small.coach-hook {
    margin-top: 0;
  }

  .margin-bottom.margin-small {
    justify-content: center;
    align-items: stretch;
    margin-top: .125rem;
    font-size: 1rem;
  }

  .margin-bottom.margin-small.top-margin {
    justify-content: center;
    align-items: center;
    margin-top: 6rem;
  }

  .margin-bottom.margin-small.center {
    justify-content: center;
    align-items: center;
  }

  .margin-bottom.margin-medium {
    justify-content: flex-start;
    align-items: center;
  }

  .margin-bottom.margin-medium.left {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .home_cta_image {
    border-radius: 16px;
    width: 100%;
    height: 74vw;
  }

  .home_cta_image.coach-cards {
    height: 507px;
  }

  .home_cta_image.coach-cards.trust {
    width: 100%;
    height: 220px;
  }

  .heading-style-h3-2 {
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 1.6rem;
  }

  .heading-style-h3-2.subtext.tagged {
    text-align: center;
    align-items: stretch;
    width: 52%;
    margin-bottom: .25rem;
    font-size: .9rem;
    display: flex;
  }

  .heading-style-h3-2.subtext.tagged.small {
    width: 46%;
  }

  .heading-style-h3-2.subtext.tagged {
    text-align: center;
    justify-content: center;
    align-items: stretch;
    width: 39vw;
    margin-bottom: 1rem;
    padding-left: 5%;
    padding-right: 5%;
    font-size: .9rem;
    display: flex;
  }

  .heading-style-h3-2.card-heading {
    text-align: left;
  }

  .paragraph-4 {
    font-family: Poppins, sans-serif;
  }

  .heading-3 {
    letter-spacing: 0;
    max-width: 322px;
    font-size: 24px;
  }

  .image-app-hero-4 {
    border-radius: 6vw;
    max-width: 44vw;
    display: inline-block;
  }

  .image-app-hero-4.ria-image {
    width: 100%;
    max-width: 150vw;
    height: 140%;
    display: block;
  }

  .image-app-hero-4.ria-image.mobile {
    display: none;
  }

  .div-block-3.banner-bottom {
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-4 {
    width: 60%;
  }

  .home_3_layout_component {
    grid-template-columns: 1fr;
  }

  .text-weight-semibold.highlight {
    text-align: left;
  }

  .home_3_layout_item {
    height: 800px;
  }

  .home_3_layout_image {
    width: 100%;
  }

  .button-5.is-alternate {
    color: #21695c;
    background-color: #fff;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    font-weight: 500;
    display: block;
  }

  .home_cta_slider-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section_home_testimonial-3 {
    background-color: #f5f5f4;
    display: none;
  }

  .image-overlay-layer-4 {
    z-index: 1;
    background-color: #0000001a;
    background-image: linear-gradient(135deg, #1eac92, #21695c);
    border-radius: 0;
  }

  .home_testimonial_card.text-color-alternate {
    border-radius: 1.6rem;
  }

  .heading-style-h2-2 {
    color: #fff;
    font-size: 1.6rem;
  }

  .home_testimonial_background-image-wrapper-3 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .home_gallery-1_row {
    grid-template-columns: 1fr;
  }

  .image-37 {
    max-width: 16%;
  }

  .heading-style-h2-3 {
    color: #0c0a09;
    font-size: 1.6rem;
  }

  .success-stories {
    background-color: #f5f5f4;
    padding-top: 32px;
  }

  .success-stories.section {
    padding-top: 60px;
  }

  .home_gallery-1_image-wrapper {
    height: 100%;
  }

  .heading-style-h4 {
    color: #fff;
    font-weight: 600;
  }

  .home_gallery-1_overlay {
    background-color: #0000;
  }

  .home_gallery-1_card-content {
    justify-content: flex-end;
    align-items: stretch;
    padding-top: 0;
    text-decoration: none;
  }

  .home_gallery-1_card-content.hide {
    display: none;
  }

  .div-block-5 {
    min-width: 10px;
    min-height: 10px;
  }

  .video-6 {
    height: 100%;
  }

  .home_gallery-1_card.text-color-alternate {
    background-color: #fff;
    border-radius: 1.6rem;
    min-height: 64vh;
  }

  .image-38 {
    max-width: 16%;
  }

  .heading-style-h2-4 {
    color: #0c0a09;
    font-size: 1.6rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .footer3_credit-text.left {
    text-align: left;
  }

  .footer3_top-wrapper {
    grid-row-gap: 0rem;
  }

  .footer3_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .footer3_component {
    background-color: #0000;
  }

  .footer3_link {
    color: var(--heading);
    font-weight: 500;
  }

  .text-size-small {
    color: var(--heading);
    text-decoration: none;
  }

  .line-divider {
    background-color: #d6d3d1;
  }

  .footer3_logo-link {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
  }

  .footer3_social-list {
    display: none;
  }

  .footer3_link-list {
    color: var(--heading);
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-6 {
    height: 430px;
  }

  .div-block-7 {
    justify-content: center;
    align-items: flex-end;
    height: 420px;
  }

  .image-app-hero-5 {
    border-radius: 6vw;
    max-width: 44vw;
    display: inline-block;
  }

  .div-block-8 {
    width: 60%;
  }

  .div-block-9.no {
    padding-top: 40px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .top-banner {
    margin-bottom: -15px;
    padding-top: 140px;
    display: flex;
  }

  .top-banner.top-padding {
    padding-top: 10px;
    display: flex;
  }

  .paragraph-5 {
    font-family: Poppins, sans-serif;
  }

  .paragraph-large-2 {
    max-width: 360px;
    font-size: 14px;
  }

  .paragraph-large-2.top-text {
    -webkit-text-stroke-color: #21695c;
    font-size: 24px;
  }

  .paragraph-large-2.top-text.hide {
    display: none;
  }

  .text-accent-2.mobile {
    font-size: 26px;
  }

  .heading-hero-3 {
    max-width: 430px;
    font-size: 24px;
  }

  .heading-hero-3.top-heading {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 150%;
  }

  .heading-hero-3.header {
    margin-bottom: 20px;
    font-size: 31px;
  }

  .block-hero-2 {
    padding-top: 30px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .flex-block {
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    padding-bottom: 40px;
    display: flex;
  }

  .flex-block.remove {
    margin-top: 60px;
  }

  .flex-block-2, .flex-block-3 {
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
  }

  .flex-block-4 {
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
  }

  .navbar-2 {
    display: none;
  }

  .navbar-3 {
    mix-blend-mode: normal;
    background-color: #0000;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
  }

  .div-block-11 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    display: flex;
  }
}

#w-node-_1c2a864e-3645-16dc-2019-7c8b2c46ba0e-8c30ab00, #w-node-_1c2a864e-3645-16dc-2019-7c8b2c46ba30-8c30ab00, #w-node-c38cdeb0-0b47-0891-8a60-6a69c09ffad1-8c30ab00, #w-node-ea63fc5d-fe3b-3485-7acf-8568baa7d92d-8c30ab00, #w-node-a5c61ff1-9e66-8f23-5e66-fa72eb0d7042-8c30ab00, #w-node-_55be4a70-b1a9-3714-ae30-b05966637f4f-8c30ab00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d198604-2114-4b74-cf5f-c346444c1b6a-8c30ab00 {
  justify-self: stretch;
}

#w-node-fc030bc7-46c1-3729-ef3f-5bbe1e689cb6-8c30ab07, #w-node-_0115d616-dc25-5ffd-633f-1b82fae43ff0-8c30ab07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_60619e06-2e1d-4464-9add-56740dbfb438-8c30ab07, #w-node-_5aaf5a4d-496f-c0e9-be94-71d7e6ae9c8b-8c30ab07 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_65ec7ec5-1879-0464-7920-ccf35de192f3-8c30ab09, #w-node-fd3ad874-2cf7-0088-1f95-2fffdc91a9bc-8c30ab09, #w-node-_3bddfb3c-42ec-24af-3e7c-4a9fcb12a89d-8c30ab09, #w-node-a724a861-4629-59c2-c99f-c411e4cd955c-8c30ab09, #w-node-_064e52ca-7174-c785-e152-dd5c8cdda2ad-8c30ab09, #w-node-_9416bc4a-2933-cb24-b8ee-4bdee6d27436-8c30ab09, #w-node-_6292d47c-ec8e-8804-c776-1368e99ebaa1-8c30ab09, #w-node-_922d6728-5110-3336-bfcd-1be6251dbc11-8c30ab09, #w-node-_8f893181-45e2-7641-e097-7ca7ff714212-8c30ab09, #w-node-_6bfbe7b6-a45e-b3ba-4105-649b88786278-8c30ab09, #w-node-_72abf127-a9c1-236e-f07e-613bbca91e29-8c30ab09, #w-node-_45b253b4-bab5-86b8-1880-575d3f7bfaf8-8c30ab09, #w-node-a0cb5d8e-aa64-6149-88f0-cceb796fbab7-8c30ab09, #w-node-_0c0b0000-8f49-240e-4b72-01d19abf202c-8c30ab09, #w-node-_9ab68fdc-953a-9681-20f9-dffb8f0c453c-8c30ab09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_1c2a864e-3645-16dc-2019-7c8b2c46ba27-8c30ab00, #w-node-_1c2a864e-3645-16dc-2019-7c8b2c46ba2c-8c30ab00, #w-node-c38cdeb0-0b47-0891-8a60-6a69c09ffacd-8c30ab00, #w-node-ea63fc5d-fe3b-3485-7acf-8568baa7d943-8c30ab00, #w-node-a5c61ff1-9e66-8f23-5e66-fa72eb0d7058-8c30ab00, #w-node-_55be4a70-b1a9-3714-ae30-b05966637f65-8c30ab00 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_60619e06-2e1d-4464-9add-56740dbfb438-8c30ab07, #w-node-_5aaf5a4d-496f-c0e9-be94-71d7e6ae9c8b-8c30ab07 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


