@font-face {
    font-family: Lato;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v17/S6u8w4BMUTPHjxswWw.ttf) format('truetype')
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v17/S6uyw4BMUTPHvxk.ttf) format('truetype')
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v17/S6u9w4BMUTPHh6UVew8.ttf) format('truetype')
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v17/S6u9w4BMUTPHh50Xew8.ttf) format('truetype')
}

html {
    font-family: Lato, sans-serif;
    font-size: 16.5px;
    font-weight: 400;
    line-height: 1.5em;
    -webkit-text-size-adjust: 100%;
    background: #fff;
    color: #3E4140;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility
}

body {
    margin: 0
}

a:active, a:hover {
    outline: 0
}

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

.uk-link-toggle:focus .uk-link, .uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover {
    color: #002219;
    text-decoration: underline
}

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

b, strong {
    font-weight: bolder
}

:not(pre)>code, :not(pre)>kbd, :not(pre)>samp {
    font-family: Consolas, monaco, monospace;
    font-size: .9375rem;
    color: #f0506e;
    white-space: nowrap
}

em {
    color: #f0506e
}

ins {
    background: #ffd;
    color: #3E4140;
    text-decoration: none
}

mark {
    background: #ffd;
    color: #3E4140
}

q {
    font-style: italic
}

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle
}

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

@supports (display:block) {
    svg {
        max-width: 100%;
        height: auto;
        box-sizing: border-box
    }
}

svg:not(:root) {
    overflow: hidden
}

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

iframe {
    border: 0
}

address, dl, fieldset, figure, ol, p, pre, ul {
    margin: 0 0 16.5px 0
}

*+address, *+dl, *+fieldset, *+figure, *+ol, *+p, *+pre, *+ul {
    margin-top: 16.5px
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
    margin: 0 0 16.5px 0;
    font-family: Lato, sans-serif;
    font-weight: 700;
    color: #002855;
    text-transform: none;
    letter-spacing: -.02em
}

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

.uk-h1, h1 {
    font-size: 3.052rem;
    line-height: 1.08333333em
}

.uk-h2, h2 {
    font-size: 2.441rem;
    line-height: 1.11111111em
}

.uk-h3, h3 {
    font-size: 1.953rem;
    line-height: 1.25em
}

.uk-h4, h4 {
    font-size: 1.563rem;
    line-height: 1.275em
}

.uk-h5, h5 {
    font-size: 1.225rem;
    line-height: 1.275em
}

.uk-h6, h6 {
    font-size: 1em;
    line-height: 1.3em
}

@media (min-width:960px) {
    .uk-h1, h1 {
        font-size: 2.625rem
    }

    .uk-h2, h2 {
        font-size: 2.441rem
    }
}

ol, ul {
    padding-left: 1.5em
}

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

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

.uk-hr, hr {
    overflow: visible;
    text-align: inherit;
    margin: 0 0 25px 0;
    border: 0;
    border-top: 1px solid #eee
}

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

address {
    font-style: normal
}

blockquote {
    margin: 0 0 25px 0;
    font-size: 1.563rem;
    line-height: 1.5;
    font-style: italic
}

*+blockquote {
    margin-top: 25px
}

blockquote p:last-of-type {
    margin-bottom: 0
}

blockquote footer {
    margin-top: 12px;
    font-size: .9375rem;
    line-height: 1.5
}

pre {
    font: .9375rem/1.5 Consolas, monaco, monospace;
    color: #3E4140;
    -moz-tab-size: 4;
    tab-size: 4;
    overflow: auto
}

pre code {
    font-family: Consolas, monaco, monospace
}

::selection {
    background: #3E4140;
    color: #fff;
    text-shadow: none
}

details, main {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

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

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

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

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

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

.uk-h1, h1 {
    font-size: 2.1364rem
}

.uk-h2, h2 {
    font-size: 1.83075rem
}

.uk-h3, h3 {
    font-size: 1.5624rem
}

.uk-h4, h4 {
    font-size: 1.32855rem
}

.uk-h5, h5 {
    font-size: 1.1025rem
}

@media screen and (min-width:640px) {
    .uk-h1, h1 {
        font-size: 2.4416rem
    }

    .uk-h2, h2 {
        font-size: 2.07485rem
    }

    .uk-h3, h3 {
        font-size: 1.66005rem
    }

    .uk-h4, h4 {
        font-size: 1.4067rem
    }

    .uk-h5, h5 {
        font-size: 1.1025rem
    }
}

@media screen and (min-width:1200px) {
    .uk-h1, h1 {
        font-size: 3.052rem
    }

    .uk-h2, h2 {
        font-size: 2.441rem
    }

    .uk-h3, h3 {
        font-size: 1.953rem
    }

    .uk-h4, h4 {
        font-size: 1.563rem
    }

    .uk-h5, h5 {
        font-size: 1.225rem
    }
}

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

.uk-link-muted a:hover, .uk-link-toggle:focus .uk-link-muted, .uk-link-toggle:hover .uk-link-muted, a.uk-link-muted:hover {
    color: #3E4140
}

.uk-link-text a, a.uk-link-text {
    color: inherit
}

.uk-link-text a:hover, .uk-link-toggle:focus .uk-link-text, .uk-link-toggle:hover .uk-link-text, a.uk-link-text:hover {
    color: #9e9e9e
}

.uk-link-heading a, a.uk-link-heading {
    color: inherit
}

.uk-link-heading a:hover, .uk-link-toggle:focus .uk-link-heading, .uk-link-toggle:hover .uk-link-heading, a.uk-link-heading:hover {
    color: #002855;
    text-decoration: none
}

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

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

.uk-link-toggle:focus {
    outline: 0
}

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

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

.uk-list>*>ul, .uk-list>:nth-child(n+2) {
    margin-top: .25rem
}

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

.uk-list-decimal {
    counter-reset: decimal
}

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

[class*=uk-list]>::before {
    content: '';
    position: relative;
    left: -30px;
    width: 30px;
    height: 1.5em;
    margin-bottom: -1.5em;
    display: list-item;
    list-style-position: inside;
    text-align: right
}

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

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

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

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

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

.uk-list-muted>::before {
    color: #9e9e9e !important
}

.uk-list-emphasis>::before {
    color: #2a2c2b !important
}

.uk-list-primary>::before {
    color: #002855 !important
}

.uk-list-secondary>::before {
    color: #D2BC61 !important
}

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

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

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

.uk-list-striped>* {
    padding: 12px 12px;
    border-bottom: 1px solid #eee
}

.uk-list-striped>:nth-of-type(odd) {
    background: #f5f5f5
}

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

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

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

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

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

.uk-list-large.uk-list-striped>* {
    padding: 25px 12px
}

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

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

.uk-list-striped>li:first-child {
    border-top: 1px solid #eee
}

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

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

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

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

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

.uk-icon>* {
    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: #9e9e9e
}

.uk-icon-link:focus, .uk-icon-link:hover {
    color: #3E4140;
    outline: 0
}

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

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

.uk-icon-button:focus, .uk-icon-button:hover {
    background-color: #e8e8e8;
    color: #3E4140;
    outline: 0
}

.uk-active>.uk-icon-button, .uk-icon-button:active {
    background-color: #dcdcdc;
    color: #3E4140
}

.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: none;
    margin: 0;
    padding: 0
}

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

.uk-input, .uk-select, .uk-textarea {
    max-width: 100%;
    width: 100%;
    border: 0 none;
    padding: 0 12px;
    background: #fff;
    color: #3E4140;
    border: 1px solid #e0e0e0;
    transition: .3s ease-in-out;
    transition-property: color, background-color, border;
    border-radius: 4px;
    font-size: 1.05rem
}

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

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

.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: 0;
    background-color: #fff;
    color: #3E4140;
    border-color: #002855
}

.uk-input:disabled, .uk-select:disabled, .uk-textarea:disabled {
    background-color: #f5f5f5;
    color: #9e9e9e;
    border-color: #eee
}

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

.uk-input::placeholder {
    color: #9e9e9e
}

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

.uk-textarea::placeholder {
    color: #9e9e9e
}

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

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

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

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

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

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

.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: #eee;
    border-style: dashed
}

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

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

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

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

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

.uk-select:not([multiple]):not([size]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 20px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22none%22%20stroke%3D%22%239e9e9e%22%20stroke-width%3D%221.03%22%20d%3D%22M.565%205.434L4.499%201.5l3.935%203.934M8.434%2010.388l-3.935%203.935-3.934-3.935%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
    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,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22none%22%20stroke%3D%22%239e9e9e%22%20stroke-width%3D%221.03%22%20d%3D%22M.565%205.434L4.499%201.5l3.935%203.934M8.434%2010.388l-3.935%203.935-3.934-3.935%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A")
}

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

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

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

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

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

.uk-checkbox:focus, .uk-radio:focus {
    outline: 0;
    border-color: #eee
}

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

.uk-checkbox:checked:focus, .uk-checkbox:indeterminate:focus, .uk-radio:checked:focus {
    background-color: transparent
}

.uk-radio:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%233E4140%22%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%226%22%3E%3C%2Fcircle%3E%0A%3C%2Fsvg%3E")
}

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

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

.uk-checkbox:disabled, .uk-radio:disabled {
    background-color: #f5f5f5;
    border-color: #eee
}

.uk-radio:disabled:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%239e9e9e%22%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%226%22%3E%3C%2Fcircle%3E%0A%3C%2Fsvg%3E")
}

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

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

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

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

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

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

.uk-form-label {
    color: #2a2c2b;
    font-size: .825rem;
    font-weight: 700;
    line-height: 1em
}

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

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

