a {
  color: rgba(51, 51, 51, 0.65);
  text-decoration: underline;
}

.body {
  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-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-family: Satoshi, sans-serif;
  font-weight: 500;
  text-align: center;
}

.progress-bar {
  position: absolute;
  width: 25%;
  height: 6px;
  border-radius: 6px;
  background-color: #0086c9;
  opacity: 0.7;
}

.progress-bar._50 {
  width: 50%;
}

.progress-bar._75 {
  width: 75%;
}

.progress-bar._100 {
  width: 100%;
}

.form-success {
  padding: 14px;
  background-color: #06c15c;
  font-size: 16px;
}

.progress-wrapper {
  position: relative;
  width: 343px;
  height: 6px;
  border-radius: 6px;
  background-color: rgba(63, 83, 114, 0.15);
}

.section-title {
  margin-bottom: 72px;
}

.section-title.reduced-margin {
  margin-bottom: 36px;
}

.section-title.reduced-margin.text-center {
  font-family: Satoshi, sans-serif;
}

.section-title.reduced-margin.text-center._2 {
  margin-bottom: 25px;
}

.main-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1344px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -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;
}

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

.form-error {
  margin-top: 21px;
  padding: 14px;
  color: #2b3a4f;
  font-size: 14px;
  text-align: center;
}

.container---s {
  width: 100%;
  max-width: 498px;
}

.heading {
  margin-bottom: 4px;
  font-family: Satoshi, sans-serif;
  font-weight: 600;
}

