@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 16px;
  background: #fbfcff;
  text-align: center;
}

header {
  width: 100%;
  height: 34px;
  background: #212233;
}

.wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1140px;
  height: 100%;
  position: relative;
  margin: 0 auto;
  flex-wrap: wrap;
}

.left {
  display: flex;
}

.left > * {
  align-self: center;
}

.header-logo {
  width: 30px;
  height: 24px;
}

.home-text {
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  color: #f2f5fa;
  text-decoration: none;
}

.menu__btn {
  top: 16px !important;
}

.icons {
  background: #f2f5fa;
}

.icons .wrapper {
  max-width: 556px;
  padding: 30px 0;
}

.icons .wrapper .icon {
  width: 132px;
  text-align: center;
}

.icons .wrapper img {
  width: 45px;
  height: 45px;
  margin: 0 auto;
}

.icons .wrapper p {
  font-family: Nunito, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 16px;
  color: #adacd1;
}

.step-1,
.step-2 {
  padding: 60px 0;
  height: 377px;
  box-sizing: border-box;
}

.step-2 {
  padding: 35px 0;
}

.step-1 .content {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 28px;
  text-align: center;
  margin: 0 auto 40px;
  text-transform: uppercase;
}
.step-1 .extra-desktop {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.07px;
  width: calc(100% - 20px);
  margin: 0 auto 25px;
  display: block;
  color: #43424e;
}
.step-1 button {
  cursor: pointer;
}

.status {
  background: #00a254;
  border-radius: 20px;
  width: 10px;
  height: 10px;
}

.cusButton {
  max-width: 393px;
  width: calc(100% - 10px);
  height: 77px;
  background: #00a254;
  outline: none;
  border: none;
  border-radius: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 29.26px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}

.browser-compatible {
  display: flex;
  gap: 10px;
  width: 169px;
  margin: 25px auto 0;
}

.step-2 .browser-compatible {
  margin: 15px auto 0;
}

.browser-compatible > * {
  align-self: center;
}

.browser-compatible p {
  font-family: Nunito, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.1px;
  color: #777682;
}

.disclaimer {
  color: #777682;
}

.disclaimer .title {
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 21.82px;
  text-align: center;
  padding: 10px 0;
}

.disclaimer .content {
  max-width: 1140px;
  margin: 0 auto;
  font-family: Nunito, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.37px;
  text-align: center;
  padding: 10px 0 20px;
  width: calc(100% - 20px);
}

.benefit {
  background: #212233;
  padding: 40px 0;
}

.benefit .title {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 28px;
  text-align: center;
  color: #fbfcff;
  margin-bottom: 30px;
}

.benefit .wrapper {
  gap: 40px;
  justify-content: center;
  max-width: 1140px;
}

.benefit p {
  font-family: Nunito, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
}

.logo {
  width: 300px;
  height: 34.95px;
  margin: 30px auto 40px;
}

.footer {
  background: #f2f5fa;
}

.explanation {
  background: url(./images/explanation.webp) center center no-repeat;
  background-size: cover;
  height: 308px;
  padding: 60px 0;
}

.explanation .text {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 28px;
  color: #ffffff;
  text-transform: uppercase;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}

.explanation .highlights {
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 800;
  line-height: 64px;
  color: #7371ff;
  margin: 20px 0;
}

.extra-mobile,
.extra-mobile-2 {
  display: none;
}

.cla_title {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 28px;
  text-align: center;
  color: #212233;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.cla {
  width: 332px;
  box-shadow: 0 0 10px 0 #797c8d26;
  margin: 0 auto;
  border-radius: 5px;
  padding: 20px 0;
}

