@font-face {
  font-family: Bigshoulders Variablefont Opsz Wght;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Jetbrainsmono Variablefont Wght;
  src: url('../fonts/JetBrainsMono-Italic-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Jetbrainsmono Variablefont Wght;
  src: url('../fonts/JetBrainsMono-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dmsans Variablefont Opsz Wght;
  src: url('../images/') format("truetype");
  font-weight: 100 1000;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Dmsans Variablefont Opsz Wght;
  src: url('../images/') format("truetype");
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-grey: #a6a19c;
  --red: #e81112;
  --white: #dfdcd5;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

a {
  text-decoration: none;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
}

.container-regular {
  width: 100%;
  max-width: none;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-brand {
  width: auto;
  margin-right: 80px;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: var(--dark-grey);
  letter-spacing: .25px;
  text-transform: none;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Jetbrainsmono Variablefont Wght, Impact, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
}

.nav-link:hover {
  color: #e81112;
  font-weight: 300;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  opacity: 0;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.content-div {
  max-width: 1280px;
  margin-bottom: 30px;
  padding: 20px 40px;
}

.body {
  background-color: #04120e;
}

.support-line-div {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 122px 12px 114px 12px 92px;
  grid-auto-columns: 1fr;
  display: grid;
}

.dot {
  background-color: var(--red);
  border-radius: 1000px;
  width: 3px;
  height: 3px;
}

.red-text {
  color: var(--red);
  letter-spacing: .4px;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  font-family: Jetbrainsmono Variablefont Wght, Impact, sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: flex;
}

.heading-4 {
  color: var(--white);
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-bottom: 60px;
  font-family: Bigshoulders Variablefont Opsz Wght, Impact, sans-serif;
  font-size: 130px;
  font-weight: 900;
  line-height: 132px;
}

.text-span {
  color: var(--red);
}

.divider-line {
  background-color: #ffffff1a;
  width: 100%;
  height: 1.5px;
  line-height: 2px;
}

.body-text {
  color: var(--white);
  letter-spacing: .5px;
  font-family: Dmsans Variablefont Opsz Wght, Impact, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
}

.body-text.grey {
  width: auto;
  color: var(--dark-grey);
  margin-bottom: 0;
  font-family: Dmsans Variablefont Opsz Wght, Impact, sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

.body-text.grey.right {
  text-align: right;
  padding-left: 0;
}

.body-text.grey.jet {
  font-family: Jetbrainsmono Variablefont Wght, Impact, sans-serif;
  font-size: 13px;
}

.grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  margin-top: 60px;
  margin-bottom: 60px;
}

.button-div {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  align-self: flex-start;
  display: flex;
}

.image {
  width: 24px;
}

.button-text {
  color: var(--red);
  letter-spacing: .4px;
  text-transform: uppercase;
  font-family: Jetbrainsmono Variablefont Wght, Impact, sans-serif;
  font-size: 14px;
}

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

.landscpae-grid-copy {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  margin-top: 0;
}

.landscpae-grid-copy.top60px {
  grid-template-rows: auto;
  margin-top: 60px;
}

.h1-text {
  color: var(--white);
  letter-spacing: -.7px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Bigshoulders Variablefont Opsz Wght, Impact, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.2;
}

.landscape-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  margin-top: 60px;
  padding-bottom: 60px;
}

.landscpae-grid-data {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.data-div {
  background-color: #051713;
  border: 1px solid #ffffff4d;
  border-radius: 2px;
  padding: 12px 20px;
}

.big-text {
  color: var(--red);
  letter-spacing: 0;
  font-family: Bigshoulders Variablefont Opsz Wght, Impact, sans-serif;
  font-size: 64px;
  font-weight: 900;
  line-height: 1;
}

.title-grid {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 22px 12px 44px;
  grid-auto-columns: 1fr;
  display: grid;
}

.title-grid.service {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: 12px 12px 74px;
}

.title-grid.v2, .title-grid.about {
  grid-template-columns: 22px 12px 64px;
}

.title-grid.landscape {
  grid-template-columns: 22px 12px 72px;
}

.title-grid.process {
  grid-template-columns: 22px 12px 58px;
}

.title-grid.client {
  grid-template-columns: 22px 12px 59px;
}

.text-block-4 {
  color: var(--dark-grey);
  font-family: Dmsans Variablefont Opsz Wght, Impact, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.title-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-bottom: 24px;
  display: flex;
}

.title-div.horizontal {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: grid;
}

.text-span-2 {
  color: var(--white);
  font-weight: 500;
}

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

.div-block-6 {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-7 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-5 {
  color: var(--dark-grey);
  text-align: right;
  font-family: Dmsans Variablefont Opsz Wght, Impact, sans-serif;
}

.div-block-8 {
  width: 50%;
}

.grid-services {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 100px;
}

.line-div {
  background-color: var(--red);
  width: 30px;
  height: 1.5px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.service-div {
  margin-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.service-div._1 {
  border-right: .5px solid var(--dark-grey);
  border-bottom: .5px solid var(--dark-grey);
  margin-top: 0;
  padding-top: 20px;
}

.service-div._2 {
  border-bottom: .5px solid var(--dark-grey);
  margin-top: 0;
  padding-top: 20px;
}

.service-div._3 {
  border-right: .5px solid var(--dark-grey);
  margin-top: 0;
  padding-top: 20px;
}

.service-div._4 {
  margin-top: 0;
  padding-top: 20px;
}

.h2-text {
  color: var(--white);
  letter-spacing: .3px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Bigshoulders Variablefont Opsz Wght, Impact, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.h2-text.nomargin {
  margin-top: 0;
  margin-bottom: 20px;
}

.h2-text.small {
  letter-spacing: 1.2px;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  display: flex;
}

.h2-text.small.nomarg {
  letter-spacing: 1.5px;
  width: 300px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.process-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.text-block-6 {
  color: #ffffff4d;
  margin-bottom: 12px;
  padding-top: 0;
  font-family: Bigshoulders Variablefont Opsz Wght, Impact, sans-serif;
  font-size: 80px;
  font-weight: 800;
  line-height: 1;
}

.process-step-div {
  border-right: 1px solid #ffffff1a;
}

.process-step-div.noborder {
  border-right-style: none;
}

.div-block-9 {
  padding: 0 20px 20px 0;
}

.merchants-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  margin-bottom: 100px;
}

.client-div-line {
  background-color: #ffffff1a;
  height: 1px;
}

.clients-div {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 16px 350px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.div-block-10 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  display: grid;
}

.div-block-11 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: .5px solid #ffffff4d;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 12px;
  display: flex;
}

.div-block-12 {
  background-color: var(--red);
  border-radius: 1000px;
  width: 4px;
  height: 4px;
}

.text-block-7 {
  width: auto;
  color: var(--white);
  text-transform: uppercase;
  font-family: Bigshoulders Variablefont Opsz Wght, Impact, sans-serif;
  font-size: 57px;
  font-weight: 600;
  line-height: 1.2;
}

.div-block-13 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #ffffff08;
  border: .5px solid #ffffff4d;
  flex-flow: column;
  margin-bottom: 100px;
  padding: 40px 300px 100px 40px;
  display: flex;
}

.footer-div {
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.button {
  align-self: flex-start;
  display: flex;
}

.image-2 {
  width: 120px;
}

@media screen and (max-width: 991px) {
  .navbar-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #0b1815;
    border: 1px solid #ffffff1a;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    -webkit-text-stroke-color: #dedcd5;
    background-color: #ffffff0d;
  }

  .data-div {
    flex-flow: column;
    display: flex;
  }

  .title-grid {
    grid-template-columns: 22px 12px 72px;
  }

  .title-grid.about {
    grid-template-columns: 22px 12px 50px;
  }

  .title-div.horizontal {
    grid-column-gap: 130px;
    grid-row-gap: 130px;
  }

  .service-div._1, .service-div._2, .service-div._3, .service-div._4 {
    padding-bottom: 0;
  }

  .div-block-9 {
    padding-bottom: 0;
    padding-right: 12px;
  }

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

  .div-block-10 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-13 {
    padding-bottom: 40px;
    padding-right: 40px;
  }

  .icon {
    color: #dedcd5;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    background-color: #04110e;
    border: 1px solid #ffffff1a;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 0;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .menu-button {
    -webkit-text-stroke-color: #dedcd5;
  }

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

  .content-div {
    padding-left: 36px;
    padding-right: 36px;
  }

  .heading-4 {
    font-size: 80px;
    line-height: 80px;
  }

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

  .big-text {
    font-size: 57px;
  }

  .title-div.horizontal {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .service-div._1, .service-div._2, .service-div._3, .service-div._4 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .h2-text.nomargin {
    line-height: 28px;
  }

  .h2-text.small.nomarg {
    width: 250px;
  }

  .clients-div {
    grid-template-columns: 16px 250px 1fr;
  }

  .div-block-10 {
    margin-top: 0;
    padding-top: 36px;
  }

  .div-block-13 {
    padding-bottom: 40px;
    padding-right: 40px;
  }

  .div-block-13.v2 {
    flex-flow: column;
  }

  .icon {
    -webkit-text-stroke-color: #dedcd5;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .content-div {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .support-line-div {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    grid-template-rows: auto;
    grid-template-columns: 80px 12px 83px 12px 64px;
  }

  .red-text {
    font-size: 13px;
  }

  .body-text.grey {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    width: auto;
    margin-bottom: 12px;
    display: flex;
  }

  .body-text.grey.right {
    text-align: left;
  }

  .grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .button-div {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 12px;
  }

  .landscpae-grid-copy.top60px {
    grid-template-rows: auto auto;
    grid-auto-rows: auto;
    margin-top: 30px;
  }

  .landscape-grid {
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 30px;
    padding-bottom: 30px;
  }

  .title-div {
    margin-bottom: 0;
  }

  .title-div.horizontal {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .grid-services {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }

  .line-div {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .service-div._1 {
    border-bottom-style: none;
    border-right-style: none;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .service-div._2 {
    border-bottom-style: none;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .service-div._3 {
    border-top: 1px #000;
    border-right-style: none;
    padding: 0 0 20px;
  }

  .service-div._4 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .h2-text {
    margin-bottom: 16px;
  }

  .h2-text.nomargin {
    margin-bottom: 12px;
  }

  .process-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }

  .text-block-6 {
    margin-bottom: 6px;
    font-size: 72px;
  }

  .process-step-div {
    border-right-style: none;
  }

  .merchants-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 30px;
  }

  .client-div-line {
    height: auto;
    display: flex;
  }

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

  .div-block-10 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-top: 0;
  }

  .div-block-13 {
    margin-bottom: 30px;
    padding: 20px;
  }

  .footer-div {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

#w-node-_79a4afa1-6083-240c-27d3-5cc4b85ca3f0-3468c542 {
  justify-self: center;
}

#w-node-_28a3e699-26e3-1611-c27a-98e890f87218-3468c542 {
  place-self: center;
}

#w-node-ce4921ec-44c2-0670-bb50-1d9cd0436345-3468c542 {
  justify-self: center;
}

#w-node-_0eefbd5e-c2e1-aac7-300b-1294e58d4cf9-3468c542 {
  place-self: center;
}

#w-node-_87ffa65c-f386-d69f-66d5-7bb59b15b72b-3468c542 {
  justify-self: center;
}

#w-node-bfb31694-845b-885c-ca59-85ef71a05f74-3468c542 {
  place-self: start;
}

#w-node-bfb31694-845b-885c-ca59-85ef71a05f75-3468c542 {
  justify-self: center;
}

#w-node-bfb31694-845b-885c-ca59-85ef71a05f77-3468c542 {
  place-self: center;
}

#w-node-bfb31694-845b-885c-ca59-85ef71a05f78-3468c542 {
  justify-self: center;
}

#w-node-_00a4278e-0200-a728-3b4b-c153f8c50af8-3468c542 {
  place-self: start;
}

#w-node-_00a4278e-0200-a728-3b4b-c153f8c50af9-3468c542 {
  justify-self: center;
}

