@charset "UTF-8";
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;
  letter-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
}

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

input,
textarea,
select,
button {
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
}

textarea {
  resize: none;
}

body {
  line-height: 1;
  position: relative;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", sans-serif;
  color: #000;
  line-height: 130%;
}

.h1 {
  font-size: 50px;
  margin-bottom: 35px;
  font-weight: 600;
}

.h2 {
  font-size: 40px;
  margin-bottom: 25px;
  font-weight: 600;
}

.h3 {
  font-size: 30px;
  margin-bottom: 15px;
}

.h4 {
  font-size: 25px;
  margin-bottom: 10px;
}

.h5 {
  font-size: 20px;
  margin-bottom: 5px;
}

.h6 {
  font-size: 16px;
}

p {
  font-family: "Inter", sans-serif;
  color: #000000;
  font-size: 19px;
  font-weight: 300;
  line-height: 130%;
}

li, li a, a {
  font-family: "Inter", sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 130%;
  color: #000000;
}

.so-button {
  background: #FFA600;
  color: #000;
  padding: 15px 34px 16px 94px;
  border-radius: 8px;
  font-size: 22px;
  font-weight: 500;
  transition: 0.2s;
  position: relative;
  display: block;
  margin-top: 30px;
}
.so-button:before {
  content: "";
  background-image: url(img/amazon-icon.svg);
  position: absolute;
  width: 33px;
  height: 30px;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.so-button:hover {
  background: #e88c00;
}

strong {
  font-weight: 600;
}

.so-content {
  text-align: center;
}

.so-text p, .so-page p {
  padding-bottom: 15px;
}

.so-txt-bg p {
  font-size: 24px;
}

ul {
  list-style: none;
}

ol {
  list-style: auto;
}

a:hover, a:active, a:link {
  text-decoration: none;
}

.so-text a, .so-page a {
  text-decoration: underline;
  transition: 0.3s ease;
}
.so-text a:hover, .so-page a:hover {
  color: #6F6D6D;
}

.so-text ul li, .so-page ul li {
  list-style: disc;
  margin-left: 25px;
  font-weight: 300;
  margin-bottom: 5px;
}
.so-text ul, .so-text ol, .so-page ul, .so-page ol {
  margin-bottom: 15px;
}
.so-text ol li, .so-page ol li {
  margin-left: 25px;
  font-weight: 300;
  margin-bottom: 5px;
}
.so-text blockquote, .so-page blockquote {
  margin: 20px 0;
  padding: 20px 24px;
  background: #FEF4E9;
  border-left: 4px solid #FFA600;
}
.so-text blockquote p:last-child, .so-page blockquote p:last-child {
  padding-bottom: 0;
}
.so-text blockquote p, .so-text blockquote a, .so-text blockquote li, .so-page blockquote p, .so-page blockquote a, .so-page blockquote li {
  font-size: 16px;
}

.so-row {
  max-width: 1080px;
  width: 100%;
  display: inline-block;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
  box-sizing: border-box;
}

.so-dir-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}

video {
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: block;
  object-fit: cover;
}

@media screen and (max-width: 900px) {
  .h1 {
    font-size: 30px;
  }
  .h2 {
    font-size: 25px;
  }
  .h3 {
    font-size: 25px;
  }
  p {
    font-size: 16px;
  }
  .so-txt-bg p, .so-txt-bg p, .so-txt-bg li {
    font-size: 20px;
  }
}
/* ==========================================================================
   Site chrome — shared header & footer
   ========================================================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid #e7edf3;
}
.site-header__row {
  max-width: 1140px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.site-logo {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0d1b2a;
}
.site-logo--light {
  color: #fff;
}

.site-nav__menu {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-nav__menu a {
  font-size: 15px;
  font-weight: 500;
  color: #0d1b2a;
  transition: color 0.2s;
}
.site-nav__menu a:hover {
  color: #5a6b7c;
}

.site-footer {
  background: #0d1b2a;
  color: #fff;
  padding: 40px 0;
}
.site-footer__row {
  max-width: 1140px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
}
.site-footer nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer nav a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
}
.site-footer nav a:hover {
  color: #fff;
}
.site-footer__copy {
  width: 100%;
  margin: 0;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}

@media screen and (max-width: 860px) {
  .site-nav {
    display: none;
  }
  .site-footer__row {
    flex-direction: column;
    align-items: flex-start;
  }
}
