

:root {
  --white: #fff;
  --nero-pampas: #f4f1ee;
  --dark-green: #002d24;
  --light-green: #46e696;
  --text-link: #168761;
  --black: #000;
  --light-grey: #f5f5f5;

  --favorit-pro: "ABCFavorit";
  /*Favorit Pro*/
  --favorit: "ABCFavorit";
  /*Favorit*/
  --roslindale: "Roslindale";
}

.pt-0 {
  padding-top: 0 !important;
}

.off-canvas-wrapper {
  overflow: clip;
}

.hero-section {
  background: var(--dark-green);
  color: var(--white);
  height: auto;
  height: 640px;
  max-height: calc(100vh - 250px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.hero-section .hero-bg {
  display: block;
  position: relative;
  inset: 0;
  max-width: 1650px;
  margin: auto auto 0;
  width: 100%;
}

.hero-inner {
  color: var(--nero-pampas);
  position: relative;
  text-align: center;
  margin-top: 64px;
  margin-bottom: 24px;
  z-index: 2;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
}

.hero-inner p {
  font-family: var(--favorit-pro);
  font-size: 20px;
  line-height: 150%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.hero-inner *:not(.button) {
  color: var(--nero-pampas);
}

.hero-inner .title-content {
  font-family: var(--favorit-pro);
  max-width: 852px;
  margin-bottom: 16px;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -1px;
}

.hero-inner .title-content .green {
  color: var(--light-green);
}

.hero-inner .title-content .font {
  font-family: var(--roslindale);
  font-weight: 500;
}

.hero-inner .button {
  padding: 17px 24px 15px;
}

.hero-inner .button:hover {
  background-color: var(--white);
  color: var(--dark-green);
}
.hero-section picture {
  margin-top: auto;
}
@media screen and (max-width: 991px) {
  .hero-section .title-content {
    font-size: 42px;
    line-height: 52px;
  }
}

@media only screen and (max-width: 768px) {
  .hero-section {
    display: flex;
    height: auto;
    flex-direction: column;
  }
  .hero-inner {
    margin: 32px 0;
  }
  .hero-section picture {
    margin-top: auto;
  }
}

#rotate-word {
  transition: opacity 0.5s ease;
  opacity: 1;
}

.hero-two-blocks {
  background: var(--dark-green);
  color: #f4f1ee;
  font-size: 20px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.hero-two-blocks .container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1400px;
}

.hero-two-blocks-inner .subtitle-sm {
  color: var(--light-green);
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 32px;
  display: block;
}
.hero-two-blocks-inner p {
  font-family: var(--favorit-pro);
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 40px;
}

.hero-two-blocks-inner h1 {
  font-family: "Roslindale";
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -1px;
  font-weight: 500;
  margin-bottom: 2rem;
}

.hero-two-blocks-inner strong {
  font-family: var(--favorit-pro);
  font-weight: 700;
}
.text-green {
  color: var(--light-green);
}
.hero-two-blocks-inner .h3 {
  font-family: var(--roslindale);
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -1px;
  margin-bottom: 32px;
}

.button-white {
  align-items: center;
  background: var(--white);
  border: none;
  border-radius: 40px;
  color: var(--dark-green);
  cursor: pointer;
  display: flex;
  padding: 17px 24px 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  transition: all 0.2s ease;
  gap: 10px;
  font-weight: 700;
  width: fit-content;
}
.button-white:focus,
.button-white:hover {
  background: var(--light-green);
  color: var(--dark-green);
}
.hero-two-blocks .hero-image {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (min-width: 769px) {
  .hero-two-blocks {
    max-height: calc(100% - 250px);
    min-height: 500px;
    height: auto;
    overflow: hidden;
  }
  .hero-two-blocks .hero-image img {
    display: block;
    margin: auto;
    max-height: 60vh;
    width: auto;
  }
  .hero-two-blocks .hero-image-device {
    display: none;
  }
  .hero-two-blocks-inner {
    max-width: 584px;
    width: calc(50% - 24px);
  }
  .hero-two-blocks .hero-image {
    width: calc(50% - 24px);
  }
  .hero-two-blocks-cont-sm .hero-two-blocks-inner {
    max-width: 447px;
  }
}

@media only screen and (max-width: 768px) {
  .hero-two-blocks-inner {
    text-align: center;
    width: 100%;
  }

  .hero-two-blocks .hero-image-device {
    margin-bottom: 1.5rem;
  }

  .hero-two-blocks-inner h1 {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 1.5rem;
 
  }

  .hero-two-blocks .hero-image:not(.hero-image-visible) {
    display: none;
  }
  .hero-image-visible {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-two-blocks-inner p {
    margin-bottom: 32px;
  }

  .hero-two-blocks-inner .button-white {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-two-blocks-inner .subtitle-sm {
    margin-bottom: 1.5rem;
  }
}

/*hero two blocks large */
.hero-two-blocks-img-large {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  /* max-height: 769px; */
  max-height: calc(100% - 250px);
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .hero-two-blocks-img-large {
    min-height: 500px;
    max-height: calc(100% - 250px);
  }
}
.hero-two-blocks-img-large .text-blue {
  color: #64a0f5;
}
.hero-two-blocks-img-large .text-yellow {
  color: #ffc364;
}
.hero-two-blocks-img-large .hero-two-blocks-inner {
  margin: auto 0 auto auto;
  padding: 48px 0;
  max-width: 581px;
}
.hero-two-blocks-img-large .hero-image-large {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  width: 50%;
}
.hero-two-blocks-img-large .hero-image-large img {
  display: block;
  margin: auto 0 -10% auto;
  max-width: 100%;
  width: 100%;
}

.hero-two-blocks-img-large .required-description {
  margin-top: 32px;
  color: #fff;
  opacity: 0.5;
}

.hero-two-blocks-img-large .required-description p {
  font: 350 14px/150% var(--favorit-pro);
}

.hero-two-blocks-img-large .green-required {
  color: #46e696;
}

@media only screen and (max-width: 768px) {
  .hero-two-blocks-img-large {
    flex-direction: column;
    max-height: 100%;
  }

  .hero-two-blocks-img-large .hero-two-blocks-inner {
    padding: 48px 12px;
    margin: auto;
    z-index: 2;
  }

  .hero-two-blocks-img-large .hero-image-large {
    margin-top: -20%;
    width: 100%;
    margin-bottom: -20%;
  }
  .hero-two-blocks-img-large .hero-image-large img {
    margin: 0;
    width: 100%;
  }
}
/*hero large*/
.hero-large .hero-large-inner {
  max-width: 1130px;
  text-align: center;
  padding-top: 96px;
  padding-bottom: 96px;
  margin: 0 auto;
}
.hero-large h1 {
  color: #f4f1ee;
  font-family: var(--favorit-pro);
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -1px;
  margin-bottom: 24px;
}
.hero-large h1 span {
  font-family: var(--roslindale);
  font-weight: 500;
}
.hero-large .container {
  max-width: 1500px;
}
.hero-large.bg-dark {
  color: var(--white);
}

.hero-large-content {
  max-width: 684px;
  margin-left: auto;
  margin-right: auto;
}
.hero-large-content p {
  font-size: 20px;
  font-family: var(--favorit-pro);
  line-height: 1.5;
}
.hero-large .button {
  height: 48px;
  padding: 16px 24px;
}
.hero-large .button:hover {
  background: var(--white);
  color: var(--dark-green);
}
.hero-large-image img {
  height: auto;
  max-width: 100%;
  display: block;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .hero-large .hero-large-inner {
    padding: 48px 24px 24px;
  }
  .hero-large h1 {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 24px;
  }
  .hero-large .container {
    padding-left: 0;
    padding-right: 0;
  }
  .hero-large-image img {
    width: 100%;
  }
}
/*Payment logo*/
.payments-list {
  max-width: 100vw;
  overflow: hidden;
  /* width: max-content; */
  margin-left: auto;
  margin-right: auto;
}
.power-payments-container {
  min-width: 320px;
  max-width: max-content;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.payment-list-methods {
  padding: 52px 0;
  /* min-width: 320px; */
  /* max-width: max-content; */
  width: 100%;
  /* margin-left: auto;
  margin-right: auto; */
}
.payment-list-methods .swiper-wrapper {
  transition-timing-function: linear !important;
}

.payment-list-method-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: auto;
  width: auto;
  max-width: 250px;
  padding-right: 15px;
  padding-left: 15px;
}

.payment-list-method-item img {
  height: auto;
  max-width: 100%;
  max-height: 48px;
  margin-top: auto;
  margin-bottom: auto;
  width: auto;
}

@media only screen and (max-width: 992px) {
  .payment-list-methods {
    padding: 32px 0;
  }
}

/*info-starts*/
.info-starts-section {
  padding: 64px 0;
}
.info-starts-section .why-inform-title h2 {
  color: #002d24;
  font-family: var(--favorit-pro);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.12px;
}
.info-starts-section .container {
  max-width: 1210px;
  padding: 0 24px;
}

.info-starts-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 26px 0;
}

.info-starts-inner .info-starts-list-item {
  margin: 0 16px 0;
  width: calc(33.33% - 32px);
}

.info-starts-inner .info-starts-list-item .stat-item-num {
  color: var(--black);
  font-family: var(--roslindale);
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: -1px;
  margin-bottom: 8px;
}

.info-starts-inner .info-starts-list-item .info-starts-list-item-text {
  font-family: var(--favorit-pro);
  font-size: 20px;
  line-height: 30px;
}

.info-starts-inner .info-starts-list-item .info-starts-list-item-text::before {
  content: "\25CF";
  list-style: circle;
  color: var(--light-green);
  margin-right: 12px;
}

@media screen and (max-width: 992px) {
  .info-starts-inner .info-starts-list-item .stat-item-num {
    font-size: 42px;
    line-height: 52px;
  }

  .info-starts-inner .info-starts-list-item .info-starts-list-item-text {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .info-starts-section {
    padding: 32px 0;
  }

  .info-starts-list-wrapper {
    gap: 32px 0;
  }

  .info-starts-inner .info-starts-list-item {
    margin: 0 12px;
    width: calc(50% - 24px);
  }

  .info-starts-inner
    .info-starts-list-item
    .info-starts-list-item-text::before {
    display: none;
  }
}

/*payment branches*/
.payment-branches {
  padding: 0 0 96px;
}

.payment-branches .container {
  max-width: 1306px;
}

.payment-branches-inner {
  display: flex;
  flex-direction: column;
}

.payment-branches-item {
  background: var(--white);
  box-shadow: 0px 12px 42px -4px rgba(0, 45, 36, 0.1);
  border-radius: 28px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  padding: 56px 96px;
  position: relative;
  margin-bottom: 32px;
  min-height: 478px;
  width: 100%;
}

.payment-branches-item .payment-branches-item-grid {
  display: flex;
  flex-direction: row;
  gap: 32px;
  position: relative;
  z-index: 2;
  width: 100%;
}

.payment-branches-item-branche {
  align-items: center;
  display: flex;
  flex-direction: row;
  width: 50%;
}

.payment-branches-item-content {
  text-align: center;
  margin: auto;
  width: 50%;
}
.payment-branches-item-content div {
  max-width: 386px;
  margin-left: auto;
  margin-right: auto;
}

.payment-branches-item-content .payment-branches-item-title {
  font-family: var(--roslindale);
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: -1px;
}

.payment-branches-item-content p {
  font-family: var(--favorit-pro);
  font-size: 20px;
  line-height: 30px;
  max-width: 387px;
  margin-left: auto;
  margin-right: auto;
}

.payment-branches-item-content .button-link {
  align-items: center;
  color: var(--text-link);
  display: flex;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  width: max-content;
  position: relative;
  padding-right: 24px;
}

.payment-branches-item-content .button-link svg {
  height: 16px;
  margin-left: 10px;
  transition: all 0.2s ease-in-out;
  position: absolute;
  right: 0;
  width: 13px;
}

.payment-branches-item-content .button-link:hover {
  color: var(--dark-green);
}

.payment-branches-item-content .button-link:hover svg {
  transform: translateX(10px);
}

.payment-branches-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
  position: relative;
  z-index: 3;
  width: calc(100% - 132px);
}

.image-branches-right,
.image-branches-left {
  width: 132px;
}

.payment-branches-list-button {
  align-items: center;
  display: flex;
  background: var(--dark-green);
  border-radius: 22px;
  font-family: var(--favorit);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  gap: 16px;
  padding: 12px 24px;
  color: var(--white);
}

.payment-branches-list-icon {
  height: 24px;
  width: 24px;
}

.payment-branches-list-icon svg,
.payment-branches-list-icon img {
  height: 24px;
  object-fit: contain;
  width: 24px;
}

.payment-branches-list-arrow {
  height: 13px;
  margin-left: auto;
  width: 16px;
}

.payment-branches-list-arrow svg {
  height: 13px;
  display: block;
  width: 16px;
}

.payment-branches-list-button:hover {
  background: var(--light-green);
  color: var(--white);
}

.payment-branches-list-button:hover img {
  filter: brightness(0) invert(1);
}

.image-branches-right {
  margin-top: 23px;
  margin-bottom: 23px;
}

.payment-branches-item .bg-img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.payment-branches-item .bg-img img {
  width: 100%;
  object-fit: cover;
  height: 237px;
}

.payment-branches-top-content {
  max-width: 858px;
  margin: 0 auto 83px;
}
.payment-branches-top-content h2 {
  margin-bottom: 32px;
  letter-spacing: -1px;
}
.payment-branches-top-content p,
.payment-branches-top-content {
  font-family: var(--favorit-pro);
  font-size: 20px;
  line-height: 1.5;
}

.bg-dark .content-center {
  color: #fff;
}
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: var(--favorit-pro);
  font-weight: 700;
}

.h1 span,
.h2 span,
.h3 span,
.h4 span,
.h5 span {
  font-family: var(--roslindale);
  font-weight: 500;
}

.h2 {
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -1px;
}

.h3 {
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -1px;
}

.payment-branches-item-5 .image-branches-right,
.payment-branches-item-5 .image-branches-left {
  width: 142px;
}
.payment-branches-item-5 .payment-branches-list {
  width: calc(100% - 142px);
}

@media only screen and (max-width: 1440px) {
  .payment-branches-item {
    padding: 96px 64px;
  }
  .payment-branches-top-content h2 {
    margin-bottom: 24px;
  }

  .payment-branches-list-button {
    gap: 14px;
  }

  .payment-branches-top-content {
    margin-bottom: 48px;
  }
}

@media only screen and (max-width: 1200px) {
  .payment-branches-item {
    padding: 64px 32px;
  }
}
@media only screen and (max-width: 1100px) {
  .payment-branches-item-branche {
    width: 69%;
  }
}
@media only screen and (min-width: 992px) {
  .payment-branches-list {
    max-width: 320px;
  }
}

@media only screen and (max-width: 991px) {
  .payment-branches-item .payment-branches-item-grid {
    flex-direction: column;
    gap: 48px;
  }

  .payment-branches-item-content {
    order: 1;
    width: 100%;
  }

  .payment-branches-item-branche {
    order: 2;
    width: 100%;
  }

  .image-branches-right,
  .image-branches-left {
    display: none;
  }
  .payment-branches-item-5 .payment-branches-list,
  .payment-branches-list {
    gap: 16px;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .payment-branches-item-content .payment-branches-item-title {
    margin-bottom: 24px;
    font-size: 42px;
    line-height: 52px;
  }
  .payment-branches-item-content p {
    margin-bottom: 24px;
  }

  .payment-branches {
    padding: 32px 0 24px;
  }

  .payment-branches-item {
    padding: 64px 28px;
    margin-bottom: 24px;
  }
  .h2 {
    font-size: 42px;
    line-height: 52px;
    letter-spacing: -1px;
  }

  .h3 {
    font-size: 34px;
  }
}

@media only screen and (max-width: 370px) {
  .payment-branches-list-button {
    padding: 12px 17px;
  }
}

/*payment experience*/
.payment-experience {
  overflow: clip;
  background: var(--dark-green);
  color: var(--white);
  padding: 128px 0 58px;
}

.payment-experience-main {
  position: relative;
}

.payment-experience-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 0;
}

.payment-experience-bg-image img {
  height: auto;
  width: 100%;
}

.payment-experience-main .payment-experience-inner {
  padding-top: 272px;
}

.payment-experience-inner {
  position: relative;
  z-index: 2;
}

.payment-experience-list-pill {
  max-width: 921px;
  margin: 0 auto;
}

.payment-experience .container {
  max-width: 1210px;
  padding: 0 24px;
}

.payment-experience-top {
  margin: 0 auto;
}

.payment-experience-title {
  font-family: var(--favorit-pro);
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  font-weight: 700;
  max-width: 630px;
  margin: 0 auto 2rem;
  letter-spacing: -0.001em;
}

.payment-experience-inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.payment-experience-title span {
  font-family: var(--roslindale);
  font-weight: 500;
}

.payment-experience-contain {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.payment-experience-content {
  margin-top: auto;
  margin-bottom: auto;
}

.payment-experience-item .payment-experience-image {
  visibility: hidden;
}

.payment-experience-item.open .payment-experience-image {
  visibility: visible;
}

.payment-experience-list-pill {
  width: 100%;
}

.payment-experience-list-pill ul {
  display: flex;
  list-style: none;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  gap: 30px 64px;
  width: 100%;
}

.payment-experience-list-pill-item {
  text-align: center;
  min-width: 120px;
}
.payment-experience-list-pill-item::before {
  display: none;
}

.payment-experience-list-pill-item img {
  margin-bottom: 1rem;
  height: 2rem;
  width: 2rem;
}

.payment-experience-content p {
  font-family: var(--favorit-pro);
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 40px;
}

.payment-experience-list-pill-item p {
  font-family: var(--favorit-pro);
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 0;
}

.payment-experience-content .button {
  align-items: center;
  display: flex;
  padding: 16px 24px 14px;
  width: fit-content;
}

.payment-experience-content .button:hover {
  background: var(--white);
  color: var(--dark-green);
}

.payment-experience-content .button svg {
  margin-left: 8px;
}

.payment-experience-content-title {
  font-size: 50px;
  font-family: var(--roslindale);
  font-weight: 500;
  line-height: 60px;
  margin-bottom: 32px;
  letter-spacing: -1px;
}

.payment-experience-bar {
  width: 2px;
  height: calc(100% - 192px);
  background: rgba(225, 225, 225, 0.2);
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
}

.payment-experience-bar .bar {
  background: var(--white);
  height: 381px;
  position: sticky;
  top: 120px;
  width: 2px;
  z-index: 1;
}

.animated-two-blocks__images {
  position: relative;
  padding-top: 92px;
  height: 100%;
}

.payment-experience-images-animated {
  position: sticky;
  top: 120px;
  height: 379px;
  margin-bottom: 105px;
  margin-top: 100px;
}

.three-pills-section.bg-dark {
  color: var(--white);
  position: relative;
  overflow: clip;
  padding-top: 43px;
}
.three-pills-section .tree-diagram-list-item {
  width: calc(33.33% - 22px);
}
.three-pills-content {
  position: relative;
  text-align: center;
  z-index: 2;
  max-width: 930px;
  margin: 0 auto 64px;
}
.three-pills-content,
.three-pills-content p {
  font-family: var(--favorit-pro);
  font-size: 20px;
  line-height: 1.5;
}
.three-pills-section .container {
  max-width: 1305px;
}
.three-pills-section .tree-diagram-bg-image {
  top: 0;
}
.three-pills-section .tree-diagram-row {
  padding-bottom: 159px;
}
.three-pills-section .tree-diagram-list-item {
  padding: 64px 32px;
}
.three-pills-section .tree-diagram-list-icon {
  height: 96px;
  width: 96px;
  margin: 0 auto 48px;
}
.tree-diagram-list-content {
  display: flex;
  flex-direction: column;
}
.tree-diagram-list-content .button {
  margin: auto auto 0;
  width: fit-content;
}
.three-pills-section .tree-diagram-list-content {
  min-height: calc(100% - 144px);
}
@media only screen and (min-width: 769px) {
  .payment-experience-list {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    padding: 0 32px;
    gap: 48px 98px;
    justify-content: space-around;
    max-width: 921px;
    width: 100%;
    z-index: 2;
    position: relative;
  }

  .payment-content {
    width: 50%;
  }

  .payment-experience-images-right {
    width: 50%;
  }

  .payment-experience-image-device {
    display: none;
  }

  .payment-experience-image {
    align-items: center;
    border: 1px solid rgba(225, 225, 225, 0.1);
    background: linear-gradient(
      152.2deg,
      rgba(0, 235, 142, 0) 59.12%,
      rgb(0, 235, 142) 196.93%
    );
    border-radius: 24px;
    display: flex;
    height: 379px;
    justify-content: center;
    max-width: 100%;
    width: 379px;
  }

  .tree-diagram-list-item {
    border: 1px solid rgba(225, 225, 225, 0.1);
    background: linear-gradient(199.46deg, #002d23 0%, #085142 100%);
    border-radius: 24px;
    color: var(--white);
    text-align: center;
    padding: 64px;
    width: calc(50% - 16px);
    position: relative;
    overflow: hidden;
  }
  .tree-diagram-list-item::before {
    content: "";
    background: linear-gradient(
      152.2deg,
      rgba(0, 235, 142, 0) 59.12%,
      #00eb8e 196.93%
    );
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
  .payment-experience-images-right .payment-experience-image {
    position: absolute;
    transform: scale(0.9) translate(10%);
    /* transition: transform .3s ease-in-out, opacity .35s ease-in-out; */
    transition: opacity 0.35s ease-in-out, transform 0.3s ease-in-out,
      visibility 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
  }

  .payment-experience-images-right .payment-experience-image.open {
    transform: scale(1) translate(0);
    /* transition: transform .3s ease-in-out, opacity .35s ease-in-out; */
    transition: opacity 0.45s ease-in-out, transform 0.4s ease-in-out,
      visibility 0.3s ease-in-out;
    transform-origin: center right;
    visibility: visible;
    opacity: 1;
  }

  .payment-experience-image.open {
    visibility: visible;
    opacity: 1;
  }

  .payment-experience-item {
    padding-bottom: 105px;
    padding-top: 105px;
    min-height: 573px;
  }
}
@media only screen and (max-width: 1024px) {
  .three-pills-section .tree-diagram-bg-image {
    top: inherit;
    margin-top: -17vw;
  }
  .three-pills-section .tree-diagram-row {
    padding-top: 172px;
  }
}
@media only screen and (max-width: 768px) {
  .payment-experience {
    padding: 48px 0 0;
  }

  .payment-experience-title {
    font-size: 42px;
    line-height: 52px;
  }

  .payment-experience-main .payment-experience-inner {
    padding-top: 198px;
  }

  .payment-content {
    width: 100%;
  }

  .payment-experience-item {
    border: 1px solid rgba(244, 241, 238, 0.1);
    background: linear-gradient(
      152.2deg,
      rgba(0, 235, 142, 0) 59.12%,
      #00eb8e 196.93%
    );
    border-radius: 24px;
    padding: 64px 32px;
    min-height: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 48px;
    margin-bottom: 24px;
  }

  .payment-experience-images-right {
    display: none;
  }

  .payment-experience-image-device {
    height: 96px;
    width: 96px;
    margin: 0 auto;
    order: 1;
  }

  .payment-experience-image-device img {
    max-height: 100%;
    object-fit: contain;
    max-width: 100%;
  }

  .payment-experience-content {
    order: 2;
    width: 100%;
  }

  .payment-experience-content-title {
    font-size: 42px;
    line-height: 52px;
  }

  .payment-experience-bar {
    display: none;
  }

  .payment-experience-list-pill {
    margin: 24px 0;
  }

  .payment-experience-list-pill ul {
    flex-direction: column;
    gap: 0;
    margin: 0 auto;
    width: calc(100% - 40px);
  }

  .payment-experience-list-pill-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 24px 0;
    width: 100%;
  }

  .payment-experience-list-pill-item:not(:last-child) {
    border-bottom: 1px solid rgba(225, 225, 225, 0.2);
  }

  .payment-experience-list-pill-item p,
  .payment-experience-list-pill-item img {
    margin-bottom: 0;
  }

  .payment-experience-content .button {
    margin: 0 auto;
  }

  .three-pills-section .tree-diagram-list-item {
    width: 100%;
  }
  .three-pills-section .tree-diagram-row {
    padding-bottom: 32px;
    padding-top: 172px;
    gap: 24px;
  }
  .three-pills-section .three-pills-content {
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 450px) {
  .three-pills-section .tree-diagram-bg-image {
    margin-top: -13vw;
  }
}
/*benefits services section*/
.benefits-services-section {
  background: var(--white);
  padding-top: 128px;
  max-width: 100vw;
  overflow: hidden;
}

.information-section .container,
.benefits-services-section .container {
  max-width: 1210px;
  padding: 0 24px;
}

.information-top,
.benefits-services-top {
  margin-bottom: 64px;
}

.information-top-content,
.benefits-services-top-content {
  width: 80%;
}

.information-top-content p,
.benefits-services-top-content p {
  font-family: var(--favorit-pro);
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  max-width: 680px;
}

.reviews-title,
.information-title,
.benefits-services-title {
  font-family: var(--favorit-pro);
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -1px;
}

.reviews-title span,
.information-title span,
.benefits-services-title span {
  font-family: var(--roslindale);
  font-weight: 500;
}

.information-inner,
.benefits-services-inner {
  position: relative;
  /* padding-bottom: 128px; */
  max-width: 1200px;
  width: 100%;
}

.benefits-services-item {
  background: var(--white);
  border-top: 4px solid var(--light-green);
  box-shadow: 0px 12px 42px -4px #002d241a, 0px 0px 0px 1px #002d241a;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 40px 0;
  height: auto;
  margin-right: 32px;
  width: calc(33.33% - 32px);
}

.information-actions,
.benefits-services-actions {
  display: flex;
  flex-direction: row;
  position: absolute;
  top: -112px;
  right: 0;
  gap: 40px;
}

.benefits-services-item-icon {
  height: 74px;
  margin: 0 auto 24px;
  width: 74px;
}

.benefits-services-item-icon img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.benefits-services-item-info {
  padding: 0 32px 48px;
}

.benefits-services-item-logo {
  border-top: 1px solid rgba(0, 45, 36, 0.2);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto auto 0;
  padding-top: 28px;
  gap: 16px 32px;
  width: calc(100% - 64px);
}

.benefits-services-item-logo .benefits-services-heading {
  width: 100%;
  font-size: 16px;
  color: #002d24;
  opacity: 0.5;
}

.benefits-services-item-logo .logo-item img {
  height: auto;
  max-width: 124px;
  max-height: 35px;
  width: 100%;
}

.benefits-services-item-logo .logo-item {
  display: flex;
  align-items: center;
}
.benefits-services-item-name {
  font-family: var(--favorit-pro);
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.001em;
  min-height: 76px;
  margin-bottom: 24px;
}

.benefits-services-item-text,
.benefits-services-item-text p {
  font-family: var(--favorit-pro);
  margin-bottom: 24px;
}

.benefits-services-item-text * {
  font-family: var(--favorit-pro);
  font-size: 16px;
  font-weight: 350;
  line-height: 150%;
}

.benefits-services-item-info .button-link {
  align-items: center;
  color: var(--text-link);
  display: flex;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  width: max-content;
  position: relative;
  padding-right: 24px;
}

.benefits-services-item-info .button-link svg {
  height: 16px;
  margin-left: 10px;
  transition: all 0.2s ease-in-out;
  position: absolute;
  right: 0;
  width: 13px;
}

.benefits-services-item-info .button-link:hover {
  color: var(--dark-green);
}

.benefits-services-item-info .button-link svg {
  transition: all 0.2s ease-in-out;
}

.benefits-services-item-info .button-link:hover svg {
  transform: translateX(10px);
}

.button-slide {
  align-items: center;
  background: transparent;
  border: 2px solid #333333;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  padding: 0;
  height: 48px;
  width: 48px;
}

.button-slide svg {
  height: 16px;
  width: 19px;
}

.button-slide.swiper-button-disabled {
  background: transparent !important;
  opacity: 0.2;
}
.benefits-services-button-next.swiper-button-disabled,
.information-button-next.swiper-button-disabled {
  opacity: 1;
}
.button-slide:focus:not(.swiper-button-disabled),
.button-slide:hover:not(.swiper-button-disabled) {
  background: var(--dark-green);
}
.button-slide:focus:not(.swiper-button-disabled) svg path,
.button-slide:hover:not(.swiper-button-disabled) svg path {
  fill: var(--white);
}

.reviews-wrapper .swiper-scrollbar,
.information-wrapper .swiper-scrollbar,
.benefits-services-wrapper .swiper-scrollbar {
  background: rgba(0, 45, 36, 0.2);
  height: 8px;
  margin: 48px auto 0;
  position: relative;
  width: calc(100% - 96px);
}

.benefits-services-wrapper {
  padding-bottom: 64px;
  position: relative;
}
.information-wrapper {
  position: relative;
}
.information-wrapper::before,
.benefits-services-wrapper::before {
  content: "";
  width: 100vw;
  height: 100%;
  background: white;
  position: absolute;
  top: 0;
  left: -100.5vw;
  z-index: 9;
}
.reviews-wrapper .swiper-scrollbar-drag,
.information-wrapper .swiper-scrollbar-drag,
.benefits-services-wrapper .swiper-scrollbar-drag {
  background: rgba(0, 45, 36, 1);
}

@media only screen and (max-width: 991px) {
  .benefits-services-item {
    margin-right: 16px;
    width: calc(50% - 16px);
  }
}

@media only screen and (max-width: 649px) {
  .benefits-services-item {
    margin-right: 16px;
    width: calc(80% - 16px);
  }
}

@media only screen and (min-width: 769px) {
  .information-wrapper .swiper-scrollbar,
  .reviews-wrapper .swiper-scrollbar,
  .benefits-services-wrapper .swiper-scrollbar {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .information-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .benefits-services-section {
    padding-top: 48px;
  }

  .information-top,
  .benefits-services-top {
    margin-bottom: 48px;
    text-align: center;
  }

  .information-top-content,
  .benefits-services-top-content {
    width: 100%;
  }

  .reviews-title,
  .information-title,
  .benefits-services-title {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 24px;
  }

  .information-actions,
  .benefits-services-actions {
    display: none;
  }

  .benefits-services-item-name {
    font-size: 28px;
    margin-bottom: 16px;
    min-height: 68px;
  }

  .benefits-services-item-logo .logo-item img {
    max-height: 36px;
  }

  .benefits-services-item-text,
  .benefits-services-item-text p {
    margin-bottom: 16px;
  }

  .benefits-services-item-icon {
    height: 72px;
    width: 72px;
  }
}

/*information section*/
.information-section {
  overflow: hidden;
  max-width: 100vw;
  padding-top: 80px;
  padding-bottom: 48px;
}

.information-section img {
  max-width: 100%;
  height: auto;
}

.information-item {
  background: var(--light-grey);
  border-radius: 24px;
  height: auto;
  position: relative;
  margin-right: 32px;
  width: calc(50% - 32px);
}

.information-item-inner {
  padding: 64px;
}

.information-item-image {
  border-radius: 16px;
  padding-top: 54.216%;
  overflow: hidden;
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.information-item-text,
.information-item-text p {
  font-size: 1rem;
  line-height: 150%;
}
.information-item-text p {
  margin-bottom: 0;
}
.information-item-image img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  width: 100%;
}

.information-item-title {
  color: var(--dark-green);
  font-family: var(--favorit-pro);
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 16px;
}

.information-item-title a {
  color: inherit;
  text-decoration: none;
}

.information-item-title a:hover {
  color: inherit;
}

.information-item-title a::before {
  content: "";
  height: 100%;
  position: absolute;
  inset: 0;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .information-item-text {
    display: none;
  }

  .information-item-image {
    margin-bottom: 16px;
  }

  .information-item-inner {
    padding: 32px 28px;
  }

  .information-item-title {
    margin-bottom: 30px;
  }

  .information-section {
    padding-top: 48px;
  }
}

@media only screen and (max-width: 599px) {
  .information-item {
    width: 100%;
  }
}

/*reviews section*/
.reviews-section {
  overflow: hidden;
  padding-top: 80px;
  max-width: 100vw;
}

.reviews-section .container {
  max-width: 1210px;
  padding: 0 24px;
}

.reviews-top-content {
  width: 80%;
}

.reviews-top-content p {
  font-family: var(--favorit-pro);
  font-size: 20px;
  line-height: 150%;
  max-width: 680px;
}

.reviews-inner {
  margin: 134px 0;
  position: relative;
}

.reviews-item .reviews-item-inner {
  max-width: 688px;
  margin: 0 auto;
  padding: 0 62px;
}
/* .reviews-item:not(.swiper-slide-duplicate-active), */
.reviews-item:not(.swiper-slide-active) {
  transform: scale(0);
  height: 0;
}
.reviews-inner .button-slide {
  position: absolute;
  top: 80px;
  z-index: 2;
}

.reviews-button-prev {
  left: 0;
}

.reviews-button-next {
  right: 0;
}

.reviews-item-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.reviews-item-text p {
  font-family: var(--roslindale);
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.001em;
  margin-bottom: 0;
  width: 100%;
}

.reviews-item-info {
  font-family: var(--favorit-pro);
  width: calc(70% - 20px);
}

.reviews-item-image img {
  height: auto;
  max-height: 64px;
  max-width: 100%;
  width: auto;
}

.reviews-item-info .reviews-item-name {
  font-weight: 700;
}

.reviews-item-info p {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 0;
}

.reviews-item {
  height: auto;
}

@media only screen and (min-width: 769px) {
  .reviews-item-image {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(30% - 20px);
  }

  .reviews-inner {
    overflow: hidden;
    position: relative;
  }
}

@media only screen and (max-width: 768px) {
  .reviews-top-content {
    text-align: center;
    width: 100%;
  }
  .reviews-section {
    padding-top: 48px;
  }
  .reviews-inner .button-slide {
    display: none;
  }

  .reviews-inner {
    margin: 48px 0;
  }

  .reviews-item {
    background: var(--light-grey);
    border-radius: 24px;
  }

  .reviews-item .reviews-item-inner {
    padding: 32px;
    gap: 32px;
  }

  .reviews-item-image {
    order: 1;
    width: 100%;
  }

  .reviews-item-text {
    order: 2;
    width: 100%;
  }

  .reviews-item-info {
    order: 3;
    width: 100%;
  }

  .reviews-item-text p {
    font-size: 24px;
  }
}

/*banner-section*/
.banner-section {
  position: relative;
  overflow: hidden;
  max-width: 100vw;
  color: var(--white);
  text-align: center;
  padding: 128px 0;
  width: 100%;
}

.banner-item-image {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.banner-section .container {
  position: relative;
  z-index: 2;
}

.banner-wrapper {
  max-width: 520px;
  margin: 0 auto;
}

.banner-inner-title {
  font-family: var(--favorit-pro);
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 32px;
  letter-spacing: -0.001em;
}

.banner-inner-title span {
  font-family: var(--roslindale);
  font-weight: 500;
}

.banner-inner .button {
  padding: 17px 24px 15px;
}

.banner-inner .button:hover {
  background-color: var(--white);
  color: var(--dark-green);
}

.banner-inner p {
  font-family: var(--favorit-pro);
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1200px) {
  .banner-item-image {
    inset: 0;
    height: 100%;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .banner-inner-title {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 24px;
  }

  .banner-inner p {
    margin-bottom: 32px;
  }

  .banner-section {
    padding: 192px 0;
  }
}

/*why-inform-section*/
.why-inform-section {
  background: var(--white);
  padding: 64px 0 128px;
}
.why-inform-section .container {
  max-width: 1306px;
}

.why-inform-title h2 {
  font-family: var(--favorit-pro);
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -1px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 62px;
}
.why-inform-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 64px;
}
.why-inform-inner {
  max-width: 517px;
  width: calc(50% - 32px);
}
.why-inform-inner p {
  margin-bottom: 0;
}
.why-inform-inner-top {
  align-items: center;
  border-bottom: 1px solid rgba(0, 45, 36, 0.2);
  display: flex;
  flex-direction: row;
  gap: 5px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  min-height: 82px;
}
.why-inform-inner-top .why-inform-inner-title {
  font-family: var(--favorit-pro);
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.05em;
  margin-bottom: 0;
  width: calc(100% - 45px);
}
.why-inform-inner-top .icon {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 40px;
  width: 40px;
}
.why-inform-inner-top .icon img {
  height: auto;
  max-height: 40px;
  max-width: 40px;
  margin: auto;
  width: 100%;
}

.why-inform-inner-content p {
  font-family: var(--favorit-pro);
  font-size: 20px;
  line-height: 150%;
}
.why-inform-inner-content strong {
  font-family: var(--favorit-pro);
  font-weight: 700;
}
@media only screen and (max-width: 992px) {
  .why-inform-inner-top .why-inform-inner-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .why-inform-inner {
    max-width: 100%;
    width: 100%;
  }
  .why-inform-inner-top {
    min-height: auto;
  }

  .why-inform-section {
    padding: 48px 0;
  }
  .why-inform-title h2 {
    font-size: 42px;
    line-height: 52px;
    letter-spacing: -1px;
  }
  .why-inform-wrapper {
    gap: 48px;
  }
}

/*core-solutions-section*/
.core-solutions-section {
  background: var(--white);
  padding: 64px 0;
}

.core-solutions-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 1162px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  gap: 96px;
}

.core-solutions-title h2 {
  font-family: var(--favorit-pro);
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 64px;
}
.core-solutions-title h2 span {
  display: inline-block;
}
.core-solutions-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px;
  width: 100%;
}
.core-solutions-inner-container {
  max-width: 472px;
  width: calc(50% - 16px);
}
.core-solutions-inner-container,
.core-solutions-inner-container p {
  font-family: var(--favorit-pro);
  font-size: 20px;
  line-height: 1.5;
}

.core-solutions-inner-container h3 {
  font-family: var(--favorit-pro);
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -1px;
  vertical-align: middle;
  margin-bottom: 32px;
}

.core-solutions-inner-image-block {
  align-items: center;
  border: 1px solid rgba(244, 241, 238, 0.1);
  border-radius: 24px;
  background: var(--light-grey);
  display: flex;
  justify-content: center;
  max-width: 564px;
  height: 564px;
  position: relative;
  overflow: hidden;
  width: calc(50% - 16px);
}

.core-solutions-item-branche {
  align-items: center;
  border: 1px solid rgba(244, 241, 238, 0.1);
  border-radius: 24px;
  background: var(--light-grey);
  display: flex;
  max-width: 564px;
  height: 564px;
  width: calc(50% - 16px);
}

.core-solutions-inner-image-block picture {
  display: block;
}
.core-solutions-inner-image-block picture img {
  height: 100%;
  object-fit: contain;
  max-height: 100%;
  max-width: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}
.core-solutions-item-branche {
  display: flex;
  flex-direction: row;
  padding-right: 56px;
}
.core-solutions-item-branche .image-branches-right {
  width: 110px;
}
.core-solutions-list {
  display: flex;
  flex-direction: column;
  gap: 45px;
  width: calc(100% - 110px);
}
.core-solutions-list-button {
  align-items: center;
  display: flex;
  background: var(--dark-green);
  border-radius: 32px;
  font-family: var(--favorit-pro);
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  line-height: 150%;
  gap: 10px;
  padding: 17px 33px;
  color: var(--white);
  width: 100%;
}

.core-solutions-list-price {
  margin-left: auto;
  text-transform: uppercase;
  text-align: right;
}
.core-solutions-item-branche p {
  margin-bottom: 0;
}

.core-solutions-list-icon {
  height: 34px;
  width: 34px;
}

.core-solutions-list-icon svg,
.core-solutions-list-icon img {
  height: 34px;
  object-fit: contain;
  width: 34px;
}

.core-solutions__stats {
  display: flex;
  justify-content: space-between;
  column-gap: 32px;
  margin-top: 32px;
}

.core-solutions__stats .core-solutions__stats-item {
  max-width: 218px;
}
.core-solutions__stats .number,
.core-solutions__stats .simbol {
  max-width: 218px;
  font: 500 50px/60px var(--roslindale);
  letter-spacing: -1px;
}

.core-solutions__stats p {
  font: 350 20px/150% var(--favorit-pro);
}

@media only screen and (min-width: 769px) {
  .core-solutions-inner.core-solutions-inner-inversed {
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 1300px) {
  .core-solutions-item-branche .image-branches-right {
    width: 91px;
  }
  .core-solutions-list {
    width: calc(100% - 91px);
  }
  .core-solutions-list-button {
    font-size: 16px;
  }
  .core-solutions-list-button {
    padding: 15px 24px;
  }
  .core-solutions-list-icon {
    height: 24px;
    width: 24px;
  }

  .core-solutions-inner-image-block:not(.image-large) {
    padding: 32px;
  }
  .core-solutions-list-icon svg,
  .core-solutions-list-icon img {
    height: 24px;
    width: 24px;
  }
  .core-solutions-item-branche {
    padding-right: 32px;
  }
  .core-solutions-list {
    gap: 35px;
  }
  .core-solutions-inner-image-block {
    height: 43dvw;
  }
}

@media only screen and (max-width: 991px) {
  .core-solutions-item-branche .image-branches-right {
    display: block;
  }
  .core-solutions-item-branche,
  .core-solutions-inner-image-block {
    height: 46dvw;
  }
  .core-solutions-list-button {
    font-size: 12px;
    padding: 10px 20px 10px 24px;
  }
  .core-solutions-item-branche .image-branches-right {
    width: 75px;
  }
  .core-solutions-list {
    width: calc(100% - 75px);
  }
}
@media only screen and (max-width: 768px) {
  .core-solutions-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .core-solutions-title h2 {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 48px;
  }
  .core-solutions-wrapper {
    gap: 72px;
  }
  .core-solutions-inner-container h3 {
    font-size: 34px;
  }
  .core-solutions-inner-container p:last-child {
    margin-bottom: 0;
  }
  .core-solutions-inner-container {
    max-width: 100%;
    width: 100%;
  }
  .core-solutions-inner-image-block {
    height: 95.7dvw;
    max-width: 100%;
    width: 100%;
  }
  .core-solutions-item-branche {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 48px 32px 48px 0;
  }
  .core-solutions-list-icon {
    height: 20px;
    width: 20px;
  }
  .core-solutions-item-branche .image-branches-right {
    width: 65px;
  }
  .core-solutions-list {
    width: calc(100% - 65px);
  }
  .core-solutions-list {
    gap: 27px;
  }
  .core-solutions-list-icon svg,
  .core-solutions-list-icon img {
    height: 20px;
    width: 20px;
  }
}
@media only screen and (max-width: 380px) {
  .core-solutions-item-branche {
    padding: 48px 10px 48px 0;
  }
  .core-solutions-item-branche .image-branches-right {
    width: 54px;
  }
  .core-solutions-list {
    width: calc(100% - 54px);
    gap: 15px;
  }
  .core-solutions-list-button {
    padding: 10px 16px 10px 17px;
  }
}

/*Get in touch*/
.banner-simple-section {
  background: var(--white);
  padding: 0 0 128px;
}
.banner-simple-section .container {
  max-width: 1544px;
}
.banner-simple-wrapper {
  background: var(--light-green);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 128px 119px;
  text-align: center;
}
.banner-simple-title {
  max-width: 906px;
  margin: 0 auto;
}
.banner-simple-title h2 {
  font-family: var(--favorit-pro);
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -1px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 40px;
}

.banner-simple-title span {
  font-family: var(--roslindale);
  font-weight: 500;
}

.button-dark {
  align-items: center;
  background: var(--dark-green);
  border: none;
  border-radius: 40px;
  color: var(--white);
  cursor: pointer;
  display: flex;
  padding: 17px 24px 15px;
  font-size: 16px;
  line-height: 1;
  transition: all 0.2s ease;
  gap: 10px;
  font-weight: 700;
  width: fit-content;
}

.button-dark svg {
  color: var(--light-green);
}
.button-dark:focus,
.button-dark:hover {
  background: var(--white);
  color: var(--dark-green);
}

.banner-simple-wrapper .button-dark {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .banner-simple-section {
    padding: 48px 0 72px;
  }
  .banner-simple-title h2 {
    font-size: 42px;
    line-height: 52px;
  }
  .banner-simple-wrapper {
    padding: 64px 24px;
  }
}

/*partenering section*/
.partenering-section {
  background: var(--dark-green);
  color: var(--white);
  padding: 128px 0 286px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.partenering-section .container {
  position: relative;
  max-width: 1544px;
  z-index: 2;
}
.partenering-section picture {
  display: flex;
}
.partenering-section .bg-image {
  position: relative;
  margin-bottom: -50%;
  margin-top: -35%;
  width: 100%;
}
.partenering-header {
  text-align: center;
  margin-bottom: 64px;
}
.partenering-header h2 {
  font-family: var(--favorit-pro);
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -1px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 24px;
}

.partenering-header h2 span {
  font-family: var(--roslindale);
  font-weight: 500;
}
.partenering-header p {
  font-family: var(--favorit-pro);
  font-size: 20px;
  line-height: 150%;
  max-width: 684px;
  margin: 0 auto;
}

.partenering-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}
.partenering-item {
  border: 1px solid rgba(244, 241, 238, 0.1);
  border-radius: 24px;
  text-align: center;
  background: linear-gradient(
    152.2deg,
    #002d23 0%,
    #085142 100%,
    rgba(0, 235, 142, 05) 59.12%,
    #00eb8e 196.93%
  );
  padding: 64px;
  width: calc(33.33% - 22px);
}
.partenering-item h3 {
  font-family: var(--favorit-pro);
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -1px;
  margin-bottom: 24px;
}
.partenering-item,
.partenering-item p {
  font-family: var(--favorit-pro);
  font-weight: 350;
  font-size: 16px;
  line-height: 150%;
}
.partenering-item p {
  margin-bottom: 0;
}

@media only screen and (max-width: 1200px) {
  .partenering-item {
    padding: 64px 32px;
  }
}
@media only screen and (max-width: 991px) {
  .partenering-item {
    width: calc(50% - 16px);
  }
}
@media only screen and (max-width: 768px) {
  .partenering-section {
    padding: 48px 0 0;
  }
  .partenering-header {
    margin-bottom: 48px;
  }
  .partenering-wrapper {
    gap: 24px;
  }
  .partenering-header h2 {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 24px;
  }
  .partenering-item {
    width: 100%;
  }
  .partenering-item h3 {
    font-size: 28px;
  }

  .partenering-section .bg-image {
    height: auto;
    position: relative;
    margin-top: -12%;
    margin-bottom: 0;
  }
}

/*simple two blocks*/
.simple-two-blocks {
  background: var(--white);
  padding: 64px 0 128px;
}
.simple-two-blocks .container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 48px;
  max-width: 1344px;
}

.simple-two-block-content h1,
.simple-two-block-content h2 {
  font-family: var(--favorit-pro);
  font-weight: 700;
}
.simple-two-block-content h3 {
  font-family: var(--favorit-pro);
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -1px;
  margin-bottom: 24px;
}

.simple-two-block-content h1 span,
.simple-two-block-content h2 span {
  font-family: var(--roslindale);
  font-weight: 500;
}
.simple-two-block-content h3 span {
  font-family: var(--roslindale);
  font-weight: 500;
}

.simple-two-block-content {
  max-width: 565px;
  width: calc(50% - 24px);
}

.simple-two-block-content,
.simple-two-block-content p {
  font-family: var(--favorit-pro);
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
}
.simple-two-block-content p {
  margin-bottom: 32px;
}

.simple-two-block-image {
  display: flex;
  flex-direction: column;
  width: calc(50% - 24px);
}

.simple-two-block-image picture {
  display: block;
  margin-left: auto;
}

.button-border {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(0, 45, 36, 0.2);
  border-radius: 40px;
  color: var(--dark-green);
  cursor: pointer;
  display: flex;
  padding: 15px 24px 14px;
  font-size: 16px;
  line-height: 17px;
  transition: all 0.2s ease;
  gap: 10px;
  font-weight: 700;
  width: fit-content;
}
.button-border svg {
  height: 13px;
  width: 16px;
}
.button-border:hover {
  border: 1px solid var(--light-green);
  background: var(--light-green);
  color: var(--dark-green);
}
@media only screen and (max-width: 768px) {
  .simple-two-blocks {
    padding: 48px 0;
  }

  .simple-two-block-content {
    text-align: center;
    max-width: 100%;
    width: 100%;
  }

  .simple-two-block-image {
    width: 100%;
  }

  .simple-two-block-image picture {
    margin-right: auto;
  }

  .simple-two-block-content .button-border {
    margin-left: auto;
    margin-right: auto;
  }
}

/*scaling section*/
.scaling-section {
  background: var(--white);
  padding: 128px 0;
}
.scaling-section .container {
  max-width: 1544px;
}
.scaling-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.scaling-wrapper .scaling-content {
  max-width: 413px;
  margin-right: auto;
  width: calc(33.33% - 21.5px);
}
.scaling-wrapper .scaling-content p {
  font-family: var(--favorit-pro);
  font-size: 20px;
  line-height: 150%;
}
.scaling-wrapper .scaling-item {
  display: flex;
  flex-direction: column;
  width: calc(33.33% - 21.5px);
}

.scaling-wrapper h1,
.scaling-wrapper h2,
.scaling-wrapper h3 {
  font-family: var(--favorit-pro);
  font-weight: 700;
  letter-spacing: -1px;
}
.scaling-wrapper h1 span,
.scaling-wrapper h2 span,
.scaling-wrapper h3 span {
  font-family: var(--roslindale);
  font-weight: 500;
}
.scaling-wrapper h2 {
  font-size: 50px;
  line-height: 60px;
}

.scaling-item .scaling-item-image {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  width: 100%;
  height: 334px;
  margin-bottom: 32px;
}
.scaling-item .scaling-item-image img {
  height: 100%;
  position: absolute;
  object-fit: cover;
  inset: 0;
  width: 100%;
}
.scaling-item .scaling-item-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.scaling-item .scaling-item-content h3 {
  font-size: 32px;
  line-height: 120%;
  margin-bottom: 18px;
}

.scaling-item .scaling-item-content,
.scaling-item .scaling-item-content p {
  font-size: 20px;
  line-height: 150%;
}
.scaling-item .scaling-item-content p {
  margin-bottom: 24px;
}
.scaling-item .button-link {
  align-items: center;
  color: var(--text-link);
  display: flex;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  gap: 10px;
  margin-top: auto;
  width: fit-content;
}
.scaling-item .button-link:hover {
  color: var(--light-green);
}
.scaling-item .button-link svg {
  transition: all 0.2s ease-in-out;
}
.scaling-item .button-link:hover svg {
  transform: translateX(10px);
}

@media only screen and (max-width: 992px) {
  .scaling-wrapper .scaling-content {
    max-width: 100%;
    width: 100%;
  }
  .scaling-wrapper .scaling-item {
    width: calc(50% - 16px);
  }
}

@media only screen and (max-width: 768px) {
  .scaling-section {
    padding: 48px 0;
  }
  .scaling-wrapper {
    gap: 48px;
  }
  .scaling-wrapper h2 {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 0;
  }
  .scaling-wrapper .scaling-content {
    text-align: center;
  }
  .scaling-wrapper .scaling-item {
    width: 100%;
  }
  .scaling-wrapper .scaling-content p {
    display: none;
  }
  .scaling-item .scaling-item-image {
    height: 65.7vw;
  }
  .scaling-item .scaling-item-content h3 {
    font-size: 34px;
    margin-bottom: 32px;
  }
  .scaling-item .scaling-item-content p {
    margin-bottom: 32px;
  }
}

/*tree-diagram-section*/
.tree-diagram-section.bg-dark {
  color: var(--white);
  padding: 128px 0;
  overflow: hidden;
  position: relative;
}
.tree-diagram-section::before {
  content: "";
  height: 150px;
  position: absolute;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(70, 230, 150, 1);
  backdrop-filter: blur(180px);
  filter: blur(180px);
  max-width: 400px;
}
.tree-diagram-main-content {
  text-align: center;
  margin-bottom: 64px;
}
.tree-diagram-main-content h2 {
  margin-bottom: 32px;
}
.tree-diagram-main-content p {
  color: var(--light-green);
  font-family: var(--favorit-pro);
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.05em;
  text-align: center;
}
.tree-diagram-section .container {
  max-width: 1306px;
  position: relative;
  z-index: 1;
}

.tree-diagram-payment-bottom {
  position: relative;
}
.tree-diagram-bg-image {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
.tree-diagram-bg-image img {
  width: 100%;
}
.tree-diagram-row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  gap: 32px;
}

.tree-diagram-list-item {
  border: 1px solid rgba(225, 225, 225, 0.1);
  background: linear-gradient(199.46deg, #002d23 0%, #085142 100%);
  border-radius: 24px;
  text-align: center;
  padding: 64px;
  width: calc(50% - 16px);
  position: relative;
  overflow: hidden;
}
.tree-diagram-list-item::before {
  content: "";
  background: linear-gradient(
    152.2deg,
    rgba(0, 235, 142, 0) 59.12%,
    #00eb8e 196.93%
  );
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.tree-diagram-list-content,
.tree-diagram-list-icon {
  position: relative;
  z-index: 2;
}

.tree-diagram-list-icon {
  align-items: center;
  display: flex;
  height: 160px;
  width: 160px;
  justify-content: center;
  margin: 0 auto 18px;
}
.tree-diagram-list-icon img {
  max-height: 96px;
  max-width: 96px;
}
.tree-diagram-list-content h3 {
  font-family: var(--roslindale);
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -1px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 32px;
}
.tree-diagram-list-content,
.tree-diagram-list-content p {
  font-family: var(--favorit-pro);
  font-weight: 350;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  vertical-align: middle;
}
.tree-diagram-list-content p {
  margin-bottom: 40px;
}
.tree-diagram-list-content .button {
  display: inline-flex;
  gap: 8px;
}
.tree-diagram-list-content .button:hover {
  background: var(--white);
  color: var(--dark-green);
}
.tree-diagram-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.tree-diagram-top {
  text-align: center;
  margin-bottom: 10px;
  width: 100%;
}
.tree-diagram-item {
  display: flex;
  flex-direction: row;
}

.tree-diagram-top .tree-diagram-item {
  flex-direction: column;
  max-width: 302px;
  margin: 0 auto;
  gap: 40px;
}

.tree-diagram-top .tree-diagram-icon {
  margin: 0 auto;
}

.tree-diagram-top .tree-diagram-item p {
  margin-bottom: 0;
}
.tree-diagram-content h3 {
  font-family: var(--favorit-pro);
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -1px;
  vertical-align: middle;
  margin-bottom: 24px;
}
.tree-diagram-content p {
  font-family: var(--favorit-pro);
  font-weight: 350;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 0;
}
.tree-diagram-left .tree-diagram-item,
.tree-diagram-top .tree-diagram-item,
.tree-diagram-right .tree-diagram-item {
  gap: 48px;
}
.tree-diagram-left .tree-diagram-item,
.tree-diagram-right .tree-diagram-item {
  min-height: 235px;
}
.tree-diagram-left .tree-diagram-item .tree-diagram-content,
.tree-diagram-right .tree-diagram-item .tree-diagram-content {
  max-width: 317px;
  width: calc(100% - 112px);
}

.tree-diagram-right,
.tree-diagram-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 50%;
}

.tree-diagram-right {
  padding-left: 190px;
}

.tree-diagram-left {
  padding-right: 180px;
}

.tree-diagram-right .tree-diagram-item {
  flex-direction: row-reverse;
}

.tree-diagram-left .tree-diagram-icon,
.tree-diagram-right .tree-diagram-icon {
  margin-top: 18px;
}
.tree-diagram-center {
  margin: 0 auto;
  position: absolute;
  inset: 0;
  height: 622px;
  width: 597px;
}
.tree-diagram-center .globe-icon {
  background: var(--dark-green);
  position: absolute;
  top: 107px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 16px;
  text-align: center;
  height: 128px;
  width: 128px;
}
.tree-diagram-center .globe-icon svg,
.tree-diagram-center .globe-icon img {
  height: 100%;
  object-fit: contain;
  max-height: 96px;
  max-width: 96px;
  width: 100%;
}

.treee-diagram-image {
  height: 622px;
  margin: 0 auto;
  width: 597px;
}
.treee-diagram-image img,
.treee-diagram-image svg {
  max-width: 100%;
  height: auto;
}
.tree-diagram-left .tree-diagram-item {
  text-align: right;
}

.tree-diagram-middle {
  display: flex;
  flex-direction: row;
  position: relative;
  min-height: 622px;
  width: 100%;
}

.tree-diagram-bottom {
  margin-top: -100px;
  position: relative;
  text-align: center;
  margin-bottom: 70px;

  z-index: 2;
}
.tree-diagram-icon {
  align-items: center;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  height: 64px;
  width: 64px;
}
.tree-diagram-icon img {
  object-fit: contain;
  object-position: center;
  height: 32px;
  width: 32px;
}

@media only screen and (max-width: 992px) {
  .tree-diagram-left {
    padding-right: 160px;
    width: 50%;
    order: 1;
  }

  .tree-diagram-right {
    padding-left: 160px;
    width: 50%;
    order: 2;
  }

  .tree-diagram-left .tree-diagram-item,
  .tree-diagram-top .tree-diagram-item,
  .tree-diagram-right .tree-diagram-item {
    gap: 16px;
  }

  .tree-diagram-center {
    height: auto;
    order: 3;
    width: 100%;
  }

  .tree-diagram-middle {
    flex-wrap: wrap;
  }

  .tree-diagram-left .tree-diagram-item .tree-diagram-content,
  .tree-diagram-right .tree-diagram-item .tree-diagram-content {
    width: calc(100% - 79px);
  }
}
@media only screen and (max-width: 850px) {
  .tree-diagram-center {
    display: flex;
    flex-direction: column;
  }

  .tree-diagram-left {
    padding-right: 0;
    order: 1;
    width: 100%;
  }

  .tree-diagram-right {
    padding-left: 0;
    order: 2;
    width: 100%;
  }

  .treee-diagram-image {
    display: none;
  }

  .tree-diagram-center {
    position: relative;
    order: 3;
    width: 100%;
  }
  .tree-diagram-right,
  .tree-diagram-wrapper,
  .tree-diagram-middle,
  .tree-diagram-left {
    gap: 32px;
  }
  .tree-diagram-wrapper {
    margin: 0 auto;
  }

  .tree-diagram-left .tree-diagram-item .tree-diagram-content,
  .tree-diagram-right .tree-diagram-item .tree-diagram-content {
    max-width: 100%;
  }
  .tree-diagram-item {
    flex-direction: row-reverse;
  }
  .tree-diagram-left .tree-diagram-item {
    text-align: left;
  }

  /* .tree-diagram-left .tree-diagram-item:nth-child(2) {
    flex-direction: row-reverse;
    text-align: left;

  }
  .tree-diagram-right .tree-diagram-item:nth-child(1) {
    flex-direction: row;
    text-align: right;

  } */
  .tree-diagram-center .globe-icon {
    position: relative;
    top: 0;
  }

  .tree-diagram-left .tree-diagram-item,
  .tree-diagram-right .tree-diagram-item {
    min-height: auto;
  }
  .tree-diagram-bottom {
    margin-top: 0;
    margin-bottom: 32px;
    width: 100%;
  }
  .tree-diagram-top .tree-diagram-item {
    max-width: 100%;
    text-align: left;
    flex-direction: row-reverse;
  }
  .tree-diagram-left .tree-diagram-item,
  .tree-diagram-top .tree-diagram-item,
  .tree-diagram-right .tree-diagram-item {
    gap: 32px;
  }
  .tree-diagram-top .tree-diagram-item .tree-diagram-content {
    width: calc(100% - 96px);
  }
  .tree-diagram-top .tree-diagram-icon,
  .tree-diagram-left .tree-diagram-icon,
  .tree-diagram-right .tree-diagram-icon {
    margin-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  .tree-diagram-main-content p {
    font-size: 20px;
  }
  .tree-diagram-section.bg-dark {
    padding: 48px 0;
  }
  .tree-diagram-content h3 {
    font-size: 28px;
  }
  .tree-diagram-list-item {
    padding: 64px 32px;
    width: 100%;
  }
  .tree-diagram-list-icon {
    height: 96px;
    width: 96px;
  }
  .tree-diagram-list-content h3 {
    font-size: 32px;
  }
}
.info-smart-section {
  background: var(--white);
  padding: 68px 0;
}
.info-smart-section .container {
  max-width: 1306px;
}
.info-smart-content {
  text-align: center;
  max-width: 922px;
  margin: 0 auto 64px;
}
.info-smart-content h2 {
  margin-bottom: 24px;
}
.info-smart-content p {
  color: var(--light-green);
  font-family: var(--favorit-pro);
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.05em;
}
.info-smart-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  padding: 0;
}
.info-smart-md {
  width: calc(52% - 21px);
}
.info-smart-sm {
  width: calc(24% - 22px);
}

.info-smart-item {
  border: 1px solid rgba(0, 45, 36, 0.2);
  border-top: 4px solid var(--light-green);
  border-radius: 24px;
  padding: 32px;
}

.info-smart-list {
  display: grid;
  grid-template-columns: auto;
  flex-wrap: wrap;
  gap: 32px 22px;
}

.info-smart-md .info-smart-list {
  grid-template-columns: auto auto;
}

.info-smart-sm .info-smart-list-item {
  width: 100%;
}
.info-smart-item h3 {
  color: var(--dark-green);
  font-family: var(--favorit-pro);
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 24px;
}
.info-smart-item .info-starts-list-item-text {
  margin-bottom: 0;
  font-family: var(--favorit-pro);
  font-weight: 350;
  font-size: 16px;
  line-height: 150%;
}
.info-smart-item .info-starts-list-item-text::before {
  content: "\25CF";
  list-style: circle;
  color: var(--light-green);
  margin-right: 12px;
}

.info-smart-item .info-smart-list-item-num {
  font-family: var(--roslindale);
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -1px;
  margin-bottom: 4px;
}

@media only screen and (max-width: 992px) {
  .info-smart-md {
    width: 100%;
  }
  .info-smart-sm {
    width: calc(50% - 16px);
  }
}
@media only screen and (max-width: 768px) {
  .info-smart-content {
    margin-bottom: 32px;
  }
  .info-smart-item {
    padding: 24px;
  }

  .info-smart-content p {
    font-size: 20px;
  }

  .info-smart-section {
    padding: 48px 0;
  }

  .info-smart-wrapper {
    gap: 24px;
  }

  .info-smart-sm {
    width: calc(50% - 12px);
  }

  .info-smart-list {
    gap: 24px 22px;
  }
}
@media only screen and (max-width: 430px) {
  .info-smart-md .info-smart-list {
    grid-template-columns: auto;
  }
  .info-smart-sm {
    width: 100%;
  }
}

.explore-network .description-block {
  margin-bottom: 64px;
}

.explore-network .title-section {
  font-family: var(--favorit-pro);
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -1px;
  text-align: center;
  vertical-align: middle;
}
.popup-fade {
  z-index: 9999;
}
.explore-network .content-buttons {
  gap: 24px;
}
.explore-network .content-buttons .button {
  font-size: 16px;
  line-height: 18px;
}
@media only screen and (max-width: 768px) {
  .explore-network .title-section {
    font-size: 42px;
    line-height: 52px;
  }
  .explore-network .description-block {
    margin-bottom: 48px;
  }
}

/*members-cards */
.members-cards {
  padding: 64px 0;
}
.members-cards .container {
  max-width: 1306px;
}

.members-cards-title {
  text-align: center;
  margin-bottom: 64px;
}

.members-cards .members-cards-row {
  display: grid;
  gap: 48px 24px;
}
.members-cards-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.members-cards-inner-title_icon {
  display: block;
  height: 40px;
  width: 40px;
}
.members-cards-inner-title_icon img {
  height: 100%;
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
  object-position: center;
  width: 100%;
}
.members-cards.members-cards-2 .members-cards-row {
  grid-template-columns: 1fr 1fr;
}

.members-cards.members-cards-3 .members-cards-row {
  grid-template-columns: 1fr 1fr 1fr;
}

.members-cards.members-cards-4 .members-cards-row {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.members-cards.members-cards-5 .members-cards-row {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.members-cards .members-cards-inner-title {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
}
.members-cards .members-cards-inner-title h3 {
  font-family: var(--favorit-pro);
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.05em;
  margin-bottom: 0;
}
.members-cards .members-cards-inner-content p,
.members-cards .members-cards-inner-content {
  font-family: var(--favorit-pro);
  font-weight: 350;
  font-size: 20px;
  line-height: 150%;
}
@media only screen and (max-width: 768px) {
  .members-cards {
    padding: 48px 0;
  }
  .members-cards .members-cards-inner-title {
    align-items: center;
    border-bottom: 1px solid rgba(0, 45, 36, 0.2);
    flex-direction: row;
    padding-bottom: 24px;
  }

  .members-cards-inner-title_icon {
    margin-left: auto;
  }
  .members-cards.members-cards-2 .members-cards-row,
  .members-cards.members-cards-3 .members-cards-row,
  .members-cards.members-cards-4 .members-cards-row,
  .members-cards.members-cards-5 .members-cards-row {
    grid-template-columns: 1fr;
  }
}

/*cards features*/
.cards-features-section {
  padding: 64px 0;
}
.cards-features-section .container {
  max-width: 1400px;
}
.cards-features-wrapper {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.cards-features-container {
  background: var(--light-grey);
  border-radius: 24px;
  padding: 96px 119px;
}

.cards-features-container ul {
  list-style: disc;
}

.cards-features-container ol {
  list-style: decimal;
}

.cards-features-title {
  text-align: center;
  margin-bottom: 64px;
}

.cards-features-item {
  display: flex;
  flex: 1;
  gap: 24px;
}

.cards-features-item p:last-child {
  margin-bottom: 0;
}

.cards-features-item .cards-features-item-title {
  display: flex;
  gap: 16px;
}

.cards-features-item-content,
.cards-features-item-title {
  width: 50%;
}

.cards-features-item_icon {
  display: block;
  height: 40px;
  width: 40px;
}

.cards-features-item_icon img {
  height: 100%;
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.cards-features-item-title h3 {
  font-family: var(--favorit-pro);
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1px;
  margin-bottom: 0;
  max-width: calc(100% - 56px);
  width: 100%;
}

.cards-features-item-content p,
.cards-features-item-content {
  font-family: var(--favorit-pro);
  font-size: 20px;
  line-height: 150%;
}
@media only screen and (min-width: 769px) {
  .cards-features-item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 45, 36, 0.1);
    padding-bottom: 64px;
  }
}
@media only screen and (max-width: 768px) {
  .cards-features-section {
    padding: 48px 0;
  }
  .cards-features-container {
    padding: 48px 24px;
  }
  .cards-features-item {
    flex-direction: column;
  }
  .cards-features-item .cards-features-item-title {
    border-bottom: 1px solid rgba(0, 45, 36, 0.2);
    padding-bottom: 24px;
    flex-direction: row-reverse;
  }

  .cards-features-item-content,
  .cards-features-item-title {
    width: 100%;
  }
  .cards-features-wrapper {
    gap: 48px;
  }
}

/*members logo section*/
.members-logo-section {
  background: var(--white);
  padding: 128px 0;
}
.members-logo-section .container {
  max-width: 1400px;
}
.members-logo-section .members-title {
  text-align: center;
  margin-bottom: 64px;
}
.members-logo-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 32px;
}
.members-logo-list-item {
  align-items: center;
  background: var(--light-grey);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 144px;
  padding: 32px;
}
.members-logo-list-item:hover {
  background: var(--nero-pampas);
}
.members-logo-list-item img {
  max-height: 50px;
}
@media only screen and (max-width: 1100px) {
  .members-logo-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .members-logo-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .members-logo-section {
    padding: 48px 0;
  }
  .members-logo-list-item {
    border-radius: 12px;
    height: 104px;
  }
  .members-logo-list-item img {
    max-height: 25px;
  }
}
@media only screen and (max-width: 550px) {
  .members-logo-list {
    grid-template-columns: 1fr 1fr;
  }
}

.diagram-block {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  margin-left: auto;
  max-width: 100%;
  width: max-content;
}
.diagram-arrow {
  margin: 0 auto;
  max-width: 70%;
  width: max-content;
}
.diagram-arrow svg {
  max-width: 100%;
  height: auto;
}
.diagram-block .diagram-top,
.diagram-block .diagram-bottom {
  background-color: #46e696;
  border-radius: 20px;
  color: #002d24;
  font-size: 16px;
  font-family: var(--favorit-pro);
  font-weight: 600;
  line-height: 1;
  padding: 6px 18px 4px;
  vertical-align: baseline;
  width: max-content;
}

.diagram-middle {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 4.5rem;
  text-align: center;
  max-width: 440px;
  width: 100%;
}
.diagram-middle-info {
  color: #46e696;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 16px;
  font-family: var(--favorit-pro);
  font-weight: 600;
  gap: 6px;
  width: 50%;
  white-space: nowrap;
}
.diagram-middle-info p {
  font-size: 16px;
  font-family: var(--favorit-pro);
  font-weight: 600;
}
.diagram-middle-info img {
  max-width: 100%;
  height: auto;
  margin: auto;
}
.diagram-middle-info p {
  margin-bottom: 0;
}

.diagram-bottom-info {
  display: block;
  color: #002d24;
  font-size: 16px;
  font-family: var(--favorit-pro);
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
a.diagram-bottom-info:hover {
  color: var(--text-link);
}
@media only screen and (max-width: 768px) {
  .diagram-block .diagram-top,
  .diagram-block .diagram-bottom,
  .diagram-middle-info p,
  .diagram-bottom-info,
  .diagram-middle-info {
    font-size: 11px;
  }
  .diagram-block .diagram-top,
  .diagram-block .diagram-bottom {
    padding: 5px 14px 4px;
  }
  .diagram-middle-info img {
    max-height: 28px;
    max-width: 89px;
  }
  .diagram-block {
    margin-right: auto;
  }
}

.payment-marquee {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 52px 0;
}

@media only screen and (max-width: 992px) {
  .payment-marquee {
    padding: 32px 0;
  }
}

.payment-marquee__track {
  display: flex;
  width: max-content;
}

.payment-marquee__track:not(.marquee-active) {
  justify-content: center;
  width: auto;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.payment-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: auto;
  width: auto;
  max-width: 346px;
  padding-right: 48px;
  padding-left: 48px;
  flex-shrink: 0;
}

.payment-item img {
  height: auto;
  max-width: 100%;
  max-height: 48px;
  margin-top: auto;
  margin-bottom: auto;
  width: auto;
}

/*Hero green*/
.top-intro-green {
  background-color: #002d24;
  position: relative;
}
.top-intro-green .top-intro-inner {
  max-height: 934px;
  min-height: calc(100vh - 96px);
  z-index: 4;
}
.top-intro-green::after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 45, 36, 0) 0%, #002d24 95.51%);
  height: 50%;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  width: 100%;
}
.top-intro-home.top-intro-green .top-intro-inner {
  padding: 32px 0;
}
.top-intro-green .top-intro-bg {
  margin-left: auto;
  right: -50%;
}
.top-intro-green .top-intro-bg img {
  object-position: left center;
}
.top-intro-green .top-intro-title {
  font-family: 'Tiempos Headline';
  font-size: 70px;
  font-weight: 500;
  line-height: 80px;
  letter-spacing: -0.48px;
  margin-bottom: 16px;
}
.top-intro-green .top-intro-description {
  width: 68%;
}
.top-intro-green .top-intro-title strong,
.top-intro-green .top-intro-title span {
  font-family: var(--favorit-pro);
  font-weight: 500;
}

.top-intro-green .top-intro-text p {
  font-family: var(--favorit);
  font-weight: 400;
  font-size: 23px;
  line-height: 31px;
}
.top-intro-green .top-intro-stats {
  max-width: 100%;
}

.top-intro-green .stats-wrap {
  justify-content: space-between;
}

.top-intro-green .stat-item {
  max-width: 300px;
  min-width: 14%;
  width: auto;
}
.top-intro-green .stat-item-num {
  font-size: 64px;
  font-weight: 600;
  line-height: 80px;
}

.top-intro-green .stat-item-text {
  font-size: 19px;
  line-height: 1.4;
}
.top-intro-green .top-intro-description {
  margin: auto 0;
}
.top-intro-green .top-intro-description .button:hover {
  background-color: #ffffff;
  color: #002d24;
}
.top-intro-green .top-intro-stats {
  margin: 24px auto 0;
}
.top-intro-green .stats-wrap {
  margin: 0 -23px -30px;
}
@media only screen and (min-width: 1400px) {
  .top-intro-green .stats-wrap {
    margin: 0 -53px -30px;
  }
}

@media only screen and (max-width: 1123px) {
  .top-intro-green .stat-item {
    min-width: calc(33.33% - 20px);
   }
  .top-intro-green .stats-wrap {
    margin: 0 -10px -30px;
    gap: 20px;
  }
  .top-intro-green .stat-item {
    margin: 0 auto;
  }
  .top-intro-green .top-intro-description {
    width: 72%;
  }
  .top-intro-green .top-intro-title {
    font-size: 50px;
    line-height: 60px;
  }
  .top-intro-green .top-intro-stats {
    margin: 48px auto 0;
  }
}
@media only screen and (max-width: 768px) {
  .top-intro-green .stats-wrap {
    gap: 10px;
  }
  .payment-item {
    max-width: 250px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .top-intro-green .stat-item {
    max-width: 270px;
  }
  .top-intro-green .top-intro-inner {
    max-height: 100%;
  }
  .top-intro-green .top-intro-stats {
    margin: 64px auto 0;
  }
  .top-intro-green .top-intro-description {
    width: 100%;
  }
  .top-intro-green .stat-item-num {
    font-size: 50px;
    line-height: 60px;
  }
  .top-intro-green .top-intro-stats {
    margin: 64px auto 0;
  }
  .top-intro-home.top-intro-green .top-intro-inner {
    padding: 32px 0;
  }
  .top-intro-green .stat-item-text {
    font-size: 18px;
  }
  .top-intro-green .top-intro-title {
    font-family: var(--roslindale);
    font-size: 50px;
    line-height: 60px;
  }
  .top-intro-green .top-intro-text p {
    font-size: 20px;
    line-height: 31px;
  }
  .top-intro-green .top-intro-text {
    max-width: 480px;
  }
}

@media only screen and (max-width: 600px) {
   .top-intro-green .stat-item {
    width: calc(50% - 20px);
   }
  .top-intro-green .stat-item:first-child {
    max-width: 100%;
    width: 100%;

  }
}
@media only screen and (max-width: 400px) {
  .top-intro-green .top-intro-title {
    font-family: var(--roslindale);
    font-size: 42px;
    line-height: 49px;
  }
}


.why-choose-name {
  font-weight: 500;
}
.why-choose .title-content {
    font-weight: 500;
}

@media only screen and (min-width:992px) {

  .benefits-section {
    padding-bottom: 130px;

  }
}

.payment-capability-sub {
  max-width: calc(50vw - 380px);
}
@media only screen and (max-width: 1440px) {
  .payment-capability-sub {
    max-width: calc(50vw - 330px);
  }
}

.power-payments-inner .payment-method-item.green img {
  filter: brightness(0) invert(1);
}