html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
}
html,
body {
  height: 100%;
}
body {
  font-family: "Lucida Grande", sans-serif;
  font-size: 13px;
  line-height: 22px;
  color: #fff;
  background-color: #000;
  padding: 0 0;
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
}
hr {
  border: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #68c722 -moz-use-text-color -moz-use-text-color;
  border-image: none;
  border-right: medium none;
  border-style: dotted none none;
  border-width: 1px medium medium;
  width: 80%;
}
#container {
  margin: 0 auto;
  max-width: 900px;
  min-width: 320px;
  position: relative;
  height: 100%;
  background: url("../imgs/bg.png") repeat-x #000 0px 50px;
}
#maincontent {
  min-height: 390px;
}
#header {
  background: #4c4c4c;
  background: -moz-linear-gradient(
    top,
    #4c4c4c 0%,
    #595959 12%,
    #383838 100%,
    #474747 100%,
    #000000 100%,
    #131313 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #4c4c4c),
    color-stop(12%, #595959),
    color-stop(100%, #383838),
    color-stop(100%, #474747),
    color-stop(100%, #000000),
    color-stop(100%, #131313)
  );
  background: -webkit-linear-gradient(
    top,
    #4c4c4c 0%,
    #595959 12%,
    #383838 100%,
    #474747 100%,
    #000000 100%,
    #131313 100%
  );
  background: -o-linear-gradient(
    top,
    #4c4c4c 0%,
    #595959 12%,
    #383838 100%,
    #474747 100%,
    #000000 100%,
    #131313 100%
  );
  background: -ms-linear-gradient(
    top,
    #4c4c4c 0%,
    #595959 12%,
    #383838 100%,
    #474747 100%,
    #000000 100%,
    #131313 100%
  );
  background: linear-gradient(
    to bottom,
    #4c4c4c 0%,
    #595959 12%,
    #383838 100%,
    #474747 100%,
    #000000 100%,
    #131313 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0);
  border-bottom: 2px solid #666;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 5000;
}
#header .more {
  position: relative;
}
#header .legal {
  background-color: #d2d9df;
  color: #6d6d6d;
  font-size: 11px;
  line-height: 1;
  text-align: center;
  width: 100%;
}
#header .morebt .icon {
  background: url("../imgs/sprite.png") no-repeat scroll -171px 1px transparent;
  height: 14px;
  width: 24px;
  position: absolute;
  top: 8px;
  left: 3px;
}
#header .morebt {
  -moz-box-shadow: inset 0px 1px 0px 0px #a6a6a6;
  -webkit-box-shadow: inset 0px 1px 0px 0px #a6a6a6;
  box-shadow: inset 0px 1px 0px 0px #a6a6a6;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #bdbdbd),
    color-stop(1, #000000)
  );
  background: -moz-linear-gradient(top, #bdbdbd 5%, #000000 100%);
  background: -webkit-linear-gradient(top, #bdbdbd 5%, #000000 100%);
  background: -o-linear-gradient(top, #bdbdbd 5%, #000000 100%);
  background: -ms-linear-gradient(top, #bdbdbd 5%, #000000 100%);
  background: linear-gradient(to bottom, #bdbdbd 5%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#000000',GradientType=0);
  border: 1px solid #000000;
  background-color: #bdbdbd;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 1px 0 0 #a6a6a6 inset;
  height: 32px;
  position: absolute;
  right: 15px;
  top: -37px;
  width: 32px;
}
#header .tit {
  font-family: Georgia;
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
  height: 28px;
  padding: 9px 0 0 10px;
  text-align: center;
}
#pag1 {
  padding-top: 60px;
}
.br6 {
  border-radius: 6px 6px 6px 6px;
}
.btinit {
  cursor: pointer;
}
.transppurple {
  background: linear-gradient(
      to bottom,
      rgba(56, 5, 51, 0.5) 0%,
      rgba(31, 2, 29, 0.5) 100%
    )
    repeat scroll 0 0 transparent;
}
.titp {
  border-left: 1px solid #666;
  border-top: 1px solid #666;
  box-shadow: 0 0 2px #000000;
  padding: 5px;
  position: relative;
  width: 90%;
}
.btbg {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-family: Arial;
  font-size: 25px !important;
  font-weight: bold !important;
  padding: 6px 24px !important;
  text-decoration: none !important;
  padding: 5px;
}
.bggreen {
  background: linear-gradient(to bottom, #259e22 0%, #0f7622 78%, #148022 100%)
    repeat scroll 0 0 transparent;
  background: -moz-linear-gradient(top, #259e22 0%, #0f7622 78%, #148022 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #259e22),
    color-stop(78%, #0f7622),
    color-stop(100%, #148022)
  );
  background: -webkit-linear-gradient(
    top,
    #259e22 0%,
    #0f7622 78%,
    #148022 100%
  );
  background: -o-linear-gradient(top, #259e22 0%, #0f7622 78%, #148022 100%);
  background: -ms-linear-gradient(top, #259e22 0%, #0f7622 78%, #148022 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#259E22', endColorstr='#148022',GradientType=0);
}
.bgred {
  moz-box-shadow: inset 0px 1px 0px 0px #ffe0e0;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffe0e0;
  box-shadow: inset 0px 1px 0px 0px #ffe0e0;
  background: #ff9189;
  background: -moz-linear-gradient(
    top,
    #ff9189 8%,
    #ff4242 51%,
    #ff4242 77%,
    #cf0404 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(8%, #ff9189),
    color-stop(51%, #ff4242),
    color-stop(77%, #ff4242),
    color-stop(100%, #cf0404)
  );
  background: -webkit-linear-gradient(
    top,
    #ff9189 8%,
    #ff4242 51%,
    #ff4242 77%,
    #cf0404 100%
  );
  background: -o-linear-gradient(
    top,
    #ff9189 8%,
    #ff4242 51%,
    #ff4242 77%,
    #cf0404 100%
  );
  background: -ms-linear-gradient(
    top,
    #ff9189 8%,
    #ff4242 51%,
    #ff4242 77%,
    #cf0404 100%
  );
  background: linear-gradient(
    to bottom,
    #ff9189 8%,
    #ff4242 51%,
    #ff4242 77%,
    #cf0404 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9189', endColorstr='#cf0404',GradientType=0);
  border: 1px solid #d02718 !important;
  color: #940c0c !important;
  text-shadow: -1px 1px 0px #fa6767 !important;
}
.bgblue {
  moz-box-shadow: inset 0px 1px 0px 0px #fff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #fff;
  box-shadow: inset 0px 1px 0px 0px #fff;
  background: #66cfff;
  background: -moz-linear-gradient(
    top,
    #66cfff 8%,
    #3e9efd 50%,
    #3e9efd 77%,
    #2279e5 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(8%, #66cfff),
    color-stop(50%, #3e9efd),
    color-stop(77%, #3e9efd),
    color-stop(100%, #2279e5)
  );
  background: -webkit-linear-gradient(
    top,
    #66cfff 8%,
    #3e9efd 50%,
    #3e9efd 77%,
    #2279e5 100%
  );
  background: -o-linear-gradient(
    top,
    #66cfff 8%,
    #3e9efd 50%,
    #3e9efd 77%,
    #2279e5 100%
  );
  background: -ms-linear-gradient(
    top,
    #66cfff 8%,
    #3e9efd 50%,
    #3e9efd 77%,
    #2279e5 100%
  );
  background: linear-gradient(
    to bottom,
    #66cfff 8%,
    #3e9efd 50%,
    #3e9efd 77%,
    #2279e5 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66cfff', endColorstr='#2279e5',GradientType=0);
  border: 1px solid #95c8ee !important;
  color: #0a3683 !important;
  text-shadow: -1px 1px 0px #327099 !important;
}
.bggreen2 {
  moz-box-shadow: inset 0px 1px 0px 0px #fff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #fff;
  box-shadow: inset 0px 1px 0px 0px #fff;
  background: #333333;
  background: -moz-linear-gradient(
    top,
    #333333 8%,
    #222222 50%,
    #000 77%,
    #000 99%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(8%, #333333),
    color-stop(50%, #222222),
    color-stop(77%, #000),
    color-stop(99%, #000)
  );
  background: -webkit-linear-gradient(
    top,
    #333333 8%,
    #222222 50%,
    #000 77%,
    #000 99%
  );
  background: -o-linear-gradient(
    top,
    #333333 8%,
    #222222 50%,
    #000 77%,
    #000 99%
  );
  background: -ms-linear-gradient(
    top,
    #333333 8%,
    #222222 50%,
    #000 77%,
    #000 99%
  );
  background: linear-gradient(
    to bottom,
    #333333 8%,
    #222222 50%,
    #000 77%,
    #000 99%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000',GradientType=0);
  border: 1px solid #666 !important;
  color: #ffffff !important;
  text-shadow: -1px 1px 0px #000 !important;
}
.bggreen3 {
  moz-box-shadow: inset 0px 1px 0px 0px #fff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #fff;
  box-shadow: inset 0px 1px 0px 0px #fff;
  background: #bce48b;
  background: -moz-linear-gradient(
    top,
    #bce48b 8%,
    #85c12f 50%,
    #85c12f 77%,
    #4e8901 99%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(8%, #bce48b),
    color-stop(50%, #85c12f),
    color-stop(77%, #85c12f),
    color-stop(99%, #4e8901)
  );
  background: -webkit-linear-gradient(
    top,
    #bce48b 8%,
    #85c12f 50%,
    #85c12f 77%,
    #4e8901 99%
  );
  background: -o-linear-gradient(
    top,
    #bce48b 8%,
    #85c12f 50%,
    #85c12f 77%,
    #4e8901 99%
  );
  background: -ms-linear-gradient(
    top,
    #bce48b 8%,
    #85c12f 50%,
    #85c12f 77%,
    #4e8901 99%
  );
  background: linear-gradient(
    to bottom,
    #bce48b 8%,
    #85c12f 50%,
    #85c12f 77%,
    #4e8901 99%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bce48b', endColorstr='#4e8901',GradientType=0);
  border: 1px solid #e5fac7 !important;
  color: #3f5e12 !important;
  text-shadow: -1px 1px 0px #85c12f !important;
}

@-webkit-keyframes glowing {
  0% {
    -webkit-box-shadow: 0 0 3px #00ff00;
  }
  50% {
    -webkit-box-shadow: 0 0 20px #00cd00;
  }
  100% {
    -webkit-box-shadow: 0 0 3px #00a500;
  }
}

@-moz-keyframes glowing {
  0% {
    -moz-box-shadow: 0 0 3px #00ff00;
  }
  50% {
    -moz-box-shadow: 0 0 20px #00cd00;
  }
  100% {
    -moz-box-shadow: 0 0 3px #00a500;
  }
}

@-o-keyframes glowing {
  0% {
    box-shadow: 0 0 3px #00ff00;
  }
  50% {
    box-shadow: 0 0 20px #00cd00;
  }
  100% {
    box-shadow: 0 0 3px #00a500;
  }
}

@keyframes glowing {
  0% {
    box-shadow: 0 0 3px #00ff00;
  }
  50% {
    box-shadow: 0 0 20px #00cd00;
  }
  100% {
    box-shadow: 0 0 3px #00a500;
  }
}

.glow {
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}

#pag1 .titpin .icon {
  height: 39px;
  width: 49px;
}
.icon.love {
  background-position: -5px -7px;
  float: left;
}
.icon.health {
  background-position: -61px -7px;
  float: left;
}
.icon.money {
  background-position: -111px -1px;
  float: left;
}
#pag1 .titpin .txt {
  height: 26px;
  padding-top: 8px;
}
.titpin {
  border: 1px solid #00ff00;
  color: #ffff00;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  padding: 8px;
  text-align: center;
  text-shadow: 0 0 0 #ffff00;
}
.titpin span {
  color: white;
}
#titpseta {
  background: url("../imgs/sprite.png") no-repeat scroll -251px -392px
    rgba(0, 0, 0, 0);
  bottom: -7px;
  height: 13px;
  left: 50%;
  margin-left: -16px;
  position: absolute;
  width: 28px;
}
.sprite {
  background: url("../imgs/sprite.png") no-repeat scroll 0 0 transparent;
}
.sprite2 {
  background: url("../imgs/sprite2.png") no-repeat scroll 0 0 transparent;
}
#topcards {
  -webkit-animation-name: spin;
  -webkit-animation-duration: 100000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 100000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 100000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 100000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background: url("../imgs/roda.png") repeat scroll 0 0 transparent;
  height: 400px;
  left: -199px;
  margin-left: 50%;
  position: absolute;
  top: -193px;
  width: 400px;
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.m1 {
  margin-top: 10px;
}
.m2 {
  margin-top: 5px;
}
.hide {
  display: none;
}
#pag2 {
  position: relative;
}
#pag2 .handscontainer {
  position: absolute;
  left: 50%;
  margin-left: 0px;
}
#pag2 .lhand {
  background-position: 0 -71px;
  height: 111px;
  left: 50%;
  margin-left: -120px;
  position: absolute;
  top: -134px;
  width: 114px;
  z-index: 1012;
}
#pag2 .tophand {
  background-position: -118px -63px;
  height: 111px;
  left: 50%;
  margin-left: -125px;
  position: absolute;
  top: -134px;
  width: 99px;
  z-index: 3000;
}
#pag2 .rhand {
  height: 139px;
  left: 50%;
  margin-left: 6px;
  position: absolute;
  top: -118px;
  width: 111px;
}
#pag2 .rhand .hand {
  background-position: -218px -71px;
  height: 139px;
  left: 0;
  position: absolute;
  top: 0px;
  width: 111px;
  z-index: 2000;
}
#pag2 .card {
  background-position: -11px -274px;
  height: 130px;
  left: 0;
  position: absolute;
  top: 0;
  width: 83px;
}
#pag2 .card.c1 {
  left: 50%;
  margin-left: -83px;
  top: -75px;
  z-index: 1015;
}
#pag2 .card.c2 {
  left: 50%;
  margin-left: -10px;
  top: -76px;
  z-index: 1016;
}
#pag2 .card.c3 {
  margin-left: -80px;
  z-index: 1017;
}
#pag2 .card.c4 {
  margin-left: -15px;
  z-index: 1018;
}
#pag2 .card.c6 {
  margin-left: -85px;
  z-index: 1019;
}
#pag2 .card.c7 {
  margin-left: -8px;
  z-index: 1020;
}
#pag3 {
  position: relative;
  padding-top: 65px;
}
#pag3 .deck {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
#pag3 .card {
  cursor: pointer;
  display: inline-block;
  height: 121px;
  margin-left: -5%;
  position: relative;
  width: 66px;
}
#pag3 .card .cc {
  background-position: -250px -233px;
  height: 100%;
  left: 0px;
  position: absolute;
  top: -221px;
  width: 100%;
  z-index: 1000;
}
#pag3 .card:first-child {
  margin-left: 0 !important;
}
#pag3 .lhand {
  background-position: 0 -71px;
  height: 111px;
  left: -47px;
  position: absolute;
  top: -298px;
  width: 114px;
  z-index: 999;
}
#pag3 .tophand {
  background-position: -118px -63px;
  height: 111px;
  left: -47px;
  position: absolute;
  top: -298px;
  width: 99px;
  z-index: 1020;
}
#pag4 {
  position: relative;
  padding-top: 65px;
}
#pag4 .oldwomen {
  height: 330px;
  width: 350px;
}
#bt4 .btbg {
  font-size: 26px !important;
  padding: 16px 24px !important;
}
#pag5,
#pag6,
#pag7 {
  position: relative;
  padding-top: 83px;
}
#pag5 .box2,
#pag6 .box2 {
  width: 90%;
  padding: 5px;
  font-size: 14px;
  font-weight: bold;
}
#pag5 .box,
#pag6 .box {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 10px 10px 10px 10px;
}
#pag5 .box .title,
#pag6 .box .title {
  color: #ffffff;
  font-size: 23px;
  font-weight: bold;
  padding: 10px 0 4px;
  text-shadow: -1px 1px 0 #000000 !important;
}
#pag5 .box .info,
#pag6 .box .info {
  font-size: 13px;
  font-weight: bold;
  line-height: 13px;
  padding: 5px;
}
#pag6 .box .info {
  margin-top: 10px;
}
#pag5 .box .info span,
#pag6 .box .info span {
  color: #ffff00;
}
#bt_mobile.btbg,
#bt_pin.btbg {
  cursor: pointer;
  font-size: 20px !important;
  margin-top: 13px;
  padding: 10px 24px !important;
}
#bt_pin.btbg {
  font-size: 18px !important;
}
.mobilebox {
  position: relative;
}
.mobicon {
  height: 29px;
  left: 6px;
  position: absolute;
  top: 14px;
  width: 17px;
  background-position: 4px 4px;
}
.opicon {
  background-position: -27px 6px;
  height: 65px;
  left: 6px;
  position: absolute;
  top: 5px;
  width: 24px;
  z-index: 10;
}
.pinicon {
  background-position: -77px 6px;
  height: 65px;
  left: 35px;
  position: absolute;
  top: 11px;
  width: 24px;
  z-index: 10;
}
.mobicon .error {
  background-position: -103px -213px;
  height: 20px;
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 20px;
}
.pinicon .error {
  background-position: -103px -213px;
  height: 20px;
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 20px;
}
#telemovel {
  margin-top: 7px;
  width: 70%;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 17px;
  color: #5e5e5e;
  padding: 10px 4px 10px 27px;
  background: -moz-linear-gradient(top, #fff 0%, #dddddd);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#dddddd)
  );
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  border: 2px solid #fff;
  -moz-box-shadow: 0 0 0 transparent, 1px 1px 3px rgba(204, 204, 204, 0.8) inset;
  -webkit-box-shadow: 0 0 0 transparent,
    1px 1px 3px rgba(204, 204, 204, 0.8) inset;
  box-shadow: 0 0 0 transparent, 1px 1px 3px rgba(204, 204, 204, 0.8) inset;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.3);
}
#pin {
  width: 108px;
  margin-top: 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #5e5e5e;
  padding: 10px 21px;
  text-align: center;
  background: -moz-linear-gradient(top, #fff 0%, #dddddd);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#dddddd)
  );
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  border: 2px solid #fff;
  -moz-box-shadow: 0 0 0 transparent, 1px 1px 3px rgba(204, 204, 204, 0.8) inset;
  -webkit-box-shadow: 0 0 0 transparent,
    1px 1px 3px rgba(204, 204, 204, 0.8) inset;
  box-shadow: 0 0 0 transparent, 1px 1px 3px rgba(204, 204, 204, 0.8) inset;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.3);
}
.error {
  background: none repeat scroll 0 0 #ffbfb9 !important;
  border-color: red !important;
}
.moberror,
.operror,
.ckerror {
  color: #ffff00;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

.pinerror {
  font-size: 12px;
  color: #ffff00;
  line-height: 13px;
}
#pag7 .cards {
  position: absolute;
  left: 50%;
}
#pag7 .card1 {
  margin-left: -30px;
  top: 161px;
}
#pag7 .card2 {
  margin-left: -30px;
  top: 70px;
}
#pag7 .card3 {
  margin-left: 27px;
  top: 161px;
}
#pag7 .card4 {
  margin-left: -30px;
  top: 252px;
}
#pag7 .card5 {
  margin-left: -87px;
  top: 161px;
}
.resultcards {
  height: 300px;
}
.result .tit {
  font-size: 14px;
  color: #c40e0e;
}
.result .subtit {
  font-size: 14px;
  font-weight: bold;
}
.bigcard {
  float: left;
  height: 100px;
  width: 20%;
}
.bigcard img {
  height: 100%;
}
.bigtxt {
  float: left;
  height: 100px;
  width: 75%;
  line-height: 1;
  text-align: left;
  padding: 5px;
}
#footer {
  font-size: 11px;
  color: lightgray;
  line-height: 1.2;
  text-align: justify;
  width: 100%;
}
#footer a {
  color: lightgray;
}
.sub {
  color: #ea46ed;
  position: absolute;
  top: 50px;
  right: 5px;
  z-index: 1;
}
.candles {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 300px;
}
.candles div {
  background-position: -146px -326px;
  height: 81px;
  width: 83px;
  display: inline-block;
}
.candles.right {
  right: 223px;
  top: 315px;
  width: 100px !important;
}
.candles.left {
  left: 223px;
  top: 315px;
  width: 100px !important;
}
#footer .hbar img {
  height: 14px;
  width: 100%;
}
#infotip .infotop {
  background-position: -145px -179px;
  height: 139px;
  width: 91px;
}
#infotip .infoarrow {
  background-position: -297px -389px;
  height: 15px;
  position: absolute;
  right: 19px;
  top: -14px;
  width: 31px;
}
#infotip {
  position: absolute;
  top: 55px;
  right: -5px;
  width: 50%;
  height: 100%;
  z-index: 10000;
  min-width: 250px;
  -moz-box-shadow: inset 0px 3px 27px 0px #590852;
  -webkit-box-shadow: inset 0px 3px 27px 0px #590852;
  box-shadow: inset 0px 3px 27px 0px #590852;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #8a2181),
    color-stop(1, #87187e)
  );
  background: -moz-linear-gradient(top, #8a2181 5%, #87187e 100%);
  background: -webkit-linear-gradient(top, #8a2181 5%, #87187e 100%);
  background: -o-linear-gradient(top, #8a2181 5%, #87187e 100%);
  background: -ms-linear-gradient(top, #8a2181 5%, #87187e 100%);
  background: linear-gradient(to bottom, #8a2181 5%, #87187e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8a2181', endColorstr='#87187e',GradientType=0);
  background-color: #8a2181;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #a40e98;
  color: #fad2fa;
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  padding: 9px 23px;
  text-decoration: none;
  text-shadow: 0px -1px 0px #490544;
}
#lightbox {
  background-color: black;
  height: 200px;
  opacity: 0.8;
  position: absolute;
  top: 100px;
  width: 300px;
  z-index: 3999;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.cl {
  clear: both;
}
.fl {
  float: left;
}
.cortina {
  background: url("../imgs/cort.png") repeat scroll 0% 0% transparent;
  position: absolute;
  top: 0px;
  height: 449px;
  z-index: 5001;
  width: 0%;
}
.cortina.left {
  left: 0px;
}
.cortina.right {
  right: 0px;
}
.frk-select-box {
  position: relative;
  text-align: justify;
  height: 41px;
  margin-top: 6px;
}
.frk-select-box div span {
  color: #c2c2c2;
  cursor: pointer;
  float: none;
  font-size: 81%;
  font-weight: bold;
  height: 100%;
  line-height: 32px;
  overflow: hidden;
  padding-top: 4px;
  position: absolute;
  text-align: center;
  width: 100%;
}
a.frk-select-open {
  border-radius: 6px;
  display: block;
  height: 30px;
  position: absolute;
  right: 4px;
  top: 4px;
  width: 26px;
}
a.frk-select-open .arrow {
  background-position: -53px 10px;
  height: 25px;
  width: 19px;
}
.frk-select-box select {
  border: medium none;
  font-size: 13px;
  left: 3px;
  position: absolute;
  top: 2px;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.frk-select-box ul {
  position: absolute;
  width: 100%;
  top: 31px;
  left: 0;
  list-style: none;
  background-color: #fff;
  border: solid 1px #ccc;
  display: none;
  margin: 0;
  padding: 0;
  height: 103px;
  overflow: auto;
  overflow-y: auto;
  z-index: 10;
}
.frk-select-box ul {
  list-style: none;
}
.frk-select-box ul a {
  display: block;
  padding: 5px;
  text-decoration: none;
  color: #333;
  background-color: #fff;
  font-size: 14px;
}
.frk-select-box ul a.selected {
  background: #ededed;
  color: #333;
}
.frk-select-box ul a:hover {
  background: #ededed;
  color: #333;
}
.checkbox-line {
  color: #362b2d;
  font-size: 12px;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  margin-top: 5px;
}
input[type="checkbox"] {
  visibility: hidden;
}
.checkbox-line {
  position: relative;
}
.checkbox-line .checkbox-inner {
  width: 24px;
  height: 24px;
  background: #fcfff4;
  background: -webkit-linear-gradient(
    top,
    #fcfff4 0,
    #dfe5d7 40%,
    #b3bead 100%
  );
  background: -moz-linear-gradient(top, #fcfff4 0, #dfe5d7 40%, #b3bead 100%);
  background: -o-linear-gradient(top, #fcfff4 0, #dfe5d7 40%, #b3bead 100%);
  background: -ms-linear-gradient(top, #fcfff4 0, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(top, #fcfff4 0, #dfe5d7 40%, #b3bead 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfff4',endColorstr='#b3bead',GradientType=0);
  -webkit-box-shadow: inset 0 1px 1px white, 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px white, 0 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px white, 0 1px 3px rgba(0, 0, 0, 0.5);
  position: relative;
  float: left;
}
.checkbox-line .checkbox-inner.check-error {
  border: 2px solid #f56e08;
}
.checkbox-line label.checkbox {
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 4px;
  top: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5),
    0 1px 0 rgba(255, 255, 255, 1);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5),
    0 1px 0 rgba(255, 255, 255, 1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 1);
  background: -webkit-linear-gradient(top, #222 0, #45484d 100%);
  background: -moz-linear-gradient(top, #222 0, #45484d 100%);
  background: -o-linear-gradient(top, #222 0, #45484d 100%);
  background: -ms-linear-gradient(top, #222 0, #45484d 100%);
  background: linear-gradient(top, #222 0, #45484d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222',endColorstr='#45484d',GradientType=0);
}
.checkbox-line label.checkbox:after {
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: "";
  position: absolute;
  width: 7px;
  height: 4px;
  background: transparent;
  top: 4px;
  left: 4px;
  border: 3px solid #fcfff4;
  border-top: 0;
  border-right: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.checkbox-line .checkbox.label:hover::after {
  -ms-filter: "alpha(opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.checkbox-line input[type="checkbox"]:checked + label.checkbox:after {
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.checkbox-line .check-txt {
  float: left;
  word-wrap: break-word;
  display: none;
}
.checkbox-line .check-txt a {
  font-weight: bold;
  color: #000;
}
#check {
  width: 20px;
  height: 20px;
}
#checkbox1 {
  display: block;
}
.error2 {
  background: none repeat scroll 0 0 #ffbfb9 !important;
  border: 1px solid #ff0000 !important;
}

.progress-button {
  position: absolute;
  display: inline-block;
  padding: 0 60px;
  outline: none;
  background: #1d9650;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1em;
  line-height: 3;
  top: 180px;
  cursor: pointer;
  border: 1px solid #00ff00;
  width: 260px;
}

.progress-button .content {
  position: relative;
  display: block;
}

.progress-button .content::before,
.progress-button .content::after {
  position: absolute;
  right: 20px;
  color: #0e7138;
  opacity: 0;
  transition: opacity 0.3s 0.3s;
}

.progress-button .content::before {
  content: "\e600"; /* Checkmark for success */
}

.progress-button .content::after {
  content: "\e601"; /* Cross for error */
}

.progress-button.state-success .content::before,
.progress-button.state-error .content::after {
  opacity: 1;
}

.progress-button .progress {
  background: #148544;
}

.progress-button .progress-inner {
  position: absolute;
  left: 0;
  background: #0e7138;
}

.progress-button[data-horizontal] .progress-inner {
  top: 0;
  width: 0;
  height: 100%;
  transition: width 5.5s, opacity 0.5s;
}

/* Necessary styles for buttons with 3D transforms */

.progress-button[data-perspective] {
  position: relative;
  display: inline-block;
  padding: 0;
  perspective: 900px;
}

.progress-button[data-perspective] .content {
  font-size: 16px;
  font-weight: 700;
  padding: 0 20px;
  text-shadow: 0 1px 2px #000;
  z-index: 10;
}

.progress-button[data-perspective] .progress-wrap {
  display: block;
  transition: transform 0.2s;
  transform-style: preserve-3d;
  -moz-box-shadow: inset 0px 1px 0px 0px #caefab;
  -webkit-box-shadow: inset 0px 1px 0px 0px #caefab;
  box-shadow: inset 0px 1px 0px 0px #caefab;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #77d42a),
    color-stop(1, #5cb811)
  );
  background: -moz-linear-gradient(top, #77d42a 5%, #5cb811 100%);
  background: -webkit-linear-gradient(top, #77d42a 5%, #5cb811 100%);
  background: -o-linear-gradient(top, #77d42a 5%, #5cb811 100%);
  background: -ms-linear-gradient(top, #77d42a 5%, #5cb811 100%);
  background: linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811',GradientType=0);
  background-color: #77d42a;
}

.progress-button[data-perspective] .content,
.progress-button[data-perspective] .progress {
  outline: 1px solid rgba(0, 0, 0, 0); /* Smoothen jagged edges in FF */
}

@media screen and (min-width: 641px) {
  #pag3 .card {
    margin-left: 3%;
  }
  .titp {
    max-width: 550px;
  }
  .titpin {
    font-size: 18px;
    line-height: 22px;
  }

  .result .tit {
    font-weight: bold;
    font-size: 23px;
  }
  .result {
    width: 60%;
  }
  .bigtxt {
    font-size: 14px;
    line-height: 18px;
  }
  #container {
    max-width: 100%;
  }
  #header {
    background: black;
  }
  .morebt {
    display: none;
  }
  #header .tit {
    text-align: center;
    font-size: 27px;
  }
  .progress-button {
    font-size: 0.9em;
  }
  .progress-button[data-perspective] .content {
    padding: 0 15px;
  }

  /* Info section styling */
  #info {
    padding: 40px 20px;
    background: linear-gradient(
      135deg,
      #2d1b2d 0%,
      #3e2d3e 30%,
      #2d1b2d 70%,
      #1a0a1a 100%
    );
    margin-top: 20px;
    position: relative;
    overflow: hidden;
  }

  #info::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(
        circle at 30% 20%,
        rgba(138, 33, 129, 0.15) 0%,
        transparent 60%
      ),
      radial-gradient(
        circle at 70% 80%,
        rgba(255, 255, 0, 0.08) 0%,
        transparent 50%
      );
    pointer-events: none;
  }

  .info-topic {
    display: flex;
    align-items: center;
    margin: 30px 0;
    padding: 25px;
    background: linear-gradient(
      145deg,
      rgba(138, 33, 129, 0.25) 0%,
      rgba(45, 27, 45, 0.4) 50%,
      rgba(26, 10, 26, 0.6) 100%
    );
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5),
      inset 0 1px 0 rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(138, 33, 129, 0.3);
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

  .info-topic::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.08),
      transparent
    );
    transition: left 0.6s ease;
  }

  .info-topic:hover::before {
    left: 100%;
  }

  .info-topic:hover {
    transform: translateY(-8px) scale(1.02);
    background: linear-gradient(
      145deg,
      rgba(138, 33, 129, 0.4) 0%,
      rgba(45, 27, 45, 0.6) 50%,
      rgba(26, 10, 26, 0.8) 100%
    );
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6), 0 0 30px rgba(255, 255, 0, 0.2),
      inset 0 1px 0 rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 0, 0.5);
  }

  /* Odd topics - image on left, content on right */
  .info-topic:nth-child(odd) {
    flex-direction: row;
  }

  /* Even topics - image on right, content on left */
  .info-topic:nth-child(even) {
    flex-direction: row-reverse;
  }

  .info-topic-image {
    flex: 0 0 200px;
    margin: 0 25px;
  }

  .info-topic-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4),
      0 0 0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
  }

  .info-topic-image {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
  }

  .info-topic-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
      135deg,
      rgba(255, 255, 0, 0.1) 0%,
      transparent 50%,
      rgba(138, 33, 129, 0.1) 100%
    );
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    border-radius: 15px;
  }

  .info-topic:hover .info-topic-image::after {
    opacity: 1;
  }

  .info-topic:hover .info-topic-image img {
    transform: scale(1.08) rotate(1deg);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 0, 0.2);
  }

  .info-topic-content {
    flex: 1;
    padding: 0 15px;
  }

  .info-topic-title {
    font-size: 28px;
    font-weight: 700;
    color: #ffff00;
    margin-bottom: 15px;
    text-shadow: 0 2px 8px rgba(255, 255, 0, 0.5),
      0 0 15px rgba(255, 255, 0, 0.3);
    font-family: "Georgia", serif;
    position: relative;
    display: inline-block;
  }

  .info-topic-title::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #ffff00, #ffd700);
    transition: width 0.4s ease;
  }

  .info-topic:hover .info-topic-title::after {
    width: 100%;
  }

  .info-topic-description {
    font-size: 16px;
    line-height: 1.7;
    color: #f0f0f0;
    text-align: justify;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    opacity: 0.9;
    transition: opacity 0.3s ease, color 0.3s ease;
  }

  .info-topic:hover .info-topic-description {
    opacity: 1;
    color: #ffffff;
  }
}
/* Mobile responsiveness */
@media screen and (max-width: 768px) {
  #info {
    padding: 15px 10px;
    margin: 10px 5px;
  }

  .info-topic {
    flex-direction: column !important;
    text-align: center;
    padding: 20px 15px;
    margin: 15px 0;
    border-radius: 12px;
  }

  .info-topic-image {
    flex: none;
    margin: 0 0 15px 0;
    align-self: center;
  }

  .info-topic-image img {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    object-fit: cover;
  }

  .info-topic-title {
    font-size: 22px;
    margin-bottom: 12px;
    line-height: 1.3;
  }

  .info-topic-description {
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    padding: 0 5px;
  }
}

