:root {
    --font-family: 'Lato';
    --letter-spacing: 1px;
    --heading-ratio: 1.5;
    --h1-font-weight: 200;
    --h2-font-weight: 200;
    --h3-font-weight: 200;
    --h5-font-family: 'Open Sans';
    --h5-font-weight: 300;
    --label-margin-bottom: 8px;
    --form-margin-bottom: 40px;
    --form-label-placeholder-alignment: center;
    --form-button-alignment: center;
    --asterisk-color: rgba(53, 53, 53, 0.68);
    --form-color: #444;
    --form-background-color: #e9e9e6;
    --form-border-color: rgba(179, 179, 179, 0);
    --form-height: 67px;
    --form-padding: 0px 10px 0px 10px;
    --gutter-compensation: -40px;
    --gutter-vertical: 1.72563vh;
    --module-gutter-vertical: 1.89819vh;
    --screen-xlg-min: 1600px;
    --container-xlg: 1570px;
    --max-grid-ratio: 1.25;
    --mobile-element-distance: 0px;
    --mobile-column-distance: 30px;
    --language-switcher-border-color: #d4d4c9;
    --language-switcher-background-color: #fff;
    --region-switcher-border-color: #d4d4c9;
    --region-switcher-background-color: #fff;
    --region-switcher-popup-background-color: #fff
}

.btn {
    --button-border-radius: 0 0 0 0;
    --button-border-width: 0 0 0 0;
    --button-background-color-disabled: #e2e2e2
}

.btn:hover {
    --button-background-color: #515151
}