* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  height: 100%;
  min-width: 320px;
}
body {
  color: #dbdbdb;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button,
input,
textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: inherit;
}
button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}
a {
  color: inherit;
}
a:link,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}
body {
  background: #000;
}
.lock body {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: clip;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.wrapper > main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}
[class*="__container"] {
  max-width: 50rem;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 0.625rem 0;
}
[class*="-ibg"] {
  position: relative;
}
[class*="-ibg"] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
[class*="-ibg_contain"] img {
  -o-object-fit: contain;
  object-fit: contain;
}
.header {
  background: #101c2b;
  border-radius: 0 0 0.75rem 0.75rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem 0.5rem;
  gap: 0.3125rem;
}
.header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
}
.header__btns a {
  padding: 0.5625rem 0.25rem;
  border-radius: 0.5rem;
  font-weight: 700;
  font-size: 0.875rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  white-space: nowrap;
  -webkit-transition:
    color 0.3s,
    border-color 0.3s;
  transition:
    color 0.3s,
    border-color 0.3s;
}
.header__btns a svg {
  margin-right: 0.125rem;
  fill: #fff;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.header__btns a:hover {
  color: #6cffff;
  border-color: #6cffff;
  -webkit-box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.2509803922);
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.2509803922);
}
.header__btns a:hover svg {
  fill: #6cffff;
}
.header__btns a:active {
  opacity: 0.8;
  color: #fff;
  border-color: #123a6d;
}
.header__btns a:active svg {
  fill: #fff;
}
.header__app {
  background: #123a6d;
  border: 0.5px solid #123a6d;
}
.header__app:active {
  border-color: #123a6d;
}
.header__login {
  background: #2a5c8e;
  border: 0.5px solid #2a5c8e;
}
.header__login:active {
  border-color: #2a5c8e;
}
.header__login:active svg {
  fill: #fff;
}
.footer {
  margin-top: 2.25rem;
  background: #101c2b;
  height: 4.375rem;
  border-radius: 0.75rem 0.75rem 0 0;
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
h1 {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1;
  line-height: 1.1071428571;
  margin: 1.125rem 0 1rem;
  font-family:
    Arial,
    Helvetica,
    sans-serif sans-serif;
}
h2,
h3 {
  font-size: 1.5rem;
  margin: 2.5rem 0 0.625rem;
  line-height: 1.4;
}
h3 {
  margin: 1.5rem 0 0.625rem;
}
.wrapper {
  padding-top: 3.3125rem;
}
.main-img {
  height: auto;
  border-radius: 0.625rem;
  max-width: 100%;
  min-width: 100%;
  cursor: pointer;
  margin-bottom: 1rem;
}
p {
  margin-bottom: 1rem;
}
.date {
  color: #fff;
  font-family: "Segoe UI";
}
.date time {
  text-decoration: underline;
  color: #263c46;
}
.main-btn {
  display: block;
  text-align: center;
  max-width: 100%;
  min-width: 100%;
  position: relative;
  padding: 1rem 0.625rem;
  background: #6cffff;
  color: #252525;
  font-weight: 900;
  font-size: 1rem;
  border-radius: 0.75rem;
  margin-bottom: 1rem;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.main-btn::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border-radius: inherit;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#98ffff),
    to(#3adbdb)
  );
  background: linear-gradient(90deg, #98ffff 0, #3adbdb 100%);
  z-index: -1;
}
.main-btn:hover {
  background: #1acbcb;
}
.main-btn:hover::before {
  background: #1acbcb;
}
.main-btn:active {
  opacity: 0.8;
}
.link-list,
.order-list {
  padding-left: 1.125rem;
}
.link-list li:not(:last-child),
.order-list li:not(:last-child) {
  margin-bottom: 0.625rem;
}
.link-list li {
  color: #449aff;
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.link-list li:hover {
  text-decoration: none;
  color: #6cffff;
}
.order-list {
  margin-bottom: 1.5rem;
}
.order-list li {
  color: inherit;
  text-decoration: none;
}
.feature-list {
  padding-left: 1.875rem;
}
.feature-list li {
  list-style: disc;
}
.feature-list li::marker {
  color: #364751;
}
.feature-list li span {
  color: #fff;
}
table {
  width: 100%;
  table-layout: fixed;
  border-radius: 1rem;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 1rem;
  color: #fff;
}
table td,
table th {
  padding: 1rem 0;
  text-align: center;
  border-top: 1px solid #364751;
  padding: 10px;
}
table th {
  border-right: 1px solid #364751;
  border-left: 1px solid #364751;
}
table td {
  border-right: 1px solid #364751;
}
table tr:first-child th:first-child {
  border-top-left-radius: 1rem;
}
table tr:first-child th:last-child {
  border-top-right-radius: 1rem;
}
table tr:last-child th:first-child {
  border-bottom-left-radius: 1rem;
}
table tr:last-child td:first-child {
  border-bottom-left-radius: 1rem;
}
table tr:last-child td:last-child {
  border-bottom-right-radius: 1rem;
}
table tr:nth-child(odd) {
  background: #26333c;
}
table tr:nth-child(even) {
  background: #364751;
}
@media (min-width: 375px) {
  .header__container {
    padding: 0.5rem 1rem;
  }
  .header__btns {
    gap: 0.5rem;
  }
  .header__btns a {
    padding: 0.5625rem 0.625rem;
  }
}