.cla p {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.p-cla {
  max-width: 210px;
  padding: 18px 12px;
  border: 3px solid #00a254;
  margin: 10px auto;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 38.16px;
  text-align: center;
  animation: changeBorderColor 2s ease-in-out infinite;
  -webkit-animation: changeBorderColor 2s ease-in-out infinite;
  -o-animation: changeBorderColor 2s ease-in-out infinite;
  -moz-animation: changeBorderColor 2s ease-in-out infinite;
}

@keyframes changeBorderColor {
  0% {
    border-color: #0db6ff;
  }

  50% {
    border-color: #00b65e;
  }

  100% {
    border-color: #0db6ff;
  }
}

.kw,
.stat,
.sc {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  color: #00a254;
  animation: changeColor 2s ease-in-out infinite;
  -webkit-animation: changeColor 2s ease-in-out infinite;
  -o-animation: changeColor 2s ease-in-out infinite;
  -moz-animation: changeColor 2s ease-in-out infinite;
}

.to {
  display: block;
  line-height: 30px;
}

@keyframes changeColor {
  0% {
    color: #0db6ff;
  }

  50% {
    color: #00b65e;
  }

  100% {
    color: #0db6ff;
  }
}

header .wrapper {
  width: calc(100% - 20px);
}

#em_submit_msisdn {
  display: none;
}

@media screen and (max-width: 834px) {
  .benefit .icon {
    width: 120px !important;
  }

  .benefit .icon img {
    width: 120px !important;
  }

  .benefit .wrapper {
    gap: 42.5px;
  }

  .benefit p {
    font-size: 14px;
  }
}

/*mobile*/
@media screen and (max-width: 768px) {
  .benefit .wrapper {
    gap: 10px 15px;
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
  }

  .benefit .title {
    font-size: 22px;
  }

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

  .icons .wrapper img {
    width: 30px;
    height: 30px;
  }

  .icons .wrapper p {
    font-size: 13px;
  }

  .icons .wrapper {
    justify-content: center;
  }

  .icons .wrapper .icon {
    width: 115px !important;
  }

  .icons.icons2 .wrapper {
    gap: 15px;
  }

  .icons.icons2 .wrapper .icon {
    width: 70px !important;
  }

  .step-1 .content {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .step-1 .extra-desktop {
    display: none;
  }
  .disclaimer .content {
    font-size: 12px;
  }

  .disclaimer .title {
    display: none;
  }

  .extra-mobile {
    display: none !important;
    font-family: Nunito, sans-serif;
    font-size: 16px;
    font-weight: 700;
    display: block;
    width: calc(100% - 20px);
    margin: 0 auto 30px;
    color: #777682;
  }

  .extra-mobile-2 {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.07px;
    width: calc(100% - 20px);
    margin: 0 auto 15px;
    display: block;
    color: #43424e;
  }
  .android .step-1,
  .step-2 {
    padding: 25px 0;
  }
  .ios .step-1,
  .step-2 {
    padding: 25px 0;
  }
  #em_submit_msisdn {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  #desktop-button {
    display: none;
  }
  .step-1 {
    height: unset;
  }
  .explanation {
    padding: 30px 0;
  }
}
.menu__btn {
  top: 16px !important;
  z-index: 40;
}
#menu__toggle:checked ~ .menu__btn {
  position: fixed;
  right: 30px;
  top: 32.5px !important;
}
@media screen and (max-width: 415px) {
  .icons.icons2 .wrapper {
    gap: 5px;
  }
  .icons.icons2 .wrapper .icon {
    width: 17vw !important;
  }
  .icons .wrapper {
    padding: 15px 0;
  }
  .ios .step-1 .content {
    font-size: 17px;
  }
  .ios .step-1,
  .step-2 {
    padding: 40px 0;
  }
  .ios .icons .wrapper {
    padding: 15px 0;
  }
}

#desktop-button:hover {
  background: #04d671;
}

#em_submit_msisdn.clicking {
  background: #04d671;
}

.menu__btn > span:hover,
.menu__btn > span:hover:before,
.menu__btn > span:hover:after {
  background-color: #6842ff !important;
}

.menu__box a:hover {
  color: #6842ff !important;
}
