body {
    font-family: Open Sans, sans-serif;
    margin: auto;
    padding: 0;
    color: #303030;
}

.primary-section h1 {
    font-size: 68px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
    margin: 0;
}

.primary-section h2 {
    font-size: 25px;
    font-style: normal;
    line-height: 34px;
    margin-top: 0;
    font-style: italic;
}

.max-width {
    margin: auto;
    max-width: 1200px;
}

.text-center {
    text-align: center;
}

.superior_bg {
    background: linear-gradient(90.05deg, #F8F9FA .03%, #F8F9FA 99.18%);
    position: relative;
}

.flex-top {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
}

.flex-top--box {
    margin: 1rem;
    padding: 2rem;
    width: calc(50% - 6rem);
    text-align: center;
    background-color: white;
    text-decoration: none;
    color: black;
    cursor: pointer;

}

.flex-top--box:hover {
    transform: translate3d(0, -4px, 0);
    box-shadow: 0 12px 30px 0 rgb(0 0 0 / 20%);
    transition-property: box-shadow, transform;
    transition-duration: 600ms;
    transition-timing-function: cubic-bezier(.16, 1, .29, .99);
}

.flex-top--box-brand {
    width: 100%;
    max-width: 251px;
}


.flex-top--box-svg {
    width: 100%;
    max-width: 400px;
    border-radius: 3px;
}

.center-img {
    margin-top: 3rem;
    position: relative;
    z-index: 1;
}

.center-img img {
    max-width: 100%;
}

.superior_bg header {
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
}

.header__nav {
    align-content: center;
    align-items: center;
    display: flex;
    justify-content: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.header__nav-logo {
    width: 30%;
}

.header__nav-hamburger {
    display: none;
    width: 50%;
}

.header__nav .logo img {
    margin-left: 1rem;
    max-width: 250px;
    width: 100%;
}

.header__nav-top {
    width: 70%;
}

.header__nav-top__menu {
    align-content: center;
    align-items: center;
    display: flex;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.header__nav-top__menu a {
    border-radius: 5px;
    color: black;
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    margin: 0 .2rem;
    padding: 1rem;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}

.header__nav-top__menu a:hover {
    background-color: rgb(50 132 255);
    color: white;
    border-radius: 5px;
}

.bg_white,
.bg_grey {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.bg_white {
    background-image: url(/img/email/landing/falcom_bg_lines.png);
}

.bg_grey {
    background-image: url(/img/email/landing/falcom_bg_grey2.jpg);
}

.header-section {
    margin: auto;
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 3rem;
}

.brand {
    width: 100%;
    max-width: 250px;
}

.header-section-subtitle {
    font-weight: bold;
    font-style: italic;
}

.section-left,
.section-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    font-size: 1.8rem;
}

.section-left img,
.section-right img {
    width: 100%;
    max-width: 500px;
    margin: auto;
}

.block__footer,
.block__footer-r {
    align-content: center;
    align-items: center;
    display: flex;
    justify-content: space-around;
}

.block__footer-l {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    justify-content: flex-start;
}

.block__footer-l img {
    max-width: 140px;
    padding: 1rem;
    width: 100%;
}

.block__footer,
.block__footer__powerby {
    font-size: 12px;
    position: relative;
    z-index: 1;
}

.block__footer__powerby {
    align-content: center;
    align-items: center;
    background: hsla(0, 0%, 100%, .14);
    display: flex;
    justify-content: center;
    padding: 1rem;
    width: calc(100% - 2rem);
}

.block__footer {
    padding-bottom: 3rem;
    padding-top: 1rem;
}

.falcom {
    margin-left: .4rem;
    width: 80px;
}

.block__footer-r__list a {
    color: white;
    font-weight: bold;
    padding: 1rem;
    margin: 0.5rem;
    font-size: 1rem;
    text-decoration: none;
}

.block__footer-r__list a:hover {
    text-decoration: underline;
}

footer {
    background: url(/img/email/landing/bgfooter.png);
    color: #fff;
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 2rem;
    position: relative;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.devices {
    margin-bottom: -2.8rem;
}

section.white {
    padding-bottom: 2rem;
}

.flex-top--box h3 {
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .primary-section h1 {
        padding: 0rem 1rem 0 1rem;
        line-height: initial;
        font-size: 1.8rem;
        margin: 0;
    }

    .primary-section h2 {
        font-size: 1rem;
        padding: 0rem 1rem 0 1rem;
        line-height: initial;
        margin-top: 0;
    }

    .flex-top--box {
        width: calc(100% - 6rem);
    }

    .section-left,
    .section-right {
        flex-wrap: wrap;
        width: calc(100% - 2rem);
        padding: 1rem;
        font-size: 1rem;
        text-align: center;
        align-items: center;
        align-content: center;
    }

    .block__footer {
        flex-wrap: wrap;
    }

    .block__footer-r {
        margin-top: 2rem;
    }

    .section-right img {
        order: 1;
    }

    .section-right .section-text {
        order: 2;
    }

    .header-section {
        padding-top: 3rem;
        padding-bottom: 0rem;
    }

    .center-img {
        margin-top: 0;
    }

    .flex-top--box h3 {
        margin: 0;
    }

    .header__nav {
        padding-top: 1rem;
        padding-bottom: 0rem;
    }

    .superior_bg header {
        margin-bottom: 1rem;
    }

    .devices {
        margin-bottom: -1.8rem;
    }

    .section-text {
        width: 100%;
    }

    .block__footer-r__list a { 
        padding: 0;
    }

    .block__footer, .block__footer-r {
        flex-wrap: wrap;
        justify-content: center;
    }
}