:root {
  --black: #000;
  --pingen-blue: #0758ff;
  --white: #fff;
  --line-grey: #dbdde4;
  --light-grey: #f5f5f5;
  --violet: #a556ff;
  --teal-green: #1ba38d;
  --pink: #ff458f;
  --orange: #f86f22;
  --light-blue: #00c4ff;
  --gradient-turquoise-1: #54dbe6;
  --gradient-turquoise-2: #00c4ff;
  --mint-green: #7ee4c1;
  --tip-dark-green: #164744;
  --tip-green: #dbfeaa;
  --dark-blue: #0a288c;
  --purple: #c4baff;
  --night-blue: #253243;
  --light-purple: #94a0f9;
  --light-yellow: #f8da8c;
  --light-green: #d5e4d3;
  --dark-light-grey: #41444b;
  --blue-purple: #96b9f9;
  --light-orange: #ef8752;
  --post-yellow: #ffcc02;
  --turquoise: #64d3c8;
  --gradient-green-1: #32bb98;
  --gradient-green-2: #00907a;
  --gradient-purple-1: #9608f8;
  --gradient-purple-2: #6d4df2;
  --gradient-dark-2: #47423e;
  --light-violet-blue: #6386ff;
  --grey: #707070;
  --purple-blue: #6d4df2;
  --rosa: #f6c4fa;
  --red: #ff4e42;
  --sunset-yellow: #fcb22d;
  --dark-cyan: #173f4f;
  --dark-gray: #17191d;
  --soft-blue: #b2cced;
  --gray-border: #424242;
  --dark-grey: #17191d;
  --font-weight-med: 500;
}

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

body {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 500;
  line-height: 4.5rem;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.25rem;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.75rem;
}

p {
  margin-bottom: 10px;
  line-height: 1.3;
}

