body {
    font-size: 18px;
    line-height: 28px;
    color: #9b9b9b;
    font-family: 'Mont-Regular';
    font-weight: 400;
}

* {
    outline: none;
}

.big-container {
    overflow-x: hidden;
}

/* ----- Start Privacy - Terms ----- */

.privacy-terms-holder {
    padding-left: 20px;
    padding-right: 20px;
}

.privacy-terms-holder .content {
    padding-top: 120px;
    padding-bottom: 120px;
}

.privacy-terms-holder h3 {
    font-size: 26px;
    line-height: 36px;
    color: #000;
    margin: 0 0 15px 0;
}

.privacy-terms-holder p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin: 0 0 30px 0;
}

.privacy-terms-holder p:last-of-type {
    margin: 0;
}

.privacy-terms-holder p a {
    color: inherit;
}

.privacy-terms-holder p a:hover {
    text-decoration: none;
}

/* ----- End Privacy - Terms ----- */

.container {
    background-color: #181818;
    background-image: url('../images/banner-bg.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.header {
    padding-right: 20px;
    padding-left: 20px;
}

.content {
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
}

.content.header-c {
    padding-top: 20px;
    padding-bottom: 20px;
}

.content.banner-c {
    padding-top: 30px;
    padding-bottom: 95px;
}

.content.innovate-c {
    padding-top: 120px;
    padding-bottom: 120px;
}

.content.how-c {
    padding-top: 120px;
    padding-bottom: 120px;
}

.content.early-acces-c {
    padding-top: 120px;
    padding-bottom: 120px;
}

.content.why-c {
    padding-top: 120px;
    padding-bottom: 120px;
}

.content.grey-c {
    max-width: 1300px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.content.early-c {
    padding-top: 120px;
    padding-bottom: 120px;
}

.content.footer-c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner {
    padding-right: 20px;
    padding-left: 20px;
}

.banner-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

.banner-txt {
    position: relative;
    width: 50%;
}

.banner-txt.thanks {
    width: 100%;
    text-align: center;
}

.heading {
    margin-top: 0px;
    margin-bottom: 40px;
    font-family: Mont-Heavy, sans-serif;
    color: #fff;
    font-size: 60px;
    line-height: 70px;
    font-weight: 900;
}

.heading.thanks {
    color: #ff4544;
    font-weight: 900;
}

.text-span {
    color: #ff4544;
}

.sub-heading {
    margin-bottom: 30px;
    font-family: Mont-Regular, sans-serif;
    color: #d7d7d8;
    font-size: 24px;
    line-height: 34px;
}

.paragraph {
    margin-bottom: 80px;
    font-family: Mont-Regular, sans-serif;
    color: #d7d7d8;
    font-size: 14px;
    line-height: 26px;
}

.paragraph.no-margin {
    margin-bottom: 0px;
}

/* ----- Start Form ----- */

.form {
    width: 48%;
    padding: 40px 60px;
    background-color: #0d0d0d;
}

#hs-form-iframe-0 {
    max-width: 600px !important;
    width: 100% !important;
}

#hs-form-iframe-1 {
    width: 100% !important;
}

#label-email-703193c2-d40d-4bea-82ab-ded6b547d64b,
#label-full_name-703193c2-d40d-4bea-82ab-ded6b547d64b,
#label-company-703193c2-d40d-4bea-82ab-ded6b547d64b,
#label-phone-703193c2-d40d-4bea-82ab-ded6b547d64b {
    display: none !important;
}

