﻿

@import url("css2-Robotoitalwght03000400050007001300140015001700_swap.css");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    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;
}

html {
    
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    
}

html,


* {
    box-sizing: border-box;
}

a {
    text-decoration: none !important;
}

.main-content {
    height: 100%;
    position: relative;
    overflow: auto;
    scroll-behavior: smooth;
}

@media screen and (max-width: 900px) {
    .main-content {
        background-color: #FAFAFB;
    }
}
.section.divided-rewards {
    position: relative;
    height: 10rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-family: Roboto;
	margin-top:10rem;
    margin-bottom:5rem;
}

.section.divided-rewards .spinner {
    margin: 0.9rem 0 1.5rem;
    width: 2.4rem;
    height: 2.4rem;
}

.section.divided-rewards .card {
    position: relative;
    display: flex;
    width: 51rem;
    align-items: flex-start;
    padding: rem 5.8rem;
    margin-top: -7rem;
    background: #f4f4f4;
    box-shadow: 0 2rem 3rem rgba(0, 6, 54, 0.06);
    border-radius: 0.5rem;
}

section.divided-rewards .card:first-child {
    margin-right: 6rem;
}

section.divided-rewards .card:not(.loading) .spinner {
    display: none;
}

section.divided-rewards .card img {
    width: 8.3rem;
    height: 8.3rem;
    margin: 2.4rem 1.6rem 0 0;
}


section.divided-rewards .card .description {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.2rem;
    letter-spacing: 0;
	text-align:justify;
	color: #00007f;
}

section.divided-rewards .card .description span {
    font-weight: 700;
	text-align:justify;
	color: #00007f;
}

@media screen and (max-width: 1250px) {
    section.divided-rewards .card {
        width: 40rem;
        padding: 4rem 3.8rem;
    }
}

@media screen and (max-width: 900px) {
    section.divided-rewards .card {
        width: 35rem;
    }
    section.divided-rewards .card .amount {
        font-size: 2.6rem;
		color: #00007f;
    }
}

@media screen and (max-width: 800px) {
    section.divided-rewards {
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
        padding: 0 1.6rem;
        max-width: 55rem;
        height: initial;
        margin-top: 10rem;
    }
    section.divided-rewards .card {
        width: 100%;
        max-width: 43rem;
        margin-bottom: 5.8rem;
        margin-top: 0;
        margin-right: 0 !important;
    }
    section.divided-rewards .card img {
        display: none;
    }
    section.divided-rewards .card .amount {
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 3rem;
		color: #00007f;
        
    }
    section.divided-rewards .card .description {
        font-size: 1.3rem;
        line-height: 2.5rem;
		text-align:justify;
		color: #00007f;
    }
    section.divided-rewards .card> div {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

}
.main-title {
    font-size: 3.5rem;
    line-height: 4.1rem;
    color: #00007f;
    margin-bottom: 3rem;
}
.main-titlee {
    font-size: 3rem;
    line-height: 4.1rem;
    color: #00007f;
    margin-bottom: 3rem;
	}	
.main-description {
    font-size: 16px;
    line-height: 3rem;
    color: #000427;
}
.main-titles {
    font-size: 3.1rem;
    line-height: 4.1rem;
    color: #00007f;
    margin-bottom: 3rem;
	}	
.centered-block {
    max-width: 142rem;
    padding: 0 4rem;
}

@media screen and (max-width: 800px),
(max-height: 400px) {
    .centered-block {
        padding: 0 1.6rem;
        max-width: 55rem;
    }
}

div.spinner {
    display: block;
    margin: 3rem auto 3rem;
    width: 30px;
    height: 30px;
}

div.spinner #loader {
    transform-origin: center;
    animation: loading 1.4s infinite linear;
}

@keyframes loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.main-screen {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 800px),
(max-height: 400px) {
    .main-screen {
        height: auto;
    }
}

.content-title {
    grid-area: title;
    font-size: 2rem;
    line-height: 2.3rem;
    color: #00007f;
    align-self: center;
}

header.page-header {
    position: fixed;
    display: flex;
    flex: none;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 8rem;
    padding: 0 4rem;
    left: 0;
    top: 0;
    background-color: #ffffff;
    z-index: 30;
}

header.page-header .relative {
    position: relative;
}

header.page-header img {
    height: 6.4rem;
    margin-right: 1rem;
}

header.page-header .menu {
    display: flex;
    align-items: center;
}

header.page-header a {
    font-size: 1.5rem;
    color: #00007f;
    padding: 0 0.7rem;
    text-decoration: none;
    outline: none;
    transition: 0.15s;
}

header.page-header a:hover {
    color: #007fff;
}

header.page-header .main-link {
    display: flex;
}

header.page-header button {
    padding: 1.4rem 2.1rem;
    font-size: 1.4rem;
    font-weight: bold;
    color: #ffffff;
    border: none;
    background: #00007f;
    cursor: pointer;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    border-radius: 5px;
    transition: 0.2s;
    margin-left: 1.5rem;
}

header.page-header button:hover {
    background-color: #007fff;
}

header.page-header .menu-toggle,
header.page-header .social-links {
    display: none;
}

header.page-header .tooltip {
    position: absolute;
    top: 22px;
    left: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 8px 4px 8px;
    border-radius: 5px;
    background: #007fff;
    opacity: 1;
    color: #ffffff;
    font-size: 1.4rem;
}

header.page-header .tooltip:after {
    content: '';
    position: absolute;
    left: 50%;
    top: -9px;
    border: 0.5rem solid transparent;
    border-top-color: #007fff;
    margin-left: -0.5rem;
    transform: rotate(180deg);
}

header.page-header .tooltip img {
    width: 12px;
    height: 16px;
    margin: 0 2px 0 0;
}

