span.i.mio {
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga" 0;
    vertical-align: middle;
    /*text-bottom;
    font-size: 19px;*/
    min-width: 1.25em;
    overflow: hidden;
}

.hidden {
    display: none!important
}

#appsearchform * {
    box-sizing: border-box
}

#appsearchform .i svg,
#searchresult .i svg {
    width: 18px;
    height: 18px;
    vertical-align: baseline;
}
#appsearchform .i img,
#searchresult .i img {
    vertical-align: baseline;
}

#appsearchform .uk-button-primary svg {
    fill: white;
}

#appsearchform .i.mio {
    cursor: pointer
}

#appsearchform .srhide {
    position: absolute;
    left: -100vw;
    overflow: hidden
}

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

.uk-link:hover {
    color: #0f6ecd;
    text-decoration: underline
}

.uk-relative {
    position: relative
}

#searchresult small {
    font-size: 80%
}

#searchresult img,
#searchresult video {
    max-width: 100%;
    height: auto;
    box-sizing: border-box
}

#searchresult svg:not(:root),
#appsearchform svg:not(:root) {
    overflow: hidden
}

#searchresult img:not([src]) {
    visibility: hidden
}

ol>li>ol,
ol>li>ul,
ul>li>ol,
ul>li>ul {
    margin: 0
}

.uk-hr,
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    text-align: inherit;
    margin: 0 0 20px;
    border: 0;
    border-top: 1px solid #bbb
}

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

#searchresult ::selection {
    background: #39f;
    color: #fff;
    text-shadow: none
}

template {
    display: none
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: none;
    appearance: none
}

.uk-breakpoint-s::before {
    content: '640px'
}

.uk-breakpoint-m::before {
    content: '960px'
}

.uk-breakpoint-l::before {
    content: '1200px'
}

.uk-breakpoint-xl::before {
    content: '1600px'
}

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

.uk-link-muted a,
a.uk-link-muted {
    color: #999
}

.uk-link-muted a:hover,
a.uk-link-muted:hover {
    color: #666
}

.uk-link-text a:not(:hover),
a.uk-link-text:not(:hover) {
    color: inherit
}

.uk-link-text a:hover,
a.uk-link-text:hover {
    color: #999
}

.uk-link-heading a:not(:hover),
a.uk-link-heading:not(:hover) {
    color: inherit
}

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

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

[class*=uk-divider] {
    border: 0;
    margin-bottom: 20px
}

*+[class*=uk-divider] {
    margin-top: 20px
}

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

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

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

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

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

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

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

.uk-icon-link {
    color: #707070
}

.uk-icon-link:focus {
    color: #666;
    outline: dotted 1px;
}

.uk-icon-link:hover {
    color: #666;
    outline: 0
}

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

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

.uk-icon-button:focus {
    color: #666;
    outline: dotted 1px;
}

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

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

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

.uk-input {
    overflow: visible
}

.uk-select {
    text-transform: none
}

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

.uk-textarea {
    overflow: auto
}

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

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

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

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

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

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

.uk-input,
.uk-select,
.uk-textarea {
    max-width: 100%;
    width: 100%;
    padding: 0 10px;
    background: #fff;
    color: #444;
    border: 1px solid #909090;
    transition: .2s ease-in-out;
    transition-property: color, background-color;
    cursor: pointer
}

.uk-input:hover,
.uk-select:hover,
.uk-textarea:hover {
    border-color: #b0b2b6
}

.uk-input span,
.uk-select span {
    cursor: pointer
}

.uk-input,
.uk-select:not([multiple]):not([size]) {
    height: 52px;
    vertical-align: middle;
    display: inline-block;
    border-radius: 4px
}

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

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

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

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

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

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

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

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

.uk-form-small {
    font-size: .875rem
}

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

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

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

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

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

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

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

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

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

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

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

.uk-form-width-small {
    width: 100px
}

.uk-form-width-medium {
    width: 200px
}

.uk-form-width-large {
    width: 500px
}

.uk-select:not([multiple]):not([size]) {
    appearance: none;
    padding-right: 20px;
    background-image: url(data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyNCAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjNjY2IiBkPSJNMTIgMSA5IDZoNnoiIC8+PHBhdGggZmlsbD0iIzY2NiIgZD0iTTEyIDEzIDkgOGg2eiIgLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: 100% 50%
}

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

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

.uk-select:not([multiple]):not([size]):disabled {
    background-image: url(data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyNCAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjOTk5IiBkPSJNMTIgMSA5IDZoNnoiIC8+PHBhdGggZmlsbD0iIzk5OSIgZD0iTTEyIDEzIDkgOGg2eiIgLz48L3N2Zz4=)
}

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

.uk-radio {
    border-radius: 50%
}

.uk-checkbox:focus,
.uk-radio:focus {
    outline: dotted 1px;
    border-color: #1e87f0
}

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

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

.uk-radio:checked {
    background-image: url(data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGZpbGw9IiNmZmYiIGN4PSI4IiBjeT0iOCIgcj0iMiIgLz48L3N2Zz4=)
}

.uk-checkbox:checked {
    background-image: url(data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNCAxMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTIgMSA1IDcuNSAyIDUgMSA1LjUgNSAxMGw4LTguNXoiIC8+PC9zdmc+)
}

.uk-checkbox:indeterminate {
    background-image: url(data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMyA4aDEwdjFIM3oiIC8+PC9zdmc+)
}

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

.uk-radio:disabled:checked {
    background-image: url(data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGZpbGw9IiM5OTkiIGN4PSI4IiBjeT0iOCIgcj0iMiIgLz48L3N2Zz4=)
}

.uk-checkbox:disabled:checked {
    background-image: url(data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNCAxMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjOTk5IiBkPSJNMTIgMSA1IDcuNSAyIDUgMSA1LjUgNSAxMGw4LTguNXoiIC8+PC9zdmc+)
}

.uk-checkbox:disabled:indeterminate {
    background-image: url(data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjOTk5IiBkPSJNMyA4aDEwdjFIM3oiIC8+PC9zdmc+)
}

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

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

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

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

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

.uk-form-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 36px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #757575;
    z-index: 9
}

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

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

.uk-form-icon.uk-form-icon-flip {
    pointer-events: all
}

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

.uk-form-icon-flip {
    right: 0;
    left: auto;
    user-select: none;
    width: 48px;
    margin-right: 2px
}

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

.uk-button {
    margin: 0;
    border: 0;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 24px;
    vertical-align: middle;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    transition: .1s ease-in-out;
    transition-property: color, background-color, border-color
}

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

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

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

.uk-button:focus {
    outline: dotted 1px
}

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

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

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

.uk-button-primary {
    background-color: #0f64b5;
    /*#1a73c8;*/
    color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    line-height: 50px
}

.uk-button-primary:focus,
.uk-button-primary:hover {
    background-color: #235f88;
    color: #fff
}

.uk-button-primary.uk-active,
.uk-button-primary:active {
    background-color: #4e8dbd;
    color: #fff
}

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

.uk-button-secondary:focus,
.uk-button-secondary:hover {
    background-color: #151515;
    color: #fff
}

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

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

