img.wp-smiley, img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -.1em !important;
    background: 0 0 !important;
    padding: 0 !important
}

:root {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-20: #005a87
}

#start-resizable-editor-section {
    display: none
}

.wp-block-audio figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-audio audio {
    width: 100%;
    min-width: 300px
}

.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border: none;
    border-radius: 28px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word
}

.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited {
    color: #fff
}

.wp-block-button__link.aligncenter {
    text-align: center
}

.wp-block-button__link.alignright {
    text-align: right
}

.wp-block-button.is-style-squared, .wp-block-button__link.wp-block-button.is-style-squared {
    border-radius: 0
}

.wp-block-button.no-border-radius, .wp-block-button__link.no-border-radius {
    border-radius: 0 !important
}

.is-style-outline .wp-block-button__link, .wp-block-button__link.is-style-outline {
    color: #32373c;
    background-color: transparent;
    border: 2px solid
}

.wp-block-buttons .wp-block-button {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px
}

.wp-block-buttons .wp-block-button:last-child {
    margin-right: 0
}

.wp-block-buttons.alignright .wp-block-button {
    margin-right: 0;
    margin-left: 8px
}

.wp-block-buttons.alignright .wp-block-button:first-child {
    margin-left: 0
}

.wp-block-buttons.alignleft .wp-block-button {
    margin-left: 0;
    margin-right: 8px
}

.wp-block-buttons.alignleft .wp-block-button:last-child {
    margin-right: 0
}

.wp-block-button.aligncenter, .wp-block-buttons.aligncenter, .wp-block-calendar {
    text-align: center
}

.wp-block-calendar tbody td, .wp-block-calendar th {
    padding: 4px;
    border: 1px solid #ddd
}

.wp-block-calendar tfoot td {
    border: none
}

.wp-block-calendar table {
    width: 100%;
    border-collapse: collapse;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif
}

.wp-block-calendar table th {
    font-weight: 400;
    background: #ddd
}

.wp-block-calendar a {
    text-decoration: underline
}

.wp-block-calendar tfoot a {
    color: #007cba;
    color: var(--wp-admin-theme-color)
}

.wp-block-calendar table caption, .wp-block-calendar table tbody {
    color: #40464d
}

.wp-block-categories.alignleft {
    margin-right: 2em
}

.wp-block-categories.alignright {
    margin-left: 2em
}

.wp-block-columns {
    display: flex;
    margin-bottom: 28px;
    flex-wrap: wrap
}

@media (min-width: 782px) {
    .wp-block-columns {
        flex-wrap: nowrap
    }
}

.wp-block-columns.has-background {
    padding: 20px 38px
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

@media (max-width: 599px) {
    .wp-block-column {
        flex-basis: 100% !important
    }
}

@media (min-width: 600px) and (max-width: 781px) {
    .wp-block-column {
        flex-basis: calc(50% - 16px) !important;
        flex-grow: 0
    }

    .wp-block-column:nth-child(2n) {
        margin-left: 32px
    }
}

@media (min-width: 782px) {
    .wp-block-column {
        flex-basis: 0;
        flex-grow: 1
    }

    .wp-block-column[style*=flex-basis] {
        flex-grow: 0
    }

    .wp-block-column:not(:first-child) {
        margin-left: 32px
    }
}

.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
    align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end
}

.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
    -ms-grid-row-align: center;
    align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end
}

.wp-block-column.is-vertically-aligned-bottom, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-top {
    width: 100%
}

.wp-block-cover, .wp-block-cover-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px
}

.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
    background-attachment: fixed
}

@supports (-webkit-overflow-scrolling:touch) {
    .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

@media (prefers-reduced-motion: reduce) {
    .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

.wp-block-cover-image.has-background-dim, .wp-block-cover.has-background-dim {
    background-color: #000
}

.wp-block-cover-image.has-background-dim:before, .wp-block-cover.has-background-dim:before {
    content: "";
    background-color: inherit
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim:not(.has-background-gradient):before, .wp-block-cover .wp-block-cover__gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim:not(.has-background-gradient):before, .wp-block-cover .wp-block-cover__gradient-background {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
    opacity: 1
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background {
    opacity: 1
}

.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.alignleft, .wp-block-cover.alignright {
    max-width: 290px;
    width: 100%
}

.wp-block-cover-image:after, .wp-block-cover:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-cover-image:after, .wp-block-cover:after {
        content: none
    }
}

.wp-block-cover-image.aligncenter, .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.aligncenter, .wp-block-cover.alignleft, .wp-block-cover.alignright {
    display: flex
}

.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {
    width: calc(100% - 70px);
    z-index: 1;
    color: #fff
}

.wp-block-cover-image .wp-block-subhead:not(.has-text-color), .wp-block-cover-image h1:not(.has-text-color), .wp-block-cover-image h2:not(.has-text-color), .wp-block-cover-image h3:not(.has-text-color), .wp-block-cover-image h4:not(.has-text-color), .wp-block-cover-image h5:not(.has-text-color), .wp-block-cover-image h6:not(.has-text-color), .wp-block-cover-image p:not(.has-text-color), .wp-block-cover .wp-block-subhead:not(.has-text-color), .wp-block-cover h1:not(.has-text-color), .wp-block-cover h2:not(.has-text-color), .wp-block-cover h3:not(.has-text-color), .wp-block-cover h4:not(.has-text-color), .wp-block-cover h5:not(.has-text-color), .wp-block-cover h6:not(.has-text-color), .wp-block-cover p:not(.has-text-color) {
    color: inherit
}

.wp-block-cover-image.is-position-top-left, .wp-block-cover.is-position-top-left {
    align-items: flex-start;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-top-center, .wp-block-cover.is-position-top-center {
    align-items: flex-start;
    justify-content: center
}

.wp-block-cover-image.is-position-top-right, .wp-block-cover.is-position-top-right {
    align-items: flex-start;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-center-left, .wp-block-cover.is-position-center-left {
    align-items: center;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-center-center, .wp-block-cover.is-position-center-center {
    align-items: center;
    justify-content: center
}

.wp-block-cover-image.is-position-center-right, .wp-block-cover.is-position-center-right {
    align-items: center;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-bottom-left, .wp-block-cover.is-position-bottom-left {
    align-items: flex-end;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-bottom-center, .wp-block-cover.is-position-bottom-center {
    align-items: flex-end;
    justify-content: center
}

.wp-block-cover-image.is-position-bottom-right, .wp-block-cover.is-position-bottom-right {
    align-items: flex-end;
    justify-content: flex-end
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
    margin: 0;
    width: auto
}

.wp-block-cover__video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover
}

.wp-block-cover-image-text, .wp-block-cover-text, section.wp-block-cover-image h2 {
    color: #fff
}

.wp-block-cover-image-text a, .wp-block-cover-image-text a:active, .wp-block-cover-image-text a:focus, .wp-block-cover-image-text a:hover, .wp-block-cover-text a, .wp-block-cover-text a:active, .wp-block-cover-text a:focus, .wp-block-cover-text a:hover, section.wp-block-cover-image h2 a, section.wp-block-cover-image h2 a:active, section.wp-block-cover-image h2 a:focus, section.wp-block-cover-image h2 a:hover {
    color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
    justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
    justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text, .wp-block-cover.has-left-content .wp-block-cover-text, section.wp-block-cover-image.has-left-content > h2 {
    margin-left: 0;
    text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text, .wp-block-cover.has-right-content .wp-block-cover-text, section.wp-block-cover-image.has-right-content > h2 {
    margin-right: 0;
    text-align: right
}

.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, section.wp-block-cover-image > h2 {
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 580px;
    padding: 14px;
    text-align: center
}

.wp-block-embed.alignleft, .wp-block-embed.alignright, .wp-block[data-align=left] > [data-type^=core-embed], .wp-block[data-align=right] > [data-type^=core-embed] {
    max-width: 360px;
    width: 100%
}

.wp-block-embed.alignleft .wp-block-embed__wrapper, .wp-block-embed.alignright .wp-block-embed__wrapper, .wp-block[data-align=left] > [data-type^=core-embed] .wp-block-embed__wrapper, .wp-block[data-align=right] > [data-type^=core-embed] .wp-block-embed__wrapper {
    min-width: 280px
}

.wp-block-embed {
    margin-bottom: 1em
}

.wp-block-embed figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-embed iframe {
    max-width: 100%
}

.wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%
}

.wp-embed-responsive .wp-embed-aspect-9-6 .wp-block-embed__wrapper:before {
    padding-top: 66.66%
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%
}

.wp-block-file {
    margin-bottom: 1.5em
}

.wp-block-file.aligncenter {
    text-align: center
}

.wp-block-file.alignright {
    text-align: right
}

.wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: 13px;
    padding: .5em 1em
}

.wp-block-file a.wp-block-file__button {
    text-decoration: none
}

.wp-block-file a.wp-block-file__button:active, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

.wp-block-file * + .wp-block-file__button {
    margin-left: .75em
}

.blocks-gallery-grid, .wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    margin: 0 16px 16px 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
    margin: 0;
    height: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start
    }
}

.blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img, .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img, .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
        width: auto
    }
}

.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 40px 10px 9px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent)
}

.blocks-gallery-grid .blocks-gallery-image figcaption img, .blocks-gallery-grid .blocks-gallery-item figcaption img, .wp-block-gallery .blocks-gallery-image figcaption img, .wp-block-gallery .blocks-gallery-item figcaption img {
    display: inline
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
        height: 100%;
        flex: 1;
        object-fit: cover
    }
}

.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    width: calc(50% - 16px)
}

.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
}

.blocks-gallery-grid.columns-1 .blocks-gallery-image, .blocks-gallery-grid.columns-1 .blocks-gallery-item, .wp-block-gallery.columns-1 .blocks-gallery-image, .wp-block-gallery.columns-1 .blocks-gallery-item {
    width: 100%;
    margin-right: 0
}

@media (min-width: 600px) {
    .blocks-gallery-grid.columns-3 .blocks-gallery-image, .blocks-gallery-grid.columns-3 .blocks-gallery-item, .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: calc(33.33333% - 10.66667px);
        margin-right: 16px
    }

    .blocks-gallery-grid.columns-4 .blocks-gallery-image, .blocks-gallery-grid.columns-4 .blocks-gallery-item, .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc(25% - 12px);
        margin-right: 16px
    }

    .blocks-gallery-grid.columns-5 .blocks-gallery-image, .blocks-gallery-grid.columns-5 .blocks-gallery-item, .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc(20% - 12.8px);
        margin-right: 16px
    }

    .blocks-gallery-grid.columns-6 .blocks-gallery-image, .blocks-gallery-grid.columns-6 .blocks-gallery-item, .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc(16.66667% - 13.33333px);
        margin-right: 16px
    }

    .blocks-gallery-grid.columns-7 .blocks-gallery-image, .blocks-gallery-grid.columns-7 .blocks-gallery-item, .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc(14.28571% - 13.71429px);
        margin-right: 16px
    }

    .blocks-gallery-grid.columns-8 .blocks-gallery-image, .blocks-gallery-grid.columns-8 .blocks-gallery-item, .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc(12.5% - 14px);
        margin-right: 16px
    }

    .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n), .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
        margin-right: 0
    }

    .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
        margin-right: 0
    }

    .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n), .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
        margin-right: 0
    }

    .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n), .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
        margin-right: 0
    }

    .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n), .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
        margin-right: 0
    }

    .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n), .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
        margin-right: 0
    }

    .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n), .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
        margin-right: 0
    }

    .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n), .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
    }
}

.blocks-gallery-grid .blocks-gallery-image:last-child, .blocks-gallery-grid .blocks-gallery-item:last-child, .wp-block-gallery .blocks-gallery-image:last-child, .wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0
}

.blocks-gallery-grid.alignleft, .blocks-gallery-grid.alignright, .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
    max-width: 290px;
    width: 100%
}

.blocks-gallery-grid.aligncenter .blocks-gallery-item figure, .wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center
}

h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
    padding: 20px 38px
}

.wp-block-image {
    margin-bottom: 1em
}

.wp-block-image img {
    max-width: 100%
}

.wp-block-image.aligncenter {
    text-align: center
}

.wp-block-image.alignfull img, .wp-block-image.alignwide img {
    width: 100%
}

.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image.is-resized {
    display: table
}

.wp-block-image .aligncenter > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption, .wp-block-image.is-resized > figcaption {
    display: table-caption;
    caption-side: bottom
}

.wp-block-image .alignleft {
    float: left;
    margin: .5em 1em .5em 0
}

.wp-block-image .alignright {
    float: right;
    margin: .5em 0 .5em 1em
}

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.is-style-circle-mask img, .is-style-rounded img {
    border-radius: 9999px
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .is-style-circle-mask img {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-mode: alpha;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-position: center;
        mask-position: center;
        border-radius: 0
    }
}

.wp-block-latest-comments__comment {
    font-size: 15px;
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
    min-height: 36px;
    list-style: none
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 52px
}

.has-dates .wp-block-latest-comments__comment, .has-excerpts .wp-block-latest-comments__comment {
    line-height: 1.5
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: 14px;
    line-height: 1.8;
    margin: 5px 0 20px
}

.wp-block-latest-comments__comment-date {
    color: #8f98a1;
    display: block;
    font-size: 12px
}

.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
    border-radius: 24px;
    display: block;
    float: left;
    height: 40px;
    margin-right: 12px;
    width: 40px
}

.wp-block-latest-posts.alignleft {
    margin-right: 2em
}

.wp-block-latest-posts.alignright {
    margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both
}

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

.wp-block-latest-posts.is-grid li {
    margin: 0 20px 20px 0;
    width: 100%
}

@media (min-width: 600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - 20px)
    }

    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - 20px)
    }

    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - 20px)
    }

    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 20px)
    }

    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 20px)
    }
}

.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
    display: block;
    color: #6c7781;
    font-size: 13px
}

.wp-block-latest-posts__post-excerpt {
    margin-top: 8px;
    margin-bottom: 16px
}

.wp-block-latest-posts__featured-image img {
    height: auto;
    width: auto
}

.wp-block-latest-posts__featured-image.alignleft {
    margin-right: 1em
}

.wp-block-latest-posts__featured-image.alignright {
    margin-left: 1em
}

.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center
}

.edit-post-visual-editor .wp-block-latest-posts.is-grid li {
    margin-bottom: 20px
}

.wp-block-media-text {
    /*!rtl:begin:ignore*/
    direction: ltr;
    /*!rtl:end:ignore*/
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 1fr;
    grid-template-columns:50% 1fr;
    -ms-grid-rows: auto;
    grid-template-rows:auto
}

.wp-block-media-text.has-media-on-the-right {
    -ms-grid-columns: 1fr 50%;
    grid-template-columns:1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
    -ms-grid-row-align: start;
    align-self: start
}

.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media, .wp-block-media-text .wp-block-media-text__content, .wp-block-media-text .wp-block-media-text__media {
    -ms-grid-row-align: center;
    align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
    -ms-grid-row-align: end;
    align-self: end
}

.wp-block-media-text .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    /*!rtl:end:ignore*/
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    direction: ltr;
    /*!rtl:begin:ignore*/
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    /*!rtl:end:ignore*/
    padding: 0 8%;
    word-break: break-word
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1
    /*!rtl:end:ignore*/
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    /*!rtl:begin:ignore*/
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1
    /*!rtl:end:ignore*/
}

.wp-block-media-text__media img, .wp-block-media-text__media video {
    max-width: unset;
    width: 100%;
    vertical-align: middle
}

.wp-block-media-text.is-image-fill figure.wp-block-media-text__media {
    height: 100%;
    min-height: 250px;
    background-size: cover
}

.wp-block-media-text.is-image-fill figure.wp-block-media-text__media > img {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

@media (max-width: 600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        -ms-grid-columns: 100% !important;
        grid-template-columns:100% !important
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1
    }

    .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media, .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        grid-row: 2
    }

    .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1
    }
}

.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color), .wp-block-navigation .wp-block-navigation-link:not(.has-text-color) {
    color: #1e1e1e
}

.wp-block-navigation.is-style-light:not(.has-background) .wp-block-navigation__container, .wp-block-navigation:not(.has-background) .wp-block-navigation__container {
    background-color: #fff
}

.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color) {
    color: #fff
}

.wp-block-navigation.is-style-dark:not(.has-background) .wp-block-navigation__container {
    background-color: #1e1e1e
}

.items-justified-left > ul {
    justify-content: flex-start
}

.items-justified-center > ul {
    justify-content: center
}

.items-justified-right > ul {
    justify-content: flex-end
}

.wp-block-navigation-link {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0
}

.wp-block-navigation-link .wp-block-navigation__container:empty {
    display: none
}

.wp-block-navigation__container {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap
}

.is-vertical .wp-block-navigation__container {
    display: block
}

.has-child .wp-block-navigation__container {
    border: 1px solid rgba(0, 0, 0, .15);
    background-color: inherit;
    color: inherit;
    position: absolute;
    left: 0;
    top: 100%;
    width: fit-content;
    z-index: 1;
    opacity: 0;
    transition: opacity .1s linear;
    visibility: hidden
}

.has-child .wp-block-navigation__container > .wp-block-navigation-link > .wp-block-navigation-link__content {
    flex-grow: 1
}

.has-child .wp-block-navigation__container > .wp-block-navigation-link > .wp-block-navigation-link__submenu-icon {
    padding-right: 8px
}

@media (min-width: 782px) {
    .has-child .wp-block-navigation__container {
        left: 24px
    }

    .has-child .wp-block-navigation__container .wp-block-navigation__container {
        left: 100%;
        top: -1px
    }

    .has-child .wp-block-navigation__container .wp-block-navigation__container:before {
        content: "";
        position: absolute;
        right: 100%;
        height: 100%;
        display: block;
        width: 8px;
        background: transparent
    }

    .has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg {
        transform: rotate(0)
    }
}

.has-child:hover {
    cursor: pointer
}

.has-child:hover > .wp-block-navigation__container {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column
}

.has-child:focus-within {
    cursor: pointer
}

.has-child:focus-within > .wp-block-navigation__container {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column
}

.wp-block-navigation-link__content {
    text-decoration: none;
    padding: 8px 16px
}

.wp-block-navigation-link__content + .wp-block-navigation-link__content {
    padding-top: 0
}

.has-text-color .wp-block-navigation-link__content {
    color: inherit
}

.wp-block-navigation-link__label {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    word-break: normal;
    overflow-wrap: break-word
}

.wp-block-navigation-link__submenu-icon {
    height: inherit;
    padding: 6px 16px
}

.wp-block-navigation-link__submenu-icon svg {
    fill: currentColor
}

@media (min-width: 782px) {
    .wp-block-navigation-link__submenu-icon svg {
        transform: rotate(90deg)
    }
}

.is-small-text {
    font-size: 14px
}

.is-regular-text {
    font-size: 16px
}

.is-large-text {
    font-size: 36px
}

.is-larger-text {
    font-size: 48px
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: .68;
    font-weight: 100;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal
}

p.has-background {
    padding: 20px 38px
}

p.has-text-color a {
    color: inherit
}

.wp-block-post-author {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.5
}

.wp-block-post-author__byline {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .5em
}

.wp-block-post-author__avatar {
    margin-right: 16px
}

.wp-block-post-author__bio {
    margin-bottom: 8px;
    font-size: .7em
}

.wp-block-post-author__content {
    flex-grow: 1;
    flex-basis: 0
}

.wp-block-post-author__name {
    font-weight: 700;
    margin: 0
}

.wp-block-pullquote {
    padding: 3em 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center
}

.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
    max-width: 290px
}

.wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
    font-size: 20px
}

.wp-block-pullquote p {
    font-size: 28px;
    line-height: 1.6
}

.wp-block-pullquote cite, .wp-block-pullquote footer {
    position: relative
}

.wp-block-pullquote .has-text-color a {
    color: inherit
}

.wp-block-pullquote:not(.is-style-solid-color) {
    background: none
}

.wp-block-pullquote.is-style-solid-color {
    border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: none;
    font-style: normal
}

.wp-block-pullquote cite {
    color: inherit
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    margin: 0 0 16px;
    padding: 0 1em
}

.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
    font-size: 24px;
    font-style: italic;
    line-height: 1.6
}

.wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
    font-size: 18px;
    text-align: right
}

.wp-block-rss.alignleft {
    margin-right: 2em
}

.wp-block-rss.alignright {
    margin-left: 2em
}

.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

.wp-block-rss.is-grid li {
    margin: 0 16px 16px 0;
    width: 100%
}

@media (min-width: 600px) {
    .wp-block-rss.columns-2 li {
        width: calc(50% - 16px)
    }

    .wp-block-rss.columns-3 li {
        width: calc(33.33333% - 16px)
    }

    .wp-block-rss.columns-4 li {
        width: calc(25% - 16px)
    }

    .wp-block-rss.columns-5 li {
        width: calc(20% - 16px)
    }

    .wp-block-rss.columns-6 li {
        width: calc(16.66667% - 16px)
    }
}

.wp-block-rss__item-author, .wp-block-rss__item-publish-date {
    display: block;
    color: #6c7781;
    font-size: 13px
}

.wp-block-search {
    display: flex;
    flex-wrap: wrap
}

.wp-block-search .wp-block-search__label {
    width: 100%
}

.wp-block-search .wp-block-search__input {
    flex-grow: 1;
    max-width: 360px
}

.wp-block-search .wp-block-search__button {
    margin-left: 10px
}

.wp-block-separator.is-style-wide {
    border-bottom-width: 1px
}

.wp-block-separator.is-style-dots {
    background: none !important;
    border: none;
    text-align: center;
    max-width: none;
    line-height: 1;
    height: auto
}

.wp-block-separator.is-style-dots:before {
    content: "\00b7 \00b7 \00b7";
    color: currentColor;
    font-size: 20px;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif
}

.wp-block-social-links {
    display: flex;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0
}

.wp-block-social-links .wp-social-link a, .wp-block-social-links .wp-social-link a:hover {
    text-decoration: none;
    border-bottom: 0;
    box-shadow: none
}

.wp-social-link {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    margin-right: 8px;
    transition: transform .1s ease
}

@media (prefers-reduced-motion: reduce) {
    .wp-social-link {
        transition-duration: 0s
    }
}

.wp-social-link a {
    padding: 6px;
    display: block;
    line-height: 0;
    transition: transform .1s ease
}

.wp-social-link a, .wp-social-link a:active, .wp-social-link a:hover, .wp-social-link a:visited, .wp-social-link svg {
    color: currentColor;
    fill: currentColor
}

.wp-social-link:hover {
    transform: scale(1.1)
}

.wp-block-social-links.aligncenter {
    justify-content: center;
    display: flex
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
    background-color: #f0f0f0;
    color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
    background-color: #1778f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
    background-color: #24292d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background-color: #0d66c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
    background-color: #02ab6c;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
    background-color: #fe4500;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
    background-color: #fefc00;
    color: #fff;
    stroke: #000
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
    background-color: #1da1f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
    background-color: red;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
    background: none;
    padding: 4px
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
    width: 28px;
    height: 28px
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
    color: #f90
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
    color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
    color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
    color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
    color: #02e49b
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
    color: #e94c89
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
    color: #4280ff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
    color: #f45800
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
    color: #1778f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
    color: #0461dd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
    color: #e65678
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
    color: #24292d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
    color: #382110
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
    color: #ea4434
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
    color: #f00075
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
    color: #e21b24
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
    color: #0d66c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
    color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
    color: #02ab6c
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
    color: #f6405f
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
    color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
    color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
    color: #fe4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
    color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
    color: #fff;
    stroke: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
    color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
    color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
    color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
    color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
    color: #1da1f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
    color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
    color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
    color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
    color: red
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
    width: auto
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
    padding-left: 16px;
    padding-right: 16px
}

.wp-block-spacer {
    clear: both
}

p.wp-block-subhead {
    font-size: 1.1em;
    font-style: italic;
    opacity: .75
}

.wp-block-table {
    overflow-x: auto
}

.wp-block-table table {
    width: 100%
}

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
    word-break: break-word
}

.wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright {
    display: table;
    width: auto
}

.wp-block-table.aligncenter td, .wp-block-table.aligncenter th, .wp-block-table.alignleft td, .wp-block-table.alignleft th, .wp-block-table.alignright td, .wp-block-table.alignright th {
    word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
    background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
    background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
    background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid #f0f0f0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f0f0f0
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
    background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
    background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
    border-color: transparent
}

.wp-block-text-columns, .wp-block-text-columns.aligncenter {
    display: flex
}

.wp-block-text-columns .wp-block-column {
    margin: 0 16px;
    padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
    margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
    margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
    width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
    width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
    width: 25%
}

.wp-block-video {
    margin-left: 0;
    margin-right: 0
}

.wp-block-video video {
    max-width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-video [poster] {
        object-fit: cover
    }
}

.wp-block-video.aligncenter {
    text-align: center
}

.wp-block-video figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

:root .editor-styles-wrapper .has-pale-pink-background-color, :root .has-pale-pink-background-color {
    background-color: #f78da7
}

:root .editor-styles-wrapper .has-vivid-red-background-color, :root .has-vivid-red-background-color {
    background-color: #cf2e2e
}

:root .editor-styles-wrapper .has-luminous-vivid-orange-background-color, :root .has-luminous-vivid-orange-background-color {
    background-color: #ff6900
}

:root .editor-styles-wrapper .has-luminous-vivid-amber-background-color, :root .has-luminous-vivid-amber-background-color {
    background-color: #fcb900
}

:root .editor-styles-wrapper .has-light-green-cyan-background-color, :root .has-light-green-cyan-background-color {
    background-color: #7bdcb5
}

:root .editor-styles-wrapper .has-vivid-green-cyan-background-color, :root .has-vivid-green-cyan-background-color {
    background-color: #00d084
}

:root .editor-styles-wrapper .has-pale-cyan-blue-background-color, :root .has-pale-cyan-blue-background-color {
    background-color: #8ed1fc
}

:root .editor-styles-wrapper .has-vivid-cyan-blue-background-color, :root .has-vivid-cyan-blue-background-color {
    background-color: #0693e3
}

:root .editor-styles-wrapper .has-vivid-purple-background-color, :root .has-vivid-purple-background-color {
    background-color: #9b51e0
}

:root .editor-styles-wrapper .has-white-background-color, :root .has-white-background-color {
    background-color: #fff
}

:root .editor-styles-wrapper .has-very-light-gray-background-color, :root .has-very-light-gray-background-color {
    background-color: #eee
}

:root .editor-styles-wrapper .has-cyan-bluish-gray-background-color, :root .has-cyan-bluish-gray-background-color {
    background-color: #abb8c3
}

:root .editor-styles-wrapper .has-very-dark-gray-background-color, :root .has-very-dark-gray-background-color {
    background-color: #313131
}

:root .editor-styles-wrapper .has-black-background-color, :root .has-black-background-color {
    background-color: #000
}

:root .editor-styles-wrapper .has-pale-pink-color, :root .has-pale-pink-color {
    color: #f78da7
}

:root .editor-styles-wrapper .has-vivid-red-color, :root .has-vivid-red-color {
    color: #cf2e2e
}

:root .editor-styles-wrapper .has-luminous-vivid-orange-color, :root .has-luminous-vivid-orange-color {
    color: #ff6900
}

:root .editor-styles-wrapper .has-luminous-vivid-amber-color, :root .has-luminous-vivid-amber-color {
    color: #fcb900
}

:root .editor-styles-wrapper .has-light-green-cyan-color, :root .has-light-green-cyan-color {
    color: #7bdcb5
}

:root .editor-styles-wrapper .has-vivid-green-cyan-color, :root .has-vivid-green-cyan-color {
    color: #00d084
}

:root .editor-styles-wrapper .has-pale-cyan-blue-color, :root .has-pale-cyan-blue-color {
    color: #8ed1fc
}

:root .editor-styles-wrapper .has-vivid-cyan-blue-color, :root .has-vivid-cyan-blue-color {
    color: #0693e3
}

:root .editor-styles-wrapper .has-vivid-purple-color, :root .has-vivid-purple-color {
    color: #9b51e0
}

:root .editor-styles-wrapper .has-white-color, :root .has-white-color {
    color: #fff
}

:root .editor-styles-wrapper .has-very-light-gray-color, :root .has-very-light-gray-color {
    color: #eee
}

:root .editor-styles-wrapper .has-cyan-bluish-gray-color, :root .has-cyan-bluish-gray-color {
    color: #abb8c3
}

:root .editor-styles-wrapper .has-very-dark-gray-color, :root .has-very-dark-gray-color {
    color: #313131
}

:root .editor-styles-wrapper .has-black-color, :root .has-black-color {
    color: #000
}

:root .editor-styles-wrapper .has-vivid-cyan-blue-to-vivid-purple-gradient-background, :root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: linear-gradient(135deg, #0693e3, #9b51e0)
}

:root .editor-styles-wrapper .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background, :root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .editor-styles-wrapper .has-light-green-cyan-to-vivid-green-cyan-gradient-background, :root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: linear-gradient(135deg, #7adcb4, #00d082)
}

:root .editor-styles-wrapper .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background, :root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: linear-gradient(135deg, #fcb900, #ff6900)
}

:root .editor-styles-wrapper .has-luminous-vivid-orange-to-vivid-red-gradient-background, :root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: linear-gradient(135deg, #ff6900, #cf2e2e)
}

:root .editor-styles-wrapper .has-very-light-gray-to-cyan-bluish-gray-gradient-background, :root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: linear-gradient(135deg, #eee, #a9b8c3)
}

:root .editor-styles-wrapper .has-cool-to-warm-spectrum-gradient-background, :root .has-cool-to-warm-spectrum-gradient-background {
    background: linear-gradient(135deg, #4aeadc, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c)
}

:root .editor-styles-wrapper .has-blush-light-purple-gradient-background, :root .has-blush-light-purple-gradient-background {
    background: linear-gradient(135deg, #ffceec, #9896f0)
}

:root .editor-styles-wrapper .has-blush-bordeaux-gradient-background, :root .has-blush-bordeaux-gradient-background {
    background: linear-gradient(135deg, #fecda5, #fe2d2d 50%, #6b003e)
}

:root .editor-styles-wrapper .has-purple-crush-gradient-background, :root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .editor-styles-wrapper .has-luminous-dusk-gradient-background, :root .has-luminous-dusk-gradient-background {
    background: linear-gradient(135deg, #ffcb70, #c751c0 50%, #4158d0)
}

:root .editor-styles-wrapper .has-hazy-dawn-gradient-background, :root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .editor-styles-wrapper .has-pale-ocean-gradient-background, :root .has-pale-ocean-gradient-background {
    background: linear-gradient(135deg, #fff5cb, #b6e3d4 50%, #33a7b5)
}

:root .editor-styles-wrapper .has-electric-grass-gradient-background, :root .has-electric-grass-gradient-background {
    background: linear-gradient(135deg, #caf880, #71ce7e)
}

:root .editor-styles-wrapper .has-subdued-olive-gradient-background, :root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .editor-styles-wrapper .has-atomic-cream-gradient-background, :root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .editor-styles-wrapper .has-nightshade-gradient-background, :root .has-nightshade-gradient-background {
    background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .editor-styles-wrapper .has-midnight-gradient-background, :root .has-midnight-gradient-background {
    background: linear-gradient(135deg, #020381, #2874fc)
}

:root .editor-styles-wrapper .has-link-color a, :root .has-link-color a {
    color: #00e;
    color: var(--wp--style--color--link, #00e)
}

.editor-styles-wrapper .has-small-font-size, .has-small-font-size {
    font-size: 13px
}

.editor-styles-wrapper .has-normal-font-size, .editor-styles-wrapper .has-regular-font-size, .has-normal-font-size, .has-regular-font-size {
    font-size: 16px
}

.editor-styles-wrapper .has-medium-font-size, .has-medium-font-size {
    font-size: 20px
}

.editor-styles-wrapper .has-large-font-size, .has-large-font-size {
    font-size: 36px
}

.editor-styles-wrapper .has-huge-font-size, .editor-styles-wrapper .has-larger-font-size, .has-huge-font-size, .has-larger-font-size {
    font-size: 42px
}

.has-text-align-center {
    text-align: center
}

.has-text-align-left {
    text-align: left
}

.has-text-align-right {
    text-align: right
}

#end-resizable-editor-section {
    display: none
}

.aligncenter {
    clear: both
}

.is-screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    word-break: normal
}

.is-menu {
    position: relative
}

.is-menu a {
    background: 0 0 !important;
    line-height: 1;
    outline: 0
}

.is-menu a::after, .is-menu a::before {
    display: none !important
}

.is-menu a:focus, .is-menu a:hover, .is-menu:hover > a {
    background: 0 0 !important;
    outline: 0
}

.is-menu.default form {
    max-width: 310px
}

.is-menu.is-dropdown form {
    display: none;
    min-width: 310px;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 9
}

.is-menu.full-width-menu form, .is-menu.sliding form {
    min-width: 0 !important;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 25%;
    width: 0;
    z-index: 9;
    padding: 0;
    margin: 0
}

.is-menu.full-width-menu form:not(.is-search-form) input[type=search], .is-menu.full-width-menu form:not(.is-search-form) input[type=text], .is-menu.is-dropdown form:not(.is-search-form) input[type=search], .is-menu.is-dropdown form:not(.is-search-form) input[type=text], .is-menu.sliding form:not(.is-search-form) input[type=search], .is-menu.sliding form:not(.is-search-form) input[type=text], .is-popup-search-form form:not(.is-search-form) input[type=search], .is-popup-search-form form:not(.is-search-form) input[type=text] {
    background: #fff;
    color: #000
}

.is-menu.is-first form {
    right: auto;
    left: 0
}

.is-menu.full-width-menu:not(.open) form, .is-menu.sliding:not(.open) form {
    display: block
}

.is-menu form .screen-reader-text {
    display: none
}

.is-menu form label {
    margin: 0;
    padding: 0
}

.is-menu-wrapper {
    display: none;
    position: absolute;
    right: 5px;
    top: 5px;
    width: auto;
    z-index: 9999
}

.is-menu-wrapper.is-expanded {
    width: 100%
}

.admin-bar .is-menu-wrapper {
    top: 51px
}

.is-menu-wrapper .is-menu {
    float: right
}

.is-menu-wrapper .is-menu form {
    right: 0;
    left: auto
}

.gsc-cse-search-menu {
    max-width: 310px;
    float: right
}

.gsc-cse-search-menu .cse .gsc-control-cse, .gsc-cse-search-menu .gsc-control-cse {
    padding: 0
}

.is-menu .search-icon-path {
    fill: #848484
}

.search-close {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: -22px;
    top: 33%;
    width: 20px;
    z-index: 99999
}

.is-menu.is-first .search-close {
    right: auto;
    left: -22px
}

.is-menu.is-dropdown .search-close {
    top: calc(100% + 7px)
}

.popup-search-close {
    cursor: pointer;
    height: 20px;
    width: 20px;
    z-index: 99999;
    float: right;
    position: relative;
    margin: 20px 20px 0 0
}

#is-popup-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #4c4c4c;
    background: rgba(4, 4, 4, .91);
    z-index: 999999
}

.is-popup-search-form form {
    width: 80%;
    margin: 20% auto 0
}

.is-popup-search-form form.is-ajax-search {
    margin: 10% auto 0
}

.popup-search-close:after, .search-close:after {
    border-left: 2px solid #848484;
    content: '';
    height: 20px;
    left: 9px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.popup-search-close:before, .search-close:before {
    border-left: 2px solid #848484;
    content: '';
    height: 20px;
    left: 9px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.is-menu.full-width-menu.open .search-close, .is-menu.is-dropdown form[style="display: block;"] + .search-close, .is-menu.sliding.open .search-close {
    display: block
}

.is-highlight {
    background-color: #ffffb9;
    color: #222
}

@media screen and (max-width: 910px) {
    .is-menu form {
        left: 0;
        min-width: 50%;
        right: auto
    }

    .is-menu.default form {
        max-width: 100%
    }

    .is-menu.full-width-menu.active-search {
        position: relative
    }

    .is-menu-wrapper {
        display: block
    }
}

.is-link-container {
    display: none
}

form .is-link-container {
    position: relative
}

form .is-link-container div {
    position: absolute;
    width: 200px;
    bottom: -25px;
    left: 5px;
    z-index: 99999;
    height: auto;
    line-height: 14px;
    padding: 10px 15px
}

form .is-link-container a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 100;
    font-family: arial;
    box-shadow: none
}

form .is-link-container a:hover {
    text-decoration: underline
}

form .is-link-container a.is-customize-link {
    margin-left: 15px
}

form:hover + .is-link-container, form:hover > .is-link-container {
    display: block
}

.is-form-style label {
    display: inline-block !important;
    padding: 0;
    vertical-align: middle;
    margin: 0;
    width: 100%;
    line-height: 1
}

.is-form-style {
    line-height: 1;
    position: relative;
    padding: 0 !important
}

.is-form-style.is-form-style-3 label {
    width: calc(100% - 36px) !important
}

.is-form-style input.is-search-input {
    background: #fff;
    background-image: none !important;
    color: #333;
    padding: 0 12px;
    margin: 0;
    outline: 0 !important;
    font-size: 14px !important;
    height: 36px;
    min-height: 0;
    line-height: 1;
    border-radius: 0;
    border: solid 1px #ccc !important;
    font-family: arial;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.is-form-style input.is-search-input::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

.is-form-style input.is-search-input::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

.is-form-style input.is-search-input::-webkit-search-cancel-button, .is-form-style input.is-search-input::-webkit-search-decoration, .is-form-style input.is-search-input::-webkit-search-results-button, .is-form-style input.is-search-input::-webkit-search-results-decoration {
    display: none
}

.is-form-style.is-form-style-3 input.is-search-input {
    border-right: 0 !important
}

.is-form-style button.is-search-submit {
    background: 0 0;
    border: 0;
    box-shadow: none !important;
    opacity: 1;
    padding: 0 !important;
    margin: 0;
    line-height: 0;
    outline: 0;
    vertical-align: middle;
    width: 36px;
    height: 36px
}

.is-menu.full-width-menu.is-first button.is-search-submit, .is-menu.sliding.is-first button.is-search-submit {
    display: inline-block !important
}

.is-menu.full-width-menu.is-first button.is-search-submit:not([style="display: inline-block;"]), .is-menu.sliding.is-first button.is-search-submit:not([style="display: inline-block;"]) {
    visibility: hidden
}

.is-form-style .is-search-submit path {
    fill: #555
}

.is-form-style input.is-search-submit {
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 0
}

.is-form-style input.is-search-submit {
    padding: 0 10px !important;
    width: auto
}

.is-search-icon {
    width: 36px;
    padding-top: 6px !important
}

.is-search-icon svg {
    width: 22px;
    display: inline
}

.is-form-style input.is-search-submit, .is-search-icon {
    display: inline-block !important;
    color: #666;
    background: #ededed;
    box-shadow: none !important;
    outline: 0;
    margin: 0;
    font-size: 14px !important;
    border: 1px solid #ccc;
    border-radius: 0;
    line-height: 1;
    height: 36px;
    text-transform: capitalize;
    vertical-align: middle;
    -webkit-transition: background-color .1s ease-in-out;
    -moz-transition: background-color .1s ease-in-out;
    -o-transition: background-color .1s ease-in-out;
    transition: background-color .1s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.is-search-icon:hover, form.is-form-style input.is-search-submit:hover {
    background: #dcdcdc
}

.is-form-style-2 .is-search-submit {
    display: none
}

/*!
Theme Name: topbet
Theme URI: http://underscores.me/
Author: InnoWeb
Author URI: https://innoweb.agency
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: topbet
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

topbet is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

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

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

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

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

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

*, *:before, *:after {
    box-sizing: inherit
}

html {
    box-sizing: border-box
}

body, button, input, select, optgroup, textarea {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5
}

h1, h2, h3, h4, h5, h6 {
    text-align: center;
    clear: both
}

p, ol, ul {
    font-size: var(--normal-font-size);
    margin-bottom: 16px;
    line-height: 28px;
    text-align: start;
}

/*p {
    margin-bottom: 1.5em
}*/

dfn, cite, em, i {
    font-style: italic
}

blockquote {
    margin: 0 1.5em
}

address {
    margin: 0 0 1.5em
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em
}

code, kbd, tt, var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

mark, ins {
    background: #fff9c0;
    text-decoration: none
}

big {
    font-size: 125%
}

body {
    background: #fff
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}

ul, ol {
    margin: 0 0 1.5em 3em
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 1.5em
}

dt {
    font-weight: 700
}

dd {
    margin: 0 1.5em 1.5em
}

embed, iframe, object {
    max-width: 100%
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

picture img {
    border-radius: 14px;
    margin: 20px auto;
}

/*img {
    height: auto;
    max-width: 100%
}*/

figure {
    margin: 1em 0
}

table, th, td {
    border: 1px solid;
    padding: 5px;
    margin: 5px;
}

table {
    margin: 0 0 1.5em;
    width: 100%
}

button, input[type=button], input[type=reset], input[type=submit] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, .8);
    line-height: 1;
    padding: .6em 1em .4em
}

button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
    border-color: #ccc #bbb #aaa
}

button:active, button:focus, input[type=button]:active, input[type=button]:focus, input[type=reset]:active, input[type=reset]:focus, input[type=submit]:active, input[type=submit]:focus {
    border-color: #aaa #bbb #bbb
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px
}

input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=range]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus, textarea:focus {
    color: #111
}

select {
    border: 1px solid #ccc
}

textarea {
    width: 100%
}

.main-navigation {
    display: block;
    width: 100%
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0
}

.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    display: block;
    left: auto
}

.main-navigation ul ul a {
    width: 200px
}

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    left: auto
}

.main-navigation li {
    position: relative
}

.main-navigation a {
    display: block;
    text-decoration: none
}

.menu-toggle, .main-navigation.toggled ul {
    display: block
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none
    }

    .main-navigation ul {
        display: flex
    }
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    margin: 0 0 1.5em
}

.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
    display: flex
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    flex: 1 0 50%
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%
}

.sticky {
    display: block
}

.updated:not(.published) {
    display: none
}

.page-content, .entry-content, .entry-summary {
    margin: 1.5em 0 0
}

.page-links {
    clear: both;
    margin: 0 0 1.5em
}

.comment-content a {
    word-wrap: break-word
}

.bypostauthor {
    display: block
}

.widget {
    margin: 0 0 1.5em
}

.widget select {
    max-width: 100%
}

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.custom-logo-link {
    display: inline-block
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: .8075em 0
}

.wp-caption-text {
    text-align: center
}

.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%
}

.gallery-columns-2 {
    grid-template-columns:repeat(2, 1fr)
}

.gallery-columns-3 {
    grid-template-columns:repeat(3, 1fr)
}

.gallery-columns-4 {
    grid-template-columns:repeat(4, 1fr)
}

.gallery-columns-5 {
    grid-template-columns:repeat(5, 1fr)
}

.gallery-columns-6 {
    grid-template-columns:repeat(6, 1fr)
}

.gallery-columns-7 {
    grid-template-columns:repeat(7, 1fr)
}

.gallery-columns-8 {
    grid-template-columns:repeat(8, 1fr)
}

.gallery-columns-9 {
    grid-template-columns:repeat(9, 1fr)
}

.gallery-caption {
    display: block
}

footer .social {
    justify-content: flex-end
}

.other-link-footer-title {
    color: #fff;
    max-width: 400px;
    margin-top: 30px
}

.other-link-footer-all {
    display: flex;
    max-width: 316px;
    margin-top: 20px;
    grid-gap: 7px;
    justify-content: flex-end
}

.other-link-footer-all a {
    transition: .2s
}

.other-link-footer-all a:hover {
    transition: .2s;
    opacity: .8
}

.other-link-footer-all a img {
    display: block;
    border-radius: 7px
}

.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#primary[tabindex="-1"]:focus {
    outline: 0
}

.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em
}

.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em
}

input[type=checkbox] {
    outline: 2px solid #ff8320;
    outline-offset: -2px
}

.nav-links {
    margin-bottom: 24px;
    width: 100%
}

.nav-links .page-numbers {
    display: inline-block;
    width: 45px;
    text-align: center;
    height: 45px;
    background: #ececec;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .08);
    line-height: 42px;
    color: #000
}

.nav-links .next.page-numbers, .nav-links .prev.page-numbers {
    border: none;
    background: 0 0 !important;
    box-shadow: none !important;
    display: none !important
}

.page-numbers.current {
    background: #ff8320;
    color: #fff;
    display: inline-block;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px
}

ul.page-numbers {
    display: flex !important
}

ul.page-numbers li {
    display: inline-block;
    margin-right: 6px
}

.grid_ban__item {
    overflow: hidden;
    width: 240px
}

.grid_ban__top {
    display: flex
}

.grid_ban__rgba {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(55, 55, 55, .8), rgba(55, 55, 55, .8));
    z-index: 10
}

.grid_ban__item {
    position: relative;
    transition: .8s;
    cursor: default
}

.grid_ban__item img {
    height: 430px;
    width: auto;
    max-width: inherit;
    position: relative;
    left: -90%;
    display: block
}

.grid_ban__item.active img, .grid_ban__item:hover img {
    left: 0;
    width: 100%
}

.grid_ban__rgba {
    display: block
}

.grid_ban__item.active .grid_ban__rgba, .grid_ban__item:hover .grid_ban__rgba {
    display: none
}

.grid_ban_wrap_flex {
    display: flex;
    min-height: 75px;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 39px;
    background: rgba(55, 55, 55, .9);
    z-index: 100
}

.grid_ban__price {
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    font-weight: 700
}

.grid_ban__price svg {
    margin-left: 10px
}

.grid_ban__view {
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    background: #38b024;
    border-radius: 2px;
    font-size: 14px;
    text-align: center;
    width: 120px;
    padding: 7px 0
}

.grid_ban__site {
    display: block;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-weight: 700;
    background: #ef720d;
    border-radius: 2px;
    font-size: 14px;
    width: 120px;
    padding: 7px 0;
    cursor: pointer
}

.grid_ban__view:hover {
    background: #2d7920
}

.grid_ban__site:hover {
    background: #cd742c
}

.grid_ban__raite {
    font-size: 16px;
    font-weight: 700;
    color: #fff
}

.grid_ban__raite svg {
    margin-left: 10px;
    position: relative;
    top: 3px
}

.grid_ban__item .grid_ban__view, .grid_ban__item .grid_ban__site, .grid_ban__item .grid_ban__raite {
    display: none;
    transition: .5s
}

.grid_ban__item .grid_ban_wrap_flex {
    background: 0 0
}

.grid_ban__item.active .grid_ban__view, .grid_ban__item:hover .grid_ban__view, .grid_ban__item.active .grid_ban__site, .grid_ban__item:hover .grid_ban__site, .grid_ban__item.active .grid_ban__raite, .grid_ban__item:hover .grid_ban__raite {
    display: block
}

.grid_ban__item.active .grid_ban_wrap_flex, .grid_ban__item:hover .grid_ban_wrap_flex {
    background: rgba(55, 55, 55, .9)
}

.grid_ban__item .grid_ban__price {
    margin: 0 auto
}

.grid_ban__item.active .grid_ban__price, .grid_ban__item:hover .grid_ban__price {
    margin: 0
}

.grid_ban__phone img {
    width: auto;
    height: auto;
    left: 0;
    position: static;
    margin: 0 auto
}

.grid_ban__phone {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% - 16px);
    z-index: 100;
    bottom: 0
}

.grid_ban__item.active .grid_ban__phone, .grid_ban__item:hover .grid_ban__phone {
    display: none
}

.grid_ban__number {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    text-align: center;
    z-index: 100
}

.grid_ban__item.active .grid_ban__number, .grid_ban__item:hover .grid_ban__number {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 37px;
    left: 40px;
    background: rgba(55, 55, 55, .9)
}

.grid_ban__top:hover .grid_ban__item {
    width: 160px
}

body .grid_ban__top .grid_ban__item:hover {
    width: 560px
}

@media screen and (max-width: 1199px) {
    .grid_ban__item {
        width: 240px
    }

    .grid_ban__top:hover .grid_ban__item {
        width: 160px
    }

    body .grid_ban__top .grid_ban__item:hover {
        width: 490px
    }
}

@media screen and (max-width: 1024px) {
    .grid_ban__item {
        width: 204px
    }

    .grid_ban__top:hover .grid_ban__item {
        width: 138px
    }

    body .grid_ban__top .grid_ban__item:hover {
        width: 470px
    }
}

@media screen and (max-width: 1024px) {
    .grid_ban_wrap_flex {
        position: absolute;
        bottom: -90px;
        transition: 2s
    }

    .mobile_top_margin {
        margin-top: 75px
    }

    .grid_ban__item img {
        transition: unset
    }

    .grid_ban__item {
        transition: unset
    }

    .grid_ban__number {
        top: 28px
    }

    .grid_ban__price {
        font-size: 14px
    }

    .grid_ban__number {
        font-size: 14px
    }

    .grid_ban__item {
        height: 80px
    }

    .grid_ban__price {
        margin-right: 0 !important
    }

    .grid_ban__number {
        text-align: left;
        padding-left: 15px
    }

    .grid_ban__top {
        display: block;
        margin: 0 10px
    }

    .grid_ban__item {
        width: 100%
    }

    .grid_ban__item:not(:last-child) {
        margin-bottom: 10px
    }

    .grid_ban__item img {
        height: auto;
        transition: .8s;
        width: 100%;
        max-width: inherit;
        position: relative;
        left: 0;
        display: block
    }

    .grid_ban__phone img {
        width: auto !important
    }

    body .grid_ban__top .grid_ban__item:hover {
        width: 100%;
        height: 100%
    }

    .grid_ban__top:hover .grid_ban__item {
        width: 100%
    }

    .grid_ban__item.active .grid_ban__number, .grid_ban__item:hover .grid_ban__number {
        top: 8px;
        left: 8px;
        height: 24px;
        width: 24px;
        font-size: 14px;
        padding: 0
    }

    .grid_ban_wrap_flex {
        padding: 28px 8px;
        flex-direction: row-reverse
    }

    .grid_ban__view, .grid_ban__site {
        width: 67px
    }

    .grid_ban__item:hover .grid_ban_wrap_flex {
        bottom: 0;
        transition: 2s
    }
}

.body-oppen #top_menu {
    overflow: auto
}

@media screen and (max-width: 756px) {
    .flexer_box_link {
        padding: 0 10px
    }

    .top-panel #top_menu .sub-menu {
        position: static !important
    }

    .top-panel #top_menu .menu-item-has-children {
        display: block !important
    }

    .top-panel #top_menu .menu-item a:hover {
        color: #f7f7f7 !important
    }
}

.faq__question_header {
    margin: 15px 0
}

.search-no-results .caption h2 {
    display: none
}

.block_custom_link {
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    box-shadow: 0px 0px 10px rgb(0 0 0/18%);
    padding: 10px;
    grid-gap: 11px
}

.block_custom_link a {
    padding: 10px 20px;
    background: #fff
}

.block_custom_link a img {
    width: 100%
}

@media screen and (max-width: 756px) {
    .block_custom_link {
        box-shadow: none
    }
}

.post-author {
    margin-top: 15px;
    margin-bottom: 10px
}

.post-author-border-wrap {
    width: 100%;
    border: 1px solid #efefef
}

.post-author-avatar {
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 15px;
    overflow: hidden
}

.post-author-name p {
    margin: 0 !important;
    font-size: 14px;
    line-height: 32px !important
}

.post-author-name p span {
    color: #797878
}

.post-author-name p a {
    color: #212121
}

.post-wrapper.author .post .post-txt {
    max-width: 604px
}

.post-wrapper.author .post-img img {
    height: 100%
}

#related_posts.author_re li {
    width: 25%;
    padding: 5px;
    text-align: center
}

.author_wrapp .post-thumbnail {
    padding-right: 20px;
    padding-bottom: 20px;
    float: left
}

.author_wrapp .social {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.author_wrapp .social li {
    margin-right: 5px
}

.author_wrapp .social li:before {
    display: none
}

.author_wrapp .tw {
    background: url(//topbet.ru/wp-content/themes/topbet/css/../img/tw.png) no-repeat center
}

.author_wrapp .icon {
    display: block;
    content: "";
    width: 40px;
    height: 30px;
    transition: all .5s ease-in-out
}

.author_wrapp .fb {
    background: url(//topbet.ru/wp-content/themes/topbet/css/../img/fb.png) no-repeat center
}

.author_wrapp .vk {
    background: url(//topbet.ru/wp-content/themes/topbet/css/../img/vk.png) no-repeat center
}

.author_wrapp .telegram {
    background: url(//topbet.ru/wp-content/themes/topbet/css/../img/telegram.png) no-repeat center
}

.author_wrapp .in {
    background: url(//topbet.ru/wp-content/themes/topbet/css/../img/in.jpg) no-repeat center
}

.author_wrapp .ln {
    background: url(//topbet.ru/wp-content/themes/topbet/css/../img/ln1.jpg) no-repeat center
}

.flexer_box_link {
    display: flex;
    flex-wrap: wrap
}

.flexer_box_link a {
    margin-right: 7px;
    margin-bottom: 7px;
    background: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0/18%);
    padding: 2px 10px;
    color: #333;
    font-size: 14px
}

.flexer_box_link a:hover {
    color: #38b024
}

.bgbonusshort {
    background: url(/wp-content/themes/topbet/img/bg_bonus.jpg) no-repeat;
    max-width: 600px;
    width: 100%;
    height: 98px;
    margin: 0 auto 20px;
    display: flex;
    justify-content: space-between;
    padding: 0 25px;
    box-sizing: border-box;
    align-items: center;
    cursor: pointer
}

.bgbonusshort img {
    display: block
}

body .bgbonusshort_price div {
    font-family: "Inter-Bold";
    font-size: 18px !important;
    display: inline;
    color: #fff
}

body .bgbonusshort_price {
    color: #fff;
    font-size: 12px !important
}

.bonusshortcode_btn {
    color: #fff;
    background: #38b024;
    width: 130px;
    height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    border-radius: 5px
}

@media screen and (max-width: 991px) {
    .bgbonusshort_hid {
        display: none
    }

    .bgbonusshort {
        padding: 0 10px !important
    }

    .bgbonusshort img {
        width: 70px !important
    }

    .bonusshortcode_btn {
        width: 105px;
        font-size: 13px
    }

    .bgbonusshort {
        height: 60px !important
    }
}

*, :after, :before {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    overflow-x: hidden;
    max-width: 100vw;
    text-rendering: optimizeLegibility
}

body {
    display: block;
    width: 100%;
    height: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "NotoSans-Regular";
    background: #f7f7f7
}

@font-face {
    font-family: "NotoSans-Regular";
    src: url(NotoSans-Regular.ttf);
    src: url(NotoSans-Regular.ttf) format("truetype");
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "NotoSans-Bold";
    src: url(NotoSans-Bold.ttf);
    src: url(NotoSans-Bold.ttf) format("truetype");
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Inter-Bold";
    src: url(Inter-Bold.ttf);
    src: url(Inter-Bold.ttf) format("truetype");
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Inter-SemiBold";
    src: url(//topbet.ru/wp-content/themes/topbet/css/../fonts/Inter-SemiBold.ttf);
    src: url(//topbet.ru/wp-content/themes/topbet/css/../fonts/Inter-SemiBold.ttf) format("truetype");
    font-style: normal;
    font-display: swap
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

a {
    outline: none;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

.wrapper {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px
}

::selection {
    color: #fff;
    background-color: #ff8320
}

h1, h2, h3 {
    text-align: center;
}

h1 {
    font-family: "Inter-Bold";
    font-size: 24px;
    line-height: 34px;
    font-style: normal;
    font-weight: 700;
    color: #272727
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 20px;
        line-height: 28px
    }
}

h2 {
    font-family: "Inter-Bold";
    font-size: 24px;
    line-height: 34px;
    font-style: normal;
    font-weight: 700;
    color: #272727
}

@media screen and (max-width: 768px) {
    h2 {
        font-size: 20px;
        line-height: 28px
    }
}

h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #38b024;
    font-family: "Inter-SemiBold";
    margin-bottom: 12px
}

h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    font-family: "NotoSans-Bold";
    color: #333
}

.btn-text {
    font-size: 14px;
    line-height: 22px;
    font-style: normal;
    font-weight: 700;
    font-family: "NotoSans-Bold"
}

hr {
    margin-bottom: 0;
    background-color: #ececec;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width: 768px) {
    hr {
        margin-left: 15px;
        margin-right: 15px
    }
}

.top-panel {
    background-color: #373737;
    height: 80px;
    display: flex;
    flex-direction: row;
    align-items: center
}

@media screen and (max-width: 768px) {
    .top-panel {
        height: 50px;
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 99999
    }
}

.top-panel #top_menu {
    display: flex;
    flex-direction: row;
    height: 80px;
    align-items: center
}

.top-panel #top_menu .menu-item-has-children {
    display: flex;
    align-items: center;
    position: relative;
    height: 80px
}

.top-panel #top_menu .menu-item-has-children a:after {
    width: 0;
    height: 0;
    border-style: solid;
    display: inline-block;
    margin: 8px 5px 0;
    vertical-align: middle;
    content: "";
    border-width: 6px;
    border-color: #c4c4c4 transparent transparent;
    transition: all .5s ease-in-out
}

@media screen and (max-width: 768px) {
    .top-panel #top_menu .menu-item-has-children a:after {
        float: right
    }
}

.top-panel #top_menu .menu-item-has-children a:hover:after {
    border-color: #ff8320 transparent transparent
}

.top-panel #top_menu .menu-item-has-children:hover .sub-menu {
    display: flex
}

.top-panel #top_menu .current-menu-item {
    position: relative
}

.top-panel #top_menu .current-menu-item a {
    color: #ff8320
}

.top-panel #top_menu .astm-search-menu {
    margin-left: 0
}

.top-panel #top_menu .sub-menu {
    display: none;
    position: absolute;
    flex-direction: column;
    background-color: #373737;
    padding: 20px;
    margin-left: 0;
    top: 100%;
    z-index: 9999;
    border-top: 1px solid #686868
}

@media screen and (max-width: 768px) {
    .top-panel #top_menu .sub-menu {
        border: none;
        padding-left: 0
    }
}

.top-panel #top_menu .sub-menu a {
    min-width: 220px;
    display: block;
    margin: 5px 0
}

.top-panel #top_menu .sub-menu a:after {
    display: none
}

.top-panel #top_menu .menu-item {
    margin-right: 20px;
    position: relative
}

@media screen and (max-width: 1200px) {
    .top-panel #top_menu .menu-item {
        margin-right: 10px
    }
}

.top-panel #top_menu .menu-item:last-child {
    margin-right: 0
}

.top-panel #top_menu .menu-item a {
    font-family: "NotoSans-Bold";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    color: #f7f7f7;
    transition: all .5s ease-in-out
}

.top-panel #top_menu .menu-item a:hover {
    color: #ff8320
}

@media screen and (max-width: 1200px) {
    .top-panel #top_menu .menu-item a {
        font-size: 14px
    }
}

.top-panel #top_menu #menu-item-23 a {
    color: #FFFFFF !important
}

.top-panel #top_menu #menu-item-23 a:hover {
    color: #FF8320 !important
}

.top-panel .wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

@media screen and (min-width: 768px) {
    .caption {
        padding-left: 0;
        padding-right: 0
    }
}

.caption h1, .caption h2, .caption p {
    margin: 30px 0
}

@media screen and (max-width: 768px) {
    .caption h1, .caption h2, .caption p {
        margin: 24px 0
    }
}

.caption h1:before, .caption h2:before, .caption p:before {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #ff8320;
    margin-right: 16px;
    content: "";
    vertical-align: middle
}

.caption p {
    font-family: "Inter-Bold";
    font-size: 24px;
    line-height: 34px;
    font-style: normal;
    font-weight: 700;
    color: #272727
}

#top-bk .box {
    background-color: #272727;
    height: 430px
}

.btn-space {
    background-color: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, .03);
    height: 70px;
    margin: 30px auto;
    transition: all .5s ease-in-out
}

.btn-space:hover {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, .05)
}

@media screen and (max-width: 768px) {
    .btn-space {
        max-width: 300px
    }
}

.btn-space a {
    height: 70px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.btn-space a:hover p {
    color: #ff8320
}

.btn-space a:hover path, .btn-space a:hover svg {
    fill: #ff8320
}

.btn-space a:hover .arrow {
    background-image: url(//topbet.ru/wp-content/themes/topbet/css/../img/arrow-h.png)
}

.btn-space .arrow {
    background-image: url(//topbet.ru/wp-content/themes/topbet/css/../img/arrow.png);
    width: 30px;
    height: 9px;
    transition: all .5s ease-in-out
}

.btn-space p {
    margin: 0;
    color: #38b024;
    margin-left: 5px;
    transition: all .5s ease-in-out
}

.btn-space svg {
    margin-right: 5px;
    transition: all .5s ease-in-out
}

.btn-space path {
    transition: all .5s ease-in-out
}

.main-space {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    flex-wrap: wrap
}

@media screen and (max-width: 768px) {
    .main-space {
        flex-direction: column
    }
}

#content {
    width: 66.67%;
    margin: 0 auto;
    padding-right: 15px
}

@media screen and (max-width: 768px) {
    #content {
        padding-right: 0;
        width: 100%
    }
}

#sidebar {
    width: 33.33%;
    margin: 0 auto;
    max-width: 400px;
    padding-left: 15px
}

@media screen and (max-width: 768px) {
    #sidebar {
        padding-left: 0;
        width: 100%
    }
}

.sidebar .wrapper {
    padding-left: 0;
    padding-right: 0
}

@media screen and (max-width: 768px) {
    .sidebar .wrapper {
        padding-left: 15px;
        padding-right: 15px
    }
}

.sidebar .btn-space {
    padding-left: 15px;
    padding-right: 15px
}

.post-wrapper .post {
    margin-bottom: 30px
}

.post-wrapper .post a {
    display: flex;
    flex-direction: row
}

@media screen and (max-width: 768px) {
    .post-wrapper .post a {
        flex-direction: column;
        padding: 0 15px
    }
}

.post-wrapper .post a:hover .h4 {
    color: #38b024
}

.post-wrapper .post a:hover .post-txt {
    border-color: #38b024
}

.post-wrapper .post .post-img {
    max-width: 370px;
    position: relative
}

@media screen and (max-width: 768px) {
    .post-wrapper .post .post-img {
        max-width: 100%;
        max-height: 195px
    }
}

.post-wrapper .post .post-img img {
    max-height: 194px;
    border-radius: 2px
}

@media screen and (max-width: 1160px) {
    .post-wrapper .post .post-img img {
        min-height: 100%
    }
}

@media screen and (max-width: 768px) {
    .post-wrapper .post .post-img img {
        max-height: inherit
    }
}

.post-wrapper .post .post-txt {
    background: #fff;
    border-radius: 2px;
    padding: 20px 35px;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, .03));
    max-height: 194px;
    border-right: 5px solid transparent;
    transition: all .5s ease-in-out;
    max-width: 415px
}

@media screen and (max-width: 768px) {
    .post-wrapper .post .post-txt {
        max-width: 100%;
        padding: 16px 10px;
        text-align: center
    }
}

.post-wrapper .post .post-txt p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #373737;
    font-family: "NotoSans-Regular"
}

@media screen and (max-width: 768px) {
    .post-wrapper .post .post-txt p {
        display: none
    }
}

.post-wrapper .post .post-txt .h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    font-family: "NotoSans-Bold";
    color: #333;
    transition: all .5s ease-in-out
}

@media screen and (max-width: 768px) {
    .post-wrapper .post .post-txt .h4 {
        display: block
    }
}

.post-wrapper .post .post-time {
    position: absolute;
    top: 150px;
    left: 15px;
    background-color: #fff;
    padding: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 2px
}

@media screen and (max-width: 1160px) {
    .post-wrapper .post .post-time {
        top: 120px
    }
}

@media screen and (max-width: 800px) {
    .post-wrapper .post .post-time {
        top: 150px
    }
}

.post-wrapper .post .post-time p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    margin: 0 0 0 8px;
    font-family: "NotoSans-Regular";
    color: #000
}

.post-wrapper .post h4 {
    transition: all .5s ease-in-out
}

.bonus-banner {
    background-image: url(//topbet.ru/wp-content/themes/topbet/css/../img/bonus-bcg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    max-height: 155px;
    padding: 24px;
    border-radius: 2px;
    margin-bottom: 30px
}

.bonus-banner .bb-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #686868;
    padding-bottom: 22px;
    margin-bottom: 24px
}

.bonus-banner .n-bonus {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    font-family: "Inter-Bold"
}

.bonus-banner .more-b {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    font-family: "NotoSans-Regular";
    color: #fff;
    transition: all .5s ease-in-out
}

.bonus-banner .more-b:hover {
    color: #ff8320
}

.btn {
    display: inline-block;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    transition: all .5s ease-in-out;
    font-family: "NotoSans-Bold";
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box
}

.btn-p {
    padding: 7px 0;
    background-color: #ff8320;
    color: #fff;
    max-width: 195px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.btn-p:hover {
    background-color: #ff8227
}

.btn-g {
    padding: 7px 0;
    background-color: #38b024;
    color: #fff;
    max-width: 195px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.btn-g:hover {
    background-color: #ff8320
}

.promocodes {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 2px;
    padding: 24px
}

@media screen and (max-width: 768px) {
    .promocodes {
        margin-left: 15px;
        margin-right: 15px;
        padding: 20px
    }
}

.promocodes .promocode {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 24px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 24px;
    align-items: center
}

.promocodes .promocode:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0
}

.promocodes .promocode p {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #f01919;
    font-family: "NotoSans-Bold";
    margin-bottom: 0
}

.promocodes .promocode a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #272727;
    font-family: "NotoSans-Regular";
    transition: all .5s ease-in-out
}

.promocodes .promocode a:hover {
    color: #ff8320
}

.promocodes .promocode button {
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    background: url(//topbet.ru/wp-content/themes/topbet/css/../img/copy.png) no-repeat center !important;
    border: none !important;
    line-height: normal !important;
    padding: 0 !important;
    border-radius: 0 !important;
    transition: all .5s ease-in-out;
    cursor: pointer;
    outline: none
}

.promocodes .promocode button:hover {
    background: url(//topbet.ru/wp-content/themes/topbet/css/../img/copy-h.png) no-repeat center !important
}

.promocodes .promocode img {
    max-height: 24px
}

.post-prognoz {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

@media screen and (max-width: 768px) {
    .post-prognoz {
        flex-direction: column;
        margin-left: 0;
        margin-right: 0
    }
}

.post-prognoz .post {
    width: 50%
}

@media screen and (max-width: 768px) {
    .post-prognoz .post {
        width: 100%
    }
}

.post-prognoz .post a {
    flex-direction: column;
    margin-left: 15px;
    margin-right: 15px
}

@media screen and (max-width: 768px) {
    .post-prognoz .post a {
        margin-left: 0;
        margin-right: 0
    }
}

.post-prognoz .post a:hover .post-sport-plashka {
    background-color: rgba(104, 104, 104, .9)
}

.post-prognoz .post a:hover .title-prognoz {
    color: #fff
}

.post-prognoz .post .post-sport-plashka {
    background-color: rgba(55, 55, 55, .9);
    text-align: center;
    position: absolute;
    bottom: 5px;
    width: 100%;
    height: 95px;
    padding: 10px 25px;
    transition: all .5s ease-in-out;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px
}

@media screen and (max-width: 768px) {
    .post-prognoz .post .post-sport-plashka {
        bottom: 0
    }
}

.post-prognoz .post .post-sport-plashka p {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 160%;
    color: #fff;
    font-family: "NotoSans-Bold"
}

.post-prognoz .post .post-img {
    max-width: 100%
}

.post-prognoz .post .post-img img {
    max-height: 213px;
    width: 100%;
    border-radius: 2px
}

.post-prognoz .post .category-prognoz {
    position: absolute;
    top: 12px;
    left: 12px;
    background-color: #38b024;
    padding: 8px;
    border-radius: 2px
}

.post-prognoz .post .category-prognoz p {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    color: #fff;
    font-family: "NotoSans-Bold";
    margin-bottom: 0
}

.post-prognoz .post .title-prognoz {
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 140% !important;
    color: #FFFFFF !important;
    margin-bottom: 10px
}

.post-prognoz .palochka {
    color: #686868;
    margin-left: 10px;
    margin-right: 10px
}

.post-prognoz .time-match-prognoz {
    color: #ff8320
}

.strategy {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-direction: row
}

.strategy img {
    border-radius: 2px
}

@media screen and (max-width: 768px) {
    .strategy {
        padding-left: 15px;
        padding-right: 15px;
        flex-direction: column
    }
}

.strategy .strategy-post {
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, .03);
    border-radius: 2px;
    padding: 30px 25px;
    width: 100%
}

.strategy .strategy-post .post:last-child a {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.strategy .strategy-post .post a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: #272727;
    transition: all .5s ease-in-out;
    font-family: "NotoSans-Bold";
    padding-bottom: 20px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 24px;
    display: block;
    transition: all .5s ease-in-out
}

.strategy .strategy-post .post a:hover {
    color: #ff8320
}

.entry-content {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, .03);
    border-radius: 2px;
    background: #fff;
    padding: 30px
}

@media screen and (max-width: 768px) {
    .entry-content {
        margin-left: 15px;
        margin-right: 15px;
        padding: 20px 15px
    }
}

.entry-content p {
    margin-bottom: 25px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #272727
}

.entry-content strong {
    color: #ff8320
}

.entry-content ul {
    list-style-type: none;
    margin: 0 0 30px;
    padding: 0
}

.entry-content ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #272727;
    margin-bottom: 20px
}

.entry-content ul li:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #38b024;
    border-radius: 100%;
    margin-right: 15px;
    vertical-align: middle
}

.entry-content h2 {
    color: #38b024;
    margin-bottom: 15px
}

.entry-content a {
    color: #ff8320
}

.entry-content a:hover {
    color: #38b024
}

.entry-content blockquote {
    border-left: 2px solid #38b024;
    margin: 0;
    padding-left: 20px
}

.entry-content .post-thumbnail {
    margin-bottom: 30px
}

.wrapper-content {
    padding-left: 0;
    padding-right: 0
}

footer {
    background: #373737;
    padding: 30px 0
}

footer .wrapper {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

@media screen and (max-width: 768px) {
    footer .wrapper {
        padding-left: 15px;
        padding-right: 15px;
        flex-direction: column
    }
}

footer .menu li {
    margin-bottom: 12px
}

footer .menu li a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: #ececec;
    transition: all .5s ease-in-out;
    font-family: "NotoSans-Regular"
}

footer .menu li a:hover {
    color: #ff8320
}

footer .social-footer {
    text-align: right
}

@media screen and (max-width: 768px) {
    footer .social-footer {
        text-align: left;
        margin-top: 30px
    }
}

footer .social-footer p {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    font-family: "NotoSans-Regular";
    color: #fff
}

footer .social {
    display: flex;
    flex-direction: row
}

footer .social li {
    margin-right: 20px
}

footer .social li:last-child {
    margin-right: 0
}

footer .icon {
    display: block;
    content: "";
    width: 45px;
    height: 30px;
    transition: all .5s ease-in-out
}

footer .fb {
    background: url(//topbet.ru/wp-content/themes/topbet/css/../img/fb.png) no-repeat center
}

footer .fb:hover {
    background: url(//topbet.ru/wp-content/themes/topbet/css/../img/fb-h.png) no-repeat center
}

footer .tw {
    background: url(//topbet.ru/wp-content/themes/topbet/css/../img/tw.png) no-repeat center
}

footer .tw:hover {
    background: url(//topbet.ru/wp-content/themes/topbet/css/../img/tw-h.png) no-repeat center
}

footer .vk {
    background: url(//topbet.ru/wp-content/themes/topbet/css/../img/vk.png) no-repeat center
}

footer .vk:hover {
    background: url(//topbet.ru/wp-content/themes/topbet/css/../img/vk-h.png) no-repeat center
}

footer .telegram {
    background: url(//topbet.ru/wp-content/themes/topbet/css/../img/telegram.png) no-repeat center
}

footer .telegram:hover {
    background: url(//topbet.ru/wp-content/themes/topbet/css/../img/telegram-h.png) no-repeat center
}

footer .footer-first-wr {
    padding-bottom: 15px;
    border-bottom: 2px solid #3d3d3d
}

@media screen and (max-width: 768px) {
    footer .footer-first-wr {
        padding-bottom: 30px
    }
}

footer .cop {
    padding-top: 30px
}

footer .cop p {
    color: #686868;
    font-size: 14px
}

footer .cop a {
    color: #686868;
    transition: all .5s ease-in-out
}

footer .cop a:hover {
    color: #fff
}

@media screen and (max-width: 768px) {
    .top-panel #top_menu {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 40px;
        right: -300px;
        background-color: #373737;
        z-index: 999;
        border-top: 1px solid #686868;
        flex-direction: column;
        transition: all .5s ease-out;
        min-width: 300px;
        align-items: flex-start;
        padding: 25px 30px
    }
}

.icon {
    display: block;
    transition: all .5s ease-out;
    text-decoration: none;
    height: 30px;
    padding: 5px
}

@media screen and (min-width: 769px) {
    .icon {
        display: none
    }
}

.icon path, .icon rect, .icon svg {
    transition: all .5s ease-out
}

@media screen and (max-width: 768px) {
    .logo-header img {
        max-width: 90px
    }
}

@media screen and (max-width: 768px) {
    .body-oppen .menu-oppen {
        flex-direction: column !important;
        height: 100vh !important
    }
}

@media screen and (max-width: 768px) {
    .body-oppen #top_menu {
        right: 0;
        opacity: 1;
        visibility: visible;
        transition: all .5s ease-in-out
    }
}

@media screen and (max-width: 768px) {
    .body-oppen #top_menu .menu-item {
        margin-right: 0;
        margin-bottom: 15px
    }
}

@media screen and (max-width: 768px) {
    .body-oppen #top_menu .menu-item-has-children {
        height: auto;
        min-width: 100%
    }
}

@media screen and (min-width: 768px) {
    .only-m {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .only-pc {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .logo-footer {
        display: none
    }
}

.back_to_top {
    position: fixed;
    bottom: 100px;
    right: 40px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    text-align: center;
    background-image: url(//topbet.ru/wp-content/themes/topbet/css/../img/top.svg);
    cursor: pointer;
    display: none;
    transition: all .5s ease-in-out;
    border: none !important;
    outline: none !important
}

.back_to_top:hover {
    background-image: url(//topbet.ru/wp-content/themes/topbet/css/../img/top-h.svg);
    border: none !important;
    outline: none !important
}

@media screen and (max-width: 768px) {
    .back_to_top {
        bottom: 30px;
        right: 24px;
        background-image: url(//topbet.ru/wp-content/themes/topbet/css/../img/top-m.svg);
        height: 24px;
        width: 24px;
        padding: 0
    }

    .back_to_top:hover {
        background-image: url(//topbet.ru/wp-content/themes/topbet/css/../img/top-m-h.svg)
    }
}

.back_to_top-show {
    display: block
}

.btn-more-space a {
    justify-content: center
}

.sidebar .menu {
    background: #fff;
    border-radius: 2px;
    margin-top: 30px
}

.sidebar .menu .menu-item {
    padding: 20px 40px;
    border-bottom: 1px solid #ececec
}

.sidebar .menu .menu-item a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: #272727;
    font-family: "NotoSans-Bold";
    transition: all .5s ease-in-out
}

.sidebar .menu .menu-item a:hover {
    color: #38b024
}

.sidebar .menu .current-menu-item {
    border-right: 5px solid #38b024
}

.sidebar .menu .current-menu-item a {
    color: #38b024
}

#breadcrumb {
    width: 100%;
    background-color: #ececec
}

@media screen and (max-width: 768px) {
    #breadcrumb {
        padding: 5px 15px;
        margin-top: 50px
    }
}

#breadcrumb .breadcrumb-wr {
    margin: 0 auto;
    max-width: 1200px;
    padding: 5px 0
}

#breadcrumb span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #686868
}

#breadcrumb span a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #373737;
    transition: all .5s ease-in-out
}

#breadcrumb span a:hover {
    color: #ff8320
}

.home #breadcrumb {
    display: none
}

.top-panel #top_menu .current-menu-item a {
    color: #ff8320
}

.top-panel #top_menu .current-menu-item .sub-menu a {
    color: #f7f7f7
}

.wptb-table-container table {
    background-color: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, .03);
    border-radius: 2px
}

.wptb-table-container table tr {
    border-bottom: 1px solid #ededed
}

.wptb-table-container #obzor-btn .wptb-button {
    background-color: transparent;
    transition: all .5s ease-in-out;
    cursor: pointer;
    border: 2px solid #329d3f;
    padding: 5px 25px
}

.wptb-table-container #obzor-btn .wptb-button:hover {
    background-color: #329d3f;
    border: 2px solid transparent
}

.wptb-table-container #site-btn .wptb-button {
    transition: all .5s ease-in-out;
    cursor: pointer;
    padding: 5px 25px;
    border: 2px solid #ef720d
}

.wptb-table-container #site-btn .wptb-button:hover {
    border-color: #ff8227
}

#tablepress-2_wrapper thead th {
    background-color: #fff
}

#tablepress-2_wrapper thead .column-2:after, #tablepress-2_wrapper thead .column-5:after, #tablepress-2_wrapper thead .column-6:after {
    display: none
}

#tablepress-2 {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, .03);
    width: 100% !important
}

#tablepress-2 thead {
    display: none
}

#tablepress-2 .obzor-btn {
    background-color: transparent;
    transition: all .5s ease-in-out;
    cursor: pointer;
    border: 2px solid #329d3f;
    padding: 5px 25px;
    color: #333;
    border-radius: 2px
}

#tablepress-2 .obzor-btn:hover {
    background-color: #329d3f;
    border: 2px solid transparent;
    color: #fff
}

#tablepress-2 .site-btn {
    transition: all .5s ease-in-out;
    cursor: pointer;
    padding: 5px 25px;
    color: #fff;
    border-radius: 2px;
    background-color: #ef720d;
    border: 2px solid #ef720d
}

#tablepress-2 .site-btn:hover {
    background-color: #ff8227;
    border: 2px solid #ff8227
}

#tablepress-2 .rating:after {
    display: inline-block;
    content: "";
    background-image: url(//topbet.ru/wp-content/themes/topbet/css/../img/star-rating.png);
    width: 22px;
    height: 22px;
    vertical-align: sub;
    margin-left: 5px
}

#tablepress-2 img {
    max-width: 100px
}

#tablepress-2 td {
    padding: 15px;
    vertical-align: middle
}

#tablepress-2 th {
    padding: 15px
}

.tablepress-id-2 th {
    padding: 15px !important
}

@media screen and (max-width: 768px) {
    .tablepress-id-2 td {
        min-width: 120px
    }
}

@media screen and (max-width: 768px) {
    .tablepress-id-2 .column-1 {
        max-width: 60px;
        min-width: 60px
    }
}

.post-wrapper-app {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

@media screen and (max-width: 768px) {
    .post-wrapper-app {
        flex-direction: column
    }
}

.post-wrapper-app .post-app {
    width: 50%
}

@media screen and (max-width: 768px) {
    .post-wrapper-app .post-app {
        width: 100%
    }
}

.post-wrapper-app .post-app a {
    flex-direction: column;
    margin-left: 15px;
    margin-right: 15px
}

.post-wrapper-app .post-app a:hover {
    border: none
}

.post-wrapper-app .post-app .post-txt {
    border: none;
    max-width: 370px
}

.post-wrapper-app .post-app .post-img {
    max-width: 370px;
    max-height: 208px
}

.post-wrapper-app .post-app .post-img img {
    max-height: none
}

#related_posts {
    margin-left: -15px;
    margin-right: -15px
}

@media screen and (max-width: 768px) {
    #related_posts {
        flex-direction: column;
        margin-left: 0;
        margin-right: 0
    }
}

#related_posts ul {
    display: flex
}

@media screen and (max-width: 768px) {
    #related_posts ul {
        flex-direction: column
    }
}

#related_posts li {
    margin-left: 15px;
    margin-right: 15px;
    background-color: #fff;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, .03));
    width: 50%
}

@media screen and (max-width: 768px) {
    #related_posts li {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 30px;
        width: 100%
    }
}

#related_posts a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    font-family: "NotoSans-Regular";
    color: #272727;
    transition: all .5s ease-in-out
}

#related_posts a:hover {
    color: #ff8320
}

#related_posts .relatedcontent {
    padding: 20px
}

.hr-30 {
    margin: 30px 0
}

@media screen and (max-width: 768px) {
    #comments {
        padding: 0 15px
    }
}

#comments h3 {
    margin: 30px 0;
    font-family: "Inter-Bold";
    font-size: 24px;
    line-height: 34px;
    font-style: normal;
    font-weight: 700;
    color: #272727
}

@media screen and (max-width: 768px) {
    #comments h3 {
        margin: 24px 0;
        font-size: 20px;
        line-height: 28px
    }
}

#comments h3:before {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #ff8320;
    margin-right: 16px;
    content: "";
    vertical-align: middle
}

#commentform {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, .03);
    border-radius: 2px;
    padding: 30px 28px
}

#commentform input, #commentform textarea {
    border: 1px solid #ececec;
    box-sizing: border-box;
    border-radius: 2px;
    transition: all .5s ease-in-out
}

#commentform input:focus, #commentform textarea:focus {
    border: 1px solid #272727
}

#commentform .comment-form-comment {
    width: 100%
}

#commentform .comment-form-comment textarea {
    height: 120px;
    margin-top: 15px
}

#commentform .comment-form-author {
    width: 50%;
    padding-right: 10px
}

@media screen and (max-width: 768px) {
    #commentform .comment-form-author {
        width: 100%;
        padding-right: 0
    }
}

#commentform .comment-form-author input {
    width: 100%
}

#commentform .comment-form-email {
    width: 50%;
    padding-left: 10px
}

@media screen and (max-width: 768px) {
    #commentform .comment-form-email {
        width: 100%;
        padding-left: 0
    }
}

#commentform .comment-form-email input {
    width: 100%
}

#commentform .comment-form-cookies-consent {
    width: 70%
}

@media screen and (max-width: 768px) {
    #commentform .comment-form-cookies-consent {
        width: 100%
    }
}

#commentform .form-submit {
    width: 30%
}

@media screen and (max-width: 768px) {
    #commentform .form-submit {
        width: 100%
    }
}

#commentform .form-submit input {
    background: #ef720d;
    border-radius: 2px;
    color: #fff;
    transition: all .5s ease-in-out;
    padding: 10px;
    cursor: pointer;
    outline: none !important;
    border: none !important;
    width: 100%
}

#commentform .form-submit input:hover {
    background-color: #38b024
}

.logged-in-as a {
    color: #ff8320;
    transition: all .5s ease-in-out
}

.logged-in-as a:hover {
    color: #38b024
}

.rating-navigation {
    padding-bottom: 15px;
    padding-left: 0
}

@media screen and (max-width: 768px) {
    .rating-navigation {
        padding-left: 15px;
        display: none
    }
}

.rating-navigation ul {
    display: flex
}

.rating-navigation ul li {
    margin-right: 30px
}

.rating-navigation ul li:last-child {
    margin-right: 0
}

.rating-navigation ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    transition: all .5s ease-in-out;
    color: #686868
}

.rating-navigation ul li a:hover {
    color: #ff8320
}

.about-bk {
    padding-left: 0;
    padding-right: 0;
    margin: 30px 0
}

.about-bk .banner {
    height: 317px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.about-bk .panel-bk {
    position: absolute;
    height: 77px;
    display: flex;
    flex-direction: row;
    bottom: 0;
    width: 100%;
    background-color: rgba(56, 56, 56, .9);
    padding: 20px 35px;
    align-items: center
}

@media screen and (max-width: 768px) {
    .about-bk .panel-bk {
        flex-direction: column;
        height: auto;
        padding: 20px 35px 10px
    }
}

.about-bk .bonus {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    font-family: "Inter-Bold";
    margin-bottom: 0
}

@media screen and (max-width: 768px) {
    .about-bk .bonus {
        margin-bottom: 10px;
        display: none
    }
}

.about-bk .bonus svg {
    margin-right: 16px
}

.about-bk .bonus span {
    margin-left: 8px
}

.about-bk .rating {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    font-family: "Inter-Bold";
    margin-bottom: 0
}

.about-bk .rating:after {
    display: inline-block;
    content: "";
    background-image: url(//topbet.ru/wp-content/themes/topbet/css/../img/star-rating.png);
    width: 22px;
    height: 22px;
    vertical-align: sub;
    margin-left: 5px
}

@media screen and (max-width: 768px) {
    .about-bk .rating {
        margin-bottom: 10px;
        display: none
    }
}

@media screen and (max-width: 768px) {
    .about-bk .btn-p, .about-bk a {
        margin-bottom: 10px
    }
}

.dop-info-bk {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
    padding: 0
}

@media screen and (max-width: 768px) {
    .dop-info-bk {
        margin-left: 0;
        margin-right: 0;
        flex-direction: column
    }
}

.dop-info-bk .left-block {
    display: flex;
    flex-direction: row;
    width: 50%;
    border: 1px solid #ececec;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 24px;
    flex-wrap: wrap;
    margin-right: 15px
}

@media screen and (max-width: 768px) {
    .dop-info-bk .left-block {
        margin-left: 0;
        margin-right: 0;
        width: 100%
    }
}

.dop-info-bk .left-block .h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #686868;
    font-family: "Inter-Bold"
}

.dop-info-bk p {
    margin-bottom: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #373737;
    max-width: 160px;
    text-align: right
}

@media screen and (max-width: 768px) {
    .dop-info-bk p {
        max-width: none
    }
}

.dop-info-bk p a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #373737;
    transition: all .5s ease-in-out
}

.dop-info-bk p a:hover {
    color: #ff8320
}

.dop-info-bk .line {
    border-bottom: 1px solid #ececec;
    padding-bottom: 15px;
    margin-bottom: 18px;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-between
}

.dop-info-bk .line:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.dop-info-bk .right-block {
    display: flex;
    flex-direction: row;
    width: 50%;
    border: 1px solid #ececec;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 24px;
    flex-wrap: wrap;
    margin-left: 15px
}

@media screen and (max-width: 768px) {
    .dop-info-bk .right-block {
        margin-left: 0;
        margin-right: 0;
        width: 100%
    }
}

.dop-info-bk .right-block .h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #686868;
    font-family: "Inter-Bold"
}

.dop-info-bk .right-block p {
    margin-bottom: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #373737;
    max-width: 160px;
    text-align: right
}

@media screen and (max-width: 768px) {
    .dop-info-bk .right-block p {
        max-width: none
    }
}

.dop-info-bk .right-block p a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #373737;
    transition: all .5s ease-in-out
}

.dop-info-bk .right-block p a:hover {
    color: #ff8320
}

.dop-info-bk .right-block .line {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: flex-start
}

.dop-info-bk .right-block .line:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.dop-info-bk .right-block .desc {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px
}

.progressbar {
    height: 6px;
    position: relative;
    background: #ececec;
    border-radius: 2px;
    width: 100%
}

.progressbar > span {
    display: block;
    height: 100%;
    background: #38b024;
    position: relative;
    overflow: hidden;
    border-radius: 2px
}

.top-content-bc {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, .03);
    border-radius: 2px;
    background: #fff;
    padding: 30px 24px;
    margin-top: 30px
}

.name h1 {
    margin-top: 0
}

.banner-bk {
    background-color: #38b024;
    padding: 30px 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

@media screen and (max-width: 768px) {
    .banner-bk {
        flex-direction: column-reverse
    }
}

.banner-bk .number {
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 100%;
    color: #fff;
    font-family: "NotoSans-Bold";
    display: flex;
    flex-direction: row;
    align-items: center
}

@media screen and (max-width: 768px) {
    .banner-bk .number {
        margin-bottom: 20px
    }
}

.banner-bk p {
    margin-left: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #ececec;
    margin-bottom: 0
}

.banner-bk a {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 40px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    transition: all .5s ease-in-out;
    color: #fff
}

@media screen and (max-width: 768px) {
    .banner-bk a {
        margin-bottom: 20px;
        margin-right: 0
    }
}

.banner-bk a:hover {
    color: #272727
}

.banner-bk a:last-child {
    margin-right: 0
}

@media screen and (max-width: 768px) {
    .banner-bk a:first-child {
        margin-bottom: 0
    }
}

.banner-bk a img {
    margin-right: 8px
}

@media screen and (max-width: 768px) {
    nav {
        padding-left: 15px;
        padding-right: 15px
    }
}

.bonus-banner:nth-child(2) {
    background-image: url(//topbet.ru/wp-content/themes/topbet/css/../img/bonus-bcg-2.jpg)
}

.bonus-banner:nth-child(3) {
    background-image: url(//topbet.ru/wp-content/themes/topbet/css/../img/bonus-bcg-3.jpg)
}

.bonus-banner:nth-child(4) {
    background-image: url(//topbet.ru/wp-content/themes/topbet/css/../img/bonus-bcg-4.jpg)
}

.bonus-banner:nth-child(5) {
    background-image: url(//topbet.ru/wp-content/themes/topbet/css/../img/bonus-bcg-5.jpg)
}

.bb-top img {
    max-height: 24px
}

.promocode-dop-block {
    display: flex;
    flex-direction: row
}

@media screen and (max-width: 768px) {
    .promocode-dop-block {
        flex-direction: column
    }
}

.promocode-dop-block .btn {
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 215px
}

@media screen and (max-width: 768px) {
    .promocode-dop-block .btn {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 15px
    }
}

.promocode-dop-block .btn:hover {
    color: #fff
}

.bonus-dop-block {
    display: flex;
    flex-direction: row
}

@media screen and (max-width: 768px) {
    .bonus-dop-block {
        flex-direction: column
    }
}

.bonus-dop-block .btn {
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 215px
}

@media screen and (max-width: 768px) {
    .bonus-dop-block .btn {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 15px
    }
}

.bonus-dop-block .btn:hover {
    color: #fff
}

.down-app-block {
    display: flex;
    flex-direction: row;
    align-items: center
}

@media screen and (max-width: 768px) {
    .down-app-block {
        flex-direction: column
    }
}

.down-app-block .btn {
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 215px
}

@media screen and (max-width: 768px) {
    .down-app-block .btn {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 15px
    }
}

.down-app-block .btn:hover {
    color: #fff
}

.down-app-block .btn img {
    margin-right: 5px
}

.down-app-block h3 {
    color: #272727;
    margin-bottom: 0
}

@media screen and (max-width: 768px) {
    .search-results-block {
        padding: 0 15px
    }
}

.search-results-block article {
    margin-bottom: 15px
}

.search-results-block .entry-title a {
    font-family: "Inter-Bold";
    font-size: 24px;
    line-height: 34px;
    font-style: normal;
    font-weight: 700;
    color: #38b024
}

.search-results-block .entry-title a:hover {
    color: #ff8320
}

@media screen and (max-width: 768px) {
    .search-results-block .entry-title a {
        font-size: 16px;
        line-height: 22px
    }
}

.search-results-block .nav-links {
    margin: 30px 0
}

@media screen and (max-width: 768px) {
    .search-results-block .nav-links {
        flex-direction: column
    }
}

.search-results-block .nav-links a {
    display: inline-block;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    transition: all .5s ease-in-out;
    font-family: "NotoSans-Bold";
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 7px 0;
    background-color: #ff8320;
    color: #fff;
    max-width: 195px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.search-results-block .nav-links a:hover {
    background-color: #38b024
}

@media screen and (max-width: 768px) {
    .search-results-block .nav-links a {
        margin-bottom: 15px
    }
}

.not-found-b {
    padding: 250px 0;
    text-align: center
}

@media screen and (max-width: 768px) {
    .not-found-b {
        padding: 50px 15px
    }
}

#tablepress-3_wrapper thead th {
    background-color: #fff
}

#tablepress-3_wrapper thead .column-2:after, #tablepress-3_wrapper thead .column-5:after, #tablepress-3_wrapper thead .column-6:after {
    display: none
}

#tablepress-3 {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, .03);
    width: 100% !important
}

#tablepress-3 thead {
    display: none
}

#tablepress-3 .obzor-btn {
    background-color: transparent;
    transition: all .5s ease-in-out;
    cursor: pointer;
    border: 2px solid #329d3f;
    padding: 5px 25px;
    color: #333;
    border-radius: 2px
}

#tablepress-3 .obzor-btn:hover {
    background-color: #329d3f;
    border: 2px solid transparent;
    color: #fff
}

#tablepress-3 .site-btn {
    transition: all .5s ease-in-out;
    cursor: pointer;
    padding: 5px 25px;
    color: #fff;
    border-radius: 2px;
    background-color: #ef720d;
    border: 2px solid #ef720d
}

#tablepress-3 .site-btn:hover {
    background-color: #ff8227;
    border: 2px solid #ff8227
}

#tablepress-3 .rating:after {
    display: inline-block;
    content: "";
    background-image: url(//topbet.ru/wp-content/themes/topbet/css/../img/star-rating.png);
    width: 22px;
    height: 22px;
    vertical-align: sub;
    margin-left: 5px
}

#tablepress-3 img {
    max-width: 100px
}

#tablepress-3 td {
    padding: 15px;
    vertical-align: middle
}

#tablepress-3 th {
    padding: 15px
}

.tablepress-id-3 th {
    padding: 15px !important
}

@media screen and (max-width: 768px) {
    .tablepress-id-3 td {
        min-width: 120px
    }
}

@media screen and (max-width: 768px) {
    .tablepress-id-3 .column-1 {
        max-width: 60px;
        min-width: 60px
    }
}

#tablepress-4_wrapper thead th {
    background-color: #fff
}

#tablepress-4_wrapper thead .column-2:after, #tablepress-4_wrapper thead .column-5:after, #tablepress-4_wrapper thead .column-6:after {
    display: none
}

#tablepress-4 {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, .03);
    width: 100% !important
}

#tablepress-4 thead {
    display: none
}

#tablepress-4 .obzor-btn {
    background-color: transparent;
    transition: all .5s ease-in-out;
    cursor: pointer;
    border: 2px solid #329d3f;
    padding: 5px 25px;
    color: #333;
    border-radius: 2px
}

#tablepress-4 .obzor-btn:hover {
    background-color: #329d3f;
    border: 2px solid transparent;
    color: #fff
}

#tablepress-4 .site-btn {
    transition: all .5s ease-in-out;
    cursor: pointer;
    padding: 5px 25px;
    color: #fff;
    border-radius: 2px;
    background-color: #ef720d;
    border: 2px solid #ef720d
}

#tablepress-4 .site-btn:hover {
    background-color: #ff8227;
    border: 2px solid #ff8227
}

#tablepress-4 .rating:after {
    display: inline-block;
    content: "";
    background-image: url(//topbet.ru/wp-content/themes/topbet/css/../img/star-rating.png);
    width: 22px;
    height: 22px;
    vertical-align: sub;
    margin-left: 5px
}

#tablepress-4 img {
    max-width: 100px
}

#tablepress-4 td {
    padding: 15px;
    vertical-align: middle
}

#tablepress-4 th {
    padding: 15px
}

.tablepress-id-4 th {
    padding: 15px !important
}

@media screen and (max-width: 768px) {
    .tablepress-id-4 td {
        min-width: 120px
    }
}

@media screen and (max-width: 768px) {
    .tablepress-id-4 .column-1 {
        max-width: 60px;
        min-width: 60px
    }
}

#comments .children .comment {
    margin-top: 5px;
    margin-bottom: 5px
}

#comments .comment {
    margin-bottom: 15px
}

#comments .comment-list {
    margin: 0;
    list-style-type: none
}

#comments .comments-title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #272727;
    font-family: "NotoSans-Bold";
    margin-bottom: 30px
}

#comments .comment-body {
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, .03);
    border-radius: 2px;
    display: flex;
    flex-direction: row;
    padding: 20px 30px;
    display: flex;
    flex-direction: column
}

@media screen and (max-width: 768px) {
    #comments .comment-body {
        text-align: center
    }
}

#comments .comment-author {
    display: flex
}

@media screen and (max-width: 768px) {
    #comments .comment-author {
        flex-direction: column
    }
}

#comments .comment-author img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin-right: 30px
}

@media screen and (max-width: 768px) {
    #comments .comment-author img {
        margin: 0 auto 20px auto
    }
}

#comments footer {
    background-color: transparent;
    padding: 0;
    display: flex
}

@media screen and (max-width: 768px) {
    #comments footer {
        flex-direction: column
    }
}

#comments .says {
    margin-right: 10px
}

@media screen and (max-width: 768px) {
    #comments .says {
        display: none
    }
}

#comments .comment-content {
    margin-left: 90px
}

@media screen and (max-width: 768px) {
    #comments .comment-content {
        margin-left: 0
    }
}

#comments .comment-content p {
    font-family: "NotoSans-Regular";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #272727
}

#comments .reply {
    margin-left: 90px
}

@media screen and (max-width: 768px) {
    #comments .reply {
        margin-left: 0
    }
}

#comments .reply a {
    font-family: "NotoSans-Regular";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: #ff8320;
    transition: all .5s ease-in-out
}

#comments .reply a:hover {
    color: #38b024
}

@media screen and (max-width: 768px) {
    #comments .comment-metadata {
        margin: 20px auto
    }
}

#comments .comment-metadata a {
    font-family: "NotoSans-Regular";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 160%;
    color: #949494;
    cursor: default
}

#comments .fn {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    color: #272727;
    font-family: "Inter-Bold"
}

#comments .fn a {
    cursor: default;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    color: #272727;
    font-family: "Inter-Bold"
}

#cancel-comment-reply-link {
    color: #f01919;
    margin-left: 15px
}

@media screen and (max-width: 768px) {
    #footer-2 {
        margin-top: 15px
    }
}

.remodal .h2 {
    margin-bottom: 25px;
    font-family: "Inter-Bold";
    font-size: 24px;
    line-height: 34px;
    font-style: normal;
    font-weight: 700;
    color: #272727
}

.remodal h2 {
    margin-bottom: 25px
}

.remodal .columns {
    display: flex;
    flex-direction: column
}

.remodal .columns .column {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    justify-content: space-around;
    margin-bottom: 10px
}

.remodal .columns .column .btn {
    margin-left: 0;
    margin-right: 0
}

.remodal .columns .column .btn:hover {
    background-color: #38b024
}

@media screen and (max-width: 768px) {
    .remodal .columns .column .btn {
        margin-left: 25px;
        max-width: 150px
    }
}

.no-license p {
    max-width: 500px;
    margin: 30px auto
}

.no-license .btn:hover {
    background-color: #38b024
}

@media screen and (max-width: 768px) {
    .astm-search-menu .is-search-form {
        max-width: 240px
    }
}

@media screen and (max-width: 768px) {
    .astm-search-menu .search-close {
        top: 40px !important;
        left: 0
    }
}

.post-wrapper .no-posts {
    font-family: "Inter-Bold";
    font-size: 20px;
    line-height: 30px;
    font-style: normal;
    font-weight: 700;
    margin: 30px
}

.prognoz-k-dop-block {
    background-color: #e4efff;
    padding: 30px 90px;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

@media screen and (max-width: 768px) {
    .prognoz-k-dop-block {
        flex-direction: column;
        padding: 30px
    }
}

.prognoz-k-dop-block .kof {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #333;
    font-family: "NotoSans-Regular"
}

@media screen and (max-width: 768px) {
    .prognoz-k-dop-block .kof {
        margin-bottom: 15px
    }
}

@media screen and (max-width: 768px) {
    .prognoz-k-dop-block .kof:last-child {
        margin-bottom: 0
    }
}

.prognoz-k-dop-block .kof span {
    color: #38b024
}

.prognoz-k-dop-block .kof:after {
    content: "";
    background-color: #686868;
    width: 1px;
    height: 10px;
    display: inline-block;
    margin-left: 25px
}

@media screen and (max-width: 768px) {
    .prognoz-k-dop-block .kof:after {
        display: none
    }
}

.prognoz-k-dop-block .kof:last-child:after {
    display: none
}

.dop-stavki {
    display: flex;
    flex-direction: column
}

.dop-stavki .dop-stavka-block {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 2px;
    padding: 25px 30px;
    justify-content: space-between;
    align-items: center
}

@media screen and (max-width: 768px) {
    .dop-stavki .dop-stavka-block {
        margin-bottom: 30px;
        padding: 15px 20px;
        flex-direction: column
    }
}

.dop-stavki .dop-stavka-block .stavka {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    font-family: "Inter-Bold";
    color: #333
}

@media screen and (max-width: 768px) {
    .dop-stavki .dop-stavka-block .stavka {
        margin-bottom: 10px
    }
}

.dop-stavki .dop-stavka-block .stavka-kof {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: #686868
}

@media screen and (max-width: 768px) {
    .dop-stavki .dop-stavka-block .stavka-kof {
        margin-bottom: 10px
    }
}

.dop-stavki .dop-stavka-block .stavka-kof span {
    margin-left: 15px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    font-family: "Inter-Bold";
    color: #38b024
}

.dop-stavki .dop-stavka-block .btn {
    border: 1px solid #38b024;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, .03);
    border-radius: 2px;
    padding: 10px 24px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 160%;
    color: #333
}

.dop-stavki .dop-stavka-block .btn:hover {
    background-color: #38b024;
    color: #fff
}

@media screen and (max-width: 768px) {
    .dop-stavki .dop-stavka-block .btn {
        margin-bottom: 10px
    }
}

.dop-promo-block {
    background: #f7f7f7;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    padding: 24px;
    margin-bottom: 30px
}

.dop-promo-block .hero-dpb {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #333;
    font-family: "Inter-Bold";
    margin-bottom: 24px
}

.dop-promo-block .desc-dpb {
    background-color: #fff;
    border: 1px solid #38b024;
    padding: 15px 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, .03);
    border-radius: 2px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

@media screen and (max-width: 768px) {
    .dop-promo-block .desc-dpb {
        flex-direction: column
    }
}

.dop-promo-block .desc-dpb p {
    margin: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 160%;
    font-family: "NotoSans-Bold";
    color: #f01919
}

@media screen and (max-width: 768px) {
    .dop-promo-block .desc-dpb p {
        margin-bottom: 20px
    }
}

.dop-promo-block .desc-dpb a {
    color: #fff
}

.dop-promo-block .bonus-numb {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    font-family: "Inter-Bold";
    color: #38b024
}

@media screen and (max-width: 768px) {
    .dop-promo-block .bonus-numb {
        margin-bottom: 10px
    }
}

.dop-promo-block .btn {
    width: 172px;
    margin: 0;
    border: none !important;
    outline: none !important
}

.hero-dop-dop {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    font-family: "Inter-Bold";
    color: #272727;
    margin-bottom: 15px
}

html.remodal-is-locked {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none
}

.remodal, [data-remodal-id] {
    display: none
}

.remodal-overlay {
    position: fixed;
    z-index: 9999;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    display: none
}

.remodal-wrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch
}

.remodal-wrapper:after {
    display: inline-block;
    height: 100%;
    margin-left: -.05em;
    content: ""
}

.remodal-overlay, .remodal-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.remodal {
    position: relative;
    outline: none;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}

.remodal-is-initialized {
    display: inline-block
}

