html {
    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";
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    background: #fff;
    color: #666;
}
body {
    margin: 0;
}
a:active, a:hover {
    outline: none;
}
.gallery-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

a, .uk-link {
    color: #fd5e01;
    text-decoration: none;
    cursor: pointer;
}

a:hover, .uk-link:hover, .uk-link-toggle:hover .uk-link, .uk-link-toggle:focus .uk-link {
    color: #ca4b01;
    text-decoration: underline;
}
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: 1rem;
    color: #f0506e;
    white-space: nowrap;
    padding: 2px 6px;
    background: #f8f8f8;
}
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 10px 0;
}
* + p, * + ul, * + ol, * + dl, * + pre, * + address, * + fieldset, * + figure {
    margin-top: 10px;
}
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 10px 0;
    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";
    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, .uk-h1 {
    font-size: 2.23125rem;
    line-height: 1.2;
}

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

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

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

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

h6, .uk-h6 {
    font-size: 1rem;
    line-height: 1.4;
}
@media (min-width: 960px) {
    h1, .uk-h1 {
        font-size: 2.625rem;
    }

    h2, .uk-h2 {
        font-size: 2rem;
    }
}
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 10px 0;
    border: 0;
    border-top: 1px solid #e5e5e5;
}
* + hr, * + .uk-hr {
    margin-top: 10px;
}
address {
    font-style: normal;
}
blockquote {
    margin: 0 0 10px 0;
    font-size: 1.25rem;
    line-height: 1.5;
    font-style: italic;
    color: #333;
}
* + blockquote {
    margin-top: 10px;
}
blockquote p:last-of-type {
    margin-bottom: 0;
}

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

blockquote footer::before {
    content: "— ";
}
pre {
    font: 1rem / 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;
}
::-moz-selection {
    background: #39f;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #39f;
    color: #fff;
    text-shadow: none;
}
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;
}
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-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: #fd5e01;
    text-decoration: none;
}
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-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 {
    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: "";
    /* 1 */
    display: inline-block;
    /* 2 */
    position: relative;
    top: calc(-0.1 * 1em);
    vertical-align: middle;
    /* 3 */
    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: "";
    /* 1 */
    position: absolute;
    top: calc(50% - (calc(0.2px + 0.05em) / 2));
    /* 2 */
    width: 2000px;
    /* 3 */
    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);
}

[class*='uk-divider'] {
    /* 1 */
    border: none;
    /* 2 */
    margin-bottom: 10px;
}

/* Add margin if adjacent element */

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

/* Icon
 ========================================================================== */

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

/* Small
 ========================================================================== */

/*
 * 1. Fix height because of `inline-block`
 * 2. Using ::after and inline-block to make `text-align` work
 */

/* 1 */

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

/* 2 */

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

/* Vertical
 ========================================================================== */

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

/* ========================================================================
   Component: List
 ========================================================================== */

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

/*
 * Micro clearfix
 */

.uk-list > li::before, .uk-list > li::after {
    content: "";
    display: table;
}

.uk-list > li::after {
    clear: both;
}

/*
 * Remove margin from the last-child
 */

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

/*
 * Nested lists
 */

.uk-list ul {
    margin: 0;
    padding-left: 30px;
    list-style: none;
}

/*
 * Style
 */

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

/* Style modifiers
 ========================================================================== */

/*
 * Divider
 */

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

/*
 * Striped
 */

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

/*
 * Bullet
 * 1. Reset display `table` which causes issues in combination with multi column layouts.
 */

.uk-list-bullet > li {
    position: relative;
    padding-left: calc(1.5em + 10px);
}

.uk-list-bullet > 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%;
    /* 1 */
    display: block;
}

/* Size modifier
 ========================================================================== */

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

/*
 * Divider
 */

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

/*
 * Striped
 */

.uk-list-large.uk-list-striped > li {
    padding: 10px 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;
}

/* ========================================================================
   Component: Table
 ========================================================================== */

/*
 * 1. Remove most spacing between table cells.
 * 2. Behave like a block element
 * 3. Style
 */

.uk-table {
    /* 1 */
    border-collapse: collapse;
    border-spacing: 0;
    /* 2 */
    width: 100%;
    /* 3 */
    margin-bottom: 10px;
}

/* Add margin if adjacent element */

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

/* Header cell
 ========================================================================== */

/*
 * 1. Style
 */

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

/* Cell
 ========================================================================== */

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

/*
 * Remove margin from the last-child
 */

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

/* Footer
 ========================================================================== */

.uk-table tfoot {
    font-size: 1rem;
}

/* Caption
 ========================================================================== */

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

/* Alignment modifier
 ========================================================================== */

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

/* Style modifiers
 ========================================================================== */

/*
 * Divider
 */

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

/*
 * Striped
 */

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

/*
 * Hover
 */

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

/* Active state
 ========================================================================== */

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

/* Size modifier
 ========================================================================== */

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

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

/* Justify modifier
 ========================================================================== */

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

/* Cell size modifier
 ========================================================================== */

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

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

/* Cell link modifier
 ========================================================================== */

/*
 * Does not work with `uk-table-justify` at the moment
 */

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

/* Responsive table
 ========================================================================== */

/* Phone landscape and smaller */

@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;
}

/* ========================================================================
   Component: Icon
 ========================================================================== */

/*
 * Note: 1. - 7. is required for `button` elements. Needed for Close and Form Icon component.
 * 1. Remove margins in Chrome, Safari and Opera.
 * 2. Remove borders for `button`.
 * 3. Remove border-radius in Chrome.
 * 4. Address `overflow` set to `hidden` in IE.
 * 5. Correct `font` properties and `color` not being inherited for `button`.
 * 6. Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 7. Remove default `button` padding and background color
 * 8. Style
 * 9. Fill all SVG elements with the current text color if no `fill` attribute is set
 * 10. Let the container fit the height of the icon
 */

.uk-icon {
    /* 1 */
    margin: 0;
    /* 2 */
    border: none;
    /* 3 */
    border-radius: 0;
    /* 4 */
    overflow: visible;
    /* 5 */
    font: inherit;
    color: inherit;
    /* 6 */
    text-transform: none;
    /* 7. */
    padding: 0;
    background-color: transparent;
    /* 8 */
    display: inline-block;
    /* 9 */
    fill: currentcolor;
    /* 10 */
    line-height: 0;
}

/* Required for `button`. */

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

/*
 * Remove the inner border and padding in Firefox.
 */

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

/*
 * Set the fill and stroke color of all SVG elements to the current text color
 */

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

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

/*
 * Fix Firefox blurry SVG rendering: https://bugzilla.mozilla.org/show_bug.cgi?id=1046835
 */

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

/* Image modifier
 ========================================================================== */

/*
 * Display images in icon dimensions
 */

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

/* Style modifiers
 ========================================================================== */

/*
 * Link
 */

.uk-icon-link {
    color: #999;
}

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

/* OnClick + Active */

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

/*
 * Button
 * 1. Center icon vertically and horizontally
 */

.uk-icon-button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    border-radius: 500px;
    background: #f8f8f8;
    color: #999;
    vertical-align: middle;
    /* 1 */
    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;
}

/* Hover + Focus */

.uk-icon-button:hover, .uk-icon-button:focus {
    background-color: #ebebeb;
    color: #666;
    outline: none;
}

/* OnClick + Active */

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

/* ========================================================================
   Component: Form Range
 ========================================================================== */

/*
 * 1. Normalize and defaults
 * 2. Prevent content overflow if a fixed width is used
 * 3. Take the full width
 * 4. Remove default style
 * 5. Remove white background in Chrome
 * 6. Remove padding in IE11
 */

.uk-range {
    /* 1 */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    vertical-align: middle;
    /* 2 */
    max-width: 100%;
    /* 3 */
    width: 100%;
    /* 4 */
    -webkit-appearance: none;
    /* 5 */
    background: transparent;
    /* 6 */
    padding: 0;
}

/* Focus */

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

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

/* IE11 Reset */

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

/*
 * Improves consistency of cursor style for clickable elements
 */

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

/* Thumb
 ========================================================================== */

/*
 * 1. Reset
 * 2. Style
 */

/* Webkit */

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

/* Firefox */

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

/* Edge */

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

/* IE11 */

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

/* Edge + IE11 */

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

/* Track
 ========================================================================== */

/*
 * 1. Safari doesn't have a focus state. Using active instead.
 */

/* Webkit */

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

/* Firefox */

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

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

/* Edge */

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

/* ========================================================================
   Component: Form
 ========================================================================== */

/*
 * 1. Define consistent box sizing.
 *    Default is `content-box` with following exceptions set to `border-box`
 *    `select`, `input[type="checkbox"]` and `input[type="radio"]`
 *    `input[type="search"]` in Chrome, Safari and Opera
 *    `input[type="color"]` in Firefox
 * 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
 * 3. Remove `border-radius` in iOS.
 * 4. Change font properties to `inherit` in all browsers.
 */

.uk-input, .uk-select, .uk-textarea, .uk-radio, .uk-checkbox {
    /* 1 */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 2 */
    margin: 0;
    /* 3 */
    border-radius: 0;
    /* 4 */
    font: inherit;
}

/*
 * Show the overflow in Edge.
 */

.uk-input {
    overflow: visible;
}

/*
 * Remove the inheritance of text transform in Firefox.
 */

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

/*
 * 1. Change font properties to `inherit` in all browsers
 * 2. Don't inherit the `font-weight` and use `bold` instead.
 * NOTE: Both declarations don't work in Chrome, Safari and Opera.
 */

.uk-select optgroup {
    /* 1 */
    font: inherit;
    /* 2 */
    font-weight: bold;
}

/*
 * Remove the default vertical scrollbar in IE 10+.
 */

.uk-textarea {
    overflow: auto;
}

/*
 * Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X.
 */

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

/*
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/*
 * Removes placeholder transparency in Firefox.
 */

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

/*
 * Improves consistency of cursor style for clickable elements
 */

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

/*
 * Define consistent border, margin, and padding.
 */

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

/* Input, select and textarea
 * Allowed: `text`, `password`, `datetime`, `datetime-local`, `date`,  `month`,
            `time`, `week`, `number`, `email`, `url`, `search`, `tel`, `color`
 * Disallowed: `range`, `radio`, `checkbox`, `file`, `submit`, `reset` and `image`
 ========================================================================== */

/*
 * Remove default style in iOS.
 */

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

/*
 * 1. Prevent content overflow if a fixed width is used
 * 2. Take the full width
 * 3. Reset default
 * 4. Style
 */

.uk-input, .uk-select, .uk-textarea {
    /* 1 */
    max-width: 100%;
    /* 2 */
    width: 100%;
    /* 3 */
    border: 0 none;
    /* 4 */
    padding: 0 10px;
    background: #f3f0f6;
    color: #666;
    border: 1px solid #f3f0f6;
    border-radius: 25px;
}

/*
 * Single-line
 * 1. Allow any element to look like an `input` or `select` element
 * 2. Make sure line-height is not larger than height
 *    Also needed to center the text vertically
 */

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

/* 2 */

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

/*
 * Multi-line
 */

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

/* Focus */

.uk-input:focus, .uk-select:focus, .uk-textarea:focus {
    outline: none;
    background-color: #fff;
    color: #666;
    border-color: #412f5c;
}

/* Disabled */

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

/*
 * Placeholder
 */

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

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

.uk-input::-moz-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::-moz-placeholder {
    color: #999;
}

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

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

/* Style modifier (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */

/*
 * Small
 */

.uk-form-small {
    font-size: 1rem;
}

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

/*
 * Large
 */

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

/* Style modifier (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */

/*
 * Error
 */

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

/*
 * Success
 */

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

/*
 * Blank
 */

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

.uk-form-blank:focus {
    border-color: #e5e5e5;
    border-style: dashed;
}

/* Width modifiers (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */

/*
 * Fixed widths
 * Different widths for mini sized `input` and `select` elements
 */

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

/* Select
 ========================================================================== */

/*
 * 1. Remove default style. Also works in Firefox
 * 2. Style
 * 3. Remove default style in IE 10/11
 * 4. Set `color` for options in the select dropdown, because the inherited `color` might be too light.
 */

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

/* 3 */

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

/* 4 */

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

/*
 * Disabled
 */

.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");
}

/* Datalist
 ========================================================================== */

/*
 * 1. Remove default style in Chrome
 */

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

.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");
}

/* 1 */

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

/* Radio and checkbox
 * Note: Does not work in IE11
 ========================================================================== */

/*
 * 1. Style
 * 2. Make box more robust so it clips the child element
 * 3. Vertical alignment
 * 4. Remove default style
 * 5. Fix black background on iOS
 * 6. Center icons
 */

.uk-radio, .uk-checkbox {
    /* 1 */
    display: inline-block;
    height: 16px;
    width: 16px;
    /* 2 */
    overflow: hidden;
    /* 3 */
    margin-top: -4px;
    vertical-align: middle;
    /* 4 */
    -webkit-appearance: none;
    -moz-appearance: none;
    /* 5 */
    background-color: transparent;
    /* 6 */
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 1px solid #cccccc;
    -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 {
    border-radius: 50%;
}

/* Focus */

.uk-radio:focus, .uk-checkbox:focus {
    outline: none;
    border-color: #fd5e01;
}

/*
 * Checked
 */

.uk-radio:checked, .uk-checkbox:checked, .uk-checkbox:indeterminate {
    background-color: #fd5e01;
    border-color: transparent;
}

/* Focus */

.uk-radio:checked:focus, .uk-checkbox:checked:focus, .uk-checkbox:indeterminate:focus {
    background-color: #ca4b01;
}

/*
 * Icons
 */

.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");
}

/*
 * Disabled
 */

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

.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");
}

/* Legend
 ========================================================================== */

/*
 * Legend
 * 1. Behave like block element
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove padding so people aren't caught out if they zero out fieldsets.
 * 4. Style
 */

.uk-legend {
    /* 1 */
    width: 100%;
    /* 2 */
    color: inherit;
    /* 3 */
    padding: 0;
    /* 4 */
    font-size: 1.5rem;
    line-height: 1.4;
}

/* Custom controls
 ========================================================================== */

/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Behave like most inline-block elements
 */

.uk-form-custom {
    /* 1 */
    display: inline-block;
    /* 2 */
    position: relative;
    /* 3 */
    max-width: 100%;
    /* 4 */
    vertical-align: middle;
}

/*
 * 1. Position and resize the form control to always cover its container
 * 2. Required for Firefox for positioning to the left
 * 3. Required for Webkit to make `height` work
 * 4. Hide controle and show cursor
 * 5. Needed for the cursor
 * 6. Clip height caused by 5. Needed for Webkit only
 */

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

.uk-form-custom input[type="file"] {
    /* 5 */
    font-size: 500px;
    /* 6 */
    overflow: hidden;
}

/* Label
 ========================================================================== */

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

/* Layout
 ========================================================================== */

/*
 * Stacked
 */

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

/*
 * Horizontal
 */

/* Tablet portrait and smaller */

@media (max-width: 959px) {
    /* Behave like `uk-form-stacked` */
    .uk-form-horizontal .uk-form-label {
        display: block;
        margin-bottom: 5px;
    }
}

/* Tablet landscape and bigger */

@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;
    }

    /* Better vertical alignment if controls are checkboxes and radio buttons with text */
    .uk-form-horizontal .uk-form-controls-text {
        padding-top: 7px;
    }
}

/* Icons
 ========================================================================== */

/*
 * 1. Set position
 * 2. Set width
 * 3. Center icon vertically and horizontally
 * 4. Style
 */

.uk-form-icon {
    /* 1 */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    /* 2 */
    width: 40px;
    /* 3 */
    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;
    /* 4 */
    color: #999;
}

/*
 * Required for `a`.
 */

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

/*
 * Make `input` element clickable through icon, e.g. if it's a `span`
 */

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

/*
 * Input padding
 */

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

/*
 * Position modifier
 */

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

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

/* ========================================================================
   Component: Section
 ========================================================================== */

/*
 * 1. Make it work with `100vh` and height in general
 */

.uk-section {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding-top: 40px;
    padding-bottom: 40px;
}

/* Desktop and bigger */

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

/*
 * Micro clearfix
 */

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

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

/*
 * Remove margin from the last-child
 */

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

/* Size modifiers
 ========================================================================== */

/*
 * XSmall
 */

.uk-section-xsmall {
    padding-top: 10px;
    padding-bottom: 10px;
}

/*
 * Small
 */

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

/*
 * Large
 */

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

/* Tablet landscape and bigger */

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

/*
 * XLarge
 */

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

/* Tablet landscape and bigger */

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

/* Style modifiers
 ========================================================================== */

/*
 * Default
 */

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

/*
 * Muted
 */

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

/*
 * Primary
 */

.uk-section-primary {
    background: #fd5e01;
}

/*
 * Secondary
 */

.uk-section-secondary {
    background: #412f5c;
}

/* Overlap modifier
 ========================================================================== */

/*
 * Reserved modifier to make a section overlap another section with an border image
 * Implemented by the theme
 */

/* ========================================================================
   Component: Container
 ========================================================================== */

/*
 * 1. Box sizing has to be `content-box` so the max-width is always the same and
 *    unaffected by the padding on different breakpoints. It's important for the size modifiers.
 */

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

/* Phone landscape and bigger */

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

/* Tablet landscape and bigger */

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

/*
 * Micro clearfix
 */

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

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

/*
 * Remove margin from the last-child
 */

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

/*
 * Remove padding from nested containers
 */

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

/* Size modifier
 ========================================================================== */

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

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

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

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

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

/* Expand modifier
 ========================================================================== */

/*
 * Expand one side only
 */

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

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

/* Phone landscape and bigger */

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

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

/* Tablet landscape and bigger */

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

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

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

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

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

/* Item
 ========================================================================== */

/*
 * Utility classes to reset container padding on the left or right side
 * Note: It has to be negative margin on the item, because it's specific to the item.
 */

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

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

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

/* Phone landscape and bigger */

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

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

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

/* Tablet landscape and bigger */

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

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

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

/* ========================================================================
   Component: Grid
 ========================================================================== */

/*
 * 1. Allow cells to wrap into the next line
 * 2. Reset list
 */

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

/*
 * Grid cell
 * Note: Space is allocated solely based on content dimensions, but shrinks: 0 1 auto
 * Reset margin for e.g. paragraphs
 */

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

/*
 * Remove margin from the last-child
 */

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

/* Gutter
 ========================================================================== */

/*
 * Default
 */

/* Horizontal */

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

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

/* Vertical */

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

/* Desktop and bigger */

@media (min-width: 1200px) {
    /* Horizontal */
    .uk-grid {
        margin-left: -40px;
    }

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

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

/*
 * Small
 */

/* Horizontal */

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

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

/* Vertical */

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

/*
 * Medium
 */

/* Horizontal */

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

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

/* Vertical */

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

/*
 * Large
 */

/* Horizontal */

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

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

/* Vertical */

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

/* Desktop and bigger */

@media (min-width: 1200px) {
    /* Horizontal */
    .uk-grid-large, .uk-grid-column-large {
        margin-left: -70px;
    }

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

    /* Vertical */
    .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;
    }
}

/*
 * Collapse
 */

/* Horizontal */

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

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

/* Vertical */

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

/* Divider
 ========================================================================== */

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

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

/* Vertical */

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

/*
 * Default
 */

/* Horizontal */

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

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

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

/* Vertical */

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

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

/* Desktop and bigger */

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

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

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

    /* Vertical */
    .uk-grid-divider.uk-grid-stack > .uk-grid-margin {
        margin-top: 80px;
    }

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

/*
 * Small
 */

/* Horizontal */

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

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

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

/* Vertical */

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

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

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

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

/*
 * Medium
 */

/* Horizontal */

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

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

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

/* Vertical */

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

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

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

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

/*
 * Large
 */

/* Horizontal */

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

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

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

/* Vertical */

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

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

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

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

/* Desktop and bigger */

@media (min-width: 1200px) {
    /* Horizontal */
    .uk-grid-divider.uk-grid-large, .uk-grid-divider.uk-grid-column-large {
        margin-left: -140px;
    }

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

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

    /* Vertical */
    .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin, .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin {
        margin-top: 140px;
    }

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

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

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

/* Match child of a grid cell
 ========================================================================== */

/*
 * Behave like a block element
 * 1. Wrap into the next line
 * 2. Take the full width, at least 100%. Only if no class from the Width component is set.
 * 3. Expand width even if larger than 100%, e.g. because of negative margin (Needed for nested grids)
 */

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

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

/* ========================================================================
   Component: Card
 ========================================================================== */

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

/* Sections
 ========================================================================== */

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

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

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

/* Desktop and bigger */

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

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

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

/*
 * Micro clearfix
 */

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

/*
 * Remove margin from the last-child
 */

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

/* Media
 ========================================================================== */

/*
 * Reserved alignment modifier to style the media element, e.g. with `border-radius`
 * Implemented by the theme
 */

/* Title
 ========================================================================== */

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

/* Badge
 ========================================================================== */

.uk-card-badge {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1;
}

/*
 * Remove margin from adjacent element
 */

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

/* Hover modifier
 ========================================================================== */

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

/* Style modifiers
 ========================================================================== */

/*
 * Default
 * Note: Header and Footer are only implemented for the default style
 */

.uk-card-default {
    background: #fff;
    color: #666;
    -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-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;
}

/*
 * Primary
 */

.uk-card-primary {
    background: #fd5e01;
    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-primary .uk-card-title {
    color: #fff;
}

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

/*
 * Secondary
 */

.uk-card-secondary {
    background: #412f5c;
    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-secondary .uk-card-title {
    color: #fff;
}

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

/* Size modifier
 ========================================================================== */

/*
 * Small
 */

.uk-card-small.uk-card-body, .uk-card-small .uk-card-body {
    padding: 10px 10px;
}

.uk-card-small .uk-card-header {
    padding: 7px 10px;
}

.uk-card-small .uk-card-footer {
    padding: 7px 10px;
}

/*
 * Large
 */

/* Desktop and bigger */

@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;
    }
}

/*
     * Default
     */

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

/* Desktop and bigger */

@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;
    }
}

/*
     * Small
     */

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

.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: 10px;
    padding-right: 10px;
}

.uk-card-small .uk-nav-default .uk-nav-sub {
    padding-left: 25px;
}

/*
     * Large
     */

/* Desktop and bigger */

@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;
    }
}

/* ========================================================================
   Component: Close
 ========================================================================== */

/*
 * Adopts `uk-icon`
 */

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

/* Hover + Focus */

.uk-close:hover, .uk-close:focus {
    color: #666;
    outline: none;
}

/* ========================================================================
   Component: Spinner
 ========================================================================== */

/*
 * Adopts `uk-icon`
 */

/* SVG
 ========================================================================== */

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

/*
 * Circle
 */

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

/* ========================================================================
   Component: Totop
 ========================================================================== */

/*
 * Addopts `uk-icon`
 */

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

/* Hover + Focus */

.uk-totop:hover, .uk-totop:focus {
    color: #666;
    outline: none;
}

/* OnClick */

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

/* ========================================================================
   Component: Marker
 ========================================================================== */

/*
 * Addopts `uk-icon`
 */

.uk-marker {
    padding: 5px;
    background: #412f5c;
    color: #fff;
    border-radius: 500px;
}

/* Hover + Focus */

.uk-marker:hover, .uk-marker:focus {
    color: #fff;
    outline: none;
}

/* ========================================================================
   Component: Alert
 ========================================================================== */

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

/* Add margin if adjacent element */

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

/*
 * Remove margin from the last-child
 */

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

/* Close
 * Adopts `uk-close`
 ========================================================================== */

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

/*
 * Remove margin from adjacent element
 */

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

/*
 * Hover + Focus
 */

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

/* Style modifiers
 ========================================================================== */

/*
 * Primary
 */

.uk-alert-primary {
    background: #ffdfcc;
    color: #fd5e01;
}

/*
 * Success
 */

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

/*
 * Warning
 */

.uk-alert-warning {
    background: #fef5ee;
    color: #faa05a;
}

/*
 * Danger
 */

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

/*
     * Content
     */

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

/* ========================================================================
   Component: Label
 ========================================================================== */

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

/* Color modifiers
 ========================================================================== */

/*
 * Success
 */

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

/*
 * Warning
 */

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

/*
 * Danger
 */

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

/* ========================================================================
   Component: Overlay
 ========================================================================== */

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

/*
 * Remove margin from the last-child
 */

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

/* Icon
 ========================================================================== */

/* Style modifiers
 ========================================================================== */

/*
 * Default
 */

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

/*
 * Primary
 */

.uk-overlay-primary {
    background: rgba(65, 47, 92, 0.8);
}

/* ========================================================================
   Component: Article
 ========================================================================== */

/*
 * Micro clearfix
 */

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

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

/*
 * Remove margin from the last-child
 */

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

/* Adjacent sibling
 ========================================================================== */

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

/* Title
 ========================================================================== */

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

/* Tablet landscape and bigger */

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

/* Meta
 ========================================================================== */

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

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

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

/* ========================================================================
   Component: Comment
 ========================================================================== */

/* Sections
 ========================================================================== */

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

.uk-comment-header {
    margin-bottom: 10px;
}

/*
 * Micro clearfix
 */

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

/*
 * Remove margin from the last-child
 */

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

/* Title
 ========================================================================== */

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

/* Meta
 ========================================================================== */

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

/* Avatar
 ========================================================================== */

/* List
 ========================================================================== */

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

/* Adjacent siblings */

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

/*
 * Sublists
 * Note: General sibling selector allows reply block between comment and sublist
 */

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

/* Tablet and bigger */

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

/* Adjacent siblings */

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

/* Style modifier
 ========================================================================== */

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

/* ========================================================================
   Component: Search
 ========================================================================== */

/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Reset `form`
 */

.uk-search {
    /* 1 */
    display: inline-block;
    /* 2 */
    position: relative;
    /* 3 */
    max-width: 100%;
    /* 4 */
    margin: 0;
}

/* Input
 ========================================================================== */

/*
 * Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X.
 */

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

/*
 * Removes placeholder transparency in Firefox.
 */

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

/*
 * 1. Define consistent box sizing.
 * 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
 * 3. Remove `border-radius` in iOS.
 * 4. Change font properties to `inherit` in all browsers
 * 5. Show the overflow in Edge.
 * 6. Remove default style in iOS.
 * 7. Vertical alignment
 * 8. Take the full container width
 * 9. Style
 */

.uk-search-input {
    /* 1 */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 2 */
    margin: 0;
    /* 3 */
    border-radius: 0;
    /* 4 */
    font: inherit;
    /* 5 */
    overflow: visible;
    /* 6 */
    -webkit-appearance: none;
    /* 7 */
    vertical-align: middle;
    /* 8 */
    width: 100%;
    /* 9 */
    border: none;
    color: #666;
}

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

/* Placeholder */

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

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

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

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

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

/* Icon (Adopts `uk-icon`)
 ========================================================================== */

/*
 * Remove default focus style
 */

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

/*
 * Position above input
 * 1. Set position
 * 2. Center icon vertically and horizontally
 * 3. Style
 */

.uk-search .uk-search-icon {
    /* 1 */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    /* 2 */
    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;
    /* 3 */
    color: #999;
}

/*
 * Required for `a`.
 */

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

/*
 * Make `input` element clickable through icon, e.g. if it's a `span`
 */

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

/*
 * Position modifier
 */

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

/* Default modifier
 ========================================================================== */

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

/*
 * Input
 */

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

/* Focus */

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

/*
 * Icon
 */

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

/* Navbar modifier
 ========================================================================== */

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

/*
 * Input
 */

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

/*
 * Icon
 */

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

/* Large modifier
 ========================================================================== */

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

/*
 * Input
 */

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

/*
 * Icon
 */

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

/* Toggle
 ========================================================================== */

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

/* Hover + Focus */

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

/* ========================================================================
   Component: Nav
 ========================================================================== */

/*
 * Reset
 * 1. Prepare lists
 * 2. Prepare links
 * 3. Remove default focus style
 */

/* 1 */

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

/* 2 */

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

/* 3 */

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

/*
 * Items
 * Must target `a` elements to exclude other elements (e.g. lists)
 */

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

/* Sublists
 ========================================================================== */

/*
 * Level 2
 * `ul` needed for higher specificity to override padding
 */

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

/*
 * Level 3 and deeper
 */

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

/*
 * Items
 */

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

/* Parent icon modifier
 ========================================================================== */

.uk-nav-parent-icon > .uk-parent > a::after {
    content: "";
    width: 1.5em;
    height: 1.5em;
    float: right;
    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");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.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");
}

/* Header
 ========================================================================== */

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

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

/* Divider
 ========================================================================== */

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

/* Default modifier
 ========================================================================== */

.uk-nav-default {
    font-size: 1rem;
}

/*
 * Items
 */

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

/* Hover + Focus */

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

/* Active */

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

/*
 * Header
 */

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

/*
 * Divider
 */

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

/*
 * Sublists
 */

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

/* Primary modifier
 ========================================================================== */

/*
 * Items
 */

.uk-nav-primary > li > a {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #999;
}

/* Hover + Focus */

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

/* Active */

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

/*
 * Header
 */

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

/*
 * Divider
 */

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

/*
 * Sublists
 */

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

/* Alignment modifier
 ========================================================================== */

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

/* Sublists */

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

/* Parent icon modifier  */

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

/* ========================================================================
   Component: Navbar
 ========================================================================== */

/*
 * 1. Create position context to center navbar group
 */

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

/* Container
 ========================================================================== */

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

/*
 * Remove pseudo elements created by micro clearfix as precaution (if Container component is used)
 */

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

/* Groups
 ========================================================================== */

/*
 * 1. Align navs and items vertically if they have a different height
 * 2. Note: IE 11 requires an extra `div` which affects the center selector
 */

.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;
    /* 1 */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*
 * Horizontal alignment
 * 1. Create position context for centered navbar with sub groups (left/right)
 * 2. Fix text wrapping if content is larger than 50% of the container.
 * 3. Needed for dropdowns because a new position context is created
 *    `z-index` must be smaller than off-canvas
 * 4. Align sub groups for centered navbar
 */

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

.uk-navbar-center:only-child {
    margin-left: auto;
    margin-right: auto;
    /* 1 */
    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%);
    /* 2 */
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 3 */
    z-index: 990;
}

/* 4 */

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

/* Nav
 ========================================================================== */

/*
 * 1. Reset list
 */

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

/*
 * Allow items to wrap into the next line
 * Only not `absolute` positioned groups
 */

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

/*
 * Items
 * 1. Center content vertically and horizontally
 * 2. Dimensions
 * 3. Style
 * 4. Required for `a`
 */

.uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle {
    /* 1 */
    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;
    /* 2 */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 50px;
    padding: 0 15px;
    /* 3 */
    font-size: 1rem;
    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";
    /* 4 */
    text-decoration: none;
}

/*
 * Nav items
 */

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

/*
 * Hover
 * Apply hover style also to focus state and if dropdown is opened
 */

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

/* OnClick */

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

/* Active */

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

/* Item
 ========================================================================== */

.uk-navbar-item {
    color: #666;
}

/* Toggle
 ========================================================================== */

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

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

/*
 * Icon
 * Adopts `uk-icon`
 */

/* Hover + Focus */

/* Subtitle
 ========================================================================== */

.uk-navbar-subtitle {
    font-size: 1rem;
}

/* Style modifiers
 ========================================================================== */

/* Dropdown
 ========================================================================== */

/*
 * Adopts `uk-dropdown`
 * 1. Hide by default
 * 2. Set position
 * 3. Set a default width
 * 4. Style
 */

.uk-navbar-dropdown {
    /* 1 */
    display: none;
    /* 2 */
    position: absolute;
    z-index: 1020;
    /* 3 */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 200px;
    /* 4 */
    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);
}

/* Show */

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

/*
 * Direction / Alignment modifiers
 */

/* Direction */

[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;
}

/*
 * Grid
 * Adopts `uk-grid`
 */

/* Gutter Horizontal */

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

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

/* Gutter Vertical */

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

/* Stack */

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

/*
 * Width modifier
 */

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

/*
 * Dropbar modifier
 */

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

/* Dropdown Nav
 * Adopts `uk-nav`
 ========================================================================== */

.uk-navbar-dropdown-nav {
    font-size: 1rem;
}

/*
 * Items
 */

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

/* Hover + Focus */

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

/* Active */

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

/*
 * Header
 */

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

/*
 * Divider
 */

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

/*
 * Sublists
 */

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

/* Dropbar
 ========================================================================== */

.uk-navbar-dropbar {
    background: #fff;
}

/*
 * Slide modifier
 */

.uk-navbar-dropbar-slide {
    position: absolute;
    z-index: 980;
    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);
}

/*
     * Navbar
     */

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

/*
     * Grid Divider
     */

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

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

/* Vertical */

.uk-navbar-dropdown-grid.uk-grid-stack > .uk-grid-margin::before {
    content: "";
    position: absolute;
    top: -25px;
    left: 50px;
    right: 0;
    border-top: 1px solid #e5e5e5;
}

/* ========================================================================
   Component: Breadcrumb
 ========================================================================== */

/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 */

.uk-breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* 1 */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* 2 */
    padding: 0;
    list-style: none;
}

/*
 * Space is allocated solely based on content dimensions: 0 0 auto
 */

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

/* Items
 ========================================================================== */

.uk-breadcrumb > * > * {
    display: inline-block;
    font-size: 0.85rem;
    color: #999;
}

/* Hover + Focus */

.uk-breadcrumb > * > :hover, .uk-breadcrumb > * > :focus {
    color: #666;
    text-decoration: none;
}

/* Disabled */

/* Active */

.uk-breadcrumb > :last-child > * {
    color: #666;
}

/*
 * Divider
 * `nth-child` makes it also work without JS if it's only one row
 */

.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
    content: "/";
    display: inline-block;
    margin: 0 20px;
    font-size: 0.85rem;
    color: #999;
}

/* ========================================================================
   Component: Pagination
 ========================================================================== */

/*
 * 1. Allow items to wrap into the next line
 * 2. Gutter
 * 3. Reset list
 */

.uk-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* 1 */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* 2 */
    margin-left: -20px;
    /* 3 */
    padding: 0;
    list-style: none;
}

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 * 3. Create position context for dropdowns
 */

.uk-pagination > * {
    /* 1 */
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    /* 2 */
    padding-left: 20px;
    /* 3 */
    position: relative;
}

/* Items
 ========================================================================== */

/*
 * 1. Prevent gap if child element is `inline-block`, e.g. an icon
 * 2. Style
 */

.uk-pagination > * > * {
    /* 1 */
    display: block;
    /* 2 */
    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;
}

/* Hover + Focus */

.uk-pagination > * > :hover, .uk-pagination > * > :focus {
    color: #666;
    text-decoration: none;
}

/* Active */

.uk-pagination > .uk-active > * {
    color: #666;
}

/* Disabled */

.uk-pagination > .uk-disabled > * {
    color: #999;
}

/* ========================================================================
   Component: Tab
 ========================================================================== */

/*
 * 1. Allow items to wrap into the next line
 * 2. Gutter
 * 3. Reset list
 */

