<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*,
:after,
:before {
    box-sizing: border-box
}

/* barlow-condensed.medium */
@font-face {
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 500;
    font-display: fallback;
    src: url(/fonts/barlow-condensed.medium.subset.woff2) format('woff2');
}

/* PTSans-Regular.subset.woff2 */
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: url(/fonts/PTSans-Regular.subset.woff2) format('woff2');
}

/* PTSans-Bold.subset.woff2 */
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    font-display: fallback;
    src: url(/fonts/PTSans-Bold.subset.woff2) format('woff2');
}

@font-face {
    font-family: "PT Sans-fallback-arial";
    size-adjust: 96%;
    ascent-override: 108%;
    src: local("Arial");
}

@font-face {
    font-family: "PT Sans-fallback-helvetica";
    size-adjust: 94.50%;
    ascent-override: 90%;
    src: local("Helvetica Neue");
}

@font-face {
    font-family: "Barlow Condensed-fallback-arial";
    size-adjust: 70%;
    ascent-override: 133%;
    src: local("Arial");
}

@font-face {
    font-family: "Barlow Condensed-fallback-helvetica";
    size-adjust: 71.3%;
    ascent-override: 130%;
    src: local("Helvetica Neue");
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: PT Sans, PT Sans-fallback-helvetica, PT Sans-fallback-arial, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: left;
    background-color: #ddd
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #db1249;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #940c31;
    text-decoration: underline
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

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

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

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

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 1rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.2;
    color: inherit
}

.h1,
h1 {
    font-size: 2.5rem
}

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

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem
}

.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #e2e2e2
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer:before {
    content: "\2014 \00A0"
}

.btn {
    display: inline-block;
    font-family: Barlow Condensed, Barlow Condensed-fallback-helvetica, Barlow Condensed-fallback-arial, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    letter-spacing: .27px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
    border: 1px solid transparent;
    padding: .35rem 1rem;
    font-size: 1.1rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion: reduce) {
    .btn {
        transition: none
    }
}

@media (max-width: 400px) {
    .btn {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 320px
    }
}

@media (max-width: 991px) {
    body {
        overflow-x: hidden;
    }
}

.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(254, 210, 50, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    background-image: none
}

.btn &gt; .icon {
    margin-right: 5px
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #000;
    background-color: #fed232;
    border-color: #fed232;
    border-width: 0 0 2px;
    border-color: #000
}

.btn-primary:hover {
    color: #000;
    background-color: #feca0c;
    border-color: #fcc601
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(254, 210, 50, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #000;
    background-color: #fed232;
    border-color: #fed232
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show &gt; .btn-primary.dropdown-toggle {
    color: #000;
    background-color: #fcc601;
    border-color: #efbc01
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show &gt; .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(254, 210, 50, .5)
}

.btn-primary:hover {
    border-color: #000
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show &gt; .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show &gt; .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show &gt; .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show &gt; .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show &gt; .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show &gt; .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-warning {
    color: #000;
    background-color: #fed232;
    border-color: #fed232
}

.btn-warning:hover {
    color: #000;
    background-color: #feca0c;
    border-color: #fcc601
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(254, 210, 50, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #000;
    background-color: #fed232;
    border-color: #fed232
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show &gt; .btn-warning.dropdown-toggle {
    color: #000;
    background-color: #fcc601;
    border-color: #efbc01
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show &gt; .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(254, 210, 50, .5)
}

.btn-danger {
    color: #fff;
    background-color: #db1249;
    border-color: #db1249
}

.btn-danger:hover {
    color: #fff;
    background-color: #b80f3d;
    border-color: #ac0e39
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(219, 18, 73, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #db1249;
    border-color: #db1249
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show &gt; .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ac0e39;
    border-color: #a00d35
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show &gt; .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(219, 18, 73, .5)
}

.btn-light {
    color: #000;
    background-color: #fff;
    border-color: #fff
}

.btn-light:hover {
    color: #000;
    background-color: #ececec;
    border-color: #e6e6e6
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #000;
    background-color: #fff;
    border-color: #fff
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show &gt; .btn-light.dropdown-toggle {
    color: #000;
    background-color: #e6e6e6;
    border-color: #dfdfdf
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show &gt; .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show &gt; .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show &gt; .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #db1249;
    background-color: transparent
}

.btn-link:hover {
    color: #940c31;
    background-color: transparent
}

.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
    text-decoration: underline;
    border-color: transparent
}

.btn-link.focus,
.btn-link:focus {
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-play {
    color: #000;
    padding-left: 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: .1rem .3rem .1rem 0;
    background: #fff
}

.btn-play &gt; .icon {
    transition: all .3s ease;
    padding: 4px 9px;
    background: #fed232;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -.0625rem;
    margin-top: -.1625rem;
    margin-bottom: -.1625rem
}

.btn-play:hover {
    color: #000;
    background: #f2f2f2
}

.btn-play:hover &gt; .icon {
    background: #fcc601
}

.btn-play.btn-play--xs {
    padding: .1rem .3rem .1rem 0;
    font-size: .8125rem
}

.btn-play.btn-play--xs &gt; .icon {
    font-size: .75rem;
    padding: .25rem .4375rem;
    margin-top: -.1625rem;
    margin-bottom: -.1625rem
}

.btn-share {
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    color: #000;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0
}

.btn-share,
.btn-share &gt; .icon {
    display: -ms-inline-flexbox;
    display: inline-flex
}

.btn-share &gt; .icon {
    transition: all .3s ease;
    font-size: 32px;
    color: #fed232;
    margin-right: .5rem
}

.btn-share:hover {
    color: #000
}

.btn-share:hover &gt; .icon {
    color: #fcc601
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media screen and (prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1.25rem;
    margin-bottom: 0;
    list-style: none
}

@media (min-width: 768px) {
    .breadcrumb {
        padding: 1.25rem 2.5rem
    }
}

.page-header .breadcrumb {
    padding: 0 0 1.25rem
}

.breadcrumb-item {
    font-size: .8125rem;
    padding-right: .5rem
}

.breadcrumb-item + .breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    padding-bottom: .125rem;
    color: #9d9d9d;
    vertical-align: middle;
    width: 21px;
}

.breadcrumb-item &gt; a {
    color: #9d9d9d
}

.breadcrumb-item + .breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #9d9d9d
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal,
.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-25%)
}

@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.fade.only-fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0)
}

@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade.only-fade .modal-dialog {
        transition: none
    }
}

.modal.modal--right.fade .modal-dialog {
    transform: translate(25%)
}

.modal.modal--right.show .modal-dialog,
.modal.show .modal-dialog {
    transform: translate(0)
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .87
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.modal-footer &gt; :not(:first-child) {
    margin-left: .25rem
}

.modal-footer &gt; :not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px
    }
}

.modal-full {
    margin: auto;
    max-width: none
}

.modal-full .modal-content {
    border: 0 none
}

.modal-transparent {
    color: #fff
}

.modal-transparent .modal-content {
    background: transparent
}

.modal-transparent .modal-header {
    border-bottom: 0 none
}

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

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

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

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

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

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

.bg-primary {
    background-color: #fed232 !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #fcc601 !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #fed232 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #fcc601 !important
}

.bg-danger {
    background-color: #db1249 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #ac0e39 !important
}

.bg-light {
    background-color: #fff !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #e6e6e6 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #fed232 !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #fed232 !important
}

.border-danger {
    border-color: #db1249 !important
}

.border-light {
    border-color: #fff !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded {
    border-radius: 0 !important
}

.rounded-top {
    border-top-left-radius: 0 !important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: 0 !important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: 0 !important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: 0 !important
}

.rounded-left {
    border-top-left-radius: 0 !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1080px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1240px) {
    .d-xxl-none {
        display: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.ads-seznam .video-thumbnail-container {
    overflow: hidden;
    position: relative;
}

.ads-seznam .article-player iframe,
.ads-seznam .article-player object,
.ads-seznam .article-player video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.article-player:before {
    display: block;
    content: "";
    padding-top: 56.25%
}


.ads-seznam .embed-responsive iframe,
.ads-seznam .embed-responsive object,
.ads-seznam .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive-21by9:before {
    padding-top: 42.85714%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1080px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1240px) {
    .flex-xxl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xxl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xxl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xxl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xxl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xxl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xxl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xxl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1080px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

@media (min-width: 1240px) {
    .float-xxl-left {
        float: left !important
    }

    .float-xxl-right {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1080px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1240px) {
    .m-xxl-0 {
        margin: 0 !important
    }

    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0 !important
    }

    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0 !important
    }

    .mb-xxl-0,
    .my-xxl-0 {
        margin-bottom: 0 !important
    }

    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: .25rem !important
    }

    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: .25rem !important
    }

    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: .5rem !important
    }

    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: .5rem !important
    }

    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: 1rem !important
    }

    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: 1rem !important
    }

    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .mt-xxl-4,
    .my-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 3rem !important
    }

    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 3rem !important
    }

    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 3rem !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .pt-xxl-0,
    .py-xxl-0 {
        padding-top: 0 !important
    }

    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0 !important
    }

    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0 !important
    }

    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: .25rem !important
    }

    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: .25rem !important
    }

    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: .5rem !important
    }

    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: .5rem !important
    }

    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: 1rem !important
    }

    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: 1rem !important
    }

    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 3rem !important
    }

    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto !important
    }

    .mr-xxl-auto,
    .mx-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto !important
    }

    .ml-xxl-auto,
    .mx-xxl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

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

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

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

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

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

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }

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

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

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

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

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

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

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

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

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

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

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

@media (min-width: 1240px) {
    .text-xxl-left {
        text-align: left !important
    }

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

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

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

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

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

.font-weight-light,
.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #fed232 !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #fcc601 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #545b62 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #1e7e34 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #117a8b !important
}

.text-warning {
    color: #fed232 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #fcc601 !important
}

.text-danger {
    color: #db1249 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #ac0e39 !important
}

.text-light {
    color: #fff !important
}

a.text-light:focus,
a.text-light:hover {
    color: #e6e6e6 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #1d2124 !important
}

.text-body {
    color: #000 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

a {
    text-decoration-skip: ink;
    transition: color .2s ease
}

img {
    max-width: 100%;
    height: auto
}

.icon,
.icon2 {
    vertical-align: middle;
    display: inline-block;
    line-height: 1
}

.link-more {
    font-weight: 400;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .1px;
    color: #000
}

.link-more:focus,
.link-more:hover {
    color: #1a1a1a;
    text-decoration: underline
}

.browser-happy {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    margin-bottom: 0;
    border-radius: 0
}

nav[aria-label=breadcrumb] {
    margin-top: .5rem
}

.article__grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px
}

