@font-face {
    font-family: "Gibson-SemiBold";
    src: url("https://marketingassets.cloudsna.com/prod/fonts/stansberry/gibson/gibson-semibold-webfont.eot?#iefix") format("eot"), url("https://marketingassets.cloudsna.com/prod/fonts/stansberry/gibson/gibson-semibold-webfont.woff") format("woff"), url("https://marketingassets.cloudsna.com/prod/fonts/stansberry/gibson/gibson-semibold-webfont.ttf") format("truetype");
}

@font-face {
    font-family: "Gibson-Light";
    src: url("https://marketingassets.cloudsna.com/prod/fonts/stansberry/gibson/gibson-light-webfont.eot?#iefix") format("eot"), url("https://marketingassets.cloudsna.com/prod/fonts/stansberry/gibson/gibson-light-webfont.woff") format("woff"), url("https://marketingassets.cloudsna.com/prod/fonts/stansberry/gibson/gibson-light-webfont.ttf") format("truetype");
}

@font-face {
    font-family: "Gibson";
    src: url("https://marketingassets.cloudsna.com/prod/fonts/stansberry/gibson/gibson-webfont.eot?#iefix") format("eot"), url("https://marketingassets.cloudsna.com/prod/fonts/stansberry/gibson/gibson-webfont.woff") format("woff"), url("https://marketingassets.cloudsna.com/prod/fonts/stansberry/gibson/gibson-webfont.ttf") format("truetype");
}

@font-face {
    font-family: "Tiempos";
    src: url("https://marketingassets.cloudsna.com/prod/fonts/stansberry/tiempos/tiempos-regular.woff") format("woff");
}

@font-face {
    font-family: "Caslon";
    src: url("https://marketingassets.cloudsna.com/prod/fonts/stansberry/caslon/ACaslonPro-Regular.woff") format("woff"), url("https://marketingassets.cloudsna.com/prod/fonts/stansberry/caslon/ACaslonPro-Regular.ttf") format("truetype"), url("https://marketingassets.cloudsna.com/prod/fonts/stansberry/caslon/ACaslonPro-Regular.eot?#iefix") format("eot");
}

@font-face {
    font-family: "Caslon-Bold";
    src: url("https://marketingassets.cloudsna.com/prod/fonts/stansberry/caslon/ACaslonPro-Bold.woff") format("woff"), url("https://marketingassets.cloudsna.com/prod/fonts/stansberry/caslon/ACaslonPro-Bold.ttf") format("truetype"), url("https://marketingassets.cloudsna.com/prod/fonts/stansberry/caslon/ACaslonPro-Bold.eot?#iefix") format("eot");
}

@font-face {
    font-family: "proxima-nova";
    src: url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
        url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
        url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}

