/*https://purifycss.online/#
https://www.freeformatter.com/css-beautifier.html#before-output*/
/*@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&family=Inter:wght@400;700&family=Roboto:wght@300;400;700&display=swap');
*/body{
    background: #ffffff;
    color: #000000;
    font-family: Roboto;
}
.btn-default{
    background-color: #c8308c;
    color: #fff;
    border-radius: 0;
    font-size: 16px;
    line-height: 16px;
    padding: 15px 20px;
    border-color: #fff;
}
.btn-default:hover, .btn-default:focus, .btn-default:active{
    background-color: #fff !important;
    color: #c8308c !important;
    border-color: #c8308c !important;
    /*padding: 15px 20px !important;*/
    text-decoration: none !important;
}
header{
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 10px 48px 10px;
}

#top{
    position: relative;
    background: url('../img/top_full.jpg') no-repeat;
    background-size: contain;
}
#top h1{
    margin-bottom: 0;
    width: 100%;
    text-align: right;
}
#form_container .form_header{
    background: #c8308c;
    padding : 10px 15px ;
}
#form_container .form_header h2{
    color : #ffe31f;
    text-align: center;
    font-size: 28px;
    line-height: 34px; 
    font-weight: bold;
    margin: 0;
}
#form_container .form_header span{
    color: #fff;
    display: block;
    font-size: 30px;
    line-height: 36px; 
    padding-top: 5px;
}
#form_container form{
    background: #fff;
    border: 1px solid #c8308c;
    padding : 20px 20px 50px; 
    color :#222;
    position: relative; 
}
#form_container .form-label{
    margin: 0;
}
.form-control{
    border-radius: 0;
    background-color: #ffef9d;
    border: none;
    padding: 5px 10px;
    font-size: 14px;
}
#form_container #button_container{
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    text-align: center;
}
#form_container button{
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
    padding: 5px 0;
    max-width: 210px;
}
#description{
    background: #d0df8f;
    font-size: 16px;
    line-height: 24px;
}

#testimonies h2{
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    color: #b84189;
}
#testimonies p{ 
    font-size: 20px;
    line-height: 30px;
}
.splide__arrow{
    background: #b84189;
    opacity: 1;
    top: calc(100% - 3em);
    width: 3em;
    height: 3em;
}
.splide__arrow--prev{
    display: none;
}

.splide__pagination{
    display: none;
}

.splide__arrow:hover:not(:disabled){
    opacity: 1;
}
.splide__arrow svg{
    fill: #fff;
}
#message{
    font-size: 20px;
    line-height: 30px;
}
#message .img-fluid{
    margin-top: 6px;
}
#message .content{
    position: relative;
}
#message .quote{
    background: url('../img/quotes.png') no-repeat;
    width: 71px;
    height: 69px;
    position: absolute;
    left: -50px;
    top: 6px;
}
#message .decal{
    padding-left: 40px;
}
#message h2{
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 15px;
}
#message p{
    margin-bottom: 8px;
}
footer{
    background: #222222;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    padding: 32px 48px 8px;
}
footer h3{
    font-size: 14px;
}
footer a{
    color: #fff;
}
footer a:hover{
    color: #fff;
    text-decoration: underline;
}
footer h3{
    font-weight: bold;
}
footer .btn-default, footer .btn-default:hover, footer .btn-default:focus, footer .btn-default:active{
    border: none !important;
}
label sup{
    color: #c8308c;
}
