*,
:after,
:before {
  box-sizing: border-box;
}
.agreement-page {
  margin: 0;
  font-family: GraphikAlt, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji,
    Segoe UI Symbol, Noto Color Emoji;
  font-size: 14px;
  font-weight: 400;
  color: #242424;
  text-align: left;
  line-height: 1.5;
  background-color: #fff;
  background: #efedec;
}
.page ol,
.page p,
.page ul {
  margin-top: 1.5em;
}
body,
address,
blockquote,
section,
caption,
dd,
dl,
dt,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
label,
legend,
li,
ol,
p,
pre,
ul {
  margin: 0;
  padding: 0;
}
.page {
  font-family: Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji,
    Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5;
  font-size: 12px;
}
.page {
  overflow: hidden;
  margin: 0 auto 10px;
  box-shadow: 0 5px 5px rgb(0 0 0 / 15%);
  background: #fff no-repeat 0 0 / cover;
  -webkit-user-select: none;
  user-select: none;
  padding: 30px 20px;
}
.viewer {
  position: relative;
  /* margin-bottom: 60px; */
  padding: 10px;
}
.page:not(.landscape):not(.tip) {
  min-height: calc(129.4118vw - 25.88236px);
}
.page h2 {
  scroll-margin-top: 4em;
  font-size: 20px;
}
.page h2,
.page h3,
.page h4 {
  margin-top: 1em;
}
.page h1,
.page h2,
.page h3,
.page h4 {
  scroll-margin-top: 3em;
  line-height: 1.25;
  font-weight: 700;
}
.page > :first-child {
  margin-top: 0;
}
.page .row {
  display: flex;
  margin: -1em;
}
.page .col {
  width: 50%;
  padding: 1em;
}
.token-input {
  display: inline-block;
  width: 100%;
  /* max-width: 12em; */
  padding: 0.8em;
  line-height: 1;
  color: #8d8d8d;
  background: rgba(249, 236, 192, 0.7);
  box-shadow: inset 0 0 0 1px #f8d278, 0 0 0 1px rgb(248 210 120 / 0%);
}
.token-signature {
  padding: 3em 0.8em;
  text-align: center;
  font-family: Arial, sans-serif;
  cursor: pointer;
}
.token-date,
.token-select {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em 0.4em 1em 0.8em;
}
.token {
  padding: 1px 3px;
  background: rgba(255, 238, 51, 0.5);
}
.page table {
  width: 100%;
  margin-top: 2em;
  border-collapse: collapse;
  border: 1px solid #000;
}
.page td,
.page th {
  padding: 0.65em 0.9em;
  vertical-align: top;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.page--table-style-light table,
.page--table-style-light td,
.page--table-style-light th {
  border: none;
}
.page--table-style-light table {
  border-bottom: 1px solid #dfdfdf;
}
.page thead {
  background: #efefef;
}
.page--table-style-light thead {
  background: #f3f3f3;
}
.page .total {
  width: auto;
  margin-top: 0.5em;
  margin-left: auto;
  text-align: right;
  border: none;
}
.page .total td {
  border: none;
}
.page .total tfoot {
  font-weight: 700;
}
@media (min-width: 320px) {
  .page {
    font-size: calc(10.90909px + 0.34091vw);
    padding: calc(15.45455px + 4.54545vw) calc(9.09091px + 3.40909vw);
  }
  .page h2 {
    font-size: calc(16.36364px + 1.13636vw);
  }
  .page .row {
    display: block;
  }
  .page .col {
    width: 100%;
  }
}

@media (min-width: 600px) {
  .agreement-page {
    font-size: 16px;
  }
  .page {
    margin-bottom: 20px;
  }
  .page:not(.landscape):not(.tip) {
    min-height: calc(129.4118vw - 51.76472px);
  }
  .page .row {
    display: flex;
  }
  .page .col {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .page:not(.landscape):not(.tip) {
    min-height: calc(129.4118vw - 51.76472px);
  }
}
@media (min-width: 960px) {
  .page:not(.landscape):not(.tip) {
    min-height: calc(93.1765vw - 77.64708px);
    max-width: 816px;
  }
}
@media (min-width: 1200px) {
  .page:not(.landscape):not(.tip) {
    max-width: 816px;
    min-height: 1056px;
  }
  .page {
    font-size: 15px;
    padding: 70px 50px;
  }
  .page h2 {
    font-size: 30px;
  }
}
.signature-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1031;
}