@media screen and (max-width: 480px) {
  #info {
    padding: 10px 5px;
    margin: 5px 2px;
  }

  .info-topic {
    padding: 15px 10px;
    margin: 10px 0;
  }

  .info-topic-image img {
    height: 100px;
    width: 100px;
  }

  .info-topic-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .info-topic-description {
    font-size: 13px;
    line-height: 1.4;
    padding: 0 3px;
  }
}

/* Extra small mobile devices */
@media screen and (max-width: 360px) {
  #info {
    padding: 8px 3px;
    margin: 3px 1px;
  }

  .info-topic {
    padding: 12px 8px;
    margin: 8px 0;
  }

  .info-topic-image img {
    height: 80px;
    width: 80px;
  }

  .info-topic-title {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .info-topic-description {
    font-size: 12px;
    line-height: 1.3;
    padding: 0 2px;
  }
}

/* Info Service Section */
#info-service {
  background: linear-gradient(135deg, #2d1b2d 0%, #1a0a1a 50%, #2d1b2d 100%);
  padding: 30px 20px;
  margin: 20px 0;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  width: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

#info-service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    circle at 50% 50%,
    rgba(255, 255, 0, 0.05) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.info-service-content {
  font-size: 14px;
  line-height: 1.7;
  color: #f0f0f0;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.08) 0%,
    rgba(255, 255, 255, 0.02) 100%
  );
  border-radius: 12px;
  border-left: 4px solid #ffff00;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  backdrop-filter: blur(10px);
}