.uk-button-danger:focus,
.uk-button-danger:hover {
    background-color: #ee395b;
    color: #fff
}

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

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

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

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

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

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

.uk-button-text:focus,
.uk-button-text:hover {
    color: #333
}

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

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

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

.uk-button-link {
    padding: 0;
    line-height: 1.5;
    background: 0 0;
    color: #1e87f0
}

.uk-button-link:focus,
.uk-button-link:hover {
    color: #0f6ecd;
    text-decoration: underline
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uk-section-primary {
    background: #1e87f0
}

.uk-section-secondary {
    background: #222
}

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

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

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

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

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

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

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

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

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

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

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

.uk-grid>* {
    margin: 0
}

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

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

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

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

*+.uk-grid-margin-medium,
.uk-grid+.uk-grid-medium,
.uk-grid-medium>.uk-grid-margin {
    margin-top: 0
}

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

.uk-grid-collapse {
    margin-left: 0
}

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

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

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

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

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

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

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

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

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

@media(min-width:1200px) {
    .uk-grid-divider {
        margin-left: -80px
    }
    .uk-grid-divider>* {
        padding-left: 80px
    }
    .uk-grid-divider>:not(.uk-first-column)::before {
        left: 40px
    }
    .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
    }
}

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

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

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

.uk-grid-divider.uk-grid-small.uk-grid-stack>.uk-grid-margin {
    margin-top: 1em
}

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

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

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

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

.uk-grid-divider.uk-grid-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-large {
    margin-left: -80px
}

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

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

.uk-grid-divider.uk-grid-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
}

