@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
    --main: #131e50;
    --alt: #F7CA38;
}

html {
    min-height: 100vh;
}

body {
    margin: 0;
    padding: 0 0 11em;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth"100;
    /* font-feature-settings: "lnum"; */
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1em;
    color: black;
}

h1, h2, h3, h4, h5, .intro {
    /* font-family: "Montserrat", sans-serif; */
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    text-wrap: balance;
}

.content h2, .content h3, .content h4, .content h5 {
    color: var(--main);
}

.intro h1 {
    font-size: 4rem;
    text-align: center;
    padding-top: 5.5rem;
    font-weight: 800;
}

input, select, textarea, label, .transcript {
    font-family: inherit;
}

.header-title {
    font-weight: 800;
    margin: 1rem 0 2rem;
    font-size: 3.4em;
    letter-spacing: -1px;
    text-transform: uppercase;
    line-height: 1em;
}

.header-title em {
    color: var(--main);
    font-style: normal;
}

p {
    line-height: 1.4em;
}

main p {
    margin-bottom: 1rem;
}

.hero-bkg {
    background: url(img/background.jpg);
    background-size: cover;
    background-position: center top;
    position: relative;
}

/* .hero-bkg::after {
    content: "";
    display: block;
    height: 100vh;
    width: 100vw;
    background-color: var(--main);
    position: absolute;
    right: 33vw;
    top: -300px;
    z-index: -1;
    transform: rotate(78deg);
    } */
header {
    position: relative;
    z-index: 0;
    padding-top: 1.5rem;
}

header::after {
    content: "";
    display: block;
    height: 6rem;
    width: 100vw;
    background-color: var(--main);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    opacity: .8;
}

