﻿@charset "UTF-8"; /*!--------------------------------------------------------------

 *   DON'T EDIT THIS FILE
 *   After update you will lose all changes. Use child themes
 *
 *   НЕ РЕДАКТИРУЙТЕ ЭТОТ ФАЙЛ
 *   После обновления Вы потереяете все изменения. Используйте дочернюю тему
 *
 *   https://support.wpshop.ru/docs/general/child-themes/

--------------------------------------------------------------*/ /*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
@font-face {
    font-family: swiper-icons;
    src: url("2f0309d7fe92d81bb9d17d8382747c5001ce3520") format("woff");
    font-weight: 400;
    font-style: normal;
	font-display: swap;
}
:root {
    --swiper-theme-color: #007aff;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}
.swiper-container-3d {
    perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}
:root {
    --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "next";
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000;
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 0.2s transform, 0.2s top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
    --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
    display: none;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube {
    overflow: visible;
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}
.swiper-container-flip {
    overflow: visible;
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
audio,
canvas,
progress,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
progress {
    vertical-align: baseline;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
    outline-width: 0;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: inherit;
}
b,
strong {
    font-weight: bolder;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
figure {
    margin: 1em 40px;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
    font: inherit;
    margin: 0;
}
optgroup {
    font-weight: 700;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    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-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
} /*!
 * Preboot v2
 *
 * Open sourced under MIT license by @mdo.
 * Some variables and mixins from Bootstrap (Apache 2 license).
 */
@font-face {
    font-family: icomoon;
    src: url("icomoon.eot");
    src: url("icomoon.eot") format("embedded-opentype"), url("icomoon.ttf") format("truetype"), url("icomoon.woff") format("woff"), url("icomoon.svg") format("svg");
    font-weight: 400;
    font-style: normal;
	font-display: swap;
}
.comment-list .bypostauthor > .comment-body .comment-author:after,
.entry-author:before,
.entry-content blockquote.check:before,
.entry-content blockquote.danger:before,
.entry-content blockquote.info:before,
.entry-content blockquote.is-style-check:before,
.entry-content blockquote.is-style-danger:before,
.entry-content blockquote.is-style-info:before,
.entry-content blockquote.is-style-question:before,
.entry-content blockquote.is-style-quote:before,
.entry-content blockquote.is-style-thumbs-down:before,
.entry-content blockquote.is-style-thumbs-up:before,
.entry-content blockquote.is-style-warning:before,
.entry-content blockquote.question:before,
.entry-content blockquote.quote:before,
.entry-content blockquote.thumbs-down:before,
.entry-content blockquote.thumbs-up:before,
.entry-content blockquote.warning:before,
.entry-date:before,
.entry-time:before,
.entry-views:before,
.facebook-box:before,
.footer-navigation ul li.menu-item-has-children:after,
.footer-navigation ul li.menu-item-has-children > a:after,
.footer-navigation ul li.menu-item-has-children > span:after,
.home-text blockquote.check:before,
.home-text blockquote.danger:before,
.home-text blockquote.info:before,
.home-text blockquote.is-style-check:before,
.home-text blockquote.is-style-danger:before,
.home-text blockquote.is-style-info:before,
.home-text blockquote.is-style-question:before,
.home-text blockquote.is-style-quote:before,
.home-text blockquote.is-style-thumbs-down:before,
.home-text blockquote.is-style-thumbs-up:before,
.home-text blockquote.is-style-warning:before,
.home-text blockquote.question:before,
.home-text blockquote.quote:before,
.home-text blockquote.thumbs-down:before,
.home-text blockquote.thumbs-up:before,
.home-text blockquote.warning:before,
.main-navigation ul li.menu-item-has-children:after,
.main-navigation ul li.menu-item-has-children > a:after,
.main-navigation ul li.menu-item-has-children > span:after,
.post-card--view-overlay .post-card__author:before,
.post-card--view-overlay .post-card__comments:before,
.post-card--view-overlay .post-card__date:before,
.post-card--view-overlay .post-card__like:before,
.post-card--view-overlay .post-card__views:before,
.post-card__author:before,
.post-card__comments:before,
.post-card__date:before,
.post-card__like:before,
.post-card__views:before,
.scrolltop:before,
.search-form .search-submit:before,
.search-icon,
.table-of-contents__hide:after,
.taxonomy-description blockquote.check:before,
.taxonomy-description blockquote.danger:before,
.taxonomy-description blockquote.info:before,
.taxonomy-description blockquote.is-style-check:before,
.taxonomy-description blockquote.is-style-danger:before,
.taxonomy-description blockquote.is-style-info:before,
.taxonomy-description blockquote.is-style-question:before,
.taxonomy-description blockquote.is-style-quote:before,
.taxonomy-description blockquote.is-style-thumbs-down:before,
.taxonomy-description blockquote.is-style-thumbs-up:before,
.taxonomy-description blockquote.is-style-warning:before,
.taxonomy-description blockquote.question:before,
.taxonomy-description blockquote.quote:before,
.taxonomy-description blockquote.thumbs-down:before,
.taxonomy-description blockquote.thumbs-up:before,
.taxonomy-description blockquote.warning:before,
.widget-area .widget_categories ul li:before,
.widget-area .widget_nav_menu .menu-item-has-children:after,
[class*=" icon-"],
[class^="icon-"] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-alert-circle:before {
    content: "\2757";
}
.icon-alert-triangle:before {
    content: "\2755";
}
.icon-check-circle:before {
    content: "\2705";
}
.icon-help-circle:before {
    content: "\2753";
}
.icon-x-circle:before {
    content: "\274c";
}
.icon-arrow-up:before {
    content: "\2b61";
}
.icon-arrow-up-circle:before {
    content: "\2b06";
}
.icon-camera:before {
    content: "\1f4f7";
}
.icon-camera-off:before {
    content: "\1f4f8";
}
.icon-chevron-down:before {
    content: "\2b9f";
}
.icon-chevron-left:before {
    content: "\2b9c";
}
.icon-chevron-right:before {
    content: "\2b9e";
}
.icon-chevron-up:before {
    content: "\2b9d";
}
.icon-chevrons-up:before {
    content: "\2b85";
}
.icon-clock:before {
    content: "\1f552";
}
.icon-info:before {
    content: "\1f446";
}
.icon-message-circle:before {
    content: "\1f4ad";
}
.icon-play-circle:before {
    content: "\25b6";
}
.icon-printer:before {
    content: "\1f4c4";
}
.icon-search:before {
    content: "\1f50d";
}
.icon-thumbs-down:before {
    content: "\1f44e";
}
.icon-thumbs-up:before {
    content: "\1f44d";
}
.icon-user:before {
    content: "\1f464";
}
.icon-arrow-up-outline:before {
    content: "\25b3";
}
.icon-calendar:before {
    content: "\1f4c5";
}
.icon-quotes-left:before {
    content: "\275d";
}
.icon-spoon-knife:before {
    content: "\1f374";
}
.icon-eye:before {
    content: "\1f441";
}
.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;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.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;
}
#content[tabindex="-1"]:focus {
    outline: 0;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}
.infinity-end.neverending .site-footer {
    display: block;
}
.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.entry-content embed,
.entry-content object {
    max-width: 100%;
}
.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: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}
.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0 0 1.5em;
    padding: 0 1em 0 0;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}