@media(min-width:1200px) {
    .uk-grid-divider.uk-grid-large {
        margin-left: -140px
    }
    .uk-grid-divider.uk-grid-large>* {
        padding-left: 140px
    }
    .uk-grid-divider.uk-grid-large>:not(.uk-first-column)::before {
        left: 70px
    }
    .uk-grid-divider.uk-grid-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-item-match,
.uk-grid-match>* {
    display: flex;
    flex-wrap: wrap
}

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

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

.uk-card-body {
    padding: 20px 15px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.uk-card-default .uk-card-header {
    border-bottom: 1px solid #bbb
}

.uk-card-default .uk-card-footer {
    border-top: 1px solid #bbb
}

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

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

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

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

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

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

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

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

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

@media(min-width:1200px) {
    .uk-card-large .uk-card-body,
    .uk-card-large.uk-card-body {
        padding: 70px
    }
    .uk-card-large .uk-card-header {
        padding: 35px 70px
    }
    .uk-card-large .uk-card-footer {
        padding: 35px 70px
    }
}

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

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

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

.uk-card-body .uk-nav-default .uk-nav-sub {
    padding-left: 45px
}

@media(min-width:1200px) {
    .uk-card-body>.uk-nav-default {
        margin-left: -40px;
        margin-right: -40px
    }
    .uk-card-body>.uk-nav-default:only-child {
        margin-top: -25px;
        margin-bottom: -25px
    }
    .uk-card-body .uk-nav-default .uk-nav-divider,
    .uk-card-body .uk-nav-default .uk-nav-header,
    .uk-card-body .uk-nav-default>li>a {
        padding-left: 40px;
        padding-right: 40px
    }
    .uk-card-body .uk-nav-default .uk-nav-sub {
        padding-left: 55px
    }
}

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

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

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

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

@media(min-width:1200px) {
    .uk-card-large>.uk-nav-default {
        margin: 0
    }
    .uk-card-large>.uk-nav-default:only-child {
        margin: 0
    }
    .uk-card-large .uk-nav-default .uk-nav-divider,
    .uk-card-large .uk-nav-default .uk-nav-header,
    .uk-card-large .uk-nav-default>li>a {
        padding-left: 0;
        padding-right: 0
    }
    .uk-card-large .uk-nav-default .uk-nav-sub {
        padding-left: 15px
    }
}

.uk-close {
    color: #36e;
    transition: .1s ease-in-out;
    transition-property: color, opacity;
    cursor: pointer
}

.uk-close:focus {
    outline: dotted 1px
}

.uk-close:hover {
    color: #666;
    outline: 0
}

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

@keyframes uk-spinner-rotate {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(355deg)
    }
}

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

@keyframes uk-spinner-dash {
    0% {
        stroke-dashoffset: 88px
    }
    50% {
        stroke-dashoffset: 22px;
        transform: rotate(135deg)
    }
    100% {
        stroke-dashoffset: 88px;
        transform: rotate(450deg)
    }
}

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

.uk-totop:focus {
    outline: dotted 1px
}

.uk-totop:hover {
    color: #666;
    outline: 0
}

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

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

.uk-marker:focus {
    outline: dotted 1px
}

.uk-marker:hover {
    color: #fff;
    outline: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uk-badge:focus {
    outline: dotted 1px
}

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

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

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

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

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

.uk-overlay {
    padding: 30px
}

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

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

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

.uk-tab {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    padding: 0;
    list-style: none;
    position: relative
}

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

.uk-tab>* {
    flex: none;
    padding-left: 20px;
    position: relative
}

.uk-tab>*>a {
    display: block;
    text-align: center;
    padding: 5px 10px;
    color: #999;
    border-bottom: 1px solid transparent;
    font-size: .875rem;
    text-transform: uppercase;
    transition: color .1s ease-in-out
}

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

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

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

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

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

.uk-tab-left,
.uk-tab-right {
    flex-direction: column;
    margin-left: 0
}

.uk-tab-left>*,
.uk-tab-right>* {
    padding-left: 0
}

.uk-tab-left::before {
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    border-left: 1px solid #bbb;
    border-bottom: 0
}

.uk-tab-right::before {
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    border-left: 1px solid #bbb;
    border-bottom: 0
}

.uk-tab-left>*>a {
    text-align: left;
    border-right: 1px solid transparent;
    border-bottom: 0
}

.uk-tab-right>*>a {
    text-align: left;
    border-left: 1px solid transparent;
    border-bottom: 0
}

.uk-tab .uk-dropdown {
    margin-left: 30px
}

.uk-drop {
    display: none;
    position: absolute;
    z-index: 1020;
    box-sizing: border-box;
    width: 300px
}

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

[class*=uk-drop-top] {
    margin-top: -20px
}

[class*=uk-drop-bottom] {
    margin-top: 20px
}

[class*=uk-drop-left] {
    margin-left: -20px
}

[class*=uk-drop-right] {
    margin-left: 20px
}

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

.uk-dropdown {
    display: none;
    position: absolute;
    z-index: 1020;
    box-sizing: border-box;
    /* min-width: 200px; */
    padding: 25px;
    background: #fff;
    color: #666;
    box-shadow: 0 1px 3px 0 rgb(60 64 67/30%), 0 4px 8px 3px rgb(60 64 67/15%)
}
ul.uk-dropdown {
    margin: 0;
    padding: 0.5em;
    list-style: none
}
ul.uk-dropdown>li {
    position: relative;
    margin: 0;
    padding: 0.5em;
    cursor: pointer;
}

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

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

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

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

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

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

.uk-dropdown-nav .uk-nav-sub a {
    color: #999
}

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

[class*=uk-dropdown-top] {
    margin-top: -10px
}

[class*=uk-dropdown-bottom] {
    margin-top: 10px
}

[class*=uk-dropdown-left] {
    margin-left: -10px
}

[class*=uk-dropdown-right] {
    margin-left: 10px
}

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

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

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

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

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

.uk-modal-page {
    overflow: hidden
}

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

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

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

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

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

.uk-modal-body {
    padding: 20px
}

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

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

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

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

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

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

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

[class*=uk-modal-close-] svg {
    display: block;
}

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

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

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

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

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

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

.uk-lightbox-page {
    overflow: hidden
}

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

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

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

.uk-lightbox-items>.uk-active {
    display: flex
}

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

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

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

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

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

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

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

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

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

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

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

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

.uk-slider-container {
    overflow: hidden
}

.uk-slider-items {
    will-change: transform;
    position: relative
}

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

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

.uk-slider-items>* {
    flex: none;
    position: relative;
    touch-action: pan-y
}

.uk-slider .uk-slider-items li {
    margin: 0
}
.uk-slider a.uk-slidenav {
    width: 36px;
    height: 38px;
    padding-top:14px;
    text-align: center;
    background-color: rgba(248, 248, 248, .5);
}
.uk-sticky-fixed {
    z-index: 980;
    box-sizing: border-box;
    margin: 0!important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.uk-sticky[class*=uk-animation-] {
    animation-duration: .2s
}

.uk-sticky.uk-animation-reverse {
    animation-duration: .2s
}

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

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

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

.uk-leader {
    overflow: hidden
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uk-progress:indeterminate {
    color: transparent
}

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

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

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

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

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

[class*=uk-child-width]>* {
    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
}

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

@media(min-width:640px) {
    .uk-child-width-1-1\@s>* {
        width: 100%
    }
    .uk-child-width-1-2\@s>* {
        width: 50%
    }
    .uk-child-width-1-3\@s>* {
        width: calc(100% * 1/3.001)
    }
    .uk-child-width-1-4\@s>* {
        width: 25%
    }
    .uk-child-width-1-5\@s>* {
        width: 20%
    }
    .uk-child-width-1-6\@s>* {
        width: calc(100% * 1/6.001)
    }
    .uk-child-width-auto\@s>* {
        width: auto
    }
    .uk-child-width-expand\@s>:not([class*=uk-width]) {
        flex: 1;
        min-width: 1px
    }
}

@media(min-width:960px) {
    .uk-child-width-1-1\@m>* {
        width: 100%
    }
    .uk-child-width-1-2\@m>* {
        width: 50%
    }
    .uk-child-width-1-3\@m>* {
        width: calc(100% * 1/3.001)
    }
    .uk-child-width-1-4\@m>* {
        width: 25%
    }
    .uk-child-width-1-5\@m>* {
        width: 20%
    }
    .uk-child-width-1-6\@m>* {
        width: calc(100% * 1/6.001)
    }
    .uk-child-width-auto\@m>* {
        width: auto
    }
    .uk-child-width-expand\@m>:not([class*=uk-width]) {
        flex: 1;
        min-width: 1px
    }
}

@media(min-width:1200px) {
    .uk-child-width-1-1\@l>* {
        width: 100%
    }
    .uk-child-width-1-2\@l>* {
        width: 50%
    }
    .uk-child-width-1-3\@l>* {
        width: calc(100% * 1/3.001)
    }
    .uk-child-width-1-4\@l>* {
        width: 25%
    }
    .uk-child-width-1-5\@l>* {
        width: 20%
    }
    .uk-child-width-1-6\@l>* {
        width: calc(100% * 1/6.001)
    }
    .uk-child-width-auto\@l>* {
        width: auto
    }
    .uk-child-width-expand\@l>:not([class*=uk-width]) {
        flex: 1;
        min-width: 1px;
    }
}

@media(min-width:1600px) {
    .uk-child-width-1-1\@xl>* {
        width: 100%
    }
    .uk-child-width-1-2\@xl>* {
        width: 50%
    }
    .uk-child-width-1-3\@xl>* {
        width: calc(100% * 1/3.001)
    }
    .uk-child-width-1-4\@xl>* {
        width: 25%
    }
    .uk-child-width-1-5\@xl>* {
        width: 20%
    }
    .uk-child-width-1-6\@xl>* {
        width: calc(100% * 1/6.001)
    }
    .uk-child-width-auto\@xl>* {
        width: auto
    }
    .uk-child-width-expand\@xl>:not([class*=uk-width]) {
        flex: 1;
        min-width: 1px
    }
}

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

.uk-width-1-2 {
    width: 50%
}

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

.uk-width-2-3 {
    width: calc(100% * 2/3.001)
}

.uk-width-1-4 {
    width: 25%
}

.uk-width-3-4 {
    width: 75%
}

.uk-width-1-5 {
    width: 20%
}

.uk-width-2-5 {
    width: 40%
}

.uk-width-3-5 {
    width: 60%
}

.uk-width-4-5 {
    width: 80%
}

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

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

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

.uk-width-auto {
    width: auto
}

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

@media(min-width:640px) {
    .uk-width-1-1\@s {
        width: 100%
    }
    .uk-width-1-2\@s {
        width: 50%
    }
    .uk-width-1-3\@s {
        width: calc(100% * 1/3.001)
    }
    .uk-width-2-3\@s {
        width: calc(100% * 2/3.001)
    }
    .uk-width-1-4\@s {
        width: 25%
    }
    .uk-width-3-4\@s {
        width: 75%
    }
    .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%
    }
    .uk-width-1-6\@s {
        width: calc(100% * 1/6.001)
    }
    .uk-width-5-6\@s {
        width: calc(100% * 5/6.001)
    }
    .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
    }
    .uk-width-auto\@s {
        width: auto
    }
    .uk-width-expand\@s {
        flex: 1;
        min-width: 1px
    }
}

@media(min-width:960px) {
    .uk-width-1-1\@m {
        width: 100%
    }
    .uk-width-1-2\@m {
        width: 50%
    }
    .uk-width-1-3\@m {
        width: calc(100% * 1/3.001)
    }
    .uk-width-2-3\@m {
        width: calc(100% * 2/3.001)
    }
    .uk-width-1-4\@m {
        width: 25%
    }
    .uk-width-3-4\@m {
        width: 75%
    }
    .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%
    }
    .uk-width-1-6\@m {
        width: calc(100% * 1/6.001)
    }
    .uk-width-5-6\@m {
        width: calc(100% * 5/6.001)
    }
    .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
    }
    .uk-width-auto\@m {
        width: auto
    }
    .uk-width-expand\@m {
        flex: 1;
        min-width: 1px
    }
}

@media(min-width:1200px) {
    .uk-width-1-1\@l {
        width: 100%
    }
    .uk-width-1-2\@l {
        width: 50%
    }
    .uk-width-1-3\@l {
        width: calc(100% * 1/3.001)
    }
    .uk-width-2-3\@l {
        width: calc(100% * 2/3.001)
    }
    .uk-width-1-4\@l {
        width: 25%
    }
    .uk-width-3-4\@l {
        width: 75%
    }
    .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%
    }
    .uk-width-1-6\@l {
        width: calc(100% * 1/6.001)
    }
    .uk-width-5-6\@l {
        width: calc(100% * 5/6.001)
    }
    .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
    }
    .uk-width-auto\@l {
        width: auto
    }
    .uk-width-expand\@l {
        flex: 1;
        min-width: 1px
    }
}