@media (min-width: 992px) {
    .article__grid {
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width: 768px) {
    .article__grid {
        margin-left: 20px;
        margin-right: 20px
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .article__grid {
        overflow: hidden
    }
}

.tag-box + * + .article__grid,
.tag-box + .article__grid {
    margin-top: 2rem
}

.article__grid__top {
    padding-left: 20px;
    padding-right: 20px
}

@media (max-width: 991.98px) {
    .article__grid__top {
        margin-bottom: 40px
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .article__grid__top {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
}

@media (min-width: 992px) {
    .article__grid__top {
        -ms-flex: 1 1 75%;
        flex: 1 1 75%;
        max-width: 75%
    }
}

.article__grid__aside {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .article__grid__aside {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-left: -20px;
        margin-right: -20px
    }

    .article__grid__aside &gt; .upscore-wrapper {
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: 50%;
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width: 992px) {
    .article__grid__aside {
        -ms-flex: 1 1 25%;
        flex: 1 1 25%;
        max-width: 25%
    }
}

.article__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px
}

@media (min-width: 768px) {
    .article__list {
        margin-left: 20px;
        margin-right: 20px
    }
}

.grid .article__list {
    margin-left: -20px;
    margin-right: -20px
}

.grid .secondary-special .article__list {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.grid .secondary-special h2 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.article__list .article__list__item {
    padding-left: 20px;
    padding-right: 20px
}

@media (max-width: 575.98px) {
    .article__list .article__list__item {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%
    }

    .article__list .article__list__item + .article__list__item {
        margin-top: 40px
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .article__list .article__list__item {
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: 50%
    }

    .article__list .article__list__item:nth-child(n+3) {
        margin-top: 40px
    }
}

@media (min-width: 992px) {
    .article__list[data-article-column="2"] .article__list__item {
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: 50%
    }

    .article__list[data-article-column="2"] .article__list__item:nth-child(n+3) {
        margin-top: 40px
    }
}

@media (min-width: 992px) {
    .article__list[data-article-column="3"] .article__list__item {
        -ms-flex: 1 1 33.33333%;
        flex: 1 1 33.33333%;
        max-width: 33.33333%
    }
}

@media (min-width: 992px) {
    .article__list[data-article-column="4"] .article__list__item {
        -ms-flex: 1 1 25%;
        flex: 1 1 25%;
        max-width: 25%
    }

    .article__list[data-article-column="4"] .article__list__item:nth-child(n+5) {
        margin-top: 40px
    }
}

.article__list[data-article-column] .article__list__item--fullsize {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%
}

.article-captivate--count,
.article__category--count {
    background: #fff;
    padding: .3125rem .625rem
}

.article {
    position: relative
}

.article--title {
    font-size: 1.375rem;
    line-height: 1.75rem;
    margin-top: 5px;
    letter-spacing: -.7px
}

.article--title &gt; a {
    color: #000;
    text-decoration: none
}

.article--title &gt; a:focus,
.article--title &gt; a:hover {
    color: inherit;
    text-decoration: underline
}

.article.article--white .article--title &gt; a {
    color: #fff
}

.article.article--white .article--title &gt; a:focus,
.article.article--white .article--title &gt; a:hover {
    color: #fff;
    text-decoration: underline
}

.article--title &gt; a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 25
}

.article + .article {
    margin-top: 40px
}

.article__picture {
    display: block;
    position: relative
}

.article__picture &gt; img {
    display: block
}

.article__picture:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 35;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: .5rem solid transparent;
    transition: border .3s ease;
    pointer-events: none
}

@media (min-width: 576px) {
    .article:hover .article__picture:after {
        border-color: #fed232
    }
}

.article__body:after {
    display: table;
    clear: both;
    content: ""
}

.article__tags {
    position: absolute;
    top: 0;
    z-index: 40
}

@media (min-width: 576px) {
    .article.article--xxs .article--title {
        font-size: 1rem;
        line-height: 1.375rem
    }

    .article.article--xs .article--title {
        font-size: 1.125rem;
        line-height: 1.375rem
    }

    .article.article--lg .article--title {
        font-size: 2rem;
        line-height: 2.5rem
    }

    .article.article--xl .article--title {
        font-size: 2.5rem;
        line-height: 3rem
    }
}

.article-captivate {
    position: relative;
    min-height: 130px;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden
}

.article-captivate__figure {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
    z-index: 10
}

.article-captivate__figure &gt; img {
    filter: brightness(100%);
    transition: filter .5s ease;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: cover; object-position: center"
}

.article-captivate__figure:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    border: .3125rem solid transparent;
    transition: all .3s ease
}

.article-captivate:hover .article-captivate__figure:after {
    border-color: #fed232
}

.article-captivate__figure:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(160deg, rgba(0, 0, 0, .75) 2%, transparent 80%);
    z-index: 9
}

.article-captivate__header {
    position: relative;
    z-index: 15;
    padding: .9rem 1rem
}

.article-captivate--title {
    font-size: 1.375rem;
    line-height: 1.75rem;
    margin-bottom: 2.125rem
}

.post__body .article-captivate .article-captivate--title {
    padding-top: 0
}

.article-captivate--title &gt; a {
    color: #fff
}

.article-captivate--title &gt; a:focus,
.article-captivate--title &gt; a:hover {
    color: #f7f7f7;
    text-decoration: none
}

.post__body .article-captivate .article-captivate--title &gt; a {
    color: #fff;
    text-decoration: none
}

.post__body .article-captivate .article-captivate--title &gt; a:focus,
.post__body .article-captivate .article-captivate--title &gt; a:hover {
    color: #f7f7f7;
    text-decoration: none
}

.article-captivate--title &gt; a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.article-captivate--count {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 22
}

.article-horizontal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

@media (min-width: 576px) {
    .article-horizontal {
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.article-horizontal__figure {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative
}

@media (max-width: 575.98px) {
    .article-horizontal__figure {
        margin-bottom: 1rem
    }
}

@media (min-width: 576px) {
    .article-horizontal__figure {
        -ms-flex: 1 0 220px;
        flex: 1 0 220px;
        max-width: 220px
    }
}

.article-horizontal__figure:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    border: 4px solid transparent;
    transition: all .3s ease
}

.article-horizontal:hover .article-horizontal__figure:after {
    border-color: #fed232
}

.article-horizontal__header {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

@media (min-width: 576px) {
    .article-horizontal__header {
        padding-left: 1rem
    }
}

.article-horizontal__tags {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 40
}

.post__body .article-horizontal .article-horizontal__tags &gt; .tag {
    text-decoration: none;
    font-weight: 400
}

.article-horizontal + .article-horizontal {
    margin-top: 40px
}

.article-horizontal--title {
    font-size: 1.375rem;
    line-height: 1.75rem
}

.article-horizontal--title &gt; a {
    color: #000;
    text-decoration: none
}

.article-horizontal--title &gt; a:focus,
.article-horizontal--title &gt; a:hover {
    color: inherit;
    text-decoration: underline
}

.article-horizontal--title &gt; a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 21
}

.post__body .article-horizontal .article-horizontal--title &gt; a {
    color: #000;
    text-decoration: none
}

.post__body .article-horizontal .article-horizontal--title &gt; a:focus,
.post__body .article-horizontal .article-horizontal--title &gt; a:hover {
    color: inherit;
    text-decoration: underline
}

.article-in-post {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative
}

.article-in-post__figure {
    height: 100%;
    -ms-flex: 1 0 110px;
    flex: 1 0 110px;
    max-width: 110px;
    position: relative
}

@media (max-width: 575.98px) {
    .article-in-post__figure {
        margin-bottom: 0
    }
}

@media (min-width: 576px) {
    .article-in-post__figure {
        -ms-flex: 1 0 220px;
        flex: 1 0 220px;
        max-width: 220px
    }
}

.article-in-post__figure &gt; img {
    display: block
}

.article-in-post__figure:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    border: 4px solid transparent;
    transition: all .3s ease
}

.article-in-post:hover .article-in-post__figure:after {
    border-color: #fed232
}

.article-in-post__header {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 1rem
}

.article-in-post__tags {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 40
}

.post__body .article-in-post .article-in-post__tags &gt; .tag {
    text-decoration: none;
    font-weight: 400
}

.article-in-post + .article-in-post {
    margin-top: 40px
}

.article-in-post--title {
    font-size: 1.375rem;
    line-height: 1.75rem
}

@media (max-width: 575.98px) {
    .article-in-post--title {
        font-size: 1.1rem;
        line-height: 1.4rem;
        margin-bottom: 0
    }

    .post__body .article-in-post .article-in-post--title {
        padding-top: .1rem
    }
}

.article-in-post--title &gt; a {
    color: #000;
    text-decoration: none
}

.article-in-post--title &gt; a:focus,
.article-in-post--title &gt; a:hover {
    color: inherit;
    text-decoration: underline
}

.article-in-post--title &gt; a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 21
}

.post__body .article-in-post .article-in-post--title &gt; a {
    color: #000;
    text-decoration: none
}

.post__body .article-in-post .article-in-post--title &gt; a:focus,
.post__body .article-in-post .article-in-post--title &gt; a:hover {
    color: inherit;
    text-decoration: underline
}

.article__counter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 115px
}

.article__counter--number {
    -ms-flex: 1 0 115px;
    flex: 1 0 115px;
    max-width: 115px;
    line-height: 109px;
    background: #fed232;
    font-size: 80px;
    color: #fff;
    border-bottom: 6px solid #343a40;
    font-weight: 700;
    text-align: center
}

.article__counter--picture {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative
}

.article__counter--picture &gt; img {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: cover; object-position: center"
}

.article__category {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 30
}

@media (min-width: 576px) {
    .article__category {
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.article__category--title {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: block;
    margin-bottom: 0;
    line-height: 1.375rem;
    font-size: 1.375rem;
    padding: .625rem 0;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (min-width: 576px) {
    .article__category--title {
        padding: .625rem .625rem .625rem 0
    }
}

.article__category--title &gt; a {
    color: #000;
    text-decoration: none
}

.article__category--title &gt; a:focus,
.article__category--title &gt; a:hover {
    color: inherit;
    text-decoration: underline
}

.article__category--title &gt; a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 21
}

.article__category--count {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-item-align: end;
    align-self: flex-end
}

@media (min-width: 576px) {
    .article__category--count {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
}

@media (min-width: 992px) {
    .article.article--xl &gt; .article__picture {
        min-height: 365px
    }
}

.article__gallery {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 30;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: end;
    align-items: flex-end
}

@media (max-width: 767.98px) {
    .article__gallery {
        display: none !important
    }
}

.article__gallery__item {
    background: #fff;
    -ms-flex: 1 1 128px;
    flex: 1 1 128px;
    max-width: 128px;
    position: relative;
    padding: .25rem
}

.article__gallery__item + .article__gallery__item {
    margin-left: -.25rem
}

.article__gallery__item a {
    position: relative;
    display: block;
    width: 80px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.article__gallery__item a:before {
    content: "";
    display: block;
    padding-bottom: 100%
}

.article__gallery__item a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: .25rem solid transparent;
    transition: all .3s ease
}

.article__gallery__item a:hover:after {
    border-color: #fed232
}

.article__gallery__item a &gt; img {
    display: block
}

.info-box {
    margin-bottom: 1rem;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center
}

.info-box__icon {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.info-box__icon &gt; .icon {
    font-size: 60px;
    color: #fed232
}

.info-box__body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 1rem
}

.info-box--info {
    font-size: .875rem;
    color: #666
}

.info-box--title {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -.5px;
    margin-bottom: 10px
}

.info-box--title &gt; a {
    color: #000
}

.info-box--title &gt; a:focus,
.info-box--title &gt; a:hover {
    color: #1a1a1a;
    text-decoration: underline
}

.info-box--title &gt; a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 20
}

.modal-transparent .close,
.search__header .close {
    color: #fed232;
    opacity: 1;
    text-shadow: inherit;
    font-size: 24px
}

.cookiesPanel {
    display: none;
    width: 100%;
    background-color: #000;
    margin: auto;
    text-align: center;
    margin-bottom: 1.5rem;
    padding: 0 1rem;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 0;
    z-index: 1090
}

.cookiesPanel span {
    font-size: .875rem;
    line-height: 2.5rem;
    color: #fff
}

@media (max-width: 767.98px) {
    .cookiesPanel span {
        line-height: 1.6rem
    }
}

.cookiesPanel .cookieButton {
    width: 113px;
    background-color: #fed232;
    font-weight: 700;
    color: #000;
    font-size: .8125rem;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    margin-left: 1rem;
    padding: .3rem 1rem;
    border: 0 none;
    text-decoration: none;
    transition: all .3s ease
}

.cookiesPanel .cookieButton:hover {
    background-color: #fcc601
}

.float-offset--left,
.float-offset--right {
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    .float-offset--left,
    .float-offset--right {
        max-width: 50%;
        margin-bottom: .5rem
    }
}

@media (min-width: 768px) {
    .float-offset--left {
        float: left;
        margin-right: 1rem;
        margin-left: -20px
    }
}

@media (min-width: 992px) {
    .float-offset--left {
        margin-left: -40px
    }
}

@media (min-width: 768px) {
    .float-offset--right {
        float: right;
        margin-left: 1rem;
        margin-right: -20px
    }
}

@media (min-width: 992px) {
    .float-offset--right {
        margin-right: -40px
    }
}

.gallery--link {
    display: block;
    position: relative
}

.gallery--link &gt; img {
    display: block
}

.gallery--link:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 35;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: .5rem solid transparent;
    transition: border .3s ease;
    pointer-events: none;
    z-index: 20
}

@media (min-width: 576px) {
    .gallery--link:hover:after {
        border-color: #fed232
    }
}

.gallery__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    margin-left: .25rem;
    margin-right: .25rem
}

