body {
    font-family: Montserrat;
    padding-top: 66px;
    height: 100%;
    background: #000
}

.lead {
    font-weight: 400
}

.highlight {
    color: #1035B3
}

img {
    max-width: 100%
}

.site-container {
    background: #fff
}

.main-content {
    min-height: 100%;
    padding: 20px 10px 78px;
    margin-bottom: -58px
}

.container-fluid {
    max-width: 1550px;
    margin: auto
}

.social img {
    max-width: 100%
}

.help-bar {
    background: #1035B3;
    padding: 30px;
    text-align: center;
    color: #fff;
    font-size: 24px
}

.btn {
    border-radius: 100px
}

.btn-default {
    background: #1035B3;
    border-radius: 22.5px;
    border: none;
    color: #fff !important;
    transition: .5s
}

.btn-default:hover {
    background: #111;
    color: #fff;
    transition: .5s
}

.btn-outline-success {
    border-color: #1035B3;
    color: #1035B3;
    padding: 5px 20px
}

.btn-outline-success:hover {
    background-color: #1035B3;
    border-color: #1035B3
}

.carousel-control-next,
.carousel-control-prev {
    width: 10%
}

.show-large {
    display: none
}

.show-small {
    display: block
}

@media (min-width:992px) {
    body {
        padding-top: 86px;
        height: 100%
    }

    .show-large {
        display: block
    }

    .show-small {
        display: none
    }
}

@media (min-width:1800px) {
    body {
        padding-top: 109px;
        height: 100%
    }

    .site-container {
        max-width: 1990px;
        margin: auto;
        background: #fff
    }

    .help-bar {
        padding: 54px;
        font-size: 36px
    }

    .help-bar .btn {
        padding: 11px 57px;
        font-size: 27px
    }

    .btn-lg {
        font-weight: 700;
        padding: 20px 71px;
        font-size: 22px;
        margin-top: 60px;
        border-radius: 69px
    }
}

.carousel-item img {
    min-width: 100%
}

@media (max-width:767px) {
    body.menu-showing {
        height: 100%;
        overflow: hidden
    }

    .mobile-menu {
        position: fixed;
        left: -400px;
        top: 0;
        bottom: 0;
        width: 370px;
        background: #f4f4f4;
        box-shadow: 0 0 6px rgba(0, 0, 0, .5);
        z-index: 999;
        overflow: hidden;
        transition: .4s
    }

    .mobile-menu select {
        border: none
    }

    .mobile-menu.showing {
        left: 0;
        transition: .4s
    }

    .mobile-menu .menu-closer {
        position: absolute;
        right: 0;
        top: 0;
        background-color: #1d2124;
        color: #fff;
        width: 50px;
        height: 50px;
        font-size: 30px;
        cursor: pointer
    }

    .mobile-menu .menu-closer .closer {
        position: absolute;
        width: 20px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .mobile-menu .have-account {
        padding: 10px;
        background: #1035B3;
        margin-right: 50px;
        color: #fff
    }

    .mobile-menu .have-account .logo {
        display: inline-block;
        width: 65px;
        margin-right: 10px
    }

    .mobile-menu .have-account .logo img {
        max-width: 100%
    }

    .mobile-menu .have-account a {
        color: #fff;
        background-color: #1b1e21;
        display: inline-block;
        padding: 5px 1rem;
        border-radius: 22px;
        margin-left: 10px
    }

    .menu-content {
        position: absolute;
        top: 50px;
        left: 0;
        width: 110%;
        overflow: auto;
        bottom: 0
    }

    .mobile-menu h3 {
        padding: 20px;
        font-weight: 400;
        font-size: 15px;
        margin-bottom: 10px;
        background: linear-gradient(135deg, rgba(138, 188, 87, .65), transparent 70%)
    }

    .mobile-menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
        margin-right: 38px;
        margin-bottom: 10px
    }

    .language-menu {
        padding: 10px 50px 0 20px;
        margin-bottom: 30px;
        display: none
    }

    .mobile-menu ul li a {
        padding: 15px 20px;
        display: block;
        color: #222;
        font-weight: 400;
        position: relative;
        border-bottom: 1px solid rgba(138, 188, 87, .1)
    }

    .mobile-menu ul li a:after {
        position: absolute;
        font-family: FontAwesome;
        content: "\F054";
        color: #ccc;
        right: 10px;
        top: 50%;
        transform: translateY(-50%)
    }

    .mobile-menu ul li a.active {
        background-color: rgba(0, 0, 0, .1);
        color: #000
    }

    .mobile-menu ul li:last-child a {
        border-bottom: none
    }

    .menu-social {
        padding: 10px 20px 15px
    }

    .menu-social .fa {
        font-size: 20px;
        padding: 15px;
        border: none;
        color: #fff;
        border-radius: 50%;
        background-color: #fff;
        width: 50px;
        margin: -4px 12px -4px -3px
    }

    .menu-social .fa.fa-facebook {
        background-color: #3b5998
    }

    .menu-social .fa.fa-twitter {
        background-color: #0084b4
    }

    .menu-social .fa.fa-instagram {
        background: linear-gradient(45deg, #f09433, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888)
    }

    .menu-social .fa.fa-youtube {
        background: #c4302b
    }

    .menu-social a:hover {
        border-color: #000
    }
}

.menu-link i {
    padding: 10px;
    border: none;
    color: #ccc;
    border-radius: 0 50% 50% 0;
    background-color: #fff;
    width: 34px;
    margin: -4px 7px -4px -20px
}

@media (min-width:768px) {
    .mobile-menu {
        display: none
    }
}

@keyframes a {
    0% {
        width: 5px
    }

    to {
        width: 100%
    }
}

@keyframes b {
    0% {
        top: 120%;
        opacity: 0
    }

    to {
        top: 100%;
        opacity: 1
    }
}

.btn-flag {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-size: cover;
    display: none
}

header.main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: hsla(0, 0%, 100%, .95);
    padding: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1), inset 0 0 8px #fff;
    border-bottom: 1px solid #fff;
    z-index: 99
}

header.main .header-container {
    max-width: 1850px;
    margin: auto
}

header.main .logo {
    width: 100px
}

header.main .logo img {
    max-width: 100%
}

header.main .mobile-trigger {
    position: absolute;
    right: 20px;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%)
}

header.main .mobile-trigger img {
    width: 25px;
    height: 25px
}

.language-dropdown,
header.main .main-menu {
    display: none
}

@media (min-width:768px) {
    header.main .logo {
        width: 100px;
        float: left
    }

    header.main .mobile-trigger {
        display: none
    }

    header.main .language-dropdown {
        display: none;
        padding: 10px;
        position: absolute;
        right: 0;
        top: 100%;
        background: rgba(0, 0, 0, .9);
        border: 1px solid #000;
        width: 160px;
        box-shadow: 0 10px 12px rgba(0, 0, 0, .3), 0 0 3px rgba(0, 0, 0, .1);
        border-radius: 5px;
        text-align: left
    }

    header.main .language-dropdown:after {
        content: "";
        position: absolute;
        top: -8px;
        right: 19px;
        width: 0;
        height: 0;
        border: 0 solid transparent;
        border-right-width: 15px;
        border-bottom: 15px #000;
        transform: rotate(134deg)
    }

    header.main .language-dropdown a {
        color: #fff !important;
        font-size: 90%;
        display: block;
        padding: 10px;
        font-weight: 400
    }

    header.main .language-dropdown a.active {
        color: #1035B3 !important
    }

    header.main .language-dropdown.showing {
        display: block;
        animation: b .1s
    }

    header.main .main-menu {
        display: block;
        float: right;
        width: 80%
    }

    header.main .main-menu>ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

    header.main .main-menu>ul li {
        display: inline-block;
        padding: 8px 4px;
        position: relative
    }

    header.main .main-menu>ul li.divider a {
        width: 4px;
        border-radius: 12px;
        background: #23B9AD;
        height: 40px;
        display: inline-block;
        margin: -15px auto;
        pointer-events: none
    }

    header.main .main-menu>ul li a {
        font-size: 11px;
        color: #999;
        font-weight: 400;
        color: #000;
        position: relative
    }

    header.main .main-menu>ul li a.menu-link:hover {
        text-decoration: none
    }

    header.main .main-menu>ul li a.menu-link:hover:after {
        content: "";
        background: #1035B3;
        position: absolute;
        top: 150%;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 5px;
        border-radius: 22px;
        animation: a .5s
    }

    header.main .main-menu>ul li a.highlight {
        color: #1035B3
    }
}

