@charset "UTF-8";

*,
::after,
::before {
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color)
}

h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {
    h1 {
        font-size: 2.5rem
    }
}

h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {
    h2 {
        font-size: 2rem
    }
}

h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
    h3 {
        font-size: 1.75rem
    }
}

h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {
    h4 {
        font-size: 1.5rem
    }
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title] {
    text-decoration: underline dotted;
    cursor: help;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul {
    padding-left: 2rem
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

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
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: .875em
}

mark {
    padding: .1875em;
    color: var(--bs-highlight-color);
    background-color: var(--bs-highlight-bg)
}

sub,
sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline
}

a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: .875em;
    color: var(--bs-code-color);
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .1875rem .375rem;
    font-size: .875em;
    color: var(--bs-body-bg);
    background-color: var(--bs-body-color);
    border-radius: .25rem
}

kbd kbd {
    padding: 0;
    font-size: 1em
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--bs-secondary-color);
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none !important
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}

@media (min-width:1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

body {
    font-family: Roboto, Arial, sans-serif;
    line-height: 1.75;
    font-size: 1.6rem;
    color: #222;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased
}

@media (min-width:992px) {
    body {
        font-size: 1.8rem
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 900;
    font-size: 2.2rem;
    padding-top: 2rem;
    margin-bottom: 2rem
}

h1 {
    font-size: 3.5rem;
    text-transform: uppercase;
    font-weight: 900;
    padding-top: 0
}

@media (min-width:992px) {
    h1 {
        font-size: 4.5rem
    }
}

h2 {
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 2rem
}

@media (min-width:992px) {
    h2 {
        font-size: 3rem
    }
}

h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem
}

@media (min-width:992px) {
    h3 {
        font-size: 2.2rem
    }
}

html {
    font-size: 62.5%
}

* {
    outline: 0
}

body {
    max-width: 100%
}

body.menu-opened {
    overflow: hidden
}

img {
    max-width: 100%;
    height: auto
}

#wpadminbar {
    position: fixed
}

::selection {
    background-color: #00a83f;
    color: #fff
}

.button,
.button-default {
    background: #ce9c06;
    color: #fff !important;
    font-size: 1.8rem;
    font-weight: 400;
    border-radius: 49px;
    padding: 2rem;
    align-items: center;
    display: inline-block;
    margin-top: 1rem;
    line-height: 1;
    margin-bottom: 1rem;
    border: none
}

@media (min-width:992px) {

    .button,
    .button-default {
        margin-top: 3rem;
        margin-bottom: 3rem
    }
}

.button-default:hover,
.button:hover {
    color: #fff !important
}

.button-default:hover::after,
.button:hover::after {
    transform: translateX(.5rem)
}

.button--white,
.button-default--white {
    background: #fff;
    color: #2b2b2b !important
}

.button--white:hover,
.button-default--white:hover {
    color: #2b2b2b !important
}

.button--ghost,
.button-default--ghost {
    background: #fff;
    color: #2b2b2b !important;
    border: 1px solid #00a83f
}

.button--ghost:hover,
.button-default--ghost:hover {
    color: #2b2b2b !important
}

.wp-block-buttons {
    margin: 2rem auto
}

@media (min-width:992px) {
    .wp-block-buttons {
        margin: 3rem auto
    }
}

.wp-block-buttons .wp-block-button__link {
    background: #00a83f;
    color: #fff !important;
    font-size: 1.8rem;
    font-weight: 400;
    border-radius: 49px;
    padding: 1rem 1rem 1rem 2rem;
    display: flex;
    align-items: center;
    line-height: 1
}

.wp-block-buttons .wp-block-button__link::after {
    content: url(../img/icons/arrow.svg);
    width: 46px;
    height: 46px;
    position: static;
    display: inline-block;
    background: #ecf0f6;
    border-radius: 50%;
    top: unset;
    left: unset;
    margin-left: 1rem;
    line-height: 42px;
    transition: .2s
}

.wp-block-buttons .wp-block-button__link:hover {
    text-decoration: underline;
    color: #fff !important
}

.wp-block-buttons .wp-block-button__link:hover::after {
    width: 46px !important;
    transform: translateX(.5rem)
}

a {
    color: #000;
    text-decoration: none
}

a,
a:link,
a:visited {
    text-decoration: none;
    transition: all .2s;
    cursor: pointer
}

a:active,
a:hover {
    color: #00a83f;
    text-decoration: underline
}

embed,
iframe,
object {
    max-width: 100%
}

img {
    height: auto;
    max-width: 100%
}

figure {
    margin: 1em 0
}

.icon {
    width: 1.3rem;
    height: 1.3rem;
    margin-right: .2rem
}

.icons {
    display: flex;
    justify-content: center
}

.icons a {
    margin-right: 1rem;
    align-items: center;
    display: flex
}

.wp-block-table {
    margin-bottom: 2rem
}