@media (min-width: 768px) {
    .gallery__list {
        margin-left: -.25rem;
        margin-right: -.25rem
    }
}

.gallery__list__item {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    padding-left: .25rem;
    padding-right: .25rem;
    padding-bottom: .5rem
}

@media (min-width: 576px) {
    .gallery__list__item {
        -ms-flex: 1 1 33.33333%;
        flex: 1 1 33.33333%;
        max-width: 33.33333%
    }
}

@media (min-width: 768px) {
    .gallery__list__item {
        -ms-flex: 1 1 25%;
        flex: 1 1 25%;
        max-width: 25%
    }
}

.gallery__list--grid {
    background: #000;
    padding-top: 20px;
    padding-bottom: 20px
}

.gallery__header-container {
    max-width: 100%;
    min-width: 0;
    padding: 0 3em 0 3em;
    display: flex;
    justify-content: start;
    gap: 2em;
    align-items: center;
}

.gallery__header-text-container {
    overflow: hidden;
}

.gallery__header-text {
    font-size: 1.9rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 0;
}

.gallery__header--mobile {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    font-size: 1.4rem;
    overflow: hidden;
}

.gallery__fg-float-nav--mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 991.98px) {
    .gallery__fg-float-nav--mobile a.prev-image,
    .gallery__fg-float-nav--mobile a.next-image {
        display: none;
    }
}

.gallery__header-container--mobile {
    max-width: calc(100% - 120px);
}

@media (max-width: 991.98px) {
    .gallery__header-container--mobile {
        max-width: 100%;
    }
}

.gallery__header-container--mobile h1 {
    margin: 0;
}

@media (min-width: 768px) {
    .gallery__list--grid {
        padding-left: 20px;
        padding-right: 20px
    }
}

.horoscope--title {
    display: block;
    font-size: 1.375rem;
    font-weight: 700
}

#ah_app_iframe {
    width: 100%;
    min-height: 610px
}

.horoscope-panel {
    display: none;
    width: 100%;
    background-color: #ededed;
    margin: auto;
    text-align: center;
    margin-bottom: 1.5rem;
    padding: 0 1rem;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 0;
    z-index: 1090
}

.horoscope-panel span {
    font-size: .8125rem;
    line-height: 2.5rem;
    color: #464646
}

@media (max-width: 767.98px) {
    .horoscope-panel span {
        line-height: 1.6rem
    }
}

.horoscope-panel .horoscope-panel-close {
    width: 113px;
    background-color: #fed232;
    font-weight: 700;
    color: #000;
    font-size: .8125rem;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    margin-left: 1rem;
    padding: .3rem 1rem;
    border: 0 none;
    text-decoration: none;
    transition: all .3s ease
}

.horoscope-panel .horoscope-panel-close:hover {
    background-color: #fcc601
}

@font-face {
    font-family: 'tiktok';
    src: url('/fonts/tiktok.eot');
    src: url('/fonts/tiktok.eot?#iefix') format('embedded-opentype'),
    url('/fonts/tiktok.woff') format('woff'),
    url('/fonts/tiktok.ttf') format('truetype'),
    url('/fonts/tiktok.svg#tiktok') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class*='icon2-']:before {
    display: inline-block;
    font-family: 'tiktok';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon2-tiktok-icon:before {
    content: '\0041';
}

@font-face {
    font-family: HSPFont;
    src: url('/fonts/HSPFont.eot');
    src: url('/fonts/HSPFont.eot?#iefix') format("eot"), url('/fonts/HSPFont.woff2') format("woff2"), url('/fonts/HSPFont.woff') format("woff"), url('/fonts/HSPFont.ttf') format("truetype"), url('/fonts/HSPFont.svg#HSPFont') format("svg")
}

.breadcrumb-item + .breadcrumb-item:before,
.fg-float-nav .fg-float-nav--left:before,
.fg-float-nav .fg-float-nav--right:before,
.icon:before,
.medaillon-box--quote:after,
.medaillon-box--quote:before,
.quote:after,
.quote:before,
.search__form:after {
    font-family: HSPFont;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none
}

.fg-float-nav--left:before,
.icon-arrow-left:before {
    content: "\E001"
}

.breadcrumb-item + .breadcrumb-item:before,
.fg-float-nav--right:before,
.icon-arrow-right:before {
    content: "\E002"
}

.icon-close:before {
    content: "\E003"
}

.icon-comments:before {
    content: "\E004"
}

.icon-facebook-rounded:before {
    content: "\E005"
}

.icon-grid:before {
    content: "\E006"
}

.icon-hashtag:before {
    content: "\E007"
}

.icon-instagram-rounded:before {
    content: "\E008"
}

.icon-like:before {
    content: "\E009"
}

.icon-messenger:before {
    content: "\E00A"
}

.icon-pin:before {
    content: "\E00B"
}

.icon-play:before {
    content: "\E00C"
}

.icon-quote:before,
.medaillon-box--quote:after,
.medaillon-box--quote:before,
.quote:after,
.quote:before {
    content: "\E00D"
}

.icon-search-lg:before,
.search__form:after {
    content: "\E00E"
}

.icon-search:before {
    content: "\E00F"
}

.icon-youtube-rounded:before {
    content: "\E010"
}

.infobox {
    background: #f8f8f8;
    color: #3c3c3c;
    font-size: .875rem;
    line-height: 1.375rem
}

.infobox__body {
    padding: 1rem
}

.infobox--title {
    font-size: 1.375rem;
    line-height: 1.75rem;
    margin-bottom: .5rem
}

.infobox--title &gt; a {
    color: #000;
    text-decoration: none
}

.infobox--title &gt; a:focus,
.infobox--title &gt; a:hover {
    color: inherit;
    text-decoration: none
}

.post__body .infobox .infobox--title &gt; a {
    text-decoration: none
}

.seo-infobox {
    background: #f8f8f8;
    color: #3c3c3c;
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-top: 1.5rem;
}

.seo-infobox__body {
    padding: 1rem
}

.seo-infobox--title {
    font-size: 1.375rem;
    line-height: 1.75rem;
    margin-bottom: .5rem
}

.seo-infobox--title &gt; a {
    color: #000;
    text-decoration: none
}

.seo-infobox--title &gt; a:focus,
.seo-infobox--title &gt; a:hover {
    color: inherit;
    text-decoration: none
}

.klik {

}

.klik.klik--leaderboard {
    min-height: 231px;
    margin-bottom: 0
}

.klik.klik--leaderboard-szn {
    min-height: 210px;
}

.klik--box {
    position: relative;
    text-align: center;
    margin-top: -16px
}

.klik--box:before {
    content: "Reklama";
    display: block;
    text-align: left;
    font-size: .675rem;
    height: 16px;
    line-height: 1
}

.klik[data-attr] {
    display: block;
    position: relative;
    margin-top: -16px
}

.klik[data-attr]:before {
    content: attr(data-attr);
    display: block;
    text-align: left;
    font-size: .675rem;
    height: 16px;
    line-height: 1
}

.klik .ads {
    width: 100%
}

.fix-ads-ovflw {
    width: 90vw;
    max-width: none;
    margin-left: -17px;
    margin-top: 14px;
    margin-bottom: 14px
}

.fix-ads-ovflw-inner {
    text-align: center;
    width: 100vw;
    margin-left: 0;
    position: relative;
    display: inline-block;
    margin: 0 auto
}

.reduce-paddings {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.fix-ads-ovflw-sez {
    width: 90vw;
    max-width: none;
    margin-left: 0;
    margin-top: 14px;
    margin-bottom: 14px
}

html.magnifying &gt; body {
    overflow-x: hidden !important
}

.lens-mobile,
.magnify,
.magnify-mobile,
.magnify &gt; .magnify-lens {
    min-width: 0;
    min-height: 0;
    animation: none;
    border: none;
    float: none;
    margin: 0;
    opacity: 1;
    outline: none;
    overflow: visible;
    padding: 0;
    text-indent: 0;
    transform: none;
    transition: none
}

.magnify {
    position: relative;
    width: auto;
    height: auto;
    box-shadow: none;
    display: inline-block;
    z-index: inherit
}

.magnify &gt; .magnify-lens {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    border: 2px solid #0a83b7;
    display: none;
    z-index: 99
}

.magnify &gt; .magnify-lens.loading {
    background: #343a40 !important;
    opacity: .8
}

.magnify &gt; .magnify-lens.loading:after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #fff;
    content: "Loading...";
    letter-spacing: 1px;
    margin-top: -8px;
    text-align: center;
    text-shadow: 0 0 2px rgba(51, 51, 51, .8);
    text-transform: none
}

.medaillon-box__avatar &gt; img,
.medaillon__avatar &gt; img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    height: 150px;
    border-radius: 50%;
    border: 4px solid transparent;
    transition: border .3s ease
}

.medaillon {
    clear: both;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    letter-spacing: -.5px;
}

@media (max-width: 575.98px) {
    .medaillon.medaillon--lg {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.medaillon.medaillon--white .link-more {
    color: #fff
}

.medaillon.medaillon--white .link-more:focus,
.medaillon.medaillon--white .link-more:hover {
    color: #fff;
    text-decoration: none
}

.medaillon .link-more:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 20
}

.medaillon__avatar {
    -ms-flex: 1 0 6.25rem;
    flex: 1 0 6.25rem;
    max-width: 6.25rem;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.medaillon.medaillon--xs .medaillon__avatar {
    -ms-flex: 1 0 3.125rem;
    flex: 1 0 3.125rem;
    max-width: 3.125rem
}

.medaillon.medaillon--lg .medaillon__avatar {
    -ms-flex: 1 0 9.375rem;
    flex: 1 0 9.375rem;
    max-width: 9.375rem
}

@media (max-width: 575.98px) {
    .medaillon.medaillon--lg .medaillon__avatar {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin: auto
    }
}

.medaillon__body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 1rem;
    margin-bottom: 5px
}

.medaillon.medaillon--xs .medaillon__body {
    padding-left: .5rem;
    margin-bottom: 0
}

@media (max-width: 575.98px) {
    .medaillon.medaillon--lg .medaillon__body {
        padding-left: 0;
        text-align: center
    }
}

.medaillon--title {
    font-size: 1.375rem;
    line-height: 1.75rem;
    margin-bottom: 3px
}

.medaillon.medaillon--xs .medaillon--title {
    font-size: .9375rem;
    line-height: 1.25rem;
    margin-bottom: 0
}

.medaillon.medaillon--lg .medaillon--title {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 0
}

.medaillon--title &gt; a {
    color: #000;
    text-decoration: none
}

.medaillon--title &gt; a:focus,
.medaillon--title &gt; a:hover {
    color: inherit;
    text-decoration: underline
}

.post__body .medaillon--title &gt; a {
    color: #000;
    text-decoration: none
}

.post__body .medaillon--title &gt; a:focus,
.post__body .medaillon--title &gt; a:hover {
    color: inherit;
    text-decoration: underline
}

.medaillon.medaillon--white .medaillon--title &gt; a {
    color: #fff
}

.medaillon.medaillon--white .medaillon--title &gt; a:focus,
.medaillon.medaillon--white .medaillon--title &gt; a:hover {
    color: #fff;
    text-decoration: none
}

.medaillon--title &gt; a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 20
}

.medaillon--info {
    font-size: .875rem;
    color: #666
}

.medaillon.medaillon--white .medaillon--info {
    color: #fff
}

.medaillon--perex {
    font-size: .9375rem;
    line-height: 1.313rem;
    margin-top: .5rem
}

.medaillon.medaillon--white .medaillon--perex {
    color: #fff
}

.medaillon + .medaillon {
    margin-top: 20px
}

.medaillon-box {
    background: #fed232;
    border-top: 60px solid #fff;
    border-bottom: .375rem solid #000
}

.medaillon-box + .medaillon-box {
    margin-top: 20px
}

@media (min-width: 768px) {
    .medaillon-box + .medaillon-box {
        margin-top: 40px
    }
}

.medaillon-box__avatar {
    position: relative;
    z-index: 10;
    width: 120px;
    height: 120px;
    text-align: center;
    margin: 0 auto -60px;
    transform: translateY(-60px)
}

