/* scoped: uk-scope */
.uk-scope body {
	margin: 0;
}

.uk-scope a,
.uk-scope .hk-link {
	color: #1e87f0;
	text-decoration: none;
	cursor: pointer;
}

.uk-scope a:hover,
.uk-scope .hk-link:hover,
.uk-scope .hk-link-toggle:hover .hk-link {
	color: #0f6ecd;
	text-decoration: underline;
}

.uk-scope abbr[title] {
	text-decoration: underline dotted;
	-webkit-text-decoration-style: dotted;
}

.uk-scope b,
.uk-scope strong {
	font-weight: bolder;
}

.uk-scope :not(pre)>code,
.uk-scope :not(pre)>kbd,
.uk-scope :not(pre)>samp {
	font-family: Consolas, monaco, monospace;
	font-size: 0.875rem;
	color: #f0506e;
	white-space: nowrap;
	padding: 2px 6px;
	background: #f8f8f8;
}

.uk-scope em {
	color: #f0506e;
}

.uk-scope ins {
	background: #ffd;
	color: #666;
	text-decoration: none;
}

.uk-scope mark {
	background: #ffd;
	color: #666;
}

.uk-scope q {
	font-style: italic;
}

.uk-scope small {
	font-size: 80%;
}

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

.uk-scope sup {
	top: -0.5em;
}

.uk-scope sub {
	bottom: -0.25em;
}

.uk-scope audio,
.uk-scope canvas,
.uk-scope iframe,
.uk-scope img,
.uk-scope svg,
.uk-scope video {
	vertical-align: middle;
}

.uk-scope canvas,
.uk-scope img,
.uk-scope svg,
.uk-scope video {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
}

.uk-scope img:not([src]) {
	visibility: hidden;
	min-width: 1px;
}

.uk-scope iframe {
	border: 0;
}

.uk-scope p,
.uk-scope ul,
.uk-scope ol,
.uk-scope dl,
.uk-scope pre,
.uk-scope address,
.uk-scope fieldset,
.uk-scope figure {
	margin: 0 0 20px 0;
}

.uk-scope *+p,
.uk-scope *+ul,
.uk-scope *+ol,
.uk-scope *+dl,
.uk-scope *+pre,
.uk-scope *+address,
.uk-scope *+fieldset,
.uk-scope *+figure {
	margin-top: 20px;
}

.uk-scope *+h1,
.uk-scope *+.hk-h1,
.uk-scope *+h2,
.uk-scope *+.hk-h2,
.uk-scope *+h3,
.uk-scope *+.hk-h3,
.uk-scope *+h4,
.uk-scope *+.hk-h4,
.uk-scope *+h5,
.uk-scope *+.hk-h5,
.uk-scope *+h6,
.uk-scope *+.hk-h6,
.uk-scope *+.hk-heading-small,
.uk-scope *+.hk-heading-medium,
.uk-scope *+.hk-heading-large,
.uk-scope *+.hk-heading-xlarge,
.uk-scope *+.hk-heading-2xlarge,
.uk-scope *+.hk-heading-3xlarge {
	margin-top: 40px;
}

.uk-scope h1,
.uk-scope .hk-h1 {
	font-size: 2.23125rem;
	line-height: 1.2;
}

.uk-scope h2,
.uk-scope .hk-h2 {
	font-size: 1.7rem;
	line-height: 1.3;
}

.uk-scope h3,
.uk-scope .hk-h3 {
	font-size: 1.5rem;
	line-height: 1.4;
}

.uk-scope h4,
.uk-scope .hk-h4 {
	font-size: 1.25rem;
	line-height: 1.4;
}

.uk-scope h5,
.uk-scope .hk-h5 {
	font-size: 16px;
	line-height: 1.4;
}

.uk-scope h6,
.uk-scope .hk-h6 {
	font-size: 0.875rem;
	line-height: 1.4;
}

@media (min-width: 960px) {

	.uk-scope h1,
	.uk-scope .hk-h1 {
		font-size: 2.625rem;
	}

	.uk-scope h2,
	.uk-scope .hk-h2 {
		font-size: 2rem;
	}
}

.uk-scope ul,
.uk-scope ol {
	padding-left: 30px;
}

.uk-scope ul>li>ul,
.uk-scope ul>li>ol,
.uk-scope ol>li>ol,
.uk-scope ol>li>ul {
	margin: 0;
}

.uk-scope dt {
	font-weight: bold;
}

.uk-scope dd {
	margin-left: 0;
}

.uk-scope hr,
.uk-scope .hk-hr {
	overflow: visible;
	text-align: inherit;
	margin: 0 0 20px 0;
	border: 0;
	border-top: 1px solid #e5e5e5;
}

.uk-scope *+hr,
.uk-scope *+.hk-hr {
	margin-top: 20px;
}

.uk-scope address {
	font-style: normal;
}

.uk-scope blockquote {
	margin: 0 0 20px 0;
	font-size: 1.25rem;
	line-height: 1.5;
	font-style: italic;
	color: #333;
}

.uk-scope *+blockquote {
	margin-top: 20px;
}

.uk-scope blockquote p:last-of-type {
	margin-bottom: 0;
}

.uk-scope blockquote footer {
	margin-top: 10px;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #666;
}

.uk-scope blockquote footer::before {
	content: "— ";
}

.uk-scope pre {
	font: 0.875rem / 1.5 Consolas, monaco, monospace;
	color: #666;
	-moz-tab-size: 4;
	tab-size: 4;
	overflow: auto;
	padding: 10px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	background: #fff;
}

.uk-scope pre code {
	font-family: Consolas, monaco, monospace;
}

.uk-scope :focus {
	outline: none;
}

.uk-scope :focus-visible {
	outline: 2px dotted #333;
}

.uk-scope ::selection {
	background: #39f;
	color: #fff;
	text-shadow: none;
}

.uk-scope details,
.uk-scope main {
	display: block;
}

.uk-scope summary {
	display: list-item;
}

.uk-scope template {
	display: none;
}

:root {
	--hk-breakpoint-s: 640px;
	--hk-breakpoint-m: 960px;
	--hk-breakpoint-l: 1200px;
	--hk-breakpoint-xl: 1600px;
}

.uk-scope a.hk-link-muted,
.uk-scope .hk-link-muted a,
.uk-scope .hk-link-toggle .hk-link-muted {
	color: #999;
}

.uk-scope a.hk-link-muted:hover,
.uk-scope .hk-link-muted a:hover,
.uk-scope .hk-link-toggle:hover .hk-link-muted {
	color: #666;
}

.uk-scope a.hk-link-text,
.uk-scope .hk-link-text a,
.uk-scope .hk-link-toggle .hk-link-text {
	color: inherit;
}

.uk-scope a.hk-link-text:hover,
.uk-scope .hk-link-text a:hover,
.uk-scope .hk-link-toggle:hover .hk-link-text {
	color: #999;
}

.uk-scope a.hk-link-heading,
.uk-scope .hk-link-heading a,
.uk-scope .hk-link-toggle .hk-link-heading {
	color: inherit;
}

.uk-scope a.hk-link-heading:hover,
.uk-scope .hk-link-heading a:hover,
.uk-scope .hk-link-toggle:hover .hk-link-heading {
	color: #1e87f0;
	text-decoration: none;
}

.uk-scope a.hk-link-reset,
.uk-scope .hk-link-reset a {
	color: inherit !important;
	text-decoration: none !important;
}

.uk-scope .hk-link-toggle {
	color: inherit !important;
	text-decoration: none !important;
}

.uk-scope .hk-heading-small {
	font-size: 2.6rem;
	line-height: 1.2;
}

.uk-scope .hk-heading-medium {
	font-size: 2.8875rem;
	line-height: 1.1;
}

.uk-scope .hk-heading-large {
	font-size: 3.4rem;
	line-height: 1.1;
}

.uk-scope .hk-heading-xlarge {
	font-size: 4rem;
	line-height: 1;
}

.uk-scope .hk-heading-2xlarge {
	font-size: 6rem;
	line-height: 1;
}

.uk-scope .hk-heading-3xlarge {
	font-size: 8rem;
	line-height: 1;
}

@media (min-width: 960px) {
	.uk-scope .hk-heading-small {
		font-size: 3.25rem;
	}

	.uk-scope .hk-heading-medium {
		font-size: 3.5rem;
	}

	.uk-scope .hk-heading-large {
		font-size: 4rem;
	}

	.uk-scope .hk-heading-xlarge {
		font-size: 6rem;
	}

	.uk-scope .hk-heading-2xlarge {
		font-size: 8rem;
	}

	.uk-scope .hk-heading-3xlarge {
		font-size: 11rem;
	}
}

@media (min-width: 1200px) {
	.uk-scope .hk-heading-medium {
		font-size: 4rem;
	}

	.uk-scope .hk-heading-large {
		font-size: 6rem;
	}

	.uk-scope .hk-heading-xlarge {
		font-size: 8rem;
	}

	.uk-scope .hk-heading-2xlarge {
		font-size: 11rem;
	}

	.uk-scope .hk-heading-3xlarge {
		font-size: 15rem;
	}
}

.uk-scope .hk-heading-divider {
	padding-bottom: calc(5px + 0.1em);
	border-bottom: calc(0.2px + 0.05em) solid #e5e5e5;
}

.uk-scope .hk-heading-bullet {
	position: relative;
}

.uk-scope .hk-heading-bullet::before {
	content: "";
	display: inline-block;
	position: relative;
	top: calc(-0.1 * 1em);
	vertical-align: middle;
	height: calc(4px + 0.7em);
	margin-right: calc(5px + 0.2em);
	border-left: calc(5px + 0.1em) solid #e5e5e5;
}

.uk-scope .hk-heading-line {
	overflow: hidden;
}

.uk-scope .hk-heading-line>* {
	display: inline-block;
	position: relative;
}

.uk-scope .hk-heading-line> ::before,
.uk-scope .hk-heading-line> ::after {
	content: "";
	position: absolute;
	top: calc(50% - (calc(0.2px + 0.05em) / 2));
	width: 2000px;
	border-bottom: calc(0.2px + 0.05em) solid #e5e5e5;
}

.uk-scope .hk-heading-line> ::before {
	right: 100%;
	margin-right: calc(5px + 0.3em);
}

.uk-scope .hk-heading-line> ::after {
	left: 100%;
	margin-left: calc(5px + 0.3em);
}

.uk-scope [class*="hk-divider"] {
	border: none;
	margin-bottom: 20px;
}

.uk-scope *+[class*="hk-divider"] {
	margin-top: 20px;
}

.uk-scope .hk-divider-icon {
	position: relative;
	height: 20px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23e5e5e5%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.uk-scope .hk-divider-icon::before,
.uk-scope .hk-divider-icon::after {
	content: "";
	position: absolute;
	top: 50%;
	max-width: calc(50% - (50px / 2));
	border-bottom: 1px solid #e5e5e5;
}

.uk-scope .hk-divider-icon::before {
	right: calc(50% + (50px / 2));
	width: 100%;
}

.uk-scope .hk-divider-icon::after {
	left: calc(50% + (50px / 2));
	width: 100%;
}

.uk-scope .hk-divider-small {
	line-height: 0;
}

.uk-scope .hk-divider-small::after {
	content: "";
	display: inline-block;
	width: 100px;
	max-width: 100%;
	border-top: 1px solid #e5e5e5;
	vertical-align: top;
}

.uk-scope .hk-divider-vertical {
	width: max-content;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #e5e5e5;
}

.uk-scope .hk-list {
	padding: 0;
	list-style: none;
}

.uk-scope .hk-list>* {
	break-inside: avoid-column;
}

.uk-scope .hk-list>*> :last-child {
	margin-bottom: 0;
}

.uk-scope .hk-list> :nth-child(n+2),
.uk-scope .hk-list>*>ul {
	margin-top: 10px;
}

.uk-scope .hk-list-disc>*,
.uk-scope .hk-list-circle>*,
.uk-scope .hk-list-square>*,
.uk-scope .hk-list-decimal>*,
.uk-scope .hk-list-hyphen>* {
	padding-left: 30px;
}

.uk-scope .hk-list-decimal {
	counter-reset: decimal;
}

.uk-scope .hk-list-decimal>* {
	counter-increment: decimal;
}

.uk-scope .hk-list-disc> ::before,
.uk-scope .hk-list-circle> ::before,
.uk-scope .hk-list-square> ::before,
.uk-scope .hk-list-decimal> ::before,
.uk-scope .hk-list-hyphen> ::before {
	content: "";
	position: relative;
	left: -30px;
	width: 30px;
	height: 1.5em;
	margin-bottom: -1.5em;
	display: list-item;
	list-style-position: inside;
	text-align: right;
}

.uk-scope .hk-list-disc> ::before {
	list-style-type: disc;
}

.uk-scope .hk-list-circle> ::before {
	list-style-type: circle;
}

.uk-scope .hk-list-square> ::before {
	list-style-type: square;
}

.uk-scope .hk-list-decimal> ::before {
	content: counter(decimal, decimal) '\200A.\00A0';
}

.uk-scope .hk-list-hyphen> ::before {
	content: '–\00A0\00A0';
}

.uk-scope .hk-list-muted> ::before {
	color: #999 !important;
}

.uk-scope .hk-list-emphasis> ::before {
	color: #333 !important;
}

.uk-scope .hk-list-primary> ::before {
	color: #1e87f0 !important;
}

.uk-scope .hk-list-secondary> ::before {
	color: #222 !important;
}

.uk-scope .hk-list-bullet>* {
	padding-left: 30px;
}

.uk-scope .hk-list-bullet> ::before {
	content: "";
	display: list-item;
	position: relative;
	left: -30px;
	width: 30px;
	height: 1.5em;
	margin-bottom: -1.5em;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.uk-scope .hk-list-divider> :nth-child(n+2) {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #e5e5e5;
}

.uk-scope .hk-list-striped>* {
	padding: 10px 10px;
}

.uk-scope .hk-list-striped>*:nth-of-type(odd) {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.uk-scope .hk-list-striped> :nth-of-type(odd) {
	background: #f8f8f8;
}

.uk-scope .hk-list-striped> :nth-child(n+2) {
	margin-top: 0;
}

.uk-scope .hk-list-large> :nth-child(n+2),
.uk-scope .hk-list-large>*>ul {
	margin-top: 20px;
}

.uk-scope .hk-list-collapse> :nth-child(n+2),
.uk-scope .hk-list-collapse>*>ul {
	margin-top: 0;
}

.uk-scope .hk-list-large.hk-list-divider> :nth-child(n+2) {
	margin-top: 20px;
	padding-top: 20px;
}

.uk-scope .hk-list-collapse.hk-list-divider> :nth-child(n+2) {
	margin-top: 0;
	padding-top: 0;
}

.uk-scope .hk-list-large.hk-list-striped>* {
	padding: 20px 10px;
}

.uk-scope .hk-list-collapse.hk-list-striped>* {
	padding-top: 0;
	padding-bottom: 0;
}

.uk-scope .hk-list-large.hk-list-striped> :nth-child(n+2),
.uk-scope .hk-list-collapse.hk-list-striped> :nth-child(n+2) {
	margin-top: 0;
}

.uk-scope .hk-description-list>dt {
	color: #333;
	font-size: 0.875rem;
	font-weight: normal;
	text-transform: uppercase;
}

.uk-scope .hk-description-list>dt:nth-child(n+2) {
	margin-top: 20px;
}

.uk-scope .hk-description-list-divider>dt:nth-child(n+2) {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e5e5e5;
}

.uk-scope .hk-table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 20px;
}

.uk-scope *+.hk-table {
	margin-top: 20px;
}

.uk-scope .hk-table th {
	padding: 16px 12px;
	text-align: left;
	vertical-align: bottom;
	font-size: 0.875rem;
	font-weight: normal;
	color: #999;
	text-transform: uppercase;
}

.uk-scope .hk-table td {
	padding: 16px 12px;
	vertical-align: top;
}

.uk-scope .hk-table td> :last-child {
	margin-bottom: 0;
}

.uk-scope .hk-table tfoot {
	font-size: 0.875rem;
}

.uk-scope .hk-table caption {
	font-size: 0.875rem;
	text-align: left;
	color: #999;
}

.uk-scope .hk-table-middle,
.uk-scope .hk-table-middle td {
	vertical-align: middle !important;
}

.uk-scope .hk-table-divider>tr:not(:first-child),
.uk-scope .hk-table-divider> :not(:first-child)>tr,
.uk-scope .hk-table-divider> :first-child>tr:not(:first-child) {
	border-top: 1px solid #e5e5e5;
}

.uk-scope .hk-table-striped>tr:nth-of-type(odd),
.uk-scope .hk-table-striped tbody tr:nth-of-type(odd) {
	background: #f8f8f8;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.uk-scope .hk-table-hover>tr:hover,
.uk-scope .hk-table-hover tbody tr:hover {
	background: #ffd;
}

.uk-scope .hk-table>tr.hk-active,
.uk-scope .hk-table tbody tr.hk-active {
	background: #ffd;
}

.uk-scope .hk-table-small th,
.uk-scope .hk-table-small td {
	padding: 10px 12px;
}

.uk-scope .hk-table-large th,
.uk-scope .hk-table-large td {
	padding: 22px 12px;
}

.uk-scope .hk-table-justify th:first-child,
.uk-scope .hk-table-justify td:first-child {
	padding-left: 0;
}

.uk-scope .hk-table-justify th:last-child,
.uk-scope .hk-table-justify td:last-child {
	padding-right: 0;
}

.uk-scope .hk-table-shrink {
	width: 1px;
}

.uk-scope .hk-table-expand {
	min-width: 150px;
}

.uk-scope .hk-table-link {
	padding: 0 !important;
}

.uk-scope .hk-table-link>a {
	display: block;
	padding: 16px 12px;
}

.uk-scope .hk-table-small .hk-table-link>a {
	padding: 10px 12px;
}

@media (max-width: 959px) {

	.uk-scope .hk-table-responsive,
	.uk-scope .hk-table-responsive tbody,
	.uk-scope .hk-table-responsive th,
	.uk-scope .hk-table-responsive td,
	.uk-scope .hk-table-responsive tr {
		display: block;
	}

	.uk-scope .hk-table-responsive thead {
		display: none;
	}

	.uk-scope .hk-table-responsive th,
	.uk-scope .hk-table-responsive td {
		width: auto !important;
		max-width: none !important;
		min-width: 0 !important;
		overflow: visible !important;
		white-space: normal !important;
	}

	.uk-scope .hk-table-responsive th:not(:first-child):not(.hk-table-link),
	.uk-scope .hk-table-responsive td:not(:first-child):not(.hk-table-link),
	.uk-scope .hk-table-responsive .hk-table-link:not(:first-child)>a {
		padding-top: 5px !important;
	}

	.uk-scope .hk-table-responsive th:not(:last-child):not(.hk-table-link),
	.uk-scope .hk-table-responsive td:not(:last-child):not(.hk-table-link),
	.uk-scope .hk-table-responsive .hk-table-link:not(:last-child)>a {
		padding-bottom: 5px !important;
	}

	.uk-scope .hk-table-justify.hk-table-responsive th,
	.uk-scope .hk-table-justify.hk-table-responsive td {
		padding-left: 0;
		padding-right: 0;
	}
}

.uk-scope .hk-table tbody tr {
	transition: background-color 0.1s linear;
}

.uk-scope .hk-table-striped>tr:nth-of-type(even):last-child,
.uk-scope .hk-table-striped tbody tr:nth-of-type(even):last-child {
	border-bottom: 1px solid #e5e5e5;
}

.uk-scope .hk-icon {
	margin: 0;
	border: none;
	border-radius: 0;
	overflow: visible;
	font: inherit;
	color: inherit;
	text-transform: none;
	padding: 0;
	background-color: transparent;
	display: inline-block;
	fill: currentcolor;
	line-height: 0;
}

.uk-scope button.hk-icon:not(:disabled) {
	cursor: pointer;
}

.uk-scope .hk-icon::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.uk-scope .hk-icon:not(.hk-preserve) [fill*="#"]:not(.hk-preserve) {
	fill: currentcolor;
}

.uk-scope .hk-icon:not(.hk-preserve) [stroke*="#"]:not(.hk-preserve) {
	stroke: currentcolor;
}

.uk-scope .hk-icon>* {
	transform: translate(0, 0);
}

.uk-scope .hk-icon-image {
	width: 20px;
	height: 20px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	object-fit: scale-down;
	max-width: none;
}

.uk-scope .hk-icon-link {
	color: #999;
	text-decoration: none !important;
}

.uk-scope .hk-icon-link:hover {
	color: #666;
}

.uk-scope .hk-icon-link:active,
.uk-scope .hk-active>.hk-icon-link {
	color: #595959;
}

.uk-scope .hk-icon-button {
	box-sizing: border-box;
	width: 36px;
	height: 36px;
	border-radius: 500px;
	background: #f8f8f8;
	color: #999;
	vertical-align: middle;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: 0.1s ease-in-out;
	transition-property: color, background-color;
}

.uk-scope .hk-icon-button:hover {
	background-color: #ebebeb;
	color: #666;
}

.uk-scope .hk-icon-button:active,
.uk-scope .hk-active>.hk-icon-button {
	background-color: #dfdfdf;
	color: #666;
}

.uk-scope .hk-range {
	-webkit-appearance: none;
	box-sizing: border-box;
	margin: 0;
	vertical-align: middle;
	max-width: 100%;
	width: 100%;
	background: transparent;
}

.uk-scope .hk-range:focus {
	outline: none;
}

.uk-scope .hk-range::-moz-focus-outer {
	border: none;
}

.uk-scope .hk-range:not(:disabled)::-webkit-slider-thumb {
	cursor: pointer;
}

.uk-scope .hk-range:not(:disabled)::-moz-range-thumb {
	cursor: pointer;
}

.uk-scope .hk-range::-webkit-slider-runnable-track {
	height: 3px;
	background: #ebebeb;
	border-radius: 500px;
}

.uk-scope .hk-range:focus::-webkit-slider-runnable-track,
.uk-scope .hk-range:active::-webkit-slider-runnable-track {
	background: #dedede;
}

.uk-scope .hk-range::-moz-range-track {
	height: 3px;
	background: #ebebeb;
	border-radius: 500px;
}

.uk-scope .hk-range:focus::-moz-range-track {
	background: #dedede;
}

.uk-scope .hk-range::-webkit-slider-thumb {
	-webkit-appearance: none;
	margin-top: -7px;
	height: 15px;
	width: 15px;
	border-radius: 500px;
	background: #fff;
	border: 1px solid #cccccc;
}

.uk-scope .hk-range::-moz-range-thumb {
	border: none;
	height: 15px;
	width: 15px;
	margin-top: -7px;
	border-radius: 500px;
	background: #fff;
	border: 1px solid #cccccc;
}

.uk-scope .hk-input,
.uk-scope .hk-select,
.uk-scope .hk-textarea,
.uk-scope .hk-radio,
.uk-scope .hk-checkbox {
	box-sizing: border-box;
	margin: 0;
	border-radius: 0;
	font: inherit;
}

.uk-scope .hk-input {
	overflow: visible;
}

.uk-scope .hk-select {
	text-transform: none;
}

.uk-scope .hk-select optgroup {
	font: inherit;
	font-weight: bold;
}

.uk-scope .hk-textarea {
	overflow: auto;
}

.uk-scope .hk-input[type="search"]::-webkit-search-cancel-button,
.uk-scope .hk-input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

.uk-scope .hk-input[type="number"]::-webkit-inner-spin-button,
.uk-scope .hk-input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

.uk-scope .hk-input::-moz-placeholder,
.uk-scope .hk-textarea::-moz-placeholder {
	opacity: 1;
}

.uk-scope .hk-radio:not(:disabled),
.uk-scope .hk-checkbox:not(:disabled) {
	cursor: pointer;
}

.uk-scope .hk-fieldset {
	border: none;
	margin: 0;
	padding: 0;
	min-width: 0;
}

.uk-scope .hk-input,
.uk-scope .hk-textarea {
	-webkit-appearance: none;
}

.uk-scope .hk-input,
.uk-scope .hk-select,
.uk-scope .hk-textarea {
	max-width: 100%;
	width: 100%;
	border: 0 none;
	padding: 0 10px;
	background: #fff;
	color: #666;
	border: 1px solid #e5e5e5;
	transition: 0.2s ease-in-out;
	transition-property: color, background-color, border;
}

.uk-scope .hk-input,
.uk-scope .hk-select:not([multiple]):not([size]) {
	height: 40px;
	vertical-align: middle;
	display: inline-block;
}

.uk-scope .hk-input:not(input),
.uk-scope .hk-select:not(select) {
	line-height: 38px;
}

.uk-scope .hk-select[multiple],
.uk-scope .hk-select[size],
.uk-scope .hk-textarea {
	padding-top: 6px;
	padding-bottom: 6px;
	vertical-align: top;
}

.uk-scope .hk-select[multiple],
.uk-scope .hk-select[size] {
	resize: vertical;
}

.uk-scope .hk-input:focus,
.uk-scope .hk-select:focus,
.uk-scope .hk-textarea:focus {
	outline: none;
	background-color: #fff;
	color: #666;
	border-color: #1e87f0;
}

.uk-scope .hk-input:disabled,
.uk-scope .hk-select:disabled,
.uk-scope .hk-textarea:disabled {
	background-color: #f8f8f8;
	color: #999;
	border-color: #e5e5e5;
}

.uk-scope .hk-input::placeholder {
	color: #999;
}

.uk-scope .hk-textarea::placeholder {
	color: #999;
}

.uk-scope .hk-form-small {
	font-size: 0.875rem;
}

.uk-scope .hk-form-small:not(textarea):not([multiple]):not([size]) {
	height: 30px;
	padding-left: 8px;
	padding-right: 8px;
}

.uk-scope textarea.hk-form-small,
.uk-scope [multiple].hk-form-small,
.uk-scope [size].hk-form-small {
	padding: 5px 8px;
}

.uk-scope .hk-form-small:not(select):not(input):not(textarea) {
	line-height: 28px;
}

.uk-scope .hk-form-large {
	font-size: 1.25rem;
}

.uk-scope .hk-form-large:not(textarea):not([multiple]):not([size]) {
	height: 55px;
	padding-left: 12px;
	padding-right: 12px;
}

.uk-scope textarea.hk-form-large,
.uk-scope [multiple].hk-form-large,
.uk-scope [size].hk-form-large {
	padding: 7px 12px;
}

.uk-scope .hk-form-large:not(select):not(input):not(textarea) {
	line-height: 53px;
}

.uk-scope .hk-form-danger,
.uk-scope .hk-form-danger:focus {
	color: #f0506e;
	border-color: #f0506e;
}

.uk-scope .hk-form-success,
.uk-scope .hk-form-success:focus {
	color: #32d296;
	border-color: #32d296;
}

.uk-scope .hk-form-blank {
	background: none;
	border-color: transparent;
}

.uk-scope .hk-form-blank:focus {
	border-color: #e5e5e5;
	border-style: solid;
}

.uk-scope input.hk-form-width-xsmall {
	width: 50px;
}

.uk-scope select.hk-form-width-xsmall {
	width: 75px;
}

.uk-scope .hk-form-width-small {
	width: 130px;
}

.uk-scope .hk-form-width-medium {
	width: 200px;
}

.uk-scope .hk-form-width-large {
	width: 500px;
}

.uk-scope .hk-select:not([multiple]):not([size]) {
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-right: 20px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

.uk-scope .hk-select:not([multiple]):not([size]) option {
	color: #666;
}

.uk-scope .hk-select:not([multiple]):not([size]):disabled {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-scope .hk-input[list] {
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

.uk-scope .hk-input[list]:hover,
.uk-scope .hk-input[list]:focus {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-scope .hk-input[list]::-webkit-calendar-picker-indicator {
	display: none !important;
}

.uk-scope .hk-radio,
.uk-scope .hk-checkbox {
	display: inline-block;
	height: 16px;
	width: 16px;
	overflow: hidden;
	margin-top: -4px;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: 1px solid #cccccc;
	transition: 0.2s ease-in-out;
	transition-property: background-color, border;
}

.uk-scope .hk-radio {
	border-radius: 50%;
}

.uk-scope .hk-radio:focus,
.uk-scope .hk-checkbox:focus {
	background-color: rgba(0, 0, 0, 0);
	outline: none;
	border-color: #1e87f0;
}

.uk-scope .hk-radio:checked,
.uk-scope .hk-checkbox:checked,
.uk-scope .hk-checkbox:indeterminate {
	background-color: #1e87f0;
	border-color: transparent;
}

.uk-scope .hk-radio:checked:focus,
.uk-scope .hk-checkbox:checked:focus,
.uk-scope .hk-checkbox:indeterminate:focus {
	background-color: #0e6dcd;
}

.uk-scope .hk-radio:checked {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-scope .hk-checkbox:checked {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-scope .hk-checkbox:indeterminate {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-scope .hk-radio:disabled,
.uk-scope .hk-checkbox:disabled {
	background-color: #f8f8f8;
	border-color: #e5e5e5;
}

.uk-scope .hk-radio:disabled:checked {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23999%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-scope .hk-checkbox:disabled:checked {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-scope .hk-checkbox:disabled:indeterminate {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23999%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-scope .hk-legend {
	width: 100%;
	color: inherit;
	padding: 0;
	font-size: 1.5rem;
	line-height: 1.4;
}

.uk-scope .hk-form-custom {
	display: inline-block;
	position: relative;
	max-width: 100%;
	vertical-align: middle;
}

.uk-scope .hk-form-custom select,
.uk-scope .hk-form-custom input[type="file"] {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	-webkit-appearance: none;
	opacity: 0;
	cursor: pointer;
}

.uk-scope .hk-form-custom input[type="file"] {
	font-size: 500px;
	overflow: hidden;
}

.uk-scope .hk-form-label {
	color: #333;
	font-size: 0.875rem;
}

.uk-scope .hk-form-stacked .hk-form-label {
	display: block;
	margin-bottom: 5px;
}

@media (max-width: 959px) {
	.uk-scope .hk-form-horizontal .hk-form-label {
		display: block;
		margin-bottom: 5px;
	}
}

@media (min-width: 960px) {
	.uk-scope .hk-form-horizontal .hk-form-label {
		width: 200px;
		margin-top: 7px;
		float: left;
	}

	.uk-scope .hk-form-horizontal .hk-form-controls {
		margin-left: 215px;
	}

	.uk-scope .hk-form-horizontal .hk-form-controls-text {
		padding-top: 7px;
	}
}

.uk-scope .hk-form-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 40px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #999;
}

.uk-scope .hk-form-icon:hover {
	color: #666;
}

.uk-scope .hk-form-icon:not(a):not(button):not(input) {
	pointer-events: none;
}

.uk-scope .hk-form-icon:not(.hk-form-icon-flip)~.hk-input {
	padding-left: 40px !important;
}

.uk-scope .hk-form-icon-flip {
	right: 0;
	left: auto;
}

.uk-scope .hk-form-icon-flip~.hk-input {
	padding-right: 40px !important;
}

.uk-scope .hk-button {
	margin: 0;
	border: none;
	overflow: visible;
	font: inherit;
	color: inherit;
	text-transform: none;
	-webkit-appearance: none;
	border-radius: 0;
	display: inline-block;
	box-sizing: border-box;
	padding: 0 30px;
	vertical-align: middle;
	font-size: 0.875rem;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.1s ease-in-out;
	transition-property: color, background-color, border-color;
}

.uk-scope .hk-button:not(:disabled) {
	cursor: pointer;
}

.uk-scope .hk-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.uk-scope .hk-button:hover {
	text-decoration: none;
}

.uk-scope .hk-button-default {
	background-color: transparent;
	color: #333;
	border: 1px solid #e5e5e5;
}

.uk-scope .hk-button-default:hover {
	background-color: transparent;
	color: #333;
	border-color: #b2b2b2;
}

.uk-scope .hk-button-default:active,
.uk-scope .hk-button-default.hk-active {
	background-color: transparent;
	color: #333;
	border-color: #999999;
}

.uk-scope .hk-button-primary {
	background-color: #1e87f0;
	color: #fff;
	border: 1px solid transparent;
}

.uk-scope .hk-button-primary:hover {
	background-color: #0f7ae5;
	color: #fff;
}

.uk-scope .hk-button-primary:active,
.uk-scope .hk-button-primary.hk-active {
	background-color: #0e6dcd;
	color: #fff;
}

.uk-scope .hk-button-secondary {
	background-color: #222;
	color: #fff;
	border: 1px solid transparent;
}

.uk-scope .hk-button-secondary:hover {
	background-color: #151515;
	color: #fff;
}

.uk-scope .hk-button-secondary:active,
.uk-scope .hk-button-secondary.hk-active {
	background-color: #080808;
	color: #fff;
}

.uk-scope .hk-button-danger {
	background-color: #f0506e;
	color: #fff;
	border: 1px solid transparent;
}

.uk-scope .hk-button-danger:hover {
	background-color: #ee395b;
	color: #fff;
}

.uk-scope .hk-button-danger:active,
.uk-scope .hk-button-danger.hk-active {
	background-color: #ec2147;
	color: #fff;
}

.uk-scope .hk-button-default:disabled,
.uk-scope .hk-button-primary:disabled,
.uk-scope .hk-button-secondary:disabled,
.uk-scope .hk-button-danger:disabled {
	background-color: transparent;
	color: #999;
	border-color: #e5e5e5;
}

.uk-scope .hk-button-small {
	padding: 0 15px;
	line-height: 28px;
	font-size: 0.875rem;
}

.uk-scope .hk-button-large {
	padding: 0 40px;
	line-height: 53px;
	font-size: 0.875rem;
}

.uk-scope .hk-button-text {
	padding: 0;
	line-height: 1.5;
	background: none;
	color: #333;
	position: relative;
}

.uk-scope .hk-button-text::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 100%;
	border-bottom: 1px solid currentColor;
	transition: right 0.3s ease-out;
}

.uk-scope .hk-button-text:hover {
	color: #333;
}

.uk-scope .hk-button-text:hover::before {
	right: 0;
}

.uk-scope .hk-button-text:disabled {
	color: #999;
}

.uk-scope .hk-button-text:disabled::before {
	display: none;
}

.uk-scope .hk-button-link {
	padding: 0;
	line-height: 1.5;
	background: none;
	color: #333;
}

.uk-scope .hk-button-link:hover {
	color: #999;
	text-decoration: none;
}

.uk-scope .hk-button-link:disabled {
	color: #999;
	text-decoration: none;
}

.uk-scope .hk-button-group {
	display: inline-flex;
	vertical-align: middle;
	position: relative;
}

.uk-scope .hk-button-group>.hk-button:nth-child(n+2),
.uk-scope .hk-button-group>div:nth-child(n+2) .hk-button {
	margin-left: -1px;
}

.uk-scope .hk-button-group .hk-button:hover,
.uk-scope .hk-button-group .hk-button:focus,
.uk-scope .hk-button-group .hk-button:active,
.uk-scope .hk-button-group .hk-button.hk-active {
	position: relative;
	z-index: 1;
}

.uk-scope .hk-progress {
	vertical-align: baseline;
	display: block;
	width: 100%;
	border: 0;
	background-color: #f8f8f8;
	margin-bottom: 20px;
	height: 15px;
	border-radius: 500px;
	overflow: hidden;
}

.uk-scope *+.hk-progress {
	margin-top: 20px;
}

.uk-scope .hk-progress::-webkit-progress-bar {
	background-color: transparent;
}

.uk-scope .hk-progress::-webkit-progress-value {
	background-color: #1e87f0;
	transition: width 0.6s ease;
}

.uk-scope .hk-progress::-moz-progress-bar {
	background-color: #1e87f0;
	transition: width 0.6s ease;
}

.uk-scope .hk-section {
	display: flow-root;
	box-sizing: border-box;
	padding-top: 40px;
	padding-bottom: 40px;
}

@media (min-width: 960px) {
	.uk-scope .hk-section {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

.uk-scope .hk-section> :last-child {
	margin-bottom: 0;
}

.uk-scope .hk-section-xsmall {
	padding-top: 20px;
	padding-bottom: 20px;
}

.uk-scope .hk-section-small {
	padding-top: 40px;
	padding-bottom: 40px;
}

.uk-scope .hk-section-large {
	padding-top: 70px;
	padding-bottom: 70px;
}

@media (min-width: 960px) {
	.uk-scope .hk-section-large {
		padding-top: 140px;
		padding-bottom: 140px;
	}
}

.uk-scope .hk-section-xlarge {
	padding-top: 140px;
	padding-bottom: 140px;
}

@media (min-width: 960px) {
	.uk-scope .hk-section-xlarge {
		padding-top: 210px;
		padding-bottom: 210px;
	}
}

.uk-scope .hk-section-default {
	--hk-inverse: dark;
	background: #fff;
}

.uk-scope .hk-section-muted {
	--hk-inverse: dark;
	background: #f8f8f8;
}

.uk-scope .hk-section-primary {
	--hk-inverse: light;
	background: #1e87f0;
}

.uk-scope .hk-section-secondary {
	--hk-inverse: light;
	background: #222;
}

.uk-scope .hk-container {
	display: flow-root;
	box-sizing: content-box;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 640px) {
	.uk-scope .hk-container {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (min-width: 960px) {
	.uk-scope .hk-container {
		padding-left: 40px;
		padding-right: 40px;
	}
}

.uk-scope .hk-container> :last-child {
	margin-bottom: 0;
}

.uk-scope .hk-container .hk-container {
	padding-left: 0;
	padding-right: 0;
}

.uk-scope .hk-container-xsmall {
	max-width: 750px;
}

.uk-scope .hk-container-small {
	max-width: 900px;
}

.uk-scope .hk-container-large {
	max-width: 1400px;
}

.uk-scope .hk-container-xlarge {
	max-width: 1600px;
}

.uk-scope .hk-container-expand {
	max-width: none;
}

.uk-scope .hk-container-expand-left {
	margin-left: 0;
}

.uk-scope .hk-container-expand-right {
	margin-right: 0;
}

@media (min-width: 640px) {

	.uk-scope .hk-container-expand-left.hk-container-xsmall,
	.uk-scope .hk-container-expand-right.hk-container-xsmall {
		max-width: calc(50% + (750px / 2) - 30px);
	}

	.uk-scope .hk-container-expand-left.hk-container-small,
	.uk-scope .hk-container-expand-right.hk-container-small {
		max-width: calc(50% + (900px / 2) - 30px);
	}
}

@media (min-width: 960px) {

	.uk-scope .hk-container-expand-left,
	.uk-scope .hk-container-expand-right {
		max-width: calc(50% + (1200px / 2) - 40px);
	}

	.uk-scope .hk-container-expand-left.hk-container-xsmall,
	.uk-scope .hk-container-expand-right.hk-container-xsmall {
		max-width: calc(50% + (750px / 2) - 40px);
	}

	.uk-scope .hk-container-expand-left.hk-container-small,
	.uk-scope .hk-container-expand-right.hk-container-small {
		max-width: calc(50% + (900px / 2) - 40px);
	}

	.uk-scope .hk-container-expand-left.hk-container-large,
	.uk-scope .hk-container-expand-right.hk-container-large {
		max-width: calc(50% + (1400px / 2) - 40px);
	}

	.uk-scope .hk-container-expand-left.hk-container-xlarge,
	.uk-scope .hk-container-expand-right.hk-container-xlarge {
		max-width: calc(50% + (1600px / 2) - 40px);
	}
}

.uk-scope .hk-container-item-padding-remove-left,
.uk-scope .hk-container-item-padding-remove-right {
	width: calc(100% + 15px);
}

.uk-scope .hk-container-item-padding-remove-left {
	margin-left: -15px;
}

.uk-scope .hk-container-item-padding-remove-right {
	margin-right: -15px;
}

@media (min-width: 640px) {

	.uk-scope .hk-container-item-padding-remove-left,
	.uk-scope .hk-container-item-padding-remove-right {
		width: calc(100% + 30px);
	}

	.uk-scope .hk-container-item-padding-remove-left {
		margin-left: -30px;
	}

	.uk-scope .hk-container-item-padding-remove-right {
		margin-right: -30px;
	}
}

@media (min-width: 960px) {

	.uk-scope .hk-container-item-padding-remove-left,
	.uk-scope .hk-container-item-padding-remove-right {
		width: calc(100% + 40px);
	}

	.uk-scope .hk-container-item-padding-remove-left {
		margin-left: -40px;
	}

	.uk-scope .hk-container-item-padding-remove-right {
		margin-right: -40px;
	}
}

.uk-scope .hk-tile {
	display: flow-root;
	position: relative;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 40px;
	padding-bottom: 40px;
}

@media (min-width: 640px) {
	.uk-scope .hk-tile {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (min-width: 960px) {
	.uk-scope .hk-tile {
		padding-left: 40px;
		padding-right: 40px;
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

.uk-scope .hk-tile> :last-child {
	margin-bottom: 0;
}

.uk-scope .hk-tile-xsmall {
	padding-top: 20px;
	padding-bottom: 20px;
}

.uk-scope .hk-tile-small {
	padding-top: 40px;
	padding-bottom: 40px;
}

.uk-scope .hk-tile-large {
	padding-top: 70px;
	padding-bottom: 70px;
}

@media (min-width: 960px) {
	.uk-scope .hk-tile-large {
		padding-top: 140px;
		padding-bottom: 140px;
	}
}

.uk-scope .hk-tile-xlarge {
	padding-top: 140px;
	padding-bottom: 140px;
}

@media (min-width: 960px) {
	.uk-scope .hk-tile-xlarge {
		padding-top: 210px;
		padding-bottom: 210px;
	}
}

.uk-scope .hk-tile-default {
	--hk-inverse: dark;
	background-color: #fff;
}

.uk-scope .hk-tile-muted {
	--hk-inverse: dark;
	background-color: #f8f8f8;
}

.uk-scope .hk-tile-primary {
	--hk-inverse: light;
	background-color: #1e87f0;
}

.uk-scope .hk-tile-secondary {
	--hk-inverse: light;
	background-color: #222;
}

.uk-scope .hk-card {
	position: relative;
	box-sizing: border-box;
	transition: box-shadow 0.1s ease-in-out;
}

.uk-scope .hk-card-body {
	display: flow-root;
	padding: 30px 30px;
}

.uk-scope .hk-card-header {
	display: flow-root;
	padding: 15px 30px;
}

.uk-scope .hk-card-footer {
	display: flow-root;
	padding: 15px 30px;
}

@media (min-width: 1200px) {
	.uk-scope .hk-card-body {
		padding: 40px 40px;
	}

	.uk-scope .hk-card-header {
		padding: 20px 40px;
	}

	.uk-scope .hk-card-footer {
		padding: 20px 40px;
	}
}

.uk-scope .hk-card-body> :last-child,
.uk-scope .hk-card-header> :last-child,
.uk-scope .hk-card-footer> :last-child {
	margin-bottom: 0;
}

.uk-scope .hk-card-title {
	font-size: 1.5rem;
	line-height: 1.4;
}

.uk-scope .hk-card-badge {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 1;
	height: 22px;
	padding: 0 10px;
	background: #1e87f0;
	color: #fff;
	font-size: 0.875rem;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 0;
	border-radius: 2px;
	text-transform: uppercase;
}

.uk-scope .hk-card-badge:first-child+* {
	margin-top: 0;
}

.uk-scope .hk-card-hover:not(.hk-card-default):not(.hk-card-primary):not(.hk-card-secondary):hover {
	background-color: #fff;
	box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.uk-scope .hk-card-default {
	--hk-inverse: dark;
	background-color: #fff;
	color: #666;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.uk-scope .hk-card-default .hk-card-title {
	color: #333;
}

.uk-scope .hk-card-default.hk-card-hover:hover {
	background-color: #fff;
	box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.uk-scope .hk-card-default .hk-card-header {
	border-bottom: 1px solid #e5e5e5;
}

.uk-scope .hk-card-default .hk-card-footer {
	border-top: 1px solid #e5e5e5;
}

.uk-scope .hk-card-primary {
	--hk-inverse: light;
	background-color: #1e87f0;
	color: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.uk-scope .hk-card-primary .hk-card-title {
	color: #fff;
}

.uk-scope .hk-card-primary.hk-card-hover:hover {
	background-color: #1e87f0;
	box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.uk-scope .hk-card-secondary {
	--hk-inverse: light;
	background-color: #222;
	color: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.uk-scope .hk-card-secondary .hk-card-title {
	color: #fff;
}

.uk-scope .hk-card-secondary.hk-card-hover:hover {
	background-color: #222;
	box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.uk-scope .hk-card-small.hk-card-body,
.uk-scope .hk-card-small .hk-card-body {
	padding: 20px 20px;
}

.uk-scope .hk-card-small .hk-card-header {
	padding: 13px 20px;
}

.uk-scope .hk-card-small .hk-card-footer {
	padding: 13px 20px;
}

@media (min-width: 1200px) {

	.uk-scope .hk-card-large.hk-card-body,
	.uk-scope .hk-card-large .hk-card-body {
		padding: 70px 70px;
	}

	.uk-scope .hk-card-large .hk-card-header {
		padding: 35px 70px;
	}

	.uk-scope .hk-card-large .hk-card-footer {
		padding: 35px 70px;
	}
}

.uk-scope .hk-card-body>.hk-nav-default {
	margin-left: -30px;
	margin-right: -30px;
}

.uk-scope .hk-card-body>.hk-nav-default:only-child {
	margin-top: -15px;
	margin-bottom: -15px;
}

.uk-scope .hk-card-body>.hk-nav-default>li>a,
.uk-scope .hk-card-body>.hk-nav-default .hk-nav-header,
.uk-scope .hk-card-body>.hk-nav-default .hk-nav-divider {
	padding-left: 30px;
	padding-right: 30px;
}

.uk-scope .hk-card-body>.hk-nav-default .hk-nav-sub {
	padding-left: 45px;
}

@media (min-width: 1200px) {
	.uk-scope .hk-card-body>.hk-nav-default {
		margin-left: -40px;
		margin-right: -40px;
	}

	.uk-scope .hk-card-body>.hk-nav-default:only-child {
		margin-top: -25px;
		margin-bottom: -25px;
	}

	.uk-scope .hk-card-body>.hk-nav-default>li>a,
	.uk-scope .hk-card-body>.hk-nav-default .hk-nav-header,
	.uk-scope .hk-card-body>.hk-nav-default .hk-nav-divider {
		padding-left: 40px;
		padding-right: 40px;
	}

	.uk-scope .hk-card-body>.hk-nav-default .hk-nav-sub {
		padding-left: 55px;
	}
}

.uk-scope .hk-card-small>.hk-nav-default {
	margin-left: -20px;
	margin-right: -20px;
}

.uk-scope .hk-card-small>.hk-nav-default:only-child {
	margin-top: -5px;
	margin-bottom: -5px;
}

.uk-scope .hk-card-small>.hk-nav-default>li>a,
.uk-scope .hk-card-small>.hk-nav-default .hk-nav-header,
.uk-scope .hk-card-small>.hk-nav-default .hk-nav-divider {
	padding-left: 20px;
	padding-right: 20px;
}

.uk-scope .hk-card-small>.hk-nav-default .hk-nav-sub {
	padding-left: 35px;
}

@media (min-width: 1200px) {
	.uk-scope .hk-card-large>.hk-nav-default {
		margin: 0;
	}

	.uk-scope .hk-card-large>.hk-nav-default:only-child {
		margin: 0;
	}

	.uk-scope .hk-card-large>.hk-nav-default>li>a,
	.uk-scope .hk-card-large>.hk-nav-default .hk-nav-header,
	.uk-scope .hk-card-large>.hk-nav-default .hk-nav-divider {
		padding-left: 0;
		padding-right: 0;
	}

	.uk-scope .hk-card-large>.hk-nav-default .hk-nav-sub {
		padding-left: 15px;
	}
}

.uk-scope .hk-close {
	color: #999;
	transition: 0.1s ease-in-out;
	transition-property: color, opacity;
}

.uk-scope .hk-close:hover {
	color: #666;
}

.uk-scope .hk-spinner>* {
	animation: hk-spinner-rotate 1.4s linear infinite;
}

@keyframes hk-spinner-rotate {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(270deg);
	}
}

.uk-scope .hk-spinner>*>* {
	stroke-dasharray: 88px;
	stroke-dashoffset: 0;
	transform-origin: center;
	animation: hk-spinner-dash 1.4s ease-in-out infinite;
	stroke-width: 1;
	stroke-linecap: round;
}

@keyframes hk-spinner-dash {
	0% {
		stroke-dashoffset: 88px;
	}

	50% {
		stroke-dashoffset: 22px;
		transform: rotate(135deg);
	}

	100% {
		stroke-dashoffset: 88px;
		transform: rotate(450deg);
	}
}

.uk-scope .hk-totop {
	padding: 5px;
	color: #999;
	transition: color 0.1s ease-in-out;
}

.uk-scope .hk-totop:hover {
	color: #666;
}

.uk-scope .hk-totop:active {
	color: #333;
}

.uk-scope .hk-marker {
	padding: 5px;
	background: #222;
	color: #fff;
	border-radius: 500px;
}

.uk-scope .hk-marker:hover {
	color: #fff;
}

.uk-scope .hk-alert {
	position: relative;
	margin-bottom: 20px;
	padding: 15px 29px 15px 15px;
	background: #f8f8f8;
	color: #666;
}

.uk-scope *+.hk-alert {
	margin-top: 20px;
}

.uk-scope .hk-alert> :last-child {
	margin-bottom: 0;
}

.uk-scope .hk-alert-close {
	position: absolute;
	top: 20px;
	right: 15px;
	color: inherit;
	opacity: 0.4;
}

.uk-scope .hk-alert-close:first-child+* {
	margin-top: 0;
}

.uk-scope .hk-alert-close:hover {
	color: inherit;
	opacity: 0.8;
}

.uk-scope .hk-alert-primary {
	background: #d8eafc;
	color: #1e87f0;
}

.uk-scope .hk-alert-success {
	background: #edfbf6;
	color: #32d296;
}

.uk-scope .hk-alert-warning {
	background: #fff6ee;
	color: #faa05a;
}

.uk-scope .hk-alert-danger {
	background: #fef4f6;
	color: #f0506e;
}

.uk-scope .hk-alert h1,
.uk-scope .hk-alert h2,
.uk-scope .hk-alert h3,
.uk-scope .hk-alert h4,
.uk-scope .hk-alert h5,
.uk-scope .hk-alert h6 {
	color: inherit;
}

.uk-scope .hk-alert a:not([class]) {
	color: inherit;
	text-decoration: underline;
}

.uk-scope .hk-alert a:not([class]):hover {
	color: inherit;
	text-decoration: underline;
}

.uk-scope .hk-placeholder {
	margin-bottom: 20px;
	padding: 30px 30px;
	background: transparent;
	border: 1px dashed #e5e5e5;
}

.uk-scope *+.hk-placeholder {
	margin-top: 20px;
}

.uk-scope .hk-placeholder> :last-child {
	margin-bottom: 0;
}

.uk-scope .hk-badge {
	box-sizing: border-box;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border-radius: 500px;
	vertical-align: middle;
	background: #1e87f0;
	color: #fff !important;
	font-size: 11px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	line-height: 0;
}

.uk-scope .hk-badge:hover {
	text-decoration: none;
}

.uk-scope .hk-label {
	display: inline-block;
	padding: 0 10px;
	background: #1e87f0;
	line-height: 1.5;
	font-size: 0.875rem;
	color: #fff;
	vertical-align: middle;
	white-space: nowrap;
	border-radius: 2px;
	text-transform: uppercase;
}

.uk-scope .hk-label-success {
	background-color: #32d296;
	color: #fff;
}

.uk-scope .hk-label-warning {
	background-color: #faa05a;
	color: #fff;
}

.uk-scope .hk-label-danger {
	background-color: #f0506e;
	color: #fff;
}

.uk-scope .hk-overlay {
	padding: 30px 30px;
}

.uk-scope .hk-overlay> :last-child {
	margin-bottom: 0;
}

.uk-scope .hk-overlay-default {
	--hk-inverse: dark;
	background: rgba(255, 255, 255, 0.8);
}

.uk-scope .hk-overlay-primary {
	--hk-inverse: light;
	background: rgba(34, 34, 34, 0.8);
}

.uk-scope .hk-article {
	display: flow-root;
}

.uk-scope .hk-article> :last-child {
	margin-bottom: 0;
}

.uk-scope .hk-article+.hk-article {
	margin-top: 70px;
}

.uk-scope .hk-article-title {
	font-size: 2.23125rem;
	line-height: 1.2;
}

@media (min-width: 960px) {
	.uk-scope .hk-article-title {
		font-size: 2.625rem;
	}
}

.uk-scope .hk-article-meta {
	font-size: 0.875rem;
	line-height: 1.4;
	color: #999;
}

.uk-scope .hk-article-meta a {
	color: #999;
}

.uk-scope .hk-article-meta a:hover {
	color: #666;
	text-decoration: none;
}

.uk-scope .hk-comment-body {
	display: flow-root;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.uk-scope .hk-comment-header {
	display: flow-root;
	margin-bottom: 20px;
}

.uk-scope .hk-comment-body> :last-child,
.uk-scope .hk-comment-header> :last-child {
	margin-bottom: 0;
}

.uk-scope .hk-comment-title {
	font-size: 1.25rem;
	line-height: 1.4;
}

.uk-scope .hk-comment-meta {
	font-size: 0.875rem;
	line-height: 1.4;
	color: #999;
}

.uk-scope .hk-comment-list {
	padding: 0;
	list-style: none;
}

.uk-scope .hk-comment-list> :nth-child(n+2) {
	margin-top: 70px;
}

.uk-scope .hk-comment-list .hk-comment~ul {
	margin: 70px 0 0 0;
	padding-left: 30px;
	list-style: none;
}

@media (min-width: 960px) {
	.uk-scope .hk-comment-list .hk-comment~ul {
		padding-left: 100px;
	}
}

.uk-scope .hk-comment-list .hk-comment~ul> :nth-child(n+2) {
	margin-top: 70px;
}

.uk-scope .hk-comment-primary {
	padding: 30px;
	background-color: #f8f8f8;
}

.uk-scope .hk-search {
	display: inline-block;
	position: relative;
	max-width: 100%;
	margin: 0;
}

.uk-scope .hk-search-input::-webkit-search-cancel-button,
.uk-scope .hk-search-input::-webkit-search-decoration {
	-webkit-appearance: none;
}

.uk-scope .hk-search-input::-moz-placeholder {
	opacity: 1;
}

.uk-scope .hk-search-input {
	box-sizing: border-box;
	margin: 0;
	border-radius: 0;
	font: inherit;
	overflow: visible;
	-webkit-appearance: none;
	vertical-align: middle;
	width: 100%;
	border: none;
	color: #666;
}

.uk-scope .hk-search-input:focus {
	outline: none;
}

.uk-scope .hk-search-input::placeholder {
	color: #999;
}

.uk-scope .hk-search .hk-search-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #999;
}

.uk-scope .hk-search .hk-search-icon:hover {
	color: #999;
}

.uk-scope .hk-search .hk-search-icon:not(a):not(button):not(input) {
	pointer-events: none;
}

.uk-scope .hk-search .hk-search-icon-flip {
	right: 0;
	left: auto;
}

.uk-scope .hk-search-default {
	width: 240px;
}

.uk-scope .hk-search-default .hk-search-input {
	height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	background: transparent;
	border: 1px solid #e5e5e5;
}

.uk-scope .hk-search-default .hk-search-input:focus {
	background-color: rgba(0, 0, 0, 0);
	border-color: #1e87f0;
}

.uk-scope .hk-search-default .hk-search-icon {
	padding-left: 10px;
	padding-right: 10px;
}

.uk-scope .hk-search-default:has(.hk-search-icon:not(.hk-search-icon-flip)) .hk-search-input {
	padding-left: 40px;
}

.uk-scope .hk-search-default:has(.hk-search-icon-flip) .hk-search-input {
	padding-right: 40px;
}

.uk-scope .hk-search-navbar {
	width: 240px;
}

.uk-scope .hk-search-navbar .hk-search-input {
	height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	background: #fff;
	border: 1px solid #e5e5e5;
}

.uk-scope .hk-search-navbar .hk-search-input:focus {
	background-color: #fff;
	border-color: #1e87f0;
}

.uk-scope .hk-search-navbar .hk-search-icon {
	padding-left: 10px;
	padding-right: 10px;
}

.uk-scope .hk-search-navbar:has(.hk-search-icon:not(.hk-search-icon-flip)) .hk-search-input {
	padding-left: 40px;
}

.uk-scope .hk-search-navbar:has(.hk-search-icon-flip) .hk-search-input {
	padding-right: 40px;
}

.uk-scope .hk-search-medium {
	width: 400px;
}

.uk-scope .hk-search-medium .hk-search-input {
	height: 55px;
	padding-left: 12px;
	padding-right: 12px;
	background: transparent;
	font-size: 1.5rem;
	border: 1px solid #e5e5e5;
}

.uk-scope .hk-search-medium .hk-search-input:focus {
	background-color: rgba(0, 0, 0, 0);
	border-color: #1e87f0;
}

.uk-scope .hk-search-medium .hk-search-icon {
	padding-left: 12px;
	padding-right: 12px;
}

.uk-scope .hk-search-medium:has(.hk-search-icon:not(.hk-search-icon-flip)) .hk-search-input {
	padding-left: 48px;
}

.uk-scope .hk-search-medium:has(.hk-search-icon-flip) .hk-search-input {
	padding-right: 48px;
}

.uk-scope .hk-search-large {
	width: 500px;
}

.uk-scope .hk-search-large .hk-search-input {
	height: 90px;
	padding-left: 20px;
	padding-right: 20px;
	background: transparent;
	font-size: 2.625rem;
	border: 1px solid #e5e5e5;
}

.uk-scope .hk-search-large .hk-search-input:focus {
	background-color: rgba(0, 0, 0, 0);
	border-color: #1e87f0;
}

.uk-scope .hk-search-large .hk-search-icon {
	padding-left: 20px;
	padding-right: 20px;
}

.uk-scope .hk-search-large:has(.hk-search-icon:not(.hk-search-icon-flip)) .hk-search-input {
	padding-left: 80px;
}

.uk-scope .hk-search-large:has(.hk-search-icon-flip) .hk-search-input {
	padding-right: 80px;
}

.uk-scope .hk-search-toggle {
	color: #999;
}

.uk-scope .hk-search-toggle:hover {
	color: #666;
}

.uk-scope .hk-accordion {
	padding: 0;
	list-style: none;
}

.uk-scope .hk-accordion> :nth-child(n+2) {
	margin-top: 20px;
}

.uk-scope .hk-accordion-title {
	display: block;
	font-size: 1.25rem;
	line-height: 1.4;
	color: #333;
	overflow: hidden;
}

.uk-scope .hk-accordion-title::before {
	content: "";
	width: 1.4em;
	height: 1.4em;
	margin-left: 10px;
	float: right;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.uk-scope .hk-open>.hk-accordion-title::before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-scope .hk-accordion-title:hover {
	color: #666;
	text-decoration: none;
}

.uk-scope .hk-accordion-content {
	display: flow-root;
	margin-top: 20px;
}

.uk-scope .hk-accordion-content> :last-child {
	margin-bottom: 0;
}

.uk-scope .hk-drop {
	display: none;
	position: absolute;
	z-index: 1020;
	--hk-position-offset: 20px;
	--hk-position-viewport-offset: 15px;
	box-sizing: border-box;
	width: 300px;
}

.uk-scope .hk-drop.hk-open {
	display: block;
}

.uk-scope .hk-drop-stack .hk-drop-grid>* {
	width: 100% !important;
}

.uk-scope .hk-drop-parent-icon {
	margin-left: 0.25em;
	transition: transform 0.3s ease-out;
}

.uk-scope [aria-expanded="true"]>.hk-drop-parent-icon {
	transform: rotateX(180deg);
}

.uk-scope .hk-dropbar {
	--hk-position-offset: 0;
	--hk-position-shift-offset: 0;
	--hk-position-viewport-offset: 0;
	--hk-inverse: dark;
	width: auto;
	padding: 25px 15px 25px 15px;
	background: #fff;
	color: #666;
}

.uk-scope .hk-dropbar> :last-child {
	margin-bottom: 0;
}

@media (min-width: 640px) {
	.uk-scope .hk-dropbar {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (min-width: 960px) {
	.uk-scope .hk-dropbar {
		padding-left: 40px;
		padding-right: 40px;
	}
}

.uk-scope .hk-dropbar :focus-visible {
	outline-color: #333 !important;
}

.uk-scope .hk-dropbar-large {
	padding-top: 40px;
	padding-bottom: 40px;
}

.uk-scope .hk-dropbar-top {
	box-shadow: 0 12px 7px -6px rgba(0, 0, 0, 0.05);
}

.uk-scope .hk-dropbar-bottom {
	box-shadow: 0 -12px 7px -6px rgba(0, 0, 0, 0.05);
}

.uk-scope .hk-dropbar-left {
	box-shadow: 12px 0 7px -6px rgba(0, 0, 0, 0.05);
}

.uk-scope .hk-dropbar-right {
	box-shadow: -12px 0 7px -6px rgba(0, 0, 0, 0.05);
}

.uk-scope .hk-dropnav-dropbar {
	position: absolute;
	z-index: 980;
	padding: 0;
	left: 0;
	right: 0;
}

.uk-scope .hk-modal {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1010;
	overflow-y: auto;
	padding: 15px 15px;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	transition: opacity 0.15s linear;
}

@media (min-width: 640px) {
	.uk-scope .hk-modal {
		padding: 50px 30px;
	}
}

@media (min-width: 960px) {
	.uk-scope .hk-modal {
		padding-left: 40px;
		padding-right: 40px;
	}
}

.uk-scope .hk-modal.hk-open {
	opacity: 1;
}

.uk-scope .hk-modal-page {
	overflow: hidden;
}

.uk-scope .hk-modal-dialog {
	position: relative;
	box-sizing: border-box;
	margin: 0 auto;
	width: 600px;
	max-width: 100% !important;
	background: #fff;
	opacity: 0;
	transform: translateY(-100px);
	transition: 0.3s linear;
	transition-property: opacity, transform;
}

.uk-scope .hk-open>.hk-modal-dialog {
	opacity: 1;
	transform: translateY(0);
}

.uk-scope .hk-modal-container .hk-modal-dialog {
	width: 1200px;
}

.uk-scope .hk-modal-full {
	padding: 0;
	background: none;
}

.uk-scope .hk-modal-full .hk-modal-dialog {
	margin: 0;
	width: 100%;
	max-width: 100%;
	transform: translateY(0);
}

.uk-scope .hk-modal-body {
	display: flow-root;
	padding: 20px 20px;
}

.uk-scope .hk-modal-header {
	display: flow-root;
	padding: 10px 20px;
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
}

.uk-scope .hk-modal-footer {
	display: flow-root;
	padding: 10px 20px;
	background: #fff;
	border-top: 1px solid #e5e5e5;
}

@media (min-width: 640px) {
	.uk-scope .hk-modal-body {
		padding: 30px 30px;
	}

	.uk-scope .hk-modal-header {
		padding: 15px 30px;
	}

	.uk-scope .hk-modal-footer {
		padding: 15px 30px;
	}
}

.uk-scope .hk-modal-body> :last-child,
.uk-scope .hk-modal-header> :last-child,
.uk-scope .hk-modal-footer> :last-child {
	margin-bottom: 0;
}

.uk-scope .hk-modal-title {
	font-size: 2rem;
	line-height: 1.3;
}

.uk-scope [class*="hk-modal-close-"] {
	position: absolute;
	z-index: 1010;
	top: 10px;
	right: 10px;
	padding: 5px;
}

.uk-scope [class*="hk-modal-close-"]:first-child+* {
	margin-top: 0;
}

.uk-scope .hk-modal-close-outside {
	top: 0;
	right: -5px;
	transform: translate(0, -100%);
	color: #ffffff;
}

.uk-scope .hk-modal-close-outside:hover {
	color: #fff;
}

@media (min-width: 960px) {
	.uk-scope .hk-modal-close-outside {
		right: 0;
		transform: translate(100%, -100%);
	}
}

.uk-scope .hk-modal-close-full {
	top: 0;
	right: 0;
	padding: 10px;
	background: #fff;
}

@media (min-width: 960px) {
	.uk-scope .hk-modal-close-full {
		padding: 20px;
	}
}

.uk-scope .hk-slideshow {
	-webkit-tap-highlight-color: transparent;
}

.uk-scope .hk-slideshow-items {
	position: relative;
	z-index: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	-webkit-touch-callout: none;
	touch-action: pan-y;
}

.uk-scope .hk-slideshow-items>* {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	will-change: transform, opacity;
}

.uk-scope .hk-slideshow-items> :not(.hk-active) {
	display: none;
}

.uk-scope .hk-slider {
	-webkit-tap-highlight-color: transparent;
}

.uk-scope .hk-slider-container {
	overflow: hidden;
	overflow: clip;
}

.uk-scope .hk-slider-container-offset {
	margin: -11px -25px -39px -25px;
	padding: 11px 25px 39px 25px;
}

.uk-scope .hk-slider-items {
	will-change: transform;
	position: relative;
	touch-action: pan-y;
}

.uk-scope .hk-slider-items:not(.hk-grid) {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-touch-callout: none;
}

.uk-scope .hk-slider-items.hk-grid {
	flex-wrap: nowrap;
}

.uk-scope .hk-slider-items>* {
	flex: none !important;
	box-sizing: border-box;
	max-width: 100%;
	position: relative;
}

.uk-scope .hk-sticky {
	position: relative;
	z-index: 980;
	box-sizing: border-box;
}

.uk-scope .hk-sticky-fixed {
	margin: 0 !important;
}

.uk-scope .hk-sticky[class*="hk-animation-"] {
	animation-duration: 0.2s;
}

.uk-scope .hk-sticky.hk-animation-reverse {
	animation-duration: 0.2s;
}

.uk-scope .hk-sticky-placeholder {
	pointer-events: none;
}

.uk-scope .hk-offcanvas {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
}

.uk-scope .hk-offcanvas-flip .hk-offcanvas {
	right: 0;
	left: auto;
}

.uk-scope .hk-offcanvas-bar {
	--hk-inverse: light;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -270px;
	box-sizing: border-box;
	width: 270px;
	padding: 20px 20px;
	background: #222;
	overflow-y: auto;
}

@media (min-width: 640px) {
	.uk-scope .hk-offcanvas-bar {
		left: -350px;
		width: 350px;
		padding: 30px 30px;
	}
}

.uk-scope .hk-offcanvas-flip .hk-offcanvas-bar {
	left: auto;
	right: -270px;
}

@media (min-width: 640px) {
	.uk-scope .hk-offcanvas-flip .hk-offcanvas-bar {
		right: -350px;
	}
}

.uk-scope .hk-open>.hk-offcanvas-bar {
	left: 0;
}

.uk-scope .hk-offcanvas-flip .hk-open>.hk-offcanvas-bar {
	left: auto;
	right: 0;
}

.uk-scope .hk-offcanvas-bar-animation {
	transition: left 0.3s ease-out;
}

.uk-scope .hk-offcanvas-flip .hk-offcanvas-bar-animation {
	transition-property: right;
}

.uk-scope .hk-offcanvas-reveal {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	overflow: hidden;
	transition: width 0.3s ease-out;
}

.uk-scope .hk-offcanvas-reveal .hk-offcanvas-bar {
	left: 0;
}

.uk-scope .hk-offcanvas-flip .hk-offcanvas-reveal .hk-offcanvas-bar {
	left: auto;
	right: 0;
}

.uk-scope .hk-open>.hk-offcanvas-reveal {
	width: 270px;
}

@media (min-width: 640px) {
	.uk-scope .hk-open>.hk-offcanvas-reveal {
		width: 350px;
	}
}

.uk-scope .hk-offcanvas-flip .hk-offcanvas-reveal {
	right: 0;
	left: auto;
}

.uk-scope .hk-offcanvas-close {
	position: absolute;
	z-index: 1000;
	top: 5px;
	right: 5px;
	padding: 5px;
}

@media (min-width: 640px) {
	.uk-scope .hk-offcanvas-close {
		top: 10px;
		right: 10px;
	}
}

.uk-scope .hk-offcanvas-close:first-child+* {
	margin-top: 0;
}

.uk-scope .hk-offcanvas-overlay {
	width: 100vw;
	touch-action: none;
}

.uk-scope .hk-offcanvas-overlay::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.1);
	opacity: 0;
	transition: opacity 0.15s linear;
}

.uk-scope .hk-offcanvas-overlay.hk-open::before {
	opacity: 1;
}

.uk-scope .hk-offcanvas-page,
.uk-scope .hk-offcanvas-container {
	overflow-x: hidden;
	overflow-x: clip;
}

.uk-scope .hk-offcanvas-container {
	position: relative;
	left: 0;
	transition: left 0.3s ease-out;
	box-sizing: border-box;
	width: 100%;
}

.uk-scope :not(.hk-offcanvas-flip).hk-offcanvas-container-animation {
	left: 270px;
}

.uk-scope .hk-offcanvas-flip.hk-offcanvas-container-animation {
	left: -270px;
}

@media (min-width: 640px) {
	.uk-scope :not(.hk-offcanvas-flip).hk-offcanvas-container-animation {
		left: 350px;
	}

	.uk-scope .hk-offcanvas-flip.hk-offcanvas-container-animation {
		left: -350px;
	}
}

.uk-scope .hk-switcher {
	margin: 0;
	padding: 0;
	list-style: none;
}

.uk-scope .hk-switcher> :not(.hk-active) {
	display: none;
}

.uk-scope .hk-switcher>*> :last-child {
	margin-bottom: 0;
}

.uk-scope .hk-leader {
	overflow: hidden;
}

.uk-scope .hk-leader-fill::after {
	display: inline-block;
	margin-left: 15px;
	width: 0;
	content: attr(data-fill);
	white-space: nowrap;
}

.uk-scope .hk-leader-fill.hk-leader-hide::after {
	display: none;
}

:root {
	--hk-leader-fill-content: .;
}

.uk-scope .hk-notification {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 1040;
	box-sizing: border-box;
	width: 350px;
}

.uk-scope .hk-notification-top-right,
.uk-scope .hk-notification-bottom-right {
	left: auto;
	right: 10px;
}

.uk-scope .hk-notification-top-center,
.uk-scope .hk-notification-bottom-center {
	left: 50%;
	margin-left: -175px;
}

.uk-scope .hk-notification-bottom-left,
.uk-scope .hk-notification-bottom-right,
.uk-scope .hk-notification-bottom-center {
	top: auto;
	bottom: 10px;
}

@media (max-width: 639px) {
	.uk-scope .hk-notification {
		left: 10px;
		right: 10px;
		width: auto;
		margin: 0;
	}
}

.uk-scope .hk-notification-message {
	position: relative;
	padding: 15px;
	background: #f8f8f8;
	color: #666;
	font-size: 1.25rem;
	line-height: 1.4;
	cursor: pointer;
}

.uk-scope *+.hk-notification-message {
	margin-top: 10px;
}

.uk-scope .hk-notification-close {
	display: none;
	position: absolute;
	top: 20px;
	right: 15px;
}

.uk-scope .hk-notification-message:hover .hk-notification-close {
	display: block;
}

.uk-scope .hk-notification-message-primary {
	color: #1e87f0;
}

.uk-scope .hk-notification-message-success {
	color: #32d296;
}

.uk-scope .hk-notification-message-warning {
	color: #faa05a;
}

.uk-scope .hk-notification-message-danger {
	color: #f0506e;
}

.uk-scope .hk-tooltip {
	display: none;
	position: absolute;
	z-index: 1030;
	--hk-position-offset: 10px;
	--hk-position-viewport-offset: 10;
	top: 0;
	box-sizing: border-box;
	max-width: 200px;
	padding: 3px 6px;
	background: #666;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
}

.uk-scope .hk-tooltip.hk-active {
	display: block;
}

.uk-scope .hk-sortable {
	position: relative;
}

.uk-scope .hk-sortable> :last-child {
	margin-bottom: 0;
}

.uk-scope .hk-sortable-drag {
	position: fixed !important;
	z-index: 1050 !important;
	pointer-events: none;
}

.uk-scope .hk-sortable-placeholder {
	opacity: 0;
	pointer-events: none;
}

.uk-scope .hk-sortable-empty {
	min-height: 50px;
}

.uk-scope .hk-sortable-handle:hover {
	cursor: move;
}

.uk-scope .hk-countdown-number {
	font-variant-numeric: tabular-nums;
	font-size: 2rem;
	line-height: 0.8;
}

@media (min-width: 640px) {
	.uk-scope .hk-countdown-number {
		font-size: 4rem;
	}
}

@media (min-width: 960px) {
	.uk-scope .hk-countdown-number {
		font-size: 6rem;
	}
}

.uk-scope .hk-countdown-separator {
	font-size: 1rem;
	line-height: 1.6;
}

@media (min-width: 640px) {
	.uk-scope .hk-countdown-separator {
		font-size: 2rem;
	}
}

@media (min-width: 960px) {
	.uk-scope .hk-countdown-separator {
		font-size: 3rem;
	}
}

.uk-scope .hk-thumbnav {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: -15px;
}

.uk-scope .hk-thumbnav>* {
	padding-left: 15px;
}

.uk-scope .hk-thumbnav>*>* {
	display: inline-block;
	position: relative;
}

.uk-scope .hk-thumbnav>*>*::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4));
	transition: opacity 0.1s ease-in-out;
}

.uk-scope .hk-thumbnav>*> :hover::after {
	opacity: 0;
}

.uk-scope .hk-thumbnav>.hk-active>*::after {
	opacity: 0;
}

.uk-scope .hk-thumbnav-vertical {
	flex-direction: column;
	margin-left: 0;
	margin-top: -15px;
}

.uk-scope .hk-thumbnav-vertical>* {
	padding-left: 0;
	padding-top: 15px;
}

.uk-scope .hk-iconnav {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: -10px;
}

.uk-scope .hk-iconnav>* {
	padding-left: 10px;
}

.uk-scope .hk-iconnav>*>a {
	display: flex;
	align-items: center;
	column-gap: 0.25em;
	line-height: 0;
	color: #999;
	text-decoration: none;
	font-size: 0.875rem;
	transition: 0.1s ease-in-out;
	transition-property: color, background-color;
}

.uk-scope .hk-iconnav>*>a:hover {
	color: #666;
}

.uk-scope .hk-iconnav>.hk-active>a {
	color: #666;
}

.uk-scope .hk-iconnav-vertical {
	flex-direction: column;
	margin-left: 0;
	margin-top: -10px;
}

.uk-scope .hk-iconnav-vertical>* {
	padding-left: 0;
	padding-top: 10px;
}

.uk-scope .hk-grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

.uk-scope .hk-grid>* {
	margin: 0;
}

.uk-scope .hk-grid>*> :last-child {
	margin-bottom: 0;
}

.uk-scope .hk-grid {
	margin-left: -30px;
}

.uk-scope .hk-grid>* {
	padding-left: 30px;
}

.uk-scope .hk-grid+.hk-grid,
.uk-scope .hk-grid>.hk-grid-margin,
.uk-scope *+.hk-grid-margin {
	margin-top: 30px;
}

@media (min-width: 1200px) {
	.uk-scope .hk-grid {
		margin-left: -40px;
	}

	.uk-scope .hk-grid>* {
		padding-left: 40px;
	}

	.uk-scope .hk-grid+.hk-grid,
	.uk-scope .hk-grid>.hk-grid-margin,
	.uk-scope *+.hk-grid-margin {
		margin-top: 40px;
	}
}

.uk-scope .hk-grid-small,
.uk-scope .hk-grid-column-small {
	margin-left: -15px;
}

.uk-scope .hk-grid-small>*,
.uk-scope .hk-grid-column-small>* {
	padding-left: 15px;
}

.uk-scope .hk-grid+.hk-grid-small,
.uk-scope .hk-grid+.hk-grid-row-small,
.uk-scope .hk-grid-small>.hk-grid-margin,
.uk-scope .hk-grid-row-small>.hk-grid-margin,
.uk-scope *+.hk-grid-margin-small {
	margin-top: 15px;
}

.uk-scope .hk-grid-medium,
.uk-scope .hk-grid-column-medium {
	margin-left: -30px;
}

.uk-scope .hk-grid-medium>*,
.uk-scope .hk-grid-column-medium>* {
	padding-left: 30px;
}

.uk-scope .hk-grid+.hk-grid-medium,
.uk-scope .hk-grid+.hk-grid-row-medium,
.uk-scope .hk-grid-medium>.hk-grid-margin,
.uk-scope .hk-grid-row-medium>.hk-grid-margin,
.uk-scope *+.hk-grid-margin-medium {
	margin-top: 30px;
}

.uk-scope .hk-grid-large,
.uk-scope .hk-grid-column-large {
	margin-left: -40px;
}

.uk-scope .hk-grid-large>*,
.uk-scope .hk-grid-column-large>* {
	padding-left: 40px;
}

.uk-scope .hk-grid+.hk-grid-large,
.uk-scope .hk-grid+.hk-grid-row-large,
.uk-scope .hk-grid-large>.hk-grid-margin,
.uk-scope .hk-grid-row-large>.hk-grid-margin,
.uk-scope *+.hk-grid-margin-large {
	margin-top: 40px;
}

@media (min-width: 1200px) {

	.uk-scope .hk-grid-large,
	.uk-scope .hk-grid-column-large {
		margin-left: -70px;
	}

	.uk-scope .hk-grid-large>*,
	.uk-scope .hk-grid-column-large>* {
		padding-left: 70px;
	}

	.uk-scope .hk-grid+.hk-grid-large,
	.uk-scope .hk-grid+.hk-grid-row-large,
	.uk-scope .hk-grid-large>.hk-grid-margin,
	.uk-scope .hk-grid-row-large>.hk-grid-margin,
	.uk-scope *+.hk-grid-margin-large {
		margin-top: 70px;
	}
}

.uk-scope .hk-grid-collapse,
.uk-scope .hk-grid-column-collapse {
	margin-left: 0;
}

.uk-scope .hk-grid-collapse>*,
.uk-scope .hk-grid-column-collapse>* {
	padding-left: 0;
}

.uk-scope .hk-grid+.hk-grid-collapse,
.uk-scope .hk-grid+.hk-grid-row-collapse,
.uk-scope .hk-grid-collapse>.hk-grid-margin,
.uk-scope .hk-grid-row-collapse>.hk-grid-margin {
	margin-top: 0;
}

.uk-scope .hk-grid-divider>* {
	position: relative;
}

.uk-scope .hk-grid-divider> :not(.hk-first-column)::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	border-left: 1px solid #e5e5e5;
}

.uk-scope .hk-grid-divider.hk-grid-stack>.hk-grid-margin::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	border-top: 1px solid #e5e5e5;
}

.uk-scope .hk-grid-divider {
	margin-left: -60px;
}

.uk-scope .hk-grid-divider>* {
	padding-left: 60px;
}

.uk-scope .hk-grid-divider> :not(.hk-first-column)::before {
	left: 30px;
}

.uk-scope .hk-grid-divider.hk-grid-stack>.hk-grid-margin {
	margin-top: 60px;
}

.uk-scope .hk-grid-divider.hk-grid-stack>.hk-grid-margin::before {
	top: -30px;
	left: 60px;
}

@media (min-width: 1200px) {
	.uk-scope .hk-grid-divider {
		margin-left: -80px;
	}

	.uk-scope .hk-grid-divider>* {
		padding-left: 80px;
	}

	.uk-scope .hk-grid-divider> :not(.hk-first-column)::before {
		left: 40px;
	}

	.uk-scope .hk-grid-divider.hk-grid-stack>.hk-grid-margin {
		margin-top: 80px;
	}

	.uk-scope .hk-grid-divider.hk-grid-stack>.hk-grid-margin::before {
		top: -40px;
		left: 80px;
	}
}

.uk-scope .hk-grid-divider.hk-grid-small,
.uk-scope .hk-grid-divider.hk-grid-column-small {
	margin-left: -30px;
}

.uk-scope .hk-grid-divider.hk-grid-small>*,
.uk-scope .hk-grid-divider.hk-grid-column-small>* {
	padding-left: 30px;
}

.uk-scope .hk-grid-divider.hk-grid-small> :not(.hk-first-column)::before,
.uk-scope .hk-grid-divider.hk-grid-column-small> :not(.hk-first-column)::before {
	left: 15px;
}

.uk-scope .hk-grid-divider.hk-grid-small.hk-grid-stack>.hk-grid-margin,
.uk-scope .hk-grid-divider.hk-grid-row-small.hk-grid-stack>.hk-grid-margin {
	margin-top: 30px;
}

.uk-scope .hk-grid-divider.hk-grid-small.hk-grid-stack>.hk-grid-margin::before {
	top: -15px;
	left: 30px;
}

.uk-scope .hk-grid-divider.hk-grid-row-small.hk-grid-stack>.hk-grid-margin::before {
	top: -15px;
}

.uk-scope .hk-grid-divider.hk-grid-column-small.hk-grid-stack>.hk-grid-margin::before {
	left: 30px;
}

.uk-scope .hk-grid-divider.hk-grid-medium,
.uk-scope .hk-grid-divider.hk-grid-column-medium {
	margin-left: -60px;
}

.uk-scope .hk-grid-divider.hk-grid-medium>*,
.uk-scope .hk-grid-divider.hk-grid-column-medium>* {
	padding-left: 60px;
}

.uk-scope .hk-grid-divider.hk-grid-medium> :not(.hk-first-column)::before,
.uk-scope .hk-grid-divider.hk-grid-column-medium> :not(.hk-first-column)::before {
	left: 30px;
}

.uk-scope .hk-grid-divider.hk-grid-medium.hk-grid-stack>.hk-grid-margin,
.uk-scope .hk-grid-divider.hk-grid-row-medium.hk-grid-stack>.hk-grid-margin {
	margin-top: 60px;
}

.uk-scope .hk-grid-divider.hk-grid-medium.hk-grid-stack>.hk-grid-margin::before {
	top: -30px;
	left: 60px;
}

.uk-scope .hk-grid-divider.hk-grid-row-medium.hk-grid-stack>.hk-grid-margin::before {
	top: -30px;
}

.uk-scope .hk-grid-divider.hk-grid-column-medium.hk-grid-stack>.hk-grid-margin::before {
	left: 60px;
}

.uk-scope .hk-grid-divider.hk-grid-large,
.uk-scope .hk-grid-divider.hk-grid-column-large {
	margin-left: -80px;
}

.uk-scope .hk-grid-divider.hk-grid-large>*,
.uk-scope .hk-grid-divider.hk-grid-column-large>* {
	padding-left: 80px;
}

.uk-scope .hk-grid-divider.hk-grid-large> :not(.hk-first-column)::before,
.uk-scope .hk-grid-divider.hk-grid-column-large> :not(.hk-first-column)::before {
	left: 40px;
}

.uk-scope .hk-grid-divider.hk-grid-large.hk-grid-stack>.hk-grid-margin,
.uk-scope .hk-grid-divider.hk-grid-row-large.hk-grid-stack>.hk-grid-margin {
	margin-top: 80px;
}

.uk-scope .hk-grid-divider.hk-grid-large.hk-grid-stack>.hk-grid-margin::before {
	top: -40px;
	left: 80px;
}

.uk-scope .hk-grid-divider.hk-grid-row-large.hk-grid-stack>.hk-grid-margin::before {
	top: -40px;
}

.uk-scope .hk-grid-divider.hk-grid-column-large.hk-grid-stack>.hk-grid-margin::before {
	left: 80px;
}

@media (min-width: 1200px) {

	.uk-scope .hk-grid-divider.hk-grid-large,
	.uk-scope .hk-grid-divider.hk-grid-column-large {
		margin-left: -140px;
	}

	.uk-scope .hk-grid-divider.hk-grid-large>*,
	.uk-scope .hk-grid-divider.hk-grid-column-large>* {
		padding-left: 140px;
	}

	.uk-scope .hk-grid-divider.hk-grid-large> :not(.hk-first-column)::before,
	.uk-scope .hk-grid-divider.hk-grid-column-large> :not(.hk-first-column)::before {
		left: 70px;
	}

	.uk-scope .hk-grid-divider.hk-grid-large.hk-grid-stack>.hk-grid-margin,
	.uk-scope .hk-grid-divider.hk-grid-row-large.hk-grid-stack>.hk-grid-margin {
		margin-top: 140px;
	}

	.uk-scope .hk-grid-divider.hk-grid-large.hk-grid-stack>.hk-grid-margin::before {
		top: -70px;
		left: 140px;
	}

	.uk-scope .hk-grid-divider.hk-grid-row-large.hk-grid-stack>.hk-grid-margin::before {
		top: -70px;
	}

	.uk-scope .hk-grid-divider.hk-grid-column-large.hk-grid-stack>.hk-grid-margin::before {
		left: 140px;
	}
}

.uk-scope .hk-grid-match>*,
.uk-scope .hk-grid-item-match {
	display: flex;
	flex-wrap: wrap;
}

.uk-scope .hk-grid-match>*> :not([class*="hk-width"]),
.uk-scope .hk-grid-item-match> :not([class*="hk-width"]) {
	box-sizing: border-box;
	width: 100%;
	flex: auto;
}

.uk-scope .hk-nav,
.uk-scope .hk-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.uk-scope .hk-nav li>a {
	display: flex;
	align-items: center;
	column-gap: 0.25em;
	text-decoration: none;
}

.uk-scope .hk-nav>li>a {
	padding: 5px 0;
}

.uk-scope ul.hk-nav-sub {
	padding: 5px 0 5px 15px;
}

.uk-scope .hk-nav-sub ul {
	padding-left: 15px;
}

.uk-scope .hk-nav-sub a {
	padding: 2px 0;
}

.uk-scope .hk-nav-parent-icon {
	margin-left: auto;
	transition: transform 0.3s ease-out;
}

.uk-scope .hk-nav>li.hk-open>a .hk-nav-parent-icon {
	transform: rotateX(180deg);
}

.uk-scope .hk-nav-header {
	padding: 5px 0;
	text-transform: uppercase;
	font-size: 0.875rem;
}

.uk-scope .hk-nav-header:not(:first-child) {
	margin-top: 20px;
}

.uk-scope .hk-nav .hk-nav-divider {
	margin: 5px 0;
}

.uk-scope .hk-nav-default {
	font-size: 0.875rem;
	line-height: 1.5;
}

.uk-scope .hk-nav-default>li>a {
	color: #999;
}

.uk-scope .hk-nav-default>li>a:hover {
	color: #666;
}

.uk-scope .hk-nav-default>li.hk-active>a {
	color: #333;
}

.uk-scope .hk-nav-default .hk-nav-subtitle {
	font-size: 12px;
}

.uk-scope .hk-nav-default .hk-nav-header {
	color: #333;
}

.uk-scope .hk-nav-default .hk-nav-divider {
	border-top: 1px solid #e5e5e5;
}

.uk-scope .hk-nav-default .hk-nav-sub {
	font-size: 0.875rem;
	line-height: 1.5;
}

.uk-scope .hk-nav-default .hk-nav-sub a {
	color: #999;
}

.uk-scope .hk-nav-default .hk-nav-sub a:hover {
	color: #666;
}

.uk-scope .hk-nav-default .hk-nav-sub li.hk-active>a {
	color: #333;
}

.uk-scope .hk-nav-primary {
	font-size: 1.5rem;
	line-height: 1.5;
}

.uk-scope .hk-nav-primary>li>a {
	color: #999;
}

.uk-scope .hk-nav-primary>li>a:hover {
	color: #666;
}

.uk-scope .hk-nav-primary>li.hk-active>a {
	color: #333;
}

.uk-scope .hk-nav-primary .hk-nav-subtitle {
	font-size: 1.25rem;
}

.uk-scope .hk-nav-primary .hk-nav-header {
	color: #333;
}

.uk-scope .hk-nav-primary .hk-nav-divider {
	border-top: 1px solid #e5e5e5;
}

.uk-scope .hk-nav-primary .hk-nav-sub {
	font-size: 1.25rem;
	line-height: 1.5;
}

.uk-scope .hk-nav-primary .hk-nav-sub a {
	color: #999;
}

.uk-scope .hk-nav-primary .hk-nav-sub a:hover {
	color: #666;
}

.uk-scope .hk-nav-primary .hk-nav-sub li.hk-active>a {
	color: #333;
}

.uk-scope .hk-nav-secondary {
	font-size: 16px;
	line-height: 1.5;
}

.uk-scope .hk-nav-secondary> :not(.hk-nav-divider)+ :not(.hk-nav-header, .hk-nav-divider) {
	margin-top: 0;
}

.uk-scope .hk-nav-secondary>li>a {
	color: #333;
	padding: 10px 10px;
}

.uk-scope .hk-nav-secondary>li>a:hover {
	color: #333;
	background-color: #f8f8f8;
}

.uk-scope .hk-nav-secondary>li.hk-active>a {
	color: #333;
	background-color: #f8f8f8;
}

.uk-scope .hk-nav-secondary .hk-nav-subtitle {
	font-size: 0.875rem;
	color: #999;
}

.uk-scope .hk-nav-secondary>li>a:hover .hk-nav-subtitle {
	color: #666;
}

.uk-scope .hk-nav-secondary>li.hk-active>a .hk-nav-subtitle {
	color: #333;
}

.uk-scope .hk-nav-secondary .hk-nav-header {
	color: #333;
}

.uk-scope .hk-nav-secondary .hk-nav-divider {
	border-top: 1px solid #e5e5e5;
}

.uk-scope .hk-nav-secondary .hk-nav-sub {
	font-size: 0.875rem;
	line-height: 1.5;
}

.uk-scope .hk-nav-secondary .hk-nav-sub a {
	color: #999;
}

.uk-scope .hk-nav-secondary .hk-nav-sub a:hover {
	color: #666;
}

.uk-scope .hk-nav-secondary .hk-nav-sub li.hk-active>a {
	color: #333;
}

.uk-scope .hk-nav-medium {
	font-size: 2.8875rem;
	line-height: 1;
}

.uk-scope .hk-nav-large {
	font-size: 3.4rem;
	line-height: 1;
}

.uk-scope .hk-nav-xlarge {
	font-size: 4rem;
	line-height: 1;
}

@media (min-width: 960px) {
	.uk-scope .hk-nav-medium {
		font-size: 3.5rem;
	}

	.uk-scope .hk-nav-large {
		font-size: 4rem;
	}

	.uk-scope .hk-nav-xlarge {
		font-size: 6rem;
	}
}

@media (min-width: 1200px) {
	.uk-scope .hk-nav-medium {
		font-size: 4rem;
	}

	.uk-scope .hk-nav-large {
		font-size: 6rem;
	}

	.uk-scope .hk-nav-xlarge {
		font-size: 8rem;
	}
}

.uk-scope .hk-nav-center {
	text-align: center;
}

.uk-scope .hk-nav-center li>a {
	justify-content: center;
}

.uk-scope .hk-nav-center .hk-nav-sub,
.uk-scope .hk-nav-center .hk-nav-sub ul {
	padding-left: 0;
}

.uk-scope .hk-nav-center .hk-nav-parent-icon {
	margin-left: 0.25em;
}

.uk-scope .hk-nav.hk-nav-divider> :not(.hk-nav-header, .hk-nav-divider)+ :not(.hk-nav-header, .hk-nav-divider) {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #e5e5e5;
}

.uk-scope .hk-navbar {
	display: flex;
	position: relative;
}

.uk-scope .hk-navbar-container:not(.hk-navbar-transparent) {
	background: #f8f8f8;
}

.uk-scope .hk-navbar-left,
.uk-scope .hk-navbar-right,
.uk-scope [class*="hk-navbar-center"] {
	display: flex;
	gap: 15px;
	align-items: center;
}

.uk-scope .hk-navbar-right {
	margin-left: auto;
}

.uk-scope .hk-navbar-center:only-child {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.uk-scope .hk-navbar-center:not(:only-child) {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: max-content;
	box-sizing: border-box;
	z-index: 990;
}

.uk-scope .hk-navbar-center-left,
.uk-scope .hk-navbar-center-right {
	position: absolute;
	top: 0;
}

.uk-scope .hk-navbar-center-left {
	right: calc(100% + 15px);
}

.uk-scope .hk-navbar-center-right {
	left: calc(100% + 15px);
}

.uk-scope [class*="hk-navbar-center-"] {
	width: max-content;
	box-sizing: border-box;
}

.uk-scope .hk-navbar-nav {
	display: flex;
	gap: 15px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.uk-scope .hk-navbar-left,
.uk-scope .hk-navbar-right,
.uk-scope .hk-navbar-center:only-child {
	flex-wrap: wrap;
}

.uk-scope .hk-navbar-nav>li>a,
.uk-scope .hk-navbar-item,
.uk-scope .hk-navbar-toggle {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 0.25em;
	box-sizing: border-box;
	min-height: 80px;
	font-size: 0.875rem;
	text-decoration: none;
}

.uk-scope .hk-navbar-nav>li>a {
	padding: 0 0;
	color: #999;
	text-transform: uppercase;
	transition: 0.1s ease-in-out;
	transition-property: color, background-color;
}

.uk-scope .hk-navbar-nav>li:hover>a,
.uk-scope .hk-navbar-nav>li>a[aria-expanded="true"] {
	color: #666;
}

.uk-scope .hk-navbar-nav>li>a:active {
	color: #333;
}

.uk-scope .hk-navbar-nav>li.hk-active>a {
	color: #333;
}

.uk-scope .hk-navbar-parent-icon {
	margin-left: 4px;
	transition: transform 0.3s ease-out;
}

.uk-scope .hk-navbar-nav>li>a[aria-expanded="true"] .hk-navbar-parent-icon {
	transform: rotateX(180deg);
}

.uk-scope .hk-navbar-item {
	padding: 0 0;
	color: #666;
}

.uk-scope .hk-navbar-item> :last-child {
	margin-bottom: 0;
}

.uk-scope .hk-navbar-toggle {
	padding: 0 0;
	color: #999;
}

.uk-scope .hk-navbar-toggle:hover,
.uk-scope .hk-navbar-toggle[aria-expanded="true"] {
	color: #666;
	text-decoration: none;
}

.uk-scope .hk-navbar-subtitle {
	font-size: 0.875rem;
}

.uk-scope .hk-navbar-justify .hk-navbar-left,
.uk-scope .hk-navbar-justify .hk-navbar-right,
.uk-scope .hk-navbar-justify .hk-navbar-nav,
.uk-scope .hk-navbar-justify .hk-navbar-nav>li,
.uk-scope .hk-navbar-justify .hk-navbar-item,
.uk-scope .hk-navbar-justify .hk-navbar-toggle {
	flex-grow: 1;
}

.uk-scope .hk-navbar-dropdown {
	--hk-position-offset: 15px;
	--hk-position-shift-offset: 0;
	--hk-position-viewport-offset: 15px;
	--hk-inverse: dark;
	width: 200px;
	padding: 25px;
	background: #fff;
	color: #666;
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

.uk-scope .hk-navbar-dropdown> :last-child {
	margin-bottom: 0;
}

.uk-scope .hk-navbar-dropdown :focus-visible {
	outline-color: #333 !important;
}

.uk-scope .hk-navbar-dropdown .hk-drop-grid {
	margin-left: -30px;
}

.uk-scope .hk-navbar-dropdown .hk-drop-grid>* {
	padding-left: 30px;
}

.uk-scope .hk-navbar-dropdown .hk-drop-grid>.hk-grid-margin {
	margin-top: 30px;
}

.uk-scope .hk-navbar-dropdown-width-2:not(.hk-drop-stack) {
	width: 400px;
}

.uk-scope .hk-navbar-dropdown-width-3:not(.hk-drop-stack) {
	width: 600px;
}

.uk-scope .hk-navbar-dropdown-width-4:not(.hk-drop-stack) {
	width: 800px;
}

.uk-scope .hk-navbar-dropdown-width-5:not(.hk-drop-stack) {
	width: 1000px;
}

.uk-scope .hk-navbar-dropdown-large {
	--hk-position-shift-offset: 0;
	padding: 40px;
}

.uk-scope .hk-navbar-dropdown-dropbar {
	width: auto;
	background: transparent;
	padding: 25px 0 25px 0;
	--hk-position-offset: 0;
	--hk-position-shift-offset: 0;
	--hk-position-viewport-offset: 15px;
	box-shadow: none;
}

@media (min-width: 640px) {
	.uk-scope .hk-navbar-dropdown-dropbar {
		--hk-position-viewport-offset: 30px;
	}
}

@media (min-width: 960px) {
	.uk-scope .hk-navbar-dropdown-dropbar {
		--hk-position-viewport-offset: 40px;
	}
}

.uk-scope .hk-navbar-dropdown-dropbar-large {
	--hk-position-shift-offset: 0;
	padding-top: 40px;
	padding-bottom: 40px;
}

.uk-scope .hk-navbar-dropdown-nav {
	font-size: 0.875rem;
}

.uk-scope .hk-navbar-dropdown-nav>li>a {
	color: #999;
}

.uk-scope .hk-navbar-dropdown-nav>li>a:hover {
	color: #666;
}

.uk-scope .hk-navbar-dropdown-nav>li.hk-active>a {
	color: #333;
}

.uk-scope .hk-navbar-dropdown-nav .hk-nav-subtitle {
	font-size: 12px;
}

.uk-scope .hk-navbar-dropdown-nav .hk-nav-header {
	color: #333;
}

.uk-scope .hk-navbar-dropdown-nav .hk-nav-divider {
	border-top: 1px solid #e5e5e5;
}

.uk-scope .hk-navbar-dropdown-nav .hk-nav-sub a {
	color: #999;
}

.uk-scope .hk-navbar-dropdown-nav .hk-nav-sub a:hover {
	color: #666;
}

.uk-scope .hk-navbar-dropdown-nav .hk-nav-sub li.hk-active>a {
	color: #333;
}

.uk-scope .hk-navbar-container {
	transition: 0.1s ease-in-out;
	transition-property: background-color;
}

@media (min-width: 960px) {

	.uk-scope .hk-navbar-left,
	.uk-scope .hk-navbar-right,
	.uk-scope [class*="hk-navbar-center"] {
		gap: 30px;
	}

	.uk-scope .hk-navbar-center-left {
		right: calc(100% + 30px);
	}

	.uk-scope .hk-navbar-center-right {
		left: calc(100% + 30px);
	}
}

@media (min-width: 960px) {
	.uk-scope .hk-navbar-nav {
		gap: 30px;
	}
}

.uk-scope .hk-subnav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-left: -20px;
	padding: 0;
	list-style: none;
}

.uk-scope .hk-subnav>* {
	flex: none;
	padding-left: 20px;
	position: relative;
}

.uk-scope .hk-subnav>*> :first-child {
	display: flex;
	align-items: center;
	column-gap: 0.25em;
	color: #999;
	font-size: 0.875rem;
	text-transform: uppercase;
	transition: 0.1s ease-in-out;
	transition-property: color, background-color;
}

.uk-scope .hk-subnav>*>a:hover {
	color: #666;
	text-decoration: none;
}

.uk-scope .hk-subnav>.hk-active>a {
	color: #333;
}

.uk-scope .hk-subnav-divider {
	margin-left: -41px;
}

.uk-scope .hk-subnav-divider>* {
	display: flex;
	align-items: center;
}

.uk-scope .hk-subnav-divider> ::before {
	content: "";
	height: 1.5em;
	margin-left: 0px;
	margin-right: 20px;
	border-left: 1px solid transparent;
}

.uk-scope .hk-subnav-divider> :nth-child(n+2):not(.hk-first-column)::before {
	border-left-color: #e5e5e5;
}

.uk-scope .hk-subnav-pill>*> :first-child {
	padding: 5px 10px;
	background: transparent;
	color: #999;
}

.uk-scope .hk-subnav-pill>*>a:hover {
	background-color: #f8f8f8;
	color: #666;
}

.uk-scope .hk-subnav-pill>*>a:active {
	background-color: #f8f8f8;
	color: #666;
}

.uk-scope .hk-subnav-pill>.hk-active>a {
	background-color: #1e87f0;
	color: #fff;
}

.uk-scope .hk-subnav>.hk-disabled>a {
	color: #999;
}

.uk-scope .hk-breadcrumb {
	padding: 0;
	list-style: none;
	font-size: 0;
}

.uk-scope .hk-breadcrumb>* {
	display: contents;
}

.uk-scope .hk-breadcrumb>*>* {
	font-size: 0.875rem;
	color: #999;
}

.uk-scope .hk-breadcrumb>*> :hover {
	color: #666;
	text-decoration: none;
}

.uk-scope .hk-breadcrumb> :last-child>span,
.uk-scope .hk-breadcrumb> :last-child>a:not([href]) {
	color: #666;
}

.uk-scope .hk-breadcrumb> :nth-child(n+2):not(.hk-first-column)::before {
	content: "/";
	display: inline-block;
	margin: 0 20px;
	font-size: 0.875rem;
	color: #999;
}

.uk-scope .hk-pagination {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-left: 0;
	padding: 0;
	list-style: none;
}

.uk-scope .hk-pagination>* {
	flex: none;
	padding-left: 0;
	position: relative;
}

.uk-scope .hk-pagination>*>* {
	display: flex;
	align-items: center;
	column-gap: 0.25em;
	padding: 5px 10px;
	color: #999;
	transition: color 0.1s ease-in-out;
}

.uk-scope .hk-pagination>*> :hover {
	color: #666;
	text-decoration: none;
}

.uk-scope .hk-pagination>.hk-active>* {
	color: #666;
}

.uk-scope .hk-pagination>.hk-disabled>* {
	color: #999;
}

.uk-scope .hk-tab {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	padding: 0;
	list-style: none;
	position: relative;
}

.uk-scope .hk-tab::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 20px;
	right: 0;
	border-bottom: 1px solid #e5e5e5;
}

.uk-scope .hk-tab>* {
	flex: none;
	padding-left: 20px;
	position: relative;
}

.uk-scope .hk-tab>*>a {
	display: flex;
	align-items: center;
	column-gap: 0.25em;
	justify-content: center;
	padding: 5px 10px;
	color: #999;
	border-bottom: 1px solid transparent;
	font-size: 0.875rem;
	text-transform: uppercase;
	transition: color 0.1s ease-in-out;
}

.uk-scope .hk-tab>*>a:hover {
	color: #666;
	text-decoration: none;
}

.uk-scope .hk-tab>.hk-active>a {
	color: #333;
	border-color: #1e87f0;
}

.uk-scope .hk-tab>.hk-disabled>a {
	color: #999;
}

.uk-scope .hk-tab-bottom::before {
	top: 0;
	bottom: auto;
}

.uk-scope .hk-tab-bottom>*>a {
	border-top: 1px solid transparent;
	border-bottom: none;
}

.uk-scope .hk-tab-left,
.uk-scope .hk-tab-right {
	flex-direction: column;
	margin-left: 0;
}

.uk-scope .hk-tab-left>*,
.uk-scope .hk-tab-right>* {
	padding-left: 0;
}

.uk-scope .hk-tab-left::before {
	top: 0;
	bottom: 0;
	left: auto;
	right: 0;
	border-left: 1px solid #e5e5e5;
	border-bottom: none;
}

.uk-scope .hk-tab-right::before {
	top: 0;
	bottom: 0;
	left: 0;
	right: auto;
	border-left: 1px solid #e5e5e5;
	border-bottom: none;
}

.uk-scope .hk-tab-left>*>a {
	justify-content: left;
	border-right: 1px solid transparent;
	border-bottom: none;
}

.uk-scope .hk-tab-right>*>a {
	justify-content: left;
	border-left: 1px solid transparent;
	border-bottom: none;
}

.uk-scope .hk-tab .hk-dropdown {
	margin-left: 30px;
}

.uk-scope .hk-slidenav {
	padding: 5px 10px;
	color: rgba(102, 102, 102, 0.5);
	transition: color 0.1s ease-in-out;
}

.uk-scope .hk-slidenav:hover {
	color: rgba(102, 102, 102, 0.9);
}

.uk-scope .hk-slidenav:active {
	color: rgba(102, 102, 102, 0.5);
}

.uk-scope .hk-slidenav-large {
	padding: 10px 10px;
}

.uk-scope .hk-slidenav-container {
	display: flex;
}

.uk-scope .hk-dotnav {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: -12px;
}

.uk-scope .hk-dotnav>* {
	flex: none;
	padding-left: 12px;
}

.uk-scope .hk-dotnav>*>* {
	display: block;
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: transparent;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	border: 1px solid rgba(102, 102, 102, 0.4);
	transition: 0.2s ease-in-out;
	transition-property: background-color, border-color;
}

.uk-scope .hk-dotnav>*> :hover {
	background-color: rgba(102, 102, 102, 0.6);
	border-color: transparent;
}

.uk-scope .hk-dotnav>*> :active {
	background-color: rgba(102, 102, 102, 0.2);
	border-color: transparent;
}

.uk-scope .hk-dotnav>.hk-active>* {
	background-color: rgba(102, 102, 102, 0.6);
	border-color: transparent;
}

.uk-scope .hk-dotnav-vertical {
	flex-direction: column;
	margin-left: 0;
	margin-top: -12px;
}

.uk-scope .hk-dotnav-vertical>* {
	padding-left: 0;
	padding-top: 12px;
}

.uk-scope .hk-dropdown {
	--hk-position-offset: 10px;
	--hk-position-viewport-offset: 15px;
	--hk-inverse: dark;
	width: auto;
	min-width: 200px;
	padding: 25px;
	background: #fff;
	color: #666;
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

.uk-scope .hk-dropdown> :last-child {
	margin-bottom: 0;
}

.uk-scope .hk-dropdown :focus-visible {
	outline-color: #333 !important;
}

.uk-scope .hk-dropdown-large {
	padding: 40px;
}

.uk-scope .hk-dropdown-dropbar {
	width: auto;
	background: transparent;
	padding: 5px 0 25px 0;
	--hk-position-viewport-offset: 15px;
	box-shadow: none;
}

@media (min-width: 640px) {
	.uk-scope .hk-dropdown-dropbar {
		--hk-position-viewport-offset: 30px;
	}
}

@media (min-width: 960px) {
	.uk-scope .hk-dropdown-dropbar {
		--hk-position-viewport-offset: 40px;
	}
}

.uk-scope .hk-dropdown-dropbar-large {
	padding-top: 40px;
	padding-bottom: 40px;
}

.uk-scope .hk-dropdown-nav {
	font-size: 0.875rem;
}

.uk-scope .hk-dropdown-nav>li>a {
	color: #999;
}

.uk-scope .hk-dropdown-nav>li>a:hover,
.uk-scope .hk-dropdown-nav>li.hk-active>a {
	color: #666;
}

.uk-scope .hk-dropdown-nav .hk-nav-subtitle {
	font-size: 12px;
}

.uk-scope .hk-dropdown-nav .hk-nav-header {
	color: #333;
}

.uk-scope .hk-dropdown-nav .hk-nav-divider {
	border-top: 1px solid #e5e5e5;
}

.uk-scope .hk-dropdown-nav .hk-nav-sub a {
	color: #999;
}

.uk-scope .hk-dropdown-nav .hk-nav-sub a:hover,
.uk-scope .hk-dropdown-nav .hk-nav-sub li.hk-active>a {
	color: #666;
}

.uk-scope .hk-lightbox {
	--hk-inverse: light;
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1010;
	background: #000;
	opacity: 0;
	transition: opacity 0.15s linear;
	touch-action: pinch-zoom;
}

.uk-scope .hk-lightbox.hk-open {
	display: block;
	opacity: 1;
}

.uk-scope .hk-lightbox :focus-visible {
	outline-color: rgba(255, 255, 255, 0.7);
}

.uk-scope .hk-lightbox-page {
	overflow: hidden;
}

.uk-scope .hk-lightbox-items {
	margin: 0;
	padding: 0;
	list-style: none;
}

.uk-scope .hk-lightbox-items>* {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	justify-content: center;
	align-items: flex-start;
	will-change: transform, opacity;
	overflow: auto;
}

.uk-scope .hk-lightbox-items>.hk-active {
	display: flex;
}

.uk-scope .hk-lightbox-items-fit>* {
	align-items: center;
}

.uk-scope .hk-lightbox-items-fit>*>* {
	max-width: 100vw;
	max-height: 100vh;
}

.uk-scope .hk-lightbox-items-fit>*> :not(iframe) {
	width: auto;
	height: auto;
}

.uk-scope .hk-lightbox-items.hk-lightbox-items-fit .hk-lightbox-zoom:hover {
	cursor: zoom-in;
}

.uk-scope .hk-lightbox-items:not(.hk-lightbox-items-fit) .hk-lightbox-zoom:hover {
	cursor: zoom-out;
}

.uk-scope .hk-lightbox-thumbnav-vertical :where(img, video) {
	max-width: 100px;
}

.uk-scope .hk-lightbox-thumbnav:not(.hk-lightbox-thumbnav-vertical) :where(img, video) {
	max-height: 100px;
}

.uk-scope .hk-lightbox-thumbnav:empty,
.uk-scope .hk-lightbox-dotnav:empty {
	display: none;
}

.uk-scope .hk-lightbox-caption:empty {
	display: none;
}

.uk-scope .hk-lightbox-caption {
	padding: 10px 10px;
	background: rgba(0, 0, 0, 0.3);
	color: rgba(255, 255, 255, 0.7);
}

.uk-scope .hk-lightbox-caption>* {
	color: rgba(255, 255, 255, 0.7);
}

.uk-scope .hk-lightbox-counter:empty {
	display: none;
}

.uk-scope .hk-lightbox-iframe {
	width: 80%;
	height: 80%;
}

.uk-scope [class*="hk-animation-"] {
	animation: 0.5s ease-out both;
}

.uk-scope .hk-animation-fade {
	animation-name: hk-fade;
	animation-duration: 0.8s;
	animation-timing-function: linear;
}

.uk-scope .hk-animation-scale-up {
	animation-name: hk-fade, hk-scale-up;
}

.uk-scope .hk-animation-scale-down {
	animation-name: hk-fade, hk-scale-down;
}

.uk-scope .hk-animation-slide-top {
	animation-name: hk-fade, hk-slide-top;
}

.uk-scope .hk-animation-slide-bottom {
	animation-name: hk-fade, hk-slide-bottom;
}

.uk-scope .hk-animation-slide-left {
	animation-name: hk-fade, hk-slide-left;
}

.uk-scope .hk-animation-slide-right {
	animation-name: hk-fade, hk-slide-right;
}

.uk-scope .hk-animation-slide-top-small {
	animation-name: hk-fade, hk-slide-top-small;
}

.uk-scope .hk-animation-slide-bottom-small {
	animation-name: hk-fade, hk-slide-bottom-small;
}

.uk-scope .hk-animation-slide-left-small {
	animation-name: hk-fade, hk-slide-left-small;
}

.uk-scope .hk-animation-slide-right-small {
	animation-name: hk-fade, hk-slide-right-small;
}

.uk-scope .hk-animation-slide-top-medium {
	animation-name: hk-fade, hk-slide-top-medium;
}

.uk-scope .hk-animation-slide-bottom-medium {
	animation-name: hk-fade, hk-slide-bottom-medium;
}

.uk-scope .hk-animation-slide-left-medium {
	animation-name: hk-fade, hk-slide-left-medium;
}

.uk-scope .hk-animation-slide-right-medium {
	animation-name: hk-fade, hk-slide-right-medium;
}

.uk-scope .hk-animation-kenburns {
	animation-name: hk-kenburns;
	animation-duration: 15s;
}

.uk-scope .hk-animation-shake {
	animation-name: hk-shake;
}

.uk-scope .hk-animation-stroke {
	animation-name: hk-stroke;
	animation-duration: 2s;
	stroke-dasharray: var(--hk-animation-stroke);
}

.uk-scope .hk-animation-reverse {
	animation-direction: reverse;
	animation-timing-function: ease-in;
}

.uk-scope .hk-animation-fast {
	animation-duration: 0.1s;
}

.uk-scope .hk-animation-toggle:not(:hover):not(:focus) [class*="hk-animation-"] {
	animation-name: none;
}

@keyframes hk-fade {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes hk-scale-up {
	0% {
		transform: scale(0.9);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes hk-scale-down {
	0% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes hk-slide-top {
	0% {
		transform: translateY(-100%);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes hk-slide-bottom {
	0% {
		transform: translateY(100%);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes hk-slide-left {
	0% {
		transform: translateX(-100%);
	}

	100% {
		transform: translateX(0);
	}
}

@keyframes hk-slide-right {
	0% {
		transform: translateX(100%);
	}

	100% {
		transform: translateX(0);
	}
}

@keyframes hk-slide-top-small {
	0% {
		transform: translateY(-10px);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes hk-slide-bottom-small {
	0% {
		transform: translateY(10px);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes hk-slide-left-small {
	0% {
		transform: translateX(-10px);
	}

	100% {
		transform: translateX(0);
	}
}

@keyframes hk-slide-right-small {
	0% {
		transform: translateX(10px);
	}

	100% {
		transform: translateX(0);
	}
}

@keyframes hk-slide-top-medium {
	0% {
		transform: translateY(-50px);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes hk-slide-bottom-medium {
	0% {
		transform: translateY(50px);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes hk-slide-left-medium {
	0% {
		transform: translateX(-50px);
	}

	100% {
		transform: translateX(0);
	}
}

@keyframes hk-slide-right-medium {
	0% {
		transform: translateX(50px);
	}

	100% {
		transform: translateX(0);
	}
}

@keyframes hk-kenburns {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.2);
	}
}

@keyframes hk-shake {

	0%,
	100% {
		transform: translateX(0);
	}

	10% {
		transform: translateX(-9px);
	}

	20% {
		transform: translateX(8px);
	}

	30% {
		transform: translateX(-7px);
	}

	40% {
		transform: translateX(6px);
	}

	50% {
		transform: translateX(-5px);
	}

	60% {
		transform: translateX(4px);
	}

	70% {
		transform: translateX(-3px);
	}

	80% {
		transform: translateX(2px);
	}

	90% {
		transform: translateX(-1px);
	}
}

@keyframes hk-stroke {
	0% {
		stroke-dashoffset: var(--hk-animation-stroke);
	}

	100% {
		stroke-dashoffset: 0;
	}
}

.uk-scope [class*="hk-child-width"]>* {
	box-sizing: border-box;
	width: 100%;
}

.uk-scope .hk-child-width-1-2>* {
	width: 50%;
}

.uk-scope .hk-child-width-1-3>* {
	width: calc(100% / 3);
}

.uk-scope .hk-child-width-1-4>* {
	width: 25%;
}

.uk-scope .hk-child-width-1-5>* {
	width: 20%;
}

.uk-scope .hk-child-width-1-6>* {
	width: calc(100% / 6);
}

.uk-scope .hk-child-width-auto>* {
	width: auto;
}

.uk-scope .hk-child-width-expand> :not([class*="hk-width"]) {
	flex: 1;
	min-width: 1px;
}

@media (min-width: 640px) {
	.uk-scope .hk-child-width-1-1\@s>* {
		width: 100%;
	}

	.uk-scope .hk-child-width-1-2\@s>* {
		width: 50%;
	}

	.uk-scope .hk-child-width-1-3\@s>* {
		width: calc(100% / 3);
	}

	.uk-scope .hk-child-width-1-4\@s>* {
		width: 25%;
	}

	.uk-scope .hk-child-width-1-5\@s>* {
		width: 20%;
	}

	.uk-scope .hk-child-width-1-6\@s>* {
		width: calc(100% / 6);
	}

	.uk-scope .hk-child-width-auto\@s>* {
		width: auto;
	}

	.uk-scope .hk-child-width-expand\@s> :not([class*="hk-width"]) {
		flex: 1;
		min-width: 1px;
	}

	.uk-scope .hk-child-width-1-1\@s> :not([class*="hk-width"]),
	.uk-scope .hk-child-width-1-2\@s> :not([class*="hk-width"]),
	.uk-scope .hk-child-width-1-3\@s> :not([class*="hk-width"]),
	.uk-scope .hk-child-width-1-4\@s> :not([class*="hk-width"]),
	.uk-scope .hk-child-width-1-5\@s> :not([class*="hk-width"]),
	.uk-scope .hk-child-width-1-6\@s> :not([class*="hk-width"]),
	.uk-scope .hk-child-width-auto\@s> :not([class*="hk-width"]) {
		flex: initial;
	}
}

@media (min-width: 960px) {
	.uk-scope .hk-child-width-1-1\@m>* {
		width: 100%;
	}

	.uk-scope .hk-child-width-1-2\@m>* {
		width: 50%;
	}

	.uk-scope .hk-child-width-1-3\@m>* {
		width: calc(100% / 3);
	}

	.uk-scope .hk-child-width-1-4\@m>* {
		width: 25%;
	}

	.uk-scope .hk-child-width-1-5\@m>* {
		width: 20%;
	}

	.uk-scope .hk-child-width-1-6\@m>* {
		width: calc(100% / 6);
	}

	.uk-scope .hk-child-width-auto\@m>* {
		width: auto;
	}

	.uk-scope .hk-child-width-expand\@m> :not([class*="hk-width"]) {
		flex: 1;
		min-width: 1px;
	}

	.uk-scope .hk-child-width-1-1\@m> :not([class*="hk-width"]),
	.uk-scope .hk-child-width-1-2\@m> :not([class*="hk-width"]),
	.uk-scope .hk-child-width-1-3\@m> :not([class*="hk-width"]),
	.uk-scope .hk-child-width-1-4\@m> :not([class*="hk-width"]),
	.uk-scope .hk-child-width-1-5\@m> :not([class*="hk-width"]),
	.uk-scope .hk-child-width-1-6\@m> :not([class*="hk-width"]),
	.uk-scope .hk-child-width-auto\@m> :not([class*="hk-width"]) {
		flex: initial;
	}
}

@media (min-width: 1200px) {
	.uk-scope .hk-child-width-1-1\@l>* {
		width: 100%;
	}

	.uk-scope .hk-child-width-1-2\@l>* {
		width: 50%;
	}

	.uk-scope .hk-child-width-1-3\@l>* {
		width: calc(100% / 3);
	}

	.uk-scope .hk-child-width-1-4\@l>* {
		width: 25%;
	}

	.uk-scope .hk-child-width-1-5\@l>* {
		width: 20%;
	}

	.uk-scope .hk-child-width-1-6\@l>* {
		width: calc(100% / 6);
	}

	.uk-scope .hk-child-width-auto\@l>* {
		width: auto;
	}

	.uk-scope .hk-child-width-expand\@l> :not([class*="hk-width"]) {
		flex: 1;
		min-width: 1px;
	}

	.uk-scope .hk-child-width-1-1\@l> :not([class*="hk-width"]),
	.uk-scope .hk-child-width-1-2\@l> :not([class*="hk-width"]),
	.uk-scope .hk-child-width-1-3\@l> :not([class*="hk-width"]),
	.uk-scope .hk-child-width-1-4\@l> :not([class*="hk-width"]),
	.uk-scope .hk-child-width-1-5\@l> :not([class*="hk-width"]),
	.uk-scope .hk-child-width-1-6\@l> :not([class*="hk-width"]),
	.uk-scope .hk-child-width-auto\@l> :not([class*="hk-width"]) {
		flex: initial;
	}
}

@media (min-width: 1600px) {
	.uk-scope .hk-child-width-1-1\@xl>* {
		width: 100%;
	}

	.uk-scope .hk-child-width-1-2\@xl>* {
		width: 50%;
	}

	.uk-scope .hk-child-width-1-3\@xl>* {
		width: calc(100% / 3);
	}

	.uk-scope .hk-child-width-1-4\@xl>* {
		width: 25%;
	}

	.uk-scope .hk-child-width-1-5\@xl>* {
		width: 20%;
	}

	.uk-scope .hk-child-width-1-6\@xl>* {
		width: calc(100% / 6);
	}

	.uk-scope .hk-child-width-auto\@xl>* {
		width: auto;
	}

	.uk-scope .hk-child-width-expand\@xl> :not([class*="hk-width"]) {
		flex: 1;
		min-width: 1px;
	}

	.uk-scope .hk-child-width-1-1\@xl> :not([class*="hk-width"]),
	.uk-scope .hk-child-width-1-2\@xl> :not([class*="hk-width"]),
	.uk-scope .hk-child-width-1-3\@xl> :not([class*="hk-width"]),
	.uk-scope .hk-child-width-1-4\@xl> :not([class*="hk-width"]),
	.uk-scope .hk-child-width-1-5\@xl> :not([class*="hk-width"]),
	.uk-scope .hk-child-width-1-6\@xl> :not([class*="hk-width"]),
	.uk-scope .hk-child-width-auto\@xl> :not([class*="hk-width"]) {
		flex: initial;
	}
}

.uk-scope [class*="hk-width"] {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
}

.uk-scope .hk-width-1-2 {
	width: 50%;
}

.uk-scope .hk-width-1-3 {
	width: calc(100% / 3);
}

.uk-scope .hk-width-2-3 {
	width: calc(200% / 3);
}

.uk-scope .hk-width-1-4 {
	width: 25%;
}

.uk-scope .hk-width-3-4 {
	width: 75%;
}

.uk-scope .hk-width-1-5 {
	width: 20%;
}

.uk-scope .hk-width-2-5 {
	width: 40%;
}

.uk-scope .hk-width-3-5 {
	width: 60%;
}

.uk-scope .hk-width-4-5 {
	width: 80%;
}

.uk-scope .hk-width-1-6 {
	width: calc(100% / 6);
}

.uk-scope .hk-width-5-6 {
	width: calc(500% / 6);
}

.uk-scope .hk-width-small {
	width: 150px;
}

.uk-scope .hk-width-medium {
	width: 300px;
}

.uk-scope .hk-width-large {
	width: 450px;
}

.uk-scope .hk-width-xlarge {
	width: 600px;
}

.uk-scope .hk-width-2xlarge {
	width: 750px;
}

.uk-scope .hk-width-auto {
	width: auto;
}

.uk-scope .hk-width-expand {
	flex: 1;
	min-width: 1px;
}

@media (min-width: 640px) {
	.uk-scope .hk-width-1-1\@s {
		width: 100%;
	}

	.uk-scope .hk-width-1-2\@s {
		width: 50%;
	}

	.uk-scope .hk-width-1-3\@s {
		width: calc(100% / 3);
	}

	.uk-scope .hk-width-2-3\@s {
		width: calc(200% / 3);
	}

	.uk-scope .hk-width-1-4\@s {
		width: 25%;
	}

	.uk-scope .hk-width-3-4\@s {
		width: 75%;
	}

	.uk-scope .hk-width-1-5\@s {
		width: 20%;
	}

	.uk-scope .hk-width-2-5\@s {
		width: 40%;
	}

	.uk-scope .hk-width-3-5\@s {
		width: 60%;
	}

	.uk-scope .hk-width-4-5\@s {
		width: 80%;
	}

	.uk-scope .hk-width-1-6\@s {
		width: calc(100% / 6);
	}

	.uk-scope .hk-width-5-6\@s {
		width: calc(500% / 6);
	}

	.uk-scope .hk-width-small\@s {
		width: 150px;
	}

	.uk-scope .hk-width-medium\@s {
		width: 300px;
	}

	.uk-scope .hk-width-large\@s {
		width: 450px;
	}

	.uk-scope .hk-width-xlarge\@s {
		width: 600px;
	}

	.uk-scope .hk-width-2xlarge\@s {
		width: 750px;
	}

	.uk-scope .hk-width-auto\@s {
		width: auto;
	}

	.uk-scope .hk-width-expand\@s {
		flex: 1;
		min-width: 1px;
	}

	.uk-scope .hk-width-1-1\@s,
	.uk-scope .hk-width-1-2\@s,
	.uk-scope .hk-width-1-3\@s,
	.uk-scope .hk-width-2-3\@s,
	.uk-scope .hk-width-1-4\@s,
	.uk-scope .hk-width-3-4\@s,
	.uk-scope .hk-width-1-5\@s,
	.uk-scope .hk-width-2-5\@s,
	.uk-scope .hk-width-3-5\@s,
	.uk-scope .hk-width-4-5\@s,
	.uk-scope .hk-width-1-6\@s,
	.uk-scope .hk-width-5-6\@s,
	.uk-scope .hk-width-small\@s,
	.uk-scope .hk-width-medium\@s,
	.uk-scope .hk-width-large\@s,
	.uk-scope .hk-width-xlarge\@s,
	.uk-scope .hk-width-2xlarge\@s,
	.uk-scope .hk-width-auto\@s {
		flex: initial;
	}
}

@media (min-width: 960px) {
	.uk-scope .hk-width-1-1\@m {
		width: 100%;
	}

	.uk-scope .hk-width-1-2\@m {
		width: 50%;
	}

	.uk-scope .hk-width-1-3\@m {
		width: calc(100% / 3);
	}

	.uk-scope .hk-width-2-3\@m {
		width: calc(200% / 3);
	}

	.uk-scope .hk-width-1-4\@m {
		width: 25%;
	}

	.uk-scope .hk-width-3-4\@m {
		width: 75%;
	}

	.uk-scope .hk-width-1-5\@m {
		width: 20%;
	}

	.uk-scope .hk-width-2-5\@m {
		width: 40%;
	}

	.uk-scope .hk-width-3-5\@m {
		width: 60%;
	}

	.uk-scope .hk-width-4-5\@m {
		width: 80%;
	}

	.uk-scope .hk-width-1-6\@m {
		width: calc(100% / 6);
	}

	.uk-scope .hk-width-5-6\@m {
		width: calc(500% / 6);
	}

	.uk-scope .hk-width-small\@m {
		width: 150px;
	}

	.uk-scope .hk-width-medium\@m {
		width: 300px;
	}

	.uk-scope .hk-width-large\@m {
		width: 450px;
	}

	.uk-scope .hk-width-xlarge\@m {
		width: 600px;
	}

	.uk-scope .hk-width-2xlarge\@m {
		width: 750px;
	}

	.uk-scope .hk-width-auto\@m {
		width: auto;
	}

	.uk-scope .hk-width-expand\@m {
		flex: 1;
		min-width: 1px;
	}

	.uk-scope .hk-width-1-1\@m,
	.uk-scope .hk-width-1-2\@m,
	.uk-scope .hk-width-1-3\@m,
	.uk-scope .hk-width-2-3\@m,
	.uk-scope .hk-width-1-4\@m,
	.uk-scope .hk-width-3-4\@m,
	.uk-scope .hk-width-1-5\@m,
	.uk-scope .hk-width-2-5\@m,
	.uk-scope .hk-width-3-5\@m,
	.uk-scope .hk-width-4-5\@m,
	.uk-scope .hk-width-1-6\@m,
	.uk-scope .hk-width-5-6\@m,
	.uk-scope .hk-width-small\@m,
	.uk-scope .hk-width-medium\@m,
	.uk-scope .hk-width-large\@m,
	.uk-scope .hk-width-xlarge\@m,
	.uk-scope .hk-width-2xlarge\@m,
	.uk-scope .hk-width-auto\@m {
		flex: initial;
	}
}

@media (min-width: 1200px) {
	.uk-scope .hk-width-1-1\@l {
		width: 100%;
	}

	.uk-scope .hk-width-1-2\@l {
		width: 50%;
	}

	.uk-scope .hk-width-1-3\@l {
		width: calc(100% / 3);
	}

	.uk-scope .hk-width-2-3\@l {
		width: calc(200% / 3);
	}

	.uk-scope .hk-width-1-4\@l {
		width: 25%;
	}

	.uk-scope .hk-width-3-4\@l {
		width: 75%;
	}

	.uk-scope .hk-width-1-5\@l {
		width: 20%;
	}

	.uk-scope .hk-width-2-5\@l {
		width: 40%;
	}

	.uk-scope .hk-width-3-5\@l {
		width: 60%;
	}

	.uk-scope .hk-width-4-5\@l {
		width: 80%;
	}

	.uk-scope .hk-width-1-6\@l {
		width: calc(100% / 6);
	}

	.uk-scope .hk-width-5-6\@l {
		width: calc(500% / 6);
	}

	.uk-scope .hk-width-small\@l {
		width: 150px;
	}

	.uk-scope .hk-width-medium\@l {
		width: 300px;
	}

	.uk-scope .hk-width-large\@l {
		width: 450px;
	}

	.uk-scope .hk-width-xlarge\@l {
		width: 600px;
	}

	.uk-scope .hk-width-2xlarge\@l {
		width: 750px;
	}

	.uk-scope .hk-width-auto\@l {
		width: auto;
	}

	.uk-scope .hk-width-expand\@l {
		flex: 1;
		min-width: 1px;
	}

	.uk-scope .hk-width-1-1\@l,
	.uk-scope .hk-width-1-2\@l,
	.uk-scope .hk-width-1-3\@l,
	.uk-scope .hk-width-2-3\@l,
	.uk-scope .hk-width-1-4\@l,
	.uk-scope .hk-width-3-4\@l,
	.uk-scope .hk-width-1-5\@l,
	.uk-scope .hk-width-2-5\@l,
	.uk-scope .hk-width-3-5\@l,
	.uk-scope .hk-width-4-5\@l,
	.uk-scope .hk-width-1-6\@l,
	.uk-scope .hk-width-5-6\@l,
	.uk-scope .hk-width-small\@l,
	.uk-scope .hk-width-medium\@l,
	.uk-scope .hk-width-large\@l,
	.uk-scope .hk-width-xlarge\@l,
	.uk-scope .hk-width-2xlarge\@l,
	.uk-scope .hk-width-auto\@l {
		flex: initial;
	}
}

@media (min-width: 1600px) {
	.uk-scope .hk-width-1-1\@xl {
		width: 100%;
	}

	.uk-scope .hk-width-1-2\@xl {
		width: 50%;
	}

	.uk-scope .hk-width-1-3\@xl {
		width: calc(100% / 3);
	}

	.uk-scope .hk-width-2-3\@xl {
		width: calc(200% / 3);
	}

	.uk-scope .hk-width-1-4\@xl {
		width: 25%;
	}

	.uk-scope .hk-width-3-4\@xl {
		width: 75%;
	}

	.uk-scope .hk-width-1-5\@xl {
		width: 20%;
	}

	.uk-scope .hk-width-2-5\@xl {
		width: 40%;
	}

	.uk-scope .hk-width-3-5\@xl {
		width: 60%;
	}

	.uk-scope .hk-width-4-5\@xl {
		width: 80%;
	}

	.uk-scope .hk-width-1-6\@xl {
		width: calc(100% / 6);
	}

	.uk-scope .hk-width-5-6\@xl {
		width: calc(500% / 6);
	}

	.uk-scope .hk-width-small\@xl {
		width: 150px;
	}

	.uk-scope .hk-width-medium\@xl {
		width: 300px;
	}

	.uk-scope .hk-width-large\@xl {
		width: 450px;
	}

	.uk-scope .hk-width-xlarge\@xl {
		width: 600px;
	}

	.uk-scope .hk-width-2xlarge\@xl {
		width: 750px;
	}

	.uk-scope .hk-width-auto\@xl {
		width: auto;
	}

	.uk-scope .hk-width-expand\@xl {
		flex: 1;
		min-width: 1px;
	}

	.uk-scope .hk-width-1-1\@xl,
	.uk-scope .hk-width-1-2\@xl,
	.uk-scope .hk-width-1-3\@xl,
	.uk-scope .hk-width-2-3\@xl,
	.uk-scope .hk-width-1-4\@xl,
	.uk-scope .hk-width-3-4\@xl,
	.uk-scope .hk-width-1-5\@xl,
	.uk-scope .hk-width-2-5\@xl,
	.uk-scope .hk-width-3-5\@xl,
	.uk-scope .hk-width-4-5\@xl,
	.uk-scope .hk-width-1-6\@xl,
	.uk-scope .hk-width-5-6\@xl,
	.uk-scope .hk-width-small\@xl,
	.uk-scope .hk-width-medium\@xl,
	.uk-scope .hk-width-large\@xl,
	.uk-scope .hk-width-xlarge\@xl,
	.uk-scope .hk-width-2xlarge\@xl,
	.uk-scope .hk-width-auto\@xl {
		flex: initial;
	}
}

.uk-scope .hk-width-max-content {
	width: max-content;
}

.uk-scope .hk-width-min-content {
	width: min-content;
}

.uk-scope [class*="hk-height"] {
	box-sizing: border-box;
}

.uk-scope .hk-height-1-1 {
	height: 100%;
}

.uk-scope .hk-height-viewport {
	min-height: 100vh;
}

.uk-scope .hk-height-viewport-2 {
	min-height: 200vh;
}

.uk-scope .hk-height-viewport-3 {
	min-height: 300vh;
}

.uk-scope .hk-height-viewport-4 {
	min-height: 400vh;
}

.uk-scope .hk-height-small {
	height: 150px;
}

.uk-scope .hk-height-medium {
	height: 300px;
}

.uk-scope .hk-height-large {
	height: 450px;
}

.uk-scope .hk-height-max-small {
	max-height: 150px;
}

.uk-scope .hk-height-max-medium {
	max-height: 300px;
}

.uk-scope .hk-height-max-large {
	max-height: 450px;
}

.uk-scope .hk-text-lead {
	font-size: 1.5rem;
	line-height: 1.5;
	color: #333;
}

.uk-scope .hk-text-meta {
	font-size: 0.875rem;
	line-height: 1.4;
	color: #999;
}

.uk-scope .hk-text-meta>a {
	color: #999;
}

.uk-scope .hk-text-meta>a:hover {
	color: #666;
	text-decoration: none;
}

.uk-scope .hk-text-small {
	font-size: 0.875rem;
	line-height: 1.5;
}

.uk-scope .hk-text-large {
	font-size: 1.5rem;
	line-height: 1.5;
}

.uk-scope .hk-text-default {
	font-size: 16px;
	line-height: 1.5;
}

.uk-scope .hk-text-light {
	font-weight: 300;
}

.uk-scope .hk-text-normal {
	font-weight: 400;
}

.uk-scope .hk-text-bold {
	font-weight: 700;
}

.uk-scope .hk-text-lighter {
	font-weight: lighter;
}

.uk-scope .hk-text-bolder {
	font-weight: bolder;
}

.uk-scope .hk-text-italic {
	font-style: italic;
}

.uk-scope .hk-text-capitalize {
	text-transform: capitalize !important;
}

.uk-scope .hk-text-uppercase {
	text-transform: uppercase !important;
}

.uk-scope .hk-text-lowercase {
	text-transform: lowercase !important;
}

.uk-scope .hk-text-decoration-none {
	text-decoration: none !important;
}

.uk-scope .hk-text-muted {
	color: #999 !important;
}

.uk-scope .hk-text-emphasis {
	color: #333 !important;
}

.uk-scope .hk-text-primary {
	color: #1e87f0 !important;
}

.uk-scope .hk-text-secondary {
	color: #222 !important;
}

.uk-scope .hk-text-success {
	color: #32d296 !important;
}

.uk-scope .hk-text-warning {
	color: #faa05a !important;
}

.uk-scope .hk-text-danger {
	color: #f0506e !important;
}

.uk-scope .hk-text-background {
	-webkit-background-clip: text;
	color: transparent !important;
	display: inline-block;
	background-color: #1e87f0;
	background-image: linear-gradient(90deg, #1e87f0 0%, #411ef0 100%);
}

.uk-scope .hk-text-left {
	text-align: left !important;
}

.uk-scope .hk-text-right {
	text-align: right !important;
}

.uk-scope .hk-text-center {
	text-align: center !important;
}

.uk-scope .hk-text-justify {
	text-align: justify !important;
}

@media (min-width: 640px) {
	.uk-scope .hk-text-left\@s {
		text-align: left !important;
	}

	.uk-scope .hk-text-right\@s {
		text-align: right !important;
	}

	.uk-scope .hk-text-center\@s {
		text-align: center !important;
	}
}

@media (min-width: 960px) {
	.uk-scope .hk-text-left\@m {
		text-align: left !important;
	}

	.uk-scope .hk-text-right\@m {
		text-align: right !important;
	}

	.uk-scope .hk-text-center\@m {
		text-align: center !important;
	}
}

@media (min-width: 1200px) {
	.uk-scope .hk-text-left\@l {
		text-align: left !important;
	}

	.uk-scope .hk-text-right\@l {
		text-align: right !important;
	}

	.uk-scope .hk-text-center\@l {
		text-align: center !important;
	}
}

@media (min-width: 1600px) {
	.uk-scope .hk-text-left\@xl {
		text-align: left !important;
	}

	.uk-scope .hk-text-right\@xl {
		text-align: right !important;
	}

	.uk-scope .hk-text-center\@xl {
		text-align: center !important;
	}
}

.uk-scope .hk-text-top {
	vertical-align: top !important;
}

.uk-scope .hk-text-middle {
	vertical-align: middle !important;
}

.uk-scope .hk-text-bottom {
	vertical-align: bottom !important;
}

.uk-scope .hk-text-baseline {
	vertical-align: baseline !important;
}

.uk-scope .hk-text-nowrap {
	white-space: nowrap;
}

.uk-scope .hk-text-truncate {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.uk-scope th.hk-text-truncate,
.uk-scope td.hk-text-truncate {
	max-width: 0;
}

.uk-scope .hk-text-break {
	overflow-wrap: break-word;
}

.uk-scope th.hk-text-break,
.uk-scope td.hk-text-break {
	word-break: break-word;
}

.uk-scope [class*="hk-column-"] {
	column-gap: 30px;
}

@media (min-width: 1200px) {
	.uk-scope [class*="hk-column-"] {
		column-gap: 40px;
	}
}

.uk-scope [class*="hk-column-"] img {
	transform: translate3d(0, 0, 0);
}

.uk-scope .hk-column-divider {
	column-rule: 1px solid #e5e5e5;
	column-gap: 60px;
}

@media (min-width: 1200px) {
	.uk-scope .hk-column-divider {
		column-gap: 80px;
	}
}

.uk-scope .hk-column-1-2 {
	column-count: 2;
}

.uk-scope .hk-column-1-3 {
	column-count: 3;
}

.uk-scope .hk-column-1-4 {
	column-count: 4;
}

.uk-scope .hk-column-1-5 {
	column-count: 5;
}

.uk-scope .hk-column-1-6 {
	column-count: 6;
}

@media (min-width: 640px) {
	.uk-scope .hk-column-1-2\@s {
		column-count: 2;
	}

	.uk-scope .hk-column-1-3\@s {
		column-count: 3;
	}

	.uk-scope .hk-column-1-4\@s {
		column-count: 4;
	}

	.uk-scope .hk-column-1-5\@s {
		column-count: 5;
	}

	.uk-scope .hk-column-1-6\@s {
		column-count: 6;
	}
}

@media (min-width: 960px) {
	.uk-scope .hk-column-1-2\@m {
		column-count: 2;
	}

	.uk-scope .hk-column-1-3\@m {
		column-count: 3;
	}

	.uk-scope .hk-column-1-4\@m {
		column-count: 4;
	}

	.uk-scope .hk-column-1-5\@m {
		column-count: 5;
	}

	.uk-scope .hk-column-1-6\@m {
		column-count: 6;
	}
}

@media (min-width: 1200px) {
	.uk-scope .hk-column-1-2\@l {
		column-count: 2;
	}

	.uk-scope .hk-column-1-3\@l {
		column-count: 3;
	}

	.uk-scope .hk-column-1-4\@l {
		column-count: 4;
	}

	.uk-scope .hk-column-1-5\@l {
		column-count: 5;
	}

	.uk-scope .hk-column-1-6\@l {
		column-count: 6;
	}
}

@media (min-width: 1600px) {
	.uk-scope .hk-column-1-2\@xl {
		column-count: 2;
	}

	.uk-scope .hk-column-1-3\@xl {
		column-count: 3;
	}

	.uk-scope .hk-column-1-4\@xl {
		column-count: 4;
	}

	.uk-scope .hk-column-1-5\@xl {
		column-count: 5;
	}

	.uk-scope .hk-column-1-6\@xl {
		column-count: 6;
	}
}

.uk-scope .hk-column-span {
	column-span: all;
}

.uk-scope [hk-cover]:where(canvas, iframe, svg),
.uk-scope [data-hk-cover]:where(canvas, iframe, svg) {
	max-width: none;
	position: absolute;
	left: 50%;
	top: 50%;
	--hk-position-translate-x: -50%;
	--hk-position-translate-y: -50%;
	transform: translate(var(--hk-position-translate-x), var(--hk-position-translate-y));
}

.uk-scope iframe[hk-cover],
.uk-scope iframe[data-hk-cover] {
	pointer-events: none;
}

.uk-scope [hk-cover]:where(img, video),
.uk-scope [data-hk-cover]:where(img, video) {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	object-fit: cover;
	object-position: center;
}

.uk-scope .hk-cover-container {
	overflow: hidden;
	position: relative;
}

.uk-scope .hk-background-default {
	background-color: #fff;
}

.uk-scope .hk-background-muted {
	background-color: #f8f8f8;
}

.uk-scope .hk-background-primary {
	background-color: #1e87f0;
}

.uk-scope .hk-background-secondary {
	background-color: #222;
}

.uk-scope .hk-background-cover,
.uk-scope .hk-background-contain,
.uk-scope .hk-background-width-1-1,
.uk-scope .hk-background-height-1-1 {
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.uk-scope .hk-background-cover {
	background-size: cover;
}

.uk-scope .hk-background-contain {
	background-size: contain;
}

.uk-scope .hk-background-width-1-1 {
	background-size: 100%;
}

.uk-scope .hk-background-height-1-1 {
	background-size: auto 100%;
}

.uk-scope .hk-background-top-left {
	background-position: 0 0;
}

.uk-scope .hk-background-top-center {
	background-position: 50% 0;
}

.uk-scope .hk-background-top-right {
	background-position: 100% 0;
}

.uk-scope .hk-background-center-left {
	background-position: 0 50%;
}

.uk-scope .hk-background-center-center {
	background-position: 50% 50%;
}

.uk-scope .hk-background-center-right {
	background-position: 100% 50%;
}

.uk-scope .hk-background-bottom-left {
	background-position: 0 100%;
}

.uk-scope .hk-background-bottom-center {
	background-position: 50% 100%;
}

.uk-scope .hk-background-bottom-right {
	background-position: 100% 100%;
}

.uk-scope .hk-background-norepeat {
	background-repeat: no-repeat;
}

.uk-scope .hk-background-fixed {
	background-attachment: fixed;
}

@media (pointer: coarse) {
	.uk-scope .hk-background-fixed {
		background-attachment: scroll;
	}
}

@media (max-width: 639px) {
	.uk-scope .hk-background-image\@s {
		background-image: none !important;
	}
}

@media (max-width: 959px) {
	.uk-scope .hk-background-image\@m {
		background-image: none !important;
	}
}

@media (max-width: 1199px) {
	.uk-scope .hk-background-image\@l {
		background-image: none !important;
	}
}

@media (max-width: 1599px) {
	.uk-scope .hk-background-image\@xl {
		background-image: none !important;
	}
}

.uk-scope .hk-background-blend-multiply {
	background-blend-mode: multiply;
}

.uk-scope .hk-background-blend-screen {
	background-blend-mode: screen;
}

.uk-scope .hk-background-blend-overlay {
	background-blend-mode: overlay;
}

.uk-scope .hk-background-blend-darken {
	background-blend-mode: darken;
}

.uk-scope .hk-background-blend-lighten {
	background-blend-mode: lighten;
}

.uk-scope .hk-background-blend-color-dodge {
	background-blend-mode: color-dodge;
}

.uk-scope .hk-background-blend-color-burn {
	background-blend-mode: color-burn;
}

.uk-scope .hk-background-blend-hard-light {
	background-blend-mode: hard-light;
}

.uk-scope .hk-background-blend-soft-light {
	background-blend-mode: soft-light;
}

.uk-scope .hk-background-blend-difference {
	background-blend-mode: difference;
}

.uk-scope .hk-background-blend-exclusion {
	background-blend-mode: exclusion;
}

.uk-scope .hk-background-blend-hue {
	background-blend-mode: hue;
}

.uk-scope .hk-background-blend-saturation {
	background-blend-mode: saturation;
}

.uk-scope .hk-background-blend-color {
	background-blend-mode: color;
}

.uk-scope .hk-background-blend-luminosity {
	background-blend-mode: luminosity;
}

.uk-scope [class*="hk-align"] {
	display: block;
	margin-bottom: 30px;
}

.uk-scope *+[class*="hk-align"] {
	margin-top: 30px;
}

.uk-scope .hk-align-center {
	margin-left: auto;
	margin-right: auto;
}

.uk-scope .hk-align-left {
	margin-top: 0;
	margin-right: 30px;
	float: left;
}

.uk-scope .hk-align-right {
	margin-top: 0;
	margin-left: 30px;
	float: right;
}

@media (min-width: 640px) {
	.uk-scope .hk-align-left\@s {
		margin-top: 0;
		margin-right: 30px;
		float: left;
	}

	.uk-scope .hk-align-right\@s {
		margin-top: 0;
		margin-left: 30px;
		float: right;
	}
}

@media (min-width: 960px) {
	.uk-scope .hk-align-left\@m {
		margin-top: 0;
		margin-right: 30px;
		float: left;
	}

	.uk-scope .hk-align-right\@m {
		margin-top: 0;
		margin-left: 30px;
		float: right;
	}
}

@media (min-width: 1200px) {
	.uk-scope .hk-align-left\@l {
		margin-top: 0;
		float: left;
	}

	.uk-scope .hk-align-right\@l {
		margin-top: 0;
		float: right;
	}

	.uk-scope .hk-align-left,
	.uk-scope .hk-align-left\@s,
	.uk-scope .hk-align-left\@m,
	.uk-scope .hk-align-left\@l {
		margin-right: 40px;
	}

	.uk-scope .hk-align-right,
	.uk-scope .hk-align-right\@s,
	.uk-scope .hk-align-right\@m,
	.uk-scope .hk-align-right\@l {
		margin-left: 40px;
	}
}

@media (min-width: 1600px) {
	.uk-scope .hk-align-left\@xl {
		margin-top: 0;
		margin-right: 40px;
		float: left;
	}

	.uk-scope .hk-align-right\@xl {
		margin-top: 0;
		margin-left: 40px;
		float: right;
	}
}

.uk-scope .hk-svg,
.uk-scope .hk-svg:not(.hk-preserve) [fill*="#"]:not(.hk-preserve) {
	fill: currentcolor;
}

.uk-scope .hk-svg:not(.hk-preserve) [stroke*="#"]:not(.hk-preserve) {
	stroke: currentcolor;
}

.uk-scope .hk-svg {
	transform: translate(0, 0);
}

.uk-scope .hk-panel {
	display: flow-root;
	position: relative;
	box-sizing: border-box;
}

.uk-scope .hk-panel> :last-child {
	margin-bottom: 0;
}

.uk-scope .hk-panel-scrollable {
	height: 170px;
	padding: 10px;
	border: 1px solid #e5e5e5;
	overflow: auto;
	resize: both;
}

.uk-scope .hk-clearfix::before {
	content: "";
	display: table-cell;
}

.uk-scope .hk-clearfix::after {
	content: "";
	display: table;
	clear: both;
}

.uk-scope .hk-float-left {
	float: left;
}

.uk-scope .hk-float-right {
	float: right;
}

.uk-scope [class*="hk-float-"] {
	max-width: 100%;
}

.uk-scope .hk-overflow-hidden {
	overflow: hidden;
}

.uk-scope .hk-overflow-auto {
	overflow: auto;
}

.uk-scope .hk-overflow-auto> :last-child {
	margin-bottom: 0;
}

.uk-scope .hk-box-sizing-content {
	box-sizing: content-box;
}

.uk-scope .hk-box-sizing-border {
	box-sizing: border-box;
}

.uk-scope .hk-resize {
	resize: both;
}

.uk-scope .hk-resize-horizontal {
	resize: horizontal;
}

.uk-scope .hk-resize-vertical {
	resize: vertical;
}

.uk-scope .hk-display-block {
	display: block !important;
}

.uk-scope .hk-display-inline {
	display: inline !important;
}

.uk-scope .hk-display-inline-block {
	display: inline-block !important;
}

.uk-scope [class*="hk-inline"] {
	display: inline-block;
	position: relative;
	max-width: 100%;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
}

.uk-scope .hk-inline-clip {
	overflow: hidden;
}

.uk-scope .hk-preserve-width,
.uk-scope .hk-preserve-width canvas,
.uk-scope .hk-preserve-width img,
.uk-scope .hk-preserve-width svg,
.uk-scope .hk-preserve-width video {
	max-width: none;
}

.uk-scope .hk-responsive-width,
.uk-scope .hk-responsive-height {
	box-sizing: border-box;
}

.uk-scope .hk-responsive-width {
	max-width: 100% !important;
	height: auto;
}

.uk-scope .hk-responsive-height {
	max-height: 100%;
	width: auto;
	max-width: none;
}

.uk-scope [hk-responsive],
.uk-scope [data-hk-responsive] {
	max-width: 100%;
}

.uk-scope .hk-object-cover {
	object-fit: cover;
}

.uk-scope .hk-object-contain {
	object-fit: contain;
}

.uk-scope .hk-object-fill {
	object-fit: fill;
}

.uk-scope .hk-object-none {
	object-fit: none;
}

.uk-scope .hk-object-scale-down {
	object-fit: scale-down;
}

.uk-scope .hk-object-top-left {
	object-position: 0 0;
}

.uk-scope .hk-object-top-center {
	object-position: 50% 0;
}

.uk-scope .hk-object-top-right {
	object-position: 100% 0;
}

.uk-scope .hk-object-center-left {
	object-position: 0 50%;
}

.uk-scope .hk-object-center-center {
	object-position: 50% 50%;
}

.uk-scope .hk-object-center-right {
	object-position: 100% 50%;
}

.uk-scope .hk-object-bottom-left {
	object-position: 0 100%;
}

.uk-scope .hk-object-bottom-center {
	object-position: 50% 100%;
}

.uk-scope .hk-object-bottom-right {
	object-position: 100% 100%;
}

.uk-scope .hk-border-circle {
	border-radius: 50%;
}

.uk-scope .hk-border-pill {
	border-radius: 500px;
}

.uk-scope .hk-border-rounded {
	border-radius: 5px;
}

.uk-scope .hk-inline-clip[class*="hk-border-"] {
	-webkit-transform: translateZ(0);
}

.uk-scope .hk-box-shadow-small {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.uk-scope .hk-box-shadow-medium {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.uk-scope .hk-box-shadow-large {
	box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.uk-scope .hk-box-shadow-xlarge {
	box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}

.uk-scope [class*="hk-box-shadow-hover"] {
	transition: box-shadow 0.1s ease-in-out;
}

.uk-scope .hk-box-shadow-hover-small:hover {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.uk-scope .hk-box-shadow-hover-medium:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.uk-scope .hk-box-shadow-hover-large:hover {
	box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.uk-scope .hk-box-shadow-hover-xlarge:hover {
	box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}

@supports (filter: blur(0)) {
	.uk-scope .hk-box-shadow-bottom {
		display: inline-block;
		position: relative;
		z-index: 0;
		max-width: 100%;
		vertical-align: middle;
	}

	.uk-scope .hk-box-shadow-bottom::after {
		content: "";
		position: absolute;
		bottom: -30px;
		left: 0;
		right: 0;
		z-index: -1;
		height: 30px;
		border-radius: 100%;
		background: #444;
		filter: blur(20px);
		will-change: filter;
	}
}

.uk-scope .hk-dropcap::first-letter,
.uk-scope .hk-dropcap>p:first-of-type::first-letter {
	display: block;
	margin-right: 10px;
	float: left;
	font-size: 4.5em;
	line-height: 1;
	margin-bottom: -2px;
}

@-moz-document url-prefix() {

	.uk-scope .hk-dropcap::first-letter,
	.uk-scope .hk-dropcap>p:first-of-type::first-letter {
		margin-top: 1.1%;
	}
}

.uk-scope .hk-logo {
	font-size: 1.5rem;
	color: #333;
	text-decoration: none;
}

.uk-scope :where(.hk-logo) {
	display: inline-block;
	vertical-align: middle;
}

.uk-scope .hk-logo:hover {
	color: #333;
	text-decoration: none;
}

.uk-scope .hk-logo :where(img, svg, video) {
	display: block;
}

.uk-scope .hk-logo-inverse {
	display: none;
}

.uk-scope .hk-disabled {
	pointer-events: none;
}

.uk-scope .hk-drag,
.uk-scope .hk-drag * {
	cursor: move;
}

.uk-scope .hk-drag iframe {
	pointer-events: none;
}

.uk-scope .hk-dragover {
	box-shadow: 0 0 20px rgba(100, 100, 100, 0.3);
}

.uk-scope .hk-blend-multiply {
	mix-blend-mode: multiply;
}

.uk-scope .hk-blend-screen {
	mix-blend-mode: screen;
}

.uk-scope .hk-blend-overlay {
	mix-blend-mode: overlay;
}

.uk-scope .hk-blend-darken {
	mix-blend-mode: darken;
}

.uk-scope .hk-blend-lighten {
	mix-blend-mode: lighten;
}

.uk-scope .hk-blend-color-dodge {
	mix-blend-mode: color-dodge;
}

.uk-scope .hk-blend-color-burn {
	mix-blend-mode: color-burn;
}

.uk-scope .hk-blend-hard-light {
	mix-blend-mode: hard-light;
}

.uk-scope .hk-blend-soft-light {
	mix-blend-mode: soft-light;
}

.uk-scope .hk-blend-difference {
	mix-blend-mode: difference;
}

.uk-scope .hk-blend-exclusion {
	mix-blend-mode: exclusion;
}

.uk-scope .hk-blend-hue {
	mix-blend-mode: hue;
}

.uk-scope .hk-blend-saturation {
	mix-blend-mode: saturation;
}

.uk-scope .hk-blend-color {
	mix-blend-mode: color;
}

.uk-scope .hk-blend-luminosity {
	mix-blend-mode: luminosity;
}

.uk-scope .hk-transform-center {
	transform: translate(-50%, -50%);
}

.uk-scope .hk-transform-origin-top-left {
	transform-origin: 0 0;
}

.uk-scope .hk-transform-origin-top-center {
	transform-origin: 50% 0;
}

.uk-scope .hk-transform-origin-top-right {
	transform-origin: 100% 0;
}

.uk-scope .hk-transform-origin-center-left {
	transform-origin: 0 50%;
}

.uk-scope .hk-transform-origin-center-right {
	transform-origin: 100% 50%;
}

.uk-scope .hk-transform-origin-bottom-left {
	transform-origin: 0 100%;
}

.uk-scope .hk-transform-origin-bottom-center {
	transform-origin: 50% 100%;
}

.uk-scope .hk-transform-origin-bottom-right {
	transform-origin: 100% 100%;
}

.uk-scope .hk-flex {
	display: flex;
}

.uk-scope .hk-flex-inline {
	display: inline-flex;
}

.uk-scope .hk-flex-left {
	justify-content: flex-start;
}

.uk-scope .hk-flex-center {
	justify-content: center;
}

.uk-scope .hk-flex-right {
	justify-content: flex-end;
}

.uk-scope .hk-flex-between {
	justify-content: space-between;
}

.uk-scope .hk-flex-around {
	justify-content: space-around;
}

@media (min-width: 640px) {
	.uk-scope .hk-flex-left\@s {
		justify-content: flex-start;
	}

	.uk-scope .hk-flex-center\@s {
		justify-content: center;
	}

	.uk-scope .hk-flex-right\@s {
		justify-content: flex-end;
	}

	.uk-scope .hk-flex-between\@s {
		justify-content: space-between;
	}

	.uk-scope .hk-flex-around\@s {
		justify-content: space-around;
	}
}

@media (min-width: 960px) {
	.uk-scope .hk-flex-left\@m {
		justify-content: flex-start;
	}

	.uk-scope .hk-flex-center\@m {
		justify-content: center;
	}

	.uk-scope .hk-flex-right\@m {
		justify-content: flex-end;
	}

	.uk-scope .hk-flex-between\@m {
		justify-content: space-between;
	}

	.uk-scope .hk-flex-around\@m {
		justify-content: space-around;
	}
}

@media (min-width: 1200px) {
	.uk-scope .hk-flex-left\@l {
		justify-content: flex-start;
	}

	.uk-scope .hk-flex-center\@l {
		justify-content: center;
	}

	.uk-scope .hk-flex-right\@l {
		justify-content: flex-end;
	}

	.uk-scope .hk-flex-between\@l {
		justify-content: space-between;
	}

	.uk-scope .hk-flex-around\@l {
		justify-content: space-around;
	}
}

@media (min-width: 1600px) {
	.uk-scope .hk-flex-left\@xl {
		justify-content: flex-start;
	}

	.uk-scope .hk-flex-center\@xl {
		justify-content: center;
	}

	.uk-scope .hk-flex-right\@xl {
		justify-content: flex-end;
	}

	.uk-scope .hk-flex-between\@xl {
		justify-content: space-between;
	}

	.uk-scope .hk-flex-around\@xl {
		justify-content: space-around;
	}
}

.uk-scope .hk-flex-stretch {
	align-items: stretch;
}

.uk-scope .hk-flex-top {
	align-items: flex-start;
}

.uk-scope .hk-flex-middle {
	align-items: center;
}

.uk-scope .hk-flex-bottom {
	align-items: flex-end;
}

@media (min-width: 640px) {
	.uk-scope .hk-flex-stretch\@s {
		align-items: stretch;
	}

	.uk-scope .hk-flex-top\@s {
		align-items: flex-start;
	}

	.uk-scope .hk-flex-middle\@s {
		align-items: center;
	}

	.uk-scope .hk-flex-bottom\@s {
		align-items: flex-end;
	}
}

@media (min-width: 960px) {
	.uk-scope .hk-flex-stretch\@m {
		align-items: stretch;
	}

	.uk-scope .hk-flex-top\@m {
		align-items: flex-start;
	}

	.uk-scope .hk-flex-middle\@m {
		align-items: center;
	}

	.uk-scope .hk-flex-bottom\@m {
		align-items: flex-end;
	}
}

@media (min-width: 1200px) {
	.uk-scope .hk-flex-stretch\@l {
		align-items: stretch;
	}

	.uk-scope .hk-flex-top\@l {
		align-items: flex-start;
	}

	.uk-scope .hk-flex-middle\@l {
		align-items: center;
	}

	.uk-scope .hk-flex-bottom\@l {
		align-items: flex-end;
	}
}

@media (min-width: 1600px) {
	.uk-scope .hk-flex-stretch\@xl {
		align-items: stretch;
	}

	.uk-scope .hk-flex-top\@xl {
		align-items: flex-start;
	}

	.uk-scope .hk-flex-middle\@xl {
		align-items: center;
	}

	.uk-scope .hk-flex-bottom\@xl {
		align-items: flex-end;
	}
}

.uk-scope .hk-flex-row {
	flex-direction: row;
}

.uk-scope .hk-flex-row-reverse {
	flex-direction: row-reverse;
}

.uk-scope .hk-flex-column {
	flex-direction: column;
}

.uk-scope .hk-flex-column-reverse {
	flex-direction: column-reverse;
}

@media (min-width: 640px) {
	.uk-scope .hk-flex-row\@s {
		flex-direction: row;
	}

	.uk-scope .hk-flex-column\@s {
		flex-direction: column;
	}
}

@media (min-width: 960px) {
	.uk-scope .hk-flex-row\@m {
		flex-direction: row;
	}

	.uk-scope .hk-flex-column\@m {
		flex-direction: column;
	}
}

@media (min-width: 1200px) {
	.uk-scope .hk-flex-row\@l {
		flex-direction: row;
	}

	.uk-scope .hk-flex-column\@l {
		flex-direction: column;
	}
}

@media (min-width: 1600px) {
	.uk-scope .hk-flex-row\@xl {
		flex-direction: row;
	}

	.uk-scope .hk-flex-column\@xl {
		flex-direction: column;
	}
}

.uk-scope .hk-flex-nowrap {
	flex-wrap: nowrap;
}

.uk-scope .hk-flex-wrap {
	flex-wrap: wrap;
}

.uk-scope .hk-flex-wrap-reverse {
	flex-wrap: wrap-reverse;
}

.uk-scope .hk-flex-wrap-stretch {
	align-content: stretch;
}

.uk-scope .hk-flex-wrap-top {
	align-content: flex-start;
}

.uk-scope .hk-flex-wrap-middle {
	align-content: center;
}

.uk-scope .hk-flex-wrap-bottom {
	align-content: flex-end;
}

.uk-scope .hk-flex-wrap-between {
	align-content: space-between;
}

.uk-scope .hk-flex-wrap-around {
	align-content: space-around;
}

.uk-scope .hk-flex-first {
	order: -1;
}

.uk-scope .hk-flex-last {
	order: 99;
}

@media (min-width: 640px) {
	.uk-scope .hk-flex-first\@s {
		order: -1;
	}

	.uk-scope .hk-flex-last\@s {
		order: 99;
	}
}

@media (min-width: 960px) {
	.uk-scope .hk-flex-first\@m {
		order: -1;
	}

	.uk-scope .hk-flex-last\@m {
		order: 99;
	}
}

@media (min-width: 1200px) {
	.uk-scope .hk-flex-first\@l {
		order: -1;
	}

	.uk-scope .hk-flex-last\@l {
		order: 99;
	}
}

@media (min-width: 1600px) {
	.uk-scope .hk-flex-first\@xl {
		order: -1;
	}

	.uk-scope .hk-flex-last\@xl {
		order: 99;
	}
}

.uk-scope .hk-flex-initial {
	flex: initial;
}

.uk-scope .hk-flex-none {
	flex: none;
}

.uk-scope .hk-flex-auto {
	flex: auto;
}

.uk-scope .hk-flex-1 {
	flex: 1;
}

@media (min-width: 640px) {
	.uk-scope .hk-flex-initial\@s {
		flex: initial;
	}

	.uk-scope .hk-flex-none\@s {
		flex: none;
	}

	.uk-scope .hk-flex-1\@s {
		flex: 1;
	}
}

@media (min-width: 960px) {
	.uk-scope .hk-flex-initial\@m {
		flex: initial;
	}

	.uk-scope .hk-flex-none\@m {
		flex: none;
	}

	.uk-scope .hk-flex-1\@m {
		flex: 1;
	}
}

@media (min-width: 1200px) {
	.uk-scope .hk-flex-initial\@l {
		flex: initial;
	}

	.uk-scope .hk-flex-none\@l {
		flex: none;
	}

	.uk-scope .hk-flex-1\@l {
		flex: 1;
	}
}

@media (min-width: 1600px) {
	.uk-scope .hk-flex-initial\@xl {
		flex: initial;
	}

	.uk-scope .hk-flex-none\@xl {
		flex: none;
	}

	.uk-scope .hk-flex-1\@xl {
		flex: 1;
	}
}

.uk-scope .hk-margin {
	margin-bottom: 20px;
}

.uk-scope *+.hk-margin {
	margin-top: 20px !important;
}

.uk-scope .hk-margin-top {
	margin-top: 20px !important;
}

.uk-scope .hk-margin-bottom {
	margin-bottom: 20px !important;
}

.uk-scope .hk-margin-left {
	margin-left: 20px !important;
}

.uk-scope .hk-margin-right {
	margin-right: 20px !important;
}

.uk-scope .hk-margin-xsmall {
	margin-bottom: 5px;
}

.uk-scope *+.hk-margin-xsmall {
	margin-top: 5px !important;
}

.uk-scope .hk-margin-xsmall-top {
	margin-top: 5px !important;
}

.uk-scope .hk-margin-xsmall-bottom {
	margin-bottom: 5px !important;
}

.uk-scope .hk-margin-xsmall-left {
	margin-left: 5px !important;
}

.uk-scope .hk-margin-xsmall-right {
	margin-right: 5px !important;
}

.uk-scope .hk-margin-small {
	margin-bottom: 10px;
}

.uk-scope *+.hk-margin-small {
	margin-top: 10px !important;
}

.uk-scope .hk-margin-small-top {
	margin-top: 10px !important;
}

.uk-scope .hk-margin-small-bottom {
	margin-bottom: 10px !important;
}

.uk-scope .hk-margin-small-left {
	margin-left: 10px !important;
}

.uk-scope .hk-margin-small-right {
	margin-right: 10px !important;
}

.uk-scope .hk-margin-medium {
	margin-bottom: 40px;
}

.uk-scope *+.hk-margin-medium {
	margin-top: 40px !important;
}

.uk-scope .hk-margin-medium-top {
	margin-top: 40px !important;
}

.uk-scope .hk-margin-medium-bottom {
	margin-bottom: 40px !important;
}

.uk-scope .hk-margin-medium-left {
	margin-left: 40px !important;
}

.uk-scope .hk-margin-medium-right {
	margin-right: 40px !important;
}

.uk-scope .hk-margin-large {
	margin-bottom: 40px;
}

.uk-scope *+.hk-margin-large {
	margin-top: 40px !important;
}

.uk-scope .hk-margin-large-top {
	margin-top: 40px !important;
}

.uk-scope .hk-margin-large-bottom {
	margin-bottom: 40px !important;
}

.uk-scope .hk-margin-large-left {
	margin-left: 40px !important;
}

.uk-scope .hk-margin-large-right {
	margin-right: 40px !important;
}

@media (min-width: 1200px) {
	.uk-scope .hk-margin-large {
		margin-bottom: 70px;
	}

	.uk-scope *+.hk-margin-large {
		margin-top: 70px !important;
	}

	.uk-scope .hk-margin-large-top {
		margin-top: 70px !important;
	}

	.uk-scope .hk-margin-large-bottom {
		margin-bottom: 70px !important;
	}

	.uk-scope .hk-margin-large-left {
		margin-left: 70px !important;
	}

	.uk-scope .hk-margin-large-right {
		margin-right: 70px !important;
	}
}

.uk-scope .hk-margin-xlarge {
	margin-bottom: 70px;
}

.uk-scope *+.hk-margin-xlarge {
	margin-top: 70px !important;
}

.uk-scope .hk-margin-xlarge-top {
	margin-top: 70px !important;
}

.uk-scope .hk-margin-xlarge-bottom {
	margin-bottom: 70px !important;
}

.uk-scope .hk-margin-xlarge-left {
	margin-left: 70px !important;
}

.uk-scope .hk-margin-xlarge-right {
	margin-right: 70px !important;
}

@media (min-width: 1200px) {
	.uk-scope .hk-margin-xlarge {
		margin-bottom: 140px;
	}

	.uk-scope *+.hk-margin-xlarge {
		margin-top: 140px !important;
	}

	.uk-scope .hk-margin-xlarge-top {
		margin-top: 140px !important;
	}

	.uk-scope .hk-margin-xlarge-bottom {
		margin-bottom: 140px !important;
	}

	.uk-scope .hk-margin-xlarge-left {
		margin-left: 140px !important;
	}

	.uk-scope .hk-margin-xlarge-right {
		margin-right: 140px !important;
	}
}

.uk-scope .hk-margin-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}

.uk-scope .hk-margin-auto-top {
	margin-top: auto !important;
}

.uk-scope .hk-margin-auto-bottom {
	margin-bottom: auto !important;
}

.uk-scope .hk-margin-auto-left {
	margin-left: auto !important;
}

.uk-scope .hk-margin-auto-right {
	margin-right: auto !important;
}

.uk-scope .hk-margin-auto-vertical {
	margin-top: auto !important;
	margin-bottom: auto !important;
}

@media (min-width: 640px) {
	.uk-scope .hk-margin-auto\@s {
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.uk-scope .hk-margin-auto-left\@s {
		margin-left: auto !important;
	}

	.uk-scope .hk-margin-auto-right\@s {
		margin-right: auto !important;
	}
}

@media (min-width: 960px) {
	.uk-scope .hk-margin-auto\@m {
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.uk-scope .hk-margin-auto-left\@m {
		margin-left: auto !important;
	}

	.uk-scope .hk-margin-auto-right\@m {
		margin-right: auto !important;
	}
}

@media (min-width: 1200px) {
	.uk-scope .hk-margin-auto\@l {
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.uk-scope .hk-margin-auto-left\@l {
		margin-left: auto !important;
	}

	.uk-scope .hk-margin-auto-right\@l {
		margin-right: auto !important;
	}
}

@media (min-width: 1600px) {
	.uk-scope .hk-margin-auto\@xl {
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.uk-scope .hk-margin-auto-left\@xl {
		margin-left: auto !important;
	}

	.uk-scope .hk-margin-auto-right\@xl {
		margin-right: auto !important;
	}
}

.uk-scope .hk-margin-remove {
	margin: 0 !important;
}

.uk-scope .hk-margin-remove-top {
	margin-top: 0 !important;
}

.uk-scope .hk-margin-remove-bottom {
	margin-bottom: 0 !important;
}

.uk-scope .hk-margin-remove-left {
	margin-left: 0 !important;
}

.uk-scope .hk-margin-remove-right {
	margin-right: 0 !important;
}

.uk-scope .hk-margin-remove-vertical {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.uk-scope .hk-margin-remove-adjacent+*,
.uk-scope .hk-margin-remove-first-child> :first-child {
	margin-top: 0 !important;
}

.uk-scope .hk-margin-remove-last-child> :last-child {
	margin-bottom: 0 !important;
}

@media (min-width: 640px) {
	.uk-scope .hk-margin-remove-left\@s {
		margin-left: 0 !important;
	}

	.uk-scope .hk-margin-remove-right\@s {
		margin-right: 0 !important;
	}
}

@media (min-width: 960px) {
	.uk-scope .hk-margin-remove-left\@m {
		margin-left: 0 !important;
	}

	.uk-scope .hk-margin-remove-right\@m {
		margin-right: 0 !important;
	}
}

@media (min-width: 1200px) {
	.uk-scope .hk-margin-remove-left\@l {
		margin-left: 0 !important;
	}

	.uk-scope .hk-margin-remove-right\@l {
		margin-right: 0 !important;
	}
}

@media (min-width: 1600px) {
	.uk-scope .hk-margin-remove-left\@xl {
		margin-left: 0 !important;
	}

	.uk-scope .hk-margin-remove-right\@xl {
		margin-right: 0 !important;
	}
}

.uk-scope .hk-padding {
	padding: 30px;
}

@media (min-width: 1200px) {
	.uk-scope .hk-padding {
		padding: 40px;
	}
}

.uk-scope .hk-padding-small {
	padding: 15px;
}

.uk-scope .hk-padding-large {
	padding: 40px;
}

@media (min-width: 1200px) {
	.uk-scope .hk-padding-large {
		padding: 70px;
	}
}

.uk-scope .hk-padding-remove {
	padding: 0 !important;
}

.uk-scope .hk-padding-remove-top {
	padding-top: 0 !important;
}

.uk-scope .hk-padding-remove-bottom {
	padding-bottom: 0 !important;
}

.uk-scope .hk-padding-remove-left {
	padding-left: 0 !important;
}

.uk-scope .hk-padding-remove-right {
	padding-right: 0 !important;
}

.uk-scope .hk-padding-remove-vertical {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.uk-scope .hk-padding-remove-horizontal {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

:root {
	--hk-position-margin-offset: 0px;
}

.uk-scope [class*="hk-position-top"],
.uk-scope [class*="hk-position-bottom"],
.uk-scope [class*="hk-position-left"],
.uk-scope [class*="hk-position-right"],
.uk-scope [class*="hk-position-center"] {
	position: absolute !important;
	max-width: calc(100% - (var(--hk-position-margin-offset) * 2));
	box-sizing: border-box;
}

.uk-scope .hk-position-top {
	top: 0;
	left: 0;
	right: 0;
}

.uk-scope .hk-position-bottom {
	bottom: 0;
	left: 0;
	right: 0;
}

.uk-scope .hk-position-left {
	top: 0;
	bottom: 0;
	left: 0;
}

.uk-scope .hk-position-right {
	top: 0;
	bottom: 0;
	right: 0;
}

.uk-scope .hk-position-top-left {
	top: 0;
	left: 0;
}

.uk-scope .hk-position-top-right {
	top: 0;
	right: 0;
}

.uk-scope .hk-position-bottom-left {
	bottom: 0;
	left: 0;
}

.uk-scope .hk-position-bottom-right {
	bottom: 0;
	right: 0;
}

.uk-scope .hk-position-center {
	top: calc(50% - var(--hk-position-margin-offset));
	left: calc(50% - var(--hk-position-margin-offset));
	--hk-position-translate-x: -50%;
	--hk-position-translate-y: -50%;
	transform: translate(var(--hk-position-translate-x), var(--hk-position-translate-y));
	width: max-content;
}

.uk-scope [class*="hk-position-center-left"],
.uk-scope [class*="hk-position-center-right"],
.uk-scope .hk-position-center-vertical {
	top: calc(50% - var(--hk-position-margin-offset));
	--hk-position-translate-y: -50%;
	transform: translate(0, var(--hk-position-translate-y));
}

.uk-scope .hk-position-center-left {
	left: 0;
}

.uk-scope .hk-position-center-right {
	right: 0;
}

.uk-scope .hk-position-center-vertical {
	left: 0;
	right: 0;
}

.uk-scope .hk-position-center-left-out {
	right: 100%;
	width: max-content;
}

.uk-scope .hk-position-center-right-out {
	left: 100%;
	width: max-content;
}

.uk-scope .hk-position-top-center,
.uk-scope .hk-position-bottom-center,
.uk-scope .hk-position-center-horizontal {
	left: calc(50% - var(--hk-position-margin-offset));
	--hk-position-translate-x: -50%;
	transform: translate(var(--hk-position-translate-x), 0);
	width: max-content;
}

.uk-scope .hk-position-top-center {
	top: 0;
}

.uk-scope .hk-position-bottom-center {
	bottom: 0;
}

.uk-scope .hk-position-center-horizontal {
	top: 0;
	bottom: 0;
}

.uk-scope .hk-position-cover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.uk-scope .hk-position-small {
	margin: 15px;
	--hk-position-margin-offset: 15px;
}

.uk-scope .hk-position-medium {
	margin: 30px;
	--hk-position-margin-offset: 30px;
}

.uk-scope .hk-position-large {
	margin: 30px;
	--hk-position-margin-offset: 30px;
}

@media (min-width: 1200px) {
	.uk-scope .hk-position-large {
		margin: 50px;
		--hk-position-margin-offset: 50px;
	}
}

.uk-scope .hk-position-relative {
	position: relative !important;
}

.uk-scope .hk-position-absolute {
	position: absolute !important;
}

.uk-scope .hk-position-fixed {
	position: fixed !important;
}

.uk-scope .hk-position-sticky {
	position: sticky !important;
}

.uk-scope .hk-position-z-index {
	z-index: 1;
}

.uk-scope .hk-position-z-index-zero {
	z-index: 0;
}

.uk-scope .hk-position-z-index-negative {
	z-index: -1;
}

.uk-scope .hk-position-z-index-high {
	z-index: 990;
}

.uk-scope :where(.hk-transition-fade),
.uk-scope :where([class*="hk-transition-scale"]),
.uk-scope :where([class*="hk-transition-slide"]) {
	--hk-position-translate-x: 0;
	--hk-position-translate-y: 0;
}

.uk-scope .hk-transition-fade,
.uk-scope [class*="hk-transition-scale"],
.uk-scope [class*="hk-transition-slide"] {
	--hk-translate-x: 0;
	--hk-translate-y: 0;
	--hk-scale-x: 1;
	--hk-scale-y: 1;
	transform: translate(var(--hk-position-translate-x), var(--hk-position-translate-y)) translate(var(--hk-translate-x), var(--hk-translate-y)) scale(var(--hk-scale-x), var(--hk-scale-y));
	transition: 0.3s ease-out;
	transition-property: opacity, transform, filter;
	opacity: 0;
}

.uk-scope .hk-transition-toggle:hover .hk-transition-fade,
.uk-scope .hk-transition-toggle:focus .hk-transition-fade,
.uk-scope .hk-transition-toggle:focus-within .hk-transition-fade,
.uk-scope .hk-transition-active.hk-active .hk-transition-fade {
	opacity: 1;
}

.uk-scope [class*="hk-transition-scale"] {
	-webkit-backface-visibility: hidden;
}

.uk-scope .hk-transition-scale-up {
	--hk-scale-x: 1;
	--hk-scale-y: 1;
}

.uk-scope .hk-transition-scale-down {
	--hk-scale-x: 1.03;
	--hk-scale-y: 1.03;
}

.uk-scope .hk-transition-toggle:hover .hk-transition-scale-up,
.uk-scope .hk-transition-toggle:focus .hk-transition-scale-up,
.uk-scope .hk-transition-toggle:focus-within .hk-transition-scale-up,
.uk-scope .hk-transition-active.hk-active .hk-transition-scale-up {
	--hk-scale-x: 1.03;
	--hk-scale-y: 1.03;
	opacity: 1;
}

.uk-scope .hk-transition-toggle:hover .hk-transition-scale-down,
.uk-scope .hk-transition-toggle:focus .hk-transition-scale-down,
.uk-scope .hk-transition-toggle:focus-within .hk-transition-scale-down,
.uk-scope .hk-transition-active.hk-active .hk-transition-scale-down {
	--hk-scale-x: 1;
	--hk-scale-y: 1;
	opacity: 1;
}

.uk-scope .hk-transition-slide-top {
	--hk-translate-y: -100%;
}

.uk-scope .hk-transition-slide-bottom {
	--hk-translate-y: 100%;
}

.uk-scope .hk-transition-slide-left {
	--hk-translate-x: -100%;
}

.uk-scope .hk-transition-slide-right {
	--hk-translate-x: 100%;
}

.uk-scope .hk-transition-slide-top-small {
	--hk-translate-y: calc(-1 * 10px);
}

.uk-scope .hk-transition-slide-bottom-small {
	--hk-translate-y: 10px;
}

.uk-scope .hk-transition-slide-left-small {
	--hk-translate-x: calc(-1 * 10px);
}

.uk-scope .hk-transition-slide-right-small {
	--hk-translate-x: 10px;
}

.uk-scope .hk-transition-slide-top-medium {
	--hk-translate-y: calc(-1 * 50px);
}

.uk-scope .hk-transition-slide-bottom-medium {
	--hk-translate-y: 50px;
}

.uk-scope .hk-transition-slide-left-medium {
	--hk-translate-x: calc(-1 * 50px);
}

.uk-scope .hk-transition-slide-right-medium {
	--hk-translate-x: 50px;
}

.uk-scope .hk-transition-toggle:hover [class*="hk-transition-slide"],
.uk-scope .hk-transition-toggle:focus [class*="hk-transition-slide"],
.uk-scope .hk-transition-toggle:focus-within [class*="hk-transition-slide"],
.uk-scope .hk-transition-active.hk-active [class*="hk-transition-slide"] {
	--hk-translate-x: 0;
	--hk-translate-y: 0;
	opacity: 1;
}

.uk-scope .hk-transition-opaque {
	opacity: 1;
}

.uk-scope .hk-transition-slow {
	transition-duration: 0.7s;
}

.uk-scope .hk-transition-disable,
.uk-scope .hk-transition-disable * {
	transition: none !important;
}

.uk-scope [hidden],
.uk-scope .hk-hidden,
.uk-scope .hk-hidden-empty:empty {
	display: none !important;
}

@media (min-width: 640px) {
	.uk-scope .hk-hidden\@s {
		display: none !important;
	}
}

@media (min-width: 960px) {
	.uk-scope .hk-hidden\@m {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.uk-scope .hk-hidden\@l {
		display: none !important;
	}
}

@media (min-width: 1600px) {
	.uk-scope .hk-hidden\@xl {
		display: none !important;
	}
}

@media (max-width: 639px) {
	.uk-scope .hk-visible\@s {
		display: none !important;
	}
}

@media (max-width: 959px) {
	.uk-scope .hk-visible\@m {
		display: none !important;
	}
}

@media (max-width: 1199px) {
	.uk-scope .hk-visible\@l {
		display: none !important;
	}
}

@media (max-width: 1599px) {
	.uk-scope .hk-visible\@xl {
		display: none !important;
	}
}

.uk-scope .hk-invisible {
	visibility: hidden !important;
}

.uk-scope .hk-hidden-visually:not(:focus):not(:active):not(:focus-within),
.uk-scope .hk-visible-toggle:not(:hover):not(:focus) .hk-hidden-hover:not(:focus-visible):not(:has(:focus-visible)) {
	position: absolute !important;
	width: 0 !important;
	height: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	margin: 0 !important;
	overflow: hidden !important;
}

.uk-scope .hk-visible-toggle:not(:hover):not(:focus) .hk-invisible-hover:not(:focus-within) {
	opacity: 0 !important;
}

@media (hover: none) {
	.uk-scope .hk-hidden-touch {
		display: none !important;
	}
}

@media (hover) {
	.uk-scope .hk-hidden-notouch {
		display: none !important;
	}
}

.uk-scope .hk-light,
.uk-scope .hk-section-primary:not(.hk-preserve-color),
.uk-scope .hk-section-secondary:not(.hk-preserve-color),
.uk-scope .hk-tile-primary:not(.hk-preserve-color),
.uk-scope .hk-tile-secondary:not(.hk-preserve-color),
.uk-scope .hk-card-primary.hk-card-body,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]),
.uk-scope .hk-card-secondary.hk-card-body,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]),
.uk-scope .hk-overlay-primary,
.uk-scope .hk-offcanvas-bar {
	color: rgba(255, 255, 255, 0.7);
}

.uk-scope .hk-light a,
.uk-scope .hk-light .hk-link,
.uk-scope .hk-section-primary:not(.hk-preserve-color) a,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-link,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) a,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-link,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) a,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-link,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) a,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-link,
.uk-scope .hk-card-primary.hk-card-body a,
.uk-scope .hk-card-primary.hk-card-body .hk-link,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) a,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-link,
.uk-scope .hk-card-secondary.hk-card-body a,
.uk-scope .hk-card-secondary.hk-card-body .hk-link,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) a,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-link,
.uk-scope .hk-overlay-primary a,
.uk-scope .hk-overlay-primary .hk-link,
.uk-scope .hk-offcanvas-bar a,
.uk-scope .hk-offcanvas-bar .hk-link {
	color: #fff;
}

.uk-scope .hk-light a:hover,
.uk-scope .hk-light .hk-link:hover,
.uk-scope .hk-light .hk-link-toggle:hover .hk-link,
.uk-scope .hk-section-primary:not(.hk-preserve-color) a:hover,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-link:hover,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-link-toggle:hover .hk-link,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) a:hover,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-link:hover,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-link-toggle:hover .hk-link,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) a:hover,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-link:hover,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-link-toggle:hover .hk-link,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) a:hover,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-link:hover,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-link-toggle:hover .hk-link,
.uk-scope .hk-card-primary.hk-card-body a:hover,
.uk-scope .hk-card-primary.hk-card-body .hk-link:hover,
.uk-scope .hk-card-primary.hk-card-body .hk-link-toggle:hover .hk-link,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) a:hover,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-link:hover,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-link-toggle:hover .hk-link,
.uk-scope .hk-card-secondary.hk-card-body a:hover,
.uk-scope .hk-card-secondary.hk-card-body .hk-link:hover,
.uk-scope .hk-card-secondary.hk-card-body .hk-link-toggle:hover .hk-link,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) a:hover,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-link:hover,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-link-toggle:hover .hk-link,
.uk-scope .hk-overlay-primary a:hover,
.uk-scope .hk-overlay-primary .hk-link:hover,
.uk-scope .hk-overlay-primary .hk-link-toggle:hover .hk-link,
.uk-scope .hk-offcanvas-bar a:hover,
.uk-scope .hk-offcanvas-bar .hk-link:hover,
.uk-scope .hk-offcanvas-bar .hk-link-toggle:hover .hk-link {
	color: #fff;
}

.uk-scope .hk-light :not(pre)>code,
.uk-scope .hk-light :not(pre)>kbd,
.uk-scope .hk-light :not(pre)>samp,
.uk-scope .hk-section-primary:not(.hk-preserve-color) :not(pre)>code,
.uk-scope .hk-section-primary:not(.hk-preserve-color) :not(pre)>kbd,
.uk-scope .hk-section-primary:not(.hk-preserve-color) :not(pre)>samp,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) :not(pre)>code,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) :not(pre)>kbd,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) :not(pre)>samp,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) :not(pre)>code,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) :not(pre)>kbd,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) :not(pre)>samp,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) :not(pre)>code,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) :not(pre)>kbd,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) :not(pre)>samp,
.uk-scope .hk-card-primary.hk-card-body :not(pre)>code,
.uk-scope .hk-card-primary.hk-card-body :not(pre)>kbd,
.uk-scope .hk-card-primary.hk-card-body :not(pre)>samp,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) :not(pre)>code,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) :not(pre)>kbd,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) :not(pre)>samp,
.uk-scope .hk-card-secondary.hk-card-body :not(pre)>code,
.uk-scope .hk-card-secondary.hk-card-body :not(pre)>kbd,
.uk-scope .hk-card-secondary.hk-card-body :not(pre)>samp,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) :not(pre)>code,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) :not(pre)>kbd,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) :not(pre)>samp,
.uk-scope .hk-overlay-primary :not(pre)>code,
.uk-scope .hk-overlay-primary :not(pre)>kbd,
.uk-scope .hk-overlay-primary :not(pre)>samp,
.uk-scope .hk-offcanvas-bar :not(pre)>code,
.uk-scope .hk-offcanvas-bar :not(pre)>kbd,
.uk-scope .hk-offcanvas-bar :not(pre)>samp {
	color: rgba(255, 255, 255, 0.7);
	background-color: rgba(255, 255, 255, 0.1);
}

.uk-scope .hk-light em,
.uk-scope .hk-section-primary:not(.hk-preserve-color) em,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) em,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) em,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) em,
.uk-scope .hk-card-primary.hk-card-body em,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) em,
.uk-scope .hk-card-secondary.hk-card-body em,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) em,
.uk-scope .hk-overlay-primary em,
.uk-scope .hk-offcanvas-bar em {
	color: #fff;
}

.uk-scope .hk-light h1,
.uk-scope .hk-light .hk-h1,
.uk-scope .hk-light h2,
.uk-scope .hk-light .hk-h2,
.uk-scope .hk-light h3,
.uk-scope .hk-light .hk-h3,
.uk-scope .hk-light h4,
.uk-scope .hk-light .hk-h4,
.uk-scope .hk-light h5,
.uk-scope .hk-light .hk-h5,
.uk-scope .hk-light h6,
.uk-scope .hk-light .hk-h6,
.uk-scope .hk-light .hk-heading-small,
.uk-scope .hk-light .hk-heading-medium,
.uk-scope .hk-light .hk-heading-large,
.uk-scope .hk-light .hk-heading-xlarge,
.uk-scope .hk-light .hk-heading-2xlarge,
.uk-scope .hk-light .hk-heading-3xlarge,
.uk-scope .hk-section-primary:not(.hk-preserve-color) h1,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-h1,
.uk-scope .hk-section-primary:not(.hk-preserve-color) h2,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-h2,
.uk-scope .hk-section-primary:not(.hk-preserve-color) h3,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-h3,
.uk-scope .hk-section-primary:not(.hk-preserve-color) h4,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-h4,
.uk-scope .hk-section-primary:not(.hk-preserve-color) h5,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-h5,
.uk-scope .hk-section-primary:not(.hk-preserve-color) h6,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-h6,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-heading-small,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-heading-medium,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-heading-large,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-heading-xlarge,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-heading-2xlarge,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-heading-3xlarge,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) h1,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-h1,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) h2,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-h2,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) h3,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-h3,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) h4,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-h4,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) h5,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-h5,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) h6,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-h6,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-heading-small,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-heading-medium,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-heading-large,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-heading-xlarge,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-heading-2xlarge,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-heading-3xlarge,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) h1,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-h1,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) h2,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-h2,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) h3,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-h3,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) h4,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-h4,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) h5,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-h5,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) h6,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-h6,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-heading-small,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-heading-medium,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-heading-large,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-heading-xlarge,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-heading-2xlarge,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-heading-3xlarge,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) h1,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-h1,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) h2,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-h2,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) h3,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-h3,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) h4,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-h4,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) h5,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-h5,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) h6,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-h6,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-heading-small,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-heading-medium,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-heading-large,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-heading-xlarge,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-heading-2xlarge,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-heading-3xlarge,
.uk-scope .hk-card-primary.hk-card-body h1,
.uk-scope .hk-card-primary.hk-card-body .hk-h1,
.uk-scope .hk-card-primary.hk-card-body h2,
.uk-scope .hk-card-primary.hk-card-body .hk-h2,
.uk-scope .hk-card-primary.hk-card-body h3,
.uk-scope .hk-card-primary.hk-card-body .hk-h3,
.uk-scope .hk-card-primary.hk-card-body h4,
.uk-scope .hk-card-primary.hk-card-body .hk-h4,
.uk-scope .hk-card-primary.hk-card-body h5,
.uk-scope .hk-card-primary.hk-card-body .hk-h5,
.uk-scope .hk-card-primary.hk-card-body h6,
.uk-scope .hk-card-primary.hk-card-body .hk-h6,
.uk-scope .hk-card-primary.hk-card-body .hk-heading-small,
.uk-scope .hk-card-primary.hk-card-body .hk-heading-medium,
.uk-scope .hk-card-primary.hk-card-body .hk-heading-large,
.uk-scope .hk-card-primary.hk-card-body .hk-heading-xlarge,
.uk-scope .hk-card-primary.hk-card-body .hk-heading-2xlarge,
.uk-scope .hk-card-primary.hk-card-body .hk-heading-3xlarge,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) h1,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-h1,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) h2,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-h2,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) h3,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-h3,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) h4,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-h4,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) h5,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-h5,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) h6,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-h6,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-heading-small,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-heading-medium,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-heading-large,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-heading-xlarge,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-heading-2xlarge,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-heading-3xlarge,
.uk-scope .hk-card-secondary.hk-card-body h1,
.uk-scope .hk-card-secondary.hk-card-body .hk-h1,
.uk-scope .hk-card-secondary.hk-card-body h2,
.uk-scope .hk-card-secondary.hk-card-body .hk-h2,
.uk-scope .hk-card-secondary.hk-card-body h3,
.uk-scope .hk-card-secondary.hk-card-body .hk-h3,
.uk-scope .hk-card-secondary.hk-card-body h4,
.uk-scope .hk-card-secondary.hk-card-body .hk-h4,
.uk-scope .hk-card-secondary.hk-card-body h5,
.uk-scope .hk-card-secondary.hk-card-body .hk-h5,
.uk-scope .hk-card-secondary.hk-card-body h6,
.uk-scope .hk-card-secondary.hk-card-body .hk-h6,
.uk-scope .hk-card-secondary.hk-card-body .hk-heading-small,
.uk-scope .hk-card-secondary.hk-card-body .hk-heading-medium,
.uk-scope .hk-card-secondary.hk-card-body .hk-heading-large,
.uk-scope .hk-card-secondary.hk-card-body .hk-heading-xlarge,
.uk-scope .hk-card-secondary.hk-card-body .hk-heading-2xlarge,
.uk-scope .hk-card-secondary.hk-card-body .hk-heading-3xlarge,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) h1,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-h1,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) h2,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-h2,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) h3,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-h3,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) h4,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-h4,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) h5,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-h5,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) h6,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-h6,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-heading-small,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-heading-medium,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-heading-large,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-heading-xlarge,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-heading-2xlarge,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-heading-3xlarge,
.uk-scope .hk-overlay-primary h1,
.uk-scope .hk-overlay-primary .hk-h1,
.uk-scope .hk-overlay-primary h2,
.uk-scope .hk-overlay-primary .hk-h2,
.uk-scope .hk-overlay-primary h3,
.uk-scope .hk-overlay-primary .hk-h3,
.uk-scope .hk-overlay-primary h4,
.uk-scope .hk-overlay-primary .hk-h4,
.uk-scope .hk-overlay-primary h5,
.uk-scope .hk-overlay-primary .hk-h5,
.uk-scope .hk-overlay-primary h6,
.uk-scope .hk-overlay-primary .hk-h6,
.uk-scope .hk-overlay-primary .hk-heading-small,
.uk-scope .hk-overlay-primary .hk-heading-medium,
.uk-scope .hk-overlay-primary .hk-heading-large,
.uk-scope .hk-overlay-primary .hk-heading-xlarge,
.uk-scope .hk-overlay-primary .hk-heading-2xlarge,
.uk-scope .hk-overlay-primary .hk-heading-3xlarge,
.uk-scope .hk-offcanvas-bar h1,
.uk-scope .hk-offcanvas-bar .hk-h1,
.uk-scope .hk-offcanvas-bar h2,
.uk-scope .hk-offcanvas-bar .hk-h2,
.uk-scope .hk-offcanvas-bar h3,
.uk-scope .hk-offcanvas-bar .hk-h3,
.uk-scope .hk-offcanvas-bar h4,
.uk-scope .hk-offcanvas-bar .hk-h4,
.uk-scope .hk-offcanvas-bar h5,
.uk-scope .hk-offcanvas-bar .hk-h5,
.uk-scope .hk-offcanvas-bar h6,
.uk-scope .hk-offcanvas-bar .hk-h6,
.uk-scope .hk-offcanvas-bar .hk-heading-small,
.uk-scope .hk-offcanvas-bar .hk-heading-medium,
.uk-scope .hk-offcanvas-bar .hk-heading-large,
.uk-scope .hk-offcanvas-bar .hk-heading-xlarge,
.uk-scope .hk-offcanvas-bar .hk-heading-2xlarge,
.uk-scope .hk-offcanvas-bar .hk-heading-3xlarge {
	color: #fff;
}

.uk-scope .hk-light blockquote,
.uk-scope .hk-section-primary:not(.hk-preserve-color) blockquote,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) blockquote,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) blockquote,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) blockquote,
.uk-scope .hk-card-primary.hk-card-body blockquote,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) blockquote,
.uk-scope .hk-card-secondary.hk-card-body blockquote,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) blockquote,
.uk-scope .hk-overlay-primary blockquote,
.uk-scope .hk-offcanvas-bar blockquote {
	color: #fff;
}

.uk-scope .hk-light blockquote footer,
.uk-scope .hk-section-primary:not(.hk-preserve-color) blockquote footer,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) blockquote footer,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) blockquote footer,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) blockquote footer,
.uk-scope .hk-card-primary.hk-card-body blockquote footer,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) blockquote footer,
.uk-scope .hk-card-secondary.hk-card-body blockquote footer,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) blockquote footer,
.uk-scope .hk-overlay-primary blockquote footer,
.uk-scope .hk-offcanvas-bar blockquote footer {
	color: rgba(255, 255, 255, 0.7);
}

.uk-scope .hk-light hr,
.uk-scope .hk-light .hk-hr,
.uk-scope .hk-section-primary:not(.hk-preserve-color) hr,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-hr,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) hr,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-hr,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) hr,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-hr,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) hr,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-hr,
.uk-scope .hk-card-primary.hk-card-body hr,
.uk-scope .hk-card-primary.hk-card-body .hk-hr,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) hr,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-hr,
.uk-scope .hk-card-secondary.hk-card-body hr,
.uk-scope .hk-card-secondary.hk-card-body .hk-hr,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) hr,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-hr,
.uk-scope .hk-overlay-primary hr,
.uk-scope .hk-overlay-primary .hk-hr,
.uk-scope .hk-offcanvas-bar hr,
.uk-scope .hk-offcanvas-bar .hk-hr {
	border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-scope .hk-light :focus-visible,
.uk-scope .hk-section-primary:not(.hk-preserve-color) :focus-visible,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) :focus-visible,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) :focus-visible,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) :focus-visible,
.uk-scope .hk-card-primary.hk-card-body :focus-visible,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) :focus-visible,
.uk-scope .hk-card-secondary.hk-card-body :focus-visible,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) :focus-visible,
.uk-scope .hk-overlay-primary :focus-visible,
.uk-scope .hk-offcanvas-bar :focus-visible {
	outline-color: #fff;
}

.uk-scope .hk-light a.hk-link-muted,
.uk-scope .hk-light .hk-link-muted a,
.uk-scope .hk-section-primary:not(.hk-preserve-color) a.hk-link-muted,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-link-muted a,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) a.hk-link-muted,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-link-muted a,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) a.hk-link-muted,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-link-muted a,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) a.hk-link-muted,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-link-muted a,
.uk-scope .hk-card-primary.hk-card-body a.hk-link-muted,
.uk-scope .hk-card-primary.hk-card-body .hk-link-muted a,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) a.hk-link-muted,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-link-muted a,
.uk-scope .hk-card-secondary.hk-card-body a.hk-link-muted,
.uk-scope .hk-card-secondary.hk-card-body .hk-link-muted a,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) a.hk-link-muted,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-link-muted a,
.uk-scope .hk-overlay-primary a.hk-link-muted,
.uk-scope .hk-overlay-primary .hk-link-muted a,
.uk-scope .hk-offcanvas-bar a.hk-link-muted,
.uk-scope .hk-offcanvas-bar .hk-link-muted a {
	color: rgba(255, 255, 255, 0.5);
}

.uk-scope .hk-light a.hk-link-muted:hover,
.uk-scope .hk-light .hk-link-muted a:hover,
.uk-scope .hk-light .hk-link-toggle:hover .hk-link-muted,
.uk-scope .hk-section-primary:not(.hk-preserve-color) a.hk-link-muted:hover,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-link-muted a:hover,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-link-toggle:hover .hk-link-muted,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) a.hk-link-muted:hover,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-link-muted a:hover,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-link-toggle:hover .hk-link-muted,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) a.hk-link-muted:hover,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-link-muted a:hover,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-link-toggle:hover .hk-link-muted,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) a.hk-link-muted:hover,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-link-muted a:hover,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-link-toggle:hover .hk-link-muted,
.uk-scope .hk-card-primary.hk-card-body a.hk-link-muted:hover,
.uk-scope .hk-card-primary.hk-card-body .hk-link-muted a:hover,
.uk-scope .hk-card-primary.hk-card-body .hk-link-toggle:hover .hk-link-muted,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) a.hk-link-muted:hover,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-link-muted a:hover,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-link-toggle:hover .hk-link-muted,
.uk-scope .hk-card-secondary.hk-card-body a.hk-link-muted:hover,
.uk-scope .hk-card-secondary.hk-card-body .hk-link-muted a:hover,
.uk-scope .hk-card-secondary.hk-card-body .hk-link-toggle:hover .hk-link-muted,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) a.hk-link-muted:hover,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-link-muted a:hover,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-link-toggle:hover .hk-link-muted,
.uk-scope .hk-overlay-primary a.hk-link-muted:hover,
.uk-scope .hk-overlay-primary .hk-link-muted a:hover,
.uk-scope .hk-overlay-primary .hk-link-toggle:hover .hk-link-muted,
.uk-scope .hk-offcanvas-bar a.hk-link-muted:hover,
.uk-scope .hk-offcanvas-bar .hk-link-muted a:hover,
.uk-scope .hk-offcanvas-bar .hk-link-toggle:hover .hk-link-muted {
	color: rgba(255, 255, 255, 0.7);
}

.uk-scope .hk-light a.hk-link-text:hover,
.uk-scope .hk-light .hk-link-text a:hover,
.uk-scope .hk-light .hk-link-toggle:hover .hk-link-text,
.uk-scope .hk-section-primary:not(.hk-preserve-color) a.hk-link-text:hover,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-link-text a:hover,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-link-toggle:hover .hk-link-text,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) a.hk-link-text:hover,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-link-text a:hover,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-link-toggle:hover .hk-link-text,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) a.hk-link-text:hover,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-link-text a:hover,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-link-toggle:hover .hk-link-text,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) a.hk-link-text:hover,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-link-text a:hover,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-link-toggle:hover .hk-link-text,
.uk-scope .hk-card-primary.hk-card-body a.hk-link-text:hover,
.uk-scope .hk-card-primary.hk-card-body .hk-link-text a:hover,
.uk-scope .hk-card-primary.hk-card-body .hk-link-toggle:hover .hk-link-text,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) a.hk-link-text:hover,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-link-text a:hover,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-link-toggle:hover .hk-link-text,
.uk-scope .hk-card-secondary.hk-card-body a.hk-link-text:hover,
.uk-scope .hk-card-secondary.hk-card-body .hk-link-text a:hover,
.uk-scope .hk-card-secondary.hk-card-body .hk-link-toggle:hover .hk-link-text,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) a.hk-link-text:hover,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-link-text a:hover,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-link-toggle:hover .hk-link-text,
.uk-scope .hk-overlay-primary a.hk-link-text:hover,
.uk-scope .hk-overlay-primary .hk-link-text a:hover,
.uk-scope .hk-overlay-primary .hk-link-toggle:hover .hk-link-text,
.uk-scope .hk-offcanvas-bar a.hk-link-text:hover,
.uk-scope .hk-offcanvas-bar .hk-link-text a:hover,
.uk-scope .hk-offcanvas-bar .hk-link-toggle:hover .hk-link-text {
	color: rgba(255, 255, 255, 0.5);
}

.uk-scope .hk-light a.hk-link-heading:hover,
.uk-scope .hk-light .hk-link-heading a:hover,
.uk-scope .hk-light .hk-link-toggle:hover .hk-link-heading,
.uk-scope .hk-section-primary:not(.hk-preserve-color) a.hk-link-heading:hover,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-link-heading a:hover,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-link-toggle:hover .hk-link-heading,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) a.hk-link-heading:hover,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-link-heading a:hover,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-link-toggle:hover .hk-link-heading,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) a.hk-link-heading:hover,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-link-heading a:hover,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-link-toggle:hover .hk-link-heading,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) a.hk-link-heading:hover,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-link-heading a:hover,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-link-toggle:hover .hk-link-heading,
.uk-scope .hk-card-primary.hk-card-body a.hk-link-heading:hover,
.uk-scope .hk-card-primary.hk-card-body .hk-link-heading a:hover,
.uk-scope .hk-card-primary.hk-card-body .hk-link-toggle:hover .hk-link-heading,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) a.hk-link-heading:hover,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-link-heading a:hover,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-link-toggle:hover .hk-link-heading,
.uk-scope .hk-card-secondary.hk-card-body a.hk-link-heading:hover,
.uk-scope .hk-card-secondary.hk-card-body .hk-link-heading a:hover,
.uk-scope .hk-card-secondary.hk-card-body .hk-link-toggle:hover .hk-link-heading,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) a.hk-link-heading:hover,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-link-heading a:hover,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-link-toggle:hover .hk-link-heading,
.uk-scope .hk-overlay-primary a.hk-link-heading:hover,
.uk-scope .hk-overlay-primary .hk-link-heading a:hover,
.uk-scope .hk-overlay-primary .hk-link-toggle:hover .hk-link-heading,
.uk-scope .hk-offcanvas-bar a.hk-link-heading:hover,
.uk-scope .hk-offcanvas-bar .hk-link-heading a:hover,
.uk-scope .hk-offcanvas-bar .hk-link-toggle:hover .hk-link-heading {
	color: #fff;
}

.uk-scope .hk-light .hk-heading-divider,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-heading-divider,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-heading-divider,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-heading-divider,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-heading-divider,
.uk-scope .hk-card-primary.hk-card-body .hk-heading-divider,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-heading-divider,
.uk-scope .hk-card-secondary.hk-card-body .hk-heading-divider,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-heading-divider,
.uk-scope .hk-overlay-primary .hk-heading-divider,
.uk-scope .hk-offcanvas-bar .hk-heading-divider {
	border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-scope .hk-light .hk-heading-bullet::before,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-heading-bullet::before,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-heading-bullet::before,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-heading-bullet::before,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-heading-bullet::before,
.uk-scope .hk-card-primary.hk-card-body .hk-heading-bullet::before,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-heading-bullet::before,
.uk-scope .hk-card-secondary.hk-card-body .hk-heading-bullet::before,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-heading-bullet::before,
.uk-scope .hk-overlay-primary .hk-heading-bullet::before,
.uk-scope .hk-offcanvas-bar .hk-heading-bullet::before {
	border-left-color: rgba(255, 255, 255, 0.2);
}

.uk-scope .hk-light .hk-heading-line> ::before,
.uk-scope .hk-light .hk-heading-line> ::after,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-heading-line> ::before,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-heading-line> ::after,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-heading-line> ::before,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-heading-line> ::after,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-heading-line> ::before,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-heading-line> ::after,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-heading-line> ::before,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-heading-line> ::after,
.uk-scope .hk-card-primary.hk-card-body .hk-heading-line> ::before,
.uk-scope .hk-card-primary.hk-card-body .hk-heading-line> ::after,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-heading-line> ::before,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-heading-line> ::after,
.uk-scope .hk-card-secondary.hk-card-body .hk-heading-line> ::before,
.uk-scope .hk-card-secondary.hk-card-body .hk-heading-line> ::after,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-heading-line> ::before,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-heading-line> ::after,
.uk-scope .hk-overlay-primary .hk-heading-line> ::before,
.uk-scope .hk-overlay-primary .hk-heading-line> ::after,
.uk-scope .hk-offcanvas-bar .hk-heading-line> ::before,
.uk-scope .hk-offcanvas-bar .hk-heading-line> ::after {
	border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-scope .hk-light .hk-divider-icon,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-divider-icon,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-divider-icon,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-divider-icon,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-divider-icon,
.uk-scope .hk-card-primary.hk-card-body .hk-divider-icon,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-divider-icon,
.uk-scope .hk-card-secondary.hk-card-body .hk-divider-icon,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-divider-icon,
.uk-scope .hk-overlay-primary .hk-divider-icon,
.uk-scope .hk-offcanvas-bar .hk-divider-icon {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22rgba%28255,%20255,%20255,%200.2%29%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-scope .hk-light .hk-divider-icon::before,
.uk-scope .hk-light .hk-divider-icon::after,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-divider-icon::before,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-divider-icon::after,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-divider-icon::before,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-divider-icon::after,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-divider-icon::before,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-divider-icon::after,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-divider-icon::before,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-divider-icon::after,
.uk-scope .hk-card-primary.hk-card-body .hk-divider-icon::before,
.uk-scope .hk-card-primary.hk-card-body .hk-divider-icon::after,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-divider-icon::before,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-divider-icon::after,
.uk-scope .hk-card-secondary.hk-card-body .hk-divider-icon::before,
.uk-scope .hk-card-secondary.hk-card-body .hk-divider-icon::after,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-divider-icon::before,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-divider-icon::after,
.uk-scope .hk-overlay-primary .hk-divider-icon::before,
.uk-scope .hk-overlay-primary .hk-divider-icon::after,
.uk-scope .hk-offcanvas-bar .hk-divider-icon::before,
.uk-scope .hk-offcanvas-bar .hk-divider-icon::after {
	border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-scope .hk-light .hk-divider-small::after,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-divider-small::after,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-divider-small::after,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-divider-small::after,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-divider-small::after,
.uk-scope .hk-card-primary.hk-card-body .hk-divider-small::after,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-divider-small::after,
.uk-scope .hk-card-secondary.hk-card-body .hk-divider-small::after,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-divider-small::after,
.uk-scope .hk-overlay-primary .hk-divider-small::after,
.uk-scope .hk-offcanvas-bar .hk-divider-small::after {
	border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-scope .hk-light .hk-divider-vertical,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-divider-vertical,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-divider-vertical,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-divider-vertical,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-divider-vertical,
.uk-scope .hk-card-primary.hk-card-body .hk-divider-vertical,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-divider-vertical,
.uk-scope .hk-card-secondary.hk-card-body .hk-divider-vertical,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-divider-vertical,
.uk-scope .hk-overlay-primary .hk-divider-vertical,
.uk-scope .hk-offcanvas-bar .hk-divider-vertical {
	border-left-color: rgba(255, 255, 255, 0.2);
}

.uk-scope .hk-light .hk-list-muted> ::before,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-list-muted> ::before,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-list-muted> ::before,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-list-muted> ::before,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-list-muted> ::before,
.uk-scope .hk-card-primary.hk-card-body .hk-list-muted> ::before,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-list-muted> ::before,
.uk-scope .hk-card-secondary.hk-card-body .hk-list-muted> ::before,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-list-muted> ::before,
.uk-scope .hk-overlay-primary .hk-list-muted> ::before,
.uk-scope .hk-offcanvas-bar .hk-list-muted> ::before {
	color: rgba(255, 255, 255, 0.5) !important;
}

.uk-scope .hk-light .hk-list-emphasis> ::before,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-list-emphasis> ::before,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-list-emphasis> ::before,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-list-emphasis> ::before,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-list-emphasis> ::before,
.uk-scope .hk-card-primary.hk-card-body .hk-list-emphasis> ::before,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-list-emphasis> ::before,
.uk-scope .hk-card-secondary.hk-card-body .hk-list-emphasis> ::before,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-list-emphasis> ::before,
.uk-scope .hk-overlay-primary .hk-list-emphasis> ::before,
.uk-scope .hk-offcanvas-bar .hk-list-emphasis> ::before {
	color: #fff !important;
}

.uk-scope .hk-light .hk-list-primary> ::before,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-list-primary> ::before,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-list-primary> ::before,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-list-primary> ::before,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-list-primary> ::before,
.uk-scope .hk-card-primary.hk-card-body .hk-list-primary> ::before,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-list-primary> ::before,
.uk-scope .hk-card-secondary.hk-card-body .hk-list-primary> ::before,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-list-primary> ::before,
.uk-scope .hk-overlay-primary .hk-list-primary> ::before,
.uk-scope .hk-offcanvas-bar .hk-list-primary> ::before {
	color: #fff !important;
}

.uk-scope .hk-light .hk-list-secondary> ::before,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-list-secondary> ::before,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-list-secondary> ::before,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-list-secondary> ::before,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-list-secondary> ::before,
.uk-scope .hk-card-primary.hk-card-body .hk-list-secondary> ::before,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-list-secondary> ::before,
.uk-scope .hk-card-secondary.hk-card-body .hk-list-secondary> ::before,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-list-secondary> ::before,
.uk-scope .hk-overlay-primary .hk-list-secondary> ::before,
.uk-scope .hk-offcanvas-bar .hk-list-secondary> ::before {
	color: #fff !important;
}

.uk-scope .hk-light .hk-list-bullet> ::before,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-list-bullet> ::before,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-list-bullet> ::before,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-list-bullet> ::before,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-list-bullet> ::before,
.uk-scope .hk-card-primary.hk-card-body .hk-list-bullet> ::before,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-list-bullet> ::before,
.uk-scope .hk-card-secondary.hk-card-body .hk-list-bullet> ::before,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-list-bullet> ::before,
.uk-scope .hk-overlay-primary .hk-list-bullet> ::before,
.uk-scope .hk-offcanvas-bar .hk-list-bullet> ::before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-scope .hk-light .hk-list-divider> :nth-child(n+2),
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-list-divider> :nth-child(n+2),
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-list-divider> :nth-child(n+2),
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-list-divider> :nth-child(n+2),
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-list-divider> :nth-child(n+2),
.uk-scope .hk-card-primary.hk-card-body .hk-list-divider> :nth-child(n+2),
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-list-divider> :nth-child(n+2),
.uk-scope .hk-card-secondary.hk-card-body .hk-list-divider> :nth-child(n+2),
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-list-divider> :nth-child(n+2),
.uk-scope .hk-overlay-primary .hk-list-divider> :nth-child(n+2),
.uk-scope .hk-offcanvas-bar .hk-list-divider> :nth-child(n+2) {
	border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-scope .hk-light .hk-list-striped>*:nth-of-type(odd),
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-list-striped>*:nth-of-type(odd),
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-list-striped>*:nth-of-type(odd),
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-list-striped>*:nth-of-type(odd),
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-list-striped>*:nth-of-type(odd),
.uk-scope .hk-card-primary.hk-card-body .hk-list-striped>*:nth-of-type(odd),
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-list-striped>*:nth-of-type(odd),
.uk-scope .hk-card-secondary.hk-card-body .hk-list-striped>*:nth-of-type(odd),
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-list-striped>*:nth-of-type(odd),
.uk-scope .hk-overlay-primary .hk-list-striped>*:nth-of-type(odd),
.uk-scope .hk-offcanvas-bar .hk-list-striped>*:nth-of-type(odd) {
	border-top-color: rgba(255, 255, 255, 0.2);
	border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-scope .hk-light .hk-list-striped> :nth-of-type(odd),
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-list-striped> :nth-of-type(odd),
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-list-striped> :nth-of-type(odd),
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-list-striped> :nth-of-type(odd),
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-list-striped> :nth-of-type(odd),
.uk-scope .hk-card-primary.hk-card-body .hk-list-striped> :nth-of-type(odd),
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-list-striped> :nth-of-type(odd),
.uk-scope .hk-card-secondary.hk-card-body .hk-list-striped> :nth-of-type(odd),
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-list-striped> :nth-of-type(odd),
.uk-scope .hk-overlay-primary .hk-list-striped> :nth-of-type(odd),
.uk-scope .hk-offcanvas-bar .hk-list-striped> :nth-of-type(odd) {
	background-color: rgba(255, 255, 255, 0.1);
}

.uk-scope .hk-light .hk-table th,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-table th,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-table th,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-table th,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-table th,
.uk-scope .hk-card-primary.hk-card-body .hk-table th,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-table th,
.uk-scope .hk-card-secondary.hk-card-body .hk-table th,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-table th,
.uk-scope .hk-overlay-primary .hk-table th,
.uk-scope .hk-offcanvas-bar .hk-table th {
	color: rgba(255, 255, 255, 0.7);
}

.uk-scope .hk-light .hk-table caption,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-table caption,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-table caption,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-table caption,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-table caption,
.uk-scope .hk-card-primary.hk-card-body .hk-table caption,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-table caption,
.uk-scope .hk-card-secondary.hk-card-body .hk-table caption,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-table caption,
.uk-scope .hk-overlay-primary .hk-table caption,
.uk-scope .hk-offcanvas-bar .hk-table caption {
	color: rgba(255, 255, 255, 0.5);
}

.uk-scope .hk-light .hk-table>tr.hk-active,
.uk-scope .hk-light .hk-table tbody tr.hk-active,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-table>tr.hk-active,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-table tbody tr.hk-active,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-table>tr.hk-active,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-table tbody tr.hk-active,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-table>tr.hk-active,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-table tbody tr.hk-active,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-table>tr.hk-active,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-table tbody tr.hk-active,
.uk-scope .hk-card-primary.hk-card-body .hk-table>tr.hk-active,
.uk-scope .hk-card-primary.hk-card-body .hk-table tbody tr.hk-active,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-table>tr.hk-active,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-table tbody tr.hk-active,
.uk-scope .hk-card-secondary.hk-card-body .hk-table>tr.hk-active,
.uk-scope .hk-card-secondary.hk-card-body .hk-table tbody tr.hk-active,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-table>tr.hk-active,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-table tbody tr.hk-active,
.uk-scope .hk-overlay-primary .hk-table>tr.hk-active,
.uk-scope .hk-overlay-primary .hk-table tbody tr.hk-active,
.uk-scope .hk-offcanvas-bar .hk-table>tr.hk-active,
.uk-scope .hk-offcanvas-bar .hk-table tbody tr.hk-active {
	background: rgba(255, 255, 255, 0.08);
}

.uk-scope .hk-light .hk-table-divider>tr:not(:first-child),
.uk-scope .hk-light .hk-table-divider> :not(:first-child)>tr,
.uk-scope .hk-light .hk-table-divider> :first-child>tr:not(:first-child),
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-table-divider>tr:not(:first-child),
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-table-divider> :not(:first-child)>tr,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-table-divider> :first-child>tr:not(:first-child),
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-table-divider>tr:not(:first-child),
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-table-divider> :not(:first-child)>tr,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-table-divider> :first-child>tr:not(:first-child),
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-table-divider>tr:not(:first-child),
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-table-divider> :not(:first-child)>tr,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-table-divider> :first-child>tr:not(:first-child),
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-table-divider>tr:not(:first-child),
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-table-divider> :not(:first-child)>tr,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-table-divider> :first-child>tr:not(:first-child),
.uk-scope .hk-card-primary.hk-card-body .hk-table-divider>tr:not(:first-child),
.uk-scope .hk-card-primary.hk-card-body .hk-table-divider> :not(:first-child)>tr,
.uk-scope .hk-card-primary.hk-card-body .hk-table-divider> :first-child>tr:not(:first-child),
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-table-divider>tr:not(:first-child),
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-table-divider> :not(:first-child)>tr,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-table-divider> :first-child>tr:not(:first-child),
.uk-scope .hk-card-secondary.hk-card-body .hk-table-divider>tr:not(:first-child),
.uk-scope .hk-card-secondary.hk-card-body .hk-table-divider> :not(:first-child)>tr,
.uk-scope .hk-card-secondary.hk-card-body .hk-table-divider> :first-child>tr:not(:first-child),
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-table-divider>tr:not(:first-child),
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-table-divider> :not(:first-child)>tr,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-table-divider> :first-child>tr:not(:first-child),
.uk-scope .hk-overlay-primary .hk-table-divider>tr:not(:first-child),
.uk-scope .hk-overlay-primary .hk-table-divider> :not(:first-child)>tr,
.uk-scope .hk-overlay-primary .hk-table-divider> :first-child>tr:not(:first-child),
.uk-scope .hk-offcanvas-bar .hk-table-divider>tr:not(:first-child),
.uk-scope .hk-offcanvas-bar .hk-table-divider> :not(:first-child)>tr,
.uk-scope .hk-offcanvas-bar .hk-table-divider> :first-child>tr:not(:first-child) {
	border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-scope .hk-light .hk-table-striped>tr:nth-of-type(odd),
.uk-scope .hk-light .hk-table-striped tbody tr:nth-of-type(odd),
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-table-striped>tr:nth-of-type(odd),
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-table-striped tbody tr:nth-of-type(odd),
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-table-striped>tr:nth-of-type(odd),
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-table-striped tbody tr:nth-of-type(odd),
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-table-striped>tr:nth-of-type(odd),
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-table-striped tbody tr:nth-of-type(odd),
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-table-striped>tr:nth-of-type(odd),
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-table-striped tbody tr:nth-of-type(odd),
.uk-scope .hk-card-primary.hk-card-body .hk-table-striped>tr:nth-of-type(odd),
.uk-scope .hk-card-primary.hk-card-body .hk-table-striped tbody tr:nth-of-type(odd),
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-table-striped>tr:nth-of-type(odd),
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-table-striped tbody tr:nth-of-type(odd),
.uk-scope .hk-card-secondary.hk-card-body .hk-table-striped>tr:nth-of-type(odd),
.uk-scope .hk-card-secondary.hk-card-body .hk-table-striped tbody tr:nth-of-type(odd),
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-table-striped>tr:nth-of-type(odd),
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-table-striped tbody tr:nth-of-type(odd),
.uk-scope .hk-overlay-primary .hk-table-striped>tr:nth-of-type(odd),
.uk-scope .hk-overlay-primary .hk-table-striped tbody tr:nth-of-type(odd),
.uk-scope .hk-offcanvas-bar .hk-table-striped>tr:nth-of-type(odd),
.uk-scope .hk-offcanvas-bar .hk-table-striped tbody tr:nth-of-type(odd) {
	background: rgba(255, 255, 255, 0.1);
	border-top-color: rgba(255, 255, 255, 0.2);
	border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-scope .hk-light .hk-table-hover>tr:hover,
.uk-scope .hk-light .hk-table-hover tbody tr:hover,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-table-hover>tr:hover,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-table-hover tbody tr:hover,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-table-hover>tr:hover,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-table-hover tbody tr:hover,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-table-hover>tr:hover,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-table-hover tbody tr:hover,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-table-hover>tr:hover,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-table-hover tbody tr:hover,
.uk-scope .hk-card-primary.hk-card-body .hk-table-hover>tr:hover,
.uk-scope .hk-card-primary.hk-card-body .hk-table-hover tbody tr:hover,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-table-hover>tr:hover,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-table-hover tbody tr:hover,
.uk-scope .hk-card-secondary.hk-card-body .hk-table-hover>tr:hover,
.uk-scope .hk-card-secondary.hk-card-body .hk-table-hover tbody tr:hover,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-table-hover>tr:hover,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-table-hover tbody tr:hover,
.uk-scope .hk-overlay-primary .hk-table-hover>tr:hover,
.uk-scope .hk-overlay-primary .hk-table-hover tbody tr:hover,
.uk-scope .hk-offcanvas-bar .hk-table-hover>tr:hover,
.uk-scope .hk-offcanvas-bar .hk-table-hover tbody tr:hover {
	background: rgba(255, 255, 255, 0.08);
}

.uk-scope .hk-light .hk-icon-link,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-icon-link,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-icon-link,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-icon-link,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-icon-link,
.uk-scope .hk-card-primary.hk-card-body .hk-icon-link,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-icon-link,
.uk-scope .hk-card-secondary.hk-card-body .hk-icon-link,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-icon-link,
.uk-scope .hk-overlay-primary .hk-icon-link,
.uk-scope .hk-offcanvas-bar .hk-icon-link {
	color: rgba(255, 255, 255, 0.5);
}

.uk-scope .hk-light .hk-icon-link:hover,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-icon-link:hover,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-icon-link:hover,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-icon-link:hover,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-icon-link:hover,
.uk-scope .hk-card-primary.hk-card-body .hk-icon-link:hover,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-icon-link:hover,
.uk-scope .hk-card-secondary.hk-card-body .hk-icon-link:hover,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-icon-link:hover,
.uk-scope .hk-overlay-primary .hk-icon-link:hover,
.uk-scope .hk-offcanvas-bar .hk-icon-link:hover {
	color: rgba(255, 255, 255, 0.7);
}

.uk-scope .hk-light .hk-icon-link:active,
.uk-scope .hk-light .hk-active>.hk-icon-link,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-icon-link:active,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-active>.hk-icon-link,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-icon-link:active,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-active>.hk-icon-link,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-icon-link:active,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-active>.hk-icon-link,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-icon-link:active,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-active>.hk-icon-link,
.uk-scope .hk-card-primary.hk-card-body .hk-icon-link:active,
.uk-scope .hk-card-primary.hk-card-body .hk-active>.hk-icon-link,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-icon-link:active,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-active>.hk-icon-link,
.uk-scope .hk-card-secondary.hk-card-body .hk-icon-link:active,
.uk-scope .hk-card-secondary.hk-card-body .hk-active>.hk-icon-link,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-icon-link:active,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-active>.hk-icon-link,
.uk-scope .hk-overlay-primary .hk-icon-link:active,
.uk-scope .hk-overlay-primary .hk-active>.hk-icon-link,
.uk-scope .hk-offcanvas-bar .hk-icon-link:active,
.uk-scope .hk-offcanvas-bar .hk-active>.hk-icon-link {
	color: rgba(255, 255, 255, 0.7);
}

.uk-scope .hk-light .hk-icon-button,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-icon-button,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-icon-button,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-icon-button,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-icon-button,
.uk-scope .hk-card-primary.hk-card-body .hk-icon-button,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-icon-button,
.uk-scope .hk-card-secondary.hk-card-body .hk-icon-button,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-icon-button,
.uk-scope .hk-overlay-primary .hk-icon-button,
.uk-scope .hk-offcanvas-bar .hk-icon-button {
	background-color: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.5);
}

.uk-scope .hk-light .hk-icon-button:hover,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-icon-button:hover,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-icon-button:hover,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-icon-button:hover,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-icon-button:hover,
.uk-scope .hk-card-primary.hk-card-body .hk-icon-button:hover,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-icon-button:hover,
.uk-scope .hk-card-secondary.hk-card-body .hk-icon-button:hover,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-icon-button:hover,
.uk-scope .hk-overlay-primary .hk-icon-button:hover,
.uk-scope .hk-offcanvas-bar .hk-icon-button:hover {
	background-color: rgba(255, 255, 255, 0.15);
	color: rgba(255, 255, 255, 0.7);
}

.uk-scope .hk-light .hk-icon-button:active,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-icon-button:active,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-icon-button:active,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-icon-button:active,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-icon-button:active,
.uk-scope .hk-card-primary.hk-card-body .hk-icon-button:active,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-icon-button:active,
.uk-scope .hk-card-secondary.hk-card-body .hk-icon-button:active,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-icon-button:active,
.uk-scope .hk-overlay-primary .hk-icon-button:active,
.uk-scope .hk-offcanvas-bar .hk-icon-button:active {
	background-color: rgba(255, 255, 255, 0.2);
	color: rgba(255, 255, 255, 0.7);
}

.uk-scope .hk-light .hk-range::-webkit-slider-runnable-track,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-range::-webkit-slider-runnable-track,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-range::-webkit-slider-runnable-track,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-range::-webkit-slider-runnable-track,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-range::-webkit-slider-runnable-track,
.uk-scope .hk-card-primary.hk-card-body .hk-range::-webkit-slider-runnable-track,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-range::-webkit-slider-runnable-track,
.uk-scope .hk-card-secondary.hk-card-body .hk-range::-webkit-slider-runnable-track,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-range::-webkit-slider-runnable-track,
.uk-scope .hk-overlay-primary .hk-range::-webkit-slider-runnable-track,
.uk-scope .hk-offcanvas-bar .hk-range::-webkit-slider-runnable-track {
	background: rgba(242, 242, 242, 0.1);
}

.uk-scope .hk-light .hk-range:focus::-webkit-slider-runnable-track,
.uk-scope .hk-light .hk-range:active::-webkit-slider-runnable-track,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-range:focus::-webkit-slider-runnable-track,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-range:active::-webkit-slider-runnable-track,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-range:focus::-webkit-slider-runnable-track,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-range:active::-webkit-slider-runnable-track,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-range:focus::-webkit-slider-runnable-track,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-range:active::-webkit-slider-runnable-track,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-range:focus::-webkit-slider-runnable-track,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-range:active::-webkit-slider-runnable-track,
.uk-scope .hk-card-primary.hk-card-body .hk-range:focus::-webkit-slider-runnable-track,
.uk-scope .hk-card-primary.hk-card-body .hk-range:active::-webkit-slider-runnable-track,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-range:focus::-webkit-slider-runnable-track,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-range:active::-webkit-slider-runnable-track,
.uk-scope .hk-card-secondary.hk-card-body .hk-range:focus::-webkit-slider-runnable-track,
.uk-scope .hk-card-secondary.hk-card-body .hk-range:active::-webkit-slider-runnable-track,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-range:focus::-webkit-slider-runnable-track,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-range:active::-webkit-slider-runnable-track,
.uk-scope .hk-overlay-primary .hk-range:focus::-webkit-slider-runnable-track,
.uk-scope .hk-overlay-primary .hk-range:active::-webkit-slider-runnable-track,
.uk-scope .hk-offcanvas-bar .hk-range:focus::-webkit-slider-runnable-track,
.uk-scope .hk-offcanvas-bar .hk-range:active::-webkit-slider-runnable-track {
	background: rgba(242, 242, 242, 0.15);
}

.uk-scope .hk-light .hk-range::-moz-range-track,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-range::-moz-range-track,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-range::-moz-range-track,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-range::-moz-range-track,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-range::-moz-range-track,
.uk-scope .hk-card-primary.hk-card-body .hk-range::-moz-range-track,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-range::-moz-range-track,
.uk-scope .hk-card-secondary.hk-card-body .hk-range::-moz-range-track,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-range::-moz-range-track,
.uk-scope .hk-overlay-primary .hk-range::-moz-range-track,
.uk-scope .hk-offcanvas-bar .hk-range::-moz-range-track {
	background: rgba(242, 242, 242, 0.1);
}

.uk-scope .hk-light .hk-range:focus::-moz-range-track,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-range:focus::-moz-range-track,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-range:focus::-moz-range-track,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-range:focus::-moz-range-track,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-range:focus::-moz-range-track,
.uk-scope .hk-card-primary.hk-card-body .hk-range:focus::-moz-range-track,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-range:focus::-moz-range-track,
.uk-scope .hk-card-secondary.hk-card-body .hk-range:focus::-moz-range-track,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-range:focus::-moz-range-track,
.uk-scope .hk-overlay-primary .hk-range:focus::-moz-range-track,
.uk-scope .hk-offcanvas-bar .hk-range:focus::-moz-range-track {
	background: rgba(242, 242, 242, 0.15);
}

.uk-scope .hk-light .hk-range::-webkit-slider-thumb,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-range::-webkit-slider-thumb,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-range::-webkit-slider-thumb,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-range::-webkit-slider-thumb,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-range::-webkit-slider-thumb,
.uk-scope .hk-card-primary.hk-card-body .hk-range::-webkit-slider-thumb,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-range::-webkit-slider-thumb,
.uk-scope .hk-card-secondary.hk-card-body .hk-range::-webkit-slider-thumb,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-range::-webkit-slider-thumb,
.uk-scope .hk-overlay-primary .hk-range::-webkit-slider-thumb,
.uk-scope .hk-offcanvas-bar .hk-range::-webkit-slider-thumb {
	background: #808080;
	border-color: #e6e6e6;
}

.uk-scope .hk-light .hk-range::-moz-range-thumb,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-range::-moz-range-thumb,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-range::-moz-range-thumb,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-range::-moz-range-thumb,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-range::-moz-range-thumb,
.uk-scope .hk-card-primary.hk-card-body .hk-range::-moz-range-thumb,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-range::-moz-range-thumb,
.uk-scope .hk-card-secondary.hk-card-body .hk-range::-moz-range-thumb,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-range::-moz-range-thumb,
.uk-scope .hk-overlay-primary .hk-range::-moz-range-thumb,
.uk-scope .hk-offcanvas-bar .hk-range::-moz-range-thumb {
	background: #808080;
	border-color: #e6e6e6;
}

.uk-scope .hk-light .hk-input,
.uk-scope .hk-light .hk-select,
.uk-scope .hk-light .hk-textarea,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-input,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-select,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-textarea,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-input,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-select,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-textarea,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-input,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-select,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-textarea,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-input,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-select,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-textarea,
.uk-scope .hk-card-primary.hk-card-body .hk-input,
.uk-scope .hk-card-primary.hk-card-body .hk-select,
.uk-scope .hk-card-primary.hk-card-body .hk-textarea,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-input,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-select,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-textarea,
.uk-scope .hk-card-secondary.hk-card-body .hk-input,
.uk-scope .hk-card-secondary.hk-card-body .hk-select,
.uk-scope .hk-card-secondary.hk-card-body .hk-textarea,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-input,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-select,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-textarea,
.uk-scope .hk-overlay-primary .hk-input,
.uk-scope .hk-overlay-primary .hk-select,
.uk-scope .hk-overlay-primary .hk-textarea,
.uk-scope .hk-offcanvas-bar .hk-input,
.uk-scope .hk-offcanvas-bar .hk-select,
.uk-scope .hk-offcanvas-bar .hk-textarea {
	background-color: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.7);
	background-clip: padding-box;
	border-color: rgba(255, 255, 255, 0.2);
}

.uk-scope .hk-light .hk-input:focus,
.uk-scope .hk-light .hk-select:focus,
.uk-scope .hk-light .hk-textarea:focus,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-input:focus,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-select:focus,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-textarea:focus,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-input:focus,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-select:focus,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-textarea:focus,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-input:focus,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-select:focus,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-textarea:focus,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-input:focus,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-select:focus,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-textarea:focus,
.uk-scope .hk-card-primary.hk-card-body .hk-input:focus,
.uk-scope .hk-card-primary.hk-card-body .hk-select:focus,
.uk-scope .hk-card-primary.hk-card-body .hk-textarea:focus,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-input:focus,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-select:focus,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-textarea:focus,
.uk-scope .hk-card-secondary.hk-card-body .hk-input:focus,
.uk-scope .hk-card-secondary.hk-card-body .hk-select:focus,
.uk-scope .hk-card-secondary.hk-card-body .hk-textarea:focus,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-input:focus,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-select:focus,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-textarea:focus,
.uk-scope .hk-overlay-primary .hk-input:focus,
.uk-scope .hk-overlay-primary .hk-select:focus,
.uk-scope .hk-overlay-primary .hk-textarea:focus,
.uk-scope .hk-offcanvas-bar .hk-input:focus,
.uk-scope .hk-offcanvas-bar .hk-select:focus,
.uk-scope .hk-offcanvas-bar .hk-textarea:focus {
	background-color: rgba(255, 255, 255, 0.15);
	color: rgba(255, 255, 255, 0.7);
	border-color: rgba(255, 255, 255, 0.7);
}

.uk-scope .hk-light .hk-input::placeholder,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-input::placeholder,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-input::placeholder,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-input::placeholder,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-input::placeholder,
.uk-scope .hk-card-primary.hk-card-body .hk-input::placeholder,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-input::placeholder,
.uk-scope .hk-card-secondary.hk-card-body .hk-input::placeholder,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-input::placeholder,
.uk-scope .hk-overlay-primary .hk-input::placeholder,
.uk-scope .hk-offcanvas-bar .hk-input::placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.uk-scope .hk-light .hk-textarea::placeholder,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-textarea::placeholder,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-textarea::placeholder,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-textarea::placeholder,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-textarea::placeholder,
.uk-scope .hk-card-primary.hk-card-body .hk-textarea::placeholder,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-textarea::placeholder,
.uk-scope .hk-card-secondary.hk-card-body .hk-textarea::placeholder,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-textarea::placeholder,
.uk-scope .hk-overlay-primary .hk-textarea::placeholder,
.uk-scope .hk-offcanvas-bar .hk-textarea::placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.uk-scope .hk-light .hk-select:not([multiple]):not([size]),
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-select:not([multiple]):not([size]),
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-select:not([multiple]):not([size]),
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-select:not([multiple]):not([size]),
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-select:not([multiple]):not([size]),
.uk-scope .hk-card-primary.hk-card-body .hk-select:not([multiple]):not([size]),
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-select:not([multiple]):not([size]),
.uk-scope .hk-card-secondary.hk-card-body .hk-select:not([multiple]):not([size]),
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-select:not([multiple]):not([size]),
.uk-scope .hk-overlay-primary .hk-select:not([multiple]):not([size]),
.uk-scope .hk-offcanvas-bar .hk-select:not([multiple]):not([size]) {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-scope .hk-light .hk-input[list]:hover,
.uk-scope .hk-light .hk-input[list]:focus,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-input[list]:hover,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-input[list]:focus,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-input[list]:hover,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-input[list]:focus,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-input[list]:hover,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-input[list]:focus,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-input[list]:hover,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-input[list]:focus,
.uk-scope .hk-card-primary.hk-card-body .hk-input[list]:hover,
.uk-scope .hk-card-primary.hk-card-body .hk-input[list]:focus,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-input[list]:hover,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-input[list]:focus,
.uk-scope .hk-card-secondary.hk-card-body .hk-input[list]:hover,
.uk-scope .hk-card-secondary.hk-card-body .hk-input[list]:focus,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-input[list]:hover,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-input[list]:focus,
.uk-scope .hk-overlay-primary .hk-input[list]:hover,
.uk-scope .hk-overlay-primary .hk-input[list]:focus,
.uk-scope .hk-offcanvas-bar .hk-input[list]:hover,
.uk-scope .hk-offcanvas-bar .hk-input[list]:focus {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-scope .hk-light .hk-radio,
.uk-scope .hk-light .hk-checkbox,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-radio,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-checkbox,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-radio,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-checkbox,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-radio,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-checkbox,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-radio,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-checkbox,
.uk-scope .hk-card-primary.hk-card-body .hk-radio,
.uk-scope .hk-card-primary.hk-card-body .hk-checkbox,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-radio,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-checkbox,
.uk-scope .hk-card-secondary.hk-card-body .hk-radio,
.uk-scope .hk-card-secondary.hk-card-body .hk-checkbox,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-radio,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-checkbox,
.uk-scope .hk-overlay-primary .hk-radio,
.uk-scope .hk-overlay-primary .hk-checkbox,
.uk-scope .hk-offcanvas-bar .hk-radio,
.uk-scope .hk-offcanvas-bar .hk-checkbox {
	background-color: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.2);
}

.uk-scope .hk-light .hk-radio:focus,
.uk-scope .hk-light .hk-checkbox:focus,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-radio:focus,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-checkbox:focus,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-radio:focus,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-checkbox:focus,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-radio:focus,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-checkbox:focus,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-radio:focus,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-checkbox:focus,
.uk-scope .hk-card-primary.hk-card-body .hk-radio:focus,
.uk-scope .hk-card-primary.hk-card-body .hk-checkbox:focus,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-radio:focus,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-checkbox:focus,
.uk-scope .hk-card-secondary.hk-card-body .hk-radio:focus,
.uk-scope .hk-card-secondary.hk-card-body .hk-checkbox:focus,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-radio:focus,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-checkbox:focus,
.uk-scope .hk-overlay-primary .hk-radio:focus,
.uk-scope .hk-overlay-primary .hk-checkbox:focus,
.uk-scope .hk-offcanvas-bar .hk-radio:focus,
.uk-scope .hk-offcanvas-bar .hk-checkbox:focus {
	background-color: rgba(255, 255, 255, 0.15);
	border-color: rgba(255, 255, 255, 0.7);
}

.uk-scope .hk-light .hk-radio:checked,
.uk-scope .hk-light .hk-checkbox:checked,
.uk-scope .hk-light .hk-checkbox:indeterminate,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-radio:checked,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-checkbox:checked,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-checkbox:indeterminate,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-radio:checked,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-checkbox:checked,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-checkbox:indeterminate,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-radio:checked,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-checkbox:checked,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-checkbox:indeterminate,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-radio:checked,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-checkbox:checked,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-checkbox:indeterminate,
.uk-scope .hk-card-primary.hk-card-body .hk-radio:checked,
.uk-scope .hk-card-primary.hk-card-body .hk-checkbox:checked,
.uk-scope .hk-card-primary.hk-card-body .hk-checkbox:indeterminate,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-radio:checked,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-checkbox:checked,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-checkbox:indeterminate,
.uk-scope .hk-card-secondary.hk-card-body .hk-radio:checked,
.uk-scope .hk-card-secondary.hk-card-body .hk-checkbox:checked,
.uk-scope .hk-card-secondary.hk-card-body .hk-checkbox:indeterminate,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-radio:checked,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-checkbox:checked,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-checkbox:indeterminate,
.uk-scope .hk-overlay-primary .hk-radio:checked,
.uk-scope .hk-overlay-primary .hk-checkbox:checked,
.uk-scope .hk-overlay-primary .hk-checkbox:indeterminate,
.uk-scope .hk-offcanvas-bar .hk-radio:checked,
.uk-scope .hk-offcanvas-bar .hk-checkbox:checked,
.uk-scope .hk-offcanvas-bar .hk-checkbox:indeterminate {
	background-color: #fff;
	border-color: #fff;
}

.uk-scope .hk-light .hk-radio:checked:focus,
.uk-scope .hk-light .hk-checkbox:checked:focus,
.uk-scope .hk-light .hk-checkbox:indeterminate:focus,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-radio:checked:focus,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-checkbox:checked:focus,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-checkbox:indeterminate:focus,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-radio:checked:focus,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-checkbox:checked:focus,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-checkbox:indeterminate:focus,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-radio:checked:focus,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-checkbox:checked:focus,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-checkbox:indeterminate:focus,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-radio:checked:focus,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-checkbox:checked:focus,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-checkbox:indeterminate:focus,
.uk-scope .hk-card-primary.hk-card-body .hk-radio:checked:focus,
.uk-scope .hk-card-primary.hk-card-body .hk-checkbox:checked:focus,
.uk-scope .hk-card-primary.hk-card-body .hk-checkbox:indeterminate:focus,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-radio:checked:focus,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-checkbox:checked:focus,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-checkbox:indeterminate:focus,
.uk-scope .hk-card-secondary.hk-card-body .hk-radio:checked:focus,
.uk-scope .hk-card-secondary.hk-card-body .hk-checkbox:checked:focus,
.uk-scope .hk-card-secondary.hk-card-body .hk-checkbox:indeterminate:focus,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-radio:checked:focus,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-checkbox:checked:focus,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-checkbox:indeterminate:focus,
.uk-scope .hk-overlay-primary .hk-radio:checked:focus,
.uk-scope .hk-overlay-primary .hk-checkbox:checked:focus,
.uk-scope .hk-overlay-primary .hk-checkbox:indeterminate:focus,
.uk-scope .hk-offcanvas-bar .hk-radio:checked:focus,
.uk-scope .hk-offcanvas-bar .hk-checkbox:checked:focus,
.uk-scope .hk-offcanvas-bar .hk-checkbox:indeterminate:focus {
	background-color: #ffffff;
}

.uk-scope .hk-light .hk-radio:checked,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-radio:checked,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-radio:checked,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-radio:checked,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-radio:checked,
.uk-scope .hk-card-primary.hk-card-body .hk-radio:checked,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-radio:checked,
.uk-scope .hk-card-secondary.hk-card-body .hk-radio:checked,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-radio:checked,
.uk-scope .hk-overlay-primary .hk-radio:checked,
.uk-scope .hk-offcanvas-bar .hk-radio:checked {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-scope .hk-light .hk-checkbox:checked,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-checkbox:checked,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-checkbox:checked,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-checkbox:checked,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-checkbox:checked,
.uk-scope .hk-card-primary.hk-card-body .hk-checkbox:checked,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-checkbox:checked,
.uk-scope .hk-card-secondary.hk-card-body .hk-checkbox:checked,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-checkbox:checked,
.uk-scope .hk-overlay-primary .hk-checkbox:checked,
.uk-scope .hk-offcanvas-bar .hk-checkbox:checked {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-scope .hk-light .hk-checkbox:indeterminate,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-checkbox:indeterminate,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-checkbox:indeterminate,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-checkbox:indeterminate,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-checkbox:indeterminate,
.uk-scope .hk-card-primary.hk-card-body .hk-checkbox:indeterminate,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-checkbox:indeterminate,
.uk-scope .hk-card-secondary.hk-card-body .hk-checkbox:indeterminate,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-checkbox:indeterminate,
.uk-scope .hk-overlay-primary .hk-checkbox:indeterminate,
.uk-scope .hk-offcanvas-bar .hk-checkbox:indeterminate {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-scope .hk-light .hk-form-label,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-form-label,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-form-label,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-form-label,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-form-label,
.uk-scope .hk-card-primary.hk-card-body .hk-form-label,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-form-label,
.uk-scope .hk-card-secondary.hk-card-body .hk-form-label,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-form-label,
.uk-scope .hk-overlay-primary .hk-form-label,
.uk-scope .hk-offcanvas-bar .hk-form-label {
	color: #fff;
}

.uk-scope .hk-light .hk-form-icon,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-form-icon,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-form-icon,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-form-icon,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-form-icon,
.uk-scope .hk-card-primary.hk-card-body .hk-form-icon,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-form-icon,
.uk-scope .hk-card-secondary.hk-card-body .hk-form-icon,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-form-icon,
.uk-scope .hk-overlay-primary .hk-form-icon,
.uk-scope .hk-offcanvas-bar .hk-form-icon {
	color: rgba(255, 255, 255, 0.5);
}

.uk-scope .hk-light .hk-form-icon:hover,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-form-icon:hover,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-form-icon:hover,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-form-icon:hover,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-form-icon:hover,
.uk-scope .hk-card-primary.hk-card-body .hk-form-icon:hover,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-form-icon:hover,
.uk-scope .hk-card-secondary.hk-card-body .hk-form-icon:hover,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-form-icon:hover,
.uk-scope .hk-overlay-primary .hk-form-icon:hover,
.uk-scope .hk-offcanvas-bar .hk-form-icon:hover {
	color: rgba(255, 255, 255, 0.7);
}

.uk-scope .hk-light .hk-button-default,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-button-default,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-button-default,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-button-default,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-button-default,
.uk-scope .hk-card-primary.hk-card-body .hk-button-default,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-button-default,
.uk-scope .hk-card-secondary.hk-card-body .hk-button-default,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-button-default,
.uk-scope .hk-overlay-primary .hk-button-default,
.uk-scope .hk-offcanvas-bar .hk-button-default {
	background-color: transparent;
	color: #fff;
	border-color: rgba(255, 255, 255, 0.7);
}

.uk-scope .hk-light .hk-button-default:hover,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-button-default:hover,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-button-default:hover,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-button-default:hover,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-button-default:hover,
.uk-scope .hk-card-primary.hk-card-body .hk-button-default:hover,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-button-default:hover,
.uk-scope .hk-card-secondary.hk-card-body .hk-button-default:hover,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-button-default:hover,
.uk-scope .hk-overlay-primary .hk-button-default:hover,
.uk-scope .hk-offcanvas-bar .hk-button-default:hover {
	background-color: transparent;
	color: #fff;
	border-color: #fff;
}

.uk-scope .hk-light .hk-button-default:active,
.uk-scope .hk-light .hk-button-default.hk-active,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-button-default:active,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-button-default.hk-active,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-button-default:active,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-button-default.hk-active,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-button-default:active,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-button-default.hk-active,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-button-default:active,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-button-default.hk-active,
.uk-scope .hk-card-primary.hk-card-body .hk-button-default:active,
.uk-scope .hk-card-primary.hk-card-body .hk-button-default.hk-active,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-button-default:active,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-button-default.hk-active,
.uk-scope .hk-card-secondary.hk-card-body .hk-button-default:active,
.uk-scope .hk-card-secondary.hk-card-body .hk-button-default.hk-active,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-button-default:active,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-button-default.hk-active,
.uk-scope .hk-overlay-primary .hk-button-default:active,
.uk-scope .hk-overlay-primary .hk-button-default.hk-active,
.uk-scope .hk-offcanvas-bar .hk-button-default:active,
.uk-scope .hk-offcanvas-bar .hk-button-default.hk-active {
	background-color: transparent;
	color: #fff;
	border-color: #fff;
}

.uk-scope .hk-light .hk-button-primary,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-button-primary,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-button-primary,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-button-primary,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-button-primary,
.uk-scope .hk-card-primary.hk-card-body .hk-button-primary,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-button-primary,
.uk-scope .hk-card-secondary.hk-card-body .hk-button-primary,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-button-primary,
.uk-scope .hk-overlay-primary .hk-button-primary,
.uk-scope .hk-offcanvas-bar .hk-button-primary {
	background-color: #fff;
	color: #666;
}

.uk-scope .hk-light .hk-button-primary:hover,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-button-primary:hover,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-button-primary:hover,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-button-primary:hover,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-button-primary:hover,
.uk-scope .hk-card-primary.hk-card-body .hk-button-primary:hover,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-button-primary:hover,
.uk-scope .hk-card-secondary.hk-card-body .hk-button-primary:hover,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-button-primary:hover,
.uk-scope .hk-overlay-primary .hk-button-primary:hover,
.uk-scope .hk-offcanvas-bar .hk-button-primary:hover {
	background-color: #f2f2f2;
	color: #666;
}

.uk-scope .hk-light .hk-button-primary:active,
.uk-scope .hk-light .hk-button-primary.hk-active,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-button-primary:active,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-button-primary.hk-active,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-button-primary:active,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-button-primary.hk-active,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-button-primary:active,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-button-primary.hk-active,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-button-primary:active,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-button-primary.hk-active,
.uk-scope .hk-card-primary.hk-card-body .hk-button-primary:active,
.uk-scope .hk-card-primary.hk-card-body .hk-button-primary.hk-active,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-button-primary:active,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-button-primary.hk-active,
.uk-scope .hk-card-secondary.hk-card-body .hk-button-primary:active,
.uk-scope .hk-card-secondary.hk-card-body .hk-button-primary.hk-active,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-button-primary:active,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-button-primary.hk-active,
.uk-scope .hk-overlay-primary .hk-button-primary:active,
.uk-scope .hk-overlay-primary .hk-button-primary.hk-active,
.uk-scope .hk-offcanvas-bar .hk-button-primary:active,
.uk-scope .hk-offcanvas-bar .hk-button-primary.hk-active {
	background-color: #e6e6e6;
	color: #666;
}

.uk-scope .hk-light .hk-button-secondary,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-button-secondary,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-button-secondary,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-button-secondary,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-button-secondary,
.uk-scope .hk-card-primary.hk-card-body .hk-button-secondary,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-button-secondary,
.uk-scope .hk-card-secondary.hk-card-body .hk-button-secondary,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-button-secondary,
.uk-scope .hk-overlay-primary .hk-button-secondary,
.uk-scope .hk-offcanvas-bar .hk-button-secondary {
	background-color: #fff;
	color: #666;
}

.uk-scope .hk-light .hk-button-secondary:hover,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-button-secondary:hover,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-button-secondary:hover,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-button-secondary:hover,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-button-secondary:hover,
.uk-scope .hk-card-primary.hk-card-body .hk-button-secondary:hover,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-button-secondary:hover,
.uk-scope .hk-card-secondary.hk-card-body .hk-button-secondary:hover,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-button-secondary:hover,
.uk-scope .hk-overlay-primary .hk-button-secondary:hover,
.uk-scope .hk-offcanvas-bar .hk-button-secondary:hover {
	background-color: #f2f2f2;
	color: #666;
}

.uk-scope .hk-light .hk-button-secondary:active,
.uk-scope .hk-light .hk-button-secondary.hk-active,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-button-secondary:active,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-button-secondary.hk-active,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-button-secondary:active,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-button-secondary.hk-active,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-button-secondary:active,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-button-secondary.hk-active,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-button-secondary:active,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-button-secondary.hk-active,
.uk-scope .hk-card-primary.hk-card-body .hk-button-secondary:active,
.uk-scope .hk-card-primary.hk-card-body .hk-button-secondary.hk-active,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-button-secondary:active,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-button-secondary.hk-active,
.uk-scope .hk-card-secondary.hk-card-body .hk-button-secondary:active,
.uk-scope .hk-card-secondary.hk-card-body .hk-button-secondary.hk-active,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-button-secondary:active,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-button-secondary.hk-active,
.uk-scope .hk-overlay-primary .hk-button-secondary:active,
.uk-scope .hk-overlay-primary .hk-button-secondary.hk-active,
.uk-scope .hk-offcanvas-bar .hk-button-secondary:active,
.uk-scope .hk-offcanvas-bar .hk-button-secondary.hk-active {
	background-color: #e6e6e6;
	color: #666;
}

.uk-scope .hk-light .hk-button-text,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-button-text,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-button-text,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-button-text,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-button-text,
.uk-scope .hk-card-primary.hk-card-body .hk-button-text,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-button-text,
.uk-scope .hk-card-secondary.hk-card-body .hk-button-text,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-button-text,
.uk-scope .hk-overlay-primary .hk-button-text,
.uk-scope .hk-offcanvas-bar .hk-button-text {
	color: #fff;
}

.uk-scope .hk-light .hk-button-text::before,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-button-text::before,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-button-text::before,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-button-text::before,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-button-text::before,
.uk-scope .hk-card-primary.hk-card-body .hk-button-text::before,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-button-text::before,
.uk-scope .hk-card-secondary.hk-card-body .hk-button-text::before,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-button-text::before,
.uk-scope .hk-overlay-primary .hk-button-text::before,
.uk-scope .hk-offcanvas-bar .hk-button-text::before {
	border-bottom-color: #fff;
}

.uk-scope .hk-light .hk-button-text:hover,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-button-text:hover,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-button-text:hover,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-button-text:hover,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-button-text:hover,
.uk-scope .hk-card-primary.hk-card-body .hk-button-text:hover,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-button-text:hover,
.uk-scope .hk-card-secondary.hk-card-body .hk-button-text:hover,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-button-text:hover,
.uk-scope .hk-overlay-primary .hk-button-text:hover,
.uk-scope .hk-offcanvas-bar .hk-button-text:hover {
	color: #fff;
}

.uk-scope .hk-light .hk-button-text:disabled,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-button-text:disabled,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-button-text:disabled,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-button-text:disabled,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-button-text:disabled,
.uk-scope .hk-card-primary.hk-card-body .hk-button-text:disabled,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-button-text:disabled,
.uk-scope .hk-card-secondary.hk-card-body .hk-button-text:disabled,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-button-text:disabled,
.uk-scope .hk-overlay-primary .hk-button-text:disabled,
.uk-scope .hk-offcanvas-bar .hk-button-text:disabled {
	color: rgba(255, 255, 255, 0.5);
}

.uk-scope .hk-light .hk-button-link,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-button-link,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-button-link,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-button-link,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-button-link,
.uk-scope .hk-card-primary.hk-card-body .hk-button-link,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-button-link,
.uk-scope .hk-card-secondary.hk-card-body .hk-button-link,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-button-link,
.uk-scope .hk-overlay-primary .hk-button-link,
.uk-scope .hk-offcanvas-bar .hk-button-link {
	color: #fff;
}

.uk-scope .hk-light .hk-button-link:hover,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-button-link:hover,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-button-link:hover,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-button-link:hover,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-button-link:hover,
.uk-scope .hk-card-primary.hk-card-body .hk-button-link:hover,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-button-link:hover,
.uk-scope .hk-card-secondary.hk-card-body .hk-button-link:hover,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-button-link:hover,
.uk-scope .hk-overlay-primary .hk-button-link:hover,
.uk-scope .hk-offcanvas-bar .hk-button-link:hover {
	color: rgba(255, 255, 255, 0.5);
}

.uk-scope .hk-light.hk-card-badge,
.uk-scope .hk-section-primary:not(.hk-preserve-color).hk-card-badge,
.uk-scope .hk-section-secondary:not(.hk-preserve-color).hk-card-badge,
.uk-scope .hk-tile-primary:not(.hk-preserve-color).hk-card-badge,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color).hk-card-badge,
.uk-scope .hk-card-primary.hk-card-body.hk-card-badge,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]).hk-card-badge,
.uk-scope .hk-card-secondary.hk-card-body.hk-card-badge,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]).hk-card-badge,
.uk-scope .hk-overlay-primary.hk-card-badge,
.uk-scope .hk-offcanvas-bar.hk-card-badge {
	background-color: #fff;
	color: #666;
}

.uk-scope .hk-light .hk-close,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-close,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-close,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-close,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-close,
.uk-scope .hk-card-primary.hk-card-body .hk-close,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-close,
.uk-scope .hk-card-secondary.hk-card-body .hk-close,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-close,
.uk-scope .hk-overlay-primary .hk-close,
.uk-scope .hk-offcanvas-bar .hk-close {
	color: rgba(255, 255, 255, 0.5);
}

.uk-scope .hk-light .hk-close:hover,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-close:hover,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-close:hover,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-close:hover,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-close:hover,
.uk-scope .hk-card-primary.hk-card-body .hk-close:hover,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-close:hover,
.uk-scope .hk-card-secondary.hk-card-body .hk-close:hover,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-close:hover,
.uk-scope .hk-overlay-primary .hk-close:hover,
.uk-scope .hk-offcanvas-bar .hk-close:hover {
	color: rgba(255, 255, 255, 0.7);
}

.uk-scope .hk-light .hk-totop,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-totop,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-totop,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-totop,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-totop,
.uk-scope .hk-card-primary.hk-card-body .hk-totop,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-totop,
.uk-scope .hk-card-secondary.hk-card-body .hk-totop,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-totop,
.uk-scope .hk-overlay-primary .hk-totop,
.uk-scope .hk-offcanvas-bar .hk-totop {
	color: rgba(255, 255, 255, 0.5);
}

.uk-scope .hk-light .hk-totop:hover,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-totop:hover,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-totop:hover,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-totop:hover,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-totop:hover,
.uk-scope .hk-card-primary.hk-card-body .hk-totop:hover,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-totop:hover,
.uk-scope .hk-card-secondary.hk-card-body .hk-totop:hover,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-totop:hover,
.uk-scope .hk-overlay-primary .hk-totop:hover,
.uk-scope .hk-offcanvas-bar .hk-totop:hover {
	color: rgba(255, 255, 255, 0.7);
}

.uk-scope .hk-light .hk-totop:active,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-totop:active,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-totop:active,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-totop:active,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-totop:active,
.uk-scope .hk-card-primary.hk-card-body .hk-totop:active,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-totop:active,
.uk-scope .hk-card-secondary.hk-card-body .hk-totop:active,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-totop:active,
.uk-scope .hk-overlay-primary .hk-totop:active,
.uk-scope .hk-offcanvas-bar .hk-totop:active {
	color: #fff;
}

.uk-scope .hk-light .hk-marker,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-marker,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-marker,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-marker,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-marker,
.uk-scope .hk-card-primary.hk-card-body .hk-marker,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-marker,
.uk-scope .hk-card-secondary.hk-card-body .hk-marker,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-marker,
.uk-scope .hk-overlay-primary .hk-marker,
.uk-scope .hk-offcanvas-bar .hk-marker {
	background: #f8f8f8;
	color: #666;
}

.uk-scope .hk-light .hk-marker:hover,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-marker:hover,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-marker:hover,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-marker:hover,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-marker:hover,
.uk-scope .hk-card-primary.hk-card-body .hk-marker:hover,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-marker:hover,
.uk-scope .hk-card-secondary.hk-card-body .hk-marker:hover,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-marker:hover,
.uk-scope .hk-overlay-primary .hk-marker:hover,
.uk-scope .hk-offcanvas-bar .hk-marker:hover {
	color: #666;
}

.uk-scope .hk-light .hk-badge,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-badge,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-badge,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-badge,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-badge,
.uk-scope .hk-card-primary.hk-card-body .hk-badge,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-badge,
.uk-scope .hk-card-secondary.hk-card-body .hk-badge,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-badge,
.uk-scope .hk-overlay-primary .hk-badge,
.uk-scope .hk-offcanvas-bar .hk-badge {
	background-color: #fff;
	color: #666 !important;
}

.uk-scope .hk-light .hk-label,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-label,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-label,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-label,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-label,
.uk-scope .hk-card-primary.hk-card-body .hk-label,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-label,
.uk-scope .hk-card-secondary.hk-card-body .hk-label,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-label,
.uk-scope .hk-overlay-primary .hk-label,
.uk-scope .hk-offcanvas-bar .hk-label {
	background-color: #fff;
	color: #666;
}

.uk-scope .hk-light .hk-article-meta,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-article-meta,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-article-meta,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-article-meta,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-article-meta,
.uk-scope .hk-card-primary.hk-card-body .hk-article-meta,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-article-meta,
.uk-scope .hk-card-secondary.hk-card-body .hk-article-meta,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-article-meta,
.uk-scope .hk-overlay-primary .hk-article-meta,
.uk-scope .hk-offcanvas-bar .hk-article-meta {
	color: rgba(255, 255, 255, 0.5);
}

.uk-scope .hk-light .hk-search-input,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-search-input,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-search-input,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-search-input,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-search-input,
.uk-scope .hk-card-primary.hk-card-body .hk-search-input,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-search-input,
.uk-scope .hk-card-secondary.hk-card-body .hk-search-input,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-search-input,
.uk-scope .hk-overlay-primary .hk-search-input,
.uk-scope .hk-offcanvas-bar .hk-search-input {
	color: rgba(255, 255, 255, 0.7);
}

.uk-scope .hk-light .hk-search-input::placeholder,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-search-input::placeholder,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-search-input::placeholder,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-search-input::placeholder,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-search-input::placeholder,
.uk-scope .hk-card-primary.hk-card-body .hk-search-input::placeholder,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-search-input::placeholder,
.uk-scope .hk-card-secondary.hk-card-body .hk-search-input::placeholder,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-search-input::placeholder,
.uk-scope .hk-overlay-primary .hk-search-input::placeholder,
.uk-scope .hk-offcanvas-bar .hk-search-input::placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.uk-scope .hk-light .hk-search .hk-search-icon,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-search .hk-search-icon,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-search .hk-search-icon,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-search .hk-search-icon,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-search .hk-search-icon,
.uk-scope .hk-card-primary.hk-card-body .hk-search .hk-search-icon,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-search .hk-search-icon,
.uk-scope .hk-card-secondary.hk-card-body .hk-search .hk-search-icon,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-search .hk-search-icon,
.uk-scope .hk-overlay-primary .hk-search .hk-search-icon,
.uk-scope .hk-offcanvas-bar .hk-search .hk-search-icon {
	color: rgba(255, 255, 255, 0.5);
}

.uk-scope .hk-light .hk-search .hk-search-icon:hover,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-search .hk-search-icon:hover,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-search .hk-search-icon:hover,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-search .hk-search-icon:hover,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-search .hk-search-icon:hover,
.uk-scope .hk-card-primary.hk-card-body .hk-search .hk-search-icon:hover,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-search .hk-search-icon:hover,
.uk-scope .hk-card-secondary.hk-card-body .hk-search .hk-search-icon:hover,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-search .hk-search-icon:hover,
.uk-scope .hk-overlay-primary .hk-search .hk-search-icon:hover,
.uk-scope .hk-offcanvas-bar .hk-search .hk-search-icon:hover {
	color: rgba(255, 255, 255, 0.5);
}

.uk-scope .hk-light .hk-search-default .hk-search-input,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-search-default .hk-search-input,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-search-default .hk-search-input,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-search-default .hk-search-input,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-search-default .hk-search-input,
.uk-scope .hk-card-primary.hk-card-body .hk-search-default .hk-search-input,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-search-default .hk-search-input,
.uk-scope .hk-card-secondary.hk-card-body .hk-search-default .hk-search-input,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-search-default .hk-search-input,
.uk-scope .hk-overlay-primary .hk-search-default .hk-search-input,
.uk-scope .hk-offcanvas-bar .hk-search-default .hk-search-input {
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0.2);
}

.uk-scope .hk-light .hk-search-default .hk-search-input:focus,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-search-default .hk-search-input:focus,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-search-default .hk-search-input:focus,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-search-default .hk-search-input:focus,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-search-default .hk-search-input:focus,
.uk-scope .hk-card-primary.hk-card-body .hk-search-default .hk-search-input:focus,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-search-default .hk-search-input:focus,
.uk-scope .hk-card-secondary.hk-card-body .hk-search-default .hk-search-input:focus,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-search-default .hk-search-input:focus,
.uk-scope .hk-overlay-primary .hk-search-default .hk-search-input:focus,
.uk-scope .hk-offcanvas-bar .hk-search-default .hk-search-input:focus {
	background-color: rgba(0, 0, 0, 0.05);
}

.uk-scope .hk-light .hk-search-navbar .hk-search-input,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-search-navbar .hk-search-input,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-search-navbar .hk-search-input,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-search-navbar .hk-search-input,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-search-navbar .hk-search-input,
.uk-scope .hk-card-primary.hk-card-body .hk-search-navbar .hk-search-input,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-search-navbar .hk-search-input,
.uk-scope .hk-card-secondary.hk-card-body .hk-search-navbar .hk-search-input,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-search-navbar .hk-search-input,
.uk-scope .hk-overlay-primary .hk-search-navbar .hk-search-input,
.uk-scope .hk-offcanvas-bar .hk-search-navbar .hk-search-input {
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0.2);
}

.uk-scope .hk-light .hk-search-navbar .hk-search-input:focus,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-search-navbar .hk-search-input:focus,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-search-navbar .hk-search-input:focus,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-search-navbar .hk-search-input:focus,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-search-navbar .hk-search-input:focus,
.uk-scope .hk-card-primary.hk-card-body .hk-search-navbar .hk-search-input:focus,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-search-navbar .hk-search-input:focus,
.uk-scope .hk-card-secondary.hk-card-body .hk-search-navbar .hk-search-input:focus,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-search-navbar .hk-search-input:focus,
.uk-scope .hk-overlay-primary .hk-search-navbar .hk-search-input:focus,
.uk-scope .hk-offcanvas-bar .hk-search-navbar .hk-search-input:focus {
	background-color: rgba(0, 0, 0, 0.05);
}

.uk-scope .hk-light .hk-search-medium .hk-search-input,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-search-medium .hk-search-input,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-search-medium .hk-search-input,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-search-medium .hk-search-input,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-search-medium .hk-search-input,
.uk-scope .hk-card-primary.hk-card-body .hk-search-medium .hk-search-input,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-search-medium .hk-search-input,
.uk-scope .hk-card-secondary.hk-card-body .hk-search-medium .hk-search-input,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-search-medium .hk-search-input,
.uk-scope .hk-overlay-primary .hk-search-medium .hk-search-input,
.uk-scope .hk-offcanvas-bar .hk-search-medium .hk-search-input {
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0.2);
}

.uk-scope .hk-light .hk-search-medium .hk-search-input:focus,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-search-medium .hk-search-input:focus,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-search-medium .hk-search-input:focus,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-search-medium .hk-search-input:focus,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-search-medium .hk-search-input:focus,
.uk-scope .hk-card-primary.hk-card-body .hk-search-medium .hk-search-input:focus,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-search-medium .hk-search-input:focus,
.uk-scope .hk-card-secondary.hk-card-body .hk-search-medium .hk-search-input:focus,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-search-medium .hk-search-input:focus,
.uk-scope .hk-overlay-primary .hk-search-medium .hk-search-input:focus,
.uk-scope .hk-offcanvas-bar .hk-search-medium .hk-search-input:focus {
	background-color: rgba(0, 0, 0, 0.05);
}

.uk-scope .hk-light .hk-search-large .hk-search-input,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-search-large .hk-search-input,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-search-large .hk-search-input,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-search-large .hk-search-input,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-search-large .hk-search-input,
.uk-scope .hk-card-primary.hk-card-body .hk-search-large .hk-search-input,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-search-large .hk-search-input,
.uk-scope .hk-card-secondary.hk-card-body .hk-search-large .hk-search-input,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-search-large .hk-search-input,
.uk-scope .hk-overlay-primary .hk-search-large .hk-search-input,
.uk-scope .hk-offcanvas-bar .hk-search-large .hk-search-input {
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0.2);
}

.uk-scope .hk-light .hk-search-large .hk-search-input:focus,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-search-large .hk-search-input:focus,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-search-large .hk-search-input:focus,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-search-large .hk-search-input:focus,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-search-large .hk-search-input:focus,
.uk-scope .hk-card-primary.hk-card-body .hk-search-large .hk-search-input:focus,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-search-large .hk-search-input:focus,
.uk-scope .hk-card-secondary.hk-card-body .hk-search-large .hk-search-input:focus,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-search-large .hk-search-input:focus,
.uk-scope .hk-overlay-primary .hk-search-large .hk-search-input:focus,
.uk-scope .hk-offcanvas-bar .hk-search-large .hk-search-input:focus {
	background-color: rgba(0, 0, 0, 0.05);
}

.uk-scope .hk-light .hk-search-toggle,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-search-toggle,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-search-toggle,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-search-toggle,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-search-toggle,
.uk-scope .hk-card-primary.hk-card-body .hk-search-toggle,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-search-toggle,
.uk-scope .hk-card-secondary.hk-card-body .hk-search-toggle,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-search-toggle,
.uk-scope .hk-overlay-primary .hk-search-toggle,
.uk-scope .hk-offcanvas-bar .hk-search-toggle {
	color: rgba(255, 255, 255, 0.5);
}

.uk-scope .hk-light .hk-search-toggle:hover,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-search-toggle:hover,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-search-toggle:hover,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-search-toggle:hover,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-search-toggle:hover,
.uk-scope .hk-card-primary.hk-card-body .hk-search-toggle:hover,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-search-toggle:hover,
.uk-scope .hk-card-secondary.hk-card-body .hk-search-toggle:hover,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-search-toggle:hover,
.uk-scope .hk-overlay-primary .hk-search-toggle:hover,
.uk-scope .hk-offcanvas-bar .hk-search-toggle:hover {
	color: rgba(255, 255, 255, 0.7);
}

.uk-scope .hk-light .hk-accordion-title,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-accordion-title,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-accordion-title,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-accordion-title,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-accordion-title,
.uk-scope .hk-card-primary.hk-card-body .hk-accordion-title,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-accordion-title,
.uk-scope .hk-card-secondary.hk-card-body .hk-accordion-title,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-accordion-title,
.uk-scope .hk-overlay-primary .hk-accordion-title,
.uk-scope .hk-offcanvas-bar .hk-accordion-title {
	color: #fff;
}

.uk-scope .hk-light .hk-accordion-title:hover,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-accordion-title:hover,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-accordion-title:hover,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-accordion-title:hover,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-accordion-title:hover,
.uk-scope .hk-card-primary.hk-card-body .hk-accordion-title:hover,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-accordion-title:hover,
.uk-scope .hk-card-secondary.hk-card-body .hk-accordion-title:hover,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-accordion-title:hover,
.uk-scope .hk-overlay-primary .hk-accordion-title:hover,
.uk-scope .hk-offcanvas-bar .hk-accordion-title:hover {
	color: rgba(255, 255, 255, 0.7);
}

.uk-scope .hk-light .hk-thumbnav>*>*::after,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-thumbnav>*>*::after,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-thumbnav>*>*::after,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-thumbnav>*>*::after,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-thumbnav>*>*::after,
.uk-scope .hk-card-primary.hk-card-body .hk-thumbnav>*>*::after,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-thumbnav>*>*::after,
.uk-scope .hk-card-secondary.hk-card-body .hk-thumbnav>*>*::after,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-thumbnav>*>*::after,
.uk-scope .hk-overlay-primary .hk-thumbnav>*>*::after,
.uk-scope .hk-offcanvas-bar .hk-thumbnav>*>*::after {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.uk-scope .hk-light .hk-iconnav>*>a,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-iconnav>*>a,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-iconnav>*>a,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-iconnav>*>a,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-iconnav>*>a,
.uk-scope .hk-card-primary.hk-card-body .hk-iconnav>*>a,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-iconnav>*>a,
.uk-scope .hk-card-secondary.hk-card-body .hk-iconnav>*>a,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-iconnav>*>a,
.uk-scope .hk-overlay-primary .hk-iconnav>*>a,
.uk-scope .hk-offcanvas-bar .hk-iconnav>*>a {
	color: rgba(255, 255, 255, 0.5);
}

.uk-scope .hk-light .hk-iconnav>*>a:hover,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-iconnav>*>a:hover,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-iconnav>*>a:hover,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-iconnav>*>a:hover,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-iconnav>*>a:hover,
.uk-scope .hk-card-primary.hk-card-body .hk-iconnav>*>a:hover,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-iconnav>*>a:hover,
.uk-scope .hk-card-secondary.hk-card-body .hk-iconnav>*>a:hover,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-iconnav>*>a:hover,
.uk-scope .hk-overlay-primary .hk-iconnav>*>a:hover,
.uk-scope .hk-offcanvas-bar .hk-iconnav>*>a:hover {
	color: rgba(255, 255, 255, 0.7);
}

.uk-scope .hk-light .hk-iconnav>.hk-active>a,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-iconnav>.hk-active>a,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-iconnav>.hk-active>a,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-iconnav>.hk-active>a,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-iconnav>.hk-active>a,
.uk-scope .hk-card-primary.hk-card-body .hk-iconnav>.hk-active>a,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-iconnav>.hk-active>a,
.uk-scope .hk-card-secondary.hk-card-body .hk-iconnav>.hk-active>a,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-iconnav>.hk-active>a,
.uk-scope .hk-overlay-primary .hk-iconnav>.hk-active>a,
.uk-scope .hk-offcanvas-bar .hk-iconnav>.hk-active>a {
	color: rgba(255, 255, 255, 0.7);
}

.uk-scope .hk-light .hk-grid-divider> :not(.hk-first-column)::before,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-grid-divider> :not(.hk-first-column)::before,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-grid-divider> :not(.hk-first-column)::before,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-grid-divider> :not(.hk-first-column)::before,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-grid-divider> :not(.hk-first-column)::before,
.uk-scope .hk-card-primary.hk-card-body .hk-grid-divider> :not(.hk-first-column)::before,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-grid-divider> :not(.hk-first-column)::before,
.uk-scope .hk-card-secondary.hk-card-body .hk-grid-divider> :not(.hk-first-column)::before,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-grid-divider> :not(.hk-first-column)::before,
.uk-scope .hk-overlay-primary .hk-grid-divider> :not(.hk-first-column)::before,
.uk-scope .hk-offcanvas-bar .hk-grid-divider> :not(.hk-first-column)::before {
	border-left-color: rgba(255, 255, 255, 0.2);
}

.uk-scope .hk-light .hk-grid-divider.hk-grid-stack>.hk-grid-margin::before,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-grid-divider.hk-grid-stack>.hk-grid-margin::before,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-grid-divider.hk-grid-stack>.hk-grid-margin::before,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-grid-divider.hk-grid-stack>.hk-grid-margin::before,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-grid-divider.hk-grid-stack>.hk-grid-margin::before,
.uk-scope .hk-card-primary.hk-card-body .hk-grid-divider.hk-grid-stack>.hk-grid-margin::before,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-grid-divider.hk-grid-stack>.hk-grid-margin::before,
.uk-scope .hk-card-secondary.hk-card-body .hk-grid-divider.hk-grid-stack>.hk-grid-margin::before,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-grid-divider.hk-grid-stack>.hk-grid-margin::before,
.uk-scope .hk-overlay-primary .hk-grid-divider.hk-grid-stack>.hk-grid-margin::before,
.uk-scope .hk-offcanvas-bar .hk-grid-divider.hk-grid-stack>.hk-grid-margin::before {
	border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-scope .hk-light .hk-nav-default>li>a,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-nav-default>li>a,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-nav-default>li>a,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-nav-default>li>a,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-nav-default>li>a,
.uk-scope .hk-card-primary.hk-card-body .hk-nav-default>li>a,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-nav-default>li>a,
.uk-scope .hk-card-secondary.hk-card-body .hk-nav-default>li>a,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-nav-default>li>a,
.uk-scope .hk-overlay-primary .hk-nav-default>li>a,
.uk-scope .hk-offcanvas-bar .hk-nav-default>li>a {
	color: rgba(255, 255, 255, 0.5);
}

.uk-scope .hk-light .hk-nav-default>li>a:hover,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-nav-default>li>a:hover,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-nav-default>li>a:hover,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-nav-default>li>a:hover,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-nav-default>li>a:hover,
.uk-scope .hk-card-primary.hk-card-body .hk-nav-default>li>a:hover,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-nav-default>li>a:hover,
.uk-scope .hk-card-secondary.hk-card-body .hk-nav-default>li>a:hover,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-nav-default>li>a:hover,
.uk-scope .hk-overlay-primary .hk-nav-default>li>a:hover,
.uk-scope .hk-offcanvas-bar .hk-nav-default>li>a:hover {
	color: rgba(255, 255, 255, 0.7);
}

.uk-scope .hk-light .hk-nav-default>li.hk-active>a,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-nav-default>li.hk-active>a,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-nav-default>li.hk-active>a,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-nav-default>li.hk-active>a,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-nav-default>li.hk-active>a,
.uk-scope .hk-card-primary.hk-card-body .hk-nav-default>li.hk-active>a,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-nav-default>li.hk-active>a,
.uk-scope .hk-card-secondary.hk-card-body .hk-nav-default>li.hk-active>a,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-nav-default>li.hk-active>a,
.uk-scope .hk-overlay-primary .hk-nav-default>li.hk-active>a,
.uk-scope .hk-offcanvas-bar .hk-nav-default>li.hk-active>a {
	color: #fff;
}

.uk-scope .hk-light .hk-nav-default .hk-nav-header,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-nav-default .hk-nav-header,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-nav-default .hk-nav-header,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-nav-default .hk-nav-header,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-nav-default .hk-nav-header,
.uk-scope .hk-card-primary.hk-card-body .hk-nav-default .hk-nav-header,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-nav-default .hk-nav-header,
.uk-scope .hk-card-secondary.hk-card-body .hk-nav-default .hk-nav-header,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-nav-default .hk-nav-header,
.uk-scope .hk-overlay-primary .hk-nav-default .hk-nav-header,
.uk-scope .hk-offcanvas-bar .hk-nav-default .hk-nav-header {
	color: #fff;
}

.uk-scope .hk-light .hk-nav-default .hk-nav-divider,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-nav-default .hk-nav-divider,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-nav-default .hk-nav-divider,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-nav-default .hk-nav-divider,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-nav-default .hk-nav-divider,
.uk-scope .hk-card-primary.hk-card-body .hk-nav-default .hk-nav-divider,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-nav-default .hk-nav-divider,
.uk-scope .hk-card-secondary.hk-card-body .hk-nav-default .hk-nav-divider,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-nav-default .hk-nav-divider,
.uk-scope .hk-overlay-primary .hk-nav-default .hk-nav-divider,
.uk-scope .hk-offcanvas-bar .hk-nav-default .hk-nav-divider {
	border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-scope .hk-light .hk-nav-default .hk-nav-sub a,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-nav-default .hk-nav-sub a,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-nav-default .hk-nav-sub a,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-nav-default .hk-nav-sub a,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-nav-default .hk-nav-sub a,
.uk-scope .hk-card-primary.hk-card-body .hk-nav-default .hk-nav-sub a,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-nav-default .hk-nav-sub a,
.uk-scope .hk-card-secondary.hk-card-body .hk-nav-default .hk-nav-sub a,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-nav-default .hk-nav-sub a,
.uk-scope .hk-overlay-primary .hk-nav-default .hk-nav-sub a,
.uk-scope .hk-offcanvas-bar .hk-nav-default .hk-nav-sub a {
	color: rgba(255, 255, 255, 0.5);
}

.uk-scope .hk-light .hk-nav-default .hk-nav-sub a:hover,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-nav-default .hk-nav-sub a:hover,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-nav-default .hk-nav-sub a:hover,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-nav-default .hk-nav-sub a:hover,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-nav-default .hk-nav-sub a:hover,
.uk-scope .hk-card-primary.hk-card-body .hk-nav-default .hk-nav-sub a:hover,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-nav-default .hk-nav-sub a:hover,
.uk-scope .hk-card-secondary.hk-card-body .hk-nav-default .hk-nav-sub a:hover,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-nav-default .hk-nav-sub a:hover,
.uk-scope .hk-overlay-primary .hk-nav-default .hk-nav-sub a:hover,
.uk-scope .hk-offcanvas-bar .hk-nav-default .hk-nav-sub a:hover {
	color: rgba(255, 255, 255, 0.7);
}

.uk-scope .hk-light .hk-nav-default .hk-nav-sub li.hk-active>a,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-nav-default .hk-nav-sub li.hk-active>a,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-nav-default .hk-nav-sub li.hk-active>a,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-nav-default .hk-nav-sub li.hk-active>a,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-nav-default .hk-nav-sub li.hk-active>a,
.uk-scope .hk-card-primary.hk-card-body .hk-nav-default .hk-nav-sub li.hk-active>a,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-nav-default .hk-nav-sub li.hk-active>a,
.uk-scope .hk-card-secondary.hk-card-body .hk-nav-default .hk-nav-sub li.hk-active>a,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-nav-default .hk-nav-sub li.hk-active>a,
.uk-scope .hk-overlay-primary .hk-nav-default .hk-nav-sub li.hk-active>a,
.uk-scope .hk-offcanvas-bar .hk-nav-default .hk-nav-sub li.hk-active>a {
	color: #fff;
}

.uk-scope .hk-light .hk-nav-primary>li>a,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-nav-primary>li>a,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-nav-primary>li>a,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-nav-primary>li>a,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-nav-primary>li>a,
.uk-scope .hk-card-primary.hk-card-body .hk-nav-primary>li>a,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-nav-primary>li>a,
.uk-scope .hk-card-secondary.hk-card-body .hk-nav-primary>li>a,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-nav-primary>li>a,
.uk-scope .hk-overlay-primary .hk-nav-primary>li>a,
.uk-scope .hk-offcanvas-bar .hk-nav-primary>li>a {
	color: rgba(255, 255, 255, 0.5);
}

.uk-scope .hk-light .hk-nav-primary>li>a:hover,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-nav-primary>li>a:hover,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-nav-primary>li>a:hover,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-nav-primary>li>a:hover,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-nav-primary>li>a:hover,
.uk-scope .hk-card-primary.hk-card-body .hk-nav-primary>li>a:hover,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-nav-primary>li>a:hover,
.uk-scope .hk-card-secondary.hk-card-body .hk-nav-primary>li>a:hover,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-nav-primary>li>a:hover,
.uk-scope .hk-overlay-primary .hk-nav-primary>li>a:hover,
.uk-scope .hk-offcanvas-bar .hk-nav-primary>li>a:hover {
	color: rgba(255, 255, 255, 0.7);
}

.uk-scope .hk-light .hk-nav-primary>li.hk-active>a,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-nav-primary>li.hk-active>a,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-nav-primary>li.hk-active>a,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-nav-primary>li.hk-active>a,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-nav-primary>li.hk-active>a,
.uk-scope .hk-card-primary.hk-card-body .hk-nav-primary>li.hk-active>a,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-nav-primary>li.hk-active>a,
.uk-scope .hk-card-secondary.hk-card-body .hk-nav-primary>li.hk-active>a,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-nav-primary>li.hk-active>a,
.uk-scope .hk-overlay-primary .hk-nav-primary>li.hk-active>a,
.uk-scope .hk-offcanvas-bar .hk-nav-primary>li.hk-active>a {
	color: #fff;
}

.uk-scope .hk-light .hk-nav-primary .hk-nav-header,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-nav-primary .hk-nav-header,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-nav-primary .hk-nav-header,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-nav-primary .hk-nav-header,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-nav-primary .hk-nav-header,
.uk-scope .hk-card-primary.hk-card-body .hk-nav-primary .hk-nav-header,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-nav-primary .hk-nav-header,
.uk-scope .hk-card-secondary.hk-card-body .hk-nav-primary .hk-nav-header,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-nav-primary .hk-nav-header,
.uk-scope .hk-overlay-primary .hk-nav-primary .hk-nav-header,
.uk-scope .hk-offcanvas-bar .hk-nav-primary .hk-nav-header {
	color: #fff;
}

.uk-scope .hk-light .hk-nav-primary .hk-nav-divider,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-nav-primary .hk-nav-divider,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-nav-primary .hk-nav-divider,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-nav-primary .hk-nav-divider,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-nav-primary .hk-nav-divider,
.uk-scope .hk-card-primary.hk-card-body .hk-nav-primary .hk-nav-divider,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-nav-primary .hk-nav-divider,
.uk-scope .hk-card-secondary.hk-card-body .hk-nav-primary .hk-nav-divider,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-nav-primary .hk-nav-divider,
.uk-scope .hk-overlay-primary .hk-nav-primary .hk-nav-divider,
.uk-scope .hk-offcanvas-bar .hk-nav-primary .hk-nav-divider {
	border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-scope .hk-light .hk-nav-primary .hk-nav-sub a,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-nav-primary .hk-nav-sub a,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-nav-primary .hk-nav-sub a,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-nav-primary .hk-nav-sub a,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-nav-primary .hk-nav-sub a,
.uk-scope .hk-card-primary.hk-card-body .hk-nav-primary .hk-nav-sub a,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-nav-primary .hk-nav-sub a,
.uk-scope .hk-card-secondary.hk-card-body .hk-nav-primary .hk-nav-sub a,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-nav-primary .hk-nav-sub a,
.uk-scope .hk-overlay-primary .hk-nav-primary .hk-nav-sub a,
.uk-scope .hk-offcanvas-bar .hk-nav-primary .hk-nav-sub a {
	color: rgba(255, 255, 255, 0.5);
}

.uk-scope .hk-light .hk-nav-primary .hk-nav-sub a:hover,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-nav-primary .hk-nav-sub a:hover,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-nav-primary .hk-nav-sub a:hover,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-nav-primary .hk-nav-sub a:hover,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-nav-primary .hk-nav-sub a:hover,
.uk-scope .hk-card-primary.hk-card-body .hk-nav-primary .hk-nav-sub a:hover,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-nav-primary .hk-nav-sub a:hover,
.uk-scope .hk-card-secondary.hk-card-body .hk-nav-primary .hk-nav-sub a:hover,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-nav-primary .hk-nav-sub a:hover,
.uk-scope .hk-overlay-primary .hk-nav-primary .hk-nav-sub a:hover,
.uk-scope .hk-offcanvas-bar .hk-nav-primary .hk-nav-sub a:hover {
	color: rgba(255, 255, 255, 0.7);
}

.uk-scope .hk-light .hk-nav-primary .hk-nav-sub li.hk-active>a,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-nav-primary .hk-nav-sub li.hk-active>a,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-nav-primary .hk-nav-sub li.hk-active>a,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-nav-primary .hk-nav-sub li.hk-active>a,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-nav-primary .hk-nav-sub li.hk-active>a,
.uk-scope .hk-card-primary.hk-card-body .hk-nav-primary .hk-nav-sub li.hk-active>a,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-nav-primary .hk-nav-sub li.hk-active>a,
.uk-scope .hk-card-secondary.hk-card-body .hk-nav-primary .hk-nav-sub li.hk-active>a,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-nav-primary .hk-nav-sub li.hk-active>a,
.uk-scope .hk-overlay-primary .hk-nav-primary .hk-nav-sub li.hk-active>a,
.uk-scope .hk-offcanvas-bar .hk-nav-primary .hk-nav-sub li.hk-active>a {
	color: #fff;
}

.uk-scope .hk-light .hk-nav-secondary>li>a,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-nav-secondary>li>a,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-nav-secondary>li>a,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-nav-secondary>li>a,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-nav-secondary>li>a,
.uk-scope .hk-card-primary.hk-card-body .hk-nav-secondary>li>a,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-nav-secondary>li>a,
.uk-scope .hk-card-secondary.hk-card-body .hk-nav-secondary>li>a,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-nav-secondary>li>a,
.uk-scope .hk-overlay-primary .hk-nav-secondary>li>a,
.uk-scope .hk-offcanvas-bar .hk-nav-secondary>li>a {
	color: #fff;
}

.uk-scope .hk-light .hk-nav-secondary>li>a:hover,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-nav-secondary>li>a:hover,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-nav-secondary>li>a:hover,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-nav-secondary>li>a:hover,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-nav-secondary>li>a:hover,
.uk-scope .hk-card-primary.hk-card-body .hk-nav-secondary>li>a:hover,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-nav-secondary>li>a:hover,
.uk-scope .hk-card-secondary.hk-card-body .hk-nav-secondary>li>a:hover,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-nav-secondary>li>a:hover,
.uk-scope .hk-overlay-primary .hk-nav-secondary>li>a:hover,
.uk-scope .hk-offcanvas-bar .hk-nav-secondary>li>a:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.1);
}

.uk-scope .hk-light .hk-nav-secondary>li.hk-active>a,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-nav-secondary>li.hk-active>a,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-nav-secondary>li.hk-active>a,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-nav-secondary>li.hk-active>a,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-nav-secondary>li.hk-active>a,
.uk-scope .hk-card-primary.hk-card-body .hk-nav-secondary>li.hk-active>a,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-nav-secondary>li.hk-active>a,
.uk-scope .hk-card-secondary.hk-card-body .hk-nav-secondary>li.hk-active>a,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-nav-secondary>li.hk-active>a,
.uk-scope .hk-overlay-primary .hk-nav-secondary>li.hk-active>a,
.uk-scope .hk-offcanvas-bar .hk-nav-secondary>li.hk-active>a {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.1);
}

.uk-scope .hk-light .hk-nav-secondary .hk-nav-subtitle,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-nav-secondary .hk-nav-subtitle,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-nav-secondary .hk-nav-subtitle,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-nav-secondary .hk-nav-subtitle,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-nav-secondary .hk-nav-subtitle,
.uk-scope .hk-card-primary.hk-card-body .hk-nav-secondary .hk-nav-subtitle,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-nav-secondary .hk-nav-subtitle,
.uk-scope .hk-card-secondary.hk-card-body .hk-nav-secondary .hk-nav-subtitle,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-nav-secondary .hk-nav-subtitle,
.uk-scope .hk-overlay-primary .hk-nav-secondary .hk-nav-subtitle,
.uk-scope .hk-offcanvas-bar .hk-nav-secondary .hk-nav-subtitle {
	color: rgba(255, 255, 255, 0.5);
}

.uk-scope .hk-light .hk-nav-secondary>li>a:hover .hk-nav-subtitle,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-nav-secondary>li>a:hover .hk-nav-subtitle,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-nav-secondary>li>a:hover .hk-nav-subtitle,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-nav-secondary>li>a:hover .hk-nav-subtitle,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-nav-secondary>li>a:hover .hk-nav-subtitle,
.uk-scope .hk-card-primary.hk-card-body .hk-nav-secondary>li>a:hover .hk-nav-subtitle,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-nav-secondary>li>a:hover .hk-nav-subtitle,
.uk-scope .hk-card-secondary.hk-card-body .hk-nav-secondary>li>a:hover .hk-nav-subtitle,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-nav-secondary>li>a:hover .hk-nav-subtitle,
.uk-scope .hk-overlay-primary .hk-nav-secondary>li>a:hover .hk-nav-subtitle,
.uk-scope .hk-offcanvas-bar .hk-nav-secondary>li>a:hover .hk-nav-subtitle {
	color: rgba(255, 255, 255, 0.7);
}

.uk-scope .hk-light .hk-nav-secondary>li.hk-active>a .hk-nav-subtitle,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-nav-secondary>li.hk-active>a .hk-nav-subtitle,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-nav-secondary>li.hk-active>a .hk-nav-subtitle,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-nav-secondary>li.hk-active>a .hk-nav-subtitle,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-nav-secondary>li.hk-active>a .hk-nav-subtitle,
.uk-scope .hk-card-primary.hk-card-body .hk-nav-secondary>li.hk-active>a .hk-nav-subtitle,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-nav-secondary>li.hk-active>a .hk-nav-subtitle,
.uk-scope .hk-card-secondary.hk-card-body .hk-nav-secondary>li.hk-active>a .hk-nav-subtitle,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-nav-secondary>li.hk-active>a .hk-nav-subtitle,
.uk-scope .hk-overlay-primary .hk-nav-secondary>li.hk-active>a .hk-nav-subtitle,
.uk-scope .hk-offcanvas-bar .hk-nav-secondary>li.hk-active>a .hk-nav-subtitle {
	color: #fff;
}

.uk-scope .hk-light .hk-nav-secondary .hk-nav-header,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-nav-secondary .hk-nav-header,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-nav-secondary .hk-nav-header,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-nav-secondary .hk-nav-header,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-nav-secondary .hk-nav-header,
.uk-scope .hk-card-primary.hk-card-body .hk-nav-secondary .hk-nav-header,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-nav-secondary .hk-nav-header,
.uk-scope .hk-card-secondary.hk-card-body .hk-nav-secondary .hk-nav-header,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-nav-secondary .hk-nav-header,
.uk-scope .hk-overlay-primary .hk-nav-secondary .hk-nav-header,
.uk-scope .hk-offcanvas-bar .hk-nav-secondary .hk-nav-header {
	color: #fff;
}

.uk-scope .hk-light .hk-nav-secondary .hk-nav-divider,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-nav-secondary .hk-nav-divider,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-nav-secondary .hk-nav-divider,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-nav-secondary .hk-nav-divider,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-nav-secondary .hk-nav-divider,
.uk-scope .hk-card-primary.hk-card-body .hk-nav-secondary .hk-nav-divider,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-nav-secondary .hk-nav-divider,
.uk-scope .hk-card-secondary.hk-card-body .hk-nav-secondary .hk-nav-divider,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-nav-secondary .hk-nav-divider,
.uk-scope .hk-overlay-primary .hk-nav-secondary .hk-nav-divider,
.uk-scope .hk-offcanvas-bar .hk-nav-secondary .hk-nav-divider {
	border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-scope .hk-light .hk-nav-secondary .hk-nav-sub a,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-nav-secondary .hk-nav-sub a,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-nav-secondary .hk-nav-sub a,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-nav-secondary .hk-nav-sub a,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-nav-secondary .hk-nav-sub a,
.uk-scope .hk-card-primary.hk-card-body .hk-nav-secondary .hk-nav-sub a,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-nav-secondary .hk-nav-sub a,
.uk-scope .hk-card-secondary.hk-card-body .hk-nav-secondary .hk-nav-sub a,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-nav-secondary .hk-nav-sub a,
.uk-scope .hk-overlay-primary .hk-nav-secondary .hk-nav-sub a,
.uk-scope .hk-offcanvas-bar .hk-nav-secondary .hk-nav-sub a {
	color: rgba(255, 255, 255, 0.5);
}

.uk-scope .hk-light .hk-nav-secondary .hk-nav-sub a:hover,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-nav-secondary .hk-nav-sub a:hover,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-nav-secondary .hk-nav-sub a:hover,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-nav-secondary .hk-nav-sub a:hover,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-nav-secondary .hk-nav-sub a:hover,
.uk-scope .hk-card-primary.hk-card-body .hk-nav-secondary .hk-nav-sub a:hover,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-nav-secondary .hk-nav-sub a:hover,
.uk-scope .hk-card-secondary.hk-card-body .hk-nav-secondary .hk-nav-sub a:hover,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-nav-secondary .hk-nav-sub a:hover,
.uk-scope .hk-overlay-primary .hk-nav-secondary .hk-nav-sub a:hover,
.uk-scope .hk-offcanvas-bar .hk-nav-secondary .hk-nav-sub a:hover {
	color: rgba(255, 255, 255, 0.7);
}

.uk-scope .hk-light .hk-nav-secondary .hk-nav-sub li.hk-active>a,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-nav-secondary .hk-nav-sub li.hk-active>a,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-nav-secondary .hk-nav-sub li.hk-active>a,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-nav-secondary .hk-nav-sub li.hk-active>a,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-nav-secondary .hk-nav-sub li.hk-active>a,
.uk-scope .hk-card-primary.hk-card-body .hk-nav-secondary .hk-nav-sub li.hk-active>a,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-nav-secondary .hk-nav-sub li.hk-active>a,
.uk-scope .hk-card-secondary.hk-card-body .hk-nav-secondary .hk-nav-sub li.hk-active>a,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-nav-secondary .hk-nav-sub li.hk-active>a,
.uk-scope .hk-overlay-primary .hk-nav-secondary .hk-nav-sub li.hk-active>a,
.uk-scope .hk-offcanvas-bar .hk-nav-secondary .hk-nav-sub li.hk-active>a {
	color: #fff;
}

.uk-scope .hk-light .hk-nav.hk-nav-divider> :not(.hk-nav-divider)+ :not(.hk-nav-header, .hk-nav-divider),
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-nav.hk-nav-divider> :not(.hk-nav-divider)+ :not(.hk-nav-header, .hk-nav-divider),
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-nav.hk-nav-divider> :not(.hk-nav-divider)+ :not(.hk-nav-header, .hk-nav-divider),
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-nav.hk-nav-divider> :not(.hk-nav-divider)+ :not(.hk-nav-header, .hk-nav-divider),
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-nav.hk-nav-divider> :not(.hk-nav-divider)+ :not(.hk-nav-header, .hk-nav-divider),
.uk-scope .hk-card-primary.hk-card-body .hk-nav.hk-nav-divider> :not(.hk-nav-divider)+ :not(.hk-nav-header, .hk-nav-divider),
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-nav.hk-nav-divider> :not(.hk-nav-divider)+ :not(.hk-nav-header, .hk-nav-divider),
.uk-scope .hk-card-secondary.hk-card-body .hk-nav.hk-nav-divider> :not(.hk-nav-divider)+ :not(.hk-nav-header, .hk-nav-divider),
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-nav.hk-nav-divider> :not(.hk-nav-divider)+ :not(.hk-nav-header, .hk-nav-divider),
.uk-scope .hk-overlay-primary .hk-nav.hk-nav-divider> :not(.hk-nav-divider)+ :not(.hk-nav-header, .hk-nav-divider),
.uk-scope .hk-offcanvas-bar .hk-nav.hk-nav-divider> :not(.hk-nav-divider)+ :not(.hk-nav-header, .hk-nav-divider) {
	border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-scope .hk-light .hk-navbar-nav>li>a,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-navbar-nav>li>a,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-navbar-nav>li>a,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-navbar-nav>li>a,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-navbar-nav>li>a,
.uk-scope .hk-card-primary.hk-card-body .hk-navbar-nav>li>a,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-navbar-nav>li>a,
.uk-scope .hk-card-secondary.hk-card-body .hk-navbar-nav>li>a,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-navbar-nav>li>a,
.uk-scope .hk-overlay-primary .hk-navbar-nav>li>a,
.uk-scope .hk-offcanvas-bar .hk-navbar-nav>li>a {
	color: rgba(255, 255, 255, 0.5);
}

.uk-scope .hk-light .hk-navbar-nav>li:hover>a,
.uk-scope .hk-light .hk-navbar-nav>li>a[aria-expanded="true"],
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-navbar-nav>li:hover>a,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-navbar-nav>li>a[aria-expanded="true"],
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-navbar-nav>li:hover>a,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-navbar-nav>li>a[aria-expanded="true"],
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-navbar-nav>li:hover>a,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-navbar-nav>li>a[aria-expanded="true"],
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-navbar-nav>li:hover>a,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-navbar-nav>li>a[aria-expanded="true"],
.uk-scope .hk-card-primary.hk-card-body .hk-navbar-nav>li:hover>a,
.uk-scope .hk-card-primary.hk-card-body .hk-navbar-nav>li>a[aria-expanded="true"],
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-navbar-nav>li:hover>a,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-navbar-nav>li>a[aria-expanded="true"],
.uk-scope .hk-card-secondary.hk-card-body .hk-navbar-nav>li:hover>a,
.uk-scope .hk-card-secondary.hk-card-body .hk-navbar-nav>li>a[aria-expanded="true"],
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-navbar-nav>li:hover>a,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-navbar-nav>li>a[aria-expanded="true"],
.uk-scope .hk-overlay-primary .hk-navbar-nav>li:hover>a,
.uk-scope .hk-overlay-primary .hk-navbar-nav>li>a[aria-expanded="true"],
.uk-scope .hk-offcanvas-bar .hk-navbar-nav>li:hover>a,
.uk-scope .hk-offcanvas-bar .hk-navbar-nav>li>a[aria-expanded="true"] {
	color: rgba(255, 255, 255, 0.7);
}

.uk-scope .hk-light .hk-navbar-nav>li>a:active,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-navbar-nav>li>a:active,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-navbar-nav>li>a:active,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-navbar-nav>li>a:active,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-navbar-nav>li>a:active,
.uk-scope .hk-card-primary.hk-card-body .hk-navbar-nav>li>a:active,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-navbar-nav>li>a:active,
.uk-scope .hk-card-secondary.hk-card-body .hk-navbar-nav>li>a:active,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-navbar-nav>li>a:active,
.uk-scope .hk-overlay-primary .hk-navbar-nav>li>a:active,
.uk-scope .hk-offcanvas-bar .hk-navbar-nav>li>a:active {
	color: #fff;
}

.uk-scope .hk-light .hk-navbar-nav>li.hk-active>a,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-navbar-nav>li.hk-active>a,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-navbar-nav>li.hk-active>a,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-navbar-nav>li.hk-active>a,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-navbar-nav>li.hk-active>a,
.uk-scope .hk-card-primary.hk-card-body .hk-navbar-nav>li.hk-active>a,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-navbar-nav>li.hk-active>a,
.uk-scope .hk-card-secondary.hk-card-body .hk-navbar-nav>li.hk-active>a,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-navbar-nav>li.hk-active>a,
.uk-scope .hk-overlay-primary .hk-navbar-nav>li.hk-active>a,
.uk-scope .hk-offcanvas-bar .hk-navbar-nav>li.hk-active>a {
	color: #fff;
}

.uk-scope .hk-light .hk-navbar-item,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-navbar-item,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-navbar-item,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-navbar-item,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-navbar-item,
.uk-scope .hk-card-primary.hk-card-body .hk-navbar-item,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-navbar-item,
.uk-scope .hk-card-secondary.hk-card-body .hk-navbar-item,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-navbar-item,
.uk-scope .hk-overlay-primary .hk-navbar-item,
.uk-scope .hk-offcanvas-bar .hk-navbar-item {
	color: rgba(255, 255, 255, 0.7);
}

.uk-scope .hk-light .hk-navbar-toggle,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-navbar-toggle,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-navbar-toggle,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-navbar-toggle,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-navbar-toggle,
.uk-scope .hk-card-primary.hk-card-body .hk-navbar-toggle,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-navbar-toggle,
.uk-scope .hk-card-secondary.hk-card-body .hk-navbar-toggle,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-navbar-toggle,
.uk-scope .hk-overlay-primary .hk-navbar-toggle,
.uk-scope .hk-offcanvas-bar .hk-navbar-toggle {
	color: rgba(255, 255, 255, 0.5);
}

.uk-scope .hk-light .hk-navbar-toggle:hover,
.uk-scope .hk-light .hk-navbar-toggle[aria-expanded="true"],
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-navbar-toggle:hover,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-navbar-toggle[aria-expanded="true"],
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-navbar-toggle:hover,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-navbar-toggle[aria-expanded="true"],
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-navbar-toggle:hover,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-navbar-toggle[aria-expanded="true"],
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-navbar-toggle:hover,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-navbar-toggle[aria-expanded="true"],
.uk-scope .hk-card-primary.hk-card-body .hk-navbar-toggle:hover,
.uk-scope .hk-card-primary.hk-card-body .hk-navbar-toggle[aria-expanded="true"],
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-navbar-toggle:hover,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-navbar-toggle[aria-expanded="true"],
.uk-scope .hk-card-secondary.hk-card-body .hk-navbar-toggle:hover,
.uk-scope .hk-card-secondary.hk-card-body .hk-navbar-toggle[aria-expanded="true"],
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-navbar-toggle:hover,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-navbar-toggle[aria-expanded="true"],
.uk-scope .hk-overlay-primary .hk-navbar-toggle:hover,
.uk-scope .hk-overlay-primary .hk-navbar-toggle[aria-expanded="true"],
.uk-scope .hk-offcanvas-bar .hk-navbar-toggle:hover,
.uk-scope .hk-offcanvas-bar .hk-navbar-toggle[aria-expanded="true"] {
	color: rgba(255, 255, 255, 0.7);
}

.uk-scope .hk-light .hk-subnav>*> :first-child,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-subnav>*> :first-child,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-subnav>*> :first-child,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-subnav>*> :first-child,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-subnav>*> :first-child,
.uk-scope .hk-card-primary.hk-card-body .hk-subnav>*> :first-child,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-subnav>*> :first-child,
.uk-scope .hk-card-secondary.hk-card-body .hk-subnav>*> :first-child,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-subnav>*> :first-child,
.uk-scope .hk-overlay-primary .hk-subnav>*> :first-child,
.uk-scope .hk-offcanvas-bar .hk-subnav>*> :first-child {
	color: rgba(255, 255, 255, 0.5);
}

.uk-scope .hk-light .hk-subnav>*>a:hover,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-subnav>*>a:hover,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-subnav>*>a:hover,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-subnav>*>a:hover,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-subnav>*>a:hover,
.uk-scope .hk-card-primary.hk-card-body .hk-subnav>*>a:hover,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-subnav>*>a:hover,
.uk-scope .hk-card-secondary.hk-card-body .hk-subnav>*>a:hover,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-subnav>*>a:hover,
.uk-scope .hk-overlay-primary .hk-subnav>*>a:hover,
.uk-scope .hk-offcanvas-bar .hk-subnav>*>a:hover {
	color: rgba(255, 255, 255, 0.7);
}

.uk-scope .hk-light .hk-subnav>.hk-active>a,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-subnav>.hk-active>a,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-subnav>.hk-active>a,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-subnav>.hk-active>a,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-subnav>.hk-active>a,
.uk-scope .hk-card-primary.hk-card-body .hk-subnav>.hk-active>a,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-subnav>.hk-active>a,
.uk-scope .hk-card-secondary.hk-card-body .hk-subnav>.hk-active>a,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-subnav>.hk-active>a,
.uk-scope .hk-overlay-primary .hk-subnav>.hk-active>a,
.uk-scope .hk-offcanvas-bar .hk-subnav>.hk-active>a {
	color: #fff;
}

.uk-scope .hk-light .hk-subnav-divider> :nth-child(n+2):not(.hk-first-column)::before,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-subnav-divider> :nth-child(n+2):not(.hk-first-column)::before,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-subnav-divider> :nth-child(n+2):not(.hk-first-column)::before,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-subnav-divider> :nth-child(n+2):not(.hk-first-column)::before,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-subnav-divider> :nth-child(n+2):not(.hk-first-column)::before,
.uk-scope .hk-card-primary.hk-card-body .hk-subnav-divider> :nth-child(n+2):not(.hk-first-column)::before,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-subnav-divider> :nth-child(n+2):not(.hk-first-column)::before,
.uk-scope .hk-card-secondary.hk-card-body .hk-subnav-divider> :nth-child(n+2):not(.hk-first-column)::before,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-subnav-divider> :nth-child(n+2):not(.hk-first-column)::before,
.uk-scope .hk-overlay-primary .hk-subnav-divider> :nth-child(n+2):not(.hk-first-column)::before,
.uk-scope .hk-offcanvas-bar .hk-subnav-divider> :nth-child(n+2):not(.hk-first-column)::before {
	border-left-color: rgba(255, 255, 255, 0.2);
}

.uk-scope .hk-light .hk-subnav-pill>*> :first-child,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-subnav-pill>*> :first-child,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-subnav-pill>*> :first-child,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-subnav-pill>*> :first-child,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-subnav-pill>*> :first-child,
.uk-scope .hk-card-primary.hk-card-body .hk-subnav-pill>*> :first-child,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-subnav-pill>*> :first-child,
.uk-scope .hk-card-secondary.hk-card-body .hk-subnav-pill>*> :first-child,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-subnav-pill>*> :first-child,
.uk-scope .hk-overlay-primary .hk-subnav-pill>*> :first-child,
.uk-scope .hk-offcanvas-bar .hk-subnav-pill>*> :first-child {
	background-color: transparent;
	color: rgba(255, 255, 255, 0.5);
}

.uk-scope .hk-light .hk-subnav-pill>*>a:hover,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-subnav-pill>*>a:hover,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-subnav-pill>*>a:hover,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-subnav-pill>*>a:hover,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-subnav-pill>*>a:hover,
.uk-scope .hk-card-primary.hk-card-body .hk-subnav-pill>*>a:hover,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-subnav-pill>*>a:hover,
.uk-scope .hk-card-secondary.hk-card-body .hk-subnav-pill>*>a:hover,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-subnav-pill>*>a:hover,
.uk-scope .hk-overlay-primary .hk-subnav-pill>*>a:hover,
.uk-scope .hk-offcanvas-bar .hk-subnav-pill>*>a:hover {
	background-color: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.7);
}

.uk-scope .hk-light .hk-subnav-pill>*>a:active,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-subnav-pill>*>a:active,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-subnav-pill>*>a:active,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-subnav-pill>*>a:active,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-subnav-pill>*>a:active,
.uk-scope .hk-card-primary.hk-card-body .hk-subnav-pill>*>a:active,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-subnav-pill>*>a:active,
.uk-scope .hk-card-secondary.hk-card-body .hk-subnav-pill>*>a:active,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-subnav-pill>*>a:active,
.uk-scope .hk-overlay-primary .hk-subnav-pill>*>a:active,
.uk-scope .hk-offcanvas-bar .hk-subnav-pill>*>a:active {
	background-color: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.7);
}

.uk-scope .hk-light .hk-subnav-pill>.hk-active>a,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-subnav-pill>.hk-active>a,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-subnav-pill>.hk-active>a,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-subnav-pill>.hk-active>a,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-subnav-pill>.hk-active>a,
.uk-scope .hk-card-primary.hk-card-body .hk-subnav-pill>.hk-active>a,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-subnav-pill>.hk-active>a,
.uk-scope .hk-card-secondary.hk-card-body .hk-subnav-pill>.hk-active>a,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-subnav-pill>.hk-active>a,
.uk-scope .hk-overlay-primary .hk-subnav-pill>.hk-active>a,
.uk-scope .hk-offcanvas-bar .hk-subnav-pill>.hk-active>a {
	background-color: #fff;
	color: #666;
}

.uk-scope .hk-light .hk-subnav>.hk-disabled>a,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-subnav>.hk-disabled>a,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-subnav>.hk-disabled>a,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-subnav>.hk-disabled>a,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-subnav>.hk-disabled>a,
.uk-scope .hk-card-primary.hk-card-body .hk-subnav>.hk-disabled>a,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-subnav>.hk-disabled>a,
.uk-scope .hk-card-secondary.hk-card-body .hk-subnav>.hk-disabled>a,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-subnav>.hk-disabled>a,
.uk-scope .hk-overlay-primary .hk-subnav>.hk-disabled>a,
.uk-scope .hk-offcanvas-bar .hk-subnav>.hk-disabled>a {
	color: rgba(255, 255, 255, 0.5);
}

.uk-scope .hk-light .hk-breadcrumb>*>*,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-breadcrumb>*>*,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-breadcrumb>*>*,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-breadcrumb>*>*,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-breadcrumb>*>*,
.uk-scope .hk-card-primary.hk-card-body .hk-breadcrumb>*>*,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-breadcrumb>*>*,
.uk-scope .hk-card-secondary.hk-card-body .hk-breadcrumb>*>*,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-breadcrumb>*>*,
.uk-scope .hk-overlay-primary .hk-breadcrumb>*>*,
.uk-scope .hk-offcanvas-bar .hk-breadcrumb>*>* {
	color: rgba(255, 255, 255, 0.5);
}

.uk-scope .hk-light .hk-breadcrumb>*> :hover,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-breadcrumb>*> :hover,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-breadcrumb>*> :hover,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-breadcrumb>*> :hover,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-breadcrumb>*> :hover,
.uk-scope .hk-card-primary.hk-card-body .hk-breadcrumb>*> :hover,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-breadcrumb>*> :hover,
.uk-scope .hk-card-secondary.hk-card-body .hk-breadcrumb>*> :hover,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-breadcrumb>*> :hover,
.uk-scope .hk-overlay-primary .hk-breadcrumb>*> :hover,
.uk-scope .hk-offcanvas-bar .hk-breadcrumb>*> :hover {
	color: rgba(255, 255, 255, 0.7);
}

.uk-scope .hk-light .hk-breadcrumb> :last-child>*,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-breadcrumb> :last-child>*,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-breadcrumb> :last-child>*,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-breadcrumb> :last-child>*,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-breadcrumb> :last-child>*,
.uk-scope .hk-card-primary.hk-card-body .hk-breadcrumb> :last-child>*,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-breadcrumb> :last-child>*,
.uk-scope .hk-card-secondary.hk-card-body .hk-breadcrumb> :last-child>*,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-breadcrumb> :last-child>*,
.uk-scope .hk-overlay-primary .hk-breadcrumb> :last-child>*,
.uk-scope .hk-offcanvas-bar .hk-breadcrumb> :last-child>* {
	color: rgba(255, 255, 255, 0.7);
}

.uk-scope .hk-light .hk-breadcrumb> :nth-child(n+2):not(.hk-first-column)::before,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-breadcrumb> :nth-child(n+2):not(.hk-first-column)::before,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-breadcrumb> :nth-child(n+2):not(.hk-first-column)::before,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-breadcrumb> :nth-child(n+2):not(.hk-first-column)::before,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-breadcrumb> :nth-child(n+2):not(.hk-first-column)::before,
.uk-scope .hk-card-primary.hk-card-body .hk-breadcrumb> :nth-child(n+2):not(.hk-first-column)::before,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-breadcrumb> :nth-child(n+2):not(.hk-first-column)::before,
.uk-scope .hk-card-secondary.hk-card-body .hk-breadcrumb> :nth-child(n+2):not(.hk-first-column)::before,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-breadcrumb> :nth-child(n+2):not(.hk-first-column)::before,
.uk-scope .hk-overlay-primary .hk-breadcrumb> :nth-child(n+2):not(.hk-first-column)::before,
.uk-scope .hk-offcanvas-bar .hk-breadcrumb> :nth-child(n+2):not(.hk-first-column)::before {
	color: rgba(255, 255, 255, 0.5);
}

.uk-scope .hk-light .hk-pagination>*>*,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-pagination>*>*,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-pagination>*>*,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-pagination>*>*,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-pagination>*>*,
.uk-scope .hk-card-primary.hk-card-body .hk-pagination>*>*,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-pagination>*>*,
.uk-scope .hk-card-secondary.hk-card-body .hk-pagination>*>*,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-pagination>*>*,
.uk-scope .hk-overlay-primary .hk-pagination>*>*,
.uk-scope .hk-offcanvas-bar .hk-pagination>*>* {
	color: rgba(255, 255, 255, 0.5);
}

.uk-scope .hk-light .hk-pagination>*> :hover,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-pagination>*> :hover,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-pagination>*> :hover,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-pagination>*> :hover,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-pagination>*> :hover,
.uk-scope .hk-card-primary.hk-card-body .hk-pagination>*> :hover,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-pagination>*> :hover,
.uk-scope .hk-card-secondary.hk-card-body .hk-pagination>*> :hover,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-pagination>*> :hover,
.uk-scope .hk-overlay-primary .hk-pagination>*> :hover,
.uk-scope .hk-offcanvas-bar .hk-pagination>*> :hover {
	color: rgba(255, 255, 255, 0.7);
}

.uk-scope .hk-light .hk-pagination>.hk-active>*,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-pagination>.hk-active>*,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-pagination>.hk-active>*,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-pagination>.hk-active>*,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-pagination>.hk-active>*,
.uk-scope .hk-card-primary.hk-card-body .hk-pagination>.hk-active>*,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-pagination>.hk-active>*,
.uk-scope .hk-card-secondary.hk-card-body .hk-pagination>.hk-active>*,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-pagination>.hk-active>*,
.uk-scope .hk-overlay-primary .hk-pagination>.hk-active>*,
.uk-scope .hk-offcanvas-bar .hk-pagination>.hk-active>* {
	color: rgba(255, 255, 255, 0.7);
}

.uk-scope .hk-light .hk-pagination>.hk-disabled>*,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-pagination>.hk-disabled>*,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-pagination>.hk-disabled>*,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-pagination>.hk-disabled>*,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-pagination>.hk-disabled>*,
.uk-scope .hk-card-primary.hk-card-body .hk-pagination>.hk-disabled>*,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-pagination>.hk-disabled>*,
.uk-scope .hk-card-secondary.hk-card-body .hk-pagination>.hk-disabled>*,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-pagination>.hk-disabled>*,
.uk-scope .hk-overlay-primary .hk-pagination>.hk-disabled>*,
.uk-scope .hk-offcanvas-bar .hk-pagination>.hk-disabled>* {
	color: rgba(255, 255, 255, 0.5);
}

.uk-scope .hk-light .hk-tab::before,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-tab::before,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-tab::before,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-tab::before,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-tab::before,
.uk-scope .hk-card-primary.hk-card-body .hk-tab::before,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-tab::before,
.uk-scope .hk-card-secondary.hk-card-body .hk-tab::before,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-tab::before,
.uk-scope .hk-overlay-primary .hk-tab::before,
.uk-scope .hk-offcanvas-bar .hk-tab::before {
	border-color: rgba(255, 255, 255, 0.2);
}

.uk-scope .hk-light .hk-tab>*>a,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-tab>*>a,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-tab>*>a,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-tab>*>a,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-tab>*>a,
.uk-scope .hk-card-primary.hk-card-body .hk-tab>*>a,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-tab>*>a,
.uk-scope .hk-card-secondary.hk-card-body .hk-tab>*>a,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-tab>*>a,
.uk-scope .hk-overlay-primary .hk-tab>*>a,
.uk-scope .hk-offcanvas-bar .hk-tab>*>a {
	color: rgba(255, 255, 255, 0.5);
}

.uk-scope .hk-light .hk-tab>*>a:hover,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-tab>*>a:hover,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-tab>*>a:hover,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-tab>*>a:hover,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-tab>*>a:hover,
.uk-scope .hk-card-primary.hk-card-body .hk-tab>*>a:hover,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-tab>*>a:hover,
.uk-scope .hk-card-secondary.hk-card-body .hk-tab>*>a:hover,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-tab>*>a:hover,
.uk-scope .hk-overlay-primary .hk-tab>*>a:hover,
.uk-scope .hk-offcanvas-bar .hk-tab>*>a:hover {
	color: rgba(255, 255, 255, 0.7);
}

.uk-scope .hk-light .hk-tab>.hk-active>a,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-tab>.hk-active>a,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-tab>.hk-active>a,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-tab>.hk-active>a,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-tab>.hk-active>a,
.uk-scope .hk-card-primary.hk-card-body .hk-tab>.hk-active>a,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-tab>.hk-active>a,
.uk-scope .hk-card-secondary.hk-card-body .hk-tab>.hk-active>a,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-tab>.hk-active>a,
.uk-scope .hk-overlay-primary .hk-tab>.hk-active>a,
.uk-scope .hk-offcanvas-bar .hk-tab>.hk-active>a {
	color: #fff;
	border-color: #fff;
}

.uk-scope .hk-light .hk-tab>.hk-disabled>a,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-tab>.hk-disabled>a,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-tab>.hk-disabled>a,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-tab>.hk-disabled>a,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-tab>.hk-disabled>a,
.uk-scope .hk-card-primary.hk-card-body .hk-tab>.hk-disabled>a,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-tab>.hk-disabled>a,
.uk-scope .hk-card-secondary.hk-card-body .hk-tab>.hk-disabled>a,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-tab>.hk-disabled>a,
.uk-scope .hk-overlay-primary .hk-tab>.hk-disabled>a,
.uk-scope .hk-offcanvas-bar .hk-tab>.hk-disabled>a {
	color: rgba(255, 255, 255, 0.5);
}

.uk-scope .hk-light .hk-slidenav,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-slidenav,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-slidenav,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-slidenav,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-slidenav,
.uk-scope .hk-card-primary.hk-card-body .hk-slidenav,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-slidenav,
.uk-scope .hk-card-secondary.hk-card-body .hk-slidenav,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-slidenav,
.uk-scope .hk-overlay-primary .hk-slidenav,
.uk-scope .hk-offcanvas-bar .hk-slidenav {
	color: rgba(255, 255, 255, 0.7);
}

.uk-scope .hk-light .hk-slidenav:hover,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-slidenav:hover,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-slidenav:hover,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-slidenav:hover,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-slidenav:hover,
.uk-scope .hk-card-primary.hk-card-body .hk-slidenav:hover,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-slidenav:hover,
.uk-scope .hk-card-secondary.hk-card-body .hk-slidenav:hover,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-slidenav:hover,
.uk-scope .hk-overlay-primary .hk-slidenav:hover,
.uk-scope .hk-offcanvas-bar .hk-slidenav:hover {
	color: rgba(255, 255, 255, 0.95);
}

.uk-scope .hk-light .hk-slidenav:active,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-slidenav:active,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-slidenav:active,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-slidenav:active,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-slidenav:active,
.uk-scope .hk-card-primary.hk-card-body .hk-slidenav:active,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-slidenav:active,
.uk-scope .hk-card-secondary.hk-card-body .hk-slidenav:active,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-slidenav:active,
.uk-scope .hk-overlay-primary .hk-slidenav:active,
.uk-scope .hk-offcanvas-bar .hk-slidenav:active {
	color: rgba(255, 255, 255, 0.7);
}

.uk-scope .hk-light .hk-dotnav>*>*,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-dotnav>*>*,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-dotnav>*>*,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-dotnav>*>*,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-dotnav>*>*,
.uk-scope .hk-card-primary.hk-card-body .hk-dotnav>*>*,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-dotnav>*>*,
.uk-scope .hk-card-secondary.hk-card-body .hk-dotnav>*>*,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-dotnav>*>*,
.uk-scope .hk-overlay-primary .hk-dotnav>*>*,
.uk-scope .hk-offcanvas-bar .hk-dotnav>*>* {
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0.9);
}

.uk-scope .hk-light .hk-dotnav>*> :hover,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-dotnav>*> :hover,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-dotnav>*> :hover,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-dotnav>*> :hover,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-dotnav>*> :hover,
.uk-scope .hk-card-primary.hk-card-body .hk-dotnav>*> :hover,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-dotnav>*> :hover,
.uk-scope .hk-card-secondary.hk-card-body .hk-dotnav>*> :hover,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-dotnav>*> :hover,
.uk-scope .hk-overlay-primary .hk-dotnav>*> :hover,
.uk-scope .hk-offcanvas-bar .hk-dotnav>*> :hover {
	background-color: rgba(255, 255, 255, 0.9);
	border-color: transparent;
}

.uk-scope .hk-light .hk-dotnav>*> :active,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-dotnav>*> :active,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-dotnav>*> :active,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-dotnav>*> :active,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-dotnav>*> :active,
.uk-scope .hk-card-primary.hk-card-body .hk-dotnav>*> :active,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-dotnav>*> :active,
.uk-scope .hk-card-secondary.hk-card-body .hk-dotnav>*> :active,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-dotnav>*> :active,
.uk-scope .hk-overlay-primary .hk-dotnav>*> :active,
.uk-scope .hk-offcanvas-bar .hk-dotnav>*> :active {
	background-color: rgba(255, 255, 255, 0.5);
	border-color: transparent;
}

.uk-scope .hk-light .hk-dotnav>.hk-active>*,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-dotnav>.hk-active>*,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-dotnav>.hk-active>*,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-dotnav>.hk-active>*,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-dotnav>.hk-active>*,
.uk-scope .hk-card-primary.hk-card-body .hk-dotnav>.hk-active>*,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-dotnav>.hk-active>*,
.uk-scope .hk-card-secondary.hk-card-body .hk-dotnav>.hk-active>*,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-dotnav>.hk-active>*,
.uk-scope .hk-overlay-primary .hk-dotnav>.hk-active>*,
.uk-scope .hk-offcanvas-bar .hk-dotnav>.hk-active>* {
	background-color: rgba(255, 255, 255, 0.9);
	border-color: transparent;
}

.uk-scope .hk-light .hk-text-lead,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-text-lead,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-text-lead,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-text-lead,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-text-lead,
.uk-scope .hk-card-primary.hk-card-body .hk-text-lead,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-text-lead,
.uk-scope .hk-card-secondary.hk-card-body .hk-text-lead,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-text-lead,
.uk-scope .hk-overlay-primary .hk-text-lead,
.uk-scope .hk-offcanvas-bar .hk-text-lead {
	color: rgba(255, 255, 255, 0.7);
}

.uk-scope .hk-light .hk-text-meta,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-text-meta,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-text-meta,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-text-meta,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-text-meta,
.uk-scope .hk-card-primary.hk-card-body .hk-text-meta,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-text-meta,
.uk-scope .hk-card-secondary.hk-card-body .hk-text-meta,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-text-meta,
.uk-scope .hk-overlay-primary .hk-text-meta,
.uk-scope .hk-offcanvas-bar .hk-text-meta {
	color: rgba(255, 255, 255, 0.5);
}

.uk-scope .hk-light .hk-text-muted,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-text-muted,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-text-muted,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-text-muted,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-text-muted,
.uk-scope .hk-card-primary.hk-card-body .hk-text-muted,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-text-muted,
.uk-scope .hk-card-secondary.hk-card-body .hk-text-muted,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-text-muted,
.uk-scope .hk-overlay-primary .hk-text-muted,
.uk-scope .hk-offcanvas-bar .hk-text-muted {
	color: rgba(255, 255, 255, 0.5) !important;
}

.uk-scope .hk-light .hk-text-emphasis,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-text-emphasis,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-text-emphasis,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-text-emphasis,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-text-emphasis,
.uk-scope .hk-card-primary.hk-card-body .hk-text-emphasis,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-text-emphasis,
.uk-scope .hk-card-secondary.hk-card-body .hk-text-emphasis,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-text-emphasis,
.uk-scope .hk-overlay-primary .hk-text-emphasis,
.uk-scope .hk-offcanvas-bar .hk-text-emphasis {
	color: #fff !important;
}

.uk-scope .hk-light .hk-text-primary,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-text-primary,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-text-primary,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-text-primary,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-text-primary,
.uk-scope .hk-card-primary.hk-card-body .hk-text-primary,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-text-primary,
.uk-scope .hk-card-secondary.hk-card-body .hk-text-primary,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-text-primary,
.uk-scope .hk-overlay-primary .hk-text-primary,
.uk-scope .hk-offcanvas-bar .hk-text-primary {
	color: #fff !important;
}

.uk-scope .hk-light .hk-text-secondary,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-text-secondary,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-text-secondary,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-text-secondary,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-text-secondary,
.uk-scope .hk-card-primary.hk-card-body .hk-text-secondary,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-text-secondary,
.uk-scope .hk-card-secondary.hk-card-body .hk-text-secondary,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-text-secondary,
.uk-scope .hk-overlay-primary .hk-text-secondary,
.uk-scope .hk-offcanvas-bar .hk-text-secondary {
	color: #fff !important;
}

.uk-scope .hk-light .hk-column-divider,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-column-divider,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-column-divider,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-column-divider,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-column-divider,
.uk-scope .hk-card-primary.hk-card-body .hk-column-divider,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-column-divider,
.uk-scope .hk-card-secondary.hk-card-body .hk-column-divider,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-column-divider,
.uk-scope .hk-overlay-primary .hk-column-divider,
.uk-scope .hk-offcanvas-bar .hk-column-divider {
	column-rule-color: rgba(255, 255, 255, 0.2);
}

.uk-scope .hk-light .hk-logo,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-logo,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-logo,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-logo,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-logo,
.uk-scope .hk-card-primary.hk-card-body .hk-logo,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-logo,
.uk-scope .hk-card-secondary.hk-card-body .hk-logo,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-logo,
.uk-scope .hk-overlay-primary .hk-logo,
.uk-scope .hk-offcanvas-bar .hk-logo {
	color: #fff;
}

.uk-scope .hk-light .hk-logo:hover,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-logo:hover,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-logo:hover,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-logo:hover,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-logo:hover,
.uk-scope .hk-card-primary.hk-card-body .hk-logo:hover,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-logo:hover,
.uk-scope .hk-card-secondary.hk-card-body .hk-logo:hover,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-logo:hover,
.uk-scope .hk-overlay-primary .hk-logo:hover,
.uk-scope .hk-offcanvas-bar .hk-logo:hover {
	color: #fff;
}

.uk-scope .hk-light .hk-logo:has(.hk-logo-inverse)> :not(picture:has(.hk-logo-inverse)):not(.hk-logo-inverse),
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-logo:has(.hk-logo-inverse)> :not(picture:has(.hk-logo-inverse)):not(.hk-logo-inverse),
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-logo:has(.hk-logo-inverse)> :not(picture:has(.hk-logo-inverse)):not(.hk-logo-inverse),
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-logo:has(.hk-logo-inverse)> :not(picture:has(.hk-logo-inverse)):not(.hk-logo-inverse),
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-logo:has(.hk-logo-inverse)> :not(picture:has(.hk-logo-inverse)):not(.hk-logo-inverse),
.uk-scope .hk-card-primary.hk-card-body .hk-logo:has(.hk-logo-inverse)> :not(picture:has(.hk-logo-inverse)):not(.hk-logo-inverse),
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-logo:has(.hk-logo-inverse)> :not(picture:has(.hk-logo-inverse)):not(.hk-logo-inverse),
.uk-scope .hk-card-secondary.hk-card-body .hk-logo:has(.hk-logo-inverse)> :not(picture:has(.hk-logo-inverse)):not(.hk-logo-inverse),
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-logo:has(.hk-logo-inverse)> :not(picture:has(.hk-logo-inverse)):not(.hk-logo-inverse),
.uk-scope .hk-overlay-primary .hk-logo:has(.hk-logo-inverse)> :not(picture:has(.hk-logo-inverse)):not(.hk-logo-inverse),
.uk-scope .hk-offcanvas-bar .hk-logo:has(.hk-logo-inverse)> :not(picture:has(.hk-logo-inverse)):not(.hk-logo-inverse) {
	display: none;
}

.uk-scope .hk-light .hk-logo-inverse,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-logo-inverse,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-logo-inverse,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-logo-inverse,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-logo-inverse,
.uk-scope .hk-card-primary.hk-card-body .hk-logo-inverse,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-logo-inverse,
.uk-scope .hk-card-secondary.hk-card-body .hk-logo-inverse,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-logo-inverse,
.uk-scope .hk-overlay-primary .hk-logo-inverse,
.uk-scope .hk-offcanvas-bar .hk-logo-inverse {
	display: block;
}

.uk-scope .hk-light .hk-table-striped>tr:nth-of-type(even):last-child,
.uk-scope .hk-light .hk-table-striped tbody tr:nth-of-type(even):last-child,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-table-striped>tr:nth-of-type(even):last-child,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-table-striped tbody tr:nth-of-type(even):last-child,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-table-striped>tr:nth-of-type(even):last-child,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-table-striped tbody tr:nth-of-type(even):last-child,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-table-striped>tr:nth-of-type(even):last-child,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-table-striped tbody tr:nth-of-type(even):last-child,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-table-striped>tr:nth-of-type(even):last-child,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-table-striped tbody tr:nth-of-type(even):last-child,
.uk-scope .hk-card-primary.hk-card-body .hk-table-striped>tr:nth-of-type(even):last-child,
.uk-scope .hk-card-primary.hk-card-body .hk-table-striped tbody tr:nth-of-type(even):last-child,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-table-striped>tr:nth-of-type(even):last-child,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-table-striped tbody tr:nth-of-type(even):last-child,
.uk-scope .hk-card-secondary.hk-card-body .hk-table-striped>tr:nth-of-type(even):last-child,
.uk-scope .hk-card-secondary.hk-card-body .hk-table-striped tbody tr:nth-of-type(even):last-child,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-table-striped>tr:nth-of-type(even):last-child,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-table-striped tbody tr:nth-of-type(even):last-child,
.uk-scope .hk-overlay-primary .hk-table-striped>tr:nth-of-type(even):last-child,
.uk-scope .hk-overlay-primary .hk-table-striped tbody tr:nth-of-type(even):last-child,
.uk-scope .hk-offcanvas-bar .hk-table-striped>tr:nth-of-type(even):last-child,
.uk-scope .hk-offcanvas-bar .hk-table-striped tbody tr:nth-of-type(even):last-child {
	border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-scope .hk-light .hk-accordion-title::before,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-accordion-title::before,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-accordion-title::before,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-accordion-title::before,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-accordion-title::before,
.uk-scope .hk-card-primary.hk-card-body .hk-accordion-title::before,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-accordion-title::before,
.uk-scope .hk-card-secondary.hk-card-body .hk-accordion-title::before,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-accordion-title::before,
.uk-scope .hk-overlay-primary .hk-accordion-title::before,
.uk-scope .hk-offcanvas-bar .hk-accordion-title::before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-scope .hk-light .hk-open>.hk-accordion-title::before,
.uk-scope .hk-section-primary:not(.hk-preserve-color) .hk-open>.hk-accordion-title::before,
.uk-scope .hk-section-secondary:not(.hk-preserve-color) .hk-open>.hk-accordion-title::before,
.uk-scope .hk-tile-primary:not(.hk-preserve-color) .hk-open>.hk-accordion-title::before,
.uk-scope .hk-tile-secondary:not(.hk-preserve-color) .hk-open>.hk-accordion-title::before,
.uk-scope .hk-card-primary.hk-card-body .hk-open>.hk-accordion-title::before,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]) .hk-open>.hk-accordion-title::before,
.uk-scope .hk-card-secondary.hk-card-body .hk-open>.hk-accordion-title::before,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]) .hk-open>.hk-accordion-title::before,
.uk-scope .hk-overlay-primary .hk-open>.hk-accordion-title::before,
.uk-scope .hk-offcanvas-bar .hk-open>.hk-accordion-title::before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-scope * {
	--hk-inverse: initial;
}

.uk-scope .hk-light,
.uk-scope .hk-section-primary:not(.hk-preserve-color),
.uk-scope .hk-section-secondary:not(.hk-preserve-color),
.uk-scope .hk-tile-primary:not(.hk-preserve-color),
.uk-scope .hk-tile-secondary:not(.hk-preserve-color),
.uk-scope .hk-card-primary.hk-card-body,
.uk-scope .hk-card-primary> :not([class*="hk-card-media"]),
.uk-scope .hk-card-secondary.hk-card-body,
.uk-scope .hk-card-secondary> :not([class*="hk-card-media"]),
.uk-scope .hk-overlay-primary,
.uk-scope .hk-offcanvas-bar {
	--hk-inverse: light;
}

.uk-scope .hk-dark,
.uk-scope .hk-section-default:not(.hk-preserve-color),
.uk-scope .hk-section-muted:not(.hk-preserve-color),
.uk-scope .hk-tile-default:not(.hk-preserve-color),
.uk-scope .hk-tile-muted:not(.hk-preserve-color),
.uk-scope .hk-card-default.hk-card-body,
.uk-scope .hk-card-default> :not([class*="hk-card-media"]),
.uk-scope .hk-overlay-default,
.uk-scope .hk-dropbar,
.uk-scope .hk-navbar-container:not(.hk-navbar-transparent),
.uk-scope .hk-navbar-dropdown,
.uk-scope .hk-dropdown {
	--hk-inverse: dark;
}

.uk-scope .hk-inverse-light {
	--hk-inverse: light !important;
}

.uk-scope .hk-inverse-dark {
	--hk-inverse: dark !important;
}

@media print {

	.uk-scope *,
	.uk-scope *::before,
	.uk-scope *::after {
		background: transparent !important;
		color: black !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	.uk-scope a,
	.uk-scope a:visited {
		text-decoration: underline;
	}

	.uk-scope pre,
	.uk-scope blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.uk-scope thead {
		display: table-header-group;
	}

	.uk-scope tr,
	.uk-scope img {
		page-break-inside: avoid;
	}

	.uk-scope img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	.uk-scope p,
	.uk-scope h2,
	.uk-scope h3 {
		orphans: 3;
		widows: 3;
	}

	.uk-scope h2,
	.uk-scope h3 {
		page-break-after: avoid;
	}
}