@media only screen and (min-width: 0) and (max-width: 967px) {
    #new .subtitle {
        font: 700 28px/32px Manrope;
    }
}

@media only screen and (min-width: 968px) and (max-width: 1279px) {
    #new .subtitle {
        font: 700 36px/40px Manrope;
    }
}

@media only screen and (min-width: 1280px) {
    #new .subtitle {
        font: 700 36px/40px Manrope;
    }
}

@media only screen and (min-width: 1280px) {
    #new .subtitle br {
        display: none;
    }
}

#new .subtitle--light-blue span {
    color: #00a9e0;
}

#new .subtitle--dark-blue span {
    color: #003594;
}

#new .subtitle--pink span {
    color: #f8485e;
}

@media (min-width: 968px) and (max-width: 1024px) {
    #new .uk-container {
        max-width: 998px !important;
    }
}

@media (min-width: 1025px) and (max-width: 1279px) {
    #new .uk-container {
        max-width: 998px !important;
    }
}

@media (min-width: 1280px) {
    #new .uk-container {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
}

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

#new .uk-breakpoint-m::before {
    content: '968px';
}

#new .uk-breakpoint-l::before {
    content: '1280px';
}

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

#new :root {
    --uk-breakpoint-s: 640px;
    --uk-breakpoint-m: 968px;
    --uk-breakpoint-l: 1280px;
    --uk-breakpoint-xl: 1600px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
    #new {
        /* Horizontal */
        /* Vertical */
    }

    #new .uk-grid {
        margin-left: -40px;
    }

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

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

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

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

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

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

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

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

#new .uk-grid-large {
    margin-left: -40px;
}

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

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

@media (min-width: 1280px) {
    #new {
        /* Horizontal */
        /* Vertical */
    }

    #new .uk-grid-large {
        margin-left: -70px;
    }

    #new .uk-grid-large > * {
        padding-left: 70px;
    }

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

#new .uk-grid-collapse {
    margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
    #new {
        /* Horizontal */
        /* Vertical */
    }

    #new .uk-grid-divider {
        margin-left: -80px;
    }

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

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

    #new .uk-grid-divider.uk-grid-stack > .uk-grid-margin {
        margin-top: 80px;
    }

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

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

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

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

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

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

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

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

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

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

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

#new .uk-grid-divider.uk-grid-large {
    margin-left: -80px;
}

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

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

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

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

@media (min-width: 1280px) {
    #new {
        /* Horizontal */
        /* Vertical */
    }

    #new .uk-grid-divider.uk-grid-large {
        margin-left: -140px;
    }

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

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

    #new .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin {
        margin-top: 140px;
    }

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

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

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

#new .uk-spinner > * {
    -webkit-animation: uk-spinner-rotate 1.4s linear infinite;
    animation: uk-spinner-rotate 1.4s linear infinite;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#new .uk-comment-header {
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#new .uk-nav-default {
    font-size: 0.875rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#new .uk-navbar-center:only-child {
    margin-left: auto;
    margin-right: auto;
    /* 1 */
    position: relative;
}

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

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

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

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

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

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

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

#new .uk-navbar-nav > li > a,
#new .uk-navbar-item,
#new .uk-navbar-toggle {
    /* 1 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* 2 */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 80px;
    padding: 0 15px;
    /* 3 */
    font-size: 0.875rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    /* 4 */
    text-decoration: none;
}

#new .uk-navbar-nav > li > a {
    color: #999;
    text-transform: uppercase;
    -webkit-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    -webkit-transition-property: color, background-color;
    -o-transition-property: color, background-color;
    transition-property: color, background-color;
}

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

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

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

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

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

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

#new .uk-navbar-subtitle {
    font-size: 0.875rem;
}

#new .uk-navbar-dropdown {
    /* 1 */
    display: none;
    /* 2 */
    position: absolute;
    z-index: 1020;
    /* 3 */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 200px;
    /* 4 */
    padding: 25px;
    background: #fff;
    color: #666;
    -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#new .uk-navbar-dropdown-nav {
    font-size: 0.875rem;
}

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

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

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

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

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

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

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

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

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

#new .uk-navbar-dropbar-slide {
    position: absolute;
    z-index: 980;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.05);
}

#new .uk-navbar-container > .uk-container .uk-navbar-left {
    margin-left: -15px;
    margin-right: -15px;
}

#new .uk-navbar-container > .uk-container .uk-navbar-right {
    margin-right: -15px;
}

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

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

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

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

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

#new .uk-subnav > * > :first-child {
    /* 1 */
    display: block;
    /* 2 */
    color: #999;
    font-size: 0.875rem;
    text-transform: uppercase;
    -webkit-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    -webkit-transition-property: color, background-color;
    -o-transition-property: color, background-color;
    transition-property: color, background-color;
}

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

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

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

#new .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
    content: "";
    height: 1.5em;
    margin-left: 0px;
    margin-right: 20px;
    border-left: 1px solid #e5e5e5;
}

#new .uk-subnav-pill > * > :first-child {
    padding: 5px 10px;
    background: transparent;
    color: #999;
}

#new .uk-subnav-pill > * > a:hover,
#new .uk-subnav-pill > * > a:focus {
    background-color: #f8f8f8;
    color: #666;
}

#new .uk-subnav-pill > * > a:active {
    background-color: #f8f8f8;
    color: #666;
}

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

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

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

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

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

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

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

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

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

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

#new .uk-pagination > * > * {
    /* 1 */
    display: block;
    /* 2 */
    color: #999;
    -webkit-transition: color 0.1s ease-in-out;
    -o-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#new .uk-slidenav {
    padding: 5px 10px;
    color: rgba(102, 102, 102, 0.5);
    -webkit-transition: color 0.1s ease-in-out;
    -o-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out;
}

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

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

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

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

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

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

#new .uk-dotnav > * > * {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: transparent;
    /* 1 */
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid rgba(102, 102, 102, 0.4);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-transition-property: background-color, border-color;
    -o-transition-property: background-color, border-color;
    transition-property: background-color, border-color;
}

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

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

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

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

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

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

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

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

#new .uk-thumbnav > * > *::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.4);
    -webkit-transition: background-color 0.1s ease-in-out;
    -o-transition: background-color 0.1s ease-in-out;
    transition: background-color 0.1s ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

#new .uk-accordion-content {
    margin-top: 20px;
}

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

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

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

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

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

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

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

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

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

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

#new .uk-dropdown {
    /* 1 */
    display: none;
    /* 2 */
    position: absolute;
    z-index: 1020;
    /* 3 */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 200px;
    /* 4 */
    padding: 25px;
    background: #fff;
    color: #666;
    -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

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

#new .uk-dropdown-nav {
    white-space: nowrap;
    font-size: 0.875rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#new .uk-modal-dialog {
    /* 1 */
    position: relative;
    /* 2 */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    width: 600px;
    /* 3 */
    max-width: calc(100% - 0.01px) !important;
    /* 4 */
    background: #fff;
    /* 5 */
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
}

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

#new .uk-modal-container .uk-modal-dialog {
    width: 1280px;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 968px) {
    #new {
        /* 1 */
    }

    #new .uk-modal-close-outside {
        right: 0;
        -webkit-transform: translate(100%, -100%);
        -ms-transform: translate(100%, -100%);
        transform: translate(100%, -100%);
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#new .uk-sticky-fixed {
    z-index: 980;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 !important;
    /* 1 */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#new .uk-sticky[class*='uk-animation-'] {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
}

#new .uk-sticky.uk-animation-reverse {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
}

#new .uk-offcanvas {
    /* 1 */
    display: none;
    /* 2 */
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
}

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

#new .uk-offcanvas-bar {
    /* 1 */
    position: absolute;
    top: 0;
    bottom: 0;
    left: -270px;
    /* 2 */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 270px;
    padding: 20px 20px;
    background: #222;
    /* 3 */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

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

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

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

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

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

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

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

#new .uk-offcanvas-reveal {
    /* 1 */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    /* 2 */
    width: 0;
    overflow: hidden;
    /* 3 */
    -webkit-transition: width 0.3s ease-out;
    -o-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
}

#new .uk-offcanvas-reveal .uk-offcanvas-bar {
    /* 4 */
    left: 0;
}

#new .uk-offcanvas-flip .uk-offcanvas-reveal .uk-offcanvas-bar {
    /* 4 */
    left: auto;
    right: 0;
}

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

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

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

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

#new .uk-offcanvas-overlay {
    /* 1 */
    width: 100vw;
    /* 2 */
    -ms-touch-action: none;
    touch-action: none;
}

#new .uk-offcanvas-overlay::before {
    /* 1 */
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.1);
    /* 2 */
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

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

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

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

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

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

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

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

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

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

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

