html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

.cf:before,
.cf:after,
.row:before,
.row:after,
.nav-hor:before,
.nav-hor:after {
  content: " ";
  display: table;
}

.cf:after,
.row:after,
.nav-hor:after {
  clear: both;
}

.cf,
.row,
.nav-hor {
  *zoom: 1;
}

.container {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
hr {
  border: 0;
  border-top: 1px solid #e0e0e0;
  margin: 60px 0;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
  text-transform: uppercase;
}

.row {
  margin: 10px 0 10px -10px;
  display: block;
}
.row > * {
  padding-left: 10px;
  float: left;
}
.row .col:first-child:nth-last-child(1),
.row .col:first-child:nth-last-child(1) ~ .col {
  width: 100%;
}
.row .col:first-child:nth-last-child(2),
.row .col:first-child:nth-last-child(2) ~ .col {
  width: 50%;
}
.row .col:first-child:nth-last-child(3),
.row .col:first-child:nth-last-child(3) ~ .col {
  width: 33.33333%;
}
.row .col:first-child:nth-last-child(4),
.row .col:first-child:nth-last-child(4) ~ .col {
  width: 25%;
}
.row .col:first-child:nth-last-child(5),
.row .col:first-child:nth-last-child(5) ~ .col {
  width: 20%;
}
.row .col:first-child:nth-last-child(6),
.row .col:first-child:nth-last-child(6) ~ .col {
  width: 16.66667%;
}
.row .col:first-child:nth-last-child(7),
.row .col:first-child:nth-last-child(7) ~ .col {
  width: 14.28571%;
}
.row .col:first-child:nth-last-child(8),
.row .col:first-child:nth-last-child(8) ~ .col {
  width: 12.5%;
}
.row .col:first-child:nth-last-child(9),
.row .col:first-child:nth-last-child(9) ~ .col {
  width: 11.11111%;
}
.row .col:first-child:nth-last-child(10),
.row .col:first-child:nth-last-child(10) ~ .col {
  width: 10%;
}
.row .col._1-1 {
  width: 100% !important;
}
.row .col._4-5 {
  width: 80% !important;
}
.row .col._3-4 {
  width: 75% !important;
}
.row .col._2-3 {
  width: 66.666% !important;
}
.row .col._3-5 {
  width: 60% !important;
}
.row .col._1-2,
.row .col._2-4 {
  width: 50% !important;
}
.row .col._2-5 {
  width: 40% !important;
}
.row .col._1-3 {
  width: 33.333% !important;
}
.row .col._1-4 {
  width: 25% !important;
}
.row .col._1-5 {
  width: 20% !important;
}
.row .col._1-10 {
  width: 10% !important;
}

@media (max-width: 749px) {
  .row .col:first-child:nth-last-child(1),
  .row .col:first-child:nth-last-child(1) ~ .col {
    width: 100%;
    margin-bottom: 5px;
  }
  .row .col:first-child:nth-last-child(2),
  .row .col:first-child:nth-last-child(2) ~ .col {
    width: 100%;
    margin-bottom: 5px;
  }
  .row .col:first-child:nth-last-child(3),
  .row .col:first-child:nth-last-child(3) ~ .col {
    width: 100%;
    margin-bottom: 5px;
  }
  .row .col:first-child:nth-last-child(4),
  .row .col:first-child:nth-last-child(4) ~ .col {
    width: 100%;
    margin-bottom: 5px;
  }
  .row .col:first-child:nth-last-child(5),
  .row .col:first-child:nth-last-child(5) ~ .col {
    width: 100%;
    margin-bottom: 5px;
  }
  .row .col:first-child:nth-last-child(6),
  .row .col:first-child:nth-last-child(6) ~ .col {
    width: 100%;
    margin-bottom: 5px;
  }
  .row .col:first-child:nth-last-child(7),
  .row .col:first-child:nth-last-child(7) ~ .col {
    width: 100%;
    margin-bottom: 5px;
  }
  .row .col:first-child:nth-last-child(8),
  .row .col:first-child:nth-last-child(8) ~ .col {
    width: 100%;
    margin-bottom: 5px;
  }
  .row .col:first-child:nth-last-child(9),
  .row .col:first-child:nth-last-child(9) ~ .col {
    width: 100%;
    margin-bottom: 5px;
  }
  .row .col:first-child:nth-last-child(10),
  .row .col:first-child:nth-last-child(10) ~ .col {
    width: 100%;
    margin-bottom: 5px;
  }
  .row .col.___1-1 {
    width: 100% !important;
  }
  .row .col.___4-5 {
    width: 80% !important;
  }
  .row .col.___3-4 {
    width: 75% !important;
  }
  .row .col.___2-3 {
    width: 66.666% !important;
  }
  .row .col.___3-5 {
    width: 60% !important;
  }
  .row .col.___1-2,
  .row .col.___2-4 {
    width: 50% !important;
  }
  .row .col.___2-5 {
    width: 40% !important;
  }
  .row .col.___1-3 {
    width: 33.333% !important;
  }
  .row .col.___1-4 {
    width: 25% !important;
  }
  .row .col.___1-5 {
    width: 20% !important;
  }
  .row .col.___1-10 {
    width: 10% !important;
  }
}
@media (min-width: 750px) and (max-width: 999px) {
  .row .col:first-child:nth-last-child(4),
  .row .col:first-child:nth-last-child(4) ~ .col {
    width: 50%;
  }
  .row .col:first-child:nth-last-child(5),
  .row .col:first-child:nth-last-child(5) ~ .col {
    width: 50%;
  }
  .row .col:first-child:nth-last-child(6),
  .row .col:first-child:nth-last-child(6) ~ .col {
    width: 50%;
  }
  .row .col:first-child:nth-last-child(10),
  .row .col:first-child:nth-last-child(10) ~ .col {
    width: 50%;
  }
  .row .col.__1-1 {
    width: 100% !important;
  }
  .row .col.__4-5 {
    width: 80% !important;
  }
  .row .col.__3-4 {
    width: 75% !important;
  }
  .row .col.__2-3 {
    width: 66.666% !important;
  }
  .row .col.__3-5 {
    width: 60% !important;
  }
  .row .col.__1-2,
  .row .col.__2-4 {
    width: 50% !important;
  }
  .row .col.__2-5 {
    width: 40% !important;
  }
  .row .col.__1-3 {
    width: 33.333% !important;
  }
  .row .col.__1-4 {
    width: 25% !important;
  }
  .row .col.__1-5 {
    width: 20% !important;
  }
  .row .col.__1-10 {
    width: 10% !important;
  }
}
.table {
  width: 100%;
  max-width: 100%;
}
.table caption {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  color: #777;
}
.table th,
.table td {
  padding: 0.8rem;
  vertical-align: top;
  border-top: 1px solid #f1f1f1;
  text-align: left;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #f1f1f1;
  border-top: 0;
  font-weight: 600;
}
.table .thead-dark {
  background-color: #373a3c;
  color: #fff;
}
.table .thead-dark th {
  border-bottom: 0;
}
.table .thead-light {
  background-color: #f1f1f1;
  color: #5c5c5c;
}
.table .thead-light th {
  border-bottom: 0;
}

.form .form-wrap {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
  margin-bottom: 1rem;
}
.form .form-wrap label {
  display: block;
  margin-bottom: 0.5rem;
}
.form .form-wrap .form-input {
  display: block;
  width: 100%;
  padding: 0.4rem 0.6rem;
  background-color: #fff;
  line-height: 1.5;
  background-image: none;
  border: 1px solid #e0e0e0;
  color: #454545;
}
.form .form-wrap .form-input:focus {
  border-color: #aeaeae;
  outline: 0;
}

.button {
  display: inline-block;
  padding: 0.4rem 1rem;
  line-height: 1.5;
  border: 0;
  background-color: transparent;
}

.button-main {
  background-color: #f1f1f1;
  color: #5c5c5c;
}

.button-main:hover {
  background-color: #e0e0e0;
  color: #454545;
}

.button-blue {
  background-color: #2ba3d4;
  color: #fff;
}

.button-blue:hover {
  background-color: #2791bd;
  color: #fff;
}

.button-green {
  background-color: #478d13;
  color: #fff;
}

.button-green:hover {
  background-color: #2c700b;
  color: #fff;
}

.button-red {
  background-color: #b92b27;
  color: #fff;
}

.button-red:hover {
  background-color: #992421;
  color: #fff;
}

.button-link {
  color: #5c5c5c;
}

.button-link:hover {
  color: #454545;
}

.button-small {
  padding: 0.2rem 0.5rem;
  font-size: 0.8rem;
}

.button-large {
  padding: 0.8rem 2rem;
  font-size: 1.2rem;
}

.nav {
  margin: 0;
  padding: 0;
}
.nav li {
  list-style-type: none;
}
.nav li a {
  color: #000;
}

.nav.nav-hor li {
  float: left;
}
.nav.nav-hor li a {
  padding: 10px;
}

body {
  background: #fff9f2;
}

.site-body {
  width: 800px;
  max-width: 100%;
  margin: auto;
  text-align: center;
}

.site-header {
  width: 100%;
  margin: 0 0 20px 0;
  border-radius: 10px;
  padding: 12px 20px 10px 20px;
  text-align: center;
  position: relative;
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

.site-header img {
  display: inline-block;
}

.site-header p {
  margin: 0;
}

.site-header .nav {
  position: absolute;
  right: 10px;
  top: 10px;
  display: flex;
  gap: 14px;
  justify-content: center;
  align-items: center;
  height: 40px;
}

.site-header .nav li {
}

.site-header .nav li a {
  display: block;
  font-size: 0;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.site-header .nav li a span {
  font-size: 14px;
  font-weight: 600;
}

.site-header .nav li a svg {
  display: block;
  width: 20px;
}

.site-body {
  padding: 0 20px;
}

.site-body h1 {
  margin: 0 0 10px 0;
  font-size: 34px;
}

.site-body p.lead {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  opacity: 0.5;
}

.app-logo {
  margin: 50px 0 20px 0;
}

.app-logo img {
  width: 90px;
  display: inline-block;
  border-radius: 20px;
}

.downloads {
  margin: 30px 0 0 0;
  width: 100%;
  display: flex;
  gap: 18px;
  justify-content: center;
  align-items: center;
}

.downloads p a {
  display: block;
}

.downloads p a img {
  width: auto;
  height: 50px;
}

.site-footer {
  margin-top: 40px;
  font-size: 12px;
  color: #000;
  opacity: 0.2;
}

.site-footer p {
  margin: 0;
}

.site-footer p a {
  cursor: pointer;
  color: #000;
}

.site-body.body-text {
  text-align: left;
  padding-top: 10px;
}

.site-body.body-text h1 {
  font-size: 26px;
}

.site-body.body-text h2 {
  font-size: 22px;
  margin: 0 0 10px 0;
}

.site-body.body-text h3 {
  font-size: 20px;
  margin: 0 0 8px 0;
}

.site-body.body-text p {
  line-height: 1.3;
}

.site-body.body-text hr {
  margin: 20px 0;
}

.site-body.body-text ul {
  margin: 0;
  padding: 0 0 0 15px;
}

.site-body.body-text ul li {
  list-style-type: square;
}

.site-body.body-text p a {
  color: #ff9800;
  font-weight: 600;
}