.onboarding-steps {
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.uppercase-text {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.uppercase-text.subheading {
  margin-bottom: 18px;
}

.uppercase-text.stripe {
  margin-right: 6px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
}

.divider-line {
  width: 1vw;
  height: 272px;
  min-width: 12px;
  margin-right: 5vw;
  margin-left: 5vw;
  background-color: #3f5372;
}

.divider-line.line-1 {
  -webkit-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

.divider-line.line-1.bg-palette-1a {
  background-color: #fff;
}

.divider-line.line-4 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.divider-line.line-4.bg-palette-1a {
  background-color: #fff;
}

.divider-line.line-2 {
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

.divider-line.line-2.bg-palette-1a {
  background-color: #fff;
}

.divider-line.line-5 {
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}

.divider-line.line-5.bg-palette-1a {
  background-color: #fff;
}

.divider-line.line-3 {
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}

.divider-line.line-3.bg-palette-1a {
  background-color: #fff;
}

.form-input {
  min-height: 55px;
  margin-bottom: 0px;
  padding: 18px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(63, 83, 114, 0.15);
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  font-size: 18px;
  line-height: 1.5em;
}

.form-input:focus {
  border-color: #00a200;
}

.form-input::-webkit-input-placeholder {
  color: rgba(63, 83, 114, 0.5);
  font-size: 18px;
  line-height: 1.5em;
}

.form-input:-ms-input-placeholder {
  color: rgba(63, 83, 114, 0.5);
  font-size: 18px;
  line-height: 1.5em;
}

.form-input::-ms-input-placeholder {
  color: rgba(63, 83, 114, 0.5);
  font-size: 18px;
  line-height: 1.5em;
}

.form-input::placeholder {
  color: rgba(63, 83, 114, 0.5);
  font-size: 18px;
  line-height: 1.5em;
}

.divider {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 54px;
  -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: #2b3a4f;
}

.divider.bg-palette-1c {
  width: 100vw;
  height: 30px;
  background-color: #0086c9;
}

.arrow-link {
  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;
}

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

.section.grow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  -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;
}

.section.grow.onboard {
  padding-top: 40px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.section.onboarding-steps {
  padding-top: 36px;
  padding-bottom: 36px;
}

.button {
  padding: 18px 24px;
  border-radius: 200px;
  background-color: #00a200;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
}

.button.onboarding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 55px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  grid-column-gap: 7px;
  border-radius: 6px;
  background-color: #07c236;
  color: #07c236;
  font-size: 20px;
  text-decoration: none;
}

.button.onboarding.submit-signature {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.button.onboarding.grayed {
  background-color: #747474;
}

.button.onboarding.agree {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.button.onboarding.close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.button.sign {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 55px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  grid-column-gap: 7px;
  border-radius: 6px;
  background-color: #747474;
  font-size: 20px;
  text-decoration: none;
}

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

.full-page-wrapper {
  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;
}

.subonboard {
  margin-top: 10px;
  font-size: 19px;
  line-height: 1.5em;
}

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

.alternate-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  -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;
}

.divider-line-2 {
  width: 100%;
  height: 2px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: #e6e6e6;
}

.paragraph-3 {
  display: block;
  margin-right: 15px;
  margin-bottom: 0px;
  margin-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: rgba(44, 45, 54, 0.53);
  font-size: 17px;
  text-align: center;
}

.apple-pay {
  width: 100%;
  height: 55px;
  border-radius: 7px;
  background-color: #000;
  background-image: url('../images/image-5.png');
  background-position: 50% 53%;
  background-size: auto 25px;
  background-repeat: no-repeat;
}

.split {
  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;
  grid-column-gap: 15px;
}

.button-text {
  display: block;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.button-text.green {
  color: #07c236;
}

.arrow {
  width: 25px;
}

.legal-text {
  display: block;
  max-width: 300px;
  margin: 20px auto 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: rgba(51, 51, 51, 0.65);
  line-height: 22px;
  text-align: center;
}

.signature-buttons {
  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;
  grid-row-gap: 15px;
}

.signature-buttons.pre {
  display: block;
}

.signature-buttons.post {
  display: none;
  grid-row-gap: 0px;
}

.signature-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 110px;
  margin-top: 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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #f3f3f3;
}

.sign-text {
  display: block;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #292929;
  font-size: 20px;
  text-align: center;
}

.signature-modal {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-top: 200px;
  -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 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.stripe-badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -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;
}

.stripe-logo {
  height: 20px;
}

.cms-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 21px;
  padding-bottom: 21px;
  -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;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.document-wrapper {
  width: 100%;
  max-width: 800px;
  padding-bottom: 100px;
  text-align: left;
}

.text {
  font-size: 17px;
  line-height: 28px;
}

.heading-2 {
  margin-top: 0px;
}

.fixed-signature {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -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;
  border-top: 1px none rgba(0, 0, 0, 0.4);
  background-color: #07c236;
}

@media screen and (max-width: 991px) {
  .main-container {
    max-width: 680px;
  }

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

  .subonboard {
    margin-top: 10px;
    line-height: 1.5em;
  }
}

@media screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 54px;
  }

  .divider-line {
    margin-right: 8vw;
    margin-left: 8vw;
  }

  .divider-line.line-4 {
    display: none;
  }

  .divider-line.line-2 {
    display: none;
  }

  .divider {
    height: 36px;
  }

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

  .cms-title {
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 479px) {
  .progress-wrapper {
    width: 90%;
    max-width: 343px;
  }

  .section-title {
    margin-bottom: 48px;
  }

  .section-title.reduced-margin {
    margin-bottom: 24px;
  }

  .main-container {
    max-width: 100%;
  }

  .container---s.align-center {
    max-width: 95%;
  }

  .heading {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 28px;
    line-height: 30px;
  }

  .onboarding-steps {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .uppercase-text.subheading {
    margin-bottom: 12px;
  }

  .uppercase-text.stripe {
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 15px;
  }

  .divider-line {
    min-width: 10px;
  }

  .form-input {
    min-height: 50px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .divider {
    height: auto;
    padding: 10px 15px;
  }

  .divider.bg-palette-1c {
    height: 20px;
  }

  .arrow-link {
    -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;
    text-align: center;
  }

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

  .section.grow.onboard {
    padding-top: 10px;
  }

  .section.onboarding-steps {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button.onboarding.grayed {
    width: 346.5546875px;
  }

  .button.onboarding.agree {
    width: 346.5546875px;
  }

  .button.onboarding.close {
    width: 346.5546875px;
  }

  .form-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .subonboard {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.4em;
  }

  .grid-input {
    grid-column-gap: 10px;
  }

  .alternate-banner {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .paragraph-3 {
    font-size: 15px;
    line-height: 22px;
  }

  .apple-pay {
    height: 50px;
    background-size: auto 22px;
  }

  .split {
    grid-column-gap: 12px;
  }

  .button-text {
    font-size: 18px;
    line-height: 22px;
  }

  .legal-text {
    margin-top: 15px;
    color: rgba(51, 51, 51, 0.65);
  }

  .signature-buttons.post {
    display: none;
  }

  .sign-text {
    font-size: 25px;
    line-height: 30px;
  }

  .signature-modal {
    display: none;
    padding-top: 120px;
  }

  .stripe-badge {
    margin-top: 15px;
  }

  .stripe-logo {
    height: 18px;
  }

  .cms-title {
    margin-bottom: 20px;
    padding-bottom: 20px;
    line-height: 202px;
  }

  .document-wrapper {
    max-width: 85%;
  }

  .text {
    font-size: 15px;
    line-height: 21px;
  }

  .heading-2 {
    margin-top: 40px;
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 30px;
  }
}

#w-node-cc0dca9b-4708-eec1-1f01-50f55ef1df8b-3d70fd81 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_71287659-2234-974c-5035-c7cc353e52c6-3d70fd81 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_71287659-2234-974c-5035-c7cc353e52ca-3d70fd81 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cc0dca9b-4708-eec1-1f01-50f55ef1df8b-d4a392a0 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-cc0dca9b-4708-eec1-1f01-50f55ef1df8b-c4b7ad69 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_91f626a8-29c0-be67-f6b6-08ebf5d22844-c4b7ad69 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cc0dca9b-4708-eec1-1f01-50f55ef1df8b-1e395b69 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-cc0dca9b-4708-eec1-1f01-50f55ef1df8b-b866372b {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-cc0dca9b-4708-eec1-1f01-50f55ef1df8b-e4bb899c {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-cc0dca9b-4708-eec1-1f01-50f55ef1df8b-6d3635b9 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}