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, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

.mobile {
  display: none;
}

@media (max-width: 699px) {
  .mobile {
    display: none;
  }
}
@font-face {
  font-family: 'Avenir Next';
  src: url('../fonts/avenir-next/AvenirNextLTPro-Bold.woff2') format('woff2'),
      url('../fonts/avenir-next/AvenirNextLTPro-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir Next';
  src: url('../fonts/avenir-next/AvenirNextLTPro-It.woff2') format('woff2'),
      url('../fonts/avenir-next/AvenirNextLTPro-It.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir Next';
  src: url('../fonts/avenir-next/AvenirNextLTPro-Regular.woff2') format('woff2'),
      url('../fonts/avenir-next/AvenirNextLTPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.container {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.logo {
  margin-bottom: 33px;
}
.devices {
  margin-bottom: 32px;
}
.center-content {
  text-align: center;
}
.page-device .center-content {
  max-width: 340px;
}
.page-device img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.page-device p {
  margin-bottom: 48px;
}
.button {
  color: #FFFFFF;
  display: block;
  font-family: 'Avenir Next';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding: 12px 16px;
  background-color: #1B00FB;
  border-radius: 8px;
  transition: background-color 0.3s;
  max-width: max-content;
  margin: 0 auto;
}
.button:hover {
  background-color: #0912C5;
}
html,
body {
  color: #000000;
  font-family: 'Avenir Next', sans-serif;
  font-size: 16px;
  line-height: 1;
  height: 100%;
}
body {
  background-color: #F5F5F5;
}

p, .p, .content ul li {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.537rem;
  margin-bottom: 10px;
}
p a, .p a, .content ul li a {
  color: #2b95d3;
  border-bottom: 1px dotted #7fbfe5;
}
p sup, .p sup, .content ul li sup {
  font-family: 0.6em;
}

ol {
  list-style: decimal;
  margin: 1rem 0;
  padding-left: 22px;
}
ol li {
  color: #a1a9ad;
  font-size: 1.6em;
  line-height: 1.6em;
}

strong {
  font-weight: bold;
}

h1 {
  font-size: 3.8rem;
  line-height: 1.75em;
  font-weight: bold;
  font-family: 'Avenir Next', sans-serif;
  color: #000000;
}
h1 a {
  color: #000000;
}

h2 {
  font-size: 3.6rem;
  line-height: 1.3em;
  font-weight: bold;
  font-family: 'Avenir Next', sans-serif;
  color: #000000;
}
h2 a {
  color: #000000;
}

h3 {
  margin: 0 0 10px 0;
  font-size: 2rem;
  line-height: 1.3em;
  font-weight: bold;
  font-family: 'Avenir Next', sans-serif;
  color: #000000;
}
h3 a {
  color: #000000;
}

h4 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.537rem;
  font-weight: bold;
  font-family: 'Avenir Next', sans-serif;
  color: #000000;
}

.content ul {
  list-style-type: circle;
  margin-left: 30px;
}

blockquote {
  margin: 20px 50px 20px 60px;
  padding: 0 0 0 10px;
  font-style: italic;
  color: #000000;
  border-left: 50px solid #d4eaf6;
}

@media (max-width: 699px) {
  h1 {
    line-height: 1.20em;
  }
}
.browserlist {
  margin: 30px 0;
}
.browserlist li {
  width: (100% / 5);
  display: inline-block;
  text-align: center;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.browserlist li:hover {
  background: rgba(0, 0, 0, 0.1);
}
.browserlist li > a {
  display: block;
  padding: 20px;
}
.browserlist li h4 {
  margin: 20px 0;
}
.browserlist li .info {
  min-height: 168px;
}
.browserlist li .website {
  background-color: #000000;
  color: #FFF;
  line-height: 30px;
  height: 30px;
  margin: 0;
  padding: 8px 5px;
  text-align: center;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.browserlist li .website:hover {
  background-color: #1f5e8e;
}

@media (max-width: 899px) {
  .browserlist li {
    width: 49.8%;
  }
}
@media (max-width: 699px) {
  .browserlist li {
    width: 100%;
  }
}

.wrapper {
  margin: 0 auto;
  max-width: 1100px;
  min-height: 1px;
  padding: 0 15px;
  position: relative;
}

a {
  text-decoration: none;
}

.error {
  text-align: center;
}

.missing {
  font-size: 10em;
  margin: 30px 0;
}