@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: 38px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #9e9e9e
}

.uk-form-icon:hover {
    color: #3E4140
}

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

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

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

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

.uk-button {
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 25px;
    vertical-align: middle;
    font-size: .85rem;
    line-height: 46px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: .15s ease;
    transition-property: color, background-color, border-color;
    font-weight: 600;
    border-radius: 3px
}

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

.uk-button-default {
    background-color: transparent;
    color: #2a2c2b;
    border: 1px solid #eee
}

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

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

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

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

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

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

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

.uk-button-secondary.uk-active, .uk-button-secondary:active {
    background-color: #c7ab39;
    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: #9e9e9e;
    border-color: #eee
}

.uk-button-small {
    padding: 0 10px;
    line-height: 32px;
    font-size: .785rem
}

.uk-button-large {
    padding: 0 25px;
    line-height: 65px;
    font-size: .95rem
}

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

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

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

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

.uk-button-text:disabled {
    color: #9e9e9e
}

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

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

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

.uk-button-link:disabled {
    color: #9e9e9e;
    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-button-success {
    background-color: #32d296;
    color: #fff
}

.uk-button-success:active, .uk-button-success:hover {
    background-color: #26ab79
}

.uk-button-warning {
    background-color: #F7B74C;
    color: #fff
}

.uk-button-warning:active, .uk-button-warning:hover {
    background-color: #f5a31b
}

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

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

.uk-button-ripple:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform .5s, opacity 1s;
    z-index: -1
}

.uk-button-ripple:active:before {
    transform: scale(0, 0);
    opacity: .12;
    transition: 0s
}

.uk-button-ripple {
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0)
}

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

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

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

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

.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: 100px;
        padding-bottom: 100px
    }
}

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

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

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

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

.uk-section-primary {
    background: #002855
}

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

.uk-container {
    display: flow-root;
    box-sizing: content-box;
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 14px;
    padding-right: 14px
}

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

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

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

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

.uk-container-xsmall {
    max-width: 40rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uk-card {
    position: relative;
    box-sizing: border-box;
    transition: box-shadow .2s ease-in-out;
    border-radius: 4px;
    overflow: hidden
}

.uk-card-body {
    display: flow-root;
    padding: 1.5rem 1.5rem
}

.uk-card-header {
    display: flow-root;
    padding: 13px 25px
}

.uk-card-footer {
    display: flow-root;
    padding: 12.5px 25px
}

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

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

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

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

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

.uk-card-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    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: #f5f5f5;
    box-shadow: 0 14px 25px rgba(0, 0, 0, .16)
}

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

.uk-card-default .uk-card-title {
    color: #2a2c2b
}

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

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

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

.uk-card-primary {
    background: #002855;
    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: #00503b;
    box-shadow: 0 14px 25px rgba(0, 0, 0, .16)
}

.uk-card-secondary {
    background: #D2BC61;
    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: #ccb44d;
    box-shadow: 0 14px 25px rgba(0, 0, 0, .16)
}

.uk-card-small .uk-card-body, .uk-card-small.uk-card-body {
    padding: .75rem 1rem
}

.uk-card-small .uk-card-header {
    padding: 17px 25px
}

.uk-card-small .uk-card-footer {
    padding: 17px 25px
}

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

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

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

.uk-card-body .uk-nav-default {
    margin: 13.5rem -1.5rem
}

.uk-card-title+.uk-nav-default {
    margin-top: 0
}

.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: 1.5rem;
    padding-right: 1.5rem
}

.uk-card-body .uk-nav-default .uk-nav-sub {
    padding-left: 2.5em
}

@media (min-width:1200px) {
    .uk-card-body .uk-nav-default {
        margin: 13rem -2rem
    }

    .uk-card-title+.uk-nav-default {
        margin-top: 0
    }

    .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: 2rem;
        padding-right: 2rem
    }

    .uk-card-body .uk-nav-default .uk-nav-sub {
        padding-left: 3em
    }
}

.uk-card-small .uk-nav-default {
    margin: 14.25rem -1rem
}

.uk-card-small .uk-card-title+.uk-nav-default {
    margin-top: 0
}

.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: 1rem;
    padding-right: 1rem
}

.uk-card-small .uk-nav-default .uk-nav-sub {
    padding-left: 2em
}

@media (min-width:1200px) {
    .uk-card-large .uk-nav-default {
        margin: -55px -70px
    }

    .uk-card-large .uk-card-title+.uk-nav-default {
        margin-top: 0
    }
}

.uk-close {
    color: #9e9e9e;
    transition: .1s ease-in-out;
    transition-property: color, opacity
}

.uk-close:focus, .uk-close:hover {
    color: #3E4140;
    outline: 0
}

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

.uk-totop:focus, .uk-totop:hover {
    color: #3E4140;
    outline: 0
}

.uk-totop:active {
    color: #2a2c2b
}

.uk-alert {
    position: relative;
    margin-bottom: 25px;
    padding: 10px 24px 10px 10px;
    background: #f5f5f5;
    color: #3E4140;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, .05)
}

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

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

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

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

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

.uk-alert-primary {
    background: #d9e9e4;
    color: #003628;
    border: 1px solid rgba(0, 105, 78, .1)
}

.uk-alert-success {
    background: #e0f8ef;
    color: #26ab79;
    border: 1px solid rgba(50, 210, 150, .1)
}

.uk-alert-warning {
    background: #fef4e4;
    color: #f5a31b;
    border: 1px solid rgba(247, 183, 76, .1)
}

.uk-alert-danger {
    background: #fde5e9;
    color: #ec2147;
    border: 1px solid rgba(240, 80, 110, .1)
}

.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: #023570;
    color: #fff;
    font-size: .9375rem;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

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

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

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

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

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

.uk-overlay {
    padding: 25px 25px
}

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

.uk-overlay-default {
    background: rgba(0, 0, 0, .4)
}

.uk-overlay-primary {
    background: rgba(210, 188, 97, .8)
}

.uk-article {
    display: flow-root
}

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

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

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

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

.uk-article-meta {
    font-size: .9375rem;
    line-height: 1.4;
    color: #9e9e9e
}

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

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

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

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

.uk-search-input:focus {
    outline: 0
}

.uk-search-input:-ms-input-placeholder {
    color: #9e9e9e !important
}

.uk-search-input::placeholder {
    color: #9e9e9e
}

.uk-search-icon:focus {
    outline: 0
}

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

.uk-search .uk-search-icon:hover {
    color: #9e9e9e
}

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

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

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

.uk-search-default .uk-search-input {
    height: 48px;
    padding-left: 6px;
    padding-right: 6px;
    background: 0 0;
    border: 1px solid #eee;
    border-radius: 4px;
    padding-left: 1rem;
    transition: all .2s
}

.uk-search-default .uk-search-input:focus {
    border-color: #002855
}

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

.uk-search-default .uk-search-icon {
    width: 48px
}

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

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

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

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

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

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

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

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

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

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

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

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

.uk-search-toggle {
    color: #9e9e9e
}

.uk-search-toggle:focus, .uk-search-toggle:hover {
    color: #3E4140
}

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

.uk-accordion>* {
    margin-top: 25px;
    padding: .75rem 1rem;
    border: 1px solid #eee;
    border-radius: 4px;
    margin-top: .35rem;
    margin-bottom: 0
}

.uk-accordion-title {
    display: block;
    font-size: 1.563rem;
    line-height: 1.4;
    color: #2a2c2b;
    color: #002855;
    overflow: hidden;
    font-size: 1.25rem;
    font-weight: 600
}

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

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

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

.uk-accordion-content {
    display: flow-root;
    margin-top: 25px
}

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

.uk-dropdown {
    display: none;
    position: absolute;
    z-index: 1020;
    box-sizing: border-box;
    min-width: 230px;
    padding: 1.5rem;
    background: #fff;
    color: #3E4140;
    box-shadow: 0 5px 12px rgba(0, 0, 0, .15)
}

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

.uk-dropdown-nav {
    white-space: nowrap
}

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

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

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

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

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

.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: #3E4140
}

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

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

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

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

.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: 14px 14px;
    background: rgba(0, 0, 0, .35);
    opacity: 0;
    transition: opacity .15s linear
}

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

@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: 45rem;
    max-width: calc(100% - .01px) !important;
    background: #fff;
    opacity: 0;
    transform: translateY(-100px);
    transition: .3s linear;
    transition-property: opacity, transform;
    transform: translateY(25px);
    transition: .35s ease;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .075);
    border-radius: 3px;
    overflow: hidden
}

.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 {
    display: flow-root;
    padding: 2.5rem 2.5rem;
    padding: 1.5rem 1.5rem
}

.uk-modal-header {
    display: flow-root;
    padding: 1rem 2.5rem;
    background: #fbfbfb;
    border-bottom: 1px solid #eee;
    padding: 1rem 1.5rem
}

.uk-modal-footer {
    display: flow-root;
    padding: 1rem 1rem;
    background: #fbfbfb;
    border-top: 1px solid #eee
}

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

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

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

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

.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: 25px;
    background: #fff
}

.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>:focus {
    outline: 0
}

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

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

.uk-slider-container {
    overflow: hidden
}

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

.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-items>:focus {
    outline: 0
}

.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-offcanvas {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1000
}

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

.uk-offcanvas-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -290px;
    box-sizing: border-box;
    width: 290px;
    padding: 25px 25px;
    background: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

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

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

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

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

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