#new .uk-leader {
    overflow: hidden;
}

#new .uk-leader-fill::after {
    /* 1 */
    display: inline-block;
    margin-left: 15px;
    /* 2 */
    width: 0;
    /* 3 */
    content: attr(data-fill);
    /* 4 */
    white-space: nowrap;
}

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

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

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

#new .uk-iconnav > * {
    /* 1 */
    padding-left: 10px;
}

#new .uk-iconnav > * > a {
    /* 1 */
    display: block;
    /* 2 */
    color: #999;
}

#new .uk-iconnav > * > a:hover,
#new .uk-iconnav > * > a:focus {
    color: #666;
    outline: none;
}

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

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

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

#new .uk-notification {
    /* 1 */
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 1040;
    /* 2 */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 350px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#new .uk-sortable {
    position: relative;
}

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

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

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

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

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

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

#new .uk-countdown-number,
#new .uk-countdown-separator {
    /* 1 */
    line-height: 70px;
}

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

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

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

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

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

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

#new [class*='uk-animation-'] {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#new .uk-animation-fade {
    -webkit-animation-name: uk-fade;
    animation-name: uk-fade;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

#new .uk-animation-scale-up {
    -webkit-animation-name: uk-fade-scale-02;
    animation-name: uk-fade-scale-02;
}

#new .uk-animation-scale-down {
    -webkit-animation-name: uk-fade-scale-18;
    animation-name: uk-fade-scale-18;
}

#new .uk-animation-slide-top {
    -webkit-animation-name: uk-fade-top;
    animation-name: uk-fade-top;
}

#new .uk-animation-slide-bottom {
    -webkit-animation-name: uk-fade-bottom;
    animation-name: uk-fade-bottom;
}

#new .uk-animation-slide-left {
    -webkit-animation-name: uk-fade-left;
    animation-name: uk-fade-left;
}

#new .uk-animation-slide-right {
    -webkit-animation-name: uk-fade-right;
    animation-name: uk-fade-right;
}

#new .uk-animation-slide-top-small {
    -webkit-animation-name: uk-fade-top-small;
    animation-name: uk-fade-top-small;
}

#new .uk-animation-slide-bottom-small {
    -webkit-animation-name: uk-fade-bottom-small;
    animation-name: uk-fade-bottom-small;
}

#new .uk-animation-slide-left-small {
    -webkit-animation-name: uk-fade-left-small;
    animation-name: uk-fade-left-small;
}

#new .uk-animation-slide-right-small {
    -webkit-animation-name: uk-fade-right-small;
    animation-name: uk-fade-right-small;
}

#new .uk-animation-slide-top-medium {
    -webkit-animation-name: uk-fade-top-medium;
    animation-name: uk-fade-top-medium;
}

#new .uk-animation-slide-bottom-medium {
    -webkit-animation-name: uk-fade-bottom-medium;
    animation-name: uk-fade-bottom-medium;
}

#new .uk-animation-slide-left-medium {
    -webkit-animation-name: uk-fade-left-medium;
    animation-name: uk-fade-left-medium;
}

#new .uk-animation-slide-right-medium {
    -webkit-animation-name: uk-fade-right-medium;
    animation-name: uk-fade-right-medium;
}

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

#new .uk-animation-shake {
    -webkit-animation-name: uk-shake;
    animation-name: uk-shake;
}

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

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

#new .uk-animation-fast {
    -webkit-animation-duration: 0.1s;
    animation-duration: 0.1s;
}

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

#new .uk-animation-toggle {
    /* 1 */
    -webkit-tap-highlight-color: transparent;
}

#new .uk-animation-toggle:focus {
    outline: none;
}

@-webkit-keyframes uk-fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes uk-fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes uk-fade-top-medium {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes uk-fade-top-medium {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes uk-fade-bottom-medium {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes uk-fade-bottom-medium {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes uk-fade-left-medium {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes uk-fade-left-medium {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes uk-fade-right-medium {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes uk-fade-right-medium {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes uk-fade-scale-02 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes uk-fade-scale-02 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

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

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

@-webkit-keyframes uk-scale-kenburns {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes uk-scale-kenburns {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@-webkit-keyframes uk-shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    10% {
        -webkit-transform: translateX(-9px);
        transform: translateX(-9px);
    }
    20% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    30% {
        -webkit-transform: translateX(-7px);
        transform: translateX(-7px);
    }
    40% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    50% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    60% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    70% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    90% {
        -webkit-transform: translateX(-1px);
        transform: translateX(-1px);
    }
}

@keyframes uk-shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    10% {
        -webkit-transform: translateX(-9px);
        transform: translateX(-9px);
    }
    20% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    30% {
        -webkit-transform: translateX(-7px);
        transform: translateX(-7px);
    }
    40% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    50% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    60% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    70% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    90% {
        -webkit-transform: translateX(-1px);
        transform: translateX(-1px);
    }
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 640px) {
    #new .uk-child-width-1-1\@s > * {
        width: 100%;
    }

    #new .uk-child-width-1-2\@s > * {
        width: 50%;
    }

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

    #new .uk-child-width-1-4\@s > * {
        width: 25%;
    }

    #new .uk-child-width-1-5\@s > * {
        width: 20%;
    }

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

    #new .uk-child-width-auto\@s > * {
        width: auto;
    }

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

@media (min-width: 968px) {
    #new .uk-child-width-1-1\@m > * {
        width: 100%;
    }

    #new .uk-child-width-1-2\@m > * {
        width: 50%;
    }

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

    #new .uk-child-width-1-4\@m > * {
        width: 25%;
    }

    #new .uk-child-width-1-5\@m > * {
        width: 20%;
    }

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

    #new .uk-child-width-auto\@m > * {
        width: auto;
    }

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

@media (min-width: 1280px) {
    #new .uk-child-width-1-1\@l > * {
        width: 100%;
    }

    #new .uk-child-width-1-2\@l > * {
        width: 50%;
    }

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

    #new .uk-child-width-1-4\@l > * {
        width: 25%;
    }

    #new .uk-child-width-1-5\@l > * {
        width: 20%;
    }

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

    #new .uk-child-width-auto\@l > * {
        width: auto;
    }

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

@media (min-width: 1600px) {
    #new .uk-child-width-1-1\@xl > * {
        width: 100%;
    }

    #new .uk-child-width-1-2\@xl > * {
        width: 50%;
    }

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

    #new .uk-child-width-1-4\@xl > * {
        width: 25%;
    }

    #new .uk-child-width-1-5\@xl > * {
        width: 20%;
    }

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

    #new .uk-child-width-auto\@xl > * {
        width: auto;
    }

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

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

#new .uk-width-1-2 {
    width: 50%;
}

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

#new .uk-width-2-3 {
    width: 685px;
}

#new .uk-width-1-4 {
    width: 25%;
}

#new .uk-width-3-4 {
    width: 75%;
}

#new .uk-width-1-5 {
    width: 20%;
}

#new .uk-width-2-5 {
    width: 40%;
}

#new .uk-width-3-5 {
    width: 68%;
}

#new .uk-width-4-5 {
    width: 80%;
}

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

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

#new .uk-width-small {
    width: 150px;
}

#new .uk-width-medium {
    width: 300px;
}

#new .uk-width-large {
    width: 450px;
}

#new .uk-width-xlarge {
    width: 600px;
}

#new .uk-width-xxlarge {
    width: 750px;
}

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

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

@media (min-width: 640px) {
    #new {
        /* Whole */
        /* Halves */
        /* Thirds */
        /* Quarters */
        /* Fifths */
        /* Sixths */
        /* Pixel */
        /* Auto */
        /* Expand */
    }

    #new .uk-width-1-1\@s {
        width: 100%;
    }

    #new .uk-width-1-2\@s {
        width: 50%;
    }

    #new .uk-width-1-3\@s {
        width: calc(100% * 1 / 3.001);
    }

    #new .uk-width-2-3\@s {
        width: calc(100% * 2 / 3.001);
    }

    #new .uk-width-1-4\@s {
        width: 25%;
    }

    #new .uk-width-3-4\@s {
        width: 75%;
    }

    #new .uk-width-1-5\@s {
        width: 20%;
    }

    #new .uk-width-2-5\@s {
        width: 40%;
    }

    #new .uk-width-3-5\@s {
        width: 60%;
    }

    #new .uk-width-4-5\@s {
        width: 80%;
    }

    #new .uk-width-1-6\@s {
        width: calc(100% * 1 / 6.001);
    }

    #new .uk-width-5-6\@s {
        width: calc(100% * 5 / 6.001);
    }

    #new .uk-width-small\@s {
        width: 150px;
    }

    #new .uk-width-medium\@s {
        width: 300px;
    }

    #new .uk-width-large\@s {
        width: 450px;
    }

    #new .uk-width-xlarge\@s {
        width: 600px;
    }

    #new .uk-width-xxlarge\@s {
        width: 750px;
    }

    #new .uk-width-auto\@s {
        width: auto;
    }

    #new .uk-width-expand\@s {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 1px;
    }
}

