@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,400italic);

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

html {
    font-size: 62.5%;
}

body {
    background: #ecf2ff;
    font-family: 'Poppins';
    margin: 0;
    overflow-x: hidden;
}

iframe {
    border: none;
    margin: auto;
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.bg1 {
    position: absolute;
    height: 539px;
    width: 100vw;
    background: url("/images/bg1.png") center / cover;
    top: 0;
    right: 0;
    opacity: 0.8;
    z-index: -99;
}

.section2-bg1 {
    position: absolute;
    top: 761px;
    left: 0;
    width: 100%;
    height: 1079px;
    background: url("/images/section2-bg1.svg") center / cover;
    opacity: 0.5;
    z-index: -99;
}

.section2-bg2 {
    position: absolute;
    top: 760px;
    left: 0;
    width: 100%;
    height: 1079px;
    background: url("/images/section2-bg2.svg") center / cover;
    opacity: 0.86;
    z-index: -80;
}

.section3-bg1 {
    position: absolute;
    top: 190em;
    left: 0;
    width: 100%;
    height: 1034px;
    background: url("/images/corp-inventory-bg.png") center / cover;
    opacity: 0.6;
    z-index: -80;
}



/* .section4-bg1 {
    position: absolute;
    top: 286em;
    left: 0;
    width: 100%;
    height: 119vh;
    background: url("/images/section2-bg1.svg") center / cover;
    opacity: 0.5;
    z-index: -70;
} */

/* navbar */

nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    color: whitesmoke;
    font-family: Poppins;
    align-self: auto;
    font-size: 1.5rem;
    position: fixed;
    left: 0;
    right: 0;
    width: 1300px;
    z-index: 99;
    text-align: center;
}

.left-nav {
    display: flex;
    width: auto;
    padding: 0 30px;
    background-color: #002250;
    border-radius: 0px 0px 0px 10px;
    position: relative;
    align-items: center;
    justify-content: center;
}

.left-nav img {
    width: 27px;
    height: 27px;
    margin: 0px 15px;

}

.right-nav {
    display: flex;
    width: auto;
    padding: 0 30px;
    background-color: #1faa2d;
    border-radius: 0px 0px 10px 0px;
    position: relative;
    align-items: center;
    justify-content: center;
}

#timer {
    font-weight: 700;
    margin: 0 5px;
}

/* main */

.wsc-logo {
    position: relative;
    top: -70px;
    left: -60px;
    margin: 80px 20px -60px 0;
}

.main {
    display: flex;
}

.heading {
    font-size: 2.7rem;
    margin: 27px 7px 0 0;
}

.sub-heading {
    font-size: 1.56rem;
    margin-bottom: 19px;
}

.right-col {
    position: relative;
    top: -5px;
}

.container {
    max-width: 100%;
    width: 430px;
    position: relative;
    font-weight: 100;
    font-size: 12px;
    line-height: 30px;
    margin-left: auto;
    margin-right: 40px;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
    font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact {
    background: #F9F9F9;
    padding: 10px 20px 10px 20px;
}

.label {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
}


fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
    height: 27px;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
    width: 80%;
    border: 1px solid #ccc;
    background: #FFF;
    padding: 6px;
    display: flex;
    margin: auto;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #aaa;
}

#contact textarea {
    height: 100px;
    max-width: 100%;
    resize: none;
}

#contact button[type="submit"] {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #eb0808;
    color: #FFF;
    margin: 0 0 0px;
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    font-family: 'Poppins';
}

#contact button[type="submit"]:hover {
    background: #43A047;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgbas(0, 0, 0, 0.5);
}

.disclosures {
    margin-bottom: 5px;
    font-size: 8px;
    line-height: 10px;
    text-align: center;
}

#contact input:focus,
#contact textarea:focus {
    outline: 0;
    border: 1px solid #aaa;
}

::-webkit-input-placeholder {
    color: #888;
}

