@font-face {
    font-family: 'montserratmedium';
    src: url('../fonts/montserrat-medium-webfont.svg#montserratmedium') format('svg'), url('../fonts/montserrat-medium-webfont.woff2') format('woff2'), url('../fonts/montserrat-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.svg#montserratregular') format('svg'), url('../fonts/montserrat-regular-webfont.woff2') format('woff2'), url('../fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratsemibold';
    src: url('../fonts/montserrat-semibold-webfont.svg#montserratsemibold') format('svg'), url('../fonts/montserrat-semibold-webfont.woff2') format('woff2'), url('../fonts/montserrat-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'montserratmedium';
    font-display: swap;
    overflow: hidden;
    /* background: url("../img/body-bg.svg");*/
}

header {
    overflow: hidden;
    /*max-height: 700px;*/
}

p {
    opacity: .87;
    line-height: 1.8;
    font-family: 'montserratmedium'
}

h1,
h2 {
    font-family: 'montserratregular';
    letter-spacing: .005rem;
    line-height: 1.125
}

header h1,
header h4 {
    width: 100%;
}

.force-small-letter {
    text-transform: lowercase !important;
}

/* Backgrounds */

.gradient-bg-1 {
    color: rgba(255, 255, 255, .87);
    background-image: -ms-radial-gradient(right bottom, ellipse farthest-side, #901545 0%, #01096c 120%);
    background-image: -moz-radial-gradient(right bottom, ellipse farthest-side, #901545 0%, #01096c 120%);
    background-image: -o-radial-gradient(right bottom, ellipse farthest-side, #901545 0%, #01096c 120%);
    background-image: -webkit-radial-gradient(right bottom, ellipse farthest-side, #901545 0%, #01096c 120%);
    background-image: radial-gradient(ellipse farthest-side at right bottom, #901545 0%, #01096c 120%);
}

.gradient-bg-2 {
    color: rgba(255, 255, 255, .87);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#01096c+0,021aee+100 */
    background: #01096c;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #01096c 0%, #021aee 200%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #01096c 0%, #021aee 200%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #01136c 0%, #021aee 200%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01096c', endColorstr='#021aee', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.radius {
    border-radius: 4px;
}

.button {
    font-family: "montserratsemibold";
}

.hollow {
    border-width: 2px !important;
}

section {
    outline: none
}

.gradient-bg-1 h2 {
    color: #fff;
}

/* Text */

.txt-light {
    /* font-weight: 300 !important;*/
    letter-spacing: .0625rem;
    font-family: 'montserratregular';
}

.txt-regular {
    /*font-weight: 400 !important;*/
    font-family: 'montserratmedium';
}

.txt-medium {
    /*font-weight: 600 !important;*/
    font-family: 'montserratsemibold';
}

.ltr-spacing-01 {
    letter-spacing: .1rem !important;
}

.txt-14pt {
    font-size: .875rem;
    letter-spacing: .0625rem;
}

.txt-18pt {
    font-size: 1.125rem;
}

.txt-20pt {
    font-size: 1.25rem;
}

.txt-24pt {
    font-size: 1.5rem;
}

.txt-36pt {
    font-size: 2.125rem
}

.txt-48pt {
    font-size: 3rem;
}

.txt-64pt {
    font-size: 4rem;
}

.txt-blue-a-100 {
    color: #021571;
}

.txt-blue-a-87 {
    color: #233383;
}

.txt-blue-a-54 {
    color: #6a6a91;
}

.txt-blue-a-27 {
    color: #bbc0d9;
}

.txt-blue-b-100 {
    color: #314fcc !important;
}

.txt-blue-b-87 {
    color: #4c66d3;
}

.txt-blue-b-54 {
    color: #90a0e3;
}

.txt-blue-b-27 {
    color: #cad1f2
}

.txt-red-100 {
    color: #ff3f3d
}

.txt-red-87 {
    color: #ff5856
}

.txt-red-54 {
    color: #ff9796
}

.txt-green-100 {
    color: #00b74f;
}

.txt-white-54 {
    color: rgba(255, 255, 255, .54) !important
}

.txt-white-87 {
    color: rgba(255, 255, 255, .87) !important
}

.txt-white-100 {
    color: rgba(255, 255, 255, 1) !important
}

.txt-red-glow-54 {
    text-shadow: 0px 0px 8px rgba(255, 88, 86, .87)
}

.uppercase {
    text-transform: uppercase;
}

.display-block {
    display: block;
}

.no-margin-all {
    margin: 0 !important;
}

.border-red-100 {
    border-color: #ff3f3d
}

.use-cases {
    margin-top: .5rem;
    margin-bottom: 50px;
}

.use-cases .cell>div {
    transition: all .25s ease-in-out;
    display: flex;
    text-align: center;
    font-weight: 600;
    align-items: center;
    padding-right: .5rem;
    border: 2px solid #314fcc;
    color: #314fcc;
    height: 96px;
}

.gradient-bg-1 hr {
    border-color: rgba(255, 255, 255, .27)
}

/*
.use-cases .cell > div:hover{
    transition:all .25s ease-in-out;
    background: #314fcc;
    color: #fff;
}*/

.use-cases .cell span {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 1.125rem;
    letter-spacing: .125rem;
    padding: 0 1rem;
    color: #fff;
    margin-right: .5rem;
    background: #314fcc;
}

.use-cases-hexagon .hex-2 {
    display: inline-block;
    position: relative;
    padding: 86px 32px 32px 32px;
    color: #314fcc;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    background: #ccc url("../img//use-cases/hexagon-bg.svg") no-repeat center bottom;
    min-height: 264px;
    width: 25%;
    color: #314fcc;
}

.hex-2.odd {
    top: 228px;
    left: -128px;
}

.use-cases-hexagon .use-case-icon {
    height: 128px;
    width: 128px;
    left: 50%;
    margin-left: -64px;
    position: absolute;
    top: -40px;
}

/*tray when removing tray top track for crowdsale make padding again 108px*/

.header-content {
    padding-top: 148px;
    z-index: 2;
    position: relative;
}

.logo {
    z-index: 99;
    position: absolute;
    top: 36px;
    transition: .25s;
}

.navigation-wrapper {
    z-index: 10;
    background: rgba(2, 22, 106, .66);
    margin: 0px;
    height: 108px;
    width: 100%;
    display: block;
    position: fixed;
    -webkit-box-shadow: 0px 24px 68px 12px rgba(7, 11, 79, 0.84);
    -moz-box-shadow: 0px 24px 68px 12px rgba(7, 11, 79, 0.84);
    box-shadow: 0px 24px 68px 12px rgba(7, 11, 79, 0.84);
    transition: .25s;
}

.menu .button.hollow {
    border-color: transparent !important;
}

.navigation-wrapper.small {
    height: 76px;
    background: rgba(2, 22, 106, .95);
    transition: .25s;
    box-shadow: 0px 2px 10px 0px rgba(7, 11, 79, 0.54);
}

.navigation-wrapper.small .menu {
    transition: .25s;
    padding-top: 16px;
}

.navigation-wrapper.small .logo {
    transition: .25s;
    top: 18px;
}

.navigation-wrapper.small .mobile-button {
    transition: .25s;
    top: 16px;
}

.navigation-wrapper.small .mobile-menu {
    transition: .25s;
    top: 76px;
}

.tray {
    font-weight: bold;
    background: #ef4444;
    background: -moz-linear-gradient(left, rgba(255, 64, 61, 1) 0%, rgba(239, 68, 68, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 64, 61, 1)), color-stop(100%, rgba(239, 68, 68, 1)));
    background: -webkit-linear-gradient(left, rgba(255, 64, 61, 1) 0%, rgba(239, 68, 68, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 64, 61, 1) 0%, rgba(239, 68, 68, 1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 64, 61, 1) 0%, rgba(239, 68, 68, 1) 100%);
    background: linear-gradient(to right, rgba(255, 64, 61, 1) 0%, rgba(239, 68, 68, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff403d', endColorstr='#ef4444', GradientType=1);
    position: fixed;
    width: 100%;
    z-index: 999;
    padding: 8px 0;
    color: rgba(255, 255, 255, .87);
    letter-spacing: 2px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    transition: all .25s ease-in-out;
}

.tray a:hover {
    color: rgba(255, 255, 255, 1);
    transition: all .25s ease-in-out;
}

.tray a:visited {
    color: rgba(255, 255, 255, .87);
}

.tray+.navigation-wrapper {
    margin: 40px 0;
}

/* Mobile menu */

.mobile-menu {
    transition: .25s;
    padding: 0 1rem;
    /* border-top: 3px solid #ff5856;
    */
    border-bottom: 3px solid #ff5856;
    width: 100%;
    z-index: 3;
    color: #93a2e4;
    background: #101761;
    position: absolute;
    top: 106px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .125rem;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 24px 68px 12px rgba(7, 11, 79, 0.84);
    -moz-box-shadow: 0px 24px 68px 12px rgba(7, 11, 79, 0.84);
    box-shadow: 0px 24px 68px 12px rgba(7, 11, 79, 0.84);
}

.mobile-menu li a {
    line-height: 3;
    padding: 1rem 0rem;
    color: rgba(255, 255, 255, .87) !important;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: .125rem;
    text-transform: uppercase;
    color: #93a2e4;
}

.mobile-button {
    position: absolute;
    right: 1rem;
    top: 30px;
    font-size: 30px;
    color: #fff !important;
}

.menu {
    transition: .25s;
    padding-top: 30px;
}

.menu.align-right>li {
    margin-left: 24px;
}

.menu li a {
    font-size: 13px;
    font-family: 'montserratsemibold';
    letter-spacing: .0625rem;
    text-transform: uppercase;
    /*color: #93a2e4;*/
    padding-bottom: 1rem;
    transition: color .25s ease-in;
}

/*
.menu li a:hover {
    color: #fff;
    transition: color .25s ease-in;
}

.menu li:hover>a {
    transition: color .25s ease-in;
    background: url("../img/triangle-pointer.svg") no-repeat center 32px
}

.menu li a.is-active {
    color: #fff;
    background: url("../img/triangle-pointer.svg") no-repeat center 32px
}
*/

.header-title {
    margin-top: 1.75rem;
    font-size: 2.25rem;
}

.header-title-2 {
    font-weight: 300;
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
    font-size: 2.25rem;
}

.header-subtitle {
    margin-bottom: 1.75rem;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: .0625rem;
    color: #ff3f3d !important
}

.embed-container {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 3px 28px 2px rgba(2, 18, 99, .33);
    position: relative;
    padding-bottom: 30.25%;
    height: 0;
    margin: 0 auto;
    overflow: hidden;
    max-width: 720px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.video-frame {
    display: block;
    margin: 0 auto;
}

.subscribe-upper-text {
    font-size: 1.125rem;
    letter-spacing: .0625rem;
    padding-left: 2px;
    font-weight: 500;
    margin-bottom: 2px;
}

.subscribe-upper-text.icons a {
    position: relative;
    top: 6px;
}

.social-icon {
    color: rgba(255, 255, 255, .92);
    position: relative;
    top: -1px;
    font-size: 30px;
    margin-left: 27px;
    cursor: pointer;
    transition: all .25s ease-in-out;
    text-shadow: 0 2px 16px rgba(2, 18, 99, .27)
}

.social-icon:hover {
    color: #ff5856;
}

.hide-overflow {
    position: relative;
    overflow: hidden;
}

.isometric {
    z-index: 0;
    opacity: .22;
    background: url("../img/iso-bg-1.svg") 0 -24px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}

.title-1 {
    letter-spacing: .05rem;
    font-size: 1.375rem
}

.title-2 {
    letter-spacing: .05rem;
    font-size: 1.5rem
}

img+.title-1 {
    margin-top: .5rem;
}

.section-spacing {
    padding: 100px 0
}

.section-spacing-top {
    padding-top: 50px;
}

.section-spacing-bottom {
    padding-bottom: 50px;
}

.callout-section {
    overflow: hidden;
    position: relative;
    color: rgba(255, 255, 255, .87)
}

.callout-section .cell.triangle:before {
    top: -26px;
    margin-left: -189px;
    content: '';
    background: url("../../assets/img/triangle-ornament-1.svg");
    width: 117px;
    height: 138px;
    position: absolute;
    z-index: 0;
    /*background: #ff3f3d;
    */
    display: block;
}

.callout-section h4 {
    margin: 2rem 0;
}

.cell {
    z-index: 1
}

.feature-section {
    position: relative;
}

.feature-section.margin {
    margin: 6rem 0;
}

.feature-section .grid-x {
    min-height: 436px;
}

.feature-section .isometric {
    background-position: -27px -35px
}

img {
    margin: 0 auto;
}

.image-left-position {
    z-index: 1;
    position: absolute;
    top: -60px;
    left: -206px;
}

.image-right-position {
    z-index: 1;
    position: absolute;
    top: -60px;
    right: -206px;
}

.button.telegram {
    transform: skew(-14deg);
    position: relative;
    top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: #ff3f3d;
    box-shadow: 0 1px 3px 0 rgba(255, 64, 62, .27);
    height: 48px;
    letter-spacing: .0625rem;
    transition: all .25s ease-in-out;
    width: 164px;
    border-radius: 2px;
    right: 8.6667%;
    font-weight: 600;
    text-transform: uppercase;
}

.button.telegram:hover {
    top: -3px;
    transition: all .25s ease-in-out;
    background: #ff5856;
    box-shadow: 0 3px 8px 0 rgba(255, 64, 62, .45);
}

/*
.fa-1-5x{
    font-size: 1.5em;
}
*/

.telegram .fa-telegram-plane {
    transform: skew(14deg);
    font-size: 24px;
    margin: auto 6px;
}

.button.top {
    transform: skew(-14deg);
    position: relative;
    top: -64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: #101761;
    box-shadow: 0 1px 3px 0 rgba(76, 102, 211, .27);
    height: 48px;
    letter-spacing: .0625rem;
    transition: all .25s ease-in-out;
    width: 48px;
    border-radius: 2px;
    right: -48px;
    font-weight: 600;
    text-transform: uppercase;
}

.button.top:hover {
    top: -3px;
    transition: all .25s ease-in-out;
    background: #314fcc;
    box-shadow: 0 3px 8px 0 rgba(76, 102, 211, .45);
}

footer {
    position: relative;
    box-shadow: 0px 24px 68px 12px rgba(7, 11, 79, 0.27) inset;
    padding-top: 2rem;
    background: #011054;
    color: rgba(255, 255, 255, .66);
}

footer h5 {
    margin-bottom: 1rem;
    letter-spacing: .125rem;
    color: rgba(255, 255, 255, .87);
}

footer a {
    color: #fff
}

footer a:hover,
footer .social-icon:hover {
    transition: all .25s ease-in-out;
    /* border-bottom: 1px solid #ff5856;*/
    color: #ff5856 !important;
}

footer .coypright {
    margin-top: 1rem;
    color: rgba(255, 255, 255, .54)
}

footer .social-icon {
    margin: 0 1rem;
}

#telegram-button {
    position: fixed;
    z-index: 10000;
    bottom: 36px;
    right: 110px;
}

.company-logos img.height-36 {
    max-height: 36px
}

.company-logos img.height-48 {
    max-height: 48px
}

.company-logos img.height-64 {
    max-height: 64px
}

.company-logos img.height-78 {
    max-height: 78px
}

.company-logos img.height-96 {
    max-height: 96px
}

.ico-actions {
    position: relative;
    /*left: -36px;*/
    margin: 24px auto;
}

.ico-actions .cell {
    padding-right: 15px;
}

.ico-actions a {
    font-family: "montserratsemibold";
    position: relative;
    display: block;
    height: 100%;
}

.ico-actions img {
    height: 113px;
    position: relative;
    top: 0;
    display: block;
    margin-bottom: 16px;
    transition: .25s all ease-in-out;
}

/*
.ico-actions span {
    position: relative;
    font-weight: 500;
    color: #fff;
    letter-spacing: .0625rem;
    display: inline-block;
}

.ico-actions span:after {
    position: absolute;
    content: '';
    top: 22px;
    width: 0%;
    height: 2px;
    background-color: #ffffff;
    left: 0px;
    transition: .25s all ease-in-out;
}*/

.ico-actions a:hover span:after {
    width: calc(100% - 0px);
}

.ico-actions a:hover img {
    top: -6px;
    transition: .25s all ease-in-out;
}

.ico-info {
    padding-left: 2.5rem;
    padding-top: 8px;
}

.ico-info hr {
    margin-top: 0px;
    margin-bottom: 1rem;
    border: none;
    height: 2px;
    background-color: rgba(255, 255, 255, .14);
    /* Modern Browsers */
}

.ico-info .time-unit {
    position: relative;
    top: -1rem;
}

.ico-info .btn-red {
    background-image: repeating-linear-gradient(-45deg, #ff3f3d, #ff3f3d 25px, #ff5856 25px, #ff5856 50px);
    /*  animation: progress 2s linear infinite;*/
    background-size: 150% 100%;
    position: relative;
    width: 80%;
    margin-left: auto;
    /*    transform: translate3d(0,0,0);*/
}

@-webkit-keyframes progress {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -75px 0px;
    }
}

@-moz-keyframes progress {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -75px 0px;
    }
}

@-ms-keyframes progress {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -75px 0px;
    }
}

@keyframes progress {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -70px 0px;
    }
}

.ico-info h3 {
    line-height: 1.5
}

.ico-info hr {
    width: 80%;
    ;
}

.ico-info .btn-red:hover {
    top: -3px;
    box-shadow: 0 4px 9px 0px rgba(0, 0, 0, .54);
}

.ico-info .amount-raised {
    margin-bottom: 0px
}

.ico-info .progress {
    height: 39px;
    border-radius: 39px;
    overflow: hidden;
    border: 3px solid #02166A;
    background: #02166A;
    margin-bottom: 2px;
}

.ico-info .progress-meter {
    background: linear-gradient(90deg, #314fcc, #ff3f3d);
    background-size: 200% 200%;
    animation: respiro 4s ease infinite;
}

/*
@-webkit-keyframes test {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}*/

@keyframes respiro {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

/* News */

.news-item {
    height: 148px;
    overflow: hidden;
    top: 0px;
    position: relative;
    display: block;
    transition: all .25s ease-in-out;
}

.news-item img {
    min-height: 148px;
    width: 100%;
}

.news-item i {
    position: absolute;
    z-index: 3;
    color: #fff;
    top: 1rem;
    opacity: .87;
    transition: all .25s ease-in-out;
    right: 1rem;
}

.news-item:before {
    opacity: 1;
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
    background: rgba(14, 22, 106, .37) url(../img/assets/asset-arrow-bg.png) no-repeat 20% 0;
    transition: all .25s ease-in-out;
}

.image-overlay {
    overflow: hidden;
    top: 0px;
    position: relative;
    display: block;
}

.image-overlay:before {
    opacity: 1;
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
    background: rgba(14, 22, 106, .37) url(../img/assets/asset-arrow-bg.png) no-repeat 120% 0;
}

.v-vision {
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 15px;
    letter-spacing: 2px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 24px 1px rgba(14, 22, 106, .27);
    box-shadow: 0 2px 24px 1px rgba(255, 64, 62, .27);
    box-shadow: 0 3px 18px 1px rgba(14, 22, 106, .33)
}

.news-item .news-title {
    bottom: 0px;
    margin: 0px;
    position: absolute;
    z-index: 3;
    font-size: .9375rem;
    letter-spacing: .0625rem;
    color: #fff;
    padding: 1rem;
    font-weight: 600;
    text-shadow: 0px -1px 1px rgba(0, 0, 0, .2);
}

.news-item .news-title .news-date {
    display: block;
    position: relative;
}

.news-item .news-title .news-date:before {
    position: absolute;
    width: 18px;
    z-index: 4;
    content: url('../../assets/img/triangle-pointer.svg');
    position: relative;
    margin-left: -17px;
    left: -9px;
    top: 4px;
    transform: rotate(90deg) scale(1.5);
    display: inline-block;
}

.owl-stage {
    /*padding-left: 4px;*/
}

.owl-carousel .item {
    position: relative;
    box-shadow: 0 2px 4px 0px rgba(49, 79, 204, .18);
    /*box-shadow: 0 2px 4px 0 rgba(82,97,115,.2);*/
    background: #fff;
    margin: 16px 0;
    display: block;
    overflow: hidden;
    border-radius: 4px;
    transition: all .25s ease-in-out !important;
}

.owl-carousel .item p {
    font-size: 14px;
    letter-spacing: 0;
    color: #6a6a91;
    padding: .5rem 1rem;
}

.owl-carousel .item h6 {
    font-size: 14px;
    padding: 1rem 1rem .5rem 1rem;
    text-align: left;
}

/*
.owl-carousel .item:hover{
    top: -4px;
    transition: all .25s ease-in-out !important;
}*/

.no-touchevents .owl-carousel .item:hover .news-item {
    top: -4px;
    transition: all .25s ease-in-out;
}

.no-touchevents .owl-carousel .item:hover .news-item:before {
    opacity: 0;
    transition: all .25s ease-in-out;
}

.no-touchevents .owl-carousel .item:hover .news-item i {
    opacity: 1;
    transition: all .25s ease-in-out;
}

/* Small only */

@media screen and (max-width: 39.9375em) {
    .logo img {
        margin-left: 4px;
        height: 28px;
    }
    .menu {
        padding-right: 52px;
    }
    .navigation-wrapper.small .logo {
        transition: .25s;
        top: 22px;
    }
    .company-logos img {
        margin: 2rem .5rem;
        max-width: 80%;
    }
    .txt-20pt {
        padding: 0 1rem;
    }
    .text-right p,
    .text-right,
    .text-left {
        /*text-align: center !important
    */
    }
    .conversation-icons {
        text-align: center;
    }
    .social-icon {
        margin-left: 16px;
    }
    .conversation-icons a {
        line-height: 3.5rem;
        margin-left: none;
    }
    .embed-container {
        padding-bottom: 70.25%;
    }
    /*
    .padding-1rem-for-mobile {
        margin-bottom: 1rem;
    }*/
    .padding-100-for-mobile {
        padding-bottom: 100px;
    }
    .padding-top-200-for-mobile {
        padding-top: 200px;
    }
    .margin-100-for-mobile {
        margin-bottom: 100px;
    }
    .margin-50-for-mobile {
        margin-bottom: 50px;
    }
    .img-mobile-smaller {
        width: 85%;
    }
    .image-left-position {
        left: 0%;
        top: -150px;
    }
    .image-right-position {
        right: 0%;
        top: -120px;
    }
    .remove-padding-for-mobile-only {
        padding: 0px !important;
    }
    .subscribe-padding {
        padding-left: 0rem !important;
    }
    .ico-actions {
        left: 0;
    }
    .ico-info {
        padding-left: 0;
        margin-bottom: 1.5rem;
    }
    .news-item {
        margin: .5rem 1rem;
    }
    .cube-container:before {
        width: 200px !important;
        left: 50% !important;
        margin-left: -100px !important;
    }
    .cube-container:after {
        width: 220px !important;
        left: 50% !important;
        margin-left: -110px !important;
    }
    #features-ico {
        margin: 0 auto !important;
    }
    #how-does-it-work {
        position: relative;
    }
    #how-does-it-work .img-70 {
        margin: 0 auto 1rem auto;
        width: auto !important;
    }
    #how-does-it-work .arrrow.left {
        text-align: left;
        padding-left: 1rem;
    }
    #how-does-it-work .arrrow.right {
        text-align: right;
        padding-right: 1rem;
    }
    #how-does-it-work .value-chain.left {
        z-index: 9;
        display: block;
        position: absolute;
        transform: rotate(90deg);
        /* height: 100%; */
        top: 400px;
        left: -75%;
        margin-left: 12px;
        /*background: red;*/
        background: rgba(2, 18, 99, .07);
        width: 150%;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }
    #how-does-it-work .value-chain.right {
        z-index: 9;
        display: block;
        position: absolute;
        transform: rotate(90deg);
        /* height: 100%; */
        top: 400px;
        right: -75%;
        margin-right: 12px;
        /*background: red;*/
        background: rgba(2, 18, 99, .07);
        width: 150%;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }
    .card3D .back {
        font-size: 14px !important;
    }
    /*Digital assets mobile only*/
    .asset-card.line-bottom:after,
    .asset-card.line-top:after {
        /*  left: -24px !important;
        top: 50% !important;
        height: 3px !important;
        width: 24px !important;*/
    }
    .asset-card.line-bottom:before,
    .asset-card.line-top:before {
        /*left: 0px !important;
        top: 50% !important;
        bottom: 0 !important;
        margin-top: -10px;
    */
    }
    .digital-assets-wrapper .cell:last-child .asset-card.line-bottom:after {
        margin: none !important;
        height: 66px !important;
        bottom: -66px !important;
    }
    .asset-connector-line {
        display: none !important;
    }
    .asset-card.line-bottom::after {
        height: 24px !important;
        width: 3px !important;
        left: 50% !important;
        bottom: -32px !important
    }
    .asset-connector-line {
        width: 19.5% !important;
        left: 2.5% !important
    }
    .assets-vertical-line {
        display: block;
        position: absolute;
        height: 79%;
        width: 3px;
        background: #cfd8ff;
        left: 18px;
        top: 28px;
    }
    /*
    .show-for-small-only .asset-card-connector{
        background: rgba(255,255,255,.1);
        color: rgba(255,255,255,1)
    }*/
    .how-to-asset-wrapper {
        width: 100% !important;
        padding: 1rem;
        text-align: center;
        margin-bottom: 90px !important;
    }
    .how-to-asset-wrapper.first {
        margin-top: 48px;
    }
    .how-to-asset-wrapper.last {
        margin-bottom: 16px !important;
    }
    .how-to-asset-wrapper .large-1 {
        height: 48px;
    }
    .how-to-asset-wrapper img {
        margin-bottom: .5rem;
    }
    .how-to-asset-wrapper .hexagon-96 {
        left: 50%;
        top: -74px;
        margin-left: -48px;
    }
}