@media (min-width: 968px) {
    #new {
        /* Whole */
        /* Halves */
        /* Thirds */
        /* Quarters */
        /* Fifths */
        /* Sixths */
        /* Pixel */
        /* Auto */
        /* Expand */
    }

    #new .uk-width-1-1\@m {
        width: 100%;
    }

    #new .uk-width-1-2\@m {
        width: 50%;
    }

    #new .uk-width-1-3\@m {
        width: calc(100% * 1 / 3.001);
    }

    #new .uk-width-2-3\@m {
        width: calc(100% * 2 / 3.001);
    }

    #new .uk-width-1-4\@m {
        width: 25%;
    }

    #new .uk-width-3-4\@m {
        width: 75%;
    }

    #new .uk-width-1-5\@m {
        width: 20%;
    }

    #new .uk-width-2-5\@m {
        width: 40%;
    }

    #new .uk-width-3-5\@m {
        width: 60%;
    }

    #new .uk-width-4-5\@m {
        width: 80%;
    }

    #new .uk-width-1-6\@m {
        width: calc(100% * 1 / 6.001);
    }

    #new .uk-width-5-6\@m {
        width: calc(100% * 5 / 6.001);
    }

    #new .uk-width-small\@m {
        width: 150px;
    }

    #new .uk-width-medium\@m {
        width: 300px;
    }

    #new .uk-width-large\@m {
        width: 450px;
    }

    #new .uk-width-xlarge\@m {
        width: 600px;
    }

    #new .uk-width-xxlarge\@m {
        width: 750px;
    }

    #new .uk-width-auto\@m {
        width: auto;
    }

    #new .uk-width-expand\@m {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 1px;
    }
}

@media (min-width: 1280px) {
    #new {
        /* Whole */
        /* Halves */
        /* Thirds */
        /* Quarters */
        /* Fifths */
        /* Sixths */
        /* Pixel */
        /* Auto */
        /* Expand */
    }

    #new .uk-width-1-1\@l {
        width: 100%;
    }

    #new .uk-width-1-2\@l {
        width: 50%;
    }

    #new .uk-width-1-3\@l {
        width: calc(100% * 1 / 3.001);
    }

    #new .uk-width-2-3\@l {
        width: calc(100% * 2 / 3.001);
    }

    #new .uk-width-1-4\@l {
        width: 25%;
    }

    #new .uk-width-3-4\@l {
        width: 75%;
    }

    #new .uk-width-1-5\@l {
        width: 20%;
    }

    #new .uk-width-2-5\@l {
        width: 40%;
    }

    #new .uk-width-3-5\@l {
        width: 60%;
    }

    #new .uk-width-4-5\@l {
        width: 80%;
    }

    #new .uk-width-1-6\@l {
        width: calc(100% * 1 / 6.001);
    }

    #new .uk-width-5-6\@l {
        width: calc(100% * 5 / 6.001);
    }

    #new .uk-width-small\@l {
        width: 150px;
    }

    #new .uk-width-medium\@l {
        width: 300px;
    }

    #new .uk-width-large\@l {
        width: 450px;
    }

    #new .uk-width-xlarge\@l {
        width: 600px;
    }

    #new .uk-width-xxlarge\@l {
        width: 750px;
    }

    #new .uk-width-auto\@l {
        width: auto;
    }

    #new .uk-width-expand\@l {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 1px;
    }
}

@media (min-width: 1600px) {
    #new {
        /* Whole */
        /* Halves */
        /* Thirds */
        /* Quarters */
        /* Fifths */
        /* Sixths */
        /* Pixel */
        /* Auto */
        /* Expand */
    }

    #new .uk-width-1-1\@xl {
        width: 100%;
    }

    #new .uk-width-1-2\@xl {
        width: 50%;
    }

    #new .uk-width-1-3\@xl {
        width: calc(100% * 1 / 3.001);
    }

    #new .uk-width-2-3\@xl {
        width: calc(100% * 2 / 3.001);
    }

    #new .uk-width-1-4\@xl {
        width: 25%;
    }

    #new .uk-width-3-4\@xl {
        width: 75%;
    }

    #new .uk-width-1-5\@xl {
        width: 20%;
    }

    #new .uk-width-2-5\@xl {
        width: 40%;
    }

    #new .uk-width-3-5\@xl {
        width: 60%;
    }

    #new .uk-width-4-5\@xl {
        width: 80%;
    }

    #new .uk-width-1-6\@xl {
        width: calc(100% * 1 / 6.001);
    }

    #new .uk-width-5-6\@xl {
        width: calc(100% * 5 / 6.001);
    }

    #new .uk-width-small\@xl {
        width: 150px;
    }

    #new .uk-width-medium\@xl {
        width: 300px;
    }

    #new .uk-width-large\@xl {
        width: 450px;
    }

    #new .uk-width-xlarge\@xl {
        width: 600px;
    }

    #new .uk-width-xxlarge\@xl {
        width: 750px;
    }

    #new .uk-width-auto\@xl {
        width: auto;
    }

    #new .uk-width-expand\@xl {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 1px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#new .uk-text-small {
    font-size: 0.875rem;
    line-height: 1.5;
}

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

#new .uk-text-light {
    font-weight: 300;
}

#new .uk-text-normal {
    font-weight: 400;
}

#new .uk-text-bold {
    font-weight: bolder;
}

#new .uk-text-lighter {
    font-weight: lighter;
}

#new .uk-text-bolder {
    font-weight: bolder;
}

#new .uk-text-italic {
    font-style: italic;
}

#new .uk-text-capitalize {
    text-transform: capitalize !important;
}

#new .uk-text-uppercase {
    text-transform: uppercase !important;
}

#new .uk-text-lowercase {
    text-transform: lowercase !important;
}

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

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

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

#new .uk-text-secondary {
    color: #222 !important;
}

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

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

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

#new .uk-text-background {
    /* 1 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* 2 */
    display: inline-block;
    /* 3 */
    color: #1e87f0 !important;
}

@supports (-webkit-background-clip: text) {
    #new .uk-text-background {
        background-color: #1e87f0;
    }
}

#new .uk-text-left {
    text-align: left !important;
}

#new .uk-text-right {
    text-align: right !important;
}

#new .uk-text-center {
    text-align: center !important;
}

#new .uk-text-justify {
    text-align: justify !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#new .uk-text-nowrap {
    white-space: nowrap;
}

#new .uk-text-truncate {
    /* 1 */
    max-width: 100%;
    /* 2 */
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

#new .uk-text-break {
    /* 1 */
    overflow-wrap: break-word;
    /* 2 */
    word-wrap: break-word;
}

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

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

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

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

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

@media (min-width: 1280px) {
    #new .uk-column-divider {
        -webkit-column-gap: 80px;
        -moz-column-gap: 80px;
        column-gap: 80px;
    }
}

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

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

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

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

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

@media (min-width: 640px) {
    #new .uk-column-1-2\@s {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    #new .uk-column-1-3\@s {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    #new .uk-column-1-4\@s {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }

    #new .uk-column-1-5\@s {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
    }

    #new .uk-column-1-6\@s {
        -webkit-column-count: 6;
        -moz-column-count: 6;
        column-count: 6;
    }
}

@media (min-width: 968px) {
    #new .uk-column-1-2\@m {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    #new .uk-column-1-3\@m {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    #new .uk-column-1-4\@m {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }

    #new .uk-column-1-5\@m {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
    }

    #new .uk-column-1-6\@m {
        -webkit-column-count: 6;
        -moz-column-count: 6;
        column-count: 6;
    }
}

@media (min-width: 1280px) {
    #new .uk-column-1-2\@l {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    #new .uk-column-1-3\@l {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    #new .uk-column-1-4\@l {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }

    #new .uk-column-1-5\@l {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
    }

    #new .uk-column-1-6\@l {
        -webkit-column-count: 6;
        -moz-column-count: 6;
        column-count: 6;
    }
}

@media (min-width: 1600px) {
    #new .uk-column-1-2\@xl {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    #new .uk-column-1-3\@xl {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    #new .uk-column-1-4\@xl {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }

    #new .uk-column-1-5\@xl {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
    }

    #new .uk-column-1-6\@xl {
        -webkit-column-count: 6;
        -moz-column-count: 6;
        column-count: 6;
    }
}

