#root {
  margin-top: 120px;
}
#root .Loader {
  text-align: center;
}
#root .Loader_spinner {
  position: relative;
  margin: auto;
  width: 200px;
  height: 64px;
  transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}
#root .Loader_spinner div {
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  position: absolute;
  animation: spinner linear 1s infinite;
  background: #337ab7;
  width: 6px;
  height: 12px;
  border-radius: 40%;
  transform-origin: 3px 27px;
}
#root .Loader_spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -0.9166666667s;
}
#root .Loader_spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -0.8333333333s;
}
#root .Loader_spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.75s;
}
#root .Loader_spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.6666666667s;
}
#root .Loader_spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.5833333333s;
}
#root .Loader_spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.5s;
}
#root .Loader_spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.4166666667s;
}
#root .Loader_spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.3333333333s;
}
#root .Loader_spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.25s;
}
#root .Loader_spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.1666666667s;
}
#root .Loader_spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.0833333333s;
}
#root .Loader_spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#root .assurance-copy {
  color: #333;
  margin-top: -5px;
}
#root .assurance-copy .price {
  margin-bottom: 10px;
}
#root .assurance-copy h5 {
  font-size: 0.95rem;
  font-weight: bold;
}
#root .assurance-copy p {
  font-size: 0.8rem;
}
#root .pre-lander {
  width: 100%;
  background-color: rgba(255, 0, 255, 0.08);
  color: rgba(0, 0, 0, 0.32);
  font-size: 12px;
  text-align: center;
}
#root .pre-lander_sample {
  padding: 8px;
}
#root * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  line-height: 1;
}
#root html {
  scroll-behavior: smooth;
  -webkit-touch-callout: none;
  font-family: "Arial", "Helvetica", sans-serif;
}
#root body {
  margin: 0;
  min-height: 100vh;
  padding: 0 0 50px 0;
  color: #ccc;
  font-size: calc(14px + 12 * (100vw - 300px) / 1300);
  background-color: #f3f3f3;
  background-image: url(../images/c61658a57555edf94cfa..svg);
  background-size: 500px;
}
#root a {
  cursor: pointer;
  text-decoration: none;
  color: #1e87f0;
}
#root a:hover {
  text-decoration: underline;
}
#root .bx-ar {
  direction: rtl;
  text-align: right;
}
#root .mo-instructions p {
  color: #222;
  font-size: 16px;
}
#root .mo-instructions p b {
  color: #1e87f0;
  font-size: 18px;
}
#root .msisdn-label, #root .click-label {
  max-width: 300px;
  margin: 10px auto;
  text-align: center;
  font-size: 18px;
  font-weight: #222;
}
#root .msisdn-label2, #root .pin-entry-label {
  font-weight: bold;
  font-size: 0.9rem;
  margin: 0 auto 10px auto;
  font-weight: #333;
}
#root .bx-header {
  direction: ltr;
  margin: 0 auto;
  padding: 5px 10px;
  min-height: 30px;
  max-width: 1200px;
  position: relative;
  align-items: center;
  justify-content: space-between;
  background: #222;
  display: flex;
}
#root .bx-header .header-logo {
  margin: 0;
  width: 100px;
}
#root .bx-header .switch-lang {
  position: relative;
  margin: 0;
  padding: 5px 10px;
  max-width: fit-content;
  min-height: unset;
  border-radius: 5px;
  font-size: 14px;
  outline: unset;
  z-index: 2;
}
#root .bx-header .switch-lang:hover {
  opacity: 0.85;
}
#root .bx-container {
  display: flex;
  margin: 0px auto;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
