@charset "UTF-8";
.uk-background-muted {
  background: #dddcd9;
  background: -webkit-gradient(linear, left top, right top, from(#dddcd9), to(#d7d6d2));
  background: -webkit-linear-gradient(left, #dddcd9 0%, #d7d6d2 100%);
  background: -o-linear-gradient(left, #dddcd9 0%, #d7d6d2 100%);
  background: linear-gradient(90deg, #dddcd9 0%, #d7d6d2 100%); }

.uk-card-muted {
  background: #dddcd9;
  border: 1px solid #C8C6BE;
  background: -webkit-gradient(linear, left top, right top, from(#dddcd9), to(#d7d6d2));
  background: -webkit-linear-gradient(left, #dddcd9 0%, #d7d6d2 100%);
  background: -o-linear-gradient(left, #dddcd9 0%, #d7d6d2 100%);
  background: linear-gradient(90deg, #dddcd9 0%, #d7d6d2 100%);
  -webkit-box-shadow: 0 10px 30px rgba(135, 2, 77, 0.15);
  box-shadow: 0 10px 30px rgba(135, 2, 77, 0.15); }

.uk-alert {
  position: relative;
  margin-bottom: 20px;
  padding: 15px 29px 15px 15px; }

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

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

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

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

.uk-alert-close:hover, .uk-alert-close:focus {
  color: inherit;
  opacity: 0.8; }

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

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

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

.uk-badge {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 22px;
  height: 22px;
  padding: 0 5px;
  border-radius: 500px;
  vertical-align: middle;
  background: #1e87f0;
  color: #fff;
  font-size: 0.875rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.uk-badge:hover, .uk-badge:focus {
  color: #fff;
  text-decoration: none;
  outline: none; }

.uk-label {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap; }

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

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

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

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

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

.uk-notification-message {
  position: relative;
  padding: 15px;
  cursor: pointer; }

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

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

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

.uk-container {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

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

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

.uk-container::before, .uk-container::after {
  content: "";
  display: table; }

.uk-container::after {
  clear: both; }

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

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

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

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

.uk-container-large {
  max-width: 1600px; }

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

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

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

@media (min-width: 640px) {
  .uk-container-expand-left.uk-container-xsmall, .uk-container-expand-right.uk-container-xsmall {
    max-width: calc(50% + (750px / 2) - $container-medium); }
  .uk-container-expand-left.uk-container-small, .uk-container-expand-right.uk-container-small {
    max-width: calc(50% + (900px / 2) - $container-medium); } }

@media (min-width: 1200px) {
  .uk-container-expand-left, .uk-container-expand-right {
    max-width: calc(50% + (1200px / 2) - $container-large); }
  .uk-container-expand-left.uk-container-xsmall, .uk-container-expand-right.uk-container-xsmall {
    max-width: calc(50% + (750px / 2) - $container-large); }
  .uk-container-expand-left.uk-container-small, .uk-container-expand-right.uk-container-small {
    max-width: calc(50% + (900px / 2) - $container-large); }
  .uk-container-expand-left.uk-container-large, .uk-container-expand-right.uk-container-large {
    max-width: calc(50% + (1600px / 2) - $container-large); } }

.uk-container-item-padding-remove-left, .uk-container-item-padding-remove-right {
  width: calc(100% + $container-small); }

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

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

@media (min-width: 640px) {
  .uk-container-item-padding-remove-left, .uk-container-item-padding-remove-right {
    width: calc(100% + $container-medium); }
  .uk-container-item-padding-remove-left {
    margin-left: -30px; }
  .uk-container-item-padding-remove-right {
    margin-right: -30px; } }

@media (min-width: 1200px) {
  .uk-container-item-padding-remove-left, .uk-container-item-padding-remove-right {
    width: calc(100% + $container-large); }
  .uk-container-item-padding-remove-left {
    margin-left: -40px; }
  .uk-container-item-padding-remove-right {
    margin-right: -40px; } }

.uk-section {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.uk-section::before, .uk-section::after {
  content: "";
  display: table; }

.uk-section::after {
  clear: both; }

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

.uk-section-default {
  background: #fff; }

.uk-section-muted {
  background: #ebe9e8; }

.uk-section-primary {
  background: rgb(113,41,94); }

.uk-section-secondary {
  background: #67023C; }

.uk-section-dark {
  background: #222; }

.uk-tile {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.uk-tile::before, .uk-tile::after {
  content: "";
  display: table; }

.uk-tile::after {
  clear: both; }

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

.uk-tile-default {
  background: #fff; }

.uk-tile-muted {
  background: rgb(113,41,94); }

.uk-tile-primary {
  background: #67023C; }

.uk-tile-secondary {
  background: #222; }

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

.uk-card-body::before, .uk-card-body::after, .uk-card-header::before, .uk-card-header::after, .uk-card-footer::before, .uk-card-footer::after {
  content: "";
  display: table; }

.uk-card-body::after, .uk-card-header::after, .uk-card-footer::after {
  clear: both; }

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

.uk-card-badge {
  position: absolute;
  z-index: 1; }

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

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

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

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

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

.uk-overlay-secondary {
  background: rgba(34, 34, 34, 0.8); }

.uk-article::before, .uk-article::after {
  content: "";
  display: table; }

.uk-article::after {
  clear: both; }

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

.uk-comment-body {
  overflow-wrap: break-word;
  word-wrap: break-word; }

.uk-comment-body::before, .uk-comment-body::after, .uk-comment-header::before, .uk-comment-header::after {
  content: "";
  display: table; }

.uk-comment-body::after, .uk-comment-header::after {
  clear: both; }

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

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

.uk-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; }

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

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

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

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

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

.uk-icon-image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle; }

.uk-icon-link:hover, .uk-icon-link:focus {
  outline: none; }

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

.uk-icon-button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  -webkit-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  transition-property: color, background-color; }

.uk-icon-button:hover, .uk-icon-button:focus {
  outline: none; }

.uk-leader {
  overflow: hidden; }

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

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

.uk-leader-fill-content::before {
  content: '.'; }

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

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

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

[class*='uk-tooltip-top'] {
  margin-top: -10px; }

[class*='uk-tooltip-bottom'] {
  margin-top: 10px; }

[class*='uk-tooltip-left'] {
  margin-left: -10px; }

[class*='uk-tooltip-right'] {
  margin-left: 10px; }

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

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

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

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

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

.uk-progress:indeterminate {
  color: transparent; }

.uk-progress::-webkit-progress-bar {
  background-color: #f8f8f8;
  border-radius: 500px;
  overflow: hidden; }

.uk-progress:indeterminate::-moz-progress-bar {
  width: 0; }

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

.uk-progress::-moz-progress-bar {
  background-color: #1e87f0; }

.uk-progress::-ms-fill {
  background-color: #1e87f0;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
  border: 0; }

.uk-sortable {
  position: relative; }

.uk-sortable svg {
  pointer-events: none; }

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

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

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

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

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

.uk-countdown-number, .uk-countdown-separator {
  line-height: 0.8; }

.uk-countdown-number {
  font-size: 2rem; }

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

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

.uk-countdown-separator {
  font-size: 1rem; }

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

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

.uk-drag, .uk-drag * {
  cursor: move; }

.uk-drag iframe {
  pointer-events: none; }

.uk-dragover {
  -webkit-box-shadow: 0 0 20px rgba(100, 100, 100, 0.3);
  box-shadow: 0 0 20px rgba(100, 100, 100, 0.3); }

.uk-input {
  overflow: visible; }

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

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

.uk-textarea {
  overflow: auto; }

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

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

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

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

.uk-fieldset {
  border: none;
  margin: 0;
  padding: 0; }

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

.uk-input, .uk-select, .uk-textarea {
  max-width: 100%;
  width: 100%;
  border: 1px solid #e5e5e5;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transition-property: color, background-color, border;
  -o-transition-property: color, background-color, border;
  transition-property: color, background-color, border; }

.uk-input, .uk-select:not([multiple]):not([size]) {
  display: inline-block; }

.uk-input:focus, .uk-select:focus, .uk-textarea:focus {
  outline: none; }

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

.uk-select:not([multiple]):not([size]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-repeat: no-repeat;
  background-position: 100% 50%; }

.uk-select:not([multiple]):not([size])::-ms-expand {
  display: none; }

.uk-input[list] {
  background-repeat: no-repeat;
  background-position: 100% 50%; }

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

.uk-radio, .uk-checkbox {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transition-property: background-color, border;
  -o-transition-property: background-color, border;
  transition-property: background-color, border; }

.uk-radio:focus, .uk-checkbox:focus {
  outline: none; }

.uk-legend {
  width: 100%;
  color: inherit;
  padding: 0; }

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

.uk-form-custom select, .uk-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-form-custom input[type="file"] {
  font-size: 500px;
  overflow: hidden; }

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

.uk-form-stacked .uk-form-label {
  display: block; }

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

.uk-form-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

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

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

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

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

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

.uk-search-input {
  -webkit-box-sizing: border-box;
  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-search-input:focus {
  outline: none; }

.uk-search-input:-ms-input-placeholder {
  color: #999 !important; }

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

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

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

.uk-search-icon:focus {
  outline: none; }

.uk-search .uk-search-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #999; }

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

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

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

.uk-search-default {
  width: 180px; }

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

.uk-search-default .uk-search-input:focus {
  background-color: transparent; }

.uk-search-default .uk-search-icon {
  width: 40px; }

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

.uk-search-default .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 40px; }

.uk-search-navbar {
  width: 400px; }

.uk-search-navbar .uk-search-input {
  height: 40px;
  background: transparent;
  font-size: 1.5rem; }

.uk-search-navbar .uk-search-icon {
  width: 40px; }

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

.uk-search-navbar .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 40px; }

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

.uk-search-large .uk-search-input {
  height: 80px;
  background: transparent;
  font-size: 2.625rem; }

.uk-search-large .uk-search-icon {
  width: 80px; }

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

.uk-search-large .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 80px; }

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

.uk-search-toggle:hover, .uk-search-toggle:focus {
  color: #666; }

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

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

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

.uk-range::-ms-track {
  height: 15px;
  background: transparent;
  border-color: transparent;
  color: transparent; }

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

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

.uk-range:not(:disabled)::-ms-thumb {
  cursor: pointer; }

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

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

.uk-range::-ms-thumb {
  margin-top: 0; }

.uk-range::-ms-thumb {
  border: none;
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #fff;
  border: 1px solid #cccccc; }

.uk-range::-ms-tooltip {
  display: none; }

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

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

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

.uk-range:focus::-moz-range-track {
  background: #d2d2d2; }

.uk-range::-ms-fill-lower, .uk-range::-ms-fill-upper {
  height: 3px;
  background: #ebebeb;
  border-radius: 500px; }

.uk-range:focus::-ms-fill-lower, .uk-range:focus::-ms-fill-upper {
  background: #d2d2d2; }

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

.uk-svg, .uk-svg:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
  fill: currentcolor; }

.uk-svg:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
  stroke: currentcolor; }

.uk-svg {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.uk-border-circle {
  border-radius: 50%; }

.uk-border-pill {
  border-radius: 500px; }

.uk-border-rounded {
  border-radius: 40px; }

.uk-border-rounded-top {
  border-radius: 40px 40px 0 0; }

.uk-border-rounded-bottom {
  border-radius: 0 0 40px 40px; }

.uk-border-rounded-left {
  border-radius: 40px 0 0 40px; }

.uk-border-rounded-right {
  border-radius: 0 40px 40px 0; }

.uk-background-default {
  background-color: #fff; }

.uk-background-muted {
  background-color: #ebe9e8; }

.uk-background-primary {
  background-color: rgb(113,41,94); }

.uk-background-secondary {
  background-color: #67023C; }

.uk-background-cover, .uk-background-contain {
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.uk-background-cover {
  background-size: cover; }

.uk-background-contain {
  background-size: contain; }

.uk-background-top-left {
  background-position: 0 0; }

.uk-background-top-center {
  background-position: 50% 0; }

.uk-background-top-right {
  background-position: 100% 0; }

.uk-background-center-left {
  background-position: 0 50%; }

.uk-background-center-center {
  background-position: 50% 50%; }

.uk-background-center-right {
  background-position: 100% 50%; }

.uk-background-bottom-left {
  background-position: 0 100%; }

.uk-background-bottom-center {
  background-position: 50% 100%; }

.uk-background-bottom-right {
  background-position: 100% 100%; }

.uk-background-norepeat {
  background-repeat: no-repeat; }

.uk-background-fixed {
  background-attachment: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

@media (pointer: coarse) {
  .uk-background-fixed {
    background-attachment: scroll; } }

@media (max-width: 639px) {
  .uk-background-image\@s {
    background-image: none !important; } }

@media (max-width: 959px) {
  .uk-background-image\@m {
    background-image: none !important; } }

@media (max-width: 1199px) {
  .uk-background-image\@l {
    background-image: none !important; } }

@media (max-width: 1599px) {
  .uk-background-image\@xl {
    background-image: none !important; } }

.uk-background-blend-multiply {
  background-blend-mode: multiply; }

.uk-background-blend-screen {
  background-blend-mode: screen; }

.uk-background-blend-overlay {
  background-blend-mode: overlay; }

.uk-background-blend-darken {
  background-blend-mode: darken; }

.uk-background-blend-lighten {
  background-blend-mode: lighten; }

.uk-background-blend-color-dodge {
  background-blend-mode: color-dodge; }

.uk-background-blend-color-burn {
  background-blend-mode: color-burn; }

.uk-background-blend-hard-light {
  background-blend-mode: hard-light; }

.uk-background-blend-soft-light {
  background-blend-mode: soft-light; }

.uk-background-blend-difference {
  background-blend-mode: difference; }

.uk-background-blend-exclusion {
  background-blend-mode: exclusion; }

.uk-background-blend-hue {
  background-blend-mode: hue; }

.uk-background-blend-saturation {
  background-blend-mode: saturation; }

.uk-background-blend-color {
  background-blend-mode: color; }

.uk-background-blend-luminosity {
  background-blend-mode: luminosity; }

.uk-box-shadow-small {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); }

.uk-box-shadow-medium {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); }

.uk-box-shadow-large {
  -webkit-box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16); }

.uk-box-shadow-xlarge {
  -webkit-box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16); }

[class*='uk-box-shadow-hover'] {
  -webkit-transition: -webkit-box-shadow 0.1s ease-in-out;
  transition: -webkit-box-shadow 0.1s ease-in-out;
  -o-transition: box-shadow 0.1s ease-in-out;
  transition: box-shadow 0.1s ease-in-out;
  transition: box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out; }

.uk-box-shadow-hover-small:hover {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); }

.uk-box-shadow-hover-medium:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); }

.uk-box-shadow-hover-large:hover {
  -webkit-box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16); }

.uk-box-shadow-hover-xlarge:hover {
  -webkit-box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16); }

@supports ((-webkit-filter: blur(0)) or (filter: blur(0))) {
  .uk-box-shadow-bottom {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle; }
  .uk-box-shadow-bottom::before {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    height: 30px;
    border-radius: 100%;
    background: #444;
    -webkit-filter: blur(20px);
    filter: blur(20px); }
  .uk-box-shadow-bottom > * {
    position: relative; } }

.uk-blend-multiply {
  mix-blend-mode: multiply; }

.uk-blend-screen {
  mix-blend-mode: screen; }

.uk-blend-overlay {
  mix-blend-mode: overlay; }

.uk-blend-darken {
  mix-blend-mode: darken; }

.uk-blend-lighten {
  mix-blend-mode: lighten; }

.uk-blend-color-dodge {
  mix-blend-mode: color-dodge; }

.uk-blend-color-burn {
  mix-blend-mode: color-burn; }

.uk-blend-hard-light {
  mix-blend-mode: hard-light; }

.uk-blend-soft-light {
  mix-blend-mode: soft-light; }

.uk-blend-difference {
  mix-blend-mode: difference; }

.uk-blend-exclusion {
  mix-blend-mode: exclusion; }

.uk-blend-hue {
  mix-blend-mode: hue; }

.uk-blend-saturation {
  mix-blend-mode: saturation; }

.uk-blend-color {
  mix-blend-mode: color; }

.uk-blend-luminosity {
  mix-blend-mode: luminosity; }

.uk-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none; }

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

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

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

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

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

@media (min-width: 1200px) {
  .uk-grid {
    margin-left: -40px; }
  .uk-grid > * {
    padding-left: 40px; }
  .uk-grid + .uk-grid,
  .uk-grid > .uk-grid-margin,
  * + .uk-grid-margin {
    margin-top: 40px; } }

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .uk-grid-large,
  .uk-grid-column-large {
    margin-left: -70px; }
  .uk-grid-large > *,
  .uk-grid-column-large > * {
    padding-left: 70px; }
  .uk-grid + .uk-grid-large,
  .uk-grid + .uk-grid-row-large,
  .uk-grid-large > .uk-grid-margin,
  .uk-grid-row-large > .uk-grid-margin,
  * + .uk-grid-margin-large {
    margin-top: 70px; } }

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

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

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

.uk-grid-divider > *, #marker-10340 .uk-grid > * {
  position: relative; }

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

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

.uk-grid-divider, #marker-10340 .uk-grid {
  margin-left: -60px; }

.uk-grid-divider > *, #marker-10340 .uk-grid > * {
  padding-left: 60px; }

.uk-grid-divider > :not(.uk-first-column)::before, #marker-10340 .uk-grid > :not(.uk-first-column)::before {
  left: 30px; }

.uk-grid-divider.uk-grid-stack > .uk-grid-margin, #marker-10340 .uk-grid-stack.uk-grid > .uk-grid-margin {
  margin-top: 60px; }

.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, #marker-10340 .uk-grid-stack.uk-grid > .uk-grid-margin::before {
  top: -30px;
  left: 60px; }

@media (min-width: 1200px) {
  .uk-grid-divider, #marker-10340 .uk-grid {
    margin-left: -80px; }
  .uk-grid-divider > *, #marker-10340 .uk-grid > * {
    padding-left: 80px; }
  .uk-grid-divider > :not(.uk-first-column)::before, #marker-10340 .uk-grid > :not(.uk-first-column)::before {
    left: 40px; }
  .uk-grid-divider.uk-grid-stack > .uk-grid-margin, #marker-10340 .uk-grid-stack.uk-grid > .uk-grid-margin {
    margin-top: 80px; }
  .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, #marker-10340 .uk-grid-stack.uk-grid > .uk-grid-margin::before {
    top: -40px;
    left: 80px; } }

.uk-grid-divider.uk-grid-small, #marker-10340 .uk-grid-small.uk-grid,
.uk-grid-divider.uk-grid-column-small,
#marker-10340 .uk-grid-column-small.uk-grid {
  margin-left: -30px; }

.uk-grid-divider.uk-grid-small > *, #marker-10340 .uk-grid-small.uk-grid > *,
.uk-grid-divider.uk-grid-column-small > *,
#marker-10340 .uk-grid-column-small.uk-grid > * {
  padding-left: 30px; }

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

.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin, #marker-10340 .uk-grid-small.uk-grid-stack.uk-grid > .uk-grid-margin,
.uk-grid-divider.uk-grid-row-small.uk-grid-stack > .uk-grid-margin,
#marker-10340 .uk-grid-row-small.uk-grid-stack.uk-grid > .uk-grid-margin {
  margin-top: 30px; }

.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin::before, #marker-10340 .uk-grid-small.uk-grid-stack.uk-grid > .uk-grid-margin::before {
  top: -15px;
  left: 30px; }

.uk-grid-divider.uk-grid-row-small.uk-grid-stack > .uk-grid-margin::before, #marker-10340 .uk-grid-row-small.uk-grid-stack.uk-grid > .uk-grid-margin::before {
  top: -15px; }

.uk-grid-divider.uk-grid-column-small.uk-grid-stack > .uk-grid-margin::before, #marker-10340 .uk-grid-column-small.uk-grid-stack.uk-grid > .uk-grid-margin::before {
  left: 30px; }

.uk-grid-divider.uk-grid-medium, #marker-10340 .uk-grid-medium.uk-grid,
.uk-grid-divider.uk-grid-column-medium,
#marker-10340 .uk-grid-column-medium.uk-grid {
  margin-left: -60px; }

.uk-grid-divider.uk-grid-medium > *, #marker-10340 .uk-grid-medium.uk-grid > *,
.uk-grid-divider.uk-grid-column-medium > *,
#marker-10340 .uk-grid-column-medium.uk-grid > * {
  padding-left: 60px; }

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

.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin, #marker-10340 .uk-grid-medium.uk-grid-stack.uk-grid > .uk-grid-margin,
.uk-grid-divider.uk-grid-row-medium.uk-grid-stack > .uk-grid-margin,
#marker-10340 .uk-grid-row-medium.uk-grid-stack.uk-grid > .uk-grid-margin {
  margin-top: 60px; }

.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin::before, #marker-10340 .uk-grid-medium.uk-grid-stack.uk-grid > .uk-grid-margin::before {
  top: -30px;
  left: 60px; }

.uk-grid-divider.uk-grid-row-medium.uk-grid-stack > .uk-grid-margin::before, #marker-10340 .uk-grid-row-medium.uk-grid-stack.uk-grid > .uk-grid-margin::before {
  top: -30px; }

.uk-grid-divider.uk-grid-column-medium.uk-grid-stack > .uk-grid-margin::before, #marker-10340 .uk-grid-column-medium.uk-grid-stack.uk-grid > .uk-grid-margin::before {
  left: 60px; }

.uk-grid-divider.uk-grid-large, #marker-10340 .uk-grid-large.uk-grid,
.uk-grid-divider.uk-grid-column-large,
#marker-10340 .uk-grid-column-large.uk-grid {
  margin-left: -80px; }

.uk-grid-divider.uk-grid-large > *, #marker-10340 .uk-grid-large.uk-grid > *,
.uk-grid-divider.uk-grid-column-large > *,
#marker-10340 .uk-grid-column-large.uk-grid > * {
  padding-left: 80px; }

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

.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin, #marker-10340 .uk-grid-large.uk-grid-stack.uk-grid > .uk-grid-margin,
.uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin,
#marker-10340 .uk-grid-row-large.uk-grid-stack.uk-grid > .uk-grid-margin {
  margin-top: 80px; }

.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before, #marker-10340 .uk-grid-large.uk-grid-stack.uk-grid > .uk-grid-margin::before {
  top: -40px;
  left: 80px; }

.uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin::before, #marker-10340 .uk-grid-row-large.uk-grid-stack.uk-grid > .uk-grid-margin::before {
  top: -40px; }

.uk-grid-divider.uk-grid-column-large.uk-grid-stack > .uk-grid-margin::before, #marker-10340 .uk-grid-column-large.uk-grid-stack.uk-grid > .uk-grid-margin::before {
  left: 80px; }

@media (min-width: 1200px) {
  .uk-grid-divider.uk-grid-large, #marker-10340 .uk-grid-large.uk-grid,
  .uk-grid-divider.uk-grid-column-large,
  #marker-10340 .uk-grid-column-large.uk-grid {
    margin-left: -140px; }
  .uk-grid-divider.uk-grid-large > *, #marker-10340 .uk-grid-large.uk-grid > *,
  .uk-grid-divider.uk-grid-column-large > *,
  #marker-10340 .uk-grid-column-large.uk-grid > * {
    padding-left: 140px; }
  .uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before, #marker-10340 .uk-grid-large.uk-grid > :not(.uk-first-column)::before,
  .uk-grid-divider.uk-grid-column-large > :not(.uk-first-column)::before,
  #marker-10340 .uk-grid-column-large.uk-grid > :not(.uk-first-column)::before {
    left: 70px; }
  .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin, #marker-10340 .uk-grid-large.uk-grid-stack.uk-grid > .uk-grid-margin,
  .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin,
  #marker-10340 .uk-grid-row-large.uk-grid-stack.uk-grid > .uk-grid-margin {
    margin-top: 140px; }
  .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before, #marker-10340 .uk-grid-large.uk-grid-stack.uk-grid > .uk-grid-margin::before {
    top: -70px;
    left: 140px; }
  .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin::before, #marker-10340 .uk-grid-row-large.uk-grid-stack.uk-grid > .uk-grid-margin::before {
    top: -70px; }
  .uk-grid-divider.uk-grid-column-large.uk-grid-stack > .uk-grid-margin::before, #marker-10340 .uk-grid-column-large.uk-grid-stack.uk-grid > .uk-grid-margin::before {
    left: 140px; } }

.uk-grid-match > *,
.uk-grid-item-match {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

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

[class*='uk-child-width'] > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

.uk-child-width-1-2 > * {
  width: 50%; }

.uk-child-width-1-3 > * {
  width: calc(100% * 1 / 3.001); }

.uk-child-width-1-4 > * {
  width: 25%; }

.uk-child-width-1-5 > * {
  width: 20%; }

.uk-child-width-1-6 > * {
  width: calc(100% * 1 / 6.001); }

.uk-child-width-1-7 > * {
  width: calc(100% * 1 / 7.001); }

.uk-child-width-1-8 > * {
  width: calc(100% * 1 / 8.001); }

.uk-child-width-1-9 > * {
  width: calc(100% * 1 / 9.001); }

.uk-child-width-1-10 > * {
  width: 10%; }

.uk-child-width-1-11 > * {
  width: calc(100% * 1 / 11.001); }

.uk-child-width-1-12 > * {
  width: calc(100% * 1 / 12.001); }

.uk-child-width-auto > * {
  width: auto; }

.uk-child-width-expand > :not([class*='uk-width']) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 1px; }

@media (min-width: 640px) {
  .uk-child-width-1-1\@s > * {
    width: 100%; }
  .uk-child-width-1-2\@s > * {
    width: 50%; }
  .uk-child-width-1-3\@s > * {
    width: calc(100% * 1 / 3.001); }
  .uk-child-width-1-4\@s > * {
    width: 25%; }
  .uk-child-width-1-5\@s > * {
    width: 20%; }
  .uk-child-width-1-6\@s > * {
    width: calc(100% * 1 / 6.001); }
  .uk-child-width-1-7\@s > * {
    width: calc(100% * 1 / 7.001); }
  .uk-child-width-1-8\@s > * {
    width: calc(100% * 1 / 8.001); }
  .uk-child-width-1-9\@s > * {
    width: calc(100% * 1 / 9.001); }
  .uk-child-width-1-10\@s > * {
    width: 10%; }
  .uk-child-width-1-11\@s > * {
    width: calc(100% * 1 / 11.001); }
  .uk-child-width-1-12\@s > * {
    width: calc(100% * 1 / 12.001); }
  .uk-child-width-auto\@s > * {
    width: auto; }
  .uk-child-width-expand\@s > :not([class*='uk-width']) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 1px; } }

@media (min-width: 960px) {
  .uk-child-width-1-1\@m > * {
    width: 100%; }
  .uk-child-width-1-2\@m > * {
    width: 50%; }
  .uk-child-width-1-3\@m > * {
    width: calc(100% * 1 / 3.001); }
  .uk-child-width-1-4\@m > * {
    width: 25%; }
  .uk-child-width-1-5\@m > * {
    width: 20%; }
  .uk-child-width-1-6\@m > * {
    width: calc(100% * 1 / 6.001); }
  .uk-child-width-1-7\@m > * {
    width: calc(100% * 1 / 7.001); }
  .uk-child-width-1-8\@m > * {
    width: calc(100% * 1 / 8.001); }
  .uk-child-width-1-9\@m > * {
    width: calc(100% * 1 / 9.001); }
  .uk-child-width-1-10\@m > * {
    width: 10%; }
  .uk-child-width-1-11\@m > * {
    width: calc(100% * 1 / 11.001); }
  .uk-child-width-1-12\@m > * {
    width: calc(100% * 1 / 12.001); }
  .uk-child-width-auto\@m > * {
    width: auto; }
  .uk-child-width-expand\@m > :not([class*='uk-width']) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 1px; } }