.wp-block-table table {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.wp-block-table table thead {
    font-size: 1.6rem;
    border-bottom: none
}

.wp-block-table table thead tr th {
    background: #ecf0f6;
    color: #000;
    font-weight: 300;
    padding: 10px 10px;
    border: none;
    box-shadow: 0 0 1px 1px #ecf0f6 !important
}

.wp-block-table table thead tr th:nth-child(1) {
    border-radius: 22px 0 0 0
}

.wp-block-table table thead tr th:nth-last-child(1) {
    border-radius: 0 22px 0 0
}

.wp-block-table table thead tr td {
    border: none
}

.wp-block-table table tbody {
    font-size: 1.6rem
}

.wp-block-table table tbody tr td {
    border: 1px solid #ecf0f6 !important;
    padding: 5px 10px
}

.wp-block-table figcaption {
    color: #666;
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 1rem
}

.wp-block-table .odd-box {
    background: #f5f5f5;
    display: inline-block;
    padding: .5rem 1.5rem;
    text-align: center
}

.wp-block-table .odd-box--highlight {
    background: #e7e7e7;
    font-weight: 600;
    color: #00a83f
}

.wp-block-table .odd-box--bookie {
    font-weight: 600;
    font-size: 1.2rem;
    padding: .5rem 0;
    min-width: 80%;
    line-height: 2rem
}

.wp-block-table .odd-box--bookie span {
    display: block;
    font-weight: 500
}

.wp-block-list {
    list-style-type: none;
    padding-left: 3rem;
    list-style-position: outside
}

.wp-block-list li {
    position: relative
}

.wp-block-list li::before {
    content: "•";
    position: absolute;
    left: -1.5rem;
    transform: translateX(-50%);
    color: rgba(43, 43, 43, .9)
}

.comments {
    width: 100%;
    border-top: 2px solid #333;
    position: relative;
    padding-top: 2rem;
    z-index: 2;
    background: #fff
}

@media (min-width:992px) {
    .comments {
        padding-left: 25%;
        margin-top: 2rem;
        padding-right: 10%
    }
}

@media (max-width:991.98px) {
    .comments {
        padding: 0 2rem
    }
}

.comments__title {
    font-weight: 600;
    top: 2rem;
    position: relative
}

@media (min-width:992px) {
    .comments__title {
        position: absolute;
        left: 0;
        top: 3rem
    }
}

.comments__count {
    display: none
}

.comments__list {
    margin: 3rem 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #ddd
}

.comments__list .comment {
    border-top: 1px solid #ddd
}

.comments__list .children {
    list-style: none
}

@media (max-width:991.98px) {
    .comments__list .children {
        padding-left: 2rem;
        font-size: 1.5rem
    }
}

.comments__list .comment-body {
    padding: 2.5rem 0 2rem 0;
    position: relative
}

@media (min-width:992px) {
    .comments__list .comment-body {
        padding: 4rem 0 2rem 0
    }
}

.comments__list .comment-body__image {
    position: absolute;
    top: 2rem;
    left: 0;
    width: 4rem;
    height: 4rem
}

@media (min-width:992px) {
    .comments__list .comment-body__image {
        width: 7rem;
        height: 7rem
    }
}

.comments__list .comment-body__image img {
    border-radius: 50%;
    width: 4rem;
    height: 4rem
}

@media (min-width:992px) {
    .comments__list .comment-body__image img {
        width: 7rem;
        height: 7rem
    }
}

.comments__list .comment-body__main {
    padding-left: 5.5rem;
    display: flex;
    flex-wrap: wrap
}

@media (min-width:992px) {
    .comments__list .comment-body__main {
        padding-left: 10rem
    }
}

.comments__list .comment-body__main cite {
    font-style: normal;
    font-weight: 600;
    width: 100%
}

@media (min-width:992px) {
    .comments__list .comment-body__main cite {
        width: 50%
    }
}

.comments__list .comment-body__meta {
    width: 100%;
    font-size: 1.4rem;
    color: #999
}

@media (min-width:992px) {
    .comments__list .comment-body__meta {
        width: 50%;
        text-align: right
    }
}

.comments__list .comment-body__text {
    width: 100%;
    margin-top: 1rem
}

.comments__list .comment-body .reply {
    text-transform: uppercase;
    text-align: right;
    width: 100%
}

.comments .comment-reply-title {
    font-weight: 600
}

.comments .comment-reply-title small {
    margin-left: 1rem
}

.comments .comment-notes {
    font-size: 1.6rem;
    width: 100%
}

.comments .comment-form-author br,
.comments .comment-form-author label,
.comments .comment-form-comment br,
.comments .comment-form-comment label,
.comments .comment-form-email br,
.comments .comment-form-email label {
    display: none
}

.comments .comment-form-author input,
.comments .comment-form-author textarea,
.comments .comment-form-comment input,
.comments .comment-form-comment textarea,
.comments .comment-form-email input,
.comments .comment-form-email textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 1.7rem 2rem;
    font-size: 1.7rem
}

.comments .comment-form-comment {
    width: 100%
}

.comments .comment-form-author,
.comments .comment-form-email,
.comments .form-submit {
    width: 100%;
    float: left;
    margin-top: 2rem
}

@media (min-width:992px) {

    .comments .comment-form-author,
    .comments .comment-form-email,
    .comments .form-submit {
        width: 30%
    }
}

.comments .submit {
    width: 100%;
    margin: 0;
    height: 66px;
    padding: 1rem
}

.comments .submit:hover {
    text-decoration: underline
}