/*.triangle-bullet{
    
        list-style-image: url("../../assets/img/triangle-pointer.svg");
    
}*/

.triangle-bullet li {
    list-style-type: none;
    padding-left: 10px;
}

.triangle-bullet li:before {
    content: url("../../assets/img/triangle-pointer.svg");
    position: relative;
    margin-left: -13px;
    left: -13px;
    transform: rotate(90deg);
    display: inline-block;
}

.triangle-bullet.right li:before {
    right: -13px;
}

.image-pop {
    border-radius: 3px;
    margin: 2rem;
    width: 85%;
    box-shadow: 0px 2px 24px 2px rgba(7, 11, 79, 0.84);
}

.blinker {
    -webkit-animation-name: blinker;
    animation-name: blinker;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
    animation-timing-function: cubic-bezier(1, 0, 0, 1);
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    display: inline-block;
    width: 4px;
    position: relative;
    top: 6px;
    left: -6px;
    height: 36px;
    margin-left: 0px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
    background: #ff5856;
}

#hexGrid {
    margin-left: 0px;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    list-style-type: none;
}

.hex {
    margin-bottom: 8px;
    position: relative;
    /*visibility:hidden;*/
    outline: 1px solid transparent;
    /* fix for jagged edges in FF on hover transition */
}

.hex::after {
    content: '';
    display: block;
    padding-bottom: 86.602%;
    /* =  100 / tan(60) * 1.5 */
}

