/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./headers/css/route-for-merchants.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
.s-header {
  color: var(--lightText);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 9999;
  font-family: "RM Neue", sans-serif;
}
.s-header .route-for-merchants .subnav.desktop {
  display: none;
}
@media screen and (min-width: 834px) {
  .s-header .route-for-merchants .subnav.desktop {
    display: block;
    background: black;
    border-bottom: solid 1px rgba(70, 70, 70, 0.7);
  }
  .s-header .route-for-merchants .subnav.desktop .links {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: 0 auto;
    padding: 1rem 2.4rem;
    max-width: 104.8rem;
    box-sizing: content-box;
  }
}
.s-header .route-for-merchants .subnav.mobile {
  display: block;
  position: relative;
  border-bottom: solid 1px rgba(70, 70, 70, 0.7);
  width: 100%;
}
.s-header .route-for-merchants .subnav.mobile a {
  font-size: 1.7rem;
}
.s-header .route-for-merchants .subnav.mobile a.highlight::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background: var(--routeBlue);
}
.s-header .route-for-merchants .subnav.mobile .links {
  display: flex;
  flex-direction: row;
  list-style: none;
}
@media screen and (min-width: 834px) {
  .s-header .route-for-merchants .subnav.mobile {
    display: none;
  }
}
.s-header .route-for-merchants .subnav a {
  color: white;
  font-size: 1.4rem;
  font-weight: 400;
  margin-right: 2.4rem;
  text-decoration: none;
  transition: color 300ms;
  position: relative;
}
.s-header .route-for-merchants .subnav a:hover {
  color: var(--routeBlue);
}
.s-header .route-for-merchants .subnav a.highlight {
  color: var(--routeBlue);
}
.s-header .route-for-merchants .subnav a.highlight::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background: var(--routeBlue);
}
.s-header .route-for-merchants > .wrapper {
  background-color: var(--bgDark);
  position: relative;
  z-index: 5;
}
.s-header .route-for-merchants > .wrapper .contents {
  max-width: 104.8rem;
  margin: auto;
  height: var(--navHeight);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(1rem, 2.3640661939vw + 0.243498818rem, 2rem);
  box-sizing: content-box;
}
@media screen and (max-width: 834px) {
  .s-header .route-for-merchants > .wrapper .contents {
    height: 63px;
  }
}
.s-header .route-for-merchants > .wrapper .contents .book-demo {
  height: 3.3rem;
  background: linear-gradient(270deg, #9CF5F5 0.35%, #29D6D6 176.82%), #9CF5F5 !important;
  text-align: center;
  width: 9.8rem;
  color: black !important;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 0.6rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0.8rem;
  margin-right: clamp(0.3rem, 1.1820330969vw - 0.078250591rem, 0.8rem);
}
.s-header .route-for-merchants > .wrapper .contents .book-demo:hover {
  color: black !important;
  background: linear-gradient(270deg, #9CF5F5 0.35%, #29D6D6 176.82%), #9CF5F5 !important;
}
@media screen and (min-width: 834px) {
  .s-header .route-for-merchants > .wrapper .contents .book-demo {
    margin-right: 0;
    padding: 0;
  }
}
.s-header .route-for-merchants > .wrapper .contents .mobile-menu {
  display: flex;
  align-items: center;
}
.s-header .route-for-merchants > .wrapper .contents .mobile-menu .toggle .collapsed {
  display: inherit;
}
.s-header .route-for-merchants > .wrapper .contents .mobile-menu .toggle .collapsed[active=false] {
  display: none;
}
.s-header .route-for-merchants > .wrapper .contents .mobile-menu .toggle .expanded {
  display: none;
}
.s-header .route-for-merchants > .wrapper .contents .mobile-menu .toggle .expanded[active=true] {
  display: inherit;
}
.s-header .route-for-merchants > .wrapper .contents .mobile-menu .toggle:focus {
  background: none;
}
.s-header .route-for-merchants > .wrapper .contents .desktop-menu {
  display: none;
}
@media screen and (min-width: 834px) {
  .s-header .route-for-merchants > .wrapper .contents {
    padding: 0.5rem 2.4rem;
  }
  .s-header .route-for-merchants > .wrapper .contents .mobile-menu {
    display: none;
  }
  .s-header .route-for-merchants > .wrapper .contents .desktop-menu {
    display: flex;
    justify-content: space-between;
    width: clamp(57.7165rem, 59.0697674419vw + 8.5113837209rem, 70.4165rem);
    height: 100%;
  }
  .s-header .route-for-merchants > .wrapper .contents .desktop-menu .links {
    list-style-type: none;
    display: grid;
    margin: 0;
    grid-column-gap: 3.2rem;
    grid-template-columns: repeat(4, auto);
    align-items: center;
    height: 100%;
  }
  .s-header .route-for-merchants > .wrapper .contents .desktop-menu .links .item {
    height: 100%;
    display: flex;
  }
  .s-header .route-for-merchants > .wrapper .contents .desktop-menu .links .item .button {
    font-weight: 600;
    font-size: 1.4rem;
    height: 100%;
    width: 100%;
    padding-top: 2px;
    border-bottom: 2px solid transparent !important;
    display: grid;
    align-items: center;
    cursor: pointer;
    transition: all 0ms;
  }
  .s-header .route-for-merchants > .wrapper .contents .desktop-menu .links .item .button:hover, .s-header .route-for-merchants > .wrapper .contents .desktop-menu .links .item .button[active=true] {
    background: linear-gradient(270deg, #9CF5F5 0.35%, #29D6D6 176.82%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    text-fill-color: transparent !important;
    border-bottom: 2px solid transparent !important;
    -o-border-image: linear-gradient(270deg, #9CF5F5 0.35%, #29D6D6 176.82%) !important;
       border-image: linear-gradient(270deg, #9CF5F5 0.35%, #29D6D6 176.82%) !important;
    border-image-slice: 1 !important;
  }
  .s-header .route-for-merchants > .wrapper .contents .desktop-menu .links .item .button.for-shoppers {
    background: linear-gradient(270deg, #9CF5F5 0.35%, #29D6D6 176.82%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .s-header .route-for-merchants > .wrapper .contents .desktop-menu .links .item .button:focus {
    background-color: transparent;
    -o-border-image: none;
       border-image: none;
    border-color: transparent;
    color: white !important;
  }
  .s-header .route-for-merchants > .wrapper .contents .desktop-menu .links .item .button .text {
    grid-row: 1;
    grid-column: 1;
    pointer-events: none;
    color: white;
  }
  .s-header .route-for-merchants > .wrapper .contents .desktop-menu .wrapper {
    width: 17.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .s-header .route-for-merchants > .wrapper .contents .desktop-menu .wrapper .sign-in {
    position: relative;
    display: grid;
    font-weight: 600;
    font-size: 1.4rem;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 100%;
    padding-top: 0.2rem;
  }
  .s-header .route-for-merchants > .wrapper .contents .desktop-menu .wrapper .sign-in .solid {
    color: white;
    grid-column: 1;
    grid-row: 1;
  }
  .s-header .route-for-merchants > .wrapper .contents .desktop-menu .wrapper .sign-in .gradient {
    opacity: 0;
    grid-column: 1;
    grid-row: 1;
    background: linear-gradient(90deg, #9CF5F5 -15.2%, #009DCE 115.69%), var(--routeBlue);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .s-header .route-for-merchants > .wrapper .contents .desktop-menu .wrapper .sign-in::after {
    content: "";
    position: absolute;
    bottom: 0.1rem;
    left: 0;
    width: 100%;
    height: 0.2rem;
    transition: background 300ms;
  }
  .s-header .route-for-merchants > .wrapper .contents .desktop-menu .wrapper .sign-in.active .solid {
    color: var(--routeBlue);
    transition: opacity 300ms;
    opacity: 0;
  }
  .s-header .route-for-merchants > .wrapper .contents .desktop-menu .wrapper .sign-in.active .gradient {
    opacity: 1;
  }
  .s-header .route-for-merchants > .wrapper .contents .desktop-menu .wrapper .sign-in.active::after {
    background: linear-gradient(90deg, #9CF5F5 -15.2%, #009DCE 115.69%), var(--routeBlue);
  }
  .s-header .route-for-merchants > .wrapper .contents .desktop-menu .wrapper .sign-in:hover .solid {
    opacity: 1;
    color: var(--routeBlue);
    transition: color 300ms;
  }
  .s-header .route-for-merchants > .wrapper .contents .desktop-menu .wrapper .sign-in:hover .gradient {
    opacity: 0;
    transition: opacity 300ms;
  }
  .s-header .route-for-merchants > .wrapper .contents .desktop-menu .wrapper .sign-in:hover::after {
    background: var(--routeBlue);
  }
}
@media screen and (min-width: 834px) {
  .s-header .route-for-merchants.extended .desktop-contents .container {
    padding-top: 1rem;
    padding-bottom: 3rem;
  }
  .s-header .route-for-merchants.extended .wrapper .contents .desktop-menu .links .item .button:hover, .s-header .route-for-merchants.extended .wrapper .contents .desktop-menu .links .item .button[active=true] {
    border-bottom: 2px solid transparent !important;
    -o-border-image: none !important;
       border-image: none !important;
    border-image-slice: 0 !important;
  }
  .s-header .route-for-merchants.extended .wrapper .contents .desktop-menu .links .item .button.for-shoppers {
    background: linear-gradient(270deg, #9CF5F5 0.35%, #29D6D6 176.82%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .s-header .route-for-merchants.extended .wrapper .contents .desktop-menu .links .item .button:focus {
    background-color: transparent;
    -o-border-image: none;
       border-image: none;
    border-color: transparent;
    color: white !important;
  }
  .s-header .route-for-merchants.extended .wrapper .contents .desktop-menu .links .item .button .text {
    grid-row: 1;
    grid-column: 1;
    pointer-events: none;
    color: white;
  }
}
.s-header + .hidden-spacer {
  height: var(--navHeight);
  width: 100vw;
  background-color: black;
}

.c-nav-consumer {
  max-width: 104.8rem;
  margin: auto;
  height: var(--navHeight);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5.6rem;
  padding: 0 2.4rem 0;
}
.c-nav-consumer__header-parent {
  background-color: transparent;
  color: var(--lightText);
  position: absolute;
  width: 100vw;
  z-index: 9999;
  font-family: "RM Neue", sans-serif;
  transition: none;
}
.c-nav-consumer__header-parent[expanded=true] {
  background-color: #141415;
  transition: background-color 150ms linear;
}
.c-nav-consumer__links {
  list-style-type: none;
  display: grid;
  margin: 0;
  grid-column-gap: 3.2rem;
  grid-template-columns: repeat(3, auto);
  align-items: center;
  height: 100%;
}
.c-nav-consumer__links--item {
  height: 100%;
  display: flex;
}
.c-nav-consumer__links--button {
  font-weight: 600;
  font-size: 1.4rem;
  height: 100%;
  width: 100%;
  padding-top: 2px;
  border-bottom: 2px solid transparent;
  display: flex;
  align-items: center;
}
.c-nav-consumer__links--button:hover, .c-nav-consumer__links--button[active=true] {
  font-weight: 700;
  background: linear-gradient(270deg, #9CF5F5 0.35%, #29D6D6 176.82%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  border-bottom: 2px solid transparent !important;
  -o-border-image: linear-gradient(270deg, #9CF5F5 0.35%, #29D6D6 176.82%) !important;
     border-image: linear-gradient(270deg, #9CF5F5 0.35%, #29D6D6 176.82%) !important;
  border-image-slice: 1 !important;
}
.c-nav-consumer__links--button:focus {
  background-color: transparent;
  -o-border-image: none;
     border-image: none;
  border-color: transparent;
  color: white !important;
}
.c-nav-consumer__links-mobile {
  list-style-type: none;
  margin: 0;
  height: -moz-fit-content;
  height: fit-content;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0ms;
}
.c-nav-consumer__links-mobile[active=true] {
  pointer-events: all;
  opacity: 1;
  transition: opacity 300ms;
}
.c-nav-consumer__links-mobile-sub {
  list-style-type: none;
  margin: 0;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 1;
  pointer-events: all;
}
.c-nav-consumer__links-mobile--item {
  height: 6.8rem;
}
.c-nav-consumer__links-mobile--button {
  font-weight: 400;
  font-size: 1.9rem;
  color: white;
  height: 100%;
  width: 100%;
  border-bottom: 1px solid rgba(70, 70, 70, 0.7);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-nav-consumer__links-mobile--button:hover {
  color: rgba(255, 255, 255, 0.5) !important;
}
.c-nav-consumer__links-mobile--button.for-merchants {
  background: linear-gradient(270deg, #9CF5F5 0.35%, #29D6D6 176.82%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.c-nav-consumer__links-mobile--button:hover, .c-nav-consumer__links-mobile--button:focus {
  border-bottom: 1px solid rgba(70, 70, 70, 0.7);
}
.c-nav-consumer__section {
  position: absolute;
  width: 100vw;
  height: 0;
  top: 7.3rem;
  left: 0;
  background-color: rgb(33, 33, 34);
}
.c-nav-consumer__section[active=true] {
  height: -moz-fit-content;
  height: fit-content;
}
.c-nav-consumer__section--collider {
  z-index: 2;
  position: relative;
}
.c-nav-consumer__section--container {
  z-index: 0;
  max-width: 104.8rem;
  margin: auto;
  padding-top: 5rem;
  padding-bottom: 2.8rem;
  padding-left: 2.4rem;
  display: grid;
  grid-template-columns: clamp(19.3rem, 23.3644859813vw - 0.1859813084rem, 24.3rem) clamp(39rem, 65.4205607477vw - 15.5607476636rem, 53rem) clamp(21.8rem, 51.4018691589vw - 21.0691588785rem, 32.8rem);
}
.c-nav-consumer__section--container[active=true] {
  display: grid;
}
.c-nav-consumer__section--left-link {
  font-size: clamp(1.8rem, 0.4672897196vw + 1.4102803738rem, 1.9rem);
  font-weight: 400;
  color: rgb(141, 141, 144);
  padding-bottom: 0.6rem;
  border-bottom: 2px solid transparent;
}
.c-nav-consumer__section--left-link:hover, .c-nav-consumer__section--left-link[active=true] {
  color: white;
  border-bottom: 2px solid white;
}
.c-nav-consumer__section--left-link:focus {
  background: none;
}
.c-nav-consumer__section--middle {
  border-left: 1px solid rgba(70, 70, 70, 0.7);
  border-right: 1px solid rgba(70, 70, 70, 0.7);
  padding: 0 clamp(2.4rem, 9.3457943925vw - 5.3943925234rem, 4.4rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.c-nav-consumer__section--middle-wrapper {
  display: flex;
}
.c-nav-consumer__section--middle-wrapper-top {
  align-items: flex-start;
}
.c-nav-consumer__section--middle-wrapper-bottom {
  align-items: flex-end;
  height: 100%;
}
.c-nav-consumer__section--middle-header {
  font-weight: 600;
  font-size: 2rem;
  padding-bottom: 2.259rem;
}
.c-nav-consumer__section--middle-header-small {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: rgb(141, 141, 144);
  padding-bottom: 1.95rem;
}
.c-nav-consumer__section--middle-header-small-content.large {
  font-weight: 600;
  font-size: 2.4rem;
  color: white;
}
.c-nav-consumer__section--middle-header-svg {
  margin-right: 1rem;
}
.c-nav-consumer__section--middle-subheader {
  font-weight: 400;
  font-size: clamp(1.6rem, 0.4672897196vw + 1.2102803738rem, 1.7rem);
  line-height: 2.4rem;
  color: rgb(141, 141, 144);
}
.c-nav-consumer__section--middle-subheader-content {
  display: block;
  font-weight: 400;
  font-size: clamp(1.6rem, 0.4672897196vw + 1.2102803738rem, 1.7rem);
  line-height: 2.4rem;
  color: rgb(141, 141, 144);
}
.c-nav-consumer__section--middle-links-wrapper {
  display: grid;
  align-items: flex-start;
  grid-row-gap: 1.6rem;
  height: 100%;
}
.c-nav-consumer__section--middle-link {
  font-weight: 400;
  font-size: clamp(1.8rem, 0.4672897196vw + 1.4102803738rem, 1.9rem);
  line-height: 2.242rem;
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 1.1rem;
  transition: grid-column-gap 200ms linear;
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  align-items: center;
  align-self: flex-end;
}
.c-nav-consumer__section--middle-link:hover {
  grid-column-gap: 1.5rem;
}
.c-nav-consumer__section--right {
  padding-left: clamp(1.85rem, 9.3364485981vw - 5.9365981308rem, 3.848rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: clamp(22.5rem, 85.8333333333vw - 71.9166666667rem, 32.8rem);
}
.c-nav-consumer__section--right-description {
  font-weight: 400;
  font-size: clamp(1.6rem, 0.4672897196vw + 1.2102803738rem, 1.7rem);
  line-height: 2.4rem;
  color: rgb(141, 141, 144);
  margin-bottom: 0.8rem;
}
.c-nav-consumer__section--right-svg {
  margin-top: -1.75rem;
  margin-bottom: 0.8rem;
}
.c-nav-consumer__section--links {
  margin: 0 !important;
  list-style-type: none;
}
.c-nav-consumer__section--links-item {
  margin-bottom: 1.8rem;
  display: flex;
}
.c-nav-consumer__section--links-item:last-of-type {
  margin-bottom: 0;
}
.c-nav-consumer__section-mobile {
  position: absolute;
  width: 100vw;
  height: 0;
  left: 0;
  background-color: #141415;
  padding: 0;
  margin-top: 7.3rem;
  top: 0;
  transition: none;
}
.c-nav-consumer__section-mobile[active=true] {
  padding: 2.4rem;
  height: calc(100vh - 7.3rem);
  transition: height 200ms ease-out;
}
.c-nav-consumer__section-mobile-sub {
  top: 0;
  left: 100vw;
  transition: left 300ms ease-out;
  margin-top: 0;
  height: calc(100vh - 7.3rem);
  padding: 2.4rem;
}
.c-nav-consumer__section-mobile-sub[active=true] {
  left: 0;
}
.c-nav-consumer__mobile--header {
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
}
.c-nav-consumer__mobile--header-wrapper {
  color: white;
  display: flex;
  align-items: flex-start;
  font-size: 1.7rem;
  font-weight: 400;
  height: 5.6rem;
  border-bottom: 1px solid rgba(70, 70, 70, 0.7);
  width: 100%;
}
.c-nav-consumer__mobile--header-wrapper:hover, .c-nav-consumer__mobile--header-wrapper:focus {
  background: none;
  border-bottom: 1px solid rgba(70, 70, 70, 0.7);
}
.c-nav-consumer__mobile--subheader {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 600;
  color: rgb(141, 141, 144);
  padding-top: 3.6rem;
}
.c-nav-consumer__mobile--svg-back {
  margin-right: 1.2rem;
}
.c-nav-consumer__ctas--wrapper {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: space-between;
  gap: 2.4rem;
  align-items: center;
}
.c-nav-consumer__ctas--sign-in {
  font-weight: 600;
  font-size: 1.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-nav-consumer__ctas--sign-in:focus {
  color: white;
}
.c-nav-consumer__ctas--book-demo {
  height: 3.3rem;
  background: linear-gradient(270deg, #9CF5F5 0.35%, #29D6D6 176.82%), #9CF5F5;
  text-align: center;
  width: 9.8rem;
  color: black !important;
  font-size: 1.7rem;
  font-weight: 700;
  border-radius: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-nav-consumer__ctas--book-demo:hover {
  color: black !important;
  background: linear-gradient(270deg, #9CF5F5 0.35%, #29D6D6 176.82%), #9CF5F5 !important;
}
.c-nav-consumer__ctas--book-demo.mobile {
  margin-right: clamp(0.3rem, 1.1820330969vw - 0.078250591rem, 0.8rem);
  font-size: 1.4rem;
  padding: 0.8rem;
}
.c-nav-consumer__desktop {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: flex-end;
  height: 100%;
}
.c-nav-consumer__mobile {
  display: none;
}
.c-nav-consumer__mobile--toggle-collapsed {
  display: inherit;
}
.c-nav-consumer__mobile--toggle-collapsed[active=false] {
  display: none;
}
.c-nav-consumer__mobile--toggle-expanded {
  display: none;
}
.c-nav-consumer__mobile--toggle-expanded[active=true] {
  display: inherit;
}
.c-nav-consumer__mobile--toggle:focus {
  background: none;
}

@media screen and (max-width: 833px) {
  .c-nav-consumer {
    padding: 0 clamp(1rem, 2.3640661939vw + 0.243498818rem, 2rem);
    margin-top: 2.4rem;
  }
  .c-nav-consumer__desktop {
    display: none;
  }
  .c-nav-consumer__mobile {
    display: flex;
    align-items: center;
  }
}

/*# sourceMappingURL=route-for-merchants.scss.css.map*/