.comments .comment-form {
    margin-bottom: 3rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.comments .comment-awaiting-moderation {
    width: 100%;
    color: orange
}

.wp-block-embed-youtube {
    margin-top: 4rem;
    margin-bottom: 4rem
}

.wp-block-embed-youtube .wp-block-embed__wrapper {
    padding-bottom: 56.25%;
    height: 0
}

.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.wp-block-embed-youtube figcaption {
    display: table;
    font-size: 1.2rem;
    border-bottom: 2px solid #ddd;
    padding: .5rem 1rem;
    margin: 0 0 0 auto
}

.wp-block-column>.wp-block-quote {
    padding: 0
}

.wp-block-quote {
    color: #757575;
    padding: 2rem;
    font-style: italic
}

.wp-block-quote::before {
    content: "";
    width: 4rem;
    height: 4rem;
    background: #00a83f;
    border-radius: 50%;
    display: block;
    margin-bottom: 1rem;
    background-image: url(../img/icons/quote.svg);
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: center
}

.wp-block-quote cite {
    color: #00a83f;
    text-transform: uppercase;
    font-size: 1.5rem
}

.wp-block-image {
    margin-bottom: 1rem
}

@media (max-width:991.98px) {

    .wp-block-image .alignleft,
    .wp-block-image .alignright {
        float: none;
        margin: 2rem auto
    }
}

.wp-block-image figure {
    margin-top: 3rem;
    margin-bottom: 3rem
}

.wp-block-image figcaption {
    font-size: 1.4rem;
    color: #7d7d7d;
    text-align: center;
    padding: 1rem 0;
    margin: 0
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption .wp-caption-text {
    margin: 1em 0
}

.wp-caption-text {
    text-align: center
}

.breadcrumbs {
    list-style: none;
    margin: 0 0 2rem 0;
    padding: 2rem 0 0 0;
    font-size: 1.4rem
}

@media (min-width:992px) {
    .breadcrumbs {
        padding: 3rem 0 0 0
    }
}

.breadcrumbs li {
    display: inline;
    color: #aaa
}

.breadcrumbs li:not(:last-child)::after {
    content: "/";
    margin: 0 5px;
    color: #00a83f;
    opacity: .5
}

.breadcrumbs li a {
    color: #aaa
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 3rem;
    color: #00a83f;
    margin-top: 2rem;
    justify-content: center
}

.pagination .page-numbers {
    display: flex;
    margin: .5rem;
    border-radius: 1px;
    align-items: center;
    justify-content: center;
    padding: 0 1.25rem;
    height: 4rem;
    width: 4rem
}

.pagination .page-numbers:hover {
    text-decoration: underline
}

.pagination .page-numbers.current {
    background: #00a83f;
    color: #fff
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev {
    text-transform: uppercase;
    height: 4rem;
    width: auto
}

.thumbnail {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 4rem;
    margin-top: 4rem;
    flex-direction: column
}

@media (min-width:992px) {
    .thumbnail {
        flex-direction: row
    }
}

.thumbnail__image {
    width: 100%;
    height: 15rem;
    flex: 1 0 auto
}

@media (min-width:992px) {
    .thumbnail__image {
        width: 28.5rem;
        height: 15rem;
        margin-right: 3rem;
        flex: 0 0 auto
    }
}

.thumbnail__image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.thumbnail figcaption {
    position: relative;
    border-bottom: 2px solid #bcbcbc;
    flex: 1;
    padding-bottom: 4rem
}

.thumbnail figcaption .title {
    color: #2b2b2b;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.2;
    display: block;
    padding: 1rem 0
}

.thumbnail figcaption .excerpt {
    display: block;
    font-size: 1.5rem
}

.thumbnail figcaption .read-more {
    position: absolute;
    right: 0;
    bottom: 0;
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 700;
    padding-right: 2rem
}

.thumbnail figcaption .read-more::after {
    content: "";
    position: absolute;
    right: 1rem;
    top: 50%;
    width: 7px;
    height: 7px;
    margin-top: -3px;
    border-top: 2px solid #00a83f;
    border-right: 2px solid #00a83f;
    transform: rotate(45deg);
    transition: all .3s ease
}

.thumbnail figcaption .icons {
    position: absolute;
    left: 0;
    bottom: 0
}

.thumbnail figcaption .icons a,
.thumbnail figcaption .icons button {
    margin: 0;
    padding: 5px 10px;
    font-size: 14px;
    border: none;
    color: #2b2b2b;
    background: 0 0
}

.thumbnail figcaption .icons a:hover,
.thumbnail figcaption .icons button:hover {
    text-decoration: underline
}

.thumbnail figcaption .icons a .count {
    margin-left: 3px
}

.thumbnail--vertical {
    flex-direction: column;
    background: #fff;
    margin: 3rem 1rem;
    height: calc(100% - 6rem)
}

.bookmakers-codes .thumbnail--vertical {
    margin: 0;
    background: 0 0;
    padding: 3rem
}

.thumbnail--vertical .thumbnail__image {
    width: 100%;
    flex: 0 auto;
    height: 15rem
}

.bookmakers-codes .thumbnail--vertical .thumbnail__image {
    margin: 0
}

.thumbnail--vertical .thumbnail__image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.thumbnail--vertical figcaption {
    padding: 1rem 2rem;
    background: #fff;
    border-bottom: none;
    height: calc(100% - 15rem);
    display: flex;
    flex-direction: column
}

@media (min-width:992px) {
    .thumbnail--vertical figcaption {
        padding: 4rem 4rem 2rem 4rem
    }
}

.thumbnail--vertical figcaption .meta {
    font-size: 1.3rem;
    text-transform: uppercase;
    margin-bottom: 1rem
}

.thumbnail--vertical figcaption .meta a {
    color: #2b2b2b;
    text-decoration: underline;
    font-weight: 700
}

.thumbnail--vertical figcaption .title {
    line-height: 1;
    display: block;
    margin-bottom: 1rem
}

.thumbnail--vertical figcaption .excerpt {
    line-height: 1.5
}

.thumbnail--vertical figcaption .read-more {
    position: relative;
    margin: 1rem auto;
    display: table;
    padding-right: 0
}

.thumbnail--vertical figcaption .read-more::after {
    right: -3rem
}

.thumbnail--vertical figcaption .icons {
    position: relative
}

.thumbnail--vertical figcaption .bottom {
    margin-top: auto
}

.thumbnail--big {
    margin-top: 0;
    margin-bottom: 0;
    flex-direction: column
}

@media (min-width:992px) {
    .thumbnail--big {
        margin-bottom: 4rem
    }
}

.thumbnail--big .thumbnail__image {
    width: 100%;
    height: auto
}

.thumbnail--big figcaption {
    border-bottom: none
}

.thumbnail--big figcaption .date {
    font-size: 1.5rem;
    padding: 1rem 0
}

.thumbnail--big figcaption .title {
    display: block;
    font-size: 2.2rem;
    font-weight: 400;
    margin-bottom: 1rem
}

.thumbnail--big figcaption .meta {
    font-size: 1.3rem;
    text-transform: uppercase;
    margin-bottom: 1rem
}

.thumbnail--big figcaption .meta a {
    color: #2b2b2b;
    text-decoration: underline;
    font-weight: 700
}

.thumbnail--big figcaption .read-more {
    position: relative;
    color: #2b2b2b;
    font-weight: 400;
    text-transform: none;
    text-decoration: underline;
    margin-top: 1rem
}

.thumbnail--big figcaption .read-more::after {
    display: none
}

.thumbnail--tile {
    flex-direction: column;
    background: #fff;
    margin: 3rem auto;
    max-width: 35rem;
    height: calc(100% - 6rem)
}

.thumbnail--tile .thumbnail__image {
    width: 100%;
    flex: 0 auto;
    height: 15rem
}

.thumbnail--tile .thumbnail__image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.thumbnail--tile figcaption {
    padding: 4rem 4rem 2rem 4rem;
    border-bottom: none;
    height: calc(100% - 15rem);
    display: flex;
    flex-direction: column
}

.thumbnail--tile figcaption .meta {
    font-size: 1.3rem;
    text-transform: uppercase;
    margin-bottom: 1rem
}

.thumbnail--tile figcaption .meta a {
    color: #2b2b2b;
    text-decoration: underline;
    font-weight: 700
}

.thumbnail--tile figcaption .title {
    line-height: 1;
    display: block;
    margin: 0 0 1rem 0
}

.thumbnail--tile figcaption .title::before {
    display: none
}

.thumbnail--tile figcaption .excerpt {
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between
}

.thumbnail--tile figcaption .read-more {
    background: green;
    color: #fff;
    display: block;
    padding: 1.5rem;
    text-align: center;
    text-transform: none;
    font-weight: 400;
    position: relative
}

.thumbnail--tile figcaption .read-more::after {
    display: none
}

.thumbnail-sidebar {
    margin: 1rem 0;
    padding: 2rem 2.5rem 2rem;
    color: #111;
    line-height: 2.2rem;
    font-size: 1.5rem;
    border: .5px solid rgba(0, 0, 0, .1);
    display: flex;
    align-items: center
}

.thumbnail-sidebar--bookie {
    display: block;
    padding: 1rem 2.5rem 2rem
}

.thumbnail-sidebar--bookie figcaption {
    margin-top: 1rem
}

.thumbnail-sidebar__image {
    width: 60px;
    height: 60px;
    margin-right: 2rem;
    flex: 0 0 auto;
    border-radius: 2px;
    display: flex;
    align-items: flex-end;
    justify-content: center
}

.thumbnail-sidebar__image img {
    border-radius: 2px;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.thumbnail-sidebar__logo {
    height: 40px;
    display: inline-block;
    margin-bottom: 1.5rem
}

.thumbnail-sidebar__logo img {
    height: 100%;
    width: 100%
}

.thumbnail-sidebar__logo span {
    display: block;
    height: 7px;
    width: 55px;
    border-radius: 0 2px 2px 0;
    margin: .5rem 0
}

.thumbnail-sidebar .title {
    color: #111;
    font-weight: 700;
    font-size: 1.6rem;
    text-decoration: underline
}

.thumbnail-sidebar figcaption {
    flex: 1
}

.thumbnail-sidebar figcaption a {
    display: block;
    color: #2b2b2b
}

.thumbnail-sidebar figcaption div {
    font-size: 12px
}

.thumbnail-sidebar-2025 {
    background: #fff;
    border-radius: 35px;
    position: relative
}

.thumbnail-sidebar-2025__image {
    height: 120px
}

.thumbnail-sidebar-2025__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 17px;
    transition: .2s
}

.thumbnail-sidebar-2025__logo {
    width: 100px;
    border-radius: 38px
}

.thumbnail-sidebar-2025__logo img {
    transition: .2s
}

.thumbnail-sidebar-2025__date {
    background: #00a83f;
    color: #fff;
    border-radius: 20px;
    font-size: 1.2rem;
    padding: .5rem 1.2rem;
    width: min-content;
    white-space: nowrap;
    position: absolute;
    top: 3rem;
    left: 3rem
}

.thumbnail-sidebar-2025__date::before {
    content: "";
    display: inline-block;
    background: url(../img/icons/icon-callendar-new.svg);
    width: 12px;
    height: 12px;
    margin-bottom: -1px;
    background-size: contain;
    background-repeat: no-repeat;
    filter: brightness(0) saturate(100%) invert(86%) sepia(100%) saturate(0) hue-rotate(44deg) brightness(107%) contrast(106%)
}

.thumbnail-sidebar-2025__title {
    color: #2b2b2b;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px !important;
    margin-top: auto
}

.thumbnail-sidebar-2025__title:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 35px
}

.thumbnail-sidebar-2025__title--bookie:after {
    content: url(../img/icons/arrow.svg);
    width: 46px;
    height: 46px;
    min-width: 46px;
    position: static;
    display: inline-block;
    background: #ecf0f6;
    border-radius: 50%;
    text-align: center;
    top: unset;
    left: unset;
    margin-left: 3rem;
    line-height: 42px;
    transition: .2s
}

@media (min-width:992px) {
    .thumbnail-sidebar-2025 {
        background: 0 0;
        border: 1px solid #c9ccd1
    }
}

.thumbnail-sidebar-2025__title--bookie:after {
    position: absolute;
    top: 1.5rem;
    right: 2rem
}

.thumbnail-sidebar-2025:hover img {
    transform: scale(1.04)
}

.thumbnail-sidebar-2025:hover .thumbnail-sidebar-2025__title::after {
    margin-right: -1rem
}

.bookmaker-codes .thumbnail--vertical,
.paginated-carousel-wrapper .thumbnail--vertical {
    margin: 0;
    background: 0 0;
    padding: 2rem
}

@media (min-width:992px) {

    .bookmaker-codes .thumbnail--vertical,
    .paginated-carousel-wrapper .thumbnail--vertical {
        height: 62rem
    }
}

.bookmaker-codes .thumbnail--vertical .thumbnail__image,
.paginated-carousel-wrapper .thumbnail--vertical .thumbnail__image {
    margin: 0;
    height: 15rem;
    display: block
}

.felietony .col-lg-4.col-md-6,
.wywiady .col-lg-4.col-md-6 {
    margin-bottom: 2rem
}

.thumbnail-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 5px
}

.thumbnail-wrapper .thumbnail-icons {
    margin-left: auto
}

.thumbnail-icons button {
    border: none;
    color: #00a83f;
    background-color: #ebebeb;
    margin-top: 5px
}

.thumbnail-box {
    background: #fff;
    box-shadow: 0 17px 24px 0 rgba(216, 216, 216, .5);
    padding: 2.2rem;
    height: 100%;
    margin-left: 1rem;
    margin-right: 1rem
}

.thumbnail-box img {
    margin: 0 auto 1rem auto;
    border-radius: 50%;
    width: 10rem;
    height: auto;
    display: block
}

.thumbnail-box figcaption {
    display: flex;
    flex-direction: column;
    height: calc(100% - 10rem)
}

.thumbnail-box figcaption a {
    color: #fff
}

.thumbnail-box figcaption a:hover {
    color: #fff
}

.thumbnail-box figcaption .box__guest {
    background: #00a83f;
    font-size: 1.8rem;
    padding: 0 1.5rem 0 2.2rem;
    color: #fff;
    position: relative;
    font-weight: 700;
    margin: 0 3rem .5rem -2.2rem
}

.thumbnail-box figcaption .box__guest::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1.5rem;
    background: #00a83f;
    transform: skew(340deg);
    width: 3rem;
    height: 100%
}