:-moz-placeholder {
    color: #888;
}

::-moz-placeholder {
    color: #888;
}

:-ms-input-placeholder {
    color: #888;
}

.capture-lead-container {
    background: #4040bf;
    padding-top: 12px;
    padding-bottom: 10px;
    text-align: center;
    border-radius: 10px;
    /* position: relative;
    top: -65px; */
}

.capture-lead-container h3 {
    font-size: 2rem;
    color: whitesmoke;
}

.capture-lead-container p {
    font-size: 1.7rem;
    color: whitesmoke;
    padding: 10px;
    margin-top: -20px;
    font-weight: 700;
}

.capture-lead {
    display: flex;
    width: 61em;
    height: 27em;
}


.icons-container {
    display: grid;
    grid-template-columns: repeat(3, auto);
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.icons-container img {
    margin: auto;
}

.left-col {
    position: relative;
    top: -40px;

}

.title-arrow {
    position: absolute;
    height: 230px;
    left: -70px;
}

.cta-btn-big {
    display: flex;
    width: 430px;
    height: 45px;
    border-radius: 8px 8px 0px 0px;
    background: #002250;
    opacity: 1;
    align-items: center;
    text-align: center;
    justify-content: space-evenly;
    margin-left: auto;
    margin-right: 40px;
}

.left-cta {
    margin-top: 5px;
}

.left-cta p {
    color: #FFF;
    font-size: 1.63rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 5px;
    margin-top: 0px;
}

.left-cta span {
    color: #FFF;
    font-size: 1.59rem;
    font-weight: 500;
    margin: 5px;
}

.right-cta {
    margin: auto 10px;
    padding-right: 10px;
}

.heading-p {
    width: 211px;
    height: 46.915px;
    border-radius: 5.2px;
    background: #F7F7F7;
    color: #000;
    text-align: center;
    font-size: 1.59rem;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
}

.heading-p:hover {
    background: #fff23a;
}

.sub-p {
    color: #FFF;
    text-align: center;
    font-weight: 600;
    font-size: 1.59rem;
    margin: 0 auto;
    margin-top: 7px;
    width: 1;
}

.pay-methods {
    position: relative;
    height: 35px;
    top: 35px;
    left: 87px;
}

/* additional benefits */

.benefits {
    margin-top: -10px;
}

.benefits-title {
    display: flex;
    margin: auto;
}

.benefits-container {
    display: flex;
    align-content: space-between;
    align-items: center;
    justify-content: space-evenly;
    color: #150050;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 700;
    margin: auto !important;
}

.benefits-container p {
    max-width: 200px;
}

.watch-section {
    display: flex;
}

.watch-video {
    margin: 0px auto;
}

/* video section  */

.video-section {
    position: relative;
    margin-top: 52px;
}

.video-section h2 {
    color: #000;
    text-align: center;
    font-size: 2.4rem;
    font-family: 'Open Sans';
    font-weight: 600;
    margin-bottom: 32px;
    width: 70%;
    margin: 50px auto;
}

.video-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.market-svg {
    margin-left: -50px;
}

.video-section2 {
    display: flex;
    margin: 30px auto auto;
    flex-direction: column;
    max-width: 50vw;
}

.video-section2 h1 {
    color: #151515;
    text-align: center;
    font-size: 2.4rem;
    font-family: Poppins;
    font-weight: 700;
}

.video-section2 a {
    max-width: 40vw;
    margin: auto;
}

.video-section2 h3 {
    color: #151515;
    text-align: center;
    font-size: 1.6rem;
    font-family: Poppins;
    font-weight: 600;
}

.video-section2 a.free-analysis-btn {
    width: 473px;
    height: 73px;
    border-radius: 8px;
    background: #DC4E4E;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-family: Poppins;
    font-weight: 700;
    overflow: hidden;
    border-color: #00000000;
    margin: auto;
    margin-top: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* corp inventory section */

.section-title {
    display: flex;
    margin: 50px auto auto;
}

.section-corp-inventory h3 {
    display: flex;
    margin: 50px auto auto;
    text-align: center;
    justify-content: center;
    color: #E61717;
    font-size: 1.6rem;
    font-family: Open Sans;
    font-weight: 600;
}

.corp-inventory {
    background: url(/images/corp-bg.png) no-repeat center;
    content: '';
    max-width: 90vw;
    height: 95vh;
    margin: 20px auto auto;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.arrow {
    width: 25%;
}

.show-inventory-btn {
    width: 416px;
    height: 86px;
    border-radius: 15px;
    background: #D52727;
    box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.82);
    border-color: #00000000;
    color: #FFF;
    font-size: 2.8rem;
    font-family: "Passion One";
    font-weight: 700;
    margin: 10% 20px 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.show-inventory-btn img {
    margin-left: 10px;
}

/* footer section */

.footer-section {
    padding: 40px 0 0 0;
    margin-bottom: 30px;
}

.footer-section h1 {
    color: #2B2B2B;
    font-size: 3.2rem;
    font-weight: 800;
    margin: 80px auto 24px auto;
    text-align: center;
}

.footer-section h2 {
    color: #151515;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    margin: 20px auto 20px auto;
}

.trust-index {
    display: flex;
    margin: 10px auto 50px auto;
}

.path-years {
    max-width: 96%;
    margin: auto;
    display: flex;
    justify-content: center;
}

.contact-container {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-around;
    color: #000;
    font-size: 1.6rem;
}

.contact-container p {
    display: flex;
    align-items: center;
    margin: 10px;
}

.contact-container a {
    text-decoration: none;
    margin-left: 5px;
    color: black;
    text-decoration: underline;
}

.contact-icon {
    height: 100%;
    margin-right: 15px;
}


.footer-logo {
    height: 20%;
    width: 20%;
}

/* footer  */

.footer {
    width: 100%;
    background: #002250;
    display: flex;
    height: 80px;
    justify-content: space-between;
    align-items: center;
}

.footer p {
    color: #EFEFEF;
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    margin-left: 10%;
}

.footer-links {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    margin-right: 10%;
}

.footer-links a {
    margin: 0 10px 0 10px;
    text-decoration: none;
    color: #FFF;
}

@media (max-width: 1300px) {
    nav {
        width: 100%;
        position: fixed;
        left: 0;
        right: 0;
        text-align: center;
        margin: -80px auto 0 auto;
        font-size: 1.3rem;
    }

    .wsc-logo {
        margin-left: auto;
        margin-right: auto;
        display: flex;
        top: -30px;
        left: 0px;
    }

    section.main {
        flex-direction: column;
        margin-top: 40px;
    }

    .title-arrow {
        display: none;
    }

    img.shelf-corps-experts {
        display: flex;
        margin: auto;
    }

    .left-col {
        position: relative;
        top: -36px;
    }


    .main .left-col {
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .main .right-col {
        margin-bottom: 10px;
    }

    .cta-btn-big {
        margin-right: auto;
    }

    .container {
        margin-right: auto;
    }

    .pay-methods {
        display: none;
    }

    .benefits-title {
        width: 100vw;
        max-width: 680px;
    }

    .benefits-container {
        justify-content: center;
    }

    .market-svg,
    .choose-svg {
        display: none;
    }

    .laptop-svg {
        display: flex;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
    }

    .free-analysis-btn {
        max-width: -webkit-fill-available;
    }

    .section-title {
        width: 100vw;
    }

    .show-inventory-btn {
        font-size: 2.1rem;
        text-align: center;
        height: 75px
    }

    .show-inventory-btn img {
        width: 35px;
    }

    .footer p,
    .footer-links {
        font-size: 1.1rem;
    }
}

@media (max-width: 1076px) {
    .benefits-container {
        font-size: 1.3rem;
        margin-right: 30px;
    }

    .benefits-container img {
        width: 100%;
        height: 40px;
    }

    div.contact {
        font-size: 1.4rem;
    }
}

@media (max-width: 750px) {
    iframe.modal-corps {
        height: 80vh !important;
        width: 35em !important;
    }

    section.main {
        margin-top: 70px;
    }

    .wsc-logo {
        top: -5px; 
    }
}

@media (max-width: 700px) {
    nav {
        font-size: 1rem;
    }

    .section2-bg1,
    .section2-bg2,
    .section3-bg1,
    .section4-bg1 {
        display: none;
    }

    .right-nav,
    .left-nav {
        height: 63px;
    }

    img.shelf-corps-experts {
        width: 90vw;
    }

    .right-col {
        margin-top: -10px !important;
    }

    /* .left-col {
        margin-bottom: 70px;
    } */


    div.sub-p.right-cta {
        padding-bottom: 15px;
    }

    .section-corp-inventory h3 {
        width: 85vw;
    }

    div.corp-inventory img.arrow {
        display: none;
    }

    .watch-video {
        width: 95vw;
        margin-bottom: -20px;
    }

    div.contact {
        font-size: 1rem;
    }

    .contact img {
        height: 26px;
        width: 26px;
    }

    .footer p {
        font-size: 0.9rem;
        margin: auto;
    }

    .footer-links {
        margin: auto;
    }

    .footer-links a {
        font-size: 10px;
        margin: auto 5px auto 5px;
    }
}

@media (max-width: 500px) {

    nav {
        margin-top: -128px;
        height: 135px;
    }

    .right-nav,
    .left-nav {
        height: 80px;
        padding: 0 10px;
        border-radius: 0 0 0 0;
        font-size: 1rem;
    }

    #timer {
        width: 107px;
        font-weight: 700;
        margin: 0 5px;
        font-size: 1.1rem !important;
    }

    .left-nav img {
        display: none;
        text-decoration: none;
    }

    .wsc-logo {
        margin-top: 100px;
    }

    .cta-btn-big {
        max-width: 100vw;
    }

    .container {
        max-width: 100vw;
    }

    div.icons-container {
        margin-top: 20px;
        grid-template-columns: repeat(2, auto);
    }

    .benefits-title {
        width: 100vw;
    }

    .benefits-container {
        display: grid;
        grid-template-columns: repeat(2, auto);
        justify-content: center;
        vertical-align: center;
        margin: auto;
    }

    .benefits-card {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }

    #last-card {
        position: relative;
        left: 92px;
    }

    a.free-analysis-btn {
        font-size: 1.6rem !important;
        padding: 10px;
    }

    div.corp-inventory {
        height: 50vh;
        margin-bottom: -40px;
    }

    a.show-inventory-btn {
        font-size: 1.6rem !important;
        padding-left: 5px;
        padding-right: 5px;
    }

    a.show-inventory-btn img {
        height: 20px;
    }

    .video-section2 {
        margin-bottom: -30px;
    }

    section.footer-section h1 {
        margin-top: 40px;
    }

    div.contact {
        width: 100%;
        margin-left: 20px;
    }

    img.footer-logo {
        width: 147px;
        height: 53px;
        margin-right: 20px;
        margin-left: 20px;
    }

    div.footer {
        flex-direction: column-reverse;
        height: 75px;
    }

    div.contact {
        font-size: 0.8rem;
    }

    .contact img {
        height: 20px;
        width: 20px;
    }

    .footer-links {
        margin-bottom: 10px;
    }

    iframe.modal-corps {
        height: 100vh !important;
        width: 100% !important;
    }

    div.modal {
        height: 105vh;
        width: 100vw;
        margin: 0px;
        padding: 40px 30px !important;
    }

    div.jquery-modal.blocker.current {
        padding: 0;
    }

    div.jquery-modal.blocker.current {
        z-index: 99;
    }

    .modal-video {
        background-color: rgb(0 0 0);
    }
}