@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-ExtraBold.ttf') format("truetype"), url('../fonts/THICCCBOI-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi Thicccaf;
  src: url('../fonts/THICCCBOI-ThicccAF.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
  --color: #7678ef;
  --color-black: black;
  --color-3: #68ea83;
  --color-4: #d5e2bc;
  --color-2: #fff;
  --color-5: #eff1ea;
  --color-6: #eaefe8;
  --color-8: #e4a599;
  --color-7: #b9d9d7;
  --color-9: #5e5e5e;
  --color-11: #fff3;
  --color-12: #0644294d;
  --yellow: #ffd966;
  --color-13: #ffffff1a;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

.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-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

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

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

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

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

h1 {
  color: var(--color);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.35em;
}

h2 {
  color: var(--color);
  margin-top: 0;
  margin-bottom: 18px;
  font-family: DM Sans, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.33em;
}

h3 {
  color: var(--color);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: DM Sans, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.33em;
}

h4 {
  color: var(--color);
  margin-top: 0;
  margin-bottom: 14px;
  font-family: DM Sans, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.22em;
}

h5 {
  color: var(--color);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Thicccboi, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.33em;
}

h6 {
  color: var(--color);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

p {
  opacity: .8;
  color: var(--color-black);
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.444em;
}

a {
  color: var(--color);
  text-decoration: underline;
}

li {
  color: var(--color);
  margin-bottom: 4px;
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.56em;
}

blockquote {
  border-style: none none none solid;
  border-width: 1px 1px 1px 4px;
  border-color: black black black var(--color-3);
  background-color: var(--color);
  color: var(--color-4);
  border-radius: 2px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 80px 60px;
  font-family: Thicccboi, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.65em;
}

.grid-drop-down-links {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: auto;
}

.dropdown-icon {
  background-color: var(--color);
  border-radius: 2px;
  width: 100%;
  height: 100%;
}

.nav-link {
  color: var(--color-black);
  text-transform: none;
  border-radius: 100px;
  padding: 6px 12px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.111;
  text-decoration: none;
  transition: background-color .3s;
}

.nav-link:hover {
  color: var(--color-3);
  border-radius: 100px;
  text-decoration: none;
}

.nav-link.w--current {
  color: var(--color-2);
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: border-box;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.111em;
}

.nav-link.w--current:hover {
  color: var(--color-3);
  font-weight: 500;
}

.nav-link.language {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-dropdown {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  color: #21404b;
  border-radius: 4px;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.333em;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.link-dropdown:hover {
  color: #21404b;
  background-color: #f8f7f7;
  border-radius: 4px;
  text-decoration: none;
}

.dropdown-title-link {
  color: var(--color);
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.333em;
}

.dropdown-title-link.small {
  font-family: DM Sans, sans-serif;
  font-size: 15px;
}

.dropdown-toggle {
  color: #07301e;
  font-size: 16px;
  font-weight: 500;
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  margin-left: 20px;
  display: flex;
  position: static;
}

.dropdown-switch {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: var(--color-black);
  letter-spacing: 0;
  text-transform: uppercase;
  border-radius: 0;
  align-items: center;
  padding: 6px 12px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.111em;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.dropdown-switch:hover {
  color: var(--color-3);
}

.dropdown-switch.w--current {
  color: #642eff;
}

.dropdown-switch.w--open {
  border-radius: 0;
}

.options-menu.w--open {
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  width: 220px;
  margin-top: 0;
  padding: 10px;
  box-shadow: 0 5px 30px #0000001a;
}

.nav-button-wrapper {
  grid-column-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-logo-link {
  color: #003f41;
  margin-top: 16px;
  margin-right: 20px;
  text-decoration: none;
}

.nav-logo-link.footer.w--current {
  margin-bottom: 20px;
}

.navigation {
  z-index: 999;
  color: #003f41;
  background-color: #ddd0;
  border: 1px #000;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 30px 0;
  display: flex;
  position: absolute;
  top: 0;
}

.dropdown-icon-circle {
  color: #f0f0f0;
  background-color: #f3f3f3;
  border-radius: 4px;
  width: 14px;
  max-width: none;
  height: 14px;
  margin-bottom: 0;
  margin-left: 6px;
  padding: 4px;
  transition: padding .4s;
  position: static;
}

.dropdown-icon-circle:hover {
  padding: 0;
}

.nav-container {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: flex;
  position: relative;
}

.header-right-side {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.nav-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-top: 8px;
  display: flex;
}

.title-dropdown {
  text-transform: none;
}

.title-dropdown:hover {
  font-weight: 500;
}

.logo-brand {
  color: #07301e;
  letter-spacing: -.03em;
  width: 160px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
}

.small-text {
  color: #07301e;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
}

.small-text.black {
  color: var(--color-black);
  font-size: 16px;
  font-weight: 500;
}

.mg-bottom-16px {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 16px;
  font-weight: 400;
  display: flex;
}

.mg-bottom-16px.extra {
  flex-flow: column;
}

.mg-bottom-40px {
  color: #21404b;
  width: 100%;
  margin-bottom: 40px;
}

.hero-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.hero-grid.solution {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-columns: 1fr 1fr;
  place-items: center stretch;
}

.top-headline {
  text-align: left;
  margin-top: 0;
}

.container {
  z-index: 5;
  color: #fff;
  border-radius: 1px;
  flex: 1;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 6em 2.5em;
  display: block;
  position: relative;
}

.container.footer {
  max-width: 100%;
  padding-top: 6em;
  padding-bottom: 2em;
}

.container.hero {
  background-color: var(--color-5);
  padding-top: 12em;
}

.container.subpages {
  padding-top: 16em;
}

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

.container.post {
  padding-top: 12em;
  padding-bottom: 0;
}

.container.future {
  padding-bottom: 1em;
}

.container.integration {
  padding-top: 3.8em;
  padding-bottom: 3.8em;
}

.hero-content-wrapper {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 550px;
  margin-top: 0;
  display: flex;
}

.div-image {
  background-image: url('../images/image-2.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 14px;
  width: 100%;
  height: 100%;
}

.hero-section {
  background-color: var(--color-6);
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section.subpages {
  background-color: var(--color);
  height: auto;
}

.hero-section.seamless-payment-integration {
  background-color: var(--color);
  background-image: url('../images/Solution-1.jpg');
  background-position: 50%;
  background-size: cover;
  height: auto;
}

.hero-section.multi-currency-transactions {
  background-color: var(--color);
  background-image: url('../images/Solution-2.jpg');
  background-position: 50%;
  background-size: cover;
  height: auto;
}

.hero-section.real-time-payment-tracking {
  background-color: var(--color);
  background-image: url('../images/Solution-3.jpg');
  background-position: 0%;
  background-size: cover;
}

.display-2 {
  color: var(--color-black);
  text-align: left;
  letter-spacing: -.04em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: DM Sans, sans-serif;
  font-size: 58px;
  font-weight: 500;
  line-height: 1.222;
}

.display-2.white {
  color: var(--color-2);
  margin-bottom: 0;
  font-weight: 500;
}

.display-2.white.bss-type {
  margin-bottom: 40px;
  font-size: 57px;
}

.display-2.white.bss-type.black {
  color: var(--color-black);
  width: 100%;
  font-size: 54px;
}

.display-2.white.bss-type.small {
  margin-bottom: 30px;
  font-size: 36px;
}

.display-2.white.large {
  font-size: 46px;
}

.display-2.white.large.green {
  color: var(--color-black);
  margin-bottom: 20px;
}

.display-2.white.large.title {
  margin-bottom: 20px;
}

.display-2.center-white {
  color: var(--color-2);
}

.display-2.center-white.eco {
  margin-bottom: 40px;
  font-size: 44px;
}

.hero-video {
  z-index: 2;
  background-image: linear-gradient(#02221480, #02221480);
  border-radius: 14px;
  height: auto;
}

.sponsor-bar {
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sponsor-bar.testimonails {
  padding-top: 0;
  padding-bottom: 0;
}

.sponsor-flex {
  flex: none;
  width: auto;
  display: flex;
}

.sponsor-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-right: 16px;
  display: grid;
}

.sponsor-grid.no-padding {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-right: 0;
}

.img-sponsor {
  background-color: var(--color-5);
  border-radius: 6px;
  height: 100px;
  padding: 20px;
}

.image-wrapper {
  border-radius: 24px;
  overflow: hidden;
}

.grid-block-item-pn {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #0f0f0f;
  text-align: left;
  border: 1px #000;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 240px;
  padding: 20px;
  display: flex;
}

.grid-block-item-pn._2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.lightbox-link {
  background-color: #ffffff2e;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 176px;
  height: 176px;
  padding: 25px;
  transition: transform .3s;
  display: flex;
}

.lightbox-link:hover {
  transform: scale(.96);
}

.primary-button-pn {
  background-color: var(--color-black);
  color: #fff;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 16px 32px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1em;
  text-decoration: none;
  transition: transform .4s, border-color .4s, background-color .4s;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 100px 100px #0000;
}

.primary-button-pn:hover {
  background-color: var(--color-black);
  box-shadow: none;
  color: #fff;
  border-color: #0f0f0f;
  text-decoration: none;
  transform: scale(1.05);
}

.primary-button-pn._3 {
  border: 1px solid var(--color-black);
  color: var(--color-black);
  background-color: #fff0;
  padding-top: 16px;
  padding-bottom: 16px;
}

.primary-button-pn._3:hover {
  border-color: var(--color-8);
  background-color: var(--color-8);
  color: #702715;
}

.primary-button-pn._2 {
  border-color: var(--color-black);
  background-color: var(--color-2);
  color: var(--color-black);
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Thicccboi, sans-serif;
  font-weight: 600;
}

.primary-button-pn._2:hover {
  border-color: var(--color-3);
  background-color: var(--color-3);
  color: var(--color-black);
}

.primary-button-pn._4 {
  border-color: var(--color-black);
  color: var(--color-black);
  background-color: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
}

.primary-button-pn._4:hover {
  border-color: var(--color-black);
  color: #000;
  background-color: #fff;
}

.service-components-pn {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.service-components-pn.icon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: auto;
}

.service-imeage {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  margin-bottom: 40px;
}

.service-imeage._2 {
  background-image: url('../images/Paynest3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  margin-bottom: 0;
}

.service-imeage._3 {
  background-image: url('../images/Paynest.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  margin-bottom: 0;
}

.service-imeage._1 {
  background-image: url('../images/Paynest4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  margin-bottom: 0;
}

.service-imeage._4 {
  background-image: url('../images/Paynest2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  margin-bottom: 0;
}

.bg-overlay {
  z-index: 1;
  background-color: #0013311a;
  background-image: url('../images/estadio-map.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bg-overlay.solutions {
  background-color: #0013315e;
}

.bg-overlay.gas {
  background-image: url('../images/gas-map.png');
}

.bg-overlay.gas.eng {
  background-image: url('../images/EN-gas-map.png');
}

.bg-overlay.home {
  background-image: url('../images/restuarante.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.bg-overlay.resta {
  background-image: url('../images/rsta-map.png');
}

.bg-overlay.resta.en {
  background-image: url('../images/EN-diagram-connector.png');
}

.bg-overlay.en {
  background-image: url('../images/EN-estadio-map.png');
}

.bg-overlay.hoteles {
  background-image: url('../images/hoteles.png');
  background-size: 80% 80%;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.inner-content._850px {
  max-width: 650px;
}

.contect-text-image-wrapper {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 14px 42px #14142b24;
}

.section {
  z-index: 5;
  background-color: var(--color-5);
  padding: 0;
  position: relative;
}

.section.dark {
  background-color: var(--color);
  border-bottom: 1px solid #ffffff1a;
}

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

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

.position-relative {
  height: 700px;
  position: relative;
  overflow: hidden;
}

.mg-bottom-80px {
  margin-bottom: 80px;
}

.service-name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.service-name.white {
  color: #fff;
}

.template-grid-2-column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  margin-bottom: 80px;
}

.template-grid-2-column.title-section-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  text-transform: none;
  grid-template-columns: 1fr auto;
  place-items: center stretch;
  width: 100%;
  margin-bottom: 80px;
}

.features {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  place-items: flex-start center;
  width: 100%;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 160%;
  display: grid;
}

.section-title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-title.center {
  text-align: center;
  max-width: 800px;
  margin-bottom: 0;
}

.section-title.center.cx {
  margin-bottom: 30px;
}

.section-title.no-padding {
  margin-bottom: 0;
}

.section-title.no-padding.extra {
  text-align: left;
  padding: 0 46px;
}

.section-title.no-padding.extra.green {
  color: #000;
}

.section-title.ecosystem-section {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: center;
  align-items: flex-start;
}

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

.white {
  color: #fff;
  font-size: 18px;
}

.text-small {
  color: #000;
  line-height: 150%;
}

.divider-line {
  background-color: #d6d6d6;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.bold {
  color: var(--color);
  font-weight: 600;
}

.display-4 {
  color: var(--color-black);
  letter-spacing: -.02em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: DM Sans, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.333;
}

.display-4.white {
  color: var(--color-2);
}

.hero-button-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.paragraph-big {
  color: var(--color-black);
  letter-spacing: -.02em;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.583em;
}

.paragraph-big.white {
  color: var(--color-2);
  font-family: Thicccboi, sans-serif;
}

.paragraph-big.white.extra {
  text-align: left;
  width: 100%;
  height: 114px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
}

.paragraph-big.white.extra.green {
  color: var(--color-black);
}

.paragraph-big.white.extra.green.light {
  height: auto;
}

.paragraph-big.white.extra.green.light.other {
  color: var(--color-2);
}

.card-component {
  text-align: center;
  background-color: #0000;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 40px 5px #0000000d;
}

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

.button-wrapper {
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 40px 0;
  display: flex;
}

.button-wrapper.dark {
  background-color: var(--color);
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}

.button-wrapper.left {
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 0;
}

.button-wrapper.cta {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  padding: 0;
}

.style-guide-buttons {
  grid-column-gap: 23px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  display: grid;
}

.undeline {
  text-decoration: underline;
}

.color-shade-card {
  color: #000;
  text-align: left;
  background-color: #fff;
  border: 1px #000;
  flex: 1;
  padding: 10px;
  display: flex;
}

.display-3 {
  color: var(--color-black);
  text-align: left;
  letter-spacing: -.02em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: DM Sans, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.222;
}

.display-3.footer {
  font-size: 19px;
  font-weight: 400;
}

.display-3.small {
  font-size: 34px;
}

.elements-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr;
}

.display-1 {
  color: var(--color-black);
  letter-spacing: -.04em;
  margin-bottom: 16px;
  font-family: DM Sans, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 1.133em;
}

.display-1.white {
  color: var(--color-2);
}

.display-1.gas {
  font-size: 73px;
}

.color-block {
  background-color: #bcebff;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  height: 100px;
  padding: 20px;
  display: flex;
}

.color-block.primary-3 {
  background-color: var(--color-4);
}

.color-block.primary-4 {
  background-color: var(--color-5);
}

.color-block.primary-1 {
  background-color: var(--color);
}

.color-block.primary-2 {
  background-color: var(--color-3);
}

.color-block.primary-5 {
  background-color: var(--color-6);
}

.color-block.primary-6 {
  background-color: var(--color-2);
}

.color-block.primary-7 {
  background-color: var(--color-7);
}

.color-block.primary-9 {
  background-color: var(--color-9);
}

.color-block.primary-8 {
  background-color: var(--color-8);
}

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

.color-block.primary11 {
  background-color: var(--color-11);
}

.color-block.primary12 {
  background-color: var(--color-12);
}

.uppercase {
  color: var(--color);
  text-transform: uppercase;
}

.paragraph-small {
  color: var(--color-black);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.714;
}

.font-grid {
  grid-template-rows: auto;
}

.component-wrapper {
  text-align: left;
  background-color: #0000;
  border: 1px #000;
  border-radius: 0;
  width: 100%;
  margin-bottom: 40px;
  padding: 0;
}

.footer-section {
  background-color: var(--color-5);
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.footer-column {
  color: #000;
  text-align: left;
  flex: 0 auto;
  width: 30%;
  margin-bottom: 20px;
  padding-right: 20px;
}

.footer-column.withbanner {
  width: 50%;
}

.footer-flex-container {
  z-index: 2;
  color: #666;
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  height: auto;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.footer-title-block {
  color: var(--color);
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

.footer-link {
  color: var(--color);
  border-radius: 10px;
  margin-bottom: 24px;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.111;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.footer-link:hover {
  color: var(--color);
  border-radius: 0;
  text-decoration: underline;
}

.footer-link-text {
  border-radius: 10px;
  margin-bottom: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.footer-link-text:hover {
  color: #4fa34f;
  text-decoration: underline;
}

.footer-links {
  color: var(--color-black);
  margin-top: 0;
  margin-bottom: 10px;
}

.footer-bottom {
  z-index: 2;
  background-color: var(--color-6);
  color: #000;
  border: 1px #000;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 20px;
  display: flex;
  position: relative;
}

.footer-side {
  color: #f8ffd9;
  padding-top: 0;
  padding-bottom: 60px;
  padding-right: 0;
  display: flex;
}

.footer-side.flex-side {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--color-12) black black;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-copyright {
  color: var(--color);
  font-family: Thicccboi, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.wrapper-fixed-width-800px {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrapper-fixed-width-800px.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

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

.solutions.new {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 40px;
}

.solution-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 500px;
  padding: 40px;
  display: flex;
}

.solution-card._1 {
  background-image: linear-gradient(to bottom, var(--color-3), var(--color-3));
  background-position: 0 0;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-start;
  height: 320px;
}

.solution-card._1.new {
  justify-content: center;
  align-items: center;
  height: 100px;
  padding: 15px;
}

.solution-card._2 {
  background-color: var(--color-2);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  border: 1px solid #000;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-start;
  height: 320px;
}

.solution-card._2.new {
  justify-content: center;
  align-items: center;
  height: 100px;
  padding: 15px;
}

.solution-card._3 {
  background-image: linear-gradient(to bottom, var(--color-3), var(--color-3));
  background-position: 0 0;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-start;
  height: 420px;
}

.grid-info-compassion {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center start;
  width: 100%;
  display: flex;
}

.grid-info-compassion.description {
  margin-bottom: 30px;
}

.content-width-500px {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  direction: ltr;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-width-500px.black {
  color: var(--color-black);
  margin-bottom: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.content-width-500px.home {
  width: 500px;
}

.contact-info-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: left;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  margin-top: 40px;
  padding-top: 0;
  font-size: 13px;
  line-height: 20px;
  display: flex;
}

._100-cover-img {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-right: 0;
  padding-right: 0;
  position: relative;
  inset: auto;
  overflow: visible;
}

.text-block-18px {
  color: var(--color);
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.text-block-18px.esplication {
  text-align: left;
  margin-bottom: 20px;
}

.img-block {
  background-color: var(--color-7);
  border-radius: 20px;
  width: 100%;
  padding: 60px;
  position: relative;
  overflow: visible;
}

.img-block._3 {
  background-color: var(--color-8);
  padding-bottom: 60px;
  padding-left: 60px;
}

.img-block._2 {
  background-color: #d5e2bc;
  background-image: none;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.contact-list-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  font-size: 16px;
  display: flex;
}

.content-block {
  direction: ltr;
  border-radius: 16px;
  width: 100%;
  max-width: 540px;
  position: relative;
  overflow: hidden;
}

.content-block.logo {
  background-color: var(--color);
  justify-content: center;
  align-items: center;
  height: 550px;
  display: flex;
}

.mg-bottom-100px {
  width: 100%;
  margin-top: 44px;
  margin-bottom: 44px;
}

.insight-top-wrapper {
  color: var(--color-black);
  padding-right: 0;
  font-family: DM Sans, sans-serif;
}

.insights-card {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border-left: 2px solid var(--color-black);
  border-radius: 0;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 201px;
  padding: 36px;
  display: flex;
}

.insights-card.start {
  border-left-width: 0;
}

.insights-card._1st {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border-left-width: 0;
  border-left-color: #0000;
}

.insights-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-top: 1px solid var(--color-9);
  border-bottom: 1px solid var(--color-9);
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.insights-wrapper.yellow {
  border-width: 2px;
  border-color: var(--color-black);
  background-color: var(--yellow);
  border-left-style: solid;
  border-right-style: solid;
  border-radius: 18px;
  height: 331px;
}

.insights-tittle {
  color: #252525;
  letter-spacing: -.02em;
  font-family: Thicccboi, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2em;
}

.insights-tittle.black {
  color: var(--color-black);
  font-family: DM Sans, sans-serif;
  font-size: 60px;
  font-weight: 600;
}

.img-block-paynest {
  border-radius: 12px;
  height: 321.969px;
  overflow: hidden;
}

.img-block-paynest.customer-stories {
  height: 400px;
  overflow: hidden;
}

.bottom-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.tab-pane-tab-3 {
  width: 100%;
  overflow: visible;
}

.tab-img-wrapper {
  border-radius: 30px;
  width: 100%;
}

.tabs-testimonials {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 30px;
  flex-flow: column-reverse;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  inset: 40px 0 0;
}

.tab-link {
  border-style: none none solid;
  border-width: 1px;
  border-color: #e9e9e9 #e9e9e9 var(--color-12);
  color: #0f0f0f;
  background-color: #ddd0;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: 33%;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Thicccboi, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.456em;
  display: flex;
}

.tab-link.w--current {
  background-color: var(--color-black);
  color: #fff;
  border-style: none;
  border-color: #0063ff;
  border-radius: 6px;
  width: 33%;
}

.tabs-content {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: visible;
}

._100-cover-img-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.display-10 {
  color: #0f0f0f;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.45em;
}

.grid-info-paynest {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template: "."
  / 1fr .75fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.text-block-3 {
  font-family: Thicccboi, sans-serif;
  font-weight: 600;
}

.grid-info-compassion-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch start;
  display: flex;
}

.content-width-500px-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  direction: ltr;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-block-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #0f0f0f;
  text-align: left;
  border-bottom: 1px solid #e9e9e9;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.toggle-name {
  color: #0f0f0f;
  text-transform: none;
  flex: 1;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
}

.toggle-name.white {
  color: var(--color-2);
}

.toggle-wrapper-div {
  color: #fff;
  background-color: #0000;
  border-top: 0 #000;
  border-bottom: 0 #424242;
  border-left: 0 solid #424242;
  border-right: 0 #000;
  border-radius: 0;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.toggle-wrapper-div:hover {
  background-color: #0000;
  border-style: none none solid;
  border-color: #31404b #31404b #4646531f;
}

.img-block-video {
  border-radius: 16px;
  overflow: hidden;
}

.img-block-video.hero {
  background-color: var(--color-13);
  border: 1px solid #0003;
  border-radius: 14px;
  padding: 60px;
}

.toggle-info {
  background-color: #0000;
  border-bottom: 1px #000;
  width: 100%;
  height: auto;
  padding: 30px 20px;
}

.toggle-info:hover {
  background-color: #0000;
  border: 1px #000;
}

.toggle-column-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.toggle-questions-faq {
  border-style: none none solid;
  border-width: 1px;
  border-color: #e3e4eb #e3e4eb var(--color-12);
  color: #fff;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 1px;
  padding: 20px 0;
  font-weight: 400;
  display: flex;
}

.toggle-questions-faq.white-line {
  border-bottom-color: var(--color-11);
}

.horizontal-plus-line {
  color: #000;
  background-color: #21404b;
  width: 20px;
  height: 2px;
  position: absolute;
}

.horizontal-plus-line.white {
  background-color: var(--color-7);
}

.toggle-answer {
  text-align: left;
  width: 100%;
  height: auto;
  padding: 0;
  font-size: 17px;
  line-height: 26px;
  display: block;
}

.vertical-plus-line {
  color: #000;
  background-color: #21404b;
  width: 20px;
  height: 2px;
  position: absolute;
  transform: rotate(90deg);
}

.vertical-plus-line.white {
  background-color: var(--color-7);
}

.display-11 {
  color: #0f0f0f;
  letter-spacing: -.02em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.222;
}

.toggle-icon {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 12px;
  padding: 6px;
  display: flex;
}

.button-link-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.learn-more {
  color: #272b28;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.33em;
}

.arrow-img {
  background-image: url('../images/icons8-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  margin-top: 0;
  margin-left: 0;
  position: relative;
}

.features-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--color-2);
  background-color: #ffffff26;
  border: 1px #000;
  border-radius: 10px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start end;
  width: 400px;
  height: 314px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.features-block.transparent {
  background-color: #fff0;
  border-style: solid;
  border-color: #fff3;
}

.features-block.black {
  color: var(--color-black);
  height: 295px;
  font-family: DM Sans, sans-serif;
  font-weight: 400;
}

.description-copy {
  margin-bottom: 16px;
  font-family: Thicccboi, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.features-wrapper {
  flex-flow: column;
  display: flex;
}

.comparison-copy {
  text-align: left;
  width: 100%;
  font-family: Thicccboi, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4em;
}

.comparison-copy.small {
  height: 64.4063px;
  font-family: DM Sans, sans-serif;
  font-size: 23px;
  font-weight: 500;
}

.features-comparison {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 90.8572%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0% 0;
  display: flex;
}

.features-comparison.line {
  border-left: 1px solid #ffffff26;
  margin-top: 0;
  margin-bottom: 0;
}

.name-competion-block.white {
  color: var(--color-7);
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 500;
}

.icon-list-box-comparison {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  margin-right: 0;
  display: flex;
}

.button-wrapper-2 {
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.button-col-left {
  margin-right: 24px;
}

.components-card {
  background-color: #f8f7f7;
  border: 1px #d6d6d6;
  border-radius: 10px;
  flex-flow: column;
  padding: 20px;
}

.mg-bottom-24px {
  margin-bottom: 24px;
}

.mg-bottom-24px.extra {
  width: 100%;
}

.top-testimonials-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.top-testimonials-block.row-align-center {
  justify-content: space-between;
  align-items: center;
}

.star {
  width: 14px;
  margin-left: 1px;
  margin-right: 1px;
}

.testimonails-name {
  color: var(--color);
  font-family: Thicccboi, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
}

.testimonials-left-block {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonilas-rating {
  background-color: #fff9ec;
  border: 0 #fff0;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  display: flex;
}

.testimonilas-rating.white {
  border: 1px solid var(--color-4);
  background-color: #fff;
  border-radius: 100px;
  padding: 10px;
}

.card {
  color: #003f41;
  background-color: #fff;
  border: 1px solid #ecebea;
  border-radius: 10px;
  flex-direction: column;
  padding: 24px;
  display: flex;
  position: relative;
}

.card:hover {
  text-decoration: none;
}

.card._1 {
  background-color: var(--color-5);
  border-radius: 0;
  width: 400px;
  padding-left: 0;
  padding-right: 0;
}

.card._2 {
  background-color: var(--color-2);
  border-radius: 0;
  width: 400px;
  padding-left: 0;
  padding-right: 0;
}

.card._3 {
  background-color: #e4a59940;
  border-radius: 0;
  width: 400px;
  padding-left: 0;
  padding-right: 0;
  font-family: Thicccboi, sans-serif;
}

.card._4 {
  border-radius: 0;
  width: 400px;
  padding-left: 0;
  padding-right: 0;
}

.card._5 {
  background-color: #b9d9d78a;
  border-radius: 0;
  width: 400px;
  padding-left: 0;
  padding-right: 0;
}

.top-testimonial-block {
  border-bottom: 1px solid #0000001a;
  padding: 16px 32px;
  font-weight: 500;
}

.testimonials-content-block {
  color: #003f41;
  flex: 1;
  padding: 32px;
  font-weight: 500;
  line-height: 1.475;
}

.testimonials-avatar {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.social-footer-link {
  background-color: var(--color-2);
  opacity: 1;
  border: 0 #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  margin-right: 5px;
  padding: 4px 5px;
  display: flex;
  position: relative;
}

.social-footer-link:hover {
  background-color: #fff;
  border-style: none;
}

.social-icons-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  display: flex;
}

.social-icon {
  width: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

.newsletter-form {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.form-input {
  color: #003f41;
  background-color: #fff;
  border: 1px solid #cedad6;
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 24px;
  transition: border-color .2s;
}

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

.form-input::placeholder {
  color: #003f41;
}

.form-input.newsletter {
  background-color: var(--color-2);
  color: #000;
  border-style: none;
  height: 60px;
  margin-bottom: 0;
  line-height: 26px;
}

.form-feedback {
  text-align: center;
  border-radius: 5px;
  margin-top: 12px;
  padding: 12px;
}

.form-feedback.success {
  color: #000;
  background-color: #41eb4c;
  border-radius: 0;
  margin-top: 10px;
  padding: 20px;
  font-size: 16px;
  line-height: 1.2;
}

.form-feedback.error {
  background-color: red;
  border-radius: 0;
  margin-top: 10px;
  padding: 20px;
  font-size: 16px;
  line-height: 1.4;
}

.newsletterl-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.display-14 {
  color: #07301e;
  letter-spacing: -.02em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.222;
}

.section-title-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.toggle-wrapper {
  color: #fff;
  background-color: #0000;
  border-top: 0 #000;
  border-bottom: 0 #424242;
  border-left: 0 solid #424242;
  border-right: 0 #000;
  border-radius: 0;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.toggle-wrapper:hover {
  background-color: #0000;
  border-style: none none solid;
  border-color: #31404b #31404b #4646531f;
}

.grid-4-row {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.post-tittle {
  margin-top: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.22em;
}

.info-wrapper {
  z-index: 20;
  text-align: left;
  background-color: #f7f8fc;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  height: 400px;
  margin-top: 0;
  margin-left: -110px;
  margin-right: auto;
  padding: 55px;
  display: flex;
  position: relative;
  box-shadow: 0 10px 20px #0000000f;
}

.info-wrapper.post {
  box-shadow: none;
  background-color: #f7f8fc00;
  border: 1px #000;
  border-radius: 20px;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0 0;
}

.work-post {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 650px;
  padding: 12px;
  display: flex;
  position: relative;
}

.work-post.post {
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 220px;
}

.top-info-tittle {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.top-info-tittle.white {
  color: #fff9;
  font-weight: 300;
}

.work-image-wrapper {
  border-radius: 10px;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.work-post-link {
  z-index: 1;
  color: #333;
  text-transform: capitalize;
  background-color: #0000;
  border: 1px #e9e9e9;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 180px;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.work-post-link.w--current {
  margin-bottom: 20px;
}

.work-post-link.blog {
  margin-bottom: 0;
}

.paragraph {
  opacity: .7;
  text-align: left;
}

.paragraph.ecosystem {
  opacity: 1;
  color: var(--color-2);
  margin-bottom: 30px;
  font-size: 18px;
}

.paragraph.ecosystem.black {
  color: var(--color-black);
}

.paragraph.desc {
  opacity: .7;
  margin-bottom: 20px;
}

.paragraph.benefits {
  margin-bottom: 20px;
  font-weight: 600;
}

.display-15 {
  color: #07301e;
  letter-spacing: -.02em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.222;
}

.logo-icon {
  width: 150px;
}

.team-grid-content {
  grid-column-gap: 0px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  place-items: center stretch;
  width: 100%;
}

.team-absolut-img {
  border-radius: 0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.soc-footer-link {
  opacity: 1;
  background-color: #eff1ea66;
  border: 0 #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  margin-right: 5px;
  padding: 4px 5px;
  display: flex;
  position: relative;
}

.soc-footer-link:hover {
  background-color: #fff;
  border-style: none;
}

.soc-footer-link.color {
  background-color: var(--color-7);
}

.soc-footer-link.color:hover {
  background-color: #d5e2bc;
}

.team-info-div {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.team-name {
  color: #000;
  mix-blend-mode: difference;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.335em;
}

.team-name.white {
  color: var(--color-2);
  margin-bottom: 4px;
}

.tem-image-wrapper {
  height: 300px;
  position: relative;
}

.pricing-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.pricing-grid._2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.mendosa-social-icon {
  width: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

._100-cover-image-team {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.team-card {
  flex-direction: column;
  align-items: center;
  line-height: 22px;
}

.flex-h {
  align-items: center;
  display: flex;
}

.flex-h.bottom-border {
  border: 1px #000;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0;
}

.cms-link {
  margin-bottom: 30px;
  text-decoration: none;
}

.top-info-post-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--color);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-family: Thicccboi, sans-serif;
  font-size: 12px;
  display: flex;
}

.label-text {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #d5e2bc;
  border-radius: 6px;
  margin-bottom: 0;
  padding: 5px 10px;
  font-family: Thicccboi, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  position: relative;
  top: 0;
  left: auto;
  right: 0;
}

.separator {
  background-color: #909090;
  width: 20px;
  height: 1px;
}

.categorie-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: flex-end;
  font-family: Thicccboi, sans-serif;
  display: flex;
}

.primary-button {
  color: #f7fdf8;
  text-align: center;
  background-color: #07301e;
  border: 1px solid #0f0f0f;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1em;
  text-decoration: none;
  transition: transform .4s, border-color .4s, background-color .4s;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 100px 100px #0000;
}

.primary-button:hover {
  box-shadow: none;
  color: #fff;
  background-color: #0f0f0f;
  border-color: #0f0f0f;
  text-decoration: none;
  transform: scale(1.05);
}

.primary-button._3 {
  color: #07301e;
  background-color: #fff;
  border-color: #d5e2bc;
  border-radius: 6px;
  display: flex;
}

.primary-button._3.w--current {
  color: #bad477;
  background-color: #07301e;
}

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

.cta-dark-background {
  background-color: var(--color);
  border-radius: 12px;
  padding: 80px 0 100px;
}

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

.white-bold {
  color: #fff;
  font-weight: 600;
}

.info-testimonails-wrapper {
  background-color: #ffffff1a;
  border-radius: 100px;
  padding: 5px 10px;
}

.testimonials-group-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 24px;
  display: flex;
}

.testimonials-group-card.center {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}

.big-paragraph {
  color: #0f0f0f;
  font-size: 20px;
  line-height: 170%;
}

.big-paragraph.white {
  color: #fff;
  font-family: DM Sans, sans-serif;
}

.testimonials-wrapper {
  align-items: center;
  display: flex;
}

.text-span {
  color: #849aff;
  font-weight: 300;
}

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

.testimonails-image-wrapper {
  border: 4px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
  display: flex;
  overflow: hidden;
}

.testimonails-image-wrapper.blue {
  background-color: #ead93d;
  border-style: none;
  width: 42px;
  min-width: 42px;
  height: 42px;
  min-height: 42px;
  padding: 8px;
}

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

.service-icon {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 32px;
  display: flex;
}

.icon-wrapper-contact {
  color: #1a2b4c;
  border-radius: 100px;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  height: 50px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.contact-grid-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-field {
  float: none;
  border: 1px solid var(--color-4);
  color: var(--color);
  background-color: #fff;
  border-radius: 6px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 12px 20px;
  font-family: Thicccboi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  display: inline-block;
}

.text-field:hover, .text-field:active {
  border-color: #e9e9e9;
}

.text-field:focus {
  color: #000;
  background-color: #f7f7f7;
  border-color: #e9e9e9;
}

.text-field::placeholder {
  color: #1a2b4c;
}

.text-field.message {
  border-radius: 6px;
  height: 150px;
  margin-bottom: 0;
}

.component-info-left {
  background-color: #fff0;
  border-radius: 20px;
  align-items: flex-start;
  margin-top: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.contact-tittle {
  margin-bottom: 8px;
  font-size: 22px;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 130%;
  padding: 0;
  display: flex;
}

.success-message {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #21404b;
  border-radius: 8px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.divider {
  background-color: #dae1e9;
  width: 100%;
  height: 1px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.divider.dark {
  background-color: #d6d6d6;
  margin-top: 40px;
  margin-bottom: 40px;
}

.contact-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.card-form-contact {
  color: #fff;
  background-color: #0000;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-weight: 500;
  display: flex;
}

.contact-info-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.contact-info-box._20pxtop-bottm-padding {
  color: #fff;
  padding-top: 0;
  padding-bottom: 20px;
}

.contact-info-block {
  border: 1px #000;
  padding: 0;
}

.error-message {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: red;
  border-radius: 8px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.555em;
}

.mg-10px-right {
  margin-right: 20px;
}

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

.checkbox {
  border: 1px #000;
  border-radius: 0;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-right: 10px;
}

.checkbox-label {
  color: var(--color);
  margin-bottom: 0;
  font-family: Thicccboi, sans-serif;
  font-weight: 500;
}

.link-flex-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #0000001a;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 0;
  display: flex;
}

.link-flex-wrapper:hover {
  background-color: var(--color-6);
}

.link-flex-wrapper.last {
  border: 1px #000;
}

.service-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  margin-bottom: 40px;
}

.service-image.about {
  background-image: url('../images/Icon-14.svg');
  width: 20px;
  height: 20px;
  margin-bottom: 0;
}

.service-image.style {
  background-image: url('../images/Icon-9.svg');
  width: 20px;
  height: 20px;
  margin-bottom: 0;
}

.service-image.licenses {
  background-image: url('../images/Icon-8.svg');
  width: 20px;
  height: 20px;
  margin-bottom: 0;
}

.service-image.changelog {
  background-image: url('../images/Icon-10.svg');
  width: 20px;
  height: 20px;
  margin-bottom: 0;
}

.service-image.sign-up {
  background-image: url('../images/Icon-5.svg');
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-bottom: 0;
}

.service-image.login {
  background-image: url('../images/Icon-11.svg');
  width: 20px;
  height: 20px;
  margin-bottom: 0;
}

.service-image.resset-pass {
  background-image: url('../images/Icon-12.svg');
  width: 20px;
  height: 20px;
  margin-bottom: 0;
}

.service-image.user-account {
  background-image: url('../images/Icon-13.svg');
  width: 20px;
  height: 20px;
  margin-bottom: 0;
}

.service-image._404 {
  background-image: url('../images/Icon-7.svg');
  width: 20px;
  height: 20px;
  margin-bottom: 0;
}

.service-image.pass-page {
  background-image: url('../images/Icon-6.svg');
  width: 20px;
  height: 20px;
  margin-bottom: 0;
}

.service-image.privacy {
  background-image: url('../images/Icon-15.svg');
  width: 20px;
  height: 20px;
  margin-bottom: 0;
}

.service-image.contact {
  background-image: url('../images/Icon-16.svg');
  width: 20px;
  height: 20px;
  margin-bottom: 0;
}

.service-image.blog {
  background-image: url('../images/blog.svg');
  width: 20px;
  height: 20px;
  margin-bottom: 0;
}

.service-image.customers-stories {
  background-image: url('../images/Customers-Story.svg');
  width: 20px;
  height: 20px;
  margin-bottom: 0;
}

.service-image.seamless-payment {
  background-image: url('../images/Seamless-Payment-.svg');
  width: 20px;
  height: 20px;
  margin-bottom: 0;
}

.service-image.multi-currency {
  background-image: url('../images/multi-currency.svg');
  width: 20px;
  height: 20px;
  margin-bottom: 0;
}

.service-image.real-time-payment {
  background-image: url('../images/real-time-payment.svg');
  width: 20px;
  height: 20px;
  margin-bottom: 0;
}

.service-image.prices {
  background-image: url('../images/Prices.svg');
  width: 20px;
  height: 20px;
  margin-bottom: 0;
}

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

.img-block-pn {
  background-color: #eff1ea;
  border-radius: 20px;
  padding: 40px;
  position: relative;
  overflow: visible;
}

.flex-block-case-info {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.flex-block-case-info.legal-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 0;
}

.horizontal-separator {
  background-color: #fff;
  width: 75px;
  height: 1px;
}

.horizontal-separator.gray {
  background-color: #d6d6d6;
  width: 30px;
}

.created-on {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.created-on._16px {
  font-size: 16px;
}

.wrapper-fixed-width-800px-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.post-image {
  border-radius: 10px;
  width: 100%;
  height: 800px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.post-image.no-rounded-edges {
  border-radius: 0;
}

.sticky-side-box {
  position: sticky;
  top: 40px;
}

.sticky-side-box.white {
  border-radius: 0;
  padding: 0;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.rich-text-info-label {
  color: var(--color);
  font-family: DM Sans, sans-serif;
  font-weight: 600;
}

.qs-cause {
  grid-column-gap: 61px;
  grid-row-gap: 61px;
  padding: 0;
}

.user {
  background-color: var(--color-6);
  justify-content: center;
  align-items: center;
  display: flex;
}

.user-block-form {
  border: 1px solid var(--color-3);
  background-color: var(--color-5);
  color: var(--color);
  border-radius: 6px;
  flex-flow: column;
  width: 460px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  font-family: Thicccboi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  overflow: visible;
}

.footer-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.footer-wrapper.user {
  margin-top: 30px;
  font-family: Thicccboi, sans-serif;
  font-weight: 500;
}

.footer-copyright-compassion {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.footer-copyright-compassion.black {
  color: #21404b;
  font-weight: 500;
}

.footer-link-text-green {
  color: #07301e;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.footer-link-text-green:hover {
  color: var(--color);
  text-decoration: underline;
}

.block-header {
  text-align: center;
  background-color: #fff0;
  border-style: none;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
}

.block-content {
  background-color: #fff0;
  border: 1px #000;
  margin-bottom: 0;
  padding: 0;
}

.user-account-form, .user-account-form-block {
  border: 1px #000;
}

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

.image-utilities-page {
  background-color: var(--color-2);
  border-radius: 6px;
  width: 50px;
  max-width: none;
  padding: 6px;
}

.navbar-button-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.dot {
  background-color: var(--color);
  border-radius: 100px;
  width: 8px;
  height: 8px;
}

.logo-costumner {
  z-index: 2;
  background-color: var(--color-11);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 140px;
  border-radius: 10px;
  width: 160px;
  height: 60px;
  margin-top: 40px;
  margin-left: 40px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
}

.logo-costumner._1 {
  filter: none;
  background-image: url('../images/client_img.png');
}

.logo-costumner._2 {
  background-image: url('../images/client_img-1.png');
}

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

.testimonials-copy {
  opacity: .8;
  color: var(--color);
  font-family: Thicccboi, sans-serif;
}

._800-px-width-container {
  width: 800px;
}

.licenses--grid-img {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 0;
}

.logotypes {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.brands-logo {
  opacity: 1;
  text-align: center;
  background-color: #0000;
  width: 100%;
  height: auto;
}

.component-wrapper-block {
  color: #000;
  text-align: left;
  border: 1px #000;
  border-radius: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 0 0 140px;
}

.component-wrapper-block.last {
  padding-bottom: 0;
}

.icons-card {
  background-color: #f8f7f7;
  border-radius: 14px;
  width: auto;
  height: 200px;
  margin-right: 0;
}

.icons-card._3 {
  background-color: var(--color);
  background-image: url('../images/Paynest2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100px;
}

.icons-card._2 {
  background-color: var(--color);
  background-image: url('../images/Paynest3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100px;
  border-radius: 14px;
  padding: 23px;
  overflow: hidden;
}

.icons-card._1 {
  background-color: var(--color);
  background-image: url('../images/Paynest.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100px;
}

.icons-card._4 {
  background-color: var(--color);
  background-image: url('../images/Paynest4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100px;
}

.component-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 200px;
}

.component-image._3 {
  background-color: #92c4ff;
  background-image: url('../images/Image-CS7.jpg');
  background-position: 50% 0;
}

.component-image._5 {
  background-image: url('../images/Team-1.jpg');
}

.component-image._4 {
  background-image: url('../images/Image-CS5.jpg');
}

.component-image._6 {
  background-image: url('../images/Image-CS6.jpg');
}

.component-image._2 {
  background-color: #caf0f8;
  background-image: url('../images/Image-26.jpg');
  background-position: 50% 0;
}

.component-image._1 {
  background-image: url('../images/Team-4.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.licenses-paragraph-monexa {
  color: #40465c;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.3;
}

.solution-link {
  text-decoration: none;
  transition: transform .4s;
}

.solution-link:hover {
  transform: scale(1.03);
}

.img-block-3 {
  background-color: #eff1ea;
  border-radius: 20px;
  padding: 40px;
  position: relative;
  overflow: visible;
}

.grig-hero-image-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.image {
  background-color: #0000001a;
  border-radius: 14px;
}

.solution-title-black {
  color: var(--color-black);
}

.solution-title-black.locations {
  font-size: 18px;
}

.contact-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block {
  text-align: left;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.code-embed {
  width: 100%;
}

.text-span-3, .text-span-4 {
  font-weight: 600;
}

.footer-img {
  border-radius: 20px;
}

.text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10 {
  font-weight: 600;
}

.sub-title {
  color: var(--color-black);
  font-size: 23px;
  font-weight: 400;
}

.text-span-12, .text-span-13, .text-span-14, .text-span-15, .text-span-16 {
  font-weight: 600;
}

.type-img {
  border-radius: 20px;
}

.text-span-17 {
  font-weight: 600;
}

.paragraph-2 {
  font-size: 18px;
}

.text-span-18, .text-span-20 {
  font-weight: 600;
}

.integatrions {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90.8572%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0% 0;
  display: flex;
}

.integration-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--color-2);
  background-color: #40473426;
  border: 1px #000;
  border-radius: 10px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center end;
  width: 100%;
  height: 93.5469px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.integration-wrapper {
  flex-flow: column;
  margin-bottom: 40px;
  padding-top: 40px;
  display: flex;
}

.integ-img {
  height: 100%;
}

.case-title {
  color: var(--color-2);
  font-family: DM Sans, sans-serif;
  font-size: 42px;
  line-height: 60px;
}

.case-title.black {
  color: var(--color-black);
  margin-bottom: 20px;
}

.case-text {
  color: var(--color-2);
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.case-cards {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--color);
  border-radius: 12px;
  flex-flow: column;
  width: 100%;
  margin-bottom: 60px;
  padding: 40px;
  display: flex;
}

.case-info-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.subtitle-insight {
  color: var(--color-9);
  font-size: 16px;
}

.paragraph-6 {
  font-size: 42px;
}

.isnsight-all {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1400px;
  display: flex;
}

.header-video {
  border-radius: 18px;
  width: 100%;
  height: 100%;
}

.logo-costumner-2 {
  z-index: 2;
  background-color: #fff3;
  background-image: url('../images/client_img-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 140px;
  border-radius: 10px;
  width: 160px;
  height: 60px;
  margin-top: 40px;
  margin-left: 40px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
}

.logo-costumner-2.lower-card {
  background-color: #ffffff80;
}

.logo-costumner-2.lower-card.carls {
  background-image: url('../images/client_img.png');
}

.paragraph-big-2 {
  color: #000;
  letter-spacing: -.02em;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.583em;
}

.paragraph-big-2.lower {
  color: var(--color-9);
  font-size: 18px;
}

._100-cover-img-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.top-info-post-wrapper-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #7678ef;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-family: Thicccboi, sans-serif;
  font-size: 12px;
  display: flex;
}

.display-16 {
  color: #000;
  text-align: left;
  letter-spacing: -.02em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: DM Sans, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.222;
}

.lenguage-holder {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.extra-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.text-span-21 {
  font-size: 16px;
}

.text-adjust-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start stretch;
  display: grid;
}

.text-adjust-block.buttom {
  place-items: center stretch;
}

.image-2 {
  border-radius: 20px;
}

.text-span-25 {
  font-weight: 400;
}

.results-cards {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.small-white {
  color: var(--color-2);
}

.small-white.now-dark {
  color: var(--color-black);
  font-weight: 500;
}

.text-span-26 {
  font-size: 20px;
}

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

.text-adjust-block-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start stretch;
  display: grid;
}

.extra-benefit {
  color: var(--color-5);
  height: 47.875px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.extra-benefit.black {
  color: var(--color-black);
}

.extra-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--color-13);
  border-radius: 18px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

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

@media screen and (min-width: 1280px) {
  .options-menu.w--open {
    margin-top: 0;
  }

  .navigation {
    position: absolute;
  }

  .mg-bottom-16px {
    width: auto;
  }

  .hero-grid.solution {
    place-items: center stretch;
  }

  .top-headline {
    margin-top: 0;
  }

  .container {
    padding-top: 8em;
  }

  .container.hero {
    padding-top: 12em;
  }

  .container.user {
    justify-content: center;
    align-items: center;
  }

  .hero-content-wrapper {
    margin-top: 0;
  }

  .div-image {
    height: 450px;
  }

  .hero-section {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .hero-section.seamless-payment-integration {
    height: auto;
  }

  .display-2 {
    font-size: 60px;
  }

  .primary-button-pn {
    border-width: 1px;
    border-color: #3a3129;
    transition: color .4s, border-color .4s, background-color .4s;
  }

  .primary-button-pn._2:hover {
    color: #21404b;
  }

  .service-imeage._2, .service-imeage._3, .service-imeage._4 {
    width: 40px;
    height: 40px;
  }

  .features {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .divider-line {
    background-size: 9px;
  }

  .display-4 {
    font-size: 60px;
  }

  .display-4.white {
    font-size: 32px;
  }

  .paragraph-big {
    font-weight: 400;
  }

  .button-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .display-3 {
    font-size: 44px;
  }

  .display-1 {
    font-size: 80px;
  }

  .grid-info-compassion {
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }

  .content-width-500px {
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
  }

  .img-block, .img-block._3 {
    padding-bottom: 60px;
    padding-left: 60px;
  }

  .img-block._2 {
    padding-bottom: 60px;
    padding-right: 60px;
  }

  .grid-info-compassion-2 {
    justify-content: center;
    align-items: stretch;
  }

  .content-width-500px-3 {
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
  }

  .display-11 {
    font-size: 44px;
  }

  .arrow-img {
    filter: none;
    width: 24px;
    height: 24px;
    margin-top: 4px;
  }

  .button-wrapper-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .display-14 {
    font-size: 44px;
  }

  .work-post.post {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
  }

  .display-15 {
    font-size: 44px;
  }

  .team-grid-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .team-name {
    margin-bottom: 16px;
  }

  .flex-h.bottom-border {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .label-text {
    color: var(--color);
    text-transform: uppercase;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 12px;
    top: auto;
    right: auto;
  }

  .categorie-wrapper {
    justify-content: center;
    align-items: center;
  }

  .primary-button {
    border-width: 1px;
    border-color: #3a3129;
    transition: color .4s, border-color .4s, background-color .4s;
  }

  .primary-button._3 {
    border-color: #e4e4e4;
    border-radius: 8px;
  }

  .testimonails-image-wrapper {
    border-color: #000;
    line-height: 24px;
  }

  .testimonials-small-image {
    line-height: 24px;
  }

  .text-field {
    border: 1px solid var(--color-4);
  }

  .text-field.message {
    border-radius: 10px;
  }

  .licenses-paragraph-monexa, .paragraph-big-2 {
    font-weight: 400;
  }

  .display-16 {
    font-size: 44px;
  }
}

@media screen and (min-width: 1440px) {
  .nav-link.w--current:hover {
    color: #d6d6d6;
  }

  .options-menu.w--open {
    margin-top: 0;
  }

  .navigation {
    position: absolute;
  }

  .nav-container {
    max-width: 1400px;
  }

  .mg-bottom-16px {
    width: auto;
  }

  .hero-grid {
    grid-column-gap: 90px;
  }

  .hero-grid.solution {
    place-items: center stretch;
  }

  .top-headline {
    margin-top: 0;
  }

  .container {
    background-color: #fff0;
    padding-top: 8em;
  }

  .hero-content-wrapper {
    height: 600px;
  }

  .div-image {
    height: 500px;
  }

  .hero-section {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .hero-section.seamless-payment-integration, .hero-section.real-time-payment-tracking {
    height: auto;
  }

  .display-2 {
    line-height: 1.111;
  }

  .hero-video {
    height: auto;
  }

  .image-wrapper {
    z-index: 2;
    position: relative;
  }

  .primary-button-pn {
    border-width: 1px;
    border-color: #1b253d;
    transition: transform .4s, background-color .4s;
  }

  .primary-button-pn._2 {
    transition: transform .4s, color .4s;
  }

  .primary-button-pn._2:hover {
    color: #21404b;
    background-color: #fff;
  }

  .divider-line {
    background-color: #d6d6d6;
    height: 1px;
  }

  .display-4 {
    line-height: 1.111;
  }

  .paragraph-big {
    color: #3c3c3c;
    font-weight: 400;
  }

  .button-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 0;
  }

  .button-wrapper.dark {
    margin-top: 0;
  }

  .style-guide-buttons {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .display-3 {
    line-height: 1.111;
  }

  .display-1 {
    font-size: 80px;
  }

  .component-wrapper {
    background-image: none;
    border-style: none;
  }

  .wrapper-fixed-width-800px {
    margin-left: auto;
    margin-right: auto;
  }

  .grid-info-compassion {
    width: 100%;
  }

  .img-block {
    padding-bottom: 60px;
    padding-left: 60px;
  }

  .img-block._2 {
    padding-right: 60px;
  }

  .toggle-info {
    border: 1px #000;
  }

  .toggle-info:hover {
    background-color: #0000;
  }

  .horizontal-plus-line, .vertical-plus-line {
    width: 15px;
  }

  .display-11 {
    line-height: 1.111;
  }

  .toggle-icon {
    color: #000;
  }

  .arrow-img {
    width: 24px;
    height: 24px;
    margin-top: 0;
  }

  .features-comparison {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .button-wrapper-2 {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    padding: 0;
  }

  .social-footer-link {
    width: 40px;
    height: 40px;
  }

  .display-14, .display-15 {
    line-height: 1.111;
  }

  .team-grid-content {
    grid-row-gap: 0px;
  }

  .soc-footer-link {
    width: 40px;
    height: 40px;
  }

  .team-name {
    color: #000;
    margin-bottom: 16px;
    font-size: 24px;
  }

  .flex-h.bottom-border {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .label-text {
    color: #565858;
  }

  .primary-button {
    border-width: 1px;
    border-color: #1b253d;
    transition: transform .4s, background-color .4s;
  }

  .testimonails-image-wrapper {
    border-color: #f7f8fc;
  }

  .text-field {
    border-style: solid;
    border-color: var(--color-4);
  }

  .success-message {
    background-color: #42d542;
    border: 1px solid #f8f7f7;
    font-weight: 500;
  }

  .mg-10px-right {
    margin-right: 10px;
  }

  .wrapper-fixed-width-800px-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .post-image {
    height: 1000px;
  }

  .integatrions {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .paragraph-big-2 {
    color: #3c3c3c;
    font-weight: 400;
  }

  .display-16 {
    line-height: 1.111;
  }
}

@media screen and (min-width: 1920px) {
  p {
    font-weight: 500;
  }

  .dropdown-icon {
    background-color: #07301e;
  }

  .nav-link {
    text-transform: none;
    font-size: 18px;
  }

  .nav-link:hover {
    background-color: #fff0;
  }

  .nav-link.w--current {
    font-size: 18px;
  }

  .nav-link.w--current:hover {
    color: #595959;
  }

  .dropdown-list {
    background-color: #000;
  }

  .link-dropdown {
    padding: 10px;
  }

  .dropdown-toggle {
    font-size: 18px;
  }

  .dropdown-switch:hover {
    color: var(--color-3);
  }

  .options-menu.w--open {
    margin-top: 0;
  }

  .nav-logo-link {
    color: #0f0f0f;
  }

  .navigation {
    position: absolute;
  }

  .nav-container {
    max-width: 1400px;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .header-right-side {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
  }

  .nav-wrapper {
    padding-top: 8px;
  }

  .small-text.white {
    margin-left: auto;
    margin-right: auto;
  }

  .mg-bottom-16px {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1.5fr;
  }

  .hero-grid.solution {
    place-items: center stretch;
  }

  .top-headline {
    margin-top: 0;
  }

  .container {
    box-shadow: none;
    color: #000;
    padding: 8em 0;
  }

  .container.footer {
    max-width: 1400px;
    padding-top: 0;
  }

  .container.hero {
    padding-top: 10em;
  }

  .container.subpages {
    padding-top: 16em;
  }

  .container.user {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .hero-content-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 700px;
    margin-top: 0;
    display: flex;
  }

  .div-image {
    background-image: url('../images/image-2.jpg');
    background-position: 50%;
    border-radius: 18px;
    height: 100%;
  }

  .hero-section {
    background-color: var(--color-5);
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .hero-section.seamless-payment-integration {
    height: auto;
  }

  .hero-section.real-time-payment-tracking {
    background-position: 0%;
    background-size: cover;
    height: auto;
  }

  .display-2 {
    font-size: 60px;
    line-height: 1.111;
  }

  .display-2.white {
    margin-left: auto;
  }

  .display-2.white.bss-type.black {
    width: 100%;
  }

  .display-2.center-white {
    color: var(--color-2);
  }

  .hero-video {
    z-index: 2;
    width: NaN% ;
    border-radius: 14px;
    height: auto;
    position: relative;
  }

  .sponsor-bar {
    padding-bottom: 16px;
  }

  .sponsor-bar.testimonails {
    margin-left: auto;
    margin-right: auto;
  }

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

  .sponsor-grid.no-padding {
    border: 1px #000;
  }

  .grid-block-item-pn {
    border: 1px #000;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 20px;
  }

  .grid-block-item-pn._2 {
    border-style: none;
    border-color: #000;
    height: auto;
  }

  .lightbox-link {
    background-color: #ffffff2e;
    border: 1px solid #fff;
  }

  .primary-button-pn {
    border-color: var(--color-black);
    padding-top: 20px;
    padding-bottom: 20px;
    transition: transform .4s, background-color .4s;
  }

  .primary-button-pn._2 {
    border-color: var(--color-black);
    color: var(--color-black);
    transition: transform .4s, color .4s;
  }

  .primary-button-pn._2:hover {
    background-color: var(--color-3);
  }

  .primary-button-pn._4 {
    color: #fff;
  }

  .service-components-pn.name {
    width: auto;
  }

  .service-imeage._4 {
    background-image: url('../images/Paynest2.svg');
  }

  .inner-content._850px {
    max-width: 850px;
  }

  .section.gray {
    box-shadow: none;
    font-family: Thicccboi, sans-serif;
    font-weight: 500;
  }

  .position-relative {
    height: 700px;
  }

  .template-grid-2-column {
    grid-template-columns: .75fr 1fr;
    margin-bottom: 60px;
  }

  .template-grid-2-column.title-section-grid {
    place-items: center stretch;
    margin-bottom: 60px;
  }

  .features {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 1px #000;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: grid;
  }

  .section-title {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: 1400px;
    margin-top: 0;
  }

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

  .section-title.center.cx {
    max-width: none;
  }

  .section-title.no-padding {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

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

  .divider-line {
    background-color: #d6d6d6;
    background-image: none;
    height: 1px;
  }

  .display-4 {
    font-size: 32px;
    line-height: 1.111;
  }

  .display-4.white {
    margin-left: auto;
  }

  .paragraph-big {
    color: var(--color);
    font-weight: 400;
  }

  .paragraph-big.white {
    margin-left: auto;
  }

  .card-component {
    border: 0 #fff;
  }

  .button-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .style-guide-buttons {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .display-3 {
    font-size: 44px;
    line-height: 1.222;
  }

  .display-1 {
    margin-bottom: 16px;
    font-size: 80px;
  }

  .display-1.white {
    margin-left: auto;
  }

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

  .component-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-section {
    color: #2a9d8f;
    padding-top: 8em;
  }

  .footer-link {
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.111;
  }

  .footer-link-text {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
  }

  .footer-link-text:hover {
    text-decoration: underline;
  }

  .footer-bottom {
    border-style: none;
    border-color: #000;
    padding: 20px;
  }

  .footer-side {
    padding-top: 80px;
  }

  .footer-side.flex-side {
    padding-top: 60px;
    padding-left: 0;
  }

  .footer-copyright {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
  }

  .wrapper-fixed-width-800px {
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper-fixed-width-800px.center {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: block;
  }

  .grid-info-compassion {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 0;
  }

  .content-width-500px {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .content-width-500px.home {
    width: 500px;
  }

  ._100-cover-img {
    margin-right: 0;
  }

  .img-block {
    background-color: var(--color-7);
    background-image: none;
    padding: 60px;
    overflow: visible;
  }

  .img-block._3 {
    background-color: var(--color-8);
    padding: 60px;
  }

  .img-block._2 {
    background-image: none;
    padding-right: 60px;
  }

  .contact-list-wrapper {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .content-block {
    border-radius: 12px;
    max-width: 600px;
  }

  .content-block.logo {
    height: 550px;
  }

  .mg-bottom-100px {
    margin-bottom: 100px;
  }

  .insights-wrapper {
    border-top: 1px solid var(--color-12);
    border-bottom: 1px solid var(--color-12);
    justify-content: center;
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 0;
  }

  .tabs-testimonials {
    border-radius: 30px;
    margin-top: 0;
    padding: 40px;
  }

  .grid-info-paynest {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr .75fr;
  }

  .grid-info-compassion-2 {
    height: 78%;
  }

  .content-width-500px-3 {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-block-item {
    border: 1px #000;
    border-bottom: 1px solid #d6d6d6;
    width: 100%;
    padding-bottom: 20px;
  }

  .toggle-name {
    color: #000;
  }

  .toggle-wrapper-div {
    width: 100%;
    margin-bottom: 2px;
  }

  .img-block-video.hero {
    background-color: var(--color-13);
    border-radius: 14px;
    padding: 60px;
  }

  .toggle-info {
    padding-left: 0;
    padding-right: 0;
  }

  .toggle-column-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .toggle-questions-faq {
    border-color: #e3e4eb #e3e4eb var(--color-12);
    background-color: #fff0;
    margin-bottom: 1px;
  }

  .horizontal-plus-line {
    background-color: #21404b;
    width: 15px;
  }

  .vertical-plus-line {
    width: 15px;
  }

  .display-11 {
    font-size: 44px;
    line-height: 1.222;
  }

  .toggle-icon {
    padding: 6px;
  }

  .button-link-text {
    font-size: 18px;
  }

  .learn-more {
    color: #07301e;
    font-family: Thicccboi, sans-serif;
    font-weight: 500;
    line-height: 1.111em;
  }

  .arrow-img {
    filter: none;
    width: 24px;
    height: 24px;
    margin-top: 0;
  }

  .features-block.black {
    height: 321.063px;
  }

  .features-wrapper {
    margin-top: 0;
  }

  .comparison-copy.small {
    height: 64.4063px;
  }

  .features-comparison {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    color: #fff;
    border: 1px #000;
  }

  .features-comparison.line {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-bottom: 0;
  }

  .icon-list-box-comparison {
    width: 24px;
  }

  .button-wrapper-2 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .components-card {
    border-radius: 10px;
    width: auto;
  }

  .card._2 {
    background-color: var(--color-6);
  }

  .top-testimonial-block {
    border-bottom-style: solid;
  }

  .social-footer-link {
    background-color: var(--color-2);
    border-style: none;
    border-width: 0;
    border-radius: 100%;
  }

  .social-footer-link:hover {
    background-color: #fff;
  }

  .newsletter-form {
    width: 70%;
  }

  .display-14 {
    font-size: 32px;
    line-height: 1.222;
  }

  .section-title-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: 900px;
    margin-top: 0;
  }

  .toggle-wrapper {
    width: 100%;
  }

  .grid-4-row {
    grid-row-gap: 48px;
  }

  .post-tittle {
    font-size: 24px;
  }

  .info-wrapper {
    height: auto;
  }

  .work-image-wrapper {
    border-radius: 14px;
  }

  .display-15 {
    font-size: 44px;
    line-height: 1.222;
  }

  .team-grid-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: center;
    display: grid;
  }

  .soc-footer-link {
    background-color: #eff1ea66;
    border-style: none;
    border-width: 0;
    border-radius: 100%;
  }

  .soc-footer-link:hover {
    background-color: #fff;
  }

  .team-name {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .team-name.white {
    margin-bottom: 0;
  }

  .pricing-grid._2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .flex-h.bottom-border {
    border: 1px #000;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .cms-link {
    margin-bottom: 30px;
    text-decoration: none;
  }

  .label-text {
    color: #000;
    padding-top: 3px;
    padding-bottom: 3px;
    font-family: Thicccboi, sans-serif;
  }

  .separator {
    color: #07301e;
  }

  .primary-button {
    box-shadow: none;
    border-color: #0f0f0f;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: transform .4s, background-color .4s;
  }

  .cta-dark-background {
    background-color: var(--color);
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .testimonials-group-card {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .testimonails-image-wrapper {
    border-color: #000;
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
  }

  .icon-wrapper-contact {
    border-radius: 0;
    height: 40px;
  }

  .contact-grid-wrapper {
    grid-template-rows: auto;
  }

  .text-field {
    border-style: solid;
    border-color: var(--color-4);
    margin-bottom: 10px;
  }

  .text-field.message {
    margin-bottom: 10px;
  }

  .form {
    width: 100%;
    padding: 0;
  }

  .card-form-contact {
    border-radius: 20px;
  }

  .contact-info-box {
    width: 100%;
  }

  .contact-info-block {
    border-style: none;
    padding: 0;
  }

  .mg-10px-right {
    margin-right: 10px;
  }

  .img-block-pn {
    background-image: none;
    padding-top: 40px;
    overflow: visible;
  }

  .flex-block-case-info {
    align-items: flex-start;
    margin-top: 20px;
  }

  .horizontal-separator.gray {
    background-color: #d6d6d6;
  }

  .wrapper-fixed-width-800px-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .post-image {
    width: auto;
    height: 1000px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    left: auto;
    right: auto;
  }

  .mg-bottom-32px {
    text-align: center;
  }

  .qs-cause.blog {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .wrapper-fixed-width-1000px {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

  .user {
    background-color: var(--color-6);
  }

  .user-block-form {
    width: 460px;
  }

  .footer-copyright-compassion {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
  }

  .footer-link-text-green {
    margin-bottom: 0;
    font-size: 18px;
    text-decoration: none;
  }

  .footer-link-text-green:hover {
    text-decoration: underline;
  }

  .navbar-button-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    display: flex;
  }

  .logo-costumner._2 {
    background-image: url('../images/client_img-1.png');
  }

  ._800-px-width-container {
    width: 800px;
  }

  .licenses--grid-img {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .brands-logo {
    opacity: 1;
  }

  .component-wrapper-block {
    border-style: none;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 49px 0;
  }

  .icons-card {
    background-color: #f8f7f7;
    background-image: none;
    border-radius: 8px;
    width: auto;
  }

  .icons-card._2 {
    background-color: var(--color);
  }

  .icons-card._1 {
    background-image: url('../images/Paynest.svg');
  }

  .component-image, .component-image._1 {
    border-radius: 20px;
  }

  .solution-link:hover {
    transform: scale(1.03);
  }

  .img-block-3 {
    background-image: none;
    padding-top: 40px;
    overflow: visible;
  }

  .integatrions {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    color: #fff;
    border: 1px #000;
  }

  .integration-wrapper {
    margin-top: 0;
  }

  .case-title {
    color: var(--color-2);
    font-family: DM Sans, sans-serif;
  }

  .logo-costumner-2.lower-card.carls {
    background-image: url('../images/client_img.png');
  }

  .paragraph-big-2 {
    color: #7678ef;
    font-weight: 400;
  }

  .display-16 {
    font-size: 44px;
    line-height: 1.222;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    color: #0f0f0f;
    width: 100%;
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .nav-link:hover {
    color: var(--color);
  }

  .nav-link.w--current {
    color: #0f0f0f;
  }

  .nav-link.w--current:hover {
    color: #2a9d8f;
  }

  .nav-menu {
    color: #21404b;
    background-color: #fff;
    border: 1px solid #ffffff14;
    border-radius: 20px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    margin-left: 0;
    padding: 12px;
    position: absolute;
    left: 10px;
    right: 10px;
    box-shadow: 0 2px 5px #0003;
  }

  .nav-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .dropdown-switch {
    color: #0f0f0f;
    justify-content: space-between;
    width: 100%;
  }

  .dropdown-switch:hover {
    color: #2a9d8f;
  }

  .options-menu.w--open {
    border-radius: 10px;
  }

  .nav-button-wrapper {
    grid-column-gap: 10px;
    align-items: center;
    width: auto;
    display: flex;
  }

  .nav-logo-link {
    margin-top: 0;
    margin-right: 0;
  }

  .navigation {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .icon-hamburger {
    color: #21404b;
  }

  .nav-menu-button {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 8px;
    margin-left: 20px;
    padding: 15px;
  }

  .nav-menu-button:hover {
    background-color: var(--color-3);
  }

  .nav-menu-button.w--open {
    color: #909090;
    background-color: #fff;
  }

  .nav-container {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .header-right-side {
    justify-content: flex-start;
    align-items: center;
  }

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

  .mg-bottom-16px {
    width: auto;
  }

  .hero-grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .hero-grid.solution {
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .container {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .container.hero {
    padding-top: 10em;
    padding-bottom: 6em;
  }

  .container.subpages {
    padding-bottom: 8em;
  }

  .hero-content-wrapper {
    justify-content: center;
    align-items: flex-start;
    height: auto;
    margin-top: 0;
  }

  .div-image {
    border-radius: 18px;
  }

  .hero-section {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-section.subpages {
    padding-bottom: 0;
  }

  .hero-section.seamless-payment-integration {
    padding-bottom: 60px;
  }

  .hero-section.multi-currency-transactions {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-section.real-time-payment-tracking {
    padding-bottom: 60px;
  }

  .hero-video {
    height: auto;
  }

  .lightbox-link {
    width: 100px;
    height: 100px;
  }

  .position-relative {
    height: 500px;
  }

  .template-grid-2-column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: .75fr;
  }

  .template-grid-2-column.title-section-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    place-items: flex-start stretch;
    display: flex;
  }

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

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

  .section-title.no-padding.extra, .section-title.no-padding.extra.green {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-big.white {
    font-size: 20px;
  }

  .card-component {
    padding: 0;
  }

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

  .button-wrapper.cta {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .style-guide-buttons {
    grid-template-columns: 1fr 1fr;
  }

  .display-1 {
    line-height: 120%;
  }

  .component-wrapper {
    padding-bottom: 40px;
  }

  .footer-section {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-column {
    width: 100%;
    padding-right: 0;
  }

  .footer-column.withbanner {
    width: 100%;
  }

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

  .footer-links {
    margin-bottom: 0;
  }

  .footer-side {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    padding-right: 0;
    display: grid;
  }

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

  .wrapper-fixed-width-800px {
    width: auto;
  }

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

  .grid-info-compassion {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }

  .content-width-500px {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    width: auto;
  }

  .img-block {
    width: auto;
  }

  .content-block {
    order: -1;
    max-width: none;
  }

  .insights-card {
    border-bottom: 2px solid var(--color-black);
    border-left-width: 0;
    min-height: 200px;
  }

  .insights-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom-style: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .insights-wrapper.yellow {
    flex-flow: column;
    height: auto;
    overflow: hidden;
  }

  .insights-tittle {
    letter-spacing: -.01em;
    font-size: 30px;
    line-height: 1.25em;
  }

  .tab-img-wrapper {
    border-radius: 0;
  }

  .tabs-testimonials {
    flex-flow: column;
    padding: 0;
  }

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

  .tabs-content {
    margin-top: 100px;
    margin-left: 0;
  }

  .grid-info-paynest {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }

  .grid-info-compassion-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }

  .content-width-500px-3 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    width: auto;
  }

  .toggle-wrapper-div {
    width: 100%;
  }

  .toggle-info {
    padding-left: 0;
    padding-right: 0;
  }

  .toggle-column-1 {
    width: 100%;
  }

  .toggle-questions-faq {
    text-align: left;
  }

  .features-block {
    grid-template-columns: 2.5fr 1fr 1fr;
    width: 100%;
    height: auto;
  }

  .features-block.black {
    height: auto;
  }

  .description-copy {
    font-weight: 400;
  }

  .features-wrapper {
    flex-flow: column;
  }

  .features-comparison {
    flex-flow: column;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10vw 7%;
  }

  .features-comparison.line {
    border-bottom: 1px #000;
    border-left-style: none;
  }

  .mg-bottom-24px {
    margin-bottom: 24px;
  }

  .top-testimonials-block.row-align-center {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .top-testimonial-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonials-content-block {
    padding: 20px;
  }

  .testimonials-avatar {
    width: 72px;
    height: 72px;
  }

  .social-icons-wrapper {
    margin-left: 0;
  }

  .form-input {
    box-shadow: 1px 1px 3px #0000;
  }

  .form-feedback {
    margin-top: 12px;
  }

  .section-title-4 {
    margin-bottom: 60px;
  }

  .toggle-wrapper {
    width: 100%;
  }

  .grid-4-row {
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr;
  }

  .info-wrapper {
    z-index: 2;
    margin-top: -100px;
    margin-left: auto;
  }

  .work-post.post {
    min-height: 300px;
  }

  .work-post-link {
    margin-bottom: 120px;
    padding-right: 0;
  }

  .work-post-link.blog {
    margin-bottom: 0;
  }

  .team-grid-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .tem-image-wrapper {
    height: 500px;
    position: relative;
  }

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

  .pricing-grid._2 {
    grid-template-columns: 1fr 1fr;
  }

  .flex-h.bottom-border {
    width: 100%;
  }

  .cms-link {
    margin-bottom: 30px;
  }

  .cta-dark-background {
    padding-left: 40px;
    padding-right: 40px;
    font-family: Thicccboi, sans-serif;
  }

  .testimonials-group-card {
    margin-top: 0;
  }

  .testimonials-group-card.center {
    margin-bottom: 0;
  }

  .contact-grid-wrapper {
    grid-template-columns: 1fr;
  }

  .form {
    width: 100%;
  }

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

  .card-form-contact {
    padding: 0;
  }

  .contact-info-block {
    border: 0 #000;
    width: 100%;
    padding: 0;
  }

  .mg-10px-right {
    margin-right: 10px;
  }

  .wrapper-fixed-width-800px-2 {
    width: auto;
  }

  .post-image {
    height: 600px;
  }

  .mg-bottom-32px {
    margin-bottom: 24px;
  }

  .navbar-button-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    display: flex;
  }

  .licenses--grid-img {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
    width: auto;
  }

  .component-wrapper-block {
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .component-wrapper-block.last {
    padding-left: 0;
    padding-right: 0;
  }

  .icons-card {
    width: 100%;
  }

  .dropdown {
    width: 100%;
    margin-bottom: 14px;
  }

  .contact-form {
    flex-flow: column;
  }

  .integatrions {
    flex-flow: column;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10vw 7%;
  }

  .integration-card {
    grid-template-columns: 2.5fr 1fr 1fr;
    width: 100%;
    height: auto;
  }

  .integration-wrapper {
    flex-flow: column;
  }

  .integ-img {
    max-width: 50%;
  }

  .case-title.black {
    margin-bottom: 20px;
  }

  .text-adjust-block, .text-adjust-block.buttom, .text-adjust-block-copy {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .grid-drop-down-links {
    grid-template-columns: 1fr;
  }

  .nav-link:hover {
    color: var(--color);
  }

  .nav-menu {
    background-color: #fff;
  }

  .dropdown-switch:hover {
    color: var(--color);
  }

  .options-menu.w--open {
    width: auto;
  }

  .navigation {
    padding-top: 20px;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

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

  .nav-menu-button:hover {
    background-color: var(--color-3);
  }

  .nav-container {
    padding-left: 0;
    padding-right: 0;
  }

  .mg-bottom-40px {
    margin-bottom: 24px;
  }

  .hero-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .container {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .container.hero {
    padding-top: 8em;
    padding-bottom: 6em;
  }

  .container.subpages {
    padding-top: 12em;
  }

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

  .hero-section.seamless-payment-integration {
    padding-bottom: 40px;
  }

  .hero-section.multi-currency-transactions {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-section.real-time-payment-tracking {
    padding-bottom: 40px;
  }

  .display-2 {
    font-size: 50px;
  }

  .display-2.center-white.eco {
    margin-bottom: 0;
    font-size: 44px;
  }

  .img-sponsor {
    height: 80px;
  }

  .grid-block-item-pn {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .lightbox-link {
    width: 90px;
    height: 90px;
  }

  .primary-button-pn {
    font-size: 16px;
  }

  .service-components-pn {
    width: 100%;
  }

  .position-relative {
    height: 340px;
  }

  .mg-bottom-80px {
    margin-bottom: 40px;
  }

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

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

  .display-4 {
    font-size: 32px;
  }

  .card-component {
    padding: 0;
  }

  .style-guide-buttons {
    grid-template-columns: 1fr;
  }

  .color-shade-card {
    padding: 16px;
  }

  .display-3 {
    font-size: 36px;
  }

  .display-1 {
    font-size: 60px;
  }

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

  .component-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-column {
    width: 100%;
    margin-bottom: 40px;
  }

  .footer-column.withbanner {
    width: 100%;
  }

  .footer-flex-container {
    flex-wrap: wrap;
  }

  .footer-links {
    margin-bottom: 0;
  }

  .footer-bottom {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-side {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: grid;
  }

  .footer-side.flex-side {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-left-style: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    padding-left: 0;
    display: grid;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .wrapper-fixed-width-800px {
    width: auto;
  }

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

  .grid-info-compassion {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-items: start;
  }

  .content-width-500px {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
  }

  .text-block-18px {
    font-family: Thicccboi, sans-serif;
  }

  .img-block {
    width: auto;
  }

  .content-block {
    width: 100%;
  }

  .insights-card {
    border-bottom: 2px solid var(--color-black);
    border-radius: 0;
    min-height: auto;
    padding: 24px;
  }

  .insights-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom-style: none;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .insights-tittle {
    font-size: 24px;
    line-height: 1.35em;
  }

  .tab-img-wrapper {
    border-radius: 0;
  }

  .tabs-testimonials {
    padding: 0;
  }

  .tabs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .tab-link, .tab-link.w--current {
    width: 100%;
  }

  .grid-info-paynest {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-items: start;
  }

  .grid-info-compassion-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-items: start;
  }

  .content-width-500px-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
  }

  .grid-block-item {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .img-block-video.hero {
    background-color: var(--color-13);
  }

  .toggle-questions-faq {
    text-align: left;
  }

  .display-11 {
    font-size: 36px;
  }

  .arrow-img {
    margin-top: 0;
  }

  .features-block {
    align-items: center;
    width: 95%;
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .description-copy {
    font-size: 15px;
    line-height: 24px;
  }

  .features-comparison {
    flex-flow: column;
  }

  .star {
    width: 15px;
  }

  .testimonilas-rating {
    padding: 9px 12px;
  }

  .card._1 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    justify-content: flex-start;
    align-items: stretch;
    height: 100%;
  }

  .card._2 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
  }

  .card._4, .card._5 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .top-testimonial-block {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .testimonials-content-block {
    padding: 16px;
  }

  .testimonials-avatar {
    width: 60px;
    height: 60px;
  }

  .newsletter-form {
    width: 95%;
  }

  .display-14 {
    font-size: 36px;
  }

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

  .grid-4-row {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .info-wrapper {
    margin-right: auto;
  }

  .display-15 {
    font-size: 36px;
  }

  .team-grid-content {
    justify-items: start;
  }

  .team-info-div {
    justify-content: space-between;
    align-items: flex-start;
  }

  .pricing-grid._2 {
    grid-template-columns: 1fr;
  }

  .categorie-wrapper {
    flex-flow: row;
    width: 100%;
  }

  .primary-button {
    font-size: 16px;
  }

  .testimonials-group-card {
    margin-top: 0;
  }

  .testimonials-group-card.center {
    margin-bottom: 0;
  }

  .icon-wrapper-contact {
    width: 52px;
    height: 52px;
  }

  .form {
    width: 100%;
    padding: 0;
  }

  .card-form-contact {
    width: 100%;
    min-height: 560px;
    padding: 0;
  }

  .contact-info-block {
    padding: 0;
  }

  .mg-10px-right {
    margin-right: 10px;
  }

  .flex-block-case-info.legal-info {
    justify-content: center;
    align-items: center;
  }

  .post-image {
    height: 400px;
  }

  .footer-copyright-compassion {
    font-size: 14px;
    line-height: 20px;
  }

  .navbar-button-wrapper {
    display: none;
  }

  .licenses--grid-img {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .logotypes {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    margin-top: 0;
  }

  .brands-logo {
    align-self: auto;
    height: auto;
  }

  .component-wrapper-block {
    padding-left: 0;
    padding-right: 0;
  }

  .icons-card, .icons-card._2, .dropdown {
    width: 100%;
  }

  .dropdown:hover {
    color: var(--color);
  }

  .contact-form, .integatrions {
    flex-flow: column;
  }

  .integration-card {
    align-items: center;
    width: 95%;
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .case-title.black {
    margin-bottom: 20px;
  }

  .isnsight-all {
    flex-flow: column;
  }

  .display-16 {
    font-size: 36px;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    line-height: 1.22em;
  }

  .nav-link {
    color: var(--color-black);
  }

  .nav-link:hover {
    color: var(--color);
  }

  .dropdown-toggle {
    font-family: DM Sans, sans-serif;
  }

  .nav-menu {
    margin-top: 17px;
    margin-left: 0;
  }

  .dropdown-switch:hover {
    color: var(--color);
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .nav-menu-button {
    border: 1px solid #000;
    margin-left: 0;
    padding: 8px;
  }

  .nav-menu-button:hover {
    background-color: var(--color-3);
  }

  .nav-container {
    padding-left: 0;
    padding-right: 0;
  }

  .header-right-side {
    justify-content: flex-start;
    align-items: center;
  }

  .logo-brand {
    width: 140px;
  }

  .hero-grid {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .hero-grid.solution {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .container {
    padding: 1em 1.6em;
  }

  .container.hero {
    padding-top: 6em;
  }

  .container.subpages {
    padding-top: 10em;
    padding-bottom: 6em;
  }

  .div-image {
    height: 350px;
  }

  .hero-section {
    padding-top: 0;
  }

  .hero-section.multi-currency-transactions {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-section.real-time-payment-tracking {
    padding-top: 40px;
  }

  .display-2 {
    font-size: 42px;
  }

  .display-2.white {
    font-size: 36px;
  }

  .display-2.white.bss-type {
    line-height: .9;
  }

  .display-2.white.large.green, .display-2.center-white.eco {
    font-size: 36px;
  }

  .hero-video {
    height: auto;
  }

  .img-sponsor {
    height: 70px;
  }

  .grid-block-item-pn {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
  }

  .lightbox-link {
    width: 60px;
    height: 60px;
    padding: 17px;
  }

  .primary-button-pn {
    font-size: 16px;
  }

  .service-components-pn, .service-components-pn.name {
    width: auto;
  }

  .position-relative {
    height: 200px;
  }

  .template-grid-2-column {
    grid-template-columns: 1fr;
    place-items: start center;
  }

  .template-grid-2-column.title-section-grid {
    grid-template-columns: auto;
  }

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

  .divider-line {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .display-4 {
    font-size: 32px;
  }

  .paragraph-big {
    font-size: 1rem;
  }

  .paragraph-big.white.extra {
    height: 139px;
    font-size: 16px;
  }

  .card-component {
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .button-wrapper.left {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .button-wrapper.cta {
    flex-flow: column;
  }

  .style-guide-buttons {
    grid-template-columns: 1fr;
  }

  .color-shade-card {
    padding: 12px;
  }

  .display-3 {
    font-size: 32px;
  }

  .display-1 {
    font-size: 40px;
  }

  .display-1.white {
    font-size: 45px;
  }

  .component-wrapper {
    margin-bottom: 30px;
    padding: 30px 0;
  }

  .footer-section {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-column {
    width: 100%;
    margin-bottom: 60px;
  }

  .footer-column.withbanner {
    width: 100%;
    display: none;
  }

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

  .footer-links {
    margin-bottom: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-side {
    width: 100%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .footer-side.flex-side {
    border-left-style: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding-top: 60px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .grid-info-compassion {
    flex-flow: column;
    justify-content: flex-start;
    place-items: center start;
    display: flex;
  }

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

  .text-block-18px.esplication {
    text-align: left;
    font-family: DM Sans, sans-serif;
    font-weight: 500;
    line-height: 1.3;
  }

  .img-block, .img-block._3, .img-block._2 {
    padding: 40px;
  }

  .insights-card {
    border-bottom-width: 2px;
    border-bottom-color: var(--color-black);
    border-left-style: none;
    padding: 24px;
  }

  .insights-wrapper {
    grid-template-columns: 1fr;
  }

  .insights-tittle {
    letter-spacing: -.01em;
  }

  .insights-tittle.black {
    font-size: 60px;
  }

  .img-block-paynest.customer-stories {
    height: 300px;
  }

  .tab-img-wrapper {
    border-radius: 0;
  }

  .tabs-testimonials {
    padding: 0;
  }

  .tab-link {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link.w--current {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-content {
    margin-top: 60px;
  }

  .grid-info-paynest, .grid-info-compassion-2 {
    flex-flow: column;
    justify-content: flex-start;
    place-items: center start;
    display: flex;
  }

  .content-width-500px-3 {
    width: 100%;
  }

  .grid-block-item {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
  }

  .toggle-name {
    font-size: 18px;
  }

  .img-block-video.hero {
    padding: 30px;
  }

  .toggle-info {
    padding-left: 0;
    padding-right: 0;
  }

  .toggle-questions-faq {
    text-align: left;
    flex-direction: row;
    align-items: center;
  }

  .display-11 {
    font-size: 32px;
  }

  .toggle-icon {
    margin-right: 0;
  }

  .button-link-text {
    align-items: center;
  }

  .learn-more {
    font-size: 16px;
    line-height: 24.96px;
  }

  .arrow-img {
    width: 16px;
    height: 16px;
    margin-top: 0;
  }

  .features-block {
    height: auto;
  }

  .features-wrapper {
    border: 0 solid #000;
  }

  .comparison-copy.small {
    font-size: 20px;
  }

  .features-comparison {
    box-shadow: none;
    flex-flow: column;
    padding-left: 0%;
    padding-right: 0%;
  }

  .icon-list-box-comparison {
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
  }

  .button-wrapper-2 {
    flex-flow: column;
  }

  .button-col-left {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .mg-bottom-24px {
    margin-bottom: 16px;
  }

  .top-testimonials-block {
    flex-flow: column;
  }

  .testimonilas-rating {
    border-style: none;
    margin-bottom: -4px;
  }

  .testimonials-content-block {
    padding: 12px;
  }

  .social-footer-link {
    width: 30px;
    height: 30px;
  }

  .social-icon {
    width: 16px;
  }

  .newsletter-form {
    width: 100%;
  }

  .form-input {
    padding-left: 16px;
    padding-right: 16px;
  }

  .newsletterl-form {
    flex-direction: column;
  }

  .display-14 {
    font-size: 32px;
  }

  .section-title-4 {
    max-width: 100%;
    margin-bottom: 36px;
  }

  .post-tittle {
    font-size: 20px;
  }

  .info-wrapper {
    width: 100%;
    height: auto;
    margin-right: auto;
    padding: 20px;
  }

  .work-post {
    width: 100%;
    min-height: 400px;
  }

  .work-post.post {
    min-height: 200px;
  }

  .work-post-link {
    flex-direction: column;
    padding-right: 0;
  }

  .work-post-link.blog {
    margin-bottom: 0;
  }

  .display-15 {
    font-size: 32px;
  }

  .soc-footer-link {
    width: 30px;
    height: 30px;
  }

  .team-info-div {
    flex-direction: column;
  }

  .tem-image-wrapper {
    height: 300px;
  }

  .pricing-grid._2 {
    grid-template-columns: 1fr;
  }

  .mendosa-social-icon {
    width: 16px;
  }

  .top-info-post-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .separator {
    width: 20px;
  }

  .categorie-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .primary-button {
    font-size: 16px;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .cta-dark-background {
    padding: 40px 20px;
  }

  .cta-dark-background.green {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .testimonials-group-card {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .big-paragraph {
    font-size: 16px;
    line-height: 160%;
  }

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

  .component-info-left {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-direction: column;
    align-items: flex-start;
  }

  .form {
    width: 100%;
    padding: 0;
  }

  .card-form-contact {
    min-height: auto;
    padding: 0;
  }

  .contact-info-block {
    border-right-style: none;
    width: auto;
  }

  .mg-10px-right {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .checkbox-field {
    display: none;
  }

  .img-block-pn {
    padding: 30px;
  }

  .flex-block-case-info {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 20px;
  }

  .flex-block-case-info.legal-info {
    flex-flow: column;
  }

  .horizontal-separator.gray {
    width: 30px;
  }

  .post-image {
    height: 300px;
  }

  .user-block-form {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .user-account-form, .user-account-form-block {
    width: 99.9999%;
  }

  .logo-costumner {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
  }

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

  .form-footer {
    flex-flow: column;
  }

  .licenses--grid-img {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

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

  .brands-logo {
    height: auto;
  }

  .component-wrapper-block {
    margin-bottom: 30px;
    padding: 30px 0;
  }

  .licenses-paragraph-monexa {
    font-size: 1rem;
  }

  .dropdown {
    width: 100%;
  }

  .img-block-3 {
    padding: 30px;
  }

  .solution-title-black {
    font-size: 18px;
  }

  .contact-form {
    flex-flow: column;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .text-span-19 {
    font-size: 40px;
    line-height: 1.222%;
  }

  .integatrions {
    box-shadow: none;
    flex-flow: column;
    padding-left: 0%;
    padding-right: 0%;
  }

  .integration-card {
    height: auto;
  }

  .integration-wrapper {
    border: 0 solid #000;
  }

  .integ-img {
    max-width: 100%;
  }

  .case-title {
    font-size: 18px;
  }

  .case-title.black {
    margin-bottom: 20px;
    font-size: 42px;
    line-height: 110%;
  }

  .logo-costumner-2 {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .paragraph-big-2 {
    font-size: 1rem;
  }

  .top-info-post-wrapper-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .display-16 {
    font-size: 32px;
  }

  .extra-benefit {
    height: 65px;
    font-size: 17px;
  }

  .extra-card {
    height: 100%;
  }
}

#w-node-e9aadfe5-e219-98c9-2e23-4792bb212f77-07531867, #w-node-e9aadfe5-e219-98c9-2e23-4792bb212f83-07531867, #w-node-_5b8b9f24-2215-a931-11bf-ce5a35a39f8e-07531867, #w-node-bf03349d-d4cb-aa1b-7e74-5b57f504ad25-07531867 {
  align-self: center;
}

#w-node-_806ca3a1-9a8a-2f4e-5704-10bd817e0e63-0753188d, #w-node-_806ca3a1-9a8a-2f4e-5704-10bd817e0e69-0753188d, #w-node-_806ca3a1-9a8a-2f4e-5704-10bd817e0e6f-0753188d, #w-node-_806ca3a1-9a8a-2f4e-5704-10bd817e0e9d-0753188d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9b3a51b-bd78-f371-6cef-50872fbc2a8c-2fbc2a55 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-e9aadfe5-e219-98c9-2e23-4792bb212f77-075318ed, #w-node-e9aadfe5-e219-98c9-2e23-4792bb212f83-075318ed, #w-node-e9aadfe5-e219-98c9-2e23-4792bb212f8f-075318ed, #w-node-_0d5d1977-2218-60eb-34f0-7870e8f8f7ed-075318ed {
  align-self: center;
}

#w-node-c2419282-eae0-fb7b-58e7-fc3d20ba5b8a-075318ed, #w-node-c2419282-eae0-fb7b-58e7-fc3d20ba5b98-075318ed, #w-node-c2419282-eae0-fb7b-58e7-fc3d20ba5ba6-075318ed, #w-node-e80e3bdb-164f-e0a8-a335-645afd95e226-075318ed {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-e9aadfe5-e219-98c9-2e23-4792bb212f77-075318ee, #w-node-e9aadfe5-e219-98c9-2e23-4792bb212f83-075318ee, #w-node-e9aadfe5-e219-98c9-2e23-4792bb212f8f-075318ee, #w-node-_0d5d1977-2218-60eb-34f0-7870e8f8f7ed-075318ee {
  align-self: center;
}

#w-node-_0d9f210c-b15d-687b-8c02-c74b8dae547d-075318f1, #w-node-_0d9f210c-b15d-687b-8c02-c74b8dae547f-075318f1, #w-node-_0d9f210c-b15d-687b-8c02-c74b8dae5481-075318f1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0d9f210c-b15d-687b-8c02-c74b8dae5483-075318f1, #w-node-_0d9f210c-b15d-687b-8c02-c74b8dae5485-075318f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d9f210c-b15d-687b-8c02-c74b8dae5487-075318f1, #w-node-_542d2e9e-ab1e-cdf1-a562-982cc59989d4-075318f1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0d9f210c-b15d-687b-8c02-c74b8dae5489-075318f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9aadfe5-e219-98c9-2e23-4792bb212f77-075318f4, #w-node-e9aadfe5-e219-98c9-2e23-4792bb212f83-075318f4, #w-node-e9aadfe5-e219-98c9-2e23-4792bb212f8f-075318f4, #w-node-_0d5d1977-2218-60eb-34f0-7870e8f8f7ed-075318f4, #w-node-e9aadfe5-e219-98c9-2e23-4792bb212f77-075318f5, #w-node-e9aadfe5-e219-98c9-2e23-4792bb212f83-075318f5, #w-node-e9aadfe5-e219-98c9-2e23-4792bb212f8f-075318f5, #w-node-_0d5d1977-2218-60eb-34f0-7870e8f8f7ed-075318f5 {
  align-self: center;
}

#w-node-_6d2dbe02-c966-032f-e45e-f721e0da986b-07531900, #w-node-_6d2dbe02-c966-032f-e45e-f721e0da986c-07531900 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9aadfe5-e219-98c9-2e23-4792bb212f77-3ca5ece0, #w-node-e9aadfe5-e219-98c9-2e23-4792bb212f83-3ca5ece0, #w-node-e9aadfe5-e219-98c9-2e23-4792bb212f8f-3ca5ece0, #w-node-_0d5d1977-2218-60eb-34f0-7870e8f8f7ed-3ca5ece0, #w-node-_52888ca4-1d54-98ce-7b70-211f9a2946c2-d180b52d, #w-node-_52888ca4-1d54-98ce-7b70-211f9a2946ce-d180b52d, #w-node-_52888ca4-1d54-98ce-7b70-211f9a2946da-d180b52d, #w-node-_52888ca4-1d54-98ce-7b70-211f9a2946e6-d180b52d, #w-node-_52888ca4-1d54-98ce-7b70-211f9a2946c2-26c8fbb1, #w-node-_52888ca4-1d54-98ce-7b70-211f9a2946ce-26c8fbb1, #w-node-_52888ca4-1d54-98ce-7b70-211f9a2946da-26c8fbb1, #w-node-_52888ca4-1d54-98ce-7b70-211f9a2946e6-26c8fbb1, #w-node-_52888ca4-1d54-98ce-7b70-211f9a2946c2-6490fbe9, #w-node-_52888ca4-1d54-98ce-7b70-211f9a2946ce-6490fbe9, #w-node-_52888ca4-1d54-98ce-7b70-211f9a2946da-6490fbe9, #w-node-_52888ca4-1d54-98ce-7b70-211f9a2946e6-6490fbe9, #w-node-_52888ca4-1d54-98ce-7b70-211f9a2946c2-73889710, #w-node-_52888ca4-1d54-98ce-7b70-211f9a2946ce-73889710, #w-node-_52888ca4-1d54-98ce-7b70-211f9a2946da-73889710, #w-node-_52888ca4-1d54-98ce-7b70-211f9a2946e6-73889710, #w-node-_52888ca4-1d54-98ce-7b70-211f9a2946c2-264cf3d8, #w-node-_52888ca4-1d54-98ce-7b70-211f9a2946ce-264cf3d8, #w-node-_52888ca4-1d54-98ce-7b70-211f9a2946da-264cf3d8, #w-node-_52888ca4-1d54-98ce-7b70-211f9a2946e6-264cf3d8, #w-node-_52888ca4-1d54-98ce-7b70-211f9a2946c2-f885c3c4, #w-node-_52888ca4-1d54-98ce-7b70-211f9a2946ce-f885c3c4, #w-node-_52888ca4-1d54-98ce-7b70-211f9a2946da-f885c3c4, #w-node-_52888ca4-1d54-98ce-7b70-211f9a2946e6-f885c3c4, #w-node-_52888ca4-1d54-98ce-7b70-211f9a2946c2-cce7bd63, #w-node-_52888ca4-1d54-98ce-7b70-211f9a2946ce-cce7bd63, #w-node-_52888ca4-1d54-98ce-7b70-211f9a2946da-cce7bd63, #w-node-_52888ca4-1d54-98ce-7b70-211f9a2946e6-cce7bd63, #w-node-_52888ca4-1d54-98ce-7b70-211f9a2946c2-76a0d0e9, #w-node-_52888ca4-1d54-98ce-7b70-211f9a2946ce-76a0d0e9, #w-node-_52888ca4-1d54-98ce-7b70-211f9a2946da-76a0d0e9, #w-node-_52888ca4-1d54-98ce-7b70-211f9a2946e6-76a0d0e9, #w-node-e9aadfe5-e219-98c9-2e23-4792bb212f77-1f38c4e9, #w-node-e9aadfe5-e219-98c9-2e23-4792bb212f83-1f38c4e9, #w-node-_5b8b9f24-2215-a931-11bf-ce5a35a39f8e-1f38c4e9, #w-node-bf03349d-d4cb-aa1b-7e74-5b57f504ad25-1f38c4e9, #w-node-_24e7286a-13ec-80fb-a32f-918b9faf6d0e-44fffbd0, #w-node-_24e7286a-13ec-80fb-a32f-918b9faf6d1a-44fffbd0, #w-node-_24e7286a-13ec-80fb-a32f-918b9faf6d26-44fffbd0, #w-node-_24e7286a-13ec-80fb-a32f-918b9faf6d32-44fffbd0, #w-node-e9aadfe5-e219-98c9-2e23-4792bb212f77-fd3ecaa8, #w-node-e9aadfe5-e219-98c9-2e23-4792bb212f83-fd3ecaa8, #w-node-_5b8b9f24-2215-a931-11bf-ce5a35a39f8e-fd3ecaa8, #w-node-bf03349d-d4cb-aa1b-7e74-5b57f504ad25-fd3ecaa8 {
  align-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-_7c01fdfa-834d-9a30-2897-802c4b672522-07531867 {
    justify-self: end;
  }

  #w-node-_806ca3a1-9a8a-2f4e-5704-10bd817e0e9d-0753188d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f9b3a51b-bd78-f371-6cef-50872fbc2a8c-2fbc2a55 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
  }

  #w-node-c2419282-eae0-fb7b-58e7-fc3d20ba5b8a-075318ed, #w-node-c2419282-eae0-fb7b-58e7-fc3d20ba5b98-075318ed, #w-node-c2419282-eae0-fb7b-58e7-fc3d20ba5ba6-075318ed, #w-node-e80e3bdb-164f-e0a8-a335-645afd95e226-075318ed, #w-node-_542d2e9e-ab1e-cdf1-a562-982cc59989d4-075318f1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0d9f210c-b15d-687b-8c02-c74b8dae5489-075318f1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c3f56394-7680-9d1a-db76-6998f83f04b5-075318f4, #w-node-c3f56394-7680-9d1a-db76-6998f83f04b5-075318f5, #w-node-c3f56394-7680-9d1a-db76-6998f83f04b5-075318f7, #w-node-_7c01fdfa-834d-9a30-2897-802c4b672522-3ca5ece0, #w-node-_7c01fdfa-834d-9a30-2897-802c4b672522-d180b52d, #w-node-_7c01fdfa-834d-9a30-2897-802c4b672522-26c8fbb1, #w-node-_7c01fdfa-834d-9a30-2897-802c4b672522-6490fbe9, #w-node-_7c01fdfa-834d-9a30-2897-802c4b672522-73889710, #w-node-_7c01fdfa-834d-9a30-2897-802c4b672522-264cf3d8, #w-node-_7c01fdfa-834d-9a30-2897-802c4b672522-f885c3c4, #w-node-_7c01fdfa-834d-9a30-2897-802c4b672522-cce7bd63, #w-node-_7c01fdfa-834d-9a30-2897-802c4b672522-76a0d0e9, #w-node-_7c01fdfa-834d-9a30-2897-802c4b672522-1f38c4e9, #w-node-_24e7286a-13ec-80fb-a32f-918b9faf6cfd-44fffbd0, #w-node-_7c01fdfa-834d-9a30-2897-802c4b672522-fd3ecaa8 {
    justify-self: end;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-c2419282-eae0-fb7b-58e7-fc3d20ba5b8a-075318ed, #w-node-c2419282-eae0-fb7b-58e7-fc3d20ba5b98-075318ed, #w-node-c2419282-eae0-fb7b-58e7-fc3d20ba5ba6-075318ed, #w-node-e80e3bdb-164f-e0a8-a335-645afd95e226-075318ed {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_7c01fdfa-834d-9a30-2897-802c4b672522-07531867, #w-node-c3f56394-7680-9d1a-db76-6998f83f04b5-075318f4, #w-node-c3f56394-7680-9d1a-db76-6998f83f04b5-075318f5, #w-node-c3f56394-7680-9d1a-db76-6998f83f04b5-075318f7, #w-node-_7c01fdfa-834d-9a30-2897-802c4b672522-3ca5ece0, #w-node-_7c01fdfa-834d-9a30-2897-802c4b672522-d180b52d, #w-node-_7c01fdfa-834d-9a30-2897-802c4b672522-26c8fbb1, #w-node-_7c01fdfa-834d-9a30-2897-802c4b672522-6490fbe9, #w-node-_7c01fdfa-834d-9a30-2897-802c4b672522-73889710, #w-node-_7c01fdfa-834d-9a30-2897-802c4b672522-264cf3d8, #w-node-_7c01fdfa-834d-9a30-2897-802c4b672522-f885c3c4, #w-node-_7c01fdfa-834d-9a30-2897-802c4b672522-cce7bd63, #w-node-_7c01fdfa-834d-9a30-2897-802c4b672522-76a0d0e9, #w-node-_7c01fdfa-834d-9a30-2897-802c4b672522-1f38c4e9, #w-node-_24e7286a-13ec-80fb-a32f-918b9faf6cfd-44fffbd0, #w-node-_7c01fdfa-834d-9a30-2897-802c4b672522-fd3ecaa8 {
    justify-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-f9b3a51b-bd78-f371-6cef-50872fbc2a8c-2fbc2a55 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d9f210c-b15d-687b-8c02-c74b8dae5453-075318f1 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0d9f210c-b15d-687b-8c02-c74b8dae547d-075318f1, #w-node-_0d9f210c-b15d-687b-8c02-c74b8dae547f-075318f1, #w-node-_0d9f210c-b15d-687b-8c02-c74b8dae5481-075318f1, #w-node-_0d9f210c-b15d-687b-8c02-c74b8dae5483-075318f1, #w-node-_0d9f210c-b15d-687b-8c02-c74b8dae5485-075318f1, #w-node-_0d9f210c-b15d-687b-8c02-c74b8dae5487-075318f1 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-ExtraBold.ttf') format('truetype'), url('../fonts/THICCCBOI-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi Thicccaf';
  src: url('../fonts/THICCCBOI-ThicccAF.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}