.medaillon-box__body {
    padding: .625rem 1.5625rem 1.5625rem
}

.medaillon-box--title {
    text-align: center;
    margin-bottom: 15px
}

.medaillon-box--title &gt; a {
    color: #000;
    text-decoration: none
}

.medaillon-box--title &gt; a:focus,
.medaillon-box--title &gt; a:hover {
    color: inherit;
    text-decoration: underline
}

.medaillon-box--quote {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.875rem;
    padding: 3.875rem 0;
    position: relative
}

.medaillon-box--quote:after,
.medaillon-box--quote:before {
    position: absolute;
    color: #fff;
    font-size: 3.125rem;
    height: 3.125rem;
    line-height: 1
}

.medaillon-box--quote:before {
    left: 0;
    top: 0
}

.medaillon-box--quote:after {
    right: 0;
    bottom: 0
}

.medaillon-box__more {
    display: block
}

.medaillon-box__more--title {
    font-size: 14px;
    color: #666;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 3px
}

.medaillon-box__more--link {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #000
}

.medaillon-box__more--link:focus,
.medaillon-box__more--link:hover {
    color: #1a1a1a;
    text-decoration: underline
}

.medaillon__gallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: end;
    align-items: flex-end
}

.medaillon__gallery__item {
    background: #fff;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    padding: .25rem .125rem
}

.medaillon__gallery__item a {
    position: relative;
    display: block
}

.medaillon__gallery__item a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: .25rem solid transparent;
    transition: all .3s ease
}

.medaillon__gallery__item a:hover:after {
    border-color: #fed232
}

.medaillon__gallery__item a &gt; img {
    display: block
}

.opener {
    position: relative;
    margin-bottom: 40px
}

.opener__picture {
    display: block;
    position: relative;
    z-index: 5;
    height: 340px
}

@media (min-width: 576px) {
    .opener__picture {
        height: 520px
    }
}

.opener__picture &gt; img {
    transition: filter .5s ease;
    max-width: 100%;
    height: auto;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: cover; object-position: center"
}

.opener__picture:before,
.opener__picture &gt; img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.opener__picture:before {
    content: "";
    display: block;
    background-image: linear-gradient(-180deg, transparent, rgba(0, 0, 0, .54));
    z-index: 33
}

@media (min-width: 576px) {
    .opener__picture:before {
        background-image: linear-gradient(-180deg, transparent 32%, rgba(0, 0, 0, .54))
    }
}

.opener__picture:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 35;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: .5rem solid transparent;
    transition: border .3s ease
}

@media (min-width: 576px) {
    .opener:hover .opener__picture:after {
        border-color: #fed232
    }
}

.opener__body {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 20px
}

@media (min-width: 576px) {
    .opener__body {
        padding: 40px
    }
}

.opener--title {
    color: #fff;
    margin-bottom: 0;
    font-size: 1.625rem;
    line-height: 2rem
}

@media (min-width: 576px) {
    .opener--title {
        font-size: 2.75rem;
        line-height: 3.125rem
    }

    .opener.opener--promo .opener--title {
        font-size: 2.5rem;
        line-height: 3rem
    }
}

@media (min-width: 992px) {
    .opener--title {
        font-size: 3.2rem;
        line-height: 4rem;
        padding-right: 120px
    }
}

.opener--title &gt; a {
    color: #fff
}

.opener--title &gt; a:focus,
.opener--title &gt; a:hover {
    color: #f7f7f7;
    text-decoration: underline
}

.opener--title &gt; a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.page-header:not(.tag-special-page-header) {
    padding: 1.25rem 1.25rem 1.875rem
}

@media (min-width: 768px) {
    .page-header:not(.tag-special-page-header) {
        padding: 1.25rem 2.5rem 1.875rem
    }
}

.page-header.tag-special-page-header {
    margin-bottom: 1.25rem;
}

.page-header.tag-special-page-header .medaillon {
    padding: 1.25rem 2.5rem 0 2.5rem
}

.page-header__grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767.98px) {
    .page-header__grid {
        text-align: center
    }
}

.page-header__grid--main {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

@media (max-width: 767.98px) {
    .page-header__grid--main {
        margin: auto;
        margin-bottom: 1rem
    }
}

.page-header__grid--action {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

@media (min-width: 768px) {
    .page-header__grid--action {
        padding-left: 3rem
    }
}

.page-header--author {
    padding-left: 0;
    padding-right: 0;
    margin-top: 1.5rem
}

.page-header--author .medaillon {
    margin-bottom: 1rem
}

.page-header--author p {
    font-size: 1.0625rem
}

.page-title,
.post--title {
    font-size: 1.7rem;
    line-height: 2rem
}

@media (min-width: 768px) {
    .page-title,
    .post--title {
        font-size: 3.2rem;
        line-height: 3.6rem
    }
}

.quiz-box {
    margin: 0 0 20px;
    padding: 25px 0 30px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3
}

.quiz__paging {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.quiz__paging--page {
    font-weight: 700;
    font-size: 1.25rem
}

.quiz--count {
    display: inline-block;
    text-align: center;
    padding: 2px 12px;
    margin-right: 9px;
    background-color: #202020;
    color: #fff
}

.quiz--answers {
    padding-left: 55px
}

.quiz--answers &gt; label {
    padding-left: 7px
}

.quote {
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1.5rem;
    line-height: 2.0625rem;
    font-style: italic;
    padding: 3.09375rem 3.09375rem 1rem 0;
    position: relative
}

@media (min-width: 576px) {
    .quote {
        padding: 1rem 3.09375rem
    }
}

.quote:after,
.quote:before {
    line-height: 1;
    position: absolute;
    font-size: 2.0625rem;
    color: #fed232
}

.quote:before {
    left: 0;
    top: 0
}

.quote:after {
    right: 0;
    bottom: 0
}

@media (min-width: 576px) {
    .quote + .medaillon {
        margin-left: 3.09375rem
    }
}

.search__form,
.search__results {
    width: 100%;
    max-width: 1000px;
    margin: auto
}

.search {
    display: none;
    -ms-flex-direction: column;
    flex-direction: column;
    background: rgba(0, 0, 0, .87);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1040;
    color: #fff
}

.search__header {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem
}

.search__form {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative
}

@media (min-width: 768px) {
    .search__form {
        padding-left: 40px;
        padding-right: 40px
    }
}

.search__form:after {
    line-height: 1;
    position: absolute;
    color: #fed232;
    top: 8px;
    right: 20px;
    font-size: 24px
}

@media (min-width: 768px) {
    .search__form:after {
        right: 40px;
        font-size: 56px
    }
}

.search__results {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.search__results--title {
    text-transform: uppercase;
    color: #fed232;
    margin-bottom: 15px;
    font-size: .875rem;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width: 768px) {
    .search__results--title {
        padding-left: 40px;
        padding-right: 40px
    }
}

body.show-search {
    overflow: hidden
}

body.show-search .search {
    display: -ms-flexbox;
    display: flex
}

.search--control {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    display: block;
    width: 100%;
    background: transparent;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    border-bottom: 4px solid #fed232;
    border-width: 0 0 4px;
    padding: 0 30px 8px 0;
    margin-bottom: 40px;
    letter-spacing: -1px;
    outline: none
}

@media (min-width: 768px) {
    .search--control {
        font-size: 60px;
        line-height: 64px;
        padding-right: 60px
    }
}

.search--control:-ms-input-placeholder {
    font-weight: 400;
    letter-spacing: -.7px;
    font-style: italic;
    color: #fff;
    font-size: 22px;
    line-height: 39px;
    opacity: .4
}

.search--control::placeholder {
    font-weight: 400;
    letter-spacing: -.7px;
    font-style: italic;
    color: #fff;
    font-size: 22px;
    line-height: 39px;
    opacity: .4
}

@media (min-width: 768px) {
    .search--control:-ms-input-placeholder {
        font-size: 38px;
        line-height: 74px
    }

    .search--control::placeholder {
        font-size: 38px;
        line-height: 74px
    }
}

.social__list {
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
}

.social__list__item {
    display: block;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
    font-size: 10px;
    line-height: 1;
    font-weight: 700;
    color: #ad9e65
}

.social__list__item + .social__list__item {
    margin-left: 2rem
}

.social__list.social--xs .social__list__item + .social__list__item {
    margin-left: 1rem
}

.social__list__item &gt; .icon,
.social__list__item &gt; .icon2 {
    font-size: 32px;
    display: block;
    color: #fed232
}

.social__list.social--xs .social__list__item &gt; .icon,
.social__list.social--xs .social__list__item &gt; .icon2 {
    font-size: 24px
}

.social__list__item:focus,
.social__list__item:hover {
    text-decoration: none;
    color: #92834d
}

.social__list__item:focus &gt; .icon,
.social__list__item:hover &gt; .icon,
.social__list__item:focus &gt; .icon2,
.social__list__item:hover &gt; .icon2 {
    color: #fcc601
}

.special {
    position: relative;
    margin-bottom: 40px;
    overflow: hidden
}

.special__body {
    position: relative;
    z-index: 10;
    padding: 20px
}

@media (min-width: 768px) {
    .special__body {
        padding: 40px
    }
}

.special__tags {
    margin-bottom: 25px
}

.special__tags .tag {
    margin-bottom: .4rem
}

.special__cover {
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    z-index: 5
}

.special__cover:before {
    content: "";
    display: block;
    z-index: 6;
    background: #fff;
    opacity: .9
}

.special__cover:before,
.special__cover &gt; img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.special__cover &gt; img {
    max-width: 100%;
    height: auto;
    filter: blur(4px);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: cover; object-position: center"
}

.special--title {
    font-size: 32px;
    line-height: 40px;
    margin-top: 0;
    margin-bottom: 15px
}

.special__grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 992px) {
    .special__grid {
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width: 768px) {
    .special__grid {
        margin-left: -20px;
        margin-right: -20px
    }
}

@media (max-width: 991.98px) {
    .special__grid__top {
        margin-bottom: 40px
    }
}

@media (min-width: 576px) {
    .special__grid__top {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
}

@media (min-width: 768px) {
    .special__grid__top {
        padding-left: 20px;
        padding-right: 20px
    }
}

.special__grid__aside {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .special__grid__aside {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-left: -20px;
        margin-right: -20px
    }

    .special__grid__aside &gt; .article {
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: 50%;
        padding-left: 20px;
        padding-right: 20px
    }

    .special__grid__aside &gt; .article + .article {
        margin-top: 0
    }
}

@media (min-width: 768px) {
    .special__grid__aside {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width: 992px) {
    .special__grid__aside {
        -ms-flex: 1 0 350px;
        flex: 1 0 350px;
        max-width: 350px
    }
}

.sprite {
    display: inline-block;
    vertical-align: middle
}

.sprite-extra-logo-white {
    background-image: url('/static/img/sprites.png');
    background-position: -102px 0;
    width: 116px;
    height: 30px
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .sprite-extra-logo-white {
        background-image: url('/static/img/sprites@2x.png');
        background-size: 218px 100px
    }
}

.world {
    background-image: url('/static/img/sprites.png');
    background-position: 0 0;
    width: 100px;
    height: 100px
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .world {
        background-image: url('/static/img/sprites@2x.png');
        background-size: 218px 100px
    }
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

.tag-box {
    display: flex;
    background: #282828;
    min-height: 32px;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px
}

@media (max-width: 767.98px) {
    .tag-box {
        display: none
    }
}

@media (min-width: 768px) {
    .tag-box {
        padding-left: 40px;
        padding-right: 40px
    }
}

.tag-box .tag {
    margin: 3px 2px
}

.tag-list .tag {
    margin-bottom: 5px
}

.tag--title {
    color: #bcbcbc;
    font-size: 13px;
    display: inline-block;
    margin-right: 10px
}

.tag {
    font-family: Barlow Condensed, Barlow Condensed-fallback-helvetica, Barlow Condensed-fallback-arial, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
    color: #000;
    font-weight: 500;
    background: #fed232;
    font-size: 15px;
    min-height: 26px;
    padding: 2px 10px;
    text-transform: uppercase
}

.tag[href] {
    color: #fff;
    background: #db1249;
    transition: all .3s ease
}

.tag[href]:focus,
.tag[href]:hover {
    color: #fff;
    background: #ff205d;
    text-decoration: none
}

.tag[data-hash=true]:before {
    content: "#";
    display: inline-block;
    font-style: italic;
    margin-right: 2px
}

.tag &gt; img {
    margin: -2px 10px -2px -10px;
    max-height: 26px
}

.text-collapse {
    height: auto;
    transition: all .3s ease
}

.text-collapse[aria-expanded=false] {
    height: 250px !important;
    overflow: hidden;
    position: relative
}

.text-collapse[aria-expanded=false]:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, .1), #fff)
}

.timeline {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    padding-left: 0;
    list-style: none;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: -1rem;
    margin-right: -1rem
}

@media (min-width: 768px) {
    .timeline {
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (max-width: 767.98px) {
    .timeline {
        padding-left: 1rem;
        padding-right: 1rem;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.timeline.only-vertical {
    padding-left: 1rem;
    padding-right: 1rem;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0
}

.timeline__item {
    padding-left: 1rem;
    padding-right: 1rem;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    position: relative
}

@media (max-width: 767.98px) {
    .timeline__item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        text-align: left;
        padding-left: 0;
        padding-right: 0
    }

    .timeline__item + .timeline__item {
        padding-top: 40px
    }
}

.timeline.only-vertical .timeline__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
    padding-left: 0;
    padding-right: 0
}

.timeline.only-vertical .timeline__item + .timeline__item {
    padding-top: 40px
}

.timeline__item:after,
.timeline__item:before {
    display: block;
    content: "";
    position: absolute;
    background: #000
}

@media (max-width: 767.98px) {
    .timeline__item:before {
        bottom: 50%;
        height: 50%;
        left: 14px;
        width: 4px
    }
}

@media (min-width: 768px) {
    .timeline__item:before {
        top: 14px;
        right: 50%;
        width: 50%;
        height: 4px
    }
}

.timeline.only-vertical .timeline__item:before {
    bottom: 50%;
    height: 50%;
    left: 14px;
    width: 4px;
    top: auto;
    right: auto
}

@media (max-width: 767.98px) {
    .timeline__item:after {
        top: 50%;
        height: 50%;
        left: 14px;
        width: 4px
    }
}

@media (min-width: 768px) {
    .timeline__item:after {
        top: 14px;
        left: 50%;
        width: 50%;
        height: 4px
    }
}

.timeline.only-vertical .timeline__item:after {
    top: 50%;
    height: 50%;
    left: 14px;
    width: 4px
}

.timeline__item:first-child:before,
.timeline__item:last-child:after {
    display: none
}

@media (max-width: 767.98px) {
    .timeline__body {
        padding-left: 1rem;
        -ms-flex: 1;
        flex: 1
    }
}

.timeline.only-vertical .timeline__body {
    padding-left: 1rem;
    -ms-flex: 1;
    flex: 1
}

.timeline--title {
    font-size: 1.375rem;
    margin-top: 2rem;
    margin-bottom: 1.5rem
}

.timeline-dot {
    position: relative;
    width: 32px;
    height: 32px;
    margin: 0 auto 8px
}

@media (max-width: 767.98px) {
    .timeline-dot {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
}

.timeline.only-vertical .timeline-dot {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.timeline-dot:after,
.timeline-dot:before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%
}

.timeline-dot:before {
    width: 32px;
    height: 32px;
    background: #fed232;
    z-index: 1
}

.timeline-dot:after {
    width: 16px;
    height: 16px;
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2
}

.timeline--time {
    color: #666;
    font-size: 14px;
    letter-spacing: -.5px;
    line-height: 1.2;
    margin-bottom: 8px
}

@media (max-width: 767.98px) {
    .timeline--time {
        margin-bottom: 4px
    }
}

.timeline.only-vertical .timeline--time {
    margin-bottom: 4px
}

.timeline--info {
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    line-height: 1rem
}

.timeline--info &gt; a {
    color: #000
}

.timeline--info &gt; a:focus,
.timeline--info &gt; a:hover {
    color: #1a1a1a;
    text-decoration: underline
}

.post__body .timeline--info &gt; a {
    color: #000
}

.post__body .timeline--info &gt; a:focus,
.post__body .timeline--info &gt; a:hover {
    color: #1a1a1a;
    text-decoration: underline
}

.title-box {
    display: inline-block;
    letter-spacing: -.5px;
    margin-bottom: 1rem
}

.title-box--left,
.title-box--right {
    position: relative
}

.title-box--left:before,
.title-box--right:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #000;
    width: 20px
}

@media (min-width: 992px) {
    .title-box--left:before,
    .title-box--right:before {
        width: 40px
    }
}

.title-box--left {
    padding: .75rem 1.25rem .75rem 0;
    min-width: 25%
}

.title-box--left:before {
    right: 100%
}

.title-box--right {
    padding: .75rem 0 .75rem 1.25rem;
    min-width: 25%
}

.title-box--right:before {
    left: 100%
}

.title-box--dark {
    background: #000;
    color: #fff;
    font-size: 1.125rem
}

.widget .title-box {
    width: 100%
}

.content-box--title {
    display: block;
    font-size: 1.375rem;
    font-weight: 700
}

.topic--title {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #db1249
}

.topic--title:focus,
.topic--title:hover {
    color: #ec1a54;
    text-decoration: none
}

.topic--title &gt; .icon {
    font-size: 20px;
    margin-right: 5px
}

.fg-float-nav .topic--title &gt; .fg-float-nav--left:before,
.fg-float-nav .topic--title &gt; .fg-float-nav--right:before,
.topic--title &gt; .breadcrumb-item + .breadcrumb-item:before,
.topic--title &gt; .icon:before,
.topic--title &gt; .medaillon-box--quote:after,
.topic--title &gt; .medaillon-box--quote:before,
.topic--title &gt; .quote:after,
.topic--title &gt; .quote:before,
.topic--title &gt; .search__form:after {
    vertical-align: bottom
}

.widget {
    margin-bottom: 40px
}

.widget h2 {
    font-size: 1.1rem;
    margin-bottom: .3rem
}

.widget__gallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    margin-left: -2px;
    margin-right: -2px;
    margin-bottom: .5rem
}

@media (min-width: 768px) {
    .widget__gallery {
        margin-right: -42px
    }
}

.widget__gallery__item {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    padding: 2px
}

.widget__gallery__item &gt; a {
    display: block;
    position: relative
}

.widget__gallery__item &gt; a &gt; img {
    display: block
}

.widget__gallery__item &gt; a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 5;
    border: 4px solid transparent;
    transition: border .3s ease
}

.widget__gallery__item &gt; a:focus:after,
.widget__gallery__item &gt; a:hover:after {
    border-color: #fed232
}

#eomfix-advertisement_lista--extra {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999999
}

#eomfix-advertisement_lista--extra .eomfix-inner-content {
    background: #000;
    min-height: 90px
}

#eomfix-advertisement_lista--extra .eomfix-close-lista-advert {
    display: block;
    text-align: right
}

#eomfix-advertisement_lista--extra .eomfix-close-lista-advert .eomfix-close-lista-text {
    display: inline-block;
    text-align: left;
    font-size: 18px;
    line-height: 1.5em;
    background-color: rgba(0, 0, 0, .55);
    color: #fff;
    padding: 8px 18px;
    cursor: pointer
}

#eomfix-advertisement_lista-content {
    margin: 0 auto
}