/* Footer Section */
#footer {
  background: linear-gradient(135deg, #1a0a1a 0%, #0a0a0a 50%, #1a0a1a 100%);
  padding: 40px 20px 30px;
  margin-top: 30px;
  border-top: 3px solid transparent;
  border-image: linear-gradient(90deg, transparent, #ffff00, transparent) 1;
  box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  width: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

#footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    ellipse at center top,
    rgba(255, 255, 0, 0.03) 0%,
    transparent 60%
  );
  pointer-events: none;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

#footer li {
  margin: 0;
}

#footer a {
  color: #e0e0e0;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 30px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.08) 0%,
    rgba(255, 255, 255, 0.02) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: block;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(10px);
}

#footer a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 0, 0.1),
    transparent
  );
  transition: left 0.5s ease;
}

#footer a:hover::before {
  left: 100%;
}

#footer a:hover {
  color: #ffff00;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 0, 0.15) 0%,
    rgba(255, 255, 0, 0.05) 100%
  );
  border-color: rgba(255, 255, 0, 0.4);
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 8px 25px rgba(255, 255, 0, 0.3), 0 0 20px rgba(255, 255, 0, 0.1);
  text-shadow: 0 0 10px rgba(255, 255, 0, 0.5);
}

/* Mobile responsiveness for footer and info-service */
@media screen and (max-width: 768px) {
  #info-service {
    padding: 15px 10px;
    margin: 10px 5px;
    border-radius: 10px;
  }

  .info-service-content {
    font-size: 13px;
    padding: 12px 10px;
    line-height: 1.5;
  }

  #footer {
    padding: 25px 10px 20px;
    margin-top: 15px;
    margin-left: 5px;
    margin-right: 5px;
  }

  #footer ul {
    flex-direction: column;
    gap: 15px;
  }

  #footer a {
    font-size: 14px;
    padding: 12px 20px;
    width: 200px;
    text-align: center;
    margin: 0 auto;
    display: block;
  }
}

