.page-template-template-landing-whitepaper #header-links,
.page-template-template-landing-whitepaper #nav,
.page-template-template-landing-whitepaper #mobile-nav {
    display: none !important;
}
.page-template-template-landing-whitepaper #header-container {
    background-color: transparent !important;
}
.page-template-template-landing-whitepaper #page-wrapper {
    padding-top: 0 !important;
}
.page-template-template-landing-whitepaper-thankyou #header-links,
.page-template-template-landing-whitepaper-thankyou #nav,
.page-template-template-landing-whitepaper-thankyou #mobile-nav {
    display: none !important;
}
.page-template-template-landing-whitepaper-thankyou #header-container {
    background-color: transparent !important;
}
.page-template-template-landing-whitepaper-thankyou #page-wrapper {
    padding-top: 0 !important;
}

.w-inner {
    max-width: 1183px;
    padding: 0 30px;
    margin: 0 auto;
}

.g-whitepaper-top {
    margin-bottom: -150px;
}
.g-whitepaper-top img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 10;
}
.g-whitepaper {
    background: #bbd748;
    position: relative;
    padding-top: 180px;
    padding-bottom: 130px;
}

.g-whitepaper h1 {
    color: white;
    font-weight: 300;
    font-size: 54px;
    line-height: 1;
    margin-bottom: 15px;
}

.m-wp {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
    z-index: 15;
}
.m-wp-left {
    flex: 4;
}
.m-wp-right {
    flex: 3;
    padding-left: 110px;
    margin-top: -214px;
}
.m-wp-files {
    position: relative;
}
.m-wp-files img {
    display: block;
    margin-left: -53px;
    max-width: 430px;
}
.m-wp-label {
    position: absolute;
    top: 12%;
    left: -100px;
    background-color: #c70100;
    font-size: 22px;
    line-height: 1;
    color: white;
    border-radius: 100px;
    padding: 7px 16px;
    font-weight: 500;
    text-align: center;
}

.m-wp-form {
    background: white;
    padding: 59px 38px 30px;
    border-radius: 33px;
    margin: 38px 0 30px;
    max-width: 430px;
}

.m-wp-text * + * {
    margin-top: 14px;
}
.m-wp-text {
    font-weight: 400;
    font-size: 20px;
}
.m-wp a {
    color: inherit;
}
.m-wp-text ul {
    list-style: none;
    padding: 0;
}
.m-wp-text li {
    position: relative;
}
.m-wp-text li::before {
    content: "";
    position: absolute;
    top: 0;
    right: calc(100% + 9px);
    width: 23px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(assets/images/tick.png);
}
.m-wp .gform_wrapper ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error {
    margin-top: 0;
}

.m-wp-under {
    padding-left: 36px;
}
.m-wp-right .m-wp-text {
    max-width: 395px;
}

.m-wp-form input {
    width: 100% !important;
    font-size: 20px !important;
}

.m-wp-form .gform_footer br,
.m-wp-form .gform_footer p {
    display: none;
}
.m-wp-form h2 {
    font-weight: 400;
    margin-bottom: 28px;
}
.m-wp-form .gform_wrapper {
    margin: 0 !important;
}
.m-wp-form .gform_button {
    background: #25c0f1 !important;
    border: 0 !important;
    box-shadow: 0px 6px 17px rgba(0,0,0,.3) !important;
    display: block !important;
    max-width: none !important;
    font-size: 25px !important;
}
.m-wp-text h3 {
    font-size: 22px;
    font-weight: 400;
    margin-top: 47px !important;
}

.page-template-template-landing-whitepaper-thankyou .m-wp-text {
    font-size: 16px;
}
.page-template-template-landing-whitepaper-thankyou .m-wp-text > * + * {
    margin-top: 24px;
}

.m-wp-cards {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    max-width: 540px;
}
.m-wp-card {
    flex: 0 0 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.m-wp-card-image {
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 12px;
    max-width: 247px;
}
.m-wp-card-image img {
    width: 100%;
}
.m-wp-card-text h2 {
    /* color: white; */
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 12px;
}
.m-wp-card-text a {
    text-decoration: none;
}

@media (max-width: 1450px) {
    .m-wp-right {
        margin-top: -184px;
    }
}

@media (max-width: 1200px) {
    .m-wp-right {
        margin-top: -144px;
        flex: 2;
    }
}
@media (max-width: 991px) {
    .m-wp-right {
        margin-top: 40px;
    }
    .m-wp {
        flex-direction: column;
    }
    .g-whitepaper-top {
        height: 160px;
    }
    .g-whitepaper-top img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .g-whitepaper h1 {
        font-size: 41px;
    }
    .m-wp-form .gform_button {
        font-size: 20px !important;
    }
    .m-wp-form input {
        font-size: 16px !important;
    }
}

@media (max-width: 767px) {
    .g-whitepaper-top {
        height: 120px; 
    }
    .m-wp-right {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 0;
    }
    .m-wp-text {
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    .m-wp-label {
        left: 0;
    }
    .m-wp-files img {
        margin-left: 0;
    }
    .m-wp-form {
        padding: 30px 20px;
        border-radius: 23px;
        margin: 28px 0 20px;
    }
    .m-wp-right {
        width: auto;
        padding: 0 22px;
    }
    .m-wp-files img {
        max-width: 100%;
    }
}

@media (max-width: 450px) {
    .m-wp-cards {
        flex-direction: column;
    }
    .m-wp-card {
        flex: 0 0 100%;
        margin-bottom: 20px;
        text-align: center;
    }
}

#intro-container .text h2 a {
    color: inherit;
    text-decoration: none;
}
#intro-container .text h2 a:hover {
	opacity: .8;
}

.m-downloads {
    margin: 100px 0;
}
.content-layouts + .content-layouts.m-downloads {
    margin-top: -50px !important;
}
@media (max-width: 767px) {
    .m-downloads {
        margin: 50px 0;
    }
    .content-layouts + .content-layouts.m-downloads {
        margin-top: 0px !important;
    }
}
.content-layouts.m-downloads + .content-layouts {
    margin-top: 0;
}

.m-downloads-list {
    margin-top: 30px;
}
.m-downloads-item + * {
    margin-top: 10px;
}

.download-button:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-download'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'%3E%3C/path%3E%3Cpolyline points='7 10 12 15 17 10'%3E%3C/polyline%3E%3Cline x1='12' y1='15' x2='12' y2='3'%3E%3C/line%3E%3C/svg%3E");
}

body .download-button {
    padding: 5px 17px;
    width: 100%;
    max-width: 370px;
    margin: 0;
}