@font-face {
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --white-smoke: #f4f4f4;
  --black: #1e1e20;
  --primary-dark: #b71c32;
  --primary: #e6224c;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

.nav_link {
  color: #f4f4f466;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  transition: color .2s;
}

.nav_link:hover {
  color: #fff;
}

.nav_link.w--current {
  color: var(--white-smoke);
  font-weight: 700;
}

.nav_component {
  z-index: 9999;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #1e1e20bf;
  padding: 20px 2.5rem;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.nav_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 73.25rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.nav_button-wrap {
  justify-content: flex-end;
  margin-left: 120px;
  display: flex;
}

.nav_logo-link {
  margin-right: 100px;
}

.nav_logo {
  width: auto;
  max-width: 160px;
  height: auto;
}

.nav_menu-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav_link-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.body {
  background-color: var(--white-smoke);
  color: #f4f4f4;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.main-wrapperx {
  color: #1a1a1a;
  background-color: #fafafa;
}

.section-home-header {
  background-color: #1b1b1b;
  background-image: url('../images/Group-55825_1.avif');
  background-size: cover;
  border-radius: 1px;
  height: 1200px;
  position: relative;
}

.button {
  color: #f4f4f4a3;
  background-color: #0000;
  border: 1px solid #f4f4f429;
  border-radius: 32px;
  padding: 16px 24px;
  font-size: 18px;
}

.button:hover, .button.mobile-version:hover {
  border-color: var(--white-smoke);
  color: var(--white-smoke);
}

.home-header_image {
  justify-content: center;
  align-items: center;
  min-height: 100px;
  display: flex;
  position: relative;
}

.home-header_component {
  margin-top: 60px;
}

.heading-1 {
  color: #f4f4f4;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 6rem;
  line-height: 100%;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxhuge {
  padding-top: 8rem;
  padding-bottom: 6rem;
}

.padding-vertical.margin-large {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.padding-vertical.margin-huge {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.padding-vertical.custom-padding {
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.page-padding {
  color: var(--white-smoke);
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

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

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

.margin-bottom.margin-xlarge {
  margin-bottom: 3rem;
}

.margin-bottom.margin-huge {
  margin-bottom: 6rem;
}

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

.margin-bottom.mid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-header_content {
  text-align: center;
  max-width: 648px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-default {
  color: #f4f4f480;
  letter-spacing: .1px;
  max-width: 476px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
}

.gradient-button {
  z-index: 5;
  background-image: linear-gradient(90deg, #b71c32, #e6224c);
  border: 1px #f4f4f429;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 272px;
  height: 62px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 26px;
  text-decoration: none;
  transition: border-color .15s;
  display: flex;
  position: relative;
}

.gradient-button:hover {
  border-style: none;
  border-color: var(--white-smoke);
  background-color: var(--black);
  background-image: linear-gradient(#0000, #0000);
}

.button-text {
  color: #f4f4f4;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.apple-icon {
  max-width: 25px;
  margin-right: 10px;
}

.vector1 {
  filter: invert();
  position: absolute;
  inset: -18px auto auto -18px;
}

.margin-top.margin-huge {
  margin-top: 6rem;
}

.section-clients {
  background-color: #f3f3f3;
  margin-top: 100px;
  padding-bottom: 40px;
  display: block;
}

.clients_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.clients_logo {
  width: auto;
  max-width: none;
  max-height: 50px;
  margin-left: 50px;
  margin-right: 50px;
}

.clients_logo.peanuds {
  max-height: 55px;
  transition: all .2s;
  position: relative;
  bottom: -8px;
}

.clients_logo.peanuds:hover {
  transform: scale(.98);
}

.clients_logo.peanuds.popt {
  max-height: 60px;
}

.clients_logo.disd {
  max-height: 46px;
  transition: all .2s;
}

.clients_logo.disd:hover {
  transform: scale(.98);
}

.clients_logo.disd.pcity {
  position: relative;
  bottom: -4px;
}

.client-header {
  color: #1e1e204d;
  text-align: center;
  margin-bottom: 80px;
  font-size: 24px;
  font-weight: 800;
  line-height: 24px;
}

.clients-flex-items {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  display: flex;
}

.section-features {
  background-color: #0000;
  margin-top: 200px;
}

.features_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  overflow: visible;
}

.content-heading.center {
  text-align: center;
  max-width: 672px;
  margin-left: auto;
  margin-right: auto;
}

.heading-2 {
  color: #1e1e20;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem;
  font-weight: 800;
  line-height: 130%;
}

.heading-2.white {
  color: #fff;
  font-size: 3.5rem;
}

.heading-2.white.revo {
  font-size: 3.25rem;
}

.paragraph-normal {
  color: #1e1e2099;
  letter-spacing: .1px;
  margin-bottom: 0;
  line-height: 200%;
}

.paragraph-normal.white {
  color: #f4f4f4;
}

.paragraph-normal.white.mid {
  max-width: 60%;
}

.paragraph-normal.opacity32 {
  color: #dbdbdba6;
}

.features-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.features-item {
  box-shadow: 0 2px 11px 0 var(--primary-dark);
  color: var(--white-smoke);
  background-color: #29292a;
  border-radius: 11px;
  padding: 28px;
  overflow: hidden;
}

.heading-3 {
  color: var(--white-smoke);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 200%;
}

.section-about {
  background-color: #1c1e24;
  min-height: 1200px;
  margin-top: 0;
}

.about_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.about-grid1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding-top: 10rem;
  display: grid;
}

.about-image {
  width: auto;
}

.about-grid2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.75fr;
  grid-auto-columns: 1fr;
  padding-top: 10rem;
  display: none;
}

.section-cta {
  z-index: 1;
  background-color: #0000;
  margin-top: -240px;
  position: static;
}

.cta_component {
  z-index: 0;
  background-color: var(--black);
  border-radius: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
  position: static;
  box-shadow: 0 2px 10px #e6224c;
}

.cta-content {
  text-align: center;
  max-width: 704px;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  background-color: var(--black);
  color: var(--white-smoke);
  border-top: 1px solid #2f2f2f3d;
  margin-top: 120px;
  overflow: hidden;
}

.footer_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.footer-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-item {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.footer-text {
  color: var(--white-smoke);
  max-width: 304px;
  font-weight: 700;
  line-height: 200%;
}

.heading-4 {
  color: var(--white-smoke);
  font-size: 32px;
  line-height: 22px;
}

.footer-link {
  color: #f4f4f49e;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 200%;
  text-decoration: none;
  display: block;
}

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

.copy_right-text {
  color: var(--white-smoke);
  font-weight: 500;
  line-height: 26px;
}

.header_button-shadow {
  background-color: #0000;
  border-radius: 40px;
  width: 272px;
  height: 62px;
  margin-top: 0;
  position: absolute;
  box-shadow: 1px 1px 140px #e6224c;
}

.vector2 {
  filter: hue-rotate(127deg);
  position: absolute;
  inset: 16px -60px auto auto;
}

.header-image {
  border: 5px solid #b71c324d;
  border-radius: 20px;
  width: 1100px;
  min-width: 1100px;
  max-width: 1100px;
  min-height: 65vh;
}

.features-image {
  min-width: 50px;
}

.footer-logo {
  max-width: 140px;
}

.anim-wrap {
  overflow: hidden;
}

.modal-wrap {
  z-index: 100;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #1e1e2080;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.newsletter_component {
  grid-row-gap: 16px;
  background-color: #161616;
  border: 2px solid #440517;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 18rem auto;
  grid-auto-columns: 1fr;
  display: grid;
  box-shadow: 0 4px 13px 2px #7f073533;
}

.newsletter_slider {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  min-height: 100%;
}

.newsletter_mask {
  z-index: 50;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

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

.left-arrow, .right-arrow, .slide-nav {
  display: none;
}

.newsletter_content {
  grid-row-gap: 5rem;
  border-top: 1px solid #1d1b1d;
  border-bottom: 1px solid #1d1b1d;
  border-right: 1px solid #1d1b1d;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 3rem;
  display: flex;
  position: relative;
}

.newsletter_main-info {
  grid-column-gap: 1rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.text-color-grey {
  color: #fbf9fc80;
  margin-bottom: 0;
}

.newsletter_sec-info {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.newsletter_form-container {
  width: 100%;
  margin-bottom: 0;
}

.newsletter_form {
  flex-direction: row;
  display: flex;
}

.text-field {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  height: auto;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
}

.button-4 {
  color: #f4f4f4a3;
  background-color: #0000;
  border: 1px solid #f4f4f429;
  border-radius: 32px;
  padding: 16px 24px;
  font-size: 18px;
}

.button-4:hover {
  border-color: var(--white-smoke);
  color: var(--white-smoke);
}

.button-4.is-form {
  white-space: nowrap;
  border-radius: 0 10px 10px 0;
}

.text-size-small {
  font-size: .875rem;
}

.close-icon {
  color: #464646;
  cursor: pointer;
  width: 24px;
  height: 24px;
  transition: color .2s;
  position: absolute;
  inset: 24px 24px auto auto;
}

.close-icon:hover {
  color: #646464;
}

.slide {
  overflow: hidden;
}

.legal-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  margin-top: 110px;
  padding: 3rem 5rem;
  display: flex;
}

.qr-embed {
  z-index: 20;
  border-radius: 6px;
  flex: 1;
  width: 100%;
  height: 100%;
  max-height: 620px;
  display: none;
  position: relative;
  overflow: hidden;
}

.qr-wrap {
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-width: 420px;
  min-height: 620px;
  display: flex;
  position: relative;
}

.success-message {
  background-color: #00b66d;
  border-radius: 3px;
}

.text-block-91 {
  text-align: left;
  font-weight: 700;
}

.error-message {
  background-color: #6f2c2c;
  border-radius: 3px;
}

.foxpay-qr {
  background-color: #fff;
  border: 4px solid #66101c;
  border-radius: 8px;
  flex-flow: column;
  width: 450px;
  max-width: 450px;
  padding: 32px 36px 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 20px 1px #b71c3299;
}

.nav-stack {
  margin-bottom: 12px;
  padding: 0;
}

.cell-left {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.link-block-2 {
  color: #b5b5b5;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

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

.back-wrapper:hover {
  color: #8c8c8c;
}

.arrow {
  width: 30px;
  height: 30px;
  margin-left: -8px;
  margin-right: -2px;
  padding-bottom: 0;
  position: relative;
  transform: rotate(0);
}

.text-block {
  font-weight: 500;
  line-height: 16px;
}

.cell-right {
  justify-content: center;
  align-items: flex-end;
}

.link-block {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-102 {
  max-width: 80px;
  margin-bottom: -2px;
}

.divider {
  background-color: #f7f7f7;
  width: 100%;
  height: 2px;
  margin-bottom: 12px;
}

.h1-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.heading {
  color: #253f57;
  margin-top: 0;
  margin-bottom: 0;
}

.text-span-4 {
  font-size: 24px;
}

.help-wrapper {
  width: 25px;
  height: 25px;
  position: relative;
}

.help-icon {
  color: #c9deeb;
  cursor: pointer;
  width: 25px;
  height: 25px;
  transition: color .2s;
}

.help-icon:hover {
  color: #79bfea;
}

.qr-toggle {
  z-index: 20;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 15px;
  position: relative;
}

.ms-switch-wrap {
  width: 100%;
  height: 34px;
  margin-bottom: 0;
  position: relative;
}

.ms-toggle-checkbox {
  z-index: 10;
  margin-top: 4px;
  margin-left: -20px;
  display: none;
}

.ms-switch-label {
  z-index: 3;
  grid-column-gap: 3%;
  color: #747474;
  white-space: nowrap;
  justify-content: space-around;
  align-items: center;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 0% 2%;
}

.ms-switch-option {
  z-index: 0;
  pointer-events: none;
  cursor: default;
  position: relative;
}

.ms-switch-select {
  z-index: 2;
  filter: saturate(200%);
  background-color: #fff;
  border-radius: 3px;
  width: 49%;
  margin-top: 1%;
  margin-bottom: 1%;
  transition: left .3s;
  position: absolute;
  inset: 0% 0% 0% 1%;
  box-shadow: 0 1px 5px #00d99f33;
}

.ms-switch-select.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  left: 39px;
}

.ms-switch-bg {
  z-index: 0;
  background-color: #f5f5f5;
  border-radius: 6px;
  transition: background-color .2s;
  position: absolute;
  inset: 0%;
}

.info-wrapper {
  background-color: #e7fffb;
  border-left: 50px solid #39b39c;
  border-radius: 3px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 60px;
  display: flex;
  position: relative;
}

.counter-text {
  color: #fff;
  width: 30px;
  font-size: 36px;
  font-weight: 700;
  position: absolute;
  inset: 17px 0% auto -35px;
}

.ms-toggle-wrap {
  cursor: pointer;
  align-self: center;
  height: 100%;
  padding-left: 16px;
}

.checkout-label-head {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.checkout-label-head.spende {
  color: #484848;
  letter-spacing: .4px;
  -webkit-text-stroke-width: .4px;
  font-size: 15px;
  font-weight: 400;
}

.checkout-label-head.spende.alert {
  padding-right: 10px;
}

.bold-text-4 {
  font-weight: 600;
}

.pay-wrap {
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.qr-stack {
  max-height: 300px;
  margin-top: 14px;
  margin-bottom: 14px;
  padding: 0;
}

.qr-png-wrap {
  z-index: 10;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.qr-png {
  cursor: pointer;
  border-radius: 6px;
  width: 100%;
}

.switch-icon-wrapper {
  opacity: 0;
  color: #e1e1e1;
  cursor: pointer;
  background-color: #faf9f9;
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 140px;
  height: 100%;
  text-decoration: none;
  transition: opacity .2s, color .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.switch-icon-wrapper:hover {
  opacity: .85;
  color: #989898;
  background-color: #fff;
}

.switch-icon {
  color: #253f57;
  width: 60px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 30% 0% auto;
}

.text-block-90 {
  color: #253f57;
  text-align: center;
  font-size: 15px;
  font-weight: 800;
  position: relative;
  bottom: -20px;
}

.ms-tooltip-dropdown {
  margin-left: 0;
  margin-right: 0;
  position: relative;
  inset: 0%;
}

.ms-tooltip-dropdown.is-inline {
  z-index: 25;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.ms-tooltip-content {
  width: 100%;
  height: 100%;
  padding: 0;
  display: block;
}

.secure-block {
  color: #e1e1e1;
  cursor: help;
  background-color: #fafafa;
  border: 3px solid #c7e2dd;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 140px;
  height: 100%;
  padding-bottom: 12px;
  padding-left: 8px;
  padding-right: 8px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  position: absolute;
}

.secure-block:hover {
  color: #989898;
  background-color: #e9fff9;
}

.secure-loading {
  z-index: 5;
  background-color: #faf9f9;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 12px;
  display: none;
  position: absolute;
  inset: 0%;
}

.lottie-animation {
  width: 80%;
  height: 100%;
}

.code-embed-2 {
  color: #39b39c;
  max-width: 24px;
  margin-bottom: -6px;
}

.info-text {
  color: #b5b5b5;
  text-align: center;
  max-width: 100%;
  margin-top: 2px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}

.info-text.secure {
  color: #707070;
  margin-top: 12px;
  line-height: 20px;
  text-decoration: none;
}

.info-text.secure.manual {
  margin-top: 0;
}

.secure-divider {
  background-color: #eaeaea;
  width: 66%;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.secure-divider.vert {
  width: 2px;
  height: 66%;
}

.link-block-3 {
  color: #cdcdcd;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 30px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
  top: -6px;
}

.secured-fp {
  color: #b5b5b5;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 12px;
  display: flex;
}

.link-text {
  color: #cdcdcd;
  text-align: center;
  margin-top: 0;
  margin-left: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.payment-id-qr {
  text-align: center;
  letter-spacing: .4px;
  align-self: center;
  max-width: 100%;
  margin-top: 0;
  margin-right: -2px;
  padding-bottom: 4px;
  font-size: 8px;
  font-weight: 700;
  line-height: 24px;
  position: absolute;
  inset: auto auto 2px;
}

.ms-tooltip-anchor {
  z-index: 100;
  background-color: #0000;
  justify-content: center;
  width: 100%;
  height: 10px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  display: flex;
  position: absolute;
  inset: 100% 0% 0;
}

.ms-tooltip-anchor.w--open {
  background-color: #0000;
  display: flex;
}

.ms-tooltip-anchor.is-top {
  align-items: flex-end;
  height: 30px;
  padding-top: 0;
  padding-bottom: 12px;
  display: none;
  inset: 0%;
}

.ms-tooltip-anchor.is-top.w--open {
  display: flex;
}

.ms-tooltip-wrapper {
  color: #112953;
  text-align: left;
  background-color: #fafbfe;
  border: 1px solid #d8e3f0;
  border-radius: 10px;
  width: 300px;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.5em;
  display: block;
  position: absolute;
  box-shadow: 1px 1px 8px 1px #2d3e501f;
}

.ms-tooltip-wrapper.width-200 {
  width: 210px;
  top: -41.1857px;
}

.ms-tooltip-wrapper.width-200.right {
  border-color: #e6e6e6;
  border-radius: 4px;
  width: 195px;
  top: -44px;
  left: -45px;
  box-shadow: 0 2px 5px #0003;
}

.ms-tooltip-container {
  z-index: 3;
  background-color: #fafbfe;
  border-radius: 9px;
  padding: 16px;
  font-size: 12.5px;
  position: relative;
}

.ms-tooltip-container.is-10 {
  background-color: #fff;
  padding: 9px 10px 10px;
}

.ms-relative {
  color: #b5b5b5;
  text-align: right;
  position: relative;
}

.link-2 {
  color: #1e1e203d;
  font-weight: 500;
  text-decoration: none;
}

.ikonik-fcq28 {
  color: #39b39c;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  position: relative;
  bottom: -2px;
}

.path-xlz2n {
  width: 12px;
}

.ms-tooltip-diamond {
  z-index: 2;
  background-color: #fafbfe;
  border: 1px solid #d8e3f0;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -7px 0% auto;
  transform: rotate(45deg);
  box-shadow: 0 -3px 8px #2d3e500f;
}

.ms-tooltip-diamond.is-bottom {
  background-color: #fff;
  border-color: #e6e6e6;
  top: auto;
  bottom: -8px;
  right: -46px;
}

.manual-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  margin-bottom: 10px;
  padding: 0;
}

.form-block-manual {
  z-index: 20;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  position: relative;
}

.form {
  margin-bottom: 10px;
}

.field-label {
  color: #596d80;
}

.ms-input-wrap {
  margin-bottom: 8px;
  padding: 0;
  display: flex;
  position: relative;
}

.ms-input {
  color: #121331;
  background-color: #fff;
  border: 1px solid #12133140;
  border-radius: 5px;
  min-height: 40px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.ms-input:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #2962ff;
}

.ms-input::placeholder {
  color: #909090;
}

.ms-input.has-button-right {
  box-shadow: none;
  cursor: default;
  background-color: #fcfcfc;
  border-style: solid;
  border-color: #f5f5f5;
  border-radius: 4px 0 0 4px;
  min-height: 44px;
  font-weight: 600;
}

.ms-input.has-button-right.copy {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 600;
}

.ms-input-right-button {
  color: #121331;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  justify-content: flex-end;
  align-items: center;
  min-height: 40px;
  margin-bottom: 20px;
  padding: 9px 12px 8px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.ms-input-right-button:hover {
  color: #253f57;
  background-color: #fafafa;
  font-weight: 600;
}

.ms-input-right-button::placeholder {
  color: #12133140;
}

.ms-input-right-button.copy {
  margin-bottom: 0;
}

.ms-button-flex {
  grid-column-gap: 8px;
  color: #b5b5b5;
  align-items: center;
  display: flex;
}

.ms-button-svg {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.secure-block-manual {
  color: #e1e1e1;
  cursor: help;
  background-color: #effff7;
  border: 2px solid #49e6c9;
  border-radius: 3px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100%;
  padding: 4px 12px 4px 16px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  position: relative;
}

.secure-block-manual:hover {
  color: #989898;
  background-color: #eafaf2;
}

.link-block-wrap {
  color: #cdcdcd;
  text-align: right;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.payment-id {
  text-align: center;
  letter-spacing: .4px;
  max-width: 100%;
  margin-top: 0;
  padding-bottom: 4px;
  font-size: 8px;
  font-weight: 700;
  line-height: 24px;
  position: absolute;
  inset: auto 10px -2px auto;
}

.realtime-wrapper {
  background-color: #fff9f0;
  border-left: 50px solid #ffbc5f;
  border-radius: 3px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 55px;
  margin-bottom: 14px;
  padding-top: 11px;
  padding-bottom: 11px;
  display: flex;
  position: relative;
}

.realtime-checkbox {
  z-index: 50;
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  inset: auto 8px auto auto;
}

.btn-wrapper {
  position: relative;
}

.button-primary {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  background-color: #39b39c;
  border: .125rem #253f57;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  min-width: 180px;
  height: 52px;
  margin-top: 6px;
  padding: .75rem 2rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.143rem;
  font-weight: 700;
  transition: color .3s, background-color .3s ease-in-out;
  display: flex;
}

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

.button-primary.realtime {
  color: #b5b5b5;
  background-color: #f5f5f5;
  border-style: solid;
  border-color: #f5f5f5;
  margin-top: 0;
  transition: all .2s;
}

.button-primary.realtime:hover {
  color: #8b8b8b;
  background-color: #e0e0e0;
  border-color: #e0e0e0;
}

.btn-load {
  z-index: 5;
  background-color: #39b39c;
  border-radius: 3px;
  display: none;
  position: absolute;
  inset: 0%;
}

.loading-lottie {
  z-index: 10;
  width: 34px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.help-section {
  z-index: 100;
  background-color: #fafafa;
  height: 78%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.laila-img {
  opacity: .1;
  filter: hue-rotate(162deg);
  mix-blend-mode: color-dodge;
  object-fit: contain;
  width: 140%;
  max-width: 140%;
  position: absolute;
  right: -56%;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .nav_link {
    color: #1e1e20a3;
  }

  .nav_link:hover {
    color: var(--black);
  }

  .nav_menu-wrapper {
    background-color: #0000;
    padding-bottom: 0;
  }

  .nav_link-wrapper {
    background-color: var(--white-smoke);
    color: var(--black);
  }

  .section-home-header {
    height: 1036px;
  }

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

  .heading-1 {
    z-index: 999999;
    position: static;
  }

  .margin-bottom.margin-medium {
    position: static;
  }

  .margin-bottom.mid {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-clients {
    margin-top: 164px;
  }

  .clients-flex-items {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: row-reverse wrap;
    justify-content: center;
    align-items: center;
  }

  .section-features {
    margin-top: 250px;
  }

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

  .heading-2.white {
    font-size: 2.5rem;
  }

  .heading-2.white.revo {
    font-size: 2.25rem;
  }

  .heading-2.white.mid {
    text-align: center;
  }

  .paragraph-normal.white {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-normal.white.mid {
    text-align: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-normal.opacity32 {
    max-width: 90%;
  }

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

  .features-item {
    padding-left: 48px;
    padding-right: 48px;
  }

  .section-about {
    height: 1700px;
  }

  .about-grid1 {
    grid-column-gap: 57px;
    grid-row-gap: 57px;
    grid-template-columns: 1.25fr;
    grid-auto-flow: row;
  }

  .about-grid2 {
    grid-template-columns: 1.75fr;
  }

  .section-cta {
    margin-top: -254px;
  }

  .heading-4 {
    font-size: 22px;
  }

  .vector2 {
    width: 72px;
    top: 58px;
    right: -38px;
  }

  .modal-wrap {
    padding-left: 5rem;
    padding-right: 5rem;
    display: none;
  }

  .newsletter_component {
    grid-template-columns: 10.5rem auto;
  }

  .newsletter_content {
    grid-row-gap: 2.5rem;
  }

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

  .qr-embed {
    min-width: 420px;
  }

  .button-primary {
    font-size: 1rem;
  }

  .laila-img {
    opacity: .3;
  }
}

@media screen and (max-width: 767px) {
  .nav_menu-wrapper {
    color: #0000;
    background-color: #0000;
  }

  .section-home-header {
    height: 806px;
  }

  .button {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 20px;
  }

  .home-header_component {
    margin-top: 10px;
  }

  .heading-1 {
    font-size: 4.5rem;
    line-height: 4.8rem;
  }

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

  .section-clients {
    margin-top: 134px;
  }

  .clients_component {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .clients_logo {
    margin-right: 24px;
  }

  .clients_logo.peanuds, .clients_logo.disd {
    margin-left: 24px;
  }

  .clients-flex-items {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .section-features {
    margin-top: 400px;
  }

  .features_component {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .heading-2.white {
    font-size: 2.5rem;
  }

  .heading-2.white.revo {
    font-size: 1.75rem;
  }

  .paragraph-normal.white {
    max-width: 90%;
    font-size: 15px;
  }

  .about_component {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .about-grid1 {
    padding-top: 6rem;
  }

  .cta_component {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer_component {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: center;
  }

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

  .newsletter_component {
    grid-row-gap: 0px;
    grid-template-rows: minmax(auto, 1fr);
    grid-template-columns: 1fr;
    max-height: 100%;
  }

  .newsletter_slider {
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 0;
  }

  .newsletter_mask {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
  }

  .newsletter_content {
    border-top-right-radius: 0;
    border-bottom-left-radius: 2rem;
    padding: 2rem;
  }

  .button-4 {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 20px;
  }

  .laila-img {
    bottom: 221.703px;
  }
}

@media screen and (max-width: 479px) {
  .nav_link {
    width: 100%;
  }

  .nav_component {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .nav_button-wrap {
    margin-left: 0;
  }

  .nav_logo-link {
    margin-right: 0;
    padding-left: 0;
  }

  .nav_logo {
    max-width: 120px;
  }

  .nav_link-wrapper {
    display: none;
  }

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

  .button {
    margin-top: 20px;
  }

  .button.mobile-version {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
  }

  .home-header_component {
    margin-top: 60px;
  }

  .heading-1 {
    text-align: center;
    font-size: 3rem;
    line-height: 3.4rem;
  }

  .padding-vertical.padding-xxhuge {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }

  .padding-vertical.margin-huge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .section-clients {
    margin-top: 80px;
  }

  .clients_component {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .clients_logo {
    margin-top: 24px;
    margin-right: 0;
  }

  .clients_logo.peanuds {
    margin-left: 0;
  }

  .clients_logo.disd {
    margin-left: 0;
    display: block;
  }

  .clients_logo.disd.pcity {
    margin-left: 0;
  }

  .clients-flex-items {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .features_component {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

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

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

  .paragraph-normal.opacity32 {
    max-width: 95%;
  }

  .features-item {
    padding-left: 38px;
    padding-right: 38px;
  }

  .section-about {
    height: 1600px;
  }

  .about_component {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .about-grid1 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1.25fr;
    padding-top: 4rem;
    position: relative;
  }

  .about1-item {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: -40px;
    display: flex;
    position: relative;
  }

  .about-grid2 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .section-cta {
    margin-top: -166px;
  }

  .cta_component, .footer_component {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .vector2 {
    width: 34px;
    top: 78px;
    right: -20px;
  }

  .modal-wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: none;
  }

  .newsletter_slider {
    max-height: 12rem;
  }

  .newsletter_content {
    grid-row-gap: 3rem;
  }

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

  .newsletter_sec-info {
    text-align: center;
    align-items: stretch;
  }

  .newsletter_form {
    grid-row-gap: .5rem;
    flex-direction: column;
    align-items: stretch;
  }

  .text-field, .button-4.is-form {
    border-radius: 1rem;
  }

  .link-block-4, .link-block-5 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .qr-embed {
    flex-flow: column;
    flex: 1;
    align-self: auto;
    min-width: auto;
    min-height: 100%;
    display: flex;
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }

  .qr-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: auto;
    max-width: 400px;
    height: 600px;
    min-height: 600px;
    max-height: 550px;
    display: flex;
    position: relative;
  }

  .foxpay-qr {
    justify-content: center;
    align-items: stretch;
    width: auto;
    max-width: 100vw;
    height: 100%;
    min-height: 600px;
    max-height: none;
    margin: -1px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .ms-toggle-checkbox {
    top: auto;
  }

  .ms-toggle-wrap {
    height: auto;
    display: flex;
  }

  .checkout-label-head.spende {
    padding-right: 40px;
    font-size: 13px;
    line-height: 18px;
  }

  .switch-icon-wrapper, .secure-block {
    min-width: 100px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .secure-loading {
    min-width: 100px;
  }

  .code-embed-2 {
    max-width: 32px;
    margin-bottom: -10px;
  }

  .info-text.secure {
    font-size: 13px;
    line-height: 18px;
  }

  .secure-divider {
    margin-bottom: 14px;
  }

  .link-block-3 {
    min-height: auto;
  }

  .secure-block-manual {
    min-width: 100px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .realtime-checkbox {
    top: auto;
  }

  .button-primary {
    justify-content: center;
    min-width: 100px;
  }

  .laila-img {
    box-sizing: content-box;
    filter: hue-rotate(162deg);
    object-fit: cover;
    display: block;
    top: 0%;
    bottom: -20%;
    right: -30%;
  }
}

#w-node-b53e6291-295e-acd9-8cd2-dc41a7c7b434-9b86418a, #w-node-_761ec822-bddf-a9d7-9457-49dea08032d7-9b86418a, #w-node-b3623be7-5474-34d5-aa40-c76d85aa8e75-9b86418a, #w-node-_4dc8b29a-7dba-aea4-48c0-e95374cc4d6f-9b86418a, #w-node-_3fe8fe55-2f11-bc9e-332f-3b83f38bdebc-9b86418a, #w-node-c2bdd314-2517-eaee-6f5f-96c02071a261-9b86418a, #w-node-_6124ceba-5c3c-8d1c-d036-150538eccf9c-9b86418a, #w-node-_46bcda61-0681-d692-02dc-95e327bc7044-9b86418a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e703ed5-6623-ce85-b6dd-a934305b3409-9b86418a {
  align-self: center;
}

#w-node-e0ce8b8b-6a74-1d05-3523-05585752cc0d-9b86418a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-df34f7bc-383f-e02f-0145-6d7b676b10cd-9b86418a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cae7af1-6ac0-ed17-0847-6aa6ea1573e7-9b86418a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2cae7af1-6ac0-ed17-0847-6aa6ea157418-9b86418a {
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 1fr;
  display: grid;
}

#w-node-_2cae7af1-6ac0-ed17-0847-6aa6ea157441-9b86418a {
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr;
  display: none;
}

#w-node-_372bc72b-4029-66eb-ea10-808ff6cde779-9b86418a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_372bc72b-4029-66eb-ea10-808ff6cde777-9b86418a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ffa42f01-e27d-a410-b769-be42b17d9811-b17d980b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-ffa42f01-e27d-a410-b769-be42b17d981c-b17d980b, #w-node-ffa42f01-e27d-a410-b769-be42b17d9829-b17d980b, #w-node-ffa42f01-e27d-a410-b769-be42b17d9836-b17d980b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-df34f7bc-383f-e02f-0145-6d7b676b10cd-9b86418a {
    justify-self: center;
  }

  #w-node-ba96ee76-9224-f88b-6d18-5bd8b787853e-b787853c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ffa42f01-e27d-a410-b769-be42b17d9811-b17d980b {
    place-self: center;
  }
}


@font-face {
  font-family: 'Suisse int'l';
  src: url('../fonts/Suisse-Intl-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}