#new .uk-column-span {
    -webkit-column-span: all;
    -moz-column-span: all;
    column-span: all;
}

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

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

#new .uk-cover-container {
    /* 1 */
    overflow: hidden;
    /* 2 */
    position: relative;
}

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

#new .uk-background-muted {
    background-color: #f8f8f8;
}

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

#new .uk-background-secondary {
    background-color: #222;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#new .uk-background-fixed {
    background-attachment: fixed;
    /* 1 */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    #new .uk-align-right\@s {
        margin-top: 0;
        margin-left: 30px;
        float: right;
    }
}

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

    #new .uk-align-right\@m {
        margin-top: 0;
        margin-left: 30px;
        float: right;
    }
}

@media (min-width: 1280px) {
    #new .uk-align-left\@l {
        margin-top: 0;
        float: left;
    }

    #new .uk-align-right\@l {
        margin-top: 0;
        float: right;
    }

    #new .uk-align-left,
    #new .uk-align-left\@s,
    #new .uk-align-left\@m,
    #new .uk-align-left\@l {
        margin-right: 40px;
    }

    #new .uk-align-right,
    #new .uk-align-right\@s,
    #new .uk-align-right\@m,
    #new .uk-align-right\@l {
        margin-left: 40px;
    }
}

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

    #new .uk-align-right\@xl {
        margin-top: 0;
        margin-left: 40px;
        float: right;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#new .uk-resize {
    resize: both;
}

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

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

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

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

#new [class*='uk-inline'] {
    /* 1 */
    display: inline-block;
    /* 2 */
    position: relative;
    /* 3 */
    max-width: 100%;
    /* 4 */
    vertical-align: middle;
    /* 5 */
    -webkit-backface-visibility: hidden;
}

#new .uk-inline-clip {
    /* 6 */
    overflow: hidden;
}

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

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

#new .uk-responsive-width {
    /* 1 */
    max-width: 100% !important;
    /* 2 */
    height: auto;
}

#new .uk-responsive-height {
    /* 1 */
    max-height: 100%;
    /* 2 */
    width: auto;
    /* 3 */
    max-width: none;
}

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

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

#new .uk-border-rounded {
    border-radius: 5px;
}

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

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

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

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

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

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

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

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

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

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

@supports (filter: blur(0)) {
    #new {
        /* 3 */
    }

    #new .uk-box-shadow-bottom {
        display: inline-block;
        position: relative;
        max-width: 100%;
        vertical-align: middle;
    }

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

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

#new .uk-dropcap::first-letter,
#new .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() {
    #new .uk-dropcap::first-letter,
    #new .uk-dropcap > p:first-of-type::first-letter {
        margin-top: 1.1%;
    }
}

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

#new .uk-logo {
    font-size: 1.5rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #666;
    /* 1 */
    text-decoration: none;
}

#new .uk-logo:hover,
#new .uk-logo:focus {
    color: #666;
    outline: none;
    /* 1 */
    text-decoration: none;
}

#new .uk-logo-inverse {
    display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#new .uk-transform-center {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#new .uk-transform-origin-top-left {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

#new .uk-transform-origin-top-center {
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

#new .uk-transform-origin-top-right {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

#new .uk-transform-origin-center-left {
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

#new .uk-transform-origin-center-right {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

#new .uk-transform-origin-bottom-left {
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

#new .uk-transform-origin-bottom-center {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

#new .uk-transform-origin-bottom-right {
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

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

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

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

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

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

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

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

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

@media (min-width: 640px) {
    #new .uk-flex-left\@s {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    #new .uk-flex-center\@s {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #new .uk-flex-right\@s {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    #new .uk-flex-between\@s {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #new .uk-flex-around\@s {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

@media (min-width: 968px) {
    #new .uk-flex-left\@m {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    #new .uk-flex-center\@m {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #new .uk-flex-right\@m {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    #new .uk-flex-between\@m {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #new .uk-flex-around\@m {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

@media (min-width: 1280px) {
    #new .uk-flex-left\@l {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    #new .uk-flex-center\@l {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #new .uk-flex-right\@l {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    #new .uk-flex-between\@l {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #new .uk-flex-around\@l {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

@media (min-width: 1600px) {
    #new .uk-flex-left\@xl {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    #new .uk-flex-center\@xl {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #new .uk-flex-right\@xl {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    #new .uk-flex-between\@xl {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #new .uk-flex-around\@xl {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    #new .uk-flex-last\@s {
        -webkit-box-ordinal-group: 100;
        -ms-flex-order: 99;
        order: 99;
    }
}

@media (min-width: 968px) {
    #new .uk-flex-first\@m {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    #new .uk-flex-last\@m {
        -webkit-box-ordinal-group: 100;
        -ms-flex-order: 99;
        order: 99;
    }
}

@media (min-width: 1280px) {
    #new .uk-flex-first\@l {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    #new .uk-flex-last\@l {
        -webkit-box-ordinal-group: 100;
        -ms-flex-order: 99;
        order: 99;
    }
}

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

    #new .uk-flex-last\@xl {
        -webkit-box-ordinal-group: 100;
        -ms-flex-order: 99;
        order: 99;
    }
}

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

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

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

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

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

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

#new .uk-margin-bottom {
    margin-bottom: 15px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
    #new .uk-margin-large {
        margin-bottom: 70px;
    }

    #new * + .uk-margin-large {
        margin-top: 70px !important;
    }

    #new .uk-margin-large-top {
        margin-top: 70px !important;
    }

    #new .uk-margin-large-bottom {
        margin-bottom: 70px !important;
    }

    #new .uk-margin-large-left {
        margin-left: 70px !important;
    }

    #new .uk-margin-large-right {
        margin-right: 70px !important;
    }
}

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

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

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

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

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

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

@media (min-width: 1280px) {
    #new .uk-margin-xlarge {
        margin-bottom: 140px;
    }

    #new * + .uk-margin-xlarge {
        margin-top: 140px !important;
    }

    #new .uk-margin-xlarge-top {
        margin-top: 140px !important;
    }

    #new .uk-margin-xlarge-bottom {
        margin-bottom: 140px !important;
    }

    #new .uk-margin-xlarge-left {
        margin-left: 140px !important;
    }

    #new .uk-margin-xlarge-right {
        margin-right: 140px !important;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    #new .uk-margin-remove-right\@s {
        margin-right: 0 !important;
    }
}

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

    #new .uk-margin-remove-right\@m {
        margin-right: 0 !important;
    }
}

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

    #new .uk-margin-remove-right\@l {
        margin-right: 0 !important;
    }
}

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

    #new .uk-margin-remove-right\@xl {
        margin-right: 0 !important;
    }
}

#new .uk-padding {
    padding: 30px;
}

@media (min-width: 1280px) {
    #new .uk-padding {
        padding: 40px;
    }
}

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

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

@media (min-width: 1280px) {
    #new .uk-padding-large {
        padding: 70px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
    #new .uk-position-large {
        max-width: calc(100% - (50px * 2));
        margin: 50px;
    }

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

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

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

#new .uk-transition-toggle {
    /* 1 */
    -webkit-tap-highlight-color: transparent;
}

#new .uk-transition-toggle:focus {
    outline: none;
}

#new .uk-transition-fade,
#new [class*='uk-transition-scale'],
#new [class*='uk-transition-slide'] {
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -webkit-transition-property: opacity, -webkit-transform, -webkit-filter;
    transition-property: opacity, -webkit-transform, -webkit-filter;
    -o-transition-property: opacity, transform, filter;
    transition-property: opacity, transform, filter;
    transition-property: opacity, transform, filter, -webkit-transform, -webkit-filter;
    opacity: 0;
}

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

#new .uk-transition-scale-up {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

#new .uk-transition-scale-down {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

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

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

#new .uk-transition-slide-top {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

#new .uk-transition-slide-bottom {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

#new .uk-transition-slide-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

#new .uk-transition-slide-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

#new .uk-transition-slide-top-small {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

#new .uk-transition-slide-bottom-small {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

#new .uk-transition-slide-left-small {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
}

#new .uk-transition-slide-right-small {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

#new .uk-transition-slide-top-medium {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}

#new .uk-transition-slide-bottom-medium {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}

#new .uk-transition-slide-left-medium {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
}

#new .uk-transition-slide-right-medium {
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
}

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

#new .uk-transition-opaque {
    opacity: 1;
}

#new .uk-transition-slow {
    -webkit-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s;
}

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

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

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

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

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

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

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

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

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

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

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

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

#new .uk-visible-toggle {
    /* 1 */
    -webkit-tap-highlight-color: transparent;
}

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

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

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

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

