
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b, strong {
	font-weight: bolder;
}

code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

img {
	border-style: none;
}

button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: .35em .75em .625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type=checkbox], [type=radio] {
	box-sizing: border-box;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

:root {
	--config-css-reset-spacer: 1rem;
}

* {
	box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
	overflow-x: hidden;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.4;
	background: #fff;
	color: #111;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

main {
	-ms-flex-positive: 1;
	flex-grow: 1;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: var(--config-css-reset-spacer);
	margin-bottom: var(--config-css-reset-spacer);
	font-size: 100%;
}

h1, h2 {
	font-size: 200%;
}

:hover, :focus, :active {
	outline: none;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: #111;
	text-decoration: underline;
}

a:focus, a:active {
	outline: none;
}

b, strong {
	font-weight: bold;
}

figure {
	margin: 0 0 var(--config-css-reset-spacer) 0;
}

p {
	margin-top: 0;
	margin-bottom: var(--config-css-reset-spacer);
}

ul {
	margin-top: 0;
	padding-left: var(--config-css-reset-spacer);
	margin-bottom: var(--config-css-reset-spacer);
}

ul ul {
	list-style: circle;
	margin-bottom: 0;
	padding-left: 1em;
}

ol {
	padding-left: var(--config-css-reset-spacer);
	margin-bottom: var(--config-css-reset-spacer);
}

nav ul, nav ul ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul ul {
	list-style: circle;
	margin-bottom: 0;
	padding-left: 1em;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: top;
	width: auto \9;
}

audio, video {
	display: block;
}

iframe {
	margin: 0;
	display: block;
}

hr {
	border: 0;
	border-top: 1px solid #eee;
	margin: 2em 0;
}

pre, code {
	font-family: monaco, monospace, courier;
}

code {
	background: #f5f5f5;
	border: 1px solid #e5e5e5;
	font-size: .8rem;
	padding: .1em .2em;
}

pre code {
	display: inline-block;
	padding: .5em .8em;
}

table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	margin-bottom: var(--config-css-reset-spacer);
}

table td, table th {
	border-bottom: 1px solid #eee;
	padding: 7px 13px;
	text-align: left;
}

table th {
	font-size: 80%;
	font-weight: normal;
}

form {
	width: 100%;
	margin-bottom: var(--config-css-reset-spacer);
}

textarea, input[type="text"], input[type="email"], input[type="password"], input[type="date"], input[type="number"], input[type="search"], input[type="url"], input[type="tel"] {
	border: 1px solid #e5e5e5;
	color: inherit;
	line-height: inherit;
	padding: .3rem var(--config-css-reset-spacer);
	vertical-align: middle;
	max-width: 100%;
	margin-bottom: var(--config-css-reset-spacer);
}

textarea:focus, input:focus {
	border-color: #a5a5a5;
}

textarea {
	height: 90px;
	min-height: 90px;
	max-height: 150px;
	resize: vertical;
}

::-webkit-input-placeholder {
	line-height: inherit;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.aligncenter {
	text-align: center;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: 0;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:after, .slick-track:before {
	display: table;
	content: "";
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.wp-block-image {
	margin-bottom: var(--theme-element-spacer);
}

.wp-block-image .alignleft {
	margin: calc(var(--theme-element-spacer) / 2) var(--theme-element-spacer) calc(var(--theme-element-spacer) / 2) 0;
}

.wp-block-image .alignright {
	margin: calc(var(--theme-element-spacer) / 2) 0 calc(var(--theme-element-spacer) / 2) var(--theme-element-spacer);
}

.wp-block-image figure {
	margin-bottom: 0;
}

.wp-block-image figcaption {
	margin: calc(var(--theme-element-spacer) / 2) 0 var(--theme-element-spacer);
	text-align: center;
	font-size: var(--theme-font-size-small);
	display: block;
}

@media (max-width: 599px) {
	.wp-block-image .alignright, .wp-block-image .alignleft {
		width: 100%;
		margin: 0 0 var(--theme-element-spacer) 0;
	}
	
	.wp-block-image .alignright img, .wp-block-image .alignleft img {
		width: 100%;
	}
}

.wp-block-media-text__media img {
	height: auto;
}

.wp-block-separator {
	border: 0;
	border-top: 1px solid var(--theme-color-lines);
	margin-top: var(--theme-element-spacer);
	margin-bottom: var(--theme-element-spacer);
}

.wp-block-columns {
	margin-bottom: 0;
}

.wp-block-cover {
	padding: 0;
}

:root {
	--theme-button-font: var(--theme-font-primary);
	--theme-button-font-size: var(--theme-font-size-big);
	--theme-button-border: 2px solid var(--theme-color-accent-2);
	--theme-button-background: var(--theme-color-accent-2);
	--theme-button-color: var(--theme-color-white);
	--theme-button-padding: .5em 2em;
	--theme-button-border-radius: 3px;
	--theme-button-hover-border: 2px solid var(--theme-color-accent-1);
	--theme-button-hover-background: var(--theme-color-accent-1);
	--theme-button-hover-color: var(--theme-color-white);
	--theme-button-text-transform: uppercase;
	--theme-button-line-height: 1.2;
	--theme-button-font-weight: 600;
	--theme-button-secondary-border: 2px solid var(--theme-color-accent-1);
	--theme-button-secondary-background: none;
	--theme-button-secondary-color: var(--theme-color-accent-1);
	--theme-button-secondary-hover-border: 2px solid var(--theme-color-accent-1);
	--theme-button-secondary-hover-background: var(--theme-color-accent-1);
	--theme-button-secondary-hover-color: var(--theme-color-white);
}

.wp-block-button {
	width: auto !important;
}

.theme-button, .wp-block-button .wp-block-button__link {
	font-family: var(--theme-button-font);
	font-size: var(--theme-button-font-size);
	border: var(--theme-button-border);
	background: var(--theme-button-background);
	color: var(--theme-button-color);
	padding: var(--theme-button-padding);
	border-radius: var(--theme-button-border-radius);
	text-transform: var(--theme-button-text-transform);
	line-height: var(--theme-button-line-height);
	font-weight: var(--theme-button-font-weight);
	white-space: nowrap;
	display: inline-block;
}

.theme-button:hover, .wp-block-button .wp-block-button__link:hover {
	border: var(--theme-button-hover-border);
	background-color: var(--theme-button-hover-background);
	color: var(--theme-button-hover-color);
}

.theme-button.is-style-secondary, .wp-block-button.is-style-secondary .wp-block-button__link {
	border: var(--theme-button-secondary-border);
	background: var(--theme-button-secondary-background);
	color: var(--theme-button-secondary-color);
}

.theme-button.is-style-secondary:hover, .wp-block-button.is-style-secondary .wp-block-button__link:hover {
	border: var(--theme-button-secondary-hover-border);
	background-color: var(--theme-button-secondary-hover-background);
	color: var(--theme-button-secondary-hover-color);
}

:root {
	--theme-color-text: #1b1b1b;
	--theme-color-headings: #4b4b4b;
	--theme-color-accent-1: #3a8ddd;
	--theme-color-accent-2: #f8b832;
	--theme-color-accent-3: #d60a0a;
	--theme-color-accent-4: #6c9;
	--theme-color-background-1: #fff;
	--theme-color-background-2: #efefef;
	--theme-color-background-3: #d6d6d6;
	--theme-color-accent: var(--theme-color-accent-1);
	--theme-color-background: var(--theme-color-background-1);
}

body {
	color: var(--theme-color-text);
	background-color: var(--theme-color-background);
}

h1, h2, h3, h4, h5, h6 {
	color: var(--theme-color-headings);
}

.has-background h1, .has-background h2, .has-background h3, .has-background h4, .has-background h5, .has-background h6 {
	color: inherit;
}

a, a:hover {
	color: var(--theme-color-accent);
}

.has-text-color {
	color: var(--theme-color-text) !important;
}

.has-headings-color {
	color: var(--theme-color-headings) !important;
}

.has-accent-1-color {
	color: var(--theme-color-accent-1) !important;
}

.has-accent-2-color {
	color: var(--theme-color-accent-2) !important;
}

.has-accent-3-color {
	color: var(--theme-color-accent-3) !important;
}

.has-accent-4-color {
	color: var(--theme-color-accent-4) !important;
}

.has-background-1-color {
	color: var(--theme-color-background-1) !important;
}

.has-background-2-color {
	color: var(--theme-color-background-2) !important;
}

.has-background-3-color {
	color: var(--theme-color-background-3) !important;
}

.has-text-background-color {
	background-color: var(--theme-color-text);
}

.has-headings-background-color {
	background-color: var(--theme-color-headings);
}

.has-accent-1-background-color {
	background-color: var(--theme-color-accent-1);
}

.has-accent-2-background-color {
	background-color: var(--theme-color-accent-2);
}

.has-accent-3-background-color {
	background-color: var(--theme-color-accent-3);
}

.has-accent-4-background-color {
	background-color: var(--theme-color-accent-4);
}

.has-background-1-background-color {
	background-color: var(--theme-color-background-1);
}

.has-background-2-background-color {
	background-color: var(--theme-color-background-2);
}

.has-background-3-background-color {
	background-color: var(--theme-color-background-3);
}

:root {
	--theme-font-primary: Verdana, Arial, sans-serif;
	--theme-font-secondary: Georgia, Garamond, serif;
	--theme-font-size: 16px;
	--theme-font-size-small: 12px;
	--theme-font-size-big: 20px;
	--theme-line-height: 1.4;
	--theme-headings-font-weight: normal;
	--theme-headings-line-height: 1.25;
	--theme-h1-font-size: 34px;
	--theme-h2-font-size: 28px;
	--theme-h3-font-size: 24px;
	--theme-h4-font-size: 20px;
	--theme-h1-font-weight: normal;
	--theme-h2-font-weight: normal;
	--theme-h3-font-weight: bold;
	--theme-h4-font-weight: bold;
}

body, textarea {
	font-family: var(--theme-font-primary);
	font-size: var(--theme-font-size);
	line-height: var(--theme-line-height);
}

small {
	font-size: var(--theme-font-size-small);
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--theme-font-secondary);
	font-weight: var(--theme-headings-font-weight);
	line-height: var(--theme-headings-line-height);
	font-size: var(--theme-font-size);
}

h1 {
	font-size: var(--theme-h1-font-size);
	font-weight: var(--theme-h1-font-weight);
}

h2 {
	font-size: var(--theme-h2-font-size);
	font-weight: var(--theme-h2-font-weight);
}

h3 {
	font-size: var(--theme-h3-font-size);
	font-weight: var(--theme-h3-font-weight);
}

h4 {
	font-size: var(--theme-h4-font-size);
	font-weight: var(--theme-h4-font-weight);
}

:root {
	--theme-input-border: 1px solid var(--theme-color-white);
	--theme-input-padding: 1rem;
	--theme-textarea-height: 90px;
}

textarea, input[type="text"], input[type="email"], input[type="password"], input[type="date"], input[type="number"], input[type="search"], input[type="url"], input[type="tel"] {
	border: var(--theme-input-border);
	padding: var(--theme-input-padding);
}

textarea {
	min-height: var(--theme-textarea-height);
}