@media (min-width:992px) {
    header.main .logo {
        padding: 10px 0
    }

    header.main .logo img {
        margin-left: 40px
    }

    header.main .mobile-trigger {
        display: none
    }

    header.main .main-menu {
        display: block;
        float: right
    }

    header.main .main-menu>ul li {
        padding: 15px 8px
    }

    header.main .main-menu>ul li a {
        font-size: 14px
    }
}

@media (min-width:1220px) {
    header.main .logo {
        width: 120px;
        padding: 5px 0
    }

    header.main .mobile-trigger {
        display: none
    }

    header.main .main-menu {
        display: block;
        float: right;
        width: 85%
    }

    header.main .main-menu>ul li {
        padding: 17px 15px
    }

    header.main .main-menu>ul li a {
        font-size: 14px
    }

    header.main .main-menu>ul li a.btn-default {
        padding: 5px 30px
    }
}

@media (min-width:1800px) {
    header.main {
        padding: 0 70px
    }

    header.main .logo {
        width: 145px
    }

    header.main .logo img {
        max-width: 100%;
        margin-top: 20px;
        margin-left: 40px
    }

    header.main .main-menu {
        display: block;
        float: right
    }

    header.main .main-menu ul li {
        padding: 35px 30px
    }

    header.main .main-menu ul li a {
        font-size: 19px
    }

    header.main .main-menu ul li a.btn-default {
        padding: 5px 30px
    }
}

h1,
h3 {
    font-weight: 700
}

h3 {
    font-size: 22px
}

body {
    font-size: 13px;
    font-weight: 400
}

.btn {
    font-weight: 700
}

@media (min-width:992px) {
    body {
        font-size: 18px
    }
}

@media (min-width:1800px) {
    body {
        font-size: 1.2rem
    }

    .package-card,
    .staff-block {
        font-size: 14px
    }

    h3 {
        font-size: 26px
    }
}

footer.main {
    position: relative;
    background: #000;
    color: #fff
}

.sub-footer {
    padding: 60px 0;
    font-weight: 500;
    color: #555;
    text-align: center
}

.sub-footer .nav li a {
    padding-bottom: 16px;
    display: block;
    font-weight: 400
}

.sub-footer a {
    color: #1035B3
}

.sub-footer .logo {
    width: 100px;
    margin: auto;
    margin-bottom: 30px;
    display: block
}

.sub-footer .logo img {
    max-width: 100%
}

.sub-footer i {
    color: #1035B3
}

.sub-footer h3 {
    text-transform: uppercase
}

.footer-container {
    max-width: 1350px;
    margin: auto;
    padding: 30px;
    position: relative
}

.footer-container .scroll-to-top {
    position: absolute;
    right: 0;
    top: -30%;
    width: 50px;
    height: 50px;
    background-color: #1035B3;
    border-radius: 50%;
    cursor: pointer;
    transition: .2s
}

.footer-container .scroll-to-top:hover {
    transform: scale(1.2);
    transition: .2s
}

.footer-container .scroll-to-top i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

@media (min-width:768px) {
    .sub-footer .logo {
        width: 200px;
        margin: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50px, -50%)
    }

    .sub-footer .logo img {
        max-width: 100%
    }
}

.social-icons {
    margin-top: 10px;
    margin-bottom: 40px
}

.social-icons ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px
}

.social-icons ul li {
    display: inline-block;
    font-size: 26px;
    margin-right: 20px
}

.newsletter-area {
    padding: 60px 0;
    text-align: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative
}

.newsletter-area .email-form-input {
    border-radius: 100px;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc
}

.newsletter-area .btn-newsletter {
    position: absolute;
    font-size: 12px;
    right: -10px;
    top: 50%;
    transform: translateY(-50%)
}

.front-slider .carousel-indicators {
    display: none
}

.front-slider .carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    padding-top: 51px;
    bottom: auto
}

.front-slider .carousel-caption h1 {
    font-weight: 400;
    text-shadow: 0 0 12px rgba(0, 0, 0, .2), 0 1px 2px rgba(0, 0, 0, .2);
    font-size: 20px
}

.front-slider .carousel-caption h1 strong {
    font-weight: 700
}

#desktop-slider {
    display: none
}

@media (min-width:768px) {
    .front-slider .carousel-caption h1 {
        font-size: 35px
    }
}

@media (min-width:992px) {
    #mobile-slider {
        display: none
    }

    #desktop-slider {
        display: block
    }

    .front-slider .carousel-caption h1 {
        font-size: 55px
    }
}

@media (min-width:1650px) {
    .front-slider .carousel-caption h1 {
        font-size: 83px;
        line-height: 102%
    }

    .front-slider .carousel-caption .btn-default {
        font-size: 25px;
        padding: 10px 30px;
        border-radius: 55px;
        margin-top: 20px
    }
}

.front-page-features {
    display: grid;
    grid-template-columns: 1fr;
    color: #fff;
    margin: 0
}

.feature-item {
    padding: 40px;
    padding-left: 110px;
    padding-bottom: 40px;
    position: relative
}

.feature-item-icon {
    position: absolute;
    left: 10%;
    top: 18%;
    width: 40px
}

.feature-item-icon img {
    max-width: 100%
}

.timing {
    background-color: #000;
    background: url(../img/timing-bg.png);
    background-size: cover
}

.team {
    background-color: #000;
    background: url(../img/team-bg.png);
    background-size: cover
}

.technology {
    background-color: #000;
    background: url(../img/tech-bg.png);
    background-size: cover;
    padding-bottom: 100px
}

@media (min-width:768px) {
    .feature-item {
        padding: 40px;
        padding-left: 160px;
        padding-bottom: 40px
    }

    .technology {
        padding-bottom: 80px !important
    }
}

@media (min-width:992px) {
    .front-page-features {
        grid-template-columns: 1fr 1fr 1fr;
        z-index: 1;
        position: relative
    }

    .feature-item {
        padding-left: 120px;
        padding-bottom: 140px
    }
}

@media (min-width:1800px) {
    .feature-item {
        padding-left: 200px;
        padding-bottom: 131px;
        font-size: 113%
    }

    .feature-item h3 {
        font-size: 34px
    }

    .feature-item-icon {
        position: absolute;
        left: 9%;
        top: 9%;
        width: 95px
    }
}

.video-area {
    width: 90%;
    box-shadow: 0 0 5px hsla(0, 0%, 100%, .8), 0 12px 12px rgba(0, 0, 0, .1);
    margin: -50px auto 60px;
    background: #fff;
    position: relative
}

.video-area .video {
    position: relative;
    background-image: url(../img/video-background.jpg);
    background-position: 50%;
    min-height: 400px;
    background-size: 100%;
    transition: 1s
}

.video-area .video:hover {
    background-size: 110%;
    transition: 1s
}

.video-area .video .video-trigger {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    cursor: pointer;
    transform: translate(-50%, -50%);
    transition: .3s
}

.video-area .video .video-trigger:hover {
    transform: translate(-50%, -50%) scale(1.2);
    transition: .3s
}

.video-area .video .video-trigger img {
    max-width: 100%
}

.video-area .video-overlay {
    position: absolute;
    width: 100%;
    bottom: 0;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .95);
    padding: 40px
}

.video-area .video-overlay iframe {
    height: 100%;
    width: 100%;
    margin: auto;
    display: block
}

.video-area .video-overlay .closer {
    position: absolute;
    padding: 20px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    right: 0;
    top: 0
}

.video-area .video-overlay .closer img {
    max-width: 100%
}

.video-container {
    display: grid;
    grid-template-columns: 1fr;
    color: #1035B3;
    font-weight: 100
}

.video-container h3 {
    margin: 30px auto;
    font-size: 30px
}

.video-container img {
    max-width: 100%
}

.video-summary {
    padding: 40px
}

@media (min-width:768px) {
    .video-area {
        width: 70%
    }
}

@media (min-width:992px) {
    .video-area {
        width: 80%;
        margin-top: -100px
    }

    .video-container {
        grid-template-columns: 1fr 1fr
    }

    .video-container h3 {
        margin: 30px auto;
        font-size: 30px
    }
}

