@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
.roboto {
  font-family: 'Roboto', sans-serif;
}
.poppins {
  font-family: 'Poppins', sans-serif;
}
a:hover {
  text-decoration: none;
}
figure {
  margin: 0;
}
body {
  background-color: #151c22;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: #232a34;
  border-bottom: 2px solid #00ff86;
  padding: 30px 15px;
}
@media (max-width: 767px) {
  header {
    flex-direction: column;
    padding: 15px 15px;
  }
  header .logo {
    margin-bottom: 10px;
  }
  header .logo img {
    width: 150px;
  }
}
.banner {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
  height: 480px;
  background: transparent no-repeat center / cover;
  padding: 15px 15px 0;
}
.banner div {
  max-width: 570px;
  margin: 0 30px 0;
}
.banner div h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 48px;
  color: #ffffff;
}
.banner div h1 b {
  font-weight: 700;
}
.banner div p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}
.banner figure {
  align-self: flex-end;
  margin-right: 120px;
}
@media (max-width: 767px) {
  .banner {
    flex-direction: column;
    height: auto;
  }
  .banner div {
    max-width: 100%;
    margin: 0 0 30px;
    text-align: center;
  }
  .banner figure {
    align-self: center;
    margin-right: 0;
  }
  .banner figure img {
    max-width: 100%;
  }
}
@media (max-width: 990px) {
  .banner div h1 {
    font-size: 30px;
  }
}
.horizontal-list {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.horizontal-list.v1 li {
  margin-right: 5px;
}
.horizontal-list.v1 li:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .horizontal-list.v1 {
    width: 100%;
  }
}
.horizontal-list.v2 {
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
}
.horizontal-list.v2 li {
  padding: 12px 15px;
}
.horizontal-list.v3 li {
  display: flex;
  align-items: center;
  height: 100%;
  border-right: 1px solid rgba(16, 20, 32, 0.2);
  padding-right: 10px;
  margin-right: 10px;
}
.horizontal-list.v3 li:last-child {
  border: none;
  margin-right: 0;
  padding-right: 0;
}
.horizontal-list.v3 li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #ffffff;
  white-space: nowrap;
}
.horizontal-list.v3 li a img {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .horizontal-list.v3 li {
    width: 25%;
    justify-content: center;
    padding-right: 8px;
    margin-right: 8px;
  }
  .horizontal-list.v3 li a {
    flex-direction: column;
    width: 100%;
  }
  .horizontal-list.v3 li a img {
    margin: 0 0 10px;
  }
}
.horizontal-list.v4 li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 20px;
}
.horizontal-list.v4 li:last-child {
  margin-right: 0;
}
.horizontal-list.v4 li figure {
  margin-right: 10px;
}
.horizontal-list.v4 li p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #232a34;
  margin: 0;
}
.horizontal-list.v4 li p b {
  font-weight: 700;
}
@media (max-width: 767px) {
  .horizontal-list.v4 {
    flex-wrap: wrap;
  }
  .horizontal-list.v4 li {
    justify-content: center;
    margin-right: 0;
    max-width: 50%;
    padding: 0 10px;
  }
  .horizontal-list.v4 li:last-child {
    margin-top: 10px;
  }
}
.button-v1 {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 60px;
  color: #ffffff;
  border-radius: 3px;
  padding: 0 40px;
}
.button-v1 span {
  display: inline-block;
  line-height: 14px;
  border-bottom: 1px solid #ffffff;
  padding: 0 20px 10px;
}
.button-v1:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .button-v1 {
    padding: 0 15px;
  }
}
.button-v2 {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 60px;
  color: #ffffff;
  background-color: #00ff86;
  border-radius: 3px;
  padding: 0 40px;
}
.button-v2:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .button-v2 {
    padding: 0 15px;
  }
}
.button-v3 {
  position: relative;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 60px;
  color: #ffffff;
  background-color: #00ff86;
  border-radius: 3px;
  padding: 0 75px 0 15px;
}
.button-v3:hover {
  color: #ffffff;
}
.button-v3 b {
  font-weight: 700;
}
.button-v3 figure {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background-color: rgba(16, 20, 32, 0.2);
  margin: 0;
}
.button-v3 figure img {
  display: block;
}
.social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -15px;
}
.social > div {
  display: flex;
  width: 50%;
  height: 70px;
  padding: 0 15px;
}
.social > div:first-child {
  background-color: #00ff86;
}
.social > div:last-child {
  align-items: center;
  justify-content: space-between;
  background-color: #1f5135;
}
.social > div:last-child p {
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  margin: 0 10px 0 0;
}
@media (max-width: 1199px) {
  .social {
    flex-direction: column;
  }
  .social > div {
    width: 100%;
    height: auto;
    justify-content: center;
    padding: 10px 15px;
  }
  .social > div:last-child {
    flex-direction: column;
  }
  .social > div:last-child p {
    margin: 0 0 15px;
  }
}
footer {
  background-color: #232a34;
  padding: 0 15px;
}
footer .info {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  margin: 20px 0 0;
}
footer section {
  position: relative;
  padding: 20px 0;
}
footer section .figure-v1 figure,
footer section .figure-v1 .eighteen-plus {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
footer section .figure-v1 figure {
  right: 15px;
}
footer section .figure-v1 .eighteen-plus {
  display: flex;
  align-items: center;
  justify-content: center;
  left: 15px;
  width: 40px;
  height: 40px;
  color: #ffffff;
  background-color: #00ff86;
  border-radius: 50%;
}
footer section .footer-info {
  font-size: 11px;
  color: #acb2b8;
  text-align: center;
  padding: 0 100px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  footer section .figure-v1 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer section .figure-v1 figure,
  footer section .figure-v1 .eighteen-plus {
    position: static;
    transform: translateY(0);
    margin: 0 15px 10px;
  }
  footer section .figure-v1 figure {
    left: 0;
  }
  footer section .figure-v1 .eighteen-plus {
    right: 0;
  }
  footer section .footer-info {
    padding: 0;
  }
}
/*# sourceMappingURL=core.css.map */