.uk-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* 1 */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* 2 */
    margin-left: -20px;
    /* 3 */
    padding: 0;
    list-style: none;
    position: relative;
}

.uk-tab::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 0;
    border-bottom: 1px solid #e5e5e5;
}

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 * 3. Create position context for dropdowns
 */

.uk-tab > * {
    /* 1 */
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    /* 2 */
    padding-left: 20px;
    /* 3 */
    position: relative;
}

/* Items
 ========================================================================== */

/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * 1. Center text if a width is set
 * 2. Style
 */

.uk-tab > * > a {
    /* 1 */
    display: block;
    text-align: center;
    /* 2 */
    padding: 5px 10px;
    color: #999;
    border-bottom: 1px solid transparent;
    font-size: 1rem;
    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;
}

/* Hover + Focus */

.uk-tab > * > a:hover, .uk-tab > * > a:focus {
    color: #666;
    text-decoration: none;
}

/* Active */

.uk-tab > .uk-active > a {
    color: #333;
    border-color: #fd5e01;
}

/* Disabled */

.uk-tab > .uk-disabled > a {
    color: #999;
}

/* Position modifier
 ========================================================================== */

/*
 * Bottom
 */

.uk-tab-bottom::before {
    top: 0;
    bottom: auto;
}

.uk-tab-bottom > * > a {
    border-top: 1px solid transparent;
    border-bottom: none;
}

/*
 * Left + Right
 * 1. Reset Gutter
 */

.uk-tab-left, .uk-tab-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* 1 */
    margin-left: 0;
}

/* 1 */

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

/* ========================================================================
   Component: Slidenav
 ========================================================================== */

/*
 * Adopts `uk-icon`
 */

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

/* Hover + Focus */

.uk-slidenav:hover, .uk-slidenav:focus {
    color: rgba(102, 102, 102, 0.9);
    outline: none;
}

/* OnClick */

.uk-slidenav:active {
    color: rgba(102, 102, 102, 0.5);
}

/* Icon modifier
 ========================================================================== */

/*
 * Previous
 */

/*
 * Next
 */

/* Size modifier
 ========================================================================== */

.uk-slidenav-large {
    padding: 10px 10px;
}

/* Container
 ========================================================================== */

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

/* ========================================================================
   Component: Dotnav
 ========================================================================== */

/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */

.uk-dotnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* 1 */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* 2 */
    margin: 0;
    padding: 0;
    list-style: none;
    /* 3 */
    margin-left: -12px;
}

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 */

.uk-dotnav > * {
    /* 1 */
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    /* 2 */
    padding-left: 12px;
}

/* Items
 ========================================================================== */

/*
 * Items
 * 1. Hide text if present
 */

.uk-dotnav > * > * {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: transparent;
    /* 1 */
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid rgba(102, 102, 102, 0.4);
    -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;
}

/* Hover + Focus */

.uk-dotnav > * > :hover, .uk-dotnav > * > :focus {
    background-color: rgba(102, 102, 102, 0.6);
    outline: none;
    border-color: transparent;
}

/* OnClick */

.uk-dotnav > * > :active {
    background-color: rgba(102, 102, 102, 0.2);
    border-color: transparent;
}

/* Active */

.uk-dotnav > .uk-active > * {
    background-color: rgba(102, 102, 102, 0.6);
    border-color: transparent;
}

/* Modifier: 'uk-dotnav-vertical'
 ========================================================================== */

/*
 * 1. Change direction
 * 2. Gutter
 */

.uk-dotnav-vertical {
    /* 1 */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* 2 */
    margin-left: 0;
    margin-top: -12px;
}

/* 2 */

.uk-dotnav-vertical > * {
    padding-left: 0;
    padding-top: 12px;
}

/* ========================================================================
   Component: Thumbnav
 ========================================================================== */

/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */

.uk-thumbnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* 1 */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* 2 */
    margin: 0;
    padding: 0;
    list-style: none;
    /* 3 */
    margin-left: -15px;
}

/*
 * Space is allocated based on content dimensions, but shrinks: 0 1 auto
 * 1. Gutter
 */

.uk-thumbnav > * {
    /* 1 */
    padding-left: 15px;
}

/* Items
 ========================================================================== */

/*
 * Items
 */

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

.uk-thumbnav > * > *::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.4);
    -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;
}

/* Hover + Focus */

.uk-thumbnav > * > :hover, .uk-thumbnav > * > :focus {
    outline: none;
}

.uk-thumbnav > * > :hover::after, .uk-thumbnav > * > :focus::after {
    background-color: transparent;
}

/* Active */

.uk-thumbnav > .uk-active > *::after {
    background-color: transparent;
}

/* Modifier: 'uk-thumbnav-vertical'
 ========================================================================== */

/*
 * 1. Change direction
 * 2. Gutter
 */

.uk-thumbnav-vertical {
    /* 1 */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* 2 */
    margin-left: 0;
    margin-top: -15px;
}

/* 2 */

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

/* ========================================================================
   Component: Accordion
 ========================================================================== */

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

/* Item
 ========================================================================== */

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

/* Title
 ========================================================================== */

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

.uk-accordion-title::before {
    content: "";
    width: 1.4em;
    height: 1.4em;
    margin-left: 10px;
    float: right;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' aria-hidden='true' focusable='false' width='20' height='20' style='-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);' preserveAspectRatio='xMidYMid meet' viewBox='0 0 32 32'%3E%3Cpath d='M16 22L6 12l1.4-1.4l8.6 8.6l8.6-8.6L26 12z' fill='%23626262'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.uk-open > .uk-accordion-title::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' aria-hidden='true' focusable='false' width='20' height='20' style='-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);' preserveAspectRatio='xMidYMid meet' viewBox='0 0 32 32'%3E%3Cpath d='M16 10l10 10l-1.4 1.4l-8.6-8.6l-8.6 8.6L6 20z' fill='%23626262'/%3E%3C/svg%3E");
}

/* Hover + Focus */

.uk-accordion-title:hover, .uk-accordion-title:focus {
    color: #666;
    text-decoration: none;
    outline: none;
}

/* Content
 ========================================================================== */

.uk-accordion-content {
    margin-top: 10px;
}

/*
 * Micro clearfix
 */

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

.uk-accordion-content::after {
    clear: both;
}

/*
 * Remove margin from the last-child
 */

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

/* ========================================================================
   Component: Drop
 ========================================================================== */

/*
 * 1. Hide by default
 * 2. Set position
 * 3. Set a default width
 */

.uk-drop {
    /* 1 */
    display: none;
    /* 2 */
    position: absolute;
    z-index: 1020;
    /* 3 */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 300px;
}

/* Show */

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

/* Direction / Alignment modifiers
 ========================================================================== */

/* Direction */

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

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

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

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

/* Grid modifiers
 ========================================================================== */

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

/* ========================================================================
   Component: Dropdown
 ========================================================================== */

/*
 * 1. Hide by default
 * 2. Set position
 * 3. Set a default width
 * 4. Style
 */

.uk-dropdown {
    /* 1 */
    display: none;
    /* 2 */
    position: absolute;
    z-index: 1020;
    /* 3 */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 200px;
    /* 4 */
    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);
}

/* Show */

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

/* Nav
 * Adopts `uk-nav`
 ========================================================================== */

.uk-dropdown-nav {
    white-space: nowrap;
    font-size: 1rem;
}

/*
 * Items
 */

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

/* Hover + Focus + Active */

.uk-dropdown-nav > li > a:hover, .uk-dropdown-nav > li > a:focus, .uk-dropdown-nav > li.uk-active > a {
    color: #666;
}

/*
 * Header
 */

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

/*
 * Divider
 */

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

/*
 * Sublists
 */

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

/* Direction / Alignment modifiers
 ========================================================================== */

/* Direction */

[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;
}

/* Grid modifiers
 ========================================================================== */

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

/* ========================================================================
   Component: Modal
 ========================================================================== */

/*
 * 1. Hide by default
 * 2. Set position
 * 3. Allow scrolling for the modal dialog
 * 4. Horizontal padding
 * 5. Mask the background page
 * 6. Fade-in transition
 */

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

/* Phone landscape and bigger */

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

/* Tablet landscape and bigger */

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

/*
 * Open
 */

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

/* Page
 ========================================================================== */

/*
 * Prevent scrollbars
 */

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

/* Dialog
 ========================================================================== */

/*
 * 1. Create position context for spinner and close button
 * 2. Dimensions
 * 3. Fix `max-width: 100%` not working in combination with flex and responsive images in IE11
 *    `!important` needed to overwrite `uk-width-auto`. See `#modal-media-image` in tests
 * 4. Style
 * 5. Slide-in transition
 */

.uk-modal-dialog {
    /* 1 */
    position: relative;
    /* 2 */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    width: 600px;
    /* 3 */
    max-width: calc(100% - 0.01px) !important;
    /* 4 */
    background: #fff;
    /* 5 */
    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;
}

/*
 * Open
 */

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

/* Size modifier
 ========================================================================== */

/*
 * Container size
 * Take the same size as the Container component
 */

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

/*
 * Full size
 * 1. Remove padding and background from modal
 * 2. Reset all default declarations from modal dialog
 */

/* 1 */

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

/* 2 */

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

/* Sections
 ========================================================================== */

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

.uk-modal-header {
    padding: 15px 30px;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}

.uk-modal-footer {
    padding: 15px 30px;
    background: #fff;
    border-top: 1px solid #e5e5e5;
}

/*
 * Micro clearfix
 */

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

/*
 * Remove margin from the last-child
 */

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

/* Title
 ========================================================================== */

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

/* Close
 * Adopts `uk-close`
 ========================================================================== */

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

/*
 * Remove margin from adjacent element
 */

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

/*
 * Hover
 */

/*
 * Default
 */

/*
 * Outside
 * 1. Prevent scrollbar on small devices
 */

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

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

/* Tablet landscape and bigger */

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

/*
 * Full
 */

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

/* ========================================================================
   Component: Lightbox
 ========================================================================== */

/*
 * 1. Hide by default
 * 2. Set position
 * 3. Allow scrolling for the modal dialog
 * 4. Horizontal padding
 * 5. Mask the background page
 * 6. Fade-in transition
 */

.uk-lightbox {
    /* 1 */
    display: none;
    /* 2 */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    /* 5 */
    background: rgb(0 0 0 / 0.9);
    /* 6 */
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

/*
 * Open
 * 1. Center child
 * 2. Fade-in
 */

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

/* Page
 ========================================================================== */

/*
 * Prevent scrollbars
 */

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

/* Item
 ========================================================================== */

/*
 * 1. Center child within the viewport
 * 2. Not visible by default
 * 3. Color needed for spinner icon
 * 4. Optimize animation
 * 5. Responsiveness
 *    Using `vh` for `max-height` to fix image proportions after resize in Safari and Opera
 *    Using `vh` and `vw` to make responsive image work in IE11
 * 6. Suppress outline on focus
 */

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

/* 5 */

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

/* 6 */

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

/* Toolbar
 ========================================================================== */

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

/* Toolbar Icon (Close)
 ========================================================================== */

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

/*
 * Hover
 */

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

/* Button (Slidenav)
 ========================================================================== */

/*
 * 1. Center icon vertically and horizontally
 */

.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);
    /* 1 */
    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;
}

/*
 * Hover
 */

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

/* Caption
 ========================================================================== */

/* Iframe
 ========================================================================== */

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

/* ========================================================================
   Component: Slideshow
 ========================================================================== */

/*
 * 1. Prevent tab highlighting on iOS.
 */

.uk-slideshow {
    /* 1 */
    -webkit-tap-highlight-color: transparent;
}

/* Items
 ========================================================================== */

/*
 * 1. Create position and stacking context
 * 2. Reset list
 * 3. Clip child elements
 * 4. Prevent displaying the callout information on iOS.
 */

.uk-slideshow-items {
    /* 1 */
    position: relative;
    z-index: 0;
    /* 2 */
    margin: 0;
    padding: 0;
    list-style: none;
    /* 3 */
    overflow: hidden;
    /* 4 */
    -webkit-touch-callout: none;
}

/* Item
 ========================================================================== */

/*
 * 1. Position items above each other
 * 2. Take the full width
 * 3. Clip child elements, e.g. for `uk-cover`
 * 4. Optimize animation
 * 5. Disable horizontal panning gestures in IE11 and Edge
 * 6. Suppress outline on focus
 */

.uk-slideshow-items > * {
    /* 1 */
    position: absolute;
    top: 0;
    left: 0;
    /* 2 */
    right: 0;
    bottom: 0;
    /* 3 */
    overflow: hidden;
    /* 4 */
    will-change: transform, opacity;
    /* 5 */
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

/* 6 */

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

/*
 * Hide not active items
 */

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

/* ========================================================================
   Component: Slider
 ========================================================================== */

/*
 * 1. Prevent tab highlighting on iOS.
 */

.uk-slider {
    /* 1 */
    -webkit-tap-highlight-color: transparent;
}

/* Container
 ========================================================================== */

/*
 * 1. Clip child elements
 */

.uk-slider-container {
    /* 1 */
    overflow: hidden;
}

/* Items
 ========================================================================== */

/*
 * 1. Optimize animation
 * 2. Create a containing block. In Safari it's neither created by `transform` nor `will-change`.
 */

.uk-slider-items {
    /* 1 */
    will-change: transform;
    /* 2 */
    position: relative;
}

/*
 * 1. Reset list style without interfering with grid
 * 2. Prevent displaying the callout information on iOS.
 */

.uk-slider-items:not(.uk-grid) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* 1 */
    margin: 0;
    padding: 0;
    list-style: none;
    /* 2 */
    -webkit-touch-callout: none;
}

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

/* Item
 ========================================================================== */

/*
 * 1. Let items take content dimensions (0 0 auto)
 * 2. Create position context
 * 3. Disable horizontal panning gestures in IE11 and Edge
 * 4. Suppress outline on focus
 */

.uk-slider-items > * {
    /* 1 */
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    /* 2 */
    position: relative;
    /* 3 */
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

/* 4 */

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

/* ========================================================================
   Component: Sticky
 ========================================================================== */

/*
 * 1. Resolve frame rate issues on devices with lower frame rates by forcing hardware acceleration
 */

.uk-sticky-fixed {
    z-index: 980;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 !important;
    /* 1 */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/*
 * Faster animations
 */

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

/* ========================================================================
   Component: Off-canvas
 ========================================================================== */

/*
 * 1. Hide by default
 * 2. Set position
 */

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

/*
 * Flip modifier
 */

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

/* Bar
 ========================================================================== */

/*
 * 1. Set position
 * 2. Size and style
 * 3. Allow scrolling
 */

.uk-offcanvas-bar {
    /* 1 */
    position: absolute;
    top: 0;
    bottom: 0;
    left: -270px;
    /* 2 */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 270px;
    padding: 10px 10px;
    background: #412f5c;
    /* 3 */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

/* Tablet landscape and bigger */

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

/* Flip modifier */

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

/* Tablet landscape and bigger */

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

/*
 * Open
 */

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

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

/*
 * Slide Animation (Used in slide and push mode)
 */

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

/*
 * Reveal Animation
 * 1. Set position
 * 2. Clip the bar
 * 3. Animation
 * 4. Reset position
 */

.uk-offcanvas-reveal {
    /* 1 */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    /* 2 */
    width: 0;
    overflow: hidden;
    /* 3 */
    -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 {
    /* 4 */
    left: 0;
}

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

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

/* Tablet landscape and bigger */

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

/*
 * Flip modifier
 */

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

/* Close
 * Adopts `uk-close`
 ========================================================================== */

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

/* Overlay
 ========================================================================== */

/*
 * Overlay the whole page. Needed for the `::before`
 * 1. Using `100vw` so no modification is needed when off-canvas is flipped
 * 2. Allow for closing with swipe gesture on devices with pointer events.
 */

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

/*
 * 1. Mask the whole page
 * 2. Fade-in transition
 */

.uk-offcanvas-overlay::before {
    /* 1 */
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.1);
    /* 2 */
    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;
}

/* Prevent scrolling
 ========================================================================== */

/*
 * Prevent horizontal scrollbar when the content is slide-out
 * Has to be on the `html` element too to make it work on the `body`
 */

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

/* Container
 ========================================================================== */

/*
 * Prepare slide-out animation (Used in reveal and push mode)
 * Using `position: left` instead of `transform` because position `fixed` elements like sticky navbars
 * lose their fixed state and behaves like `absolute` within a transformed container
 * 1. Provide a fixed width and prevent shrinking
 */

.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;
    /* 1 */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

/*
 * Activate slide-out animation
 */

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

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

/* Tablet landscape and bigger */

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

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

/* ========================================================================
   Component: Switcher
 ========================================================================== */

/*
 * Reset list
 */

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

/* Items
 ========================================================================== */

/*
 * Hide not active items
 */

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

/*
 * Remove margin from the last-child
 */

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

/* ========================================================================
   Component: Leader
 ========================================================================== */

.uk-leader {
    overflow: hidden;
}

/*
 * 1. Place element in text flow
 * 2. Never break into a new line
 * 3. Get a string back with as many repeating characters to fill the container
 * 4. Prevent wrapping. Overflowing characters will be clipped by the container
 */

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

/*
 * Hide if media does not match
 */

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

/*
 * Pass fill character to JS
 */

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

.uk-iconnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* 1 */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* 2 */
    margin: 0;
    padding: 0;
    list-style: none;
    /* 3 */
    margin-left: -10px;
}

/*
 * Space is allocated based on content dimensions, but shrinks: 0 1 auto
 * 1. Gutter
 */

.uk-iconnav > * {
    /* 1 */
    padding-left: 10px;
}

/* Items
 ========================================================================== */

/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * 1. Prevent gap if child element is `inline-block`, e.g. an icon
 * 2. Style
 */

.uk-iconnav > * > a {
    /* 1 */
    display: block;
    /* 2 */
    color: #999;
}

/* Hover + Focus */

.uk-iconnav > * > a:hover, .uk-iconnav > * > a:focus {
    color: #666;
    outline: none;
}

/* Active */

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

/* Modifier: 'uk-iconnav-vertical'
 ========================================================================== */

/*
 * 1. Change direction
 * 2. Gutter
 */

.uk-iconnav-vertical {
    /* 1 */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* 2 */
    margin-left: 0;
    margin-top: -10px;
}

/* 2 */

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

/* ========================================================================
   Component: Notification
 ========================================================================== */

/*
 * 1. Set position
 * 2. Dimensions
 */

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

/* Position modifiers
========================================================================== */

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

/* Responsiveness
========================================================================== */

/* Phones portrait and smaller */

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

/* Message
========================================================================== */

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

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

/* Close
 * Adopts `uk-close`
 ========================================================================== */

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

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

/* Style modifiers
 ========================================================================== */

/*
 * Primary
 */

.uk-notification-message-primary {
    color: #fd5e01;
}

/*
 * Success
 */

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

/*
 * Warning
 */

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

/*
 * Danger
 */

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

/* ========================================================================
   Component: Tooltip
 ========================================================================== */

/*
 * 1. Hide by default
 * 2. Position
 * 3. Dimensions
 * 4. Style
 */

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

/* Show */

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

/* Direction / Alignment modifiers
 ========================================================================== */

/* Direction */

[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;
}

/* ========================================================================
   Component: Placeholder
 ========================================================================== */

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

/* Add margin if adjacent element */

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

/*
 * Remove margin from the last-child
 */

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

/* ========================================================================
   Component: Progress
 ========================================================================== */

/*
 * 1. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 * 2. Remove default style
 * 3. Behave like a block element
 * 4. Remove borders in Firefox and Edge
 * 5. Set background color for progress container in Firefox, IE11 and Edge
 * 6. Style
 */

.uk-progress {
    /* 1 */
    vertical-align: baseline;
    /* 2 */
    -webkit-appearance: none;
    -moz-appearance: none;
    /* 3 */
    display: block;
    width: 100%;
    /* 4 */
    border: 0;
    /* 5 */
    background-color: #f8f8f8;
    /* 6 */
    margin-bottom: 10px;
    height: 15px;
    border-radius: 500px;
    overflow: hidden;
}

/* Add margin if adjacent element */

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

/*
 * Remove animated circles for indeterminate state in IE11 and Edge
 */

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

/*
 * Progress container
 * 2. Remove progress bar for indeterminate state in Firefox
 */

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

/* 2 */

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

/*
 * Progress bar
 * 1. Remove right border in IE11 and Edge
 */

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

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

.uk-progress::-ms-fill {
    background-color: #fd5e01;
    -ms-transition: width 0.6s ease;
    transition: width 0.6s ease;
    /* 1 */
    border: 0;
}

/* ========================================================================
   Component: Countdown
 ========================================================================== */

/* Item
 ========================================================================== */

/* Number
 ========================================================================== */

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

/* Phone landscape and bigger */

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

/* Tablet landscape and bigger */

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

/* Separator
 ========================================================================== */

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

/* Phone landscape and bigger */

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

/* Tablet landscape and bigger */

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

/* Label
 ========================================================================== */

/* ========================================================================
   Component: Animation
 ========================================================================== */

[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;
}

/* Animations
 ========================================================================== */

/*
 * Fade
 */

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

/*
 * Scale
 */

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

/*
 * Slide
 */

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

/*
 * Slide Small
 */

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

/*
 * Slide Medium
 */

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

/*
 * Kenburns
 */

.uk-animation-kenburns {
    -webkit-animation-name: uk-scale-kenburns;
    animation-name: uk-scale-kenburns;
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
}

/*
 * Shake
 */

.uk-animation-shake {
    -webkit-animation-name: uk-shake;
    animation-name: uk-shake;
}

/*
 * SVG Stroke
 * The `--uk-animation-stroke` custom property contains the longest path length.
 * Set it manually or use `uk-svg="stroke-animation: true"` to set it automatically.
 * All strokes are animated by the same pace and doesn't end simultaneously.
 * To end simultaneously, `pathLength="1"` could be used, but it's not working in Safari yet.
 */

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

/* Direction modifier
 ========================================================================== */

.uk-animation-reverse {
    animation-direction: reverse;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

/* Duration modifier
 ========================================================================== */

.uk-animation-fast {
    -webkit-animation-duration: 0.1s;
    animation-duration: 0.1s;
}

/* Toggle (Hover + Focus)
========================================================================== */

/*
 * The toggle is triggered on touch devices using `:focus` and tabindex
 */

.uk-animation-toggle:not(:hover):not(:focus) [class*='uk-animation-'] {
    -webkit-animation-name: none;
    animation-name: none;
}

/*
 * 1. Prevent tab highlighting on iOS.
 */

.uk-animation-toggle {
    /* 1 */
    -webkit-tap-highlight-color: transparent;
}

/*
 * Remove outline for `tabindex`
 */

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

/* Keyframes used by animation classes
 ========================================================================== */

/*
 * Fade
 */

@-webkit-keyframes uk-fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes uk-fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/*
 * Slide Top
 */

@-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);
    }
}

/*
 * Slide Bottom
 */

@-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);
    }
}

/*
 * Slide Left
 */

@-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);
    }
}

/*
 * Slide Right
 */

@-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);
    }
}

/*
 * Slide Top Small
 */

@-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);
    }
}

/*
 * Slide Bottom Small
 */

@-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);
    }
}

/*
 * Slide Left Small
 */

@-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);
    }
}

/*
 * Slide Right Small
 */

@-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);
    }
}

/*
 * Slide Top Medium
 */

@-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);
    }
}

/*
 * Slide Bottom Medium
 */

@-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);
    }
}

/*
 * Slide Left Medium
 */

@-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);
    }
}

/*
 * Slide Right Medium
 */

@-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);
    }
}

/*
 * Scale Up
 */

@-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);
    }
}

/*
 * Scale Down
 */

@-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);
    }
}

/*
 * Kenburns
 */

@-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);
    }
}

/*
 * Shake
 */

@-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);
    }
}

/*
 * Stroke
 */

@-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;
    }
}

/* ========================================================================
   Component: Width
 ========================================================================== */

/* Equal child widths
 ========================================================================== */

[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-auto > * {
    width: auto;
}

/*
 * 1. Reset the `min-width`, which is set to auto by default, because
 *    flex items won't shrink below their minimum intrinsic content size.
 *    Using `1px` instead of `0`, so items still wrap into the next line,
 *    if they have zero width and padding and the predecessor is 100% wide.
 */

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

/* Phone landscape and bigger */

@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-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;
    }
}

/* Tablet landscape and bigger */

@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-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;
    }
}

/* Desktop and bigger */

@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-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;
    }
}

/* Large screen and bigger */

@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-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;
    }
}

/* Single Widths
 ========================================================================== */

/*
 * 1. `max-width` is needed for the pixel-based classes
 */

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

/* Halves */

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

/* Thirds */

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

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

/* Quarters */

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

.uk-width-3-4 {
    width: 75%;
}

/* Fifths */

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

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

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

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

/* Sixths */

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

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

/* Pixel */

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

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

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

.uk-width-xlarge {
    width: 600px;
}

.uk-width-xxlarge {
    width: 750px;
}

/* Auto */

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

/* Expand */

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

/* Phone landscape and bigger */

@media (min-width: 640px) {
    /* Whole */
    .uk-width-1-1\@s {
        width: 100%;
    }

    /* Halves */
    .uk-width-1-2\@s {
        width: 50%;
    }

    /* Thirds */
    .uk-width-1-3\@s {
        width: calc(100% * 1 / 3.001);
    }

    .uk-width-2-3\@s {
        width: calc(100% * 2 / 3.001);
    }

    /* Quarters */
    .uk-width-1-4\@s {
        width: 25%;
    }

    .uk-width-3-4\@s {
        width: 75%;
    }

    /* Fifths */
    .uk-width-1-5\@s {
        width: 20%;
    }

    .uk-width-2-5\@s {
        width: 40%;
    }

    .uk-width-3-5\@s {
        width: 60%;
    }

    .uk-width-4-5\@s {
        width: 80%;
    }

    /* Sixths */
    .uk-width-1-6\@s {
        width: calc(100% * 1 / 6.001);
    }

    .uk-width-5-6\@s {
        width: calc(100% * 5 / 6.001);
    }

    /* Pixel */
    .uk-width-small\@s {
        width: 150px;
    }

    .uk-width-medium\@s {
        width: 300px;
    }

    .uk-width-large\@s {
        width: 450px;
    }

    .uk-width-xlarge\@s {
        width: 600px;
    }

    .uk-width-xxlarge\@s {
        width: 750px;
    }

    /* Auto */
    .uk-width-auto\@s {
        width: auto;
    }

    /* Expand */
    .uk-width-expand\@s {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 1px;
    }
}

/* Tablet landscape and bigger */

@media (min-width: 960px) {
    /* Whole */
    .uk-width-1-1\@m {
        width: 100%;
    }

    /* Halves */
    .uk-width-1-2\@m {
        width: 50%;
    }

    /* Thirds */
    .uk-width-1-3\@m {
        width: calc(100% * 1 / 3.001);
    }

    .uk-width-2-3\@m {
        width: calc(100% * 2 / 3.001);
    }

    /* Quarters */
    .uk-width-1-4\@m {
        width: 25%;
    }

    .uk-width-3-4\@m {
        width: 75%;
    }

    /* Fifths */
    .uk-width-1-5\@m {
        width: 20%;
    }

    .uk-width-2-5\@m {
        width: 40%;
    }

    .uk-width-3-5\@m {
        width: 60%;
    }

    .uk-width-4-5\@m {
        width: 80%;
    }

    /* Sixths */
    .uk-width-1-6\@m {
        width: calc(100% * 1 / 6.001);
    }

    .uk-width-5-6\@m {
        width: calc(100% * 5 / 6.001);
    }

    /* Pixel */
    .uk-width-small\@m {
        width: 150px;
    }

    .uk-width-medium\@m {
        width: 300px;
    }

    .uk-width-large\@m {
        width: 450px;
    }

    .uk-width-xlarge\@m {
        width: 600px;
    }

    .uk-width-xxlarge\@m {
        width: 750px;
    }

    /* Auto */
    .uk-width-auto\@m {
        width: auto;
    }

    /* Expand */
    .uk-width-expand\@m {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 1px;
    }
}

/* Desktop and bigger */

@media (min-width: 1200px) {
    /* Whole */
    .uk-width-1-1\@l {
        width: 100%;
    }

    /* Halves */
    .uk-width-1-2\@l {
        width: 50%;
    }

    /* Thirds */
    .uk-width-1-3\@l {
        width: calc(100% * 1 / 3.001);
    }

    .uk-width-2-3\@l {
        width: calc(100% * 2 / 3.001);
    }

    /* Quarters */
    .uk-width-1-4\@l {
        width: 25%;
    }

    .uk-width-3-4\@l {
        width: 75%;
    }

    /* Fifths */
    .uk-width-1-5\@l {
        width: 20%;
    }

    .uk-width-2-5\@l {
        width: 40%;
    }

    .uk-width-3-5\@l {
        width: 60%;
    }

    .uk-width-4-5\@l {
        width: 80%;
    }

    /* Sixths */
    .uk-width-1-6\@l {
        width: calc(100% * 1 / 6.001);
    }

    .uk-width-5-6\@l {
        width: calc(100% * 5 / 6.001);
    }

    /* Pixel */
    .uk-width-small\@l {
        width: 150px;
    }

    .uk-width-medium\@l {
        width: 300px;
    }

    .uk-width-large\@l {
        width: 450px;
    }

    .uk-width-xlarge\@l {
        width: 600px;
    }

    .uk-width-xxlarge\@l {
        width: 750px;
    }

    /* Auto */
    .uk-width-auto\@l {
        width: auto;
    }

    /* Expand */
    .uk-width-expand\@l {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 1px;
    }
}

/* Large screen and bigger */

@media (min-width: 1600px) {
    /* Whole */
    .uk-width-1-1\@xl {
        width: 100%;
    }

    /* Halves */
    .uk-width-1-2\@xl {
        width: 50%;
    }

    /* Thirds */
    .uk-width-1-3\@xl {
        width: calc(100% * 1 / 3.001);
    }

    .uk-width-2-3\@xl {
        width: calc(100% * 2 / 3.001);
    }

    /* Quarters */
    .uk-width-1-4\@xl {
        width: 25%;
    }

    .uk-width-3-4\@xl {
        width: 75%;
    }

    /* Fifths */
    .uk-width-1-5\@xl {
        width: 20%;
    }

    .uk-width-2-5\@xl {
        width: 40%;
    }

    .uk-width-3-5\@xl {
        width: 60%;
    }

    .uk-width-4-5\@xl {
        width: 80%;
    }

    /* Sixths */
    .uk-width-1-6\@xl {
        width: calc(100% * 1 / 6.001);
    }

    .uk-width-5-6\@xl {
        width: calc(100% * 5 / 6.001);
    }

    /* Pixel */
    .uk-width-small\@xl {
        width: 150px;
    }

    .uk-width-medium\@xl {
        width: 300px;
    }

    .uk-width-large\@xl {
        width: 450px;
    }

    .uk-width-xlarge\@xl {
        width: 600px;
    }

    .uk-width-xxlarge\@xl {
        width: 750px;
    }

    /* Auto */
    .uk-width-auto\@xl {
        width: auto;
    }

    /* Expand */
    .uk-width-expand\@xl {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 1px;
    }
}

/* ========================================================================
   Component: Height
 ========================================================================== */

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

/*
 * Only works if parent element has a height set
 */

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

/*
 * Useful to create image teasers
 */

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

/*
 * Pixel
 * Useful for `overflow: auto`
 */

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

/* ========================================================================
   Component: Text
 ========================================================================== */

/* Style modifiers
 ========================================================================== */

.uk-text-lead {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #333;
}

.uk-text-meta {
    font-size: 1rem;
    line-height: 1.4;
    color: #999;
}

.uk-text-meta a {
    color: #999;
}

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

/* Size modifiers
 ========================================================================== */

.uk-text-small {
    font-size: 1rem;
    line-height: 1.5;
}

.uk-text-large {
    font-size: 1.5rem;
    line-height: 1.5;
}

/* Weight modifier
 ========================================================================== */

.uk-text-light {
    font-weight: 300;
}

.uk-text-normal {
    font-weight: 400;
}

.uk-text-bold {
    font-weight: 700;
}

.uk-text-lighter {
    font-weight: lighter;
}

.uk-text-bolder {
    font-weight: bolder;
}

/* Style modifier
 ========================================================================== */

.uk-text-italic {
    font-style: italic;
}

/* Transform modifier
 ========================================================================== */

.uk-text-capitalize {
    text-transform: capitalize !important;
}

.uk-text-uppercase {
    text-transform: uppercase !important;
}

.uk-text-lowercase {
    text-transform: lowercase !important;
}

/* Color modifiers
 ========================================================================== */

.uk-text-muted {
    color: #999 !important;
}

.uk-text-emphasis {
    color: #333 !important;
}

.uk-text-primary {
    color: #fd5e01 !important;
}

.uk-text-secondary {
    color: #412f5c !important;
}

.uk-text-success {
    color: #32d296 !important;
}

.uk-text-warning {
    color: #faa05a !important;
}

.uk-text-danger {
    color: #f0506e !important;
}

/* Background modifier
 ========================================================================== */

/*
 * 1. The background clips to the foreground text. Works in Chrome, Firefox, Safari, Edge and Opera
 *    Default color is set to transparent
 * 2. Container fits the text
 * 3. Fallback color for IE11
 */

.uk-text-background {
    /* 1 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* 2 */
    display: inline-block;
    /* 3 */
    color: #fd5e01 !important;
}

@supports (-webkit-background-clip: text) {
    .uk-text-background {
        background-color: #fd5e01;
    }
}

/* Alignment modifiers
 ========================================================================== */

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

/* Phone landscape and bigger */

@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;
    }
}

/* Tablet landscape and bigger */

@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;
    }
}

/* Desktop and bigger */

@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;
    }
}

/* Large screen and bigger */

@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;
    }
}

/*
 * Vertical
 */

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

/* Wrap modifiers
 ========================================================================== */

/*
 * Prevent text from wrapping onto multiple lines
 */

.uk-text-nowrap {
    white-space: nowrap;
}

/*
 * 1. Make sure a max-width is set after which truncation can occur
 * 2. Prevent text from wrapping onto multiple lines, and truncate with an ellipsis
 * 3. Fix for table cells
 */