@media (min-width:1220px) {
    .video-container {
        font-size: 1.4rem
    }

    .video-container h3 {
        font-size: 30px
    }
}

@media (min-width:1880px) {
    .video-area {
        margin: -115px auto 86px
    }

    .video-container {
        font-size: 1.4rem
    }

    .video-container h3 {
        font-size: 40px
    }

    .video-container p {
        font-size: 24.45px;
        margin-bottom: 40px
    }

    .video-summary {
        padding: 79px 40px
    }
}

.academy-block {
    background-image: url(../img/academy-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: 50%;
    padding: 20px;
    color: #fff
}

.academy-block h1 {
    font-size: 55px;
    color: #1035B3;
    font-weight: 900;
    line-height: 44px;
    margin-bottom: 34px
}

.academy-block h1 small {
    font-size: 30%;
    color: #fff;
    font-weight: 100
}

.academy-feature {
    padding: 40px 20px;
    color: #000;
    background: #fff;
    border-radius: 12px
}

.academy-feature .academy-icon {
    max-width: 40%;
    margin-bottom: 20px
}

.academy-feature p {
    margin-bottom: 0
}

.academy-feature-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 40px;
    margin: 40px auto
}

@media (min-width:768px) {
    .academy-feature-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 30px;
        margin: 40px auto
    }

    .academy-block {
        padding: 40px
    }
}

@media (min-width:992px) {
    .academy-feature-grid {
        grid-gap: 60px;
        margin: 40px auto
    }
}

@media (min-width:1880px) {
    .academy-block {
        font-size: 1.5rem;
        padding: 73px
    }

    .academy-block h1 {
        font-size: 115px;
        line-height: 79px
    }

    .academy-block h1 small {
        font-size: 36%;
        color: #fff
    }

    .academy-feature p {
        font-size: 15px
    }

    .academy-feature-grid {
        margin: 60px auto
    }
}

.platform-block {
    padding: 50px
}

.platform-block h1 {
    font-weight: 500
}

.platform-block h1 small {
    font-size: 60%;
    color: #1035B3;
    font-weight: 100;
    line-height: 25px;
    margin-bottom: 20px;
    display: block
}

.platform-computer {
    margin: 40px auto auto;
    position: relative;
    max-width: 600px
}

.platform-computer img {
    max-width: 100%
}

.platform-computer .platform-feature {
    padding-bottom: 20px;
    font-weight: 100;
    font-size: 13px
}

.platform-computer .platform-feature:hover .platform-icon {
    transform: scale(1.2) translateY(-10px);
    box-shadow: 0 10px 6px rgba(0, 0, 0, .1);
    transition: .3s
}

.platform-computer .platform-icon {
    position: relative;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, .12);
    border: 1px solid #f1f1f1;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-bottom: 30px;
    top: 20px;
    transition: .3s
}

.platform-computer .platform-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    transform: translate(-50%, -50%)
}

@media (min-width:768px) {
    .platform-block {
        padding: 50px 50px 120px
    }

    .platform-computer {
        margin: 40px auto auto;
        position: relative;
        max-width: 300px
    }

    .platform-computer .platform-feature {
        position: absolute;
        width: 250px;
        font-size: 10px
    }

    .platform-computer .platform-feature .platform-icon {
        position: absolute
    }

    .platform-computer .platform-feature.fast-payments {
        top: 0;
        left: -170px;
        padding-right: 80px;
        text-align: right
    }

    .platform-computer .platform-feature.fast-payments .platform-icon {
        right: 0;
        top: 0
    }

    .platform-computer .platform-feature.layered-security {
        top: 0;
        right: -170px;
        padding-left: 80px;
        text-align: left
    }

    .platform-computer .platform-feature.layered-security .platform-icon {
        left: 0;
        top: 0
    }

    .platform-computer .platform-feature.proprietary-tech {
        bottom: -120px;
        left: -170px;
        padding-right: 80px;
        text-align: right
    }

    .platform-computer .platform-feature.proprietary-tech .platform-icon {
        right: 0;
        top: 0
    }

    .platform-computer .platform-feature.transparent-reporting {
        bottom: -120px;
        right: -170px;
        padding-left: 80px;
        text-align: left
    }

    .platform-computer .platform-feature.transparent-reporting .platform-icon {
        left: 0;
        top: 0
    }
}

@media (min-width:992px) {
    .platform-computer {
        max-width: 500px
    }

    .platform-computer .platform-feature {
        width: 360px;
        font-size: 12px
    }

    .platform-computer .platform-feature .platform-icon {
        position: absolute
    }

    .platform-computer .platform-feature .platform-icon img {
        width: 50%;
        margin: auto
    }

    .platform-computer .platform-feature.fast-payments {
        left: -250px;
        top: 30px
    }

    .platform-computer .platform-feature.layered-security {
        right: -250px;
        top: 30px
    }

    .platform-computer .platform-feature.proprietary-tech {
        bottom: -40px;
        left: -250px
    }

    .platform-computer .platform-feature.transparent-reporting {
        bottom: -40px;
        right: -250px
    }
}

@media (min-width:1800px) {
    .platform-block {
        padding: 130px 50px
    }

    .platform-block h1 {
        font-size: 4.5rem;
        margin-bottom: 60px
    }

    .platform-block .lead {
        font-size: 2rem
    }

    .platform-computer {
        margin: 146px auto auto;
        position: relative;
        max-width: 751px
    }

    .platform-computer img {
        max-width: 100%
    }

    .platform-computer .platform-feature {
        width: 429px;
        font-size: 1.2rem;
        line-height: 23px
    }

    .platform-computer .platform-feature .platform-icon {
        width: 125px;
        height: 125px
    }

    .platform-computer .platform-feature.fast-payments {
        left: -399px;
        top: 30px
    }

    .platform-computer .platform-feature.fast-payments .platform-icon {
        right: -90px;
        top: 30px
    }

    .platform-computer .platform-feature.layered-security {
        right: -399px;
        top: 30px
    }

    .platform-computer .platform-feature.layered-security .platform-icon {
        left: -90px;
        top: 30px
    }

    .platform-computer .platform-feature.proprietary-tech {
        top: 70%;
        left: -399px
    }

    .platform-computer .platform-feature.proprietary-tech .platform-icon {
        right: -90px;
        top: 30px
    }

    .platform-computer .platform-feature.transparent-reporting {
        top: 70%;
        right: -399px
    }

    .platform-computer .platform-feature.transparent-reporting .platform-icon {
        left: -90px;
        top: 30px
    }

    .platform-computer .platform-feature:hover .platform-icon {
        transform: scale(1.2) translateY(-10px);
        box-shadow: 0 10px 6px rgba(0, 0, 0, .1);
        transition: .3s
    }

    .platform-computer .platform-icon {
        position: relative;
        padding: 30px;
        background: #fff;
        box-shadow: 0 0 12px rgba(0, 0, 0, .12);
        border: 1px solid #f1f1f1;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: inline-block;
        margin-bottom: 30px;
        top: 20px;
        transition: .3s
    }

    .platform-computer .platform-icon img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 30px;
        transform: translate(-50%, -50%)
    }
}

.ace-trader-block {
    padding: 40px 35px;
    text-align: center;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #1035B3);
    line-height: 12px;
    border-bottom: 1px solid #82b84c
}

.ace-trader-block h1 {
    font-weight: 900;
    color: #1035B3;
    text-transform: uppercase
}

.ace-trader-block .ace-trader-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    grid-gap: 30px;
    margin: 30px auto
}

.ace-trader-block .ace-trader-grid .ace-grid-item {
    padding: 10px;
    position: relative;
    text-align: left;
    color: #fff
}

.ace-trader-block .ace-trader-grid .ace-grid-item .step-content {
    padding-left: 20px;
    position: relative;
    z-index: 999
}

.ace-trader-block .ace-trader-grid .ace-grid-item .step-number {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 120px;
    color: #a3cb7b;
    font-weight: 700;
    line-height: 80px;
    text-shadow: 0 0 12px hsla(0, 0%, 100%, .2);
    opacity: .4
}

.ace-trader-block .ace-trader-grid .ace-grid-item:last-child .step-content h3 {
    margin-top: 10px;
    font-size: 200%
}