@media print {
    #new *,
    #new *::before,
    #new *::after {
        background: transparent !important;
        color: black !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    #new a,
    #new a:visited {
        text-decoration: underline;
    }

    #new pre,
    #new blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    #new thead {
        display: table-header-group;
    }

    #new tr,
    #new img {
        page-break-inside: avoid;
    }

    #new img {
        max-width: 100% !important;
    }

    #new p,
    #new h2,
    #new h3 {
        orphans: 3;
        widows: 3;
    }

    #new h2,
    #new h3 {
        page-break-after: avoid;
    }
}

@media only screen and (min-width: 0) and (max-width: 1279px) {
    #new .uk-flex-row\@s {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
}

@media only screen and (min-width: 968px) and (max-width: 1023px) {
    #new .uk-flex-row\@m {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
}

@media only screen and (min-width: 1280px) {
    #new .uk-flex-row\@l {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
}

@media only screen and (min-width: 0) and (max-width: 1279px) {
    #new .uk-flex-column\@s {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (min-width: 968px) and (max-width: 1023px) {
    #new .uk-flex-column\@m {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (min-width: 1280px) {
    #new .uk-flex-column\@l {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (min-width: 0) and (max-width: 1279px) {
    #new .uk-flex-column-reverse\@s {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media only screen and (min-width: 968px) and (max-width: 1023px) {
    #new .uk-flex-column-reverse\@m {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media only screen and (min-width: 1280px) {
    #new .uk-flex-column-reverse\@l {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media only screen and (min-width: 0) and (max-width: 1279px) {
    #new .uk-flex-bottom\@s {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media only screen and (min-width: 968px) and (max-width: 1023px) {
    #new .uk-flex-bottom\@m {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media only screen and (min-width: 1280px) {
    #new .uk-flex-bottom\@l {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

#new .uk-grid-small > * {
    padding-left: 10px;
}

#new .uk-grid-small {
    margin-left: -10px;
}

#new .uk-padding-top-0 {
    padding-top: 0;
}

@media only screen and (min-width: 0) and (max-width: 1279px) {
    #new .uk-padding-top-0\@s {
        padding-top: 0;
    }
}

@media only screen and (min-width: 968px) and (max-width: 1023px) {
    #new .uk-padding-top-0\@m {
        padding-top: 0;
    }
}

@media only screen and (min-width: 1280px) {
    #new .uk-padding-top-0\@l {
        padding-top: 0;
    }
}

#new .uk-padding-bottom-0 {
    padding-bottom: 0;
}

@media only screen and (min-width: 0) and (max-width: 1279px) {
    #new .uk-padding-bottom-0\@s {
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 968px) and (max-width: 1023px) {
    #new .uk-padding-bottom-0\@m {
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 1280px) {
    #new .uk-padding-bottom-0\@l {
        padding-bottom: 0;
    }
}

#new .uk-padding-right-0 {
    padding-right: 0;
}

@media only screen and (min-width: 0) and (max-width: 1279px) {
    #new .uk-padding-right-0\@s {
        padding-right: 0;
    }
}

@media only screen and (min-width: 968px) and (max-width: 1023px) {
    #new .uk-padding-right-0\@m {
        padding-right: 0;
    }
}

@media only screen and (min-width: 1280px) {
    #new .uk-padding-right-0\@l {
        padding-right: 0;
    }
}

#new .uk-padding-left-0 {
    padding-left: 0;
}

@media only screen and (min-width: 0) and (max-width: 1279px) {
    #new .uk-padding-left-0\@s {
        padding-left: 0;
    }
}

@media only screen and (min-width: 968px) and (max-width: 1023px) {
    #new .uk-padding-left-0\@m {
        padding-left: 0;
    }
}

@media only screen and (min-width: 1280px) {
    #new .uk-padding-left-0\@l {
        padding-left: 0;
    }
}

@media only screen and (min-width: 0) and (max-width: 1279px) {
    #new .uk-overflow-hidden\@s {
        overflow: hidden;
    }
}

@media only screen and (min-width: 968px) and (max-width: 1023px) {
    #new .uk-overflow-hidden\@m {
        overflow: hidden;
    }
}

@media only screen and (min-width: 1280px) {
    #new .uk-overflow-hidden\@l {
        overflow: hidden;
    }
}

#new .uk-padding {
    /* padding default */
    /* padding-small */
    /* padding-medium */
    /* padding-large */
}

@media only screen and (min-width: 0) and (max-width: 1279px) {
    #new .uk-padding-top\@s {
        padding-top: 20px;
    }
}

@media only screen and (min-width: 968px) and (max-width: 1023px) {
    #new .uk-padding-top\@m {
        padding-top: 20px;
    }
}

@media only screen and (min-width: 1280px) {
    #new .uk-padding-top\@l {
        padding-top: 20px;
    }
}

@media only screen and (min-width: 0) and (max-width: 1279px) {
    #new .uk-padding-bottom\@s {
        padding-bottom: 20px;
    }
}

@media only screen and (min-width: 968px) and (max-width: 1023px) {
    #new .uk-padding-bottom\@m {
        padding-bottom: 20px;
    }
}

@media only screen and (min-width: 1280px) {
    #new .uk-padding-bottom\@l {
        padding-bottom: 20px;
    }
}

@media only screen and (min-width: 0) and (max-width: 1279px) {
    #new .uk-padding-left\@s {
        padding-left: 20px;
    }
}

@media only screen and (min-width: 968px) and (max-width: 1023px) {
    #new .uk-padding-left\@m {
        padding-left: 20px;
    }
}

@media only screen and (min-width: 1280px) {
    #new .uk-padding-left\@l {
        padding-left: 20px;
    }
}

@media only screen and (min-width: 0) and (max-width: 1279px) {
    #new .uk-padding-right\@s {
        padding-right: 20px;
    }
}

@media only screen and (min-width: 968px) and (max-width: 1023px) {
    #new .uk-padding-right\@m {
        padding-right: 20px;
    }
}

@media only screen and (min-width: 1280px) {
    #new .uk-padding-right\@l {
        padding-right: 20px;
    }
}

@media only screen and (min-width: 0) and (max-width: 1279px) {
    #new .uk-padding-small-top\@s {
        padding-top: 10px !important;
    }
}

@media only screen and (min-width: 968px) and (max-width: 1023px) {
    #new .uk-padding-small-top\@m {
        padding-top: 10px !important;
    }
}

@media only screen and (min-width: 1280px) {
    #new .uk-padding-small-top\@l {
        padding-top: 10px !important;
    }
}

@media only screen and (min-width: 0) and (max-width: 1279px) {
    #new .uk-padding-small-bottom\@s {
        padding-bottom: 10px !important;
    }
}

@media only screen and (min-width: 968px) and (max-width: 1023px) {
    #new .uk-padding-small-bottom\@m {
        padding-bottom: 10px !important;
    }
}

@media only screen and (min-width: 1280px) {
    #new .uk-padding-small-bottom\@l {
        padding-bottom: 10px !important;
    }
}

@media only screen and (min-width: 0) and (max-width: 1279px) {
    #new .uk-padding-small-left\@s {
        padding-left: 10px !important;
    }
}

@media only screen and (min-width: 968px) and (max-width: 1023px) {
    #new .uk-padding-small-left\@m {
        padding-left: 10px !important;
    }
}

@media only screen and (min-width: 1280px) {
    #new .uk-padding-small-left\@l {
        padding-left: 10px !important;
    }
}

@media only screen and (min-width: 0) and (max-width: 1279px) {
    #new .uk-padding-small-right\@s {
        padding-right: 10px !important;
    }
}

@media only screen and (min-width: 968px) and (max-width: 1023px) {
    #new .uk-padding-small-right\@m {
        padding-right: 10px !important;
    }
}

@media only screen and (min-width: 1280px) {
    #new .uk-padding-small-right\@l {
        padding-right: 10px !important;
    }
}

@media only screen and (min-width: 0) and (max-width: 1279px) {
    #new .uk-padding-medium-top\@s {
        padding-top: 40px !important;
    }
}

@media only screen and (min-width: 968px) and (max-width: 1023px) {
    #new .uk-padding-medium-top\@m {
        padding-top: 40px !important;
    }
}

@media only screen and (min-width: 1280px) {
    #new .uk-padding-medium-top\@l {
        padding-top: 40px !important;
    }
}

@media only screen and (min-width: 0) and (max-width: 1279px) {
    #new .uk-padding-medium-bottom\@s {
        padding-bottom: 40px !important;
    }
}

@media only screen and (min-width: 968px) and (max-width: 1023px) {
    #new .uk-padding-medium-bottom\@m {
        padding-bottom: 40px !important;
    }
}

@media only screen and (min-width: 1280px) {
    #new .uk-padding-medium-bottom\@l {
        padding-bottom: 40px !important;
    }
}

