@font-face {
  font-family: 'Montserrat Alternates';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local(""), url("../fonts/montserratAlternates/montserrat-alternates-v12-latin-300.woff2") format("woff2"), url("../fonts/montserratAlternates/montserrat-alternates-v12-latin-300.woff") format("woff"), url("../fonts/montserratAlternates/montserrat-alternates-v12-latin-300.ttf") format("truetype"); }
@font-face {
  font-family: 'Montserrat Alternates';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("../fonts/montserratAlternates/montserrat-alternates-v12-latin-regular.woff2") format("woff2"), url("../fonts/montserratAlternates/montserrat-alternates-v12-latin-regular.woff") format("woff"), url("../fonts/montserratAlternates/montserrat-alternates-v12-latin-regular.ttf") format("truetype"); }
@font-face {
  font-family: 'Montserrat Alternates';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(""), url("../fonts/montserratAlternates/montserrat-alternates-v12-latin-700.woff2") format("woff2"), url("../fonts/montserratAlternates/montserrat-alternates-v12-latin-700.woff") format("woff"), url("../fonts/montserratAlternates/montserrat-alternates-v12-latin-700.ttf") format("truetype"); }
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local(""), url("../fonts/montserrat/montserrat-v18-latin-300.woff2") format("woff2"), url("../fonts/montserrat/montserrat-v18-latin-300.woff") format("woff"), url("../fonts/montserrat/montserrat-v18-latin-300.ttf") format("truetype"); }
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("../fonts/montserrat/montserrat-v18-latin-regular.woff2") format("woff2"), url("../fonts/montserrat/montserrat-v18-latin-regular.woff") format("woff"), url("../fonts/montserrat/montserrat-v18-latin-regular.ttf") format("truetype"); }
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local(""), url("../fonts/montserrat/montserrat-v18-latin-600.woff2") format("woff2"), url("../fonts/montserrat/montserrat-v18-latin-600.woff") format("woff"), url("../fonts/montserrat/montserrat-v18-latin-600.ttf") format("truetype"); }
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(""), url("../fonts/montserrat/montserrat-v18-latin-700.woff2") format("woff2"), url("../fonts/montserrat/montserrat-v18-latin-700.woff") format("woff"), url("../fonts/montserrat/montserrat-v18-latin-700.ttf") format("truetype"); }
*::-webkit-scrollbar {
  width: 7px; }