.uk-text-truncate {
    /* 1 */
    max-width: 100%;
    /* 2 */
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 2 */

th.uk-text-truncate, td.uk-text-truncate {
    max-width: 0;
}

/*
 * 1. Wrap long words onto the next line and break them if they are too long to fit
 * 2. Legacy `word-wrap` as fallback for `overflow-wrap`
 * 3. Fix `overflow-wrap` which doesn't work with table cells in Chrome, Opera, IE11 and Edge
 *    Must use `break-all` to support IE11 and Edge
 * Note: Not using `hyphens: auto;` because it hyphenates text even if not needed
 */

.uk-text-break {
    /* 1 */
    overflow-wrap: break-word;
    /* 2 */
    word-wrap: break-word;
}

/* 3 */

th.uk-text-break, td.uk-text-break {
    word-break: break-all;
}

/* ========================================================================
   Component: Column
 ========================================================================== */

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

/* Desktop and bigger */

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

/*
 * Fix image 1px line wrapping into the next column in Chrome
 */

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

/* Divider
 ========================================================================== */

/*
 * 1. Double the column gap
 */

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

/* Desktop and bigger */

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

/* Width modifiers
 ========================================================================== */

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

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

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

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

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

/* Phone landscape and bigger */

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

    .uk-column-1-3\@s {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .uk-column-1-4\@s {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }

    .uk-column-1-5\@s {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
    }

    .uk-column-1-6\@s {
        -webkit-column-count: 6;
        -moz-column-count: 6;
        column-count: 6;
    }
}

/* Tablet landscape and bigger */

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

    .uk-column-1-3\@m {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .uk-column-1-4\@m {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }

    .uk-column-1-5\@m {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
    }

    .uk-column-1-6\@m {
        -webkit-column-count: 6;
        -moz-column-count: 6;
        column-count: 6;
    }
}

/* Desktop and bigger */

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

    .uk-column-1-3\@l {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .uk-column-1-4\@l {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }

    .uk-column-1-5\@l {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
    }

    .uk-column-1-6\@l {
        -webkit-column-count: 6;
        -moz-column-count: 6;
        column-count: 6;
    }
}

/* Large screen and bigger */

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

    .uk-column-1-3\@xl {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .uk-column-1-4\@xl {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }

    .uk-column-1-5\@xl {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
    }

    .uk-column-1-6\@xl {
        -webkit-column-count: 6;
        -moz-column-count: 6;
        column-count: 6;
    }
}

/* Make element span across all columns
 * Does not work in Firefox yet
 ========================================================================== */

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

/* ========================================================================
   Component: Cover
 ========================================================================== */

/*
 * Works with iframes and embedded content
 * 1. Reset responsiveness for embedded content
 * 2. Center object
 * Note: Percent values on the `top` property only works if this element
 *       is absolute positioned or if the container has a height
 */

.uk-cover {
    /* 1 */
    max-width: none;
    /* 2 */
    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;
}

/* Container
 ========================================================================== */

/*
 * 1. Parent container which clips resized object
 * 2. Needed if the child is positioned absolute. See note above
 */

.uk-cover-container {
    /* 1 */
    overflow: hidden;
    /* 2 */
    position: relative;
}

/* ========================================================================
   Component: Background
 ========================================================================== */

/* Color
 ========================================================================== */

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

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

.uk-background-primary {
    background-color: #fd5e01;
}

.uk-background-secondary {
    background-color: #412f5c;
}

/* Size
 ========================================================================== */

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

/* Position
 ========================================================================== */

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

/* Repeat
 ========================================================================== */

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

/* Attachment
 ========================================================================== */

/*
 * 1. Fix bug introduced in Chrome 67: the background image is not visible if any element on the page uses `translate3d`
 */

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

/*
 * Exclude touch devices because `fixed` doesn't work on iOS and Android
 */

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

/* Image
 ========================================================================== */

/* Phone portrait and smaller */

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

/* Phone landscape and smaller */

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

/* Tablet landscape and smaller */

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

/* Desktop and smaller */

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

/* Blend modes
 ========================================================================== */

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

/* ========================================================================
   Component: Align
 ========================================================================== */

/*
 * Default
 */

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

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

/*
 * Center
 */

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

/*
 * Left/Right
 */

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

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

/* Phone landscape and bigger */

@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;
    }
}

/* Tablet landscape and bigger */

@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;
    }
}

/* Desktop and bigger */

@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;
    }
}

/* Large screen and bigger */

@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;
    }
}

/* ========================================================================
   Component: SVG
 ========================================================================== */

/*
 * 1. Fill all SVG elements with the current text color if no `fill` attribute is set
 * 2. Set the fill and stroke color of all SVG elements to the current text color
 */

/* 1 */

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

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

/*
 * Fix Firefox blurry SVG rendering: https://bugzilla.mozilla.org/show_bug.cgi?id=1046835
 */

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

/* ========================================================================
   Component: Utility
 ========================================================================== */

/* Panel
 ========================================================================== */

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

/*
 * Micro clearfix
 */

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

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

/*
 * Remove margin from the last-child
 */

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

/*
 * Scrollable
 */

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

/* Clearfix
 ========================================================================== */

/*
 * 1. `table-cell` is used with `::before` because `table` creates a 1px gap when it becomes a flex item, only in Webkit
 * 2. `table` is used again with `::after` because `clear` only works with block elements.
 * Note: `display: block` with `overflow: hidden` is currently not working in the latest Safari
 */

/* 1 */

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

/* 2 */

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

/* Float
 ========================================================================== */

/*
 * 1. Prevent content overflow
 */

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

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

/* 1 */

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

/* Overfow
 ========================================================================== */

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

/*
 * Enable scrollbars if content is clipped
 * Note: Firefox ignores `padding-bottom` for the scrollable overflow https://bugzilla.mozilla.org/show_bug.cgi?id=748518
 */

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

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

/* Resize
 ========================================================================== */

.uk-resize {
    resize: both;
}

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

/* Display
 ========================================================================== */

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

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

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

/* Inline
 ========================================================================== */

/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Behave like most inline-block elements
 * 5. Force hardware acceleration without creating a new stacking context
 *    to fix 1px glitch when combined with overlays and transitions in Webkit
 * 6. Clip child elements
 */

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

.uk-inline-clip {
    /* 6 */
    overflow: hidden;
}

/* Responsive objects
 ========================================================================== */

/*
 * Preserve original dimensions
 * Because `img, `video`, `canvas` and  `audio` are already responsive by default, see Base component
 */

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

/*
 * Responsiveness
 * Corrects `max-width` and `max-height` behavior if padding and border are used
 */

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

/*
 * 1. Set a maximum width. `important` needed to override `uk-preserve-width img`
 * 2. Auto scale the height. Only needed if `height` attribute is present
 */

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

/*
 * 1. Set a maximum height. Only works if the parent element has a fixed height
 * 2. Auto scale the width. Only needed if `width` attribute is present
 * 3. Reset max-width, which `img, `video`, `canvas` and  `audio` already have by default
 */

.uk-responsive-height {
    /* 1 */
    max-height: 100%;
    /* 2 */
    width: auto;
    /* 3 */
    max-width: none;
}

/* Border
 ========================================================================== */

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

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

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

/*
 * Fix `overflow: hidden` to be ignored with border-radius and CSS transforms in Webkit
 */

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

/* Box-shadow
 ========================================================================== */

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

/*
 * Hover
 */

[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);
}

/* Box-shadow bottom
 ========================================================================== */

/*
 * 1. Set position.
 * 2. Set style
 * 3. Blur doesn't work on pseudo elements with negative `z-index` in Edge.
 *    Solved by using `before` and add position context to child elements.
 */

@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: '';
        /* 1 */
        position: absolute;
        bottom: -30px;
        left: 0;
        right: 0;
        /* 2 */
        height: 30px;
        border-radius: 100%;
        background: #444;
        -webkit-filter: blur(20px);
        filter: blur(20px);
    }

    /* 3 */
    .uk-box-shadow-bottom > * {
        position: relative;
    }
}

/* Drop cap
 ========================================================================== */

/*
 * 1. Firefox doesn't apply `::first-letter` if the first letter is inside child elements
 *    https://bugzilla.mozilla.org/show_bug.cgi?id=214004
 * 2. In Firefox, a floating `::first-letter` doesn't have a line box and there for no `line-height`
 *    https://bugzilla.mozilla.org/show_bug.cgi?id=317933
 * 3. Caused by 1.: Edge creates two nested `::first-letter` containers, one for each selector
 *    This doubles the `font-size` exponential when using the `em` unit.
 */

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

/* 2 */

@-moz-document url-prefix() {
    .uk-dropcap::first-letter, .uk-dropcap > p:first-of-type::first-letter {
        margin-top: 1.1%;
    }
}

/* 3 */

@supports (-ms-ime-align: auto) {
    .uk-dropcap > p:first-of-type::first-letter {
        font-size: 1em;
    }
}

/* Logo
 ========================================================================== */

/*
 * 1. Required for `a`
 */

.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;
    /* 1 */
    text-decoration: none;
}

/* Hover + Focus */

.uk-logo:hover, .uk-logo:focus {
    color: #666;
    outline: none;
    /* 1 */
    text-decoration: none;
}

.uk-logo-inverse {
    display: none;
}

/* Disabled State
 ========================================================================== */

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

/* Drag State
 ========================================================================== */

/*
 * 1. Needed if moving over elements with have their own cursor on hover, e.g. links or buttons
 * 2. Fix dragging over iframes
 */

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

/* 2 */

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

/* Dragover State
 ========================================================================== */

/*
 * Create a box-shadow when dragging a file over the upload area
 */

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

/* Blend modes
 ========================================================================== */

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

/* Transform
========================================================================== */

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

/* Transform Origin
========================================================================== */

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

/* ========================================================================
   Component: Flex
 ========================================================================== */

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

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

/*
 * Remove pseudo elements created by micro clearfix as precaution
 */

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

/* Alignment
 ========================================================================== */

/*
 * Align items along the main axis of the current line of the flex container
 * Row: Horizontal
 */

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

/* Phone landscape and bigger */

@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;
    }
}

/* Tablet landscape and bigger */

@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;
    }
}

/* Desktop and bigger */

@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;
    }
}

/* Large screen and bigger */

@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;
    }
}

/*
 * Align items in the cross axis of the current line of the flex container
 * Row: Vertical
 */

.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-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

/* Direction
 ========================================================================== */

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

/* Wrap
 ========================================================================== */

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

/*
 * Aligns items within the flex container when there is extra space in the cross-axis
 * Only works if there is more than one line of flex items
 */

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

/* Item ordering
 ========================================================================== */

/*
 * Default is 0
 */

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

/* Phone landscape and bigger */

@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;
    }
}

/* Tablet landscape and bigger */

@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;
    }
}

/* Desktop and bigger */

@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;
    }
}

/* Large screen and bigger */

@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;
    }
}

/* Item dimensions
 ========================================================================== */

/*
 * Initial: 0 1 auto
 * Content dimensions, but shrinks
 */

/*
 * No Flex: 0 0 auto
 * Content dimensions
 */

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

/*
 * Relative Flex: 1 1 auto
 * Space is allocated considering content
 */

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

/*
 * Absolute Flex: 1 1 0%
 * Space is allocated solely based on flex
 */

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

/* ========================================================================
   Component: Margin
 ========================================================================== */

/*
 * Default
 */

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

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

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

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

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

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

/* Small
 ========================================================================== */

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

/* Medium
 ========================================================================== */

.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 {
    margin-bottom: 40px !important;
}

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

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

/* Large
 ========================================================================== */

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

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

.uk-margin-large-top {
    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;
}

/* Desktop and bigger */

@media (min-width: 1200px) {
    .uk-margin-large {
        margin-bottom: 70px;
    }

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

    .uk-margin-large-top {
        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;
    }
}

/* XLarge
 ========================================================================== */

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

/* Desktop and bigger */

@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;
    }
}

/* Auto
 ========================================================================== */

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

/* Phone landscape and bigger */

@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;
    }
}

/* Tablet landscape and bigger */

@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;
    }
}

/* Desktop and bigger */

@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;
    }
}

/* Large screen and bigger */

@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;
    }
}

/* Remove
 ========================================================================== */

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

/* Phone landscape and bigger */

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

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

/* Tablet landscape and bigger */

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

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

/* Desktop and bigger */

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

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

/* Large screen and bigger */

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

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

/* ========================================================================
   Component: Padding
 ========================================================================== */

.uk-padding {
    padding: 30px;
}

/* Desktop and bigger */

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

/* Small
 ========================================================================== */

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

/* Large
 ========================================================================== */

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

/* Desktop and bigger */

@media (min-width: 1200px) {
    .uk-padding-large {
        padding: 70px;
    }
}

/* Remove
 ========================================================================== */

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

/* ========================================================================
   Component: Position
 ========================================================================== */

/* Directions
 ========================================================================== */

/*
 * 1. Prevent content overflow if `max-width: 100%` is used inside position container.
 */

[class*='uk-position-top'], [class*='uk-position-bottom'], [class*='uk-position-left'], [class*='uk-position-right'], [class*='uk-position-center'] {
    position: absolute !important;
    /* 1 */
    max-width: 100%;
}

/* Edges
 ========================================================================== */

/* Don't use `width: 100%` because it is wrong if the parent has padding. */

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

/* Corners
 ========================================================================== */

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

/*
 * Center
 * 1. Fix text wrapping if content is larger than 50% of the container.
 */

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

/* Vertical */

[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;
}

/* Horizontal */

.uk-position-top-center, .uk-position-bottom-center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    /* 1 */
    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;
}

/* Cover
 ========================================================================== */

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

/* Utility
 ========================================================================== */

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

/* Margin modifier
 ========================================================================== */

/*
 * Small
 */

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

/*
 * Medium
 */

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

/*
 * Large
 */

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

/* Desktop and bigger */

@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);
    }
}

/* ========================================================================
   Component: Transition
 ========================================================================== */

/* Toggle (Hover + Focus)
 ========================================================================== */

/*
 * 1. Prevent tab highlighting on iOS.
 */

.uk-transition-toggle {
    /* 1 */
    -webkit-tap-highlight-color: transparent;
}

/*
 * Remove outline for `tabindex`
 */

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

/* Transitions
 ========================================================================== */

/*
 * The toggle is triggered on touch devices by two methods:
 * 1. Using `:focus` and tabindex
 * 2. Using `:hover` and a `touchstart` event listener registered on the document
 *    (Doesn't work on Surface touch devices)
 *
 * Note: Transitions don't work with `uk-postion-center-*` classes because they also use `transform`,
 *       therefore it's recommended to use an extra `div` for the transition.
 */

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

/*
 * Fade
 */

.uk-transition-toggle:hover .uk-transition-fade, .uk-transition-toggle:focus .uk-transition-fade, .uk-transition-active.uk-active .uk-transition-fade {
    opacity: 1;
}

/*
 * Scale
 */

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

/* Show */

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

/*
 * Slide
 */

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

/* Show */

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

/* Opacity modifier
 ========================================================================== */

.uk-transition-opaque {
    opacity: 1;
}

/* Duration modifiers
 ========================================================================== */

.uk-transition-slow {
    -webkit-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s;
}

/* ========================================================================
   Component: Visibility
 ========================================================================== */

/*
 * Hidden
 * `hidden` attribute also set here to make it stronger
 */

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

/* Phone landscape and bigger */

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

/* Tablet landscape and bigger */

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

/* Desktop and bigger */

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

/* Large screen and bigger */

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

/*
 * Visible
 */

/* Phone portrait and smaller */

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

/* Phone landscape and smaller */

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

/* Tablet landscape and smaller */

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

/* Desktop and smaller */

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

/* Visibility
 ========================================================================== */

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

/* Toggle (Hover + Focus)
 ========================================================================== */

/*
 * Hidden
 * 1. The toggle is triggered on touch devices using `:focus` and tabindex
 * 2. The target stays visible if any element within receives focus through keyboard
 *    Doesn't work in Edge, yet.
 * 3. Can't use `display: none` nor `visibility: hidden` because both are not focusable.
 *
 */

/* 1 + 2 */

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

/*
 * Invisible
 */

/* 1 + 2 */

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

/*
 * 1. Prevent tab highlighting on iOS.
 */

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

/*
 * Remove outline for `tabindex`
 */

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

/* Touch
 ========================================================================== */

/*
 * Hide if primary pointing device has limited accuracy, e.g. a touch screen.
 * Works on mobile browsers: Safari, Chrome and Android browser
 */

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

/*
 * Hide if primary pointing device is accurate, e.g. mouse.
 * 1. Fallback for IE11 and Firefox, because `pointer` is not supported
 * 2. Reset if supported
 */

/* 1 */

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

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

/* ========================================================================
   Component: Inverse
 ========================================================================== */

/*
 * Implemented class depends on the general theme color
 * `uk-light` is for light colors on dark backgrounds
 * `uk-dark` is or dark colors on light backgrounds
 */

.uk-light, .uk-section-primary:not(.uk-preserve-color), .uk-section-secondary:not(.uk-preserve-color), .uk-card-primary.uk-card-body, .uk-card-primary > :not([class*='uk-card-media']), .uk-card-secondary.uk-card-body, .uk-card-secondary > :not([class*='uk-card-media']), .uk-overlay-primary, .uk-offcanvas-bar {
    color: rgba(255, 255, 255, 0.7);
}

.uk-light a, .uk-section-primary:not(.uk-preserve-color) a, .uk-section-secondary:not(.uk-preserve-color) a, .uk-card-primary.uk-card-body a, .uk-card-primary > :not([class*='uk-card-media']) a, .uk-card-secondary.uk-card-body a, .uk-card-secondary > :not([class*='uk-card-media']) a, .uk-overlay-primary a, .uk-offcanvas-bar a, .uk-light .uk-link, .uk-section-primary:not(.uk-preserve-color) .uk-link, .uk-section-secondary:not(.uk-preserve-color) .uk-link, .uk-card-primary.uk-card-body .uk-link, .uk-card-primary > :not([class*='uk-card-media']) .uk-link, .uk-card-secondary.uk-card-body .uk-link, .uk-card-secondary > :not([class*='uk-card-media']) .uk-link, .uk-overlay-primary .uk-link, .uk-offcanvas-bar .uk-link {
    color: #fff;
}

.uk-light a:hover, .uk-section-primary:not(.uk-preserve-color) a:hover, .uk-section-secondary:not(.uk-preserve-color) a:hover, .uk-card-primary.uk-card-body a:hover, .uk-card-primary > :not([class*='uk-card-media']) a:hover, .uk-card-secondary.uk-card-body a:hover, .uk-card-secondary > :not([class*='uk-card-media']) a:hover, .uk-overlay-primary a:hover, .uk-offcanvas-bar a:hover, .uk-light .uk-link:hover, .uk-section-primary:not(.uk-preserve-color) .uk-link:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-link:hover, .uk-card-primary.uk-card-body .uk-link:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-link:hover, .uk-card-secondary.uk-card-body .uk-link:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-link:hover, .uk-overlay-primary .uk-link:hover, .uk-offcanvas-bar .uk-link:hover {
    color: #fff;
}

.uk-light :not(pre) > code, .uk-section-primary:not(.uk-preserve-color) :not(pre) > code, .uk-section-secondary:not(.uk-preserve-color) :not(pre) > code, .uk-card-primary.uk-card-body :not(pre) > code, .uk-card-primary > :not([class*='uk-card-media']) :not(pre) > code, .uk-card-secondary.uk-card-body :not(pre) > code, .uk-card-secondary > :not([class*='uk-card-media']) :not(pre) > code, .uk-overlay-primary :not(pre) > code, .uk-offcanvas-bar :not(pre) > code, .uk-light :not(pre) > kbd, .uk-section-primary:not(.uk-preserve-color) :not(pre) > kbd, .uk-section-secondary:not(.uk-preserve-color) :not(pre) > kbd, .uk-card-primary.uk-card-body :not(pre) > kbd, .uk-card-primary > :not([class*='uk-card-media']) :not(pre) > kbd, .uk-card-secondary.uk-card-body :not(pre) > kbd, .uk-card-secondary > :not([class*='uk-card-media']) :not(pre) > kbd, .uk-overlay-primary :not(pre) > kbd, .uk-offcanvas-bar :not(pre) > kbd, .uk-light :not(pre) > samp, .uk-section-primary:not(.uk-preserve-color) :not(pre) > samp, .uk-section-secondary:not(.uk-preserve-color) :not(pre) > samp, .uk-card-primary.uk-card-body :not(pre) > samp, .uk-card-primary > :not([class*='uk-card-media']) :not(pre) > samp, .uk-card-secondary.uk-card-body :not(pre) > samp, .uk-card-secondary > :not([class*='uk-card-media']) :not(pre) > samp, .uk-overlay-primary :not(pre) > samp, .uk-offcanvas-bar :not(pre) > samp {
    color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.1);
}

.uk-light em, .uk-section-primary:not(.uk-preserve-color) em, .uk-section-secondary:not(.uk-preserve-color) em, .uk-card-primary.uk-card-body em, .uk-card-primary > :not([class*='uk-card-media']) em, .uk-card-secondary.uk-card-body em, .uk-card-secondary > :not([class*='uk-card-media']) em, .uk-overlay-primary em, .uk-offcanvas-bar em {
    color: #fff;
}

.uk-light h1, .uk-section-primary:not(.uk-preserve-color) h1, .uk-section-secondary:not(.uk-preserve-color) h1, .uk-card-primary.uk-card-body h1, .uk-card-primary > :not([class*='uk-card-media']) h1, .uk-card-secondary.uk-card-body h1, .uk-card-secondary > :not([class*='uk-card-media']) h1, .uk-overlay-primary h1, .uk-offcanvas-bar h1, .uk-light .uk-h1, .uk-section-primary:not(.uk-preserve-color) .uk-h1, .uk-section-secondary:not(.uk-preserve-color) .uk-h1, .uk-card-primary.uk-card-body .uk-h1, .uk-card-primary > :not([class*='uk-card-media']) .uk-h1, .uk-card-secondary.uk-card-body .uk-h1, .uk-card-secondary > :not([class*='uk-card-media']) .uk-h1, .uk-overlay-primary .uk-h1, .uk-offcanvas-bar .uk-h1, .uk-light h2, .uk-section-primary:not(.uk-preserve-color) h2, .uk-section-secondary:not(.uk-preserve-color) h2, .uk-card-primary.uk-card-body h2, .uk-card-primary > :not([class*='uk-card-media']) h2, .uk-card-secondary.uk-card-body h2, .uk-card-secondary > :not([class*='uk-card-media']) h2, .uk-overlay-primary h2, .uk-offcanvas-bar h2, .uk-light .uk-h2, .uk-section-primary:not(.uk-preserve-color) .uk-h2, .uk-section-secondary:not(.uk-preserve-color) .uk-h2, .uk-card-primary.uk-card-body .uk-h2, .uk-card-primary > :not([class*='uk-card-media']) .uk-h2, .uk-card-secondary.uk-card-body .uk-h2, .uk-card-secondary > :not([class*='uk-card-media']) .uk-h2, .uk-overlay-primary .uk-h2, .uk-offcanvas-bar .uk-h2, .uk-light h3, .uk-section-primary:not(.uk-preserve-color) h3, .uk-section-secondary:not(.uk-preserve-color) h3, .uk-card-primary.uk-card-body h3, .uk-card-primary > :not([class*='uk-card-media']) h3, .uk-card-secondary.uk-card-body h3, .uk-card-secondary > :not([class*='uk-card-media']) h3, .uk-overlay-primary h3, .uk-offcanvas-bar h3, .uk-light .uk-h3, .uk-section-primary:not(.uk-preserve-color) .uk-h3, .uk-section-secondary:not(.uk-preserve-color) .uk-h3, .uk-card-primary.uk-card-body .uk-h3, .uk-card-primary > :not([class*='uk-card-media']) .uk-h3, .uk-card-secondary.uk-card-body .uk-h3, .uk-card-secondary > :not([class*='uk-card-media']) .uk-h3, .uk-overlay-primary .uk-h3, .uk-offcanvas-bar .uk-h3, .uk-light h4, .uk-section-primary:not(.uk-preserve-color) h4, .uk-section-secondary:not(.uk-preserve-color) h4, .uk-card-primary.uk-card-body h4, .uk-card-primary > :not([class*='uk-card-media']) h4, .uk-card-secondary.uk-card-body h4, .uk-card-secondary > :not([class*='uk-card-media']) h4, .uk-overlay-primary h4, .uk-offcanvas-bar h4, .uk-light .uk-h4, .uk-section-primary:not(.uk-preserve-color) .uk-h4, .uk-section-secondary:not(.uk-preserve-color) .uk-h4, .uk-card-primary.uk-card-body .uk-h4, .uk-card-primary > :not([class*='uk-card-media']) .uk-h4, .uk-card-secondary.uk-card-body .uk-h4, .uk-card-secondary > :not([class*='uk-card-media']) .uk-h4, .uk-overlay-primary .uk-h4, .uk-offcanvas-bar .uk-h4, .uk-light h5, .uk-section-primary:not(.uk-preserve-color) h5, .uk-section-secondary:not(.uk-preserve-color) h5, .uk-card-primary.uk-card-body h5, .uk-card-primary > :not([class*='uk-card-media']) h5, .uk-card-secondary.uk-card-body h5, .uk-card-secondary > :not([class*='uk-card-media']) h5, .uk-overlay-primary h5, .uk-offcanvas-bar h5, .uk-light .uk-h5, .uk-section-primary:not(.uk-preserve-color) .uk-h5, .uk-section-secondary:not(.uk-preserve-color) .uk-h5, .uk-card-primary.uk-card-body .uk-h5, .uk-card-primary > :not([class*='uk-card-media']) .uk-h5, .uk-card-secondary.uk-card-body .uk-h5, .uk-card-secondary > :not([class*='uk-card-media']) .uk-h5, .uk-overlay-primary .uk-h5, .uk-offcanvas-bar .uk-h5, .uk-light h6, .uk-section-primary:not(.uk-preserve-color) h6, .uk-section-secondary:not(.uk-preserve-color) h6, .uk-card-primary.uk-card-body h6, .uk-card-primary > :not([class*='uk-card-media']) h6, .uk-card-secondary.uk-card-body h6, .uk-card-secondary > :not([class*='uk-card-media']) h6, .uk-overlay-primary h6, .uk-offcanvas-bar h6, .uk-light .uk-h6, .uk-section-primary:not(.uk-preserve-color) .uk-h6, .uk-section-secondary:not(.uk-preserve-color) .uk-h6, .uk-card-primary.uk-card-body .uk-h6, .uk-card-primary > :not([class*='uk-card-media']) .uk-h6, .uk-card-secondary.uk-card-body .uk-h6, .uk-card-secondary > :not([class*='uk-card-media']) .uk-h6, .uk-overlay-primary .uk-h6, .uk-offcanvas-bar .uk-h6, .uk-light .uk-heading-small, .uk-section-primary:not(.uk-preserve-color) .uk-heading-small, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-small, .uk-card-primary.uk-card-body .uk-heading-small, .uk-card-primary > :not([class*='uk-card-media']) .uk-heading-small, .uk-card-secondary.uk-card-body .uk-heading-small, .uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-small, .uk-overlay-primary .uk-heading-small, .uk-offcanvas-bar .uk-heading-small, .uk-light .uk-heading-medium, .uk-section-primary:not(.uk-preserve-color) .uk-heading-medium, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-medium, .uk-card-primary.uk-card-body .uk-heading-medium, .uk-card-primary > :not([class*='uk-card-media']) .uk-heading-medium, .uk-card-secondary.uk-card-body .uk-heading-medium, .uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-medium, .uk-overlay-primary .uk-heading-medium, .uk-offcanvas-bar .uk-heading-medium, .uk-light .uk-heading-large, .uk-section-primary:not(.uk-preserve-color) .uk-heading-large, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-large, .uk-card-primary.uk-card-body .uk-heading-large, .uk-card-primary > :not([class*='uk-card-media']) .uk-heading-large, .uk-card-secondary.uk-card-body .uk-heading-large, .uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-large, .uk-overlay-primary .uk-heading-large, .uk-offcanvas-bar .uk-heading-large, .uk-light .uk-heading-xlarge, .uk-section-primary:not(.uk-preserve-color) .uk-heading-xlarge, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-xlarge, .uk-card-primary.uk-card-body .uk-heading-xlarge, .uk-card-primary > :not([class*='uk-card-media']) .uk-heading-xlarge, .uk-card-secondary.uk-card-body .uk-heading-xlarge, .uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-xlarge, .uk-overlay-primary .uk-heading-xlarge, .uk-offcanvas-bar .uk-heading-xlarge, .uk-light .uk-heading-2xlarge, .uk-section-primary:not(.uk-preserve-color) .uk-heading-2xlarge, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-2xlarge, .uk-card-primary.uk-card-body .uk-heading-2xlarge, .uk-card-primary > :not([class*='uk-card-media']) .uk-heading-2xlarge, .uk-card-secondary.uk-card-body .uk-heading-2xlarge, .uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-2xlarge, .uk-overlay-primary .uk-heading-2xlarge, .uk-offcanvas-bar .uk-heading-2xlarge {
    color: #fff;
}

.uk-light blockquote, .uk-section-primary:not(.uk-preserve-color) blockquote, .uk-section-secondary:not(.uk-preserve-color) blockquote, .uk-card-primary.uk-card-body blockquote, .uk-card-primary > :not([class*='uk-card-media']) blockquote, .uk-card-secondary.uk-card-body blockquote, .uk-card-secondary > :not([class*='uk-card-media']) blockquote, .uk-overlay-primary blockquote, .uk-offcanvas-bar blockquote {
    color: #fff;
}

.uk-light blockquote footer, .uk-section-primary:not(.uk-preserve-color) blockquote footer, .uk-section-secondary:not(.uk-preserve-color) blockquote footer, .uk-card-primary.uk-card-body blockquote footer, .uk-card-primary > :not([class*='uk-card-media']) blockquote footer, .uk-card-secondary.uk-card-body blockquote footer, .uk-card-secondary > :not([class*='uk-card-media']) blockquote footer, .uk-overlay-primary blockquote footer, .uk-offcanvas-bar blockquote footer {
    color: rgba(255, 255, 255, 0.7);
}

