.navbar-brand {
    font-weight: 600;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #007CFF !important;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #007CFF !important;
}

.dropdown-item:hover {
    color: #007CFF !important;
}

.btn-nav-order {
    border-radius: 6px;
    border: 1px solid var(--Brand-Gradient, #007CFF);
    background: var(--Gray-900, #0B0F19);

    /* shadow / S */
    box-shadow: 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06), 0px 2px 6.4px -1px rgba(19, 16, 34, 0.03);
}

.nav-login {
    font-weight: 600;
}

.nav-login:hover {
    color: #007CFF;
}
.content.section {
    font-size: 17px;
}
a.navbar-logo {
    bottom: 0;
    margin-top: -7px;
}
#idx-navbar embed {
    cursor: default;
}
.page-name {
    font-weight: 400;
    font-size: 17px;
    padding-right: 5px;
    font-style: italic;
}
.page-name b {
    font-weight: 700;
}

.banner {
    background: var(--Gray-900, #0B0F19);
    background-size: 100%;
    background-position: center;
    padding: 0;
    padding-top: 80px;
    position: relative;
}
.banner h1, .banner p {
    text-align: left;
    color: #fff;
}
.banner h1, .banner p.title {
    text-transform: uppercase;
}
.banner h1 {
    color: #FFF;
    font-feature-settings: 'clig' off, 'liga' off;

    /* Heading/H1 */
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 52px */
    letter-spacing: -1px;
}
.banner p.title {
    color: var(--Brand-Primary, #06F);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
}
.banner p {
    color: var(--Gray-300, #E2E5F1);
    font-feature-settings: 'clig' off, 'liga' off;

    /* Body/L */
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
}
a.bg-dark-blue.idx-button {
    display: inline-block;
    padding: 15px 19px 14px 21px;
}
.mobile-cta {
    display: inline-block;
}

.half-banner {
    padding: 80px 0;
}
.screenshot {
    text-align: right;
    padding: 80px 20px;
}
.screenshot img {
    width: 100%;
}
.marketing.section {
    padding: 180px 0 80px;
}
.marketing.section h2 {
    color: var(--Gray-950, #040810);
    font-feature-settings: 'clig' off, 'liga' off;

    /* Heading/H1 */
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 52px */
    letter-spacing: -1px;
}
.marketing.section h4 {
    color: var(--Brand-Primary, #06F);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
}
.marketing.section p {
    color: var(--Gray-800, #33354D);
    font-feature-settings: 'clig' off, 'liga' off;

    /* Body/L */
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
}

.instructions h3 {
    color: var(--Gray-950, #040810);
    font-feature-settings: 'clig' off, 'liga' off;

    /* Heading/H1 */
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 52px */
    letter-spacing: -1px;
}
.step-body {
    padding-top: 35px;
}
.instructions h5 {
    color: #0B0F19;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 140% */
    letter-spacing: unset;
}
.instructions.section h5.final {
    font-weight: 400;
    color: #414B51;
    line-height: 1.45em;
}
.instructions.section p {
    color: #565973;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px; /* 160% */
}
.instructions.section p, .instructions.section hr {
    margin-bottom: 45px;
    line-height: 1.55em;
}
.questions {
    margin-top: 80px;
    display: flex;
    width: 100%;
    padding: 60px 0px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    border-radius: 12px;
    background: linear-gradient(94deg, #007CFF 0.25%, #002249 100%);
    color: #fff;
    text-align: center;
}
@media (min-width: 1200px) {
    .container {
        width: 1110px;
    }
}
@media (max-width: 992px) and (min-width: 768px) {
    .container {
        width: 910px;
    }
    
    .screenshot {
        text-align: center;
        padding: 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .top-bar-white {
        display: none;
    }
    body.landing {
        margin-top: 0;
    }
    .banner.section {
        padding: 0;
    }
    .half-banner {
        padding: 30px;
    }
    .screenshot {
        text-align: center;
        padding: 0;
        margin-bottom: 50px;
    }
    .screenshot img {
        margin-bottom: 30px;
    }
    .marketing.section .copy h2 span {
        white-space: nowrap;
    }
    .marketing.section p {
        line-height: 1.55em;
    }
    .instructions.section h5 {
        margin-bottom: 15px;
    }
    .instructions.section h5.final {
        font-size: 17px;
    }
    .questions {
        padding: 30px;
    }
}