@media screen and (max-width: 800px) {
    header.page-header {
        position: absolute;
        background-color: transparent;
        height: 5.6rem;
        padding: 0 1.6rem;
    }
    header.page-header img {
        height: 3.4rem;
        z-index: 50;
    }
    header.page-header .menu {
        position: fixed;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        top: 0;
        left: 0;
        height: 100%;
        background-color: #ffffff;
        width: 100%;
        animation: fadeIn 0.2s ease-in;
    }
    header.page-header nav {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    header.page-header nav a {
        padding: 0 5rem;
    }
    header.page-header nav .roadmap {
        padding-top: 1rem;
    }
    header.page-header a {
        font-weight: bold;
        font-size: 1.6rem;
        line-height: 4.6rem;
        color: #00007f;
    }
    header.page-header .tooltip {
        top: 80px;
        left: 45px;
    }
    header.page-header button {
        margin-top: 7rem;
        min-width: 29rem;
    }
    header.page-header .social-links {
        display: flex;
    }
    header.page-header .social-links .stay-in-touch {
        display: none;
    }
    header.page-header .menu-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 34px;
        height: 34px;
        background: #4036e32e;
        box-shadow: 0 2rem 3rem rgba(0, 6, 54, 0.06);
        border-radius: 5px;
        cursor: pointer;
        z-index: 50;
    }
    header.page-header:not(.menu-opened) .menu-toggle .menu-icon,
    header.page-header.menu-opened .menu-toggle .close {
        display: block;
    }
    header.page-header:not(.menu-opened) .menu-toggle .close,
    header.page-header.menu-opened .menu-toggle .menu-icon {
        display: none;
    }
    header.page-header:not(.menu-opened) .menu {
        display: none;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

section.main-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 35rem;
    padding-bottom: 20rem;
    flex: auto;
    position: relative;
    min-height: 0;
    overflow: hidden;
}

section.main-block img.stars {
    position: absolute;
	right:5px;
    height: 50%;
    width: 50%;
    object-fit: fill;
    z-index: 15;
}

section.main-block .content {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    z-index: 19;
}

section.main-block img.main-bg {
    position: absolute;
    top: 20%;
    left: 54%;
    height: calc(60%);
    width: auto;
    z-index: 5;
}

section.main-block .powered-by {
    font-size: 1.6rem;
    color: #B3B4C3;
}

section.main-block h1 {
    margin: 1.5rem 0 5rem;
    max-width: 64rem;
    font-weight: bold;
    font-size: 3rem;
    line-height: 4.4rem;
    color: #00007f;
}

section.main-block p {
    margin-bottom: 3.2rem;
    max-width: 60rem;
    font-size: 1.8rem;
    line-height: 3rem;
    color: #000427;
    opacity: 0.7;
}

section.main-block button {
    padding: 1.8rem 3.2rem;
    font-size: 1.4rem;
    font-weight: bold;
    color: #ffffff;
    border: none;
    background: #00007f;
    cursor: pointer;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    border-radius: 5px;
    transition: 0.2s;
    margin-bottom: 9%;
    margin-left: 5px;
}

section.main-block button:hover {
    background-color: #007fff;
}

section.main-block .social-links {
    position: absolute;
    justify-content: flex-end;
    bottom: 6.5%;
    height: 100%;
    left: 0;
    flex-direction: column;
    width: 2rem;
    padding: 0 4rem 9%;
    z-index: 20;
}

section.main-block .social-links a {
    margin-bottom: 2.5rem;
}

@media screen and (max-width: 900px) {
    section.main-block h1 {
        font-size: 5rem;
        line-height: 6.4rem;
    }
    section.main-block p {
        font-size: 1.4rem;
        line-height: 2.5rem;
        max-width: 55rem;
    }
}

@media screen and (max-width: 800px),
(max-height: 400px) {
    section.main-block {
        justify-content: flex-start;
        padding-top: 0;
        padding-bottom: 0;
    }
    section.main-block .social-links {
        display: none;
    }
    section.main-block img.stars {
        display: none;
    }
    section.main-block h1 {
        margin: 1.6rem 0 1.6rem;
        max-width: 46rem;
        font-size: 3.9rem;
        line-height: 4.6rem;
    }
    section.main-block p {
        max-width: 46rem;
    }
    section.main-block img.main-bg {
        position: relative;
        top: 0;
        left: 0;
        height: 50vh;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
    section.main-block .content {
        justify-content: flex-start;
        align-items: stretch;
    }
    section.main-block .powered-by {
        margin-top: 2.4rem;
    }
}

section.from-developers {
    display: flex;
    justify-content: center;
    flex: auto;
    position: relative;
    min-height: 0;
    margin-top: -15rem;
}

section.from-developers .wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

section.from-developers .title {
    font-size: 1.6rem;
    line-height: 1.9rem;
    color: #B3B4C3;
}

section.from-developers .image-block {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    max-width: 108rem;
}

section.from-developers .image-block img {
    height: 2rem;
}

@media screen and (max-width: 500px) {
    section.from-developers .image-block img {
        height: 1.3rem;
    }
}

@media screen and (max-width: 800px) {
    section.from-developers .wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
    section.from-developers .title {
        margin-bottom: 2.3rem;
    }
    section.from-developers .image-block {
        width: 100%;
        justify-content: space-between;
    }
}

@media screen and (max-width: 800px),
(max-height: 400px) {
    section.from-developers {
        margin-top: 1rem;
    }
}

section.about {
    display: flex;
    justify-content: center;
    flex: auto;
    position: relative;
    min-height: 0;
    padding-top: 0rem;
    margin-bottom: 8rem;
    
}

section.about .wrapper {
    margin-left: 0rem;
    max-width: 110rem;
}

section.about .main-description {
    margin-bottom: 12rem;
    color: #4D4F68;
}

section.about .content-block {
    display: grid;
    grid-template-rows: 2.3rem 1fr;
    grid-template-columns: 15rem 1fr;
    grid-column-gap: 6rem;
    grid-row-gap: 1.2rem;
    grid-template-areas: "image title" "image text";
	margin: -4rem;
}

section.about .content-block:not(:last-child) {
    margin-bottom: 8rem;
}

section.about .content-image {
    grid-area: image;
	height: 12rem;
	width: 23rem;
}

section.about .content-text {
    grid-area: text;
    font-size: 1.6rem;
    line-height: 3rem;
    color: #4D4F68;
    max-width: 800px;
	margin: 0rem;
	
}

@media screen and (max-width: 800px) {
    section.about .wrapper {
        margin-left: 0;
    }
}

@media screen and (max-width: 500px) {
    section.about .content-block {
        grid-template-areas: "image title" "text text";
        grid-template-rows: 7.2rem 1fr;
        grid-template-columns: 10rem 1fr;
        grid-column-gap: 2.1rem;
        grid-row-gap: 1.6rem;
    }
    section.about .content-image {
        height: 7rem;
		width:18rem;
		margin: 0rem;
    }
}

@media screen and (max-width: 500px),
(max-height: 400px) {
    section.about {
        padding-top: 6rem;
        margin-bottom: 3rem;
    }
    section.about .wrapper {
        max-width: 55rem;
    }
    section.about .main-title {
        font-size: 2.9rem;
        line-height: 3.4rem;
        margin-bottom: 1.6rem;
    }
	    section.about .main-titles {
        font-size: 2.6rem;
        line-height: 3.4rem;
        margin-bottom: 1.6rem;
    }
    section.about .main-description {
        font-size: 1.4rem;
        line-height: 2.5rem;
        margin-bottom: 7rem;
    }
    section.about .content-text {
        font-size: 1.4rem;
        line-height: 2.5rem;
		margin: 4rem;
    }
    section.about .content-block:not(:last-child) {
        margin-bottom: 4rem;
    }
}

section.subscribe {
    padding-top: 3.2rem;
    display: flex;
    justify-content: center;
    flex: auto;
    position: relative;
    min-height: 0;
}

section.subscribe .content {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}

section.subscribe .subscribe-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: #FAFAFB;
    border-radius: 5px;
    padding: 26px 40px 40px 40px;
	 height: 15rem;
}

section.subscribe .description {
    display: flex;
    flex: 1;
    flex-direction: column;
}

section.subscribe .email {
    display: flex;
    flex: 1.2;
    width: 100%;
}

section.subscribe .main-title {
    margin-bottom: 0;
}

section.subscribe .main-description {
    font-size: 16px;
    line-height: 0rem;
    opacity: 0.7;
}

section.subscribe .form {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

section.subscribe .form-input {
    width: 100%;
    height: 5rem;
    border: 0.1rem solid #E8E8ED;
    box-sizing: border-box;
    border-radius: 0.5rem;
    padding-left: 2.7rem;
    font-size: 1.6rem;
    line-height: 19rem;
    color: #000427;
}

section.subscribe .form-input::placeholder {
    color: #B3B4C3;
}

section.subscribe .form-button {
    margin: 0 0 0 25px;
    padding: 1.6rem 3rem;
    font-size: 1.6rem;
    font-weight: bold;
    color: #ffffff;
    border: none;
    background: #00007f;
    cursor: pointer;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    border-radius: 5px;
    transition: 0.2s;
}

section.subscribe .form-button:hover {
    background-color: #007fff;
}

@media screen and (max-width: 1200px) {
    .subscribe-container {
        flex-direction: column;
    }
    .subscribe-container .description {
        text-align: center;
        margin-bottom: 2.7rem;
    }
}

@media screen and (max-width: 800px) {
    .form {
        flex-direction: column;
    }
    section.subscribe .description {
        text-align: left;
    }
    section.subscribe .main-description {
        margin-top: 16px;
        font-size: 14px;
        line-height: 180%;
    }
    section.subscribe .form-button {
        margin: 2.7rem 0;
    }
}

section.swap {
    width: 100%;
    background-color: transparent;
    padding: 4rem 0;
    display: flex;
    justify-content: center;
    flex: auto;
    position: relative;
    min-height: 0;
}

section.swap .wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

section.swap .label {
    display: flex;
    align-items: center;
    width: min-content;
    margin-bottom: 2.4rem;
    padding: 0.7rem 0.9rem 0.7rem 0.7rem;
    background-color: #007fff;
    border-radius: 0.5rem;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.4rem;
    color: #ffffff;
    white-space: nowrap;
}

section.swap .label img {
    width: 1.2rem;
    height: 1.6rem;
    margin-right: 0.4rem;
}

section.swap .title {
    font-weight: bold;
    font-size: 4rem;
    line-height: 9.4rem;
    color: #FFFFFF;
    margin-bottom: 2.4rem;
}

section.swap .description {
    max-width: 67rem;
    font-size: 1.6rem;
    line-height: 2.8rem;
    color: #FFFFFF;
}

section.swap .description span {
    font-weight: bold;
}

section.swap .swaps {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 28.8rem;
}

section.swap .swaps .block {
    display: flex;
    width: 100%;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0 2rem 3rem rgba(0, 6, 54, 0.06);
    border-radius: 0.5rem;
    padding: 2.4rem 5.3rem;
}

section.swap .swaps a {
    width: 100%;
    color: #000427;
}

section.swap .swaps a:not(:first-child) {
    margin-top: 1.6rem;
}

section.swap .swaps .second {
    text-align: center;
    flex-direction: column;
    padding: 4.4rem 4rem;
}

section.swap .swaps .data {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    min-width: 0;
}

section.swap .swaps .second img {
    height: 4.5rem;
    margin-bottom: 0rem;
}

section.swap .block-title {
    font-weight: bold;
    font-size: 2rem;
    line-height: 3rem;
    color: #000427;
    margin-bottom: -1rem;
}

section.swap .button {
    margin-top: 2.8rem;
    width: 100%;
    padding: 1.6rem 3.8rem;
    font-size: 1.1rem;
    font-weight: bold;
    color: #ffffff;
    border: none;
    background: #00007f;
    cursor: pointer;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    border-radius: 5px;
    transition: 0.2s;
}

section.swap .button:hover {
    background-color: #007fff;
}

section.swap .phases {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 3.2rem;
}

section.swap .phases span {
    font-weight: 700;
    margin-right: 0.5rem;
}

section.swap .phases img {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 0.6rem;
}

@media screen and (max-width: 1200px) {
    section.swap .wrapper {
        flex-direction: column;
    }
    section.swap .description {
        margin-bottom: 2.7rem;
    }
}

@media screen and (max-width: 800px) {
    section.swap .swap {
        padding-bottom: 0;
    }
    section.swap .title {
        font-size: 4rem;
        line-height: 4.6rem;
    }
    section.swap .description {
        font-size: 1.4rem;
        line-height: 2.5rem;
    }
}

@media screen and (max-width: 800px) {
    section.swap {
        margin-bottom: 7rem;
    }
}

section.roadmap {
    padding-top: 6rem;
    display: flex;
    justify-content: center;
    flex: auto;
    position: relative;
    min-height: 0;
    overflow: hidden;
}

section.roadmap .wrapper {
    width: 100%;
}

section.roadmap .controls-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

section.roadmap .controls-block .title {
    font-size: 3.5rem;
    line-height: 4.1rem;
    color: #00007f;
    margin-bottom: 0.4rem;
}

section.roadmap .controls-block .description {
    font-size: 16px;
    line-height: 3rem;
    color: #00007f;
}

section.roadmap .controls-block .controls {
    display: flex;
}

section.roadmap .controls-block .control-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5rem;
    width: 5rem;
    border-radius: 50%;
    box-shadow: 0 2rem 3rem rgba(0, 6, 54, 0.06);
    cursor: pointer;
}

section.roadmap .controls-block .control-button:hover {
    color: #007fff;
}

section.roadmap .controls-block .control-button:not(:last-child) {
    margin-right: 1.8rem;
}

section.roadmap .slider-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    position: relative;
}