a {
  color: #000;
  font-size: 1rem;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

label {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.2;
  display: block;
}

.section {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 125px;
  padding-bottom: 125px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.header-sml, .section.header-lg {
  min-height: 495px;
  padding-top: 180px;
}

.section.dark.overflow-visible.hiw {
  overflow-x: clip;
}

.section.footer {
  z-index: 99;
  background-color: var(--black);
  padding-top: 10%;
  padding-bottom: 3rem;
  overflow: visible;
}

.section.small {
  padding-top: 62.5px;
  padding-bottom: 62.5px;
}

.section.floating-elements {
  height: 100vh;
  min-height: 660px;
  max-height: 1000px;
}

.section.x-small-bottom {
  padding-bottom: 30px;
}

.section.header-100vh {
  height: 100vh;
  min-height: 1050px;
  max-height: 1500px;
}

.section.small-bottom {
  padding-bottom: 62.5px;
}

.section.small-top {
  padding-top: 62.5px;
}

.section.track-trace-section {
  z-index: -3;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.wrapper {
  z-index: 1;
  background-color: #fff0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1280px;
  display: flex;
  position: relative;
}

.wrapper.position-static {
  position: static;
}

.wrapper.z-index-10 {
  z-index: 10;
}

.wrapper.display-block {
  display: block;
}

.wrapper.video {
  background-color: #fff0;
  max-width: 1200px;
  height: 90%;
  max-height: 675px;
  overflow: visible;
}

.h2-lg {
  font-size: 4rem;
  font-weight: 500;
  line-height: 4.5rem;
}

.h2-sm {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.25rem;
}

.h3-lg {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2rem;
}

.h3-sm {
  margin-bottom: .25rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.lead-special {
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.5;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5;
}

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

.capitals {
  text-transform: uppercase;
}

.g-nav-wrapper-position {
  z-index: 9999;
  background-color: #fff0;
  border-bottom: 1px solid #00000017;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.g-nav {
  z-index: 1;
  background-color: #ddd0;
  transition: all .2s;
  position: relative;
}

.g-nav-menu-right {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--black);
  vertical-align: baseline;
  margin-left: 0;
  margin-right: 0;
  padding: 1.5rem 10px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.2;
  display: flex;
}

.brand-image {
  margin-top: 0;
}

.button {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  border: 1.5px solid #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-left: 38px;
  padding-right: 12px;
  font-size: 1rem;
  font-weight: 400;
  transition: all .2s;
  display: inline-block;
}

.button:hover {
  padding-left: 26px;
  padding-right: 24px;
}

.button.menu {
  border-color: var(--pingen-blue);
  background-color: var(--pingen-blue);
  height: 40px;
  margin-left: .5rem;
  padding-left: 28px;
  padding-right: 2px;
  font-size: 15px;
}

.button.menu:hover {
  padding-left: 16px;
  padding-right: 14px;
}

.button.menu.secondary.mobile, .button.menu.mobile {
  display: none;
}

.button.menu.desktop {
  display: block;
}

.button.white {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black);
}

.button.secondary {
  color: #000;
  background-color: #0000;
  border: 1.5px solid #000;
  padding-right: 38px;
}

.button.secondary:hover {
  opacity: .7;
  padding-left: 38px;
}

.button.secondary.white {
  border-color: var(--white);
  color: var(--white);
}

.button.line-grey {
  border-color: var(--line-grey);
  background-color: var(--line-grey);
  color: var(--black);
}

.nav-link-dropdown-icon {
  justify-content: center;
  align-items: center;
  width: 11px;
  height: 7px;
  margin-left: 8px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.flex-x {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.flex-x.gap-4rem {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.flex-x.gap-1rem {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.flex-x.gap-1rem.align-left-top {
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-x.gap-0-5rem {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.flex-x.gap-0-5rem.align-left-center.wrap {
  grid-row-gap: 0rem;
}

.flex-x.gap-0-5rem.align-left-top {
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-x.left-center {
  justify-content: flex-start;
  align-items: center;
  width: auto;
}

.flex-x.feature-tabs-container {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  position: relative;
}

.flex-x.footer-small-links {
  justify-content: flex-end;
  align-items: flex-end;
}

.flex-x.gap-0 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.flex-x.lg-list-scroll {
  align-items: flex-start;
  margin-top: 6rem;
}

.flex-x.process-number-tabs-container {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  position: relative;
}

.flex-x.wrap {
  grid-row-gap: 5rem;
  flex-flow: wrap;
}

.flex-x.wrap.gap-2 {
  grid-row-gap: 2rem;
}

.flex-x.wrap.gap-2-1 {
  grid-row-gap: 1rem;
  justify-content: flex-start;
}

.flex-x.align-top-right {
  justify-content: flex-end;
  align-items: flex-start;
}

.flex-x.width-auto {
  width: auto;
}

.flex-x.align-top-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-x.gap-6rem {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
}

.flex-x.align-left-center {
  justify-content: flex-start;
}

.flex-x.y-stretch {
  flex-flow: wrap;
  align-items: stretch;
}

.flex-x.footer-columns {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.flex-x.align-center-center {
  justify-content: center;
  align-items: center;
}

.flex-x.align-bottom-left {
  justify-content: flex-start;
  align-items: flex-end;
}

.col-25 {
  justify-content: center;
  align-items: center;
  width: 25%;
}

.col-75 {
  width: 75%;
}

.integration-logo-stack {
  position: relative;
}

.stack-container {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.stack-item {
  z-index: 10;
  background-color: var(--light-grey);
  border-radius: 15px;
  width: 110px;
  height: 110px;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.stack-item._1 {
  z-index: 50;
  position: relative;
  top: 0;
}

.stack-item._1.big {
  aspect-ratio: 1;
  border-radius: 30px;
  width: 80%;
  height: 80%;
}

.stack-item._2 {
  z-index: 40;
  background-color: #d7d7d7;
  position: absolute;
  top: -20px;
  transform: scale(.8);
}

.stack-item._2.big {
  aspect-ratio: 1;
  border-radius: 30px;
  width: 80%;
  height: 80%;
  top: -15%;
}

.stack-item._3 {
  z-index: 30;
  position: absolute;
  top: -40px;
  transform: scale(.6);
}

.stack-item._3.big {
  aspect-ratio: 1;
  border-radius: 30px;
  width: 80%;
  height: 80%;
  top: -30%;
}

.stack-item.big {
  width: 135px;
  height: 135px;
}

.stack-item._135px {
  width: 180px;
  height: 180px;
}

.stack-item._135px._2 {
  top: -30px;
}

.stack-item._135px._3 {
  top: -60px;
}

.max-width-1000px {
  width: 100%;
  max-width: 1000px;
}

.flex-y {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.flex-y.y-center {
  justify-content: center;
  height: 100%;
}

.flex-y.space-between {
  flex: 1;
  justify-content: space-between;
  height: 100%;
}

.flex-y.space-between.x-left, .flex-y.align-left {
  align-items: flex-start;
}

.flex-y.align-left-bottom {
  justify-content: flex-end;
  align-items: flex-start;
}

.flex-y.align-left-center {
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}

.flex-y.align-center {
  justify-content: center;
  width: 100%;
  height: 100%;
}

.flex-y.align-center-bottom {
  justify-content: flex-end;
}

.flex-y.align-center-bottom.zapier-integration-height {
  min-height: 600px;
}

.flex-y.align-left-space-between {
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
}

.flex-y.gap-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

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

.margin-tp-2rem {
  margin-top: 2rem;
}

.margin-tp-1rem {
  margin-top: 1rem;
}

.col-100 {
  width: 100%;
}

.break {
  background-color: var(--black);
  width: 100%;
  height: 2px;
}

.break.white {
  background-color: var(--white);
}

.text-white {
  color: var(--white);
}

.col-50 {
  width: 50%;
}

.col-50.flex-y.align-left {
  align-items: flex-start;
}

.col-50.flex-y.center {
  justify-content: center;
}

.col-50.feature-tabs-min-height {
  flex-flow: column;
  justify-content: space-between;
  min-height: clamp(40rem, 70vh, 62rem);
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 5rem;
  display: flex;
}

.col-50.feature-tabs-min-height.feature-tabs-min-height-small {
  min-height: clamp(30rem, 50vh, 60rem);
}

.col-50.feature-tabs-min-height.feature-tabs-min-height-small.right {
  margin-left: 50%;
}

.col-50.feature-tabs-min-height.right {
  margin-left: 50%;
  padding-left: 5rem;
  padding-right: 0;
}

.col-50.feature-tabs-min-height.feature-tabs-min-height-medium {
  min-height: clamp(42rem, 50vh, 60rem);
}

.col-50.feature-tabs-min-height.feature-tabs-right {
  padding-left: 5rem;
  padding-right: 0;
}

.col-50.lg-list-pane-container {
  margin-right: 3rem;
  overflow: visible;
}

.col-50.lg-list-scroll-picture-container {
  margin-right: 3rem;
  position: sticky;
  top: 6rem;
}

.col-50.wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.col-50.feature-tabs-min-height-big {
  flex-flow: column;
  justify-content: space-between;
  min-height: clamp(45rem, 78vh, 62rem);
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 5rem;
  display: flex;
}

.col-50.feature-tabs-min-height-big.col-100-tablet {
  min-height: clamp(45rem, 78vh, 62rem);
}

.lg-app-graphic {
  border-radius: 15px;
  flex-flow: column;
  width: 1280px;
  padding-top: 4em;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lg-app-graphic.turquoise-gradient.p-print-send-options {
  padding-bottom: 6rem;
  padding-left: 8rem;
  padding-right: 0;
}

.lg-app-graphic.blue-dark-blue-gradient, .lg-app-graphic.blue-dark-blue-gradient.padding-2rem.no-padding-bt.width-100 {
  background-image: linear-gradient(#1147f8, #170a8b);
}

.lg-app-graphic.blue-dark-blue-gradient.padding-2rem.no-padding-bt.width-100.app-graphic-out-wrapper {
  flex-flow: row;
}

.lg-app-graphic.dark {
  background-image: none;
}

.lg-app-graphic.col-100 {
  width: 100%;
}

.lg-app-graphic.left {
  flex: none;
}

.lg-app-graphic.return-mail {
  padding: 6rem 8rem 2em 2rem;
}

.lg-app-graphic.p-print-send-options {
  padding-bottom: 6rem;
  padding-left: 8rem;
  padding-right: 0;
}

.lg-app-graphic.document {
  align-items: center;
  width: 1000px;
}

.lg-app-graphic.home {
  -webkit-backdrop-filter: saturate(180%) brightness(150%) blur(10px);
  backdrop-filter: saturate(180%) brightness(150%) blur(10px);
  background-color: #ffffff1a;
  border-top: 1px solid #ffffff1a;
  border-left: 1px solid #ffffff1a;
  border-right: 1px solid #ffffff1a;
  width: 100%;
  padding-top: 2px;
  padding-left: 2px;
  padding-right: 2px;
}

.col-33 {
  justify-content: center;
  align-items: center;
  width: 33.3%;
}

.col-33.flex-y.bottom-aligned {
  justify-content: flex-end;
}

.col-33.flex-x.strech {
  align-items: stretch;
}

.col-33.flex-x.align-right-top {
  justify-content: flex-end;
  align-items: flex-start;
}

.col-33.code-tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 1rem;
  display: flex;
}

.col-33.wrap {
  width: 30%;
}

.col-33.tab-horizontal {
  height: 120px;
  display: flex;
}

.col-33.tab-horizontal.w--current {
  background-color: #fff;
  border: 2px solid #000;
  padding: 2rem;
}

.app-graphic-background {
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 600px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.app-graphic-background.green-gradient {
  background-image: linear-gradient(#32bb98, #00907a);
}

.app-graphic-background.padding-1-5 {
  padding: 1.5rem 1.5rem 0;
}

.app-graphic-background.padding-1-5.green-gradient {
  background-image: linear-gradient(#32bb98, #00907a);
}

.app-graphic-border-aligned-bottom {
  background-color: #ffffff70;
  border: 1px solid #ffffff70;
  border-bottom-style: none;
  border-radius: 15px 15px 0 0;
  padding: 1rem 1rem 0;
}

.app-graphic-border-aligned-bottom.header-track-trace {
  border-color: #ffffffb3;
  border-bottom-style: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  flex-flow: column;
  align-items: center;
  width: 85%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 10%;
}

.border-radius-top {
  border-radius: 15px 15px 0 0;
}

.border-radius-top.inside {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.shade {
  z-index: 10;
  opacity: .4;
  width: 100%;
  height: 25%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.shade.purple-shade {
  background-image: linear-gradient(180deg, #fff0, var(--violet));
}

.shade.blue {
  background-image: linear-gradient(180deg, #fff0, var(--pingen-blue));
}

.shade.top {
  top: 0;
  bottom: auto;
  left: auto;
}

.shade.height-50 {
  height: 59%;
}

.shade.height-50.purple-shade {
  background-image: linear-gradient(180deg, #fff0, var(--violet));
}

.shade.teal-green-shade.bottom {
  background-image: linear-gradient(0deg, var(--teal-green), #fff0);
}

.shade.pink-shade {
  background-image: linear-gradient(180deg, #ff458f00, var(--pink));
}

.shade.orange-shade {
  background-image: linear-gradient(180deg, #f86f2200, var(--orange));
}

.shade.light-blue-shade {
  background-image: linear-gradient(180deg, #00c4ff00, var(--light-blue));
  opacity: .7;
  background-image: linear-gradient(180deg, #00c4ff00, var(--light-blue));
  opacity: .7;
}

.shade.pingen-blue-shade {
  background-image: linear-gradient(180deg, #0758ff00, var(--pingen-blue));
  opacity: .7;
}

.shade.dark-shade {
  opacity: .7;
  background-image: linear-gradient(#0000, #000c);
}

.shade.dark-shade.min-height-100 {
  background-image: linear-gradient(#0000, #000c);
}

.shade.white-shade {
  opacity: .7;
  background-image: linear-gradient(#0000, #ffffff36);
}

.shade.white-shade-calendar {
  z-index: 0;
  opacity: .7;
  background-image: linear-gradient(#0000, #fff3);
  bottom: 20%;
}

.shade.use-case-photo-shade {
  opacity: .55;
  background-image: linear-gradient(#0000, #000);
  height: 35%;
}

.border-radius {
  border-radius: 15px;
  overflow: hidden;
}

.border-radius.inside {
  border-radius: 12px;
}

.border-radius.inside.img-cover-center {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.border-radius.small {
  border-radius: 8px;
}

.turquoise-gradient {
  background-image: linear-gradient(180deg, var(--gradient-turquoise-1), var(--gradient-turquoise-2));
}

.overlayed-graphic {
  z-index: 99;
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  box-shadow: 0 -1px 6px #00000029;
}

.overlayed-graphic.app-graphic-border-aligned-center {
  background-color: #fff6;
  border: 1px solid #ffffffb3;
  border-radius: 15px;
  flex-flow: column;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.overlayed-graphic.app-graphic-border-aligned-center.print-options {
  width: 310px;
}

.overlayed-graphic.app-graphic-border-aligned-center.return-mail {
  width: 310px;
  inset: 2rem 4rem auto auto;
}

.overlayed-graphic.app-graphic-border-aligned-center.document-validation {
  width: 245px;
  inset: 2rem 8rem auto auto;
}

.shadow {
  box-shadow: 0 0 20px #0000001a;
}

.bulb-gradient-container {
  width: 100%;
  position: relative;
}

.bulb-gradient-container.map {
  margin-top: -80px;
}

.padding-1rem {
  padding: 1rem;
}

.text-white-t60 {
  opacity: .6;
  color: var(--white);
}

.bulb-gradient-center {
  z-index: -1;
  background-color: var(--light-blue);
  background-image: radial-gradient(circle farthest-side at 50% 50%, var(--light-blue), var(--light-blue) 0%, var(--black));
  opacity: .75;
  border-radius: 50%;
  width: 950px;
  height: 950px;
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bulb-gradient-center.p-global {
  aspect-ratio: 1;
  background-image: radial-gradient(circle farthest-side at 50% 50%, var(--pingen-blue), var(--pingen-blue) 0%, var(--black));
  opacity: 1;
  width: 100%;
  height: auto;
}

.bulb-gradient-center.mobile {
  display: none;
}

.bulb-gradient-center.bulb-mint-green {
  background-color: var(--mint-green);
  background-image: radial-gradient(circle farthest-side at 50% 50%, var(--mint-green), var(--mint-green) 0%, var(--black));
}

.text-mint-green {
  color: var(--mint-green);
}

.margin-tp-5rem {
  margin-top: 5rem;
}

.bulb-gradient-right-top {
  z-index: -1;
  background-color: var(--light-blue);
  background-image: radial-gradient(circle farthest-side at 50% 50%, var(--mint-green), var(--mint-green) 0%, var(--black));
  opacity: .75;
  border-radius: 50%;
  width: 600px;
  height: 600px;
  position: absolute;
  top: -300px;
  right: -300px;
}

.position-relative {
  position: relative;
}

.position-relative.z-index, .position-relative.z-index-10 {
  z-index: 10;
}

.max-width-600px {
  width: 100%;
  max-width: 600px;
}

.golbal-map-graphic {
  opacity: .65;
}

.p-small {
  font-size: 16px;
}

.black {
  background-color: var(--black);
}

.black-w-border {
  background-color: var(--black);
  border: 1px solid #191919;
}

.col-66 {
  width: 66.66%;
}

.col-66.flex-y.bottom-left {
  justify-content: flex-end;
  align-items: flex-start;
}

.link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  white-space: nowrap;
  border-bottom: 2px solid #000;
  flex-flow: row;
  justify-content: flex-start;
  width: auto;
  padding-top: .25rem;
  padding-bottom: .25rem;
  display: inline-block;
}

.link.white-link {
  color: #fff;
  border-bottom-color: #fff;
}

.link.tip-dark-green-link {
  border-bottom-color: var(--tip-dark-green);
  color: var(--tip-dark-green);
}

.link.tip-green-link {
  border-bottom-color: var(--tip-green);
  color: var(--tip-green);
}

.form {
  border-radius: 20px;
  padding: 4rem 2rem 3rem;
}

.form.contact {
  background-image: linear-gradient(180deg, black, var(--dark-blue));
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.input-field {
  color: #000;
  border-radius: 10px;
  height: 50px;
  margin-top: .5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  font-size: 18px;
  font-weight: 400;
}

.input-field.text-area {
  height: 250px;
}

.input-field.dark {
  background-color: #ffffff80;
  border: 1px solid #ffffffb3;
}

.button-form {
  background-color: var(--black);
  color: #fff;
  border-radius: 50px;
  width: 100%;
  margin-top: 1.75rem;
  padding: 1.25rem;
  display: inline-block;
}

.button-form.white {
  background-color: var(--white);
  color: var(--black);
}

.h1-lg {
  font-size: 5rem;
  font-weight: 500;
  line-height: 5.5rem;
}

.margin-l-2rem {
  margin-right: 2rem;
}

.max-width-950px {
  width: 100%;
  max-width: 950px;
}

.text-sm {
  font-size: 14px;
  font-weight: 300;
}

.transparent {
  opacity: .5;
}

.dark {
  background-color: #000;
}

.localization {
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  padding-top: 1em;
  padding-bottom: 1em;
}

.margin-r-1rem {
  margin-right: 1rem;
}

.payment-method {
  border: 1px solid #fff9;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 40px;
  padding: .25rem;
  display: flex;
}

.payment-method-img {
  width: auto;
  height: 100%;
  max-height: none;
}

.purple {
  background-color: var(--purple);
}

.footer-cta {
  background-color: #aaa7a7;
  border-radius: 15px;
  width: 100%;
  padding: 5rem;
}

.footer-cta.flex-y.y-center.purple {
  background-color: var(--purple);
}

.footer-cta.test-letter {
  padding: 4rem;
}

.footer-cta.test-letter.blue {
  background-image: linear-gradient(#6789fa, #4248ef);
}

.number-bubble {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
}

.test-letter-address-form {
  background-color: #ffffff8c;
  border: 1px solid #fff;
  border-radius: 15px;
  margin-top: 2rem;
  padding: 1.5rem;
}

.input-field-test-letter-address {
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1.5px solid #000;
  padding: .75rem 0 .5rem;
  font-size: 1rem;
}

.checkbox-label {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1rem;
}

.checkbox {
  background-color: red;
  border: 1px dashed #ffffffb3;
  width: 25px;
  height: 25px;
  margin-right: .5rem;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feature-tabs-menu {
  flex-flow: column;
  display: flex;
}

.feature-tabs {
  position: static;
}

.feature-tabs-link {
  opacity: .5;
  background-color: #fff0;
  padding: .75rem 2rem;
  transition: opacity .6s;
  overflow: hidden;
}

.feature-tabs-link.w--current {
  opacity: 100;
  background-color: #fff0;
  height: auto;
}

.feature-tabs-text {
  width: 100%;
  overflow: hidden;
}

.feature-tabs-bar {
  background-color: #f0f0f0;
  width: 4px;
  height: 100%;
  transition: background-color 30ms, transform .9s;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.tab-timer-bar {
  background-color: var(--violet);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.feature-tabs-content {
  height: 95vh;
  max-height: 905px;
  display: flex;
  position: absolute;
  inset: 50% auto 0% 50%;
  transform: translate(0, -50%);
}

.feature-tabs-content.no-gradient {
  background-image: none;
}

.feature-tabs-content.left, .feature-tabs-content.feature-tabs-content-left {
  left: auto;
  right: 50%;
}

.feature-tabs-pane {
  aspect-ratio: 1;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 5rem;
  position: relative;
  overflow: hidden;
}

.feature-tabs-pane.no-padding.ratio-landscape {
  aspect-ratio: 3 / 2;
  height: 100%;
}

.feature-tabs-pane.align-bottom {
  padding-bottom: 0;
}

.feature-tabs-pane.align-bottom.left, .feature-tabs-pane.left {
  padding-left: 0;
  padding-right: 5rem;
}

.feature-tabs-first-element {
  position: absolute;
  inset: 5rem 0 5rem 5rem;
}

.feature-tabs-first-element.left {
  left: 0;
  right: 5rem;
}

.feature-tabs-first-element.align-bottom {
  bottom: 0;
}

.feature-tabs-element {
  object-fit: contain;
  width: auto;
  height: 100%;
  transition: opacity 40ms ease-out;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.feature-tabs-element.left {
  left: 0;
  right: auto;
}

.stack-container-lg {
  width: 100%;
}

.stack-wrapper {
  grid-row-gap: 14rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.stack-card {
  cursor: pointer;
  background-color: #f00000;
  border-radius: 15px;
  flex-flow: row;
  justify-content: space-between;
  min-height: 430px;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: sticky;
  top: 14rem;
  overflow: hidden;
}

.stack-card.purple {
  background-color: var(--purple);
}

.stack-card.content {
  background-color: #f0000000;
  height: auto;
  margin-bottom: 4rem;
  padding-left: 0;
  padding-right: 0;
  display: block;
  top: 10rem;
}

.stack-card.second {
  margin-bottom: 2rem;
  top: 19rem;
}

.stack-card.third {
  margin-bottom: 0;
  top: 14rem;
}

.stack-card.content {
  background-color: #f0000000;
  height: auto;
}

.stack-card.not-sticky {
  position: static;
}

.night-blue {
  background-color: var(--night-blue);
}

.teal-green {
  background-color: var(--teal-green);
}

.sticky-container {
  position: sticky;
}

.stack-card-content {
  padding-bottom: 3rem;
  display: block;
}

.stack-card-inside {
  flex-flow: column;
  justify-content: center;
  width: 100%;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
}

.feature-cards {
  background-color: #fff0;
  width: 100%;
  height: auto;
  margin-top: 5rem;
}

.feature-cards-carousel-mask {
  width: 32.1%;
  min-width: 350px;
  height: 100%;
  overflow: visible;
}

.feature-cards-slide {
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-right: 1.5rem;
}

.feature-cards-nav {
  display: none;
}

.feature-card {
  border-radius: 15px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 3rem 3rem;
  display: flex;
  overflow: hidden;
}

.feature-card.grey {
  background-color: var(--light-grey);
}

.feature-card.square-2-cards {
  aspect-ratio: 3 / 2.5;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  padding: 0;
  display: flex;
}

.feature-card.square-2-cards.center-bottom {
  padding-top: 3rem;
}

.feature-card.square-2-cards.center-bottom.ratio-square {
  aspect-ratio: 1;
}

.feature-card.square-2-cards.left-bottom {
  align-items: flex-start;
  padding-top: 3rem;
  padding-right: 3rem;
  display: flex;
}

.feature-card.square-2-cards.center-center {
  justify-content: center;
  padding: 3rem 3rem 3em;
}

.feature-card.square-2-cards.center-top {
  padding-bottom: 3rem;
}

.feature-card.square-2-cards.right-top {
  justify-content: flex-start;
  align-items: flex-end;
  padding: 0 0 3rem 3rem;
  display: flex;
}

.feature-card.square-2-cards.left-center {
  justify-content: center;
  align-items: flex-start;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-right: 3rem;
  display: flex;
}

.feature-card.no-color {
  background-color: #0000;
}

.feature-card.white.black-border {
  border: 1px solid #000;
}

.feature-card.follow-us {
  border-radius: 35px;
  flex: none;
  height: 650px;
  padding: 0;
}

.feature-card.padding-6-4rem {
  padding: 6rem 4rem;
}

.feature-card.comparison-card {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  max-width: 550px;
  padding: 4rem 6rem;
}

.feature-card.padding-1rem {
  padding: 1rem;
}

.feature-card.align-left-top {
  justify-content: flex-start;
  align-items: flex-start;
}

.feature-card.align-left-top.no-stretch {
  flex: 0 auto;
  height: auto;
}

.feature-card.ratio-square {
  height: auto;
}

.feature-card.hover {
  cursor: pointer;
  transition: transform .4s;
}

.feature-card.hover:hover {
  transform: scale(1.02)translate(0, -6px);
}

.feature-card.slider {
  min-height: 460px;
}

.feature-card.use-case-photo {
  aspect-ratio: 2 / 2.5;
  justify-content: flex-end;
  padding: 2rem;
  position: relative;
}

.h3-x-lg {
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 3.5rem;
}

.feature-cards-arrow {
  cursor: pointer;
  border: 1.5px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: -5.5rem 0% auto auto;
}

.feature-cards-arrow.feature-arrow-left {
  background-color: #fff0;
  right: 5rem;
  transform: rotate(-180deg);
}

.feature-cards-arrow.default {
  z-index: -1;
  opacity: .25;
  border-color: #0000;
}

.feature-cards-arrow.white-arrow {
  border-color: var(--white);
}

.feature-card-content {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.feature-card-content.padding-right-4rem {
  padding-right: 4rem;
}

.light-purple {
  background-color: var(--light-purple);
}

.feature-cards-slide-big {
  cursor: pointer;
  width: 100%;
  height: 545px;
  margin-right: 1.5rem;
}

.feature-card-big {
  cursor: pointer;
  border-radius: 15px;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 4rem;
  display: flex;
  overflow: hidden;
}

.feature-card-big.light-purple {
  background-color: var(--light-purple);
}

.feature-card-big.align-bottom {
  padding-top: 4rem;
}

.feature-card-big.align-bottom.vertical {
  min-height: auto;
}

.feature-card-big.hover {
  transition: transform .4s;
}

.feature-card-big.hover:hover {
  transform: translate(0, -6px)scale(1.02);
}

.padding-2rem {
  padding: 2rem;
}

.app-graphic-border-aligned-top {
  background-color: #ffffff70;
  border: 1px solid #ffffff70;
  border-top-style: none;
  border-radius: 0 0 15px 15px;
  padding: 0 1rem 1rem;
}

.light-yellow {
  background-color: var(--light-yellow);
}

.light-green {
  background-color: var(--light-green);
}

.max-width-500px {
  width: 100%;
  max-width: 500px;
}

.code-tabs-link {
  border: 2px solid var(--dark-light-grey);
  color: var(--white);
  background-color: #0000;
  border-radius: 10px;
  width: 100%;
  padding: 1.25rem 1.5rem;
}

.code-tabs-link.w--current {
  border-color: var(--mint-green);
  color: var(--mint-green);
  background-color: #0000;
}

.footer-column-20 {
  width: 20%;
}

.margin-tp-3rem {
  margin-top: 3rem;
}

.code-tabs-pane {
  border: 2px solid var(--mint-green);
  background-color: #ffffff36;
  border-radius: 10px;
  width: 100%;
  padding: 1rem;
}

.code-tabs-content {
  background-color: #000;
  border-radius: 10px;
  width: 100%;
  height: 630px;
  padding-top: 2rem;
  padding-left: 1rem;
  overflow: auto;
}

.code-example {
  align-items: flex-start;
  font-family: Source Code Pro, sans-serif;
  font-weight: 400;
  display: flex;
}

.code-line-numbers {
  opacity: .5;
  margin-right: 1rem;
}

.code-example-text {
  color: #ffffffbf;
  flex: 1;
}

.text-light-blue {
  color: var(--light-blue);
}

.text-teal-green {
  color: var(--teal-green);
}

.code-tabs-pane-container {
  flex: 1;
  margin-left: 1rem;
}

.country-tabs-link {
  border-bottom: 2px solid var(--black);
  color: #000;
  background-color: #0000;
  width: 100%;
  padding: 1rem .5rem 1rem 0;
  font-size: 5.5rem;
}

.country-tabs-link.w--current {
  border-bottom-color: var(--pingen-blue);
  box-shadow: 0 4px 3px -4px var(--pingen-blue);
  background-color: #0000;
}

.country-tabs-link.text-white {
  border-bottom-color: var(--white);
  color: var(--white);
}

.country-tabs-link.text-white.w--current {
  border-bottom-color: var(--pingen-blue);
}

.lg-list-tabs-pane {
  border: 2px solid var(--pingen-blue);
  background-color: var(--white);
  box-shadow: 0 0 11px 3px var(--pingen-blue);
  border-radius: 15px;
  max-width: 500px;
  padding: 2rem;
}

.lg-list-tabs-pane.sticky {
  width: 85%;
  position: sticky;
  top: 6rem;
}

.text-medium {
  font-weight: 500;
}

.lg-list-scroll-picture {
  aspect-ratio: 2 / 2.75;
  background-color: var(--white);
  border-radius: 15px;
  width: 85%;
  position: relative;
}

.lg-list-scroll-picture-img-container {
  width: 100%;
  height: 100%;
  transition: opacity .3s;
  position: absolute;
  top: 0%;
  left: 0%;
}

.lg-list-scroll-picture-img {
  z-index: 0;
  opacity: 0;
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  transition: opacity .5s;
  position: absolute;
  top: 0;
  left: 0;
  overflow: clip;
}

.lg-list-scroll-picture-img._1 {
  opacity: 100;
}

.blue-purple {
  background-color: var(--blue-purple);
}

.faq-item {
  border-top: 1px solid #000;
}

.faq-item.last {
  border-bottom: 1px solid #000;
}

.faq-item-trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.faq-item-content {
  height: 0;
  transition: height .2s cubic-bezier(.25, .46, .45, .94);
  display: none;
  overflow: hidden;
}

.faq-icon {
  transition: transform .2s cubic-bezier(.25, .46, .45, .94);
  transform: rotate(0);
}

.icon-md {
  width: auto;
  height: 60px;
  display: inline-block;
}

.icon-container.line {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.icon-container.line.gap-4rem {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.step-line {
  background-color: #000;
  width: 100%;
  height: 3px;
}

.circle-numbers {
  background-color: #fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.circle-numbers.lg {
  width: 64px;
  height: 64px;
}

.circle-numbers.lg.black {
  color: #fff;
  background-color: #000;
}

.circle-numbers.lg.tip-circle {
  background-color: #00000024;
}

.circle-numbers.light-blue {
  background-color: var(--white);
}

.process-numbers-tabs-link {
  opacity: .5;
  background-color: #fff0;
  margin-top: 1rem;
  padding: .75rem 0;
  transition: opacity .6s;
  overflow: hidden;
}

.process-numbers-tabs-link.w--current {
  opacity: 100;
  background-color: #fff0;
  height: auto;
}

.process-numbers-menu {
  flex-flow: column;
  display: flex;
}

.process-numbers-tabs-pane {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  overflow: hidden;
}

.process-numbers-tabs-content {
  background-color: #ffffff70;
  border: 1px solid #ffffff70;
  border-radius: 15px;
  width: 1000px;
  height: 600px;
  display: flex;
  position: absolute;
  inset: 50% auto 0% 40%;
  transform: translate(0, -50%);
}

.process-mumbers-tabs-title {
  color: var(--white);
  margin-top: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.process-numbers-bulb-gradient {
  z-index: -1;
  background-color: var(--light-blue);
  background-image: radial-gradient(circle farthest-side at 50% 50%, var(--light-blue), var(--light-blue) 0%, var(--black));
  opacity: .75;
  border-radius: 50%;
  width: 800px;
  height: 800px;
  position: absolute;
  top: -45%;
  right: -30%;
}

.process-numbers-bulb-gradient.hiw {
  top: 0%;
  left: -50%;
}

.process-numbers-bulb-gradient.hiw.mint-green {
  background-image: radial-gradient(circle farthest-side at 50% 50%, var(--mint-green), var(--mint-green) 0%, var(--black));
}

.process-numbers-bulb-gradient.hiw.light-orange {
  background-image: radial-gradient(circle farthest-side at 50% 50%, var(--light-orange), var(--light-orange) 0%, var(--black));
}

.mint-green {
  background-color: var(--mint-green);
}

.feature-card-container {
  flex-flow: column;
  flex: 1;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 500px;
  display: flex;
}

.feature-card-container.small {
  min-height: 480px;
}

.post-yellow {
  background-color: var(--post-yellow);
}

.no-padding {
  padding: 0;
}

.height-100 {
  width: auto;
  height: 100%;
}

.height-100.flex-y {
  display: flex;
}

.height-100.flex-y.space-between.x-left {
  align-items: flex-start;
}

.app-graphic-border-aligned-left-bottom {
  background-color: #ffffff70;
  border: 1px solid #ffffff70;
  border-style: solid solid none none;
  border-top-right-radius: 15px;
  padding: 1rem 1rem 0 0;
}

.app-graphic-border-aligned-left-bottom.height-100-width-100 {
  width: 100%;
  height: 100%;
}

.border-radius-top-right {
  border-top-right-radius: 15px;
  margin-bottom: -2px;
  margin-left: -2px;
}

.border-radius-top-right.inside {
  border-top-right-radius: 12px;
}

.img-cover {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.img-cover.right-top {
  object-position: 100% 0%;
  display: block;
  overflow: visible;
}

.img-cover.right-top.border-radius-right {
  overflow: hidden;
}

.img-cover.left-top {
  object-position: 0% 0%;
  object-position: 0% 0%;
  display: block;
  overflow: visible;
}

.app-graphic-border-aligned-center {
  background-color: #ffffff70;
  border: 1px solid #ffffff70;
  border-radius: 15px;
  padding: 1rem;
}

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

.app-graphic-border-aligned-top-center {
  background-color: #ffffff70;
  border: 1px solid #ffffff70;
  border-top-style: none;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 0 1rem 1rem;
}

.border-radius-bottom {
  border-top-left-radius: 0;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  margin-top: 0;
}

.border-radius-bottom.inside {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.app-graphic-border-aligned-right-top {
  background-color: #ffffff70;
  border: 1px #ffffff70;
  border-style: none none solid solid;
  border-top-left-radius: 15px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 15px;
  padding: 1rem 0 1rem 1rem;
}

.app-graphic-border-aligned-right-top.height-100-width-100 {
  width: 100%;
  height: 100%;
}

.border-radius-bottom-left {
  border-bottom-left-radius: 15px;
  margin-top: -2px;
  margin-right: -2px;
}

.border-radius-bottom-left.inside {
  border-top-right-radius: 0;
  border-bottom-left-radius: 12px;
}

.app-graphic-border-aligned-left-center {
  background-color: #ffffff70;
  border: 1px solid #ffffff70;
  border-left-style: none;
  border-radius: 0 15px 15px 0;
  width: 100%;
  height: 80%;
  padding: 1rem 1rem 1rem 0;
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 10%;
  transform: translate(0, -50%);
}

.app-graphic-border-aligned-left-center.height-100 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  right: 0;
}

.width-100 {
  width: 100%;
  height: auto;
}

.border-radius-right {
  border-radius: 0 15px 15px 0;
  margin-left: -2px;
}

.border-radius-right.inside {
  border-radius: 0 12px 12px 0;
}

.padding-3rem {
  padding: 3rem;
}

.padding-4rem {
  padding: 4rem;
}

.padding-left-4rem {
  padding-left: 4rem;
}

.teal-green-shade {
  background-image: linear-gradient(180deg, var(--teal-green), #fff0);
}

.grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  display: grid;
}

.grid._3-col {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid._3-col._1-gap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.grid._3-col._5-gap {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
}

.grid._3-col.align-left {
  justify-items: start;
}

.grid._3-col._0-5-gap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.grid._3-col-big-middle {
  grid-column-gap: 1rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 2fr 1fr;
  grid-auto-flow: row;
}

.grid._5-col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
}

.grid._5-col.client-logos {
  opacity: .8;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.grid.gap-2-5 {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
}

.grid.statistic-card-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1fr;
}

.grid._4-col {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid.gap-5 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
}

.grid.nav-menu-content-gap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

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

.grid.feature-card-grid._2-col {
  grid-template-columns: 1fr 1fr;
}

.violet {
  background-color: var(--violet);
}

.turquoise {
  background-color: var(--turquoise);
}

.position-absolute {
  width: 100%;
  position: absolute;
}

.position-absolute.bottom {
  bottom: 0;
}

.position-absolute.left-top {
  top: 0;
  left: 0;
}

.margin-tp-0-5rem {
  margin-top: .5rem;
}

.team-introduction-hover {
  z-index: 99;
  opacity: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  bottom: -500px;
  left: 0;
  overflow: auto;
}

.team-introduction {
  min-height: 550px;
  display: flex;
}

.team-introduction.small {
  min-height: auto;
}

.white {
  background-color: var(--white);
}

.light-grey {
  background-color: var(--light-grey);
}

.text-blue {
  color: var(--pingen-blue);
}

.img {
  width: auto;
}

.min-height-350 {
  min-height: 400px;
}

.tip-green {
  background-color: var(--tip-green);
}

.text-tip-green {
  color: var(--tip-green);
}

.tip-dark-green {
  background-color: var(--tip-dark-green);
}

.text-tip-dark-green {
  color: var(--tip-dark-green);
}

.extra-lg-text {
  font-size: 9rem;
  font-weight: 800;
  line-height: 7.5rem;
}

.x-stretch {
  flex: 1;
}

.padding-bt-2rem {
  padding-bottom: 2rem;
}

.timer-bar {
  background-color: var(--black);
  width: 5px;
  position: relative;
}

.comparison-timer-bar-time {
  text-align: center;
  width: auto;
  font-size: 1.25rem;
  position: absolute;
  top: 50%;
  left: -4rem;
  transform: translate(0, -50%)rotate(-90deg);
}

.icon-sm {
  width: 35px;
  height: auto;
}

.background-rectangleradient {
  z-index: -1;
  background-color: var(--mint-green);
  opacity: .31;
  filter: blur(50px);
  border-radius: 30px;
  width: 740px;
  height: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.background-rectangleradient.violet {
  background-color: var(--violet);
}

.grid-element-middle {
  width: 70%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.grid-element-middle.shadow-mint-green {
  filter: drop-shadow(0 0 30px #7ee4c166);
}

.h3-x-sm {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

.margin-bt-1rem {
  margin-bottom: 1rem;
}

.tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.horizontal-tabs-content {
  background-color: var(--blue-purple);
  background-image: linear-gradient(180deg, var(--gradient-turquoise-1), var(--gradient-turquoise-2));
  padding-top: 6rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.no-padding-tp {
  padding-top: 0;
}

.no-padding-bt {
  padding-bottom: 0;
}

.padding-left-2rem {
  padding-left: 2rem;
}

.border-left {
  border-left: 2px solid #000;
}

.h1-md {
  font-size: 4rem;
  font-weight: 600;
  line-height: 4.5rem;
}

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

.extra-lg-text-1 {
  font-size: 11.5rem;
  font-weight: 700;
  line-height: 10rem;
}

.h2-md {
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.25rem;
}

.facts-sm {
  font-size: 4rem;
  font-weight: 400;
  line-height: 4rem;
}

.facts-vertically-container {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.facts-vertically-container.border-bottom {
  border-bottom: 1px solid #000;
}

.facts-vertically-container.border-bottom.border-white {
  border-bottom-color: #ffffffb3;
}

.facts-bar {
  border-radius: 10px;
  width: 100%;
  height: 75px;
  padding-left: 1rem;
}

.statistic-card {
  border: .5px solid #ffffff40;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-child-align-bottom {
  position: relative;
}

.statistic-circle-outer {
  aspect-ratio: 1;
  border: 1px solid #ffffff40;
  border-radius: 50%;
  width: 100%;
  padding: .75rem;
}

.statistic-circle-inner {
  aspect-ratio: 1;
  border: 4px solid var(--dark-light-grey);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.statistic-circle-inner.violet-circle {
  border-color: var(--violet);
  box-shadow: inset 0 0 8px 0 var(--violet), 0 0 8px 0 var(--violet);
}

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

.floating-container {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.floating-item-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
}

.floating-item-1._1 {
  top: 12%;
  left: 13%;
}

.floating-item-1._2 {
  top: 11%;
  left: 42%;
}

.floating-item-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
}

.floating-item-2._1 {
  top: 81%;
  left: 78%;
}

.floating-item-2._2 {
  top: 33%;
  left: 93%;
}

.floating-item-3 {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
}

.floating-item-3._1 {
  top: 56%;
  left: 73%;
}

.floating-item-3._2 {
  top: 78%;
  left: 41%;
}

.floating-item-3._3 {
  top: 81%;
  left: 0%;
}

.floating-item-4 {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
}

.floating-item-4._1 {
  top: 64%;
  left: 18%;
}

.floating-item-4._2 {
  top: 9%;
  left: 70%;
}

.stack-img {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.min-height-600 {
  min-height: 600px;
}

.sticky-scroll-container {
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  padding-top: 74vh;
  display: flex;
  position: sticky;
  top: 16vh;
}

.sticky-scroll-container.hiw {
  top: 115px;
}

.sticky-features_img-wrapper {
  aspect-ratio: 16 / 9;
  opacity: 0;
  background-image: linear-gradient(#9608f8, #7505f1);
  border-radius: 15px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: auto;
  height: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  top: 0%;
  right: 0%;
  overflow: hidden;
}

.sticky-features_img-wrapper.right {
  left: 0%;
  right: auto;
}

.sticky-features_img-wrapper.right.hiw {
  height: 90%;
  top: 50%;
  transform: translate(0, -50%);
}

.sticky-features_img-wrapper.right.hiw._1 {
  transform: translate(0, -50%);
}

.sticky-features_img-wrapper.hiw {
  background-image: none;
  left: 0%;
  right: auto;
}

.sticky-feature-box {
  border-radius: 4px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sticky-img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

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

.sticky-img.hiw {
  aspect-ratio: 1;
  background-color: var(--dark-light-grey);
  overflow: hidden;
}

.sticky-features_item-anchor {
  opacity: 0;
  padding: 0;
  text-decoration: none;
  transition: opacity .3s;
  display: none;
  position: relative;
}

.sticky-features_item {
  justify-content: flex-start;
  align-items: center;
  height: 74vh;
  display: flex;
}

.sticky-features_item.not-sticky {
  height: auto;
}

.sticky-features_item.hiw {
  border-bottom: 1px solid var(--dark-light-grey);
  height: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.sticky-features_item.hiw.last {
  border-bottom-style: none;
}

.sticky-features_item.hiw.first {
  padding-top: 7rem;
}

.sticky-features_item-content {
  transition: opacity .3s;
}

.col-40 {
  width: 40%;
}

.col-60 {
  width: 60%;
}

.ratio-square {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.green-gradient {
  background-image: linear-gradient(180deg, var(--gradient-green-1), var(--gradient-green-2));
}

.purple-gradient {
  background-image: linear-gradient(180deg, var(--gradient-purple-1), var(--gradient-purple-2));
}

.no-border-radius {
  border-radius: 0;
}

.padding-right-4rem {
  padding-right: 4rem;
}

.small-section-space {
  width: 100%;
  height: 7rem;
}

.small-section-space.border {
  border: 1px solid #000;
}

.dark-gradient {
  background-image: linear-gradient(180deg, var(--gradient-dark-2), black);
}

.app-graphic-border-aligned-center-copy {
  background-color: #ffffff70;
  border: 1px solid #ffffff70;
  border-radius: 15px;
  padding: 1rem;
}

.light-violet-blue {
  background-color: var(--light-violet-blue);
}

.overlapping-section-after {
  margin-bottom: -20%;
  position: relative;
}

.margin-tp-20 {
  margin-top: 20%;
}

.no-max-width {
  width: 100%;
  max-width: none;
  height: auto;
}

.border-bottom {
  border-bottom: 2px solid #000;
}

.display-inline-block {
  display: inline-block;
}

.padding-bt-1rem {
  padding-bottom: 1rem;
}

.full-scroll-section {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: visible;
}

.scroll-snapping-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.scrollmagic-pin-spacer {
  width: 100%;
  height: 820px;
  min-height: 820px;
  margin-top: 0;
  padding-top: 34.8047px;
  padding-bottom: 3245.2px;
  display: block;
  position: relative;
}

.sticky-column-new {
  z-index: 999;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 27vh 0% 0;
}

.full-scroll-container-new {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: scroll;
}

.sticky-element-middle {
  aspect-ratio: 2 / 3;
  opacity: 0;
  width: 100%;
  transition: opacity .3s;
  position: absolute;
  inset: 0%;
}

.full-scroll-section-new {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.block-one-new {
  z-index: 100;
  width: 33%;
  margin-left: 0%;
  position: sticky;
  top: 27vh;
}

.scroll-container-inside {
  position: relative;
  overflow: visible;
}

.text-white-2 {
  color: #fff;
}

.margin-bt-2rem {
  margin-bottom: 2rem;
}

.lead-medium {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.text-right {
  text-align: right;
}

.icon-lg {
  width: auto;
  height: 80px;
  display: inline-block;
}

.g-nav-menu {
  background-color: #fff0;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 1rem;
  display: flex;
  position: static;
}

.g-nav-menu-left {
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  flex: 1;
  align-items: stretch;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav-menu-list-item {
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-menu-dropdown-wrapper {
  align-items: center;
  margin-left: 0;
  display: flex;
  position: static;
}

.nav-link-dropdown-toggle {
  vertical-align: baseline;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 1.5rem 10px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.2;
  transition: box-shadow .2s, color .2s;
  display: flex;
  position: static;
}

.nav-link-dropdown-toggle.w--open {
  font-weight: 400;
}

.nav-menu-dropdown {
  background-color: #ddd0;
  min-width: 100%;
  padding-left: .5rem;
  padding-right: .5rem;
  inset: 100% 0% auto;
}

.nav-menu-container {
  z-index: 1;
  justify-content: space-between;
  width: 1000px;
  margin: 1px auto .5rem;
  display: flex;
  position: relative;
}

.nav-menu-container-bg {
  background-color: #fff;
  border-radius: .25rem;
  width: 100%;
  height: 100%;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  position: absolute;
  inset: 0% 0% 0% 50%;
  transform: translate(-50%);
  box-shadow: 0 20px 40px #08080808, 0 10px 18px #08080808, 0 4px 8px #0808080d, 0 1px 2px #08080814;
}

.nav-menu-content {
  grid-column-gap: 0rem;
  border-radius: .25rem;
  flex-flow: row;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-menu-content-icon {
  height: auto;
  margin-top: 3px;
  display: flex;
}

.nav-menu-content-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-menu-content-promotion-container {
  height: 100%;
}

.nav-menu-content-padding {
  height: 100%;
  padding: 3rem 3rem 2rem;
  overflow: hidden;
}

.nav-menu-content-padding.promotion {
  padding-left: 2rem;
  padding-right: 2rem;
}

.nav-menu-content-title {
  width: auto;
  margin-right: 1rem;
  font-size: 1.25rem;
  font-weight: 400;
}

.nav-menu-content-arrow {
  width: 20px;
}

.nav-menu-content-title-container {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.nav-menu-content-text-big {
  border-bottom: 2px solid #0000;
  padding-bottom: .2rem;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  transition: color .2s, box-shadow .2s;
  display: inline-block;
}

.nav-menu-content-text-small {
  color: var(--grey);
  margin-top: .2rem;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  transition: color .2s;
}

.nav-menu-content-further-services {
  margin-top: 5rem;
}

.nav-menu-content-promotion-img {
  flex: 1;
  margin-bottom: 2rem;
  position: relative;
}

.nav-menu-content-promotion-flex-y {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  position: relative;
}

.jdnsbsdf {
  aspect-ratio: 16 / 9;
  height: 100%;
  position: absolute;
}

.nav-menu-content-promotion-img-i {
  object-fit: cover;
  height: 100%;
}

.further-service-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--grey);
  align-items: center;
  margin-top: .5rem;
  padding-top: .2rem;
  padding-bottom: .2rem;
  display: flex;
}

.further-service-container:hover {
  color: var(--black);
}

.nav-menu-overlay {
  z-index: -1;
  opacity: .2;
  background-color: #000;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.nav-menu-content-text-small--service {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
}

.marquee_item {
  color: #0006;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 600;
  transition: color .2s;
  display: block;
}

.marquee_item.marquee-item-dark {
  color: #fff6;
}

.marquee_wrap {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee_track {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  transform: translate(0);
}

.marquee_gradient {
  z-index: 1;
  background-image: linear-gradient(90deg, var(--white) 10%, #fff0);
  width: 16em;
  height: 100%;
  margin-left: -1px;
  margin-right: -1px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.marquee_gradient.right {
  background-image: linear-gradient(270deg, var(--white) 10%, #fff0);
  left: auto;
  right: 0%;
}

.marquee_gradient.marquee-dark {
  background-image: linear-gradient(90deg, var(--black), #0000 90%);
}

.marquee_gradient.marquee-dark.right {
  background-image: linear-gradient(90deg, #0000, var(--black) 90%);
}

.marquee_list {
  align-items: center;
}

.marquee_list-flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.marquee_text {
  aspect-ratio: 16 / 9;
}

.marquee_text-wrap {
  width: 100%;
  height: 100%;
}

.marquee_text-list {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.marquee_text-item {
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: opacity .4s;
  position: absolute;
}

.margin-tp-minus-5rem {
  margin-top: -5rem;
}

.ratio-widescreen {
  aspect-ratio: 16 / 9;
}

.glow-big {
  z-index: 2;
  opacity: .8;
  pointer-events: none;
  height: 498px;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.glow-inside_1 {
  z-index: 3;
  height: 290px;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.glow-inside_2 {
  z-index: 2;
  height: 290px;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.glow-inside_3 {
  z-index: 0;
  height: 290px;
  position: absolute;
  inset: 208px 0% 0%;
  overflow: hidden;
}

.glow-big-top {
  z-index: 1;
  opacity: .4;
  border-radius: 8px;
  width: 1440px;
  max-width: 1800px;
  height: 730px;
  position: absolute;
  bottom: -430px;
  overflow: hidden;
}

.margin-tp-minus-3rem {
  margin-top: -3rem;
}

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

.overlay {
  z-index: 1500;
  opacity: 0;
  visibility: hidden;
  background-color: #00000073;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition-property: opacity;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
  position: fixed;
  inset: 50% 0% 0% 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.modal-header {
  border-bottom: 1px solid #dbdde4;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 1rem;
  display: flex;
}

.modal-header.localization {
  padding: 0 0 1rem;
}

.modal-content {
  box-shadow: none;
  border: none;
  padding-top: 1.5rem;
}

.modal-content.localization {
  padding-left: 0;
  padding-right: 0;
}

.modal-form {
  margin-top: 3rem;
}

.modal-form-text-field {
  border: 1px solid var(--line-grey);
  border-radius: 10px;
}

.modal-form-text-field.text-area {
  min-height: 135px;
  display: block;
}

.modal-form-checkbox {
  border: 1px solid var(--line-grey);
  border-radius: 5px;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-right: 1rem;
}

.modal-form-checkbox-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.close-icon {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
}

.close-icon-stick {
  background-color: var(--black);
  width: 2px;
  height: 100%;
  position: relative;
  top: 0%;
  left: 50%;
  transform: translate(-50%)rotate(45deg);
}

.close-icon-stick.left {
  position: absolute;
  transform: translate(-50%)rotate(-45deg);
}

.open-modal {
  cursor: pointer;
}

.quote-img {
  border-radius: 50%;
  width: 85px;
  height: 85px;
  overflow: hidden;
}

.quote {
  font-size: 2rem;
  font-weight: 400;
}

.timeline {
  background-color: #fff0;
  width: 100%;
  height: auto;
  margin-top: 5rem;
}

.timeline-mask {
  z-index: 99;
  width: 25%;
  min-width: 350px;
  height: 400px;
  overflow: visible;
}

.timeline-item {
  z-index: 1;
  cursor: pointer;
  margin-right: 3rem;
  left: 0%;
}

.timeline-item-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.timeline-year {
  background-color: var(--black);
  color: var(--white);
  border-radius: 120px;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 5px 23px;
  display: inline-flex;
}

.timeline-year.empty {
  color: #fff0;
  background-color: #0000;
}

.timeline-text {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  position: relative;
}

.static-link-hover {
  z-index: 0;
  background-image: linear-gradient(180deg, var(--gradient-purple-1), var(--gradient-purple-2));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.card {
  border-radius: 15px;
  width: 18rem;
  height: 0;
  position: absolute;
  bottom: 1rem;
  overflow: hidden;
  transform: translate(0);
  box-shadow: 0 4px 12px #0000001a;
}

.card.static {
  transform: none;
}

.card-image-wrapper {
  background-color: var(--white);
  width: 100%;
  height: 100%;
  padding: .5rem;
}

.card-image {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

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

.footer-link {
  color: var(--white);
}

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

.footer-title {
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 600;
}

.localization-link {
  align-items: center;
  display: flex;
}

.modal-container-localization {
  z-index: 0;
  background-color: var(--white);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 830px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  display: block;
  position: relative;
  left: auto;
  right: auto;
  overflow: hidden;
}

.button-arrow-container {
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.button-text {
  margin-right: 5px;
}

.button-icon {
  opacity: 0;
  width: 19px;
  height: 19px;
  margin-left: 5px;
  margin-right: 0;
}

.button-icon-container {
  width: 19px;
  height: 19px;
  display: flex;
}

.section-scroll-linked-animation {
  width: 100%;
  height: 100vh;
  margin: auto;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  overflow: scroll;
}

.scroll-scene {
  width: 100%;
  transition: opacity .5s;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: visible;
}

.section-custom-html {
  width: 100%;
  height: 100%;
  position: absolute;
}

.banking-scrolling-content-slides {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.slide {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  display: flex;
  position: absolute;
  transform: translate(0, 100vh);
}

.slide.slide1 {
  top: 0;
}

.scroll-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.link-inside {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 2px solid #000;
  flex-flow: row;
  justify-content: flex-start;
  width: auto;
  padding-top: .25rem;
  padding-bottom: .25rem;
  display: inline-block;
}

.styleguide-color {
  aspect-ratio: 1;
  border-radius: 100%;
  justify-content: center;
  width: 60%;
  display: flex;
  overflow: hidden;
}

.purple-blue {
  background-color: var(--purple-blue);
}

.light-orange {
  background-color: #ef8752;
}

.light-orange.img-cover {
  background-color: var(--light-orange);
}

.light-blue {
  background-color: var(--light-blue);
}

.pink {
  background-color: var(--pink);
}

.rosa {
  background-color: var(--rosa);
}

.orange {
  background-color: var(--orange);
}

.red {
  background-color: var(--red);
}

.orange-gradient {
  background-image: linear-gradient(190deg, #fcb32c, #f76f21);
}

.dark-blue-gredient {
  background-image: linear-gradient(#1147f8, #170a8b);
}

.pink-gradient {
  background-image: linear-gradient(#ff458f, #c556ff);
}

.light-blue-gradient {
  background-image: linear-gradient(#6789fa, #4248ef);
}

.light-purple-gradient {
  background-image: linear-gradient(#a067fa, #8b42ef);
}

.min-height-100 {
  min-height: 100px;
}

.margin-tp-4rem {
  margin-top: 4rem;
}

.table-outside {
  flex-direction: column;
  justify-content: space-between;
  margin-top: 25px;
  display: flex;
}

.table-data {
  color: #000;
  font-size: 13px;
  line-height: 17px;
}

.table-data.name {
  font-weight: 500;
}

.scroll-table-content {
  flex-direction: column;
  display: flex;
  overflow: visible;
}

.table-row {
  border-bottom: 1px solid #000;
  justify-content: space-between;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.table-row.bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom-style: none;
  justify-content: flex-start;
}

.table-row.bottom:hover {
  box-shadow: none;
}

.table-row.head {
  cursor: default;
}

.table-row.head:hover {
  box-shadow: none;
  background-color: #0000;
}

.table-row.head.hide {
  display: none;
}

.text-block-2 {
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
}

.table-heading {
  color: #9898a3;
  text-transform: capitalize;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  line-height: 18px;
}

.coming-soon-label {
  color: #2769f0;
  background-color: #2769f026;
  border-radius: 5px;
  width: auto;
  margin-left: 10px;
  padding: 5px 7.5px;
}

.table-box {
  border: 1px #f9f9f9;
  flex-wrap: wrap;
  align-items: center;
  width: 50%;
  display: flex;
}

.table-box.first {
  width: 33.3%;
}

.table-box._2 {
  flex-wrap: nowrap;
}

.table-box._2.right {
  justify-content: flex-end;
  width: 25%;
  padding-right: 20px;
}

.table-box._2.bottom {
  width: auto;
}

.table-box._2.middle {
  justify-content: flex-end;
  width: 25%;
  padding-right: 20px;
}

.table-box.right {
  justify-content: flex-end;
}

.text-regular {
  font-weight: 400;
}

.div-block-406 {
  justify-content: center;
  align-items: center;
  width: 3%;
  display: flex;
}

.h3-md {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.pricing-table-container {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.scroll-snapping-text-container {
  z-index: 2;
  width: 100%;
  height: 500vh;
  margin-top: -100vh;
  position: relative;
}

.scroll-snapping-text-wrapper {
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.scroll-snapping-text {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.scroll-snapping-text-sec {
  opacity: 0;
  width: 24%;
  display: block;
  position: absolute;
  transform: translate(0, -50px);
}

.scroll-snapping-text-sec._1 {
  left: 0;
}

.scroll-snapping-text-sec._2 {
  right: 0;
}

.scroll-snapping-text-sec._3 {
  left: 0;
}

.scroll-snapping-img-container {
  z-index: 2;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.scroll-snapping-img-wrapper {
  height: 83.6111vh;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.scroll-snapping-img {
  z-index: 2;
  aspect-ratio: 1 / 1.414;
  background-color: var(--black);
  border-radius: 15px;
  height: 90%;
  max-height: 850px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sunset-yellow, .sunset-yellow.img-cover {
  background-color: var(--sunset-yellow);
}

.dark-cyan {
  background-color: var(--dark-cyan);
}

.dark-gray {
  background-color: var(--dark-gray);
}

.scroll-snapping-single-img {
  aspect-ratio: 1 / 1.414;
  border-radius: 10px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.overlay-wrapper {
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}

.close-icon-localization-comtainer {
  width: 100%;
  height: 100%;
  position: relative;
}

.localization-country-flag {
  border-radius: 50%;
  width: 23px;
  height: 23px;
  margin-top: 2px;
}

.localization-lang-link {
  color: var(--grey);
  font-size: 14px;
  line-height: 1.2;
}

.localization-lang-link:hover {
  color: var(--black);
}

.close-icon-modal {
  cursor: pointer;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
}

.pulsing-map {
  width: 100%;
  max-width: 1000px;
  position: relative;
}

.pin-container {
  position: absolute;
  inset: 0%;
}

.pin {
  justify-content: center;
  align-items: center;
  position: absolute;
}

.pin.north-america {
  top: 45%;
  left: 17%;
}

.pin.south-america {
  top: 73%;
  left: 30%;
}

.pin.africa {
  top: 61%;
  left: 52%;
}

.pin.europe {
  top: 45%;
  left: 49%;
}

.pin.asia {
  top: 38%;
  left: 73%;
}

.pin.india {
  top: 56%;
  left: 67%;
}

.pin.australia {
  top: 78%;
  left: 80%;
}

.pin-main {
  z-index: 0;
  filter: blur(2px);
  background-color: #057af8;
  border-radius: 100px;
  width: 10px;
  height: 10px;
  margin-top: 50%;
  margin-left: 50%;
  position: absolute;
  inset: 0%;
  transform: translate(-50%, -50%);
}

.pin-parent {
  z-index: 1;
  background-color: #057af8;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
  position: absolute;
}

.pin-outer-parent {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.pin-outer-parent.europe {
  width: 25px;
  height: 25px;
}

.map-tooltip {
  z-index: 99;
  border-top-style: solid;
  border-top-width: 3px;
  border-top-color: var(--pingen-blue);
  border-right-style: solid;
  border-right-width: 3px;
  border-right-color: var(--pingen-blue);
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: var(--pingen-blue);
  border-left-style: solid;
  border-left-width: 3px;
  border-left-color: var(--pingen-blue);
  background-color: var(--black);
  box-shadow: 0 0 15px -2px var(--pingen-blue);
  visibility: hidden;
  border-radius: 15px;
  width: 265px;
  padding: 20px;
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translate(-50%, 100%);
}

.map-tooltip.europe {
  width: auto;
  min-width: 680px;
}

.text-x-sm {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}

.soft-blue {
  background-color: var(--soft-blue);
}

.brand {
  display: flex;
}

.g-nav-menu-mobile-flex {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.g-main-nav-container {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.g-nav-menu-mobile {
  display: none;
}

.feature-card-square {
  aspect-ratio: 1;
  border-radius: 15px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.feature-card-square.grey {
  background-color: var(--light-grey);
}

.feature-card-big-img-wrapper {
  border-radius: 10px;
  width: 100%;
  max-width: 480px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.feature-card-big-img-wrapper.align-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  justify-content: center;
  margin-top: 4rem;
  display: flex;
}

.feature-card-big-img-wrapper.align-bottom.vertical {
  min-height: 300px;
  margin-top: 3rem;
}

.feature-card-big-img-wrapper.align-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-bottom: 4rem;
}

.feature-card-big-img-wrapper.align-middle {
  max-width: 100%;
  height: auto;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.feature-card-big-img {
  z-index: 1;
  width: 100%;
  height: auto;
  position: absolute;
}

.feature-card-big-img.align-bottom {
  top: 0;
}

.feature-card-big-img.align-top {
  bottom: 0;
}

.feature-card-big-img.align-middle {
  position: static;
}

.y-stretch {
  flex: 1;
}

.mobile-l-flex-first {
  z-index: 0;
  position: relative;
}

.modal-inside {
  z-index: 2;
  position: relative;
  overflow: visible;
}

.overflow-visible {
  overflow: visible;
}

.z-index-10 {
  z-index: 10;
  position: relative;
}

.zapier-integration-img {
  max-width: 1520px;
}

.code-example-wrapper {
  width: 100%;
}

.app-graphic-border-aligned-right-center {
  background-color: #ffffff70;
  border: 1px solid #ffffff70;
  border-left-style: none;
  border-radius: 15px 0 0 15px;
  width: 100%;
  height: 80%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  position: absolute;
  inset: 50% auto 0 10%;
  transform: translate(0, -50%);
}

.app-graphic-border-aligned-center-bottom {
  background-color: #ffffff70;
  border: 1px solid #ffffff70;
  border-left-style: none;
  border-radius: 15px 15px 0 0;
  width: 80%;
  height: 100%;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%);
}

.app-graphic-border-aligned-center-top {
  background-color: #ffffff70;
  border: 1px solid #ffffff70;
  border-left-style: none;
  border-radius: 0 0 15px 15px;
  width: 80%;
  height: 100%;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%);
}

.img-container-animation {
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  padding-top: 74vh;
  display: flex;
  position: relative;
  top: 0;
}

.img-container-animation.hiw {
  height: 100%;
}

.app-graphic-out-wrapper {
  justify-content: center;
  width: 90%;
  max-width: 1500px;
  padding-top: 5%;
  padding-left: 0%;
  padding-right: 0;
  display: flex;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}

.overflow-hidden {
  overflow: hidden;
}

.hiw-sticky-wrapper {
  width: 100%;
  height: 500vh;
  position: relative;
}

.hiw-sticky-container {
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.hiw-text {
  height: 0;
  transition: none;
  display: block;
  overflow: hidden;
}

.hiw-sticky-triggers {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.hiw-sticky-trigger {
  height: 40%;
  position: absolute;
  inset: 0% 0% auto;
}

.hiw-sticky-trigger._20 {
  top: 0%;
}

.hiw-sticky-trigger._40 {
  top: 40%;
}

.hiw-sticky-trigger._80 {
  top: 80%;
}

.hiw-sticky-center {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 70px;
  display: flex;
}

.margin-tp-10rem {
  margin-top: 10rem;
}

.document-stack-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 32rem;
  display: flex;
  position: relative;
}

.document-frame {
  z-index: 1;
  background-color: #fcfcfc;
  border-radius: .5rem;
  width: 60%;
  height: auto;
  padding: 0;
  position: absolute;
  overflow: hidden;
  box-shadow: inset 0 0 1px -1px #0013611a, 0 0 4px 2px #0013611a;
}

.document-frame._1 {
  transform: rotate(13deg);
}

.document-frame._2 {
  z-index: 2;
  transform: rotate(3deg);
}

.document-frame._3 {
  z-index: 3;
  transform: rotate(-3deg);
}

.document-frame._4 {
  z-index: 4;
  transform: rotate(0);
}

.document-frame._5 {
  z-index: 5;
}

.document-image-wrapper {
  border-radius: .12rem;
  overflow: hidden;
}

.progress-container {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 250px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.counter {
  letter-spacing: 0;
  font-size: 50px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.spacer {
  height: 100vh;
}

.progress-text {
  font-size: 50px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ratio-16-9 {
  aspect-ratio: 16 / 9;
}

.form-success-animation-lottie {
  width: 250px;
  height: auto;
}

.success-message {
  background-color: #fff0;
}

.success-message-centered-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.border-radius-lg {
  border-radius: 20px;
}

.border-1px {
  border: 1px solid #000;
}

.border-1px.border-gray-border {
  border-color: var(--gray-border);
}

.gray-border {
  background-color: var(--gray-border);
}

.lg-app-graphic-left {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.border-mint-green-border {
  border-color: var(--mint-green);
}

.border-2px {
  border-style: solid;
  border-width: 2px;
}

.footer-cta-section {
  z-index: 100;
  margin-bottom: -7.5%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.border-light-blue-border {
  border-style: solid;
  border-color: var(--light-blue);
}

.border-light-violet-border {
  border-style: solid;
  border-color: var(--light-violet-blue);
}

.border-pingen-blue-border {
  border-style: solid;
  border-color: var(--pingen-blue);
}

.footer-cta-section-calendar {
  z-index: 100;
  margin-bottom: -7.5%;
  padding-bottom: 0;
  position: relative;
}

.app-graphic-border-aligned-right-bottom {
  background-color: #ffffff70;
  border: 1px solid #ffffff70;
  border-style: solid solid none none;
  border-top-left-radius: 15px;
  border-top-right-radius: 0;
  padding: 1rem 0 0 1rem;
  position: absolute;
  bottom: 0;
  left: 10%;
  right: 0;
}

.webhook-line {
  z-index: 0;
  background-color: var(--gray-border);
  width: 1px;
  height: 200%;
  position: absolute;
  top: -125px;
}

.webhook-line._1 {
  left: 20%;
}

.webhook-line._2 {
  left: 40%;
}

.webhook-line._3 {
  left: 75%;
}

.floating-webhook-img {
  z-index: 10;
  position: relative;
}

.extra-lg-text-2 {
  font-size: 13rem;
  font-weight: 800;
  line-height: 13.5rem;
}

.text-code-style {
  border: 2px solid var(--grey);
  background-color: var(--dark-light-grey);
  letter-spacing: -2px;
  vertical-align: top;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Source Code Pro, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
}

.feature-card-rectangle {
  aspect-ratio: 6 / 5;
  border-radius: 15px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.track-trace-progress {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.track-trace-progress-bar {
  z-index: -2;
  background-color: #414141;
  width: 4px;
  height: 100%;
  position: absolute;
}

.track-trace-progress-bar-line {
  z-index: -1;
  background-image: linear-gradient(#00091d, #002679 50%, #0050ff);
  width: 4px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.track-trace-item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-height: 65vh;
  padding-top: 0;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.track-trace-item.last {
  padding-bottom: 0;
}

.track-trace-centre {
  justify-content: center;
  display: flex;
  position: relative;
}

.track-trace-circle {
  background-color: #e9eefe;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 115px;
  min-width: 115px;
  max-width: 115px;
  height: 115px;
  min-height: 115px;
  max-height: 115px;
  padding: 20px;
  display: flex;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #fff;
}

.track-trace-circle.last {
  background-color: #f2f8f3;
}

.track-trace-event {
  background-color: #f7f8fc;
  border-radius: 5px;
  width: 100%;
  max-width: 420px;
  padding: 20px;
  position: sticky;
  top: 50vh;
}

.track-trace-event-small-text {
  color: #8e8e8e;
  justify-content: space-between;
  font-size: 1rem;
  display: flex;
}

.video-container {
  width: 50%;
}

.video-card {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 716px;
  padding: 6rem 4rem;
  display: flex;
}

.card-img-container {
  position: absolute;
  top: 0;
}

.glow-big-bottom {
  z-index: 1;
  opacity: .4;
  border-radius: 8px;
  width: 2500px;
  height: 840px;
  position: absolute;
  bottom: -160px;
  overflow: hidden;
}

.gradient-center-shade {
  z-index: -1;
  aspect-ratio: 3 / 2;
  background-color: var(--light-blue);
  background-image: radial-gradient(circle farthest-side at 50% 50%, var(--dark-blue), var(--pingen-blue) 0%, var(--black));
  opacity: .75;
  border-radius: 50%;
  width: 90%;
  position: absolute;
  top: -245px;
  left: 50%;
  transform: translate(-50%);
}

.font-weight-500 {
  font-weight: 500;
}

.icon-sm-md {
  width: 50px;
  height: auto;
}

.text-yellow {
  color: var(--light-yellow);
}

.post-logo-icon {
  border-radius: 100%;
  width: 44px;
}

.map-hint {
  color: #a9b0be;
  justify-content: flex-end;
  align-items: flex-start;
  width: 150px;
  padding-bottom: 10px;
  font-size: 12px;
  line-height: 16;
  display: flex;
  position: absolute;
  top: 40%;
  right: 50%;
}

.map-hint-arrow {
  transform-style: preserve-3d;
  margin-top: 0;
  margin-right: 10px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.text-map-hint {
  color: #a9b0be;
  text-align: right;
  margin-top: -8px;
  margin-right: 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}

.border-radius-circle {
  border-radius: 50%;
}

.white-shadow {
  box-shadow: 0 0 6px #0000001a;
}

.margin-bt-1-5 {
  margin-bottom: 1.5rem;
}

.icon-x-sm {
  width: 21px;
  height: auto;
}

.logo-overlay-header {
  z-index: 10;
  opacity: .7;
  position: absolute;
  bottom: 26px;
}

.post-hint-header {
  z-index: 100;
  position: absolute;
  bottom: 26%;
}

.overflow-clip {
  overflow: clip;
}

.height-auto {
  height: auto;
}

.pingen-blue {
  background-color: var(--pingen-blue);
}

.no-margin-tp {
  margin-top: 0;
}

.link-no-space {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  white-space: nowrap;
  border-bottom: 1px solid #000;
  flex-flow: row;
  justify-content: flex-start;
  width: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
}

.background-image {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.margin-bt-0-35 {
  margin-bottom: .35rem;
}

.wrong-country {
  z-index: 9999;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  max-width: 512px;
  padding: 20px 70px 20px 20px;
  text-decoration: none;
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  box-shadow: -4px 0 20px #4e546133;
}

.link-arrow {
  color: #0758ff;
  text-align: left;
  align-items: center;
  margin-top: 1em;
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.close-icon-modal-wrong-country {
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 1.3rem;
  right: 1rem;
}

.video-popup-toggle {
  cursor: pointer;
}

.video-teaser-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.video-thumbnail {
  opacity: .6;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  width: 100%;
  transition: transform 1s, opacity .7s cubic-bezier(.4, .01, .165, .99);
}

.video-thumbnail:hover {
  opacity: .8;
}

.video-button-container {
  margin-top: 55px;
  position: absolute;
}

.video-button-wrapper {
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.video-button {
  width: 100%;
  height: auto;
  font-size: 1.2em;
  line-height: 1.2em;
}

.video-popup-wrapper {
  z-index: 99999;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.video-popup-inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.video-popup-close {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #e9e9e9;
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.video-popup-close-icon {
  width: 1em;
  height: 1em;
}

.video-popup-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  overflow: hidden;
}

.video-popup {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.video-popup-background {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.integration-overview-logo {
  width: 100%;
}

.align-left-center {
  align-items: center;
  display: flex;
}

.display-block {
  display: block;
}

.localization-country-flag-container {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 23px;
  height: 23px;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.floating-container-about-mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section.small {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .section.header-100vh {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .section.footer-cta-section {
    margin-bottom: -10%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrapper.inner {
    align-items: flex-start;
    width: 100%;
  }

  .text-center.margin-l-2rem {
    margin-right: 0;
  }

  .g-nav {
    flex: 0 auto;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .g-nav-menu-right {
    border-top: 1px solid #00000017;
    justify-content: center;
    align-items: center;
    padding: 1.5rem 5%;
  }

  .nav-link {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-weight: 400;
  }

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

  .button {
    height: 50px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .button:hover {
    padding-left: 35px;
    padding-right: 35px;
  }

  .button.menu {
    flex: 1;
    height: 50px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button.menu.secondary {
    flex: 1;
    display: flex;
  }

  .button.menu.secondary.mobile {
    display: flex;
  }

  .button.menu.mobile {
    display: block;
  }

  .button.menu.desktop {
    display: none;
  }

  .button.margin-tp-1rem {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button.secondary {
    padding-right: 35px;
  }

  .button.secondary:hover {
    padding-left: 35px;
    padding-right: 35px;
  }

  .flex-x, .flex-x.gap-4rem {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .flex-x.gap-4rem.margin-tp-3rem.wrap-tablet {
    flex-flow: wrap;
  }

  .flex-x.gap-4rem.wrap-tablet.tablet-flex-x-center {
    justify-content: center;
  }

  .flex-x.feature-tabs-container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .flex-x.gap-0.wrap-tablet {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .flex-x.gap-6rem {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .flex-x.gap-6rem.tablet-wrap, .flex-x.wrap-tablet, .flex-x.tablet-wrap {
    flex-flow: wrap;
  }

  .flex-x.footer-columns {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .col-25.padding-left-2rem.border-left {
    padding-left: 1rem;
  }

  .stack-item._1.big, .stack-item._2.big, .stack-item._3.big {
    width: 100%;
    height: 100%;
  }

  .flex-y.align-left-space-between {
    height: 100%;
  }

  .flex-y.align-left-space-between.col-50-tablet {
    justify-content: center;
  }

  .flex-y.tablet-flex-x {
    flex-flow: row;
  }

  .col-50.feature-tabs-min-height {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .col-50.feature-tabs-min-height.feature-tabs-min-height-small {
    min-height: auto;
  }

  .col-50.feature-tabs-min-height.feature-tabs-min-height-small.right {
    margin-left: 0%;
    padding-left: 0;
  }

  .col-50.feature-tabs-min-height.feature-tabs-min-height-medium {
    min-height: auto;
  }

  .col-50.feature-tabs-min-height.feature-tabs-right {
    padding-left: 0;
  }

  .col-50.lg-list-pane-container, .col-50.lg-list-scroll-picture-container {
    margin-right: 0;
  }

  .col-50.wrap {
    width: 47%;
  }

  .col-50.feature-tabs-min-height-big {
    padding-right: 0;
  }

  .lg-app-graphic {
    width: 1000px;
    padding-top: 2em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .lg-app-graphic.col-100 {
    width: 1280px;
  }

  .lg-app-graphic.document {
    width: 100%;
    min-width: 400px;
    padding-top: 6rem;
    padding-right: 4em;
  }

  .col-33.code-tabs-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    width: 100%;
  }

  .col-33.padding-left-2rem.border-left {
    padding-left: 1rem;
  }

  .col-33.nav-menu-content-right {
    width: 100%;
  }

  .col-33.tablet-stretch {
    flex: 1;
    width: auto;
  }

  .app-graphic-background {
    min-height: 500px;
  }

  .overlayed-graphic.app-graphic-border-aligned-center.document-validation {
    right: 2rem;
  }

  .bulb-gradient-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .bulb-gradient-center.p-global {
    width: 900px;
    height: 900px;
  }

  .bulb-gradient-center.mobile {
    display: none;
  }

  .col-66.x-stretch.nav-menu-content-left {
    width: 100%;
  }

  .footer-cta {
    padding: 4rem 2.5rem;
  }

  .footer-cta.test-letter {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .feature-tabs {
    margin-top: 2rem;
  }

  .feature-tabs-content {
    height: 100%;
    position: static;
    transform: none;
  }

  .feature-tabs-content.tablet-feature-tabs-content-wrap {
    height: auto;
    margin-top: 2rem;
  }

  .feature-tabs-pane {
    width: 100%;
    height: auto;
  }

  .stack-card-inside {
    padding-left: 3.5rem;
    padding-right: 3rem;
  }

  .feature-cards-carousel-mask {
    width: calc(50% - 12px);
    min-width: auto;
  }

  .feature-cards-carousel-mask.width-100 {
    width: 100%;
  }

  .feature-card {
    padding: 2rem;
  }

  .feature-card.follow-us {
    height: 550px;
  }

  .feature-card.padding-6-4rem {
    padding: 2rem;
  }

  .feature-card.comparison-card {
    padding: 2rem 2rem 2rem 2.75rem;
  }

  .feature-card.align-left-top.no-stretch {
    flex: 0 auto;
  }

  .feature-card.hover:hover {
    transform: none;
  }

  .feature-card.slider {
    min-height: 450px;
  }

  .feature-card-content.padding-right-4rem {
    padding-right: 0;
  }

  .feature-card-big {
    min-height: auto;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .feature-card-big.align-bottom {
    padding-top: 0;
  }

  .feature-card-big.hover.teal-green {
    padding-top: 3rem;
  }

  .code-tabs-link {
    flex-flow: row;
    flex: 1;
    justify-content: center;
    min-width: 230px;
    height: 100%;
  }

  .footer-column-20 {
    width: 48%;
  }

  .code-tabs-pane-container {
    width: 100%;
    margin-left: 0;
  }

  .country-tabs-link.text-white {
    border-bottom-color: var(--white);
  }

  .country-tabs-link.text-white.w--current {
    border-bottom-color: var(--white);
    box-shadow: none;
  }

  .lg-list-tabs-pane._2, .lg-list-tabs-pane._4, .lg-list-tabs-pane._5, .lg-list-tabs-pane._6, .lg-list-tabs-pane._7, .lg-list-tabs-pane._8 {
    margin-top: 0;
  }

  .lg-list-tabs-pane.sticky {
    position: static;
  }

  .icon-container.line {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .step-line {
    flex: 1;
    width: 3px;
  }

  .process-numbers-tabs-content {
    display: none;
  }

  .feature-card-container {
    min-height: auto;
  }

  .feature-card-container.small {
    height: 100%;
    min-height: auto;
  }

  .no-padding {
    padding: 0;
  }

  .padding-3rem, .padding-4rem {
    padding: 2rem;
  }

  .padding-left-4rem {
    padding-left: 2rem;
  }

  .grid._3-col._5-gap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .grid._3-col.tablet-2-col {
    grid-template-columns: 1fr 1fr;
  }

  .grid._3-col-big-middle {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1.25fr;
  }

  .grid.gap-2-5 {
    grid-column-gap: 3rem;
  }

  .grid.statistic-card-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .grid.gap-5 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .grid.nav-menu-content-gap {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid.feature-card-grid, .grid.feature-card-grid._2-col {
    grid-template-columns: 1fr;
  }

  .grid.tablet-1-col, .grid.tablet-wrap {
    flex-flow: column;
    display: flex;
  }

  .team-introduction-hover {
    opacity: 100;
    width: 48%;
    display: block;
    position: static;
  }

  .min-height-350 {
    min-height: 350px;
  }

  .comparison-timer-bar-time {
    left: -3.5rem;
  }

  .grid-element-middle {
    width: 30%;
  }

  .horizontal-tabs-content {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .no-padding-tp {
    padding-top: 0;
  }

  .no-padding-bt {
    padding-bottom: 0;
  }

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

  .statistic-card {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .floating-item-1._1 {
    top: 16%;
    left: 3%;
  }

  .floating-item-1._2 {
    top: 12%;
    left: 36%;
  }

  .floating-item-1._2.padding-1rem.turquoise {
    top: 12%;
    left: 33%;
  }

  .floating-item-2._1 {
    left: 66%;
  }

  .floating-item-2._2 {
    top: 25%;
  }

  .floating-item-3._1 {
    top: 64%;
    left: 79%;
  }

  .floating-item-3._2 {
    left: 33%;
  }

  .floating-item-4._1 {
    left: 3%;
  }

  .floating-item-4._2 {
    left: 70%;
  }

  .sticky-features_img-wrapper {
    width: 100%;
  }

  .sticky-img {
    margin-bottom: 2rem;
    position: relative;
  }

  .sticky-img.mobile {
    display: block;
  }

  .sticky-features_item {
    height: auto;
    margin-bottom: 5rem;
  }

  .sticky-features_item.hiw {
    margin-bottom: 2.5rem;
    padding-top: 2.5rem;
  }

  .sticky-features_item.hiw.last {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .sticky-features_item.last {
    margin-bottom: 0;
  }

  .padding-right-4rem {
    padding-right: 2rem;
  }

  .small-section-space {
    height: 5rem;
  }

  .g-nav-menu {
    z-index: 0;
    background-color: var(--white);
    border-top: 1px solid #00000017;
    flex: 0 auto;
    width: 100%;
    min-height: auto;
    margin-left: 0;
    position: absolute;
    inset: 74px 0 0;
    height: calc(100vh - 65px) !important;
  }

  .g-nav-menu-left {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    flex: 1;
    justify-content: flex-start;
    align-items: stretch;
    padding-bottom: 2rem;
    padding-left: 5%;
    padding-right: 5%;
    overflow: auto;
  }

  .nav-menu-list-item {
    border-bottom: 2px solid #000;
  }

  .nav-menu-dropdown-wrapper {
    flex-flow: column;
    width: 100%;
  }

  .nav-link-dropdown-toggle {
    justify-content: space-between;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-weight: 400;
  }

  .nav-link-dropdown-toggle.w--open {
    border-bottom: 1px solid #000;
  }

  .nav-menu-dropdown {
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .nav-menu-dropdown.w--open, .nav-menu-container {
    width: 100%;
  }

  .nav-menu-container-bg {
    display: none;
  }

  .nav-menu-content {
    flex-flow: column;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .nav-menu-content-promotion-container {
    width: 100%;
    padding: 1.5rem;
  }

  .nav-menu-content-padding {
    padding: 0 0 2rem;
  }

  .nav-menu-content-padding.promotion {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-content-title {
    font-size: 16px;
  }

  .nav-menu-content-title-container {
    margin-bottom: 1.5rem;
  }

  .nav-menu-content-title-container.promotion {
    order: 1;
    margin-bottom: .5rem;
  }

  .nav-menu-content-further-services, .nav-menu-content-promotion-img {
    display: none;
  }

  .nav-menu-content-promotion-flex-y {
    flex-flow: row;
    align-items: center;
  }

  .nav-menu-overlay {
    display: none;
  }

  .marquee_gradient {
    width: 10em;
  }

  .marquee_gradient.marquee-dark {
    background-image: linear-gradient(90deg, var(--black) 10%, #0000 75%);
  }

  .marquee_gradient.marquee-dark.right {
    background-image: linear-gradient(90deg, #0000 25%, var(--black) 90%);
  }

  .margin-tp-minus-3rem {
    margin-top: 0;
  }

  .max-width-170px {
    max-width: 100px;
  }

  .timeline-mask {
    min-width: 300px;
    height: 300px;
  }

  .timeline-item {
    margin-right: 1.5rem;
  }

  .modal-container-localization {
    width: 90%;
  }

  .button-arrow-container {
    justify-content: center;
  }

  .button-text {
    margin-right: 0;
  }

  .button-icon {
    display: none;
  }

  .scroll-table-content {
    overflow: scroll;
  }

  .table-box.first {
    justify-content: flex-start;
  }

  .table-box._2.first {
    width: 50%;
    padding-left: 0;
  }

  .scroll-snapping-text-sec {
    width: 50%;
  }

  .scroll-snapping-text-sec._1, .scroll-snapping-text-sec._3 {
    left: auto;
    right: 0;
  }

  .scroll-snapping-img {
    width: 40%;
    height: auto;
    max-height: none;
    left: 0%;
    transform: translate(0%, -50%);
  }

  .brand {
    z-index: 1;
    top: 0;
  }

  .g-nav-menu-mobile-flex {
    flex-flow: column;
    align-items: stretch;
    height: calc(100dvh - 65px);
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .g-main-nav-container {
    z-index: 2;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
  }

  .g-nav-menu-mobile {
    align-items: center;
    display: flex;
  }

  .g-nav-menu-button {
    z-index: 1;
    background-color: #0000;
    height: 100%;
    margin-right: -20px;
    padding: 22px 16px 18px;
    display: block;
  }

  .g-nav-menu-button.w--open {
    background-color: #fff0;
  }

  .lottie-animation-2 {
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    display: flex;
  }

  .col-100-tablet {
    width: 100%;
  }

  .col-50-tablet {
    width: 47%;
  }

  .padding-0-tablet {
    padding: 0;
  }

  .tablet-flex-first {
    order: -1;
  }

  ._3-col-big-middle-img {
    min-width: 327px;
  }

  .wrap-tablet {
    flex-flow: wrap;
    display: flex;
  }

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

  .tablet-feature-tabs-content-wrap {
    width: 100%;
    position: static;
    transform: translate(0);
  }

  .tablet-flex-x {
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .tablet-flex-x.gap-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .tablet-max-width-700 {
    width: 100%;
    max-width: 700px;
  }

  .tablet-flex-x-center {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .footer-column {
    width: 30%;
  }

  ._3-col-big-middle-img-container {
    z-index: 0;
  }

  .feature-card-big-img-wrapper.align-bottom {
    min-height: 300px;
    margin-top: 0;
  }

  .feature-card-big-img-wrapper.align-bottom.vertical {
    margin-top: 0;
  }

  .feature-card-big-img.align-bottom {
    top: 10%;
    bottom: auto;
  }

  .feature-card-big-img.align-top {
    top: 0;
    bottom: auto;
  }

  .feature-card-big-content {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .feature-card-big-content.vertical {
    padding-bottom: 0;
  }

  .tablet-stretch {
    flex: 1;
  }

  .zapier-integration-img {
    margin-top: -15%;
  }

  .tablet-min-width-230 {
    flex: 1;
    min-width: 230px;
  }

  .app-graphic-out-wrapper {
    background-color: #0000;
    width: 1000px;
    max-width: none;
    margin-left: 5%;
    margin-right: 0%;
    left: 0%;
    transform: none;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .hiw-sticky-wrapper, .hiw-sticky-container, .hiw-text {
    height: auto;
  }

  .hiw-sticky-trigger._20 {
    height: 20%;
  }

  .hiw-sticky-trigger._40 {
    top: 20%;
  }

  .hiw-sticky-trigger._80 {
    top: 60%;
  }

  .document-frame {
    width: 20rem;
  }

  .document-frame._1 {
    z-index: 1;
  }

  .floating-webhook-img {
    width: 120%;
    max-width: none;
  }

  .gradient-center-shade {
    width: 80%;
    top: -175px;
  }

  .post-hint-header {
    margin-top: -10px;
    position: static;
  }

  .hiw-icon-process-step-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    align-items: stretch;
    display: flex;
  }

  .hiw-icon-process-step-text {
    margin-top: 12px;
  }
}

@media screen and (max-width: 767px) {
  .section.header-sml {
    min-height: 400px;
  }

  .section.header-lg {
    padding-top: 130px;
  }

  .section.floating-elements.about {
    min-height: auto;
    max-height: 700px;
  }

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

  .button.secondary {
    padding-right: 20px;
  }

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

  .flex-x {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .flex-x.left-center.gap-1rem.mobile-l-100 {
    width: 100%;
  }

  .flex-x.wrap-tablet.mobile-l-gap-1 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .col-75 {
    width: 100%;
  }

  .stack-item._1.big, .stack-item._2.big, .stack-item._3.big {
    border-radius: 15px;
  }

  .stack-item._135px {
    width: 100px;
    height: 100px;
  }

  .stack-item._135px._2 {
    top: -20px;
  }

  .stack-item._135px._3 {
    top: -40px;
  }

  .flex-y.align-center-bottom.zapier-integration-height {
    min-height: auto;
    padding-top: 175px;
    padding-bottom: 0;
  }

  .flex-y.align-left-space-between.col-50-tablet.tablet-flex-first {
    order: 1;
  }

  .flex-y.gap-2.tablet-flex-x.mobile-l-wrap {
    flex-flow: column;
  }

  .col-50 {
    width: 100%;
  }

  .col-50.flex-y.align-left.space-between.col-100-tablet.tablet-flex-x-center {
    align-items: center;
  }

  .col-50.lg-list-pane-container {
    display: none;
    top: 175px;
  }

  .col-50.lg-list-scroll-picture-container {
    display: none;
  }

  .lg-app-graphic {
    width: 600px;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .lg-app-graphic.no-padding, .lg-app-graphic.col-100.no-padding {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .lg-app-graphic.home {
    flex: none;
    align-items: stretch;
    width: 740px;
  }

  .col-33.code-tabs-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .app-graphic-border-aligned-bottom {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
  }

  .app-graphic-border-aligned-bottom.header-track-trace {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 60%;
    max-width: 300px;
  }

  .border-radius-top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .border-radius {
    border-radius: 10px;
  }

  .border-radius.small {
    border-radius: 4px;
  }

  .overlayed-graphic.app-graphic-border-aligned-center {
    border-radius: 10px;
  }

  .bulb-gradient-container.map {
    margin-top: -50px;
  }

  .bulb-gradient-center {
    width: 560px;
    height: 560px;
    top: -8%;
    transform: translate(-50%);
  }

  .bulb-gradient-center.p-global {
    width: 700px;
    height: 700px;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .bulb-gradient-center.mobile {
    width: 800px;
    height: 800px;
    display: block;
    top: 68%;
    transform: translate(-50%, -50%);
  }

  .form {
    border-radius: 15px;
  }

  .footer-cta {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .footer-cta.test-letter {
    padding: 2rem;
  }

  .feature-tabs-link {
    padding: .5rem 1rem;
  }

  .feature-tabs-content {
    min-height: auto;
  }

  .feature-tabs-pane {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
  }

  .feature-tabs-pane.no-padding {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .feature-tabs-pane.left {
    padding-right: 2rem;
  }

  .feature-tabs-first-element {
    width: auto;
    top: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .feature-tabs-first-element.left {
    right: 2rem;
  }

  .feature-tabs-element {
    width: auto;
  }

  .stack-card {
    min-height: auto;
    padding-left: 3rem;
    padding-right: 3rem;
    position: static;
  }

  .sticky-container {
    position: static;
  }

  .stack-card-inside {
    padding: 3rem 2rem 0;
  }

  .feature-cards {
    margin-top: 6rem;
  }

  .feature-cards-carousel-mask {
    width: calc(100% - 12px);
  }

  .feature-cards-carousel-mask.width-100 {
    height: auto;
  }

  .feature-card.comparison-card.grey {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }

  .feature-card.hover.slider {
    min-height: 410px;
  }

  .feature-card.slider, .feature-card.slider.hover {
    min-height: auto;
  }

  .feature-cards-arrow {
    top: -5.2rem;
  }

  .feature-cards-slide-big {
    height: 100%;
  }

  .app-graphic-border-aligned-top.max-width-500px {
    border-top-style: solid;
    border-bottom-style: none;
    border-radius: 15px 15px 0 0;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .faq-item-trigger {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .icon-md {
    height: 50px;
  }

  .icon-container.line {
    max-width: 50px;
  }

  .process-numbers-tabs-link {
    position: static;
  }

  .process-numbers-tabs-link.w--current {
    margin-bottom: 300px;
    position: relative;
  }

  .process-numbers-tabs-pane {
    padding-right: 1rem;
  }

  .process-numbers-tabs-content {
    align-items: flex-start;
    width: 100%;
    height: 313px;
    margin-top: 34%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    transform: none;
  }

  .process-numbers-bulb-gradient.hiw.violet {
    background-image: radial-gradient(circle farthest-side at 50% 50%, var(--violet), var(--violet) 0%, var(--black));
  }

  .feature-card-container, .feature-card-container.small {
    min-height: auto;
  }

  .border-radius-top-right {
    border-top-right-radius: 10px;
  }

  .img-cover.center {
    object-position: 50% 50%;
  }

  .border-radius-bottom {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .border-radius-bottom-left {
    border-bottom-left-radius: 10px;
  }

  .border-radius-right {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .border-radius-right.inside {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  .padding-left-4rem {
    padding-left: 0;
  }

  .grid._3-col {
    grid-template-columns: 1fr 1fr;
  }

  .grid._3-col._1-gap.tablet-2-col, .grid._3-col.tablet-2-col, .grid._3-col-big-middle {
    grid-template-columns: 1fr;
  }

  .grid._5-col {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .grid.statistic-card-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .grid._4-col.mobile-l-2-col {
    grid-template-columns: 1fr 1fr;
  }

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

  .grid.nav-menu-content-gap {
    grid-template-columns: 1fr 1fr;
  }

  .grid.feature-card-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .team-introduction-hover {
    width: 100%;
    height: auto;
  }

  .team-introduction.col-33.wrap {
    width: 100%;
  }

  .icon-sm {
    width: 25px;
  }

  .background-rectangleradient.violet {
    background-color: var(--violet);
  }

  .grid-element-middle {
    width: 37%;
  }

  .horizontal-tabs-content {
    padding-top: 3rem;
  }

  .no-padding-tp {
    padding-top: 0;
  }

  .statistic-card {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .floating-container.about-floating {
    display: none;
  }

  .sticky-features_item {
    margin-bottom: 3rem;
  }

  .sticky-features_item.hiw {
    margin-bottom: 1.25rem;
    padding-top: 1.25rem;
    padding-bottom: 2rem;
  }

  .sticky-features_item.hiw.first {
    padding-top: 7rem;
  }

  .icon-lg {
    height: 70px;
  }

  .nav-menu-content-title-container.promotion {
    margin-top: 1rem;
  }

  .nav-menu-content-promotion-flex-y {
    flex-flow: column;
    align-items: flex-start;
  }

  .arrow {
    width: 15px;
    height: auto;
  }

  .marquee_wrap {
    width: 110%;
  }

  .glow-big {
    z-index: 0;
    bottom: -30%;
  }

  .glow-big-top {
    z-index: 0;
  }

  .timeline {
    margin-top: 7rem;
  }

  .timeline-mask {
    height: 250px;
  }

  .table-outside {
    overflow: hidden;
  }

  .table-data.name {
    padding-right: 20px;
  }

  .scroll-table-content {
    margin-right: 33px;
  }

  .scroll-table-content.new {
    width: 100%;
    margin-right: 0;
  }

  .scroll-container {
    width: 100vw;
    overflow: hidden;
  }

  .scroll-container.new {
    width: 100%;
  }

  .table-row {
    width: 740px;
  }

  .table-row.head {
    width: 100%;
  }

  .table-row.head.hide {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .table-data-wrapper {
    position: relative;
  }

  .table-container {
    position: relative;
    overflow: hidden;
  }

  .table-box.first {
    width: 100%;
  }

  .table-box._2.first {
    width: 50%;
  }

  .table-box._2.right {
    text-align: right;
    width: 20%;
    padding-right: 0;
  }

  .table-box._2.middle {
    text-align: right;
    width: 30%;
  }

  .div-block-406 {
    width: 33.3%;
  }

  .close-icon-modal {
    top: 2rem;
    right: 2rem;
  }

  .pin-container {
    display: none;
  }

  .map-tooltip {
    width: 230px;
    padding: 10px;
  }

  .map-tooltip.europe {
    min-width: 400px;
  }

  .col-50-tablet {
    width: 100%;
  }

  ._3-col-big-middle-img {
    min-width: auto;
    padding-top: 5%;
    padding-bottom: 5%;
    position: static;
  }

  .footer-column {
    width: 45%;
  }

  .mobile-flex-last {
    order: 1;
  }

  .mobile-l-wrap {
    flex-flow: wrap;
    display: flex;
  }

  .mobile-l-100 {
    width: 100%;
  }

  .feature-card-big-img-wrapper {
    height: 250px;
  }

  .feature-card-big-img-wrapper.align-bottom, .feature-card-big-img-wrapper.align-bottom.vertical {
    margin-top: 0;
  }

  .feature-card-big-img-wrapper.align-top {
    margin-bottom: 0;
  }

  .feature-card-big-img-wrapper.align-middle {
    margin-top: 0;
    margin-bottom: 3rem;
  }

  .feature-card-big-img.align-bottom {
    top: 0%;
  }

  .feature-card-big-img.align-top {
    top: 0;
  }

  .mobile-l-flex-first {
    order: -1;
  }

  .zapier-integration-img {
    width: 600px;
    max-width: none;
    height: auto;
    margin-top: -158px;
    position: relative;
  }

  .code-example-wrapper {
    display: none;
  }

  .margin-tp-10rem {
    margin-top: 5rem;
  }

  .document-frame {
    width: 20rem;
  }

  .border-radius-lg {
    border-radius: 12px;
  }

  .webhook-line {
    top: 0;
  }

  .floating-webhook-img {
    width: 100%;
  }

  .track-trace-progress-bar {
    left: 54px;
  }

  .track-trace-item {
    grid-template-columns: 140px 1fr;
    min-height: 35vh;
    padding-bottom: 40px;
  }

  .track-trace-left {
    padding-top: 25px;
  }

  .track-trace-centre {
    justify-content: flex-start;
  }

  .track-trace-circle {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    height: 100px;
    min-height: 100px;
    max-height: 100px;
  }

  .track-trace-right {
    margin-bottom: 3rem;
    display: none;
  }

  .track-trace-event {
    position: static;
  }

  .gradient-center-shade {
    display: none;
  }

  .icon-sm-md {
    width: 35px;
  }

  .map-hint {
    display: none;
  }

  .hiw-icon-process-step-text {
    flex: 1;
  }

  .mobile-l-height-auto {
    height: auto;
  }

  .tablet-position-relative {
    position: relative;
  }

  .mobile-l-flex-x-right {
    justify-content: flex-end;
    display: flex;
  }

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

  .wrong-country {
    width: 95%;
    left: 50%;
    right: auto;
    transform: translate(-50%);
  }

  .mobile-l-text-center {
    text-align: center;
  }

  .integration-overview-logo {
    max-width: 250px;
  }

  .post-hint-img {
    width: 100px;
  }

  .floating-container-about-mobile {
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    overflow: hidden;
  }
}

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

  .section.header-sml {
    padding-top: 130px;
  }

  .section.floating-elements.about {
    max-height: 500px;
  }

  .button.menu {
    margin-left: .5rem;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .flex-x {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .flex-x.gap-4rem {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .flex-x.footer-small-links {
    flex-flow: column;
    align-items: flex-start;
  }

  .flex-x.wrap-tablet {
    flex-flow: column;
  }

  .flex-x.footer-columns {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .lg-app-graphic.col-100 {
    width: 700px;
  }

  .lg-app-graphic.return-mail {
    width: 100%;
    padding-top: 2rem;
    padding-right: 2rem;
  }

  .lg-app-graphic.p-print-send-options {
    width: 100%;
    padding: 2rem;
  }

  .lg-app-graphic.p-print-send-options.turquoise-gradient {
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg-app-graphic.document {
    min-width: auto;
    padding: 2rem;
  }

  .col-33.tab-horizontal {
    width: 100%;
  }

  .app-graphic-background {
    min-height: 400px;
  }

  .app-graphic-border-aligned-bottom.header-track-trace {
    width: 90%;
  }

  .overlayed-graphic.app-graphic-border-aligned-center {
    position: static;
  }

  .overlayed-graphic.app-graphic-border-aligned-center.print-options, .overlayed-graphic.app-graphic-border-aligned-center.return-mail, .overlayed-graphic.app-graphic-border-aligned-center.document-validation {
    width: 100%;
  }

  .bulb-gradient-center.p-global {
    width: 450px;
    height: 450px;
  }

  .form {
    padding: 1.5rem;
  }

  .footer-cta.test-letter {
    width: 112%;
  }

  .feature-cards-slide {
    margin-right: 1rem;
  }

  .feature-card-big {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer-column-20 {
    width: 100%;
  }

  .circle-numbers.lg {
    width: 40px;
    height: 40px;
  }

  .grid._3-col, .grid._3-col._1-gap.tablet-2-col {
    grid-template-columns: 1fr;
  }

  .grid._3-col-big-middle {
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .grid._5-col {
    grid-template-columns: 1fr 1fr;
  }

  .grid.statistic-card-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .grid._4-col.mobile-l-2-col, .grid.nav-menu-content-gap {
    grid-template-columns: 1fr;
  }

  .min-height-350 {
    min-height: 125px;
  }

  .grid-element-middle {
    width: 47%;
  }

  .tabs-menu {
    flex-flow: column;
  }

  .horizontal-tabs-content {
    height: 400px;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .no-padding-tp {
    padding-top: 0;
  }

  .padding-right-4rem {
    padding-right: 0;
  }

  .scroll-table-content {
    margin-right: 30px;
  }

  .scroll-snapping-text-sec {
    text-align: center;
    width: 100%;
    bottom: 60px;
  }

  .scroll-snapping-img-container {
    margin-top: 3rem;
    top: 100px;
  }

  .scroll-snapping-img-wrapper {
    justify-content: center;
    height: 50vh;
    display: flex;
    top: 0%;
    transform: none;
  }

  .scroll-snapping-img {
    width: auto;
    height: 100%;
    top: 0%;
    left: 50%;
    transform: translate(-50%);
  }

  .footer-column {
    width: 100%;
  }

  .feature-card-big-content {
    padding-bottom: 0;
  }

  .feature-card-big-content.bottom {
    padding-top: 0;
    padding-bottom: 3rem;
  }

  .mobile-wrap {
    flex-flow: column;
    display: flex;
  }

  .document-stack-wrapper {
    height: 360px;
  }

  .document-frame {
    width: 225px;
  }

  .track-trace-progress-bar {
    width: 3px;
    left: 36px;
  }

  .track-trace-item {
    grid-column-gap: 10px;
    grid-row-gap: 9px;
    grid-template-columns: 75px 1fr;
  }

  .track-trace-circle {
    width: 75px;
    min-width: 75px;
    max-width: 75px;
    height: 75px;
    min-height: 75px;
    max-height: 75px;
    padding: 15px;
    overflow: hidden;
  }

  .track-trace-right {
    margin-bottom: 2rem;
  }

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

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

  .mobile-flex-x {
    display: flex;
  }

  .gap-1 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    display: flex;
  }

  .integration-overview-logo {
    max-width: 150px;
  }

  .integration-overview-logo.border-radius.small {
    max-width: 100px;
  }

  .post-hint-img {
    width: 80px;
  }
}

#w-node-_78a9fdbc-316d-bc54-52fb-3dbdb8780b4f-297b0a5e, #w-node-c5a39f83-aab0-eeb2-7cc7-bcda9175612b-297b0a5e, #w-node-_169539ce-b177-340a-eaf2-39bfc62835e4-297b0a5e, #w-node-d5174893-2ab5-73a5-1097-68974f78cbd8-297b0a5e, #w-node-dce91fae-9434-ad3f-3228-256707849ee4-297b0a5e, #w-node-_2a22da30-a345-c58c-159c-7c9e6ffadcd5-297b0a5e, #w-node-_15e4055f-58fc-4225-ebb7-b5347ec8f6a5-297b0a5e, #w-node-_9b65f3b0-061b-4f86-a1ca-ac659c1498e5-297b0a5e, #w-node-ddbb1e0c-fa4b-c5d4-0f8c-6cc3a9f17531-297b0a5e, #w-node-ed41183f-6aa0-5b1d-cb84-35f1c1d641d9-297b0a5e, #w-node-_34dee25c-a4c7-75c0-6bbd-366e5b030525-297b0a5e, #w-node-_072eeb2b-511d-914f-f913-fc90ab48ac53-297b0a5e, #w-node-_19f22992-3bf3-4c67-aaf3-6e54b71a61c8-297b0a5e, #w-node-_62809f5b-331a-d2d1-8e97-12f5150c83e8-297b0a5e, #w-node-_29dadbf7-eb44-8baf-6d0e-9646e3b5bc9a-297b0a5e, #w-node-b8ee3d51-5a08-6f37-f330-a992fa6c7632-297b0a5e, #w-node-_4e0fef89-7d71-9791-da9e-d8aa0d4e5093-297b0a5e, #w-node-_5e77bff5-d2c5-53c1-2111-93919f5249ce-297b0a5e, #w-node-b4faee01-0e4a-96cc-e60e-bc0e793feedc-297b0a5e, #w-node-bd3d1fba-9e9e-896c-cb4e-110eb10d6395-297b0a5e, #w-node-f5139191-d4c0-81bd-6601-26b040978646-297b0a5e, #w-node-cea94aef-291a-5307-ae76-db4148a12012-297b0a5e, #w-node-_39d94c57-29b1-0c15-e0eb-f87e73dc0387-297b0a5e, #w-node-_9ec9849a-00a4-01a7-f4c7-53de5005f65d-297b0a5e, #w-node-a5514e11-9aeb-4a7f-a33a-8e3a0b7e4b7c-297b0a5e, #w-node-_4fb5ab06-4d31-07c3-6832-70724414575f-297b0a5e, #w-node-_07d0ecbd-f90c-44cb-1850-7845bf887069-297b0a5e, #w-node-_6cc9b9f6-e6ef-144b-3ed3-8b62c06172a9-297b0a5e, #w-node-b77edfdc-1b8c-543d-be29-f4ed9a8b7941-297b0a5e, #w-node-_9027fbdf-6208-1450-23fc-41ce4a0301bf-297b0a5e, #w-node-cd6f5d9a-1c8f-853b-bece-a6aac7f0dbc0-297b0a5e, #w-node-_042c4aeb-d168-7030-9a99-d637c62a18af-297b0a5e, #w-node-_423a1e27-918f-6327-e360-dc14ca878d54-297b0a5e {
  place-self: center;
}

#w-node-_82a7f1c9-30e3-3273-f08a-7e319449d748-01936ab9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_29b542f2-6812-52d4-6127-353c45fc35b0-01936ab9, #w-node-c7174b85-4b0b-771d-293d-d91736d00369-01936ab9, #w-node-_7f231d62-43cb-6283-455a-742169c118f8-01936ab9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_24cbfc51-caab-8a80-10ce-358b8e27c422-01936ab9, #w-node-_005e77cd-f905-b4a3-b1a9-42904ab92048-01936ab9, #w-node-_4e51e1d1-c93d-75c7-929f-2a8f96c9b1c8-01936ab9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c0367674-c934-50bd-48b4-051eefa5990e-01936ab9, #w-node-c0367674-c934-50bd-48b4-051eefa5991e-01936ab9 {
  align-self: end;
}

#w-node-a956e5ab-9d34-3f17-babc-015f9b823251-01936ab9, #w-node-a956e5ab-9d34-3f17-babc-015f9b82325e-01936ab9, #w-node-a100425e-d080-d79f-999c-d3155604087b-cc75e1eb, #w-node-a100425e-d080-d79f-999c-d31556040888-cc75e1eb, #w-node-_5862808d-ecf8-2799-1f4c-be4e2cf954e8-cc75e1eb, #w-node-da1183cc-f413-2a9b-f161-8560c94f797b-cc75e1eb {
  justify-self: stretch;
}

#w-node-_9cb09704-fad0-684d-e0d4-b1d79fd20712-34be2ee3, #w-node-_094183a2-646f-ca5e-27ee-eb8cd18163b0-34be2ee3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e3801951-7912-4e6a-42d4-8455b3d624d1-34be2ee3 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_6fbe1470-ec4c-c379-d3c9-32e89fed8286-03eba01f, #w-node-_4d132b13-69c9-8033-d8eb-ec315d9f7a14-03eba01f {
  align-self: end;
}

#w-node-b182c47b-43eb-1566-bf8d-af521cc371bb-f2c8b13f, #w-node-b182c47b-43eb-1566-bf8d-af521cc371bb-3a7aba38 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_82a7f1c9-30e3-3273-f08a-7e319449d748-01936ab9, #w-node-_24cbfc51-caab-8a80-10ce-358b8e27c422-01936ab9, #w-node-_005e77cd-f905-b4a3-b1a9-42904ab92048-01936ab9, #w-node-_4e51e1d1-c93d-75c7-929f-2a8f96c9b1c8-01936ab9, #w-node-e3801951-7912-4e6a-42d4-8455b3d624d1-34be2ee3 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_82a7f1c9-30e3-3273-f08a-7e319449d748-01936ab9, #w-node-_24cbfc51-caab-8a80-10ce-358b8e27c422-01936ab9, #w-node-_005e77cd-f905-b4a3-b1a9-42904ab92048-01936ab9, #w-node-_4e51e1d1-c93d-75c7-929f-2a8f96c9b1c8-01936ab9 {
    order: -9999;
  }

  #w-node-c88b32cc-0229-3d4e-9820-ad2b1154dbd5-04844b1b {
    grid-area: 1 / 2 / 3 / 3;
  }

  #w-node-c88b32cc-0229-3d4e-9820-ad2b1154dbe0-04844b1b {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-c88b32cc-0229-3d4e-9820-ad2b1154dbee-04844b1b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c88b32cc-0229-3d4e-9820-ad2b1154dbf9-04844b1b {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-c88b32cc-0229-3d4e-9820-ad2b1154dc07-04844b1b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c88b32cc-0229-3d4e-9820-ad2b1154dc12-04844b1b {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-c88b32cc-0229-3d4e-9820-ad2b1154dc14-04844b1b, #w-node-c88b32cc-0229-3d4e-9820-ad2b1154dc20-04844b1b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c88b32cc-0229-3d4e-9820-ad2b1154dc2b-04844b1b {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-c88b32cc-0229-3d4e-9820-ad2b1154dc2d-04844b1b, #w-node-c88b32cc-0229-3d4e-9820-ad2b1154dc39-04844b1b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c88b32cc-0229-3d4e-9820-ad2b1154dc44-04844b1b {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-c88b32cc-0229-3d4e-9820-ad2b1154dc46-04844b1b, #w-node-c88b32cc-0229-3d4e-9820-ad2b1154dc52-04844b1b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c88b32cc-0229-3d4e-9820-ad2b1154dc5d-04844b1b {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-c88b32cc-0229-3d4e-9820-ad2b1154dc5f-04844b1b {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c0367674-c934-50bd-48b4-051eefa59915-01936ab9 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c0367674-c934-50bd-48b4-051eefa5991e-01936ab9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c88b32cc-0229-3d4e-9820-ad2b1154dbd5-04844b1b, #w-node-c88b32cc-0229-3d4e-9820-ad2b1154dbee-04844b1b {
    grid-area: 1 / 2 / 2 / 3;
  }
}


