@import url(font.css);
*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

footer,
header,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

a {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1270px;
  }
}
body {
  font-family: "Gellix";
  font-size: 16px;
  border-top: 5px solid #be1722;
}

/* header */
.header {
  background: #f4f7f3;
  border-bottom: 1px solid #e3e7f1;
  height: 80px;
  font-family: "Beausite Classic";
  font-weight: 500;
  font-size: 14px;
}
.header-content {
  display: flex;
  align-items: center;
  height: 80px;
}

.mobile-menu,
.mobile-header {
  display: none;
}

.main-header-menu {
  margin-left: auto;
}

.main-menu {
  display: flex;
  margin-left: auto;
}
.main-menu a {
  font-size: 14px;
  font-weight: 500;
  color: #4e587a;
  display: flex;
  align-items: center;
  height: 80px;
  padding: 0 15px;
  border-bottom: 3px solid transparent;
  margin-right: 13px;
}
.main-menu a.active,
.main-menu a:hover {
  color: #be1722;
  border-color: #be1722;
}
.main-menu a svg {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

/* homepage */
.homepage-hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  margin-bottom: 80px;
}
.homepage-hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.homepage-hero-mini-title {
  background: #fbcac7;
  border-radius: 16px;
  font-size: 18px;
  color: #151515;
  font-weight: 600;
  font-family: "Beausite Classic";
  padding: 16px;
  display: inline-flex;
  align-items: center;
}
.homepage-hero-mini-title svg {
  color: #be1722;
  width: 24px;
  height: 24px;
  margin-left: 10px;
}
.homepage-hero-title {
  font-size: 64px;
  line-height: 64px;
  color: #fff;
  font-weight: 600;
  margin-top: 45px;
}
.homepage-hero-title span {
  color: #be1722;
}
.homepage-hero-desc {
  font-size: 18px;
  line-height: 28px;
  font-family: "Beausite Classic";
  color: #fff;
  margin-top: 30px;
}
.homepage-hero-desc strong {
  color: #be1722;
  font-weight: 600;
}
.homepage-hero-btn {
  background: #be1722;
  font-family: "Beausite Classic";
  border: none;
  appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  color: #fff;
  height: 56px;
  width: 180px;
  border-radius: 16px;
  margin-top: 24px;
}
.homepage-hero-purchase {
  background: url(../img/homepagepurchasebg.svg) no-repeat top;
  display: flex;
  border-radius: 16px;
  justify-content: center;
  width: 528px;
  padding-top: 57px;
}
.homepage-hero-purchase-inner {
  background: #fff;
  border: 1px solid #e3e7f1;
  width: 392px;
  height: 496px;
  border-radius: 16px;
  padding: 24px;
}
.homepage-hero-purchase .purchase-form {
  background: #f4f7f3;
  padding: 24px;
  border-radius: 16px;
  max-height: 388px;
}
.homepage-hero-purchase .left-tokens {
  background: radial-gradient(
        circle at 100% 100%,
        #e8ffe3 0,
        #e8ffe3 14px,
        transparent 14px
      )
      0% 0%/16px 16px no-repeat,
    radial-gradient(circle at 0 100%, #e8ffe3 0, #e8ffe3 14px, transparent 14px)
      100% 0%/16px 16px no-repeat,
    radial-gradient(circle at 100% 0, #e8ffe3 0, #e8ffe3 14px, transparent 14px)
      0% 100%/16px 16px no-repeat,
    radial-gradient(circle at 0 0, #e8ffe3 0, #e8ffe3 14px, transparent 14px)
      100% 100%/16px 16px no-repeat,
    linear-gradient(#e8ffe3, #e8ffe3) 50% 50% / calc(100% - 4px)
      calc(100% - 32px) no-repeat,
    linear-gradient(#e8ffe3, #e8ffe3) 50% 50% / calc(100% - 32px)
      calc(100% - 4px) no-repeat,
    linear-gradient(
      102deg,
      #be1722 1%,
      rgba(0, 176, 17, 0.22) 32%,
      rgba(0, 176, 17, 0.22) 67%,
      #be1722 100%
    );
  border-radius: 16px;
  padding: 2px;
  box-sizing: border-box;
  height: 80px;
  border-radius: 16px;
  font-family: "Beausite Classic";
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.homepage-hero-purchase .left-tokens-amount {
  color: #151515;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
}
.homepage-hero-purchase .left-tokens span {
  color: #be1722;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  margin-top: 10px;
}
.homepage-hero-purchase .token-price {
  display: flex;
  color: #151515;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 25px;
}
.homepage-hero-purchase .token-price .sold-count {
  margin-left: 30px;
}
.homepage-hero-purchase .token-price .sale-price {
  color: #be1722;
}
.homepage-hero-purchase .token-price span {
  display: flex;
  color: #4e587a;
  font-size: 12px;
  line-height: 16px;
  font-family: "Beausite Classic";
  margin-bottom: 5px;
}
.homepage-hero-purchase .sale-time-info {
  font-family: "Beausite Classic";
  color: #151515;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
  display: block;
  text-align: center;
}
.homepage-hero-purchase .sale-time-info span {
  font-weight: 600;
  color: #fe3e3e;
  display: block;
}
.homepage-hero-purchase .sale-time-wrapper {
  background: #fff;
  border-radius: 16px;
  padding: 16px;
  margin-top: 30px;
}
.homepage-hero-purchase .sale-time-bar {
  width: 100%;
  height: 16px;
  border-radius: 4px;
  background: #fbcac7;
}
.homepage-hero-purchase .sale-time-bar span {
  display: block;
  height: 16px;
  border-radius: 4px;
  background: #38cb89;
}
.homepage-hero-purchase .purchase-btn {
  background: #be1722;
  border: none;
  appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  height: 48px;
  width: 100%;
  border-radius: 16px;
  margin-top: 24px;
}
.homepage-hero-purchase .contract-address {
  color: #4e587a;
  font-size: 12px;
  font-family: "Beausite Classic";
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 25px;
}
.homepage-hero-purchase .contract-address-title {
  display: flex;
  align-items: center;
  font-weight: 500;
  margin-bottom: 5px;
}
.homepage-hero-purchase .contract-address-title img {
  margin-right: 10px;
}
.homepage-hero-purchase .contract-address-text {
  display: flex;
  align-items: center;
}
.homepage-hero-purchase .contract-address-text button {
  margin-left: 10px;
  border: none;
  appearance: none;
  background: none;
}

.homepage-stats {
  background: url(../img/homepagestatsbg.jpg) no-repeat top center;
}
.homepage-stats .container {
  position: relative;
  padding-top: 100px;
  padding-bottom: 95px;
}
.homepage-stats .container .row {
  position: relative;
  z-index: 2;
}

.homepage-stat-item {
  background: #f4f7f3;
  border: 1px solid #e3e7f1;
  border-radius: 8px;
  padding: 30px;
  font-family: "Beausite Classic";
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.homepage-stat-item-icon {
  width: 32px;
  height: 32px;
}
.homepage-stat-item-icon img {
  width: 100%;
  height: 100%;
}
.homepage-stat-item-title {
  color: #151515;
  font-size: 14px;
}
.homepage-stat-item-value {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  color: #be1722;
  margin: 17px 0;
}

.homepage-box {
  color: #151515;
  padding: 35px 5px 35px 15px;
  border-bottom: 1px solid #e3e7f1;
  margin-left: -12px;
  min-height: 350px;
}
.homepage-box:last-child {
  border: none;
}
.homepage-box-icon {
  background: #fbcac7;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
}
.homepage-box-icon img {
  width: 24px;
  height: 24px;
}
.homepage-box-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}
.homepage-box-desc {
  line-height: 28px;
  font-family: "Beausite Classic";
  margin-top: 30px;
}

/* auth page */
.auth-page {
  display: flex;
  align-items: stretch;
  height: 100vh;
}
.auth-page-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55%;
}
.auth-page-content-inner {
  max-width: 498px;
  color: #151515;
}
.auth-page-content-inner h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 15px;
}
.auth-page-content-inner p {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}
.auth-page-content-inner form {
  margin-top: 45px;
}
.auth-page-content-inner form .btn-main {
  width: 100%;
  height: 64px;
  background: #151515;
  border-radius: 16px;
  color: #fff;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: 0;
  appearance: none;
  border: none;
}
.auth-page-content-inner .form-element {
  margin-bottom: 25px;
  position: relative;
}
.auth-page-content-inner .form-element input {
  border: 1px solid #d6dae9;
  border-radius: 16px;
  height: 64px;
  width: 100%;
  padding: 0 20px;
  color: #151515;
  font-weight: 600;
}
.auth-page-content-inner .form-element input[type="password"] {
  padding-right: 70px;
}
.auth-page-content-inner .form-element input:focus,
.auth-page-content-inner .form-element input:focus-visible {
  outline: 0;
  border-color: #be1722;
  box-shadow: 0 10px 48px rgba(0, 0, 0, 0.04);
}
.auth-page-content-inner .form-element #showPasswordBtn,
.auth-page-content-inner .form-element #showRePasswordBtn {
  background: none;
  appearance: none;
  border: none;
  position: absolute;
  right: 15px;
  top: 17px;
}
.auth-page-content-inner .form-element #showPasswordBtn svg,
.auth-page-content-inner .form-element #showRePasswordBtn svg {
  width: 24px;
  height: 24px;
}
.auth-page-content-inner .login-process {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 25px 0;
}
.auth-page-content-inner .login-process .remember-me {
  color: #151515;
  font-weight: 500;
}
.auth-page-content-inner .login-process a.forgot-password {
  color: #151515;
  font-weight: 500;
}
.auth-page-content-inner .auth-checkbox input {
  display: none;
}
.auth-page-content-inner .auth-checkbox input:checked + label:before {
  background: url(../img/checkbox.svg) no-repeat center center #be1722;
}
.auth-page-content-inner .auth-checkbox label {
  display: flex;
  align-items: center;
  cursor: pointer;
  line-height: 24px;
}
.auth-page-content-inner .auth-checkbox label a {
  color: #be1722;
}
.auth-page-content-inner .auth-checkbox label:before {
  content: "";
  display: block;
  border-radius: 12px;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border: 2px solid #be1722;
  margin-right: 15px;
}
.auth-page-content-inner .register-process {
  margin-bottom: 25px;
}
.auth-page-content-inner .signup-link {
  font-size: 18px;
  font-weight: 500;
  color: #151515;
  margin-top: 30px;
  text-align: center;
}
.auth-page-content-inner .signup-link a {
  color: #be1722;
}
.auth-page-header {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  font-family: "Beausite Classic";
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}
.auth-page-header p {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.auth-page-header p:before {
  background: #151515;
  content: "";
  margin-right: 15px;
  display: block;
  width: 16px;
  height: 2px;
}
.auth-page-banner {
  background: url(../img/authbg.png) no-repeat center center #1e1e1e;
  background-size: cover;
  width: 45%;
  padding: 0 115px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.auth-page-banner-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.auth-page-banner img.auth-logo {
  margin-bottom: 40px;
}
.auth-page-banner h1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 80px;
}

/* common */
.pt-80 {
  padding-top: 80px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

/* hidden */
.hidden {
  visibility: hidden;
  display: none;
}

/* lines */
.lines .line1 {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 25%;
  background: #e3e7f1;
}
.lines .line2 {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background: #e3e7f1;
}
.lines .line3 {
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 75%;
  background: #e3e7f1;
}

/* main */
.main-hero {
  background: url(../img/ctabg.jpg) no-repeat #f4f7f3;
  background-size: cover;
  position: relative;
  min-height: 600px;
}
.main-hero.subpage-head {
  min-height: 300px;
  background-position: center;
}
.main-hero.subpage-head .container {
  padding-top: 40px;
}
.main-hero:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.main-hero .container {
  position: relative;
  padding-top: 120px;
}
.main-hero-content {
  position: relative;
  z-index: 99;
}
.main-hero-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.main-hero-big-image img {
  width: 100%;
}
.main-hero-big-image img.mobile {
  display: none;
}
.main-hero-description {
  background: #f4f7f3;
  position: relative;
  z-index: 99;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
  font-family: "Beausite Classic";
  max-width: 500px;
  margin-top: 60px;
  text-align: center;
  margin: -100px auto 70px auto;
}

/* page head */
.page-head {
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 120px;
  position: relative;
  z-index: 2;
}
.page-head strong {
  color: #be1722;
  font-weight: 800;
}
.page-head.classic {
  margin-bottom: 80px;
}
.page-head h1 {
  font-size: 64px;
  font-weight: 600;
  line-height: 72px;
}
.page-head p {
  font-size: 18px;
  line-height: 28px;
  font-family: "Beausite Classic";
  max-width: 800px;
  margin-top: 60px;
}
.page-head p.classic {
  margin-top: 20px;
}
.page-head p span {
  color: #be1722;
}

/* stats */
.stats {
  background: #f4f7f3;
  border-top: 1px solid #e3e7f1;
  padding: 40px 0;
}
.stats .stat-item {
  text-align: center;
  font-family: "Beausite Classic";
}
.stats .stat-value {
  font-size: 40px;
  font-weight: 600;
  color: #151515;
  line-height: 40px;
}
.stats .stat-title {
  font-size: 14px;
  font-weight: 500;
  color: #be1722;
  margin-top: 20px;
}

/* section */
.section-head {
  display: flex;
  flex-direction: column;
}
.section-mini-title {
  background: #fbcac7;
  color: #be1722;
  border-radius: 14px;
  padding: 14px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Beausite Classic";
  display: inline-block;
  margin: 0 auto 30px auto;
}
.section .container {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}
.section.page .container {
  padding-top: 55px;
  padding-bottom: 55px;
}
.section-content {
  font-size: 18px;
  line-height: 28px;
  color: #151515;
}
.section-content img {
  max-width: 100%;
  margin: 0 auto;
  display: table;
}
.section-content h1,
.section-content h2,
.section-content h3,
.section-content h4,
.section-content h5,
.section-content h6 {
  margin-bottom: 25px !important;
  font-weight: 600;
  line-height: 1.2;
}
.section-content h1 {
  font-size: 40px;
}
.section-content h2 {
  font-size: 32px;
}
.section-content h3 {
  font-size: 28px;
}
.section-content h4 {
  font-size: 24px;
}
.section-content h5 {
  font-size: 20px;
}
.section-content h6 {
  font-size: 18px;
}
.section-content p {
  margin-bottom: 20px;
}
.section-title {
  color: #151515;
  font-weight: 600;
  line-height: 48px;
  font-size: 48px;
  text-align: center;
  margin-bottom: 30px;
}

/* partners */
.partners {
  border-top: 1px solid #e3e7f1;
  border-bottom: 1px solid #e3e7f1;
}
.partners-title {
  line-height: 24px;
  color: #151515;
  max-width: 220px;
  font-weight: 500;
}
.partners-title a {
  font-size: 12px;
  text-decoration: underline;
  color: #be1722;
}
.partners-logos ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.partners-logos ul li {
  margin: 0 20px;
}
.partners-logos ul li img {
  max-width: 75%;
}

/* brands */
.brand-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
}
.brand-box img {
  max-width: 50%;
  max-height: 75px;
}

/* call to action */
.cta-bottom {
  background: url(../img/ctabg.jpg) top center;
  background-size: cover;
  height: 616px;
  text-align: center;
  position: relative;
}
.cta-bottom:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.cta-bottom .container {
  padding-top: 115px;
  position: relative;
  height: 100%;
}
.cta-bottom .container .lines {
  opacity: 0.1;
}
.cta-bottom-mini-title {
  background: #fbcac7;
  color: #be1722;
  border-radius: 14px;
  padding: 14px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Beausite Classic";
  display: inline-block;
  margin: 0 auto;
}
.cta-bottom-title {
  font-size: 64px;
  line-height: 64px;
  font-weight: 600;
  color: #fff;
  margin-top: 40px;
}
.cta-bottom-text {
  font-family: "Beausite Classic";
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  color: #fff;
  max-width: 785px;
  margin: 25px auto;
}
.cta-bottom-btn {
  background: #be1722;
  height: 64px;
  border-radius: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  color: #fff;
  font-family: "Beausite Classic";
  font-size: 18px;
  font-weight: 500;
  position: relative;
  z-index: 2;
}

/* contact us */
.contact-us-page {
  background: #f4f7f3;
  padding-top: 120px;
}

.contact-us {
  margin-bottom: 50px;
}
.contact-us-form-wrapper {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  max-width: 740px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.contact-us-form-wrapper input[type="submit"] {
  background: #151515;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: none;
  font-weight: 600;
  width: 326px;
  border-radius: 16px;
  margin: 4px auto 0 auto;
}
.contact-us-form-wrapper .form-element {
  margin-bottom: 25px;
}
.contact-us-form-wrapper .form-element p {
  line-height: 24px;
  color: #151515;
  font-weight: 500;
  margin-bottom: 10px;
}
.contact-us-form-wrapper .form-element input,
.contact-us-form-wrapper .form-element textarea,
.contact-us-form-wrapper .form-element select {
  width: 100%;
  height: 56px;
  border-radius: 16px;
  border: 1px solid #d6dae9;
  padding: 0 15px;
  outline: 0;
  font-size: 14px;
  color: #626c85;
  font-weight: 500;
}
.contact-us-form-wrapper .form-element input:focus,
.contact-us-form-wrapper .form-element input:focus-visible,
.contact-us-form-wrapper .form-element textarea:focus,
.contact-us-form-wrapper .form-element textarea:focus-visible,
.contact-us-form-wrapper .form-element select:focus,
.contact-us-form-wrapper .form-element select:focus-visible {
  outline: 0;
  border-color: #be1722;
  box-shadow: 0 10px 48px rgba(0, 0, 0, 0.04);
}
.contact-us-form-wrapper .form-element textarea {
  padding: 20px 15px;
  resize: none;
  min-height: 120px;
}
.contact-us-form-wrapper .form-element select {
  appearance: none;
  background: url(../img/arrowdown.svg) no-repeat calc(100% - 15px) 15px;
}
/* whatsapp */
.whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}
.whatsapp a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #151515;
}
.whatsapp img {
  width: 48px;
}
.whatsapp-text {
  display: flex;
  flex-direction: column;
  font-size: 24px;
  font-weight: 700;
}
.whatsapp-text span {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
}
/* footer */
.footer {
  border-top: 5px solid #be1722;
}
.footer .container {
  padding: 0;
  position: relative;
}
.footer-top {
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Beausite Classic";
  font-size: 14px;
  font-weight: 500;
  color: #151515;
  padding: 0 15px;
}
.footer-top-text {
  display: flex;
}
.footer-top-text p {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.footer-top-text p:before {
  background: #151515;
  content: "";
  margin-right: 15px;
  display: block;
  width: 16px;
  height: 2px;
}
.footer-top-application-stores {
  margin-left: auto;
  display: flex;
}
.footer-top-application-stores a {
  margin-left: 15px;
}
.footer-bar {
  display: flex;
  justify-content: space-between;
}
.footer-social-links {
  display: flex;
}
.footer-social p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Beausite Classic";
  color: #151515;
  margin-bottom: 15px;
}
.footer-social a {
  background: #fbcac7;
  border-radius: 12px;
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  color: #151515;
  transition: 300ms;
  margin-right: 15px;
}
.footer-social a:hover {
  background: #151515;
  color: #fff;
}
.footer-social a svg {
  width: 24px;
  height: 24px;
}
.footer-logos {
  margin-top: auto;
  margin-bottom: 5px;
  display: flex;
}
.footer-logos img {
  margin-left: 25px;
  height: 32px;
}
.footer-bottom {
  border-top: 1px solid #e3e7f1;
  padding: 0 15px;
  height: 90px;
  display: flex;
  align-items: center;
}
.footer-bottom .copyright,
.footer-bottom-nav a {
  font-family: "Beausite Classic";
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #151515;
}
.footer-bottom-menu {
  margin-left: auto;
}
.footer-bottom-nav {
  display: flex;
}
.footer-bottom-nav a {
  margin-right: 25px;
}
.footer-bottom-nav a:hover {
  color: #be1722;
}
.footer-bottom-language-switch {
  height: 24px;
  position: relative;
}
.footer-bottom-language-switch:hover ul {
  display: block;
}
.footer-bottom-language-switch ul {
  background: white;
  position: absolute;
  bottom: 24px;
  width: 100%;
  z-index: 99;
  display: none;
  padding: 5px;
}
.footer-bottom-language-switch ul li a {
  height: 36px !important;
  line-height: 36px;
}
.footer-bottom-language-switch ul li a,
.footer-bottom-language-switch .selected-language {
  width: 100%;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #165137;
}
.footer-bottom-language-switch ul li a img,
.footer-bottom-language-switch .selected-language img {
  margin-right: 5px;
}

/* responsive */
@media screen and (max-width: 1220px) {
  .header {
    display: none;
  }
  .mobile-menu {
    display: block;
    position: fixed;
    top: 0;
    height: 100%;
    left: 0;
    background: #f4f7f3;
    width: 250px;
    z-index: 9999;
    transition: 300ms;
    transform: translateX(-250px);
  }
  .mobile-menu.open {
    transform: translateX(0);
  }
  .mobile-menu .main-menu {
    flex-direction: column;
    margin-left: 0;
  }
  .mobile-menu .main-menu a {
    height: 45px;
    border-bottom: 1px solid #e3e7f1;
  }
  .mobile-header {
    display: flex;
    align-items: center;
    height: 64px;
    background: #f4f7f3;
    border-bottom: 1px solid #e3e7f1;
    padding: 0 15px;
  }
  .mobile-header-process {
    margin-left: auto;
    display: flex;
    align-items: center;
  }
  .mobile-header .mobile-user-menu,
  .mobile-header .mobile-language-switch {
    color: #4e587a;
    width: 40px;
    height: 40px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d6dae9;
    position: relative;
  }
  .mobile-header .mobile-user-menu svg,
  .mobile-header .mobile-language-switch svg {
    width: 16px;
    height: 16px;
  }
  .mobile-header .mobile-connect-wallet {
    width: 40px;
    height: 40px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #be1722;
    border: none;
    appearance: none;
    color: #fff;
    margin-left: 8px;
  }
  .mobile-header .mobile-connect-wallet svg {
    width: 16px;
    height: 16px;
  }
  .mobile-header .mobile-language-switch {
    margin-left: 8px;
  }
  .mobile-header .mobile-language-switch ul {
    position: absolute;
    top: 50px;
    display: none;
    z-index: 99;
  }
  .mobile-header .mobile-language-switch ul li {
    margin-bottom: 10px;
  }
  .mobile-header .mobile-menu-btn {
    width: 40px;
    height: 40px;
    border-radius: 16px;
    appearance: none;
    border: none;
    margin-left: 8px;
    background: #151515;
  }
  .mobile-header .mobile-menu-btn svg {
    width: 16px;
    height: 16px;
  }
  body.body-auth {
    overflow: hidden;
  }
  .main-hero-icon {
    margin-bottom: 15px;
  }
  .main-hero-icon img {
    height: 40px;
  }
  .main-hero-description {
    font-size: 14px;
    line-height: 24px;
    margin: -85px auto 15px auto;
  }
  .main-hero-big-image img.desktop {
    display: none;
  }
  .main-hero-big-image img.mobile {
    display: block;
  }
  .main-hero .container {
    padding-top: 40px !important;
  }
  .main-hero {
    min-height: auto;
  }
  .homepage-hero {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .homepage-hero-content {
    width: 100%;
  }
  .homepage-hero-mini-title {
    padding: 6px 16px;
    font-size: 12px;
    font-weight: 500;
  }
  .homepage-hero-title {
    font-size: 48px;
    line-height: 48px;
    margin-top: 20px;
    text-align: center;
  }
  .homepage-hero-desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  .homepage-hero-btn {
    width: 100%;
  }
  .homepage-hero-purchase {
    padding: 20px 15px;
    margin-top: 40px;
    width: 100%;
  }
  .homepage-hero-purchase .contract-address {
    font-size: 10px;
  }
  .partners {
    height: auto;
    text-align: center;
  }
  .partners-row {
    height: auto;
  }
  .partners-title {
    padding: 25px;
    max-width: 100%;
  }
  .partners-logos ul {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .partners-logos ul li {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 50%;
  }
  .homepage-stats .container {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .homepage-stat-item {
    margin-top: 15px;
  }
  .homepage-box {
    padding: 15px;
    margin-left: 0;
    min-height: auto;
  }
  .homepage-box-title {
    font-size: 24px;
    line-height: 24px;
  }
  .homepage-box-desc {
    font-size: 16px;
    line-height: 24px;
  }
  .homepage-section .lines {
    display: none;
  }
  .section .container {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .section-title {
    font-size: 32px;
    line-height: 32px;
    margin-top: 15px;
    text-align: center;
  }
  .section-content {
    font-size: 14px;
    line-height: 24px;
  }
  .cta-bottom .lines {
    display: none;
  }
  .cta-bottom-mini-title {
    font-size: 14px;
    line-height: 24px;
    max-width: 264px;
    margin: 0 auto;
  }
  .cta-bottom-title {
    font-size: 40px;
    line-height: 40px;
  }
  .cta-bottom-text {
    font-size: 12px;
    line-height: 24px;
  }
  .cta-bottom-btn {
    height: 48px;
    font-size: 14px;
    max-width: 100%;
    width: 100%;
  }
  .auth-page {
    height: 100vh;
    overflow: hidden;
  }
  .auth-page-middle {
    height: calc(100% - 140px);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .auth-page .signup-link {
    margin-top: 0;
  }
  .auth-page-header {
    flex-direction: column;
    margin-top: 15px;
    margin-bottom: 0;
  }
  .auth-page-header p {
    margin-top: 15px;
    margin-left: 0;
  }
  .auth-page-header p:before {
    display: none;
  }
  .auth-page-content {
    width: 100%;
    padding: 0;
  }
  .auth-page-content-inner {
    padding: 0 16px;
    height: 100%;
  }
  .auth-page-content-inner h2 {
    font-size: 24px;
    line-height: 24px;
    text-align: center;
  }
  .auth-page-content-inner > p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 0 30px;
  }
  .auth-page-content-inner .form-element input {
    height: 56px;
  }
  .auth-page-content-inner form .btn-main {
    height: 56px;
  }
  .auth-page-content-inner .auth-checkbox p {
    font-size: 14px;
    text-align: left;
  }
  .auth-page-content-inner .auth-checkbox label:before {
    width: 24px;
    height: 24px;
    border-radius: 100%;
  }
  .auth-page-banner {
    display: none;
  }
  .page-head {
    margin-bottom: 75px !important;
  }
  .page-head.classic {
    margin-bottom: 45px !important;
  }
  .page-head h1 {
    font-size: 32px;
    line-height: 32px;
  }
  .page-head p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
  }
  .stats {
    padding-bottom: 0;
  }
  .stats .stat-item {
    margin-bottom: 40px;
  }
  .stats .stat-value {
    font-size: 24px;
    line-height: 24px;
  }
  .stats .stat-title {
    font-size: 14px;
    margin-top: 10px;
  }
  .specific-things {
    margin-top: 75px;
    margin-bottom: 75px;
    position: relative;
    z-index: 2;
  }
  .referral {
    flex-direction: column;
    padding: 16px;
  }
  .referral-item {
    width: 100%;
    margin-bottom: 0;
  }
  .referral-item.full input {
    padding: 0 155px 0 20px;
    text-overflow: ellipsis;
  }
  .referral-stat-item {
    position: relative;
    z-index: 2;
    margin-top: 15px;
  }
  .data-table {
    overflow-x: scroll;
  }
  .data-table-wrapper {
    margin-top: 30px;
  }
  .data-table table {
    min-width: 1000px;
  }
  .data-table-head {
    flex-wrap: wrap;
    padding: 16px 16px 0 16px;
  }
  .data-table-head-pagination {
    padding: 15px 0;
    flex-wrap: wrap;
  }
  .data-table-head-pagination a {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .data-table-head-pagination a.first,
  .data-table-head-pagination a.last {
    width: calc(50% - 5px);
  }
  .data-table-head-pagination a.first {
    order: 0;
  }
  .data-table-head-pagination a.last {
    order: 1;
    margin-left: 10px;
  }
  .data-table-head-pagination a.prev {
    order: 2;
  }
  .data-table-head-pagination span.total-page {
    order: 3;
    width: calc(100% - 100px);
    margin-right: 10px;
  }
  .data-table-head-pagination a.next {
    order: 4;
  }
  .stake-stat-item {
    display: none;
  }
  .stake-form {
    padding: 15px;
  }
  .stake-form-description {
    margin-bottom: 10px;
  }
  .stake-form.vertical form {
    flex-direction: column;
  }
  .stake-form.vertical .stake-form-item {
    width: 100%;
  }
  .stake-form.vertical .stake-form-time {
    flex-direction: column;
  }
  .stake-form.vertical .stake-ratio-bar {
    width: 100%;
  }
  .stake-form.vertical .stake-process {
    flex-direction: column;
  }
  .stake-form-item {
    margin-bottom: 15px;
  }
  .stake-form-btn {
    margin: 0 0 15px 0;
  }
  .stake-form-bottom form {
    flex-direction: column;
  }
  .stake-form-top {
    flex-direction: column;
  }
  .stake-form-top-right {
    flex-direction: column;
    width: 100%;
  }
  .stake-ratio {
    width: 100%;
    margin-top: 10px;
  }
  .stake-ratio-bar {
    margin-left: 0;
    width: 100%;
  }
  .stake-time {
    width: 100%;
    margin-top: 20px;
  }
  .stake-mini-stat {
    position: relative;
    z-index: 2;
    margin-bottom: 15px;
  }
  .white-box {
    padding: 15px;
  }
  .total-stake-stats-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .total-stake-types {
    margin-top: 15px;
  }
  .total-stake-types button {
    margin-left: 0;
    margin-right: 3px;
  }
  .faq .container {
    padding-top: 45px;
  }
  .faq-question {
    font-size: 16px;
  }
  .footer-top {
    height: auto;
    flex-direction: column;
  }
  .footer-top-text {
    flex-direction: column;
    align-items: center;
  }
  .footer-top-text p {
    text-align: center;
    margin-bottom: 20px;
    line-height: 24px;
  }
  .footer-top-text p:before {
    display: none;
  }
  .footer-top-text img {
    height: 50px;
    margin: 30px 0 25px 0;
  }
  .footer-middle {
    padding: 0 0 25px 0;
  }
  .footer-menu-list {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .footer-menu {
    border-bottom: 1px solid #d6dae9;
    min-height: 73px;
  }
  .footer-menu-title {
    line-height: 73px;
    margin-bottom: 0;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer-menu-title.open {
    color: #be1722;
  }
  .footer-menu-title.open svg {
    color: #be1722;
    transform: rotate(180deg);
  }
  .footer-menu-title .footer-menu-mobile {
    appearance: none;
    border: none;
    background: none;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-menu-title svg {
    width: 24px;
    height: 24px;
    transition: 300ms;
  }
  .footer-menu-nav {
    display: none;
    padding: 0 15px 25px 15px;
  }
  .footer-menu-nav a {
    display: block;
  }
  .footer-bar {
    flex-direction: column;
  }
  .footer-social {
    padding: 0 15px;
    width: 100%;
  }
  .footer-social-links {
    flex-wrap: wrap;
  }
  .footer-social-links a {
    margin-bottom: 10px;
  }
  .footer-logos {
    margin-top: 20px;
    padding: 0 15px;
    flex-wrap: wrap;
  }
  .footer-logos img {
    margin-left: 0;
    margin-right: 25px;
    margin-bottom: 15px;
  }
  .footer-bottom {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 20px 0 30px 0;
  }
  .footer-bottom .copyright {
    width: 100%;
    order: 2;
    text-align: center;
    margin-top: 10px;
  }
  .footer-bottom-nav {
    display: none;
    margin: 0;
  }
}

/*# sourceMappingURL=style.css.map */
