.main-footer {
  padding: 10rem 1.5rem;
  max-width: 1192px;
  margin: 0 auto;
}
.footer-header-text {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .main-footer {
    padding: 6rem 1.5rem;
  }
}

.useful-docs-section {
  display: flex;
  align-items: start;
  gap: 4rem;
  margin-bottom: 5rem;
}
.useful-docs-column {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .useful-docs-section {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .useful-docs-column {
    width: 100%;
  }
}

.useful-doc {
  gap: 15px;
  display: flex;
  font-family: Galano Grotesque Alt;
  align-items: center;
  color: black;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  text-decoration: none;
  transition: all 150ms;
  cursor: pointer;
}
.useful-doc:hover {
  color: rgb(0, 0, 0);
  opacity: 75%;
}
.useful-doc:active {
  opacity: 50%;
}

.main-footer-content a {
  color: black;
  font-weight: 400;
  text-decoration: underline;
}
.main-footer-content {
  color: black;
  font-family: Galano Grotesque;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0;
}

/* nowe style */

.zhp-logo {
  width: 29px;
  height: 29px;
}

.logo {
  width: 81px;
  height: 30px;
}

.main-section {
  height: 220px;
  width: 100%;
  margin-top: 200px;
  margin: auto;
  background-image: url("../img/peopleBg.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
}

.main-section-title {
  font-family: Galano Grotesque;
  font-weight: 700;
  color: white;
  font-size: 10px;
  line-height: 100%;
  text-align: center;
}

.main-section-subtitle {
  font-family: Galano Grotesque Alt;
  font-weight: 700;
  color: white;
  font-size: 15px;
  line-height: 100%;
  text-align: center;
}

.header-container {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
}

.main-container-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  gap: 6px;
  padding-bottom: 14px;
}

.new-icon-wrapper {
  border-radius: 9999px;
  height: 40.5px;
  width: 40.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -20px;
}

.new-box-wrapper {
  display: flex;
  flex-direction: row;
  gap: 26px;
}

.new-icon-wrapper.blue {
  background-color: #0c6d88;
}

.new-icon-wrapper.pink {
  background-color: #bb4a5c;
}

.cash-icon {
  width: 23px;
  height: 18px;
}

.star-icon {
  width: 21px;
  height: 20px;
}

.new-icon-container {
  height: 48px;
  width: 122.5px;
  border-radius: 8px;
  display: flex;
  align-items: center;
}

.new-icon-container.blue {
  background-color: #37a1c3;
}

.new-icon-container.pink {
  background-color: #e58795;
}

.small-text {
  font-family: Galano Grotesque Alt;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  text-align: center;
  color: white;
}

.big-text {
  font-family: Galano Grotesque;
  font-weight: 700;
  font-size: 25px;
  line-height: 100%;
  text-align: center;
  color: white;
}

.small-text-box {
  margin-left: 8px;
}

.small-text-box-short {
  margin-left: 12px;
}

.the-section.steps {
  display: flex;
  width: 100%;
  min-height: 500px;
  background-image: url("../img/bg-eagle-mobile.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
}

.steps-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 18px;
}

.step-container {
  display: flex;
  width: 249px;
  height: 107px;
  flex-direction: row;
  border-radius: 15px;
  border-width: 1px;
  border-color: white;
  border-style: solid;
  padding-left: 6px;
  padding-right: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.step-text {
  font-family: Galano Grotesque;
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
  text-align: center;
  color: #000000;
}

.step-number {
  font-family: Galano Grotesque;
  font-weight: 700;
  font-size: 110px;
  line-height: 100%;
  text-align: center;
  color: #000000;
}

.step-number-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 4px;
}

.step-text-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.step-title {
  font-family: Galano Grotesque;
  font-weight: 700;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 0%;
  color: white;
}

.step-description {
  font-family: Galano Grotesque Alt;
  font-weight: 400;
  font-style: Regular;
  font-size: 10px;
  line-height: 100%;
  color: white;
}

.steps-big-box {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.button-margin {
  position: absolute;
  bottom: 10px;
}

.offer-title {
  font-family: Galano Grotesque Alt;
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  line-height: 100%;
  text-align: center;
}

.offer-title.big {
  font-family: Galano Grotesque Alt;
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  line-height: 100%;
  text-align: center;
  color: white;
}

.blue-circle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../img/blue-circle.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  width: 140px;
  height: 140px;
  border-radius: 999999px;
}

.pink-circle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../img/pink-circle.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  width: 140px;
  height: 140px;
  border-radius: 999999px;
}