.form .hs-input {
    width: 100%;
    height: 55px;
    background: #212126;
    border: none;
    margin: 0 0 15px 0;
    text-indent: 20px;
    color: #fff;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fff;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

::placeholder {
    /* Most modern browsers support this now. */
    color: #fff;
}

.form ul.inputs-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hs-error-msg {
    font-size: 12px;
    line-height: 20px;
    color: #ff4544 !important;
}

.hs-form-field label:first-of-type {
    color: #fff;
}

.hs-form-booleancheckbox-display {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    margin: 10px 0 25px;
}

.hs-form-booleancheckbox-display .hs-input {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
}

.hs-form-booleancheckbox-display span {
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    margin: 0 0 0 10px;
}

.hs-form-booleancheckbox-display span a {
    color: inherit;
}

.hs-form-booleancheckbox-display span a:hover {
    text-decoration: none;
}

.hs-form-required {
    display: none;
}

.hs_recaptcha {
    margin-top: 15px;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
}

.hs-button {
    display: block;
    width: 100%;
    height: 54px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 3px;
    background-color: #ff4544;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: 'Mont Bold', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    text-align: center;
    border: none;
    color: #fff;
    cursor: pointer;
    -webkit-appearance: none;
}

.hs-button:hover {
    background-color: #fff;
    color: #ff4544;
}

.hs-main-font-element {
    font-size: 12px;
    line-height: 20px;
    color: #ff4544;
}

/* ----- End Form ----- */

.paragraph-2 {
    margin-bottom: 20px;
    font-family: 'Mont Bold', sans-serif;
    color: #ff4544;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
}

.paragraph-2.white {
    color: #fff;
}

.sub-form {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 30px;
}

.image-2 {
    position: absolute;
    left: auto;
    top: auto;
    right: 3%;
    bottom: 25%;
}

.innovate {
    padding-right: 20px;
    padding-left: 20px;
    background-color: #f4f4f4;
}

.heading-2 {
    margin-top: 0px;
    margin-bottom: 90px;
    font-family: Mont-Heavy, sans-serif;
    color: #000;
    font-size: 56px;
    line-height: 70px;
    font-weight: 900;
    text-align: center;
}

.paragraph-3 {
    margin-bottom: 60px;
    font-family: Mont-SemiBold, sans-serif;
    color: #000;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
}

.inn-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.inn-txt {
    width: 50%;
    padding-top: 45px;
}

.paragraph-4 {
    margin-bottom: 40px;
    font-family: Mont-Regular, sans-serif;
    color: #939393;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.text-span-2 {
    font-family: Mont-RegularItalic, sans-serif;
    font-weight: 400;
}

.paragraph-5 {
    margin-bottom: 60px;
    font-family: Mont-Regular, sans-serif;
    color: #939393;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.cta {
    display: block;
    width: 100%;
    height: 54px;
    max-width: 340px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 3px;
    background-color: #ff4544;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: 'Mont Bold', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    text-align: center;
    -webkit-appearance: none;
}

.cta:hover {
    background-color: #000;
}

.cta.center {
    margin-right: auto;
    margin-left: auto;
}

.box-holder {
    width: 40%;
}

.row-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.row-box.last {
    margin-bottom: 0px;
}

.box-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 70px;
    min-height: 70px;
    margin-right: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 11px 12px 4px #d3d3d3;
}

