html {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    background: #fff;
    color: #666;
}

body {
    margin: 0;
}

a:active,
a:hover {
    outline: none;
}

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

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

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

b,
strong {
    font-weight: bolder;
}

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

em {
    color: #f0506e;
}

ins {
    text-decoration: none;
}

ins,
mark {
    background: #ffd;
    color: #666;
}

q {
    font-style: italic;
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

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

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

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

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

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

iframe {
    border: 0;
}

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

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

.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-weight: 400;
    color: #333;
    text-transform: none;
}

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

.uk-h1,
h1 {
    font-size: 2.23125rem;
    line-height: 1.2;
}

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

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

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

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

.uk-h6,
h6 {
    font-size: 0.875rem;
    line-height: 1.4;
}

@media (min-width: 960px) {

    .uk-h1,
    h1 {
        font-size: 2.625rem;
    }

    .uk-h2,
    h2 {
        font-size: 2rem;
    }
}

ol,
ul {
    padding-left: 30px;
}

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

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

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

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

address {
    font-style: normal;
}

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

*+blockquote {
    margin-top: 20px;
}

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

blockquote footer {
    margin-top: 10px;
    font-size: 0.875rem;
    line-height: 1.5;
}

pre {
    font: 0.875rem/1.5 Consolas, monaco, monospace;
    color: #666;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    overflow: auto;
}

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

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

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

details,
main {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.uk-heading-small {
    font-size: 2.6rem;
    line-height: 1.2;
}

.uk-heading-medium {
    font-size: 2.8875rem;
    line-height: 1.1;
}

.uk-heading-large {
    font-size: 3.4rem;
    line-height: 1.1;
}

.uk-heading-xlarge {
    font-size: 4rem;
    line-height: 1;
}

.uk-heading-2xlarge {
    font-size: 6rem;
    line-height: 1;
}

@media (min-width: 960px) {
    .uk-heading-small {
        font-size: 3.25rem;
    }

    .uk-heading-medium {
        font-size: 3.5rem;
    }

    .uk-heading-large {
        font-size: 4rem;
    }

    .uk-heading-xlarge {
        font-size: 6rem;
    }

    .uk-heading-2xlarge {
        font-size: 8rem;
    }
}

@media (min-width: 1200px) {
    .uk-heading-medium {
        font-size: 4rem;
    }

    .uk-heading-large {
        font-size: 6rem;
    }

    .uk-heading-xlarge {
        font-size: 8rem;
    }

    .uk-heading-2xlarge {
        font-size: 11rem;
    }
}

.uk-heading-divider {
    padding-bottom: calc(5px + 0.1em);
    border-bottom: calc(0.2px + 0.05em) solid #e5e5e5;
}

.uk-heading-bullet {
    position: relative;
}

.uk-heading-bullet:before {
    content: '';
    display: inline-block;
    position: relative;
    top: -0.1em;
    vertical-align: middle;
    height: calc(4px + 0.7em);
    margin-right: calc(5px + 0.2em);
    border-left: calc(5px + 0.1em) solid #e5e5e5;
}

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

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

.uk-heading-line> :after,
.uk-heading-line> :before {
    content: '';
    position: absolute;
    top: calc(50% - 0.1px - 0.025em);
    width: 2000px;
    border-bottom: calc(0.2px + 0.05em) solid #e5e5e5;
}

.uk-heading-line> :before {
    right: 100%;
    margin-right: calc(5px + 0.3em);
}

.uk-heading-line> :after {
    left: 100%;
    margin-left: calc(5px + 0.3em);
}

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

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

.uk-divider-icon {
    position: relative;
    height: 20px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle fill='none' stroke='%23e5e5e5' stroke-width='2' cx='10' cy='10' r='7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.uk-divider-icon:after,
.uk-divider-icon:before {
    content: '';
    position: absolute;
    top: 50%;
    max-width: calc(50% - 25px);
    border-bottom: 1px solid #e5e5e5;
}

.uk-divider-icon:before {
    right: calc(50% + 25px);
    width: 100%;
}

.uk-divider-icon:after {
    left: calc(50% + 25px);
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uk-list-hyphen> :before {
    content: '\2013\A0\A0';
}

.uk-list-muted> :before {
    color: #999 !important;
}

.uk-list-emphasis> :before {
    color: #333 !important;
}

.uk-list-primary> :before {
    color: #1e87f0 !important;
}

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

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

.uk-list-bullet> :before {
    content: '';
    position: relative;
    left: -30px;
    width: 30px;
    height: 1.5em;
    margin-bottom: -1.5em;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle fill='%23666' cx='3' cy='3' r='3'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

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

.uk-list-striped>* {
    padding: 10px;
}

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

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

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

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

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

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

.uk-list-large.uk-list-striped>* {
    padding: 20px 10px;
}

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

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

.uk-description-list>dt {
    color: #333;
}

.uk-description-list>dt:nth-child(n + 2) {
    margin-top: 20px;
}

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

.uk-table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 20px;
}

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

.uk-table th {
    padding: 16px 12px;
    text-align: left;
    vertical-align: bottom;
    font-size: 0.875rem;
    font-weight: 400;
    color: #999;
}

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

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

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

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

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

.uk-table-divider> :first-child>tr:not(:first-child),
.uk-table-divider> :not(:first-child)>tr,
.uk-table-divider>tr:not(:first-child) {
    border-top: 1px solid #e5e5e5;
}

.uk-table-striped>tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
    background: #f8f8f8;
}

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

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

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

.uk-table-justify td:first-child,
.uk-table-justify th:first-child {
    padding-left: 0;
}

.uk-table-justify td:last-child,
.uk-table-justify th:last-child {
    padding-right: 0;
}

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

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

.uk-table-link {
    padding: 0 !important;
}

.uk-table-link>a {
    display: block;
    padding: 16px 12px;
}

.uk-table-small .uk-table-link>a {
    padding: 10px 12px;
}

@media (max-width: 959px) {

    .uk-table-responsive,
    .uk-table-responsive tbody,
    .uk-table-responsive td,
    .uk-table-responsive th,
    .uk-table-responsive tr {
        display: block;
    }

    .uk-table-responsive thead {
        display: none;
    }

    .uk-table-responsive td,
    .uk-table-responsive th {
        width: auto !important;
        max-width: none !important;
        min-width: 0 !important;
        overflow: visible !important;
        white-space: normal !important;
    }

    .uk-table-responsive .uk-table-link:not(:first-child)>a,
    .uk-table-responsive td:not(:first-child):not(.uk-table-link),
    .uk-table-responsive th:not(:first-child):not(.uk-table-link) {
        padding-top: 5px !important;
    }

    .uk-table-responsive .uk-table-link:not(:last-child)>a,
    .uk-table-responsive td:not(:last-child):not(.uk-table-link),
    .uk-table-responsive th:not(:last-child):not(.uk-table-link) {
        padding-bottom: 5px !important;
    }

    .uk-table-justify.uk-table-responsive td,
    .uk-table-justify.uk-table-responsive th {
        padding-left: 0;
        padding-right: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

.uk-icon-button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    border-radius: 500px;
    background: #f8f8f8;
    color: #999;
    vertical-align: middle;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

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

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

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

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

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

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

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

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

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

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

.uk-range::-ms-thumb {
    margin-top: 0;
    border: none;
    height: 15px;
    width: 15px;
    border-radius: 500px;
    background: #fff;
}

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

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

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

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

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

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

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

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

.uk-input {
    overflow: visible;
}

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

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

.uk-textarea {
    overflow: auto;
}

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

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

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

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

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

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

.uk-input,
.uk-select,
.uk-textarea {
    max-width: 100%;
    width: 100%;
    border: 0;
    padding: 0 10px;
    background: #fff;
    color: #666;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uk-form-blank {
    background: none;
}

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

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

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

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

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

.uk-select:not([multiple]):not([size]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 20px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23666' d='M12 1L9 6h6zm0 12L9 8h6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

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

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

.uk-select:not([multiple]):not([size]):disabled {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23999' d='M12 1L9 6h6zm0 12L9 8h6z'/%3E%3C/svg%3E");
}

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

.uk-input[list]:focus,
.uk-input[list]:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23666' d='M12 12L8 6h8z'/%3E%3C/svg%3E");
}

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

.uk-checkbox,
.uk-radio {
    display: inline-block;
    height: 16px;
    width: 16px;
    overflow: hidden;
    margin-top: -4px;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

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

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

.uk-checkbox:checked,
.uk-checkbox:indeterminate,
.uk-radio:checked {
    background-color: #1e87f0;
}

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

.uk-radio:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle fill='%23fff' cx='8' cy='8' r='2'/%3E%3C/svg%3E");
}

.uk-checkbox:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='M12 1L5 7.5 2 5l-1 .5L5 10l8-8.5z'/%3E%3C/svg%3E");
}

.uk-checkbox:indeterminate {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='M3 8h10v1H3z'/%3E%3C/svg%3E");
}

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

.uk-radio:disabled:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle fill='%23999' cx='8' cy='8' r='2'/%3E%3C/svg%3E");
}

.uk-checkbox:disabled:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23999' d='M12 1L5 7.5 2 5l-1 .5L5 10l8-8.5z'/%3E%3C/svg%3E");
}

.uk-checkbox:disabled:indeterminate {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23999' d='M3 8h10v1H3z'/%3E%3C/svg%3E");
}

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

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

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

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

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

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

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

    .uk-form-horizontal .uk-form-controls {
        margin-left: 215px;
    }

    .uk-form-horizontal .uk-form-controls-text {
        padding-top: 7px;
    }
}

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

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

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

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

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

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

.uk-button {
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: 0.875rem;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
}

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

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

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

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

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

.uk-button-primary {
    background-color: #1e87f0;
    color: #fff;
}

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

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

