
:root {
--primary-color: rgb(51, 51, 51);
--link-color: #c96;
--link-color-hover: #333;
--base-font-size: 16px;
--heading-ratio: 1.2;
--h1-font-family: 'Open Sans';
--h1-font-weight: 600;
--h1-line-height: 1.2;
--h2-font-family: 'Open Sans';
--h2-font-weight: 600;
--h2-line-height: 1.2;
--h3-font-family: 'Open Sans';
--h3-font-weight: 600;
--h3-line-height: 1.2;
--h4-color: #333;
--h4-font-family: 'Open Sans';
--h4-font-weight: 600;
--h4-letter-spacing: 0px;
--h4-line-height: 1.4;
--h5-font-family: 'Open Sans';
--h5-font-weight: 400;
--h5-line-height: 1.4;
--h6-font-family: 'Open Sans';
--h6-font-weight: 600;
--h6-line-height: 1.8;
--p-color: #333;
--p-line-height: 1.8;
--p-font-family: 'Open Sans';
--p-font-weight: 400;
--label-font-size: 14px;
--label-color: rgba(51, 51, 51, 0.6);
--label-margin-bottom: 10px;
--asterisk-color: #c96;
--form-color: #333;
--thank-you-text-color: #333;
--form-background-color: rgba(255, 255, 255, 0);
--form-border-color: rgba(51, 51, 51, 0.4);
--form-font-size: 16px;
--form-padding: 0px 10px 0px 10px;
--textarea-height: 200px;
--gutter-compensation: -40px;
--gutter-vertical: 1.85vh;
--module-gutter-vertical: 1vh;
--mobile-row-distance: 20px;
--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;
--p-shadow: none;
--h3-letter-spacing: 0px;
--font-family: 'Merriweather';
--font-weight: 500;
}
.btn {
--button-border-radius: 0 0 0 0;
--button-background-color-disabled: #e0e0e0;
--button-min-width: 70px;
--button-height: 40px;
--button-font-size: 14px;
--button-padding: 0px 40px 0px 40px;
--button-border-width: 2px 2px 2px 2px;
--button-color: rgb(98, 214, 236);
--button-font-weight: 600;
--button-letter-spacing: 2.3px;
--button-background-color: rgba(51, 51, 51, 0);
--button-border-color: rgb(98, 214, 236);
--button-font-family: 'Open Sans';
}
.btn:hover {
--button-color: rgb(255, 255, 255);
--button-background-color: rgb(16, 132, 213);
--button-border-color: rgb(16, 132, 213);
}