.paragraph-6 {
    margin-bottom: 0px;
    font-family: 'Mont Bold', sans-serif;
    color: #000;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}

.how {
    padding-right: 20px;
    padding-left: 20px;
}

.heading-3 {
    margin-top: 0px;
    margin-bottom: 40px;
    font-family: Mont-Heavy, sans-serif;
    color: #000;
    font-size: 56px;
    line-height: 70px;
    font-weight: 900;
    text-align: center;
}

.paragraph-7 {
    margin-bottom: 40px;
    font-family: Mont-SemiBold, sans-serif;
    color: #000;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
}

.how-txt {
    width: 700px;
    margin-right: auto;
    margin-bottom: 85px;
    margin-left: auto;
    text-align: center;
}

.paragraph-8 {
    margin-bottom: 35px;
    font-family: Mont-SemiBold, sans-serif;
    color: #a8a8a8;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.paragraph-9 {
    margin-bottom: 0px;
    font-family: Mont-SemiBold, sans-serif;
    color: #a8a8a8;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.row-holder {
    margin-bottom: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
}

.row-holder.mirror {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.row-holder.last {
    margin-bottom: 100px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.row-txt {
    width: 32%;
    padding-right: 30px;
}

.row-txt.mirror {
    width: 41%;
    padding-right: 0px;
    padding-left: 30px;
}

.row-txt.last {
    width: 43%;
}

.number {
    margin-bottom: 30px;
    font-family: Mont-SemiBold, sans-serif;
    color: #000;
    font-size: 120px;
    line-height: 120px;
    font-weight: 600;
}

.text-span-4 {
    font-family: Mont-Regular, sans-serif;
    color: #ff4544;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

.paragraph-10 {
    margin-bottom: 0px;
    font-family: Mont-SemiBold, sans-serif;
    color: #9b9b9b;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.image-4 {
    width: 800px;
    margin: 0 -150px 0 0;
}

.image-5 {
    width: 800px;
    margin: 0 0 0 -150px;
}

.paragraph-11 {
    margin-bottom: 35px;
    font-family: Mont-SemiBold, sans-serif;
    color: #000;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    text-align: center;
}

.early-acces {
    padding-right: 20px;
    padding-left: 20px;
    background-color: #0d0d0d;
}

.heading-4 {
    margin-top: 0px;
    margin-bottom: 30px;
    font-family: 'Mont Bold', sans-serif;
    color: #fff;
    font-size: 56px;
    line-height: 70px;
    text-align: center;
}

.paragraph-12 {
    font-family: Mont-SemiBold, sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
}

.paragraph-12.desktop {
    margin-bottom: 70px;
}

.paragraph-12.mobile {
    display: none;
}

/* ----- Start Tab ----- */

.tab_drawer_heading {
    display: none;
}

ul.tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    list-style: none;
    padding: 0;
    margin: 0 0 70px 0;
}

ul.tabs li {
    font-size: 13px;
    line-height: 20px;
    color: #4e4e4e;
    text-align: center;
    font-family: 'Mont Bold';
    font-weight: 700;
    cursor: pointer;
    padding: 0 20px 20px 20px;
    border-bottom: 4px solid transparent;
    letter-spacing: 2px;
    transition: all 0.3s ease;
}

ul.tabs li:hover {
    color: #fff;
}

ul.tabs li.active {
    color: #fff;
    border-color: #f6252c;
}

.tab_content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
}

.img-holder {
    width: 45%;
}

.text-holder {
    width: 45%;
}

.text-holder p {
    color: #fff;
    font-family: 'Mont-Book';
    font-weight: 400;
    margin: 0 0 30px 0;
}

.text-holder p span {
    font-family: 'Mont Bold';
    font-weight: 700;
}

.text-holder p:last-of-type {
    margin: 0 0 60px 0;
}

.cta-tab:hover {
    background: #fff;
    color: #ff4544;
}

.cta.mobile {
    display: none;
}

/* ----- End Tab ----- */

.why {
    padding-right: 20px;
    padding-left: 20px;
}

.heading-5 {
    margin-top: 0px;
    margin-bottom: 90px;
    font-family: Mont-Heavy, sans-serif;
    color: #000;
    font-size: 56px;
    line-height: 70px;
    font-weight: 900;
    text-align: center;
}

.why-txt {
    width: 40%;
}

.paragraph-15 {
    margin-bottom: 40px;
    font-family: Mont-Regular, sans-serif;
    color: grey;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.paragraph-16 {
    margin-bottom: 55px;
    font-family: Mont-Regular, sans-serif;
    color: grey;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.why-holder {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
}

.image-6 {
    width: 700px;
}

.image-6.mobile {
    display: none;
}

.grey-bg {
    padding-right: 20px;
    padding-left: 20px;
    background-color: #f4f4f4;
}

.grey-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.grey-box {
    width: 19%;
    text-align: center;
}

.image-7 {
    margin-bottom: 30px;
}

.text-block {
    font-family: 'Mont Bold', sans-serif;
    color: #000;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}

.image-8 {
    margin-top: -35px;
}

.early {
    padding-right: 20px;
    padding-left: 20px;
    background-image: url('../images/reg-bg.png');
    background-position: 50% 50%;
    background-size: cover;
}

.early-holder {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
}

.early-txt {
    width: 45%;
}

.heading-6 {
    margin-top: 0px;
    margin-bottom: 45px;
    font-family: Mont-Heavy, sans-serif;
    color: #fff;
    font-size: 56px;
    line-height: 70px;
    font-weight: 900;
}

.paragraph-17 {
    margin-bottom: 40px;
    font-family: Mont-SemiBold, sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.footer {
    padding-right: 20px;
    padding-left: 20px;
    background-color: #0d0d0d;
}

.footer-holder {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    align-content: stretch;
}

.text-block-2 {
    font-family: Mont-Light, sans-serif;
    color: #666;
    font-size: 12px;
    line-height: 24px;
    font-weight: 300;
    display: block;
}

.link {
    color: #666;
    text-decoration: none;
}

.link:hover {
    border-bottom: 1px solid #666;
}

.text-span-5 {
    color: #fff;
}

.paragraph-18 {
    margin-bottom: 40px;
    font-family: Mont-Book, sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.paragraph-19 {
    margin-bottom: 0px;
    font-family: Mont-Book, sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

@media screen and (max-width: 1500px) {

    .image-4 {
        width: 700px;
        margin: 0 -15px 0 0;
    }

    .image-5 {
        width: 700px;
        margin: 0 0 0 -15px;
    }

}

@media screen and (max-width: 1024px) {

    br {
        display: none;
    }

    .text-block br {
        display: block;
    }

    .content.banner-c {
        padding-bottom: 60px;
    }

    .privacy-terms-holder .content {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .content.innovate-c {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .content.how-c {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .content.early-acces-c {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .content.why-c {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .content.grey-c {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .content.early-c {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .content.footer-c {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .heading {
        font-size: 48px;
        line-height: 66px;
    }

    .paragraph {
        margin-bottom: 60px;
    }

    .form {
        padding-right: 15px;
        padding-bottom: 40px;
        padding-left: 15px;
    }

    .heading-2 {
        font-size: 54px;
        line-height: 64px;
        margin-bottom: 60px;
    }

    .paragraph-3 {
        margin-bottom: 40px;
    }

    .inn-holder {
        display: block;
    }

    .inn-txt {
        width: 100%;
        margin-bottom: 60px;
        padding-top: 0px;
        text-align: center;
    }

    .inn-txt .cta {
        margin: 0 auto;
    }

    .cta.middle {
        margin-right: auto;
        margin-left: auto;
    }

    .box-holder {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .row-box {
        display: block;
        width: 50%;
        text-align: center;
    }

    .row-box.last {
        margin-right: auto;
        margin-left: auto;
    }

    .box-img {
        width: 70px;
        height: 70px;
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
    }

    .heading-3 {
        font-size: 54px;
        line-height: 64px;
    }

    .how-txt {
        width: 100%;
        margin-bottom: 60px;
    }

    .row-holder {
        display: block;
    }

    .row-holder.mirror {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .row-holder.last {
        margin-bottom: 60px;
    }

    .row-txt {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-bottom: 50px;
        padding-right: 0px;
        padding-left: 0;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .row-txt.mirror {
        width: 100%;
    }

    .row-txt.last {
        width: 100%;
    }

    .image-4 {
        width: 100%;
        margin: 0;
    }

    .image-5 {
        width: 100%;
        margin: 0;
    }

    .number {
        margin-right: 30px;
        margin-bottom: 0px;
        font-size: 100px;
        line-height: 100px;
    }

    .image-4.last {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .heading-4 {
        font-size: 54px;
        line-height: 64px;
    }

    .paragraph-12.desktop {
        margin-bottom: 60px;
    }

    .heading-5 {
        font-size: 54px;
        line-height: 64px;
        margin-bottom: 60px;
    }

    .why-txt {
        width: 100%;
    }

    .why-holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .image-6 {
        margin-right: 0px;
        margin-bottom: 40px;
    }

    .grey-holder {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .image-8 {
        display: none;
    }

    .early-holder {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .heading-6 {
        font-size: 54px;
        line-height: 64px;
    }

    ul.tabs li {
        font-size: 11px;
        line-height: 18px;
        padding: 0 5px 10px 5px
    }

    ul.tabs li br {
        display: block;
    }

}

@media screen and (max-width: 815px) {

    ul.tabs {
        display: none;
    }

    .tab_drawer_heading {
        display: block;
        margin: 0;
        border: 1px solid #fff;
        padding: 10px 35px 10px 10px;
        margin: -1px 0 0 0;
        font-size: 20px;
        line-height: 30px;
        font-family: 'Mont Bold';
        font-weight: 700;
        color: #fff;
        background: url(../images/plus.png) no-repeat center right 10px;
        transition: all 0.2s ease;
    }

    .tab_drawer_heading.d_active {
        background: url(../images/minus.jpg) no-repeat center right 10px;
    }

    .tab_content {
        margin: 30px 0;
        flex-direction: column;
        align-items: stretch;
    }

    .img-holder {
        width: 100%;
        margin: 0;
    }

    .img-holder img {
        display: block;
        margin: 0 auto;
    }

    .text-holder {
        display: none;
    }

    .cta-tab {
        margin: 0 auto;
    }

    .text-holder p:last-of-type {
        margin: 0;
    }

    .paragraph-12.desktop {
        margin-bottom: 40px;
    }

    .paragraph-12.mobile {
        display: block;
        margin-bottom: 40px;
    }

    .tab_container {
        margin-bottom: 40px;
    }

    .cta.desktop {
        display: none;
    }

    .cta.mobile {
        display: block;
    }

}

@media screen and (max-width: 768px) {

    .text-block br {
        display: none;
    }

    .privacy-terms-holder h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .content.banner-c {
        padding-bottom: 40px;
    }

    .content.innovate-c {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .content.how-c {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .content.early-acces-c {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .content.why-c {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .content.grey-c {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .content.early-c {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .content.footer-c {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .banner-holder {
        display: block;
    }

    .banner-txt {
        width: 100%;
        margin-bottom: 40px;
    }

    .heading {
        font-size: 40px;
        line-height: 52px;
    }

    .paragraph {
        margin-bottom: 40px;
    }

    .sub-heading {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 30px;
    }

    .form {
        width: 100%;
    }

    .form.last {
        width: 100%;
    }

    .paragraph-2 {
        font-size: 20px;
        line-height: 30px;
    }

    .image {
        display: none;
    }

    .image-2 {
        display: none;
    }

    .heading-2 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 40px;
    }

    .inn-txt {
        margin-bottom: 40px;
    }

    .paragraph-5 {
        margin-bottom: 40px;
    }

    .row-box {
        margin-bottom: 40px;
    }

    .heading-3 {
        font-size: 40px;
        line-height: 50px;
    }

    .how-txt {
        margin-bottom: 40px;
    }

    .row-holder {
        margin-bottom: 40px;
    }

    .row-holder.last {
        margin-bottom: 40px;
    }

    .row-txt {
        margin-bottom: 40px;
    }

    .number {
        font-size: 80px;
        line-height: 80px;
    }

    .paragraph-10 {
        font-size: 16px;
        line-height: 26px;
    }

    .heading-4 {
        font-size: 40px;
        line-height: 50px;
    }

    .heading-5 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 40px;
    }

    .grey-holder {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .grey-box {
        width: 40%;
        margin-bottom: 40px;
    }

    .grey-box.last {
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
    }

    .early-holder {
        display: block;
    }

    .early-txt {
        width: 100%;
        margin-bottom: 40px;
    }

    ul.tabs li {
        font-size: 10px;
        line-height: 17px;
        padding: 0 0 10px 0;
        margin: 0 10px;
    }

    .heading-6 {
        font-size: 40px;
        line-height: 50px;
    }

    .image-10 {
        height: 70px;
    }

    .image-11 {
        height: 70px;
    }

    .link-block {
        width: 60px;
    }
}

@media screen and (max-width: 479px) {
    .content.footer-c {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .banner-holder {
        display: block;
    }

    .banner-txt {
        width: 100%;
    }

    .heading.thanks {
        font-size: 45px;
        line-height: 60px;
    }

    .image-6 {
        display: none;
        margin-right: 0px;
        margin-bottom: 40px;
    }

    .image-6.mobile {
        display: block;
        margin-right: 0px;
        margin-bottom: 40px;
    }

    .form {
        width: 100%;
    }

    .image {
        display: none;
    }

    .image-2 {
        display: none;
    }

    .heading-2 {
        font-size: 35px;
        line-height: 45px;
    }

    .row-box {
        width: 100%;
    }

    .heading-3 {
        font-size: 35px;
        line-height: 45px;
    }

    .paragraph-8 {
        font-size: 16px;
        line-height: 26px;
    }

    .paragraph-9 {
        font-size: 16px;
        line-height: 26px;
    }

    .row-txt {
        display: block;
        padding-left: 0px;
    }

    .row-txt.mirror {
        padding-left: 0px;
    }

    .number {
        font-size: 60px;
        line-height: 60px;
    }

    .heading-4 {
        font-size: 35px;
        line-height: 45px;
    }

    .heading-5 {
        font-size: 35px;
        line-height: 45px;
    }

    .grey-box {
        width: 100%;
    }

    .text-block {
        font-size: 16px;
        line-height: 26px;
    }

    .heading-6 {
        font-size: 35px;
    }

    .footer-holder {
        flex-direction: column;
        align-items: stretch;
    }

    .text-block-2 {
        text-align: center;
    }

    .image-10 {
        height: 60px;
    }

    .image-11 {
        height: 60px;
        margin-bottom: 20px;
    }

    .text-span-6 {
        display: block;
    }

    .image-12 {
        width: 60px;
        margin-bottom: 30px;
    }

    .tab_drawer_heading {
        font-size: 16px;
        line-height: 26px;
    }

}

@font-face {
    font-family: 'Mont-Light';
    src: url('../fonts/Mont-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Mont-Heavy';
    src: url('../fonts/Mont-Heavy.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Mont-Regular';
    src: url('../fonts/Mont-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Mont-RegularItalic';
    src: url('../fonts/Mont-RegularItalic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Mont-SemiBold';
    src: url('../fonts/Mont-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Mont-Book';
    src: url('../fonts/Mont-Book.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Mont Bold';
    src: url('../fonts/Mont-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