@media only screen and (min-width: 0) and (max-width: 1279px) {
    #new .uk-padding-medium-left\@s {
        padding-left: 40px !important;
    }
}

@media only screen and (min-width: 968px) and (max-width: 1023px) {
    #new .uk-padding-medium-left\@m {
        padding-left: 40px !important;
    }
}

@media only screen and (min-width: 1280px) {
    #new .uk-padding-medium-left\@l {
        padding-left: 40px !important;
    }
}

@media only screen and (min-width: 0) and (max-width: 1279px) {
    #new .uk-padding-medium-right\@s {
        padding-right: 40px !important;
    }
}

@media only screen and (min-width: 968px) and (max-width: 1023px) {
    #new .uk-padding-medium-right\@m {
        padding-right: 40px !important;
    }
}

@media only screen and (min-width: 1280px) {
    #new .uk-padding-medium-right\@l {
        padding-right: 40px !important;
    }
}

@media only screen and (min-width: 0) and (max-width: 1279px) {
    #new .uk-padding-large-top\@s {
        padding-top: 60px !important;
    }
}

@media only screen and (min-width: 968px) and (max-width: 1023px) {
    #new .uk-padding-large-top\@m {
        padding-top: 60px !important;
    }
}

@media only screen and (min-width: 1280px) {
    #new .uk-padding-large-top\@l {
        padding-top: 60px !important;
    }
}

@media only screen and (min-width: 0) and (max-width: 1279px) {
    #new .uk-padding-large-bottom\@s {
        padding-bottom: 60px !important;
    }
}

@media only screen and (min-width: 968px) and (max-width: 1023px) {
    #new .uk-padding-large-bottom\@m {
        padding-bottom: 60px !important;
    }
}

@media only screen and (min-width: 1280px) {
    #new .uk-padding-large-bottom\@l {
        padding-bottom: 60px !important;
    }
}

@media only screen and (min-width: 0) and (max-width: 1279px) {
    #new .uk-padding-large-left\@s {
        padding-left: 60px !important;
    }
}

@media only screen and (min-width: 968px) and (max-width: 1023px) {
    #new .uk-padding-large-left\@m {
        padding-left: 60px !important;
    }
}

@media only screen and (min-width: 1280px) {
    #new .uk-padding-large-left\@l {
        padding-left: 60px !important;
    }
}

@media only screen and (min-width: 0) and (max-width: 1279px) {
    #new .uk-padding-large-right\@s {
        padding-right: 60px !important;
    }
}

@media only screen and (min-width: 968px) and (max-width: 1023px) {
    #new .uk-padding-large-right\@m {
        padding-right: 60px !important;
    }
}

@media only screen and (min-width: 1280px) {
    #new .uk-padding-large-right\@l {
        padding-right: 64px !important;
    }
}

#new .uk-margin {
    /* margin default */
    /* margin-small */
    /* margin-medium */
}

@media only screen and (min-width: 0) and (max-width: 1279px) {
    #new .uk-margin-top\@s {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 968px) and (max-width: 1023px) {
    #new .uk-margin-top\@m {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 1280px) {
    #new .uk-margin-top\@l {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 0) and (max-width: 1279px) {
    #new .uk-margin-bottom\@s {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 968px) and (max-width: 1023px) {
    #new .uk-margin-bottom\@m {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 1280px) {
    #new .uk-margin-bottom\@l {
        margin-bottom: 13px;
    }
}

@media only screen and (min-width: 0) and (max-width: 1279px) {
    #new .uk-margin-left\@s {
        margin-left: 20px;
    }
}

@media only screen and (min-width: 968px) and (max-width: 1023px) {
    #new .uk-margin-left\@m {
        margin-left: 20px;
    }
}

@media only screen and (min-width: 1280px) {
    #new .uk-margin-left\@l {
        margin-left: 20px;
    }
}

@media only screen and (min-width: 0) and (max-width: 1279px) {
    #new .uk-margin-right\@s {
        margin-right: 20px;
    }
}

@media only screen and (min-width: 968px) and (max-width: 1023px) {
    #new .uk-margin-right\@m {
        margin-right: 20px;
    }
}

@media only screen and (min-width: 1280px) {
    #new .uk-margin-right\@l {
        margin-right: 20px;
    }
}

@media only screen and (min-width: 0) and (max-width: 1279px) {
    #new .uk-margin-small-top\@s {
        margin-top: 10px !important;
    }
}

@media only screen and (min-width: 968px) and (max-width: 1023px) {
    #new .uk-margin-small-top\@m {
        margin-top: 10px !important;
    }
}

@media only screen and (min-width: 1280px) {
    #new .uk-margin-small-top\@l {
        margin-top: 10px !important;
    }
}

@media only screen and (min-width: 0) and (max-width: 1279px) {
    #new .uk-margin-small-bottom\@s {
        margin-bottom: 10px !important;
    }
}

@media only screen and (min-width: 968px) and (max-width: 1023px) {
    #new .uk-margin-small-bottom\@m {
        margin-bottom: 10px !important;
    }
}

@media only screen and (min-width: 1280px) {
    #new .uk-margin-small-bottom\@l {
        margin-bottom: 10px !important;
    }
}

@media only screen and (min-width: 0) and (max-width: 1279px) {
    #new .uk-margin-small-left\@s {
        margin-left: 10px !important;
    }
}

@media only screen and (min-width: 968px) and (max-width: 1023px) {
    #new .uk-margin-small-left\@m {
        margin-left: 10px !important;
    }
}

@media only screen and (min-width: 1280px) {
    #new .uk-margin-small-left\@l {
        margin-left: 10px !important;
    }
}

@media only screen and (min-width: 0) and (max-width: 1279px) {
    #new .uk-margin-small-right\@s {
        margin-right: 10px !important;
    }
}

@media only screen and (min-width: 968px) and (max-width: 1023px) {
    #new .uk-margin-small-right\@m {
        margin-right: 10px !important;
    }
}

@media only screen and (min-width: 1280px) {
    #new .uk-margin-small-right\@l {
        margin-right: 10px !important;
    }
}

@media only screen and (min-width: 0) and (max-width: 1279px) {
    #new .uk-margin-medium-top\@s {
        margin-top: 40px !important;
    }
}

@media only screen and (min-width: 968px) and (max-width: 1023px) {
    #new .uk-margin-medium-top\@m {
        margin-top: 40px !important;
    }
}

@media only screen and (min-width: 1280px) {
    #new .uk-margin-medium-top\@l {
        margin-top: 40px !important;
    }
}

@media only screen and (min-width: 0) and (max-width: 1279px) {
    #new .uk-margin-medium-bottom\@s {
        margin-bottom: 40px !important;
    }
}

@media only screen and (min-width: 968px) and (max-width: 1023px) {
    #new .uk-margin-medium-bottom\@m {
        margin-bottom: 40px !important;
    }
}

@media only screen and (min-width: 1280px) {
    #new .uk-margin-medium-bottom\@l {
        margin-bottom: 33px !important;
    }
}

@media only screen and (min-width: 0) and (max-width: 1279px) {
    #new .uk-margin-medium-left\@s {
        margin-left: 40px !important;
    }
}

@media only screen and (min-width: 968px) and (max-width: 1023px) {
    #new .uk-margin-medium-left\@m {
        margin-left: 40px !important;
    }
}

@media only screen and (min-width: 1280px) {
    #new .uk-margin-medium-left\@l {
        margin-left: 40px !important;
    }
}

@media only screen and (min-width: 0) and (max-width: 1279px) {
    #new .uk-margin-medium-right\@s {
        margin-right: 40px !important;
    }
}

@media only screen and (min-width: 968px) and (max-width: 1023px) {
    #new .uk-margin-medium-right\@m {
        margin-right: 40px !important;
    }
}

@media only screen and (min-width: 1280px) {
    #new .uk-margin-medium-right\@l {
        margin-right: 40px !important;
    }
}

@media only screen and (min-width: 0) and (max-width: 1279px) {
    #new .uk-flex-middle\@s {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media only screen and (min-width: 0) and (max-width: 1279px) {
    #new .uk-flex-middle\@m {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media only screen and (min-width: 1280px) {
    #new .uk-flex-middle\@l {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

#new .swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
}

#new .swiper-container-no-flexbox .swiper-slide {
    float: left;
}

#new .swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#new .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

#new .swiper-container-android .swiper-slide,
#new .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

#new .swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#new .swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

#new .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

#new .swiper-slide-invisible-blank {
    visibility: hidden;
}

#new .swiper-container-autoheight,
#new .swiper-container-autoheight .swiper-slide {
    height: auto;
}

#new .swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}

#new .swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