.red-circle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../img/red-circle.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  width: 160px;
  height: 160px;
  border-radius: 999999px;
}

.dark-cash {
  width: 40px;
  height: 31px;
}

.dark-star {
  width: 32px;
  height: 32px;
}

.circle-box-width {
  max-width: 179px;
  gap: 8px;
  margin-top: 14px;
  align-items: center;
}

.circle-subtitle {
  font-family: Galano Grotesque Alt;
  font-weight: 500;
  font-size: 15px;
  line-height: 122%;
  text-align: center;
}

.small-text.circle {
  font-family: Galano Grotesque Alt;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  text-align: center;
  color: white;
}

.big-text.circle {
  font-family: Galano Grotesque;
  font-weight: 700;
  font-size: 35px;
  line-height: 100%;
  text-align: center;
  color: white;
}

.circles-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  margin-top: 24px;
}

.lower-margins {
  margin-top: 24px;
  margin-bottom: 40px;
}

.card-header {
  font-family: Galano Grotesque;
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  text-align: center;
}

.visa-title {
  font-family: Galano Grotesque Alt;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  text-align: center;
}

.visa-card-image {
  width: 283px;
  height: auto;
}

.bullet-big::marker {
  font-size: 20px;
  font-weight: 400;
}

.visa-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: fit-content;
  font-family: Galano Grotesque Alt;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  color: black;
}

.list-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 14px;
  margin-top: 14px;
}