.hexIn {
    position: absolute;
    width: 96%;
    padding-bottom: 110.851%;
    /* =  width / sin(60) */
    margin: 0 2%;
    visibility: hidden;
    outline: 1px solid transparent;
    /* fix for jagged edges in FF on hover transition */
}

.hexIn * {
    position: absolute;
    visibility: visible;
    outline: 1px solid transparent;
    /* fix for jagged edges in FF on hover transition */
}

.hexLink {
    font-size: 18px;
    padding: 64px 24px 32px 24px;
    color: #314fcc;
    background: url("../img//use-cases/hexagon-bg.svg") no-repeat center bottom;
    background-size: contain;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
    height: 100%;
    text-align: center;
    font-weight: 600;
}

/*** HEX CONTENT **********************************************************************/

.hex img {
    left: -100%;
    right: -100%;
    width: auto;
    height: 104px;
    top: -6px;
    margin: 0 auto;
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    -ms-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
}

/*** HOVER EFFECT  **********************************************************************/

.hexLink:hover h1,
.hexLink:focus h1,
.hexLink:hover p,
.hexLink:focus p {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.ico-actions .cell {
    padding-right: 15px;
}

/*** HEXAGON SIZING AND EVEN ROW INDENTATION *****************************************************************/

@media (min-width:1201px) {
    /* <- 5-4  hexagons per row */
    #hexGrid {
        padding-bottom: 4.4%
    }
    .hex {
        width: 20%;
        /* = 100 / 5 */
    }
    .hex:nth-child(9n+6) {
        /* first hexagon of even rows */
        margin-left: 10%;
        /* = width of .hex / 2  to indent even rows */
    }
}

@media (max-width: 1200px) and (min-width:901px) {
    /* <- 4-3  hexagons per row */
    #hexGrid {
        padding-bottom: 5.5%
    }
    .hex {
        width: 25%;
        /* = 100 / 4 */
    }
    .hex:nth-child(7n+5) {
        /* first hexagon of even rows */
        margin-left: 12.5%;
        /* = width of .hex / 2  to indent even rows */
    }
}

@media (max-width: 900px) and (min-width:601px) {
    /* <- 3-2  hexagons per row */
    #hexGrid {
        padding-bottom: 7.4%
    }
    .hex {
        width: 33.333%;
        /* = 100 / 3 */
    }
    .hex:nth-child(5n+4) {
        /* first hexagon of even rows */
        margin-left: 16.666%;
        /* = width of .hex / 2  to indent even rows */
    }
}

@media (max-width: 600px) {
    /* <- 2-1  hexagons per row */
    #hexGrid {
        padding-bottom: 11.2%
    }
    .hex {
        width: 50%;
        /* = 100 / 3 */
    }
    .hex:nth-child(3n+3) {
        /* first hexagon of even rows */
        margin-left: 25%;
        /* = width of .hex / 2  to indent even rows */
    }
}

@media (max-width: 400px) {
    #hexGrid {
        font-size: 13px;
    }
}

/* Cookie */

.cc-window {
    opacity: .92;
    transition: opacity 1s ease
}

.cc-window.cc-invisible {
    opacity: 0
}

.cc-animate.cc-revoke {
    transition: transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
    transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
    transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
    transform: translateY(0)
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s
}

.cc-link,
.cc-revoke:hover {
    text-decoration: underline
}

.cc-revoke,
.cc-window {
    position: fixed;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999
}

.cc-window.cc-static {
    position: static
}

/*
.cc-compliance {
    position: absolute;
    right: -110px;
    background: black;
    height: 48px;
    top: 0;
    line-height: 12px;
}*/

.cc-deny {
    opacity: .66;
    font-family: "montserratregular";
    text-decoration: underline;
}

.cc-dismiss {
    height: 30px;
    line-height: 28px;
    letter-spacing: .1rem;
    text-transform: uppercase;
}

.cc-window.cc-floating {
    padding: .75rem;
    -ms-flex-direction: column;
    flex-direction: column
}

.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row
}

.cc-revoke {
    padding: .5em
}

.cc-header {
    font-size: 18px;
    font-weight: 700
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
    cursor: pointer
}

.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em
}

.cc-link:hover {
    opacity: 1
}

.cc-link:active,
.cc-link:visited {
    color: initial
}

.cc-btn {
    /*position: absolute;*/
    display: block;
    /* padding: .4em .8em; */
    /* font-size: .9em; */
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
    /* border-radius: 50%; */
    /*height: 44px;*/
    width: auto;
    top: 0;
    /*right: -44px;*/
    /*line-height: 40px;*/
}

.cc-revoke.cc-bottom.cc-animate {
    display: block !important;
}

.cc-banner .cc-btn:last-child {
    min-width: 100px;
    border-radius: 3px;
    padding: auto 16px;
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline
}

.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: .75
}

.cc-close:focus,
.cc-close:hover {
    opacity: 1
}

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset
}

.cc-top {
    top: 1em
}

.cc-left {
    /* left: 1em*/
}

.cc-right {
    /*  right: 1em*/
}

.cc-bottom {
    bottom: 0
}

.cc-floating>.cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 0em
}

/*
.cc-window.cc-floating .cc-compliance {
    -ms-flex: 1;
    flex: 1
}*/

.cc-window.cc-banner {
    -ms-flex-align: center;
    align-items: center
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.cc-banner .cc-message {
    /*-ms-flex: 1;
    flex: 1*/
}

.cc-compliance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.cc-compliance>.cc-btn {
    /*-ms-flex: 1;
    flex: 1*/
}

.cc-btn+.cc-btn {
    margin-left: .5em
}

@media print {
    .cc-revoke,
    .cc-window {
        display: none
    }
}

@media screen and (max-width:900px) {
    .cc-btn {
        white-space: normal
    }
}

@media screen and (max-width:414px) {
    .cc-btn {
        right: 0px;
        height: 62px;
        line-height: 61px;
    }
}

@media screen and (max-width:414px) and (orientation:portrait),
screen and (max-width:736px) and (orientation:landscape) {
    .cc-window.cc-top {
        top: 0
    }
    .cc-window.cc-bottom {
        bottom: 0
    }
    .cc-window.cc-banner,
    .cc-window.cc-left,
    .cc-window.cc-right {
        left: 0;
        right: 0
    }
    .cc-window.cc-banner {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .cc-window.cc-banner .cc-compliance {
        -ms-flex: 1;
        flex: 1
    }
    .cc-window.cc-floating {
        max-width: none
    }
    .cc-window .cc-message {
        padding-right: 2.5rem;
    }
    .cc-window.cc-banner {
        -ms-flex-align: unset;
        align-items: unset
    }
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -ms-flex: none;
    flex: none
}

.cc-theme-classic .cc-btn {
    border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block
}

.cc-theme-edgeless.cc-window {
    padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
    margin-left: 0
}

/* Medium and up */

@media screen and (min-width: 40em) {
    .company-logos img {
        margin: 3rem auto;
    }
    .ico-actions .cell {
        height: 177px !important;
    }
}

/* Medium only */

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .img-mobile-smaller {
        width: 85%;
    }
    .image-right-position {
        right: -286px;
    }
}

/* Large and up */

@media screen and (min-width: 64em) {}

/* Large only */

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .img-mobile-smaller {
        width: 80%;
    }
}