@media(min-width:1600px) {
    .uk-width-1-1\@xl {
        width: 100%
    }
    .uk-width-1-2\@xl {
        width: 50%
    }
    .uk-width-1-3\@xl {
        width: calc(100% * 1/3.001)
    }
    .uk-width-2-3\@xl {
        width: calc(100% * 2/3.001)
    }
    .uk-width-1-4\@xl {
        width: 25%
    }
    .uk-width-3-4\@xl {
        width: 75%
    }
    .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%
    }
    .uk-width-1-6\@xl {
        width: calc(100% * 1/6.001)
    }
    .uk-width-5-6\@xl {
        width: calc(100% * 5/6.001)
    }
    .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
    }
    .uk-width-auto\@xl {
        width: auto
    }
    .uk-width-expand\@xl {
        flex: 1;
        min-width: 1px
    }
}

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

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

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

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

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

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

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

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

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

.uk-text-lead {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #333
}

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

.uk-text-meta a {
    color: #999
}

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

.uk-text-small {
    font-size: .875rem;
    line-height: 1.5
}

.uk-text-large {
    font-size: 1.5rem;
    line-height: 1.5
}

.uk-text-bold {
    font-weight: bolder
}

.uk-text-uppercase {
    text-transform: uppercase!important
}

.uk-text-capitalize {
    text-transform: capitalize!important
}

.uk-text-lowercase {
    text-transform: lowercase!important
}

.uk-text-muted {
    color: #999!important
}

.uk-text-emphasis {
    color: #333!important
}

.uk-text-primary {
    color: #1e87f0!important
}

.uk-text-success {
    color: #32d296!important
}

.uk-text-warning {
    color: #faa05a!important
}

.uk-text-danger {
    color: #f0506e!important
}

.uk-text-left {
    text-align: left!important
}

.uk-text-right {
    text-align: right!important;
    display: flex;
    justify-content: space-around;
    gap: 0.5em;
}

.pickmeup .uk-text-right {
    justify-content: right;
    gap: 1em;
}

.uk-text-center {
    text-align: center!important
}

.uk-text-justify {
    text-align: justify!important
}

@media(min-width:640px) {
    .uk-text-left\@s {
        text-align: left!important
    }
    .uk-text-right\@s {
        text-align: right!important
    }
    .uk-text-center\@s {
        text-align: center!important
    }
}

@media(min-width:960px) {
    .uk-text-left\@m {
        text-align: left!important
    }
    .uk-text-right\@m {
        text-align: right!important
    }
    .uk-text-center\@m {
        text-align: center!important
    }
}

@media(min-width:1200px) {
    .uk-text-left\@l {
        text-align: left!important
    }
    .uk-text-right\@l {
        text-align: right!important
    }
    .uk-text-center\@l {
        text-align: center!important
    }
}

@media(min-width:1600px) {
    .uk-text-left\@xl {
        text-align: left!important
    }
    .uk-text-right\@xl {
        text-align: right!important
    }
    .uk-text-center\@xl {
        text-align: center!important
    }
}

.uk-text-top {
    vertical-align: top!important
}

.uk-text-middle {
    vertical-align: middle!important
}

.uk-text-bottom {
    vertical-align: bottom!important
}

.uk-text-baseline {
    vertical-align: baseline!important
}

.uk-text-nowrap {
    white-space: nowrap
}