.the-section.account {
  background-image: url("../img/bg-account-mobile.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.account-paddings {
  padding-top: 22px;
  padding-bottom: 22px;
}

.bordered-box-text {
  font-size: 13px;
}

.bordered-box {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 27px;
  padding: 26px 20px;
  gap: 12px;
  border: 2px solid;
  text-align: center;
  height: 100%;
  width: 100%;
  min-height: 146px;
}

.n-icon {
  margin-top: -25px;
  background-color: white;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  top: 44.1px;
  z-index: 1;
  box-shadow: 0px 5px 10px 0px #00000040;
}

.icon-face {
  width: 26px;
  height: 26px;
}

.icon-consent {
  width: 31px;
  height: 31px;
  margin-left: 6px;
}

.n-text {
  font-size: 15px;
  background-color: #8f0111;
  color: white;
  line-height: 100%;
  font-family: Galano Grotesque;
  font-weight: 700;
  text-align: center;
  padding: 18px;
  margin-bottom: -22px;
  background: fixed;
}

.refer-title {
  font-family: Galano Grotesque;
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
  text-align: center;
}

.refer-subtitle {
  font-family: Galano Grotesque;
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  text-align: center;
  margin-top: 12px;
}

.refer-list-item {
  font-family: Galano Grotesque Alt;
  color: black;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
}

.refer-list-item.thin {
  font-weight: 400;
}

.refer-text {
  font-family: Galano Grotesque Alt;
  font-weight: 700;
  font-style: Bold;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  color: #8f0111;
  cursor: pointer;
}

.refer-table {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.randomized-gap {
  gap: 22px;
}

.content-refer {
  padding-top: 40px;
  padding-bottom: 40px;
}

.refer-paddings {
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 24px;
  padding-right: 24px;
}

.questions-width {
  max-width: 360px;
}

.accordion-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  padding: 1.25rem 2rem;
  color: black;
  font-family: Galano Grotesque;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  text-align: start;
}

.accordion-content p {
  font-size: 10px;
  font-weight: 400;
  font-family: Galano Grotesque Alt;
  padding: 1rem 0;
  margin: 0;
  text-align: start;
}

.heading-mb {
  margin-bottom: 40px;
}

.reward-text {
  font-family: Galano Grotesque Alt;
  font-size: 18px;
  font-weight: 700;
  color: black;
  line-height: 100%;
}

.reward-text.light {
  font-weight: 400;
}

.the-section.icons1 {
  background-image: url("../img/icons-set-mobile-1.svg");
  background-size: initial;
  background-position: top;
  background-repeat: no-repeat;
}

.photo-author {
  font-family: Galano Grotesque Alt;
  font-size: 6px;
  font-weight: 400;
  color: rgb(190, 190, 190);
}

.photo-author-box {
  position: absolute;
  bottom: 0px;
  left: 5px;
}

@media (max-width: 991px) {
  .cta.extra-small {
    padding: 6px 18px;
    font-size: 12px;
  }

  .cta.short.extra-small {
    padding: 6px 18px;
    font-size: 12px;
  }
}

@media (min-width: 580px) {
  .bordered-box {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 27px;
    padding: 46px;
    gap: 12px;
    border: 2px solid;
    text-align: center;
    height: 100%;
    width: 100%;
    min-height: 216px;
  }

  .the-section.steps {
    background-image: url("../img/eagle-bg.png");
  }

  .the-section.account {
    background-image: url("../img/bg-account.png");
  }

  .button-margin {
    position: absolute;
    bottom: 10px;
  }
}

@media (min-width: 1280px) {
  .the-section.steps {
    display: flex;
    min-height: 800px;
    width: 100%;
    background-image: url("../img/eagle-bg.png");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }

  .steps-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    margin-bottom: 140px;
  }

  .steps-big-box {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

@media (min-width: 992px) {
  .photo-author {
    font-family: Galano Grotesque Alt;
    font-size: 10px;
    font-weight: 400;
  }

  .the-section.refer {
    background-image: url("../img/icons-set-7.svg");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }

  .the-section.icons1 {
    background-image: url("../img/icons-set-1.svg");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }

  .horizontal-modal-margin {
    margin-left: 60px;
    margin-right: 60px;
  }

  .heading-mb {
    margin-bottom: 60px;
  }

  .accordion-content p {
    font-size: 18px;
  }

  .questions-width {
    max-width: 960px;
  }

  .accordion-button {
    font-size: 24px;
  }

  .refer-paddings {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .content-refer {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .refer-table {
    gap: 4px;
    max-width: 550px;
  }

  .randomized-gap {
    gap: 60px;
  }

  .refer-text {
    font-size: 20px;
  }

  .refer-list-item {
    font-size: 20px;
  }

  .refer-title {
    font-size: 40px;
  }

  .refer-subtitle {
    font-size: 32px;
    margin-top: 34px;
  }

  .n-text {
    font-size: 32px;
    margin-bottom: -25px;
  }

  .icon-face {
    width: 48px;
    height: 48px;
  }

  .icon-consent {
    width: 56px;
    height: 56px;
    margin-left: 6px;
  }

  .n-icon {
    margin-top: -43px;
    background-color: white;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    top: 44.1px;
    z-index: 1;
    box-shadow: 0px 5px 10px 0px #00000040;
  }

  .bordered-box-text {
    font-size: 24px;
  }

  .bordered-box-text {
    font-size: 24px;
    line-height: 100%;
    font-family: mBank-regular;
    font-weight: 400;
  }

  .account-paddings {
    padding-top: 77px;
    padding-bottom: 77px;
  }

  .list-wrapper {
    margin-bottom: 40px;
    margin-top: 40px;
  }

  .offer-title.big {
    font-family: Galano Grotesque Alt;
    font-weight: 400;
    font-style: Regular;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    color: white;
  }

  .visa-list {
    font-family: Galano Grotesque Alt;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: black;
  }

  .visa-title {
    font-family: Galano Grotesque Alt;
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    text-align: center;
  }

  .visa-card-image {
    width: 764px;
    height: auto;
  }

  .card-header {
    font-family: Galano Grotesque;
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
  }

  .lower-margins {
    margin-top: 57px;
    margin-bottom: 200px;
  }

  .blue-circle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url("../img/blue-circle.png");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    width: 263px;
    height: 263px;
    border-radius: 999999px;
  }

  .circle-box-width {
    max-width: 240px;
    gap: 47px;
    margin-top: 20px;
    align-items: center;
  }

  .circle-subtitle {
    font-family: Galano Grotesque Alt;
    font-weight: 500;
    font-size: 24px;
    line-height: 90%;
    text-align: center;
  }

  .pink-circle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url("../img/pink-circle.png");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    width: 263px;
    height: 263px;
    border-radius: 999999px;
  }

  .red-circle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url("../img/red-circle.png");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    width: 263px;
    height: 263px;
    border-radius: 999999px;
  }

  .dark-cash {
    width: 78px;
    height: 61px;
  }

  .dark-star {
    width: 60px;
    height: 60px;
  }

  .circle-box-width {
    max-width: 240px;
    gap: 47px;
    margin-top: 20px;
    align-items: center;
  }

  .circle-subtitle {
    font-family: Galano Grotesque Alt;
    font-weight: 500;
    font-size: 24px;
    line-height: 90%;
    text-align: center;
  }

  .small-text.circle {
    font-family: Galano Grotesque Alt;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    color: white;
  }

  .big-text.circle {
    font-family: Galano Grotesque;
    font-weight: 700;
    font-size: 64px;
    line-height: 100%;
    text-align: center;
    color: white;
  }

  .the-section.steps {
    background-image: url("../img/eagle-bg.png");
  }

  .circles-container {
    display: flex;
    flex-direction: row;
    gap: 135px;
    justify-content: center;
    margin-top: 32px;
  }

  .offer-title {
    font-family: Galano Grotesque Alt;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
  }

  .steps-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .button-margin {
    position: absolute;
    bottom: 40px;
  }

  .logo {
    width: 169px;
    height: 64px;
  }

  .step-text-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .step-title {
    font-family: Galano Grotesque;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    color: white;
  }

  .step-description {
    font-family: Galano Grotesque Alt;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 100%;
    color: white;
  }

  .step-number-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 4px;
  }

  .step-number {
    font-family: Galano Grotesque;
    font-weight: 700;
    font-size: 150px;
    line-height: 100%;
    text-align: center;
    color: #000000;
  }

  .step-text {
    font-family: Galano Grotesque;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    color: #000000;
  }

  .zhp-logo {
    width: 64px;
    height: 64px;
  }

  .main-section {
    height: 810px;
    width: 100%;
    margin-top: 200px;
    margin: auto;
    background-image: url("../img/peopleBg.png");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }

  .main-section-title {
    color: white;
    font-family: Galano Grotesque;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    text-align: center;
  }

  .main-section-subtitle {
    color: white;
    font-family: Galano Grotesque Alt;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
  }

  .main-container-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    gap: 16px;
    padding-bottom: 66px;
  }

  .new-icon-wrapper {
    border-radius: 9999px;
    height: 106px;
    width: 106px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -50px;
  }

  .new-box-wrapper {
    display: flex;
    flex-direction: row;
    gap: 76px;
    margin-top: 28px;
  }

  .small-text {
    font-family: Galano Grotesque Alt;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    color: white;
  }

  .big-text {
    font-family: Galano Grotesque;
    font-weight: 700;
    font-size: 64px;
    line-height: 100%;
    text-align: center;
    color: white;
  }

  .cash-icon {
    width: 60px;
    height: 46px;
  }

  .star-icon {
    width: 55px;
    height: 55px;
  }

  .new-icon-container {
    height: 126px;
    width: 323px;
    border-radius: 28px;
    display: flex;
    align-items: center;
  }

  .small-text-box {
    margin-left: 14px;
  }

  .small-text-box-short {
    margin-left: 32px;
  }

  .step-container {
    display: flex;
    width: 399px;
    height: 195px;
    flex-direction: row;
    border-radius: 24px;
    border-width: 2px;
    border-color: white;
    border-style: solid;
    padding-left: 25px;
    padding-right: 38px;
    padding-top: 44px;
    padding-bottom: 44px;
  }
}
/* koniec */