*::-webkit-scrollbar-track {
  background: #ffffff; }

*::-webkit-scrollbar-thumb {
  background: #B4F299; }

*::-webkit-scrollbar-thumb:hover {
  background: #E99A3D; }

html {
  font-size: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth; }

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  padding: 0;
  margin: 0; }

body {
  background-color: #05030E;
  color: #ffffff;
  font-size: 1.6rem;
  font-family: 'Montserrat';
  font-weight: 400; }
  body.active {
    overflow: hidden; }

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

.container {
  max-width: 140rem;
  min-width: 32rem;
  margin: 0 auto;
  padding: 0 1.5rem; }

h1 {
  font-family: 'Montserrat';
  font-size: 4.8rem;
  font-weight: 700;
  color: #B4F299;
  line-height: 1.2; }
  @media only screen and (max-width: 768px) {
    h1 {
      font-size: 3.8rem; } }
  @media only screen and (max-width: 500px) {
    h1 {
      font-size: 2.8rem; } }

h2 {
  font-size: 2.4rem;
  font-weight: 700; }
  @media only screen and (max-width: 660px) {
    h2 {
      font-size: 2.6rem; } }

h3 {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 700; }

h4 {
  font-size: 1.6rem;
  color: #B4F299; }

p {
  color: #8FA2A6;
  line-height: 1.5; }
  @media only screen and (max-width: 768px) {
    p {
      font-size: 1.4rem; } }

.header {
  padding: 5rem 0 0 0;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  width: 100%; }
  @media only screen and (max-width: 786px) {
    .header {
      padding: 3rem 0 0 0; } }
  @media only screen and (max-width: 600px) {
    .header {
      padding: 2rem 0 0 0; } }
  .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 2.5rem;
            column-gap: 2.5rem;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff; }
    @media only screen and (max-width: 600px) {
      .header__logo {
        -webkit-column-gap: 1.5rem;
                column-gap: 1.5rem; } }
    .header__logo_pic {
      -webkit-filter: drop-shadow(-10px 10px 20px #B4F299);
              filter: drop-shadow(-10px 10px 20px #B4F299); }
      @media only screen and (max-width: 600px) {
        .header__logo_pic {
          width: 4rem; } }
    .header__logo_name {
      font-family: 'Montserrat Alternates';
      font-size: 2rem;
      font-weight: 700; }
      @media only screen and (max-width: 600px) {
        .header__logo_name {
          font-size: 1.6rem; } }
    @media only screen and (max-width: 930px) {
      .header__logo {
        margin-right: auto; } }
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 5rem;
            column-gap: 5rem; }
    @media only screen and (max-width: 1100px) {
      .header__nav {
        -webkit-column-gap: 3rem;
                column-gap: 3rem; } }
    .header__nav_links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-column-gap: 5rem;
              column-gap: 5rem; }
      @media only screen and (max-width: 1100px) {
        .header__nav_links {
          -webkit-column-gap: 3rem;
                  column-gap: 3rem; } }
      @media only screen and (max-width: 930px) {
        .header__nav_links {
          display: none;
          position: relative; } }
    .header__nav_link, .header__dropBtn, .header__dropLink {
      color: inherit;
      font-weight: 600;
      text-decoration: none;
      -webkit-transition: 0.2s linear;
      transition: 0.2s linear; }
      .header__nav_link:hover, .header__dropBtn:hover, .header__dropLink:hover {
        color: #B4F299; }
      .header__nav_link.forMobile, .forMobile.header__dropBtn, .forMobile.header__dropLink {
        display: none; }
        @media only screen and (max-width: 930px) {
          .header__nav_link.forMobile, .forMobile.header__dropBtn, .forMobile.header__dropLink {
            display: block; } }
    .header__nav_registration {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-column-gap: 1.5rem;
              column-gap: 1.5rem; }
      @media only screen and (max-width: 600px) {
        .header__nav_registration {
          display: none; } }
    .header__nav_signUp {
      padding: 1rem 3rem;
      border: none;
      outline: none;
      background: none;
      cursor: pointer;
      border: 0.1rem solid #B4F299;
      border-radius: .8rem;
      color: #ffffff;
      font-family: 'Montserrat';
      font-size: 1.4rem;
      font-weight: 600;
      background: #B4F299;
      -webkit-transition: 0.2s linear;
      transition: 0.2s linear; }
      .header__nav_signUp:hover {
        background: #E99A3D;
        border: 0.1rem solid #E99A3D; }
    .header__nav_signIn {
      padding: 1rem 3rem;
      border: none;
      outline: none;
      background: none;
      cursor: pointer;
      border: 0.1rem solid #B4F299;
      border-radius: .8rem;
      color: #ffffff;
      font-family: 'Montserrat';
      font-size: 1.4rem;
      font-weight: 600;
      -webkit-transition: 0.2s linear;
      transition: 0.2s linear; }
      .header__nav_signIn:hover {
        background: #4579F5;
        border: 0.1rem solid #4579F5; }
    @media only screen and (max-width: 930px) {
      .header__nav.active .header__nav_links {
        position: absolute;
        top: 125%;
        left: 0;
        width: 100%;
        padding: 1rem;
        background: rgba(180, 242, 153, 0.2);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: .5rem;
        border-top: 0.1rem solid #B4F299;
        border-bottom: 0.1rem solid #B4F299;
        -webkit-backdrop-filter: blur(0.3rem);
                backdrop-filter: blur(0.3rem);
        -webkit-animation: menu-left .5s ease-out;
                animation: menu-left .5s ease-out; }
      @-webkit-keyframes menu-left {
        from {
          -webkit-transform: translateX(-100%);
                  transform: translateX(-100%); }
        to {
          -webkit-transform: translateX(0);
                  transform: translateX(0); } }
      @keyframes menu-left {
        from {
          -webkit-transform: translateX(-100%);
                  transform: translateX(-100%); }
        to {
          -webkit-transform: translateX(0);
                  transform: translateX(0); } } }
    @media only screen and (max-width: 500px) {
      .header__nav.active .header__nav_links {
        font-size: 1.4rem; } }
  .header__dropMenu {
    position: relative; }
    @media only screen and (max-width: 930px) {
      .header__dropMenu {
        display: none; } }
    .header__dropMenu:hover .header__dropContent {
      display: block; }
    .header__dropMenu:hover .header__dropBtn {
      color: #B4F299; }
      .header__dropMenu:hover .header__dropBtn::after {
        padding: .2rem;
        border-width: 0 .2rem .2rem 0 !important;
        border: solid #B4F299;
        -webkit-transform: rotate(225deg);
                transform: rotate(225deg); }
  .header__dropBtn {
    position: relative;
    font-family: 'Montserrat';
    background: none;
    border: none;
    outline: none;
    font-size: inherit;
    cursor: pointer;
    padding: 1rem 0; }
    .header__dropBtn::after {
      display: block;
      content: '';
      position: absolute;
      top: 40%;
      right: -2rem;
      border: solid #ffffff;
      border-width: 0 2px 2px 0;
      padding: .2rem;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transition: 0.2s linear;
      transition: 0.2s linear; }
      @media only screen and (max-width: 1100px) {
        .header__dropBtn::after {
          right: -1.5rem; } }
    .header__dropBtn:hover {
      color: #B4F299; }
      .header__dropBtn:hover:after {
        -webkit-transform: rotate(225deg);
                transform: rotate(225deg);
        border: solid #B4F299;
        border-width: 0 2px 2px 0; }
  .header__dropContent {
    display: none;
    padding: 1rem 2rem;
    background: #E99A3D;
    position: absolute;
    top: 100%;
    left: 0; }
  .header__dropLink {
    line-height: 1.5; }
  .header__burgerMenu {
    display: none;
    margin-left: 3rem;
    font-family: 'Montserrat';
    background: none;
    border: none;
    outline: none;
    font-size: inherit;
    cursor: pointer;
    color: #B4F299;
    position: relative;
    width: 3rem;
    height: 2rem; }
    .header__burgerMenu span {
      display: block;
      pointer-events: none;
      background: #B4F299;
      width: 100%;
      height: 0.1rem;
      position: absolute;
      left: 0;
      -webkit-transition: 0.2s linear;
      transition: 0.2s linear; }
      .header__burgerMenu span:nth-child(1) {
        top: 0; }
      .header__burgerMenu span:nth-child(2) {
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 75%;
        opacity: 1; }
      .header__burgerMenu span:nth-child(3) {
        top: 100%;
        width: 50%; }
    @media only screen and (max-width: 930px) {
      .header__burgerMenu {
        display: block; } }
    @media only screen and (max-width: 600px) {
      .header__burgerMenu {
        margin-left: 0; } }
    .header__burgerMenu.active span:nth-child(1) {
      top: 50%;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .header__burgerMenu.active span:nth-child(2) {
      top: 50%;
      width: 75%;
      left: -2rem;
      opacity: 0; }
    .header__burgerMenu.active span:nth-child(3) {
      top: 50%;
      width: 100%;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .header.active {
    position: fixed;
    background-color: #05030E;
    padding: 1rem;
    -webkit-animation: menu-down .5s ease-out;
            animation: menu-down .5s ease-out; }
@-webkit-keyframes menu-down {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes menu-down {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
.intro {
  position: relative;
  background-image: url("../images/hand.jpg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  height: 100vh; }
  .intro::before {
    display: block;
    content: '';
    background: rgba(180, 242, 153, 0.1);
    width: 30rem;
    height: 30rem;
    position: absolute;
    top: -7%;
    left: -7%;
    border-radius: 50%;
    -webkit-filter: blur(3rem);
            filter: blur(3rem);
    -webkit-box-shadow: 20rem 10rem 15rem 5rem rgba(180, 242, 153, 0.1);
            box-shadow: 20rem 10rem 15rem 5rem rgba(180, 242, 153, 0.1); }
    @media only screen and (max-width: 768px) {
      .intro::before {
        top: -15%;
        left: -15%; } }
    @media only screen and (max-width: 500px) {
      .intro::before {
        top: -20%;
        left: -20%; } }
    @media only screen and (max-width: 500px) {
      .intro::before {
        -webkit-box-shadow: 10rem 10rem 15rem 5rem rgba(180, 242, 153, 0.1);
                box-shadow: 10rem 10rem 15rem 5rem rgba(180, 242, 153, 0.1); } }
  .intro::after {
    display: block;
    content: '';
    background: rgba(180, 242, 153, 0.1);
    width: 30rem;
    height: 30rem;
    position: absolute;
    top: -7%;
    left: -7%;
    border-radius: 50%;
    -webkit-filter: blur(3rem);
            filter: blur(3rem);
    -webkit-box-shadow: 10rem 40rem 15rem 5rem rgba(180, 242, 153, 0.1);
            box-shadow: 10rem 40rem 15rem 5rem rgba(180, 242, 153, 0.1); }
    @media only screen and (max-width: 768px) {
      .intro::after {
        top: -15%;
        left: -15%; } }
    @media only screen and (max-width: 500px) {
      .intro::after {
        top: -20%;
        left: -20%; } }
    @media only screen and (max-width: 500px) {
      .intro::after {
        -webkit-box-shadow: 0rem 30rem 15rem 5rem rgba(180, 242, 153, 0.1);
                box-shadow: 0rem 30rem 15rem 5rem rgba(180, 242, 153, 0.1); } }
  .intro__scrollDown {
    position: absolute;
    bottom: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-animation: scroll-down 1s linear alternate infinite;
            animation: scroll-down 1s linear alternate infinite; }
@-webkit-keyframes scroll-down {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    -webkit-transform: translateY(20%);
            transform: translateY(20%); } }
@keyframes scroll-down {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    -webkit-transform: translateY(20%);
            transform: translateY(20%); } }
    @media only screen and (max-width: 500px) {
      .intro__scrollDown {
        bottom: 5%; } }
  .intro__inner {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 500px) {
      .intro__inner {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        padding-bottom: 10rem; } }
  .intro__about {
    max-width: 55rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 3rem; }
    @media only screen and (max-width: 768px) {
      .intro__about {
        row-gap: 2rem;
        max-width: 45rem; } }
    @media only screen and (max-width: 500px) {
      .intro__about {
        row-gap: 1rem;
        max-width: 32rem; } }
    .intro__about p {
      font-size: 1.8rem;
      color: #8FA2A6; }
      @media only screen and (max-width: 500px) {
        .intro__about p {
          font-size: 1.4rem; } }
    .intro__about button {
      padding: 1rem 3rem;
      border: none;
      outline: none;
      background: none;
      cursor: pointer;
      border: 0.1rem solid #B4F299;
      border-radius: .8rem;
      color: #ffffff;
      font-family: 'Montserrat';
      font-size: 1.4rem;
      font-weight: 600;
      padding: 1.5rem 3rem;
      font-size: 1.6rem;
      -webkit-transition: 0.2s linear;
      transition: 0.2s linear; }
      @media only screen and (max-width: 500px) {
        .intro__about button {
          font-size: 1.4rem;
          padding: 1rem 3rem; } }
      .intro__about button:hover {
        background: rgba(180, 242, 153, 0.3); }
  .intro__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 2%; }
    @media only screen and (max-width: 1500px) {
      .intro__social {
        left: 95%; } }
    @media only screen and (max-width: 768px) {
      .intro__social {
        row-gap: 7rem;
        left: 90%; } }
    @media only screen and (max-width: 500px) {
      .intro__social {
        row-gap: 3rem; } }
    .intro__social a {
      text-decoration: none;
      color: #8FA2A6;
      font-size: 1.4rem;
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg);
      -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
              writing-mode: vertical-rl;
      -webkit-transition: 0.2s linear;
      transition: 0.2s linear; }
      @media only screen and (max-width: 500px) {
        .intro__social a {
          font-size: 1.2rem; } }
      .intro__social a:hover {
        color: #E99A3D; }

.cards {
  padding: 10rem 0; }
  @media only screen and (max-width: 768px) {
    .cards {
      padding: 5rem 0; } }
  @media only screen and (max-width: 660px) {
    .cards {
      padding: 3rem 0; } }
  .cards__items {
    display: grid;
    grid-template-columns: repeat(4, 29rem);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (max-width: 1220px) {
      .cards__items {
        grid-template-columns: repeat(2, 1fr);
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 5rem; } }
    @media only screen and (max-width: 768px) {
      .cards__items {
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem; } }
    @media only screen and (max-width: 660px) {
      .cards__items {
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem; } }
  .cards__item {
    height: 26rem;
    border: 0.1rem solid #B4F299;
    border-radius: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 4rem;
    padding-left: 5rem;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear; }
    @media only screen and (max-width: 768px) {
      .cards__item {
        height: 21rem;
        padding-left: 3rem; } }
    .cards__item:hover {
      -webkit-box-shadow: 0px 1.5rem 3rem 0.5rem rgba(180, 242, 153, 0.2);
              box-shadow: 0px 1.5rem 3rem 0.5rem rgba(180, 242, 153, 0.2);
      -webkit-transform: translateY(-3rem);
              transform: translateY(-3rem); }
      @media only screen and (max-width: 660px) {
        .cards__item:hover {
          -webkit-transform: translateY(-1rem);
                  transform: translateY(-1rem); } }
      .cards__item:hover .cards__img {
        background: rgba(233, 154, 61, 0.7); }
  .cards__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 2rem;
            column-gap: 2rem; }
  .cards__img {
    padding: 1rem;
    border: 0.1rem solid #B4F299;
    border-radius: 1rem;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear; }
  .cards__bottom {
    width: 16rem; }

.mySwiper {
  width: 100%; }

.tokens {
  padding: 10rem 0; }
  @media only screen and (max-width: 768px) {
    .tokens {
      padding: 5rem 0; } }
  @media only screen and (max-width: 660px) {
    .tokens {
      padding: 3rem 0; } }
  .tokens__inner {
    position: relative; }
  .tokens__about {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 1rem;
            column-gap: 1rem;
    margin-bottom: 10rem; }
    @media only screen and (max-width: 768px) {
      .tokens__about {
        margin-bottom: 5rem; } }
    @media only screen and (max-width: 660px) {
      .tokens__about {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        row-gap: 5rem; } }
    .tokens__about_picture {
      width: 30.6rem;
      height: 21.9rem;
      background: url("../images/token_1.png") no-repeat center/contain;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .tokens__about_logo {
      display: block;
      -webkit-animation: token-logo 5s linear infinite;
              animation: token-logo 5s linear infinite; }
@-webkit-keyframes token-logo {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes token-logo {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
    .tokens__about_description {
      max-width: 78rem; }
      @media only screen and (max-width: 1140px) {
        .tokens__about_description {
          max-width: 68rem; } }
      @media only screen and (max-width: 1000px) {
        .tokens__about_description {
          max-width: 58rem; } }
      @media only screen and (max-width: 900px) {
        .tokens__about_description {
          max-width: 48rem; } }
      @media only screen and (max-width: 768px) {
        .tokens__about_description {
          max-width: 38rem; } }
      @media only screen and (max-width: 660px) {
        .tokens__about_description {
          max-width: 100%; } }
      .tokens__about_description h2 {
        margin-bottom: 5rem; }
        @media only screen and (max-width: 768px) {
          .tokens__about_description h2 {
            margin-bottom: 3rem; } }
      .tokens__about_description p + p {
        margin-top: 3rem; }
        @media only screen and (max-width: 768px) {
          .tokens__about_description p + p {
            margin-top: 1.5rem; } }
  .tokens__use {
    position: relative;
    z-index: 1;
    margin-bottom: 15rem; }
    @media only screen and (max-width: 768px) {
      .tokens__use {
        margin-bottom: 10rem; } }
    @media only screen and (max-width: 660px) {
      .tokens__use {
        margin-bottom: 5rem; } }
    .tokens__use_list {
      position: relative;
      padding: 11rem 0 0 13rem; }
      @media only screen and (max-width: 768px) {
        .tokens__use_list {
          padding: 2rem 0 0 5rem; } }
      @media only screen and (max-width: 660px) {
        .tokens__use_list {
          padding: 0; } }
      .tokens__use_list::after {
        display: block;
        content: '';
        width: 44.9rem;
        height: 55.5rem;
        background: url("../icons/frame.svg");
        position: absolute;
        top: 0;
        left: 0; }
        @media only screen and (max-width: 660px) {
          .tokens__use_list::after {
            display: none; } }
      .tokens__use_list h2 {
        color: #E99A3D;
        margin-bottom: 5rem; }
        @media only screen and (max-width: 768px) {
          .tokens__use_list h2 {
            margin-bottom: 3rem; } }
      .tokens__use_list ul {
        list-style: none; }
        .tokens__use_list ul li {
          padding-left: 5rem;
          font-weight: 700;
          background: url("../icons/line.svg") no-repeat left; }
          @media only screen and (max-width: 768px) {
            .tokens__use_list ul li {
              font-size: 1.4rem; } }
          @media only screen and (max-width: 660px) {
            .tokens__use_list ul li {
              padding-left: 3rem; } }
        .tokens__use_list ul li + li {
          margin-top: 3rem; }
          @media only screen and (max-width: 768px) {
            .tokens__use_list ul li + li {
              margin-top: 1.5rem; } }
  .tokens__rate {
    position: relative;
    z-index: 1;
    padding: 0 0 0 13rem; }
    @media only screen and (max-width: 768px) {
      .tokens__rate {
        padding: 0 0 0 5rem; } }
    @media only screen and (max-width: 660px) {
      .tokens__rate {
        padding: 0; } }
    .tokens__rate h2 {
      font-size: 3.4rem;
      color: #B4F299;
      margin-bottom: 5rem; }
      @media only screen and (max-width: 660px) {
        .tokens__rate h2 {
          font-size: 2.6rem;
          margin-bottom: 2.5rem; } }
    .tokens__rate ul {
      list-style: none; }
      .tokens__rate ul li {
        font-size: 1.2rem;
        text-transform: uppercase;
        font-weight: 700;
        padding-left: 2rem; }
        .tokens__rate ul li:first-child {
          color: #E99A3D;
          background: url("../../icons/circle_orange.svg") no-repeat center left; }
        .tokens__rate ul li:last-child {
          color: #B4F299;
          background: url("../../icons/circle_green.svg") no-repeat center left; }
      .tokens__rate ul li + li {
        margin-top: 2rem; }
        @media only screen and (max-width: 660px) {
          .tokens__rate ul li + li {
            margin-top: 1rem; } }
    .tokens__rate_comparison {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      gap: 3rem;
      margin-bottom: 7rem; }
      @media only screen and (max-width: 768px) {
        .tokens__rate_comparison {
          margin-bottom: 5rem; } }
      @media only screen and (max-width: 660px) {
        .tokens__rate_comparison {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin-bottom: 3rem; } }
      .tokens__rate_comparison figure {
        text-align: center; }
        .tokens__rate_comparison figure img {
          margin-bottom: 2rem;
          -webkit-filter: drop-shadow(0 5rem 3rem rgba(180, 242, 153, 0.3));
                  filter: drop-shadow(0 5rem 3rem rgba(180, 242, 153, 0.3)); }
        .tokens__rate_comparison figure figcaption {
          font-size: 1.4rem;
          letter-spacing: .3rem; }
    .tokens__rate_description p + p {
      margin-top: 3rem; }
      @media only screen and (max-width: 660px) {
        .tokens__rate_description p + p {
          margin-top: 1.5rem; } }
  .tokens__decor {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    z-index: 0; }
    @media only screen and (max-width: 660px) {
      .tokens__decor {
        top: 40%;
        -webkit-transform: translateY(-40%);
                transform: translateY(-40%); } }
    .tokens__decor img {
      border-radius: 50%;
      opacity: .7;
      -webkit-filter: blur(0.2rem);
              filter: blur(0.2rem); }

.features {
  padding: 10rem 0; }
  @media only screen and (max-width: 768px) {
    .features {
      padding: 5rem 0; } }
  @media only screen and (max-width: 660px) {
    .features {
      padding: 3rem 0; } }
  .features__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 2rem;
            column-gap: 2rem; }
    @media only screen and (max-width: 768px) {
      .features__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 5rem; } }
    @media only screen and (max-width: 768px) {
      .features__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 3rem; } }
  .features__picture {
    width: 61rem;
    height: 58rem;
    border: 0.1rem solid #B4F299;
    border-radius: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 950px) {
      .features__picture {
        border: none;
        width: auto;
        height: auto; } }
    .features__picture h4 {
      margin-bottom: 0.5rem; }
    .features__picture span {
      font-size: 3.4rem;
      font-weight: 700;
      color: #B4F299;
      letter-spacing: .5rem; }
  .features__tokens h2 {
    margin-bottom: 5rem; }
  .features__title.primary {
    display: block; }
    @media only screen and (max-width: 768px) {
      .features__title.primary {
        display: none; } }
  .features__title.second {
    display: none; }
    @media only screen and (max-width: 768px) {
      .features__title.second {
        display: block; } }
  .features__list {
    width: 40rem; }
    @media only screen and (max-width: 950px) {
      .features__list {
        width: 35rem; } }
    @media only screen and (max-width: 500px) {
      .features__list {
        width: 30rem; } }
  .features__ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (max-width: 500px) {
      .features__ul li {
        font-size: 1.4rem; } }
  .features__ul + .features__ul {
    margin-top: 4rem; }
    @media only screen and (max-width: 500px) {
      .features__ul + .features__ul {
        margin-top: 3rem; } }
  .features__liLeft {
    padding-left: 6rem;
    background: url("../icons/list-line.svg") no-repeat left center; }
    @media only screen and (max-width: 500px) {
      .features__liLeft {
        padding-left: 5rem; } }

.sale {
  position: relative;
  padding: 10rem 0; }
  @media only screen and (max-width: 768px) {
    .sale {
      padding: 4rem 0; } }
  @media only screen and (max-width: 500px) {
    .sale {
      padding: 2rem 0; } }
  .sale__round {
    display: grid;
    grid-template-columns: repeat(7, 17rem);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 3rem;
    margin-bottom: 20rem; }
    @media only screen and (max-width: 1230px) {
      .sale__round {
        grid-template-columns: repeat(5, 17rem); } }
    @media only screen and (max-width: 900px) {
      .sale__round {
        grid-template-columns: repeat(4, 17rem); } }
    @media only screen and (max-width: 768px) {
      .sale__round {
        grid-template-columns: repeat(3, 17rem);
        row-gap: 2rem;
        margin-bottom: 10rem; } }
    @media only screen and (max-width: 570px) {
      .sale__round {
        grid-template-columns: repeat(2, 15rem);
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 1rem;
        margin-bottom: 5rem; } }
    .sale__round_item {
      position: relative;
      width: 17rem;
      height: 21rem;
      border: 0.1rem solid rgba(180, 242, 153, 0.3);
      border-radius: 2rem;
      -webkit-transition: 0.2s linear;
      transition: 0.2s linear;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 4rem 0;
      -webkit-box-shadow: 0rem 0.5rem 2rem rgba(180, 242, 153, 0.3);
              box-shadow: 0rem 0.5rem 2rem rgba(180, 242, 153, 0.3); }
      @media only screen and (max-width: 570px) {
        .sale__round_item {
          padding: 2rem 0;
          width: 15rem;
          height: 17rem; } }
      .sale__round_item::after {
        display: block;
        content: '';
        width: 100%;
        height: 0.1rem;
        background: rgba(180, 242, 153, 0.5);
        position: absolute;
        left: 0;
        top: 8rem; }
        @media only screen and (max-width: 570px) {
          .sale__round_item::after {
            top: 6rem; } }
      .sale__round_item:hover {
        border: 0.1rem solid #b4f299;
        -webkit-transform: translateY(-1rem);
                transform: translateY(-1rem);
        -webkit-box-shadow: 0rem 1rem 3rem rgba(180, 242, 153, 0.5);
                box-shadow: 0rem 1rem 3rem rgba(180, 242, 153, 0.5); }
        @media only screen and (max-width: 570px) {
          .sale__round_item:hover {
            -webkit-transform: translateY(-0.5rem);
                    transform: translateY(-0.5rem); } }
    .sale__round_title {
      font-size: 1.6rem;
      font-weight: 400;
      color: #ffffff;
      text-transform: uppercase;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    .sale__round_content {
      text-align: center;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    .sale__round_price {
      font-size: 3.4rem;
      font-weight: 700;
      color: #B4F299;
      margin-bottom: 1rem;
      -webkit-filter: drop-shadow(0rem 1.5rem 1.5rem #b4f299);
              filter: drop-shadow(0rem 1.5rem 1.5rem #b4f299); }
    .sale__round_number {
      font-size: 1.6rem;
      font-weight: 400;
      color: rgba(180, 242, 153, 0.5);
      -webkit-filter: drop-shadow(0rem 1.5rem 1.5rem #b4f299);
              filter: drop-shadow(0rem 1.5rem 1.5rem #b4f299); }
    .sale__round_participation {
      width: 100%;
      height: 100%;
      grid-column: 6/8;
      grid-row: 1/3;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media only screen and (max-width: 1230px) {
        .sale__round_participation {
          grid-column: 3/6; } }
      @media only screen and (max-width: 900px) {
        .sale__round_participation {
          grid-column: 2/5; } }
      @media only screen and (max-width: 768px) {
        .sale__round_participation {
          grid-column: 2/4; } }
      @media only screen and (max-width: 570px) {
        .sale__round_participation {
          grid-column: 1/3;
          grid-row: 6/7;
          height: 34rem; } }
    .sale__round_description {
      position: relative;
      padding: 4rem 6rem 0 3rem;
      width: 100%;
      height: 80%;
      border: 0.1rem solid #B4F299;
      border-radius: 2rem;
      -webkit-box-shadow: 0rem 0.5rem 2rem rgba(180, 242, 153, 0.3);
              box-shadow: 0rem 0.5rem 2rem rgba(180, 242, 153, 0.3); }
      @media only screen and (max-width: 570px) {
        .sale__round_description {
          padding: 3rem 4rem 0 3rem;
          height: 78%; } }
      .sale__round_description::after {
        display: block;
        width: 12rem;
        height: 12rem;
        content: '';
        background: url("../images/token_2.png");
        background-size: cover;
        position: absolute;
        top: 0;
        right: 0%; }
      .sale__round_description h4 {
        text-transform: uppercase;
        margin-bottom: 3rem; }
        @media only screen and (max-width: 570px) {
          .sale__round_description h4 {
            margin-bottom: 2rem; } }
      .sale__round_description ul + ul {
        margin-top: 2rem; }
        @media only screen and (max-width: 570px) {
          .sale__round_description ul + ul {
            margin-top: 1rem; } }
      .sale__round_description ul {
        list-style: none; }
        .sale__round_description ul li:first-child {
          font-size: 1.2rem;
          color: #B4F299;
          margin-bottom: 1rem; }
          @media only screen and (max-width: 570px) {
            .sale__round_description ul li:first-child {
              margin-bottom: .5rem; } }
        .sale__round_description ul li:last-child {
          font-size: 1.4rem; }
    .sale__round_button {
      padding: 1rem 3rem;
      border: none;
      outline: none;
      background: none;
      cursor: pointer;
      border: 0.1rem solid #B4F299;
      border-radius: .8rem;
      color: #ffffff;
      font-family: 'Montserrat';
      font-size: 1.4rem;
      font-weight: 600;
      padding: 2rem 3rem;
      width: 100%;
      background: #B4F299;
      font-size: 1.8rem;
      color: #05030E;
      -webkit-transition: 0.2s linear;
      transition: 0.2s linear;
      -webkit-box-shadow: 0rem 1rem 3rem rgba(180, 242, 153, 0.5);
              box-shadow: 0rem 1rem 3rem rgba(180, 242, 153, 0.5); }
      @media only screen and (max-width: 570px) {
        .sale__round_button {
          padding: 1.5rem 3rem; } }
      .sale__round_button:hover {
        background: #E99A3D;
        border: 0.1rem solid #E99A3D;
        -webkit-box-shadow: 0rem 1rem 3rem rgba(233, 154, 61, 0.5);
                box-shadow: 0rem 1rem 3rem rgba(233, 154, 61, 0.5); }
  .sale__program {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    row-gap: 10rem;
    margin-bottom: 20rem; }
    @media only screen and (max-width: 768px) {
      .sale__program {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        row-gap: 5rem;
        margin-bottom: 10rem; } }
    @media only screen and (max-width: 500px) {
      .sale__program {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        row-gap: 2.5rem;
        margin-bottom: 5rem; } }
    .sale__program_img {
      display: block;
      position: absolute;
      left: -15rem; }
      @media only screen and (max-width: 1300px) {
        .sale__program_img {
          left: -40rem; } }
      @media only screen and (max-width: 1000px) {
        .sale__program_img {
          left: -60rem; } }
      @media only screen and (max-width: 768px) {
        .sale__program_img {
          position: relative;
          left: -20%;
          width: 50rem; } }
      @media only screen and (max-width: 500px) {
        .sale__program_img {
          position: relative;
          left: -20%;
          width: 32rem; } }
    .sale__program_partner {
      position: relative; }
      .sale__program_partner h2 {
        margin-bottom: 5rem; }
        @media only screen and (max-width: 768px) {
          .sale__program_partner h2 {
            margin-bottom: 3rem; } }
        @media only screen and (max-width: 500px) {
          .sale__program_partner h2 {
            margin-bottom: 2rem; } }
    .sale__program_item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      margin-bottom: 3rem; }
      @media only screen and (max-width: 500px) {
        .sale__program_item {
          margin-bottom: 2rem; } }
      .sale__program_item:last-child {
        margin-bottom: 0; }
    .sale__program_step {
      width: 50rem; }
      @media only screen and (max-width: 600px) {
        .sale__program_step {
          width: 40rem; } }
      @media only screen and (max-width: 500px) {
        .sale__program_step {
          width: 27rem; } }
      @media only screen and (max-width: 400px) {
        .sale__program_step {
          width: 24rem; } }
    .sale__program_level {
      width: 50rem;
      margin-bottom: 1rem; }
      @media only screen and (max-width: 600px) {
        .sale__program_level {
          width: 40rem;
          font-size: 1.4rem; } }
      @media only screen and (max-width: 500px) {
        .sale__program_level {
          width: 27rem; } }
      @media only screen and (max-width: 400px) {
        .sale__program_level {
          width: 24rem; } }
      .sale__program_level span + span {
        margin-left: 2rem; }
        @media only screen and (max-width: 600px) {
          .sale__program_level span + span {
            margin-left: 1rem; } }
      .sale__program_level span.mod--line {
        display: inline-block;
        width: 3rem;
        height: 0.1rem;
        vertical-align: middle; }
        @media only screen and (max-width: 500px) {
          .sale__program_level span.mod--line {
            display: none; } }
        .sale__program_level span.mod--line.line-01 {
          background: #8AF9AD; }
        .sale__program_level span.mod--line.line-02, .sale__program_level span.mod--line.line-03 {
          background: #CAEE39; }
        .sale__program_level span.mod--line.line-04, .sale__program_level span.mod--line.line-05 {
          background: #e9ad3d; }
        .sale__program_level span.mod--line.line-06, .sale__program_level span.mod--line.line-07 {
          background: #E9713D; }
      .sale__program_level span:last-child {
        color: #8AF9AD; }
        @media only screen and (max-width: 500px) {
          .sale__program_level span:last-child {
            font-size: 1.2rem; } }
        .sale__program_level span:last-child.mod--22, .sale__program_level span:last-child.mod--23 {
          color: #CAEE39; }
        .sale__program_level span:last-child.mod--24, .sale__program_level span:last-child.mod--25 {
          color: #e9ad3d; }
        .sale__program_level span:last-child.mod--26, .sale__program_level span:last-child.mod--27 {
          color: #EE6439; }
    .sale__program_bar {
      width: 45rem;
      height: .8rem;
      background: #3C3A46;
      border-radius: .25rem; }
      @media only screen and (max-width: 600px) {
        .sale__program_bar {
          width: 35rem; } }
      @media only screen and (max-width: 500px) {
        .sale__program_bar {
          width: 25rem; } }
      @media only screen and (max-width: 400px) {
        .sale__program_bar {
          width: 22rem; } }
    .sale__program_line {
      width: 100%;
      height: 0.8rem;
      background: -webkit-gradient(linear, left top, right top, from(#E2F685), to(#8AF9AD));
      background: linear-gradient(to right, #E2F685, #8AF9AD);
      border-radius: .25rem;
      -webkit-box-shadow: 0 1rem 2rem rgba(138, 249, 173, 0.5);
              box-shadow: 0 1rem 2rem rgba(138, 249, 173, 0.5); }
      .sale__program_line.mod--02, .sale__program_line.mod--03 {
        width: 60%;
        background: -webkit-gradient(linear, left top, right top, from(#CAEE39), to(#E99A3D));
        background: linear-gradient(to right, #CAEE39, #E99A3D);
        -webkit-box-shadow: 0 1rem 2rem rgba(233, 154, 61, 0.5);
                box-shadow: 0 1rem 2rem rgba(233, 154, 61, 0.5); }
      .sale__program_line.mod--04, .sale__program_line.mod--05 {
        width: 40%;
        background: -webkit-gradient(linear, left top, right top, from(#EED139), to(#E9713D));
        background: linear-gradient(to right, #EED139, #E9713D);
        -webkit-box-shadow: 0 1rem 2rem rgba(233, 173, 61, 0.5);
                box-shadow: 0 1rem 2rem rgba(233, 173, 61, 0.5); }
      .sale__program_line.mod--06, .sale__program_line.mod--07 {
        width: 20%;
        background: -webkit-gradient(linear, left top, right top, from(#EE6439), to(#E9713D));
        background: linear-gradient(to right, #EE6439, #E9713D);
        -webkit-box-shadow: 0 1rem 2rem rgba(233, 113, 61, 0.5);
                box-shadow: 0 1rem 2rem rgba(233, 113, 61, 0.5); }
    .sale__program_percent {
      font-size: 2.6rem;
      font-weight: 700;
      line-height: .7;
      color: #8AF9AD; }
      .sale__program_percent.mod--12, .sale__program_percent.mod--13 {
        color: #E99A3D; }
      .sale__program_percent.mod--14, .sale__program_percent.mod--15 {
        color: #EED139; }
      .sale__program_percent.mod--16, .sale__program_percent.mod--17 {
        color: #EE6439; }
    .sale__program_info {
      max-width: 72rem;
      position: relative; }
      @media only screen and (max-width: 900px) {
        .sale__program_info {
          max-width: 52rem; } }
      @media only screen and (max-width: 768px) {
        .sale__program_info {
          max-width: 100%;
          text-align: center; } }
      .sale__program_info::before {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        left: -7rem;
        background: url("../images/info.png");
        background-size: cover;
        width: 3.5rem;
        height: 3.5rem; }
        @media only screen and (max-width: 768px) {
          .sale__program_info::before {
            display: none; } }
  .sale::before {
    content: '';
    display: block;
    background: rgba(180, 242, 153, 0.1);
    width: 60rem;
    height: 60rem;
    border-radius: 50%;
    -webkit-filter: blur(5rem);
            filter: blur(5rem);
    position: absolute;
    top: 0;
    left: -20%; }
    @media only screen and (max-width: 1000px) {
      .sale::before {
        top: 0;
        left: -30%; } }
    @media only screen and (max-width: 768px) {
      .sale::before {
        left: -40%;
        width: 50rem;
        height: 50rem; } }
    @media only screen and (max-width: 500px) {
      .sale::before {
        left: -60%;
        width: 40rem;
        height: 40rem; } }
  .sale__kibotron {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media only screen and (max-width: 768px) {
      .sale__kibotron {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .sale__kibotron h2 {
      position: relative;
      font-size: 4.8rem;
      font-weight: 700;
      background: url("../images/kibotron.png") no-repeat;
      background-size: contain;
      padding-left: 8rem;
      margin-bottom: 6rem;
      margin-right: 39rem; }
      @media only screen and (max-width: 768px) {
        .sale__kibotron h2 {
          font-size: 3.8rem;
          margin-bottom: 4rem;
          margin-right: 0; } }
    .sale__kibotron_cards {
      display: grid;
      grid-template-columns: repeat(2, 32rem);
      gap: 5rem; }
      @media only screen and (max-width: 768px) {
        .sale__kibotron_cards {
          grid-template-columns: repeat(2, 30rem);
          gap: 3rem; } }
      @media only screen and (max-width: 700px) {
        .sale__kibotron_cards {
          grid-template-columns: repeat(1, 1fr);
          gap: 2rem; } }
    .sale__kibotron_card {
      width: 32rem;
      height: 26rem;
      background: transparent;
      border: 0.1rem solid #B4F299;
      border-radius: 2rem;
      display: grid;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-top: 6rem;
      -webkit-transition: 0.2s linear;
      transition: 0.2s linear; }
      .sale__kibotron_card:hover {
        background-color: rgba(180, 242, 153, 0.1); }
      @media only screen and (max-width: 768px) {
        .sale__kibotron_card {
          width: 30rem;
          height: 24rem;
          padding-top: 4rem; } }
      @media only screen and (max-width: 700px) {
        .sale__kibotron_card {
          width: 100%;
          height: 16rem;
          padding-top: 4rem;
          display: block;
          padding: 3rem 2rem 0rem 8rem; } }
    .sale__kibotron_content {
      width: 17rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 2rem; }
      @media only screen and (max-width: 700px) {
        .sale__kibotron_content {
          width: 100%; } }
    .sale__kibotron_title {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 1.4rem;
      color: #4579F5;
      position: relative; }
      .sale__kibotron_title::before {
        display: block;
        content: '';
        background: url("../images/kibotron-circle.png");
        width: 2.8rem;
        height: 2.8rem;
        position: absolute;
        top: 0;
        left: -4rem; }
    .sale__kibotron_description {
      font-size: 1.4rem; }
  .sale__decor {
    width: 100rem;
    position: absolute;
    left: 0;
    top: 65%;
    z-index: 0; }
    @media only screen and (max-width: 1200px) {
      .sale__decor {
        left: -25%;
        top: 75%;
        width: 80rem; } }
    @media only screen and (max-width: 1000px) {
      .sale__decor {
        left: -35%;
        top: 65%;
        width: 70rem; } }
    @media only screen and (max-width: 768px) {
      .sale__decor {
        display: none; } }

.footer {
  position: relative;
  padding: 10rem 0 15rem;
  overflow: hidden; }
  @media only screen and (max-width: 768px) {
    .footer {
      padding: 5rem 0 7rem; } }
  @media only screen and (max-width: 768px) {
    .footer {
      padding: 3rem 0 3rem; } }
  .footer__inner {
    position: relative;
    z-index: 1;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 10rem; }
    @media only screen and (max-width: 768px) {
      .footer__inner {
        row-gap: 7rem; } }
    @media only screen and (max-width: 660px) {
      .footer__inner {
        row-gap: 5rem; } }
  .footer__title {
    max-width: 76rem;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .footer__title {
        max-width: 40rem; } }
    @media only screen and (max-width: 500px) {
      .footer__title {
        max-width: 32rem; } }
    .footer__title h2 {
      margin-bottom: 5rem; }
      @media only screen and (max-width: 768px) {
        .footer__title h2 {
          font-size: 1.8rem;
          margin-bottom: 3rem; } }
    .footer__title button {
      padding: 1rem 3rem;
      border: none;
      outline: none;
      background: none;
      cursor: pointer;
      border: 0.1rem solid #B4F299;
      border-radius: .8rem;
      color: #ffffff;
      font-family: 'Montserrat';
      font-size: 1.4rem;
      font-weight: 600;
      width: 20rem;
      background: #4579F5;
      border: 0.1rem solid #4579F5;
      -webkit-transition: 0.2s linear;
      transition: 0.2s linear; }
      .footer__title button:hover {
        background: transparent; }
  .footer__mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 3rem;
            column-gap: 3rem; }
    @media only screen and (max-width: 768px) {
      .footer__mail {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        row-gap: 1.5rem; } }
    .footer__mail p {
      font-size: 3rem;
      color: #B4F299; }
      @media only screen and (max-width: 768px) {
        .footer__mail p {
          font-size: 1.8rem; } }
    .footer__mail a {
      font-size: 3rem;
      font-weight: 700;
      color: #B4F299;
      text-decoration: underline; }
      @media only screen and (max-width: 768px) {
        .footer__mail a {
          font-size: 1.8rem; } }
      .footer__mail a:hover {
        text-decoration: none; }
  .footer__social {
    width: 70rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media only screen and (max-width: 768px) {
      .footer__social {
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 1rem; } }
    .footer__social a:hover img {
      opacity: .9;
      border: 0.1rem solid #B4F299; }
    .footer__social img {
      border: .1rem solid transparent;
      border-radius: 2rem;
      -webkit-filter: drop-shadow(0.5rem 0.5rem 2rem rgba(180, 242, 153, 0.5));
              filter: drop-shadow(0.5rem 0.5rem 2rem rgba(180, 242, 153, 0.5));
      opacity: .5;
      -webkit-transition: 0.2s linear;
      transition: 0.2s linear; }
  .footer__elipse {
    position: absolute;
    bottom: -5%;
    left: 10%;
    z-index: 0; }
    @media only screen and (max-width: 660px) {
      .footer__elipse {
        left: 33%;
        bottom: 10%;
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg); } }

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