#new .swiper-container-3d .swiper-wrapper,
#new .swiper-container-3d .swiper-slide,
#new .swiper-container-3d .swiper-slide-shadow-left,
#new .swiper-container-3d .swiper-slide-shadow-right,
#new .swiper-container-3d .swiper-slide-shadow-top,
#new .swiper-container-3d .swiper-slide-shadow-bottom,
#new .swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

#new .swiper-container-3d .swiper-slide-shadow-left,
#new .swiper-container-3d .swiper-slide-shadow-right,
#new .swiper-container-3d .swiper-slide-shadow-top,
#new .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

#new .swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

#new .swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

#new .swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

#new .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

#new .swiper-container-wp8-horizontal,
#new .swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

#new .swiper-container-wp8-vertical,
#new .swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

#new .swiper-button-prev,
#new .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

#new .swiper-button-prev.swiper-button-disabled,
#new .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

#new .swiper-button-prev,
#new .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

#new .swiper-button-next,
#new .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

#new .swiper-button-prev.swiper-button-white,
#new .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

#new .swiper-button-next.swiper-button-white,
#new .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

#new .swiper-button-prev.swiper-button-black,
#new .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

#new .swiper-button-next.swiper-button-black,
#new .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

#new .swiper-button-lock {
    display: none;
}

#new .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

#new .swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

#new .swiper-pagination-fraction,
#new .swiper-pagination-custom,
#new .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

#new .swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

#new .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}

#new .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#new .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#new .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}

#new .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}

#new .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}

#new .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}

#new .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

#new button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#new .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

#new .swiper-pagination-bullet-active {
    opacity: 1;
    background: #00a9e0;
}

#new .swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

#new .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

#new .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}

#new .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

#new .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

#new .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

#new .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

#new .swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

#new .swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

#new .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

#new .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

#new .swiper-container-horizontal > .swiper-pagination-progressbar,
#new .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

#new .swiper-container-vertical > .swiper-pagination-progressbar,
#new .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

#new .swiper-pagination-white .swiper-pagination-bullet-active {
    background: #ffffff;
}

#new .swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
}

#new .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #ffffff;
}

#new .swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000000;
}

#new .swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}

#new .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000000;
}

#new .swiper-pagination-lock {
    display: none;
}

#new .swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

#new .swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

#new .swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

#new .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

#new .swiper-scrollbar-cursor-drag {
    cursor: move;
}

#new .swiper-scrollbar-lock {
    display: none;
}

#new .swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

#new .swiper-zoom-container > img,
#new .swiper-zoom-container > svg,
#new .swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

#new .swiper-slide-zoomed {
    cursor: move;
}

#new .swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

#new .swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

#new .swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#new .swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

#new .swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#new .swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

#new .swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

#new .swiper-container-fade .swiper-slide-active,
#new .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

#new .swiper-container-cube {
    overflow: visible;
}

#new .swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

#new .swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

#new .swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

#new .swiper-container-cube .swiper-slide-active,
#new .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

#new .swiper-container-cube .swiper-slide-active,
#new .swiper-container-cube .swiper-slide-next,
#new .swiper-container-cube .swiper-slide-prev,
#new .swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

#new .swiper-container-cube .swiper-slide-shadow-top,
#new .swiper-container-cube .swiper-slide-shadow-bottom,
#new .swiper-container-cube .swiper-slide-shadow-left,
#new .swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#new .swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

#new .swiper-container-flip {
    overflow: visible;
}

#new .swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

#new .swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

#new .swiper-container-flip .swiper-slide-active,
#new .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

#new .swiper-container-flip .swiper-slide-shadow-top,
#new .swiper-container-flip .swiper-slide-shadow-bottom,
#new .swiper-container-flip .swiper-slide-shadow-left,
#new .swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#new .swiper-container-coverflow .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
}

@media only screen and (min-width: 0) and (max-width: 1279px) {
    #new .btn {
        display: block;
        width: 100%;
        text-align: center;
        border-radius: 40px;
        font: normal 18px/24px Manrope;
        -webkit-transition: background-color .3s, color .1s, border .3s;
        -o-transition: background-color .3s, color .1s, border .3s;
        transition: background-color .3s, color .1s, border .3s;
    }

    @media only screen and (min-width: 1280px) {
        #new .signs li img {
            margin-bottom: 10px;
        }
    }
    #new .myths {
        padding: 60px 0;
    }
}

@media only screen and (min-width: 1280px) {
    #new .myths {
        padding: 85px 0 90px;
    }
}

@media only screen and (min-width: 0) and (max-width: 1279px) {
    #new .myths .subtitle {
        margin-bottom: 35px;
    }
}

@media only screen and (min-width: 1280px) {
    #new .myths .subtitle {
        margin-bottom: 48px;
    }
}

#new .myths__container {
    position: relative;
    overflow: hidden;
    padding-left: 8px
}

#new .myths__container .btn {
    position: relative;
    z-index: 5;
    margin: auto;
    max-width: 352px;
    height: 48px;
    border: 1px solid #344e8d;
    font: 500 16px/24px Manrope;
    border-radius: 5px;
    color: #344e8d;
    text-transform: uppercase
}

#new .myths__container .btn:hover {
    border-color: #344e8d;
    background-color: unset;
}

@media only screen and (min-width: 0) and (max-width: 1279px) {
    #new .myths__container .swiper-wrapper {
        margin-bottom: 35px;
    }
}

@media only screen and (min-width: 1280px) {
    #new .myths__container .swiper-wrapper {
        margin-bottom: 45px;
    }
}

#new .myths__number {
    padding: 10px 20px;
    text-align: center;
    display: block;
    border: 10px solid #578ad6;
    border-radius: 50%;
    font: 700 36px/40px Manrope;
}

@media only screen and (min-width: 0) and (max-width: 1279px) {
    #new .myths__title {
        -ms-flex-item-align: start;
        align-self: flex-start;
        font: 500 20px/28px Manrope;
    }
}

@media only screen and (min-width: 1280px) {
    #new .myths__title {
        padding-right: 50px;
        font: 700 24px/32px Manrope;
    }
}

#new .myths__text-blue {
    margin-bottom: 8px;
    font: 700 20px/32px Manrope;
    color: #cf762e;
}

#new .myths .subtitle {
    text-align: center;
}

@media (min-width: 968px) and (max-width: 1279px) {
    #new .myths img {
        max-width: 440px;
    }
}

#new .myths .myths-swiper-next {
    display: none;
}

#new .myths .uk-hidden + .myths-swiper-next {
    display: block;
}

#new .myths__container .swiper-slide:not(:last-of-type) {
    margin-bottom: 49px;
}

@media (min-width: 968px) and (max-width: 1279px) {
    #new .myths__container .swiper-slide {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
}

@media (max-width: 967px) {
    #new .myths__container .swiper-slide__container {
        width: 100% !important;
    }
}

@media (min-width: 968px) and (max-width: 1279px) {
    #new .myths__container .swiper-slide__container {
        width: 100%;
    }
}

@media (min-width: 968px) and (max-width: 1279px) {
    #new .myths__container .swiper-slide__container:first-of-type {
        padding-right: 50px;
    }
}

@media (min-width: 968px) and (max-width: 1279px) {
    #new .myths .swiper-slide-image-desktope {
        display: block !important;
    }
}

@media (min-width: 968px) {
    #new .myths .swiper-slide-image-mobile {
        display: none !important;
    }
}

@media (min-width: 968px) {
    #new .myths__top-text {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    #new .myths__top-text .myths__number {
        margin: 0 !important;
        margin-right: 30px !important;
    }

    #new .myths__top-text .myths__title {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
}

#new .test {
    position: relative;
    color: #ffffff;
    background-color: #003594;
    /* swiper */
}

@media only screen and (min-width: 0) and (max-width: 1279px) {
    #new .test {
        padding: 60px 0 40px;
    }
}

@media only screen and (min-width: 1280px) {
    #new .test {
        padding: 85px 0 80px;
    }
}

#new .test::after {
    content: "";
    position: absolute;
}

@media only screen and (min-width: 0) and (max-width: 1279px) {
    #new .test::after {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
        height: 1000px;
        background: url("../img/pic/bg/circle-left-mobile.png") no-repeat;
        background-size: contain;
    }
}

@media only screen and (min-width: 1280px) {
    #new .test::after {
        top: 0;
        right: 0;
        width: 720px;
        height: 100%;
        background: url("../img/pic/bg/circle-right.png") no-repeat;
        background-size: cover;
    }
}

#new .test .uk-container {
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 0) and (max-width: 1279px) {
    #new .test .subtitle {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 1280px) {
    #new .test .subtitle {
        margin-bottom: 60px;
    }
}

#new .test__swiper {
    position: relative;
}

#new .test__swiper .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 115px;
    left: 86px;
    text-align: left;
    width: 100%;
}

#new .test__swiper .swiper-pagination-bullet {
    opacity: 1;
    width: 45px;
    height: 4px;
    border-radius: 0;
    /* background-color: #455eaf; */
    background-color: #254186;
}

#new .test__swiper .swiper-pagination-bullet:not(:last-of-type) {
    margin-right: 4px;
}

#new .test__swiper .swiper-pagination-bullet-active ~ * {
    background-color: #cce0e6;
}

#new .test__container {
    overflow: hidden;
}

#new .test .btn {
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 13px 15px;
    max-width: 175px;
    height: 48px;
    border: 1px solid #254186;
    font: normal 16px/24px Manrope;
    text-transform: uppercase;
    background-color: #254186;
}

#new .test .btn {
    margin-top: 42px;
    width: 176px;
    height: 48px;
    padding: 0;
    border-radius: 5px;
    color: #fff;
}

#new .test .btn:hover {
    color: #ffffff;
    border-color: transparent;
    background-color: #344e8d;
}

#new .test__question {
    font: normal 24px/32px Manrope;
    font-weight: 500;
}

@media only screen and (min-width: 0) and (max-width: 1279px) {
    #new .test__question {
        margin-bottom: 40px;
    }
}

#new .test__radio {
    margin: auto;
}

@media only screen and (min-width: 1280px) {
    #new .test__radio {
        max-width: 300px;
    }
}

#new .test__radio label {
    position: relative;
    cursor: pointer;
    padding-left: 32px;
}

#new .test__radio input + label::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #999;
    border-radius: 50%;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#new .test__radio input + label::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #e87722;
    display: none
}

#new .test__radio input:checked + label::after {
    border-color: #999;
}

#new .test__radio input:checked + label::before {
    display: block;
}

#new .test__text {
    max-width: 330px;
}

#new .test__text input {
    padding: 5px 10px 7px;
    max-width: 178px;
    border: none;
    color: #000000;
}

#new .test__text-gray {
    color: #999;
    font-size: 16px;
    line-height: 16px;
    font-weight: 300
}

#new .test label {
    font: 300 20px/24px Manrope;
}

#new .test__count {
    display: inline-block;
    margin-bottom: 75px;
    font: 300 16px/16px Manrope;
    color: #e87722;
}

#new .test__result-top {
    border-bottom: 1px solid #efefef;
}

@media only screen and (min-width: 0) and (max-width: 1279px) {
    #new .test__result-top {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 1280px) {
    #new .test__result-top {
        padding-bottom: 60px;
        margin-bottom: 60px;
    }
}

@media only screen and (min-width: 0) and (max-width: 1279px) {
    #new .test__result-bottom .btn {
        max-width: 290px;
    }
}

@media only screen and (min-width: 1280px) {
    #new .test__result-bottom .btn {
        max-width: 265px;
    }
}

#new .test__result-bottom input {
    padding: 5px 10px;
    width: 100%;
    color: #000000;
}

@media only screen and (min-width: 0) and (max-width: 1279px) {
    #new .test__result-bottom input {
        max-width: 290px;
    }
}

#new .test__result-recommendation {
    font: 700 20px/28px Manrope;
    color: #000;
}

#new .test__result-recommendation a {
    color: #00a9e0;
    font-weight: normal;
    border-bottom: 1px solid #00a9e0;
}

@media only screen and (min-width: 0) and (max-width: 1279px) {
    #new .test__result-title {
        font: 700 20px/28px Manrope;
    }
}

@media only screen and (min-width: 1280px) {
    #new .test__result-title {
        font: 700 24px/32px Manrope;
        color: #000;
    }
}

#new .test__result-title span {
    color: #00b388;
}

#new .test__result-current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    border: 4px solid #00b388;
    border-radius: 50%;
    overflow: hidden;
    color: #00b388;
}

@media only screen and (min-width: 0) and (max-width: 1279px) {
    #new .test__result-current {
        margin: 0 auto 30px;
        padding-top: 45px;
        width: 150px;
        height: 150px;
    }
}

@media only screen and (min-width: 1280px) {
    #new .test__result-current {
        margin-right: 90px;
        padding-top: 65px;
        width: 184px;
        height: 184px;
    }
}

#new .test__result-current p {
    position: relative;
}

@media only screen and (min-width: 0) and (max-width: 1279px) {
    #new .test__result-current p {
        font: 700 70px/20px Manrope;
    }
}

@media only screen and (min-width: 1280px) {
    #new .test__result-current p {
        font: 700 80px/20px Manrope;
    }
}

#new .test__result-current p span {
    content: "баллов";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -55px;
    margin: auto;
}

@media only screen and (min-width: 0) and (max-width: 1279px) {
    #new .test__result-current p span {
        font: 700 18px/24px Manrope;
    }
}

@media only screen and (min-width: 1280px) {
    #new .test__result-current p span {
        font: 700 22px/24px Manrope;
    }
}

#new .test__result-1 .your-points {
    color: #00b388;
}

#new .test__result-1 .test__result-title span {
    color: #00b388;
}

#new .test__result-1 .test__result-current {
    border-color: #00b388;
}

#new .test__result-2 .your-points, #new .test__result-3 .your-points {
    color: #f87c56;
}

#new .test__result-2 .test__result-title span, #new .test__result-3 .test__result-title span {
    color: #f87c56;
}

#new .test__result-2 .test__result-current, #new .test__result-3 .test__result-current {
    border-color: #f87c56;
}

#new .test__result-4 .your-points, #new .test__result-5 .your-points {
    color: #f8485e;
}

#new .test__result-4 .test__result-title span, #new .test__result-5 .test__result-title span {
    color: #f8485e;
}

#new .test__result-4 .test__result-current, #new .test__result-5 .test__result-current {
    border-color: #f8485e;
}

#new .test .swiper-wrapper .slide-woman {
    display: none;
}

#new .test .swiper-wrapper.woman .slide-man {
    display: none;
}

#new .test .swiper-wrapper.woman .slide-woman {
    display: block;
}

#new .test .test-end {
    position: relative;
    z-index: 5;
    pointer-events: none;
}

#new .test .test-end.active-1.active-2 {
    pointer-events: inherit;
}

@media only screen and (min-width: 0) and (max-width: 1279px) {
    #new .test__wrap br {
        display: none;
    }
}

@media only screen and (min-width: 0) and (max-width: 1279px) {
    #new .test__btn-result {
        margin-top: 5px !important;
    }
}

@media only screen and (min-width: 1280px) {
    #new .test__btn-result {
        margin-top: 5px !important;
    }
}

#new .test__result-text-small {
    font-size: 16px;
    line-height: 24px;
}

#new .test__result-danger {
    margin-bottom: 10px;
    display: inline-block;
    color: #f8485e;
}

#new .test__result-available {
    margin-bottom: 10px;
    display: inline-block;
    color: #00b388;
}

#new .test__text-promo {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #00b388;
}

@media (max-width: 967px) {
    #new .test__top {
        width: 100% !important;
    }
}

@media (min-width: 968px) and (max-width: 1279px) {
    #new .test__top-wrap {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 968px) and (max-width: 1279px) {
    #new .test__text-gray {
        padding-right: 100px;
    }
}

@media (min-width: 968px) and (max-width: 1279px) {
    #new .test__case {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (min-width: 968px) and (max-width: 1279px) {
    #new .test__swiper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (min-width: 968px) and (max-width: 1279px) {
    #new .test .swiper-next,
    #new .test .test-end {
        margin-top: 50px;
    }
}

@media (min-width: 968px) and (max-width: 1279px) {
    #new .test .test__container {
        width: 100% !important;
    }
}

@media (min-width: 968px) and (max-width: 1279px) {
    #new .test .test__question {
        padding-right: 30px;
    }
}

@media (min-width: 968px) and (max-width: 1279px) {
    #new .test .test__text {
        padding-right: 30px;
    }
}

#new .test .test__result input {
    display: block;
    max-width: 440px;
}

#new .conditions {
    font: normal 16px/24px Manrope;
}

@media only screen and (min-width: 0) and (max-width: 1279px) {
    #new .conditions {
        padding: 20px 0 40px;
    }
}

@media only screen and (min-width: 1280px) {
    #new .conditions {
        padding: 30px 0 85px;
    }
}

#new .conditions ol {
    margin-left: 15px;
    list-style-type: decimal;
}

#new .conditions span {
    display: inline-block;
    font-weight: 700;
}

#new .conditions a {
    color: #000000;
}