.uk-light hr, .uk-section-primary:not(.uk-preserve-color) hr, .uk-section-secondary:not(.uk-preserve-color) hr, .uk-card-primary.uk-card-body hr, .uk-card-primary > :not([class*='uk-card-media']) hr, .uk-card-secondary.uk-card-body hr, .uk-card-secondary > :not([class*='uk-card-media']) hr, .uk-overlay-primary hr, .uk-offcanvas-bar hr, .uk-light .uk-hr, .uk-section-primary:not(.uk-preserve-color) .uk-hr, .uk-section-secondary:not(.uk-preserve-color) .uk-hr, .uk-card-primary.uk-card-body .uk-hr, .uk-card-primary > :not([class*='uk-card-media']) .uk-hr, .uk-card-secondary.uk-card-body .uk-hr, .uk-card-secondary > :not([class*='uk-card-media']) .uk-hr, .uk-overlay-primary .uk-hr, .uk-offcanvas-bar .uk-hr {
    border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-link-muted, .uk-section-primary:not(.uk-preserve-color) .uk-link-muted, .uk-section-secondary:not(.uk-preserve-color) .uk-link-muted, .uk-card-primary.uk-card-body .uk-link-muted, .uk-card-primary > :not([class*='uk-card-media']) .uk-link-muted, .uk-card-secondary.uk-card-body .uk-link-muted, .uk-card-secondary > :not([class*='uk-card-media']) .uk-link-muted, .uk-overlay-primary .uk-link-muted, .uk-offcanvas-bar .uk-link-muted, .uk-light .uk-link-muted a, .uk-section-primary:not(.uk-preserve-color) .uk-link-muted a, .uk-section-secondary:not(.uk-preserve-color) .uk-link-muted a, .uk-card-primary.uk-card-body .uk-link-muted a, .uk-card-primary > :not([class*='uk-card-media']) .uk-link-muted a, .uk-card-secondary.uk-card-body .uk-link-muted a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-link-muted a, .uk-overlay-primary .uk-link-muted a, .uk-offcanvas-bar .uk-link-muted a {
    color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-link-muted:hover, .uk-section-primary:not(.uk-preserve-color) .uk-link-muted:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-link-muted:hover, .uk-card-primary.uk-card-body .uk-link-muted:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-link-muted:hover, .uk-card-secondary.uk-card-body .uk-link-muted:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-link-muted:hover, .uk-overlay-primary .uk-link-muted:hover, .uk-offcanvas-bar .uk-link-muted:hover, .uk-light .uk-link-muted a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-link-muted a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-link-muted a:hover, .uk-card-primary.uk-card-body .uk-link-muted a:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-link-muted a:hover, .uk-card-secondary.uk-card-body .uk-link-muted a:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-link-muted a:hover, .uk-overlay-primary .uk-link-muted a:hover, .uk-offcanvas-bar .uk-link-muted a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-link-text:hover, .uk-section-primary:not(.uk-preserve-color) .uk-link-text:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-link-text:hover, .uk-card-primary.uk-card-body .uk-link-text:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-link-text:hover, .uk-card-secondary.uk-card-body .uk-link-text:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-link-text:hover, .uk-overlay-primary .uk-link-text:hover, .uk-offcanvas-bar .uk-link-text:hover, .uk-light .uk-link-text a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-link-text a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-link-text a:hover, .uk-card-primary.uk-card-body .uk-link-text a:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-link-text a:hover, .uk-card-secondary.uk-card-body .uk-link-text a:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-link-text a:hover, .uk-overlay-primary .uk-link-text a:hover, .uk-offcanvas-bar .uk-link-text a:hover {
    color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-link-heading:hover, .uk-section-primary:not(.uk-preserve-color) .uk-link-heading:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-link-heading:hover, .uk-card-primary.uk-card-body .uk-link-heading:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-link-heading:hover, .uk-card-secondary.uk-card-body .uk-link-heading:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-link-heading:hover, .uk-overlay-primary .uk-link-heading:hover, .uk-offcanvas-bar .uk-link-heading:hover, .uk-light .uk-link-heading a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-link-heading a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-link-heading a:hover, .uk-card-primary.uk-card-body .uk-link-heading a:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-link-heading a:hover, .uk-card-secondary.uk-card-body .uk-link-heading a:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-link-heading a:hover, .uk-overlay-primary .uk-link-heading a:hover, .uk-offcanvas-bar .uk-link-heading a:hover {
    color: #fff;
}

.uk-light .uk-heading-divider, .uk-section-primary:not(.uk-preserve-color) .uk-heading-divider, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-divider, .uk-card-primary.uk-card-body .uk-heading-divider, .uk-card-primary > :not([class*='uk-card-media']) .uk-heading-divider, .uk-card-secondary.uk-card-body .uk-heading-divider, .uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-divider, .uk-overlay-primary .uk-heading-divider, .uk-offcanvas-bar .uk-heading-divider {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-heading-bullet::before, .uk-section-primary:not(.uk-preserve-color) .uk-heading-bullet::before, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-bullet::before, .uk-card-primary.uk-card-body .uk-heading-bullet::before, .uk-card-primary > :not([class*='uk-card-media']) .uk-heading-bullet::before, .uk-card-secondary.uk-card-body .uk-heading-bullet::before, .uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-bullet::before, .uk-overlay-primary .uk-heading-bullet::before, .uk-offcanvas-bar .uk-heading-bullet::before {
    border-left-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-heading-line > ::before, .uk-section-primary:not(.uk-preserve-color) .uk-heading-line > ::before, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-line > ::before, .uk-card-primary.uk-card-body .uk-heading-line > ::before, .uk-card-primary > :not([class*='uk-card-media']) .uk-heading-line > ::before, .uk-card-secondary.uk-card-body .uk-heading-line > ::before, .uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-line > ::before, .uk-overlay-primary .uk-heading-line > ::before, .uk-offcanvas-bar .uk-heading-line > ::before, .uk-light .uk-heading-line > ::after, .uk-section-primary:not(.uk-preserve-color) .uk-heading-line > ::after, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-line > ::after, .uk-card-primary.uk-card-body .uk-heading-line > ::after, .uk-card-primary > :not([class*='uk-card-media']) .uk-heading-line > ::after, .uk-card-secondary.uk-card-body .uk-heading-line > ::after, .uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-line > ::after, .uk-overlay-primary .uk-heading-line > ::after, .uk-offcanvas-bar .uk-heading-line > ::after {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-divider-icon, .uk-section-primary:not(.uk-preserve-color) .uk-divider-icon, .uk-section-secondary:not(.uk-preserve-color) .uk-divider-icon, .uk-card-primary.uk-card-body .uk-divider-icon, .uk-card-primary > :not([class*='uk-card-media']) .uk-divider-icon, .uk-card-secondary.uk-card-body .uk-divider-icon, .uk-card-secondary > :not([class*='uk-card-media']) .uk-divider-icon, .uk-overlay-primary .uk-divider-icon, .uk-offcanvas-bar .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(255, 255, 255, 0.2)%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, .uk-section-primary:not(.uk-preserve-color) .uk-divider-icon::before, .uk-section-secondary:not(.uk-preserve-color) .uk-divider-icon::before, .uk-card-primary.uk-card-body .uk-divider-icon::before, .uk-card-primary > :not([class*='uk-card-media']) .uk-divider-icon::before, .uk-card-secondary.uk-card-body .uk-divider-icon::before, .uk-card-secondary > :not([class*='uk-card-media']) .uk-divider-icon::before, .uk-overlay-primary .uk-divider-icon::before, .uk-offcanvas-bar .uk-divider-icon::before, .uk-light .uk-divider-icon::after, .uk-section-primary:not(.uk-preserve-color) .uk-divider-icon::after, .uk-section-secondary:not(.uk-preserve-color) .uk-divider-icon::after, .uk-card-primary.uk-card-body .uk-divider-icon::after, .uk-card-primary > :not([class*='uk-card-media']) .uk-divider-icon::after, .uk-card-secondary.uk-card-body .uk-divider-icon::after, .uk-card-secondary > :not([class*='uk-card-media']) .uk-divider-icon::after, .uk-overlay-primary .uk-divider-icon::after, .uk-offcanvas-bar .uk-divider-icon::after {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-divider-small::after, .uk-section-primary:not(.uk-preserve-color) .uk-divider-small::after, .uk-section-secondary:not(.uk-preserve-color) .uk-divider-small::after, .uk-card-primary.uk-card-body .uk-divider-small::after, .uk-card-primary > :not([class*='uk-card-media']) .uk-divider-small::after, .uk-card-secondary.uk-card-body .uk-divider-small::after, .uk-card-secondary > :not([class*='uk-card-media']) .uk-divider-small::after, .uk-overlay-primary .uk-divider-small::after, .uk-offcanvas-bar .uk-divider-small::after {
    border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-divider-vertical, .uk-section-primary:not(.uk-preserve-color) .uk-divider-vertical, .uk-section-secondary:not(.uk-preserve-color) .uk-divider-vertical, .uk-card-primary.uk-card-body .uk-divider-vertical, .uk-card-primary > :not([class*='uk-card-media']) .uk-divider-vertical, .uk-card-secondary.uk-card-body .uk-divider-vertical, .uk-card-secondary > :not([class*='uk-card-media']) .uk-divider-vertical, .uk-overlay-primary .uk-divider-vertical, .uk-offcanvas-bar .uk-divider-vertical {
    border-left-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-list-divider > li:nth-child(n+2), .uk-section-primary:not(.uk-preserve-color) .uk-list-divider > li:nth-child(n+2), .uk-section-secondary:not(.uk-preserve-color) .uk-list-divider > li:nth-child(n+2), .uk-card-primary.uk-card-body .uk-list-divider > li:nth-child(n+2), .uk-card-primary > :not([class*='uk-card-media']) .uk-list-divider > li:nth-child(n+2), .uk-card-secondary.uk-card-body .uk-list-divider > li:nth-child(n+2), .uk-card-secondary > :not([class*='uk-card-media']) .uk-list-divider > li:nth-child(n+2), .uk-overlay-primary .uk-list-divider > li:nth-child(n+2), .uk-offcanvas-bar .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), .uk-section-primary:not(.uk-preserve-color) .uk-list-striped > li:nth-of-type(odd), .uk-section-secondary:not(.uk-preserve-color) .uk-list-striped > li:nth-of-type(odd), .uk-card-primary.uk-card-body .uk-list-striped > li:nth-of-type(odd), .uk-card-primary > :not([class*='uk-card-media']) .uk-list-striped > li:nth-of-type(odd), .uk-card-secondary.uk-card-body .uk-list-striped > li:nth-of-type(odd), .uk-card-secondary > :not([class*='uk-card-media']) .uk-list-striped > li:nth-of-type(odd), .uk-overlay-primary .uk-list-striped > li:nth-of-type(odd), .uk-offcanvas-bar .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), .uk-section-primary:not(.uk-preserve-color) .uk-list-striped > li:nth-of-type(odd), .uk-section-secondary:not(.uk-preserve-color) .uk-list-striped > li:nth-of-type(odd), .uk-card-primary.uk-card-body .uk-list-striped > li:nth-of-type(odd), .uk-card-primary > :not([class*='uk-card-media']) .uk-list-striped > li:nth-of-type(odd), .uk-card-secondary.uk-card-body .uk-list-striped > li:nth-of-type(odd), .uk-card-secondary > :not([class*='uk-card-media']) .uk-list-striped > li:nth-of-type(odd), .uk-overlay-primary .uk-list-striped > li:nth-of-type(odd), .uk-offcanvas-bar .uk-list-striped > li:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.1);
}

.uk-light .uk-list-bullet > li::before, .uk-section-primary:not(.uk-preserve-color) .uk-list-bullet > li::before, .uk-section-secondary:not(.uk-preserve-color) .uk-list-bullet > li::before, .uk-card-primary.uk-card-body .uk-list-bullet > li::before, .uk-card-primary > :not([class*='uk-card-media']) .uk-list-bullet > li::before, .uk-card-secondary.uk-card-body .uk-list-bullet > li::before, .uk-card-secondary > :not([class*='uk-card-media']) .uk-list-bullet > li::before, .uk-overlay-primary .uk-list-bullet > li::before, .uk-offcanvas-bar .uk-list-bullet > 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(255, 255, 255, 0.7)%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-light .uk-icon-link, .uk-section-primary:not(.uk-preserve-color) .uk-icon-link, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-link, .uk-card-primary.uk-card-body .uk-icon-link, .uk-card-primary > :not([class*='uk-card-media']) .uk-icon-link, .uk-card-secondary.uk-card-body .uk-icon-link, .uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-link, .uk-overlay-primary .uk-icon-link, .uk-offcanvas-bar .uk-icon-link {
    color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-icon-link:hover, .uk-section-primary:not(.uk-preserve-color) .uk-icon-link:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-link:hover, .uk-card-primary.uk-card-body .uk-icon-link:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-icon-link:hover, .uk-card-secondary.uk-card-body .uk-icon-link:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-link:hover, .uk-overlay-primary .uk-icon-link:hover, .uk-offcanvas-bar .uk-icon-link:hover, .uk-light .uk-icon-link:focus, .uk-section-primary:not(.uk-preserve-color) .uk-icon-link:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-link:focus, .uk-card-primary.uk-card-body .uk-icon-link:focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-icon-link:focus, .uk-card-secondary.uk-card-body .uk-icon-link:focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-link:focus, .uk-overlay-primary .uk-icon-link:focus, .uk-offcanvas-bar .uk-icon-link:focus {
    color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-icon-link:active, .uk-section-primary:not(.uk-preserve-color) .uk-icon-link:active, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-link:active, .uk-card-primary.uk-card-body .uk-icon-link:active, .uk-card-primary > :not([class*='uk-card-media']) .uk-icon-link:active, .uk-card-secondary.uk-card-body .uk-icon-link:active, .uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-link:active, .uk-overlay-primary .uk-icon-link:active, .uk-offcanvas-bar .uk-icon-link:active, .uk-light .uk-active > .uk-icon-link, .uk-section-primary:not(.uk-preserve-color) .uk-active > .uk-icon-link, .uk-section-secondary:not(.uk-preserve-color) .uk-active > .uk-icon-link, .uk-card-primary.uk-card-body .uk-active > .uk-icon-link, .uk-card-primary > :not([class*='uk-card-media']) .uk-active > .uk-icon-link, .uk-card-secondary.uk-card-body .uk-active > .uk-icon-link, .uk-card-secondary > :not([class*='uk-card-media']) .uk-active > .uk-icon-link, .uk-overlay-primary .uk-active > .uk-icon-link, .uk-offcanvas-bar .uk-active > .uk-icon-link {
    color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-icon-button, .uk-section-primary:not(.uk-preserve-color) .uk-icon-button, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-button, .uk-card-primary.uk-card-body .uk-icon-button, .uk-card-primary > :not([class*='uk-card-media']) .uk-icon-button, .uk-card-secondary.uk-card-body .uk-icon-button, .uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-button, .uk-overlay-primary .uk-icon-button, .uk-offcanvas-bar .uk-icon-button {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-icon-button:hover, .uk-section-primary:not(.uk-preserve-color) .uk-icon-button:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-button:hover, .uk-card-primary.uk-card-body .uk-icon-button:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-icon-button:hover, .uk-card-secondary.uk-card-body .uk-icon-button:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-button:hover, .uk-overlay-primary .uk-icon-button:hover, .uk-offcanvas-bar .uk-icon-button:hover, .uk-light .uk-icon-button:focus, .uk-section-primary:not(.uk-preserve-color) .uk-icon-button:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-button:focus, .uk-card-primary.uk-card-body .uk-icon-button:focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-icon-button:focus, .uk-card-secondary.uk-card-body .uk-icon-button:focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-button:focus, .uk-overlay-primary .uk-icon-button:focus, .uk-offcanvas-bar .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, .uk-section-primary:not(.uk-preserve-color) .uk-icon-button:active, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-button:active, .uk-card-primary.uk-card-body .uk-icon-button:active, .uk-card-primary > :not([class*='uk-card-media']) .uk-icon-button:active, .uk-card-secondary.uk-card-body .uk-icon-button:active, .uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-button:active, .uk-overlay-primary .uk-icon-button:active, .uk-offcanvas-bar .uk-icon-button:active {
    background-color: rgba(230, 230, 230, 0.1);
    color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-input, .uk-section-primary:not(.uk-preserve-color) .uk-input, .uk-section-secondary:not(.uk-preserve-color) .uk-input, .uk-card-primary.uk-card-body .uk-input, .uk-card-primary > :not([class*='uk-card-media']) .uk-input, .uk-card-secondary.uk-card-body .uk-input, .uk-card-secondary > :not([class*='uk-card-media']) .uk-input, .uk-overlay-primary .uk-input, .uk-offcanvas-bar .uk-input, .uk-light .uk-select, .uk-section-primary:not(.uk-preserve-color) .uk-select, .uk-section-secondary:not(.uk-preserve-color) .uk-select, .uk-card-primary.uk-card-body .uk-select, .uk-card-primary > :not([class*='uk-card-media']) .uk-select, .uk-card-secondary.uk-card-body .uk-select, .uk-card-secondary > :not([class*='uk-card-media']) .uk-select, .uk-overlay-primary .uk-select, .uk-offcanvas-bar .uk-select, .uk-light .uk-textarea, .uk-section-primary:not(.uk-preserve-color) .uk-textarea, .uk-section-secondary:not(.uk-preserve-color) .uk-textarea, .uk-card-primary.uk-card-body .uk-textarea, .uk-card-primary > :not([class*='uk-card-media']) .uk-textarea, .uk-card-secondary.uk-card-body .uk-textarea, .uk-card-secondary > :not([class*='uk-card-media']) .uk-textarea, .uk-overlay-primary .uk-textarea, .uk-offcanvas-bar .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, .uk-section-primary:not(.uk-preserve-color) .uk-input:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-input:focus, .uk-card-primary.uk-card-body .uk-input:focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-input:focus, .uk-card-secondary.uk-card-body .uk-input:focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-input:focus, .uk-overlay-primary .uk-input:focus, .uk-offcanvas-bar .uk-input:focus, .uk-light .uk-select:focus, .uk-section-primary:not(.uk-preserve-color) .uk-select:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-select:focus, .uk-card-primary.uk-card-body .uk-select:focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-select:focus, .uk-card-secondary.uk-card-body .uk-select:focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-select:focus, .uk-overlay-primary .uk-select:focus, .uk-offcanvas-bar .uk-select:focus, .uk-light .uk-textarea:focus, .uk-section-primary:not(.uk-preserve-color) .uk-textarea:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-textarea:focus, .uk-card-primary.uk-card-body .uk-textarea:focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-textarea:focus, .uk-card-secondary.uk-card-body .uk-textarea:focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-textarea:focus, .uk-overlay-primary .uk-textarea:focus, .uk-offcanvas-bar .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, .uk-section-primary:not(.uk-preserve-color) .uk-input::-ms-input-placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-input::-ms-input-placeholder, .uk-card-primary.uk-card-body .uk-input::-ms-input-placeholder, .uk-card-primary > :not([class*='uk-card-media']) .uk-input::-ms-input-placeholder, .uk-card-secondary.uk-card-body .uk-input::-ms-input-placeholder, .uk-card-secondary > :not([class*='uk-card-media']) .uk-input::-ms-input-placeholder, .uk-overlay-primary .uk-input::-ms-input-placeholder, .uk-offcanvas-bar .uk-input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

.uk-light .uk-input::-webkit-input-placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-input::-webkit-input-placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-input::-webkit-input-placeholder, .uk-card-primary.uk-card-body .uk-input::-webkit-input-placeholder, .uk-card-primary > :not([class*='uk-card-media']) .uk-input::-webkit-input-placeholder, .uk-card-secondary.uk-card-body .uk-input::-webkit-input-placeholder, .uk-card-secondary > :not([class*='uk-card-media']) .uk-input::-webkit-input-placeholder, .uk-overlay-primary .uk-input::-webkit-input-placeholder, .uk-offcanvas-bar .uk-input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-input::-moz-placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-input::-moz-placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-input::-moz-placeholder, .uk-card-primary.uk-card-body .uk-input::-moz-placeholder, .uk-card-primary > :not([class*='uk-card-media']) .uk-input::-moz-placeholder, .uk-card-secondary.uk-card-body .uk-input::-moz-placeholder, .uk-card-secondary > :not([class*='uk-card-media']) .uk-input::-moz-placeholder, .uk-overlay-primary .uk-input::-moz-placeholder, .uk-offcanvas-bar .uk-input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-input:-ms-input-placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-input:-ms-input-placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-input:-ms-input-placeholder, .uk-card-primary.uk-card-body .uk-input:-ms-input-placeholder, .uk-card-primary > :not([class*='uk-card-media']) .uk-input:-ms-input-placeholder, .uk-card-secondary.uk-card-body .uk-input:-ms-input-placeholder, .uk-card-secondary > :not([class*='uk-card-media']) .uk-input:-ms-input-placeholder, .uk-overlay-primary .uk-input:-ms-input-placeholder, .uk-offcanvas-bar .uk-input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-input::placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-input::placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-input::placeholder, .uk-card-primary.uk-card-body .uk-input::placeholder, .uk-card-primary > :not([class*='uk-card-media']) .uk-input::placeholder, .uk-card-secondary.uk-card-body .uk-input::placeholder, .uk-card-secondary > :not([class*='uk-card-media']) .uk-input::placeholder, .uk-overlay-primary .uk-input::placeholder, .uk-offcanvas-bar .uk-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-textarea::-ms-input-placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-textarea::-ms-input-placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-textarea::-ms-input-placeholder, .uk-card-primary.uk-card-body .uk-textarea::-ms-input-placeholder, .uk-card-primary > :not([class*='uk-card-media']) .uk-textarea::-ms-input-placeholder, .uk-card-secondary.uk-card-body .uk-textarea::-ms-input-placeholder, .uk-card-secondary > :not([class*='uk-card-media']) .uk-textarea::-ms-input-placeholder, .uk-overlay-primary .uk-textarea::-ms-input-placeholder, .uk-offcanvas-bar .uk-textarea::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

.uk-light .uk-textarea::-webkit-input-placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-textarea::-webkit-input-placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-textarea::-webkit-input-placeholder, .uk-card-primary.uk-card-body .uk-textarea::-webkit-input-placeholder, .uk-card-primary > :not([class*='uk-card-media']) .uk-textarea::-webkit-input-placeholder, .uk-card-secondary.uk-card-body .uk-textarea::-webkit-input-placeholder, .uk-card-secondary > :not([class*='uk-card-media']) .uk-textarea::-webkit-input-placeholder, .uk-overlay-primary .uk-textarea::-webkit-input-placeholder, .uk-offcanvas-bar .uk-textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-textarea::-moz-placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-textarea::-moz-placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-textarea::-moz-placeholder, .uk-card-primary.uk-card-body .uk-textarea::-moz-placeholder, .uk-card-primary > :not([class*='uk-card-media']) .uk-textarea::-moz-placeholder, .uk-card-secondary.uk-card-body .uk-textarea::-moz-placeholder, .uk-card-secondary > :not([class*='uk-card-media']) .uk-textarea::-moz-placeholder, .uk-overlay-primary .uk-textarea::-moz-placeholder, .uk-offcanvas-bar .uk-textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-textarea:-ms-input-placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-textarea:-ms-input-placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-textarea:-ms-input-placeholder, .uk-card-primary.uk-card-body .uk-textarea:-ms-input-placeholder, .uk-card-primary > :not([class*='uk-card-media']) .uk-textarea:-ms-input-placeholder, .uk-card-secondary.uk-card-body .uk-textarea:-ms-input-placeholder, .uk-card-secondary > :not([class*='uk-card-media']) .uk-textarea:-ms-input-placeholder, .uk-overlay-primary .uk-textarea:-ms-input-placeholder, .uk-offcanvas-bar .uk-textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-textarea::placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-textarea::placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-textarea::placeholder, .uk-card-primary.uk-card-body .uk-textarea::placeholder, .uk-card-primary > :not([class*='uk-card-media']) .uk-textarea::placeholder, .uk-card-secondary.uk-card-body .uk-textarea::placeholder, .uk-card-secondary > :not([class*='uk-card-media']) .uk-textarea::placeholder, .uk-overlay-primary .uk-textarea::placeholder, .uk-offcanvas-bar .uk-textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-select:not([multiple]):not([size]), .uk-section-primary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]), .uk-section-secondary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]), .uk-card-primary.uk-card-body .uk-select:not([multiple]):not([size]), .uk-card-primary > :not([class*='uk-card-media']) .uk-select:not([multiple]):not([size]), .uk-card-secondary.uk-card-body .uk-select:not([multiple]):not([size]), .uk-card-secondary > :not([class*='uk-card-media']) .uk-select:not([multiple]):not([size]), .uk-overlay-primary .uk-select:not([multiple]):not([size]), .uk-offcanvas-bar .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(255, 255, 255, 0.7)%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-light .uk-input[list]:hover, .uk-section-primary:not(.uk-preserve-color) .uk-input[list]:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-input[list]:hover, .uk-card-primary.uk-card-body .uk-input[list]:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-input[list]:hover, .uk-card-secondary.uk-card-body .uk-input[list]:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-input[list]:hover, .uk-overlay-primary .uk-input[list]:hover, .uk-offcanvas-bar .uk-input[list]:hover, .uk-light .uk-input[list]:focus, .uk-section-primary:not(.uk-preserve-color) .uk-input[list]:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-input[list]:focus, .uk-card-primary.uk-card-body .uk-input[list]:focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-input[list]:focus, .uk-card-secondary.uk-card-body .uk-input[list]:focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-input[list]:focus, .uk-overlay-primary .uk-input[list]:focus, .uk-offcanvas-bar .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(255, 255, 255, 0.7)%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-light .uk-radio, .uk-section-primary:not(.uk-preserve-color) .uk-radio, .uk-section-secondary:not(.uk-preserve-color) .uk-radio, .uk-card-primary.uk-card-body .uk-radio, .uk-card-primary > :not([class*='uk-card-media']) .uk-radio, .uk-card-secondary.uk-card-body .uk-radio, .uk-card-secondary > :not([class*='uk-card-media']) .uk-radio, .uk-overlay-primary .uk-radio, .uk-offcanvas-bar .uk-radio, .uk-light .uk-checkbox, .uk-section-primary:not(.uk-preserve-color) .uk-checkbox, .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox, .uk-card-primary.uk-card-body .uk-checkbox, .uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox, .uk-card-secondary.uk-card-body .uk-checkbox, .uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox, .uk-overlay-primary .uk-checkbox, .uk-offcanvas-bar .uk-checkbox {
    background-color: rgba(242, 242, 242, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-radio:focus, .uk-section-primary:not(.uk-preserve-color) .uk-radio:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-radio:focus, .uk-card-primary.uk-card-body .uk-radio:focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-radio:focus, .uk-card-secondary.uk-card-body .uk-radio:focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-radio:focus, .uk-overlay-primary .uk-radio:focus, .uk-offcanvas-bar .uk-radio:focus, .uk-light .uk-checkbox:focus, .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:focus, .uk-card-primary.uk-card-body .uk-checkbox:focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:focus, .uk-card-secondary.uk-card-body .uk-checkbox:focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:focus, .uk-overlay-primary .uk-checkbox:focus, .uk-offcanvas-bar .uk-checkbox:focus {
    border-color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-radio:checked, .uk-section-primary:not(.uk-preserve-color) .uk-radio:checked, .uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked, .uk-card-primary.uk-card-body .uk-radio:checked, .uk-card-primary > :not([class*='uk-card-media']) .uk-radio:checked, .uk-card-secondary.uk-card-body .uk-radio:checked, .uk-card-secondary > :not([class*='uk-card-media']) .uk-radio:checked, .uk-overlay-primary .uk-radio:checked, .uk-offcanvas-bar .uk-radio:checked, .uk-light .uk-checkbox:checked, .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked, .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked, .uk-card-primary.uk-card-body .uk-checkbox:checked, .uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:checked, .uk-card-secondary.uk-card-body .uk-checkbox:checked, .uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:checked, .uk-overlay-primary .uk-checkbox:checked, .uk-offcanvas-bar .uk-checkbox:checked, .uk-light .uk-checkbox:indeterminate, .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate, .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate, .uk-card-primary.uk-card-body .uk-checkbox:indeterminate, .uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate, .uk-card-secondary.uk-card-body .uk-checkbox:indeterminate, .uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate, .uk-overlay-primary .uk-checkbox:indeterminate, .uk-offcanvas-bar .uk-checkbox:indeterminate {
    background-color: #fff;
    border-color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-radio:checked:focus, .uk-section-primary:not(.uk-preserve-color) .uk-radio:checked:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked:focus, .uk-card-primary.uk-card-body .uk-radio:checked:focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-radio:checked:focus, .uk-card-secondary.uk-card-body .uk-radio:checked:focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-radio:checked:focus, .uk-overlay-primary .uk-radio:checked:focus, .uk-offcanvas-bar .uk-radio:checked:focus, .uk-light .uk-checkbox:checked:focus, .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked:focus, .uk-card-primary.uk-card-body .uk-checkbox:checked:focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:checked:focus, .uk-card-secondary.uk-card-body .uk-checkbox:checked:focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:checked:focus, .uk-overlay-primary .uk-checkbox:checked:focus, .uk-offcanvas-bar .uk-checkbox:checked:focus, .uk-light .uk-checkbox:indeterminate:focus, .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus, .uk-card-primary.uk-card-body .uk-checkbox:indeterminate:focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate:focus, .uk-card-secondary.uk-card-body .uk-checkbox:indeterminate:focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate:focus, .uk-overlay-primary .uk-checkbox:indeterminate:focus, .uk-offcanvas-bar .uk-checkbox:indeterminate:focus {
    background-color: #e6e6e6;
}

.uk-light .uk-radio:checked, .uk-section-primary:not(.uk-preserve-color) .uk-radio:checked, .uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked, .uk-card-primary.uk-card-body .uk-radio:checked, .uk-card-primary > :not([class*='uk-card-media']) .uk-radio:checked, .uk-card-secondary.uk-card-body .uk-radio:checked, .uk-card-secondary > :not([class*='uk-card-media']) .uk-radio:checked, .uk-overlay-primary .uk-radio:checked, .uk-offcanvas-bar .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, .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked, .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked, .uk-card-primary.uk-card-body .uk-checkbox:checked, .uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:checked, .uk-card-secondary.uk-card-body .uk-checkbox:checked, .uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:checked, .uk-overlay-primary .uk-checkbox:checked, .uk-offcanvas-bar .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, .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate, .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate, .uk-card-primary.uk-card-body .uk-checkbox:indeterminate, .uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate, .uk-card-secondary.uk-card-body .uk-checkbox:indeterminate, .uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate, .uk-overlay-primary .uk-checkbox:indeterminate, .uk-offcanvas-bar .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, .uk-section-primary:not(.uk-preserve-color) .uk-form-label, .uk-section-secondary:not(.uk-preserve-color) .uk-form-label, .uk-card-primary.uk-card-body .uk-form-label, .uk-card-primary > :not([class*='uk-card-media']) .uk-form-label, .uk-card-secondary.uk-card-body .uk-form-label, .uk-card-secondary > :not([class*='uk-card-media']) .uk-form-label, .uk-overlay-primary .uk-form-label, .uk-offcanvas-bar .uk-form-label {
    color: #fff;
}

.uk-light .uk-form-icon, .uk-section-primary:not(.uk-preserve-color) .uk-form-icon, .uk-section-secondary:not(.uk-preserve-color) .uk-form-icon, .uk-card-primary.uk-card-body .uk-form-icon, .uk-card-primary > :not([class*='uk-card-media']) .uk-form-icon, .uk-card-secondary.uk-card-body .uk-form-icon, .uk-card-secondary > :not([class*='uk-card-media']) .uk-form-icon, .uk-overlay-primary .uk-form-icon, .uk-offcanvas-bar .uk-form-icon {
    color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-form-icon:hover, .uk-section-primary:not(.uk-preserve-color) .uk-form-icon:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-form-icon:hover, .uk-card-primary.uk-card-body .uk-form-icon:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-form-icon:hover, .uk-card-secondary.uk-card-body .uk-form-icon:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-form-icon:hover, .uk-overlay-primary .uk-form-icon:hover, .uk-offcanvas-bar .uk-form-icon:hover {
    color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-button-default, .uk-section-primary:not(.uk-preserve-color) .uk-button-default, .uk-section-secondary:not(.uk-preserve-color) .uk-button-default, .uk-card-primary.uk-card-body .uk-button-default, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-default, .uk-card-secondary.uk-card-body .uk-button-default, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default, .uk-overlay-primary .uk-button-default, .uk-offcanvas-bar .uk-button-default {
    background-color: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-button-default:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-default:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-default:hover, .uk-card-primary.uk-card-body .uk-button-default:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:hover, .uk-card-secondary.uk-card-body .uk-button-default:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:hover, .uk-overlay-primary .uk-button-default:hover, .uk-offcanvas-bar .uk-button-default:hover, .uk-light .uk-button-default:focus, .uk-section-primary:not(.uk-preserve-color) .uk-button-default:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-button-default:focus, .uk-card-primary.uk-card-body .uk-button-default:focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:focus, .uk-card-secondary.uk-card-body .uk-button-default:focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:focus, .uk-overlay-primary .uk-button-default:focus, .uk-offcanvas-bar .uk-button-default:focus {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.uk-light .uk-button-default:active, .uk-section-primary:not(.uk-preserve-color) .uk-button-default:active, .uk-section-secondary:not(.uk-preserve-color) .uk-button-default:active, .uk-card-primary.uk-card-body .uk-button-default:active, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:active, .uk-card-secondary.uk-card-body .uk-button-default:active, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:active, .uk-overlay-primary .uk-button-default:active, .uk-offcanvas-bar .uk-button-default:active, .uk-light .uk-button-default.uk-active, .uk-section-primary:not(.uk-preserve-color) .uk-button-default.uk-active, .uk-section-secondary:not(.uk-preserve-color) .uk-button-default.uk-active, .uk-card-primary.uk-card-body .uk-button-default.uk-active, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-default.uk-active, .uk-card-secondary.uk-card-body .uk-button-default.uk-active, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default.uk-active, .uk-overlay-primary .uk-button-default.uk-active, .uk-offcanvas-bar .uk-button-default.uk-active {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.uk-light .uk-button-primary, .uk-section-primary:not(.uk-preserve-color) .uk-button-primary, .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary, .uk-card-primary.uk-card-body .uk-button-primary, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary, .uk-card-secondary.uk-card-body .uk-button-primary, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary, .uk-overlay-primary .uk-button-primary, .uk-offcanvas-bar .uk-button-primary {
    background-color: #fff;
    color: #666;
}

.uk-light .uk-button-primary:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-primary:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:hover, .uk-card-primary.uk-card-body .uk-button-primary:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:hover, .uk-card-secondary.uk-card-body .uk-button-primary:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:hover, .uk-overlay-primary .uk-button-primary:hover, .uk-offcanvas-bar .uk-button-primary:hover, .uk-light .uk-button-primary:focus, .uk-section-primary:not(.uk-preserve-color) .uk-button-primary:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:focus, .uk-card-primary.uk-card-body .uk-button-primary:focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:focus, .uk-card-secondary.uk-card-body .uk-button-primary:focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:focus, .uk-overlay-primary .uk-button-primary:focus, .uk-offcanvas-bar .uk-button-primary:focus {
    background-color: #f2f2f2;
    color: #666;
}

.uk-light .uk-button-primary:active, .uk-section-primary:not(.uk-preserve-color) .uk-button-primary:active, .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:active, .uk-card-primary.uk-card-body .uk-button-primary:active, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:active, .uk-card-secondary.uk-card-body .uk-button-primary:active, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:active, .uk-overlay-primary .uk-button-primary:active, .uk-offcanvas-bar .uk-button-primary:active, .uk-light .uk-button-primary.uk-active, .uk-section-primary:not(.uk-preserve-color) .uk-button-primary.uk-active, .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active, .uk-card-primary.uk-card-body .uk-button-primary.uk-active, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary.uk-active, .uk-card-secondary.uk-card-body .uk-button-primary.uk-active, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary.uk-active, .uk-overlay-primary .uk-button-primary.uk-active, .uk-offcanvas-bar .uk-button-primary.uk-active {
    background-color: #e6e6e6;
    color: #666;
}

.uk-light .uk-button-secondary, .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary, .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary, .uk-card-primary.uk-card-body .uk-button-secondary, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary, .uk-card-secondary.uk-card-body .uk-button-secondary, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary, .uk-overlay-primary .uk-button-secondary, .uk-offcanvas-bar .uk-button-secondary {
    background-color: #fff;
    color: #666;
}

.uk-light .uk-button-secondary:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:hover, .uk-card-primary.uk-card-body .uk-button-secondary:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:hover, .uk-card-secondary.uk-card-body .uk-button-secondary:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:hover, .uk-overlay-primary .uk-button-secondary:hover, .uk-offcanvas-bar .uk-button-secondary:hover, .uk-light .uk-button-secondary:focus, .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:focus, .uk-card-primary.uk-card-body .uk-button-secondary:focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:focus, .uk-card-secondary.uk-card-body .uk-button-secondary:focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:focus, .uk-overlay-primary .uk-button-secondary:focus, .uk-offcanvas-bar .uk-button-secondary:focus {
    background-color: #f2f2f2;
    color: #666;
}

.uk-light .uk-button-secondary:active, .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:active, .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:active, .uk-card-primary.uk-card-body .uk-button-secondary:active, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:active, .uk-card-secondary.uk-card-body .uk-button-secondary:active, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:active, .uk-overlay-primary .uk-button-secondary:active, .uk-offcanvas-bar .uk-button-secondary:active, .uk-light .uk-button-secondary.uk-active, .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active, .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active, .uk-card-primary.uk-card-body .uk-button-secondary.uk-active, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active, .uk-card-secondary.uk-card-body .uk-button-secondary.uk-active, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active, .uk-overlay-primary .uk-button-secondary.uk-active, .uk-offcanvas-bar .uk-button-secondary.uk-active {
    background-color: #e6e6e6;
    color: #666;
}

.uk-light .uk-button-text, .uk-section-primary:not(.uk-preserve-color) .uk-button-text, .uk-section-secondary:not(.uk-preserve-color) .uk-button-text, .uk-card-primary.uk-card-body .uk-button-text, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-text, .uk-card-secondary.uk-card-body .uk-button-text, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-text, .uk-overlay-primary .uk-button-text, .uk-offcanvas-bar .uk-button-text {
    color: #fff;
}

.uk-light .uk-button-text::before, .uk-section-primary:not(.uk-preserve-color) .uk-button-text::before, .uk-section-secondary:not(.uk-preserve-color) .uk-button-text::before, .uk-card-primary.uk-card-body .uk-button-text::before, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-text::before, .uk-card-secondary.uk-card-body .uk-button-text::before, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-text::before, .uk-overlay-primary .uk-button-text::before, .uk-offcanvas-bar .uk-button-text::before {
    border-bottom-color: #fff;
}

.uk-light .uk-button-text:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-text:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-text:hover, .uk-card-primary.uk-card-body .uk-button-text:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-text:hover, .uk-card-secondary.uk-card-body .uk-button-text:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-text:hover, .uk-overlay-primary .uk-button-text:hover, .uk-offcanvas-bar .uk-button-text:hover, .uk-light .uk-button-text:focus, .uk-section-primary:not(.uk-preserve-color) .uk-button-text:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-button-text:focus, .uk-card-primary.uk-card-body .uk-button-text:focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-text:focus, .uk-card-secondary.uk-card-body .uk-button-text:focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-text:focus, .uk-overlay-primary .uk-button-text:focus, .uk-offcanvas-bar .uk-button-text:focus {
    color: #fff;
}

.uk-light .uk-button-text:disabled, .uk-section-primary:not(.uk-preserve-color) .uk-button-text:disabled, .uk-section-secondary:not(.uk-preserve-color) .uk-button-text:disabled, .uk-card-primary.uk-card-body .uk-button-text:disabled, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-text:disabled, .uk-card-secondary.uk-card-body .uk-button-text:disabled, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-text:disabled, .uk-overlay-primary .uk-button-text:disabled, .uk-offcanvas-bar .uk-button-text:disabled {
    color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-button-link, .uk-section-primary:not(.uk-preserve-color) .uk-button-link, .uk-section-secondary:not(.uk-preserve-color) .uk-button-link, .uk-card-primary.uk-card-body .uk-button-link, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-link, .uk-card-secondary.uk-card-body .uk-button-link, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-link, .uk-overlay-primary .uk-button-link, .uk-offcanvas-bar .uk-button-link {
    color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-button-link:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-link:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-link:hover, .uk-card-primary.uk-card-body .uk-button-link:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-link:hover, .uk-card-secondary.uk-card-body .uk-button-link:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-link:hover, .uk-overlay-primary .uk-button-link:hover, .uk-offcanvas-bar .uk-button-link:hover, .uk-light .uk-button-link:focus, .uk-section-primary:not(.uk-preserve-color) .uk-button-link:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-button-link:focus, .uk-card-primary.uk-card-body .uk-button-link:focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-link:focus, .uk-card-secondary.uk-card-body .uk-button-link:focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-link:focus, .uk-overlay-primary .uk-button-link:focus, .uk-offcanvas-bar .uk-button-link:focus {
    color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-grid-divider > :not(.uk-first-column)::before, .uk-section-primary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before, .uk-section-secondary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before, .uk-card-primary.uk-card-body .uk-grid-divider > :not(.uk-first-column)::before, .uk-card-primary > :not([class*='uk-card-media']) .uk-grid-divider > :not(.uk-first-column)::before, .uk-card-secondary.uk-card-body .uk-grid-divider > :not(.uk-first-column)::before, .uk-card-secondary > :not([class*='uk-card-media']) .uk-grid-divider > :not(.uk-first-column)::before, .uk-overlay-primary .uk-grid-divider > :not(.uk-first-column)::before, .uk-offcanvas-bar .uk-grid-divider > :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, .uk-section-primary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-section-secondary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-card-primary.uk-card-body .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-card-primary > :not([class*='uk-card-media']) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-card-secondary.uk-card-body .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-card-secondary > :not([class*='uk-card-media']) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-overlay-primary .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-offcanvas-bar .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
    border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-close, .uk-section-primary:not(.uk-preserve-color) .uk-close, .uk-section-secondary:not(.uk-preserve-color) .uk-close, .uk-card-primary.uk-card-body .uk-close, .uk-card-primary > :not([class*='uk-card-media']) .uk-close, .uk-card-secondary.uk-card-body .uk-close, .uk-card-secondary > :not([class*='uk-card-media']) .uk-close, .uk-overlay-primary .uk-close, .uk-offcanvas-bar .uk-close {
    color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-close:hover, .uk-section-primary:not(.uk-preserve-color) .uk-close:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-close:hover, .uk-card-primary.uk-card-body .uk-close:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-close:hover, .uk-card-secondary.uk-card-body .uk-close:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-close:hover, .uk-overlay-primary .uk-close:hover, .uk-offcanvas-bar .uk-close:hover, .uk-light .uk-close:focus, .uk-section-primary:not(.uk-preserve-color) .uk-close:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-close:focus, .uk-card-primary.uk-card-body .uk-close:focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-close:focus, .uk-card-secondary.uk-card-body .uk-close:focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-close:focus, .uk-overlay-primary .uk-close:focus, .uk-offcanvas-bar .uk-close:focus {
    color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-totop, .uk-section-primary:not(.uk-preserve-color) .uk-totop, .uk-section-secondary:not(.uk-preserve-color) .uk-totop, .uk-card-primary.uk-card-body .uk-totop, .uk-card-primary > :not([class*='uk-card-media']) .uk-totop, .uk-card-secondary.uk-card-body .uk-totop, .uk-card-secondary > :not([class*='uk-card-media']) .uk-totop, .uk-overlay-primary .uk-totop, .uk-offcanvas-bar .uk-totop {
    color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-totop:hover, .uk-section-primary:not(.uk-preserve-color) .uk-totop:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-totop:hover, .uk-card-primary.uk-card-body .uk-totop:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-totop:hover, .uk-card-secondary.uk-card-body .uk-totop:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-totop:hover, .uk-overlay-primary .uk-totop:hover, .uk-offcanvas-bar .uk-totop:hover, .uk-light .uk-totop:focus, .uk-section-primary:not(.uk-preserve-color) .uk-totop:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-totop:focus, .uk-card-primary.uk-card-body .uk-totop:focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-totop:focus, .uk-card-secondary.uk-card-body .uk-totop:focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-totop:focus, .uk-overlay-primary .uk-totop:focus, .uk-offcanvas-bar .uk-totop:focus {
    color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-totop:active, .uk-section-primary:not(.uk-preserve-color) .uk-totop:active, .uk-section-secondary:not(.uk-preserve-color) .uk-totop:active, .uk-card-primary.uk-card-body .uk-totop:active, .uk-card-primary > :not([class*='uk-card-media']) .uk-totop:active, .uk-card-secondary.uk-card-body .uk-totop:active, .uk-card-secondary > :not([class*='uk-card-media']) .uk-totop:active, .uk-overlay-primary .uk-totop:active, .uk-offcanvas-bar .uk-totop:active {
    color: #fff;
}

.uk-light .uk-badge, .uk-section-primary:not(.uk-preserve-color) .uk-badge, .uk-section-secondary:not(.uk-preserve-color) .uk-badge, .uk-card-primary.uk-card-body .uk-badge, .uk-card-primary > :not([class*='uk-card-media']) .uk-badge, .uk-card-secondary.uk-card-body .uk-badge, .uk-card-secondary > :not([class*='uk-card-media']) .uk-badge, .uk-overlay-primary .uk-badge, .uk-offcanvas-bar .uk-badge {
    background-color: #fff;
    color: #666;
}

.uk-light .uk-badge:hover, .uk-section-primary:not(.uk-preserve-color) .uk-badge:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-badge:hover, .uk-card-primary.uk-card-body .uk-badge:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-badge:hover, .uk-card-secondary.uk-card-body .uk-badge:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-badge:hover, .uk-overlay-primary .uk-badge:hover, .uk-offcanvas-bar .uk-badge:hover, .uk-light .uk-badge:focus, .uk-section-primary:not(.uk-preserve-color) .uk-badge:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-badge:focus, .uk-card-primary.uk-card-body .uk-badge:focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-badge:focus, .uk-card-secondary.uk-card-body .uk-badge:focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-badge:focus, .uk-overlay-primary .uk-badge:focus, .uk-offcanvas-bar .uk-badge:focus {
    color: #666;
}

.uk-light .uk-label, .uk-section-primary:not(.uk-preserve-color) .uk-label, .uk-section-secondary:not(.uk-preserve-color) .uk-label, .uk-card-primary.uk-card-body .uk-label, .uk-card-primary > :not([class*='uk-card-media']) .uk-label, .uk-card-secondary.uk-card-body .uk-label, .uk-card-secondary > :not([class*='uk-card-media']) .uk-label, .uk-overlay-primary .uk-label, .uk-offcanvas-bar .uk-label {
    background-color: #fff;
    color: #666;
}

.uk-light .uk-article-meta, .uk-section-primary:not(.uk-preserve-color) .uk-article-meta, .uk-section-secondary:not(.uk-preserve-color) .uk-article-meta, .uk-card-primary.uk-card-body .uk-article-meta, .uk-card-primary > :not([class*='uk-card-media']) .uk-article-meta, .uk-card-secondary.uk-card-body .uk-article-meta, .uk-card-secondary > :not([class*='uk-card-media']) .uk-article-meta, .uk-overlay-primary .uk-article-meta, .uk-offcanvas-bar .uk-article-meta {
    color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-search-input, .uk-section-primary:not(.uk-preserve-color) .uk-search-input, .uk-section-secondary:not(.uk-preserve-color) .uk-search-input, .uk-card-primary.uk-card-body .uk-search-input, .uk-card-primary > :not([class*='uk-card-media']) .uk-search-input, .uk-card-secondary.uk-card-body .uk-search-input, .uk-card-secondary > :not([class*='uk-card-media']) .uk-search-input, .uk-overlay-primary .uk-search-input, .uk-offcanvas-bar .uk-search-input {
    color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-search-input:-ms-input-placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-search-input:-ms-input-placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-search-input:-ms-input-placeholder, .uk-card-primary.uk-card-body .uk-search-input:-ms-input-placeholder, .uk-card-primary > :not([class*='uk-card-media']) .uk-search-input:-ms-input-placeholder, .uk-card-secondary.uk-card-body .uk-search-input:-ms-input-placeholder, .uk-card-secondary > :not([class*='uk-card-media']) .uk-search-input:-ms-input-placeholder, .uk-overlay-primary .uk-search-input:-ms-input-placeholder, .uk-offcanvas-bar .uk-search-input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

.uk-light .uk-search-input::-webkit-input-placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-search-input::-webkit-input-placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-search-input::-webkit-input-placeholder, .uk-card-primary.uk-card-body .uk-search-input::-webkit-input-placeholder, .uk-card-primary > :not([class*='uk-card-media']) .uk-search-input::-webkit-input-placeholder, .uk-card-secondary.uk-card-body .uk-search-input::-webkit-input-placeholder, .uk-card-secondary > :not([class*='uk-card-media']) .uk-search-input::-webkit-input-placeholder, .uk-overlay-primary .uk-search-input::-webkit-input-placeholder, .uk-offcanvas-bar .uk-search-input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-search-input::-moz-placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-search-input::-moz-placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-search-input::-moz-placeholder, .uk-card-primary.uk-card-body .uk-search-input::-moz-placeholder, .uk-card-primary > :not([class*='uk-card-media']) .uk-search-input::-moz-placeholder, .uk-card-secondary.uk-card-body .uk-search-input::-moz-placeholder, .uk-card-secondary > :not([class*='uk-card-media']) .uk-search-input::-moz-placeholder, .uk-overlay-primary .uk-search-input::-moz-placeholder, .uk-offcanvas-bar .uk-search-input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-search-input::-ms-input-placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-search-input::-ms-input-placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-search-input::-ms-input-placeholder, .uk-card-primary.uk-card-body .uk-search-input::-ms-input-placeholder, .uk-card-primary > :not([class*='uk-card-media']) .uk-search-input::-ms-input-placeholder, .uk-card-secondary.uk-card-body .uk-search-input::-ms-input-placeholder, .uk-card-secondary > :not([class*='uk-card-media']) .uk-search-input::-ms-input-placeholder, .uk-overlay-primary .uk-search-input::-ms-input-placeholder, .uk-offcanvas-bar .uk-search-input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-search-input::placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-search-input::placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-search-input::placeholder, .uk-card-primary.uk-card-body .uk-search-input::placeholder, .uk-card-primary > :not([class*='uk-card-media']) .uk-search-input::placeholder, .uk-card-secondary.uk-card-body .uk-search-input::placeholder, .uk-card-secondary > :not([class*='uk-card-media']) .uk-search-input::placeholder, .uk-overlay-primary .uk-search-input::placeholder, .uk-offcanvas-bar .uk-search-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-search .uk-search-icon, .uk-section-primary:not(.uk-preserve-color) .uk-search .uk-search-icon, .uk-section-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon, .uk-card-primary.uk-card-body .uk-search .uk-search-icon, .uk-card-primary > :not([class*='uk-card-media']) .uk-search .uk-search-icon, .uk-card-secondary.uk-card-body .uk-search .uk-search-icon, .uk-card-secondary > :not([class*='uk-card-media']) .uk-search .uk-search-icon, .uk-overlay-primary .uk-search .uk-search-icon, .uk-offcanvas-bar .uk-search .uk-search-icon {
    color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-search .uk-search-icon:hover, .uk-section-primary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover, .uk-card-primary.uk-card-body .uk-search .uk-search-icon:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-search .uk-search-icon:hover, .uk-card-secondary.uk-card-body .uk-search .uk-search-icon:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-search .uk-search-icon:hover, .uk-overlay-primary .uk-search .uk-search-icon:hover, .uk-offcanvas-bar .uk-search .uk-search-icon:hover {
    color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-search-default .uk-search-input, .uk-section-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input, .uk-section-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input, .uk-card-primary.uk-card-body .uk-search-default .uk-search-input, .uk-card-primary > :not([class*='uk-card-media']) .uk-search-default .uk-search-input, .uk-card-secondary.uk-card-body .uk-search-default .uk-search-input, .uk-card-secondary > :not([class*='uk-card-media']) .uk-search-default .uk-search-input, .uk-overlay-primary .uk-search-default .uk-search-input, .uk-offcanvas-bar .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, .uk-section-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus, .uk-card-primary.uk-card-body .uk-search-default .uk-search-input:focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-search-default .uk-search-input:focus, .uk-card-secondary.uk-card-body .uk-search-default .uk-search-input:focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-search-default .uk-search-input:focus, .uk-overlay-primary .uk-search-default .uk-search-input:focus, .uk-offcanvas-bar .uk-search-default .uk-search-input:focus {
    background-color: transparent;
}

.uk-light .uk-search-navbar .uk-search-input, .uk-section-primary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input, .uk-section-secondary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input, .uk-card-primary.uk-card-body .uk-search-navbar .uk-search-input, .uk-card-primary > :not([class*='uk-card-media']) .uk-search-navbar .uk-search-input, .uk-card-secondary.uk-card-body .uk-search-navbar .uk-search-input, .uk-card-secondary > :not([class*='uk-card-media']) .uk-search-navbar .uk-search-input, .uk-overlay-primary .uk-search-navbar .uk-search-input, .uk-offcanvas-bar .uk-search-navbar .uk-search-input {
    background-color: transparent;
}

.uk-light .uk-search-large .uk-search-input, .uk-section-primary:not(.uk-preserve-color) .uk-search-large .uk-search-input, .uk-section-secondary:not(.uk-preserve-color) .uk-search-large .uk-search-input, .uk-card-primary.uk-card-body .uk-search-large .uk-search-input, .uk-card-primary > :not([class*='uk-card-media']) .uk-search-large .uk-search-input, .uk-card-secondary.uk-card-body .uk-search-large .uk-search-input, .uk-card-secondary > :not([class*='uk-card-media']) .uk-search-large .uk-search-input, .uk-overlay-primary .uk-search-large .uk-search-input, .uk-offcanvas-bar .uk-search-large .uk-search-input {
    background-color: transparent;
}

.uk-light .uk-search-toggle, .uk-section-primary:not(.uk-preserve-color) .uk-search-toggle, .uk-section-secondary:not(.uk-preserve-color) .uk-search-toggle, .uk-card-primary.uk-card-body .uk-search-toggle, .uk-card-primary > :not([class*='uk-card-media']) .uk-search-toggle, .uk-card-secondary.uk-card-body .uk-search-toggle, .uk-card-secondary > :not([class*='uk-card-media']) .uk-search-toggle, .uk-overlay-primary .uk-search-toggle, .uk-offcanvas-bar .uk-search-toggle {
    color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-search-toggle:hover, .uk-section-primary:not(.uk-preserve-color) .uk-search-toggle:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-search-toggle:hover, .uk-card-primary.uk-card-body .uk-search-toggle:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-search-toggle:hover, .uk-card-secondary.uk-card-body .uk-search-toggle:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-search-toggle:hover, .uk-overlay-primary .uk-search-toggle:hover, .uk-offcanvas-bar .uk-search-toggle:hover, .uk-light .uk-search-toggle:focus, .uk-section-primary:not(.uk-preserve-color) .uk-search-toggle:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-search-toggle:focus, .uk-card-primary.uk-card-body .uk-search-toggle:focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-search-toggle:focus, .uk-card-secondary.uk-card-body .uk-search-toggle:focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-search-toggle:focus, .uk-overlay-primary .uk-search-toggle:focus, .uk-offcanvas-bar .uk-search-toggle:focus {
    color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-nav-parent-icon > .uk-parent > a::after, .uk-section-primary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent > a::after, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent > a::after, .uk-card-primary.uk-card-body .uk-nav-parent-icon > .uk-parent > a::after, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-parent-icon > .uk-parent > a::after, .uk-card-secondary.uk-card-body .uk-nav-parent-icon > .uk-parent > a::after, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-parent-icon > .uk-parent > a::after, .uk-overlay-primary .uk-nav-parent-icon > .uk-parent > a::after, .uk-offcanvas-bar .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(255, 255, 255, 0.7)%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, .uk-section-primary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-card-primary.uk-card-body .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-card-secondary.uk-card-body .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-overlay-primary .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-offcanvas-bar .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(255, 255, 255, 0.7)%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, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a, .uk-card-primary.uk-card-body .uk-nav-default > li > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a, .uk-card-secondary.uk-card-body .uk-nav-default > li > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a, .uk-overlay-primary .uk-nav-default > li > a, .uk-offcanvas-bar .uk-nav-default > li > a {
    color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-nav-default > li > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover, .uk-card-primary.uk-card-body .uk-nav-default > li > a:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover, .uk-card-secondary.uk-card-body .uk-nav-default > li > a:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover, .uk-overlay-primary .uk-nav-default > li > a:hover, .uk-offcanvas-bar .uk-nav-default > li > a:hover, .uk-light .uk-nav-default > li > a:focus, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus, .uk-card-primary.uk-card-body .uk-nav-default > li > a:focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus, .uk-card-secondary.uk-card-body .uk-nav-default > li > a:focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus, .uk-overlay-primary .uk-nav-default > li > a:focus, .uk-offcanvas-bar .uk-nav-default > li > a:focus {
    color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-nav-default > li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a, .uk-card-primary.uk-card-body .uk-nav-default > li.uk-active > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a, .uk-card-secondary.uk-card-body .uk-nav-default > li.uk-active > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a, .uk-overlay-primary .uk-nav-default > li.uk-active > a, .uk-offcanvas-bar .uk-nav-default > li.uk-active > a {
    color: #fff;
}

.uk-light .uk-nav-default .uk-nav-header, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header, .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-header, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-header, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header, .uk-overlay-primary .uk-nav-default .uk-nav-header, .uk-offcanvas-bar .uk-nav-default .uk-nav-header {
    color: #fff;
}

.uk-light .uk-nav-default .uk-nav-divider, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider, .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-divider, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-divider, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-divider, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-divider, .uk-overlay-primary .uk-nav-default .uk-nav-divider, .uk-offcanvas-bar .uk-nav-default .uk-nav-divider {
    border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-nav-default .uk-nav-sub a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a, .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-sub a, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-sub a, .uk-overlay-primary .uk-nav-default .uk-nav-sub a, .uk-offcanvas-bar .uk-nav-default .uk-nav-sub a {
    color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-nav-default .uk-nav-sub a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover, .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-sub a:hover, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-sub a:hover, .uk-overlay-primary .uk-nav-default .uk-nav-sub a:hover, .uk-offcanvas-bar .uk-nav-default .uk-nav-sub a:hover, .uk-light .uk-nav-default .uk-nav-sub a:focus, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:focus, .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a:focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-sub a:focus, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a:focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-sub a:focus, .uk-overlay-primary .uk-nav-default .uk-nav-sub a:focus, .uk-offcanvas-bar .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, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-overlay-primary .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-offcanvas-bar .uk-nav-default .uk-nav-sub li.uk-active > a {
    color: #fff;
}

.uk-light .uk-nav-primary > li > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a, .uk-card-primary.uk-card-body .uk-nav-primary > li > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary > li > a, .uk-card-secondary.uk-card-body .uk-nav-primary > li > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary > li > a, .uk-overlay-primary .uk-nav-primary > li > a, .uk-offcanvas-bar .uk-nav-primary > li > a {
    color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-nav-primary > li > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover, .uk-card-primary.uk-card-body .uk-nav-primary > li > a:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary > li > a:hover, .uk-card-secondary.uk-card-body .uk-nav-primary > li > a:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary > li > a:hover, .uk-overlay-primary .uk-nav-primary > li > a:hover, .uk-offcanvas-bar .uk-nav-primary > li > a:hover, .uk-light .uk-nav-primary > li > a:focus, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li > a:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a:focus, .uk-card-primary.uk-card-body .uk-nav-primary > li > a:focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary > li > a:focus, .uk-card-secondary.uk-card-body .uk-nav-primary > li > a:focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary > li > a:focus, .uk-overlay-primary .uk-nav-primary > li > a:focus, .uk-offcanvas-bar .uk-nav-primary > li > a:focus {
    color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-nav-primary > li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a, .uk-card-primary.uk-card-body .uk-nav-primary > li.uk-active > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a, .uk-card-secondary.uk-card-body .uk-nav-primary > li.uk-active > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a, .uk-overlay-primary .uk-nav-primary > li.uk-active > a, .uk-offcanvas-bar .uk-nav-primary > li.uk-active > a {
    color: #fff;
}

.uk-light .uk-nav-primary .uk-nav-header, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header, .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-header, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-header, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header, .uk-overlay-primary .uk-nav-primary .uk-nav-header, .uk-offcanvas-bar .uk-nav-primary .uk-nav-header {
    color: #fff;
}

.uk-light .uk-nav-primary .uk-nav-divider, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider, .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-divider, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-divider, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-divider, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-divider, .uk-overlay-primary .uk-nav-primary .uk-nav-divider, .uk-offcanvas-bar .uk-nav-primary .uk-nav-divider {
    border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-nav-primary .uk-nav-sub a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a, .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub a, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-sub a, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-sub a, .uk-overlay-primary .uk-nav-primary .uk-nav-sub a, .uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a {
    color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-nav-primary .uk-nav-sub a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover, .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub a:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-sub a:hover, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub a:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-sub a:hover, .uk-overlay-primary .uk-nav-primary .uk-nav-sub a:hover, .uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a:hover, .uk-light .uk-nav-primary .uk-nav-sub a:focus, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:focus, .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub a:focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-sub a:focus, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub a:focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-sub a:focus, .uk-overlay-primary .uk-nav-primary .uk-nav-sub a:focus, .uk-offcanvas-bar .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, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-overlay-primary .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-offcanvas-bar .uk-nav-primary .uk-nav-sub li.uk-active > a {
    color: #fff;
}

.uk-light .uk-navbar-nav > li > a, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a, .uk-card-primary.uk-card-body .uk-navbar-nav > li > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a, .uk-card-secondary.uk-card-body .uk-navbar-nav > li > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a, .uk-overlay-primary .uk-navbar-nav > li > a, .uk-offcanvas-bar .uk-navbar-nav > li > a {
    color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-navbar-nav > li:hover > a, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a, .uk-card-primary.uk-card-body .uk-navbar-nav > li:hover > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a, .uk-card-secondary.uk-card-body .uk-navbar-nav > li:hover > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a, .uk-overlay-primary .uk-navbar-nav > li:hover > a, .uk-offcanvas-bar .uk-navbar-nav > li:hover > a, .uk-light .uk-navbar-nav > li > a:focus, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus, .uk-card-primary.uk-card-body .uk-navbar-nav > li > a:focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus, .uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus, .uk-overlay-primary .uk-navbar-nav > li > a:focus, .uk-offcanvas-bar .uk-navbar-nav > li > a:focus, .uk-light .uk-navbar-nav > li > a.uk-open, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open, .uk-card-primary.uk-card-body .uk-navbar-nav > li > a.uk-open, .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open, .uk-card-secondary.uk-card-body .uk-navbar-nav > li > a.uk-open, .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open, .uk-overlay-primary .uk-navbar-nav > li > a.uk-open, .uk-offcanvas-bar .uk-navbar-nav > li > a.uk-open {
    color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-navbar-nav > li > a:active, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active, .uk-card-primary.uk-card-body .uk-navbar-nav > li > a:active, .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:active, .uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:active, .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:active, .uk-overlay-primary .uk-navbar-nav > li > a:active, .uk-offcanvas-bar .uk-navbar-nav > li > a:active {
    color: #fff;
}

.uk-light .uk-navbar-nav > li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a, .uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a, .uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a, .uk-overlay-primary .uk-navbar-nav > li.uk-active > a, .uk-offcanvas-bar .uk-navbar-nav > li.uk-active > a {
    color: #fff;
}

.uk-light .uk-navbar-item, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-item, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-item, .uk-card-primary.uk-card-body .uk-navbar-item, .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-item, .uk-card-secondary.uk-card-body .uk-navbar-item, .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-item, .uk-overlay-primary .uk-navbar-item, .uk-offcanvas-bar .uk-navbar-item {
    color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-navbar-toggle, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle, .uk-card-primary.uk-card-body .uk-navbar-toggle, .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle, .uk-card-secondary.uk-card-body .uk-navbar-toggle, .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle, .uk-overlay-primary .uk-navbar-toggle, .uk-offcanvas-bar .uk-navbar-toggle {
    color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-navbar-toggle:hover, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle:hover, .uk-card-primary.uk-card-body .uk-navbar-toggle:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle:hover, .uk-card-secondary.uk-card-body .uk-navbar-toggle:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle:hover, .uk-overlay-primary .uk-navbar-toggle:hover, .uk-offcanvas-bar .uk-navbar-toggle:hover, .uk-light .uk-navbar-toggle:focus, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle:focus, .uk-card-primary.uk-card-body .uk-navbar-toggle:focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle:focus, .uk-card-secondary.uk-card-body .uk-navbar-toggle:focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle:focus, .uk-overlay-primary .uk-navbar-toggle:focus, .uk-offcanvas-bar .uk-navbar-toggle:focus, .uk-light .uk-navbar-toggle.uk-open, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle.uk-open, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle.uk-open, .uk-card-primary.uk-card-body .uk-navbar-toggle.uk-open, .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle.uk-open, .uk-card-secondary.uk-card-body .uk-navbar-toggle.uk-open, .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle.uk-open, .uk-overlay-primary .uk-navbar-toggle.uk-open, .uk-offcanvas-bar .uk-navbar-toggle.uk-open {
    color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-subnav > * > :first-child, .uk-section-primary:not(.uk-preserve-color) .uk-subnav > * > :first-child, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav > * > :first-child, .uk-card-primary.uk-card-body .uk-subnav > * > :first-child, .uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > * > :first-child, .uk-card-secondary.uk-card-body .uk-subnav > * > :first-child, .uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > * > :first-child, .uk-overlay-primary .uk-subnav > * > :first-child, .uk-offcanvas-bar .uk-subnav > * > :first-child {
    color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-subnav > * > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-subnav > * > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav > * > a:hover, .uk-card-primary.uk-card-body .uk-subnav > * > a:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > * > a:hover, .uk-card-secondary.uk-card-body .uk-subnav > * > a:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > * > a:hover, .uk-overlay-primary .uk-subnav > * > a:hover, .uk-offcanvas-bar .uk-subnav > * > a:hover, .uk-light .uk-subnav > * > a:focus, .uk-section-primary:not(.uk-preserve-color) .uk-subnav > * > a:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav > * > a:focus, .uk-card-primary.uk-card-body .uk-subnav > * > a:focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > * > a:focus, .uk-card-secondary.uk-card-body .uk-subnav > * > a:focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > * > a:focus, .uk-overlay-primary .uk-subnav > * > a:focus, .uk-offcanvas-bar .uk-subnav > * > a:focus {
    color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-subnav > .uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a, .uk-card-primary.uk-card-body .uk-subnav > .uk-active > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a, .uk-card-secondary.uk-card-body .uk-subnav > .uk-active > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a, .uk-overlay-primary .uk-subnav > .uk-active > a, .uk-offcanvas-bar .uk-subnav > .uk-active > a {
    color: #fff;
}

.uk-light .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-primary.uk-card-body .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-secondary.uk-card-body .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-overlay-primary .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-offcanvas-bar .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, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child, .uk-card-primary.uk-card-body .uk-subnav-pill > * > :first-child, .uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > * > :first-child, .uk-card-secondary.uk-card-body .uk-subnav-pill > * > :first-child, .uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > * > :first-child, .uk-overlay-primary .uk-subnav-pill > * > :first-child, .uk-offcanvas-bar .uk-subnav-pill > * > :first-child {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-subnav-pill > * > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover, .uk-card-primary.uk-card-body .uk-subnav-pill > * > a:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > * > a:hover, .uk-card-secondary.uk-card-body .uk-subnav-pill > * > a:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > * > a:hover, .uk-overlay-primary .uk-subnav-pill > * > a:hover, .uk-offcanvas-bar .uk-subnav-pill > * > a:hover, .uk-light .uk-subnav-pill > * > a:focus, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:focus, .uk-card-primary.uk-card-body .uk-subnav-pill > * > a:focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > * > a:focus, .uk-card-secondary.uk-card-body .uk-subnav-pill > * > a:focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > * > a:focus, .uk-overlay-primary .uk-subnav-pill > * > a:focus, .uk-offcanvas-bar .uk-subnav-pill > * > a:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-subnav-pill > * > a:active, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active, .uk-card-primary.uk-card-body .uk-subnav-pill > * > a:active, .uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > * > a:active, .uk-card-secondary.uk-card-body .uk-subnav-pill > * > a:active, .uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > * > a:active, .uk-overlay-primary .uk-subnav-pill > * > a:active, .uk-offcanvas-bar .uk-subnav-pill > * > a:active {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-subnav-pill > .uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a, .uk-card-primary.uk-card-body .uk-subnav-pill > .uk-active > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a, .uk-card-secondary.uk-card-body .uk-subnav-pill > .uk-active > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a, .uk-overlay-primary .uk-subnav-pill > .uk-active > a, .uk-offcanvas-bar .uk-subnav-pill > .uk-active > a {
    background-color: #fff;
    color: #666;
}

.uk-light .uk-subnav > .uk-disabled > a, .uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a, .uk-card-primary.uk-card-body .uk-subnav > .uk-disabled > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > .uk-disabled > a, .uk-card-secondary.uk-card-body .uk-subnav > .uk-disabled > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > .uk-disabled > a, .uk-overlay-primary .uk-subnav > .uk-disabled > a, .uk-offcanvas-bar .uk-subnav > .uk-disabled > a {
    color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-breadcrumb > * > *, .uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > * > *, .uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > *, .uk-card-primary.uk-card-body .uk-breadcrumb > * > *, .uk-card-primary > :not([class*='uk-card-media']) .uk-breadcrumb > * > *, .uk-card-secondary.uk-card-body .uk-breadcrumb > * > *, .uk-card-secondary > :not([class*='uk-card-media']) .uk-breadcrumb > * > *, .uk-overlay-primary .uk-breadcrumb > * > *, .uk-offcanvas-bar .uk-breadcrumb > * > * {
    color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-breadcrumb > * > :hover, .uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover, .uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover, .uk-card-primary.uk-card-body .uk-breadcrumb > * > :hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-breadcrumb > * > :hover, .uk-card-secondary.uk-card-body .uk-breadcrumb > * > :hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-breadcrumb > * > :hover, .uk-overlay-primary .uk-breadcrumb > * > :hover, .uk-offcanvas-bar .uk-breadcrumb > * > :hover, .uk-light .uk-breadcrumb > * > :focus, .uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > * > :focus, .uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > :focus, .uk-card-primary.uk-card-body .uk-breadcrumb > * > :focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-breadcrumb > * > :focus, .uk-card-secondary.uk-card-body .uk-breadcrumb > * > :focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-breadcrumb > * > :focus, .uk-overlay-primary .uk-breadcrumb > * > :focus, .uk-offcanvas-bar .uk-breadcrumb > * > :focus {
    color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-breadcrumb > :last-child > *, .uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *, .uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *, .uk-card-primary.uk-card-body .uk-breadcrumb > :last-child > *, .uk-card-primary > :not([class*='uk-card-media']) .uk-breadcrumb > :last-child > *, .uk-card-secondary.uk-card-body .uk-breadcrumb > :last-child > *, .uk-card-secondary > :not([class*='uk-card-media']) .uk-breadcrumb > :last-child > *, .uk-overlay-primary .uk-breadcrumb > :last-child > *, .uk-offcanvas-bar .uk-breadcrumb > :last-child > * {
    color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-primary.uk-card-body .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-primary > :not([class*='uk-card-media']) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-secondary.uk-card-body .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-secondary > :not([class*='uk-card-media']) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-overlay-primary .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-offcanvas-bar .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
    color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-pagination > * > *, .uk-section-primary:not(.uk-preserve-color) .uk-pagination > * > *, .uk-section-secondary:not(.uk-preserve-color) .uk-pagination > * > *, .uk-card-primary.uk-card-body .uk-pagination > * > *, .uk-card-primary > :not([class*='uk-card-media']) .uk-pagination > * > *, .uk-card-secondary.uk-card-body .uk-pagination > * > *, .uk-card-secondary > :not([class*='uk-card-media']) .uk-pagination > * > *, .uk-overlay-primary .uk-pagination > * > *, .uk-offcanvas-bar .uk-pagination > * > * {
    color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-pagination > * > :hover, .uk-section-primary:not(.uk-preserve-color) .uk-pagination > * > :hover, .uk-section-secondary:not(.uk-preserve-color) .uk-pagination > * > :hover, .uk-card-primary.uk-card-body .uk-pagination > * > :hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-pagination > * > :hover, .uk-card-secondary.uk-card-body .uk-pagination > * > :hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-pagination > * > :hover, .uk-overlay-primary .uk-pagination > * > :hover, .uk-offcanvas-bar .uk-pagination > * > :hover, .uk-light .uk-pagination > * > :focus, .uk-section-primary:not(.uk-preserve-color) .uk-pagination > * > :focus, .uk-section-secondary:not(.uk-preserve-color) .uk-pagination > * > :focus, .uk-card-primary.uk-card-body .uk-pagination > * > :focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-pagination > * > :focus, .uk-card-secondary.uk-card-body .uk-pagination > * > :focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-pagination > * > :focus, .uk-overlay-primary .uk-pagination > * > :focus, .uk-offcanvas-bar .uk-pagination > * > :focus {
    color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-pagination > .uk-active > *, .uk-section-primary:not(.uk-preserve-color) .uk-pagination > .uk-active > *, .uk-section-secondary:not(.uk-preserve-color) .uk-pagination > .uk-active > *, .uk-card-primary.uk-card-body .uk-pagination > .uk-active > *, .uk-card-primary > :not([class*='uk-card-media']) .uk-pagination > .uk-active > *, .uk-card-secondary.uk-card-body .uk-pagination > .uk-active > *, .uk-card-secondary > :not([class*='uk-card-media']) .uk-pagination > .uk-active > *, .uk-overlay-primary .uk-pagination > .uk-active > *, .uk-offcanvas-bar .uk-pagination > .uk-active > * {
    color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-pagination > .uk-disabled > *, .uk-section-primary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *, .uk-section-secondary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *, .uk-card-primary.uk-card-body .uk-pagination > .uk-disabled > *, .uk-card-primary > :not([class*='uk-card-media']) .uk-pagination > .uk-disabled > *, .uk-card-secondary.uk-card-body .uk-pagination > .uk-disabled > *, .uk-card-secondary > :not([class*='uk-card-media']) .uk-pagination > .uk-disabled > *, .uk-overlay-primary .uk-pagination > .uk-disabled > *, .uk-offcanvas-bar .uk-pagination > .uk-disabled > * {
    color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-tab::before, .uk-section-primary:not(.uk-preserve-color) .uk-tab::before, .uk-section-secondary:not(.uk-preserve-color) .uk-tab::before, .uk-card-primary.uk-card-body .uk-tab::before, .uk-card-primary > :not([class*='uk-card-media']) .uk-tab::before, .uk-card-secondary.uk-card-body .uk-tab::before, .uk-card-secondary > :not([class*='uk-card-media']) .uk-tab::before, .uk-overlay-primary .uk-tab::before, .uk-offcanvas-bar .uk-tab::before {
    border-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-tab > * > a, .uk-section-primary:not(.uk-preserve-color) .uk-tab > * > a, .uk-section-secondary:not(.uk-preserve-color) .uk-tab > * > a, .uk-card-primary.uk-card-body .uk-tab > * > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-tab > * > a, .uk-card-secondary.uk-card-body .uk-tab > * > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > * > a, .uk-overlay-primary .uk-tab > * > a, .uk-offcanvas-bar .uk-tab > * > a {
    color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-tab > * > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-tab > * > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-tab > * > a:hover, .uk-card-primary.uk-card-body .uk-tab > * > a:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-tab > * > a:hover, .uk-card-secondary.uk-card-body .uk-tab > * > a:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > * > a:hover, .uk-overlay-primary .uk-tab > * > a:hover, .uk-offcanvas-bar .uk-tab > * > a:hover, .uk-light .uk-tab > * > a:focus, .uk-section-primary:not(.uk-preserve-color) .uk-tab > * > a:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-tab > * > a:focus, .uk-card-primary.uk-card-body .uk-tab > * > a:focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-tab > * > a:focus, .uk-card-secondary.uk-card-body .uk-tab > * > a:focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > * > a:focus, .uk-overlay-primary .uk-tab > * > a:focus, .uk-offcanvas-bar .uk-tab > * > a:focus {
    color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-tab > .uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a, .uk-card-primary.uk-card-body .uk-tab > .uk-active > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a, .uk-card-secondary.uk-card-body .uk-tab > .uk-active > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a, .uk-overlay-primary .uk-tab > .uk-active > a, .uk-offcanvas-bar .uk-tab > .uk-active > a {
    color: #fff;
    border-color: #fff;
}

.uk-light .uk-tab > .uk-disabled > a, .uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a, .uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a, .uk-card-primary.uk-card-body .uk-tab > .uk-disabled > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-tab > .uk-disabled > a, .uk-card-secondary.uk-card-body .uk-tab > .uk-disabled > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > .uk-disabled > a, .uk-overlay-primary .uk-tab > .uk-disabled > a, .uk-offcanvas-bar .uk-tab > .uk-disabled > a {
    color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-slidenav, .uk-section-primary:not(.uk-preserve-color) .uk-slidenav, .uk-section-secondary:not(.uk-preserve-color) .uk-slidenav, .uk-card-primary.uk-card-body .uk-slidenav, .uk-card-primary > :not([class*='uk-card-media']) .uk-slidenav, .uk-card-secondary.uk-card-body .uk-slidenav, .uk-card-secondary > :not([class*='uk-card-media']) .uk-slidenav, .uk-overlay-primary .uk-slidenav, .uk-offcanvas-bar .uk-slidenav {
    color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-slidenav:hover, .uk-section-primary:not(.uk-preserve-color) .uk-slidenav:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-slidenav:hover, .uk-card-primary.uk-card-body .uk-slidenav:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-slidenav:hover, .uk-card-secondary.uk-card-body .uk-slidenav:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-slidenav:hover, .uk-overlay-primary .uk-slidenav:hover, .uk-offcanvas-bar .uk-slidenav:hover, .uk-light .uk-slidenav:focus, .uk-section-primary:not(.uk-preserve-color) .uk-slidenav:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-slidenav:focus, .uk-card-primary.uk-card-body .uk-slidenav:focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-slidenav:focus, .uk-card-secondary.uk-card-body .uk-slidenav:focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-slidenav:focus, .uk-overlay-primary .uk-slidenav:focus, .uk-offcanvas-bar .uk-slidenav:focus {
    color: rgba(255, 255, 255, 0.95);
}

.uk-light .uk-slidenav:active, .uk-section-primary:not(.uk-preserve-color) .uk-slidenav:active, .uk-section-secondary:not(.uk-preserve-color) .uk-slidenav:active, .uk-card-primary.uk-card-body .uk-slidenav:active, .uk-card-primary > :not([class*='uk-card-media']) .uk-slidenav:active, .uk-card-secondary.uk-card-body .uk-slidenav:active, .uk-card-secondary > :not([class*='uk-card-media']) .uk-slidenav:active, .uk-overlay-primary .uk-slidenav:active, .uk-offcanvas-bar .uk-slidenav:active {
    color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-dotnav > * > *, .uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > *, .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > *, .uk-card-primary.uk-card-body .uk-dotnav > * > *, .uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > * > *, .uk-card-secondary.uk-card-body .uk-dotnav > * > *, .uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > * > *, .uk-overlay-primary .uk-dotnav > * > *, .uk-offcanvas-bar .uk-dotnav > * > * {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.9);
}

.uk-light .uk-dotnav > * > :hover, .uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > :hover, .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > :hover, .uk-card-primary.uk-card-body .uk-dotnav > * > :hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > * > :hover, .uk-card-secondary.uk-card-body .uk-dotnav > * > :hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > * > :hover, .uk-overlay-primary .uk-dotnav > * > :hover, .uk-offcanvas-bar .uk-dotnav > * > :hover, .uk-light .uk-dotnav > * > :focus, .uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > :focus, .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > :focus, .uk-card-primary.uk-card-body .uk-dotnav > * > :focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > * > :focus, .uk-card-secondary.uk-card-body .uk-dotnav > * > :focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > * > :focus, .uk-overlay-primary .uk-dotnav > * > :focus, .uk-offcanvas-bar .uk-dotnav > * > :focus {
    background-color: rgba(255, 255, 255, 0.9);
    border-color: transparent;
}

.uk-light .uk-dotnav > * > :active, .uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > :active, .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > :active, .uk-card-primary.uk-card-body .uk-dotnav > * > :active, .uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > * > :active, .uk-card-secondary.uk-card-body .uk-dotnav > * > :active, .uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > * > :active, .uk-overlay-primary .uk-dotnav > * > :active, .uk-offcanvas-bar .uk-dotnav > * > :active {
    background-color: rgba(255, 255, 255, 0.5);
    border-color: transparent;
}

.uk-light .uk-dotnav > .uk-active > *, .uk-section-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *, .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *, .uk-card-primary.uk-card-body .uk-dotnav > .uk-active > *, .uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *, .uk-card-secondary.uk-card-body .uk-dotnav > .uk-active > *, .uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *, .uk-overlay-primary .uk-dotnav > .uk-active > *, .uk-offcanvas-bar .uk-dotnav > .uk-active > * {
    background-color: rgba(255, 255, 255, 0.9);
    border-color: transparent;
}

.uk-light .uk-accordion-title::before, .uk-section-primary:not(.uk-preserve-color) .uk-accordion-title::before, .uk-section-secondary:not(.uk-preserve-color) .uk-accordion-title::before, .uk-card-primary.uk-card-body .uk-accordion-title::before, .uk-card-primary > :not([class*='uk-card-media']) .uk-accordion-title::before, .uk-card-secondary.uk-card-body .uk-accordion-title::before, .uk-card-secondary > :not([class*='uk-card-media']) .uk-accordion-title::before, .uk-overlay-primary .uk-accordion-title::before, .uk-offcanvas-bar .uk-accordion-title::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' aria-hidden='true' focusable='false' width='20' height='20' style='-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);' preserveAspectRatio='xMidYMid meet' viewBox='0 0 32 32'%3E%3Cpath d='M16 22L6 12l1.4-1.4l8.6 8.6l8.6-8.6L26 12z' fill='%23626262'/%3E%3C/svg%3E");
}

.uk-light .uk-open > .uk-accordion-title::before, .uk-section-primary:not(.uk-preserve-color) .uk-open > .uk-accordion-title::before, .uk-section-secondary:not(.uk-preserve-color) .uk-open > .uk-accordion-title::before, .uk-card-primary.uk-card-body .uk-open > .uk-accordion-title::before, .uk-card-primary > :not([class*='uk-card-media']) .uk-open > .uk-accordion-title::before, .uk-card-secondary.uk-card-body .uk-open > .uk-accordion-title::before, .uk-card-secondary > :not([class*='uk-card-media']) .uk-open > .uk-accordion-title::before, .uk-overlay-primary .uk-open > .uk-accordion-title::before, .uk-offcanvas-bar .uk-open > .uk-accordion-title::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' aria-hidden='true' focusable='false' width='20' height='20' style='-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);' preserveAspectRatio='xMidYMid meet' viewBox='0 0 32 32'%3E%3Cpath d='M16 10l10 10l-1.4 1.4l-8.6-8.6l-8.6 8.6L6 20z' fill='%23626262'/%3E%3C/svg%3E");
}

.uk-light .uk-iconnav > * > a, .uk-section-primary:not(.uk-preserve-color) .uk-iconnav > * > a, .uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > * > a, .uk-card-primary.uk-card-body .uk-iconnav > * > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-iconnav > * > a, .uk-card-secondary.uk-card-body .uk-iconnav > * > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-iconnav > * > a, .uk-overlay-primary .uk-iconnav > * > a, .uk-offcanvas-bar .uk-iconnav > * > a {
    color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-iconnav > * > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-iconnav > * > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:hover, .uk-card-primary.uk-card-body .uk-iconnav > * > a:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-iconnav > * > a:hover, .uk-card-secondary.uk-card-body .uk-iconnav > * > a:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-iconnav > * > a:hover, .uk-overlay-primary .uk-iconnav > * > a:hover, .uk-offcanvas-bar .uk-iconnav > * > a:hover, .uk-light .uk-iconnav > * > a:focus, .uk-section-primary:not(.uk-preserve-color) .uk-iconnav > * > a:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:focus, .uk-card-primary.uk-card-body .uk-iconnav > * > a:focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-iconnav > * > a:focus, .uk-card-secondary.uk-card-body .uk-iconnav > * > a:focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-iconnav > * > a:focus, .uk-overlay-primary .uk-iconnav > * > a:focus, .uk-offcanvas-bar .uk-iconnav > * > a:focus {
    color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-iconnav > .uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a, .uk-card-primary.uk-card-body .uk-iconnav > .uk-active > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-iconnav > .uk-active > a, .uk-card-secondary.uk-card-body .uk-iconnav > .uk-active > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-iconnav > .uk-active > a, .uk-overlay-primary .uk-iconnav > .uk-active > a, .uk-offcanvas-bar .uk-iconnav > .uk-active > a {
    color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-text-lead, .uk-section-primary:not(.uk-preserve-color) .uk-text-lead, .uk-section-secondary:not(.uk-preserve-color) .uk-text-lead, .uk-card-primary.uk-card-body .uk-text-lead, .uk-card-primary > :not([class*='uk-card-media']) .uk-text-lead, .uk-card-secondary.uk-card-body .uk-text-lead, .uk-card-secondary > :not([class*='uk-card-media']) .uk-text-lead, .uk-overlay-primary .uk-text-lead, .uk-offcanvas-bar .uk-text-lead {
    color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-text-meta, .uk-section-primary:not(.uk-preserve-color) .uk-text-meta, .uk-section-secondary:not(.uk-preserve-color) .uk-text-meta, .uk-card-primary.uk-card-body .uk-text-meta, .uk-card-primary > :not([class*='uk-card-media']) .uk-text-meta, .uk-card-secondary.uk-card-body .uk-text-meta, .uk-card-secondary > :not([class*='uk-card-media']) .uk-text-meta, .uk-overlay-primary .uk-text-meta, .uk-offcanvas-bar .uk-text-meta {
    color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-text-muted, .uk-section-primary:not(.uk-preserve-color) .uk-text-muted, .uk-section-secondary:not(.uk-preserve-color) .uk-text-muted, .uk-card-primary.uk-card-body .uk-text-muted, .uk-card-primary > :not([class*='uk-card-media']) .uk-text-muted, .uk-card-secondary.uk-card-body .uk-text-muted, .uk-card-secondary > :not([class*='uk-card-media']) .uk-text-muted, .uk-overlay-primary .uk-text-muted, .uk-offcanvas-bar .uk-text-muted {
    color: rgba(255, 255, 255, 0.5) !important;
}

.uk-light .uk-text-emphasis, .uk-section-primary:not(.uk-preserve-color) .uk-text-emphasis, .uk-section-secondary:not(.uk-preserve-color) .uk-text-emphasis, .uk-card-primary.uk-card-body .uk-text-emphasis, .uk-card-primary > :not([class*='uk-card-media']) .uk-text-emphasis, .uk-card-secondary.uk-card-body .uk-text-emphasis, .uk-card-secondary > :not([class*='uk-card-media']) .uk-text-emphasis, .uk-overlay-primary .uk-text-emphasis, .uk-offcanvas-bar .uk-text-emphasis {
    color: #fff !important;
}

.uk-light .uk-text-primary, .uk-section-primary:not(.uk-preserve-color) .uk-text-primary, .uk-section-secondary:not(.uk-preserve-color) .uk-text-primary, .uk-card-primary.uk-card-body .uk-text-primary, .uk-card-primary > :not([class*='uk-card-media']) .uk-text-primary, .uk-card-secondary.uk-card-body .uk-text-primary, .uk-card-secondary > :not([class*='uk-card-media']) .uk-text-primary, .uk-overlay-primary .uk-text-primary, .uk-offcanvas-bar .uk-text-primary {
    color: #fff !important;
}

.uk-light .uk-text-secondary, .uk-section-primary:not(.uk-preserve-color) .uk-text-secondary, .uk-section-secondary:not(.uk-preserve-color) .uk-text-secondary, .uk-card-primary.uk-card-body .uk-text-secondary, .uk-card-primary > :not([class*='uk-card-media']) .uk-text-secondary, .uk-card-secondary.uk-card-body .uk-text-secondary, .uk-card-secondary > :not([class*='uk-card-media']) .uk-text-secondary, .uk-overlay-primary .uk-text-secondary, .uk-offcanvas-bar .uk-text-secondary {
    color: #fff !important;
}

.uk-light .uk-column-divider, .uk-section-primary:not(.uk-preserve-color) .uk-column-divider, .uk-section-secondary:not(.uk-preserve-color) .uk-column-divider, .uk-card-primary.uk-card-body .uk-column-divider, .uk-card-primary > :not([class*='uk-card-media']) .uk-column-divider, .uk-card-secondary.uk-card-body .uk-column-divider, .uk-card-secondary > :not([class*='uk-card-media']) .uk-column-divider, .uk-overlay-primary .uk-column-divider, .uk-offcanvas-bar .uk-column-divider {
    -webkit-column-rule-color: rgba(255, 255, 255, 0.2);
    -moz-column-rule-color: rgba(255, 255, 255, 0.2);
    column-rule-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-logo, .uk-section-primary:not(.uk-preserve-color) .uk-logo, .uk-section-secondary:not(.uk-preserve-color) .uk-logo, .uk-card-primary.uk-card-body .uk-logo, .uk-card-primary > :not([class*='uk-card-media']) .uk-logo, .uk-card-secondary.uk-card-body .uk-logo, .uk-card-secondary > :not([class*='uk-card-media']) .uk-logo, .uk-overlay-primary .uk-logo, .uk-offcanvas-bar .uk-logo {
    color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-logo:hover, .uk-section-primary:not(.uk-preserve-color) .uk-logo:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-logo:hover, .uk-card-primary.uk-card-body .uk-logo:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-logo:hover, .uk-card-secondary.uk-card-body .uk-logo:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-logo:hover, .uk-overlay-primary .uk-logo:hover, .uk-offcanvas-bar .uk-logo:hover, .uk-light .uk-logo:focus, .uk-section-primary:not(.uk-preserve-color) .uk-logo:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-logo:focus, .uk-card-primary.uk-card-body .uk-logo:focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-logo:focus, .uk-card-secondary.uk-card-body .uk-logo:focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-logo:focus, .uk-overlay-primary .uk-logo:focus, .uk-offcanvas-bar .uk-logo:focus {
    color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-section-primary:not(.uk-preserve-color) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-section-secondary:not(.uk-preserve-color) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-card-primary.uk-card-body .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-card-primary > :not([class*='uk-card-media']) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-card-secondary.uk-card-body .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-card-secondary > :not([class*='uk-card-media']) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-overlay-primary .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-offcanvas-bar .uk-logo > :not(.uk-logo-inverse):not(:only-of-type) {
    display: none;
}

.uk-light .uk-logo-inverse, .uk-section-primary:not(.uk-preserve-color) .uk-logo-inverse, .uk-section-secondary:not(.uk-preserve-color) .uk-logo-inverse, .uk-card-primary.uk-card-body .uk-logo-inverse, .uk-card-primary > :not([class*='uk-card-media']) .uk-logo-inverse, .uk-card-secondary.uk-card-body .uk-logo-inverse, .uk-card-secondary > :not([class*='uk-card-media']) .uk-logo-inverse, .uk-overlay-primary .uk-logo-inverse, .uk-offcanvas-bar .uk-logo-inverse {
    display: inline;
}

/* This stylesheet generated by Transfonter (https://transfonter.org) on October 3, 2017 10:05 PM */

@font-face {
    font-family: 'Montserrat';
    src: url("../fonts/Montserrat/Montserrat-Light.eot");
    src: local("Montserrat Light"), local("Montserrat-Light"), url("../fonts/Montserrat/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url("../fonts/Montserrat/Montserrat-Thin.eot");
    src: local("Montserrat Thin"), local("Montserrat-Thin"), url("../fonts/Montserrat/Montserrat-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-Thin.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url("../fonts/Montserrat/Montserrat-SemiBold.eot");
    src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("../fonts/Montserrat/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url("../fonts/Montserrat/Montserrat-ExtraLight.eot");
    src: local("Montserrat ExtraLight"), local("Montserrat-ExtraLight"), url("../fonts/Montserrat/Montserrat-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-ExtraLight.woff") format("woff"), url("../fonts/Montserrat/Montserrat-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url("../fonts/Montserrat/Montserrat-Bold.eot");
    src: local("Montserrat Bold"), local("Montserrat-Bold"), url("../fonts/Montserrat/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url("../fonts/Montserrat/Montserrat-Regular.eot");
    src: local("Montserrat Regular"), local("Montserrat-Regular"), url("../fonts/Montserrat/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url("../fonts/Montserrat/Montserrat-Medium.eot");
    src: local("Montserrat Medium"), local("Montserrat-Medium"), url("../fonts/Montserrat/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url("../fonts/Montserrat/Montserrat-ExtraBold.eot");
    src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"), url("../fonts/Montserrat/Montserrat-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-ExtraBold.woff") format("woff"), url("../fonts/Montserrat/Montserrat-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url("../fonts/Montserrat/Montserrat-Black.eot");
    src: local("Montserrat Black"), local("Montserrat-Black"), url("../fonts/Montserrat/Montserrat-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-Black.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

.cart-mini {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.25rem 1rem;
    border: 1px solid;
    border-radius: 1.25rem;
}

.cart-mini__amount {
    padding-left: 0.25rem;
    font-size: 0.75rem;
}

.cart-mini__price {
    padding-left: 0.25rem;
    font-size: 0.75rem;
}

.banner-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    margin-bottom: 1.25rem;
    position: relative;
    /*&:first-of-type {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }*/
}

.banner-col:hover .banner__img {
    -webkit-filter: sepia(0.1);
    filter: sepia(0.1);
    opacity: 0.8;
}

.banner-col:hover .banner-wrap:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.banner-col:hover .banner__text {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

@media (max-width: 767.98px) {
    .banner-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 639.98px) {
    .banner-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.banner-wrap {
    overflow: hidden;
    position: relative;
    background-color: #000;
    /*&:before {
        @include absolute(30px, 30px, 30px, 30px);
        border: 1px solid #fff;
        content: '';
        transform: scale(0);
        transition: linear 0.3s;
        display: block;
    };*/
}

.banner__img {
    width: 100%;
    height: 320px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.banner__body {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.banner__title {
    font-size: 2.5rem;
    font-weight: 600;
}

.banner__text {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: linear 0.3s;
    -o-transition: linear 0.3s;
    transition: linear 0.3s;
}

.search-group {
    position: relative;
}

.search-group .btn-search {
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    background: transparent;
    border-color: transparent;
}

.search-group input[type="text"] {
    padding-right: 40px;
}

.search-form-box {
    position: absolute;
    right: 0;
    margin-top: 15px;
    background: #fff;
    padding: 14px 18px;
    height: 63px;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.082);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.082);
    display: none;
    z-index: 10;
}

.search-form-box:before, .search-form-box:after {
    content: '';
    display: block;
    position: absolute;
    right: 9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px;
}

.search-form-box:before {
    top: -19px;
    border-color: transparent transparent #e2e2e2 transparent;
}

.search-form-box:after {
    top: -18px;
    border-color: transparent transparent #ffffff transparent;
}

.search-form-box.show {
    display: block;
    -webkit-animation: fade-anim .3s ease .037s both;
    animation: fade-anim .3s ease .037s both;
    z-index: 20;
}

.search-text-box {
    background-color: #e9ecef;
    border: 0 none;
    border-radius: 1.875rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: transparent;
    cursor: text;
    color: #444;
    min-height: 2.1875rem;
    height: 2.8125rem;
    line-height: 1.125rem;
    padding: 10px 28px 8px 30px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    min-width: 290px;
}

#search-box_btn {
    position: absolute;
    right: 5px;
    top: 3px;
}

.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 400;
    font-family: Montserrat, -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";
}

@media (max-width: 959.98px) {
    .menu-link {
        color: #666;
        display: block;
        font-size: 16px;
        /*transition: background linear 0.3s;*/
    }

    .menu-link:hover {
        color: #412f5c;
        background-color: transparent;
        text-decoration: none;
    }

    .menu-level-1 .menu {
        display: none;
    }

    .menu-level-1 > .menu-item + .menu-item {
        margin-left: 3rem;
    }
}

@media (max-width: 1199.98px) {
    .menu-level-1 > .menu-item + .menu-item {
        margin-left: 1.5rem;
    }
}

.menu-level-1 > .menu-item > .menu-link {
    color: #666;
    font-size: 1rem;
    font-weight: 400;
    text-transform: none;
    padding: 0.75rem 0;
    position: relative;
    white-space: nowrap;
    -webkit-transition: color linear 0.3s;
    -o-transition: color linear 0.3s;
    transition: color linear 0.3s;
}

@media (max-width: 959.98px) {
    .menu-level-1 > .menu-item > .menu-link {
        padding: 1rem 1rem;
        border-bottom: 2px solid #f5f5f5;
    }
}

.menu-level-1 > .menu-item:hover > .menu-link {
    color: #412f5c;
}

@media (min-width: 960px) and (max-width: 1199.98px) {
    .menu-level-1 > .menu-item .menu-link {
        padding: 0.2rem 0.75rem;
    }
}

.menu-level-1 > .menu-item.current-menu-item > .menu-link {
    color: #412f5c;
    background-color: transparent;
}

@media (min-width: 960px) {
    .menu-level-1 .menu-item__dropdown:hover > .menu__dropdown {
        background: #412f5c;
    }
}

.menu-level-1 > .menu-item > .menu-link:before {
    content: '';
    z-index: -1;
    position: absolute;
    bottom: 0;
    display: block;
    width: 0;
    height: 3px;
    background-color: #fd5e01;
    -webkit-transition: width linear .3s;
    -o-transition: width linear .3s;
    transition: width linear .3s;
}

.menu-level-1 > .menu-item:hover > .menu-link:before {
    width: 100%;
}

.menu-item__dropdown {
    /*position: relative;*/
}

.menu-item__dropdown > .menu-link:after {
    position: static;
    display: inline-block;
    margin-left: 0.625rem;
}

@media (max-width: 959.98px) {
    .menu-item__dropdown > .menu-link:after {
        right: 1rem;
        position: absolute;
    }
}

.menu-item__dropdown.arrow-hide > .menu-link:after {
    display: none;
}

.menu-btn__dropdown {
    position: absolute;
    width: 46px;
    height: 56px;
    right: 0;
    top: 0;
}

.menu-link__title {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
    white-space: nowrap;
}

.menu-level-2 .menu-link {
    color: #fff;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.menu-level-2 .menu-link:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 959.98px) {
    .menu-level-2 .menu-link {
        border-bottom: 1px solid #eee;
    }
}

.menu-level-2 .menu-item__dropdown {
    /*position: relative; */
}

.menu-level-2 .menu-item__dropdown > .menu-link {
    padding-right: 2.25rem !important;
}

.menu-level-2 .menu-item__dropdown > .menu-link:after {
    top: 1rem;
}

.menu-level-2 .menu-item__dropdown > .menu-link:hover:after {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

@media (max-width: 959.98px) {
    .menu-level-2 .menu-item__dropdown > .menu-link:after {
        display: none;
    }
}

@media (min-width: 960px) {
    .menu-level-2 .menu-item__dropdown:hover > .menu__dropdown {
        background: #e9ecef;
        width: 200%;
    }

    .menu-level-2 .menu-item__dropdown:hover > .menu__dropdown .menu {
        background: transparent;
    }
}

.menu-level-2 .menu-item__dropdown .menu__dropdown {
    background: #e9ecef;
}

@media (min-width: 960px) {
    .menu-level-2 .menu-item__dropdown .menu__dropdown {
        position: absolute;
        width: -moz-fit-content;
        width: -webkit-fit-content;
        width: fit-content;
        z-index: 10;
        top: 0;
        left: 100%;
        border-left: 10px solid transparent;
    }
}

.menu-level-3 .menu-link {
    color: #412f5c;
}

.menu-level-3 .menu-link:hover {
    color: #fd5e01;
}

@media (max-width: 959.98px) {
    .menu-level-3 .menu-link {
        padding: .5rem 1.5rem .5rem 2rem;
    }
}

.menu__dropdown {
    display: none;
    /*border-top: 5px solid transparent;
  margin-top: -5px;*/
    min-width: 250px;
}

.menu__dropdown .menu {
    display: block;
    background: #412f5c;
    padding: 1rem 0;
    /*@include media-breakpoint-up(lg){
      box-shadow: 0 5px 9px rgba(0,0,0,0.058);
    } */
}

@media (max-width: 959.98px) {
    .menu__dropdown .menu {
        padding: 0;
    }
}

.menu__dropdown .open {
    display: block;
}

.menu-item__dropdown:hover {
    /*& > .menu-link {
      color: #000;
      background-color: $menu-link-hover-bg;
    }*/
}

@media (min-width: 960px) {
    .menu-item__dropdown:hover > .menu__dropdown {
        display: block;
        position: absolute;
        width: -moz-fit-content;
        width: -webkit-fit-content;
        width: fit-content;
        z-index: 101;
    }
}

@media (max-width: 959.98px) {
    #top-menu {
        position: fixed;
        width: 300px;
        background: #fff;
        top: 0;
        left: -320px;
        z-index: 1090;
        bottom: 0;
        height: 100vh;
        overflow-y: auto;
        display: block;
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
        -webkit-transition: all linear 0.3s;
        -o-transition: all linear 0.3s;
        transition: all linear 0.3s;
    }

    #top-menu .menu-item {
        position: relative;
    }

    #top-menu .menu-item.current-menu-item > .menu-link {
        color: #fff;
    }

    #top-menu .menu-item .menu-link {
        color: #412f5c;
    }

    #top-menu .menu-item .menu-link.bg-secondary {
        color: #fff;
    }

    #top-menu .menu__dropdown .menu {
        background: #F4F4F4;
    }
}

#top-menu.show {
    left: 0px;
}

#menu-catalog .angle-down {
    opacity: 0;
    visibility: hidden;
}

#menu-additional > .menu-link:after {
    display: none;
}

.bg-menu {
    background: #fff;
}

.menu-level-2.column-2 {
    width: 25rem;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    padding: 1rem 0.5rem;
    -webkit-column-rule: 1px dashed rgba(255, 255, 255, 0.2);
    -moz-column-rule: 1px dashed rgba(255, 255, 255, 0.2);
    column-rule: 1px dashed rgba(255, 255, 255, 0.2);
}

.menu-level-2.column-2 .menu-item {
    display: inline-block;
    width: 100%;
}

.menu-level-2.column-3 {
    width: 37.5rem;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    padding: 1rem 0.5rem;
    -webkit-column-rule: 1px dashed rgba(255, 255, 255, 0.2);
    -moz-column-rule: 1px dashed rgba(255, 255, 255, 0.2);
    column-rule: 1px dashed rgba(255, 255, 255, 0.2);
}

.menu-level-2.column-3 .menu-item {
    display: inline-block;
    width: 100%;
}

.advantage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.advantage-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95px;
    flex: 0 0 95px;
    width: 95px;
}

.advantage-icon img {
    max-width: 100%;
    height: auto;
}

.advantage-body {
    padding-left: 1rem;
}

.advantage-title {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.2;
    display: block;
    margin-bottom: 0.5rem;
}

/* ========================================================================
   Component: Button
 ========================================================================== */

/*
 * 1. Remove margins in Chrome, Safari and Opera.
 * 2. Remove borders for `button`.
 * 3. Address `overflow` set to `hidden` in IE.
 * 4. Correct `font` properties and `color` not being inherited for `button`.
 * 5. Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 6. Remove default style for `input type="submit"`in iOS.
 * 7. Style
 * 8. `line-height` is used to create a height because it also centers the text vertically for `a` elements.
 *    Better would be to use height and flexbox to center the text vertically but flexbox doesn't work in Firefox on `button` elements.
 * 9. Align text if button has a width
 * 10. Required for `a`.
 */

.btn {
    /* 1 */
    margin: 0;
    /* 2 */
    border: none;
    /* 3 */
    overflow: visible;
    /* 4 */
    font: inherit;
    color: inherit;
    /* 5 */
    text-transform: none;
    /* 6 */
    -webkit-appearance: none;
    border-radius: 0;
    /* 7 */
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: 1rem;
    /* 8 */
    line-height: 38px;
    /* 9 */
    text-align: center;
    /* 10 */
    text-decoration: none;
    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, border-color;
    -o-transition-property: color, background-color, border-color;
    transition-property: color, background-color, border-color;
}

.btn:not(:disabled) {
    cursor: pointer;
}

/*
 * Remove the inner border and padding in Firefox.
 */

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

/* Hover */

.btn:hover {
    /* 9 */
    text-decoration: none;
}

/* Focus */

.btn:focus {
    outline: none;
}

/* OnClick + Active */

/* Style modifiers
 ========================================================================== */

/*
 * Default
 */

.btn-default {
    background-color: transparent;
    color: #333;
    border: 1px solid #e5e5e5;
}

/* Hover + Focus */

.btn-default:hover, .btn-default:focus {
    background-color: transparent;
    color: #333;
    border-color: #b2b2b2;
}

/* OnClick + Active */

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

/*
 * Primary
 */

.btn-primary {
    background-color: #fd5e01;
    color: #fff;
    border: 1px solid transparent;
}

/* Hover + Focus */

.btn-primary:hover, .btn-primary:focus {
    background-color: #e45501;
    color: #fff;
}

/* OnClick + Active */

.btn-primary:active, .btn-primary.uk-active {
    background-color: #ca4b01;
    color: #fff;
}

/*
 * Secondary
 */

.btn-secondary {
    background-color: #412f5c;
    color: #fff;
    border: 1px solid transparent;
}

/* Hover + Focus */

.btn-secondary:hover, .btn-secondary:focus {
    background-color: #35264b;
    color: #fff;
}

/* OnClick + Active */

.btn-secondary:active, .btn-secondary.uk-active {
    background-color: #291e3a;
    color: #fff;
}

/*
 * Disabled
 * The same for all style modifiers
 */

.btn-default:disabled, .btn-primary:disabled, .btn-secondary:disabled, .btn-accent:disabled {
    background-color: transparent;
    color: #999;
    border-color: #e5e5e5;
}

.btn-accent {
    background-image: -webkit-gradient(linear, left top, right top, from(#fd5e01), to(#412f5c));
    background-image: -o-linear-gradient(left, #fd5e01 0%, #412f5c 100%);
    background-image: linear-gradient(to right, #fd5e01 0%, #412f5c 100%);
    background-repeat: repeat-x;
    color: #fff;
}

.btn-accent:hover {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fd5e01), to(#412f5c));
    background-image: -o-linear-gradient(left, #fd5e01 50%, #412f5c 100%);
    background-image: linear-gradient(to right, #fd5e01 50%, #412f5c 100%);
    background-repeat: repeat-x;
}

/* Size modifiers
 ========================================================================== */

.btn-sm {
    padding: 0 15px;
    line-height: 28px;
    font-size: 1rem;
}

.btn-lg {
    padding: 0 40px;
    line-height: 53px;
    font-size: 1rem;
}

/*
 * Link
 * 1. Reset
 * 2. Style
 */

.btn-link {
    /* 1 */
    padding: 0;
    line-height: 1.5;
    background: none;
    /* 2 */
    color: #fd5e01;
}

/* Hover + Focus */

.btn-link:hover, .btn-link:focus {
    color: #ca4b01;
    text-decoration: underline;
}

/* Disabled */

.btn-link:disabled {
    color: #999;
    text-decoration: none;
}

/* Group
 ========================================================================== */

/*
 * 1. Using `flex` instead of `inline-block` to prevent whitespace betweent child elements
 * 2. Behave like button
 * 3. Create position context
 */

.btn-group {
    /* 1 */
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    /* 2 */
    vertical-align: middle;
    /* 3 */
    position: relative;
}

/* Group
     ========================================================================== */

/*
     * Collapse border
     */

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

/*
     * Create position context to superimpose the successor elements border
     * Known issue: If you use an `a` element as button and an icon inside,
     * the active state will not work if you click the icon inside the button
     * Workaround: Just use a `button` or `input` element as button
     */

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

.btn-continue {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-action {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.sticker {
    z-index: 1;
    position: absolute;
    top: 12px;
    right: -30px;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 6px 40px;
    color: #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.5s cubic-bezier(0.25, 0.5, 0.06, 0.85);
    -o-transition: 0.5s cubic-bezier(0.25, 0.5, 0.06, 0.85);
    transition: 0.5s cubic-bezier(0.25, 0.5, 0.06, 0.85);
}

.sticker-green {
    background-color: #32d296;
}

.pagination a.page {
    display: inline-block;
    padding: 5px;
    border: 2px solid #e6e6e6;
    width: 30px;
    text-align: center;
    margin-bottom: 3px;
    margin-left: 3px;
}

.pagination a.page.hidden {
    display: none;
}

.pagination a.page.active {
    border-color: #fd5e01;
}

.pagination .yiiPager {
    padding: 0;
}

.pagination .yiiPager li {
    display: inline-block;
    padding: 5px;
    border: 2px solid #e6e6e6;
    width: 30px;
    text-align: center;
    margin-bottom: 3px;
    margin-left: 3px;
}

.pagination .yiiPager li.hidden {
    display: none;
}

.pagination .yiiPager li.selected {
    border-color: #fd5e01;
}

.pagination .yiiPager li > a {
    border: none;
    background: none;
    font-weight: 400;
    color: #fd5e01;
}

#wrap .wp-pagenavi a, #wrap .wp-pagenavi span {
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    background: #fd5e01;
    color: #fd5e01;
    border: none;
    line-height: 1;
    padding: 10px 14px;
    margin: 3px 4px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 2px;
}

#wrap .wp-pagenavi .selected a {
    border-color: #fd5e01;
    background: #fd5e01;
    color: #fd5e01;
}

.yiiPager .hidden {
    display: none;
}

.link-bbds {
    border-bottom: 1px dashed;
    text-decoration: none;
}

.link-bbds:hover {
    text-decoration: none;
}

.link-bbdt {
    border-bottom: 1px dotted;
    text-decoration: none;
}

.link-bbdt:hover {
    text-decoration: none;
}

.link-text-primary {
    color: #666;
}

.link-text-primary:hover {
    color: #fd5e01;
}

.link-text-secondary {
    color: #666;
}

.link-text-secondary:hover {
    color: #412f5c;
}

.link-light-primary {
    color: #fff;
}

.link-light-primary:hover {
    color: #fd5e01;
}

.link-light-secondary {
    color: #fff;
}

.link-light-secondary:hover {
    color: #412f5c;
}

.link-nodecor {
    text-decoration: none;
}

.link-nodecor:hover {
    text-decoration: none;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-link:focus, .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-item.show .nav-link:hover {
    color: #000;
    background-color: #fff;
    border-bottom-width: 2px;
    border-color: transparent transparent #fd5e01;
}

.nav-tabs .nav-link {
    color: #999;
    border-bottom-width: 2px;
}

.nav-tabs .nav-link:hover {
    color: #000;
    border-color: transparent transparent rgba(253, 94, 1, 0.5);
}

#sort-button {
    padding: .3rem 1rem 0.3rem;
    color: #fd5e01;
    background-color: transparent;
    background-image: none;
    border-color: #fd5e01;
    border-width: 2px;
    font-weight: Montserrat, -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";
    font-size: 1rem;
}

#sort-button:active {
    background: #fd5e01;
    font-weight: normal;
    color: #fff;
}

.footer {
    /*background-color: #412f5c;*/
    padding-top: 0px;
    color: rgba(255, 255, 255, 0.8);
}

.footer-link {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    -webkit-transition: ease .3s all;
    -o-transition: ease .3s all;
    transition: ease .3s all;
    color: rgba(255, 255, 255, 0.8);
}

.footer-link:after {
    left: 2px;
    top: 13px;
}

.footer-link:hover {
    color: #fd5e01;
}

@media (max-width: 1199.98px) {
    .footer .widget h5 {
        font-size: 1rem;
    }
}

.footer h3, .footer h4, .footer h5 {
    color: white;
}

.footer-title {
    color: #fff;
}

.b-copyright {
    padding: 10px 0;
    text-align: center;
    background-color: #35264b;
    color: rgba(255, 255, 255, 0.8);
}

a, .btn, .form-control {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

*:focus {
    outline: 0 !important;
}

html {
    font-size: 16px;
}

body {
    font-family: Montserrat, -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";
    line-height: 1.25;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 0px;
}

body::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #272b2f;
}

h1, h2, h3, h4, h5 {
    font-weight: 600;
}

.hb-wrap {
    min-height: calc(100vh - 323px);
}

.breadcrumb {
    background: transparent;
    padding: 0;
}

.breadcrumb-item > a {
    color: #999;
}

.video {
    height: 100%;
    width: 50vw;
}

@media (max-width: 959.98px) {
    .video {
        width: 100%;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}

div p:last-of-type, section p:last-of-type {
    margin-bottom: 0;
}

.content img {
    max-width: 100%;
    height: auto;
}

.content ul:not([class]) {
    list-style: none;
    padding-left: 1.4rem;
    margin-bottom: 2rem;
}

.content ul:not([class]) > li {
    padding-left: 1.5rem;
    margin-left: 0;
    margin-bottom: 0.75rem;
    position: relative;
}

.content ul:not([class]) > li:before {
    content: '';
    width: 0.4375rem;
    height: 0.4375rem;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    top: 0.5rem;
    left: 0px;
    z-index: 1;
}

.content ol:not([class]) {
    counter-reset: li;
    padding-left: 0px;
    margin-bottom: 2rem;
}

.content ol:not([class]) > li {
    list-style: none;
    padding-left: 1.875rem;
    margin-bottom: 0.75rem;
    position: relative;
}

.content ol:not([class]) > li:before {
    content: counter(li) ".";
    counter-increment: li;
    font-weight: 400;
    color: #000;
    position: absolute;
    top: 0px;
    left: 0px;
}

/*.content a:not([class]) {*/
/*    border-bottom: 1px solid #fd5e01;*/
/*}*/

.content a:not([class]):hover {
    border-bottom-color: transparent;
    text-decoration: none;
}

.list {
    list-style: none;
    padding-left: 1.4rem;
    margin-bottom: 2rem;
}

.list-check > li:before {
    content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23fd5e01%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%2220%206%209%2017%204%2012%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E");
    display: inline-block;
    margin-right: 0.5rem;
    width: 20px;
    height: 20px;
}

.list-check-circle > li:before {
    content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23fd5e01%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M22%2011.08V12a10%2010%200%201%201-5.93-9.14%22%3E%3C%2Fpath%3E%3Cpolyline%20points%3D%2222%204%2012%2014.01%209%2011.01%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E");
    display: inline-block;
    margin-right: 0.5rem;
    width: 20px;
    height: 20px;
}

.list-check-square > li:before {
    content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23fd5e01%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%229%2011%2012%2014%2022%204%22%3E%3C%2Fpolyline%3E%3Cpath%20d%3D%22M21%2012v7a2%202%200%200%201-2%202H5a2%202%200%200%201-2-2V5a2%202%200%200%201%202-2h11%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    display: inline-block;
    margin-right: 0.5rem;
    width: 20px;
    height: 20px;
}

.list > li {
    padding-left: 2rem;
    margin-left: 0;
    margin-bottom: 0.625rem;
    position: relative;
    color: #666;
}

.list > li:before {
    position: absolute;
    left: 0;
    top: 3px;
}

.lh-1 {
    line-height: 1;
}

.ls-1 {
    letter-spacing: 0.5px;
}

.ls-2 {
    letter-spacing: 1px;
}

.ls-3 {
    letter-spacing: 1.5px;
}

.ls-4 {
    letter-spacing: 2px;
}

blockquote {
    background-color: #f7f7f7;
    border-color: theme-color("primary");
    border-width: 0 0 0 3px;
    border-style: solid;
    font-style: italic;
    padding: 1.5rem 1.125rem;
    margin-bottom: 2rem;
}

.fs-10 {
    font-size: 0.625rem;
}

.fs-11 {
    font-size: 0.6875rem;
}

.fs-12 {
    font-size: 0.75rem;
}

.fs-13 {
    font-size: 0.8125rem;
}

.fs-14 {
    font-size: 0.875rem;
}

.fs-15 {
    font-size: 0.9375rem;
}

.fs-16 {
    font-size: 1rem;
}

.fs-17 {
    font-size: 1.0625rem;
}

.fs-18 {
    font-size: 1.125rem;
}

.fs-19 {
    font-size: 1.1875rem;
}

.fs-20 {
    font-size: 1.25rem;
}

.fs-21 {
    font-size: 1.3125rem;
}

.fs-22 {
    font-size: 1.375rem;
}

.fs-23 {
    font-size: 1.4375rem;
}

.fs-24 {
    font-size: 1.5rem;
}

.fs-25 {
    font-size: 1.5625rem;
}

.fs-26 {
    font-size: 1.625rem;
}

.fs-27 {
    font-size: 1.6875rem;
}

.fs-28 {
    font-size: 1.75rem;
}

.fs-29 {
    font-size: 1.8125rem;
}

.fs-30 {
    font-size: 1.875rem;
}

.fs-31 {
    font-size: 1.9375rem;
}

.fs-32 {
    font-size: 2rem;
}

.fs-40 {
    font-size: 2.5rem;
}

.fs-50 {
    font-size: 3.125rem;
}

.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.input_quantity, .dilers-filter select, .dilers-filter input[type="text"] {
    display: block;
    width: 100%;
    padding: .75rem 1.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: rgba(255, 255, 255, 0.6);
    background-clip: padding-box;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 1.5rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    margin-bottom: 1rem;
}

form > ul {
    padding: 0;
    margin: 0;
}

/*

input[type="text"]:not([class]), input[type="password"]:not([class]), textarea:not([class]) {
     @extend %frm-control;
     @include form-control-focus();
}
input[type="submit"]:not([class]) {
    border:1px solid;
    @include button-variant($primary,$primary);
    @include button-size($padding-y:.75rem, $padding-x:1.5rem, $font-size:1rem, $line-height:1, $border-radius:.25rem);
    border-radius: 1.5rem;

} */

.form {
    border: 1px solid #e9ecef;
    border-top: 5px solid #fd5e01;
    background-color: #ffffff;
    padding: 1.5rem;
    -webkit-box-shadow: 0 0 1rem rgba(26, 29, 62, 0.15);
    box-shadow: 0 0 1rem rgba(26, 29, 62, 0.15);
    -webkit-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0.3125rem;
}

.form-sm {
    width: 20rem;
    max-width: 100%;
}

.form-lg {
    width: 50rem;
    max-width: 100%;
}

.form-md {
    width: 31.25rem;
    max-width: 100%;
}

.form-lg {
    width: 50rem;
    max-width: 100%;
}

.title, .block-title {
    color: #412f5c;
    font-weight: 300;
}

.title h1, .title h2, .title h3, .block-title h1, .block-title h2, .block-title h3 {
    color: inherit;
    font-weight: inherit;
}

.title h1 span, .title h2 span, .title h3 span, .block-title h1 span, .block-title h2 span, .block-title h3 span {
    color: #fd5e01;
}

.title h1 b, .title h2 b, .title h3 b, .block-title h1 b, .block-title h2 b, .block-title h3 b {
    font-weight: 800;
}

.title-center, .block-title-center {
    text-align: center;
}

.title-center + .title-line, .block-title-center + .title-line {
    margin-left: auto;
    margin-right: auto;
}

.article-title {
    color: #412f5c;
}

.article-title h4 {
    color: #412f5c;
}

.title-line {
    width: 5rem;
    background: #fd5e01;
    height: 0.1875rem;
}

.m-0 {
    margin: 0 !important;
}

.mt-0, .my-0 {
    margin-top: 0 !important;
}

.mr-0, .mx-0 {
    margin-right: 0 !important;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 5px !important;
}

.mt-1, .my-1 {
    margin-top: 5px !important;
}

.mr-1, .mx-1 {
    margin-right: 5px !important;
}

.mb-1, .my-1 {
    margin-bottom: 5px !important;
}

.ml-1, .mx-1 {
    margin-left: 5px !important;
}

.m-2 {
    margin: 10px !important;
}

.mt-2, .my-2 {
    margin-top: 10px !important;
}

.mr-2, .mx-2 {
    margin-right: 10px !important;
}

.mb-2, .my-2 {
    margin-bottom: 10px !important;
}

.ml-2, .mx-2 {
    margin-left: 10px !important;
}

.m-3 {
    margin: 20px !important;
}

.mt-3, .my-3 {
    margin-top: 20px !important;
}

.mr-3, .mx-3 {
    margin-right: 20px !important;
}

.mb-3, .my-3 {
    margin-bottom: 20px !important;
}

.ml-3, .mx-3 {
    margin-left: 20px !important;
}

.m-4 {
    margin: 30px !important;
}

.mt-4, .my-4 {
    margin-top: 30px !important;
}

.mr-4, .mx-4 {
    margin-right: 30px !important;
}

.mb-4, .my-4 {
    margin-bottom: 30px !important;
}

.ml-4, .mx-4 {
    margin-left: 30px !important;
}

.m-5 {
    margin: 40px !important;
}

.mt-5, .my-5 {
    margin-top: 40px !important;
}

.mr-5, .mx-5 {
    margin-right: 40px !important;
}

.mb-5, .my-5 {
    margin-bottom: 40px !important;
}

.ml-5, .mx-5 {
    margin-left: 40px !important;
}

.m-6 {
    margin: 60px !important;
}

.mt-6, .my-6 {
    margin-top: 60px !important;
}

.mr-6, .mx-6 {
    margin-right: 60px !important;
}

.mb-6, .my-6 {
    margin-bottom: 60px !important;
}

.ml-6, .mx-6 {
    margin-left: 60px !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0, .py-0 {
    padding-top: 0 !important;
}

.pr-0, .px-0 {
    padding-right: 0 !important;
}

.pb-0, .py-0 {
    padding-bottom: 0 !important;
}

.pl-0, .px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 5px !important;
}

.pt-1, .py-1 {
    padding-top: 5px !important;
}

.pr-1, .px-1 {
    padding-right: 5px !important;
}

.pb-1, .py-1 {
    padding-bottom: 5px !important;
}

.pl-1, .px-1 {
    padding-left: 5px !important;
}

.p-2 {
    padding: 10px !important;
}

.pt-2, .py-2 {
    padding-top: 10px !important;
}

.pr-2, .px-2 {
    padding-right: 10px !important;
}

.pb-2, .py-2 {
    padding-bottom: 10px !important;
}

.pl-2, .px-2 {
    padding-left: 10px !important;
}

.p-3 {
    padding: 20px !important;
}

.pt-3, .py-3 {
    padding-top: 20px !important;
}

.pr-3, .px-3 {
    padding-right: 20px !important;
}

.pb-3, .py-3 {
    padding-bottom: 20px !important;
}

.pl-3, .px-3 {
    padding-left: 20px !important;
}

.p-4 {
    padding: 30px !important;
}

.pt-4, .py-4 {
    padding-top: 30px !important;
}

.pr-4, .px-4 {
    padding-right: 30px !important;
}

.pb-4, .py-4 {
    padding-bottom: 30px !important;
}

.pl-4, .px-4 {
    padding-left: 30px !important;
}

.p-5 {
    padding: 40px !important;
}

.pt-5, .py-5 {
    padding-top: 40px !important;
}

.pr-5, .px-5 {
    padding-right: 40px !important;
}

.pb-5, .py-5 {
    padding-bottom: 40px !important;
}

.pl-5, .px-5 {
    padding-left: 40px !important;
}

.p-6 {
    padding: 60px !important;
}

.pt-6, .py-6 {
    padding-top: 60px !important;
}

.pr-6, .px-6 {
    padding-right: 60px !important;
}

.pb-6, .py-6 {
    padding-bottom: 60px !important;
}

.pl-6, .px-6 {
    padding-left: 60px !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto, .my-auto {
    margin-top: auto !important;
}

.mr-auto, .mx-auto {
    margin-right: auto !important;
}

.mb-auto, .my-auto {
    margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

@media (min-width: 480px) {
    .m-xs-0 {
        margin: 0 !important;
    }

    .mt-xs-0, .my-xs-0 {
        margin-top: 0 !important;
    }

    .mr-xs-0, .mx-xs-0 {
        margin-right: 0 !important;
    }

    .mb-xs-0, .my-xs-0 {
        margin-bottom: 0 !important;
    }

    .ml-xs-0, .mx-xs-0 {
        margin-left: 0 !important;
    }

    .m-xs-1 {
        margin: 5px !important;
    }

    .mt-xs-1, .my-xs-1 {
        margin-top: 5px !important;
    }

    .mr-xs-1, .mx-xs-1 {
        margin-right: 5px !important;
    }

    .mb-xs-1, .my-xs-1 {
        margin-bottom: 5px !important;
    }

    .ml-xs-1, .mx-xs-1 {
        margin-left: 5px !important;
    }

    .m-xs-2 {
        margin: 10px !important;
    }

    .mt-xs-2, .my-xs-2 {
        margin-top: 10px !important;
    }

    .mr-xs-2, .mx-xs-2 {
        margin-right: 10px !important;
    }

    .mb-xs-2, .my-xs-2 {
        margin-bottom: 10px !important;
    }

    .ml-xs-2, .mx-xs-2 {
        margin-left: 10px !important;
    }

    .m-xs-3 {
        margin: 20px !important;
    }

    .mt-xs-3, .my-xs-3 {
        margin-top: 20px !important;
    }

    .mr-xs-3, .mx-xs-3 {
        margin-right: 20px !important;
    }

    .mb-xs-3, .my-xs-3 {
        margin-bottom: 20px !important;
    }

    .ml-xs-3, .mx-xs-3 {
        margin-left: 20px !important;
    }

    .m-xs-4 {
        margin: 30px !important;
    }

    .mt-xs-4, .my-xs-4 {
        margin-top: 30px !important;
    }

    .mr-xs-4, .mx-xs-4 {
        margin-right: 30px !important;
    }

    .mb-xs-4, .my-xs-4 {
        margin-bottom: 30px !important;
    }

    .ml-xs-4, .mx-xs-4 {
        margin-left: 30px !important;
    }

    .m-xs-5 {
        margin: 40px !important;
    }

    .mt-xs-5, .my-xs-5 {
        margin-top: 40px !important;
    }

    .mr-xs-5, .mx-xs-5 {
        margin-right: 40px !important;
    }

    .mb-xs-5, .my-xs-5 {
        margin-bottom: 40px !important;
    }

    .ml-xs-5, .mx-xs-5 {
        margin-left: 40px !important;
    }

    .m-xs-6 {
        margin: 60px !important;
    }

    .mt-xs-6, .my-xs-6 {
        margin-top: 60px !important;
    }

    .mr-xs-6, .mx-xs-6 {
        margin-right: 60px !important;
    }

    .mb-xs-6, .my-xs-6 {
        margin-bottom: 60px !important;
    }

    .ml-xs-6, .mx-xs-6 {
        margin-left: 60px !important;
    }

    .p-xs-0 {
        padding: 0 !important;
    }

    .pt-xs-0, .py-xs-0 {
        padding-top: 0 !important;
    }

    .pr-xs-0, .px-xs-0 {
        padding-right: 0 !important;
    }

    .pb-xs-0, .py-xs-0 {
        padding-bottom: 0 !important;
    }

    .pl-xs-0, .px-xs-0 {
        padding-left: 0 !important;
    }

    .p-xs-1 {
        padding: 5px !important;
    }

    .pt-xs-1, .py-xs-1 {
        padding-top: 5px !important;
    }

    .pr-xs-1, .px-xs-1 {
        padding-right: 5px !important;
    }

    .pb-xs-1, .py-xs-1 {
        padding-bottom: 5px !important;
    }

    .pl-xs-1, .px-xs-1 {
        padding-left: 5px !important;
    }

    .p-xs-2 {
        padding: 10px !important;
    }

    .pt-xs-2, .py-xs-2 {
        padding-top: 10px !important;
    }

    .pr-xs-2, .px-xs-2 {
        padding-right: 10px !important;
    }

    .pb-xs-2, .py-xs-2 {
        padding-bottom: 10px !important;
    }

    .pl-xs-2, .px-xs-2 {
        padding-left: 10px !important;
    }

    .p-xs-3 {
        padding: 20px !important;
    }

    .pt-xs-3, .py-xs-3 {
        padding-top: 20px !important;
    }

    .pr-xs-3, .px-xs-3 {
        padding-right: 20px !important;
    }

    .pb-xs-3, .py-xs-3 {
        padding-bottom: 20px !important;
    }

    .pl-xs-3, .px-xs-3 {
        padding-left: 20px !important;
    }

    .p-xs-4 {
        padding: 30px !important;
    }

    .pt-xs-4, .py-xs-4 {
        padding-top: 30px !important;
    }

    .pr-xs-4, .px-xs-4 {
        padding-right: 30px !important;
    }

    .pb-xs-4, .py-xs-4 {
        padding-bottom: 30px !important;
    }

    .pl-xs-4, .px-xs-4 {
        padding-left: 30px !important;
    }

    .p-xs-5 {
        padding: 40px !important;
    }

    .pt-xs-5, .py-xs-5 {
        padding-top: 40px !important;
    }

    .pr-xs-5, .px-xs-5 {
        padding-right: 40px !important;
    }

    .pb-xs-5, .py-xs-5 {
        padding-bottom: 40px !important;
    }

    .pl-xs-5, .px-xs-5 {
        padding-left: 40px !important;
    }

    .p-xs-6 {
        padding: 60px !important;
    }

    .pt-xs-6, .py-xs-6 {
        padding-top: 60px !important;
    }

    .pr-xs-6, .px-xs-6 {
        padding-right: 60px !important;
    }

    .pb-xs-6, .py-xs-6 {
        padding-bottom: 60px !important;
    }

    .pl-xs-6, .px-xs-6 {
        padding-left: 60px !important;
    }

    .m-xs-auto {
        margin: auto !important;
    }

    .mt-xs-auto, .my-xs-auto {
        margin-top: auto !important;
    }

    .mr-xs-auto, .mx-xs-auto {
        margin-right: auto !important;
    }

    .mb-xs-auto, .my-xs-auto {
        margin-bottom: auto !important;
    }

    .ml-xs-auto, .mx-xs-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 640px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 5px !important;
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: 5px !important;
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: 5px !important;
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: 5px !important;
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: 5px !important;
    }

    .m-sm-2 {
        margin: 10px !important;
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: 10px !important;
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: 10px !important;
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: 10px !important;
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: 10px !important;
    }

    .m-sm-3 {
        margin: 20px !important;
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 20px !important;
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 20px !important;
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 20px !important;
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 20px !important;
    }

    .m-sm-4 {
        margin: 30px !important;
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 30px !important;
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 30px !important;
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 30px !important;
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 30px !important;
    }

    .m-sm-5 {
        margin: 40px !important;
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 40px !important;
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 40px !important;
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 40px !important;
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 40px !important;
    }

    .m-sm-6 {
        margin: 60px !important;
    }

    .mt-sm-6, .my-sm-6 {
        margin-top: 60px !important;
    }

    .mr-sm-6, .mx-sm-6 {
        margin-right: 60px !important;
    }

    .mb-sm-6, .my-sm-6 {
        margin-bottom: 60px !important;
    }

    .ml-sm-6, .mx-sm-6 {
        margin-left: 60px !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 5px !important;
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: 5px !important;
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: 5px !important;
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: 5px !important;
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: 5px !important;
    }

    .p-sm-2 {
        padding: 10px !important;
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: 10px !important;
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: 10px !important;
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: 10px !important;
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: 10px !important;
    }

    .p-sm-3 {
        padding: 20px !important;
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 20px !important;
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 20px !important;
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 20px !important;
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 20px !important;
    }

    .p-sm-4 {
        padding: 30px !important;
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 30px !important;
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 30px !important;
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 30px !important;
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 30px !important;
    }

    .p-sm-5 {
        padding: 40px !important;
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 40px !important;
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 40px !important;
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 40px !important;
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 40px !important;
    }

    .p-sm-6 {
        padding: 60px !important;
    }

    .pt-sm-6, .py-sm-6 {
        padding-top: 60px !important;
    }

    .pr-sm-6, .px-sm-6 {
        padding-right: 60px !important;
    }

    .pb-sm-6, .py-sm-6 {
        padding-bottom: 60px !important;
    }

    .pl-sm-6, .px-sm-6 {
        padding-left: 60px !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 5px !important;
    }

    .mt-md-1, .my-md-1 {
        margin-top: 5px !important;
    }

    .mr-md-1, .mx-md-1 {
        margin-right: 5px !important;
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: 5px !important;
    }

    .ml-md-1, .mx-md-1 {
        margin-left: 5px !important;
    }

    .m-md-2 {
        margin: 10px !important;
    }

    .mt-md-2, .my-md-2 {
        margin-top: 10px !important;
    }

    .mr-md-2, .mx-md-2 {
        margin-right: 10px !important;
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: 10px !important;
    }

    .ml-md-2, .mx-md-2 {
        margin-left: 10px !important;
    }

    .m-md-3 {
        margin: 20px !important;
    }

    .mt-md-3, .my-md-3 {
        margin-top: 20px !important;
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 20px !important;
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 20px !important;
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 20px !important;
    }

    .m-md-4 {
        margin: 30px !important;
    }

    .mt-md-4, .my-md-4 {
        margin-top: 30px !important;
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 30px !important;
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 30px !important;
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 30px !important;
    }

    .m-md-5 {
        margin: 40px !important;
    }

    .mt-md-5, .my-md-5 {
        margin-top: 40px !important;
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 40px !important;
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 40px !important;
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 40px !important;
    }

    .m-md-6 {
        margin: 60px !important;
    }

    .mt-md-6, .my-md-6 {
        margin-top: 60px !important;
    }

    .mr-md-6, .mx-md-6 {
        margin-right: 60px !important;
    }

    .mb-md-6, .my-md-6 {
        margin-bottom: 60px !important;
    }

    .ml-md-6, .mx-md-6 {
        margin-left: 60px !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 5px !important;
    }

    .pt-md-1, .py-md-1 {
        padding-top: 5px !important;
    }

    .pr-md-1, .px-md-1 {
        padding-right: 5px !important;
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: 5px !important;
    }

    .pl-md-1, .px-md-1 {
        padding-left: 5px !important;
    }

    .p-md-2 {
        padding: 10px !important;
    }

    .pt-md-2, .py-md-2 {
        padding-top: 10px !important;
    }

    .pr-md-2, .px-md-2 {
        padding-right: 10px !important;
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: 10px !important;
    }

    .pl-md-2, .px-md-2 {
        padding-left: 10px !important;
    }

    .p-md-3 {
        padding: 20px !important;
    }

    .pt-md-3, .py-md-3 {
        padding-top: 20px !important;
    }

    .pr-md-3, .px-md-3 {
        padding-right: 20px !important;
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 20px !important;
    }

    .pl-md-3, .px-md-3 {
        padding-left: 20px !important;
    }

    .p-md-4 {
        padding: 30px !important;
    }

    .pt-md-4, .py-md-4 {
        padding-top: 30px !important;
    }

    .pr-md-4, .px-md-4 {
        padding-right: 30px !important;
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 30px !important;
    }

    .pl-md-4, .px-md-4 {
        padding-left: 30px !important;
    }

    .p-md-5 {
        padding: 40px !important;
    }

    .pt-md-5, .py-md-5 {
        padding-top: 40px !important;
    }

    .pr-md-5, .px-md-5 {
        padding-right: 40px !important;
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 40px !important;
    }

    .pl-md-5, .px-md-5 {
        padding-left: 40px !important;
    }

    .p-md-6 {
        padding: 60px !important;
    }

    .pt-md-6, .py-md-6 {
        padding-top: 60px !important;
    }

    .pr-md-6, .px-md-6 {
        padding-right: 60px !important;
    }

    .pb-md-6, .py-md-6 {
        padding-bottom: 60px !important;
    }

    .pl-md-6, .px-md-6 {
        padding-left: 60px !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 960px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 5px !important;
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: 5px !important;
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: 5px !important;
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: 5px !important;
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: 5px !important;
    }

    .m-lg-2 {
        margin: 10px !important;
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: 10px !important;
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: 10px !important;
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: 10px !important;
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: 10px !important;
    }

    .m-lg-3 {
        margin: 20px !important;
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 20px !important;
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 20px !important;
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 20px !important;
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 20px !important;
    }

    .m-lg-4 {
        margin: 30px !important;
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 30px !important;
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 30px !important;
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 30px !important;
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 30px !important;
    }

    .m-lg-5 {
        margin: 40px !important;
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 40px !important;
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 40px !important;
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 40px !important;
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 40px !important;
    }

    .m-lg-6 {
        margin: 60px !important;
    }

    .mt-lg-6, .my-lg-6 {
        margin-top: 60px !important;
    }

    .mr-lg-6, .mx-lg-6 {
        margin-right: 60px !important;
    }

    .mb-lg-6, .my-lg-6 {
        margin-bottom: 60px !important;
    }

    .ml-lg-6, .mx-lg-6 {
        margin-left: 60px !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 5px !important;
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: 5px !important;
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: 5px !important;
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: 5px !important;
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: 5px !important;
    }

    .p-lg-2 {
        padding: 10px !important;
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: 10px !important;
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: 10px !important;
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: 10px !important;
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: 10px !important;
    }

    .p-lg-3 {
        padding: 20px !important;
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 20px !important;
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 20px !important;
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 20px !important;
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 20px !important;
    }

    .p-lg-4 {
        padding: 30px !important;
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 30px !important;
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 30px !important;
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 30px !important;
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 30px !important;
    }

    .p-lg-5 {
        padding: 40px !important;
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 40px !important;
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 40px !important;
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 40px !important;
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 40px !important;
    }

    .p-lg-6 {
        padding: 60px !important;
    }

    .pt-lg-6, .py-lg-6 {
        padding-top: 60px !important;
    }

    .pr-lg-6, .px-lg-6 {
        padding-right: 60px !important;
    }

    .pb-lg-6, .py-lg-6 {
        padding-bottom: 60px !important;
    }

    .pl-lg-6, .px-lg-6 {
        padding-left: 60px !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 5px !important;
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: 5px !important;
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: 5px !important;
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: 5px !important;
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: 5px !important;
    }

    .m-xl-2 {
        margin: 10px !important;
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: 10px !important;
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: 10px !important;
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: 10px !important;
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: 10px !important;
    }

    .m-xl-3 {
        margin: 20px !important;
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 20px !important;
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 20px !important;
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 20px !important;
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 20px !important;
    }

    .m-xl-4 {
        margin: 30px !important;
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 30px !important;
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 30px !important;
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 30px !important;
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 30px !important;
    }

    .m-xl-5 {
        margin: 40px !important;
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 40px !important;
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 40px !important;
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 40px !important;
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 40px !important;
    }

    .m-xl-6 {
        margin: 60px !important;
    }

    .mt-xl-6, .my-xl-6 {
        margin-top: 60px !important;
    }

    .mr-xl-6, .mx-xl-6 {
        margin-right: 60px !important;
    }

    .mb-xl-6, .my-xl-6 {
        margin-bottom: 60px !important;
    }

    .ml-xl-6, .mx-xl-6 {
        margin-left: 60px !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 5px !important;
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: 5px !important;
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: 5px !important;
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: 5px !important;
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: 5px !important;
    }

    .p-xl-2 {
        padding: 10px !important;
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: 10px !important;
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: 10px !important;
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: 10px !important;
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: 10px !important;
    }

    .p-xl-3 {
        padding: 20px !important;
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 20px !important;
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 20px !important;
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 20px !important;
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 20px !important;
    }

    .p-xl-4 {
        padding: 30px !important;
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 30px !important;
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 30px !important;
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 30px !important;
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 30px !important;
    }

    .p-xl-5 {
        padding: 40px !important;
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 40px !important;
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 40px !important;
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 40px !important;
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 40px !important;
    }

    .p-xl-6 {
        padding: 60px !important;
    }

    .pt-xl-6, .py-xl-6 {
        padding-top: 60px !important;
    }

    .pr-xl-6, .px-xl-6 {
        padding-right: 60px !important;
    }

    .pb-xl-6, .py-xl-6 {
        padding-bottom: 60px !important;
    }

    .pl-xl-6, .px-xl-6 {
        padding-left: 60px !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important;
    }
}

.article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-bottom: 1.5rem;
    -webkit-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    background-color: #fff;
    border: 1px solid #e9ecef;
    position: relative;
}

.article:hover {
    -webkit-box-shadow: 0 0.25rem 0.688rem rgba(26, 29, 62, 0.15);
    box-shadow: 0 0.25rem 0.688rem rgba(26, 29, 62, 0.15);
}

.article:hover .article-date {
    background-color: #fd5e01;
}

.article-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 1rem 1.5rem 1.5rem;
}

.article-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    overflow: hidden;
}

.article-img img {
    -webkit-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.article-img img:hover {
    -webkit-filter: sepia(0.3);
    filter: sepia(0.3);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.article-date {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background-color: #412f5c;
    z-index: 10;
    padding: .25rem 1rem;
    text-align: center;
}

.article-title {
    font-weight: bold;
    margin-bottom: 1rem;
}

.news .article-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    color: #990000;
    margin-top: 3px !important;
}

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

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

.new-slider .article {
    max-width: 356px;
    margin: 0 auto;
}

.blog-single-post img {
    max-width: 100%;
    height: auto;
}

.b-articles {
    height: 530px;
}

@media (max-width: 959.98px) {
    .b-articles {
        height: auto;
        padding-bottom: 0;
    }
}

.card-news {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product__price--page .product_price-old {
    color: #000;
    font-size: 1.25rem;
}

.product__price--page .product_price-old:after {
    content: "";
    display: block;
    border-bottom: 1px solid rgba(255, 0, 0, 0.75);
    -webkit-transform: skewY(-15deg) translateY(-15px) scale(1.25);
    -ms-transform: skewY(-15deg) translateY(-15px) scale(1.25);
    transform: skewY(-15deg) translateY(-15px) scale(1.25);
}

.product__tab-content h2 {
    font-size: 1.6rem;
}

@media (max-width: 767.98px) {
    .product__tab-content h2 {
        font-size: 1.2rem;
    }
}

.product-page__img .product__flag {
    z-index: 10;
}

.product-v2__title, .product-v2__price {
    font-family: Montserrat, -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";
}

.slider_goods .product .toCart, .slider_goods .product .priceRequest {
    display: none;
}

.slider_goods .product:hover .product__footer {
    display: none;
}

.slick-product .slick-slide {
    margin: .8rem 1rem .8rem 0;
}

.slick-product .slick-track {
    margin-left: 0;
}

.slick-for .slick-slide {
    display: block;
    border: 1px solid transparent;
    -webkit-box-shadow: inset 0 0 0px 1px #e6e6e6;
    box-shadow: inset 0 0 0px 1px #e6e6e6;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 1.6rem;
    padding: 1rem;
}

.slick-for .slick-slide:hover {
    -webkit-box-shadow: inset 0 0 0px 1px #fd5e01;
    box-shadow: inset 0 0 0px 1px #fd5e01;
}

.slick-for .slick-slide img {
    margin: 0 auto;
    max-width: 100%;
}

.slick-nav .slick-slide {
    width: 100%;
    height: 10rem;
    cursor: pointer;
    margin: 0 .5rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin: 0 1.1rem;
    max-width: 12.2rem;
    border: 1px solid transparent;
    -webkit-box-shadow: inset 0 0 0px 1px #e6e6e6;
    box-shadow: inset 0 0 0px 1px #e6e6e6;
    margin-bottom: 1.25rem;
    padding: 0;
    text-align: center;
}

.slick-nav .slick-slide img {
    display: inline-block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 2px solid transparent;
    border-radius: 5px;
}

.slick-nav .slick-slide:hover img {
    border-color: #fd5e01;
}

/*.priceRequest + .product__footer {
	border-color:transparent;
}*/

.price_catalog {
    min-height: 50px;
    margin-top: 7px;
    margin-bottom: 7px;
}

.price_catalog span {
    display: inline-block;
    font-size: 15px;
    color: #000;
    text-align: center;
    font-weight: 500;
}

.price_catalog span.product_price-info {
    display: none;
}

.price_catalog span.product__price__old {
    text-decoration: line-through;
    font-weight: 300;
    color: #a0a0a0;
}

.product__flag, .sticker {
    /*position: absolute;
    top: 10px;
    left: 10px;*/
}

.product__flag > div, .sticker > div {
    color: #fff;
    font-size: 12px;
    padding: 5px 10px 5px 10px;
    /*margin-top: 5px;*/
    margin-right: 5px;
    position: relative;
    display: inline-block;
    height: 22px;
    border-radius: 4px;
    line-height: 1;
}

.product__flag--availability, .sticker--availability {
    background-color: #32d296;
}

.product__flag--promo, .sticker--promo {
    background-color: #fd5e01;
}

.product__flag--sale, .sticker--sale {
    background-color: #fd5e01;
}

.product__flag--hit, .sticker--hit {
    background-color: #fd5e01;
}

.product__flag--new, .sticker--new {
    background-color: #fd5e01;
}

.btn-desire, .btn-compare, .btn-toCart {
    background: transparent;
    border-color: transparent;
}

.btn-desire:before, .btn-compare:before, .btn-toCart:before {
    margin: 0 auto .5rem;
}

.nav-category ul {
    list-style: none;
}

.nav-category .nav-item {
    width: 100%;
    position: relative;
}

.nav-category .nav-link {
    padding: 5px 10px;
    display: block;
    color: inherit;
}

.nav-category .level-1 {
    list-style: none;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
    position: relative;
    margin: 0;
    padding: 0;
}

.nav-category .level-1 ul {
    display: none;
}

.nav-category .level-1 > .nav-item + .nav-item {
    border-top: 1px solid #e9ecef;
}

.nav-category .level-1 > .nav-item > .nav-link {
    padding: 15px;
    font-weight: 400;
}

.nav-category .level-1 > .nav-item:hover > .nav-link {
    color: #fff;
    background-color: #fd5e01;
}

.nav-category .level-1 > .nav-item:hover > .angle-down {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.nav-category .level-1 > .nav-item.active > .nav-link {
    color: #fff;
    background-color: #fd5e01;
}

.nav-category .level-1 > .nav-item.active > .angle-down {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.nav-category .level-2 {
    width: 100%;
    position: static;
    background: #fff;
    z-index: 2;
    background-color: #f7f7f7;
    padding: 15px;
}

.nav-category .level-2 .nav-item.active a.nav-link {
    font-weight: bold;
}

.nav-category .level-2 .nav-item > .nav-link {
    font-weight: 300;
}

.nav-category .level-2 .nav-item > .nav-link:hover {
    color: #fd5e01;
}

.nav-category .level-3 {
    padding-left: 10px;
}

.nav-category .level-3 .nav-link {
    color: #807171;
}

.nav-category .level-3 .nav-link:hover {
    color: #fd5e01;
}

.nav-category .level-4 {
    padding-left: 20px;
    font-size: 12px;
}

.nav-category .level-4 .nav-link {
    color: #a9a9a9;
    padding: 3px 0;
}

.nav-category .level-4 .nav-link:hover {
    color: #fd5e01;
}

.nav-category .level-5 {
    padding-left: 10px;
}

.nav-category .level-5 > .nav-item > .nav-link {
    padding: 5px;
}

.nav-category .level-6 {
    padding-left: 15px;
}

.angle-down {
    position: absolute;
    right: 5px;
    top: 25px;
    display: block;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFBAMAAACKv7BmAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAALVBMVEX///8mJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJiYmJib///9fzuCcAAAADnRSTlMA71J8+UCS8TABqOkGuWkPPk8AAAABYktHRACIBR1IAAAACXBIWXMAAAsSAAALEgHS3X78AAAAIUlEQVQI12MQYmBQZDAJYHVmYKtoT2DgXL1rAgPD2TsMADWdBgx2p2jcAAAAAElFTkSuQmCC");
    vertical-align: middle;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    margin-top: -10px;
    z-index: 10;
}

.border-style1 {
    border: 1px solid #e9ecef;
}

.sticky-wrap {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.link-desire, .link-compare {
    color: #999;
    padding-left: 24px;
    background-position: left center !important;
}

.link-desire:hover, .link-compare:hover {
    color: #412f5c;
}

.product-properties.text, .product__feature.text, .characteristics__product.text {
    margin-bottom: 10px;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px dashed #ccc;
}

.product-properties_checkbox .product-parameter label, .product__feature.checkbox .product-parameter label, .characteristics__product.checkbox .product-parameter label, .characteristics__product_val.checkbox .product-parameter label {
    position: relative;
    width: 100%;
    height: 100%;
}

.product-properties_checkbox .product-parameter input[type="radio"], .product__feature.checkbox .product-parameter input[type="radio"], .characteristics__product.checkbox .product-parameter input[type="radio"], .characteristics__product_val.checkbox .product-parameter input[type="radio"], .product-properties_checkbox .product-parameter input[type="checkbox"], .product__feature.checkbox .product-parameter input[type="checkbox"], .characteristics__product.checkbox .product-parameter input[type="checkbox"], .characteristics__product_val.checkbox .product-parameter input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

.product-properties_checkbox .product-parameter input[type="radio"]:checked + span, .product__feature.checkbox .product-parameter input[type="radio"]:checked + span, .characteristics__product.checkbox .product-parameter input[type="radio"]:checked + span, .characteristics__product_val.checkbox .product-parameter input[type="radio"]:checked + span, .product-properties_checkbox .product-parameter input[type="checkbox"]:checked + span, .product__feature.checkbox .product-parameter input[type="checkbox"]:checked + span, .characteristics__product.checkbox .product-parameter input[type="checkbox"]:checked + span, .characteristics__product_val.checkbox .product-parameter input[type="checkbox"]:checked + span {
    background-color: #f7f7f7;
    border: 1px solid #fd5e01;
}

.product-properties_checkbox .product-parameter input[type="radio"]:hover + span, .product__feature.checkbox .product-parameter input[type="radio"]:hover + span, .characteristics__product.checkbox .product-parameter input[type="radio"]:hover + span, .characteristics__product_val.checkbox .product-parameter input[type="radio"]:hover + span, .product-properties_checkbox .product-parameter input[type="checkbox"]:hover + span, .product__feature.checkbox .product-parameter input[type="checkbox"]:hover + span, .characteristics__product.checkbox .product-parameter input[type="checkbox"]:hover + span, .characteristics__product_val.checkbox .product-parameter input[type="checkbox"]:hover + span {
    border-color: #fd5e01;
}

.product-properties_checkbox .product-parameter span, .product__feature.checkbox .product-parameter span, .characteristics__product.checkbox .product-parameter span, .characteristics__product_val.checkbox .product-parameter span {
    position: relative;
    padding: 5px 7px;
    border: 1px solid #e6e6e6;
    -webkit-transition: border .4s;
    -o-transition: border .4s;
    transition: border .4s;
    display: block;
    height: 100%;
    line-height: 1.25;
}

.product-properties {
    display: inline-block;
}

.product-properties_checkbox .product-parameter {
    display: inline-block;
    width: auto;
}

.product__feature.checkbox .product-parameter {
    display: inline-block;
    width: auto;
}

.characteristics__product.checkbox .product-parameter {
    display: inline-block;
    width: auto;
}

.characteristics__product_val.checkbox .product-parameter {
    display: inline-block;
    width: auto;
}

.characteristics__product + .characteristics__product {
    margin-top: 1rem;
}

.characteristic-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.characteristic-values {
    width: 100%;
}

.characteristic-values .character-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.characteristic-values .line {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-bottom: 1px dashed #ccc;
    margin: 5px;
}

.characteristic_name {
    min-width: 150px;
}

.fastorder-link {
    color: #999;
    border-bottom: 1px dashed;
    padding-bottom: 2px;
}

.fastorder-link:hover {
    color: #412f5c;
}

.tiles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.btn-desire, .btn-compare {
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

#goToOrderForm {
    width: 450px;
    max-width: 100%;
    padding: 2rem;
}

/*<div class="col-lg-4 pb-4 catalog-item">
    <figure>
        <div><img src="<?= $catalog->getImageLink('large'); ?>" alt="<?= $catalog->name ?>" title="<?= $catalog->name ?>" class="img-fluid"></div>
        <figcaption>
            <h5 class="category_item--name text-white"><?= $catalog->name ?></h5>
            <?= $catalog->brieftext ?>
            <a class="btn btn-outline-light" href="<?= SiteModuleSettings::model()->getRubricUrl($catalog, $siteModule->id, $siteModuleSettings); ?>">Товары</a>
        </figcaption>
    </figure>
</div>*/

.catalog-item {
    -webkit-perspective: 1700px;
    perspective: 1700px;
    -webkit-perspective-origin: 0 50%;
    perspective-origin: 0 50%;
}

figcaption {
    height: 100%;
    width: 50%;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -webkit-transition: opacity 0.1s 0.3s, -webkit-transform 0.4s;
    transition: opacity 0.1s 0.3s, -webkit-transform 0.4s;
    -o-transition: transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s, -webkit-transform 0.4s;
}

.catalog figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    background: #fd5e01;
    color: #fff;
}

.catalog figcaption a {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.catalog figure img {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    max-width: 100%;
    display: block;
    position: relative;
}

.catalog figure > div {
    overflow: hidden;
}

.catalog figure {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.catalog figure:hover figcaption, .catalog figure.cs-hover figcaption {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -webkit-transition: opacity 0.1s, -webkit-transform 0.4s;
    transition: opacity 0.1s, -webkit-transform 0.4s;
    -o-transition: transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;
}

.catalog figure:hover img, .catalog figure.cs-hover img {
    -webkit-transform: translateX(25%);
    -ms-transform: translateX(25%);
    transform: translateX(25%);
}

.category {
    padding: 1.5rem;
    position: relative;
    height: 100%;
    overflow: hidden;
    background-color: #dee2e6;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: linear 0.3s;
    -o-transition: linear 0.3s;
    transition: linear 0.3s;
}

@media (max-width: 639.98px) {
    .category {
        padding: 0.5rem;
    }

    .category h3 {
        font-size: 0.875rem;
    }

    .category .title-line {
        display: none;
    }

    .category .subcategories {
        display: none;
    }
}

.category-bg {
    background-color: rgba(255, 255, 255, 0.75);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.category-img {
    -webkit-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
}

.category-img img {
    max-height: 250px;
}

@media (max-width: 639.98px) {
    .category-img img {
        max-width: 100%;
    }
}

@media (max-width: 639.98px) {
    .category-row {
        padding-left: 2px;
        padding-top: 2px;
        margin: 0;
    }

    .category-row > .category-col {
        padding-right: 0;
        padding-left: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% + 2px);
        flex: 0 0 calc(50% + 2px);
        max-width: calc(50% + 2px);
        margin: -2px 0 0 -2px;
    }
}

.category:hover {
    -webkit-box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1);
}

.category__name {
    display: block;
    color: #fff;
    font-size: 1.875rem;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    margin-bottom: 1.5rem;
}

@media (max-width: 639.98px) {
    .category__name {
        font-size: 1.3rem;
    }
}

.category:hover {
    text-decoration: none;
}

.category:hover:before {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.category:hover .category__title {
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

.subcategory__name {
    display: block;
    color: #000;
    padding: 0.5rem 1rem .5rem 1rem;
    font-weight: 600;
}

.subcategory__name:hover {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), to(transparent));
    background-image: -o-linear-gradient(left, #fff 50%, transparent);
    background-image: linear-gradient(90deg, #fff 50%, transparent);
    color: #fd5e01;
}

.subcategory__name a {
    color: #412f5c;
}

.subcategory__name a:hover {
    color: #fd5e01;
}

.subcategory:hover {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.category-link {
    display: block;
    height: 100%;
    padding: 1rem;
    text-align: center;
}

.category-link img {
    border-radius: 50%;
    border: 3px solid transparent;
    -webkit-box-shadow: 0 0 0 2px #ed394d;
    box-shadow: 0 0 0 2px #ed394d;
}

.category-link img:hover {
    -webkit-box-shadow: 0 0 0 2px #ffffff;
    box-shadow: 0 0 0 2px #ffffff;
}

.product-card {
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.9375rem 0.9375rem;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #F4F4F4;
}

.product-card__wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -0.46875rem;
}

.grid .product-card__wrap {
    padding: 0.46875rem 0.46875rem;
}

@media (min-width: 960px) {
    .grid .product-card__wrap {
        width: 25%;
    }
}

@media (max-width: 1199.98px) {
    .grid .product-card__wrap {
        width: 33.33333%;
    }
}

@media (max-width: 959.98px) {
    .grid .product-card__wrap {
        width: 33.33333%;
    }
}

@media (max-width: 767.98px) {
    .grid .product-card__wrap {
        width: 50%;
    }
}

@media (max-width: 639.98px) {
    .grid .product-card__wrap {
        width: 100%;
    }
}

.grid .product-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0.3125rem;
}

.list .product-card {
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 1px;
    padding: 0.9375rem 0.9375rem;
    border-radius: 0;
}

.list .product-card__wrap {
    padding: 0.9375rem 0.9375rem;
    width: 100%;
    margin-top: -1px;
}

@media (max-width: 639.98px) {
    .list .product-card__wrap {
        padding: 0;
    }
}

.list .product-card__img {
    padding-right: 0.9375rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px;
}

@media (max-width: 639.98px) {
    .list .product-card__img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
}

.list .product-card__desc-wrap {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 0.9375rem;
    text-align: left;
}

@media (max-width: 639.98px) {
    .list .product-card__desc-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
        margin-right: 0;
    }
}

.list .product-card__action-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 7.5rem;
    flex: 0 0 7.5rem;
    max-width: 7.5rem;
}

.list .rating {
    margin-right: 1rem;
}

.list .link-desire, .list .link-compare {
    font-size: 0.9rem;
}

.list .btn-desire, .list .btn-compare {
    width: 20px;
    height: 20px;
}

.list .shipping {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

@media (max-width: 639.98px) {
    .list .product-item__cart {
        margin-bottom: 1rem;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
}

.list .product-properties {
    width: 100%;
    margin: 0.25rem 0;
    font-size: 0.875rem;
}

@media (max-width: 639.98px) {
    .list .product-properties {
        font-size: 0.8125rem;
    }
}

.menu-catalog__horizontal .nav-link {
    color: #fff;
    /*color: $menu-link-color;*/
    display: block;
    font-size: 16px;
}

.menu-catalog__horizontal .nav-link:hover {
    color: #fff;
    background-color: #3f5a84;
    /*color: $menu-link-hover-color;*/
    /*background-color: $menu-link-hover-bg;*/
}

.menu-catalog__horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 400;
    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";
}

.menu-catalog__horizontal .nav-item:first-letter {
    text-transform: uppercase;
}

.menu-catalog__horizontal .level-1 > .nav-item {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 767.98px) {
    .menu-catalog__horizontal .level-1 > .nav-item {
        border: none;
        width: 100%;
    }
}

.menu-catalog__horizontal .level-1 .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 1rem;
}

@media (max-width: 767.98px) {
    .menu-catalog__horizontal .level-1 .nav {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.menu-catalog__horizontal .level-1 > .nav-item > .nav-link {
    color: #fff;
    /*color: $menu-link-color;*/
    font-size: 1rem;
    padding: 0.75rem 1rem;
    position: relative;
    white-space: nowrap;
    /*transition: color linear 0.3s;*/
    font-weight: 500;
    /*&:before {
        content: '';
        @include absolute(0,0,0,0);
        display: block;
        z-index: -1;
        border-radius: 0.25rem;
        background-color: $gray-100;
        transform: scale(0);
        transition: transform linear .3s;
      }*/
}

@media (max-width: 767.98px) {
    .menu-catalog__horizontal .level-1 > .nav-item > .nav-link {
        padding: 1rem 1rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
}

.menu-catalog__horizontal .level-1 > .nav-item:hover > .menu-link {
    color: #fd5e01;
    /*&:before {
          transform: scale(1);
        }*/
}

@media (max-width: 959.98px) {
    .menu-catalog__horizontal .level-1 > .nav-item.menu-item__dropdown {
        position: relative;
    }
}

@media (min-width: 960px) {
    .menu-catalog__horizontal .level-1 > .nav-item.menu-item__dropdown:hover > .nav-link:before {
        content: '';
        position: absolute;
        left: calc(50% - 10px);
        bottom: 0;
        border-bottom: 10px solid #fff;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
    }
}

@media (min-width: 960px) and (max-width: 1199.98px) {
    .menu-catalog__horizontal .level-1 > .nav-item {
        /*&:first-of-type .menu-link{
        padding-left: 0;
      }*/
    }

    .menu-catalog__horizontal .level-1 > .nav-item .nav-link {
        padding: 0.5rem 0.75rem;
    }
}

.menu-catalog__horizontal .level-1 > .nav-item.current-menu-item > .nav-link {
    color: #fff;
    background-color: #3f5a84;
    /*&:before {
        transform: scale(1);
      }*/
}

@media (min-width: 768px) and (max-width: 959.98px) {
    .menu-catalog__horizontal .level-1 .open.menu-item__dropdown > .nav-link:before {
        content: '';
        position: absolute;
        left: calc(50% - 10px);
        bottom: 0;
        border-bottom: 10px solid #fff;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
    }
}

@media (min-width: 960px) {
    .menu-catalog__horizontal .level-1 .menu-item__dropdown:hover > .menu__dropdown {
        /*height: 30vh;*/
        left: 0;
        background: #ffffff;
        -webkit-box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.3);
    }
}

.menu-item__dropdown {
    position: relative;
}

.menu-item__dropdown > .nav-link {
    padding-right: 1.75rem !important;
}

.menu-item__dropdown > .nav-link:after {
    top: 1rem;
}

@media (min-width: 768px) and (max-width: 959.98px) {
    .menu-item__dropdown > .nav-link:after {
        right: 0.5rem;
    }
}

@media (max-width: 767.98px) {
    .menu-item__dropdown > .nav-link:after {
        right: 1rem;
    }
}

.menu-item__dropdown.arrow-hide > .nav-link:after {
    display: none;
}

.menu-catalog__horizontal .menu__dropdown {
    padding: 1.5rem;
}

@media (min-width: 960px) {
    .menu-catalog__horizontal .menu__dropdown .nav-link {
        color: #412f5c;
        display: inline-block;
        width: 100%;
    }

    .menu-catalog__horizontal .menu__dropdown .nav-link:hover {
        color: #fd5e01;
        background: transparent;
    }

    .menu-catalog__horizontal .menu__dropdown .nav-link::first-letter {
        text-transform: uppercase;
    }

    .menu-catalog__horizontal .menu__dropdown .nav-link.level-2 {
        font-weight: 500;
        margin-top: 1rem;
        padding-top: 0;
        padding-bottom: 0;
    }

    .menu-catalog__horizontal .menu__dropdown .nav-link.level-2:first-child {
        margin-top: 0;
    }

    .menu-catalog__horizontal .menu__dropdown .nav-link.level-3 {
        padding: 0.125rem 1rem;
    }
}

.menu-catalog__horizontal .menu__dropdown .column {
    -webkit-column-width: 200px;
    -moz-column-width: 200px;
    column-width: 200px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-column-rule: 1px solid #e9ecef;
    -moz-column-rule: 1px solid #e9ecef;
    column-rule: 1px solid #e9ecef;
}

.menu-catalog__horizontal .menu__dropdown .column:first-letter {
    text-transform: uppercase;
}

.menu-catalog__horizontal .menu__dropdown .column-4 {
    max-width: 850px;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

.menu-catalog__horizontal .menu__dropdown .column-3 {
    max-width: 650px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.menu-catalog__horizontal .menu__dropdown .column-2 {
    max-width: 450px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.menu-btn__dropdown {
    position: absolute;
    width: 46px;
    height: 56px;
    right: 0;
    top: 0;
}

.menu-link__title {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
    white-space: nowrap;
}

.menu-catalog__horizontal .level-2 .nav-item {
    width: 12.5rem;
}

@media (max-width: 767.98px) {
    .menu-catalog__horizontal .level-2 .nav-item {
        width: auto;
    }
}

.menu-catalog__horizontal .level-2 .nav-link {
    color: #412f5c;
    padding: 0.75rem 1.5rem;
    background-color: transparent;
    font-size: 0.875rem;
}

.menu-catalog__horizontal .level-2 .nav-link:hover {
    color: #fd5e01;
    /*color: $menu-level-2-link-hover-color;*/
    /*background-color: $menu-level-2-link-bg;*/
}

@media (max-width: 959.98px) {
    .menu-catalog__horizontal .level-2 .nav-link {
        border-bottom: 1px solid #eee;
        padding: 0.15rem 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .menu-catalog__horizontal .level-2 .nav-link {
        border-bottom: none;
        padding: 0.5rem 1.5rem;
        color: #fff;
    }
}

.menu-catalog__horizontal .level-2 .menu-item__dropdown {
    /*position: relative; */
}

.menu-catalog__horizontal .level-2 .menu-item__dropdown > .menu-link {
    padding-right: 2.25rem !important;
    /*transition: all linear 0.3s; */
}

@media (min-width: 768px) and (max-width: 959.98px) {
    .menu-catalog__horizontal .level-2 .menu-item__dropdown > .menu-link {
        padding-right: 1.75rem !important;
    }
}

.menu-catalog__horizontal .level-2 .menu-item__dropdown > .menu-link:after {
    top: 1rem;
}

.menu-catalog__horizontal .level-2 .menu-item__dropdown > .menu-link:hover:after {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

@media (max-width: 959.98px) {
    .menu-catalog__horizontal .level-2 .menu-item__dropdown > .menu-link:after {
        display: none;
    }
}

@media (min-width: 960px) {
    .menu-catalog__horizontal .level-2 .menu-item__dropdown:hover > .menu__dropdown {
        height: 45vh;
        background: #e9ecef;
        width: 200%;
    }

    .menu-catalog__horizontal .level-2 .menu-item__dropdown:hover > .menu__dropdown .menu {
        background: transparent;
    }
}

.menu-catalog__horizontal .level-2 .menu-item__dropdown .menu__dropdown {
    background: #e9ecef;
}

@media (min-width: 960px) {
    .menu-catalog__horizontal .level-2 .menu-item__dropdown .menu__dropdown {
        height: 45vh;
    }
}

@media (min-width: 960px) {
    .menu-catalog__horizontal .level-2 .menu-item__dropdown .menu__dropdown {
        position: absolute;
        width: -moz-fit-content;
        width: -webkit-fit-content;
        width: fit-content;
        z-index: 10;
        top: 0;
        left: 100%;
        border-left: 10px solid transparent;
    }
}

.menu-catalog__horizontal .level-3 .nav-item {
    display: inline-block;
    width: 100%;
}

.menu-catalog__horizontal .level-3 .nav-link {
    color: #412f5c;
}

.menu-catalog__horizontal .level-3 .nav-link:hover {
    color: #fd5e01;
    background-color: transparent;
}

@media (max-width: 959.98px) {
    .menu-catalog__horizontal .level-3 .nav-link {
        padding: .5rem 1.5rem .5rem 2rem;
    }
}

.menu__dropdown {
    display: none;
    min-width: 250px;
}

.menu__dropdown .nav {
    display: block;
    padding: 1rem 0;
}

@media (max-width: 959.98px) {
    .menu__dropdown .nav {
        padding: 0;
    }
}

.menu__dropdown .open {
    display: block;
}

@media (min-width: 768px) and (max-width: 959.98px) {
    .menu__dropdown {
        position: absolute;
        display: block;
        z-index: 100;
        background: #e9ecef;
    }
}

@media (max-width: 767.98px) {
    .menu__dropdown {
        display: block;
    }
}

.menu-item__dropdown:hover {
    /*& > .menu-link {
      color: #000;
      background-color: $menu-link-hover-bg;
    }*/
}

@media (min-width: 960px) {
    .menu-item__dropdown:hover > .menu__dropdown {
        display: block;
        position: absolute;
        width: -moz-fit-content;
        width: -webkit-fit-content;
        width: fit-content;
        z-index: 11;
    }
}

@media (max-width: 959.98px) {
    #menu-catalog.menu-catalog__horizontal .angle-down {
        visibility: visible;
    }
}

@media (max-width: 767.98px) {
    #menu-catalog.menu-catalog__horizontal .angle-down {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 959.98px) {
    .filter-section {
        position: fixed;
        top: 0;
        background: #fff;
        height: 100vh;
        z-index: 120;
        width: 300px;
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
        right: -320px;
        -webkit-transition: right linear 0.3s;
        -o-transition: right linear 0.3s;
        transition: right linear 0.3s;
    }

    .filter-section.show {
        right: 0;
    }

    .filter-section #filter-product-form {
        height: calc(100vh - 52px);
        overflow-y: auto;
    }
}

.accordion {
    border: 1px solid #e9ecef;
    border-radius: 5px;
}

.accordion .item-panel:first-child {
    border-radius: 5px 5px 0 0;
}

.item-panel padding {
    padding: 1rem;
}

.item-panel .header-link {
    display: block;
    font-weight: 400;
    padding-bottom: 1rem;
}

.item-panel + .item-panel {
    border-top: 1px solid #e9ecef;
}

.filter {
    padding: 0;
    margin: 0;
    list-style: none;
    /*&-submit-btn {
		@include button-variant($secondary, $secondary);
	}*/
}

.filter-section {
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
}

@media (min-width: 960px) {
    .filter-section {
        border: 1px solid #e9ecef;
        background-color: #F4F4F4;
    }
}

.filter-section-title {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px;
    /*@include media-breakpoint-down(xs) {
				flex: 0 0 120px;
				max-width: 120px;
			}*/
}

.filter_block {
    padding: 15px;
    border-bottom: 1px solid #e9ecef;
}

.filter__name {
    position: relative;
}

.filter__name .angle-down {
    right: -5px;
    top: 0;
    margin-top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.filter__name a {
    color: inherit;
}

.filter__name a[aria-expanded="true"] .angle-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.filter-footer {
    background-color: #F4F4F4;
    padding: 1rem;
    border-radius: 0 0 5px 5px;
}

.js-clear-filter, .js-clear-filter-price {
    display: inline-block;
    font-size: 12px;
    margin: 5px 0 10px;
    border-bottom: 1px dotted #262626;
    font-style: normal;
    cursor: pointer;
    line-height: 1.7;
}

.filter-left .filter__name {
    padding-left: 1.25rem;
    font-weight: 500;
}

.filter-left .filter__name a[aria-expanded="true"] .angle-down {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.filter-left .filter__name a[aria-expanded="false"] .angle-down {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.filter-left .filter__name .angle-down {
    left: -5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2301AAE3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
}

.filter-val {
    display: inline-block;
    padding: 0.25rem 2rem 0.25rem 1rem;
    border: 2px solid #fd5e01;
    color: #fd5e01;
    position: relative;
    cursor: default;
    margin-bottom: 0.5rem;
}

.filter-val:hover {
    background-color: #fd5e01;
    color: #fff;
}

.filter-val .js-clear-filter-head {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.filter-val + .filter-val {
    margin-left: 0.5rem;
}

.filter__sub {
    background-color: #F4F4F4;
}

@media (max-width: 959.98px) {
    .filter__sub {
        background-color: #363533;
    }
}

.reset-filter {
    color: #363533;
    background-color: transparent;
    background-image: none;
    border-color: #363533;
}

.reset-filter:hover {
    color: #fff;
    background-color: #363533;
}

@media (max-width: 959.98px) {
    .reset-filter {
        background-color: #e9ecef;
        color: #000;
        border-color: #e9ecef;
    }

    .reset-filter:hover {
        background-color: #fd5e01;
        color: #fff;
        border-color: #fd5e01;
    }
}

.filter__val {
    position: relative;
}

.filter__val input[type="checkbox"] {
    display: none;
}

.filter__val input[type="checkbox"]:checked + label:before {
    background-color: #fd5e01;
    border-color: #fd5e01;
    content: '\2714';
    color: #fff;
    font-size: 11px;
    padding: 0 2px 1px;
}

.filter__val label {
    margin-bottom: 0.5rem;
    margin-left: 1.5rem;
    cursor: pointer;
}

.filter__val label:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #fd5e01;
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 2px;
}

.price-filter {
    max-width: 17rem;
}

.ui_slider .ui-slider {
    position: relative;
    text-align: left;
}

.ui_slider .ui-slider-horizontal {
    border: 0;
    height: 4px;
    background: #ddd;
    border-radius: 2px;
    margin-bottom: 1rem;
}

.ui_slider .ui-slider-horizontal .ui-slider-range {
    background: #fd5e01;
}

.ui_slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
    top: 0;
    height: 100%;
}

.ui_slider .ui-slider-handle {
    display: block;
    width: 15px;
    height: 15px;
    background: #fd5e01;
    border-radius: 50%;
    border: 0;
    -webkit-box-shadow: 0 0 0 6px rgba(253, 94, 1, 0.21);
    box-shadow: 0 0 0 6px rgba(253, 94, 1, 0.21);
    position: absolute;
    z-index: 2;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
    top: -.4em;
    margin-left: -.6em;
}

.ui_slider #ui-slider-val-1, .ui_slider #ui-slider-val-2 {
    margin-bottom: 0;
    max-width: 7rem;
}

.basket-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -15px;
}

@media (max-width: 959.98px) {
    .basket-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.basket-product-list {
    padding: 0 15px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media (max-width: 639.98px) {
    .basket-product-list {
        padding: 0;
    }
}

.basket-info {
    padding: 0 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 360px;
    flex: 0 0 360px;
    max-width: 360px;
}

.basket-info__inner {
    background-color: #F4F4F4;
    border: 1px solid #e9ecef;
    margin-bottom: 2rem;
    padding: 1.5rem;
}

@media (max-width: 639.98px) {
    .basket-info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
        flex: 0 0 320px;
        max-width: 320px;
    }
}

.basket-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.basket-total__name, .basket-total__value {
    background-color: #F4F4F4;
    position: relative;
    bottom: -2px;
}

.basket-total__item {
    border-bottom: 2px dotted rgba(0, 0, 0, 0.15);
    margin-bottom: 1rem;
}

.basket-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    border: 1px solid #e9ecef;
    margin-bottom: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

@media (max-width: 767.98px) {
    .basket-product {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (max-width: 639.98px) {
    .basket-product {
        border-left: none;
        border-right: none;
    }
}

.basket-product__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px;
    padding: 0 10px;
}

.basket-product__info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 10px;
}

@media (max-width: 639.98px) {
    .basket-product__info {
        width: calc(100% - 150px);
    }
}

.basket-product__price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px;
    padding: 0 10px;
}

@media (max-width: 639.98px) {
    .basket-product__price {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        max-width: 100px;
        padding-right: 5px;
    }
}

.basket-product__count {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px;
    padding: 0 10px;
}

@media (max-width: 639.98px) {
    .basket-product__count {
        padding: 0 5px;
    }
}

.basket-product__price-total {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    padding: 0 10px;
}

@media (max-width: 639.98px) {
    .basket-product__price-total {
        padding-left: 5px;
        text-align: right;
    }
}

.basket-product__action {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
    padding: 0 10px;
}

@media (max-width: 639.98px) {
    .basket-product__action {
        position: absolute;
        right: 0;
        top: 0.625rem;
    }
}

.basket-divider {
    display: none;
}

@media (max-width: 767.98px) {
    .basket-divider {
        display: block;
        width: 100%;
        height: 10px;
    }
}

.basket-product__price, .basket-product__price-total {
    line-height: 1.15;
}

.basket-product__price .price, .basket-product__price-total .price {
    font-size: 1.125rem;
}

.basket-product__price .price_old, .basket-product__price-total .price_old {
    color: #adb5bd;
    text-decoration: line-through;
    margin-right: 5px;
}

.basket-product__price .price_percent, .basket-product__price-total .price_percent {
    background: #fd5e01;
    color: #fff;
    font-size: 0.8rem;
    padding: 0 3px;
    border-radius: 3px;
    white-space: nowrap;
}

.input_quantity {
    margin: 0 5px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    max-width: 45px;
}

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

.basket-count__minus, .basket-count__plus {
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    color: #adb5bd;
}

.basket-count__minus:hover, .basket-count__plus:hover {
    color: #fd5e01;
}

.btn-delete {
    color: #adb5bd;
    padding: 0;
}

.btn-delete:hover {
    color: #ff0000;
}

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

.show_more_head h3, .show_more h3 {
    cursor: pointer;
    margin-bottom: 0;
}

.show_more_head, .show_more {
    background: #f1f1f1;
    padding: 15px;
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.show_more_head:before, .show_more:before {
    position: relative;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    width: 25px;
    height: 25px;
    text-align: center;
    background-color: #fd5e01;
}

#step_one .show_more_head:before {
    content: '1';
}

#step_two .show_more:before {
    content: '2';
}

#step_three .show_more:before {
    content: '3';
}

#step_four .show_more:before {
    content: '4';
}

#step_total .show_more:before {
    content: '5';
}

.form-number {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0.25rem;
    height: 2.25rem;
    border-radius: 5px;
}

.form-number__btn {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.form-number__input {
    height: 2.125rem;
    border: none;
    min-width: 50px;
    max-width: 55px;
    text-align: center;
}

.form-number__input:focus {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.product .form-number__input {
    min-width: 30px;
    max-width: 30px;
}

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

.dilers-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #e9ecef;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}

.dilers-filter input[type="text"] {
    width: calc(100% - 120px);
}

.dilers-filter button {
    width: 100px;
}

.dilers-list {
    border: 1px solid #e9ecef;
    padding: 1rem;
    height: 470px;
    overflow-y: auto;
}

.dilers-title {
    margin-bottom: 0.3rem;
}

.dilers-item {
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 1rem;
    font-size: .9rem;
    line-height: 1.3;
    padding-bottom: 0.5rem;
}

.dilers-item .fa {
    color: #a1a1a1;
}

.question {
    border: 2px solid #e9ecef;
    padding: 0.5rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.question i {
    color: #e9ecef;
}

.question-item {
    margin-bottom: 1rem;
}

.question-item p {
    margin-bottom: 0;
}

.col {
    padding: 0 15px;
}

.font-size-18 {
    font-size: 18px;
}

.author_avatar {
    width: 54px;
    height: 54px;
    background-color: #fd5e01;
    border-radius: 50%;
    text-align: center;
    line-height: 52px;
    border: 1px solid #fd5e01;
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
    margin-right: 30px;
}

.comment {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 1rem;
}

.comment-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 60px;
}

.comment-body {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.comment-category {
    display: inline-block;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #dae0e5;
    padding: .375rem .75rem;
    font-size: 1.2rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.3s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.3s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.3s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.3s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.3s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    background-color: #f4f4f4;
}

.comment-category:hover, .comment-category.active {
    background-color: #fd5e01;
    border-color: #fd5e01;
}

.comment-category:hover a, .comment-category.active a {
    color: #fff;
}

.comment-category a {
    color: #e45501;
    font-weight: 500;
}

.comment-category a:hover {
    text-decoration: none;
}

.review {
    padding: 1.5rem;
    background: #f1f1f1;
    border-radius: 1rem;
    -webkit-box-shadow: 0 10px 0 -5px #fd5e01;
    box-shadow: 0 10px 0 -5px #fd5e01;
    position: relative;
}

.review::before {
    content: '';
    display: block;
    border-bottom: 25px solid #f1f1f1;
    border-right: 45px solid transparent;
    position: absolute;
    top: -25px;
    right: auto;
    bottom: auto;
    left: 47px;
}
.after--center {
    text-align: center;
}