.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
}

.text-block-2 {
  color: #000;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  text-decoration: none;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  max-width: 1100px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #080e1a;
  text-decoration: none;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  max-width: 1100px;
  margin-top: 10vh;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-9 {
  max-width: 550px;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60vh;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 2px;
  border-color: #000;
  border-radius: 3px;
}

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

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

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-15 {
  text-align: left;
  text-decoration: none;
}

.paragraph {
  color: #4a47ff;
}

.paragraph-2 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.paragraph-3 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.text-block-22 {
  margin-top: 120px;
  margin-bottom: 20px;
  text-align: center;
}

.text-block-22.brand-copy {
  margin-top: 20px;
  color: #d1d1d1;
  font-size: 18px;
  line-height: 30px;
}

.about-link {
  display: none;
  margin-right: 60px;
  color: #030303;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.signup-button {
  display: inline-block;
  width: auto;
  margin-top: 0px;
  padding: 20px 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #253551;
  cursor: pointer;
}

.signup-button.lower-button {
  margin-top: 60px;
  cursor: pointer;
}

.signup-button.top-button {
  padding: 8px 24px;
  border-radius: 3px;
  background-color: #000;
  cursor: pointer;
}

.signup-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.explainer-div {
  position: relative;
  padding-top: 10px;
  padding-bottom: 20px;
}

.product-title-text {
  margin-top: 24px;
  margin-bottom: 30px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 50px;
  line-height: 56px;
  font-weight: 700;
}

.text-block-23 {
  width: 92%;
  margin-top: 20px;
  font-size: 20px;
  line-height: 35px;
}

.text-block-23.lower-section {
  display: block;
  width: auto;
  max-width: 92%;
  margin-bottom: 20px;
  color: #394152;
  font-size: 28px;
  line-height: 34px;
  font-weight: 300;
}

.features-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.features-section.api {
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.team-title {
  width: 90vw;
  max-width: 550px;
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 52px;
  font-weight: 500;
  text-align: center;
}

.team-title.offline {
  margin-bottom: 20px;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-30.dev-section {
  display: none;
}

.div-block-30.api-lines {
  display: none;
  margin-top: 30px;
}

.endtaglist {
  max-width: 700px;
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 50px;
  line-height: 50px;
  font-weight: 500;
}

.footer-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 76vw;
  max-width: none;
  margin-top: 10vh;
  padding-top: 20px;
  padding-bottom: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-32 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 89px;
  margin-top: 128px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80vh;
  margin-bottom: 50px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 10vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/landing-full-topleft-01.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/landing-full-topleft-01.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.about-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 80vw;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-section {
  max-width: 300px;
  font-size: 16px;
  line-height: 26px;
}

.about-header {
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 26px;
  line-height: 30px;
  font-weight: 500;
}

.about-big-text {
  max-width: 50vw;
  border: 0px solid #fff;
  color: #fff;
  font-size: 60px;
  line-height: 70px;
}

.div-block-34 {
  width: 100%;
  max-width: 80vw;
  padding: 20px 0px;
}

.header-prompt {
  width: 100%;
  font-size: 40px;
  line-height: 60px;
}

.div-block-35 {
  margin-bottom: 80px;
}

.link-block {
  text-decoration: none;
}

.text-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  max-width: 600px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #394152;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
}

.text-block-24.easy-org {
  margin-top: 10px;
  margin-bottom: 70px;
  color: #394152;
}

.grid-text {
  max-width: 25vw;
  margin-right: 20px;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 20px;
  font-size: 20px;
  line-height: 28px;
}

.div-block-38 {
  width: 37%;
  height: auto;
  margin-right: 30px;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 15px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #20bbb6;
}

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

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-27 {
  border: 0px solid #fff;
  color: #fff;
  font-weight: 700;
}

.grid-holder {
  display: none;
  width: 700px;
}

.grid-holder.brokers {
  display: none;
}

.grid-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.grid-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 20px;
  background-color: #daeaf2;
}

.div-block-41 {
  display: none;
  margin-top: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.how-it-works {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  max-width: 1100px;
  margin-top: 8vh;
  margin-bottom: 7vh;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.how-it-works.two {
  display: none;
}

.how-it-works-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25vw;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.how-it-works-text {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.icon-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 19px;
  background-color: #daf2eb;
}

.icon-block.color1 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f2f2da;
}

.icon-block.color2 {
  margin-bottom: 30px;
  background-color: #f0daf2;
}

.icon-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 50px;
  line-height: 40px;
}

.text-block-28 {
  display: none;
  max-width: 280px;
  text-align: center;
}

.home-button {
  display: inline-block;
  width: auto;
  margin-top: 0px;
  padding: 20px 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #253551;
  cursor: pointer;
}

.home-button.home-button-github {
  margin-top: 22px;
  padding: 12px 24px;
  border-radius: 3px;
  background-color: #4476ff;
  cursor: pointer;
}

.home-button.home-button-retail {
  display: none;
  margin-top: 22px;
  padding: 12px 24px;
  border-radius: 3px;
  background-color: #000;
  cursor: pointer;
}

.link {
  color: #d1d1d1;
}

.image-12 {
  width: 34px;
  margin-right: 10px;
}

.submit-button-4 {
  margin-top: 12px;
  padding: 12px 24px;
  border-radius: 3px;
  background-color: #4476ff;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.two-column-explanation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 36px;
  padding-bottom: 36px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-radius: 4px;
  background-color: #dcffd8;
}

.two-column-explanation-text {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.two-column-explanation-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 22vw;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.two-column-explanation-header {
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  font-size: 32px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.process-text {
  max-width: 500px;
  margin-bottom: 13px;
  padding-right: 35px;
  font-size: 18px;
  line-height: 24px;
}

.explainer-title {
  max-width: 35vw;
  margin-bottom: 16px;
  padding-bottom: 0px;
  color: #000;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

.explainer-title.high-percent {
  margin-bottom: 3px;
}

.process-div {
  padding-top: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.featured-store {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 30px;
  font-weight: 500;
}

.featured-product {
  display: none;
}

.image-13 {
  max-width: 400px;
  border: 2px none #000;
  border-radius: 6px;
  background-color: transparent;
}

.image-13.selling-section {
  max-width: 380px;
  border-radius: 3px;
}

.div-block-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.div-block-49 {
  padding: 64px 32px 20px 60px;
  -webkit-box-flex: 1px;
  -webkit-flex: 1px;
  -ms-flex: 1px;
  flex: 1px;
  border-style: solid;
  border-width: 1px;
  border-color: #dce2f3;
  background-color: #fff;
}

.header {
  margin-top: 24px;
  margin-bottom: 23px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 26px;
  line-height: 32px;
  font-weight: 300;
}

.submit-button {
  width: 380px;
  margin-top: 8px;
  padding: 12px 36px;
  border-style: none;
  border-width: 2px;
  border-color: #6b6b6b;
  border-radius: 4px;
  background-color: #437cff;
  box-shadow: none;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.text-field {
  width: 380px;
  height: 40px;
  max-width: none;
  margin-bottom: 7px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: none;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: text;
}

.checkbox-field-2 {
  max-width: 420px;
  margin-bottom: 2px;
}

.field-label-3 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

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

.div-block-14 {
  position: static;
  display: block;
  overflow: visible;
  direction: ltr;
}

.div-block-14.tilt-header-outline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-right: 8px;
  padding-bottom: 3px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
}

.checkbox-label {
  color: #3b3d46;
  font-size: 15px;
  font-weight: 400;
}

.div-block-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
}

.div-block-49-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 660px;
  padding: 64px 60px 20px 52px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0.8;
  -webkit-flex: 0.8 1px;
  -ms-flex: 0.8 1px;
  flex: 0.8 1px;
  border-radius: 4px;
}

.text-block-30 {
  margin-bottom: 8px;
  color: #3f4452;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.left-header {
  margin-top: 24px;
  margin-bottom: 23px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
}

.italic-text {
  font-weight: 300;
}

.left-subhead {
  margin-top: 24px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
}

.form-block {
  max-width: 410px;
}

.div-block-51 {
  width: 170px;
  height: 6px;
}

.why-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.more-info-div {
  display: block;
  padding-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.readmore-link {
  display: none;
  margin-top: 10px;
  text-decoration: none;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.image-frame-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 340px;
  margin-top: 12px;
  padding: 18px 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 4px;
  background-color: #ebf5ed;
}

.text-block-31-copy {
  margin-bottom: 10px;
  font-size: 20px;
}

.text-block-31-copy.title-text-copy {
  margin-bottom: 2px;
  color: #000;
  font-size: 22px;
  line-height: 24px;
  font-weight: 300;
}

.heading {
  text-align: left;
}

.text-block-33 {
  max-height: none;
  max-width: 400px;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 34px;
}

.link-block-4 {
  color: #080e1a;
  text-decoration: none;
}

.link-block-5 {
  color: #080e1a;
  text-decoration: none;
}

.text-block-35 {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 24px;
}

.home-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 28px;
  line-height: 100%;
  font-weight: 600;
}

.home-nav-link {
  display: none;
  color: #000;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
}

.home-hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  min-height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-nav-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  padding-top: 58px;
  padding-bottom: 110px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1040px;
  max-width: 90vw;
  min-height: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1040px;
  max-width: 90vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-right-image {
  width: 100%;
  max-width: 335px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 10px;
  -o-object-fit: contain;
  object-fit: contain;
}

.heading-3 {
  max-width: 540px;
  font-size: 64px;
  line-height: 97%;
}

.paragraph-4 {
  max-width: 480px;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #777;
  font-size: 24px;
  line-height: 120%;
}

.buttons-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.button-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 46px;
  margin-right: 19px;
  padding-right: 22px;
  padding-left: 22px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #57b894;
  box-shadow: 1px 1px 4px -1px rgba(0, 0, 0, 0.06), 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  font-size: 22px;
  font-weight: 600;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 46px;
  padding-right: 22px;
  padding-left: 22px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #000;
  font-size: 22px;
  font-weight: 600;
}

.heading-4 {
  margin-top: 60px;
  margin-bottom: 0px;
  font-size: 32px;
  line-height: 110%;
}

.div-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-36 {
  margin-left: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #121212;
  font-size: 25px;
  line-height: 110%;
}

.image-16 {
  color: #222;
}

.home-explanation-section {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-57 {
  width: 1040px;
  min-height: 300px;
  margin-top: 85px;
  padding-bottom: 42px;
  border-radius: 20px;
  background-color: #fcf8f6;
}

.heading-5 {
  margin-top: 45px;
  margin-bottom: 0px;
  margin-left: 60px;
  padding-right: 30px;
  color: #000;
  font-size: 32px;
  line-height: 100%;
  font-weight: 800;
}

.home-quotes-section {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.quotes-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1040px;
  max-width: 90vw;
  margin-top: 85px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.quotes-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.quote-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 110px;
  max-width: 483px;
  padding-right: 16px;
  padding-left: 26px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-color: #eeefff;
}

.image-17 {
  margin-top: 24px;
  border-radius: 100%;
}

.div-block-58 {
  width: 74px;
  height: 40px;
}

.div-block-59 {
  width: 200px;
  height: 32px;
}

.quote {
  max-width: 300px;
  margin-top: 19px;
  color: #000;
  font-size: 20px;
  line-height: 115%;
  font-weight: 500;
}

.image-18 {
  margin-top: 20px;
  margin-right: 6px;
  margin-left: 15px;
  opacity: 0.5;
}

.div-block-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1040px;
  max-width: 90vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-37 {
  color: #fff;
  font-size: 20px;
}

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

.div-block-61 {
  width: 100%;
  max-width: 140px;
}

.div-block-62 {
  width: 100%;
  max-width: 20px;
}

.price {
  display: block;
  max-width: 480px;
  margin-top: 40px;
  margin-bottom: 0px;
  color: #000;
  font-size: 24px;
  line-height: 100%;
  font-weight: 600;
}

.heading-6 {
  margin-top: 8px;
  margin-left: 60px;
  padding-right: 30px;
  color: #2d332c;
  font-size: 28px;
  line-height: 100%;
  font-weight: 400;
}

.div-block-63 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 260px;
  margin-right: 80px;
  margin-left: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-63.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 100%;
  font-weight: 600;
}

.paragraph-5 {
  margin-bottom: 0px;
  font-size: 22px;
  line-height: 100%;
  font-weight: 300;
}

.div-block-64 {
  width: 394px;
  margin-right: 24px;
  margin-left: 24px;
}

.div-block-64.first {
  width: 310px;
}

.image-19 {
  height: 110%;
  -o-object-fit: contain;
  object-fit: contain;
}

.apply-footer-section {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.apply-footer-container {
  width: 1040px;
  margin-top: 85px;
  padding-top: 44px;
  padding-bottom: 44px;
  border-radius: 20px;
  background-color: #f6fcfa;
}

.apply-footer-header {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 60px;
  padding-right: 30px;
  color: #000;
  font-size: 32px;
  line-height: 100%;
  font-weight: 800;
}

.apply-footer-subhead {
  margin-top: 12px;
  margin-bottom: 20px;
  margin-left: 60px;
  padding-right: 30px;
  color: #2d332c;
  font-size: 28px;
  line-height: 100%;
  font-weight: 400;
}

.apply-footer-buttons-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 60px;
}

.link-block-6 {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .text-block-2 {
    line-height: 60px;
    white-space: nowrap;
  }

  .div-block-6 {
    width: 1100px;
    max-width: 90vw;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .div-block-7 {
    width: auto;
    max-width: 100vw;
    margin-top: 0px;
    padding-bottom: 42px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .div-block-8 {
    padding-top: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-10 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: none;
  }

  .about-link {
    display: none;
  }

  .signup-button.top-button {
    display: block;
  }

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

  .team-title {
    margin-bottom: 30px;
  }

  .team-title.offline {
    text-align: left;
  }

  .div-block-30 {
    width: auto;
    max-width: 100vw;
  }

  .div-block-30.api-lines {
    margin-top: 0px;
    padding-left: 27px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .endtaglist {
    width: 600px;
    padding-top: 30px;
    padding-left: 30px;
  }

  .footer-div {
    width: auto;
    max-width: 100vw;
    margin-top: 1vh;
  }

  .about-section {
    max-width: 25vw;
    text-align: center;
  }

  .about-header {
    margin-bottom: 10px;
  }

  .about-big-text {
    max-width: 80vw;
  }

  .div-block-34 {
    padding-left: 0px;
  }

  .header-prompt {
    font-size: 38px;
    line-height: 50px;
  }

  .text-block-24 {
    width: 80vw;
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 30px;
  }

  .text-block-24.easy-org {
    text-align: left;
  }

  .div-block-39 {
    margin-bottom: 20px;
  }

  .grid-holder {
    width: 80vw;
  }

  .div-block-41 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .how-it-works {
    margin-top: 2vh;
    margin-bottom: 2vw;
    padding-right: 15px;
    padding-left: 15px;
  }

  .how-it-works-section {
    width: auto;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .how-it-works-text {
    max-width: 340px;
    padding-left: 17px;
    color: #000;
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
    text-align: left;
  }

  .icon-block {
    margin-bottom: 0px;
  }

  .text-block-28 {
    display: none;
  }

  .two-column-explanation {
    margin-right: 10px;
    margin-left: 10px;
  }

  .two-column-explanation-text {
    color: #000;
  }

  .two-column-explanation-section {
    max-width: 310px;
  }

  .two-column-explanation-header {
    color: #000;
  }

  .featured-store {
    padding-top: 50px;
  }

  .image-13 {
    max-width: 320px;
  }

  .submit-button {
    height: 45px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .checkbox-field-2 {
    width: 500px;
  }

  .div-block-49-copy {
    padding-right: 32px;
    padding-left: 32px;
  }

  .why-blocks {
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .hero-right-image {
    max-width: 270px;
  }

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

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

  .button-2 {
    width: 100%;
    max-width: 300px;
    margin-top: 12px;
  }

  .div-block-57 {
    max-width: 90vw;
    padding-bottom: 4px;
  }

  .heading-5 {
    margin-left: 30px;
  }

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

  .div-block-59 {
    height: 20px;
  }

  .div-block-61 {
    max-width: 20px;
  }

  .div-block-62 {
    height: 20px;
  }

  .price {
    display: none;
  }

  .heading-6 {
    margin-left: 30px;
  }

  .div-block-63 {
    height: 100%;
    max-height: 260px;
    margin-right: 40px;
    margin-left: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .image-19 {
    max-width: 300px;
  }

  .image-19.last {
    height: 70%;
  }

  .apply-footer-container {
    max-width: 90vw;
  }

  .apply-footer-header {
    margin-left: 30px;
  }

  .apply-footer-subhead {
    margin-left: 30px;
  }

  .apply-footer-buttons-container {
    margin-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .text-block-2 {
    width: 200px;
  }

  .div-block-6 {
    max-width: 85vw;
    padding-left: 0px;
  }

  .div-block-7 {
    padding-right: 0px;
    padding-left: 20px;
  }

  .div-block-9 {
    max-width: 85vw;
    padding-top: 0px;
  }

  .div-block-10 {
    background-size: 140vw;
  }

  .about-link {
    margin-right: 30px;
  }

  .div-block-29 {
    display: none;
  }

  .signup-button.top-button {
    display: block;
  }

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

  .endtaglist {
    width: auto;
    max-width: 490px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .about-row {
    max-width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-section {
    max-width: 70vw;
    margin-bottom: 20px;
  }

  .about-header {
    margin-bottom: 20px;
  }

  .about-big-text {
    max-width: 80vw;
  }

  .div-block-34 {
    max-width: 90vw;
  }

  .header-prompt {
    text-align: center;
  }

  .text-block-24.easy-org {
    width: auto;
    max-width: 85vw;
  }

  .grid-text {
    max-width: 270px;
    padding-left: 30px;
  }

  .grid-row {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid-item {
    margin-top: 10px;
  }

  .how-it-works {
    margin-top: 1vh;
  }

  .how-it-works-section {
    padding-right: 5px;
    padding-left: 5px;
  }

  .how-it-works-text {
    font-size: 19px;
    line-height: 24px;
  }

  .home-button.home-button-retail {
    display: inline-block;
  }

  .two-column-explanation-text {
    font-size: 18px;
    line-height: 24px;
  }

  .two-column-explanation-section {
    padding-right: 11px;
    padding-left: 11px;
  }

  .two-column-explanation-header {
    padding-bottom: 16px;
    line-height: 24px;
  }

  .explainer-title {
    max-width: 50vw;
  }

  .featured-store {
    padding-top: 40px;
  }

  .submit-button {
    width: 100%;
    max-width: 380px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-field {
    width: 100%;
    max-width: 380px;
  }

  .checkbox-field-2 {
    width: 400px;
  }

  .form-2 {
    width: 100%;
  }

  .div-block-50 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-block-49-copy {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .form-explain-section {
    display: none;
  }

  .hero-right-image {
    display: none;
  }

  .heading-4 {
    line-height: 110%;
  }

  .div-block-57 {
    height: 100%;
    min-height: 100%;
  }

  .heading-5 {
    font-size: 28px;
  }

  .div-block-61 {
    display: none;
  }

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

  .div-block-63 {
    max-height: 190px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .heading-7 {
    font-size: 22px;
  }

  .paragraph-5 {
    font-size: 18px;
  }

  .div-block-64 {
    margin-right: 12px;
    margin-left: 12px;
  }

  .image-19 {
    height: 90%;
    max-height: 200px;
    max-width: 190px;
  }

  .apply-footer-header {
    font-size: 28px;
  }

  .apply-footer-subhead {
    font-size: 24px;
  }
}

@media screen and (max-width: 479px) {
  .text-block-2 {
    width: 100px;
    font-size: 30px;
  }

  .div-block-6 {
    max-width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-7 {
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .div-block-8 {
    width: 90vw;
    padding-left: 0px;
  }

  .div-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 90vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-10 {
    padding-bottom: 0px;
    background-position: 50% 100%;
    background-size: 200vw;
  }

  .text-block-22.brand-copy {
    padding-right: 20px;
    padding-left: 20px;
  }

  .about-link {
    margin-right: 30px;
  }

  .signup-button {
    padding-right: 20px;
    padding-left: 20px;
  }

  .signup-button.top-button {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }

  .signup-text {
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    text-decoration: none;
  }

  .product-title-text {
    font-size: 45px;
    line-height: 53px;
  }

  .text-block-23.lower-section {
    max-width: 100%;
    margin-top: 0px;
  }

  .features-section.api {
    display: none;
    padding-right: 10px;
    padding-left: 10px;
  }

  .team-title {
    max-width: 90%;
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 40px;
  }

  .team-title.offline {
    margin-top: 0px;
  }

  .endtaglist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 460px;
    margin-top: 30px;
    padding-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 38px;
    line-height: 40px;
  }

  .footer-div {
    margin-top: 0vh;
  }

  .div-block-32 {
    margin-top: 84px;
  }

  .div-block-33 {
    height: auto;
    max-height: none;
    min-height: 80vh;
  }

  .about-row {
    margin-top: 30px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-section {
    max-width: 300px;
    margin-bottom: 20px;
    color: #000;
    font-size: 18px;
  }

  .about-header {
    color: #000;
  }

  .about-big-text {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 40px;
    line-height: 50px;
  }

  .div-block-34 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .header-prompt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    font-size: 35px;
    line-height: 50px;
  }

  .div-block-35 {
    margin-bottom: 0px;
  }

  .link-block {
    text-decoration: none;
  }

  .text-block-24 {
    max-width: 90vw;
    margin-bottom: 40px;
    font-size: 22px;
  }

  .grid-text {
    padding-left: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .grid-icon {
    width: 60px;
    height: 60px;
  }

  .div-block-41 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .how-it-works {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .how-it-works-section {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .how-it-works-text {
    margin-bottom: 25px;
  }

  .icon-block {
    width: 70px;
    height: 70px;
  }

  .icon-block.color1 {
    margin-bottom: 10px;
  }

  .icon-text {
    font-size: 40px;
  }

  .home-button {
    padding-right: 20px;
    padding-left: 20px;
  }

  .home-button.home-button-github {
    display: block;
    margin-top: 0px;
    margin-bottom: 20px;
    text-decoration: none;
  }

  .home-button.home-button-retail {
    display: block;
    margin-top: 0px;
    margin-bottom: 40px;
    text-decoration: none;
  }

  .two-column-explanation {
    margin-right: 4px;
    margin-bottom: 32px;
    margin-left: 4px;
    padding-top: 32px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .two-column-explanation-text {
    margin-bottom: 25px;
    text-align: left;
  }

  .two-column-explanation-section {
    padding-bottom: 6px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .explainer-title {
    max-width: 80vw;
    padding-bottom: 20px;
  }

  .explainer-title.high-percent {
    padding-bottom: 3px;
  }

  .process-div {
    padding-top: 20px;
  }

  .featured-store {
    color: #2e2e2e;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
  }

  .link-block-2 {
    text-decoration: none;
  }

  .featured-product {
    margin-bottom: 50px;
  }

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

  .div-block-49 {
    padding: 20px 5vw 32px;
  }

  .submit-button {
    height: 40px;
  }

  .text-field {
    width: 90vw;
    height: 40px;
    max-width: 390px;
  }

  .checkbox-field-2 {
    width: auto;
    max-width: 300px;
  }

  .div-block-49-copy {
    padding-top: 33px;
  }

  .image-frame-copy {
    width: auto;
    max-width: 360px;
  }

  .text-block-33 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 300;
  }

  .text-block-35 {
    margin-bottom: 15px;
  }

  .home-nav-section {
    padding-bottom: 64px;
  }

  .hero-left-container {
    width: 100%;
  }

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

  .button-1 {
    max-width: 100vw;
  }

  .button-2 {
    max-width: 100vw;
  }

  .heading-4 {
    margin-top: 84px;
  }

  .div-block-57 {
    height: 100%;
    min-height: 100%;
  }

  .heading-5 {
    margin-top: 30px;
    margin-left: 20px;
    padding-right: 20px;
    font-size: 26px;
  }

  .quote-container {
    padding-right: 8px;
    padding-left: 12px;
  }

  .quote {
    font-size: 16px;
  }

  .image-18 {
    margin-left: 4px;
  }

  .text-block-37 {
    font-size: 16px;
  }

  .price {
    display: none;
  }

  .heading-6 {
    margin-top: 12px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-right: 20px;
    font-size: 22px;
  }

  .div-block-63 {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-7 {
    margin-bottom: 6px;
    font-size: 20px;
  }

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

  .div-block-64 {
    margin-right: 8px;
    margin-left: 8px;
  }

  .image-19 {
    max-width: 100px;
  }

  .apply-footer-container {
    height: 100%;
    min-height: 100%;
    margin-top: 42px;
  }

  .apply-footer-header {
    margin-top: 0px;
    margin-left: 20px;
    padding-right: 20px;
    font-size: 26px;
  }

  .apply-footer-subhead {
    margin-top: 12px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-right: 20px;
    font-size: 22px;
  }

  .apply-footer-buttons-container {
    margin-right: 11px;
    margin-left: 11px;
  }
}