/* small */

@media screen and (max-width: 39.9375em) {
    .txt-20pt {
        font-size: 1.125rem !important;
    }
    .hide-for-small-only {
        display: none !important;
    }
    .hex img {
        top: -8px;
        height: 82px;
    }
    .hexLink {
        font-weight: 700;
        font-size: 14px;
    }
    .whitelist-text {
        top: -16px !important;
    }
    #how-does-it-work .arrrow {
        line-height: 1.75 !important;
        font-size: 11px !important;
    }
    #how-does-it-work .arrrow span {
        line-height: 1.25 !important;
    }
    .vertical-text {
        transform: rotate(-90deg);
        /* Firefox */
        -moz-transform: rotate(-90deg);
        /* IE */
        -ms-transform: rotate(-90deg);
        /* Opera */
        -o-transform: rotate(-90deg);
    }
}

@media screen and (max-width: 0em),
screen and (min-width: 40em) {
    .show-for-small-only {
        display: none !important;
    }
}

@media print,
screen and (min-width: 40em) {
    .subscribe-upper-text {
        margin-bottom: 1.5rem !important;
    }
    .hide-for-medium {
        display: none !important;
    }
}

@media screen and (max-width: 39.9375em) {
    .show-for-medium {
        display: none !important;
    }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .hide-for-medium-only {
        display: none !important;
    }
    #home .btn-phantom span {
        font-size: 10px;
    }
}

@media screen and (max-width: 39.9375em),
screen and (min-width: 64em) {
    .show-for-medium-only {
        display: none !important;
    }
}

@media print,
screen and (min-width: 64em) {
    .hide-for-large {
        display: none !important;
    }
}

@media screen and (max-width: 63.9375em) {
    .show-for-large {
        display: none !important;
    }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .hide-for-large-only {
        display: none !important;
    }
}

@media screen and (max-width: 63.9375em),
screen and (min-width: 75em) {
    .show-for-large-only {
        display: none !important;
    }
}

/* Form */

.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.4;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#mc_embed_signup_scroll {
    position: relative;
}

/* Buttons */

.button.border:not(.hollow) {
    border: 2px solid rgba(255, 255, 255, .27)
}

nav .button {
    height: 46px !important;
    line-height: 24px !important;
    top: -2px;
    position: relative;
}

.button.hollow.white {
    border: 1px solid rgba(255, 255, 255, .84);
    color: rgba(255, 255, 255, .75);
    transition: all .25s ease-in-out;
}

.button.hollow.white:hover {
    background: rgba(255, 255, 255, 1);
    color: #021571;
    transition: all .25s ease-in-out;
}

.subscribe-input-2 {
    outline: 0;
    border: 0;
    top: 0px;
    font-weight: 500;
    position: relative;
    line-height: 32px;
    padding-top: 6px;
    padding-left: 58px;
    color: #314fcc;
    font-weight: 600;
    font-size: 18px;
    height: 48px;
    border: 2px solid rgba(255, 255, 255, 0);
    background: rgba(255, 255, 255, 1) !important;
    box-shadow: 0 2px 8px 1px rgba(0, 0, 0, .54);
    background: rgba(0, 0, 0, .1);
    transition: .3s all ease-in-out;
}

.subscribe-input-2::-webkit-input-placeholder {
    /* Chrome */
    color: #90a0e3;
}

.subscribe-input-2:hover {
    outline: 0;
    border: 0;
    transition: .3s all ease-in-out;
}

.subscribe-input-2:focus {
    outline: 0;
    border: 0;
    box-shadow: 0 2px 14px 2px rgba(2, 22, 106, .87);
}

#mc_embed_signup_scroll .icon-mail_outline {
    position: absolute;
    z-index: 2;
    font-size: 30px;
    top: 9px;
    left: 16px;
    color: #90a0e3;
    transition: all .3 ease-in-out;
}

.subscribe-padding {
    padding-left: 1.5rem;
}

.subscribe-btn {
    border: 2px solid rgba(255, 255, 255, .14);
    background: #314fcc;
    color: #fff;
    top: 0px;
    font-weight: 600;
    position: relative;
    width: 100%;
    height: 48px;
    padding: 16px 8px;
    border-radius: 4px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0px -1px 1px rgba(255, 255, 255, .2);
    box-shadow: 0 2px 8px 1px rgba(0, 0, 0, .54);
    transition: all .25s ease-in-out;
}

.btn-red {
    font-family: "montserratsemibold";
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    border: 2px solid rgba(255, 255, 255, .27);
    background: #ff3f3d;
    color: #fff;
    top: 0px;
    position: relative;
    height: 48px;
    padding: 16px;
    border-radius: 4px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0px -1px 1px rgba(255, 255, 255, .2);
    box-shadow: 0 2px 8px 1px rgba(0, 0, 0, .54);
    transition: all .25s ease-in-out;
}

.btn-red:hover {
    background: #ff5856;
}

.sbuscribe-padding {
    margin-left: 1.5rem;
}

#mc_embed_signup small {
    margin-bottom: 6px;
    /* margin-left: 8px;*/
    /* padding-bottom: 8px; */
    display: inline-block;
    color: rgba(255, 255, 255, .54);
    letter-spacing: .0625rem;
}

.subscribe-btn:hover {
    background: #4c66d3;
}

.modal,
.modal-box {
    z-index: 900;
}

.modal-sandbox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
}

.modal {
    overflow: hidden;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(2, 21, 113, .8);
    overflow: auto;
}

.modal-box {
    position: relative;
    width: 80%;
    max-width: 920px;
    margin: 100px auto;
    animation-name: modalbox;
    animation-duration: .75s;
    animation-timing-function: ease-in-out;
}

.modal-header {
    color: #ffffff;
}

.modal-body {
    padding-bottom: 44.25%;
}

/* Close Button */

.close-modal {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, .54);
    padding: 6px 74px;
    text-align: right;
    cursor: pointer;
    transition: all .25s ease-in-out;
}

.close-modal:hover {
    color: rgba(255, 255, 255, 1);
}

/* Team & Advisors*/

.underline {
    position: relative;
    font-weight: 500;
    color: #fff;
    letter-spacing: .0625rem;
    display: inline-block;
}

.underline:after {
    position: absolute;
    content: '';
    top: 22px;
    width: 0%;
    height: 2px;
    background-color: #ffffff;
    left: 0px;
    transition: .25s all ease-in-out;
}

.underline:hover:after {
    width: calc(100% - 0px);
}

.team-section a:hover .underline:after {
    width: calc(100% - 0px);
}

.team-section {
    letter-spacing: .03215rem;
}

.team-section h2 {
    margin: 2rem auto;
}

.team-section a {
    color: rgba(255, 255, 255, .87);
}

.team-section img {
    display: block;
    margin: 1rem auto;
}

.team-section .grid-x {
    padding-bottom: 3.5rem;
}

.team-section .icon {
    font-size: 20px;
    color: #fff;
    margin-right: .25rem;
    position: relative;
    top: 2px;
    transition: all .25s ease-in-out;
}

.team-section .link:hover {
    color: #ff5856;
    transition: all .25s ease-in-out;
}

.cube-stack {
    width: 100%;
    position: relative;
    height: 286px;
}

.cube-stack .iso-discount-cube {
    position: absolute;
    margin: 0 auto;
    left: 50%;
    margin-left: -46px;
    z-index: 4;
    bottom: 159px;
    transition: all .25s ease-in-out;
}

.cube-stack .iso-discount-cube:nth-child(1) {
    bottom: 0px;
    z-index: 1;
}

.cube-stack .iso-discount-cube:nth-child(2) {
    bottom: 53px;
    z-index: 2;
}

.cube-stack .iso-discount-cube:nth-child(3) {
    bottom: 106px;
    z-index: 3;
}

.cube-stack .iso-discount-cube:nth-child(4) {
    z-index: 4;
}

.cube-stack:hover .iso-discount-cube:nth-child(1) {
    bottom: -8px;
    transition: all .25s ease-in-out;
}

.cube-stack:hover .iso-discount-cube:nth-child(2) {
    bottom: 61px;
    transition: all .25s ease-in-out;
}

.cube-stack:hover .iso-discount-cube:nth-child(3) {
    bottom: 130px;
    transition: all .25s ease-in-out;
}

.cube-stack:hover .iso-discount-cube:nth-child(4) {
    bottom: 197px;
    transition: all .25s ease-in-out;
}

/*
.iso-discount-cube:nth-child(1){
    transform: translate3d(0,57px,3px);
    z-index: 2;
}

.iso-discount-cube:nth-child(2){
    transform: translate3d(0,114px,3px);
    z-index: 3;
}*/

/* Animations */

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }
    to {
        opacity: 0.0;
    }
}

@keyframes blinker {
    from {
        opacity: 1.0;
    }
    to {
        opacity: 0.0;
    }
}

@keyframes blinker {
    from {
        opacity: 1.0;
    }
    to {
        opacity: 0.0;
    }
}

