:root {
  --brend-black: #151516;
  --brend-red: #ec433d;
  --white: white;
  --opacity-text: #d7d5d5;
  --bg: #f4f4f6;
  --pagination-active: #8a8a8b;
  --pagination-is-inactive: #ededed;
  --color: #f5f5fa;
}

body {
  color: var(--brend-black);
  font-family: Aeonikpro, sans-serif;
  font-size: 1rem;
  line-height: 120%;
}

h1 {
  letter-spacing: -.04rem;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Aeonikpro, sans-serif;
  font-size: 2.88rem;
  font-weight: 400;
  line-height: 100%;
}

h2 {
  letter-spacing: -.03rem;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Aeonikpro, sans-serif;
  font-size: 3.38rem;
  font-weight: 400;
  line-height: 100%;
}

h3 {
  letter-spacing: -.02rem;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Aeonikpro, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 110%;
}

h4 {
  letter-spacing: -.02rem;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Aeonikpro, sans-serif;
  font-size: 1.63rem;
  font-weight: 400;
  line-height: 120%;
}

a {
  font-family: Aeonikpro, sans-serif;
  text-decoration: underline;
}

.ui-kit_wrapper-desktop {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3.13rem 6.25rem 12.5rem;
  display: flex;
}

.body {
  letter-spacing: -.18px;
  font-family: Aeonik Pro;
  font-size: 16px;
  line-height: 130%;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_label {
  background-color: var(--brend-red);
  color: var(--white);
  letter-spacing: -.01rem;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .88rem 2rem;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}

.heading-style-h1 {
  color: var(--brend-black);
  text-align: center;
  letter-spacing: -.04rem;
  width: 43.81rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aeonikpro, sans-serif;
  font-size: 4.13rem;
  font-weight: 400;
  line-height: 100%;
}

.heading-style-h2 {
  color: var(--brend-black);
  letter-spacing: -.03rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aeonikpro, sans-serif;
  font-size: 3.38rem;
  font-weight: 400;
  line-height: 100%;
}

.heading-style-h2.align-centr {
  text-align: center;
  margin-top: 2rem;
  position: absolute;
  top: 0;
}

.heading-style-h2.align-centr.split-word {
  color: #0000004d;
  margin-top: 3rem;
}

.heading-style-h3 {
  z-index: 3;
  background-color: var(--white);
  color: var(--brend-black);
  letter-spacing: -.02rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aeonikpro, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 110%;
  position: relative;
}

.heading-style-h3.margin-bottom-7 {
  margin-bottom: 7rem;
}

.heading-style-h3.dzen-text {
  text-align: center;
  margin-bottom: 2.5rem;
}

.heading-style-h4 {
  color: var(--brend-black);
  letter-spacing: -.02rem;
  width: 20.25rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.63rem;
  font-weight: 400;
  line-height: 120%;
}

.heading-style-h4.opacity-text {
  color: var(--opacity-text);
}

.heading-style-h4.opacity-text._2 {
  color: #0000004d;
}

.heading-style-h4.opacity-text._3 {
  height: auto;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #eee;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-medium {
  color: var(--brend-black);
  letter-spacing: -.01rem;
  margin-bottom: 0;
  font-family: Aeonikpro, sans-serif;
  font-size: 1.13rem;
  line-height: 120%;
}

.text-size-medium.color-text-white-black {
  color: var(--white);
  position: relative;
}

.text-size-medium.margin-top-32 {
  margin-top: 2rem;
}

.text-size-medium.com_our-text {
  width: 30.5rem;
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}

.text-size-medium.align-centr {
  text-align: center;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-size-regular {
  color: #15151666;
  letter-spacing: -.01rem;
  margin-bottom: 0;
  font-family: Aeonikpro, sans-serif;
  font-size: 1rem;
  line-height: 130%;
}

.text-size-regular.info {
  color: #15151666;
  margin-top: .13rem;
}

.text-size-regular.black-color {
  color: var(--brend-black);
}

.text-size-regular.text-color-black {
  color: var(--brend-black);
  text-decoration: none;
}

.text-size-regular.hero-mob {
  display: none;
}

.text-size-large {
  color: var(--brend-black);
  letter-spacing: -.01rem;
  margin-bottom: 0;
  font-family: Aeonikpro, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 120%;
}

.text-size-large.hero-variation {
  text-align: center;
  max-width: 540px;
  margin-top: 1.5rem;
  margin-bottom: 1.81rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.section_hero {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.hero_wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 75.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_top-content {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  white-space: normal;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 4rem;
  display: flex;
  position: relative;
  top: 0;
}

.button-dzen {
  z-index: 4;
  border: 1px solid var(--brend-red);
  background-color: var(--white);
  color: var(--brend-red);
  letter-spacing: -.01rem;
  border-radius: 10px;
  padding: .94rem 2.25rem .81rem;
  font-family: Aeonikpro, sans-serif;
  font-size: 1.13rem;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.svg {
  z-index: 2;
  position: absolute;
  top: 3.2rem;
}

.button_text-link {
  z-index: 26;
  width: 100%;
  height: 100%;
  position: relative;
}

.expense-analytics-chart-app {
  z-index: 1;
  width: 20.14rem;
  margin-top: 4.5rem;
  display: block;
  position: relative;
}

.navbar {
  z-index: 500;
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 2rem;
}

.nav_wrap {
  background-color: var(--white);
  border: 1px solid #0000001f;
  border-radius: .88rem;
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  padding: .31rem;
  display: flex;
}

.nav_logo {
  margin-right: 3rem;
}

.nav_menu {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav_button {
  background-color: var(--brend-red);
  border-radius: 10px;
  padding: .88rem 2.25rem;
  text-decoration: none;
  display: none;
  position: relative;
}

.nav_logo-image {
  width: 3.13rem;
  height: 3.13rem;
}

.nav_logo-image.h1-logo {
  border-radius: 100px;
  width: 4rem;
  height: 4rem;
}

.div-block-2 {
  height: 3.3rem;
  margin-left: 3rem;
  overflow: hidden;
}

.text-size-medium-copy {
  color: var(--white);
  letter-spacing: -.01rem;
  margin-bottom: 0;
  font-family: Aeonikpro, sans-serif;
  font-size: 1.13rem;
  line-height: 120%;
  position: absolute;
  top: .88rem;
}

.section_stress {
  width: 100%;
  display: block;
}

.stress_wrap {
  width: 100%;
  height: 300vh;
  position: relative;
}

.stress_sticky-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 2rem;
  padding-bottom: 7rem;
  padding-left: 3.5rem;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.stress_sticky-wrap.mob-paddin-global-16.mob-centr-stress {
  height: 100vh;
}

.primary-page-heading {
  color: var(--brend-black);
  text-align: left;
  letter-spacing: -.04rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aeonikpro, sans-serif;
  font-size: 4.13rem;
  font-weight: 400;
  line-height: 100%;
}

.primary-page-heading.margin-bottom-32 {
  margin-bottom: 2rem;
}

.primary-page-heading.mob-primary {
  display: none;
}

.stress_slide-1 {
  z-index: 3;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 32rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.stress_span-text {
  color: #0000004d;
}

.stress_slide-2 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  padding-left: 3.5rem;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.stress_slide-2.mob-stress {
  height: 50vh;
  top: 50vh;
}

.stress_slide-3 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  padding-left: 3.5rem;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.stress_rail-illustrations {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  padding-bottom: 7rem;
  padding-right: 3.53rem;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.stress_rail-illustrations.mob-stress-il {
  padding-bottom: 6rem;
}

.il-1 {
  z-index: 1;
  width: 20rem;
  position: absolute;
}

.il-1.il-mob-size {
  display: none;
}

.il-2 {
  z-index: 2;
  width: 20rem;
  display: none;
  position: absolute;
}

.il-3 {
  z-index: 3;
  width: 20rem;
  display: none;
  position: absolute;
}

.strees-heading {
  color: var(--brend-black);
  text-align: left;
  letter-spacing: -.04rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aeonikpro, sans-serif;
  font-size: 4.13rem;
  font-weight: 400;
  line-height: 100%;
}

.strees-heading.stress_mob-heading {
  color: var(--brend-black);
}

.help_heading-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 2rem;
  display: flex;
  position: sticky;
  top: 0;
}

.help_conteiner {
  width: 100vw;
  height: 150vh;
  position: relative;
}

.help_two-heading {
  color: var(--brend-black);
  text-align: center;
  letter-spacing: -.03rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aeonikpro, sans-serif;
  font-size: 3.38rem;
  font-weight: 400;
  line-height: 100%;
  position: sticky;
  top: 0;
}

.help_two-heading.split-word {
  color: #0000004d;
  max-width: 70rem;
  margin-top: 2rem;
  position: static;
}

.help_two-heading.split-word._1 {
  display: none !important;
}

.help_block-wrap {
  z-index: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 25.2rem;
  right: 21.4vw;
}

.info_wrap {
  z-index: 5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 4px;
  height: 1500vh;
  display: flex;
  position: relative;
}

.info_slide-1 {
  z-index: 150;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.info_mob-img {
  z-index: 4;
  width: 17.5rem;
  position: relative;
}

.info_pagination {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  left: 2.5rem;
}

.pagination-circle-1 {
  background-color: var(--pagination-active);
  border-radius: 100%;
  width: .63rem;
  height: .63rem;
}

.pagination-circle-2 {
  background-color: var(--pagination-is-inactive);
  border-radius: 100%;
  width: .63rem;
  height: .63rem;
  margin-top: .75rem;
  margin-bottom: .75rem;
}

.pagination-circle-3 {
  background-color: var(--pagination-is-inactive);
  border-radius: 100%;
  width: .63rem;
  height: .63rem;
}

.info_recall-wrap {
  z-index: 14;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 10rem;
  display: flex;
  position: sticky;
  top: 0;
}

.info_heading-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 2rem;
  display: flex;
}

.info_heading-wrap.margin-top-bottom-72 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.square-1 {
  background-color: var(--brend-red);
  width: .44rem;
  height: .44rem;
  margin-top: .6rem;
  margin-right: 1.56rem;
  position: absolute;
  left: 0;
}

.recall-2 {
  background-color: var(--color);
  border-radius: 1.5rem;
  flex-flow: column;
  margin-right: 9.25rem;
  padding: 1.5rem 1.5rem 2rem;
  display: flex;
}

.recall-photo {
  background-image: url('../images/pragmatica_9320-1-3_1pragmatica_9320 (1) 3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 3rem 3rem;
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  margin-right: .81rem;
}

.recall-heading-wrap {
  margin-bottom: 1.13rem;
  display: flex;
}

.recall-text {
  width: 13.5rem;
}

.info_slide-2 {
  z-index: 9;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.recall-photo-2 {
  background-image: url('../images/pragmatica_9320-1-2_1pragmatica_9320 (1) 2.png');
  background-position: 50% 12%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  margin-right: .81rem;
}

.recall-1 {
  background-color: var(--color);
  border-radius: 1.5rem;
  flex-flow: column;
  margin-right: 9.25rem;
  padding: 1.5rem 1.5rem 2rem;
  display: flex;
}

.info_slide-3 {
  z-index: 12;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.square-2, .square-3 {
  background-color: var(--brend-red);
  width: .25rem;
  height: .25rem;
  margin-top: .6rem;
  margin-right: 1.56rem;
  position: absolute;
  left: 0;
}

.square-4 {
  background-color: var(--brend-red);
  width: .44rem;
  height: .44rem;
  margin-top: .6rem;
  margin-right: 1.56rem;
  position: absolute;
  left: 0;
}

.square-5, .square-6 {
  background-color: var(--brend-red);
  width: .25rem;
  height: .25rem;
  margin-top: .6rem;
  margin-right: 1.56rem;
  position: absolute;
  left: 0;
}

.square-7 {
  background-color: var(--brend-red);
  width: .44rem;
  height: .44rem;
  margin-top: .6rem;
  margin-right: 1.56rem;
  position: absolute;
  left: 0;
}

.square-8, .square-9 {
  background-color: var(--brend-red);
  width: .25rem;
  height: .25rem;
  margin-top: .6rem;
  margin-right: 1.56rem;
  position: absolute;
  left: 0;
}

.recall-3 {
  background-color: var(--color);
  border-radius: 1.5rem;
  flex-flow: column;
  margin-right: 9.25rem;
  padding: 1.5rem 1.5rem 2rem;
  display: flex;
}

.recall-photo-3 {
  background-image: url('../images/pragmatica_9320-1-3-1.png');
  background-position: 43% 17%;
  background-repeat: no-repeat;
  background-size: 4.5rem;
  background-attachment: scroll;
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  margin-right: .81rem;
}

.recall-heading-wrap-copy {
  margin-bottom: 1.13rem;
  display: flex;
}

.mask-sticky-200 {
  z-index: 13;
  width: 100%;
  height: 90vh;
  position: sticky;
  top: 0;
}

.sticky-rail-right-1 {
  position: absolute;
  right: 6rem;
}

.mask-sticky-100 {
  width: 100%;
  height: 20vh;
  position: sticky;
  top: 0;
}

.sticky-rail-left-1, .sticky-rail-left-2 {
  width: 22.88rem;
  position: absolute;
  left: 10rem;
}

.sticky-rail-right-2 {
  position: absolute;
  right: 6rem;
}

.sticky-rail-left-3 {
  width: 22.88rem;
  position: absolute;
  left: 10rem;
}

.sticky-rail-right-3 {
  position: absolute;
  right: 6rem;
}

.info_bg {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.info_bottom-heading-wrap {
  z-index: 131;
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 7.5rem;
  display: flex;
  position: absolute;
  bottom: 0;
}

.info_heading-h1 {
  color: var(--brend-black);
  text-align: center;
  letter-spacing: -.04rem;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Aeonikpro, sans-serif;
  font-size: 4.13rem;
  font-weight: 400;
  line-height: 100%;
}

.dzen_wrap {
  width: 100%;
  height: 100vh;
  position: relative;
}

.dzen_sticky-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 10rem;
  display: flex;
  position: sticky;
  top: 10rem;
}

.dzen_content {
  z-index: 888;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -2.5rem;
  display: flex;
  position: static;
}

.animate_square {
  z-index: 999;
  background-color: var(--brend-red);
  width: 2.5rem;
  height: 2.5rem;
}

.button_text-link--2 {
  z-index: 3;
  color: var(--white);
  width: 100%;
  height: 100%;
  position: relative;
}

.com_our-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 5.63rem 3.5rem;
  display: flex;
}

.com_our-wrap.com-mob {
  padding-bottom: 0;
}

.com_our-heading {
  background-color: var(--white);
  border-radius: 2rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  padding: 4.5rem 3rem;
  display: flex;
}

.our-left-block {
  width: 35.06rem;
  margin-right: 2.44rem;
}

.com_button-left {
  z-index: 4;
  border: 1px solid var(--brend-red);
  background-color: var(--brend-red);
  color: var(--white);
  letter-spacing: -.01rem;
  border-radius: 10px;
  padding: .88rem 2.38rem;
  font-family: Aeonikpro, sans-serif;
  font-size: 1.13rem;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.com_button-left.margin-right-10 {
  margin-right: .63rem;
  display: none;
}

.com_button-right {
  z-index: 4;
  border: 1px solid var(--brend-red);
  background-color: var(--brend-red);
  color: var(--white);
  letter-spacing: -.01rem;
  border-radius: 10px;
  padding: .88rem 3.81rem;
  font-family: Aeonikpro, sans-serif;
  font-size: 1.13rem;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  display: none;
  position: relative;
  overflow: hidden;
}

.com_image {
  width: 24.5rem;
  display: none;
}

.accordion-item {
  border-bottom: 1px solid #e5e1e1;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.swiper.is--test {
  width: 100%;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  overflow: hidden;
}

.swiper.is--test._2323 {
  padding-right: 3.5rem;
}

.swiper-wrapper {
  width: 100rem;
  display: flex;
}

.swiper-wrapper.is--test {
  position: static;
  left: 3.5rem;
  right: 3.5rem;
}

.review-1 {
  background-color: var(--white);
  border-radius: 2rem;
  width: 33.69rem;
  height: 18.5rem;
  padding: 3rem 2.5rem 4.94rem;
  overflow: hidden;
}

.review-1.mob-swiper {
  padding-top: 2.5rem;
}

.review-top {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1.5rem;
  display: flex;
}

.star-image {
  width: 9.06rem;
}

.review-bottom {
  width: 28.69rem;
}

.heading-style-h4-review {
  color: var(--brend-black);
  letter-spacing: -.02rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.63rem;
  font-weight: 400;
  line-height: 120%;
}

.review-2 {
  background-color: var(--white);
  border-radius: 2rem;
  width: 33.69rem;
  height: 18.5rem;
  padding: 3rem 2.5rem;
}

.review-2.mob-swiper {
  padding-top: 2.5rem;
}

.review-3 {
  background-color: var(--white);
  border-radius: 2rem;
  width: 33.69rem;
  height: 18.5rem;
  padding: 2.5rem 2.5rem 4.94rem;
}

.com_questions-wrap {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 18.5rem;
  padding: 5rem 3.5rem 5.63rem;
  display: flex;
  position: relative;
}

.com_questions-wrap.mob-q {
  margin-top: 5.63rem;
  padding-top: 5rem;
}

.com_wrap {
  background-color: var(--bg);
  border-bottom-right-radius: 3.5rem;
  border-bottom-left-radius: 3.5rem;
}

.accordion_wrapper {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  flex-direction: column;
  width: 37.75rem;
  display: flex;
}

.accordion_header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--white);
  cursor: pointer;
  border-radius: 2rem;
  justify-content: space-between;
  align-items: center;
  padding: 1.88rem 2rem 2rem 1.88rem;
  display: flex;
}

.accordion_icon-wrapper {
  width: 1.5rem;
  height: 1.5rem;
}

.accordion_panel {
  background-color: var(--white);
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  margin-top: -1.81rem;
  padding: 1rem 1.88rem 2rem;
}

.accordion_panel._1-panel, .accordion_panel._2-panel, .accordion_panel._3-panel {
  display: none;
}

.footer_wrap {
  padding: 4rem 3.5rem 2.5rem;
}

.footer_top {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 4.56rem;
  display: flex;
}

.button-wrap {
  display: flex;
}

.button-app-store {
  z-index: 4;
  border: 1px solid var(--brend-red);
  background-color: var(--white);
  color: var(--brend-red);
  letter-spacing: -.01rem;
  border-radius: 10px;
  padding: .75rem 2.25rem;
  font-family: Aeonikpro, sans-serif;
  font-size: 1.13rem;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button-app-store.margin-right-10 {
  margin-right: .63rem;
}

.button-google-play {
  z-index: 4;
  border: 1px solid var(--brend-red);
  background-color: var(--white);
  color: var(--brend-red);
  letter-spacing: -.01rem;
  border-radius: 10px;
  padding: .75rem 2.25rem;
  font-family: Aeonikpro, sans-serif;
  font-size: 1.13rem;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button_text-link-app {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: relative;
}

.app-store-icon {
  z-index: 3;
  align-self: flex-start;
  width: 1.63rem;
  margin-right: .75rem;
  position: relative;
}

.wrap-icon-text {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button_text-link-google {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: relative;
}

.google-play-icon {
  z-index: 3;
  align-self: flex-start;
  width: 1.31rem;
  margin-right: .75rem;
  position: relative;
}

.path {
  z-index: 3;
}

.link {
  color: var(--brend-red);
  text-decoration: none;
}

.footer_logo {
  margin-bottom: 1.56rem;
}

.footer-logo {
  width: 100%;
}

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

.text-size-regular-link {
  color: #15151666;
  letter-spacing: -.01rem;
  margin-bottom: 0;
  font-size: 1rem;
  text-decoration: none;
}

.policy-wrap {
  flex-flow: row;
  display: flex;
}

.text-size-regular-separation {
  color: #15151666;
  letter-spacing: -.01rem;
  margin-bottom: 0;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  font-size: 1rem;
}

.dzen_heading {
  color: var(--brend-black);
  text-align: center;
  letter-spacing: -.04rem;
  margin-top: 5.5rem;
  margin-bottom: 1.5rem;
  font-family: Aeonikpro, sans-serif;
  font-size: 4.13rem;
  font-weight: 400;
  line-height: 100%;
}

.hero_bg {
  justify-content: center;
  align-items: flex-end;
  width: 67.5rem;
  height: 67.5rem;
  margin-top: 13.6rem;
  display: flex;
  position: absolute;
}

.div-block-3 {
  z-index: 100;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.animate_square-copy {
  z-index: 999;
  background-color: var(--brend-red);
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  inset: auto auto 0;
}

.our-right-block {
  width: 35.06rem;
  margin-right: 2.44rem;
}

.com_wrap-img {
  border-radius: 50%;
  height: 6.8rem;
}

.sdgdg {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: space-between;
  display: flex;
}

.sdgdg-copy {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  margin-top: .75rem;
  margin-bottom: .75rem;
  display: flex;
}

.div-block-4 {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 17.5rem;
  height: 35.1rem;
  display: flex;
  position: absolute;
}

.image-camera {
  z-index: 103;
  width: 3.87rem;
  margin-top: 1.34rem;
  position: absolute;
  top: 0;
  left: auto;
  right: auto;
}

.spending-plan-graph-app-screenshot {
  z-index: 99;
  width: 15.52rem;
  position: absolute;
}

.tel-sticky {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  display: flex;
  position: sticky;
  top: 0;
}

.income-vs-expense-chart-app-screenshot {
  z-index: 100;
  width: 15.52rem;
  position: absolute;
}

.bank-accounts-sync-app-screenshot {
  z-index: 98;
  width: 15.52rem;
  position: absolute;
}

.crypto-metals-accounts-app-screenshot {
  z-index: 97;
  width: 15.52rem;
  position: absolute;
}

.bank-sync-app-screenshot {
  z-index: 96;
  width: 15.52rem;
  position: absolute;
}

.personal-finance-analytics-app-screenshot {
  z-index: 95;
  width: 15.52rem;
  position: absolute;
}

.expense-comparison-app-screenshot {
  z-index: 94;
  width: 15.52rem;
  position: absolute;
}

.expense-categories-comparison-app {
  z-index: 93;
  width: 15.52rem;
  position: absolute;
}

.payments-calendar-plan-app-screenshot {
  z-index: 92;
  width: 15.52rem;
  position: absolute;
}

.spending-categories-forecast-app-screenshot {
  z-index: 91;
  width: 15.52rem;
  position: absolute;
}

.image-display-11 {
  z-index: 90;
  width: 15.52rem;
  position: absolute;
}

.button-dzen-dowload {
  z-index: 4;
  border: 1px solid var(--brend-red);
  background-color: var(--brend-red);
  color: var(--white);
  letter-spacing: -.01rem;
  border-radius: 10px;
  padding: .94rem 2.25rem .81rem;
  font-family: Aeonikpro, sans-serif;
  font-size: 1.13rem;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button-dzen-dowload.menu-svg-btn {
  padding-top: .875rem;
  padding-bottom: .875rem;
}

.swiper-slide.is--test {
  flex: none;
  width: auto;
  margin-right: 10px;
}

.swiper-slide.is--test._1, .swiper-slide.is--test._2 {
  display: none;
}

.swiper-slide.is--test._3 {
  height: auto;
  margin-right: 10px;
}

.swiper-slide.is--test.end {
  margin-right: 0;
}

.background-video {
  width: 90%;
  height: 90%;
  display: none;
}

.h1-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav0logo-wrap {
  display: none;
}

.nav_logo-copy {
  margin-right: 3rem;
}

.stick-1 {
  border-top: 1px solid var(--brend-black);
  justify-content: center;
  align-items: center;
  width: .75rem;
}

.elips-icon {
  border: 1px solid var(--brend-black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.stick-2 {
  border-top: 1px solid var(--brend-black);
  justify-content: center;
  align-items: center;
  width: .75rem;
  position: absolute;
  transform: rotate(90deg);
}

.span-text-accordion {
  color: var(--brend-red);
  text-decoration: none;
}

.stress_pagination {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: absolute;
  left: 2.5rem;
}

._1-circle {
  background-color: var(--pagination-active);
  border-radius: 100%;
  width: .63rem;
  height: .63rem;
}

._2-circle {
  background-color: var(--pagination-is-inactive);
  border-radius: 100%;
  width: .63rem;
  height: .63rem;
  margin-top: .75rem;
  margin-bottom: .75rem;
}

._3-circle {
  background-color: var(--pagination-is-inactive);
  border-radius: 100%;
  width: .63rem;
  height: .63rem;
}

.button-dzen-mob {
  z-index: 4;
  border: 1px solid var(--brend-red);
  background-color: var(--white);
  color: var(--brend-red);
  letter-spacing: -.01rem;
  border-radius: 10px;
  padding: .94rem 2.25rem .81rem;
  font-family: Aeonikpro, sans-serif;
  font-size: 1.13rem;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  display: none;
  position: relative;
  overflow: hidden;
}

.button_text-link-mob {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: relative;
}

.heading-style-h2-mob {
  color: var(--brend-black);
  letter-spacing: -.03rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aeonikpro, sans-serif;
  font-size: 3.38rem;
  font-weight: 400;
  line-height: 100%;
  display: none;
}

.stress-image, .info-mob-wrap-1 {
  display: none;
}

.global-wrap-heading-mob {
  width: 22.88rem;
  position: absolute;
  left: 10rem;
}

.primary-heading {
  color: var(--brend-black);
  text-align: left;
  letter-spacing: -.04rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aeonikpro, sans-serif;
  font-size: 4.13rem;
  font-weight: 400;
  line-height: 100%;
}

._1, ._2 {
  height: 100%;
}

._3 {
  height: 50vh;
  position: sticky;
  bottom: 0;
}

.content-text-wrap {
  position: absolute;
  right: 3.5rem;
}

.content-text-wrapsrgh {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 2rem;
  display: flex;
}

.square-1-copy {
  background-color: var(--brend-red);
  width: .44rem;
  height: .44rem;
  margin-top: .6rem;
  margin-right: 1.56rem;
  position: absolute;
  left: 0;
}

.content-h4 {
  color: var(--brend-black);
  letter-spacing: -.02rem;
  width: 20.25rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.63rem;
  font-weight: 400;
  line-height: 120%;
}

.nav_link-1 {
  color: var(--brend-black);
  letter-spacing: -.01rem;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Aeonikpro, sans-serif;
  font-size: 1.13rem;
  line-height: 120%;
}

.nav_link-1.w--current {
  color: var(--brend-black);
}

.nav_link-2 {
  color: var(--brend-black);
  letter-spacing: -.01rem;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Aeonikpro, sans-serif;
  font-size: 1.13rem;
  line-height: 120%;
}

.nav_link-2.w--current {
  color: var(--brend-black);
}

.nav_link-2.margin-left-right-32 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.nav_link3 {
  color: var(--brend-black);
  letter-spacing: -.01rem;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Aeonikpro, sans-serif;
  font-size: 1.13rem;
  line-height: 120%;
}

.nav_link3.w--current {
  color: var(--brend-black);
}

.navigation-how-it-works {
  z-index: 2147483647;
  background-color: #ec433d00;
  width: 3.13rem;
  height: 3.13rem;
  position: absolute;
  top: 780vh;
}

.navigation-faq {
  z-index: 2147483647;
  background-color: #ec433d00;
  width: 3.13rem;
  height: 3.13rem;
  position: absolute;
  inset: 2135vh 0% auto;
}

.navigation-about-us {
  z-index: 8888;
  background-color: #ec433d00;
  width: 3.13rem;
  height: 3.13rem;
  display: block;
  position: absolute;
  top: 450vh;
  bottom: auto;
}

.cookies {
  z-index: 600;
  background-color: var(--bg);
  border-radius: 1.5rem;
  flex-flow: column;
  padding: 2rem 1.5rem;
  display: none;
  position: fixed;
  inset: auto 4rem 2rem auto;
}

.cookies-text {
  letter-spacing: -.01rem;
  width: 13.5rem;
  margin-bottom: 1.5rem;
  font-size: .94rem;
  line-height: 130%;
}

.button-cookies {
  z-index: 4;
  border: 1px solid var(--brend-black);
  color: var(--brend-black);
  letter-spacing: -.01rem;
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  padding: .88rem 4.25rem;
  font-family: Aeonikpro, sans-serif;
  font-size: 1.13rem;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  display: flex;
  position: static;
  overflow: hidden;
}

.button-cookies.accept {
  background-color: #151516;
}

.link-cookies {
  color: var(--brend-black);
}

.button_text-ok {
  z-index: 26;
  color: var(--white);
  position: static;
}

.info-mob-wrap-2, .info-mob-wrap-3 {
  display: none;
}

.mob-heading-bg {
  z-index: 100;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  display: none;
  position: sticky;
  top: 0;
}

.info_heading-h1-tablet {
  color: var(--brend-black);
  text-align: center;
  letter-spacing: -.04rem;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Aeonikpro, sans-serif;
  font-size: 4.13rem;
  font-weight: 400;
  line-height: 100%;
  display: none;
}

.info_bottom-heading-wrap- {
  z-index: 131;
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 7.5rem;
  display: none;
  position: absolute;
  bottom: 0;
}

.photo-mob-wrap, .section_footer-tablet {
  display: none;
}

.footer_wrap-mob {
  padding: 4rem 3.5rem 2.5rem;
}

.footer_top--mob {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 4.56rem;
  display: flex;
}

.footer_logo-mob {
  margin-bottom: 1.56rem;
}

.footer_bottom-mob {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-style-h2-mob-390 {
  color: var(--brend-black);
  letter-spacing: -.03rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aeonikpro, sans-serif;
  font-size: 3.38rem;
  font-weight: 400;
  line-height: 100%;
  display: none;
}

.code-embed {
  display: block;
}

.info-mob-wrap-1-390 {
  display: none;
}

.global-wrap-heading-mob-390 {
  width: 22.88rem;
  position: absolute;
  left: 10rem;
}

.primary-heading-390 {
  color: var(--brend-black);
  text-align: left;
  letter-spacing: -.04rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aeonikpro, sans-serif;
  font-size: 4.13rem;
  font-weight: 400;
  line-height: 100%;
}

.content-text-390, .content-text-390-centr {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 2rem;
  display: flex;
}

.recall-1--390 {
  background-color: var(--color);
  border-radius: 1.5rem;
  flex-flow: column;
  margin-right: 9.25rem;
  padding: 1.5rem 1.5rem 2rem;
  display: flex;
}

.recall-heading-wrap-390 {
  margin-bottom: 1.13rem;
  display: flex;
}

.recall-photo-copy, .recall-photo-3y {
  background-image: url('../images/pragmatica_9320-1-3_1pragmatica_9320 (1) 3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 3rem 3rem;
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  margin-right: .81rem;
}

.our-left-block-copy {
  width: 35.06rem;
  margin-right: 2.44rem;
}

.our-left-block-copy.block-wrap-mob {
  display: none;
}

.strees-heading-390 {
  color: var(--brend-black);
  text-align: left;
  letter-spacing: -.04rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aeonikpro, sans-serif;
  font-size: 4.13rem;
  font-weight: 400;
  line-height: 100%;
}

.text-size-medium-390 {
  color: var(--brend-black);
  letter-spacing: -.01rem;
  margin-bottom: 0;
  font-family: Aeonikpro, sans-serif;
  font-size: 1.13rem;
  line-height: 120%;
}

.text-size-medium-390.com_our-text {
  width: 30.5rem;
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}

.com_button-left-390 {
  z-index: 4;
  border: 1px solid var(--brend-red);
  background-color: var(--brend-red);
  color: var(--white);
  letter-spacing: -.01rem;
  border-radius: 10px;
  padding: .88rem 2.38rem;
  font-family: Aeonikpro, sans-serif;
  font-size: 1.13rem;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.com_button-left-390.margin-right-10 {
  margin-right: .63rem;
}

.button_text-link-390 {
  z-index: 3;
  color: var(--white);
  width: 100%;
  height: 100%;
  position: relative;
}

.heading-style-h3-tablet {
  color: var(--brend-black);
  letter-spacing: -.02rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aeonikpro, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 110%;
}

.heading-style-h3-tablet.dzen-text {
  text-align: center;
  margin-bottom: 2.5rem;
  display: none;
}

.tablet-heading-mob {
  color: var(--brend-black);
  text-align: left;
  letter-spacing: -.04rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aeonikpro, sans-serif;
  font-size: 4.13rem;
  font-weight: 400;
  line-height: 100%;
}

.tablet-size-medium {
  color: var(--brend-black);
  letter-spacing: -.01rem;
  margin-bottom: 0;
  font-family: Aeonikpro, sans-serif;
  font-size: 1.13rem;
  line-height: 120%;
}

.pagination {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: absolute;
  left: 2.5rem;
}

._1-ill {
  z-index: 1;
  width: 20rem;
  position: absolute;
}

._2-ill {
  z-index: 2;
  width: 20rem;
  position: absolute;
}

._3-ill {
  z-index: 3;
  width: 20rem;
  position: absolute;
}

.mob-heading-mob {
  color: var(--brend-black);
  text-align: left;
  letter-spacing: -.04rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aeonikpro, sans-serif;
  font-size: 4.13rem;
  font-weight: 400;
  line-height: 100%;
}

.mob-size-medium {
  color: var(--brend-black);
  letter-spacing: -.01rem;
  margin-bottom: 0;
  font-family: Aeonikpro, sans-serif;
  font-size: 1.13rem;
  line-height: 120%;
}

.tablet-heading-style-h3, .mob-heading-style-h3 {
  color: var(--brend-black);
  letter-spacing: -.02rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aeonikpro, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 110%;
}

.tablet-info_wrap, .rail-wrap {
  display: none;
}

.tablet-heading-style-h2 {
  color: var(--brend-black);
  letter-spacing: -.03rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aeonikpro, sans-serif;
  font-size: 3.38rem;
  font-weight: 400;
  line-height: 100%;
  display: none;
}

.tablet-wrap-heading {
  width: 22.88rem;
  position: absolute;
  left: 10rem;
}

.tablet-wrapper {
  display: none;
}

.recall-1--tablet {
  background-color: var(--color);
  border-radius: 1.5rem;
  flex-flow: column;
  margin-right: 9.25rem;
  padding: 1.5rem 1.5rem 2rem;
  display: flex;
}

.recall-heading-wrap-tablet {
  margin-bottom: 1.13rem;
  display: flex;
}

.recall-text-tablet {
  width: 13.5rem;
}

.text-size-medium-tablet {
  color: var(--brend-black);
  letter-spacing: -.01rem;
  margin-bottom: 0;
  font-family: Aeonikpro, sans-serif;
  font-size: 1.13rem;
  line-height: 120%;
}

.recall-photo-1, .recall-photo--2, .recall-photo-copy {
  background-image: url('../images/pragmatica_9320-1-3_1pragmatica_9320 (1) 3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 3rem 3rem;
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  margin-right: .81rem;
}

.tablet-section_dzen {
  display: none;
}

.tablet-dzen_wrap {
  width: 100%;
  height: 100vh;
  position: relative;
}

.com_tablet-section, .mob-img, .com_mob-section {
  display: none;
}

.mob-com_wrap {
  background-color: var(--bg);
  border-bottom-right-radius: 3.5rem;
  border-bottom-left-radius: 3.5rem;
}

.com_our-wrap-mob {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 5.63rem 3.5rem;
  display: flex;
}

.our-left-block-mob {
  width: 35.06rem;
  margin-right: 2.44rem;
}

.trigger {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.trigger._3 {
  height: 29%;
  top: 71%;
}

.trigger._1 {
  height: 85%;
  top: 15%;
}

.trigger._2 {
  height: 59%;
  top: 41%;
}

.scroll-container {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.step-scroll {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.scroll-wrap {
  align-self: flex-start;
  width: 100%;
  height: 350vh;
  display: none;
  position: relative;
}

.step-block {
  flex-wrap: nowrap;
  flex: none;
  place-content: center;
  align-items: center;
  width: 100vw;
  height: 80vh;
  display: flex;
  position: relative;
}

.stress-image-copy, .mob-info-one, .section_footer-mob {
  display: none;
}

.footer_wrap-mob-375 {
  padding: 4rem 3.5rem 2.5rem;
}

.footer_top--mob-375 {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 4.56rem;
  display: flex;
}

.footer_logo-mob-375 {
  margin-bottom: 1.56rem;
}

.footer_bottom-mob-375 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-google-play-copy {
  z-index: 4;
  border: 1px solid var(--brend-red);
  background-color: var(--white);
  color: var(--brend-red);
  letter-spacing: -.01rem;
  border-radius: 10px;
  padding: .75rem 2.25rem;
  font-family: Aeonikpro, sans-serif;
  font-size: 1.13rem;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.policy-wrap-copy {
  flex-flow: row;
  display: flex;
}

.text-size-regular-link-copy {
  color: #15151666;
  letter-spacing: -.01rem;
  margin-bottom: 0;
  font-size: 1rem;
  text-decoration: none;
}

.text-size-regular-separation-copy {
  color: #15151666;
  letter-spacing: -.01rem;
  margin-bottom: 0;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  font-size: 1rem;
}

.mob-heading-style-h2-copy {
  color: var(--brend-black);
  letter-spacing: -.03rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aeonikpro, sans-serif;
  font-size: 3.38rem;
  font-weight: 400;
  line-height: 100%;
  display: none;
}

.die-copy {
  display: none;
}

.button_text-link-390-copy {
  z-index: 3;
  color: var(--white);
  width: 100%;
  height: 100%;
  position: relative;
}

.tablet-heading-style-h2-copy {
  color: var(--brend-black);
  letter-spacing: -.03rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aeonikpro, sans-serif;
  font-size: 3.38rem;
  font-weight: 400;
  line-height: 100%;
  display: none;
}

.info-mob-wrap-1-390-copy, .info-mob-wrap-1-390-copy-copy {
  display: none;
}

.text-die {
  color: var(--brend-black);
  letter-spacing: -.01rem;
  margin-bottom: 0;
  font-family: Aeonikpro, sans-serif;
  font-size: 1.13rem;
  line-height: 120%;
}

.button-app-store-tablet {
  z-index: 4;
  border: 1px solid var(--brend-red);
  background-color: var(--white);
  color: var(--brend-red);
  letter-spacing: -.01rem;
  border-radius: 10px;
  padding: .75rem 2.25rem;
  font-family: Aeonikpro, sans-serif;
  font-size: 1.13rem;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button-app-store-tablet.margin-right-10 {
  margin-right: .63rem;
}

.button-google-play-tablet {
  z-index: 4;
  border: 1px solid var(--brend-red);
  background-color: var(--white);
  color: var(--brend-red);
  letter-spacing: -.01rem;
  border-radius: 10px;
  padding: .75rem 2.25rem;
  font-family: Aeonikpro, sans-serif;
  font-size: 1.13rem;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.lottie-animation {
  width: 21rem;
}

.lottie-mob-an {
  display: none;
}

.button-app-store-mob-390 {
  z-index: 4;
  border: 1px solid var(--brend-red);
  background-color: var(--white);
  color: var(--brend-red);
  letter-spacing: -.01rem;
  border-radius: 10px;
  padding: .75rem 2.25rem;
  font-family: Aeonikpro, sans-serif;
  font-size: 1.13rem;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.app-store-icon-mob {
  z-index: 3;
  align-self: flex-start;
  width: 1.63rem;
  margin-right: .75rem;
  position: relative;
}

.google-play-icon-mob {
  z-index: 3;
  align-self: flex-start;
  width: 1.31rem;
  margin-right: .75rem;
  position: relative;
}

.button_text-link-app-mob {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: relative;
}

.recall-photo-mob-1 {
  background-image: url('../images/pragmatica_9320-1-3_1pragmatica_9320 (1) 3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 3rem 3rem;
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  margin-right: .81rem;
}

.heading-style-h3-mob {
  color: var(--brend-black);
  letter-spacing: -.02rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aeonikpro, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 110%;
}

.heading-style-h3-mob.dzen-text {
  text-align: center;
  margin-bottom: 2.5rem;
  display: none;
}

.recall-photo-mob-2 {
  background-image: url('../images/pragmatica_9320-1-3_1pragmatica_9320 (1) 3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 3rem 3rem;
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  margin-right: .81rem;
}

.info_heading-h1-mob {
  color: var(--brend-black);
  text-align: center;
  letter-spacing: -.04rem;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Aeonikpro, sans-serif;
  font-size: 4.13rem;
  font-weight: 400;
  line-height: 100%;
  display: none;
}

.international-bank-sync-app {
  display: none;
}

.button-dzen-tablet {
  z-index: 4;
  border: 1px solid var(--brend-red);
  background-color: var(--brend-red);
  color: var(--white);
  letter-spacing: -.01rem;
  border-radius: 10px;
  padding: .94rem 2.25rem .81rem;
  font-family: Aeonikpro, sans-serif;
  font-size: 1.13rem;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.com_button-left-tabl {
  z-index: 4;
  border: 1px solid var(--brend-red);
  background-color: var(--brend-red);
  color: var(--white);
  letter-spacing: -.01rem;
  border-radius: 10px;
  padding: .88rem 2.38rem;
  font-family: Aeonikpro, sans-serif;
  font-size: 1.13rem;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.com_button-left-tabl.margin-right-10 {
  margin-right: .63rem;
}

.com_button-right-tabl {
  z-index: 4;
  border: 1px solid var(--brend-red);
  background-color: var(--brend-red);
  color: var(--white);
  letter-spacing: -.01rem;
  border-radius: 10px;
  padding: .88rem 3.81rem;
  font-family: Aeonikpro, sans-serif;
  font-size: 1.13rem;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

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

.navigation-how-it-works-copy {
  z-index: 2147483647;
  background-color: #ec433d00;
  width: 3.13rem;
  height: 3.13rem;
  position: absolute;
  top: 420vh;
  bottom: auto;
}

.navigation-about-us-copy {
  z-index: 8888;
  background-color: #ec433d00;
  width: 3.13rem;
  height: 3.13rem;
  position: absolute;
  top: 50vh;
  bottom: auto;
}

.navigation-faq-copy {
  z-index: 2147483647;
  background-color: #ec433d00;
  width: 3.13rem;
  height: 3.13rem;
  display: none;
  position: absolute;
  inset: 0 0% auto;
}

.button_text-no {
  z-index: 26;
  position: static;
}

.cookies__buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

@media screen and (max-width: 991px) {
  .heading-style-h1 {
    font-size: 3.75rem;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .heading-style-h2.align-centr {
    display: none;
  }

  .heading-style-h3 {
    font-size: 1.88rem;
    line-height: 120%;
  }

  .heading-style-h3.dzen-text {
    display: none;
  }

  .heading-style-h4 {
    letter-spacing: -.01rem;
    font-size: 1.38rem;
  }

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

  .text-size-medium.color-text-white-black {
    color: var(--brend-black);
  }

  .text-size-medium.margin-top-32.stress_mob-text {
    text-align: center;
  }

  .text-size-medium.com_our-text {
    text-align: left;
    width: auto;
  }

  .text-size-regular {
    font-size: .94rem;
  }

  .text-size-large {
    font-size: 1.19rem;
  }

  .text-size-large.hero-variation {
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
  }

  .text-size-large.align-centr {
    text-align: center;
  }

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

  .hero_wrap {
    height: 64rem;
  }

  .hero_top-content {
    margin-top: 8.63rem;
    padding-top: 0;
  }

  .button-dzen, .expense-analytics-chart-app {
    display: none;
  }

  .navbar {
    display: flex;
    top: 2rem;
    bottom: auto;
  }

  .nav_wrap.saf {
    border-bottom-style: solid;
    width: 100%;
    margin-left: 3rem;
    margin-right: 3rem;
    padding: .25rem;
  }

  .nav_logo {
    z-index: 2;
    margin-right: 1.13rem;
  }

  .nav_menu {
    background-color: var(--white);
    border: 1px solid #0000001f;
    border-top-style: none;
    border-radius: .88rem;
    justify-content: center;
    align-items: center;
    margin-left: 3rem;
    margin-right: 3rem;
    padding-top: 2rem;
    padding-bottom: 3rem;
  }

  .menu_button {
    background-color: var(--bg);
    border-radius: .63rem;
    margin-left: .25rem;
    padding: 0;
  }

  .nav_button {
    background-color: var(--bg);
    display: block;
  }

  .nav_logo-image {
    display: block;
  }

  .nav_logo-image.h1-logo {
    display: none;
  }

  .div-block-2 {
    height: auto;
    margin-left: 0;
  }

  .text-size-medium-copy, .section_stress.two {
    display: none;
  }

  .stress_sticky-wrap.mob-paddin-global-16.mob-centr-stress {
    justify-content: space-between;
    align-items: center;
    padding-top: 7.63rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .primary-page-heading {
    font-size: 3.75rem;
  }

  .primary-page-heading.split-word {
    display: none;
  }

  .primary-page-heading.mob-primary {
    text-align: center;
    margin-bottom: 3rem;
    display: block;
  }

  .stress_slide-1 {
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    overflow: visible;
  }

  .stress_rail-illustrations {
    justify-content: center;
    align-items: center;
    padding: 1.7rem 0 0;
  }

  .il-1 {
    width: 18.75rem;
  }

  .il-1.il-mob-size, .il-2, .il-3 {
    width: auto;
    max-width: 12.6rem;
  }

  .strees-heading.stress_mob-heading {
    text-align: center;
  }

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

  .wrap_help, .help_heading-wrap, .help_block-wrap {
    display: none;
  }

  .info_wrap.mob-height {
    height: 180vh;
  }

  .info_slide-1, .info_recall-wrap {
    display: none;
  }

  .recall-photo {
    background-image: url('../images/6.png');
  }

  .recall-text, .info_slide-2, .info_slide-3, .mask-sticky-200, .mask-sticky-100 {
    display: none;
  }

  .info_bg {
    justify-content: center;
    align-items: flex-start;
    margin-top: 10rem;
  }

  .info_bottom-heading-wrap {
    justify-content: flex-start;
    align-items: center;
    height: 26.5rem;
    position: static;
  }

  .section_dzen {
    display: none;
  }

  .dzen_content {
    position: sticky;
    top: 0;
  }

  .section_com.over-hiden {
    display: none;
  }

  .com_our-wrap.com-mob {
    padding: 6rem 3rem 0;
  }

  .com_our-heading.com-heading-wrap-mob {
    flex-flow: column;
    padding: 4rem 2.44rem 2.5rem;
  }

  .our-left-block.block-wrap-mob {
    width: 100%;
    margin-bottom: 3rem;
    margin-right: 0;
  }

  .swiper.is--test {
    padding-left: 3rem;
    padding-right: 3rem;
    overflow: hidden;
  }

  .swiper.is--test._2323 {
    padding-right: 3rem;
  }

  .swiper-wrapper.is--test {
    width: 100%;
    position: static;
    left: 0;
    overflow: visible;
  }

  .review-1.mob-swiper {
    width: auto;
    height: 324.201px;
    padding: 1.5rem 2rem 2.5rem;
  }

  .review-top.mob-bottom-16 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
  }

  .star-image {
    display: block;
  }

  .review-bottom.mob-swiper-text {
    width: 16.69rem;
  }

  .heading-style-h4-review {
    font-size: 1.38rem;
  }

  .review-2.mob-swiper {
    width: auto;
    height: auto;
  }

  .com_questions-wrap {
    flex-flow: column;
  }

  .com_questions-wrap.mob-q {
    width: 100%;
    margin-top: 5rem;
    padding-top: 2.5rem;
    padding-bottom: 5.5rem;
  }

  .com_wrap {
    flex-flow: column;
    width: 100vw;
    display: flex;
  }

  .questions-accordion {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .section_footer {
    display: none;
  }

  .button-wrap {
    display: flex;
  }

  .button-app-store.margin-right-10.com-btn-outline {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .policy-wrap {
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }

  .hero_bg {
    width: 67.25rem;
    height: 67.25rem;
    margin-top: 14.4rem;
  }

  .div-block-3 {
    display: none;
  }

  .animate_square-copy {
    bottom: 0;
    left: auto;
    right: auto;
  }

  .com_wrap-img.wrapper-photo {
    height: 6rem;
  }

  .div-block-4 {
    display: none;
  }

  .tel-sticky {
    justify-content: flex-start;
    align-items: center;
    height: 59.63rem;
    padding-top: 4rem;
    display: none;
    position: static;
  }

  .button-dzen-dowload.menu-svg-btn, .swiper-slide.is--test {
    display: none;
  }

  .swiper-slide.is--test._1 {
    height: 20.19rem;
    display: block;
  }

  .swiper-slide.is--test._2 {
    display: block;
  }

  .swiper-slide.is--test._3 {
    margin-right: 0;
    display: block;
  }

  .icon-nav-wrap {
    background-color: var(--bg);
    border-radius: .63rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 3.13rem;
    height: 3.13rem;
    display: flex;
  }

  .nav-button-wrap {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav0logo-wrap {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .zenmoney-logo-svg {
    align-self: center;
    width: 8.44rem;
    margin-top: .38rem;
    display: block;
  }

  .nav_logo-copy {
    display: none;
  }

  .stress_pagination {
    flex-flow: row;
    display: flex;
    position: absolute;
    bottom: 3.5rem;
    left: auto;
  }

  ._2-circle {
    margin: 0 .5rem;
  }

  .button-dzen-mob {
    background-color: var(--brend-red);
    color: var(--white);
    display: block;
  }

  .heading-style-h2-mob {
    text-align: center;
    margin-bottom: 3.1rem;
    font-size: 2.75rem;
    display: block;
  }

  .stress-image {
    z-index: 3;
    filter: drop-shadow(0 .25rem 5px #00000040);
    border-radius: 1.98rem;
    width: 20.63rem;
    display: block;
    position: relative;
  }

  .info-mob-wrap-1 {
    z-index: 2;
    background-color: var(--white);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding-top: 4rem;
    padding-left: 3rem;
    padding-right: 3rem;
    display: none;
    position: relative;
  }

  .global-wrap-heading-mob {
    flex-flow: column;
    width: auto;
    display: flex;
  }

  .primary-heading {
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 3.75rem;
  }

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

  .content-img {
    position: absolute;
    right: 25px;
  }

  .content-img-wrap {
    width: 21.13rem;
    height: 35.5rem;
    position: relative;
  }

  .content-text-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    right: 0;
  }

  .content-text-wrapsrgh {
    padding-left: 1.5rem;
  }

  .content-text-wrapsrgh.t-b-48 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .content-h4 {
    letter-spacing: -.01rem;
    width: 19.2rem;
    font-size: 1.38rem;
  }

  .nav_link-1 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    display: flex;
  }

  .nav_link-2.margin-left-right-32 {
    justify-content: center;
    align-items: center;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    display: flex;
  }

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

  .navigation-how-it-works {
    top: 620vh;
  }

  .navigation-faq {
    top: 1250vh;
    overflow: hidden;
  }

  .cookies {
    right: 2rem;
  }

  .info-mob-wrap-2, .info-mob-wrap-3 {
    z-index: 2;
    background-color: var(--white);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding-top: 4rem;
    padding-left: 3rem;
    padding-right: 3rem;
    display: none;
    position: relative;
  }

  .mob-heading-bg {
    justify-content: center;
    align-items: flex-end;
    display: flex;
    position: static;
  }

  .lottie-mob {
    position: absolute;
  }

  .info_heading-h1-tablet {
    margin-bottom: 1.5rem;
    font-size: 3.75rem;
    display: block;
  }

  .info_bottom-heading-wrap- {
    justify-content: flex-start;
    align-items: center;
    height: 26.5rem;
    padding-top: 5rem;
    padding-bottom: 6.25rem;
    display: flex;
    position: absolute;
  }

  .photo-mob-wrap {
    width: 100%;
  }

  .photo-mob-top {
    grid-column-gap: 1.13rem;
    grid-row-gap: 1.13rem;
    display: flex;
  }

  .photo-mob-top.top-photo {
    margin-bottom: 1.13rem;
  }

  .section_footer-tablet {
    display: block;
  }

  .footer_wrap-mob {
    padding: 3.5rem 3rem 2rem;
  }

  .footer_top--mob {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5rem;
  }

  .footer_logo-mob {
    margin-bottom: 1rem;
  }

  .footer_bottom-mob {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .left-wrap-mob {
    margin-bottom: .63rem;
  }

  .heading-style-h2-mob-390 {
    text-align: center;
    margin-bottom: 3.1rem;
    font-size: 2.75rem;
    display: none;
  }

  .saaf-copy {
    margin-bottom: .5rem;
  }

  .info-mob-wrap-1-390 {
    z-index: 2;
    background-color: var(--white);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding-top: 4rem;
    padding-left: 3rem;
    padding-right: 3rem;
    display: none;
    position: relative;
  }

  .global-wrap-heading-mob-390 {
    flex-flow: column;
    width: auto;
    display: none;
    position: static;
  }

  .primary-heading-390 {
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 3.75rem;
  }

  .content-img-390 {
    position: absolute;
    right: 25px;
  }

  .content-text-390, .content-text-390-centr {
    padding-left: 1.5rem;
  }

  .recall-1--390, .recall-heading-wrap-390 {
    display: none;
  }

  .our-left-block-copy.block-wrap-mob {
    width: 100%;
    margin-bottom: 3rem;
    margin-right: 0;
    display: none;
  }

  .text-size-medium-390 {
    font-size: 1.06rem;
  }

  .text-size-medium-390.com_our-text {
    width: auto;
  }

  .heading-style-h3-tablet {
    font-size: 1.88rem;
    line-height: 120%;
  }

  .heading-style-h3-tablet.dzen-text {
    display: block;
  }

  .item {
    z-index: 109;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: 100vh;
    padding-bottom: 6.13rem;
    padding-left: 3rem;
    display: flex;
    position: sticky;
    top: 0;
  }

  .main-content-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding: 7.1rem 3rem 3.5rem;
    display: flex;
    position: absolute;
  }

  .tablet-heading-mob {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 3.75rem;
  }

  .tablet-size-medium {
    text-align: center;
    font-size: 1.06rem;
  }

  .pagination {
    flex-flow: row;
    display: flex;
    position: static;
    left: auto;
  }

  .ill-wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding-top: 1rem;
    display: flex;
  }

  ._1-ill {
    width: auto;
    max-width: none;
    max-height: 18.75rem;
    display: none;
    position: absolute;
  }

  ._2-ill, ._3-ill {
    width: auto;
    height: 18.75rem;
    display: none;
    position: absolute;
  }

  .mob-heading-mob {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 3.75rem;
    display: none;
  }

  .mob-size-medium {
    text-align: center;
    font-size: 1.06rem;
    display: none;
  }

  .tablet-heading-style-h3 {
    z-index: 320;
    font-size: 1.88rem;
    line-height: 120%;
    position: relative;
  }

  .div-block-8 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding-top: 4rem;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .mob-heading-style-h3 {
    font-size: 1.88rem;
    line-height: 120%;
    display: none;
  }

  .tablet-info_wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    height: 150rem;
    display: flex;
    position: relative;
  }

  .rail-wrap {
    z-index: 1;
    background-color: var(--white);
    flex-flow: column;
    width: 100%;
    height: 168.9rem;
    display: flex;
    position: relative;
    top: 0;
  }

  .tablet-heading-style-h2 {
    text-align: center;
    margin-bottom: 2.5rem;
    font-size: 2.75rem;
    display: block;
  }

  .tablet-heading-style-h2._23 {
    flex: 0 auto;
  }

  .tablet-heading-style-h2._24 {
    clear: left;
    object-fit: scale-down;
    order: 1;
    margin-top: 0;
    padding-left: 12px;
    padding-right: 12px;
    position: absolute;
    inset: 0%;
  }

  .one-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 59.63rem;
    padding-top: 8.2rem;
    display: flex;
    position: sticky;
    top: 0;
  }

  .rail-one {
    height: 70vh;
    display: none;
  }

  .tablet-head-info {
    z-index: 27;
    width: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-right: 0;
    position: relative;
  }

  .tablet-wrap-heading {
    flex-flow: column;
    width: auto;
    margin-bottom: 4.5rem;
    display: flex;
    position: static;
  }

  .tablet-wrapper {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 3rem;
    padding-right: 3rem;
    display: flex;
    position: relative;
  }

  .recall-1--tablet {
    margin-top: 3rem;
    margin-right: 0;
    display: flex;
  }

  .recall-heading-wrap-tablet {
    display: flex;
  }

  .recall-text-tablet {
    width: auto;
    display: flex;
  }

  .text-size-medium-tablet {
    width: 17.69rem;
    font-size: 1.06rem;
  }

  .recall-photo-1 {
    background-image: url('../images/pragmatica_9320-1-3_1pragmatica_9320 (1) 3.png');
  }

  .recall-photo--2 {
    background-image: url('../images/15.png');
  }

  .recall-photo-copy {
    background-image: url('../images/6.png');
  }

  .tablet-section_dzen {
    display: flex;
  }

  .tablet-dzen_wrap {
    height: auto;
  }

  .com_tablet-section {
    display: flex;
  }

  .mob-img {
    width: 20.69rem;
    margin-top: 8rem;
    display: none;
    position: absolute;
  }

  .com_mob-section {
    display: none;
  }

  .mob-com_wrap {
    flex-flow: column;
    width: 100vw;
    display: flex;
  }

  .photo-mob-wrap-mob {
    width: 100%;
  }

  .step-scroll {
    z-index: 800;
    justify-content: flex-start;
    align-items: center;
  }

  .scroll-wrap {
    height: 300vh;
    display: block;
  }

  .step-block {
    z-index: 490;
    width: 100%;
    position: static;
  }

  .text {
    z-index: -1;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    padding-top: 8.2rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: sticky;
    top: 0;
  }

  .div-block-10 {
    z-index: 100;
    background-color: var(--white);
    width: 100%;
    height: 14.7rem;
    position: absolute;
    top: 59.9rem;
  }

  .stress-image-copy {
    z-index: 3;
    filter: drop-shadow(0 0 #0000001a) drop-shadow(0 12.4px 27.29px #0000001a);
    border-radius: 1.98rem;
    width: 20.63rem;
    display: block;
    position: relative;
  }

  .die {
    z-index: 21;
    background-color: var(--white);
    filter: drop-shadow(0 0 #0000001a) drop-shadow(0 9.4px 20.67px #0000001a);
    border-radius: 1.5rem;
    padding: 2rem 1.5rem;
    position: absolute;
    top: 29.3rem;
    right: 9.2rem;
  }

  .mob-info-one, .section_footer-mob {
    display: none;
  }

  .footer_wrap-mob-375 {
    padding: 3.5rem 3rem 2rem;
  }

  .footer_top--mob-375 {
    margin-bottom: 5rem;
  }

  .footer_logo-mob-375 {
    margin-bottom: 1rem;
  }

  .footer_bottom-mob-375 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .policy-wrap-copy {
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }

  .one-wrap-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 59.63rem;
    padding-top: 7rem;
    display: flex;
    position: sticky;
    top: 0;
  }

  .mob-heading-style-h2-copy {
    text-align: center;
    margin-bottom: 2.5rem;
    font-size: 2.75rem;
    display: block;
  }

  .die-copy {
    z-index: 21;
    background-color: var(--white);
    filter: drop-shadow(0 0 #0000001a) drop-shadow(0 9.4px 20.67px #0000001a);
    border-radius: 1.5rem;
    padding: 2rem 1.5rem;
    position: absolute;
    top: 29.3rem;
    right: 6.1rem;
  }

  .text---copy {
    z-index: 1;
    width: 100%;
    height: 59.63rem;
    padding-top: 7rem;
    padding-bottom: 0;
    padding-right: 0;
    position: sticky;
    top: 0;
  }

  .tablet-heading-style-h2-copy {
    text-align: center;
    margin-bottom: 2.5rem;
    font-size: 2.75rem;
    display: block;
  }

  .info-mob-wrap-1-390-copy, .info-mob-wrap-1-390-copy-copy {
    z-index: 2;
    background-color: var(--white);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding-top: 4rem;
    padding-left: 3rem;
    padding-right: 3rem;
    display: none;
    position: relative;
  }

  .text-die {
    font-size: 1.06rem;
  }

  .lottie-mob-an {
    width: auto;
    max-width: 18.75rem;
    max-height: 18.75rem;
    display: block;
  }

  .recall-photo-mob-1 {
    background-image: url('../images/6.png');
  }

  .heading-style-h3-mob {
    font-size: 1.88rem;
    line-height: 120%;
  }

  .heading-style-h3-mob.dzen-text {
    display: none;
  }

  .info_heading-h1-mob {
    margin-bottom: 1.5rem;
    font-size: 3.75rem;
    display: none;
  }

  .international-bank-sync-app {
    z-index: 3;
    filter: drop-shadow(0 0 #0000001a) drop-shadow(0 12.4px 27.29px #0000001a);
    border-radius: 1.98rem;
    width: 18.13rem;
    display: block;
    position: relative;
  }

  .international-bank-sync-app.absl {
    position: absolute;
    top: 9.2rem;
  }

  .com_button-left-tabl.margin-right-10, .com_button-right-tabl {
    display: none;
  }

  .div-block-11 {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .heading-style-h1, .heading-style-h2, .heading-style-h3, .heading-style-h4 {
    font-size: 2.5rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .primary-page-heading, .strees-heading, .help_two-heading, .info_heading-h1 {
    font-size: 2.5rem;
  }

  .review-top.mob-bottom-16 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .star-image {
    display: block;
  }

  .heading-style-h4-review, .dzen_heading, .heading-style-h2-mob, .primary-heading, .content-h4 {
    font-size: 2.5rem;
  }

  .cookies-text {
    margin-bottom: 1rem;
  }

  .info_heading-h1-tablet, .heading-style-h2-mob-390, .primary-heading-390, .strees-heading-390, .heading-style-h3-tablet, .tablet-heading-mob, .mob-heading-mob, .tablet-heading-style-h3, .mob-heading-style-h3, .tablet-heading-style-h2 {
    font-size: 2.5rem;
  }

  .step-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    min-height: 110vh;
  }

  .mob-heading-style-h2-copy, .tablet-heading-style-h2-copy, .heading-style-h3-mob, .info_heading-h1-mob {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 479px) {
  .ui-kit_wrapper-desktop {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .page-wrapper {
    width: 100vw;
  }

  .heading-style-h1 {
    letter-spacing: -.03rem;
    width: 22.38rem;
    font-size: 2.88rem;
  }

  .heading-style-h2 {
    letter-spacing: -.02rem;
    font-size: 2.19rem;
  }

  .heading-style-h3 {
    letter-spacing: -.01rem;
    font-size: 1.44rem;
    line-height: 120%;
  }

  .heading-style-h3.margin-bottom-7 {
    margin-bottom: 3rem;
  }

  .heading-style-h4 {
    letter-spacing: -.01rem;
    font-size: 1.25rem;
  }

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

  .text-size-medium.color-text-white-black {
    color: var(--brend-black);
    font-size: 1rem;
    line-height: 130%;
  }

  .text-size-medium.margin-top-32.stress_mob-text {
    text-align: center;
  }

  .text-size-regular {
    font-size: .88rem;
  }

  .text-size-regular.hero-mob {
    color: var(--brend-black);
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-size: 1rem;
    line-height: 120%;
    display: block;
  }

  .text-size-large.hero-variation {
    max-width: 280px;
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-size: 1rem;
    display: block;
  }

  .text-size-large.align-centr._390-wrap {
    margin-bottom: 2rem;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1rem;
  }

  .hero_wrap {
    width: 100vw;
    height: 48.31rem;
  }

  .hero_top-content {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-top: 5.7rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .expense-analytics-chart-app {
    display: none;
  }

  .navbar {
    margin-top: .88rem;
    padding-left: .88rem;
    padding-right: .88rem;
    inset: auto 0;
  }

  .nav_wrap {
    flex: 1;
    justify-content: space-between;
    align-self: flex-start;
    align-items: center;
    margin-top: .88rem;
    margin-left: 1rem;
    margin-right: 1rem;
    padding: .25rem;
    display: flex;
    overflow: hidden;
  }

  .nav_wrap.saf {
    border-bottom-style: solid;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .nav_logo {
    margin-right: .75rem;
    padding-left: 0;
    display: none;
  }

  .nav_menu {
    border: 1px solid #0000001f;
    border-top-style: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-left: .94rem;
    margin-right: 1rem;
  }

  .menu_button {
    background-color: var(--bg);
    border-radius: .63rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    width: 2.5rem;
    height: 2.5rem;
    margin-left: .25rem;
    padding: 0;
  }

  .menu_button.w--open {
    background-color: var(--bg);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav_button {
    background-color: var(--bg);
    border-radius: .63rem;
    margin-right: 0;
    padding: .63rem 1.5rem;
  }

  .nav_logo-image {
    width: 2.5rem;
    height: 2.5rem;
  }

  .div-block-2 {
    margin-left: 0;
  }

  .text-size-medium-copy {
    display: none;
  }

  .stress_sticky-wrap.mob-paddin-global-16 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .stress_sticky-wrap.mob-paddin-global-16.mob-centr-stress {
    justify-content: space-between;
    align-items: center;
    padding: 4.88rem 1rem 3rem;
  }

  .primary-page-heading {
    letter-spacing: -.03rem;
    font-size: 2.88rem;
  }

  .stress_span-text {
    display: flex;
  }

  .stress_slide-2.mob-stress, .stress_slide-3.mob-stress {
    padding-left: 1.25rem;
  }

  .stress_rail-illustrations {
    justify-content: center;
    align-items: center;
  }

  .stress_rail-illustrations.mob-stress-il {
    padding-top: 0;
    display: flex;
  }

  .il-1.il-mob-size, .il-2, .il-3 {
    max-width: 8.4rem;
  }

  .strees-heading.stress_mob-heading {
    text-align: center;
  }

  .stress_heading-wrap {
    flex: 0 auto;
  }

  .section_info {
    position: relative;
    overflow: hidden;
  }

  .info_wrap.mob-height {
    height: 100%;
  }

  .recall-text {
    width: 17.38rem;
    display: flex;
  }

  .info_bg {
    justify-content: center;
    align-items: flex-start;
    height: 52.5rem;
    margin-top: 0;
  }

  .dzen_sticky-wrap {
    padding-bottom: 3.75rem;
  }

  .dzen_content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section_com.over-hiden {
    overflow: hidden;
  }

  .com_our-wrap.com-mob {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .com_our-heading.com-heading-wrap-mob {
    padding-top: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .our-left-block.block-wrap-mob {
    display: none;
  }

  .swiper.is--test {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .swiper.is--test._2323 {
    display: none;
  }

  .review-1.mob-swiper {
    height: 301px;
    padding: 1.25rem 1.5rem 2.5rem;
    overflow: hidden;
  }

  .review-top.mob-bottom-16 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .star-image {
    display: block;
  }

  .review-bottom.mob-swiper-text {
    width: 13.69rem;
  }

  .heading-style-h4-review {
    width: 13.5rem;
    font-size: 1.25rem;
  }

  .com_questions-wrap.mob-q {
    margin-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .accordion_wrapper {
    width: 100%;
  }

  .section_footer {
    overflow: hidden;
  }

  .button-app-store.margin-right-10.com-btn-outline {
    width: auto;
    margin-right: 0;
  }

  .wrap-icon-text {
    align-self: stretch;
  }

  .hero_bg {
    width: 42.81rem;
    height: 42.81rem;
    margin-top: 15.6rem;
    top: .5rem;
    overflow: hidden;
  }

  .our-right-block {
    display: none;
  }

  .com_wrap-img.wrapper-photo {
    height: 4.5rem;
  }

  .tel-sticky {
    height: 48.75rem;
    padding-top: 3.5rem;
  }

  .swiper-slide.is--test {
    display: flex;
  }

  .swiper-slide.is--test._1 {
    height: 100%;
    display: block;
  }

  .swiper-slide.is--test._3 {
    height: 100%;
    margin-right: 0;
    position: static;
  }

  .icon-nav-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
  }

  .nav-button-wrap {
    flex: none;
    display: flex;
  }

  .nav0logo-wrap {
    flex: 1;
    display: flex;
  }

  .zenmoney-logo-svg {
    width: 5.63rem;
    max-width: none;
  }

  .nav_logo-copy {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: .75rem;
    padding-left: 0;
    display: block;
  }

  .stress_pagination {
    bottom: 1rem;
  }

  .heading-style-h2-mob {
    letter-spacing: -.02rem;
    font-size: 2.19rem;
    display: none;
  }

  .stress-image {
    width: 18.25rem;
  }

  .info-mob-wrap-1 {
    display: none;
  }

  .primary-heading {
    letter-spacing: -.03rem;
    font-size: 2.88rem;
  }

  .content-img-wrap {
    flex: 0 auto;
    width: 15.56rem;
    height: 100%;
  }

  .content-text-wrap {
    right: auto;
  }

  .square-1-copy {
    margin-right: 0;
  }

  .content-h4 {
    letter-spacing: -.01rem;
    width: 18.94rem;
    font-size: 1.25rem;
  }

  .navigation-faq {
    top: 1240vh;
  }

  .navigation-about-us {
    display: block;
    top: 420vh;
  }

  .cookies {
    width: 260px;
    padding: 32px 24px;
    left: 50%;
    right: 0;
    transform: translate(-50%);
  }

  .cookies-text {
    width: auto;
    margin-bottom: 24px;
    font-size: 15px;
  }

  .button-cookies {
    display: block;
  }

  .button_text-ok {
    text-align: center;
    font-size: 15px;
  }

  .info-mob-wrap-2, .info-mob-wrap-3 {
    display: none;
  }

  .mob-heading-bg {
    justify-content: center;
    align-items: flex-end;
  }

  .info_heading-h1-tablet {
    display: none;
  }

  .photo-mob-top {
    grid-column-gap: .88rem;
    grid-row-gap: .88rem;
    justify-content: center;
    align-items: center;
  }

  .photo-mob-top.top-photo {
    grid-column-gap: .88rem;
    grid-row-gap: .88rem;
    justify-content: center;
    align-items: center;
    margin-bottom: .88rem;
  }

  .section_footer-tablet {
    display: none;
    overflow: hidden;
  }

  .heading-style-h2-mob-390 {
    letter-spacing: -.02rem;
    margin-bottom: 2.5rem;
    font-size: 2.19rem;
    display: block;
  }

  .saaf-copy {
    margin-bottom: .5rem;
  }

  .code-embed {
    background-color: var(--bg);
  }

  .info-mob-wrap-1-390 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fff0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    margin-top: 0;
    padding-top: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .global-wrap-heading-mob-390 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2.5rem;
    padding-top: 0;
    display: flex;
  }

  .primary-heading-390 {
    letter-spacing: -.03rem;
    font-size: 2.88rem;
  }

  .content-img-390 {
    filter: drop-shadow(0 78px 47px #a6a6a60d) drop-shadow(0 35px 35px #a6a6a617) drop-shadow(0 9px 19px #a6a6a61a);
    border-radius: 24px;
    height: 16.25rem;
    margin-bottom: 2.5rem;
    position: static;
    right: auto;
    overflow: visible;
  }

  .content-text-390 {
    padding-left: 1.44rem;
  }

  .content-text-390-centr {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    padding-left: 1.44rem;
  }

  .recall-1--390 {
    margin-right: 0;
    padding: 1rem 1.5rem 2rem;
    display: block;
  }

  .recall-heading-wrap-390 {
    margin-bottom: 1.13rem;
    display: flex;
  }

  .recall-photo-copy {
    background-image: url('../images/pragmatica_9320-1-3_1pragmatica_9320 (1) 3.png');
    background-position: 50%;
    background-size: auto;
  }

  .recall-photo-3y {
    background-image: url('../images/6.png');
    background-position: 50% 0;
  }

  .info-mob-wrap-1-390-copy {
    height: auto;
    margin-bottom: 4.5rem;
    padding-top: 3.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .our-left-block-copy.block-wrap-mob {
    flex-flow: column;
    display: flex;
  }

  .strees-heading-390.sdgbvdb {
    text-align: center;
  }

  .text-size-medium-390 {
    font-size: .94rem;
  }

  .text-size-medium-390.com_our-text {
    text-align: center;
  }

  .com_button-left-390 {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    height: 3rem;
    display: flex;
  }

  .com_button-left-390.margin-right-10 {
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button_text-link-390 {
    font-size: 1rem;
  }

  .heading-style-h3-tablet {
    letter-spacing: -.01rem;
    font-size: 1.44rem;
    line-height: 120%;
  }

  .heading-style-h3-tablet.dzen-text {
    display: none;
  }

  .item {
    justify-content: flex-start;
    align-items: flex-start;
    height: 100vh;
    padding: 67vh 1.25rem 4.44rem;
    display: flex;
  }

  .main-content-wrap {
    padding: 4.5rem 1rem 2.44rem;
  }

  .tablet-heading-mob {
    display: none;
  }

  .tablet-size-medium {
    font-size: .94rem;
    display: none;
  }

  .pagination {
    bottom: 1rem;
  }

  .ill-wrap {
    width: auto;
    max-width: 13.19rem;
    height: auto;
    max-height: 13.19rem;
  }

  ._1-ill, ._2-ill, ._3-ill {
    height: 13.19rem;
  }

  .mob-heading-mob {
    letter-spacing: -.03rem;
    margin-bottom: 1rem;
    font-size: 2.88rem;
    display: block;
  }

  .mob-size-medium {
    font-size: .94rem;
    display: block;
  }

  .tablet-heading-style-h3 {
    letter-spacing: -.01rem;
    font-size: 1.44rem;
    line-height: 120%;
    display: none;
  }

  .div-block-8 {
    justify-content: center;
    align-items: center;
    padding-top: 1.8rem;
  }

  .mob-heading-style-h3 {
    letter-spacing: -.01rem;
    flex: none;
    width: 22.38rem;
    font-size: 1.44rem;
    line-height: 120%;
    display: block;
  }

  .tablet-info_wrap, .rail-wrap {
    display: none;
  }

  .tablet-heading-style-h2 {
    letter-spacing: -.02rem;
    font-size: 2.19rem;
    display: none;
  }

  .tablet-heading-style-h2._23, .tablet-heading-style-h2._24 {
    display: block;
  }

  .rail-one {
    display: flex;
  }

  .tablet-head-info {
    display: none;
  }

  .recall-1--tablet {
    margin-right: 0;
    padding: 1rem 1.5rem 2rem;
    display: block;
  }

  .recall-heading-wrap-tablet {
    margin-bottom: 1.13rem;
    display: flex;
  }

  .recall-text-tablet {
    width: 17.38rem;
    display: flex;
  }

  .text-size-medium-tablet {
    font-size: .94rem;
  }

  .com_tablet-section {
    display: none;
  }

  .mob-img {
    display: block;
  }

  .com_mob-section {
    flex-flow: row;
    display: flex;
  }

  .mob-com_wrap {
    flex-flow: column;
  }

  .com_our-wrap-mob {
    padding: 4rem 1rem 0;
    position: relative;
  }

  .our-left-block-mob {
    width: 100%;
    margin-right: 0;
  }

  .photo-mob-wrap-mob {
    margin-top: 2.5rem;
  }

  .step-scroll {
    justify-content: flex-start;
    align-items: center;
  }

  .stress-image-copy {
    z-index: 5;
    filter: drop-shadow(0 12.4px 27.29px #0000001a);
    width: 16rem;
    margin-top: 0;
    overflow: clip;
  }

  .mob-info-one {
    width: 100%;
    display: block;
    position: relative;
  }

  .section_footer-mob {
    display: flex;
    overflow: hidden;
  }

  .footer_wrap-mob-375 {
    width: 100%;
    padding: 2.5rem 1rem;
  }

  .footer_top--mob-375 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 4.5rem;
  }

  .footer_bottom-mob-375 {
    justify-content: space-between;
    align-items: center;
  }

  .button-wrap-375 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .mail-wrap-375 {
    margin-bottom: 2rem;
  }

  .button-google-play-copy {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: .88rem;
    padding-bottom: .88rem;
    display: flex;
  }

  .policy-wrap-copy {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer_links-wrap {
    display: flex;
  }

  .text-size-regular-separation-copy {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .mooob {
    width: 100%;
    height: 260vh;
    position: relative;
    overflow: visible;
  }

  .one-wrap-copy {
    height: 110vh;
    padding-top: 4.7rem;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: hidden;
  }

  .mob-heading-style-h2-copy {
    letter-spacing: -.02rem;
    font-size: 2.19rem;
    display: none;
  }

  .mob-heading-style-h2-copy._23 {
    opacity: .9;
    color: var(--opacity-text);
    max-width: 26rem;
    margin-bottom: 4.4rem;
    display: block;
  }

  .die-copy {
    border-radius: 24px;
    display: block;
    right: 1rem;
    overflow: visible;
  }

  .text---copy {
    z-index: -1;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding-top: 4.7rem;
    display: flex;
    position: absolute;
    top: 0%;
  }

  .button_text-link-390-copy {
    flex: none;
    width: auto;
    height: auto;
    font-size: 1rem;
  }

  .div-block-9-copy {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .tablet-heading-style-h2-copy {
    letter-spacing: -.02rem;
    font-size: 2.19rem;
    display: none;
  }

  .tablet-heading-style-h2-copy._24 {
    color: var(--opacity-text);
    max-width: 26rem;
    margin-bottom: 5rem;
    display: block;
    position: relative;
  }

  .info-mob-wrap-1-390-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    margin-top: 0;
    padding-top: 3.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .info-mob-wrap-1-390-copy-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 3.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

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

  .lottie-mob-an {
    display: block;
  }

  .button-app-store-mob-390 {
    justify-content: center;
    align-items: center;
    padding: .88rem 0;
    display: flex;
  }

  .app-store-icon-mob {
    align-self: auto;
    width: 2.1rem;
    margin-right: .94rem;
  }

  .google-play-icon-mob {
    width: 1.9rem;
    margin-right: .94rem;
  }

  .button_text-link-app-mob {
    font-size: 1rem;
  }

  .recall-photo-mob-1 {
    background-image: url('../images/pragmatica_9320-1-3_1pragmatica_9320 (1) 3.png');
    background-position: 50% 0;
    background-size: 3.8rem;
  }

  .heading-style-h3-mob {
    letter-spacing: -.01rem;
    font-size: 1.44rem;
    line-height: 120%;
  }

  .heading-style-h3-mob.dzen-text {
    display: block;
  }

  .recall-photo-mob-2 {
    background-image: url('../images/15.png');
    background-position: 38% 0;
    background-size: 3.4rem;
  }

  .info_heading-h1-mob {
    display: block;
  }

  .international-bank-sync-app {
    width: 18.25rem;
  }

  .international-bank-sync-app.absl {
    display: none;
  }

  .navigation-how-it-works-copy {
    top: 0;
  }

  .navigation-about-us-copy {
    top: 5vh;
  }

  .navigation-faq-copy {
    top: auto;
    left: auto;
    right: auto;
  }

  .div-block-12 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-13 {
    padding-bottom: 2vh;
  }

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

  .slide {
    width: auto;
    margin-right: 10px;
  }

  .slider {
    background-color: #ddd0;
    display: none;
  }

  .button_text-no {
    text-align: center;
    font-size: 15px;
  }

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


@font-face {
  font-family: 'Aeonikpro';
  src: url('../fonts/AeonikPro-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}