@font-face {
  font-family: SF Pro Rounded;
  src: url('../fonts/SF-Pro-Rounded-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: SF Pro Rounded;
  src: url('../fonts/SF-Pro-Rounded-Semibold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: SF Pro Rounded;
  src: url('../fonts/SF-Pro-Rounded-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --background: #fffcf3;
  --main: #4e312f;
  --chocolate: #f66500;
}

.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;
}

.hero-overlay {
  background-image: url('../images/Background.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1820px;
  justify-content: center;
  align-items: center;
  margin-top: 54px;
  margin-bottom: 80px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.centered-container {
  text-align: center;
  flex: none;
  max-width: 600px;
}

.body {
  background-color: var(--background);
  color: var(--main);
}

.heading {
  letter-spacing: .35px;
  max-width: 585px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: SF Pro Rounded, sans-serif;
  font-size: 44px;
}

.paragraph {
  color: #4e312fb3;
  letter-spacing: .36px;
  max-width: 550px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  font-family: SF Pro Rounded, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 125%;
}

.column, .column-2, .column-3 {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.columns {
  max-width: 1024px;
  margin-bottom: 88px;
  margin-left: auto;
  margin-right: auto;
}

.app-icon {
  background-color: #fff;
  width: 128px;
}

.slider {
  display: none;
}

.grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "Area Area-2 Area-3"
                       "Area-4 Area-5 Area-6";
}

.feature-title {
  letter-spacing: .36px;
  font-family: SF Pro Rounded, sans-serif;
  font-size: 24px;
  line-height: 24px;
  display: block;
}

.paragraph-2 {
  color: #4e312fb3;
  letter-spacing: .38px;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  font-family: SF Pro Rounded, sans-serif;
  font-size: 18px;
}

.download {
  text-align: center;
  margin-top: 88px;
  margin-bottom: 88px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: SF Pro Rounded, sans-serif;
}

.features {
  text-align: center;
  margin-bottom: 36px;
}

.text-block-tag {
  color: #4e312fb3;
  text-align: center;
  letter-spacing: .38px;
  margin-top: 0;
  margin-bottom: 64px;
  font-family: SF Pro Rounded, sans-serif;
  font-size: 18px;
}

.app-icon-hero {
  width: 128px;
}

.text-block-2 {
  color: #4e312fb3;
  text-align: justify;
  letter-spacing: .36px;
  margin-top: 12px;
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.link-block {
  background-color: var(--chocolate);
  color: #fff;
  border-radius: 12px;
  padding: 19px 24px 20px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.bold-text {
  color: var(--chocolate);
}

.heading-3 {
  letter-spacing: .4px;
  margin-top: 24px;
  font-size: 36px;
}

.link, .link-2 {
  color: var(--chocolate);
  font-size: 18px;
  text-decoration: none;
}

.text-block-3 {
  background-color: var(--chocolate);
  color: var(--background);
  text-transform: uppercase;
  border-radius: 6px;
  margin-top: 8px;
  margin-left: 12px;
  padding: 4px 10px;
  font-family: SF Pro Rounded, sans-serif;
  font-size: 10px;
  font-weight: 600;
  display: inline-block;
}

.feature-title-inline {
  letter-spacing: .36px;
  font-family: SF Pro Rounded, sans-serif;
  font-size: 24px;
  line-height: 24px;
  display: block;
}

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

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.bold-text-2 {
  letter-spacing: .36px;
}

.subline {
  color: #4e312fb3;
  text-align: center;
  letter-spacing: .36px;
  margin-top: 12px;
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.privacy-policy {
  text-align: center;
  max-width: 550px;
  margin-top: 0;
  margin-bottom: 88px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: SF Pro Rounded, sans-serif;
}

.privacy-paragraph {
  color: #4e312fb3;
  text-align: left;
  letter-spacing: .36px;
  margin-top: 56px;
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.link-3 {
  color: var(--chocolate);
  text-decoration: none;
}

.paragraph-privyac {
  color: #4e312fb3;
  text-align: left;
  letter-spacing: .36px;
  max-width: 550px;
  margin: 56px auto 44px;
  font-family: SF Pro Rounded, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 125%;
}

.centered-container-privacy {
  text-align: center;
  flex: none;
  max-width: 550px;
  padding-top: 24px;
}

.image {
  background-color: #0000;
  border-radius: 7px;
  display: none;
  box-shadow: 0 2px 8px #0003;
}

.image-2 {
  background-color: #000;
  border-radius: 8px;
  box-shadow: 0 2px 8px #0003;
}

@media screen and (max-width: 991px) {
  .slider {
    display: none;
  }

  .download {
    margin-top: 64px;
    margin-bottom: 0;
  }

  .app-icon-hero {
    width: 64px;
  }

  .privacy-policy {
    margin-top: 64px;
    margin-bottom: 0;
  }

  .image {
    box-shadow: none;
    display: inline-block;
  }

  .image-2 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hero-overlay {
    padding: 40px 20px;
  }

  .column-3 {
    display: block;
  }

  .columns {
    display: none;
  }

  .slider {
    background-color: #0000;
    height: 100%;
    display: block;
  }

  .app-icon-hero {
    width: 88px;
  }

  .slide, .slide-2, .slide-3 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .hero-overlay {
    background-position: 50% 10%;
    background-size: 800px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .centered-container {
    text-align: center;
    flex: 0 auto;
    max-width: none;
    padding-top: 24px;
  }

  .heading {
    max-width: none;
    font-size: 32px;
    line-height: 36px;
  }

  .paragraph {
    font-size: 20px;
  }

  .columns {
    display: none;
  }

  .app-icon {
    width: 88px;
    margin-left: auto;
    margin-right: auto;
  }

  .slider {
    background-color: #0000;
    height: 100%;
    margin-bottom: 64px;
    display: block;
  }

  .right-arrow, .left-arrow {
    display: none;
  }

  .grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template: "."
                   "."
                   "."
                   / 1fr 1fr;
    padding-left: 18px;
    padding-right: 18px;
  }

  .paragraph-2 {
    font-size: 16px;
  }

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

  .text-block-tag {
    margin-top: 64px;
  }

  .app-icon-hero {
    width: 48px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-2 {
    line-height: 28px;
  }

  .text-block-3 {
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .feature-title-inline {
    display: block;
  }

  .div-block-2 {
    flex-direction: column;
  }

  .section {
    margin-top: 20px;
  }

  .slide, .slide-2, .slide-3 {
    text-align: center;
  }

  .subline {
    line-height: 28px;
  }

  .privacy-policy {
    padding-left: 16px;
    padding-right: 16px;
  }

  .privacy-paragraph {
    text-align: left;
    line-height: 28px;
  }

  .paragraph-privyac {
    font-size: 20px;
  }

  .centered-container-privacy {
    text-align: center;
    flex: 0 auto;
    max-width: none;
    padding-left: 16px;
    padding-right: 16px;
  }

  .mask {
    margin-bottom: 64px;
  }
}

#w-node-_67f612ac-02c9-a072-1b7e-bfe6547d2761-81dff098, #w-node-_428a692f-3358-a16f-5f5a-528ab08f5813-81dff098, #w-node-de1cad0c-43a9-a1d5-50e7-54a54d431070-81dff098, #w-node-_64f728d0-b42d-0ca0-4c59-d41620733172-81dff098, #w-node-_64f728d0-b42d-0ca0-4c59-d41620733174-81dff098, #w-node-_64f728d0-b42d-0ca0-4c59-d41620733176-81dff098, #w-node-_9ecf0ba1-16c8-e17c-1336-13e422cf129a-81dff098, #w-node-_9ecf0ba1-16c8-e17c-1336-13e422cf129c-81dff098, #w-node-_9ecf0ba1-16c8-e17c-1336-13e422cf129e-81dff098, #w-node-_5c1df627-40b3-2d6f-a7da-3b13ab11194c-81dff098, #w-node-_5c1df627-40b3-2d6f-a7da-3b13ab11194e-81dff098, #w-node-_5c1df627-40b3-2d6f-a7da-3b13ab111950-81dff098, #w-node-_99de108e-216a-866e-4178-b6274de597fb-81dff098, #w-node-_99de108e-216a-866e-4178-b6274de597fd-81dff098, #w-node-_99de108e-216a-866e-4178-b6274de597ff-81dff098, #w-node-_602ffd30-a4e3-7880-6e3c-1d0471375436-81dff098, #w-node-_602ffd30-a4e3-7880-6e3c-1d047137543a-81dff098 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'SF Pro Rounded';
  src: url('../fonts/SF-Pro-Rounded-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Rounded';
  src: url('../fonts/SF-Pro-Rounded-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Rounded';
  src: url('../fonts/SF-Pro-Rounded-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}