@-webkit-keyframes modalbox {
    0% {
        top: 0px;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}

@keyframes modalbox {
    0% {
        top: 0px;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}

/* Timeline */

.hexa {
    border: 0px;
    float: left;
    text-align: center;
    height: 35px;
    width: 60px;
    font-size: 22px;
    background: #f0f0f0;
    color: #3c3c3c;
    position: relative;
    margin-top: 15px;
}

.hexa:before {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 15px solid #f0f0f0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    top: -15px;
}

.hexa:after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 15px solid #f0f0f0;
    bottom: -15px;
}

.timeline {
    position: relative;
    padding: 0;
    width: 100%;
    margin-top: 20px;
    list-style-type: none;
}

.timeline:before {
    position: absolute;
    left: 50%;
    top: 0;
    content: ' ';
    display: block;
    width: 3px;
    height: 100%;
    margin-left: -1.5px;
    background: rgb(213, 213, 213);
    background: linear-gradient(to bottom, rgba(2, 23, 25, 0) 0%, rgb(255, 63, 61) 8%, rgb(255, 63, 61) 92%, rgba(2, 23, 25, 0) 100%);
    z-index: 5;
}

.timeline li {
    padding: 2em 0;
}

.timeline .hexa {
    width: 32px;
    height: 20px;
    position: absolute;
    background: #ff5856;
    ;
    z-index: 5;
    left: -10px;
    right: 0;
    margin-left: -8px;
    margin-right: auto;
    top: -30px;
    margin-top: 0;
}

.timeline .hexa:before {
    border-bottom: 8px solid #ff5856;
    border-left-width: 16px;
    border-right-width: 16px;
    top: -8px;
}

.timeline .hexa:after {
    border-left-width: 16px;
    border-right-width: 16px;
    border-top: 8px solid #ff5856;
    ;
    bottom: -8px;
}

.direction-l,
.direction-r {
    float: none;
    width: 100%;
    text-align: center;
}

.flag-wrapper {
    text-align: center;
    position: relative;
}

.flag {
    position: relative;
    display: inline;
    top: -6px;
    font-weight: 600;
    z-index: 15;
    padding: 6px 24px;
    border-radius: 5px;
}

.direction-l .flag:after,
.direction-r .flag:after {
    content: "";
    position: absolute;
    top: -15px;
    margin-left: -16px;
}

/*
.direction-l .flag {
    left: 12px;
}*/

.time-wrapper {
    display: block;
    position: relative;
    margin: 4px 0 0 0;
    z-index: 14;
    line-height: 1em;
    vertical-align: middle;
    color: #fff;
}

.direction-l .time-wrapper {
    float: none;
}

.direction-r .time-wrapper {
    float: none;
}

.timeline-date {
    display: block;
}

.desc {
    position: relative;
    margin: 1em 0 0 0;
    padding: 1em;
    background: rgb(254, 254, 254);
    z-index: 15;
}

.direction-l .desc,
.direction-r .desc {
    position: relative;
    margin: 1em 1em 0 1em;
    padding: 1em;
    z-index: 15;
}

.direction-l .flag {
    text-align: right;
}

.direction-r .flag {
    text-align: left;
}

@media screen and (max-width: 39.9375em) {
    .timeline {
        margin-top: 20px;
    }
    .timeline::before {
        left: 7px;
    }
    .timeline li {
        padding: 0px;
        display: block;
    }
    .timeline .flag {
        display: block;
        position: relative;
        margin-left: 16px;
        padding-left: 36px;
        line-height: 1.3;
        padding-top: 20px;
    }
    .timeline .hexa {
        left: 0px;
        top: 24px;
    }
    .direction-l .flag:after,
    .direction-r .flag:after {
        top: 50%;
        margin-top: 5px;
        background: #ff5856;
        height: 3px;
        border: none;
        left: 12px;
        width: 32px;
    }
    .direction-l .flag {
        text-align: left !important;
    }
}

@media screen and (min-width: 40em) {
    .timeline {
        width: 10%0;
        margin: 0 auto;
        margin-top: 20px;
    }
    .timeline li:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
    .timeline .hexa {
        left: -32px;
        right: auto;
        top: 8px;
    }
    .timeline .direction-l .hexa {
        left: auto;
        right: -39px;
    }
    .direction-l {
        position: relative;
        width: 47%;
        float: left;
        text-align: right;
    }
    .direction-r {
        position: relative;
        width: 47%;
        float: right;
        text-align: left;
    }
    .flag-wrapper {
        display: inline-block;
    }
    .flag {
        display: inline-block;
    }
    .direction-l .flag:after {
        top: 50%;
        margin-top: -8px;
        background: #ff5856;
        height: 3px;
        border: none;
        right: -14px;
        width: 32px;
    }
    .direction-r .flag:after {
        top: 50%;
        margin-top: -8px;
        background: #ff5856;
        height: 3px;
        border: none;
        left: 0px;
        width: 32px;
    }
    .time-wrapper {
        display: inline;
        vertical-align: middle;
        margin: 0;
    }
    /*
  .direction-l .time-wrapper {
    float: left;
  }

  .direction-r .time-wrapper {
    float: right;
  }*/
    .timeline-date {
        /*padding: 5px 10px;*/
    }
    .direction-r .desc {
        margin: 1em 0 0 0.75em;
    }
    .timeline {
        width: 800px;
        margin: 0 auto;
        margin-top: 20px;
    }
    .direction-l {
        position: relative;
        float: left;
        text-align: right;
    }
    .direction-r {
        position: relative;
        float: right;
        text-align: left;
    }
}

.whitelist-text {
    position: relative;
    /*top: 120px;*/
    padding: 1.5rem 0;
    border-top: 2px solid rgba(255, 255, 255, .27);
    border-bottom: 2px solid rgba(255, 255, 255, .27)
}

.whitelist-text.background {
    border: none;
    border-radius: 0px;
    top: 0;
    border-left: 2px solid rgba(255, 255, 255, .07);
    position: relative;
    min-height: 268px;
    /*background: rgba(14, 22, 106, .01) url(../img/assets/asset-arrow-bg.png) no-repeat 20% 0;
*/
}

.container3D {
    width: 100%;
    height: 264px;
    position: relative;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;
}

.card3D {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -o-transition: -o-transform 1s;
    transition: transform 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.card3D.flipped {
    -webkit-transform: rotateY( 180deg);
    -moz-transform: rotateY( 180deg);
    -o-transform: rotateY( 180deg);
    transform: rotateY( 180deg);
}

.card3D .surface {
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    font-weight: bold;
    position: absolute;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.card3D .front {
    opacity: 1;
    transition: all 1s ease-in-out;
}

.card3D.flipped .front {
    opacity: 0;
    transition: all 1s ease-in-out;
}

.card3D .back {
    padding: 0 1rem;
    font-weight: 400;
    font-size: 15px;
    opacity: 0;
    transition: all 1s ease-in-out;
    -webkit-transform: rotateY( 180deg);
    -moz-transform: rotateY( 180deg);
    -o-transform: rotateY( 180deg);
    transform: rotateY( 180deg);
}

.card3D.flipped .back {
    opacity: 1;
    transition: all 1s ease-in-out;
}

button.button.toggle3D {
    outline: none;
    padding: 0;
    /* border: 2px solid #ef4444; */
    background: none;
    color: #ef4444;
    top: -24px;
    position: relative;
    z-index: 5;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .15rem;
    font-size: 15px;
    margin-top: 1rem;
    margin-bottom: 0;
    /**/
}

.button.toggle3D.underline:after {
    top: 20px;
    background: #ef4444;
}

.button.toggle3D.underline:hover:after {
    width: calc(100% - 0px);
}

.team-section hr {
    border: 1px solid rgba(255, 255, 255, .14);
    margin: 0 auto 1rem auto;
    width: 57%;
}

/* digital assets product*/

.cube-container {
    position: relative;
    height: 300px;
    width: 100%;
    z-index: 2;
}

.cube-container:before {
    content: '';
    z-index: 3;
    display: block;
    position: absolute;
    top: 24px;
    height: 100%;
    width: 97%;
    margin: 0px 3px;
    background: url("../img/cube-shadow-01.svg") no-repeat;
    background-image: cover;
    background-size: contain;
    transition: all .25s ease-in-out;
}

.digital-asset-cube {
    position: relative;
    z-index: 2;
    top: 24px;
    transition: all .25s ease-in-out;
}

.cube-container:after {
    content: '';
    filter: blur(3px);
    z-index: 1;
    display: block;
    position: absolute;
    height: 200px;
    bottom: -90px;
    left: 0;
    width: 97%;
    margin: 0px 3px;
    background: url("../img/cube-dropshadow-01.svg") no-repeat;
    background-image: cover;
    background-size: contain;
    transition: all .25s ease-in-out;
}

.blue svg polygon {
    fill: #00a0ff;
}

.green svg polygon {
    fill: #00a04f;
}

.pink svg polygon {
    fill: #ff46c9;
}

.purple svg polygon {
    fill: #cf2eff;
}

.yellow svg polygon {
    fill: #ffac00;
}

.blue .title-1,
.blue p {
    color: #00a0ff;
}

.green .title-1,
.green p {
    color: #00a04f;
}

.pink .title-1,
.pink p {
    color: #ff46c9;
}

.purple .title-1,
.purple p {
    color: #cf2eff;
}

.yellow .title-1,
.yellow p {
    color: #ffac00;
}

.digital-assets-wrapper {
    /* margin: 0; */
    padding: 24px 0 14px 0;
    border-top: 2px solid rgba(2, 18, 99, .04);
    border-bottom: 2px solid rgba(2, 18, 99, .04);
    margin: 1rem auto;
}

.digital-assets-wrapper h3 {
    height: 60px;
}

.digital-assets-wrapper p {
    font-weight: 600;
    opacity: .54;
    transition: all .25s ease-in-out;
}

.digital-assets-wrapper .cell:hover .digital-asset-cube {
    top: 4px;
}

.digital-assets-wrapper .cell:hover .cube-container:before {
    top: 4px;
}

.digital-assets-wrapper .cell:hover .cube-container:after {
    transition: all .25s ease-in-out;
    bottom: -110px;
    width: 80%;
    left: 10%;
    opacity: .54;
}

.digital-assets-wrapper .cell:hover p {
    opacity: 1;
    transition: all .25s ease-in-out;
}

table.zebra tbody {
    background: transparent;
    border: none;
}

table.zebra tr {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid rgba(2, 21, 113, .04);
}

table.zebra tr i.fas {
    margin-bottom: 12px;
}

table.zebra tr:nth-child(even) {
    background: rgba(2, 21, 113, .02) !important;
}

table.zebra tr td {
    width: 50%;
    padding: 1rem
}

table.zebra tr td:first-child {
    border-right: 1px dashed rgba(2, 21, 113, .04)
}

.zebra li {
    padding: 1rem 1.25rem;
    border-bottom: 2px solid #e0e3ee;
}

.zebra li:nth-child(2n+1) {
    background: rgba(2, 21, 113, .02);
}

.zebra li:last-child {
    border: none;
}

.zebra li:first-child {
    border-top: 2px solid #e0e3ee;
}

#how-does-it-work .img-70 {
    margin: 0 auto 1rem auto;
    width: 70%;
}

#how-does-it-work .arrrow {
    margin-bottom: 1rem;
    display: block;
    position: relative;
    background: #90a0e3;
    padding: .35rem 0;
    color: rgba(255, 255, 255, .87);
    font-size: 13px;
    font-weight: 600;
    height: 32px;
    ;
}

#how-does-it-work .arrrow.left:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 0px;
    border-style: solid;
    border-width: 16px 22px 16px 0;
    ;
    border-color: transparent #90a0e3 transparent transparent;
    left: -22px;
}

#how-does-it-work .arrrow.right:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 0px;
    border-style: solid;
    border-width: 16px 0 16px 22px;
    border-color: transparent transparent transparent #90a0e3;
    right: -22px;
}

#how-does-it-work .arrrow span {
    border-radius: 4px;
    position: absolute;
    display: inline-block;
    height: 100%;
    background: rgba(255, 255, 255, .87);
    color: #90a0e3;
    top: 0px;
    padding: .35rem .5rem;
    line-height: 1;
    border: 3px solid #90a0e3;
}

#how-does-it-work .arrrow.left span {
    right: 0px;
}

#how-does-it-work .arrrow.right span {
    left: 0px;
}

#how-does-it-work .vertical-center {
    padding-top: 70px;
    display: inline-block;
}

#features-ico {
    margin-top: 100px;
    margin-bottom: 100px;
}

/* Benefits ICO */

.benefits-ico .bordered {
    border: 3px solid #314fcc;
    padding: 3rem 1rem 1rem;
    color: #314fcc;
    min-height: 252px;
    position: relative;
    margin-top: 4rem;
}

.benefits-ico .image-top-offset {
    position: absolute;
    top: -60px;
    left: 50%;
    margin-left: -50px;
}

.crowdsale .cell {}

table.transparent,
table.transparent tbody {
    background: transparent;
    border: none;
}

table.transparent tr {
    border-top: 2px solid rgba(255, 255, 255, .14);
}

table.transparent tr:last-child {
    border-bottom: 2px solid rgba(255, 255, 255, .14);
}

table.transparent td {
    background: transparent;
}

table.transparent tbody tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.24)
}

table.transparent tbody td {
    color: rgba(255, 255, 255, 1);
}

table.transparent tbody td+td {
    color: rgba(255, 255, 255, .75);
    text-align: left !important;
}

.txt-underline {
    display: inline-block;
    border-bottom: 2px solid rgba(255, 255, 255, .87);
}

