header {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    position: relative !important;
}

.scrolling-nav {
    position: relative !important;
    box-shadow: none !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

.mobile-roadmap {
    display: none;
}

.roadmap-section {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.roadmap-background {
    max-width: 1920px;
    width: 100%;
}

.road-image {
    position: absolute;
    max-width: 1920px;
    width: 100%;
}

.ellps {
    position: absolute;
    width: 160px;
    height: 180px;
    text-align: center;
    cursor: pointer;
}

.ellps1 {
    left: 11%;
    top: 32%;
}

.ellps2 {
    left: 39%;
    top: 32%
}

.ellps3 {
    left: 67%;
    top: 32%
}

.ellps4 {
    bottom: 28%;
    left: 25%;
}

.ellps5 {
    bottom: 28%;
    left: 53%;
}

.ellps6 {
    bottom: 28%;
    left: 81.5%;
}

.ellps-coloured,
.ellps-coloured-pushed {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 142px;
    cursor: pointer;
}

.ellps-coloured-pushed {
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.ellps-white-top {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 110px;
    height: 110px;
    background: #ffffff;
    border-radius: 100%;
    right: 12px;
}

.ellps-white-bottom {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 110px;
    height: 110px;
    background: #ffffff;
    border-radius: 100%;
    right: 12px;
    top: -25px;
}

.white-description-holder {
    max-width: 160px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: -155%;
    pointer-events: none;
}

.dark-description-holder {
    max-width: 160px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    bottom: -160%;
    pointer-events: none;
}

.bottom-white-descr-holder {
    bottom: -160%;
    top: unset;
}

.white-description-holder .description-top-row,
.dark-description-holder .description-top-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.white-description-holder .description-top-row p {
    font-family: 'OpenSans-Bold', sans-serif;
    font-size: 29px;
    color: #ffffff;
    margin: 0;
}

.dark-description-holder .description-top-row p {
    font-family: 'OpenSans-Bold', sans-serif;
    font-size: 29px;
    color: #5b5b5b;
    margin: 0;
}

.white-description-holder .description-top-row img,
.dark-description-holder .description-top-row img {
    width: 30px;
    margin-left: 25px;
}

.white-description-holder .description-bottom-row p {
    font-family: 'OpenSans-Regular', sans-serif;
    font-size: 14px;
    color: #ffffff;
    text-align: left;
    margin: 0;
}

.dark-description-holder .description-bottom-row p {
    font-family: 'OpenSans-Regular', sans-serif;
    font-size: 14px;
    color: #5b5b5b;
    text-align: left;
    margin: 0;
}

.right-top-image-holder {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    top: -168%;
    right: -190%;
    max-width: 220px;
    pointer-events: none;
}

.right-top-image-holder p {
    font-family: 'OpenSans-Regular', sans-serif;
    font-size: 14px;
    color: #ffffff;
    text-align: left;
    margin: 0;
}

.bottom-left-image-holder {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 235px;
    bottom: -160%;
    left: -225%;
    pointer-events: none;
}

.bottom-left-image-holder img {
    margin-right: 20px;
}

.bottom-left-image-holder p {
    font-family: 'OpenSans-Regular', sans-serif;
    font-size: 14px;
    color: #5b5b5b;
    text-align: left;
    margin: 0;
}

.first-card {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffcd00+0,ea5e01+100 */
    background: rgb(255, 205, 0);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(255, 205, 0, 1) 0%, rgba(255, 205, 0, 1) 50%, rgba(234, 94, 1, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 205, 0, 1) 0%, rgba(255, 205, 0, 1) 50%, rgba(234, 94, 1, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 205, 0, 1) 0%, rgba(255, 205, 0, 1) 50%, rgba(234, 94, 1, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd00', endColorstr='#ea5e01', GradientType=1);
    /* IE6-9 */
}

.second-card {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00c19a+0,00aacc+100 */
    background: rgb(0, 193, 154);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(0, 193, 154, 1) 0%, rgba(0, 193, 154, 1) 50%, rgba(0, 170, 204, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 193, 154, 1) 0%, rgba(0, 193, 154, 1) 50%, rgba(0, 170, 204, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 193, 154, 1) 0%, rgba(0, 193, 154, 1) 50%, rgba(0, 170, 204, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c19a', endColorstr='#00aacc', GradientType=1);
    /* IE6-9 */
}

.third-card {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#474997+0,b9569f+100 */
    background: rgb(71, 73, 151);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(71, 73, 151, 1) 0%, rgba(185, 86, 159, 1) 50%, rgba(185, 86, 159, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(71, 73, 151, 1) 0%, rgba(185, 86, 159, 1) 50%, rgba(185, 86, 159, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(71, 73, 151, 1) 0%, rgba(185, 86, 159, 1) 50%, rgba(185, 86, 159, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474997', endColorstr='#b9569f', GradientType=1);
    /* IE6-9 */
}

.fourth-card {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eb1778+0,8217d0+100 */
    background: rgb(235, 23, 120);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(235, 23, 120, 1) 0%, rgba(235, 23, 120, 1) 50%, rgba(130, 23, 208, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(235, 23, 120, 1) 0%, rgba(235, 23, 120, 1) 50%, rgba(130, 23, 208, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(235, 23, 120, 1) 0%, rgba(235, 23, 120, 1) 50%, rgba(130, 23, 208, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb1778', endColorstr='#8217d0', GradientType=1);
    /* IE6-9 */
}

.fifth-card {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9cc72+0,9beadd+100 */
    background: rgb(249, 204, 114);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(249, 204, 114, 1) 0%, rgba(155, 234, 221, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(249, 204, 114, 1) 0%, rgba(155, 234, 221, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(249, 204, 114, 1) 0%, rgba(155, 234, 221, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9cc72', endColorstr='#9beadd', GradientType=0);
    /* IE6-9 */
}

.sixth-card {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffc066+0,ff5644+100 */
    background: rgb(255, 192, 102);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 192, 102, 1) 0%, rgba(255, 86, 68, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 192, 102, 1) 0%, rgba(255, 86, 68, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 192, 102, 1) 0%, rgba(255, 86, 68, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc066', endColorstr='#ff5644', GradientType=0);
    /* IE6-9 */
}

.ellps:hover {
    z-index: 999;
}

.ellps:hover .ellps-coloured-pushed {
    opacity: 1;
}

.ellps:hover .hidden-card {
    opacity: 1;
    display: block;
}

.ellps:hover .ellps-white-top::after {
    content: '';
    width: 100%;
    height: 66px;
    background: #ffffff;
    margin-top: 50%;
    display: block;
}

.ellps:hover .ellps-white-bottom::after {
    content: '';
    width: 100%;
    height: 75px;
    background: #ffffff;
    margin-top: -20%;
    display: block;
}

.ellps6:hover .ellps-white-bottom::after {
    content: '';
    width: 100%;
    height: 110px;
    background: #ffffff;
    margin-top: -50%;
    display: block;
}

.hidden-card {
    width: 480px;
    height: auto;
    border-radius: 20px;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    position: relative;
    padding: 10px;
    display: none;
    margin-left: 5px;
    left: 4px;
}

.ellps3 .hidden-card {
    left: unset;
    right: 346px;
}

.ellps1 .hidden-card,
.ellps2 .hidden-card,
.ellps3 .hidden-card {
    margin-top: 60px;
}

.ellps4 .hidden-card,
.ellps5 .hidden-card,
.ellps6 .hidden-card {
    margin-bottom: 60px;
    position: absolute;
    bottom: 24px;
    left: 4px;
}

.hidden-card-top {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 10px;
}

.hidden-card-top-left {
    background: #ffffff;
    width: 30%;
}

.hidden-card-top-right {
    width: 75%;
    background: #ffffff;
    -webkit-border-top-right-radius: 20px;
    -moz-border-top-right-radius: 20px;
    -o-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
    padding: 10px 20px;
}

.hidden-card-top-right p {
    font-family: 'OpenSans-Bold', sans-serif;
    font-size: 24px;
    color: #5a5a5a;
    line-height: normal;
    margin: 0;
}

.hidden-card-bottom {
    background: #ffffff;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottom-left-radius: 20px;
    -o-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottom-right-radius: 20px;
    -o-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 20px;
    margin-top: 10px;
}

.hct2 .hidden-card-top-right {
    -webkit-border-top-right-radius: 0px;
    -moz-border-top-right-radius: 0px;
    -o-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottom-right-radius: 20px;
    -o-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.hct2 {
    margin-bottom: 0;
    margin-top: 10px;
}

.hcb2 {
    -webkit-border-top-left-radius: 20px;
    -moz-border-top-left-radius: 20px;
    -o-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-top-right-radius: 20px;
    -o-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
    -o-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    -o-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-top: 0;
    margin-bottom: 10px;
}

.hidden-card-bottom p {
    font-size: 14px;
    font-family: 'OpenSans-Regular', sans-serif;
    color: #5a5a5a;
    text-align: left;
    margin: 0;
}

.ellps6 .hidden-card {
    left: unset;
    right: 20px;
}

.ellps6 .hct2 .hidden-card-top-right {
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    -o-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottom-left-radius: 20px;
    -o-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.ellps3 .hidden-card-top-right {
    width: 79%;
    -webkit-border-top-right-radius: 0px;
    -moz-border-top-right-radius: 0px;
    -o-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-top-left-radius: 20px;
    -o-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
}

.ellps-white-top img,
.ellps-white-bottom img {
    max-width: 60px;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

#box {
    background: url('../assets/images/roadmap/truck.png') no-repeat;
    width: 93px;
    height: 34px;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transition: all;
    -moz-transition: all;
    -o-transition: all;
    transition: all;
    opacity: 0;
}

@media only screen and (max-width: 1550px) {
    .ellps1 {
        left: 10%;
        top: 32%;
    }
    .ellps2 {
        left: 38%;
        top: 32%
    }
    .ellps3 {
        left: 66%;
        top: 32%
    }
    .ellps4 {
        bottom: 28%;
        left: 24%;
    }
    .ellps5 {
        bottom: 28%;
        left: 52%;
    }
    .ellps6 {
        bottom: 28%;
        left: 80.5%;
    }
    .white-description-holder {
        top: -138%;
    }
    .dark-description-holder {
        bottom: -130%;
    }
    .bottom-white-descr-holder {
        bottom: -130%;
        top: unset;
    }
    .right-top-image-holder {
        top: -151%;
    }
    .bottom-left-image-holder {
        bottom: -130%;
        left: -200%;
    }
    .white-description-holder .description-bottom-row p,
    .dark-description-holder .description-bottom-row p,
    .bottom-left-image-holder p,
    .right-top-image-holder p {
        font-size: 12px;
    }
    .white-description-holder .description-top-row, .dark-description-holder .description-top-row {
        margin-bottom: 0;
    }
    .white-description-holder {
        top: -120%;
    }
    .bottom-white-descr-holder {
        top: unset;
    }
    .bottom-left-image-holder {
        bottom: -124%; 
    }
    .bottom-white-descr-holder,
    .dark-description-holder {
        bottom: -120%;
    }
    .right-top-image-holder {
        top: -141%;
        right: -166%;
    }
}

@media only screen and (max-width: 1440px) {
    .ellps-coloured,
    .ellps-coloured-pushed {
        width: 123px;
    }
    .ellps-white-top,
    .ellps-white-bottom {
        width: 90px;
        height: 90px;
    }
    .ellps1 {
        left: 9.7%;
    }
    .ellps2 {
        left: 37.6%;
    }
    .ellps3 {
        left: 65.9%;
    }
    .ellps4 {
        left: 23.7%;
    }
    .ellps5 {
        left: 51.75%;
    }
    .ellps6 {
        left: 80.2%;
    }
    .white-description-holder .description-top-row,
    .dark-description-holder .description-top-row {
        margin-bottom: 0;
    }
    .white-description-holder {
        top: -114%;
    }
    .dark-description-holder {
        bottom: -112%;
    }
    .bottom-white-descr-holder {
        top: unset;
        bottom: -112%;
    }
    .right-top-image-holder {
        top: -135%;
        right: -150%;
    }
    .bottom-left-image-holder {
        bottom: -112%;
        left: -180%;
    }
    .hidden-card {
        left: 14px;
    }
    .hidden-card-top-right {
        width: 95%;
    }
    .ellps1 .hidden-card,
    .ellps2 .hidden-card,
    .ellps3 .hidden-card {
        margin-top: 75px;
    }
    .ellps:hover .ellps-white-top::after {
        height: 78px;
        margin-top: 53%;
    }
    .ellps:hover .ellps-white-bottom::after {
        margin-top: -36.5%;
    }
    .ellps6:hover .ellps-white-bottom::after {
        margin-top: -72.5%;
    }
    .ellps4 .hidden-card,
    .ellps5 .hidden-card {
        left: 14px;
    }
    .ellps6 .hidden-card {
        right: 30px;
    }
}

@media only screen and (max-width: 1330px) {
    .dark-description-holder {
        bottom: -94%;
    }
    .white-description-holder {
        top: -105%;
    }
    .bottom-white-descr-holder {
        top: unset;
        bottom: -94%;
    }
    .ellps-coloured,
    .ellps-coloured-pushed {
        width: 110px;
    }
    .ellps-white-top {
        right: 10px;
    }
    .ellps-white-bottom {
        right: 10px;
        top: -19px;
    }
    .ellps-white-top,
    .ellps-white-bottom {
        width: 80px;
        height: 80px;
    }
    .ellps1 {
        left: 9.1%;
        top: 29%;
    }
    .ellps2 {
        left: 37%;
        top: 29%;
    }
    .ellps3 {
        left: 65.3%;
        top: 29%;
    }
    .ellps4 {
        left: 23.1%;
        bottom: 25%;
    }
    .ellps5 {
        left: 51.1%;
        bottom: 25%;
    }
    .ellps6 {
        left: 79.6%;
        bottom: 25%;
    }
    .bottom-left-image-holder {
        bottom: -94%;
        left: -170%;
    }
    .right-top-image-holder {
        top: -120%;
        right: -155%;
    }
    .right-top-image-holder img {
        max-width: 70px;
    }
    .hidden-card {
        left: 20px;
    }
    .hidden-card-top-right {
        width: 115%;
    }
    .ellps3 .hidden-card-top-right {
        width: 110%;
    }
    .ellps3 .hidden-card {
        right: 335px;
    }
    .ellps4 .hidden-card,
    .ellps5 .hidden-card,
    .ellps6 .hidden-card {
        bottom: 10px;
    }
    .ellps4 .hidden-card,
    .ellps5 .hidden-card {
        left: 21px;
    }
    .ellps:hover .ellps-white-bottom::after {
        height: 65px;
        margin-top: -33.5%;
    }
    .ellps6:hover .ellps-white-bottom::after {
        height: 100px;
        margin-top: -74.5%;
    }
    .ellps6 .hidden-card {
        right: 35px;
    }
    .hidden-card {
        width: 455px;
    }
    .ellps:hover .ellps-white-top::after {
        height: 78px;
        margin-top: 54%;
    }
    .hidden-card-top-right {
        width: 110%;
    }
}

@media only screen and (max-width: 1250px) {
    .ellps1 {
        left: 8.6%;
        top: 28%;
    }
    .ellps2 {
        left: 36.5%;
        top: 28%;
    }
    .ellps3 {
        left: 64.8%;
        top: 28%;
    }
    .ellps4 {
        left: 22.6%;
        bottom: 23%;
    }
    .ellps5 {
        left: 50.7%;
        bottom: 23%;
    }
    .ellps6 {
        left: 79.1%;
        bottom: 23%;
    }
    .white-description-holder {
        top: -85%;
    }
    .bottom-white-descr-holder {
        top: unset;
    }
    .white-description-holder .description-bottom-row p,
    .dark-description-holder .description-bottom-row p,
    .right-top-image-holder p,
    .bottom-left-image-holder p {
        line-height: 1.1;
    }
    .dark-description-holder,
    .bottom-white-descr-holder {
        bottom: -63%;
    }
    .bottom-left-image-holder {
        bottom: -70%;
        left: -160%;
    }
    .right-top-image-holder {
        top: -83%;
        right: -80%;
        max-width: 100px;
    }
    .right-top-image-holder img {
        max-width: 40px;
    }
}

@media only screen and (max-width: 1150px) {
    .ellps1 {
        left: 8%;
    }
    .ellps2 {
        left: 36%;
    }
    .ellps3 {
        left: 64.2%;
    }
    .ellps4 {
        left: 22%;
    }
    .ellps5 {
        left: 50.1%;
    }
    .ellps6 {
        left: 78.5%;
    }
    .bottom-left-image-holder img {
        margin-right: 5px;
    }
    .bottom-left-image-holder {
        left: -150%;
    }
}

@media only screen and (max-width: 1050px) {
    .ellps1 {
        left: 7.5%;
    }
    .ellps2 {
        left: 35.5%;
    }
    .ellps3 {
        left: 63.8%;
    }
    .ellps4 {
        left: 21.6%;
    }
    .ellps5 {
        left: 49.6%;
    }
    .ellps6 {
        left: 77.9%;
    }
    .right-top-image-holder img {
        max-width: 50px;
    }
    .right-top-image-holder {
        top: -89%;
        right: -71%;
    }
    .bottom-left-image-holder {
        flex-direction: column;
        max-width: 160px;
        left: -125%;
    }
    .white-description-holder .description-bottom-row p, .dark-description-holder .description-bottom-row p, .bottom-left-image-holder p, .right-top-image-holder p {
        font-size: 10px;
    }
}

@media only screen and (max-width: 1024px) {
    .white-description-holder,
    .dark-description-holder {
        max-width: 140px;
    }
    .dark-description-holder,
    .bottom-white-descr-holder {
        bottom: -62%;
    }
    .white-description-holder {
        top: -65%;
    }
    .bottom-white-descr-holder {
        top: unset;
    }
    .ellps-coloured,
    .ellps-coloured-pushed {
        width: 95px;
    }
    .ellps-white-top,
    .ellps-white-bottom {
        width: 70px;
        height: 70px;
    }
    .ellps1,
    .ellps2,
    .ellps3 {
        top: 26%;
    }
    .ellps4,
    .ellps5,
    .ellps6 {
        bottom: 22%;
    }
    .ellps1 {
        left: 7.2%;
    }
    .ellps2 {
        left: 35.1%;
    }
    .ellps3 {
        left: 63.3%;
    }
    .ellps4 {
        left: 21.2%;
    }
    .ellps5 {
        left: 49.2%;
    }
    .ellps6 {
        left: 77.6%;
    }
    .right-top-image-holder img {
        max-width: 50px;
    }
    .right-top-image-holder {
        top: -69%;
        max-width: 140px;
        right: -90%;
    }
    .bottom-left-image-holder {
        bottom: -62%;
        left: -100%;
        max-width: 140px;
    }
    .hidden-card-bottom {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .hidden-card {
        left: 25px;
    }
    .ellps3 .hidden-card {
        right: 365px;
    }
    .ellps:hover .ellps-white-bottom::after {
        margin-top: -75%;
    }
    .ellps4 .hidden-card,
    .ellps5 .hidden-card {
        left: 25px;
    }
    .ellps4 .hidden-card,
    .ellps5 .hidden-card,
    .ellps6 .hidden-card {
        bottom: 15px;
    }
    .ellps:hover .ellps-white-bottom::after {
        height: 50px;
        margin-top: -21%;
    }
    .ellps6:hover .ellps-white-bottom::after {
        height: 70px;
        margin-top: -52%;
    }
    .ellps6 .hidden-card {
        right: 40px;
    }
    .hidden-card-top-right p {
        margin: 0;
        line-height: 1.1;
    }
    .hidden-card-bottom p {
        margin: 0;
        line-height: 1.1;
    }
    .hidden-card {
        max-width: 360px;
    }
    .ellps:hover .ellps-white-top::after {
        height: 56px;
    }
    .hidden-card-top-right {
        width: 97%;
    }
    .ellps3 .hidden-card {
        right: 245px;
    }
    .ellps3 .hidden-card-top-right {
        width: 97%;
    }
    .ellps-white-top img,
    .ellps-white-bottom img {
        max-width: 40px;
    }
    .hidden-card-top-right p {
        font-size: 20px;
    }
}

@media only screen and (max-width: 930px) {
    .ellps1,
    .ellps2,
    .ellps3 {
        top: 25%;
    }
    .ellps4,
    .ellps5,
    .ellps6 {
        bottom: 20%;
    }
    .ellps1 {
        left: 6.7%;
    }
    .ellps2 {
        left: 34.5%;
    }
    .ellps3 {
        left: 62.8%;
    }
    .ellps4 {
        left: 20.7%;
    }
    .ellps5 {
        left: 48.7%;
    }
    .ellps6 {
        left: 77.2%;
    }
    .dark-description-holder,
    .bottom-white-descr-holder {
        bottom: -52%;
    }
    .bottom-left-image-holder {
        bottom: -52%;
    }
    .hidden-card-bottom p {
        margin: 0;
    }
    .hidden-card-top-right p {
        margin: 0;
    }
}

@media only screen and (max-width: 890px) {
    .ellps-coloured,
    .ellps-coloured-pushed {
        width: 85px;
    }
    .ellps-white-top,
    .ellps-white-bottom {
        width: 62px;
        height: 62px;
    }
    .ellps1,
    .ellps2,
    .ellps3 {
        top: 23%;
    }
    .ellps1 {
        left: 6.2%;
    }
    .ellps2 {
        left: 34.1%;
    }
    .ellps3 {
        left: 62.4%;
    }
    .ellps4 {
        left: 20.1%;
    }
    .ellps5 {
        left: 48.2%;
    }
    .ellps6 {
        left: 76.7%;
    }
    .ellps-white-top {
        right: 8px;
    }
    .ellps-white-bottom {
        right: 8px;
        top: -14px;
    }
    .white-description-holder {
        top: -58%;
    }
    .dark-description-holder,
    .bottom-white-descr-holder {
        bottom: -40%;
        top: unset;
    }
    .right-top-image-holder {
        top: -62%;
        max-width: 150px;
        right: -82%;
    }
    .ellps:hover .ellps-white-top::after {
        height: 85px;
    }
    .hidden-card {
        left: 30px;
    }
    .hidden-card-top-right {
        width: 145%;
    }
    .ellps4 .hidden-card,
    .ellps5 .hidden-card {
        left: 30px;
    }
    .ellps:hover .ellps-white-bottom::after {
        height: 80px;
        margin-top: -78%;
    }
    .ellps3 .hidden-card {
        right: 368px;
    }
    .ellps3 .hidden-card-top-right {
        width: 140%;
    }
    .fifth-card {
        max-width: 370px;
    }
    .fifth-card .hidden-card-top-right {
        width: 100%;
        padding: 0px 20px;
    }
    .fifth-card .hidden-card-top-right p {
        line-height: 1.1;
    }
    .ellps5:hover .ellps-white-bottom::after {
        height: 40px;
        margin-top: -15%;
    }
    .hidden-card-top-right p {
        font-size: 20px;
    }
    .ellps:hover .ellps-white-top::after {
        height: 56px;
    }
    .hidden-card-top-right {
        width: 107%;
    }
    .ellps3 .hidden-card {
        right: 248px;
    }
    .ellps3 .hidden-card-top-right {
        width: 107%;
    }
    .ellps:hover .ellps-white-bottom::after {
        height: 53px;
        margin-top: -34%;
    }
    .ellps6:hover .ellps-white-bottom::after {
        height: 72px;
        margin-top: -69%;
    }
    .fifth-card .hidden-card-top-right {
        width: 107%;
        padding: 10px 20px;
    }
    .ellps6 .hidden-card {
        right: 43px;
    }
    .bottom-left-image-holder {
        bottom: -40%;
    }
}

@media only screen and (max-width: 850px) {
    .ellps1 {
        left: 5.3%;
    }
    .ellps2 {
        left: 33.3%;
    }
    .ellps3 {
        left: 61.6%;
    }
    .ellps4 {
        left: 19.5%;
    }
    .ellps5 {
        left: 47.5%;
    }
    .ellps6 {
        left: 75.9%;
    }
    .dark-description-holder,
    .bottom-white-descr-holder {
        bottom: -40%;
        top: unset;
    }
    .bottom-left-image-holder {
        bottom: -40%;
        left: -90%;
    }
}

@media only screen and (max-width: 780px) {
    header {
        padding-top: 29px !important;
        padding-bottom: 20px !important;
    }
    .desktop-roadmap {
        display: none;
    }
    .mobile-roadmap {
        display: block;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdfbfb+0,ebedee+100 */
        background: rgb(253, 251, 251);
        /* Old browsers */
        background: -moz-linear-gradient(-45deg, rgba(253, 251, 251, 1) 0%, rgba(235, 237, 238, 1) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg, rgba(253, 251, 251, 1) 0%, rgba(235, 237, 238, 1) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg, rgba(253, 251, 251, 1) 0%, rgba(235, 237, 238, 1) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfbfb', endColorstr='#ebedee', GradientType=1);
        /* IE6-9 fallback on horizontal gradient */
        min-height: 100%;
        height: auto;
        padding-right: 20px;
        padding-left: 20px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .bottom-left-image-holder {
        position: relative;
        top: unset;
        bottom: unset;
        right: unset;
        left: unset;
        margin-top: 30px;
        max-width: 160px;
    }
    .bottom-left-image-holder img {
        margin-right: unset;
        margin-bottom: 5px;
    }
    .bottom-left-image-holder p {
        font-size: 14px;
    }
    .white-description-holder,
    .dark-description-holder {
        position: relative;
        top: unset;
        bottom: unset;
        left: unset;
        right: unset;
        margin-top: 30px;
        max-width: 160px;
    }
    .white-description-holder .description-bottom-row p,
    .dark-description-holder .description-bottom-row p {
        font-size: 14px;
    }
    .mobile-ellps-holder {
        position: relative;
        margin-top: 60px;
    }
    .mobile-ellps {
        max-width: 100%;
        padding: 10px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -o-border-radius: 20px;
        border-radius: 20px;
        position: relative;
    }
    .mobile-ellps-img {
        position: absolute;
        top: -35px;
    }
    .mobile-ellps-top-row {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        margin-bottom: 10px;
    }
    .mobile-ellps-top-row-left {
        width: 70px;
        position: relative;
    }
    .mobile-ellps-white-circle img {
        position: absolute;
        max-width: 40px;
        width: 100%;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .mobile-ellps-top-row-right {
        width: 89.5%;
        background: #ffffff;
        -webkit-border-top-right-radius: 20px;
        -moz-border-top-right-radius: 20px;
        -o-border-top-right-radius: 20px;
        border-top-right-radius: 20px;
        padding: 10px 20px;
        text-align: center;
    }
    .mobile-ellps-top-row-right p {
        font-family: 'OpenSans-Bold', sans-serif;
        font-size: 24px;
        color: #5a5a5a;
        margin: 0;
    }
    .mobile-ellps-bottom-row {
        -webkit-border-bottom-left-radius: 20px;
        -moz-border-bottom-left-radius: 20px;
        -o-border-bottom-left-radius: 20px;
        border-bottom-left-radius: 20px;
        -webkit-border-bottom-right-radius: 20px;
        -moz-border-bottom-right-radius: 20px;
        -o-border-bottom-right-radius: 20px;
        border-bottom-right-radius: 20px;
        background: #ffffff;
        padding: 20px;
        margin-top: 10px;
    }
    .mobile-ellps-bottom-row p {
        font-size: 14px;
        font-family: 'OpenSans-Regular', sans-serif;
        color: #5a5a5a;
        text-align: left;
        margin: 0;
    }
    .mobile-ellps-white-circle {
        width: 60px;
        height: 70px;
        background: #ffffff;
        border-radius: 100%;
        position: absolute;
        top: -25px;
        left: 10px;
    }
    .mobile-ellps-white-circle::after {
        content: "";
        width: 100%;
        height: 61px;
        background: #ffffff;
        margin-top: 50%;
        display: block;
    }
    .mobile-ellps-1 {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffcd00+0,ea5e01+100 */
        background: rgb(255, 205, 0);
        /* Old browsers */
        background: -moz-linear-gradient(left, rgba(255, 205, 0, 1) 0%, rgba(255, 205, 0, 1) 50%, rgba(234, 94, 1, 1) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(255, 205, 0, 1) 0%, rgba(255, 205, 0, 1) 50%, rgba(234, 94, 1, 1) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(255, 205, 0, 1) 0%, rgba(255, 205, 0, 1) 50%, rgba(234, 94, 1, 1) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd00', endColorstr='#ea5e01', GradientType=1);
        /* IE6-9 */
    }
    .mobile-ellps-2 {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00c19a+0,00aacc+100 */
        background: rgb(0, 193, 154);
        /* Old browsers */
        background: -moz-linear-gradient(left, rgba(0, 193, 154, 1) 0%, rgba(0, 193, 154, 1) 50%, rgba(0, 170, 204, 1) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(0, 193, 154, 1) 0%, rgba(0, 193, 154, 1) 50%, rgba(0, 170, 204, 1) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(0, 193, 154, 1) 0%, rgba(0, 193, 154, 1) 50%, rgba(0, 170, 204, 1) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c19a', endColorstr='#00aacc', GradientType=1);
        /* IE6-9 */
    }
    .mobile-ellps-3 {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#474997+0,b9569f+100 */
        background: rgb(71, 73, 151);
        /* Old browsers */
        background: -moz-linear-gradient(left, rgba(71, 73, 151, 1) 0%, rgba(71, 73, 151, 1) 50%, rgba(185, 86, 159, 1) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(71, 73, 151, 1) 0%, rgba(71, 73, 151, 1) 50%, rgba(185, 86, 159, 1) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(71, 73, 151, 1) 0%, rgba(71, 73, 151, 1) 50%, rgba(185, 86, 159, 1) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474997', endColorstr='#b9569f', GradientType=1);
        /* IE6-9 */
    }
    .mobile-ellps-4 {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eb1778+0,8217d0+100 */
        background: rgb(235, 23, 120);
        /* Old browsers */
        background: -moz-linear-gradient(left, rgba(235, 23, 120, 1) 0%, rgba(235, 23, 120, 1) 50%, rgba(130, 23, 208, 1) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(235, 23, 120, 1) 0%, rgba(235, 23, 120, 1) 50%, rgba(130, 23, 208, 1) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(235, 23, 120, 1) 0%, rgba(235, 23, 120, 1) 50%, rgba(130, 23, 208, 1) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb1778', endColorstr='#8217d0', GradientType=1);
        /* IE6-9 */
    }
    .mobile-ellps-5 {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9cc72+0,9beadd+100 */
        background: rgb(249, 204, 114);
        /* Old browsers */
        background: -moz-linear-gradient(top, rgba(249, 204, 114, 1) 0%, rgba(155, 234, 221, 1) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(249, 204, 114, 1) 0%, rgba(155, 234, 221, 1) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(249, 204, 114, 1) 0%, rgba(155, 234, 221, 1) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9cc72', endColorstr='#9beadd', GradientType=0);
        /* IE6-9 */
    }
    .mobile-ellps-6 {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffc066+0,ff5644+100 */
        background: rgb(255, 192, 102);
        /* Old browsers */
        background: -moz-linear-gradient(top, rgba(255, 192, 102, 1) 0%, rgba(255, 86, 68, 1) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255, 192, 102, 1) 0%, rgba(255, 86, 68, 1) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255, 192, 102, 1) 0%, rgba(255, 86, 68, 1) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc066', endColorstr='#ff5644', GradientType=0);
        /* IE6-9 */
    }
    .mobile-ellps-holder:last-of-type {
        margin-bottom: 30px;
    }
    .last-mobile-text-holder {
        font-family: 'OpenSans-Regular', sans-serif;
        font-size: 14px;
        color: #5b5b5b;
        text-align: left;
        margin: 0;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 600px) {
    .mobile-ellps-white-circle::after {
        height: 97px;
    }
}

@media only screen and (max-width: 386px) {
    .mobile-ellps-white-circle::after {
        height: 84px;
    }
    .mobile-ellps-top-row-right {
        width: 76.5%;
    }
    .mobile-ellps-top-row-right p {
        font-size: 20px;
    }
}

@media only screen and (max-width: 353px) {
    .mobile-ellps-top-row-right p {
        font-size: 18px;
    }
    .mobile-ellps-white-circle::after {
        height: 79px;
    }
}

@media only screen and (max-width: 334px) {
    .mobile-ellps-white-circle::after {
        height: 106px;
    }
}