.uk-button-secondary {
    background-color: #222;
    color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uk-progress::-webkit-progress-bar {
    background-color: #f8f8f8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-hero-taxonomy__box,
.c-icons,
.c-search,
.o-hero--inner-container,
.uk-container {
    display: flow-root;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 640px) {

    .c-hero-taxonomy__box,
    .c-icons,
    .c-search,
    .o-hero--inner-container,
    .uk-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 960px) {

    .c-hero-taxonomy__box,
    .c-icons,
    .c-search,
    .o-hero--inner-container,
    .uk-container {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.c-hero-taxonomy__box> :last-child,
.c-icons> :last-child,
.c-search> :last-child,
.o-hero--inner-container> :last-child,
.uk-container> :last-child {
    margin-bottom: 0;
}

.c-hero-taxonomy__box .c-hero-taxonomy__box,
.c-hero-taxonomy__box .c-icons,
.c-hero-taxonomy__box .c-search,
.c-hero-taxonomy__box .o-hero--inner-container,
.c-hero-taxonomy__box .uk-container,
.c-icons .c-hero-taxonomy__box,
.c-icons .c-icons,
.c-icons .c-search,
.c-icons .o-hero--inner-container,
.c-icons .uk-container,
.c-search .c-hero-taxonomy__box,
.c-search .c-icons,
.c-search .c-search,
.c-search .o-hero--inner-container,
.c-search .uk-container,
.o-hero--inner-container .c-hero-taxonomy__box,
.o-hero--inner-container .c-icons,
.o-hero--inner-container .c-search,
.o-hero--inner-container .o-hero--inner-container,
.o-hero--inner-container .uk-container,
.uk-container .c-hero-taxonomy__box,
.uk-container .c-icons,
.uk-container .c-search,
.uk-container .o-hero--inner-container,
.uk-container .uk-container {
    padding-left: 0;
    padding-right: 0;
}

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

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

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

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

.c-hero-home,
.c-hero-taxonomy,
.o-hero--base,
.uk-container-expand,
body>header {
    max-width: none;
}

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

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

@media (min-width: 640px) {

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

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

@media (min-width: 960px) {

    .uk-container-expand-left,
    .uk-container-expand-right {
        max-width: calc(50% + 560px);
    }

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

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

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

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

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

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

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

@media (min-width: 640px) {

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

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

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

@media (min-width: 960px) {

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

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

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

.uk-tile {
    display: flow-root;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 15px;
}

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

@media (min-width: 960px) {
    .uk-tile {
        padding: 70px 40px;
    }
}

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

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

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

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

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

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

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

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

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

.uk-tile-primary {
    background: #1e87f0;
}

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

.c-icons__column,
.uk-card {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.c-icons__column,
.uk-card-body {
    display: flow-root;
    padding: 30px;
}

.uk-card-footer,
.uk-card-header {
    display: flow-root;
    padding: 15px 30px;
}

@media (min-width: 1200px) {

    .c-icons__column,
    .uk-card-body {
        padding: 40px;
    }

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

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

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

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

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

.uk-card-hover:not(.uk-card-default):not(.c-icons__column):not(.uk-card-primary):not(.uk-card-secondary):hover {
    background: #fff;
}

.c-icons__column,
.uk-card-default {
    background: #fff;
    color: #666;
}

.c-icons__column .uk-card-title,
.uk-card-default .uk-card-title {
    color: #333;
}

.uk-card-default.uk-card-hover:hover,
.uk-card-hover.c-icons__column:hover {
    background-color: #fff;
}

.uk-card-primary {
    background: #1e87f0;
    color: #fff;
}

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

.uk-card-primary.uk-card-hover:hover {
    background-color: #1e87f0;
}

.uk-card-secondary {
    background: #222;
    color: #fff;
}

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

.uk-card-secondary.uk-card-hover:hover {
    background-color: #222;
}

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

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

@media (min-width: 1200px) {

    .uk-card-large.c-icons__column,
    .uk-card-large .c-icons__column,
    .uk-card-large.uk-card-body,
    .uk-card-large .uk-card-body {
        padding: 70px;
    }

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

.uk-close {
    color: #999;
}

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

.uk-spinner>* {
    -webkit-animation: uk-spinner-rotate 1.4s linear infinite;
    -o-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);
    }

    to {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

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

    to {
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

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

    to {
        -webkit-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

.uk-spinner>*>* {
    stroke-dasharray: 88px;
    stroke-dashoffset: 0;
    -webkit-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-animation: uk-spinner-dash 1.4s ease-in-out infinite;
    -o-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);
    }

    to {
        stroke-dashoffset: 88px;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}

@-o-keyframes uk-spinner-dash {
    0% {
        stroke-dashoffset: 88px;
    }

    50% {
        stroke-dashoffset: 22px;
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    to {
        stroke-dashoffset: 88px;
        -o-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}

@keyframes uk-spinner-dash {
    0% {
        stroke-dashoffset: 88px;
    }

    50% {
        stroke-dashoffset: 22px;
        -webkit-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    to {
        stroke-dashoffset: 88px;
        -webkit-transform: rotate(450deg);
        -o-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}

.uk-totop {
    padding: 5px;
    color: #999;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.uk-placeholder {
    margin-bottom: 20px;
    padding: 30px;
    background: transparent;
}

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

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

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

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

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

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

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

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

.uk-overlay {
    padding: 30px;
}

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

.uk-overlay-default {
    background: hsla(0, 0%, 100%, 0.8);
}

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

.uk-article {
    display: flow-root;
}

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

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

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

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

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

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

.uk-comment-header {
    display: flow-root;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uk-search-default .uk-search-input {
    height: 40px;
    padding-left: 6px;
    padding-right: 6px;
    background: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uk-dropdown {
    display: none;
    position: absolute;
    z-index: 1020;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 200px;
    padding: 25px;
    background: #fff;
    color: #666;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uk-modal-dialog {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    width: 600px;
    max-width: calc(100% - 0.01px) !important;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -o-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, -o-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform, -o-transform;
}

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

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

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

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

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

.uk-modal-footer,
.uk-modal-header {
    display: flow-root;
    padding: 15px 30px;
    background: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uk-sticky.uk-animation-reverse,
.uk-sticky[class*='uk-animation-'] {
    -webkit-animation-duration: 0.2s;
    -o-animation-duration: 0.2s;
    animation-duration: 0.2s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uk-offcanvas-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

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

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

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

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

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

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

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

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

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

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

.uk-leader {
    overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uk-sortable {
    position: relative;
}

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

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

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

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

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

.uk-countdown-number {
    font-variant-numeric: tabular-nums;
    font-size: 2rem;
    line-height: 0.8;
}

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

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

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

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

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

.home .uk-grid>* {

    padding-left: 0 !important;

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uk-nav-parent-icon>.uk-parent>a:after {
    content: '';
    width: 1.5em;
    height: 1.5em;
    float: right;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='%23666' stroke-width='1.1' d='M10 1L4 7l6 6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.uk-nav-parent-icon>.uk-parent.uk-open>a:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='%23666' stroke-width='1.1' d='M1 4l6 6 6-6'/%3E%3C/svg%3E");
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uk-navbar-dropdown {
    display: none;
    position: absolute;
    z-index: 1020;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 200px;
    padding: 25px;
    background: #fff;
    color: #666;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uk-subnav>*> :first-child {
    display: block;
    color: #999;
}

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

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

.uk-subnav-divider {
    margin-left: -41px;
}

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

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

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

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

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

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

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

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

.uk-breadcrumb>* {
    display: contents;
}

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

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

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

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

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

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

.uk-pagination>*>* {
    display: block;
    padding: 5px 10px;
    color: #999;
}

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

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

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

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

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

.uk-tab>*>a {
    display: block;
    text-align: center;
    padding: 5px 10px;
    color: #999;
}

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

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

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

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

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

.uk-tab-left>*>a,
.uk-tab-right>*>a {
    text-align: left;
}

.uk-slidenav {
    padding: 5px 10px;
    color: hsla(0, 0%, 40%, 0.5);
}

.uk-slidenav:focus,
.uk-slidenav:hover {
    color: hsla(0, 0%, 40%, 0.9);
    outline: none;
}

.uk-slidenav:active {
    color: hsla(0, 0%, 40%, 0.5);
}

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

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

.uk-dotnav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    margin: 0 0 0 -12px;
}

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

.uk-dotnav>*>* {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: transparent;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.uk-dotnav>*> :focus,
.uk-dotnav>*> :hover {
    background-color: hsla(0, 0%, 40%, 0.6);
    outline: none;
}

.uk-dotnav>*> :active {
    background-color: hsla(0, 0%, 40%, 0.2);
}

.uk-dotnav>.uk-active>* {
    background-color: hsla(0, 0%, 40%, 0.6);
}

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

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

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

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

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

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

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

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

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

.uk-iconnav>* {
    padding-left: 10px;
}

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

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

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

.uk-iconnav-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-top: -10px;
}

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

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

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

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

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

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

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

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

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

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

.uk-lightbox-toolbar,
.uk-lightbox-toolbar>* {
    color: hsla(0, 0%, 100%, 0.7);
}

.uk-lightbox-toolbar-icon {
    padding: 5px;
    color: hsla(0, 0%, 100%, 0.7);
}

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

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

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

.uk-lightbox-caption:empty {
    display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uk-animation-shake {
    -webkit-animation-name: uk-shake;
    -o-animation-name: uk-shake;
    animation-name: uk-shake;
}

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

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

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

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

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

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

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

    to {
        opacity: 1;
    }
}

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

    to {
        opacity: 1;
    }
}

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

    to {
        opacity: 1;
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

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

    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

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

    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

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

    to {
        opacity: 1;
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

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

    to {
        opacity: 1;
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

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

    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

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

    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

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

    to {
        opacity: 1;
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

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

    to {
        opacity: 1;
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

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

    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

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

    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

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

    to {
        opacity: 1;
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

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

    to {
        opacity: 1;
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

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

    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

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

    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

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

    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

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

    to {
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
}

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

    to {
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@-webkit-keyframes uk-shake {

    0%,
    to {
        -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);
    }
}

@-o-keyframes uk-shake {

    0%,
    to {
        -o-transform: translateX(0);
        transform: translateX(0);
    }

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

    20% {
        -o-transform: translateX(8px);
        transform: translateX(8px);
    }

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

    40% {
        -o-transform: translateX(6px);
        transform: translateX(6px);
    }

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

    60% {
        -o-transform: translateX(4px);
        transform: translateX(4px);
    }

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

    80% {
        -o-transform: translateX(2px);
        transform: translateX(2px);
    }

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

@keyframes uk-shake {

    0%,
    to {
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

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

    20% {
        -webkit-transform: translateX(8px);
        -o-transform: translateX(8px);
        transform: translateX(8px);
    }

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

    40% {
        -webkit-transform: translateX(6px);
        -o-transform: translateX(6px);
        transform: translateX(6px);
    }

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

    60% {
        -webkit-transform: translateX(4px);
        -o-transform: translateX(4px);
        transform: translateX(4px);
    }

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

    80% {
        -webkit-transform: translateX(2px);
        -o-transform: translateX(2px);
        transform: translateX(2px);
    }

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

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

    to {
        stroke-dashoffset: 0;
    }
}

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

    to {
        stroke-dashoffset: 0;
    }
}

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

    to {
        stroke-dashoffset: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

    .uk-child-width-1-3\@s>* {
        width: 33.32223%;
    }

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

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

    .uk-child-width-1-6\@s>* {
        width: 16.66389%;
    }

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

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

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

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

    .uk-child-width-1-3\@m>* {
        width: 33.32223%;
    }

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

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

    .uk-child-width-1-6\@m>* {
        width: 16.66389%;
    }

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

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

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

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

    .uk-child-width-1-3\@l>* {
        width: 33.32223%;
    }

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

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

    .uk-child-width-1-6\@l>* {
        width: 16.66389%;
    }

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

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

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

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

    .uk-child-width-1-3\@xl>* {
        width: 33.32223%;
    }

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

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

    .uk-child-width-1-6\@xl>* {
        width: 16.66389%;
    }

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

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

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

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

.uk-width-1-3 {
    width: 33.32223%;
}

.uk-width-2-3 {
    width: 66.64445%;
}

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

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

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

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

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

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

.uk-width-1-6 {
    width: 16.66389%;
}

.uk-width-5-6 {
    width: 83.31945%;
}

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

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

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

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

.uk-width-2xlarge {
    width: 750px;
}

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

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

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

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

    .uk-width-1-3\@s {
        width: 33.32223%;
    }

    .uk-width-2-3\@s {
        width: 66.64445%;
    }

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

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

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

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

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

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

    .uk-width-1-6\@s {
        width: 16.66389%;
    }

    .uk-width-5-6\@s {
        width: 83.31945%;
    }

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

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

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

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

    .uk-width-2xlarge\@s {
        width: 750px;
    }

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

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

@media (min-width: 960px) {
    .uk-width-1-1\@m {
        width: 100%;
    }

    .c-hero-taxonomy__box,
    .c-icons__title-box,
    .c-search,
    .o-hero--inner-container,
    .uk-width-1-2\@m {
        width: 50%;
    }

    .uk-width-1-3\@m {
        width: 33.32223%;
    }

    .uk-width-2-3\@m {
        width: 66.64445%;
    }

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

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

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

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

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

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

    .uk-width-1-6\@m {
        width: 16.66389%;
    }

    .uk-width-5-6\@m {
        width: 83.31945%;
    }

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

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

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

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

    .uk-width-2xlarge\@m {
        width: 750px;
    }

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

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

@media (min-width: 1200px) {
    .uk-width-1-1\@l {
        width: 100%;
    }

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

    .uk-width-1-3\@l {
        width: 33.32223%;
    }

    .uk-width-2-3\@l {
        width: 66.64445%;
    }

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

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

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

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

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

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

    .uk-width-1-6\@l {
        width: 16.66389%;
    }

    .uk-width-5-6\@l {
        width: 83.31945%;
    }

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

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

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

    .uk-width-xlarge\@l {
        width: 600px;
    }

    .uk-width-2xlarge\@l {
        width: 750px;
    }

    .uk-width-auto\@l {
        width: auto;
    }

    .uk-width-expand\@l {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 1px;
    }
}

@media (min-width: 1600px) {
    .uk-width-1-1\@xl {
        width: 100%;
    }

    .uk-width-1-2\@xl {
        width: 50%;
    }

    .uk-width-1-3\@xl {
        width: 33.32223%;
    }

    .uk-width-2-3\@xl {
        width: 66.64445%;
    }

    .uk-width-1-4\@xl {
        width: 25%;
    }

    .uk-width-3-4\@xl {
        width: 75%;
    }

    .uk-width-1-5\@xl {
        width: 20%;
    }

    .uk-width-2-5\@xl {
        width: 40%;
    }

    .uk-width-3-5\@xl {
        width: 60%;
    }

    .uk-width-4-5\@xl {
        width: 80%;
    }

    .uk-width-1-6\@xl {
        width: 16.66389%;
    }

    .uk-width-5-6\@xl {
        width: 83.31945%;
    }

    .uk-width-small\@xl {
        width: 150px;
    }

    .uk-width-medium\@xl {
        width: 300px;
    }

    .uk-width-large\@xl {
        width: 450px;
    }

    .uk-width-xlarge\@xl {
        width: 600px;
    }

    .uk-width-2xlarge\@xl {
        width: 750px;
    }

    .uk-width-auto\@xl {
        width: auto;
    }

    .uk-width-expand\@xl {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 1px;
    }
}

[class*='uk-height'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.uk-height-1-1 {
    height: 100%;
}

.uk-height-viewport {
    min-height: 100vh;
}

.uk-height-small {
    height: 150px;
}

.uk-height-medium {
    height: 300px;
}

.uk-height-large {
    height: 450px;
}

.uk-height-max-small {
    max-height: 150px;
}

.uk-height-max-medium {
    max-height: 300px;
}

.uk-height-max-large {
    max-height: 450px;
}

.uk-text-lead {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #333;
}

.uk-text-meta {
    font-size: 0.875rem;
    line-height: 1.4;
    color: #999;
}

.c-header__description,
.uk-text-small {
    font-size: 0.875rem;
    line-height: 1.5;
}

.uk-text-large {
    font-size: 1.5rem;
    line-height: 1.5;
}

.uk-text-default {
    font-size: 16px;
    line-height: 1.5;
}

.uk-text-light {
    font-weight: 300;
}

.uk-text-normal {
    font-weight: 400;
}

.c-header__brand,
.uk-text-bold {
    font-weight: 700;
}

.uk-text-lighter {
    font-weight: lighter;
}

.uk-text-bolder {
    font-weight: bolder;
}

.uk-text-italic {
    font-style: italic;
}

.uk-text-capitalize {
    text-transform: capitalize !important;
}

.uk-text-uppercase {
    text-transform: uppercase !important;
}

.uk-text-lowercase {
    text-transform: lowercase !important;
}

.uk-text-muted {
    color: #999 !important;
}

.uk-text-emphasis {
    color: #333 !important;
}

.uk-text-primary {
    color: #1e87f0 !important;
}

.uk-text-secondary {
    color: #222 !important;
}

.uk-text-success {
    color: #32d296 !important;
}

.uk-text-warning {
    color: #faa05a !important;
}

.uk-text-danger {
    color: #f0506e !important;
}

.uk-text-background {
    -webkit-background-clip: text;
    display: inline-block;
    color: #1e87f0 !important;
}

@supports (-webkit-background-clip: text) {
    .uk-text-background {
        background-color: #1e87f0;
        color: transparent !important;
    }
}

.uk-text-left {
    text-align: left !important;
}

.uk-text-right {
    text-align: right !important;
}

.uk-text-center {
    text-align: center !important;
}

.uk-text-justify {
    text-align: justify !important;
}

@media (min-width: 640px) {
    .uk-text-left\@s {
        text-align: left !important;
    }

    .uk-text-right\@s {
        text-align: right !important;
    }

    .uk-text-center\@s {
        text-align: center !important;
    }
}

@media (min-width: 960px) {
    .uk-text-left\@m {
        text-align: left !important;
    }

    .uk-text-right\@m {
        text-align: right !important;
    }

    .uk-text-center\@m {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .uk-text-left\@l {
        text-align: left !important;
    }

    .uk-text-right\@l {
        text-align: right !important;
    }

    .uk-text-center\@l {
        text-align: center !important;
    }
}

@media (min-width: 1600px) {
    .uk-text-left\@xl {
        text-align: left !important;
    }

    .uk-text-right\@xl {
        text-align: right !important;
    }

    .uk-text-center\@xl {
        text-align: center !important;
    }
}

.uk-text-top {
    vertical-align: top !important;
}

.uk-text-middle {
    vertical-align: middle !important;
}

.uk-text-bottom {
    vertical-align: bottom !important;
}

.uk-text-baseline {
    vertical-align: baseline !important;
}

.uk-text-nowrap,
.uk-text-truncate {
    white-space: nowrap;
}

.uk-text-truncate {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

td.uk-text-truncate,
th.uk-text-truncate {
    max-width: 0;
}

.uk-text-break {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

td.uk-text-break,
th.uk-text-break {
    word-break: break-all;
}

[class*='uk-column-'] {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

@media (min-width: 1200px) {
    [class*='uk-column-'] {
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
}

[class*='uk-column-'] img {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.uk-column-divider {
    -webkit-column-rule: 1px solid #e5e5e5;
    -moz-column-rule: 1px solid #e5e5e5;
    column-rule: 1px solid #e5e5e5;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
}

@media (min-width: 1200px) {
    .uk-column-divider {
        -webkit-column-gap: 80px;
        -moz-column-gap: 80px;
        column-gap: 80px;
    }
}

.uk-column-1-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.uk-column-1-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.uk-column-1-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

.uk-column-1-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
}

.uk-column-1-6 {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
}

@media (min-width: 640px) {
    .uk-column-1-2\@s {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .uk-column-1-3\@s {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .uk-column-1-4\@s {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }

    .uk-column-1-5\@s {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
    }

    .uk-column-1-6\@s {
        -webkit-column-count: 6;
        -moz-column-count: 6;
        column-count: 6;
    }
}

@media (min-width: 960px) {
    .uk-column-1-2\@m {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .uk-column-1-3\@m {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .uk-column-1-4\@m {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }

    .uk-column-1-5\@m {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
    }

    .uk-column-1-6\@m {
        -webkit-column-count: 6;
        -moz-column-count: 6;
        column-count: 6;
    }
}

@media (min-width: 1200px) {
    .uk-column-1-2\@l {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .uk-column-1-3\@l {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .uk-column-1-4\@l {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }

    .uk-column-1-5\@l {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
    }

    .uk-column-1-6\@l {
        -webkit-column-count: 6;
        -moz-column-count: 6;
        column-count: 6;
    }
}

@media (min-width: 1600px) {
    .uk-column-1-2\@xl {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .uk-column-1-3\@xl {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .uk-column-1-4\@xl {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }

    .uk-column-1-5\@xl {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
    }

    .uk-column-1-6\@xl {
        -webkit-column-count: 6;
        -moz-column-count: 6;
        column-count: 6;
    }
}

.uk-column-span {
    -webkit-column-span: all;
    -moz-column-span: all;
    column-span: all;
}

.uk-cover {
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

iframe.uk-cover {
    pointer-events: none;
}

.uk-cover-container {
    overflow: hidden;
    position: relative;
}

.uk-background-default {
    background-color: #fff;
}

.uk-background-muted {
    background-color: #f8f8f8;
}

.uk-background-primary {
    background-color: #1e87f0;
}

.uk-background-secondary {
    background-color: #222;
}

.uk-background-contain,
.uk-background-cover {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.uk-background-cover {
    background-size: cover;
}

.uk-background-contain {
    background-size: contain;
}

.uk-background-top-left {
    background-position: 0 0;
}

.uk-background-top-center {
    background-position: 50% 0;
}

.uk-background-top-right {
    background-position: 100% 0;
}

.uk-background-center-left {
    background-position: 0 50%;
}

.uk-background-center-center {
    background-position: 50% 50%;
}

.uk-background-center-right {
    background-position: 100% 50%;
}

.uk-background-bottom-left {
    background-position: 0 100%;
}

.uk-background-bottom-center {
    background-position: 50% 100%;
}

.uk-background-bottom-right {
    background-position: 100% 100%;
}

.uk-background-norepeat {
    background-repeat: no-repeat;
}

.uk-background-fixed {
    background-attachment: fixed;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media (pointer: coarse) {
    .uk-background-fixed {
        background-attachment: scroll;
    }
}

@media (max-width: 639px) {
    .uk-background-image\@s {
        background-image: none !important;
    }
}

@media (max-width: 959px) {
    .uk-background-image\@m {
        background-image: none !important;
    }
}

@media (max-width: 1199px) {
    .uk-background-image\@l {
        background-image: none !important;
    }
}

@media (max-width: 1599px) {
    .uk-background-image\@xl {
        background-image: none !important;
    }
}

.uk-background-blend-multiply {
    background-blend-mode: multiply;
}

.uk-background-blend-screen {
    background-blend-mode: screen;
}

.uk-background-blend-overlay {
    background-blend-mode: overlay;
}

.uk-background-blend-darken {
    background-blend-mode: darken;
}

.uk-background-blend-lighten {
    background-blend-mode: lighten;
}

.uk-background-blend-color-dodge {
    background-blend-mode: color-dodge;
}

.uk-background-blend-color-burn {
    background-blend-mode: color-burn;
}

.uk-background-blend-hard-light {
    background-blend-mode: hard-light;
}

.uk-background-blend-soft-light {
    background-blend-mode: soft-light;
}

.uk-background-blend-difference {
    background-blend-mode: difference;
}

.uk-background-blend-exclusion {
    background-blend-mode: exclusion;
}

.uk-background-blend-hue {
    background-blend-mode: hue;
}

.uk-background-blend-saturation {
    background-blend-mode: saturation;
}

.uk-background-blend-color {
    background-blend-mode: color;
}

.uk-background-blend-luminosity {
    background-blend-mode: luminosity;
}

[class*='uk-align'] {
    display: block;
    margin-bottom: 30px;
}

*+[class*='uk-align'] {
    margin-top: 30px;
}

.uk-align-center {
    margin-left: auto;
    margin-right: auto;
}

.uk-align-left {
    margin-top: 0;
    margin-right: 30px;
    float: left;
}

.uk-align-right {
    margin-top: 0;
    margin-left: 30px;
    float: right;
}

@media (min-width: 640px) {
    .uk-align-left\@s {
        margin-top: 0;
        margin-right: 30px;
        float: left;
    }

    .uk-align-right\@s {
        margin-top: 0;
        margin-left: 30px;
        float: right;
    }
}

@media (min-width: 960px) {
    .uk-align-left\@m {
        margin-top: 0;
        margin-right: 30px;
        float: left;
    }

    .uk-align-right\@m {
        margin-top: 0;
        margin-left: 30px;
        float: right;
    }
}

@media (min-width: 1200px) {
    .uk-align-left\@l {
        margin-top: 0;
        float: left;
    }

    .uk-align-right\@l {
        margin-top: 0;
        float: right;
    }

    .uk-align-left,
    .uk-align-left\@l,
    .uk-align-left\@m,
    .uk-align-left\@s {
        margin-right: 40px;
    }

    .uk-align-right,
    .uk-align-right\@l,
    .uk-align-right\@m,
    .uk-align-right\@s {
        margin-left: 40px;
    }
}

@media (min-width: 1600px) {
    .uk-align-left\@xl {
        margin-top: 0;
        margin-right: 40px;
        float: left;
    }

    .uk-align-right\@xl {
        margin-top: 0;
        margin-left: 40px;
        float: right;
    }
}

.uk-svg,
.uk-svg:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
    fill: currentcolor;
}

.uk-svg:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
    stroke: currentcolor;
}

.uk-svg {
    -webkit-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
}

.uk-panel {
    display: flow-root;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.uk-panel> :last-child {
    margin-bottom: 0;
}

.uk-panel-scrollable {
    height: 170px;
    padding: 10px;
    border: 1px solid #e5e5e5;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    resize: both;
}

.uk-clearfix:before {
    content: '';
    display: table-cell;
}

.uk-clearfix:after {
    content: '';
    display: table;
    clear: both;
}

.uk-float-left {
    float: left;
}

.uk-float-right {
    float: right;
}

[class*='uk-float-'] {
    max-width: 100%;
}

.uk-overflow-hidden {
    overflow: hidden;
}

.uk-overflow-auto {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.uk-overflow-auto> :last-child {
    margin-bottom: 0;
}

.uk-resize {
    resize: both;
}

.uk-resize-vertical {
    resize: vertical;
}

.uk-display-block {
    display: block !important;
}

.uk-display-inline {
    display: inline !important;
}

.uk-display-inline-block {
    display: inline-block !important;
}

[class*='uk-inline'] {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
}

.uk-inline-clip {
    overflow: hidden;
}

.uk-preserve-width,
.uk-preserve-width canvas,
.uk-preserve-width img,
.uk-preserve-width svg,
.uk-preserve-width video {
    max-width: none;
}

.uk-responsive-height,
.uk-responsive-width {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.uk-responsive-width {
    max-width: 100% !important;
    height: auto;
}

.uk-responsive-height {
    max-height: 100%;
    width: auto;
    max-width: none;
}

.uk-border-circle {
    border-radius: 50%;
}

.uk-border-pill {
    border-radius: 500px;
}

.uk-border-rounded {
    border-radius: 5px;
}

.uk-inline-clip[class*='uk-border-'] {
    -webkit-transform: translateZ(0);
}

.uk-box-shadow-small {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.uk-box-shadow-medium {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.uk-box-shadow-large {
    -webkit-box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
    box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.uk-box-shadow-xlarge {
    -webkit-box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
    box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}

[class*='uk-box-shadow-hover'] {
    -webkit-transition: -webkit-box-shadow 0.1s ease-in-out;
    transition: -webkit-box-shadow 0.1s ease-in-out;
    -o-transition: box-shadow 0.1s ease-in-out;
    transition: box-shadow 0.1s ease-in-out;
    transition: box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.uk-box-shadow-hover-small:hover {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.uk-box-shadow-hover-medium:hover {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.uk-box-shadow-hover-large:hover {
    -webkit-box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
    box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.uk-box-shadow-hover-xlarge:hover {
    -webkit-box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
    box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}

@supports ((-webkit-filter: blur(0)) or (filter: blur(0))) {
    .uk-box-shadow-bottom {
        display: inline-block;
        position: relative;
        max-width: 100%;
        vertical-align: middle;
    }

    .uk-box-shadow-bottom:before {
        content: '';
        position: absolute;
        bottom: -30px;
        left: 0;
        right: 0;
        height: 30px;
        border-radius: 100%;
        background: #444;
        -webkit-filter: blur(20px);
        filter: blur(20px);
    }

    .uk-box-shadow-bottom>* {
        position: relative;
    }
}

.uk-dropcap:first-letter,
.uk-dropcap>p:first-of-type:first-letter {
    display: block;
    margin-right: 10px;
    float: left;
    font-size: 4.5em;
    line-height: 1;
}

@-moz-document url-prefix() {

    .uk-dropcap:first-letter,
    .uk-dropcap>p:first-of-type:first-letter {
        margin-top: 1.1%;
    }
}

@supports (-ms-ime-align: auto) {
    .uk-dropcap>p:first-of-type:first-letter {
        font-size: 1em;
    }
}

.uk-logo {
    font-size: 1.5rem;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    color: #666;
    text-decoration: none;
}

.uk-logo:focus,
.uk-logo:hover {
    color: #666;
    outline: none;
    text-decoration: none;
}

.uk-logo-inverse {
    display: none;
}

.uk-disabled {
    pointer-events: none;
}

.uk-drag,
.uk-drag * {
    cursor: move;
}

.uk-drag iframe {
    pointer-events: none;
}

.uk-dragover {
    -webkit-box-shadow: 0 0 20px rgba(99, 99, 99, 0.3);
    box-shadow: 0 0 20px rgba(99, 99, 99, 0.3);
}

.uk-blend-multiply {
    mix-blend-mode: multiply;
}

.uk-blend-screen {
    mix-blend-mode: screen;
}

.uk-blend-overlay {
    mix-blend-mode: overlay;
}

.uk-blend-darken {
    mix-blend-mode: darken;
}

.uk-blend-lighten {
    mix-blend-mode: lighten;
}

.uk-blend-color-dodge {
    mix-blend-mode: color-dodge;
}

.uk-blend-color-burn {
    mix-blend-mode: color-burn;
}

.uk-blend-hard-light {
    mix-blend-mode: hard-light;
}

.uk-blend-soft-light {
    mix-blend-mode: soft-light;
}

.uk-blend-difference {
    mix-blend-mode: difference;
}

.uk-blend-exclusion {
    mix-blend-mode: exclusion;
}

.uk-blend-hue {
    mix-blend-mode: hue;
}

.uk-blend-saturation {
    mix-blend-mode: saturation;
}

.uk-blend-color {
    mix-blend-mode: color;
}

.uk-blend-luminosity {
    mix-blend-mode: luminosity;
}

.uk-transform-center {
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.uk-transform-origin-top-left {
    -webkit-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}

.uk-transform-origin-top-center {
    -webkit-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.uk-transform-origin-top-right {
    -webkit-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.uk-transform-origin-center-left {
    -webkit-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.uk-transform-origin-center-right {
    -webkit-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.uk-transform-origin-bottom-left {
    -webkit-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.uk-transform-origin-bottom-center {
    -webkit-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.uk-transform-origin-bottom-right {
    -webkit-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.uk-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.uk-flex-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.uk-flex-inline:after,
.uk-flex-inline:before,
.uk-flex:after,
.uk-flex:before {
    display: none;
}

.uk-flex-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.uk-flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.uk-flex-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.uk-flex-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.uk-flex-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

@media (min-width: 640px) {
    .uk-flex-left\@s {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .uk-flex-center\@s {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .uk-flex-right\@s {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .uk-flex-between\@s {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .uk-flex-around\@s {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

@media (min-width: 960px) {
    .uk-flex-left\@m {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .uk-flex-center\@m {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .uk-flex-right\@m {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .uk-flex-between\@m {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .uk-flex-around\@m {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

@media (min-width: 1200px) {
    .uk-flex-left\@l {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .uk-flex-center\@l {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .uk-flex-right\@l {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .uk-flex-between\@l {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .uk-flex-around\@l {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

@media (min-width: 1600px) {
    .uk-flex-left\@xl {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .uk-flex-center\@xl {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .uk-flex-right\@xl {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .uk-flex-between\@xl {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .uk-flex-around\@xl {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

.uk-flex-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.uk-flex-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.uk-flex-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.uk-flex-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.uk-flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.uk-flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.uk-flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.uk-flex-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.uk-flex-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.uk-flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.uk-flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}

.uk-flex-wrap-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.uk-flex-wrap-top {
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.uk-flex-wrap-middle {
    -ms-flex-line-pack: center;
    align-content: center;
}

.uk-flex-wrap-bottom {
    -ms-flex-line-pack: end;
    align-content: flex-end;
}

.uk-flex-wrap-between {
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.uk-flex-wrap-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
}

.uk-flex-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.uk-flex-last {
    -webkit-box-ordinal-group: 100;
    -ms-flex-order: 99;
    order: 99;
}

@media (min-width: 640px) {
    .uk-flex-first\@s {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .uk-flex-last\@s {
        -webkit-box-ordinal-group: 100;
        -ms-flex-order: 99;
        order: 99;
    }
}

@media (min-width: 960px) {
    .uk-flex-first\@m {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .uk-flex-last\@m {
        -webkit-box-ordinal-group: 100;
        -ms-flex-order: 99;
        order: 99;
    }
}

@media (min-width: 1200px) {
    .uk-flex-first\@l {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .uk-flex-last\@l {
        -webkit-box-ordinal-group: 100;
        -ms-flex-order: 99;
        order: 99;
    }
}

@media (min-width: 1600px) {
    .uk-flex-first\@xl {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .uk-flex-last\@xl {
        -webkit-box-ordinal-group: 100;
        -ms-flex-order: 99;
        order: 99;
    }
}

.uk-flex-none {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.uk-flex-auto {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

.uk-flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.c-search__input-box,
.o-form-contact-input--base,
.uk-margin {
    margin-bottom: 20px;
}

.uk-margin-small {
    margin-top: 8px;
    margin-bottom: 8px;
}

*+.c-search__input-box,
*+.o-form-contact-input--base,
*+.uk-margin,
.uk-margin-top {
    margin-top: 20px !important;
}

.uk-margin-bottom {
    margin-bottom: 20px !important;
}

.uk-margin-left {
    margin-left: 20px !important;
}

.uk-margin-right {
    margin-right: 20px !important;
}

.uk-margin-small {
    margin-bottom: 10px;
}

*+.uk-margin-small,
.uk-margin-small-top {
    margin-top: 10px !important;
}

.uk-margin-small-bottom {
    margin-bottom: 10px !important;
}

.uk-margin-small-left {
    margin-left: 10px !important;
}

.uk-margin-small-right {
    margin-right: 10px !important;
}

.uk-margin-medium {
    margin-bottom: 40px;
}

*+.uk-margin-medium,
.uk-margin-medium-top {
    margin-top: 40px !important;
}

.uk-margin-medium-bottom {
    margin-bottom: 40px !important;
}

.uk-margin-medium-left {
    margin-left: 40px !important;
}

.uk-margin-medium-right {
    margin-right: 40px !important;
}

.c-icons__title-box,
.uk-margin-large {
    margin-bottom: 40px;
}

*+.c-icons__title-box,
*+.uk-margin-large,
.uk-margin-large-top {
    margin-top: 40px !important;
}

.uk-margin-large-bottom {
    margin-bottom: 40px !important;
}

.uk-margin-large-left {
    margin-left: 40px !important;
}

.uk-margin-large-right {
    margin-right: 40px !important;
}

@media (min-width: 1200px) {

    .c-icons__title-box,
    .uk-margin-large {
        margin-bottom: 70px;
    }

    *+.c-icons__title-box,
    *+.uk-margin-large,
    .uk-margin-large-top {
        margin-top: 70px !important;
    }

    .uk-margin-large-bottom {
        margin-bottom: 70px !important;
    }

    .uk-margin-large-left {
        margin-left: 70px !important;
    }

    .uk-margin-large-right {
        margin-right: 70px !important;
    }
}

.uk-margin-xlarge {
    margin-bottom: 70px;
}

*+.uk-margin-xlarge,
.uk-margin-xlarge-top {
    margin-top: 70px !important;
}

.uk-margin-xlarge-bottom {
    margin-bottom: 70px !important;
}

.uk-margin-xlarge-left {
    margin-left: 70px !important;
}

.uk-margin-xlarge-right {
    margin-right: 70px !important;
}

@media (min-width: 1200px) {
    .uk-margin-xlarge {
        margin-bottom: 140px;
    }

    *+.uk-margin-xlarge,
    .uk-margin-xlarge-top {
        margin-top: 140px !important;
    }

    .uk-margin-xlarge-bottom {
        margin-bottom: 140px !important;
    }

    .uk-margin-xlarge-left {
        margin-left: 140px !important;
    }

    .uk-margin-xlarge-right {
        margin-right: 140px !important;
    }
}

.uk-margin-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.uk-margin-auto-top {
    margin-top: auto !important;
}

.uk-margin-auto-bottom {
    margin-bottom: auto !important;
}

.uk-margin-auto-left {
    margin-left: auto !important;
}

.uk-margin-auto-right {
    margin-right: auto !important;
}

.uk-margin-auto-vertical {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

@media (min-width: 640px) {
    .uk-margin-auto\@s {
        margin-right: auto !important;
    }

    .uk-margin-auto-left\@s,
    .uk-margin-auto\@s {
        margin-left: auto !important;
    }

    .uk-margin-auto-right\@s {
        margin-right: auto !important;
    }
}

@media (min-width: 960px) {
    .uk-margin-auto\@m {
        margin-right: auto !important;
    }

    .uk-margin-auto-left\@m,
    .uk-margin-auto\@m {
        margin-left: auto !important;
    }

    .uk-margin-auto-right\@m {
        margin-right: auto !important;
    }
}

@media (min-width: 1200px) {
    .uk-margin-auto\@l {
        margin-right: auto !important;
    }

    .uk-margin-auto-left\@l,
    .uk-margin-auto\@l {
        margin-left: auto !important;
    }

    .uk-margin-auto-right\@l {
        margin-right: auto !important;
    }
}

@media (min-width: 1600px) {
    .uk-margin-auto\@xl {
        margin-right: auto !important;
    }

    .uk-margin-auto-left\@xl,
    .uk-margin-auto\@xl {
        margin-left: auto !important;
    }

    .uk-margin-auto-right\@xl {
        margin-right: auto !important;
    }
}

.uk-margin-remove {
    margin: 0 !important;
}

.uk-margin-remove-top {
    margin-top: 0 !important;
}

.uk-margin-remove-bottom {
    margin-bottom: 0 !important;
}

.uk-margin-remove-left {
    margin-left: 0 !important;
}

.uk-margin-remove-right {
    margin-right: 0 !important;
}

.uk-margin-remove-vertical {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.uk-margin-remove-adjacent+*,
.uk-margin-remove-first-child> :first-child {
    margin-top: 0 !important;
}

.uk-margin-remove-last-child> :last-child {
    margin-bottom: 0 !important;
}

@media (min-width: 640px) {
    .uk-margin-remove-left\@s {
        margin-left: 0 !important;
    }

    .uk-margin-remove-right\@s {
        margin-right: 0 !important;
    }
}

@media (min-width: 960px) {
    .uk-margin-remove-left\@m {
        margin-left: 0 !important;
    }

    .uk-margin-remove-right\@m {
        margin-right: 0 !important;
    }
}

@media (min-width: 1200px) {
    .uk-margin-remove-left\@l {
        margin-left: 0 !important;
    }

    .uk-margin-remove-right\@l {
        margin-right: 0 !important;
    }
}

@media (min-width: 1600px) {
    .uk-margin-remove-left\@xl {
        margin-left: 0 !important;
    }

    .uk-margin-remove-right\@xl {
        margin-right: 0 !important;
    }
}

.uk-padding {
    padding: 30px;
}

@media (min-width: 1200px) {
    .uk-padding {
        padding: 40px;
    }
}

.uk-padding-small {
    padding: 15px;
}

.uk-padding-large {
    padding: 30px;
}

@media (min-width: 1200px) {
    .uk-padding-large {
        padding: 70px;
    }
}

.uk-padding-remove {
    padding: 0 !important;
}

.uk-padding-remove-top {
    padding-top: 0 !important;
}

.uk-padding-remove-bottom {
    padding-bottom: 0 !important;
}

.uk-padding-remove-left {
    padding-left: 0 !important;
}

.uk-padding-remove-right {
    padding-right: 0 !important;
}

.uk-padding-remove-vertical {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.uk-padding-remove-horizontal {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

[class*='uk-position-bottom'],
[class*='uk-position-center'],
[class*='uk-position-left'],
[class*='uk-position-right'],
[class*='uk-position-top'] {
    position: absolute !important;
    max-width: 100%;
}

.uk-position-top {
    top: 0;
    left: 0;
    right: 0;
}

.uk-position-bottom {
    bottom: 0;
    left: 0;
    right: 0;
}

.uk-position-left {
    top: 0;
    bottom: 0;
    left: 0;
}

.uk-position-right {
    top: 0;
    bottom: 0;
    right: 0;
}

.uk-position-top-left {
    top: 0;
    left: 0;
}

.uk-position-top-right {
    top: 0;
    right: 0;
}

.uk-position-bottom-left {
    bottom: 0;
    left: 0;
}

.uk-position-bottom-right {
    bottom: 0;
    right: 0;
}

.uk-position-center {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

[class*='uk-position-center-left'],
[class*='uk-position-center-right'] {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.uk-position-center-left {
    left: 0;
}

.uk-position-center-right {
    right: 0;
}

.uk-position-center-left-out {
    right: 100%;
}

.uk-position-center-left-out,
.uk-position-center-right-out {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.uk-position-center-right-out {
    left: 100%;
}

.uk-position-bottom-center,
.uk-position-top-center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.uk-position-top-center {
    top: 0;
}

.uk-position-bottom-center {
    bottom: 0;
}

.uk-position-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.uk-position-relative {
    position: relative !important;
}

.uk-position-absolute {
    position: absolute !important;
}

.uk-position-fixed {
    position: fixed !important;
}

.uk-position-z-index {
    z-index: 1;
}

.uk-position-small {
    max-width: calc(100% - 30px);
    margin: 15px;
}

.uk-position-small.uk-position-center {
    -webkit-transform: translate(-50%, -50%) translate(-15px, -15px);
    -o-transform: translate(-50%, -50%) translate(-15px, -15px);
    transform: translate(-50%, -50%) translate(-15px, -15px);
}

.uk-position-small[class*='uk-position-center-left'],
.uk-position-small[class*='uk-position-center-right'] {
    -webkit-transform: translateY(-50%) translateY(-15px);
    -o-transform: translateY(-50%) translateY(-15px);
    transform: translateY(-50%) translateY(-15px);
}

.uk-position-small.uk-position-bottom-center,
.uk-position-small.uk-position-top-center {
    -webkit-transform: translateX(-50%) translateX(-15px);
    -o-transform: translateX(-50%) translateX(-15px);
    transform: translateX(-50%) translateX(-15px);
}

.uk-position-medium {
    max-width: calc(100% - 60px);
    margin: 30px;
}

.uk-position-medium.uk-position-center {
    -webkit-transform: translate(-50%, -50%) translate(-30px, -30px);
    -o-transform: translate(-50%, -50%) translate(-30px, -30px);
    transform: translate(-50%, -50%) translate(-30px, -30px);
}

.uk-position-medium[class*='uk-position-center-left'],
.uk-position-medium[class*='uk-position-center-right'] {
    -webkit-transform: translateY(-50%) translateY(-30px);
    -o-transform: translateY(-50%) translateY(-30px);
    transform: translateY(-50%) translateY(-30px);
}

.uk-position-medium.uk-position-bottom-center,
.uk-position-medium.uk-position-top-center {
    -webkit-transform: translateX(-50%) translateX(-30px);
    -o-transform: translateX(-50%) translateX(-30px);
    transform: translateX(-50%) translateX(-30px);
}

.uk-position-large {
    max-width: calc(100% - 60px);
    margin: 30px;
}

.uk-position-large.uk-position-center {
    -webkit-transform: translate(-50%, -50%) translate(-30px, -30px);
    -o-transform: translate(-50%, -50%) translate(-30px, -30px);
    transform: translate(-50%, -50%) translate(-30px, -30px);
}

.uk-position-large[class*='uk-position-center-left'],
.uk-position-large[class*='uk-position-center-right'] {
    -webkit-transform: translateY(-50%) translateY(-30px);
    -o-transform: translateY(-50%) translateY(-30px);
    transform: translateY(-50%) translateY(-30px);
}

.uk-position-large.uk-position-bottom-center,
.uk-position-large.uk-position-top-center {
    -webkit-transform: translateX(-50%) translateX(-30px);
    -o-transform: translateX(-50%) translateX(-30px);
    transform: translateX(-50%) translateX(-30px);
}

@media (min-width: 1200px) {
    .uk-position-large {
        max-width: calc(100% - 100px);
        margin: 50px;
    }

    .uk-position-large.uk-position-center {
        -webkit-transform: translate(-50%, -50%) translate(-50px, -50px);
        -o-transform: translate(-50%, -50%) translate(-50px, -50px);
        transform: translate(-50%, -50%) translate(-50px, -50px);
    }

    .uk-position-large[class*='uk-position-center-left'],
    .uk-position-large[class*='uk-position-center-right'] {
        -webkit-transform: translateY(-50%) translateY(-50px);
        -o-transform: translateY(-50%) translateY(-50px);
        transform: translateY(-50%) translateY(-50px);
    }

    .uk-position-large.uk-position-bottom-center,
    .uk-position-large.uk-position-top-center {
        -webkit-transform: translateX(-50%) translateX(-50px);
        -o-transform: translateX(-50%) translateX(-50px);
        transform: translateX(-50%) translateX(-50px);
    }
}

.uk-transition-toggle {
    -webkit-tap-highlight-color: transparent;
}

.uk-transition-toggle:focus {
    outline: none;
}

.uk-transition-fade,
[class*='uk-transition-scale'],
[class*='uk-transition-slide'] {
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -webkit-transition-property: opacity, -webkit-transform, -webkit-filter;
    transition-property: opacity, -webkit-transform, -webkit-filter;
    -o-transition-property: opacity, filter, -o-transform;
    transition-property: opacity, transform, filter;
    transition-property: opacity, transform, filter, -webkit-transform, -o-transform, -webkit-filter;
    opacity: 0;
}

.uk-transition-active.uk-active .uk-transition-fade,
.uk-transition-toggle:focus .uk-transition-fade,
.uk-transition-toggle:hover .uk-transition-fade {
    opacity: 1;
}

.uk-transition-scale-up {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.uk-transition-scale-down {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.uk-transition-active.uk-active .uk-transition-scale-up,
.uk-transition-toggle:focus .uk-transition-scale-up,
.uk-transition-toggle:hover .uk-transition-scale-up {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.uk-transition-active.uk-active .uk-transition-scale-down,
.uk-transition-toggle:focus .uk-transition-scale-down,
.uk-transition-toggle:hover .uk-transition-scale-down {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.uk-transition-slide-top {
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.uk-transition-slide-bottom {
    -webkit-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

.uk-transition-slide-left {
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.uk-transition-slide-right {
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.uk-transition-slide-top-small {
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.uk-transition-slide-bottom-small {
    -webkit-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}

.uk-transition-slide-left-small {
    -webkit-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
}

.uk-transition-slide-right-small {
    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}

.uk-transition-slide-top-medium {
    -webkit-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
}

.uk-transition-slide-bottom-medium {
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.uk-transition-slide-left-medium {
    -webkit-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px);
}

.uk-transition-slide-right-medium {
    -webkit-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
}

.uk-transition-active.uk-active [class*='uk-transition-slide'],
.uk-transition-toggle:focus [class*='uk-transition-slide'],
.uk-transition-toggle:hover [class*='uk-transition-slide'] {
    opacity: 1;
    -webkit-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
}

.uk-transition-opaque {
    opacity: 1;
}

.uk-transition-slow {
    -webkit-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s;
}

.uk-hidden,
[hidden] {
    display: none !important;
}

@media (min-width: 640px) {
    .uk-hidden\@s {
        display: none !important;
    }
}

@media (min-width: 960px) {
    .uk-hidden\@m {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .uk-hidden\@l {
        display: none !important;
    }
}

@media (min-width: 1600px) {
    .uk-hidden\@xl {
        display: none !important;
    }
}

@media (max-width: 639px) {
    .uk-visible\@s {
        display: none !important;
    }
}

@media (max-width: 959px) {
    .uk-visible\@m {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .uk-visible\@l {
        display: none !important;
    }
}

@media (max-width: 1599px) {
    .uk-visible\@xl {
        display: none !important;
    }
}

.uk-invisible {
    visibility: hidden !important;
}

.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
}

.uk-visible-toggle:not(:hover):not(:focus) .uk-invisible-hover:not(:focus-within) {
    opacity: 0 !important;
}

.uk-visible-toggle {
    -webkit-tap-highlight-color: transparent;
}

.uk-visible-toggle:focus {
    outline: none;
}

@media (pointer: coarse) {
    .uk-hidden-touch {
        display: none !important;
    }
}

.uk-hidden-notouch {
    display: none !important;
}

@media (pointer: coarse) {
    .uk-hidden-notouch {
        display: block !important;
    }
}

@media print {

    *,
    :after,
    :before {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    img,
    tr {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.o-border--blue,
.o-border-smaller--blue {
    border-color: #ff002b;
}

.o-border--darkblue,
.o-border-smaller--darkblue {
    border-color: #000;
}

.o-border--grey,
.o-border-smaller--grey {
    border-color: #bbc0c2;
}

.o-border--white,
.o-border-smaller--white {
    border-color: #fff;
}

.o-border--black,
.o-border-smaller--black {
    border-color: #000;
}

.o-border--transparent,
.o-border-smaller--transparent {
    border-color: transparent;
}

.o-border {
    border-width: 2px;
    border-style: solid;
}

.c-icons__column,
.o-border--rounded {
    border-radius: 1em;
}

.c-cms-nav li a,
.c-cms-nav li span,
.c-icons__text,
.c-icons__title,
.nav_link,
.o-font--primary,
.o-h1,
.o-h2,
.o-h3,
.o-h4,
.o-wyswig h2,
.o-wyswig h3,
.o-wyswig h4,
h1,
h2,
h3,
h4 {
    font-family: Poppins, sans-serif;
}

.o-a,
.o-font--secondary,
.o-p,
.o-wyswig p,
p,
span,
strong {
    font-family: Raleway, sans-serif;
}

.c-dropdown a:hover,
.c-header__brand:hover,
.o-a:hover,
.o-font--blue,
.uk-dropdown li:hover>svg {
    color: #ff002b;
}

.c-cms-nav li>svg,
.c-cms-nav li a,
.c-cms-nav li span,
.c-header__brand,
.c-search__input,
.nav_link,
.o-a,
.o-font--darkblue,
.o-input,
.o-p,
.o-wyswig p,
.uk-dropdown li svg,
h2,
h3,
h4,
h5,
h6,
p,
span,
strong {
    color: #000;
}

.c-header__description,
.c-search__input::-webkit-input-placeholder,
.c-search__subtitle,
.o-font--grey,
.o-input::-webkit-input-placeholder {
    color: #bbc0c2;
}

.c-header__description,
.c-search__input::-moz-placeholder,
.c-search__subtitle,
.o-font--grey,
.o-input::-moz-placeholder {
    color: #bbc0c2;
}

.c-header__description,
.c-search__input::-ms-input-placeholder,
.c-search__subtitle,
.o-font--grey,
.o-input::-ms-input-placeholder {
    color: #bbc0c2;
}

.c-header__description,
.c-search__input::placeholder,
.c-search__subtitle,
.o-font--grey,
.o-input::placeholder {
    color: #bbc0c2;
}

.c-hero-taxonomy__title,
.c-search__title,
.o-font--white,
.o-hero--title {
    color: #fff;
}

.o-font--black {
    color: #000;
}

.o-font--transparent {
    color: transparent;
}

.c-header__brand,
.o-font--24 {
    font-size: em(24);
}

.o-font--20 {
    font-size: em(20);
}

.o-font--18 {
    font-size: em(18);
}

.o-font--16 {
    font-size: em(16);
}

.c-cms-nav li a,
.c-cms-nav li span,
.nav_link,
.o-font--14 {
    font-size: em(14);
}

.c-cms-nav li>svg,
.o-font--11,
.uk-dropdown li svg {
    font-size: em(11);
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type='number'] {
    -moz-appearance: textfield;
}

select::-ms-expand {
    display: none !important;
}

select {
    -webkit-appearance: none;
}

a,
a:hover {
    text-decoration: none;
}

/*
body:not(.wp-admin):not(.mce-content-body) {
    font-family: Poppins, sans-serif;
    color: #000;
    font-weight: 300;
    line-height: 1.5;
    margin: 0;
    overflow-x: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    -webkit-transition: opacity .9s;
    -o-transition: opacity .9s;
    transition: opacity .9s;
    font-size: 16px
}

@media screen and (min-width:1320px) {
    body:not(.wp-admin):not(.mce-content-body) {
        font-size: calc(15.01493px + .07463vw)
    }
}

@media screen and (min-width:4000px) {
    body:not(.wp-admin):not(.mce-content-body) {
        font-size: 18px
    }
}

body:not(.wp-admin):not(.mce-content-body).is-active {
    opacity: 1
}
*/
.uk-inline,
h1,
h2,
h3 h4,
h5,
h6 {
    display: inline-block;
}

.uk-inline {
    position: relative;
    max-width: 100%;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
}

.c-single-inwestycje__single p:last-child {
    margin: 0 0 15px;
}

.c-single-inwestycje__single p:first-child {
    margin-bottom: 6px;
}

*:not(#wpadminbar *) {
    font-family: 'Exo 2', sans-serif !important;
}

.o-img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.o-img--contain {
    -o-object-fit: contain;
    object-fit: contain;
}

.o-img--full-h {
    height: 100%;
    width: auto;
}

.o-img-listing {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 250px;
}

.c-search__input,
.o-input {
    font-size: 0.875em;
    font-weight: 500;
    height: 3.28571em;
    border: 0;
    margin: 0.64286em 0;
    border-radius: 0;
    padding-left: 1.42857em;
}

.c-search__input:focus,
.o-input:focus {
    outline: none;
}

.o-container {
    max-width: 100%;
    padding: 4.5625em 1.1875em;
}

@media (min-width: 768px) {
    .o-container {
        padding-top: 2.28125em;
        padding-bottom: 2.28125em;
        max-width: 1300px;
        margin: auto;
    }
}

@media (min-width: 992px) {
    .o-container {
        max-width: 81.25em;
        padding-top: 4.5625em;
        padding-bottom: 4.5625em;
    }
}

.o-a,
.o-p,
.o-wyswig p,
p,
span,
strong {
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5;
}

.o-p--full-h {
    height: 100%;
}

.o-p--uppercase {
    text-transform: uppercase;
}

.o-h3,
.o-wyswig h3,
h3 {
    font-size: 1.5em;
    margin-top: 0.95833em;
    margin-bottom: 0.375em;
    font-weight: 600;
}

.o-h4,
.o-wyswig h4,
h4 {
    font-size: 1.125em;
    font-weight: 500;
    line-height: 2;
}

.o-a {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 500;
}

strong {
    font-weight: 600;
}

.u-color-primary,
.u-color-primary * {
    color: #ff002b !important;
}

.u-bg-primary {
    background-color: #ff002b !important;
}

[class*='c-name'] {
    color: #ff002b !important;
}

.u-color-secondary,
.u-color-secondary * {
    color: #000 !important;
}

.u-bg-secondary {
    background-color: #000 !important;
}

[class*='c-name'] {
    color: #000 !important;
}

.u-color-complementary,
.u-color-complementary * {
    color: #bbc0c2 !important;
}

.u-bg-complementary {
    background-color: #bbc0c2 !important;
}

[class*='c-name'] {
    color: #bbc0c2 !important;
}

.u-bg-img {
    background-repeat: no-repeat !important;
    background-position: 50% !important;
    background-size: cover !important;
}

.u-full-width {
    max-width: 100vw !important;
}

.u-no-lg {
    display: none;
}

@media (min-width: 1200px) {
    .u-no-lg {
        display: block;
    }
}

.u-pos-relative {
    position: relative !important;
}

.u-no-p {
    padding: 0 !important;
}

@media (max-width: 576px) {
    .u-no-p-sm {
        padding: 0 !important;
    }
}

@media (max-width: 992px) {
    .u-no-p-lg {
        padding: 0 !important;
    }
}

.c-header__description,
.u-no-m {
    margin: 0 !important;
}

.uk-accordion-title {
    padding-left: 30px;
    padding-bottom: 10px;
    border-bottom: 2px solid #bbc0c2;
    text-transform: uppercase;
}

.uk-accordion-title:hover,
.uk-open .uk-accordion-title {
    color: #ff002b;
}

.articles-list {
    max-width: 1680px;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}

@media (min-width: 900px) {
    .articles-list {
        padding: 0 60px;
    }
}

.articles-list * {
    color: #000;
    margin: 0;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.articles-list h2 {
    padding: 40px 10px;
    font-size: 22px;
    display: block;
    width: 100%;
    font-weight: 700;
    text-align: center;
}

@media (min-width: 450px) {
    .articles-list h2 {
        font-size: 30px;
    }
}

.articles-list .articles-container {
    display: grid;
    grid-gap: 30px;
    gap: 30px;
    justify-items: center;
}

@media (min-width: 750px) {
    .articles-list .articles-container {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1030px) {
    .articles-list .articles-container {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 40px 60px;
        gap: 40px 60px;
    }
}

@media (min-width: 1330px) {
    .articles-list .articles-container {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

.articles-list .articles-container a {
    outline: none;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.articles-list .articles-container a:focus,
.articles-list .articles-container a:hover {
    -webkit-transform: scale(1.025);
    -o-transform: scale(1.025);
    transform: scale(1.025);
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.articles-list .articles-container a:focus .single-article,
.articles-list .articles-container a:hover .single-article {
    -webkit-box-shadow: 0 0 7px silver;
    box-shadow: 0 0 7px silver;
}

.articles-list .articles-container a:active {
    -webkit-transform: scale(0.975);
    -o-transform: scale(0.975);
    transform: scale(0.975);
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.articles-list .articles-container a:active .single-article {
    -webkit-box-shadow: 0 0 7px #dfdfdf;
    box-shadow: 0 0 7px #dfdfdf;
}

.articles-list .articles-container .single-article {
    max-width: 347px;
    -webkit-box-shadow: 0 0 5px #e4e4e4;
    box-shadow: 0 0 5px #e4e4e4;

    background-color: #fff;
    overflow: hidden;
    padding: 20px;
}

.articles-list .articles-container .single-article img {

    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 200px;
}

@media (min-width: 550px) {
    .articles-list .articles-container .single-article img {
        height: 147px;
    }
}

.articles-list .articles-container .single-article h3 {
    font-size: 17px;
    line-height: 24px;
    font-weight: 700;
    margin: 14px 0;
}

@media (min-width: 450px) {
    .articles-list .articles-container .single-article h3 {
        font-size: 20px;
        margin: 20px 0;
    }
}

.articles-list .articles-container .single-article .author-date {
    font-size: 13px;
    margin-top: 16px;
}

.articles-list .articles-container .single-article .author-date span {
    color: #fd3543;
    display: unset;
    padding: 0 5px;
}

.articles-list .articles-container .single-article .author-date~h3 {
    margin-top: 7px;
}

.articles-list .articles-container .single-article div {
    font-size: 15px;
}

@media (min-width: 450px) {
    .articles-list .articles-container .single-article div {
        font-size: 18px;
    }
}

.baner {
    position: relative;
    padding: 40px 20px;
    text-align: center;
    margin-top: 40px;
}

.baner * {
    color: #fff;
    margin: 0;
}

.baner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -o-object-fit: cover;
    object-fit: cover;
}

.baner h2 {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 700;
}

.baner article {
    max-width: 876px;
    margin: 0 auto;
}

.baner .btn-with-link {
    font-size: 18px;
    color: #fff;
    border-radius: 0px;
    background-color: #fd1929;
    display: inline-block;
    margin-top: 29px;
    padding: 10px 25px;
}

.baner .btn-with-link:hover {
    background-color: #db0707;
}

#breadcrumbs {
    margin: 0 auto;
    max-width: 1680px;
    padding: 0 16px 17px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    font-size: 13px;
    width: 100%;
}

#breadcrumbs span>span {
    color: #fd3543;
}

#breadcrumbs span>span * {
    margin-right: 5px;
}

#breadcrumbs span>span :not(:first-child) {
    margin-left: 5px;
}

#breadcrumbs span>span a,
#breadcrumbs span>span strong {
    color: #000;
    font-weight: 400;
}

#breadcrumbs span>span a:hover {
    color: #fd3543;
}

@media (min-width: 900px) {
    #breadcrumbs {
        padding: 0 60px 17px;
    }
}

.contact-container {
    max-width: 1680px;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    display: grid;
    gap: 30px;
}

@media (min-width: 1050px) {
    .contact-container {
        padding: 0 60px;
        gap: 40px;
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.contact-container .contact-info {
    -webkit-box-shadow: 0 0 5px #e4e4e4;
    box-shadow: 0 0 5px #e4e4e4;
    border-radius: 0px;
    overflow: hidden;
    padding: 20px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

@media (min-width: 1050px) {
    .contact-container .contact-info {
        grid-column: 1 / span 2;
    }
}

.contact-container .contact-info iframe {
    height: 350px;
    border-radius: 0px;
    margin-top: 20px;
}

.contact-container .contact-info .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contact-container .contact-info .info-box:not(:last-child) {
    margin-bottom: 8px;
}

.contact-container .contact-info .info-box * {
    margin: 0;
    color: #000;
}

.contact-container .contact-info .info-box a {
    font-weight: 700;
}

.contact-container .contact-info .info-box svg {
    margin-right: 15px;
    width: 21px;
    height: 21px;
}

.contact-container .contact-info .info-box.lower-svg svg {
    margin-top: 3px;
}

.contact-container .contact-info .info-box.margin-b-big {
    margin-bottom: 39px;
}

.kontakt .c-form-sidebar__name {
    margin-top: 5px !important;
}

.new-container {
    max-width: 1680px;
    padding: 0 16px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}

@media (min-width: 900px) {
    .new-container {
        padding: 0 60px;
    }
}

.single-post .new-container,
.single-post h1 {
    max-width: 1080px;
}

.taxonomy-content {
    margin: 0 auto;
    max-width: 1680px;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.c-single-content-inwest-table h2,
.c-single-inwestycje-content__text h2,
.taxonomy-content h2 {
    box-sizing: border-box;
}

@media (min-width: 900px) {
    .taxonomy-content {
        padding: 0 60px;
    }
}

.description {
    margin-top: 40px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 5px #e4e4e4;
    box-shadow: 0 0 5px #e4e4e4;
    border-radius: 0px;
    background-color: #fff;
    border: 1px solid #eee;
}

.author-bio-description {
    margin: 0px !important;
}

.author-bio-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px !important;
    justify-content: center;
}

.author-bio-header p {
    display: inline-block;
    font-weight: 700;
}

.author-bio-header img {
    max-width: 45px;
    margin-right: 15px;
}



.description * {
    color: #000;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}

@media (min-width: 450px) {
    .description * {
        font-size: 18px;
    }
}

.description h2,
.description h3 {
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 8px;
}

.description h2:not(:first-child),
.description h3:not(:first-child) {
    padding-top: 14px;
}

.description a {
    color: #ff002b;
    font-weight: 700;
    text-decoration: underline;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.description a:hover {
    color: #db0707;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.description iframe {
    min-height: 350px;
    height: 50vw;
    border-radius: 0px;
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    .description iframe {
        height: 510px;
    }
}

.description ul {
    margin-top: 16px;
    margin-bottom: 16px;
}

.description ul li {
    list-style-type: disc;
}

.description p:not(:last-child) {
    margin-bottom: 16px;
}

.section-title {
    padding: 40px 10px;
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    width: 100%;
    text-transform: uppercase;
    margin: 0;
    color: #000;
}

@media (min-width: 450px) {
    .section-title {
        font-size: 30px;
    }
}

.uk-dropdown {
    padding: 20px;
    min-width: auto;
}

.uk-dropdown li svg {
    margin-left: 10px;
    margin-right: 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.c-dropdown {
    padding-bottom: 10px;
    cursor: pointer;
    position: relative;
    padding: 0 !important;
}

.c-dropdown__header:before,
.c-dropdown a:before {
    content: none !important;
}

.c-dropdown a {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.c-dropdown--end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    padding-right: 20px !important;
}

.c-dropdown:hover>.c-dropdown-inner {
    max-width: 300px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    opacity: 1;
    padding: 10px;
}

@media (max-width: 1400px) {
    .c-dropdown:hover>.c-dropdown-inner {
        max-width: 150px;
    }
}

.c-dropdown:hover>.c-dropdown-inner li.c-dropdown-inner__item {
    display: block !important;
}

.c-dropdown-inner {
    -webkit-transition: opacity 0.1s, max-width 0.1s;
    -o-transition: opacity 0.1s, max-width 0.1s;
    transition: opacity 0.1s, max-width 0.1s;
    opacity: 0;
    padding: 0;
    position: absolute;
    z-index: -100;
    left: 100%;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 0;
    background: #fff;
    -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

.c-dropdown-inner__item {
    display: none !important;
    padding: 0;
}

.c-dropdown-inner__item a:before {
    content: none !important;
}

.c-footer {
    max-width: 1680px;
    margin: 70px auto 0;
    padding: 30px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}

@media (min-width: 900px) {
    .c-footer {
        padding: 40px 60px;
    }
}

.c-footer h4 {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.c-footer .c-header__logo {
    max-width: 220px;
}

.c-footer__inner-box {
    display: grid;
    grid-gap: 30px;
    gap: 30px;
}

.c-footer__inner-box .c-footer__logo {
    grid-column: 1/-1;
    text-align: center;
}

@media (min-width: 550px) {
    .c-footer__inner-box {
        grid-gap: 30px 50px;
        gap: 30px 50px;
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 900px) {
    .c-footer__inner-box {
        grid-gap: 30px 70px;
        gap: 30px 70px;
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 1250px) {
    .c-footer__inner-box {
        grid-template-columns: repeat(5, 1fr);
    }

    .c-footer__inner-box .c-footer__logo {
        grid-column: unset;
    }
}

@media (min-width: 1500px) {
    .c-footer__inner-box {
        gap: 130px;
    }
}

.c-footer .nav-footer li {
    list-style-type: none;
}

.c-footer .nav-footer li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: unset;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: visible;
}

.c-footer .nav-footer li a:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #ff002b;
    height: 3px;
    -webkit-transition-property: left, right;
    -o-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.c-footer .nav-footer li a:active:before,
.c-footer .nav-footer li a:focus:before,
.c-footer .nav-footer li a:hover:before {
    left: 0;
    right: 0;
}

.c-footer__contact {
    margin-top: 60px;
}

.c-footer__contact p {
    text-align: center;
    color: #fff;
    font-size: 15px;
    margin: 0;
}

@media (min-width: 450px) {
    .c-footer__contact p {
        font-size: 18px;
    }
}

.o-bg--footer {
    background-color: #000;
}

.error404 .c-footer {
    margin-top: 0;
}

.c-form-sidebar {
    background-color: #fff;
    border-radius: 0px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

@media (min-width: 1500px) {
    .c-form-sidebar {
        padding: 20px 42px 26px;
    }
}

@media (min-width: 1201px) {
    .c-form-sidebar {
        max-width: 476px;
    }
}

.c-form-sidebar * {
    color: #000;
}

.c-form-sidebar a {
    font-weight: 700;
}

.c-form-sidebar p {
    margin: 0;
}

.c-form-sidebar__financing {

    width: 100%;
}

.c-form-sidebar .select_financing_form {
    border-radius: 0px;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    height: 44px;
    font-size: 1rem;
    width: 100%;
    padding: 4px 8px;
    color: #999 !important;
}

.c-form-sidebar__financing span::after {
    content: '⌄';
    position: absolute;
    right: 10px;
    font-size: 24px;
    color: #999;
    transform: translateY(-50%);
    pointer-events: none;
    top: 0%;
}


.c-form-sidebar .kredyt-see-more {

    color: #db0707;
    cursor: pointer;
}

.c-form-sidebar .kredyt-zgoda-info {
    display: none;
    font-size: 12px !important;
}


.modal-kredyt-info {
    display: none;
    font-size: 14px;
    max-width: 570px;
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 99999;
    border: solid #dbdbdb 1px;
    border-radius: 0px;
    padding: 5px 20px;
}

.modal-kredyt-info-head {
    padding-top: 8px;
    padding-bottom: 8px;
}

.modal-kredyt-overlay {

    display: none;
    background: rgba(0, 0, 0, 0.3);
    z-index: 900;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
}

.modal-kredyt-info h3 {
    display: inline;
}

.modal-kredyt-info p {
    margin-top: 5px;
    margin-bottom: 5px;
}

.modal-kredyt-info h4 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.modal-kredyt-info-body {
    max-height: 400px;
    overflow-y: scroll;
    padding: 10px;

}

.close-modal-kredyt {
    position: absolute;
    right: 3%;
    font-size: 26px;
    font-weight: 700;
    top: 1%;
    cursor: pointer;
}

@media (max-width: 601px) {
    .modal-kredyt-info {
        max-width: 270px;
    }
}

@media (max-width: 290px) {
    .modal-kredyt-info {
        max-width: 210px;
    }
}


.c-form-sidebar input,
.c-form-sidebar textarea {
    border-radius: 0px;
    outline: none;
    padding: 4px 8px;
}

.c-form-sidebar textarea {
    height: 175px;
    line-height: 1.65;
}

.c-form-sidebar input[type='email'],
.c-form-sidebar input[type='pass'],
.c-form-sidebar input[type='tel'],
.c-form-sidebar input[type='text'] {
    height: 44px;
}

.c-form-sidebar input[type='email'],
.c-form-sidebar input[type='pass'],
.c-form-sidebar input[type='tel'],
.c-form-sidebar input[type='text'],
.c-form-sidebar textarea {
    cursor: initial;
    background-color: #fff;
    border: 1px solid #dbdbdb;
}

.c-form-sidebar input[type='email']:hover,
.c-form-sidebar input[type='pass']:hover,
.c-form-sidebar input[type='tel']:hover,
.c-form-sidebar input[type='text']:hover,
.c-form-sidebar textarea:hover {
    background-color: #f9f9f9;
}

.c-form-sidebar input[type='email'].wpcf7-not-valid,
.c-form-sidebar input[type='pass'].wpcf7-not-valid,
.c-form-sidebar input[type='tel'].wpcf7-not-valid,
.c-form-sidebar input[type='text'].wpcf7-not-valid,
.c-form-sidebar textarea.wpcf7-not-valid {
    border-color: #fd1929;
    color: #000;
}

.c-form-sidebar input[type='email'].wpcf7-not-valid::-webkit-input-placeholder,
.c-form-sidebar input[type='pass'].wpcf7-not-valid::-webkit-input-placeholder,
.c-form-sidebar input[type='tel'].wpcf7-not-valid::-webkit-input-placeholder,
.c-form-sidebar input[type='text'].wpcf7-not-valid::-webkit-input-placeholder,
.c-form-sidebar textarea.wpcf7-not-valid::-webkit-input-placeholder {
    color: transparent;
}

.c-form-sidebar input[type='email'].wpcf7-not-valid::-moz-placeholder,
.c-form-sidebar input[type='pass'].wpcf7-not-valid::-moz-placeholder,
.c-form-sidebar input[type='tel'].wpcf7-not-valid::-moz-placeholder,
.c-form-sidebar input[type='text'].wpcf7-not-valid::-moz-placeholder,
.c-form-sidebar textarea.wpcf7-not-valid::-moz-placeholder {
    color: transparent;
}

.c-form-sidebar input[type='email'].wpcf7-not-valid::-ms-input-placeholder,
.c-form-sidebar input[type='pass'].wpcf7-not-valid::-ms-input-placeholder,
.c-form-sidebar input[type='tel'].wpcf7-not-valid::-ms-input-placeholder,
.c-form-sidebar input[type='text'].wpcf7-not-valid::-ms-input-placeholder,
.c-form-sidebar textarea.wpcf7-not-valid::-ms-input-placeholder {
    color: transparent;
}

.c-form-sidebar input[type='email'].wpcf7-not-valid::placeholder,
.c-form-sidebar input[type='pass'].wpcf7-not-valid::placeholder,
.c-form-sidebar input[type='tel'].wpcf7-not-valid::placeholder,
.c-form-sidebar input[type='text'].wpcf7-not-valid::placeholder,
.c-form-sidebar textarea.wpcf7-not-valid::placeholder {
    color: transparent;
}

.c-form-sidebar .wpcf7-not-valid:focus~.wpcf7-not-valid-tip {
    display: none;
}

.c-form-sidebar input[type='submit'] {
    background-color: #fd1929;
    color: #fff;
    width: 100%;
    border: none;
    cursor: pointer;
    margin: 0 !important;
    font-size: 18px;
    padding: 11px 10px;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: 0.15s ease-out all;
    transition: all 0.15s ease-out;
}

.c-form-sidebar input[type='submit']:hover {
    -webkit-transition: all 0.25s ease-out;
    -o-transition: 0.25s ease-out all;
    transition: all 0.25s ease-out;
    background-color: #db0707;
}

.c-form-sidebar .zgodakredyt,
.c-form-sidebar .zgoda {
    margin-bottom: 15px;
    display: block;
}

.c-form-sidebar input[type='checkbox'] {
    display: none;
}

.c-form-sidebar .mc4wp-checkbox.mc4wp-checkbox-contact-form-7 {
    display: none;
}


.c-form-sidebar input[type='checkbox']~span {
    display: block;
    font-size: 13px;
    cursor: pointer;
    position: relative;
    padding-left: 26px;
}

.c-form-sidebar input[type='checkbox']~span:after,
.c-form-sidebar input[type='checkbox']~span:before {
    position: absolute;
    content: '';
    display: block;
    border-radius: 100%;
}

.c-form-sidebar input[type='checkbox']~span:before {
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background-color: #f4f4f4;
}

.c-form-sidebar input[type='checkbox']:checked~span:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    background-color: #000;
}

.c-form-sidebar input[type='checkbox'].invalid~span,
.c-form-sidebar input[type='checkbox'].invalid~span a {
    color: #fd1929;
}

.inwestLogo,
.c-form-sidebar__heading {
    text-align: center;
}

.c-form-sidebar .wpcf7-list-item {
    margin-left: 0;
}

.c-form-sidebar .ajax-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    margin: 0;
}

.c-form-sidebar .ajax-loader:before {
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
}

.c-form-sidebar .ajax-loader:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: hsla(0, 0%, 59%, 0.6);
}

.c-form-sidebar__info {
    margin-top: 24px;
}

.c-form-sidebar__info a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    font-size: 22px;
}

.c-form-sidebar__info a svg {
    max-height: 25px;
    margin-right: 20px;
}

.c-form-sidebar .wpcf7 form .wpcf7-response-output {
    font-size: 14px;
    margin: 10px 0 0;
}

.c-form-sidebar .wpcf7-not-valid-tip {
    position: relative;
    top: 3px;
    padding: 0 12px;
    font-weight: 700;
    color: #fd1929;
    font-size: 14px;
    pointer-events: none;
}

.c-form-sidebar .mc4wp-checkbox label {
    position: relative;
}

.c-form-contact {
    display: grid;
    grid-template-columns: repeat(3, calc(33.33% - 10px));
    grid-template-rows: repeat(3, auto);
    gap: 15px 15px;
    grid-template-areas: 'name email phone' 'msg msg msg' 'submit submit submit';
    grid-area: contact-form;
}

@media (max-width: 768px) {
    .c-form-contact {
        grid-template-rows: repeat(5, auto);
        grid-template-columns: auto;
        grid-template-areas: 'name' 'email' 'phone' 'msg' 'submit';
    }
}

.c-form-contact__name {
    grid-area: name;
}

.c-form-contact__email {
    grid-area: email;
}

.c-form-contact__phone {
    grid-area: phone;
}

.c-form-contact__msg {
    grid-area: msg;
}

.c-form-contact__submit {
    grid-area: submit;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before,
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
    background-color: #ff002b;
}

.hamburger {
    outline: none;
    border: none;
    display: none;
}

@media (max-width: 992px) {
    .hamburger {
        display: inline-block;
    }
}

body>header {
    background: #fff;
    -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.2196078431372549);
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.2196078431372549);
}

@media (max-width: 992px) {
    body {
        padding-top: 60px;
    }
}

.c-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 16px;
    max-width: 1680px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 992px) {
    .c-header {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 550px) {
    .c-header {
        padding: 0 60px;
    }
}

.c-header__site-branding {
    padding: 15.5px 0;
}

.c-header__brand {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.c-header__logo {
    min-height: 30px;
    width: 100%;
    max-width: 190px;
}

@media (max-width: 992px) {
    .c-header--fixed-md {
        position: fixed;
        z-index: 1010;
        top: 0;
        left: 0;
        background: #fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
    }
}

.nav.nav--main>li:not(:last-child) {
    padding-right: 0.5rem;
}

.nav.nav--main>li:not(:first-child) {
    padding-left: 0.5rem;
}

@media (min-width: 1580px) {
    .nav.nav--main>li:not(:last-child) {
        padding-right: 3rem;
    }

    .nav.nav--main>li:not(:first-child) {
        padding-left: 3rem;
    }
}

@media (min-width: 993px) {
    header .c-header .c-header__site-branding {
        margin-right: 5rem;
    }
}

@media (min-width: 1580px) {
    header .c-header .c-header__site-branding {
        margin-right: 7.5rem;
    }
}

.c-h1-primary,
.c-h2-primary,
.c-h3-primary {
    color: #ff002b;
}

.c-h1-secondary,
.c-h2-secondary,
.c-h3-secondary {
    color: #000;
}

.c-h1-complementary,
.c-h2-complementary,
.c-h3-complementary {
    color: #bbc0c2;
}

.c-hero-home,
.c-hero-taxonomy,
.o-hero--base {
    height: 580px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-hero-home,
.c-hero-taxonomy,
.c-hero-taxonomy__box,
.c-search,
.o-hero--base,
.o-hero--inner-container {
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-hero-taxonomy__box,
.c-search,
.o-hero--inner-container {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.c-hero-home {
    background-position: 50%;
    background-size: cover;
    height: 500px;
    align-items: baseline !important;
}

.c-hero-home .hero-sections {
    display: flex;
    flex: 1;
}

.c-hero-home .section-hero-left {
    flex: 1;
}

.c-hero-home .section-hero-left img {

    object-fit: cover;
    max-height: 500px;
    min-height: 500px;
    width: 100%;

}

.c-hero-home .section-hero-right {
    flex: 1;
    background: #000;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 500px;
}

.c-hero-home .section-hero-right h1 {
    padding: 0 !important;
    margin: 0px 0px 0px 61px;

}

.c-hero-home .section-hero-right .c-search__subtitle {
    margin: 38px 0px 0px 61px;
    max-width: 730px;

}

.c-hero-home .section-hero-right .c-search {

    width: 612px;
    margin: 42px 0px 0px 0px;
    padding: 0;
    position: relative;
    left: -306px;

}

.c-hero-home:after {
    display: none;
}

.c-icons {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-icons h2 {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    padding: 45px 10px;
    margin: 0;
    text-align: center;
}

@media (min-width: 450px) {
    .c-icons h2 {
        font-size: 30px;
    }
}

.c-icons__title-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-icons__text {
    text-align: center;
}

.c-icons__columns {
    background: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-icons__column {
    background-color: unset;
    border-radius: unset;
    color: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.c-icons__column-icon {
    margin: 1rem;
    width: 75px;
    height: 75px;
}

.c-icons__column-img-box {
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    background-color: unset;
    padding: 0;
    margin: auto auto 0;
}

.c-icons__column-text h3 {
    margin-top: 8px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    font-size: 19px;
}

@media (min-width: 450px) {
    .c-icons__column-text h3 {
        font-size: 22px;
    }
}

.c-icons__column-text p {
    font-size: 15px;
    margin: 0;
    color: #000;
}

@media (min-width: 450px) {
    .c-icons__column-text p {
        font-size: 18px;
    }
}

.c-ring-container {
    position: relative;
}

.js-faq-response {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
}

.loading {
    opacity: 0.5;
}

.lds-dual-ring {
    z-index: -10;
    display: inline-block;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.lds-dual-ring.is-active {
    z-index: 100;
    opacity: 1;
}

.lds-dual-ring:after {
    content: ' ';
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border-color: #6a7be7 transparent;
    border-style: solid;
    border-width: 6px;
    -webkit-animation: lds-dual-ring 1.2s linear infinite;
    -o-animation: lds-dual-ring 1.2s linear infinite;
    animation: lds-dual-ring 1.2s linear infinite;
}

@-webkit-keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@-o-keyframes lds-dual-ring {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn);
        -o-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.offer-list {
    max-width: 1680px;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
}

@media (min-width: 900px) {
    .offer-list {
        padding: 0 60px;
    }
}

.offer-list * {
    font-weight: 700;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    color: #000;
}

.offer-list h2 {
    padding: 40px 10px;
    font-size: 22px;
}

@media (min-width: 450px) {
    .offer-list h2 {
        font-size: 30px;
    }
}

.offer-list a {
    outline: none;
    height: 100%;
    min-height: 250px;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

/*
.offer-list a:focus,
.offer-list a:hover {
    -webkit-transform: scale(1.025);
    -o-transform: scale(1.025);
    transform: scale(1.025);
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

*/

.offer-list a:focus .single-offer,
.offer-list a:hover .single-offer {
    -webkit-box-shadow: 0 0 7px silver;
    box-shadow: 0 0 7px silver;
}

/*
.offer-list a:active {
    -webkit-transform: scale(0.975);
    -o-transform: scale(0.975);
    transform: scale(0.975);
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.offer-list a:active .single-offer {
    -webkit-box-shadow: 0 0 7px #dfdfdf;
    box-shadow: 0 0 7px #dfdfdf;
}
*/

.offer-list .none {
    text-align: center;
}

.offer-list .offers-container {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    grid-gap: 30px;
    gap: 30px;
}

@media (min-width: 820px) {
    .offer-list .offers-container {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 900px) {
    .offer-list .offers-container {
        grid-gap: 40px 70px;
        gap: 40px 70px;
    }
}

@media (min-width: 1360px) {
    .offer-list .offers-container {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.offer-list .offers-container .single-offer {
    max-width: 475px;
    -webkit-box-shadow: 0 0 5px #e4e4e4;
    box-shadow: 0 0 5px #e4e4e4;
    border-radius: 0px;
    overflow: hidden;
    margin: 0 auto;
}

.offer-list .offers-container .single-offer .image-price-holder {
    position: relative;
    min-height: 250px;
}



.c-single-inwestycje .archive-holder span,
.offer-list .offers-container .single-offer .archive-holder span,
.offer-list .offers-container .single-offer .image-price-holder p {
    position: absolute;
    background-color: #000;
    width: auto;
    border-radius: 0px;
    max-width: calc(100% - 20px);
    z-index: 4;
    color: #fff;
}

.c-single-inwestycje .archive-holder {
    margin: 0 0 10px 0;
    position: relative;
    top: 10px;
    left: 10px;
}

.c-single-inwestycje .archive-holder span {
    font-size: 13px;
    padding: 6px 18px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #eee;
    font-weight: 700;
}

.offer-list .offers-container .single-offer .image-price-holder p {
    top: 20px;
    left: 0px;
    font-size: 22px;
    padding: 15px 20px;
    font-weight: 700;
}

.offer-list .offers-container .single-offer .archive-holder span {
    top: 10px;
    left: 10px;
    font-size: 12px;
    padding: 4px 12px;
}

@media (min-width: 450px) {

    .offer-list .offers-container .single-offer .archive-holder span,
    .offer-list .offers-container .single-offer .image-price-holder p {
        max-width: calc(100% - 40px);
    }

    .offer-list .offers-container .single-offer .archive-holder span {
        top: 90px;
        left: 0px;
        font-size: 16px;
    }

    .offer-list .offers-container .single-offer .image-price-holder p {
        left: 0px;
        font-size: 22px;
    }
}

.offer-list .offers-container .single-offer .image-price-holder img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 250px;
}

.offer-list .offers-container .single-offer h3 {
    background-color: #f4f4f4;
    text-transform: uppercase;
    padding: 10px 20px;
    text-align: left;
}

@media (max-width: 450px) {
    .offer-list .offers-container .single-offer h3 {
        font-size: 0.9rem;
    }
}

.offer-list .offers-container .single-offer .parameters {
    padding: 10px;
}

@media (min-width: 450px) {
    .offer-list .offers-container .single-offer .parameters {
        padding-top: 20px;
        padding-bottom: 0 !important;
    }
}

.offer-list .offers-container .single-offer .parameters .dotted-line {
    border-bottom: 2px dotted #bcbcbc;
    display: block;
}

.offer-list .offers-container .single-offer .parameters>div {
    display: grid;
    grid-template-columns: auto auto auto;
}

.offer-list .offers-container .single-offer .parameters>div:first-child {}


.offer-list .offers-container .single-offer .parameters>div:nth-child(3) {}

.offer-list .offers-container .single-offer .parameters article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    text-align: left;
}

.offer-list .offers-container .single-offer .parameters article div {

    width: auto !important;
    margin: 0 auto !important;

}

.offer-list .offers-container .single-offer .parameters article {

    padding: 3px 14px;
    border-left: solid #f5f5f5 2px;
    border-right: solid #f5f5f5 2px;

}

.offer-list .offers-container .single-offer .parameters article:nth-child(2) {

    border: none !important;

}

@media (min-width: 400px) {
    .offer-list .offers-container .single-offer .parameters article:nth-child(2) {
        padding-left: 18px;
    }
}

.offer-list .offers-container .single-offer .parameters article img {
    max-width: 25px;
    margin-right: 14px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 6px;
    max-height: 42px;
}

.offer-list .offers-container .single-offer .parameters article p {
    font-weight: 700;
    margin: 0;
}

.offer-list .offers-container .single-offer .parameters article span {
    font-weight: 400;
}

@media (max-width: 375px) {
    .offer-list .offers-container .single-offer .parameters article {
        font-size: 14px;
    }
}

.offer-list .button-zobacz {

    font-size: 16px;
    background: #ff002b;
    text-align: center;
    padding: 15px 30px;
    margin: 20px auto 20px auto;
    max-width: 202px;
    color: #fff;


}

.offer-list .button-zobacz span {

    color: #fff;

}

.offer-list .pagination {
    padding-top: 36px;
}

.offer-list .pagination,
.offer-list .pagination * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.offer-list .pagination * {
    margin: 0 2px;
    width: 23px;
    font-size: 18px;
    font-weight: 700;
}

.offer-list .pagination span.current {
    color: #000;
    margin: 0 4px;
    height: 23px;
    border-radius: 0px;
    background-color: #ebebeb;
}

.offer-list .pagination a.page-numbers:not(.next):not(.prev) {
    color: silver;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.offer-list .pagination a.page-numbers:not(.next):not(.prev):hover {
    color: #db0707;
}

.offer-list .pagination .next,
.offer-list .pagination .prev {
    font-size: 24px;
    line-height: 1;
    margin-top: -3.5px;
}

.offer-list .pagination a:hover {
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
}

@media (min-width: 960px) {
    .c-search {
        width: 54%;
    }
}

.c-search__title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
}

@media (min-width: 450px) {
    .c-search__title {
        font-size: 30px;
    }
}

.c-search__subtitle {
    font-size: 15px;
    margin: 20px 0;
    color: #fff;
}

@media (min-width: 450px) {
    .c-search__subtitle {
        font-size: 18px;
    }
}

.c-search__input-box {
    max-width: 569px;
    position: relative;
    padding: 0 1em;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
}

.c-search__input,
.c-search__input-box {
    width: 100%;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.c-search__input {
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    color: #000;
    font-weight: 700;
    font-size: 18px;
}

.c-search__input::-webkit-input-placeholder {
    color: #b8b8b8;
}

.c-search__input::-moz-placeholder {
    color: #b8b8b8;
}

.c-search__input::-ms-input-placeholder {
    color: #b8b8b8;
}

.c-search__input::placeholder {
    color: #b8b8b8;
}

.c-search__button {
    width: 45px !important;
    height: 42px;
    margin: 5px;
    border: none !important;
    border-radius: 0px;
    background-color: #ff002b;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    outline: none;
}

.c-search__button img {

    max-width: 24px !important;
    width: 24px;

}

@media (max-width: 359px) {
    .c-search__button {
        padding: 0 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.c-search__button a {
    line-height: 0;
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.c-search__button:hover {
    border-color: #db0707;
    background-color: #db0707;
}

.c-search__button:hover,
.c-search__button:hover a {
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.c-search__button:hover a {
    color: #fff;
}

.c-search #searchform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -ms-flex-flow: row;
    flex-flow: row;
    max-width: 611px;
    position: relative;
}

.c-search #searchform,
#dynamic-search {
    -webkit-box-direction: normal;
    background-color: #fff;
    border-radius: 0px;
    width: 100%;
}

#dynamic-search {
    display: none;
    position: absolute;
    bottom: -10px;
    -webkit-box-orient: vertical;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    max-height: 350px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
}

#dynamic-search>div {
    overflow: auto;
    max-height: 320px;
}

#dynamic-search>div::-webkit-scrollbar {
    width: 8px;
}

#dynamic-search>div::-webkit-scrollbar-track {
    background: #d0d0d0;
    border-radius: 16px;
}

#dynamic-search>div::-webkit-scrollbar-thumb {
    background-color: #444;
    border-radius: 16px;
}

#dynamic-search a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 15px;
    border-bottom: 2px solid #f0f0f0;
}

@media (max-width: 400px) {
    #dynamic-search a {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left;
    }
}

#dynamic-search a:hover {
    background-color: #f0f0f0;
}

#dynamic-search a:last-child {
    border: none;
}

#dynamic-search a p {
    margin: 0;
    text-align: left;
}

#dynamic-search a p:first-of-type {
    width: 84%;
}

#dynamic-search a p:last-of-type {
    font-size: 14px;
    width: 16%;
    text-align: right;
}

#dynamic-search a.marker:hover {
    background-color: #f0f0f0;
}

#dynamic-search a.marker>p,
#dynamic-search a.marker>p:last-of-type {
    font-size: 1em;
    width: 100%;
    text-align: left;
}

#dynamic-search a.marker>p>em {
    color: #aaa;
    text-transform: uppercase;
    font-size: .7em;
    font-style: normal;
    margin-right: 5px;
    letter-spacing: 2px;
}

@media (max-width: 400px) {
    #dynamic-search a p:last-child {
        display: none;
    }
}

.error404 .c-search__title {
    margin-bottom: 10px;
    text-shadow: 0 0 5px #c4c4c4;
}

.deweloper-container {
    max-width: 1680px;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    display: grid;
    gap: 30px;
}

@media (min-width: 900px) {
    .deweloper-container {
        padding: 0 60px;
    }
}

@media (min-width: 1150px) {
    .deweloper-container {
        gap: 40px;
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.deweloper-container .c-form-sidebar span {
    text-align: left;
}

@media (min-width: 1150px) {

    .deweloper-container .c-slider,
    .deweloper-container>article {
        grid-column: 1 / span 2;
    }
}

.single-deweloper .description {
    margin-top: 0;
    text-align: left;
}

.single-deweloper p:not(:last-child) {
    margin-bottom: 16px;
}

.single-deweloper #powiadomienie_kredyt+p {
    margin-bottom: 0;
}

.single-deweloper .table_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 700px) {
    .single-deweloper .table_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }
}

.single-deweloper .table_row:nth-child(2n) {
    background-color: #f4f4f4;
}

.single-deweloper .table_row p {
    margin-bottom: 0;
}

.single-deweloper .table_row div:first-child {
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px 20px 0;
}

@media (min-width: 700px) {
    .single-deweloper .table_row div:first-child {
        padding: 14px 0 14px 20px;
        min-width: 250px;
        width: 250px;
    }
}


@media (min-width: 1100px) {
    .single-deweloper .table_row div:first-child {
        min-width: 385px;
        width: 385px;
    }
}

/*
.single-deweloper .table_row div:first-child:before {
    content: '';
    width: 22px;
    height: 22px;
    margin-right: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/done.svg);
}
*/

.single-deweloper .table_row div:nth-child(2) {
    grid-column: 2 / span 2;
    padding: 14px 20px 14px 0;
}

@media (max-width: 700px) {
    .single-deweloper .table_row div:nth-child(2) {
        padding: 14px 20px;
    }
}

.single-deweloper .image-with-title {
    position: relative;
    display: block;
}

.single-deweloper .image-with-title p {
    position: absolute;
    background-color: #fff;
    font-size: 16px;
    padding: 6px 17px;
    width: auto;
    border-radius: 10px;
    bottom: 10px;
    left: 10px;
    max-width: calc(100% - 20px);
}

@media (min-width: 450px) {
    .single-deweloper .image-with-title p {
        font-size: 22px;
        bottom: 20px;
        left: 20px;
        max-width: calc(100% - 40px);
    }
}

.c-single-inwestycje {
    margin: 0 auto;
    max-width: 1680px;
}

.c-single-inwestycje__header {
    display: block;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    gap: 25px;
}

@media (min-width: 900px) {
    .c-single-inwestycje__header {
        padding: 0px;
    }
}

@media (min-width: 1500px) {
    .c-single-inwestycje__header {
        padding: 0px;

    }
}

@media (min-width: 1200px) {
    .c-single-inwestycje__header {}

    .c-single-inwestycje__header .c-slider {
        grid-column: 1 / span 2;
    }
}

h1 {
    padding: 20px 16px 7px;
    color: #000;
    font-size: 22px;
    display: block;
    max-width: 1680px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    font-weight: 700;
    text-transform: uppercase;
}

@media (min-width: 900px) {
    h1 {
        padding: 40px 60px 7px;
    }
}

@media (min-width: 450px) {
    h1 {
        font-size: 30px;
    }
}


.c-single-inwestycje-content__wrapper {

    max-width: 1680px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;

}

.c-single-inwestycje__header {

    max-width: 1050px;

}



@media (max-width: 1200px) {



    .c-single-inwestycje__header #small_slider {

        display: none !important;

    }

    .single-inwestycja #breadcrumbs {
        padding-left: 30px !important;
        padding-right: 30px !important;

    }

    .single-inwestycja h1 {

        padding-left: 30px !important;
        padding-right: 30px !important;

    }

    .single-dom #breadcrumbs {
        padding-left: 30px !important;
        padding-right: 30px !important;

    }

    .single-dom h1 {

        padding-left: 30px !important;
        padding-right: 30px !important;

    }

    .c-single-inwestycje-content__sidebar {

        display: none !important;

    }

    .c-single-form-smaller-screen {

        margin-top: 2rem;
        margin-bottom: 0rem;

    }

    .c-single-inwestycje__header {

        padding: 0px !important;

    }

    .c-single-inwestycje {
        padding-left: 0px !important;
        padding-right: 0px !important;

    }

    .c-single-form-smaller-screen {

        padding-left: 30px !important;
        padding-right: 30px !important;

    }

    .c-single-inwestycje-content {

        padding-left: 30px !important;
        padding-right: 30px !important;

    }

    .c-single-inwestycje .c-slider {

        max-width: 100vw !important;
    }

}

.c-single-inwestycje {

    padding-left: 60px;
    padding-right: 60px;

}

.c-single-inwestycje-content__sidebar {
    display: block;
    top: 0px;
    max-width: 450px;
    padding-right: 60px;
    width: 100%;
}

.c-single-inwestycje-content__sidebar .sidebar-wrap {

    position: sticky;
    top: 30px;

}

.c-single-content-inwest-table,
.c-single-inwestycje-content {

    max-width: 1126px;
    padding: 0 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (min-width: 900px) {

    .c-single-content-inwest-table,
    .c-single-inwestycje-content {
        padding: 0 0px 0px 0px;
    }
}

.c-single-inwestycje-content * {
    color: #000;
}

.c-single-content-inwest-table h2,
.c-single-inwestycje-content h2 {
    padding: 40px 10px;
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    width: 100%;
    text-transform: uppercase;
    margin: 0;
}

@media (min-width: 450px) {

    .c-single-content-inwest-table h2,
    .c-single-inwestycje-content h2 {
        font-size: 30px;
    }
}

.c-single-content-inwest-table h3,
.c-single-inwestycje-content h3 {
    text-transform: uppercase;
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: 700;
}

.c-single-content-inwest-table p,
.c-single-inwestycje-content p {
    font-size: 18px;
    margin: 0;
}

.c-single-inwestycje-content p:not(:last-child) {
    margin-bottom: 16px;
}

.c-single-content-inwest-table section,
.c-single-inwestycje-content section {
    border-radius: 0px;
    background-color: #fff;

}

.c-single-inwestycje-content section {
    padding: 5px 0px;
}

.c-single-content-inwest-table section {
    padding: 5px 0px;
}

.single-mieszkanie .c-single-inwestycje-content section {
    padding-bottom: 20px;
}

.c-single-inwestycje-content section.p-5 {
    padding: 5px 0px;
}

.c-single-inwestycje-content section a {
    /* color: #0ccdff; */
    color: #ff002b;
    font-weight: 700;
    text-decoration: underline;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.c-single-inwestycje-content section a:hover {
    /*color: #099acc;*/
    color: #db0707;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.c-single-inwestycje-content section iframe {
    min-height: 350px;
    height: 50vw;
    border-radius: 0px;
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    .c-single-inwestycje-content section iframe {
        height: 510px;
    }

}

.c-single-inwestycje-content .table_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 700px) {
    .c-single-inwestycje-content .table_row {}

    .c-single-inwestycje-content .table_row div:first-child {
        min-width: 180px;
        max-width: 180px;
        padding-right: 5px !important;
        align-items: center;
        padding-top: 5px !important;
        padding-bottom: 5px !important;

    }
}

.c-single-inwestycje-content .table_row p {
    margin-bottom: 0;
}

.c-single-inwestycje-content .table_row div:first-child {
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px 20px 0;
}

@media (min-width: 700px) {
    .c-single-inwestycje-content .table_row div:first-child {
        padding: 14px 0 14px 20px;
        min-width: 250px;
        width: 250px;
    }
}

@media (min-width: 1100px) {
    .c-single-inwestycje-content .table_row div:first-child {
        min-width: 385px;
        width: 385px;
    }
}

/*
.c-single-inwestycje-content .table_row div:first-child:before {
    content: '';
    width: 22px;
    height: 22px;
    margin-right: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/done.svg);
}
*/

.c-single-inwestycje-content .table_row div:nth-child(2) {
    grid-column: 2 / span 2;
    padding: 14px 20px 14px 0;
}

@media (max-width: 700px) {
    .c-single-inwestycje-content .table_row div:nth-child(2) {
        padding: 14px 20px;
    }
}

.c-single-inwestycje-content .table_row:nth-child(2n) {
    background-color: #f4f4f4;
}

.blogpost-header-image {
    max-height: 450px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px;
}

.blogpost-content {
    margin-top: 20px;
}

.blogpost-content img {
    border-radius: 0px;
    margin-bottom: 16px;
}

.blogpost-content p:not(:last-child) {
    margin-bottom: 16px;
}

.blogpost-comments {
    margin-top: 0;
}

.blogpost-comments .navigation {
    display: none;
}

.blogpost-comments #cancel-comment-reply-link {
    padding-left: 10px;
}

.blogpost-comments .comment-reply-title {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.blogpost-comments ol {
    padding-left: 0;
}

.blogpost-comments ol>li:not(:last-child) {
    margin-bottom: 20px;
}

.blogpost-comments ol li {
    display: block;
}

.blogpost-comments ol li:nth-child(2n) {
    background-color: transparent;
}

.blogpost-comments ol li .children {
    margin-top: 6px;
}

.blogpost-comments ol li .children li:not(:last-child) {
    padding-bottom: 0;
}

.blogpost-comments ol li:before {
    display: none;
}

.blogpost-comments ol li .comment-awaiting-moderation {
    padding-left: 10px;
}

.blogpost-comments ol li .comment-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    font-size: 13px;
    color: #000;
    margin-bottom: 3px;
}

.blogpost-comments ol li .comment-meta a {
    text-decoration: none;
}

.blogpost-comments ol li .comment-meta a time {
    font-weight: 400;
}

.blogpost-comments ol li .comment-meta .comment-author:after {
    content: '|';
    display: inline-block;
    margin: 0 8px;
    color: #fd1929;
}

.blogpost-comments ol li .comment-reply-link {
    color: #fd1929;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.blogpost-comments .says,
.blogpost-comments h3#comments,
.blogpost-comments ol li .comment-author .avatar {
    display: none;
}

.blogpost-comments #commentform {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 20px;
    max-width: 1051px;
}

@media (max-width: 680px) {
    .blogpost-comments #commentform {
        grid-template-columns: 1fr 1fr;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

.blogpost-comments #commentform .comment-form-comment,
.blogpost-comments #commentform .comment-form-cookies-consent,
.blogpost-comments #commentform .form-submit,
.blogpost-comments #commentform .logged-in-as {
    grid-column: 1/-1;
}

.blogpost-comments #commentform .comment-form-author {
    grid-row: 1;
    grid-column: 1 / span 2;
}

@media (max-width: 680px) {
    .blogpost-comments #commentform .comment-form-author {
        grid-column: 1 / span 1;
    }
}

.blogpost-comments #commentform .comment-form-email {
    grid-row: 1;
    grid-column: 3 / span 2;
}

@media (max-width: 680px) {
    .blogpost-comments #commentform .comment-form-email {
        grid-column: 2 / span 1;
    }
}

.blogpost-comments #commentform .comment-notes {
    display: none;
}

.blogpost-comments #commentform input[type='email'],
.blogpost-comments #commentform input[type='text'],
.blogpost-comments #commentform textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px;
    border-radius: 0px;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    resize: none;
}

.blogpost-comments #commentform input[type='submit'] {
    width: 250px;
    height: 45px;
    border-radius: 0px;
    background-color: #fd1929;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border: none;
    outline: none;
    text-transform: lowercase;
    cursor: pointer;
}

@media (max-width: 680px) {
    .blogpost-comments #commentform input[type='submit'] {
        margin: 0 auto;
        display: block;
    }
}

.blogpost-comments #commentform input[type='checkbox'] {
    display: none;
}

.blogpost-comments #commentform input[type='checkbox']~label {
    display: block;
    font-size: 13px;
    cursor: pointer;
    position: relative;
    padding-left: 26px;
}

.blogpost-comments #commentform input[type='checkbox']~label:after,
.blogpost-comments #commentform input[type='checkbox']~label:before {
    position: absolute;
    content: '';
    display: block;
    border-radius: 100%;
}

.blogpost-comments #commentform input[type='checkbox']~label:before {
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background-color: #f4f4f4;
}

.blogpost-comments #commentform input[type='checkbox']:checked~label:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    background-color: #000;
}

.blogpost-comments #commentform input[type='checkbox'].invalid~span,
.blogpost-comments #commentform input[type='checkbox'].invalid~span a {
    color: #fd1929;
}

.blogpost-header-title {
    padding-top: 0;
}

.blogpost-author-socials {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 600px) {
    .blogpost-author-socials {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .blogpost-author-socials .author-container {
        margin-bottom: 10px;
    }
}

.blogpost-author-socials .author-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blogpost-author-socials .author-container .avatar {
    width: 30px;
    height: 30px;
    border-radius: 7px;
    margin-right: 15px;
}

.blogpost-author-socials .author {
    font-weight: 700;
    margin-bottom: 0;
}

.author-span {
    font-weight: 700;
}

.limiter-stanowisko {
    font-weight: 700;
    color: rgb(253, 25, 41);
}

.stanowisko-span {
    white-space: nowrap;
}

@media (max-width: 549px) {
    .stanowisko-span {
        display: block;
        white-space: normal;
    }

    .limiter-stanowisko {
        display: none;
    }
}

.blogpost-author-socials .heateorSssSharingRound:not(:last-child) {
    margin-right: 14px !important;
}

.o-blog-single>h2 {
    padding: 40px 10px;
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    color: #000;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    margin: 0;
}

@media (min-width: 450px) {
    .o-blog-single>h2 {
        font-size: 30px;
    }
}

.kksr-legend {
    display: none;
}

.kk-star-ratings.kksr-disabled .kksr-stars .kksr-stars-active .kksr-star .kksr-icon,
.kk-star-ratings .kksr-stars .kksr-stars-active .kksr-star .kksr-icon,
.kk-star-ratings:not(.kksr-disabled) .kksr-stars:hover .kksr-star .kksr-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgICA8cGF0aCBmaWxsPSIjZWRjMTFmIiBzdHJva2U9IiNlZGMxMWYiIGQ9Ik0xMiAuNTg3bDMuNjY4IDcuNTY4TDI0IDkuMzA2bC02LjA2NCA1LjgyOCAxLjQ4IDguMjc5TDEyIDE5LjQ0NmwtNy40MTcgMy45NjcgMS40ODEtOC4yNzlMMCA5LjMwNmw4LjMzMi0xLjE1MXoiLz4KPC9zdmc+);
}

.date-with-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top: 40px;
}

.blogpost-creation-date {
    margin-bottom: 0;
}

.c-slider {
    max-width: 100%;
}

@media (max-width: 1199px) {
    .c-slider {
        max-width: 100vw;
    }
}

@media (max-width: 899px) {
    .c-slider {
        max-width: calc(100vw - 40px);
    }
}

.c-slider * {
    width: 100%;
    max-width: 100%;
    border-radius: 0px;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.c-slider :hover {
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.c-slider #big_slider .splide__arrow:disabled {
    visibility: hidden;
}

.c-slider .main-image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 565px;
}

.c-slider .main-image:hover {
    -webkit-transform: scale(1.015);
    -o-transform: scale(1.015);
    transform: scale(1.015);
}

.c-slider .main-image.full-image {
    max-height: unset !important;
}

.c-slider #small_slider {
    padding-top: 11px;
}

.c-slider #small_slider .splide__arrow {
    visibility: hidden;
}

.c-slider #small_slider .splide__slide>div {
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: 0.15s ease-in-out all;
    transition: all 0.15s ease-in-out;
    cursor: pointer;
}

.c-slider #small_slider .splide__slide>div:hover {
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out all;
    transition: all 0.25s ease-in-out;
}

.c-slider #small_slider .splide__slide>div img {
    width: 100%;
    height: 100%;
}

.alignnone {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    height: auto;
}

.aligncenter {
    display: block;
    margin: 2rem auto;
    height: auto;
}

.alignleft,
.alignright {
    margin-bottom: 2rem;
    height: auto;
}

@media (min-width: 30rem) {
    .alignleft {
        float: left;
        margin-right: 2rem;
    }

    .alignright {
        float: right;
        margin-left: 2rem;
    }
}

.wp-block-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 3em;
    margin-bottom: 3em;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    color: #000;
    background: #fff;
}

.menu-menu-glowne-container,
ul.nav.nav--main,
ul.nav.nav--main>li,
ul.nav.nav--main>li>a,
ul.nav.nav--main>li>span {
    height: 100%;
}

ul.nav.nav--main>li>a,
ul.nav.nav--main>li>span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-cms-nav li a,
.c-cms-nav li span,
.nav_link {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: visible;
}

.c-cms-nav li a:before,
.c-cms-nav li span:before,
.nav_link:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #ff002b;
    height: 3px;
    -webkit-transition-property: left, right;
    -o-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.c-cms-nav li a:active:before,
.c-cms-nav li a:focus:before,
.c-cms-nav li a:hover:before,
.c-cms-nav li span:active:before,
.c-cms-nav li span:focus:before,
.c-cms-nav li span:hover:before,
.nav_link:active:before,
.nav_link:focus:before,
.nav_link:hover:before {
    left: 0;
    right: 0;
}

.c-cms-nav {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.c-cms-nav,
.c-cms-nav .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-cms-nav .nav {
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .c-cms-nav>li:first-child {
        padding-left: 0;
    }
}

.c-cms-nav ul {
    list-style: none !important;
}

.c-cms-nav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
}

.c-cms-nav li>svg {
    margin-left: 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.c-cms-nav li a,
.c-cms-nav li span {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

@media (min-width: 1220px) {

    .c-cms-nav li a,
    .c-cms-nav li span {
        font-size: 20px;
    }
}

.c-cms-nav li .c-dropdown a {
    font-size: 15px;
}

.c-cms-nav--main {

    margin-left: auto;

}

@media (max-width: 992px) {
    .c-cms-nav--main {
        display: none;
    }
}

@media (min-width: 992px) {
    .c-cms-nav--mobile {
        display: none;
    }
}

.c-cms-nav--mobile.is-active {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.nav--main li.pll-parent-menu-item {
    border-left: 1px solid #2f3035;
}

.c-cms-nav--mobile .nav--mobile {
    height: calc(100vh - 65px);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    top: 65px;
    background: #fff;
    width: 100%;
    z-index: 1000;
    transition: all 0.5s;
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.c-cms-nav--mobile .nav--mobile.is-active {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.c-cms-nav--mobile .nav--mobile>li {
    padding: 10px 0;
}

.c-cms-nav--mobile .nav--mobile li {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
}

.c-cms-nav--mobile .nav--mobile li a {
    margin: auto;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: visible;
}

.c-cms-nav--mobile .nav--mobile li a:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #ff002b;
    height: 3px;
    -webkit-transition-property: left, right;
    -o-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.c-cms-nav--mobile .nav--mobile li.current_page_item>a:before,
.c-cms-nav--mobile .nav--mobile li a:active:before,
.c-cms-nav--mobile .nav--mobile li a:focus:before,
.c-cms-nav--mobile .nav--mobile li a:hover:before {
    left: 0;
    right: 0;
}

.c-cms-nav--mobile .nav--mobile li.deweloperzy,
.c-cms-nav--mobile .nav--mobile li.nowe-mieszkania,
.c-cms-nav--mobile .nav--mobile li.nowe-mieszkania+li.menu-item-type-post_type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.c-cms-nav--mobile .nav--mobile .sub-menu {
    max-height: 0;
    opacity: 0;
    text-align: center;
    padding: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.c-cms-nav--mobile .nav--mobile .sub-menu.active {
    max-height: 200px;
    opacity: 1;
}

.c-cms-nav--mobile .nav--mobile .sub-menu li {
    padding: 0;
}

.c-cms-nav--mobile .nav--mobile .js-nav-target li,
.c-cms-nav--mobile .nav--mobile .js-nav-target li a {
    width: 100%;
    max-width: 360px;
}

.c-cms-nav--mobile .nav--mobile .sub-menu li a {
    height: 100%;
}

.c-cms-nav--mobile .nav--mobile .js-nav-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
}

.c-cms-nav--mobile .nav--mobile .js-nav-trigger svg {
    margin-left: 15px;
}

.c-cms-nav--mobile .nav--mobile .js-nav-trigger ul {
    padding: 10px 0;
}

.c-cms-nav--mobile .nav--mobile .js-nav-trigger ul li {
    padding: 5px 0;
}

.c-cms-nav--mobile .nav--mobile .js-nav-target,
.c-cms-nav--mobile .nav--mobile .js-nav-target>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.c-cms-nav--mobile .nav--mobile ul.js-nav-target {
    padding-left: 0;
    padding-right: 0;
}

.c-cms-nav--mobile .nav--mobile ul.js-nav-target ul.js-nav-target ul.js-nav-target li {
    padding-left: 20px !important;
}

.c-cms-nav--mobile .nav--mobile ul.js-nav-target.active {
    padding: 10px 0;
}

.nav-footer {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.nav-footer li {
    padding: 0 0 10px;
}

.nav-footer a {
    font-size: 1em;
}

.c-cms-nav--mobile .nav--mobile {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    overflow: auto;
}

.c-cms-nav--mobile .nav--mobile::-webkit-scrollbar {
    width: 0 !important;
}

.c-cms-nav--mobile .nav--mobile {
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
}

.c-cms-nav--mobile .nav--mobile .js-nav-target {
    max-width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 15px !important;
}

.c-cms-nav--mobile .nav--mobile a {
    min-width: 270px;
    text-align: left;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.c-cms-nav--mobile .nav--mobile a:before {
    display: none;
}

.c-cms-nav--mobile .nav--mobile a:hover {
    color: #ff002b;
}

.mt-0 {
    margin-top: 0;
}

.mb-20 {
    margin-bottom: 20px;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.no-hover:before {
    display: none;
}

html {
    scroll-padding-top: 80px;
}

/* new pagination style  */
.articles-list .pagination {
    margin-top: 2rem;
    justify-content: center;
}

.articles-list .pagination .page-numbers {
    color: silver;
    margin: 0 2px;
    width: 23px;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    text-align: center;
}

.articles-list .pagination .page-numbers.current {
    color: #000;
    margin: 0 4px;
    height: 23px;
    border-radius: 0px;
    background-color: #ebebeb;
}

/*FIX Image Sizes*/
@media screen and (max-width: 900px) {
    #big_slider-list .splide__slide {
        height: 420px !important;
    }
}

@media screen and (max-width: 550px) {
    #big_slider-list .splide__slide {
        height: 250px !important;
    }
}

/* ADD BUTTON ON FORM SEND */
#save-to-newsletter-wrapper {
    text-align: center;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    transition: .5s all;
}

#save-to-newsletter-wrapper.is-visible {
    opacity: 1;
    visibility: visible;
    max-height: 480px;
}

#save-to-newsletter-wrapper .wpcf7-response-output {
    position: relative;
    padding: 20px 30px;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    font-size: 14px;
    margin: 10px 0 0;
    border: 2px solid #69d84f;
    margin-bottom: 20px;
}

.button-save-to-newsletter {
    background-color: #69d84f;
    color: #fff;
    width: 100%;
    border: none;
    cursor: pointer;
    margin: 0 !important;
    font-size: 18px;
    padding: 11px 10px;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: 0.15s ease-out all;
    transition: all 0.15s ease-out;
}


#save-to-newsletter-wrapper .button-save-to-newsletter {
    background-color: #fd1929;
    border-radius: 0px;
    width: 100%;
    display: block;
}

#save-to-newsletter-wrapper .button-save-to-newsletter:hover {
    color: #fff;
}

.text-save-to-newsletter {
    margin: 25px 0 !important;
}

.legal-save-to-newsletter {
    margin-top: 10px !important;
    font-size: .7rem;
    opacity: .7;
}

.wpcf7-form {
    transition: .5s all;
}

.wpcf7-form.is-hidden {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
}




#cookieBar {
    background-color: #00022e;
    color: #fff;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 100000;
    justify-content: center;
    display: none;
}


#cookieBar .cookiebar-inside {
    max-width: 1140px;
    -moz-box-align: center;
    align-items: center;
    position: relative;
    padding: 1rem 0px;
}

@media(max-width: 768px) {
    #cookieBar .cookiebar-inside {
        max-width: 80%;
    }
}

#cookieBar .cookiebar-inside p {
    font-size: 12px;
    margin-bottom: 0;
    color: #fff;
}

#cookieBar .cookiebar-inside .close-cookie {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    color: #fff;
}

.c-form-sidebar .cf7sr-recaptcha .wpcf7-not-valid-tip {
    margin: 10px 0;
    display: block;
    position: relative;
}

/* blog post table formatting  */


.single .blogpost-content table {
    overflow-x: auto;
    display: block;
    max-width: 100% !important;
    width: fit-content !important;
    margin: 20px auto !important;
}

.single .blogpost-content table tbody {
    width: 100% !important;
    margin: 0 auto !important;
    text-align: center;
}

.single .blogpost-content table td,
th {
    width: auto !important;
    text-align: center;
    border: solid #e8e8e8 1px;
    padding: 8px 16px;
}

.single .blogpost-content table tr:nth-child(2n-1) {
    background: rgb(255, 255, 255);
}

.single .blogpost-content table tr:first-child {
    background: rgb(241, 241, 241);
    font-weight: 700;
}

.single .blogpost-content table tr:nth-child(2n) {
    background: rgb(255, 255, 255);
}

/* hide phone number */

.phone-number-hide {
    background: #fff;
    font-weight: 700;
}

.phone-number-post-hidden .phone-and-svg {
    max-width: 160px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.phone-number-post-hidden svg {
    vertical-align: -4px !important;
    max-width: 25px !important;
}

.form-popup {
    width: 100%;
}

.form-popup input {
    width: 100%;
    font-size: 18px;
    padding: 8px 16px;
    margin-top: 24px;
    border: none !important;
}

.form-popup input:focus {
    border: none !important;
    background: rgb(235, 235, 235);
    outline: none !important;
}

.form-popup input.wpcf7-submit {
    font-weight: 700;
    background: #fd1929;
    color: #fff;
}

.form-popup input.wpcf7-submit:hover {
    background: #db0707;
    transition: all 0.25s ease-out;
}

.pum-content .wpcf7-response-output {
    margin-top: 20px !important;
}

.pum-content form {
    width: 100%;
}

.pum-content p {
    color: #fff;
}

.form-popup .kredyt-zgoda-info {
    color: #fff;
    margin-top: 20px;
    display: inline-block;
    padding-top: 20px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.form-popup .kredyt-see-more {
    color: #fd1929;
}

.form-popup .modal-kredyt-info p {
    color: #000;
}

.form-popup .modal-kredyt-info li {
    color: #000;
}

.wpcf7-form .regulaminField {
    font-size: 12px;
    margin: 0 0 10px 0;
    display: inline-block;
    color: #000;
}



@media (max-width: 700px) {

    .popmake-title {

        font-size: 1.5rem !important;


    }

    .pum-container {

        padding-top: 0 !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .form-popup label:first-child input {
        margin-top: 0 !important;

    }


}

.form-kredyt-mobile-wrapper {

    display: none;

}

.mobile-bottom-menu {

    display: none;

}

@media (min-width: 1201px) {

    .form-kredyt-mobile-wrapper {
        display: none !important;
    }

    .form-contact-mobile-wrapper {
        display: none !important;
    }

}

@media (max-width: 1200px) {

    .form-contact-mobile-wrapper .inwestLogo {

        display: none;

    }

    .form-contact-mobile-wrapper #sidebar-form {

        display: block !important;

    }

    .c-form-sidebar .c-form-sidebar__info {

        margin-top: 0px !important;

    }

    #sidebar-form {

        overflow-y: scroll !important;

    }

    #sidebar-form .wpcf7 {

        margin-top: 0rem !important;
        margin-bottom: 0rem !important;

    }

    .form-kredyt-mobile-wrapper {
        position: fixed;
        height: 100%;
        width: 100%;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        top: 0;
        background: rgba(0, 2, 46, 1.00);
        z-index: 9998;

    }

    .form-kredyt-mobile {

        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%;
        height: 100%;
    }

    .form-kredyt-mobile .wpcf7 {
        margin: 2rem;

    }

    .form-kredyt-mobile .wpcf7-response-output {

        margin-left: 0px !important;
        padding: 0.75rem 0.5rem;

    }

    .close-kredyt-form {
        position: absolute;
        top: 1rem;
        left: calc(100% - 3.5rem);
        color: #fff;
        font-size: 2rem !important;
        cursor: pointer;
    }

    .form-kredyt-mobile .wpcf7 label input {
        max-width: calc(100% - 32px);

    }

    .form-kredyt-mobile .wpcf7 .wpcf7-text[name="imie"] {
        margin-top: 0 !important;

    }

    .form-kredyt-mobile h3 {
        color: #fff;
    }

    .form-kredyt-mobile p {
        color: #fff;
    }

    .form-contact-mobile-wrapper {

        position: fixed !important;
        width: 100%;
        height: 100%;
        background: #fff;
        display: block !important;
        max-width: none !important;
        max-height: none !important;
        z-index: 9999;
        box-shadow: none !important;
    }

    .form-contact-mobile-wrapper .c-form-sidebar {
        padding: 0 !important;
        position: fixed !important;
        width: 100%;
        height: 100%;
        display: flex !important;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        max-width: none !important;
        max-height: none !important;
        box-shadow: none !important;
        top: 0 !important;
    }

    .form-contact-mobile-wrapper .wpcf7 {

        margin: 2rem !important;

    }

    .mobile-bottom-menu {

        position: fixed;
        bottom: 0px;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        background: #fff;
        -webkit-box-shadow: 0px -8px 24px 0px rgba(0, 0, 0, 0.12);
        -moz-box-shadow: 0px -8px 24px 0px rgba(0, 0, 0, 0.12);
        box-shadow: 0px -8px 24px 0px rgba(0, 0, 0, 0.12);
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        z-index: 1000;

    }


    .mobile-bottom-menu div {

        min-width: 120px;
        padding: 0.35rem 0.5rem;
        background: #fd1929;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        color: #fff;
        text-align: center;
        flex-grow: 1;
        cursor: pointer;
    }



}

@media (max-width: 290px) {

    .mobile-bottom-menu {

        flex-direction: column;
        align-items: center;
        justify-content: center;

    }

    .mobile-bottom-menu div {

        margin-top: 0.5rem;
        margin-bottom: 0.5rem;

    }


}

.single-offer-clickable {
    outline: none;
    height: 100%;
    min-height: 250px;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    cursor: pointer;
}

/*
.single-offer-clickable:focus,
.single-offer-clickable:hover {
    -webkit-transform: scale(1.025);
    -o-transform: scale(1.025);
    transform: scale(1.025);
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
*/

@media (max-width: 568px) {

    .offers-container .single-offer {

        margin-top: 15px !important;
        margin-bottom: 15px !important;

    }

}

.taxonomy-content-inner {

    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    column-gap: 40px;
}

.taxonomy-content-inner .developer-tax-box {

    -webkit-box-shadow: 0 0 5px #e4e4e4;
    box-shadow: 0 0 5px #e4e4e4;
    border-radius: 0px;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    padding: 0rem !important;

}

.taxonomy-content-inner .developer-tax-box h3 {

    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
    background-color: #f4f4f4 !important;
    padding: 10px 20px;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    font-size: 24px !important;
}

.taxonomy-content-inner .developer-tax-box h3 a {

    font-size: 24px !important;
    color: rgb(0, 0, 0);

}

.taxonomy-content-inner .deweloperzy-miasto-inner {

    padding: 20px 20px;

}

.taxonomy-content-inner .developer-tax-box ul {

    list-style-type: none !important;
    padding-left: 0px !important;
    margin: 0 !important;

}

.taxonomy-content-inner .developer-tax-box a {

    color: #606060;
    font-size: 16px;

}

.taxonomy-content-inner .developer-tax-box a:hover {

    color: #ff002b;
    transition: 0.5s;

}

.taxonomy-content-inner .h3-url-deweloperzy {

    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;

}

.taxonomy-content-inner .deweloperzy-wiecej {

    display: block;
    margin-top: 10px;
    font-weight: 700;

}

@media (max-width: 1359px) {

    .taxonomy-content-inner {

        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        column-gap: 40px;
    }

}

@media (max-width: 820px) {

    .taxonomy-content-inner {

        display: grid;
        grid-template-columns: 1fr;
        gap: 40px;
        column-gap: 40px;
    }

}

.deweloperzy-list .pagination {
    padding-top: 36px;
}

.deweloperzy-list .pagination,
.deweloperzy-list .pagination * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.deweloperzy-list .pagination * {
    margin: 0 2px;
    width: 23px;
    font-size: 18px;
    font-weight: 700;
}

.deweloperzy-list .pagination span.current {
    color: #000;
    margin: 0 4px;
    height: 23px;
    border-radius: 0px;
    background-color: #ebebeb;
}

.deweloperzy-list .pagination a.page-numbers:not(.next):not(.prev) {
    color: silver;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.deweloperzy-list .pagination a.page-numbers:not(.next):not(.prev):hover {
    color: #db0707;
}

.deweloperzy-list .pagination .next,
.deweloperzy-list .pagination .prev {
    font-size: 24px;
    line-height: 1;
    margin-top: -3.5px;
    color: #000;
}

.deweloperzy-list .pagination .next:hover,
.deweloperzy-list .pagination .prev:hover {

    color: #db0707;
    transition: 0.5s;

}

.deweloperzy-list .pagination a:hover {
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
}


.deweloperzy-list .single-offer-inner {

    padding: 1rem !important;

}

.sub-taxonomy-content-inner {

    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 25px;
    column-gap: 60px;
}


.sub-taxonomy-content-inner .single-offer {

    -webkit-box-shadow: 0 0 5px #e4e4e4;
    box-shadow: 0 0 5px #e4e4e4;
    border-radius: 0px;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;

}

.sub-taxonomy-content-inner .single-offer h3 {

    margin-top: 0;
    margin-bottom: 0;

}

.sub-taxonomy-content-inner .single-offer h3 a {

    font-size: 20px !important;
    color: #000;

}

.sub-taxonomy-content-inner .single-offer h3 a:hover {

    color: #db0707;
    transition: 0.5s;

}

.sub-taxonomy-content-inner .single-offer img {

    height: 50px;
    width: auto;
    margin: 10px;

}

.sub-taxonomy-content-inner .single-offer-top {

    display: flex;
    justify-content: space-between;
    flex-direction: row;

}

.sub-taxonomy-content-inner .ceny-od-deweloperzy p {

    margin-top: 0 !important;
    margin-bottom: 0 !important;

}

.sub-taxonomy-content-inner .ceny-od-deweloperzy ul {

    margin-top: 0px !important;
    margin-bottom: 0px !important;

}

.sub-taxonomy-content-inner .ceny-od-deweloperzy {

    margin-top: 8px !important;
    margin-bottom: 8px !important;

}

.sub-taxonomy-content-inner .inwestycje-deweloperzy {

    margin-top: 8px !important;
    margin-bottom: 8px !important;

}

.sub-taxonomy-content-inner .single-offer ul {

    list-style-type: none !important;
    padding-left: 0px !important;
    margin: 0 !important;

}

.sub-taxonomy-content-inner .single-offer a {

    color: #000;
    font-size: 16px;

}

.sub-taxonomy-content-inner .single-offer a:hover {

    color: #db0707;
    transition: 0.5s;

}

@media (max-width: 1359px) {

    .sub-taxonomy-content-inner {

        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 25px;
        column-gap: 60px;
    }

}

@media (max-width: 820px) {

    .sub-taxonomy-content-inner {

        display: grid;
        grid-template-columns: 1fr;
        gap: 25px;
        column-gap: 60px;
    }

}

.small-text-details {

    text-align: center;
    font-size: 14px !important;
    padding-bottom: 20px;
}

.szczegoly-inwestycji-h2 {

    padding-bottom: 10px !important;

}

.info-container {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0 auto;

}

.info-container span {

    font-size: 20px;
    padding-left: 5px;
    cursor: pointer;

}

.info-container span svg {

    transition: 0.5s;

}

.info-container span svg:hover {

    fill: #db0707;

}


.info-box-report {
    position: absolute;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 20px;
    max-width: 300px;
    z-index: 100;
    left: 50%;
    top: 40px;
    -webkit-box-shadow: 0 0 5px #e4e4e4;
    box-shadow: 0 0 5px #e4e4e4;
    border: 1px solid #eee;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
    pointer-events: none;
}


@media (max-width: 900px) {


    .info-box-report {

        left: 0 !important;
        width: 90%;

    }

}


.info-box-report p {

    font-size: 15px !important;

}

.info-report {

    font-size: 14px !important;
    text-align: right;
    margin-top: 8px;
    cursor: pointer;

}

.info-report:hover {

    color: #db0707;
    fill: #db0707;
    transition: 0.5s;

}



.report-form-modal,
.report-form-overlay {
    display: none;
}

.report-form-content {
    font-size: 14px;
    max-width: 570px;
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 99999;
    border: solid #dbdbdb 1px;
    border-radius: 0px;
    padding: 10px 30px;
    overflow: none !important;
}

.report-form-content .is-hidden {

    display: none !important;

}

.report-form-modal-content form {

    display: flex !important;
    flex-direction: column !important;

}

.report-form-modal-content .wpcf7-list-item {

    display: block !important;

}

.report-form-modal-content input {
    width: 100%;
    font-size: 18px;
    padding: 8px 16px;
    margin-top: 24px;
    display: block;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;

}

.report-form-modal-content select {
    width: 100%;
    font-size: 18px;
    padding: 8px 16px;
    margin-top: 6px;
    border: 1px solid #dbdbdb;
}

.report-form-modal-content textarea {

    margin-top: 24px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    font-size: 18px;
    resize: none;
    padding: 5px !important;

}

.report-form-modal-content .wpcf7-response-output {

    margin-left: 0px !important;
    margin-top: 5px !important;

}

.report-form-modal-content .wpcf7-submit {

    background: #fd1929;
    color: #fff;

}

.report-form-modal h3 {

    text-transform: none !important;
    font-size: 24px !important;
    margin-bottom: 0 !important;

}

.report-form-modal-content .wpcf7-not-valid-tip {

    color: #fd1929;

}



.report-form-modal-content .wpcf7-submit:hover {

    background: #db0707;
    transition: 0.5s;

}

.report-form-modal-top {
    padding-top: 8px;
    padding-bottom: 8px;
    min-height: 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.report-form-overlay {
    background: rgba(0, 0, 0, 0.3);
    z-index: 9000;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


.report-form-close {
    font-size: 26px;
    font-weight: 700;
    cursor: pointer;
}

.report-form-modal-content {
    padding: 10px;
}

@media (max-width: 601px) {
    .report-form-content {
        max-width: 270px;
    }
}

@media (max-width: 290px) {
    .report-form-content {
        max-width: 210px;
    }
}

.additional-info-kafelek {

    padding-top: 6px;
    font-size: 14px;
    text-align: left;
    padding-left: 20px;

}

@media (max-width: 600px) {

    .single-post .date-with-stars {

        flex-wrap: wrap !important;


    }

    .date-with-stars .date-with-stars-wrapper {

        display: block;

    }

    .date-with-stars .date-with-stars-separator {

        display: none;

    }

    .single-post .date-with-stars .kk-star-ratings {

        margin-top: 8px;

    }


}

.h1-center {

    text-align: center;
    padding-top: 40px !important;
    padding-bottom: 40px !important;

}

.user-panel-form {

    -webkit-box-shadow: 0 0 5px #e4e4e4;
    box-shadow: 0 0 5px #e4e4e4;
    border: 1px solid #eee;
    padding: 20px;
    max-width: 476px;
    margin: 0 auto;
    text-align: center;

}

.user-panel-form input {

    border-radius: 0px;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    height: 44px;
    font-size: 1rem;
    width: 100%;
    padding: 4px 8px;
    color: #999 !important;
    box-sizing: border-box;

}

.user-panel-form input[type='submit'] {
    color: #fff !important;
    width: 100%;
    border: none;
    cursor: pointer;
    margin: 0 !important;
    font-size: 18px;
    padding: 11px 10px;
    background: #fd1929;
}

.user-panel-form .error {

    padding-top: 15px;
    padding-bottom: 15px;
    border-color: solid #cc2f2f 1px;
    background: rgba(204, 47, 47, 0.3);

}

.user-panel-form .success {

    padding-top: 15px;
    padding-bottom: 15px;
    border: solid #4ede6a 1px;
    background: rgba(78, 222, 106, 0.3);

}


.user-panel-form #validation-messages {


    padding: 15px;
    border: solid #4ede6a 1px;
    background: rgba(78, 222, 106, 0.3);
    text-align: left !important;


}

.user-panel-form #validation-messages li {

    color: rgb(204, 47, 47);



}

.user-panel-form #validation-messages ul {

    margin-top: 8px !important;
    margin-bottom: 8px !important;

}


.home h2 {

    margin-top: 107px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 37px !important;

}

.c-hero-home .section-hero-right .c-search__title span {

    color: #fff !important;
    font-weight: 700 !important;

}

.c-hero-home .section-hero-right .c-search__subtitle span {

    color: #fff !important;

}


@media (max-width: 1300px) {

    .section-hero-left {

        display: none !important;


    }


    .c-hero-home .section-hero-right .c-search {

        margin: 42px 0px 0px 0px;
        padding: 0 15px;
        position: static;
        width: auto !important;

    }

    .c-hero-home .section-hero-right .c-search__title {

        width: auto !important;
        margin-left: auto !important;
        margin-right: auto;
        text-align: center;
        padding: 12px 15px !important;
        display: inline-block;
        max-width: 100%;

    }

    .c-hero-home .section-hero-right .c-search__subtitle {

        width: auto !important;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        padding: 12px 15px;

    }

    .c-hero-home .section-hero-right .c-search__title span {

        background: rgba(0, 0, 0, 0.8);
        font-size: 30px;
    }

    .c-hero-home .section-hero-right .c-search__subtitle span {

        background: rgba(0, 0, 0, 0.8);
        font-size: 18px;
    }

    .c-icons .c-icons__columns {

        padding-left: 0px;
        padding-right: 0px;

    }

}

.c-icons .c-icons__columns {

    padding-left: 30px;
    padding-right: 30px;

}

.home .sorting-wrap ul {

    background: #f5f5f5 !important;

}


.c-icons {

    padding-left: 0px !important;
    padding-right: 0px !important;

}

.c-icons .c-icons__column {

    padding-left: 30px;
    padding-right: 30px;

}

.c-icons .uk-grid {

    margin-left: 0px !important;

}

.c-icons {

    max-width: 1290px !important;

}

.c-form-sidebar {

    -webkit-box-shadow: 0 0 5px #e4e4e4 !important;
    box-shadow: 0 0 5px #e4e4e4 !important;

}

.favorite-button-container {
    position: relative;
    height: 0px !important;
    z-index: 999;
}

.favorite-button {

    cursor: pointer;

}


.favorite-button-container .favorite-button {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #fff !important;
    border-radius: 10px !important;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 0 5px #e4e4e4;
    box-shadow: 0 0 5px #e4e4e4;
    padding: 8px 8px;
    font-size: 32px;
    text-align: center;
    cursor: pointer;

}

.favorite-button .bi-heart-fill {
    display: none;
}

.favorited .bi-heart-fill {
    display: inline !important;
}

.favorited .bi-heart {
    display: none !important;
}

.favorite-button svg {
    fill: #000;
    vertical-align: -5px;
}

.favorited svg {
    fill: rgb(253, 25, 41) !important;
}

.offer-list .favorite-button {
    width: auto !important;
}

.favorite-button.loading {
    pointer-events: none;
    opacity: 0.7;
}

.favorite-button.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    border-top: 2px solid #000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.offer-list .favorite-button.loading::after {

    top: 273px !important;
    right: 23px !important;
    left: auto !important;

}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.favorite-notification {
    position: absolute;
    top: calc(100% + 70px);
    right: -45px;
    background-color: #ff002b;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    white-space: nowrap;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.favorite-notification.error {
    background-color: #ff002b;
}

.title-favorite-container {

    display: flex;
    background: #f4f4f4;


}

.title-favorite-container h3 {

    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    padding: 3px 20px !important;
    line-height: 3rem !important;

}

.title-favorite-container button {

    max-height: 54px;
    border: none !important;
    padding: 10px 20px;
    background: none !important;
    font-size: 24px;

}


@media (max-width: 450px) {

    .title-favorite-container svg {

        height: 28px !important;


    }

    .title-favorite-container button {

        font-size: 16px !important;
        padding: 0px 20px;

    }


}


/* nav user panel */

.menu-item-58933 {

    padding-right: 0px !important;

}

.menu-item-58934 {

    display: none !important;

}

.logged-in .menu-item-58933 {


    display: none !important;

}

.logged-in .menu-item-58934 {

    display: flex !important;

}

.nav--mobile .menu-item-58934 {

    flex-direction: column;

}

@media (min-width: 976px) and (max-width: 1150px) {

    .c-header__site-branding {

        margin-right: 1rem !important;

    }
}

.offers-wrapper p,
.wrapper-links p {

    color: #000;
    text-decoration: underline;
    text-decoration-color: #000;

}

.wrapper-links a {

    color: #000 !important;

}

.offers-wrapper p:hover,
.wrapper-links p:hover {

    text-decoration-color: #db0707;
    color: #db0707 !important;
    transition: 0.25s;

}

@media (max-width: 1200px) {

    .c-single-inwestycje .favorite-notification {

        right: 10px !important;

    }

}

.articles-list-category-page .pagination {

    display: flex !important;

}

.category-buttons {

    margin-bottom: 17px;


}

.category-buttons a {

    display: inline-block !important;
    border: solid #ff002b 1px;
    color: #ff002b;
    font-weight: 700;
    padding: 12px 16px;
    margin-right: 12px;
}

.category-buttons a:hover {

    transition: 0.3s;
    border-color: #db0707;
    color: #db0707;
}

@media (max-width: 1200px) {
    .category-buttons {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 12px;
        text-align: center;
    }
}

@media (max-width: 800px) {

    .category-buttons {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        text-align: center;
    }

}

@media (max-width: 500px) {

    .category-buttons {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
        text-align: center;
    }

}

#icon-container {
    display: flex;
    align-items: center;
    cursor: pointer;
    background: #000;
    height: 52px;
    padding: 10px;
    text-align: center;
}

#icon-container svg:hover {
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    fill: #db0707;
}

#dropdown {
    display: none;
    position: absolute;
    top: 55px;
    left: 0;
    background: #fff;
    z-index: 1000;
    width: 200px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.dropdown-item {
    display: flex;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    color: #000;
    user-select: none;
}

.dropdown-item:hover {
    color: #ff002b;
}

.dropdown-item.selected {
    font-weight: 700;
}

.filter-wrap {
    position: relative;
}

.loading-spinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.loading-spinner .spinner {
    border: 8px solid rgba(0, 0, 0, 0.3);
    border-left-color: #ff002b;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.page-template-page-mapa-inwestycji #map {
    height: 100%;
    width: 100%;
}

.page-template-page-mapa-inwestycji .map-container {
    height: calc(100vh - 200px);
    position: relative;
}

.page-template-page-mapa-inwestycji .c-footer {
    margin-top: 0;
}

.page-template-page-mapa-inwestycji .filters-panel {
    position: absolute;
    top: 0px;
    left: 0;
    width: 300px;
    height: calc(100vh - 240px);
    background: white;
    border-right: 1px solid #ccc;
    padding: 20px;
    z-index: 1002;
    transform: translateX(-100%);
    transition: transform 0.3s;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
}

.page-template-page-mapa-inwestycji .filters-panel.active {
    transform: translateX(0);
}

.page-template-page-mapa-inwestycji .filter-group {
    margin-bottom: 20px;
}

.page-template-page-mapa-inwestycji .filter-group p {
    margin-bottom: 10px;
    font-weight: 700;
}

.page-template-page-mapa-inwestycji .filter-buttons {
    display: flex;
    gap: 10px;
}

.page-template-page-mapa-inwestycji .filter-btn {
    padding: 10px 20px;
    background-color: #fff;
    border: solid #ff002b 2px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.page-template-page-mapa-inwestycji .filter-btn.active {
    background-color: #ff002b;
    color: white;
    border-color: #ff002b;
}

.page-template-page-mapa-inwestycji .filter-btn:hover {
    background-color: rgba(255, 0, 43, 0.1);
    color: #000;
}

.page-template-page-mapa-inwestycji .custom-icon {
    width: 30px;
    height: 30px;
    background: white;
    border: 2px solid red;
    border-bottom-width: 4px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.page-template-page-mapa-inwestycji .custom-icon svg {
    width: 16px;
    height: 16px;
}

.page-template-page-mapa-inwestycji #toggleFilters {
    position: absolute;
    top: 10px;
    left: 60px;
    z-index: 999;
    background: #fff;
    padding: 6px 14px;
    font-size: 0.8rem;
    border: solid rgba(0, 0, 0, 0.2) 2px;
    cursor: pointer;
}

.page-template-page-mapa-inwestycji #closeFilters {

    position: absolute;
    top: 10px;
    right: 10px;
    background: #ff002b;
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 0.9rem
}

@media (max-width: 993px) {

    .page-template-page-mapa-inwestycji .leaflet-top {

        top: 20px;
        z-index: 999;

    }

    .page-template-page-mapa-inwestycji #toggleFilters {

        top: 30px;

    }

    .page-template-page-mapa-inwestycji .filters-panel {

        top: 15px;

    }

}

#map-inwestycja {

    height: 500px;

}

#map-inwestycja .custom-icon {

    width: 30px;
    height: 30px;
    background: white;
    border: 2px solid red;
    border-bottom-width: 4px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);

}

#map-inwestycja .custom-icon svg {
    width: 16px;
    height: 16px;
}

#map-inwestycja a {

    text-decoration: none;

}

.map-inwestycja-button {

    text-decoration: none !important;
    background: #ff002b;
    color: #fff !important;
    padding: 12px 24px;
    position: absolute;
    font-size: 18px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    z-index: 1000;
    text-align: center;

}

@media (max-width: 500px) {

    .map-inwestycja-button {

        padding: 6px 18px;
        min-width: 150px;
        font-size: 16px;

    }

}

.map-inwestycja-button-wrapper {

    position: relative;

}

.opis-lokalizacja-inwestycji {

    margin-top: 20px;

}

.offer-distance {

    position: absolute;
    font-size: 16px;
    padding: 8px 14px;
    background: #000;
    color: #fff;
    left: 0;
    bottom: 10px;
    max-width: 100px;
    text-align: center;
    line-height: 16px;

}

.map-container-inwestycja .leaflet-container a {

    color: #0078A8 !important;

}

@media (min-width: 1201px) {

    .single-inwestycja .c-single-inwestycje-content__sidebar .wpcf7-not-valid-tip {

        position: absolute;
        top: 1px;
        right: 14px;
        font-size: 13px;

    }

    .single-inwestycja .c-single-inwestycje-content__sidebar .c-form-sidebar__financing .wpcf7-not-valid-tip {

        top: 50% !important;
        transform: translateY(-50%);
        position: absolute;

    }

    .single-inwestycja .c-single-inwestycje-content__sidebar .c-form-sidebar__financing .wpcf7-not-valid-tip::after {

        display: none;

    }

    .single-inwestycja .c-single-inwestycje-content__sidebar textarea {

        height: 90px;
        resize: vertical;

    }

}

@media (min-width: 1201px) {

    .single-dom .c-single-inwestycje-content__sidebar .wpcf7-not-valid-tip {

        position: absolute;
        top: 1px;
        right: 14px;
        font-size: 13px;

    }

    .single-dom .c-single-inwestycje-content__sidebar .c-form-sidebar__financing .wpcf7-not-valid-tip {

        top: 50% !important;
        transform: translateY(-50%);
        position: absolute;

    }

    .single-dom .c-single-inwestycje-content__sidebar .c-form-sidebar__financing .wpcf7-not-valid-tip::after {

        display: none;

    }

    .single-dom .c-single-inwestycje-content__sidebar textarea {

        height: 90px;
        resize: vertical
    }

}

.kredyt-sidebar-info {
    background-color: #fff;
    border-radius: 0px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border: 1px solid #eee;
    box-shadow: 0 0 5px #e4e4e4 !important;
    margin-top: 20px;

}

@media (min-width: 1500px) {
    .kredyt-sidebar-info {
        padding: 20px 42px 26px;
    }
}

@media (min-width: 1201px) {
    .kredyt-sidebar-info {
        max-width: 476px;
    }
}


.button-open-investment {

    background-color: #fd1929;
    color: #fff;
    width: 100%;
    border: none;
    cursor: pointer;
    margin: 0 !important;
    font-size: 18px;
    padding: 11px 10px;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: 0.15s ease-out all;
    transition: all 0.15s ease-out;
}


.button-open-investment:hover {
    -webkit-transition: all 0.25s ease-out;
    -o-transition: 0.25s ease-out all;
    transition: all 0.25s ease-out;
    background-color: #db0707;
}

@media (min-width: 1201px) {

    .c-single-inwestycje__mobi_header {

        display: none
    }

}

.c-single-inwestycje__mobi_header {

    background-color: #fff;
    border-radius: 0px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border: 1px solid #eee;
    box-shadow: 0 0 5px #e4e4e4 !important;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 30px;
    margin-right: 30px;
}

.c-single-inwestycje__mobi_header h3 {

    font-size: 18px;

}

.c-single-inwestycje__mobi_header .phone-number-post {

    font-size: 16px;

}

.c-single-inwestycje__mobi_header svg {

    max-width: 20px !important;
    max-height: 20px !important;

}

.c-single-inwestycje__mobi_header .uk-margin {

    margin-bottom: 0 !important;

}

.c-form_sidebar_dev .sidebar-wrap {

    position: sticky;
    top: 30px;

}

.c-form_sidebar_dev .uk-margin {

    margin-bottom: 0;

}

@media (max-width: 1200px) {

    .c-form_sidebar_dev .kredyt-sidebar-info {

        display: none;

    }

    .c-form_sidebar_dev .c-form-sidebar__info {

        margin-top: 16px !important;

    }

}

/* ===================== OPINIE ===================== */

.wd-stars {
    position: relative;
    display: inline-block;
    font-size: 22px;
    line-height: 1;
    vertical-align: middle;
}

.wd-stars__bg {
    color: #d8d8d8;
}

.wd-stars__fill {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #ffb400;
}

.opinie-sidebar-box {
    background-color: #fff;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 0 5px #e4e4e4;
    box-shadow: 0 0 5px #e4e4e4;
    padding: 16px 20px;
    margin-bottom: 20px;
    text-align: center;
}

.opinie-sidebar-box .wd-stars {
    font-size: 26px;
}

.opinie-sidebar-box__info {
    margin-top: 6px;
    font-size: 16px;
    color: #000;
}

.opinie-sidebar-box__link {
    display: inline-block;
    margin-top: 8px;
    color: #ff002b;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.opinie-sidebar-box__link:hover {
    color: #db0707;
}

.opinie-section .opinie-summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.opinie-summary__avg {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
}

.opinie-summary__count {
    color: #555;
}

.opinia-card__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.opinia-card__header .wd-stars {
    font-size: 18px;
}

.opinia-card__author {
    font-weight: 700;
}

.opinia-card__date {
    color: #888;
    font-size: 14px;
}

.opinia-card__source {
    font-size: 14px;
    color: #555;
    margin-bottom: 8px !important;
}

.opinia-card.hideOpinia {
    display: none;
}

.opinie-show-more {
    text-align: center;
    margin-top: 20px;
}

.opinie-show-more__button {
    background: none;
    border: none;
    cursor: pointer;
    color: #ff002b;
    font-weight: 700;
    font-size: 16px;
    text-decoration: underline;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.opinie-show-more__button:hover {
    color: #db0707;
}

.opinia-form-box h3 {
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 8px;
}

.opinia-form__field {
    margin-bottom: 14px;
}

.opinia-form__label {
    display: block;
    font-weight: 700;
    margin-bottom: 4px;
}

.opinia-form input[type='text'],
.opinia-form input[type='email'],
.opinia-form textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 11px 12px;
    font-family: inherit;
    font-size: 15px;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.opinia-form input[type='text']:hover,
.opinia-form input[type='email']:hover,
.opinia-form textarea:hover,
.opinia-form input[type='text']:focus,
.opinia-form input[type='email']:focus,
.opinia-form textarea:focus {
    border-color: #aaa;
    outline: none;
}

.opinia-form textarea {
    resize: vertical;
}

.opinia-form__www {
    position: absolute !important;
    left: -9999px !important;
    height: 0;
    overflow: hidden;
}

.opinia-stars-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.opinia-stars-input input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.opinia-stars-input label {
    font-size: 34px;
    line-height: 1;
    color: #d8d8d8;
    cursor: pointer;
    padding: 0 3px;
    -webkit-transition: color 0.15s ease-out;
    -o-transition: color 0.15s ease-out;
    transition: color 0.15s ease-out;
}

.opinia-stars-input label:hover,
.opinia-stars-input label:hover ~ label,
.opinia-stars-input input:checked ~ label {
    color: #ffb400;
}

.opinia-form__zgoda label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
}

.opinia-form__zgoda input {
    margin-top: 4px;
    flex-shrink: 0;
}

.opinia-form__submit {
    background: #fd1929;
    color: #fff;
    border: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
    padding: 11px 30px;
    font-family: inherit;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.opinia-form__submit:hover {
    background: #db0707;
}

.opinia-form__submit:disabled {
    opacity: 0.6;
    cursor: default;
}

.opinia-form__message {
    margin-top: 12px;
    font-weight: 700;
    display: none;
}

.opinia-form__message.is-error {
    display: block;
    color: #db0707;
}

.opinia-form__message.is-success {
    display: block;
    color: #1d8a3a;
}

.opinie-disclaimer {
    margin-top: 16px !important;
    font-size: 13px !important;
    color: #777 !important;
}

.opinie-section {
    scroll-margin-top: 100px;
}

/* .single-deweloper .description zeruje margin-top — w sekcji opinii przywracamy odstepy miedzy boxami */
.opinie-section .description {
    margin-top: 40px;
}
/* Najpopularniejsi deweloperzy - home */
.popular-developers {
    max-width: 1680px;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
}

@media (min-width: 900px) {
    .popular-developers {
        padding: 0 60px;
    }
}

.popular-developers h2 {
    padding: 40px 10px;
    margin: 0;
    font-size: 22px;
    font-weight: 700;
}

@media (min-width: 450px) {
    .popular-developers h2 {
        font-size: 30px;
    }
}

.popular-developers-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    gap: 30px;
}

@media (min-width: 600px) {
    .popular-developers-container {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1000px) {
    .popular-developers-container {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 40px 70px;
        gap: 40px 70px;
    }
}

.popular-developers-container > a {
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.popular-developer-tile {
    background: #fff;
    -webkit-box-shadow: 0 0 5px #e4e4e4;
    box-shadow: 0 0 5px #e4e4e4;
    padding: 30px 20px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.popular-developers-container > a:hover .popular-developer-tile,
.popular-developers-container > a:focus .popular-developer-tile {
    -webkit-box-shadow: 0 0 7px silver;
    box-shadow: 0 0 7px silver;
}

.popular-developer-logo {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.popular-developer-logo img {
    max-height: 80px;
    max-width: 160px;
    width: auto;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.popular-developer-tile h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.popular-developer-count {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: #fd1929;
}