.headerthanks {
    background: linear-gradient(165deg, #131e50db 38%, #0f64a6d9 100%);
}

header img {
    width: 110px;
    height: auto;
    margin-bottom: 5px;
}

.header-call-us {
    color: #fff;
}

.header-call-us a {
    color: #fff;
    text-decoration: none;
}

header h4 {
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
}

.hero-image {
    /* width: calc(100% + 30px); */
    padding-left: 0;
    padding-right: 0;
}

.yt-video-embed {
    position: relative;
    padding-bottom: 56.25%;
    /* margin-bottom: 30px */
}

.yt-video-embed video {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
}

.yt-video-embed video {
    cursor: pointer;
}

.yt-video-embed video:focus {
    outline: none;
}

main {
    background: rgba(255, 255, 255, 0.92);
}

main ul {
    padding: 1rem 1rem 1rem 2rem;
}

main ul li {
    padding-bottom: .75rem;
}

/* main>.container {
    padding: 3em 2em;
    overflow: hidden;
} */
.text-balance {
    text-wrap: balance;
}

main a {
    color: var(--main);
    text-decoration: underline;
}

.intro {
    color: #FFF;
    font-weight: 500;
    letter-spacing: -.5px;
    text-transform: uppercase;
    line-height: 1;
}

.sub-heading {
    line-height: 1.3;
    text-wrap: balance;
    font-size: .8em;
    font-weight: 700;
    margin: 1.5em 0;
    max-width: 26rem;
    text-align: center;
}

.intro-banner {
    padding: .5rem 2.5rem .5rem 1.5rem;
    background-color: white;
    color: var(--main);
    display: inline-block;
    clip-path: polygon(0 0, 96.5% 0, 100% 100%, 0% 100%);
}

.intro-banner h2,
.intro-banner p {
    padding: 0;
    margin: 0;
    line-height: 1;
}

.intro-banner h2 {
    font-size: 1.4em;
    font-weight: 900;
}

.intro-banner p {
    font-size: .65em;
    font-weight: 900;
}

main h2 {
    font-weight: 700;
    font-size: 1.6em;
    margin: 0.5rem 0 2rem;
    letter-spacing: -1px;
    line-height: 1em;
}

.download h2 {
    text-shadow: none;
    color: var(--main);
}

main h3 {
    font-weight: 800;
    font-size: 1.4em;
    letter-spacing: -0.5px;
    margin: 0 0 0.5em;
}

.img-article.float-right, figure.float-right,
.img-article.float-md-right, figure.float-md-right {
    margin-left: 1em;
    margin-bottom: 1em;
}

.img-article.float-left, figure.float-left {
    margin-right: 1em;
}

figure {
    text-align: center;
}

figcaption {
    text-align: center;
    font-weight: bold;
    font-size: 80%;
    padding-top: 0.5em;
}

.form-group {
    margin-bottom: 1rem;
}

footer {
    padding: 1.3em 0 5px;
    background: var(--main);
    color: #FFF;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: block;
    width: 100%;
}

.home-footer {
    position: relative;
    bottom: auto;
    left: auto;
}

footer img {
    width: 90px;
    height: auto;
    margin-bottom: 5px;
}

footer a {
    color: var(--alt);
}

footer a:hover {
    color: #FFF;
    text-decoration: none;
}

.btn {
    /* border-radius: 50px !important; */
    text-transform: uppercase;
}

.btn-primary {
    font-weight: 800;
    padding: 1em 1.5em;
    white-space: normal;
    line-height: 1em;
    transition: all 0.3s;
    border-radius: 0;
    text-decoration: none;
    background: var(--alt);
    color: var(--main);
    border: 3px solid var(--alt);
    letter-spacing: -1px;
}

.btn-primary:hover {
    transition: all 0.3s;
    background: var(--main);
    color: white;
    border: 3px solid var(--main);
}

.btn-secondary {
    padding: 0.5em 2em;
    border: 2px solid var(--main);
    color: #FFF;
    background: var(--main);
    transition: all 0.2s;
    border-radius: 0;
    font-weight: bold;
    text-decoration: none;
}

.btn-secondary:hover {
    background: #FFF;
    color: var(--main);
    border-color: var(--main);
}

.btn-lg {
    font-size: 1.5rem;
}

hr {
    border: 2px solid #eee;
}

.btn-cta {
    font-size: 1.2em !important;
    padding: 0.5em 2em;
    /* border-radius: 50px; */
    border-radius: 0;
    background: none;
    border: 2px solid white;
    color: white;
    text-transform: uppercase;
    font-weight: 800;
    transition: all 0.3s;
    text-decoration: none;
    text-shadow: none;
}

.btn-cta:hover {
    border: 2px solid white;
    color: var(--main);
    background: #FFF;
    text-decoration: none;
}

.gdpr {
    font-size: 0.8em;
}

small {
    font-size: 70%;
}

.cfc {
    padding: 2em 2em 3em;
    margin: 0 -30px;
    font-size: 1em;
    color: white;
}

.cfc .container-fluid {
    border-radius: 0.5em;
    padding: 1.5em;
    box-shadow: 0 3px 9px #00000016;
    backdrop-filter: blur(3px);
    background-color: #131e5050;
    /* box-shadow: 0 3px 9px #00000026; */
}

.cfc h4 {
    font-size: 0.975em;
    line-height: 1.1;
    margin: 0 1em 1em;
    font-weight: 400;
    letter-spacing: -0.7px;
    text-transform: uppercase;
    color: white;
}

.cfc h4 span {
    font-size: 0.9em;
}

.cfc a {
    color: #FFF;
    text-decoration: underline;
}

.call-us {
    background: linear-gradient(170deg, #d6861b 30%, #fae31c 130%);
    clip-path: ellipse(100% 72% at 50% 73%);
    padding: 2em 0 0.1em;
    color: white;
    letter-spacing: -.5px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.932);
    font-weight: 600;
}

.call-us h4 {
    font-weight: 600;
    padding-bottom: 1em;
    max-width: 960px;
    margin: 0 auto;
}

.call-us h4.call-us-cta {
    font-weight: 900;
    font-size: 2em;
}

.call-us a {
    text-decoration: none;
    color: #ffffff;
}

.overlay {
    z-index: 9998;
    background: rgba(17, 29, 62, .7);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    opacity: 0;
    transition: opacity .5s
}

.overlay.on {
    display: block;
    opacity: 1;
    transition: opacity .5s
}

.loading {
    position: fixed;
    top: calc(50% - 120px);
    left: calc(50% - 250px);
    border-radius: 150px;
    z-index: 9999;
    color: #FFF;
    text-align: center;
    font-size: 3em;
}

.please-wait {
    left: calc(50% - 140px);
}

.loading span {
    display: block;
    text-align: center;
    font-weight: bold;
    padding: 10px 0;
}

.mobile-form {
    display: none;
}

#opt-in-bnr,
#opt-in-bnr-mobile {
    background: url(img/hero-bkg-1.png);
    background-size: cover;
    background-position: center bottom;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    color: #FFF;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity .3s;
}

#opt-in-bnr.active,
#opt-in-bnr-mobile.active {
    opacity: 1;
    height: auto;
}

#opt-in-bnr a,
#opt-in-bnr-mobile a {
    color: #EEE;
}

#opt-in-bnr-mobile {
    display: none;
}

.opt-in-gradient {
    padding: 2em 2em 1em;
    /* background-size: cover; */
    /* background: linear-gradient(165deg, #131e50db 38%, #0f64a6d9 100%); */
    /* backdrop-filter: blur(4px); */
}