.accordions {
  max-width: 1080px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
}

.accordions-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}

.accordion {
  border-radius: 24px;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  transition: all 150ms;
  margin-top: 0.5rem;
  overflow: hidden;
  border: 2px solid #7743aa;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 300ms ease;
  display: flex;
  flex-direction: column;
  align-items: start;
  background-color: white;
  padding: 0 2rem;
  text-align: start;
}

.accordion > .accordion-button > img {
  transition: all 150ms ease;
}

.accordion-active > .accordion-button > img {
  transform: rotate(180deg);
}

.pink-title {
  color: white;
  text-align: center;
  font-weight: 700;
  margin: auto;
  padding: 0px 24px;
}

.pink-title span {
  background-color: #ff0eb2;
  text-align: center;
  box-decoration-break: clone;

  box-shadow:
    -10px 0px 0 7px #ff0eb2,
    10px 0px 0 7px #ff0eb2,
    0 0 0 7px #ff0eb2;
}

.bold-title {
  font-weight: 700;
  text-align: center;
}

.text-blue {
  color: #0000ff;
}

.offer-title.left {
  text-align: start;
}

.offer-title.sm {
  font-size: 32px;
}

.header-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 28px;
  padding: 38px;
  height: 179px;
  gap: 12px;
  width: 100%;
  max-width: 331px;
}