@media screen and (max-width: 480px) {
  #info-service {
    padding: 12px 8px;
    margin: 8px 3px;
  }

  .info-service-content {
    font-size: 12px;
    padding: 10px 8px;
    line-height: 1.4;
  }

  #footer {
    padding: 20px 8px 15px;
    margin-left: 3px;
    margin-right: 3px;
  }

  #footer ul {
    gap: 12px;
  }

  #footer a {
    font-size: 13px;
    width: 170px;
    padding: 10px 15px;
  }
}

/* Additional mobile enhancements for very small screens */
@media screen and (max-width: 360px) {
  #info-service {
    padding: 10px 5px;
    margin: 5px 2px;
  }

  .info-service-content {
    font-size: 11px;
    padding: 8px 6px;
    line-height: 1.3;
  }

  #footer {
    padding: 15px 5px 12px;
    margin-left: 2px;
    margin-right: 2px;
  }

   #footer a {
     font-size: 12px;
     width: 150px;
     padding: 8px 12px;
   }
}

/* Email Input Styling */
.emailbox {
    position: relative;
}

.emailicon {
    height: 29px;
    left: 6px;
    position: absolute;
    top: 14px;
    width: 17px;
    background: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23666'%3E%3Cpath d='M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


#emailinput {
    margin-top: 7px;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 17px;
    color: #5e5e5e;
    padding: 10px 4px 10px 27px;
    background: -moz-linear-gradient(top, #FFF 0%, #DDDDDD);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#DDDDDD));
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    border: 2px solid #FFF;
    -moz-box-shadow: 0 0 0 transparent, 1px 1px 3px rgba(204, 204, 204, 0.8) inset;
    -webkit-box-shadow: 0 0 0 transparent, 1px 1px 3px rgba(204, 204, 204, 0.8) inset;
    box-shadow: 0 0 0 transparent, 1px 1px 3px rgba(204, 204, 204, 0.8) inset;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.3);
    box-sizing: border-box;
}

