@charset "UTF-8";
/*!
* Theme Name: Eshop-Rychle blog
* Author: Brilo Team - Brilantní weby a jejich marketing
* Author URI: https://www.brilo.team/
* Description: Eshop-Rychle blog
*/
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    margin: 0;
    text-align: var(--bs-body-text-align);
}
hr {
    border: 0;
    border-top: 0.0625rem solid;
    color: inherit;
    margin: 1.5rem 0;
    opacity: 0.25;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0.75rem;
    margin-top: 0;
}
.h1,
h1 {
    font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 75em) {
    .h1,
    h1 {
        font-size: 2.5rem;
    }
}
.h2,
h2 {
    font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 75em) {
    .h2,
    h2 {
        font-size: 2rem;
    }
}
.h3,
h3 {
    font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 75em) {
    .h3,
    h3 {
        font-size: 1.75rem;
    }
}
.h4,
h4 {
    font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 75em) {
    .h4,
    h4 {
        font-size: 1.5rem;
    }
}
.h5,
h5 {
    font-size: 1.25rem;
}
.h6,
h6 {
    font-size: 1rem;
}
p {
    margin-bottom: 1rem;
    margin-top: 0;
}
ol,
ul {
    padding-left: 2rem;
}
dl,
ol,
ul {
    margin-bottom: 1rem;
    margin-top: 0;
}
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;
}
b,
strong {
    font-weight: bolder;
}
.small,
small {
    font-size: 0.875em;
}
.mark,
mark {
    background-color: var(--bs-highlight-bg);
    padding: 0.1875em;
}
a {
    color: var(--bs-link-color);
}
a:hover {
    color: var(--bs-link-hover-color);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
code,
pre {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
}
pre {
    display: block;
    font-size: 0.875em;
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: auto;
}
pre code {
    color: inherit;
    font-size: inherit;
    word-break: normal;
}
code {
    word-wrap: break-word;
    color: var(--bs-code-color);
    font-size: 0.875em;
}
a > code {
    color: inherit;
}
img,
svg {
    vertical-align: middle;
}
table {
    border-collapse: collapse;
    caption-side: bottom;
}
caption {
    color: #6c757d;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    text-align: left;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
tbody,
td,
th,
thead,
tr {
    border: 0 solid;
    border-color: inherit;
}
label {
    display: inline-block;
}
button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}
button,
select {
    text-transform: none;
}
[role="button"] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
select:disabled {
    opacity: 1;
}
[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
    display: none !important;
}
[type="button"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
textarea {
    resize: vertical;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0;
}
::-webkit-inner-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -0.125rem;
}
::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
    padding: 0;
}
::file-selector-button {
    -webkit-appearance: button;
    font: inherit;
}
output {
    display: inline-block;
}
iframe {
    border: 0;
}
progress {
    vertical-align: baseline;
}
[hidden] {
    display: none !important;
}
.blockquote {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}
.blockquote > :last-child {
    margin-bottom: 0;
}
.container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    width: 100%;
}
@media (min-width: 36em) {
    .container {
        max-width: 33.75rem;
    }
}
@media (min-width: 48em) {
    .container {
        max-width: 45rem;
    }
}
@media (min-width: 62em) {
    .container {
        max-width: 60rem;
    }
}
@media (min-width: 75em) {
    .container {
        max-width: 71.25rem;
    }
}
@media (min-width: 93.75em) {
    .container {
        max-width: 84.25rem;
    }
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--bs-gutter-x) * -0.5);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-top: calc(var(--bs-gutter-y) * -1);
}
.row > * {
    flex-shrink: 0;
    margin-top: var(--bs-gutter-y);
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    width: 100%;
}
.gy-4 {
    --bs-gutter-y: 6rem;
}
@media (min-width: 48em) {
    .col-md-3 {
        width: 25%;
    }
    .col-md-3,
    .col-md-6 {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
    }
    .col-md-6 {
        width: 50%;
    }
}
.ratio {
    position: relative;
    width: 100%;
}
.ratio:before {
    content: "";
    display: block;
    padding-top: var(--bs-aspect-ratio);
}
.ratio > * {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.ratio-16x9 {
    --bs-aspect-ratio: 56.25%;
}
.vr {
    align-self: stretch;
    background-color: currentcolor;
    display: inline-block;
    min-height: 1em;
    opacity: 0.25;
    width: 0.0625rem;
}
.d-none {
    display: none !important;
}
.mb-1 {
    margin-bottom: 1.5rem !important;
}
.mb-3 {
    margin-bottom: 4.5rem !important;
}
.visible {
    visibility: visible !important;
}
.carousel {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.carousel *,
.carousel :after,
.carousel :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.carousel.is-draggable {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}
.carousel.is-dragging {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.carousel__viewport {
    max-height: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.carousel__track {
    display: -webkit-box;
    display: flex;
}
.carousel__slide {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 1rem;
    position: relative;
    width: var(--carousel-slide-width, 60%);
}
.has-dots {
    margin-bottom: 1.875rem;
}
.carousel__dots {
    -webkit-box-pack: center;
    display: -webkit-box;
    display: flex;
    justify-content: center;
    left: 0;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    right: 0;
    top: calc(100% + 0.5rem);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.carousel__dots .carousel__dot {
    cursor: pointer;
    display: block;
    height: 1.375rem;
    margin: 0;
    padding: 0;
    position: relative;
    width: 1.375rem;
}
.carousel__dots .carousel__dot:after {
    background-color: currentColor;
    border-radius: 50%;
    content: "";
    height: 0.5rem;
    left: 50%;
    opacity: 0.25;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
    width: 0.5rem;
}
.carousel__dots .carousel__dot.is-selected:after {
    opacity: 1;
}
.carousel__button {
    -webkit-box-pack: center;
    -webkit-box-align: center;
    align-items: center;
    background: var(--carousel-button-bg, transparent);
    border: 0;
    border-radius: var(--carousel-button-border-radius, 50%);
    -webkit-box-shadow: var(--carousel-button-shadow, none);
    box-shadow: var(--carousel-button-shadow, none);
    color: var(--carousel-button-color, currentColor);
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    height: var(--carousel-button-height, 48px);
    justify-content: center;
    padding: 0;
    pointer-events: all;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
    width: var(--carousel-button-width, 48px);
}
.carousel__button.is-next,
.carousel__button.is-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.carousel__button.is-prev {
    left: 0.625rem;
}
.carousel__button.is-next {
    right: 0.625rem;
}
.carousel__button[disabled] {
    cursor: default;
    opacity: 0.3;
}
.carousel__button svg {
    fill: none;
    stroke: currentColor;
    stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
    stroke-linejoin: bevel;
    stroke-linecap: round;
    -webkit-filter: var(--carousel-button-svg-filter, none);
    filter: var(--carousel-button-svg-filter, none);
    height: var(--carousel-button-svg-height, 50%);
    pointer-events: none;
    width: var(--carousel-button-svg-width, 50%);
}
html.with-fancybox {
    scroll-behavior: auto;
}
body.compensate-for-scrollbar {
    overflow: hidden !important;
    touch-action: none;
}
.fancybox__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-tap-highlight-color: transparent;
    --carousel-button-width: 3rem;
    --carousel-button-height: 3rem;
    --carousel-button-svg-width: 1.5rem;
    --carousel-button-svg-height: 1.5rem;
    --carousel-button-svg-stroke-width: 2.5;
    --carousel-button-svg-filter: drop-shadow(0.0625rem 0.0625rem 0.0625rem rgba(0, 0, 0, 0.4));
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: var(--fancybox-color, #fff);
    direction: ltr;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    left: 0;
    margin: 0;
    outline: none;
    overflow: hidden;
    padding: env(safe-area-inset-top, 0) env(safe-area-inset-right, 0) env(safe-area-inset-bottom, 0) env(safe-area-inset-left, 0);
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    z-index: 1050;
}
.fancybox__container *,
.fancybox__container :after,
.fancybox__container :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.fancybox__container :focus {
    outline: none;
}
body:not(.is-using-mouse) .fancybox__container :focus {
    -webkit-box-shadow: 0 0 0 0.0625rem #fff, 0 0 0 0.125rem var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
    box-shadow: 0 0 0 0.0625rem #fff, 0 0 0 0.125rem var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}
@media (min-width: 64em) {
    .fancybox__container {
        --carousel-button-width: 3rem;
        --carousel-button-height: 3rem;
        --carousel-button-svg-width: 1.6875rem;
        --carousel-button-svg-height: 1.6875rem;
    }
}
.fancybox__backdrop {
    background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.fancybox__carousel {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    height: 100%;
    min-height: 0;
    position: relative;
    z-index: 10;
}
.fancybox__carousel.has-dots {
    margin-bottom: 1.875rem;
}
.fancybox__viewport {
    cursor: default;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}
.fancybox__track {
    display: -webkit-box;
    display: flex;
    height: 100%;
}
.fancybox__slide {
    -webkit-box-flex: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    --carousel-button-width: 2.25rem;
    --carousel-button-height: 2.25rem;
    --carousel-button-svg-width: 1.375rem;
    --carousel-button-svg-height: 1.375rem;
    display: -webkit-box;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    margin: 0;
    max-width: 100%;
    outline: 0;
    overflow: auto;
    overscroll-behavior: contain;
    padding: 3rem 0.5rem 0.5rem;
    position: relative;
    width: 100%;
}
.fancybox__slide:after,
.fancybox__slide:before {
    -webkit-box-flex: 0;
    content: "";
    flex: 0 0;
    margin: auto;
}
@media (min-width: 64em) {
    .fancybox__slide {
        padding: 4rem 6.25rem;
    }
}
.fancybox__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-self: center;
    background: var(--fancybox-content-bg, #fff);
    color: var(--fancybox-content-color, #374151);
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    margin: 0 env(safe-area-inset-right, 0) 0 env(safe-area-inset-left, 0);
    padding: 2.25rem;
    position: relative;
    z-index: 20;
}
.fancybox__content :focus:not(.carousel__button.is-close) {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: thin dotted;
}
.fancybox__caption {
    align-self: center;
    color: var(--fancybox-color, currentColor);
    cursor: auto;
    flex-shrink: 0;
    line-height: 1.375;
    margin: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
    padding: 1rem 0 0;
    visibility: visible;
}
.is-loading .fancybox__caption {
    visibility: hidden;
}
.fancybox__container > .carousel__dots {
    color: var(--fancybox-color, #fff);
    top: 100%;
}
.fancybox__nav .carousel__button {
    z-index: 40;
}
.fancybox__nav .carousel__button.is-next {
    right: 0.5rem;
}
@media (min-width: 64em) {
    .fancybox__nav .carousel__button.is-next {
        right: 2.5rem;
    }
}
.fancybox__nav .carousel__button.is-prev {
    left: 0.5rem;
}
@media (min-width: 64em) {
    .fancybox__nav .carousel__button.is-prev {
        left: 2.5rem;
    }
}
.carousel__button.is-close {
    position: absolute;
    right: 0.5rem;
    right: calc(env(safe-area-inset-right, 0) + 0.5rem);
    top: 0.5rem;
    top: calc(env(safe-area-inset-top, 0) + 0.5rem);
    z-index: 40;
}
@media (min-width: 64em) {
    .carousel__button.is-close {
        right: 2.5rem;
    }
}
.fancybox__content > .carousel__button.is-close {
    color: var(--fancybox-color, #fff);
    position: absolute;
    right: 0;
    top: -2.5rem;
}
.fancybox__no-click,
.fancybox__no-click button {
    pointer-events: none;
}
.fancybox__spinner {
    color: var(--fancybox-color, currentColor);
    height: 3.125rem;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 3.125rem;
}
.fancybox__slide .fancybox__spinner {
    cursor: pointer;
    z-index: 1053;
}
.fancybox__spinner svg {
    -webkit-animation: fancybox-rotate 2s linear infinite;
    animation: fancybox-rotate 2s linear infinite;
    bottom: 0;
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
}
.fancybox__spinner svg circle {
    fill: none;
    stroke-width: 2.75;
    stroke-miterlimit: 10;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    stroke: currentColor;
    -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
    animation: fancybox-dash 1.5s ease-in-out infinite;
}
@-webkit-keyframes fancybox-rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes fancybox-rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@-webkit-keyframes fancybox-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -2.1875rem;
    }
    to {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -7.75rem;
    }
}
@keyframes fancybox-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -2.1875rem;
    }
    to {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -7.75rem;
    }
}
.carousel__button.is-close,
.carousel__dots,
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav {
    opacity: var(--fancybox-opacity, 1);
}
.fancybox__container.is-animated[aria-hidden="false"] .carousel__button.is-close,
.fancybox__container.is-animated[aria-hidden="false"] .carousel__dots,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__nav {
    -webkit-animation: fancybox-fadeIn 0.15s ease backwards;
    animation: fancybox-fadeIn 0.15s ease backwards;
}
.fancybox__container.is-animated.is-closing .carousel__button.is-close,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav {
    -webkit-animation: fancybox-fadeOut 0.15s ease both;
    animation: fancybox-fadeOut 0.15s ease both;
}
.fancybox-fadeIn {
    -webkit-animation: fancybox-fadeIn 0.15s ease both;
    animation: fancybox-fadeIn 0.15s ease both;
}
.fancybox-fadeOut {
    -webkit-animation: fancybox-fadeOut 0.1s ease both;
    animation: fancybox-fadeOut 0.1s ease both;
}
.fancybox-zoomInUp {
    -webkit-animation: fancybox-zoomInUp 0.2s ease both;
    animation: fancybox-zoomInUp 0.2s ease both;
}
.fancybox-zoomOutDown {
    -webkit-animation: fancybox-zoomOutDown 0.15s ease both;
    animation: fancybox-zoomOutDown 0.15s ease both;
}
.fancybox-throwOutUp {
    -webkit-animation: fancybox-throwOutUp 0.15s ease both;
    animation: fancybox-throwOutUp 0.15s ease both;
}
.fancybox-throwOutDown {
    -webkit-animation: fancybox-throwOutDown 0.15s ease both;
    animation: fancybox-throwOutDown 0.15s ease both;
}
@-webkit-keyframes fancybox-fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fancybox-fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fancybox-fadeOut {
    to {
        opacity: 0;
    }
}
@keyframes fancybox-fadeOut {
    to {
        opacity: 0;
    }
}
@-webkit-keyframes fancybox-zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.97) translate3d(0, 1rem, 0);
        transform: scale(0.97) translate3d(0, 1rem, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1) translateZ(0);
        transform: scale(1) translateZ(0);
    }
}
@keyframes fancybox-zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.97) translate3d(0, 1rem, 0);
        transform: scale(0.97) translate3d(0, 1rem, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1) translateZ(0);
        transform: scale(1) translateZ(0);
    }
}
@-webkit-keyframes fancybox-zoomOutDown {
    to {
        opacity: 0;
        -webkit-transform: scale(0.97) translate3d(0, 1rem, 0);
        transform: scale(0.97) translate3d(0, 1rem, 0);
    }
}
@keyframes fancybox-zoomOutDown {
    to {
        opacity: 0;
        -webkit-transform: scale(0.97) translate3d(0, 1rem, 0);
        transform: scale(0.97) translate3d(0, 1rem, 0);
    }
}
@-webkit-keyframes fancybox-throwOutUp {
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -30%, 0);
        transform: translate3d(0, -30%, 0);
    }
}
@keyframes fancybox-throwOutUp {
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -30%, 0);
        transform: translate3d(0, -30%, 0);
    }
}
@-webkit-keyframes fancybox-throwOutDown {
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
    }
}
@keyframes fancybox-throwOutDown {
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
    }
}
.fancybox__carousel .carousel__slide {
    scrollbar-color: #ccc hsla(0, 0%, 100%, 0.1);
    scrollbar-width: thin;
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar {
    height: 0.5rem;
    width: 0.5rem;
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
    background-color: hsla(0, 0%, 100%, 0.1);
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 0.125rem;
    -webkit-box-shadow: inset 0 0 0.25rem rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0.25rem rgba(0, 0, 0, 0.2);
}
.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}
.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.fancybox__carousel .fancybox__slide .fancybox__content {
    cursor: auto;
}
.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}
.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.fancybox__image {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: none;
    transition: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.has-image .fancybox__content {
    background: transparent;
    min-height: 0.0625rem;
    padding: 0;
}
.is-closing .has-image .fancybox__content {
    overflow: visible;
}
.has-image[data-image-fit="contain"] {
    overflow: visible;
    touch-action: none;
}
.has-image[data-image-fit="contain"] .fancybox__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
}
.has-image[data-image-fit="contain"] .fancybox__image {
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.has-image[data-image-fit="contain-w"] {
    overflow-x: hidden;
    overflow-y: auto;
}
.has-image[data-image-fit="contain-w"] .fancybox__content {
    min-height: auto;
}
.has-image[data-image-fit="contain-w"] .fancybox__image {
    height: auto;
    max-width: 100%;
}
.has-image[data-image-fit="cover"] {
    overflow: visible;
    touch-action: none;
}
.has-image[data-image-fit="cover"] .fancybox__content {
    height: 100%;
    width: 100%;
}
.has-image[data-image-fit="cover"] .fancybox__image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
    flex-shrink: 1;
    max-width: 100%;
    min-height: 0.0625rem;
    overflow: visible;
}
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
    height: 80%;
    width: 100%;
}
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
    height: 33.75rem;
    max-height: 100%;
    max-width: 100%;
    width: 60rem;
}
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
    background: rgba(24, 24, 27, 0.9);
    color: #fff;
    padding: 0;
}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
    background: #e5e3df;
}
.fancybox__html5video,
.fancybox__iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
}
.fancybox-placeholder {
    clip: rect(0, 0, 0, 0);
    border-width: 0;
    height: 0.0625rem;
    margin: -0.0625rem;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 0.0625rem;
}
.fancybox__thumbs {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    opacity: var(--fancybox-opacity, 1);
    padding: 0 0.1875rem;
    position: relative;
}
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__thumbs {
    -webkit-animation: fancybox-fadeIn 0.15s ease-in backwards;
    animation: fancybox-fadeIn 0.15s ease-in backwards;
}
.fancybox__container.is-animated.is-closing .fancybox__thumbs {
    opacity: 0;
}
.fancybox__thumbs .carousel__slide {
    -webkit-box-flex: 0;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    margin: 0;
    overflow: visible;
    padding: 0.5rem 0.1875rem;
    width: var(--fancybox-thumbs-width, 96px);
}
.fancybox__thumbs .carousel__slide .fancybox__thumb:after {
    border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
    border-radius: var(--fancybox-thumbs-border-radius, 4px);
    border-style: solid;
    border-width: 0.3125rem;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}