#w-node-_00a4278e-0200-a728-3b4b-c153f8c50afb-3468c542 {
  place-self: center;
}

#w-node-_00a4278e-0200-a728-3b4b-c153f8c50afc-3468c542 {
  justify-self: center;
}

#w-node-_00a4278e-0200-a728-3b4b-c153f8c50afe-3468c542 {
  justify-self: stretch;
}

#w-node-_8403abd4-8fce-2561-c565-fe1d10af0cdb-3468c542 {
  place-self: center;
}

#w-node-_8403abd4-8fce-2561-c565-fe1d10af0cd9-3468c542 {
  justify-self: center;
}

#w-node-a5e29d5b-65c7-2c48-9eb6-029451cc782e-3468c542 {
  place-self: center;
}

#w-node-a5e29d5b-65c7-2c48-9eb6-029451cc782f-3468c542 {
  justify-self: center;
}

#w-node-_7d344916-3f3c-1417-a6eb-54d12608f5b7-3468c542 {
  place-self: center;
}

#w-node-_7d344916-3f3c-1417-a6eb-54d12608f5b8-3468c542 {
  justify-self: center;
}

#w-node-d32e4b48-7342-03e2-6cff-1af2a11ceb84-3468c542 {
  place-self: center;
}

#w-node-d32e4b48-7342-03e2-6cff-1af2a11ceb85-3468c542 {
  justify-self: center;
}