html,
body {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.bg-img-container {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
}

.bg-img {
    width: 100%;
    height: 68vh;
    object-fit: cover;
    object-position: 20% 84%;

    @media only screen and (max-width: 1200px) {
        height: 64vh;
    }

    @media only screen and (max-width: 1100px) {
        height: 56vh;
    }

    @media only screen and (max-width: 900px) {
        height: 30%;
    }

    @media only screen and (max-width: 700px) {
        height: 20%;
    }
}

.left-line {
    background-color: #B8903F;
    width: 37vw;
    height: 3px;
    position: absolute;
    left: 0;
    top: 72%;
    z-index: 9999;


    @media only screen and (max-width: 1750px) {
        width: 34vw;
    }

    @media only screen and (max-width: 700px) {
        width: 30%;
    }
}

.right-line {
    background-color: #B8903F;
    width: 37vw;
    height: 3px;
    position: absolute;
    right: 0;
    top: 72%;
    z-index: 9999;

    @media only screen and (max-width: 1750px) {
        width: 34vw;
    }

    @media only screen and (max-width: 700px) {
        width: 30%;
    }
}

header {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 44px;
    position: relative;
    margin-bottom: 3%;

    @media only screen and (max-width: 1500px) {
        margin-bottom: 1%;
        margin-top: 28px;
    }
}

.logo-img {
    max-width: 350px;
    width: 20%;

    @media only screen and (max-width: 700px) {
        width: 32%;
    }
}

video-js.video-js.vjs-fluid:not(.vjs-audio-only-mode) {

    padding-top: 56.25%;

}

.videoContainer {
    padding: 30px 0 3%;
    position: relative;
}

.videoHolder {
    max-width: 1150px;
    margin: auto;
    width: 44vw;
    z-index: 1500;
    position: relative;
    text-align: center;

    @media only screen and (max-width: 1400px) {
        width: 45vw;
    }

    @media only screen and (max-width: 1200px) {
        width: 50vw;
        margin-bottom: 54px;
    }

    @media only screen and (max-width: 880px) {
        width: 64vw;
    }

    @media only screen and (max-width: 700px) {
        width: 92%;
        margin-bottom: 44px;
    }
}

h1 {
    font-family: Tiempos;
    font-weight: bold;
    color: #BA964D;
    font-size: 80px;
    text-align: center;
    line-height: 1.1;
    margin-bottom: 104px;

    @media only screen and (max-width: 1500px) {
        font-size: 76px;
    }

    @media only screen and (max-width: 1000px) {
        font-size: 54px;
    }

    @media only screen and (max-width: 700px) {
        font-size: 44px;
        margin-bottom: 44px;
        white-space: nowrap;
    }

    @media only screen and (max-width: 500px) {
        font-size: 7.5vw;
        white-space: nowrap;
    }
}

h2 {
    font-family: Tiempos;
    font-weight: bold;
    color: #BA964D;
    font-size: 56px;
    text-align: left;
    line-height: 1.1;
    margin-bottom: 60px;
    margin-top: 60px;
    text-align: center;

    @media only screen and (max-width: 1500px) {
        font-size: 50px;
    }

    @media only screen and (max-width: 700px) {
        font-size: 40px;
    }

    @media only screen and (max-width: 560px) {
        font-size: 34px;
    }

    @media only screen and (max-width: 500px) {
        font-size: 6.2vw;
    }
}

p {
    font-family: Tiempos;
    font-size: 26px;
    margin-bottom: 3.4rem;

    @media only screen and (max-width: 760px) {
        font-size: 21px;
    }
}

.main-middle {
    max-width: 1000px;
    width: 85%;
    margin: 0 auto;
}

footer {
    width: 100%;
    background-color: #1D1D5F;
}


.inner-footer-container {
    width: 1000px;
    max-width: 95%;
    margin: 0 auto;

    @media only screen and (max-width: 700px) {
        width: 85%;
    }
}

.footer-text {
    font-family: 'proxima-nova';
    font-size: 16px;
    color: #fff;
    margin-bottom: 0 !important;
    padding: 60px 0;
    text-align: center;

    @media only screen and (max-width: 700px) {
        text-align: left;
    }
}


.vsl {
    display: none;
}

/*OSANO FOOTER START*/
.osano-cm-widget {
    display: none;
}

.footer-anchor {
    text-decoration: underline;
    color: inherit;

    &:hover {
        color: rgb(80, 131, 241);
    }
}

.footerRow {
    display: flex;
    flex-direction: row;
    max-width: 1200px;
    justify-content: center;
    /* margin: 10px auto; */
    padding-bottom: 20px;
}

.footerItem {
    font-family: verdana, sans-serif;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    padding: 0 15px;
    border-right: 2px solid #bbb;
    text-decoration: none;

    @media only screen and (max-width: 980px) {
        border: none;
    }
}

.footerItem:last-child {
    border-right: none;
}

.footerItem:hover {
    text-decoration: none;
    color: rgb(80, 131, 241);
}

@media (max-width: 980px) {
    .footerRow {
        flex-direction: column;
        text-align: center;
    }
}

#osano-cm-drawer-toggle--category_MARKETING--description {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
    line-height: 1.375;
}

.osano-cm-description p,
.osano-cm-view--type_consent p {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    line-height: 1.375;
}

.osano-cm-disclosure__toggle,
.osano-cm-header {
    font-family: Verdana, sans-serif;
    font-size: 17.65px;
}

.osano-cm-header {
    font-family: "Gibson-SemiBold", arial, sans-serif;
    font-size: 17.65px;
    line-height: 1.375em;
    margin: 0 auto 0 0;
}

/*OSANO FOOTER END*/


#vidBackdrop {
    display: none;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgb(0, 0, 0);
    opacity: 0.8;
    z-index: 1000;
}

.step-text {
    color: #2929c0;
    font-weight: bolder;
    padding-right: 6px;
    font-size: 28px;

    @media only screen and (max-width: 760px) {
        font-size: 22px;
    }
}

.signature {
    max-width: 220px;
    margin-bottom: 26px;

    @media only screen and (max-width: 760px) {
        max-width: 180px;
    }
}

.mobile-br {
    display: none;

    @media only screen and (max-width: 820px) {
        display: block;
    }
}