p:before;
}
li p:before {
    content: none;
}
.comment-reply-title,
.comments-title,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.related-posts__header,
.section-block__title,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 2em 0 1em;
}
.h1,
h1 {
    font-size: 1.625em;
    line-height: 1.1;
}
.h2,
.related-posts__header,
.section-block__title,
h2 {
    font-size: 1.4375em;
    line-height: 1.2;
}
.comment-reply-title,
.comments-title,
.h3,
h3 {
    font-size: 1.25em;
    line-height: 1.3;
}
.h4,
h4 {
    font-size: 1.125em;
    line-height: 1.4;
}
.h5,
h5 {
    font-size: 1em;
    line-height: 1.5;
}
.h6,
h6 {
    font-size: 0.75em;
    line-height: 2;
}
@media (min-width: 768px) {
    .h1,
    h1 {
        font-size: 2.4375em;
        margin-bottom: 0.61538462em;
    }
    .h2,
    .related-posts__header,
    .section-block__title,
    h2 {
        font-size: 1.9375em;
        margin-bottom: 0.77419355em;
    }
    .comment-reply-title,
    .comments-title,
    .h3,
    h3 {
        font-size: 1.5625em;
        margin-bottom: 0.96em;
    }
    .h4,
    h4 {
        font-size: 1.25em;
        margin-top: 1.8em;
        margin-bottom: 1em;
    }
}
.comment-reply-title:first-child,
.comments-title:first-child,
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child,
.related-posts__header:first-child,
.section-block__title:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
}
.h1 + .h2,
.h1 + .related-posts__header,
.h1 + .section-block__title,
h1 + h2 {
    margin-top: 1.2em;
}
.h2 + .comment-reply-title,
.h2 + .comments-title,
.h2 + .h3,
.related-posts__header + .comment-reply-title,
.related-posts__header + .comments-title,
.related-posts__header + .h3,
.section-block__title + .comment-reply-title,
.section-block__title + .comments-title,
.section-block__title + .h3,
h2 + h3 {
    margin-top: 1.3em;
}
.comment-reply-title + .h4,
.comments-title + .h4,
.h3 + .h4,
h3 + h4 {
    margin-top: 1.4em;
}
.h4 + .h5,
h4 + h5 {
    margin-top: 1.5em;
}
.h5 + .h6,
h5 + h6 {
    margin-top: 2em;
}
.entry-content ol:not([class]),
.entry-content ul:not([class]) {
    margin: 0 0 1.5em;
    max-width: calc(47.5rem);
}
.entry-content ol:not([class]) ol,
.entry-content ol:not([class]) ul,
.entry-content ul:not([class]) ol,
.entry-content ul:not([class]) ul {
    margin-bottom: 0;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
p img:not(:only-child) {
    vertical-align: baseline;
}
figure:not([class]) {
    margin: 3em 0;
}
figure:not([class]) > p {
    max-width: 37.5rem;
    font-size: 0.75em;
    margin: 0.5em 0 0;
}
figcaption {
    max-width: 37.5rem;
    font-size: 0.75em;
    margin-top: 0.5em;
}
figcaption > p {
    margin: 0.5em 0 0;
}
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #111;
    text-align: left;
    background-color: #fff;
}
[tabindex="-1"]:focus {
    outline: 0 !important;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 1rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
dfn {
    font-style: italic;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}
code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    -webkit-border-radius: 0;
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
    -webkit-appearance: listbox;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
@media print {
    *,
    ::after,
    ::before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    pre {
        white-space: pre-wrap !important;
    }
    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
.input,
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
    padding: 0.375em 0.75em;
    line-height: 1.5;
    color: #111;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-transition: border-color 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out;
}
.input::-ms-expand,
input[type="color"]::-ms-expand,
input[type="date"]::-ms-expand,
input[type="datetime-local"]::-ms-expand,
input[type="datetime"]::-ms-expand,
input[type="email"]::-ms-expand,
input[type="month"]::-ms-expand,
input[type="number"]::-ms-expand,
input[type="password"]::-ms-expand,
input[type="range"]::-ms-expand,
input[type="search"]::-ms-expand,
input[type="tel"]::-ms-expand,
input[type="text"]::-ms-expand,
input[type="time"]::-ms-expand,
input[type="url"]::-ms-expand,
input[type="week"]::-ms-expand,
select::-ms-expand,
textarea::-ms-expand {
    background-color: transparent;
    border: 0;
}
.input:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="range"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
select:focus,
textarea:focus {
    color: #111;
    background-color: #fff;
    border-color: #343c55;
    outline: 0;
}
.input::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="range"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: rgba(17, 17, 17, 0.5);
    opacity: 1;
}
.input::-moz-placeholder,
input[type="color"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="range"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    color: rgba(17, 17, 17, 0.5);
    opacity: 1;
}
.input::-ms-input-placeholder,
input[type="color"]::-ms-input-placeholder,
input[type="date"]::-ms-input-placeholder,
input[type="datetime-local"]::-ms-input-placeholder,
input[type="datetime"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="month"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="range"]::-ms-input-placeholder,
input[type="search"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
input[type="time"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder,
input[type="week"]::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: rgba(17, 17, 17, 0.5);
    opacity: 1;
}
.input::placeholder,
input[type="color"]::placeholder,
input[type="date"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="datetime"]::placeholder,
input[type="email"]::placeholder,
input[type="month"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
input[type="range"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="text"]::placeholder,
input[type="time"]::placeholder,
input[type="url"]::placeholder,
input[type="week"]::placeholder,
select::placeholder,
textarea::placeholder {
    color: rgba(17, 17, 17, 0.5);
    opacity: 1;
}
.input:disabled,
.input[readonly],
input[type="color"]:disabled,
input[type="color"][readonly],
input[type="date"]:disabled,
input[type="date"][readonly],
input[type="datetime-local"]:disabled,
input[type="datetime-local"][readonly],
input[type="datetime"]:disabled,
input[type="datetime"][readonly],
input[type="email"]:disabled,
input[type="email"][readonly],
input[type="month"]:disabled,
input[type="month"][readonly],
input[type="number"]:disabled,
input[type="number"][readonly],
input[type="password"]:disabled,
input[type="password"][readonly],
input[type="range"]:disabled,
input[type="range"][readonly],
input[type="search"]:disabled,
input[type="search"][readonly],
input[type="tel"]:disabled,
input[type="tel"][readonly],
input[type="text"]:disabled,
input[type="text"][readonly],
input[type="time"]:disabled,
input[type="time"][readonly],
input[type="url"]:disabled,
input[type="url"][readonly],
input[type="week"]:disabled,
input[type="week"][readonly],
select:disabled,
select[readonly],
textarea:disabled,
textarea[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
.input-block {
    display: block;
    width: 100%;
}
.btn,
.comment-respond .form-submit input {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    background: #343c55;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}
.btn:focus,
.btn:hover,
.comment-respond .form-submit input:focus,
.comment-respond .form-submit input:hover {
    text-decoration: none;
}
.btn.focus,
.btn:focus,
.comment-respond .form-submit input.focus,
.comment-respond .form-submit input:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled,
.comment-respond .form-submit input.disabled,
.comment-respond .form-submit input:disabled {
    opacity: 0.65;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn:not(:disabled):not(.disabled),
.comment-respond .form-submit input:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active,
.comment-respond .form-submit input:not(:disabled):not(.disabled).active,
.comment-respond .form-submit input:not(:disabled):not(.disabled):active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus,
.comment-respond .form-submit input:not(:disabled):not(.disabled).active:focus,
.comment-respond .form-submit input:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.comment-respond .form-submit input.pseudo-link,
.pseudo-link.btn,
a.btn {
    text-decoration: none;
    color: #fff;
}
.comment-respond .form-submit input.pseudo-link:active,
.comment-respond .form-submit input.pseudo-link:focus,
.comment-respond .form-submit input.pseudo-link:hover,
.pseudo-link.btn:active,
.pseudo-link.btn:focus,
.pseudo-link.btn:hover,
a.btn:active,
a.btn:focus,
a.btn:hover {
    color: #fff;
}
a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 0.5rem;
}
body.scroll-locked {
    left: 0;
    width: 100%;
    overflow: hidden;
}
.i-ico {
    display: inline-block;
    font-size: inherit;
    width: 1.125em;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}
.ico-close {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
    cursor: pointer;
    padding: 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}
.ico-close:focus,
.ico-close:hover {
    opacity: 1;
}
@-webkit-keyframes donut-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes donut-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.donut {
    display: inline-block;
    border: 4px solid rgba(0, 0, 0, 0.25);
    border-left-color: #00f;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    -webkit-animation: donut-spin 1.2s linear infinite;
    animation: donut-spin 1.2s linear infinite;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.animation {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-webkit-keyframes flash {
    50%,
    from,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0.5;
    }
}
@keyframes flash {
    50%,
    from,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0.5;
    }
}
.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}
.social-button {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 0.5em;
    height: 2em;
    margin: 0 2px;
    background: #5a80b1;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (min-width: 576px) {
    .social-button {
        margin: 0 4px;
    }
}
.social-button:before {
    content: "";
    display: block;
    height: 100%;
    margin-left: 0.2em;
    margin-right: 0.2em;
    width: 1.5em;
    text-align: center;
    color: #fff;
}
.social-button span {
    white-space: nowrap;
    margin-left: 0.3em;
    margin-right: 0.3em;
}
.social-button span[data-counter] {
    margin: 0 0.5em;
    font-size: 0.8em;
}
.social-button span[data-counter]:empty {
    display: none;
}
.social-button--facebook {
    background: #4267b2;
}
.social-button--facebook:hover {
    background: #34518d;
}
.social-button--facebook:before {
    background: url("31eb8405bce2117a941598afa7edce34eaa67591.svg") center no-repeat;
}
.social-button--vkontakte {
    background: #4a76a8;
}
.social-button--vkontakte:hover {
    background: #3a5d85;
}
.social-button--vkontakte:before {
    background: url("a47253f2c0a068687f255beab96d225ac304b84a.svg") center no-repeat;
}
.social-button--odnoklassniki {
    background: #f2720c;
}
.social-button--odnoklassniki:hover {
    background: #c15b0a;
}
.social-button--odnoklassniki:before {
    background: url("0fe45ec17aa365610b4fffbd6d69d0b6e8152c4d.svg") center no-repeat;
}
.social-button--moimir {
    background: #168de2;
}
.social-button--moimir:hover {
    background: #1170b4;
}
.social-button--moimir:before {
    background: url("96f12da0096ba2bfab44e2de0c30e17fd4ca0fd0.svg") center no-repeat;
}
.social-button--linkedin {
    background: #0077b5;
}
.social-button--linkedin:hover {
    background: #005582;
}
.social-button--linkedin:before {
    background: url("882e026cc126971d636d8c677792526dc6494120.svg") center no-repeat;
}
.social-button--tumblr {
    background: #547093;
}
.social-button--tumblr:hover {
    background: #415773;
}
.social-button--tumblr:before {
    background: url("cb0000eabfa0c6ee17f7d0316dc2b750c531e2f2.svg") center no-repeat;
}
.social-button--surfingbird {
    background: #30baff;
}
.social-button--surfingbird:hover {
    background: #00a8fc;
}
.social-button--surfingbird:before {
    background: url("f4d2f7008f7f1746e769c26b018fcf001646c3af.svg") center no-repeat;
}
.social-button--pinterest {
    background: #bd081c;
}
.social-button--pinterest:hover {
    background: #8c0615;
}
.social-button--pinterest:before {
    background: url("98d2ca1581e910285bcff1e707b1404f402ce685.svg") center no-repeat;
}
.social-button--reddit {
    background: #ff4500;
}
.social-button--reddit:hover {
    background: #cc3700;
}
.social-button--reddit:before {
    background: url("762526f55e739061cd679d52c6e3413f40e081fa.svg") center no-repeat;
}
.social-button--buffer {
    background: #000;
}
.social-button--buffer:hover {
    background: #000;
}
.social-button--buffer:before {
    background: url("da39a3ee5e6b4b0d3255bfef95601890afd80709.svg") center no-repeat;
}
.social-button--stumbleupon {
    background: #ee4926;
}
.social-button--stumbleupon:hover {
    background: #d13210;
}
.social-button--stumbleupon:before {
    background: url("d8d6e167856796dae998cc33f052837f0544bf15.svg") center no-repeat;
}
.social-button--pocket {
    background: #ee4056;
}
.social-button--pocket:hover {
    background: #e6152f;
}
.social-button--pocket:before {
    background: url("26133e973b8846630b3afbe7d5e769de3634abd2.svg") center no-repeat;
}
.social-button--xing {
    background: #006567;
}
.social-button--xing:hover {
    background: #003334;
}
.social-button--xing:before {
    background: url("07e2cbd3be8fb96160696f223dcdea8f19c0c2cd.svg") center no-repeat;
}
.social-button--twitter {
    background: #00aced;
}
.social-button--twitter:hover {
    background: #0087ba;
}
.social-button--twitter:before {
    background: url("cc37faf4a419ec34ca21b7d57eb24d78c3d709e3.svg") center no-repeat;
}
.social-button--livejournal {
    background: #0d425a;
}
.social-button--livejournal:hover {
    background: #07212d;
}
.social-button--livejournal:before {
    background: url("e790af9f2cae6cbc24b100072e2e8bc750ec8eaa.svg") center no-repeat;
}
.social-button--evernote {
    background: #24d666;
}
.social-button--evernote:hover {
    background: #1daa51;
}
.social-button--evernote:before {
    background: url("2f2064ddd9e1407bc08c7ac0b6d6064a9c0eb071.svg") center no-repeat;
}
.social-button--delicious {
    background: #31a9ff;
}
.social-button--delicious:hover {
    background: #0093fd;
}
.social-button--delicious:before {
    background: url("61924c55799a0ff1fd7717277e1823ad60655a31.svg") center no-repeat;
}
.social-button--blogger {
    background: #fb8f3d;
}
.social-button--blogger:hover {
    background: #fa720b;
}
.social-button--blogger:before {
    background: url("bb44c44c0a79dd433b9c2e35c040effac0d5a02f.svg") center no-repeat;
}
.social-button--liveinternet {
    background: #000;
}
.social-button--liveinternet:hover {
    background: #000;
}
.social-button--liveinternet:before {
    background: url("da39a3ee5e6b4b0d3255bfef95601890afd80709.svg") center no-repeat;
}
.social-button--digg {
    background: #000;
}
.social-button--digg:hover {
    background: #000;
}
.social-button--digg:before {
    background: url("788e4138f60b0eb8f2660bd2fe0c56d3f266260b.svg") center no-repeat;
}
.social-button--instapaper {
    background: #000;
}
.social-button--instapaper:hover {
    background: #000;
}
.social-button--instapaper:before {
    background: url("da39a3ee5e6b4b0d3255bfef95601890afd80709.svg") center no-repeat;
}
.social-button--wordpress {
    background: #029fc9;
}
.social-button--wordpress:hover {
    background: #017797;
}
.social-button--wordpress:before {
    background: url("357a0e9996d7b3862923c2ee68cc239df697cd7c.svg") center no-repeat;
}
.social-button--baidu {
    background: #000;
}
.social-button--baidu:hover {
    background: #000;
}
.social-button--baidu:before {
    background: url("da39a3ee5e6b4b0d3255bfef95601890afd80709.svg") center no-repeat;
}
.social-button--renren {
    background: #000;
}
.social-button--renren:hover {
    background: #000;
}
.social-button--renren:before {
    background: url("da39a3ee5e6b4b0d3255bfef95601890afd80709.svg") center no-repeat;
}
.social-button--weibo {
    background: #000;
}
.social-button--weibo:hover {
    background: #000;
}
.social-button--weibo:before {
    background: url("da39a3ee5e6b4b0d3255bfef95601890afd80709.svg") center no-repeat;
}
.social-button--sms {
    background: #00b117;
}
.social-button--sms:hover {
    background: #007e10;
}
.social-button--sms:before {
    background: url("8a2ea02def8e87063444def31756bf89cab4895b.svg") center no-repeat;
}
.social-button--skype {
    background: #00aff0;
}
.social-button--skype:hover {
    background: #008abd;
}
.social-button--skype:before {
    background: url("8585dd883c1a92980ea11d108c9e6d131d87312b.svg") center no-repeat;
}
.social-button--telegram {
    background: #289fd9;
}
.social-button--telegram:hover {
    background: #1f80af;
}
.social-button--telegram:before {
    background: url("d941405d016fc7ef8799832c7a43b8006e937b0c.svg") center no-repeat;
}
.social-button--line {
    background: #00b900;
}
.social-button--line:hover {
    background: #008600;
}
.social-button--line:before {
    background: url("15d6069803535a4b82230205cd8d332f090530c6.svg") center no-repeat;
}
.social-button--youtube {
    background: red;
}
.social-button--youtube:hover {
    background: #c00;
}
.social-button--youtube:before {
    background: url("54be829a8aba951a7d127e2a711b6818a82bf010.svg") center no-repeat;
}
.social-button--instagram {
    background: #d8478f;
}
.social-button--instagram:hover {
    background: #c32975;
}
.social-button--instagram:before {
    background: url("49a15907414accc78ad97a63506960ac92e0b900.svg") center no-repeat;
}
.social-button--tiktok {
    background: #000;
}
.social-button--tiktok:hover {
    background: #000;
}
.social-button--tiktok:before {
    background: url("9255ec6c5a8cab882ad514d89cf70361894433aa.svg") center no-repeat;
}
.social-button--yandexzen {
    background: #383b3f;
}
.social-button--yandexzen:hover {
    background: #202224;
}
.social-button--yandexzen:before {
    background: url("0db2d80a95ce06905fc058bd10e70e59e37dff7c.svg") center no-repeat;
}
.social-button--whatsapp {
    background: #65bc54;
}
.social-button--whatsapp:hover {
    background: #4e9f3e;
}
.social-button--whatsapp:before {
    background: url("4635475d994528227721299ead836cfde92c50d4.svg") center no-repeat;
}
.social-button--viber {
    background: #7b519d;
}
.social-button--viber:hover {
    background: #61407b;
}
.social-button--viber:before {
    background: url("a3a5f1a85d68a49798778d73e71c5a158b246df7.svg") center no-repeat;
}
@media (min-width: 768px) {
    .social-button--line,
    .social-button--sms {
        display: none;
    }
}
.social-buttons--square .social-button {
    padding: 0 0.1em;
    width: 2em;
    height: 2em;
}
.social-buttons--circle .social-button {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.social-buttons--small .social-button {
    width: 1.7em;
    height: 1.7em;
}
.wp-star-rating {
    white-space: nowrap;
}
.wp-star-rating.disabled .star-rating-item {
    cursor: default;
}
.wp-star-rating.process {
    opacity: 0.5;
}
.wp-star-rating.process .star-rating-item {
    -webkit-animation-name: flash;
    animation-name: flash;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.star-rating-item {
    color: #ccc;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.star-rating-item svg {
    font-size: 1.3em;
}
.star-rating-item.hover {
    color: #343c55;
}
.star-rating--score-1:not(.hover) .star-rating-item:nth-child(1) {
    color: #343c55;
}
.star-rating--score-2:not(.hover) .star-rating-item:nth-child(1),
.star-rating--score-2:not(.hover) .star-rating-item:nth-child(2) {
    color: #343c55;
}
.star-rating--score-3:not(.hover) .star-rating-item:nth-child(1),
.star-rating--score-3:not(.hover) .star-rating-item:nth-child(2),
.star-rating--score-3:not(.hover) .star-rating-item:nth-child(3) {
    color: #343c55;
}
.star-rating--score-4:not(.hover) .star-rating-item:nth-child(1),
.star-rating--score-4:not(.hover) .star-rating-item:nth-child(2),
.star-rating--score-4:not(.hover) .star-rating-item:nth-child(3),
.star-rating--score-4:not(.hover) .star-rating-item:nth-child(4) {
    color: #343c55;
}
.star-rating--score-5:not(.hover) .star-rating-item:nth-child(1),
.star-rating--score-5:not(.hover) .star-rating-item:nth-child(2),
.star-rating--score-5:not(.hover) .star-rating-item:nth-child(3),
.star-rating--score-5:not(.hover) .star-rating-item:nth-child(4),
.star-rating--score-5:not(.hover) .star-rating-item:nth-child(5) {
    color: #343c55;
}
.star-rating-text {
    font-size: 0.8em;
}
.wpshoplightbox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}
.wpshoplightbox-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.wpshoplightbox-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.wpshoplightbox-body {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    text-align: center;
    overflow-y: auto;
    z-index: 99994;
}
.wpshoplightbox-image {
    position: absolute;
    top: 50px;
    left: 10px;
    right: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(0) translateZ(0);
    transform: scale(0) translateZ(0);
    z-index: 99995;
}
@media (min-width: 768px) {
    .wpshoplightbox-image {
        top: 70px;
        left: 70px;
        right: 70px;
    }
}
.wpshoplightbox-image img {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    max-width: 100%;
    max-height: 100%;
}
.wpshoplightbox-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    opacity: 0.5;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 99996;
}
@media (min-width: 768px) {
    .wpshoplightbox-close {
        top: 40px;
        right: 40px;
    }
}
.wpshoplightbox-close:hover {
    opacity: 1;
}
.wpshoplightbox--open {
    display: block;
}
.wpshoplightbox--open .wpshoplightbox-bg {
    opacity: 0.9;
}
.wpshoplightbox--open .wpshoplightbox-image {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
}
.wpshoplightbox-scroll {
    overflow: hidden;
    height: auto;
}
@media screen and (min-width: 980px) {
    .w-animate[data-animate-style="fadein"],
    .w-animate[data-animate-style="fadeindown"],
    .w-animate[data-animate-style="fadeinleft"],
    .w-animate[data-animate-style="fadeinright"],
    .w-animate[data-animate-style="fadeinup"],
    .w-animate[data-animate-style="zoomin"],
    .w-animate[data-animate-style="zoomout"] {
        opacity: 0;
        -webkit-transition-property: opacity, transform;
        -webkit-transition-property: opacity, -webkit-transform;
        transition-property: opacity, -webkit-transform;
        -o-transition-property: opacity, transform;
        transition-property: opacity, transform;
        transition-property: opacity, transform, -webkit-transform;
        -webkit-transition-duration: 1s;
        -o-transition-duration: 1s;
        transition-duration: 1s;
        -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        -webkit-backface-visibility: hidden;
    }
    .w-animate--started[data-animate-style="fadein"] {
        opacity: 1;
    }
    .w-animate[data-animate-style="fadeinup"] {
        -webkit-transform: translate(0, 100px);
        -ms-transform: translate(0, 100px);
        transform: translate(0, 100px);
    }
    .w-animate--started[data-animate-style="fadeinup"] {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .w-animate[data-animate-style="fadeindown"] {
        -webkit-transform: translate(0, -100px);
        -ms-transform: translate(0, -100px);
        transform: translate(0, -100px);
    }
    .w-animate--started[data-animate-style="fadeindown"] {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .w-animate[data-animate-style="fadeinleft"] {
        -webkit-transform: translate(100px, 0);
        -ms-transform: translate(100px, 0);
        transform: translate(100px, 0);
    }
    .w-animate--started[data-animate-style="fadeinleft"] {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .w-animate[data-animate-style="fadeinright"] {
        -webkit-transform: translate(-100px, 0);
        -ms-transform: translate(-100px, 0);
        transform: translate(-100px, 0);
    }
    .w-animate--started[data-animate-style="fadeinright"] {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .w-animate[data-animate-style="zoomin"] {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
    .w-animate--started[data-animate-style="zoomin"] {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .w-animate[data-animate-style="zoomout"] {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
    .w-animate--started[data-animate-style="zoomout"] {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .w-animate--started[data-animate-style="fadein"],
    .w-animate--started[data-animate-style="fadeindown"],
    .w-animate--started[data-animate-style="fadeinleft"],
    .w-animate--started[data-animate-style="fadeinright"],
    .w-animate--started[data-animate-style="fadeinup"],
    .w-animate--started[data-animate-style="zoomin"],
    .w-animate--started[data-animate-style="zoomout"] {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }
}
.humburger {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 24px;
    height: 16px;
}
.humburger:before {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    bottom: -20px;
    right: -20px;
}
.humburger span {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
    left: 50%;
    margin-left: -12px;
    -webkit-transition: background-color 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition: background-color 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, background-color 0.3s, opacity 0.3s;
    transition: transform 0.3s, background-color 0.3s, opacity 0.3s;
    transition: transform 0.3s, background-color 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.humburger span:first-child {
    top: 0;
}
.humburger span:nth-child(2) {
    top: 50%;
    margin-top: -1px;
}
.humburger span:last-child {
    bottom: 0;
}
.humburger.open span:first-child {
    -webkit-transform: translateY(7px) rotate(45deg) translateZ(0);
    transform: translateY(7px) rotate(45deg) translateZ(0);
}
.humburger.open span:nth-child(2) {
    opacity: 0;
}
.humburger.open span:last-child {
    -webkit-transform: translateY(-7px) rotate(-45deg) translateZ(0);
    transform: translateY(-7px) rotate(-45deg) translateZ(0);
}
.btn-box {
    text-align: center;
    margin-bottom: 15px;
}
.btn-box a,
.btn-box span {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    white-space: normal;
}
.btn-box a:hover,
.btn-box span:hover {
    opacity: 0.8;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn-size-small {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    -webkit-border-radius: 0.2rem;
    border-radius: 0.2rem;
}
.btn-size-normal {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
}
.btn-size-big {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    -webkit-border-radius: 0.3rem;
    border-radius: 0.3rem;
}
.spoiler-box {
    background: #f3f3f3;
    border-left: 2px solid #343c55;
    margin: 15px 0;
}
.spoiler-box__title {
    position: relative;
    cursor: pointer;
    padding: 15px 30px 15px 20px;
}
.spoiler-box__title:after {
    content: "";
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: url("9e61311a16aaa0e7dad59910dd2554ade399ba54.svg") center no-repeat;
    position: absolute;
    top: 48%;
    right: 14px;
    width: 18px;
    height: 14px;
    margin-top: -5px;
    color: #343c55;
    font-weight: 700;
}
.spoiler-box__title.active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.spoiler-box__body {
    display: none;
    padding: 20px;
    background: #fbfbfb;
}
::-moz-selection {
    background-color: #343c55;
    color: #fff;
}
::selection {
    background-color: #343c55;
    color: #fff;
}
html {
    position: relative;
    min-height: 100%;
}
body {
    font-family: Roboto, Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    background: #fff;
    margin-bottom: 121px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
body.custom-background {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.comment-reply-link,
.js-link,
.pseudo-link,
.spanlink,
a {
    color: #222;
    cursor: pointer;
    text-decoration: underline;
}
.pseudo-link:active,
.pseudo-link:focus,
.pseudo-link:hover,
a:active,
a:focus,
a:hover {
    color: #343c55;
}
a:focus {
    outline: thin dotted;
}
a:active,
a:hover {
    outline: 0;
}
@media screen and (max-width: 600px) {
    #wpadminbar {
        top: -46px;
    }
}
.btn,
.comment-respond .form-submit input {
    -webkit-box-shadow: 0 15px 30px -18px rgba(0, 0, 0, 0.9);
    box-shadow: 0 15px 30px -18px rgba(0, 0, 0, 0.9);
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.btn:focus,
.btn:hover,
.comment-respond .form-submit input:focus,
.comment-respond .form-submit input:hover {
    -webkit-box-shadow: 0 15px 35px -16px rgba(0, 0, 0, 0.9);
    box-shadow: 0 15px 35px -16px rgba(0, 0, 0, 0.9);
}
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active,
.comment-respond .form-submit input:not(:disabled):not(.disabled).active,
.comment-respond .form-submit input:not(:disabled):not(.disabled):active {
    -webkit-box-shadow: 0 12px 30px -18px rgba(0, 0, 0, 0.9);
    box-shadow: 0 12px 30px -18px rgba(0, 0, 0, 0.9);
}
.btn-lg {
    padding: 0.8rem 2.5rem;
    font-size: 1.1em;
}
.btn-rounded {
    -webkit-border-radius: 2.5rem;
    border-radius: 2.5rem;
}
.preset-none.wpshop-customize-pc-preset {
    background: #fff url("095b99f103a6b7f2bf0700011cc281f1adc907bb.svg") center no-repeat;
}
.preset-gradient-1,
.sidebar-left .section-preset--gradient-1,
.sidebar-none .section-preset--gradient-1:before,
.sidebar-right .section-preset--gradient-1 {
    background-color: #f1f8ee;
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#f3fbff), to(#f1f8ee));
    background-image: -webkit-linear-gradient(left, #f3fbff, #f1f8ee);
    background-image: -o-linear-gradient(left, #f3fbff, #f1f8ee);
    background-image: -webkit-gradient(linear, left top, right top, from(#f3fbff), to(#f1f8ee));
    background-image: linear-gradient(to right, #f3fbff, #f1f8ee);
    background-repeat: repeat-x;
}
.preset-gradient-2,
.sidebar-left .section-preset--gradient-2,
.sidebar-none .section-preset--gradient-2:before,
.sidebar-right .section-preset--gradient-2 {
    background-color: #eeeef8;
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#fff3f9), to(#eeeef8));
    background-image: -webkit-linear-gradient(left, #fff3f9, #eeeef8);
    background-image: -o-linear-gradient(left, #fff3f9, #eeeef8);
    background-image: -webkit-gradient(linear, left top, right top, from(#fff3f9), to(#eeeef8));
    background-image: linear-gradient(to right, #fff3f9, #eeeef8);
    background-repeat: repeat-x;
}
.preset-gradient-3,
.sidebar-left .section-preset--gradient-3,
.sidebar-none .section-preset--gradient-3:before,
.sidebar-right .section-preset--gradient-3 {
    background-color: #f5eeed;
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#f4f3e6), to(#f5eeed));
    background-image: -webkit-linear-gradient(left, #f4f3e6, #f5eeed);
    background-image: -o-linear-gradient(left, #f4f3e6, #f5eeed);
    background-image: -webkit-gradient(linear, left top, right top, from(#f4f3e6), to(#f5eeed));
    background-image: linear-gradient(to right, #f4f3e6, #f5eeed);
    background-repeat: repeat-x;
}
.preset-gradient-4 {
    background-color: #e7f1cc;
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#f0f2c9), to(#e7f1cc));
    background-image: -webkit-linear-gradient(left, #f0f2c9, #e7f1cc);
    background-image: -o-linear-gradient(left, #f0f2c9, #e7f1cc);
    background-image: -webkit-gradient(linear, left top, right top, from(#f0f2c9), to(#e7f1cc));
    background-image: linear-gradient(to right, #f0f2c9, #e7f1cc);
    background-repeat: repeat-x;
}
.preset-bgc-1,
.sidebar-left .section-preset--bgc-1,
.sidebar-none .section-preset--bgc-1:before,
.sidebar-right .section-preset--bgc-1 {
    background: #f5f3f4;
}
.preset-bgc-2,
.sidebar-left .section-preset--bgc-2,
.sidebar-none .section-preset--bgc-2:before,
.sidebar-right .section-preset--bgc-2 {
    background: #f8f6f2;
}
.preset-bgc-3,
.sidebar-left .section-preset--bgc-3,
.sidebar-none .section-preset--bgc-3:before,
.sidebar-right .section-preset--bgc-3 {
    background: #f2f5fc;
}
.preset-bgc-4,
.sidebar-left .section-preset--bgc-4,
.sidebar-none .section-preset--bgc-4:before,
.sidebar-right .section-preset--bgc-4 {
    background: #f0f8fa;
}
.preset-bgc-5,
.sidebar-left .section-preset--bgc-5,
.sidebar-none .section-preset--bgc-5:before,
.sidebar-right .section-preset--bgc-5 {
    background: #f8f1fa;
}
.preset-bgc-6,
.sidebar-left .section-preset--bgc-6,
.sidebar-none .section-preset--bgc-6:before,
.sidebar-right .section-preset--bgc-6 {
    background: #fff0f0;
}
.preset-bgc-7,
.sidebar-left .section-preset--bgc-7,
.sidebar-none .section-preset--bgc-7:before,
.sidebar-right .section-preset--bgc-7 {
    background: #f7e7ea;
}
.preset-bgc-8,
.sidebar-left .section-preset--bgc-8,
.sidebar-none .section-preset--bgc-8:before,
.sidebar-right .section-preset--bgc-8 {
    background: #f8cdc8;
}
.preset-bgc-9,
.sidebar-left .section-preset--bgc-9,
.sidebar-none .section-preset--bgc-9:before,
.sidebar-right .section-preset--bgc-9 {
    background: #fbecdb;
}
.preset-bgc-10,
.sidebar-left .section-preset--bgc-10,
.sidebar-none .section-preset--bgc-10:before,
.sidebar-right .section-preset--bgc-10 {
    background: #edefda;
}
.preset-bgc-11,
.sidebar-left .section-preset--bgc-11,
.sidebar-none .section-preset--bgc-11:before,
.sidebar-right .section-preset--bgc-11 {
    background: #e4f7d2;
}
.preset-bgc-12,
.sidebar-left .section-preset--bgc-12,
.sidebar-none .section-preset--bgc-12:before,
.sidebar-right .section-preset--bgc-12 {
    background: #dff6dd;
}
.preset-bgc-13,
.sidebar-left .section-preset--bgc-13,
.sidebar-none .section-preset--bgc-13:before,
.sidebar-right .section-preset--bgc-13 {
    background: #def5e7;
}
.preset-bgc-13,
.sidebar-left .section-preset--bgc-13,
.sidebar-none .section-preset--bgc-13:before,
.sidebar-right .section-preset--bgc-13 {
    background: #d6faeb;
}
.preset-bgc-13,
.sidebar-left .section-preset--bgc-13,
.sidebar-none .section-preset--bgc-13:before,
.sidebar-right .section-preset--bgc-13 {
    background: #daf6f5;
}
.preset-bgc-14,
.sidebar-left .section-preset--bgc-14,
.sidebar-none .section-preset--bgc-14:before,
.sidebar-right .section-preset--bgc-14 {
    background: #d7e7f9;
}
.preset-bgc-15,
.sidebar-left .section-preset--bgc-15,
.sidebar-none .section-preset--bgc-15:before,
.sidebar-right .section-preset--bgc-15 {
    background: #d6d7fa;
}
.preset-bgc-16,
.sidebar-left .section-preset--bgc-16,
.sidebar-none .section-preset--bgc-16:before,
.sidebar-right .section-preset--bgc-16 {
    background: #fff1d1;
}
.preset-bgc-17,
.sidebar-left .section-preset--bgc-17,
.sidebar-none .section-preset--bgc-17:before,
.sidebar-right .section-preset--bgc-17 {
    background: #d1ffe5;
}
.preset-bg-dark-1,
.sidebar-left .section-preset--bg-dark-1,
.sidebar-none .section-preset--bg-dark-1:before,
.sidebar-right .section-preset--bg-dark-1 {
    background: #5b656d;
}
.preset-bg-dark-2,
.sidebar-left .section-preset--bg-dark-2,
.sidebar-none .section-preset--bg-dark-2:before,
.sidebar-right .section-preset--bg-dark-2 {
    background: #5a4d7b;
}
.preset-bg-dark-3,
.sidebar-left .section-preset--bg-dark-3,
.sidebar-none .section-preset--bg-dark-3:before,
.sidebar-right .section-preset--bg-dark-3 {
    background: #312747;
}
.preset-bg-dark-4,
.sidebar-left .section-preset--bg-dark-4,
.sidebar-none .section-preset--bg-dark-4:before,
.sidebar-right .section-preset--bg-dark-4 {
    background: #1d1c40;
}
.preset-bg-dark-5,
.sidebar-left .section-preset--bg-dark-5,
.sidebar-none .section-preset--bg-dark-5:before,
.sidebar-right .section-preset--bg-dark-5 {
    background: #5a3667;
}
.preset-bg-dark-6,
.sidebar-left .section-preset--bg-dark-6,
.sidebar-none .section-preset--bg-dark-6:before,
.sidebar-right .section-preset--bg-dark-6 {
    background: #712c3e;
}
.preset-bg-dark-7,
.sidebar-left .section-preset--bg-dark-7,
.sidebar-none .section-preset--bg-dark-7:before,
.sidebar-right .section-preset--bg-dark-7 {
    background: #7b533f;
}
.preset-bg-dark-8,
.sidebar-left .section-preset--bg-dark-8,
.sidebar-none .section-preset--bg-dark-8:before,
.sidebar-right .section-preset--bg-dark-8 {
    background: #356931;
}
.preset-bg-dark-9,
.sidebar-left .section-preset--bg-dark-9,
.sidebar-none .section-preset--bg-dark-9:before,
.sidebar-right .section-preset--bg-dark-9 {
    background: #182c44;
}
.preset-bgi-1,
.sidebar-left .section-preset--bgi-1,
.sidebar-none .section-preset--bgi-1:before,
.sidebar-right .section-preset--bgi-1 {
    background: #f9f6fd url("preset-shapes-1.png");
    -webkit-background-size: 50% 50%;
    background-size: 50%;
}
.preset-bgi-1.wpshop-customize-pc-preset,
.sidebar-left .wpshop-customize-pc-preset.section-preset--bgi-1,
.sidebar-none .wpshop-customize-pc-preset.section-preset--bgi-1:before,
.sidebar-right .wpshop-customize-pc-preset.section-preset--bgi-1 {
    background: #f9f6fd url("preset-customize-shapes-1.png") center no-repeat;
}
.preset-bgi-2,
.sidebar-left .section-preset--bgi-2,
.sidebar-none .section-preset--bgi-2:before,
.sidebar-right .section-preset--bgi-2 {
    background: #fff0ee url("preset-shapes-2.jpg");
    -webkit-background-size: 50% 50%;
    background-size: 50%;
}
.preset-bgi-2.wpshop-customize-pc-preset,
.sidebar-left .wpshop-customize-pc-preset.section-preset--bgi-2,
.sidebar-none .wpshop-customize-pc-preset.section-preset--bgi-2:before,
.sidebar-right .wpshop-customize-pc-preset.section-preset--bgi-2 {
    background: #fff0ee url("preset-customize-shapes-2.png") center no-repeat;
}
.search-icon {
    font-size: 1.5em;
    cursor: pointer;
}
.search-icon:before {
    content: "\1f50d";
}
.search-icon.close:before {
    content: "\274c";
}
.search-screen-overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    z-index: 5;
}
.search-screen-overlay.open {
    opacity: 1;
}
.search-screen {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 0;
    padding-bottom: 0;
    background: #fff;
    -webkit-transform: translateY(-100px) translateZ(0);
    transform: translateY(-100px) translateZ(0);
    opacity: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    z-index: 100;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
    .search-screen {
        top: 10px;
        right: auto;
        left: 50%;
        width: 50%;
        min-width: 600px;
        -webkit-transform: translate3d(-50%, -100px, 0);
        transform: translate3d(-50%, -100px, 0);
    }
}
.search-screen.open {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
@media (min-width: 768px) {
    .search-screen.open {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
}
.search-screen .search-form {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 1em;
}
@media (min-width: 576px) {
    .search-screen .search-form {
        font-size: 2em;
    }
}
@media (min-width: 992px) {
    .search-screen .search-form {
        font-size: 2.2em;
    }
}
.search-screen .search-form label {
    margin-bottom: 0;
}
.search-screen .search-form .search-field {
    border: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-align: center;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding-top: 3em;
    padding-bottom: 3em;
}
@media (min-width: 768px) {
    .search-screen .search-form .search-field {
        padding-top: 0.7em;
        padding-bottom: 0.7em;
    }
}
.search-screen .search-form .search-submit:before {
    content: "\1f50d";
    color: #343c55;
}
.search-form {
    position: relative;
}
.search-form > label {
    display: block;
}
.search-form .search-field {
    display: block;
    width: 100%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding-right: 3em;
}
@media (min-width: 1200px) {
    .search-form .search-field {
        padding-right: 2em;
    }
}
.search-form .search-submit {
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    width: 2em;
    border: none;
    cursor: pointer;
    background: 0 0;
}
@media (min-width: 1200px) {
    .search-form .search-submit {
        right: 0;
    }
}
.search-form .search-submit:before {
    position: relative;
    content: "\1f50d";
    font-size: 1.1em;
    top: 0.1em;
}
.search-form .search-submit:focus {
    outline: 0;
}
.search-form .search-submit:focus:before {
    color: #343c55;
}
.breadcrumb {
    font-size: 0.85em;
    color: #999;
    margin-bottom: 1.5rem;
}
.breadcrumb a {
    color: #999;
    text-decoration: none;
}
.breadcrumb-separator {
    margin-left: 4px;
    margin-right: 4px;
}
.contact-form__field {
    margin-bottom: 1rem;
}
.contact-form__field label {
    display: block;
    margin-bottom: 0.3rem;
}
.contact-form__field input,
.contact-form__field textarea {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.contact-form__errors {
    color: #ff0927;
}
.contact-form__success {
    border: 3px solid #34bc58;
    padding: 2rem 2rem;
    margin: 2rem 0;
    font-size: 1.2em;
    text-align: center;
}
.contact-form .field-contact-name {
    width: 100%;
}
@media (min-width: 768px) {
    .contact-form .field-contact-name {
        width: 60%;
    }
}
.contact-form .field-contact-email {
    width: 100%;
}
@media (min-width: 768px) {
    .contact-form .field-contact-email {
        width: 60%;
    }
}
.contact-form .field-contact-subject {
    width: 100%;
}
@media (min-width: 768px) {
    .contact-form .field-contact-subject {
        width: 60%;
    }
}
.contact-form .field-contact-message {
    width: 100%;
    height: 150px;
}
.contact-form .contact-form-notes-after {
    font-size: 85%;
    margin-bottom: 15px;
}
.contact-form .contact-form-notes-after:after,
.contact-form .contact-form-notes-after:before {
    content: " ";
    display: table;
    line-height: 0;
}
.contact-form .contact-form-notes-after:after {
    clear: both;
}
.table-of-contents {
    background: #f3f3f3;
    margin-bottom: 30px;
}
.table-of-contents__header {
    padding: 15px 30px;
    font-weight: 700;
    font-size: 1.1em;
}
.table-of-contents__hide {
    cursor: pointer;
}
.table-of-contents__hide:after {
    content: "\2b9f";
    margin-left: 12px;
}
.table-of-contents__hide:hover {
    opacity: 0.9;
}
.table-of-contents.open .table-of-contents__list {
    display: block;
}
.table-of-contents.open .table-of-contents__hide:after {
    content: "\2b9d";
}
.table-of-contents__list {
    margin-top: 0;
}
.table-of-contents__list .level-1:before {
    width: 1.5em;
}
.table-of-contents__list .level-2 {
    font-size: 0.92em;
}
.table-of-contents__list .level-2:before {
    width: 2.5em;
}
.table-of-contents__list .level-3 {
    font-size: 0.88em;
}
.table-of-contents__list .level-3:before {
    width: 3em;
}
.table-of-contents ol {
    margin: 0 30px 0;
    padding: 0 0 15px 0;
    list-style: none;
}
.table-of-contents ol li {
    padding-left: 0;
    margin-bottom: 0;
}
.table-of-contents ol li a {
    text-decoration: none;
}
.table-of-contents ol li:before {
    display: inline-block;
    content: counter(point) ". ";
    opacity: 0.5;
    margin-right: 5px;
    margin-left: 0;
}
.table-of-contents ol .level-1 {
    counter-increment: point;
    counter-reset: sublist;
    margin-top: 0.4em;
    margin-bottom: 0.2em;
}
.table-of-contents ol .level-2 {
    counter-reset: sublist3;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    margin-left: 30px;
}
.table-of-contents ol .level-2:before {
    content: counter(point) "." counter(sublist) ". ";
    counter-increment: sublist;
}
.table-of-contents ol .level-3 {
    margin-top: 0.3em;
    margin-bottom: 0.7em;
    margin-left: 70px;
}
.table-of-contents ol .level-3:before {
    content: counter(point) "." counter(sublist) "." counter(sublist3) ". ";
    counter-increment: sublist3;
    width: 3.3em;
}
.spoiler-box {
    background: #f3f3f3;
}
.card-slider-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 30px;
    width: 100%;
    min-height: 200px;
}
@media (min-width: 768px) {
    .card-slider-container {
        min-height: 400px;
    }
}
.card-slider-container .swiper-button-next,
.card-slider-container .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 6.1%;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.card-slider-container .swiper-pagination-bullet {
    background: #fff;
}
.card-slider-container .swiper-pagination-bullet-active {
    opacity: 1;
    background: #343c55;
}
.card-slider__image {
    min-height: 200px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
@media (min-width: 768px) {
    .card-slider__image {
        min-height: 400px;
    }
}
.card-slider__image img {
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.card-slider__body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 6% 10% 10%;
    background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
    background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
@media (min-width: 768px) {
    .card-slider__body {
        padding: 11% 10% 6%;
    }
}
.card-slider__body-inner {
    max-width: 1100px;
    margin: 0 auto;
}
.card-slider__category {
    display: inline-block;
    padding: 0.3em 1.4em;
    margin-bottom: 1em;
    background: #343c55;
    color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 0.8em;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.card-slider__category:hover {
    color: #fff;
}
.card-slider__title {
    font-size: 1.1em;
    font-weight: 400;
    margin-bottom: 0.5em;
}
@media (min-width: 576px) {
    .card-slider__title {
        font-size: 1.5em;
    }
}
@media (min-width: 768px) {
    .card-slider__title {
        font-size: 1.8em;
        line-height: 1.3;
    }
}
.card-slider__excerpt {
    font-size: 0.95em;
    opacity: 0.75;
}
@media (max-width: 767px) {
    .card-slider__excerpt {
        display: none;
    }
}
.card-slider-container .swiper-button-next,
.card-slider-container .swiper-button-prev {
    opacity: 0.1;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.card-slider-container .swiper-button-next:hover,
.card-slider-container .swiper-button-prev:hover {
    opacity: 0.8;
}
.card-slider-container:hover .swiper-button-next,
.card-slider-container:hover .swiper-button-prev {
    opacity: 0.4;
}
.slider-thumbnails {
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media (max-width: 575px) {
    .slider-thumbnails {
        display: none;
    }
}
.slider-thumbnails .swiper-slide {
    cursor: pointer;
    opacity: 0.4;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.slider-thumbnails .swiper-slide:hover {
    opacity: 0.7;
}
.slider-thumbnails .swiper-slide-thumb-active {
    opacity: 1;
}
.slider-thumbnails__slide {
    position: relative;
    height: 150px;
    color: #fff;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.slider-thumbnails__title {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    line-height: 1.3;
}
.social-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0;
    margin-bottom: 2em;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
}
.social-buttons__button.main {
    -webkit-box-flex: 2.5;
    -ms-flex: 2.5;
    flex: 2.5;
    -webkit-animation: pulse 1.5s infinite;
    animation: pulse 1.5s infinite;
}
.social-buttons .social-button {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #fff;
    margin: 2px 5px;
    padding: 0 8px;
    min-height: 45px;
    line-height: 45px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}
.social-buttons .social-button:before {
    width: 2.2em;
    margin: 0 auto;
}
.social-buttons .social-button:hover {
    opacity: 0.8;
    filter: "alpha(opacity=80)";
}
.social-buttons .social-button.main {
    -webkit-box-flex: 2.5;
    -ms-flex: 2.5;
    flex: 2.5;
    -webkit-animation: pulse 1.5s infinite;
    animation: pulse 1.5s infinite;
}
.social-buttons .social-button.main span {
    font-size: 1.3em;
}
.social-links .social-buttons {
    font-size: 1.3em;
    border: none;
    margin: 0;
    padding: 0;
}
.social-links .social-buttons .social-button {
    min-height: unset;
    line-height: unset;
    width: 32px;
    height: 32px;
    margin: 0 3px;
    padding: 0 5px;
}
.image-hover-share .social-button {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    margin: 0;
}
.image-hover-share .social-button--vkontakte:hover {
    background: #4a76a8;
}
.image-hover-share .social-button--facebook:hover {
    background: #4267b2;
}
.image-hover-share .social-button--odnoklassniki:hover {
    background: #f2720c;
}
.image-hover-share .social-button--telegram:hover {
    background: #289fd9;
}
.image-hover-share .social-button--twitter:hover {
    background: #00aced;
}
.image-hover-share .social-button--whatsapp:hover {
    background: #65bc54;
}
.image-hover-share .social-button--viber:hover {
    background: #7b519d;
}
.image-hover-share .social-button--linkedin:hover {
    background: #0077b5;
}
.image-hover-share .social-button--reddit:hover {
    background: #ff4500;
}
.image-hover-share .social-button--pinterest:hover {
    background: #bd081c;
}
.image-hover-share .social-button:before {
    margin-left: auto;
    margin-right: auto;
}
.image-hover-share .social-button:hover {
    width: 50px;
}
.facebook-box {
    position: relative;
    margin: 20px 0;
    background: #f3f3f3;
    padding: 20px 20px 20px 70px;
    text-align: center;
    font-size: 1.1em;
    line-height: 1.8;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
@media (min-width: 576px) {
    .facebook-box {
        padding-left: 100px;
    }
}
.facebook-box:before {
    content: "\1f44d";
    position: absolute;
    top: 24px;
    left: 20px;
    color: #425d9d;
    -webkit-animation: like 1.5s infinite;
    animation: like 1.5s infinite;
}
@media (min-width: 576px) {
    .facebook-box:before {
        left: 40px;
        font-size: 56px;
    }
}
.fb-like iframe,
.fb_iframe_widget span {
    width: 208px !important;
}
.video-like-over-container {
    position: relative;
    margin-bottom: 25px;
}
.video-like-over {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 350px;
    height: 330px;
    margin-left: -175px;
    margin-top: -155px;
    padding: 20px 30px;
    background: #fff;
    text-align: center;
    z-index: 200;
    -webkit-box-shadow: 0 0 80px -8px rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 80px -8px rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media (min-width: 576px) {
    .video-like-over {
        width: 500px;
        height: 250px;
        margin-left: -250px;
        margin-top: -125px;
    }
}
@media (min-width: 992px) {
    .video-like-over .b-sharing {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.video-like-over__close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    font: normal normal normal 18px/1 FontAwesome;
    opacity: 0.5;
    filter: "alpha(opacity=50)";
}
.video-like-over__close:hover {
    opacity: 1;
    filter: "alpha(opacity=100)";
}
.video-like-over__header {
    font-size: 1.3em;
    font-weight: 700;
    margin-bottom: 15px;
}
.video-like-over__share {
    font-size: 16px;
}
.video-like-over__share .b-share {
    margin: 0;
    padding: 0;
    border: none;
}
.video-like-over__share .b-share__fb {
    width: 415px;
    margin-bottom: 18px;
}
.image-hover {
    position: relative;
    margin: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    float: none;
    max-width: 100%;
}
.image-hover .image-hover-share {
    position: absolute;
    z-index: 120;
    display: block;
    top: 0;
    left: 0;
    width: 40px;
}
.image-hover .image-hover-share .ico-social:hover {
    width: 50px;
}
.image-hover-reset {
    bottom: auto !important;
    display: inline-block !important;
    float: none !important;
    left: auto !important;
    margin: 0 !important;
    max-width: 100% !important;
    position: relative !important;
    right: auto !important;
    top: auto !important;
    vertical-align: bottom !important;
}
.subscribe-box {
    margin: 20px 0 10px;
    padding: 4px;
    background: #fff;
    background: url("subscribe-bg.png");
}
.subscribe-box__header {
    font-size: 1.1em;
    margin-bottom: 1rem;
}
.subscribe-box .input,
.subscribe-box input[type="color"],
.subscribe-box input[type="date"],
.subscribe-box input[type="datetime-local"],
.subscribe-box input[type="datetime"],
.subscribe-box input[type="email"],
.subscribe-box input[type="month"],
.subscribe-box input[type="number"],
.subscribe-box input[type="password"],
.subscribe-box input[type="range"],
.subscribe-box input[type="search"],
.subscribe-box input[type="tel"],
.subscribe-box input[type="text"],
.subscribe-box input[type="time"],
.subscribe-box input[type="url"],
.subscribe-box input[type="week"] {
    padding: 0.6rem 1.5rem;
    margin: 0 0 0.6em;
    max-width: 100%;
}
@media (max-width: 991px) {
    .subscribe-box .input,
    .subscribe-box input[type="color"],
    .subscribe-box input[type="date"],
    .subscribe-box input[type="datetime-local"],
    .subscribe-box input[type="datetime"],
    .subscribe-box input[type="email"],
    .subscribe-box input[type="month"],
    .subscribe-box input[type="number"],
    .subscribe-box input[type="password"],
    .subscribe-box input[type="range"],
    .subscribe-box input[type="search"],
    .subscribe-box input[type="tel"],
    .subscribe-box input[type="text"],
    .subscribe-box input[type="time"],
    .subscribe-box input[type="url"],
    .subscribe-box input[type="week"] {
        width: 80%;
    }
}
@media (max-width: 767px) {
    .subscribe-box .input,
    .subscribe-box input[type="color"],
    .subscribe-box input[type="date"],
    .subscribe-box input[type="datetime-local"],
    .subscribe-box input[type="datetime"],
    .subscribe-box input[type="email"],
    .subscribe-box input[type="month"],
    .subscribe-box input[type="number"],
    .subscribe-box input[type="password"],
    .subscribe-box input[type="range"],
    .subscribe-box input[type="search"],
    .subscribe-box input[type="tel"],
    .subscribe-box input[type="text"],
    .subscribe-box input[type="time"],
    .subscribe-box input[type="url"],
    .subscribe-box input[type="week"] {
        display: block;
        width: 100%;
    }
}
.subscribe-box-inner {
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    text-align: center;
}
.scrolltop {
    position: relative;
    display: none;
    width: 60px;
    height: 50px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    border: none;
    background: #fff;
    outline: 0;
    cursor: pointer;
    z-index: 500;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 30px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 30px -5px rgba(0, 0, 0, 0.3);
    outline: 0;
    opacity: 0.6;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.scrolltop:before {
    content: "\2b9d";
    position: relative;
    color: #343c55;
    font-size: 2rem;
    vertical-align: middle;
    top: -1px;
}
.scrolltop:focus {
    outline: 0;
}
.scrolltop:hover {
    opacity: 1;
    -webkit-transform: translateY(-3px) translateZ(0);
    transform: translateY(-3px) translateZ(0);
}
@media (min-width: 1600px) {
    .scrolltop {
        right: 100px;
    }
}
@media (min-width: 1900px) {
    .scrolltop {
        right: 200px;
    }
}
.b-r {
    margin: 0.8em 0 1.5em;
}
.b-r.b-r--after_site_content,
.b-r.b-r--before_site_content {
    padding: 1.5em 0;
    margin: 0;
}
.block-after-site {
    background: #fff;
}
.block-after-site,
.main-navigation-inner,
.related-posts,
.section-block,
.section-html,
.site-content,
.site-footer-inner,
.site-header-inner {
    padding-left: 20px;
    padding-right: 20px;
}
@media (min-width: 768px) {
    .block-after-site,
    .main-navigation-inner,
    .related-posts,
    .section-block,
    .section-html,
    .site-content,
    .site-footer-inner,
    .site-header-inner {
        padding-left: 45px;
        padding-right: 45px;
    }
}
@media (min-width: 1400px) {
    .block-after-site,
    .main-navigation-inner,
    .related-posts,
    .section-block,
    .section-html,
    .site-content,
    .site-footer-inner,
    .site-header-inner {
        padding-left: 45px;
        padding-right: 45px;
    }
}
.site {
    overflow: hidden;
}
.container,
.fixed.block-after-site,
.fixed.main-navigation-inner,
.fixed.related-posts,
.fixed.section-block,
.fixed.section-html,
.fixed.site-content,
.fixed.site-footer-inner,
.fixed.site-header-inner,
.footer-navigation.fixed,
.main-navigation.fixed,
.site-footer.fixed,
.site-header.fixed,
.top-line-inner.fixed {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 768px) {
    .container,
    .fixed.block-after-site,
    .fixed.main-navigation-inner,
    .fixed.related-posts,
    .fixed.section-block,
    .fixed.section-html,
    .fixed.site-content,
    .fixed.site-footer-inner,
    .fixed.site-header-inner,
    .footer-navigation.fixed,
    .main-navigation.fixed,
    .site-footer.fixed,
    .site-header.fixed,
    .top-line-inner.fixed {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container,
    .fixed.block-after-site,
    .fixed.main-navigation-inner,
    .fixed.related-posts,
    .fixed.section-block,
    .fixed.section-html,
    .fixed.site-content,
    .fixed.site-footer-inner,
    .fixed.site-header-inner,
    .footer-navigation.fixed,
    .main-navigation.fixed,
    .site-footer.fixed,
    .site-header.fixed,
    .top-line-inner.fixed {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    .fixed.block-after-site,
    .fixed.main-navigation-inner,
    .fixed.related-posts,
    .fixed.section-block,
    .fixed.section-html,
    .fixed.site-content,
    .fixed.site-footer-inner,
    .fixed.site-header-inner,
    .footer-navigation.fixed,
    .main-navigation.fixed,
    .site-footer.fixed,
    .site-header.fixed,
    .top-line-inner.fixed {
        max-width: 1190px;
    }
}
.site-content {
    position: relative;
    background: #fff;
    padding-top: 30px;
    padding-bottom: 20px;
}
.site-content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.content-area {
    position: relative;
    width: 100%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-height: 1px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
@media (min-width: 992px) {
    .content-area {
        max-width: calc(100% - 300px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 300px);
        flex: 0 0 calc(100% - 300px);
        padding-right: 70px;
    }
}
.sidebar-none .content-area {
    max-width: none;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding-right: 0;
}
@media (min-width: 992px) {
    .sidebar-left .content-area {
        padding-left: 70px;
        padding-right: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}
.widget-area {
    display: none;
    position: relative;
    width: 100%;
    max-width: 300px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-height: 1px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
@media (min-width: 992px) {
    .widget-area {
        display: block;
        padding-bottom: 30px;
    }
}
.sidebar-left .widget-area {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.site-header {
    position: relative;
    -webkit-box-shadow: inset 0 -1px 0 0 #f3f3f3;
    box-shadow: inset 0 -1px 0 0 #f3f3f3;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #343c55;
    color: #fff;
}
@media (min-width: 768px) {
    .site-header {
        background-repeat: no-repeat;
        background-position: center center;
    }
}
.site-header-inner {
    position: relative;
}
@media (min-width: 768px) {
    .site-header-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.site-header-menu:after,
.site-header-menu:before {
    content: " ";
    display: table;
    line-height: 0;
}
.site-header-menu:after {
    clear: both;
}
.site-branding {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (min-width: 768px) {
    .site-branding {
        padding-right: 0;
        text-align: left;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
@media (min-width: 992px) {
    .site-branding {
        padding-left: 0;
    }
}
.site-branding__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
}
@media (min-width: 768px) {
    .site-logotype {
        margin-right: 1.3rem;
    }
}
.site-logotype img {
    width: auto;
    max-height: 80px;
    vertical-align: middle;
}
.site-title,
.site-title a {
    font-size: 1.4em;
    margin: 0 0 5px;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.1;
    color: #fff;
}
@media (min-width: 768px) {
    .site-title,
    .site-title a {
        margin: 0;
        font-size: 30px;
    }
}
.site-title a:active,
.site-title a:focus,
.site-title a:hover,
.site-title:active,
.site-title:focus,
.site-title:hover {
    color: #fff;
}
.site-description {
    margin: 0;
    font-size: 0.9em;
    line-height: 1.3;
    color: #fff;
}
.header-html-1,
.header-html-2 {
    text-align: center;
}
@media (max-width: 767px) {
    .header-html-1,
    .header-html-2 {
        margin-top: 15px;
    }
}
@media (min-width: 992px) {
    .header-html-1,
    .header-html-2 {
        padding: 0 15px;
        text-align: left;
    }
}
.social-links {
    text-align: center;
}
@media (max-width: 767px) {
    .social-links {
        margin-top: 15px;
    }
}
@media (min-width: 768px) {
    .social-links {
        text-align: left;
    }
}
.social-links .social-buttons {
    display: block;
}
@media (max-width: 767px) {
    .header-search {
        position: absolute;
        top: 10px;
        right: 20px;
    }
}
.humburger {
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 700;
}
@media (min-width: 768px) {
    .humburger {
        top: 30%;
        -webkit-transform: translateY(-30%);
        -ms-transform: translateY(-30%);
        transform: translateY(-30%);
    }
}
@media (min-width: 992px) {
    .humburger {
        display: none;
    }
}
.humburger span {
    background: #fff;
}
.site-footer {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #343c55;
    font-size: 0.9em;
    color: #fff;
}
.site-footer .pseudo-link,
.site-footer a,
.site-footer a:hover {
    color: #fff;
}
.site-footer .footer-copyright,
.site-footer .footer-under-copyright {
    margin-bottom: 10px;
}
@media (min-width: 992px) {
    .site-footer-container {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
}
.footer-widgets {
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .footer-widgets {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 40px;
        padding-bottom: 40px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        margin-left: -20px;
        margin-right: -20px;
    }
}
.footer-widget {
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .footer-widget {
        margin-left: 20px;
        margin-right: 20px;
    }
}
@media (min-width: 768px) {
    .footer-widget .widget {
        margin: 1rem 0;
    }
}
.top-line {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    overflow: hidden;
    background: #f6f5ef;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.11);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.11);
    -webkit-transform: translate(0, -100px);
    -ms-transform: translate(0, -100px);
    transform: translate(0, -100px);
    opacity: 0;
    filter: "alpha(opacity=0)";
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
}
.top-line:after,
.top-line:before {
    content: " ";
    display: table;
    line-height: 0;
}
.top-line:after {
    clear: both;
}
@media (max-width: 991px) {
    .top-line {
        display: none;
    }
}
.top-line.show {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: "alpha(opacity=100)";
}
.top-line__title {
    font-size: 1.1em;
}
.top-line__like {
    min-width: 260px;
}
.top-line__post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 360px;
}
.top-line__post_thumbnail {
    min-width: 60px;
    margin-right: 15px;
}
.top-line__post_thumbnail img {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.top-line__post_title a {
    font-size: 13px;
    text-decoration: none;
    vertical-align: top;
}
.top-line__like,
.top-line__post,
.top-line__title {
    margin-right: 20px;
}
.top-line-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.btn-fb-like,
.btn-top-like {
    position: relative;
    display: block;
    padding: 11px 20px 11px 50px;
    color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    -webkit-animation: pulse 1.5s infinite;
    animation: pulse 1.5s infinite;
}
.btn-fb-like:before,
.btn-top-like:before {
    content: "\1f44d";
    position: absolute;
    top: 10px;
    left: 24px;
    background: 0 0;
    font-family: icomoon !important;
    font-size: 18px;
    color: #fff;
    -webkit-animation: like 1.5s infinite;
    animation: like 1.5s infinite;
}
.admin-bar .top-line {
    top: 32px;
}
.footer-navigation,
.main-navigation {
    display: none;
    background: #fff;
}
@media (min-width: 992px) {
    .footer-navigation,
    .main-navigation {
        display: block;
    }
}
.footer-navigation ul,
.main-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (min-width: 992px) {
    .footer-navigation ul,
    .main-navigation ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-left: -10px;
        margin-right: -10px;
    }
}
.footer-navigation ul li,
.main-navigation ul li {
    position: relative;
}
.footer-navigation ul li .removed-link,
.main-navigation ul li .removed-link {
    cursor: default;
}
.footer-navigation ul li > a,
.footer-navigation ul li > span,
.main-navigation ul li > a,
.main-navigation ul li > span {
    position: relative;
    display: block;
    padding: 20px 20px;
    text-decoration: none;
    font-weight: 700;
    color: #111;
    z-index: 1;
}
@media (min-width: 992px) {
    .footer-navigation ul li > a,
    .footer-navigation ul li > span,
    .main-navigation ul li > a,
    .main-navigation ul li > span {
        padding: 20px 15px;
    }
}
.footer-navigation ul li > a:before,
.footer-navigation ul li > span:before,
.main-navigation ul li > a:before,
.main-navigation ul li > span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    z-index: -1;
    background: rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.footer-navigation ul li > a:hover:before,
.footer-navigation ul li > span:hover:before,
.main-navigation ul li > a:hover:before,
.main-navigation ul li > span:hover:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
.footer-navigation ul li .sub-menu,
.main-navigation ul li .sub-menu {
    display: none;
    background: #f3f3f3;
    margin-right: -50px;
}
@media (min-width: 992px) {
    .footer-navigation ul li .sub-menu,
    .main-navigation ul li .sub-menu {
        position: absolute;
        left: 10px;
        background: #fff;
        -webkit-box-shadow: 0 2px 45px rgba(178, 165, 105, 0.25);
        box-shadow: 0 2px 45px rgba(178, 165, 105, 0.25);
        z-index: 100;
        margin-right: 0;
    }
}
.footer-navigation ul li .sub-menu li,
.main-navigation ul li .sub-menu li {
    margin-right: 0;
}
.footer-navigation ul li .sub-menu li > a,
.footer-navigation ul li .sub-menu li > span,
.main-navigation ul li .sub-menu li > a,
.main-navigation ul li .sub-menu li > span {
    padding: 20px 30px;
}
@media (min-width: 768px) {
    .footer-navigation ul li .sub-menu li > a,
    .footer-navigation ul li .sub-menu li > span,
    .main-navigation ul li .sub-menu li > a,
    .main-navigation ul li .sub-menu li > span {
        white-space: nowrap;
    }
}
.footer-navigation ul li .sub-menu li.menu-item-has-children > a:after,
.footer-navigation ul li .sub-menu li.menu-item-has-children > span:after,
.main-navigation ul li .sub-menu li.menu-item-has-children > a:after,
.main-navigation ul li .sub-menu li.menu-item-has-children > span:after {
    content: "\2b9e";
}
.footer-navigation ul li .sub-menu .sub-menu,
.main-navigation ul li .sub-menu .sub-menu {
    font-size: 0.9em;
}
@media (min-width: 992px) {
    .footer-navigation ul li .sub-menu .sub-menu,
    .main-navigation ul li .sub-menu .sub-menu {
        top: 0;
        left: 100%;
    }
}
@media (min-width: 992px) {
    .footer-navigation ul li .sub-menu .sub-menu li > a,
    .footer-navigation ul li .sub-menu .sub-menu li > span,
    .main-navigation ul li .sub-menu .sub-menu li > a,
    .main-navigation ul li .sub-menu .sub-menu li > span {
        padding: 15px 20px;
    }
}
.footer-navigation ul li.menu-item-has-children,
.main-navigation ul li.menu-item-has-children {
    padding-right: 50px;
}
.footer-navigation ul li.menu-item-has-children:before,
.main-navigation ul li.menu-item-has-children:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background: #f3f3f3;
    z-index: 10;
}
@media (min-width: 992px) {
    .footer-navigation ul li.menu-item-has-children:before,
    .main-navigation ul li.menu-item-has-children:before {
        display: none;
    }
}
.footer-navigation ul li.menu-item-has-children:after,
.main-navigation ul li.menu-item-has-children:after {
    content: "\2b9f";
    position: absolute;
    top: 22px;
    right: 0;
    width: 50px;
    font-size: 1.2em;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 11;
}
@media (min-width: 992px) {
    .footer-navigation ul li.menu-item-has-children:after,
    .main-navigation ul li.menu-item-has-children:after {
        display: none;
    }
}
.footer-navigation ul li.menu-item-has-children.open:after,
.main-navigation ul li.menu-item-has-children.open:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media (min-width: 992px) {
    .footer-navigation ul li.menu-item-has-children,
    .main-navigation ul li.menu-item-has-children {
        padding-right: 0;
    }
    .footer-navigation ul li.menu-item-has-children:after,
    .main-navigation ul li.menu-item-has-children:after {
        display: none;
    }
}
.footer-navigation ul li.menu-item-has-children > a:after,
.footer-navigation ul li.menu-item-has-children > span:after,
.main-navigation ul li.menu-item-has-children > a:after,
.main-navigation ul li.menu-item-has-children > span:after {
    display: none;
    content: "\2b9f";
    margin-left: 0.5em;
    opacity: 0.7;
}
@media (min-width: 992px) {
    .footer-navigation ul li.menu-item-has-children > a:after,
    .footer-navigation ul li.menu-item-has-children > span:after,
    .main-navigation ul li.menu-item-has-children > a:after,
    .main-navigation ul li.menu-item-has-children > span:after {
        display: inline;
    }
}
@media (min-width: 992px) {
    .footer-navigation ul li.only-hamburger,
    .main-navigation ul li.only-hamburger {
        display: none;
    }
}
.footer-navigation ul .menu-item-cols-2 > .sub-menu,
.main-navigation ul .menu-item-cols-2 > .sub-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.footer-navigation ul .menu-item-cols-2 > .sub-menu > li,
.main-navigation ul .menu-item-cols-2 > .sub-menu > li {
    display: inline-block;
    width: 100%;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}
@media only screen and (max-width: 767px) {
    .footer-navigation ul .menu-item-cols-2 > .sub-menu,
    .main-navigation ul .menu-item-cols-2 > .sub-menu {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}
.site-header .main-navigation {
    background: 0 0;
}
.site-header ul li .sub-menu {
    background: #343c55;
}
.site-header .main-navigation-inner {
    padding-left: 0;
    padding-right: 0;
}
.site-header .main-navigation ul li a,
.site-header .main-navigation ul li span {
    color: #fff;
    font-weight: 400;
}
.pagination .nav-links {
    text-align: center;
    margin-bottom: 30px;
}
.pagination .nav-links .page-numbers {
    display: inline-block;
    padding: 7px 15px;
    font-size: 1.2em;
    background: #343c55;
    text-decoration: none;
    color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.pagination .nav-links .page-numbers.current {
    background: #f3f3f3;
    color: #333;
}
.pagination-title {
    font-size: 1.2em;
    font-weight: 700;
}
.page-links {
    margin-bottom: 30px;
}
.page-links a,
.page-links > span {
    display: inline-block;
    padding: 7px 15px;
    font-size: 1.2em;
}
.page-links > span {
    background: #f3f3f3;
    color: #333;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.page-links a {
    background: #343c55;
    text-decoration: none;
    color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.page-links a:hover {
    color: #fff;
    opacity: 0.8;
    filter: "alpha(opacity=80)";
}
.pagination .page-numbers {
    margin-right: 2px;
}
.archive-description {
    margin-bottom: 2.5rem;
}
.child-categories {
    margin-bottom: 15px;
}
.child-categories ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}
.child-categories ul li {
    margin-right: 15px;
    margin-bottom: 15px;
}
.child-categories ul li a {
    display: block;
    padding: 5px 20px;
    color: #343c55;
    border: 1px solid #343c55;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.child-categories ul li a:hover {
    color: #343c55;
    border: 1px solid #343c55;
}
.child-categories ul:before {
    display: none;
}
.widget {
    margin-bottom: 2.5rem;
}
.widget:last-child {
    margin-bottom: 0;
}
.widget-header {
    font-weight: 700;
    margin-bottom: 1em;
}
.widget ul {
    margin: 0;
    padding: 0 0 0 20px;
}
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.widget_archive ul li a,
.widget_categories ul li a,
.widget_meta ul li a,
.widget_nav_menu ul li a,
.widget_pages ul li a,
.widget_recent_comments ul li a,
.widget_recent_entries ul li a {
    text-decoration: none;
}
.widget-area .widget-header {
    background: #343c55;
    color: #fff;
    padding: 10px 15px;
}
.widget-area .widget_categories ul li {
    position: relative;
    padding: 6px 0 6px 30px;
    border-bottom: 1px solid #eee;
}
.widget-area .widget_categories ul li:before {
    content: "\2b9e";
    position: absolute;
    top: 6px;
    left: 3px;
    font-size: 20px;
    font-weight: 600;
    color: #343c55;
}
.widget-area .widget_categories ul li:last-child {
    border-bottom: none;
}
.widget-area .widget_categories ul li ul li {
    padding-left: 0;
    font-size: 0.9em;
}
.widget-area .widget_categories ul li ul li:before {
    display: none;
}
.widget-area .widget_categories ul li ul li a {
    color: #666;
}
.widget-area .widget_nav_menu ul.menu,
.widget-area .widget_nav_menu > ul {
    border: 1px solid #ced4da;
    padding-top: 10px;
    padding-bottom: 10px;
}
.widget-area .widget_nav_menu ul.menu .children,
.widget-area .widget_nav_menu ul.menu .sub-menu,
.widget-area .widget_nav_menu > ul .children,
.widget-area .widget_nav_menu > ul .sub-menu {
    background: #f3f3f3;
    font-size: 0.9em;
}
.widget-area .widget_nav_menu ul.menu .children a,
.widget-area .widget_nav_menu ul.menu .children span,
.widget-area .widget_nav_menu ul.menu .sub-menu a,
.widget-area .widget_nav_menu ul.menu .sub-menu span,
.widget-area .widget_nav_menu > ul .children a,
.widget-area .widget_nav_menu > ul .children span,
.widget-area .widget_nav_menu > ul .sub-menu a,
.widget-area .widget_nav_menu > ul .sub-menu span {
    padding-left: 2.4em;
}
.widget-area .widget_nav_menu ul.menu .sub-menu,
.widget-area .widget_nav_menu > ul .sub-menu {
    display: none;
}
.widget-area .widget_nav_menu ul.menu li a,
.widget-area .widget_nav_menu ul.menu li span,
.widget-area .widget_nav_menu > ul li a,
.widget-area .widget_nav_menu > ul li span {
    position: relative;
    display: block;
    padding: 0.7em 1.3em;
    text-decoration: none;
    font-size: 0.95em;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.widget-area .widget_nav_menu ul.menu li a:before,
.widget-area .widget_nav_menu ul.menu li span:before,
.widget-area .widget_nav_menu > ul li a:before,
.widget-area .widget_nav_menu > ul li span:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 2px;
    bottom: 12px;
    width: 3px;
    background: #343c55;
    -webkit-transform: scaleY(0) translateZ(0);
    transform: scaleY(0) translateZ(0);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.widget-area .widget_nav_menu ul.menu li a:focus,
.widget-area .widget_nav_menu ul.menu li a:hover,
.widget-area .widget_nav_menu ul.menu li span:focus,
.widget-area .widget_nav_menu ul.menu li span:hover,
.widget-area .widget_nav_menu > ul li a:focus,
.widget-area .widget_nav_menu > ul li a:hover,
.widget-area .widget_nav_menu > ul li span:focus,
.widget-area .widget_nav_menu > ul li span:hover {
    outline: 0;
}
.widget-area .widget_nav_menu ul.menu li a:focus:before,
.widget-area .widget_nav_menu ul.menu li a:hover:before,
.widget-area .widget_nav_menu ul.menu li span:focus:before,
.widget-area .widget_nav_menu ul.menu li span:hover:before,
.widget-area .widget_nav_menu > ul li a:focus:before,
.widget-area .widget_nav_menu > ul li a:hover:before,
.widget-area .widget_nav_menu > ul li span:focus:before,
.widget-area .widget_nav_menu > ul li span:hover:before {
    -webkit-transform: scaleY(1) translateZ(0);
    transform: scaleY(1) translateZ(0);
}
.widget-area .widget_nav_menu li {
    position: relative;
}
.widget-area .widget_nav_menu .menu-item-has-children {
    padding-right: 30px;
}
.widget-area .widget_nav_menu .menu-item-has-children:after {
    content: "\2b9f";
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    padding-top: 0.8em;
    text-align: center;
    background: #f3f3f3;
    cursor: pointer;
}
.widget-area .widget-articles .post-card {
    margin-bottom: 30px;
}
.widget-area .widget-articles .post-card.post-card--small .post-card__category {
    font-size: 0.9em;
    color: #aaa;
    text-transform: none;
    text-decoration: none;
}
.widget-area .widget_recent_comments ul li,
.widget-area .widget_recent_entries ul li {
    padding: 5px 0;
}
.footer-widgets .widget_categories ul.menu li a,
.footer-widgets .widget_categories ul.menu li span,
.footer-widgets .widget_categories > ul li a,
.footer-widgets .widget_categories > ul li span,
.footer-widgets .widget_nav_menu ul.menu li a,
.footer-widgets .widget_nav_menu ul.menu li span,
.footer-widgets .widget_nav_menu > ul li a,
.footer-widgets .widget_nav_menu > ul li span {
    display: inline-block;
    text-decoration: none;
    margin: 0.2em 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.footer-widgets .widget_categories ul.menu li a:hover,
.footer-widgets .widget_categories ul.menu li span:hover,
.footer-widgets .widget_categories > ul li a:hover,
.footer-widgets .widget_categories > ul li span:hover,
.footer-widgets .widget_nav_menu ul.menu li a:hover,
.footer-widgets .widget_nav_menu ul.menu li span:hover,
.footer-widgets .widget_nav_menu > ul li a:hover,
.footer-widgets .widget_nav_menu > ul li span:hover {
    -webkit-transform: translateX(-3px) translateZ(0);
    transform: translateX(-3px) translateZ(0);
}
.footer-widgets .widget_categories ul.menu .sub-menu,
.footer-widgets .widget_categories > ul .sub-menu,
.footer-widgets .widget_nav_menu ul.menu .sub-menu,
.footer-widgets .widget_nav_menu > ul .sub-menu {
    display: none;
}
.top-commentators ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.top-commentators ul:after {
    content: "";
    display: block;
    clear: both;
}
.top-commentators ul li {
    width: 33%;
    padding: 0;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}
.top-commentators__name {
    font-size: 90%;
    margin: 5px 0;
}
.top-commentators__count {
    color: rgba(0, 0, 0, 0.5);
    font-size: 80%;
}
@media (max-width: 991px) {
    .widget-mobile-hide {
        display: none;
    }
}
.section-block__title {
    font-weight: 700;
    margin-bottom: 0;
}
.section-block,
.section-html {
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
@media (min-width: 768px) {
    .section-block,
    .section-html {
        margin-left: -45px;
        margin-right: -45px;
        padding-top: 50px;
        padding-bottom: 50px;
        margin-top: -40px;
        margin-bottom: 40px;
    }
    .section-block:first-child,
    .section-html:first-child {
        margin-top: -30px;
    }
    .section-block:last-child,
    .section-html:last-child {
        margin-bottom: 0;
    }
}
.section-block:first-child {
    margin-top: -30px;
}
.section-block__header {
    position: relative;
    margin-bottom: 30px;
    z-index: 2;
}
@media (min-width: 992px) {
    .section-block__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.section-block__title {
    margin-right: 50px;
    margin-bottom: 15px;
}
.section-block__title a {
    text-decoration: none;
}
.section-preset--bg-dark-1:before,
.section-preset--bg-dark-2:before,
.section-preset--bg-dark-3:before,
.section-preset--bg-dark-4:before,
.section-preset--bg-dark-5:before,
.section-preset--bg-dark-6:before,
.section-preset--bg-dark-7:before,
.section-preset--bg-dark-8:before,
.section-preset--bg-dark-9:before,
.section-preset--bgc-10:before,
.section-preset--bgc-11:before,
.section-preset--bgc-12:before,
.section-preset--bgc-13:before,
.section-preset--bgc-14:before,
.section-preset--bgc-15:before,
.section-preset--bgc-16:before,
.section-preset--bgc-17:before,
.section-preset--bgc-18:before,
.section-preset--bgc-1:before,
.section-preset--bgc-2:before,
.section-preset--bgc-3:before,
.section-preset--bgc-4:before,
.section-preset--bgc-5:before,
.section-preset--bgc-6:before,
.section-preset--bgc-7:before,
.section-preset--bgc-8:before,
.section-preset--bgc-9:before,
.section-preset--bgi-1:before,
.section-preset--bgi-2:before,
.section-preset--gradient-1:before,
.section-preset--gradient-2:before,
.section-preset--gradient-3:before {
    content: "";
    position: absolute;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw) !important;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}
.section-preset--bg-dark-1,
.section-preset--bg-dark-2,
.section-preset--bg-dark-3,
.section-preset--bg-dark-4,
.section-preset--bg-dark-5,
.section-preset--bg-dark-6,
.section-preset--bg-dark-7,
.section-preset--bg-dark-8,
.section-preset--bg-dark-9 {
    color: #fff;
}
.section-preset--bg-dark-1 a,
.section-preset--bg-dark-2 a,
.section-preset--bg-dark-3 a,
.section-preset--bg-dark-4 a,
.section-preset--bg-dark-5 a,
.section-preset--bg-dark-6 a,
.section-preset--bg-dark-7 a,
.section-preset--bg-dark-8 a,
.section-preset--bg-dark-9 a {
    color: #fff;
}
.section-preset--bg-dark-1 .post-card__meta,
.section-preset--bg-dark-2 .post-card__meta,
.section-preset--bg-dark-3 .post-card__meta,
.section-preset--bg-dark-4 .post-card__meta,
.section-preset--bg-dark-5 .post-card__meta,
.section-preset--bg-dark-6 .post-card__meta,
.section-preset--bg-dark-7 .post-card__meta,
.section-preset--bg-dark-8 .post-card__meta,
.section-preset--bg-dark-9 .post-card__meta {
    color: #fdff86;
}
.section-preset--bg-dark-1 .post-card .post-card__author:before,
.section-preset--bg-dark-1 .post-card .post-card__comments:before,
.section-preset--bg-dark-1 .post-card .post-card__date:before,
.section-preset--bg-dark-1 .post-card .post-card__like:before,
.section-preset--bg-dark-1 .post-card .post-card__views:before,
.section-preset--bg-dark-2 .post-card .post-card__author:before,
.section-preset--bg-dark-2 .post-card .post-card__comments:before,
.section-preset--bg-dark-2 .post-card .post-card__date:before,
.section-preset--bg-dark-2 .post-card .post-card__like:before,
.section-preset--bg-dark-2 .post-card .post-card__views:before,
.section-preset--bg-dark-3 .post-card .post-card__author:before,
.section-preset--bg-dark-3 .post-card .post-card__comments:before,
.section-preset--bg-dark-3 .post-card .post-card__date:before,
.section-preset--bg-dark-3 .post-card .post-card__like:before,
.section-preset--bg-dark-3 .post-card .post-card__views:before,
.section-preset--bg-dark-4 .post-card .post-card__author:before,
.section-preset--bg-dark-4 .post-card .post-card__comments:before,
.section-preset--bg-dark-4 .post-card .post-card__date:before,
.section-preset--bg-dark-4 .post-card .post-card__like:before,
.section-preset--bg-dark-4 .post-card .post-card__views:before,
.section-preset--bg-dark-5 .post-card .post-card__author:before,
.section-preset--bg-dark-5 .post-card .post-card__comments:before,
.section-preset--bg-dark-5 .post-card .post-card__date:before,
.section-preset--bg-dark-5 .post-card .post-card__like:before,
.section-preset--bg-dark-5 .post-card .post-card__views:before,
.section-preset--bg-dark-6 .post-card .post-card__author:before,
.section-preset--bg-dark-6 .post-card .post-card__comments:before,
.section-preset--bg-dark-6 .post-card .post-card__date:before,
.section-preset--bg-dark-6 .post-card .post-card__like:before,
.section-preset--bg-dark-6 .post-card .post-card__views:before,
.section-preset--bg-dark-7 .post-card .post-card__author:before,
.section-preset--bg-dark-7 .post-card .post-card__comments:before,
.section-preset--bg-dark-7 .post-card .post-card__date:before,
.section-preset--bg-dark-7 .post-card .post-card__like:before,
.section-preset--bg-dark-7 .post-card .post-card__views:before,
.section-preset--bg-dark-8 .post-card .post-card__author:before,
.section-preset--bg-dark-8 .post-card .post-card__comments:before,
.section-preset--bg-dark-8 .post-card .post-card__date:before,
.section-preset--bg-dark-8 .post-card .post-card__like:before,
.section-preset--bg-dark-8 .post-card .post-card__views:before,
.section-preset--bg-dark-9 .post-card .post-card__author:before,
.section-preset--bg-dark-9 .post-card .post-card__comments:before,
.section-preset--bg-dark-9 .post-card .post-card__date:before,
.section-preset--bg-dark-9 .post-card .post-card__like:before,
.section-preset--bg-dark-9 .post-card .post-card__views:before {
    color: #fdff86;
}
.section-preset--bg-dark-1 .post-card--grid.post-card--thumbnail-no,
.section-preset--bg-dark-1.is-show-thumbnails-true .post-card--vertical.post-card--thumbnail-no,
.section-preset--bg-dark-2 .post-card--grid.post-card--thumbnail-no,
.section-preset--bg-dark-2.is-show-thumbnails-true .post-card--vertical.post-card--thumbnail-no,
.section-preset--bg-dark-3 .post-card--grid.post-card--thumbnail-no,
.section-preset--bg-dark-3.is-show-thumbnails-true .post-card--vertical.post-card--thumbnail-no,
.section-preset--bg-dark-4 .post-card--grid.post-card--thumbnail-no,
.section-preset--bg-dark-4.is-show-thumbnails-true .post-card--vertical.post-card--thumbnail-no,
.section-preset--bg-dark-5 .post-card--grid.post-card--thumbnail-no,
.section-preset--bg-dark-5.is-show-thumbnails-true .post-card--vertical.post-card--thumbnail-no,
.section-preset--bg-dark-6 .post-card--grid.post-card--thumbnail-no,
.section-preset--bg-dark-6.is-show-thumbnails-true .post-card--vertical.post-card--thumbnail-no,
.section-preset--bg-dark-7 .post-card--grid.post-card--thumbnail-no,
.section-preset--bg-dark-7.is-show-thumbnails-true .post-card--vertical.post-card--thumbnail-no,
.section-preset--bg-dark-8 .post-card--grid.post-card--thumbnail-no,
.section-preset--bg-dark-8.is-show-thumbnails-true .post-card--vertical.post-card--thumbnail-no,
.section-preset--bg-dark-9 .post-card--grid.post-card--thumbnail-no,
.section-preset--bg-dark-9.is-show-thumbnails-true .post-card--vertical.post-card--thumbnail-no {
    border-color: rgba(255, 255, 255, 0.3);
}
.section-preset--bg-dark-1 .post-card--grid.post-card--thumbnail-no:hover,
.section-preset--bg-dark-1.is-show-thumbnails-true .post-card--vertical.post-card--thumbnail-no:hover,
.section-preset--bg-dark-2 .post-card--grid.post-card--thumbnail-no:hover,
.section-preset--bg-dark-2.is-show-thumbnails-true .post-card--vertical.post-card--thumbnail-no:hover,
.section-preset--bg-dark-3 .post-card--grid.post-card--thumbnail-no:hover,
.section-preset--bg-dark-3.is-show-thumbnails-true .post-card--vertical.post-card--thumbnail-no:hover,
.section-preset--bg-dark-4 .post-card--grid.post-card--thumbnail-no:hover,
.section-preset--bg-dark-4.is-show-thumbnails-true .post-card--vertical.post-card--thumbnail-no:hover,
.section-preset--bg-dark-5 .post-card--grid.post-card--thumbnail-no:hover,
.section-preset--bg-dark-5.is-show-thumbnails-true .post-card--vertical.post-card--thumbnail-no:hover,
.section-preset--bg-dark-6 .post-card--grid.post-card--thumbnail-no:hover,
.section-preset--bg-dark-6.is-show-thumbnails-true .post-card--vertical.post-card--thumbnail-no:hover,
.section-preset--bg-dark-7 .post-card--grid.post-card--thumbnail-no:hover,
.section-preset--bg-dark-7.is-show-thumbnails-true .post-card--vertical.post-card--thumbnail-no:hover,
.section-preset--bg-dark-8 .post-card--grid.post-card--thumbnail-no:hover,
.section-preset--bg-dark-8.is-show-thumbnails-true .post-card--vertical.post-card--thumbnail-no:hover,
.section-preset--bg-dark-9 .post-card--grid.post-card--thumbnail-no:hover,
.section-preset--bg-dark-9.is-show-thumbnails-true .post-card--vertical.post-card--thumbnail-no:hover {
    border-color: #fff;
}
.section-preset--bg-dark-1 .post-card--small .post-card__category,
.section-preset--bg-dark-2 .post-card--small .post-card__category,
.section-preset--bg-dark-3 .post-card--small .post-card__category,
.section-preset--bg-dark-4 .post-card--small .post-card__category,
.section-preset--bg-dark-5 .post-card--small .post-card__category,
.section-preset--bg-dark-6 .post-card--small .post-card__category,
.section-preset--bg-dark-7 .post-card--small .post-card__category,
.section-preset--bg-dark-8 .post-card--small .post-card__category,
.section-preset--bg-dark-9 .post-card--small .post-card__category {
    color: #fdff86;
}
.section-preset--bg-dark-1 .post-card:not(.post-card--small) .post-card__category,
.section-preset--bg-dark-2 .post-card:not(.post-card--small) .post-card__category,
.section-preset--bg-dark-3 .post-card:not(.post-card--small) .post-card__category,
.section-preset--bg-dark-4 .post-card:not(.post-card--small) .post-card__category,
.section-preset--bg-dark-5 .post-card:not(.post-card--small) .post-card__category,
.section-preset--bg-dark-6 .post-card:not(.post-card--small) .post-card__category,
.section-preset--bg-dark-7 .post-card:not(.post-card--small) .post-card__category,
.section-preset--bg-dark-8 .post-card:not(.post-card--small) .post-card__category,
.section-preset--bg-dark-9 .post-card:not(.post-card--small) .post-card__category {
    background: #fff;
    color: #000;
}
.section-posts__categories-title {
    margin-bottom: 0.2em;
    text-transform: uppercase;
    opacity: 0.5;
}
.section-posts__categories {
    font-size: 0.9em;
}
.section-posts__categories ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
.section-posts__categories ul:before {
    display: none;
}
.section-posts__categories ul li {
    margin-right: 20px;
    margin-bottom: 0.3em;
}
.section-posts__categories ul li a {
    text-decoration: none;
}
.section-html__body {
    position: relative;
    z-index: 2;
}
.entry-content .sitemap-list > ul > li {
    padding-left: 0;
}
.entry-content .sitemap-list > ul > li:before {
    display: none;
}
.entry-content .sitemap-list__header:before {
    display: none;
}
.entry-content .sitemap-list__block:before {
    display: none;
}
.post-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.post-card {
    position: relative;
    max-width: 730px;
    margin: 0 auto 50px;
}
.post-card .utm-label {
    display: none;
    position: absolute;
    top: 10px;
    left: 100%;
    background: #3b5998;
    color: #fff;
    font-size: 9px;
    text-decoration: none;
    padding: 5px 4px;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.post-card:hover .utm-label {
    display: block;
}
.post-card__thumbnail img {
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.post-card--thumbnail-meta .post-card__thumbnail a:before {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#343c55), to(rgba(52, 60, 85, 0)));
    background: -webkit-linear-gradient(bottom, #343c55, rgba(52, 60, 85, 0));
    background: -o-linear-gradient(bottom, #343c55, rgba(52, 60, 85, 0));
    background: linear-gradient(0deg, #343c55, rgba(52, 60, 85, 0));
    opacity: 0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.post-card--thumbnail-meta .post-card__thumbnail a:hover:before {
    top: 0;
    opacity: 0.3;
}
.post-card--thumbnail-meta .post-card__thumbnail:hover .post-card__meta {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.post-card--thumbnail-meta .post-card__thumbnail .post-card__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 4px 10px;
    margin-bottom: 0;
    z-index: 100;
    font-size: 0.8em;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.post-card--thumbnail-meta .post-card__thumbnail .post-card__meta .post-card__category {
    background: 0 0;
    color: #fff;
    padding: 0;
    -webkit-border-radius: unset;
    border-radius: unset;
    font-size: inherit;
    text-transform: none;
    margin-bottom: 0;
}
.post-card--thumbnail-meta .post-card__thumbnail .post-card__meta-right span:last-child {
    margin-right: 0;
}
.post-card--thumbnail-meta .post-card__thumbnail .post-card__meta .post-card__author:before,
.post-card--thumbnail-meta .post-card__thumbnail .post-card__meta .post-card__comments:before,
.post-card--thumbnail-meta .post-card__thumbnail .post-card__meta .post-card__date:before,
.post-card--thumbnail-meta .post-card__thumbnail .post-card__meta .post-card__views:before {
    color: #fff;
}
.format-video .post-card__thumbnail .post-card__icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -5px;
    margin-top: -8px;
    border-style: solid;
    border-width: 9px 0 9px 15px;
    border-color: transparent transparent transparent #fff;
    z-index: 11;
}
.format-video .post-card__thumbnail .post-card__icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4);
    border: 3px solid #fff;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 10;
}
.format-video .post-card__thumbnail .post-card__icon:hover:before {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.format-video .post-card__thumbnail .post-card__icon:hover:after {
    background: rgba(0, 0, 0, 0.6);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.post-card:not(.post-card--small) .post-card__thumbnail {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    margin-bottom: 1em;
}
.post-card__title {
    width: 100%;
    font-size: 1.4em;
    line-height: 1.2;
    font-weight: 400;
    margin: 0 0 0.4em;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
@media (min-width: 768px) {
    .post-card__title {
        font-size: 1.4em;
        line-height: 1.3;
    }
}
.post-card__title a {
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.post-card:not(.post-card--small) .post-card__category {
    display: inline-block;
    background: #343c55;
    color: #fff;
    padding: 0.3em 1.4em;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 0.8em;
    text-decoration: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    margin-bottom: 1.2em;
}
.post-card__meta {
    position: relative;
    font-size: 0.85em;
    margin-bottom: 0.8em;
    opacity: 0.8;
}
.post-card__author,
.post-card__comments,
.post-card__date,
.post-card__like,
.post-card__views {
    position: relative;
    display: inline-block;
    padding-left: 1.7em;
    margin-right: 20px;
    margin-bottom: 0.3em;
}
.post-card__author:last-child,
.post-card__comments:last-child,
.post-card__date:last-child,
.post-card__like:last-child,
.post-card__views:last-child {
    margin-right: 0;
}
.post-card__author:before,
.post-card__comments:before,
.post-card__date:before,
.post-card__like:before,
.post-card__views:before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #343c55;
}
.post-card__comments:before {
    content: "\1f4ad";
}
.post-card__date:before {
    content: "\1f4c5";
}
.post-card__views:before {
    content: "\1f441";
}
.post-card__author:before {
    content: "\1f464";
}
.post-card__body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
}
.post-card__description {
    position: relative;
    margin-bottom: 0.4em;
}
.post-card--view-title {
    text-align: center;
}
@media (min-width: 768px) {
    .post-card--view-title .post-card__title {
        font-size: 2em;
    }
}
.post-card--view-overlay {
    padding: 80px 50px 50px;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #ece4d3;
    background-repeat: no-repeat;
}
.post-card--view-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 254, 0.85);
    opacity: 0.86;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.post-card--view-overlay:hover:before {
    opacity: 0.95;
}
.post-card--view-overlay > a {
    text-decoration: none;
    color: #fff;
}
.post-card--view-overlay .post-card__title {
    margin-bottom: 0.8em;
    z-index: 5;
}
.post-card--view-overlay .post-card__body {
    color: #fff;
    z-index: 5;
}
.post-card--view-overlay .post-card__author,
.post-card--view-overlay .post-card__comments,
.post-card--view-overlay .post-card__date,
.post-card--view-overlay .post-card__like,
.post-card--view-overlay .post-card__views {
    position: relative;
    display: inline-block;
    padding-left: 1.7em;
    margin-right: 20px;
    margin-bottom: 0.3em;
}
.post-card--view-overlay .post-card__author:before,
.post-card--view-overlay .post-card__comments:before,
.post-card--view-overlay .post-card__date:before,
.post-card--view-overlay .post-card__like:before,
.post-card--view-overlay .post-card__views:before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #343c55;
}
.post-card--view-overlay .post-card__description {
    margin-bottom: 1.5em;
}
.post-card--view-overlay.post-card--standard {
    margin-bottom: 70px;
}
.post-card--standard {
    width: 100%;
}
@media (min-width: 768px) {
    .post-card--standard {
        margin-bottom: 80px;
    }
}
.post-card--standard:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 40%;
    width: 20%;
    height: 1px;
    opacity: 0.5;
}
@media (min-width: 768px) {
    .post-card--standard:after {
        bottom: -40px;
    }
}
.post-card--grid {
    margin-bottom: 30px;
}
@supports (display: grid) {
    @media (min-width: 576px) {
        .post-cards--grid {
            grid-template-columns: repeat(2, 1fr);
            display: grid;
            grid-gap: 20px;
        }
    }
    @media (min-width: 768px) {
        .post-cards--grid {
            grid-template-columns: repeat(3, 1fr);
        }
    }
    @media (min-width: 992px) {
        .post-cards--grid {
            grid-template-columns: repeat(8, 1fr);
            display: grid;
            grid-auto-flow: row dense;
            grid-gap: 30px;
        }
    }
    .post-card--grid {
        margin-bottom: 20px;
        max-width: 345px;
    }
    @media (min-width: 576px) {
        .post-card--grid {
            grid-column: span 1;
        }
    }
    @media (min-width: 768px) {
        .post-card--grid {
            margin: 0;
        }
    }
    @media (min-width: 992px) {
        .post-card--grid {
            grid-column: span 2;
            max-width: 730px;
        }
    }
    .post-card--grid .post-card__title {
        font-size: 1em;
        font-weight: 700;
    }
    .post-card--grid .post-card__description {
        font-size: 0.9em;
    }
    .post-card--grid:nth-child(11),
    .post-card--grid:nth-child(2),
    .post-card--grid:nth-child(20),
    .post-card--grid:nth-child(29) {
        margin: 0;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        overflow: hidden;
    }
    @media (min-width: 992px) {
        .post-card--grid:nth-child(11),
        .post-card--grid:nth-child(2),
        .post-card--grid:nth-child(20),
        .post-card--grid:nth-child(29) {
            grid-column: span 4;
            grid-row: span 2;
        }
    }
    .post-card--grid:nth-child(11) .post-card__thumbnail,
    .post-card--grid:nth-child(2) .post-card__thumbnail,
    .post-card--grid:nth-child(20) .post-card__thumbnail,
    .post-card--grid:nth-child(29) .post-card__thumbnail {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        height: auto;
        margin: 0;
        overflow: hidden;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        z-index: 2;
    }
    .post-card--grid:nth-child(11) .post-card__thumbnail:before,
    .post-card--grid:nth-child(2) .post-card__thumbnail:before,
    .post-card--grid:nth-child(20) .post-card__thumbnail:before,
    .post-card--grid:nth-child(29) .post-card__thumbnail:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        bottom: 0;
        left: 0;
        background: -webkit-gradient(linear, left bottom, left top, from(#343c55), to(rgba(52, 60, 85, 0)));
        background: -webkit-linear-gradient(bottom, #343c55, rgba(52, 60, 85, 0));
        background: -o-linear-gradient(bottom, #343c55, rgba(52, 60, 85, 0));
        background: linear-gradient(0deg, #343c55, rgba(52, 60, 85, 0));
        opacity: 0.3;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        z-index: 3;
    }
    .post-card--grid:nth-child(11) .post-card__thumbnail img,
    .post-card--grid:nth-child(2) .post-card__thumbnail img,
    .post-card--grid:nth-child(20) .post-card__thumbnail img,
    .post-card--grid:nth-child(29) .post-card__thumbnail img {
        max-width: none;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
        z-index: 2;
    }
    .post-card--grid:nth-child(11) .post-card__title,
    .post-card--grid:nth-child(2) .post-card__title,
    .post-card--grid:nth-child(20) .post-card__title,
    .post-card--grid:nth-child(29) .post-card__title {
        position: absolute;
        bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 1.1em;
        text-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.3);
        z-index: 4;
    }
    @media (min-width: 992px) {
        .post-card--grid:nth-child(11) .post-card__title,
        .post-card--grid:nth-child(2) .post-card__title,
        .post-card--grid:nth-child(20) .post-card__title,
        .post-card--grid:nth-child(29) .post-card__title {
            font-size: 1.8em;
        }
    }
    .post-card--grid:nth-child(11) .post-card__title a,
    .post-card--grid:nth-child(2) .post-card__title a,
    .post-card--grid:nth-child(20) .post-card__title a,
    .post-card--grid:nth-child(29) .post-card__title a {
        color: #fff;
    }
    .post-card--grid:nth-child(11) .post-card__thumbnail .post-card__meta,
    .post-card--grid:nth-child(2) .post-card__thumbnail .post-card__meta,
    .post-card--grid:nth-child(20) .post-card__thumbnail .post-card__meta,
    .post-card--grid:nth-child(29) .post-card__thumbnail .post-card__meta {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (min-width: 576px) {
    .post-cards--vertical {
        margin-left: -20px;
        margin-right: -20px;
    }
    @supports (display: grid) {
        .post-cards--vertical {
            margin-left: 0;
            margin-right: 0;
        }
    }
}
@supports (display: grid) {
    .post-cards--vertical {
        display: grid;
        grid-auto-flow: row dense;
        grid-gap: 45px;
        grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    @media (min-width: 992px) {
        .post-cards--vertical {
            grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
        }
    }
}
.post-card--vertical {
    padding-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    min-width: 280px;
    max-width: 335px;
    margin-left: auto;
    margin-right: auto;
}
@supports (display: grid) {
    .post-card--vertical {
        min-width: auto;
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    .post-card--vertical {
        margin-bottom: 30px;
    }
}
@media (min-width: 576px) {
    .post-card--vertical {
        min-width: 185px;
    }
}
@media (min-width: 1200px) {
    .post-card--vertical {
        min-width: 240px;
    }
}
.post-card--vertical .post-card__description {
    margin-bottom: 0.8em;
    font-size: 0.9em;
}
.is-show-thumbnails-true .post-card--vertical.post-card--thumbnail-no {
    padding: 20px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.is-show-thumbnails-true .post-card--vertical.post-card--thumbnail-no .post-card__title a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.is-show-thumbnails-true .post-card--vertical.post-card--thumbnail-no .post-card__body {
    position: static;
}
.is-show-thumbnails-true .post-card--vertical.post-card--thumbnail-no .post-card__category {
    margin-bottom: 2em;
}
.is-show-thumbnails-true .post-card--vertical.post-card--thumbnail-no .post-card__description {
    margin-bottom: 2em;
}
.post-card--horizontal {
    padding-bottom: 0;
    width: 100%;
    max-width: 345px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 768px) {
    .post-card--horizontal {
        margin-bottom: 30px;
    }
}
@media (min-width: 576px) {
    .post-card--horizontal {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 800px;
        margin-left: 0;
        margin-right: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.post-card--horizontal .post-card__thumbnail {
    max-width: 345px;
    margin-bottom: 1em;
}
@media (min-width: 576px) {
    .post-card--horizontal .post-card__thumbnail {
        margin-bottom: 0;
        margin-right: 30px;
    }
}
.post-card--horizontal .post-card__description {
    font-size: 0.9em;
}
.post-cards--small {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.post-card--small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-bottom: 0;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    min-width: 280px;
    max-width: 300px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
@media (min-width: 576px) {
    .post-card--small {
        margin-left: 0;
        margin-right: 0;
    }
}
@media (min-width: 768px) {
    .post-card--small {
        margin-bottom: 30px;
    }
}
.post-card--small .post-card__thumbnail {
    position: relative;
    max-width: 120px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin-right: 20px;
    margin-bottom: 0;
}
.post-card--small .post-card__thumbnail .post-card__icon:after {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
}
.post-card--small .post-card__title {
    position: static;
    font-size: 1.1em;
}
.post-card--small .post-card__category,
.post-card--small .post-card__category a {
    font-size: 0.9em;
    color: #aaa;
    text-decoration: none;
}
.post-card--small .post-card__description {
    margin-bottom: 0.5em;
    font-size: 0.8em;
    opacity: 0.7;
}
.post-card--small .post-card__body {
    position: static;
}
@media (min-width: 576px) {
    .post-cards--related {
        margin-left: -20px;
        margin-right: -20px;
    }
    @supports (display: grid) {
        .post-cards--related {
            margin-left: 0;
            margin-right: 0;
        }
    }
}
@supports (display: grid) {
    .post-cards--related {
        display: grid;
        grid-auto-flow: row dense;
        grid-gap: 40px;
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.post-card--related {
    padding-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    min-width: 280px;
    max-width: 335px;
    margin-left: auto;
    margin-right: auto;
}
@supports (display: grid) {
    .post-card--related {
        min-width: auto;
        margin-bottom: 0;
    }
}
@media (min-width: 576px) {
    .post-card--related {
        min-width: 185px;
        margin-left: 20px;
        margin-right: 20px;
    }
    @supports (display: grid) {
        .post-card--related {
            margin-left: 0;
            margin-right: 0;
        }
    }
}
@media (min-width: 1200px) {
    .post-card--related {
        min-width: 240px;
    }
}
.post-card--related .post-card__title {
    font-size: 1em;
}
@media (min-width: 768px) {
    .post-card--related .post-card__title {
        line-height: 1.4;
    }
}
@media (min-width: 1200px) {
    .post-card--related .post-card__title {
        font-size: 1.1em;
    }
}
.post-card--related .post-card__meta {
    font-size: 0.8em;
    margin-bottom: 0;
}
.post-card--related .post-card__description {
    margin-bottom: 0.8em;
    font-size: 0.9em;
}
.post-card--related.post-card--thumbnail-no {
    border: 1px solid #ced4da;
    padding: 20px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.post-card--related.post-card--thumbnail-no:hover {
    border-color: #343c55;
}
.post-card--related.post-card--thumbnail-no .post-card__title a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.post-card--related.post-card--thumbnail-no .post-card__body {
    position: static;
}
.post-card--related.post-card--thumbnail-no .post-card__description {
    margin-bottom: 2em;
}
.page-title {
    font-size: 24px;
    margin-bottom: 25px;
}
@media (min-width: 992px) {
    .page-title {
        font-size: 30px;
    }
}
.entry-title {
    position: relative;
    font-size: 1.7em;
    text-align: center;
    margin-bottom: 35px;
}
.entry-title:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 20%;
    right: 20%;
    height: 2px;
    background: #eee;
}
@media (min-width: 768px) {
    .entry-title {
        font-size: 2.3em;
    }
}
.entry-title a {
    text-decoration: none;
}
.entry-title a:hover {
    border-bottom-color: transparent;
}
.entry-category {
    margin-right: 20px;
}
.entry-category a {
    display: inline-block;
    background: #343c55;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    margin-bottom: 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.entry-category a:active,
.entry-category a:focus,
.entry-category a:hover {
    color: #fff;
}
.post-image {
    text-align: center;
    margin-bottom: 25px;
}
.post-image img {
    display: block;
    margin: 0 auto;
    vertical-align: bottom;
}
.entry-image {
    position: relative;
    margin-bottom: 25px;
}
.entry-image img {
    display: block;
}
.entry-image_blank {
    background: #eee;
}
.post-title {
    position: relative;
    font-size: 26px;
    text-align: center;
    margin-bottom: 35px;
}
@media (min-width: 768px) {
    .post-title {
        font-size: 37px;
    }
}
.post-title:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 20%;
    right: 20%;
    height: 2px;
    background: #eee;
}
.article-post {
    margin-bottom: 2rem;
}
.article-post .social-buttons {
    font-size: 0.9em;
    margin-bottom: 1rem;
}
.entry-title {
    margin-top: 0.8em;
}
.entry-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-weight: 700;
    border-bottom: 3px solid #f2f2f2;
}
.sidebar-none .entry-meta {
    max-width: 870px;
    margin-bottom: 40px;
    border-bottom: none;
}
.entry-label {
    display: block;
    font-size: 0.8em;
    color: #666;
    font-weight: 400;
}
.entry-author,
.entry-date,
.entry-time,
.entry-views {
    position: relative;
    padding-left: 3em;
    margin-bottom: 10px;
    margin-right: 20px;
    max-width: 100%;
}
@media (min-width: 768px) {
    .entry-author,
    .entry-date,
    .entry-time,
    .entry-views {
        margin-bottom: 0;
    }
}
.entry-author:before,
.entry-date:before,
.entry-time:before,
.entry-views:before {
    position: absolute;
    left: 0;
    top: 0.7em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.8em;
    color: #343c55;
}
.entry-author:before {
    content: "\1f464";
}
.entry-time:before {
    content: "\1f552";
}
.entry-views:before {
    content: "\1f441";
}
.entry-date:before {
    content: "\1f4c5";
}
.entry-image {
    margin-bottom: 25px;
}
.entry-image--full,
.entry-image--fullscreen,
.entry-image--wide {
    margin-top: -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    min-height: 200px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
}
@media (min-width: 768px) {
    .entry-image--full,
    .entry-image--fullscreen,
    .entry-image--wide {
        min-height: 400px;
        width: calc(100% + 90px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% + 90px);
        flex: 0 0 calc(100% + 90px);
        margin-left: -45px;
        margin-right: -45px;
    }
}
.entry-image--full .entry-image__body,
.entry-image--fullscreen .entry-image__body,
.entry-image--wide .entry-image__body {
    padding: 50px 20px 30px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
    background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5));
    background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5));
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
    color: #fff;
    text-align: center;
}
@media (min-width: 768px) {
    .entry-image--full .entry-image__body,
    .entry-image--fullscreen .entry-image__body,
    .entry-image--wide .entry-image__body {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 150px 50px 30px;
    }
}
.entry-image--full .entry-image__body .breadcrumb,
.entry-image--full .entry-image__body .breadcrumb a,
.entry-image--full .entry-image__body .breadcrumb span,
.entry-image--fullscreen .entry-image__body .breadcrumb,
.entry-image--fullscreen .entry-image__body .breadcrumb a,
.entry-image--fullscreen .entry-image__body .breadcrumb span,
.entry-image--wide .entry-image__body .breadcrumb,
.entry-image--wide .entry-image__body .breadcrumb a,
.entry-image--wide .entry-image__body .breadcrumb span {
    color: #fff;
    background: 0 0;
}
.entry-image--full .entry-image__body .entry-title:after,
.entry-image--fullscreen .entry-image__body .entry-title:after,
.entry-image--wide .entry-image__body .entry-title:after {
    display: none;
}
.entry-image--full .entry-image__body .post-card__category,
.entry-image--fullscreen .entry-image__body .post-card__category,
.entry-image--wide .entry-image__body .post-card__category {
    margin-bottom: 1.2em;
}
.entry-image--full .entry-image__body .post-card__category a,
.entry-image--fullscreen .entry-image__body .post-card__category a,
.entry-image--wide .entry-image__body .post-card__category a {
    padding: 0.3em 1.4em;
    background: #4d3bfe;
    color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.7em;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.entry-image--full {
    margin-left: calc(-50vw + 50%);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    width: 100vw !important;
    max-width: 100vw;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    background-color: rgba(0, 0, 0, 0.5);
}
.entry-image--fullscreen {
    margin-left: calc(-50vw + 50%);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    width: 100vw !important;
    max-width: 100vw;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    height: calc(100vh - 100px);
    background-color: rgba(0, 0, 0, 0.5);
}
.entry-image--fullscreen .entry-title {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.entry-image--fullscreen .entry-image__body {
    font-size: 1.2em;
}
@media (min-width: 768px) {
    .entry-image--fullscreen .entry-image__body {
        height: 100%;
        padding: 30px 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.entry-excerpt {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.8em;
    text-align: center;
    font-size: 1.3em;
    color: #666;
}
.sidebar-none .entry-excerpt {
    max-width: 100%;
    text-align: center;
}
@media (min-width: 576px) {
    .entry-excerpt {
        font-size: 1.3em;
    }
}
.source-link {
    font-size: 0.9em;
    text-align: right;
    margin-bottom: 1.5em;
}
.source-link a {
    color: #999;
    border-bottom: 1px solid #cecece;
    text-decoration: none;
}
.ps-link {
    cursor: pointer;
}
.entry-content,
.home-text,
.taxonomy-description {
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    line-height: 1.7;
}
.sidebar-none .entry-content,
.sidebar-none .home-text,
.sidebar-none .taxonomy-description {
    max-width: 100%;
}
.entry-content:after,
.home-text:after,
.taxonomy-description:after {
    content: "";
    display: block;
    clear: both;
}
.entry-content code,
.home-text code,
.taxonomy-description code {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    font-size: 90%;
    word-wrap: break-word;
    padding: 0.1rem 0.3rem 0.2rem;
    -webkit-border-radius: 0.2rem;
    border-radius: 0.2rem;
    background: #ffe8cd;
}
.entry-content .wp-block-button,
.entry-content p,
.home-text .wp-block-button,
.home-text p,
.taxonomy-description .wp-block-button,
.taxonomy-description p {
    margin-bottom: 1.7em;
}
.entry-content .wp-block-code,
.home-text .wp-block-code,
.taxonomy-description .wp-block-code {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 1rem 1.5rem;
    font-family: Menlo, Consolas, monaco, monospace;
    line-height: 1.5;
    font-size: 0.875rem;
    color: #000;
    white-space: pre-wrap;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
}
.entry-content .wp-block-code code,
.entry-content pre code,
.home-text .wp-block-code code,
.home-text pre code,
.taxonomy-description .wp-block-code code,
.taxonomy-description pre code {
    background: 0 0;
    padding: 0;
}
.entry-content p.has-drop-cap:before,
.home-text p.has-drop-cap:before,
.taxonomy-description p.has-drop-cap:before {
    display: none;
}
.entry-content p.has-drop-cap:first-letter,
.home-text p.has-drop-cap:first-letter,
.taxonomy-description p.has-drop-cap:first-letter {
    float: left;
    font-size: 4em;
    font-weight: 700;
    margin: 0.05em 0.1em 0 0;
    text-transform: uppercase;
    font-style: normal;
}
@media (max-width: 767px) {
    .entry-content .wp-block-media-text,
    .home-text .wp-block-media-text,
    .taxonomy-description .wp-block-media-text {
        grid-template-areas: "media-text-media" "media-text-content";
        grid-template-columns: 100% !important;
    }
}
.entry-content ol:not([class]),
.entry-content ul:not([class]),
.home-text ol:not([class]),
.home-text ul:not([class]),
.taxonomy-description ol:not([class]),
.taxonomy-description ul:not([class]) {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 1.5em;
    margin-bottom: 2em;
}
.entry-content ol:not([class]) li,
.entry-content ul:not([class]) li,
.home-text ol:not([class]) li,
.home-text ul:not([class]) li,
.taxonomy-description ol:not([class]) li,
.taxonomy-description ul:not([class]) li {
    margin-top: 0.7em;
    margin-bottom: 0.7em;
}
.entry-content ol:not([class]) ol:not([class]),
.entry-content ol:not([class]) ul:not([class]),
.entry-content ul:not([class]) ol:not([class]),
.entry-content ul:not([class]) ul:not([class]),
.home-text ol:not([class]) ol:not([class]),
.home-text ol:not([class]) ul:not([class]),
.home-text ul:not([class]) ol:not([class]),
.home-text ul:not([class]) ul:not([class]),
.taxonomy-description ol:not([class]) ol:not([class]),
.taxonomy-description ol:not([class]) ul:not([class]),
.taxonomy-description ul:not([class]) ol:not([class]),
.taxonomy-description ul:not([class]) ul:not([class]) {
    margin-top: 0;
    margin-bottom: 2em;
}
.entry-content ul:not([class]) > li,
.home-text ul:not([class]) > li,
.taxonomy-description ul:not([class]) > li {
    padding-left: 2em;
}
.entry-content ul:not([class]) > li:before,
.home-text ul:not([class]) > li:before,
.taxonomy-description ul:not([class]) > li:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #343c55;
    margin-right: 1.4em;
}
.entry-content ol:not([class]),
.home-text ol:not([class]),
.taxonomy-description ol:not([class]) {
    counter-reset: section;
}
.entry-content ol:not([class]) > li:before,
.home-text ol:not([class]) > li:before,
.taxonomy-description ol:not([class]) > li:before {
    counter-increment: section;
    content: counter(section) ".";
    display: inline-block;
    font-weight: 700;
    color: #343c55;
    margin-right: 1.4em;
}
.entry-content ol:not([class]) > li > ol > li,
.home-text ol:not([class]) > li > ol > li,
.taxonomy-description ol:not([class]) > li > ol > li {
    padding-left: 2.3em;
}
.entry-content ol:not([class]) > li > ol > li:before,
.home-text ol:not([class]) > li > ol > li:before,
.taxonomy-description ol:not([class]) > li > ol > li:before {
    counter-increment: section;
    content: counters(section, ".") ".";
}
.entry-content ol:not([class]) > li > ol > li > ol > li,
.home-text ol:not([class]) > li > ol > li > ol > li,
.taxonomy-description ol:not([class]) > li > ol > li > ol > li {
    padding-left: 3.2em;
}
.entry-content ol[start="1"],
.home-text ol[start="1"],
.taxonomy-description ol[start="1"] {
    counter-reset: section 0;
}
.entry-content ol li[value="1"],
.home-text ol li[value="1"],
.taxonomy-description ol li[value="1"] {
    counter-reset: section 0;
}
.entry-content ol[start="2"],
.home-text ol[start="2"],
.taxonomy-description ol[start="2"] {
    counter-reset: section 1;
}
.entry-content ol li[value="2"],
.home-text ol li[value="2"],
.taxonomy-description ol li[value="2"] {
    counter-reset: section 1;
}
.entry-content ol[start="3"],
.home-text ol[start="3"],
.taxonomy-description ol[start="3"] {
    counter-reset: section 2;
}
.entry-content ol li[value="3"],
.home-text ol li[value="3"],
.taxonomy-description ol li[value="3"] {
    counter-reset: section 2;
}
.entry-content ol[start="4"],
.home-text ol[start="4"],
.taxonomy-description ol[start="4"] {
    counter-reset: section 3;
}
.entry-content ol li[value="4"],
.home-text ol li[value="4"],
.taxonomy-description ol li[value="4"] {
    counter-reset: section 3;
}
.entry-content ol[start="5"],
.home-text ol[start="5"],
.taxonomy-description ol[start="5"] {
    counter-reset: section 4;
}
.entry-content ol li[value="5"],
.home-text ol li[value="5"],
.taxonomy-description ol li[value="5"] {
    counter-reset: section 4;
}
.entry-content ol[start="6"],
.home-text ol[start="6"],
.taxonomy-description ol[start="6"] {
    counter-reset: section 5;
}
.entry-content ol li[value="6"],
.home-text ol li[value="6"],
.taxonomy-description ol li[value="6"] {
    counter-reset: section 5;
}
.entry-content ol[start="7"],
.home-text ol[start="7"],
.taxonomy-description ol[start="7"] {
    counter-reset: section 6;
}
.entry-content ol li[value="7"],
.home-text ol li[value="7"],
.taxonomy-description ol li[value="7"] {
    counter-reset: section 6;
}
.entry-content ol[start="8"],
.home-text ol[start="8"],
.taxonomy-description ol[start="8"] {
    counter-reset: section 7;
}
.entry-content ol li[value="8"],
.home-text ol li[value="8"],
.taxonomy-description ol li[value="8"] {
    counter-reset: section 7;
}
.entry-content ol[start="9"],
.home-text ol[start="9"],
.taxonomy-description ol[start="9"] {
    counter-reset: section 8;
}
.entry-content ol li[value="9"],
.home-text ol li[value="9"],
.taxonomy-description ol li[value="9"] {
    counter-reset: section 8;
}
.entry-content ol[start="10"],
.home-text ol[start="10"],
.taxonomy-description ol[start="10"] {
    counter-reset: section 9;
}
.entry-content ol li[value="10"],
.home-text ol li[value="10"],
.taxonomy-description ol li[value="10"] {
    counter-reset: section 9;
}
.entry-content ol[start="11"],
.home-text ol[start="11"],
.taxonomy-description ol[start="11"] {
    counter-reset: section 10;
}
.entry-content ol li[value="11"],
.home-text ol li[value="11"],
.taxonomy-description ol li[value="11"] {
    counter-reset: section 10;
}
.entry-content ol[start="12"],
.home-text ol[start="12"],
.taxonomy-description ol[start="12"] {
    counter-reset: section 11;
}
.entry-content ol li[value="12"],
.home-text ol li[value="12"],
.taxonomy-description ol li[value="12"] {
    counter-reset: section 11;
}
.entry-content ol[start="13"],
.home-text ol[start="13"],
.taxonomy-description ol[start="13"] {
    counter-reset: section 12;
}
.entry-content ol li[value="13"],
.home-text ol li[value="13"],
.taxonomy-description ol li[value="13"] {
    counter-reset: section 12;
}
.entry-content ol[start="14"],
.home-text ol[start="14"],
.taxonomy-description ol[start="14"] {
    counter-reset: section 13;
}
.entry-content ol li[value="14"],
.home-text ol li[value="14"],
.taxonomy-description ol li[value="14"] {
    counter-reset: section 13;
}
.entry-content ol[start="15"],
.home-text ol[start="15"],
.taxonomy-description ol[start="15"] {
    counter-reset: section 14;
}
.entry-content ol li[value="15"],
.home-text ol li[value="15"],
.taxonomy-description ol li[value="15"] {
    counter-reset: section 14;
}
.entry-content ol[start="16"],
.home-text ol[start="16"],
.taxonomy-description ol[start="16"] {
    counter-reset: section 15;
}
.entry-content ol li[value="16"],
.home-text ol li[value="16"],
.taxonomy-description ol li[value="16"] {
    counter-reset: section 15;
}
.entry-content ol[start="17"],
.home-text ol[start="17"],
.taxonomy-description ol[start="17"] {
    counter-reset: section 16;
}
.entry-content ol li[value="17"],
.home-text ol li[value="17"],
.taxonomy-description ol li[value="17"] {
    counter-reset: section 16;
}
.entry-content ol[start="18"],
.home-text ol[start="18"],
.taxonomy-description ol[start="18"] {
    counter-reset: section 17;
}
.entry-content ol li[value="18"],
.home-text ol li[value="18"],
.taxonomy-description ol li[value="18"] {
    counter-reset: section 17;
}
.entry-content ol[start="19"],
.home-text ol[start="19"],
.taxonomy-description ol[start="19"] {
    counter-reset: section 18;
}
.entry-content ol li[value="19"],
.home-text ol li[value="19"],
.taxonomy-description ol li[value="19"] {
    counter-reset: section 18;
}
.entry-content ol[start="20"],
.home-text ol[start="20"],
.taxonomy-description ol[start="20"] {
    counter-reset: section 19;
}
.entry-content ol li[value="20"],
.home-text ol li[value="20"],
.taxonomy-description ol li[value="20"] {
    counter-reset: section 19;
}
.entry-content ol[start="21"],
.home-text ol[start="21"],
.taxonomy-description ol[start="21"] {
    counter-reset: section 20;
}
.entry-content ol li[value="21"],
.home-text ol li[value="21"],
.taxonomy-description ol li[value="21"] {
    counter-reset: section 20;
}
.entry-content ol[start="22"],
.home-text ol[start="22"],
.taxonomy-description ol[start="22"] {
    counter-reset: section 21;
}
.entry-content ol li[value="22"],
.home-text ol li[value="22"],
.taxonomy-description ol li[value="22"] {
    counter-reset: section 21;
}
.entry-content ol[start="23"],
.home-text ol[start="23"],
.taxonomy-description ol[start="23"] {
    counter-reset: section 22;
}
.entry-content ol li[value="23"],
.home-text ol li[value="23"],
.taxonomy-description ol li[value="23"] {
    counter-reset: section 22;
}
.entry-content ol[start="24"],
.home-text ol[start="24"],
.taxonomy-description ol[start="24"] {
    counter-reset: section 23;
}
.entry-content ol li[value="24"],
.home-text ol li[value="24"],
.taxonomy-description ol li[value="24"] {
    counter-reset: section 23;
}
.entry-content ol[start="25"],
.home-text ol[start="25"],
.taxonomy-description ol[start="25"] {
    counter-reset: section 24;
}
.entry-content ol li[value="25"],
.home-text ol li[value="25"],
.taxonomy-description ol li[value="25"] {
    counter-reset: section 24;
}
.entry-content ol[start="26"],
.home-text ol[start="26"],
.taxonomy-description ol[start="26"] {
    counter-reset: section 25;
}
.entry-content ol li[value="26"],
.home-text ol li[value="26"],
.taxonomy-description ol li[value="26"] {
    counter-reset: section 25;
}
.entry-content ol[start="27"],
.home-text ol[start="27"],
.taxonomy-description ol[start="27"] {
    counter-reset: section 26;
}
.entry-content ol li[value="27"],
.home-text ol li[value="27"],
.taxonomy-description ol li[value="27"] {
    counter-reset: section 26;
}
.entry-content ol[start="28"],
.home-text ol[start="28"],
.taxonomy-description ol[start="28"] {
    counter-reset: section 27;
}
.entry-content ol li[value="28"],
.home-text ol li[value="28"],
.taxonomy-description ol li[value="28"] {
    counter-reset: section 27;
}
.entry-content ol[start="29"],
.home-text ol[start="29"],
.taxonomy-description ol[start="29"] {
    counter-reset: section 28;
}
.entry-content ol li[value="29"],
.home-text ol li[value="29"],
.taxonomy-description ol li[value="29"] {
    counter-reset: section 28;
}
.entry-content ol[start="30"],
.home-text ol[start="30"],
.taxonomy-description ol[start="30"] {
    counter-reset: section 29;
}
.entry-content ol li[value="30"],
.home-text ol li[value="30"],
.taxonomy-description ol li[value="30"] {
    counter-reset: section 29;
}
.entry-content ol[start="31"],
.home-text ol[start="31"],
.taxonomy-description ol[start="31"] {
    counter-reset: section 30;
}
.entry-content ol li[value="31"],
.home-text ol li[value="31"],
.taxonomy-description ol li[value="31"] {
    counter-reset: section 30;
}
.entry-content ol[start="32"],
.home-text ol[start="32"],
.taxonomy-description ol[start="32"] {
    counter-reset: section 31;
}
.entry-content ol li[value="32"],
.home-text ol li[value="32"],
.taxonomy-description ol li[value="32"] {
    counter-reset: section 31;
}
.entry-content ol[start="33"],
.home-text ol[start="33"],
.taxonomy-description ol[start="33"] {
    counter-reset: section 32;
}
.entry-content ol li[value="33"],
.home-text ol li[value="33"],
.taxonomy-description ol li[value="33"] {
    counter-reset: section 32;
}
.entry-content ol[start="34"],
.home-text ol[start="34"],
.taxonomy-description ol[start="34"] {
    counter-reset: section 33;
}
.entry-content ol li[value="34"],
.home-text ol li[value="34"],
.taxonomy-description ol li[value="34"] {
    counter-reset: section 33;
}
.entry-content ol[start="35"],
.home-text ol[start="35"],
.taxonomy-description ol[start="35"] {
    counter-reset: section 34;
}
.entry-content ol li[value="35"],
.home-text ol li[value="35"],
.taxonomy-description ol li[value="35"] {
    counter-reset: section 34;
}
.entry-content ol[start="36"],
.home-text ol[start="36"],
.taxonomy-description ol[start="36"] {
    counter-reset: section 35;
}
.entry-content ol li[value="36"],
.home-text ol li[value="36"],
.taxonomy-description ol li[value="36"] {
    counter-reset: section 35;
}
.entry-content ol[start="37"],
.home-text ol[start="37"],
.taxonomy-description ol[start="37"] {
    counter-reset: section 36;
}
.entry-content ol li[value="37"],
.home-text ol li[value="37"],
.taxonomy-description ol li[value="37"] {
    counter-reset: section 36;
}
.entry-content ol[start="38"],
.home-text ol[start="38"],
.taxonomy-description ol[start="38"] {
    counter-reset: section 37;
}
.entry-content ol li[value="38"],
.home-text ol li[value="38"],
.taxonomy-description ol li[value="38"] {
    counter-reset: section 37;
}
.entry-content ol[start="39"],
.home-text ol[start="39"],
.taxonomy-description ol[start="39"] {
    counter-reset: section 38;
}
.entry-content ol li[value="39"],
.home-text ol li[value="39"],
.taxonomy-description ol li[value="39"] {
    counter-reset: section 38;
}
.entry-content ol[start="40"],
.home-text ol[start="40"],
.taxonomy-description ol[start="40"] {
    counter-reset: section 39;
}
.entry-content ol li[value="40"],
.home-text ol li[value="40"],
.taxonomy-description ol li[value="40"] {
    counter-reset: section 39;
}
.entry-content ol[start="41"],
.home-text ol[start="41"],
.taxonomy-description ol[start="41"] {
    counter-reset: section 40;
}
.entry-content ol li[value="41"],
.home-text ol li[value="41"],
.taxonomy-description ol li[value="41"] {
    counter-reset: section 40;
}
.entry-content ol[start="42"],
.home-text ol[start="42"],
.taxonomy-description ol[start="42"] {
    counter-reset: section 41;
}
.entry-content ol li[value="42"],
.home-text ol li[value="42"],
.taxonomy-description ol li[value="42"] {
    counter-reset: section 41;
}
.entry-content ol[start="43"],
.home-text ol[start="43"],
.taxonomy-description ol[start="43"] {
    counter-reset: section 42;
}
.entry-content ol li[value="43"],
.home-text ol li[value="43"],
.taxonomy-description ol li[value="43"] {
    counter-reset: section 42;
}
.entry-content ol[start="44"],
.home-text ol[start="44"],
.taxonomy-description ol[start="44"] {
    counter-reset: section 43;
}
.entry-content ol li[value="44"],
.home-text ol li[value="44"],
.taxonomy-description ol li[value="44"] {
    counter-reset: section 43;
}
.entry-content ol[start="45"],
.home-text ol[start="45"],
.taxonomy-description ol[start="45"] {
    counter-reset: section 44;
}
.entry-content ol li[value="45"],
.home-text ol li[value="45"],
.taxonomy-description ol li[value="45"] {
    counter-reset: section 44;
}
.entry-content ol[start="46"],
.home-text ol[start="46"],
.taxonomy-description ol[start="46"] {
    counter-reset: section 45;
}
.entry-content ol li[value="46"],
.home-text ol li[value="46"],
.taxonomy-description ol li[value="46"] {
    counter-reset: section 45;
}
.entry-content ol[start="47"],
.home-text ol[start="47"],
.taxonomy-description ol[start="47"] {
    counter-reset: section 46;
}
.entry-content ol li[value="47"],
.home-text ol li[value="47"],
.taxonomy-description ol li[value="47"] {
    counter-reset: section 46;
}
.entry-content ol[start="48"],
.home-text ol[start="48"],
.taxonomy-description ol[start="48"] {
    counter-reset: section 47;
}
.entry-content ol li[value="48"],
.home-text ol li[value="48"],
.taxonomy-description ol li[value="48"] {
    counter-reset: section 47;
}
.entry-content ol[start="49"],
.home-text ol[start="49"],
.taxonomy-description ol[start="49"] {
    counter-reset: section 48;
}
.entry-content ol li[value="49"],
.home-text ol li[value="49"],
.taxonomy-description ol li[value="49"] {
    counter-reset: section 48;
}
.entry-content ol[start="50"],
.home-text ol[start="50"],
.taxonomy-description ol[start="50"] {
    counter-reset: section 49;
}
.entry-content ol li[value="50"],
.home-text ol li[value="50"],
.taxonomy-description ol li[value="50"] {
    counter-reset: section 49;
}
.entry-content ol[start="51"],
.home-text ol[start="51"],
.taxonomy-description ol[start="51"] {
    counter-reset: section 50;
}
.entry-content ol li[value="51"],
.home-text ol li[value="51"],
.taxonomy-description ol li[value="51"] {
    counter-reset: section 50;
}
.entry-content ol[start="52"],
.home-text ol[start="52"],
.taxonomy-description ol[start="52"] {
    counter-reset: section 51;
}
.entry-content ol li[value="52"],
.home-text ol li[value="52"],
.taxonomy-description ol li[value="52"] {
    counter-reset: section 51;
}
.entry-content ol[start="53"],
.home-text ol[start="53"],
.taxonomy-description ol[start="53"] {
    counter-reset: section 52;
}
.entry-content ol li[value="53"],
.home-text ol li[value="53"],
.taxonomy-description ol li[value="53"] {
    counter-reset: section 52;
}
.entry-content ol[start="54"],
.home-text ol[start="54"],
.taxonomy-description ol[start="54"] {
    counter-reset: section 53;
}
.entry-content ol li[value="54"],
.home-text ol li[value="54"],
.taxonomy-description ol li[value="54"] {
    counter-reset: section 53;
}
.entry-content ol[start="55"],
.home-text ol[start="55"],
.taxonomy-description ol[start="55"] {
    counter-reset: section 54;
}
.entry-content ol li[value="55"],
.home-text ol li[value="55"],
.taxonomy-description ol li[value="55"] {
    counter-reset: section 54;
}
.entry-content ol[start="56"],
.home-text ol[start="56"],
.taxonomy-description ol[start="56"] {
    counter-reset: section 55;
}
.entry-content ol li[value="56"],
.home-text ol li[value="56"],
.taxonomy-description ol li[value="56"] {
    counter-reset: section 55;
}
.entry-content ol[start="57"],
.home-text ol[start="57"],
.taxonomy-description ol[start="57"] {
    counter-reset: section 56;
}
.entry-content ol li[value="57"],
.home-text ol li[value="57"],
.taxonomy-description ol li[value="57"] {
    counter-reset: section 56;
}
.entry-content ol[start="58"],
.home-text ol[start="58"],
.taxonomy-description ol[start="58"] {
    counter-reset: section 57;
}
.entry-content ol li[value="58"],
.home-text ol li[value="58"],
.taxonomy-description ol li[value="58"] {
    counter-reset: section 57;
}
.entry-content ol[start="59"],
.home-text ol[start="59"],
.taxonomy-description ol[start="59"] {
    counter-reset: section 58;
}
.entry-content ol li[value="59"],
.home-text ol li[value="59"],
.taxonomy-description ol li[value="59"] {
    counter-reset: section 58;
}
.entry-content ol[start="60"],
.home-text ol[start="60"],
.taxonomy-description ol[start="60"] {
    counter-reset: section 59;
}
.entry-content ol li[value="60"],
.home-text ol li[value="60"],
.taxonomy-description ol li[value="60"] {
    counter-reset: section 59;
}
.entry-content ol[start="61"],
.home-text ol[start="61"],
.taxonomy-description ol[start="61"] {
    counter-reset: section 60;
}
.entry-content ol li[value="61"],
.home-text ol li[value="61"],
.taxonomy-description ol li[value="61"] {
    counter-reset: section 60;
}
.entry-content ol[start="62"],
.home-text ol[start="62"],
.taxonomy-description ol[start="62"] {
    counter-reset: section 61;
}
.entry-content ol li[value="62"],
.home-text ol li[value="62"],
.taxonomy-description ol li[value="62"] {
    counter-reset: section 61;
}
.entry-content ol[start="63"],
.home-text ol[start="63"],
.taxonomy-description ol[start="63"] {
    counter-reset: section 62;
}
.entry-content ol li[value="63"],
.home-text ol li[value="63"],
.taxonomy-description ol li[value="63"] {
    counter-reset: section 62;
}
.entry-content ol[start="64"],
.home-text ol[start="64"],
.taxonomy-description ol[start="64"] {
    counter-reset: section 63;
}
.entry-content ol li[value="64"],
.home-text ol li[value="64"],
.taxonomy-description ol li[value="64"] {
    counter-reset: section 63;
}
.entry-content ol[start="65"],
.home-text ol[start="65"],
.taxonomy-description ol[start="65"] {
    counter-reset: section 64;
}
.entry-content ol li[value="65"],
.home-text ol li[value="65"],
.taxonomy-description ol li[value="65"] {
    counter-reset: section 64;
}
.entry-content ol[start="66"],
.home-text ol[start="66"],
.taxonomy-description ol[start="66"] {
    counter-reset: section 65;
}
.entry-content ol li[value="66"],
.home-text ol li[value="66"],
.taxonomy-description ol li[value="66"] {
    counter-reset: section 65;
}
.entry-content ol[start="67"],
.home-text ol[start="67"],
.taxonomy-description ol[start="67"] {
    counter-reset: section 66;
}
.entry-content ol li[value="67"],
.home-text ol li[value="67"],
.taxonomy-description ol li[value="67"] {
    counter-reset: section 66;
}
.entry-content ol[start="68"],
.home-text ol[start="68"],
.taxonomy-description ol[start="68"] {
    counter-reset: section 67;
}
.entry-content ol li[value="68"],
.home-text ol li[value="68"],
.taxonomy-description ol li[value="68"] {
    counter-reset: section 67;
}
.entry-content ol[start="69"],
.home-text ol[start="69"],
.taxonomy-description ol[start="69"] {
    counter-reset: section 68;
}
.entry-content ol li[value="69"],
.home-text ol li[value="69"],
.taxonomy-description ol li[value="69"] {
    counter-reset: section 68;
}
.entry-content ol[start="70"],
.home-text ol[start="70"],
.taxonomy-description ol[start="70"] {
    counter-reset: section 69;
}
.entry-content ol li[value="70"],
.home-text ol li[value="70"],
.taxonomy-description ol li[value="70"] {
    counter-reset: section 69;
}
.entry-content ol[start="71"],
.home-text ol[start="71"],
.taxonomy-description ol[start="71"] {
    counter-reset: section 70;
}
.entry-content ol li[value="71"],
.home-text ol li[value="71"],
.taxonomy-description ol li[value="71"] {
    counter-reset: section 70;
}
.entry-content ol[start="72"],
.home-text ol[start="72"],
.taxonomy-description ol[start="72"] {
    counter-reset: section 71;
}
.entry-content ol li[value="72"],
.home-text ol li[value="72"],
.taxonomy-description ol li[value="72"] {
    counter-reset: section 71;
}
.entry-content ol[start="73"],
.home-text ol[start="73"],
.taxonomy-description ol[start="73"] {
    counter-reset: section 72;
}
.entry-content ol li[value="73"],
.home-text ol li[value="73"],
.taxonomy-description ol li[value="73"] {
    counter-reset: section 72;
}
.entry-content ol[start="74"],
.home-text ol[start="74"],
.taxonomy-description ol[start="74"] {
    counter-reset: section 73;
}
.entry-content ol li[value="74"],
.home-text ol li[value="74"],
.taxonomy-description ol li[value="74"] {
    counter-reset: section 73;
}
.entry-content ol[start="75"],
.home-text ol[start="75"],
.taxonomy-description ol[start="75"] {
    counter-reset: section 74;
}
.entry-content ol li[value="75"],
.home-text ol li[value="75"],
.taxonomy-description ol li[value="75"] {
    counter-reset: section 74;
}
.entry-content ol[start="76"],
.home-text ol[start="76"],
.taxonomy-description ol[start="76"] {
    counter-reset: section 75;
}
.entry-content ol li[value="76"],
.home-text ol li[value="76"],
.taxonomy-description ol li[value="76"] {
    counter-reset: section 75;
}
.entry-content ol[start="77"],
.home-text ol[start="77"],
.taxonomy-description ol[start="77"] {
    counter-reset: section 76;
}
.entry-content ol li[value="77"],
.home-text ol li[value="77"],
.taxonomy-description ol li[value="77"] {
    counter-reset: section 76;
}
.entry-content ol[start="78"],
.home-text ol[start="78"],
.taxonomy-description ol[start="78"] {
    counter-reset: section 77;
}
.entry-content ol li[value="78"],
.home-text ol li[value="78"],
.taxonomy-description ol li[value="78"] {
    counter-reset: section 77;
}
.entry-content ol[start="79"],
.home-text ol[start="79"],
.taxonomy-description ol[start="79"] {
    counter-reset: section 78;
}
.entry-content ol li[value="79"],
.home-text ol li[value="79"],
.taxonomy-description ol li[value="79"] {
    counter-reset: section 78;
}
.entry-content ol[start="80"],
.home-text ol[start="80"],
.taxonomy-description ol[start="80"] {
    counter-reset: section 79;
}
.entry-content ol li[value="80"],
.home-text ol li[value="80"],
.taxonomy-description ol li[value="80"] {
    counter-reset: section 79;
}
.entry-content ol[start="81"],
.home-text ol[start="81"],
.taxonomy-description ol[start="81"] {
    counter-reset: section 80;
}
.entry-content ol li[value="81"],
.home-text ol li[value="81"],
.taxonomy-description ol li[value="81"] {
    counter-reset: section 80;
}
.entry-content ol[start="82"],
.home-text ol[start="82"],
.taxonomy-description ol[start="82"] {
    counter-reset: section 81;
}
.entry-content ol li[value="82"],
.home-text ol li[value="82"],
.taxonomy-description ol li[value="82"] {
    counter-reset: section 81;
}
.entry-content ol[start="83"],
.home-text ol[start="83"],
.taxonomy-description ol[start="83"] {
    counter-reset: section 82;
}
.entry-content ol li[value="83"],
.home-text ol li[value="83"],
.taxonomy-description ol li[value="83"] {
    counter-reset: section 82;
}
.entry-content ol[start="84"],
.home-text ol[start="84"],
.taxonomy-description ol[start="84"] {
    counter-reset: section 83;
}
.entry-content ol li[value="84"],
.home-text ol li[value="84"],
.taxonomy-description ol li[value="84"] {
    counter-reset: section 83;
}
.entry-content ol[start="85"],
.home-text ol[start="85"],
.taxonomy-description ol[start="85"] {
    counter-reset: section 84;
}
.entry-content ol li[value="85"],
.home-text ol li[value="85"],
.taxonomy-description ol li[value="85"] {
    counter-reset: section 84;
}
.entry-content ol[start="86"],
.home-text ol[start="86"],
.taxonomy-description ol[start="86"] {
    counter-reset: section 85;
}
.entry-content ol li[value="86"],
.home-text ol li[value="86"],
.taxonomy-description ol li[value="86"] {
    counter-reset: section 85;
}
.entry-content ol[start="87"],
.home-text ol[start="87"],
.taxonomy-description ol[start="87"] {
    counter-reset: section 86;
}
.entry-content ol li[value="87"],
.home-text ol li[value="87"],
.taxonomy-description ol li[value="87"] {
    counter-reset: section 86;
}
.entry-content ol[start="88"],
.home-text ol[start="88"],
.taxonomy-description ol[start="88"] {
    counter-reset: section 87;
}
.entry-content ol li[value="88"],
.home-text ol li[value="88"],
.taxonomy-description ol li[value="88"] {
    counter-reset: section 87;
}
.entry-content ol[start="89"],
.home-text ol[start="89"],
.taxonomy-description ol[start="89"] {
    counter-reset: section 88;
}
.entry-content ol li[value="89"],
.home-text ol li[value="89"],
.taxonomy-description ol li[value="89"] {
    counter-reset: section 88;
}
.entry-content ol[start="90"],
.home-text ol[start="90"],
.taxonomy-description ol[start="90"] {
    counter-reset: section 89;
}
.entry-content ol li[value="90"],
.home-text ol li[value="90"],
.taxonomy-description ol li[value="90"] {
    counter-reset: section 89;
}
.entry-content ol[start="91"],
.home-text ol[start="91"],
.taxonomy-description ol[start="91"] {
    counter-reset: section 90;
}
.entry-content ol li[value="91"],
.home-text ol li[value="91"],
.taxonomy-description ol li[value="91"] {
    counter-reset: section 90;
}
.entry-content ol[start="92"],
.home-text ol[start="92"],
.taxonomy-description ol[start="92"] {
    counter-reset: section 91;
}
.entry-content ol li[value="92"],
.home-text ol li[value="92"],
.taxonomy-description ol li[value="92"] {
    counter-reset: section 91;
}
.entry-content ol[start="93"],
.home-text ol[start="93"],
.taxonomy-description ol[start="93"] {
    counter-reset: section 92;
}
.entry-content ol li[value="93"],
.home-text ol li[value="93"],
.taxonomy-description ol li[value="93"] {
    counter-reset: section 92;
}
.entry-content ol[start="94"],
.home-text ol[start="94"],
.taxonomy-description ol[start="94"] {
    counter-reset: section 93;
}
.entry-content ol li[value="94"],
.home-text ol li[value="94"],
.taxonomy-description ol li[value="94"] {
    counter-reset: section 93;
}
.entry-content ol[start="95"],
.home-text ol[start="95"],
.taxonomy-description ol[start="95"] {
    counter-reset: section 94;
}
.entry-content ol li[value="95"],
.home-text ol li[value="95"],
.taxonomy-description ol li[value="95"] {
    counter-reset: section 94;
}
.entry-content ol[start="96"],
.home-text ol[start="96"],
.taxonomy-description ol[start="96"] {
    counter-reset: section 95;
}
.entry-content ol li[value="96"],
.home-text ol li[value="96"],
.taxonomy-description ol li[value="96"] {
    counter-reset: section 95;
}
.entry-content ol[start="97"],
.home-text ol[start="97"],
.taxonomy-description ol[start="97"] {
    counter-reset: section 96;
}
.entry-content ol li[value="97"],
.home-text ol li[value="97"],
.taxonomy-description ol li[value="97"] {
    counter-reset: section 96;
}
.entry-content ol[start="98"],
.home-text ol[start="98"],
.taxonomy-description ol[start="98"] {
    counter-reset: section 97;
}
.entry-content ol li[value="98"],
.home-text ol li[value="98"],
.taxonomy-description ol li[value="98"] {
    counter-reset: section 97;
}
.entry-content ol[start="99"],
.home-text ol[start="99"],
.taxonomy-description ol[start="99"] {
    counter-reset: section 98;
}
.entry-content ol li[value="99"],
.home-text ol li[value="99"],
.taxonomy-description ol li[value="99"] {
    counter-reset: section 98;
}
.entry-content ol[start="100"],
.home-text ol[start="100"],
.taxonomy-description ol[start="100"] {
    counter-reset: section 99;
}
.entry-content ol li[value="100"],
.home-text ol li[value="100"],
.taxonomy-description ol li[value="100"] {
    counter-reset: section 99;
}
.entry-content table,
.home-text table,
.taxonomy-description table {
    width: 100%;
    margin: 1.5em 0;
    border: 1px solid #dee2e6;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 0.9em;
}
.entry-content table td,
.entry-content table th,
.home-text table td,
.home-text table th,
.taxonomy-description table td,
.taxonomy-description table th {
    border: 1px solid #dee2e6;
    padding: 0.5em;
}
.entry-content table th,
.home-text table th,
.taxonomy-description table th {
    text-align: left;
    background: #e9ecef;
}
.entry-content blockquote,
.home-text blockquote,
.taxonomy-description blockquote {
    position: relative;
    margin: 2em 0;
    background: #f3f3f3;
    padding: 20px 20px;
    border-left: 3px solid #343c55 !important;
}
.entry-content blockquote p,
.home-text blockquote p,
.taxonomy-description blockquote p {
    margin: 0.75em 0;
}
.entry-content blockquote cite,
.home-text blockquote cite,
.taxonomy-description blockquote cite {
    display: block;
    margin-top: 1em;
    font-size: 0.9em;
}
.entry-content blockquote.wp-block-quote,
.home-text blockquote.wp-block-quote,
.taxonomy-description blockquote.wp-block-quote {
    border: none !important;
}
.entry-content blockquote.wp-block-quote.is-large,
.entry-content blockquote.wp-block-quote.is-style-large,
.home-text blockquote.wp-block-quote.is-large,
.home-text blockquote.wp-block-quote.is-style-large,
.taxonomy-description blockquote.wp-block-quote.is-large,
.taxonomy-description blockquote.wp-block-quote.is-style-large {
    margin: 2em 0;
    padding: 20px 40px;
    text-align: center;
}
.entry-content blockquote.wp-block-quote.is-large p,
.entry-content blockquote.wp-block-quote.is-style-large p,
.home-text blockquote.wp-block-quote.is-large p,
.home-text blockquote.wp-block-quote.is-style-large p,
.taxonomy-description blockquote.wp-block-quote.is-large p,
.taxonomy-description blockquote.wp-block-quote.is-style-large p {
    font-style: normal;
}
.entry-content blockquote.check,
.entry-content blockquote.danger,
.entry-content blockquote.info,
.entry-content blockquote.is-style-check,
.entry-content blockquote.is-style-danger,
.entry-content blockquote.is-style-info,
.entry-content blockquote.is-style-question,
.entry-content blockquote.is-style-quote,
.entry-content blockquote.is-style-thumbs-down,
.entry-content blockquote.is-style-thumbs-up,
.entry-content blockquote.is-style-warning,
.entry-content blockquote.question,
.entry-content blockquote.quote,
.entry-content blockquote.thumbs-down,
.entry-content blockquote.thumbs-up,
.entry-content blockquote.warning,
.home-text blockquote.check,
.home-text blockquote.danger,
.home-text blockquote.info,
.home-text blockquote.is-style-check,
.home-text blockquote.is-style-danger,
.home-text blockquote.is-style-info,
.home-text blockquote.is-style-question,
.home-text blockquote.is-style-quote,
.home-text blockquote.is-style-thumbs-down,
.home-text blockquote.is-style-thumbs-up,
.home-text blockquote.is-style-warning,
.home-text blockquote.question,
.home-text blockquote.quote,
.home-text blockquote.thumbs-down,
.home-text blockquote.thumbs-up,
.home-text blockquote.warning,
.taxonomy-description blockquote.check,
.taxonomy-description blockquote.danger,
.taxonomy-description blockquote.info,
.taxonomy-description blockquote.is-style-check,
.taxonomy-description blockquote.is-style-danger,
.taxonomy-description blockquote.is-style-info,
.taxonomy-description blockquote.is-style-question,
.taxonomy-description blockquote.is-style-quote,
.taxonomy-description blockquote.is-style-thumbs-down,
.taxonomy-description blockquote.is-style-thumbs-up,
.taxonomy-description blockquote.is-style-warning,
.taxonomy-description blockquote.question,
.taxonomy-description blockquote.quote,
.taxonomy-description blockquote.thumbs-down,
.taxonomy-description blockquote.thumbs-up,
.taxonomy-description blockquote.warning {
    padding: 20px 20px 20px 65px !important;
    border-left: none !important;
}
@media (min-width: 768px) {
    .entry-content blockquote.check,
    .entry-content blockquote.danger,
    .entry-content blockquote.info,
    .entry-content blockquote.is-style-check,
    .entry-content blockquote.is-style-danger,
    .entry-content blockquote.is-style-info,
    .entry-content blockquote.is-style-question,
    .entry-content blockquote.is-style-quote,
    .entry-content blockquote.is-style-thumbs-down,
    .entry-content blockquote.is-style-thumbs-up,
    .entry-content blockquote.is-style-warning,
    .entry-content blockquote.question,
    .entry-content blockquote.quote,
    .entry-content blockquote.thumbs-down,
    .entry-content blockquote.thumbs-up,
    .entry-content blockquote.warning,
    .home-text blockquote.check,
    .home-text blockquote.danger,
    .home-text blockquote.info,
    .home-text blockquote.is-style-check,
    .home-text blockquote.is-style-danger,
    .home-text blockquote.is-style-info,
    .home-text blockquote.is-style-question,
    .home-text blockquote.is-style-quote,
    .home-text blockquote.is-style-thumbs-down,
    .home-text blockquote.is-style-thumbs-up,
    .home-text blockquote.is-style-warning,
    .home-text blockquote.question,
    .home-text blockquote.quote,
    .home-text blockquote.thumbs-down,
    .home-text blockquote.thumbs-up,
    .home-text blockquote.warning,
    .taxonomy-description blockquote.check,
    .taxonomy-description blockquote.danger,
    .taxonomy-description blockquote.info,
    .taxonomy-description blockquote.is-style-check,
    .taxonomy-description blockquote.is-style-danger,
    .taxonomy-description blockquote.is-style-info,
    .taxonomy-description blockquote.is-style-question,
    .taxonomy-description blockquote.is-style-quote,
    .taxonomy-description blockquote.is-style-thumbs-down,
    .taxonomy-description blockquote.is-style-thumbs-up,
    .taxonomy-description blockquote.is-style-warning,
    .taxonomy-description blockquote.question,
    .taxonomy-description blockquote.quote,
    .taxonomy-description blockquote.thumbs-down,
    .taxonomy-description blockquote.thumbs-up,
    .taxonomy-description blockquote.warning {
        padding: 20px 30px 20px 70px;
    }
}
.entry-content blockquote.check:before,
.entry-content blockquote.danger:before,
.entry-content blockquote.info:before,
.entry-content blockquote.is-style-check:before,
.entry-content blockquote.is-style-danger:before,
.entry-content blockquote.is-style-info:before,
.entry-content blockquote.is-style-question:before,
.entry-content blockquote.is-style-quote:before,
.entry-content blockquote.is-style-thumbs-down:before,
.entry-content blockquote.is-style-thumbs-up:before,
.entry-content blockquote.is-style-warning:before,
.entry-content blockquote.question:before,
.entry-content blockquote.quote:before,
.entry-content blockquote.thumbs-down:before,
.entry-content blockquote.thumbs-up:before,
.entry-content blockquote.warning:before,
.home-text blockquote.check:before,
.home-text blockquote.danger:before,
.home-text blockquote.info:before,
.home-text blockquote.is-style-check:before,
.home-text blockquote.is-style-danger:before,
.home-text blockquote.is-style-info:before,
.home-text blockquote.is-style-question:before,
.home-text blockquote.is-style-quote:before,
.home-text blockquote.is-style-thumbs-down:before,
.home-text blockquote.is-style-thumbs-up:before,
.home-text blockquote.is-style-warning:before,
.home-text blockquote.question:before,
.home-text blockquote.quote:before,
.home-text blockquote.thumbs-down:before,
.home-text blockquote.thumbs-up:before,
.home-text blockquote.warning:before,
.taxonomy-description blockquote.check:before,
.taxonomy-description blockquote.danger:before,
.taxonomy-description blockquote.info:before,
.taxonomy-description blockquote.is-style-check:before,
.taxonomy-description blockquote.is-style-danger:before,
.taxonomy-description blockquote.is-style-info:before,
.taxonomy-description blockquote.is-style-question:before,
.taxonomy-description blockquote.is-style-quote:before,
.taxonomy-description blockquote.is-style-thumbs-down:before,
.taxonomy-description blockquote.is-style-thumbs-up:before,
.taxonomy-description blockquote.is-style-warning:before,
.taxonomy-description blockquote.question:before,
.taxonomy-description blockquote.quote:before,
.taxonomy-description blockquote.thumbs-down:before,
.taxonomy-description blockquote.thumbs-up:before,
.taxonomy-description blockquote.warning:before {
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -15px;
}
.entry-content blockquote.is-style-warning,
.entry-content blockquote.warning,
.home-text blockquote.is-style-warning,
.home-text blockquote.warning,
.taxonomy-description blockquote.is-style-warning,
.taxonomy-description blockquote.warning {
    background-color: #fff4d4;
    background: -webkit-gradient(linear, left top, right top, from(#fff4d4), to(#ffeadc));
    background: -webkit-linear-gradient(left, #fff4d4 0, #ffeadc 100%);
    background: -o-linear-gradient(left, #fff4d4 0, #ffeadc 100%);
    background: linear-gradient(to right, #fff4d4 0, #ffeadc 100%);
}
.entry-content blockquote.is-style-warning:before,
.entry-content blockquote.warning:before,
.home-text blockquote.is-style-warning:before,
.home-text blockquote.warning:before,
.taxonomy-description blockquote.is-style-warning:before,
.taxonomy-description blockquote.warning:before {
    content: "\2757";
    color: #f58128;
}
.entry-content blockquote.is-style-question,
.entry-content blockquote.question,
.home-text blockquote.is-style-question,
.home-text blockquote.question,
.taxonomy-description blockquote.is-style-question,
.taxonomy-description blockquote.question {
    background: #e3f1f4;
    background: -webkit-gradient(linear, left top, right top, from(#e3f1f4), to(#e3edff));
    background: -webkit-linear-gradient(left, #e3f1f4 0, #e3edff 100%);
    background: -o-linear-gradient(left, #e3f1f4 0, #e3edff 100%);
    background: linear-gradient(to right, #e3f1f4 0, #e3edff 100%);
}
.entry-content blockquote.is-style-question:before,
.entry-content blockquote.question:before,
.home-text blockquote.is-style-question:before,
.home-text blockquote.question:before,
.taxonomy-description blockquote.is-style-question:before,
.taxonomy-description blockquote.question:before {
    content: "\2753";
    color: #3da2e0;
}
.entry-content blockquote.danger,
.entry-content blockquote.is-style-danger,
.home-text blockquote.danger,
.home-text blockquote.is-style-danger,
.taxonomy-description blockquote.danger,
.taxonomy-description blockquote.is-style-danger {
    background: #ffe3db;
    background: -webkit-gradient(linear, left top, right top, from(#ffe3db), to(#ffebd8));
    background: -webkit-linear-gradient(left, #ffe3db 0, #ffebd8 100%);
    background: -o-linear-gradient(left, #ffe3db 0, #ffebd8 100%);
    background: linear-gradient(to right, #ffe3db 0, #ffebd8 100%);
}
.entry-content blockquote.danger:before,
.entry-content blockquote.is-style-danger:before,
.home-text blockquote.danger:before,
.home-text blockquote.is-style-danger:before,
.taxonomy-description blockquote.danger:before,
.taxonomy-description blockquote.is-style-danger:before {
    content: "\274c";
    color: #ff6547;
}
.entry-content blockquote.check,
.entry-content blockquote.is-style-check,
.home-text blockquote.check,
.home-text blockquote.is-style-check,
.taxonomy-description blockquote.check,
.taxonomy-description blockquote.is-style-check {
    background: #def9e5;
    background: -webkit-gradient(linear, left top, right top, from(#def9e5), to(#effbce));
    background: -webkit-linear-gradient(left, #def9e5 0, #effbce 100%);
    background: -o-linear-gradient(left, #def9e5 0, #effbce 100%);
    background: linear-gradient(to right, #def9e5 0, #effbce 100%);
}
.entry-content blockquote.check:before,
.entry-content blockquote.is-style-check:before,
.home-text blockquote.check:before,
.home-text blockquote.is-style-check:before,
.taxonomy-description blockquote.check:before,
.taxonomy-description blockquote.is-style-check:before {
    content: "\2705";
    color: #34bc58;
}
.entry-content blockquote.info,
.entry-content blockquote.is-style-info,
.home-text blockquote.info,
.home-text blockquote.is-style-info,
.taxonomy-description blockquote.info,
.taxonomy-description blockquote.is-style-info {
    background: #e3f1f4;
    background: -webkit-gradient(linear, left top, right top, from(#e3f1f4), to(#e3edff));
    background: -webkit-linear-gradient(left, #e3f1f4 0, #e3edff 100%);
    background: -o-linear-gradient(left, #e3f1f4 0, #e3edff 100%);
    background: linear-gradient(to right, #e3f1f4 0, #e3edff 100%);
}
.entry-content blockquote.info:before,
.entry-content blockquote.is-style-info:before,
.home-text blockquote.info:before,
.home-text blockquote.is-style-info:before,
.taxonomy-description blockquote.info:before,
.taxonomy-description blockquote.is-style-info:before {
    content: "\1f446";
    color: #3da2e0;
}
.entry-content blockquote.is-style-thumbs-up,
.entry-content blockquote.thumbs-up,
.home-text blockquote.is-style-thumbs-up,
.home-text blockquote.thumbs-up,
.taxonomy-description blockquote.is-style-thumbs-up,
.taxonomy-description blockquote.thumbs-up {
    background: #def9e5;
    background: -webkit-gradient(linear, left top, right top, from(#def9e5), to(#effbce));
    background: -webkit-linear-gradient(left, #def9e5 0, #effbce 100%);
    background: -o-linear-gradient(left, #def9e5 0, #effbce 100%);
    background: linear-gradient(to right, #def9e5 0, #effbce 100%);
}
.entry-content blockquote.is-style-thumbs-up:before,
.entry-content blockquote.thumbs-up:before,
.home-text blockquote.is-style-thumbs-up:before,
.home-text blockquote.thumbs-up:before,
.taxonomy-description blockquote.is-style-thumbs-up:before,
.taxonomy-description blockquote.thumbs-up:before {
    content: "\1f44d";
    color: #34bc58;
}
.entry-content blockquote.is-style-thumbs-down,
.entry-content blockquote.thumbs-down,
.home-text blockquote.is-style-thumbs-down,
.home-text blockquote.thumbs-down,
.taxonomy-description blockquote.is-style-thumbs-down,
.taxonomy-description blockquote.thumbs-down {
    background: #ffe3db;
    background: -webkit-gradient(linear, left top, right top, from(#ffe3db), to(#ffebd8));
    background: -webkit-linear-gradient(left, #ffe3db 0, #ffebd8 100%);
    background: -o-linear-gradient(left, #ffe3db 0, #ffebd8 100%);
    background: linear-gradient(to right, #ffe3db 0, #ffebd8 100%);
}
.entry-content blockquote.is-style-thumbs-down:before,
.entry-content blockquote.thumbs-down:before,
.home-text blockquote.is-style-thumbs-down:before,
.home-text blockquote.thumbs-down:before,
.taxonomy-description blockquote.is-style-thumbs-down:before,
.taxonomy-description blockquote.thumbs-down:before {
    content: "\1f44e";
    color: #ff6547;
}
.entry-content blockquote.is-style-quote,
.entry-content blockquote.quote,
.home-text blockquote.is-style-quote,
.home-text blockquote.quote,
.taxonomy-description blockquote.is-style-quote,
.taxonomy-description blockquote.quote {
    background: #eff4f5;
    background: -webkit-gradient(linear, left top, right top, from(#eff4f5), to(#e8f4f5));
    background: -webkit-linear-gradient(left, #eff4f5 0, #e8f4f5 100%);
    background: -o-linear-gradient(left, #eff4f5 0, #e8f4f5 100%);
    background: linear-gradient(to right, #eff4f5 0, #e8f4f5 100%);
}
.entry-content blockquote.is-style-quote:before,
.entry-content blockquote.quote:before,
.home-text blockquote.is-style-quote:before,
.home-text blockquote.quote:before,
.taxonomy-description blockquote.is-style-quote:before,
.taxonomy-description blockquote.quote:before {
    content: "\275d";
    color: #9ca9c7;
}
.entry-content .wp-block-media-text,
.home-text .wp-block-media-text,
.taxonomy-description .wp-block-media-text {
    margin: 2.9em 0;
}
.entry-content .wp-block-media-text .has-large-font-size,
.home-text .wp-block-media-text .has-large-font-size,
.taxonomy-description .wp-block-media-text .has-large-font-size {
    font-weight: 700;
    font-size: 1.3em;
    line-height: 1.5;
    margin-bottom: 1em;
}
@media (min-width: 576px) {
    .entry-content .wp-block-media-text .has-large-font-size,
    .home-text .wp-block-media-text .has-large-font-size,
    .taxonomy-description .wp-block-media-text .has-large-font-size {
        font-size: 1.5em;
    }
}
@media (min-width: 768px) {
    .entry-content .wp-block-media-text .has-large-font-size,
    .home-text .wp-block-media-text .has-large-font-size,
    .taxonomy-description .wp-block-media-text .has-large-font-size {
        font-size: 2.2em;
    }
}
@media (min-width: 992px) {
    .sidebar-none .entry-content .alignwide,
    .sidebar-none .home-text .alignwide,
    .sidebar-none .taxonomy-description .alignwide {
        margin-left: -70px;
        margin-right: -70px;
        margin-bottom: 2.5em;
        max-width: none;
    }
    .sidebar-none .entry-content .alignwide img,
    .sidebar-none .home-text .alignwide img,
    .sidebar-none .taxonomy-description .alignwide img {
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .sidebar-none .entry-content .alignwide,
    .sidebar-none .home-text .alignwide,
    .sidebar-none .taxonomy-description .alignwide {
        margin-left: -180px;
        margin-right: -180px;
    }
}
@media (min-width: 768px) {
    .sidebar-none .entry-content .alignfull,
    .sidebar-none .home-text .alignfull,
    .sidebar-none .taxonomy-description .alignfull {
        margin-left: calc(-50vw + 50%);
        margin-bottom: 2.5em;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        width: 100vw !important;
        max-width: 100vw;
    }
    .sidebar-none .entry-content .alignfull img,
    .sidebar-none .home-text .alignfull img,
    .sidebar-none .taxonomy-description .alignfull img {
        width: 100%;
    }
}
.entry-content .mark,
.entry-content mark,
.home-text .mark,
.home-text mark,
.taxonomy-description .mark,
.taxonomy-description mark {
    padding: 0.2em;
    background-color: #ffff8e;
}
.entry-content .wp-caption,
.home-text .wp-caption,
.taxonomy-description .wp-caption {
    max-width: 100% !important;
    width: auto !important;
    margin: 2rem 1.5em;
}
.entry-content .wp-caption-text,
.entry-content figcaption,
.home-text .wp-caption-text,
.home-text figcaption,
.taxonomy-description .wp-caption-text,
.taxonomy-description figcaption {
    max-width: 100% !important;
    font-size: 0.75em;
    color: #666;
    text-align: center;
}
.home-content {
    margin-top: 1.5rem;
}
.home-content .home-header {
    margin-bottom: 2rem;
}
.entry-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (min-width: 992px) {
    .entry-bottom {
        padding: 35px 0 25px;
    }
}
@media (min-width: 576px) {
    .entry-bottom {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
@media (min-width: 576px) {
    .entry-bottom > div {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.entry-bottom > div:first-child {
    padding-left: 0;
}
.entry-bottom > div:last-child {
    padding-right: 0;
}
.entry-bottom__header {
    width: 100%;
    font-size: 1.05em;
    font-weight: 700;
    margin-bottom: 0.3rem;
}
@media (min-width: 576px) {
    .entry-bottom__header {
        margin-bottom: 1rem;
    }
}
.entry-bottom .social-buttons {
    white-space: normal;
}
.entry-bottom .social-button {
    margin-left: 0;
}
.entry-bottom .entry-rating,
.entry-bottom .entry-tags,
.entry-bottom .social-buttons {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
}
@media (min-width: 576px) {
    .entry-bottom .entry-rating,
    .entry-bottom .entry-tags,
    .entry-bottom .social-buttons {
        margin-top: 0;
        margin-bottom: 0;
    }
}
.rating-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2em;
}
.rating-box__header {
    margin-right: 1em;
}
.entry-tags {
    text-align: center;
    margin-bottom: 2em;
}
.entry-tag {
    padding: 3px 10px;
    font-size: 0.9em;
    color: #999;
    background: #efede7;
    text-decoration: none;
}
.entry-tag:before {
    content: "#";
    margin-right: 0.1em;
}
.entry-tag:hover {
    text-decoration: none;
}
.author-box {
    margin-bottom: 1.5em;
}
@media (min-width: 576px) {
    .author-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.author-box:after,
.author-box:before {
    content: " ";
    display: table;
    line-height: 0;
}
.author-box:after {
    clear: both;
}
.author-box .author-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.5em;
}
.author-box .author-info .author-box__ava {
    width: 70px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 70px;
    flex: 1 0 70px;
    margin-right: 30px;
}
.author-box .author-info .author-box__ava img {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.author-box .author-info .author-box__author {
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 10px;
}
.author-box .author-info .author-box__author em {
    margin-left: 10px;
    font-weight: 400;
    color: #777;
    font-size: 0.8em;
}
.author-box .author-info .author-box__description {
    font-size: 0.9em;
    line-height: 1.5;
}
@media (min-width: 576px) {
    .author-box__rating {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-left: 60px;
    }
}
.author-box__rating-title,
.author-box__social-title {
    margin-bottom: 1em;
    white-space: nowrap;
    font-size: 0.85em;
    font-weight: 700;
}
.comments-area {
    padding-top: 30px;
}
.comment-reply-title,
.comments-title {
    font-weight: 700;
}
.comment-reply-title small {
    font-size: 0.65em;
    font-weight: 400;
}
.comment-reply-title small a {
    text-decoration: none;
}
.comment-form-cookies-consent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.8em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.comment-form-cookies-consent:before {
    display: none;
}
.comment-form-cookies-consent input[type="checkbox"] {
    margin-right: 10px;
}
.comment-form-cookies-consent label {
    margin-bottom: 0;
}
.comment-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.comment-list .comment {
    margin-bottom: 5px;
}
.comment-list .comment-box {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.comment-list .bypostauthor > .comment-body {
    background-color: #f3f3f3;
}
.comment-list .bypostauthor > .comment-body .comment-author:after {
    margin-left: 0.5em;
    color: #343c55;
    text-align: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.comment-list .children {
    list-style: none;
    margin: 1rem 0 0;
    padding: 0 0 0 15px;
}
@media (min-width: 768px) {
    .comment-list .children {
        padding-left: 100px;
    }
}
.comment-list .children .comment-avatar {
    width: 30px;
}
.comment-list .children .comment-body {
    padding-left: 50px;
}
@media (min-width: 768px) {
    .comment-list .children .children {
        padding-left: 50px;
    }
}
.comment-list .comment-header {
    position: relative;
    padding-left: 75px;
}
.comment-list .comment-avatar {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
}
@media (min-width: 992px) {
    .comment-list .comment-avatar {
        width: 60px;
    }
}
.comment-list .comment-avatar img {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.comment-list .comment-meta {
    margin-bottom: 10px;
}
.comment-list .comment-author {
    font-style: normal;
    font-weight: 700;
    color: #333;
}
.comment-list .comment-author-post {
    margin-left: 4px;
    font-size: 0.8em;
}
.comment-list .comment-time {
    color: #999;
    margin-left: 20px;
    font-size: 0.8em;
    opacity: 0.6;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.comment-list .comment-body {
    position: relative;
    padding: 10px 10px 10px 60px;
    margin-bottom: 20px;
}
@media (min-width: 992px) {
    .comment-list .comment-body {
        padding-left: 90px;
        min-height: 70px;
    }
}
.comment-list .comment-body:hover .comment-reply-link {
    opacity: 0.3;
}
.comment-list .comment-body:hover .comment-reply-link:hover {
    opacity: 1;
}
.comment-list .comment-content {
    font-size: 0.95em;
}
.comment-list .comment-content p {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
}
.comment-list .comment-footer {
    line-height: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
@media (min-width: 992px) {
    .comment-list .comment-footer {
        opacity: 0;
    }
}
.comment-reply-link {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 0.85em;
    cursor: pointer;
    opacity: 0;
}
.comment-box:hover .comment-time {
    opacity: 1;
}
.comment-box:hover .comment-footer {
    opacity: 1;
}
.comment-respond {
    margin-bottom: 50px;
}
.comment-respond .logged-in-as a {
    text-decoration: none;
}
@media (min-width: 768px) {
    .comment-respond .comment-form-author,
    .comment-respond .comment-form-email,
    .comment-respond .comment-form-url {
        width: 32%;
        float: left;
        margin-left: 2%;
    }
}
.comment-respond .comment-form-author {
    margin-left: 0;
}
.comment-respond .comment-form-comment:before {
    content: "";
    display: block;
    clear: both;
}
.comment-respond .comment-form-author label,
.comment-respond .comment-form-comment label,
.comment-respond .comment-form-email label,
.comment-respond .comment-form-url label {
    display: block;
}
.comment-respond .comment-form-author input,
.comment-respond .comment-form-author textarea,
.comment-respond .comment-form-comment input,
.comment-respond .comment-form-comment textarea,
.comment-respond .comment-form-email input,
.comment-respond .comment-form-email textarea,
.comment-respond .comment-form-url input,
.comment-respond .comment-form-url textarea {
    display: block;
    width: 100%;
}
.comment-respond .form-submit:before {
    content: "";
    clear: both;
    display: block;
}
.comment-respond .comment-notes-after {
    font-size: 85%;
    margin-bottom: 15px;
}
.comment-respond .comment-notes-after:after,
.comment-respond .comment-notes-after:before {
    content: " ";
    display: table;
    line-height: 0;
}
.comment-respond .comment-notes-after:after {
    clear: both;
}
.comment-respond .comment-smiles {
    margin-bottom: 1rem;
}
.comment-respond .comment-smiles img {
    max-height: 1.5em;
    cursor: pointer;
}
.comment-respond .comment-smiles img:hover {
    opacity: 0.6;
    filter: "alpha(opacity=60)";
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.fb-comments,
.fb-comments iframe,
.fb-comments span {
    width: 100% !important;
}
.related-posts {
    background: #fff;
    padding: 40px 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.related-posts__header {
    text-align: center;
}
@media (min-width: 768px) {
    .related-posts__header {
        margin-bottom: 1em;
    }
}
.related-posts__more {
    text-align: center;
}