.uk-text-truncate {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

td.uk-text-truncate,
th.uk-text-truncate {
    max-width: 0
}

.uk-text-break {
    overflow-wrap: break-word;
    word-wrap: break-word
}

td.uk-text-break,
th.uk-text-break {
    word-break: break-all
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uk-float-left {
    float: left
}

.uk-float-right {
    float: right
}

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

.uk-overflow-hidden {
    overflow: hidden
}

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

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

.uk-resize {
    resize: both
}

.uk-resize-vertical {
    resize: vertical
}

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

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

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

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

.uk-inline-clip {
    overflow: hidden
}

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

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

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

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

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

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

.uk-border-rounded {
    border-radius: 5px
}

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

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

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

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

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

[class*=uk-box-shadow-hover] {
    transition: box-shadow .1s ease-in-out
}

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

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

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

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

.uk-box-shadow-bottom::before {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    height: 30px;
    border-radius: 100%;
    background: #444;
    filter: blur(20px)
}

.uk-box-shadow-bottom>* {
    position: relative
}

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

.uk-flex {
    display: flex
}

.uk-flex-inline {
    display: inline-flex
}

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

.uk-flex-left {
    justify-content: flex-start
}

.uk-flex-center {
    justify-content: center
}

.uk-flex-right {
    justify-content: flex-end
}

.uk-flex-between {
    justify-content: space-between
}

.uk-flex-around {
    justify-content: space-around
}

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

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

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

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

.uk-flex-stretch {
    align-items: stretch
}

.uk-flex-top {
    align-items: flex-start
}

.uk-flex-middle {
    align-items: center
}

.uk-flex-bottom {
    align-items: flex-end
}

.uk-flex-row {
    flex-direction: row
}

.uk-flex-row-reverse {
    flex-direction: row-reverse
}

.uk-flex-column {
    flex-direction: column
}

.uk-flex-column-reverse {
    flex-direction: column-reverse
}

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

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

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

.uk-flex-wrap-stretch {
    align-content: stretch
}

.uk-flex-wrap-top {
    align-content: flex-start
}

.uk-flex-wrap-middle {
    align-content: center
}

.uk-flex-wrap-bottom {
    align-content: flex-end
}

.uk-flex-wrap-between {
    align-content: space-between
}

.uk-flex-wrap-around {
    align-content: space-around
}

.uk-flex-first {
    order: -1
}

.uk-flex-last {
    order: 99
}

@media(min-width:640px) {
    .uk-flex-first\@s {
        order: -1
    }
    .uk-flex-last\@s {
        order: 99
    }
}

@media(min-width:960px) {
    .uk-flex-first\@m {
        order: -1
    }
    .uk-flex-last\@m {
        order: 99
    }
}

@media(min-width:1200px) {
    .uk-flex-first\@l {
        order: -1
    }
    .uk-flex-last\@l {
        order: 99
    }
}

@media(min-width:1600px) {
    .uk-flex-first\@xl {
        order: -1
    }
    .uk-flex-last\@xl {
        order: 99
    }
}

.uk-flex-none {
    flex: none
}

.uk-flex-auto {
    flex: auto
}

.uk-flex-1 {
    flex: 1;
    flex-basis: 120px
}

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

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

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

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

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

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

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

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

.uk-margin-small-top {
    margin-top: 1rem!important
}
@media(min-width:1200px) {
    .uk-margin-small-top {
        margin-top: 10px!important
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uk-margin-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+* {
    margin-top: 0!important
}

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

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

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

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

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

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

.uk-padding {
    padding: 22px
}

@media(min-width:1200px) {
    .uk-padding {
        padding: 20px
    }
}

.uk-padding-small {
    padding: 10px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uk-transition-fade,
[class*=uk-transition-scale],
[class*=uk-transition-slide] {
    transition: .3s ease-out;
    transition-property: opacity, transform, filter;
    opacity: 0
}

.uk-transition-active.uk-active .uk-transition-fade,
.uk-transition-toggle:focus .uk-transition-fade,
.uk-transition-toggle:hover .uk-transition-fade {
    opacity: 1
}

.uk-transition-scale-up {
    transform: scale3d(1, 1, 1)
}

.uk-transition-scale-down {
    transform: scale3d(1.1, 1.1, 1)
}

.uk-transition-active.uk-active .uk-transition-scale-up,
.uk-transition-toggle:focus .uk-transition-scale-up,
.uk-transition-toggle:hover .uk-transition-scale-up {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1)
}

.uk-transition-active.uk-active .uk-transition-scale-down,
.uk-transition-toggle:focus .uk-transition-scale-down,
.uk-transition-toggle:hover .uk-transition-scale-down {
    opacity: 1;
    transform: scale3d(1, 1, 1)
}

.uk-transition-slide-top {
    transform: translateY(-100%)
}

.uk-transition-slide-bottom {
    transform: translateY(100%)
}

.uk-transition-slide-left {
    transform: translateX(-100%)
}

.uk-transition-slide-right {
    transform: translateX(100%)
}

.uk-transition-slide-top-small {
    transform: translateY(-10px)
}

.uk-transition-slide-bottom-small {
    transform: translateY(10px)
}

.uk-transition-slide-left-small {
    transform: translateX(-10px)
}

.uk-transition-slide-right-small {
    transform: translateX(10px)
}

.uk-transition-slide-top-medium {
    transform: translateY(-50px)
}

.uk-transition-slide-bottom-medium {
    transform: translateY(50px)
}

.uk-transition-slide-left-medium {
    transform: translateX(-50px)
}

.uk-transition-slide-right-medium {
    transform: translateX(50px)
}

.uk-transition-active.uk-active [class*=uk-transition-slide],
.uk-transition-toggle:focus [class*=uk-transition-slide],
.uk-transition-toggle:hover [class*=uk-transition-slide] {
    opacity: 1;
    transform: translate(0, 0)
}

.uk-transition-opaque {
    opacity: 1
}

.uk-transition-slow {
    transition-duration: .7s
}

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

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

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

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

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

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

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

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

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

.uk-invisible {
    visibility: hidden!important
}

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

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

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

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

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

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

.pickmeup {
    background: #fff;
    border: solid 1px #dadce0;
    border-radius: 0 0 4px 4px;
    display: block;
    position: absolute;
    z-index: 99;
    touch-action: manipulation
}

.pickmeup.pmu-flat {
    position: relative
}

.pickmeup.pmu-hidden {
    display: none
}

.pickmeup .pmu-instance {
    display: inline-block;
    height: 16em;
    padding: .5em;
    text-align: center;
    width: 15em
}

.pickmeup .pmu-instance .pmu-button {
    color: #333;
    cursor: pointer;
    outline: 0;
    text-decoration: none
}

.pickmeup .pmu-instance .pmu-today {
    border-radius: 50%;
    border: solid 1px;
    color: #88c5eb
}

.pickmeup .pmu-instance .pmu-not-in-month {
    color: #999
}

.pickmeup .pmu-instance .pmu-disabled,
.pickmeup .pmu-instance .pmu-disabled:hover {
    color: #bbb;
    cursor: default
}

.pickmeup .pmu-instance .pmu-button:hover,
.pickmeup .pmu-instance .pmu-selected {
    background: #1a73c8;
    color: #eee
}

.pickmeup .pmu-instance .pmu-not-in-month.pmu-selected {
    background: #1a73c8;
    color: #999
}

.pickmeup .pmu-instance nav {
    color: #eee;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    line-height: 2em
}

.pickmeup .pmu-instance nav *:first-child :hover {
    color: #88c5eb
}

.pickmeup .pmu-instance nav .pmu-prev,
.pickmeup .pmu-instance nav .pmu-next {
    display: none;
    width: 1em;
    height: 1em;
    font-size: 1.5em;
    line-height: 1
}

.pickmeup .pmu-instance nav .pmu-month {
    width: 14em
}

.pickmeup .pmu-instance .pmu-years *,
.pickmeup .pmu-instance .pmu-months * {
    display: inline-block;
    line-height: 3.6em;
    width: 3.5em
}

.pickmeup .pmu-instance .pmu-day-of-week {
    color: #333;
    cursor: default
}

.pickmeup .pmu-instance .pmu-day-of-week *,
.pickmeup .pmu-instance .pmu-days * {
    display: inline-block;
    line-height: 1.95em;
    width: 2em;
    height: 1.95em
}

.pickmeup .pmu-instance .pmu-day-of-week * {
    line-height: 1.8em
}

.pickmeup .pmu-instance:nth-child(1) .pmu-prev,
.pickmeup .pmu-instance:nth-child(2) .pmu-next {
    display: block
}

.pickmeup .pmu-instance:first-child .pmu-month,
.pickmeup .pmu-instance:last-child .pmu-month {
    width: 13em
}

.pickmeup .pmu-instance:first-child:last-child .pmu-month {
    width: 12em
}

.pickmeup:not(.pmu-view-days) .pmu-days,
.pickmeup:not(.pmu-view-days) .pmu-day-of-week,
.pickmeup:not(.pmu-view-months) .pmu-months,
.pickmeup:not(.pmu-view-years) .pmu-years {
    display: none
}

.pickmeup.c2 {
    min-width: 32em
}

.pickmeup:after,
.pickmeup:before {
    border: 5px solid transparent;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    width: 0
}

.pickmeup:after,
.pickmeup:before {
    border-top: 0;
    left: 10px;
    top: -5px
}

.pickmeup.invertarrow:after,
.pickmeup.invertarrow:before {
    left: auto;
    right: 10px
}

.pickmeup:before,
.pickmeup:before {
    border-bottom-color: #39f
}

.pickmeup {
    border-top-color: #39f
}

.ui-timepicker-container {
    position: absolute;
    z-index: 99!important;
    overflow: hidden;
    box-sizing: border-box
}

.ui-timepicker,
.ui-timepicker-viewport {
    box-sizing: content-box;
    height: 205px;
    display: block;
    margin: 0
}

.ui-timepicker {
    list-style: none;
    padding: 0 1px;
    text-align: center
}

.ui-timepicker-viewport {
    padding: 0;
    overflow: auto;
    overflow-x: hidden
}

.ui-timepicker-standard {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em;
    background-color: #fff;
    border: 1px solid #aaa;
    color: #222;
    margin: 0;
    padding: 2px
}

.ui-timepicker-standard a {
    border: 1px solid transparent;
    color: #222;
    display: block;
    padding: .2em .4em;
    text-decoration: none
}

.ui-timepicker-standard .ui-state-hover {
    background-color: #dadada;
    border: 1px solid #999;
    font-weight: 400;
    color: #212121
}

.ui-timepicker-standard .ui-menu-item {
    margin: 0;
    padding: 0
}

.ui-timepicker-corners,
.ui-timepicker-corners .ui-corner-all {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.ui-timepicker-hidden {
    display: none
}

.ui-timepicker-no-scrollbar .ui-timepicker {
    border: 0
}

#avnwrap .uk-container2 {
    max-width: 1400px;
    margin: auto
}

.uk-form .uk-inline {
    width: 100%
}

.uk-radio {
    min-width: 1em
}

form.uk-form.uk-form-stacked .uk-fieldset {
    border: solid 1px #b9b9b9;
    padding: .95rem 1rem 1.5rem;
    border-radius: 4px;
    margin: 1rem .25rem;
    box-shadow: 0 1px 3px 0 rgb(60 64 67/30%), 0 4px 8px 3px rgb(60 64 67/15%)
}
form.uk-form.uk-form-stacked .f0 {
    margin-left:-1px
}
#pax-block input[type=button] {
    border: solid 1px #909090;
    width: 1.5rem;
    height: 1.5rem;
}
.lh2 p {
    line-height: 1.5;
    margin: .5em 0
}

.error {
    font-size: 80%;
    color: rgb(127, 0, 0)
}

.img100 {
    position: relative;
    background: #fff;
    overflow: hidden;
    /* min-height:150px; */
    min-height: 160px;
}


/* 
@media screen and (min-width:1200px) {
    .img100 {
        min-height: 240px
    }
} */

.img100 iframe {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0
}

.img100 .vv,
.img100 .i.hidevideo {
    position: absolute;
    z-index: 1;
    right: 7px;
    top: 7px;
    cursor: pointer;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);
    background-color: transparent
}

.img100 .i.mio {
    font-size: 2rem
}

.img100 .i.hidevideo {
    z-index: -1
}

.img100 img {
    max-height: 100vh;
    position: relative;
    z-index: 1
}

.uk-button-primary2 {
    font-size: 1.2em;
    background: #1a73c8;
    border-radius: 4px;
    border: 0;
    color: #fff;
    line-height: 1.4em;
    padding: .65em 1.5em .5em;
    text-transform: none;
    min-width: 186px;
}

.uk-button2,
.uk-button-primary2 {
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1);
}

.uk-button2:hover,
.uk-button-primary2:hover {
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
}

.uk-button-primary2:hover {
    background: #235f88
}

.uk-button2 {
    background: transparent;
    border-radius: 0;
    border: solid 2px #4298cf;
    color: #235f88;
    padding: .5em;
    line-height: 1.4em;
    text-transform: none;
    min-width: 186px;
    margin-top: 1em;
}

#searchresult .uk-button2 .i svg {
    fill: #235f88
}