@media (min-width:1200px) {
    .thumbnail-box figcaption .box__guest::after {
        right: -1rem;
        width: 2rem
    }
}

.thumbnail-box figcaption .box__title {
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 1rem;
    line-height: 2.5rem
}

.thumbnail-box figcaption .box__meta {
    font-size: 1.3rem;
    text-transform: uppercase;
    color: grey
}

.thumbnail-box figcaption .box__meta span {
    font-weight: 700
}

.thumbnail-box figcaption .box__link {
    margin-top: auto;
    font-size: 1.6rem;
    font-weight: 700
}

.thumbnail-box--feuilleton {
    padding: 3rem
}

.thumbnail-box--feuilleton img {
    border-radius: 0;
    height: 14rem;
    object-fit: cover;
    width: 100%
}

.thumbnail-box--feuilleton figcaption {
    height: calc(100% - 14rem)
}

.thumbnail-box--feuilleton figcaption a {
    color: #000
}

.thumbnail-box--feuilleton figcaption a:hover {
    color: #00a83f
}

@media (min-width:992px) {
    .author .thumbnail__image {
        width: auto;
        margin-right: 0
    }
}

@media (min-width:992px) {
    .author .thumbnail {
        flex-direction: column
    }
}

.thumbnail-post {
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 2rem 0 rgba(0, 0, 0, .07);
    margin-bottom: 3rem;
    border-radius: 5px;
    padding: 25px 35px 15px 35px;
    font-size: 1.5rem;
    height: calc(100% - 3rem)
}

.thumbnail-post:hover {
    text-decoration: none
}

.thumbnail-post__image {
    display: flex;
    flex-direction: column;
    margin-bottom: 3rem;
    flex: 1
}

.thumbnail-post__image img {
    order: 2;
    width: 11rem;
    height: 11rem;
    object-fit: cover;
    object-position: center;
    margin: auto auto 0 auto;
    border-radius: 50%;
    box-shadow: 0 0 3rem 0 rgba(0, 0, 0, .05)
}

.thumbnail-post__title {
    color: #333;
    font-weight: 600;
    text-decoration: underline;
    margin-bottom: 2rem
}

.thumbnail-post__date {
    font-size: 1.3rem;
    color: #bbb;
    text-align: center;
    margin-top: auto
}

.card {
    position: relative;
    width: calc(25% - 4.5rem);
    min-width: 300px;
    border-radius: 1rem 1rem 0 0;
    box-shadow: 0 0 20px 15px rgba(0, 0, 0, .03);
    margin: 1.8rem;
    text-align: left;
    display: flex;
    flex-direction: column
}

@media (min-width:768px) {
    .card {
        min-width: 260px
    }
}

.card__image {
    position: relative;
    margin-top: 0
}

.card__image img {
    width: 100%;
    max-height: 210px;
    object-fit: contain
}

.card__image .date {
    position: absolute;
    bottom: .5rem;
    left: 2.3rem;
    color: #fff;
    text-shadow: 0 0 2px #000;
    font-weight: 600
}

.card__content {
    padding: .5rem 2.3rem 1.5rem;
    display: flex;
    flex-direction: column;
    height: 100%
}

.card .author {
    color: #bcbcbc;
    margin: 0;
    padding: 0;
    font-size: 1.6rem
}

.card .author img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 1.5rem
}

.card__heading {
    font-weight: 700;
    font-size: 2rem;
    margin-top: 1.5rem;
    line-height: 2.5rem;
    color: #000;
    text-decoration: underline;
    text-decoration-thickness: 1px
}

.card__heading:hover {
    text-decoration-color: #1a8a43
}

.card__excerpt {
    padding: 2.5rem 0
}

.thumbnail-hp-news {
    border-radius: 35px;
    position: relative;
    height: 100%;
    margin: unset;
    overflow: hidden
}

.thumbnail-hp-news__image {
    width: 100%;
    height: 200px;
    display: inline-block
}

@media (min-width:992px) {
    .thumbnail-hp-news__image {
        height: 210px
    }
}

