:root {
  --black: black;
  --dark-slate-grey: #333;
  --medium-sea-green: #1caee4;
  --honeydew: #f8f8f8;
}

body {
  color: #333;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
  overflow-x: hidden;
}

h1 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
}

h2 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

a {
  text-decoration: underline;
}

.nav-right-wrap, .nav-menu {
  align-items: center;
  display: flex;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 60px;
  display: flex;
}

.nav-logo {
  height: 85px;
}

.nav-logo-wrap {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--dark-slate-grey);
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  transition: color .2s;
}

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

.nav-link.cta {
  background-color: var(--medium-sea-green);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 8px;
  margin-left: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: background-color .2s, color .2s;
}

.nav-link.cta:hover {
  background-color: var(--medium-sea-green);
}

.navbar {
  background-color: var(--honeydew);
  position: fixed;
  inset: 0% 0% auto;
}

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

.section.light {
  background-color: var(--honeydew);
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.align-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.align-center.card {
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 42px 24px;
}

.blue-text {
  color: var(--medium-sea-green);
}

.hero-section {
  background-color: var(--honeydew);
  padding-top: 180px;
  padding-bottom: 60px;
  position: relative;
}

.section-title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 42px;
  line-height: 52px;
  display: inline-block;
}

.button-wrap {
  padding-top: 40px;
}

.button {
  border: 2px solid var(--medium-sea-green);
  background-color: var(--medium-sea-green);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 8px;
  flex: none;
  padding: 10px 40px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  transition: opacity .2s, color .2s, background-color .2s;
}

.button:hover {
  color: var(--medium-sea-green);
  background-color: #fff;
}