.uk-button2:hover {
    border: solid 2px #235f88
}

@media(max-width:420px) {
    .lh2 {
        flex-direction: column
    }
    .uk-button-primary2,
    .uk-button2 {
        width: 100%
    }
}

#searchresult .top.top2:hover {
    background: #fff;
    box-shadow: -1px 3px 4px 0 #93939393;
    top: -2px
}

#searchresult .top.top2 .imgs>div {
    overflow: hidden
}

#searchresult .top.top2 .imgs img {
    transition: all .2s;
    width: 100%
}

#searchresult .top.top2:hover .imgs img {
    transform: scale(1.1)
}

#searchresult .uk-slider .uk-slider-items li {
    min-height: 180px;
}

#searchresult .top2 .imgs>div {
    min-height: 140px;
    background: #fff url(../tails/none2.svg) 50% 50%;
    background-size: cover
}

.Stars {
    display: inline-block;
    line-height: 1;
    font-size: 22px
}

.Stars::before {
    content: '★★★★★';
    letter-spacing: 3px;
    background: linear-gradient(90deg, #fc0 var(--percent), #cfcfcf var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

#searchresult {
    overflow: hidden
}

#appsearchform,
#appsearchform input,
#searchresult,
#searchresult p,
#searchresult .p {
    font-size: 12pt;
    color: #333
}

#appsearchform a {
    color: #333;
    text-decoration: none
}

#appsearchform #fline .uk-button-primary {
    color: #fff
}

#searchresult p {
    color: #707070
}

#searchresult .top h2,
#searchresult .top h3 {
    text-transform: none;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size: 1.2em;
    text-align: left
}

#searchresult .top h4,
#searchresult .top h5,
#searchresult .top h6 {
    margin: .75rem 0;
    font-size: 1rem;
    text-align: left
}

#searchresult ul {
    list-style: none
}

#searchresult .top2 p.uk-text-small {
    margin: .5em 0;
    font-size: .75em;
    color: #777;
    padding: 0
}

#searchresult [id*=modal-] {
    position: absolute;
    z-index: 99;
    right: 2em;
    left: 2em
}

.uk-slidenav svg {
    -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .8));
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, .8))
}

.uk-slidenav.uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
    stroke: #fff;
    stroke-width: 2px
}

.dgreen {
    color: #006400!important
}

.dgreen svg {
    fill: #006400
}

.f101 input[type=button] {
    border: 0;
    background: 0 0
}

form#appsearchform {
    padding-bottom: 0;
    margin-bottom: 0
}

.uk-padding.lh2 {
    padding-top: 0;
    padding-bottom: 0
}

.lh2 .uk-padding-small {
    padding-bottom: 0
}

#appsearchform input[type=time] {
    appearance: none;
    line-height: 50px
}

#appsearchform input[type=time]::-webkit-calendar-picker-indicator {
    display: none
}

#appsearchform input[type=time] {
    padding-right: 1px
}

#searchresult .uk-subnav li {
    margin: 0!important;
    padding: 0!important;
    list-style: none!important
}

#appsearchform .pax {
    min-width: 160px;
    margin-right: .5em;
    display: none
}

#appsearchform .pax.uk-open {
    display: block
}

#appsearchform .pax {
    padding: 1rem
}

#appsearchform .pax .uk-input {
    margin: .5em 0;
    padding: 0
}

#appsearchform .pax .uk-button-link {
    color: #1e87f0
}

#appsearchform #fline select,
#appsearchform #fline .uk-select {
    border: 0;
    overflow: hidden;
    appearance: none;
    -webkit-appearance: none;
}

#appsearchform #fline select:hover,
#appsearchform #fline a.uk-select:hover,
#appsearchform #fline button.uk-select:hover,
#appsearchform #fline a.uk-select.uk-open,
#appsearchform .i.timemn:hover,
.i.timepl:hover {
    background-color: #f6f6f6
}

#fline button.uk-select {
    overflow: hidden
}

#appsearchform #airpax {
    width: 10em;
    padding: 0 2.5em 0 4.5em;
    margin: 0 -2.25em 0 -4.25em;
    /* background: 0 0 */
}
#paxc input[type=button], #paxc > span {position:relative;z-index: 9;}
#paxc input[type=button] {
    height: 1.75rem;
    width: 1.75rem;
    border-width:1px;
}
#appsearchform #mainform,
#appsearchform .forcerow {
    justify-content: center
}

#appsearchform .forcerow {
    margin: 1.5em 0;
}