@media (min-width:768px) {
    .ace-trader-block {
        padding: 40px
    }

    .ace-trader-block .ace-container {
        max-width: 900px;
        margin: auto
    }

    .ace-trader-block .step-content {
        padding-left: 30px
    }

    .ace-trader-block .ace-trader-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr auto;
        text-align: center;
        grid-gap: 30px;
        margin: 30px auto
    }
}

@media (min-width:1220px) {
    .ace-trader-block {
        padding: 60px
    }

    .ace-trader-block .ace-container {
        max-width: 1000px;
        margin: auto
    }

    .ace-trader-block .step-content {
        padding-left: 30px;
        padding-right: 30px
    }

    .ace-trader-block .ace-trader-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr auto;
        text-align: center;
        grid-gap: 30px;
        margin: 50px auto
    }

    .ace-trader-block .ace-trader-grid .ace-grid-item {
        font-size: 14px;
        line-height: 20px
    }

    .ace-trader-block .ace-trader-grid .ace-grid-item .step-number {
        font-size: 150px
    }
}

@media (min-width:1800px) {
    .ace-trader-block {
        padding: 118px
    }

    .ace-trader-block h1 {
        font-size: 3rem;
        letter-spacing: 2px
    }

    .ace-trader-block .ace-container {
        max-width: 1350px;
        margin: auto
    }

    .ace-trader-block .step-content {
        padding: 40px 60px
    }

    .ace-trader-block .step-content h3 {
        font-size: 35px
    }

    .ace-trader-block .ace-trader-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr auto;
        text-align: center;
        grid-gap: 30px;
        margin: 130px auto
    }

    .ace-trader-block .ace-trader-grid .ace-grid-item {
        font-size: 20px;
        line-height: 20px
    }

    .ace-trader-block .ace-trader-grid .ace-grid-item .step-number {
        font-size: 270px;
        top: 50%;
        transform: translateY(-50%)
    }
}

.testimonial-block {
    padding: 50px 0;
    text-align: center;
    background-image: url(../img/testimonials-bg.jpg);
    background-size: cover;
    background-position: 50%;
    background-attachment: fixed;
    font-weight: 400;
    font-size: 13px;
    min-height: 400px
}

.testimonial-block strong {
    font-size: 110%
}

.testimonial-block h1 {
    font-weight: 500
}

.testimonial-block .carousel-caption {
    color: #000;
    position: static;
    width: 60%;
    margin: auto
}

.testimonial-block .carousel-control-next-icon:after {
    font-family: FontAwesome;
    font-weight: 900;
    content: "\F054";
    color: #000
}

.testimonial-block .carousel-control-prev-icon:after {
    font-family: FontAwesome;
    font-weight: 900;
    content: "\F053";
    color: #000
}

@media (min-width:1800px) {
    .testimonial-block {
        padding: 104px 0
    }

    .testimonial-block strong {
        font-size: 110%
    }

    .testimonial-block h1 {
        font-weight: 700;
        font-size: 57px;
        margin-bottom: 40px
    }

    .testimonial-block .carousel-inner {
        margin: auto;
        min-height: 415px
    }

    .testimonial-block .carousel-item {
        padding-left: 10%;
        padding-right: 10%
    }

    .testimonial-block .carousel-caption {
        width: 80%;
        font-size: 24px
    }
}