._3-col-grid {
  grid-column-gap: 30px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._3-col-grid.padding-top {
  padding-top: 60px;
}

.card-img {
  background-color: var(--honeydew);
  color: var(--medium-sea-green);
  object-fit: contain;
  border-radius: 505px;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 30px;
  padding: 20px;
  display: flex;
}

.card-title {
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.narrow-content {
  flex-direction: column;
  align-items: center;
  max-width: 650px;
  display: flex;
}

.hero-image {
  object-fit: cover;
  object-position: 10% 50%;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.founder-img {
  object-fit: cover;
  width: 200px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.section-subtitle {
  color: var(--medium-sea-green);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.footer {
  padding-top: 60px;
  padding-bottom: 32px;
  position: relative;
}

.footer-logo {
  width: 300px;
  margin-bottom: 40px;
}

.footer-links {
  align-items: center;
  display: flex;
}

.footer-link {
  color: var(--dark-slate-grey);
  margin-left: 20px;
  margin-right: 20px;
  font-weight: 500;
  text-decoration: none;
}

.divider {
  background-color: #fff;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
  font-size: 14px;
  display: flex;
}

.hero-grid {
  grid-column-gap: 30px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container---indie-2 {
  z-index: 2;
  flex: 1;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.footer---indie {
  background-color: var(--honeydew);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.submit-button-wrap---indie {
  justify-content: flex-end;
  display: flex;
}

._2-col-grid---indie {
  grid-column-gap: 100px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-field {
  color: var(--black);
  border: 1px solid #fff;
  border-radius: 6px;
  height: 50px;
  margin-bottom: 0;
  transition: all .2s;
}

.text-field::placeholder {
  color: silver;
  font-weight: 500;
}

.text-field.text-area {
  height: 120px;
}

.field-wrap---indie {
  padding-bottom: 20px;
}

.field-wrap---indie._2-col {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-title---indie {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-size: 42px;
  line-height: 54px;
}

.submit-button---indie {
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 6px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 24px;
  transition: all .2s;
}

.submit-button---indie:hover {
  color: #fff;
  background-color: #59c17b;
}

.form-title {
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

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

.div-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 60px;
  display: grid;
}

.lightbox-link {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.lightbox-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.live-chat-close-icon---brix {
  z-index: -1;
  position: absolute;
}

.live-chat-bubble-subtext---brix {
  color: #7f8d8a;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.live-chat-button---brix {
  color: #fff;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 6px 18px #0e0d6a24;
}

.live-chat-button---brix:hover {
  background-color: #170f49;
  transform: scale3d(.94, .94, 1.01);
}

.live-chat-button---brix.gmail {
  background-color: var(--medium-sea-green);
}

.live-chat-bubble-title---brix {
  color: #170f49;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

.live-chat-wrapper---brix {
  z-index: 2;
  flex-direction: column;
  align-items: flex-end;
  max-width: 380px;
  display: flex;
  position: fixed;
  bottom: 48px;
  right: 32px;
}

.live-chat-wrapper---brix.preview-page {
  position: fixed;
}

.live-chat-bubbble---brix {
  z-index: 1;
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 14px;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 4px 8px #3aa6ff14;
}

.live-chat-bubbble---brix:hover {
  transform: scale3d(.92, .92, 1.01);
}

.live-chat-bubbble---brix.gmail {
  background-color: #fff;
}

.live-chat-message-bubble---brix {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 36px 36px 36px 3px;
  margin-bottom: 14px;
  padding: 38px 38px 34px;
  box-shadow: 0 4px 16px #170f4912;
}

.live-chat-message-bubble---brix.whatsapp {
  box-shadow: 0 4px 16px #14282b14;
}

.live-chat-content---brix {
  align-items: flex-end;
  display: flex;
}

.live-chat-content-left---brix {
  display: block;
}

.link {
  color: var(--black);
  margin-top: 24px;
  font-weight: 600;
  text-decoration: none;
}

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

.close-overlay {
  z-index: 9;
  opacity: .25;
  cursor: pointer;
  position: absolute;
  inset: 0;
}

.modal-scroll {
  width: 100%;
  min-height: 100vh;
  padding: 50px 50px 100px;
  position: absolute;
}

.hide-me-overlay {
  z-index: 8888;
  background-color: #00000059;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.upgrade-accent {
  background-color: var(--medium-sea-green);
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.upgrade-container {
  z-index: 10;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  min-height: 400px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 50px 50px;
  font-weight: 300;
  display: block;
  position: relative;
  overflow: hidden;
}

.rich-text-block {
  text-align: left;
}

.rich-text-block h2 {
  margin-top: 0;
  margin-bottom: 24px;
}

.link-2 {
  color: #333;
  text-decoration: none;
}

.link-2:hover {
  color: var(--medium-sea-green);
}

.div-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.component-22 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.hero-image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.hero-image-wrapper._75 {
  padding-top: 75%;
}

.image {
  width: 160px;
  margin-bottom: 42px;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: #fafafa;
    justify-content: center;
    padding: 20px 40px 40px;
    box-shadow: 0 0 20px #0000001a;
  }

  .nav-container {
    padding-left: 40px;
    padding-right: 30px;
  }

  .nav-logo-wrap {
    padding-left: 0;
  }

  .nav-link {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .nav-link:hover {
    transform: none;
  }

  .nav-link.cta {
    margin-top: 20px;
    margin-left: 0;
  }

  .menu-button {
    margin-left: 20px;
    padding: 12px 0 12px 12px;
    font-size: 26px;
    line-height: 26px;
  }

  .menu-button.w--open {
    color: var(--medium-sea-green);
    background-color: #0000;
    margin-left: 20px;
  }

  .navbar {
    z-index: 9999;
  }

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

  .container {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .section-title {
    font-size: 36px;
    line-height: 42px;
  }

  ._3-col-grid.padding-top {
    grid-template-columns: 1fr 1fr;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-link {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-bottom-wrap {
    flex-direction: column;
    padding-bottom: 0;
  }

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

  .align-center-mobile {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .container---indie-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer---indie {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .submit-button-wrap---indie {
    justify-content: center;
    padding-bottom: 20px;
  }

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

  .section-title---indie {
    font-size: 36px;
    line-height: 42px;
  }

  .hero-image-grid {
    width: 100%;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .modal-scroll {
    padding-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .component-22 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .menu-button {
    padding: 10px;
    font-size: 18px;
  }

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

  .button {
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

  .footer-bottom-wrap {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    padding-top: 40px;
  }

  .field-wrap---indie._2-col {
    grid-template-columns: 1fr;
  }

  .section-title---indie {
    font-size: 28px;
    line-height: 36px;
  }

  .live-chat-wrapper---brix {
    bottom: 24px;
    right: 24px;
  }

  .modal-scroll {
    overflow: auto;
  }

  .upgrade-container {
    flex-direction: column;
    margin-bottom: 70px;
    padding-top: 50px;
    padding-left: 7%;
    padding-right: 7%;
  }
}

@media screen and (max-width: 479px) {
  .align-center.card {
    padding-top: 54px;
    padding-bottom: 54px;
  }

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

  .section-title {
    font-size: 36px;
    line-height: 52px;
  }

  ._3-col-grid.padding-top {
    grid-template-columns: 1fr;
  }

  .founder-img {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .footer-logo {
    width: 280px;
  }

  .hero-grid {
    grid-row-gap: 60px;
  }

  .text-field {
    height: 60px;
  }

  .text-field.text-area {
    height: 180px;
  }

  .section-title---indie {
    font-size: 24px;
    line-height: 32px;
  }

  .submit-button---indie {
    width: 100%;
  }

  .submit-button---indie:hover {
    background-color: var(--medium-sea-green);
  }

  .div-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .live-chat-button---brix {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .live-chat-wrapper---brix {
    max-width: 100%;
    left: 24px;
  }

  .live-chat-bubbble---brix {
    width: 56px;
    height: 56px;
  }

  .live-chat-message-bubble---brix {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
    padding: 34px 24px 30px;
  }

  .upgrade-container {
    margin-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .rich-text-block h2 {
    font-size: 28px;
  }

  .component-22 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    grid-template-columns: .5fr 2.25fr .5fr;
  }

  .hero-image-wrapper {
    padding-top: 80%;
  }
}

#w-node-f9b1b23a-1e7d-9827-a117-c0a97e876494-5fbd05ee, #w-node-_80a65403-77c6-6fa3-bee3-5276c6166e98-5fbd05ee {
  align-self: center;
}

#w-node-_00180cfc-a262-fbe0-9e26-8d0bf69c3ada-5fbd05ee {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e8eca746-11f0-e40b-c2f6-8b38448c0851-5fbd05ee, #w-node-a91a6ae6-4d95-71e7-f1e9-9cab43543935-5fbd05ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5cc368f7-53a7-9409-42de-f5ad56082fc5-5fbd05ee {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_80a65403-77c6-6fa3-bee3-5276c6166e98-5fbd05ee {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_00180cfc-a262-fbe0-9e26-8d0bf69c3ada-5fbd05ee {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f9b1b23a-1e7d-9827-a117-c0a97e876494-5fbd05ee {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_80a65403-77c6-6fa3-bee3-5276c6166e98-5fbd05ee {
    grid-row: 2 / 3;
  }
}


