body {
  color: #19191c;
  font-family: Ralegrotesk, sans-serif;
  font-size: 1vw;
  line-height: 1;
}

h1 {
  letter-spacing: -.01em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7.639vw;
  font-weight: 400;
  line-height: 1;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7.639vw;
  font-weight: 400;
  line-height: 1.1;
}

h3 {
  margin-top: 0;
  margin-bottom: .556vw;
  font-size: 2.5vw;
  font-weight: 400;
  line-height: 115%;
}

h4 {
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.3;
}

p {
  letter-spacing: .03em;
  margin-bottom: 0;
  font-size: 1.111vw;
  line-height: 1.3;
}

a {
  color: #000;
  letter-spacing: .03em;
  font-size: 1.111vw;
  line-height: 1.2;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.main {
  z-index: 1;
  width: 86.875vw;
  margin-left: auto;
  position: relative;
}

.navigation {
  z-index: 2;
  width: 13.125vw;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.nav-container {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 2.778vw;
  padding-bottom: 2.778vw;
  display: flex;
}

.logo-symbol {
  width: 100%;
  opacity: 1;
}

.logo-symbol.white-symbol-nav {
  height: 100%;
}

.logo-symbol.black-symbol-nav {
  position: relative;
}

.nav-menu {
  z-index: 3;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 1.706vw;
  display: flex;
  position: relative;
}

.nav-link {
  opacity: .3;
  color: #19191c;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: .833vw;
  line-height: 1.2;
  text-decoration: none;
  transition: opacity .3s;
  display: inline-block;
}

.nav-link:hover {
  opacity: 1;
}

.nav-link.w--current {
  font-weight: 500;
}

.nav-link.dark-link {
  color: #fff;
}

.no-margin {
  margin-bottom: 0;
}

.nav-indicator-line {
  width: 2px;
  height: 100%;
  background-color: rgba(25, 25, 28, .1);
  border-radius: 1px;
  position: relative;
}

.nav-indicator-line.dark-indicator {
  background-color: rgba(255, 255, 255, .1);
}

.nav-indicator-circle {
  width: 6px;
  height: 6px;
  background-color: #19191c;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: -2.5px;
  right: 0%;
}

.nav-indicator-circle.white-circle {
  background-color: #fff;
}

.hero {
  padding-bottom: 12.5vw;
}

.hero.contact-hero {
  height: auto;
  flex-direction: column;
  padding-bottom: 5vw;
  display: flex;
  position: relative;
}

.hero.contact-hero.external-hero {
  min-height: 100vh;
  padding-bottom: 0;
}

.hero.success-hero {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.container {
  width: 100%;
  padding-right: 2.778vw;
}

.container.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: grid;
}

.container.grid.work-testimonial-container {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.container.grid.contact-container {
  flex: 1;
  padding-top: 3vw;
  padding-bottom: 3vw;
}

.hero-top-item {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8vw;
  padding-top: 2.778vw;
  display: flex;
}

.hero-top-item.contact-hero-top-item {
  margin-bottom: 0;
}

.hero-top-item.succes-top-item {
  margin-bottom: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.logo {
  height: 2.778vw;
}

.logo.white-nav-logo {
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-button {
  color: #7245f0;
  text-transform: uppercase;
  border: 1px solid #7245f0;
  border-radius: 2.083vw;
  align-items: center;
  padding: .278vw .278vw .278vw 1.28vw;
  font-size: 1.111vw;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-button.dark-nav-button {
  color: #fff;
  border-color: #fff;
  transition: opacity .2s;
}

.button-circle {
  z-index: 99;
  width: 2.222vw;
  height: 2.222vw;
  justify-content: center;
  align-items: center;
  margin-left: .833vw;
  display: flex;
  position: relative;
}

.button-circle.back-button {
  margin-left: 0;
  margin-right: .833vw;
}

.arrow-button-icon {
  z-index: 2;
  width: 1.111vw;
  height: 1.111vw;
  position: relative;
}

.arrow-button-icon.back-arrow-icon {
  width: .903vw;
  height: .903vw;
  top: -3%;
}

.hero-content-item {
  width: 100%;
  border-bottom: 1px #7245f0;
  justify-content: space-between;
  align-items: center;
  padding-bottom: .5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-label {
  letter-spacing: .1em;
  text-transform: uppercase;
  border: 1px solid #19191c;
  border-radius: 2.778vw;
  align-self: flex-end;
  margin-bottom: 0;
  padding: .417vw .833vw;
  font-family: IBM Plex Mono, sans-serif;
  font-size: .972vw;
  font-weight: 500;
  line-height: 1.3;
}

.hero-label.second-hero-label {
  margin-bottom: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.hero-image {
  width: 86.875vw;
  height: 25.694vw;
  margin-top: 3.472vw;
}

.section {
  border-radius: 3px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 15.278vw;
  position: relative;
}

.section.work-section {
  height: 470vh;
  position: relative;
}

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

.column.margin-bot-l {
  margin-bottom: 2.8vw;
}

.column.third-process-column {
  width: 100%;
  height: 400vh;
  flex-direction: row;
  justify-content: flex-end;
}

.column.proces-cover-column {
  z-index: 3;
  height: 100vh;
  justify-content: center;
  align-items: center;
  padding-top: 2.778vw;
  padding-bottom: 2.778vw;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.column.komninos-column {
  width: 39vw;
  min-height: 40vw;
  grid-column-gap: 1.736vw;
  grid-row-gap: 1.736vw;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  align-items: center;
  display: grid;
}

.column.komninos-description {
  border-top: 1px solid rgba(114, 69, 240, .2);
  border-bottom: 1px rgba(114, 69, 240, .2);
  padding-top: 2.778vw;
  padding-bottom: 2.778vw;
}

.column.testimonial-column {
  border-top: 1px solid rgba(114, 69, 240, .2);
  flex-direction: row;
  align-items: stretch;
  margin-bottom: 6.25vw;
  padding-top: 2.778vw;
}

.column.testimonial-column.is-vertical {
  flex-direction: column;
}

.column.testimonial-column.is-vertical.custom {
  border-top-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1vw;
}

.column.testimonial-column.is-vertical.custom-top {
  border-top-style: none;
  margin-top: 1vw;
  margin-bottom: 0;
  padding-top: 0;
}

.column.footer-menu-column {
  flex-direction: row;
  justify-content: space-between;
}

.column.copy-right-column {
  border-top: 1px solid rgba(114, 69, 240, .2);
  flex-direction: row;
  justify-content: space-between;
  margin-top: 4.861vw;
  padding-top: 1.389vw;
}

.column.process-column {
  height: 80vh;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.736vw;
}

.column.contact-column {
  height: 50%;
  justify-content: space-between;
}

.column.calendly-link-column {
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  align-items: flex-end;
}

.big-p {
  letter-spacing: -.005em;
  margin-bottom: 4vw;
  font-size: 3.333vw;
  line-height: 1.1;
}

.big-p.no-margin {
  margin-bottom: 0;
}

.text-span-black {
  color: #19191c;
}

.coin-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.coin-intro-conent {
  z-index: 2;
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2.778vw;
  font-family: IBM Plex Mono, sans-serif;
  font-size: .833vw;
  line-height: 1.1;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.intro-cards {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 3.611vw;
  padding-bottom: 3.611vw;
  transition: letter-spacing .3s;
  display: flex;
  position: relative;
}

.intro-cards:hover {
  letter-spacing: .05em;
}

.bg-purple {
  background-color: #7245f0;
}

.bg-blue {
  background-color: #3290ff;
}

.bg-dark-purple {
  background-color: #3d1f91;
}

.bg-dark-blue {
  background-color: #204deb;
}

.intro-text-label {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 2.778vw;
  margin-bottom: 5.903vw;
  padding: .417vw .833vw;
  font-family: IBM Plex Mono, sans-serif;
  font-size: .972vw;
  line-height: 1.1;
}

.intro-heading {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.222vw;
  font-weight: 400;
  line-height: 1.3;
}

.intro-heading.z99 {
  margin-top: 1.5vw;
}

.border-bottom {
  width: 100%;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 1px;
  left: 0%;
  right: 0%;
}

.top-border {
  width: 100%;
  height: 1px;
}

.label {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 2.778vw;
  margin-bottom: .694vw;
  padding: .417vw .833vw;
  font-family: IBM Plex Mono, sans-serif;
  font-size: .972vw;
  line-height: 1.1;
}

.margin-bot-l {
  margin-bottom: 3.819vw;
}

.overflow-hidden {
  overflow: hidden;
}

.label-big {
  letter-spacing: .03em;
  font-size: 1.25vw;
  line-height: 1.3;
}

.op-40 {
  opacity: .4;
}

.second-big-p {
  letter-spacing: 0;
  margin-bottom: 5.556vw;
  font-size: 2.778vw;
  line-height: 1.1;
}

.second-big-p.low-margins {
  margin-bottom: 3vw;
}

.second-big-p.demo-margins {
  margin-bottom: 2vw;
}

.button {
  width: 100%;
  color: #7245f0;
  text-transform: uppercase;
  border: 1px solid #7245f0;
  border-radius: 2.083vw;
  justify-content: space-between;
  align-items: center;
  padding: .278vw .278vw .278vw 2.083vw;
  font-size: 1.111vw;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
  transition: all .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button.dark-button {
  color: #fff;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .32));
  border-color: #fff;
}

.button-circle-big {
  z-index: 99;
  width: 3.333vw;
  height: 3.333vw;
  justify-content: center;
  align-items: center;
  margin-left: .833vw;
  display: flex;
  position: relative;
}

.arrow-button-icon-big {
  width: 1.667vw;
  height: 1.667vw;
}

.max-width-700 {
  max-width: 48.611vw;
}

.f-normal {
  font-weight: 400;
}

.work-main-wrap {
  border-bottom: 1px rgba(114, 69, 240, .2);
  padding-top: 2.778vw;
  padding-bottom: 2.778vw;
  display: flex;
  overflow: hidden;
}

.work-wrap-item {
  flex: none;
  display: flex;
}

.work-card {
  width: 31.944vw;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: relative;
}

.work-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work-heading {
  text-transform: none;
  font-size: 4.444vw;
  line-height: 100%;
}

.op-50 {
  opacity: .5;
}

.work-price-wrap {
  max-height: 2.13vw;
  margin-top: 3.056vw;
  padding-bottom: 2px;
  display: flex;
  overflow: hidden;
}

.price-text {
  letter-spacing: .1em;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 2.778vw;
  margin-right: .556vw;
  padding: .4165vw .833vw;
  font-family: IBM Plex Mono, sans-serif;
  font-size: .972vw;
  font-weight: 500;
}

.price-text.is-sold {
  border-color: rgba(0, 0, 0, .15);
}

.work-card-sep {
  width: 1px;
  height: 100%;
  background-color: rgba(114, 69, 240, .2);
  flex: none;
  margin-left: 2.778vw;
  margin-right: 2.778vw;
}

.work-card-content {
  width: 83.097vw;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: stretch;
  margin-left: 2.778vw;
  display: flex;
}

.work-heading-mask {
  text-transform: uppercase;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: .6vw;
  font-size: 7.639vw;
  line-height: 1.1;
  display: flex;
  position: relative;
  overflow: hidden;
}

.label-wrap {
  grid-column-gap: 1.111vw;
  grid-row-gap: 1.111vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.label-wrap.overflow-hidden.mobile-display-none {
  grid-template-columns: 1fr;
}

.label-wrap.label-responsive {
  display: none;
}

.work-anchor-wrap {
  width: 100%;
  border-top: 1px solid rgba(114, 69, 240, .2);
  border-bottom: 1px solid rgba(114, 69, 240, .2);
  justify-content: space-between;
  margin-top: 2.778vw;
  padding-top: .903vw;
  padding-bottom: .903vw;
  display: flex;
  overflow: hidden;
}

.work-anchor {
  width: 20.139vw;
  height: 1.944vw;
  position: relative;
  overflow: hidden;
}

.first-work-state {
  z-index: 3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.work-anchor-link {
  z-index: 2;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.work-anchor-sep {
  width: 1px;
  height: 1.944vw;
  background-color: rgba(114, 69, 240, .2);
  transform: rotate(18deg);
}

.work-sticky {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

.work-sticky-support {
  height: 80%;
  margin-left: auto;
  margin-right: auto;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.anchor-image {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.bull-society-anchor-wrap {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.shiba-social-club {
  position: absolute;
  top: 15%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.prime-anchor {
  position: absolute;
  top: 31%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.space-bulls {
  position: absolute;
  top: 47%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.proces-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex: none;
}

.proces-image.is-last {
  height: 100%;
}

.proces-inner-content {
  width: 100%;
  height: 100%;
  border-bottom: 1px rgba(114, 69, 240, .2);
  border-radius: 1px;
  align-items: center;
  display: flex;
  position: relative;
}

.process-step {
  width: 8.681vw;
  height: 100%;
  letter-spacing: -.02em;
  justify-content: flex-start;
  align-items: center;
  margin-right: 1vw;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 2.917vw;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  position: relative;
}

.proces-gradient {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -29%;
  right: 0%;
}

.procces-info {
  letter-spacing: .07em;
  text-transform: uppercase;
  font-size: .972vw;
  line-height: 1.2;
}

.label-small {
  letter-spacing: .1em;
  font-family: IBM Plex Mono, sans-serif;
  font-weight: 500;
}

.op-20 {
  opacity: .2;
}

.max-width-460 {
  max-width: 32vw;
}

.third-proces-sticky {
  width: 41.181vw;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-right: 2.778vw;
  display: flex;
  position: relative;
}

.proces-cover-wrap {
  height: 80vh;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.testimonial-label {
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  border: 1px solid #19191c;
  border-radius: 2.778vw;
  align-self: flex-start;
  padding: .417vw .833vw;
  font-family: IBM Plex Mono, sans-serif;
  font-size: .972vw;
  line-height: 1.1;
}

.relative {
  position: relative;
}

.komnios-desc-sep {
  width: 100%;
  height: 1px;
  background-color: rgba(114, 69, 240, .2);
  margin-top: 2.778vw;
  margin-bottom: 2.778vw;
}

.proces-sticky-animation-item {
  width: 41.181vw;
  height: 80vh;
  display: flex;
}

.proces-sticky-animation-wrap {
  width: 100%;
  height: 80vh;
  justify-content: flex-end;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
  overflow: hidden;
}

.margin-bot-m {
  margin-bottom: 2.083vw;
}

.circle-image {
  width: 41.181vw;
  height: auto;
  flex: none;
}

.testimonial-cover {
  width: 12.569vw;
  margin-right: 1.736vw;
  padding-bottom: 2.778vw;
  display: flex;
  position: relative;
}

.testimonial-cover.first-testimonial-cover {
  width: auto;
}

.testimonial-cover.second-cover {
  width: auto;
  margin-bottom: .6vw;
  margin-right: 0;
  padding-bottom: 0;
}

.testimonial-content {
  width: 23.7vw;
  flex: 1;
  padding-bottom: 2.778vw;
  position: relative;
}

.testimonial-content.full-width {
  width: auto;
}

.testimonial-content.full-width.npb {
  padding-bottom: 0;
}

.text-small {
  opacity: 1;
  margin-bottom: .6vw;
  font-size: .972vw;
}

.text-small.op-50 {
  margin-bottom: 0;
  font-size: 1vw;
  font-style: italic;
  line-height: 1.4;
}

.text-small.op-50.demo-disc-mobile {
  display: none;
}

.text-small.demo-description {
  width: 100%;
  max-width: 500px;
  margin-bottom: 2vw;
}

.footer {
  z-index: 1;
  width: 86.875vw;
  border-top: 1px solid rgba(114, 69, 240, .2);
  margin-left: auto;
  padding-top: 5.208vw;
  padding-bottom: 5.208vw;
  position: relative;
}

.footer-logo-wrap {
  width: 18.403vw;
  height: 18.403vw;
  position: relative;
}

.footer-logo-wrap.dark-footer-logo {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.border-logo-outside {
  width: 100%;
  height: 100%;
}

.border-logo-inside {
  width: 10.139vw;
  height: 10.139vw;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo-outside {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.footer-label {
  letter-spacing: .1em;
  text-transform: uppercase;
  border: 1px solid #19191c;
  border-radius: 2.778vw;
  align-self: flex-start;
  margin-bottom: 1.389vw;
  padding: .417vw .833vw;
  font-family: IBM Plex Mono, sans-serif;
  font-size: .972vw;
  line-height: 1.1;
}

.footer-link {
  opacity: .5;
  margin-bottom: .594vw;
  margin-left: .4vw;
  font-size: .972vw;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
  display: inline-block;
  position: relative;
}

.footer-link:hover {
  opacity: 1;
}

.max-width-180 {
  max-width: 12.5vw;
}

.bg-image {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-image.dark {
  color: #fff;
  background-color: #19191c;
}

.proces-image-wrap {
  width: 100%;
  height: 80%;
  flex: none;
  align-items: center;
  display: flex;
  position: relative;
}

.komnios-image {
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-img-blue {
  z-index: 0;
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.bg-img-blue.maxh {
  max-height: 1200px;
}

.bg-img-purple {
  z-index: 0;
  width: 100%;
  height: 5500px;
  max-width: 90%;
  position: absolute;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bg-img-purple.maxh {
  height: 100%;
  max-height: 1200px;
}

.bg-img-blue-second {
  z-index: 0;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bg-img-blue-second.maxh {
  max-height: 1200px;
}

.bg-img-green {
  z-index: 0;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.bg-img-green.maxh {
  max-height: 1200px;
}

.nav-logo-wrap {
  position: relative;
}

.display-none {
  display: none;
}

.text-white {
  color: #fff;
}

.border-color-white {
  border: 1px solid #fff;
}

.work-sticky-section {
  height: 400vh;
  position: relative;
}

.switch-wrap {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 2.778vw;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.switch-wrap.justify-down {
  justify-content: flex-end;
  padding-bottom: 2.778vw;
}

.switch-item {
  color: #19191c;
  letter-spacing: .04em;
  align-items: center;
  font-size: .833vw;
  text-decoration: none;
  display: flex;
}

.switch-item.dark-switch {
  color: #fff;
  text-decoration: none;
}

.switch-item.dark-switch.display-none {
  display: none;
}

.switch-item.light-switch {
  color: #19191c;
  text-decoration: none;
  display: none;
}

.switch-item.light-switch.display-none {
  display: none;
}

.switch-text-wrap {
  height: 1vw;
  text-transform: uppercase;
  overflow: hidden;
}

.logo-symbol-wrap {
  z-index: 3;
  width: 4.861vw;
  position: relative;
}

.email-link {
  opacity: 1;
}

.max-width-430 {
  max-width: 29.861vw;
}

.light-text, .dark-text {
  font-weight: 500;
  text-decoration: underline;
}

.button-purple-gradient {
  opacity: .32;
  background-image: linear-gradient(to top, rgba(114, 69, 240, 0), #7245f0);
  transition: opacity .3s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-black-gradient {
  width: 100%;
  height: 100%;
  opacity: .32;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0), #fff);
  transition: opacity .3s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.z99 {
  z-index: 99;
  position: relative;
}

.button-circle-purple {
  background-image: url('../images/Rectangle-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-circle-dark {
  background-image: url('../images/Rectangle-2_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.proces-cover-top-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.about-anchor {
  height: 100vh;
  position: absolute;
  top: auto;
  bottom: 4%;
  left: 0%;
  right: 0%;
}

.logo-symbol-image {
  width: 100%;
  height: 100%;
}

.logo-symbol-inside-image {
  width: 2.708vw;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.intro-animation-image {
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.time-wrap {
  grid-row-gap: 4px;
  color: rgba(25, 25, 28, .3);
  letter-spacing: .04em;
  text-transform: uppercase;
  flex-direction: column;
  align-items: flex-start;
  font-size: .833vw;
  display: flex;
}

.time {
  opacity: .3;
  color: #19191c;
}

.time.time-white {
  color: #fff;
}

.logo-inside {
  width: 10.139vw;
  height: 10.139vw;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.coin-img-wrap {
  width: 41.181vw;
  height: 100%;
  position: relative;
}

.coin-image-hover {
  z-index: 1;
  width: 41.181vw;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.margin-bot-s {
  margin-bottom: 1.389vw;
}

.calendly {
  width: 100%;
  min-height: 1150px;
  display: flex;
}

.calendly.small {
  min-height: 950px;
}

.back-home-button {
  color: #7245f0;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #7245f0;
  border-radius: 2.083vw;
  justify-content: space-between;
  align-items: center;
  padding: .278vw 2.083vw .278vw .278vw;
  font-size: 1.111vw;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.back-home-button.dark-nav-button {
  color: #fff;
  border-color: #fff;
  transition: opacity .2s;
}

.op-30 {
  opacity: .3;
}

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.mobile-show {
  display: none;
}

.intro-cards-content {
  z-index: 99;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.process-image-wrap {
  width: 41.181vw;
  height: 80%;
  align-items: center;
  display: flex;
}

.footer-menu-item, .footer-menu-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contact-heading {
  letter-spacing: -.005em;
  margin-bottom: 2.778vw;
  font-size: 3.333vw;
  line-height: 1.1;
}

.menu-button, .mobile-text-show, .menu-button-wrap {
  display: none;
}

.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #19191c;
}

.footer-link-sep {
  width: 0%;
  height: 2px;
  background-color: #19191c;
  transition: width .3s;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-link-sep.white-sep {
  background-color: #fff;
}

.circle-wrap {
  width: 100%;
  max-width: 50vw;
  display: flex;
}

.circle-image-wrap {
  width: 50vw;
  position: relative;
}

.about-process {
  height: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.coin-image-hover-wrap {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.work-image-wrap {
  width: 100%;
  height: 15.278vw;
  margin-bottom: 2.222vw;
}

.margin-bot-xxs {
  margin-bottom: .139vw;
}

.hero-loop-label-wrap {
  height: 2.353vw;
  min-width: 20vw;
  flex-direction: column;
  align-self: flex-end;
  align-items: flex-end;
  margin-bottom: .5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-link {
  z-index: 2;
  color: rgba(0, 0, 0, 0);
  padding-bottom: 2px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-link-wrap {
  margin-bottom: .972vw;
  padding-left: .972vw;
  position: relative;
}

.nav-link-wrap.no-margin {
  margin-bottom: 0;
}

.nav-link-indicator {
  width: 2px;
  height: 75%;
  opacity: 0;
  background-color: #7245f0;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 0%;
  right: auto;
}

.intro-coin-label {
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 2.778vw;
  padding: .347vw .694vw;
}

.high-five-link {
  z-index: 1;
  opacity: 0;
  font-size: .972vw;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.privacy-section {
  z-index: 3000;
  width: 86.875vw;
  padding-top: 2.778vw;
  padding-bottom: 2.778vw;
  padding-right: 2.778vw;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: auto;
}

.legal-content {
  background-color: #fff;
  flex-direction: column;
  padding: 2.778vw;
  display: flex;
  position: relative;
}

.legal-content.privacy-dark {
  background-color: #19191c;
}

.close-icon {
  z-index: 5;
  width: 2.778vw;
  height: 2.778vw;
  color: #7245f0;
  cursor: pointer;
  background-image: linear-gradient(rgba(114, 69, 240, .32), #fff);
  border: 1px solid #7245f0;
  border-radius: 50%;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  padding: .278vw;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.close-icon.dark-close {
  color: #fff;
  background-image: linear-gradient(rgba(25, 25, 28, .32), rgba(255, 255, 255, .32));
  border-color: #fff;
}

.close-icon.dark-close.display-none {
  display: none;
}

.close-icon-item {
  z-index: 3;
  width: 1.25vw;
  height: 1.25vw;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.close-icon-gradient {
  width: 100%;
  height: 100%;
  opacity: .5;
  background-image: radial-gradient(circle closest-corner, rgba(114, 69, 240, .6), rgba(114, 69, 240, 0));
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin: auto;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.close-icon-gradient.dark-icon-gradient {
  background-image: radial-gradient(circle, rgba(25, 25, 28, .6), rgba(114, 69, 240, 0));
}

.privacy-label {
  letter-spacing: .1em;
  text-transform: uppercase;
  border: 1px solid #19191c;
  border-radius: 2.778vw;
  align-self: flex-end;
  margin-bottom: .5vw;
  padding: .417vw .833vw;
  font-family: IBM Plex Mono, sans-serif;
  font-size: .972vw;
  font-weight: 500;
  line-height: 1.3;
}

.max-width-860 {
  max-width: 59.722vw;
}

.margin-bot-xl {
  margin-bottom: 8.333vw;
}

.privacy-rich-text {
  max-width: 59.722vw;
}

.privacy-rich-text h2 {
  text-transform: none;
  margin-bottom: 5.556vw;
  font-size: 4.444vw;
}

.privacy-rich-text h3 {
  letter-spacing: -.01em;
  margin-bottom: 1.111vw;
  font-size: 3.333vw;
  display: block;
}

.privacy-rich-text p {
  opacity: .5;
  margin-bottom: 5.556vw;
}

.privacy-rich-text ul {
  opacity: .5;
  margin-top: -4.167vw;
  margin-bottom: 1.389vw;
  padding-left: 2vw;
  font-size: 1.1vw;
  line-height: 1.3;
}

.privacy-rich-text li {
  margin-bottom: 1.111vw;
}

.privacy-rich-text h4 {
  text-transform: none;
  margin-top: 5.556vw;
  margin-bottom: 1.111vw;
  font-size: 2.778vw;
}

.privacy-rich-text a {
  color: #7245f0;
}

.terms-section {
  z-index: 3000;
  width: 86.875vw;
  opacity: 1;
  padding-top: 2.778vw;
  padding-bottom: 2.778vw;
  padding-right: 2.778vw;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: auto;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.style-section {
  min-height: 100vh;
  background-color: #19191c;
}

.hero-heading-2 {
  font-size: 7.239vw;
}

.html-embed {
  width: 41.181vw;
}

.heading, .heading-2, .heading-3 {
  font-size: 7.35vw;
}

.paragraph, .paragraph-2, .paragraph-3 {
  opacity: .5;
  font-size: .972vw;
}

.paragraph-3.mt {
  margin-top: 5px;
}

.paragraph-3.mt.xl {
  margin-top: 15px;
}

.image {
  width: 41.181vw;
}

.section-2 {
  margin-bottom: 3.2vw;
}

.image-2, .image-3, .image-4 {
  height: 100%;
}

.footer-label-2 {
  letter-spacing: .1em;
  text-transform: uppercase;
  border: 1px solid #19191c;
  border-radius: 2.778vw;
  align-self: flex-start;
  margin-bottom: 1.389vw;
  padding: .417vw .833vw;
  font-family: IBM Plex Mono, sans-serif;
  font-size: .972vw;
  line-height: 1.1;
}

.coin-intro-conent-2 {
  z-index: 2;
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2.778vw;
  font-family: IBM Plex Mono, sans-serif;
  font-size: .833vw;
  line-height: 1.1;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-label-2 {
  letter-spacing: .1em;
  text-transform: uppercase;
  border: 1px solid #19191c;
  border-radius: 2.778vw;
  align-self: flex-end;
  margin-bottom: 0;
  padding: .417vw .833vw;
  font-family: IBM Plex Mono, sans-serif;
  font-size: .972vw;
  font-weight: 500;
  line-height: 1.3;
}

.hero-label-2.second-hero-label {
  margin-bottom: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.close-icon-2 {
  z-index: 5;
  width: 2.778vw;
  height: 2.778vw;
  color: #7245f0;
  cursor: pointer;
  background-image: linear-gradient(rgba(114, 69, 240, .32), #fff);
  border: 1px solid #7245f0;
  border-radius: 50%;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  padding: .278vw;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.close-icon-2.dark-close {
  color: #fff;
  background-image: linear-gradient(rgba(25, 25, 28, .32), rgba(255, 255, 255, .32));
  border-color: #fff;
}

.close-icon-2.dark-close.display-none {
  display: none;
}

.max-width-861 {
  max-width: 29.861vw;
}

.max-width-862 {
  max-width: 59.722vw;
}

.label-2 {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 2.778vw;
  margin-bottom: .694vw;
  padding: .417vw .833vw;
  font-family: IBM Plex Mono, sans-serif;
  font-size: .972vw;
  line-height: 1.1;
}

.footer-link-sep-2 {
  width: 0%;
  height: 2px;
  background-color: #19191c;
  transition: width .3s;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-content-item-2 {
  width: 100%;
  border-bottom: 1px #7245f0;
  justify-content: space-between;
  align-items: center;
  padding-bottom: .5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-5 {
  height: 100%;
}

.nav-link-2 {
  opacity: .3;
  color: #19191c;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: .833vw;
  line-height: 1.2;
  text-decoration: none;
  transition: opacity .3s;
  display: inline-block;
}

.nav-link-2:hover {
  opacity: 1;
}

.nav-link-2.w--current {
  font-weight: 500;
}

.nav-link-indicator-2 {
  width: 2px;
  height: 75%;
  opacity: 0;
  background-color: #7245f0;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 0%;
  right: auto;
}

.op-51 {
  opacity: .3;
}

.nav-button-2 {
  color: #7245f0;
  text-transform: uppercase;
  border: 1px solid #7245f0;
  border-radius: 2.083vw;
  align-items: center;
  padding: .278vw .278vw .278vw 1.28vw;
  font-size: 1.111vw;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-2 {
  width: 100%;
  color: #7245f0;
  text-transform: uppercase;
  border: 1px solid #7245f0;
  border-radius: 2.083vw;
  justify-content: space-between;
  align-items: center;
  padding: .278vw .278vw .278vw 2.083vw;
  font-size: 1.111vw;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
  transition: all .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.op-52 {
  opacity: .5;
}

.testimonial-label-2 {
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  border: 1px solid #19191c;
  border-radius: 2.778vw;
  align-self: flex-start;
  padding: .417vw .833vw;
  font-family: IBM Plex Mono, sans-serif;
  font-size: .972vw;
  line-height: 1.1;
}

.testimonial-label-2.block {
  align-items: center;
  display: flex;
}

.intro-text-label-2 {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 2.778vw;
  margin-bottom: 5.903vw;
  padding: .417vw .833vw;
  font-family: IBM Plex Mono, sans-serif;
  font-size: .972vw;
  line-height: 1.1;
}

.footer-label-3 {
  letter-spacing: .1em;
  text-transform: uppercase;
  border: 1px solid #19191c;
  border-radius: 2.778vw;
  align-self: flex-start;
  margin-bottom: 1.389vw;
  padding: .417vw .833vw;
  font-family: IBM Plex Mono, sans-serif;
  font-size: .972vw;
  line-height: 1.1;
}

.coin-intro-conent-3 {
  z-index: 2;
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2.778vw;
  font-family: IBM Plex Mono, sans-serif;
  font-size: .833vw;
  line-height: 1.1;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.max-width-863 {
  max-width: 59.722vw;
}

.footer-link-sep-3 {
  width: 0%;
  height: 2px;
  background-color: #19191c;
  transition: width .3s;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-content-item-3 {
  width: 100%;
  border-bottom: 1px #7245f0;
  justify-content: space-between;
  align-items: center;
  padding-bottom: .5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-6 {
  height: 100%;
}

.op-53 {
  opacity: .3;
}

.nav-button-3 {
  color: #7245f0;
  text-transform: uppercase;
  border: 1px solid #7245f0;
  border-radius: 2.083vw;
  align-items: center;
  padding: .278vw .278vw .278vw 1.28vw;
  font-size: 1.111vw;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-3 {
  width: 100%;
  color: #7245f0;
  text-transform: uppercase;
  border: 1px solid #7245f0;
  border-radius: 2.083vw;
  justify-content: space-between;
  align-items: center;
  padding: .278vw .278vw .278vw 2.083vw;
  font-size: 1.111vw;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
  transition: all .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.op-54 {
  opacity: .5;
}

.intro-text-label-3 {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 2.778vw;
  margin-bottom: 5.903vw;
  padding: .417vw .833vw;
  font-family: IBM Plex Mono, sans-serif;
  font-size: .972vw;
  line-height: 1.1;
}

.coin-intro-conent-4 {
  z-index: 2;
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2.778vw;
  font-family: IBM Plex Mono, sans-serif;
  font-size: .833vw;
  line-height: 1.1;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.max-width-864 {
  max-width: 59.722vw;
}

.footer-link-sep-4 {
  width: 0%;
  height: 2px;
  background-color: #19191c;
  transition: width .3s;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-content-item-4 {
  width: 100%;
  border-bottom: 1px #7245f0;
  justify-content: space-between;
  align-items: center;
  padding-bottom: .5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-7 {
  height: 100%;
}

.op-55 {
  opacity: .3;
}

.nav-button-4 {
  color: #7245f0;
  text-transform: uppercase;
  border: 1px solid #7245f0;
  border-radius: 2.083vw;
  align-items: center;
  padding: .278vw .278vw .278vw 1.28vw;
  font-size: 1.111vw;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-4 {
  width: 100%;
  color: #7245f0;
  text-transform: uppercase;
  border: 1px solid #7245f0;
  border-radius: 2.083vw;
  justify-content: space-between;
  align-items: center;
  padding: .278vw .278vw .278vw 2.083vw;
  font-size: 1.111vw;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
  transition: all .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.op-56 {
  opacity: .5;
}

.intro-text-label-4 {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 2.778vw;
  padding: .417vw .833vw;
  font-family: IBM Plex Mono, sans-serif;
  font-size: .972vw;
  line-height: 1.1;
}

.steps-grid {
  width: 100%;
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.steps-description {
  margin-top: 2.2vw;
  line-height: 1.6;
}

.custom-grid {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-radius: 3px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: relative;
}

.custom-grid.work-section {
  height: 470vh;
  position: relative;
}

.custom-grid.two {
  align-items: stretch;
}

.section-custom {
  border-radius: 3px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 15.278vw;
  padding-right: 2.778vw;
  position: relative;
}

.section-custom.work-section {
  height: 470vh;
  position: relative;
}

.text-field {
  height: 4vw;
  background-color: #fff;
  border: 1px solid #cececf;
  border-radius: 1000px;
  margin-bottom: 0;
  padding-left: 2vw;
  padding-right: 2vw;
  font-size: 1vw;
}

.text-field.button-field {
  width: 100%;
  background-color: #333;
}

.text-field.input-error {
  border-color: #dc3545;
}

.text-field.mx-chat {
  margin-top: 15px;
  margin-bottom: 15px;
}

.form {
  width: 100%;
  max-width: 500px;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.form-block {
  width: 100%;
}

.real-estate-appraiser-result {
  opacity: 1;
  margin-bottom: .6vw;
  font-size: .972vw;
  line-height: 1.7;
}

.real-estate-appraiser-result.op-50 {
  margin-bottom: 0;
  font-style: italic;
}

.op-57 {
  opacity: .5;
}

.image-8 {
  object-fit: cover;
}

.chat {
  height: 100%;
  min-height: 400px;
  flex-direction: column;
  display: none;
}

.text-block-59 {
  text-align: center;
  margin-top: 30px;
  line-height: 24px;
}

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

.chat-inner {
  height: 100%;
  grid-row-gap: 20px;
  flex-direction: column;
  padding: 15px 15px 10px;
  display: flex;
  overflow: scroll;
}

.div-block-56 {
  height: 38px;
  justify-content: center;
  align-items: center;
  display: none;
}

.submit-button-2 {
  width: 100%;
  border-radius: 500px;
  margin-top: 2vw;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
}

.div-block-55 {
  width: 100%;
  background-color: #ececec;
  border-top: 1px solid #ccc;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
}

.text-field-2 {
  border-radius: 5px;
  margin-bottom: 25px;
}

.button-5 {
  color: #3898ec;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 700;
}

.text-field-3 {
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-bottom: 0;
}

.div-block-57 {
  width: 20px;
  height: 5px;
  background-color: #333;
  border-radius: 5px;
}

.div-block-58 {
  cursor: pointer;
  padding: 10px;
  display: none;
  position: absolute;
  top: 13px;
  left: 5px;
}

.field-label {
  font-weight: 400;
}

.textarea-2 {
  border-radius: 500px;
  margin-top: 2vw;
  margin-bottom: 2vw;
  padding-left: 2vw;
  padding-right: 2vw;
}

.form-3 {
  flex-direction: row;
  display: flex;
}

.text-block-55 {
  text-align: center;
  background-color: #ececec;
  border-bottom: 1px solid #ccc;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
}

.form-2 {
  height: 100%;
  max-height: 100%;
  padding: 20px 10px;
}

.loading {
  height: 100%;
  min-height: 400px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  display: none;
}

.support {
  width: 100%;
  height: 100%;
  max-width: 500px;
  background-color: #fff;
  border: 1px solid #cececf;
  border-radius: 20px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.chat-start {
  width: 100%;
  height: 100%;
  max-height: 100%;
  margin-bottom: 0;
  display: block;
}

.hidden-for-copy {
  display: none;
}

.title-user {
  grid-column-gap: 5px;
  justify-content: flex-end;
  display: flex;
}

.title-name {
  font-size: 16px;
}

.title-assistant {
  grid-column-gap: 5px;
  display: flex;
}

.message-assistant {
  background-color: #e9e9e9;
  border-radius: 9px;
  margin-top: 5px;
  margin-right: 40px;
  padding: 10px;
  line-height: 1.4vw;
}

.message-user {
  background-color: #d4e3ff;
  border-radius: 9px;
  margin-top: 5px;
  margin-left: 40px;
  padding: 10px;
  line-height: 1.4vw;
}

.div-block-60 {
  width: 100%;
  height: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
}

.intro-text-label-4-copy {
  height: 1.85vw;
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 2.778vw;
  padding: .417vw .833vw;
  font-family: IBM Plex Mono, sans-serif;
  font-size: .972vw;
  line-height: 1.1;
}

.z99-copy {
  z-index: 99;
  position: relative;
}

.text-span {
  padding-bottom: 7px;
  display: inline-block;
}

.trust-badge {
  width: 100%;
  max-width: 7vw;
}

.trust-badges {
  justify-content: space-between;
  align-items: center;
  margin-top: 2vw;
  display: flex;
}

.link {
  font-size: .972vw;
  line-height: 1.3;
  text-decoration: none;
}

.full-body {
  height: 100vh;
}

.hero-copy.contact-hero {
  height: auto;
  flex-direction: column;
  padding-bottom: 5vw;
  display: flex;
  position: relative;
}

.hero-copy.contact-hero.external-hero {
  min-height: 100vh;
  padding-bottom: 0;
}

.hero-copy.success-hero {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.html-embed-2 {
  width: 100vw;
  height: 100vh;
}

.image-9 {
  height: 20px;
  border-radius: 5px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(100%, -30%);
}

.image-9.bigger {
  height: 40px;
}

.testimonial-logo {
  height: 20px;
  margin-left: 8px;
}

.testimonial-logo.fiverr {
  height: 1vw;
}

.testimonial-logo.upwork {
  height: 1.1vw;
}

@media screen and (max-width: 991px) {
  h1, h2 {
    font-size: 72px;
  }

  h3 {
    margin-bottom: 8px;
    font-size: 32px;
    font-weight: 400;
  }

  h4 {
    font-size: 18px;
  }

  p {
    font-size: 16px;
  }

  .main {
    width: auto;
    margin-left: 0;
  }

  .navigation {
    width: 100%;
    height: 100vh;
    opacity: 0;
    background-color: #fff;
    background-image: url('../images/Blue-2-min_1Blue 2-min.webp');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
    display: none;
    top: 70px;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .navigation.responsive.bg-black {
    background-color: #19191c;
  }

  .nav-container {
    padding: 16px;
  }

  .nav-menu {
    width: 100%;
    padding-left: 0;
  }

  .nav-link {
    width: 100%;
    border-bottom: 1px solid #7245f0;
    border-left-style: none;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 48px;
    line-height: 53px;
  }

  .nav-link.w--current {
    opacity: 1;
  }

  .hero {
    padding-top: 150px;
    padding-bottom: 80px;
  }

  .hero.contact-hero {
    padding-top: 0;
    padding-bottom: 100px;
  }

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

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

  .container.grid.work-testimonial-container {
    position: static;
  }

  .container.grid.contact-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .container.grid.ttys {
    margin-top: 130px;
  }

  .hero-top-item {
    z-index: 1000;
    height: 70px;
    background-color: #fff;
    background-image: url('../images/Blue-2-min_1Blue 2-min.webp');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 130px;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .hero-top-item.contact-hero-top-item {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    margin-bottom: 100px;
    position: static;
  }

  .hero-top-item.succes-top-item {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    left: 16px;
  }

  .hero-top-item.dark-hero-item.bg-black {
    background-color: #19191c;
  }

  .logo {
    height: 37px;
  }

  .nav-button {
    display: none;
  }

  .button-circle {
    width: 26px;
    height: 26px;
    margin-left: 10px;
  }

  .button-circle.back-button {
    width: 32px;
    height: 32px;
  }

  .arrow-button-icon {
    width: 22px;
    height: 22px;
  }

  .arrow-button-icon.back-arrow-icon {
    width: 16px;
    height: 16px;
    top: 0%;
  }

  .hero-content-item {
    padding-bottom: 5px;
  }

  .hero-label {
    border-radius: 40px;
    margin-bottom: 5px;
    padding: 6px 12px;
    font-size: 14px;
  }

  .hero-image {
    width: 100%;
    height: 100%;
    margin-top: 50px;
  }

  .section {
    padding-bottom: 120px;
  }

  .section.work-section, .column.third-process-column {
    height: auto;
  }

  .column.proces-cover-column {
    height: auto;
    align-items: flex-start;
    position: static;
  }

  .column.komninos-column {
    width: auto;
    height: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    display: flex;
  }

  .column.komninos-description {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .column.testimonial-column {
    flex-direction: column;
    margin-top: 10px;
    padding-top: 40px;
  }

  .column.testimonial-column.is-vertical {
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .column.testimonial-column.is-vertical.custom {
    padding-top: 20px;
  }

  .column.testimonial-column.is-vertical.custom-top {
    margin-top: 10px;
  }

  .column.footer-menu-column {
    margin-top: 50px;
  }

  .column.copy-right-column {
    margin-top: 30px;
    padding-top: 20px;
  }

  .column.process-column {
    height: auto;
    margin-bottom: 15px;
  }

  .big-p {
    margin-bottom: 40px;
    font-size: 32px;
  }

  .coin-image {
    width: 100%;
    height: 100%;
  }

  .coin-intro-conent {
    padding-bottom: 40px;
    font-size: 16px;
  }

  .intro-cards {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .intro-text-label {
    border-radius: 40px;
    margin-bottom: 50px;
    padding: 6px 12px;
    font-size: 14px;
  }

  .intro-heading {
    font-size: 26px;
  }

  .intro-heading.z99 {
    margin-top: 15px;
  }

  .label {
    border-radius: 40px;
    margin-bottom: 10px;
    padding: 6px 12px;
    font-size: 14px;
  }

  .margin-bot-l {
    margin-bottom: 45px;
  }

  .label-big {
    font-size: 16px;
  }

  .second-big-p {
    margin-bottom: 30px;
    font-size: 24px;
  }

  .second-big-p.demo-margins {
    margin-bottom: 20px;
  }

  .button {
    border-radius: 40px;
    padding: 4px 4px 4px 20px;
    font-size: 16px;
  }

  .button-circle-big {
    width: 44px;
    height: 44px;
  }

  .arrow-button-icon-big {
    width: 24px;
    height: 24px;
  }

  .max-width-700 {
    max-width: 700px;
  }

  .work-main-wrap {
    flex-direction: column;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .work-wrap-item {
    flex-direction: column;
  }

  .work-card {
    width: 100%;
  }

  .work-image {
    margin-bottom: 32px;
  }

  .work-heading {
    font-size: 40px;
  }

  .work-price-wrap {
    max-height: 28px;
    margin-top: 32px;
  }

  .price-text {
    border-radius: 40px;
    margin-right: 8px;
    padding: 6px 12px;
    font-size: 14px;
  }

  .work-card-sep {
    width: 100%;
    height: 1px;
    margin: 32px 0;
  }

  .work-card-content {
    width: auto;
    margin-top: 100px;
    margin-left: 0;
  }

  .work-heading-mask {
    padding-bottom: 5px;
    font-size: 72px;
  }

  .label-wrap {
    margin-top: 45px;
  }

  .label-wrap.label-responsive {
    grid-column-gap: 1.111vw;
    grid-row-gap: 1.111vw;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .work-anchor-wrap, .work-sticky-support {
    display: none;
  }

  .proces-image {
    width: 100%;
    height: 600px;
  }

  .proces-image.is-last {
    height: 600px;
  }

  .proces-inner-content {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 32px;
  }

  .process-step {
    width: 84px;
    height: 84px;
    margin-right: 0;
    font-size: 36px;
  }

  .procces-info {
    letter-spacing: .05em;
    font-size: 13px;
  }

  .label-small {
    font-size: 14px;
  }

  .max-width-460 {
    max-width: none;
  }

  .third-proces-sticky {
    width: 100%;
    margin-right: 0;
  }

  .proces-cover-wrap {
    height: auto;
  }

  .testimonial-label {
    border-radius: 40px;
    padding: 6px 12px;
    font-size: 14px;
  }

  .komnios-desc-sep {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .proces-sticky-animation-item {
    width: auto;
    height: auto;
    flex-direction: column;
  }

  .proces-sticky-animation-wrap {
    height: auto;
    position: static;
    top: 0;
    overflow: visible;
  }

  .circle-image {
    width: 100%;
    height: 100%;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-cover.first-testimonial-cover {
    width: auto;
    margin-right: 0;
    padding-bottom: 20px;
  }

  .testimonial-cover.second-cover {
    width: auto;
    margin-bottom: 20px;
    margin-right: 0;
    padding-bottom: 0;
  }

  .testimonial-content {
    width: auto;
    padding-bottom: 40px;
  }

  .text-small {
    font-size: 14px;
  }

  .text-small.op-50 {
    font-size: 16px;
  }

  .text-small.op-50.demo-disc {
    display: none;
  }

  .text-small.op-50.demo-disc-mobile {
    display: block;
  }

  .text-small.demo-description {
    margin-bottom: 20px;
  }

  .footer {
    width: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer-logo-wrap {
    width: 265px;
    height: 265px;
  }

  .border-logo-inside {
    width: 146px;
    height: 146px;
  }

  .footer-label {
    margin-bottom: 15px;
    padding: 6px 12px;
    font-size: 14px;
  }

  .footer-link {
    margin-bottom: 6px;
    margin-left: 4px;
    font-size: 14px;
  }

  .max-width-180 {
    max-width: 180px;
  }

  .proces-image-wrap {
    width: 100%;
    height: auto;
  }

  .komnios-image {
    opacity: 1;
    margin-top: 32px;
    margin-bottom: 20px;
    position: static;
  }

  .komnios-image.mobile-show {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .work-sticky-section {
    height: auto;
  }

  .switch-wrap {
    width: 100%;
    flex: 1;
    align-items: flex-start;
    padding-left: 0;
    position: static;
  }

  .switch-item {
    font-size: 14px;
    line-height: 17px;
  }

  .switch-text-wrap {
    height: 17px;
  }

  .logo-symbol-wrap {
    display: none;
  }

  .email-link {
    font-size: 16px;
  }

  .max-width-430 {
    max-width: 430px;
  }

  .z99.top-button {
    font-size: 16px;
  }

  .about-anchor {
    height: auto;
    bottom: 32%;
  }

  .time-wrap {
    margin-right: 50px;
    font-size: 14px;
    line-height: 17px;
  }

  .logo-inside {
    width: 146px;
    height: 146px;
  }

  .coin-img-wrap {
    width: 100%;
    height: 500px;
  }

  .coin-image-hover {
    width: 300px;
    height: 300px;
    position: static;
  }

  .coin-image-hover.first-hover, .coin-image-hover.second-hover, .coin-image-hover.third-hover, .coin-image-hover.last-hover {
    display: none;
  }

  .margin-bot-s {
    margin-bottom: 12px;
  }

  .calendly {
    max-width: none;
  }

  .back-home-button {
    border-radius: 40px;
    padding: 4px 22px 4px 4px;
    font-size: 16px;
  }

  .mobile-display-none {
    display: none;
  }

  .mobile-margin-s {
    margin-bottom: 30px;
  }

  .mobile-show {
    display: block;
  }

  .intro-cards-content {
    justify-content: space-between;
  }

  .process-image-wrap {
    width: 100%;
    height: auto;
  }

  .contact-heading {
    margin-bottom: 30px;
    font-size: 32px;
  }

  .menu-button {
    width: 24px;
    height: 24px;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    display: flex;
    position: relative;
  }

  .menu-sep {
    width: 19px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .switch-inner-wrap {
    display: flex;
  }

  .menu-button-wrap {
    display: block;
    position: relative;
  }

  .close-menu {
    z-index: 3;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .bg-white {
    background-color: #fff;
  }

  .circle-wrap {
    max-width: none;
  }

  .circle-image-wrap {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .work-image-wrap {
    height: auto;
  }

  .margin-bot-xxs {
    margin-bottom: 2px;
  }

  .hero-loop-label-wrap {
    height: 33px;
    margin-bottom: 5px;
  }

  .nav-link-wrap {
    width: 100%;
    margin-bottom: 5px;
    padding-left: 0;
  }

  .intro-coin-label {
    padding: 5px 10px;
    font-size: 12px;
  }

  .high-five-link {
    font-size: 14px;
  }

  .privacy-section {
    width: 100%;
    padding: 40px;
  }

  .legal-content {
    padding: 40px;
  }

  .close-icon.light-close {
    width: 40px;
    height: 40px;
    padding: 4px;
  }

  .close-icon-item {
    width: 20px;
    height: 20px;
  }

  .privacy-label {
    border-radius: 40px;
    margin-bottom: 5px;
    padding: 6px 12px;
    font-size: 14px;
  }

  .privacy-rich-text {
    max-width: none;
  }

  .privacy-rich-text h2 {
    font-size: 64px;
  }

  .privacy-rich-text h3 {
    margin-bottom: 16px;
    font-size: 48px;
  }

  .privacy-rich-text p {
    margin-bottom: 80px;
  }

  .privacy-rich-text ul {
    margin-top: -60px;
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 16px;
  }

  .privacy-rich-text h4 {
    margin-top: 80px;
    margin-bottom: 16px;
    font-size: 40px;
  }

  .privacy-rich-text a {
    font-size: 16px;
  }

  .html-embed {
    width: 70vw;
  }

  .heading, .heading-2, .heading-3 {
    font-size: 72px;
  }

  .paragraph-2, .paragraph-3 {
    font-size: 14px;
  }

  .image-2 {
    max-height: 28px;
  }

  .footer-label-2 {
    margin-bottom: 15px;
    padding: 6px 12px;
    font-size: 14px;
  }

  .coin-intro-conent-2 {
    padding-bottom: 40px;
    font-size: 16px;
  }

  .hero-label-2 {
    border-radius: 40px;
    margin-bottom: 5px;
    padding: 6px 12px;
    font-size: 14px;
  }

  .close-icon-2.light-close {
    width: 40px;
    height: 40px;
    padding: 4px;
  }

  .max-width-861 {
    max-width: 430px;
  }

  .label-2 {
    border-radius: 40px;
    margin-bottom: 10px;
    padding: 6px 12px;
    font-size: 14px;
  }

  .hero-content-item-2 {
    padding-bottom: 5px;
  }

  .image-5 {
    max-height: 28px;
  }

  .nav-link-2 {
    width: 100%;
    border-bottom: 1px solid #7245f0;
    border-left-style: none;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 48px;
    line-height: 53px;
  }

  .nav-link-2.w--current {
    opacity: 1;
  }

  .nav-button-2 {
    display: none;
  }

  .button-2 {
    border-radius: 40px;
    padding: 4px 4px 4px 20px;
    font-size: 16px;
  }

  .testimonial-label-2 {
    border-radius: 40px;
    padding: 6px 12px;
    font-size: 14px;
  }

  .intro-text-label-2 {
    border-radius: 40px;
    margin-bottom: 50px;
    padding: 6px 12px;
    font-size: 14px;
  }

  .footer-label-3 {
    margin-bottom: 15px;
    padding: 6px 12px;
    font-size: 14px;
  }

  .coin-intro-conent-3 {
    padding-bottom: 40px;
    font-size: 16px;
  }

  .hero-content-item-3 {
    padding-bottom: 5px;
  }

  .image-6 {
    max-height: 28px;
  }

  .nav-button-3 {
    display: none;
  }

  .button-3 {
    border-radius: 40px;
    padding: 4px 4px 4px 20px;
    font-size: 16px;
  }

  .intro-text-label-3 {
    border-radius: 40px;
    margin-bottom: 50px;
    padding: 6px 12px;
    font-size: 14px;
  }

  .coin-intro-conent-4 {
    padding-bottom: 40px;
    font-size: 16px;
  }

  .hero-content-item-4 {
    padding-bottom: 5px;
  }

  .image-7 {
    max-height: 28px;
  }

  .nav-button-4 {
    border-radius: 100px;
    padding: 10px 10px 10px 20px;
  }

  .button-4 {
    border-radius: 40px;
    padding: 4px 4px 4px 20px;
    font-size: 16px;
  }

  .intro-text-label-4 {
    border-radius: 40px;
    padding: 6px 12px;
    font-size: 14px;
  }

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

  .custom-grid.work-section {
    height: auto;
  }

  .section-custom {
    padding-bottom: 120px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-custom.work-section {
    height: auto;
  }

  .text-field {
    height: 50px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
  }

  .real-estate-appraiser-result {
    font-size: 14px;
  }

  .image-8 {
    display: none;
  }

  .button-5, .text-field-3, .text-block-55 {
    font-size: 16px;
  }

  .message-assistant, .message-user {
    line-height: 24px;
  }

  .div-block-59 {
    width: 100%;
    height: 0;
    margin-top: 32px;
    margin-bottom: 32px;
    padding-top: 50%;
    padding-bottom: 50%;
    position: relative;
    overflow: hidden;
  }

  .intro-text-label-4-copy {
    height: 27px;
    border-radius: 40px;
    padding: 6px 12px;
    font-size: 14px;
  }

  .body, .z99-copy.top-button {
    font-size: 16px;
  }

  .trust-badge {
    max-width: 120px;
  }

  .trust-badges {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .link {
    font-size: 14px;
  }

  .hero-copy {
    padding-top: 150px;
    padding-bottom: 80px;
  }

  .hero-copy.contact-hero {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .testimonial-logo.fiverr {
    height: 14px;
  }

  .testimonial-logo.upwork {
    height: 15px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
    line-height: 52px;
  }

  h3 {
    line-height: 35px;
  }

  .navigation {
    background-image: none;
  }

  .hero {
    padding-bottom: 50px;
  }

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

  .hero-top-item {
    background-image: none;
  }

  .hero-label {
    padding: 4px 8px;
    font-size: 10px;
    line-height: 13px;
  }

  .hero-image {
    height: 100%;
    margin-top: 20px;
  }

  .column.komninos-description {
    border-top-style: none;
    border-bottom-style: solid;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 24px;
  }

  .column.testimonial-column {
    margin-bottom: 0;
  }

  .column.testimonial-column.is-vertical {
    margin-top: 0;
    margin-bottom: 0;
  }

  .column.testimonial-column.is-vertical.last-testimonial-column {
    border-top-style: none;
    margin-top: -20px;
    margin-bottom: 60px;
  }

  .column.testimonial-column.is-vertical.custom-top {
    margin-top: 30px;
  }

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

  .column.copy-right-column {
    max-width: 217px;
    border-top-style: none;
    flex-direction: column;
    margin-top: -20px;
  }

  .column.calendly-link-column {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .column.mobile-margin-l {
    margin-bottom: 0;
  }

  .column.demo-column.hidden-mobile {
    display: none;
  }

  .column.mb {
    margin-bottom: 50px;
  }

  .big-p {
    font-size: 24px;
    line-height: 28px;
  }

  .coin-intro-conent {
    font-size: 12px;
  }

  .intro-cards {
    padding-top: 0;
  }

  .intro-text-label {
    margin-bottom: 16px;
    padding: 4px 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .intro-heading {
    font-size: 21px;
  }

  .label {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 16px;
  }

  .second-big-p {
    margin-bottom: 42px;
    font-size: 22px;
    line-height: 25px;
  }

  .button {
    padding-left: 22px;
    font-size: 18px;
    line-height: 21px;
  }

  .work-heading {
    line-height: 40px;
  }

  .work-price-wrap {
    margin-top: 40px;
    padding-bottom: 3px;
  }

  .price-text {
    padding: 4px 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .work-card-content {
    margin-top: 120px;
  }

  .label-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    align-self: flex-start;
    margin-top: 48px;
  }

  .proces-image, .proces-image.is-last {
    height: 100%;
  }

  .third-proces-sticky {
    margin-bottom: 12px;
  }

  .testimonial-label {
    padding: 4px 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .komnios-desc-sep {
    margin-top: 32px;
  }

  .margin-bot-m {
    margin-bottom: 20px;
  }

  .circle-image {
    width: 100%;
    height: 100%;
    margin-top: 0;
  }

  .text-small.op-50 {
    opacity: .99;
  }

  .text-small.op-50.demo-disc, .text-small.op-50.demo-disc-mobile {
    display: none;
  }

  .footer-menu {
    width: 100%;
    border-bottom: 1px solid rgba(114, 69, 240, .1);
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer-menu.first-row-menu {
    border-top: 1px solid rgba(114, 69, 240, .1);
  }

  .footer-label {
    border-radius: 40px;
    margin-bottom: 0;
    padding: 4px 10px;
    font-size: 12px;
  }

  .footer-link {
    margin-left: 0;
  }

  .max-width-180 {
    max-width: none;
  }

  .bg-img-blue, .bg-img-purple, .bg-img-blue-second, .bg-img-green {
    display: none;
  }

  .logo-symbol-inside-image {
    width: 25px;
  }

  .coin-img-wrap {
    width: 100%;
    height: 300px;
    margin-top: 5px;
  }

  .coin-image-hover {
    width: 100px;
    height: 100px;
  }

  .mobile-margin-l {
    margin-bottom: 50px;
  }

  .footer-menu-item {
    padding-right: 42px;
  }

  .footer-menu-wrap {
    width: 100%;
    max-width: 220px;
    flex-direction: row;
    justify-content: space-between;
  }

  .footer-menu-wrap.gm {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .mobile-margin-xs {
    margin-bottom: 12px;
  }

  .contact-heading {
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 36px;
  }

  .hero-loop-label-wrap {
    height: 24px;
  }

  .high-five-link {
    right: 89px;
  }

  .privacy-section {
    padding: 20px;
  }

  .legal-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .privacy-label {
    padding: 4px 8px;
    font-size: 10px;
    line-height: 13px;
  }

  .max-width-860 {
    max-width: none;
  }

  .paragraph-3.mt {
    margin-top: 5px;
  }

  .paragraph-3.mt.xl {
    margin-top: 0;
  }

  .footer-label-2 {
    border-radius: 40px;
    margin-bottom: 0;
    padding: 4px 10px;
    font-size: 12px;
  }

  .coin-intro-conent-2 {
    font-size: 12px;
  }

  .hero-label-2 {
    padding: 4px 8px;
    font-size: 10px;
    line-height: 13px;
  }

  .max-width-862 {
    max-width: none;
  }

  .label-2 {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 16px;
  }

  .button-2 {
    padding-left: 22px;
    font-size: 18px;
    line-height: 21px;
  }

  .testimonial-label-2 {
    padding: 4px 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .intro-text-label-2 {
    margin-bottom: 16px;
    padding: 4px 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .footer-label-3 {
    border-radius: 40px;
    margin-bottom: 0;
    padding: 4px 10px;
    font-size: 12px;
  }

  .coin-intro-conent-3 {
    font-size: 12px;
  }

  .max-width-863 {
    max-width: none;
  }

  .button-3 {
    padding-left: 22px;
    font-size: 18px;
    line-height: 21px;
  }

  .intro-text-label-3 {
    margin-bottom: 16px;
    padding: 4px 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .coin-intro-conent-4 {
    font-size: 12px;
  }

  .max-width-864 {
    max-width: none;
  }

  .button-4 {
    padding-left: 22px;
    font-size: 18px;
    line-height: 21px;
  }

  .intro-text-label-4 {
    padding: 4px 10px;
    font-size: 12px;
    line-height: 16px;
  }

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

  .steps-description {
    margin-top: 20px;
  }

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

  .form-2 {
    justify-content: flex-start;
  }

  .support {
    position: static;
  }

  .intro-text-label-4-copy {
    height: 25px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .trust-badge {
    max-width: 100px;
  }

  .hero-copy {
    padding-bottom: 50px;
  }

  .testimonial-logo.fiverr {
    height: 13px;
  }

  .testimonial-logo.upwork {
    height: 14px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 47px;
  }

  h2 {
    font-size: 48px;
    line-height: 53px;
  }

  .navigation {
    top: 70px;
  }

  .hero-top-item {
    height: 70px;
  }

  .logo.black-nav-logo {
    height: 37px;
  }

  .hero-label.privacy-label {
    display: none;
  }

  .hero-image {
    min-height: 200px;
    object-fit: cover;
  }

  .coin-intro-conent {
    text-align: center;
    padding-bottom: 20px;
  }

  .work-heading-mask {
    font-size: 48px;
    line-height: 53px;
  }

  .footer {
    z-index: 0;
  }

  .footer-logo-wrap.dark-footer-logo {
    position: relative;
  }

  .bg-img-blue, .bg-img-purple, .bg-img-blue-second, .bg-img-green {
    display: none;
  }

  .about-anchor {
    bottom: 875px;
  }

  .mobile-text-show {
    display: block;
  }

  .mobile-text-hide {
    display: none;
  }

  .about-process {
    height: 800px;
  }

  .hero-loop-label-wrap {
    width: 100%;
    min-width: auto;
    margin-bottom: 5px;
  }

  .intro-coin-label {
    font-size: 10px;
  }

  .privacy-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .legal-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .privacy-rich-text h2 {
    margin-bottom: 60px;
    font-size: 35px;
    line-height: 40px;
  }

  .privacy-rich-text h3 {
    font-size: 28px;
  }

  .privacy-rich-text p {
    margin-bottom: 60px;
  }

  .privacy-rich-text ul {
    margin-top: -40px;
  }

  .privacy-rich-text h4 {
    margin-top: 60px;
    font-size: 24px;
  }

  .html-embed {
    width: 85vw;
  }

  .heading, .heading-2, .heading-3 {
    font-size: 48px;
  }

  .coin-intro-conent-2 {
    text-align: center;
    padding-bottom: 20px;
  }

  .hero-label-2.privacy-label {
    display: none;
  }

  .coin-intro-conent-3, .coin-intro-conent-4 {
    text-align: center;
    padding-bottom: 20px;
  }

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

  .steps-description {
    max-width: 360px;
  }

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

  .message-assistant, .message-user {
    line-height: 1.4;
  }

  .trust-badge {
    max-width: 70px;
  }
}

#w-node-_6fb84308-3de1-ae9b-0246-c162943d7286-705347d4 {
  justify-self: center;
}

#w-node-a4fa559c-29e0-3a37-5938-d09329dce09d-705347d4 {
  grid-area: 1 / 4 / 3 / 7;
}

#w-node-d6d91f87-8293-906e-4b74-0aa452cb7da9-705347d4 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_600c25e0-743a-235b-b8b2-65c9a0b7362f-705347d4 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-bc99e818-ae3c-cba5-1ad9-146a2ab4f986-705347d4 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-bc99e818-ae3c-cba5-1ad9-146a2ab4f991-705347d4, #w-node-_312e62c1-8a40-996f-5522-4d417f44467a-705347d4 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_79791a40-4a6f-a4fa-4f96-eaa1f94400cd-705347d4, #w-node-_3f3ef885-7da6-701f-fb08-a94e2c081ad9-705347d4 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_3d4b2152-b813-b452-50ea-9ba54615d9e1-705347d4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3d4b2152-b813-b452-50ea-9ba54615d9e2-705347d4 {
  grid-area: 1 / 1 / 2 / 10;
  align-self: start;
}

#w-node-_3d4b2152-b813-b452-50ea-9ba54615d9e8-705347d4 {
  grid-area: 1 / 6 / 2 / 13;
  align-self: end;
}

#w-node-_3d4b2152-b813-b452-50ea-9ba54615d9f0-705347d4, #w-node-_10228954-defa-19a5-0cbc-56c25d4eddff-705347d4 {
  grid-area: 1 / 1 / 2 / 13;
  align-self: end;
}

#w-node-bc99e818-ae3c-cba5-1ad9-146a2ab4fac4-705347d4 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-bc99e818-ae3c-cba5-1ad9-146a2ab4facc-705347d4 {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-bc99e818-ae3c-cba5-1ad9-146a2ab4fadf-705347d4 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-bc99e818-ae3c-cba5-1ad9-146a2ab4fada-705347d4 {
  grid-area: 2 / 1 / 3 / 4;
  align-self: end;
}

#w-node-_163365da-cf9b-9fe5-dd7f-36ff7e747072-705347d4 {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-_163365da-cf9b-9fe5-dd7f-36ff7e74707d-705347d4 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_163365da-cf9b-9fe5-dd7f-36ff7e7470be-705347d4 {
  grid-area: 2 / 5 / 3 / 13;
}

#w-node-_38709a6c-5de4-0f2c-98ed-68fd5de5530a-6f5347da {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
  justify-self: center;
}

#w-node-_6b9364ec-17ad-c89c-4f1b-20b519b46e31-6f5347da {
  grid-area: span 1 / span 7 / span 1 / span 7;
  align-self: center;
  justify-self: end;
}

#w-node-_1b4c89a7-d8e0-2419-65e7-41f00654367c-0654367a {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-_1b4c89a7-d8e0-2419-65e7-41f006543687-0654367a {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_1b4c89a7-d8e0-2419-65e7-41f0065436c7-0654367a {
  grid-area: 2 / 5 / 3 / 13;
}

#w-node-_34872fc6-72da-e632-916e-b18d6503c4ac-2b5347e3 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
  justify-self: center;
}

#w-node-_34872fc6-72da-e632-916e-b18d6503c4b7-2b5347e3 {
  grid-area: span 1 / span 7 / span 1 / span 7;
  align-self: center;
  justify-self: end;
}

#w-node-d20c2e54-58ea-8c43-f6a6-caa47d684538-7a5347e8 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-d20c2e54-58ea-8c43-f6a6-caa47d684541-7a5347e8 {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-d20c2e54-58ea-8c43-f6a6-caa47d684549-7a5347e8 {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-d20c2e54-58ea-8c43-f6a6-caa47d684552-7a5347e8 {
  grid-area: span 2 / span 6 / span 2 / span 6;
  align-self: end;
}

#w-node-_34872fc6-72da-e632-916e-b18d6503c4ac-c77862b8 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
  justify-self: center;
}

#w-node-_34872fc6-72da-e632-916e-b18d6503c4b7-c77862b8 {
  grid-area: span 1 / span 7 / span 1 / span 7;
  align-self: center;
  justify-self: end;
}

#w-node-_34872fc6-72da-e632-916e-b18d6503c4ac-a6763186 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
  justify-self: center;
}

#w-node-_34872fc6-72da-e632-916e-b18d6503c4b7-a6763186 {
  grid-area: span 1 / span 7 / span 1 / span 7;
  align-self: center;
  justify-self: end;
}

#w-node-_66885081-1819-5ad1-3081-a32ac7813dfd-d05a1be3 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
  justify-self: center;
}

#w-node-_66885081-1819-5ad1-3081-a32ac7813e0d-d05a1be3 {
  grid-area: span 1 / span 7 / span 1 / span 7;
  align-self: center;
  justify-self: end;
}

#w-node-_38709a6c-5de4-0f2c-98ed-68fd5de5530a-311ec236 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
  justify-self: center;
}

#w-node-_6b9364ec-17ad-c89c-4f1b-20b519b46e31-311ec236 {
  grid-area: span 1 / span 7 / span 1 / span 7;
  align-self: center;
  justify-self: end;
}

#w-node-d20c2e54-58ea-8c43-f6a6-caa47d684538-a00f8bfb {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-d20c2e54-58ea-8c43-f6a6-caa47d684541-a00f8bfb {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-d20c2e54-58ea-8c43-f6a6-caa47d684549-a00f8bfb {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-d20c2e54-58ea-8c43-f6a6-caa47d684552-a00f8bfb {
  grid-area: span 2 / span 6 / span 2 / span 6;
  align-self: end;
}

#w-node-_38709a6c-5de4-0f2c-98ed-68fd5de5530a-7d72ca5b {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
  justify-self: center;
}

#w-node-_6b9364ec-17ad-c89c-4f1b-20b519b46e31-7d72ca5b {
  grid-area: span 1 / span 7 / span 1 / span 7;
  align-self: center;
  justify-self: end;
}

#w-node-d20c2e54-58ea-8c43-f6a6-caa47d684538-ec08a970 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-d20c2e54-58ea-8c43-f6a6-caa47d684541-ec08a970 {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-d20c2e54-58ea-8c43-f6a6-caa47d684549-ec08a970 {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-d20c2e54-58ea-8c43-f6a6-caa47d684552-ec08a970 {
  grid-area: span 2 / span 6 / span 2 / span 6;
  align-self: end;
}

#w-node-bc99e818-ae3c-cba5-1ad9-146a2ab4f986-987fcc4c {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-bc99e818-ae3c-cba5-1ad9-146a2ab4f991-987fcc4c, #w-node-_312e62c1-8a40-996f-5522-4d417f44467a-987fcc4c {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_79791a40-4a6f-a4fa-4f96-eaa1f94400cd-987fcc4c, #w-node-_3f3ef885-7da6-701f-fb08-a94e2c081ad9-987fcc4c {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_6fb84308-3de1-ae9b-0246-c162943d7286-5feeb702 {
  justify-self: center;
}

#w-node-a4fa559c-29e0-3a37-5938-d09329dce09d-5feeb702 {
  grid-area: 1 / 4 / 3 / 7;
}

#w-node-d6d91f87-8293-906e-4b74-0aa452cb7da9-5feeb702 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_600c25e0-743a-235b-b8b2-65c9a0b7362f-5feeb702 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-bc99e818-ae3c-cba5-1ad9-146a2ab4f986-5feeb702 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-bc99e818-ae3c-cba5-1ad9-146a2ab4f991-5feeb702, #w-node-_312e62c1-8a40-996f-5522-4d417f44467a-5feeb702 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_79791a40-4a6f-a4fa-4f96-eaa1f94400cd-5feeb702, #w-node-_3f3ef885-7da6-701f-fb08-a94e2c081ad9-5feeb702 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_3d4b2152-b813-b452-50ea-9ba54615d9e1-5feeb702 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3d4b2152-b813-b452-50ea-9ba54615d9e2-5feeb702 {
  grid-area: 1 / 1 / 2 / 10;
  align-self: start;
}

#w-node-_3d4b2152-b813-b452-50ea-9ba54615d9e8-5feeb702 {
  grid-area: 1 / 6 / 2 / 13;
  align-self: end;
}

#w-node-_3d4b2152-b813-b452-50ea-9ba54615d9f0-5feeb702, #w-node-_10228954-defa-19a5-0cbc-56c25d4eddff-5feeb702 {
  grid-area: 1 / 1 / 2 / 13;
  align-self: end;
}

#w-node-bc99e818-ae3c-cba5-1ad9-146a2ab4fac4-5feeb702 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-bc99e818-ae3c-cba5-1ad9-146a2ab4facc-5feeb702 {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-bc99e818-ae3c-cba5-1ad9-146a2ab4fadf-5feeb702 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-bc99e818-ae3c-cba5-1ad9-146a2ab4fada-5feeb702 {
  grid-area: 2 / 1 / 3 / 4;
  align-self: end;
}

#w-node-_38709a6c-5de4-0f2c-98ed-68fd5de5530a-b5bf0e4a {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
  justify-self: center;
}

#w-node-_6b9364ec-17ad-c89c-4f1b-20b519b46e31-b5bf0e4a {
  grid-area: span 1 / span 7 / span 1 / span 7;
  align-self: center;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-a949ac3f-3342-5c0c-e9e6-02aa4d932bfa-705347d4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bc99e818-ae3c-cba5-1ad9-146a2ab4f991-705347d4, #w-node-_312e62c1-8a40-996f-5522-4d417f44467a-705347d4 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_3f3ef885-7da6-701f-fb08-a94e2c081ad9-705347d4 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_3d4b2152-b813-b452-50ea-9ba54615d9e1-705347d4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3d4b2152-b813-b452-50ea-9ba54615d9e2-705347d4 {
    grid-area: 1 / 1 / 2 / 13;
    align-self: start;
    justify-self: stretch;
  }

  #w-node-bc99e818-ae3c-cba5-1ad9-146a2ab4fada-705347d4 {
    grid-area: 2 / 1 / 3 / 7;
    align-self: end;
  }

  #w-node-_163365da-cf9b-9fe5-dd7f-36ff7e747072-705347d4 {
    grid-area: span 2 / span 12 / span 2 / span 12;
    justify-self: center;
  }

  #w-node-_163365da-cf9b-9fe5-dd7f-36ff7e74707d-705347d4, #w-node-_163365da-cf9b-9fe5-dd7f-36ff7e7470be-705347d4 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_38709a6c-5de4-0f2c-98ed-68fd5de5530a-6f5347da {
    grid-area: span 1 / span 12 / span 1 / span 12;
    align-self: center;
  }

  #w-node-_6b9364ec-17ad-c89c-4f1b-20b519b46e31-6f5347da {
    grid-area: 2 / 1 / 3 / 13;
    align-self: center;
    justify-self: center;
  }

  #w-node-ad00f5f2-db12-7712-92a1-dd3a4f3d1a73-6f5347da {
    grid-area: span 1 / span 11 / span 1 / span 11;
  }

  #w-node-_1b4c89a7-d8e0-2419-65e7-41f00654367c-0654367a {
    grid-area: span 2 / span 12 / span 2 / span 12;
    justify-self: center;
  }

  #w-node-_1b4c89a7-d8e0-2419-65e7-41f006543687-0654367a, #w-node-_1b4c89a7-d8e0-2419-65e7-41f0065436c7-0654367a {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_34872fc6-72da-e632-916e-b18d6503c4ac-2b5347e3 {
    grid-area: span 1 / span 12 / span 1 / span 12;
    align-self: center;
  }

  #w-node-_34872fc6-72da-e632-916e-b18d6503c4b7-2b5347e3 {
    grid-area: 2 / 1 / 3 / 13;
    align-self: center;
    justify-self: center;
  }

  #w-node-_34872fc6-72da-e632-916e-b18d6503c4b9-2b5347e3 {
    grid-area: span 1 / span 11 / span 1 / span 11;
  }

  #w-node-_34872fc6-72da-e632-916e-b18d6503c4ac-c77862b8 {
    grid-area: span 1 / span 12 / span 1 / span 12;
    align-self: center;
  }

  #w-node-_34872fc6-72da-e632-916e-b18d6503c4b7-c77862b8 {
    grid-area: 2 / 1 / 3 / 13;
    align-self: center;
    justify-self: center;
  }

  #w-node-_34872fc6-72da-e632-916e-b18d6503c4ac-a6763186 {
    grid-area: span 1 / span 12 / span 1 / span 12;
    align-self: center;
  }

  #w-node-_34872fc6-72da-e632-916e-b18d6503c4b7-a6763186 {
    grid-area: 2 / 1 / 3 / 13;
    align-self: center;
    justify-self: center;
  }

  #w-node-_66885081-1819-5ad1-3081-a32ac7813dfd-d05a1be3 {
    grid-area: span 1 / span 12 / span 1 / span 12;
    align-self: center;
  }

  #w-node-_66885081-1819-5ad1-3081-a32ac7813e0d-d05a1be3 {
    grid-area: 2 / 1 / 3 / 13;
    align-self: center;
    justify-self: center;
  }

  #w-node-_38709a6c-5de4-0f2c-98ed-68fd5de5530a-311ec236 {
    grid-area: span 1 / span 12 / span 1 / span 12;
    align-self: center;
  }

  #w-node-_6b9364ec-17ad-c89c-4f1b-20b519b46e31-311ec236 {
    grid-area: 2 / 1 / 3 / 13;
    align-self: center;
    justify-self: center;
  }

  #w-node-ad00f5f2-db12-7712-92a1-dd3a4f3d1a73-311ec236 {
    grid-area: span 1 / span 11 / span 1 / span 11;
  }

  #w-node-_38709a6c-5de4-0f2c-98ed-68fd5de5530a-7d72ca5b {
    grid-area: span 1 / span 12 / span 1 / span 12;
    align-self: center;
  }

  #w-node-_6b9364ec-17ad-c89c-4f1b-20b519b46e31-7d72ca5b {
    grid-area: 2 / 1 / 3 / 13;
    align-self: center;
    justify-self: center;
  }

  #w-node-ad00f5f2-db12-7712-92a1-dd3a4f3d1a73-7d72ca5b {
    grid-area: span 1 / span 11 / span 1 / span 11;
  }

  #w-node-bc99e818-ae3c-cba5-1ad9-146a2ab4f991-987fcc4c, #w-node-_312e62c1-8a40-996f-5522-4d417f44467a-987fcc4c {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_3f3ef885-7da6-701f-fb08-a94e2c081ad9-987fcc4c {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-a949ac3f-3342-5c0c-e9e6-02aa4d932bfa-5feeb702 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bc99e818-ae3c-cba5-1ad9-146a2ab4f991-5feeb702, #w-node-_312e62c1-8a40-996f-5522-4d417f44467a-5feeb702 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_3f3ef885-7da6-701f-fb08-a94e2c081ad9-5feeb702 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_3d4b2152-b813-b452-50ea-9ba54615d9e1-5feeb702 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3d4b2152-b813-b452-50ea-9ba54615d9e2-5feeb702 {
    grid-area: 1 / 1 / 2 / 13;
    align-self: start;
    justify-self: stretch;
  }

  #w-node-bc99e818-ae3c-cba5-1ad9-146a2ab4fada-5feeb702 {
    grid-area: 2 / 1 / 3 / 7;
    align-self: end;
  }

  #w-node-_38709a6c-5de4-0f2c-98ed-68fd5de5530a-b5bf0e4a {
    grid-area: span 1 / span 12 / span 1 / span 12;
    align-self: center;
  }

  #w-node-_6b9364ec-17ad-c89c-4f1b-20b519b46e31-b5bf0e4a {
    grid-area: 2 / 1 / 3 / 13;
    align-self: center;
    justify-self: center;
  }

  #w-node-ad00f5f2-db12-7712-92a1-dd3a4f3d1a73-b5bf0e4a {
    grid-area: span 1 / span 11 / span 1 / span 11;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a4fa559c-29e0-3a37-5938-d09329dce09d-705347d4 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-d6d91f87-8293-906e-4b74-0aa452cb7da9-705347d4 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_600c25e0-743a-235b-b8b2-65c9a0b7362f-705347d4 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-bc99e818-ae3c-cba5-1ad9-146a2ab4f991-705347d4, #w-node-_312e62c1-8a40-996f-5522-4d417f44467a-705347d4 {
    grid-column: span 12 / span 12;
  }

  #w-node-bc99e818-ae3c-cba5-1ad9-146a2ab4fac4-705347d4, #w-node-bc99e818-ae3c-cba5-1ad9-146a2ab4facc-705347d4, #w-node-bc99e818-ae3c-cba5-1ad9-146a2ab4fadf-705347d4 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-bc99e818-ae3c-cba5-1ad9-146a2ab4fada-705347d4 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-_163365da-cf9b-9fe5-dd7f-36ff7e747072-705347d4 {
    grid-area: span 1 / span 12 / span 1 / span 12;
    justify-self: center;
  }

  #w-node-_163365da-cf9b-9fe5-dd7f-36ff7e7470be-705347d4 {
    justify-self: end;
  }

  #w-node-_1b4c89a7-d8e0-2419-65e7-41f00654367c-0654367a {
    grid-area: span 1 / span 12 / span 1 / span 12;
    justify-self: center;
  }

  #w-node-_1b4c89a7-d8e0-2419-65e7-41f0065436c7-0654367a {
    justify-self: end;
  }

  #w-node-d20c2e54-58ea-8c43-f6a6-caa47d684541-7a5347e8 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-d20c2e54-58ea-8c43-f6a6-caa47d684549-7a5347e8 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-d20c2e54-58ea-8c43-f6a6-caa47d684552-7a5347e8 {
    grid-area: span 1 / span 12 / span 1 / span 12;
    align-self: end;
  }

  #w-node-d20c2e54-58ea-8c43-f6a6-caa47d684541-a00f8bfb {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-d20c2e54-58ea-8c43-f6a6-caa47d684549-a00f8bfb {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-d20c2e54-58ea-8c43-f6a6-caa47d684552-a00f8bfb {
    grid-area: span 1 / span 12 / span 1 / span 12;
    align-self: end;
  }

  #w-node-d20c2e54-58ea-8c43-f6a6-caa47d684541-ec08a970 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-d20c2e54-58ea-8c43-f6a6-caa47d684549-ec08a970 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-d20c2e54-58ea-8c43-f6a6-caa47d684552-ec08a970 {
    grid-area: span 1 / span 12 / span 1 / span 12;
    align-self: end;
  }

  #w-node-bc99e818-ae3c-cba5-1ad9-146a2ab4f991-987fcc4c, #w-node-_312e62c1-8a40-996f-5522-4d417f44467a-987fcc4c {
    grid-column: span 12 / span 12;
  }

  #w-node-a4fa559c-29e0-3a37-5938-d09329dce09d-5feeb702 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-d6d91f87-8293-906e-4b74-0aa452cb7da9-5feeb702 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_600c25e0-743a-235b-b8b2-65c9a0b7362f-5feeb702 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-bc99e818-ae3c-cba5-1ad9-146a2ab4f991-5feeb702, #w-node-_312e62c1-8a40-996f-5522-4d417f44467a-5feeb702 {
    grid-column: span 12 / span 12;
  }

  #w-node-bc99e818-ae3c-cba5-1ad9-146a2ab4fac4-5feeb702, #w-node-bc99e818-ae3c-cba5-1ad9-146a2ab4facc-5feeb702, #w-node-bc99e818-ae3c-cba5-1ad9-146a2ab4fadf-5feeb702 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-bc99e818-ae3c-cba5-1ad9-146a2ab4fada-5feeb702 {
    grid-area: 3 / 1 / 4 / 13;
  }
}


@font-face {
  font-family: 'Ralegrotesk';
  src: url('../fonts/RaleGrotesk-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ralegrotesk';
  src: url('../fonts/RaleGrotesk-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}