body {
  margin: 0;
  padding: 0;
  background-color: #6554cd;
  font-family: Tahoma, Arial, Helvetica, Sans-serif;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased; }

.root {
  max-width: 660px;
  margin: auto; }

.container {
  margin: 0 auto;
  display: block;
  max-width: 1020px;
  overflow: hidden;
  min-height: 430px;
  position: relative; }

.creative {
  width: 300px;
  height: 400px;
  display: block;
  margin: 0 auto;
  position: relative; }

.title {
  left: 0;
  right: 0;
  top: 23px;
  width: 300px;
  margin: 0 auto;
  height: 116px;
  display: block;
  position: absolute;
  background-size: 100% auto; }

.title.ar {
  background-image: url(//d2b4jmuffp1l21.cloudfront.net/os-ui/static/candy-monster-bupper-one-click/files/4348b2a7c9d22b933b1f4b5de516efe1.png); }

.title.en {
  background-image: url(//d2b4jmuffp1l21.cloudfront.net/os-ui/static/candy-monster-bupper-one-click/files/fcf54f1b9412657d3c4f7020acf48373.png); }

#monster {
  left: 0;
  right: 0;
  width: 139px;
  height: 165px;
  margin: 0 auto;
  display: block;
  position: absolute;
  background-size: 1112px 165px;
  background-repeat: no-repeat;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  background-image: url(//d2b4jmuffp1l21.cloudfront.net/os-ui/static/candy-monster-bupper-one-click/files/966cd751c6fbae1eed4aeeb97f2b78ec.png); }
  #monster.sleepy {
    top: 150px; }
    #monster.sleepy.play {
      animation: sleepy 2s steps(4);
      -webkit-animation: sleepy 2s steps(4); }
  #monster.point {
    top: 150px; }
    #monster.point.play {
      animation: point 2s steps(4);
      -webkit-animation: point 2s steps(4); }

.holder {
  left: 0;
  right: 0;
  top: 270px;
  position: absolute; }

.root.click-flow .holder {
  top: 310px; }

.btn {
  width: 260px;
  color: #783706;
  margin: 0 auto;
  cursor: pointer;
  display: block;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: 2px solid #c36c05;
  text-transform: uppercase;
  padding: 20px 10px 10px 10px;
  border-radius: 15px 19px 15px 10px;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.5), 0px 0px 1px 1px rgba(255, 255, 255, 0.5);
          box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.5), 0px 0px 1px 1px rgba(255, 255, 255, 0.5);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#feb845+0,feb845+50,fa6b02+51,fa6b02+100 */
  background: #feb845;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#feb845), color-stop(50%, #feb845), color-stop(51%, #fa6b02), to(#fa6b02));
  background: linear-gradient(to bottom, #feb845 0%, #feb845 50%, #fa6b02 51%, #fa6b02 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.footer {
  z-index: 2;
  padding: 10px;
  display: block;
  color: #cbd4ec;
  max-width: 460px;
  margin: 10px auto;
  position: relative;
  text-align: center;
  font-size: 10px; }
  .footer img {
    width: 110px;
    display: block;
    margin: 10px auto; }
  .footer a {
    color: #cbd4ec;
    display: inline; }

