@charset "UTF-8";
@font-face { font-family: "Montserrat"; font-style: normal; font-weight: 300; src: local("Montserrat Light"), local("Montserrat-Light"), url("../fonts/montserrat-light.otf"); }
@font-face { font-family: "Montserrat"; font-style: normal; font-weight: normal; src: local("Montserrat Regular"), local("Montserrat-Regular"), url("../fonts/montserrat-regular.ttf"); }
@font-face { font-family: "Montserrat"; font-style: normal; font-weight: 500; src: local("Montserrat Medium"), local("Montserrat-Medium"), url("../fonts/montserrat-medium.otf"); }
@font-face { font-family: "Montserrat"; font-style: normal; font-weight: 600; src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("../fonts/montserrat-semibold.otf"); }
@font-face { font-family: "Montserrat"; font-style: normal; font-weight: bold; src: local("Montserrat Bold"), local("Montserrat-Bold"), url("../fonts/montserrat-bold.otf"); }
@font-face { font-family: "Montserrat"; font-style: normal; font-weight: 800; src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"), url("../fonts/montserrat-extrabold.otf"); }
@font-face { font-family: "Montserrat"; font-style: normal; font-weight: 900; src: local("Montserrat Black"), local("Montserrat-Black"), url("../fonts/montserrat-black.otf"); }
:root { --serif-fonts: "Liberation Serif", "Tinos", "Times New Roman", serif; --sans-serif-fonts: "Liberation Sans", "Arimo", "Arial", sans-serif; --monospace-fonts: "Liberation Mono", "Cousine", "Courier New", monospace; --base-fonts: "Montserrat", var(--sans-serif-fonts); --heading-fonts: "Montserrat", var(--sans-serif-fonts); --content-max-width: 1108px; --vertical-space-base: 1rem; --blog-horizontal-gap: 1.5rem; --blog-vertical-gap: 1.5rem; --default-line-height: 1.5; }
* { font: inherit; margin: 0; padding: 0; }
img { vertical-align: middle; max-width: 100%; }
a img { border: none; }
a { color: inherit; text-decoration: none; }
b, strong, th { font-weight: bold; }
i, em { font-style: normal; font-weight: 600; }
fieldset { border: none; }
input, textarea, select, option, button { box-sizing: border-box; }
[hidden] { display: none !important; }
sub, sup { font-size: smaller; }
button { cursor: pointer; }
button::-moz-focus-inner, input[type="submit"]::-moz-focus-inner { border: 0; padding: 0; }
html { background: #fff; color: #000; font: 12pt var(--base-fonts); line-height: var(--default-line-height); text-decoration-skip-ink: none; }
body { min-width: 320px; max-width: 1920px; margin: 0 auto; }
.top, .mobile-menu, .front-actions, .bottom {
	line-height: 1.22;
}

table.equal-cage-top, table.equal-cage-middle, table.equal-cage-bottom { border-collapse: collapse; table-layout: fixed; width: 100%; }
table.equal-cage-top:not(:first-child), table.equal-cage-middle:not(:first-child), table.equal-cage-bottom:not(:first-child) { margin-top: 1em; }
table.equal-cage-top > tbody > tr > td { vertical-align: top; }
table.equal-cage-middle > tbody > tr > td { vertical-align: middle; }
table.equal-cage-bottom > tbody > tr > td { vertical-align: bottom; }

table.simple { border-collapse: collapse; margin-left: auto; margin-right: auto; }
table.simple:not(:first-child) { margin-top: 1em; }
table.simple > thead > tr > td, table.simple > thead > tr > th, table.simple > tbody > tr > td, table.simple > tbody > tr > th, table.simple > tfoot > tr > td, table.simple > tfoot > tr > th { border: 1px solid #AAA; padding: 8px; }
table.simple > thead > tr > td, table.simple > tbody > tr > td, table.simple > tfoot > tr > td { vertical-align: top; }
table.simple > thead > tr > th, table.simple > tbody > tr > th, table.simple > tfoot > tr > th { vertical-align: middle; }

table.bordered:not(:first-child) { margin-top: 1em; }
table.bordered > thead > tr > td, table.bordered > thead > tr > th, table.bordered > tbody > tr > td, table.bordered > tbody > tr > th, table.bordered > tfoot > tr > td, table.bordered > tfoot > tr > th { border: 1px solid #666; }

table.spaced-cells > thead > tr > td, table.spaced-cells > thead > tr > th, table.spaced-cells > tbody > tr > td, table.spaced-cells > tbody > tr > th, table.spaced-cells > tfood > tr > td, table.spaced-cells > tfood > tr > th { padding: .5em .5ex; }
table.spaced-cells > thead > tr > td:first-child, table.spaced-cells > thead > tr > th:first-child, table.spaced-cells > tbody > tr > td:first-child, table.spaced-cells > tbody > tr > th:first-child, table.spaced-cells > tfood > tr > td:first-child, table.spaced-cells > tfood > tr > th:first-child { padding-left: 0; }
table.spaced-cells > thead > tr > td:last-child, table.spaced-cells > thead > tr > th:last-child, table.spaced-cells > tbody > tr > td:last-child, table.spaced-cells > tbody > tr > th:last-child, table.spaced-cells > tfood > tr > td:last-child, table.spaced-cells > tfood > tr > th:last-child { padding-right: 0; }
table.spaced-cells > :first-child > tr:first-child > td, table.spaced-cells > :first-child > tr:first-child > th { padding-top: 0; }
table.spaced-cells > :last-child > tr:last-child > td, table.spaced-cells > :last-child > tr:last-child > th { padding-bottom: 0; }

table.spaced-rows > thead > tr > td, table.spaced-rows > thead > tr > th, table.spaced-rows tbody > tr > td, table.spaced-rows tbody > tr > th, table.spaced-rows tfood > tr > td, table.spaced-rows tfood > tr > th { padding-top: .5em; padding-bottom: .5em; }
table.spaced-rows > :first-child > tr:first-child > td, table.spaced-rows > :first-child > tr:first-child > th { padding-top: 0; }
table.spaced-rows > :last-child > tr:last-child > td, table.spaced-rows > :last-child > tr:last-child > th { padding-bottom: 0; }

table.symmetrical-aligned-cells > tbody > tr > td { text-align: center; }
table.symmetrical-aligned-cells > tbody > tr > td:first-child { text-align: left; }
table.symmetrical-aligned-cells > tbody > tr > td:last-child { text-align: right; }

table.wide { width: 100%; }

@media print { table.collapse-on-print > tbody, table.collapse-on-print > tbody > tr, table.collapse-on-print > tbody > tr > td { display: block !important; width: auto !important; text-align: left !important; }
  table.collapse-on-print > thead, table.collapse-on-print > tfoot { display: none !important; }
  table.collapse-on-print > tbody > tr:not(:first-child) > td { padding: 1em 0 0 0 !important; }
  table.collapse-on-print > tbody > tr:first-child > td:not(:first-child) { padding: 1em 0 0 0 !important; } }
.pull-right { float: right; margin-left: 2rem; }

.pull-left { float: left; margin-right: 2rem; }

input, textarea, select, option, button { line-height: var(--default-line-height); }

input:not([class]), input.default-styles,
textarea:not([class]), textarea.default-styles,
select:not([class]), select.default-styles,
option:not([class]), option.default-styles {
	background: #fff; color: #000;
}

input[type="button"]:not([class]), input[type="button"].default-styles, input[type="submit"]:not([class]), input[type="submit"].default-styles, button:not([class]), button.default-styles { background: #2f2f2f; border: none; color: #fff; padding: .5em 1em; transition: background-color 300ms ease-out; }
input[type="button"]:not([class]):hover, input[type="button"]:not([class]):focus, input[type="button"].default-styles:hover, input[type="button"].default-styles:focus, input[type="submit"]:not([class]):hover, input[type="submit"]:not([class]):focus, input[type="submit"].default-styles:hover, input[type="submit"].default-styles:focus, button:not([class]):hover, button:not([class]):focus, button.default-styles:hover, button.default-styles:focus { background-color: #000; }

a.as-button { display: inline-block; background: #2f2f2f; border: none; color: #fff; padding: .5em 1em; line-height: var(--default-line-height); text-decoration: none; transition: background-color 300ms ease-out; }
a.as-button:hover, a.as-button:focus { background-color: #000; }

h1, h2, h3, h4, h5, h6 { page-break-after: avoid; page-break-inside: avoid; }
h1:not([class]), h1.default-styles, h2:not([class]), h2.default-styles, h3:not([class]), h3.default-styles, h4:not([class]), h4.default-styles, h5:not([class]), h5.default-styles, h6:not([class]), h6.default-styles { font-family: var(--heading-fonts); line-height: 1.22; }
h1:not([class]):not(:first-child), h1.default-styles:not(:first-child), h2:not([class]):not(:first-child), h2.default-styles:not(:first-child), h3:not([class]):not(:first-child), h3.default-styles:not(:first-child), h4:not([class]):not(:first-child), h4.default-styles:not(:first-child), h5:not([class]):not(:first-child), h5.default-styles:not(:first-child), h6:not([class]):not(:first-child), h6.default-styles:not(:first-child) { margin-top: 1em; }

h1:not([class]), h1.default-styles,
h2:not([class]), h2.default-styles {
	color: #242424;
	font-size: 20pt;
	font-weight: bold;
	text-transform: uppercase;
}
@media all and (min-width: 1024px) {
	.front-page h1:not([class]), .front-page h1.default-styles,
	.front-page h2:not([class]), .front-page h2.default-styles {
		font-size: 27pt;
		font-weight: 900;
	}
}
@media not all and (min-width: 1024px) {
	h1:not([class]), h1.default-styles,
	h2:not([class]), h2.default-styles {
		text-align: center;
	}
}

h3:not([class]), h3.default-styles { font-size: 18pt; font-weight: bold; }

h4:not([class]), h4.default-styles { font-size: 16pt; font-weight: bold; }

h5:not([class]), h5.default-styles { font-size: 14pt; font-weight: bold; }

h6:not([class]), h6.default-styles { font-size: 13pt; font-weight: bold; }

hr { border: 1px solid #ddd; color: #ddd; }
hr:not(:first-child) { margin-top: 1em; }

.fullscreen-layout { position: fixed; z-index: 50; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); overflow: auto; overscroll-behavior: contain; }

.l-basic { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; }
.l-basic-start { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: 16px; }
.l-basic-end { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 16px; }

.hidden-form-layout { width: 498px; max-width: 100%; height: 100%; table-layout: fixed; border-spacing: 0; margin: 0 auto; }
.hidden-form-layout > tbody > tr > td { vertical-align: middle; }
.hidden-form-layout > tbody > tr > td > div {
	background: #fff;
	color: #000;
	padding: 16px;
	border-radius: 3px;
	box-shadow: 0 0 15px 4px rgba(0,0,0,.1);
	position: relative;
}
@media all and (min-width: 500px) {
	.hidden-form-layout > tbody > tr > td > div {
		padding: 80px 46px 62px 46px;
	}
}

.space-above { margin-top: var(--vertical-space-base); }
.space-below { margin-bottom: var(--vertical-space-base); }
.space-above-2x { margin-top: calc(var(--vertical-space-base) * 2); }
.space-below-2x { margin-top: calc(var(--vertical-space-base) * 2); }
.space-above-3x { margin-top: calc(var(--vertical-space-base) * 3); }
.space-below-3x { margin-top: calc(var(--vertical-space-base) * 3); }
.space-above-4x { margin-top: calc(var(--vertical-space-base) * 4); }
.space-below-4x { margin-top: calc(var(--vertical-space-base) * 4); }
.space-above-5x { margin-top: calc(var(--vertical-space-base) * 5); }
.space-below-5x { margin-top: calc(var(--vertical-space-base) * 5); }

.limit-content {
	display: flow-root;
	max-width: var(--content-max-width);
	padding-left: 16px;
	padding-right: 16px;
	margin-left: auto;
	margin-right: auto;
}
.sheet {
	display: flow-root;
	max-width: var(--content-max-width);
	margin-left: auto;
	margin-right: auto;
}

@media print { .hide-on-print { display: none !important; } }
@media not print { .show-on-print { display: none !important; } }
.tip-wrap { background: #fff; color: #000; border: 1px solid #999; padding: 3px; }

.tooltip { display: none !important; }

.blog .item-image { text-align: center; margin-top: 1em; }
@media (max-width: 640px) { .blog .item-image { float: none; margin-left: auto; margin-right: auto; } }
.blog > .items-row:not(:first-child) {
	margin-top: 1.5em;
}

.article-icons { float: right; }
.article-icons-items { margin: 0; }
.article-icons-items > li { display: inline-block; }
.article-icons-items > li:not(:first-child) { margin-left: 1ex; }

span.highlight { background-color: #ffffcc; font-weight: bold; padding: 1px 4px; }

#article-index li { display: inline; border-left: 1px solid #d1d1d1; margin-left: .5ex; padding-left: .75ex; }

#article-index li:first-child { margin-left: 0; padding-left: 0; border-left: none; }

.category-desc { display: flow-root; }
.category-desc + .cat-items { margin-top: 1em; }

.readmore:not(:first-child) { margin-top: 1em; }
.readmore > a {
	color: #6cbc27;
	transition: color 200ms ease-out;
	line-height: var(--default-line-height);
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 10pt;
	font-weight: 600;
}
.readmore > a:hover,
.readmore > a:focus {
	color: #abdf7d;
}
.readmore > a::after {
	content: "\F054";
	display: inline-block;
	font: normal normal normal 1.25em/1 "Material Design Icons";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	vertical-align: -.05em;
	margin-left: 11px;
}

.navigation, .pagination { clear: both; padding-top: 1em; text-align: center; }
.navigation > ul, .pagination > ul { display: inline-block; margin: 0 !important; border: 1px solid #006198; border-radius: .2em; background: #006198; color: #fff; }
.navigation > ul > li, .pagination > ul > li { display: inline-block; margin: 0 !important; }
.navigation > ul > li > *, .pagination > ul > li > * { display: block; border-left: 1px solid #006198; padding: .3em .5em; text-decoration: none; }
.navigation > ul > li > a:hover, .navigation > ul > li > span, .pagination > ul > li > a:hover, .pagination > ul > li > span { background-color: #0070b0; color: #fff; }
.navigation > ul > li:first-child > *, .pagination > ul > li:first-child > * { border-left: none; }
.navigation > ul > li.pagination-start > *, .navigation > ul > li.pagination-prev > *, .navigation > ul > li.pagination-next > *, .navigation > ul > li.pagination-end > *, .pagination > ul > li.pagination-start > *, .pagination > ul > li.pagination-prev > *, .pagination > ul > li.pagination-next > *, .pagination > ul > li.pagination-end > * { background: transparent; color: inherit; }
.navigation > .counter, .pagination > .counter { display: inline-block; margin: 0; }

#system-message-container { position: relative; }
#system-message-container .alert { background: #fbf9f9; border: 1px solid #ccc; padding: 8px 14px; color: #000; }
#system-message-container .alert h4 { color: #000064; margin: 5px 0; }
#system-message-container .alert p { padding: 0; margin: 0; }
#system-message-container .close { position: absolute; right: 4px; top: 0; cursor: pointer; text-decoration: none; border: none; background: transparent; color: inherit; font-size: 16pt; }
#system-message-container .close:focus, #system-message-container .close:hover { text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); }

.option-com_content.view-category .category-list .category { margin-top: 1em; width: 100%; border-collapse: collapse; }
.option-com_content.view-category .category-list .category > * > tr > td, .option-com_content.view-category .category-list .category > * > tr > th { vertical-align: top; padding: 8px 16px; border: 1px solid #ddd; }
.option-com_content.view-category .category-list .category a { text-decoration: none !important; }
.option-com_content.view-category .category-list .category a:hover, .option-com_content.view-category .category-list .category a:focus { text-decoration: underline !important; }

.item-page > .page-header { margin-bottom: 1rem; }

.login { margin-top: 1em; }
.login fieldset { display: table; }
.login .controls { margin-top: 1em; }
.login .control-label { float: left; width: 15ex; }
.login .control-group { clear: left; }

.icon-calendar { display: inline-block; background: transparent url("../../../media/system/images/calendar.png"); width: 16px; height: 16px; }

.content #searchForm { margin-top: 1em; }
.content #searchForm .btn-toolbar button::before { content: "➟"; }
.content #searchForm fieldset { margin-top: 1em; }
.content #searchForm legend { margin-bottom: .5em; }
.content #searchForm .ordering-box { margin-top: 1em; }
.content #searchForm + .error { margin-top: 1em; font-weight: bold; }
.content .search-results .result-title { margin-top: 1em; font-size: 1.2em; }
.content .search-results .result-category, .content .search-results .result-text { margin-top: .5em; }

.items-row.cols-2 { display: flow-root; }
.items-row.cols-2 > .item { float: left; width: calc((100% - var(--blog-horizontal-gap) * 1) / 2); }
.items-row.cols-2 > .item:not(:first-child) { margin-left: var(--blog-horizontal-gap); }
.items-row.cols-2:not(:first-child) { margin-top: var(--blog-vertical-gap); }

.items-row.cols-3 { display: flow-root; }
.items-row.cols-3 > .item { float: left; width: calc((100% - var(--blog-horizontal-gap) * 2) / 3); }
.items-row.cols-3 > .item:not(:first-child) { margin-left: var(--blog-horizontal-gap); }
.items-row.cols-3:not(:first-child) { margin-top: var(--blog-vertical-gap); }

.items-row.cols-4 { display: flow-root; }
.items-row.cols-4 > .item { float: left; width: calc((100% - var(--blog-horizontal-gap) * 3) / 4); }
.items-row.cols-4 > .item:not(:first-child) { margin-left: var(--blog-horizontal-gap); }
.items-row.cols-4:not(:first-child) { margin-top: var(--blog-vertical-gap); }

.items-row.cols-5 { display: flow-root; }
.items-row.cols-5 > .item { float: left; width: calc((100% - var(--blog-horizontal-gap) * 4) / 5); }
.items-row.cols-5 > .item:not(:first-child) { margin-left: var(--blog-horizontal-gap); }
.items-row.cols-5:not(:first-child) { margin-top: var(--blog-vertical-gap); }

.items-row.cols-6 { display: flow-root; }
.items-row.cols-6 > .item { float: left; width: calc((100% - var(--blog-horizontal-gap) * 5) / 6); }
.items-row.cols-6 > .item:not(:first-child) { margin-left: var(--blog-horizontal-gap); }
.items-row.cols-6:not(:first-child) { margin-top: var(--blog-vertical-gap); }

.items-row.cols-7 { display: flow-root; }
.items-row.cols-7 > .item { float: left; width: calc((100% - var(--blog-horizontal-gap) * 6) / 7); }
.items-row.cols-7 > .item:not(:first-child) { margin-left: var(--blog-horizontal-gap); }
.items-row.cols-7:not(:first-child) { margin-top: var(--blog-vertical-gap); }

.items-row.cols-8 { display: flow-root; }
.items-row.cols-8 > .item { float: left; width: calc((100% - var(--blog-horizontal-gap) * 7) / 8); }
.items-row.cols-8 > .item:not(:first-child) { margin-left: var(--blog-horizontal-gap); }
.items-row.cols-8:not(:first-child) { margin-top: var(--blog-vertical-gap); }

.items-row.cols-9 { display: flow-root; }
.items-row.cols-9 > .item { float: left; width: calc((100% - var(--blog-horizontal-gap) * 8) / 9); }
.items-row.cols-9 > .item:not(:first-child) { margin-left: var(--blog-horizontal-gap); }
.items-row.cols-9:not(:first-child) { margin-top: var(--blog-vertical-gap); }

.items-row.cols-10 { display: flow-root; }
.items-row.cols-10 > .item { float: left; width: calc((100% - var(--blog-horizontal-gap) * 9) / 10); }
.items-row.cols-10 > .item:not(:first-child) { margin-left: var(--blog-horizontal-gap); }
.items-row.cols-10:not(:first-child) { margin-top: var(--blog-vertical-gap); }

.items-row.cols-11 { display: flow-root; }
.items-row.cols-11 > .item { float: left; width: calc((100% - var(--blog-horizontal-gap) * 10) / 11); }
.items-row.cols-11 > .item:not(:first-child) { margin-left: var(--blog-horizontal-gap); }
.items-row.cols-11:not(:first-child) { margin-top: var(--blog-vertical-gap); }

.items-row.cols-12 { display: flow-root; }
.items-row.cols-12 > .item { float: left; width: calc((100% - var(--blog-horizontal-gap) * 11) / 12); }
.items-row.cols-12 > .item:not(:first-child) { margin-left: var(--blog-horizontal-gap); }
.items-row.cols-12:not(:first-child) { margin-top: var(--blog-vertical-gap); }

.menu-horizontal li { list-style: none; position: relative; }
.menu-horizontal li:hover > ul, .menu-horizontal li:focus > ul { display: block; }
.menu-horizontal li > :first-child:focus + ul { display: block; }
.menu-horizontal > li { display: inline-block; }
.menu-horizontal > li ul { display: none; position: absolute; z-index: 1; }
.menu-horizontal > li > ul { left: 0; top: 100%; }
.menu-horizontal > li > ul ul { left: 100%; top: 0; }
.menu-horizontal > li li > :first-child { display: block; padding: .2em 1ex; }

.qlform fieldset input, .qlform textarea, .qlform .captcha input, .qlform select, .qlform option { width: 100%; }
.qlform fieldset input[type="checkbox"] { width: auto; }
.qlform .submit.control-group { margin-top: 1em; }
.qlform textarea { height: 7em; resize: vertical; }
.qlform .message { margin-bottom: 1em; }
.qlform .additionalFields { margin-top: .5em; margin-bottom: .5em; }
.qlform .jform_sendcopy { display: inline-block; }

.menu-vertical li { list-style: none; position: relative; }
.menu-vertical li:hover > ul, .menu-vertical li:focus > ul { display: block; }
.menu-vertical li > :first-child:focus + ul { display: block; }
.menu-vertical > li ul { display: none; position: absolute; left: 100%; top: 0; }
.menu-vertical > li li > :first-child { display: block; padding: .2em 1ex; }

.wysiwyg-content p:not([class]):not(:first-child), .wysiwyg-content p.default-styles:not(:first-child) { margin-top: 1em; }
.wysiwyg-content ul:not([class]), .wysiwyg-content ul.default-styles, .wysiwyg-content ol:not([class]), .wysiwyg-content ol.default-styles { margin-top: 1em; margin-left: 3ex; }
.wysiwyg-content ul:not([class]) ul:not([class]), .wysiwyg-content ul:not([class]) ul.default-styles, .wysiwyg-content ul:not([class]) ol:not([class]), .wysiwyg-content ul:not([class]) ol.default-styles, .wysiwyg-content ul.default-styles ul:not([class]), .wysiwyg-content ul.default-styles ul.default-styles, .wysiwyg-content ul.default-styles ol:not([class]), .wysiwyg-content ul.default-styles ol.default-styles, .wysiwyg-content ol:not([class]) ul:not([class]), .wysiwyg-content ol:not([class]) ul.default-styles, .wysiwyg-content ol:not([class]) ol:not([class]), .wysiwyg-content ol:not([class]) ol.default-styles, .wysiwyg-content ol.default-styles ul:not([class]), .wysiwyg-content ol.default-styles ul.default-styles, .wysiwyg-content ol.default-styles ol:not([class]), .wysiwyg-content ol.default-styles ol.default-styles { margin-top: .5em; }
.wysiwyg-content ul:not([class]) > li:not(:first-child), .wysiwyg-content ul.default-styles > li:not(:first-child), .wysiwyg-content ol:not([class]) > li:not(:first-child), .wysiwyg-content ol.default-styles > li:not(:first-child) { margin-top: .5em; }
.wysiwyg-content td > :first-child:not([class]), .wysiwyg-content td > :first-child.default-styles, .wysiwyg-content th > :first-child:not([class]), .wysiwyg-content th > :first-child.default-styles { margin-top: 0; }
.wysiwyg-content a:not([class]), .wysiwyg-content a.default-styles { text-decoration: underline; }
.wysiwyg-content img { max-width: 100%; }
.wysiwyg-content blockquote:not([class]), .wysiwyg-content blockquote.default-styles { margin-top: 1ex; margin-left: 1ex; padding-left: 1ex; border-left: 2px solid #ddd; }
.wysiwyg-content a[href$=".doc"]:not([class])::before, .wysiwyg-content a[href$=".doc"].default-styles::before, .wysiwyg-content a[href$=".docx"]:not([class])::before, .wysiwyg-content a[href$=".docx"].default-styles::before { content: ""; display: inline-block; vertical-align: middle; background: transparent url("../../../media/media/images/mime-icon-32/doc.png") no-repeat left top; height: 32px; width: 32px; margin-right: 4px; }
.wysiwyg-content a[href$=".xls"]:not([class])::before, .wysiwyg-content a[href$=".xls"].default-styles::before, .wysiwyg-content a[href$=".xlsx"]:not([class])::before, .wysiwyg-content a[href$=".xlsx"].default-styles::before { content: ""; display: inline-block; vertical-align: middle; background: transparent url("../../../media/media/images/mime-icon-32/xls.png") no-repeat left top; height: 32px; width: 32px; margin-right: 4px; }
.wysiwyg-content a[href$=".pdf"]:not([class])::before, .wysiwyg-content a[href$=".pdf"].default-styles::before { content: ""; display: inline-block; vertical-align: middle; background: transparent url("../../../media/media/images/mime-icon-32/pdf.png") no-repeat left top; height: 32px; width: 32px; margin-right: 4px; }
.wysiwyg-content a[href$=".txt"]:not([class])::before, .wysiwyg-content a[href$=".txt"].default-styles::before, .wysiwyg-content a[href$=".odt"]:not([class])::before, .wysiwyg-content a[href$=".odt"].default-styles::before { content: ""; display: inline-block; vertical-align: middle; background: transparent url("../../../media/media/images/mime-icon-32/odt.png") no-repeat left top; height: 32px; width: 32px; margin-right: 4px; }
.wysiwyg-content a[href$=".zip"]:not([class])::before, .wysiwyg-content a[href$=".zip"].default-styles::before { content: ""; display: inline-block; vertical-align: middle; background: transparent url("../../../media/media/images/mime-icon-32/zip.png") no-repeat left top; height: 32px; width: 32px; margin-right: 4px; }
.wysiwyg-content a[href$=".rar"]:not([class])::before, .wysiwyg-content a[href$=".rar"].default-styles::before { content: ""; display: inline-block; vertical-align: middle; background: transparent url("../../../media/media/images/mime-icon-32/rar.png") no-repeat left top; height: 32px; width: 32px; margin-right: 4px; }
.wysiwyg-content a[href$=".ppt"]:not([class])::before, .wysiwyg-content a[href$=".ppt"].default-styles::before, .wysiwyg-content a[href$=".pptx"]:not([class])::before, .wysiwyg-content a[href$=".pptx"].default-styles::before { content: ""; display: inline-block; vertical-align: middle; background: transparent url("../../../media/media/images/mime-icon-32/ppt.png") no-repeat left top; height: 32px; width: 32px; margin-right: 4px; }
.wysiwyg-content > :first-child { margin-top: 0; }

.top-menu-w {
	background: #0065bd;
	color: #fff;
}
.top-menu {
	max-width: var(--content-max-width);
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}
.top-menu > li {
	box-sizing: border-box;
	flex-grow: 1;
}
.top-menu > li:not(:first-child) {
	border-left: 1px solid #3484cb;
}
.top-menu > li > :first-child {
	display: block;
	text-align: center;
	text-transform: uppercase;
	padding-top: 18px;
	padding-bottom: 17px;
	font-weight: 600;
}
.top-menu > li.active > :first-child,
.top-menu > li > :first-child:hover,
.top-menu > li > :first-child:focus {
	color: #7fe7ff;
}
.top-menu ul {
	background: #fff;
	color: #000;
	min-width: 335px;
	box-shadow: 9px 9px 9px 0 rgba(0,0,0,.15), -9px 0 9px 0 rgba(0,0,0,.15);
	padding-top: 21px;
	padding-bottom: 21px;
}
.top-menu ul > li > :first-child {
	display: block;
	padding: 10px 31px;
}
.top-menu ul > li.active > :first-child,
.top-menu ul > li > :first-child:hover,
.top-menu ul > li > :first-child:focus {
	color: #0164bf;
}
.top-menu .separator {
	cursor: default;
}
@media all and (prefers-reduced-motion: no-preference) {
	.top-menu > li > :first-child,
	.top-menu ul > li > :first-child {
		transition: color 200ms ease-out;
	}
}
@media all and (max-width: 920px) {
	.top-menu {
		display: none;
	}
}

.bottom {
	background: #f7f9f8 url("../images/footer.jpg") center top / cover no-repeat;
	color: #595959;
	padding-top: 26px;
	padding-bottom: 26px;
}
.bottom-2 {
	margin-top: 26px;
	border-top: 1px solid #d9d5d2;
	box-shadow: 0 -1px 0 0 #fff;
	padding-top: 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media all and (min-width: 1024px) {
	.bottom {
		padding-top: 100px;
	}
	.bottom-2 {
		margin-top: 86px;
	}
}
@media all and (max-width: 800px) {
	.bottom-2 {
		flex-direction: column;
	}
	.bottom-2 > :not(:first-child) {
		margin-top: 1em;
	}
}

.top-content {
	margin-top: 43px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media all and (max-width: 920px) {
	.top-content {
		margin-top: 26px;
		flex-direction: column;
	}
	.top-content > :not(:first-child) {
		margin-top: 1em;
	}
}

.main-menu {
	font-size: 11pt;
}
.main-menu > li > :first-child {
	display: block;
	padding-top: 29px;
	border-top: 1px solid #fff;
	text-transform: uppercase;
	font-weight: 500;
}
.main-menu > li:not(:first-child) {
	margin-left: 45px;
}
.main-menu > li.active > :first-child,
.main-menu > li > :first-child:hover,
.main-menu > li > :first-child:focus {
	color: #69bd27;
}
.main-menu > li.active > :first-child {
	border-top-color: #69bd27;
}
.main-menu > li > :first-child:focus {
	text-decoration: underline;
	outline: none;
}
@media all and (prefers-reduced-motion: no-preference) {
	.main-menu > li > :first-child {
		transition: color 200ms ease-out, border-top-color 200ms ease-out;
	}
}

.top-phones {
	list-style: none;
	font-weight: 600;
}
.top-phones > li:not(:first-child) {
	margin-top: 8px;
}
@media all and (min-width: 400px) and (max-width: 920px) {
	.top-phones > li {
		display: inline;
	}
	.top-phones > li:not(:last-child)::after {
		content: ",";
	}
}

.bottom-soc {
	list-style: none;
}
.bottom-soc > li {
	display: inline;
}
.bottom-soc > li:not(:first-child) {
	margin-left: 17px;
}

.top-phones-w {
	display: flex;
	align-items: center;
}
.top-phones-decor {
	width: 15px;
	margin-right: 20px;
}
@media all and (min-width: 400px) and (max-width: 920px) {
	.top-phones-decor,
	.top-phones {
		display: inline;
	}
}

.action-discount {
	font-size: 26pt;
	font-weight: 900;
}
.action-discount:not(:first-child) {
	margin-top: .25em;
}
.action-discount-label {
	color: #0166c0;
}
.action-discount-value {
	color: #69bd29;
}

.front-actions {
	background: #f6f4f5;
	color: #000;
	padding-top: 26px;
	padding-bottom: 26px;
}
.front-actions > .wrap {
	display: flow-root; max-width: var(--content-max-width); margin-left: auto; margin-right: auto;
}
.front-actions .intro-image > img {
	border-radius: 5px;
}
.front-actions .newsflash-body {
	margin-top: 25px;
}
@media all and (min-width: 1024px) {
	.front-actions {
		padding-top: 54px;
		padding-bottom: 54px;
	}
}
@media all and (max-width: 1099px) {
	.front-actions .newsflash-item {
		text-align: center;
	}
	.slick-slide img {
		display: inline !important;
	}
}
@media all and (max-width: 539px) {
	.front-actions .newsflash-body {
		padding-left: 16px;
		padding-right: 16px;
	}
	.action-discount {
		font-weight: bold;
	}
}

.button-1 {
	background: #8de448;
	background: linear-gradient(to bottom, #8de448, #5bb613);
	color: #fff;
	border: none;
	padding: 17px 25px 17px 25px;
	font-size: 9pt;
	font-weight: 500;
}
.button-1:hover, .button-1:focus {
	background: #b8eb8e;
	background: linear-gradient(to bottom, #b8eb8e, #5bb714);
}
.button-2 {
	background: #4f9fe6;
	background: linear-gradient(to bottom, #4f9fe6, #0266be);
	color: #fff;
	border: none;
	padding: 17px 25px 17px 25px;
	font-size: 9pt;
	font-weight: 500;
}
.button-2:hover, .button-2:focus {
	background: #94c5ee;
	background: linear-gradient(to bottom, #94c5ee, #0266be);
}
.button-3 {
	background: #8de448;
	background: linear-gradient(to bottom, #8de448, #5bb613);
	color: #fff;
	border: none;
	padding: 31px 70px 30px 70px;
	font-size: 9pt;
	font-weight: 600;
	border-radius: 4px;
	position: relative;
}
.button-3:hover, .button-3:focus {
	background: #b8eb8e;
	background: linear-gradient(to bottom, #b8eb8e, #5bb714);
}
.button-3::after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 6px;
	top: 100%;
	width: calc(100% - 12px);
	background: #8ce347;
	height: 4px;
	border-radius: 0 0 4px 4px;
	overflow: hidden;
	pointer-events: none;
}

.body {
	padding-top: 26px;
	padding-bottom: 26px;
}
@media all and (min-width: 1024px) {
	.body {
		padding-top: 93px;
		padding-bottom: 89px;
	}
}

.featured-item {
	display: flex;
	align-items: center;
}
@media all and (min-width: 1024px) {
	.featured-picture {
		min-width: 539px;
	}
	.featured-text {
		margin-left: 96px;
	}
}
@media not all and (min-width: 1024px) {
	.featured-item {
		flex-direction: column;
	}
	.featured-item > :not(:first-child) {
		margin-top: 1em;
	}
}

.mobile-nav {
	display: none;
	position: fixed;
	z-index: 99;
	left: 0;
	top: 0;
}
.mobile-nav-button {
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	padding: 8px 12px;
	background: #0065bd;
	color: #fff;
	border: none;
	cursor: pointer;
}
.mobile-nav-button:hover, .mobile-nav-button:focus {
	background-color: #004d90;
}
@media all and (max-width: 800px) {
	.main-menu { display: none; }
	.mobile-nav { display: block; }
}
.mobile-menu { position: fixed; z-index: 10; left: 0; top: 0; box-sizing: border-box; padding: 16px; height: 100%; width: 400px; max-width: 100%; background: #fff; color: #000; box-shadow: 2px 0 2px 0 rgba(0, 0, 0, 0.3); overflow: auto; overscroll-behavior: contain; }
.mobile-menu-itself { font-size: 14pt; font-weight: normal; padding: 0; }
.mobile-menu-itself li { list-style: none; position: relative; }
.mobile-menu-itself li:hover > ul, .mobile-menu-itself li:focus > ul { display: block; }
.mobile-menu-itself li > :first-child:focus + ul { display: block; }
.mobile-menu-itself > li ul { margin-left: 1em; }
.mobile-menu-itself > li:not(:first-child), .mobile-menu-itself li li { border-top: 1px solid #cad1d7; }
.mobile-menu-itself li > :first-child { display: block; padding: 6px 12px 5px 12px; outline: none; }
.mobile-menu-itself li > :first-child:hover, .mobile-menu-itself li > :first-child:focus { background-color: #0065bd; color: #fff; }
.button-mobile-menu-close { padding: 0; border: none; width: 100%; display: block; cursor: pointer; background: transparent; color: inherit; text-align: left; }
@media all and (prefers-reduced-motion: no-preference) {
	.mobile-nav-button {
		transition: background-color 200ms ease-out;
	}
	.mobile-menu-itself li > :first-child {
		transition: background-color 200ms ease-out, color 200ms ease-out;
	}
}

.front-clients {
	padding-bottom: 26px;
}
@media all and (min-width: 1024px) {
	.front-clients {
		padding-bottom: 49px;
	}
}
.front-clients-list:not(:first-child) {
	margin-top: 42px;
}
.front-clients .slick-slide {
	text-align: center;
}

.front-how {
	background: #f1f4f4 url("../images/how.jpg") left top / cover no-repeat;
	color: #000;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 11pt;
}
.front-how > .wrap {
	display: flow-root;
	max-width: var(--content-max-width);
	padding-left: 16px;
	padding-right: 16px;
	margin-left: auto;
	margin-right: auto;
}
@media all and (min-width: 1024px) {
	.front-how {
		padding-top: 150px;
		padding-bottom: 187px;
		background-position: right top;
	}
}
.front-how-list {
	line-height: 1.65;
	list-style: none;
}
.front-how-list:not(:first-child) {
	margin-top: 71px;
}
@media all and (min-width: 1024px) {
	.front-how-list {
		display: flex;
		justify-content: space-between;
	}
	.front-how-list > li:not(:first-child) {
		margin-left: 29px;
	}
	.front-how-picture {
		white-space: nowrap;
	}
	.front-how-text {
		margin-top: 20px;
	}
	.front-how-list > li {
		flex-basis: 201px;
	}
}
@media not all and (min-width: 1024px) {
	.front-how-picture, .front-how-text {
		display: inline-block;
		vertical-align: middle;
	}
	.front-how-picture {
		width: 48px;
	}
	.front-how-text {
		width: calc(100% - 64px);
		margin-left: 16px;
	}
	.front-how-decor {
		display: none;
	}
	.front-how-list > li:not(:first-child) {
		margin-top: 1.5em;
	}
}
.front-how-controls:not(:first-child) {
	margin-top: 23px;
}

.bottom-1 {
	display: flex;
	justify-content: space-between;
}
@media all and (max-width: 800px) {
	.bottom-1 {
		flex-direction: column;
	}
	.bottom-1-3, .bottom-1-4 {
		display: none;
	}
	.fold-when-small {
		display: inline-block;
	}
	.bottom-1 > :not(:first-child) {
		margin-top: 1em;
	}
}
.bottom-call-me {
	margin-top: 42px;
}
.bottom-title {
	color: #000;
	text-transform: uppercase;
	font-size: 13pt;
	font-weight: 500;
	margin-bottom: 31px;
}
.bottom .nav > li:not(:first-child) {
	margin-top: 11px;
}
.bottom a:hover,
.bottom a:focus {
	text-decoration: underline;
}

.front-faq {
	padding-top: 26px;
	padding-bottom: 26px;
}
@media all and (min-width: 1024px) {
	.front-faq {
		padding-top: 120px;
		padding-bottom: 130px;
	}
}
.front-faq-items:not(:first-child) {
	margin-top: 81px;
}
.front-faq-items > details:not(:first-child) {
	margin-top: 20px;
	border-top: 1px solid #e8e8e8;
	padding-top: 20px;
}
.front-faq-items > details > summary {
	font-size: 13pt;
	font-weight: 500;
	cursor: pointer;
}
.front-faq-items > details[open] > summary {
	color: #68be27;
	margin-bottom: 26px;
}

.fullscreen-layout input[type="text"],
.fullscreen-layout input[type="tel"],
.fullscreen-layout input[type="email"],
.fullscreen-layout textarea {
	padding: 20px 25px;
	border: none;
	background: #fff;
	color: #000;
	box-shadow: inset 0 0 15px 4px rgba(0,0,0,.1);
	font-size: 12pt;
	border-radius: 4px;
	width: 100%;
}
.fullscreen-layout .form-group:not(:first-child) {
	margin-top: 17px;
}
.fullscreen-layout .form-group > label + .controls {
	margin-top: 6px;
}
.fullscreen-layout h3 {
	text-align: center;
	margin-bottom: 35px;
}
.fullscreen-layout .submit.control-group {
	margin-top: 17px;
}
.fullscreen-layout button.submit {
	background: #8de448;
	background: linear-gradient(to bottom, #8de448, #5bb613);
	color: #fff;
	border: none;
	padding: 31px 0 30px 0;
	font-size: 9pt;
	font-weight: bold;
	border-radius: 4px;
	position: relative;
	width: 100%;
	text-align: center;
	letter-spacing: 3px;
}
.fullscreen-layout button.submit:hover, .fullscreen-layout button.submit:focus {
	background: #b8eb8e;
	background: linear-gradient(to bottom, #b8eb8e, #5bb714);
}
.fullscreen-layout button.submit::after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 6px;
	top: 100%;
	width: calc(100% - 12px);
	background: #8ce347;
	height: 4px;
	border-radius: 0 0 4px 4px;
	overflow: hidden;
	pointer-events: none;
}
.fullscreen-layout .form-note {
	text-align: center;
	font-size: 10pt;
	color: #959595;
}
.fullscreen-layout h3 {
	font-size: 22pt;
	color: #242424;
	font-weight: 900;
}
.fullscreen-layout .button-close {
	position: absolute;
	right: 17px;
	top: 18px;
	font-size: 17pt;
	background: transparent;
	color: #bcbcbc;
	border: none;
	cursor: pointer;
}
.fullscreen-layout .button-close:hover,
.fullscreen-layout .button-close:focus {
	color: #e43f21;
}
@media all and (prefers-reduced-motion: no-preference) {
	.fullscreen-layout .button-close {
		transition: color 200ms ease-out;
	}
}

.front-faq-controls:not(:first-child) {
	margin-top: 60px;
}
.front-faq-controls-label {
	font-weight: 500;
}
@media all and (min-width: 555px) {
	.front-faq-controls {
		display: flex;
		align-items: center;
	}
	.front-faq-controls-control {
		margin-left: 56px;
	}
	.front-faq-controls-label > span {
		display: block;
	}
}
@media not all and (min-width: 555px) {
	.front-faq-controls-control {
		margin-top: 1.5em;
	}
	.front-faq-controls {
		text-align: center;
	}
}

.bottom-phones-w {
	display: flex;
	align-items: center;
}
.bottom-phones {
	list-style: none;
	color: #232323;
	font-size: 13pt;
	font-weight: 600;
}
.bottom-phones > li:not(:first-child) {
	margin-top: 8px;
}
.bottom-phones {
	margin-left: 18px;
}
.bottom-phones-decor {
	min-width: 52px;
}

.bottom-address-w {
	margin-top: 59px;
	display: flex;
	align-items: center;
}
@media all and (max-width: 800px) {
	.bottom-address-w {
		margin-top: 1em;
	}
	.bottom-1-1 {
		text-align: center;
	}
}
.bottom-address {
	margin-left: 18px;
}
.bottom-address-decor {
	min-width: 52px;
}

.top {
	position: relative;
	z-index: 1;
}

.main-slider {
	position: relative;
	z-index: 0;
	
}
.main-slider .newsflash-title {
	font-size: 24pt;
	font-weight: 800;
	text-transform: uppercase;
	color: #232323;
}
@media all and (min-width: 1024px) {
	.main-slider .newsflash-title {
		font-size: 42pt;
		text-shadow: 0 3px 0 rgba(255,255,255,.8);
	}
}
.main-slider-subtitle {
	font-size: 14pt;
	font-weight: bold;
	letter-spacing: .12em;
	text-transform: uppercase;
}
.main-slider-subtitle:not(:first-child) {
	margin-top: 1em;
}
.main-slider .main-slide-bg {
	padding-top: 32px;
	padding-bottom: 32px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
@media all and (min-width: 1024px) {
	.main-slider {
		margin-top: -16px;
	}
	.main-slider .main-slide-bg {
		padding-top: 150px;
		padding-bottom: 127px;
	}
	.main-slider-list > li:not(:first-child) {
		margin-top: .9em;
	}
	.main-slider-list:not(:first-child) {
		margin-top: 36px;
	}
}
@media not all and (min-width: 1024px) {
	.main-slider .main-slide-bg {
		background-image: none;
	}
	.main-slider-list > li:not(:first-child) {
		margin-top: .5em;
	}
	.main-slider-list:not(:first-child) {
		margin-top: 24px;
	}
}

.main-slider-button {
	background: #8de448;
	background: linear-gradient(to bottom, #8de448, #5bb613);
	color: #fff;
	border: none;
	padding: 31px 70px 30px 70px;
	font-size: 10pt;
	font-weight: bold;
	border-radius: 4px;
	position: relative;
	letter-spacing: .2em;
}
.main-slider-button:hover,
.main-slider-button:focus {
	background: #b8eb8e;
	background: linear-gradient(to bottom, #b8eb8e, #5bb714);
}
.main-slider-button .web-icon {
	margin-left: 2em;
	vertical-align: -.05em;
}
.main-slider-button::after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 6px;
	top: 100%;
	width: calc(100% - 12px);
	background: #8ce347;
	height: 4px;
	border-radius: 0 0 4px 4px;
	overflow: hidden;
	pointer-events: none;
}
@media not all and (min-width: 1024px) {
	.main-slider-button {
		padding: 10px 16px;
	}
}

.main-slider-list {
	margin-left: 43px;
	color: #595959;
	font-size: 11pt;
	font-weight: 500;
}
.main-slider-list > li {
	padding-left: 28px;
}
.main-slider-list > li::marker {
	color: #68bc26;
	content: "⏵";
}

@media all and (min-width: 1024px) {
	.main-slider-controls:not(:first-child) {
		margin-top: 4em;
	}
}
@media not all and (min-width: 1024px) {
	.main-slider-controls:not(:first-child) {
		margin-top: 1em;
	}
}

.main-slider-dots {
	position: absolute;
	z-index: 1;
	left: 16px;
	top: 164px;
}
@media all and (max-width: 1300px) {
	.main-slider-dots {
		display: none;
	}
}
@media all and (min-width: 1640px) {
	.main-slider-dots {
		left: 215px;
	}
}

.main-dots {
	color: #252525;
	font-weight: 500;
}
.main-dots > li {
	list-style: none;
}
.main-dots > li.slick-active {
	color: #68bc26;
}
.main-dots > li.slick-active::before {
	content: "";
	display: block;
	background: #bababa;
	overflow: hidden;
	width: 1px;
	height: 35px;
	margin: 6px auto;
}
.slick-dots-button {
	padding: 0;
	border: none;
	background: transparent;
	color: inherit;
	cursor: pointer;
	font-size: 9pt;
}

.top-calc {
	position: fixed;
	z-index: 98;
	bottom: 0;
	right: 0;
}
.top-calc-button {
	display: inline-block;
	box-sizing: border-box;
	text-align: left;
	padding: 8px 12px;
	background: #0065bd;
	color: #fff;
	border: none;
	cursor: pointer;
}
.top-calc-button:hover,
.top-calc-button:focus {
	background-color: #004d90;
}
.client-image {
	border: 1px solid #e7e7e7;
	border-radius: 6px;
}
.footer-text {
	margin-top: 1em;
}
.bottom-2-info {
	flex-grow: 1;
}
