:root {
  --white: white;
  --black: black;
  --dark-grey: #9b9b9b;
  --grey: grey;
  --sendit: #123ce7;
  --royal-blue: #3d63ff;
  --black-2: #333;
  --dim-grey: #636363;
  --red: #fa191980;
  --qc: #a2dd0f;
  --kairig: #ffbe0d;
  --genzi: #6408c2;
}

.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;
}

body {
  color: #333;
  background-color: #02020a;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  font-size: 44px;
  font-weight: 900;
  line-height: 52px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
}

h4 {
  color: #333;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: gray;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

p {
  color: gray;
  margin-bottom: 20px;
  padding: 11px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}

a {
  color: gray;
  padding-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: box-shadow .2s, color .2s;
  box-shadow: inset 0 -2px #0000001a;
}

a:hover {
  color: #000;
  box-shadow: inset 0 -2px #000;
}

img {
  max-width: 100%;
  padding: 51px 51px 51px 52px;
  display: block;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.wrapper-list-links {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.bold {
  color: #161616;
}

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

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

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

.navbar {
  background-color: #0000;
  width: 100%;
  height: auto;
  padding: 5vh 5vw 0;
  position: absolute;
}

.brand {
  box-shadow: none;
  border-bottom: 1px #000;
  align-items: center;
  height: 90px;
  display: flex;
}

.brand:hover {
  box-shadow: none;
  border-bottom-style: none;
}

.brand.w--current, .brand.w--current:hover {
  box-shadow: none;
}

.link-nav {
  box-shadow: none;
  color: gray;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 0 5px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: color .2s, box-shadow .2s;
}

.link-nav:hover, .link-nav.w--current {
  color: #000;
  box-shadow: inset 0 -3px #00000080;
}

.div-block-26 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.div-block-27 {
  background-color: #fafafa;
  border-top: 1px #dbdbdb;
  width: 100%;
  height: auto;
  padding-left: 5vw;
  padding-right: 5vw;
}

.small-p {
  color: #b8b8b8;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.nav-menu {
  float: right;
  align-items: center;
  padding-top: 4vh;
  padding-bottom: 2vh;
  display: flex;
}

.footer-links {
  margin-bottom: 20px;
  margin-right: 20px;
}

.heading-14 {
  color: #101f44;
  font-family: Merriweather, serif;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: static;
}

.text-wrapper {
  text-align: center;
}

.scramble-text.text-size-xl.text-weight-light {
  color: #f5f5f5;
  font-family: Inconsolata, monospace;
  font-size: 64px;
  line-height: 78px;
}

.section-tip {
  background-color: #0000;
  border-bottom: 1px solid #eff9fc1a;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tip-wrapper {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  overflow: auto;
}

.hero-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  height: 100vh;
  display: grid;
  overflow: hidden;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.nav {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  position: absolute;
  inset: 0% 0% auto;
}

.menu-button {
  z-index: 991;
  background-color: #1717174d;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 0;
  transition: background-color .3s;
  position: fixed;
  inset: 0% 0% auto auto;
}

.menu-button:hover {
  background-color: #ffffff0f;
  border-radius: 50%;
}

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

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

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

.menu-hover {
  width: 100%;
  height: 100%;
  padding: 0;
}

.menu-links-wrapper {
  width: 70%;
  margin-right: 1em;
  display: block;
}

.html-embed {
  position: absolute;
}

.number-2 {
  font-size: .9em;
}

.nav-link {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 6em;
  transition: all .4s;
  display: flex;
}

.nav-link:focus {
  color: #f8f8f8;
}

.nav-link.w--current {
  color: #e1ff00;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 6em;
}

.menu-top {
  background-color: #f8f8f8;
  width: 24px;
  height: 2px;
  position: absolute;
  top: 30px;
}

.menu-wrap {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.menu-link {
  color: #ffffff7a;
  border-bottom: 0 solid #f8f8f833;
  justify-content: flex-start;
  align-items: stretch;
  padding: 3em 0;
  font-family: Roboto, sans-serif;
  transition: color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-link:hover {
  color: #f8f8f8;
  text-decoration: none;
  transform: translate(0);
}

.menu-link:focus {
  text-decoration: none;
}

.menu-link.w--current {
  color: #fff;
  border-bottom-width: 0;
}

.menu-link.w--current:hover {
  text-decoration: none;
}

.takeover {
  z-index: 990;
  background-color: #1b1b1b;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 6em 4em;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.menu-bottom {
  background-color: #f8f8f8;
  width: 24px;
  height: 2px;
  position: absolute;
  top: 38px;
}

.takeover-inner {
  z-index: 990;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.main-button {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px #eff9fc1a;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 18px 42px;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.main-button.genzi {
  flex-direction: row;
  justify-content: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.main-button.blue {
  background-color: #000;
  margin-top: 20px;
}

.large-growing-images {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  min-height: 550px;
  display: flex;
}

.large-growing-images.small {
  background-image: url('../images/Cropped-Gif-Fintech-Company-.gif');
  background-position: 50% 15%;
  background-size: cover;
  border-radius: 15px;
  height: 35vw;
  min-height: 100%;
}

.large-growing-images.small.genzi-subpage {
  background-image: url('../images/IMG_93172.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  justify-content: space-between;
  align-items: stretch;
  height: 30vw;
  min-height: 100%;
}

.large-growing-images.small.genzi-subpage-2 {
  background-image: url('../images/2-Genzi---positive-comments-.png');
  background-position: 50%;
  min-height: 75%;
}

.large-growing-images.small.genzi-comments {
  background-image: url('../images/IMG_93172.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: scroll;
  min-height: 80%;
}

.button-outline {
  background-color: #060d11;
  border: 1px solid #eff9fc80;
  border-radius: 15px;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 48px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button-text {
  z-index: 25;
  font-family: PT Serif, serif;
  position: relative;
}

.button-text:hover {
  color: #777;
}

.button-text:active {
  color: #d3d3d3;
}

.button-text.contact-me {
  z-index: 25;
  font-family: PT Sans, sans-serif;
  text-decoration: none;
  display: block;
  position: relative;
}

.button-text.genzi {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.button-text.genzi:hover {
  color: #fff;
}

.button-text.genzi.button2 {
  font-size: 18px;
  font-weight: 700;
}

.underline {
  background-image: linear-gradient(#123ce700 69%, #7521ce 70%, #7521ce);
  padding-left: 5px;
  padding-right: 5px;
  font-size: 18px;
}

.underline.w--current {
  color: var(--white);
  font-family: PT Serif, serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.underline.sendit {
  background-image: linear-gradient(#123ce700 69%, #7521ce 70%, #123ce7 70%, #123ce7);
  font-size: 18px;
}

.cta-heading {
  color: var(--white);
  text-align: center;
  margin-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  font-family: PT Serif, serif;
  line-height: 46px;
}

.cta-heading.connect {
  font-size: 44px;
  line-height: 52px;
}

.cta-section {
  background-color: #02020a;
  padding-top: 50px;
  padding-bottom: 25px;
}

.cta-section.about-page {
  border-bottom: 1px solid #0000;
  padding-top: 60px;
  position: static;
}

.cta-section.about-page.info {
  padding-top: 0;
}

.body-2 {
  background-color: #02020a;
}

.cta-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.cta-wrapper.width {
  max-width: none;
  padding-top: 20px;
  padding-left: 75px;
  padding-right: 75px;
}

.cta-subtitle {
  flex-direction: column;
  padding-top: 15px;
  display: flex;
}

.cta-subtitle.subhero {
  padding-top: 0;
}

.menu-item {
  letter-spacing: -.03em;
  justify-content: space-between;
  align-items: center;
  padding-right: .2em;
  font-size: 1.5em;
  display: flex;
  overflow: hidden;
}

.menu-item.with-arrow {
  padding-right: 0;
  display: flex;
}

.menu-overlay {
  z-index: 999;
  background-color: #1e1d1d;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  margin-right: 0;
  padding: 4em;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu-item-wrapper.is-white {
  color: #f8f7f4;
  flex-direction: column;
  width: 100%;
  margin-bottom: .5em;
  font-size: 3em;
  display: flex;
}

.home-link-wrapper {
  z-index: 1000;
  position: relative;
}

.menu-link-wrapper {
  z-index: 3000;
  width: 30px;
  display: none;
  position: relative;
  inset: 0% 0% auto auto;
}

.nav-link-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.menu-arrow-down {
  opacity: .39;
  filter: invert();
  width: auto;
  max-width: none;
  height: .7em;
  transform: rotate(135deg);
}

.arrow-menu-contact {
  filter: invert();
  width: auto;
  max-width: none;
  height: .7em;
}

.navigation {
  z-index: 0;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
  position: static;
  inset: 1% 0% auto;
}

.menu-contact-item {
  color: #f8f7f4;
  width: 48%;
  font-size: 1em;
}

.home-button {
  background-color: #fff;
  border: 1.75px solid #000;
  border-radius: 100%;
  width: 18px;
  height: 18px;
}

.home-button.w--current {
  width: 14px;
  height: 14px;
}

.menu-links-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 90%;
  margin-top: 50px;
  display: flex;
}

.arrow-menu-link {
  filter: invert();
  width: auto;
  max-width: none;
  height: .7em;
  transform: rotate(45deg);
}

.menu-contact-links {
  justify-content: space-between;
  width: 100%;
  font-size: 3vw;
  display: flex;
}

.nav-wrapper {
  background-color: #0000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 26px;
  padding-bottom: 24px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.rule {
  height: 2em;
  padding-bottom: 0;
}

.rule.for-menu {
  height: 1px;
  margin-bottom: .5em;
}

.nav-link-2 {
  color: #f5f5f5;
  letter-spacing: 0;
  text-transform: none;
  width: 25%;
  margin-left: 0;
  padding-right: 4em;
  font-family: PT Serif, serif;
}

.nav-link-2:hover, .nav-link-2:focus {
  opacity: .5;
}

.nav-link-2.is-contact {
  margin-left: auto;
  padding-right: 0;
}

.menu_link-text {
  color: #f5f5f5;
  padding-top: 0;
  padding-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 1em;
  font-weight: 400;
}

.menu_link-text:hover {
  color: #3d63ff;
}

.blur-bkgd {
  z-index: -10;
  -webkit-backdrop-filter: blur(.75em);
  backdrop-filter: blur(.75em);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.menu_link {
  color: #251075;
  letter-spacing: .1em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
  font-weight: 700;
  display: flex;
}

.menu_link.is--second, .menu_link.is--third {
  box-shadow: none;
}

.navbar-container {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  height: 6em;
  padding-top: 30px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar-2 {
  z-index: 1000;
  background-color: #0000;
  margin-bottom: 0;
  padding-bottom: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar_menu-button {
  margin-left: auto;
  padding: 0;
}

.brand-3 {
  box-shadow: none;
  color: #f5f5f5;
  letter-spacing: .1px;
  text-transform: uppercase;
  cursor: pointer;
  width: 4rem;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 15px;
  padding-left: 15px;
  font-family: PT Serif, serif;
  font-size: 1.5em;
}

.brand-3:hover {
  color: var(--dark-grey);
}

.brand-3:active {
  color: var(--grey);
}

.brand-3.w--current:hover {
  color: var(--dark-grey);
}

.brand-3.w--current:active {
  color: var(--grey);
}

.nav-menu-2 {
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.contact-section {
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  overflow: visible;
}

.contact-section.home {
  flex-direction: column;
  padding-top: 60px;
}

.form-title {
  color: #f5f5f5;
  font-family: PT Serif, serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 46px;
}

.success-message-cf2 {
  background-color: #0000;
  border: 1px solid #dadada;
  border-radius: 15px;
  margin-top: 20px;
  font-weight: 600;
}

.contact-form-wrapper {
  background-color: #0000;
  border-radius: 8px;
  align-items: center;
  width: 90%;
  max-width: 1400px;
  height: auto;
  margin: 20px auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-field-cf2 {
  color: #f5f5f5;
  text-align: left;
  background-color: #0000;
  border: 1px solid #0000;
  border-bottom-color: #cacaca;
  margin-top: 20px;
  padding-right: 140px;
  font-family: PT Serif, serif;
  font-size: 16px;
}

.text-field-cf2:focus {
  border-bottom-color: #f76874;
}

.text-field-cf2:focus-visible, .text-field-cf2[data-wf-focus-visible] {
  border-bottom-color: #f5f5f5;
}

.text-field-cf2.big {
  height: 100px;
}

.text-field-cf2.big:focus-visible, .text-field-cf2.big[data-wf-focus-visible] {
  border-bottom-color: #f5f5f5;
}

.submit-button-cf2 {
  color: #f5f5f5;
  background-color: #0000;
  border-bottom: 3px solid #0000;
  margin-top: 20px;
  margin-left: 12px;
  padding: 10px 0 5px;
  font-size: 16px;
  font-weight: 600;
  transition: border-color .2s;
}

.submit-button-cf2:hover {
  border: 1px solid #000;
}

.form-cf2 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.error-message-cf2 {
  background-color: #ff9b9b;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.contact-form {
  align-items: flex-start;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.container-13 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.heading-23 {
  color: #f5f5f5;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 400;
}

.text-block-4 {
  color: #f5f5f5;
}

.text-block-5 {
  font-weight: 400;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.main-text {
  color: #f5f5f5;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.main-text.centered {
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 24px;
  line-height: 32px;
}

.main-text.centered.mobile {
  clear: none;
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.main-text.extra-height {
  overflow-wrap: normal;
  padding: 0 10px;
  font-style: normal;
  line-height: 28px;
  text-decoration: none;
}

.main-text.extra-height.newslleter-link {
  -webkit-text-fill-color: inherit;
  vertical-align: baseline;
  mix-blend-mode: normal;
  background-clip: border-box;
  text-decoration: underline;
  display: inline;
  position: static;
  box-shadow: inset 0 -2px #0000001a;
}

.main-text.extra-height.newslleter-link:hover {
  color: var(--sendit);
}

.container-underline {
  box-shadow: none;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr;
}

.container-underline.about-page.digital-consultant, .container-underline.about-page.digital-consultant-2 {
  flex-direction: column;
  padding-top: 30px;
  padding-bottom: 20px;
  display: flex;
}

.wg-element-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.wg-element-wrapper.sw7 {
  color: #251075;
  letter-spacing: .1px;
  text-transform: uppercase;
  border-bottom: 1px solid #0000;
  padding-bottom: 5px;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 16px;
  font-weight: 700;
}

.wg-dropdown-2 {
  border-bottom: 1px solid #0000;
  flex-direction: column;
  align-items: stretch;
  width: auto;
  font-size: 1em;
  font-weight: 700;
  line-height: 32px;
}

.wg-dd-2-togle {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3rem;
  margin-bottom: 20px;
  padding: 11px;
  font-size: 1em;
  line-height: 32px;
  transition: color .2s;
  display: flex;
}

.wg-dd-2-togle:hover {
  color: #ff6640;
}

.wg-dd-2-list {
  transform-origin: 100% 0;
  background-color: #fff;
  padding-top: 2.5rem;
  padding-bottom: .5rem;
  inset: -.5rem auto auto 0%;
  overflow: hidden;
}

.wg-dd-2-list.w--open {
  background-color: #0000;
  border-bottom: 1px solid #0000;
}

.wg-dropdown-2-link {
  color: #000;
  justify-content: flex-start;
  align-items: center;
  height: 2rem;
  padding: 0 1rem;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.wg-dropdown-2-link:hover {
  color: #ff6640;
}

.wg-dropdown-2-link.wg-text {
  border-top: 0 solid #0000;
  height: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 0;
  font-size: 1.03em;
}

.wg-dropdown-2-link.wg-text:hover {
  color: #f5f5f5;
  font-size: 1.05em;
  font-weight: 400;
}

.wg-dropdown-2-link.wg-text:active {
  font-size: 1.06em;
  font-weight: 400;
}

.wg-dropdown-2-link.wg-text.wg-text-2 {
  box-shadow: none;
  border-bottom-width: 0;
  border-bottom-color: #0000;
}

.wg-text {
  color: #f5f5f5;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-bottom: .5px solid #0000;
  padding-top: 5px;
  padding-bottom: 4px;
  font-family: PT Serif, serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 32px;
}

.wg-text:hover {
  color: #3d63ff;
}

.section_tip {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  inset: 0%;
}

.matrix-animation_component {
  display: block;
  position: absolute;
  inset: 0%;
}

.text-size-medium {
  color: #f5f5f5;
  font-family: PT Sans, sans-serif;
  font-size: 1.75rem;
  line-height: 32px;
}

.matrix-text_component {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.bg-circle-2 {
  z-index: -1;
  opacity: .6;
  filter: blur(30px);
  background-color: #000;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.page-padding-2 {
  z-index: 1;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.heading-xxl {
  color: #f5f5f5;
  font-family: PT Serif, serif;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1.1;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-large {
  padding-top: 51px;
  padding-bottom: 50px;
}

.grid-card {
  z-index: 1;
  color: #ffffff30;
  text-align: left;
  border-bottom: 1.5px solid #eeedf230;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 5.8em 2.5em;
  font-size: .8em;
  transition: all .2s;
  display: flex;
  position: relative;
}

.card-item {
  border-radius: .25rem;
  width: 100%;
  height: 35rem;
  position: relative;
  overflow: hidden;
}

.main-container {
  min-height: 80vh;
  position: relative;
}

.static-bg-color {
  z-index: -2;
  background-color: #02020a;
  position: absolute;
  inset: 0%;
}

.padding-global {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.numbers {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-button {
  flex-direction: row;
  display: flex;
}

.gravity-zone-button {
  border: 1px #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: 6rem;
  padding: 0;
  display: flex;
}

.wrapper-icone-button {
  color: #fff;
  background-color: #03030300;
  padding: 10px;
  position: relative;
}

.button-wrapper-socials-2 {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.button--5 {
  opacity: .59;
  background-color: #000;
  border: 1.5px solid #ffffffb3;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: flex-end;
  width: 3.5rem;
  height: 3.5rem;
  padding-bottom: 1px;
  display: flex;
  position: relative;
}

.text-span-6 {
  color: #3d63ff;
  font-style: italic;
}

.bold-text-2 {
  color: var(--white);
  font-style: normal;
}

.bold-text-2.blue {
  color: var(--sendit);
}

.heading-27 {
  color: #3d63ff;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 1rem;
  font-family: PT Serif, serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  line-height: 40px;
  display: flex;
}

.text-span-7 {
  color: #3d63ff;
}

.cta-heading-2 {
  color: #f5f5f5;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  font-family: PT Serif, serif;
  line-height: 46px;
}

.cta-heading-2.subhero {
  margin-bottom: 40px;
}

.hero-wrapper {
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  display: block;
}

.column-div-wrapper {
  border: 1px solid #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  padding-top: 0;
  display: flex;
}

.secondary-weight-2 {
  color: #fff;
  font-size: 20px;
}

.secondary-weight-2.underline-2.sendit-subpage {
  font-size: 23px;
}

.secondary-weight-2.underline-2.sendit-subpage.bold {
  background-image: linear-gradient(#123ce700 69%, #123ce7 70% 85%, #123ce7);
  font-size: 23px;
}

.underline-2 {
  background-image: linear-gradient(#123ce700 69%, #7521ce 70%, #7521ce);
  padding-left: 5px;
  padding-right: 5px;
  font-size: 18px;
}

.underline-2.w--current {
  color: #fff;
  font-family: PT Serif, serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.underline-2.sendit-subpage {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#123ce700 69%, #123ce7 70%, #123ce7);
  background-clip: border-box;
  font-size: 18px;
  font-weight: 700;
  line-height: 48px;
}

.underline-2.sendit-subpage.bold {
  color: #f5f5f5;
  background-image: linear-gradient(#123ce700 69%, #123ce7 70%, #123ce7);
  font-weight: 700;
}

.underline-2.sendit-subpage.price {
  color: #f5f5f5e6;
  font-size: 18px;
  line-height: 1.65em;
}

.column-div-wrapper-button {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  padding-top: 0;
  display: flex;
}

.text-span-13, .text-span-14 {
  text-decoration: underline;
}

.link-block-4 {
  max-height: 100%;
  position: relative;
}

.image-43 {
  width: 400px;
  max-width: none;
  height: auto;
  max-height: none;
  position: static;
}

.image-44 {
  max-width: none;
  max-height: none;
  padding: 0;
}

.link-block-5 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 20px;
  display: flex;
}

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

.heading-29 {
  color: #f5f5f5;
  text-align: center;
  padding-bottom: 15px;
  font-family: PT Serif, serif;
  font-size: 30px;
  line-height: 54px;
}

.heading-29.landing {
  text-align: left;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.heading-30 {
  color: #f5f5f5;
  text-align: center;
  padding-bottom: 15px;
  font-family: PT Serif, serif;
  font-size: 30px;
  line-height: 54px;
}

.heading-30.landing {
  text-align: left;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.cta-section-first {
  background-color: #02020a;
  padding-top: 50px;
  padding-bottom: 25px;
}

.cta-section-first.about-page {
  border-bottom: 1px solid #0000;
  padding-top: 60px;
  position: static;
}

.html-embed-2 {
  background-color: #0000;
  padding-left: 75px;
  padding-right: 75px;
}

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

.list-item, .list-item-2 {
  list-style-type: none;
}

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

.link {
  display: block;
}

.code-embed {
  padding-top: 30px;
  padding-bottom: 0;
}

.container-11 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.service-image {
  justify-content: center;
  align-items: center;
  display: flex;
}

.medium-width {
  max-width: 100%;
}

.stacked-title {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: start stretch;
  display: grid;
}

.button-outline-2 {
  background-color: #3c00ff00;
  border: 1px solid #eff9fc80;
  border-radius: 15px;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 24px 48px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button-outline-2.blue {
  background-color: var(--sendit);
}

.button-outline-2.blue:hover {
  background-color: var(--royal-blue);
}

.hero-heading-right {
  background-color: #0000;
  border: 1px solid #0000;
  padding: 30px 75px 80px;
  position: relative;
}

.service-info {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between start;
  justify-items: start;
  max-width: 500px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 0;
  display: grid;
}

.service-info.genzi-subpage {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #000;
  grid-auto-flow: row;
  place-items: stretch start;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 20px;
}

.body-display {
  color: #f5f5f5e6;
  flex-flow: wrap;
  justify-content: space-between;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65em;
  display: block;
}

.service-item {
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 50% 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-item.left {
  grid-column-gap: 0px;
  grid-template-columns: 1fr 1fr;
  padding: 0;
}

.service-item.genzi-subpage {
  grid-column-gap: 0px;
  grid-template-columns: 1fr 1.7fr 1fr;
  justify-items: stretch;
  padding-left: 0;
  padding-right: 0;
}

.heading {
  color: #f5f5f5;
  font-family: PT Serif, serif;
}

.heading.genzi {
  text-align: justify;
  margin-bottom: 40px;
  font-size: 42px;
  line-height: 48px;
}

.medium-width-intro {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  display: grid;
}

.section-12 {
  padding-top: 110px;
}

.heading-24 {
  color: #f5f5f5;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: PT Serif, serif;
  font-size: 56px;
  line-height: 72px;
}

.marquee-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.marquee-content.scroll {
  align-items: center;
  position: static;
}

.tools-marquee {
  grid-column-gap: 1rem;
  background-color: #02020a;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.imagen-marquee {
  filter: contrast(0%) brightness(200%);
  width: auto;
  max-width: 20%;
  height: 36px;
  padding: 0 40px;
}

.imagen-marquee.figma {
  height: 56px;
  padding: 0;
}

.imagen-marquee.bootstrap {
  height: 56px;
}

.imagen-marquee.notion {
  max-width: 25%;
  height: 72px;
}

.imagen-marquee.adobe {
  height: 64px;
  padding: 0;
}

.imagen-marquee.semrush {
  height: 24px;
}

.heading-31 {
  color: #f5f5f5;
  font-family: PT Serif, serif;
}

.heading-31.genzi {
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 51px;
  padding-bottom: 51px;
  font-size: 42px;
  line-height: 48px;
}

.image-45 {
  min-width: 0;
  max-width: 200px;
  margin-left: 30px;
  padding: 50px 0 0;
}

.bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9 {
  color: #3d63ff;
}

.image-46 {
  z-index: auto;
  max-width: 60%;
  max-height: 60%;
  margin-left: 0;
  padding: 0;
  display: block;
  position: static;
}

.text-span-17 {
  text-align: left;
  padding-left: 0;
}

.text-span-18 {
  text-align: left;
  text-decoration: none;
}

.text-block-6 {
  color: var(--white);
  font-size: 18px;
}

.div-block-28 {
  padding-left: 0;
}

@media screen and (min-width: 1440px) {
  .menu-overlay {
    display: none;
  }

  .navbar-container {
    background-color: #02020a;
  }

  .text-field-cf2 {
    padding-right: 140px;
  }

  .main-text.centered.mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .column-div-wrapper {
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .column-div-wrapper-button {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .image-44 {
    padding: 0;
  }

  .link-block-5 {
    padding-bottom: 20px;
  }

  .grid-5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1920px) {
  .scramble-text.text-size-xl.text-weight-light {
    font-size: 84px;
  }

  .main-button {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .main-button.genzi, .button-outline {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .button-text, .button-text.contact-me {
    font-size: 1rem;
  }

  .underline.sendit {
    font-size: 1.5rem;
  }

  .cta-heading {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .cta-wrapper {
    padding-left: 80px;
    padding-right: 80px;
  }

  .menu_link-text {
    font-size: 1.25em;
  }

  .form-title {
    font-size: 2.5rem;
  }

  .text-field-cf2, .submit-button-cf2 {
    font-size: 1.5rem;
  }

  .heading-23 {
    color: #d8d8d8;
    font-size: 1.752rem;
  }

  .main-text {
    padding-bottom: 0;
    font-size: 24px;
    line-height: 36px;
  }

  .main-text.centered.mobile {
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
  }

  .container-underline.about-page {
    flex-flow: column;
    max-width: 1200px;
    display: flex;
  }

  .container-underline.about-page.digital-consultant, .container-underline.about-page.digital-consultant-2 {
    max-width: 1200px;
  }

  .wg-dropdown-2 {
    font-size: 1.25em;
  }

  .matrix-text_component {
    display: flex;
    position: static;
  }

  .bg-circle-2 {
    width: 20vw;
    height: 20vw;
  }

  .bold-text-2 {
    color: #f5f5f5e6;
  }

  .heading-27 {
    font-size: 2rem;
  }

  .cta-heading-2 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .column-div-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .secondary-weight-2 {
    font-size: 24px;
    line-height: 36px;
  }

  .underline-2.sendit-subpage.price {
    font-size: 24px;
  }

  .link-block-5 {
    padding-bottom: 20px;
  }

  .grid-5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 40px;
  }

  .heading-29.landing.phone {
    margin-top: 0;
  }

  .cta-section-first.about-page {
    padding-bottom: 0;
  }

  .text-span-15, .text-span-16 {
    text-decoration: underline;
  }

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

  .button-outline-2 {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .body-display {
    font-size: 1.75rem;
  }

  .heading, .heading-31 {
    font-size: 3rem;
  }

  .image-46 {
    max-width: 45%;
  }
}

@media screen and (max-width: 991px) {
  a {
    margin-bottom: 20px;
  }

  .wrapper-list-links {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
  }

  .div-block-26 {
    width: auto;
  }

  .div-block-27 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .scramble-text {
    font-size: 2rem;
  }

  .menu-links-wrapper {
    width: 60%;
  }

  .nav-link {
    font-size: 8vw;
  }

  .takeover {
    overflow: auto;
  }

  .takeover-inner {
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-end;
    height: auto;
  }

  .large-growing-images.small {
    height: 45vw;
    min-height: 400px;
  }

  .large-growing-images.small.genzi-subpage, .large-growing-images.small.genzi-subpage-2 {
    height: 65vw;
  }

  .large-growing-images.small.genzi-comments {
    height: 80vw;
  }

  .button-text.genzi {
    font-size: 16px;
  }

  .cta-section.about-page.info {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }

  .cta-wrapper.width {
    padding-left: 30px;
    padding-right: 30px;
  }

  .menu-overlay {
    display: none;
  }

  .menu-item-wrapper.is-white {
    font-size: 2.7em;
  }

  .menu-link-wrapper {
    display: none;
  }

  .menu-arrow-down {
    height: .6em;
  }

  .navigation {
    padding-left: 2em;
    padding-right: 2em;
  }

  .arrow-menu-link {
    height: .6em;
  }

  .menu-contact-links {
    margin-top: auto;
    font-size: 4vw;
  }

  .nav-wrapper {
    justify-content: space-between;
  }

  .nav-link-2 {
    font-size: 10px;
  }

  .menu-icon_line-bottom {
    background-color: #f5f5f5;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .blur-bkgd {
    -webkit-backdrop-filter: blur(1em);
    backdrop-filter: blur(1em);
  }

  .menu-icon_line-middle {
    color: var(--black);
    background-color: #f5f5f5;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu_link {
    padding-top: 2em;
    padding-bottom: 2em;
    font-size: 2em;
  }

  .menu_link.is--second.w--current, .menu_link.is--third {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .navbar-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: grid;
  }

  .navbar_menu-button {
    color: var(--black);
    display: block;
  }

  .navbar_menu-button.w--open {
    z-index: 80;
    background-color: #0000;
  }

  .brand-3, .brand-3.w--current {
    color: #0000;
    order: -1;
  }

  .menu-icon_line-top {
    background-color: #f5f5f5;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon {
    color: var(--black);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    display: flex;
  }

  .menu-icon_line-middle-inner {
    background-color: #251075;
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-menu-2 {
    -webkit-backdrop-filter: blur(2em);
    backdrop-filter: blur(2em);
    background-color: #0000;
    height: 100vh;
    padding-top: 10em;
    inset: 0% 0% auto;
  }

  .contact-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .contact-form-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .wg-element-wrapper.sw7 {
    flex-direction: row;
    flex: 1;
    order: -1;
    justify-content: flex-end;
    align-self: baseline;
    align-items: center;
  }

  .wg-dropdown-2 {
    flex-direction: row;
    flex: 1;
    justify-content: space-between;
    align-self: auto;
    align-items: stretch;
    display: flex;
  }

  .wg-text {
    align-self: flex-end;
    margin-top: 5px;
  }

  .container-16 {
    flex-flow: row;
    justify-content: space-between;
    display: flex;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-card {
    color: #fff;
    flex-wrap: wrap;
  }

  .card-item {
    height: 30rem;
  }

  .image-44 {
    width: 200px;
  }

  .link-block-5 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    margin-top: -40px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

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

  .html-embed-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-11 {
    max-width: 728px;
  }

  .stacked-title {
    grid-row-gap: 24px;
  }

  .service-info {
    padding-top: 0;
    padding-bottom: 0;
  }

  .service-info.genzi-subpage {
    justify-content: start;
    justify-items: start;
  }

  .service-item {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .service-item.left {
    grid-template-columns: 1fr;
    padding-bottom: 24px;
  }

  .service-item.genzi-subpage {
    grid-template-columns: .8fr 3fr .8fr;
  }

  .medium-width-intro {
    max-width: 900px;
  }
}

@media screen and (max-width: 767px) {
  .wrapper-list-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .navbar {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 5vh;
    padding-left: 5vw;
    padding-right: 5vw;
    display: block;
  }

  .brand {
    height: auto;
  }

  .brand.w--current {
    height: auto;
    margin-bottom: 0;
  }

  .nav-menu {
    padding-top: 0;
    padding-bottom: 0;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .scramble-text {
    font-size: 1.5rem;
  }

  .section-tip {
    align-items: center;
  }

  .tip-wrapper {
    width: 100%;
  }

  .hero-section {
    grid-template-columns: 100%;
    width: 100%;
  }

  .menu-links-wrapper {
    width: 100%;
    margin-bottom: 2em;
  }

  .nav-link {
    font-size: 6vw;
  }

  .menu-link {
    overflow: hidden;
  }

  .takeover {
    align-items: center;
    overflow: auto;
  }

  .takeover-inner {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }

  .large-growing-images {
    height: 65vw;
    min-height: 300px;
  }

  .large-growing-images.small {
    height: 60vw;
    min-height: auto;
  }

  .cta-section.about-page.info {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .menu-item {
    overflow: hidden;
  }

  .menu-overlay {
    padding: 50px 25px 100px;
    display: none;
    position: absolute;
  }

  .home-link-wrapper {
    z-index: 1000;
    display: block;
    position: relative;
    inset: 0% auto auto 0%;
  }

  .menu-link-wrapper {
    justify-content: flex-end;
    align-items: center;
    width: 50px;
    height: 100%;
    display: flex;
    position: relative;
  }

  .nav-link-wrapper {
    display: none;
  }

  .lottie-menu {
    width: 25px;
  }

  .navigation {
    justify-content: space-between;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
  }

  .menu-links-wrapper-2 {
    justify-content: flex-start;
    height: 70%;
    margin-top: 75px;
  }

  .menu-item-text {
    font-size: 1em;
  }

  .menu-contact-links {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .nav-wrapper {
    justify-content: space-between;
    height: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .rule {
    margin-bottom: 1em;
  }

  .nav-link-2.w--current {
    padding-right: 0;
  }

  .contact-form-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .container-underline.about-page.digital-consultant, .container-underline.about-page.digital-consultant-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section_tip {
    align-items: center;
    overflow: auto;
  }

  .page-padding-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-xxl {
    font-size: 6rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .connect-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .bold-text-2 {
    font-size: 32px;
    line-height: 34px;
  }

  .image-44 {
    width: 100%;
    margin-top: 10px;
  }

  .link-block-5 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: -40px;
    display: flex;
  }

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

  .html-embed-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .service-info {
    grid-row-gap: 48px;
  }

  .service-item {
    grid-row-gap: 60px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .navbar {
    text-align: center;
    flex-direction: column;
    padding-top: 2vh;
  }

  .brand {
    float: none;
    justify-content: center;
    width: 100%;
    height: 80px;
    padding-left: 0;
  }

  .brand.w--current {
    float: none;
    justify-content: center;
    height: 80px;
    padding-left: 0;
  }

  .div-block-27 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-menu {
    justify-content: space-between;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .page-padding {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .text-wrapper {
    text-align: center;
  }

  .scramble-text {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .scramble-text.text-size-xl.text-weight-light {
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
    line-height: 48px;
  }

  .section-tip {
    background-image: none;
  }

  .hero-section {
    height: 80vh;
  }

  .nav {
    inset: 0% 0% auto;
  }

  .menu-button {
    background-color: #17171780;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    transform: scale(.9);
  }

  .menu-button:hover {
    background-color: #27272780;
  }

  .menu-button.w--open {
    color: #171717;
    background-color: #27272780;
    border-radius: 50%;
  }

  .menu-links-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .number-2 {
    color: #f8f8f873;
    padding-top: 3px;
  }

  .nav-link {
    color: #f8f8f8;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 3em;
  }

  .nav-link.w--current {
    font-size: 3em;
  }

  .menu-link {
    color: #f8f8f8;
    border-bottom-style: solid;
    border-bottom-color: #f8f8f83b;
    padding: 1em 2em;
    overflow: hidden;
  }

  .takeover {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0;
    display: none;
    overflow: auto;
  }

  .takeover-inner {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 0;
    display: flex;
  }

  .main-button.genzi {
    justify-content: center;
  }

  .main-button.blue {
    margin-bottom: 10px;
  }

  .large-growing-images {
    min-height: auto;
  }

  .large-growing-images.small {
    height: 55vw;
    min-height: auto;
  }

  .large-growing-images.small.genzi-subpage {
    height: 60vw;
    min-height: 100%;
  }

  .large-growing-images.small.genzi-subpage-2 {
    height: 85vw;
    min-height: 100%;
  }

  .large-growing-images.small.genzi-comments {
    height: 90vw;
    min-height: 100%;
  }

  .button-outline {
    justify-content: space-between;
  }

  .button-text.contact-me {
    font-size: 10px;
  }

  .button-text.genzi.button2 {
    font-size: 16px;
  }

  .underline.sendit {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
  }

  .cta-heading {
    margin-bottom: 0;
    font-size: 32px;
  }

  .cta-heading.connect {
    padding-bottom: 10px;
    font-size: 32px;
    line-height: 44px;
  }

  .cta-section, .cta-section.about {
    padding-left: 18px;
    padding-right: 18px;
  }

  .cta-section.about-page {
    padding-top: 90px;
  }

  .cta-section.about-page.info {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cta-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta-wrapper.width {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-subtitle {
    padding-top: 10px;
  }

  .menu-item {
    font-size: 1em;
  }

  .menu-item.with-arrow {
    font-size: 1.7em;
  }

  .menu-overlay {
    padding-left: 1em;
    padding-right: 1em;
    display: none;
  }

  .menu-item-wrapper.is-white {
    font-size: 2em;
  }

  .menu-arrow-down {
    height: .7em;
  }

  .arrow-menu-contact {
    height: 1em;
  }

  .navigation {
    padding-left: 1em;
    padding-right: 1em;
  }

  .arrow-menu-link {
    height: .7em;
  }

  .nav-link-2.w--current {
    display: block;
  }

  .menu-icon_line-bottom {
    background-color: var(--black);
    color: #f5f5f5;
  }

  .blur-bkgd {
    -webkit-backdrop-filter: blur(.2em);
    backdrop-filter: blur(.2em);
    height: 100%;
    margin-bottom: 0;
  }

  .menu-icon_line-middle {
    background-color: var(--black);
    color: #f5f5f5;
  }

  .menu_link.is--second, .menu_link.is--second.w--current {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .menu_link.is--third {
    padding-top: 0;
    padding-bottom: 1em;
  }

  .navbar-container {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 5px;
    padding-right: 5%;
    display: flex;
  }

  .navbar-2 {
    flex-direction: row;
    justify-content: flex-end;
    padding-top: 1em;
    padding-bottom: 1em;
    display: flex;
  }

  .navbar_menu-button {
    color: #0000;
    background-color: #0000;
    flex: 0 auto;
    justify-content: flex-end;
    align-self: auto;
    display: flex;
  }

  .brand-3 {
    box-shadow: none;
    color: #0000;
    border: 1px solid #0000;
    order: -1;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 6px;
    font-size: 1em;
    overflow: visible;
  }

  .brand-3:active {
    color: var(--grey);
  }

  .brand-3.w--current {
    color: #0000;
    margin-top: 13px;
    padding-bottom: 6px;
    overflow: hidden;
  }

  .menu-icon_line-top {
    background-color: var(--black);
    color: #f5f5f5;
  }

  .menu-icon {
    filter: invert() grayscale();
    color: #f5f5f5;
    background-color: #0000;
  }

  .menu-icon_line-middle-inner {
    background-color: #0000;
  }

  .nav-menu-2 {
    margin-top: 0;
    padding-top: 6.2em;
    inset: 0% 0% auto;
  }

  .contact-section {
    flex-direction: column;
    padding: 1px 18px 29px;
  }

  .contact-section.home {
    padding-left: 18px;
    padding-right: 18px;
    overflow: hidden;
  }

  .contact-form-wrapper {
    border-radius: 0;
    width: 100%;
    padding-top: 0;
  }

  .contact-form {
    width: 100%;
  }

  .container-13 {
    background-color: #0000;
    padding-bottom: 0;
  }

  .heading-23 {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 18px;
    line-height: 24px;
  }

  .main-text {
    font-size: 16px;
  }

  .main-text.centered.mobile {
    padding-left: 0;
    font-size: 16px;
    line-height: 24px;
  }

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

  .container-underline.about-page.digital-consultant-2 {
    padding-bottom: 0;
    padding-left: 0;
  }

  .wg-element-wrapper.sw7 {
    flex-direction: row;
    order: -1;
    align-self: auto;
    align-items: center;
    padding-bottom: 0;
  }

  .wg-dropdown-2 {
    align-self: auto;
  }

  .wg-dd-2-togle {
    justify-content: flex-start;
    align-self: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .wg-dd-2-togle.w--open {
    transition-property: none;
  }

  .wg-dd-2-list.w--open {
    box-shadow: none;
  }

  .wg-dropdown-2-link.wg-text.wg-text-2 {
    box-shadow: none;
    padding-top: 3rem;
    padding-bottom: 1rem;
  }

  .wg-text {
    flex: 1;
    align-self: auto;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .container-16 {
    justify-content: flex-start;
    align-self: flex-end;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section_tip {
    overflow: visible;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .card-item {
    height: 25rem;
  }

  .gravity-zone-button {
    width: 5rem;
  }

  .button-wrapper-socials-2 {
    padding-top: 12px;
  }

  .button--5 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .bold-text-2 {
    text-align: left;
    font-size: 26px;
    line-height: 32px;
  }

  .heading-27 {
    padding-bottom: 10px;
    font-size: 18px;
  }

  .cta-heading-2 {
    margin-bottom: 0;
    font-size: 32px;
  }

  .hero-wrapper {
    margin-bottom: 0;
  }

  .column-div-wrapper {
    padding-right: 12px;
  }

  .secondary-weight-2 {
    font-size: 18px;
  }

  .underline-2.sendit-subpage {
    font-family: PT Serif, serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 44px;
  }

  .column-div-wrapper-button {
    padding-right: 12px;
  }

  .image-44 {
    width: 100%;
    margin-top: 0;
    padding: 0;
  }

  .link-block-5 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    display: flex;
  }

  .link-block-5.w--current {
    flex: 1;
    margin-top: 0;
  }

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

  .heading-29 {
    text-align: center;
    margin-bottom: 5px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
  }

  .heading-29.landing {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 16px;
    line-height: 24px;
    display: block;
  }

  .heading-29.landing.phone {
    text-align: left;
    padding-left: 0;
  }

  .heading-30 {
    text-align: center;
    margin-bottom: 5px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
  }

  .heading-30.landing {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 16px;
    line-height: 24px;
    display: block;
  }

  .heading-30.landing.phone {
    text-align: left;
    padding-left: 0;
  }

  .cta-section-first {
    padding-left: 18px;
    padding-right: 18px;
  }

  .cta-section-first.about-page {
    padding-top: 90px;
  }

  .html-embed-2 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .container-11 {
    max-width: none;
  }

  .service-image {
    justify-content: center;
    align-items: center;
    min-width: 100%;
    min-height: 100%;
  }

  .button-outline-2 {
    justify-content: space-between;
  }

  .hero-heading-right {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .service-info {
    grid-row-gap: 36px;
  }

  .service-info.genzi-subpage {
    padding-bottom: 0;
  }

  .body-display {
    padding-bottom: 0;
    font-size: 16px;
  }

  .service-item.left {
    grid-row-gap: 0px;
    padding-bottom: 0;
  }

  .service-item.genzi-subpage {
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 3fr;
    grid-auto-flow: row;
  }

  .heading {
    font-size: 36px;
  }

  .heading.genzi {
    font-size: 28px;
    line-height: 32px;
  }

  .medium-width-intro {
    max-width: 100%;
  }

  .medium-width-intro.genzi-subpage {
    padding-bottom: 30px;
  }

  .heading-24 {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 32px;
    line-height: 44px;
  }

  .marquee-content.scroll {
    grid-column-gap: 1.4rem;
    min-width: 1%;
  }

  .tools-marquee {
    grid-column-gap: 2rem;
  }

  .imagen-marquee {
    height: 24px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .imagen-marquee.figma {
    height: 42px;
    line-height: 22px;
  }

  .imagen-marquee.bootstrap {
    height: 42px;
  }

  .imagen-marquee.notion {
    height: 48px;
    line-height: 24px;
  }

  .imagen-marquee.adobe {
    height: 46px;
    line-height: 18px;
  }

  .imagen-marquee.semrush {
    height: 16px;
  }

  .heading-31 {
    font-size: 36px;
  }

  .heading-31.genzi {
    font-size: 28px;
    line-height: 32px;
  }

  .image-46 {
    object-fit: contain;
    max-width: 80%;
    max-height: 80%;
    display: block;
  }

  .div-block-28 {
    padding-left: 0;
  }

  .text-block-7 {
    font-size: 3px;
  }
}

#w-node-b58c0a43-c5df-fc91-386b-a133e41a8a07-3600aa68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c41a9336-1901-d0a0-207b-29ee8464dfe6-3600aa68 {
  align-self: center;
}

#w-node-_915635e0-ed5a-2a4f-2455-1cdb3670a19f-3600aa68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62ea86e8-ad40-1cc2-9dc6-5361a56dbb66-5697c831 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_62ea86e8-ad40-1cc2-9dc6-5361a56dbb67-5697c831 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_802e81f0-a275-ce53-f42f-3b73cacd0a32-5697c831 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b5a0de4-5dc9-2112-30a0-94a4c7adcef2-5697c831, #w-node-_7f5f5620-99f1-b71f-d4e1-e7b9492aaf65-5697c831, #w-node-_8e64ff5b-a197-f745-3540-2f08e4329a90-5697c831, #w-node-_034f5d06-0661-6f04-27e7-f5c014ddd390-5697c831, #w-node-af497188-b9d3-d63b-f027-1998d71faf55-5697c831, #w-node-_0946f2c4-c1a0-39b2-961c-c2ee6edbc3a0-5697c831, #w-node-_8ead6639-d52c-9197-a023-8058155f25a1-5697c831, #w-node-_76b36111-cc8e-948f-6b77-1216c2df8a7a-5697c831, #w-node-_2f65ee2e-60b9-f093-bdfd-2b2b803dd4c6-5697c831, #w-node-_62ea86e8-ad40-1cc2-9dc6-5361a56dbb66-6c9ba5d7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_62ea86e8-ad40-1cc2-9dc6-5361a56dbb67-6c9ba5d7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_802e81f0-a275-ce53-f42f-3b73cacd0a32-ce8c4a72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62ea86e8-ad40-1cc2-9dc6-5361a56dbb67-ce8c4a72 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-eab2146c-a81d-75f0-e855-bd5e4fb6e3b5-ce8c4a72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eab2146c-a81d-75f0-e855-bd5e4fb6e3b6-ce8c4a72 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4d907b8a-6cb4-e3a6-238a-3b5589d7cb1c-ce8c4a72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d907b8a-6cb4-e3a6-238a-3b5589d7cb1d-ce8c4a72 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6843413b-f2c0-f314-e7dd-d0e153bc5da9-ce8c4a72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6843413b-f2c0-f314-e7dd-d0e153bc5daa-ce8c4a72 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c0997b84-85f5-99b1-01b9-f00b6da66bdc-3920789f {
  align-self: start;
}

#w-node-c0997b84-85f5-99b1-01b9-f00b6da66bdf-3920789f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3b93011e-5049-a582-2f7e-61cfa4dd2212-3920789f {
  place-self: center;
}

#w-node-a6861a34-8774-0875-c41e-24fa372396e9-3920789f {
  align-self: center;
}

#w-node-a6861a34-8774-0875-c41e-24fa372396ea-3920789f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-b58c0a43-c5df-fc91-386b-a133e41a8a07-3600aa68 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_62ea86e8-ad40-1cc2-9dc6-5361a56dbb67-5697c831, #w-node-_62ea86e8-ad40-1cc2-9dc6-5361a56dbb67-6c9ba5d7, #w-node-_62ea86e8-ad40-1cc2-9dc6-5361a56dbb67-ce8c4a72, #w-node-eab2146c-a81d-75f0-e855-bd5e4fb6e3b6-ce8c4a72, #w-node-_4d907b8a-6cb4-e3a6-238a-3b5589d7cb1d-ce8c4a72, #w-node-_6843413b-f2c0-f314-e7dd-d0e153bc5daa-ce8c4a72 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_7c718aa9-238b-1d83-3fa1-1863cb8e4c04-cc06b30a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7c718aa9-238b-1d83-3fa1-1863cb8e4c04-cc06b30a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b58c0a43-c5df-fc91-386b-a133e41a8a07-3600aa68 {
    align-self: auto;
  }

  #w-node-c41a9336-1901-d0a0-207b-29ee8464dfef-3600aa68, #w-node-c0997b84-85f5-99b1-01b9-f00b6da66be5-3920789f, #w-node-a6861a34-8774-0875-c41e-24fa372396f2-3920789f {
    justify-self: center;
  }
}