#w-node-_02c02a18-0fb3-2210-7103-81fd96cec02d-3468c542 {
  place-self: start;
}

#w-node-_02c02a18-0fb3-2210-7103-81fd96cec02e-3468c542 {
  justify-self: center;
}

#w-node-_02c02a18-0fb3-2210-7103-81fd96cec030-3468c542 {
  place-self: center;
}

#w-node-_02c02a18-0fb3-2210-7103-81fd96cec031-3468c542 {
  justify-self: center;
}

#w-node-_02c02a18-0fb3-2210-7103-81fd96cec033-3468c542 {
  justify-self: stretch;
}

#w-node-b9f846c1-81d3-70c4-b773-829677d95710-3468c542 {
  place-self: start;
}

#w-node-b9f846c1-81d3-70c4-b773-829677d95711-3468c542 {
  justify-self: center;
}

#w-node-b9f846c1-81d3-70c4-b773-829677d95713-3468c542 {
  place-self: center;
}

#w-node-b9f846c1-81d3-70c4-b773-829677d95714-3468c542 {
  justify-self: center;
}

#w-node-b9f846c1-81d3-70c4-b773-829677d95716-3468c542 {
  justify-self: stretch;
}

#w-node-c114ec0c-39c3-c21e-bd25-0f253d681bd0-3468c542, #w-node-_618c8f71-7ec6-b834-7453-29a60962845d-3468c542 {
  justify-self: start;
}

