/*** RESET ***/
html,
body {
  margin: 0 !important;
}

h1,
h2,
h3,
p {
  margin: 0;
}

.landing25 h1,
.landing25 h2,
.landing25 h3 {
  color: #2F4771;
}

.landing25 sup {
  font-size: 12px;
  font-weight: 400;
  line-height: 0;
}

* {
  box-sizing: border-box !important;
}

body.landing25 .fusion-row {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/*////////// RESETS //////////*/
#main {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

#main .fusion-row {
  max-width: 100% !important;
}

@media only screen and (max-width: 800px) {
  #main>.fusion-row {
    display: block !important;
  }
}

/*** HEADER FLAG STYLES ***/
.country-selector {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Roboto;
}
.country-selector .fixed-country {
  font-weight: bold;
  margin-right: 5px;
}
.country-selector .to-text {
  font-weight: 500;
  font-size: 16px;
}
.country-selector .dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.country-selector .dropdown {
  position: relative;
}
.country-selector .dropdown-menu {
  display: none;
  position: absolute !important;
  top: 100%;
  left: -97px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px;
  margin-top: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 100;
  white-space: nowrap;
  overflow-x: auto;
  flex-direction: column;
  gap: 19px;
  padding: 14px 26px 16px;
}
.country-selector .dropdown-menu-text {
  font-weight: 600;
  font-size: 14px;
  margin: 0;
  color: #2F4771;
}
.country-selector .dropdown-menu-list {
  display: flex;
  gap: 32px;
}
.country-selector .country-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  gap: 10px;
}
.country-selector .country-option span {
  color: #2F4771;
  font-weight: 500;
  font-size: 14px;
  font-family: Roboto;
}
.country-selector .country-option.selected span,
.country-selector .country-option:hover span {
  padding-bottom: 4px;
  border-bottom: 1px solid #2F4771;
  font-weight: 900;
}
.country-selector .country-option:hover {
  opacity: 0.95;
}
.country-selector .country-option img {
  width: 45px;
}
.country-selector .dropdown.active .dropdown-menu {
  display: flex;
}
header.fusion-override-overflow {
  overflow: visible !important;
  clip-path: none !important;
}
/** HEADER FLAG STYLES ***/

/*** CONTAINERS ***/
.landing__container {
  padding: 3rem 10%;
  font-weight: 400;
  color: #000;
  font-size: 16px;
  text-align: center;
}

.title {
  font-weight: 800;
  font-size: 24px;
  margin: 0 auto 15px;
  text-align: center;
}

.cta {
  display: flex;
  justify-content: center;
  margin: 50px 0 10px;
  align-items: center;
  color: #FFF;
  background-color: #01ABC7;
  font-weight: 500;
  text-transform: uppercase;
  height: 54px;
  border-radius: 4px;
  max-width: 356px;
  margin: auto;
  cursor: pointer;
  text-decoration: none;
}

.cta:hover {
  color: #FFF;
  background-color: #01adc7e1;
}

.landing--desktop {
  display: none;
}

/*** HERO ***/
.hero {
  background-color: rgba(197, 236, 246, 0.4);
  padding: 48px 0 36px;
}

.hero__container {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}

.hero__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 34px;
  letter-spacing: 0;
  color: #2F4771;
  padding: 0 25px;
  margin: 0 auto 20px;
  max-width: 480px !important;
  text-align: center;
}

.hero__content {
  padding: 0px 13%;
  line-height: 20px;
  margin-top: 15px !important;
  text-align: center;
  font-weight: 400;
  color: #000;
}

