@font-face {
    font-family: "Avenirnext 06";
    src: url("../fonts/AvenirNext-Medium-06.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: "Avenirnext 08";
    src: url("../fonts/AvenirNext-Regular-08.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: auto;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: "Avenirnext 08", sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%;
}

body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    color: rgba(12, 21, 47, 0.6);
    font-size: 18px;
    line-height: 20px;
}

a {
    background-color: transparent;
    -webkit-transition: opacity 125ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 125ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    color: #333;
    text-decoration: underline;
}

a:hover {
    opacity: 0.66;
}

a:active, a:hover {
    outline: 0;
}

h1 {
    font-weight: 700;
    margin-top: 20px;
    font-family: "Avenirnext 06", sans-serif;
    color: #333;
    font-size: 40px;
    line-height: 56px;
    margin-bottom: 23px;
    text-align: left;
}

.blue-text-highlight {
    color: #2b80f9;
}

img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

p {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #6c6c6c;
    line-height: 30px;
    text-align: left;
}

.nav-2021 {
    position: relative;
    top: 0;
    z-index: 1000;
    background-color: #fff;
}

.nav-bar-2021-wider {
    position: static;
    left: 0;
    top: 0;
    right: 0;
    bottom: auto;
    z-index: 2147483647;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
}

.nav-bar-wrapper-2021-wider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 150px;
    max-width: 1400px;
    padding-right: 50px;
    padding-left: 50px;
    -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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.nav-logo-holder-2021 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 175px;
    height: 100%;
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.primary-landing-header-section {
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 550px;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}

.primary-landing-header-wrapper {
    position: static;
    z-index: 1000;
    display: block;
    width: 100%;
    height: auto;
    max-width: 1400px;
    min-height: 550px;
    padding: 51px 50px 84px;
    -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;
}

.primary-landing-header-hero-part {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.primary-landing-header-hero-part.hero-right {
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
}

.primary-landing-header-button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-top: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.trust-float-left {
    display: block;
    width: 50%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.awards-block {
    width: 200px;
    margin-top: 24px;
    margin-bottom: 47px;
}

.memberships-logos-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.trust-button-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-top: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.primary-landing-header-main-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 60px;
    min-width: 270px;
    padding: 0 30px;
    -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: #2b80f9;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-family: "Avenirnext 06", sans-serif;
}

.primary-landing-header-main-cta:hover {
    -webkit-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    transform: translate(0, -5px);
}

.primary-landing-pdsc-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1d3d76;
}

.primary-landing-value-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fafafa;
    text-align: left;
}

.primary-landing-trust-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fafafa;
    text-align: left;
}

.section-footer {
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
    border-top: 1px solid #ebebeb;
    font-weight: 500;
}

.section-footer.footer-wider-2021 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-width: 0;
    background-color: #333;
    color: transparent;
    line-height: 24px;
}

.footer-holder {
    width: 100%;
    max-width: 1400px;
    padding: 50px;
}

.footer-social-legal-2021 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 21px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0;
    float: none;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.w-row:after, .w-row:before {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}

.w-row:after {
    clear: both;
}

.column-143 {
    padding-left: 0;
}

.w-clearfix:after, .w-clearfix:before {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}

.w-clearfix:after {
    clear: both;
}

.w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.w-col-10 {
    width: 83.33333333%;
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

.w-button {
    padding: 9px 15px;
    background-color: #3898ec;
    color: #fff;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}

.text-block-19 {
    position: static;
    padding-top: 0;
    float: left;
    color: #a1a1a1;
    font-size: 12px;
}

@media screen and (max-width: 991px) {
    h1 {
        margin-bottom: 0;
        line-height: 55px;
    }

    p {
        padding-top: 22px;
    }

    .nav-logo-holder-2021 {
        width: 140px;
    }

    .primary-landing-header-hero-part.hero-right {
        width: 40%;
    }

    .primary-landing-header-button-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -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;
    }

    .trust-float-left {
        width: 100%;
    }

    .memberships-logos-holder {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
        align-content: space-between;
    }

    .trust-button-holder {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .section-footer {
        padding-right: 20px;
        padding-left: 20px;
    }

    .section-footer.footer-wider-2021 {
        padding-right: 0;
        padding-left: 0;
    }

    .footer-holder {
        width: 100%;
        padding: 29px 50px;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        padding-bottom: 27px;
        font-size: 36px;
        line-height: 46px;
        text-align: center;
    }

    p {
        text-align: center;
    }

    .div-block-282 {
        position: static;
        display: block;
    }

    .nav-bar-2021-wider {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: auto;
        z-index: 0;
    }

    .nav-bar-wrapper-2021-wider {
        padding-right: 20px;
        padding-left: 20px;
        background-color: #fff;
    }

    .primary-landing-header-wrapper {
        height: auto;
        padding-bottom: 51px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .primary-landing-header-hero-part.hero-left {
        width: 100%;
    }
    .primary-landing-header-hero-part.hero-right {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .primary-landing-header-button-wrapper {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .memberships-logos-holder {
        display: -ms-grid;
        display: grid;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        justify-items: start;
        grid-auto-columns: 1fr;
        grid-column-gap: 20px;
        grid-row-gap: 16px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .trust-button-holder {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .primary-landing-header-main-cta {
        width: 100%;
    }

    .section-footer.footer-wider-2021 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .footer-holder {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding-right: 30px;
        padding-left: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer-social-legal-2021 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .w-row {
        margin-left: 0;
        margin-right: 0;
    }

    .w-col {
        width: 100%;
        left: auto;
        right: auto;
    }
}

@media screen and (max-width: 479px) {
    body {
        display: block;
    }

    h1 {
        padding-bottom: 18px;
        font-size: 32px;
        line-height: 45px;
    }

    p {
        padding-bottom: 11px;
        text-align: center;
    }

    .nav-2021 {
        position: relative;
        top: auto;
        bottom: 0;
        z-index: 3000;
        overflow: hidden;
    }

    .div-block-282 {
        position: static;
    }

    .nav-bar-2021-wider {
        position: static;
        left: 0;
        top: 0;
        right: 0;
        bottom: auto;
        z-index: 0;
        height: 100px;
    }

    .nav-bar-wrapper-2021-wider {
        height: auto;
        padding-right: 20px;
        padding-left: 20px;
        background-color: #fff;
    }

    .nav-logo-holder-2021 {
        width: 150px;
        height: auto;
    }

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

    .trust-float-left {
        width: 100%;
    }

    .awards-block {
        margin-top: 51px;
    }

    .memberships-logos-holder {
        display: -ms-grid;
        display: grid;
        padding-left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        justify-items: center;
        grid-auto-columns: 1fr;
        grid-column-gap: 25px;
        grid-row-gap: 16px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .section-footer.footer-wider-2021 {
        padding-top: 5px;
    }

    .footer-holder {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .footer-social-legal-2021 {
        margin-top: 41px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .w-col {
        width: 100%;
    }

    .text-block-19 {
        padding-bottom: 34px;
    }
}