#appsearchform #mainform>div,
#appsearchform .forcerow>div {
    flex: 1 1 180px;
    margin-left: .5em
}

#appsearchform #mainform.rt>div {
    min-width: 40%
}

#appsearchform #mainform>div:first-child,
#appsearchform .forcerow>div:first-child {
    margin-left: 0
}

#appsearchform #mainform.rt>div:nth-child(2n+1) {
    margin-left: 0
}

/* #appsearchform #fline>div {
    margin-left: .5em
} */

#appsearchform #mainform .uk-grid>div,
#appsearchform .forcerow .uk-grid>div {
    flex: 1 1 120px
}

#appsearchform #mainform .f101,
#appsearchform .forcerow .f101 {
    flex: 0 0 154px
}

#appsearchform #mainform .f112,
#appsearchform .forcerow .f112 {
    flex: 1 0 255px
}

#appsearchform #mainform .f000,
#appsearchform .forcerow .f000 {
    flex: 0 0 0
}

#appsearchform .field.no-flex {
    align-items: center;
    flex: 0;
    display: flex;
}

#appsearchform .forcerow .mio.del {
    padding: 0.2em;
    font-size:19px;
    border: solid 1px #ddd;
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    display: block;
    text-align: center;
}

#appsearchform .f000>div {
    min-width: 68px;
}

#appsearchform #addleg {
    width: 52px;
    height: 52px;
    margin-left: 1rem;
    border-radius: 50%;
    padding: 0;
    display: none;
}

#appsearchform.multiform #addleg {
    display: block;
    line-height: 52px;
}

#appsearchform.multiform #addleg span {
    display: inline-block;
}

#submitform {
    appearance: none;
    line-height: 50px;
    min-width: 144px;
    letter-spacing: 1px;
    border-radius: 4px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1)
}

#submitform:hover {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12)
}

#submitform.animate {
    background-color: #1a73c8;
    background-image: linear-gradient( 45deg, #15a 25%, transparent 0%, transparent 50%, #15a 0%, #15a 75%, transparent 0%, transparent 100%);
    animation: await 1000ms linear 0ms infinite;
    background-size: 1rem 1rem;
}

@keyframes await {
    0% {
        background-position: 0rem 0rem;
    }
    100% {
        background-position: 1rem 0rem;
    }
}

#appsearchform #submitform .i {
    vertical-align: middle;
    font-size: 14pt
}

#appsearchform #mainform input:focus,
#appsearchform .forcerow input:focus {
    border: solid 2px #1a73e8!important
}

#appsearchform .contactline {
    line-height: 20px;
    margin-top: 0;
    padding-top: 0;
    font-size: 11pt;
    display: none
}
#appsearchform .contactline a{
    text-decoration: underline;
    text-wrap: nowrap;
}
#appsearchform .contactline .i.mio {
    vertical-align: middle;
    font-size: 26px;
    color: #369;
    transition: all .3s
}

#appsearchform .contactline .i.mio svg {
    fill: #369;
    height: 26px;
    width: 26px
}

#appsearchform .contactline .i.mio.openchat {
    margin: 0 .5em
}

#appsearchform .contactline .i.mio:hover {
    transform: scale(1.25)
}

#searchresult h2 .i,
#searchresult h3 .i {
    cursor: pointer
}

#searchresult h2 .icons .i,
#searchresult h3 .icons .i {
    color: #369
}

#searchresult .top .top2 ul li,
#searchresult .top .top2 ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.catforform>#rform1,
.catforform>#rform2 {
    margin-top: 2rem
}

#searchresult .nptm .info,
#searchresult .lh2 .info {
    font-size: 80%;
    width: 186px;
    display: inline-block;
}

@media(min-width:960px) {
    .top.top2 .imgs>div {
        border-right: solid 3px #fff
    }
    /*#searchresult .nptm>.uk-button2 {
    margin-top: 2rem
  }*/
}

@media(max-width:860px) {
    #appsearchform #mainform>div,
    #appsearchform #mainform .f112,
    #appsearchform .forcerow>div,
    #appsearchform .forcerow .f112 {
        flex: 1 1 270px
    }
    #appsearchform #mainform>div:nth-child(2n+1),
    #appsearchform .forcerow>div:nth-child(2n+1) {
        margin-left: 0
    }
    #appsearchform #mainform .f000,
    #appsearchform .forcerow .f000 {
        flex: 0 0 100%
    }
    #appsearchform:not(.multiform) #submitform {
        width: 100%
    }
}

@media(max-width:639px) {
    #appsearchform #mainform .f101 {
        flex: 1 1 260px
    }
    #appsearchform #mainform>div,
    #appsearchform .forcerow>div
    /* ,#appsearchform #fline>div*/
     { 
        margin-left: 0
    }
    /* #appsearchform .pax {
        margin: 0
    } */
    #appsearchform #mainform input:focus,
    #appsearchform .forcerow input:focus {
        border: solid 1px #1a73e8!important
    }
    #searchresult h2 .icons {
        display: none
    }
    #appsearchform #mainform>div,
    #appsearchform #mainform .f112,
    #appsearchform .forcerow>div,
    #appsearchform .forcerow .f112 {
        flex-basis: 100%;
        order: 3
    }
    #appsearchform #mainform>div:first-child {
        order: 1
    }
    #appsearchform #mainform.rt>div:nth-child(3) {
        order: 2
    }
}

#outspinner {
    position: absolute;
    width: 300px;
    display: block;
    z-index: 9;
    background-color: #fff;
    left: calc(50% - 150px);
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 rgb(60 64 67 / 30%), 0 4px 8px 3px rgb(60 64 67 / 15%);
    padding-top: 1rem
}

.placeholderdiv h3,
.placeholderdiv p {
    background-color: #f2f2f2;
}

#outspinner p {
    margin: 0 0 2rem
}

#spinner {
    width: 7em;
    height: 9em;
    display: block;
    margin: 0 auto .75rem auto
}

.autocomplete-suggestions {
    min-width: 300px;
    text-align: left;
    cursor: default;
    border: 1px solid #dadce0;
    background: #fff;
    box-shadow: -1px 1px 3px rgba(0, 0, 0, .1);
    position: absolute;
    display: none;
    z-index: 9999
}

.autocomplete-suggestion {
    box-sizing: border-box;
    padding: .5em;
    min-height: 2.5em;
    text-overflow: ellipsis;
    color: #333;
    border-bottom: 1px solid #dadce0;
    background-color: #fff;
}
@media screen and (min-width:1024px) {
    .autocomplete-suggestion {
        padding: .75em;
    }
}

.autocomplete-suggestion b {
    font-weight: 400;
    color: #1f8dd6
}

.autocomplete-suggestion.selected {
    background: #f0f0f0
}

.autocomplete-suggestions .adv.small {
    padding: .3em .6em;
    min-height: 2.5em;
    line-height: 2.45em;
    color: #999
}

.autocomplete-suggestions:after,
.autocomplete-suggestions:before {
    border: 5px solid transparent;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    width: 0
}

.autocomplete-suggestions:after,
.autocomplete-suggestions:before {
    border-top: 0;
    left: 10px;
    top: -5px;
    border-bottom-color: #39f
}