.uk-offcanvas-bar-animation {
    transition: left .3s ease-out
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uk-offcanvas-bar-animation {
    transition-timing-function: cubic-bezier(.33, 1, .68, 1);
    transition-duration: .45s
}

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

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

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

.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: 10px;
    background: #f5f5f5;
    color: #3E4140;
    font-size: 1.563rem;
    line-height: 1.4;
    cursor: pointer;
    font-size: .925rem;
    padding: .7rem;
    border-radius: 3px;
    font-weight: 600
}

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

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

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

.uk-notification-message-primary {
    color: #002855
}

.uk-notification-message-success {
    color: #32d296;
    background-color: rgba(50, 210, 150, .94);
    color: #fff
}

.uk-notification-message-warning {
    color: #F7B74C;
    background-color: rgba(247, 183, 76, .94);
    color: #fff
}

.uk-notification-message-danger {
    color: #f0506e;
    background-color: rgba(240, 80, 110, .94);
    color: #fff
}

.uk-tooltip {
    display: none;
    position: absolute;
    z-index: 1030;
    top: 0;
    box-sizing: border-box;
    max-width: 200px;
    padding: .3em .5rem;
    background: #002855;
    border-radius: 4px;
    color: #fff;
    font-size: .815rem;
    box-shadow: 0 4px 14px rgba(0, 69, 51, .14);
    font-weight: 600
}

.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-tooltip-bottom-center::after, .uk-tooltip-left-center::after, .uk-tooltip-right-center::after, .uk-tooltip-top-center::after {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-width: 5px
}

.uk-tooltip-bottom-center::after {
    bottom: 100%;
    left: 50%;
    border-bottom-color: #002855;
    margin-left: -5px
}

.uk-tooltip-top-center::after {
    top: 100%;
    left: 50%;
    border-top-color: #002855;
    margin-left: -5px
}

.uk-tooltip-left-center::after {
    left: 100%;
    top: 50%;
    border-left-color: #002855;
    margin-top: -5px
}

.uk-tooltip-right-center::after {
    right: 100%;
    top: 50%;
    border-right-color: #002855;
    margin-top: -5px
}

.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 {
    margin-left: -25px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-column-small, .uk-grid-divider.uk-grid-small {
    margin-left: -20px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uk-grid-divider.uk-grid-column-large>:not(.uk-first-column)::before, .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, .uk-grid-divider.uk-grid-row-large.uk-grid-stack>.uk-grid-margin {
    margin-top: 80px
}

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

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

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

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

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

    .uk-grid-divider.uk-grid-column-large>:not(.uk-first-column)::before, .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, .uk-grid-divider.uk-grid-row-large.uk-grid-stack>.uk-grid-margin {
        margin-top: 140px
    }

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

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

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

.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-nav, .uk-nav ul {
    margin: 0;
    padding: 0;
    list-style: none
}

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

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

.uk-nav>li>a {
    padding: .2em 0
}

ul.uk-nav-sub {
    padding: 5px 0 5px 1em
}

.uk-nav-sub ul {
    padding-left: 1em
}

.uk-nav-sub a {
    padding: .15em 0
}

.uk-nav-parent-icon>.uk-parent>a::after {
    content: "";
    width: 1.5em;
    height: 1.5em;
    float: right;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%233E4140%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%3E%3C%2Fpolyline%3E%0A%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.uk-nav-parent-icon>.uk-parent.uk-open>a::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%233E4140%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%3E%3C%2Fpolyline%3E%0A%3C%2Fsvg%3E")
}

.uk-nav-header {
    padding: .2em 0;
    text-transform: uppercase;
    font-size: .9375rem
}

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

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

.uk-nav-default {
    font-size: 1.25rem
}

.uk-nav-default>li>a {
    color: #3E4140;
    transition: color .2s
}

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

.uk-nav-default>li.uk-active>a {
    color: #2a2c2b
}

.uk-nav-default .uk-nav-header {
    color: #2a2c2b
}

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

.uk-nav-default .uk-nav-sub a {
    color: #9e9e9e
}

.uk-nav-default .uk-nav-sub a:focus, .uk-nav-default .uk-nav-sub a:hover {
    color: #3E4140
}

.uk-nav-default .uk-nav-sub li.uk-active>a {
    color: #2a2c2b
}

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

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

.uk-nav-primary>li.uk-active>a {
    color: #2a2c2b
}

.uk-nav-primary .uk-nav-header {
    color: #2a2c2b
}

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

.uk-nav-primary .uk-nav-sub a {
    color: #9e9e9e
}

.uk-nav-primary .uk-nav-sub a:focus, .uk-nav-primary .uk-nav-sub a:hover {
    color: #3E4140
}

.uk-nav-primary .uk-nav-sub li.uk-active>a {
    color: #2a2c2b
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    min-height: 86px;
    padding: 0 8px;
    font-size: .925rem;
    font-family: Lato, sans-serif;
    text-decoration: none
}

.uk-navbar-nav>li>a {
    color: rgba(255, 255, 255, .85);
    text-transform: uppercase;
    transition: all .2s ease;
    font-weight: 600;
    background-color: rgba(0, 0, 0, 0)
}

.uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a.uk-open, .uk-navbar-nav>li>a:focus {
    color: #fff;
    outline: 0;
    background-color: rgba(0, 0, 0, .06)
}

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

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

.uk-navbar-item {
    color: #3E4140
}

.uk-navbar-toggle {
    color: #fff;
    background-color: rgba(0, 0, 0, .06);
    transition: background-color .2s;
    padding: 0 16px;
    margin-right: -6px;
    margin-left: 8px
}

.uk-navbar-toggle.uk-open, .uk-navbar-toggle:focus, .uk-navbar-toggle:hover {
    color: #fff;
    outline: 0;
    text-decoration: none;
    background-color: rgba(0, 0, 0, .12)
}

.uk-navbar-subtitle {
    font-size: .9375rem
}

.uk-navbar-dropdown {
    display: none;
    position: absolute;
    z-index: 1020;
    box-sizing: border-box;
    width: 200px;
    padding: 15px;
    background: #fff;
    color: #3E4140;
    box-shadow: 0 5px 12px rgba(0, 0, 0, .15)
}

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

[class*=uk-navbar-dropdown-top] {
    margin-top: 0
}

[class*=uk-navbar-dropdown-bottom] {
    margin-top: 0
}

[class*=uk-navbar-dropdown-left] {
    margin-left: 0
}

[class*=uk-navbar-dropdown-right] {
    margin-left: 0
}

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

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

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

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

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

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

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

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

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

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

.uk-navbar-dropdown-nav>li>a {
    color: #9e9e9e
}

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

.uk-navbar-dropdown-nav>li.uk-active>a {
    color: #2a2c2b
}

.uk-navbar-dropdown-nav .uk-nav-header {
    color: #2a2c2b
}

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

.uk-navbar-dropdown-nav .uk-nav-sub a {
    color: #9e9e9e
}

.uk-navbar-dropdown-nav .uk-nav-sub a:focus, .uk-navbar-dropdown-nav .uk-nav-sub a:hover {
    color: #3E4140
}

.uk-navbar-dropdown-nav .uk-nav-sub li.uk-active>a {
    color: #2a2c2b
}

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

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

.uk-navbar-container>.uk-container .uk-navbar-left {
    margin-left: -8px;
    margin-right: -8px
}

.uk-navbar-container>.uk-container .uk-navbar-right {
    margin-right: -8px
}

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

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

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

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

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

.uk-subnav>*>:first-child {
    display: block;
    color: #9e9e9e;
    font-size: .826rem;
    font-weight: 700;
    text-transform: uppercase;
    transition: .2s ease-in-out;
    transition-property: color, background-color;
    border-radius: 4px
}

.uk-subnav>*>a:focus, .uk-subnav>*>a:hover {
    color: #3E4140;
    text-decoration: none;
    outline: 0
}

.uk-subnav>.uk-active>a {
    color: #2a2c2b
}

.uk-subnav-divider {
    margin-left: -21px
}

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

.uk-subnav-divider>::before {
    content: "";
    height: 1em;
    margin-left: 0;
    margin-right: 10px;
    border-left: 1px solid transparent
}

.uk-subnav-divider>:nth-child(n+2):not(.uk-first-column)::before {
    border-left-color: #eee
}

.uk-subnav-pill>*>:first-child {
    padding: .35rem .7rem;
    background: #f5f5f5;
    color: #3E4140
}

.uk-subnav-pill>*>a:focus, .uk-subnav-pill>*>a:hover {
    background-color: #f5f5f5;
    color: #3E4140
}

.uk-subnav-pill>*>a:active {
    background-color: #f5f5f5;
    color: #3E4140
}

.uk-subnav-pill>.uk-active>a {
    background-color: #002855;
    color: #fff
}

.uk-subnav>.uk-disabled>a {
    color: #9e9e9e
}

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

.uk-breadcrumb>* {
    display: contents
}

.uk-breadcrumb>*>* {
    font-size: .875rem;
    color: #9e9e9e
}

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

.uk-breadcrumb>:last-child>a:not([href]), .uk-breadcrumb>:last-child>span {
    color: #3E4140
}

.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
    content: "/";
    display: inline-block;
    margin: 0 14px 0 calc(14px - 4px);
    font-size: .875rem;
    color: #9e9e9e
}

.uk-pagination {
    display: flex;
    flex-wrap: wrap;
    margin-left: -4px;
    padding: 0;
    list-style: none
}

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

.uk-pagination>*>* {
    display: block;
    padding: 4px 10px;
    color: #9e9e9e;
    transition: all .15s ease;
    background-color: #eee;
    border-radius: 4px;
    font-size: .875rem
}

.uk-pagination>*>:focus, .uk-pagination>*>:hover {
    color: #3E4140;
    text-decoration: none;
    background-color: #e0e0e0
}

.uk-pagination>.uk-active>* {
    color: #3E4140;
    background-color: #002855;
    color: #fff
}

.uk-pagination>.uk-disabled>* {
    color: #9e9e9e
}

.uk-slidenav {
    padding: 5px 10px;
    color: rgba(62, 65, 64, .5)
}

.uk-slidenav:focus, .uk-slidenav:hover {
    color: rgba(62, 65, 64, .9);
    outline: 0
}

.uk-slidenav:active {
    color: rgba(62, 65, 64, .5)
}

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

.uk-slidenav-container {
    display: flex
}

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

.uk-dotnav>* {
    flex: none;
    padding-left: 10px
}

.uk-dotnav>*>* {
    display: block;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #D1D1D1;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    transition: .2s ease-in-out;
    transition-property: background-color, border-color
}

.uk-dotnav>*>:focus, .uk-dotnav>*>:hover {
    background-color: #BBB;
    outline: 0;
    border-color: transparent
}

.uk-dotnav>*>:active {
    background-color: rgba(62, 65, 64, .2);
    border-color: transparent
}

.uk-dotnav>.uk-active>* {
    background-color: #002855;
    border-color: transparent
}

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

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

[class*=uk-animation-] {
    animation-duration: .7s;
    animation-timing-function: ease-out;
    animation-fill-mode: both
}

.uk-animation-fade {
    animation-name: uk-fade;
    animation-duration: .7s;
    animation-timing-function: linear
}

.uk-animation-scale-up {
    animation-name: uk-fade-scale-02
}

.uk-animation-scale-down {
    animation-name: uk-fade-scale-18
}

.uk-animation-slide-top {
    animation-name: uk-fade-top
}

.uk-animation-slide-bottom {
    animation-name: uk-fade-bottom
}

.uk-animation-slide-left {
    animation-name: uk-fade-left
}

.uk-animation-slide-right {
    animation-name: uk-fade-right
}

.uk-animation-slide-top-small {
    animation-name: uk-fade-top-small
}

.uk-animation-slide-bottom-small {
    animation-name: uk-fade-bottom-small
}

.uk-animation-slide-left-small {
    animation-name: uk-fade-left-small
}

.uk-animation-slide-right-small {
    animation-name: uk-fade-right-small
}

.uk-animation-slide-top-medium {
    animation-name: uk-fade-top-medium
}

.uk-animation-slide-bottom-medium {
    animation-name: uk-fade-bottom-medium
}

.uk-animation-slide-left-medium {
    animation-name: uk-fade-left-medium
}

.uk-animation-slide-right-medium {
    animation-name: uk-fade-right-medium
}

.uk-animation-kenburns {
    animation-name: uk-scale-kenburns;
    animation-duration: 15s
}

.uk-animation-shake {
    animation-name: uk-shake
}

.uk-animation-stroke {
    animation-name: uk-stroke;
    stroke-dasharray: var(--uk-animation-stroke);
    animation-duration: 2s
}

.uk-animation-reverse {
    animation-direction: reverse;
    animation-timing-function: ease-in
}

.uk-animation-fast {
    animation-duration: .15s
}

.uk-animation-toggle:not(:hover):not(:focus) [class*=uk-animation-] {
    animation-name: none
}

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

.uk-animation-toggle:focus {
    outline: 0
}

@keyframes uk-fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes uk-fade-top {
    0% {
        opacity: 0;
        transform: translateY(-100%)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes uk-fade-bottom {
    0% {
        opacity: 0;
        transform: translateY(100%)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes uk-fade-left {
    0% {
        opacity: 0;
        transform: translateX(-100%)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes uk-fade-right {
    0% {
        opacity: 0;
        transform: translateX(100%)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes uk-fade-top-small {
    0% {
        opacity: 0;
        transform: translateY(-10px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes uk-fade-bottom-small {
    0% {
        opacity: 0;
        transform: translateY(10px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes uk-fade-left-small {
    0% {
        opacity: 0;
        transform: translateX(-10px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes uk-fade-right-small {
    0% {
        opacity: 0;
        transform: translateX(10px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes uk-fade-top-medium {
    0% {
        opacity: 0;
        transform: translateY(-40px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes uk-fade-bottom-medium {
    0% {
        opacity: 0;
        transform: translateY(40px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes uk-fade-left-medium {
    0% {
        opacity: 0;
        transform: translateX(-40px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes uk-fade-right-medium {
    0% {
        opacity: 0;
        transform: translateX(40px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes uk-fade-scale-02 {
    0% {
        opacity: 0;
        transform: scale(.2)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes uk-fade-scale-18 {
    0% {
        opacity: 0;
        transform: scale(1.8)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes uk-scale-kenburns {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.2)
    }
}

@keyframes uk-shake {
    0%, 100% {
        transform: translateX(0)
    }

    10% {
        transform: translateX(-9px)
    }

    20% {
        transform: translateX(8px)
    }

    30% {
        transform: translateX(-7px)
    }

    40% {
        transform: translateX(6px)
    }

    50% {
        transform: translateX(-5px)
    }

    60% {
        transform: translateX(4px)
    }

    70% {
        transform: translateX(-3px)
    }

    80% {
        transform: translateX(2px)
    }

    90% {
        transform: translateX(-1px)
    }
}

@keyframes uk-stroke {
    0% {
        stroke-dashoffset: var(--uk-animation-stroke)
    }

    100% {
        stroke-dashoffset: 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: 250px
}

.uk-width-large {
    width: 310px
}

.uk-width-xlarge {
    width: 410px
}

.uk-width-2xlarge {
    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: 250px
    }

    .uk-width-large\@s {
        width: 310px
    }

    .uk-width-xlarge\@s {
        width: 410px
    }

    .uk-width-2xlarge\@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: 250px
    }

    .uk-width-large\@m {
        width: 310px
    }

    .uk-width-xlarge\@m {
        width: 410px
    }

    .uk-width-2xlarge\@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: 250px
    }

    .uk-width-large\@l {
        width: 310px
    }

    .uk-width-xlarge\@l {
        width: 410px
    }

    .uk-width-2xlarge\@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: 250px
    }

    .uk-width-large\@xl {
        width: 310px
    }

    .uk-width-xlarge\@xl {
        width: 410px
    }

    .uk-width-2xlarge\@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.953rem;
    line-height: 1.25;
    color: #2a2c2b
}

.uk-text-meta {
    font-size: .9375rem;
    line-height: 1.4;
    color: #9e9e9e
}

.uk-text-small {
    font-size: .9375rem;
    line-height: 1.4
}

.uk-text-large {
    font-size: 19.8px;
    line-height: 1.4
}

.uk-text-default {
    font-size: 16.5px;
    line-height: 1.5em
}

.uk-text-light {
    font-weight: 300
}

.uk-text-normal {
    font-weight: 400
}

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

.uk-text-lighter {
    font-weight: lighter
}

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

.uk-text-italic {
    font-style: italic
}

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

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

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

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

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

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

.uk-text-secondary {
    color: #D2BC61 !important
}

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

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

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

.uk-text-background {
    -webkit-background-clip: text;
    display: inline-block;
    color: #002855 !important
}

@supports (-webkit-background-clip:text) {
    .uk-text-background {
        background-color: #002855;
        color: transparent !important
    }
}

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

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

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

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

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

    .uk-text-right\@s {
        text-align: right !important
    }

    .uk-text-center\@s {
        text-align: center !important
    }
}

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

    .uk-text-right\@m {
        text-align: right !important
    }

    .uk-text-center\@m {
        text-align: center !important
    }
}

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

    .uk-text-right\@l {
        text-align: right !important
    }

    .uk-text-center\@l {
        text-align: center !important
    }
}

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

    .uk-text-right\@xl {
        text-align: right !important
    }

    .uk-text-center\@xl {
        text-align: center !important
    }
}

.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-text-tiny {
    font-size: 13.41px;
    line-height: 1.4
}

.uk-text-smaller {
    font-size: 14.44px;
    line-height: 1.4
}

.uk-text-huge {
    font-size: 23.1px;
    line-height: 1.4
}

.uk-text-space-1 {
    letter-spacing: .15rem
}

.uk-text-space-2 {
    letter-spacing: .25rem
}

.uk-text-space-3 {
    letter-spacing: .5rem
}

.uk-text-space-4 {
    letter-spacing: 1rem
}

.uk-opacity-25 {
    opacity: .25 !important
}

.uk-opacity-50 {
    opacity: .5 !important
}

.uk-opacity-75 {
    opacity: .75 !important
}

.uk-text-primary-light {
    color: #023570 !important
}

.uk-text-primary-lighter {
    color: #00b083 !important
}

.uk-text-primary-dark {
    color: #002219 !important
}

.uk-text-primary-darker {
    color: #002219 !important
}

.uk-text-secondary {
    color: #D2BC61 !important
}

.uk-text-secondary-light {
    color: #e2d499 !important
}

.uk-text-secondary-lighter {
    color: #e2d499 !important
}

.uk-text-secondary-dark {
    color: #b79e34 !important
}

.uk-text-secondary-darker {
    color: #b79e34 !important
}

.width-text {
    max-width: 30em
}

.text-background {
    font-size: 2rem;
    line-height: 1.1em;
    margin-bottom: 1.1em;
    position: relative
}

.text-background span {
    padding: 3px 0;
    background-color: #D2BC61;
    box-shadow: 7px 0 0 #D2BC61, -7px 0 0 #D2BC61;
    box-decoration-break: clone
}

.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-panel {
    display: flow-root;
    position: relative;
    box-sizing: border-box
}

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

.uk-panel-scrollable {
    height: 170px;
    padding: 10px;
    border: 1px solid #eee;
    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
}

.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: 4px
}

.uk-inline-clip[class*=uk-border-] {
    -webkit-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)
}

@supports (filter:blur(0)) {
    .uk-box-shadow-bottom {
        display: inline-block;
        position: relative;
        max-width: 100%;
        vertical-align: middle
    }

    .uk-box-shadow-bottom::before {
        content: '';
        position: absolute;
        bottom: -30px;
        left: 0;
        right: 0;
        height: 30px;
        border-radius: 100%;
        background: #444;
        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
}

@-moz-document url-prefix() {
    .uk-dropcap::first-letter, .uk-dropcap>p:first-of-type::first-letter {
        margin-top: 1.1%
    }
}

@supports (-ms-ime-align:auto) {
    .uk-dropcap>p:first-of-type::first-letter {
        font-size: 1em
    }
}

.uk-logo {
    font-size: 1.953rem;
    font-family: Lato, sans-serif;
    color: #3E4140;
    text-decoration: none
}

.uk-logo:focus, .uk-logo:hover {
    color: #3E4140;
    outline: 0;
    text-decoration: none
}

.uk-logo-inverse {
    display: none
}

.uk-disabled {
    pointer-events: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uk-transform-center {
    transform: translate(-50%, -50%)
}

.uk-transform-origin-top-left {
    transform-origin: 0 0
}

.uk-transform-origin-top-center {
    transform-origin: 50% 0
}

.uk-transform-origin-top-right {
    transform-origin: 100% 0
}

.uk-transform-origin-center-left {
    transform-origin: 0 50%
}

.uk-transform-origin-center-right {
    transform-origin: 100% 50%
}

.uk-transform-origin-bottom-left {
    transform-origin: 0 100%
}

.uk-transform-origin-bottom-center {
    transform-origin: 50% 100%
}

.uk-transform-origin-bottom-right {
    transform-origin: 100% 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

.uk-margin-small-right {
    margin-right: 12px !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: 100px
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .uk-margin-auto-left\@s {
        margin-left: auto !important
    }

    .uk-margin-auto-right\@s {
        margin-right: auto !important
    }
}

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

    .uk-margin-auto-left\@m {
        margin-left: auto !important
    }

    .uk-margin-auto-right\@m {
        margin-right: auto !important
    }
}

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

    .uk-margin-auto-left\@l {
        margin-left: auto !important
    }

    .uk-margin-auto-right\@l {
        margin-right: auto !important
    }
}

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

    .uk-margin-auto-left\@xl {
        margin-left: auto !important
    }

    .uk-margin-auto-right\@xl {
        margin-right: auto !important
    }
}

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

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

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

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

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

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

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

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

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

    .uk-margin-remove-right\@s {
        margin-right: 0 !important
    }
}

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

    .uk-margin-remove-right\@m {
        margin-right: 0 !important
    }
}

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

    .uk-margin-remove-right\@l {
        margin-right: 0 !important
    }
}

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

    .uk-margin-remove-right\@xl {
        margin-right: 0 !important
    }
}

.uk-padding {
    padding: 25px
}

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

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

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

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

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

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

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

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

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

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

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

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

.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: 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: max-content
}

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

.uk-position-bottom-center, .uk-position-top-center {
    left: 50%;
    transform: translateX(-50%);
    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-position-small {
    max-width: calc(100% - (10px * 2));
    margin: 10px
}

.uk-position-small.uk-position-center {
    transform: translate(-50%, -50%) translate(-10px, -10px)
}

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

.uk-position-small.uk-position-bottom-center, .uk-position-small.uk-position-top-center {
    transform: translateX(-50%) translateX(-10px)
}

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

.uk-position-medium.uk-position-center {
    transform: translate(-50%, -50%) translate(-25px, -25px)
}

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

.uk-position-medium.uk-position-bottom-center, .uk-position-medium.uk-position-top-center {
    transform: translateX(-50%) translateX(-25px)
}

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

.uk-position-large.uk-position-center {
    transform: translate(-50%, -50%) translate(-25px, -25px)
}

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

.uk-position-large.uk-position-bottom-center, .uk-position-large.uk-position-top-center {
    transform: translateX(-50%) translateX(-25px)
}

@media (min-width:1200px) {
    .uk-position-large {
        max-width: calc(100% - (50px * 2));
        margin: 50px
    }

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

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

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

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

.uk-transition-toggle:focus {
    outline: 0
}

.uk-transition-fade, [class*=uk-transition-scale], [class*=uk-transition-slide] {
    transition: .2s 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: scale(1, 1)
}

.uk-transition-scale-down {
    transform: scale(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: scale(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: scale(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
}

.uk-visible-toggle:focus {
    outline: 0
}

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

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

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

.uk-light {
    color: rgba(255, 255, 255, .85)
}

.uk-light .uk-link, .uk-light a {
    color: #fff
}

.uk-light .uk-link:hover, .uk-light a:hover {
    color: #fff
}

.uk-light :not(pre)>code, .uk-light :not(pre)>kbd, .uk-light :not(pre)>samp {
    color: rgba(255, 255, 255, .85)
}

.uk-light em {
    color: #fff
}

.uk-light .uk-h1, .uk-light .uk-h2, .uk-light .uk-h3, .uk-light .uk-h4, .uk-light .uk-h5, .uk-light .uk-h6, .uk-light .uk-heading-2xlarge, .uk-light .uk-heading-large, .uk-light .uk-heading-medium, .uk-light .uk-heading-small, .uk-light .uk-heading-xlarge, .uk-light h1, .uk-light h2, .uk-light h3, .uk-light h4, .uk-light h5, .uk-light h6 {
    color: #fff
}

.uk-light .uk-hr, .uk-light hr {
    border-top-color: rgba(255, 255, 255, .2)
}

.uk-light .uk-link-muted a, .uk-light a.uk-link-muted {
    color: rgba(255, 255, 255, .55)
}

.uk-light .uk-link-muted a:hover, .uk-light .uk-link-toggle:focus .uk-link-muted, .uk-light .uk-link-toggle:hover .uk-link-muted, .uk-light a.uk-link-muted:hover {
    color: rgba(255, 255, 255, .85)
}

.uk-light .uk-link-text a:hover, .uk-light .uk-link-toggle:focus .uk-link-text, .uk-light .uk-link-toggle:hover .uk-link-text, .uk-light a.uk-link-text:hover {
    color: rgba(255, 255, 255, .55)
}

.uk-light .uk-link-heading a:hover, .uk-light .uk-link-toggle:focus .uk-link-heading, .uk-light .uk-link-toggle:hover .uk-link-heading, .uk-light a.uk-link-heading:hover {
    color: #fff
}

.uk-light .uk-list-muted>::before {
    color: rgba(255, 255, 255, .55) !important
}

.uk-light .uk-list-emphasis>::before {
    color: #fff !important
}

.uk-light .uk-list-primary>::before {
    color: #fff !important
}

.uk-light .uk-list-secondary>::before {
    color: #fff !important
}

.uk-light .uk-list-bullet>::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22rgba%28255,%20255,%20255,%200.85%29%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%3E%3C%2Fcircle%3E%0A%3C%2Fsvg%3E")
}

.uk-light .uk-list-divider>:nth-child(n+2) {
    border-top-color: rgba(255, 255, 255, .2)
}

.uk-light .uk-list-striped>* {
    border-bottom-color: rgba(255, 255, 255, .2)
}

.uk-light .uk-list-striped>:first-child {
    border-top-color: rgba(255, 255, 255, .2)
}

.uk-light .uk-list-striped>:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .1)
}

.uk-light .uk-icon-link {
    color: rgba(255, 255, 255, .55)
}

.uk-light .uk-icon-link:focus, .uk-light .uk-icon-link:hover {
    color: rgba(255, 255, 255, .85)
}

.uk-light .uk-active>.uk-icon-link, .uk-light .uk-icon-link:active {
    color: rgba(255, 255, 255, .85)
}

.uk-light .uk-icon-button {
    background-color: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .55)
}

.uk-light .uk-icon-button:focus, .uk-light .uk-icon-button:hover {
    background-color: rgba(242, 242, 242, .1);
    color: rgba(255, 255, 255, .85)
}

.uk-light .uk-icon-button:active {
    background-color: rgba(230, 230, 230, .1);
    color: rgba(255, 255, 255, .85)
}

.uk-light .uk-input, .uk-light .uk-select, .uk-light .uk-textarea {
    background-color: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-color: rgba(255, 255, 255, .2)
}

.uk-light .uk-input:focus, .uk-light .uk-select:focus, .uk-light .uk-textarea:focus {
    background-color: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .85);
    border-color: rgba(255, 255, 255, .85)
}

.uk-light .uk-input::-ms-input-placeholder {
    color: rgba(255, 255, 255, .55) !important
}

.uk-light .uk-input::placeholder {
    color: rgba(255, 255, 255, .55)
}

.uk-light .uk-textarea::-ms-input-placeholder {
    color: rgba(255, 255, 255, .55) !important
}

.uk-light .uk-textarea::placeholder {
    color: rgba(255, 255, 255, .55)
}

.uk-light .uk-select:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%0D%0A%20%20%3Cpath%20fill%3D%22none%22%20stroke%3D%22rgba%28255,%20255,%20255,%200.85%29%22%20stroke-width%3D%221.03%22%20d%3D%22M.565%205.434L4.499%201.5l3.935%203.934M8.434%2010.388l-3.935%203.935-3.934-3.935%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A")
}

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

.uk-light .uk-checkbox, .uk-light .uk-radio {
    background-color: rgba(242, 242, 242, .1);
    border-color: rgba(255, 255, 255, .2)
}

.uk-light .uk-checkbox:focus, .uk-light .uk-radio:focus {
    border-color: rgba(255, 255, 255, .85)
}

.uk-light .uk-checkbox:checked, .uk-light .uk-checkbox:indeterminate, .uk-light .uk-radio:checked {
    background-color: #fff;
    border-color: rgba(255, 255, 255, .85)
}

.uk-light .uk-checkbox:checked:focus, .uk-light .uk-checkbox:indeterminate:focus, .uk-light .uk-radio:checked:focus {
    background-color: #e6e6e6
}

.uk-light .uk-radio:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%233E4140%22%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%226%22%3E%3C%2Fcircle%3E%0A%3C%2Fsvg%3E")
}

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

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

.uk-light .uk-form-label {
    color: #fff
}

.uk-light .uk-form-icon {
    color: rgba(255, 255, 255, .55)
}

.uk-light .uk-form-icon:hover {
    color: rgba(255, 255, 255, .85)
}

.uk-light .uk-button-default {
    background-color: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, .85)
}

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

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

.uk-light .uk-button-primary {
    background-color: #fff;
    color: #3E4140
}

.uk-light .uk-button-primary:focus, .uk-light .uk-button-primary:hover {
    background-color: #f2f2f2;
    color: #3E4140
}

.uk-light .uk-button-primary.uk-active, .uk-light .uk-button-primary:active {
    background-color: #e6e6e6;
    color: #3E4140
}

.uk-light .uk-button-secondary {
    background-color: #fff;
    color: #3E4140
}

.uk-light .uk-button-secondary:focus, .uk-light .uk-button-secondary:hover {
    background-color: #f2f2f2;
    color: #3E4140
}

.uk-light .uk-button-secondary.uk-active, .uk-light .uk-button-secondary:active {
    background-color: #e6e6e6;
    color: #3E4140
}

.uk-light .uk-button-text {
    color: #fff
}

.uk-light .uk-button-text::before {
    border-bottom-color: #fff
}

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

.uk-light .uk-button-text:disabled {
    color: rgba(255, 255, 255, .55)
}

.uk-light .uk-button-link {
    color: rgba(255, 255, 255, .55)
}

.uk-light .uk-button-link:focus, .uk-light .uk-button-link:hover {
    color: rgba(255, 255, 255, .85)
}

.uk-light .uk-close {
    color: rgba(255, 255, 255, .55)
}

.uk-light .uk-close:focus, .uk-light .uk-close:hover {
    color: rgba(255, 255, 255, .85)
}

.uk-light .uk-totop {
    color: rgba(255, 255, 255, .55)
}

.uk-light .uk-totop:focus, .uk-light .uk-totop:hover {
    color: rgba(255, 255, 255, .85)
}

.uk-light .uk-totop:active {
    color: #fff
}

.uk-light .uk-badge {
    background-color: #fff;
    color: #3E4140
}

.uk-light .uk-badge:focus, .uk-light .uk-badge:hover {
    color: #3E4140
}

.uk-light .uk-label {
    background-color: #fff;
    color: #3E4140
}

.uk-light .uk-article-meta {
    color: rgba(255, 255, 255, .55)
}

.uk-light .uk-search-input {
    color: rgba(255, 255, 255, .85)
}

.uk-light .uk-search-input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .55) !important
}

.uk-light .uk-search-input::placeholder {
    color: rgba(255, 255, 255, .55)
}

.uk-light .uk-search .uk-search-icon {
    color: rgba(255, 255, 255, .55)
}

.uk-light .uk-search .uk-search-icon:hover {
    color: rgba(255, 255, 255, .55)
}

.uk-light .uk-search-default .uk-search-input {
    background-color: transparent;
    border-color: rgba(255, 255, 255, .2)
}

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

.uk-light .uk-search-navbar .uk-search-input {
    background-color: transparent
}

.uk-light .uk-search-large .uk-search-input {
    background-color: transparent
}

.uk-light .uk-search-toggle {
    color: rgba(255, 255, 255, .55)
}

.uk-light .uk-search-toggle:focus, .uk-light .uk-search-toggle:hover {
    color: rgba(255, 255, 255, .85)
}

.uk-light .uk-accordion-title {
    color: #fff
}

.uk-light .uk-accordion-title:focus, .uk-light .uk-accordion-title:hover {
    color: rgba(255, 255, 255, .85)
}

.uk-light .uk-grid-divider>:not(.uk-first-column)::before {
    border-left-color: rgba(255, 255, 255, .2)
}

.uk-light .uk-grid-divider.uk-grid-stack>.uk-grid-margin::before {
    border-top-color: rgba(255, 255, 255, .2)
}

.uk-light .uk-nav-parent-icon>.uk-parent>a::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba%28255,%20255,%20255,%200.85%29%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%3E%3C%2Fpolyline%3E%0A%3C%2Fsvg%3E")
}

.uk-light .uk-nav-parent-icon>.uk-parent.uk-open>a::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba%28255,%20255,%20255,%200.85%29%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%3E%3C%2Fpolyline%3E%0A%3C%2Fsvg%3E")
}

.uk-light .uk-nav-default>li>a {
    color: rgba(255, 255, 255, .55)
}

.uk-light .uk-nav-default>li>a:focus, .uk-light .uk-nav-default>li>a:hover {
    color: rgba(255, 255, 255, .85)
}

.uk-light .uk-nav-default>li.uk-active>a {
    color: #fff
}

.uk-light .uk-nav-default .uk-nav-header {
    color: #fff
}

.uk-light .uk-nav-default .uk-nav-divider {
    border-top-color: rgba(255, 255, 255, .2)
}

.uk-light .uk-nav-default .uk-nav-sub a {
    color: rgba(255, 255, 255, .55)
}

.uk-light .uk-nav-default .uk-nav-sub a:focus, .uk-light .uk-nav-default .uk-nav-sub a:hover {
    color: rgba(255, 255, 255, .85)
}

.uk-light .uk-nav-default .uk-nav-sub li.uk-active>a {
    color: #fff
}

.uk-light .uk-nav-primary>li>a {
    color: rgba(255, 255, 255, .55)
}

.uk-light .uk-nav-primary>li>a:focus, .uk-light .uk-nav-primary>li>a:hover {
    color: rgba(255, 255, 255, .85)
}

.uk-light .uk-nav-primary>li.uk-active>a {
    color: #fff
}

.uk-light .uk-nav-primary .uk-nav-header {
    color: #fff
}

.uk-light .uk-nav-primary .uk-nav-divider {
    border-top-color: rgba(255, 255, 255, .2)
}

.uk-light .uk-nav-primary .uk-nav-sub a {
    color: rgba(255, 255, 255, .55)
}

.uk-light .uk-nav-primary .uk-nav-sub a:focus, .uk-light .uk-nav-primary .uk-nav-sub a:hover {
    color: rgba(255, 255, 255, .85)
}

.uk-light .uk-nav-primary .uk-nav-sub li.uk-active>a {
    color: #fff
}

.uk-light .uk-navbar-nav>li>a {
    color: rgba(255, 255, 255, .55)
}

.uk-light .uk-navbar-nav>li:hover>a, .uk-light .uk-navbar-nav>li>a.uk-open, .uk-light .uk-navbar-nav>li>a:focus {
    color: rgba(255, 255, 255, .85)
}

.uk-light .uk-navbar-nav>li>a:active {
    color: #fff
}

.uk-light .uk-navbar-nav>li.uk-active>a {
    color: #fff
}

.uk-light .uk-navbar-item {
    color: rgba(255, 255, 255, .85)
}

.uk-light .uk-navbar-toggle {
    color: rgba(255, 255, 255, .55)
}

.uk-light .uk-navbar-toggle.uk-open, .uk-light .uk-navbar-toggle:focus, .uk-light .uk-navbar-toggle:hover {
    color: rgba(255, 255, 255, .85)
}

.uk-light .uk-subnav>*>:first-child {
    color: rgba(255, 255, 255, .55);
    color: rgba(255, 255, 255, .8)
}

.uk-light .uk-subnav>*>a:focus, .uk-light .uk-subnav>*>a:hover {
    color: rgba(255, 255, 255, .85);
    color: #fff
}

.uk-light .uk-subnav>.uk-active>a {
    color: #fff
}

.uk-light .uk-subnav-divider>:nth-child(n+2):not(.uk-first-column)::before {
    border-left-color: rgba(255, 255, 255, .2)
}

.uk-light .uk-subnav-pill>*>:first-child {
    background-color: transparent;
    color: rgba(255, 255, 255, .55);
    color: rgba(255, 255, 255, .8)
}

.uk-light .uk-subnav-pill>*>a:focus, .uk-light .uk-subnav-pill>*>a:hover {
    background-color: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .85);
    color: #fff
}

.uk-light .uk-subnav-pill>*>a:active {
    background-color: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .85);
    color: #fff
}

.uk-light .uk-subnav-pill>.uk-active>a {
    background-color: #fff;
    color: #3E4140;
    color: #fff
}

.uk-light .uk-subnav>.uk-disabled>a {
    color: rgba(255, 255, 255, .55)
}

.uk-light .uk-breadcrumb>*>* {
    color: rgba(255, 255, 255, .55)
}

.uk-light .uk-breadcrumb>*>:focus, .uk-light .uk-breadcrumb>*>:hover {
    color: rgba(255, 255, 255, .85)
}

.uk-light .uk-breadcrumb>:last-child>* {
    color: rgba(255, 255, 255, .85)
}

.uk-light .uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
    color: rgba(255, 255, 255, .55)
}

.uk-light .uk-pagination>*>* {
    color: rgba(255, 255, 255, .55)
}

.uk-light .uk-pagination>*>:focus, .uk-light .uk-pagination>*>:hover {
    color: rgba(255, 255, 255, .85)
}

.uk-light .uk-pagination>.uk-active>* {
    color: rgba(255, 255, 255, .85)
}

.uk-light .uk-pagination>.uk-disabled>* {
    color: rgba(255, 255, 255, .55)
}

.uk-light .uk-slidenav {
    color: rgba(255, 255, 255, .7)
}

.uk-light .uk-slidenav:focus, .uk-light .uk-slidenav:hover {
    color: rgba(255, 255, 255, .95)
}

.uk-light .uk-slidenav:active {
    color: rgba(255, 255, 255, .7)
}

.uk-light .uk-dotnav>*>* {
    background-color: transparent;
    background-color: rgba(255, 255, 255, .35)
}

.uk-light .uk-dotnav>*>:focus, .uk-light .uk-dotnav>*>:hover {
    background-color: rgba(255, 255, 255, .9);
    background-color: rgba(255, 255, 255, .55)
}

.uk-light .uk-dotnav>*>:active {
    background-color: rgba(255, 255, 255, .5);
    border-color: transparent
}

.uk-light .uk-dotnav>.uk-active>* {
    background-color: rgba(255, 255, 255, .9);
    background-color: #fff
}

.uk-light .uk-text-lead {
    color: rgba(255, 255, 255, .85)
}

.uk-light .uk-text-meta {
    color: rgba(255, 255, 255, .55)
}

.uk-light .uk-text-muted {
    color: rgba(255, 255, 255, .55) !important
}

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

.uk-light .uk-text-primary {
    color: #fff !important
}

.uk-light .uk-text-secondary {
    color: #fff !important
}

.uk-light .uk-logo {
    color: rgba(255, 255, 255, .85)
}

.uk-light .uk-logo:focus, .uk-light .uk-logo:hover {
    color: rgba(255, 255, 255, .85)
}

.uk-light .uk-logo>:not(.uk-logo-inverse):not(:only-of-type) {
    display: none
}

.uk-light .uk-logo-inverse {
    display: inline
}

.uk-light .uk-slidenav {
    color: rgba(255, 255, 255, .7)
}

.uk-light .uk-slidenav:focus, .uk-light .uk-slidenav:hover {
    color: rgba(255, 255, 255, .95)
}

.uk-light .uk-slidenav:active {
    color: rgba(255, 255, 255, .7)
}

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

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

@media print {
    *, ::after, ::before {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }
}

.uk-button-success {
    border: 1px solid transparent;
    background-color: #32d296;
    color: #fff
}

.uk-button-success:focus, .uk-button-success:hover {
    background-color: #2ac088;
    color: #fff
}

.uk-button-success.uk-active, .uk-button-success:active {
    background-color: #26ab79;
    color: #fff
}

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

.uk-button-warning:focus, .uk-button-warning:hover {
    background-color: #f6ad34;
    color: #fff
}

.uk-button-warning.uk-active, .uk-button-warning:active {
    background-color: #f5a31b;
    color: #fff
}

.uk-slidenav {
    padding: 5px 10px;
    color: rgba(62, 65, 64, .5)
}

.uk-slidenav:focus, .uk-slidenav:hover {
    color: rgba(62, 65, 64, .9);
    outline: 0
}

.uk-slidenav:active {
    color: rgba(62, 65, 64, .5)
}

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

.uk-slidenav-container {
    display: flex
}

@media screen and (min-width:640px) {
    .uk-modal-body {
        padding: 2.5rem 2.5rem
    }

    .uk-modal-header {
        padding: 1rem 2.5rem
    }
}

[class*=uk-animation-] {
    animation-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.uk-animation-scale-up {
    animation-name: uk-fade-scale-06
}

.uk-animation-scale-down {
    animation-name: uk-fade-scale-12
}

@keyframes uk-fade-scale-06 {
    0% {
        opacity: 0;
        transform: scale(.9)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes uk-fade-scale-18 {
    0% {
        opacity: 0;
        transform: scale(1.2)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

.uk-switch {
    position: relative;
    display: inline-block;
    height: 30px;
    width: 56px
}

.uk-switch input {
    display: none
}

.uk-switch-slider {
    background-color: rgba(0, 0, 0, .17);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    bottom: 0;
    cursor: pointer;
    transition-property: background-color;
    transition-duration: .2s
}

.uk-switch-slider:before {
    content: '';
    background-color: #fff;
    position: absolute;
    width: 26px;
    height: 26px;
    left: 2px;
    bottom: 2px;
    border-radius: 50%;
    transition-property: transform, box-shadow;
    transition-duration: .2s
}

input:checked+.uk-switch-slider {
    background-color: #002855 !important
}

input:checked+.uk-switch-slider:before {
    transform: translateX(26px)
}

.uk-switch-slider.uk-switch-square, .uk-switch-slider.uk-switch-square:before {
    border-radius: 0
}

.uk-switch-slider.uk-switch-on-off {
    background-color: #f0506e
}

input:checked+.uk-switch-slider.uk-switch-on-off {
    background-color: #32d296 !important
}

.uk-switch-slider.uk-switch-big:before {
    transform: scale(1.2);
    box-shadow: 0 0 6px rgba(0, 0, 0, .17)
}

input:checked+.uk-switch-slider.uk-switch-big:before {
    transform: translateX(26px) scale(1.2)
}

.uk-light .uk-switch-slider:not(.uk-switch-on-off) {
    background-color: rgba(255, 255, 255, .17)
}

.lazyload, .lazyloading {
    opacity: 0
}

.lazyloaded {
    opacity: 1;
    transition: opacity .5s
}

.site-head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99
}

.site-head .uk-logo img {
    max-height: 50px;
    transition: max-height .2s;
    margin-top: 2px
}

.site-head .uk-navbar-item, .site-head .uk-navbar-nav>li>a, .site-head .uk-navbar-toggle {
    min-height: 68px;
    transition: all .2s
}

.site-head .lang-selector {
    font-size: .9rem;
    padding: 0 .5rem;
    border-radius: 4px;
    margin-left: 12px;
    border-left: 1px solid rgba(255, 255, 255, .1);
    border-right: 1px solid rgba(255, 255, 255, .1);
    min-height: 38px !important;
    background-color: rgba(0, 0, 0, .1)
}

.site-head .lang-selector a {
    color: #fff;
    font-weight: 400;
    font-size: .825rem;
    opacity: .65;
    padding: 0 .2em
}

.site-head .lang-selector a.active {
    font-weight: 600;
    opacity: 1
}

.site-head .lang-selector span {
    color: #fff;
    opacity: .65
}

.spacer-top {
    height: 68px
}

.site-foot .foot-logo {
    width: 185px;
    transition: width .2s;
    margin: 0 auto;
    display: block
}

.site-foot .copyright {
    padding: 1rem 0;
    line-height: 1.3em;
    margin-top: 1.5rem;
    font-size: .875rem;
    color: #fff;
    opacity: .7;
    border-top: 1px solid #fff
}

.offcanvas-social a {
    margin-right: 4px
}

@media screen and (min-width:960px) {
    .site-foot .foot-logo {
        margin-right: auto;
        margin-left: 0
    }

    .spacer-top {
        height: 60px
    }

    .site-head:not(.active) .uk-logo img {
        max-height: 60px;
        margin-top: 2px
    }

    .site-head:not(.active) .uk-navbar-item, .site-head:not(.active) .uk-navbar-nav>li>a, .site-head:not(.active) .uk-navbar-toggle {
        min-height: 86px
    }

    .site-foot .foot-logo {
        width: 220px
    }
}

.home-top-box {
    border: 2px solid #002855;
    border-radius: 4px;
    padding: 1.25rem;
    transition: padding .2s
}

.home-top-box-sm {
    border: 2px solid #002855;
    border-radius: 4px;
    padding: 1rem;
    transition: padding .2s
}

.max-container {
    margin: 0 auto;
    max-width: 420px
}

.servicio-item {
    height: 300px;
    border-radius: 4px;
    overflow: hidden
}

.servicio-item img.uk-cover {
    transition: opacity .3s
}

.servicio-item:hover img {
    opacity: .5
}

.servicio-item:hover .servicio-item__content {
    transform: translateY(0)
}

.servicio-item .servicio-item__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 1.45rem;
    text-align: center;
    color: #fff;
    padding: .75rem;
    background-color: rgba(0, 40, 85, .92);
    transform: translateY(44px);
    transition: transform .3s
}

.servicio-item .servicio-item__content .servicio-item__btn {
    font-size: .715rem;
    display: inline-block;
    margin: .85rem auto 0 auto;
    font-weight: 700;
    letter-spacing: .05em;
    padding: .1rem 1rem;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 500px;
    transition: all .2s
}

.servicio-item .servicio-item__content .servicio-item__btn:hover {
    background-color: #fff;
    color: #002855;
    text-decoration: none
}

@media screen and (min-width:640px) {
    .home-top-box {
        padding: 2.25rem
    }

    .home-top-box-sm {
        padding: 1.75rem
    }
}

@media screen and (min-width:960px) {
    .servicio-item {
        height: 310px
    }
}

.search-box {
    max-width: 800px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .1);
    margin: -28px auto 30px auto;
    position: relative;
    z-index: 9;
    background-color: #fff;
    border-radius: 4px
}

.search-box .cell-boton {
    width: 100%
}

.search-box .range-wrap {
    padding: 1.4rem .75rem .75rem .75rem
}

.search-box .range-wrap-2 {
    padding: .75rem
}

.search-box .opcion, .search-box .tipo, .search-box .ubicacion {
    border: 0
}

.search-box .opcion {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    border-radius: 4px 0 0 0
}

.search-box .tipo {
    border-bottom: 1px solid #eee;
    border-radius: 0 4px 0 0
}

.search-box .ubicacion {
    border-bottom: 1px solid #eee;
    border-radius: 0 4px 0 0
}

.search-box .search-btn {
    border-radius: 0 0 4px 4px;
    padding: .25rem 1rem
}

.search-box .avanzada-btn {
    font-size: .9rem;
    font-weight: 700;
    display: block;
    padding: 0 0 .75rem .75rem
}

.search-box .advance-search-wrap {
    height: 0;
    background-color: #f5f5f5;
    overflow: hidden
}

.search-box .advance-search-wrap>div {
    padding: .75rem
}

@media screen and (min-width:640px) {
    .search-box .avanzada-btn {
        font-size: .9rem;
        font-weight: 700;
        display: block;
        padding: 0
    }

    .search-box .tipo {
        border-right: 1px solid #eee;
        border-radius: 0
    }
}

@media screen and (min-width:960px) {
    .search-box {
        margin: -28px auto 30px auto
    }

    .search-box .cell-boton {
        width: 74px
    }

    .search-box .range-wrap {
        padding: 1.4rem 1.2rem .75rem 1.2rem
    }

    .search-box .ubicacion {
        border-bottom: 1px solid #eee;
        border-radius: 0
    }

    .search-box .search-btn {
        border-radius: 0 4px 4px 0;
        padding: 0 1rem
    }
}

.drop {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    margin-top: 67px
}

.drop>div {
    border-radius: 0 0 4px 4px
}

.servicio-list {
    margin-bottom: 2.5rem
}

.servicio-list .servicio-list__content .servicio-list__title {
    color: #fff;
    padding-left: 1.5rem;
    background-color: #002855;
    margin: 0;
    padding-top: .3rem;
    padding-bottom: .3rem;
    font-weight: 400
}

.servicio-list .servicio-list__content .servicio-list__title span {
    display: block
}

.servicio-list .servicio-list__content .servicio-list__text {
    padding: 1.5rem
}

.reporte-item {
    position: relative;
    border-radius: 4px;
    overflow: hidden
}

.reporte-item h3 {
    font-size: 1.275rem;
    line-height: 1.1em;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    padding: .75rem .45rem;
    background-color: #eee
}

.contact-box {
    border: 2px solid #002855;
    padding: 1rem;
    margin-bottom: 1.5rem;
    border-radius: 4px
}

.propiedad-item {
    position: relative
}

.propiedad-item .bg-titulo {
    background-color: #fafafa
}

.propiedad-item .propiedad-item__title {
    margin-bottom: .15rem;
    font-size: 1.275rem
}

.propiedad-item .destacado {
    width: 50px;
    position: absolute;
    top: .5rem;
    left: .5rem;
    z-index: 3
}

.propiedad-item .body-bottom {
    border-top: 1px solid #eee;
    margin-bottom: 54px
}

.propiedad-item .grid-margin {
    margin-top: .75rem
}

.propiedad-item .propiedad-item__precio {
    font-size: 1.45rem;
    margin-top: .75rem;
    color: #2a2c2b;
    font-weight: 300
}

.propiedad-item .propiedad-item__btn {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    width: calc(100% -1rem)
}

.info-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px
}

.info-icon-lg {
    width: 26px;
    height: 26px;
    margin-right: 4px
}

.carousel-main .carousel-cell {
    text-align: center;
    width: 100%;
    height: auto;
    margin-right: 10px
}

.carousel-main .carousel-cell a.slider-caption {
    text-align: center;
    opacity: 0;
    transform: scale(.65);
    display: inline-block;
    margin: 0 auto 5px auto;
    text-decoration: none;
    font-size: .8rem;
    color: #2a2c2b;
    padding: .1rem 2rem;
    font-weight: 600;
    transition: all .25s .25s;
    background-color: rgba(0, 0, 0, .07);
    border-radius: 50px
}

.carousel-main .carousel-cell a.slider-caption:hover {
    background-color: #002855;
    color: #fff;
    text-decoration: none;
    transition: all .25s 0s
}

.carousel-main .carousel-cell.is-selected a.slider-caption {
    opacity: 1;
    transform: scale(1)
}

.carousel-nav {
    margin: 1rem 0 1.5rem 0 !important
}

.carousel-nav .carousel-cell {
    margin-right: 10px;
    width: calc((100% - 20px)/ 3);
    opacity: .5;
    transition: opacity .3s
}

.carousel-nav .carousel-cell.is-nav-selected {
    opacity: 1
}

.prop-details .prop-details__row {
    margin-top: 1rem
}

.prop-details .grid-details {
    margin: 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(0, 105, 78, .15);
    border-radius: 4px
}

.prop-details .prop-details__price {
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 1.25em;
    color: #2a2c2b
}

.prop-details .prop-details__price small {
    font-size: .6em
}

.prop-details .prop-details__data {
    font-size: 1.1rem;
    font-weight: 400;
    color: #2a2c2b
}

.wsp-button.uk-button {
    background-color: #1ED779
}

.amenities-items li img {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    margin-top: 3px
}

.amenities-items li span {
    font-size: .975rem;
    font-weight: 400;
    line-height: 1.2em;
    display: block
}

.amenities-items li.no-disponible {
    color: #B5B5B5
}

#map {
    height: calc(80vh - 70px);
    background-color: rgba(200, 200, 200, .2);
    width: 100%;
    transition: height .2s
}

#map-int {
    height: 65vh;
    min-height: 380px;
    max-height: 490px;
    background-color: rgba(200, 200, 200, .2);
    width: 100%;
    transition: height .2s
}

.btn {
    position: absolute;
    bottom: 6px;
    left: 6px;
    z-index: 999;
    border-radius: 5px;
    font-size: .685rem;
    line-height: 24px;
    font-weight: 600;
    background-color: #fff;
    color: #2a2c2b;
    box-shadow: 0 0 0 2px rgba(42, 44, 43, .15)
}

.mapboxgl-popup-content {
    text-align: left !important;
    border-radius: 4px;
    font-family: Lato, sans-serif
}

.mapboxgl-popup-content .drop-img {
    display: block;
    max-width: 100%
}

.mapboxgl-popup-content .drop-ciudad {
    color: #C0AC59;
    font-size: .785rem;
    font-weight: 600;
    display: block;
    margin: .25rem 0 .1rem 0
}

.mapboxgl-popup-content .drop-title {
    color: #002855;
    font-size: .95rem;
    font-weight: 900;
    line-height: 1.15em;
    display: block;
    margin-bottom: .2rem
}

.mapboxgl-popup-content .drop-text {
    color: rgba(62, 65, 64, .8);
    font-size: .81rem;
    font-weight: 400;
    display: block;
    line-height: 1.25em
}

.mapboxgl-popup-content .datos-grid {
    font-size: .9rem
}

.mapboxgl-popup-content .datos-grid .drop-subtitle {
    font-size: .75rem;
    color: #023570;
    font-weight: 600;
    display: block
}

.mapboxgl-popup-content .drop-btn {
    color: #fff;
    background-color: #002855;
    padding: .45rem;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .1em;
    border-radius: 50px;
    line-height: 1em;
    display: block;
    margin-top: .65rem;
    transition: all .2s
}

.mapboxgl-popup-content .drop-btn:hover {
    background-color: #023570;
    color: #fff;
    text-decoration: none
}

@media screen and (min-width:640px) {
    .carousel-nav .carousel-cell {
        margin-right: 10px;
        width: calc((100% - 30px)/ 4)
    }

    #map {
        height: 65vh
    }
}

@media screen and (min-width:960px) {
    #map {
        height: 75vh
    }
}

.at-icon-wrapper.at-share-btn:hover {
    background-color: #002855 !important
}

.resultados-pag .uk-select.uk-form-small {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-right: 20px !important
}

.resultados-pag .uk-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0 6px
}

@media screen and (max-width:1199px) {
    .uk-container.container-nopadding {
        padding-left: 0;
        padding-right: 0
    }
}

.marker {
    background-image: url(../layout/icons/marker.png);
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer
}

.mapboxgl-popup {
    width: 320px
}

.mapboxgl-popup .mapboxgl-popup-content {
    font-family: Lato, sans-serif;
    padding: 12px;
    border-radius: 5px
}

.foot-links {
    font-size: .8875rem;
    padding: 0 8px
}

.range-text {
    font-size: .85em;
    color: #666;
    margin-top: .75rem
}

.range-text span {
    font-size: 1.075rem;
    color: #2a2c2b
}

.propiedades-info-2 {
    font-size: 1rem;
    line-height: 1.1em;
    color: #2a2c2b
}

.propiedades-info {
    font-size: 1.2rem;
    line-height: 1.1em;
    color: #2a2c2b
}

.propiedades-info small {
    font-size: .7em
}

.agente-pos {
    font-size: .765rem;
    text-transform: uppercase;
    color: #9e9e9e;
    font-weight: 700;
    letter-spacing: .1em;
    margin-bottom: .5rem
}