.smu {
}



.butt {
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 17px 30px;
    max-width: 400px;
    cursor: pointer;
    font-family: PoppinsRegular;
}

.square {
    border-radius: 4px;
    border: solid 1px #bab4b4;
    
}

.gold {
    background: #ffbf52;
    color: #061a5e;
    
}

.gold.gradient1 {
    background: linear-gradient(0deg, #f1a525 0%, #fbdb83 100%);    
}

#footer_outer .trustpilot-widget {
    background: #063162;
    padding: 31px 0 23px;
}

.trustpilot-widget iframe {
    margin: auto;
}

div.dev-query, .devel-querylog {
    display: none;
}

.debugg div.dev-query, .debugg .devel-querylog {
    display: block;
}