@media (min-width: 1200px) {
  .uk-child-width-1-1\@l > * {
    width: 100%; }
  .uk-child-width-1-2\@l > * {
    width: 50%; }
  .uk-child-width-1-3\@l > * {
    width: calc(100% * 1 / 3.001); }
  .uk-child-width-1-4\@l > * {
    width: 25%; }
  .uk-child-width-1-5\@l > * {
    width: 20%; }
  .uk-child-width-1-6\@l > * {
    width: calc(100% * 1 / 6.001); }
  .uk-child-width-1-7\@l > * {
    width: calc(100% * 1 / 7.001); }
  .uk-child-width-1-8\@l > * {
    width: calc(100% * 1 / 8.001); }
  .uk-child-width-1-9\@l > * {
    width: calc(100% * 1 / 9.001); }
  .uk-child-width-1-10\@l > * {
    width: 10%; }
  .uk-child-width-1-11\@l > * {
    width: calc(100% * 1 / 11.001); }
  .uk-child-width-1-12\@l > * {
    width: calc(100% * 1 / 12.001); }
  .uk-child-width-auto\@l > * {
    width: auto; }
  .uk-child-width-expand\@l > :not([class*='uk-width']) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 1px; } }

@media (min-width: 1600px) {
  .uk-child-width-1-1\@xl > * {
    width: 100%; }
  .uk-child-width-1-2\@xl > * {
    width: 50%; }
  .uk-child-width-1-3\@xl > * {
    width: calc(100% * 1 / 3.001); }
  .uk-child-width-1-4\@xl > * {
    width: 25%; }
  .uk-child-width-1-5\@xl > * {
    width: 20%; }
  .uk-child-width-1-6\@xl > * {
    width: calc(100% * 1 / 6.001); }
  .uk-child-width-1-7\@xl > * {
    width: calc(100% * 1 / 7.001); }
  .uk-child-width-1-8\@xl > * {
    width: calc(100% * 1 / 8.001); }
  .uk-child-width-1-9\@xl > * {
    width: calc(100% * 1 / 9.001); }
  .uk-child-width-1-10\@xl > * {
    width: 10%; }
  .uk-child-width-1-11\@xl > * {
    width: calc(100% * 1 / 11.001); }
  .uk-child-width-1-12\@xl > * {
    width: calc(100% * 1 / 12.001); }
  .uk-child-width-auto\@xl > * {
    width: auto; }
  .uk-child-width-expand\@xl > :not([class*='uk-width']) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 1px; } }

[class*='uk-width'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%; }

.uk-width-1-2, .uk-width-2-4, .uk-width-3-6, .uk-width-4-8, .uk-width-5-10, .uk-width-6-12 {
  width: 50%; }

.uk-width-1-3, .uk-width-2-6, .uk-width-3-9, .uk-width-4-12 {
  width: calc(100% * 1 / 3.001); }

.uk-width-2-3, .uk-width-3-9, .uk-width-4-12 {
  width: calc(100% * 2 / 3.001); }

.uk-width-1-4, .uk-width-2-8, .uk-width-3-12 {
  width: 25%; }

.uk-width-3-4, .uk-width-6-8, .uk-width-9-12 {
  width: 75%; }

.uk-width-1-5, .uk-width-2-10 {
  width: 20%; }

.uk-width-2-5, .uk-width-4-10 {
  width: 40%; }

.uk-width-3-5, .uk-width-6-10 {
  width: 60%; }

.uk-width-4-5, .uk-width-8-10 {
  width: 80%; }

.uk-width-1-6, .uk-width-2-12 {
  width: calc(100% * 1 / 6.001); }

.uk-width-5-6, .uk-width-10-12 {
  width: calc(100% * 5 / 6.001); }

.uk-width-1-7 {
  width: calc(100% * 1 / 7.001); }

.uk-width-1-8 {
  width: calc(100% * 1 / 8.001); }

.uk-width-1-9 {
  width: calc(100% * 1 / 9.001); }

.uk-width-1-10 {
  width: 10%; }

.uk-width-2-7 {
  width: calc(100% * 2 / 7.001); }

.uk-width-2-9 {
  width: calc(100% * 2 / 9.001); }

.uk-width-2-11 {
  width: calc(100% * 2 / 11.001); }

.uk-width-2-9 {
  width: calc(100% * 2 / 9.001); }

.uk-width-2-11 {
  width: calc(100% * 2 / 11.001); }

.uk-width-3-7 {
  width: calc(100% * 3 / 7.001); }

.uk-width-3-8 {
  width: calc(100% * 3 / 8.001); }

.uk-width-3-10 {
  width: calc(100% * 3 / 10.001); }

.uk-width-3-11 {
  width: calc(100% * 3 / 11.001); }

.uk-width-4-7 {
  width: calc(100% * 4 / 7.001); }

.uk-width-4-9 {
  width: calc(100% * 4 / 9.001); }

.uk-width-4-11 {
  width: calc(100% * 4 / 11.001); }

.uk-width-5-7 {
  width: calc(100% * 5 / 7.001); }

.uk-width-5-8 {
  width: calc(100% * 5 / 8.001); }

.uk-width-5-9 {
  width: calc(100% * 5 / 9.001); }

.uk-width-5-11 {
  width: calc(100% * 5 / 11.001); }

.uk-width-5-12 {
  width: calc(100% * 5 / 12.001); }

.uk-width-6-7 {
  width: calc(100% * 6 / 7.001); }

.uk-width-6-11 {
  width: calc(100% * 6 / 11.001); }

.uk-width-5-8 {
  width: calc(100% * 5 / 8.001); }

.uk-width-5-9 {
  width: calc(100% * 5 / 9.001); }

.uk-width-5-11 {
  width: calc(100% * 5 / 11.001); }

.uk-width-5-12 {
  width: calc(100% * 5 / 12.001); }

.uk-width-6-7 {
  width: calc(100% * 6 / 7.001); }

.uk-width-6-11 {
  width: calc(100% * 6 / 11.001); }

.uk-width-7-8 {
  width: calc(100% * 7 / 8.001); }

.uk-width-7-9 {
  width: calc(100% * 7 / 9.001); }

.uk-width-7-10 {
  width: 70%; }

.uk-width-7-11 {
  width: calc(100% * 7 / 11.001); }

.uk-width-7-12 {
  width: calc(100% * 7 / 12.001); }

.uk-width-8-9 {
  width: calc(100% * 8 / 9.001); }

.uk-width-8-11 {
  width: calc(100% * 8 / 11.001); }

.uk-width-9-10 {
  width: 10%; }

.uk-width-9-11 {
  width: calc(100% * 9 / 11.001); }

.uk-width-10-11 {
  width: calc(100% * 10 / 11.001); }

.uk-width-11-12 {
  width: calc(100% * 11 / 12.001); }

.uk-width-auto {
  width: auto; }

.uk-width-expand {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 1px; }

@media (min-width: 640px) {
  .uk-width-1-1\@s {
    width: 100%; }
  .uk-width-1-2\@s, .uk-width-2-4\@s, .uk-width-3-6\@s, .uk-width-4-8\@s, .uk-width-5-10\@s, .uk-width-6-12\@s {
    width: 50%; }
  .uk-width-1-3\@s, .uk-width-2-6\@s, .uk-width-3-9\@s, .uk-width-4-12\@s {
    width: calc(100% * 1 / 3.001); }
  .uk-width-2-3\@s, .uk-width-3-9\@s, .uk-width-4-12\@s {
    width: calc(100% * 2 / 3.001); }
  .uk-width-1-4\@s, .uk-width-2-8\@s, .uk-width-3-12\@s {
    width: 25%; }
  .uk-width-3-4\@s, .uk-width-6-8\@s, .uk-width-9-12\@s {
    width: 75%; }
  .uk-width-1-5\@s, .uk-width-2-10\@s {
    width: 20%; }
  .uk-width-2-5\@s, .uk-width-4-10\@s {
    width: 40%; }
  .uk-width-3-5\@s, .uk-width-6-10\@s {
    width: 60%; }
  .uk-width-4-5\@s, .uk-width-8-10\@s {
    width: 80%; }
  .uk-width-1-6\@s, .uk-width-2-12\@s {
    width: calc(100% * 1 / 6.001); }
  .uk-width-5-6\@s, .uk-width-10-12\@s {
    width: calc(100% * 5 / 6.001); }
  .uk-width-1-7\@s {
    width: calc(100% * 1 / 7.001); }
  .uk-width-1-8\@s {
    width: calc(100% * 1 / 8.001); }
  .uk-width-1-9\@s {
    width: calc(100% * 1 / 9.001); }
  .uk-width-1-10\@s {
    width: 10%; }
  .uk-width-2-7\@s {
    width: calc(100% * 2 / 7.001); }
  .uk-width-2-9\@s {
    width: calc(100% * 2 / 9.001); }
  .uk-width-2-11\@s {
    width: calc(100% * 2 / 11.001); }
  .uk-width-2-9\@s {
    width: calc(100% * 2 / 9.001); }
  .uk-width-2-11\@s {
    width: calc(100% * 2 / 11.001); }
  .uk-width-3-7\@s {
    width: calc(100% * 3 / 7.001); }
  .uk-width-3-8\@s {
    width: calc(100% * 3 / 8.001); }
  .uk-width-3-10\@s {
    width: calc(100% * 3 / 10.001); }
  .uk-width-3-11\@s {
    width: calc(100% * 3 / 11.001); }
  .uk-width-4-7\@s {
    width: calc(100% * 4 / 7.001); }
  .uk-width-4-9\@s {
    width: calc(100% * 4 / 9.001); }
  .uk-width-4-11\@s {
    width: calc(100% * 4 / 11.001); }
  .uk-width-5-7\@s {
    width: calc(100% * 5 / 7.001); }
  .uk-width-5-8\@s {
    width: calc(100% * 5 / 8.001); }
  .uk-width-5-9\@s {
    width: calc(100% * 5 / 9.001); }
  .uk-width-5-11\@s {
    width: calc(100% * 5 / 11.001); }
  .uk-width-5-12\@s {
    width: calc(100% * 5 / 12.001); }
  .uk-width-6-7\@s {
    width: calc(100% * 6 / 7.001); }
  .uk-width-6-11\@s {
    width: calc(100% * 6 / 11.001); }
  .uk-width-5-8\@s {
    width: calc(100% * 5 / 8.001); }
  .uk-width-5-9\@s {
    width: calc(100% * 5 / 9.001); }
  .uk-width-5-11\@s {
    width: calc(100% * 5 / 11.001); }
  .uk-width-5-12\@s {
    width: calc(100% * 5 / 12.001); }
  .uk-width-6-7\@s {
    width: calc(100% * 6 / 7.001); }
  .uk-width-6-11\@s {
    width: calc(100% * 6 / 11.001); }
  .uk-width-7-8\@s {
    width: calc(100% * 7 / 8.001); }
  .uk-width-7-9\@s {
    width: calc(100% * 7 / 9.001); }
  .uk-width-7-10\@s {
    width: 70%; }
  .uk-width-7-11\@s {
    width: calc(100% * 7 / 11.001); }
  .uk-width-7-12\@s {
    width: calc(100% * 7 / 12.001); }
  .uk-width-8-9\@s {
    width: calc(100% * 8 / 9.001); }
  .uk-width-8-11\@s {
    width: calc(100% * 8 / 11.001); }
  .uk-width-9-10\@s {
    width: 10%; }
  .uk-width-9-11\@s {
    width: calc(100% * 9 / 11.001); }
  .uk-width-10-11\@s {
    width: calc(100% * 10 / 11.001); }
  .uk-width-11-12\@s {
    width: calc(100% * 11 / 12.001); }
  .uk-width-auto\@s {
    width: auto; }
  .uk-width-expand\@s {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 1px; } }

@media (min-width: 960px) {
  .uk-width-1-1\@m {
    width: 100%; }
  .uk-width-1-2\@m, .uk-width-2-4\@m, .uk-width-3-6\@m, .uk-width-4-8\@m, .uk-width-5-10\@m, .uk-width-6-12\@m {
    width: 50%; }
  .uk-width-1-3\@m, .uk-width-2-6\@m, .uk-width-3-9\@m, .uk-width-4-12\@m {
    width: calc(100% * 1 / 3.001); }
  .uk-width-2-3\@m, .uk-width-3-9\@m, .uk-width-4-12\@m {
    width: calc(100% * 2 / 3.001); }
  .uk-width-1-4\@m, .uk-width-2-8\@m, .uk-width-3-12\@m {
    width: 25%; }
  .uk-width-3-4\@m, .uk-width-6-8\@m, .uk-width-9-12\@m {
    width: 75%; }
  .uk-width-1-5\@m, .uk-width-2-10\@m {
    width: 20%; }
  .uk-width-2-5\@m, .uk-width-4-10\@m {
    width: 40%; }
  .uk-width-3-5\@m, .uk-width-6-10\@m {
    width: 60%; }
  .uk-width-4-5\@m, .uk-width-8-10\@m {
    width: 80%; }
  .uk-width-1-6\@m, .uk-width-2-12\@m {
    width: calc(100% * 1 / 6.001); }
  .uk-width-5-6\@m, .uk-width-10-12\@m {
    width: calc(100% * 5 / 6.001); }
  .uk-width-1-7\@m {
    width: calc(100% * 1 / 7.001); }
  .uk-width-1-8\@m {
    width: calc(100% * 1 / 8.001); }
  .uk-width-1-9\@m {
    width: calc(100% * 1 / 9.001); }
  .uk-width-1-10\@m {
    width: 10%; }
  .uk-width-2-7\@m {
    width: calc(100% * 2 / 7.001); }
  .uk-width-2-9\@m {
    width: calc(100% * 2 / 9.001); }
  .uk-width-2-11\@m {
    width: calc(100% * 2 / 11.001); }
  .uk-width-2-9\@m {
    width: calc(100% * 2 / 9.001); }
  .uk-width-2-11\@m {
    width: calc(100% * 2 / 11.001); }
  .uk-width-3-7\@m {
    width: calc(100% * 3 / 7.001); }
  .uk-width-3-8\@m {
    width: calc(100% * 3 / 8.001); }
  .uk-width-3-10\@m {
    width: calc(100% * 3 / 10.001); }
  .uk-width-3-11\@m {
    width: calc(100% * 3 / 11.001); }
  .uk-width-4-7\@m {
    width: calc(100% * 4 / 7.001); }
  .uk-width-4-9\@m {
    width: calc(100% * 4 / 9.001); }
  .uk-width-4-11\@m {
    width: calc(100% * 4 / 11.001); }
  .uk-width-5-7\@m {
    width: calc(100% * 5 / 7.001); }
  .uk-width-5-8\@m {
    width: calc(100% * 5 / 8.001); }
  .uk-width-5-9\@m {
    width: calc(100% * 5 / 9.001); }
  .uk-width-5-11\@m {
    width: calc(100% * 5 / 11.001); }
  .uk-width-5-12\@m {
    width: calc(100% * 5 / 12.001); }
  .uk-width-6-7\@m {
    width: calc(100% * 6 / 7.001); }
  .uk-width-6-11\@m {
    width: calc(100% * 6 / 11.001); }
  .uk-width-5-8\@m {
    width: calc(100% * 5 / 8.001); }
  .uk-width-5-9\@m {
    width: calc(100% * 5 / 9.001); }
  .uk-width-5-11\@m {
    width: calc(100% * 5 / 11.001); }
  .uk-width-5-12\@m {
    width: calc(100% * 5 / 12.001); }
  .uk-width-6-7\@m {
    width: calc(100% * 6 / 7.001); }
  .uk-width-6-11\@m {
    width: calc(100% * 6 / 11.001); }
  .uk-width-7-8\@m {
    width: calc(100% * 7 / 8.001); }
  .uk-width-7-9\@m {
    width: calc(100% * 7 / 9.001); }
  .uk-width-7-10\@m {
    width: 70%; }
  .uk-width-7-11\@m {
    width: calc(100% * 7 / 11.001); }
  .uk-width-7-12\@m {
    width: calc(100% * 7 / 12.001); }
  .uk-width-8-9\@m {
    width: calc(100% * 8 / 9.001); }
  .uk-width-8-11\@m {
    width: calc(100% * 8 / 11.001); }
  .uk-width-9-10\@m {
    width: 10%; }
  .uk-width-9-11\@m {
    width: calc(100% * 9 / 11.001); }
  .uk-width-10-11\@m {
    width: calc(100% * 10 / 11.001); }
  .uk-width-11-12\@m {
    width: calc(100% * 11 / 12.001); }
  .uk-width-auto\@m {
    width: auto; }
  .uk-width-expand\@m {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 1px; } }

@media (min-width: 1200px) {
  .uk-width-1-1\@l {
    width: 100%; }
  .uk-width-1-2\@l, .uk-width-2-4\@l, .uk-width-3-6\@l, .uk-width-4-8\@l, .uk-width-5-10\@l, .uk-width-6-12\@l {
    width: 50%; }
  .uk-width-1-3\@l, .uk-width-2-6\@l, .uk-width-3-9\@l, .uk-width-4-12\@l {
    width: calc(100% * 1 / 3.001); }
  .uk-width-2-3\@l, .uk-width-3-9\@l, .uk-width-4-12\@l {
    width: calc(100% * 2 / 3.001); }
  .uk-width-1-4\@l, .uk-width-2-8\@l, .uk-width-3-12\@l {
    width: 25%; }
  .uk-width-3-4\@l, .uk-width-6-8\@l, .uk-width-9-12\@l {
    width: 75%; }
  .uk-width-1-5\@l, .uk-width-2-10\@l {
    width: 20%; }
  .uk-width-2-5\@l, .uk-width-4-10\@l {
    width: 40%; }
  .uk-width-3-5\@l, .uk-width-6-10\@l {
    width: 60%; }
  .uk-width-4-5\@l, .uk-width-8-10\@l {
    width: 80%; }
  .uk-width-1-6\@l, .uk-width-2-12\@l {
    width: calc(100% * 1 / 6.001); }
  .uk-width-5-6\@l, .uk-width-10-12\@l {
    width: calc(100% * 5 / 6.001); }
  .uk-width-1-7\@l {
    width: calc(100% * 1 / 7.001); }
  .uk-width-1-8\@l {
    width: calc(100% * 1 / 8.001); }
  .uk-width-1-9\@l {
    width: calc(100% * 1 / 9.001); }
  .uk-width-1-10\@l {
    width: 10%; }
  .uk-width-2-7\@l {
    width: calc(100% * 2 / 7.001); }
  .uk-width-2-9\@l {
    width: calc(100% * 2 / 9.001); }
  .uk-width-2-11\@l {
    width: calc(100% * 2 / 11.001); }
  .uk-width-2-9\@l {
    width: calc(100% * 2 / 9.001); }
  .uk-width-2-11\@l {
    width: calc(100% * 2 / 11.001); }
  .uk-width-3-7\@l {
    width: calc(100% * 3 / 7.001); }
  .uk-width-3-8\@l {
    width: calc(100% * 3 / 8.001); }
  .uk-width-3-10\@l {
    width: calc(100% * 3 / 10.001); }
  .uk-width-3-11\@l {
    width: calc(100% * 3 / 11.001); }
  .uk-width-4-7\@l {
    width: calc(100% * 4 / 7.001); }
  .uk-width-4-9\@l {
    width: calc(100% * 4 / 9.001); }
  .uk-width-4-11\@l {
    width: calc(100% * 4 / 11.001); }
  .uk-width-5-7\@l {
    width: calc(100% * 5 / 7.001); }
  .uk-width-5-8\@l {
    width: calc(100% * 5 / 8.001); }
  .uk-width-5-9\@l {
    width: calc(100% * 5 / 9.001); }
  .uk-width-5-11\@l {
    width: calc(100% * 5 / 11.001); }
  .uk-width-5-12\@l {
    width: calc(100% * 5 / 12.001); }
  .uk-width-6-7\@l {
    width: calc(100% * 6 / 7.001); }
  .uk-width-6-11\@l {
    width: calc(100% * 6 / 11.001); }
  .uk-width-5-8\@l {
    width: calc(100% * 5 / 8.001); }
  .uk-width-5-9\@l {
    width: calc(100% * 5 / 9.001); }
  .uk-width-5-11\@l {
    width: calc(100% * 5 / 11.001); }
  .uk-width-5-12\@l {
    width: calc(100% * 5 / 12.001); }
  .uk-width-6-7\@l {
    width: calc(100% * 6 / 7.001); }
  .uk-width-6-11\@l {
    width: calc(100% * 6 / 11.001); }
  .uk-width-7-8\@l {
    width: calc(100% * 7 / 8.001); }
  .uk-width-7-9\@l {
    width: calc(100% * 7 / 9.001); }
  .uk-width-7-10\@l {
    width: 70%; }
  .uk-width-7-11\@l {
    width: calc(100% * 7 / 11.001); }
  .uk-width-7-12\@l {
    width: calc(100% * 7 / 12.001); }
  .uk-width-8-9\@l {
    width: calc(100% * 8 / 9.001); }
  .uk-width-8-11\@l {
    width: calc(100% * 8 / 11.001); }
  .uk-width-9-10\@l {
    width: 10%; }
  .uk-width-9-11\@l {
    width: calc(100% * 9 / 11.001); }
  .uk-width-10-11\@l {
    width: calc(100% * 10 / 11.001); }
  .uk-width-11-12\@l {
    width: calc(100% * 11 / 12.001); }
  .uk-width-auto\@l {
    width: auto; }
  .uk-width-expand\@l {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 1px; } }

@media (min-width: 1600px) {
  .uk-width-1-1\@xl {
    width: 100%; }
  .uk-width-1-2\@xl, .uk-width-2-4\@xl, .uk-width-3-6\@xl, .uk-width-4-8\@xl, .uk-width-5-10\@xl, .uk-width-6-12\@xl {
    width: 50%; }
  .uk-width-1-3\@xl, .uk-width-2-6\@xl, .uk-width-3-9\@xl, .uk-width-4-12\@xl {
    width: calc(100% * 1 / 3.001); }
  .uk-width-2-3\@xl, .uk-width-3-9\@xl, .uk-width-4-12\@xl {
    width: calc(100% * 2 / 3.001); }
  .uk-width-1-4\@xl, .uk-width-2-8\@xl, .uk-width-3-12\@xl {
    width: 25%; }
  .uk-width-3-4\@xl, .uk-width-6-8\@xl, .uk-width-9-12\@xl {
    width: 75%; }
  .uk-width-1-5\@xl, .uk-width-2-10\@xl {
    width: 20%; }
  .uk-width-2-5\@xl, .uk-width-4-10\@xl {
    width: 40%; }
  .uk-width-3-5\@xl, .uk-width-6-10\@xl {
    width: 60%; }
  .uk-width-4-5\@xl, .uk-width-8-10\@xl {
    width: 80%; }
  .uk-width-1-6\@xl, .uk-width-2-12\@xl {
    width: calc(100% * 1 / 6.001); }
  .uk-width-5-6\@xl, .uk-width-10-12\@xl {
    width: calc(100% * 5 / 6.001); }
  .uk-width-1-7\@xl {
    width: calc(100% * 1 / 7.001); }
  .uk-width-1-8\@xl {
    width: calc(100% * 1 / 8.001); }
  .uk-width-1-9\@xl {
    width: calc(100% * 1 / 9.001); }
  .uk-width-1-10\@xl {
    width: 10%; }
  .uk-width-2-7\@xl {
    width: calc(100% * 2 / 7.001); }
  .uk-width-2-9\@xl {
    width: calc(100% * 2 / 9.001); }
  .uk-width-2-11\@xl {
    width: calc(100% * 2 / 11.001); }
  .uk-width-2-9\@xl {
    width: calc(100% * 2 / 9.001); }
  .uk-width-2-11\@xl {
    width: calc(100% * 2 / 11.001); }
  .uk-width-3-7\@xl {
    width: calc(100% * 3 / 7.001); }
  .uk-width-3-8\@xl {
    width: calc(100% * 3 / 8.001); }
  .uk-width-3-10\@xl {
    width: calc(100% * 3 / 10.001); }
  .uk-width-3-11\@xl {
    width: calc(100% * 3 / 11.001); }
  .uk-width-4-7\@xl {
    width: calc(100% * 4 / 7.001); }
  .uk-width-4-9\@xl {
    width: calc(100% * 4 / 9.001); }
  .uk-width-4-11\@xl {
    width: calc(100% * 4 / 11.001); }
  .uk-width-5-7\@xl {
    width: calc(100% * 5 / 7.001); }
  .uk-width-5-8\@xl {
    width: calc(100% * 5 / 8.001); }
  .uk-width-5-9\@xl {
    width: calc(100% * 5 / 9.001); }
  .uk-width-5-11\@xl {
    width: calc(100% * 5 / 11.001); }
  .uk-width-5-12\@xl {
    width: calc(100% * 5 / 12.001); }
  .uk-width-6-7\@xl {
    width: calc(100% * 6 / 7.001); }
  .uk-width-6-11\@xl {
    width: calc(100% * 6 / 11.001); }
  .uk-width-5-8\@xl {
    width: calc(100% * 5 / 8.001); }
  .uk-width-5-9\@xl {
    width: calc(100% * 5 / 9.001); }
  .uk-width-5-11\@xl {
    width: calc(100% * 5 / 11.001); }
  .uk-width-5-12\@xl {
    width: calc(100% * 5 / 12.001); }
  .uk-width-6-7\@xl {
    width: calc(100% * 6 / 7.001); }
  .uk-width-6-11\@xl {
    width: calc(100% * 6 / 11.001); }
  .uk-width-7-8\@xl {
    width: calc(100% * 7 / 8.001); }
  .uk-width-7-9\@xl {
    width: calc(100% * 7 / 9.001); }
  .uk-width-7-10\@xl {
    width: 70%; }
  .uk-width-7-11\@xl {
    width: calc(100% * 7 / 11.001); }
  .uk-width-7-12\@xl {
    width: calc(100% * 7 / 12.001); }
  .uk-width-8-9\@xl {
    width: calc(100% * 8 / 9.001); }
  .uk-width-8-11\@xl {
    width: calc(100% * 8 / 11.001); }
  .uk-width-9-10\@xl {
    width: 10%; }
  .uk-width-9-11\@xl {
    width: calc(100% * 9 / 11.001); }
  .uk-width-10-11\@xl {
    width: calc(100% * 10 / 11.001); }
  .uk-width-11-12\@xl {
    width: calc(100% * 11 / 12.001); }
  .uk-width-auto\@xl {
    width: auto; }
  .uk-width-expand\@xl {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 1px; } }

.uk-width-100 {
  width: 100%; }

.uk-width-max-100 {
  max-width: 100%; }