.thumbnail-hp-news__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 35px 35px 0 0;
    position: relative;
    z-index: -1;
    min-height: 255px;
    transition: .2s
}

.thumbnail-hp-news__image:hover img {
    transform: scale(1.05)
}

.thumbnail-hp-news__meta {
    margin-top: -4rem;
    background: #fff;
    padding: 2.6rem;
    border-radius: 35px;
    height: 100%
}

.thumbnail-hp-news__meta:hover .author-hp-thumbnail::after {
    transform: translateX(1rem)
}

.thumbnail-hp-news__title {
    display: block;
    color: #2b2b2b;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 30px
}

@media (min-width:992px) {
    .thumbnail-hp-news__title {
        font-size: 2.2rem
    }
}

.thumbnail-hp-news__title::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.thumbnail-hp-news__date {
    position: absolute;
    top: 2rem;
    left: 2.6rem;
    color: #fff;
    background: #00a83f;
    font-size: 12px;
    border-radius: 20px;
    padding: .9rem 1.3rem;
    z-index: -1
}

.thumbnail-hp-news__date::before {
    content: url(../img/icons/icon-callendar-hp.svg);
    display: inline-block;
    margin-right: 2px;
    margin-bottom: -20px;
    transform: translateY(2px)
}

.thumbnail-hp-news__author-bio {
    font-size: 1.6rem !important
}

@media (min-width:992px) {
    .thumbnail-hp-news__author-bio {
        line-height: 28px;
        font-size: 1.8rem !important
    }
}

.thumbnail-hp-pick {
    border-radius: 35px;
    position: relative;
    background: #fff;
    height: 100%;
    overflow: hidden
}

.thumbnail-hp-pick:hover .author-hp-thumbnail::after {
    transform: translateX(1rem)
}

.thumbnail-hp-pick__content {
    height: 100%
}

.thumbnail-hp-pick__icon {
    border-radius: 50%;
    width: 43px;
    height: 43px;
    background: #ecf0f6
}

.thumbnail-hp-pick__title {
    display: block;
    color: #2b2b2b;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 30px
}

@media (min-width:992px) {
    .thumbnail-hp-pick__title {
        font-size: 2.2rem
    }
}

.thumbnail-hp-pick__title::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.thumbnail-hp-pick__badge {
    color: #fff;
    background: #00a83f;
    font-size: 12px;
    border-radius: 20px;
    padding: .9rem 1.3rem
}

.thumbnail-hp-pick__date {
    color: #9dabbf;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    text-align: right
}

.author-hp-thumbnail {
    background: #fff;
    border-top: 1px solid #ecf0f6;
    font-size: 1.2rem;
    color: #2b2b2b
}

.author-hp-thumbnail img {
    border-radius: 50%
}

.author-hp-thumbnail--socials ul {
    position: relative;
    z-index: 200;
    list-style: none
}

.author-hp-thumbnail--socials li {
    width: 30px;
    height: 30px;
    transition: .2s
}

.author-hp-thumbnail--socials li img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.author-hp-thumbnail--socials li a::after {
    display: none
}

.author-hp-thumbnail--socials li:hover {
    transform: scale(1.1)
}

.author-hp-thumbnail--socials:hover::after {
    transform: translateX(0)
}

.thumbnail-search {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding-top: 3rem;
    padding-bottom: 1rem;
    display: grid;
    grid-template-areas: "meta" "title" "image" "excerpt" "readmore"
}

@media (min-width:992px) {
    .thumbnail-search {
        padding-top: 6rem;
        padding-bottom: 6rem
    }
}

.thumbnail-search figcaption {
    display: contents
}

@media (min-width:992px) {
    .thumbnail-search figcaption {
        width: 55%;
        display: block
    }
}

.thumbnail-search figcaption p {
    grid-area: excerpt
}

.thumbnail-search__image {
    grid-area: image;
    width: 100%;
    height: 202px
}

@media (min-width:768px) {
    .thumbnail-search__image {
        height: 247px
    }
}

@media (min-width:992px) {
    .thumbnail-search__image {
        max-width: 494px;
        width: 494px
    }
}

.thumbnail-search__image img {
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 35px
}

.thumbnail-search__title {
    grid-area: title;
    color: #2b2b2b;
    font-family: "Doppio One", sans-serif;
    display: block;
    font-size: 22px;
    line-height: 30px
}

@media (min-width:992px) {
    .thumbnail-search__title {
        font-size: 34px;
        line-height: 45px
    }
}

.thumbnail-search__meta {
    grid-area: meta
}

.thumbnail-search__meta-date {
    position: relative
}

.thumbnail-search__meta-date:before {
    content: url(../img/icons/icon-callendar-new.svg);
    margin-bottom: -1rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-42%);
    filter: brightness(0) saturate(100%)
}

.thumbnail-search__meta-author a {
    color: #2b2b2b
}

.thumbnail-search__meta img {
    border-radius: 50%;
    min-width: 25px;
    height: 25px
}

.thumbnail-search__read-more {
    grid-area: readmore;
    color: #2b2b2b
}

.thumbnail-search__read-more:after {
    content: url(../img/icons/arrow.svg);
    width: 46px;
    height: 46px;
    position: static;
    display: inline-block;
    background: #ecf0f6;
    border-radius: 50%;
    top: unset;
    left: unset;
    margin-left: 1rem;
    line-height: 42px;
    transition: .2s
}

.thumbnail-search__read-more:hover:after {
    transform: translateX(.5rem)
}

.template-page-template-homepage-2025 header .container {
    --bs-gutter-x: 48px !important
}

@media (max-width:991.98px) {
    .template-page-template-homepage-2025 header .container {
        --bs-gutter-x: 15px !important
    }
}

.header {
    width: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    background: 0 0 !important;
    padding: 1rem 7px 0;
    border-bottom: 1px solid transparent;
    transition: .2s
}

.admin-bar .header {
    top: 46px
}

@media screen and (min-width:783px) {
    .admin-bar .header {
        top: 32px
    }
}

@media (min-width:992px) {
    .header {
        transition: .2s;
        padding: 1rem 0 0
    }
}

@media (min-width:992px) {
    .header .row {
        margin-left: 0
    }
}

@media (max-width:991.98px) {
    .header__menu {
        background: #fff;
        border-radius: 48px;
        box-shadow: 0 4px 38px rgba(0, 0, 0, .07)
    }
}

@media (max-width:991.98px) {
    .header {
        transition: 0s
    }

    .header .container {
        max-width: 100%;
        --bs-gutter-x: 15px !important
    }

    .header.menu-opened {
        height: 100vh;
        transition: .5s
    }
}

.header__submenu {
    background: #00a83f;
    transition: 1s
}

@media (max-width:991.98px) {
    .header__submenu {
        display: none
    }
}

.scrolled .header__submenu {
    display: none
}

.header__logo {
    border-radius: 48.5px 0 0 48.5px;
    z-index: 2000;
    position: relative;
    height: 74px
}

@media (min-width:992px) {
    .header__logo {
        background: #fff;
        padding: 1.9rem 0;
        height: unset
    }
}

.header__logo-container {
    border-radius: 48.5px 0 0 48.5px;
    position: relative;
    background: #fff;
    z-index: 2000
}

@media (min-width:992px) {
    .header__logo-container {
        box-shadow: -4px 4px 38px rgba(0, 0, 0, .07)
    }

    .header__logo-container::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        transform: translateX(100%);
        width: 20px;
        height: 100%;
        z-index: 2000;
        background: #fff
    }
}

.header__toggle-container {
    z-index: 2000;
    background: #ecf0f6;
    border-radius: 50%;
    min-width: 54px;
    width: 54px;
    min-height: 54px;
    cursor: pointer
}

@media (min-width:992px) {
    .header__toggle-container {
        display: none;
        background: #fff
    }
}

.header__adds {
    border-radius: 50%;
    position: relative;
    height: 100%;
    min-width: 54px;
    max-height: 54px;
    transition: .2s;
    cursor: pointer;
    background: #fff
}

@media (min-width:992px) {
    .header__adds {
        border-radius: 77.5px;
        min-width: 70.5px;
        max-height: 70.5px;
        box-shadow: 0 4px 38px rgba(0, 0, 0, .07)
    }
}

.header__adds--login {
    background: #00a83f
}

.header__adds--login a {
    width: 100%;
    border-radius: 77.5px;
    text-align: center;
    line-height: 50px
}

@media (min-width:992px) {
    .header__adds--login a {
        line-height: 70.5px
    }
}

@media (max-width:991.98px) {
    .header__adds--search {
        border: 1px solid #303030;
        border-bottom: 1px solid #303030 !important;
        max-width: 300px;
        margin: 0 auto;
        border-radius: 77px
    }
}

.header__adds--search:hover img {
    transform: scale(1.1)
}

.header__adds img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    transition: .2s
}

@media (max-width:991.98px) {
    .header__adds-container {
        position: relative;
        z-index: 2000;
        border-radius: 0 49px 49px 0;
        background: #fff
    }
}

.header__adds:hover img {
    transform: scale(1.1)
}

.header__search-form {
    background: #fff;
    border-radius: 4px
}

.header__search-input {
    border: none;
    outline: 0;
    font-size: 1.6rem;
    width: 100%
}

@media (min-width:992px) {
    .header__search-input {
        max-width: 140px
    }
}

.menu-toggler {
    position: relative;
    z-index: 2000;
    border: none;
    background: 0 0;
    cursor: pointer;
    width: 100%;
    height: 2.2rem;
    border-top: 2px solid #000;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    color: #000
}

@media (min-width:992px) {
    .menu-toggler {
        display: none
    }
}

.menu-toggler:focus {
    outline: 0
}

.menu-toggler:hover::after,
.menu-toggler:hover::before {
    width: 100%;
    opacity: 1
}

.menu-toggler::before {
    top: 7px;
    width: 100%
}

.menu-toggler::after {
    top: 16px;
    width: 100%
}

.menu-toggler::after,
.menu-toggler::before {
    content: "";
    position: absolute;
    right: 0;
    height: 2px;
    color: #000;
    background: #000;
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
    transform: translate3d(0, 0, 0) rotate(0);
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.menu-toggler span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.menu-toggler[aria-expanded=true] {
    border-color: rgba(255, 255, 255, 0);
    margin-top: 0
}

.menu-toggler[aria-expanded=true]::after,
.menu-toggler[aria-expanded=true]::before {
    opacity: 1;
    width: 100%
}

.menu-toggler[aria-expanded=true]::before {
    transform: translate3d(0, 0, 0) rotate(45deg);
    top: 10px
}

.menu-toggler[aria-expanded=true]::after {
    transform: translate3d(0, -9px, 0) rotate(-45deg);
    top: 19px
}

.nav {
    z-index: 800;
    transition-duration: .3s;
    transition-timing-function: ease-out;
    font-size: 1.8rem;
    background: 0 0;
    border-radius: 0 48.5px 48.5px 0;
    position: relative
}

@media (min-width:768px) {
    .nav {
        background: #fff
    }
}

@media (min-width:992px) {
    .nav {
        height: 100%;
        font-size: 1.5rem;
        box-shadow: -4px 0 10px rgba(0, 0, 0, .07)
    }
}

@media (min-width:1200px) {
    .nav {
        font-size: 1.6drem
    }
}

@media (max-width:991.98px) {
    .nav {
        position: fixed;
        display: flex;
        background: 0 0;
        width: 100%;
        height: 100%;
        left: 0;
        top: -100%;
        padding-top: 9rem;
        padding-bottom: 5rem;
        border-radius: 0 0 0 10px;
        overflow: auto;
        flex-direction: column
    }

    .admin-bar .nav {
        padding-top: calc(46px + 10.6rem)
    }
}

@media (max-width:991.98px) and (min-width:768px) {
    .admin-bar .nav {
        padding-top: calc(32px + 10.6rem)
    }
}

.menu-opened .nav {
    top: 0
}

.nav a {
    display: block;
    color: #2b2b2b;
    line-height: 1.2;
    text-align: center
}

@media (min-width:992px) {
    .nav a {
        color: rgba(0, 0, 0, .9)
    }
}

.nav ul {
    padding-left: 2rem;
    list-style-type: none
}

@media (min-width:992px) {
    .nav ul {
        margin: 0;
        padding: 0;
        list-style: none
    }
}

.nav__menu {
    background: #fff;
    width: calc(100% - 14px);
    border-radius: 41px;
    text-align: center;
    box-shadow: 0 4px 38px rgba(0, 0, 0, .07)
}

@media (min-width:992px) {
    .nav__menu {
        box-shadow: unset;
        display: flex;
        justify-content: flex-end;
        height: 100%;
        padding: 0 2rem !important;
        width: 100%;
        text-align: left
    }
}

.nav__menu>li {
    padding: 1.5rem 0
}

.nav__menu>li:not(:last-child) {
    border-bottom: 1px solid #e1e3e7
}

@media (min-width:992px) {
    .nav__menu>li {
        padding: 0;
        position: relative;
        border-bottom: none !important
    }

    .nav__menu>li::before {
        content: "";
        width: 35px;
        height: 8px;
        bottom: 0;
        left: 50%;
        background: #00a83f;
        position: absolute;
        transform: translate(-50%, 50%);
        border-radius: 12px;
        opacity: 0;
        transition: .2s;
        z-index: 1000
    }

    .nav__menu>li:hover::before {
        opacity: 1
    }

    .nav__menu>li:hover>a {
        color: #00a83f
    }

    .nav__menu>li:hover>a::before {
        width: 100%
    }

    .nav__menu>li:hover .sub-menu {
        transform: scale(1) translateX(-50%);
        visibility: visible
    }
}

.nav__menu>li>a {
    padding: .5rem 5rem .5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    position: relative
}

@media (max-width:991.98px) {
    .nav__menu>li>a {
        display: block;
        background: #fff
    }

    .nav__menu>li>a .badge {
        margin-left: 2px
    }

    .nav__menu>li>a::before {
        position: absolute;
        content: "";
        background: 0 0;
        width: 5px;
        height: 5px;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 50%;
        transition: .1s
    }
}

@media (min-width:992px) {
    .nav__menu>li>a {
        z-index: 0;
        padding: 1rem;
        color: #2b2b2b;
        height: 100%
    }

    .nav__menu>li>a .badge {
        display: none
    }
}

@media (max-width:991.98px) {
    .nav__menu>li:not(.dropdown) a {
        position: relative
    }

    .nav__menu>li:not(.dropdown) a::after {
        content: "";
        background: url(../img/icons/left-circle.svg);
        border-radius: 50%;
        min-width: 24px;
        height: 24px;
        text-align: center;
        line-height: 24px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: .5rem
    }
}

.nav__menu>li.active::marker {
    color: transparent
}

.nav__menu>li.active>a {
    color: #00a83f
}

.nav__menu>li.euro-2024-menu-item {
    position: relative
}

@media (min-width:992px) {
    .nav__menu>li.euro-2024-menu-item {
        padding-left: 1rem;
        margin-left: 1.5rem
    }
}

.nav__menu>li.euro-2024-menu-item img {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 2000;
    transform: translate(30%, -50%)
}

@media (min-width:992px) {
    .nav__menu>li.euro-2024-menu-item img {
        top: 18%;
        transform: translate(-50%, 60%)
    }
}

.nav__menu>li.euro-2024-menu-item>a {
    position: relative
}

@media (max-width:991.98px) {
    .nav__menu>li.euro-2024-menu-item>a {
        padding-left: 3rem;
        background: linear-gradient(90deg, #f59999 0, rgba(255, 255, 255, 0) 100%)
    }
}

@media (min-width:992px) {
    .nav__menu>li.euro-2024-menu-item>a {
        z-index: 3000
    }
}

.nav__menu>li.euro-2024-menu-item>a::before {
    display: none
}

@media (min-width:992px) {
    .nav__menu>li.euro-2024-menu-item::after {
        content: "";
        width: calc(100% + 14px);
        height: 30px;
        background: #f59999;
        position: absolute;
        top: 19px;
        left: -14px
    }
}

.nav__menu .sub-menu {
    display: none;
    list-style-type: none;
    padding: 2rem 0 0
}

@media (min-width:992px) {
    .nav__menu .sub-menu {
        padding: 2rem 2rem 0 1rem;
        min-width: 100%;
        z-index: 30;
        box-shadow: 0 4px 38px 0 rgba(0, 0, 0, .07);
        position: absolute;
        visibility: hidden;
        left: 50%;
        transform: scale(0) translateX(-50%);
        transform-origin: left top;
        transition: all .3s;
        white-space: nowrap;
        display: block;
        background: #fff;
        line-height: 1.5;
        border-radius: 35px 35px 35px 35px;
        margin-top: 0;
        max-height: 550px;
        overflow: scroll;
        scrollbar-width: thin;
        scrollbar-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1)
    }

    .nav__menu .sub-menu::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .1);
        border-radius: 8px
    }

    .nav__menu .sub-menu::-webkit-scrollbar-track {
        background-color: rgba(0, 0, 0, .1)
    }
}

