@charset "UTF-8";
@font-face {
  font-family: Lato;
  font-display: swap;
  src: url(../fonts/Lato-Black.woff2) format("woff2"),
    url(../fonts/Lato-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: Lato;
  font-display: swap;
  src: url(../fonts/Lato-Bold.woff2) format("woff2"),
    url(../fonts/Lato-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Lato;
  font-display: swap;
  src: url(../fonts/Lato-Regular.woff2) format("woff2"),
    url(../fonts/Lato-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Lato;
  font-display: swap;
  src: url(../fonts/Lato-Light.woff2) format("woff2"),
    url(../fonts/Lato-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Lato;
  font-display: swap;
  src: url(../fonts/Lato-Thin.woff2) format("woff2"),
    url(../fonts/Lato-Thin.woff) format("woff");
  font-weight: 100;
  font-style: normal;
}
* {
  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: Lato;
  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: Lato;
  font-size: inherit;
}
button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}
p {
  color: #252525;
}
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;
  color: #252525;
}
body {
  background: #fff;
}
.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: #f60;
  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: #fff;
  border-color: #fff;
  -webkit-box-shadow: 0 4px 24px 0 rgb(0 0 0 / 0.2509803922);
  box-shadow: 0 4px 24px 0 rgb(0 0 0 / 0.2509803922);
}
.header__btns a:hover svg {
  fill: #fff;
}
.header__btns a:active {
  opacity: 0.8;
  color: #fff;
  border-color: #d75804;
}
.header__btns a:active svg {
  fill: #fff;
}
.header__app {
  background: #9c4002;
  border: 0.5px solid #c55104;
}
.header__app:active {
  border-color: #d75804;
}
.header__login {
  background: #7b3202;
  border: 0.5px solid #ce5100;
}
.header__login:active {
  border-color: #ce5100;
}
.header__login:active svg {
  fill: #fff;
}
.footer {
  margin-top: 2.25rem;
  background: #f60;
  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: Lato;
}
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: #40b840;
  color: #fff;
  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(#25a325),
    to(#4fd64f)
  );
  background: linear-gradient(90deg, #25a325 0, #4fd64f 100%);
  z-index: -1;
}
.main-btn:hover {
  background: #20ac20;
}
.main-btn:hover::before {
  background: #20ac20;
}
.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: #1b6dcd;
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.link-list li:hover {
  text-decoration: none;
  color: #fff;
}
.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: #252525;
}
table td,
table th {
  padding: 1rem 0;
  text-align: center;
  border-top: 1px solid #669cdd;
  padding: 10px;
}
table th {
  border-right: 1px solid #669cdd;
  border-left: 1px solid #669cdd;
}
table td {
  border-right: 1px solid #669cdd;
}
table tr:first-child td:first-child {
  border-top-left-radius: 1rem;
}
table tr:first-child td: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: #fd9001;
}
table tr:nth-child(even) {
  background: #669cdd;
}
@media (min-width: 375px) {
  .header__container {
    padding: 0.5rem 1rem;
  }
  .header__btns {
    gap: 0.5rem;
  }
  .header__btns a {
    padding: 0.5625rem 0.625rem;
  }
}
