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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 1;
}

a {
  color: #35b43f;
  text-decoration: underline;
}

.review-wrap {
  color: #7e828f;
  white-space: nowrap;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 30px;
  font-size: 16px;
  display: flex;
}

.brand {
  margin-right: 40px;
}

.faq-paragraph {
  color: #7e828f;
  letter-spacing: -.25px;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.cta-heading {
  color: #191b22;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 55px;
  line-height: 1.1;
}

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

.cta-section {
  outline-offset: 0px;
  -webkit-text-stroke-width: 0px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 2rem;
  outline: 2px solid rgba(53, 180, 63, .2);
  overflow: visible;
}

.image-3 {
  margin-bottom: 48px;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
}

.button {
  min-height: 60px;
  text-align: center;
  background-color: #35b43f;
  border-radius: 16px;
  padding: 20px 35px;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .25s;
}

.button:hover {
  background-color: #2faeb4;
}

.button.button-space {
  background-image: linear-gradient(135deg, #43ca4e, #14951f);
  align-items: center;
  margin-top: 40px;
  font-family: Nunito, sans-serif;
  transition: box-shadow .3s, background-color .3s;
  display: flex;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .25);
}

.button.button-space:hover {
  background-color: #38bf43;
  background-image: linear-gradient(135deg, #46d452, #159e21);
  box-shadow: 0 7px 14px rgba(0, 0, 0, .25);
}

.button.button-space.button-small-space {
  margin-top: 16px;
}

.button.button-space.icon-button {
  padding-left: 28px;
}

.button.button-space.icon-button.store-button {
  margin-top: 40px;
  padding: 0;
}

.cta-grid {
  min-height: 640px;
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  padding: 24px 72px 24px 56px;
}

.navigation-right {
  align-items: center;
  display: flex;
}

.question-title {
  color: #35b43f;
  text-align: center;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.nav-link {
  opacity: .8;
  color: #7e828f;
  text-transform: none;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 800;
  transition: color .3s, opacity .3s;
}

.nav-link:hover {
  opacity: 1;
  color: #28224b;
}

.nav-link.w--current {
  color: #35b43f;
  font-weight: 800;
}

.tagline {
  color: #35b43f;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.faq-question-wrap {
  background-color: rgba(53, 180, 63, .04);
  border-radius: 1rem;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 24px;
  padding-right: 24px;
}

.heading-3 {
  text-align: center;
  margin-bottom: 16px;
  font-family: Nunito, sans-serif;
  font-size: 32px;
  line-height: 1;
}

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

.header {
  justify-content: center;
  align-items: center;
  padding: 24px 3% 72px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-h1 {
  max-width: 580px;
  color: #08090a;
  letter-spacing: -.03em;
  margin-bottom: 20px;
  font-family: Nunito, sans-serif;
  font-size: 60px;
  line-height: 1;
}

.hero-paragraph {
  color: #7e828f;
  letter-spacing: -.02em;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.34;
}

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

.content-grid {
  grid-column-gap: 44px;
  grid-template-rows: auto;
}

.navbar {
  background-color: #fff;
  align-items: center;
  padding: 16px 3%;
  display: flex;
}

.footer-link {
  color: #7e828f;
  margin-bottom: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 6px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
}

.footer-link:hover {
  color: #28224b;
}

.footer-link.w--current {
  color: #7e828f;
}

.title {
  color: #08090a;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 600;
}

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

.content-section-bg {
  background-color: rgba(53, 180, 63, .04);
  padding: 72px 3%;
  position: relative;
}

.faq-question-bar {
  color: #191b22;
  border-bottom: 1px solid rgba(0, 0, 0, .04);
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.content-section {
  background-color: rgba(0, 0, 0, 0);
  padding: 120px 3% 72px;
  position: relative;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.text-span {
  color: #35b43f;
}

.navigation-container {
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-2 {
  z-index: -1;
  position: absolute;
  top: 4.1094px;
}

.image {
  max-width: 100%;
  min-width: 100%;
  color: #35b43f;
  line-height: 20px;
}

.hero-image-wrap {
  width: 50%;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.navigation-left {
  align-items: center;
  display: flex;
}

.container-flex {
  width: 100%;
  max-width: 1200px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-big {
  color: #7e828f;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.review-text {
  color: #7e828f;
  padding-top: 8px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.cta-content {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 25px 60px 48px;
  display: flex;
}

.paragraph-2 {
  color: #7e828f;
  font-size: 18px;
  line-height: 1.5;
}

.cta-image {
  background-image: url('../images/BarkioPhone.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.plus {
  opacity: 1;
  color: #35b43f;
}

.footer {
  background-color: rgba(53, 180, 63, .04);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 64px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.image-4 {
  max-width: 100%;
  min-width: 100%;
  color: #35b43f;
  line-height: 20px;
}

.image-5 {
  margin-bottom: 48px;
}

.button-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.div-block {
  z-index: -1;
  width: 260px;
  height: 260px;
  background-color: #fab500;
  border-radius: 32px 0% 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block.green {
  width: 260px;
  height: 260px;
  background-color: #35b43f;
  border-top-left-radius: 100%;
  border-bottom-right-radius: 32px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-2 {
  background-color: #ff6161;
  border-radius: 2rem;
  padding: .75rem 1rem;
  position: absolute;
  top: -1.25rem;
  bottom: auto;
  left: auto;
  right: -1.2rem;
}

.text-block {
  color: #fff;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
}

.text-block-2 {
  color: #fff;
  margin-left: .5rem;
}

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

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

@media screen and (max-width: 991px) {
  .review-wrap {
    align-items: center;
  }

  .cta-heading {
    text-align: center;
    font-size: 55px;
  }

  .footer-grid {
    grid-column-gap: 24px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .cta-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .navigation-right {
    flex-direction: row-reverse;
  }

  .nav-link {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .header {
    padding-top: 24px;
    padding-bottom: 100px;
  }

  .menu-button {
    min-height: 55px;
    min-width: 55px;
    background-color: rgba(126, 130, 143, .1);
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    margin-left: 14px;
    margin-right: 0;
    padding: 16px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #35b43f;
  }

  .hero-content {
    width: 100%;
    max-width: 730px;
    text-align: center;
    align-items: center;
    margin-bottom: 40px;
    padding-left: 40px;
  }

  .content-grid {
    grid-row-gap: 80px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .icon {
    display: block;
  }

  .navbar {
    z-index: 5;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
  }

  .content-block {
    max-width: 500px;
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .content-section-bg {
    background-color: #f5fbfc;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .content-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-image-wrap {
    width: 100%;
    order: -1;
    justify-content: center;
    margin-top: 0;
  }

  .container-flex {
    flex-wrap: wrap;
  }

  .cta-content {
    min-height: 420px;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
  }

  .cta-image {
    min-height: 420px;
  }

  .nav-menu {
    background-color: #fff;
    margin-right: 0;
    box-shadow: 0 50px 80px -30px rgba(53, 52, 72, .2);
  }
}

@media screen and (max-width: 767px) {
  .cta-heading {
    text-align: center;
  }

  .footer-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cta-grid {
    padding-left: 40px;
    padding-right: 40px;
  }

  .question-title {
    text-align: left;
  }

  .header {
    padding-bottom: 60px;
  }

  .hero-content {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-column {
    align-items: center;
  }

  .hero-image-wrap {
    width: 60%;
    order: -1;
    margin-top: 0;
  }

  .container-flex, .cta-content {
    align-items: center;
  }

  .paragraph-2 {
    text-align: center;
    align-self: center;
  }

  .div-block-2 {
    right: 1.2rem;
  }
}

@media screen and (max-width: 479px) {
  .review-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cta-heading {
    text-align: center;
    font-size: 32px;
  }

  .footer-grid {
    grid-template-rows: auto auto auto auto;
  }

  .button {
    width: 100%;
    max-width: 250px;
  }

  .button.button-space {
    width: auto;
    max-width: 100%;
  }

  .button.button-space.icon-button {
    width: auto;
    max-width: 100%;
    margin-top: 32px;
  }

  .cta-grid {
    padding-left: 16px;
    padding-right: 24px;
  }

  .question-title {
    text-align: left;
    flex: 1;
  }

  .tagline {
    font-size: 18px;
  }

  .faq-question-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-3 {
    font-size: 24px;
  }

  .header {
    padding-top: 115px;
  }

  .hero-h1 {
    font-size: 40px;
  }

  .menu-button {
    border-radius: 1rem;
  }

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

  .content-grid {
    grid-row-gap: 24px;
  }

  .navbar {
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
  }

  .faq-question-bar {
    padding-top: 24px;
    padding-bottom: 16px;
    padding-right: 0;
  }

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

  .cta-content {
    min-height: auto;
    align-items: center;
    padding: 48px 12px 12px;
  }

  .plus {
    margin-left: 12px;
  }

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

  .image-5 {
    max-width: 50%;
    margin-bottom: 16px;
  }

  .div-block {
    width: 112px;
    height: 112px;
  }

  .div-block.green {
    width: 180px;
    height: 180px;
  }

  .div-block-2 {
    text-align: center;
    left: 2rem;
    right: 2rem;
  }

  .heading-2 {
    font-size: 32px;
  }
}

#w-node-_98a126a2-62c7-c088-2078-4d48ca897934-59b1e1a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_744c58e0-a81f-86e4-5c15-16fb42662eb2-59b1e1a1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_744c58e0-a81f-86e4-5c15-16fb42662eba-59b1e1a1 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_744c58e0-a81f-86e4-5c15-16fb42662ec3-59b1e1a1 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_744c58e0-a81f-86e4-5c15-16fb42662ecc-59b1e1a1 {
  grid-area: 1 / 5 / 2 / 6;
}

@media screen and (max-width: 991px) {
  #w-node-_744c58e0-a81f-86e4-5c15-16fb42662e56-59b1e1a1, #w-node-_5e6f30cf-eea1-f93d-d9c1-ed9194361e92-59b1e1a1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-bc71a53f-16ce-262c-0e8e-10be36bab538-59b1e1a1 {
    justify-self: center;
  }

  #w-node-_744c58e0-a81f-86e4-5c15-16fb42662eb2-59b1e1a1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_744c58e0-a81f-86e4-5c15-16fb42662ecc-59b1e1a1 {
    grid-area: 1 / 5 / 2 / 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_744c58e0-a81f-86e4-5c15-16fb42662eb2-59b1e1a1 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-_744c58e0-a81f-86e4-5c15-16fb42662eba-59b1e1a1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_744c58e0-a81f-86e4-5c15-16fb42662ec3-59b1e1a1 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_744c58e0-a81f-86e4-5c15-16fb42662ecc-59b1e1a1 {
    grid-area: 2 / 3 / 3 / 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bc71a53f-16ce-262c-0e8e-10be36bab537-59b1e1a1 {
    order: 9999;
  }

  #w-node-_744c58e0-a81f-86e4-5c15-16fb42662eb2-59b1e1a1 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_744c58e0-a81f-86e4-5c15-16fb42662eba-59b1e1a1 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_744c58e0-a81f-86e4-5c15-16fb42662ec3-59b1e1a1 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_744c58e0-a81f-86e4-5c15-16fb42662ecc-59b1e1a1 {
    grid-area: 4 / 1 / 5 / 4;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}