
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

/* ------------------------------------
   # ROOT
------------------------------------ */
/* ------------------------------------
   # DEFAULT
------------------------------------ */
body {
  padding: 0;
  margin: 0;
  font-family: sans-serif;
  background-color: #121212;
  color: #fff;
}

.list-reset {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.btn-reset {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
}

.input-reset {
  border: none;
  outline: none;
}

/* ------------------------------------
   # CONTAINER
------------------------------------ */
.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.content-img {
  display: block;
  margin: 42px auto;
  border-radius: 22px;
}

.subtitle {
  font-size: 14px;
  letter-spacing: 0.8px;
  color: #fff;
  padding: 32px 0 0 0;
  width: 100%;
  font-weight: 400;
  opacity: 0.7;
  line-height: 145%;
}
.subtitle span {
  border-bottom: 1px solid #37bbcc;
  color: #37bbcc;
}

.mt-32 {
  margin-top: 32px;
}

.content h2, .content h3, .content h4  {
  font-size: 34px;
  color: #fff;
  letter-spacing: 0.4px;
  padding: 52px 0 0 0;
  font-weight: 900;
  line-height: 135%;
}

.title-sm {
  font-size: 34px;
  color: #fff;
  letter-spacing: 0.4px;
  padding: 52px 0 0 0;
  font-weight: 900;
  line-height: 135%;
}

 

table {
  -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
  border: 24px solid transparent;
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-radius: 10px;
}

 

table tr:not(:last-child) td {
  padding: 12px 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
}

.btn-menu-open {
  display: none;
}

 
.btn-content {
  width: 100%;
  max-width: 620px;
  background-color: #5b81f0;
  color: #000;
  font-size: 20px;
  margin: 0 auto;
  font-weight: 700;
  text-align: center;
  padding: 22px;
  border-radius: 12px;
  display: block;
  letter-spacing: 1px;
}
.btn-content:hover {
  background-color: #d3cf00;
}

/* ------------------------------------
   # COMPONENT
------------------------------------ */
.header {
  background-color: #010304;
  width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: -1px -2px 28px 0px rgba(0, 0, 0, 0.48);
  box-shadow: -1px -2px 28px 0px rgba(0, 0, 0, 0.48);
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 82px;
  position: relative;
}
.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 22px;
  padding-left: 4vw;
}
.header__list-link {
  color: #ade8f0;
  font-weight: bold;
  letter-spacing: 0.4px;
}
.header__list-link:hover {
  color: #65b2bc;
}
.header__logo {
  font-size: 22px;
  font-weight: bolder;
  letter-spacing: 1px;
}
.header__logo img {
  width: 160px;
}
.header__action {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.header__action-btn {
  padding: 18px 42px;
  letter-spacing: 0.4px;
  border-radius: 6px;
  font-weight: bold;
  letter-spacing: 0.4px;
  color: #fff;
  position: relative;
  overflow: hidden;
  background-color: #5b81f0;
  color: #000;
  font-weight: bolder;
}
.header__action-btn:hover {
  background-color: #d3cf00;
}

.hero {
  margin-bottom: 32px;
}
.hero img {
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}

.header__logo img {
  width: 100px;
}

.acc-info {
  margin-top: 42px;
  margin-bottom: 32px;
  background-color: #2b2b2b;
  padding: 32px;
  border-radius: 22px;
  max-height: 95px;
  overflow: hidden;
}
.acc-info.active {
  max-height: 1000px;
}
.acc-info__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding-bottom: 20px;
}
.acc-info__top button {
  background-color: #5b81f0;
  padding: 8px 12px;
  border-radius: 12px;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.4px;
}
.acc-info__top button:hover {
  background-color: #d3cf00;
}
.acc-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  padding: 22px 0;
}
.acc-info__list-link {
  color: #5b81f0;
}
.acc-info__list-link:hover {
  text-decoration: underline;
  color: #d3cf00;
}

.btn-acc-open.active {
  display: none;
}

.btn-acc-close {
  display: none;
}
.btn-acc-close.active {
  display: block;
}
.content p {
    font-size: 14px;
    letter-spacing: 0.8px;
    color: #fff;
    padding: 12px 0 0 0;
    width: 100%;
    font-weight: 400;
    opacity: 0.7;
    line-height: 145%;
}
.content ul {
  padding-left: 32px;
  opacity: 0.7;
}
.content {
  padding: 32px;
  border-radius: 22px;
  padding-bottom: 142px;
}
.content__title {
  letter-spacing: 5px;
  font-size: 38px;
  text-transform: uppercase;
  color: gold;
  font-weight: 400;
  line-height: 125%;
}

@media (max-width: 1040px) {
  .content {
    padding: 0 32px;
    padding-bottom: 52px;
  }
  .header__inner {
    padding: 16px 32px;
  }
}
@media (max-width: 768px) {
  .content__title {
    font-size: 26px;
  }
  .title-sm {
    font-size: 28px;
  }
  .acc-info__top-title {
    font-size: 18px;
  }
  .btn-content {
    max-width: 420px;
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .header__action-btn {
    padding: 12px 24px;
  }
  .footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 26px !important;
    padding-top: 20px;
  }
}
@media (max-width: 440px) {
  .header__logo {
    position: static;
  }
  .header__logo img {
    width: 70px;
  }
  .header__inner {
    padding: 16px 32px;
  }
  .header__action-btn {
    padding: 10px 20px;
    font-size: 11px;
  }
  .hero {
    padding-top: 90px;
  }
  .hero__content-title {
    font-size: 22px;
  }
  .hero__content-subtitle {
    font-size: 16px;
  }
  .hero__content button {
    padding: 18px 32px;
    font-size: 14px;
  }
  .hero__content-title {
    font-size: 22px;
    margin-bottom: 4px;
  }
  
  .content {
    padding-bottom: 72px;
  }
  .content__title {
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 1px;
  }
  .content {
    padding: 28px 20px;
  }
 
  .subtitle {
    font-size: 12px;
  }
  .footer__copyright {
    padding: 32px 0 52px 0;
  }
  .header__logo {
    position: static;
    font-size: 18px;
  }
  .header__inner {
    justify-content: space-between;
  }
  .header__action {
    margin-left: 0;
  }
  .hero {
    padding-top: 0;
  }
  .content {
    padding: 0 20px 62px 20px;
  }
  .content-img {
    margin: 22px auto;
    border-radius: 12px;
  }
  .btn-content {
    max-width: 320px;
    font-size: 13px;
    padding: 16px 18px;
  }
  .title-sm {
    font-size: 16px;
    padding: 32px 0 0 0;
  }
  .acc-info {
    margin-top: 42px;
    margin-bottom: 32px;
    background-color: #2b2b2b;
    padding: 22px;
    border-radius: 22px;
    max-height: 74px;
    overflow: hidden;
  }
  .acc-info {
    margin-top: 22px;
    margin-bottom: 0;
    background-color: #2b2b2b;
    padding: 22px;
    border-radius: 22px;
    max-height: 74px;
    overflow: hidden;
  }
}
.footer {
  background-color: #010304;
  padding: 32px 0;
}
.footer__copyright {
  text-align: center;
  padding: 52px 0 20px 0;
}
.footer__copyright p {
  color: #fff;
  text-decoration: none;
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 72px;
}
.footer__list-link {
  color: #5b81f0;
  font-weight: bold;
  letter-spacing: 0.4px;
}
.footer__list-link:hover {
  color: #d3cf00;
}
.footer__list-link::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -8px;
  width: 0;
  height: 2px;
  background-color: #ffff46;
}
.footer__list-link::before:hover::before {
  width: 50%;
}