.nav__menu .sub-menu li {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-bottom: 2rem
}

.nav__menu .sub-menu li .menu-item-icon {
    width: 18px;
    height: 18px
}

@media (min-width:992px) {
    .nav__menu .sub-menu li .menu-item-icon {
        display: none
    }
}

.nav__menu .sub-menu li.hide {
    display: none
}

.nav__menu .sub-menu li.button-element {
    text-align: center;
    justify-content: center;
    margin-left: -3rem
}

.nav__menu .sub-menu li.button-element::before {
    display: none
}

.nav__menu .sub-menu li.button-element button {
    font-size: 1.3rem;
    background: 0 0;
    border: none;
    padding: 0;
    color: #1a8a43;
    text-decoration: underline;
    position: relative;
    margin-top: 1rem
}

.nav__menu .sub-menu li.button-element button::after {
    content: "+";
    margin-left: 3px;
    border: 1px solid #1a8a43;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: -2rem;
    transform: translateY(-50%)
}

.nav__menu .sub-menu li.button-element button.minus::after {
    content: "-"
}

@media (min-width:992px) {
    .nav__menu .sub-menu li.hide {
        display: block
    }

    .nav__menu .sub-menu li.button-element {
        display: none
    }
}

.nav__menu .sub-menu li a {
    padding: .5rem 1.5rem .5rem .5rem;
    font-size: 1.6rem
}

@media (min-width:992px) {
    .nav__menu .sub-menu li a {
        font-size: 1.6rem;
        padding: .7rem 2rem;
        color: #2b2b2b
    }
}

@media (min-width:992px) {
    .nav__menu .dropdown {
        padding-right: 1rem
    }

    .nav__menu .dropdown:after {
        content: "";
        display: block;
        position: absolute;
        height: .7rem;
        width: .7rem;
        transform: rotate(45deg) translateY(-50%);
        transform-origin: center center;
        border-style: solid;
        border-color: #2b2b2b;
        border-width: 0 1px 1px 0;
        top: 45%;
        right: 1rem;
        transition: .2s
    }
}

@media (min-width:992px) {
    .nav__menu .dropdown:nth-last-of-type(1) .sub-menu {
        right: 0;
        transition: .2s;
        transform: scale(0) translateX(0);
        left: unset
    }

    .nav__menu .dropdown:nth-last-of-type(1):hover .sub-menu {
        transform: scale(1) translateX(0)
    }
}

.nav__menu .dropdown>a {
    position: relative
}

.nav__menu .dropdown .expand {
    width: auto;
    height: 3.6rem;
    position: absolute;
    right: .3rem;
    top: 0;
    border-radius: 2px;
    color: #fff;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform .2s ease, fill .2s linear
}

.nav__menu .dropdown .expand:before {
    content: "";
    display: block;
    height: 1.1rem;
    width: 1.1rem;
    border-style: solid;
    border-color: #126a3a;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    margin: .5rem 1rem 1rem 1rem;
    transform-origin: center
}

.nav__menu .dropdown .expand[aria-expanded=true] {
    transform: scaleY(-1)
}

@media (min-width:992px) {
    .nav__menu .dropdown .expand {
        display: none
    }
}

.nav__menu .dropdown:hover::after {
    border-color: #00a83f;
    transform: rotate(-45deg) translateY(50%) scaleY(-1)
}

.toggle-button {
    overflow: hidden;
    padding: .5rem 0;
    position: relative;
    border: 0;
    background: 0 0;
    cursor: pointer;
    z-index: 2000
}

.toggle-button:focus {
    outline: 0
}

.toggle-button__icon {
    display: block;
    width: 36px;
    padding: 15px 8px;
    cursor: pointer;
    border-radius: .375rem;
    transition: background-color .2s ease;
    position: relative
}

.toggle-button__icon svg {
    width: 12px;
    height: 9px;
    position: absolute;
    top: 9px;
    right: 6px;
    fill: #2b2b2b;
    transition: transform .2s ease;
    transform: scaleY(-1)
}

.toggle-button__icon span {
    position: relative;
    display: block;
    background: #2b2b2b;
    border-radius: 6px;
    width: 6px;
    height: 2px
}

.toggle-button__icon span::after,
.toggle-button__icon span::before {
    content: "";
    position: absolute;
    left: 0;
    height: inherit;
    background: inherit;
    border-radius: inherit;
    transition: inherit
}

.toggle-button__icon span::before {
    top: -6px;
    width: 9px
}

.toggle-button__icon span::after {
    bottom: -6px;
    width: 16px
}

.toggle-button[data-collapsed=true] .toggle-button__icon svg {
    transform: scale(1)
}

