<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
  margin: 0;
  padding: 0;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body {
  background: #fff;
  color: #000;
}

form {
  margin: 0;
}

img {
  border: 0;
}

img.icon {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  vertical-align: middle;
}

.form-body {
  padding: 8px 0px;
}

.form-body .txt-cont {
  font-size: 14px;
  overflow: hidden;
}

.form-body .txt-cont.sub-pages {
  padding: 0 8px;
}

.form-body .txt-cont h1 {
  font-size: 16px;
  display: block;
  text-align: left;
  color: #000;
  padding: 0;
  margin-bottom: 7px;
}

.form-body .txt-cont h2 {
  font-size: 14px;
  display: block;
  text-align: left;
  color: #000;
  padding: 0;
}

.form-body .txt-cont ul.section {
  padding: 0 0 0 22px;
  margin: 0;
  font-size: 14px;
  margin-bottom: 19px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: rgba(255, 255, 255, 1);
}

.form-body .txt-cont ul.section li {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-right: 8px;
  /*border: 1px solid #3a3b3c*/
  border-bottom: 1px solid #ccc;
}

.form-body .txt-cont ul.section li:last-child {
  border-bottom: 0;
}

.form-body .txt-cont ul li a sup {
  vertical-align: top;
  color: red;
  font-size: 80%;
  top: -5px;
  position: relative;
  margin-right: 4px;
  font-style: italic;
  z-index: 11;
}

.banner-block {
  width: 266px;
  height: 65px;
  background: transparent;
  margin: 0 auto 17px auto;
  overflow: hidden;
  border: 0;
  display: block;
}

table {
  table-layout: fixed;
  width: 96%;
  margin: auto;
  border-collapse: collapse;
}

table thead th,
table tbody td {
  width: auto;
  max-width: 25%;
  border: 1px solid #000;
  padding: 10px;
  word-wrap: break-word;
}

table.flags {
  margin: 10px auto 0 auto;
}

table.flags td {
  padding: 2px;
}

table.flags td a {
  display: block;
  font-size: 9px;
  text-decoration: none;
  text-align: center;
}

table.flags td img {
  width: 45px;
  height: 45px;
}

.img-cont {
  display: block;
  text-align: center;
}

.img-cont img {
  max-width: 300px;
}

.inline-img {
  vertical-align: text-bottom;
}

ol li .img-cont {
  padding-top: 5px;
  margin-left: -40px;
}

.footer {
  padding: 20px 30px 10px 8px;
  text-align: left;
}

.footer span {
  font-size: 10px;
}

a.close {
  display: none;
  position: absolute;
  right: 7px;
  top: 22px;
  width: 30px;
  height: 30px;
  text-decoration: none;
  font-family: HelveticaNeue, sans-serif;
  z-index: 1111;
  background: #fff;
  border-radius: 15px;
}

a.close span {
  position: relative;
  width: 16px;
  height: 16px;
  display: block;
  margin: 7px;
}

a.close span:before,
a.close span:after {
  position: absolute;
  left: -2px;
  top: 8px;
}

a.close span:before {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #141414;
  background-origin: padding-box;
  content: "";
  display: block;
  height: 1px;
  transform: matrix(0.707107, 0.707107, -0.707107, 0.707107, 0, 0);
  -webkit-transform: matrix(0.707107, 0.707107, -0.707107, 0.707107, 0, 0);
  width: 19px;
}

a.close span:after {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #141414;
  background-origin: padding-box;
  content: "";
  display: block;
  height: 1px;
  transform: matrix(0.707107, -0.707107, 0.707107, 0.707107, 0, 0);
  -webkit-transform: matrix(0.707107, -0.707107, 0.707107, 0.707107, 0, 0);
  width: 19px;
}

.popup a.close {
  display: block;
}

.main-container {
  height: 100vh;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}

/* iPhone X XS XR 11 12 */
@media only screen and (max-aspect-ratio: 428/926) {
  .main-container {
    padding-top: 20pt;
  }

  a.close {
    top: 35pt;
  }

  .form-body {
    padding-bottom: 80px;
  }
}
</pre></body></html>