﻿
html, body {
    margin: 0;
    box-sizing: border-box;
    height: 100%;
    font-family: 'Roboto', sans-serif;
    min-width: 300px;
    width: 100%;
    line-height: 1.2;
    letter-spacing: 0.02em;
    overflow-x: hidden;
    background: #05497b;
}

span.line {
    display: inline-block;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.center {
    text-align: center
}

/* ------------- top bar */
.top-bar {
    color: #ffffff;
    width: 100%;
    min-height: 55px;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 0.03em;
    display: flex;
    padding: 5px;
    position: fixed;
    top: 0;
    background: #05497b;
}

.top-bar-internal {
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    padding: 5px 20px;
    width: 100%;
    max-width: 1350px;
}

.logo-group {
    display: flex;
    align-items: center;
}

.top-logo {
    height: 40px;
    background: white;
}

.ricochet-name {
    color:#ffffff;
    padding-left:10px;
    width: 30px;
}

.middle-top-bar {
    flex: auto;
    font-size: 13px;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    margin-left: 40px;
}

.right-top-bar {
    font-size: 13px;
    display: flex;
    margin-left: 10px;
    min-width:160px;
}

.right-top-bar-options {
    color: #ffffff;
    padding: 4px 1px 1px;
    margin: 0 8px;
    letter-spacing: 0.03em;
    border-bottom: 1px solid transparent;
    text-align: right;
}

/*
.right-top-bar-options:hover {
    border-bottom: 1px solid #ffffff;
}
*/
.sales-top-bar-options {
    color: #ffffff;
    margin: 0 8px;
    padding:10px;
    letter-spacing: 0.06em;
    border: 1px solid #ffffff;
    border-radius: 4px;
    font-size:15px;
}

.img-link {
    color: #ffffff;
    height: 100%;
    display: flex;
}


.dropdown {
    cursor: pointer; 
    line-height: 26px;
    position: relative;
    display: inline-block;
}

.dropdown-wrapper {
    display: none;
    padding: 8px;
    position: absolute;
    background-color: #fcfbf2;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.3);
    z-index: 1;
    left: -5px;
    border-radius: 4px;
}

.dropdown-content {
    
}

.dropdown-content a {
    color: #242007;
    padding: 8px 20px;
    text-decoration: none;
    display: block;
    text-align: left;
    border-radius: 4px;
}

.dropdown-content a:hover {
    background-color: #f6f4e0;
    border-radius: 3px;
}

@media only screen and (max-width: 890px) {

    .top-bar-internal {
        padding: 5px 15px;
    }
    
    .right-top-bar {
        min-width: unset;
        margin-left: unset;
    }

}


/* ------------- banner */
.top-wrap {
    width: 100%;
    color: #242007;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #05497b;
}

.split {
    width:100%;
    color:#ffffff;
    letter-spacing: 0.02em;
    font-weight: 600;
    font-size:45px;
}

.split-left {
    flex-basis: 60%;
    padding: 20px 0 45px 45px;
    flex-shrink: 0;
    max-width: 700px;
    margin-left: auto;
}

.split-right {
    flex-basis: 40%;
    max-width: 700px;
    margin-right: auto;
}

.banner-highlight {
    color:#ffb657;
}

.banner-sub-text {
    font-size:20px; 
    font-weight:400;
    margin:15px 0 20px; 
    line-height: 1.3; 
    width:80%;
}

.banner-button {
    font-size:15px; 
    font-weight:500;
    padding:10px 20px; 
    border-radius: 4px; 
    background-color: #fcfbf2; 
    color:#242007; 
    width:fit-content; 
    margin-bottom:25px
}

.banner-image {
    max-height: 450px; 
    margin: 25px 0;
}

@media only screen and (max-width: 590px) {

    .top-wrap {
        flex-flow:column;
        padding:5px 0 10px;
    }
    
    .split-left {
        flex-basis: unset;
        margin-left: 0;
        padding: 10px 15px 10px 25px;
    }
    
    .split-right {
        flex-basis: unset;
        margin-right: 0;
    }
    
    .split {
        font-size: 34px;
        width:unset;
    }
    
    .banner-sub-text {
        font-size: 16px;
        width: 100%;
        margin:15px 0 10px; 
    }
    
    .banner-image {
        max-height: 200px;
        margin: 15px 0 10px;
    }
    
    .banner-button-wrapper {
        text-align: center;
    }

}

/* ------------- trusted by */
.light-color {
    background: #fcfbf2; 
    color: #242007;
    padding: 15px 0 35px;
}

.trust-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.trust-wrap-union {
    justify-content: space-between;
    max-width:900px;
    margin: auto;
    align-items: flex-start;
    padding: 0 25px;
}

.trust-text {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    width: 100%;
    margin: 18px;
    letter-spacing: 0.19em
}

.trust-logo {
    height:70px;
}

.trust-logo-text {
    text-align: center; 
    font-size: 12px; 
    max-width: 200px;
    margin: 0 10px;
}

.light-color-last {
    background: #fcfbf2; 
    color: #242007;
    padding: 15px 0 35px;
}

@media only screen and (max-width: 590px) {

    .trust-text {
        margin: 8px 0 20px;
    }
    
    .trust-wrap-union {
        padding: 0 5px;
    }

}

/* ------------- highlight section */

.highlight-section-wrapper {
    display:flex; 
}

.highlight-section-color-left {
    flex-basis:50%; 
    margin: 0 60px 0 0;
    padding: 30px 60px;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
    text-align: right;
}

.highlight-section-color-right {
    flex-basis:50%; 
    margin: 0 0 0 60px;
    padding: 30px 60px;
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
    text-align: left;
}

.highlight-section-text {
    flex-basis:50%;
    display:flex
}

.highlight-section-text-right {
    margin-top: auto;
    margin-right:50px;
    margin-bottom: auto;
    max-width: 420px;
}

.highlight-section-text-left {
    margin-top: auto;
    margin-left:auto;
    margin-bottom: auto;
    max-width: 420px;
    padding-left: 50px;
}

@media only screen and (max-width: 1200px) {
    
    .highlight-section-wrapper-right {
        float: right;
        min-width:1200px;
    }
    
    .highlight-section-wrapper-left {
        float: left;
        min-width:1200px;
    }
    
    .highlight-wrapper {
        overflow:hidden;
    }

}

.arrow-right {
    width: 20px;
}

.section-heading {
    font-size: 40px;
    font-weight:700;
    margin-bottom: 20px;
}

.section-text {
    margin:0 30px 20px 0;
    font-size: 17px;
    font-weight:400;
    line-height: 1.4;
    letter-spacing: 0.02em;
}

.section-learn {
    width: fit-content;
    color:#075894;
    border-bottom: 2px solid transparent;
}

.section-learn:hover {
    border-bottom: 2px solid #075894
}

.section-image {
    width:100%;
    max-width: 600px;
}


@media only screen and (max-width: 890px) {
    
    .highlight-section-wrapper {    
        margin-bottom: 30px;
        float: unset;
        min-width: unset;
    }
    
    .highlight-section-wrapper-right {
        flex-direction: column;
    }
    
    .highlight-section-wrapper-left {
        flex-direction: column-reverse;
    }
    
    .section-image {
        width:100%;
        max-width: 400px;
    }
    
    .highlight-section-text {
        flex-basis: unset;
        display:flex
    }
    
    .section-heading {
        font-size: 30px;
        font-weight:700;
        margin-bottom: 20px;
    }
    
    .section-text {
        margin: 0 0 15px 0;
        font-size: 15px;
        font-weight:400;
        line-height: 1.4;
        letter-spacing: 0.02em;
    }
    
        
    .light-color-last {
        padding: 15px 0 0;
    }

}

@media only screen and (max-width: 890px) and (min-width: 590px) {
    
    .highlight-section-color-left {
        flex-basis: unset;
        padding: 5px 15px;
        margin: 0 90px 0 0;
    }
    
    .highlight-section-color-right {
        flex-basis: unset;
        padding: 5px 15px;
        margin: 0 0 0 90px;
    }
    
    .highlight-section-text-right {
        max-width: 500px;
        margin: 0 auto;
        padding: 25px;
    }
    
    .highlight-section-text-left {
         max-width: 500px;
        margin: 0 auto;
        padding: 25px;
    }
    
}

@media only screen and (max-width: 589px) {
    
    .highlight-section-color-left {
        flex-basis: unset;
        padding: 5px 15px;
        margin: 0 25px 0 0;
    }

    .highlight-section-color-right {
        flex-basis: unset;
        padding: 5px 15px;
        margin: 0 0 0 25px;
    }
    
    .highlight-section-text-right {
        max-width: 600px;
        margin: 0 auto;
        padding: 25px;
    }
    
    .highlight-section-text-left {
         max-width: 600px;
        margin: 0 auto;
        padding: 25px;
    }

}




/* ------------- bottom close ellipse  */

.bottom-wrapper {
    background: white;
}

.bottom-fill {
    background: #05497b;
    border: none;
    clip-path: ellipse(90% 100% at center top);
    height: auto;
    min-height: 300px;
}

.bottom-text {
    margin:0 50px;
    color:#ffffff;
    letter-spacing: 0.02em;
    font-weight: 600;
    font-size:45px;
    text-align: center;
    padding-top: 70px;
}

@media only screen and (max-width: 890px) and (min-width: 590px) {
    
    .bottom-text {
        margin: 0 20px;
        font-size: 39px;
        padding-top: 30px;
    }
    
    .bottom-fill {
        min-height: 200px;
    }
    
}

@media only screen and (max-width: 589px) {

     .bottom-text {
        margin: 0 20px;
        font-size: 39px;
        padding-top: 30px;
    }
    
    .bottom-fill {
        min-height: 250px;
    }

}



/* ------------- content */

.content-container {
    margin-top:55px;
}


/* ------------- bottom bar */
.bottom-bar {
    padding: 20px 0 50px;
    text-align: center;
}

.bottom-options {
    font-size: 14px;
    color: #242007;
    text-align: center;
    margin: 0 5px;
}

.copyright {
    margin-top:10px;
    text-align: center;
    font-size: 12px;
    color: #b0b0b0;
}