.login {
    background-image: url(../img/login-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    color: #fff
}

.login .login-form {
    position: absolute;
    width: 486px;
    max-width: 90%;
    top: 50%;
    left: 50%;
    background: #1035B3;
    border-radius: 33px;
    padding: 40px;
    transform: translate(-50%, -50%);
    box-shadow: 0 10px 12px hsla(0, 0%, 100%, .2)
}

.login .login-form .hidden {
    display: none
}

.login .login-form h3 {
    font-size: 36px
}

.login .login-form p {
    margin-bottom: 30px
}

.login .login-form a {
    color: #fff
}

.login .login-form .logo {
    padding: 20px;
    width: 75%;
    max-width: 290px;
    margin: auto;
    margin-bottom: 15px
}

.login .login-form .logo img {
    max-width: 100%
}

.login .login-form .btn {
    font-weight: 700;
    padding: 10px 30px;
    margin-bottom: 20px
}

.login .login-form input[type=password],
.login .login-form input[type=text] {
    border: 1.5px solid #fff;
    background-color: transparent;
    border-radius: 33px;
    padding: 12px 30px;
    color: #fff;
    width: 90%;
    display: block;
    margin: auto auto 20px
}

@media (min-width:768px) {
    .login {
        background-image: url(../img/login-bg.jpg);
        background-size: cover;
        background-attachment: fixed;
        color: #fff
    }

    .login .login-form h3 {
        font-size: 39pt
    }

    .login p {
        margin-bottom: 30px;
        font-size: 20px
    }
}

.coming-soon-splash {
    position: absolute;
    text-align: center;
    top: 67px;
    left: 0;
    bottom: 0;
    width: 100%;
    background-image: url(../img/coming-soon-event-bg-mobile.jpg);
    background-size: cover;
    background-position: 50%
}

.coming-soon-bg {
    z-index: -1
}

.coming-soon-bg.desktop {
    display: none
}

.coming-soon-bg img {
    width: 100%;
    max-width: 100%
}

.coming-soon-block {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    width: 90%;
    margin: auto
}

.coming-soon-block h1 {
    margin: 50px auto 30px;
    font-weight: 900;
    font-size: 40px
}

.coming-soon-social {
    margin-top: 50px
}

.coming-soon-social a {
    font-size: 30px;
    margin-right: 20px;
    color: #fff
}

@media (min-width:992px) {
    .coming-soon-splash {
        top: 86px;
        background-image: url(../img/coming-soon-event-bg.jpg);
        background-size: cover;
        background-position: 50%
    }

    .coming-soon-bg.desktop {
        display: block
    }

    .coming-soon-bg.mobile {
        display: none
    }
}

.plans-list {
    background-image: url(../img/plan-dotted-bg-1.png);
    background-size: 150px;
    background-repeat: no-repeat
}

.plan-block {
    text-align: center;
    margin-bottom: 50px
}

.plan-block:nth-child(2) {
    background-position: 100%
}

.plan-block:nth-child(2),
.plan-block:nth-child(3) {
    background-image: url(../img/plan-dotted-bg-2.png);
    background-size: 120px;
    background-repeat: no-repeat
}

.plan-block:nth-child(3) {
    background-position: 0
}

.plan-title {
    padding: 40px 0;
    position: relative
}

.plan-title h1 {
    font-weight: 700;
    font-size: 30px
}

.plan-title .plan-title-underlay {
    position: absolute;
    font-size: 60px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    font-weight: 900;
    color: rgba(0, 0, 0, .05)
}

.package-card {
    padding: 40px 20px;
    border-radius: 22px;
    border: 5px solid #ccc;
    text-align: center;
    position: relative;
    margin-top: 100px
}

.package-card p.package-feature-list {
    line-height: 190%
}

.package-icon {
    max-width: 80%;
    margin: auto;
    margin-top: -120px;
    margin-bottom: 30px;
    visibility: hidden
}

.package-icon img {
    max-width: 100%
}

.academy-240 {
    border-color: #1a51ce;
    background-color: #f4f7ff;
    color: #1a51ce
}

.academy-240 .btn-default {
    background-color: #1a51ce;
    border-color: #1a51ce
}

.academy-240 .btn-default:hover {
    background-color: #638ceb;
    border-color: #1a51ce
}

.academy-900 {
    border-color: #23d281;
    background-color: #ebfdf5;
    color: #23d281
}

.academy-900 .btn-default {
    background-color: #23d281;
    border-color: #23d281
}

.academy-900 .btn-default:hover {
    background-color: #73e8b2;
    border-color: #23d281
}

.elemental-300 {
    border-color: #858287;
    background-color: #efeeee;
    color: #858287
}

.elemental-300 .btn-default {
    background-color: #858287;
    border-color: #858287
}

.elemental-300 .btn-default:hover {
    background-color: #b8b6b9;
    border-color: #858287
}

.elemental-500 {
    border-color: #2a8dc5;
    background-color: #e3f5ff;
    color: #2a8dc5
}

.elemental-500 .btn-default {
    background-color: #2a8dc5;
    border-color: #2a8dc5
}

.elemental-500 .btn-default:hover {
    background-color: #74bae1;
    border-color: #2a8dc5
}

.elemental-1k {
    border-color: #b60c28;
    background-color: #ffedf0;
    color: #b60c28
}

.elemental-1k .btn-default {
    background-color: #b60c28;
    border-color: #b60c28
}

.elemental-1k .btn-default:hover {
    background-color: #f23655;
    border-color: #b60c28
}

.elemental-2k {
    border-color: #99118f;
    background-color: #ffeafe;
    color: #99118f
}

.elemental-2k .btn-default {
    background-color: #99118f;
    border-color: #99118f
}

.elemental-2k .btn-default:hover {
    background-color: #e729d9;
    border-color: #99118f
}

.advanced-5k {
    border-color: #ff7f00;
    background-color: #ffecd9;
    color: #ff7f00
}

.advanced-5k .btn-default {
    background-color: #ff7f00;
    border-color: #ff7f00
}

.advanced-5k .btn-default:hover {
    background-color: #ffb266;
    border-color: #ff7f00
}

.advanced-10k {
    border-color: #494e92;
    background-color: #eeefff;
    color: #494e92
}

.advanced-10k .btn-default {
    background-color: #494e92;
    border-color: #494e92
}

.advanced-10k .btn-default:hover {
    background-color: #8185c0;
    border-color: #494e92
}

.advanced-20k {
    border-color: #709d48;
    background-color: #f6ffee;
    color: #709d48
}

.advanced-20k .btn-default {
    background-color: #709d48;
    border-color: #709d48
}

.advanced-20k .btn-default:hover {
    background-color: #a4c784;
    border-color: #709d48
}

.supreme-30k {
    border-color: #249f92;
    background-color: #e9fffd;
    color: #249f92
}

.supreme-30k .btn-default {
    background-color: #249f92;
    border-color: #249f92
}

.supreme-30k .btn-default:hover {
    background-color: #51d8c9;
    border-color: #249f92
}

.supreme-50k {
    border-color: #c71c88;
    background-color: #ffe8f7;
    color: #c71c88
}

.supreme-50k .btn-default {
    background-color: #c71c88;
    border-color: #c71c88
}

.supreme-50k .btn-default:hover {
    background-color: #e960b6;
    border-color: #c71c88
}

.supreme-100k {
    border-color: #ebac00;
    background-color: #fffaeb;
    color: #ebac00
}

.supreme-100k .btn-default {
    background-color: #ebac00;
    border-color: #ebac00
}

.supreme-100k .btn-default:hover {
    background-color: #ffd152;
    border-color: #ebac00
}

@media (min-width:768px) {
    .plans-splash-text h1 {
        font-size: 50px
    }

    .plans-splash-text h3 {
        font-size: 26px
    }

    .plans-list {
        padding: 50px 0
    }

    .plan-title h1 {
        font-size: 40px
    }

    .plan-title .plan-title-underlay {
        font-size: 90px
    }
}

@media (min-width:992px) {
    .plans-splash-text h1 {
        font-size: 50px
    }

    .plans-splash-text h3 {
        font-size: 26px
    }

    .plan-title h1 {
        font-size: 50px
    }

    .plan-title .plan-title-underlay {
        font-size: 120px
    }

    .plans-bg.desktop {
        display: block
    }

    .plans-bg.mobile {
        display: none
    }

    .package-card {
        min-height: 414px
    }
}

.experience-block {
    background: url(../img/event-bg.jpg);
    background-size: cover;
    padding: 80px;
    text-align: center;
    color: #fff
}

.experience-block h1 {
    margin-bottom: 30px
}

.experience-block .btn-default:hover {
    background: #fff;
    border-color: #fff;
    color: #000 !important
}

@media (min-width:1800px) {
    .experience-block {
        background: url(../img/event-bg.jpg);
        background-size: cover;
        padding: 160px 80px 183px
    }

    .experience-block h1 {
        margin-bottom: 65px;
        font-size: 53px
    }

    .experience-block .btn-default {
        padding: 26px 99px;
        font-size: 119%;
        border-radius: 56px
    }
}

.about {
    background: url(../img/about-us-bg.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    background-color: #f5f5f5
}

.about-us-top-block {
    padding: 60px 20px
}

.about-us-top-block h3 {
    color: #1035B3;
    margin-bottom: 30px
}

.about-us-top-block .highlight {
    color: #1035B3
}

.founders-block {
    background-image: url(../img/founders-bg.png);
    background-repeat: no-repeat;
    background-size: 200px;
    padding: 60px 20px;
    padding-bottom: 100px;
    font-size: 130%;
    max-width: 85%;
    margin: auto
}

.founders-block .lead,
.founders-block h3 {
    text-align: right;
    color: #1035B3
}

.founder-pic-container {
    position: relative
}

.founder-pic {
    height: 250px;
    width: 250px;
    margin: auto;
    margin-block: 30px;
    border-radius: 50%;
    border: 10px solid #1035B3;
    overflow: hidden
}

.founder-pic img {
    width: 100%
}

.mission-block {
    background-image: url(../img/mission-vision-bg.jpg);
    background-size: cover;
    padding-bottom: 30px
}

.mission-block .mission-block-content {
    color: #fff;
    padding-top: 30px
}

.mission-block .mission-block-content .col-sm-4 {
    margin-bottom: 30px
}

.mission-block .mission-block-content .misson-block-icon {
    width: 60px;
    margin-bottom: 30px
}

.mission-block .mission-block-content .misson-block-icon img {
    max-width: 100%
}

.mission-block .about-us-stat-bar {
    background: #fff;
    padding: 30px;
    text-align: center;
    position: relative
}

.mission-block .about-us-stat-bar strong {
    margin-bottom: 30px;
    display: block
}

.mission-block .about-us-stat-bar h3 {
    color: #1035B3;
    font-weight: 700
}

.work-goals-block {
    background: #1035B3
}

.work-goals-block .work-goals-grid {
    display: grid;
    grid-template-columns: 1fr
}

.work-goals-block .our-work {
    padding: 3rem;
    padding-left: 5rem;
    position: relative;
    background: #fff;
    color: #1035B3
}

.work-goals-block .our-work:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 8%;
    height: 16%;
    background: #1035B3
}

.work-goals-block .our-goals {
    padding: 3rem;
    padding-left: 5rem;
    position: relative;
    color: #fff
}

.work-goals-block .our-goals:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 8%;
    height: 16%;
    background: #fff
}

.work-goals-block img {
    max-width: 100%
}

.h1-container {
    position: relative
}

.h1-container svg {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    display: none
}

.h1-container h1 {
    padding-left: 0
}

.team-block {
    padding: 50px 20px;
    background-image: url(../img/dotted-bg-about-us.png);
    background-repeat: no-repeat;
    background-size: contain
}

.team-block .container-fluid,
.team-block img {
    max-width: 100%
}

.team-block img.rounded-circle {
    max-width: 80%;
    margin-bottom: 10px
}

.team-block .col-sm-3.col-lg-2 {
    margin-bottom: 30px
}

.team-block h3,
.team-block p {
    color: #1035B3;
    margin-bottom: 6px
}

.team-block .staff-block {
    margin-bottom: 50px
}

.team-block .staff-block h3 {
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 700
}

.team-block .staff-block p {
    font-size: 80%
}

@media (min-width:768px) {
    .about-us-top-block {
        padding: 50px
    }

    .about-us-top-block h2 {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80%;
        transform: translate(-50%, -50%)
    }

    .mission-block {
        padding-top: 120px;
        position: relative
    }

    .mission-block .mission-block-content {
        color: #fff;
        max-width: 80%;
        margin: auto
    }

    .mission-block .col-sm-4 {
        margin-bottom: 0
    }

    .mission-block .about-us-stat-bar {
        width: 85%;
        position: absolute;
        left: 50%;
        box-shadow: 0 10px 12px rgba(0, 0, 0, .3);
        transform: translateX(-50%);
        top: -50px
    }

    .mission-block .about-us-stat-bar h3 {
        color: #1035B3;
        font-weight: 700
    }

    .mission-block .about-us-stat-bar strong {
        margin-bottom: 0
    }

    .about-us-stat-bar {
        max-width: 90%
    }
}