.header-box.green {
  background-color: #00ff00;
}

.header-box.blue {
  background-color: #0000ff;
}

.header-box.dark-green {
  background-color: #006420;
  max-width: 390px;
}

.header-box-title {
  font-size: 64px;
  line-height: 64px;
  font-weight: 700;
  color: white;
}

.header-box-title.black {
  color: black;
}

.header-box-description {
  font-size: 25px;
  line-height: 120%;
  font-weight: 600;
  font-family: mBank-regular;
  color: white;
}

.header-box-description.black {
  color: black;
}

.big-number {
  font-family: mBank;
  font-weight: 700;
  font-size: 155px;
  line-height: 100%;
  text-align: center;
  color: #0000ff;
}

.promo-text {
  font-family: mBank-regular;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .promo-text {
    font-size: 18px;
  }

  .header-box-description {
    font-size: 16px;
  }

  .header-box-title {
    font-size: 40px;
    line-height: 100%;
  }

  .big-number {
    font-size: 100px;
  }

  .header-box {
    padding: 16px;
    max-width: 249px;
  }

  .header-box.dark-green {
    max-width: 249px;
  }

  .accordion-button {
    padding: 1.25rem 1.5rem;
  }

  .accordion-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.text-responsive {
  text-align: start;
}

.telefon {
  width: 347px;
}

.telefon-mobile {
  width: 313px;
  display: none;
}

.frame {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 69px;
  padding-right: 44px;
  border-radius: 27px;
}

.frame.blue {
  background-color: #0000ff;
}

.frame.green {
  background-color: #00ff00;
  border: 2px solid #00ff00;
}

.frame.dark-green {
  background-color: #006420;
  border: 2px solid #006420;
  height: 168px;
  display: flex;
  align-items: center;
}

.frame.pink {
  background-color: #ff0eb2;
}

.icon {
  width: 60px;
  height: 60px;
}

.icon-wrapper {
  background-color: white;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 44.1px;
  left: -40px;
  z-index: 1;
  box-shadow: 0px 5px 10px 0px #00000040;
}

.icon-wrapper.big {
  top: 68px;
}

.frame-font {
  font-size: 64px;
  line-height: 100%;
  font-family: mBank;
  font-weight: 700;
}

.frame-font.white {
  color: white;
}

.color-white {
  color: white;
}

.missions {
  max-width: 1192px;
  margin: 0 auto;
  padding: 0 1.5rem;
  margin-top: 140px;
}

.task-container {
  border: 2px solid #000000;
  padding: 26px 32px;
  height: 100%;
  width: 100%;
  border-radius: 28px;
  gap: 12px;
  text-align: center;
  align-items: center;
}

.task-container.big {
  height: auto;
}

.brake-line {
  display: none;
}

.small-center {
  text-align: center;
}

.modal {
  padding-right: 0px !important;
}

.modal.blur {
  backdrop-filter: blur(16px);
}

.colored-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
  padding-top: 20px;
  padding-left: 44px;
  padding-right: 44px;
  padding-bottom: 20px;
  width: 100%;
}

.colored-box.green {
  background-color: #00ff00;
}

.colored-box.blue {
  background-color: #0000ff;
}

.colored-box.pink {
  background-color: #ff0eb2;
}

.colored-box-text-title {
  font-size: 24px;
  font-weight: 700;
  color: black;
  line-height: 100%;
  text-align: center;
}