#parallax {
  top: -20px;
  left: 50%;
  z-index: -1;
  height: 680px;
  width: 1020px;
  display: block;
  position: absolute;
  margin: 0 0 0 -510px;
  background-repeat: no-repeat;
  background-size: 1020px 680px;
  background-position: 50% 0px;
  background-image: url(//d2b4jmuffp1l21.cloudfront.net/os-ui/static/candy-monster-bupper-one-click/files/ad5b33e73824a007aed6470b9ea864d2.jpg); }

.modal {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.65); }
  .modal.active {
    display: block; }
  .modal .modalContent {
    top: 50%;
    left: 50%;
    width: 280px;
    padding: 10px;
    height: 300px;
    display: block;
    position: absolute;
    text-align: center;
    border-radius: 15px;
    background-color: #6554cd;
    background-size: 100% auto;
    margin: -160px 0px 0px -150px;
    background-position: top center;
    background-image: url(//d2b4jmuffp1l21.cloudfront.net/os-ui/static/candy-monster-bupper-one-click/files/7e36d52776307d1f22f93c4196c95c10.png); }
    .modal .modalContent h1 {
      margin: 0;
      padding: 0;
      color: #fff200;
      font-size: 36px;
      font-weight: 400;
      text-transform: uppercase;
      font-family: 'Luckiest Guy', cursive;
      text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25); }
    .modal .modalContent h2 {
      padding: 0;
      color: #fff;
      margin: 5px 0;
      font-size: 18px;
      text-transform: uppercase;
      text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25); }
    .modal .modalContent .btn {
      width: 240px; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes sleepy {
  from {
    background-position: 0px; }
  to {
    background-position: -556px; } }

@-webkit-keyframes sleepy {
  from {
    background-position: 0px; }
  to {
    background-position: -556px; } }

@keyframes point {
  from {
    background-position: -556px; }
  to {
    background-position: -1112px; } }

@-webkit-keyframes point {
  from {
    background-position: -556px; }
  to {
    background-position: -1112px; } }

.persuasive, .overlay {
  display: none; }

body.ab-1 {
  background-color: #473c9a; }
  body.ab-1 .btn {
    cursor: pointer;
    display: block;
    width: 100%;
    max-width: 250px;
    height: 50px;
    color: white;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fe8110), to(#fa6315));
    background-image: linear-gradient(#fe8110, #fa6315);
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
    text-shadow: 1px 2px #fb3e2f;
    border-radius: 50px;
    border: 1px solid #fe8111;
    -webkit-box-shadow: 0px 10px 0px 0px #fa4f12, 0px 13px 0px 4px #ffffff, 0px 20px 0px 3px #ab9178;
    box-shadow: 0px 10px 0px 0px #fa4f12, 0px 13px 0px 4px #ffffff, 0px 20px 0px 3px #ab9178; }
  body.ab-1 .title {
    width: 250px;
    top: 0px; }
  body.ab-1 .overlay {
    background-color: rgba(0, 0, 0, 0.3);
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto; }

.BtnLang {
  display: block;
  width: 100%;
  max-width: 80px;
  height: 25px;
  background-color: #ffea00;
  position: absolute;
  right: 4px;
  border: none;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border: 1px solid #ffdd00;
  font-size: 14px;
  z-index: 100000; }

.hide {
  display: none; }

.show {
  display: block; }

.price-point, .logo-bottom {
  color: white;
  font-size: 12px;
  margin: 0 auto;
  text-align: center;
  padding-top: 5px; }

.logo-bottom {
  display: block;
  overflow: hidden;
  margin: 20px 40px; }
  .logo-bottom img {
    width: 200px; }

.root.click-flow .logo-bottom {
  margin-top: 40px; }

.DisclaimerPlace {
  color: white;
  font-size: 12px;
  margin: 0 auto;
  padding: 10px;
  max-width: 600px;
  margin: auto; }

.ar {
  direction: rtl; }

.phone-input {
  display: -webkit-flex;
  display: flex;
  margin: auto;
  overflow: hidden;
  border: 1px solid #dbdbdb;
  border-radius: 25px;
  -webkit-align-items: center;
          align-items: center; }
  .phone-input * {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em; }
  .phone-input .phone {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI3LjQ0MiAyNy40NDIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI3LjQ0MiAyNy40NDI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPgo8Zz4KCTxwYXRoIGQ9Ik0xOS40OTQsMEg3Ljk0OEM2Ljg0MywwLDUuOTUxLDAuODk2LDUuOTUxLDEuOTk5djIzLjQ0NmMwLDEuMTAyLDAuODkyLDEuOTk3LDEuOTk3LDEuOTk3aDExLjU0NiAgIGMxLjEwMywwLDEuOTk3LTAuODk1LDEuOTk3LTEuOTk3VjEuOTk5QzIxLjQ5MSwwLjg5NiwyMC41OTcsMCwxOS40OTQsMHogTTEwLjg3MiwxLjIxNGg1LjdjMC4xNDQsMCwwLjI2MSwwLjIxNSwwLjI2MSwwLjQ4MSAgIHMtMC4xMTcsMC40ODItMC4yNjEsMC40ODJoLTUuN2MtMC4xNDUsMC0wLjI2LTAuMjE2LTAuMjYtMC40ODJDMTAuNjEyLDEuNDI5LDEwLjcyNywxLjIxNCwxMC44NzIsMS4yMTR6IE0xMy43MjIsMjUuNDY5ICAgYy0wLjcwMywwLTEuMjc1LTAuNTcyLTEuMjc1LTEuMjc2czAuNTcyLTEuMjc0LDEuMjc1LTEuMjc0YzAuNzAxLDAsMS4yNzMsMC41NywxLjI3MywxLjI3NFMxNC40MjMsMjUuNDY5LDEzLjcyMiwyNS40Njl6ICAgIE0xOS45OTUsMjEuMUg3LjQ0OFYzLjM3M2gxMi41NDdWMjEuMXoiIGZpbGw9IiMwMDAwMDAiLz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
    width: 50px;
    height: 50px;
    background-position: center;
    background-size: 70%;
    background-repeat: no-repeat;
    background-color: #ececec;
    margin-right: 0.5em; }
  .phone-input .flag {
    width: 50px;
    height: 50px;
    font-size: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  .phone-input .country-code {
    color: #acacac;
    margin-left: 0.5em; }
  .phone-input input.text-input {
    -webkit-flex: 1;
            flex: 1;
    min-width: 0;
    margin-left: 0.5em;
    margin-right: 2px;
    border: 0;
    outline: none; }
  .phone-input .checkmark-container {
    width: 40px;
    height: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: flex-end;
            justify-content: flex-end; }
    .phone-input .checkmark-container img {
      width: 100%;
      height: 100%;
      display: inline-block; }

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  -webkit-animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
          animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards; }

.checkmark__icon,
.errormark__icon {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #7ac142;
  -webkit-animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
          animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both; }

.checkmark__check {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  -webkit-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
          animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards; }

@-webkit-keyframes stroke {
  100% {
    stroke-dashoffset: 0; } }

@keyframes stroke {
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes scale {
  0%,
  100% {
    -webkit-transform: none;
            transform: none; }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1); } }

@keyframes scale {
  0%,
  100% {
    -webkit-transform: none;
            transform: none; }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1); } }

@-webkit-keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142; } }

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142; } }

.phone-entry .phone-input {
  background: #ffffff;
  border: 3px solid #dbdbdb; }
  .phone-entry .phone-input input.text-input {
    font-size: 128%; }

.phone-entry .error, .pin-entry .error {
  background: #fdb844c7;
  direction: rtl;
  padding: 0.4em 2.4em;
  margin: auto;
  border-radius: 10px;
  text-align: center;
  color: black; }

.phone-entry .loading, .pin-entry .loading {
  background: #79797973;
  direction: rtl;
  padding: 1px;
  margin: auto;
  border-radius: 10px;
  text-align: center;
  color: white;
  font-size: 200%;
  height: 54px; }

.phone-entry .btn, .pin-entry .btn {
  padding: 8px 10px 8px 10px;
  margin-top: 5px; }

.btn.mo-link {
  min-height: 40px; }


/*# sourceMappingURL=main.c24b56fe.css.map*/