/* -- General -- */

:root {
    --r_brava-blue: #091F2C;
    --r_brava-light-blue: #1F3949;
    --r_brava-orange: #DC4405;
}
.maincontent {
    display: block !important;
    font-family: 'Poppins', 'Montserrat', sans-serif;
    font-size: 16px;
    letter-spacing: .025em;
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    background-color: #eee;
}

.r_content-wrapper,
.r_content-wrapper-md,
.r_content-wrapper-sm,
.r_content-wrapper-x-sm {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.r_content-wrapper {
    max-width: 1700px;
}
.r_content-wrapper-md {
    max-width: 1550px;
}
.r_content-wrapper-sm {
    max-width: 1400px;
}
.r_content-wrapper-x-sm {
    max-width: 1100px;
}

.r_h1-heading,
.r_h2-heading,
.r_h3-heading {
    margin: 20px 0;
    line-height: 1.05em;
    color: var(--r_brava-blue);
}
.r_h1-heading {
    font-size: 3.25em;
    font-weight: 700;
    color: #fff;
}
.r_h2-heading {
    font-size: 2.5em;
    font-weight: 500;
}
.r_h3-heading {
    font-size: 1.5em;
    font-weight: 600;
}
.maincontent p {
    font-size: 1em;
    line-height: 1.35em;
    font-weight: 400;
    color: #333;
}

.r_underline {
    width: 200px;
    margin: 30px auto;
    border-top: 2px solid var(--r_brava-orange);
}
.r_underline-left {
    margin-left: 0;
}

.r_space-around {
    position: relative;
    padding: 80px 5%;
    z-index: 0;
}
.r_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.r_wrapper-reverse {
    flex-direction: row-reverse;
}
.r_col-left {
    width: 45%;
    padding: 20px 30px;
}
.r_col-right {
    width: 55%;
    padding: 20px 30px;
}
.r_img-wrapper {
    position: relative;
    max-width: 550px;
    width: 100%;
    margin: 20px auto;
}
.r_img-wrapper::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    border: 3px solid var(--r_brava-orange);
    width: 50%;
    height: 40%;
    z-index: -1;
}
.r_img-wrapper::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: -10px;
    border: 3px solid var(--r_brava-light-blue);
    width: 30%;
    height: 60%;
    z-index: -1;
}
.r_img-wrapper img {
    width: 100%;
    height: auto;
    background-color: #eee;
}
.r_text-center {
    text-align: center;
}

.r_inline-link {
    font-weight: 600;
    color: var(--r_brava-orange);
    text-decoration: underline;
}
.r_inline-link:hover {
    color: var(--r_brava-light-blue);
    text-decoration: none;
}



/* -- Hero -- */

#r_hero_section {
    min-height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(/imageserver/Reusable/brava/hero_bg.webp);
    background-size: cover;
    background-position: center 25%;
    background-blend-mode: overlay;
    background-color: #404040;
    border-bottom: 8px solid var(--r_brava-light-blue);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .33);
    z-index: 1;
}
.r_hero-wrapper {
    text-align: center;
}
.r_hero-logo {
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--r_brava-light-blue);
    padding: 25px 10px;
    max-width: 140px;
    width: 100%;
    height: auto;
}
.r_hero-logo-roof {
    display: block;
    margin: 0px auto -45px;
    width: 125px;
    height: auto;
}



/* -- Intro -- */

#r_intro_section {
    background-color: var(--r_brava-blue);
}
.r_intro-wrapper h2 {
    color: #fff;
}
.r_intro-wrapper p {
    color: #ccc;
}
.r_intro-wrapper .p-highlight {
    font-size: 1.05em;
    color: var(--r_brava-orange);
    font-weight: 600;
}



/* -- Products -- */