#root .bx-creative {
  position: relative;
  margin: 0 auto;
  padding: 20px 16px 0;
  width: 100%;
  max-width: 360px;
  text-align: center;
  color: #fff;
  text-wrap: pretty;
}
#root .bx-creative .creative-img {
  display: block;
  width: 200px;
  margin: 30px auto 20px;
}
#root .bx-creative h1 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: #fff;
}
#root .bx-holder {
  width: 100%;
  max-width: 360px;
  text-align: center;
}
#root .subscription-area {
  max-width: 425px;
  min-height: 80px;
  padding: 20px 0 0;
  color: #333;
  width: 90%;
  margin: 0 auto;
}
#root .with-prelander-false {
  display: none;
}
#root .credit-area input {
  width: 270px;
  padding: 10px;
  margin: 5px auto;
  background-color: #fff;
  border: 1px solid #1e87f0;
  border-radius: 2px;
  font-size: 16px;
  font-weight: normal;
}
#root .credit-area input::placeholder {
  color: #ccc;
  font-size: 16px;
  font-weight: normal;
}
#root .phone-input-wrap {
  direction: ltr;
  margin: 10px auto;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 8px;
  max-width: 300px;
}
#root .phone-input-wrap:has(input:focus) {
  border: 1px solid #f3b633;
  box-shadow: 0 0 0 1px #f3b633;
}
#root .phone-input-wrap .checkmark-container {
  margin-right: 5px;
}
#root .phone-input-wrap .phone-input {
  border-radius: 8px;
  border: 0;
}
#root .phone-input-wrap .phone-input .checkmark-container {
  width: 30px;
  height: 30px;
  margin: 5px;
}
#root .phone-input-wrap .phone-input .phone {
  background: none;
  height: 0;
  width: 0;
}
#root .phone-input-wrap .phone-input .text-input {
  padding: 0;
  text-align: center;
}
#root .phone-input-wrap input {
  font-size: 1.4rem;
}
#root .phone-input-wrap input::placeholder {
  font-size: 1.1rem;
  margin-right: -20px;
}
#root .pin-input-wrap {
  position: relative;
  max-width: 300px;
  margin: auto;
}
#root .pin-input-wrap .pin-input {
  font-size: 1.4rem;
  padding: 8px;
  text-align: center;
  margin-bottom: 4px;
  border-radius: 8px;
  border: 1px solid #000;
  width: 100%;
  max-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
