:root {
    --global-font-color: #828282;
    --darker-font-color: #333;
    --global-font-family: Roboto, sans-serif;
    --highlight-font-family: "Roboto Condensed", Roboto, sans-serif;
    --base-font-size: 16;
    --global-font-size: 18;
    --global-font-line-height: 1.5;
    --content-width: calc(795 / var(--global-font-size) * 1rem);
    --content-width-wide: calc(1204 / var(--global-font-size) * 1rem);
    --dropdown-symbol-width: 0.7em;
    --color-link: currentColor;
    --color-link-visited: currentColor;
    --color-link-active: currentColor;
    --color-menu-highlight: #e50040;
    --color-button-background: #f3a4ba;
    --color-white: #fff;
    --color-dark-grey: #333;
    --color-light-grey: #e8e4e1;
    --color-pink: #f3a4ba;
    --color-light-pink: #fdedf1;
    --font-size-regular: calc(18 / var(--global-font-size) * 1em);
    --font-size-small: calc(15 / var(--global-font-size) * 1em);
    --line-height-small: 1.1;
    --font-size-h1: calc(48 / var(--global-font-size) * 1em);
    --line-height-h1: 1;
    --font-size-h2: calc(37 / var(--global-font-size) * 1em);
    --line-height-h2: 1.1;
    --font-size-h3: calc(31 / var(--global-font-size) * 1em);
    --line-height-h3: 1.1;
    --font-size-review-title: calc(44 / var(--global-font-size) * 1em);
    --line-height-review-title: 1.1;
    --font-size-large-text: calc(21 / var(--global-font-size) * 1em);
    --line-height-large-text: 1.5;
    --font-size-guide-subtitle: calc(31 / var(--global-font-size) * 1em);
    --line-height-guide-subtitle: 1;
    --font-size-guide-title-small: calc(16 / var(--global-font-size) * 1em);
    --line-height-guide-title-small: 1.5;
    --font-size-guide-subtitle-small: calc(14 / var(--global-font-size) * 1em);
    --line-height-guide-subtitle-small: 1.5;
    --font-size-search-input: calc(24 / var(--global-font-size) * 1rem);
    --line-height-search-input: 1.5;
    --side-spacing: calc(20 / var(--global-font-size) * 1rem);
}
@media screen and (min-width: 40em) {
    :root {
        --font-size-large-text: calc(36 / var(--global-font-size) * 1em);
    }
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
link {
    display: none;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
[hidden],
template {
    display: none;
}
.no-js .lazy {
    display: none !important;
}
body,
button,
input,
optgroup,
select,
textarea {
    color: #828282;
    color: var(--global-font-color);
    font-family: Roboto, sans-serif;
    font-family: var(--global-font-family);
    font-size: 1em;
    font-size: var(--font-size-regular);
    line-height: 1.5;
    line-height: var(--global-font-line-height);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    color: var(--darker-font-color);
    clear: both;
    font-weight: 700;
    margin: 2.22222rem 0 0;
    margin: calc(40 / var(--global-font-size) * 1rem) 0 0;
}
h1 a:focus,
h1 a:hover,
h2 a:focus,
h2 a:hover,
h3 a:focus,
h3 a:hover,
h4 a:focus,
h4 a:hover,
h5 a:focus,
h5 a:hover,
h6 a:focus,
h6 a:hover {
    opacity: 0.75;
}
.page-header .page-title,
h1 {
    font-size: 2.66667em;
    font-size: var(--font-size-h1);
    line-height: 1;
    line-height: var(--line-height-h1);
    font-family: Roboto Condensed, Roboto, sans-serif;
    font-family: var(--highlight-font-family);
    font-stretch: condensed;
    text-transform: uppercase;
}
article:not(.has-post-thumbnail) h1 {
    margin-top: 5rem;
    margin-top: calc(90 / var(--global-font-size) * 1rem);
}
@media screen and (min-width: 35em) {
    .page-header .page-title,
    h1 {
        text-align: center;
    }
}
@media screen and (min-width: 50em) {
    article:not(.has-post-thumbnail) h1 {
        margin-top: 8.88889rem;
        margin-top: calc(160 / var(--global-font-size) * 1rem);
    }
}
h2 {
    font-size: 2.05556em;
    font-size: var(--font-size-h2);
    line-height: 1.1;
    line-height: var(--line-height-h2);
}
h3 {
    font-size: 1.72222em;
    font-size: var(--font-size-h3);
    line-height: 1.1;
    line-height: var(--line-height-h3);
}
p {
    margin: 1em 0 0;
}
p:not(.section-headline) {
    max-width: 44.16667rem;
    max-width: var(--content-width);
}
cite,
dfn,
em,
i {
    font-style: italic;
}
blockquote,
q {
    quotes: "" "";
}
blockquote {
    border-left: 4px solid var(--color-quote-border);
    margin: 0;
}
.single-guide .entry-content > h2,
.single-guide .entry-content > h3 {
    text-align: left;
}
@media screen and (min-width: 35em) {
    .single-guide .entry-content > h2,
    .single-guide .entry-content > h3 {
        text-align: center;
    }
}
.entry-content > blockquote {
    padding-left: 1em;
    margin-left: 1.11111rem;
    margin-left: var(--side-spacing);
}
@media screen and (min-width: 48em) {
    .entry-content > blockquote {
        margin-left: auto;
    }
}
blockquote cite {
    color: var(--color-quote-citation);
    font-size: 13px;
    margin-top: 1em;
    position: relative;
    font-style: normal;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: Courier\10 Pitch, Courier, monospace;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.5em;
    max-width: 100%;
    overflow: auto;
    padding: 1.5em;
}
code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, Andale Mono, DejaVu Sans Mono, monospace;
    font-size: 0.8rem;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
ins,
mark {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}
.font-size-small,
.is-style-section-headline,
.section-headline {
    font-size: 0.83333em;
    font-size: var(--font-size-small);
    line-height: 1.1;
    line-height: var(--line-height-small);
}
.is-style-section-headline,
.section-headline {
    color: #828282;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 3.33333rem;
    margin-top: calc(60 / var(--global-font-size) * 1rem);
}
@media screen and (min-width: 35em) {
    .is-style-section-headline,
    .section-headline {
        margin-top: 5rem;
        margin-top: calc(90 / var(--global-font-size) * 1rem);
    }
}
.has-dark-grey-background-color .is-style-section-headline,
.has-dark-grey-background-color .section-headline {
    color: #e0e0e0;
}
.has-pink-background-color .is-style-section-headline,
.has-pink-background-color .section-headline {
    color: #fff;
}
.entry-content > .is-style-section-headline,
.entry-content > .section-headline,
.wp-block-piggyback-look-inside > .section-headline {
    color: inherit;
    max-width: 66.88889rem;
    max-width: var(--content-width-wide);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.wp-block-piggyback-container > .is-style-section-headline {
    max-width: 66.88889rem;
    max-width: var(--content-width-wide);
    padding-right: 1.11111rem;
    padding-right: var(--side-spacing);
    padding-left: 1.11111rem;
    padding-left: var(--side-spacing);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.entry-content > .is-style-section-headline,
.entry-content > .section-headline,
.is-style-section-headline,
.section-headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.is-style-section-headline:after,
.section-headline:after {
    display: inline-block;
    content: "";
    margin-left: 0.44444rem;
    margin-left: calc(8 / var(--global-font-size) * 1rem);
    width: 4.44444rem;
    width: calc(80 / var(--global-font-size) * 1rem);
    border-bottom: 1px solid #bdbdbd;
}
.has-dark-grey-background-color .is-style-section-headline:after,
.has-dark-grey-background-color .section-headline:after {
    border-color: #e0e0e0;
}
.has-pink-background-color .is-style-section-headline:after,
.has-pink-background-color .section-headline:after {
    border-color: #fff;
}
@media screen and (min-width: 40em) {
    .is-style-section-headline:after,
    .section-headline:after {
        width: 8.88889rem;
        width: calc(160 / var(--global-font-size) * 1rem);
    }
}
.is-style-large-text {
    color: #333;
    color: var(--darker-font-color);
    font-size: 1.16667em;
    font-size: var(--font-size-large-text);
    line-height: 1.5;
    line-height: var(--line-height-large-text);
    margin-top: 4.83333rem;
    margin-top: calc(87 / var(--global-font-size) * 1rem);
}
p.is-style-large-text {
    max-width: 66.88889rem;
    max-width: var(--content-width-wide);
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.125em;
    font-size: calc(var(--global-font-size) / var(--base-font-size) * 1em);
    line-height: var(--global-line-height);
}
*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
::-webkit-input-placeholder {
    color: #bdbdbd;
    opacity: 1;
}
::-moz-placeholder {
    color: #bdbdbd;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #bdbdbd;
    opacity: 1;
}
::-ms-input-placeholder {
    color: #bdbdbd;
    opacity: 1;
}
::placeholder {
    color: #bdbdbd;
    opacity: 1;
}
body {
    background: #fff;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ol,
ul {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ol,
li > ul {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: 700;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    display: block;
    height: auto;
    max-width: 100%;
}
figure {
    margin: 1.5em 0 0;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
a,
a:active,
a:focus,
a:hover,
a:visited {
    color: currentColor;
}
a:focus {
    outline: thin dotted;
}
a:active,
a:hover {
    outline: 0;
}
.has-pink-background-color {
    background-color: #f3a4ba;
    background-color: var(--color-pink);
    color: #fff;
}
.has-light-pink-background-color {
    background-color: #fdedf1;
    background-color: var(--color-light-pink);
}
.has-white-background-color {
    background-color: #fff;
    background-color: var(--color-white);
}
.has-dark-grey-background-color {
    background-color: #333;
    background-color: var(--color-dark-grey);
    color: #e0e0e0;
}
.has-dark-grey-background-color h2,
.has-dark-grey-background-color h3,
.has-dark-grey-background-color h4,
.has-dark-grey-background-color h5,
.has-dark-grey-background-color h6 {
    color: #e0e0e0;
}
.has-dark-grey-background-color .wp-block-piggyback-guide-editions-table td {
    color: currentColor;
}
.has-dark-grey-background-color .wp-block-piggyback-guide-editions-table tr:nth-of-type(2n) {
    background-color: #3a3a3a;
}
.has-dark-grey-background-color .wp-block-piggyback-guide-editions-table tr:nth-of-type(odd) {
    background-color: #444;
}
.has-dark-grey-background-color .wp-block-piggyback-guide-editions-table tr.no-background {
    background-color: transparent;
}
.has-light-grey-background-color {
    background-color: #e8e4e1;
    background-color: var(--color-light-grey);
    color: #333;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
#primary[tabindex="-1"]:focus {
    outline: 0;
}
.site {
    margin: 0 auto;
    max-width: 100%;
}
textarea {
    width: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 0.75rem;
    line-height: 1;
    padding: 0.6em 1em 0.4em;
    cursor: pointer;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="range"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus {
    color: #111;
}
select {
    border: 1px solid #ccc;
}
.site-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding-top: 1.22222rem;
    padding-top: calc(22 / var(--global-font-size) * 1rem);
}
.header-image {
    margin: 0 auto;
}
.header-image img {
    display: block;
    margin: 0 auto;
}
.custom-logo-link {
    display: inline-block;
    margin: 0 auto 1em;
}
.site-title {
    margin: 0;
    padding-left: 1.22222rem;
    padding-left: calc(22 / var(--global-font-size) * 1rem);
    font-size: 1rem;
    line-height: 1.5;
    line-height: var(--global-font-line-height);
}
.site-title a {
    text-decoration: none;
    color: inherit;
}
.search-button {
    background-color: transparent;
    border: none;
    padding: 0.5em;
    margin-right: calc(4.22222rem - 0.5em);
    margin-right: calc(76 / var(--global-font-size) * 1rem - 0.5em);
}
.search-button svg {
    width: 1.22222rem;
    width: calc(22 / var(--global-font-size) * 1rem);
    height: 1.22222rem;
    height: calc(22 / var(--global-font-size) * 1rem);
}
.nav--toggle-small .menu-toggle {
    display: block;
    padding: 0.5em;
    border: none;
    background: transparent;
    position: absolute;
    right: calc(1.22222rem - 0.5em);
    right: calc(22 / var(--global-font-size) * 1rem - 0.5em);
    top: 1.88889rem;
    top: calc(34 / var(--global-font-size) * 1rem);
}
.no-js .menu-toggle {
    display: none;
}
.nav--toggle-small .menu-toggle .open-menu {
    width: 1.66667rem;
    width: calc(30 / var(--global-font-size) * 1rem);
    height: 0.88889rem;
    height: calc(16 / var(--global-font-size) * 1rem);
}
.menu-toggle .close-menu,
.nav--toggle-small .menu,
.nav--toggle-sub .dropdown,
.nav--toggle-sub .dropdown-toggle {
    display: none;
}
@media screen and (max-width: 57em) {
    .nav--toggle-small.nav--toggled-on .close-menu,
    .nav--toggle-small.nav--toggled-on .menu,
    html.no-js .nav--toggle-small .menu {
        display: block;
    }
    .nav--toggle-small.nav--toggled-on .open-menu {
        display: none;
    }
}
@media screen and (min-width: 57.01em) {
    .nav--toggle-small .menu-toggle {
        display: none;
    }
    .nav--toggle-small .menu {
        display: block;
    }
    .nav--toggle-sub .dropdown,
    .nav--toggle-sub .dropdown-toggle {
        display: block;
        background: transparent;
        position: absolute;
        right: -0.3rem;
        bottom: 1rem;
        width: 0.7em;
        width: var(--dropdown-symbol-width);
        height: 0.7em;
        height: var(--dropdown-symbol-width);
        font-size: inherit;
        line-height: inherit;
        margin: 0;
        padding: 0;
        border: none;
        border-radius: 0;
        overflow: visible;
    }
    .nav--toggle-sub .dropdown-symbol {
        display: block;
        background: transparent;
        position: absolute;
        right: 20%;
        top: 35%;
        width: 60%;
        height: 60%;
        border: solid #000;
        border-width: 0 2px 2px 0;
        -webkit-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
    }
    .nav--toggle-sub ul ul {
        display: none;
        position: absolute;
        top: 100%;
        left: calc(50% - 0.35em);
        left: calc(50% - var(--dropdown-symbol-width) / 2);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: #fff;
        margin-left: 0;
        -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
        z-index: 101;
    }
    .nav--toggle-sub ul ul .dropdown,
    .nav--toggle-sub ul ul .dropdown-toggle {
        top: 40%;
        right: 0.2em;
    }
    .nav--toggle-sub ul ul .dropdown-symbol {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .nav--toggle-sub .menu-item--has-toggle:hover .dropdown-toggle {
        pointer-events: none;
    }
    .nav--toggle-sub li.menu-item--has-toggle,
    .nav--toggle-sub li.menu-item-has-children {
        position: relative;
        padding-right: 0.7em;
        padding-right: var(--dropdown-symbol-width);
    }
    .nav--toggle-sub li.menu-item--toggled-on > ul,
    .nav--toggle-sub li:not(.menu-item--has-toggle):focus > ul {
        display: block;
    }
    .nav--toggle-sub li:not(.menu-item--has-toggle):focus-within > ul {
        display: block;
    }
}
.language-menu-container,
.main-navigation {
    clear: both;
    color: #333;
    color: var(--darker-font-color);
    display: block;
    text-align: center;
    max-width: 44.16667rem;
    max-width: var(--content-width);
}
.language-menu-container a,
.main-navigation a {
    display: block;
    width: 100%;
    text-decoration: none;
    text-transform: uppercase;
    color: currentColor;
    font-family: Roboto Condensed, Roboto, sans-serif;
    font-stretch: condensed;
    font-weight: 700;
    font-size: 1.66667rem;
    font-size: calc(30 / var(--global-font-size) * 1rem);
    line-height: 2;
}
.language-menu-container .menu > li > a:focus,
.language-menu-container .menu > li > a:hover,
.main-navigation a:focus,
.main-navigation a:hover {
    color: #e50040;
    color: var(--color-menu-highlight);
    text-decoration: none;
}
.language-menu-container .menu > li ul a:focus,
.language-menu-container .menu > li ul a:hover {
    opacity: 0.75;
}
.language-menu-container ul ul a,
.main-navigation ul ul li a {
    font-size: 1.38889rem;
    font-size: calc(25 / var(--global-font-size) * 1rem);
    font-weight: 400;
    line-height: 1.5;
}
.main-navigation .current-menu-item > a {
    color: #e50040;
    color: var(--color-menu-highlight);
}
.language-menu-container ul,
.main-navigation ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.search-is-active:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 102;
}
.no-js .search-button,
.search-form-wrapper {
    display: none;
}
.search-form-wrapper {
    background-color: #fff;
    padding: 1.77778rem 1.22222rem 1.38889rem;
    padding: calc(32 / var(--global-font-size) * 1rem) calc(22 / var(--global-font-size) * 1rem) calc(25 / var(--global-font-size) * 1rem);
    width: 100%;
}
.no-js .search-form-wrapper,
.search-is-active .search-form-wrapper {
    display: block;
}
html:not(.no-js) .search-form-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 110;
}
.search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.search-form label {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
#ajaxsearchliteres1 {
    background: none;
}
div#ajaxsearchlite1 .results .item .asl_content {
    font-family: Roboto, sans-serif;
    font-family: var(--global-font-family);
}
div#ajaxsearchlite1 .probox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.search-field,
div#ajaxsearchlite1 .probox .proinput input {
    background-color: transparent;
    border: none;
    color: #828282 !important;
    color: var(--global-font-color) !important;
    font-family: inherit;
    font-size: 1.33333rem;
    font-size: calc(24 / var(--global-font-size) * 1rem);
    line-height: 1.5;
    margin-left: 0.94444rem;
    margin-left: calc(17 / var(--global-font-size) * 1rem);
}
div#ajaxsearchlite1 .probox .proinput input::-webkit-input-placeholder {
    color: #828282 !important;
    color: var(--global-font-color) !important;
    opacity: 0.7 !important;
}
div#ajaxsearchlite1 .probox .proinput input::-moz-placeholder {
    color: #828282 !important;
    color: var(--global-font-color) !important;
    opacity: 0.7 !important;
}
div#ajaxsearchlite1 .probox .proinput input:-ms-input-placeholder {
    color: #828282 !important;
    color: var(--global-font-color) !important;
    opacity: 0.7 !important;
}
div#ajaxsearchlite1 .probox .proinput input::-ms-input-placeholder {
    color: #828282 !important;
    color: var(--global-font-color) !important;
    opacity: 0.7 !important;
}
div#ajaxsearchlite1 .probox .proinput input::placeholder {
    color: #828282 !important;
    color: var(--global-font-color) !important;
    opacity: 0.7 !important;
}
#ajaxsearchlite1 .probox .promagnifier {
    background: none;
}
div.asl_w .probox .proclose {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
}
div.asl_w .probox .proloading {
    display: none !important;
}
#ajaxsearchlite1 .probox .promagnifier .innericon svg {
    width: 30px;
    fill: #333;
}
#ajaxsearchlite1,
div#ajaxsearchlite1 .probox,
div.asl_w .probox {
    background: none;
}
.search-submit {
    background-color: transparent;
    border: none;
    padding: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media screen and (max-width: 57em) {
    .main-navigation {
        width: 100%;
    }
    .main-navigation.nav--toggled-on {
        margin-top: 4.27778rem;
        margin-top: calc(77 / var(--global-font-size) * 1rem);
    }
    .language-menu-container.visible-on-desktop,
    .main-navigation .search-menu-item,
    .menu-is-open .search-button,
    .menu-is-open .site-footer,
    .menu-is-open .site-main {
        display: none;
    }
}
@media screen and (min-width: 57.01em) {
    .site-header {
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: auto;
        -ms-grid-columns: 1fr auto 1fr;
        grid-template: "a b c"/1fr auto 1fr;
    }
    .site-branding {
        grid-area: a;
    }
    .site-title {
        padding-left: 2.44444rem;
        padding-left: calc(44 / var(--global-font-size) * 1rem);
    }
    .main-navigation {
        grid-area: b;
        margin-top: 0;
    }
    .language-menu-container {
        grid-area: c;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: 0;
        max-width: none;
    }
    .search-button {
        display: none;
    }
    .language-menu-container a,
    .main-navigation a {
        font-size: 1rem;
        font-size: calc(18 / var(--global-font-size) * 1rem);
        line-height: 1.5;
    }
    .language-menu-container ul ul a {
        margin-top: 0.5em;
        margin-bottom: 0.5em;
    }
    .main-navigation ul li a {
        padding: 0.4em 0.5em;
    }
    .main-navigation ul li {
        margin: 0 0 0 2.5em;
    }
    .main-navigation ul li:first-child {
        margin-left: 0;
    }
    .language-menu-container ul ul a,
    .main-navigation ul ul a {
        font-size: 0.88889rem;
        font-size: calc(16 / var(--global-font-size) * 1rem);
        width: 180px;
    }
    .main-navigation ul ul li {
        padding-left: 0;
        margin-left: 0;
    }
    .language-menu-container ul ul li a,
    .main-navigation ul ul li a {
        background: none;
    }
    .main-navigation ul ul ul {
        top: 0;
        left: 100%;
        min-height: 100%;
    }
    .main-navigation .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .main-navigation .language-menu-container {
        display: none;
    }
    .language-menu-container .menu {
        padding-right: 2.44444rem;
        padding-right: calc(44 / var(--global-font-size) * 1rem);
    }
    .about-item > a,
    .guides-item > a,
    .maps-item > a,
    .home-item > a,
    .language-menu-container .menu > li > a,
    .search-menu-item > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .about-item > a:before,
    .guides-item > a:before,
    .maps-item > a:before,
    .home-item > a:before,
    .language-menu-container .menu > li > a:before,
    .search-menu-item > a:before {
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: contain;
        content: "";
        display: block;
        height: 2.88889rem;
        height: calc(52 / var(--global-font-size) * 1rem);
    }
    .home-item > a:before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='48' height='45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 26.392v16.592h12V30.917a3.01 3.01 0 0 1 3-3.016h3c1.656 0 3 1.351 3 3.016v12.067h12V26.392m-39-3.017L21.88 2.884a2.987 2.987 0 0 1 4.242 0L46.5 23.375' stroke='%23bdbdbd' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M33 9.8V6.784h7.5v10.558' stroke='%23bdbdbd' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        width: 2.5rem;
        width: calc(45 / var(--global-font-size) * 1rem);
    }
    .home-item.current-menu-item > a:before,
    .home-item > a:focus:before,
    .home-item > a:hover:before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='48' height='45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 26.392v16.592h12V30.917a3.01 3.01 0 0 1 3-3.016h3c1.656 0 3 1.351 3 3.016v12.067h12V26.392m-39-3.017L21.88 2.884a2.987 2.987 0 0 1 4.242 0L46.5 23.375' stroke='%23e50040' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M33 9.8V6.784h7.5v10.558' stroke='%23e50040' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    }
    .guides-item > a:before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='49' height='49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36.5 8.787a62.248 62.248 0 0 1 9.464-.788c.272-.004.536.1.732.288.192.186.302.444.304.712v31.535a1.01 1.01 0 0 1-1 1C29.414 41.742 24.5 47 24.5 47V13.462S19.59 8.211 3.036 8a1.038 1.038 0 0 0-.736.288.996.996 0 0 0-.3.712v31.535c.006.55.45.995 1 1C19.586 41.742 24.5 47 24.5 47' stroke='%23BDBDBD' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24.5 46.013a12.07 12.07 0 0 1 3.272-6.896A16.45 16.45 0 0 1 36.5 34.19V2.983a.963.963 0 0 0-.456-.8 1.195 1.195 0 0 0-.988-.131 15.597 15.597 0 0 0-7.284 4.554 12.064 12.064 0 0 0-3.272 6.892' stroke='%23BDBDBD' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        width: 2.5rem;
        width: calc(45 / var(--global-font-size) * 1rem);
    }
    .guides-item.current-menu-item > a:before,
    .guides-item > a:focus:before,
    .guides-item > a:hover:before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='49' height='49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36.5 8.787a62.248 62.248 0 0 1 9.464-.788c.272-.004.536.1.732.288.192.186.302.444.304.712v31.535a1.01 1.01 0 0 1-1 1C29.414 41.742 24.5 47 24.5 47V13.462S19.59 8.211 3.036 8a1.038 1.038 0 0 0-.736.288.996.996 0 0 0-.3.712v31.535c.006.55.45.995 1 1C19.586 41.742 24.5 47 24.5 47' stroke='%23E50040' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24.5 46.013a12.07 12.07 0 0 1 3.272-6.896A16.45 16.45 0 0 1 36.5 34.19V2.983a.963.963 0 0 0-.456-.8 1.195 1.195 0 0 0-.988-.131 15.597 15.597 0 0 0-7.284 4.554 12.064 12.064 0 0 0-3.272 6.892' stroke='%23E50040' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    }

 	.maps-item > a:before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='23' height='23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.106 5.553a2 2 0 0 0 1.788 0l3.659-1.83A1 1 0 0 1 21 4.619v12.764a1 1 0 0 1-.553.894l-4.553 2.277a2 2 0 0 1-1.788 0l-4.212-2.106a2 2 0 0 0-1.788 0l-3.659 1.83A1 1 0 0 1 3 19.381V6.618a1 1 0 0 1 .553-.894l4.553-2.277a2 2 0 0 1 1.788 0zM15 5.764v15M9 3.236v15' stroke='%23BDBDBD' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.106 5.553a2 2 0 0 0 1.788 0l3.659-1.83A1 1 0 0 1 21 4.619v12.764a1 1 0 0 1-.553.894l-4.553 2.277a2 2 0 0 1-1.788 0l-4.212-2.106a2 2 0 0 0-1.788 0l-3.659 1.83A1 1 0 0 1 3 19.381V6.618a1 1 0 0 1 .553-.894l4.553-2.277a2 2 0 0 1 1.788 0zM15 5.764v15M9 3.236v15' stroke='%23BDBDBD' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        width: 2.5rem;
        width: calc(45 / var(--global-font-size) * 1rem);
    }
    .maps-item.current-menu-item > a:before,
    .maps-item > a:focus:before,
    .maps-item > a:hover:before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='23' height='23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.106 5.553a2 2 0 0 0 1.788 0l3.659-1.83A1 1 0 0 1 21 4.619v12.764a1 1 0 0 1-.553.894l-4.553 2.277a2 2 0 0 1-1.788 0l-4.212-2.106a2 2 0 0 0-1.788 0l-3.659 1.83A1 1 0 0 1 3 19.381V6.618a1 1 0 0 1 .553-.894l4.553-2.277a2 2 0 0 1 1.788 0zM15 5.764v15M9 3.236v15' stroke='%23E50040' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.106 5.553a2 2 0 0 0 1.788 0l3.659-1.83A1 1 0 0 1 21 4.619v12.764a1 1 0 0 1-.553.894l-4.553 2.277a2 2 0 0 1-1.788 0l-4.212-2.106a2 2 0 0 0-1.788 0l-3.659 1.83A1 1 0 0 1 3 19.381V6.618a1 1 0 0 1 .553-.894l4.553-2.277a2 2 0 0 1 1.788 0zM15 5.764v15M9 3.236v15' stroke='%23E50040' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    }

    .about-item > a:before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='50' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.7 31.863c-5.004 0-9.816-.947-13.918-2.74a1.44 1.44 0 0 1-.819-.982 1.578 1.578 0 0 1-.046-.364v-5.382c0-.028.008-.154.011-.182.064-.468.302-.838.658-1.063a1.423 1.423 0 0 1 1.2-.155 5.322 5.322 0 0 0 6.943-5.063c0-2.931-2.385-5.316-5.316-5.316S8.096 13 8.096 15.932c0 .036-.004.089-.01.141l-.001 8.995a1.453 1.453 0 0 1-.8 1.288c-.202.099-.425.15-.646.15-.312 0-.618-.103-.861-.289C2.052 23.366 0 19.713 0 15.932c0-4.385 2.66-8.458 7.49-11.467C12.108 1.586 18.221 0 24.7 0c1.554 0 3.112.093 4.633.276a1.437 1.437 0 0 1 1.255 1.43v14.092a.729.729 0 0 1 .005.079c0 2.986 2.385 5.371 5.316 5.371s5.316-2.385 5.316-5.316a5.322 5.322 0 0 0-6.956-5.058 1.401 1.401 0 0 1-.392.067l-.047.002a1.4 1.4 0 0 1-.652-.166 1.465 1.465 0 0 1-.406-.311 1.404 1.404 0 0 1-.198-.286l-.039-.078s-.029-.059-.033-.07c.001.008.007.02.013.032a.778.778 0 0 1-.049-.12 1.326 1.326 0 0 1-.064-.38l-.022-6.746-.009-.119c-.004-.523.186-.925.517-1.198a1.43 1.43 0 0 1 1.276-.277C43.419 3.682 49.4 9.456 49.4 15.932c0 4.386-2.66 8.458-7.489 11.467-4.618 2.878-10.73 4.464-17.211 4.464zm-11.926-5.015c3.565 1.412 7.677 2.157 11.926 2.157 12.044 0 21.843-5.864 21.843-13.073 0-4.677-4.403-9.085-11.3-11.396l.01 3.252c.224-.021.441-.03.656-.03 4.507 0 8.174 3.667 8.174 8.174 0 4.508-3.667 8.175-8.174 8.175-4.461 0-8.113-3.612-8.171-8.066a.645.645 0 0 1-.009-.104V2.998a34.338 34.338 0 0 0-3.029-.14c-12.044 0-21.842 5.864-21.842 13.073 0 2.052.814 4.06 2.37 5.878l.004-5.879c0-.034.004-.074.01-.113.037-4.426 3.697-8.06 8.17-8.06 4.508 0 8.175 3.667 8.175 8.174 0 4.508-3.667 8.175-8.175 8.175-.205 0-.417-.01-.638-.03v2.772z' fill='%23BDBDBD'/%3E%3Cpath d='M7.86 5.059C3.243 7.936.7 11.797.7 15.932c0 3.558 1.954 7.014 5.502 9.729.22.168.522.19.77.067a.744.744 0 0 0 .41-.661l.007-9.059c0-.011.006-.02.006-.032v-.045a6.023 6.023 0 0 1 6.016-6.016 6.023 6.023 0 0 1 6.016 6.016 6.023 6.023 0 0 1-7.855 5.73.73.73 0 0 0-.945.597l-.005.038a.791.791 0 0 0-.007.097v5.382a.71.71 0 0 0 .019.166l.009.037c.052.224.207.41.418.502 4.013 1.754 8.729 2.682 13.638 2.682 6.35 0 12.331-1.548 16.841-4.358 4.617-2.877 7.159-6.739 7.159-10.873 0-6.148-5.777-11.657-14.717-14.034a.729.729 0 0 0-.914.752s.009.132.01.167l.02 6.699.002.004a.766.766 0 0 0 .034.219c.004.012.012.021.017.033.011.029.027.054.042.081a.688.688 0 0 0 .305.301c.025.013.047.027.074.037a.729.729 0 0 0 .258.052h.001l.004-.001a.727.727 0 0 0 .219-.035 6.023 6.023 0 0 1 7.87 5.725c0 3.317-2.698 6.016-6.015 6.016s-6.016-2.699-6.016-6.016v-.055c0-.01-.005-.017-.005-.027V1.704A.737.737 0 0 0 29.25.97a38.043 38.043 0 0 0-4.549-.271C18.35.701 12.369 2.248 7.86 5.059zM2.158 15.932C2.158 8.337 12.27 2.159 24.7 2.159c1.253 0 2.501.077 3.729.203v13.574c0 .013.006.023.007.036.021 4.103 3.364 7.435 7.472 7.435 4.12 0 7.474-3.353 7.474-7.474s-3.353-7.474-7.474-7.474a7.48 7.48 0 0 0-1.354.134l-.015-5.012c7.745 2.317 12.703 7.095 12.703 12.353 0 7.595-10.112 13.774-22.542 13.774-4.538 0-8.888-.83-12.626-2.387v-4.044c.441.08.886.132 1.338.132 4.121 0 7.474-3.353 7.474-7.474s-3.353-7.474-7.474-7.474c-4.108 0-7.45 3.331-7.472 7.434-.001.014-.008.026-.008.04l-.005 7.601c-2.47-2.263-3.769-4.867-3.769-7.604z' fill='%23BDBDBD'/%3E%3C/svg%3E");
        width: 2.66667rem;
        width: calc(48 / var(--global-font-size) * 1rem);
    }
    .about-item.current-menu-item > a:before,
    .about-item > a:focus:before,
    .about-item > a:hover:before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='50' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.7 31.863c-5.004 0-9.816-.947-13.918-2.74a1.44 1.44 0 0 1-.819-.982 1.578 1.578 0 0 1-.046-.364v-5.382c0-.028.008-.154.011-.182.064-.468.302-.838.658-1.063a1.423 1.423 0 0 1 1.2-.155 5.322 5.322 0 0 0 6.943-5.063c0-2.931-2.385-5.316-5.316-5.316S8.096 13 8.096 15.932c0 .036-.004.089-.01.141l-.001 8.995a1.453 1.453 0 0 1-.8 1.288c-.202.099-.425.15-.646.15-.312 0-.618-.103-.861-.289C2.052 23.366 0 19.713 0 15.932c0-4.385 2.66-8.458 7.49-11.467C12.108 1.586 18.221 0 24.7 0c1.554 0 3.112.093 4.633.276a1.437 1.437 0 0 1 1.255 1.43v14.092a.729.729 0 0 1 .005.079c0 2.986 2.385 5.371 5.316 5.371s5.316-2.385 5.316-5.316a5.322 5.322 0 0 0-6.956-5.058 1.401 1.401 0 0 1-.392.067l-.047.002a1.4 1.4 0 0 1-.652-.166 1.465 1.465 0 0 1-.406-.311 1.404 1.404 0 0 1-.198-.286l-.039-.078s-.029-.059-.033-.07c.001.008.007.02.013.032a.778.778 0 0 1-.049-.12 1.326 1.326 0 0 1-.064-.38l-.022-6.746-.009-.119c-.004-.523.186-.925.517-1.198a1.43 1.43 0 0 1 1.276-.277C43.419 3.682 49.4 9.456 49.4 15.932c0 4.386-2.66 8.458-7.489 11.467-4.618 2.878-10.73 4.464-17.211 4.464zm-11.926-5.015c3.565 1.412 7.677 2.157 11.926 2.157 12.044 0 21.843-5.864 21.843-13.073 0-4.677-4.403-9.085-11.3-11.396l.01 3.252c.224-.021.441-.03.656-.03 4.507 0 8.174 3.667 8.174 8.174 0 4.508-3.667 8.175-8.174 8.175-4.461 0-8.113-3.612-8.171-8.066a.645.645 0 0 1-.009-.104V2.998a34.338 34.338 0 0 0-3.029-.14c-12.044 0-21.842 5.864-21.842 13.073 0 2.052.814 4.06 2.37 5.878l.004-5.879c0-.034.004-.074.01-.113.037-4.426 3.697-8.06 8.17-8.06 4.508 0 8.175 3.667 8.175 8.174 0 4.508-3.667 8.175-8.175 8.175-.205 0-.417-.01-.638-.03v2.772z' fill='%23E50040'/%3E%3Cpath d='M7.86 5.059C3.243 7.936.7 11.797.7 15.932c0 3.558 1.954 7.014 5.502 9.729.22.168.522.19.77.067a.744.744 0 0 0 .41-.661l.007-9.059c0-.011.006-.02.006-.032v-.045a6.023 6.023 0 0 1 6.016-6.016 6.023 6.023 0 0 1 6.016 6.016 6.023 6.023 0 0 1-7.855 5.73.73.73 0 0 0-.945.597l-.005.038a.791.791 0 0 0-.007.097v5.382a.71.71 0 0 0 .019.166l.009.037c.052.224.207.41.418.502 4.013 1.754 8.729 2.682 13.638 2.682 6.35 0 12.331-1.548 16.841-4.358 4.617-2.877 7.159-6.739 7.159-10.873 0-6.148-5.777-11.657-14.717-14.034a.729.729 0 0 0-.914.752s.009.132.01.167l.02 6.699.002.004a.766.766 0 0 0 .034.219c.004.012.012.021.017.033.011.029.027.054.042.081a.688.688 0 0 0 .305.301c.025.013.047.027.074.037a.729.729 0 0 0 .258.052h.001l.004-.001a.727.727 0 0 0 .219-.035 6.023 6.023 0 0 1 7.87 5.725c0 3.317-2.698 6.016-6.015 6.016s-6.016-2.699-6.016-6.016v-.055c0-.01-.005-.017-.005-.027V1.704A.737.737 0 0 0 29.25.97a38.043 38.043 0 0 0-4.549-.271C18.35.701 12.369 2.248 7.86 5.059zM2.158 15.932C2.158 8.337 12.27 2.159 24.7 2.159c1.253 0 2.501.077 3.729.203v13.574c0 .013.006.023.007.036.021 4.103 3.364 7.435 7.472 7.435 4.12 0 7.474-3.353 7.474-7.474s-3.353-7.474-7.474-7.474a7.48 7.48 0 0 0-1.354.134l-.015-5.012c7.745 2.317 12.703 7.095 12.703 12.353 0 7.595-10.112 13.774-22.542 13.774-4.538 0-8.888-.83-12.626-2.387v-4.044c.441.08.886.132 1.338.132 4.121 0 7.474-3.353 7.474-7.474s-3.353-7.474-7.474-7.474c-4.108 0-7.45 3.331-7.472 7.434-.001.014-.008.026-.008.04l-.005 7.601c-2.47-2.263-3.769-4.867-3.769-7.604z' fill='%23E50040'/%3E%3C/svg%3E");
    }
    .search-menu-item > a:before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='43' height='44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='14.5' stroke='%23BDBDBD' stroke-width='3'/%3E%3Cpath stroke='%23BDBDBD' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M26.85 27.728l13.878 13.879'/%3E%3C/svg%3E");
        width: 2.27778rem;
        width: calc(41 / var(--global-font-size) * 1rem);
    }
    .search-menu-item > a:focus:before,
    .search-menu-item > a:hover:before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='43' height='44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='14.5' stroke='%23E50040' stroke-width='3'/%3E%3Cpath stroke='%23E50040' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M26.85 27.728l13.878 13.879'/%3E%3C/svg%3E");
    }
    .language-menu-container .menu > li > a:before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='49' height='49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.5 47C36.926 47 47 36.926 47 24.5S36.926 2 24.5 2 2 12.074 2 24.5 12.074 47 24.5 47z' stroke='%23BDBDBD' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.078 46.344C16.034 41.88 14 33.768 14 24.502c0-9.266 2.034-17.378 5.078-21.842M2 24.5h45m-41.536 12h38.072m-38.072-24h38.072M29.922 2.66C32.966 7.124 35 15.236 35 24.502c0 9.266-2.034 17.378-5.078 21.842' stroke='%23BDBDBD' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        width: 2.5rem;
        width: calc(45 / var(--global-font-size) * 1rem);
    }
    .language-menu-container .menu > li > a:focus:before,
    .language-menu-container .menu > li > a:hover:before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='49' height='49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.5 47C36.926 47 47 36.926 47 24.5S36.926 2 24.5 2 2 12.074 2 24.5 12.074 47 24.5 47z' stroke='%23E50040' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.078 46.344C16.034 41.88 14 33.768 14 24.502c0-9.266 2.034-17.378 5.078-21.842M2 24.5h45m-41.536 12h38.072m-38.072-24h38.072M29.922 2.66C32.966 7.124 35 15.236 35 24.502c0 9.266-2.034 17.378-5.078 21.842' stroke='%23E50040' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    }
    .about-item.current-menu-item > a,
    .guides-item.current-menu-item > a,
    .maps-item.current-menu-item > a,
    .home-item.current-menu-item > a,
    .language-menu-container .menu > li > a {
        color: #333;
        color: var(--darker-font-color);
    }
}
@media screen and (min-width: 57.01em) {
    .site-branding {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .main-navigation {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }
    .language-menu-container {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }
}
.site-main .comment-navigation,
.site-main .pagination,
.site-main .post-navigation,
.site-main .posts-navigation {
    margin: 0 auto 2em;
    max-width: 44.16667rem;
    max-width: var(--content-width);
    overflow: hidden;
    padding: 0 1.11111rem 2em;
    padding: 0 var(--side-spacing) 2em;
}
@media screen and (min-width: 48em) {
    .site-main .comment-navigation,
    .site-main .pagination,
    .site-main .post-navigation,
    .site-main .posts-navigation {
        padding-left: 0;
        padding-right: 0;
    }
}
.site-main {
    margin-top: 1.11111rem;
    margin-top: calc(20 / var(--global-font-size) * 1rem);
}
@media screen and (min-width: 50em) {
    .site-main {
        margin-top: 2.22222rem;
        margin-top: calc(40 / var(--global-font-size) * 1rem);
    }
}
.nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.comment-navigation .nav-previous,
.post-navigation .nav-previous,
.posts-navigation .nav-previous {
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
}
.comment-navigation .nav-next,
.post-navigation .nav-next,
.posts-navigation .nav-next {
    text-align: end;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
}
.post-navigation-sub span {
    color: #828282;
    color: var(--global-font-color);
    text-decoration: none;
    display: inline-block;
}
.site-main .pagination {
    margin-bottom: 1.5em;
}
.pagination .nav-links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pagination .page-numbers {
    text-decoration: none;
}
.pagination a:visited {
    color: currentColor;
    color: var(--color-link);
}
.pagination a:active,
.pagination a:focus,
.pagination a:hover {
    border-color: #00a0d2;
}
.pagination .next,
.pagination .prev {
    min-width: auto;
    border-color: transparent;
    text-decoration: underline;
}
.pagination .next:active,
.pagination .next:focus,
.pagination .next:hover,
.pagination .prev:active,
.pagination .prev:focus,
.pagination .prev:hover {
    border-color: transparent;
}
.pagination .dots {
    min-width: auto;
    border: none;
}
.pagination .current {
    border-color: #828282;
    border-color: var(--global-font-color);
}
.site-footer {
    background-color: #131313;
    color: #e0e0e0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 1.11111rem;
    padding: 0 calc(20 / var(--global-font-size) * 1rem);
}
.site-footer * {
    color: currentColor;
}
.footer-content {
    max-width: 66.88889rem;
    max-width: var(--content-width-wide);
    margin-right: auto;
    margin-left: auto;
}
.footer-content > * {
    margin-top: 3.33333rem;
    margin-top: calc(60 / var(--global-font-size) * 1rem);
}
.footer-content > * > :first-child {
    margin-top: 0;
}
.site-footer .widget-title {
    font-size: 1.72222em;
    font-size: var(--font-size-h3);
    line-height: 1.1;
    line-height: var(--line-height-h3);
}
.site-footer .widget-title + * {
    margin-top: 1.77778rem;
    margin-top: calc(32 / var(--global-font-size) * 1rem);
}
.site-footer .widget-title + * > :first-child {
    margin-top: 0;
}
.site-footer ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.site-footer li + li {
    margin-top: 1em;
}
.site-footer a {
    text-decoration: none;
}
.site-footer a:active,
.site-footer a:focus,
.site-footer a:hover {
    text-decoration: underline;
}
.site-footer .svg-social-menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.site-footer .svg-social-menu svg {
    margin-right: 0.77778rem;
    margin-right: calc(14 / var(--global-font-size) * 1rem);
    fill: currentColor;
    width: 1.33333rem;
    width: calc(24 / var(--global-font-size) * 1rem);
    height: 1.33333rem;
    height: calc(24 / var(--global-font-size) * 1rem);
}
.site-footer .svg-social-menu .screen-reader-text {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    overflow: initial;
    word-wrap: normal !important;
}
.footer-content > .site-info {
    margin-bottom: 8.33333rem;
    margin-bottom: calc(150 / var(--global-font-size) * 1rem);
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media screen and (min-width: 45em) {
    .footer-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .footer-content > * {
        width: calc(33.33% - 1.11111rem);
        width: calc(33.33% - 20 / var(--global-font-size) * 1rem);
        margin-top: 5rem;
        margin-top: calc(90 / var(--global-font-size) * 1rem);
    }
}
@media screen and (min-width: 55em) {
    .footer-content > .site-info {
        margin-top: 8.44444rem;
        margin-top: calc(152 / var(--global-font-size) * 1rem);
    }
}
