body{
    background-image: none !important;
}
.text-gold{
    color: #ffdeaa;
}
/*---intro---*/
.intro{
    background-image: url("./img/bg-about.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 56%;
    background-attachment: fixed;
}
#site_wrapper .container-fluid.intro{
    padding: 0 15px 140px;
}
h1{
    font-family: 'ProximaNovaRegular', sans-serif;
    font-size: 60px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    padding-top: 70px;
    padding-bottom: 20px;
}
.partner-agreement h1{
    font-size: 40px;
}
.partner-agreement strong, .partner-agreement h1 span{
    color: #e9cfa1;
}
.electronic-signature h3{
    color: #fff;
}
.electronic-signature p.section{
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    color: #e9cfa1;
}
.electronic-signature p.section span{
    color: #fff;
}
.electronic-signature a, .electronic-signature h3.text-gold{
    color: #e9cfa1;
}
.electronic-signature a:hover, .electronic-signature a:focus{
    cursor: pointer;
}
ul li::marker {
    color: #e9cfa1;
    font-size: 1.5em;
}
.policies-procedures .section-title{
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    color: #e9cfa1;
}
h3{
    font-family: 'ProximaNovaRegular', sans-serif;
    font-size: 35px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #e8cfa0;
    padding: 15px 0;
}
p.privacy-subtitle{
    font-family: 'ProximaNovaRegular', sans-serif;
    font-size: 25px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    padding-top: 15px;
}
p, ul li{
    font-family: 'ProximaNovaThin', sans-serif;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0.4px;
    word-break: break-word;
    color:#fff;
}
ul{
    padding-left: 18px;
}
p.italic{
    font-style: italic;
}
p.text-gold{
    color: #e8cfa0!important;
}
p.f-weight-900{
    font-weight: 900;
}
@media (max-width: 1440px){
    p.privacy-subtitle{
        font-size: 25px;
    }
}
@media (max-width: 1024px){
    h1{
        font-size: 50px;
    }
    h3{
        font-size: 35px;
    }
    p.privacy-subtitle{
        font-size: 23px;
    }
}
@media (max-width: 767px){
    h1, h3{
        text-align: center;
    }
    h1{
        font-size: 30px;
    }
    h3{
        font-size: 19px;
    }
    p.privacy-subtitle{
        font-size: 18px;
    }
    #site_wrapper .container-fluid.intro {
        padding: 0 15px 60px;
    }
}

ol {
    list-style: none;
    counter-reset: terms-counter;
}
ol>li {
    margin-bottom: 10px;
    color: white;
    counter-increment: terms-counter;
}

ol>li::before {
    content: counter(terms-counter) ". ";
    color: #E8CFA0;
    font-weight: bold;
}
