
:root {
--font-family: 'Lato';
--line-height: 1.7;
--h1-font-family: 'Lato';
--h1-line-height: 1.2;
--h2-font-family: 'Lato';
--h3-font-family: 'Lato';
--h3-line-height: 1.7;
--h4-font-family: 'Lato';
--p-line-height: 1.7;
--label-font-size: 17px;
--label-color: rgb(255, 255, 255);
--form-border-color: #ddd;
--form-font-size: 17px;
--gutter-width: 20px;
--gutter-compensation: -10px;
--module-gutter-vertical: 0.6369426751592356vh;
--mobile-row-distance: 30px;
--mobile-column-distance: 10px;
--mobile-element-distance: 10px;
--max-grid-ratio: 1.25;
--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;
--font-weight: 200;
--letter-spacing: 0.6px;
--h4-letter-spacing: 4px;
--h3-letter-spacing: 4px;
--gutter-vertical: 5.573248407643312vh;
--form-padding: 0px 0px 0px 0px;
--form-height: 40px;
--label-margin-bottom: 14px;
--asterisk-color: rgb(255, 255, 255);
--form-color: rgb(0, 0, 0);
--thank-you-text-background-color: rgb(0, 0, 0);
--thank-you-text-color: rgb(255, 255, 255);
--form-background-color: rgb(255, 255, 255);
--h1-font-weight: 400;
--h2-font-weight: 500;
--h3-font-weight: 500;
--h4-font-weight: 500;
--h5-font-weight: 500;
--h6-font-weight: 500;
--p-font-weight: 500;
--h2-line-height: 1.7;
--h2-color: rgb(0, 0, 0);
--p-color: rgb(0, 0, 0);
--h1-color: rgb(0, 0, 0);
--h3-color: rgb(0, 0, 0);
--h4-color: rgb(0, 0, 0);
--h5-color: rgb(0, 0, 0);
--h6-color: rgb(0, 0, 0);
}
.btn {
--button-border-width: 0 0 0 0;
--button-background-color-disabled: #e2e2e2;
--button-min-width: 110px;
--button-height: 30px;
--button-font-family: 'Lato';
--button-letter-spacing: 2.5px;
--button-background-color: rgb(255, 255, 255);
--button-font-size: 13px;
--button-color: rgb(0, 0, 0);
--button-padding: 0px 20px 0px 20px;
--button-font-weight: 700;
}
.btn:hover {
--button-background-color: rgb(0, 0, 0);
--button-color: rgb(255, 255, 255);
}