.autocomplete-suggestions {
    border-top-color: #39f
}
#appsearchform .currency-selector {margin-left:auto}
#appsearchform select.currency-selector-input {
    width: auto
}
/* 
#appsearchform #mainform input[type=text],
#appsearchform #mainform input[type=number],
#appsearchform #mainform input[type=date],
#appsearchform #mainform input[type=time],
#appsearchform #mainform select,
#appsearchform #mainform textarea,
#appsearchform .forcerow input[type=text],
#appsearchform .forcerow input[type=number],
#appsearchform .forcerow input[type=date],
#appsearchform .forcerow input[type=time],
#appsearchform .forcerow select,
#appsearchform .forcerow textarea {
    background: 0 0
} */

#appsearchform #mainform input[type=text].errorborder,
#appsearchform #mainform input[type=number].errorborder,
#appsearchform #mainform input[type=date].errorborder,
#appsearchform #mainform input[type=time].errorborder,
#appsearchform #mainform select.errorborder,
#appsearchform .forcerow input[type=text].errorborder,
#appsearchform .forcerow input[type=number].errorborder,
#appsearchform .forcerow input[type=date].errorborder,
#appsearchform .forcerow input[type=time].errorborder,
#appsearchform .forcerow select.errorborder {
    border-color: red
}

#searchresult ul.uk-subnav-pill {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    padding: 0;
}

#searchresult .uk-subnav-pill>li {
    flex: 1 1 auto;
    list-style: none;
    background-color: #f5f5f5;
    color: rgba(0, 0, 0, .6)
}

#searchresult .uk-subnav-pill>li>a {
    padding: .75em 0;
    text-align: center;
    display: block
}

#searchresult .uk-subnav-pill>.uk-active>a {
    border-bottom: solid 3px #369;
    color: #369;
    background: #f5f5f5;
    font-weight: 700;
    border-radius: 3px 3px 0 0;
}

#searchresult p.readmore,
#searchresult div.readmore {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

#searchresult p.readmore::after,
#searchresult div.readmore::after {
    display: block;
    content: "more...";
    color: #0f6ecd;
    cursor: pointer
}

div.acfilter {
    border: solid 3px #369;
    margin-bottom: 2em
}

div.acfilter .top2 {
    /* border-top: solid 3px #ececec; */
    background-color: #fff;
    border-bottom: solid 1px #369;
}

div.acfilter .top2:first-child {
    border-top: none;
}

input[type=number],
input[type=time] {
    margin: 0;
    border-style: solid;
    border-radius: 4px;
    appearance: none
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button {
    -webkit-appearance: none
}

#rform1 {
    position: relative;
    display: none
}

#rform2 {
    position: relative;
    margin-top: 1rem;
    display: none
}

.forimage,
forform {
    position: relative
}

.forimage {
    margin: auto;
    text-align: center;
    max-width: 600px
}

.uk-modal-body {
    background-color: #eee;
    box-shadow: 2px 2px 5px 2px #bbb
}

.uk-card {
    border: solid 1px #e2e2f2;
    padding: 1rem
}

.uk-text-small {
    font-size: .75rem
}

#searchresult .top {
    border: solid 1px #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 1px 0 #d3d3d3;
    transition: all .2s;
    margin-bottom: 0;
    padding: 1rem .5em;
    margin: 1rem .25rem;
    top: 0;
    position: relative
}


/*
@media(max-width:767px) {
  .uk-button-primary {
    width: 100%
  }
}
*/

.fortails.active {
    background-color: #f2f2f2;
    padding: 7px
}

@media(min-width:640px) {
    .nptm {
        padding-top: 0!important
    }
}

#spinner2>span {
    height: 45px;
    line-height: 45px
}
#spinner2 .uk-spinner.uk-icon svg{
    width: 45px;
    height:45px;
}
@keyframes rotate-animation {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

#spinner .spinner1 {
    position: relative;
    width: 7em;
    height: 7em
}

#spinner .spinner1:before,
#spinner .spinner1:after {
    content: "";
    display: block;
    position: absolute;
    border-width: 4px;
    border-style: solid;
    border-radius: 50%;
    border-bottom-color: #4298cf;
    border-right-color: #4298cf;
    border-top-color: transparent;
    border-left-color: transparent
}

#spinner .spinner1:before {
    width: 117px;
    height: 117px;
    top: 0;
    left: 0;
    animation: rotate-animation 1.4s linear 0s infinite
}

#spinner .spinner1:after {
    width: 81.9px;
    height: 81.9px;
    top: 17.55px;
    left: 17.55px;
    animation: rotate-animation .75s linear 0s infinite
}

.contactline p {
    margin-bottom: 0
}

#appsearchform .field .uk-form-icon .i {
    width: 24px;
    text-align: center
}

#appsearchform .field .uk-form-icon .i.clear {
    pointer-events: all
}

#appsearchform .field .uk-form-icon .i.iconpm {
    font-style: normal;
    font-size: 26px
}

#appsearchform p.uk-alert,
#searchresult p.uk-alert,
#searchresult .big p {
    color: #cd4242;
    text-align: center
}

#searchresult .search-list-no-results {
    text-align: center;
    color: #cd4242
}

#searchresult .elroute {
    position: relative
}

#searchresult .elroute h3 {
    padding-right: 1.5em
}

#searchresult .top .sign {
    position: absolute;
    right: 0;
    top: .25rem;
    cursor: pointer;
    z-index: 999
}

@media(max-width:639px) {
    #searchresult .top .sign {
        top: .25rem
    }
}

#searchresult .top .sign.green,
#searchresult .top .sign.green svg {
    color: green;
    fill: green
}

#searchresult .top .sign .i {
    font-size: 2rem
}

@media(min-width:280px) {
    #airdate,
    #backdate {
        border-radius: 4px 0 0 4px
    }
    #airtime,
    #backtime {
        border-radius: 0 4px 4px 0
    }
}

#appsearchform select#airflex {
    padding-left: 40px;
    border-radius: 0 4px 4px 0
}

#searchresult .links3d a {
    text-decoration: none;
    color: #333;
    border-bottom: dashed 2px #999;
    display: inline-block;
    margin: .25em 1em 1em 0
}

#searchresult .links3d .mio {
    font-size: 24px
}

iframe.view3d {
    border: 0;
    width: 100%;
    min-height: 65vh
}

@media(max-width:1023px) {
    iframe.view3d {
        border: 0;
        width: 100%;
        min-height: 80vh
    }
}

@media (max-width:767px) {
    .pickmeup .pmu-instance nav .pmu-prev,
    .pickmeup .pmu-instance nav .pmu-next {
        display: block;
    }
}

.amenities, .about-tail {
    position: relative
}

.amenities img {
    margin: 6px 6px 6px 0;
}

.amenities span,
.about-tail span:last-child {
    position: fixed;
    padding: 4px;
    border: 1px solid;
    background-color: white;
    box-shadow: rgba(33, 33, 33, 0.53) 2px 2px 8px;
    font-size: 80%;
    display: none;
}

div.iti {
    display: block;
}

div.iti__country-container {
    left: 1.5em;
}