#root .pin-input-wrap .pin-input:has(input:focus) {
  border: 1px solid #f3b633;
  box-shadow: 0 0 0 1px #f3b633;
}
#root .pin-input-wrap .pin-input::placeholder {
  font-size: 1em;
}
#root .try-again-link {
  display: none;
  z-index: 2;
  position: relative;
}
#root button, #root .button, #root .btn {
  background-color: #ffbf00;
  color: #000;
  margin: 10px auto;
  width: 100%;
  max-width: 300px;
  padding: 20px;
  font-size: 22px;
  border-radius: 8px;
  line-height: 40px;
  font-weight: bold;
  border: 0;
  cursor: pointer;
  display: block;
  text-align: center;
}
#root button:hover:active, #root .button:hover:active, #root .btn:hover:active {
  transform: scale(0.95);
}
#root button:hover, #root .button:hover, #root .btn:hover {
  text-decoration: none;
}
#root .legalArea {
  text-align: center;
}
#root .top-legals, #root .price-point {
  position: relative;
}
#root .top-legals {
  margin: 0;
  color: #ccc;
  font-size: 11px;
}
#root .price-point {
  position: fixed;
  bottom: 0;
  color: #fff;
  background-color: #000;
  width: 100%;
  left: 0;
  font-size: 11px;
  line-height: 1.5em;
  padding: 6px;
  z-index: 1;
}
#root .disclaimer {
  color: #fff;
  line-height: 1.25;
  text-align: justify;
  text-align-last: center;
  width: calc(100% - 10px);
  font-size: 11px;
  padding: 0 10px;
  min-height: auto;
  margin: 20px auto;
  margin-bottom: 50px;
}
#root .disclaimer a {
  display: inline-block;
  margin: 0 1ch;
  color: #06aee1;
  font-weight: bold;
}
#root .disclaimer img {
  filter: brightness(40%);
}
#root .msg, #root .error-msg, #root .success-msg {
  margin: 10px 0;
  padding: 5px 10px;
  font-size: 14px;
}
#root .msg {
  color: #1e87f0;
  background-color: #d8eafc;
}
#root .error-msg {
  border: 1px dashed #e5a3a3;
  text-align: center;
  max-width: 300px;
  margin: 1em auto;
  padding: 8px;
  font-size: 11px;
  background-color: rgba(255, 5, 5, 0.21);
  color: red;
  font-weight: bold;
}
#root .success-msg {
  color: #32d296;
  background-color: #edfbf6;
}
#root .bx-overlay-true .subscription-area {
  z-index: 2;
  position: relative;
  animation-name: bx-shakeX;
  animation-duration: 0.75s;
  animation-fill-mode: both;
}
#root .bx-overlay-true .price-point {
  z-index: 2;
  color: #ccc;
}
#root .bx-overlay-true::before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(1.5px);
}
#root .bx-modal-true .subscription-area {
  z-index: 2;
  top: -150px;
  position: relative;
}
#root .bx-modal-true .try-again-link {
  top: -150px;
}
#root .bx-modal-true .price-point {
  z-index: 2;
  color: #ccc;
  top: -150px;
}
#root .bx-modal-true::before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  position: fixed;
  backdrop-filter: blur(1.5px);
  background-color: rgba(0, 0, 0, 0.75);
}
#root .show {
  display: block;
}
#root .hide {
  display: none;
}
@media only screen and (max-width: 425px) {
  #root .subscription-area {
    padding: 20px 0 0;
  }
}
@keyframes bx-shakeX {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
#root .msisdn-label1, #root .pin-entry-label1 {
  font-size: 16px;
  color: #d1610a;
  margin-bottom: 16px;
}
#root .thankyou-page h3, #root .thankyou-page p {
  margin-block-start: 1em;
  margin-block-end: 1em;
}
#root .thankyou-page h4.thankyou-message {
  font-size: 2em;
}
#root .loading-wrapper {
  font-size: 12px;
}
#root .subscription-box {
  padding: 15px 20px;
  max-width: 360px;
  min-width: 320px;
  background-color: #fff;
  border-radius: 5px;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.8rem;
  margin-bottom: 10px;
}
#root .subscription-box h4 {
  font-size: 0.85rem;
  margin-bottom: 5px;
  max-width: 360px;
}
#root .subscription-box h5 {
  font-size: 0.8rem;
  max-width: 340px;
  font-weight: normal;
}
#root .subscription-box ol {
  text-align: left;
  list-style-type: decimal;
  margin: 10px 0;
}
#root .subscription-box ol li {
  font-size: 0.7rem;
  margin-left: 1rem;
  margin-bottom: 5px;
  line-height: 1;
}
#root .loading-circle-wrapper {
  position: relative;
  width: 220px;
  margin: 0 auto;
}
#root .loading-circle-wrapper svg {
  width: 220px;
  height: 220px;
  fill: none;
  stroke-width: 15px;
}
#root .loading-circle-wrapper svg .background {
  stroke: #ddd;
}
#root .loading-circle-wrapper svg .complete, #root .loading-circle-wrapper svg .progress {
  stroke: #07aee1;
}
#root .loading-circle-wrapper svg .progress {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: path-load forwards 1.5s ease-in;
}
@keyframes path-load {
  to {
    stroke-dashoffset: 0;
  }
}
#root .loading-circle-wrapper .element-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#root .loading-circle-wrapper .element-wrapper.percentage-wrapper.always-hide {
  display: none;
}
#root .loading-circle-wrapper .element-wrapper.percentage-wrapper p {
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  animation: forwards fade-out 0.5s;
  animation-delay: 2s;
}
#root .loading-circle-wrapper .element-wrapper.arrow-wrapper.initially-hide {
  opacity: 0;
  animation: forwards fade-in 0.5s;
  animation-delay: 2s;
}
#root .loading-circle-wrapper .element-wrapper.arrow-wrapper img {
  width: 140px;
  height: auto;
  animation: infinite up-down 1.5s;
}
@keyframes up-down {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-16px);
  }
}
@keyframes fade-out {
  100% {
    opacity: 0;
  }
}
@keyframes fade-in {
  100% {
    opacity: 1;
  }
}
#root .game-icons {
  position: relative;
  width: 160px;
  height: auto;
  margin: 0 auto;
  display: block;
}
#root .service-name {
  color: #07aee1;
  margin-bottom: 10px;
  font-size: 1.8rem;
}