[class*='uk-height'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.uk-height-1-1 {
  height: 100%; }

.uk-height-viewport {
  min-height: 100vh; }

.uk-height-small {
  height: 150px; }

.uk-height-medium {
  height: 300px; }

.uk-height-large {
  height: 450px; }

.uk-height-max-small {
  max-height: 150px; }

.uk-height-max-medium {
  max-height: 300px; }

.uk-height-max-large {
  max-height: 450px; }

[class*='uk-column-'] {
  -webkit-column-gap: 30px;
  column-gap: 30px; }

@media (min-width: 1200px) {
  [class*='uk-column-'] {
    -webkit-column-gap: 40px;
    column-gap: 40px; } }

[class*='uk-column-'] img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.uk-column-divider {
  -webkit-column-rule: 1px solid #e5e5e5;
  column-rule: 1px solid #e5e5e5;
  -webkit-column-gap: 60px;
  column-gap: 60px; }

@media (min-width: 1200px) {
  .uk-column-divider {
    -webkit-column-gap: 80px;
    column-gap: 80px; } }

.uk-column-1-2 {
  -webkit-column-count: 2;
  column-count: 2; }

.uk-column-1-3 {
  -webkit-column-count: 3;
  column-count: 3; }

.uk-column-1-4 {
  -webkit-column-count: 4;
  column-count: 4; }

.uk-column-1-5 {
  -webkit-column-count: 5;
  column-count: 5; }

.uk-column-1-6 {
  -webkit-column-count: 6;
  column-count: 6; }

@media (min-width: 640px) {
  .uk-column-1-2\@s {
    -webkit-column-count: 2;
    column-count: 2; }
  .uk-column-1-3\@s {
    -webkit-column-count: 3;
    column-count: 3; }
  .uk-column-1-4\@s {
    -webkit-column-count: 4;
    column-count: 4; }
  .uk-column-1-5\@s {
    -webkit-column-count: 5;
    column-count: 5; }
  .uk-column-1-6\@s {
    -webkit-column-count: 6;
    column-count: 6; } }

@media (min-width: 960px) {
  .uk-column-1-2\@m {
    -webkit-column-count: 2;
    column-count: 2; }
  .uk-column-1-3\@m {
    -webkit-column-count: 3;
    column-count: 3; }
  .uk-column-1-4\@m {
    -webkit-column-count: 4;
    column-count: 4; }
  .uk-column-1-5\@m {
    -webkit-column-count: 5;
    column-count: 5; }
  .uk-column-1-6\@m {
    -webkit-column-count: 6;
    column-count: 6; } }

@media (min-width: 1200px) {
  .uk-column-1-2\@l {
    -webkit-column-count: 2;
    column-count: 2; }
  .uk-column-1-3\@l {
    -webkit-column-count: 3;
    column-count: 3; }
  .uk-column-1-4\@l {
    -webkit-column-count: 4;
    column-count: 4; }
  .uk-column-1-5\@l {
    -webkit-column-count: 5;
    column-count: 5; }
  .uk-column-1-6\@l {
    -webkit-column-count: 6;
    column-count: 6; } }

@media (min-width: 1600px) {
  .uk-column-1-2\@xl {
    -webkit-column-count: 2;
    column-count: 2; }
  .uk-column-1-3\@xl {
    -webkit-column-count: 3;
    column-count: 3; }
  .uk-column-1-4\@xl {
    -webkit-column-count: 4;
    column-count: 4; }
  .uk-column-1-5\@xl {
    -webkit-column-count: 5;
    column-count: 5; }
  .uk-column-1-6\@xl {
    -webkit-column-count: 6;
    column-count: 6; } }

.uk-column-span {
  -webkit-column-span: all;
  column-span: all; }

.uk-cover {
  max-width: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

iframe.uk-cover {
  pointer-events: none; }

.uk-cover-container {
  overflow: hidden;
  position: relative; }

[class*='uk-align'] {
  display: block;
  margin-bottom: 30px; }

* + [class*='uk-align'] {
  margin-top: 30px; }

.uk-align-center {
  margin-left: auto;
  margin-right: auto; }

.uk-align-left {
  margin-top: 0;
  margin-right: 30px;
  float: left; }

.uk-align-right {
  margin-top: 0;
  margin-left: 30px;
  float: right; }

@media (min-width: 640px) {
  .uk-align-left\@s {
    margin-top: 0;
    margin-right: 30px;
    float: left; }
  .uk-align-right\@s {
    margin-top: 0;
    margin-left: 30px;
    float: right; } }

@media (min-width: 960px) {
  .uk-align-left\@m {
    margin-top: 0;
    margin-right: 30px;
    float: left; }
  .uk-align-right\@m {
    margin-top: 0;
    margin-left: 30px;
    float: right; } }

@media (min-width: 1200px) {
  .uk-align-left\@l {
    margin-top: 0;
    float: left; }
  .uk-align-right\@l {
    margin-top: 0;
    float: right; }
  .uk-align-left,
  .uk-align-left\@s,
  .uk-align-left\@m,
  .uk-align-left\@l {
    margin-right: 40px; }
  .uk-align-right,
  .uk-align-right\@s,
  .uk-align-right\@m,
  .uk-align-right\@l {
    margin-left: 40px; } }

@media (min-width: 1600px) {
  .uk-align-left\@xl {
    margin-top: 0;
    margin-right: 40px;
    float: left; }
  .uk-align-right\@xl {
    margin-top: 0;
    margin-left: 40px;
    float: right; } }

.uk-panel {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.uk-panel::before,
.uk-panel::after {
  content: "";
  display: table; }

.uk-panel::after {
  clear: both; }

.uk-panel > :last-child {
  margin-bottom: 0; }

.uk-panel-scrollable {
  height: 170px;
  padding: 10px;
  border: 1px solid #e5e5e5;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  resize: both; }

.uk-clearfix::before {
  content: "";
  display: table-cell; }

.uk-clearfix::after {
  content: "";
  display: table;
  clear: both; }

.uk-float-left {
  float: left; }

.uk-float-right {
  float: right; }

[class*='uk-float-'] {
  max-width: 100%; }

.uk-overflow-hidden {
  overflow: hidden; }

.uk-overflow-y-hidden {
  overflow-y: hidden; }

.uk-overflow-x-hidden {
  overflow-x: hidden; }

.uk-overflow-auto {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.uk-overflow-auto > :last-child {
  margin-bottom: 0; }

.uk-resize {
  resize: both; }

.uk-resize-vertical {
  resize: vertical; }

.uk-display-block {
  display: block !important; }

.uk-display-inline {
  display: inline !important; }

.uk-display-inline-block {
  display: inline-block !important; }

[class*='uk-inline'] {
  display: inline-block;
  position: relative;
  max-width: 100%;
  vertical-align: middle;
  -webkit-backface-visibility: hidden; }

.uk-inline-clip {
  overflow: hidden; }

.uk-inline-clip[class*='uk-border-'] {
  -webkit-transform: translateZ(0); }

.uk-disabled {
  pointer-events: none; }

.uk-preserve-width,
.uk-preserve-width canvas,
.uk-preserve-width img,
.uk-preserve-width svg,
.uk-preserve-width video {
  max-width: none; }

.uk-responsive-width,
.uk-responsive-height {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.uk-responsive-width {
  max-width: 100% !important;
  height: auto; }

.uk-responsive-height {
  max-height: 100%;
  width: auto;
  max-width: none; }

.uk-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.uk-flex-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.uk-flex::before,
.uk-flex::after,
.uk-flex-inline::before,
.uk-flex-inline::after {
  display: none; }

.uk-flex-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.uk-flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.uk-flex-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.uk-flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.uk-flex-around {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

@media (min-width: 640px) {
  .uk-flex-left\@s {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .uk-flex-center\@s {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .uk-flex-right\@s {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .uk-flex-between\@s {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .uk-flex-around\@s {
    -ms-flex-pack: distribute;
    justify-content: space-around; } }

@media (min-width: 960px) {
  .uk-flex-left\@m {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .uk-flex-center\@m {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .uk-flex-right\@m {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .uk-flex-between\@m {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .uk-flex-around\@m {
    -ms-flex-pack: distribute;
    justify-content: space-around; } }

@media (min-width: 1200px) {
  .uk-flex-left\@l {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .uk-flex-center\@l {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .uk-flex-right\@l {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .uk-flex-between\@l {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .uk-flex-around\@l {
    -ms-flex-pack: distribute;
    justify-content: space-around; } }

@media (min-width: 1600px) {
  .uk-flex-left\@xl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .uk-flex-center\@xl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .uk-flex-right\@xl {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .uk-flex-between\@xl {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .uk-flex-around\@xl {
    -ms-flex-pack: distribute;
    justify-content: space-around; } }

.uk-flex-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.uk-flex-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.uk-flex-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.uk-flex-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.uk-flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.uk-flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.uk-flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.uk-flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.uk-flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.uk-flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.uk-flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse; }

.uk-flex-wrap-stretch {
  -ms-flex-line-pack: stretch;
  align-content: stretch; }

.uk-flex-wrap-top {
  -ms-flex-line-pack: start;
  align-content: flex-start; }

.uk-flex-wrap-middle {
  -ms-flex-line-pack: center;
  align-content: center; }

.uk-flex-wrap-bottom {
  -ms-flex-line-pack: end;
  align-content: flex-end; }

.uk-flex-wrap-between {
  -ms-flex-line-pack: justify;
  align-content: space-between; }

.uk-flex-wrap-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around; }

.uk-flex-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.uk-flex-last {
  -webkit-box-ordinal-group: 100;
  -ms-flex-order: 99;
  order: 99; }

@media (min-width: 640px) {
  .uk-flex-first\@s {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .uk-flex-last\@s {
    -webkit-box-ordinal-group: 100;
    -ms-flex-order: 99;
    order: 99; } }

@media (min-width: 960px) {
  .uk-flex-first\@m {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .uk-flex-last\@m {
    -webkit-box-ordinal-group: 100;
    -ms-flex-order: 99;
    order: 99; } }

@media (min-width: 1200px) {
  .uk-flex-first\@l {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .uk-flex-last\@l {
    -webkit-box-ordinal-group: 100;
    -ms-flex-order: 99;
    order: 99; } }

@media (min-width: 1600px) {
  .uk-flex-first\@xl {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .uk-flex-last\@xl {
    -webkit-box-ordinal-group: 100;
    -ms-flex-order: 99;
    order: 99; } }

.uk-flex-none {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.uk-flex-auto {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto; }

.uk-flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.uk-margin {
  margin-bottom: 20px; }

* + .uk-margin {
  margin-top: 20px !important; }

.uk-margin-top {
  margin-top: 20px !important; }

.uk-margin-bottom {
  margin-bottom: 20px !important; }

.uk-margin-left {
  margin-left: 20px !important; }

.uk-margin-right {
  margin-right: 20px !important; }

.uk-margin-small {
  margin-bottom: 10px; }

* + .uk-margin-small {
  margin-top: 10px !important; }

.uk-margin-small-top {
  margin-top: 10px !important; }

.uk-margin-small-bottom {
  margin-bottom: 10px !important; }

.uk-margin-small-left {
  margin-left: 10px !important; }

.uk-margin-small-right {
  margin-right: 10px !important; }

.uk-margin-medium {
  margin-bottom: 40px; }

* + .uk-margin-medium {
  margin-top: 40px !important; }

.uk-margin-medium-top {
  margin-top: 40px !important; }

.uk-margin-medium-bottom, header.header {
  margin-bottom: 40px !important; }

.uk-margin-medium-left {
  margin-left: 40px !important; }

.uk-margin-medium-right {
  margin-right: 40px !important; }

.uk-margin-large {
  margin-bottom: 40px; }

* + .uk-margin-large {
  margin-top: 40px !important; }

.uk-margin-large-top, footer.footer {
  margin-top: 40px !important; }

.uk-margin-large-bottom {
  margin-bottom: 40px !important; }

.uk-margin-large-left {
  margin-left: 40px !important; }

.uk-margin-large-right {
  margin-right: 40px !important; }

@media (min-width: 1200px) {
  .uk-margin-large {
    margin-bottom: 70px; }
  * + .uk-margin-large {
    margin-top: 70px !important; }
  .uk-margin-large-top, footer.footer {
    margin-top: 70px !important; }
  .uk-margin-large-bottom {
    margin-bottom: 70px !important; }
  .uk-margin-large-left {
    margin-left: 70px !important; }
  .uk-margin-large-right {
    margin-right: 70px !important; } }

.uk-margin-xlarge {
  margin-bottom: 70px; }

* + .uk-margin-xlarge {
  margin-top: 70px !important; }

.uk-margin-xlarge-top {
  margin-top: 70px !important; }

.uk-margin-xlarge-bottom {
  margin-bottom: 70px !important; }

.uk-margin-xlarge-left {
  margin-left: 70px !important; }

.uk-margin-xlarge-right {
  margin-right: 70px !important; }

@media (min-width: 1200px) {
  .uk-margin-xlarge {
    margin-bottom: 140px; }
  * + .uk-margin-xlarge {
    margin-top: 140px !important; }
  .uk-margin-xlarge-top {
    margin-top: 140px !important; }
  .uk-margin-xlarge-bottom {
    margin-bottom: 140px !important; }
  .uk-margin-xlarge-left {
    margin-left: 140px !important; }
  .uk-margin-xlarge-right {
    margin-right: 140px !important; } }

.uk-margin-auto {
  margin-left: auto !important;
  margin-right: auto !important; }

.uk-margin-auto-top {
  margin-top: auto !important; }

.uk-margin-auto-bottom {
  margin-bottom: auto !important; }

.uk-margin-auto-left {
  margin-left: auto !important; }

.uk-margin-auto-right {
  margin-right: auto !important; }

.uk-margin-auto-vertical {
  margin-top: auto !important;
  margin-bottom: auto !important; }

@media (min-width: 640px) {
  .uk-margin-auto\@s {
    margin-left: auto !important;
    margin-right: auto !important; }
  .uk-margin-auto-left\@s {
    margin-left: auto !important; }
  .uk-margin-auto-right\@s {
    margin-right: auto !important; } }

@media (min-width: 960px) {
  .uk-margin-auto\@m {
    margin-left: auto !important;
    margin-right: auto !important; }
  .uk-margin-auto-left\@m {
    margin-left: auto !important; }
  .uk-margin-auto-right\@m {
    margin-right: auto !important; } }

@media (min-width: 1200px) {
  .uk-margin-auto\@l {
    margin-left: auto !important;
    margin-right: auto !important; }
  .uk-margin-auto-left\@l {
    margin-left: auto !important; }
  .uk-margin-auto-right\@l {
    margin-right: auto !important; } }

@media (min-width: 1600px) {
  .uk-margin-auto\@xl {
    margin-left: auto !important;
    margin-right: auto !important; }
  .uk-margin-auto-left\@xl {
    margin-left: auto !important; }
  .uk-margin-auto-right\@xl {
    margin-right: auto !important; } }

.uk-margin-remove {
  margin: 0 !important; }

.uk-margin-remove-top {
  margin-top: 0 !important; }

.uk-margin-remove-bottom {
  margin-bottom: 0 !important; }

.uk-margin-remove-left {
  margin-left: 0 !important; }

.uk-margin-remove-right {
  margin-right: 0 !important; }

.uk-margin-remove-vertical {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.uk-margin-remove-adjacent + *,
.uk-margin-remove-first-child > :first-child {
  margin-top: 0 !important; }

.uk-margin-remove-last-child > :last-child {
  margin-bottom: 0 !important; }

@media (min-width: 640px) {
  .uk-margin-remove-left\@s {
    margin-left: 0 !important; }
  .uk-margin-remove-right\@s {
    margin-right: 0 !important; } }

@media (min-width: 960px) {
  .uk-margin-remove-left\@m {
    margin-left: 0 !important; }
  .uk-margin-remove-right\@m {
    margin-right: 0 !important; } }

@media (min-width: 1200px) {
  .uk-margin-remove-left\@l {
    margin-left: 0 !important; }
  .uk-margin-remove-right\@l {
    margin-right: 0 !important; } }

@media (min-width: 1600px) {
  .uk-margin-remove-left\@xl {
    margin-left: 0 !important; }
  .uk-margin-remove-right\@xl {
    margin-right: 0 !important; } }

.uk-margin-negative {
  margin-bottom: -20px; }

* + .uk-margin-negative {
  margin-top: -20px !important; }

.uk-margin-top-negative {
  margin-top: -20px !important; }

.uk-margin-bottom-negative {
  margin-bottom: -20px !important; }

.uk-margin-left-negative {
  margin-left: -20px !important; }

.uk-margin-right-negative {
  margin-right: -20px !important; }

.uk-margin-small-negative {
  margin-bottom: -10px; }

* + .uk-margin-small-negative {
  margin-top: -10px !important; }

.uk-margin-small-top-negative {
  margin-top: -10px !important; }

.uk-margin-small-bottom-negative {
  margin-bottom: -10px !important; }

.uk-margin-small-left-negative {
  margin-left: -10px !important; }

.uk-margin-small-right-negative {
  margin-right: -10px !important; }

.uk-margin-medium-negative {
  margin-bottom: -40px; }

* + .uk-margin-medium-negative {
  margin-top: -40px !important; }

.uk-margin-medium-top-negative {
  margin-top: -40px !important; }

.uk-margin-medium-bottom-negative {
  margin-bottom: -40px !important; }

.uk-margin-medium-left-negative {
  margin-left: -40px !important; }

.uk-margin-medium-right-negative {
  margin-right: -40px !important; }

.uk-margin-large-negative {
  margin-bottom: -40px; }

* + .uk-margin-large-negative {
  margin-top: -40px !important; }

.uk-margin-large-top-negative {
  margin-top: -40px !important; }

.uk-margin-large-bottom-negative {
  margin-bottom: -40px !important; }

.uk-margin-large-left-negative {
  margin-left: -40px !important; }

.uk-margin-large-right-negative {
  margin-right: -40px !important; }

@media (min-width: 1200px) {
  .uk-margin-large-negative {
    margin-bottom: -70px; }
  * + .uk-margin-large-negative {
    margin-top: -70px !important; }
  .uk-margin-large-top-negative {
    margin-top: -70px !important; }
  .uk-margin-large-bottom-negative {
    margin-bottom: -70px !important; }
  .uk-margin-large-left-negative {
    margin-left: -70px !important; }
  .uk-margin-large-right-negative {
    margin-right: -70px !important; } }

.uk-margin-xlarge-negative {
  margin-bottom: -70px; }

* + .uk-margin-xlarge-negative {
  margin-top: -70px !important; }

.uk-margin-xlarge-top-negative {
  margin-top: -70px !important; }

.uk-margin-xlarge-bottom-negative {
  margin-bottom: -70px !important; }

.uk-margin-xlarge-left-negative {
  margin-left: -70px !important; }

.uk-margin-xlarge-right-negative {
  margin-right: -70px !important; }

@media (min-width: 1200px) {
  .uk-margin-xlarge-negative {
    margin-bottom: -140px; }
  * + .uk-margin-xlarge-negative {
    margin-top: -140px !important; }
  .uk-margin-xlarge-top-negative {
    margin-top: -140px !important; }
  .uk-margin-xlarge-bottom-negative {
    margin-bottom: -140px !important; }
  .uk-margin-xlarge-left-negative {
    margin-left: -140px !important; }
  .uk-margin-xlarge-right-negative {
    margin-right: -140px !important; } }

.uk-padding {
  padding: 30px; }

.uk-padding-horizontal {
  padding-left: 30px;
  padding-right: 30px; }

.uk-padding-vertical {
  padding-top: 30px;
  padding-bottom: 30px; }

@media (min-width: 1200px) {
  .uk-padding {
    padding: 40px; }
  .uk-padding-horizontal {
    padding-left: 40px;
    padding-right: 40px; }
  .uk-padding-vertical {
    padding-top: 40px;
    padding-bottom: 40px; } }

.uk-padding-small {
  padding: 15px; }

.uk-padding-horizontal-small {
  padding-left: 15px;
  padding-right: 15px; }

.uk-padding-vertical-small {
  padding-top: 15px;
  padding-bottom: 15px; }

.uk-padding-large {
  padding: 30px; }

.uk-padding-horizontal-large {
  padding-left: 30px;
  padding-right: 30px; }

.uk-padding-vertical-large {
  padding-top: 30px;
  padding-bottom: 30px; }

@media (min-width: 1200px) {
  .uk-padding-large {
    padding: 70px; }
  .uk-padding-horizontal-large {
    padding-left: 70px;
    padding-right: 70px; }
  .uk-padding-vertical-large {
    padding-top: 70px;
    padding-bottom: 70px; } }

.uk-padding-remove {
  padding: 0 !important; }

.uk-padding-remove-top {
  padding-top: 0 !important; }

.uk-padding-remove-bottom {
  padding-bottom: 0 !important; }

.uk-padding-remove-left {
  padding-left: 0 !important; }

.uk-padding-remove-right {
  padding-right: 0 !important; }

.uk-padding-remove-vertical {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.uk-padding-remove-horizontal {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.uk-padding-left-negative {
  margin-left: 30px; }

.uk-padding-right-negative {
  margin-right: 30px; }

.uk-padding-top-negative {
  margin-top: 30px; }

.uk-padding-bottom-negative {
  margin-bottom: 30px; }

@media (min-width: 1200px) {
  .uk-padding-left-negative {
    margin-left: 40px; }
  .uk-padding-right-negative {
    margin-right: 40px; }
  .uk-padding-top-negative {
    margin-top: 40px; }
  .uk-padding-bottom-negative {
    margin-bottom: 40px; } }

.uk-padding-left-small-negative {
  margin-left: 15px; }

.uk-padding-right-small-negative {
  margin-right: 150px; }

.uk-padding-top-small-negative {
  margin-top: 15px; }

.uk-padding-bottom-small-negative {
  margin-bottom: 15px; }

.uk-padding-left-large-negative {
  margin-left: 30px; }

.uk-padding-right-large-negative {
  margin-right: 30px; }

.uk-padding-top-large-negative {
  margin-top: 30px; }

.uk-padding-bottom-large-negative {
  margin-bottom: 30px; }

@media (min-width: 1200px) {
  .uk-padding-left-large-negative {
    margin-left: 70px; }
  .uk-padding-right-large-negative {
    margin-right: 70px; }
  .uk-padding-top-large-negative {
    margin-top: 70px; }
  .uk-padding-bottom-large-negative {
    margin-bottom: 70px; } }

[class*='uk-position-top'],
[class*='uk-position-bottom'],
[class*='uk-position-left'],
[class*='uk-position-right'],
[class*='uk-position-center'] {
  position: absolute !important; }

.uk-position-top {
  top: 0;
  left: 0;
  right: 0; }

.uk-position-bottom {
  bottom: 0;
  left: 0;
  right: 0; }

.uk-position-left {
  top: 0;
  bottom: 0;
  left: 0; }

.uk-position-right {
  top: 0;
  bottom: 0;
  right: 0; }

.uk-position-top-left {
  top: 0;
  left: 0; }

.uk-position-top-right {
  top: 0;
  right: 0; }

.uk-position-bottom-left {
  bottom: 0;
  left: 0; }

.uk-position-bottom-right {
  bottom: 0;
  right: 0; }

.uk-position-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

[class*='uk-position-center-left'],
[class*='uk-position-center-right'] {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.uk-position-center-left {
  left: 0; }

.uk-position-center-right {
  right: 0; }

.uk-position-center-left-out {
  right: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }

.uk-position-center-right-out {
  left: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }

.uk-position-top-center,
.uk-position-bottom-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.uk-position-top-center {
  top: 0; }

.uk-position-bottom-center {
  bottom: 0; }

.uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.uk-position-relative {
  position: relative !important; }

.uk-position-absolute {
  position: absolute !important; }

.uk-position-fixed {
  position: fixed !important; }

.uk-position-z-index {
  z-index: 1; }

.uk-position-small {
  max-width: calc(100% - (15px * 2));
  margin: 15px; }

.uk-position-small.uk-position-center {
  -webkit-transform: translate(-50%, -50%) translate(-15px, -15px);
  -ms-transform: translate(-50%, -50%) translate(-15px, -15px);
  transform: translate(-50%, -50%) translate(-15px, -15px); }

.uk-position-small[class*='uk-position-center-left'],
.uk-position-small[class*='uk-position-center-right'] {
  -webkit-transform: translateY(-50%) translateY(-15px);
  -ms-transform: translateY(-50%) translateY(-15px);
  transform: translateY(-50%) translateY(-15px); }

.uk-position-small.uk-position-top-center,
.uk-position-small.uk-position-bottom-center {
  -webkit-transform: translateX(-50%) translateX(-15px);
  -ms-transform: translateX(-50%) translateX(-15px);
  transform: translateX(-50%) translateX(-15px); }

.uk-position-medium {
  max-width: calc(100% - (30px * 2));
  margin: 30px; }

.uk-position-medium.uk-position-center {
  -webkit-transform: translate(-50%, -50%) translate(-30px, -30px);
  -ms-transform: translate(-50%, -50%) translate(-30px, -30px);
  transform: translate(-50%, -50%) translate(-30px, -30px); }

.uk-position-medium[class*='uk-position-center-left'],
.uk-position-medium[class*='uk-position-center-right'] {
  -webkit-transform: translateY(-50%) translateY(-30px);
  -ms-transform: translateY(-50%) translateY(-30px);
  transform: translateY(-50%) translateY(-30px); }

.uk-position-medium.uk-position-top-center,
.uk-position-medium.uk-position-bottom-center {
  -webkit-transform: translateX(-50%) translateX(-30px);
  -ms-transform: translateX(-50%) translateX(-30px);
  transform: translateX(-50%) translateX(-30px); }

.uk-position-large {
  max-width: calc(100% - (30px * 2));
  margin: 30px; }

.uk-position-large.uk-position-center {
  -webkit-transform: translate(-50%, -50%) translate(-30px, -30px);
  -ms-transform: translate(-50%, -50%) translate(-30px, -30px);
  transform: translate(-50%, -50%) translate(-30px, -30px); }

.uk-position-large[class*='uk-position-center-left'],
.uk-position-large[class*='uk-position-center-right'] {
  -webkit-transform: translateY(-50%) translateY(-30px);
  -ms-transform: translateY(-50%) translateY(-30px);
  transform: translateY(-50%) translateY(-30px); }

.uk-position-large.uk-position-top-center,
.uk-position-large.uk-position-bottom-center {
  -webkit-transform: translateX(-50%) translateX(-30px);
  -ms-transform: translateX(-50%) translateX(-30px);
  transform: translateX(-50%) translateX(-30px); }

@media (min-width: 1200px) {
  .uk-position-large {
    max-width: calc(100% - (50px * 2));
    margin: 50px; }
  .uk-position-large.uk-position-center {
    -webkit-transform: translate(-50%, -50%) translate(-50px, -50px);
    -ms-transform: translate(-50%, -50%) translate(-50px, -50px);
    transform: translate(-50%, -50%) translate(-50px, -50px); }
  .uk-position-large[class*='uk-position-center-left'],
  .uk-position-large[class*='uk-position-center-right'] {
    -webkit-transform: translateY(-50%) translateY(-50px);
    -ms-transform: translateY(-50%) translateY(-50px);
    transform: translateY(-50%) translateY(-50px); }
  .uk-position-large.uk-position-top-center,
  .uk-position-large.uk-position-bottom-center {
    -webkit-transform: translateX(-50%) translateX(-50px);
    -ms-transform: translateX(-50%) translateX(-50px);
    transform: translateX(-50%) translateX(-50px); } }

[hidden],
.uk-hidden {
  display: none !important; }

@media (min-width: 640px) {
  .uk-hidden\@s {
    display: none !important; } }

@media (min-width: 960px) {
  .uk-hidden\@m {
    display: none !important; } }

@media (min-width: 1200px) {
  .uk-hidden\@l {
    display: none !important; } }

@media (min-width: 1600px) {
  .uk-hidden\@xl {
    display: none !important; } }

@media (max-width: 639px) {
  .uk-visible\@s {
    display: none !important; } }

@media (max-width: 959px) {
  .uk-visible\@m {
    display: none !important; } }

@media (max-width: 1199px) {
  .uk-visible\@l {
    display: none !important; } }

@media (max-width: 1599px) {
  .uk-visible\@xl {
    display: none !important; } }

.uk-invisible {
  visibility: hidden !important; }

.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important; }

.uk-visible-toggle:not(:hover):not(:focus) .uk-invisible-hover:not(:focus-within) {
  opacity: 0 !important; }

.uk-visible-toggle {
  -webkit-tap-highlight-color: transparent; }

.uk-visible-toggle:focus {
  outline: none; }

@media (pointer: coarse) {
  .uk-hidden-touch {
    display: none !important; } }

.uk-hidden-notouch {
  display: none !important; }

@media (pointer: coarse) {
  .uk-hidden-notouch {
    display: block !important; } }

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

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

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

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

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

.uk-modal-dialog {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  width: 600px;
  max-width: calc(100% - 0.01px) !important;
  opacity: 0;
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform; }

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

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

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

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

.uk-modal-body {
  padding: 30px 30px; }

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

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

.uk-modal-body::before, .uk-modal-body::after, .uk-modal-header::before, .uk-modal-header::after, .uk-modal-footer::before, .uk-modal-footer::after {
  content: "";
  display: table; }

.uk-modal-body::after, .uk-modal-header::after, .uk-modal-footer::after {
  clear: both; }

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

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

[class*='uk-modal-close-']:first-child + * {
  margin-top: 0; }

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

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

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

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

.uk-lightbox {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

.uk-lightbox.uk-open {
  display: block;
  opacity: 1; }

.uk-lightbox-page {
  overflow: hidden; }

.uk-lightbox-items > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  will-change: transform, opacity; }

.uk-lightbox-items > * > * {
  max-width: 100vw;
  max-height: 100vh; }

.uk-lightbox-items > :focus {
  outline: none; }

.uk-lightbox-items > * > :not(iframe) {
  width: auto;
  height: auto; }

.uk-lightbox-items > .uk-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.uk-lightbox-toolbar {
  padding: 10px 10px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7); }

.uk-lightbox-toolbar > * {
  color: rgba(255, 255, 255, 0.7); }

.uk-lightbox-toolbar-icon {
  padding: 5px;
  color: rgba(255, 255, 255, 0.7); }

.uk-lightbox-toolbar-icon:hover {
  color: #fff; }

.uk-lightbox-button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.uk-lightbox-button:hover {
  color: #fff; }

.uk-lightbox-iframe {
  width: 80%;
  height: 80%; }

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

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

.uk-offcanvas-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -270px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 270px;
  padding: 20px 20px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

@media (min-width: 960px) {
  .uk-offcanvas-bar {
    left: -350px;
    width: 350px;
    padding: 40px 40px; } }

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

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

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

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

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

.uk-offcanvas-flip .uk-offcanvas-bar-animation {
  -webkit-transition-property: right;
  -o-transition-property: right;
  transition-property: right; }

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

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

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

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

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

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

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

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

.uk-offcanvas-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

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

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

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

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

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

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

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

.uk-nav li > a {
  display: block;
  text-decoration: none; }

.uk-nav li > a:focus {
  outline: none; }

.uk-nav-parent-icon > .uk-parent > a::after {
  content: "";
  float: right;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

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

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

.uk-nav-center.uk-nav-parent-icon > .uk-parent > a::after {
  position: absolute; }

.uk-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.uk-navbar-container > ::before, .uk-navbar-container > ::after {
  display: none !important; }

.uk-navbar-left, .uk-navbar-right, .uk-navbar-center, .uk-navbar-center-left > *, .uk-navbar-center-right > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

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

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

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

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

.uk-navbar-center-left {
  right: 100%; }

.uk-navbar-center-right {
  left: 100%; }

[class*='uk-navbar-center-'] {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.uk-navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none; }

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

.uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none; }

.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li > a.uk-open {
  outline: none; }

.uk-navbar-toggle:hover, .uk-navbar-toggle:focus, .uk-navbar-toggle.uk-open {
  outline: none;
  text-decoration: none; }

.uk-navbar-dropdown {
  display: none;
  position: absolute;
  z-index: 1020;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.uk-navbar-dropdown.uk-open {
  display: block; }

[class*='uk-navbar-dropdown-top'] {
  margin-top: -15px; }

[class*='uk-navbar-dropdown-bottom'] {
  margin-top: 15px; }

[class*='uk-navbar-dropdown-left'] {
  margin-left: -15px; }

[class*='uk-navbar-dropdown-right'] {
  margin-left: 15px; }

.uk-navbar-dropdown-grid {
  margin-left: -50px; }

.uk-navbar-dropdown-grid > * {
  padding-left: 50px; }

.uk-navbar-dropdown-grid > .uk-grid-margin {
  margin-top: 50px; }

.uk-navbar-dropdown-stack .uk-navbar-dropdown-grid > * {
  width: 100% !important; }

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

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

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

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

.uk-navbar-dropdown-dropbar {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.uk-navbar-dropbar-slide {
  position: absolute;
  z-index: 980; }

.uk-navbar-dropdown-grid > * {
  position: relative; }

.uk-navbar-dropdown-grid > :not(.uk-first-column)::before {
  content: "";
  position: absolute; }

.uk-navbar-dropdown-grid.uk-grid-stack > .uk-grid-margin::before {
  content: "";
  position: absolute; }

.uk-subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none; }

.uk-subnav > * {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  position: relative; }

.uk-subnav > * > :first-child {
  display: block;
  -webkit-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  -webkit-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  transition-property: color, background-color; }

.uk-subnav > * > a:hover, .uk-subnav > * > a:focus {
  text-decoration: none;
  outline: none; }

.uk-subnav > .uk-active > a {
  color: #333; }

.uk-subnav-divider > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
  content: ""; }

.uk-subnav-pill > * > :first-child {
  background: transparent; }

.uk-button {
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none; }

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

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

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

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

.uk-button-text {
  padding: 0;
  background: none;
  position: relative; }

.uk-button-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  -webkit-transition: right 0.3s ease-out;
  -o-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out; }

.uk-button-text:hover::before, .uk-button-text:focus::before {
  right: 0; }

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

.uk-button-link {
  padding: 0;
  background: none; }

.uk-button-link:disabled {
  text-decoration: none; }

.uk-button-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  position: relative; }

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

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

.uk-close:hover, .uk-close:focus {
  outline: none; }

.uk-marker:hover, .uk-marker:focus {
  outline: none; }

.uk-totop:hover, .uk-totop:focus {
  outline: none; }

.uk-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none; }

.uk-breadcrumb > * {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.uk-breadcrumb > * > * {
  display: inline-block; }

.uk-breadcrumb > * > :hover, .uk-breadcrumb > * > :focus {
  text-decoration: none; }

.uk-breadcrumb > :last-child > * {
  color: #666; }

.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  display: inline-block; }

.uk-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none; }

.uk-pagination > * {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  position: relative; }

.uk-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  position: relative; }

.uk-tab::before {
  content: "";
  position: absolute; }

.uk-tab > * {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  position: relative; }

.uk-tab > * > a {
  display: block;
  text-align: center; }

.uk-tab > * > a:hover, .uk-tab > * > a:focus {
  text-decoration: none; }

.uk-slidenav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.uk-slidenav {
  -webkit-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out; }

.uk-slidenav:hover, .uk-slidenav:focus {
  outline: none; }

.uk-slidenav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.uk-dotnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none; }

.uk-dotnav > * {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.uk-dotnav > * > * {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transition-property: background-color, border-color;
  -o-transition-property: background-color, border-color;
  transition-property: background-color, border-color; }

.uk-dotnav > * > :hover, .uk-dotnav > * > :focus {
  outline: none; }

.uk-dotnav-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 0; }

.uk-dotnav-vertical > * {
  padding-left: 0; }

.uk-thumbnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none; }

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

.uk-thumbnav > * > *::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: background-color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out; }

.uk-thumbnav > * > :hover, .uk-thumbnav > * > :focus {
  outline: none; }

.uk-thumbnav > * > :hover::after, .uk-thumbnav > * > :focus::after {
  background-color: transparent; }

.uk-thumbnav > .uk-active > *::after {
  background-color: transparent; }

.uk-thumbnav-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 0; }

.uk-thumbnav-vertical > * {
  padding-left: 0; }

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

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

.uk-accordion-title {
  display: block;
  overflow: hidden; }

.uk-accordion-title::before {
  content: "";
  float: right; }

.uk-accordion-content::before, .uk-accordion-content::after {
  content: "";
  display: table; }

.uk-accordion-content::after {
  clear: both; }

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

.uk-drop {
  display: none;
  position: absolute;
  z-index: 1020;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

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

.uk-dropdown {
  display: none;
  position: absolute;
  z-index: 1020;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.uk-dropdown.uk-open {
  display: block; }

.uk-dropdown-nav {
  white-space: nowrap; }

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

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

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

.uk-slideshow-items > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  will-change: transform, opacity;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.uk-slideshow-items > :focus {
  outline: none; }

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

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

.uk-slider-container {
  overflow: hidden; }

.uk-slider-items {
  will-change: transform;
  position: relative; }

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

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

.uk-slider-items > * {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  position: relative;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.uk-slider-items > :focus {
  outline: none; }

.uk-sticky-fixed {
  z-index: 980;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.uk-sticky[class*='uk-animation-'] {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s; }

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

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

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

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

.uk-iconnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none; }

.uk-iconnav > * > a {
  display: block; }

.uk-iconnav > * > a:hover, .uk-iconnav > * > a:focus {
  outline: none; }

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

.uk-iconnav-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 0; }

.uk-iconnav-vertical > * {
  padding-left: 0; }

.uk-text-100 {
  font-weight: 100; }

.uk-text-200 {
  font-weight: 200; }

.uk-text-light, .uk-text-300 {
  font-weight: 300; }

.uk-text-normal, .uk-text-400 {
  font-weight: 400; }

.uk-text-bold, .uk-text-700 {
  font-weight: 700; }

.uk-text-900 {
  font-weight: 900; }

.uk-text-lighter {
  font-weight: lighter; }

.uk-text-bolder {
  font-weight: bolder; }

.uk-text-italic {
  font-style: italic; }

.uk-text-capitalize {
  text-transform: capitalize !important; }

.uk-text-uppercase {
  text-transform: uppercase !important; }

.uk-text-lowercase {
  text-transform: lowercase !important; }

.uk-text-left {
  text-align: left !important; }

.uk-text-right {
  text-align: right !important; }

.uk-text-center {
  text-align: center !important; }

.uk-text-justify {
  text-align: justify !important; }

@media (min-width: 640px) {
  .uk-text-left\@s {
    text-align: left !important; }
  .uk-text-right\@s {
    text-align: right !important; }
  .uk-text-center\@s {
    text-align: center !important; } }

@media (min-width: 960px) {
  .uk-text-left\@m {
    text-align: left !important; }
  .uk-text-right\@m {
    text-align: right !important; }
  .uk-text-center\@m {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .uk-text-left\@l {
    text-align: left !important; }
  .uk-text-right\@l {
    text-align: right !important; }
  .uk-text-center\@l {
    text-align: center !important; } }

@media (min-width: 1600px) {
  .uk-text-left\@xl {
    text-align: left !important; }
  .uk-text-right\@xl {
    text-align: right !important; }
  .uk-text-center\@xl {
    text-align: center !important; } }

@media (max-width: 639px) {
  .uk-text-left\@sr {
    text-align: left !important; }
  .uk-text-right\@sr {
    text-align: right !important; }
  .uk-text-center\@sr {
    text-align: center !important; } }

@media (max-width: 959px) {
  .uk-text-left\@mr {
    text-align: left !important; }
  .uk-text-right\@mr {
    text-align: right !important; }
  .uk-text-center\@mr {
    text-align: center !important; } }

@media (max-width: 1199px) {
  .uk-text-left\@lr {
    text-align: left !important; }
  .uk-text-right\@lr {
    text-align: right !important; }
  .uk-text-center\@lr {
    text-align: center !important; } }

@media (max-width: 1599px) {
  .uk-text-left\@xlr {
    text-align: left !important; }
  .uk-text-right\@xlr {
    text-align: right !important; }
  .uk-text-center\@xlr {
    text-align: center !important; } }

.uk-text-top {
  vertical-align: top !important; }

.uk-text-middle {
  vertical-align: middle !important; }

.uk-text-bottom {
  vertical-align: bottom !important; }

.uk-text-baseline {
  vertical-align: baseline !important; }

.uk-text-nowrap {
  white-space: nowrap; }

.uk-text-truncate {
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

th.uk-text-truncate, td.uk-text-truncate {
  max-width: 0; }

.uk-text-break {
  overflow-wrap: break-word;
  word-wrap: break-word; }

th.uk-text-break, td.uk-text-break {
  word-break: break-all; }

.uk-dropcap::first-letter, .uk-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-dropcap::first-letter, .uk-dropcap > p:first-of-type::first-letter {
    margin-top: 1.1%; } }

@supports (-ms-ime-align: auto) {
  .uk-dropcap > p:first-of-type::first-letter {
    font-size: 1em; } }

body {
  margin: 0; }

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

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

b, strong {
  font-weight: bolder; }

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

em {
  color: #f0506e; }

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

mark {
  background: #ffd;
  color: #666; }

q {
  font-style: italic; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

canvas, img, video {
  max-width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@supports (display: block) {
  svg {
    max-width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }

svg:not(:root) {
  overflow: hidden; }

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

iframe {
  border: 0; }

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

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

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

ul > li > ul, ul > li > ol, ol > li > ol, ol > li > ul {
  margin: 0; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

hr, .uk-hr {
  overflow: visible;
  text-align: inherit;
  margin: 0 0 20px 0;
  border: 0; }

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

address {
  font-style: normal; }

blockquote {
  margin: 0 0 20px 0; }

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

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

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

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

details, main {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

.uk-breakpoint-s::before {
  content: '640px'; }

.uk-breakpoint-m::before {
  content: '960px'; }

.uk-breakpoint-l::before {
  content: '1200px'; }

.uk-breakpoint-xl::before {
  content: '1600px'; }

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

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

.uk-comment-header {
  margin-bottom: 20px; }

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

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

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

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

.uk-comment-primary {
  padding: 30px; }

.uk-card-badge {
  top: 30px;
  right: 30px; }

.uk-card-body {
  padding: 30px 30px; }

.uk-card-header {
  padding: 15px 30px; }

.uk-card-footer {
  padding: 15px 30px; }

@media (min-width: 1200px) {
  .uk-card-body {
    padding: 40px 40px; }
  .uk-card-header {
    padding: 20px 40px; }
  .uk-card-footer {
    padding: 20px 40px; } }

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

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

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

@media (min-width: 1200px) {
  .uk-card-large.uk-card-body, .uk-card-large .uk-card-body {
    padding: 70px 70px; }
  .uk-card-large .uk-card-header {
    padding: 35px 70px; }
  .uk-card-large .uk-card-footer {
    padding: 35px 70px; } }

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

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

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

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

@media (min-width: 1200px) {
  .uk-card-body > .uk-nav-default {
    margin-left: -40px;
    margin-right: -40px; }
  .uk-card-body > .uk-nav-default:only-child {
    margin-top: -25px;
    margin-bottom: -25px; }
  .uk-card-body .uk-nav-default > li > a, .uk-card-body .uk-nav-default .uk-nav-header, .uk-card-body .uk-nav-default .uk-nav-divider {
    padding-left: 40px;
    padding-right: 40px; }
  .uk-card-body .uk-nav-default .uk-nav-sub {
    padding-left: 55px; } }

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

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

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

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

@media (min-width: 1200px) {
  .uk-card-large > .uk-nav-default {
    margin: 0; }
  .uk-card-large > .uk-nav-default:only-child {
    margin: 0; }
  .uk-card-large .uk-nav-default > li > a, .uk-card-large .uk-nav-default .uk-nav-header, .uk-card-large .uk-nav-default .uk-nav-divider {
    padding-left: 0;
    padding-right: 0; }
  .uk-card-large .uk-nav-default .uk-nav-sub {
    padding-left: 15px; } }

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

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

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

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

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

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

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

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

.uk-tile {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 40px;
  padding-bottom: 40px; }

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

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

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

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

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

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

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

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

[class*='uk-dropdown-top'] {
  margin-top: -10px; }

[class*='uk-dropdown-bottom'] {
  margin-top: 10px; }

[class*='uk-dropdown-left'] {
  margin-left: -10px; }

[class*='uk-dropdown-right'] {
  margin-left: 10px; }

.uk-drop {
  width: 300px; }

[class*='uk-drop-top'] {
  margin-top: -20px; }

[class*='uk-drop-bottom'] {
  margin-top: 20px; }

[class*='uk-drop-left'] {
  margin-left: -20px; }

[class*='uk-drop-right'] {
  margin-left: 20px; }

body {
  background-image: url("../img/bbg.jpg");
  background-attachment: fixed;
  background-position: top center; }

header.header {
  background: #fff; }

header.header {
  -webkit-box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16); }

header.header .subnav-wrap ul.uk-tab a {
  color: #000;
  text-transform: none;
  font-size: 1rem; }

header.header .up-nav ul.uk-subnav a {
  text-transform: none;
  font-size: 1rem; }

header.header .slogan {
  margin-top: 5px;
  font-size: 0.875rem; }

header.header .uk-navbar-container:not(.uk-navbar-transparent) {
  background-color: #fff; }

header.header .logo img {
  height: auto;
  width: 166px; }

header.header .up-nav .uk-subnav {
  background-color: rgb(113,41,94);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 2px 10px;
  border-radius: 50px; }

header.header .up-nav .uk-subnav > * {
  padding-left: 0; }

header.header .nav-wrap {
  padding-top: 30px; }

header.header .phone-panel .phone {
  font-weight: 100; }

header.header .phone-panel .phone a {
  color: #000;
  font-size: 1.8rem; }
  
header.header .mail-panel .mail {
  font-weight: 300; }

header.header .mail-panel .mail a {
  color: #000; }
  
header.header .phone-panel + .mail-panel {margin-top: 13px !important;}

header.header .phone-panel .free {
  font-size: 0.875rem;
  top: -0.8em;
  display: inline-block;
  margin-left: 5px;
  font-weight: 900;
  color: rgb(113,41,94);
  text-transform: uppercase;
  font-family: "Roboto Condensed", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

header.header .uni-nav .phone-panel .phone a {
  color: #fff; }

header.header .uni-nav .phone-panel .free {
  color: rgba(255, 255, 255, 0.7); }

.logic-switch li.uk-active a::before {
  content: ' ';
  margin-right: 5px;
  width: 10px;
  height: 10px;
  background-color: rgb(113,41,94);
  border-radius: 50%;
  display: inline-block; }

header.header .uni-nav {
  background: rgba(113, 41, 94, 0.8);
  height: 0;
  position: absolute;
  width: 100%;
  visibility: hidden; }

header.header .uni-nav.uk-active {
  height: 60px;
  visibility: visible; }

header.header .uni-nav .logo img {
  height: 36px;
  width: auto; }

header.header .uni-nav .uk-navbar-container {
  background: none; }

header.header .uni-nav .uk-navbar-nav > li > a, header.header .uni-nav .uk-navbar-item, header.header .uni-nav .uk-navbar-toggle {
  min-height: 60px; }

header.header .uni-nav-mob {
  background: rgba(133, 1, 76, 0.8);
  height: 60px;
  top: 0px;
  position: fixed;
  width: 100%; }

header.header .uni-nav-mob .logo img {
  height: 36px;
  width: auto; }

header.header .uni-nav-mob .uk-navbar-container {
  background: none; }

header.header .uni-nav-mob .uk-navbar-nav > li > a, header.header .uni-nav-mob .uk-navbar-item, header.header .uni-nav-mob .uk-navbar-toggle {
  min-height: 60px; }

.uk-offcanvas-bar .free {
  left: -4px; }

@media (max-width: 1199px) {
  header.header {
    position: fixed;
    top: 0;
    z-index: 900;
    width: 100%; }
  main {
    padding-top: 100px; } }

@media (max-width: 1199px) {
  .uk-subnav.uk-subnav-pill {
    display: block; }
  .uk-subnav.uk-subnav-pill li {
    display: block; }
  .uk-offcanvas-bar .uk-subnav.uk-subnav-pill, .uk-offcanvas-bar .uk-subnav.uk-subnav-pill li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .uk-offcanvas-bar .uk-subnav {
    margin-left: -2px; }
  .uk-offcanvas-bar .uk-subnav > * {
    padding-left: 5px; }
  .uk-offcanvas-bar .uk-subnav > * > :first-child {
    text-transform: none; } }

.contacts-pin p, .contacts-pin p span {
  font-size: inherit !important; }

.top-fix {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 900; }

.page-home main > *:first-child, .page-home-en main > *:first-child, .page-home-cosm main > *:first-child, .page-home-cosm-en main > *:first-child {
  margin-top: -30px; }

#marker-10162 + div, #marker-2673 + div, #marker-10174 + div, #marker-10186 + div {
  margin-top: -92px !important; }

#marker-10352 {
  margin-top: 100px !important; }

#marker-10352 h2 {
  margin-bottom: 0 !important;
  margin-top: 60px; }

.contacts-cols .c1 .inset ul li {
  font-size: 1.4rem; }

.contacts-cols .uk-accordion > :nth-child(n+2) {
  margin-top: 70px; }

.date-holder {
  font-family: "Roboto Condensed", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  color: #333; }

.date-holder i {
  color: rgb(113,41,94);
  margin-right: 10px;
  font-size: 30px;
  width: 26.5px;
  text-align: center; }

.date-heading {
  font-family: "Roboto Condensed", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  color: #333; }

.date-heading i {
  color: rgb(113,41,94);
  margin-right: 10px;
  font-size: 30px; }

.comment-fix > *:last-child {
  margin-bottom: -10px; }

.webinar {
  color: #67023C;
  font-size: 16px;
  margin-right: 5px; }

.uk-active .webinar {
  color: #fff; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ico-list li {
  position: relative;
  padding-left: 46px; }

.ico-list li span {
  position: absolute;
  top: 14px;
  left: 0;
  font-size: 24px;
  color: #A5015E; }

.features {
  font-weight: 300;
  font-size: 18px;
  color: #333; }

.features span {
  font-size: 48px;
  color: #67023C;
  margin-bottom: -20px;
  text-align: center;
  display: block; }

.features .inset {
  border: 8px solid #fff;
  border-radius: 100%;
  width: 180px;
  height: 180px;
  -webkit-box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16); }

.uk-light .features, .theme-dark .features {
  color: #fff; }

.uk-light .features span, .theme-dark .features span {
  color: #fff; }

.history-pan li {
  min-height: 400px; }

@media (min-width: 1200px) {
  .page-pub-root .title-wrap {
    margin-bottom: 70px !important; } }

.marker-box {
  margin-top: -20px !important;
  margin-bottom: -20px !important; }

.subscribe-home .sico {
  font-size: 48px; }

.devices h2, .service h2 {
  font-size: 1.6rem; }

.serv-nav span {
  background-color: rgb(113,41,94);
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 32px;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center; }

li.uk-active.bul-nav a::after {
  content: ' ';
  margin-left: 5px;
  width: 10px;
  height: 10px;
  background-color: rgb(113,41,94);
  border-radius: 50%;
  display: inline-block; }

.uk-offcanvas-bar .uk-accordion-title {
  padding-left: 10px; }

.uk-offcanvas-bar .uk-accordion-content {
  padding-left: 15px; }

.filter i {
  color: #fff; }

.uk-text-muted {
  color: #999 !important; }

.uk-text-emphasis {
  color: #333 !important; }

.uk-text-primary {
  color: #1e87f0 !important; }

.uk-text-secondary {
  color: #222 !important; }

.uk-alert {
  background: #f8f8f8;
  color: #666; }

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

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

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

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

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

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

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

.uk-notification-message {
  background: #f8f8f8;
  color: #666; }

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

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

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

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

html {
  font-family: "Roboto", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  color: #666; }

::-moz-selection {
  background: #39f;
  color: #fff;
  text-shadow: none; }

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

a, .uk-link {
  color: rgb(113,41,94);
  text-decoration: none;
  cursor: pointer; }

.uk-section-muted a {
  color: #352D57; }

a:hover, .uk-link:hover, .uk-link-toggle:hover .uk-link, .uk-link-toggle:focus .uk-link {
  color: #67023C;
  text-decoration: underline; }

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

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

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

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

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

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

.uk-link-toggle:focus {
  outline: none; }

.uk-text-lead {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 100 !important; }

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

.uk-text-meta a {
  color: #333; }

.uk-text-meta a:hover {
  color: #352D57;
  text-decoration: none; }

.uk-text-small {
  font-size: 0.875rem;
  line-height: 1.5; }

.uk-text-large {
  font-size: 1.4rem;
  line-height: 1.4; }

.uk-text-muted {
  color: #999 !important; }

.uk-text-emphasis {
  color: #000 !important; }

.uk-text-primary {
  color: rgb(113,41,94) !important; }

.uk-text-secondary {
  color: #222 !important; }

.uk-text-background {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  color: #1e87f0 !important; }

@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #1e87f0; } }

h1, .uk-h1, h2, .uk-h2, h3, .uk-h3, h4, .uk-h4, h5, .uk-h5, h6, .uk-h6, .uk-heading-small, .uk-heading-medium, .uk-heading-large, .uk-heading-xlarge, .uk-heading-2xlarge {
  margin: 0 0 20px 0;
  font-weight: normal;
  color: #333;
  text-transform: none; }

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

h1 + h2, h2 + h3, h3 + h4, h4 + h5, h5 + h6,
h1 + .uk-h2, h2 + .uk-h3, h3 + .uk-h4, h4 + .uk-h5, h5 + .uk-h6,
.uk-h1 + h2, .uk-h2 + h3, .uk-h3 + h4, .uk-h4 + h5, .uk-h5 + h6,
.uk-h1 + .uk-h2, .uk-h2 + .uk-h3, .uk-h3 + .uk-h4, .uk-h4 + .uk-h5, .uk-h5 + .uk-h6 {
  margin-top: 0; }

h1, .uk-h1 {
  font-family: "Roboto", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 300;
  color: rgb(113,41,94);
  letter-spacing: -0.2px; }

h3, .uk-h3 {
  font-family: "Roboto", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 300;
  color: rgb(113,41,94); }

h2, .uk-h2 {
  font-family: "Roboto", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 300;
  color: #67023C;
}

h4, .uk-h4 {
  font-size: 1.2rem;
  line-height: 1.4; }

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

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

@media (min-width: 1200px) {
  h1, .uk-h1 {
    font-size: 3.8rem;
    line-height: 1.2; }
  h3, .uk-h3 {
    font-size: 2rem;
    line-height: 1.2; }
  h2, .uk-h2 {
    font-size: 1.6rem;
    line-height: 1.4; }
  h4, .uk-h4 {
    font-size: 1.25rem;
    line-height: 1.4; }
  .uk-text-lead {
    font-size: 2.2rem; }
  .uk-text-large {
    font-size: 1.5rem;
    line-height: 1.4; } }

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

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

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

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

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

@media (min-width: 960px) {
  .uk-heading-small {
    font-size: 3.25rem; }
  .uk-heading-medium {
    font-size: 3.5rem; }
  .uk-heading-large {
    font-size: 4rem; }
  .uk-heading-xlarge {
    font-size: 6rem; }
  .uk-heading-2xlarge {
    font-size: 8rem; } }

@media (min-width: 1200px) {
  .uk-heading-medium {
    font-size: 4rem; }
  .uk-heading-large {
    font-size: 6rem; }
  .uk-heading-xlarge {
    font-size: 8rem; }
  .uk-heading-2xlarge {
    font-size: 11rem; } }

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

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

.uk-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-heading-line {
  overflow: hidden; }

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

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

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

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

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

a.uk-link-heading:hover, .uk-link-heading a:hover, .uk-link-toggle:hover .uk-link-heading, .uk-link-toggle:focus .uk-link-heading {
  color: #ed145b;
  text-decoration: none; }

hr, .uk-hr {
  border-top: 1px solid #e5e5e5; }

[class*='uk-divider'] {
  border: none;
  margin-bottom: 20px; }

* + [class*='uk-divider'] {
  margin-top: 20px; }

.uk-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-divider-icon::before, .uk-divider-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  max-width: calc(50% - (50px / 2));
  border-bottom: 1px solid #e5e5e5; }

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

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

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

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

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

blockquote {
  font-size: 1.25rem;
  line-height: 1.5;
  font-style: normal;
  color: #333;
  border-left: 1px #e5e5e5 solid;
  padding: 20px 0 20px 40px;
  margin-left: 40px; }

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

blockquote footer::before {
  content: "— "; }

.uk-light blockquote, .theme-dark blockquote {
  border-color: #fff; }

.uk-modal-body blockquote {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

@media (max-width: 1199px) {
  blockquote {
    margin-left: 0;
    font-size: 1.1rem;
    padding-left: 15px; } }

.uk-list, .typo ul {
  padding: 0;
  list-style: none; }

.uk-list > li::before, .typo ul > li::before, .uk-list > li::after, .typo ul > li::after {
  content: "";
  display: table; }

.uk-list > li::after, .typo ul > li::after {
  clear: both; }

.uk-list > li > :last-child, .typo ul > li > :last-child {
  margin-bottom: 0; }

.uk-list ul, .typo ul ul {
  margin: 0;
  padding-left: 30px;
  list-style: none; }

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

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

.uk-list-striped > li {
  padding: 10px 10px; }

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

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

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

.uk-list-bullet > li, .typo ul > li {
  position: relative;
  padding-left: calc(1.5em + 10px); }

.uk-list-bullet > li::before, .typo ul > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  height: 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%;
  display: block; }

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

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

.uk-list-large.uk-list-striped > li {
  padding: 20px 10px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 959px) {
  .uk-table-responsive, .uk-table-responsive tbody, .uk-table-responsive th, .uk-table-responsive td, .uk-table-responsive tr {
    display: block; }
  .uk-table-responsive thead {
    display: none; }
  .uk-table-responsive th, .uk-table-responsive td {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow: visible !important;
    white-space: normal !important; }
  .uk-table-responsive th:not(:first-child):not(.uk-table-link), .uk-table-responsive td:not(:first-child):not(.uk-table-link), .uk-table-responsive .uk-table-link:not(:first-child) > a {
    padding-top: 5px !important; }
  .uk-table-responsive th:not(:last-child):not(.uk-table-link), .uk-table-responsive td:not(:last-child):not(.uk-table-link), .uk-table-responsive .uk-table-link:not(:last-child) > a {
    padding-bottom: 5px !important; }
  .uk-table-justify.uk-table-responsive th, .uk-table-justify.uk-table-responsive td {
    padding-left: 0;
    padding-right: 0; } }

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

[class*='align'] {
  display: block;
  margin-bottom: 30px; }

* + [class*='align'] {
  margin-top: 30px; }

.align_center {
  margin-left: auto;
  margin-right: auto; }

.align_left {
  margin-top: 0;
  margin-right: 30px;
  float: left; }

.align_right {
  margin-top: 0;
  margin-left: 30px;
  float: right; }

@media (min-width: 640px) {
  .align_left\@s {
    margin-top: 0;
    margin-right: 30px;
    float: left; }
  .align_right\@s {
    margin-top: 0;
    margin-left: 30px;
    float: right; } }

@media (min-width: 960px) {
  .align_left\@m {
    margin-top: 0;
    margin-right: 30px;
    float: left; }
  .align_right\@m {
    margin-top: 0;
    margin-left: 30px;
    float: right; } }

@media (min-width: 1200px) {
  .align_left\@l {
    margin-top: 0;
    float: left; }
  .align_right\@l {
    margin-top: 0;
    float: right; }
  .align_left, .align_left\@s, .align_left\@m, .align_left\@l {
    margin-right: 40px; }
  .align_right, .align_right\@s, .align_right\@m, .align_right\@l {
    margin-left: 40px; } }

@media (min-width: 1600px) {
  .align_left\@xl {
    margin-top: 0;
    margin-right: 40px;
    float: left; }
  .align_right\@xl {
    margin-top: 0;
    margin-left: 40px;
    float: right; } }

.uk-navbar-container:not(.uk-navbar-transparent) {
  background: #ebe9e8; }

.uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle {
  min-height: 80px;
  padding: 0 15px;
  font-size: 0.875rem;
  font-family: "Roboto", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

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

.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li > a.uk-open {
  color: #666; }

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

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

.uk-navbar-item {
  color: #666; }

.uk-navbar-toggle {
  color: #999; }

.uk-navbar-toggle:hover, .uk-navbar-toggle:focus, .uk-navbar-toggle.uk-open {
  color: #666; }

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

.uk-navbar-dropdown {
  width: 200px;
  padding: 25px;
  background: #fff;
  color: #666;
  -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15); }

.uk-navbar-dropdown.uk-open {
  display: block; }

[class*='uk-navbar-dropdown-top'] {
  margin-top: -15px; }

[class*='uk-navbar-dropdown-bottom'] {
  margin-top: 15px; }

[class*='uk-navbar-dropdown-left'] {
  margin-left: -15px; }

[class*='uk-navbar-dropdown-right'] {
  margin-left: 15px; }

.uk-navbar-dropdown-grid {
  margin-left: -50px; }

.uk-navbar-dropdown-grid > * {
  padding-left: 50px; }

.uk-navbar-dropdown-grid > .uk-grid-margin {
  margin-top: 50px; }

.uk-navbar-dropdown-stack .uk-navbar-dropdown-grid > * {
  width: 100% !important; }

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

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

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

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

.uk-navbar-dropdown-dropbar {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

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

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

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

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

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

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

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

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

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

.uk-navbar-dropbar {
  background: #fff; }

.uk-navbar-dropbar-slide {
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.05); }

.uk-navbar-container > .uk-container .uk-navbar-left {
  margin-left: -15px;
  margin-right: -15px; }

.uk-navbar-container > .uk-container .uk-navbar-right {
  margin-right: -15px; }

.uk-navbar-dropdown-grid > :not(.uk-first-column)::before {
  top: 0;
  bottom: 0;
  left: 25px;
  border-left: 1px solid #e5e5e5; }

.uk-navbar-dropdown-grid.uk-grid-stack > .uk-grid-margin::before {
  top: -25px;
  left: 50px;
  right: 0;
  border-top: 1px solid #e5e5e5; }

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

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

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

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

.uk-nav-parent-icon > .uk-parent > a::after {
  width: 1.5em;
  height: 1.5em;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E"); }

.uk-nav-parent-icon > .uk-parent.uk-open > a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E"); }

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

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

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

.uk-nav-default {
  font-size: 0.875rem; }

.uk-nav-default > li > a {
  color: #999;
  text-transform: uppercase; }

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

.uk-nav-default > li.uk-active > a {
  color: #352D57; }

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

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

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

.uk-nav-default .uk-nav-sub a:hover, .uk-nav-default .uk-nav-sub a:focus {
  color: #666; }

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

.uk-nav-primary > li > a {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #999; }

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

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

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

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

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

.uk-nav-primary .uk-nav-sub a:hover, .uk-nav-primary .uk-nav-sub a:focus {
  color: #666; }

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

.uk-subnav {
  margin-left: -20px;
  padding: 0; }

.uk-subnav > * {
  padding-left: 20px; }

.uk-subnav > * > :first-child {
  color: #999;
  font-size: 0.875rem;
  text-transform: uppercase; }

.uk-subnav > * > a:hover, .uk-subnav > * > a:focus {
  color: #666; }

.uk-subnav > .uk-active > a {
  color: rgb(113,41,94); }

.uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
  height: 1.5em;
  margin-left: 0px;
  margin-right: 20px;
  border-left: 1px solid #e5e5e5; }

.uk-subnav-pill > * > :first-child {
  padding: 5px 10px;
  border-radius: 20px;
  color: #999; }

.uk-subnav-pill > * > a:hover, .uk-subnav-pill > * > a:focus {
  background-color: #f8f8f8;
  color: #666; }

.uk-subnav-pill > * > a:active {
  background-color: #f8f8f8;
  color: #666; }

.uk-subnav-pill > .uk-active > a {
  background-color: rgb(113,41,94);
  color: #fff; }

.uk-subnav > .uk-disabled > a {
  color: #999; }

.uk-breadcrumb {
  padding: 0;
  font-size: 0.875rem; }

.uk-breadcrumb > * > * {
  font-size: 0.875rem;
  color: #999; }

.uk-breadcrumb > * > :hover, .uk-breadcrumb > * > :focus {
  color: #666; }

.uk-breadcrumb > :last-child > * {
  color: #666; }

.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  content: "/";
  margin: 0 20px;
  color: #999; }

@media (max-width: 1199px) {
  .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
    margin: 0 10px; } }

.uk-pagination {
  margin-left: -20px;
  padding: 0; }

.uk-pagination > * {
  padding-left: 20px; }

.uk-pagination > * > * {
  display: block;
  color: #999;
  -webkit-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out; }

.uk-pagination > * > :hover, .uk-pagination > * > :focus {
  color: #666;
  text-decoration: none; }

.uk-pagination > .uk-active > * {
  color: #666; }

.uk-pagination > .uk-disabled > * {
  color: #999; }

.uk-slidenav {
  padding: 5px 10px;
  color: rgba(102, 102, 102, 0.5);
  -webkit-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out; }

.uk-slidenav:hover, .uk-slidenav:focus {
  color: rgba(102, 102, 102, 0.9);
  outline: none; }

.uk-slidenav:active {
  color: rgba(102, 102, 102, 0.5); }

.uk-slidenav-large {
  padding: 10px 10px; }

.uk-dotnav {
  margin-left: -12px; }

.uk-dotnav > * {
  padding-left: 12px; }

.uk-dotnav > * > * {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #999; }

.uk-dotnav > * > :hover, .uk-dotnav > * > :focus {
  border-color: rgb(113,41,94); }

.uk-dotnav > * > :active {
  border-color: rgb(113,41,94); }

.uk-dotnav > .uk-active > * {
  border-color: rgb(113,41,94); }

.uk-dotnav-vertical {
  margin-top: -12px; }

.uk-dotnav-vertical > * {
  padding-top: 12px; }

.uk-thumbnav {
  margin-left: -15px; }

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

.uk-thumbnav > * > *::after {
  background: rgba(255, 255, 255, 0.4); }

.uk-thumbnav-vertical {
  margin-top: -15px; }

.uk-thumbnav-vertical > * {
  padding-top: 15px; }

.uk-accordion-title {
  font-size: 1.25rem;
  line-height: 1.4;
  border-left: 3px solid rgb(113,41,94);
  color: #333; }

@media (max-width: 1199px) {
  .uk-accordion-title {
    font-size: 1.1rem; } }

.uk-accordion-title::before {
  width: 1.4em;
  height: 1.4em;
  margin-left: 10px;
  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-open > .uk-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-accordion-title:hover, .uk-accordion-title:focus {
  color: #666;
  text-decoration: none;
  outline: none; }

.uk-accordion-content {
  margin-top: 20px; }

.uk-tab {
  margin-left: -20px;
  padding: 0; }

.uk-tab::before {
  content: "";
  position: absolute; }

.uk-tab > * {
  padding-left: 20px; }

.uk-tab > * > a {
  padding: 5px 10px;
  color: #999;
  border-bottom: 3px solid transparent;
  font-size: 0.875rem;
  text-transform: uppercase;
  -webkit-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out; }

.uk-tab > * > a:hover, .uk-tab > * > a:focus {
  color: #666; }

.uk-tab > .uk-active > a {
  color: #333;
  border-color: rgb(113,41,94); }

.uk-tab > .uk-disabled > a {
  color: #999; }

.uk-tab-bottom::before {
  top: 0;
  bottom: auto; }

.uk-tab-bottom > * > a {
  border-top: 1px solid transparent;
  border-bottom: none; }

.uk-tab-left, .uk-tab-right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 0; }

.uk-tab-left > *, .uk-tab-right > * {
  padding-left: 0; }

.uk-tab-left::before {
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  border-left: 1px solid #e5e5e5;
  border-bottom: none; }

.uk-tab-right::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  border-left: 1px solid #e5e5e5;
  border-bottom: none; }

.uk-tab-left > * > a {
  text-align: left;
  border-right: 1px solid transparent;
  border-bottom: none; }

.uk-tab-right > * > a {
  text-align: left;
  border-left: 1px solid transparent;
  border-bottom: none; }

.uk-tab .uk-dropdown {
  margin-left: 30px; }

.uk-dropdown {
  min-width: 200px;
  padding: 25px;
  background: #fff;
  color: #666;
  -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15); }

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

.uk-dropdown-nav > li > a:hover, .uk-dropdown-nav > li > a:focus, .uk-dropdown-nav > li.uk-active > a {
  color: #666; }

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

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

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

.uk-dropdown-nav .uk-nav-sub a:hover, .uk-dropdown-nav .uk-nav-sub a:focus, .uk-dropdown-nav .uk-nav-sub li.uk-active > a {
  color: #666; }

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

.uk-iconnav {
  margin-left: -10px;
  font-size: 1.4rem; }

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

.uk-iconnav > * > a {
  color: #230019;
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center; }

.uk-iconnav > * > a:hover, .uk-iconnav > * > a:focus {
  color: #230019; }

.uk-iconnav > .uk-active > a {
  color: #230019; }

.uk-iconnav-vertical {
  margin-top: -10px; }

.uk-iconnav-vertical > * {
  padding-top: 10px; }

.uk-input, .uk-select, .uk-textarea {
  border: 0 none;
  padding: 0 10px;
  background: rgba(255, 255, 255, 0.7);
  color: #666;
  border: 1px solid #969389; }

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

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

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

.uk-input:focus, .uk-select:focus, .uk-textarea:focus {
  background-color: #fff;
  color: #666;
  border-color: #352D57; }

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

.uk-input::-ms-input-placeholder {
  color: #999 !important; }

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

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

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

.uk-textarea::-ms-input-placeholder {
  color: #999 !important; }

.uk-textarea::-webkit-input-placeholder {
  color: #999; }

.uk-textarea:-ms-input-placeholder {
  color: #999; }

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

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

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

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

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

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

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

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

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

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

.uk-form-blank:focus {
  border-color: #969389;
  border-style: dashed; }

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

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

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

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

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

.uk-select:not([multiple]):not([size]) {
  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"); }

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

.uk-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-input[list] {
  padding-right: 20px; }

.uk-input[list]:hover, .uk-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-radio, .uk-checkbox {
  height: 16px;
  width: 16px;
  margin-top: -4px;
  border: 1px solid #cccccc; }

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

.uk-radio:focus, .uk-checkbox:focus {
  border-color: rgb(113,41,94); }

.uk-radio:checked, .uk-checkbox:checked, .uk-checkbox:indeterminate {
  background-color: rgb(113,41,94);
  border-color: transparent; }

.uk-radio:checked:focus, .uk-checkbox:checked:focus, .uk-checkbox:indeterminate:focus {
  background-color: #67023C; }

.uk-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-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-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-radio:disabled, .uk-checkbox:disabled {
  background-color: #f8f8f8;
  border-color: #969389; }

.uk-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-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-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-legend {
  font-size: 1.5rem;
  line-height: 1.4; }

.uk-form-label {
  color: #333;
  font-size: 0.875rem;
  padding-left: 20px !important; }

.uk-form-stacked .uk-form-label {
  margin-bottom: 5px; }

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

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

.uk-form-icon {
  width: 40px;
  color: #999; }

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

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

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

.uk-logo {
  font-size: 1.5rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #666;
  text-decoration: none; }

.uk-logo:hover, .uk-logo:focus {
  color: #666;
  outline: none;
  text-decoration: none; }

.uk-logo-inverse {
  display: none; }

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

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

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

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

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

.uk-button {
  padding: 8px 50px;
  vertical-align: middle;
  font-size: 1.1rem;
  text-align: center;
  -webkit-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  -webkit-transition-property: color, background-color, border-color;
  -o-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
  border-radius: 40px; }

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

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

.uk-button-default:active, .uk-button-default.uk-active {
  background-color: transparent;
  color: #333;
  border-color: #999999; }
  
  .uk-card-primary .uk-button-default, .uk-card-primary .uk-button-default:hover, .uk-card-primary .uk-button-default:focus, .uk-card-primary .uk-button-default:active, .uk-card-primary .uk-button-default.uk-active {color: #fff;}
.uk-card-secondary .uk-button-default, .uk-card-secondary .uk-button-default:hover, .uk-card-secondary .uk-button-default:focus, .uk-card-secondary .uk-button-default:active, .uk-card-secondary .uk-button-default.uk-active {color: #fff;}

.uk-button-primary {
  background-color: rgb(113,41,94);
  color: #fff;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 18px 32px rgba(0, 0, 0, 0.25);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.25); }

.uk-button-primary:hover, .uk-button-primary:focus {
  background-color: #67023C;
  color: #fff; }

.uk-button-primary:active, .uk-button-primary.uk-active {
  background-color: #67023C;
  color: #fff; }

.uk-button-secondary {
  background-color: #222;
  color: #fff;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 18px 32px rgba(0, 0, 0, 0.25);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.25); }

.uk-button-secondary:hover, .uk-button-secondary:focus {
  background-color: #67023C;
  color: #fff; }

.uk-button-secondary:active, .uk-button-secondary.uk-active {
  background-color: #67023C;
  color: #fff; }

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

.uk-button-danger:hover, .uk-button-danger:focus {
  background-color: #ee395b;
  color: #fff; }

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

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

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

.uk-button-large {
  padding: 16px 40px;
  font-size: 1rem; }

.uk-button-text {
  line-height: 1.5;
  color: #333; }

.uk-button-text::before {
  border-bottom: 1px solid #333; }

.uk-button-text:hover, .uk-button-text:focus {
  color: #333; }

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

.uk-button-link {
  line-height: 1.5;
  color: #1e87f0; }

.uk-button-link:hover, .uk-button-link:focus {
  color: #0f6ecd;
  text-decoration: underline; }

.uk-button-link:disabled {
  color: #999; }

.uk-label {
  padding: 0 10px;
  background: #1e87f0;
  line-height: 1.5;
  font-size: 0.875rem;
  color: #fff;
  border-radius: 2px;
  text-transform: uppercase; }

.uk-notification-message {
  font-size: 1.25rem;
  line-height: 1.4; }

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

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

.uk-comment-primary {
  background-color: #f8f8f8; }

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

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

.uk-card-default {
  background: #fff;
  color: #666;
  -webkit-box-shadow: 0 10px 30px rgba(135, 2, 77, 0.15);
  box-shadow: 0 10px 30px rgba(135, 2, 77, 0.15); }

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

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

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

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

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

.uk-close:hover, .uk-close:focus {
  color: #666; }

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

.uk-totop:hover, .uk-totop:focus {
  color: #666; }

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

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

.uk-marker:hover, .uk-marker:focus {
  color: #fff;
  outline: none; }

.uk-icon-image {
  width: 20px;
  height: 20px; }

.uk-icon-link {
  color: #999; }

.uk-icon-link:hover, .uk-icon-link:focus {
  color: #666; }

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

.uk-icon-button {
  width: 36px;
  height: 36px;
  border-radius: 500px;
  background: #f8f8f8;
  color: #999; }

.uk-icon-button:hover, .uk-icon-button:focus {
  background-color: #ebebeb;
  color: #666; }

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

.uk-offcanvas-bar {
  background: #fff; }

.uk-offcanvas-overlay::before {
  background: rgba(133, 1, 76, 0.7); }

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

.uk-modal-dialog {
  background: #fff; }

.uk-modal-header {
  background: #fff;
  border-bottom: 1px solid #e5e5e5; }

.uk-modal-footer {
  background: #fff;
  border-top: 1px solid #e5e5e5; }

.uk-card-dark {
  background-color: #230019;
  color: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); }

.uk-card-dark .uk-card-title {
  color: #fff; }

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

.uk-light, .theme-dark {
  color: rgba(255, 255, 255, 0.7); }

.uk-light a, .theme-dark a, .uk-light .uk-link, .theme-dark .uk-link {
  color: #fff; }

.uk-light a:hover, .theme-dark a:hover, .uk-light .uk-link:hover, .theme-dark .uk-link:hover {
  color: #fff; }

.uk-light :not(pre) > code, .theme-dark :not(pre) > code, .uk-light :not(pre) > kbd, .theme-dark :not(pre) > kbd, .uk-light :not(pre) > samp, .theme-dark :not(pre) > samp {
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.1); }

.uk-light em, .theme-dark em {
  color: #fff; }

.uk-light h1, .theme-dark h1, .uk-light .uk-h1, .theme-dark .uk-h1, .uk-light h2, .theme-dark h2, .uk-light .uk-h2, .theme-dark .uk-h2, .uk-light h3, .theme-dark h3, .uk-light .uk-h3, .theme-dark .uk-h3, .uk-light h4, .theme-dark h4, .uk-light .uk-h4, .theme-dark .uk-h4, .uk-light h5, .theme-dark h5, .uk-light .uk-h5, .theme-dark .uk-h5, .uk-light h6, .theme-dark h6, .uk-light .uk-h6, .theme-dark .uk-h6, .uk-light .uk-heading-small, .theme-dark .uk-heading-small, .uk-light .uk-heading-medium, .theme-dark .uk-heading-medium, .uk-light .uk-heading-large, .theme-dark .uk-heading-large, .uk-light .uk-heading-xlarge, .theme-dark .uk-heading-xlarge, .uk-light .uk-heading-2xlarge, .theme-dark .uk-heading-2xlarge {
  color: #fff; }

.uk-light blockquote, .theme-dark blockquote {
  color: #fff; }

.uk-light blockquote footer, .theme-dark blockquote footer {
  color: rgba(255, 255, 255, 0.7); }

.uk-light hr, .theme-dark hr, .uk-light .uk-hr, .theme-dark .uk-hr {
  border-top-color: rgba(255, 255, 255, 0.2); }

.uk-light .uk-link-muted, .theme-dark .uk-link-muted, .uk-light .uk-link-muted a, .theme-dark .uk-link-muted a {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-link-muted:hover, .theme-dark .uk-link-muted:hover, .uk-light .uk-link-muted a:hover, .theme-dark .uk-link-muted a:hover {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-link-text:hover, .theme-dark .uk-link-text:hover, .uk-light .uk-link-text a:hover, .theme-dark .uk-link-text a:hover {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-link-heading:hover, .theme-dark .uk-link-heading:hover, .uk-light .uk-link-heading a:hover, .theme-dark .uk-link-heading a:hover {
  color: #fff; }

.uk-light .uk-heading-divider, .theme-dark .uk-heading-divider, .uk-light #marker-10352 h2, #marker-10352 .uk-light h2, .theme-dark #marker-10352 h2, #marker-10352 .theme-dark h2 {
  border-bottom-color: rgba(255, 255, 255, 0.2); }

.uk-light .uk-heading-bullet::before, .theme-dark .uk-heading-bullet::before {
  border-left-color: rgba(255, 255, 255, 0.2); }

.uk-light .uk-heading-line > ::before, .theme-dark .uk-heading-line > ::before, .uk-light .uk-heading-line > ::after, .theme-dark .uk-heading-line > ::after {
  border-bottom-color: rgba(255, 255, 255, 0.2); }

.uk-light .uk-divider-icon, .theme-dark .uk-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-light .uk-divider-icon::before, .theme-dark .uk-divider-icon::before, .uk-light .uk-divider-icon::after, .theme-dark .uk-divider-icon::after {
  border-bottom-color: rgba(255, 255, 255, 0.2); }

.uk-light .uk-divider-small::after, .theme-dark .uk-divider-small::after {
  border-top-color: rgba(255, 255, 255, 0.2); }

.uk-light .uk-divider-vertical, .theme-dark .uk-divider-vertical {
  border-left-color: rgba(255, 255, 255, 0.2); }

.uk-light .uk-list-divider > li:nth-child(n+2), .theme-dark .uk-list-divider > li:nth-child(n+2) {
  border-top-color: rgba(255, 255, 255, 0.2); }

.uk-light .uk-list-striped > li:nth-of-type(odd), .theme-dark .uk-list-striped > li:nth-of-type(odd) {
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2); }

.uk-light .uk-list-striped > li:nth-of-type(odd), .theme-dark .uk-list-striped > li:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.1); }

.uk-light .uk-list-bullet > li::before, .theme-dark .uk-list-bullet > li::before, .uk-light .typo ul > li::before, .typo .uk-light ul > li::before, .theme-dark .typo ul > li::before, .typo .theme-dark ul > li::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-light .uk-table th, .theme-dark .uk-table th {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-table caption, .theme-dark .uk-table caption {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-table > tr.uk-active, .theme-dark .uk-table > tr.uk-active, .uk-light .uk-table tbody tr.uk-active, .theme-dark .uk-table tbody tr.uk-active {
  background: rgba(255, 255, 255, 0.08); }

.uk-light .uk-table-divider > tr:not(:first-child), .theme-dark .uk-table-divider > tr:not(:first-child), .uk-light .uk-table-divider > :not(:first-child) > tr, .theme-dark .uk-table-divider > :not(:first-child) > tr, .uk-light .uk-table-divider > :first-child > tr:not(:first-child), .theme-dark .uk-table-divider > :first-child > tr:not(:first-child) {
  border-top-color: rgba(255, 255, 255, 0.2); }

.uk-light .uk-table-striped > tr:nth-of-type(odd), .theme-dark .uk-table-striped > tr:nth-of-type(odd), .uk-light .uk-table-striped tbody tr:nth-of-type(odd), .theme-dark .uk-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-light .uk-table-hover > tr:hover, .theme-dark .uk-table-hover > tr:hover, .uk-light .uk-table-hover tbody tr:hover, .theme-dark .uk-table-hover tbody tr:hover {
  background: rgba(255, 255, 255, 0.08); }

.uk-light .uk-icon-link, .theme-dark .uk-icon-link {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-icon-link:hover, .theme-dark .uk-icon-link:hover, .uk-light .uk-icon-link:focus, .theme-dark .uk-icon-link:focus {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-icon-link:active, .theme-dark .uk-icon-link:active, .uk-light .uk-active > .uk-icon-link, .theme-dark .uk-active > .uk-icon-link {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-icon-button, .theme-dark .uk-icon-button {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-icon-button:hover, .theme-dark .uk-icon-button:hover, .uk-light .uk-icon-button:focus, .theme-dark .uk-icon-button:focus {
  background-color: rgba(242, 242, 242, 0.1);
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-icon-button:active, .theme-dark .uk-icon-button:active {
  background-color: rgba(230, 230, 230, 0.1);
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-input, .theme-dark .uk-input, .uk-light .uk-select, .theme-dark .uk-select, .uk-light .uk-textarea, .theme-dark .uk-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-light .uk-input:focus, .theme-dark .uk-input:focus, .uk-light .uk-select:focus, .theme-dark .uk-select:focus, .uk-light .uk-textarea:focus, .theme-dark .uk-textarea:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-input::-ms-input-placeholder, .theme-dark .uk-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important; }

.uk-light .uk-input::-webkit-input-placeholder, .theme-dark .uk-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-input:-ms-input-placeholder, .theme-dark .uk-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-input::placeholder, .theme-dark .uk-input::placeholder {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-textarea::-ms-input-placeholder, .theme-dark .uk-textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important; }

.uk-light .uk-textarea::-webkit-input-placeholder, .theme-dark .uk-textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-textarea:-ms-input-placeholder, .theme-dark .uk-textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-textarea::placeholder, .theme-dark .uk-textarea::placeholder {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-select:not([multiple]):not([size]), .theme-dark .uk-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-light .uk-input[list]:hover, .theme-dark .uk-input[list]:hover, .uk-light .uk-input[list]:focus, .theme-dark .uk-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-light .uk-radio, .theme-dark .uk-radio, .uk-light .uk-checkbox, .theme-dark .uk-checkbox {
  background-color: rgba(242, 242, 242, 0.1);
  border-color: rgba(255, 255, 255, 0.2); }

.uk-light .uk-radio:focus, .theme-dark .uk-radio:focus, .uk-light .uk-checkbox:focus, .theme-dark .uk-checkbox:focus {
  border-color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-radio:checked, .theme-dark .uk-radio:checked, .uk-light .uk-checkbox:checked, .theme-dark .uk-checkbox:checked, .uk-light .uk-checkbox:indeterminate, .theme-dark .uk-checkbox:indeterminate {
  background-color: #fff;
  border-color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-radio:checked:focus, .theme-dark .uk-radio:checked:focus, .uk-light .uk-checkbox:checked:focus, .theme-dark .uk-checkbox:checked:focus, .uk-light .uk-checkbox:indeterminate:focus, .theme-dark .uk-checkbox:indeterminate:focus {
  background-color: #e6e6e6; }

.uk-light .uk-radio:checked, .theme-dark .uk-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-light .uk-checkbox:checked, .theme-dark .uk-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-light .uk-checkbox:indeterminate, .theme-dark .uk-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-light .uk-form-label, .theme-dark .uk-form-label {
  color: #fff; }

.uk-light .uk-form-icon, .theme-dark .uk-form-icon {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-form-icon:hover, .theme-dark .uk-form-icon:hover {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-button-default, .theme-dark .uk-button-default {
  background-color: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-button-default:hover, .theme-dark .uk-button-default:hover, .uk-light .uk-button-default:focus, .theme-dark .uk-button-default:focus {
  background-color: transparent;
  color: #fff;
  border-color: #fff; }

.uk-light .uk-button-default:active, .theme-dark .uk-button-default:active, .uk-light .uk-button-default.uk-active, .theme-dark .uk-button-default.uk-active {
  background-color: transparent;
  color: #fff;
  border-color: #fff; }

.uk-light .uk-button-primary, .theme-dark .uk-button-primary {
  background-color: #fff;
  color: #666; }

.uk-light .uk-button-primary:hover, .theme-dark .uk-button-primary:hover, .uk-light .uk-button-primary:focus, .theme-dark .uk-button-primary:focus {
  background-color: #f2f2f2;
  color: #666; }

.uk-light .uk-button-primary:active, .theme-dark .uk-button-primary:active, .uk-light .uk-button-primary.uk-active, .theme-dark .uk-button-primary.uk-active {
  background-color: #e6e6e6;
  color: #666; }

.uk-light .uk-button-secondary, .theme-dark .uk-button-secondary {
  background-color: #fff;
  color: #666; }

.uk-light .uk-button-secondary:hover, .theme-dark .uk-button-secondary:hover, .uk-light .uk-button-secondary:focus, .theme-dark .uk-button-secondary:focus {
  background-color: #f2f2f2;
  color: #666; }

.uk-light .uk-button-secondary:active, .theme-dark .uk-button-secondary:active, .uk-light .uk-button-secondary.uk-active, .theme-dark .uk-button-secondary.uk-active {
  background-color: #e6e6e6;
  color: #666; }

.uk-light .uk-button-text, .theme-dark .uk-button-text {
  color: #fff; }

.uk-light .uk-button-text::before, .theme-dark .uk-button-text::before {
  border-bottom-color: #fff; }

.uk-light .uk-button-text:hover, .theme-dark .uk-button-text:hover, .uk-light .uk-button-text:focus, .theme-dark .uk-button-text:focus {
  color: #fff; }

.uk-light .uk-button-text:disabled, .theme-dark .uk-button-text:disabled {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-button-link, .theme-dark .uk-button-link {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-button-link:hover, .theme-dark .uk-button-link:hover, .uk-light .uk-button-link:focus, .theme-dark .uk-button-link:focus {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-grid-divider > :not(.uk-first-column)::before, .theme-dark .uk-grid-divider > :not(.uk-first-column)::before, .uk-light #marker-10340 .uk-grid > :not(.uk-first-column)::before, #marker-10340 .uk-light .uk-grid > :not(.uk-first-column)::before, .theme-dark #marker-10340 .uk-grid > :not(.uk-first-column)::before, #marker-10340 .theme-dark .uk-grid > :not(.uk-first-column)::before {
  border-left-color: rgba(255, 255, 255, 0.2); }

.uk-light .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .theme-dark .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-light #marker-10340 .uk-grid-stack.uk-grid > .uk-grid-margin::before, #marker-10340 .uk-light .uk-grid-stack.uk-grid > .uk-grid-margin::before, .theme-dark #marker-10340 .uk-grid-stack.uk-grid > .uk-grid-margin::before, #marker-10340 .theme-dark .uk-grid-stack.uk-grid > .uk-grid-margin::before {
  border-top-color: rgba(255, 255, 255, 0.2); }

.uk-light .uk-close, .theme-dark .uk-close {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-close:hover, .theme-dark .uk-close:hover, .uk-light .uk-close:focus, .theme-dark .uk-close:focus {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-totop, .theme-dark .uk-totop {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-totop:hover, .theme-dark .uk-totop:hover, .uk-light .uk-totop:focus, .theme-dark .uk-totop:focus {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-totop:active, .theme-dark .uk-totop:active {
  color: #fff; }

.uk-light .uk-marker, .theme-dark .uk-marker {
  background: #f8f8f8;
  color: #666; }

.uk-light .uk-marker:hover, .theme-dark .uk-marker:hover, .uk-light .uk-marker:focus, .theme-dark .uk-marker:focus {
  color: #666; }

.uk-light .uk-badge, .theme-dark .uk-badge {
  background-color: #fff;
  color: #666; }

.uk-light .uk-badge:hover, .theme-dark .uk-badge:hover, .uk-light .uk-badge:focus, .theme-dark .uk-badge:focus {
  color: #666; }

.uk-light .uk-label, .theme-dark .uk-label {
  background-color: #fff;
  color: #666; }

.uk-light .uk-article-meta, .theme-dark .uk-article-meta {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-search-input, .theme-dark .uk-search-input {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-search-input:-ms-input-placeholder, .theme-dark .uk-search-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important; }

.uk-light .uk-search-input::-webkit-input-placeholder, .theme-dark .uk-search-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-search-input::-ms-input-placeholder, .theme-dark .uk-search-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-search-input::placeholder, .theme-dark .uk-search-input::placeholder {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-search .uk-search-icon, .theme-dark .uk-search .uk-search-icon {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-search .uk-search-icon:hover, .theme-dark .uk-search .uk-search-icon:hover {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-search-default .uk-search-input, .theme-dark .uk-search-default .uk-search-input {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2); }

.uk-light .uk-search-default .uk-search-input:focus, .theme-dark .uk-search-default .uk-search-input:focus {
  background-color: transparent; }

.uk-light .uk-search-navbar .uk-search-input, .theme-dark .uk-search-navbar .uk-search-input {
  background-color: transparent; }

.uk-light .uk-search-large .uk-search-input, .theme-dark .uk-search-large .uk-search-input {
  background-color: transparent; }

.uk-light .uk-search-toggle, .theme-dark .uk-search-toggle {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-search-toggle:hover, .theme-dark .uk-search-toggle:hover, .uk-light .uk-search-toggle:focus, .theme-dark .uk-search-toggle:focus {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-nav-parent-icon > .uk-parent > a::after, .theme-dark .uk-nav-parent-icon > .uk-parent > a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E"); }

.uk-light .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .theme-dark .uk-nav-parent-icon > .uk-parent.uk-open > a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E"); }

.uk-light .uk-nav-default > li > a, .theme-dark .uk-nav-default > li > a {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-nav-default > li > a:hover, .theme-dark .uk-nav-default > li > a:hover, .uk-light .uk-nav-default > li > a:focus, .theme-dark .uk-nav-default > li > a:focus {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-nav-default > li.uk-active > a, .theme-dark .uk-nav-default > li.uk-active > a {
  color: #fff; }

.uk-light .uk-nav-default .uk-nav-header, .theme-dark .uk-nav-default .uk-nav-header {
  color: #fff; }

.uk-light .uk-nav-default .uk-nav-divider, .theme-dark .uk-nav-default .uk-nav-divider {
  border-top-color: rgba(255, 255, 255, 0.2); }

.uk-light .uk-nav-default .uk-nav-sub a, .theme-dark .uk-nav-default .uk-nav-sub a {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-nav-default .uk-nav-sub a:hover, .theme-dark .uk-nav-default .uk-nav-sub a:hover, .uk-light .uk-nav-default .uk-nav-sub a:focus, .theme-dark .uk-nav-default .uk-nav-sub a:focus {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-nav-default .uk-nav-sub li.uk-active > a, .theme-dark .uk-nav-default .uk-nav-sub li.uk-active > a {
  color: #fff; }

.uk-light .uk-nav-primary > li > a, .theme-dark .uk-nav-primary > li > a {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-nav-primary > li > a:hover, .theme-dark .uk-nav-primary > li > a:hover, .uk-light .uk-nav-primary > li > a:focus, .theme-dark .uk-nav-primary > li > a:focus {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-nav-primary > li.uk-active > a, .theme-dark .uk-nav-primary > li.uk-active > a {
  color: #fff; }

.uk-light .uk-nav-primary .uk-nav-header, .theme-dark .uk-nav-primary .uk-nav-header {
  color: #fff; }

.uk-light .uk-nav-primary .uk-nav-divider, .theme-dark .uk-nav-primary .uk-nav-divider {
  border-top-color: rgba(255, 255, 255, 0.2); }

.uk-light .uk-nav-primary .uk-nav-sub a, .theme-dark .uk-nav-primary .uk-nav-sub a {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-nav-primary .uk-nav-sub a:hover, .theme-dark .uk-nav-primary .uk-nav-sub a:hover, .uk-light .uk-nav-primary .uk-nav-sub a:focus, .theme-dark .uk-nav-primary .uk-nav-sub a:focus {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-nav-primary .uk-nav-sub li.uk-active > a, .theme-dark .uk-nav-primary .uk-nav-sub li.uk-active > a {
  color: #fff; }

.uk-light .uk-navbar-nav > li > a, .theme-dark .uk-navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-navbar-nav > li:hover > a, .theme-dark .uk-navbar-nav > li:hover > a, .uk-light .uk-navbar-nav > li > a:focus, .theme-dark .uk-navbar-nav > li > a:focus, .uk-light .uk-navbar-nav > li > a.uk-open, .theme-dark .uk-navbar-nav > li > a.uk-open {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-navbar-nav > li > a:active, .theme-dark .uk-navbar-nav > li > a:active {
  color: #fff; }

.uk-light .uk-navbar-nav > li.uk-active > a, .theme-dark .uk-navbar-nav > li.uk-active > a {
  color: #fff; }

.uk-light .uk-navbar-item, .theme-dark .uk-navbar-item {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-navbar-toggle, .theme-dark .uk-navbar-toggle {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-navbar-toggle:hover, .theme-dark .uk-navbar-toggle:hover, .uk-light .uk-navbar-toggle:focus, .theme-dark .uk-navbar-toggle:focus, .uk-light .uk-navbar-toggle.uk-open, .theme-dark .uk-navbar-toggle.uk-open {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-subnav > * > :first-child, .theme-dark .uk-subnav > * > :first-child {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-subnav > * > a:hover, .theme-dark .uk-subnav > * > a:hover, .uk-light .uk-subnav > * > a:focus, .theme-dark .uk-subnav > * > a:focus {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-subnav > .uk-active > a, .theme-dark .uk-subnav > .uk-active > a {
  color: #fff; }

.uk-light .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .theme-dark .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
  border-left-color: rgba(255, 255, 255, 0.2); }

.uk-light .uk-subnav-pill > * > :first-child, .theme-dark .uk-subnav-pill > * > :first-child {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-subnav-pill > * > a:hover, .theme-dark .uk-subnav-pill > * > a:hover, .uk-light .uk-subnav-pill > * > a:focus, .theme-dark .uk-subnav-pill > * > a:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9); }

.uk-light .uk-subnav-pill > * > a:active, .theme-dark .uk-subnav-pill > * > a:active {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9); }

.uk-light .uk-subnav-pill > .uk-active > a, .theme-dark .uk-subnav-pill > .uk-active > a {
  background-color: #fff;
  color: #666; }

.uk-light .uk-subnav > .uk-disabled > a, .theme-dark .uk-subnav > .uk-disabled > a {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-breadcrumb > * > *, .theme-dark .uk-breadcrumb > * > * {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-breadcrumb > * > :hover, .theme-dark .uk-breadcrumb > * > :hover, .uk-light .uk-breadcrumb > * > :focus, .theme-dark .uk-breadcrumb > * > :focus {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-breadcrumb > :last-child > *, .theme-dark .uk-breadcrumb > :last-child > * {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .theme-dark .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-pagination > * > *, .theme-dark .uk-pagination > * > * {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-pagination > * > :hover, .theme-dark .uk-pagination > * > :hover, .uk-light .uk-pagination > * > :focus, .theme-dark .uk-pagination > * > :focus {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-pagination > .uk-active > *, .theme-dark .uk-pagination > .uk-active > * {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-pagination > .uk-disabled > *, .theme-dark .uk-pagination > .uk-disabled > * {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-tab::before, .theme-dark .uk-tab::before {
  border-color: rgba(255, 255, 255, 0.2); }

.uk-light .uk-tab > * > a, .theme-dark .uk-tab > * > a {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-tab > * > a:hover, .theme-dark .uk-tab > * > a:hover, .uk-light .uk-tab > * > a:focus, .theme-dark .uk-tab > * > a:focus {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-tab > .uk-active > a, .theme-dark .uk-tab > .uk-active > a {
  color: #fff;
  border-color: #fff; }

.uk-light .uk-tab > .uk-disabled > a, .theme-dark .uk-tab > .uk-disabled > a {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-slidenav, .theme-dark .uk-slidenav {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-slidenav:hover, .theme-dark .uk-slidenav:hover, .uk-light .uk-slidenav:focus, .theme-dark .uk-slidenav:focus {
  color: rgba(255, 255, 255, 0.95); }

.uk-light .uk-slidenav:active, .theme-dark .uk-slidenav:active {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-dotnav > * > *, .theme-dark .uk-dotnav > * > * {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.9); }

.uk-light .uk-dotnav > * > :hover, .theme-dark .uk-dotnav > * > :hover, .uk-light .uk-dotnav > * > :focus, .theme-dark .uk-dotnav > * > :focus {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: transparent; }

.uk-light .uk-dotnav > * > :active, .theme-dark .uk-dotnav > * > :active {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: transparent; }

.uk-light .uk-dotnav > .uk-active > *, .theme-dark .uk-dotnav > .uk-active > * {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: transparent; }

.uk-light .uk-accordion-title, .theme-dark .uk-accordion-title {
  color: #fff; }

.uk-light .uk-accordion-title:hover, .theme-dark .uk-accordion-title:hover {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-iconnav > * > a, .theme-dark .uk-iconnav > * > a {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-iconnav > * > a:hover, .theme-dark .uk-iconnav > * > a:hover, .uk-light .uk-iconnav > * > a:focus, .theme-dark .uk-iconnav > * > a:focus {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-iconnav > .uk-active > a, .theme-dark .uk-iconnav > .uk-active > a {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-text-lead, .theme-dark .uk-text-lead {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-text-meta, .theme-dark .uk-text-meta {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-text-muted, .theme-dark .uk-text-muted {
  color: rgba(255, 255, 255, 0.5) !important; }

.uk-light .uk-text-emphasis, .theme-dark .uk-text-emphasis {
  color: #fff !important; }

.uk-light .uk-text-primary, .theme-dark .uk-text-primary {
  color: #fff !important; }

.uk-light .uk-text-secondary, .theme-dark .uk-text-secondary {
  color: #fff !important; }

.uk-light .uk-column-divider, .theme-dark .uk-column-divider {
  -webkit-column-rule-color: rgba(255, 255, 255, 0.2);
  column-rule-color: rgba(255, 255, 255, 0.2); }

.uk-light .uk-logo, .theme-dark .uk-logo {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-logo:hover, .theme-dark .uk-logo:hover, .uk-light .uk-logo:focus, .theme-dark .uk-logo:focus {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .theme-dark .uk-logo > :not(.uk-logo-inverse):not(:only-of-type) {
  display: none; }

.uk-light .uk-logo-inverse, .theme-dark .uk-logo-inverse {
  display: inline; }

.uk-light .uk-accordion-title::before, .theme-dark .uk-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-light .uk-open > .uk-accordion-title::before, .theme-dark .uk-open > .uk-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-light .uk-text-lead, .theme-dark .uk-text-lead {
  color: #fff; }

.uk-card-primary {
  background-color: rgb(113,41,94);
  color: #fff;
  -webkit-box-shadow: 0 10px 30px rgba(135, 2, 77, 0.15);
  box-shadow: 0 10px 30px rgba(135, 2, 77, 0.15); }

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

.uk-card-primary.uk-card-hover:hover {
  background-color: rgb(113,41,94);
  -webkit-box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16); }

.theme-primary, .theme-dark {
  color: rgba(255, 255, 255, 0.7); }

.theme-primary a, .theme-dark a, .theme-primary .uk-link, .theme-dark .uk-link {
  color: #fff; }

.theme-primary a:hover, .theme-dark a:hover, .theme-primary .uk-link:hover, .theme-dark .uk-link:hover {
  color: #fff; }

.theme-primary :not(pre) > code, .theme-dark :not(pre) > code, .theme-primary :not(pre) > kbd, .theme-dark :not(pre) > kbd, .theme-primary :not(pre) > samp, .theme-dark :not(pre) > samp {
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.1); }

.theme-primary em, .theme-dark em {
  color: #fff; }

.theme-primary h1, .theme-dark h1, .theme-primary .uk-h1, .theme-dark .uk-h1, .theme-primary h2, .theme-dark h2, .theme-primary .uk-h2, .theme-dark .uk-h2, .theme-primary h3, .theme-dark h3, .theme-primary .uk-h3, .theme-dark .uk-h3, .theme-primary h4, .theme-dark h4, .theme-primary .uk-h4, .theme-dark .uk-h4, .theme-primary h5, .theme-dark h5, .theme-primary .uk-h5, .theme-dark .uk-h5, .theme-primary h6, .theme-dark h6, .theme-primary .uk-h6, .theme-dark .uk-h6, .theme-primary .uk-heading-small, .theme-dark .uk-heading-small, .theme-primary .uk-heading-medium, .theme-dark .uk-heading-medium, .theme-primary .uk-heading-large, .theme-dark .uk-heading-large, .theme-primary .uk-heading-xlarge, .theme-dark .uk-heading-xlarge, .theme-primary .uk-heading-2xlarge, .theme-dark .uk-heading-2xlarge {
  color: #fff; }

.theme-primary blockquote, .theme-dark blockquote {
  color: #fff; }

.theme-primary blockquote footer, .theme-dark blockquote footer {
  color: rgba(255, 255, 255, 0.7); }

.theme-primary hr, .theme-dark hr, .theme-primary .uk-hr, .theme-dark .uk-hr {
  border-top-color: rgba(255, 255, 255, 0.2); }

.theme-primary .uk-link-muted, .theme-dark .uk-link-muted, .theme-primary .uk-link-muted a, .theme-dark .uk-link-muted a {
  color: rgba(255, 255, 255, 0.5); }

.theme-primary .uk-link-muted:hover, .theme-dark .uk-link-muted:hover, .theme-primary .uk-link-muted a:hover, .theme-dark .uk-link-muted a:hover {
  color: rgba(255, 255, 255, 0.7); }

.theme-primary .uk-link-text:hover, .theme-dark .uk-link-text:hover, .theme-primary .uk-link-text a:hover, .theme-dark .uk-link-text a:hover {
  color: rgba(255, 255, 255, 0.5); }

.theme-primary .uk-link-heading:hover, .theme-dark .uk-link-heading:hover, .theme-primary .uk-link-heading a:hover, .theme-dark .uk-link-heading a:hover {
  color: #fff; }

.theme-primary .uk-heading-divider, .theme-dark .uk-heading-divider, .theme-primary #marker-10352 h2, #marker-10352 .theme-primary h2, .theme-dark #marker-10352 h2, #marker-10352 .theme-dark h2 {
  border-bottom-color: rgba(255, 255, 255, 0.2); }

.theme-primary .uk-heading-bullet::before, .theme-dark .uk-heading-bullet::before {
  border-left-color: rgba(255, 255, 255, 0.2); }

.theme-primary .uk-heading-line > ::before, .theme-dark .uk-heading-line > ::before, .theme-primary .uk-heading-line > ::after, .theme-dark .uk-heading-line > ::after {
  border-bottom-color: rgba(255, 255, 255, 0.2); }

.theme-primary .uk-divider-icon, .theme-dark .uk-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"); }

.theme-primary .uk-divider-icon::before, .theme-dark .uk-divider-icon::before, .theme-primary .uk-divider-icon::after, .theme-dark .uk-divider-icon::after {
  border-bottom-color: rgba(255, 255, 255, 0.2); }

.theme-primary .uk-divider-small::after, .theme-dark .uk-divider-small::after {
  border-top-color: rgba(255, 255, 255, 0.2); }

.theme-primary .uk-divider-vertical, .theme-dark .uk-divider-vertical {
  border-left-color: rgba(255, 255, 255, 0.2); }

.theme-primary .uk-list-divider > li:nth-child(n+2), .theme-dark .uk-list-divider > li:nth-child(n+2) {
  border-top-color: rgba(255, 255, 255, 0.2); }

.theme-primary .uk-list-striped > li:nth-of-type(odd), .theme-dark .uk-list-striped > li:nth-of-type(odd) {
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2); }

.theme-primary .uk-list-striped > li:nth-of-type(odd), .theme-dark .uk-list-striped > li:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.1); }

.theme-primary .uk-list-bullet > li::before, .theme-dark .uk-list-bullet > li::before, .theme-primary .typo ul > li::before, .typo .theme-primary ul > li::before, .theme-dark .typo ul > li::before, .typo .theme-dark ul > li::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"); }

.theme-primary .uk-table th, .theme-dark .uk-table th {
  color: rgba(255, 255, 255, 0.7); }

.theme-primary .uk-table caption, .theme-dark .uk-table caption {
  color: rgba(255, 255, 255, 0.5); }

.theme-primary .uk-table > tr.uk-active, .theme-dark .uk-table > tr.uk-active, .theme-primary .uk-table tbody tr.uk-active, .theme-dark .uk-table tbody tr.uk-active {
  background: rgba(255, 255, 255, 0.08); }

.theme-primary .uk-table-divider > tr:not(:first-child), .theme-dark .uk-table-divider > tr:not(:first-child), .theme-primary .uk-table-divider > :not(:first-child) > tr, .theme-dark .uk-table-divider > :not(:first-child) > tr, .theme-primary .uk-table-divider > :first-child > tr:not(:first-child), .theme-dark .uk-table-divider > :first-child > tr:not(:first-child) {
  border-top-color: rgba(255, 255, 255, 0.2); }

.theme-primary .uk-table-striped > tr:nth-of-type(odd), .theme-dark .uk-table-striped > tr:nth-of-type(odd), .theme-primary .uk-table-striped tbody tr:nth-of-type(odd), .theme-dark .uk-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); }

.theme-primary .uk-table-hover > tr:hover, .theme-dark .uk-table-hover > tr:hover, .theme-primary .uk-table-hover tbody tr:hover, .theme-dark .uk-table-hover tbody tr:hover {
  background: rgba(255, 255, 255, 0.08); }

.theme-primary .uk-icon-link, .theme-dark .uk-icon-link {
  color: rgba(255, 255, 255, 0.5); }

.theme-primary .uk-icon-link:hover, .theme-dark .uk-icon-link:hover, .theme-primary .uk-icon-link:focus, .theme-dark .uk-icon-link:focus {
  color: rgba(255, 255, 255, 0.7); }

.theme-primary .uk-icon-link:active, .theme-dark .uk-icon-link:active, .theme-primary .uk-active > .uk-icon-link, .theme-dark .uk-active > .uk-icon-link {
  color: rgba(255, 255, 255, 0.7); }

.theme-primary .uk-icon-button, .theme-dark .uk-icon-button {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5); }

.theme-primary .uk-icon-button:hover, .theme-dark .uk-icon-button:hover, .theme-primary .uk-icon-button:focus, .theme-dark .uk-icon-button:focus {
  background-color: rgba(242, 242, 242, 0.1);
  color: rgba(255, 255, 255, 0.7); }

.theme-primary .uk-icon-button:active, .theme-dark .uk-icon-button:active {
  background-color: rgba(230, 230, 230, 0.1);
  color: rgba(255, 255, 255, 0.7); }

.theme-primary .uk-input, .theme-dark .uk-input, .theme-primary .uk-select, .theme-dark .uk-select, .theme-primary .uk-textarea, .theme-dark .uk-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); }

.theme-primary .uk-input:focus, .theme-dark .uk-input:focus, .theme-primary .uk-select:focus, .theme-dark .uk-select:focus, .theme-primary .uk-textarea:focus, .theme-dark .uk-textarea:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7); }

.theme-primary .uk-input::-ms-input-placeholder, .theme-dark .uk-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important; }

.theme-primary .uk-input::-webkit-input-placeholder, .theme-dark .uk-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.theme-primary .uk-input:-ms-input-placeholder, .theme-dark .uk-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.theme-primary .uk-input::placeholder, .theme-dark .uk-input::placeholder {
  color: rgba(255, 255, 255, 0.5); }

.theme-primary .uk-textarea::-ms-input-placeholder, .theme-dark .uk-textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important; }

.theme-primary .uk-textarea::-webkit-input-placeholder, .theme-dark .uk-textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.theme-primary .uk-textarea:-ms-input-placeholder, .theme-dark .uk-textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.theme-primary .uk-textarea::placeholder, .theme-dark .uk-textarea::placeholder {
  color: rgba(255, 255, 255, 0.5); }

.theme-primary .uk-select:not([multiple]):not([size]), .theme-dark .uk-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"); }

.theme-primary .uk-input[list]:hover, .theme-dark .uk-input[list]:hover, .theme-primary .uk-input[list]:focus, .theme-dark .uk-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"); }

.theme-primary .uk-radio, .theme-dark .uk-radio, .theme-primary .uk-checkbox, .theme-dark .uk-checkbox {
  background-color: rgba(242, 242, 242, 0.1);
  border-color: rgba(255, 255, 255, 0.2); }

.theme-primary .uk-radio:focus, .theme-dark .uk-radio:focus, .theme-primary .uk-checkbox:focus, .theme-dark .uk-checkbox:focus {
  border-color: rgba(255, 255, 255, 0.7); }

.theme-primary .uk-radio:checked, .theme-dark .uk-radio:checked, .theme-primary .uk-checkbox:checked, .theme-dark .uk-checkbox:checked, .theme-primary .uk-checkbox:indeterminate, .theme-dark .uk-checkbox:indeterminate {
  background-color: #fff;
  border-color: rgba(255, 255, 255, 0.7); }

.theme-primary .uk-radio:checked:focus, .theme-dark .uk-radio:checked:focus, .theme-primary .uk-checkbox:checked:focus, .theme-dark .uk-checkbox:checked:focus, .theme-primary .uk-checkbox:indeterminate:focus, .theme-dark .uk-checkbox:indeterminate:focus {
  background-color: #e6e6e6; }

.theme-primary .uk-radio:checked, .theme-dark .uk-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"); }

.theme-primary .uk-checkbox:checked, .theme-dark .uk-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"); }

.theme-primary .uk-checkbox:indeterminate, .theme-dark .uk-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"); }

.theme-primary .uk-form-label, .theme-dark .uk-form-label {
  color: #fff; }

.theme-primary .uk-form-icon, .theme-dark .uk-form-icon {
  color: rgba(255, 255, 255, 0.5); }

.theme-primary .uk-form-icon:hover, .theme-dark .uk-form-icon:hover {
  color: rgba(255, 255, 255, 0.7); }

.theme-primary .uk-button-default, .theme-dark .uk-button-default {
  background-color: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7); }

.theme-primary .uk-button-default:hover, .theme-dark .uk-button-default:hover, .theme-primary .uk-button-default:focus, .theme-dark .uk-button-default:focus {
  background-color: transparent;
  color: #fff;
  border-color: #fff; }

.theme-primary .uk-button-default:active, .theme-dark .uk-button-default:active, .theme-primary .uk-button-default.uk-active, .theme-dark .uk-button-default.uk-active {
  background-color: transparent;
  color: #fff;
  border-color: #fff; }

.theme-primary .uk-button-primary, .theme-dark .uk-button-primary {
  background-color: #fff;
  color: #666; }

.theme-primary .uk-button-primary:hover, .theme-dark .uk-button-primary:hover, .theme-primary .uk-button-primary:focus, .theme-dark .uk-button-primary:focus {
  background-color: #f2f2f2;
  color: #666; }

.theme-primary .uk-button-primary:active, .theme-dark .uk-button-primary:active, .theme-primary .uk-button-primary.uk-active, .theme-dark .uk-button-primary.uk-active {
  background-color: #e6e6e6;
  color: #666; }

.theme-primary .uk-button-secondary, .theme-dark .uk-button-secondary {
  background-color: #fff;
  color: #666; }

.theme-primary .uk-button-secondary:hover, .theme-dark .uk-button-secondary:hover, .theme-primary .uk-button-secondary:focus, .theme-dark .uk-button-secondary:focus {
  background-color: #f2f2f2;
  color: #666; }

.theme-primary .uk-button-secondary:active, .theme-dark .uk-button-secondary:active, .theme-primary .uk-button-secondary.uk-active, .theme-dark .uk-button-secondary.uk-active {
  background-color: #e6e6e6;
  color: #666; }

.theme-primary .uk-button-text, .theme-dark .uk-button-text {
  color: #fff; }

.theme-primary .uk-button-text::before, .theme-dark .uk-button-text::before {
  border-bottom-color: #fff; }

.theme-primary .uk-button-text:hover, .theme-dark .uk-button-text:hover, .theme-primary .uk-button-text:focus, .theme-dark .uk-button-text:focus {
  color: #fff; }

.theme-primary .uk-button-text:disabled, .theme-dark .uk-button-text:disabled {
  color: rgba(255, 255, 255, 0.5); }

.theme-primary .uk-button-link, .theme-dark .uk-button-link {
  color: rgba(255, 255, 255, 0.5); }

.theme-primary .uk-button-link:hover, .theme-dark .uk-button-link:hover, .theme-primary .uk-button-link:focus, .theme-dark .uk-button-link:focus {
  color: rgba(255, 255, 255, 0.7); }

.theme-primary .uk-grid-divider > :not(.uk-first-column)::before, .theme-dark .uk-grid-divider > :not(.uk-first-column)::before, .theme-primary #marker-10340 .uk-grid > :not(.uk-first-column)::before, #marker-10340 .theme-primary .uk-grid > :not(.uk-first-column)::before, .theme-dark #marker-10340 .uk-grid > :not(.uk-first-column)::before, #marker-10340 .theme-dark .uk-grid > :not(.uk-first-column)::before {
  border-left-color: rgba(255, 255, 255, 0.2); }

.theme-primary .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .theme-dark .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .theme-primary #marker-10340 .uk-grid-stack.uk-grid > .uk-grid-margin::before, #marker-10340 .theme-primary .uk-grid-stack.uk-grid > .uk-grid-margin::before, .theme-dark #marker-10340 .uk-grid-stack.uk-grid > .uk-grid-margin::before, #marker-10340 .theme-dark .uk-grid-stack.uk-grid > .uk-grid-margin::before {
  border-top-color: rgba(255, 255, 255, 0.2); }

.theme-primary .uk-close, .theme-dark .uk-close {
  color: rgba(255, 255, 255, 0.5); }

.theme-primary .uk-close:hover, .theme-dark .uk-close:hover, .theme-primary .uk-close:focus, .theme-dark .uk-close:focus {
  color: rgba(255, 255, 255, 0.7); }

.theme-primary .uk-totop, .theme-dark .uk-totop {
  color: rgba(255, 255, 255, 0.5); }

.theme-primary .uk-totop:hover, .theme-dark .uk-totop:hover, .theme-primary .uk-totop:focus, .theme-dark .uk-totop:focus {
  color: rgba(255, 255, 255, 0.7); }

.theme-primary .uk-totop:active, .theme-dark .uk-totop:active {
  color: #fff; }

.theme-primary .uk-marker, .theme-dark .uk-marker {
  background: #f8f8f8;
  color: #666; }

.theme-primary .uk-marker:hover, .theme-dark .uk-marker:hover, .theme-primary .uk-marker:focus, .theme-dark .uk-marker:focus {
  color: #666; }

.theme-primary .uk-badge, .theme-dark .uk-badge {
  background-color: #fff;
  color: #666; }

.theme-primary .uk-badge:hover, .theme-dark .uk-badge:hover, .theme-primary .uk-badge:focus, .theme-dark .uk-badge:focus {
  color: #666; }

.theme-primary .uk-label, .theme-dark .uk-label {
  background-color: #fff;
  color: #666; }

.theme-primary .uk-article-meta, .theme-dark .uk-article-meta {
  color: rgba(255, 255, 255, 0.5); }

.theme-primary .uk-search-input, .theme-dark .uk-search-input {
  color: rgba(255, 255, 255, 0.7); }

.theme-primary .uk-search-input:-ms-input-placeholder, .theme-dark .uk-search-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important; }

.theme-primary .uk-search-input::-webkit-input-placeholder, .theme-dark .uk-search-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.theme-primary .uk-search-input::-ms-input-placeholder, .theme-dark .uk-search-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.theme-primary .uk-search-input::placeholder, .theme-dark .uk-search-input::placeholder {
  color: rgba(255, 255, 255, 0.5); }

.theme-primary .uk-search .uk-search-icon, .theme-dark .uk-search .uk-search-icon {
  color: rgba(255, 255, 255, 0.5); }

.theme-primary .uk-search .uk-search-icon:hover, .theme-dark .uk-search .uk-search-icon:hover {
  color: rgba(255, 255, 255, 0.5); }

.theme-primary .uk-search-default .uk-search-input, .theme-dark .uk-search-default .uk-search-input {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2); }

.theme-primary .uk-search-default .uk-search-input:focus, .theme-dark .uk-search-default .uk-search-input:focus {
  background-color: transparent; }

.theme-primary .uk-search-navbar .uk-search-input, .theme-dark .uk-search-navbar .uk-search-input {
  background-color: transparent; }

.theme-primary .uk-search-large .uk-search-input, .theme-dark .uk-search-large .uk-search-input {
  background-color: transparent; }

.theme-primary .uk-search-toggle, .theme-dark .uk-search-toggle {
  color: rgba(255, 255, 255, 0.5); }

.theme-primary .uk-search-toggle:hover, .theme-dark .uk-search-toggle:hover, .theme-primary .uk-search-toggle:focus, .theme-dark .uk-search-toggle:focus {
  color: rgba(255, 255, 255, 0.7); }

.theme-primary .uk-nav-parent-icon > .uk-parent > a::after, .theme-dark .uk-nav-parent-icon > .uk-parent > a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E"); }

.theme-primary .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .theme-dark .uk-nav-parent-icon > .uk-parent.uk-open > a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E"); }

.theme-primary .uk-nav-default > li > a, .theme-dark .uk-nav-default > li > a {
  color: rgba(255, 255, 255, 0.5); }

.theme-primary .uk-nav-default > li > a:hover, .theme-dark .uk-nav-default > li > a:hover, .theme-primary .uk-nav-default > li > a:focus, .theme-dark .uk-nav-default > li > a:focus {
  color: rgba(255, 255, 255, 0.7); }

.theme-primary .uk-nav-default > li.uk-active > a, .theme-dark .uk-nav-default > li.uk-active > a {
  color: #fff; }

.theme-primary .uk-nav-default .uk-nav-header, .theme-dark .uk-nav-default .uk-nav-header {
  color: #fff; }

.theme-primary .uk-nav-default .uk-nav-divider, .theme-dark .uk-nav-default .uk-nav-divider {
  border-top-color: rgba(255, 255, 255, 0.2); }

.theme-primary .uk-nav-default .uk-nav-sub a, .theme-dark .uk-nav-default .uk-nav-sub a {
  color: rgba(255, 255, 255, 0.5); }

.theme-primary .uk-nav-default .uk-nav-sub a:hover, .theme-dark .uk-nav-default .uk-nav-sub a:hover, .theme-primary .uk-nav-default .uk-nav-sub a:focus, .theme-dark .uk-nav-default .uk-nav-sub a:focus {
  color: rgba(255, 255, 255, 0.7); }

.theme-primary .uk-nav-default .uk-nav-sub li.uk-active > a, .theme-dark .uk-nav-default .uk-nav-sub li.uk-active > a {
  color: #fff; }

.theme-primary .uk-nav-primary > li > a, .theme-dark .uk-nav-primary > li > a {
  color: rgba(255, 255, 255, 0.5); }

.theme-primary .uk-nav-primary > li > a:hover, .theme-dark .uk-nav-primary > li > a:hover, .theme-primary .uk-nav-primary > li > a:focus, .theme-dark .uk-nav-primary > li > a:focus {
  color: rgba(255, 255, 255, 0.7); }

.theme-primary .uk-nav-primary > li.uk-active > a, .theme-dark .uk-nav-primary > li.uk-active > a {
  color: #fff; }

.theme-primary .uk-nav-primary .uk-nav-header, .theme-dark .uk-nav-primary .uk-nav-header {
  color: #fff; }

.theme-primary .uk-nav-primary .uk-nav-divider, .theme-dark .uk-nav-primary .uk-nav-divider {
  border-top-color: rgba(255, 255, 255, 0.2); }

.theme-primary .uk-nav-primary .uk-nav-sub a, .theme-dark .uk-nav-primary .uk-nav-sub a {
  color: rgba(255, 255, 255, 0.5); }

.theme-primary .uk-nav-primary .uk-nav-sub a:hover, .theme-dark .uk-nav-primary .uk-nav-sub a:hover, .theme-primary .uk-nav-primary .uk-nav-sub a:focus, .theme-dark .uk-nav-primary .uk-nav-sub a:focus {
  color: rgba(255, 255, 255, 0.7); }

.theme-primary .uk-nav-primary .uk-nav-sub li.uk-active > a, .theme-dark .uk-nav-primary .uk-nav-sub li.uk-active > a {
  color: #fff; }

.theme-primary .uk-navbar-nav > li > a, .theme-dark .uk-navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.5); }

.theme-primary .uk-navbar-nav > li:hover > a, .theme-dark .uk-navbar-nav > li:hover > a, .theme-primary .uk-navbar-nav > li > a:focus, .theme-dark .uk-navbar-nav > li > a:focus, .theme-primary .uk-navbar-nav > li > a.uk-open, .theme-dark .uk-navbar-nav > li > a.uk-open {
  color: rgba(255, 255, 255, 0.7); }

.theme-primary .uk-navbar-nav > li > a:active, .theme-dark .uk-navbar-nav > li > a:active {
  color: #fff; }

.theme-primary .uk-navbar-nav > li.uk-active > a, .theme-dark .uk-navbar-nav > li.uk-active > a {
  color: #fff; }

.theme-primary .uk-navbar-item, .theme-dark .uk-navbar-item {
  color: rgba(255, 255, 255, 0.7); }

.theme-primary .uk-navbar-toggle, .theme-dark .uk-navbar-toggle {
  color: rgba(255, 255, 255, 0.5); }

.theme-primary .uk-navbar-toggle:hover, .theme-dark .uk-navbar-toggle:hover, .theme-primary .uk-navbar-toggle:focus, .theme-dark .uk-navbar-toggle:focus, .theme-primary .uk-navbar-toggle.uk-open, .theme-dark .uk-navbar-toggle.uk-open {
  color: rgba(255, 255, 255, 0.7); }

.theme-primary .uk-subnav > * > :first-child, .theme-dark .uk-subnav > * > :first-child {
  color: rgba(255, 255, 255, 0.5); }

.theme-primary .uk-subnav > * > a:hover, .theme-dark .uk-subnav > * > a:hover, .theme-primary .uk-subnav > * > a:focus, .theme-dark .uk-subnav > * > a:focus {
  color: rgba(255, 255, 255, 0.7); }

.theme-primary .uk-subnav > .uk-active > a, .theme-dark .uk-subnav > .uk-active > a {
  color: #fff; }

.theme-primary .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .theme-dark .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
  border-left-color: rgba(255, 255, 255, 0.2); }

.theme-primary .uk-subnav-pill > * > :first-child, .theme-dark .uk-subnav-pill > * > :first-child {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.5); }

.theme-primary .uk-subnav-pill > * > a:hover, .theme-dark .uk-subnav-pill > * > a:hover, .theme-primary .uk-subnav-pill > * > a:focus, .theme-dark .uk-subnav-pill > * > a:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7); }

.theme-primary .uk-subnav-pill > * > a:active, .theme-dark .uk-subnav-pill > * > a:active {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7); }

.theme-primary .uk-subnav-pill > .uk-active > a, .theme-dark .uk-subnav-pill > .uk-active > a {
  background-color: #fff;
  color: #666; }

.theme-primary .uk-subnav > .uk-disabled > a, .theme-dark .uk-subnav > .uk-disabled > a {
  color: rgba(255, 255, 255, 0.5); }

.theme-primary .uk-breadcrumb > * > *, .theme-dark .uk-breadcrumb > * > * {
  color: rgba(255, 255, 255, 0.5); }

.theme-primary .uk-breadcrumb > * > :hover, .theme-dark .uk-breadcrumb > * > :hover, .theme-primary .uk-breadcrumb > * > :focus, .theme-dark .uk-breadcrumb > * > :focus {
  color: rgba(255, 255, 255, 0.7); }

.theme-primary .uk-breadcrumb > :last-child > *, .theme-dark .uk-breadcrumb > :last-child > * {
  color: rgba(255, 255, 255, 0.7); }

.theme-primary .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .theme-dark .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  color: rgba(255, 255, 255, 0.5); }

.theme-primary .uk-pagination > * > *, .theme-dark .uk-pagination > * > * {
  color: rgba(255, 255, 255, 0.5); }

.theme-primary .uk-pagination > * > :hover, .theme-dark .uk-pagination > * > :hover, .theme-primary .uk-pagination > * > :focus, .theme-dark .uk-pagination > * > :focus {
  color: rgba(255, 255, 255, 0.7); }

.theme-primary .uk-pagination > .uk-active > *, .theme-dark .uk-pagination > .uk-active > * {
  color: rgba(255, 255, 255, 0.7); }

.theme-primary .uk-pagination > .uk-disabled > *, .theme-dark .uk-pagination > .uk-disabled > * {
  color: rgba(255, 255, 255, 0.5); }

.theme-primary .uk-tab::before, .theme-dark .uk-tab::before {
  border-color: rgba(255, 255, 255, 0.2); }

.theme-primary .uk-tab > * > a, .theme-dark .uk-tab > * > a {
  color: rgba(255, 255, 255, 0.5); }

.theme-primary .uk-tab > * > a:hover, .theme-dark .uk-tab > * > a:hover, .theme-primary .uk-tab > * > a:focus, .theme-dark .uk-tab > * > a:focus {
  color: rgba(255, 255, 255, 0.7); }

.theme-primary .uk-tab > .uk-active > a, .theme-dark .uk-tab > .uk-active > a {
  color: #fff;
  border-color: #fff; }

.theme-primary .uk-tab > .uk-disabled > a, .theme-dark .uk-tab > .uk-disabled > a {
  color: rgba(255, 255, 255, 0.5); }

.theme-primary .uk-slidenav, .theme-dark .uk-slidenav {
  color: rgba(255, 255, 255, 0.7); }

.theme-primary .uk-slidenav:hover, .theme-dark .uk-slidenav:hover, .theme-primary .uk-slidenav:focus, .theme-dark .uk-slidenav:focus {
  color: rgba(255, 255, 255, 0.95); }

.theme-primary .uk-slidenav:active, .theme-dark .uk-slidenav:active {
  color: rgba(255, 255, 255, 0.7); }

.theme-primary .uk-dotnav > * > *, .theme-dark .uk-dotnav > * > * {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.9); }

.theme-primary .uk-dotnav > * > :hover, .theme-dark .uk-dotnav > * > :hover, .theme-primary .uk-dotnav > * > :focus, .theme-dark .uk-dotnav > * > :focus {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: transparent; }

.theme-primary .uk-dotnav > * > :active, .theme-dark .uk-dotnav > * > :active {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: transparent; }

.theme-primary .uk-dotnav > .uk-active > *, .theme-dark .uk-dotnav > .uk-active > * {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: transparent; }

.theme-primary .uk-accordion-title, .theme-dark .uk-accordion-title {
  color: #fff; }

.theme-primary .uk-accordion-title:hover, .theme-dark .uk-accordion-title:hover {
  color: rgba(255, 255, 255, 0.7); }

.theme-primary .uk-iconnav > * > a, .theme-dark .uk-iconnav > * > a {
  color: rgba(255, 255, 255, 0.5); }

.theme-primary .uk-iconnav > * > a:hover, .theme-dark .uk-iconnav > * > a:hover, .theme-primary .uk-iconnav > * > a:focus, .theme-dark .uk-iconnav > * > a:focus {
  color: rgba(255, 255, 255, 0.7); }

.theme-primary .uk-iconnav > .uk-active > a, .theme-dark .uk-iconnav > .uk-active > a {
  color: rgba(255, 255, 255, 0.7); }

.theme-primary .uk-text-lead, .theme-dark .uk-text-lead {
  color: rgba(255, 255, 255, 0.7); }

.theme-primary .uk-text-meta, .theme-dark .uk-text-meta {
  color: rgba(255, 255, 255, 0.5); }

.theme-primary .uk-text-muted, .theme-dark .uk-text-muted {
  color: rgba(255, 255, 255, 0.5) !important; }

.theme-primary .uk-text-emphasis, .theme-dark .uk-text-emphasis {
  color: #fff !important; }

.theme-primary .uk-text-primary, .theme-dark .uk-text-primary {
  color: #fff !important; }

.theme-primary .uk-text-secondary, .theme-dark .uk-text-secondary {
  color: #fff !important; }

.theme-primary .uk-column-divider, .theme-dark .uk-column-divider {
  -webkit-column-rule-color: rgba(255, 255, 255, 0.2);
  column-rule-color: rgba(255, 255, 255, 0.2); }

.theme-primary .uk-logo, .theme-dark .uk-logo {
  color: rgba(255, 255, 255, 0.7); }

.theme-primary .uk-logo:hover, .theme-dark .uk-logo:hover, .theme-primary .uk-logo:focus, .theme-dark .uk-logo:focus {
  color: rgba(255, 255, 255, 0.7); }

.theme-primary .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .theme-dark .uk-logo > :not(.uk-logo-inverse):not(:only-of-type) {
  display: none; }

.theme-primary .uk-logo-inverse, .theme-dark .uk-logo-inverse {
  display: inline; }

.theme-primary .uk-accordion-title::before, .theme-dark .uk-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"); }

.theme-primary .uk-open > .uk-accordion-title::before, .theme-dark .uk-open > .uk-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-card-secondary {
  background-color: #67023C;
  color: #fff;
  -webkit-box-shadow: 0 10px 30px rgba(135, 2, 77, 0.15);
  box-shadow: 0 10px 30px rgba(135, 2, 77, 0.15); }

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

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

.theme-secondary, .theme-dark {
  color: rgba(255, 255, 255, 0.7); }

.theme-secondary a, .theme-dark a, .theme-secondary .uk-link, .theme-dark .uk-link {
  color: #fff; }

.theme-secondary a:hover, .theme-dark a:hover, .theme-secondary .uk-link:hover, .theme-dark .uk-link:hover {
  color: #fff; }

.theme-secondary :not(pre) > code, .theme-dark :not(pre) > code, .theme-secondary :not(pre) > kbd, .theme-dark :not(pre) > kbd, .theme-secondary :not(pre) > samp, .theme-dark :not(pre) > samp {
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.1); }

.theme-secondary em, .theme-dark em {
  color: #fff; }

.theme-secondary h1, .theme-dark h1, .theme-secondary .uk-h1, .theme-dark .uk-h1, .theme-secondary h2, .theme-dark h2, .theme-secondary .uk-h2, .theme-dark .uk-h2, .theme-secondary h3, .theme-dark h3, .theme-secondary .uk-h3, .theme-dark .uk-h3, .theme-secondary h4, .theme-dark h4, .theme-secondary .uk-h4, .theme-dark .uk-h4, .theme-secondary h5, .theme-dark h5, .theme-secondary .uk-h5, .theme-dark .uk-h5, .theme-secondary h6, .theme-dark h6, .theme-secondary .uk-h6, .theme-dark .uk-h6, .theme-secondary .uk-heading-small, .theme-dark .uk-heading-small, .theme-secondary .uk-heading-medium, .theme-dark .uk-heading-medium, .theme-secondary .uk-heading-large, .theme-dark .uk-heading-large, .theme-secondary .uk-heading-xlarge, .theme-dark .uk-heading-xlarge, .theme-secondary .uk-heading-2xlarge, .theme-dark .uk-heading-2xlarge {
  color: #fff; }

.theme-secondary blockquote, .theme-dark blockquote {
  color: #fff; }

.theme-secondary blockquote footer, .theme-dark blockquote footer {
  color: rgba(255, 255, 255, 0.7); }

.theme-secondary hr, .theme-dark hr, .theme-secondary .uk-hr, .theme-dark .uk-hr {
  border-top-color: rgba(255, 255, 255, 0.2); }

.theme-secondary .uk-link-muted, .theme-dark .uk-link-muted, .theme-secondary .uk-link-muted a, .theme-dark .uk-link-muted a {
  color: rgba(255, 255, 255, 0.5); }

.theme-secondary .uk-link-muted:hover, .theme-dark .uk-link-muted:hover, .theme-secondary .uk-link-muted a:hover, .theme-dark .uk-link-muted a:hover {
  color: rgba(255, 255, 255, 0.7); }

.theme-secondary .uk-link-text:hover, .theme-dark .uk-link-text:hover, .theme-secondary .uk-link-text a:hover, .theme-dark .uk-link-text a:hover {
  color: rgba(255, 255, 255, 0.5); }

.theme-secondary .uk-link-heading:hover, .theme-dark .uk-link-heading:hover, .theme-secondary .uk-link-heading a:hover, .theme-dark .uk-link-heading a:hover {
  color: #fff; }

.theme-secondary .uk-heading-divider, .theme-dark .uk-heading-divider, .theme-secondary #marker-10352 h2, #marker-10352 .theme-secondary h2, .theme-dark #marker-10352 h2, #marker-10352 .theme-dark h2 {
  border-bottom-color: rgba(255, 255, 255, 0.2); }

.theme-secondary .uk-heading-bullet::before, .theme-dark .uk-heading-bullet::before {
  border-left-color: rgba(255, 255, 255, 0.2); }

.theme-secondary .uk-heading-line > ::before, .theme-dark .uk-heading-line > ::before, .theme-secondary .uk-heading-line > ::after, .theme-dark .uk-heading-line > ::after {
  border-bottom-color: rgba(255, 255, 255, 0.2); }

.theme-secondary .uk-divider-icon, .theme-dark .uk-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"); }

.theme-secondary .uk-divider-icon::before, .theme-dark .uk-divider-icon::before, .theme-secondary .uk-divider-icon::after, .theme-dark .uk-divider-icon::after {
  border-bottom-color: rgba(255, 255, 255, 0.2); }

.theme-secondary .uk-divider-small::after, .theme-dark .uk-divider-small::after {
  border-top-color: rgba(255, 255, 255, 0.2); }

.theme-secondary .uk-divider-vertical, .theme-dark .uk-divider-vertical {
  border-left-color: rgba(255, 255, 255, 0.2); }

.theme-secondary .uk-list-divider > li:nth-child(n+2), .theme-dark .uk-list-divider > li:nth-child(n+2) {
  border-top-color: rgba(255, 255, 255, 0.2); }

.theme-secondary .uk-list-striped > li:nth-of-type(odd), .theme-dark .uk-list-striped > li:nth-of-type(odd) {
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2); }

.theme-secondary .uk-list-striped > li:nth-of-type(odd), .theme-dark .uk-list-striped > li:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.1); }

.theme-secondary .uk-list-bullet > li::before, .theme-dark .uk-list-bullet > li::before, .theme-secondary .typo ul > li::before, .typo .theme-secondary ul > li::before, .theme-dark .typo ul > li::before, .typo .theme-dark ul > li::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"); }

.theme-secondary .uk-table th, .theme-dark .uk-table th {
  color: rgba(255, 255, 255, 0.7); }

.theme-secondary .uk-table caption, .theme-dark .uk-table caption {
  color: rgba(255, 255, 255, 0.5); }

.theme-secondary .uk-table > tr.uk-active, .theme-dark .uk-table > tr.uk-active, .theme-secondary .uk-table tbody tr.uk-active, .theme-dark .uk-table tbody tr.uk-active {
  background: rgba(255, 255, 255, 0.08); }

.theme-secondary .uk-table-divider > tr:not(:first-child), .theme-dark .uk-table-divider > tr:not(:first-child), .theme-secondary .uk-table-divider > :not(:first-child) > tr, .theme-dark .uk-table-divider > :not(:first-child) > tr, .theme-secondary .uk-table-divider > :first-child > tr:not(:first-child), .theme-dark .uk-table-divider > :first-child > tr:not(:first-child) {
  border-top-color: rgba(255, 255, 255, 0.2); }

.theme-secondary .uk-table-striped > tr:nth-of-type(odd), .theme-dark .uk-table-striped > tr:nth-of-type(odd), .theme-secondary .uk-table-striped tbody tr:nth-of-type(odd), .theme-dark .uk-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); }

.theme-secondary .uk-table-hover > tr:hover, .theme-dark .uk-table-hover > tr:hover, .theme-secondary .uk-table-hover tbody tr:hover, .theme-dark .uk-table-hover tbody tr:hover {
  background: rgba(255, 255, 255, 0.08); }

.theme-secondary .uk-icon-link, .theme-dark .uk-icon-link {
  color: rgba(255, 255, 255, 0.5); }

.theme-secondary .uk-icon-link:hover, .theme-dark .uk-icon-link:hover, .theme-secondary .uk-icon-link:focus, .theme-dark .uk-icon-link:focus {
  color: rgba(255, 255, 255, 0.7); }

.theme-secondary .uk-icon-link:active, .theme-dark .uk-icon-link:active, .theme-secondary .uk-active > .uk-icon-link, .theme-dark .uk-active > .uk-icon-link {
  color: rgba(255, 255, 255, 0.7); }

.theme-secondary .uk-icon-button, .theme-dark .uk-icon-button {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5); }

.theme-secondary .uk-icon-button:hover, .theme-dark .uk-icon-button:hover, .theme-secondary .uk-icon-button:focus, .theme-dark .uk-icon-button:focus {
  background-color: rgba(242, 242, 242, 0.1);
  color: rgba(255, 255, 255, 0.7); }

.theme-secondary .uk-icon-button:active, .theme-dark .uk-icon-button:active {
  background-color: rgba(230, 230, 230, 0.1);
  color: rgba(255, 255, 255, 0.7); }

.theme-secondary .uk-input, .theme-dark .uk-input, .theme-secondary .uk-select, .theme-dark .uk-select, .theme-secondary .uk-textarea, .theme-dark .uk-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); }

.theme-secondary .uk-input:focus, .theme-dark .uk-input:focus, .theme-secondary .uk-select:focus, .theme-dark .uk-select:focus, .theme-secondary .uk-textarea:focus, .theme-dark .uk-textarea:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7); }

.theme-secondary .uk-input::-ms-input-placeholder, .theme-dark .uk-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important; }

.theme-secondary .uk-input::-webkit-input-placeholder, .theme-dark .uk-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.theme-secondary .uk-input:-ms-input-placeholder, .theme-dark .uk-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.theme-secondary .uk-input::placeholder, .theme-dark .uk-input::placeholder {
  color: rgba(255, 255, 255, 0.5); }

.theme-secondary .uk-textarea::-ms-input-placeholder, .theme-dark .uk-textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important; }

.theme-secondary .uk-textarea::-webkit-input-placeholder, .theme-dark .uk-textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.theme-secondary .uk-textarea:-ms-input-placeholder, .theme-dark .uk-textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.theme-secondary .uk-textarea::placeholder, .theme-dark .uk-textarea::placeholder {
  color: rgba(255, 255, 255, 0.5); }

.theme-secondary .uk-select:not([multiple]):not([size]), .theme-dark .uk-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"); }

.theme-secondary .uk-input[list]:hover, .theme-dark .uk-input[list]:hover, .theme-secondary .uk-input[list]:focus, .theme-dark .uk-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"); }

.theme-secondary .uk-radio, .theme-dark .uk-radio, .theme-secondary .uk-checkbox, .theme-dark .uk-checkbox {
  background-color: rgba(242, 242, 242, 0.1);
  border-color: rgba(255, 255, 255, 0.2); }

.theme-secondary .uk-radio:focus, .theme-dark .uk-radio:focus, .theme-secondary .uk-checkbox:focus, .theme-dark .uk-checkbox:focus {
  border-color: rgba(255, 255, 255, 0.7); }

.theme-secondary .uk-radio:checked, .theme-dark .uk-radio:checked, .theme-secondary .uk-checkbox:checked, .theme-dark .uk-checkbox:checked, .theme-secondary .uk-checkbox:indeterminate, .theme-dark .uk-checkbox:indeterminate {
  background-color: #fff;
  border-color: rgba(255, 255, 255, 0.7); }

.theme-secondary .uk-radio:checked:focus, .theme-dark .uk-radio:checked:focus, .theme-secondary .uk-checkbox:checked:focus, .theme-dark .uk-checkbox:checked:focus, .theme-secondary .uk-checkbox:indeterminate:focus, .theme-dark .uk-checkbox:indeterminate:focus {
  background-color: #e6e6e6; }

.theme-secondary .uk-radio:checked, .theme-dark .uk-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"); }

.theme-secondary .uk-checkbox:checked, .theme-dark .uk-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"); }

.theme-secondary .uk-checkbox:indeterminate, .theme-dark .uk-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"); }

.theme-secondary .uk-form-label, .theme-dark .uk-form-label {
  color: #fff; }

.theme-secondary .uk-form-icon, .theme-dark .uk-form-icon {
  color: rgba(255, 255, 255, 0.5); }

.theme-secondary .uk-form-icon:hover, .theme-dark .uk-form-icon:hover {
  color: rgba(255, 255, 255, 0.7); }

.theme-secondary .uk-button-default, .theme-dark .uk-button-default {
  background-color: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7); }

.theme-secondary .uk-button-default:hover, .theme-dark .uk-button-default:hover, .theme-secondary .uk-button-default:focus, .theme-dark .uk-button-default:focus {
  background-color: transparent;
  color: #fff;
  border-color: #fff; }

.theme-secondary .uk-button-default:active, .theme-dark .uk-button-default:active, .theme-secondary .uk-button-default.uk-active, .theme-dark .uk-button-default.uk-active {
  background-color: transparent;
  color: #fff;
  border-color: #fff; }

.theme-secondary .uk-button-primary, .theme-dark .uk-button-primary {
  background-color: #fff;
  color: #666; }

.theme-secondary .uk-button-primary:hover, .theme-dark .uk-button-primary:hover, .theme-secondary .uk-button-primary:focus, .theme-dark .uk-button-primary:focus {
  background-color: #f2f2f2;
  color: #666; }

.theme-secondary .uk-button-primary:active, .theme-dark .uk-button-primary:active, .theme-secondary .uk-button-primary.uk-active, .theme-dark .uk-button-primary.uk-active {
  background-color: #e6e6e6;
  color: #666; }

.theme-secondary .uk-button-secondary, .theme-dark .uk-button-secondary {
  background-color: #fff;
  color: #666; }

.theme-secondary .uk-button-secondary:hover, .theme-dark .uk-button-secondary:hover, .theme-secondary .uk-button-secondary:focus, .theme-dark .uk-button-secondary:focus {
  background-color: #f2f2f2;
  color: #666; }

.theme-secondary .uk-button-secondary:active, .theme-dark .uk-button-secondary:active, .theme-secondary .uk-button-secondary.uk-active, .theme-dark .uk-button-secondary.uk-active {
  background-color: #e6e6e6;
  color: #666; }

.theme-secondary .uk-button-text, .theme-dark .uk-button-text {
  color: #fff; }

.theme-secondary .uk-button-text::before, .theme-dark .uk-button-text::before {
  border-bottom-color: #fff; }

.theme-secondary .uk-button-text:hover, .theme-dark .uk-button-text:hover, .theme-secondary .uk-button-text:focus, .theme-dark .uk-button-text:focus {
  color: #fff; }

.theme-secondary .uk-button-text:disabled, .theme-dark .uk-button-text:disabled {
  color: rgba(255, 255, 255, 0.5); }

.theme-secondary .uk-button-link, .theme-dark .uk-button-link {
  color: rgba(255, 255, 255, 0.5); }

.theme-secondary .uk-button-link:hover, .theme-dark .uk-button-link:hover, .theme-secondary .uk-button-link:focus, .theme-dark .uk-button-link:focus {
  color: rgba(255, 255, 255, 0.7); }

.theme-secondary .uk-grid-divider > :not(.uk-first-column)::before, .theme-dark .uk-grid-divider > :not(.uk-first-column)::before, .theme-secondary #marker-10340 .uk-grid > :not(.uk-first-column)::before, #marker-10340 .theme-secondary .uk-grid > :not(.uk-first-column)::before, .theme-dark #marker-10340 .uk-grid > :not(.uk-first-column)::before, #marker-10340 .theme-dark .uk-grid > :not(.uk-first-column)::before {
  border-left-color: rgba(255, 255, 255, 0.2); }

.theme-secondary .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .theme-dark .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .theme-secondary #marker-10340 .uk-grid-stack.uk-grid > .uk-grid-margin::before, #marker-10340 .theme-secondary .uk-grid-stack.uk-grid > .uk-grid-margin::before, .theme-dark #marker-10340 .uk-grid-stack.uk-grid > .uk-grid-margin::before, #marker-10340 .theme-dark .uk-grid-stack.uk-grid > .uk-grid-margin::before {
  border-top-color: rgba(255, 255, 255, 0.2); }

.theme-secondary .uk-close, .theme-dark .uk-close {
  color: rgba(255, 255, 255, 0.5); }

.theme-secondary .uk-close:hover, .theme-dark .uk-close:hover, .theme-secondary .uk-close:focus, .theme-dark .uk-close:focus {
  color: rgba(255, 255, 255, 0.7); }

.theme-secondary .uk-totop, .theme-dark .uk-totop {
  color: rgba(255, 255, 255, 0.5); }

.theme-secondary .uk-totop:hover, .theme-dark .uk-totop:hover, .theme-secondary .uk-totop:focus, .theme-dark .uk-totop:focus {
  color: rgba(255, 255, 255, 0.7); }

.theme-secondary .uk-totop:active, .theme-dark .uk-totop:active {
  color: #fff; }

.theme-secondary .uk-marker, .theme-dark .uk-marker {
  background: #f8f8f8;
  color: #666; }

.theme-secondary .uk-marker:hover, .theme-dark .uk-marker:hover, .theme-secondary .uk-marker:focus, .theme-dark .uk-marker:focus {
  color: #666; }

.theme-secondary .uk-badge, .theme-dark .uk-badge {
  background-color: #fff;
  color: #666; }

.theme-secondary .uk-badge:hover, .theme-dark .uk-badge:hover, .theme-secondary .uk-badge:focus, .theme-dark .uk-badge:focus {
  color: #666; }

.theme-secondary .uk-label, .theme-dark .uk-label {
  background-color: #fff;
  color: #666; }

.theme-secondary .uk-article-meta, .theme-dark .uk-article-meta {
  color: rgba(255, 255, 255, 0.5); }

.theme-secondary .uk-search-input, .theme-dark .uk-search-input {
  color: rgba(255, 255, 255, 0.7); }

.theme-secondary .uk-search-input:-ms-input-placeholder, .theme-dark .uk-search-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important; }

.theme-secondary .uk-search-input::-webkit-input-placeholder, .theme-dark .uk-search-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.theme-secondary .uk-search-input::-ms-input-placeholder, .theme-dark .uk-search-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.theme-secondary .uk-search-input::placeholder, .theme-dark .uk-search-input::placeholder {
  color: rgba(255, 255, 255, 0.5); }

.theme-secondary .uk-search .uk-search-icon, .theme-dark .uk-search .uk-search-icon {
  color: rgba(255, 255, 255, 0.5); }

.theme-secondary .uk-search .uk-search-icon:hover, .theme-dark .uk-search .uk-search-icon:hover {
  color: rgba(255, 255, 255, 0.5); }

.theme-secondary .uk-search-default .uk-search-input, .theme-dark .uk-search-default .uk-search-input {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2); }

.theme-secondary .uk-search-default .uk-search-input:focus, .theme-dark .uk-search-default .uk-search-input:focus {
  background-color: transparent; }

.theme-secondary .uk-search-navbar .uk-search-input, .theme-dark .uk-search-navbar .uk-search-input {
  background-color: transparent; }

.theme-secondary .uk-search-large .uk-search-input, .theme-dark .uk-search-large .uk-search-input {
  background-color: transparent; }

.theme-secondary .uk-search-toggle, .theme-dark .uk-search-toggle {
  color: rgba(255, 255, 255, 0.5); }

.theme-secondary .uk-search-toggle:hover, .theme-dark .uk-search-toggle:hover, .theme-secondary .uk-search-toggle:focus, .theme-dark .uk-search-toggle:focus {
  color: rgba(255, 255, 255, 0.7); }

.theme-secondary .uk-nav-parent-icon > .uk-parent > a::after, .theme-dark .uk-nav-parent-icon > .uk-parent > a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E"); }

.theme-secondary .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .theme-dark .uk-nav-parent-icon > .uk-parent.uk-open > a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E"); }

.theme-secondary .uk-nav-default > li > a, .theme-dark .uk-nav-default > li > a {
  color: rgba(255, 255, 255, 0.5); }

.theme-secondary .uk-nav-default > li > a:hover, .theme-dark .uk-nav-default > li > a:hover, .theme-secondary .uk-nav-default > li > a:focus, .theme-dark .uk-nav-default > li > a:focus {
  color: rgba(255, 255, 255, 0.7); }

.theme-secondary .uk-nav-default > li.uk-active > a, .theme-dark .uk-nav-default > li.uk-active > a {
  color: #fff; }

.theme-secondary .uk-nav-default .uk-nav-header, .theme-dark .uk-nav-default .uk-nav-header {
  color: #fff; }

.theme-secondary .uk-nav-default .uk-nav-divider, .theme-dark .uk-nav-default .uk-nav-divider {
  border-top-color: rgba(255, 255, 255, 0.2); }

.theme-secondary .uk-nav-default .uk-nav-sub a, .theme-dark .uk-nav-default .uk-nav-sub a {
  color: rgba(255, 255, 255, 0.5); }

.theme-secondary .uk-nav-default .uk-nav-sub a:hover, .theme-dark .uk-nav-default .uk-nav-sub a:hover, .theme-secondary .uk-nav-default .uk-nav-sub a:focus, .theme-dark .uk-nav-default .uk-nav-sub a:focus {
  color: rgba(255, 255, 255, 0.7); }

.theme-secondary .uk-nav-default .uk-nav-sub li.uk-active > a, .theme-dark .uk-nav-default .uk-nav-sub li.uk-active > a {
  color: #fff; }

.theme-secondary .uk-nav-primary > li > a, .theme-dark .uk-nav-primary > li > a {
  color: rgba(255, 255, 255, 0.5); }

.theme-secondary .uk-nav-primary > li > a:hover, .theme-dark .uk-nav-primary > li > a:hover, .theme-secondary .uk-nav-primary > li > a:focus, .theme-dark .uk-nav-primary > li > a:focus {
  color: rgba(255, 255, 255, 0.7); }

.theme-secondary .uk-nav-primary > li.uk-active > a, .theme-dark .uk-nav-primary > li.uk-active > a {
  color: #fff; }

.theme-secondary .uk-nav-primary .uk-nav-header, .theme-dark .uk-nav-primary .uk-nav-header {
  color: #fff; }

.theme-secondary .uk-nav-primary .uk-nav-divider, .theme-dark .uk-nav-primary .uk-nav-divider {
  border-top-color: rgba(255, 255, 255, 0.2); }

.theme-secondary .uk-nav-primary .uk-nav-sub a, .theme-dark .uk-nav-primary .uk-nav-sub a {
  color: rgba(255, 255, 255, 0.5); }

.theme-secondary .uk-nav-primary .uk-nav-sub a:hover, .theme-dark .uk-nav-primary .uk-nav-sub a:hover, .theme-secondary .uk-nav-primary .uk-nav-sub a:focus, .theme-dark .uk-nav-primary .uk-nav-sub a:focus {
  color: rgba(255, 255, 255, 0.7); }

.theme-secondary .uk-nav-primary .uk-nav-sub li.uk-active > a, .theme-dark .uk-nav-primary .uk-nav-sub li.uk-active > a {
  color: #fff; }

.theme-secondary .uk-navbar-nav > li > a, .theme-dark .uk-navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.5); }

.theme-secondary .uk-navbar-nav > li:hover > a, .theme-dark .uk-navbar-nav > li:hover > a, .theme-secondary .uk-navbar-nav > li > a:focus, .theme-dark .uk-navbar-nav > li > a:focus, .theme-secondary .uk-navbar-nav > li > a.uk-open, .theme-dark .uk-navbar-nav > li > a.uk-open {
  color: rgba(255, 255, 255, 0.7); }

.theme-secondary .uk-navbar-nav > li > a:active, .theme-dark .uk-navbar-nav > li > a:active {
  color: #fff; }

.theme-secondary .uk-navbar-nav > li.uk-active > a, .theme-dark .uk-navbar-nav > li.uk-active > a {
  color: #fff; }

.theme-secondary .uk-navbar-item, .theme-dark .uk-navbar-item {
  color: rgba(255, 255, 255, 0.7); }

.theme-secondary .uk-navbar-toggle, .theme-dark .uk-navbar-toggle {
  color: rgba(255, 255, 255, 0.5); }

.theme-secondary .uk-navbar-toggle:hover, .theme-dark .uk-navbar-toggle:hover, .theme-secondary .uk-navbar-toggle:focus, .theme-dark .uk-navbar-toggle:focus, .theme-secondary .uk-navbar-toggle.uk-open, .theme-dark .uk-navbar-toggle.uk-open {
  color: rgba(255, 255, 255, 0.7); }

.theme-secondary .uk-subnav > * > :first-child, .theme-dark .uk-subnav > * > :first-child {
  color: rgba(255, 255, 255, 0.5); }

.theme-secondary .uk-subnav > * > a:hover, .theme-dark .uk-subnav > * > a:hover, .theme-secondary .uk-subnav > * > a:focus, .theme-dark .uk-subnav > * > a:focus {
  color: rgba(255, 255, 255, 0.7); }

.theme-secondary .uk-subnav > .uk-active > a, .theme-dark .uk-subnav > .uk-active > a {
  color: #fff; }

.theme-secondary .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .theme-dark .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
  border-left-color: rgba(255, 255, 255, 0.2); }

.theme-secondary .uk-subnav-pill > * > :first-child, .theme-dark .uk-subnav-pill > * > :first-child {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.5); }

.theme-secondary .uk-subnav-pill > * > a:hover, .theme-dark .uk-subnav-pill > * > a:hover, .theme-secondary .uk-subnav-pill > * > a:focus, .theme-dark .uk-subnav-pill > * > a:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7); }

.theme-secondary .uk-subnav-pill > * > a:active, .theme-dark .uk-subnav-pill > * > a:active {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7); }

.theme-secondary .uk-subnav-pill > .uk-active > a, .theme-dark .uk-subnav-pill > .uk-active > a {
  background-color: #fff;
  color: #666; }

.theme-secondary .uk-subnav > .uk-disabled > a, .theme-dark .uk-subnav > .uk-disabled > a {
  color: rgba(255, 255, 255, 0.5); }

.theme-secondary .uk-breadcrumb > * > *, .theme-dark .uk-breadcrumb > * > * {
  color: rgba(255, 255, 255, 0.5); }

.theme-secondary .uk-breadcrumb > * > :hover, .theme-dark .uk-breadcrumb > * > :hover, .theme-secondary .uk-breadcrumb > * > :focus, .theme-dark .uk-breadcrumb > * > :focus {
  color: rgba(255, 255, 255, 0.7); }

.theme-secondary .uk-breadcrumb > :last-child > *, .theme-dark .uk-breadcrumb > :last-child > * {
  color: rgba(255, 255, 255, 0.7); }

.theme-secondary .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .theme-dark .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  color: rgba(255, 255, 255, 0.5); }

.theme-secondary .uk-pagination > * > *, .theme-dark .uk-pagination > * > * {
  color: rgba(255, 255, 255, 0.5); }

.theme-secondary .uk-pagination > * > :hover, .theme-dark .uk-pagination > * > :hover, .theme-secondary .uk-pagination > * > :focus, .theme-dark .uk-pagination > * > :focus {
  color: rgba(255, 255, 255, 0.7); }

.theme-secondary .uk-pagination > .uk-active > *, .theme-dark .uk-pagination > .uk-active > * {
  color: rgba(255, 255, 255, 0.7); }

.theme-secondary .uk-pagination > .uk-disabled > *, .theme-dark .uk-pagination > .uk-disabled > * {
  color: rgba(255, 255, 255, 0.5); }

.theme-secondary .uk-tab::before, .theme-dark .uk-tab::before {
  border-color: rgba(255, 255, 255, 0.2); }

.theme-secondary .uk-tab > * > a, .theme-dark .uk-tab > * > a {
  color: rgba(255, 255, 255, 0.5); }

.theme-secondary .uk-tab > * > a:hover, .theme-dark .uk-tab > * > a:hover, .theme-secondary .uk-tab > * > a:focus, .theme-dark .uk-tab > * > a:focus {
  color: rgba(255, 255, 255, 0.7); }

.theme-secondary .uk-tab > .uk-active > a, .theme-dark .uk-tab > .uk-active > a {
  color: #fff;
  border-color: #fff; }

.theme-secondary .uk-tab > .uk-disabled > a, .theme-dark .uk-tab > .uk-disabled > a {
  color: rgba(255, 255, 255, 0.5); }

.theme-secondary .uk-slidenav, .theme-dark .uk-slidenav {
  color: rgba(255, 255, 255, 0.7); }

.theme-secondary .uk-slidenav:hover, .theme-dark .uk-slidenav:hover, .theme-secondary .uk-slidenav:focus, .theme-dark .uk-slidenav:focus {
  color: rgba(255, 255, 255, 0.95); }

.theme-secondary .uk-slidenav:active, .theme-dark .uk-slidenav:active {
  color: rgba(255, 255, 255, 0.7); }

.theme-secondary .uk-dotnav > * > *, .theme-dark .uk-dotnav > * > * {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.9); }

.theme-secondary .uk-dotnav > * > :hover, .theme-dark .uk-dotnav > * > :hover, .theme-secondary .uk-dotnav > * > :focus, .theme-dark .uk-dotnav > * > :focus {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: transparent; }

.theme-secondary .uk-dotnav > * > :active, .theme-dark .uk-dotnav > * > :active {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: transparent; }

.theme-secondary .uk-dotnav > .uk-active > *, .theme-dark .uk-dotnav > .uk-active > * {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: transparent; }

.theme-secondary .uk-accordion-title, .theme-dark .uk-accordion-title {
  color: #fff; }

.theme-secondary .uk-accordion-title:hover, .theme-dark .uk-accordion-title:hover {
  color: rgba(255, 255, 255, 0.7); }

.theme-secondary .uk-iconnav > * > a, .theme-dark .uk-iconnav > * > a {
  color: rgba(255, 255, 255, 0.5); }

.theme-secondary .uk-iconnav > * > a:hover, .theme-dark .uk-iconnav > * > a:hover, .theme-secondary .uk-iconnav > * > a:focus, .theme-dark .uk-iconnav > * > a:focus {
  color: rgba(255, 255, 255, 0.7); }

.theme-secondary .uk-iconnav > .uk-active > a, .theme-dark .uk-iconnav > .uk-active > a {
  color: rgba(255, 255, 255, 0.7); }

.theme-secondary .uk-text-lead, .theme-dark .uk-text-lead {
  color: rgba(255, 255, 255, 0.7); }

.theme-secondary .uk-text-meta, .theme-dark .uk-text-meta {
  color: rgba(255, 255, 255, 0.5); }

.theme-secondary .uk-text-muted, .theme-dark .uk-text-muted {
  color: rgba(255, 255, 255, 0.5) !important; }

.theme-secondary .uk-text-emphasis, .theme-dark .uk-text-emphasis {
  color: #fff !important; }

.theme-secondary .uk-text-primary, .theme-dark .uk-text-primary {
  color: #fff !important; }

.theme-secondary .uk-text-secondary, .theme-dark .uk-text-secondary {
  color: #fff !important; }

.theme-secondary .uk-column-divider, .theme-dark .uk-column-divider {
  -webkit-column-rule-color: rgba(255, 255, 255, 0.2);
  column-rule-color: rgba(255, 255, 255, 0.2); }

.theme-secondary .uk-logo, .theme-dark .uk-logo {
  color: rgba(255, 255, 255, 0.7); }

.theme-secondary .uk-logo:hover, .theme-dark .uk-logo:hover, .theme-secondary .uk-logo:focus, .theme-dark .uk-logo:focus {
  color: rgba(255, 255, 255, 0.7); }

.theme-secondary .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .theme-dark .uk-logo > :not(.uk-logo-inverse):not(:only-of-type) {
  display: none; }

.theme-secondary .uk-logo-inverse, .theme-dark .uk-logo-inverse {
  display: inline; }

.theme-secondary .uk-accordion-title::before, .theme-dark .uk-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"); }

.theme-secondary .uk-open > .uk-accordion-title::before, .theme-dark .uk-open > .uk-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-spinner > * {
  -webkit-animation: uk-spinner-rotate 1.4s linear infinite;
  animation: uk-spinner-rotate 1.4s linear infinite; }

@-webkit-keyframes uk-spinner-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); } }

@keyframes uk-spinner-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); } }

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

@-webkit-keyframes uk-spinner-dash {
  0% {
    stroke-dashoffset: 88px; }
  50% {
    stroke-dashoffset: 22px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 88px;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg); } }

@keyframes uk-spinner-dash {
  0% {
    stroke-dashoffset: 88px; }
  50% {
    stroke-dashoffset: 22px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 88px;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg); } }

[class*='uk-animation-'] {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.uk-animation-fade {
  -webkit-animation-name: uk-fade;
  animation-name: uk-fade;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

.uk-animation-scale-up {
  -webkit-animation-name: uk-fade-scale-02;
  animation-name: uk-fade-scale-02; }

.uk-animation-scale-down {
  -webkit-animation-name: uk-fade-scale-18;
  animation-name: uk-fade-scale-18; }

.uk-animation-slide-top {
  -webkit-animation-name: uk-fade-top;
  animation-name: uk-fade-top; }

.uk-animation-slide-bottom {
  -webkit-animation-name: uk-fade-bottom;
  animation-name: uk-fade-bottom; }

.uk-animation-slide-left {
  -webkit-animation-name: uk-fade-left;
  animation-name: uk-fade-left; }

.uk-animation-slide-right {
  -webkit-animation-name: uk-fade-right;
  animation-name: uk-fade-right; }

.uk-animation-slide-top-small {
  -webkit-animation-name: uk-fade-top-small;
  animation-name: uk-fade-top-small; }

.uk-animation-slide-bottom-small {
  -webkit-animation-name: uk-fade-bottom-small;
  animation-name: uk-fade-bottom-small; }

.uk-animation-slide-left-small {
  -webkit-animation-name: uk-fade-left-small;
  animation-name: uk-fade-left-small; }

.uk-animation-slide-right-small {
  -webkit-animation-name: uk-fade-right-small;
  animation-name: uk-fade-right-small; }

.uk-animation-slide-top-medium {
  -webkit-animation-name: uk-fade-top-medium;
  animation-name: uk-fade-top-medium; }

.uk-animation-slide-bottom-medium {
  -webkit-animation-name: uk-fade-bottom-medium;
  animation-name: uk-fade-bottom-medium; }

.uk-animation-slide-left-medium {
  -webkit-animation-name: uk-fade-left-medium;
  animation-name: uk-fade-left-medium; }

.uk-animation-slide-right-medium {
  -webkit-animation-name: uk-fade-right-medium;
  animation-name: uk-fade-right-medium; }

.uk-animation-kenburns {
  -webkit-animation-name: uk-scale-kenburns;
  animation-name: uk-scale-kenburns;
  -webkit-animation-duration: 15s;
  animation-duration: 15s; }

.uk-animation-shake {
  -webkit-animation-name: uk-shake;
  animation-name: uk-shake; }

.uk-animation-stroke {
  -webkit-animation-name: uk-stroke;
  animation-name: uk-stroke;
  stroke-dasharray: var(--uk-animation-stroke);
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.uk-animation-reverse {
  animation-direction: reverse;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

.uk-animation-fast {
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s; }

.uk-animation-toggle:not(:hover):not(:focus) [class*='uk-animation-'] {
  -webkit-animation-name: none;
  animation-name: none; }

.uk-animation-toggle {
  -webkit-tap-highlight-color: transparent; }

.uk-animation-toggle:focus {
  outline: none; }

@-webkit-keyframes uk-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes uk-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes uk-fade-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes uk-fade-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes uk-fade-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes uk-fade-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes uk-fade-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes uk-fade-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes uk-fade-top-small {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes uk-fade-top-small {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes uk-fade-bottom-small {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes uk-fade-bottom-small {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes uk-fade-left-small {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes uk-fade-left-small {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes uk-fade-right-small {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes uk-fade-right-small {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes uk-fade-top-medium {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes uk-fade-top-medium {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes uk-fade-bottom-medium {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes uk-fade-bottom-medium {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes uk-fade-left-medium {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes uk-fade-left-medium {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes uk-fade-right-medium {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes uk-fade-right-medium {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
    transform: scale(0.2); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
    transform: scale(0.2); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes uk-scale-kenburns {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }

@keyframes uk-scale-kenburns {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }

@-webkit-keyframes uk-shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10% {
    -webkit-transform: translateX(-9px);
    transform: translateX(-9px); }
  20% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }
  30% {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px); }
  40% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  50% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  60% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  70% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px); }
  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px); }
  90% {
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px); } }

@keyframes uk-shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10% {
    -webkit-transform: translateX(-9px);
    transform: translateX(-9px); }
  20% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }
  30% {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px); }
  40% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  50% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  60% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  70% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px); }
  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px); }
  90% {
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px); } }

@-webkit-keyframes uk-stroke {
  0% {
    stroke-dashoffset: var(--uk-animation-stroke); }
  100% {
    stroke-dashoffset: 0; } }

@keyframes uk-stroke {
  0% {
    stroke-dashoffset: var(--uk-animation-stroke); }
  100% {
    stroke-dashoffset: 0; } }

.uk-transform-center {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.uk-transform-origin-top-left {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0; }

.uk-transform-origin-top-center {
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0; }

.uk-transform-origin-top-right {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.uk-transform-origin-center-left {
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%; }

.uk-transform-origin-center-right {
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%; }

.uk-transform-origin-bottom-left {
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%; }

.uk-transform-origin-bottom-center {
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%; }

.uk-transform-origin-bottom-right {
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

.uk-transition-toggle {
  -webkit-tap-highlight-color: transparent; }

.uk-transition-toggle:focus {
  outline: none; }

.uk-transition-fade, [class*='uk-transition-scale'], [class*='uk-transition-slide'] {
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transition-property: opacity, -webkit-transform, -webkit-filter;
  transition-property: opacity, -webkit-transform, -webkit-filter;
  -o-transition-property: opacity, transform, filter;
  transition-property: opacity, transform, filter;
  transition-property: opacity, transform, filter, -webkit-transform, -webkit-filter;
  opacity: 0; }

.uk-transition-toggle:hover .uk-transition-fade, .uk-transition-toggle:focus .uk-transition-fade, .uk-transition-active.uk-active .uk-transition-fade {
  opacity: 1; }

.uk-transition-scale-up {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1); }

.uk-transition-scale-down {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

.uk-transition-toggle:hover .uk-transition-scale-up, .uk-transition-toggle:focus .uk-transition-scale-up, .uk-transition-active.uk-active .uk-transition-scale-up {
  opacity: 1;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

.uk-transition-toggle:hover .uk-transition-scale-down, .uk-transition-toggle:focus .uk-transition-scale-down, .uk-transition-active.uk-active .uk-transition-scale-down {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1); }

.uk-transition-slide-top {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

.uk-transition-slide-bottom {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%); }

.uk-transition-slide-left {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.uk-transition-slide-right {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.uk-transition-slide-top-small {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px); }

.uk-transition-slide-bottom-small {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px); }

.uk-transition-slide-left-small {
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px); }

.uk-transition-slide-right-small {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px); }

.uk-transition-slide-top-medium {
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px); }

.uk-transition-slide-bottom-medium {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px); }

.uk-transition-slide-left-medium {
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px); }

.uk-transition-slide-right-medium {
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px); }

.uk-transition-toggle:hover [class*='uk-transition-slide'], .uk-transition-toggle:focus [class*='uk-transition-slide'], .uk-transition-active.uk-active [class*='uk-transition-slide'] {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.uk-transition-opaque {
  opacity: 1; }

.uk-transition-slow {
  -webkit-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s; }

@media print {
  *, *::before, *::after {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }
