@import url(https://fonts.google.com/specimen/Cabin?query=c);
@import url(https://fonts.google.com/specimen/Sniglet?query=sni);
html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  width: 100%;
  height: 100%;
}
img {
  border: none;
}
.hidden {
  display:none;
}
body {
  background: #fff;
  width: 100%;
  height: 100%;
  font-family: Cabin, Arial, sans-serif;
  color: #fff;
  background-size: cover;
  background-color: #f71871;
  background-image: url(/landings/188259/1586500017/images/slide1.jpg);
  background-position: 50% 50%;
  background-attachment: fixed;
}
.wrapper {
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: url(/landings/188259/1586500017/images/girl_phone.jpg) no-repeat center #000;
}
.popup_alert {
  position: relative;
  width: 380px;
  left: 50%;
  top: 50%;
  margin-left: -210px;
  margin-top: -90px;
  z-index: 100;
  padding: 20px;
  overflow: hidden;
  background: #fff2d8db;
  border-radius: 10px;
  box-shadow: 0 0 26px rgba(255,255,255,0.3);
}
.popup_alert .top {
  position:absolute;
  left:-1px;
  top:-1px;
  width:100%;
  height:22px;
  padding: 8px 20px 6px 10px;
  background: #db4c2c;
  border: 1px solid #db4c2c;
}
.popup_alert .copy_area {
  display: block;
  padding-top: 0px;
  position: relative;
  left: 8%;
  width: 80%;
  margin-bottom: 17px;
  text-align: center;
}
.popup_alert .copy_area h5 {
  font-size: 22px;
  margin: 10px 0 0;
  color: #6b315c;
  font-weight: 900;
  font-family: Sniglet, Arial, sans-serif;
}
.popup_alert .copy_area p {
  font-size: 17px;
  margin-top:5px;
  color: #000;
}
/* .popup_alert .navbtn {
margin-top: 10px;
width: 140px;
height: 70px;
border-radius: 22px !important;
background: #fff118;
font-size: 18px;
cursor: pointer;
font-weight: 600;
border: none;
color: #255282;
} */
.button {
  display: inline-block;
  padding: 0.6rem 3.25rem;
  border-radius: 1rem;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: .15rem;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-decoration: none;
  font-weight: 900;
  text-shadow: 2px 2px 1px #0000005e;
  box-shadow: 2px 2px 6px #000000a8;
  font-family: Sniglet, Arial, sans-serif;
  margin: 0 3px;
  cursor: pointer;
}
.button:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff7d50;
  border-radius: 1rem;
  z-index: -2;
}
.button:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #ff5e26;
  transition: all .3s;
  border-radius: 1rem;
  z-index: -1;
}
.button:hover {
  color: #fff;
}
.button:hover:before {
  width: 100%;
}
.button-no:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4a4048;
  border-radius: 1rem;
  z-index: -2;
}
.button-no:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #292428;
  transition: all .3s;
  border-radius: 1rem;
  z-index: -1;
}
.radar_scanner {
  display: block;
  margin: 0 auto;
  text-align: center;
  background: url(/landings/188259/1586500017/images/girl_phone.jpg) no-repeat center #000;
  height: 100%;
  width: 100%;
  color: #fff;
  position: fixed;
}
h3.radar_title {
  font-size: 110%;
  line-height: 100px;
}
.circle1 {
  color: #fff2d8;
  background: #ff7d50;
}
.circle2 {
  color: #ffffff;
  background: #fff2d8;
}
.circle1, .circle2 {
  font-weight: 900;
  margin-left: 0px;
  font-size: 23px;
  border-radius: 11px;
  /* padding: 5px 15px; */
  width: 35px;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  margin-right: 5px;
  text-shadow: 2px 2px #0006;
}
.box, .marker_show {
  background: #fff2d8db;
  color: #4a4048;
  outline: 0;
  box-shadow: 0 0 26px rgba(255,255,255,0.3);
  border-radius: 10px;
  width: 600px;
  margin: 50px auto 0 auto;
  line-height: 28px;
  font-size: 22px;
  text-align: center;
  padding: 0 0 20px 0;
  position: relative;
}
.marker_show::after {
  display: block;
  content: '';
  width: 190px;
  height: 190px;
  position: absolute;
  top: -76px;
  right: -145px;
  background: url(/landings/188259/1586500017/images/splash.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.box {
  display: none;
}
/* .box .ok, .buttons {
border: 0;
cursor: pointer;
font-size: 30px;
width: 40%;
min-width: 200px;
padding: 15px 0px;
margin: 20px auto;
display: block;
text-align: center;
text-decoration: none;
border-radius: 22px !important;
background: #fff118;
color: #255282;
} */
.boxheader {
  background: #804f6e;
  color: #fff1d7;
  width: 100%;
  min-height: 20px;
  font-size: 23px;
  padding: 22px 0;
  margin: 0 auto;
  text-align: center;
  border-radius: 10px 10px 0px 0px;
  font-weight: 900;
  font-family: Sniglet, Arial, sans-serif;
}
.box_copy {
  padding: 10px 30px 20px;
  text-align: center;
}
.stepinfo {
  font-size: 18px;
  margin: 10px 0;
  text-align: center;
}
/* .next, #agree {
text-align: center;
font-size: 30px;
padding: 10px;
display: inline-block;
width: 30%;
height: 70px;
line-height: 70px;
text-decoration: none;
margin-right: 20px;
margin-bottom: 20px;
font-weight: bold;
border-radius: 22px;
background: #fff118;
color: #255282;
} */
.next.step_button_2 {
  background: #990099;
  color: #fff;
  border-radius: 22px;
}
.option, .option2, .option3, .option4 {
  width: 60%;
  padding: 10px;
  text-align: left;
  cursor: pointer;
  border-radius: 15px;
  margin: 0 auto 5px;
  background: url(/landings/188259/1586500017/images/unchecked_checkbox.png) 10px center no-repeat, #fff2d8;
}
.selected, .selected2, .selected3, .selected4 {
  background: url(/landings/188259/1586500017/images/checked_checkbox.png) 10px center no-repeat, #fff2d8;
}
.selected .option-title {
  color: #6b315c;
}
.option-title {
  color: rgb(0, 0, 0);
  display: block;
  padding: 0;
  margin-left: 50px;
}
@media screen and (max-width: 640px) {
  .box, .marker_show {
    width:95%;
    left: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .popup_alert {
    width:80%;
    left: 0;
    margin: -90px 6%;
  }
  .box, .marker_show {
    font-size: 20px;
    line-height: 25px;
  }
  #radar img {
    width: 80%;
  }
  .option, .option2, .option3, .option4 {
    width: 80%;
  }
  h3.radar_title {
    margin-bottom: -20px;
  }
  .box_copy {
    padding: 10px;
  }
  .boxheader {
    font-size: 22px;
  }
}
.SmallCta {
  color: #fff;
  background: green;
  margin: 0 0 0 15px;
  padding: 40px;
  text-transform: uppercase;
  text-shadow: 3px 3px 0px #000;
  text-decoration: none;
}
.Splash {
  position: fixed;
  margin: 0 1%;
  bottom: 20%;
  z-index: 5;
}
.TextRoller {
  background: #000;
  background-image: url(../images/bg.png);
  position: relative;
  height: 80px;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 1;
}
/* .item-1, 
.item-2, 
.item-3 {
position: absolute;
display: block;
top: 0;
width: 100%;
height: 30px;
font-size: 1.6em;
text-align: center;
margin: 25px auto;
color: yellow;
animation-duration: 20s;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
font-family: Lato, sans-serif;
font-weight: bold;
} */
.item-1{
  animation-name: anim-1;
}
.item-2{
  animation-name: anim-2;
}
.item-3{
  animation-name: anim-3;
}
@keyframes anim-1 {
  0%, 8.3% {
    left: -100%;
    opacity: 0;
  }
  8.3%,25% {
    left: 0%;
    opacity: 1;
  }
  33.33%, 100% {
    left: 100%;
    opacity: 0;
  }
}
@keyframes anim-2 {
  0%, 33.33% {
    left: -100%;
    opacity: 0;
  }
  41.63%, 58.29% {
    left: 0%;
    opacity: 1;
  }
  66.66%, 100% {
    left: 100%;
    opacity: 0;
  }
}
@keyframes anim-3 {
  0%, 66.66% {
    left: -100%;
    opacity: 0;
  }
  74.96%, 91.62% {
    left: 0%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
@media screen and (max-width: 992px) {
  .item-1, 
  .item-2, 
  .item-3 {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 640px) {
  .TextRoller {
    display: none;
  }
  body {
    height: 100%;
  }
  .Splash {
    display: none;
  }
  .marker_show::after {
    display: none;
  }
}
