#tosWrapper {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 1280rem;
  height: 720rem;
  overflow: hidden;
  background-image: url("../images/background-tos.png");
  background-repeat: no-repeat;
  font-size: 26rem;
  line-height: 1.33;
  font-weight: 300;
  color: #ffffff;
  font-family: 'Rubik', sans-serif;
  display: none;
}
#data_WP {
  position: absolute;
  top: 96rem;
  left: 125rem;
  font-size: 18px;
  padding: 22rem 44rem 21rem 26rem;
  width: 960px;
  height: 347px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
#bottom_shadow {
  position: absolute;
  top: 274rem;
  left: 0rem;
  padding: 22rem 44rem 21rem 26rem;
  width: 960px;
  height: 73px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #383734);
}
#text {
  height: 433rem;
  overflow: hidden;
}
#text div {
  margin-top: 0rem;
  letter-spacing: -0.3px;
  white-space: pre-wrap;
}
#bar_WP {
  width: 8px;
  height: 450px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 109rem;
  left: 1133rem;
}
#bar_WP span {
  width: 8px;
  height: 150px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.25);
  position: absolute;
  top: 0rem;
  left: 0rem;
}
#bar_WP.focus span {
  background-color: #ffffff;
}
#check_data {
  position: absolute;
  top: 611rem;
  left: 121rem;
  border-radius: 8rem;
  max-width: 755rem;
  padding-top: 6rem;
  padding-left: 1rem;
  line-height: 1.2;
}
#check_data p {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  top: -1rem;
  left: 2rem;
  margin-right: 10rem;
  vertical-align: text-top;
  margin-bottom: 5rem;
  max-width: 705rem;
}
#check_data .box {
  display: inline-block;
  border: 1px solid transparent;
}
#check_data.focus {
  background-color: #ffffff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
  color: #000000;
}
#check_data.focus .box {
  border: 1px solid black;
}
#read,
#data_ok {
  min-width: 104rem;
  min-height: 40rem;
  max-width: 226rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 5rem;
  border: solid 3rem #ffffff;
  position: absolute;
  top: 620rem;
  right: 124rem;
  text-align: center;
  line-height: 1.5;
  padding: 0rem 13rem;
}
#read.focus,
#data_ok.focus {
  background-color: #ffffff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
  color: #000000;
  border-style: none;
  right: 127rem;
  top: 623rem;
}
#read {
  top: 503rem;
}
#read.focus {
  top: 506rem;
}
#back {
  min-width: 104rem;
  min-height: 40rem;
  max-width: 226rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 5rem;
  border: solid 3rem #ffffff;
  margin-top: 100rem;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  line-height: 1.5;
  padding: 0rem 13rem;
  width: max-content;
  font-size: 26rem;
  font-weight: 300;
  font-family: 'Rubik', sans-serif;
}
#back.focus {
  background-color: #ffffff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
  color: #000000;
  border-style: none;
  margin-top: 103rem;
}
#text_WP {
  position: absolute;
  left: 154rem;
  width: 952px;
  height: 720px;
}
#text_WP > div {
  margin-top: 0rem;
  letter-spacing: -0.3px;
  white-space: pre-wrap;
}
#text_WP .marginTop {
  height: 95rem;
  width: 1280rem;
}
.box {
  width: 26px;
  height: 26px;
  background-color: rgba(255, 255, 255, 0.2);
  display: inline-block;
  vertical-align: top;
  margin-left: 5rem;
}
.box .fas {
  font-size: 20rem;
  position: relative;
  top: 4rem;
}
.box .fa-check {
  display: none;
  left: 3rem;
}
.box.active .fa-check {
  display: block;
}
#modal {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 1280rem;
  height: 720rem;
  background-color: #383734;
  display: none;
  z-index: 2;
  font-size: 18px;
}
#modal.active {
  display: block;
}
#shadowTop {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1280px;
  height: 80px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), #383734);
}
#shadowBottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 1280px;
  height: 80px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #383734);
}
#shadowBottom.disabled {
  display: none;
}
html {
  width: 1280rem;
  height: 720rem;
  overflow: hidden;
  font-size: 1px;
}
/*# sourceMappingURL=tos.css.map */