.swiper-slide-active {
  z-index: 3;
}
.app-container {
  margin: 0 auto;
  width: 905px;
}
._lock {
  overflow: hidden;
}
.swiper-slide-active {
  z-index: 5;
}
* {
  border: 0;
  margin: 0;
  padding: 0;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  height: 100%;
  min-width: 320px;
}
body {
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  color: #4c4c4c;
  font-weight: 400;
}
button,
input,
textarea {
  font-size: inherit;
}
button {
  background-color: inherit;
  cursor: pointer;
}
a,
button {
  color: inherit;
}
a:hover,
a:link,
a:visited {
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
img {
  max-width: 100%;
}
section {
  padding-bottom: 32px;
  padding-top: 32px;
}
.title {
  color: #414042;
  font-family: "Exo 2", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}
.download-app-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 960px;
    width: 100%;
    background: #FFFFFF;
    border-radius: 16px;
    margin-top: 32px;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}
.main-banner {
    padding-top: 0;
}
.main-banner__container {
  max-width: 905px;
}
.main-banner__wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-banner__image {
  margin-right: 24px;
  width: 440px;
}
.main-banner__img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.main-banner__content {
  width: 410px;
}
.main-banner__title {
  color: #333;
  font-family: "Exo 2", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 16px;
}
.main-banner__title span {
  color: #ea5400;
  display: block;
}
.main-banner__info {
  color: #333;
  font-family: "Exo 2", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}
.mobile-app__wrapper {
  flex-direction: row-reverse;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 32px;
}
.mobile-app__image {
  width: 345px;
}
.mobile-app__img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.mobile-app__content {
  margin-right: 24px;
  width: 408px;
}
.mobile-app__title {
  margin-bottom: 24px;
}
.mobile-app__info {
  font-size: 14px;
  line-height: 120%;
  margin-bottom: 32px;
}
.mobile-app__info span {
  font-weight: 700;
}
.mobile-app__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mobile-app__link {
  height: 30px;
  width: 94px;
}
.mobile-app__link img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.mobile-app__link:not(:last-child) {
  margin-right: 8px;
}
.desktop-app {
    padding-bottom: 0;
    margin-bottom: 32px;
}
.desktop-app__wrapper {
  flex-direction: row-reverse;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 32px;
}
.desktop-app__image {
  margin-right: 108px;
  width: 325px;
}
.desktop-app__img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.desktop-app__content {
  width: 408px;
}
.desktop-app__title {
  margin-bottom: 24px;
}
.desktop-app__info {
  font-size: 14px;
  line-height: 120%;
  margin-bottom: 32px;
}
.desktop-app__info span {
  font-weight: 700;
}
.desktop-app__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.desktop-app__link {
  border: 1px solid #ea5400;
  border-radius: 5px;
  color: #ea5400;
  font-size: 14px;
  font-weight: 700;
  line-height: 110%;
  padding: 8px 16px;
  text-align: center;
}
.desktop-app__link:not(:last-child) {
  margin-right: 8px;
}
.mobile-app {
  order: 3
}
.desktop-app {
  order: 2
}

@media (max-width: 1269px) {
  .mobile-app {
    order: 2
  }
  .desktop-app {
    order: 3
  }
  .desktop-app__wrapper, .mobile-app__wrapper {
    flex-direction: row;
  }
  .download-app-wrapper {
    box-shadow: none;
    margin: 0;
    max-width: 100%;
  }

  .app-container {
    width: 767px;
  }
  .main-banner {
    padding-top: 32px;
  }
  .main-banner__image {
    width: 384px;
  }
  .main-banner__content {
    width: 345px;
  }
  .mobile-app__image {
    width: 292px;
  }
  .mobile-app__content {
    width: 352px;
  }
  .desktop-app {
    margin-bottom: 0;
    padding-bottom: 32px;
  }
  .desktop-app__image {
    width: 276px;
  }
  .desktop-app__content {
    width: 345px;
  }
  .desktop-app__links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .desktop-app__link {
    display: block;
    width: 70%;
  }
  .desktop-app__link:not(:last-child) {
    margin-bottom: 8px;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .app-container {
    padding: 0 32px;
    width: 100%;
  }
  section {
    padding-bottom: 26px;
    padding-top: 26px;
  }
  .title {
    font-size: 18px;
  }
  .main-banner {
    padding-top: 26px;

  }
  .main-banner__wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .main-banner__image {
    margin-right: 10px;
    width: 50%;
  }
  .main-banner__content {
    width: 45%;
  }
  .main-banner__title {
    font-size: 28px;
  }
  .main-banner__info {
    font-size: 18px;
  }
  .mobile-app__wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 0;
  }
  .mobile-app__image {
    width: 50%;
  }
  .mobile-app__content {
    margin-right: 0;
    width: 45%;
  }
  .desktop-app {
    padding-bottom: 26px;
  }
  .desktop-app__wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
  }
  .desktop-app__image {
    margin-right: 0;
    width: 45%;
  }
  .desktop-app__content {
    width: 45%;
  }
}
@media (max-width: 628px) {
  .main-banner__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-banner__image {
    margin-bottom: 32px;
    max-width: 420px;
    width: 100%;
  }
  .main-banner__content {
    width: 100%;
  }
  .mobile-app__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .mobile-app__image {
    margin-bottom: 32px;
    max-width: 420px;
    width: 100%;
  }
  .mobile-app__content {
    width: 100%;
  }
  .desktop-app__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .desktop-app__image {
    margin-bottom: 32px;
    max-width: 420px;
    width: 100%;
  }
  .desktop-app__content {
    width: 100%;
  }
  .desktop-app__links {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .desktop-app__link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding: 8px;
    width: 49%;
  }
  .desktop-app__link:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (max-width: 29.75em) {
  .app-container {
    padding: 0 16px;
  }
}
@media (hover: hover) {
  .desktop-app__link {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .desktop-app__link:hover {
    background-color: #ea5400;
    border-color: #ea5400;
    color: #fff;
  }
}

/*
     FILE ARCHIVED ON 15:38:34 Jan 02, 2026 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:30:02 Mar 13, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.806
  exclusion.robots: 0.062
  exclusion.robots.policy: 0.047
  esindex: 0.014
  cdx.remote: 10.937
  LoadShardBlock: 111.298 (3)
  PetaboxLoader3.datanode: 105.117 (4)
  load_resource: 153.602
  PetaboxLoader3.resolve: 38.672
*/