.img-85 {
    margin: 0 2rem;
    width: 85%;
}

.why-list li {
    margin-bottom: 1rem;
    border-bottom: 2px solid rgba(2, 18, 99, .04);
}

.why-list li:last-child {
    border: none;
}

.why-list h3 {
    margin-bottom: 0px;
}

.asset-card {
    position: relative;
    border-radius: 8px;
    padding: 1rem;
    background: #fff;
    background: linear-gradient(to bottom, #ffffff 0%, #e6eaf9 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    min-height: 228px;
    box-shadow: 0 2px 14px 0px rgba(49, 79, 204, .87);
    color: #6a6a91;
    margin: 0 0 1.875rem 0;
    letter-spacing: .025rem
}

.asset-card:before {
    z-index: 2;
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    width: 23px;
    height: 25px;
    background: url("../img/assets/asset-small-icon.png") 0 0 no-repeat;
}

.asset-card.line-bottom:before {
    bottom: -12px;
}

.asset-card.line-top:before {
    top: -12px;
}

.asset-card.content:before {
    background-position-y: -25px;
}

.asset-card.prof-assets:before {
    background-position-y: -50px;
}

.asset-card.ui-design:before {
    background-position-y: -75px;
}

.asset-card.application:before {
    background-position-y: -100px;
}

.asset-card.line-bottom::after {
    content: '';
    left: 50%;
    bottom: -88px;
    margin-left: -1.5px;
    position: absolute;
    height: 88px;
    width: 3px;
    background: #fff;
}

.asset-card.line-top:after {
    content: '';
    left: 50%;
    top: -58px;
    margin-left: -1.5px;
    position: absolute;
    height: 58px;
    width: 3px;
    background: #fff;
}

.asset-connector-wrapper {
    position: relative;
    margin: 4px 0;
}

.asset-card-connector {
    /*color:#5871d9;*/
    line-height: 42px;
    border: 3px solid #fff;
    background: #271c62;
    margin: 0 auto 48px auto;
    display: inline-block;
    height: 48px;
    padding: 0 2rem;
    position: relative;
    z-index: 3;
    border-radius: 20px;
    letter-spacing: .125rem;
    animation: asset-color-change 12s infinite;
}

@keyframes asset-color-change {
    0% {
        color: #5fcdfd;
        text-shadow: 0px 0px 8px rgba(95, 205, 253, .87)
    }
    20% {
        color: #62da9e;
        text-shadow: 0px 0px 8px rgba(98, 218, 158, .87)
    }
    40% {
        color: #ff8edd;
        text-shadow: 0px 0px 8px rgba(255, 142, 221, .87)
    }
    60% {
        color: #d479ef;
        text-shadow: 0px 0px 8px rgba(212, 121, 239, .87)
    }
    80% {
        color: #fcc187;
        text-shadow: 0px 0px 8px rgba(252, 193, 135, .87)
    }
    100% {
        color: #5fcdfd;
        text-shadow: 0px 0px 8px rgba(95, 205, 253, .87)
    }
}

.asset-card-connector:after {
    content: '';
    left: 50%;
    bottom: -58px;
    margin-left: -1.5px;
    position: absolute;
    height: 58px;
    width: 3px;
    background: #fff;
}

.asset-card-connector.version-2:after {
    height: 48px;
    bottom: -50px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 109, 131, 1) 100%);
}

.asset-connector-line {
    content: '';
    height: 3px;
    left: 8.85%;
    width: 82.3%;
    display: block;
    top: 22px;
    background: #fff;
    position: absolute;
}

.asset-icon {
    position: absolute;
    top: 2rem;
    right: 2rem;
}

.asset-icon-2 {
    height: 38px;
    margin-top: 12px;
    margin-bottom: 18px;
}

.asset-card-container {
    top: 0px;
    left: 0px;
    height: 350px;
    width: 100%;
    position: absolute;
}

.hexagon-96 {
    left: -50px;
    position: relative;
    width: 96px;
    height: 55.43px;
    background-color: rgba(2, 18, 99, 1);
    margin: 27.71px auto;
    box-shadow: 0 2px 36px 3px rgba(76, 102, 211, .87);
    border-left: solid 3px #fff;
    border-right: solid 3px #fff;
}

.hexagon-96:before,
.hexagon-96:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 67.88px;
    height: 67.88px;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    background-color: inherit;
    left: 11.0589px;
    box-shadow: 0 2px 36px 3px rgba(76, 102, 211, .87);
}

.hexagon-96:before {
    top: -33.9411px;
    border-top: solid 4.2426px #fff;
    border-right: solid 4.2426px #fff;
}

.hexagon-96:after {
    bottom: -33.9411px;
    border-bottom: solid 4.2426px #fff;
    border-left: solid 4.2426px #fff;
}

/*cover up extra shadows*/

.hexagon-96 span {
    display: block;
    position: absolute;
    top: 1.7320508075688772px;
    left: 0;
    width: 90px;
    height: 51.9615px;
    z-index: 2;
    background: inherit;
}

.hexagon-96 p {
    z-index: 3;
    position: relative;
    top: 0;
    font-size: 38px;
    font-family: 'montserratregular';
}

.how-to-asset-wrapper {
    width: 82.3%;
    border-radius: 8px;
    border: 3px solid #fff;
    position: relative;
    min-height: 268px;
    background: rgba(14, 22, 106, .27) url("../img/assets/asset-arrow-bg.png") no-repeat 70% 0;
    margin-bottom: 3%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 32px rgba(2, 18, 99, .14)
}

.how-to-asset-wrapper:before {
    content: '';
    left: 50%;
    bottom: -38px;
    margin-left: -1px;
    position: absolute;
    height: 38px;
    width: 3px;
    background: #fff;
}

.how-to-asset-wrapper.last:before {
    /*height: 50%;*/
    display: none;
}

/*
  .how-to-asset-wrapper.first:after{
        content: '';
        height: 3px;
        left: 8.333335%;
        width: 41.666665%;
        display: block;
        top: 0px;
        background: #fff;
        position: absolute;
    
}*/

.how-to-asset-wrapper .title-1 {
    letter-spacing: .05rem
}

.txt-compress-05 {
    letter-spacing: -.05rem
}

.simple-card {
    position: relative;
    border-radius: 8px;
    padding: 1rem;
    background: #fff;
    box-shadow: 0 2px 14px 0px rgba(49, 79, 204, .24);
    color: #6a6a91;
    margin: 0 0 1.875rem 0;
    letter-spacing: .025rem
}

.gradient-bg-1 .simple-card {
    background: linear-gradient(to bottom, #ffffff 0%, #e6eaf9 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    box-shadow: 0 2px 14px 0px rgba(49, 79, 204, .87);
}

.marketplace-arrows {
    position: relative;
    top: -22px;
}

@keyframes fade-in {
    from {
        opacity: 0;
        transform: scale(.7, .7)
    }
    to {
        opacity: 1;
    }
}

.fade-in-element {
    animation: fade-in 1s;
}

.hidden {
    opacity: 0;
}

.hexagon-67 {
    position: relative;
    width: 67px;
    height: 38.68px;
    background-color: #021571;
    margin: 19.34px auto;
    box-shadow: 0 0 20px rgba(0, 0, 255, 0.6);
    border-left: solid 3px #ffffff;
    border-right: solid 3px #ffffff;
}

.hexagon-67:before,
.hexagon-67:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 47.38px;
    height: 47.38px;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    background-color: inherit;
    left: 6.8119px;
    box-shadow: 0 0 20px rgba(0, 0, 255, 0.6);
}

.hexagon-67:before {
    top: -23.6881px;
    border-top: solid 4.2426px #ffffff;
    border-right: solid 4.2426px #ffffff;
}

.hexagon-67:after {
    bottom: -23.6881px;
    border-bottom: solid 4.2426px #ffffff;
    border-left: solid 4.2426px #ffffff;
}

/*cover up extra shadows*/

.hexagon-67 span {
    display: block;
    position: absolute;
    top: 1.7320508075688772px;
    left: 0;
    width: 61px;
    height: 35.2184px;
    z-index: 2;
    background: inherit;
}

.hexagon-67 p {
    z-index: 3;
    position: relative;
    top: 0;
    line-height: 1.35;
    font-size: 30px;
    font-family: 'montserratregular';
}

/*----------------------------------------------------------------------- 
Buttons
-------------------------------------------------------------------------*/

.btn-phantom {
    white-space: nowrap;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    border-radius: 4px;
    display: inline-block;
    height: 48px;
    padding: 0 3px;
    position: relative;
    top: 0px;
    line-height: 46px;
    font-size: 12px !important;
    background: rgba(255, 255, 255, .18);
    cursor: pointer;
    color: rgba(255, 255, 255, .97) !important;
    font-size: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
    border: 2px solid rgba(255, 255, 255, .1);
    transition: all .25s ease-in-out;
    font-weight: 600;
    letter-spacing: 1px;
    /* font-weight: 300; */
}

.btn-phantom:hover {
    top: -1px;
    background: rgba(255, 255, 255, 1);
    border-color: rgba(0, 0, 0, .03);
    color: #ff3f3d !important;
    box-shadow: 0 6px 6px rgba(0, 0, 0, .27);
    transition: all .25s ease-in-out;
}

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */

.cd-img-replace {
    /* replace text with a background-image */
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

/* -------------------------------- 
  
  Main components 
  
  -------------------------------- */

.cd-section {}

.cd-section:nth-of-type(odd) {}

.cd-section:nth-of-type(odd) p {}

.cd-section:nth-of-type(even) {}

.cd-section:nth-of-type(even) p {}

.cd-section h1,
.cd-section p {}

.cd-section h1 {}

.cd-section p {}

@media only screen and (min-width: 768px) {}

/*
.no-touchevents .loading #cd-vertical-nav,
.touchevents .loading #cd-vertical-nav{
display: none;
opacity: 0;
}*/

.load-fadeIn {
    opacity: 0;
    transition: all 1s ease-in-out;
}

.no-touchevents #cd-vertical-nav .cd-bg {
    top: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background: #021571;
    height: 100%;
    width: 32px;
    border-left: 2px solid rgba(255, 255, 255, .27)
}

.no-touchevents #cd-vertical-nav .cd-bg:before {
    content: '';
    position: absolute;
    top: -36px;
    right: -36px;
    background: #021571;
    width: 36px;
    height: 36px;
    transform: skew(-60deg);
    border-right: 3px solid rgba(255, 255, 255, .27);
    border-left: 3px solid rgba(255, 255, 255, .27);
}

.no-touchevents #cd-vertical-nav .cd-bg:after {
    content: '';
    position: absolute;
    bottom: -36px;
    right: -36px;
    background: #021571;
    width: 36px;
    height: 36px;
    transform: skew(60deg);
    border-right: 3px solid rgba(255, 255, 255, .27);
    border-left: 3px solid rgba(255, 255, 255, .27);
}

.no-touchevents #cd-vertical-nav>ul {
    position: relative;
    top: -3px;
    padding: 2px 0
}

.no-touchevents #cd-vertical-nav>ul>li {
    padding-right: 9px;
    height: 24px;
    display: block;
}

.cd-scroll-down {
    position: absolute;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    bottom: 20px;
    width: 38px;
    height: 44px;
    background: url("../img/cd-arrow-bottom.svg") no-repeat center center;
}

/* No Touch devices */

.cd-nav-trigger {
    display: none;
}

.no-touchevents #cd-vertical-nav {
    position: fixed;
    right: 0px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    z-index: 1;
}