#w-node-_611d2b36-1f6e-9e94-5709-253a5c1a8586-3468c542 {
  place-self: start;
}

#w-node-_611d2b36-1f6e-9e94-5709-253a5c1a8587-3468c542 {
  justify-self: center;
}

#w-node-_611d2b36-1f6e-9e94-5709-253a5c1a8589-3468c542 {
  place-self: center;
}

#w-node-_611d2b36-1f6e-9e94-5709-253a5c1a858a-3468c542 {
  justify-self: center;
}

#w-node-_434df502-537f-0630-5706-4463a5f0abc5-3468c542, #w-node-_2a3c7608-1d62-4c44-48ff-104ab0b074b3-3468c542, #w-node-e3fe398a-642c-47c2-f79e-4fb1448071bd-3468c542, #w-node-_3bf18f9a-d02b-3f33-b07a-e06287e0eca1-3468c542, #w-node-d2e989a6-cfb9-bb77-913a-d51eb316586d-3468c542 {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_27e2fe9a-86a2-5930-593a-130b2245c852-3468c542 {
    align-self: start;
  }

  #w-node-e1245370-93ef-e144-4af8-d12193cdc2f8-3468c542, #w-node-_36c729d3-c729-874a-761c-b73b132db889-3468c542, #w-node-ff1e6246-5066-1e14-e7cb-29e97d997cb4-3468c542 {
    align-self: center;
  }

  #w-node-a8fe5fa6-09f6-f6b0-970e-2ae5038cc0c6-3468c542, #w-node-a5e29d5b-65c7-2c48-9eb6-029451cc782c-3468c542, #w-node-_7d344916-3f3c-1417-a6eb-54d12608f5b5-3468c542, #w-node-d32e4b48-7342-03e2-6cff-1af2a11ceb82-3468c542 {
    align-self: start;
  }

  #w-node-_434df502-537f-0630-5706-4463a5f0abc5-3468c542, #w-node-_2a3c7608-1d62-4c44-48ff-104ab0b074b3-3468c542, #w-node-e3fe398a-642c-47c2-f79e-4fb1448071bd-3468c542, #w-node-_3bf18f9a-d02b-3f33-b07a-e06287e0eca1-3468c542, #w-node-d2e989a6-cfb9-bb77-913a-d51eb316586d-3468c542 {
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a8fe5fa6-09f6-f6b0-970e-2ae5038cc0c6-3468c542, #w-node-_7d344916-3f3c-1417-a6eb-54d12608f5b5-3468c542, #w-node-_434df502-537f-0630-5706-4463a5f0abc5-3468c542 {
    align-self: stretch;
  }

  #w-node-_2a3c7608-1d62-4c44-48ff-104ab0b074b3-3468c542, #w-node-e3fe398a-642c-47c2-f79e-4fb1448071bd-3468c542 {
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_79a4afa1-6083-240c-27d3-5cc4b85ca3f0-3468c542, #w-node-_28a3e699-26e3-1611-c27a-98e890f87218-3468c542, #w-node-ce4921ec-44c2-0670-bb50-1d9cd0436345-3468c542, #w-node-_87ffa65c-f386-d69f-66d5-7bb59b15b72b-3468c542 {
    justify-self: center;
  }

  #w-node-_00a4278e-0200-a728-3b4b-c153f8c50b01-3468c542 {
    justify-self: start;
  }

  #w-node-b9f846c1-81d3-70c4-b773-829677d95716-3468c542 {
    align-self: start;
  }

  #w-node-_0a942583-732e-94e4-dea5-0ea1f283b998-3468c542 {
    place-self: stretch stretch;
  }

  #w-node-c114ec0c-39c3-c21e-bd25-0f253d681bd0-3468c542, #w-node-_618c8f71-7ec6-b834-7453-29a60962845d-3468c542 {
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Bigshoulders Variablefont Opsz Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jetbrainsmono Variablefont Wght';
  src: url('../fonts/JetBrainsMono-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Jetbrainsmono Variablefont Wght';
  src: url('../fonts/JetBrainsMono-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans Variablefont Opsz Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 1000;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans Variablefont Opsz Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}