.remodal-bg.remodal-is-opening, .remodal-bg.remodal-is-opened {
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

.remodal-overlay {
    background: rgba(55, 55, 55, .9)
}

.remodal-overlay.remodal-is-opening, .remodal-overlay.remodal-is-closing {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.remodal-overlay.remodal-is-opening {
    -webkit-animation-name: remodal-overlay-opening-keyframes;
    animation-name: remodal-overlay-opening-keyframes
}

.remodal-overlay.remodal-is-closing {
    -webkit-animation-name: remodal-overlay-closing-keyframes;
    animation-name: remodal-overlay-closing-keyframes
}

.remodal-wrapper {
    padding: 10px 10px 0
}

.remodal {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    padding: 35px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #2b2e38;
    background: #fff
}

.remodal.remodal-is-opening, .remodal.remodal-is-closing {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.remodal.remodal-is-opening {
    -webkit-animation-name: remodal-opening-keyframes;
    animation-name: remodal-opening-keyframes
}

.remodal.remodal-is-closing {
    -webkit-animation-name: remodal-closing-keyframes;
    animation-name: remodal-closing-keyframes
}

.remodal, .remodal-wrapper:after {
    vertical-align: middle
}

.remodal-close {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: visible;
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transition: color .2s;
    transition: color .2s;
    text-decoration: none;
    color: #95979c;
    border: 0;
    outline: 0;
    background: 0 0
}

.remodal-close:hover, .remodal-close:focus {
    color: #2b2e38
}

.remodal-close:before {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
    font-size: 25px;
    line-height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 35px;
    content: "\00d7";
    text-align: center
}

.remodal-confirm, .remodal-cancel {
    font: inherit;
    display: inline-block;
    overflow: visible;
    min-width: 110px;
    margin: 0;
    padding: 12px 0;
    cursor: pointer;
    -webkit-transition: background .2s;
    transition: background .2s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border: 0;
    outline: 0
}

.remodal-confirm {
    color: #fff;
    background: #81c784
}

.remodal-confirm:hover, .remodal-confirm:focus {
    background: #66bb6a
}

.remodal-cancel {
    color: #fff;
    background: #e57373
}

.remodal-cancel:hover, .remodal-cancel:focus {
    background: #ef5350
}

.remodal-confirm::-moz-focus-inner, .remodal-cancel::-moz-focus-inner, .remodal-close::-moz-focus-inner {
    padding: 0;
    border: 0
}

@-webkit-keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@-webkit-keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    to {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        opacity: 0;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    to {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        opacity: 0;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@media only screen and (min-width: 641px) {
    .remodal {
        max-width: 700px
    }
}

.lt-ie9 .remodal-overlay {
    background: #2b2e38
}

.lt-ie9 .remodal {
    width: 700px
}

html.slb_overlay object, html.slb_overlay embed, html.slb_overlay iframe {
    visibility: hidden
}

html.slb_overlay #slb_viewer_wrap object, html.slb_overlay #slb_viewer_wrap embed, html.slb_overlay #slb_viewer_wrap iframe {
    visibility: visible
}

@font-face {
    font-family: TablePress;
    src: url(data:application/font-woff2;charset=utf-8;base64,d09GMgABAAAAAAPUAA0AAAAACZAAAAN+AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGh4GYACCUhEICoQIgnILFgABNgIkAygEIAWGcgeBARv6B8iuBzK53oAhKg2KWDsrezjalSefocfD9/uZ575PSbYEqJHAIdo6tMDGdCprFIHd+F9r+rZE46O2iHBJfoAuxwW0yfgKS8KGVFE4dHX1gPmgVhzwhcJbReQ9RWXcraeutbmNHE7T7B1sex8stfMfnkvv0XsgUZrYO1hirXme9TnUkBvQ22RGX50VAr48H54Cn9b8GD73edAAhjboBpIQ6kKOhCz7GA8V5HfzyeA6h0mnrFTJnPjxC7KCrl9caqIUg0EAYACGDBn6YGCxeIE+EkwANTWJX/brZpNfyE5o/7r9uPZjS4tESbCTExLCjxOEbxGi2dQeNEAXUMMlvADkqSV0IHXtkQXNOnI2ctJpRIPt8+HjNivx3rlQYA8FqGwdCxF2aZrdJluMnaqFvy+yngVKbBcn0fSOd1xTpnW4HTkptV8Gi2kvCeUHC0BD+D0VKMIqXniZPJyPya9D7gT6DvUpwJER6avgKDsOfW9jU+YGc/ng6MhA3VSar3NdtvrD9WHZurKVKYOi0RwlY9500YSuWDE084F+jMinu4sTudD5yBTTozA9Horpmb+M3TwIBHempnzdpu1/raWypX0JND/ki4p71CQQlFqnAvkijABrVFIq5BdNJbFncoBOF03/h3IINPQRBxJCYDoAOnkRIDR0w0BSmYiBzDinAuQ6eROg0DEGY6DUiEUYqKyILwFq2qS9GKhrpFsykdeFLmDjknYG4jKbNeNyQ1zhCoP840pdYiqu8jTW4mp6pMXH1HVJp8wRmHmQKTKiUOBVSMHrlKuBlYidxkMgw6/bMoG5RD6qfs8yO8LVqFCFa8ELrcVLEqTaS7UG5aqVq1GlWi28k3rRgCjbiU+qqOItvDEqXjkvwF/dUF595jB8LSqqgwIWAWsRmcJJ5GsHbYUqVbirBi5IpRMxLso/i2oSA6ZYDoMFCiknI7ZkGacSVYUjlLSXyG8n08nOQcXTeyzU5ozbiGRQZRt0vu/TMoEV8RLI3DiBSiVzMtNKAPgErlwLoqiAY2fJ9UbRMU/0rz38UP5FQtH3i8V3KYSHYJdSYRnwW8XazUAUop3gQY19hkEH98OA2QQ6wg0S+FjtwOwdOvF5J2VXBBLQmo2EAxsIKVJkkUcRZVRRa7NrP+my6Ns8cKszHYJf+fPPLPTq5vFcmYKZNL+fn1CZDgoYecKZHwA=) format('woff2'), url(//topbet.ru/wp-content/plugins/tablepress/css/tablepress.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: block
}

.tablepress-table-description {
    clear: both;
    display: block
}

.tablepress {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 1em;
    border: none
}

.tablepress td, .tablepress th {
    padding: 8px;
    border: none;
    background: 0 0;
    text-align: left;
    float: none !important
}

.tablepress tbody td {
    vertical-align: top
}

.tablepress tbody td, .tablepress tfoot th {
    border-top: 1px solid #ddd
}

.tablepress tbody tr:first-child td {
    border-top: 0
}

.tablepress thead th {
    border-bottom: 1px solid #ddd
}

.tablepress tfoot th, .tablepress thead th {
    background-color: #d9edf7;
    font-weight: 700;
    vertical-align: middle
}

.tablepress .odd td {
    background-color: #f9f9f9
}

.tablepress .even td {
    background-color: #fff
}

.tablepress .row-hover tr:hover td {
    background-color: #f3f3f3
}

.tablepress img {
    margin: 0;
    padding: 0;
    border: none;
    max-width: none
}

.dataTables_wrapper {
    clear: both;
    margin-bottom: 1em
}

.dataTables_wrapper .tablepress {
    clear: both;
    margin: 0 !important
}

.dataTables_length {
    float: left;
    white-space: nowrap
}

.dataTables_filter {
    float: right;
    white-space: nowrap
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: .5em
}

.dataTables_info {
    clear: both;
    float: left;
    margin: 4px 0 0
}

.dataTables_paginate {
    float: right;
    margin: 4px 0 0
}

.dataTables_paginate a {
    color: #111 !important;
    display: inline-block;
    outline: 0;
    position: relative;
    text-decoration: underline;
    margin: 0 5px
}

.dataTables_paginate a:first-child {
    margin-left: 0
}

.dataTables_paginate a:last-child {
    margin-right: 0
}

.paginate_button:hover {
    cursor: pointer;
    text-decoration: none
}

.paginate_button.disabled {
    color: #999 !important;
    text-decoration: none;
    cursor: default
}

.paginate_button.current {
    font-weight: 700;
    text-decoration: none;
    cursor: default
}

.dataTables_paginate.paging_simple {
    padding: 0 15px
}

.paging_simple .paginate_button.next:after, .paging_simple .paginate_button.previous:before {
    text-align: left;
    font-family: TablePress;
    font-size: 14px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    content: "\f053";
    text-shadow: .1em .1em #666;
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: -14px;
    margin: auto;
    height: 14px;
    width: 14px;
    line-height: 1
}

.paging_simple .paginate_button.next:after {
    text-align: right;
    content: "\f054";
    left: auto
}

.paginate_button:after, .paginate_button:before {
    color: #d9edf7
}

.paginate_button:hover:after, .paginate_button:hover:before {
    color: #049cdb
}

.paginate_button.disabled:after, .paginate_button.disabled:before {
    color: #f9f9f9
}

.dataTables_processing {
    display: none
}

.dataTables_scroll {
    clear: both
}

.dataTables_scrollBody {
    -webkit-overflow-scrolling: touch
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing {
    height: 0;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important
}

.tablepress .sorting, .tablepress .sorting_asc, .tablepress .sorting_desc {
    position: relative;
    padding-right: 20px;
    cursor: pointer;
    outline: 0
}

.tablepress .sorting:after, .tablepress .sorting_asc:after, .tablepress .sorting_desc:after {
    font-family: TablePress;
    font-weight: 400;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 6px;
    margin: auto;
    height: 14px;
    line-height: 1
}

.tablepress .sorting:after {
    content: "\f0dc"
}

.tablepress .sorting_asc:after {
    content: "\f0d8";
    padding: 0 0 2px
}

.tablepress .sorting_desc:after {
    content: "\f0d7"
}

.tablepress .sorting:hover, .tablepress .sorting_asc, .tablepress .sorting_desc {
    background-color: #049cdb
}

.dataTables_scrollBody .tablepress thead th:after {
    content: ""
}

.dataTables_wrapper:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.dataTables_wrapper label input, .dataTables_wrapper label select {
    display: inline;
    margin: 2px;
    width: auto
}

.tablepress-scroll-wrapper {
    overflow-x: auto;
    overflow-y: hidden
}

@media (max-width: 767px) {
    .tablepress-responsive-stack-phone thead {
        display: none
    }

    .tablepress-responsive-stack-phone tbody td {
        display: block;
        text-align: center;
        border-top: none
    }

    .tablepress-responsive-stack-phone tbody td:first-child {
        border-top: 1px solid #ddd
    }
}

@media (max-width: 979px) {
    .tablepress-responsive-stack-tablet thead {
        display: none
    }

    .tablepress-responsive-stack-tablet tbody td {
        display: block;
        text-align: center;
        border-top: none
    }

    .tablepress-responsive-stack-tablet tbody td:first-child {
        border-top: 1px solid #ddd
    }
}

@media (max-width: 1199px) {
    .tablepress-responsive-stack-desktop thead {
        display: none
    }

    .tablepress-responsive-stack-desktop tbody td {
        display: block;
        text-align: center;
        border-top: none
    }

    .tablepress-responsive-stack-desktop tbody td:first-child {
        border-top: 1px solid #ddd
    }
}

.tablepress-responsive-stack-all thead {
    display: none
}

.tablepress-responsive-stack-all tbody td {
    display: block;
    text-align: center;
    border-top: none
}

.tablepress-responsive-stack-all tbody td:first-child {
    border-top: 1px solid #ddd
}

@media (max-width: 767px) {
    .tablepress-responsive-phone {
        display: block
    }

    .tablepress-responsive-phone thead {
        display: block;
        float: left
    }

    .tablepress-rtl.tablepress-responsive-phone thead {
        float: right
    }

    .tablepress-responsive-phone tfoot {
        display: none
    }

    .tablepress-responsive-phone tbody {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch
    }

    .tablepress-responsive-phone tbody td, .tablepress-responsive-phone thead th, .tablepress-responsive-phone thead tr {
        display: block;
        border: none
    }

    .tablepress-responsive-phone tbody td:empty:before {
        content: "\00a0"
    }

    .tablepress-responsive-phone tbody tr {
        display: inline-block;
        vertical-align: top
    }

    .tablepress-responsive-phone thead th {
        width: auto !important
    }

    .tablepress-responsive-phone thead tr th:not(:last-child) {
        border-bottom: 1px solid transparent
    }

    .tablepress-responsive-phone tbody tr td:not(:last-child) {
        border-bottom: 1px solid #ddd
    }

    .dataTables_wrapper .tablepress-responsive-phone .sorting:after {
        transform: rotate(90deg);
        padding: 0
    }

    .dataTables_wrapper .tablepress-responsive-phone .sorting_asc:after {
        content: "\f0d9";
        padding: 0 2px 0 0
    }

    .dataTables_wrapper .tablepress-responsive-phone .sorting_desc:after {
        content: "\f0dA";
        padding: 0 1px 0 0
    }
}

@media (max-width: 979px) {
    .tablepress-responsive-tablet {
        display: block
    }

    .tablepress-responsive-tablet thead {
        display: block;
        float: left
    }

    .tablepress-rtl.tablepress-responsive-tablet thead {
        float: right
    }

    .tablepress-responsive-tablet tfoot {
        display: none
    }

    .tablepress-responsive-tablet tbody {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch
    }

    .tablepress-responsive-tablet tbody td, .tablepress-responsive-tablet thead th, .tablepress-responsive-tablet thead tr {
        display: block;
        border: none
    }

    .tablepress-responsive-tablet tbody tr {
        display: inline-block;
        vertical-align: top
    }

    .tablepress-responsive-tablet thead th {
        width: auto !important
    }

    .tablepress-responsive-tablet tbody td:empty:before {
        content: "\00a0"
    }

    .tablepress-responsive-tablet thead tr th:not(:last-child) {
        border-bottom: 1px solid transparent
    }

    .tablepress-responsive-tablet tbody tr td:not(:last-child) {
        border-bottom: 1px solid #ddd
    }

    .dataTables_wrapper .tablepress-responsive-tablet .sorting:after {
        transform: rotate(90deg);
        padding: 0
    }

    .dataTables_wrapper .tablepress-responsive-tablet .sorting_asc:after {
        content: "\f0d9";
        padding: 0 2px 0 0
    }

    .dataTables_wrapper .tablepress-responsive-tablet .sorting_desc:after {
        content: "\f0dA";
        padding: 0 1px 0 0
    }
}

@media (max-width: 1199px) {
    .tablepress-responsive-desktop {
        display: block
    }

    .tablepress-responsive-desktop thead {
        display: block;
        float: left
    }

    .tablepress-rtl.tablepress-responsive-desktop thead {
        float: right
    }

    .tablepress-responsive-desktop tfoot {
        display: none
    }

    .tablepress-responsive-desktop tbody {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch
    }

    .tablepress-responsive-desktop tbody td, .tablepress-responsive-desktop thead th, .tablepress-responsive-desktop thead tr {
        display: block;
        border: none
    }

    .tablepress-responsive-desktop tbody td:empty:before {
        content: "\00a0"
    }

    .tablepress-responsive-desktop tbody tr {
        display: inline-block;
        vertical-align: top
    }

    .tablepress-responsive-desktop thead th {
        width: auto !important
    }

    .tablepress-responsive-desktop thead tr th:not(:last-child) {
        border-bottom: 1px solid transparent
    }

    .tablepress-responsive-desktop tbody tr td:not(:last-child) {
        border-bottom: 1px solid #ddd
    }

    .dataTables_wrapper .tablepress-responsive-desktop .sorting:after {
        transform: rotate(90deg);
        padding: 0
    }

    .dataTables_wrapper .tablepress-responsive-desktop .sorting_asc:after {
        content: "\f0d9";
        padding: 0 2px 0 0
    }

    .dataTables_wrapper .tablepress-responsive-desktop .sorting_desc:after {
        content: "\f0dA";
        padding: 0 1px 0 0
    }
}

.tablepress-responsive-all {
    display: block
}

.tablepress-responsive-all thead {
    display: block;
    float: left
}

.tablepress-rtl.tablepress-responsive-all thead {
    float: right
}

.tablepress-responsive-all tfoot {
    display: none
}

.tablepress-responsive-all tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch
}

.tablepress-responsive-all tbody td, .tablepress-responsive-all thead th, .tablepress-responsive-all thead tr {
    display: block;
    border: none
}

.tablepress-responsive-all tbody td:empty:before {
    content: "\00a0"
}

.tablepress-responsive-all tbody tr {
    display: inline-block;
    vertical-align: top
}

.tablepress-responsive-all thead th {
    width: auto !important
}

.tablepress-responsive-all thead tr th:not(:last-child) {
    border-bottom: 1px solid transparent
}

.tablepress-responsive-all tbody tr td:not(:last-child) {
    border-bottom: 1px solid #ddd
}

.dataTables_wrapper .tablepress-responsive-all .sorting:after {
    transform: rotate(90deg);
    padding: 0
}

.dataTables_wrapper .tablepress-responsive-all .sorting_asc:after {
    content: "\f0d9";
    padding: 0 2px 0 0
}

.dataTables_wrapper .tablepress-responsive-all .sorting_desc:after {
    content: "\f0dA";
    padding: 0 1px 0 0
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty, table.dataTable.dtr-inline.collapsed > tbody > tr > th.child {
    cursor: default !important
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before {
    display: none !important
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child, table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child {
    position: relative;
    padding-left: 30px;
    cursor: pointer
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child:before {
    top: 8px;
    left: 4px;
    height: 16px;
    width: 16px;
    display: block;
    position: absolute;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 16px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: 'Courier New', Courier, monospace;
    line-height: 16px;
    content: '+';
    background-color: #31b131
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    content: '-';
    background-color: #d33333
}

table.dataTable.dtr-column > tbody > tr > td.control, table.dataTable.dtr-column > tbody > tr > th.control {
    position: relative;
    cursor: pointer
}

table.dataTable.dtr-column > tbody > tr > td.control:before, table.dataTable.dtr-column > tbody > tr > th.control:before {
    top: 50%;
    left: 50%;
    height: 16px;
    width: 16px;
    margin-top: -10px;
    margin-left: -10px;
    display: block;
    position: absolute;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 16px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: 'Courier New', Courier, monospace;
    line-height: 16px;
    content: '+';
    background-color: #31b131
}

table.dataTable.dtr-column > tbody > tr.parent td.control:before, table.dataTable.dtr-column > tbody > tr.parent th.control:before {
    content: '-';
    background-color: #d33333
}

table.dataTable > tbody > tr.child {
    padding: .5em 1em
}

table.dataTable > tbody > tr.child:hover {
    background: 0 0 !important
}

table.dataTable > tbody > tr.child ul.dtr-details {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0
}

table.dataTable > tbody > tr.child ul.dtr-details > li {
    border-bottom: 1px solid #efefef;
    padding: .5em 0
}

table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
    padding-top: 0
}

table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
    border-bottom: none
}

table.dataTable > tbody > tr.child span.dtr-title {
    display: inline-block;
    min-width: 75px;
    font-weight: 700
}

.dataTables_scroll .tablepress {
    width: 100% !important
}

.tablepress-responsive * {
    word-break: normal
}

.fixed_top {
    position: fixed !important;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0
}

.promocode_suc {
    position: absolute;
    font-size: 12px;
    margin-top: 46px;
    background: #000;
    color: #fff;
    padding: 2px 10px;
    transition: .5s
}

@media screen and (max-width: 991px) {
    .fixed_top {
        top: 50px !important;
        padding: 10px !important;
        height: 105px !important
    }
}