.no-touchevents #cd-vertical-nav li {
    text-align: right;
}

.no-touchevents #cd-vertical-nav a {
    display: inline-block;
    /* prevent weird movements on hover when you use a CSS3 transformation - webkit browsers */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.no-touchevents #cd-vertical-nav a:after {
    content: "";
    display: table;
    clear: both;
}

.no-touchevents #cd-vertical-nav a span {
    float: right;
    display: inline-block;
    transform: scale(0.6);
}

.no-touchevents #cd-vertical-nav a:hover span {
    transform: scale(1);
}

.no-touchevents #cd-vertical-nav a:hover .cd-label {
    opacity: 1;
}

.no-touchevents #cd-vertical-nav a.is-selected .cd-dot {
    /* border: 3px solid rgba(239, 68, 68, 1);*/
    background-color: rgba(255, 88, 86, 1);
}

.no-touchevents #cd-vertical-nav .cd-dot {
    position: relative;
    /* we set a top value in order to align the dot with the label. If you change label's font, you may need to change this top value*/
    top: 8px;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .54);
    -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
    -moz-transition: -moz-transform 0.2s, background-color 0.5s;
    transition: transform 0.2s, background-color 0.5s;
    transform-origin: 50% 50%;
}

.no-touchevents #cd-vertical-nav a:not(.is-selected):hover .cd-dot {
    background-color: rgba(255, 255, 255, 1);
}

.no-touchevents #cd-vertical-nav .cd-label {
    z-index: 3;
    position: relative;
    border-left: 2px solid rgba(255, 255, 255, .27);
    border-top: 2px solid rgba(255, 255, 255, .27);
    border-bottom: 2px solid rgba(255, 255, 255, .27);
    border-right-color: red;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background: rgba(2, 18, 99, 0.87);
    max-width: 128px;
    margin-right: 9px;
    padding: .4em .5em .4em .8em;
    color: white;
    font-size: 11px;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    opacity: 0;
    transform-origin: 100% 50%;
}

/* Touch devices */

.touchevents .cd-nav-trigger {
    position: fixed;
    display: block;
    z-index: 101;
    right: 12px;
    top: 25px;
    height: 46px;
    width: 40px;
    border-radius: 0.25em;
    background: rgba(2, 22, 106, .87);
    border: 2px solid rgba(255, 255, 255, .27);
}

.navigation-wrapper.small .cd-nav-trigger {
    transition: .25s;
    top: 14px;
}

.touchevents .cd-nav-trigger span {
    position: absolute;
    height: 4px;
    width: 4px;
    background-color: #fff;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    transform: translateX(-50%) translateY(-50%);
}

.touchevents .cd-nav-trigger span::before,
.touchevents .cd-nav-trigger span::after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    background-color: inherit;
    border-radius: inherit;
}

.touchevents .cd-nav-trigger span::before {
    top: -9px;
}

.touchevents .cd-nav-trigger span::after {
    bottom: -9px;
}

.touchevents #cd-vertical-nav>ul>li {
    height: auto;
    border-bottom: 2px solid rgba(255, 255, 255, .27)
}

.touchevents #cd-vertical-nav>ul>li:last-child {
    height: auto;
    border-bottom: none;
}

.touchevents #cd-vertical-nav>ul>li a {
    color: rgba(255, 255, 255, .75);
    padding: 12px 16px 10px 16px;
    font-size: 13px;
    font-family: 'montserratmedium'
}

.touchevents #cd-vertical-nav {
    position: fixed;
    z-index: 100;
    right: 12px;
    top: 30px;
    width: 90%;
    max-width: 400px;
    max-height: 90%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    transform-origin: right top;
    transform: scale(0);
    transition-property: transform;
    transition-duration: 0.2s;
    border-radius: 0.25em;
    background-color: rgba(2, 18, 99, 0.93);
    border: 2px solid rgba(255, 255, 255, .27);
}

.touchevents #cd-vertical-nav a {
    display: block;
    padding: 1em;
    border-bottom: 1px solid rgba(62, 57, 71, 0.1);
}

.touchevents #cd-vertical-nav a span:first-child {
    display: none;
}

.touchevents #cd-vertical-nav a.is-selected span:last-child {
    color: rgba(239, 68, 68, 1);
}

.touchevents #cd-vertical-nav.open {
    transform: scale(1);
}

.touchevents #cd-vertical-nav.open+.cd-nav-trigger {
    color: rgba(2, 22, 106, .54);
    background-color: #fff;
}

.touchevents #cd-vertical-nav.open+.cd-nav-trigger span {
    background-color: rgba(62, 57, 71, 0);
}

.touchevents #cd-vertical-nav.open+.cd-nav-trigger span::before,
.touchevents #cd-vertical-nav.open+.cd-nav-trigger span::after {
    background-color: #021571;
    height: 3px;
    width: 20px;
    border-radius: 0;
    left: -8px;
}

.touchevents #cd-vertical-nav.open+.cd-nav-trigger span::before {
    transform: rotate(45deg);
    top: 1px;
}

.touchevents #cd-vertical-nav.open+.cd-nav-trigger span::after {
    transform: rotate(135deg);
    bottom: 0;
}

.touchevents #cd-vertical-nav li:last-child a {
    border-bottom: none;
}

@media only screen and (min-width: 768px) {
    .touchevents .cd-nav-trigger,
    .touchevents #cd-vertical-nav {
        bottom: 40px;
    }
}

/**
 * Component: Dropdown
 * --------------------------------------------------
 */

nav .c-button::after {
    content: '';
    display: block;
    height: 39px;
    width: 42px;
    background: rgba(255, 255, 255, .0);
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: -1;
    border-left: 2ps solid rgba(255, 255, 255, .27)
}

.c-dropdown {
    position: relative;
    display: block;
    text-align: left;
}

.c-dropdown__list {
    background: #fff;
    box-shadow: 0 2px 11px 1px rgba(49, 79, 204, .37);
    padding: 6px 0;
    list-style: none;
    position: absolute;
    top: 150%;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    border-radius: 3px;
    background: #fff;
    transition: all .2s ease-in-out;
}

.is-open .hollow.button.white {
    background: #fff;
    color: #021571;
}

.menu .c-dropdown__item a {
    padding: 0px;
    text-align: left;
    text-transform: none;
    letter-spacing: 0;
    color: #233383;
    padding: 13px 10px;
}

/*
.menu .c-dropdown.js-dropdown {
    padding: 0.7rem 1.2rem;
}*/

.menu .c-dropdown__item a:hover {
    color: #021571;
}

.menu .c-dropdown__item a:focus {
    background-color: #314fcc;
    color: #fff;
}

.menu.align-right .c-dropdown li {
    display: inline-block;
}

.c-dropdown.is-open .c-dropdown__list {
    opacity: 1;
    visibility: visible;
    top: 125%;
    padding-bottom: 0px;
}

.c-dropdown__item {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background-color .25s linear;
}

.c-dropdown__item:hover {
    background-color: #e6eaf9;
}

/**
* Component: Button
* --------------------------------------------------
*/

.c-button {
    -webkit-appearance: none;
    margin: 0;
    border: 0;
    overflow: visible;
    font: inherit;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.c-button:hover,
.c-button:focus {
    outline: none;
    text-decoration: none;
}

.c-button:not(:disabled) {
    cursor: pointer;
}

/**
* Component: Button
* Modifier: Dropdown
* --------------------------------------------------
*/

.c-button--dropdown {
    transition: background-color .2s linear;
}

.c-button--dropdown:hover {
    background-color: #AC92EC;
}

.relative {
    position: relative;
    width: 100%;
    height: 100%;
}

/*
.relative:hover .expand-white-papers {
    opacity: 1;
    height: 100%;
    transition: all .5s ease-in-out;
}
*/

.expand-white-papers {
    z-index: 3;
    position: absolute;
    background: blanchedalmond;
    width: 100%;
    height: 0%;
    opacity: 0;
    bottom: 0px;
    transition: all .5s ease-in-out;
}

.expand-white-papers:hover {
    opacity: 1;
    height: 100%;
    transition: all .25s ease-in-out;
}

.white-papers-wrapper {
    cursor: pointer;
    position: relative;
    height: 100%;
}

.white-papers-button {
    transform: translate3d(0, 0, 0);
    position: absolute;
    z-index: 99999;
    left: 0;
    bottom: 0px;
    top: inherit;
    padding: 0px;
    text-align: left;
}

.white-papers-button>span {
    padding: 0 17px;
}

.white-papers-button:hover {
    top: inherit;
    background: rgba(255, 255, 255, .97);
    /*    background: inherit;*/
}

.white-papers-wrapper.is-open .white-papers-button {
    height: 105%;
    bottom: -10%;
    background: rgba(255, 255, 255, .97);
    color: #ff3f3d !important;
}

.white-papers-wrapper.is-open>img {
    /*filter: blur(4px);
    opacity: .54*/
}

.white-papers-wrapper .dropdown {
    opacity: 0;
    border-top: 2px solid rgba(0, 0, 0, .04);
    transition: all .25s ease-in;
}

.opacity-1 {
    transform: translate3d(0, 0, 0);
    transition: all .25s ease-in-out;
    opacity: 1 !important;
}

.white-papers-wrapper.is-open .dropdown {
    /*opacity: 1;*/
    transition: all .25s ease-in-out;
}

.white-papers-wrapper.is-open .dropdown .c-dropdown__item {
    transition: all .25s ease-in-out;
    opacity: .66;
}

.white-papers-wrapper.is-open .dropdown .c-dropdown__item:hover {
    opacity: 1;
}

.white-papers-wrapper .white-papers-button a {
    text-align: left;
    text-transform: none;
    letter-spacing: 0;
    color: #233383;
    padding: 13px 16px;
}

.white-papers-wrapper:hover>img {
    top: -6px;
}

.swap-close,
header .btn-phantom>i.fa-download {
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 14px;
    border-left: 2px solid rgba(255, 255, 255, .27);
    padding-left: 15px;
    height: 44px;
    padding-top: 16px;
}

header .btn-phantom.text-left {
    padding-left: 17px;
}

.testimonials {
    margin-top: 126px;
    font-family: "montserratregular";
    line-height: 33px;
    padding: 126px 48px 48px 48px;
    background: #fff;
    /*box-shadow: 0 0 6px rgba(0, 0, 0, .14);
     border-radius: 2px;*/
    position: relative;
}

.testimonials .testimonial {
    top: -105px;
    position: absolute;
    display: block;
    border-radius: 50%;
    width: 204px;
    height: 204px;
    left: 50%;
    margin-left: -102px;
    border: 4px solid white;
    overflow: hidden;
    box-shadow: 0 0 111px rgba(14, 22, 106, .22)
}

.testimonial-company {
    width: 160px;
    float: right;
    position: relative;
    top: -32px;
}

.testimonials p {
    letter-spacing: 0.022rem;
    /*  color: rgba(2, 18, 99, .54);*/
    color: #6c6c8a;
    margin-bottom: none;
}

.testimonials strong {
    color: rgba(2, 18, 99, 1);
    position: relative;
    display: block;
    bottom: -6px;
}

strong {
    font-family: "montserratmedium";
}

.blockquote {
    position: relative;
}

.blockquote:before,
.ludwig:after {
    line-height: 0px;
    color: #ff3f3d;
    font-size: 32px;
    margin-right: 6px;
    font-family: "montserratmedium";
    content: '\201C';
}

.blockquote:after {
    line-height: 0px;
    padding-top: 8px;
    color: #ff3f3d;
    font-size: 32px;
    margin-left: 6px;
    font-family: "montserratmedium";
    content: '\201D';
    position: relative;
    top: 4px;
}

/* Roadmap */

.roadmap-date h6 {
    font-size: 16px;
    line-height: 12px;
    text-transform: uppercase;
    color: #ff3f3d;
    font-family: "montserratsemibold", sans-serif;
    margin-bottom: 0px;
}

.roadmap-date span {
    letter-spacing: -0.04rem;
    font-size: 15px;
    font-family: "montserratsemibold", sans-serif;
}

.roadmap-data .cell:nth-child(even) .roadmap-date.important:before {
    background: #ff3f3d
}

.roadmap-data .cell:nth-child(even) .roadmap-date.important:after {
    border-color: #ff3f3d
}

.roadmap-date.important {
    color: #ff3f3d
}

.roadmap-date.important span {
    color: #ff3f3d;
    opacity: .87;
}

@media screen and (max-width: 39.9375em) {
    #roadmap h2 {
        margin-bottom: 32px;
    }
    .roadmap-date {
        padding: 0 0 30px 42px;
        margin-left: 8px;
        border-left: 3px solid #021aee;
    }
    .roadmap-date.old {
        border-color: #b9c1f8;
    }
    .roadmap-item.item-4 .cell:last-child .roadmap-date {
        border: none;
    }
    .roadmap-date,
    .roadmap-date span {
        text-align: left;
        letter-spacing: .02rem;
    }
    .roadmap-data .cell .roadmap-date {
        position: relative;
    }
    /*Container pointers */
    .roadmap-data .cell .roadmap-date:after {
        content: '';
        width: 17px;
        height: 17px;
        background: #fff;
        border: 3px solid #021aee;
        display: block;
        position: absolute;
        left: -10px;
        top: 6px;
        margin-top: -8.5px;
        transform: rotate(45deg);
        border-radius: 2px;
    }
    .roadmap-data .cell .roadmap-date:before {
        content: '';
        width: 26px;
        height: 3px;
        background: #021aee;
        display: block;
        position: absolute;
        left: 9px;
        top: 6px;
        margin-top: -1.5px;
    }
}