.colored-box-text-header {
  font-size: 64px;
  font-weight: 700;
  color: white;
  line-height: 100%;
}

.colored-box-text-description {
  font-size: 24px;
  font-weight: 600;
  color: white;
  line-height: 100%;
}

.custom-modal-close {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 28px;
  color: #00000069;
}

.requirements-modal-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}

.w-half {
  width: 100%;
}

.card-section {
  max-width: 1208px;
  margin: 140px auto 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.offer-title.blue {
  font-family: Galano Grotesque;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: #37a1c3;
}

.offer-title.pink {
  font-family: Galano Grotesque;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  text-align: start;
  color: #e58795;
}

@media (min-width: 1260px) {
  .card-section {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 992px) {
  .requirements-modal-container {
    flex-direction: row;
  }

  .card-section {
    margin: 180px auto 0 auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .w-half {
    width: 50%;
  }

  .missions {
    margin-top: 180px;
  }

  .main-section {
    position: relative;
  }

  .custom-modal-close {
    position: absolute;
    top: 16px;
    right: 20px;
    font-size: 28px;
  }

  .modal.blur {
    backdrop-filter: blur(8px);
  }
}

@media (min-width: 992px) {
  .text-responsive {
    text-align: center;
  }

  .task-container {
    width: min-content;
    flex-grow: 1;
    margin-left: 14px;
    margin-top: 0;
    text-align: left;
    align-items: start;
  }

  .task-container.big {
    height: 219px;
  }

  .brake-line {
    display: flex;
  }

  .small-center {
    text-align: start;
  }
}

.ml-task {
  margin-left: 4rem;
}

.zero-bold {
  font-weight: 700;
  font-size: 56px;
  line-height: 100%;
}

.zl-bold {
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
}

.mb-70 {
  margin-bottom: 70px;
}

.swiper-slide img {
  display: inline-block;
  width: 90%;
  max-width: 640px;
}

.telefon-list {
  font-size: 24px;
  color: black;
  margin-left: 12px;
  display: flex;
  flex-direction: column;
  font-family: mBank-regular;
  gap: 25px;
  padding-top: 22px;
  padding-bottom: 24px;
  font-weight: 400;
  line-height: 120%;
}

.gap-10 {
  gap: 160px;
}

.bordered-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 57px;
  width: 100%;
  max-width: 1030px;
}

.bordered-box.pink {
  border-color: #ff0eb2;
}

.bordered-box.blue {
  border-color: #0000ff;
}

.bordered-box.yellow {
  border-color: #fd9124;
}

.bordered-box.green {
  border-color: #a4c43c;
}

.bg-blend {
  background-color: #8f0111;
}

.n-icon.pink {
  background-color: #ff0eb2;
}

.n-icon.blue {
  background-color: #0000ff;
}

.n-icon.yellow {
  background-color: #fd9124;
}

.n-icon.green {
  background-color: #a4c43c;
}

.mb-56 {
  margin-bottom: 56px;
}

.from-parent {
  width: 100%;
}

.bullet-xsmall::marker {
  font-size: 8px;
  font-weight: 400;
}

.bullet-small::marker {
  font-size: 12px;
  font-weight: 400;
}

.mt-bons {
  margin-top: 72px;
}

.led-description {
  font-size: 20px;
  line-height: 100%;
  font-family: mBank-regular;
  font-weight: 400;
}

.led-description.linked {
  text-decoration: underline;
  font-weight: 700;
  font-family: mBank;
  color: #0000ff;
}

.gap-9 {
  gap: 100px;
}

@media screen and (max-width: 991px) {
  .bordered-container {
    flex-direction: column;
    gap: 36px;
    max-width: 313px;
  }

  .frame.dark-green {
    height: 140px;
  }

  .gap-9 {
    gap: 48px;
  }

  .from-parent {
    margin-top: -38px;
  }

  .gap-10 {
    gap: 48px;
  }

  .frame {
    height: 170px;
    justify-content: center;
  }

  .offer-title.left {
    text-align: center;
  }

  .icon-wrapper {
    display: none;
  }

  .offer-title.sm {
    font-size: 24px;
  }

  .telefon-list {
    font-size: 22px;
  }

  .frame {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 38px;
    width: 100%;
    border-radius: 27px;
  }

  .ml-task {
    margin-left: 0;
  }

  .telefon-mobile {
    display: flex;
  }

  .telefon {
    display: none;
  }
}

.the-section {
}

@media (min-width: 992px) {
  .the-section {
  }

  .swiper-slide-next {
    transform: scale(1);
    transition: ease 0.3s;
  }

  .swiper-container {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.zappsy-title {
  font-family: mBank;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  text-align: center;
  color: #ff0eb2;
}

.zappsy-font {
  font-family: mBank;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
}

.zappsy-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-top: 32px;
  align-items: stretch;
  padding-left: 100px;
  padding-right: 100px;
}

.zappsy-box {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 27.39px;
  padding: 32px;
  height: auto;
  width: 100%;
  padding-top: 38px;
  padding-bottom: 38px;
  padding-left: 46px;
  padding-right: 46px;
}

.zappsy-box.blue {
  background-color: #0000ff;
}

.zappsy-box.dark-green {
  background-color: #006420;
}

.zappsy-box-text {
  font-family: mBank-regular;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: white;
}

.zappsy-box-text.bold {
  font-family: mBank;
  font-weight: 700;
}

.zappsy-note {
  font-family: mBank-regular;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
}

.zappsy-bottom-box {
  border-radius: 27.39px;
  padding-top: 38px;
  padding-right: 44px;
  padding-bottom: 38px;
  padding-left: 44px;
  background-color: #006420;
}

.zappsy-bottom-box-text {
  font-family: mBank-regular;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: white;
}

.zappsy-bottom-box-text.bold {
  font-family: mBank;
  font-weight: 700;
}

.extra-padding {
  padding-left: 110px;
  padding-right: 110px;
}

.extra-padding-medium {
  padding-left: 90px;
  padding-right: 90px;
}

@media (max-width: 991px) {
  .zappsy-container {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .extra-padding {
    padding-left: 0px;
    padding-right: 0px;
  }

  .extra-padding-medium {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.icon.cash {
  width: 48px;
  height: 48px;
}

.blue-bonus-box {
  background-color: #0000ff;
  border-radius: 28px;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 87px;
  padding-right: 87px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: fit-content;
}

.blue-bonus-small-text {
  font-family: mBank-regular;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: white;
}

.blue-bonus-big-text {
  font-family: mBank;
  font-weight: 700;
  font-size: 64px;
  line-height: 100%;
  text-align: center;
  color: white;
}

.cta {
  font-size: 24px;
  display: inline-block;
  border-radius: 200px;
  font-family: Galano Grotesque;
  font-style: normal;
  font-weight: 700;
  padding: 20px 60px;
  max-width: 280px;
  cursor: pointer;
}

.cta.short {
  font-size: 18px;
  padding: 16px 30px;
  max-width: 200px;
}

.cta.long {
  max-width: 440px;
}

.cta,
.cta:hover {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cta.bg-red {
  background: #ae0000;
}

.cta.bg-blue {
  background: #1d8aa9;
}

.cta.bg-pink {
  background: #e58795;
}

.cta.bg-purple {
  background: #7743aa;
}

.cta.bg-green {
  background: #00ff00;
  color: #0000ff;
}

.cta.bg-green:hover {
  background: #00d400;
}

.cta.bg-blue:hover {
  background: #23697c;
}

.cta.bg-pink:hover {
  background: #da5e70;
}

.cta.bg-purple:hover {
  background: #6821af;
}

.cta.bg-red:hover {
  background: #850000;
}

.cta.bg-red.inverted {
  color: #b5b5b5;
  border: 1px solid #b5b5b5;
  background: transparent;
}

.cta.bg-red.inverted:hover {
  color: #fff;
  background: #850000;
  border: 1px solid transparent;
}

.cta:disabled,
.cta[disabled] {
  background: #6e6e6e;
  color: #fff;
  pointer-events: none;
}

header .cta {
  width: 145px;
  font-size: 0.8rem;
}

@media (min-width: 576px) {
  header .cta {
    width: 254px;
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .cta {
    padding: 20px 40px;
    font-size: 18px;
    width: auto;
  }
}

header .secondary-nav .cta {
  font-size: 0.777778rem;
}

.custom-bullet {
  list-style-type: none;
}