section.roadmap .slider-container .slider-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

section.roadmap .slider-container .slider {
    display: flex;
    flex-direction: row;
    width: 100%;
    transition: all 0.5s ease-in-out;
}

section.roadmap .slider-container .slider-progress-pillar {
    position: absolute;
    height: 0.1rem;
    background: linear-gradient(to right, #fff 0%, #E8E8ED 10%, #E8E8ED 90%, #fff 100%);
    top: 7.8rem;
    left: -10rem;
    transition: all 0.5s ease-in-out;
}

section.roadmap .slider-container .slider-progress-filler {
    position: absolute;
    height: 0.1rem;
    background: linear-gradient(to right, #fff 0%, #007fff 50%, #007fff 100%);
    top: 7.8rem;
    left: -10rem;
    transform: translateZ(2px);
    transition: all 0.5s ease-in-out;
}

section.roadmap .slider-container .slide {
    display: flex;
    flex-direction: column;
    width: 36rem;
    min-width: calc(33% - 4rem);
    transform: translateZ(3px);
}

section.roadmap .slider-container .slide:not(:last-child) {
    margin-right: 6rem;
}

section.roadmap .slider-container .slide-date {
    font-size: 16px;
    line-height: 3rem;
    color: #D2D3DB;
    margin-bottom: 3.2rem;
}

section.roadmap .slider-container .slide-progress {
    width: 3.2rem;
    height: 3.2rem;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3.2rem;
    box-shadow: 0 2rem 3rem rgba(0, 6, 54, 0.06);
}

section.roadmap .slider-container .slide-progress.active {
    background: #007fff;
}

section.roadmap .slider-container .slide-title {
    font-size: 2rem;
    line-height: 2.3rem;
    color: #00007f;
    margin-bottom: 1.6rem;
}

section.roadmap .slider-container .slide-text {
    font-size: 1.6rem;
    line-height: 3rem;
    color: #4D4F68;
}

@media screen and (max-width: 800px) {
    section.roadmap .controls-block {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 2.7rem;
    }
    section.roadmap .controls {
        margin-top: 2rem;
    }
    section.roadmap .slide {
        min-width: 100% !important;
    }
}

section.stay-in-touch {
    padding-top: 2rem;
    padding-bottom: 3rem;
    display: flex;
    justify-content: center;
    flex: auto;
    position: relative;
    min-height: 0;
}

section.stay-in-touch .content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

section.stay-in-touch .main-title {
    font-size: 3.5rem;
    line-height: 4.1rem;
    color: #00007f;
    margin-bottom: 2.9rem;
}

section.stay-in-touch .main-description {
    font-size: 16px;
    line-height: 3rem;
    color: #000427;
    opacity: 0.7;
    margin-bottom: 5rem;
}

section.stay-in-touch a {
    text-decoration: none;
}

section.stay-in-touch .links-items {
    flex-basis: 20%;
}

section.stay-in-touch .itemss {
    display: grid;
    grid-template-columns: calc(25% - 3.2rem * 3 / 4) calc(25% - 3.2rem * 3 / 4) calc(25% - 3.2rem * 3 / 4) calc(25% - 3.2rem * 3 / 4) ;
    grid-column-gap: 3.2rem;
    grid-row-gap: 3.2rem;
    justify-content: center;
}




section.stay-in-touch .items {
    display: grid;
    grid-template-columns: calc(25% - 3.2rem * 4 / 4) calc(25% - 3.2rem * 4 / 4) calc(25% - 3.2rem * 4 / 4) calc(25% - 3.2rem * 4 / 4);
    grid-column-gap: 3.2rem;
    grid-row-gap: 3.2rem;
    justify-content: center;
}

section.stay-in-touch .item {
    background: #f2f2f2;
    border-radius: 5px;
    width: 100%;
}

section.stay-in-touch .item:hover {
    background: #ffffff;
    box-shadow: 0px 20px 30px rgba(0, 6, 54, 0.06);
    cursor: pointer;
}

section.stay-in-touch .item .item-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

section.stay-in-touch .item .image {
    width: 91px;
    height: 91px;
    margin-bottom: 16px;
}

section.stay-in-touch .item .link {
    font-size: 14px;
    line-height: 23px;
    text-align:justify;
    color: #00007f;
}
section.stay-in-touch .item .baslik {
    font-size: 20px;
    line-height: 29px;
    text-align:center;
    color: #00007f;
	
}

@media screen and (max-width: 1100px) {
    section.stay-in-touch {
        justify-content: center;
        padding-top: 1rem;
    }
    section.stay-in-touch .content {
        flex-direction: column;
    }
    section.stay-in-touch .links-items {
        margin-top: 1rem;
        flex-basis: 100%;
    }
    section.stay-in-touch .main-description {
        font-size: 14px;
        line-height: 180%;
    }
    section.stay-in-touch .items {
        display: flex;
        width: 100%;
        flex-direction: column;
        flex-wrap: nowrap;
        margin-top: unset;
        grid-row-gap: 2;
		text-align: center;
    }
	    section.stay-in-touch .baslik {
        display: flex;
        width: 100%;
        flex-direction: column;
        flex-wrap: nowrap;
        margin-top: unset;
        grid-row-gap: 2;
		text-align: center;
    }		
	section.stay-in-touch .itemss {
        display: flex;
        width: 100%;
        flex-direction: column;
        flex-wrap: nowrap;
        margin-top: unset;
        grid-row-gap: 2;
		text-align: left;
    }
    section.stay-in-touch .item {
        width: unset;
        margin: 0;
    }
    section.stay-in-touch .item .item-content {
        flex-direction: row-reverse;
        flex-wrap: wrap;
        align-items: center;
        
        padding: 25px 30px;
    }
    section.stay-in-touch .item .item-content .link {
        font-size: 14px;
        line-height: 16px;
    }
    section.stay-in-touch .item .image {
        margin-bottom: unset;
        width: 48px;
        height: 48px;
    }
}

footer {
    margin-top: 6rem;
    display: flex;
    justify-content: center;
    flex: auto;
    position: relative;
    min-height: 0;
}

footer .content {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}

footer .helpful-line,
footer .copyright-line {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

footer .copyright-line {
    margin-top: 0rem;
    margin-bottom: 1rem;
    font-size: 12px;
    line-height: 180%;
    color: #000427;
}

footer .language {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 180%;
    color: #000427;
}

footer .language span {
    margin-left: 8px;
}

@media screen and (max-width: 800px) {
    footer .content {
        max-width: unset;
    }
    footer .copyright-line {
        flex-direction: column;
        text-align: center;
    }
    footer .copyright,
    footer .terms {
        margin-top: 8.6rem;
        font-size: 12px;
		margin-bottom: -8rem;
    }
	footer .helpful-line
	{
        margin-top: .6rem;
		margin-bottom: -8rem;
		width: 100%;
    }
	
}

.social-links {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 20rem;
    margin-top: 2rem;
}

.social-links a:hover svg path:not(.white) {
    fill: #007fff;
}

.social-links .stay-in-touch {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    line-height: 1.9rem;
    color: #B3B4C3;
    white-space: nowrap;
    transform: rotate(-90deg);
    margin-top: 8.5rem;
}

.social-links .stay-in-touch .line {
    width: 6.7rem;
    height: 1px;
    background-color: #B3B4C3;
    margin-left: 1.6rem;
}

section.popup {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
    overflow: auto;
}

section.popup.opened {
    display: flex;
    animation: open 250ms;
}

section.popup.opened .popup-element {
    animation: moveFromUp 200ms;
}

section.popup.closed {
    opacity: 0;
}

section.popup.closed .popup-element {
    animation: moveToUp 250ms;
}

section.popup .popup-element {
    position: absolute;
    top: 2rem;
    max-width: 80rem;
    width: 90%;
    border-radius: 10px;
    background-color: #007fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}

section.popup .popup-element h2 {
    font-size: 3.5rem;
    line-height: 4.1rem;
    color: #ffffff;
    margin-bottom: 0.4rem;
}

section.popup .popup-element h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    color: #ffffff;
}

section.popup .popup-element p {
    font-size: 1.6rem;
    line-height: 2.9rem;
    color: #ffffff;
    opacity: 0.7;
}

section.popup .popup-element .close-btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6rem;
    height: 6rem;
    right: 0;
    top: 0;
    border-radius: 10px;
    cursor: pointer;
}

section.popup .popup-element .close-btn svg {
    width: 1.6rem;
    height: 1.6rem;
}

section.popup .link {
    display: flex;
    align-items: center;
    padding: 3rem 2rem 3rem 4rem;
    background: #FAFAFB;
    border-radius: 5px;
    margin-bottom: 2rem;
    text-decoration: none;
    transition: 0.2s;
}

section.popup .link:last-child {
    margin-bottom: 0;
}

section.popup .link:first-child {
    margin-top: 2.6rem;
}

section.popup .link:hover {
    background: #FFFFFF;
    box-shadow: 0 2rem 3rem rgba(0, 6, 54, 0.06);
}

section.popup .link img.name {
    width: 0.7rem;
    margin-right: 6.5rem;
    flex: auto;
}

section.popup .link .info {
    flex: 1;
}

section.popup .link .address {
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.9rem;
    color: #007fff;
    margin-bottom: 0.6rem;
}

section.popup .link .description {
    font-size: 1.6rem;
    line-height: 2.9rem;
    color: #007fff;
    opacity: 0.7;
}

section.popup .link .arrow {
    flex: none;
    margin-left: 1rem;
}

@media screen and (max-width: 800px),
(max-height: 400px) {
    section.popup .popup-element h2 {
        font-size: 2.9rem;
        line-height: 3.4rem;
        margin-bottom: 1rem;
    }
    section.popup .popup-element p {
        font-size: 1.4rem;
        line-height: 2.5rem;
    }
}

@keyframes open {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes moveFromUp {
    0% {
        transform: translateY(-130%);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes moveToUp {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-130%);
    }
}

section.get-token-popup .popup-element {
    padding: 5rem 6rem;
}

section.get-token-popup .close-btn {
    background: #FAFAFB;
}

section.get-token-popup .close-btn:hover path {
    stroke: #007fff;
}

section.get-token-popup .asset-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 4rem 0 3rem;
}

section.get-token-popup .asset-info .title {
    font-size: 1.6rem;
    line-height: 2.9rem;
    color: #ffffff;
    opacity: 0.7;
}

section.get-token-popup .asset-info .text {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.9rem;
    color: #ffffff;
}

section.get-token-popup .asset-info .asset-key {
    flex: 1;
    padding: 0 0.8rem;
}

section.get-token-popup .asset-info .asset-block {
    position: relative;
    cursor: pointer;
}

section.get-token-popup .asset-info .tooltip {
    position: absolute;
    top: 0;
    left: 11rem;
    padding: 0.6rem 1.5rem;
    border-radius: 5px;
    background: #000427;
    opacity: 0.7;
    color: #ffffff;
    font-size: 1.4rem;
    transition: 0.2s;
}

section.get-token-popup .asset-info .tooltip:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    border: 0.5rem solid transparent;
    border-top-color: #ffffff;
    margin-left: -0.5rem;
}

section.get-token-popup .asset-info .asset-block:not(.copied) .tooltip {
    opacity: 0;
}

section.get-token-popup .link-to-explorer,
section.get-token-popup .link-to-check-eligible {
    font-size: 1.6rem;
    line-height: 2.9rem;
    color: #ffffff;
    opacity: 0.85;
    text-decoration: none;
}

section.get-token-popup .link-to-explorer:hover,
section.get-token-popup .link-to-check-eligible:hover {
    opacity: 1;
    cursor: pointer;
}

section.get-token-popup .link-to-explorer img,
section.get-token-popup .link-to-check-eligible img {
    vertical-align: middle;
}

section.get-token-popup .line {
    margin: 2.5rem 0 4rem;
    width: 100%;
    height: 1px;
    background: #00007f;
    opacity: 0.1;
    border-radius: 5px;
}

@media screen and (max-width: 550px) {
    section.get-token-popup .popup-element {
        padding: 7.5rem 1.6rem 4.3rem;
    }
    section.get-token-popup .popup-element .close-btn {
        width: 3.4rem;
        height: 3.4rem;
        top: 1.2rem;
        right: 1.6rem;
    }
    section.get-token-popup .popup-element .close-btn svg {
        width: 0.9rem;
        height: 0.9rem;
    }
}

@media screen and (max-width: 800px),
(max-height: 400px) {
    section.get-token-popup .asset-info {
        margin: 2rem 0 0;
        flex-wrap: wrap;
    }
    section.get-token-popup .asset-info> div {
        min-width: 50%;
        margin-bottom: 2rem;
    }
    section.get-token-popup .asset-info .asset-block {
        min-width: 100%;
    }
    section.get-token-popup .asset-info .title {
        font-size: 1.4rem;
        line-height: 2.5rem;
        color: #000636;
        opacity: 0.7;
    }
    section.get-token-popup .asset-info .text {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }
    section.get-token-popup img.name {
        display: none;
    }
    section.get-token-popup .link {
        padding-left: 2rem;
    }
}
section.faq {
  position: relative;
  font-family: Roboto;
  padding-top: 5rem;
  margin: 5rem auto 0;
  display: flex; }
  section.faq.hidden {
    display: none; }
  section.faq .description {
    flex: none;
    width: 37rem;
    margin-right: 6rem; }
    section.faq .description h3 {
      font-size: 3.5rem;
      font-weight: 400;
      line-height: 4.1rem;
      margin-bottom: 2.5rem; }
    section.faq .description .text {
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 3.2rem;
      margin-bottom: 1.6rem; }
    section.faq .description .links {
      display: flex; }
    section.faq .description a {
      display: flex;
      align-items: center;
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 2.8rem;
      color: #007fff; }
      section.faq .description a:not(:first-child) {
        margin-left: 3.7rem; }
    section.faq .description svg {
      margin-left: 0.8rem; }
  section.faq .faq-questions {
    flex: 1;
    min-width: 0; }
  section.faq .question-block {
    position: relative;
    width: 100%;
    padding: 3.2rem 0;
    border-bottom: 1px solid rgba(35, 2, 77, 0.1);
    cursor: pointer; }
    section.faq .question-block:first-child {
      padding-top: 0; }
    section.faq .question-block .question {
      display: flex;
      justify-content: space-between;
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: 28px;
      letter-spacing: 0em;
      text-align: left;
      color: #23024D; }
    section.faq .question-block .answer {
      display: none;
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 2.8rem;
      letter-spacing: 0;
      color: #000427;
      margin-top: 1.6rem;
      transform-origin: top;
      cursor: default; }
    section.faq .question-block svg {
      margin-top: 0.6rem;
      margin-left: 0.5rem; }
    section.faq .question-block.opened .answer {
      display: block;
      animation: openQuestion 0.3s; }
    section.faq .question-block.opened svg {
      transform: rotate(180deg); }
  @media screen and (max-width: 1250px) {
    section.faq .description {
      width: 31rem; }
      section.faq .description h3 {
        font-size: 3.2rem; }
      section.faq .description .text {
        font-size: 1.6rem; } }
  @media screen and (max-width: 1070px) {
    section.faq .description {
      width: 27rem; }
      section.faq .description h3 {
        font-size: 2.9rem; }
      section.faq .description .text {
        font-size: 1.4rem; }
      section.faq .description a {
        font-size: 1.4rem; } }
  @media screen and (max-width: 900px) {
    section.faq {
      flex-direction: column;
      margin-top: 0; }
      section.faq .description {
        width: 100%;
        max-width: 60rem;
        margin-bottom: 3.5rem; }
        section.faq .description a {
          font-size: 1.6rem; }
      section.faq .question-block {
        padding: 1.6rem 0; }
        section.faq .question-block .question {
          font-size: 1.6rem;
          line-height: 2.4rem; }
        section.faq .question-block .answer {
          max-width: 60rem;
          font-size: 1.4rem;
          line-height: 2rem; } }

@keyframes openQuestion {
  from {
    transform: scaleY(0); }
  to {
    transform: scaleY(1); } }
section.wallets-and-exchanges {
  position: relative;
  display: grid;
  padding: 1rem 0rem 1.6rem;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  grid-template-areas: 'a b' 'c d';
  grid-column-gap: 3rem;
  grid-row-gap: 8rem;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin: auto; }
  section.wallets-and-exchanges .text.wallets {
    grid-area: a;
    justify-self: flex-end; }
  section.wallets-and-exchanges .icons.wallets {
    grid-area: b; }
  section.wallets-and-exchanges .icons.exchanges {
    grid-area: c; }
  section.wallets-and-exchanges .text.exchanges {
    grid-area: d; }
  section.wallets-and-exchanges .text {
    max-width: 48.6rem;
    font-size: 1.6rem;
    line-height: 2.9rem;
    color: #000427; }
    section.wallets-and-exchanges .text h4 {
      font-size: 3.5rem;
      line-height: 4.1rem;
      margin-bottom: 1.7rem;
      color: #23024D; }
  section.wallets-and-exchanges .medium-link {
    display: flex;
    align-items: center;
    color: #007fff; }
    section.wallets-and-exchanges .medium-link:active {
      color: #007fff; }
  section.wallets-and-exchanges svg {
    margin-left: 0.8rem; }
  section.wallets-and-exchanges .icons {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem; }
    section.wallets-and-exchanges .icons .icon-container {
      display: flex;
      flex-direction: column;
      align-content: center;
      justify-content: center;
      height: 13rem;
      background: #f2f2f2;
      border-radius: 5px;
      cursor: pointer;
      transition: 0.3s; }
      section.wallets-and-exchanges .icons .icon-container:hover {
        transform: scale(1.07); }
    section.wallets-and-exchanges .icons img {
      max-height: 9rem;
      max-width: 90%;
      margin: auto; }
  @media screen and (max-width: 1100px) {
    section.wallets-and-exchanges .icons .icon-container {
      height: 11rem; } }
  @media screen and (max-width: 950px) {
    section.wallets-and-exchanges .text {
      font-size: 1.4rem;
      line-height: 2.5rem; }
      section.wallets-and-exchanges .text h4 {
        font-size: 2.9rem;
        line-height: 3.3rem; }
    section.wallets-and-exchanges .icons .icon-container {
      height: 10rem; } }
  @media screen and (max-width: 800px) {
    section.wallets-and-exchanges {
      grid-template-areas: 'a' 'b' 'd' 'c';
      grid-row-gap: 3.8rem;
      grid-template-columns: 1fr;
      padding: 2.1rem 1.6rem 1.6rem; }
      section.wallets-and-exchanges .icons .icon-container {
        height: 5rem; }
      section.wallets-and-exchanges .text {
        justify-self: flex-start !important;
        max-width: initial; } 
} 
footer.centered-block  {
    margin-top:-15rem;
}
section.divided-rewards {
    position: relative;
    height: 20rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-family: Roboto;
	margin-top:10rem;
    margin-bottom:5rem;
}

section.divided-rewards .spinner {
    margin: 0.9rem 0 1.5rem;
    width: 2.4rem;
    height: 2.4rem;
}

section.divided-rewards .card {
    position: relative;
    display: flex;
    width: 51rem;
    align-items: flex-start;
    padding: 2rem 5.8rem;
    margin-top: -7rem;
    background: #f4f4f4;
    box-shadow: 0 2rem 3rem rgba(0, 6, 54, 0.06);
    border-radius: 0.5rem;
}

section.divided-rewards .card:first-child {
    margin-right: 6rem;
}

section.divided-rewards .card:not(.loading) .spinner {
    display: none;
}

section.divided-rewards .card img {
    width: 8.3rem;
    height: 8.3rem;
    margin: 2.4rem 1.6rem 0 0;
}


section.divided-rewards .card .description {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.2rem;
    letter-spacing: 0;
	text-align:justify;
	color: #00007f;
}

section.divided-rewards .card .description span {
    font-weight: 700;
	text-align:justify;
	color: #00007f;
}

@media screen and (max-width: 1250px) {
    section.divided-rewards .card {
        width: 40rem;
        padding: 4rem 3.8rem;
    }
}

@media screen and (max-width: 900px) {
    section.divided-rewards .card {
        width: 35rem;
    }
    section.divided-rewards .card .amount {
        font-size: 2.6rem;
		color: #00007f;
    }
}

@media screen and (max-width: 800px) {
    section.divided-rewards {
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
        padding: 0 1.6rem;
        max-width: 55rem;
        height: initial;
        margin-top: 10rem;
    }
    section.divided-rewards .card {
        width: 100%;
        max-width: 43rem;
        margin-bottom: 5.8rem;
        margin-top: 0;
        margin-right: 0 !important;
    }
    section.divided-rewards .card img {
        display: none;
    }
    section.divided-rewards .card .amount {
        font-size: 1.3rem;
        font-weight: 700;
        line-height: 3rem;
		color: #00007f;
        
    }
    section.divided-rewards .card .description {
        font-size: 1.3rem;
        line-height: 2.5rem;
		text-align:justify;
		color: #00007f;
    }
    section.divided-rewards .card> div {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
}
section.divided-rewardss {
    position: relative;
    height: 20rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-family: Roboto;
	margin-top:10rem;
 	width:51rem;
}

section.divided-rewardss .spinner {
    margin: 0.9rem 0 1.5rem;
    width: 2.4rem;
    height: 2.4rem;
}

section.divided-rewardss .card {
    position: relative;
    display: flex;
    width: 100%;
    align-items: flex-start;
    padding: 6rem 5.8rem;
    margin-top: -7rem;
    background: #f4f4f4;
    box-shadow: 0 2rem 3rem rgba(0, 6, 54, 0.06);
    border-radius: 0.5rem;
}

section.divided-rewardss .card:first-child {
    margin-right: 6rem;
}

section.divided-rewardss .card:not(.loading) .spinner {
    display: none;
}

section.divided-rewardss .card img {
    width: 8.3rem;
    height: 8.3rem;
    margin: 2.4rem 1.6rem 0 0;
}

section.divided-rewardss .card .amount {
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 4.2rem;
    letter-spacing: 0;
    margin-bottom: 0.6rem;
	color: #00007f;
}

section.divided-rewardss .card .description {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.2rem;
    letter-spacing: 0;
	text-align:justify;
	color: #00007f;
}

section.divided-rewardss .card .description span {
    font-weight: 700;
	text-align:justify;
	color: #00007f;
}

@media screen and (max-width: 1250px) {
    section.divided-rewardss .card {
        width: 40rem;
        padding: 4rem 3.8rem;
    }
}

@media screen and (max-width: 900px) {
    section.divided-rewardss .card {
        width: 35rem;
    }
    section.divided-rewardss .card .amount {
        font-size: 2.6rem;
		color: #00007f;
    }
}

@media screen and (max-width: 800px) {
    section.divided-rewardss {
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
        padding: 0 1.6rem;
        max-width: 55rem;
        height: initial;
    }
    section.divided-rewardss .card {
        width: 100%;
        max-width: 43rem;
        margin-bottom: 0.8rem;
        margin-top: 0;
        margin-right: 0 !important;
    }
    section.divided-rewardss .card img {
        display: none;
    }
    section.divided-rewardss .card .amount {
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 3rem;
		color: #00007f;
    }
    section.divided-rewardss .card .description {
        font-size: 1.4rem;
        line-height: 2.5rem;
		text-align:justify;
		color: #00007f;
    }
    section.divided-rewardss .card> div {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
}

section.divided-airdrop {
    position: relative;
    height: 20rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-family: Roboto;
	margin-top:10rem;
    margin-bottom:5rem;
}

section.divided-airdrop .spinner {
    margin: 0.9rem 0 1.5rem;
    width: 2.4rem;
    height: 2.4rem;
}

section.divided-airdrop .card {
    position: relative;
    display: flex;
    width: 100%;
    align-items: flex-start;
    padding: 6rem 5.8rem;
    margin-top: -7rem;
    background: #f4f4f4;
    box-shadow: 0 2rem 3rem rgba(0, 6, 54, 0.06);
    border-radius: 0.5rem;
}

section.divided-airdrop .card:first-child {
    margin-right: 6rem;
}

section.divided-airdrop .card:not(.loading) .spinner {
    display: none;
}

section.divided-airdrop .card img {
    width: 8.3rem;
    height: 8.3rem;
    margin: 2.4rem 1.6rem 0 0;
}

section.divided-airdrop .card .amount {
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 4.2rem;
    letter-spacing: 0;
    margin-bottom: 0.6rem;
	color: #00007f;
}

section.divided-airdrop .card .description {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.2rem;
    letter-spacing: 0;
	text-align:justify;
	color: #00007f;
}

section.divided-airdrop .card .description span {
    font-weight: 700;
	text-align:justify;
	color: #00007f;
}

@media screen and (max-width: 1250px) {
    section.divided-airdrop .card {
        width: 40rem;
        padding: 4rem 3.8rem;
    }
}

@media screen and (max-width: 900px) {
    section.divided-airdrop .card {
        width: 35rem;
    }
    section.divided-airdrop .card .amount {
        font-size: 2.6rem;
		color: #00007f;
    }
}

@media screen and (max-width: 800px) {
    section.divided-airdrop {
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
        padding: 0 1.6rem;
        max-width: 55rem;
        height: initial;
    }
    section.divided-airdrop .card {
        width: 100%;
        max-width: 43rem;
        margin-bottom: 0.8rem;
        margin-top: 0;
        margin-right: 0 !important;
    }
    section.divided-airdrop .card img {
        display: none;
    }
    section.divided-airdrop .card .amount {
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 3rem;
		color: #00007f;
    }
    section.divided-airdrop .card .description {
        font-size: 1.4rem;
        line-height: 2.5rem;
		text-align:justify;
		color: #00007f;
    }
    section.divided-airdrop .card> div {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
}