@media screen and (min-width: 40em) {
    #roadmap h2 {
        margin-bottom: 96px;
    }
    .roadmap-item {
        height: 124px;
        display: block;
        position: relative;
    }
    .roadmap-item.item-1 {
        margin-left: 120px;
        border-top: 3px solid #021aee;
        border-right: 3px solid #021aee;
        border-top-right-radius: 120px;
        border-bottom-right-radius: 0;
    }
    .roadmap-item.item-1::before {
        content: '';
        position: absolute;
        width: 50%;
        height: 3px;
        left: 0px;
        top: -3px;
        background: #b9c1f8;
    }
    .roadmap-item.item-2 {
        margin-left: 120px;
        border-bottom: 3px solid #021aee;
        border-right: 3px solid #021aee;
        border-top-right-radius: 0;
        border-bottom-right-radius: 120px;
    }
    .roadmap-item.item-3 {
        top: -3px;
        margin-right: 120px;
        border-top: 3px solid #021aee;
        border-left: 3px solid #021aee;
        border-top-left-radius: 120px;
        border-bottom-left-radius: 0;
    }
    .roadmap-item.item-4 {
        top: -3px;
        margin-right: 120px;
        border-bottom: 3px solid #021aee;
        border-left: 3px solid #021aee;
        border-bottom-left-radius: 120px;
        border-top-left-radius: 0;
    }
    .roadmap-item.item-1 .roadmap-data {
        transform: translatex(-90px);
    }
    .roadmap-item.item-3 .roadmap-data {
        transform: translatex(0px);
        flex-direction: row-reverse;
    }
    .roadmap-item.item-4 .roadmap-data {
        transform: translatex(90px);
    }
    .roadmap-item.item-4 .roadmap-data {
        bottom: -2px;
        position: absolute;
        width: 100%;
    }
    .roadmap-item.item-3 {}
    .roadmap-item:nth-child(even) {
        /*background: red;*/
    }
    .roadmap-item:nth-child(odd) {
        /* background: blue;*/
    }
    .roadmap-item:nth-child(odd) .cell:nth-child(even) .roadmap-date {}
    .roadmap-data .cell:nth-child(even) {
        top: 60px;
        /*background: red;*/
    }
    .roadmap-data .cell:nth-child(odd) {
        top: -60px;
        /*background: blue;*/
    }
    /*Containers position */
    .roadmap-data .cell:nth-child(odd) .roadmap-date {
        position: absolute;
        top: -65px;
        /*border: 2px dotted black;*/
        width: 33.3333%;
        transform: translatex(-90px);
    }
    .roadmap-data .cell:nth-child(even) .roadmap-date {
        position: absolute;
        width: 33.3333%;
        /*    border: 2px dotted red;*/
        top: 27px;
        padding-top: 5px;
        transform: translatex(-100px);
    }
    /*Container pointers */
    .roadmap-data .cell:nth-child(odd) .roadmap-date:after {
        content: '';
        width: 17px;
        height: 17px;
        background: #fff;
        border: 3px solid #021aee;
        display: block;
        position: absolute;
        left: 50%;
        bottom: -37px;
        margin-left: -8.5px;
        transform: rotate(45deg);
        border-radius: 2px;
    }
    .roadmap-data .cell:nth-child(odd) .roadmap-date:before {
        content: '';
        width: 3px;
        border-radius: 2px;
        height: 24px;
        background: #021aee;
        display: block;
        position: absolute;
        left: 50%;
        bottom: -26px;
        margin-left: -1.5px;
    }
    .roadmap-data .cell:nth-child(even) .roadmap-date:after {
        content: '';
        width: 17px;
        height: 17px;
        background: #fff;
        border: 3px solid #021aee;
        display: block;
        position: absolute;
        left: 50%;
        top: -37px;
        margin-left: -8.5px;
        transform: rotate(45deg);
        border-radius: 2px;
    }
    .roadmap-data .cell:nth-child(even) .roadmap-date:before {
        content: '';
        width: 3px;
        height: 24px;
        background: #021aee;
        display: block;
        position: absolute;
        left: 50%;
        top: -26px;
        margin-left: -1.5px;
    }
}

.roadmap-date span {
    color: #314fcc;
    opacity: .87;
}

.roadmap-date.old h6 {
    color: #314fcc;
    opacity: .87;
}

.roadmap-date.old span {
    color: #99a3f6;
}

.roadmap-data .cell .roadmap-date.old:before {
    background: #b9c1f8;
}

.roadmap-data .cell .roadmap-date.old:after {
    border-color: #b9c1f8;
}

/* New whtie label*/

.white-papers-wrapper-v2 {
    padding: 30px 0 0px 0;
    border: 2px solid #454c94;
    background: #01096c;
    border-radius: 16px;
    letter-spacing: .0625rem;
}

.white-papers-wrapper-v2 .cell:nth-child(2) {
    border-left: 2px solid #454c94;
    border-right: 2px solid #454c94;
}

.white-papers-wrapper-v2 .cell {
    padding-bottom: 8px;
}

.white-paper-label {
    padding: 0px 4px;
    border-radius: 10px;
    display: inline-block;
    width: auto;
    font-family: "montserratsemibold";
    text-transform: uppercase;
    text-align: center;
    position: relative;
    bottom: -15px;
    background: #01096c;
    box-shadow: 0 4px 16px 4px #01096c
}

.white-papers-wrapper-v2 a {
    color: #fff !important;
}

.white-papers-wrapper-v2 a .download-wp {
    opacity: .70;
    transition: all .25s ease-in-out;
}

.white-papers-wrapper-v2 a:hover .download-wp {
    opacity: 1;
    transition: all .25s ease-in-out;
}

.white-paper-icon {
    text-align: left;
    width: 96px;
    height: 96px;
    border-radius: 10px;
    margin: 8px auto;
    transform: scale(.9);
    transition: all .2s ease-in-out;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
}

.white-paper-icon.business {
    background-image: url("../../assets/img/white-papers-images/business-bg.png");
}

.white-paper-icon.technical {
    background-image: url("../../assets/img/white-papers-images/technical-bg.png");
}

.white-paper-icon.protocol {
    background-image: url("../../assets/img/white-papers-images/protocol-bg.png");
}

.white-papers-wrapper-v2 a:hover .white-paper-icon {
    transform: scale(1);
}

.letter {
    position: relative;
    left: 12px;
    top: 12px;
}

.file-format {
    font-family: "montserratsemibold";
    margin: 10px;
    position: relative;
    top: 12px;
    opacity: .4;
}

.white-paper-icon .fa-file-pdf {
    font-size: 22px;
    position: relative;
    display: inline-block;
    float: right;
    margin-right: 12px;
    margin-top: 12px;
}

.white-paper-icon.business .fa-file-pdf,
.white-paper-icon.business span {
    color: #0219e9;
}

.white-paper-icon.technical .fa-file-pdf,
.white-paper-icon.technical span {
    color: #de1c2f;
}

.white-paper-icon.protocol .fa-file-pdf,
.white-paper-icon.protocol span {
    color: #4604cb;
}

@media screen and (max-width: 39.9375em) {
    .white-papers-wrapper-v2 {
        margin-right: -.625rem;
        margin-left: -.625rem;
        border-radius: 0px;
    }
}

@media screen and (min-width: 40em) {
    #roadmap h2 {
        margin-bottom: 96px;
    }
}

.gradient-bg-2:after {
    content: '';
    top: 0;
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    background-image: url("../../assets/img/white-papers-images/header-bg-arrow.png");
    background-repeat: no-repeat;
    background-position-x: 75%;
    background-position-y: -280px;
}

@media screen and (max-width: 39.9375em) {
    .gradient-bg-2:after {
        display: none;
    }
    .whitelist-text.background {
        border-left: none;
    }
}

a.super-popup {
    transform: scale(1);
    font-size: 18px;
    display: inline-block;
    margin: 32px auto 0px auto;
    border-radius: 4px;
    padding: 24px;
    width: auto;
    z-index: 9999;
    position: relative;
    color: rgba(255, 255, 255, 1);
    text-shadow: 0 1px 2px rgba(0, 0, 0, .14);
    box-shadow: 0 0 32px rgba(0, 0, 0, .27);
    background: #fc1e27;
    transition: all .25s ease-in-out;
}

a.super-popup:hover {
    transform: scale(1.05);
    text-shadow: 0 1px 2px rgba( 255, 255, 255, .0);
    background: #fff;
    color: #fc1e27;
    transition: all .25s ease-in-out;
}

a.super-popup:hover span {
    color: #fff;
    border-style: solid;
    background: -moz-linear-gradient(-45deg, #fc3e45 0%, #fc1e27 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #fc3e45 0%, #fc1e27 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #fc3e45 0%, #fc1e27 100%);
}

/*
a.super-popup:hover {
    background: #00a0ff;
    color: rgba(255, 255, 255, 1);
    transition: all 25s ease-in-out;
}*/

.super-popup i {
    font-size: 16px;
    position: relative;
    top: 1px;
    left: 4px;
}

.super-popup span {
    top: 0px;
    transition: all .25s ease-in-out;
    position: relative;
    border-radius: 4px;
    display: inline-block;
    padding: 8px 16px;
    border: 2px solid rgba(255, 255, 255, .54)
}

a.super-popup:hover span:hover {
    top: -4px;
    transition: all .25s ease-in-out;
}