#r_products_section h2 {
    padding: 15px 0;
    border-top: 2px solid var(--r_brava-orange);
    border-bottom: 2px solid var(--r_brava-orange);
}
.r_product-wrapper {
    position: relative;
    opacity: 1;
    transition: opacity .3s;
}
.r_fade-out {
    opacity: 0;
}
#r_product_preview {
    min-height: 650px;
    background-size: cover;
    background-position: center;
    margin: 50px auto;
    background-color: #e5e5e5;
}
.r_product-content {
    position: absolute;
    background-color: #f0f0f0;
    top: 20px;
    left: 20px;
    max-width: 500px;
    padding: 40px 30px;
    width: 100%;
    text-align: left;
    box-shadow: 0 4px 8px rgba(5, 5, 5, .5);
}
.r_product-content h3 {
    margin: 10px auto;
}
.r_product-content p {
    font-size: .95em;
    color: #111;
}
.r_product-content .r_premium-blend {
    display: none;
    font-size: .9em;
    font-weight: 600;
    background-color: var(--r_brava-orange);
    color: #fff;
    padding: 4px 8px;
    margin-bottom: 15px;
    border-radius: 5px;
}
.r_product-list {
    display: flex;
    flex-wrap: wrap;
    margin: 50px auto;
    padding: 0;
    list-style: none;
}
.r_product-item {
    position: relative;
    width: 19%;
    margin: 10px .5%;
    padding-bottom: 10px;
    border: 3px solid transparent;
    text-align: center;
    transition: border-color .33s;
}
.r_product-item:hover,
.r_product-item:focus {
    border-color: var(--r_brava-orange);
}
.r_product-item img {
    display: block;
    max-width: 300px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.r_product-item p {
    font-size: 1.05em;
    line-height: 1.15em;
    color: var(--r_brava-light-blue);
    font-weight: 700;
    margin: 8px auto 0;
}
.r_product-item .r_premium-blend {
    position: absolute;
    top: 0;
    left: 0;
    font-size: .85em;
    background-color: var(--r_brava-orange);
    color: #fff;
    padding: 4px 8px;
}
.r_product-item a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.r_product-note {
    color: #484848;
    font-style: italic;
    max-width: 1000px;
    width: 100%;
    margin: 20px auto;
}



/* -- Features -- */

#r_features_section {
    background-color: var(--r_brava-light-blue);
}
#r_features_section h2 {
    color: #fff;
}
#r_features_section .r_h2-vs {
    font-weight: 700;
    background: linear-gradient(0deg, transparent 15%, var(--r_brava-orange) 15%, var(--r_brava-orange) 20%, transparent 20%);
}
.r_features-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 50px auto 20px;
    padding: 0;
    list-style: none;
    gap: .75%;
}
.r_features-box {
    width: 48.5%;
    margin: 15px auto;
    text-align: left;
    background-color: #fdfdfd;
    box-shadow: 0 4px 8px rgba(5, 5, 5, .5);
}
.r_features-box img {
    width: 100%;
    height: auto;
}
.r_features-content {
    padding: 40px 35px;
}
.r_features-list {
    list-style: none;
    margin: 40px 0 20px;
    padding: 0;
}
.r_features-item {
    margin-bottom: 15px;
}
.r_features-item:last-child {
    margin-bottom: 0;
}
.r_features-item p {
    position: relative;
    margin: 0;
    padding-left: 22px;
    font-size: .95em;
    font-weight: 500;
}
.r_features-list-brava .r_features-item p::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 15px;
    border-bottom: 3px solid #179933;
    border-right: 3px solid #179933;
    transform: rotate(45deg);
}
.r_features-list-traditional .r_features-item p::before,
.r_features-list-traditional .r_features-item p::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 15px;
    height: 3px;
    background-color: #F42C18;
}
.r_features-list-traditional .r_features-item p::before {
    transform: rotate(45deg);
}
.r_features-list-traditional .r_features-item p::after {
    transform: rotate(-45deg);
}



/* -- Visualizer -- */

#r_visualizer_section {
    padding-top: 60px;
    padding-bottom: 60px;
}



/* -- Responsiveness -- */

@media (max-width: 1200px) {
    .r_product-item {
        width: 24%;
    }
}

@media (max-width: 1100px) {
    .r_intro-wrapper {
        align-items: flex-start;
    }
}

@media (max-width: 981px) {
    .r_wrapper {
        max-width: 900px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .r_col-left,
    .r_col-right {
        width: 100%;
        padding: 0;
    }
    .r_img {
        margin-bottom: 40px;
    }

    .r_product-item {
        width: 32.3333333333%;
    }
}

@media (max-width: 750px) {
    .r_h1-heading {
        font-size: 2.75em;
    }
    .r_h2-heading {
        font-size: 2.25em;
    }

    .r_space-around {
        padding: 60px 20px;
    }

    #r_hero_section {
        min-height: 550px;
    }
    .r_hero-logo {
        max-width: 120px;
    }

    .r_features-box {
        max-width: 550px;
        width: 100%;
    }
    .r_features-content {
        padding: 30px 25px;
    }
}

@media (max-width: 600px) {
    #r_product_preview {
        min-height: 350px;
    }
    .r_product-content {
        position: relative;
        max-width: none;
        bottom: 0;
        left: 0;
        padding: 30px 20px;
        margin-top: -50px;
        background-color: #fff;
    }
    .r_product-item {
        width: 49%;
    }
}

@media (max-width: 550px) {
    .r_h1-heading {
        font-size: 2.25em;
    }
    .r_h2-heading {
        font-size: 2em;
    }

    .r_text-center {
        text-align: left;
    }
    .r_text-center .r_underline {
        margin-left: 0;
    }

    #r_hero_section {
        min-height: 500px;
    }
    .r_hero-logo {
        max-width: 100px;
    }
}

@media (max-width: 450px) {
    .r_product-item p {
        font-size: .95em;
    }
}