.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb:after {
    opacity: 0.92;
}
.fancybox__thumbs .carousel__slide > * {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.fancybox__thumb {
    background-color: hsla(0, 0%, 100%, 0.1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: var(--fancybox-thumbs-border-radius, 4px);
    padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
    position: relative;
    width: 100%;
}
.fancybox__toolbar {
    -webkit-box-pack: justify;
    --carousel-button-svg-width: 1.25rem;
    --carousel-button-svg-height: 1.25rem;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(transparent),
        color-stop(8.1%, rgba(0, 0, 0, 0.006)),
        color-stop(15.5%, rgba(0, 0, 0, 0.021)),
        color-stop(22.5%, rgba(0, 0, 0, 0.046)),
        color-stop(29%, rgba(0, 0, 0, 0.077)),
        color-stop(35.3%, rgba(0, 0, 0, 0.114)),
        color-stop(41.2%, rgba(0, 0, 0, 0.155)),
        color-stop(47.1%, rgba(0, 0, 0, 0.198)),
        color-stop(52.9%, rgba(0, 0, 0, 0.242)),
        color-stop(58.8%, rgba(0, 0, 0, 0.285)),
        color-stop(64.7%, rgba(0, 0, 0, 0.326)),
        color-stop(71%, rgba(0, 0, 0, 0.363)),
        color-stop(77.5%, rgba(0, 0, 0, 0.394)),
        color-stop(84.5%, rgba(0, 0, 0, 0.419)),
        color-stop(91.9%, rgba(0, 0, 0, 0.434)),
        to(rgba(0, 0, 0, 0.44))
    );
    background: linear-gradient(0deg, transparent 0, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44));
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
    left: 0;
    opacity: var(--fancybox-opacity, 1);
    padding: 0;
    position: absolute;
    right: 0;
    text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
    top: 0;
    touch-action: none;
    z-index: 20;
}
@media (min-width: 64em) {
    .fancybox__toolbar {
        padding: 0.5rem;
    }
}
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__toolbar {
    -webkit-animation: fancybox-fadeIn 0.15s ease-in backwards;
    animation: fancybox-fadeIn 0.15s ease-in backwards;
}
.fancybox__container.is-animated.is-closing .fancybox__toolbar {
    opacity: 0;
}
.fancybox__toolbar__items {
    display: -webkit-box;
    display: flex;
}
.fancybox__toolbar__items--left {
    margin-right: auto;
}
.fancybox__toolbar__items--center {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.fancybox__toolbar__items--right {
    margin-left: auto;
}
@media (max-width: 40em) {
    .fancybox__toolbar__items--center:not(:last-child) {
        display: none;
    }
}
.fancybox__counter {
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 1.0625rem;
    font-variant-numeric: tabular-nums;
    line-height: var(--carousel-button-height, 48px);
    min-width: 4.5rem;
    padding: 0 0.625rem;
    text-align: center;
}
.fancybox__progress {
    background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
    height: 0.1875rem;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 30;
}
.fancybox__container:-webkit-full-screen::backdrop {
    opacity: 0;
}
.fancybox__container:fullscreen::-webkit-backdrop {
    opacity: 0;
}
.fancybox__container:fullscreen::backdrop {
    opacity: 0;
}
.fancybox__button--fullscreen g:nth-child(2) {
    display: none;
}
.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:first-child {
    display: none;
}
.fancybox__container:fullscreen .fancybox__button--fullscreen g:first-child {
    display: none;
}
.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
    display: block;
}
.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
    display: block;
}
.fancybox__button--slideshow g:nth-child(2),
.fancybox__container.has-slideshow .fancybox__button--slideshow g:first-child {
    display: none;
}
.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
    display: block;
}
.container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale !important;
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 24px;
}
body.--js-no-scroll {
    overflow: hidden;
}
body.--js-no-scroll .main-header.headroom--not-top.headroom--pinned {
    -webkit-transform: none;
    transform: none;
}
.main-and-footer-wrapper {
    overflow: hidden;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin-bottom: 0;
}
html {
    scroll-behavior: smooth;
}
iframe,
img {
    display: block;
    max-width: 100%;
}
img {
    height: auto;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
img[data-src],
img[data-srcset] {
    display: block;
    min-height: 0.0625rem;
    min-width: 0.0625rem;
}
img[data-src]:not(.loaded) {
    opacity: 0;
}
a {
    color: #f36d2e;
    display: inline-block;
    text-decoration: underline;
    -webkit-transition: -webkit-text-decoration-color 0.3s ease;
    transition: -webkit-text-decoration-color 0.3s ease;
    transition: text-decoration-color 0.3s ease;
    transition: text-decoration-color 0.3s ease, -webkit-text-decoration-color 0.3s ease;
}
a:focus,
a:hover {
    color: #f36d2e;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}
ol,
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
main {
    overflow: hidden;
    padding-top: 11rem;
    position: relative;
}
@media (max-width: 61.999em) {
    main {
        padding-top: 5rem;
    }
}
@media (max-width: 47.999em) {
    main {
        padding-top: 4.5rem;
    }
}
b,
strong {
    font-weight: 700;
}
.entry-content .column {
    margin-bottom: 1.5rem;
    min-height: 0.0625rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    position: relative;
    width: 100%;
}
.entry-content .column img {
    display: block;
    float: none !important;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
}
@media (max-width: 61.999em) {
    .entry-content .column .h2:first-of-type,
    .entry-content .column .h3:first-of-type,
    .entry-content .column .h4:first-of-type,
    .entry-content .column .h5:first-of-type,
    .entry-content .column .h6:first-of-type,
    .entry-content .column h2:first-of-type,
    .entry-content .column h3:first-of-type,
    .entry-content .column h4:first-of-type,
    .entry-content .column h5:first-of-type,
    .entry-content .column h6:first-of-type {
        margin-top: 0;
    }
}
.entry-content .columns-1,
.entry-content .columns-1 .column {
    display: block;
}
.entry-content .columns-2 {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 61.999em) {
    .entry-content .columns-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        display: -webkit-box;
        display: flex;
        flex-direction: column;
    }
}
.entry-content .columns-3 {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 61.999em) {
    .entry-content .columns-3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        display: -webkit-box;
        display: flex;
        flex-direction: column;
    }
}
.entry-content .columns-4 {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 74.999em) {
    .entry-content .columns-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 61.999em) {
    .entry-content .columns-4 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        display: -webkit-box;
        display: flex;
        flex-direction: column;
    }
}
div.validator {
    height: 0;
    position: relative;
}
div.validator > span.erorr-s {
    background: #c92a2a;
    border-radius: 0.1875rem;
    color: #fff;
    display: block;
    font-size: 0.6875rem;
    left: 0;
    letter-spacing: -0.0625rem;
    padding: 0.3125rem 0.5rem;
    position: absolute;
    top: 0;
    white-space: nowrap;
    z-index: 99;
}
div.validator > span.erorr-s:after {
    border-color: transparent transparent #c92a2a;
    border-style: solid;
    border-width: 0 0.3125rem 0.625rem;
    content: "";
    display: block;
    height: 0;
    left: 0.625rem;
    position: absolute;
    top: -0.3125rem;
    width: 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 3rem auto;
}
.aligncenter img,
div.aligncenter img {
    margin-inline: auto;
}
.alignright {
    float: right;
    margin: 0 0 1.25rem 1.875rem;
}
.alignleft {
    float: left;
    margin: 0 1.875rem 1.25rem 0;
}
.screen-reader-text {
    clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);
    height: 0.0625rem;
    overflow: hidden;
    position: absolute !important;
    width: 0.0625rem;
}
.screen-reader-text:focus {
    clip: auto !important;
    background-color: #f1f1f1;
    border-radius: 0.1875rem;
    -webkit-box-shadow: 0 0 0.125rem 0.125rem rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 0.125rem 0.125rem rgba(0, 0, 0, 0.6);
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 0.3125rem;
    line-height: normal;
    padding: 0.9375rem 1.4375rem 0.875rem;
    text-decoration: none;
    top: 0.3125rem;
    width: auto;
    z-index: 100000;
}
@media (max-width: 35.999em) {
    .alignleft,
    .alignright {
        display: block;
        float: none;
        margin: 0 auto 1.5rem;
    }
}
.base-header__paragraph {
    margin-bottom: 0;
    -webkit-transform: translateY(0.125rem);
    transform: translateY(0.125rem);
    z-index: 2;
}
.base-header__paragraph.base-h4 {
    line-height: 1.5;
    font-size: 1.5rem;
}
@media (max-width: 35.999em) {
    .base-header__paragraph.base-h4 {
        font-size: 1rem;
    }
}
.base-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    margin: 0 auto 2.5rem;
    max-width: 85ch;
    position: relative;
    row-gap: 1rem;
    text-align: center;
    z-index: 5;
}
.base-header.--left {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
}
.base-header.--m-bottom-0 {
    margin-bottom: 0;
}
.base-header.--horizontally {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem;
    max-width: 100%;
}
.base-header.--horizontally .base-header__paragraph {
    color: #56666a;
}
.base-header.--decor-line:before {
    background-color: #e1e8eb;
    content: "";
    height: 0.0625rem;
    left: 0;
    position: absolute;
    top: 1rem;
    width: 100%;
    z-index: 0;
}
.base-header.--decor-line .base-heading {
    background-color: #fff;
    z-index: 2;
}
.base-header.--decor-line .base-header__paragraph,
.base-header.--decor-line .base-heading {
    position: relative;
}
.base-header.--decor-line .base-header__paragraph:before,
.base-header.--decor-line .base-heading:before {
    background-color: #fff;
    content: "";
    height: 100%;
    left: -0.5rem;
    position: absolute;
    top: 0;
    width: calc(100% + 1rem);
    z-index: -1;
}
.base-heading {
    margin-bottom: 0;
}
.base-heading span {
    color: #188880;
}
.base-section {
    padding-bottom: 4rem;
    padding-top: 4rem;
}
@media (max-width: 61.999em) {
    .base-section {
        padding-bottom: 3.5rem;
        padding-top: 3.5rem;
    }
}
@media (max-width: 47.999em) {
    .base-section {
        padding-bottom: 3rem;
        padding-top: 3rem;
    }
}
@media (max-width: 35.999em) {
    .base-section {
        padding-bottom: 2.5rem;
        padding-top: 2.5rem;
    }
}
.base-section.--p-top-0 {
    padding-top: 0;
}
.base-section.--p-bottom-0 {
    padding-bottom: 0;
}
.btn__icon {
    -webkit-box-pack: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
}
.btn__icon svg {
    height: 1rem;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    width: 1rem;
}
.btn__title {
    line-height: 1.5rem;
    z-index: 5;
}
@media (max-width: 47.999em) {
    .btn__title {
        font-size: 0.875rem;
        line-height: 1rem;
    }
}
button {
    touch-action: manipulation;
}
.btn {
    -webkit-box-align: center;
    align-items: center;
    border: none;
    border-radius: 0.75rem;
    -webkit-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
    cursor: pointer;
    display: -webkit-inline-box;
    display: inline-flex;
    flex-shrink: 0;
    flex-wrap: nowrap;
    font-family: Inter, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    padding: 0.75rem 1.5rem;
    position: relative;
    touch-action: none;
    -webkit-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 1;
}
.btn,
.btn:active,
.btn:focus,
.btn:hover {
    color: #fff;
    text-decoration: none;
}
.btn:active,
.btn:focus {
    outline: 0;
}
@media (max-width: 61.999em) {
    .btn {
        padding: 0.75rem;
    }
    .btn.--secondary {
        padding: 0.75rem 1.5rem;
    }
}
@media (max-width: 47.999em) {
    .btn {
        font-size: 0.875rem;
        line-height: 1rem;
    }
}
.btn.--gray-gradient {
    background: -webkit-gradient(linear, left bottom, left top, from(#eff3f9), color-stop(80%, #fff));
    background: linear-gradient(0deg, #eff3f9, #fff 80%);
    -webkit-box-shadow: inset 0 0 0 0.0625rem #c3cdd2;
    box-shadow: inset 0 0 0 0.0625rem #c3cdd2;
    color: #414f56;
}
.btn.--gray-gradient path {
    fill: #414f56;
}
.btn.--gray-gradient:hover:before {
    opacity: 1;
}
.btn.--primary {
    color: #ffffff;
    border: 1px solid #f04f41;
    background-color: #f36d2e;
    background-image: linear-gradient(135deg, #f58023, #f04f41);
    background-size: 100%;
    transition: background-color 0.3s ease-out, box-shadow 0.3s ease-out;
    -webkit-box-shadow: inset 0 2px 0 hsla(0, 0%, 100%, 0.12), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0.25rem 0.5rem -1px rgba(245, 128, 35, 0.32);
    box-shadow: inset 0 2px 0 hsla(0, 0%, 100%, 0.12), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0.25rem 0.5rem -1px rgba(245, 128, 35, 0.32);
}
.btn.--primary path {
    fill: #fff;
}
.btn.--primary:hover {
    background-color: #f37d30;
    color: #fff;
}
.btn.--secondary {
    background-color: #00bc47;
    background-image: linear-gradient(135deg, #5bcc40, #00bc47);
    background-size: 100%;
    background-position: right 0;
    color: #fff;
    border: 1px solid #00bc47;
    box-shadow: inset 0 2px 0 hsla(0, 0%, 100%, 0.12), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0.25rem 0.5rem -1px rgba(80, 188, 25, 0.32);
}
.btn.--secondary span {
    z-index: 5;
}
.btn.--secondary path {
    fill: #fff;
}
.btn.--outline {
    background: transparent;
    border: none;
    -webkit-box-shadow: 0 0 0 0.0625rem #c3cdd2;
    box-shadow: 0 0 0 0.0625rem #c3cdd2;
    color: #2751f6;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.btn.--outline:hover {
    -webkit-box-shadow: 0 0 0 0.0625rem #2751f6;
    box-shadow: 0 0 0 0.0625rem #2751f6;
}
.btn.--outline path {
    fill: #2751f6;
}
.btn.--small {
    font-size: 0.8125rem;
    padding: 0.5rem 1rem;
}
.btn.--icon-before .btn__icon {
    -webkit-box-ordinal-group: 0;
    order: -1;
}
.btn.--icon-only {
    -webkit-box-pack: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    height: 3rem;
    justify-content: center;
    padding: 0;
    width: 3rem;
}
.btn.--icon-only .btn__title {
    display: none;
}
.btn.--icon-only .btn__icon svg {
    height: 1.5rem;
    width: 1.5rem;
}
.btn.--animation-right .btn__icon svg {
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.btn.--animation-right:hover svg {
    -webkit-transform: translateX(0.5rem);
    transform: translateX(0.5rem);
}
.btn.--animation-zoom:hover svg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.btn.--large {
    font-size: 1.25rem;
    padding: 1rem 1.875rem;
}
@media (min-width: 62em) {
    .content-w-aside__content {
        grid-column: 1 / span 8;
    }
}
.content-w-aside .content-w-aside__row {
    gap: 0 2rem;
}
@media (min-width: 62em) {
    .content-w-aside .content-w-aside__row {
        -webkit-box-pack: center;
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        justify-content: center;
    }
}
@media (max-width: 61.999em) {
    .content-w-aside .content-w-aside__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        display: -webkit-box;
        display: flex;
        flex-direction: column;
    }
}
.content-w-aside .content-w-aside__row > .content-w-aside__content:last-child {
    grid-column: 3 / span 8;
}
@media (min-width: 62em) {
    .content-w-aside .content-w-aside__aside {
        grid-column: span 3/-1;
    }
}
@media (max-width: 61.999em) {
    .content-w-aside .content-w-aside__aside {
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
}
.footer-newsletter {
    background: linear-gradient(135deg, #e4edf6, #f5f3f6);
    border-radius: 1rem;
    padding: 2rem 2.5rem;
}
@media (max-width: 35.999em) {
    .footer-newsletter {
        margin-left: -1rem;
        margin-right: -1rem;
        padding: 1rem;
    }
}
.footer-newsletter .f-label.--checkbox {
    -webkit-box-ordinal-group: 0;
    color: #56666a;
    font-size: 0.875rem;
    line-height: 1rem;
    margin-top: 1rem;
    order: -1;
}
.footer-newsletter .f-label.--checkbox a {
    color: #56666a;
}
.footer-newsletter .f-label.--checkbox:before {
    top: -0.0625rem;
}
.footer-newsletter .f-label.--checkbox:after {
    top: 0.4375rem;
}
.footer-newsletter__wrapper {
    display: -webkit-box;
    display: flex;
    border-radius: 0.75rem;
    box-shadow: 0 0.125rem 0.375rem rgba(0 0 0 / 8%);
    transition: box-shadow 0.3s;
}
.footer-newsletter__wrapper:hover {
    box-shadow: 0 0 0 4px rgba(242, 109, 46, 0.24);
}
.footer-newsletter__wrapper .f-wrap {
    -webkit-box-flex: 2;
    -webkit-box-align: stretch;
    align-items: stretch;
    flex-grow: 2;
    gap: 0;
}
.footer-newsletter__wrapper .f-wrap input {
    border-radius: 0.3125rem 0 0 0.3125rem;
    font-size: 1rem;
    height: 100%;
    touch-action: manipulation;
}
.footer-newsletter__wrapper .f-wrap input:focus {
    box-shadow: inset 0 0 0 1px #f36d2e;
}
.footer-newsletter__wrapper .btn {
    border-radius: 0 0.3125rem 0.3125rem 0;
    flex-shrink: 0;
}
.footer-newsletter__bottom .f-wrap {
    gap: 0;
}
.footer-newsletter__perex {
    color: #56666a;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}
.f-base:not([type="checkbox"]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    border: none;
    border-radius: 0.3125rem;
    -webkit-box-shadow: inset 0 0 0 0.0625rem #c3cdd2;
    box-shadow: inset 0 0 0 0.0625rem #c3cdd2;
    color: #2b363c;
    display: block;
    font-size: 1rem;
    padding: 0.75rem 0.9375rem;
    resize: none;
    scale: none;
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
    width: 100%;
}
.f-base:not([type="checkbox"]):focus {
    border-color: #476cfe;
    color: #2b363c;
    outline: none;
    scale: none;
}
.f-base:not([type="checkbox"])::-webkit-input-placeholder {
    color: #56666a;
    font-size: 0.875rem;
    opacity: 1;
}
.f-base:not([type="checkbox"])::-moz-placeholder {
    color: #56666a;
    font-size: 0.875rem;
    opacity: 1;
}
.f-base:not([type="checkbox"])::placeholder {
    color: #56666a;
    font-size: 0.875rem;
    opacity: 1;
}
.f-base[type="checkbox"] {
    border: none;
    display: block;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
}
textarea.f-base {
    font-size: 0.9375rem;
    min-height: 7.1875rem;
    resize: none;
}
.f-label {
    -webkit-box-align: center;
    align-items: center;
    color: #1e262b;
    display: -webkit-box;
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0;
    padding: 0 0.5rem;
}
.f-label.--required:after {
    color: #dc3545;
    content: "*";
    padding-left: 0.25rem;
}
.f-label.--checkbox {
    padding-left: 1.5rem;
    position: relative;
}
.f-label.--checkbox:hover {
    cursor: pointer;
}
.f-label.--checkbox:after {
    border-color: #2b363c;
    border-style: solid;
    border-width: 0 0.125rem 0.125rem 0;
    content: "";
    height: 0.625rem;
    left: 0.5rem;
    opacity: 0;
    position: absolute;
    top: 0.6875rem;
    -webkit-transform: translate(-50%, -60%) rotate(45deg);
    transform: translate(-50%, -60%) rotate(45deg);
    -webkit-transition: color;
    transition: color;
    width: 0.25rem;
}
.f-label.--checkbox:before {
    background-color: #fff;
    border-radius: 0.1875rem;
    box-shadow: 0 0 0 1px #56666a;
    content: "";
    display: block;
    height: 1rem;
    left: 0;
    position: absolute;
    top: 0.1875rem;
    width: 1rem;
    transition: box-shadow 0.3s;
}
.footer-newsletter .f-label.--checkbox:hover:before {
    box-shadow: 0 0 0 1px #1e262b;
}
input[type="checkbox"]:checked ~ .f-label.--checkbox:after {
    opacity: 1;
}
.f-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: start;
    -webkit-box-align: start;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}
.f-wrap,
.g-base {
    display: -webkit-box;
    display: flex;
    row-gap: 0.5rem;
}
.g-base {
    -webkit-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
    flex-wrap: wrap;
}
.g-buttons {
    margin-top: 3rem;
}
.g-buttons.--center {
    -webkit-box-pack: center;
    justify-content: center;
}
.g-buttons.--left {
    -webkit-box-pack: start;
    justify-content: flex-start;
}
.g-footer-socials {
    display: -webkit-box;
    display: flex;
    gap: 0.5rem 0.625rem;
    padding-top: 1.5rem;
}
.g-posts-list {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(3, 1fr);
}
.g-posts-list.--narrow {
    grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 61.999em) {
    .g-posts-list {
        gap: 2.5rem;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 35.999em) {
    .g-posts-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: center;
        align-items: center;
        display: -webkit-box;
        display: flex;
        flex-direction: column;
    }
}
.g-posts-list__item.--large {
    grid-column: span 2;
    position: relative;
}
.g-posts-list__item.--large .i-post {
    gap: 1.5rem 2.5rem;
    padding: 3rem 0;
}
@media (max-width: 61.999em) {
    .g-posts-list__item.--large .i-post {
        padding: 2.5rem 0;
    }
}
.g-posts-list__item.--large.--bg-primary-light-gradient:before {
    background: linear-gradient(135deg, #e4edf6, #f5f3f6);
    border-radius: 1.5rem;
    content: "";
    height: 100%;
    position: absolute;
    right: -2.5rem;
    width: 100vw;
}
.g-posts-list__decor-small {
    aspect-ratio: 640/169;
    bottom: 0;
    pointer-events: none;
    position: absolute;
    right: -3.125rem;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 75.625rem;
}
.g-posts-list__decor-small * {
    display: block;
    height: 100%;
    width: 100%;
}
.g-posts-list__decor-small .img {
    border-radius: 0 0.625rem 0.625rem 0;
    opacity: 0.2;
}
.g-posts-list__decor-small .img * {
    border-radius: 0;
}
.g-share {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    gap: 1rem 0.625rem;
    justify-content: center;
}
@media (max-width: 47.999em) {
    .g-share {
        flex-wrap: wrap;
        gap: 1rem;
    }
}
.g-signpost {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 74.999em) {
    .g-signpost {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 61.999em) {
    .g-signpost {
        gap: 1.5rem;
    }
}
@media (max-width: 47.999em) {
    .g-signpost {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        display: -webkit-box;
        display: flex;
        flex-direction: column;
    }
}
.icon {
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-box-flex: 0;
    align-items: center;
    color: #1e262b;
    display: -webkit-box;
    display: flex;
    flex: 0 0 1rem;
    height: 1rem;
    justify-content: center;
    max-width: 1rem;
}
.icon svg {
    height: 100%;
    width: 100%;
}
.icon.--primary {
    color: #2751f6;
}
.icon.--white {
    color: #fff;
}
.icon.--lg {
    -webkit-box-flex: 0;
    flex: 0 0 1.25rem;
    height: 1.25rem;
    max-width: 1.25rem;
}
.icon.--sm {
    -webkit-box-flex: 0;
    flex: 0 0 0.875rem;
    height: 0.875rem;
    max-width: 0.875rem;
}
.img {
    border-radius: 0.625rem;
    display: block;
    overflow: hidden;
}
.img.--ratio-4-3 {
    aspect-ratio: 4/3;
}
.img.--ratio-16-9 {
    aspect-ratio: 19/9;
}
.img.--ratio-3-2 {
    aspect-ratio: 3/2;
}
.img.--ratio-1-1 {
    aspect-ratio: 1/1;
}
.img.--ratio-5-3 {
    aspect-ratio: 5/3;
}
.img img {
    border-radius: 0.625rem;
}
.img.--contain {
    height: 100%;
}
.img.--contain img,
.img.--contain picture {
    height: 100%;
    width: 100%;
}
.img.--contain img {
    -o-object-fit: contain;
    object-fit: contain;
}
.img.--cover {
    height: 100%;
}
.img.--cover img,
.img.--cover picture {
    height: 100%;
    width: 100%;
}
.img.--cover img {
    -o-object-fit: cover;
    object-fit: cover;
}
.img.--fill {
    height: 100%;
}
.img.--fill picture {
    display: block;
    height: 100%;
    width: 100%;
}
.img.--fill img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 100% 100%;
    object-position: 100% 100%;
}
.img.--placeholder {
    position: relative;
}
.img.--placeholder:before {
    background-color: #e1e8eb;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    z-index: -1;
}
.i-aside-post__heading {
    color: #1e262b;
    font-weight: 400;
    text-decoration: underline;
    -webkit-text-decoration-color: #1e262b;
    text-decoration-color: #1e262b;
    -webkit-transition: -webkit-text-decoration-color 0.3s ease;
    transition: -webkit-text-decoration-color 0.3s ease;
    transition: text-decoration-color 0.3s ease;
    transition: text-decoration-color 0.3s ease, -webkit-text-decoration-color 0.3s ease;
}
.i-aside-post__heading.sm-text {
    line-height: 1.5rem;
}
.i-aside-post {
    position: relative;
}
.i-aside-post a {
    -webkit-box-align: center;
    align-items: center;
    color: #1e262b;
    display: -webkit-box;
    display: flex;
    gap: 1rem 0.9375rem;
}
.i-aside-post a,
.i-aside-post a:hover .i-aside-post__heading {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}
@media (max-width: 93.749em) {
    .i-aside-post a {
        gap: 1rem 0.5rem;
    }
}
.i-aside-post:before {
    background-color: #e1e8eb;
    bottom: 0;
    content: "";
    height: 0.0625rem;
    position: absolute;
    -webkit-transform: translateY(1.25rem);
    transform: translateY(1.25rem);
    width: 100%;
}
@media (max-width: 93.749em) {
    .i-aside-post:before {
        -webkit-transform: translateY(0.75rem);
        transform: translateY(0.75rem);
    }
}
.i-aside-post__image {
    background-color: #e1e8eb;
    flex-shrink: 0;
    width: 4.5rem;
}
.i-aside-post__image,
.i-aside-post__image * {
    border-radius: 0.3125rem;
}
@media (max-width: 93.749em) {
    .i-aside-post__image {
        width: 2.5rem;
    }
}
.i-footer-social {
    -webkit-box-pack: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 0.75rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    display: -webkit-box;
    display: flex;
    height: 3rem;
    background: #ffffff;
    justify-content: center;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
    width: 3rem;
}
.i-footer-social .img {
    border-radius: 0;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    width: 1.5rem;
}
.i-footer-social .img * {
    border-radius: 0;
    width: 100%;
}
.i-footer-social:hover {
    box-shadow: none;
}
.i-footer-social:hover .img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.i-post-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background: url("images/bg--cta-bar.jpg") bottom left / cover;
    border-radius: 1rem;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
    justify-content: center;
    padding: 1.5rem 4.375rem;
    text-align: center;
}
@media (max-width: 93.749em) {
    .i-post-cta {
        padding: 1.5rem;
    }
}
@media (max-width: 35.999em) {
    .i-post-cta {
        -webkit-box-align: start;
        align-items: flex-start;
        padding: 1.5rem;
        text-align: left;
    }
}
.i-post-cta__heading {
    color: #fff;
}
.i-post-cta__perex {
    color: #c3cdd2;
}
.i-post__perex {
    margin-bottom: 0;
}
.i-post__heading-link {
    color: #1e262b;
    height: 3rem;
    -webkit-text-decoration-color: #1e262b;
    text-decoration-color: #1e262b;
}
.i-post__heading-link:hover {
    color: #1e262b;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}
.i-post__footer {
    margin-top: auto;
}
.i-post__footer .link {
    font-weight: 700;
}
.i-post__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: start;
    -webkit-box-align: start;
    align-items: flex-start;
    flex-direction: column;
    height: auto;
    justify-content: flex-start;
    row-gap: 1rem;
}
.i-post__content,
.i-post__metas {
    display: -webkit-box;
    display: flex;
}
.i-post__metas {
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem 1.25rem;
}
.i-post-image-link {
    border-radius: 1rem;
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}
.i-post-image-link:before {
    background-color: #e1e8eb;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    z-index: -1;
}
.i-post-image-link img {
    border-radius: 1rem;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    width: 100%;
}
.base-section.s-post.u-white .i-post-image-link {
    box-shadow: 0 0.5rem 2rem rgba(0 0 0 / 16%), 0 0.125rem 0.5rem -0.25rem rgba(0 0 0 / 40%);
}
.base-section.s-post.u-white .i-post-image-link,
.base-section.s-post.u-white .i-post-image-link img {
    border-radius: 1.5rem;
}
.i-post-image-link img[data-src]:not(.loaded) {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}
.i-post__meta {
    -webkit-box-align: center;
    align-items: center;
    color: #56666a;
    display: -webkit-box;
    display: flex;
    gap: 0.5rem 0.4375rem;
}
.i-post__meta .img {
    border-radius: 0;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
}
.i-post__meta .img img {
    border-radius: 0;
}
.i-post__image {
    max-width: 25.125rem;
}
.i-post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-column-gap: 9.375rem;
    -moz-column-gap: 9.375rem;
    column-gap: 9.375rem;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    row-gap: 1.5rem;
}
@media (max-width: 47.999em) {
    .i-post {
        row-gap: 1rem;
    }
}
.i-post.--medium {
    position: relative;
    z-index: 5;
}
.i-post.--medium .i-post__footer {
    margin-top: 0;
}
.i-post.--medium .i-post__image {
    justify-self: end;
    max-width: 34.375rem;
}
.i-post.--medium .i-post__heading-link {
    display: block;
    height: auto;
}
.i-post.--medium .i-post__perex {
    font-size: 1rem;
    line-height: 1.5rem;
}
@media (max-width: 47.999em) {
    .i-post.--medium .i-post__perex {
        font-size: 1rem;
    }
}
@media (min-width: 62em) {
    .i-post.--medium {
        -webkit-box-pack: start;
        align-content: start;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows:
            auto
            auto 1fr;
        justify-content: flex-start;
    }
    .i-post.--medium .i-post__image {
        align-self: flex-start;
        grid-column: 2 / span 1;
        grid-row: 1 / span 3;
    }
}
@media (max-width: 61.999em) {
    .i-post.--medium .i-post__recommend {
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
}
.i-post.--large {
    position: relative;
    z-index: 5;
}
.i-post.--large .i-post__footer {
    margin-top: 0;
}
.i-post.--large .i-post__image {
    justify-self: end;
    max-width: 34.375rem;
}
.i-post.--large .i-post__heading-link {
    display: block;
    height: auto;
}
.i-post.--large .i-post__perex {
    font-size: 1.25rem;
    line-height: 1.5rem;
}
@media (max-width: 47.999em) {
    .i-post.--large .i-post__perex {
        font-size: 1rem;
    }
}
@media (min-width: 62em) {
    .i-post.--large {
        -webkit-box-pack: start;
        align-content: start;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows:
            auto
            auto 1fr;
        justify-content: flex-start;
    }
    .i-post.--large .i-post__image {
        align-self: flex-start;
        grid-column: 2 / span 1;
        grid-row: 1 / span 3;
    }
}
@media (max-width: 61.999em) {
    .i-post.--large .i-post__recommend {
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
}
@media (max-width: 93.749em) {
    .i-post {
        -webkit-column-gap: 3.125rem;
        -moz-column-gap: 3.125rem;
        column-gap: 3.125rem;
    }
}
.i-post__recommend {
    -webkit-box-align: center;
    -webkit-box-pack: start;
    align-items: center;
    display: -webkit-box;
    display: flex;
    gap: 0.625rem;
    justify-content: flex-start;
}
.i-post__recommend .img {
    border-radius: 0;
    flex-shrink: 0;
    height: 1.5rem;
}
.i-post__recommend .img img {
    border-radius: 0;
}
.i-post__recommend-text {
    color: #188880;
    font-weight: 700;
}
.i-share__image {
    border-radius: 0;
    display: block;
    height: 1.5rem;
}
.i-share__image .img {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.i-share__image * {
    border-radius: 0;
}
.i-share {
    aspect-ratio: 1/1;
    background-color: #ffffff;
    border: none;
    border-radius: 0.75rem;
    box-shadow: 0 1px 3px rgba(0 0 0 / 8%);
    display: block;
    outline: none;
    padding: 0.75rem 0.3125rem;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
    width: 3rem;
}
.i-share:hover .img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .i-share:hover {
        box-shadow: none;
    }
}
@media (max-width: 35.999em) {
    .i-share {
        padding: 0.5rem 0.3125rem;
        width: 2.5rem;
    }
}
.i-signpost__heading {
    border-radius: 0.625rem;
    color: #1e262b;
    text-decoration: underline;
    -webkit-text-decoration-color: #1e262b;
    text-decoration-color: #1e262b;
    -webkit-transition: -webkit-text-decoration-color 0.3s ease;
    transition: -webkit-text-decoration-color 0.3s ease;
    transition: text-decoration-color 0.3s ease;
    transition: text-decoration-color 0.3s ease, -webkit-text-decoration-color 0.3s ease;
    z-index: 10;
}
.i-signpost__perex {
    color: #2b363c;
    margin-bottom: 0;
    z-index: 10;
}
.i-signpost {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    color: #1e262b;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
    padding: 1.5rem 1.875rem;
    position: relative;
    text-decoration: none;
    z-index: 2;
}
.i-signpost:before {
    -webkit-box-shadow: 0 0.625rem 2.5rem 1.25rem rgba(0, 0, 0, 0.102);
    box-shadow: 0 0.625rem 2.5rem 1.25rem rgba(0, 0, 0, 0.102);
    display: block;
    height: calc(100% - 2.5rem);
    width: calc(100% - 1.875rem);
    z-index: -3;
}
.i-signpost:after,
.i-signpost:before {
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.i-signpost:after {
    background-color: #fff;
    border-radius: 1rem;
    height: 100%;
    width: 100%;
}
.i-signpost:hover .i-signpost__heading {
    color: #1e262b;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}
.i-signpost:hover .i-signpost__perex {
    color: #2b363c;
}
.i-tag {
    background-color: #ffece0;
    border-radius: 0.25rem;
    color: #2751f6;
    display: -webkit-inline-box;
    display: inline-flex;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.625rem;
    text-align: center;
}
.i-tag,
.link__icon {
    -webkit-box-pack: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
}
.link__icon {
    display: -webkit-box;
    display: flex;
}
.link__icon svg {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    will-change: transform;
}
.link {
    -webkit-box-align: center;
    align-items: center;
    -webkit-column-gap: 0.3125rem;
    -moz-column-gap: 0.3125rem;
    column-gap: 0.3125rem;
    display: -webkit-inline-box;
    display: inline-flex;
    text-decoration: underline;
    -webkit-transition: -webkit-text-decoration-color 0.3s ease;
    transition: -webkit-text-decoration-color 0.3s ease;
    transition: text-decoration-color 0.3s ease;
    transition: text-decoration-color 0.3s ease, -webkit-text-decoration-color 0.3s ease;
    -webkit-transition-property: color, -webkit-text-decoration-color;
    transition-property: color, -webkit-text-decoration-color;
    transition-property: text-decoration-color, color;
    transition-property: text-decoration-color, color, -webkit-text-decoration-color;
}
.link.--black {
    color: #1e262b;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}
.link.--black:focus,
.link.--black:hover {
    color: #1e262b;
    -webkit-text-decoration-color: #1e262b;
    text-decoration-color: #1e262b;
}
.link.--gray {
    color: #56666a;
    -webkit-text-decoration-color: #56666a;
    text-decoration-color: #56666a;
}
.link.--gray:focus,
.link.--gray:hover {
    color: #56666a;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}
.link.--primary {
    color: #f36d2e;
    -webkit-text-decoration-color: #f36d2e;
    text-decoration-color: #f36d2e;
}
.link.--primary:focus,
.link.--primary:hover {
    color: #f36d2e;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}
.link.--icon-before .link__icon {
    -webkit-box-ordinal-group: 0;
    order: -1;
}
.link.--animation-right svg {
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.link.--animation-right:hover svg {
    -webkit-transform: translateX(0.5rem);
    transform: translateX(0.5rem);
}
.link.--animation-zoom:hover svg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.link.--underline-initial {
    -webkit-text-decoration-color: inherit;
    text-decoration-color: inherit;
}
.link.--underline-initial:focus,
.link.--underline-initial:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}
.main-footer-top {
    background-color: #f5f7fa;
    padding: 5rem 0;
}
@media (max-width: 47.999em) {
    .main-footer-top {
        padding: 2.5rem 0;
    }
}
.main-footer-top__container {
    display: grid;
    gap: 3rem 6.25rem;
    grid-template-columns: 3fr 2.5fr 5.5fr;
}
@media (max-width: 93.749em) {
    .main-footer-top__container {
        gap: 3rem;
        grid-template-columns: 4fr 3fr 5fr;
    }
}
@media (max-width: 74.999em) {
    .main-footer-top__container {
        gap: 2.5rem;
        grid-template-columns: 6fr 6fr;
    }
}
@media (max-width: 35.999em) {
    .main-footer-top__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        display: -webkit-box;
        display: flex;
        flex-direction: column;
    }
}
@media (max-width: 74.999em) {
    .main-footer-top__newsletter {
        grid-column: 1 / span 2;
    }
}
.main-footer-top__brand {
    display: block;
    height: 3rem;
    margin-bottom: 1.5rem;
}
.main-footer-top__brand * {
    height: 100%;
}
.main-footer-top__entry-content.entry-content * {
    color: #56666a;
    font-size: 1rem;
    line-height: 1.5;
}
.main-footer-top__entry-content.entry-content p {
    margin-bottom: 1rem;
}
.main-footer-top__entry-content.entry-content :last-child {
    margin-bottom: 0;
}
.main-footer-top__contact-block {
    color: #0b0f10;
}
.main-footer-top__contact-block a {
    color: #56666a;
}
.main-footer-top__contact-block > :last-child {
    margin-bottom: 0;
}
.main-footer-top__heading {
    padding-top: 2rem;
}
@media (max-width: 35.999em) {
    .main-footer-top__heading {
        padding-top: 0;
    }
}
.footer-newsletter__heading.lg-text,
.main-footer-top__heading.lg-text {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    line-height: 1.2;
}
@media (max-width: 35.999em) {
    .footer-newsletter__heading,
    .main-footer-top__heading {
        margin-bottom: 0.5rem;
    }
}
.main-footer__bottom {
    background-color: #f5f7fa;
    padding: 0;
}
.main-footer__bottom .container {
    padding: 3rem 1.5rem;
    border-top: 1px solid #d2dbe5;
}
@media (max-width: 47.999em) {
    .main-footer__bottom .container {
        padding: 2rem 1rem;
    }
}
.main-footer__copy.sm-text {
    color: #56666a;
    margin-bottom: 0;
    text-align: center;
    font-size: 1rem;
    line-height: 1.2;
}
.main-header-search__inner {
    -webkit-box-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 0.75rem;
    display: -webkit-box;
    display: flex;
    position: relative;
}
.main-header-search__inner:before {
    border-radius: 0.75rem;
    box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.08);
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    transition: box-shadow 0.3s;
}
.main-header-search__inner:hover:before {
    box-shadow: 0 0 0 4px rgba(242, 109, 46, 0.24);
}
@media (min-width: 62em) {
    .main-header-search__inner {
        -webkit-box-flex: 2;
        flex-grow: 2;
        flex-shrink: 1;
    }
}
@media (max-width: 61.999em) {
    .main-header-search__inner {
        opacity: 0;
        pointer-events: none;
        position: fixed;
        top: 5rem;
        width: 0;
    }
}
.main-header-search__input {
    background-color: #fff;
    border: 1px solid #aec5d4;
    border-right: 0;
    border-radius: 0.75rem 0 0 0.75rem;
    color: #2b363c;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin-right: -0.0625rem;
    outline: none;
    padding: 0.75rem 1rem;
    transition: border-color 0.3s ease;
    z-index: 10;
}
@media (min-width: 62em) {
    .main-header-search__input {
        -webkit-box-flex: 2;
        flex-grow: 2;
        flex-shrink: 1;
        max-width: calc(100% - 3.125rem);
        width: calc(100% - 3.125rem);
    }
}
@media (max-width: 47.999em) {
    .main-header-search__input {
        padding: 0.5rem 1rem;
    }
}
.main-header-search__input:active,
.main-header-search__input:focus {
    border-color: #f36d2e;
}
.main-header-search__input::-webkit-input-placeholder {
    color: #56666a;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1rem;
}
.main-header-search__input::-moz-placeholder {
    color: #56666a;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1rem;
}
.main-header-search__input::placeholder {
    color: #56666a;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1rem;
}
.main-header-search {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    justify-content: center;
    max-width: 100vw;
    width: auto;
    z-index: 70;
}
.main-header-search:before {
    background-color: #fff;
    content: "";
    height: 5rem;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    width: 100%;
    z-index: 35;
}
.main-header-search.--js-search-open:before {
    opacity: 1;
}
.main-header-search.--js-search-open .main-header-search__inner {
    left: 50%;
    max-width: calc(100% - 3.125rem);
    opacity: 1;
    pointer-events: inherit;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 31.25rem;
    z-index: 40;
}
.main-header-search.--js-search-open .main-header-search__input {
    -webkit-box-flex: 2;
    flex-grow: 2;
}
@media (max-width: 61.999em) {
    .main-header-search.--js-search-open:before {
        width: 100vw;
    }
    .main-header-search.--js-search-open .main-header-search__inner {
        max-width: 42rem;
        width: 42rem;
    }
}
@media (max-width: 47.999em) {
    .main-header-search.--js-search-open .main-header-search__inner {
        max-width: calc(100% - 3.125rem);
        width: 30.75rem;
    }
}
@media (min-width: 62em) {
    .main-header-search {
        -webkit-box-flex: 2;
        flex-grow: 2;
        flex-shrink: 1;
        max-width: 31.25rem;
    }
}
@media (max-width: 61.999em) {
    .main-header-search:before {
        border-bottom: 0.0625rem solid #c3cdd2;
        height: 4.25rem;
        top: 4.5rem;
    }
}
@media (max-width: 47.999em) {
    .main-header-search:before {
        height: 4.25rem;
        top: 4rem;
    }
}
.main-header-search__button {
    display: none;
}
@media (max-width: 61.999em) {
    .main-header-search__button {
        display: -webkit-box;
        display: flex;
    }
}
.main-header-search__button * {
    pointer-events: none;
}
.main-header-search__submit {
    border-radius: 0 0.3125rem 0.3125rem 0;
    display: inline-block;
    position: relative;
    z-index: 10;
}
.main-header-search__submit * {
    pointer-events: none;
}
.main-header {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    background: rgba(255 255 255 / 80%);
    -webkit-backdrop-filter: blur(1rem) saturate(5);
    backdrop-filter: blur(1rem) saturate(5);
    transition: all 0.3s ease-in-out;
}
.main-header:before {
    background-color: #414f56;
    bottom: -0.0625rem;
    height: 0.0625rem;
    opacity: 0.1;
}
.main-header:after,
.main-header:before {
    content: "";
    left: 50%;
    pointer-events: none;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    z-index: 60;
}
.main-header:after {
    height: 0.25rem;
    background-image: linear-gradient(135deg, #f58023, #f04f41);
    background-color: #f36d2e;
    top: 0;
}
.main-header.headroom--not-top {
    position: fixed;
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0s;
    transition: -webkit-transform 0s;
    transition: transform 0s;
    transition: transform 0s, -webkit-transform 0s;
}
.main-header.headroom--not-top.headroom--unpinned {
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}
.main-header.headroom--not-top.headroom--unpinned.--no-transition {
    -webkit-transition: -webkit-transform 0s;
    transition: -webkit-transform 0s;
    transition: transform 0s;
    transition: transform 0s, -webkit-transform 0s;
}
.main-header.headroom--not-top.headroom--pinned {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    box-shadow: 0 0.625rem 1.25rem -0.5rem rgba(0 0 0 / 8%), 0 0.25rem 0.625rem -0.5rem rgba(0 0 0 / 24%);
    -webkit-transition: -webkit-transform 0.2s 0.3s;
    transition: -webkit-transform 0.2s 0.3s;
    transition: transform 0.2s 0.3s;
    transition: transform 0.2s 0.3s, -webkit-transform 0.2s 0.3s;
}
.main-header.headroom--not-top.--js-visible {
    -webkit-transform: none;
    transform: none;
}
@media (max-width: 61.999em) {
    .main-header.headroom--not-top .main-header__main-nav.--js-open {
        height: 100vh !important;
        height: calc(var(--vh, 1vh) * 100) !important;
    }
    @supports (-webkit-touch-callout: none) {
        .main-header.headroom--not-top .main-header__main-nav.--js-open {
            height: -webkit-fill-available;
        }
    }
}
.main-header__top {
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: flex;
    gap: 1.5rem 3rem;
    justify-content: space-between;
    min-height: 7rem;
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
    position: relative;
    width: 100%;
}
.main-header__top:before {
    background-color: #414f56;
    bottom: 0;
    content: "";
    height: 0.0625rem;
    left: 50%;
    opacity: 0.1;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}
@media (max-width: 61.999em) {
    .main-header__top {
        gap: 1.5rem 0.625rem;
        min-height: 0;
        padding-bottom: 1rem;
        padding-top: 1rem;
    }
    .main-header__top:before {
        display: none;
    }
}
.main-header__cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: -1.5rem;
}
@media (max-width: 61.999em) {
    .main-header__cta {
        left: 50%;
        margin-bottom: 0;
        opacity: 0;
        padding: 1.25rem;
        pointer-events: none;
        position: fixed;
        top: 21.875rem;
        -webkit-transform: translate(calc(-50% + 62.5rem), -100%);
        transform: translate(calc(-50% + 62.5rem), -100%);
        -webkit-transition: opacity 0.3s ease 0.3s, -webkit-transform 0.3s ease;
        transition: opacity 0.3s ease 0.3s, -webkit-transform 0.3s ease;
        transition: opacity 0.3s ease 0.3s, transform 0.3s ease;
        transition: opacity 0.3s ease 0.3s, transform 0.3s ease, -webkit-transform 0.3s ease;
        visibility: hidden;
        width: 100%;
        z-index: -50;
    }
    .main-header__cta.--js-open {
        opacity: 1;
        pointer-events: inherit;
        -webkit-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
        -webkit-transition: opacity 0.3s ease 0.4s, -webkit-transform 0.3s ease 0.4s;
        transition: opacity 0.3s ease 0.4s, -webkit-transform 0.3s ease 0.4s;
        transition: opacity 0.3s ease 0.4s, transform 0.3s ease 0.4s;
        transition: opacity 0.3s ease 0.4s, transform 0.3s ease 0.4s, -webkit-transform 0.3s ease 0.4s;
        visibility: visible;
        z-index: 50;
    }
}
.main-header__cta .btn {
    text-align: center;
}
.main-header__cta-text {
    color: #56666a;
}
@media (max-width: 35.999em) {
    .main-header__cta-text {
        text-align: center;
    }
}
.main-header__brand {
    display: block;
    flex-shrink: 0;
    height: 3rem;
}
.main-header__brand .img img {
    width: auto;
}
.main-header__brand.--js-open {
    z-index: 35;
}
@media (max-width: 61.999em) {
    .main-header__brand {
        flex-shrink: 1;
        height: 2.5rem;
        margin-right: auto;
    }
}
@media (max-width: 35.999em) {
    .main-header__brand {
        flex-shrink: 4;
    }
}
.main-header__bars {
    height: 1rem;
    position: relative;
    width: 1.25rem;
}
.main-header__bars span {
    background-color: #fff;
    border-radius: 0.1875rem;
    display: block;
    height: 0.1875rem;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
    width: 1.25rem;
}
.main-header__bars span:first-of-type {
    top: 0;
}
.main-header__bars span:nth-last-of-type(2),
.main-header__bars span:nth-last-of-type(3) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.main-header__bars span:last-of-type {
    bottom: 0;
}
.main-header__nav-btn {
    display: none;
}
@media (max-width: 61.999em) {
    .main-header__nav-btn {
        display: -webkit-box;
        display: flex;
        z-index: 50;
    }
}
.main-header__nav-btn.--js-open .main-header__bars span {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.main-header__nav-btn.--js-open .main-header__bars span:first-of-type,
.main-header__nav-btn.--js-open .main-header__bars span:last-of-type {
    opacity: 0;
}
.main-header__nav-btn.--js-open .main-header__bars span:nth-last-of-type(2) {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.main-header__nav-btn.--js-open .main-header__bars span:nth-last-of-type(3) {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.main-header__mask {
    background-color: #414f56;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    visibility: hidden;
    width: var(--client-width);
    z-index: 30;
}
@supports (-webkit-touch-callout: none) {
    .main-header__mask {
        height: -webkit-fill-available;
    }
}
.main-header__mask.--js-active {
    display: block;
    opacity: 0.8;
    overflow: hidden;
    pointer-events: inherit;
    visibility: visible;
}
@media (max-width: 61.999em) {
    .main-header__main-nav {
        background-color: #fff;
        display: block;
        left: 50%;
        padding-bottom: 7.5rem;
        padding-top: 5rem;
        position: fixed;
        top: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
        width: 100%;
        z-index: 30;
        box-shadow: 0 2rem 6rem -1rem rgba(0 0 0 / 32%), 0 0.25rem 1rem -0.5rem rgba(0 0 0 / 48%);
    }
    .main-header__main-nav:before {
        background-color: #e1e8eb;
        bottom: 7.5rem;
        content: "";
        height: 0.0625rem;
        left: 50%;
        position: absolute;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 41.75rem;
    }
}
@media (max-width: 61.999em) and (max-width: 47.999em) {
    .main-header__main-nav:before {
        width: 30.5rem;
    }
}
@media (max-width: 61.999em) and (max-width: 35.999em) {
    .main-header__main-nav:before {
        width: calc(100% - 3.25rem);
    }
}
@media (max-width: 61.999em) {
    .main-header__main-nav.--js-open {
        -webkit-box-flex: 10;
        display: block;
        flex-grow: 10;
        flex-shrink: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 31;
    }
}
@media (max-width: 35.999em) {
    .main-header__main-nav {
        left: 0;
        width: 100%;
    }
    .main-header__main-nav.--js-open {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.main-nav {
    display: block;
    margin-left: -2.1875rem;
    margin-right: -2.1875rem;
    position: relative;
    z-index: 70;
}
@media (max-width: 93.749em) {
    .main-nav {
        margin-left: -1.09375rem;
        margin-right: -1.09375rem;
    }
}
@media (max-width: 61.999em) {
    .main-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: start;
        align-items: flex-start;
        flex-direction: column;
        height: 100%;
        margin: 0;
        max-height: calc(100vh - 12.5rem);
        max-height: calc(var(--vh, 1vh) * 100 - 12.5rem);
        overflow: auto;
        position: relative;
        width: 100%;
        z-index: 30;
    }
}
@media (max-width: 35.999em) {
    .main-nav {
        max-height: calc(100vh - 12rem);
        max-height: calc(var(--vh, 1vh) * 100 - 12rem);
        padding: 0;
    }
}
.main-nav__list {
    -webkit-box-pack: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    justify-content: center;
    position: relative;
}
.main-nav__list .sub-menu-button {
    display: none;
}
@media (max-width: 61.999em) {
    .main-nav__list .sub-menu-button {
        display: block;
        height: 3rem;
        position: absolute;
        right: 0;
        top: 0;
        width: 3rem;
        z-index: 10;
    }
    .main-nav__list .sub-menu-button:hover {
        cursor: pointer;
    }
    .main-nav__list .sub-menu-button:before {
        border-color: #f36d2e;
        border-radius: 0 0 0 0.1875rem;
        border-style: solid;
        border-width: 0 0 0.125rem 0.125rem;
        content: "";
        height: 0.625rem;
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
        -webkit-transition: -webkit-transform 0.2s ease;
        transition: -webkit-transform 0.2s ease;
        transition: transform 0.2s ease;
        transition: transform 0.2s ease, -webkit-transform 0.2s ease;
        width: 0.625rem;
    }
    .main-nav__list .sub-menu-button.--js-open:before {
        -webkit-transform: translate(-50%, -50%) rotate(135deg);
        transform: translate(-50%, -50%) rotate(135deg);
    }
}
.main-nav__list a {
    color: #1e262b;
    text-decoration: none;
}
@media (max-width: 61.999em) {
    .main-nav__list a {
        -webkit-transition: color 0.2s ease;
        transition: color 0.2s ease;
    }
    .main-nav__list a:hover {
        color: #f37d30;
    }
    .main-nav__list .menu-item {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding: 0 1.625rem;
        width: 45rem;
    }
    .main-nav__list .menu-item a {
        padding-right: 3rem;
        width: 100%;
    }
    .main-nav__list .menu-item a:before {
        display: none;
    }
}
@media (max-width: 47.999em) {
    .main-nav__list .menu-item {
        width: 33.75rem;
    }
}
.main-nav__list > .menu-item:last-child a:before {
    display: none;
}
.main-nav__list > .menu-item > a {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5rem;
    padding: 1rem 2.1875rem;
    position: relative;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
@media (max-width: 93.749em) {
    .main-nav__list > .menu-item > a {
        padding: 1rem 0.875rem;
    }
}
@media (min-width: 62em) and (max-width: 74.999em) {
    .main-nav__list > .menu-item > a {
        font-size: 0.875rem;
    }
}
@media (max-width: 61.999em) {
    .main-nav__list > .menu-item > a {
        padding: 0.75rem 3rem 0.75rem 0;
    }
}
.main-nav__list > .menu-item:active a,
.main-nav__list > .menu-item:focus a,
.main-nav__list > .menu-item:hover a {
    color: #f36d2e;
}
.main-nav__list > .menu-item.--facebook {
    position: relative;
}
.main-nav__list > .menu-item.--facebook a {
    padding-left: 4.125rem;
}
.main-nav__list > .menu-item.--facebook:before {
    background-image: url(images/svg/facebook.svg);
    background-size: contain;
    content: "";
    display: block;
    flex-shrink: 0;
    height: 1.375rem;
    left: 2.25rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.375rem;
}
@media (max-width: 93.749em) {
    .main-nav__list > .menu-item.--facebook a {
        padding-left: 2.75rem;
    }
    .main-nav__list > .menu-item.--facebook:before {
        left: 0.875rem;
    }
}
@media (max-width: 61.999em) {
    .main-nav__list > .menu-item.--facebook a {
        padding-left: 2.25rem;
    }
    .main-nav__list > .menu-item.--facebook:before {
        left: 1.625rem;
    }
    .main-nav__list > .menu-item a {
        width: 100%;
    }
    .main-nav__list > .menu-item a:before {
        background-color: #e1e8eb;
        bottom: 0;
        content: "";
        display: block;
        height: 0.0625rem;
        left: 50%;
        opacity: 1;
        position: absolute;
        top: auto;
        -webkit-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
        width: 100%;
        z-index: 1;
    }
}
.main-nav__list > .menu-item > .sub-menu-button {
    right: 1.625rem;
}
.main-nav__list > .menu-item.current-menu-ancestor,
.main-nav__list > .menu-item.current-menu-item {
    position: relative;
}
.main-nav__list > .menu-item.current-menu-ancestor > a:before,
.main-nav__list > .menu-item.current-menu-item > a:before {
    opacity: 1;
}
.main-nav__list .menu-item.current-menu-ancestor a,
.main-nav__list .menu-item.current-menu-item a {
    position: relative;
}
@media (max-width: 61.999em) {
    .main-nav__list .menu-item.current-menu-ancestor a,
    .main-nav__list .menu-item.current-menu-item a {
        text-decoration: underline;
        -webkit-text-decoration-color: #f36d2e;
        text-decoration-color: #f36d2e;
        text-decoration-thickness: 0.1875rem;
    }
}
.main-nav__list > .menu-item.menu-item-has-children {
    position: relative;
}
.main-nav__list > .menu-item.menu-item-has-children > a {
    padding-right: 3.3125rem;
}
@media (max-width: 93.749em) {
    .main-nav__list > .menu-item.menu-item-has-children > a {
        padding-right: 1.9875rem;
    }
}
@media (max-width: 61.999em) {
    .main-nav__list > .menu-item.menu-item-has-children > a {
        padding-right: 3rem;
    }
}
.main-nav__list > .menu-item.menu-item-has-children:after {
    border-color: #f36d2e;
    border-style: solid;
    border-width: 0 0 0.125rem 0.125rem;
    content: "";
    height: 0.5rem;
    position: absolute;
    right: 2.25rem;
    top: 50%;
    -webkit-transform: translateY(calc(-50% - 0.125rem)) rotate(-45deg);
    transform: translateY(calc(-50% - 0.125rem)) rotate(-45deg);
    width: 0.5rem;
}
@media (max-width: 93.749em) {
    .main-nav__list > .menu-item.menu-item-has-children:after {
        right: 1.125rem;
    }
}
@media (max-width: 61.999em) {
    .main-nav__list > .menu-item.menu-item-has-children:after {
        display: none;
    }
}
.main-nav__list > .menu-item.menu-item-has-children > .sub-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #fff;
    border-radius: 0 0 0.5rem 0.5rem;
    -webkit-box-shadow: 0 0.625rem 0.625rem rgba(0, 56, 89, 0.2);
    box-shadow: 0 0.625rem 0.625rem rgba(0, 56, 89, 0.2);
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    left: 0;
    max-width: 15.625rem;
    opacity: 0;
    outline: none;
    padding: 1rem;
    pointer-events: none;
    position: absolute;
    row-gap: 1rem;
    top: calc(100% - 0.625rem);
    -webkit-transform: translateY(0.625rem);
    transform: translateY(0.625rem);
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 120;
}
@media (max-width: 61.999em) {
    .main-nav__list > .menu-item.menu-item-has-children > .sub-menu {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        height: 0;
        max-width: 100%;
        opacity: 0;
        padding: 0;
        position: relative;
        row-gap: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: opacity 0s ease;
        transition: opacity 0s ease;
        width: 100%;
        z-index: inherit;
    }
    .main-nav__list > .menu-item.menu-item-has-children > .sub-menu:before {
        background-color: #e1e8eb;
        content: "";
        height: 100%;
        left: 50%;
        opacity: 0;
        position: absolute;
        top: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100vw;
        z-index: -1;
    }
    .main-nav__list > .menu-item.menu-item-has-children > .sub-menu.--js-open {
        height: auto;
        opacity: 1;
        pointer-events: inherit;
        top: auto;
        -webkit-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease;
    }
    .main-nav__list > .menu-item.menu-item-has-children > .sub-menu.--js-open:before {
        opacity: 0.3;
    }
    .main-nav__list > .menu-item.menu-item-has-children > .sub-menu.--js-open > li > a {
        padding: 1rem 3rem 1rem 0;
    }
}
.main-nav__list > .menu-item.menu-item-has-children > .sub-menu.--js-sub-menu-left {
    left: auto;
    right: 0;
}
.main-nav__list > .menu-item.menu-item-has-children > .sub-menu > .menu-item > a {
    color: #1e262b;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1rem;
    margin-bottom: 0;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    text-decoration-thickness: 0.1875rem;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.main-nav__list > .menu-item.menu-item-has-children > .sub-menu > .menu-item > a:active,
.main-nav__list > .menu-item.menu-item-has-children > .sub-menu > .menu-item > a:focus,
.main-nav__list > .menu-item.menu-item-has-children > .sub-menu > .menu-item > a:hover {
    color: #f36d2e;
}
@media (max-width: 61.999em) {
    .main-nav__list > .menu-item.menu-item-has-children > .sub-menu > .menu-item > a {
        padding: 0 3rem 0 0.9375rem;
        text-decoration: none;
    }
    .main-nav__list > .menu-item.menu-item-has-children > .sub-menu > .menu-item {
        padding: 0;
    }
}
.main-nav__list > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children {
    position: relative;
}
.main-nav__list > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children > .sub-menu {
    background-color: #fff;
}
@media (max-width: 61.999em) {
    .main-nav__list > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children > .sub-menu.--js-open > li > a {
        padding: 0.75rem 3rem 0.75rem 0;
    }
}
.main-nav__list > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item {
    padding: 0;
}
.main-nav__list > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item > a {
    background-color: transparent;
    color: #1e262b;
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1rem;
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
    position: relative;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    text-decoration-thickness: 0.1875rem;
    text-underline-offset: 0.0625rem;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.main-nav__list > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item > a:active,
.main-nav__list > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item > a:focus,
.main-nav__list > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item > a:hover {
    color: #f36d2e;
}
.main-nav__list > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item > a:active:before,
.main-nav__list > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item > a:focus:before,
.main-nav__list > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item > a:hover:before {
    display: block;
}
@media (max-width: 61.999em) {
    .main-nav__list > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item > a {
        font-size: 1rem;
        font-weight: 600;
        padding: 0 3rem 0 1.875rem;
        text-decoration: none;
    }
    .main-nav__list > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children > .sub-menu {
        background-color: transparent;
        height: 0;
        opacity: 0;
        padding: 0;
        pointer-events: none;
        position: relative;
        -webkit-transition: opacity 0s ease;
        transition: opacity 0s ease;
    }
    .main-nav__list > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children > .sub-menu:before {
        background-color: #e1e8eb;
        content: "";
        height: 100%;
        left: 50%;
        opacity: 0;
        position: absolute;
        top: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100vw;
        z-index: -1;
    }
    .main-nav__list > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children > .sub-menu.--js-open {
        height: auto;
        opacity: 1;
        pointer-events: inherit;
        -webkit-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease;
    }
    .main-nav__list > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item-has-children > .sub-menu.--js-open:before {
        opacity: 0.5;
    }
}
@media (min-width: 62em) {
    .main-nav__list > .menu-item.menu-item-has-children:hover > .sub-menu {
        opacity: 1;
        pointer-events: all;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@media (max-width: 61.999em) {
    .main-nav__list > .menu-item.menu-item-has-children {
        -webkit-box-align: center;
        align-items: center;
        display: -webkit-box;
        display: flex;
    }
    .main-nav__list,
    .main-nav__list > .menu-item.menu-item-has-children {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
    .main-nav__list {
        -webkit-box-align: start;
        -webkit-box-pack: start;
        align-items: flex-start;
        height: 100%;
        justify-content: flex-start;
        max-height: 100%;
        overflow: auto;
        position: relative;
        width: 100%;
        z-index: 30;
    }
}
.pagination {
    gap: 0.75rem;
    justify-self: flex-end;
}
.pagination .link {
    flex-shrink: 0;
}
.pagination__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    -webkit-box-shadow: inset 0 0 0 0.0625rem #c3cdd2;
    box-shadow: inset 0 0 0 0.0625rem #c3cdd2;
    color: #2b363c;
    font-size: 1rem;
    height: 2.5rem;
    outline: none;
    padding: 1rem 0.5rem;
    text-align: right;
    width: 2.125rem;
    border-radius: 0.5rem;
    transition: border-color 0.3s, box-shadow 0.3s;
}
.pagination__input:focus {
    box-shadow: inset 0 0 0 0.0625rem #414f56, inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(222, 224, 225, 0.6);
}
.pagination__input[type="number"]::-webkit-inner-spin-button,
.pagination__input[type="number"]::-webkit-outer-spin-button {
    display: none;
}
.pagination__input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
.pagination__input::-webkit-input-placeholder {
    color: #56666a;
}
.pagination__input::-moz-placeholder {
    color: #56666a;
}
.pagination__input::placeholder {
    color: #56666a;
}
.pagination__number {
    color: #56666a;
    flex-shrink: 0;
}
.scroll-up {
    -webkit-box-pack: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: #2751f6;
    border-radius: 1.25rem;
    bottom: 2.5rem;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    height: 2.5rem;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 2.5rem;
    -webkit-transform: translateY(2.5rem) scale(0.8);
    transform: translateY(2.5rem) scale(0.8);
    -webkit-transition: background-color 0.3s ease, opacity 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55), -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transition: background-color 0.3s ease, opacity 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55), -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transition: background-color 0.3s ease, opacity 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55), transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transition: background-color 0.3s ease, opacity 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55), transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55), -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    width: 2.5rem;
    will-change: opacity, transform, background-color;
    z-index: 50;
}
.scroll-up:hover {
    background-color: #476cfe;
}
.scroll-up:after {
    border-radius: 1.25rem;
    -webkit-box-shadow: 0 0 0.625rem 2.5rem #fff;
    box-shadow: 0 0 0.625rem 2.5rem #fff;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    -webkit-transition-property: opacity, -webkit-box-shadow;
    transition-property: opacity, -webkit-box-shadow;
    transition-property: opacity, box-shadow;
    transition-property: opacity, box-shadow, -webkit-box-shadow;
    width: 100%;
}
.scroll-up:active:after {
    -webkit-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff;
    opacity: 1;
    position: absolute;
    -webkit-transition: 0s;
    transition: 0s;
}
.scroll-up svg {
    height: 1rem;
    width: 1rem;
}
.scroll-up path {
    fill: #fff;
}
.scroll-up.--active {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
}
.s-author__wrapper {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    gap: 1.5rem 1.25rem;
}
@media (max-width: 35.999em) {
    .s-author__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: start;
        -webkit-box-pack: center;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        text-align: start;
    }
}
.i-author__image {
    align-self: flex-start;
    background-color: #e1e8eb;
    border-radius: 100%;
    flex-shrink: 0;
    width: 6.5rem;
}
@media (max-width: 35.999em) {
    .i-author__image {
        align-self: flex-start;
        justify-self: flex-start;
    }
}
.s-author__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.s-author__heading {
    color: #2b363c;
}
.s-author__perex {
    color: #56666a;
    margin-bottom: 0;
}
@media (max-width: 35.999em) {
    .s-author__perex {
        max-width: 50ch;
    }
}
.s-cta-banner {
    background: #404f56 url(images/bg--cta-bar.jpg) no-repeat 50% / cover;
    color: #fff;
    position: relative;
}
.s-cta-banner__content {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
@media (max-width: 47.999em) {
    .s-cta-banner__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
    .s-cta-banner__content .base-header {
        margin-bottom: 0;
        text-align: center;
    }
}
.s-cta-banner__content .base-header {
    z-index: 10;
    row-gap: 0.25rem;
    text-align: center;
}
.s-cta-banner__btn {
    flex-shrink: 0;
}
.s-cta-banner__decor-left {
    display: none;
}
@media (min-width: 93.75em) {
    .s-cta-banner__decor-left {
        left: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.s-cta-banner__decor-right {
    display: none;
}
.s-cta-banner__decor-right * {
    max-width: 100%;
}
@media (min-width: 93.75em) {
    .s-cta-banner__decor-right {
        right: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.s-cta__wrapper {
    background: -webkit-gradient(linear, left top, right top, from(#2b363c), to(#1e262b));
    background: linear-gradient(90deg, #2b363c, #1e262b);
    border-radius: 0.625rem;
    color: #fff;
    padding: 2.5rem;
}
.s-cta__wrapper .base-header__paragraph {
    color: #e1e8eb;
}
@media (max-width: 47.999em) {
    .s-cta__wrapper {
        padding: 1rem;
    }
}
.s-error-404 {
    text-align: center;
}
.s-error-404__heading.base-h1 {
    background-color: #f36d2e;
    background-image: linear-gradient(135deg, #f58023, #f04f41);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    display: block;
    font-size: 11rem;
    line-height: 11rem;
}
@media (max-width: 47.999em) {
    .s-error-404__heading.base-h1 {
        font-size: 8.5rem;
        line-height: 8.5rem;
    }
}
.s-error-404__sub-heading {
    margin-bottom: 1.5rem;
}
.s-error-404__perex,
.s-error-404__sub-heading {
    margin-left: auto;
    margin-right: auto;
    max-width: 31.25rem;
}
.s-error-404__perex {
    font-weight: 400;
    margin-bottom: 0;
    text-align: center;
}
.s-intro {
    position: relative;
}
.s-intro .base-header {
    max-width: none;
}
.s-intro__meta {
    -webkit-box-align: center;
    align-items: center;
    color: #56666a;
    display: -webkit-box;
    display: flex;
    gap: 0 0.625rem;
    padding-top: 1.5rem;
    position: absolute;
    right: 50%;
    top: 0;
    -webkit-transform: translateX(40.625rem);
    transform: translateX(40.625rem);
    z-index: 20;
}
.s-intro__meta span {
    line-height: 1.5rem;
}
@media (max-width: 93.749em) {
    .s-intro__meta {
        -webkit-transform: translateX(34.125rem);
        transform: translateX(34.125rem);
    }
}
@media (max-width: 74.999em) {
    .s-intro__meta {
        -webkit-transform: translateX(28.5rem);
        transform: translateX(28.5rem);
    }
}
@media (max-width: 61.999em) {
    .s-intro__meta {
        -webkit-transform: translateX(21rem);
        transform: translateX(21rem);
    }
}
@media (max-width: 47.999em) {
    .s-intro__meta {
        -webkit-transform: translateX(15.375rem);
        transform: translateX(15.375rem);
    }
}
@media (max-width: 35.999em) {
    .s-intro__meta {
        right: 0;
        -webkit-transform: translateX(-1.5rem);
        transform: translateX(-1.5rem);
    }
}
.s-intro__decor {
    bottom: 0;
    display: block;
    height: 100%;
    max-width: none;
    position: absolute;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    width: 100%;
}
.s-intro__decor .img,
.s-intro__decor .img * {
    border-radius: 0;
    height: 100%;
    width: 100%;
}
.s-intro__decor .img * {
    display: block;
}
.s-intro__content {
    position: relative;
    z-index: 5;
}
.password-form-section__form {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1460;
    padding-bottom: 4rem;
    padding-top: 4rem;
    position: relative;
    text-align: center;
}
@media (max-width: 61.999em) {
    .password-form-section__form {
        padding-bottom: 3.5rem;
        padding-top: 3.5rem;
    }
}
@media (max-width: 47.999em) {
    .password-form-section__form {
        padding-bottom: 3rem;
        padding-top: 3rem;
    }
}
@media (max-width: 35.999em) {
    .password-form-section__form {
        padding-bottom: 2.5rem;
        padding-top: 2.5rem;
    }
}
.password-form-section__form label {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}
.password-form-section__form label > input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    background-image: none;
    border: none !important;
    border-radius: 0.3125rem 0 0 0.3125rem;
    -webkit-box-shadow: inset 0 0 0 0.0625rem #c3cdd2;
    box-shadow: inset 0 0 0 0.0625rem #c3cdd2;
    color: #2b363c;
    display: inline;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 0;
    margin-left: 1.25rem;
    outline: none;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-top: 1rem;
    position: relative;
    width: 100%;
}
.password-form-section__form label > input::-webkit-input-placeholder {
    color: #58b12b;
    font-size: 1rem;
}
.password-form-section__form label > input::-moz-placeholder {
    color: #58b12b;
    font-size: 1rem;
}
.password-form-section__form label > input::placeholder {
    color: #58b12b;
    font-size: 1rem;
}
.password-form-section__form label > input:focus::-webkit-input-placeholder {
    opacity: 1;
}
.password-form-section__form label > input:focus::-moz-placeholder {
    opacity: 1;
}
.password-form-section__form label > input:focus::placeholder {
    opacity: 1;
}
.password-form-section__form p:last-child {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    justify-content: center;
}
.password-form-section__form p > input {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #f36d2e;
    border: none;
    border-radius: 0 0.3125rem 0.3125rem 0;
    -webkit-box-shadow: inset 0 0 0 0.0625rem #d74d0c;
    box-shadow: inset 0 0 0 0.0625rem #d74d0c;
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
    min-width: 12.5rem;
    overflow: hidden;
    padding: 1rem 3rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: background-color 0.2s, -webkit-box-shadow 0.2s;
    transition: background-color 0.2s, -webkit-box-shadow 0.2s;
    transition: background-color 0.2s, box-shadow 0.2s;
    transition: background-color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: top;
}
.password-form-section__form p > input:hover {
    background-color: #d74d0c;
}
.password-form-section__form p > input:active,
.password-form-section__form p > input:focus {
    background: #d81125;
    outline: 0;
}
@media (max-width: 35.938em) {
    .password-form-section__form {
        padding: 1rem;
    }
    .password-form-section__form p:last-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
    .password-form-section__form p > input {
        border-radius: 0.3125rem;
    }
    .password-form-section__form label {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
    .password-form-section__form label input {
        border-radius: 0.3125rem;
        margin-bottom: 1rem;
        margin-left: 0;
        margin-top: 1rem;
    }
}
.s-post-cta {
    margin-bottom: 4rem;
    margin-top: 4rem;
}
@media (max-width: 61.999em) {
    .s-post-cta {
        margin-bottom: 3.5rem;
        margin-top: 3.5rem;
    }
}
@media (max-width: 47.999em) {
    .s-post-cta {
        margin-bottom: 3rem;
        margin-top: 3rem;
    }
}
@media (max-width: 35.999em) {
    .s-post-cta {
        margin-bottom: 2.5rem;
        margin-top: 2.5rem;
    }
}
.s-post-cta__wrapper {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    gap: 1.5rem 2.5rem;
    position: relative;
}
.s-post-cta__wrapper:before {
    border-color: #e1e8eb;
    border-style: solid;
    border-width: 0.0625rem 0;
    content: "";
    height: calc(100% + 8rem);
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}
@media (max-width: 61.999em) {
    .s-post-cta__wrapper:before {
        height: calc(100% + 7rem);
    }
}
@media (max-width: 47.999em) {
    .s-post-cta__wrapper:before {
        height: calc(100% + 6rem);
    }
}
@media (max-width: 35.999em) {
    .s-post-cta__wrapper:before {
        height: calc(100% + 5rem);
    }
}
@media (max-width: 47.999em) {
    .s-post-cta__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}
.s-post-cta__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.s-post-cta__content .s-post-cta__heading {
    color: #1e262b;
    margin-bottom: 0;
    margin-top: 0;
    text-decoration: underline;
    -webkit-text-decoration-color: #212529;
    text-decoration-color: #212529;
    -webkit-transition: -webkit-text-decoration-color 0.3s ease;
    transition: -webkit-text-decoration-color 0.3s ease;
    transition: text-decoration-color 0.3s ease;
    transition: text-decoration-color 0.3s ease, -webkit-text-decoration-color 0.3s ease;
}
.s-post-cta__tag {
    color: #188880;
    font-weight: 700;
}
.s-post-cta__image-link {
    align-self: flex-start;
    flex-shrink: 0;
    width: 12.5rem;
}
.s-post-cta__image {
    background-color: #e1e8eb;
}
.s-post-cta__link {
    color: #1e262b;
    text-decoration: none;
}
.s-post-cta__link:hover {
    color: #1e262b;
}
.s-post-cta__link:hover .s-post-cta__heading {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}
.s-post-detail__metas {
    flex-wrap: wrap;
    gap: 0.5rem 1.25rem;
    padding-top: 1rem;
}
.s-post-detail__meta,
.s-post-detail__metas {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
}
.s-post-detail__meta {
    gap: 0.5rem 0.4375rem;
}
.s-post-detail__meta,
.s-post-detail__meta a {
    color: #56666a;
    font-size: 0.875rem;
}
.s-post-detail__meta .img {
    border-radius: 0;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
}
.s-post-detail__meta .img img {
    border-radius: 0;
}
.s-post-detail__content.entry-content {
    padding-top: 2.5rem;
}
.s-post {
    position: relative;
}
.s-post__decor {
    bottom: 0;
    display: block;
    height: 100%;
    max-width: none;
    position: absolute;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    width: 100%;
}
.s-post__decor .img,
.s-post__decor .img * {
    border-radius: 0;
    height: 100%;
    width: 100%;
}
.s-post__decor .img * {
    display: block;
}
.s-post__decor-small {
    aspect-ratio: 640/169;
    bottom: 0;
    display: block;
    pointer-events: none;
    position: absolute;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    width: 120rem;
}
.s-post__decor-small .img {
    border-radius: 0;
    opacity: 0.2;
}
.s-post__decor-small .img * {
    border-radius: 0;
}
@media (min-width: 120em) {
    .s-post__decor-small {
        right: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.s-post-theme__wrapper {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    gap: 1rem 1.5rem;
}
@media (max-width: 47.999em) {
    .s-post-theme__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: start;
        align-items: flex-start;
        flex-direction: column;
    }
}
.s-post-theme__theme {
    align-self: flex-start;
    color: #56666a;
    flex-shrink: 0;
    gap: 0.5rem 0.625rem;
}
.s-post-theme__list,
.s-post-theme__theme {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
}
.s-post-theme__list {
    flex-wrap: wrap;
    gap: 0.5rem 1.25rem;
}
@media (max-width: 47.999em) {
    .s-post-theme__list {
        -webkit-box-pack: start;
        justify-content: flex-start;
    }
}
.s-post-theme__item {
    font-size: 0.875rem;
    line-height: 1rem;
}
.s-posts-grid__grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr;
}
@media (min-width: 75em) {
    .s-posts-grid__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .s-posts-grid__grid-cell:first-of-type {
        grid-row: span 3 / auto;
    }
}
.s-posts-list__bottom-bar {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    display: grid;
    gap: 1rem 3rem;
    grid-template-columns: 1fr auto 1fr;
    justify-content: center;
    padding-top: 3.5rem;
}
@media (max-width: 47.999em) {
    .s-posts-list__bottom-bar {
        gap: 1rem 1.5rem;
        grid-template-columns: repeat(2, 1fr);
        padding-top: 2rem;
    }
    .s-posts-list__btn {
        -webkit-box-ordinal-group: 0;
        -webkit-box-pack: center;
        grid-column: 1 / span 2;
        justify-content: center;
        justify-self: center;
        order: -1;
        width: 100%;
    }
}
.s-posts-list__visible {
    color: #56666a;
}
.s-share__wrapper {
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    align-items: center;
    border-radius: 1rem;
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
    padding: 2rem 1.875rem;
    background: linear-gradient(135deg, #eff3f9, #faf9fb);
}
@media (max-width: 47.999em) {
    .s-share__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: start;
        align-items: flex-start;
        flex-direction: column;
        gap: 1rem 0.5rem;
        padding: 1rem;
    }
}
.s-share__heading {
    font-weight: 400;
}
.s-share__perex {
    font-weight: 700;
    margin-bottom: 0;
}
.w-posts.highlight .i-aside-post__heading {
    color: #f36d2e;
    -webkit-text-decoration-color: #f36d2e;
    text-decoration-color: #f36d2e;
}
.w-posts__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}
@media (max-width: 93.749em) {
    .w-posts__list {
        gap: 1.5rem;
    }
}
@media (min-width: 48em) and (max-width: 61.999em) {
    .w-posts__list {
        display: grid;
        gap: 1.5rem;
        grid-template-columns: repeat(2, 1fr);
    }
}
.w-posts__list li:last-child .i-aside-post:before {
    display: none;
}
.widget.widget_media_image {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}
.widget.widget_media_image:before {
    display: none;
}
.widget.widget_media_image .widgettitle {
    background: #fff;
    color: #1e262b;
    margin-bottom: 0;
    padding: 1rem 1rem 2.5rem;
}
@media (max-width: 35.999em) {
    .widget.widget_media_image .widgettitle {
        padding-bottom: 1.5rem;
    }
}
.widget.widget_media_image a {
    border-radius: 0.3125rem;
    display: block;
    height: 25rem;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.widget.widget_media_image a img {
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.widget_nav_menu .menu-item-has-children {
    position: relative;
}
.widget_nav_menu .menu-item-has-children ul {
    height: 0;
    opacity: 0;
    overflow: hidden;
}
.widget_nav_menu li.menu-item.--js-open {
    position: relative;
}
.widget_nav_menu li.menu-item.--js-open > ul.sub-menu {
    height: auto;
    opacity: 1;
    pointer-events: inherit;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.widget_nav_menu .sub-menu-button {
    cursor: pointer;
    display: block;
    height: 1.5rem !important;
    position: absolute;
    right: 0;
    top: 0.5rem;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    width: 1.5rem;
    z-index: 20;
}
.widget_nav_menu .sub-menu-button:before {
    border-color: #f36d2e;
    border-style: solid;
    border-width: 0 0.125rem 0.125rem 0;
    content: "";
    height: 0.75rem;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, calc(-50% - 0.1875rem)) rotate(45deg);
    transform: translate(-50%, calc(-50% - 0.1875rem)) rotate(45deg);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    width: 0.75rem;
}
.widget_nav_menu .sub-menu-button.--js-open:before {
    -webkit-transform: translate(-50%, -50%) rotate(225deg);
    transform: translate(-50%, -50%) rotate(225deg);
}
.widget_nav_menu > div > ul .active > a,
.widget_nav_menu > div > ul .current-menu-item > a,
.widget_pages > ul .active > a,
.widget_pages > ul .current-menu-item > a {
    color: #f36d2e;
}
.aside-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    gap: 4rem;
    padding-bottom: 4rem;
    padding-top: 4rem;
}
@media (max-width: 61.999em) {
    .aside-main {
        gap: 2.5rem;
        padding-bottom: 0;
        padding-top: 3.5rem;
    }
}
@media (max-width: 47.999em) {
    .aside-main {
        padding-bottom: 0;
        padding-top: 3rem;
    }
}
@media (max-width: 35.999em) {
    .aside-main {
        padding-bottom: 0;
        padding-top: 2.5rem;
    }
}
.widget {
    background: #fff;
    border-radius: 0.3125rem;
    -webkit-box-shadow: inset 0 0 0 0.0625rem #e1e8eb;
    box-shadow: inset 0 0 0 0.0625rem #e1e8eb;
    font-weight: 400;
    padding: 1.5rem 1.25rem;
    position: relative;
}
.widget:before {
    background-color: #188880;
    border-radius: 0.25rem 0.25rem 0 0;
    content: "";
    height: 0.25rem;
    left: 50%;
    position: absolute;
    top: -0.25rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 2rem);
}
.widgettitle {
    color: #1e262b;
    font-family: Inter, sans-serif;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
}
@media (max-width: 47.999em) {
    .widgettitle {
        font-size: 1.125rem;
    }
}
@media (max-width: 35.999em) {
    .widgettitle {
        margin-bottom: 1.5rem;
    }
}
.widget_categories:not(.widget_categories_select) ul,
.widget_nav_menu > div > ul,
.widget_pages > ul {
    margin-bottom: -0.5rem;
}
.widget_categories:not(.widget_categories_select) ul li,
.widget_nav_menu > div > ul li,
.widget_pages > ul li {
    position: relative;
}
.widget_categories:not(.widget_categories_select) ul li a:before,
.widget_nav_menu > div > ul li a:before,
.widget_pages > ul li a:before {
    background-color: #e1e8eb;
    bottom: 0;
    content: "";
    height: 0.0625rem;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
}
.widget_categories:not(.widget_categories_select) ul li > ul,
.widget_nav_menu > div > ul li > ul,
.widget_pages > ul li > ul {
    height: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: height 0.2s, opacity 0s;
    transition: height 0.2s, opacity 0s;
}
.widget_categories:not(.widget_categories_select) ul li.js-open > ul,
.widget_nav_menu > div > ul li.js-open > ul,
.widget_pages > ul li.js-open > ul {
    height: auto;
    opacity: 1;
    pointer-events: inherit;
    -webkit-transition: height 0.2s, opacity 0.2s;
    transition: height 0.2s, opacity 0.2s;
}
.widget_categories:not(.widget_categories_select) ul li li,
.widget_nav_menu > div > ul li li,
.widget_pages > ul li li {
    padding-left: 0.9375rem;
}
.widget_categories:not(.widget_categories_select) ul .active > a,
.widget_categories:not(.widget_categories_select) ul .current-menu-item > a,
.widget_nav_menu > div > ul .active > a,
.widget_nav_menu > div > ul .current-menu-item > a,
.widget_pages > ul .active > a,
.widget_pages > ul .current-menu-item > a {
    text-decoration: none;
}
.widget_categories:not(.widget_categories_select) ul > li:last-of-type a:before,
.widget_nav_menu > div > ul > li:last-of-type a:before,
.widget_pages > ul > li:last-of-type a:before {
    display: none;
}
.widget_categories:not(.widget_categories_select) ul a,
.widget_nav_menu > div > ul a,
.widget_pages > ul a {
    color: #202a2d;
    display: block;
    padding: 0.5rem 0;
    position: relative;
    text-decoration: none;
    width: 100%;
    z-index: 1;
}
.widget_categories:not(.widget_categories_select) ul a:hover,
.widget_nav_menu > div > ul a:hover,
.widget_pages > ul a:hover {
    text-decoration: underline;
}
.widget_categories:not(.widget_categories_select) ul li {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
}
.widget_categories form {
    position: relative;
}
.widget_categories form:before {
    border-color: #f36d2e;
    border-style: solid;
    border-width: 0 0.125rem 0.125rem 0;
    content: "";
    height: 0.75rem;
    pointer-events: none;
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(calc(-50% - 0.1875rem)) rotate(45deg);
    transform: translateY(calc(-50% - 0.1875rem)) rotate(45deg);
    width: 0.75rem;
}
.widget_categories select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: none;
    border-radius: 0.3125rem;
    -webkit-box-shadow: inset 0 0 0 0.0625rem #e1e8eb;
    box-shadow: inset 0 0 0 0.0625rem #e1e8eb;
    outline: none;
    padding: 0.5rem;
    width: 100%;
}
.widget_categories select:active,
.widget_categories select:focus {
    -webkit-box-shadow: inset 0 0 0 0.0625rem #f36d2e;
    box-shadow: inset 0 0 0 0.0625rem #f36d2e;
}
.widget_search form > div {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
}
.widget_search #s {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0.3125rem;
    -webkit-box-shadow: inset 0 0 0 0.0625rem #e1e8eb;
    box-shadow: inset 0 0 0 0.0625rem #e1e8eb;
    color: #1e262b;
    height: 2.5rem;
    line-height: 3rem;
    outline: 0;
    padding: 0 0.9375rem;
    width: 100%;
}
.widget_search #searchsubmit {
    -webkit-box-align: center;
    align-items: center;
    background-color: #f36d2e;
    border: none;
    border-radius: 0.3125rem;
    -webkit-box-shadow: inset 0 0 0 0.0625rem #d74d0c;
    box-shadow: inset 0 0 0 0.0625rem #d74d0c;
    color: #fff;
    cursor: pointer;
    display: -webkit-inline-box;
    display: inline-flex;
    flex-shrink: 0;
    flex-wrap: nowrap;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-left: 0.1875rem;
    min-width: 0;
    padding: 0.5rem 0.9375rem;
    position: relative;
    -webkit-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 1;
}
.widget_search #searchsubmit:hover {
    background-color: #f37d30;
    color: #fff;
    text-decoration: none;
}
.widget_search #searchsubmit:active,
.widget_search #searchsubmit:focus {
    color: #fff;
    outline: 0;
    text-decoration: none;
}
.widget_custom_html {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}
.widget_custom_html:before {
    display: none;
}
.widget_custom_html .custom-html-widget {
    max-height: 31.25rem;
    overflow: auto;
}
@media (min-width: 62em) and (max-width: 74.938em) {
    .widget {
        padding: 1rem;
    }
}
@media (max-width: 61.938em) {
    .aside-main {
        -webkit-box-ordinal-group: -1;
        order: -2;
    }
    .widget {
        padding: 1rem;
    }
    .widget_categories .widgettitle,
    .widget_nav_menu .widgettitle,
    .widget_pages .widgettitle {
        line-height: 1.5rem;
        margin-bottom: 0.5rem;
        padding: 0;
        position: relative;
        -webkit-transform: none;
        transform: none;
    }
    .widget_categories .widgettitle:before,
    .widget_nav_menu .widgettitle:before,
    .widget_pages .widgettitle:before {
        border-color: #f36d2e;
        border-style: solid;
        border-width: 0 0.125rem 0.125rem 0;
        content: "";
        display: block;
        height: 0.75rem;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
        -webkit-transition: -webkit-transform 0.2s;
        transition: -webkit-transform 0.2s;
        transition: transform 0.2s;
        transition: transform 0.2s, -webkit-transform 0.2s;
        width: 0.75rem;
    }
}
@media (max-width: 61.938em) and (max-width: 61.999em) {
    .widget_categories .widgettitle,
    .widget_nav_menu .widgettitle,
    .widget_pages .widgettitle {
        padding-right: 1.25rem;
    }
}
@media (max-width: 61.938em) {
    .widget_categories .js-open,
    .widget_nav_menu .js-open,
    .widget_pages .js-open {
        height: auto;
        opacity: 1;
        pointer-events: inherit;
        -webkit-transition: opacity 0.2s, height 0.2s;
        transition: opacity 0.2s, height 0.2s;
    }
    .widget_categories .js-open:before,
    .widget_nav_menu .js-open:before,
    .widget_pages .js-open:before {
        -webkit-transform: translateY(-50%) rotate(225deg);
        transform: translateY(-50%) rotate(225deg);
    }
    .widget_categories form.js-open:before,
    .widget_nav_menu form.js-open:before,
    .widget_pages form.js-open:before {
        -webkit-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
    }
    .widget_categories form,
    .widget_categories ul,
    .widget_nav_menu > div > ul,
    .widget_pages > ul {
        -webkit-box-shadow: none;
        box-shadow: none;
        height: 0;
        opacity: 0;
        pointer-events: none;
    }
}
.breadcrumbs {
    color: #56666a;
    line-height: 1.5rem;
    margin-bottom: -4rem;
    max-width: calc(100% - 9.375rem);
    padding: 1.5rem 0 1rem;
    position: relative;
    z-index: 50;
}
@media (max-width: 47.999em) {
    .breadcrumbs {
        margin-bottom: -3rem;
    }
}
.breadcrumbs span {
    display: inline;
    font-size: 0.875rem;
    line-height: 1rem;
}
.breadcrumbs a {
    color: #56666a;
    display: inline-block;
    line-height: 1rem;
    margin-right: 1.5625rem;
    position: relative;
    text-decoration: underline;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.breadcrumbs a:before {
    background-image: url(images/svg/chevron.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
    content: "";
    display: block;
    height: 0.625rem;
    position: absolute;
    right: -0.9375rem;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    width: 0.375rem;
}
.breadcrumbs a:hover {
    text-decoration: none;
}
@media (max-width: 47.938em) {
    .breadcrumbs {
        display: none;
    }
}
.entry-content {
    padding: 0;
    text-align: left;
}
.entry-content :first-child {
    margin-top: 0;
}
.entry-content :last-child {
    margin-bottom: 0;
}
.entry-content b:empty,
.entry-content p:empty,
.entry-content strong:empty {
    display: none;
}
.entry-content hr {
    background: #e1e8eb;
    border: none;
    height: 0.0625rem;
    margin: 3rem 0;
}
.entry-content .wp-caption {
    border: 0;
    max-width: 100%;
    padding: 0;
    text-align: center;
}
.entry-content .wp-caption-text {
    color: #1e262b;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0.25rem 0.625rem;
    text-align: center;
    -webkit-transform: none;
    transform: none;
}
.entry-content blockquote {
    background: -webkit-gradient(linear, right top, left top, from(#ede8e2), to(#feefe0));
    background: linear-gradient(-90deg, #ede8e2, #feefe0);
    border-radius: 0.625rem;
    font-size: 1rem;
    font-style: italic;
    font-weight: 400;
    margin: 3rem 0;
    padding: 1.5rem;
    position: relative;
}
.widget.w-posts.highlight:after {
    content: "";
    width: 3rem;
    aspect-ratio: 125 / 76;
    position: absolute;
    top: -1px;
    right: 1.5rem;
    background: url("images/svg/bg-dark-capsules-top.svg") no-repeat 50% / contain;
}
.entry-content blockquote p {
    font-style: italic;
    margin-bottom: 0;
}
.entry-content .h1,
.entry-content h1 {
    font-size: 2rem;
    line-height: 2.5rem;
}
@media (max-width: 47.999em) {
    .entry-content .h1,
    .entry-content h1 {
        font-size: 1.375rem;
        line-height: 1.5rem;
    }
}
.entry-content .h2,
.entry-content h2 {
    font-size: 1.75rem;
    line-height: 2rem;
}
@media (max-width: 47.999em) {
    .entry-content .h2,
    .entry-content h2 {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
}
.entry-content .h3,
.entry-content h3 {
    font-size: 1.375rem;
    line-height: 1.5rem;
}
@media (max-width: 47.999em) {
    .entry-content .h3,
    .entry-content h3 {
        font-size: 1.125rem;
    }
}
.entry-content .h4,
.entry-content h4 {
    font-size: 1.25rem;
    line-height: 1.5rem;
}
@media (max-width: 47.999em) {
    .entry-content .h4,
    .entry-content h4 {
        font-size: 1rem;
    }
}
.entry-content .h5,
.entry-content .h6,
.entry-content h5,
.entry-content h6 {
    font-size: 1.125rem;
    line-height: 1.5rem;
}
@media (max-width: 47.999em) {
    .entry-content .h5,
    .entry-content .h6,
    .entry-content h5,
    .entry-content h6 {
        font-size: 1rem;
    }
}
.entry-content .h1,
.entry-content .h2,
.entry-content .h3,
.entry-content .h4,
.entry-content .h5,
.entry-content .h6,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    color: #202a2d;
    font-family: Inter, sans-serif;
    font-weight: 700;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
}
.entry-content .h1,
.entry-content .h2,
.entry-content h1,
.entry-content h2 {
    margin-bottom: 2rem;
    margin-top: 4rem;
}
@media (max-width: 47.999em) {
    .entry-content .h1,
    .entry-content .h2,
    .entry-content h1,
    .entry-content h2 {
        margin-top: 2.5rem;
    }
}
.entry-content .base-h3 {
    font-size: 1.375rem;
    line-height: 2rem;
}
@media (max-width: 47.999em) {
    .entry-content .base-h3 {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }
}
.entry-content img {
    border-radius: 0.625rem;
    max-width: 100%;
}
.entry-content ol > li {
    counter-increment: item;
    padding-left: 2.1875rem;
    position: relative;
}
.entry-content ol > li:before {
    border-radius: 100%;
    color: #188880;
    content: counter(item) ".";
    display: inline-block;
    font-size: 1.125rem;
    font-weight: 700;
    height: 1.75rem;
    margin-left: -2.1875rem;
    margin-right: 0.5rem;
    padding: 0.0625rem 0.25rem 0.0625rem 0.375rem;
    position: relative;
    text-align: center;
    top: 0.0625rem;
    width: 1.75rem;
}
.entry-content ol > li ol > li {
    counter-increment: sub-item;
}
.entry-content ol > li ol > li:before {
    content: counter(sub-item) ".";
}
.entry-content ol > li ol > li ol > li {
    counter-increment: sub-sub-item;
}
.entry-content ol > li ol > li ol > li:before {
    content: counter(sub-sub-item) ".";
}
.entry-content ol[style*="list-style-type: lower-alpha"] li:before {
    content: counter(item, lower-alpha) ")";
}
.entry-content ol[style*="list-style-type: upper-alpha"] li:before {
    content: counter(item, upper-alpha) ")";
}
.entry-content ol[style*="list-style-type: lower-latin"] li:before {
    content: counter(item, lower-latin) ")";
}
.entry-content ol[style*="list-style-type: upper-latin"] li:before {
    content: counter(item, upper-latin) ")";
}
.entry-content ol[style*="list-style-type: lower-greek"] li:before {
    content: counter(item, lower-greek) ")";
}
.entry-content ol[style*="list-style-type: upper-greek"] li:before {
    content: counter(item, upper-greek) ")";
}
.entry-content ol[style*="list-style-type: lower-roman"] li:before {
    content: counter(item, lower-roman) ")";
}
.entry-content ol[style*="list-style-type: upper-roman"] li:before {
    content: counter(item, upper-roman) ")";
}
.entry-content ul > li {
    padding-left: 1.25rem;
}
.entry-content ul > li:before {
    background-color: #188880;
    border-radius: 100%;
    content: "";
    display: inline-block;
    height: 0.5rem;
    left: 0;
    margin-left: -1rem;
    margin-right: 0.625rem;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-0.125rem);
    transform: translateY(-0.125rem);
    width: 0.5rem;
}
.entry-content ol,
.entry-content ul {
    color: #202a2d;
    list-style: none !important;
    margin: 0;
    margin-bottom: 1.5rem !important;
    padding: 0;
}
.entry-content ol ol,
.entry-content ol ul,
.entry-content ul ol,
.entry-content ul ul {
    margin-bottom: 0 !important;
    margin-top: 0.5rem;
}
.entry-content ol li,
.entry-content ul li {
    margin-bottom: 0.5rem;
}
.entry-content p {
    color: #202a2d;
    margin-bottom: 1rem;
}
.entry-content .table-responsive {
    border: 1rem solid #fff;
    border-radius: 0.625rem;
    -webkit-box-shadow: 0 0 0 0.0625rem #e1e8eb;
    box-shadow: 0 0 0 0.0625rem #e1e8eb;
    margin: 1rem 0;
    overflow: auto;
}
.entry-content td,
.entry-content th,
.entry-content tr {
    border: none !important;
}
.entry-content td,
.entry-content th {
    padding: 1rem;
    position: relative;
    text-align: center;
}
.entry-content thead {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
}
.entry-content thead td,
.entry-content thead th {
    background-color: #188880;
}
.entry-content thead tr > :first-child {
    border-radius: 0.3125rem 0 0 0.3125rem;
}
.entry-content thead tr > :last-child {
    border-radius: 0 0.3125rem 0.3125rem 0;
}
.entry-content tbody {
    background-color: #fff;
    color: #202a2d;
    font-size: 0.875rem;
}
.entry-content tbody td,
.entry-content tbody th {
    padding: 0.5rem;
}
.entry-content tbody td:before,
.entry-content tbody th:before {
    background: #e1e8eb;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 0.0625rem;
}
.entry-content tbody td:last-child:before,
.entry-content tbody th:last-child:before {
    display: none;
}
.entry-content tbody tr:nth-child(2n) td,
.entry-content tbody tr:nth-child(2n) th {
    background-color: hsla(0, 0%, 92%, 0.39);
}
.entry-content tbody tr > :first-child {
    border-radius: 0.3125rem 0 0 0.3125rem;
}
.entry-content tbody tr > :last-child {
    border-radius: 0 0.3125rem 0.3125rem 0;
}
.entry-content table {
    margin-bottom: 0 !important;
    max-width: 100%;
    width: 100%;
}
.entry-content table p {
    font-size: 1rem;
    margin-bottom: 0 !important;
    -webkit-transform: none;
    transform: none;
}
.footer-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: -0.5rem;
    margin-top: -0.5rem;
}
.footer-nav ul a {
    padding: 0.5rem 0;
}
@media (min-width: 62em) and (max-width: 74.999em) {
    .footer-nav ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}
.pagination {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
}
.pagination li {
    height: 1.5rem;
    text-align: center;
    width: 1.5rem;
}
.pagination li a {
    color: #202a2d;
    font-size: 0.875rem;
    font-weight: 700;
    height: 100%;
    width: 100%;
}
.pagination li a:active,
.pagination li a:focus,
.pagination li a:hover {
    color: #2751f6;
    text-decoration: none;
}
.pagination .next,
.pagination .prev {
    display: none;
}
.pagination .active {
    background-color: #2751f6;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
}
#projectNotices {
    position: relative;
    text-align: center;
    z-index: 60;
}
#projectNotices p {
    border-radius: 0.3125rem;
    padding: 0.75rem;
    -webkit-transform: none;
    transform: none;
}
#projectNotices p:first-child {
    margin-top: 1.5rem;
}
#projectNotices p.success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
#projectNotices p.error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
#projectNotices p.warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
#projectNotices p.info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.entry-content .gallery-item {
    margin: 0;
    padding: 0;
    position: relative;
}
.entry-content .gallery-item a {
    display: block;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.entry-content .gallery-item a:hover {
    opacity: 0.7;
}
.entry-content .gallery-item img {
    height: 100%;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
}
.entry-content .gallery {
    display: grid;
    gap: 1rem;
    margin-top: 3rem;
}
.entry-content .gallery-columns-9 {
    grid-template-columns: repeat(8, 1fr);
}
@media (max-width: 61.999em) {
    .entry-content .gallery-columns-9 {
        grid-template-columns: repeat(2, 1fr);
    }
}
.entry-content .gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}
@media (max-width: 61.999em) {
    .entry-content .gallery-columns-8 {
        grid-template-columns: repeat(2, 1fr);
    }
}
.entry-content .gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}
@media (max-width: 61.999em) {
    .entry-content .gallery-columns-7 {
        grid-template-columns: repeat(2, 1fr);
    }
}
.entry-content .gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 61.999em) {
    .entry-content .gallery-columns-6 {
        grid-template-columns: repeat(2, 1fr);
    }
}
.entry-content .gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 47.999em) {
    .entry-content .gallery-columns-5 {
        grid-template-columns: repeat(2, 1fr);
    }
}
.entry-content .gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 47.999em) {
    .entry-content .gallery-columns-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}
.entry-content .gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}
.entry-content .gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}
.entry-content .wp-gallery-no-gutter .gallery {
    gap: 0;
}
.u-bg-primary-light-gradient {
    background: -webkit-gradient(linear, right top, left top, from(#ede8e2), to(#feefe0));
    background: linear-gradient(-90deg, #ede8e2, #feefe0);
}
.u-bg-gray {
    background-color: #c3cdd2;
}
.u-bg-gray-gradient {
    background: -webkit-gradient(linear, left bottom, left top, from(#eff3f9), color-stop(80%, #fff));
    background: linear-gradient(0deg, #eff3f9, #fff 80%);
}
.u-bg-gray-gradient-short {
    background: -webkit-gradient(linear, left top, left bottom, from(#eff3f9), color-stop(3.75rem, #fff));
    background: linear-gradient(180deg, #eff3f9, #fff 3.75rem);
}
.grecaptcha-badge {
    display: none !important;
}
.u-img-hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.u-img-hover img {
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
}
.u-img-hover:hover img {
    opacity: 0.85;
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}
@-webkit-keyframes spiner {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        -webkit-transform: translate(-50%, -50%) rotate(1turn);
        transform: translate(-50%, -50%) rotate(1turn);
    }
}
@keyframes spiner {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        -webkit-transform: translate(-50%, -50%) rotate(1turn);
        transform: translate(-50%, -50%) rotate(1turn);
    }
}
.base-h1 {
    font-size: 2.625rem;
    line-height: 3rem;
}
@media (max-width: 47.999em) {
    .base-h1 {
        font-size: 1.375rem;
        line-height: 1.5rem;
    }
}
.base-h2 {
    font-size: 1.75rem;
    line-height: 2rem;
}
@media (max-width: 47.999em) {
    .base-h2 {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
}
.base-h3 {
    font-size: 1.375rem;
    line-height: 2rem;
}
@media (max-width: 47.999em) {
    .base-h3 {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }
}
.base-h4 {
    font-size: 1.25rem;
    line-height: 1.5rem;
}
@media (max-width: 47.999em) {
    .base-h4 {
        font-size: 1rem;
    }
}
.lg-text {
    font-size: 1.125rem;
    line-height: 1.5rem;
}
@media (max-width: 47.999em) {
    .lg-text {
        font-size: 1rem;
    }
}
.sm-text {
    font-size: 0.875rem;
    line-height: 1rem;
}
.base-section.s-post.u-white {
    padding: 4rem 0 6rem 0;
}
.btn {
    border-radius: 0.75rem;
}
.footer-newsletter__wrapper .f-wrap input {
    border-radius: 0.75rem 0 0 0.75rem;
}
.main-header-search__submit,
.footer-newsletter__wrapper .btn {
    border-radius: 0 0.75rem 0.75rem 0;
}
.base-h1 {
    line-height: 1.3;
    color: #0b0f10;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
    color: #0b0f10;
}
.i-share__image .img img,
.s-post-theme__theme .img,
.s-post-theme__wrapper .img img {
    border-radius: 0;
}
.s-cta-banner .base-h1 {
    color: #ffffff;
}
.su-button-center .su-button {
    border-radius: 0.375rem !important;
    border: none;
}
.su-button-center .su-button span {
    font-size: 1rem !important;
    font-weight: 700;
    border: none;
    box-shadow: inset 0 0 0 0.0625rem #d74d0c;
    text-shadow: 0 0.0625rem 0.1875rem #d74d0c !important;
    padding: 0.5375rem 1.25rem !important;
}
.entry-content .h2,
.entry-content h2,
.entry-content .h3,
.entry-content h3,
.entry-content .h4,
.entry-content h4,
.entry-content .h5,
.entry-content h5 {
    line-height: 1.3;
}
.entry-content h2 {
    margin: 4rem 0 1rem;
}
.entry-content h3 {
    margin: 3rem 0 0.625rem 0;
}
.entry-content .h4,
.entry-content h4 {
    margin: 2rem 0 0.625rem 0;
    font-size: 1.15rem;
}
.entry-content .h5,
.entry-content h5 {
    font-size: 1rem;
}
.i-post-cta__heading.base-h1 {
    color: #ffffff;
}
.s-cta-banner__content .base-header {
    max-width: unset;
}
.wp-block-image.size-full,
.wp-block-image.size-large {
    margin: 1rem 0 2rem;
}
.entry-content .wp-caption-text {
    color: #56666a;
    font-size: 0.875rem;
    line-height: 1.5;
}
.widget {
    border-radius: 1rem;
}
.i-aside-post__image {
    border-radius: 0.75rem;
    overflow: hidden;
}
.i-aside-post__image img {
    border-radius: 0;
}
.widget_custom_html .custom-html-widget {
    overflow: unset;
}
.widget-banner__image {
    display: inline-block;
}
.widget-banner__wrapper {
    border-radius: 0.625rem;
    overflow: hidden;
    transition: box-shadow 0.3s;
}
.breadcrumbs-container {
    display: none;
}
.base-section.s-intro {
    padding: 4rem 0 3rem 0;
    padding: 2rem 0;
}
.s-post .i-post__theme.i-post__meta .sm-text {
    max-width: 100%;
}
.ad-box__wrapper,
.facebook-box__wrapper {
    border-radius: 1rem;
    overflow: hidden;
    background-image: url("https://blog.eshop-rychle.cz/wp-content/uploads/2024/01/fb-box-background-v2.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: box-shadow 0.3s;
}
.facebook-box__link {
    padding: 1.875rem 1.875rem 4rem 1.875rem;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    text-decoration: none;
}
.facebook-box__headline-wrapper {
    display: flex;
    align-items: center;
    font-size: 1.15rem;
    font-weight: 700;
    color: #0b0f10;
    gap: 0.625rem;
    margin: 0 0 0.625rem 0;
    z-index: 2;
}
.facebook-box__text {
    color: #56666a;
    font-size: 0.875rem;
    line-height: 1.5;
    margin: 0 0 1.25rem 0;
    z-index: 2;
}
.btn.--primary.facebook-box__button {
    display: flex;
    align-items: center;
    z-index: 2;
}
.facebook-box__blue-wave {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}
.facebook-box__people {
    position: absolute;
    bottom: 15px;
    max-width: unset;
    left: -40px;
    z-index: 1;
}
.ad-box__wrapper {
    background-image: url("https://blog.eshop-rychle.cz/wp-content/uploads/2025/09/ad-box-background.jpg");
}
.ad-box__link {
    padding: 1.25rem;
}
.ad-box__link {
    text-decoration: none;
    color: #ffffff;
    position: relative;
    width: 100%;
}
.ad-box__headline {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.3;
    max-width: 65%;
    text-shadow: 0 3px 6px rgba(0 0 0 / 30%);
    margin: 0 0 1rem 0;
}
.ad-box__text {
    text-shadow: 0 1px 3px rgba(0 0 0 / 50%);
    margin: 0 0 0.625rem 0;
    max-width: 75%;
}
.ad-box__logo {
    max-width: 8rem;
}
.ad-box__gradient {
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    background-image: linear-gradient(45deg, #2d414a, transparent 40%);
    z-index: 1;
}
.ad-box__content {
    position: relative;
    z-index: 2;
}
.ad-box__button-wrapper {
    margin: 0 0 1.5rem 0;
}
.ad-box__button {
    padding: 0.625rem 1.25rem;
}
.ad-box__link:focus,
.ad-box__link:active {
    color: #ffffff;
}

@media (hover: hover) {
    .btn.--primary:hover {
        background-color: #f04f41;
        background-size: 200%;
        text-decoration: none;
        color: #fff;
        box-shadow: 0 1px 3px rgba(0 0 0 / 8%);
    }
    .widget-banner__wrapper:hover {
        box-shadow: 0 0.4375rem 1.3125rem -0.5625rem rgba(0, 0, 0, 0.3);
    }
    .pagination__input:hover {
        box-shadow: inset 0 0 0 0.0625rem #87939a;
    }
    .btn.--secondary:hover {
        box-shadow: 0 1px 3px rgba(0 0 0 / 8%);
        color: #fff;
        background-size: 200%;
    }
    .btn.--secondary:hover:before {
        opacity: 1;
    }
    .su-button-center .su-button span:hover {
        background-color: #f37d30;
        box-shadow: inset 0 0 0 0.0625rem #d74d0c, 0 7px 21px -9px rgba(0, 0, 0, 0.5);
    }
    .su-button-style-default:hover {
        opacity: 1;
    }
    .i-post__meta:hover,
    .i-post__meta:hover {
        color: #56666a;
    }
    .ad-box__link:hover {
        color: #ffffff;
    }
    .facebook-box__wrapper:hover {
        box-shadow: 0 0 0 0.3125rem #188880;
    }
    .ad-box__wrapper:hover {
        box-shadow: 0 5px 15px rgba(0 0 0 / 20%);
    }
    .i-post__heading-link:focus {
        color: #1e262b;
    }
}

@media (min-width: 93.75em) {
    .i-post__metas {
        flex-wrap: nowrap;
        gap: 0.5rem 1rem;
    }
    .i-post__theme.i-post__meta .sm-text {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        max-width: 132px;
    }
}

@media (max-width: 93.74em) and (min-width: 74em) {
    .s-cta-banner__content {
        gap: 10rem;
    }
    .ad-box__button {
        padding: 0.625rem;
    }
}

@media (max-width: 93.9em) and (min-width: 62em) {
    .facebook-box__link {
        padding: 1.25rem 1.25rem 5rem 1.25rem;
    }
    .facebook-box__button {
        padding: 0.75rem 1.25rem;
    }
    .facebook-box__headline {
        max-width: 140px;
    }
}

@media (max-width: 74.9em) {
    .widget {
        padding: 0;
    }
    .widget.w-posts {
        padding: 1rem;
    }
}

@media (max-width: 74.9em) and (min-width: 62em) {
    .facebook-box__headline-wrapper {
        flex-direction: column;
        text-align: center;
        gap: 0.3125rem;
    }
    .facebook-box__link {
        padding: 0.625rem 0.625rem 5rem 0.625rem;
        flex-direction: column;
    }
    .btn.--primary.facebook-box__button {
        padding: 0.625rem;
        justify-content: center;
    }
    .btn__title {
        line-height: 1.3;
        font-size: 0.9375rem;
    }
    .ad-box__headline,
    .ad-box__text {
        max-width: 100%;
    }
    .ad-box__button {
        padding: 0.625rem;
        text-align: center;
        line-height: 1.3;
    }
}

@media (min-width: 62em) {
    main {
        padding: 0;
    }
    .main-header,
    .main-header.headroom--not-top {
        position: sticky;
    }
    .main-header__cta {
        transition: margin 0.2s;
    }
    .main-header__cta .main-header__cta-text.sm-text {
        transition: height 0.2s, opacity 0.2s;
    }
    .main-header__top {
        transition: padding 0.2s;
    }
}

/* 61.99em = responzive */

@media (max-width: 61.999em) {
    .content-w-aside .content-w-aside__aside {
        order: unset;
    }
    .base-section.s-post.u-white {
        padding: 1.75rem 0 3rem;
    }
    .s-post__decor .img.--fill img {
        object-position: right;
    }
    .s-cta-banner__content {
        flex-direction: column;
        gap: 2rem;
    }
    .s-cta-banner__content .base-header {
        text-align: center;
        max-width: 80%;
    }
    .main-header__cta.--js-open {
        top: 432px !important;
    }
    .main-header.headroom--not-top .main-header__main-nav.--js-open {
        height: 432px !important;
    }
    .btn.--primary.facebook-box__button {
        padding: 0.75rem 1.5625rem;
    }
    .facebook-box__link {
        padding: 1.25rem 1.25rem 5rem 1.25rem;
    }
    .ad-box__headline,
    .ad-box__text {
        max-width: 100%;
    }
    .ad-box__wrapper {
        background-position: top right;
    }
}

@media (max-width: 61.999em) and (min-width: 48em) {
    .w-posts__list li:nth-last-child(2) .i-aside-post:before {
        display: none;
    }
}

@media (max-width: 47.999em) {
    .base-h1 {
        font-size: 1.75rem;
    }
    .entry-content h2 {
        font-size: 1.375rem;
        line-height: 1.3;
    }
    .entry-content h3 {
        font-size: 1.125rem;
        line-height: 1.3;
    }
    .entry-content h4 {
        font-size: 1rem;
        line-height: 1.3;
    }
    .entry-content h5 {
        font-size: 0.9375rem;
        line-height: 1.3;
    }
    .base-section {
        padding: 1.75rem 0;
    }
    .s-intro__meta {
        transform: none;
        position: relative;
        right: unset;
        padding: 0;
        margin: 0 0 0.625rem 0;
    }
    .base-section.s-intro {
        padding: 0.625rem 0 1.25rem;
    }
    .i-post__heading-link {
        height: auto;
        line-height: 1.5;
    }
    .g-posts-list {
        gap: 3rem 1.75rem;
    }
    .ad-box__headline,
    .ad-box__text {
        max-width: 60%;
    }
}

@media (max-width: 35.999em) {
    .g-posts-list {
        gap: 4rem;
    }
    .ad-box__wrapper {
        background-position: center;
    }
}

/* Refs: golemos/presentation#213 — mobile overflow + scroll-to-top fixes */
@media (max-width: 61.999em) {
    .main-header {
        overflow-x: clip;
    }
}
.main-header__mask {
    width: 100vw;
}
@supports (height: 100dvh) {
    .main-header__mask {
        height: 100dvh;
    }
    .main-header.headroom--not-top .main-header__main-nav.--js-open {
        height: 100dvh !important;
    }
    @media (max-width: 61.999em) {
        .main-nav {
            max-height: calc(100dvh - 12.5rem);
        }
    }
    @media (max-width: 35.999em) {
        .main-nav {
            max-height: calc(100dvh - 12rem);
        }
    }
}