@media (min-width:992px) {
    .about-us-top-block {
        padding: 50px
    }

    .about-us-top-block h2 {
        font-size: 45px
    }

    .founder-pic {
        height: 360px;
        width: 360px;
        border-radius: 50%;
        border: 10px solid #1035B3;
        overflow: hidden;
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .founder-bio {
        position: relative
    }

    .founders-block {
        background-size: 400px
    }

    .work-goals-block .our-goals,
    .work-goals-block .our-work {
        padding: 3rem;
        padding-left: 8rem
    }

    .work-goals-block .work-goals-grid {
        display: grid;
        grid-template-columns: 55% 45%
    }

    .about,
    .team-block {
        background-size: cover
    }

    .team-block {
        background-position: center 140px
    }

    .h1-container svg {
        display: block
    }
}

@media (min-width:1200px) {
    .founders-block {
        background-size: 500px
    }

    .team-block .staff-block {
        margin-bottom: 50px
    }

    .team-block .staff-block h3 {
        font-size: 23px;
        margin-bottom: 10px
    }

    .team-block .staff-block p {
        font-size: 96%
    }
}

.headquarters-block {
    background-image: url(../img/headquarters-bg.jpg);
    padding-bottom: 50px;
    border-bottom: 10px solid #1035B3
}

.headquarters-container {
    padding: 60px 0
}

.headquarters-container h1 {
    padding: 40px 0
}

.headquarters-grid {
    padding: 10px 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    background: hsla(0, 0%, 100%, .5)
}

.headquarters-grid img {
    max-width: 100%;
    min-height: 100%
}

p.team-info {
    font-size: 18px !important;
    text-align: left
}

@media (min-width:768px) {
    .headquarters-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 10px
    }

    p.team-info {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        transform: translate(-50%, -50%)
    }
}

@media (min-width:1800px) {
    .about-us-top-block {
        padding: 107px 50px 104px;
        font-size: 24px
    }

    .about-us-top-block h2 {
        position: absolute;
        top: 33%;
        left: 46%;
        width: 80%;
        transform: translate(-50%, -50%)
    }

    .about-us-top-block h3 {
        font-size: 36px
    }

    p.team-info {
        font-size: 24px !important
    }

    .founders-block {
        padding-bottom: 250px
    }

    .founders-block p {
        line-height: 36px;
        font-size: 27px
    }

    .founders-block h3 {
        font-size: 47px
    }

    .founders-block .lead {
        font-size: 34px
    }

    .founder-pic {
        height: 450px;
        width: 450px;
        top: 52%;
        left: 56%
    }

    .mission-block {
        padding-top: 180px
    }

    .mission-block h3 {
        font-size: 44px;
        margin-bottom: 20px
    }

    .mission-block .mission-block-content .misson-block-icon {
        width: 100px;
        margin-bottom: 30px
    }

    .mission-block .about-us-stat-bar {
        width: 85%;
        position: absolute;
        left: 50%;
        box-shadow: 0 10px 12px rgba(0, 0, 0, .3);
        transform: translateX(-50%);
        top: -50px
    }

    .mission-block .about-us-stat-bar h3 {
        color: #1035B3;
        font-weight: 700;
        font-size: 50px
    }

    .mission-block .about-us-stat-bar strong {
        line-height: 23px;
        font-weight: 700;
        font-size: 23px
    }

    .work-goals-block .our-goals,
    .work-goals-block .our-work {
        padding: 4.5rem;
        padding-left: 8rem;
        font-size: 21px
    }

    .work-goals-block h1 {
        font-size: 48px;
        font-weight: 700;
        margin-bottom: 21px
    }

    .team-block {
        padding: 140px 20px
    }

    .team-block img.rounded-circle {
        max-width: 85%;
        margin-bottom: 10px
    }

    .team-block .plan-title {
        margin-bottom: 108px
    }

    .team-block .staff-block {
        margin-bottom: 145px
    }

    .team-block .staff-block:last-child {
        margin-bottom: 0
    }

    .tcp-info {
        font-size: 23px;
        margin: auto;
        max-width: 53%
    }

    .headquarters-container h1 {
        padding: 40px 0;
        font-size: 70px
    }

    .headquarters-container p {
        font-size: 18px
    }

    .h1-container {
        position: relative
    }

    .h1-container svg {
        position: absolute;
        width: 100%;
        top: 0;
        left: -50px
    }

    .h1-container h1 {
        padding-left: 30px
    }
}

.Bitcoin mining h1 {
    font-weight: 900
}

.Bitcoin mining-ticker {
    padding: 10px;
    background: #172546
}

.Bitcoin mining-top-block {
    background-image: url(../img/Bitcoin mining-guy.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 60px 20px;
    padding-bottom: 300px
}

.Bitcoin mining-top-block h1 {
    font-weight: 900;
    margin-bottom: 30px;
    color: #1035B3
}

.Bitcoin mining-item-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px
}

.Bitcoin mining-card {
    padding: 20px 30px;
    border-radius: 20px;
    box-shadow: 0 -6px 12px rgba(0, 0, 0, .2);
    text-align: center
}

.Bitcoin mining-icon {
    max-width: 60px;
    margin: 20px auto
}

.Bitcoin mining-icon img {
    max-width: 100%
}

.Bitcoin mining-info {
    padding: 50px;
    text-align: center;
    color: #fff;
    background: url(../img/Bitcoin mining-info-bg.png);
    background-size: cover
}

.Bitcoin mining-info a,
.Bitcoin mining-info h1 {
    color: #1035B3
}

.Bitcoin mining-info .Bitcoin mining-info-container {
    max-width: 1170px;
    margin: auto
}

@media (min-width:768px) {
    .Bitcoin mining-top-block {
        background-image: url(../img/Bitcoin mining-guy.png);
        background-size: 65%;
        background-repeat: no-repeat;
        background-position: bottom;
        padding: 60px 20px;
        padding-bottom: 500px
    }

    .Bitcoin mining-item-grid {
        grid-gap: 30px
    }
}

@media (min-width:992px) {
    .Bitcoin mining-top-block {
        background-image: url(../img/Bitcoin mining-guy.png);
        background-size: 40%;
        background-repeat: no-repeat;
        background-position: 10% bottom;
        padding: 60px
    }

    .Bitcoin mining-top-block h1 {
        font-size: 100px
    }

    .Bitcoin mining-info {
        padding: 70px
    }
}

.partner-broker {
    padding: 60px 0;
    color: #fff;
    background-image: url(../img/partner-broker-bg.jpg);
    background-size: cover;
    position: relative;
    padding-bottom: 140px
}

.partner-broker-container {
    margin: auto
}

.icons {
    max-width: 80%;
    font-size: 80%
}

.icons,
.icons .col-3 {
    text-align: center
}

.icons img {
    max-width: 100%;
    margin-bottom: 10px
}

.sevilla {
    padding: 30px 0
}

