body {
  margin: 0;
  padding: 0;
  font-family: "Mulish", sans-serif;
  width: 100%;
}

::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}

::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #e4e4e4;
}

.color-modifier {
  color: #FF0000;
}

.hide {
  display: none;
}

header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2em 0;
  width: 100%;
  background-color: #ffffff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0px 0px 5px 0px #0000001A;
          box-shadow: 0px 0px 5px 0px #0000001A;
}

header .logo-container {
  margin: 0 0 0 25px;
  width: 60px;
  height: 12px;
}

header .logo-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

header svg {
  margin: 0 19px 0 0;
}

header .desktop-nav {
  display: none;
}

.banner {
  height: 1500px;
  width: 100%;
  background: url(../assets/bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 90%;
}

.banner__desc {
  border-top: 1px solid #F1000008;
}

.banner__desc .banner__headline-text {
  z-index: 3;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 21.09px;
  width: 230px;
  position: relative;
  left: 50%;
  top: 40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.banner__desc .banner__glass {
  position: relative;
  top: 70px;
  width: 60%;
  max-width: 600.57px;
  height: 188.11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.banner__desc .banner__glass img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.banner__subsection-header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3em 0;
  position: relative;
  width: 168px;
  height: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 16px;
  line-height: 19px;
}

.banner .banner__choose-container {
  position: relative;
  top: 180px;
}

.banner .banner__choose-container .banner__choose-container--box {
  padding: 1em 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 261px;
  height: 261px;
  background: #ffffff;
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 26px 0px #00000000;
          box-shadow: 0px 0px 26px 0px #00000000;
  margin: 0 0 30px 0;
  text-align: center;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.banner .banner__choose-container .banner__choose-container--box .shield {
  width: 38.13px;
  height: 46.48px;
}

.banner .banner__choose-container .banner__choose-container--box .lock {
  width: 30.42px;
  height: 36.97px;
}

.banner .banner__choose-container .banner__choose-container--box .discount {
  width: 43.5px;
  height: 43.5px;
}

.banner .banner__choose-container .banner__choose-container--box h3 {
  font-size: 18px;
  width: 111px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.banner .banner__choose-container .banner__choose-container--box p {
  font-size: 13px;
  width: 200px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.banner .banner__choose-container .banner__choose-container--box:nth-child(odd) {
  background: rgba(255, 255, 255, 0.5);
}

.banner .banner__choose-container .banner__choose-container--box:nth-child(even) h3 {
  width: 143px;
}

.banner .banner__choose-container .banner__choose-container--box:nth-child(even) p {
  width: 196px;
}

.banner .banner__choose-container .banner__choose-container--box:last-child h3 {
  width: 134px;
}

.banner .banner__choose-container .banner__choose-container--box:last-child p {
  width: 218px;
}

.banner .banner__choose-container--box:hover {
  -webkit-box-shadow: 0px 0px 50px 0px #0000001A;
          box-shadow: 0px 0px 50px 0px #0000001A;
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.download-app {
  position: relative;
}

.download-app__ball {
  position: absolute;
}

.download-app__ball--1 {
  width: 16.76px;
  height: 16.76px;
  left: 0;
  margin: 0 0 0 49.08px;
  top: -50px;
}

.download-app__ball--2 {
  width: 17.07px;
  height: 17.07px;
  right: 0;
  top: 138.32px;
  margin: 0 44.55px 0 0;
}

.download-app__ball--3 {
  width: 9.66px;
  height: 9.66px;
  left: 0;
  top: 305px;
  margin: 0 0 0 55.52px;
}

.download-app__ball--4 {
  width: 13.08px;
  height: 13.08px;
  right: 0;
  top: 400px;
  margin: 0 53.03px 0 0;
}

.download-app .download__img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 224.89px;
  height: 250px;
}

.download-app .download__img img {
  width: 100%;
  height: 100%;
  -o-object-position: cover;
     object-position: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.download-app .download__desc {
  text-align: center;
}

.download-app .download__desc h2,
.download-app .download__desc p {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.download-app .download__desc h2 {
  font-size: 20px;
  font-weight: 600;
  width: 230px;
  height: 50px;
  line-height: 23px;
  margin: 21px 0 23px 0;
}

.download-app .download__desc p {
  font-size: 13px;
  width: 224px;
  height: 72px;
}

.download-app .download__desc-img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 134px;
  height: 40px;
}

.download-app .download__desc-img img {
  width: 100%;
  height: 100%;
  -o-object-position: cover;
     object-position: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.pos {
  position: relative;
  top: 144px;
  background: url("../assets/posBg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 20%;
}

.pos .pos-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  place-items: center;
}

.pos .pos-desc__img-container {
  width: 100%;
  height: 250px;
}

.pos .pos-desc__img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.pos .pos-desc p {
  margin: 15% 0 0 0;
  font-size: 9px;
  font-weight: 600;
  line-height: 11px;
  width: 50%;
  height: 40px;
}

.transaction {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4em 0;
  position: relative;
  top: 220px;
  background: url("../assets/eclipses.svg");
  background-size: 100px 382.01px;
  background-repeat: no-repeat;
  background-position: 100% 30px;
}

.transaction .send-svg {
  display: none;
}

.transaction .transaction-desc .desc {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 180px;
  height: 46px;
  font-size: 18px;
  line-height: 21px;
}

.transaction .transaction-desc .transaction-desc__img-container {
  position: relative;
  top: 36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 40px 0 0;
  width: 270px;
  height: 250px;
}

.transaction .transaction-desc .transaction-desc__img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.transaction .transaction-desc .transaction-desc__img-container .transaction-desc__img-container__transaction-example {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: -20%;
  width: 70%;
  height: 35%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.transaction .transaction-desc .transaction-desc__img-container .transaction-desc__img-container__transaction-example .transaction-desc__img-container__transaction-example-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.transaction .transaction-desc .transaction-desc__img-container .transaction-desc__img-container__transaction-example .transaction-desc__img-container__transaction-example-header svg {
  margin: 0;
  margin: 16px 0 0 15px;
  width: 8%;
  height: 10%;
}

.transaction .transaction-desc .transaction-desc__img-container .transaction-desc__img-container__transaction-example .transaction-desc__img-container__transaction-example-header h2 {
  font-size: 12px;
  margin: 14px 0 0 .5px;
}

.transaction .transaction-desc .transaction-desc__img-container .transaction-desc__img-container__transaction-example p {
  position: relative;
  top: 10px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin: 0 auto;
}

.earn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1em 0;
  position: relative;
  top: 360px;
}

.earn-desc h2 {
  margin: 0 0 50px 0;
  width: 190px;
  height: 23px;
  font-size: 18px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.earn-desc__img-container {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
  height: 300px;
}

.earn-desc__img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.earn-desc__img-container .earn-desc__img-container__left-text,
.earn-desc__img-container .earn-desc__img-container__right-text {
  position: absolute;
  text-align: center;
  padding: 1.5em 1.2em;
  width: 109px;
  font-size: 10px;
  font-weight: 600;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.earn-desc__img-container .earn-desc__img-container__left-text {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: -30px;
}

.earn-desc__img-container .earn-desc__img-container__right-text:nth-child(odd) {
  top: 0;
  height: 32px;
  right: -30px;
}

.earn-desc__img-container .earn-desc__img-container__right-text {
  right: 0;
  bottom: 0;
  right: -30px;
}

.earn-desc a {
  position: relative;
  top: 70px;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 1em;
  width: 131px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 10px;
  line-height: 12px;
  background: #D40000;
  text-decoration: none;
}

footer {
  background: rgba(212, 0, 0, 0.05);
  position: relative;
  width: 100%;
  top: 526px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 36px 0;
  border: 1px solid rgba(212, 0, 0, 0.05);
}

footer .footer-container__desc .footer-container__desc-logo,
footer .footer-container__desc .footer-container__desc-text,
footer .footer-container__desc .footer-container__desc-play {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 0 14px 0;
}

footer .footer-container__desc .footer-container__desc-logo {
  width: 52px;
  height: 12px;
}

footer .footer-container__desc .footer-container__desc-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

footer .footer-container__desc .footer-container__desc-text {
  width: 244px;
  height: 28px;
}

footer .footer-container__desc .footer-container__desc-text p {
  font-size: 11px;
}

footer .footer-container__desc .footer-container__desc-play {
  width: 90px;
  height: 28px;
}

footer .footer-container__desc .footer-container__desc-play img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

footer .footer-container__links ul {
  position: relative;
  right: 20px;
  margin: 37px 0 0 0;
}

footer .footer-container__links ul li {
  list-style-type: none;
}

footer .footer-container__links ul li .group {
  margin: 0 auto;
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .footer-container__links ul li .group li {
  font-size: 10px;
  margin: 0 0 16px 0;
  font-weight: 600;
}

footer .footer-container__links ul li .group li a {
  text-decoration: none;
  color: #000000;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

footer .footer-container__links ul li .group li a:hover {
  color: #D40000;
}

footer .footer-container__links-input {
  width: 90%;
  margin: 0 auto;
}

footer .footer-container__links-input input {
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
  width: 80%;
  height: 26.86px;
  border: none;
  background: #ffffff;
}

footer .footer-container__links-input input::-webkit-input-placeholder {
  color: #B9B9B9;
  font-size: 8px;
}

footer .footer-container__links-input input:-ms-input-placeholder {
  color: #B9B9B9;
  font-size: 8px;
}

footer .footer-container__links-input input::-ms-input-placeholder {
  color: #B9B9B9;
  font-size: 8px;
}

footer .footer-container__links-input input::placeholder {
  color: #B9B9B9;
  font-size: 8px;
}

footer .footer-container__links-input button {
  margin: 0 0 0 5px;
  background: #D40000;
  border: none;
  width: 26.86px;
  height: 26.86px;
  border-radius: 2px;
}

footer .footer-container__links .footer-container__links-inputs__terms ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 60%;
  position: relative;
  top: 15.14px;
  left: 50%;
  -webkit-transform: translateX(-58%);
          transform: translateX(-58%);
}

footer .footer-container__links .footer-container__links-inputs__terms ul li {
  font-size: 10px;
  font-weight: 600;
}

footer .copyright {
  position: relative;
  top: 45.14px;
  margin: 0 0 26px 0;
  font-size: 8px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .mobile-nav {
    display: none;
  }
  header {
    padding: 1em 0;
  }
  header .logo-container {
    width: 100px;
    height: 24px;
    margin: 0 0 0 25px;
  }
  header .logo-container img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  header svg {
    display: none;
  }
  header .desktop-nav {
    width: 85%;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    place-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .desktop-nav__links, header .desktop-nav__auth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    place-items: center;
  }
  header .desktop-nav__links li, header .desktop-nav__auth li {
    list-style-type: none;
    margin: 0 30px 0 0;
    font-weight: 600;
  }
  header .desktop-nav__links li a, header .desktop-nav__auth li a {
    font-size: 13px;
    text-decoration: none;
    color: #000000;
  }
  header .desktop-nav__auth li a {
    color: #D40000;
  }
  header .desktop-nav__auth li:nth-child(even) a {
    color: #ffffff;
    background: #D40000;
    padding: .75em 1.5em;
    border-radius: 4px;
  }
  .pos p {
    width: 20% !important;
    position: relative;
    right: 28%;
  }
  .earn-desc__img-container .earn-desc__img-container__left-text {
    left: 12%;
  }
  .earn-desc__img-container .earn-desc__img-container__right-text:nth-child(odd) {
    right: 11%;
    height: 42px;
  }
  .earn-desc__img-container .earn-desc__img-container__right-text {
    right: 11%;
  }
}

@media screen and (min-width: 1200px) {
  main {
    position: relative;
    top: -60vh;
  }
  .banner {
    background: url(../assets/lg-bg.svg);
    background-size: cover;
    height: 2200px;
    background-position: 50% 60%;
  }
  .banner__desc {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5em;
    width: 70%;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    place-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    justify-items: center;
  }
  .banner__desc .banner__headline-text {
    top: 25vh;
    left: 10%;
    height: auto;
    font-size: 37px;
    line-height: 47px;
    width: 50%;
    max-width: 500px;
    text-align: left;
    font-weight: 600;
    position: absolute;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .banner__desc .banner__glass {
    height: 45vh;
    left: 70%;
  }
  .banner__desc .banner__glass img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .banner__choose-container {
    width: 85%;
    max-width: 1300px;
    margin: 0 auto;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .banner__choose-container .banner__subsection-header {
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 27px;
    width: 290px;
    top: 0;
  }
  .banner__choose-container-wrapper {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    top: 0 !important;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .banner__choose-container-wrapper .banner__choose-container--box {
    width: 32% !important;
    max-width: 371px !important;
    height: 371px !important;
    left: 0 !important;
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
  }
  .banner__choose-container-wrapper .banner__choose-container--box svg {
    position: relative;
    top: 20px;
  }
  .banner__choose-container-wrapper .banner__choose-container--box h3 {
    top: 30px;
    font-size: 24px !important;
    width: 190px !important;
  }
  .banner__choose-container-wrapper .banner__choose-container--box p {
    top: 60px;
    font-size: 16px !important;
    letter-spacing: 0.01em;
    width: 270px !important;
    line-height: 23px;
  }
  .download-app {
    width: 80%;
    max-width: 1300px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .download-app .download {
    width: 100%;
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .download-app .download__img {
    width: 45%;
    height: 520px;
    right: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .download-app .download__img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .download-app .download__desc {
    top: 13vh;
    left: -48%;
    text-align: left;
    position: relative;
    right: 60%;
    height: 220px;
  }
  .download-app .download__desc h2,
  .download-app .download__desc p {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .download-app .download__desc h2 {
    font-size: 37px !important;
    width: 420px;
    line-height: 45px;
  }
  .download-app .download__desc p {
    top: 50px;
    font-size: 18px;
    width: 280px;
  }
  .download-app .download__desc-img {
    top: 80px;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .pos {
    height: 70vh;
  }
  .pos-desc {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pos-desc__img-container {
    position: relative;
    left: 15%;
    width: 40% !important;
    height: 500px !important;
  }
  .pos-desc p {
    margin: 8% 0 0 0 !important;
    right: 18%;
    font-weight: 400 !important;
    font-size: 27px !important;
    line-height: 38px !important;
    width: 400px !important;
  }
  .transaction {
    background-size: 200px 600px;
    top: 300px;
  }
  .transaction .send-svg {
    display: block;
    position: absolute;
    right: 0;
    top: 37vh;
    margin-right: 27%;
    z-index: 4;
  }
  .transaction-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .transaction-desc h2 {
    font-size: 43px !important;
    line-height: 54px !important;
    width: 450px !important;
    top: 20vh !important;
    left: 25% !important;
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
  }
  .transaction-desc__img-container {
    top: 0 !important;
    width: 41% !important;
    height: 70vh !important;
    left: 18% !important;
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
  }
  .transaction-desc__img-container img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .transaction-desc__img-container .transaction-desc__img-container__transaction-example {
    height: 20vh !important;
  }
  .transaction-desc__img-container .transaction-desc__img-container__transaction-example .transaction-desc__img-container__transaction-example-header svg {
    margin: 25px 0 0 20% !important;
  }
  .transaction-desc__img-container .transaction-desc__img-container__transaction-example .transaction-desc__img-container__transaction-example-header h2 {
    font-size: 22px !important;
    margin: 14px 0 0 10% !important;
  }
  .transaction-desc__img-container .transaction-desc__img-container__transaction-example p {
    font-size: 47px !important;
  }
  .transaction-desc__img-container .transaction-desc__img-container__transaction-example p svg {
    width: 70px !important;
    height: 70px !important;
  }
  .earn {
    top: 500px;
  }
  .earn-desc h2 {
    font-size: 27px;
    width: 300px;
  }
  .earn-desc__img-container {
    height: 60vh;
  }
  .earn-desc__img-container .earn-desc__img-container__left-text,
  .earn-desc__img-container .earn-desc__img-container__right-text {
    padding: 1.5em 1.2em;
    width: 15%;
    font-size: 18px;
  }
  .earn-desc__img-container .earn-desc__img-container__left-text {
    left: 18%;
  }
  .earn-desc__img-container .earn-desc__img-container__right-text:nth-child(odd) {
    right: 18%;
    height: 62px;
  }
  .earn-desc__img-container .earn-desc__img-container__right-text {
    right: 18%;
  }
  .earn-desc a {
    font-size: 16px;
    top: 20px;
    width: 200px;
    padding: 1.75em;
  }
  footer {
    top: 200px;
    height: 50vh;
  }
  footer .footer-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  footer .footer-container__desc {
    position: relative;
    top: 30px;
  }
  footer .footer-container__desc-logo {
    left: 0 !important;
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
    width: 127px !important;
    height: 31.39px !important;
  }
  footer .footer-container__desc-text {
    top: 30px !important;
    width: 279.099px !important;
  }
  footer .footer-container__desc-text p {
    font-size: 18px !important;
    line-height: 18px;
  }
  footer .footer-container__desc-play {
    top: 70px;
    left: 0 !important;
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
    width: 132px !important;
    height: 40.51px !important;
  }
  footer .footer-container__links {
    width: 60%;
  }
  footer .footer-container__links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .footer-container__links ul li .group {
    width: 250px;
  }
  footer .footer-container__links ul li .group li {
    font-size: 18px;
    margin: 0 30px 0 0;
  }
  footer .footer-container__links ul li .group .group-mod {
    position: absolute;
    top: 70px;
    left: -120px;
  }
  footer .footer-container__links-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    top: 120px;
    left: -40px;
  }
  footer .footer-container__links-input .footer-container__links-inputs__subscribe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .footer-container__links-input .footer-container__links-inputs__subscribe input {
    display: block;
    width: 550px;
    height: 57px;
  }
  footer .footer-container__links-input .footer-container__links-inputs__subscribe input::-webkit-input-placeholder {
    font-size: 14px;
  }
  footer .footer-container__links-input .footer-container__links-inputs__subscribe input:-ms-input-placeholder {
    font-size: 14px;
  }
  footer .footer-container__links-input .footer-container__links-inputs__subscribe input::-ms-input-placeholder {
    font-size: 14px;
  }
  footer .footer-container__links-input .footer-container__links-inputs__subscribe input::placeholder {
    font-size: 14px;
  }
  footer .footer-container__links-input .footer-container__links-inputs__subscribe button {
    width: 55px;
    height: 55px;
  }
  footer .footer-container__links-inputs__terms {
    position: relative;
    top: -55px !important;
  }
  footer .footer-container__links-inputs__terms ul {
    display: block !important;
  }
  footer .footer-container__links-inputs__terms ul li {
    margin: 0 0 15px 0;
    width: 150px;
    font-weight: 400 !important;
    font-size: 18px !important;
  }
  footer .copyright {
    font-size: 14px;
    top: 150px;
  }
}

.mobile-nav {
  z-index: 10;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #ffffff;
}

.mobile-nav header {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mobile-nav .wrapper {
  height: 86%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mobile-nav .wrapper .links .auth-links {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.mobile-nav .wrapper .links .auth-links a {
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: .5em 2.5em;
  background-color: #D40000;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}

.mobile-nav .wrapper .links .auth-links a:nth-child(even) {
  background-color: #FFF5F5;
  color: #000000;
}

.mobile-nav .wrapper .links .navigation-links {
  margin-top: 50px;
}

.mobile-nav .wrapper .links .navigation-links ul li {
  list-style-type: none;
  margin-top: 2em;
}

.mobile-nav .wrapper .links .navigation-links ul li a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 14px;
}

.mobile-nav .wrapper .footer .footer-desc {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 .5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  place-items: center;
}

.mobile-nav .wrapper .footer .footer-desc .footer-desc__item .logo-container {
  width: 70px;
  height: 40px;
}

.mobile-nav .wrapper .footer .footer-desc .footer-desc__item .logo-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.mobile-nav .wrapper .footer .footer-desc .footer-desc__item p {
  width: 95%;
  font-size: 10.5px;
  line-height: 12px;
  margin: 0;
}

.mobile-nav .wrapper .footer .footer-desc .play-container {
  position: relative;
  top: 25px;
  width: 150px;
  height: 80px;
}

.mobile-nav .wrapper .footer .footer-desc .play-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.mobile-nav .wrapper .footer .footer-links {
  margin-top: 40px;
}

.mobile-nav .wrapper .footer .footer-links ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.mobile-nav .wrapper .footer .footer-links ul li {
  list-style-type: none;
}

.mobile-nav .wrapper .footer .footer-links ul li a {
  text-decoration: none;
  font-size: 10px;
  font-weight: 600;
  color: #000;
}

.mobile-nav .wrapper .footer .copyright {
  margin-top: 40px;
  text-align: center;
  font-size: 9px;
}
/*# sourceMappingURL=main.css.map */