#opt-in-bnr .btn-cta {
    padding: 0.25em 2em;
}

.download footer {
    position: absolute;
    bottom: 0;
}

body.download {
    background: none;
}

@keyframes zoomin {
    from {
        zoom: 1;
    }

    to {
        zoom: 1.5;
    }
}

.mobile-visible {
    display: none;
}

.start-now {
    background: linear-gradient(to right, #131e50A0, #131e50E0), url('img/hero-bkg-1.png') right bottom no-repeat;
    background-size: cover;
    color: white;
    margin: 5rem 0 3rem;
    text-wrap: balance;
}

.start-now h2 {
    color: var(--alt);
    font-size: 3rem;
    line-height: 1.1;
}

.start-now h3 {
    color: white;
}

.start-now .btn-primary:hover {
    background-color: white;
    border-color: white;
    color: var(--main);
}

.w-35 {
    max-width: 35%;
}

@media(max-width: 767px) {
    body {
        font-size: 1rem;
        /* padding-bottom: 7em; */
    }

    footer {
        position: relative;
    }

    h1, h2, h3, h4, h5 {
        text-align: center;
    }

    header {
        padding-top: 0;
    }

    header img {
        width: 70px;
    }

    main h2 {
        font-size: 1.43em;
        line-height: 1em;
        margin-bottom: 0.5em;
    }

    main h3 {
        font-size: 1.1em;
        line-height: 1.1em;
        margin-bottom: 1em;
    }

    main .container {
        padding: 1rem 1.5rem;
    }

    .header-title {
        font-size: 2em;
        margin: 0rem 0 1rem;
    }

    h3.header-call-us {
        padding: 0.5em 0 0;
        margin: 0;
        font-size: 1.5em;
    }

    header h4 {
        font-size: 1rem;
    }

    .download header h4 {
        font-size: 1.2rem;
        padding-top: 0.5em;
    }

    .btn-cta {
        padding: 0.6em 3em;
    }

    #cta-2 {
        display: none;
    }

    h4 {
        font-size: 1.25em;
        line-height: 1em;
        text-align: center;
    }

    .btn-primary {
        font-size: 1.2em;
    }

    main {
        padding: 0;
    }

    p {
        line-height: 1.4em;
    }

    .intro h1 {
        padding-top: 0;
        font-size: 1.8rem;
        padding-bottom: 2rem;
    }

    .cfc {
        padding: 0 0 3em;
        margin: 0;
    }

    .cfc h4 {
        font-size: 1em;
        line-height: 1.2em;
    }

    .img-article {
        float: none;
        width: 100%;
        display: block;
        margin: 0 auto 1em !important;
        float: none !important;
        width: 100% !important;
    }

    .img-article.w-35 {
        width: auto !important;
        max-width: 100%;
        margin: 0 0 1em !important;
    }

    .final-advice {
        font-size: 1.1em;
        padding: 1.5em 2em 0.5em;
        text-align: justify;
    }

    .mobile-hidden {
        display: none;
    }

    .mobile-visible {
        display: inline-block;
    }

    .call-us {
        clip-path: border-box;
        padding: 3em 0 0.1em;
    }

    .call-us h4 {
        padding: 0 1em 1em;
    }

    .call-us h4.call-us-cta {
        font-size: 1.8em;
    }

    .desktop-form {
        display: none;
    }

    .start-now {
        margin: 1rem 0 0;
    }

    .start-now h2 {
        font-size: 2.3rem;
    }

    .mobile-form {
        /* background: url(img/hero-bkg-1.png); */
        background: linear-gradient(to right, #131e50A0, #131e50E0), url('img/hero-bkg-1.png') right bottom no-repeat;
        background-size: cover;
        background-position: center center;
        text-align: center;
        /* border-radius: 15px; */
        overflow: hidden;
        margin-bottom: 1em;
        display: block;
    }

    .mobile-form .cfc {
        padding: 0;
    }

    .mobile-form .opt-in-gradient {
        padding: 1.5em;
    }

    #opt-in-bnr-mobile {
        display: block;
    }

    #opt-in-bnr {
        display: none;
    }

    #opt-in-bnr {
        background-position: center bottom;
    }

    .intro-text span {
        display: block;
    }

    .sub-heading {
        max-width: 100%;
    }

    .intro-banner {
        padding: 1rem;
        display: block;
        clip-path: none;
        text-align: center;
        margin: 0 -1rem;
    }

    .intro-banner p {
        font-size: .8em;
    }

    .hero-bkg {
        background-position: left top;
    }

    .hero-bkg::after {
        display: none;
    }
}