.toggle-button[data-collapsed=true] .toggle-button__icon span {
    width: 10px
}

.toggle-button[data-collapsed=true] .toggle-button__icon span::before {
    width: 6px
}

.footer {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background: #161818;
    color: #fff;
    font-size: 1.6rem
}

@media (max-width:991.98px) {
    .footer {
        padding-top: 4rem;
        padding-bottom: 4rem
    }
}

@media (min-width:992px) {
    .footer__nav {
        width: 90%;
        margin: 0 auto
    }
}

.footer__menu {
    display: flex;
    list-style: none;
    justify-content: space-around;
    flex-direction: column;
    padding-left: 0;
    flex-wrap: wrap;
    margin-bottom: 6rem
}

@media (min-width:768px) {
    .footer__menu {
        flex-direction: row
    }
}

.footer__menu li {
    white-space: nowrap;
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-size: 1.8rem
}

@media (min-width:768px) {
    .footer__menu li:not(:nth-last-child(1)) {
        margin-right: 2rem
    }
}

.footer h3 {
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    padding-top: 0
}

.footer .textwidget ol,
.footer .textwidget ul {
    padding-left: 2rem;
    font-size: 1.4rem
}

.footer__icon--large img {
    width: 120px
}

.footer__icon--stop {
    display: inline-block;
    object-fit: contain;
    width: 100px;
    height: 70px !important
}

@media (min-width:992px) {
    .footer__widget-left {
        padding-right: 10%
    }
}

.footer hr {
    height: 1px;
    opacity: .9;
    background: #fff;
    margin-top: 2rem
}

.footer__logo {
    height: 40px;
    object-fit: contain;
    margin-bottom: 2rem
}

.footer__copyright {
    text-transform: uppercase;
    color: #00a83f;
    text-align: center;
    margin-top: 2rem
}

.footer__research-icon {
    height: 35px;
    margin-right: 1rem
}

.footer a.footer__research-link {
    color: #fff;
    text-decoration: underline;
    text-decoration-color: #00a83f;
    text-decoration-thickness: .2rem;
    font-weight: 600;
    margin-top: 1rem
}

.footer-hp {
    font-size: 12px;
    margin-top: 8rem
}

.footer-hp__col-1 {
    max-width: 313px
}

@media (min-width:1200px) {
    .footer-hp__col-2 {
        padding-left: 2rem
    }
}

.footer-hp__col-4 {
    max-width: 313px
}

.footer-hp__content {
    background: #161818;
    color: #fff;
    padding-top: 6rem;
    padding-bottom: 2rem;
    font-size: 12px
}

@media (min-width:992px) {
    .footer-hp__content {
        border-radius: 35px
    }
}

.footer-hp__login {
    width: 120px;
    height: 50px;
    background: #00a83f;
    border-radius: 77.5px
}

.footer-hp__menu li {
    font-size: 1.4rem
}

.footer-hp__copyright {
    color: #e1e3e7;
    text-align: center
}

@media (min-width:992px) {
    .footer-hp__copyright {
        text-align: right
    }
}

@media (min-width:992px) {
    .footer-hp__copyright-container {
        border-left: 1px solid rgba(225, 227, 231, .25)
    }
}

.footer-hp p {
    font-size: 12px;
    line-height: 20px
}

.footer-hp h3 {
    padding-top: 0;
    font-size: 20px;
    font-style: normal;
    font-weight: 700
}

.footer-hp ul {
    list-style-type: none;
    padding: 0
}

.footer-hp hr {
    background: #e1e3e7;
    height: 1px
}

.footer-hp strong {
    color: #fff !important
}

.footer-hp #menu-menu-stopki-o-nas li {
    line-height: 30px
}

.footer-hp #menu-menu-stopki-o-nas a {
    color: #00a83f
}

.sidebar {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding-left: 0;
    height: 100%
}

@media (max-width:991.98px) {
    .sidebar {
        padding-bottom: 2rem
    }
}

.sidebar section {
    height: 100%;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media (max-width:991.98px) {
    .sidebar section {
        margin-top: 5rem
    }
}

@media (max-width:991.98px) {

    .sidebar section>a>img,
    .sidebar section>img {
        margin: 0 auto;
        display: block;
        max-width: 100%
    }
}

.post-template-template-bookmaker-2022 .sidebar section {
    margin-top: 5rem;
    justify-content: flex-start
}

.sidebar ul {
    list-style-type: none;
    padding-left: 0
}

.sidebar--bottom {
    margin-top: 3rem;
    padding-left: 7px
}

.post-template-template-bookmaker-2022-no-banner .sidebar section {
    justify-content: flex-start
}

.p-default-2025 .sidebar,
.sidebar--2025 {
    display: block !important;
    font-size: 1.6rem
}

@media (max-width:991.98px) {

    .p-default-2025 .sidebar,
    .sidebar--2025 {
        margin-top: 5rem
    }
}

@media (min-width:992px) {

    .p-default-2025 .sidebar,
    .sidebar--2025 {
        padding-left: 15%
    }
}

.p-default-2025 .sidebar section,
.sidebar--2025 section {
    display: block;
    height: auto;
    max-height: unset;
    margin-top: 0
}

.p-default-2025 .sidebar h3,
.sidebar--2025 h3 {
    font-family: Roboto, sans-serif;
    font-size: 2.8rem;
    font-weight: 500;
    margin-top: 2rem
}

.p-default-2025 .sidebar .b-toc-2025,
.sidebar--2025 .b-toc-2025 {
    display: none
}

@media (min-width:992px) {

    .p-default-2025 .sidebar .b-toc-2025,
    .sidebar--2025 .b-toc-2025 {
        display: block
    }
}

.category h1 {
    font-size: 3.6rem;
    font-weight: 600;
    margin-bottom: 3rem;
    text-transform: unset
}

.category__thumbnails {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.category ul.category__thumbnails {
    padding: 0
}

.page__header {
    margin-top: 10rem
}

.search {
    margin-top: 8rem;
    background: #ecf0f6
}

@media (min-width:992px) {
    .search {
        margin-top: 14rem
    }
}

.search h1 {
    font-family: "Doppio One", sans-serif;
    text-transform: unset;
    line-height: 1.2;
    font-weight: 500;
    font-size: 32px
}

@media (min-width:992px) {
    .search h1 {
        font-size: 50px;
        line-height: 64px
    }
}

.search .page__header {
    margin-bottom: 2rem
}

@media (min-width:992px) {
    .search .page__header {
        margin-bottom: 4rem
    }
}

.search .page__header p span {
    font-weight: 700;
    color: #00a83f
}

.p-404 {
    padding: 3rem;
    text-align: center;
    margin-top: 8rem
}

.p-404__heading {
    font-size: 3.6rem;
    font-weight: 600;
    margin-bottom: 2rem;
    text-align: left
}

@media (min-width:768px) {
    .p-404__heading {
        text-align: center
    }
}

.p-404__info {
    font-size: 1.8rem;
    margin-bottom: 5rem;
    text-align: left
}

@media (min-width:768px) {
    .p-404__info {
        text-align: center
    }
}

.p-404 img {
    display: block;
    margin: 5rem auto 0 auto;
    max-height: 30rem;
    width: auto
}

.p-404 .button-default {
    max-width: 300px
}