.partner-broker-gradient {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 240px;
    background: linear-gradient(0deg, #fff 10%, hsla(0, 0%, 100%, 0))
}

.everfx-logo {
    padding: 20px 0
}

.award-icon img {
    max-width: 100%
}

.partner-broker-container {
    width: 90%
}

@media (min-width:768px) {
    .partner-broker-container {
        width: 75%
    }
}

.Bitcoin mining-everyone {
    padding: 40px 0;
    background-size: cover
}

.Bitcoin mining-everyone h1 {
    font-weight: 700
}

.Bitcoin mining-everyone-container {
    width: 75%;
    margin: auto
}

@media (min-width:768px) {
    .Bitcoin mining-everyone {
        padding: 0;
        padding-bottom: 80px;
        background-image: url(../img/Bitcoin mining-last-bg-mobile.jpg);
        background-size: cover;
        background-position: top
    }
}

@media (min-width:992px) {
    .partner-broker-container {
        width: 75%
    }

    .Bitcoin mining-everyone {
        padding: 120px 0;
        background-image: url(../img/Bitcoin mining-last-bg.jpg);
        background-size: cover;
        background-position: top
    }
}

@media (min-width:1800px) {
    .Bitcoin mining-top-block {
        background-position: 178px bottom;
        background-size: 42.2%;
        padding: 135px 20px
    }

    .Bitcoin mining-top-block h1 {
        font-size: 133px
    }

    .Bitcoin mining-card {
        padding: 30px
    }

    .Bitcoin mining-item-grid {
        padding-left: 100px;
        padding-right: 100px
    }

    .Bitcoin mining-icon {
        max-width: 120px;
        margin: 40px auto
    }

    .Bitcoin mining-info {
        padding: 91px;
        font-size: 25.5px
    }

    .Bitcoin mining-info h1 {
        font-size: 2.7rem;
        font-weight: 700;
        margin-bottom: 38px
    }

    .partner-broker {
        padding: 125px 0;
        padding-bottom: 140px
    }

    .partner-broker-container {
        width: 1375px;
        font-size: 24px
    }

    .partner-broker-container .btn {
        font-size: 26px;
        padding: 16px 39px
    }

    .partner-broker-container h3 {
        letter-spacing: 5px;
        margin-bottom: 42px
    }

    .partner-broker-container .award-icon {
        font-size: 15px;
        line-height: 17px;
        margin-bottom: 25px
    }

    .partner-broker-container .award-icon img {
        margin-bottom: 30px
    }

    .partner-broker-container .award-icon strong {
        display: block;
        margin-top: 20px;
        font-size: 14px;
        font-weight: 700
    }

    .everfx-logo {
        padding: 25px 0 50px
    }

    .icons {
        width: 88%;
        max-width: 88%;
        margin-bottom: 49px
    }

    .Bitcoin mining-everyone {
        padding: 87px 0 200px;
        font-size: 22px
    }

    .Bitcoin mining-everyone h1 {
        font-weight: 700;
        font-size: 2.7rem;
        margin-bottom: 70px
    }

    .Bitcoin mining-everyone .Bitcoin mining-everyone-container {
        width: 90%;
        margin: auto
    }

    .Bitcoin mining-everyone .container-fluid {
        max-width: 1800px
    }

    .Bitcoin mining-everyone .btn {
        font-weight: 700;
        padding: 27px 71px;
        font-size: 22px;
        margin-top: 60px;
        border-radius: 69px
    }

    .Bitcoin mining-everyone .pl-lg-5 {
        padding-left: 67px !important
    }
}

.cfx-trading-program {
    background-image: url(../img/cfx-trader-bg.jpg);
    background-color: #d9d9d9;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 60px 20px
}

.cfx-trading-program h1 {
    font-weight: 700
}

.Bitcoin mining-wigdet {
    margin: 90px 0
}

@media (min-width:768px) {
    .cfx-trading-program {
        padding: 60px
    }
}

@media (min-width:992px) {
    .cfx-trading-program {
        background-size: cover;
        padding: 60px
    }

    .cfx-trading-container,
    .cfx-trading-container-bottom {
        width: 80%;
        margin: auto
    }
}

@media (min-width:1800px) {
    .cfx-trading-program {
        padding: 125px 60px;
        font-size: 1.6rem
    }

    .cfx-trading-program h1 {
        font-size: 2.8rem;
        margin-bottom: 86px
    }

    .cfx-trading-container {
        max-width: 70%;
        margin: auto
    }

    .cfx-trading-container p {
        margin-left: 40px;
        margin-right: 40px;
        margin-bottom: 3.2rem
    }

    .Bitcoin mining-wigdet {
        margin: 110px 0 300px
    }

    .computer-pic {
        right: -99px;
        position: relative;
        display: block
    }

    .cfx-trading-container-bottom h1 {
        margin-top: 46px;
        margin-bottom: 41px
    }
}

.academy-top-block {
    padding: 30px;
    background-color: #f1f1f1;
    background-image: url(../img/academy-block-bg.png);
    background-repeat: no-repeat;
    background-position: right 30%;
    background-size: 100px
}

.academy-top-block .highlight {
    color: #1035B3;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase
}

.academy-top-block h1 {
    font-weight: 700
}

.e-learning-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px
}

.e-learning-grid .e-learning-card {
    padding: 20px;
    background-color: #fff;
    border-radius: 22px;
    box-shadow: 0 0 12px rgba(0, 0, 0, .1)
}

.e-learning-grid .e-learning-card .icon {
    max-width: 40%;
    margin: auto;
    margin-bottom: 20px
}

@media (min-width:768px) {
    .academy-top-block {
        padding: 60px 0
    }

    .academy-top-block .container-fluid {
        max-width: 80%
    }

    .e-learning-grid {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 40px
    }
}

@media (min-width:992px) {
    .academy-top-block {
        padding: 60px
    }

    .academy-top-block .container-fluid {
        max-width: 90%
    }
}

.e-learning-block {
    padding: 40px 30px
}

.e-learning-block h1 {
    color: #1035B3
}

.e-learning-block .icon {
    max-width: 60px;
    margin: auto;
    margin-bottom: 20px
}

.e-learning-block .e-learning-container {
    margin: auto
}

@media (min-width:768px) {
    .e-learning-block {
        padding: 60px 0
    }

    .e-learning-block .e-learning-container {
        width: 80%
    }
}

@media (min-width:992px) {
    .e-learning-block {
        padding: 60px 0
    }

    .e-learning-block .e-learning-container {
        width: 75%
    }
}

.start-stop {
    padding-top: 340px;
    padding-bottom: 80px;
    background-image: url(../img/round-image-guy.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 90%;
    margin-top: 30px
}

.start-stop .lead {
    font-size: 25px
}

@media (min-width:768px) {
    .start-stop {
        padding-top: 30px;
        padding-bottom: 80px;
        padding-right: 20px;
        background-repeat: no-repeat;
        background-position: left 20%;
        background-size: 40%;
        margin-top: 30px
    }

    .start-stop .lead {
        font-size: 20px
    }
}

@media (min-width:992px) {
    .start-stop {
        padding-top: 150px;
        padding-bottom: 140px;
        background-repeat: no-repeat;
        background-position: 0;
        background-size: 38%;
        margin-top: 30px
    }

    .start-stop .lead {
        font-size: 30px
    }
}

.whos-it-for {
    padding: 60px 0;
    background-image: url(../img/whos-it-for-bg.jpg);
    background-size: cover;
    background-position: 50%;
    color: #fff
}

.whos-it-for .lead {
    font-size: 115%;
    font-weight: 700
}

.whos-it-for .bullet-list {
    background-color: #1035B3;
    border-radius: 22px;
    padding: 30px
}

.whos-it-for .bullet-list h3 {
    font-size: 130%;
    margin-bottom: 30px
}

.whos-it-for .bullet-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-bottom: 0
}

.whos-it-for .bullet-list ul li {
    display: block;
    padding: 10px 0;
    margin-bottom: 0;
    padding-left: 50px;
    position: relative
}

.whos-it-for .bullet-list ul li:after {
    font-family: FontAwesome;
    content: "\F00C";
    position: absolute;
    left: 5px;
    top: 5px
}

.whos-it-for h1 {
    color: #1035B3
}

.whos-it-for-container {
    position: relative;
    max-width: 80%;
    margin: auto
}

@media (min-width:992px) {
    .whos-it-for .bullet-list {
        margin-top: -80px;
        margin-bottom: -80px
    }

    .whos-it-for .bullet-list ul {
        padding-bottom: 50px
    }

    .whos-it-for .bullet-list ul li {
        display: block;
        padding: 10px 0;
        padding-left: 50px
    }
}

.educational-benefits {
    padding: 40px;
    background-image: url(../img/benefits-bg.jpg);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover
}

.educational-benefits .educational-benefits-container {
    max-width: 80%;
    margin: auto
}

.educational-benefits .title-side {
    position: relative
}

.educational-benefits .title-side h3 {
    position: relative;
    padding: 20px;
    color: #1035B3;
    font-size: 30px;
    width: 100%;
    background-image: url(../img/benefits-title-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 30px
}

.educational-benefits .round-icon {
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, .2);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: auto;
    margin-bottom: 20px
}

.educational-benefits strong {
    display: block;
    margin-bottom: 30px;
    line-height: 105%
}

@media (min-width:992px) {
    .educational-benefits {
        padding: 90px 90px 70px 0
    }

    .educational-benefits .title-side h3 {
        position: relative;
        top: 50%;
        padding: 30px;
        transform: translateY(-50%);
        color: #1035B3;
        font-size: 30px;
        width: 80%;
        background-image: url(../img/benefits-title-bg.png);
        background-size: contain;
        background-repeat: no-repeat
    }
}

.stat-bar {
    padding: 60px 0;
    background-image: url(../img/stat-bar-bg.png);
    background-size: 100%;
    color: #1035B3;
    font-size: 20px
}

