@charset "UTF-8";/* CSS Document */.customcontactform-title {    font-weight: 300;}.customcontactform-submit-wrapper{    position: relative;    display: inline-block;}.customcontactform-submit-wrapper.progress-start:after {    content: '';    position: absolute;    left: 50%;    top: 50%;    transform: translate(-50%, -50%);    width: 15px;    height: 15px;    margin-top: -8px;    margin-left: -8px;    border: 3px solid rgba(255, 255, 255, .15);    border-left-color: rgba(255, 255, 255, 1);    border-right-color: rgba(255, 255, 255, 1);    border-radius: 50%;    animation: 0.85s spinner ease-in-out infinite;}.customcontactform .uk-grid>*>:last-child {    margin-bottom: 18px;}@keyframes spinner {    0% {        transform: rotate(0deg);    }    100% {        transform: rotate(360deg);    }}