.hero__calculator {
  background-color: #C5EEF7;
  width: 95%;
  margin: 0 auto;
  max-width: 430px;
  height: 430px;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

.hero__locations {
  max-width: 520px;
  margin: 26px auto 0;
}

.hero__locations__title {
  width: 100%;
  max-width: 267px;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  margin: auto;
}

.hero__locations__list {
  width: 100%;
  display: flex;
  gap: 20px;
  justify-content: center;
  padding: 0 15px;
  height: 35px;
  max-width: 400px;
  margin: 12px auto 0;
}

.hero__locations.landing--mobile .hero__locations__list {
  display: grid;
  grid-gap: 20px;
  gap: 20px;
  grid-template-columns: repeat(3, auto);
  align-items: center;
}

.hero__locations.landing--mobile .hero__locations__list img {
  height: 32px;
}

.hero__locations__more {
  font-weight: 400;
  font-size: 18px;
  margin-top: 15px;
  color: #2F4771;
  text-align: center;
}


/*** BENEFITS ***/
.benefits {
  padding: 43px 32px 88px;
}

h2.benefits__title {
  margin-bottom: 12px;
}

.benefits__text {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #000;
  max-width: 500px;
  margin: 0 auto 28px;
  padding: 0 15px;
}

.benefits__bullets {
  max-width: 380px;
  width: 100%;
  margin: 37px auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bullet {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bullet img {
  margin-bottom: 4px;
}

.bullet__title {
  font-weight: 800;
  font-size: 22px !important;
  line-height: 37px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.bullet__description {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #1C1B1F;
}

.benefits__list {
  display: flex;
  flex-direction: column;
  gap: 29px;
  align-items: center;
  list-style-type: none;
  padding-left: 0;
  margin: 0 auto;
}

.benefits__list__title {
  margin: 70px auto 34px !important;
  width: 260px;
}

.benefits__disclaimer {
  font-weight: 400;
  font-size: 11px;
  text-align: center;
  margin-top: 20px !important;
  line-height: 100%;
  display: none;
}

.benefits__item {
  max-width: 354px;
  padding: 26px 30px 13px;
  background-color: #EEF5F0;
  border-radius: 10px;
  text-align: center;
  height: 195px;
}

.benefits__item__title {
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 8px !important;
  color: #09722D;
}

.benefits__item__content {
  font-size: 16px;
  color: #1C1B1F;
  line-height: 18px;
}

/*** OFFER ***/
.offer {
  background-color: #C5ECF666;
  padding: 34px 31px 74px;
}

.offer__title {
  margin: 0 auto 35px !important;
  font-weight: 800;
}

.offer__text {
  max-width: 380px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  margin: 0 auto 22px;
}

.offer__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.offer__list {
  display: flex;
  flex-direction: column;
  gap: 27px;
  justify-content: center;
  margin: 51px auto 49px;
}

.offer__item {
  display: flex;
  flex-direction: column;
  gap: 1px;
  align-items: center;
  color: #1C1B1F;
}

.offer__item__title {
  font-weight: 700;
    font-size: 22px !important;
    line-height: 30px !important;
    text-align: center;
    color: #1C1B1F !important;
    margin: 0 auto;
}

.offer__item__content {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #1C1B1F !important;
}

.offer__disclaimer {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  margin: 0 auto;
  text-align: center;
}

.offer__disclaimer {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  margin: 0 auto;
  text-align: center;
  color: #1C1B1F;
}

.offer__disclaimer a {
  color: #1C1B1F;
  text-decoration: underline;
}


/*** DOWNLOADS ***/
.downloads {
  background-color: #F1F1F1;
  padding: 3rem 32px 48px;
}

.downloads__title {
  font-weight: 700;
  font-size: 24px !important;
  max-width: 480px;
  margin: 0 auto 15px !important;
  padding: 0 15px;
}

.downloads__content {
  font-size: 16px;
  margin-bottom: 33px !important;
  color: #324670;
  line-height: 21px;
}

.downloads__image {
  margin: 0 auto 48px;
  max-width: 100%;
}

.downloads__button {
  width: 148px;
}

.downloads__buttons {
  display: flex;
  gap: 3%;
  justify-content: center;
  margin-bottom: 25px;
}

.downloads__button.qr__code {
  display: none;
}

.downloads__reviews {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 270px;
  margin: 0 auto;
}

/*** steps ***/
.steps {
  padding: 3.5rem 6% 76px;
}

.steps__title {
  margin-bottom: 26px !important;
}

.steps__list {
  margin: 37px auto;
  display: flex;
  gap: 25px;
  flex-direction: column;
  max-width: 410px;
  align-items: center;
}

.steps__item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
}

.steps__item__content {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #1C1B1F;
  text-align: center;
}

.steps__item__title {
  font-weight: 800;
  font-size: 20px !important;
  line-height: 29px !important;
  margin: 0;
}

.steps__item__text {
  font-size: 16px;
  line-height: 124%;
}

.steps__cta {
  display: flex;
  justify-content: center;
  margin: 50px 0 10px;
  align-items: center;
  color: #FFF;
  background-color: #01ABC7;
  font-weight: 700;
  text-transform: uppercase;
  height: 54px;
  border-radius: 4px;
  margin: auto;
}

.providers {
  background-color: #E8F7FB;
  padding: 51px 30px 93px;
}

.providers__title {
  margin: 0 auto 30px !important;
}

.providers__brands {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  max-width: 480px;
  margin: auto;
}

.providers__brands .brand {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 17px;
  flex: 1 1 calc(50% - 15px);
}

.providers__ways {
  padding: 34px 21px 30px;
  background-color: #fff;
  max-width: 480px;
  margin: 65px auto 0;
  border-radius: 20px;
}

.providers__ways--last {
  padding: 34px 12px 51px 12px;

}

.ways__title {
  font-weight: 800;
  padding-bottom: 26px;
  border-bottom: 1px solid #000;
  margin: 0 auto 35px !important;
  color: #2F4771;

}

.ways__list,
.ways__item {
  display: flex;
  flex-direction: column;
  gap: 56px;
  justify-content: center;
  align-items: center;
}

.ways__item {
  gap: 10px;
}

.ways__item__title {
  display: flex;
  justify-content: center;
  gap: 8px;
  font-weight: 800;
  font-size: 22px;
  line-height: 100%;
  align-items: center;
  margin: 0;
}

.ways__item__title p {
  font-weight: 800;
  font-size: 22px !important;
}

.ways__item__content {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}

.customers {
  background-color: #fff;
  padding: 47px 34px 21px;
}

.customers__list {
  display: flex;
  gap: 4px;
  justify-content: center;
  flex-direction: column;
  margin-top: 60px;
}

.customers__item {
  display: flex;
  flex-direction: column;
  color: rgb(50, 70, 112);
  align-items: center;
  max-width: 420px;
  margin: 0 auto 72px;
}

.customers__item.last {
  margin-bottom: 0;
}

.customers__item__image {
  max-width: 100%;
  width: 354px;
}

.customers__item__text {
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  margin: 20px auto 0;
}

.customers__item__name {
  font-weight: 700;
  font-size: 18px;
  margin-top: 15px !important;
  text-align: right;
  padding-right: 1em;
}

.customers__disclaimer {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  max-width: 350px;
  margin: 33px auto 0;
  color: #8B8F99;
}

.posts {
  padding: 58px 28px 29px 33px;
}

.posts__articles {
  display: flex;
  gap: 37px;
  flex-direction: column;
  align-items: center;
  margin-top: 34px;
}

.posts__article {
  border-radius: 20px;
  width: 100%;
  background-color: rgb(197, 236, 246);
  max-width: 369px;
  display: flex;
  flex-direction: column;
}

.posts__article__image {
  width: 100%;
  height: 221px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}

.posts__article__footer {
  padding: 10px 15px 12px;
  text-align: left;
  position: relative;
  padding-bottom: 30px;
  min-height: 114px;
}

.posts__article__footer.last {
  padding: 10px 9px 12px;
}

.posts__article__link,
.posts__article__link:hover {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

.posts__article__title {
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  color: #000 !important;
  margin: 0;
}

.posts__article__category {
  font-size: 12px;
  margin-top: 7px;
}

.posts__article__more {
  font-size: 12px;
  text-decoration: underline !important;
  text-align: right;
  display: block;
  color: #000;
  position: absolute;
  bottom: 20px;
  right: 26px;
}

.posts__cta {
  font-weight: 700;
  font-size: 16px;
  color: #324670;
  text-decoration: underline;
  margin-top: 40px;
  display: block;
}

.faqs {
  background-color: #EDEDED;
}

.faqs__list {
  margin: 15px auto;
  max-width: 1130px;
}

.faqs__item {
  padding: 30px 0;
  color: #3F3F3F;
  text-align: left;
  border-bottom: 1px solid #000;
}

.faqs__question {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  padding-right: 2.5rem;
  cursor: pointer;
  color: #3F3F3F !important;
  position: relative;
  margin: 0;
}

.faqs__question::after {
  content: " ";
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  right: 6px;
  top: calc(50% - 10px);
  background: url(/wp-content/themes/Pangea/images/new-ph-landing/fluent-chevron-up-12-regular.svg);
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='fluent:chevron-down-12-regular'%3E%3Cpath id='Vector' d='M16.4231 12.2566C16.3457 12.3342 16.2538 12.3958 16.1525 12.4378C16.0513 12.4798 15.9428 12.5015 15.8331 12.5015C15.7235 12.5015 15.615 12.4798 15.5138 12.4378C15.4125 12.3958 15.3206 12.3342 15.2431 12.2566L9.99981 7.01164L4.75648 12.2566C4.6 12.4131 4.38777 12.501 4.16648 12.501C3.94519 12.501 3.73296 12.4131 3.57648 12.2566C3.42 12.1002 3.33209 11.8879 3.33209 11.6666C3.33209 11.4453 3.42 11.2331 3.57648 11.0766L9.40981 5.24331C9.48722 5.1657 9.57918 5.10413 9.68042 5.06212C9.78166 5.02011 9.8902 4.99849 9.99981 4.99849C10.1094 4.99849 10.218 5.02011 10.3192 5.06212C10.4204 5.10413 10.5124 5.1657 10.5898 5.24331L16.4231 11.0766C16.5008 11.1541 16.5623 11.246 16.6043 11.3473C16.6463 11.4485 16.668 11.557 16.668 11.6666C16.668 11.7763 16.6463 11.8848 16.6043 11.986C16.5623 12.0873 16.5008 12.1792 16.4231 12.2566Z' fill='black'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.faqs__item--close .faqs__question::after {
  background: url(/wp-content/themes/Pangea/images/new-ph-landing/fluent-chevron-down-12-regular.svg);
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.57685 7.74336C3.65426 7.66575 3.74622 7.60418 3.84746 7.56217C3.94871 7.52016 4.05724 7.49854 4.16685 7.49854C4.27647 7.49854 4.385 7.52016 4.48624 7.56217C4.58749 7.60418 4.67945 7.66575 4.75685 7.74336L10.0002 12.9884L15.2435 7.74336C15.4 7.58688 15.6122 7.49897 15.8335 7.49897C16.0548 7.49897 16.267 7.58688 16.4235 7.74336C16.58 7.89984 16.6679 8.11206 16.6679 8.33336C16.6679 8.55465 16.58 8.76688 16.4235 8.92336L10.5902 14.7567C10.5128 14.8343 10.4208 14.8959 10.3196 14.9379C10.2183 14.9799 10.1098 15.0015 10.0002 15.0015C9.89058 15.0015 9.78204 14.9799 9.6808 14.9379C9.57956 14.8959 9.4876 14.8343 9.41019 14.7567L3.57685 8.92336C3.49925 8.84595 3.43768 8.75399 3.39567 8.65275C3.35366 8.55151 3.33203 8.44297 3.33203 8.33336C3.33203 8.22375 3.35366 8.11521 3.39567 8.01397C3.43768 7.91273 3.49925 7.82077 3.57685 7.74336Z' fill='black'/%3E%3C/svg%3E%0A");
}

.faqs__answer,
.faqs__answer span,
.faqs__answer p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  padding-top: 1.5rem;
  text-align: left;
}

.faqs__answer span,
.faqs__answer p {
  padding-top: 0;
}

.faqs__answer p {
  margin-top: 12px;
}

.faqs__answer ul {
  list-style-type: inherit;
  list-style-type: disc;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 18px;
}

.faqs .faqs__item--close .faqs__answer {
  display: none;
  height: 0;
  transition: height 0.3s linear;
}

.customer__rate {
  background-color: rgba(9, 114, 45, 0.07);
  background-color: #09722D12;
  padding: 44px 36px 54px;
}

.customer__rate__title {
  font-size: 24px !important;
}

.customer__rate__text {
  font-size: 16px;
  margin-bottom: 30px;
  color: #324670;
  max-width: 480px;
  margin: 14px auto 35px;
}

.customer__rate__value {
  font-weight: 800;
  font-size: 20px;
  text-align: center;
  color: rgba(9, 114, 45, 1);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 10px;
  width: 243px;
  height: 44px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.customer__rate__cta {
  margin-top: 28px;
}


@media screen and (min-width: 1024px) {
  .title {
    font-size: 32px;
  }

  .cta {
    max-width: 431px;
  }

  .landing--mobile {
    display: none;
  }

  .landing--desktop {
    display: block;
  }

  .landing__container {
    padding: 3rem 1.5%;
  }

  .hero {
    margin-top: 69px;
    margin-top: 0;
  }

  .hero__container {
    flex-direction: row;
    gap: 50px;
  }

  .hero__locations {
    margin-top: 50px;
    max-width: 100%;
    width: 100%;
  }

  .hero__locations__title {
    margin-bottom: 29px;
    max-width: 350px;
  }

  .hero__locations__list {
    max-width: 100%;
    margin: auto;
    padding: 0 21px;
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
    gap: 40px;
  }

  .hero__locations__list img {
    flex: 1 1 calc(12.5% - 40px);
    flex: unset;
}

  .hero__locations__more {
    font-size: 16px;
  }

  .hero__left,
  .hero__right {
    flex: 1 1 calc(50% - 20px);
    max-width: 427px;
  }

  .hero__right {
    max-width: 498px;
  }

  .hero__left {
    padding-top: 60px;
  }

  h1.hero__title,
  .hero__content {
    text-align: left;
    margin-bottom: 15px !important;
    padding: 0;
  }

  .hero__title {
    font-weight: 800;
    font-size: 30px;
    line-height: 35px;
  }

  .hero__content {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
  }

  .hero__countries__list {
    flex-wrap: nowrap;
    margin-top: 20px !important;
    padding: 0 5% !important;
  }

  .hero__countries__item {
    flex: auto;
  }

  .hero__calculator {
    height: 416px;
    max-width: 498px;
  }

  .benefits__item__content {
    font-size: 15px;
  }

  .benefits {
    padding: 68px 2% 89px !important;
  }

  h2.benefits__title {
    font-weight: 800;
    font-size: 32px;
    margin-bottom: 20px !important;
  }

  .benefits__text {
    font-size: 22px;
    line-height: 27px;
    max-width: 684px;
    margin: 0 auto 48px;
    padding: 0;
  }

  .benefits__content {
    display: flex;
    max-width: 850px;
    align-items: center;
    justify-content: center;
    gap: 33px;
    margin: auto;
  }

  .benefits__bullets {
    margin: 0 auto;
    max-width: 420px;
}
.bullet {
  align-items: flex-start;
  flex-wrap: wrap;
}

.bullet .bullet__title{
  flex-direction: row;
  text-align: left;
  gap: 25px;
  font-size: 28px !important;
  line-height: 33px !important;
}
.bullet .bullet__description{
  text-align: left;
  padding-left: 60px;
}


  .benefits__list {
    flex-direction: row;
    gap: 20px;
    justify-content: space-evenly;
    align-items: stretch;
    max-width: 1000px;
    margin: auto !important;
  }

  .benefits__list__title {
    width: 641px;
    margin: 74px auto 43px !important;
  }

  .benefits__disclaimer {
    margin-top: 40px !important;
    display: none;
  }

  .benefits__item {
    flex: 1 1 calc(33.33% - 20px);
    min-height: 177px;
    padding: 26px 30px 6px;
  }

  .benefits__item__title {
    margin: 0 0 9px !important;
  }

  .benefits__cta {
    margin-top: 39px;
  }

  .offer {
    background-color: #C5ECF666;
    padding-top: 63px !important;
    padding-bottom: 52px !important;
  }

  .offer__title {
    margin: 0 auto 27px !important;
}

  .offer__text {
    max-width: 879px;
    font-size: 22px;
    line-height: 26px;
}

.offer__content {
  flex-direction: row-reverse;
    gap: 50px;
    justify-content: space-between;
    align-items: center;
    width: 760px;
    margin: auto;
}

.offer__list {
  margin: 0;
}

.offer__item {
  flex-direction: row;
  gap: 14px;
}

.offer__item__title {
  font-size: 28px !important;
  line-height: 30px;
  text-align: left;
}

.offer__item__content {
  text-align: left;
}

.offer__disclaimer {
  margin: 50px auto 0;
}


  .downloads {
    display: flex;
    flex-direction: row;
    padding: 3rem 10%;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .downloads__left {
    text-align: left;
    flex: 1 1 calc(60% - 20px);
    max-width: 467px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .downloads__right {
    flex: 1 1 calc(40% - 20px);
    max-width: 383px;
  }

  .downloads__title {
    font-weight: 800;
    font-size: 32px !important;
    margin-bottom: 25px !important;
    padding: 0;
  }

  .downloads__content {
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 38px !important;
    max-width: 443px;
  }

  .downloads__buttons__container {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    align-items: center;
  }

  .downloads__buttons__container.landing__desktop {
    display: flex !important;
  }

  .downloads__buttons img {
    max-width: 129px;
  }

  .downloads__image {
    margin: 0 auto;
    width: 339px;
  }

  .downloads__button {
    display: inline-block;
    max-width: 129px;
  }

  .downloads__button.qr__code {
    width: 78px;
    display: inline-block;
  }

  .downloads__reviews {
    width: 100%;
    flex-direction: row;
    gap: 40px;
    justify-content: space-evenly;
    max-width: 850px;
    margin-top: 40px;
  }

  .downloads__reviews__image {
    max-width: 237px;
  }

  .downloads__reviews .last {
    padding: 0;
  }

  .steps__title{
    margin-bottom: 61px !important;
  }

  .steps__content {
    display: flex;
    max-width: 860px;
    margin: auto;
    gap: 60px;
    justify-content: center;
}

.steps__list {
  margin: 0;
}

  .steps__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 330px;
    justify-content: flex-start;
    gap: 10px;
  }

  .steps__item__content {
    text-align: left;
  }

  .steps__item__title {
font-size: 26px !important;
line-height: 124% !important;
  }

  .steps__item__text {
font-size: 22px;
line-height: 26px;

  }

  .steps__cta {
    margin-top: 80px;
  }

  .providers {
   padding-top: 66px;
  padding-bottom: 151px;
  }

  .providers__brands {
    max-width: 766px;
}

  .providers__brands .brand {
    flex: 1 1 calc(25% - 15px);
}

.providers__ways__cards {
  display: flex;
  max-width: 1000px;
  gap: 40px;
  margin: 71px auto 0;
  justify-content: center;
}

.providers__ways {
  margin: 0 auto;
  width: 100%;
  padding: 37px 63px 45px;
  max-width: 500px;
}
.ways__title {
  font-size: 28px !important;
}
.ways__item__title p {
  font-size: 26px !important;
}
.ways__item__content {
  font-size: 22px;
  line-height: 26px;
}
  .customers {
    padding-bottom: 7rem;
  }

  .customers__list {
    align-items: center;
  }

  .customers__item {
    flex-direction: row;
    margin-bottom: 0;
    gap: 63px;
    max-width: 830px;
  }

  .customers__item.customers__item--reverse {
    flex-direction: row-reverse;
  }

  .customers__item picture,
  .customers__item div {
    flex: 1 1 48%;
  }

  .customers__item__content {
    max-width: 355px;
  }

  .customers__item__text {
    font-size: 22px;
    text-align: left;
    line-height: 24px;
    font-weight: 400;
  }

  .customers__item__name {
    text-align: right;
    padding-right: 6px;
    font-size: 22px;
  }

  .customers__item__image {
    width: 355px;
  }

  .customers__disclaimer {
    max-width: 100%;
    margin: 112px auto 0;
}

  .posts__articles {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .countries {
    padding-top: 59px;
  }


  .faqs {
    padding-bottom: 4rem;
  }

  .faqs__item {
    padding: 25px 10px;
  }

  .faqs__question {
    font-size: 20px;
    padding: 10px 0;
  }

  .faqs__answer,
  .faqs__answer span,
  .faqs__answer p {
    font-size: 20px;
    line-height: 25px;
  }

  .help__content {
    max-width: 356px;
  }

  .customer__rate__title {
    font-size: 32px !important;
    max-width: 667px;
  }

  .customer__rate__text {
    font-size: 22px;
    margin-top: 28px !important;
    max-width: 667px;
  }

  .customer__rate__value {
width: 356px;
font-size: 28px;
height: 64px;
  }

  .cta.customer__rate__cta {
    margin-top: 20px;
    max-width: 356px;
}

}

@media screen and (min-width: 1200px) {
  .landing__container {
    padding: 87px 1% 69px;
  }

  .hero__title {
    font-weight: 800;
    font-size: 40px;
    line-height: 42px !important;
  }

  .hero__content {
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
  }

  .benefits__list {
    max-width: 1130px;
  }

  .downloads {
    padding: 61px 16% 40px;
  }

  .steps {
    padding: 88px 10%;
    padding-bottom: 123px;
  }

  .providers {
    padding-top: 66px;
   padding-bottom: 113px;
   }

   .providers__ways__cards {
    max-width: 1100px;
    gap: 60px;
  }

  .customers {
    padding-top: 98px;
    padding-bottom: 57px;
  }

  .countries {
    padding-top: 59px;
  }
}