.stat-bar .stat-number {
    font-weight: 900;
    color: #fff;
    font-size: 125%;
    padding: 0;
    line-height: 100%
}

.stat-bar h3 {
    color: #fff
}

.together-connected {
    font-size: 20px;
    background-image: url(../img/together-connected-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0
}

.together-connected .container-fluid {
    max-width: 65%;
    margin: auto
}

.together-connected h1 {
    font-weight: 700;
    color: #1035B3
}

.together-connected h1 strong {
    font-weight: 900
}

.app-preview {
    padding: 60px 0;
    background-image: url(../img/app-review-bg.png);
    background-size: cover;
    background-position: 50%;
    font-size: 20px
}

.app-preview .container-fluid {
    max-width: 65%;
    margin: auto
}

.app-preview h1 {
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 50px
}

.coming-soon {
    color: #1035B3;
    margin: 50px auto;
    display: block;
    font-size: 200%
}

.testimonial-block.academy {
    background-image: url(../img/green-testimonials-bg.png)
}

.package-block {
    padding: 60px 30px;
    text-align: center;
    background-image: url(../img/package-bg.jpg);
    background-size: cover;
    color: #fff
}

.package-block h1 {
    color: #1035B3
}

.package {
    background-image: url(../img/silver-package.png);
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    width: 300px;
    min-height: 500px;
    padding: 20px;
    padding-top: 230px;
    display: inline-block;
    margin: 5px
}

.package-container {
    max-width: 1200px;
    margin: auto
}

.package.orange {
    background-image: url(../img/orange-package.png);
    color: #000
}

.package.bronze {
    background-image: url(../img/bronze-package.png);
    color: #000
}

@media (min-width:1800px) {
    .academy-top-block {
        padding: 150px 85px 120px
    }

    .academy-top-block .highlight {
        color: #1035B3;
        font-size: 26px;
        font-weight: 400;
        margin-top: 20px;
        text-transform: uppercase;
        margin-bottom: 34px
    }

    .academy-top-block .second-top-block {
        margin-top: 150px
    }

    .academy-top-block .second-top-block h1 {
        margin-top: -40px
    }

    .e-learning-block {
        padding: 75px 0
    }

    .e-learning-block .plan-title {
        margin-bottom: 70px
    }

    .e-learning-block .e-learning-container {
        max-width: 1700px !important
    }

    .e-learning-block .container-fluid {
        max-width: 1700px !important;
        margin: auto
    }

    .e-learning-block .highlight {
        font-size: 22px;
        font-weight: 500
    }

    .e-learning-grid .e-learning-card .icon {
        margin: 27px auto
    }

    .start-stop {
        font-size: 24px;
        padding-top: 108px;
        padding-bottom: 130px;
        background-repeat: no-repeat;
        background-position: left 11px;
        background-size: 41%;
        margin-top: 30px
    }

    .start-stop .lead {
        font-weight: 700
    }

    .whos-it-for {
        font-size: 24px
    }

    .whos-it-for h1 {
        font-size: 65px;
        font-weight: 700;
        margin-bottom: 45px
    }

    .whos-it-for .lead {
        font-size: 140%;
        font-weight: 700;
        margin-bottom: 40px
    }

    .whos-it-for .bullet-list {
        border-radius: 55px;
        margin-right: 21px
    }

    .whos-it-for .bullet-list ul {
        padding-bottom: 50px;
        padding-left: 50px;
        padding-right: 20px;
        font-size: 21px;
        line-height: 27px
    }

    .whos-it-for .bullet-list h3 {
        font-size: 41px;
        margin-bottom: 30px;
        text-align: center;
        margin-top: 27px
    }

    .educational-benefits {
        padding: 139px 128px 130px
    }

    .educational-benefits .title-side h3 {
        position: relative;
        top: 40%;
        padding: 30px;
        transform: translateY(-50%);
        color: #1035B3;
        font-size: 54px;
        width: 100%;
        background-image: url(../img/benefits-title-bg.png);
        background-size: contain;
        background-repeat: no-repeat;
        left: -17%
    }

    .educational-benefits .round-icon {
        margin: 33px auto
    }

    .stat-bar {
        padding: 95px 0;
        font-size: 25px
    }

    .stat-bar p.title {
        font-size: 30px;
        font-weight: 700;
        text-transform: uppercase
    }

    .stat-bar h3 {
        color: #fff;
        font-size: 41px
    }

    .stat-bar .stat-number {
        font-size: 56px
    }

    .together-connected {
        padding: 176px 0;
        font-size: 24px
    }

    .together-connected h1 {
        font-weight: 700
    }

    .together-connected h1 strong {
        font-size: 76px;
        font-weight: 900
    }

    .together-connected h2 {
        font-size: 44px;
        font-weight: 700;
        margin-bottom: 26px
    }

    .together-connected .container-fluid {
        max-width: 75%;
        margin: auto
    }

    .app-preview {
        padding: 134px 0 236px;
        font-size: 25px
    }

    .coming-soon {
        font-size: 44px;
        font-weight: 700;
        margin: 55px auto
    }

    .app-image {
        position: absolute;
        left: -10%;
        top: 64%;
        width: 747px;
        transform: translateY(-50%);
        max-width: 747px !important
    }

    .package-block {
        padding: 115px 0
    }

    .package-block h1 {
        font-size: 55px;
        font-weight: 700;
        margin-bottom: 25px
    }

    .package-block h3 {
        font-size: 39px;
        font-weight: 700
    }

    .package-block .lead {
        font-size: 25px
    }

    .package-block .packages {
        max-width: 1800px !important
    }

    .package-block .package-container {
        max-width: 1800px;
        margin: auto
    }

    .package-block .package-container .package {
        width: 500px;
        height: 800px;
        padding: 41px;
        padding-top: 430px;
        margin: 12px;
        font-size: 26px
    }
}

.splash-container {
    position: relative;
    overflow: hidden
}

.splash-container .splash-text-video {
    display: block
}

.splash-container .video-blackout {
    background: rgba(0, 0, 0, .6);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1
}

.splash-container .splash-bg {
    z-index: -1;
    position: static
}

.splash-container .splash-bg.desktop {
    display: none
}

.splash-container .splash-bg.mobile {
    display: block
}

.splash-container .splash-bg img {
    width: 100%;
    max-width: 100%
}

.splash-container .splash-text,
.splash-container .splash-text-video {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 100%;
    padding: 10% 0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5), 0 0 12px rgba(0, 0, 0, .5);
    transform: translate(-50%, -50%);
    z-index: 2
}

.splash-container .splash-text-video h3,
.splash-container .splash-text h3 {
    font-size: 16px;
    font-weight: 400
}

.splash-container .splash-text-video h1,
.splash-container .splash-text h1 {
    font-size: 34px;
    line-height: 105%;
    font-weight: 900
}

.splash-container .splash-text-video h1 strong,
.splash-container .splash-text h1 strong {
    font-weight: 900
}

.splash-container .splash-text-video .btn,
.splash-container .splash-text .btn {
    padding: 10px 20px;
    margin-top: 20px;
    text-shadow: none
}

@media (min-width:768px) {
    .splash-container .splash-text h3 {
        font-size: 30px
    }

    .splash-container .splash-text h1 {
        font-size: 44px
    }
}

@media (min-width:992px) {
    .splash-container .splash-bg.desktop {
        display: block
    }

    .splash-container .splash-bg.mobile {
        display: none
    }

    .splash-container .splash-text-video h3,
    .splash-container .splash-text h3 {
        font-size: 50px
    }

    .splash-container .splash-text-video h1,
    .splash-container .splash-text h1 {
        font-size: 64px
    }

    .splash-container .splash-text-video .btn,
    .splash-container .splash-text .btn {
        padding: 14px 25px;
        margin-top: 20px;
        text-shadow: none;
        border-radius: 55px
    }
}

@media (min-width:992px) {
    .splash-container .splash-text {
        font-size: 30px
    }

    .splash-container .splash-text h3 {
        font-size: 50px
    }

    .splash-container .splash-text h1 {
        margin-top: 20px;
        font-size: 77px
    }
}

@media (min-width:1800px) {

    .splash-container .splash-text-video .btn,
    .splash-container .splash-text .btn {
        font-size: 25px;
        padding: 10px 30px;
        border-radius: 55px;
        margin-top: 20px;
        text-shadow: none
    }
}