@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500&display=swap');
body{
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    text-rendering: optimizeSpeed;
    background-color: #fff!important;
    color: #333;
}
a {
    -webkit-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
    color: #004d9d;
    cursor: pointer;
    text-decoration: none;
}
a:hover {
    color: #0560c2;
    text-decoration: none;
}

.faq{
    padding: 0;
    border-radius: 0;
}
.faq h5{
    padding: 6px 5px;
}
.faq a{
    color: #004d9d;
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    font-weight: 400;
    background-color: #f5f5f5;
    text-align: left;
    white-space: normal;
    padding: 15px;
    text-decoration: none;
    font-size: 20px;
    letter-spacing: .75px;
    text-decoration: none;
}
.faq a:hover{
    text-decoration: none;
    background-color: #eeeeee;
}

.faq h5 a:after {
    font-size: 15px;
    content: "\f105";
    float: right;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #004d9d;
}

.btn-mustela{
    background-color: #004d9d;
    color: #fff;

    height: 43px;
    border-radius: 2px;
    border: solid 1px #00479a;
    background-color: #00479a;
    padding: 0 35px;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}
.btn-mustela:hover, .btn-mustela:active{
    background-color: #0560c2;
    border: solid 1px #0560c2;
    color: #fff;
}
.btn-mustela i{
    padding-right: 10px;
}

.faq-card:hover{
    background: #f8f8f8;
}