#emailinput.valid {
    border-color: #00c851;
    background: -moz-linear-gradient(top, #f0fff0 0%, #e0ffe0);
    background: -webkit-gradient(linear, left top, left bottom, from(#f0fff0), to(#e0ffe0));
}

.emailerror {
    color: #FFFF00;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
}

.mt-15 {
    margin-top: 15px;
}

#legal-email, #legal-bottom-email {
    font-size: 11px;
    line-height: 1.2;
    text-align: center;
    color: #FFF;
    margin: 6px auto;
}

/* Payment Form Styling */
.payment-header {
    text-align: center;
    margin-bottom: 20px;
}

.card-icons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
}

.card-icon {
    width: 40px;
    height: 24px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.payment-form {
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group input {
    width: 100%;
    padding: 12px 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    background: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.form-group input::placeholder {
    color: #999999;
}

.form-group input:focus {
    outline: none;
    border-color: #00c851;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 200, 81, 0.3);
}

.form-row {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.form-group-small {
    flex: 1;
}

.form-group-small input {
    width: 100%;
    padding: 12px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    background: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    box-sizing: border-box;
    text-align: center;
    transition: all 0.3s ease;
}

.form-group-small input::placeholder {
    color: #999999;
}

.form-group-small input:focus {
    outline: none;
    border-color: #00c851;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 200, 81, 0.3);
}

.security-notice {
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    font-weight: 600;
    margin: 15px 0;
    padding: 8px;
    background: rgba(0, 200, 81, 0.1);
    border-radius: 6px;
    border: 1px solid rgba(0, 200, 81, 0.3);
}

.security-notice-below {
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    font-weight: 600;
    margin: 15px 0;
    padding: 8px;
    background: rgba(0, 200, 81, 0.1);
    border-radius: 6px;
    border: 1px solid rgba(0, 200, 81, 0.3);
}

.security-icon {
    margin-right: 5px;
    font-size: 14px;
}

.payment-btn {
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.payment-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 200, 81, 0.3);
}

.payment-legal {
    text-align: center;
}

.payment-legal .legal-copy {
    font-size: 11px;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.7);
    margin: 4px auto;
}

/* CTA Button States */
#bt_email.cta-default,
#bt_payment.cta-default {
    background: linear-gradient(to bottom, #2a6a2a 8%, #1a4a1a 50%, #143814 77%, #0f2f0f 99%) !important;
    border: 1px solid #1a3d1a !important;
    color: #ffffff !important;
    text-shadow: -1px 1px 0px #000 !important;
    opacity: 0.7;
}

#bt_email.cta-incomplete,
#bt_payment.cta-incomplete {
  background: linear-gradient(to bottom, #2a6a2a 8%, #1a4a1a 50%, #143814 77%, #0f2f0f 99%) !important;
  border: 1px solid #1a3d1a !important;
    color: #ffffff !important;
    text-shadow: -1px 1px 0px #000 !important;
    opacity: 0.7;
}

#bt_email.cta-complete,
#bt_payment.cta-complete {
    background: linear-gradient(to bottom, #259e22 0%, #0f7622 78%, #148022 100%) !important;
    border: 1px solid #00ff00 !important;
    color: #ffffff !important;
    text-shadow: -1px 1px 0px #0a5a15 !important;
    box-shadow: 0 0 10px rgba(0, 255, 0, 0.3) !important;
    opacity: 1;
}

.cta-complete:hover {
    background: linear-gradient(to bottom, #2eb029 0%, #1a8029 78%, #1e8a29 100%) !important;
    box-shadow: 0 0 15px rgba(0, 255, 0, 0.5) !important;
}

/* Mobile responsiveness for payment form */
@media screen and (max-width: 768px) {
    .card-icons {
        gap: 8px;
    }
    
    .card-icon {
        width: 35px;
        height: 21px;
    }
    
    .form-group input,
    .form-group-small input {
        font-size: 14px;
        padding: 10px 12px;
    }
    
    .form-row {
        gap: 8px;
    }
    
    .security-notice {
        font-size: 11px;
        padding: 6px;
    }
}

@media screen and (max-width: 480px) {
    .card-icon {
        width: 30px;
        height: 18px;
    }
    
    .form-group input,
    .form-group-small input {
        font-size: 13px;
        padding: 8px 10px;
    }
    
    .form-row {
        gap: 6px;
    }
}