.excusebox {
    background: #f8f8f8;
    color: #3c3c3c;
    font-size: .875rem;
    line-height: 1.375rem
}

.excusebox__body {
    padding: 1rem
}

@media (min-width: 992px) {
    .excusebox {
        position: absolute;
        bottom: 3rem
    }
}

.facebook-responsive iframe {
    width: 100%;
    height: 26rem
}

@media (min-width: 576px) {
    .facebook-responsive iframe {
        height: 31rem
    }
}

.cases {
    background: #fed232;
    margin-bottom: 40px;
    overflow-x: hidden;
    padding: 1rem 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 768px) {
    .cases {
        padding: 1rem 40px;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.cases__header {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

@media (min-width: 768px) {
    .cases__header {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-item-align: center;
        align-self: center
    }
}

.cases__list {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px
}

@media (min-width: 768px) {
    .cases__list {
        padding-left: 35px
    }
}

.cases__list__item {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    padding-left: 5px;
    padding-right: 5px
}

@media (min-width: 576px) {
    .cases__list__item {
        -ms-flex: 1 1 33.33333%;
        flex: 1 1 33.33333%;
        max-width: 33.33333%
    }
}

.cases--title {
    font-size: 1.375rem;
    line-height: 1.75rem
}

.cases .article .article__picture:after {
    display: none
}

.cases .article {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.cases .article .article__category {
    -ms-flex: 1;
    flex: 1
}

@media (min-width: 576px) {
    .cases .article .article--title {
        height: 42px;
        overflow: hidden
    }

    .cases .article .article--title &gt; a:before {
        display: block;
        content: "";
        position: absolute;
        right: 0;
        bottom: 1rem;
        height: 1.375rem;
        width: 60px;
        background: linear-gradient(90deg, rgba(254, 210, 50, .3), #fed232 80%)
    }
}

.footer {
    display: block;
    background: #000;
    color: hsla(0, 0%, 100%, .6);
    font-size: .875rem;
    padding: 30px 78px 40px
}

@media (max-width: 767.98px) {
    .footer {
        padding: 30px 20px 40px;
    }
}

.footer__row {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: unset;
    margin-right: unset;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 767.98px) {
    .footer__row {
        margin-top: 25px;
        margin-bottom: 15px;
        max-width: 768px;
    }
}

@media (min-width: 768px) {
    .footer__row {
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 15px
    }
}

.footer__cell {
    -ms-flex: 1 1 60%;
    flex: 1 1 6%
}

.footer__cell:nth-child(2) {
    -ms-flex: 0 1 5%;
    flex: 0 1 5%
}

.footer__cell:last-child {
    -ms-flex: 0 1 33%;
    flex: 0 1 33%
}

@media (max-width: 767.98px) {
    .footer__cell + .footer__cell {
        margin-top: 30px
    }

    .footer__cell:nth-child(2) {
        display: none;
        -ms-flex: 0 1 0%;
        flex: 0 1 0%
    }
}

@media (min-width: 768px) {
    .footer__cell + .footer__cell {
        margin-left: 1rem
    }
}


.footer__cell:only-child {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

@media (max-width: 767.98px) {
    .footer .social__list {
        -ms-flex-pack: center;
        justify-content: center
    }
}

.footer__list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    columns: 2;
    color: #fff
}

@media (min-width: 768px) {
    .footer__list {
        columns: 115px 4;
        column-gap: 28px
    }
}

.footer__list a {
    color: #fff
}

.footer__list a:focus,
.footer__list a:hover {
    color: #f7f7f7;
    text-decoration: none;
    text-decoration: underline
}

.footer--copyright {
    text-align: left;
    margin-top: 1rem;
    margin: auto;
    width: 100%;
}

.footer--copyright a {
    color: hsla(0, 0%, 100%, .6);
    text-decoration: underline
}

.footer--copyright a:focus,
.footer--copyright a:hover {
    color: hsla(0, 0%, 100%, .8)
}

.full-gallery {
    background-color: #000;
    color: #fff;
    padding-top: 80px
}

.fg-header {
    padding-left: 1rem;
    padding-right: 1rem;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1020;
    background: #000;
    height: 80px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    text-wrap: nowrap;
}

@media (min-width: 768px) {
    .fg-header {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

.fg-header a {
    color: #fed232
}

.fg-header a:focus,
.fg-header a:hover {
    color: #e2b201;
    text-decoration: none
}

.fg-header__brand {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.fg-header__nav {
    -ms-flex: 1 1 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
}

.fg-header__action {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.fg-header__action a {
    font-size: 1.75rem
}

.fg-header__action a + a {
    margin-left: 1rem
}

@media (max-width: 575.98px) {
    .fg-header__action a {
        font-size: 1.375rem
    }

    .fg-header__action a + a {
        margin-left: .5rem
    }
}

.fg-nav {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    color: #fff;
    font-size: 1.375rem;
    font-weight: 700;
    letter-spacing: -.5px
}

.fg-nav &gt; li {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding-left: .5rem;
    padding-right: .5rem
}

@media (max-width: 575.98px) {
    .fg-nav &gt; li:first-child,
    .fg-nav &gt; li:last-child {
        display: none
    }
}

.fg-nav .icon {
    font-size: 1.75rem
}

.fb-gallery__grid {
    background: #000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 768px) {
    .fb-gallery__grid {
        -ms-flex-direction: row;
        flex-direction: row;
        padding-left: 20px;
        padding-right: 20px
    }
}

.fb-gallery__grid--body {
    -ms-flex: 1;
    flex: 1;
    padding-left: 20px;
    padding-right: 20px;
}

.fb-gallery__grid--body.no-gallery-ads {
    -ms-flex: none;
    flex: none;
    width: calc(100% - 340px);
    margin: 0 auto
}

@media (max-width: 991.98px) {
    .fb-gallery__grid--body.no-gallery-ads {
        width: 100%
    }
}

.fb-gallery__grid--body.no-gallery-ads + .fb-gallery__grid--aside {
    display: none
}

.fb-gallery__grid--body.no-gallery-ads p {
    text-align: center
}

.fb-gallery__grid--aside {
    -ms-flex: 1 0 340px;
    flex: 1 0 340px;
    max-width: 340px;
    padding-left: 20px;
    padding-right: 20px
}

@media (max-width: 991.98px) {
    .fb-gallery__grid--aside {
        display: none
    }
}

.fg-figure {
    margin-top: 1rem;
    margin-bottom: 0;
    color: #fff
}

.fg-figure--wrap p {
    margin-top: 1rem;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.75rem
}

@media (max-width: 991.98px) {
    .fg-figure--wrap p {
        text-align: center
    }
}

.fg-figure--wrap {
    position: relative;
    top: -50px;
}

.fg-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    width: 100%;
}

.fg-info--share {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-top: 1rem
}

.fg-info--copyright {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-top: 1rem
}

.fg-float-nav:after {
    display: block;
    clear: both;
}

.fg-figure-float-nav--wrap {
    position: relative;
}

@media (max-width: 991.98px) {
    .fg-figure-float-nav--wrap {
        width: 100%;
    }
}

.fg-float-nav:not(.sticky, .in-article) {
    height: 50px;
}

.fg-float-nav.sticky {
    position: sticky;
    top: 50%;
    margin-bottom: 70px;
    z-index: 100;
}

@media (max-width: 991.98px) {
    .fg-float-nav.tag-bottom {
        margin-bottom: 5rem;
    }
}

.fg-float-nav .fg-float-nav--left,
.fg-float-nav .fg-float-nav--right {
    color: #fed232;
    width: 48px;
    height: 48px;
    background: #000;
    font-size: 1.75rem;
    border-radius: 50%;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 110
}

.fg-float-nav .fg-float-nav--left:focus,
.fg-float-nav .fg-float-nav--left:hover,
.fg-float-nav .fg-float-nav--right:focus,
.fg-float-nav .fg-float-nav--right:hover {
    color: #e2b201;
    text-decoration: none
}

.fg-float-nav.sticky .fg-float-nav--left,
.fg-float-nav.sticky .fg-float-nav--right {
    position: absolute;
    top: 40%;
    opacity: 70%;
}

.fg-float-nav .fg-float-nav--left:hover,
.fg-float-nav .fg-float-nav--right:hover {
    opacity: 100%;
}

.post__pictures .fg-float-nav {
    margin-bottom: 0
}

.post__pictures .fg-float-nav .fg-float-nav--left,
.post__pictures .fg-float-nav .fg-float-nav--right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

@media (max-width: 767.98px) {
    .post__pictures .fg-float-nav .fg-float-nav--left,
    .post__pictures .fg-float-nav .fg-float-nav--right {
        transform: translateY(-50%) scale(.8)
    }
}

.fg-float-nav--left {
    left: 1rem;
    float: left
}

.fg-float-nav--left:before {
    margin-left: -.1875rem
}

.fg-float-nav--right {
    right: 1rem;
    float: right
}

.fg-float-nav--right:before {
    margin-left: .1875rem
}

.grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 3rem
}

.grid:after {
    display: block;
    clear: both;
    content: ""
}

@media (max-width: 767.98px) {
    .grid {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (min-width: 992px) {
    .grid {
        -ms-flex-direction: row;
        flex-direction: row;
        margin-left: 20px;
        margin-right: 20px
    }
}

.grid__main {
    width: 100%;
    -ms-flex: 1;
    flex: 1;
    flex-flow: column;
    display: flex;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width: 992px) {
    body.desktop .grid__main {
        max-width: 690px
    }
}

.grid__aside {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width: 992px) {
    .grid__aside {
        -ms-flex: 1 0 350px;
        flex: 1 0 350px;
        max-width: 350px
    }
}

.header {
    background: #000;
    padding-left: 20px;
    padding-right: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

@media (min-width: 768px) {
    .header {
        height: 64px;
        padding-left: 32px;
        padding-right: 32px
    }
}

@media (max-width: 767.98px) {
    .header {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 4px
    }
}

.header--brand {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.header--nav {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    text-align: right;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row
}

@media (max-width: 767.98px) {
    .header--nav {
        width: 100%;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -ms-flex-order: 99;
        order: 99
    }
}

.header--search {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.header--tags {
    margin-left: 15px
}

.header--tags &gt; a {
    padding: 15px 0
}

@media (min-width: 768px) {
    .header--tags {
        display: none
    }
}

.header .logo {
    display: block
}

.header--logo {
    display: inline-block
}

.header--nav {
    height: 64px
}

@media (max-width: 767.98px) {
    .header--nav {
        height: auto;
        margin-top: 3px
    }
}

.header--nav &gt; ul {
    padding-left: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 0
}

@media (max-width: 767.98px) {
    .header--nav &gt; ul {
        width: 100%
    }
}

@media (max-width: 767.98px) {
    .header--nav &gt; ul &gt; li {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        text-align: center
    }
}

.header--nav &gt; ul &gt; li &gt; a {
    text-transform: uppercase;
    display: block;
    padding: 0 8px;
    line-height: 59px;
    border-top: 5px solid transparent;
    transition: border .4s ease;
    color: #fed232
}

@media (max-width: 575.98px) {
    .header--nav &gt; ul &gt; li &gt; a {
        letter-spacing: -.3px
    }
}

@media (max-width: 767.98px) {
    .header--nav &gt; ul &gt; li &gt; a {
        line-height: 38px;
        font-size: .875rem
    }
}

.header--nav &gt; ul &gt; li &gt; a:focus,
.header--nav &gt; ul &gt; li &gt; a:hover {
    color: #e2b201;
    text-decoration: none
}

.header--nav &gt; ul &gt; li + li {
    margin-left: 15px
}

.header--nav &gt; ul &gt; li.active &gt; a,
.header--nav &gt; ul &gt; li:hover &gt; a {
    border-color: #fed232
}

.header--nav &gt; ul &gt; li.active &gt; a {
    font-weight: 700
}

.header--search {
    margin-left: 15px
}

.header--search &gt; a {
    display: block;
    font-size: 20px;
    padding: 12px 15px;
    color: #fed232
}

.header--search &gt; a:focus,
.header--search &gt; a:hover {
    color: #e2b201;
    text-decoration: none
}

.header--social {
    margin-left: 20px;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

@media (max-width: 767.98px) {
    .header--social {
        display: none
    }
}

.main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh
}

.post__header {
    padding: 0 1.25rem .7rem
}

@media (min-width: 768px) {
    .post__header {
        padding: 0 2.5rem .7rem
    }
}

.post__figure {
    position: relative;
    overflow: hidden;
    margin-bottom: 0
}

.post__figure img {
    width: 100%
}

.post__figure .image-source {
    position: absolute;
    bottom: 12px;
    right: 12px;
    padding: 2px 10px;
    text-align: right;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 50px;
    color: #fff;
    white-space: nowrap;
    max-width: 20px;
    height: 20px;
    transition: max-width .2s
}

.post__figure .image-source span {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, visibility .2s;
    font-size: 11px
}

.post__figure .image-source:before {
    content: "";
    position: absolute;
    top: -12px;
    bottom: -12px;
    right: -12px;
    left: -12px
}

.post__figure .image-source:after {
    content: "i";
    opacity: 1;
    visibility: visible;
    font-size: 14px;
    color: #fff;
    position: absolute;
    text-align: center;
    font-weight: 700;
    top: 0;
    left: 1px;
    right: 0;
    bottom: 0;
    transition-delay: .2s
}

.post__figure .image-source:hover {
    max-width: 500px
}

.post__figure .image-source:hover span {
    opacity: 1;
    visibility: visible
}

.post__figure .image-source:hover:after {
    visibility: visible;
    opacity: 0;
    transition: opacity .3s, visibility .3s
}

.post__copyright {
    line-height: 1;
    font-size: .875rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 60px;
    margin-top: -60px;
    padding: .625rem;
    position: relative;
    z-index: 2;
    color: #fff
}

.post__copyright:before {
    content: "";
    display: block;
    height: 60px;
    width: 250px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: linear-gradient(167deg, transparent, transparent 50%, #000)
}

.post__body {
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: 40px
}

@media (min-width: 992px) {
    .post__body {
        padding-right: 80px
    }
}

.post__body h1,
.post__body h2,
.post__body h3,
.post__body h4,
.post__body h5,
.post__body h6 {
    padding-top: .5rem
}

.post__body h1 a,
.post__body h2 a,
.post__body h3 a,
.post__body h4 a,
.post__body h5 a,
.post__body h6 a {
    color: #db1249;
    text-decoration: underline
}

.post__body h1 a:focus,
.post__body h1 a:hover,
.post__body h2 a:focus,
.post__body h2 a:hover,
.post__body h3 a:focus,
.post__body h3 a:hover,
.post__body h4 a:focus,
.post__body h4 a:hover,
.post__body h5 a:focus,
.post__body h5 a:hover,
.post__body h6 a:focus,
.post__body h6 a:hover {
    color: #ec1a54;
    text-decoration: underline
}

.post__body a {
    color: #db1249;
    font-weight: 700;
    text-decoration: underline
}

.post__body a:focus,
.post__body a:hover {
    color: #ec1a54;
    text-decoration: none
}

.post__body .link-more {
    color: #000
}

.post__body .link-more:focus,
.post__body .link-more:hover {
    color: #1a1a1a;
    text-decoration: underline
}

.post--title &gt; a {
    color: #000
}

.post--title &gt; a:focus,
.post--title &gt; a:hover {
    color: #1a1a1a;
    text-decoration: underline
}

.post__meta {
    font-size: .875rem;
    display: block;
    color: #666;
    margin-bottom: 1.25rem;
    margin-top: 1.25rem
}

.post__meta a {
    font-weight: 400;
    color: #666;
    text-decoration: underline
}

.post__meta a:focus,
.post__meta a:hover {
    color: #4d4d4d
}

.post__pictures {
    position: relative;
    margin-bottom: 1.25rem
}

@media (min-width: 576px) {
    .post__pictures {
        margin-bottom: 2.5rem
    }
}

.post__pictures .tag {
    position: absolute;
    left: 0;
    top: 0
}

.post--perex {
    display: block;
    font-size: 1.3125rem;
    line-height: 1.875rem;
    margin-bottom: 2.5rem
}

.post--perex ul &gt; li {
    margin-bottom: 1rem
}

.post__gallery {
    padding: .25rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 575.98px) {
    .post__gallery {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.post__pictures--sm .post__gallery {
    padding: .125rem 0;
    margin-left: -.125rem
}

.post__gallery__item {
    -ms-flex: 1 1 190px;
    flex: 1 1 190px;
    max-width: 190px;
    position: relative;
    border: .125rem solid #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.post__gallery__item img {
    display: block
}

.post__gallery__item:before {
    content: "";
    display: block;
    padding-bottom: 100%
}

.post__gallery__item:after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    content: "";
    border: .25rem solid transparent;
    transition: all .3s ease
}

.post__gallery__item:hover:after {
    border-color: #fed232
}

@media (max-width: 575.98px) {
    .post__gallery__item {
        -ms-flex: 1 1 33%;
        flex: 1 1 33%;
        max-width: 33%
    }

    .post__gallery__item:nth-child(n+4) {
        display: none
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .post__gallery__item:nth-child(n+5) {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .post__gallery__item:nth-child(n+5) {
        display: none
    }
}

@media (max-width: 575.98px) {
    .post__gallery .btn {
        margin-top: 1rem
    }
}

@media (min-width: 576px) {
    .post__gallery .btn {
        margin-left: 1rem
    }
}

@media (min-width: 576px) {
    .post__pictures--sm .post__gallery .btn {
        font-size: 1rem;
        padding-left: .7rem;
        padding-right: .7rem;
        margin-left: .5rem
    }
}

.section {
    overflow-x: hidden
}

.section__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width: 768px) {
    .section__header {
        padding-left: 40px;
        padding-right: 40px
    }
}

.section__body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.section__action {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.fb-gallery__grid,
.gallery__list--grid,
.header,
.wrap {
    margin: auto;
    width: 100%;
    max-width: 1080px;
    position: relative;
    z-index: 10
}

.wrap {
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1)
}

.wrap:after {
    display: table;
    clear: both;
    content: ""
}

@media (min-width: 992px) {
    .wrap.branding-wrapper.shrinked-wrapper .title-box--left:before,
    .wrap.branding-wrapper.shrinked-wrapper .title-box--right:before {
        width: 30px
    }

    .wrap.branding-wrapper.shrinked-wrapper .cases,
    .wrap.branding-wrapper.shrinked-wrapper .opener,
    .wrap.branding-wrapper.shrinked-wrapper .special {
        margin-left: 10px;
        margin-right: 10px
    }

    .wrap.branding-wrapper.shrinked-wrapper .article__grid {
        margin-top: 2rem
    }

    .wrap.branding-wrapper.shrinked-wrapper .widget__gallery {
        margin-right: -32px
    }

    .wrap.branding-wrapper.shrinked-wrapper .float-offset--left {
        margin-left: -30px
    }
}

@media (max-width: 991px) {
    .wrap.branding-wrapper.shrinked-wrapper .article__grid {
        margin-top: 2rem;
    }
}

a.btn.btn-primary.text-uppercase.mt-1 {
    color: #000;
    text-decoration: none;
}

a.btn.btn-primary.text-uppercase.mt-1:hover {
    color: #000;
    background-color: #feca0c;
    border-color: #fcc601;
}

@media (max-width: 575.98px) {
    .instagram-media {
        min-width: 0px !important;
    }

    .fb-post {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

.yellow_transparent_button {
    font-family: Barlow Condensed, Barlow Condensed-fallback-helvetica, Barlow Condensed-fallback-arial, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    color: #000;
    font-weight: 500;
    background: #fed232;
    font-size: 15px;
    font-weight: bold;
    min-height: 20px;
    padding: 5px 20px;
    text-transform: uppercase;
    opacity: 0.8;
    border: none;
}

.article-horizontal__yellow_transparent_button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 40;
}

#discussion iframe {
    border-width: 0px;
}

.post__body div .extra-embed &gt; iframe,
.post__body div &gt; iframe[src*="facebook.com"],
.post__body .twitter-tweet &gt; iframe,
.post__body .video-container &gt; iframe,
.post__body .instagram-media &gt; iframe,
.post__body .tiktok-embed &gt; iframe,
.post__body .fb-post &gt; iframe {
    max-width: 100%;
}

.img-asset {
    display: block;
    max-height: 600px;
    margin: 30px auto;
}


.fb-share-button {
    display: inline-block;
    position: relative;
    top: -8px;
}

.fb-like {
    display: inline-block;
}

.widget-tag-body h2 {
    font-size: 1.5rem;
    margin-bottom: 0.4rem !important;
}

.widget-tag-body h3 {
    font-size: 1.1rem;
    margin-bottom: 0.4rem !important;
}

.widget-tag-body &gt; .text-collapse[aria-expanded=false] {
    height: 200px !important;
}

@media (max-width: 575.98px) {
    .widget-tag-body &gt; .text-collapse[aria-expanded=false] {
        height: 100px !important;
    }
}

@media (max-width: 575.98px) {
    .medaillon--lg-centred {
        width: 100%;
    }
}

.vjs-media-title, .vjs-suggestion-title {
    display: none;
}

.new_post_gallery_item:before {
    padding-bottom: unset !important;
}


.branding-wrapper {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1080px
}

.branding:before, .bb_branding:before {
    content: "reklama";
    font-size: 10px;
    font-family: sans-serif;
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 11px;
    padding: 2px 4px;
    background-color: #e8e8e8;
    color: #000;
    z-index: 1;
    border-radius: 3px;
    border: 1px solid #d6d6d6;
    box-shadow: 0 0 4px rgba(0, 0, 0, .5);
}

.full-gallery.branding:before, .full-gallery.bb_branding:before {
    top: 90px;
}

#pfx_wrapper {
    position: fixed;
    z-index: 10000
}

.temp-img {
    display: block;
    max-width: 100%;
    margin: 30px auto;
}

.post__body a.btn.btn-primary.text-uppercase.mt-1 {
    font-weight: 500;
}

.js--collapse-cases-to-top {
    position: absolute;
}

.video-preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #db1249;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.black-background {
    background-color: black;
}

#sznssp-88458-1.adFull {
    width: 100%;
}

.grid__main .post__body.clearfix .fix-ads-ovflw-inner.ads-in.adFull {
    margin-left: -20px;
    margin-right: -20px;
}

.unset-pb a:before {
    padding-bottom: unset !important;
}

.search-div {
    position: relative;
    padding: 0 20px 20px 20px;
    max-width: 1080px;
    margin: 0 auto;
    width: 100%;
}

.search-div i {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 20px;
    color: #fcc707;
}

#searchText {
    border: 0;
    background: transparent;
    border-bottom: 3px solid #fcc707;
    outline: none;
    width: 100%;
    color: white;
    font-size: 30px;
    font-weight: 600;
}

#searchText::placeholder {
    opacity: 0.5;
    color: #ffffff;
    font-weight: 200;
    font-style: normal;
    letter-spacing: -0.7px;
    line-height: 48px;
    text-align: left;
}

#searchResultDiv {
    max-width: 1080px;
    margin: 0 auto;
    width: 100%;
}

.search-result-title {
    font-size: 16px;
    color: #fcc707;
    text-transform: uppercase;
    font-weight: 600;
}

.search-result-tag {
    padding: 5px 20px 20px 20px;
}

.search-result-tag .taglist {
    display: flex;
}

.search-result-tag .taglist .tags {
    display: flex;
    margin-bottom: 25px;
    width: 33.3%;
}

.search-result-tag .taglist .tags a {
    flex: none;
}

.search-result-tag .taglist .tags img {
    height: 110px;
    width: 110px;
    object-fit: cover;
    border-radius: 50%;
}

.search-result-tag .taglist .tags .data {
    margin-top: 10px;
    margin-left: 20px;
}

.search-result-tag .taglist .tags .data a:hover {
    text-decoration: none;
}

.search-result-tag .taglist .tags .data span {
    width: 100%;
    display: block;
    color: #fff;
}

.search-result-tag .taglist .tags .tag-title {
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 1.75rem;
    margin-bottom: 3px;
}

.search-result-tag .taglist .tags .tag-subtitle {
    font-size: 15px;
}

.search-result-tag .taglist .tags .tag-link a {
    font-weight: 400;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .1px;
    text-transform: uppercase;
    color: white;
}

.search-result-tag .taglist .tags .tag-link a:hover {
    text-decoration: underline;
}

.search-result-article {
    padding: 5px 20px 20px 20px;
}

.modal-transparent .close:hover {
    color: #feca0c !important;
}

@media (max-width: 900px) {
    .search-result-tag .taglist {
        display: block;
    }

    .search-result-tag .taglist .tags {
        display: flex;
        margin-bottom: 25px;
        width: 100%;
    }
}


span .fb-like {
    margin-left: -1rem;
}

.mb-3px {
    margin-bottom: 3px;
}

.footer hr {
    border-color: #3A3A3A;
}


.footer__list ul {
    margin-left: -18px;
    margin-top: 7px;
    bottom: 3px;
}

.footer__list li {
    padding-left: 10px;
    color: #fed232;
}

.footer_links li {
    margin-bottom: 3px;
}


.font_16 {
    font-size: 16px;
}

.mt-35 {
    margin-top: 35px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mt-25 {
    margin-top: 25px;
}

.static-preffered-list {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 38px;
}

.static-preffered-list a {
    font-size: 19px;
    color: #fed232;
    margin-top: 22px;
    display: inline-block;
}

.static-preffered-list a:not(:first-child) {
    margin-left: 30px;
}

.debug-log {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (max-width: 320px) {
    .header--search &gt; a {
        padding: 12px 10px;
    }

    .header--search {
        margin-left: 5px;
    }

    .header--tags {
        margin-left: 5px;
    }
}

@media (max-width: 290px) {
    .header--search &gt; a {
        padding: 12px 5px;
    }

    .header--search {
        margin-left: 3px;
    }

    .header--tags {
        margin-left: 3px;
    }
}

.next-page-btn {
    width: 100%;
    max-width: 230px;
}

.hp-special-box {
    padding-top: 0;
    padding-bottom: 40px;
    background-color: #282828;
}

@media (min-width: 768px) {
    .hp-special-box {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.hp-special-box .hp-special-box-title {
    margin-left: 20px;
    margin-right: 20px;
}

.hp-special-box .hp-special-box-title h3 a {
    font-size: 27px;
    color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 768px) {
    .hp-special-box .hp-special-box-title h3 a {
        font-size: 32px;
    }
}

.hp-special-box .hp-special-box-title h3 a span {
    display: block;
    font-size: 24px;
    color: #ffd933;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .hp-special-box .hp-special-box-title h3 a span {
        display: inline;
        font-size: 30px;
    }
}

.hp-special-box .opener {
    margin-left: 20px;
    margin-right: 20px;
}

@media (min-width: 768px) {
    .hp-special-box .opener {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.hp-special-box .opener .opener__body {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .hp-special-box .opener .opener__body {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.hp-special-box .opener .opener__body .opener--title {
    line-height: 27px;
    font-size: 24px;
}

@media (min-width: 576px) {
    .hp-special-box .opener .opener__body .opener--title {
        line-height: 48px;
        font-size: 44px;
    }
}

.hp-special-box .article__list {
    margin-bottom: 0;
}

.hp-special-box .hp-special-box-button {
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 768px) {
    .hp-special-box .hp-special-box-button {
        margin-top: 10px;
        margin-left: 20px;
        margin-right: 20px;
    }
}

.hp-special-box .hp-special-box-button a {

}

#discussion {
    min-height: 378px;
}

@media (max-width: 767.98px) {
    .footer__cell.burdamedia-extra-logo {
        display: block;
    }
}

body.ads-ads .ads {
    text-align: center;
    display: block;
}

body.ads-ads .ads-in {
    display: inline-block;
    min-width: 300px;
}

body.ads-ads .ads-in-m-eom {
    display: inline-block;
    min-width: 300px;
    margin-bottom: 20px;
}

body.ads-ads .ads-in-seznam {
    display: inline-block;
    margin-bottom: -23px;
}

body.ads-ads .ads-in.adFull::before {
    font-family: arial;
    font-size: 10px;
    color: #000;
    display: block;
    height: 11px;
    text-align: right;
    line-height: 11px;
}

body.ads-ads .full-gallery .ads-in.adFull::before {
    color: #fff;
}

body.ads-ads .center-el {
    display: inline-block;
    min-width: 300px;
}

body.full-gallery.bb_branding {
    background-position-y: 52px !important;
}


.pagination {
    margin-top: 30px;
}

.pagination .chevron {
    position: relative;
    top: -2px;
}

.pagination .chevron:hover {
    text-decoration: none;
    background-color: inherit;
    font-weight: inherit;
}

.pagination a {
    text-decoration: none;
    display: inline;
    padding: 2px 4px;
    color: #222222;
}

.pagination span {
    text-decoration: none;
    display: inline;
    color: #222222;
}

.pagination a:hover {
    background-color: #f0f0f0;
}

.pagination a.active {
    text-decoration: none;
    background-color: #f0f0f0;
    font-weight: 700;
}

.pagination a:focus {
    text-decoration: none;
}

.pagination.light a, .pagination.light span {
    color: #ffffff;
}

.pagination.light a:hover, .pagination.light a.active {
    background-color: #222222;
}

.pagination.light .chevron:hover {
    text-decoration: none;
    background-color: inherit;
    font-weight: inherit;
}

.video-exists.video-thumbnail-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 5px;
}

.commercial-article .post__header h1 {
    font-style: italic;
}

.commercial-article .post__body p {
    font-style: italic;
}

.commercial-article .post__body h2 {
    font-style: italic;
}

.commercial-article .post--perex {
    font-style: italic;
}

body.ads-ads.ads-seznam.ads-is-desktop #Leaderboard-branding-1 {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
}

body.ads-ads.ads-seznam.ads-is-desktop #Leaderboard-branding-1.adFull {
    width: 2000px;
    height: 1400px;
}

body.ads-ads.ads-seznam.ads-is-desktop #Leaderboard-branding-1.adFull ~ #page {
    position: relative;
    top: 226px;
}

article.not-found-page section {
    text-align: center;
}

article.not-found-page section h1 {
    font-size: 94px;
    color: #feca0c;
}

article.not-found-page section h2 {
    text-align: left;
}

article.not-found-page section p {
    text-align: left;
}

article.not-found-page section a.btn {
    max-width: 300px;
}

article.not-found-page section .tag-boxs {
    text-align: left;
}

.ui-burda-video-player {
    position: relative;
}

.ui-burda-video-player__video-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

[id$="_playlist"] {
    display: grid !important; /* !important to override inline style */
    grid-auto-flow: column;
    grid-auto-columns: 130px; /* Assuming $ui-burda-video-player-image-width is a fixed value of 130px */
    overflow-x: overlay !important; /* !important to override inline style */
    padding-bottom: 0 !important; /* !important to override inline style */
    scrollbar-width: thin;
}

[id$="_playlist"]::-webkit-scrollbar {
    display: none;
    width: 1px;
    height: 1px;
}

[id$="_playlist"] &gt; * {
    width: auto !important; /* !important to override inline style */
}

[id$="_playlist"] svg[width="6"][height="10"] {
    display: none;
}

[id$="_playlist"] svg[width="20"][height="20"] {
    transform: scale(1.5);
}

.ui-burda-video-player__playlist-item {
    position: relative;
    width: 130px; /* Assuming $ui-burda-video-player-image-width is a fixed value of 130px */
}

.ui-burda-video-player__playlist-item-poster {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ui-burda-video-player__playlist-item-duration {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.25em 0.5em;
    background-color: #fff;
    color: #000;
}

.ui-burda-video-player__playlist-item-title {
    display: -webkit-box;
    overflow: hidden;
    padding: 0.25em 0.5em;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.ui-burda-video-player--ratio {
    width: 100% !important; /* !important to override styles from project */
    height: 0 !important; /* !important to override styles from project */
}

.ui-burda-video-player--ratio.ui-burda-video-player--16x9 {
    padding-bottom: calc(9 / 16 * 100%);
}

.tag-special-header {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: black;
    padding: 1.25rem 1.25rem 1.875rem
}

.tag-special-header .breadcrumb .breadcrumb-item,
.tag-special-header .breadcrumb .breadcrumb-item a {
    color: #ffffff;
}

.tag-special-header-content-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 20px;
}

.tag-special-header-content {
    width: 100%;
}

@media (min-width: 768px) {
    .tag-special-header-content {
        width: 50%;
    }
}

.tag-special-header-content-logo {
    width: auto;
    height: 150px;
    margin-bottom: 1rem;
}

.tag-special-header-content h1,
.tag-special-header-content h2 {
    color: #ffffff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 2.5rem;
}

.tag-special-header-content h1 a,
.tag-special-header-content h2 a {
    color: #ffffff;
}

.tag-special-header-content p {
    color: #ffffff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.15rem;
    line-height: 1.25;
    font-weight: 400;
}

.special-menu-wrapper {
    background-color: black;
    padding: 1rem 2.5rem;
    min-height: 56px;
}

.special-menu-wrapper ul.special-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.special-menu-wrapper ul.special-menu li {
    padding: 0 15px 0 15px;
    position: relative;
}

.special-menu-wrapper ul.special-menu:not(.open) li:not(.more, .less, :nth-last-child(3)),
.special-menu-wrapper ul.special-menu.open li:not(.more, .less, :nth-last-child(2)) {
    border-right: 1px solid #fed232;
}

.special-menu-wrapper ul.special-menu h3 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 24px;
}

.special-menu-wrapper ul.special-menu li a {
    text-decoration: none;
    color: #fed232 !important;
    text-transform: uppercase;
    cursor: pointer;
    text-wrap: nowrap;
}

.special-menu-wrapper ul.special-menu li.more a,
.special-menu-wrapper ul.special-menu li.less a {
    text-decoration: none;
    color: #ffffff !important;
    text-transform: uppercase;
    cursor: pointer;
    text-wrap: nowrap;
}

.special-menu-wrapper ul.special-menu li a:hover {
    color: #e2b201 !important;
}

.special-menu-wrapper .special-menu .special-menu-item.more {
    cursor: pointer;
}

.special-menu-wrapper .special-menu.open .hidden {
    display: block;
}

.special-menu-wrapper .special-menu.open .special-menu-item.more {
    display: none;
}

.special-menu-wrapper .special-menu:not(.open) .special-menu-item.less {
    display: none;
}

.hidden {
    display: none;
}

table {
    width: 100%;
    border-collapse: separate;
    overflow: hidden;
    border-spacing: 0;
    border-radius: 5px;
    text-align: left;
    margin-bottom: 1rem;
}

table thead th {
    padding: .5em 1.5em;
    vertical-align: middle;
    border-right: 1px solid #DDBE4C;
    color: #000000;
    background-color: #F7D456;
    font-weight: 700 !important;
}

table thead th td * {
    color: #000000 !important;
    background: none !important;
    font-weight: 700 !important;
}

table tbody tr td {
    padding: .5em 1.5em;
    vertical-align: middle;
    border-right: 1px solid #515151;
    border-bottom: 1px solid #515151;
    color: #FFFFFF !important;
    background-color: #1B1B1B;
    font-weight: 400 !important;
}

table tbody tr td * {
    color: #FFFFFF !important;
    background: none !important;
    font-weight: 400 !important;
}

table th:last-child,
table td:last-child {
    border-right: none;
}

table tbody tr:last-child th,
table tbody tr:last-child td {
    border-bottom: none;
}

.primary-special {
    background: #E5E5E5;
    padding-top: 2rem;
    margin-bottom: 40px;
}

.primary-special .tag-special-header {
    margin: 0 1.25rem 1.5rem 1.25rem;
}

@media (min-width: 768px) {
    .primary-special .tag-special-header {
        margin: 0 2.5rem 1.5rem 2.5rem;
    }
}

.primary-special .article__list {
    margin-bottom: 0;
}

.primary-special .article__list__item {
    margin-bottom: 1rem;
}

.primary-special .btn-primary {
    margin-bottom: 20px;
}

@media (max-width: 575.98px) {
    .primary-special .article__list__item:not(:first-child) {
        margin-top: 0;
    }

    .primary-special .article__list__item:not(:first-child) article {
        display: flex;
    }

    .primary-special .article__list__item:not(:first-child) article .article__picture {
        margin-right: .5rem;
    }

    .primary-special .article__list__item:not(:first-child) article .article__picture,
    .primary-special .article__list__item:not(:first-child) article .article__body {
        flex: 1;
    }

    .primary-special .article__list__item:not(:first-child) article .article__tags {
        display: none;
    }

    .primary-special .article__list__item:not(:first-child) article .article__body {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        max-height: 100%;
    }

    .primary-special .article__list__item article .article__body h3 {
        color: white;
    }

    .primary-special .article__list__item:not(:first-child) article .article__body h3.article--title {
        margin-top: 0;
        font-size: 1.15rem;
        line-height: 1.55rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
    }
}

@media (max-width: 487.98px) {
    .primary-special .article__list__item:not(:first-child) article .article__body h3.article--title {
        -webkit-line-clamp: 4;
    }
}

.secondary-special {
    background: #282828;
    padding-top: 1.5rem;
    margin-bottom: 40px;
}

.secondary-special h2 {
    color: #FFFFFF;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
}

.secondary-special .btn-primary {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .secondary-special h2 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.secondary-special h2 a {
    color: #FFFFFF;
}

.secondary-special .article__list {
    margin-bottom: 0;
}

.secondary-special .article__list__item {
    margin-bottom: 1rem;
}

@media (max-width: 575.98px) {
    .secondary-special .article__list__item:not(:first-child) {
        margin-top: 0;
    }

    .secondary-special .article__list__item:not(:first-child) article {
        display: flex;
    }

    .secondary-special .article__list__item:not(:first-child) article .article__picture {
        margin-right: .5rem;
    }

    .secondary-special .article__list__item:not(:first-child) article .article__picture,
    .secondary-special .article__list__item:not(:first-child) article .article__body {
        flex: 1;
    }

    .secondary-special .article__list__item:not(:first-child) article .article__tags {
        display: none;
    }

    .secondary-special .article__list__item:not(:first-child) article .article__body {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        max-height: 100%;
    }

    .secondary-special .article__list__item article .article__body h3 {
        color: white;
    }

    .secondary-special .article__list__item:not(:first-child) article .article__body h3.article--title {
        margin-top: 0;
        font-size: 1.15rem;
        line-height: 1.55rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
    }
}

@media (max-width: 487.98px) {
    .secondary-special .article__list__item:not(:first-child) article .article__body h3.article--title {
        -webkit-line-clamp: 4;
    }
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.riddle2-wrapper {
    max-width: 640px !important;
    width: 100% !important;
}

:root {
    --radius-sm: 4px;
    --color-black: #000000;
    --color-white: #ffffff;
    --color-primary: #007bff;
    --header-height: 60px;
    --row-main-gutter: 20px;
}

.b-player {
    aspect-ratio: 16/9;
    border-radius: 4px;
    background: #000000;
    overflow: hidden;
}

.b-player__holder {
}

.b-player__close {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    padding: 3px 8px;
    color: #000000;
    background-color: #fed232;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10000;
}

@media (max-width: 575.98px) {
    .b-player__close {
        font-size: 35px !important;
        font-weight: normal !important;
        padding: 0 10px !important;
    }
}

.b-player.is-fixed .b-player__holder {
    position: fixed;
    top: calc(var(--header-height) + 10px);
    right: calc(50% + var(--row-main-gutter) - (1080px / 2));
    z-index: 10000;
    width: 300px;
    border: 2px solid #fed232;
    overflow: hidden;
}

@media (max-width: 575.98px) {
    .b-player.is-fixed .b-player__holder {
        top: 0 !important;
        right: 0 !important;
        left: 0 !important;
        bottom: auto !important;
        width: calc(100% - 40px) !important;
        margin: 20px;
    }
}

.b-player.is-fixed .b-player__holder &gt; * {
    border-radius: 0;
}

.b-player.is-fixed .b-player__close {
    display: flex;
}

.b-player.is-fixed .b-player__holder--bottom-right {
    top: auto;
    right: calc(var(--row-main-gutter) / 2);
    bottom: calc(var(--row-main-gutter) / 2);
}

@media (max-width: 1080px) {
    .b-player.is-fixed .b-player__holder {
        right: var(--row-main-gutter);
    }
}

@media (min-width: 1920px) {
    .b-player.is-fixed .b-player__holder {
        width: 410px;
    }
}

.post__body a.ui-tips-widget-card__button {
    color: var(--ui-tips-widget-card-button-color, var(--ui-tips-widget-card-button-color--initial, #fff)) !important;
    line-height: 1.5;
    text-decoration: none;
}

.post__body {
    --ui-tips-widget-font-size: calc(12 / 1.125);
}

a.ui-tips-widget-card__button:hover {
    color: var(--ui-tips-widget-card-button-color, var(--ui-tips-widget-card-button-color--initial, #fff)) !important;
    text-decoration: none !important;
}</pre></body></html>