* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

input,
button,
textarea {
  border: 0;
  background: none;
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

body {
  color: #fff;
  line-height: 1.2;
  font-weight: 500;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  background-color: rgb(22, 24, 27);
}

.container {
  width: calc(100% - 32px);
  margin: 0 auto;
  max-width: 1200px;
}

header {
  position: sticky;
  top: 0;
  z-index: 99;
}

.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  background-color: rgb(36, 38, 43);
  padding: 0 24px;
}

.logo {
  display: flex;
  width: 143px;
}
.logo img {
  width: 100%;
}

.header__right {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header__right a {
  font-size: 14px;
  height: 44px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(245, 191, 0, 0.5);
  --tw-border-opacity: 0.5;
  font-weight: 600;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 8px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__right a:nth-child(1) {
  width: 46px;
}
.header__right a:nth-child(3) {
  background-color: rgb(255, 186, 18);
  color: rgb(2, 10, 6);
}
.header__right a:nth-child(3) div {
  font-size: 10px;
  display: flex;
  align-items: center;
  padding: 2px 8px;
  background-color: rgb(70, 76, 223);
  font-weight: 800;
  color: #fff;
  border-radius: 100px;
  gap: 4px;
  position: absolute;
  top: -10px;
  right: 0;
}
.header__right a:nth-child(3) div img {
  width: 10px;
}
.header__right a svg {
  width: 20px;
  min-width: 20px;
  height: 20px;
}

.header__anim {
  height: 41px;
  gap: 32px;
  display: flex;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  background-color: rgb(15, 16, 18);
}

.header__anim ul {
  display: inline-flex;
  align-items: center;
  gap: 32px;
  list-style: none;
  animation: scroll-left 50s linear infinite;
}

.header__anim li {
  white-space: nowrap;
}
.header__anim li span {
  color: rgb(90, 255, 32);
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.banner {
  height: 400px;
  position: relative;
  width: 100%;
  max-width: 1632px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.banner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -54px;
  width: 100%;
  height: 386px;
  background-image: linear-gradient(rgba(22, 24, 27, 0) 0%, #16181b 82.25%);
}

.banner__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.banner__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner__content {
  margin-top: 90px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 6;
}
.banner__content p:nth-child(1) {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 600;
}
.banner__content p:nth-child(2) {
  margin-top: 20px;
  font-size: 140px;
  color: rgb(255, 186, 18);
  line-height: 1;
  font-weight: 900;
}
.banner__content p:nth-child(3) {
  margin-top: 20px;
  font-size: 23px;
  font-weight: 400;
}
.banner__content a {
  margin-top: 24px;
  background-color: rgb(255, 48, 48);
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(#ffba12, #ffba12);
  height: 60px;
  min-height: 60px;
  font-weight: 600;
  font-size: 18px;
  position: relative;
  color: rgb(2, 10, 6);
  width: 200px;
  border-radius: 8px;
}
.banner__content a span:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  filter: blur(20px);
  background-image: linear-gradient(#ffba12, #ffba12);
  background-color: rgb(255, 48, 48);
  width: calc(100% + 10px);
  height: calc(100% + 5px);
  animation-name: pulse-second;
  animation-duration: 1.8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.banner__content a span:nth-child(1) {
  position: absolute;
  z-index: 3;
}

@keyframes pulse-second {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.payments {
  height: 138px;
  display: flex;
  margin-top: 60px;
}
.payments img {
  width: 100%;
  height: 100%;
}

.cards {
  margin-top: 40px;
}

.cards__title {
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 900;
}

.cards__list {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 14px;
}
.cards__list:nth-child(3) {
  margin-top: 14px;
}

.cards__item {
  aspect-ratio: 137/186;
  width: 100%;
  min-width: 0;
}
.cards__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}

.content {
  padding: 40px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.content__item {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
}
.content__item strong,
.content__item h1,
.content__item h2,
.content__item h3,
.content__item h4 {
  font-weight: 900;
}
.content__item h1 {
  font-size: 40px;
  margin-bottom: 10px;
}
.content__item h2 {
  font-size: 35px;
  margin-bottom: 10px;
}
.content__item h3 {
  font-size: 27px;
  margin-bottom: 10px;
}
.content__item h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
.content__item p,
.content__item .content__table,
.content__item ul,
.content__item ol {
  margin-bottom: 20px;
}
.content__item ol,
.content__item ul {
  padding-left: 50px;
  list-style: auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.content__item ol p,
.content__item ul p {
  margin-bottom: 15px;
}
.content__item ul {
  list-style: disc;
}
.content__item h3:last-child,
.content__item ol:last-child,
.content__item p:last-child,
.content__item .content__table:last-child,
.content__item ul:last-child {
  margin-bottom: 0;
}
.content__item.faq .faq__item {
  margin-bottom: 25px;
}
.content__item.faq .faq__item p,
.content__item.faq .faq__item ol,
.content__item.faq .faq__item ul,
.content__item.faq .faq__item .content__table {
  margin-bottom: 15px;
}
.content__item.faq .faq__item p:last-child,
.content__item.faq .faq__item ol:last-child,
.content__item.faq .faq__item ul:last-child,
.content__item.faq .faq__item .content__table:last-child {
  margin-bottom: 0;
}
.content__item.faq .faq__item p:first-child {
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 900;
}
.content__item.faq .faq__item:last-child {
  margin-bottom: 0;
}

.content__table table {
  border-collapse: collapse;
}
.content__table td {
  padding: 12px;
  border: 1px solid #fff;
  text-align: left;
  vertical-align: top;
}
.content__table tr:first-child td {
  text-align: center;
  font-weight: 900;
}

.table-left-bold td:first-child {
  font-weight: 900;
}

footer {
  padding: 60px 24px 40px;
}

.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid rgb(36, 38, 43);
}

.footer__media {
  display: flex;
  gap: 8px;
}
.footer__media a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(245, 191, 0);
  border-radius: 50%;
}
.footer__media a svg {
  width: 60%;
}
.footer__media a svg path {
  fill: rgb(245, 191, 0);
}

.footer__bottom {
  padding: 16px 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid rgb(36, 38, 43);
}
.footer__bottom img {
  height: 40px;
  opacity: 0.2;
}
.footer__bottom p {
  color: rgba(255, 255, 255, 0.5019607843);
  font-size: 11px;
}

@media (max-width: 1216px) {
  .payments {
    height: auto;
  }
}
@media (max-width: 1024px) {
  .cards__list {
    display: flex;
    padding-right: 16px;
    width: calc(100% + 16px);
    overflow-x: auto;
    gap: 4px;
  }
  .cards__list::-webkit-scrollbar {
    display: none;
  }
  .cards__item {
    width: 177px;
    min-width: 177px;
  }
  .banner {
    height: 300px;
  }
  .banner__content {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .header__top {
    height: 56px;
    padding: 0 16px;
  }
  .header__right a:nth-child(1) {
    display: none;
  }
  .header__right a {
    font-size: 12px;
    height: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .header__right a:nth-child(3) div {
    font-size: 6px;
  }
  .header__anim {
    height: 28px;
    font-size: 14px;
  }
  .banner__content p:nth-child(1) {
    font-size: 24px;
  }
  .banner__content p:nth-child(2) {
    font-size: 21vw;
    margin-top: 4px;
  }
  .banner__content p:nth-child(3) {
    margin-top: 4px;
    font-size: 24px;
  }
  .banner__content a {
    margin-top: 12px;
    height: 42px;
    min-height: 42px;
    width: 193px;
  }
  .banner {
    height: 550px;
  }
  .banner::after {
    display: none;
  }
  .banner__content {
    margin-top: 220px;
  }
  .payments {
    height: auto;
    width: 100%;
    margin-top: -100px;
    position: relative;
  }
  .cards {
    position: relative;
    margin-top: 30px;
  }
  .cards__title {
    font-size: 16px;
  }
  .cards__item {
    width: 111px;
    min-width: 111px;
  }
  .cards__list:nth-child(3) {
    margin-top: 4px;
  }
  .content__item ol,
  .content__item ul {
    padding-left: 30px;
  }
  .footer__top {
    flex-wrap: wrap;
  }
}/*# sourceMappingURL=styles.css.map */