/*
Theme Name: Salzstreuner
Theme URI: https://www.salzstreuner.de
Author: Marie @ Agentur Herzstück
Author URI: https://www.agentur-herzstueck.de
Description: Salzstreuner Theme im Magazine-Stil
Version: 3.0
Text-Domain: salzstreuner
*/
@import url('css/bootstrap-icons.min.css');

body {
    margin: 0;
    padding: 0;
    width: 100%;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    background-color: #f8f9fa;
    overflow-x: hidden;
}

.container {
    max-width: 1366px
}

@media (max-width: 1400px) {
    .container {
        max-width: 86% !important;
    }
}

@media (max-width: 991px) {

    .container-fluid,
    .container {
        max-width: 100% !important;
    }
}

/** --------------------------------
 * FONT FACE
 ** -------------------------------- */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

@font-face {
    font-family: 'Hind';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url('fonts/hind-v10-latin-regular.eot');
    src: local('Hind Regular'), local('Hind-Regular'),
        url('fonts/hind-v10-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/hind-v10-latin-regular.woff2') format('woff2'),
        url('fonts/hind-v10-latin-regular.woff') format('woff'),
        url('fonts/hind-v10-latin-regular.ttf') format('truetype'),
        url('fonts/hind-v10-latin-regular.svg#Hind') format('svg');
}

@font-face {
    font-family: 'Hind';
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    src: url('fonts/hind-v10-latin-600.eot');
    src: local('Hind SemiBold'), local('Hind-SemiBold'),
        url('fonts/hind-v10-latin-600.eot?#iefix') format('embedded-opentype'),
        url('fonts/hind-v10-latin-600.woff2') format('woff2'),
        url('fonts/hind-v10-latin-600.woff') format('woff'),
        url('fonts/hind-v10-latin-600.ttf') format('truetype'),
        url('fonts/hind-v10-latin-600.svg#Hind') format('svg');
}

.has-large-font-size,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large p {
    font-size: 2.5rem !important;
}

.has-default-font-size {
    font-size: 1rem !important;
}

.has-big-font-size {
    font-size: 2rem !important;
}

.has-medium-font-size {
    font-size: 1.5rem !important;
}

.has-small-font-size {
    font-size: 0.85rem !important;
}

mark.has-inline-color {
    padding: 0;
}

/** --------------------------------
 * ICONS
 ** -------------------------------- */

.icon-alone>i {
    font-size: 1.75rem;
    line-height: 1.75rem;
}

.icon-alone>i::before {
    width: auto;
    height: auto;
}

/*--------------------------------------------------------------
# Helper Classes
--------------------------------------------------------------*/

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.img-fluid,
.wp-block-image img {
    max-width: 100%;
    height: auto;
}

.alignwide {
    width: 100%;
    padding-right: 4.5rem;
    padding-left: 4.5rem;
    margin-right: auto;
    margin-left: auto;
}

.alignfull {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

/** --------------------------------
 * BUTTONS, LINKS
 ** -------------------------------- */
.btn-group-sm>.btn,
.btn-sm {
    padding: 0;
    font-size: .85rem;
}

a,
a:active,
a:focus,
a:visited,
a:hover {
    transition: all ease-in .35s
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #303030;
    text-decoration: none
}

.readmore {
    font-weight: 700;
    text-decoration: none
}

#ajax-load-more {
    width: 100%;
}

.load-more-button {
    position: relative;
}

.load-more-button::after {
    content: "\e918";
    font-family: bootstrap-icons;
    margin: 0 0.25rem;
    color: #303030;
}

.load-more-button.is-loading {
    position: relative;
    padding-left: 2.75rem;
}

.load-more-button.is-loading::after {
    content: '';
}

.load-more-button::before {
    background-image: none;
    width: 2rem;
    height: 100%;
    margin: 0;
    border-radius: 0;
    display: inline-block;
    z-index: 0;
    content: '';
    position: absolute;
    top: 0;
    margin-left: -2.5rem;
    overflow: hidden;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.load-more-button.is-loading::before {
    background-image: url("img/ajax-loader.svg");
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: #0073E6;
}

/** --------------------------------
 * NAVIGATION
 ** -------------------------------- */
#masthead {
    box-shadow: 1px 3px 5px rgba(0, 0, 0, .1);
    margin-bottom: 2rem;
    -webkit-transition: all ease-in .35s;
    -moz-transition: all ease-in .35s;
    -o-transition: all ease-in .35s;
    transition: all ease-in .35s;
    background-color: #f8f9fa;
}

#masthead.shrink {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1050;
    -webkit-transition: all ease-in .35s;
    -moz-transition: all ease-in .35s;
    -o-transition: all ease-in .35s;
    transition: all ease-in .35s;
}

#masthead.shrink #toolbar {
    visibility: hidden;
    opacity: 0;
    height: 0;
}

#masthead #toolbar {
    opacity: 1;
    visibility: visible;
    height: auto;
    -webkit-transition: all ease-in .35s;
    -moz-transition: all ease-in .35s;
    -o-transition: all ease-in .35s;
    transition: all ease-in .35s;
}

#branding {
    display: block;
    padding-top: 20%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-transition: all ease-in .35s;
    -moz-transition: all ease-in .35s;
    -o-transition: all ease-in .35s;
    transition: all ease-in .35s;
}

#masthead.shrink #branding {
    padding-top: 3.5rem;
    background-position: 0 50%;
    -webkit-transition: all ease-in .35s;
    -moz-transition: all ease-in .35s;
    -o-transition: all ease-in .35s;
    transition: all ease-in .35s;
}

#branding.normal {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 630 114.3' enable-background='new 0 0 630 114.3' xml:space='preserve'%3e%3cpath fill='%23575756' d='M35.1,42v15.2H18.7v12.1h3.3c6,0,10,1.2,12,3.7c2,2.4,3,7.4,3,14.8v4.3c0,8.2-1.1,13.7-3.2,16.3 c-1.6,2-4.4,3.1-8.5,3.2c-2.2,0.1-4.7,0.1-7.6,0.1H0.3V96.6h17.5V84.4h-2.9c-3.3,0-5.8-0.2-7.3-0.7C5.1,83,3.2,81.5,1.9,79 C0.6,76.6,0,72.1,0,65.3V61c0-8.6,1.4-14.2,4.3-16.6c1.2-1,2.7-1.7,4.4-2C10.5,42.1,13.9,42,19,42H35.1z M60.6,97v14.7H41.9V56.2 c0-5.9,1-9.7,3.1-11.5c2.1-1.8,7.3-2.7,15.7-2.7h7.6c8.4,0,13.6,0.9,15.7,2.7c2.1,1.8,3.1,5.6,3.1,11.5v55.5H68.5V97H60.6z M60.6,81.5h7.8V63.1c0-4.3-1.3-6.5-4-6.5c-2.6,0-3.9,2.2-3.9,6.5V81.5z M125.2,95.8l-3.3,15.9H94V59.7c0-7.6-0.3-13.5-1-17.7h21.4 c-1.1,5.4-1.7,11.1-1.7,17.1v37.4L125.2,95.8z M128.5,42h36l-15.6,54.6h16.7l-2.1,15.2h-37.4l15.8-54.6h-15.6L128.5,42z M301.7,42 v15.2h-16.4v12.1h3.3c6,0,10,1.2,12,3.7c2,2.4,3,7.4,3,14.8v4.3c0,8.2-1.1,13.7-3.2,16.3c-1.6,2-4.4,3.1-8.5,3.2 c-2.2,0.1-4.7,0.1-7.6,0.1h-17.4V96.6h17.5V84.4h-2.9c-3.3,0-5.8-0.2-7.3-0.7c-2.4-0.7-4.3-2.2-5.6-4.7c-1.3-2.4-1.9-7-1.9-13.7V61 c0-8.6,1.4-14.2,4.3-16.6c1.2-1,2.7-1.7,4.4-2c1.8-0.3,5.2-0.4,10.3-0.4H301.7z M341.5,42v15.2H333v54.6h-18.7V57.1h-8.5V42H341.5z M344.9,42h28.5c4.6,0,7.6,0.1,8.9,0.3c1.3,0.2,2.5,0.6,3.7,1.3c2.8,1.8,4.2,5.8,4.2,11.9V60c0,5.6-0.6,9.3-1.7,11.3 c-1.5,2.6-4.4,4.2-8.6,4.7c4.1,1.2,6.8,2.7,8.2,4.4c1.4,1.8,2,4.7,2,8.8V100c0,4.3,0.5,8.2,1.5,11.7h-18.7c-1-3-1.5-6.9-1.5-11.7 v-9.3c0-4.2-1.8-6.3-5.4-6.3h-2.4v27.3h-18.7V42z M363.6,69.3h2.6c2.5,0,4-0.5,4.6-1.6c0.5-0.8,0.7-2.3,0.7-4.4 c0-2.3-0.4-3.9-1.1-4.8c-0.8-0.9-2.2-1.4-4.2-1.4h-2.6V69.3z M432.1,42v15.2h-17.2v12.1h17.2v15.2h-17.2v12.1h17.2v15.2h-17.5 c-6.2,0-10-0.2-11.5-0.7c-2.8-0.9-4.7-3-5.6-6.3c-0.9-3.3-1.4-9.3-1.4-18V64.4c0-5.9,0.4-10.5,1.2-13.8c1-4.6,3.5-7.3,7.4-8 c1.7-0.3,5.1-0.5,9.9-0.5H432.1z M464.8,42h18.7v55.5c0,5.9-1,9.7-3.1,11.5c-2.1,1.8-7.3,2.7-15.7,2.7H457c-8.4,0-13.6-0.9-15.7-2.7 c-2.1-1.8-3.1-5.6-3.1-11.5V42h18.7v48.6c0,4.3,1.3,6.5,3.9,6.5c2.6,0,4-2.2,4-6.5V42z M488.5,42h18.9c1,3.5,1.6,6.6,1.8,9.2 c1-3.6,2.3-6.1,4.1-7.3c1.7-1.3,4.6-1.9,8.7-1.9c3.2,0,5.5,0.2,6.8,0.6c2.1,0.7,3.7,2.2,4.9,4.4c0.8,1.5,1.2,2.9,1.4,4.3 c0.1,1.6,0.2,6.1,0.2,13.4v47h-18.7V63.5c0-3.8-1.3-5.6-3.8-5.6c-2.5,0-3.8,2-3.8,5.9v48h-18.7V57.9C490.3,52.1,489.7,46.8,488.5,42 z M577.2,42v15.2H560v12.1h17.2v15.2H560v12.1h17.2v15.2h-17.5c-6.2,0-10-0.2-11.5-0.7c-2.8-0.9-4.7-3-5.6-6.3 c-0.9-3.3-1.4-9.3-1.4-18V64.4c0-5.9,0.4-10.5,1.2-13.8c1-4.6,3.5-7.3,7.4-8c1.7-0.3,5.1-0.5,9.9-0.5H577.2z M583.3,42h28.5 c4.6,0,7.6,0.1,8.9,0.3c1.3,0.2,2.5,0.6,3.7,1.3c2.8,1.8,4.2,5.8,4.2,11.9V60c0,5.6-0.6,9.3-1.7,11.3c-1.5,2.6-4.4,4.2-8.6,4.7 c4.1,1.2,6.8,2.7,8.2,4.4c1.4,1.8,2,4.7,2,8.8V100c0,4.3,0.5,8.2,1.5,11.7h-18.7c-1-3-1.5-6.9-1.5-11.7v-9.3c0-4.2-1.8-6.3-5.4-6.3 H602v27.3h-18.7V42z M602,69.3h2.6c2.5,0,4-0.5,4.6-1.6c0.5-0.8,0.7-2.3,0.7-4.4c0-2.3-0.4-3.9-1.1-4.8c-0.8-0.9-2.2-1.4-4.2-1.4 H602V69.3z'/%3e%3cpath fill='%2395C11F' d='M214.3,35.2c-8.5,3.2-9.1,10.6-9.1,10.6c9-14.6,22.9-7.1,22.9-7.1c-10.5-0.5-14.9,4.5-15.8,11.2 c-0.9,6.7,2.2,10.9,2.2,10.9c-0.4-1-0.8-2.8-0.8-2.8s2.8-1.2,7.6-0.1c0,0,6.2-9.3,13.6-9.8c0,0-0.6,4.5-1.6,6c0,0-5.2,1.7-8.5,5.6 l0.2,0c0,0,7.4-7.3,17.6-7c0,0,0.4,13-17,11.3l-0.4,0.4c0,0,5.8,1.3,11.4-1.1c0,0,3.2,1.9,4.9,3.8c0,0-2.5-0.7-4.4,0 c0,0,6,1.1,8.1,3c0,0-2.2-0.8-4.1-0.6c0,0,4.7,1.5,6.4,2.6c0,0-2.1-0.5-4.2-0.5c0,0,6,2.1,7.8,3.3c0,0-3-0.7-5.3-0.8l9.4,2.7 c0-0.7,0.1-1.5,0.1-2.3c0-21.8-17.6-39.4-39.3-39.8C215.6,34.7,214.3,35.2,214.3,35.2z M212.2,34.9c5.6-0.9-19.9,4.5-13.9,30.4 c0,0,0.9-1,2.4-1.1c0,0-3.7,1.7-2.3,6.3c0,0-4.7,15.6-10.8,16.4c-3.1,0.4-3.3,8.7-0.1,10.1l4.8-2c-3.4,2.3-2.7,3.4-2.7,3.4 c-0.3,0.1,0.8,0.3,1.5,0.4c2.8,0.4,9.9,1.5,13.8-4c0,0,9.6-1.4,15.3-4.1c0,0,6.1-2.6,5.9-12.6c0,0,0.1,9.4-3.1,13.1 c0,0,0.2,1.7,1.9,4.1c1.7,2.5,11.3,12.7,11.3,12.7l0.4,0.5c-6.1,3.8-13.3,6-21,6c-22,0-39.8-17.8-39.8-39.8 c0-17.8,11.6-32.8,27.7-37.9C203.5,36.6,206,35.9,212.2,34.9z M206.1,75.1c5.2,0.4,7.8-2.5,7.8-2.5c-1.7,0.2-2.7-0.4-2.7-0.4 c-3.7-2.4-6.1,0-6.1,0c-0.6,11.8-5.6,14.5-5.6,14.5C205,82.9,206.1,75.1,206.1,75.1z M211.8,109.1c-4.9-1.6-6-4.5-6-4.5 c2.1,1.4,3.7,1.3,3.7,1.3c-3.5-1.5-5.3-4.4-5.3-4.4c1.3,1.3,2.8,1.4,2.8,1.4c-2.6-1.9-2.5-5.4-2.5-5.4c-4.4,3.4-9,3-9,3 C200.8,107.2,211.8,109.1,211.8,109.1z'/%3e%3cg%3e%3cpath fill='%2395C11F' d='M350.2,19.9c-0.4,1.5-0.8,2.6-1.2,3.3c-0.6,1.1-1.4,2.1-2.3,2.8c-1.4,0.6-3,0.9-4.7,0.9 c-1.9,0-3.4-0.4-4.6-1.1c-0.4-0.4-0.7-0.9-0.7-1.6c0-0.3,0.1-0.6,0.2-0.9c1.5,0.8,3.2,1.3,5.1,1.3c1.3,0,2.5-0.3,3.4-0.8 c1.9-1.4,3-3.1,3.1-5c-1-2.2-2.1-3.5-3.5-3.8c-0.9,0.1-2.1,0.2-3.6,0.5c-1.6,0.3-2.7,0.5-3.5,0.5c-0.6-0.6-0.9-1.4-0.8-2.3 c1.4-0.7,3.5-1.8,6.3-3.5c0.1-0.4,0.6-0.8,1.4-1.3c0.7-0.5,1-0.9,1-1.3c0-0.2-0.1-0.4-0.2-0.6c-1.1-0.9-2.5-1.3-4.1-1.3 c-1,0-1.9,0.2-2.7,0.6c-0.5,0.2-1,0.4-1.5,0.6c-0.6,0.3-1,0.6-1.3,1.1c0,2.7-0.2,6.1-0.5,10.1c-0.2,3.4-0.5,6.8-0.7,10.2 c-0.1,0-0.3,0.1-0.4,0.1c-0.3,0-0.6-0.2-0.8-0.6c-0.3-0.5-0.5-0.9-0.6-0.9c0.3-1.9,0.5-4.3,0.6-7.2c0.1-2.5,0.2-4.9,0.4-7.3 c0.3-0.5,0.4-1,0.4-1.5c0-0.5-0.2-1.1-0.5-2c-0.3-0.9-0.5-1.5-0.5-2c0-0.6,0.2-1.1,0.6-1.6c0.3-0.3,0.8-0.5,1.5-0.5 c0.7,0,1.2-0.2,1.5-0.5c1.3-0.3,2.5-0.5,3.8-0.5c2.3,0,4.1,0.5,5.5,1.5c0.7,0.8,1.1,2.1,1.3,4.1c-0.2,0.4-0.6,1-1.3,1.7 c-0.7,0.7-1.1,1.2-1.2,1.5c1.4,0.6,2.6,1.6,3.5,3.1C349.5,16.8,350,18.2,350.2,19.9z'/%3e%3cpath fill='%2395C11F' d='M361.1,18.2c0.3,0.9,0.5,1.8,0.5,2.8c0,2.2-0.8,4.3-2.3,6.1c-0.8,0.5-1.7,0.9-2.8,1.2 c-1.1-0.1-2.1-0.5-3-1.3c-0.8-0.7-1.4-1.7-1.8-2.8c-0.1-3.5,1-6.4,3.4-8.9c0.6-0.7,1.3-1,2-1c0.8,0,1.6,0.5,2.5,1.4 C360.3,16.4,360.8,17.2,361.1,18.2z M359.1,18.4c-0.2-0.1-0.5-0.6-0.8-1.2c-0.2-0.6-0.6-0.9-1-0.9c-0.1,0-0.3,0-0.5,0.1 c-1.8,2.3-2.7,4.5-2.7,6.7c0,0.5,0,1,0.2,1.5c0,0.4,0.2,0.8,0.6,1.1c0.4,0.3,0.8,0.5,1.2,0.4c0.7,0,1.5-0.5,2.6-1.6 c0.5-0.8,0.7-1.7,0.7-2.8c0-0.4,0-1-0.1-1.7C359.2,19.2,359.1,18.6,359.1,18.4z'/%3e%3cpath fill='%2395C11F' d='M372.9,23.2c-0.7,1.2-1.4,2.5-2,3.7c-0.9,1.4-1.9,2.1-3.2,2.2c-1.2,0.1-2.3-0.6-3.2-2.1 c-0.8-2.3-1.2-4.6-1.2-6.8c0-3.6,1.1-6.4,3.3-8.5c0.4-0.2,0.9-0.3,1.4-0.3c0.8,0,1.5,0.2,2.2,0.7c0.7,0.5,1.1,1.1,1.2,1.9 c0.1,0.3,0.2,1,0.2,2l-0.4,0.5c-0.3-0.7-0.7-1.3-1-2c-0.4-0.8-0.9-1.3-1.5-1.6c-2.6,2-3.8,4.5-3.8,7.6c0,0.7,0.1,1.4,0.2,2 c0.4,2.4,1.2,4,2.2,4.8c1-0.3,1.9-1.1,2.8-2.3c1.1-1.6,1.8-2.6,2.3-3L372.9,23.2z'/%3e%3cpath fill='%2395C11F' d='M384.9,26.1c-0.2,0.4-0.5,0.7-0.9,0.9c-0.3,0-0.8-0.4-1.6-1.2c-0.1-0.7-0.5-1.5-1.3-2.4 c-0.6-0.6-1.3-1.3-1.9-1.9c-1.1,0.4-1.8,1.4-2,2.8c0,1.2,0,2.4-0.1,3.5c0,0.2-0.2,0.3-0.6,0.3h-0.8l-0.7-0.7c0-2.6,0-5.8-0.1-9.5 c-0.1-3.1-0.2-6.1-0.3-9.2c0.9,0.2,1.4,0.8,1.6,1.8c0.1,0.9,0.3,1.7,0.4,2.6c0,0,0,1.1,0.1,3.3c0.1,1.3,0.3,2.3,0.6,3.1 c0.6-0.4,1.3-1.4,2.2-2.8c0.8-1.2,1.6-2.1,2.4-2.5c0.4,0.2,0.7,0.5,0.9,0.9c-0.1,0.7-0.5,1.4-1.1,2.3c-0.5,0.7-0.9,1.4-1.4,2.1 c0.9,0.7,1.7,1.8,2.5,3.2C384.1,24.8,384.8,26,384.9,26.1z'/%3e%3cpath fill='%2395C11F' d='M411.9,26.8c-0.5,0.9-1.4,1.4-2.8,1.4c-1.2,0-2.3-0.7-3.2-2.1c0-0.1,0-0.3-0.2-0.5c-0.7,0.6-1.3,1.3-2,2 c-0.8,0.7-1.6,1.1-2.3,1.2c-2-0.7-3.3-1.8-3.9-3.4c-0.1-0.5-0.1-1.1-0.1-1.6c0-3.4,1.6-6.5,4.7-9.2c0.3-0.2,1-0.6,2.1-0.9 c0.6,0,1.1,0.2,1.7,0.6c0.5,0.4,0.9,0.9,1.1,1.5c0.1,0.1,0.2,0.5,0.2,1c0,0.5,0.2,0.9,0.4,1c0,0.2-0.1,1-0.3,2.4 c-0.1,1-0.2,1.9-0.2,2.5c0,1.6,0.4,2.8,1.2,3.7c0.2,0.2,0.5,0.2,0.7,0.2c0.3,0,0.8-0.2,1.3-0.5c0.5-0.3,0.9-0.5,1.1-0.5 C411.7,25.7,411.9,26.1,411.9,26.8z M405.6,16.3c-0.1,0-0.2-0.2-0.4-0.4c-0.2-0.2-0.4-0.3-0.5-0.3c-0.1,0-0.2,0-0.2,0 c-3.4,2.5-5.1,5.3-5.1,8.5c0,0.3,0,0.6,0.1,0.9c0.5,1.1,1,1.7,1.7,1.7c0.2,0,0.4,0,0.6-0.1c1.6-1,2.6-2.6,3.1-4.5 C405,20.1,405.3,18.2,405.6,16.3z'/%3e%3cpath fill='%2395C11F' d='M424.7,24.6c0.1,0.8-0.1,1.4-0.7,1.8c-0.5,0.3-1.2,0.5-1.9,0.5c-1.3,0-2.3-0.5-2.8-1.5 c-0.1-0.1-0.2-0.4-0.3-0.9c-0.1-0.5-0.2-0.8-0.4-1c-0.2,0.3-0.5,1.2-0.9,2.6c-0.2,1.1-0.8,1.7-1.6,1.8c-1,0-1.9-0.5-2.6-1.6 c-0.2-0.3-0.7-1.3-1.5-2.8c0-0.7-0.2-1.9-0.5-3.6c-0.3-1.6-0.4-2.8-0.4-3.7c0-1.1,0.1-2,0.4-2.9c-0.2-1,0-1.7,0.4-2 c0.3,0,0.6,0.1,0.9,0.4c0.3,0.3,0.6,0.5,0.8,0.5c-0.3,1.7-0.4,3.3-0.4,4.9c0,3.2,0.5,5.9,1.6,8.3c0.1,0.1,0.2,0.2,0.3,0.4 c0.1,0.1,0.2,0.2,0.4,0.1c1.7-3.1,2.6-6.6,2.6-10.6c0-0.7,0-1.5-0.1-2.2c0.1-0.1,0.3-0.1,0.4-0.1c0.3,0,0.6,0.2,0.9,0.6 c0.2,0.3,0.4,0.6,0.7,0.9c0.2,0.9,0.4,2.7,0.6,5.5c0.1,2.4,0.5,4.1,1,5.3c0.2,0,0.7-0.2,1.3-0.6c0.6-0.3,1-0.4,1.3-0.4 C424.3,24.4,424.5,24.4,424.7,24.6z'/%3e%3cpath fill='%2395C11F' d='M437,17.1c-0.4,0.6-1.5,1.1-3.3,1.3c-1.9,0.2-3,0.6-3.5,1c0,0.2,0,0.5,0,0.8c-0.1,0.4-0.1,0.6-0.1,0.7 c0,0.4,0.1,0.9,0.4,1.5c-0.1,0.2-0.2,0.4-0.2,0.7c0,0.1,0.1,0.6,0.4,1.6c0.5,1.6,0.7,2.6,0.7,2.9c0,0.5-0.1,0.9-0.3,1.2 c-1,0.1-1.7-0.2-2.1-1.2c0-1.1-0.1-2.4-0.4-3.9c-0.2-1.3-0.5-2.5-0.7-3.8c-0.4,0-1.1,0.3-2.1,0.9c-0.9,0.5-1.6,0.7-2,0.7 c-0.5,0-1-0.3-1.3-0.8c-0.1-0.3,0-0.5,0.3-0.8c0.4-0.4,0.6-0.6,0.6-0.6c0.5-0.3,1.2-0.6,2.3-0.9c1.1-0.3,1.8-0.6,2.3-0.9 c-0.3-2.3-0.5-4.1-0.5-5.5c0-3.6,0.9-6.2,2.8-8c0.3,0,0.6-0.1,0.9-0.1c1.3,0,2.6,0.5,3.7,1.5c0.4,0.5,0.7,1,1.1,1.6 c0.4,0.6,0.6,1.2,0.6,1.8c0,0.2,0,0.5-0.1,0.8c-0.1,0.2-0.5,0.5-1.1,0.9c0-0.9-0.3-1.8-0.9-2.7c-0.5-0.9-1.2-1.6-2.1-2.1 c-2,1.2-3,3.5-3,6.9c0,1.3,0.2,2.8,0.5,4.6l0.2,0.2l6.2-0.7L437,17.1z'/%3e%3cpath fill='%2395C11F' d='M467.9,19.9c-0.4,1.5-0.8,2.6-1.2,3.3c-0.6,1.1-1.4,2.1-2.3,2.8c-1.4,0.6-3,0.9-4.7,0.9 c-1.9,0-3.4-0.4-4.6-1.1c-0.4-0.4-0.7-0.9-0.7-1.6c0-0.3,0.1-0.6,0.2-0.9c1.5,0.8,3.2,1.3,5.1,1.3c1.3,0,2.5-0.3,3.4-0.8 c1.9-1.4,3-3.1,3.1-5c-1-2.2-2.1-3.5-3.5-3.8c-0.9,0.1-2.1,0.2-3.6,0.5c-1.6,0.3-2.7,0.5-3.5,0.5c-0.6-0.6-0.9-1.4-0.8-2.3 c1.4-0.7,3.5-1.8,6.3-3.5c0.1-0.4,0.6-0.8,1.4-1.3c0.7-0.5,1-0.9,1-1.3c0-0.2-0.1-0.4-0.2-0.6c-1.1-0.9-2.5-1.3-4.1-1.3 c-1,0-1.9,0.2-2.7,0.6c-0.5,0.2-1,0.4-1.5,0.6c-0.6,0.3-1,0.6-1.3,1.1c0,2.7-0.2,6.1-0.5,10.1c-0.2,3.4-0.5,6.8-0.7,10.2 c-0.1,0-0.3,0.1-0.4,0.1c-0.3,0-0.6-0.2-0.8-0.6c-0.3-0.5-0.5-0.9-0.6-0.9c0.3-1.9,0.5-4.3,0.6-7.2c0.1-2.5,0.2-4.9,0.4-7.3 c0.3-0.5,0.4-1,0.4-1.5c0-0.5-0.2-1.1-0.5-2c-0.3-0.9-0.5-1.5-0.5-2c0-0.6,0.2-1.1,0.6-1.6c0.3-0.3,0.8-0.5,1.5-0.5 c0.7,0,1.2-0.2,1.5-0.5c1.3-0.3,2.5-0.5,3.8-0.5c2.3,0,4.1,0.5,5.5,1.5c0.7,0.8,1.1,2.1,1.3,4.1c-0.2,0.4-0.6,1-1.3,1.7 c-0.7,0.7-1.1,1.2-1.2,1.5c1.4,0.6,2.6,1.6,3.5,3.1C467.3,16.8,467.7,18.2,467.9,19.9z'/%3e%3cpath fill='%2395C11F' d='M484.5,26.8c-0.5,0.9-1.4,1.4-2.8,1.4c-1.2,0-2.3-0.7-3.2-2.1c0-0.1,0-0.3-0.2-0.5c-0.7,0.6-1.3,1.3-2,2 c-0.8,0.7-1.6,1.1-2.3,1.2c-2-0.7-3.3-1.8-3.9-3.4c-0.1-0.5-0.1-1.1-0.1-1.6c0-3.4,1.6-6.5,4.7-9.2c0.3-0.2,1-0.6,2.1-0.9 c0.6,0,1.1,0.2,1.7,0.6c0.5,0.4,0.9,0.9,1.1,1.5c0.1,0.1,0.2,0.5,0.2,1c0,0.5,0.2,0.9,0.4,1c0,0.2-0.1,1-0.3,2.4 c-0.1,1-0.2,1.9-0.2,2.5c0,1.6,0.4,2.8,1.2,3.7c0.2,0.2,0.5,0.2,0.7,0.2c0.3,0,0.8-0.2,1.3-0.5c0.5-0.3,0.9-0.5,1.1-0.5 C484.2,25.7,484.4,26.1,484.5,26.8z M478.1,16.3c-0.1,0-0.2-0.2-0.4-0.4c-0.2-0.2-0.4-0.3-0.5-0.3c-0.1,0-0.2,0-0.2,0 c-3.4,2.5-5.1,5.3-5.1,8.5c0,0.3,0,0.6,0.1,0.9c0.5,1.1,1,1.7,1.7,1.7c0.2,0,0.4,0,0.6-0.1c1.6-1,2.6-2.6,3.1-4.5 C477.6,20.1,477.9,18.2,478.1,16.3z'/%3e%3cpath fill='%2395C11F' d='M495,25.1c-0.3,0.3-1,0.5-2.1,0.4c-0.8,0-1.4,0.3-1.6,1.2c-1.4,1.1-2.6,1.7-3.5,1.6 c-1.8-0.5-3.3-1.5-4.3-3.2c-0.2-0.8-0.3-1.7-0.3-2.5c0-3.3,1.3-6,4-8.2c0.5-0.3,1.1-0.5,1.7-0.5c1,0,2.2,0.4,3.6,1.3 c0.2-0.3,0.3-0.7,0.3-1.1c0-0.4-0.1-0.9-0.2-1.7c-0.1-0.7-0.2-1.2-0.2-1.5c0-0.3-0.1-1-0.2-2C492,8.2,492,7.6,492,7.1 c0-1.2,0.2-2.3,0.7-3.2c0.9,0.2,1.4,0.7,1.4,1.6c0,0.3-0.1,0.8-0.2,1.5c-0.1,0.7-0.2,1.3-0.2,1.6c0,0.4,0,0.7,0.1,1 c0.1,0.3,0.2,1,0.3,1.9c0.1,0.9,0.2,1.6,0.4,2c0,0.5,0,0.9,0,1.4c0,0.7,0.1,1.2,0.3,1.6c-0.2,1.8-0.3,3.2-0.3,4.4 C494.5,22.5,494.7,23.9,495,25.1z M492.2,18.1c-0.7-1.2-1.7-2-3-2.3c-2.1,1-3.5,3.2-4.2,6.6c0,1.6,0.6,2.8,1.8,3.7 c0.2,0,0.4,0.1,0.6,0.1c1,0,2.1-0.6,3.2-1.9c1.1-1.2,1.6-2.7,1.6-4.4C492.5,19.3,492.4,18.7,492.2,18.1z'/%3e%3cpath fill='%2395C11F' d='M523.9,19.8c0.1,0.3,0.1,0.6,0.1,1c0,0.7-0.3,1.5-0.8,2.3c-0.5,0.7-0.9,1.4-1.4,2.1 c-1.3,0.7-2.6,1.4-3.8,2.1c-1.6,0.8-3,1.3-4.1,1.3c-0.9,0-1.7-0.2-2.6-0.6c-1.4-1.2-2.3-2.5-2.5-4c-0.1-0.2-0.1-0.5-0.1-0.7 c0-0.9,0.5-2,1.4-3.3c0.4,0.4,0.5,1,0.5,1.7c0-0.3,0,0.2-0.1,1.6c0,0.6,0,1.2,0.2,1.5c0.2,0.5,0.6,0.9,1.2,1.2 c0.4,0.1,0.8,0.1,1.3,0.1c1.8,0,3.5-0.4,5-1.3c1.6-0.9,2.9-2.2,3.8-3.8c0-1.1-0.5-1.9-1.3-2.3c-0.5-0.2-1.4-0.4-2.7-0.5 c-1.3-0.1-2.3-0.3-2.8-0.5c-0.2,0.1-0.5,0.1-0.7,0.1c-0.4,0-1-0.1-1.9-0.4c-0.8-0.3-1.5-0.4-2-0.4c-1.3-0.4-2.1-1.5-2.5-3 c0.9-3,4-5.1,9.3-6.1c1.8,0.5,2.7,0.8,2.8,0.9c1,0.5,1.6,1.2,1.8,2.2c-0.2,0.3-0.2,0.4-0.2,0.5l0.2,0.3c0,0.2-0.3,0.3-0.7,0.3 c-0.4-1.1-1.3-1.7-2.8-1.7c-0.5,0-1.2,0.1-2.1,0.2c-0.9,0.1-1.6,0.2-1.9,0.2c-0.2,0.3-1.1,0.7-2.4,1.4c-1,0.5-1.5,1.2-1.6,2.1 c0.4,0.4,1.1,0.6,2,0.7c1.2,0.1,1.9,0.2,2.2,0.3c0,0,1.3,0.2,3.8,0.5c1.6,0.2,2.8,0.6,3.6,1.1C523,17.3,523.6,18.4,523.9,19.8z'/%3e%3cpath fill='%2395C11F' d='M540.1,26.8c-0.5,0.9-1.4,1.4-2.8,1.4c-1.2,0-2.3-0.7-3.2-2.1c0-0.1,0-0.3-0.2-0.5c-0.7,0.6-1.3,1.3-2,2 c-0.8,0.7-1.6,1.1-2.3,1.2c-2-0.7-3.3-1.8-3.9-3.4c-0.1-0.5-0.1-1.1-0.1-1.6c0-3.4,1.6-6.5,4.7-9.2c0.3-0.2,1-0.6,2.1-0.9 c0.6,0,1.1,0.2,1.7,0.6c0.5,0.4,0.9,0.9,1.1,1.5c0.1,0.1,0.2,0.5,0.2,1c0,0.5,0.2,0.9,0.4,1c0,0.2-0.1,1-0.3,2.4 c-0.1,1-0.2,1.9-0.2,2.5c0,1.6,0.4,2.8,1.2,3.7c0.2,0.2,0.5,0.2,0.7,0.2c0.3,0,0.8-0.2,1.3-0.5c0.5-0.3,0.9-0.5,1.1-0.5 C539.8,25.7,540,26.1,540.1,26.8z M533.7,16.3c-0.1,0-0.2-0.2-0.4-0.4c-0.2-0.2-0.4-0.3-0.5-0.3c-0.1,0-0.2,0-0.2,0 c-3.4,2.5-5.1,5.3-5.1,8.5c0,0.3,0,0.6,0.1,0.9c0.5,1.1,1,1.7,1.7,1.7c0.2,0,0.4,0,0.6-0.1c1.6-1,2.6-2.6,3.1-4.5 C533.2,20.1,533.5,18.2,533.7,16.3z'/%3e%3cpath fill='%2395C11F' d='M547.4,21.2c-0.4,1.4-1.2,2.7-2.1,3.8c-1.1,1.2-2.3,2-3.6,2.4c-1.6-0.4-2.3-1.3-2.3-2.8 c0-0.3,0.2-1.5,0.6-3.6c0.3-1.6,0.3-2.8,0-3.7c-0.1-0.6-0.2-1.2-0.3-2c0-1.1,0-2.2,0-3.2c0-1.2-0.2-2.2-0.4-3 c-0.1-0.3-0.1-0.7,0.1-1c0.1-0.3,0.3-0.5,0.5-0.5c0.1,0,0.2,0.1,0.3,0.2c0.1-0.1,0.2-0.2,0.3-0.2c0.1,0,0.2,0,0.3,0.1 c0.1,0.1,0.3,0.1,0.4,0.1c0.4,0.5,0.7,1,0.7,1.5c0,0.3-0.1,0.5-0.2,0.7c0,0.9,0.1,2.3,0.3,4.2s0.2,3.3,0.2,4.2c0,1.1-0.1,2.1-0.2,3 c0-0.2,0,0.3,0,1.6c0,0.7,0.1,1.3,0.2,1.6c0.7-0.2,1.5-0.7,2.4-1.6c1.1-1.1,1.8-1.8,2.2-2c-0.1,0,0.1,0,0.5,0 C547.2,20.9,547.4,21,547.4,21.2z'/%3e%3cpath fill='%2395C11F' d='M560.5,23.2c-2.8,2.6-5.8,3.9-9.2,3.9c-0.9,0-1.8-0.1-2.7-0.3c-0.9-0.5-1.4-1.4-1.4-2.5 c0-0.4,0.1-0.8,0.2-1.2c0.5-1.3,1.7-2.6,3.5-3.8c2.5-1.7,4-2.7,4.3-3.1c-0.8-0.2-1.6-0.3-2.4-0.3c-1.7,0-3,0.4-3.9,1.2 c-0.8-0.2-1.2-0.6-1.4-1.2c0.3-1.3,1.5-2,3.6-2c0.6,0,1.1,0,1.7,0c0.6,0,1.2-0.1,1.6-0.3c0.2,0,0.5-0.1,0.8-0.1 c0.8,0,1.5,0.2,2.2,0.7c0.7,0.5,1,1,1,1.7c0,0.8-0.4,1.4-1.2,1.8c-1.5,0.9-2.9,1.8-4.4,2.7c-1.7,1.1-2.9,2.4-3.6,3.7 c0.5,0.3,1.2,0.5,2.1,0.5c0.6,0,1.4-0.1,2.3-0.3c0.9-0.2,2-0.6,3.3-1.1c1.9-0.8,3-1.2,3.3-1.3c0.1,0.1,0.2,0.2,0.4,0.3 c0.1,0.1,0.2,0.2,0.1,0.4l-0.3,0.2L560.5,23.2z'/%3e%3cpath fill='%2395C11F' d='M576,24.6c0.1,0.8-0.1,1.4-0.7,1.8c-0.5,0.3-1.2,0.5-1.9,0.5c-1.3,0-2.3-0.5-2.8-1.5 c-0.1-0.1-0.2-0.4-0.3-0.9c-0.1-0.5-0.2-0.8-0.4-1c-0.2,0.3-0.5,1.2-0.9,2.6c-0.2,1.1-0.8,1.7-1.6,1.8c-1,0-1.9-0.5-2.6-1.6 c-0.2-0.3-0.7-1.3-1.5-2.8c0-0.7-0.2-1.9-0.5-3.6c-0.3-1.6-0.4-2.8-0.4-3.7c0-1.1,0.1-2,0.4-2.9c-0.2-1,0-1.7,0.4-2 c0.3,0,0.6,0.1,0.9,0.4c0.3,0.3,0.6,0.5,0.8,0.5c-0.3,1.7-0.4,3.3-0.4,4.9c0,3.2,0.5,5.9,1.6,8.3c0.1,0.1,0.2,0.2,0.3,0.4 c0.1,0.1,0.2,0.2,0.4,0.1c1.7-3.1,2.6-6.6,2.6-10.6c0-0.7,0-1.5-0.1-2.2c0.1-0.1,0.3-0.1,0.4-0.1c0.3,0,0.6,0.2,0.9,0.6 c0.2,0.3,0.4,0.6,0.7,0.9c0.2,0.9,0.4,2.7,0.6,5.5c0.1,2.4,0.5,4.1,1,5.3c0.2,0,0.7-0.2,1.3-0.6c0.6-0.3,1-0.4,1.3-0.4 C575.6,24.4,575.8,24.4,576,24.6z'/%3e%3cpath fill='%2395C11F' d='M588.3,17.1c-0.4,0.6-1.5,1.1-3.3,1.3c-1.9,0.2-3,0.6-3.5,1c0,0.2,0,0.5,0,0.8c-0.1,0.4-0.1,0.6-0.1,0.7 c0,0.4,0.1,0.9,0.4,1.5c-0.1,0.2-0.2,0.4-0.2,0.7c0,0.1,0.1,0.6,0.4,1.6c0.5,1.6,0.7,2.6,0.7,2.9c0,0.5-0.1,0.9-0.3,1.2 c-1,0.1-1.7-0.2-2.1-1.2c0-1.1-0.1-2.4-0.4-3.9c-0.2-1.3-0.5-2.5-0.7-3.8c-0.4,0-1.1,0.3-2.1,0.9c-0.9,0.5-1.6,0.7-2,0.7 c-0.5,0-1-0.3-1.3-0.8c-0.1-0.3,0-0.5,0.3-0.8c0.4-0.4,0.6-0.6,0.6-0.6c0.5-0.3,1.2-0.6,2.3-0.9c1.1-0.3,1.8-0.6,2.3-0.9 c-0.3-2.3-0.5-4.1-0.5-5.5c0-3.6,0.9-6.2,2.8-8c0.3,0,0.6-0.1,0.9-0.1c1.3,0,2.6,0.5,3.7,1.5c0.4,0.5,0.7,1,1.1,1.6 c0.4,0.6,0.6,1.2,0.6,1.8c0,0.2,0,0.5-0.1,0.8c-0.1,0.2-0.5,0.5-1.1,0.9c0-0.9-0.3-1.8-0.9-2.7c-0.5-0.9-1.2-1.6-2.1-2.1 c-2,1.2-3,3.5-3,6.9c0,1.3,0.2,2.8,0.5,4.6l0.2,0.2l6.2-0.7L588.3,17.1z'/%3e%3cpath fill='%2395C11F' d='M598.6,21.2c-0.4,1.4-1.2,2.7-2.1,3.8c-1.1,1.2-2.3,2-3.6,2.4c-1.6-0.4-2.3-1.3-2.3-2.8 c0-0.3,0.2-1.5,0.6-3.6c0.3-1.6,0.3-2.8,0-3.7c-0.1-0.6-0.2-1.2-0.3-2c0-1.1,0-2.2,0-3.2c0-1.2-0.2-2.2-0.4-3 c-0.1-0.3-0.1-0.7,0.1-1c0.1-0.3,0.3-0.5,0.5-0.5c0.1,0,0.2,0.1,0.3,0.2c0.1-0.1,0.2-0.2,0.3-0.2c0.1,0,0.2,0,0.3,0.1 c0.1,0.1,0.3,0.1,0.4,0.1c0.4,0.5,0.7,1,0.7,1.5c0,0.3-0.1,0.5-0.2,0.7c0,0.9,0.1,2.3,0.3,4.2c0.1,1.9,0.2,3.3,0.2,4.2 c0,1.1-0.1,2.1-0.2,3c0-0.2,0,0.3,0,1.6c0,0.7,0.1,1.3,0.2,1.6c0.7-0.2,1.5-0.7,2.4-1.6c1.1-1.1,1.8-1.8,2.2-2c-0.1,0,0.1,0,0.5,0 C598.4,20.9,598.5,21,598.6,21.2z'/%3e%3cpath fill='%2395C11F' d='M605.2,18.3c-0.9,0.9-2,1.4-3.4,1.4c-0.5,0-1-0.1-1.4-0.2c-0.2,1.6,0.2,3.8,1.2,6.6 c0.3,0.4,0.7,0.7,1.1,0.7c0.2,0,0.4-0.1,0.5-0.2c0.5-0.3,1.1-1,1.8-2.1c0.6-0.9,1.3-1.4,2-1.5c-0.1,1.2-0.6,2.3-1.3,3.4 c-0.7,1.1-1.6,1.9-2.6,2.5c-1.6-0.3-2.7-1-3.2-2.1c-0.5-1.1-0.9-2.1-1.2-3.1c-0.4-1.6-0.6-3.3-0.5-5.1c0.1-3.2,1.1-5.8,2.9-7.7 c0.5-0.8,1.3-1.2,2.3-1.2c1,0,1.9,0.5,2.7,1.4c0.8,0.9,1.2,1.9,1.2,2.9C607.3,15.4,606.6,16.9,605.2,18.3z M605,13.3 c-0.1-0.3-0.3-0.7-0.4-1c-0.2-0.4-0.5-0.6-0.9-0.6c-0.8,0-1.5,0.6-2.1,1.8c-0.6,1.2-0.9,2.4-0.9,3.7c0.1,0.1,0.4,0.2,0.7,0.2 c0.3,0,0.6,0,0.9,0C603.9,16.4,604.8,15,605,13.3z'/%3e%3cpath fill='%2395C11F' d='M620.4,21.8c-0.1,0.9-0.2,2.1-0.4,3.6c-0.2,1.2-0.5,2.5-0.7,3.7c-0.1,0-0.2,0.2-0.5,0.5 c-0.3,0.3-0.5,0.4-0.6,0.4c-0.1,0-0.3-0.1-0.4-0.3c-0.3-0.4-0.4-0.8-0.4-1.3c0-0.3,0.1-0.9,0.3-1.7c0.2-0.8,0.3-1.4,0.3-1.8 c0.1-1.7,0.2-2.8,0.2-3.4c0-2.6-0.8-4.3-2.5-5.1c-0.6-0.1-1.3,0.1-2,0.6c-0.5,0.5-1,0.9-1.5,1.4c-0.3,2.8-0.5,5.6-0.4,8.5 c-0.6,0.6-1.1,0.9-1.5,0.9c-0.2,0-0.4-0.1-0.6-0.2c-0.1-0.5-0.2-1.2-0.2-1.9c0-0.5,0-1.3,0.1-2.3c0.1-1.1,0.1-1.8,0.1-2.4 c0-0.4,0-0.8,0-1.2c0.1-0.4,0.1-0.9,0.1-1.5c0-0.4,0-0.9-0.1-1.7c-0.1-0.8-0.1-1.3-0.1-1.8c0-0.3,0-0.6,0.1-0.9 c0.2-0.3,0.5-0.5,0.9-0.5c0.7,0,1.2,0.4,1.5,1.2c0,0.4,0.1,0.6,0.2,0.7c0.7-0.5,1.5-0.8,2.5-0.8c0.6,0,1.4,0.1,2.3,0.3 C618.9,16.4,620.1,18.6,620.4,21.8z'/%3e%3cpath fill='%2395C11F' d='M628,26.6c0.2,1.4-0.3,2.4-1.6,2.9c-0.9,0.4-1.9,0.4-2.9,0c-0.8-0.8-1.4-1.6-1.8-2.5 c-0.1-2.3,0.6-4.1,2-5.2c0.2-0.1,0.4-0.1,0.6-0.1c0.4,0,0.9,0.2,1.5,0.5c0.6,0.3,1,0.5,1.3,0.5c0.2,0.1,0.4,0.3,0.4,0.5 c0,0.2,0,0.4,0,0.6c0,0.2,0.1,0.4,0.2,0.5c-0.1,0.1-0.2,0.3-0.4,0.7c-0.1,0.3-0.3,0.5-0.5,0.5c-0.1,0-0.3,0-0.4-0.1 c-0.4-0.1-0.7-0.4-0.9-0.9c-0.3-0.6-0.5-1-0.7-1.2c-0.7,0.5-1.2,1.3-1.3,2.5c0.2,0.7,0.3,1.2,0.4,1.3c0.2,0.5,0.5,0.8,1,0.9 c0.4,0,0.9-0.3,1.5-0.8C627.1,26.9,627.6,26.6,628,26.6z M627.1,16.2c-0.1,0.2-0.3,0.5-0.7,0.9c-0.4,0-0.7-0.1-0.8-0.4 c-0.2-0.3-0.4-0.6-0.5-0.9c0.2-1.4,0.3-2.8,0.3-4.3c0-1.3-0.1-3-0.2-5.3c-0.1-2.4-0.2-4.2-0.2-5.4c0.1-0.5,0.4-0.7,0.6-0.7 c0.2,0,0.5,0.1,0.7,0.4c0.2,0.3,0.4,0.6,0.4,0.9L627.1,16.2z'/%3e%3c/g%3e%3c/svg%3e");
}

#branding.ostern {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 630 114.3' enable-background='new 0 0 630 114.3' xml:space='preserve'%3e%3cpath fill='%23575756' d='M35.1,42v15.2H18.7v12.1h3.3c6,0,10,1.2,12,3.7c2,2.4,3,7.4,3,14.8v4.3c0,8.2-1.1,13.7-3.2,16.3 c-1.6,2-4.4,3.1-8.5,3.2c-2.2,0.1-4.7,0.1-7.6,0.1H0.3V96.6h17.5V84.4h-2.9c-3.3,0-5.8-0.2-7.3-0.7C5.1,83,3.2,81.5,1.9,79 C0.6,76.6,0,72.1,0,65.3V61c0-8.6,1.4-14.2,4.3-16.6c1.2-1,2.7-1.7,4.4-2C10.5,42.1,13.9,42,19,42H35.1z M60.6,97v14.7H41.9V56.2 c0-5.9,1-9.7,3.1-11.5c2.1-1.8,7.3-2.7,15.7-2.7h7.6c8.4,0,13.6,0.9,15.7,2.7c2.1,1.8,3.1,5.6,3.1,11.5v55.5H68.5V97H60.6z M60.6,81.5h7.8V63.1c0-4.3-1.3-6.5-4-6.5c-2.6,0-3.9,2.2-3.9,6.5V81.5z M125.2,95.8l-3.3,15.9H94V59.7c0-7.6-0.3-13.5-1-17.7h21.4 c-1.1,5.4-1.7,11.1-1.7,17.1v37.4L125.2,95.8z M128.5,42h36l-15.6,54.6h16.7l-2.1,15.2h-37.4l15.8-54.6h-15.6L128.5,42z M301.7,42 v15.2h-16.4v12.1h3.3c6,0,10,1.2,12,3.7c2,2.4,3,7.4,3,14.8v4.3c0,8.2-1.1,13.7-3.2,16.3c-1.6,2-4.4,3.1-8.5,3.2 c-2.2,0.1-4.7,0.1-7.6,0.1h-17.4V96.6h17.5V84.4h-2.9c-3.3,0-5.8-0.2-7.3-0.7c-2.4-0.7-4.3-2.2-5.6-4.7c-1.3-2.4-1.9-7-1.9-13.7V61 c0-8.6,1.4-14.2,4.3-16.6c1.2-1,2.7-1.7,4.4-2c1.8-0.3,5.2-0.4,10.3-0.4H301.7z M341.5,42v15.2H333v54.6h-18.7V57.1h-8.5V42H341.5z M344.9,42h28.5c4.6,0,7.6,0.1,8.9,0.3c1.3,0.2,2.5,0.6,3.7,1.3c2.8,1.8,4.2,5.8,4.2,11.9V60c0,5.6-0.6,9.3-1.7,11.3 c-1.5,2.6-4.4,4.2-8.6,4.7c4.1,1.2,6.8,2.7,8.2,4.4c1.4,1.8,2,4.7,2,8.8V100c0,4.3,0.5,8.2,1.5,11.7h-18.7c-1-3-1.5-6.9-1.5-11.7 v-9.3c0-4.2-1.8-6.3-5.4-6.3h-2.4v27.3h-18.7V42z M363.6,69.3h2.6c2.5,0,4-0.5,4.6-1.6c0.5-0.8,0.7-2.3,0.7-4.4 c0-2.3-0.4-3.9-1.1-4.8c-0.8-0.9-2.2-1.4-4.2-1.4h-2.6V69.3z M432.1,42v15.2h-17.2v12.1h17.2v15.2h-17.2v12.1h17.2v15.2h-17.5 c-6.2,0-10-0.2-11.5-0.7c-2.8-0.9-4.7-3-5.6-6.3c-0.9-3.3-1.4-9.3-1.4-18V64.4c0-5.9,0.4-10.5,1.2-13.8c1-4.6,3.5-7.3,7.4-8 c1.7-0.3,5.1-0.5,9.9-0.5H432.1z M464.8,42h18.7v55.5c0,5.9-1,9.7-3.1,11.5c-2.1,1.8-7.3,2.7-15.7,2.7H457c-8.4,0-13.6-0.9-15.7-2.7 c-2.1-1.8-3.1-5.6-3.1-11.5V42h18.7v48.6c0,4.3,1.3,6.5,3.9,6.5c2.6,0,4-2.2,4-6.5V42z M488.5,42h18.9c1,3.5,1.6,6.6,1.8,9.2 c1-3.6,2.3-6.1,4.1-7.3c1.7-1.3,4.6-1.9,8.7-1.9c3.2,0,5.5,0.2,6.8,0.6c2.1,0.7,3.7,2.2,4.9,4.4c0.8,1.5,1.2,2.9,1.4,4.3 c0.1,1.6,0.2,6.1,0.2,13.4v47h-18.7V63.5c0-3.8-1.3-5.6-3.8-5.6c-2.5,0-3.8,2-3.8,5.9v48h-18.7V57.9C490.3,52.1,489.7,46.8,488.5,42 z M577.2,42v15.2H560v12.1h17.2v15.2H560v12.1h17.2v15.2h-17.5c-6.2,0-10-0.2-11.5-0.7c-2.8-0.9-4.7-3-5.6-6.3 c-0.9-3.3-1.4-9.3-1.4-18V64.4c0-5.9,0.4-10.5,1.2-13.8c1-4.6,3.5-7.3,7.4-8c1.7-0.3,5.1-0.5,9.9-0.5H577.2z M583.3,42h28.5 c4.6,0,7.6,0.1,8.9,0.3c1.3,0.2,2.5,0.6,3.7,1.3c2.8,1.8,4.2,5.8,4.2,11.9V60c0,5.6-0.6,9.3-1.7,11.3c-1.5,2.6-4.4,4.2-8.6,4.7 c4.1,1.2,6.8,2.7,8.2,4.4c1.4,1.8,2,4.7,2,8.8V100c0,4.3,0.5,8.2,1.5,11.7h-18.7c-1-3-1.5-6.9-1.5-11.7v-9.3c0-4.2-1.8-6.3-5.4-6.3 H602v27.3h-18.7V42z M602,69.3h2.6c2.5,0,4-0.5,4.6-1.6c0.5-0.8,0.7-2.3,0.7-4.4c0-2.3-0.4-3.9-1.1-4.8c-0.8-0.9-2.2-1.4-4.2-1.4 H602V69.3z'/%3e%3cg%3e%3cpath fill='%2395C11F' d='M350.2,19.9c-0.4,1.5-0.8,2.6-1.2,3.3c-0.6,1.1-1.4,2.1-2.3,2.8c-1.4,0.6-3,0.9-4.7,0.9 c-1.9,0-3.4-0.4-4.6-1.1c-0.4-0.4-0.7-0.9-0.7-1.6c0-0.3,0.1-0.6,0.2-0.9c1.5,0.8,3.2,1.3,5.1,1.3c1.3,0,2.5-0.3,3.4-0.8 c1.9-1.4,3-3.1,3.1-5c-1-2.2-2.1-3.5-3.5-3.8c-0.9,0.1-2.1,0.2-3.6,0.5c-1.6,0.3-2.7,0.5-3.5,0.5c-0.6-0.6-0.9-1.4-0.8-2.3 c1.4-0.7,3.5-1.8,6.3-3.5c0.1-0.4,0.6-0.8,1.4-1.3c0.7-0.5,1-0.9,1-1.3c0-0.2-0.1-0.4-0.2-0.6c-1.1-0.9-2.5-1.3-4.1-1.3 c-1,0-1.9,0.2-2.7,0.6c-0.5,0.2-1,0.4-1.5,0.6c-0.6,0.3-1,0.6-1.3,1.1c0,2.7-0.2,6.1-0.5,10.1c-0.2,3.4-0.5,6.8-0.7,10.2 c-0.1,0-0.3,0.1-0.4,0.1c-0.3,0-0.6-0.2-0.8-0.6c-0.3-0.5-0.5-0.9-0.6-0.9c0.3-1.9,0.5-4.3,0.6-7.2c0.1-2.5,0.2-4.9,0.4-7.3 c0.3-0.5,0.4-1,0.4-1.5c0-0.5-0.2-1.1-0.5-2c-0.3-0.9-0.5-1.5-0.5-2c0-0.6,0.2-1.1,0.6-1.6c0.3-0.3,0.8-0.5,1.5-0.5 c0.7,0,1.2-0.2,1.5-0.5c1.3-0.3,2.5-0.5,3.8-0.5c2.3,0,4.1,0.5,5.5,1.5c0.7,0.8,1.1,2.1,1.3,4.1c-0.2,0.4-0.6,1-1.3,1.7 c-0.7,0.7-1.1,1.2-1.2,1.5c1.4,0.6,2.6,1.6,3.5,3.1C349.5,16.8,350,18.2,350.2,19.9z'/%3e%3cpath fill='%2395C11F' d='M361.1,18.2c0.3,0.9,0.5,1.8,0.5,2.8c0,2.2-0.8,4.3-2.3,6.1c-0.8,0.5-1.7,0.9-2.8,1.2 c-1.1-0.1-2.1-0.5-3-1.3c-0.8-0.7-1.4-1.7-1.8-2.8c-0.1-3.5,1-6.4,3.4-8.9c0.6-0.7,1.3-1,2-1c0.8,0,1.6,0.5,2.5,1.4 C360.3,16.4,360.8,17.2,361.1,18.2z M359.1,18.4c-0.2-0.1-0.5-0.6-0.8-1.2c-0.2-0.6-0.6-0.9-1-0.9c-0.1,0-0.3,0-0.5,0.1 c-1.8,2.3-2.7,4.5-2.7,6.7c0,0.5,0,1,0.2,1.5c0,0.4,0.2,0.8,0.6,1.1c0.4,0.3,0.8,0.5,1.2,0.4c0.7,0,1.5-0.5,2.6-1.6 c0.5-0.8,0.7-1.7,0.7-2.8c0-0.4,0-1-0.1-1.7C359.2,19.2,359.1,18.6,359.1,18.4z'/%3e%3cpath fill='%2395C11F' d='M372.9,23.2c-0.7,1.2-1.4,2.5-2,3.7c-0.9,1.4-1.9,2.1-3.2,2.2c-1.2,0.1-2.3-0.6-3.2-2.1 c-0.8-2.3-1.2-4.6-1.2-6.8c0-3.6,1.1-6.4,3.3-8.5c0.4-0.2,0.9-0.3,1.4-0.3c0.8,0,1.5,0.2,2.2,0.7c0.7,0.5,1.1,1.1,1.2,1.9 c0.1,0.3,0.2,1,0.2,2l-0.4,0.5c-0.3-0.7-0.7-1.3-1-2c-0.4-0.8-0.9-1.3-1.5-1.6c-2.6,2-3.8,4.5-3.8,7.6c0,0.7,0.1,1.4,0.2,2 c0.4,2.4,1.2,4,2.2,4.8c1-0.3,1.9-1.1,2.8-2.3c1.1-1.6,1.8-2.6,2.3-3L372.9,23.2z'/%3e%3cpath fill='%2395C11F' d='M384.9,26.1c-0.2,0.4-0.5,0.7-0.9,0.9c-0.3,0-0.8-0.4-1.6-1.2c-0.1-0.7-0.5-1.5-1.3-2.4 c-0.6-0.6-1.3-1.3-1.9-1.9c-1.1,0.4-1.8,1.4-2,2.8c0,1.2,0,2.4-0.1,3.5c0,0.2-0.2,0.3-0.6,0.3h-0.8l-0.7-0.7c0-2.6,0-5.8-0.1-9.5 c-0.1-3.1-0.2-6.1-0.3-9.2c0.9,0.2,1.4,0.8,1.6,1.8c0.1,0.9,0.3,1.7,0.4,2.6c0,0,0,1.1,0.1,3.3c0.1,1.3,0.3,2.3,0.6,3.1 c0.6-0.4,1.3-1.4,2.2-2.8c0.8-1.2,1.6-2.1,2.4-2.5c0.4,0.2,0.7,0.5,0.9,0.9c-0.1,0.7-0.5,1.4-1.1,2.3c-0.5,0.7-0.9,1.4-1.4,2.1 c0.9,0.7,1.7,1.8,2.5,3.2C384.1,24.8,384.8,26,384.9,26.1z'/%3e%3cpath fill='%2395C11F' d='M411.9,26.8c-0.5,0.9-1.4,1.4-2.8,1.4c-1.2,0-2.3-0.7-3.2-2.1c0-0.1,0-0.3-0.2-0.5c-0.7,0.6-1.3,1.3-2,2 c-0.8,0.7-1.6,1.1-2.3,1.2c-2-0.7-3.3-1.8-3.9-3.4c-0.1-0.5-0.1-1.1-0.1-1.6c0-3.4,1.6-6.5,4.7-9.2c0.3-0.2,1-0.6,2.1-0.9 c0.6,0,1.1,0.2,1.7,0.6c0.5,0.4,0.9,0.9,1.1,1.5c0.1,0.1,0.2,0.5,0.2,1c0,0.5,0.2,0.9,0.4,1c0,0.2-0.1,1-0.3,2.4 c-0.1,1-0.2,1.9-0.2,2.5c0,1.6,0.4,2.8,1.2,3.7c0.2,0.2,0.5,0.2,0.7,0.2c0.3,0,0.8-0.2,1.3-0.5c0.5-0.3,0.9-0.5,1.1-0.5 C411.7,25.7,411.9,26.1,411.9,26.8z M405.6,16.3c-0.1,0-0.2-0.2-0.4-0.4c-0.2-0.2-0.4-0.3-0.5-0.3c-0.1,0-0.2,0-0.2,0 c-3.4,2.5-5.1,5.3-5.1,8.5c0,0.3,0,0.6,0.1,0.9c0.5,1.1,1,1.7,1.7,1.7c0.2,0,0.4,0,0.6-0.1c1.6-1,2.6-2.6,3.1-4.5 C405,20.1,405.3,18.2,405.6,16.3z'/%3e%3cpath fill='%2395C11F' d='M424.7,24.6c0.1,0.8-0.1,1.4-0.7,1.8c-0.5,0.3-1.2,0.5-1.9,0.5c-1.3,0-2.3-0.5-2.8-1.5 c-0.1-0.1-0.2-0.4-0.3-0.9c-0.1-0.5-0.2-0.8-0.4-1c-0.2,0.3-0.5,1.2-0.9,2.6c-0.2,1.1-0.8,1.7-1.6,1.8c-1,0-1.9-0.5-2.6-1.6 c-0.2-0.3-0.7-1.3-1.5-2.8c0-0.7-0.2-1.9-0.5-3.6c-0.3-1.6-0.4-2.8-0.4-3.7c0-1.1,0.1-2,0.4-2.9c-0.2-1,0-1.7,0.4-2 c0.3,0,0.6,0.1,0.9,0.4c0.3,0.3,0.6,0.5,0.8,0.5c-0.3,1.7-0.4,3.3-0.4,4.9c0,3.2,0.5,5.9,1.6,8.3c0.1,0.1,0.2,0.2,0.3,0.4 c0.1,0.1,0.2,0.2,0.4,0.1c1.7-3.1,2.6-6.6,2.6-10.6c0-0.7,0-1.5-0.1-2.2c0.1-0.1,0.3-0.1,0.4-0.1c0.3,0,0.6,0.2,0.9,0.6 c0.2,0.3,0.4,0.6,0.7,0.9c0.2,0.9,0.4,2.7,0.6,5.5c0.1,2.4,0.5,4.1,1,5.3c0.2,0,0.7-0.2,1.3-0.6c0.6-0.3,1-0.4,1.3-0.4 C424.3,24.4,424.5,24.4,424.7,24.6z'/%3e%3cpath fill='%2395C11F' d='M437,17.1c-0.4,0.6-1.5,1.1-3.3,1.3c-1.9,0.2-3,0.6-3.5,1c0,0.2,0,0.5,0,0.8c-0.1,0.4-0.1,0.6-0.1,0.7 c0,0.4,0.1,0.9,0.4,1.5c-0.1,0.2-0.2,0.4-0.2,0.7c0,0.1,0.1,0.6,0.4,1.6c0.5,1.6,0.7,2.6,0.7,2.9c0,0.5-0.1,0.9-0.3,1.2 c-1,0.1-1.7-0.2-2.1-1.2c0-1.1-0.1-2.4-0.4-3.9c-0.2-1.3-0.5-2.5-0.7-3.8c-0.4,0-1.1,0.3-2.1,0.9c-0.9,0.5-1.6,0.7-2,0.7 c-0.5,0-1-0.3-1.3-0.8c-0.1-0.3,0-0.5,0.3-0.8c0.4-0.4,0.6-0.6,0.6-0.6c0.5-0.3,1.2-0.6,2.3-0.9c1.1-0.3,1.8-0.6,2.3-0.9 c-0.3-2.3-0.5-4.1-0.5-5.5c0-3.6,0.9-6.2,2.8-8c0.3,0,0.6-0.1,0.9-0.1c1.3,0,2.6,0.5,3.7,1.5c0.4,0.5,0.7,1,1.1,1.6 c0.4,0.6,0.6,1.2,0.6,1.8c0,0.2,0,0.5-0.1,0.8c-0.1,0.2-0.5,0.5-1.1,0.9c0-0.9-0.3-1.8-0.9-2.7c-0.5-0.9-1.2-1.6-2.1-2.1 c-2,1.2-3,3.5-3,6.9c0,1.3,0.2,2.8,0.5,4.6l0.2,0.2l6.2-0.7L437,17.1z'/%3e%3cpath fill='%2395C11F' d='M467.9,19.9c-0.4,1.5-0.8,2.6-1.2,3.3c-0.6,1.1-1.4,2.1-2.3,2.8c-1.4,0.6-3,0.9-4.7,0.9 c-1.9,0-3.4-0.4-4.6-1.1c-0.4-0.4-0.7-0.9-0.7-1.6c0-0.3,0.1-0.6,0.2-0.9c1.5,0.8,3.2,1.3,5.1,1.3c1.3,0,2.5-0.3,3.4-0.8 c1.9-1.4,3-3.1,3.1-5c-1-2.2-2.1-3.5-3.5-3.8c-0.9,0.1-2.1,0.2-3.6,0.5c-1.6,0.3-2.7,0.5-3.5,0.5c-0.6-0.6-0.9-1.4-0.8-2.3 c1.4-0.7,3.5-1.8,6.3-3.5c0.1-0.4,0.6-0.8,1.4-1.3c0.7-0.5,1-0.9,1-1.3c0-0.2-0.1-0.4-0.2-0.6c-1.1-0.9-2.5-1.3-4.1-1.3 c-1,0-1.9,0.2-2.7,0.6c-0.5,0.2-1,0.4-1.5,0.6c-0.6,0.3-1,0.6-1.3,1.1c0,2.7-0.2,6.1-0.5,10.1c-0.2,3.4-0.5,6.8-0.7,10.2 c-0.1,0-0.3,0.1-0.4,0.1c-0.3,0-0.6-0.2-0.8-0.6c-0.3-0.5-0.5-0.9-0.6-0.9c0.3-1.9,0.5-4.3,0.6-7.2c0.1-2.5,0.2-4.9,0.4-7.3 c0.3-0.5,0.4-1,0.4-1.5c0-0.5-0.2-1.1-0.5-2c-0.3-0.9-0.5-1.5-0.5-2c0-0.6,0.2-1.1,0.6-1.6c0.3-0.3,0.8-0.5,1.5-0.5 c0.7,0,1.2-0.2,1.5-0.5c1.3-0.3,2.5-0.5,3.8-0.5c2.3,0,4.1,0.5,5.5,1.5c0.7,0.8,1.1,2.1,1.3,4.1c-0.2,0.4-0.6,1-1.3,1.7 c-0.7,0.7-1.1,1.2-1.2,1.5c1.4,0.6,2.6,1.6,3.5,3.1C467.3,16.8,467.7,18.2,467.9,19.9z'/%3e%3cpath fill='%2395C11F' d='M484.5,26.8c-0.5,0.9-1.4,1.4-2.8,1.4c-1.2,0-2.3-0.7-3.2-2.1c0-0.1,0-0.3-0.2-0.5c-0.7,0.6-1.3,1.3-2,2 c-0.8,0.7-1.6,1.1-2.3,1.2c-2-0.7-3.3-1.8-3.9-3.4c-0.1-0.5-0.1-1.1-0.1-1.6c0-3.4,1.6-6.5,4.7-9.2c0.3-0.2,1-0.6,2.1-0.9 c0.6,0,1.1,0.2,1.7,0.6c0.5,0.4,0.9,0.9,1.1,1.5c0.1,0.1,0.2,0.5,0.2,1c0,0.5,0.2,0.9,0.4,1c0,0.2-0.1,1-0.3,2.4 c-0.1,1-0.2,1.9-0.2,2.5c0,1.6,0.4,2.8,1.2,3.7c0.2,0.2,0.5,0.2,0.7,0.2c0.3,0,0.8-0.2,1.3-0.5c0.5-0.3,0.9-0.5,1.1-0.5 C484.2,25.7,484.4,26.1,484.5,26.8z M478.1,16.3c-0.1,0-0.2-0.2-0.4-0.4c-0.2-0.2-0.4-0.3-0.5-0.3c-0.1,0-0.2,0-0.2,0 c-3.4,2.5-5.1,5.3-5.1,8.5c0,0.3,0,0.6,0.1,0.9c0.5,1.1,1,1.7,1.7,1.7c0.2,0,0.4,0,0.6-0.1c1.6-1,2.6-2.6,3.1-4.5 C477.6,20.1,477.9,18.2,478.1,16.3z'/%3e%3cpath fill='%2395C11F' d='M495,25.1c-0.3,0.3-1,0.5-2.1,0.4c-0.8,0-1.4,0.3-1.6,1.2c-1.4,1.1-2.6,1.7-3.5,1.6 c-1.8-0.5-3.3-1.5-4.3-3.2c-0.2-0.8-0.3-1.7-0.3-2.5c0-3.3,1.3-6,4-8.2c0.5-0.3,1.1-0.5,1.7-0.5c1,0,2.2,0.4,3.6,1.3 c0.2-0.3,0.3-0.7,0.3-1.1c0-0.4-0.1-0.9-0.2-1.7c-0.1-0.7-0.2-1.2-0.2-1.5c0-0.3-0.1-1-0.2-2C492,8.2,492,7.6,492,7.1 c0-1.2,0.2-2.3,0.7-3.2c0.9,0.2,1.4,0.7,1.4,1.6c0,0.3-0.1,0.8-0.2,1.5c-0.1,0.7-0.2,1.3-0.2,1.6c0,0.4,0,0.7,0.1,1 c0.1,0.3,0.2,1,0.3,1.9c0.1,0.9,0.2,1.6,0.4,2c0,0.5,0,0.9,0,1.4c0,0.7,0.1,1.2,0.3,1.6c-0.2,1.8-0.3,3.2-0.3,4.4 C494.5,22.5,494.7,23.9,495,25.1z M492.2,18.1c-0.7-1.2-1.7-2-3-2.3c-2.1,1-3.5,3.2-4.2,6.6c0,1.6,0.6,2.8,1.8,3.7 c0.2,0,0.4,0.1,0.6,0.1c1,0,2.1-0.6,3.2-1.9c1.1-1.2,1.6-2.7,1.6-4.4C492.5,19.3,492.4,18.7,492.2,18.1z'/%3e%3cpath fill='%2395C11F' d='M523.9,19.8c0.1,0.3,0.1,0.6,0.1,1c0,0.7-0.3,1.5-0.8,2.3c-0.5,0.7-0.9,1.4-1.4,2.1 c-1.3,0.7-2.6,1.4-3.8,2.1c-1.6,0.8-3,1.3-4.1,1.3c-0.9,0-1.7-0.2-2.6-0.6c-1.4-1.2-2.3-2.5-2.5-4c-0.1-0.2-0.1-0.5-0.1-0.7 c0-0.9,0.5-2,1.4-3.3c0.4,0.4,0.5,1,0.5,1.7c0-0.3,0,0.2-0.1,1.6c0,0.6,0,1.2,0.2,1.5c0.2,0.5,0.6,0.9,1.2,1.2 c0.4,0.1,0.8,0.1,1.3,0.1c1.8,0,3.5-0.4,5-1.3c1.6-0.9,2.9-2.2,3.8-3.8c0-1.1-0.5-1.9-1.3-2.3c-0.5-0.2-1.4-0.4-2.7-0.5 c-1.3-0.1-2.3-0.3-2.8-0.5c-0.2,0.1-0.5,0.1-0.7,0.1c-0.4,0-1-0.1-1.9-0.4c-0.8-0.3-1.5-0.4-2-0.4c-1.3-0.4-2.1-1.5-2.5-3 c0.9-3,4-5.1,9.3-6.1c1.8,0.5,2.7,0.8,2.8,0.9c1,0.5,1.6,1.2,1.8,2.2c-0.2,0.3-0.2,0.4-0.2,0.5l0.2,0.3c0,0.2-0.3,0.3-0.7,0.3 c-0.4-1.1-1.3-1.7-2.8-1.7c-0.5,0-1.2,0.1-2.1,0.2c-0.9,0.1-1.6,0.2-1.9,0.2c-0.2,0.3-1.1,0.7-2.4,1.4c-1,0.5-1.5,1.2-1.6,2.1 c0.4,0.4,1.1,0.6,2,0.7c1.2,0.1,1.9,0.2,2.2,0.3c0,0,1.3,0.2,3.8,0.5c1.6,0.2,2.8,0.6,3.6,1.1C523,17.3,523.6,18.4,523.9,19.8z'/%3e%3cpath fill='%2395C11F' d='M540.1,26.8c-0.5,0.9-1.4,1.4-2.8,1.4c-1.2,0-2.3-0.7-3.2-2.1c0-0.1,0-0.3-0.2-0.5c-0.7,0.6-1.3,1.3-2,2 c-0.8,0.7-1.6,1.1-2.3,1.2c-2-0.7-3.3-1.8-3.9-3.4c-0.1-0.5-0.1-1.1-0.1-1.6c0-3.4,1.6-6.5,4.7-9.2c0.3-0.2,1-0.6,2.1-0.9 c0.6,0,1.1,0.2,1.7,0.6c0.5,0.4,0.9,0.9,1.1,1.5c0.1,0.1,0.2,0.5,0.2,1c0,0.5,0.2,0.9,0.4,1c0,0.2-0.1,1-0.3,2.4 c-0.1,1-0.2,1.9-0.2,2.5c0,1.6,0.4,2.8,1.2,3.7c0.2,0.2,0.5,0.2,0.7,0.2c0.3,0,0.8-0.2,1.3-0.5c0.5-0.3,0.9-0.5,1.1-0.5 C539.8,25.7,540,26.1,540.1,26.8z M533.7,16.3c-0.1,0-0.2-0.2-0.4-0.4c-0.2-0.2-0.4-0.3-0.5-0.3c-0.1,0-0.2,0-0.2,0 c-3.4,2.5-5.1,5.3-5.1,8.5c0,0.3,0,0.6,0.1,0.9c0.5,1.1,1,1.7,1.7,1.7c0.2,0,0.4,0,0.6-0.1c1.6-1,2.6-2.6,3.1-4.5 C533.2,20.1,533.5,18.2,533.7,16.3z'/%3e%3cpath fill='%2395C11F' d='M547.4,21.2c-0.4,1.4-1.2,2.7-2.1,3.8c-1.1,1.2-2.3,2-3.6,2.4c-1.6-0.4-2.3-1.3-2.3-2.8 c0-0.3,0.2-1.5,0.6-3.6c0.3-1.6,0.3-2.8,0-3.7c-0.1-0.6-0.2-1.2-0.3-2c0-1.1,0-2.2,0-3.2c0-1.2-0.2-2.2-0.4-3 c-0.1-0.3-0.1-0.7,0.1-1c0.1-0.3,0.3-0.5,0.5-0.5c0.1,0,0.2,0.1,0.3,0.2c0.1-0.1,0.2-0.2,0.3-0.2c0.1,0,0.2,0,0.3,0.1 c0.1,0.1,0.3,0.1,0.4,0.1c0.4,0.5,0.7,1,0.7,1.5c0,0.3-0.1,0.5-0.2,0.7c0,0.9,0.1,2.3,0.3,4.2s0.2,3.3,0.2,4.2c0,1.1-0.1,2.1-0.2,3 c0-0.2,0,0.3,0,1.6c0,0.7,0.1,1.3,0.2,1.6c0.7-0.2,1.5-0.7,2.4-1.6c1.1-1.1,1.8-1.8,2.2-2c-0.1,0,0.1,0,0.5,0 C547.2,20.9,547.4,21,547.4,21.2z'/%3e%3cpath fill='%2395C11F' d='M560.5,23.2c-2.8,2.6-5.8,3.9-9.2,3.9c-0.9,0-1.8-0.1-2.7-0.3c-0.9-0.5-1.4-1.4-1.4-2.5 c0-0.4,0.1-0.8,0.2-1.2c0.5-1.3,1.7-2.6,3.5-3.8c2.5-1.7,4-2.7,4.3-3.1c-0.8-0.2-1.6-0.3-2.4-0.3c-1.7,0-3,0.4-3.9,1.2 c-0.8-0.2-1.2-0.6-1.4-1.2c0.3-1.3,1.5-2,3.6-2c0.6,0,1.1,0,1.7,0c0.6,0,1.2-0.1,1.6-0.3c0.2,0,0.5-0.1,0.8-0.1 c0.8,0,1.5,0.2,2.2,0.7c0.7,0.5,1,1,1,1.7c0,0.8-0.4,1.4-1.2,1.8c-1.5,0.9-2.9,1.8-4.4,2.7c-1.7,1.1-2.9,2.4-3.6,3.7 c0.5,0.3,1.2,0.5,2.1,0.5c0.6,0,1.4-0.1,2.3-0.3c0.9-0.2,2-0.6,3.3-1.1c1.9-0.8,3-1.2,3.3-1.3c0.1,0.1,0.2,0.2,0.4,0.3 c0.1,0.1,0.2,0.2,0.1,0.4l-0.3,0.2L560.5,23.2z'/%3e%3cpath fill='%2395C11F' d='M576,24.6c0.1,0.8-0.1,1.4-0.7,1.8c-0.5,0.3-1.2,0.5-1.9,0.5c-1.3,0-2.3-0.5-2.8-1.5 c-0.1-0.1-0.2-0.4-0.3-0.9c-0.1-0.5-0.2-0.8-0.4-1c-0.2,0.3-0.5,1.2-0.9,2.6c-0.2,1.1-0.8,1.7-1.6,1.8c-1,0-1.9-0.5-2.6-1.6 c-0.2-0.3-0.7-1.3-1.5-2.8c0-0.7-0.2-1.9-0.5-3.6c-0.3-1.6-0.4-2.8-0.4-3.7c0-1.1,0.1-2,0.4-2.9c-0.2-1,0-1.7,0.4-2 c0.3,0,0.6,0.1,0.9,0.4c0.3,0.3,0.6,0.5,0.8,0.5c-0.3,1.7-0.4,3.3-0.4,4.9c0,3.2,0.5,5.9,1.6,8.3c0.1,0.1,0.2,0.2,0.3,0.4 c0.1,0.1,0.2,0.2,0.4,0.1c1.7-3.1,2.6-6.6,2.6-10.6c0-0.7,0-1.5-0.1-2.2c0.1-0.1,0.3-0.1,0.4-0.1c0.3,0,0.6,0.2,0.9,0.6 c0.2,0.3,0.4,0.6,0.7,0.9c0.2,0.9,0.4,2.7,0.6,5.5c0.1,2.4,0.5,4.1,1,5.3c0.2,0,0.7-0.2,1.3-0.6c0.6-0.3,1-0.4,1.3-0.4 C575.6,24.4,575.8,24.4,576,24.6z'/%3e%3cpath fill='%2395C11F' d='M588.3,17.1c-0.4,0.6-1.5,1.1-3.3,1.3c-1.9,0.2-3,0.6-3.5,1c0,0.2,0,0.5,0,0.8c-0.1,0.4-0.1,0.6-0.1,0.7 c0,0.4,0.1,0.9,0.4,1.5c-0.1,0.2-0.2,0.4-0.2,0.7c0,0.1,0.1,0.6,0.4,1.6c0.5,1.6,0.7,2.6,0.7,2.9c0,0.5-0.1,0.9-0.3,1.2 c-1,0.1-1.7-0.2-2.1-1.2c0-1.1-0.1-2.4-0.4-3.9c-0.2-1.3-0.5-2.5-0.7-3.8c-0.4,0-1.1,0.3-2.1,0.9c-0.9,0.5-1.6,0.7-2,0.7 c-0.5,0-1-0.3-1.3-0.8c-0.1-0.3,0-0.5,0.3-0.8c0.4-0.4,0.6-0.6,0.6-0.6c0.5-0.3,1.2-0.6,2.3-0.9c1.1-0.3,1.8-0.6,2.3-0.9 c-0.3-2.3-0.5-4.1-0.5-5.5c0-3.6,0.9-6.2,2.8-8c0.3,0,0.6-0.1,0.9-0.1c1.3,0,2.6,0.5,3.7,1.5c0.4,0.5,0.7,1,1.1,1.6 c0.4,0.6,0.6,1.2,0.6,1.8c0,0.2,0,0.5-0.1,0.8c-0.1,0.2-0.5,0.5-1.1,0.9c0-0.9-0.3-1.8-0.9-2.7c-0.5-0.9-1.2-1.6-2.1-2.1 c-2,1.2-3,3.5-3,6.9c0,1.3,0.2,2.8,0.5,4.6l0.2,0.2l6.2-0.7L588.3,17.1z'/%3e%3cpath fill='%2395C11F' d='M598.6,21.2c-0.4,1.4-1.2,2.7-2.1,3.8c-1.1,1.2-2.3,2-3.6,2.4c-1.6-0.4-2.3-1.3-2.3-2.8 c0-0.3,0.2-1.5,0.6-3.6c0.3-1.6,0.3-2.8,0-3.7c-0.1-0.6-0.2-1.2-0.3-2c0-1.1,0-2.2,0-3.2c0-1.2-0.2-2.2-0.4-3 c-0.1-0.3-0.1-0.7,0.1-1c0.1-0.3,0.3-0.5,0.5-0.5c0.1,0,0.2,0.1,0.3,0.2c0.1-0.1,0.2-0.2,0.3-0.2c0.1,0,0.2,0,0.3,0.1 c0.1,0.1,0.3,0.1,0.4,0.1c0.4,0.5,0.7,1,0.7,1.5c0,0.3-0.1,0.5-0.2,0.7c0,0.9,0.1,2.3,0.3,4.2c0.1,1.9,0.2,3.3,0.2,4.2 c0,1.1-0.1,2.1-0.2,3c0-0.2,0,0.3,0,1.6c0,0.7,0.1,1.3,0.2,1.6c0.7-0.2,1.5-0.7,2.4-1.6c1.1-1.1,1.8-1.8,2.2-2c-0.1,0,0.1,0,0.5,0 C598.4,20.9,598.5,21,598.6,21.2z'/%3e%3cpath fill='%2395C11F' d='M605.2,18.3c-0.9,0.9-2,1.4-3.4,1.4c-0.5,0-1-0.1-1.4-0.2c-0.2,1.6,0.2,3.8,1.2,6.6 c0.3,0.4,0.7,0.7,1.1,0.7c0.2,0,0.4-0.1,0.5-0.2c0.5-0.3,1.1-1,1.8-2.1c0.6-0.9,1.3-1.4,2-1.5c-0.1,1.2-0.6,2.3-1.3,3.4 c-0.7,1.1-1.6,1.9-2.6,2.5c-1.6-0.3-2.7-1-3.2-2.1c-0.5-1.1-0.9-2.1-1.2-3.1c-0.4-1.6-0.6-3.3-0.5-5.1c0.1-3.2,1.1-5.8,2.9-7.7 c0.5-0.8,1.3-1.2,2.3-1.2c1,0,1.9,0.5,2.7,1.4c0.8,0.9,1.2,1.9,1.2,2.9C607.3,15.4,606.6,16.9,605.2,18.3z M605,13.3 c-0.1-0.3-0.3-0.7-0.4-1c-0.2-0.4-0.5-0.6-0.9-0.6c-0.8,0-1.5,0.6-2.1,1.8c-0.6,1.2-0.9,2.4-0.9,3.7c0.1,0.1,0.4,0.2,0.7,0.2 c0.3,0,0.6,0,0.9,0C603.9,16.4,604.8,15,605,13.3z'/%3e%3cpath fill='%2395C11F' d='M620.4,21.8c-0.1,0.9-0.2,2.1-0.4,3.6c-0.2,1.2-0.5,2.5-0.7,3.7c-0.1,0-0.2,0.2-0.5,0.5 c-0.3,0.3-0.5,0.4-0.6,0.4c-0.1,0-0.3-0.1-0.4-0.3c-0.3-0.4-0.4-0.8-0.4-1.3c0-0.3,0.1-0.9,0.3-1.7c0.2-0.8,0.3-1.4,0.3-1.8 c0.1-1.7,0.2-2.8,0.2-3.4c0-2.6-0.8-4.3-2.5-5.1c-0.6-0.1-1.3,0.1-2,0.6c-0.5,0.5-1,0.9-1.5,1.4c-0.3,2.8-0.5,5.6-0.4,8.5 c-0.6,0.6-1.1,0.9-1.5,0.9c-0.2,0-0.4-0.1-0.6-0.2c-0.1-0.5-0.2-1.2-0.2-1.9c0-0.5,0-1.3,0.1-2.3c0.1-1.1,0.1-1.8,0.1-2.4 c0-0.4,0-0.8,0-1.2c0.1-0.4,0.1-0.9,0.1-1.5c0-0.4,0-0.9-0.1-1.7c-0.1-0.8-0.1-1.3-0.1-1.8c0-0.3,0-0.6,0.1-0.9 c0.2-0.3,0.5-0.5,0.9-0.5c0.7,0,1.2,0.4,1.5,1.2c0,0.4,0.1,0.6,0.2,0.7c0.7-0.5,1.5-0.8,2.5-0.8c0.6,0,1.4,0.1,2.3,0.3 C618.9,16.4,620.1,18.6,620.4,21.8z'/%3e%3cpath fill='%2395C11F' d='M628,26.6c0.2,1.4-0.3,2.4-1.6,2.9c-0.9,0.4-1.9,0.4-2.9,0c-0.8-0.8-1.4-1.6-1.8-2.5 c-0.1-2.3,0.6-4.1,2-5.2c0.2-0.1,0.4-0.1,0.6-0.1c0.4,0,0.9,0.2,1.5,0.5c0.6,0.3,1,0.5,1.3,0.5c0.2,0.1,0.4,0.3,0.4,0.5 c0,0.2,0,0.4,0,0.6c0,0.2,0.1,0.4,0.2,0.5c-0.1,0.1-0.2,0.3-0.4,0.7c-0.1,0.3-0.3,0.5-0.5,0.5c-0.1,0-0.3,0-0.4-0.1 c-0.4-0.1-0.7-0.4-0.9-0.9c-0.3-0.6-0.5-1-0.7-1.2c-0.7,0.5-1.2,1.3-1.3,2.5c0.2,0.7,0.3,1.2,0.4,1.3c0.2,0.5,0.5,0.8,1,0.9 c0.4,0,0.9-0.3,1.5-0.8C627.1,26.9,627.6,26.6,628,26.6z M627.1,16.2c-0.1,0.2-0.3,0.5-0.7,0.9c-0.4,0-0.7-0.1-0.8-0.4 c-0.2-0.3-0.4-0.6-0.5-0.9c0.2-1.4,0.3-2.8,0.3-4.3c0-1.3-0.1-3-0.2-5.3c-0.1-2.4-0.2-4.2-0.2-5.4c0.1-0.5,0.4-0.7,0.6-0.7 c0.2,0,0.5,0.1,0.7,0.4c0.2,0.3,0.4,0.6,0.4,0.9L627.1,16.2z'/%3e%3c/g%3e%3cg%3e%3cpath fill='none' d='M250.8,75.1c-0.2-0.2-0.6-0.3-0.9-0.5c0,0.1,0,0.2,0,0.3C250.4,75,250.8,75.1,250.8,75.1z'/%3e%3cpath fill='%2395C11F' d='M180.3,92.3c2.3,5.8,5.9,10.6,10.9,14.4c7.2,5.5,15.5,8,24.6,7.6c2-0.1,4-0.3,6-0.7c-2,0.3-4.1,0.5-6.3,0.5 C200.1,114.1,186.7,105.2,180.3,92.3z'/%3e%3cpath fill='%2395C11F' d='M225.9,78.2c0-0.1,0-0.1,0-0.1C225.9,78.1,225.9,78.2,225.9,78.2z'/%3e%3cpath fill='%2395C11F' d='M225.9,78.2c0,0.3,0,1.3-0.1,2.5C225.9,79.9,225.9,79.1,225.9,78.2z'/%3e%3cg%3e%3cpath fill='%2395C11F' d='M200,86.4c5.1-3.9,6.1-11.1,6.1-11.1c5.1,0.4,7.7-2.5,7.7-2.5c-1.6,0.2-2.7-0.4-2.7-0.4 c-3.6-2.3-6.1,0-6.1,0C204.5,81.7,201.3,85.3,200,86.4z'/%3e%3cpath fill='%2395C11F' d='M200,86.4c-0.2,0.1-0.3,0.2-0.5,0.4C199.5,86.7,199.7,86.6,200,86.4z'/%3e%3cpath fill='%2395C11F' d='M249.8,74.5c-0.2-2-0.5-3.9-0.9-5.8c-1.7-8.4-4.4-16.5-8.1-24.1c-0.4-0.4-0.9-0.7-1.4-1.1 c0.5,0.3,0.9,0.7,1.4,1.1c-1.8-3.6-3.9-7.1-6.2-10.5c-3.1-4.5-6.8-8.5-11.6-11.3c-5.5-3.2-11.1-3.4-16.9-0.6c-3,1.5-5.6,3.6-7.9,6 c-4.2,4.4-7.4,9.4-10.2,14.7c-1.3,2.5-2.4,5-3.5,7.5c0,0,0,0,0,0c-2.7,6.4-4.7,13.1-5.9,20.1c-1.3,7.3-1.2,14.4,1.5,21.4 c0,0.1,0.1,0.2,0.1,0.4c6.5,12.9,19.8,21.8,35.2,21.8c2.1,0,4.2-0.2,6.3-0.5c2.9-0.6,5.8-1.5,8.5-2.9c1.9-1,3.7-2.1,5.4-3.2 c-1.4-1.5-9.5-10.1-11-12.3c-1.6-2.5-1.9-4.1-1.9-4.1c2.1-2.4,2.8-7.3,3-10.3c-0.8,7.8-5.7,9.8-5.7,9.8 c-5.6,2.7-15.1,4.1-15.1,4.1c-3.9,5.5-10.9,4.3-13.7,4c-0.7-0.1-1.9-0.2-1.5-0.4c0,0-0.7-1.1,2.7-3.3l-4.8,2 c-3.2-1.4-3-9.6,0.1-10c6-0.8,10.6-16.2,10.6-16.2c-1.4-4.6,2.3-6.2,2.3-6.2c-1.5,0.1-2.4,1-2.4,1c-4.5-19.5,9-27.2,13.3-29.4 c0.9-0.4,1.4-0.5,1.6-0.6c0.5-0.2,1,0,1.4,0c0.3,0.1-0.4,0.3-0.4,0.3c-8.4,3.2-9,10.5-9,10.5c8.9-14.5,22.7-7,22.7-7 c-10.4-0.5-14.8,4.5-15.6,11.1c-0.9,6.6,2.2,10.7,2.2,10.7c-0.4-1-0.8-2.7-0.8-2.7s2.8-1.2,7.5-0.1c0,0,6.1-9.2,13.5-9.7 c0,0-0.6,4.4-1.6,5.9c0,0-5.1,1.7-8.4,5.5l0.2,0c0,0,7.4-7.2,17.4-6.9c0,0,0.4,12.8-16.8,11.2l-0.4,0.4c0,0,5.8,1.3,11.2-1.1 c0,0,3.2,1.9,4.8,3.7c0,0-2.5-0.7-4.3,0c0,0,6,1.1,8.1,2.9c0,0-2.2-0.8-4-0.6c0,0,4.6,1.5,6.4,2.6c0,0-2.1-0.5-4.2-0.5 C243.1,71.8,247.5,73.3,249.8,74.5z M204.5,97.3c0,0-0.2,3.5,2.4,5.4c0,0-1.5-0.1-2.7-1.3c0,0,1.8,2.9,5.3,4.3 c0,0-1.6,0.2-3.7-1.3c0,0,1.2,2.9,6,4.5c0,0-10.9-1.8-16.1-8.6C195.6,100.3,200.1,100.7,204.5,97.3z'/%3e%3c/g%3e%3cpath fill='%2395C11F' d='M245.5,74.2l4.4,1.3c0-0.2,0-0.5-0.1-0.7C248.8,74.6,247,74.3,245.5,74.2z'/%3e%3cpath fill='%2395C11F' d='M211.1,72.4c-3.6-2.3-6.1,0-6.1,0c-0.5,9.4-3.8,13-5,14c5.1-3.9,6.1-11.1,6.1-11.1c5.1,0.4,7.7-2.5,7.7-2.5 C212.1,73,211.1,72.4,211.1,72.4z'/%3e%3cpath fill='%2395C11F' d='M200,86.4c-0.2,0.1-0.3,0.2-0.5,0.4C199.5,86.7,199.7,86.6,200,86.4z'/%3e%3c/g%3e%3c/svg%3e ");
}

#branding.xmas {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 630 114.3' style='enable-background:new 0 0 630 114.3;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23575756;%7d .st1%7bfill:%2395C11F;%7d .st2%7bfill-rule:evenodd;clip-rule:evenodd;fill:%23E40D18;%7d .st3%7bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;%7d .st4%7bfill-rule:evenodd;clip-rule:evenodd;fill:%23EFEFF0;%7d .st5%7bfill-rule:evenodd;clip-rule:evenodd;fill:%23CF171F;%7d %3c/style%3e%3cpath class='st0' d='M34.9,42v15.2H18.5v12.1h3.3c6,0,10,1.2,12,3.7c2,2.4,3,7.4,3,14.8v4.3c0,8.2-1.1,13.7-3.2,16.3 c-1.6,2-4.4,3.1-8.5,3.2c-2.2,0.1-4.7,0.1-7.6,0.1H0.1V96.6h17.5V84.4h-2.9c-3.3,0-5.8-0.2-7.3-0.7C4.9,83,3,81.5,1.7,79 c-1.3-2.4-1.9-6.9-1.9-13.7V61c0-8.6,1.4-14.2,4.3-16.6c1.2-1,2.7-1.7,4.4-2c1.8-0.3,5.2-0.4,10.3-0.4H34.9z M60.4,97v14.7H41.7 V56.2c0-5.9,1-9.7,3.1-11.5S52.1,42,60.5,42h7.6c8.4,0,13.6,0.9,15.7,2.7s3.1,5.6,3.1,11.5v55.5H68.3V97H60.4z M60.4,81.5h7.8V63.1 c0-4.3-1.3-6.5-4-6.5c-2.6,0-3.9,2.2-3.9,6.5L60.4,81.5L60.4,81.5z M125,95.8l-3.3,15.9H93.8v-52c0-7.6-0.3-13.5-1-17.7h21.4 c-1.1,5.4-1.7,11.1-1.7,17.1v37.4L125,95.8z M128.3,42h36l-15.6,54.6h16.7l-2.1,15.2h-37.4l15.8-54.6h-15.6L128.3,42z M301.5,42 v15.2h-16.4v12.1h3.3c6,0,10,1.2,12,3.7c2,2.4,3,7.4,3,14.8v4.3c0,8.2-1.1,13.7-3.2,16.3c-1.6,2-4.4,3.1-8.5,3.2 c-2.2,0.1-4.7,0.1-7.6,0.1h-17.4V96.6h17.5V84.4h-2.9c-3.3,0-5.8-0.2-7.3-0.7c-2.4-0.7-4.3-2.2-5.6-4.7c-1.3-2.4-1.9-7-1.9-13.7V61 c0-8.6,1.4-14.2,4.3-16.6c1.2-1,2.7-1.7,4.4-2c1.8-0.3,5.2-0.4,10.3-0.4H301.5z M341.3,42v15.2h-8.5v54.6h-18.7V57.1h-8.5V42H341.3z M344.7,42h28.5c4.6,0,7.6,0.1,8.9,0.3s2.5,0.6,3.7,1.3c2.8,1.8,4.2,5.8,4.2,11.9V60c0,5.6-0.6,9.3-1.7,11.3 c-1.5,2.6-4.4,4.2-8.6,4.7c4.1,1.2,6.8,2.7,8.2,4.4c1.4,1.8,2,4.7,2,8.8V100c0,4.3,0.5,8.2,1.5,11.7h-18.7c-1-3-1.5-6.9-1.5-11.7 v-9.3c0-4.2-1.8-6.3-5.4-6.3h-2.4v27.3h-18.7V42z M363.4,69.3h2.6c2.5,0,4-0.5,4.6-1.6c0.5-0.8,0.7-2.3,0.7-4.4 c0-2.3-0.4-3.9-1.1-4.8c-0.8-0.9-2.2-1.4-4.2-1.4h-2.6V69.3z M431.9,42v15.2h-17.2v12.1h17.2v15.2h-17.2v12.1h17.2v15.2h-17.5 c-6.2,0-10-0.2-11.5-0.7c-2.8-0.9-4.7-3-5.6-6.3s-1.4-9.3-1.4-18V64.4c0-5.9,0.4-10.5,1.2-13.8c1-4.6,3.5-7.3,7.4-8 c1.7-0.3,5.1-0.5,9.9-0.5h17.5V42z M464.6,42h18.7v55.5c0,5.9-1,9.7-3.1,11.5s-7.3,2.7-15.7,2.7h-7.7c-8.4,0-13.6-0.9-15.7-2.7 c-2.1-1.8-3.1-5.6-3.1-11.5V42h18.7v48.6c0,4.3,1.3,6.5,3.9,6.5s4-2.2,4-6.5V42z M488.3,42h18.9c1,3.5,1.6,6.6,1.8,9.2 c1-3.6,2.3-6.1,4.1-7.3c1.7-1.3,4.6-1.9,8.7-1.9c3.2,0,5.5,0.2,6.8,0.6c2.1,0.7,3.7,2.2,4.9,4.4c0.8,1.5,1.2,2.9,1.4,4.3 c0.1,1.6,0.2,6.1,0.2,13.4v47h-18.7V63.5c0-3.8-1.3-5.6-3.8-5.6s-3.8,2-3.8,5.9v48h-18.7V57.9C490.1,52.1,489.5,46.8,488.3,42z M577,42v15.2h-17.2v12.1H577v15.2h-17.2v12.1H577v15.2h-17.5c-6.2,0-10-0.2-11.5-0.7c-2.8-0.9-4.7-3-5.6-6.3 c-0.9-3.3-1.4-9.3-1.4-18V64.4c0-5.9,0.4-10.5,1.2-13.8c1-4.6,3.5-7.3,7.4-8c1.7-0.3,5.1-0.5,9.9-0.5H577V42z M583.1,42h28.5 c4.6,0,7.6,0.1,8.9,0.3c1.3,0.2,2.5,0.6,3.7,1.3c2.8,1.8,4.2,5.8,4.2,11.9V60c0,5.6-0.6,9.3-1.7,11.3c-1.5,2.6-4.4,4.2-8.6,4.7 c4.1,1.2,6.8,2.7,8.2,4.4c1.4,1.8,2,4.7,2,8.8V100c0,4.3,0.5,8.2,1.5,11.7h-18.7c-1-3-1.5-6.9-1.5-11.7v-9.3c0-4.2-1.8-6.3-5.4-6.3 h-2.4v27.3h-18.7V42z M601.8,69.3h2.6c2.5,0,4-0.5,4.6-1.6c0.5-0.8,0.7-2.3,0.7-4.4c0-2.3-0.4-3.9-1.1-4.8c-0.8-0.9-2.2-1.4-4.2-1.4 h-2.6V69.3z'/%3e%3cg%3e%3cpath class='st1' d='M350.2,19.9c-0.4,1.5-0.8,2.6-1.2,3.3c-0.6,1.1-1.4,2.1-2.3,2.8c-1.4,0.6-3,0.9-4.7,0.9 c-1.9,0-3.4-0.4-4.6-1.1c-0.4-0.4-0.7-0.9-0.7-1.6c0-0.3,0.1-0.6,0.2-0.9c1.5,0.8,3.2,1.3,5.1,1.3c1.3,0,2.5-0.3,3.4-0.8 c1.9-1.4,3-3.1,3.1-5c-1-2.2-2.1-3.5-3.5-3.8c-0.9,0.1-2.1,0.2-3.6,0.5c-1.6,0.3-2.7,0.5-3.5,0.5c-0.6-0.6-0.9-1.4-0.8-2.3 c1.4-0.7,3.5-1.8,6.3-3.5c0.1-0.4,0.6-0.8,1.4-1.3c0.7-0.5,1-0.9,1-1.3c0-0.2-0.1-0.4-0.2-0.6c-1.1-0.9-2.5-1.3-4.1-1.3 c-1,0-1.9,0.2-2.7,0.6c-0.5,0.2-1,0.4-1.5,0.6c-0.6,0.3-1,0.6-1.3,1.1c0,2.7-0.2,6.1-0.5,10.1c-0.2,3.4-0.5,6.8-0.7,10.2 c-0.1,0-0.3,0.1-0.4,0.1c-0.3,0-0.6-0.2-0.8-0.6c-0.3-0.5-0.5-0.9-0.6-0.9c0.3-1.9,0.5-4.3,0.6-7.2c0.1-2.5,0.2-4.9,0.4-7.3 c0.3-0.5,0.4-1,0.4-1.5s-0.2-1.1-0.5-2s-0.5-1.5-0.5-2c0-0.6,0.2-1.1,0.6-1.6c0.3-0.3,0.8-0.5,1.5-0.5s1.2-0.2,1.5-0.5 c1.3-0.3,2.5-0.5,3.8-0.5c2.3,0,4.1,0.5,5.5,1.5c0.7,0.8,1.1,2.1,1.3,4.1c-0.2,0.4-0.6,1-1.3,1.7c-0.7,0.7-1.1,1.2-1.2,1.5 c1.4,0.6,2.6,1.6,3.5,3.1C349.5,16.8,350,18.2,350.2,19.9z'/%3e%3cpath class='st1' d='M361.1,18.2c0.3,0.9,0.5,1.8,0.5,2.8c0,2.2-0.8,4.3-2.3,6.1c-0.8,0.5-1.7,0.9-2.8,1.2c-1.1-0.1-2.1-0.5-3-1.3 c-0.8-0.7-1.4-1.7-1.8-2.8c-0.1-3.5,1-6.4,3.4-8.9c0.6-0.7,1.3-1,2-1c0.8,0,1.6,0.5,2.5,1.4C360.3,16.4,360.8,17.2,361.1,18.2z M359.1,18.4c-0.2-0.1-0.5-0.6-0.8-1.2c-0.2-0.6-0.6-0.9-1-0.9c-0.1,0-0.3,0-0.5,0.1c-1.8,2.3-2.7,4.5-2.7,6.7c0,0.5,0,1,0.2,1.5 c0,0.4,0.2,0.8,0.6,1.1c0.4,0.3,0.8,0.5,1.2,0.4c0.7,0,1.5-0.5,2.6-1.6c0.5-0.8,0.7-1.7,0.7-2.8c0-0.4,0-1-0.1-1.7 C359.2,19.2,359.1,18.6,359.1,18.4z'/%3e%3cpath class='st1' d='M372.9,23.2c-0.7,1.2-1.4,2.5-2,3.7c-0.9,1.4-1.9,2.1-3.2,2.2c-1.2,0.1-2.3-0.6-3.2-2.1 c-0.8-2.3-1.2-4.6-1.2-6.8c0-3.6,1.1-6.4,3.3-8.5c0.4-0.2,0.9-0.3,1.4-0.3c0.8,0,1.5,0.2,2.2,0.7s1.1,1.1,1.2,1.9 c0.1,0.3,0.2,1,0.2,2l-0.4,0.5c-0.3-0.7-0.7-1.3-1-2c-0.4-0.8-0.9-1.3-1.5-1.6c-2.6,2-3.8,4.5-3.8,7.6c0,0.7,0.1,1.4,0.2,2 c0.4,2.4,1.2,4,2.2,4.8c1-0.3,1.9-1.1,2.8-2.3c1.1-1.6,1.8-2.6,2.3-3L372.9,23.2z'/%3e%3cpath class='st1' d='M384.9,26.1c-0.2,0.4-0.5,0.7-0.9,0.9c-0.3,0-0.8-0.4-1.6-1.2c-0.1-0.7-0.5-1.5-1.3-2.4 c-0.6-0.6-1.3-1.3-1.9-1.9c-1.1,0.4-1.8,1.4-2,2.8c0,1.2,0,2.4-0.1,3.5c0,0.2-0.2,0.3-0.6,0.3h-0.8l-0.7-0.7c0-2.6,0-5.8-0.1-9.5 c-0.1-3.1-0.2-6.1-0.3-9.2c0.9,0.2,1.4,0.8,1.6,1.8c0.1,0.9,0.3,1.7,0.4,2.6c0,0,0,1.1,0.1,3.3c0.1,1.3,0.3,2.3,0.6,3.1 c0.6-0.4,1.3-1.4,2.2-2.8c0.8-1.2,1.6-2.1,2.4-2.5c0.4,0.2,0.7,0.5,0.9,0.9c-0.1,0.7-0.5,1.4-1.1,2.3c-0.5,0.7-0.9,1.4-1.4,2.1 c0.9,0.7,1.7,1.8,2.5,3.2C384.1,24.8,384.8,26,384.9,26.1z'/%3e%3cpath class='st1' d='M411.9,26.8c-0.5,0.9-1.4,1.4-2.8,1.4c-1.2,0-2.3-0.7-3.2-2.1c0-0.1,0-0.3-0.2-0.5c-0.7,0.6-1.3,1.3-2,2 c-0.8,0.7-1.6,1.1-2.3,1.2c-2-0.7-3.3-1.8-3.9-3.4c-0.1-0.5-0.1-1.1-0.1-1.6c0-3.4,1.6-6.5,4.7-9.2c0.3-0.2,1-0.6,2.1-0.9 c0.6,0,1.1,0.2,1.7,0.6c0.5,0.4,0.9,0.9,1.1,1.5c0.1,0.1,0.2,0.5,0.2,1s0.2,0.9,0.4,1c0,0.2-0.1,1-0.3,2.4c-0.1,1-0.2,1.9-0.2,2.5 c0,1.6,0.4,2.8,1.2,3.7c0.2,0.2,0.5,0.2,0.7,0.2c0.3,0,0.8-0.2,1.3-0.5s0.9-0.5,1.1-0.5C411.7,25.7,411.9,26.1,411.9,26.8z M405.6,16.3c-0.1,0-0.2-0.2-0.4-0.4c-0.2-0.2-0.4-0.3-0.5-0.3s-0.2,0-0.2,0c-3.4,2.5-5.1,5.3-5.1,8.5c0,0.3,0,0.6,0.1,0.9 c0.5,1.1,1,1.7,1.7,1.7c0.2,0,0.4,0,0.6-0.1c1.6-1,2.6-2.6,3.1-4.5C405,20.1,405.3,18.2,405.6,16.3z'/%3e%3cpath class='st1' d='M424.7,24.6c0.1,0.8-0.1,1.4-0.7,1.8c-0.5,0.3-1.2,0.5-1.9,0.5c-1.3,0-2.3-0.5-2.8-1.5 c-0.1-0.1-0.2-0.4-0.3-0.9c-0.1-0.5-0.2-0.8-0.4-1c-0.2,0.3-0.5,1.2-0.9,2.6c-0.2,1.1-0.8,1.7-1.6,1.8c-1,0-1.9-0.5-2.6-1.6 c-0.2-0.3-0.7-1.3-1.5-2.8c0-0.7-0.2-1.9-0.5-3.6c-0.3-1.6-0.4-2.8-0.4-3.7c0-1.1,0.1-2,0.4-2.9c-0.2-1,0-1.7,0.4-2 c0.3,0,0.6,0.1,0.9,0.4c0.3,0.3,0.6,0.5,0.8,0.5c-0.3,1.7-0.4,3.3-0.4,4.9c0,3.2,0.5,5.9,1.6,8.3c0.1,0.1,0.2,0.2,0.3,0.4 c0.1,0.1,0.2,0.2,0.4,0.1c1.7-3.1,2.6-6.6,2.6-10.6c0-0.7,0-1.5-0.1-2.2c0.1-0.1,0.3-0.1,0.4-0.1c0.3,0,0.6,0.2,0.9,0.6 c0.2,0.3,0.4,0.6,0.7,0.9c0.2,0.9,0.4,2.7,0.6,5.5c0.1,2.4,0.5,4.1,1,5.3c0.2,0,0.7-0.2,1.3-0.6c0.6-0.3,1-0.4,1.3-0.4 C424.3,24.4,424.5,24.4,424.7,24.6z'/%3e%3cpath class='st1' d='M437,17.1c-0.4,0.6-1.5,1.1-3.3,1.3c-1.9,0.2-3,0.6-3.5,1c0,0.2,0,0.5,0,0.8c-0.1,0.4-0.1,0.6-0.1,0.7 c0,0.4,0.1,0.9,0.4,1.5c-0.1,0.2-0.2,0.4-0.2,0.7c0,0.1,0.1,0.6,0.4,1.6c0.5,1.6,0.7,2.6,0.7,2.9c0,0.5-0.1,0.9-0.3,1.2 c-1,0.1-1.7-0.2-2.1-1.2c0-1.1-0.1-2.4-0.4-3.9c-0.2-1.3-0.5-2.5-0.7-3.8c-0.4,0-1.1,0.3-2.1,0.9c-0.9,0.5-1.6,0.7-2,0.7 c-0.5,0-1-0.3-1.3-0.8c-0.1-0.3,0-0.5,0.3-0.8c0.4-0.4,0.6-0.6,0.6-0.6c0.5-0.3,1.2-0.6,2.3-0.9c1.1-0.3,1.8-0.6,2.3-0.9 c-0.3-2.3-0.5-4.1-0.5-5.5c0-3.6,0.9-6.2,2.8-8c0.3,0,0.6-0.1,0.9-0.1c1.3,0,2.6,0.5,3.7,1.5c0.4,0.5,0.7,1,1.1,1.6 s0.6,1.2,0.6,1.8c0,0.2,0,0.5-0.1,0.8c-0.1,0.2-0.5,0.5-1.1,0.9c0-0.9-0.3-1.8-0.9-2.7c-0.5-0.9-1.2-1.6-2.1-2.1 c-2,1.2-3,3.5-3,6.9c0,1.3,0.2,2.8,0.5,4.6l0.2,0.2l6.2-0.7L437,17.1z'/%3e%3cpath class='st1' d='M467.9,19.9c-0.4,1.5-0.8,2.6-1.2,3.3c-0.6,1.1-1.4,2.1-2.3,2.8c-1.4,0.6-3,0.9-4.7,0.9 c-1.9,0-3.4-0.4-4.6-1.1c-0.4-0.4-0.7-0.9-0.7-1.6c0-0.3,0.1-0.6,0.2-0.9c1.5,0.8,3.2,1.3,5.1,1.3c1.3,0,2.5-0.3,3.4-0.8 c1.9-1.4,3-3.1,3.1-5c-1-2.2-2.1-3.5-3.5-3.8c-0.9,0.1-2.1,0.2-3.6,0.5c-1.6,0.3-2.7,0.5-3.5,0.5c-0.6-0.6-0.9-1.4-0.8-2.3 c1.4-0.7,3.5-1.8,6.3-3.5c0.1-0.4,0.6-0.8,1.4-1.3c0.7-0.5,1-0.9,1-1.3c0-0.2-0.1-0.4-0.2-0.6c-1.1-0.9-2.5-1.3-4.1-1.3 c-1,0-1.9,0.2-2.7,0.6c-0.5,0.2-1,0.4-1.5,0.6c-0.6,0.3-1,0.6-1.3,1.1c0,2.7-0.2,6.1-0.5,10.1c-0.2,3.4-0.5,6.8-0.7,10.2 c-0.1,0-0.3,0.1-0.4,0.1c-0.3,0-0.6-0.2-0.8-0.6c-0.3-0.5-0.5-0.9-0.6-0.9c0.3-1.9,0.5-4.3,0.6-7.2c0.1-2.5,0.2-4.9,0.4-7.3 c0.3-0.5,0.4-1,0.4-1.5s-0.2-1.1-0.5-2s-0.5-1.5-0.5-2c0-0.6,0.2-1.1,0.6-1.6c0.3-0.3,0.8-0.5,1.5-0.5s1.2-0.2,1.5-0.5 c1.3-0.3,2.5-0.5,3.8-0.5c2.3,0,4.1,0.5,5.5,1.5c0.7,0.8,1.1,2.1,1.3,4.1c-0.2,0.4-0.6,1-1.3,1.7c-0.7,0.7-1.1,1.2-1.2,1.5 c1.4,0.6,2.6,1.6,3.5,3.1C467.3,16.8,467.7,18.2,467.9,19.9z'/%3e%3cpath class='st1' d='M484.5,26.8c-0.5,0.9-1.4,1.4-2.8,1.4c-1.2,0-2.3-0.7-3.2-2.1c0-0.1,0-0.3-0.2-0.5c-0.7,0.6-1.3,1.3-2,2 c-0.8,0.7-1.6,1.1-2.3,1.2c-2-0.7-3.3-1.8-3.9-3.4c-0.1-0.5-0.1-1.1-0.1-1.6c0-3.4,1.6-6.5,4.7-9.2c0.3-0.2,1-0.6,2.1-0.9 c0.6,0,1.1,0.2,1.7,0.6c0.5,0.4,0.9,0.9,1.1,1.5c0.1,0.1,0.2,0.5,0.2,1s0.2,0.9,0.4,1c0,0.2-0.1,1-0.3,2.4c-0.1,1-0.2,1.9-0.2,2.5 c0,1.6,0.4,2.8,1.2,3.7c0.2,0.2,0.5,0.2,0.7,0.2c0.3,0,0.8-0.2,1.3-0.5s0.9-0.5,1.1-0.5C484.2,25.7,484.4,26.1,484.5,26.8z M478.1,16.3c-0.1,0-0.2-0.2-0.4-0.4c-0.2-0.2-0.4-0.3-0.5-0.3s-0.2,0-0.2,0c-3.4,2.5-5.1,5.3-5.1,8.5c0,0.3,0,0.6,0.1,0.9 c0.5,1.1,1,1.7,1.7,1.7c0.2,0,0.4,0,0.6-0.1c1.6-1,2.6-2.6,3.1-4.5C477.6,20.1,477.9,18.2,478.1,16.3z'/%3e%3cpath class='st1' d='M495,25.1c-0.3,0.3-1,0.5-2.1,0.4c-0.8,0-1.4,0.3-1.6,1.2c-1.4,1.1-2.6,1.7-3.5,1.6c-1.8-0.5-3.3-1.5-4.3-3.2 c-0.2-0.8-0.3-1.7-0.3-2.5c0-3.3,1.3-6,4-8.2c0.5-0.3,1.1-0.5,1.7-0.5c1,0,2.2,0.4,3.6,1.3c0.2-0.3,0.3-0.7,0.3-1.1 c0-0.4-0.1-0.9-0.2-1.7c-0.1-0.7-0.2-1.2-0.2-1.5s-0.1-1-0.2-2C492,8.2,492,7.6,492,7.1c0-1.2,0.2-2.3,0.7-3.2 c0.9,0.2,1.4,0.7,1.4,1.6c0,0.3-0.1,0.8-0.2,1.5s-0.2,1.3-0.2,1.6c0,0.4,0,0.7,0.1,1s0.2,1,0.3,1.9c0.1,0.9,0.2,1.6,0.4,2 c0,0.5,0,0.9,0,1.4c0,0.7,0.1,1.2,0.3,1.6c-0.2,1.8-0.3,3.2-0.3,4.4C494.5,22.5,494.7,23.9,495,25.1z M492.2,18.1 c-0.7-1.2-1.7-2-3-2.3c-2.1,1-3.5,3.2-4.2,6.6c0,1.6,0.6,2.8,1.8,3.7c0.2,0,0.4,0.1,0.6,0.1c1,0,2.1-0.6,3.2-1.9 c1.1-1.2,1.6-2.7,1.6-4.4C492.5,19.3,492.4,18.7,492.2,18.1z'/%3e%3cpath class='st1' d='M523.9,19.8c0.1,0.3,0.1,0.6,0.1,1c0,0.7-0.3,1.5-0.8,2.3c-0.5,0.7-0.9,1.4-1.4,2.1c-1.3,0.7-2.6,1.4-3.8,2.1 c-1.6,0.8-3,1.3-4.1,1.3c-0.9,0-1.7-0.2-2.6-0.6c-1.4-1.2-2.3-2.5-2.5-4c-0.1-0.2-0.1-0.5-0.1-0.7c0-0.9,0.5-2,1.4-3.3 c0.4,0.4,0.5,1,0.5,1.7c0-0.3,0,0.2-0.1,1.6c0,0.6,0,1.2,0.2,1.5c0.2,0.5,0.6,0.9,1.2,1.2c0.4,0.1,0.8,0.1,1.3,0.1 c1.8,0,3.5-0.4,5-1.3c1.6-0.9,2.9-2.2,3.8-3.8c0-1.1-0.5-1.9-1.3-2.3c-0.5-0.2-1.4-0.4-2.7-0.5s-2.3-0.3-2.8-0.5 c-0.2,0.1-0.5,0.1-0.7,0.1c-0.4,0-1-0.1-1.9-0.4c-0.8-0.3-1.5-0.4-2-0.4c-1.3-0.4-2.1-1.5-2.5-3c0.9-3,4-5.1,9.3-6.1 c1.8,0.5,2.7,0.8,2.8,0.9c1,0.5,1.6,1.2,1.8,2.2c-0.2,0.3-0.2,0.4-0.2,0.5l0.2,0.3c0,0.2-0.3,0.3-0.7,0.3c-0.4-1.1-1.3-1.7-2.8-1.7 c-0.5,0-1.2,0.1-2.1,0.2c-0.9,0.1-1.6,0.2-1.9,0.2c-0.2,0.3-1.1,0.7-2.4,1.4c-1,0.5-1.5,1.2-1.6,2.1c0.4,0.4,1.1,0.6,2,0.7 c1.2,0.1,1.9,0.2,2.2,0.3c0,0,1.3,0.2,3.8,0.5c1.6,0.2,2.8,0.6,3.6,1.1C523,17.3,523.6,18.4,523.9,19.8z'/%3e%3cpath class='st1' d='M540.1,26.8c-0.5,0.9-1.4,1.4-2.8,1.4c-1.2,0-2.3-0.7-3.2-2.1c0-0.1,0-0.3-0.2-0.5c-0.7,0.6-1.3,1.3-2,2 c-0.8,0.7-1.6,1.1-2.3,1.2c-2-0.7-3.3-1.8-3.9-3.4c-0.1-0.5-0.1-1.1-0.1-1.6c0-3.4,1.6-6.5,4.7-9.2c0.3-0.2,1-0.6,2.1-0.9 c0.6,0,1.1,0.2,1.7,0.6c0.5,0.4,0.9,0.9,1.1,1.5c0.1,0.1,0.2,0.5,0.2,1s0.2,0.9,0.4,1c0,0.2-0.1,1-0.3,2.4c-0.1,1-0.2,1.9-0.2,2.5 c0,1.6,0.4,2.8,1.2,3.7c0.2,0.2,0.5,0.2,0.7,0.2c0.3,0,0.8-0.2,1.3-0.5s0.9-0.5,1.1-0.5C539.8,25.7,540,26.1,540.1,26.8z M533.7,16.3c-0.1,0-0.2-0.2-0.4-0.4c-0.2-0.2-0.4-0.3-0.5-0.3s-0.2,0-0.2,0c-3.4,2.5-5.1,5.3-5.1,8.5c0,0.3,0,0.6,0.1,0.9 c0.5,1.1,1,1.7,1.7,1.7c0.2,0,0.4,0,0.6-0.1c1.6-1,2.6-2.6,3.1-4.5C533.2,20.1,533.5,18.2,533.7,16.3z'/%3e%3cpath class='st1' d='M547.4,21.2c-0.4,1.4-1.2,2.7-2.1,3.8c-1.1,1.2-2.3,2-3.6,2.4c-1.6-0.4-2.3-1.3-2.3-2.8c0-0.3,0.2-1.5,0.6-3.6 c0.3-1.6,0.3-2.8,0-3.7c-0.1-0.6-0.2-1.2-0.3-2c0-1.1,0-2.2,0-3.2c0-1.2-0.2-2.2-0.4-3c-0.1-0.3-0.1-0.7,0.1-1 c0.1-0.3,0.3-0.5,0.5-0.5c0.1,0,0.2,0.1,0.3,0.2c0.1-0.1,0.2-0.2,0.3-0.2s0.2,0,0.3,0.1s0.3,0.1,0.4,0.1c0.4,0.5,0.7,1,0.7,1.5 c0,0.3-0.1,0.5-0.2,0.7c0,0.9,0.1,2.3,0.3,4.2s0.2,3.3,0.2,4.2c0,1.1-0.1,2.1-0.2,3c0-0.2,0,0.3,0,1.6c0,0.7,0.1,1.3,0.2,1.6 c0.7-0.2,1.5-0.7,2.4-1.6c1.1-1.1,1.8-1.8,2.2-2c-0.1,0,0.1,0,0.5,0C547.2,20.9,547.4,21,547.4,21.2z'/%3e%3cpath class='st1' d='M560.5,23.2c-2.8,2.6-5.8,3.9-9.2,3.9c-0.9,0-1.8-0.1-2.7-0.3c-0.9-0.5-1.4-1.4-1.4-2.5c0-0.4,0.1-0.8,0.2-1.2 c0.5-1.3,1.7-2.6,3.5-3.8c2.5-1.7,4-2.7,4.3-3.1c-0.8-0.2-1.6-0.3-2.4-0.3c-1.7,0-3,0.4-3.9,1.2c-0.8-0.2-1.2-0.6-1.4-1.2 c0.3-1.3,1.5-2,3.6-2c0.6,0,1.1,0,1.7,0c0.6,0,1.2-0.1,1.6-0.3c0.2,0,0.5-0.1,0.8-0.1c0.8,0,1.5,0.2,2.2,0.7s1,1,1,1.7 c0,0.8-0.4,1.4-1.2,1.8c-1.5,0.9-2.9,1.8-4.4,2.7c-1.7,1.1-2.9,2.4-3.6,3.7c0.5,0.3,1.2,0.5,2.1,0.5c0.6,0,1.4-0.1,2.3-0.3 c0.9-0.2,2-0.6,3.3-1.1c1.9-0.8,3-1.2,3.3-1.3c0.1,0.1,0.2,0.2,0.4,0.3c0.1,0.1,0.2,0.2,0.1,0.4l-0.3,0.2L560.5,23.2z'/%3e%3cpath class='st1' d='M576,24.6c0.1,0.8-0.1,1.4-0.7,1.8c-0.5,0.3-1.2,0.5-1.9,0.5c-1.3,0-2.3-0.5-2.8-1.5c-0.1-0.1-0.2-0.4-0.3-0.9 s-0.2-0.8-0.4-1c-0.2,0.3-0.5,1.2-0.9,2.6c-0.2,1.1-0.8,1.7-1.6,1.8c-1,0-1.9-0.5-2.6-1.6c-0.2-0.3-0.7-1.3-1.5-2.8 c0-0.7-0.2-1.9-0.5-3.6c-0.3-1.6-0.4-2.8-0.4-3.7c0-1.1,0.1-2,0.4-2.9c-0.2-1,0-1.7,0.4-2c0.3,0,0.6,0.1,0.9,0.4 c0.3,0.3,0.6,0.5,0.8,0.5c-0.3,1.7-0.4,3.3-0.4,4.9c0,3.2,0.5,5.9,1.6,8.3c0.1,0.1,0.2,0.2,0.3,0.4c0.1,0.1,0.2,0.2,0.4,0.1 c1.7-3.1,2.6-6.6,2.6-10.6c0-0.7,0-1.5-0.1-2.2c0.1-0.1,0.3-0.1,0.4-0.1c0.3,0,0.6,0.2,0.9,0.6c0.2,0.3,0.4,0.6,0.7,0.9 c0.2,0.9,0.4,2.7,0.6,5.5c0.1,2.4,0.5,4.1,1,5.3c0.2,0,0.7-0.2,1.3-0.6c0.6-0.3,1-0.4,1.3-0.4C575.6,24.4,575.8,24.4,576,24.6z'/%3e%3cpath class='st1' d='M588.3,17.1c-0.4,0.6-1.5,1.1-3.3,1.3c-1.9,0.2-3,0.6-3.5,1c0,0.2,0,0.5,0,0.8c-0.1,0.4-0.1,0.6-0.1,0.7 c0,0.4,0.1,0.9,0.4,1.5c-0.1,0.2-0.2,0.4-0.2,0.7c0,0.1,0.1,0.6,0.4,1.6c0.5,1.6,0.7,2.6,0.7,2.9c0,0.5-0.1,0.9-0.3,1.2 c-1,0.1-1.7-0.2-2.1-1.2c0-1.1-0.1-2.4-0.4-3.9c-0.2-1.3-0.5-2.5-0.7-3.8c-0.4,0-1.1,0.3-2.1,0.9c-0.9,0.5-1.6,0.7-2,0.7 c-0.5,0-1-0.3-1.3-0.8c-0.1-0.3,0-0.5,0.3-0.8c0.4-0.4,0.6-0.6,0.6-0.6c0.5-0.3,1.2-0.6,2.3-0.9s1.8-0.6,2.3-0.9 c-0.3-2.3-0.5-4.1-0.5-5.5c0-3.6,0.9-6.2,2.8-8c0.3,0,0.6-0.1,0.9-0.1c1.3,0,2.6,0.5,3.7,1.5c0.4,0.5,0.7,1,1.1,1.6 c0.4,0.6,0.6,1.2,0.6,1.8c0,0.2,0,0.5-0.1,0.8c-0.1,0.2-0.5,0.5-1.1,0.9c0-0.9-0.3-1.8-0.9-2.7c-0.5-0.9-1.2-1.6-2.1-2.1 c-2,1.2-3,3.5-3,6.9c0,1.3,0.2,2.8,0.5,4.6l0.2,0.2l6.2-0.7L588.3,17.1z'/%3e%3cpath class='st1' d='M598.6,21.2c-0.4,1.4-1.2,2.7-2.1,3.8c-1.1,1.2-2.3,2-3.6,2.4c-1.6-0.4-2.3-1.3-2.3-2.8c0-0.3,0.2-1.5,0.6-3.6 c0.3-1.6,0.3-2.8,0-3.7c-0.1-0.6-0.2-1.2-0.3-2c0-1.1,0-2.2,0-3.2c0-1.2-0.2-2.2-0.4-3c-0.1-0.3-0.1-0.7,0.1-1 c0.1-0.3,0.3-0.5,0.5-0.5c0.1,0,0.2,0.1,0.3,0.2c0.1-0.1,0.2-0.2,0.3-0.2s0.2,0,0.3,0.1s0.3,0.1,0.4,0.1c0.4,0.5,0.7,1,0.7,1.5 c0,0.3-0.1,0.5-0.2,0.7c0,0.9,0.1,2.3,0.3,4.2c0.1,1.9,0.2,3.3,0.2,4.2c0,1.1-0.1,2.1-0.2,3c0-0.2,0,0.3,0,1.6 c0,0.7,0.1,1.3,0.2,1.6c0.7-0.2,1.5-0.7,2.4-1.6c1.1-1.1,1.8-1.8,2.2-2c-0.1,0,0.1,0,0.5,0C598.4,20.9,598.5,21,598.6,21.2z'/%3e%3cpath class='st1' d='M605.2,18.3c-0.9,0.9-2,1.4-3.4,1.4c-0.5,0-1-0.1-1.4-0.2c-0.2,1.6,0.2,3.8,1.2,6.6c0.3,0.4,0.7,0.7,1.1,0.7 c0.2,0,0.4-0.1,0.5-0.2c0.5-0.3,1.1-1,1.8-2.1c0.6-0.9,1.3-1.4,2-1.5c-0.1,1.2-0.6,2.3-1.3,3.4s-1.6,1.9-2.6,2.5 c-1.6-0.3-2.7-1-3.2-2.1s-0.9-2.1-1.2-3.1c-0.4-1.6-0.6-3.3-0.5-5.1c0.1-3.2,1.1-5.8,2.9-7.7c0.5-0.8,1.3-1.2,2.3-1.2 s1.9,0.5,2.7,1.4s1.2,1.9,1.2,2.9C607.3,15.4,606.6,16.9,605.2,18.3z M605,13.3c-0.1-0.3-0.3-0.7-0.4-1c-0.2-0.4-0.5-0.6-0.9-0.6 c-0.8,0-1.5,0.6-2.1,1.8s-0.9,2.4-0.9,3.7c0.1,0.1,0.4,0.2,0.7,0.2s0.6,0,0.9,0C603.9,16.4,604.8,15,605,13.3z'/%3e%3cpath class='st1' d='M620.4,21.8c-0.1,0.9-0.2,2.1-0.4,3.6c-0.2,1.2-0.5,2.5-0.7,3.7c-0.1,0-0.2,0.2-0.5,0.5s-0.5,0.4-0.6,0.4 s-0.3-0.1-0.4-0.3c-0.3-0.4-0.4-0.8-0.4-1.3c0-0.3,0.1-0.9,0.3-1.7c0.2-0.8,0.3-1.4,0.3-1.8c0.1-1.7,0.2-2.8,0.2-3.4 c0-2.6-0.8-4.3-2.5-5.1c-0.6-0.1-1.3,0.1-2,0.6c-0.5,0.5-1,0.9-1.5,1.4c-0.3,2.8-0.5,5.6-0.4,8.5c-0.6,0.6-1.1,0.9-1.5,0.9 c-0.2,0-0.4-0.1-0.6-0.2c-0.1-0.5-0.2-1.2-0.2-1.9c0-0.5,0-1.3,0.1-2.3c0.1-1.1,0.1-1.8,0.1-2.4c0-0.4,0-0.8,0-1.2 c0.1-0.4,0.1-0.9,0.1-1.5c0-0.4,0-0.9-0.1-1.7c-0.1-0.8-0.1-1.3-0.1-1.8c0-0.3,0-0.6,0.1-0.9c0.2-0.3,0.5-0.5,0.9-0.5 c0.7,0,1.2,0.4,1.5,1.2c0,0.4,0.1,0.6,0.2,0.7c0.7-0.5,1.5-0.8,2.5-0.8c0.6,0,1.4,0.1,2.3,0.3C618.9,16.4,620.1,18.6,620.4,21.8z' /%3e%3cpath class='st1' d='M628,26.6c0.2,1.4-0.3,2.4-1.6,2.9c-0.9,0.4-1.9,0.4-2.9,0c-0.8-0.8-1.4-1.6-1.8-2.5c-0.1-2.3,0.6-4.1,2-5.2 c0.2-0.1,0.4-0.1,0.6-0.1c0.4,0,0.9,0.2,1.5,0.5s1,0.5,1.3,0.5c0.2,0.1,0.4,0.3,0.4,0.5s0,0.4,0,0.6s0.1,0.4,0.2,0.5 c-0.1,0.1-0.2,0.3-0.4,0.7c-0.1,0.3-0.3,0.5-0.5,0.5c-0.1,0-0.3,0-0.4-0.1c-0.4-0.1-0.7-0.4-0.9-0.9c-0.3-0.6-0.5-1-0.7-1.2 c-0.7,0.5-1.2,1.3-1.3,2.5c0.2,0.7,0.3,1.2,0.4,1.3c0.2,0.5,0.5,0.8,1,0.9c0.4,0,0.9-0.3,1.5-0.8C627.1,26.9,627.6,26.6,628,26.6z M627.1,16.2c-0.1,0.2-0.3,0.5-0.7,0.9c-0.4,0-0.7-0.1-0.8-0.4c-0.2-0.3-0.4-0.6-0.5-0.9c0.2-1.4,0.3-2.8,0.3-4.3 c0-1.3-0.1-3-0.2-5.3C625.1,3.8,625,2,625,0.8c0.1-0.5,0.4-0.7,0.6-0.7c0.2,0,0.5,0.1,0.7,0.4s0.4,0.6,0.4,0.9L627.1,16.2z'/%3e%3c/g%3e%3cpath class='st1' d='M206.1,75.1c5.2,0.4,7.8-2.5,7.8-2.5c-1.7,0.2-2.7-0.4-2.7-0.4c-3.7-2.4-6.1,0-6.1,0 c-0.6,11.8-5.6,14.5-5.6,14.5C205,82.9,206.1,75.1,206.1,75.1z'/%3e%3cpath class='st1' d='M226.2,80.7c0.1-0.7,0.1-1.4,0.1-2.2C226.3,79,226.3,79.8,226.2,80.7z'/%3e%3cpath class='st1' d='M226.3,77.9c0,0.2,0,0.4,0,0.6C226.3,78.1,226.3,77.9,226.3,77.9z'/%3e%3cpath class='st1' d='M216.3,34.7c-7.5-0.1-12.6,1.9-12.6,1.9C187.6,41.7,176,56.8,176,74.5c0,22,17.8,39.8,39.8,39.8 c7.7,0,14.9-2.2,21-6l-0.4-0.5c0,0-9.7-10.2-11.3-12.7c-1.7-2.5-1.9-4.1-1.9-4.1c2.1-2.4,2.8-7.2,3-10.3c-0.8,7.7-5.8,9.8-5.8,9.8 c-5.7,2.7-15.3,4.1-15.3,4.1c-3.9,5.5-11,4.4-13.8,4c-0.7-0.1-1.9-0.2-1.5-0.4c0,0-0.7-1.1,2.7-3.4l-4.8,2c-3.2-1.4-3-9.7,0.1-10.1 c6-0.8,10.8-16.4,10.8-16.4c-1.4-4.6,2.3-6.3,2.3-6.3c2.1-2.8,2.1-4.3,2.1-4.3c0.1-0.8,11-1.9,11-1.9s2.8-1.2,7.6-0.1 c0,0,6.2-9.3,13.6-9.8c0,0-0.6,4.5-1.6,6c0,0-5.2,1.7-8.5,5.6h0.2l0.1,0.5c2.6-2.5,7.8-6.5,14.6-7.2c0,0,1.2,7.9-6.6,11.5 c1.1-0.2,2.3-0.6,3.4-1c0,0,3.2,1.9,4.9,3.8c0,0-2-0.8-3.9-0.1c0,0,5.6,1.2,7.7,3.1c0,0-2.2-0.8-4.1-0.6c0,0,4.7,1.5,6.4,2.6 c0,0-2.1-0.5-4.2-0.5c0,0,6,2.1,7.8,3.3c0,0-3-0.7-5.3-0.8l9.4,2.7c0-0.7,0.1-1.5,0.1-2.3C255.6,52.7,238,34.9,216.3,34.7z M204.5,97.5c0,0-0.1,3.5,2.5,5.4c0,0-1.5-0.1-2.8-1.4c0,0,1.8,2.9,5.3,4.4c0,0-1.6,0.1-3.7-1.3c0,0,1.1,2.9,6,4.5 c0,0-11-1.8-16.3-8.6C195.5,100.5,200.1,100.9,204.5,97.5z M213.9,57.5C213.8,57.3,213.8,57.4,213.9,57.5L213.9,57.5z'/%3e%3cpath class='st1' d='M223.5,62c1-1.3,2.1-2.4,3.3-3.5s2.6-2,3.9-2.9c1.4-0.9,2.9-1.6,4.4-2.1c1.5-0.6,3.2-0.9,4.8-1.1h0.3v0.3 c0.2,2-0.1,4-0.8,5.9c-0.8,1.9-2.1,3.5-3.7,4.6l-1.3,0.8c-0.4,0.2-0.9,0.4-1.3,0.6c-0.2,0.1-0.4,0.2-0.7,0.3l-0.7,0.2l-1.4,0.4 c-1,0.2-1.9,0.3-2.9,0.5l-2.9,0.1l0,0l-0.6,0.8l0.5-0.8l0,0l0,0l2.9-0.3c0.9-0.2,1.9-0.4,2.8-0.6l1.4-0.5l0.7-0.2 c0.2-0.1,0.4-0.2,0.6-0.3c0.4-0.2,0.9-0.4,1.3-0.6l1.2-0.8c1.5-1.1,2.7-2.7,3.4-4.4s1-3.7,0.8-5.5l0.4,0.3c-1.6,0.2-3.2,0.4-4.7,1 c-1.5,0.5-3,1.1-4.4,1.9C228.3,57.6,225.7,59.6,223.5,62z'/%3e%3cpath class='st2' d='M250.4,39.1c-4-7.9-9.7-10.6-13.6-11.1c-3.9-0.5-9.1,1.1-13.6,4.6c-4.6,3.5-13.3,8.2-15.4,10.1 c-2.1,1.9-2.6,8-2.6,8l24.4,5.8c2.7-1.7,6.2-3.3,10.3-3.7c0,0,0.4,2.9-0.9,6l5.2,1.2c-0.5-2.7-2.1-5.1-2.8-7.6 c-0.8-2.5,0.5-4.6,0.8-6.5c0.3-1.9,0.8-3.6,0.8-3.6s5,2.9,7,5.7c2,2.9,3.5,6.3,3.6,5.8c0.2-0.5,1.8-3.4,1.8-4S254.4,47,250.4,39.1z' /%3e%3cg%3e%3cpath class='st3' d='M237.5,53.2c-5.7-2.2-30.1-8.4-34.3-6.3c-2.1,1-3.7,7-3.3,9.7c0.4,2.7,1.3,4.4,11.5,3.7 c5.5-0.4,9.2,0.2,12.4,1.2C225.2,59.9,230.2,54.8,237.5,53.2z'/%3e%3cpath class='st3' d='M245.7,57.7c-1.5-2.4-3.2-2.6-5.7-3.5c0,2.6-1,8.1-7.9,10.6c6.6,2.7,12.1,5.8,13.2,3.2 C246.4,65.4,247.5,60.6,245.7,57.7z'/%3e%3c/g%3e%3cg%3e%3cpath class='st4' d='M226.7,58.7c-1.8-0.8-3.5-1.3-5.2-1.1C217,58,207.7,60.5,204,59c-2.1-0.8-3.3-2.9-4-4.5c-0.1,0.7-0.1,1.4,0,2 c0.4,2.7,1.3,4.4,11.5,3.7c5.5-0.4,9.2,0.2,12.4,1.2C224.4,60.8,225.4,59.8,226.7,58.7z'/%3e%3cpath class='st4' d='M244.6,66.4c-1.8,1.7-4.2,0.4-9.1-2.4c-0.3-0.2-0.5-0.3-0.7-0.5c-0.7,0.5-1.5,0.9-2.5,1.2 c6.5,2.7,12,5.7,13.1,3.1c0.6-1.6,1.4-4.2,1.3-6.6C246.7,61.3,246.3,64.7,244.6,66.4z'/%3e%3c/g%3e%3cpath class='st5' d='M251.4,48.4c-2.4-3.6-3.4-3.8-5.9-5.5s-2.1-1.3-3.1-4.1c-0.9-2.5-5.8-5.4-6.7-6c0.6,0.5,3.2,2.6,4.6,4.7 c1.6,2.3,1.8,4.2,1.7,4.7c-0.1,0.5,0.1-0.1-2.8,0c-2.9,0.1-7.1,3.1-6.1,2.6s6.6-2.4,7.2-1.6c0.6,0.7,0.6,2.1-0.6,4 c-1.2,1.8,0.3,4,0,4.7s-4.4-0.6-9.4-2.3c-4.9-1.7-18.7-2.7-18.7-2.7c9.1,1.3,22.3,4.8,26.1,6.2c0.7-0.2,1.5-0.3,2.2-0.4 c0,0,0.1,0.5,0.1,1.3c0.9,0.3,1.6,0.6,2.3,0.8c-0.4-0.9-0.7-1.7-1-2.6c-0.8-2.5,0.5-4.6,0.8-6.5c0.3-1.9,0.8-3.6,0.8-3.6 s5,2.8,7,5.7c0.5,0.7,0.9,1.3,1.3,2c0.2-0.3,0.5-0.6,0.8-0.9C251.9,48.8,251.7,48.6,251.4,48.4z'/%3e%3cg%3e%3cellipse transform='matrix(8.846415e-03 -1 1 8.846415e-03 199.8567 309.1339)' class='st3' cx='255.9' cy='53.8' rx='6.2' ry='6'/%3e%3cpath class='st4' d='M256.1,58.3c2.8,0,5.1-1.9,5.8-4.5c0,3.4-2.8,6.1-6.1,6.1c-3.3,0-6-2.8-6-6.2c0-0.6,0.1-1.1,0.2-1.6l0,0 C250.1,55.5,252.8,58.3,256.1,58.3z'/%3e%3c/g%3e%3c/svg%3e ");
}


#primary a,
#primary-mobile a,
#secondary a {
    color: rgba(255, 255, 255, .7);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    padding: .5rem 0;
    font-size: .9em
}

#primary li,
#primary-mobile li {
    list-style: none;
    margin: 0;
    position: relative;
    padding: .75rem
}

#primary li.current-menu-item,
#primary-mobile li.current-menu-item {
    background-color: #0073E6;
    box-shadow: 0px 8px 0px #0073E6;
}

#primary li.current-menu-item>a,
#primary-mobile li.current-menu-item>a {
    color: #fff;
    padding-bottom: .5rem;
    border-bottom: 1px solid #303030
}

#primary>ul>li>a,
#primary-mobile>ul>li>a {
    color: #fff;
    padding: .7em .5em
}

#primary>ul>li>a .icon-search- #primary-mobile>ul>li>a .icon-search {
    color: #618108
}

#primary>ul>li.menu-item-has-children>a:after,
#primary-mobile>ul>li.menu-item-has-children>a:after {
    content: "\ea17";
    font-family: bootstrap-icons;
    color: #fff;
    vertical-align: top;
    margin-left: .2em
}

#primary li:hover a,
#primary-mobile li:hover a,
#primary>ul>li:hover>a:after,
#primary-mobile>ul>li:hover>a:after,
#primary>ul>li>.sub-menu>li a:hover,
#primary-mobile>ul>li>.sub-menu>li a:hover {
    color: #96c11f;
    transition: all ease-in-out .2s
}

#primary li .dropdown-menu,
#primary-mobile li .dropdown-menu {
    background: #303030;
    box-shadow: 0 5px 5px -5px rgba(16, 17, 17, .3);
    margin: 0;
    top: 1rem;
    left: -1rem;
    border: 1px solid #1a1a1a;
}

#primary li .dropdown-menu li,
#primary-mobile li .dropdown-menu li {
    float: none;
    display: block;
    padding: 0;
}

#primary li .dropdown-menu li a,
#primary-mobile li .dropdown-menu li a {
    font-weight: 400;
    text-transform: none;
    color: #fff;
    padding: .5rem .75rem;
}

#primary>ul>li>.dropdown-menu>li a:hover,
#primary-mobile>ul>li>.dropdown-menu>li a:hover,
#primary .dropdown-item:hover,
#primary .dropdown-item:focus,
#primary-mobile .dropdown-item:hover,
#primary .dropdown-item:focus {
    background-color: transparent;
    color: #96c11f;
}

#breadcrumbs {
    font-size: .75em;
    margin-bottom: 1em;
    color: #757575
}

#breadcrumbs a {
    text-decoration: none
}

.em-pagination,
.page-navigation {
    text-align: center;
    margin: 1.5em auto 0;
    display: block
}

.page-navigation li,
.page-numbers {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0
}

.page-navigation li a,
.page-navigation li a:hover,
.page-navigation li.active a,
.page-navigation li.disabled,
.page-numbers {
    color: #fff;
    text-decoration: none;
    background-color: #606060;
    cursor: pointer;
    padding: 5px 10px;
    transition: all ease-in-out .2s
}

.page-navigation li a:hover,
.page-navigation li.active a,
.page-numbers.current,
.page-numbers:hover {
    background-color: #618108
}

/** --------------------------------
 * POSTS
 ** -------------------------------- */

.post-image a.post-thumbnail {
    display: block;
    position: relative;
    padding-top: 70%;
    overflow: hidden;
}

.wp-post-image {
    max-width: 100%;
    height: auto;
}

.post-image a img {
    position: absolute;
    -webkit-object-fit: cover;
    object-fit: cover;
    -webkit-object-position: center center;
    object-position: center center;
    top: 0;
    width: 100%;
    height: 100%;
}

.wp-block-image figcaption,
.wp-caption figcaption,
.wp-block-table figcaption,
.wp-block-video figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    font-size: .85rem;
    position: relative;
    padding-left: 1.25rem;
    text-align: left;
    color: #757575;
    font-style: italic;
}

.wp-block-image figcaption::before,
.wp-caption figcaption::before,
.wp-block-table figcaption::before,
.wp-block-video figcaption::before {
    content: "\ea0e";
    font-family: 'bootstrap-icons';
    position: absolute;
    left: 0;
    top: 0;
    color: #0073E6;
    font-style: normal;
}

.wp-block-video figcaption::before {
    content: "\ea09";
}

.wp-block-table figcaption::before {
    content: "\ed10";
}

.wp-block-media-text.alignwide {
    padding-left: 0;
    padding-right: 0;
}

.wp-block-media-text__media:not(.is-image-fill) img,
.wp-block-media-text__media:not(.is-image-fill) video {
    height: auto;
}

.post-meta,
.comment-meta,
.subcategory-tabs li a,
.post-meta .badge {
    font-size: .8rem;
    color: #757575;
}

.post-meta .sl-count,
.post-meta a,
.post-meta a:visited,
.comment-meta a,
.comment-meta a:visited {
    color: #757575;
}

.post-comment-link,
.post-comment-link .icon-chat-square-dots-fill:before {
    color: #618108 !important
}

.category-carousel .carousel-control-next,
.category-carousel .carousel-control-prev {
    position: relative;
    top: unset;
    bottom: unset;
    display: inline;
    opacity: 1;
}

blockquote {
    display: block;
    margin: 1.5rem 0;
    padding-top: 2.5rem;
    text-align: center;
    color: #618108;
    position: relative;
}

blockquote p {
    font-size: 1.25rem;
}

blockquote cite {
    font-size: .85rem;
    color: #525252 !important;
    text-transform: uppercase;
    font-style: normal;
}

blockquote::before {
    content: "\ea50";
    font-family: 'bootstrap-icons';
    color: #525252;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1rem;
    width: 2rem;
    height: 2rem;
    font-size: 2rem;
    line-height: 2rem;
}

.wp-block-pullquote.alignleft {
    border-left: 5px solid #618108;
    padding-left: 1rem;
}

.wp-block-pullquote.alignright {
    border-right: 5px solid #618108;
    padding-right: 1rem;
}

ul,
ol,
ul.is-style-default {
    padding-left: 1rem;
    margin-bottom: 1rem;
}

ul.is-style-checklist li,
ul.is-style-arrows li {
    padding-left: .5rem;
}

ul.is-style-checklist li::marker {
    content: "\ea59";
    font-family: 'bootstrap-icons';
    color: #618108;
}

ul.is-style-arrows li::marker {
    content: "\e937";
    font-family: 'bootstrap-icons';
    color: #618108;
}

.post-content figure a[href$=".jpg"] {
    position: relative;
    display: block;
}

.post-content figure a[href$=".jpg"] img {
    -webkit-transition: all ease-in .35s;
    -moz-transition: all ease-in .35s;
    -o-transition: all ease-in .35s;
    transition: all ease-in .35s
}

.post-content figure a[href$=".jpg"]:hover img {
    filter: brightness(0.5);
}

.post-content figure a[href$=".jpg"]::before {
    z-index: 5;
    content: "\ed7e";
    font-family: 'bootstrap-icons';
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -0.75rem;
    margin-left: -0.75rem;
    opacity: 0;
    -webkit-transition: all ease-in .35s;
    -moz-transition: all ease-in .35s;
    -o-transition: all ease-in .35s;
    transition: all ease-in .35s
}

.post-content figure a[href$=".jpg"]:hover::before {
    opacity: 1;
}

.is-ad {
    font-size: 0.7rem;
}

.post-image-overlay {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, .8) 60%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(60%, rgba(0, 0, 0, .8)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, .8) 60%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, .8) 60%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, .8) 60%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, .8) 60%);
    bottom: 0;
}

.hot-now .icon-fire {
    position: absolute;
    top: 1rem;
    width: 2rem;
    height: 2rem;
    background-color: #ea312c;
    border-radius: 50%;
    color: #fff;
    left: 1rem;
    text-align: center;
    line-height: 2rem;
    font-size: 1rem;
}

.post-image[class*="col-md-"] .icon-fire {
    top: 0.35rem;
    left: 1.25rem;
    width: 1.75rem;
    height: 1.75rem;
    font-size: 1rem;
    line-height: 1.75rem;
}

.post-content .size-full,
.post-content .size-large,
.wp-block-image {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0 0 1rem 0
}

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

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

.wp-block-table table thead th {
    background-color: #618108;
    color: #fff;
    font-weight: 400;
    padding: .5rem .75rem;
}

.wp-block-table table td {
    border-color: #f8f9fa;
    padding: .75rem .5rem;
}

.wp-block-table table tbody tr:nth-child(2n) td {
    background-color: #f8f9fa;
}

.wp-block-media-text,
.wp-block-table,
.wp-block-gallery {
    margin-bottom: 1rem;
}

.is-layout-flex {
    display: flex;
    flex-wrap: wrap;
}

/** --------------------------------
 *  COLORS
 ** -------------------------------- */

.badge.the-category,
.thecategory {
    background: #aaa;
}

.revierverhalten.badge,
.thecategory.revierverhalten,
.pressemitteilungen.badge,
.thecategory.pressemitteilungen {
    background: #0073E6
}

.readmore,
.category-link,
.category-block-header a,
.category-block-header a:active,
.category-block-header a:focus,
.category-block-header a:visited,
.subcategory-tabs li a.active {
    color: #525252
}

.category-block-header {
    border-bottom: 1px solid #525252
}

.revierverhalten .readmore,
.revierverhalten .category-link,
.revierverhalten .category-block-header a,
.revierverhalten .category-block-header a:active,
.revierverhalten .category-block-header a:focus,
.revierverhalten .category-block-header a:visited,
.revierverhalten .subcategory-tabs li a.active,
.pressemitteilungen .readmore,
.pressemitteilungen .category-link,
.pressemitteilungen .category-block-header a,
.pressemitteilungen .category-block-header a:active,
.pressemitteilungen .category-block-header a:focus,
.pressemitteilungen .category-block-header a:visited,
.pressemitteilungen .subcategory-tabs li a.active {
    color: #0073E6
}

.revierverhalten .category-block-header,
.revierverhalten.category-block-header,
.pressemitteilungen .category-block-header,
.pressemitteilungen.category-block-header {
    border-bottom: 1px solid #0073E6
}

.revierverhalten .btn-outline-primary,
.pressemitteilungen .btn-outline-primary {
    border-color: #0073E6;
    color: #0073E6
}

.revierverhalten .btn-outline-primary:hover,
.revierverhalten .btn-outline-primary:focus,
.revierverhalten .btn-outline-primary:active,
.pressemitteilungen .btn-outline-primary:hover,
.pressemitteilungen .btn-outline-primary:focus,
.pressemitteilungen .btn-outline-primary:active {
    border-color: #0073E6 !important;
    background-color: #0073E6 !important;
    color: #fff
}

.comments.badge,
.thecategory.comments {
    background: #0073E6
}

.comments .readmore,
.comments .category-link,
.comments .category-block-header a,
.comments .category-block-header a:active,
.comments .category-block-header a:focus,
.comments .category-block-header a:visited,
.comments .subcategory-tabs li a.active {
    color: #0073E6
}

.comments .category-block-header {
    border-bottom: 1px solid #0073E6
}

.comments .btn-outline-primary {
    border-color: #0073E6;
    color: #0073E6
}

.comments .btn-outline-primary:hover,
.comments .btn-outline-primary:focus,
.comments .btn-outline-primary:active {
    border-color: #0073E6 !important;
    background-color: #0073E6 !important;
    color: #fff
}

.voehlswelt.badge,
.thecategory.revierverhalten {
    background: #0073E6
}

.voehlswelt .readmore,
.voehlswelt .category-link,
.voehlswelt .category-block-header a,
.voehlswelt .category-block-header a:active,
.voehlswelt .category-block-header a:focus,
.voehlswelt .category-block-header a:visited,
.voehlswelt .subcategory-tabs li a.active {
    color: #0073E6
}

.voehlswelt .category-block-header,
.voehlswelt.category-block-header {
    border-bottom: 1px solid #0073E6
}

.voehlswelt .btn-outline-primary {
    border-color: #0073E6;
    color: #0073E6
}

.voehlswelt .btn-outline-primary:hover,
.voehlswelt .btn-outline-primary:focus,
.voehlswelt .btn-outline-primary:active {
    border-color: #0073E6 !important;
    background-color: #0073E6 !important;
    color: #fff
}

.nachgesalzt.badge,
.thecategory.nachgesalzt {
    background: #E60073
}

.nachgesalzt .readmore,
.nachgesalzt .category-link,
.nachgesalzt .category-block-header a,
.nachgesalzt .category-block-header a:active,
.nachgesalzt .category-block-header a:focus,
.nachgesalzt .category-block-header a:visited,
.nachgesalzt .subcategory-tabs li a.active {
    color: #E60073
}

.nachgesalzt .category-block-header,
.nachgesalzt.category-block-header {
    border-bottom: 1px solid #E60073
}

.nachgesalzt .btn-outline-primary {
    border-color: #E60073;
    color: #E60073
}

.nachgesalzt .btn-outline-primary:hover,
.nachgesalzt .btn-outline-primary:focus,
.nachgesalzt .btn-outline-primary:active {
    border-color: #E60073 !important;
    background-color: #E60073 !important;
    color: #fff
}

.aufgeschnappt.badge,
.thecategory.aufgeschnappt {
    background: #218380
}

.aufgeschnappt .readmore,
.aufgeschnappt .category-link,
.aufgeschnappt .category-block-header a,
.aufgeschnappt .category-block-header a:active,
.aufgeschnappt .category-block-header a:focus,
.aufgeschnappt .category-block-header a:visited,
.aufgeschnappt .subcategory-tabs li a.active {
    color: #218380
}

.aufgeschnappt .category-block-header,
.aufgeschnappt.category-block-header {
    border-bottom: 1px solid #218380
}

.aufgeschnappt .btn-outline-primary {
    border-color: #218380;
    color: #218380
}

.aufgeschnappt .btn-outline-primary:hover,
.aufgeschnappt .btn-outline-primary:focus,
.aufgeschnappt .btn-outline-primary:active {
    border-color: #218380 !important;
    background-color: #218380 !important;
    color: #fff
}

.innenstadt-bewegt.badge,
.thecategory.innenstadt-bewegt {
    background: #aa5d00
}

.innenstadt-bewegt .readmore,
.innenstadt-bewegt .category-link,
.innenstadt-bewegt .category-block-header a,
.innenstadt-bewegt .category-block-header a:active,
.innenstadt-bewegt .category-block-header a:focus,
.innenstadt-bewegt .category-block-header a:visited,
.innenstadt-bewegt .subcategory-tabs li a.active {
    color: #aa5d00
}

.innenstadt-bewegt .category-block-header,
.innenstadt-bewegt.category-block-header {
    border-bottom: 1px solid #aa5d00
}

.innenstadt-bewegt .btn-outline-primary {
    border-color: #aa5d00;
    color: #aa5d00
}

.innenstadt-bewegt .btn-outline-primary:hover,
.innenstadt-bewegt .btn-outline-primary:focus,
.innenstadt-bewegt .btn-outline-primary:active {
    border-color: #aa5d00 !important;
    background-color: #aa5d00 !important;
    color: #fff
}

.geschmacksachen.badge,
.thecategory.geschmacksachen {
    background: #c00
}

.geschmacksachen .readmore,
.geschmacksachen .category-link,
.geschmacksachen .category-block-header a,
.geschmacksachen .category-block-header a:active,
.geschmacksachen .category-block-header a:focus,
.geschmacksachen .category-block-header a:visited,
.geschmacksachen .subcategory-tabs li a.active {
    color: #c00
}

.geschmacksachen .category-block-header,
.geschmacksachen.category-block-header {
    border-bottom: 1px solid #c00
}

.geschmacksachen .btn-outline-primary {
    border-color: #c00;
    color: #c00
}

.geschmacksachen .btn-outline-primary:hover,
.geschmacksachen .btn-outline-primary:focus,
.geschmacksachen .btn-outline-primary:active {
    border-color: #c00 !important;
    background-color: #c00 !important;
    color: #fff
}

.streusalz.badge,
.thecategory.streusalz {
    background: #27187E
}

.streusalz .readmore,
.streusalz .category-link,
.streusalz .category-block-header a,
.streusalz .category-block-header a:active,
.streusalz .category-block-header a:focus,
.streusalz .category-block-header a:visited,
.streusalz .subcategory-tabs li a.active {
    color: #27187E
}

.streusalz .category-block-header,
.streusalz.category-block-header {
    border-bottom: 1px solid #27187E
}

.streusalz .btn-outline-primary {
    border-color: #27187E;
    color: #27187E
}

.streusalz .btn-outline-primary:hover,
.streusalz .btn-outline-primary:focus,
.streusalz .btn-outline-primary:active {
    border-color: #27187E !important;
    background-color: #27187E !important;
    color: #fff
}

.anzeige.badge,
.thecategory.anzeige {
    background: #7F557D
}

.anzeige .readmore,
.anzeige .category-link,
.anzeige .category-block-header a,
.anzeige .category-block-header a:active,
.anzeige .category-block-header a:focus,
.anzeige .category-block-header a:visited,
.anzeige .subcategory-tabs li a.active {
    color: #7F557D
}

.anzeige .category-block-header,
.anzeige.category-block-header {
    border-bottom: 1px solid #7F557D
}

.anzeige .btn-outline-primary {
    border-color: #7F557D;
    color: #7F557D
}

.anzeige .btn-outline-primary:hover,
.anzeige .btn-outline-primary:focus,
.anzeige .btn-outline-primary:active {
    border-color: #7F557D !important;
    background-color: #7F557D !important;
    color: #fff
}

.titelstory.badge,
.thecategory.titelstory,
.veranstaltungen.badge,
.thecategory.veranstaltungen {
    background: #618108
}

.titelstory .readmore,
.titelstory .category-link,
.titelstory .category-block-header a,
.titelstory .category-block-header a:active,
.titelstory .category-block-header a:focus,
.titelstory .category-block-header a:visited,
.titelstory .subcategory-tabs li a.active {
    color: #618108
}

.titelstory .category-block-header,
.titelstory.category-block-header {
    border-bottom: 1px solid #618108
}

.titelstory .btn-outline-primary,
.veranstaltungen .btn-outline-primary {
    border-color: #618108;
    color: #618108
}

.veranstaltungen .readmore,
.veranstaltungen .category-link,
.veranstaltungen .category-block-header a,
.veranstaltungen .category-block-header a:active,
.veranstaltungen .category-block-header a:focus,
.veranstaltungen .category-block-header a:visited,
.veranstaltungen .subcategory-tabs li a.active {
    color: #618108
}

.veranstaltungen .category-block-header,
.veranstaltungen.category-block-header {
    border-bottom: 1px solid #618108
}

.titelstory .btn-outline-primary:hover,
.titelstory .btn-outline-primary:focus,
.titelstory .btn-outline-primary:active,
.veranstaltungen .btn-outline-primary:hover,
.veranstaltungen .btn-outline-primary:focus,
.veranstaltungen .btn-outline-primary:active {
    border-color: #618108 !important;
    background-color: #618108 !important;
    color: #fff
}

.has-white-color {
    color: #fff;
}

.has-white-background-color {
    background-color: #fff;
}

.has-light-color {
    color: #f8f9fa
}

.has-light-background-color {
    background-color: #f8f9fa;
}

.has-grey-color {
    color: #6c757d
}

.has-grey-background-color {
    background-color: #6c757d;
}

.has-dark-color {
    color: #303030;
}

.has-dark-background-color {
    background-color: #303030;
    color: #fff;
}

.has-red-color {
    color: #c00;
}

.has-red-background-color {
    background-color: #c00;
}

.has-green-color {
    color: #618108;
}

.has-green-background-color {
    background-color: #618108;
}

.has-orange-color {
    color: #aa5d00;
}

.has-orange-background-color {
    background-color: #aa5d00;
}

.has-yellow-color {
    color: #ffc107;
}

.has-yellow-background-color {
    background-color: #ffc107;
}

.has-cyan-color {
    color: #39f;
}

.has-cyan-background-color {
    background-color: #39f;
}

.has-teal-color {
    color: #19ac8b;
}

.has-teal-background-color {
    background-color: #19ac8b;
}

.has-pink-color {
    color: #E60073;
}

.has-pink-background-color {
    background-color: #E60073;
}

.has-purple-color {
    color: #9d5389;
}

.has-purple-background-color {
    background-color: #9d5389;
}

.has-indigo-color {
    color: #6610f2;
}

.has-indigo-background-color {
    background-color: #6610f2;
}

.has-blue-color {
    color: #25489f;
}

.has-blue-background-color {
    background-color: #25489f;
}

/** --------------------------------
 * BUTTONS
 ** -------------------------------- */

.wp-block-button__link,
#commentform #submit,
.comment-reply-link {
    display: inline-block;
    font-weight: 400;
    color: #618108;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .35rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

#commentform #submit {
    color: #fff !important;
    background-color: #618108;
}

.wp-block-button__link:hover,
.wp-block-button__link:active,
.wp-block-button__link:focus,
#commentform #submit:hover {
    filter: hue-rotate(-10deg) brightness(90%)
}

.is-style-fill .wp-block-button__link.has-white-background-color,
.wp-block-button__link.has-white-background-color {
    background-color: #fff;
}

.is-style-fill .wp-block-button__link.has-light-background-color,
.wp-block-button__link.has-light-background-color {
    background-color: #f8f9fa;
}

.is-style-fill .wp-block-button__link.has-dark-background-color,
.wp-block-button__link.has-dark-background-color {
    background-color: #303030;
}

.is-style-fill .wp-block-button__link.has-red-background-color,
.wp-block-button__link.has-red-background-color {
    background-color: #c00;
}

.is-style-fill .wp-block-button__link.has-green-background-color,
.wp-block-button__link.has-green-background-color {
    background-color: #618108;
}

.is-style-fill .wp-block-button__link.has-orange-background-color,
.wp-block-button__link.has-orange-background-color {
    background-color: #aa5d00;
}

.is-style-fill .wp-block-button__link.has-yellow-background-color,
.wp-block-button__link.has-yellow-background-color {
    background-color: #8d6708;
}

.is-style-fill .wp-block-button__link.has-pink-background-color,
.wp-block-button__link.has-pink-background-color {
    background-color: #E60073;
}

.is-style-fill .wp-block-button__link.has-cyan-background-color,
.wp-block-button__link.has-cyan-background-color {
    background-color: #0073E6;
}

.is-style-fill .wp-block-button__link.has-teal-background-color,
.wp-block-button__link.has-teal-background-color {
    background-color: #19ac8b;
}

.is-style-fill .wp-block-button__link.has-blue-background-color,
.wp-block-button.has-blue-background-color {
    background-color: #25489f;
}

.is-style-fill .wp-block-button__link.has-indigo-background-color,
.wp-block-button__link.has-indigo-background-color {
    background-color: #6610f2;
}

.is-style-fill .wp-block-button__link.has-purple-background-color,
.wp-block-button__link.has-purple-background-color {
    background-color: #9d5389;
}

.is-style-fill .wp-block-button__link.has-grey-background-color,
.wp-block-button__link.has-grey-background-color {
    background-color: #6c757d;
}

.is-style-fill:hover .wp-block-button__link,
.wp-block-button:hover .wp-block-button__link {
    color: #fff !important;
    background-color: #85ad15;
    border-color: #618108;
}

.is-style-fill:hover .wp-block-button__link.has-green-background-color,
.wp-block-button:hover .wp-block-button__link.has-green-background-color {
    color: #fff;
    background-color: #85ad15;
    border-color: #85ad15
}

.is-style-outline .wp-block-button__link {
    color: #618108;
    border-color: #618108;
    background-color: transparent;
}

.is-style-outline .wp-block-button__link.has-white-background-color {
    border-color: #fff;
    color: #fff;
    background-color: transparent;
}

.is-style-outline .wp-block-button__link.has-light-background-color {
    border-color: #f8f9fa;
    color: #f8f9fa;
    background-color: transparent;
}

.is-style-outline .wp-block-button__link.has-dark-background-color {
    border-color: #303030;
    color: #303030;
    background-color: transparent;
}

.is-style-outline .wp-block-button__link.has-red-background-color {
    border-color: #c00;
    color: #c00;
    background-color: transparent;
}

.is-style-outline .wp-block-button__link.has-green-background-color {
    border-color: #618108;
    color: #618108;
    background-color: transparent;
}

.is-style-outline .wp-block-button__link.has-orange-background-color {
    border-color: #aa5d00;
    color: #aa5d00;
    background-color: transparent;
}

.is-style-outline .wp-block-button__link.has-yellow-background-color {
    border-color: #8d6708;
    color: #8d6708;
    background-color: transparent;
}

.is-style-outline .wp-block-button__link.has-pink-background-color {
    border-color: #E60073;
    color: #E60073;
    background-color: transparent;
}

.is-style-outline .wp-block-button__link.has-cyan-background-color {
    border-color: #0073E6;
    color: #0073E6;
    background-color: transparent;
}

.is-style-outline .wp-block-button__link.has-teal-background-color {
    border-color: #19ac8b;
    color: #19ac8b;
    background-color: transparent;
}

.is-style-outline .wp-block-button__link.has-blue-background-color {
    border-color: #25489f;
    color: #25489f;
    background-color: transparent;
}

.is-style-outline .wp-block-button__link.has-indigo-background-color {
    border-color: #6610f2;
    color: #6610f2;
    background-color: transparent;
}

.is-style-outline .wp-block-button__link.has-purple-background-color {
    border-color: #9d5389;
    color: #9d5389;
    background-color: transparent;
}

.is-style-outline .wp-block-button__link.has-grey-background-color {
    border-color: #6c757d;
    color: #6c757d;
    background-color: transparent;
}

.is-style-outline:hover .wp-block-button__link {
    color: #fff;
    background-color: #618108;
    border-color: #618108;
}

.is-style-outline:hover .wp-block-button__link.has-green-background-color {
    color: #fff;
    background-color: #a4d128;
    border-color: #a4d128
}

/** --------------------------------
 * SEPARATORS
 ** -------------------------------- */

.wp-block-separator.is-style-default {
    width: 4.5rem;
}

.wp-block-separator.is-style-wide {
    width: 100%;
}

.wp-block-separator.is-style-dots {
    width: 100%;
    border-style: dotted;
    width: 80%;
}

.wp-block-separator.has-white-background-color {
    border-color: #fff !important;
}

.wp-block-separator.has-dark-background-color {
    border-color: #303030 !important;
}

.wp-block-separator.has-grey-background-color {
    border-color: #6c757d !important;
}

.wp-block-separator.has-light-background-color {
    border-color: #f8f9fa !important;
}

.wp-block-separator.has-red-background-color {
    border-color: #c00 !important;
}

.wp-block-separator.has-green-background-color {
    border-color: #618108 !important;
}

.wp-block-separator.has-orange-background-color {
    border-color: #aa5d00 !important;
}

.wp-block-separator.has-yellow-background-color {
    border-color: #8d6708 !important;
}

.wp-block-separator.has-teal-background-color {
    border-color: #19ac8b !important;
}

.wp-block-separator.has-cyan-background-color {
    border-color: #0073E6 !important;
}

.wp-block-separator.has-indigo-background-color {
    border-color: #6610f2 !important;
}

.wp-block-separator.has-purple-background-color {
    border-color: #9d5389 !important;
}

.wp-block-separator.has-blue-background-color {
    border-color: #25489f !important;
}

/** --------------------------------
 * ALIGNMENT
 ** -------------------------------- */
.alignleft {
    float: left;
    margin: 1rem 1rem 1rem 0;
    text-align: left
}

.alignright {
    float: right;
    margin: 1rem 0 1rem 1rem;
    text-align: right;
}

.aligncenter {
    margin: 1rem auto 1rem;
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    text-align: center
}

blockquote.alignleft,
blockquote.alignright {
    width: 50%;
}

blockquote.alignleft cite,
blockquote.alignright cite {
    text-align: center
}

/** --------------------------------
 * COMMENTS
 ** -------------------------------- */
.comment .comment-author,
.comment .readmore {
    color: #0073E6;
    font-weight: normal;
}

.comment .icon-person-circle {
    color: #0073E6;
    font-size: 1.75rem;
}

.comments-title,
#commentform {
    margin: 1.5em 0
}

#commentform label,
#commentform textarea {
    display: block;
    width: 100%;
}

#comments .logged-in-as {
    position: relative;
    padding-left: 1.75rem;
}

#comments .logged-in-as::before {
    content: "\ec78";
    font-family: 'bootstrap-icons';
    position: absolute;
    left: 0;
    color: #618108;
}

#comments .comment {
    border-left: 5px solid #618108;
    padding-left: 1rem;
    margin-bottom: 1rem
}

.comment .wp-block-button .comment-reply-link {
    position: relative;
    padding-left: 2.25rem;
    border: 1px solid #0073E6;
    color: #0073E6;
    background-color: transparent;
}

.comment .wp-block-button .comment-reply-link::before {
    content: "\ecae";
    font-family: 'bootstrap-icons';
    position: absolute;
    left: .75rem;
}

.comment .wp-block-button .comment-reply-link:hover,
.comment .wp-block-button .comment-reply-link:focus {
    color: #fff;
    background-color: #0073E6;
}

h3#reply-title a#cancel-comment-reply-link,
h3#reply-title a#cancel-comment-reply-link:active,
h3#reply-title a#cancel-comment-reply-link:visited {
    font-size: 1rem;
    position: relative !important;
    padding-left: 1.75rem;
    font-weight: 400;
    color: #c00;
}

#cancel-comment-reply-link::before {
    content: "\ed75";
    font-family: 'bootstrap-icons';
    position: absolute;
    top: 0;
    margin-left: -1.5rem;
    color: #c00;
}

#comments .comment.thread-alt {
    margin-bottom: 0 !important;
    border-bottom: 0 !important;
}

#comments ol.children {
    border-left: 5px solid #618108;
}

#comments .comment.depth-2 {
    border-left: 2px solid #618108;
    margin-left: .5rem;
    padding-top: 1rem;
    border-bottom: 0 !important;
    margin-top: 0 !important;
}

.page-template-archive-comments #usercomments .comment {
    border-bottom: 1px solid #eee;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem
}

/** --------------------------------
 * WIDGETS
 ** -------------------------------- */
.widget {
    margin: 2rem 0
}

.widget:first-of-type {
    margin-top: 0
}

.widget:last-of-type {
    margin-bottom: 0
}

.widget .category-block-header {
    padding-bottom: .5rem;
}

.widget_salzstreuner_hotnow_widget .icon-fire {
    font-size: 1.5rem;
    display: inline-block;
}

.widget_salzstreuner_hotnow_widget .h4 {
    color: #ea312c
}

.widget_salzstreuner_mostliked_widget .h4 {
    color: #f0003d
}

/** --------------------------------
 * JOBS
 ** -------------------------------- */

.job-posting .job-meta,
.job-posting .job-meta a,
.job-posting .job-meta a:visited {
    color: #525252
}

.job-posting.premium {
    background-color: #EEF4E3 !important;
    border: 1px solid #94C01F;
}

.job-row-header .job-logo {
    width: 100px;
    height: 100px;
    padding: 0.25rem;
    background-color: #fff;
}

.single-jobs .job-row-header .job-logo {
    width: 150px;
    height: 150px;
}

.single-jobs .job-readmore {
    width: 150px;
    line-height: 2;
}

#to-form {
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-plus-circle' viewBox='0 0 16 16'%3e%3cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3e%3cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3e%3c/svg%3e") #618108;
    bottom: 1.5rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    display: inline-block;
    height: 50px;
    overflow: hidden;
    position: fixed;
    right: 1.5rem;
    text-indent: 100%;
    white-space: nowrap;
    width: 50px;
    z-index: 100;
    border-radius: 50%;
    background-size: 1.5rem auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 0;
}

/** --------------------------------
 * E-RECHT24 SHARE
 ** -------------------------------- */

.erechtshare ul {
    max-width: 100% !important;
}

/** --------------------------------
 * EVENTS
 ** -------------------------------- */

.em.em-calendar.size-medium .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored,
.em.em-calendar.size-medium .em-cal-body .em-cal-day.eventful-post .em-cal-day-date.colored,
.em.em-calendar.size-medium .em-cal-body .em-cal-day.eventful-pre .em-cal-day-date.colored,
.em.em-calendar.size-small .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored,
.em.em-calendar.size-small .em-cal-body .em-cal-day.eventful-post .em-cal-day-date.colored,
.em.em-calendar.size-small .em-cal-body .em-cal-day.eventful-pre .em-cal-day-date.colored {
    --date-border-color: transparent !important;
    --date-border: 1px solid var(--wp--preset--color--green) !important;
}

.em-calendar {
    width: 100%;
}

.em-calendar .month_name,
.em-calendar .em-cal-week-days {
    font-weight: 700
}

.em-calendar .month-nav.input {
    display: flex !important;
}

.em-calendar .eventful,
.em-calendar .eventless,
.em-calendar .eventful-pre {
    position: relative;
}

.em-calendar .em-cal-day {
    padding: .5rem;
    text-align: center;
    font-size: .85rem;
    color: #59595a;
    -webkit-transition: all ease-in .35s;
    -moz-transition: all ease-in .35s;
    -o-transition: all ease-in .35s;
    transition: all ease-in .35s
}

.em-calendar .eventless-today,
.em-calendar .eventful-today {
    background-color: transparent !important;
    position: relative;
    color: #59595a;
}

.em-calendar .eventful::before,
.em-calendar .eventful-pre::before,
.em-calendar .eventless-today::before {
    content: "";
    width: 2rem;
    height: 2rem;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    border: 1px solid #618108;
    margin-left: -1rem;
    margin-top: -1rem;
    z-index: 0;
    -webkit-transition: all ease-in .35s;
    -moz-transition: all ease-in .35s;
    -o-transition: all ease-in .35s;
    transition: all ease-in .35s
}

.em-calendar .eventful-today::before,
.em-calendar .eventless-today::before {
    border-color: #ea312c;
    z-index: 1;
}

.em.em-calendar.size-medium .em-cal-body .em-cal-day .em-cal-day-date .limited-icon,
.em.em-calendar.size-small .em-cal-body .em-cal-day .em-cal-day-date .limited-icon {
    --date-color: var(--wp--preset--color--white);
    background: var(--wp--preset--color--green) !important;
    z-index: 2;
}

.em-calendar .eventful a,
.em-calendar .eventful a:active,
.em-calendar .eventful a:visited,
.em-calendar .eventful-pre a,
.em-calendar .eventful-pre a:active,
.em-calendar .eventful-pre a:visited {
    color: #59595a;
    position: relative;
    z-index: 2;
}

.em-calendar .eventful-today a,
.em-calendar .eventful-today a:active,
.em-calendar .eventful-today a:visited,
.em-calendar .eventful-pre.eventful-today a,
.em-calendar .eventful-pre.eventful-today a:active,
.em-calendar .eventful-pre.eventful-today a:visited {
    color: #59595a
}

.em-calendar .eventful-pre {
    opacity: .5
}

.em-calendar .em-cal-day:hover {
    opacity: 1
}

.em-calendar .em-cal-day:hover a {
    text-decoration: none;
}

.em-calendar .em-cal-day:hover::before {
    border-color: #ea312c;
}

.event .post-image img {
    max-width: 100%;
    height: auto;
}

ul.event-categories {
    margin: 0;
    padding-left: 0;
}

.event-categories>li {
    list-style: none;
    display: inline-block;
    margin: 0;
}

.event-categories>li>a {
    color: #fff !important;
    background-color: #19ac8b;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.event-categories>li>a:hover {
    text-decoration: none;
}

.list-events .date-month {
    background-color: #618108;
    color: #fff;
    font-size: .8rem;
}

.list-events .date-day {
    border-left: 1px solid #618108;
    border-right: 1px solid #618108;
}

.list-events .date-year {
    font-size: 0.8rem;
    border-bottom: 1px solid #618108;
    border-left: 1px solid #618108;
    border-right: 1px solid #618108;
}

.list-events .post-meta i {
    color: #618108;
}

.single-event .size-featured-medium {
    width: 100%;
    height: auto;
}

button.em-search-submit {
    font-weight: 400;
    color: #618108;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid #618108;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

/** --------------------------------
 * ACCORDIONS
 ** -------------------------------- */
.accordion {
    overflow: hidden;
}

.accordion-label {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    padding: .5rem .5rem 0;
    margin: 1rem 0 0;
    border-bottom: 1px solid #618108;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

.accordion:last-of-type .accordion-label {
    padding-bottom: .5rem;
    margin-bottom: 1rem;
}

.accordion-label::after {
    content: "\ec92";
    font-family: "bootstrap-icons";
    width: 2.75rem;
    height: 2.75rem;
    text-align: center;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

.accordion-content {
    max-height: 0;
    height: 0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    padding-right: .5rem;
    padding-left: .5rem;
}

.accordion input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.accordion-label>span {
    position: relative;
    display: inline-block;
    padding-right: 1rem;
    font-weight: 600;
}

.accordion input:checked+.accordion-label {
    border-bottom: 0;
    margin-bottom: 1rem;
    padding-bottom: 0;
}

.accordion input:checked+.accordion-label::after {
    content: "\eab3";
    font-family: "bootstrap-icons";
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

.accordion input:checked~.accordion-content {
    max-height: 9999px;
    height: auto;
}

.accordion:last-of-type input:checked~.accordion-content {
    border-bottom: 1px solid #618108;
}

/** --------------------------------
 * FOOTER
 ** -------------------------------- */
#sitefooter>.wrapper>.widget {
    vertical-align: top;
    width: 30%
}

#sitefooter>.wrapper>.widget:nth-of-type(2) {
    margin: 0 5%
}

#sitefooter #rcb-sc-link-change {
    color: #fff;
}

/** --------------------------------
 * FORMS
 ** -------------------------------- */
#sitesearch {
    position: fixed;
    z-index: 1050;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(149, 193, 28, 0.85);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    visibility: hidden;
}

#sitesearch.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    visibility: visible;
}

#sitesearch input[type="search"] {
    font-size: 1.5rem;
}

#sitesearch .close {
    position: fixed;
    top: 1.5rem;
    right: 1.5rem;
    color: #fff;
    width: 1.75rem;
    height: 1.75rem;
    opacity: 1;
    border-radius: 50%;
    background-color: #333;
    padding: .125rem;
    font-size: 1.5rem;
    line-height: 1.5rem;
    border: 2px solid #fff;
}

.wpcf7-submit:disabled {
    background-color: #ddd;
    color: #fff;
}

.wpcf7-submit,
#event-form .button-primary {
    background-color: #618108;
    border: none;
    color: #fff;
    padding: 1em;
    display: inline-block;
    font-size: 1rem
}

.wpcf7-submit,
#event-form .button-primary:hover {
    cursor: pointer;
    background-color: #7fa810
}

.wpcf7-form-control-wrap>input,
.wpcf7-form-control-wrap>textarea {
    padding: .75em;
    width: 100%;
}

span.wpcf7-list-item {
    margin-left: 0 !important
}

label {
    font-size: .85em !important
}

.acf-field .acf-notice.-error {
    padding: .5rem;
    margin-bottom: 1rem;
    border: 1px solid #f5c6cb;
    border-radius: .25rem;
    color: #721c24;
    background-color: #f8d7da;
}

.acf-field p.description {
    font-size: .75rem;
}

.acf-icon.-cancel::before {
    line-height: 1.25;
}

.select2-container--default .select2-selection--multiple,
.acf-field select {
    border-radius: 0 !important;
    border: 1px solid #707070;
}


.select2-container .select2-search--inline .select2-search__field {
    font-size: 14px;
}

.acf-field input[type="text"],
.acf-field input[type="password"],
.acf-field input[type="date"],
.acf-field input[type="datetime"],
.acf-field input[type="datetime-local"],
.acf-field input[type="email"],
.acf-field input[type="month"],
.acf-field input[type="number"],
.acf-field input[type="search"],
.acf-field input[type="tel"],
.acf-field input[type="time"],
.acf-field input[type="url"],
.acf-field input[type="week"],
.acf-field textarea,
.acf-field select {
    border: 1px solid #707070;
}

.acf-field select {
    background-color: transparent;
}

/** --------------------------------
 * SCROLL TO TOP ARROW
 ** -------------------------------- */

#to-top.is-visible {
    opacity: 1;
    visibility: visible;
}

#to-top.is-visible,
#to-top.fade-out,
.no-touch #to-top:hover {
    -webkit-transition: opacity 0.3s ease 0s, visibility 0s ease 0s;
    -moz-transition: opacity 0.3s ease 0s, visibility 0s ease 0s;
    -o-transition: opacity 0.3s ease 0s, visibility 0s ease 0s;
    transition: opacity 0.3s ease 0s, visibility 0s ease 0s;
}

#to-top {
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='1em' height='1em' viewBox='0 0 16 16' class='bi bi-arrow-bar-up' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 10a.5.5 0 0 0 .5-.5V3.707l2.146 2.147a.5.5 0 0 0 .708-.708l-3-3a.5.5 0 0 0-.708 0l-3 3a.5.5 0 1 0 .708.708L7.5 3.707V9.5a.5.5 0 0 0 .5.5zm-7 2.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5z'/%3e%3c/svg%3e") #303030;
    bottom: 1.5rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    display: inline-block;
    height: 50px;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    right: 1.5rem;
    text-indent: 100%;
    -webkit-transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    -moz-transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    -o-transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    visibility: hidden;
    white-space: nowrap;
    width: 50px;
    z-index: 100;
    border-radius: 50%;
    background-size: 1.5rem auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

/** --------------------------------
 * MOBILE NAV
 ** -------------------------------- */

#open-nav {
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-list' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5'/%3e%3c/svg%3e") #85ad15;
    bottom: 1.5rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    display: inline-block;
    height: 50px;
    overflow: hidden;
    position: fixed;
    right: 1.5rem;
    text-indent: 100%;
    white-space: nowrap;
    width: 50px;
    z-index: 100;
    border-radius: 50%;
    background-size: 1.5rem auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 0;
    color: #fff;
}

.page-stellenmarkt #open-nav {
    bottom: 5.5rem;
}

.bs-canvas-overlay {
    opacity: 0;
    z-index: -1;
}

.bs-canvas-overlay.show {
    opacity: 0.85;
    z-index: 1100;
}

.bs-canvas {
    top: 0;
    width: 0;
    z-index: 1110;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: -1rem 0 1rem 0 rgba(0, 0, 0, .25);
}

.bs-canvas-right {
    right: 0;
}

.bs-canvas-anim {
    transition: all .35s ease-out;
    -webkit-transition: all .35s ease-out;
    -moz-transition: all .35s ease-out;
    -ms-transition: all .35s ease-out;
}

.bs-canvas-content .menu-wrapper,
.bs-canvas-content #primary,
.bs-canvas-content #primary-mobile {
    display: block !important;
    background-color: transparent !important;
    padding: 0;
}

.bs-canvas-content #primary a,
.bs-canvas-content #primary-mobile a {
    color: #303030;
    font-size: 1em;
    padding: 0;
}

.bs-canvas-content #primary .dropdown-menu,
.bs-canvas-content #primary-mobile .dropdown-menu {
    display: block;
    width: 100%;
    position: relative;
    float: none;
    top: unset;
    left: unset;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.bs-canvas-content #primary>li:first-child,
.bs-canvas-content #primary-mobile>li:first-child {
    display: none;
}

.bs-canvas-content #primary li.menu-item-has-children,
.bs-canvas-content #primary-mobile li.menu-item-has-children {
    padding-left: 0;
    padding-right: 0;
}

.bs-canvas-content #primary li.menu-item-has-children>a,
.bs-canvas-content #primary-mobile li.menu-item-has-children>a {
    padding-left: .75rem;
    padding-right: .75rem;
}

.bs-canvas-content #primary li .dropdown-menu li a,
.bs-canvas-content #primary-mobile li .dropdown-menu li a {
    color: #303030;
    padding: .75rem 1.75rem;
}

.bs-canvas-content #primary li.current-menu-item,
.bs-canvas-content #primary-mobile li.current-menu-item {
    box-shadow: none;
}

.bs-canvas-content #primary li.current-menu-item>a,
.bs-canvas-content #primary-mobile li.current-menu-item>a {
    border-bottom: 0;
    padding-bottom: 0;
    color: #fff;
}

.bs-canvas-content #primary li .dropdown-menu li.current-menu-item>a,
.bs-canvas-content #primary-mobile li .dropdown-menu li.current-menu-item>a {
    color: #fff;
}

/** --------------------------------
 * POST LIKES
 ** -------------------------------- */

.sl-wrapper a {
    border-bottom: 0 !important;
    text-decoration: none !important;
}

a.liked,
a.liked span.sl-count {
    color: #f0003d !important;
}

a.liked:hover,
a.liked:active,
a.liked:focus {
    color: #666666;
}

.loader,
.loader:before,
.loader:after {
    background: rgba(0, 0, 0, 0.2);
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: .2em;
    height: .6em;
}

.loader:before,
.loader:after {
    position: absolute;
    top: 0;
    content: '';
}

.loader:before {
    left: -.375em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader {
    text-indent: -9999em;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    font-size: 1em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:after {
    left: .375em;
}

@-webkit-keyframes load1 {

    0%,
    80%,
    100% {
        box-shadow: 0 0 rgba(0, 0, 0, 0.2);
        height: .6em;
    }

    40% {
        box-shadow: 0 -.3em rgba(0, 0, 0, 0.2);
        height: 1em;
    }
}

@keyframes load1 {

    0%,
    80%,
    100% {
        box-shadow: 0 0 rgba(0, 0, 0, 0.2);
        height: .6em;
    }

    40% {
        box-shadow: 0 -.3em rgba(0, 0, 0, 0.2);
        height: 1em;
    }
}

/** --------------------------------
 * COOKIE BANNER
 ** -------------------------------- */
#cookie-notice {
    font-size: 0.88em !important
}

.cookie-notice-container {
    padding: 1.25em 0 !important;
    line-height: 2em
}

#cn-accept-cookie {
    background-color: #618108;
    color: #fff;
    text-decoration: none;
    padding: .5em 1em;
}

#cn-refuse-cookie {
    color: #303030
}

/** --------------------------------
 * AD ROTATE ANZEIGENFLÄCHEN
 ** -------------------------------- */

.client-display {
    position: relative;
}

.client-display > .badge {
    right: 0;
    top: 0;
    margin: 0.125rem 0.125rem 0 0 !important;
    opacity: 0.5;
    padding: 0.2rem;
    font-size: 70%;
    cursor: pointer;
    transition: 0.35s ease;
}

.client-display > .badge:hover {
    opacity: 1;
}

.client-display>a>img {
    border: 1px solid rgba(0, 0, 0, .125);
    object-fit: contain;
    display: block;
    width: 100%;
    height: 100%;
}

.g-2,
.g-3 {
    display: flex;
    justify-content: center;
}

.g-2>.g-col {
    margin: 0 0.5rem 1rem;
}

.g-3>.g-col {
    margin: 0 0.25rem;
}

@media (max-width: 576px) {
    .g-2 {
        display: block;
    }
    .g-2 > .g-col {
        float: none;
        margin: 0 0 1rem;
    }
    .client-display>.badge {
        opacity: 0.6;
        padding: 0.125rem;
        font-size: 50%;
    }
}

/** --------------------------------
 * MAPS
 ** -------------------------------- */

#map-placeholder {
    background-image: url(img/map-dummy.jpg);
    background-size: cover;
}

/** --------------------------------
 * Maintenance Page
 ** -------------------------------- */

body.maintenance #branding {
    padding-top: 10%;
}

/** --------------------------------
 * Animations
 ** -------------------------------- */
@keyframes rotating {
    from {
        transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes rotating {
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 5s linear infinite;
    -moz-animation: rotating 5s linear infinite;
    -ms-animation: rotating 5s linear infinite;
    -o-animation: rotating 5s linear infinite;
    animation: rotating 5s linear infinite;
}

/** --------------------------------
 * DARK MODE
 ** -------------------------------- */

body.dark-theme {
    background-color: #111 !important;
    color: #f8f9fa !important;
}

.dark-theme .bg-white,
.dark-theme .has-white-background-color,
.dark-theme .bg-dark,
.dark-theme .bg-light,
.dark-theme .has-dark-background-color,
.dark-theme .has-light-background-color,
.dark-theme [style*="background:rgba(255, 255, 255, 1)"],
.dark-theme .kt-inside-inner-col[style*="background:#fff"] {
    background-color: #222 !important;
}

.dark-theme h1 a,
.dark-theme h1 a:active,
.dark-theme h1 a:visited,
.dark-theme h2 a,
.dark-theme h2 a:active,
.dark-theme h2 a:visited,
.dark-theme h3 a,
.dark-theme h3 a:active,
.dark-theme h3 a:visited,
.dark-theme h4 a,
.dark-theme h4 a:active,
.dark-theme h4 a:visited,
.dark-theme h5 a,
.dark-theme h5 a:active,
.dark-theme h5 a:visited,
.dark-theme h6 a,
.dark-theme h6 a:active,
.dark-theme h6 a:visited,
.dark-theme .text-dark,
.dark-theme .has-dark-color,
.dark-theme .readmore {
    color: #f8f9fa !important;
}

.dark-theme .job-posting .job-meta,
.dark-theme .job-posting .job-meta a,
.dark-theme .job-posting .job-meta a:visited {
    color: #999;
}

.dark-theme .text-muted {
    color: #999 !important;
}

.dark-theme hr {
    border-top-color: #111;
}

.dark-theme .btn-outline-dark,
.dark-theme .btn-dark {
    filter: invert();
}

.dark-theme #masthead {
    box-shadow: 1px 3px 5px rgba(0, 0, 0, .8);
    background-color: #111;
}

.dark-theme div.css-search,
.dark-theme .nav-tabs {
    background-color: #222 !important;
    border-color: #525252 !important;
}

.dark-theme .acf-fields>.acf-field {
    border-color: #525252
}

.dark-theme .nav-tabs .nav-link.active,
.dark-theme .nav-tabs .nav-item.show .nav-link {
    background-color: transparent;
    border-color: #525252 #525252 #222;
}

.dark-theme div.css-search.has-advanced div.em-search-main,
.dark-theme div.css-search input.em-search-text,
.dark-theme div.css-search input.em-search-geo {
    border-color: #525252 !important;
    background-color: transparent;
    color: #f8f9fa !important;
}

.dark-theme div.css-search div.em-search-main .em-search-submit {
    border-color: #222 !important;
    box-shadow: none;
}

.dark-theme .alert-primary {
    background-color: rgba(204, 229, 255, .7);
    border-color: rgba(204, 229, 255, .7);
    color: #10539b;
}

.dark-theme .alert-secondary {
    color: #303030;
    background-color: rgba(226, 227, 229, .7);
    border-color: rgba(226, 227, 229, .7);
}

.dark-theme .alert-success {
    color: #125421;
    background-color: rgba(212, 237, 218, .7);
    border-color: rgba(212, 237, 218, .7);
}

.dark-theme .alert-danger,
.dark-theme .acf-field .acf-notice.-error {
    background-color: rgba(248, 215, 218, .7);
    border-color: rgba(248, 215, 218, .7);
    color: #721c24;
}

.dark-theme .alert-warning {
    color: #654d07;
    background-color: rgba(255, 243, 205, .7);
    border-color: rgba(255, 243, 205, .7);
}

.dark-theme .alert-info {
    color: #196d7b;
    background-color: rgba(209, 236, 241, .7);
    border-color: rgba(209, 236, 241, .7);
}

.dark-theme .alert-light {
    color: #525252;
    background-color: rgba(254, 254, 254, .7);
    border-color: rgba(254, 254, 254, .7);
}

.dark-theme .alert-dark {
    color: #525252;
    background-color: rgb(0, 0, 0.3);
    border-color: rgb(0, 0, 0.7);
}

.dark-theme input,
.dark-theme textarea,
.dark-theme .select2-container--default .select2-selection--multiple,
.dark-theme .acf-field select {
    background-color: rgba(255, 255, 255, .25);
    border: 1px solid #303030;
    box-shadow: none !important;
    color: #f8f9fa !important
}

.dark-theme .select2-dropdown {
    background-color: #222;
}

.select2-container.-acf .select2-selection--multiple .select2-selection__choice {
    color: #222;
    font-size: 14px;
}

.dark-theme input#s {
    background-color: rgb(255, 255, 255);
}

.dark-theme #map-placeholder {
    background-image: url(img/map-dummy-dark.jpg);
}

.dark-theme #map-placeholder .row {
    border-color: #222 !important
}

.dark-theme .wp-block-table table tbody tr:nth-child(2n) td {
    background-color: #000;
}

.dark-theme .bs-canvas-content #primary a,
.dark-theme .bs-canvas-content #primary li .dropdown-menu li a,
.dark-theme .bs-canvas-content #primary-mobile a,
.dark-theme .bs-canvas-content #primary-mobile li .dropdown-menu li a {
    color: #fff;
}

.dark-theme #to-top {
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='1em' height='1em' viewBox='0 0 16 16' class='bi bi-arrow-bar-up' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 10a.5.5 0 0 0 .5-.5V3.707l2.146 2.147a.5.5 0 0 0 .708-.708l-3-3a.5.5 0 0 0-.708 0l-3 3a.5.5 0 1 0 .708.708L7.5 3.707V9.5a.5.5 0 0 0 .5.5zm-7 2.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5z'/%3e%3c/svg%3e") #f8f9fa;
    background-size: 1.5rem auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.dark-theme #open-nav {
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-list' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5'/%3e%3c/svg%3e") #85ad15;
    background-size: 1.5rem auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: #fff;
}

/** --------------------------------
 * EMBEDDED YOUTUBE VIDEOS
 ** -------------------------------- */

.video-wrapped {
    max-width: 100%;
    height: auto;
}

.video-wrapped .video-wrapped-play::before {
    top: 2.5rem;
}

.video-wrapped .video-wrapped-play {
    padding: 5.5rem .5rem .5rem .5rem;
    top: 0;
    background: rgba(0, 0, 0, .65);
    height: 100%;
}


/** --------------------------------
 * MEDIA QUERIES
 ** -------------------------------- */

@media (max-width: 991px) {
    #to-top {
        bottom: 5.5rem;
    }

    .page-stellenmarkt #to-top {
        bottom: 9.5rem;
    }

    .featured-big h2 {
        font-size: 1.25rem;
    }

    .featured-small h2 {
        font-size: 1.125rem;
    }

    .wp-block-kadence-column.sidebar {
        border: 0 !important;
    }

    .wp-block-kadence-column.sidebar>.kt-inside-inner-col,
    #sidebar {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;

    }

    .wp-block-kadence-column.sidebar>.kt-inside-inner-col {
        padding-left: 0 !important;
    }

    .wp-block-kadence-column.sidebar .widget,
    #sidebar .widget {
        max-width: calc(50% - 1rem);
        position: relative;
        width: 100%;
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .post-thumbnail img {
        width: 100%;
        height: auto;
    }

    .featured-small h2 {
        font-size: 1.25rem;
    }
}

@media (max-width: 576px) {

    h1,
    .h1,
    .has-large-font-size,
    .wp-block-quote.is-large,
    .wp-block-quote.is-style-large p {
        font-size: 2rem !important;
    }

    .has-big-font-size {
        font-size: 1.75rem !important;
    }

    .has-medium-font-size {
        font-size: 1.25rem !important;
    }

    #branding {
        padding-top: 120%;
    }

    #branding.ostern {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 73 94.5' enable-background='new 0 0 73 94.5' xml:space='preserve'%3e%3cg%3e%3cpath fill='%2395C11F' d='M72.4,54.5c0,0.1,0,0.2,0,0.3c0.5,0.1,0.9,0.2,0.9,0.2C73.1,54.8,72.7,54.7,72.4,54.5z'/%3e%3cpath fill='%2395C11F' d='M48.4,58.7c0,0.3,0,0.8-0.1,1.3C48.4,59.6,48.4,59.2,48.4,58.7z'/%3e%3cpath fill='%2395C11F' d='M48.4,60c0,0.2,0,0.4,0,0.5C48.4,60.4,48.4,60.2,48.4,60z'/%3e%3cpath fill='%2395C11F' d='M48.4,58.7c0-0.3,0-0.5,0-0.7C48.4,58.3,48.4,58.5,48.4,58.7z'/%3e%3cpath fill='%2395C11F' d='M63.3,24.5c-1.8-3.6-3.9-7.1-6.2-10.5C54,9.5,50.3,5.5,45.5,2.7C40-0.5,34.4-0.7,28.6,2.1 c-3,1.5-5.6,3.6-7.9,6c-4.2,4.4-7.4,9.4-10.2,14.7c-1.3,2.5-2.4,5-3.5,7.5c-2.7,6.4-4.7,13.1-5.9,20.1c-1.3,7.3-1.2,14.4,1.5,21.4 c0,0.1,0.1,0.2,0.1,0.4c0.2,0.3,0.3,0.6,0.5,0.9C5.5,78.5,9,83,13.7,86.6c7.2,5.5,15.5,8,24.6,7.6c2-0.1,4-0.3,6-0.7 c-2,0.3-4.1,0.5-6.3,0.5c0,0,0,0,0,0c2.1,0,4.2-0.2,6.2-0.5c2.9-0.6,5.8-1.5,8.5-2.9c1.9-1,3.7-2.1,5.4-3.2 c-1.4-1.5-9.5-10.1-11-12.3c-1.6-2.5-1.9-4.1-1.9-4.1c2.1-2.4,2.8-7.3,3-10.3c-0.8,7.8-5.7,9.8-5.7,9.8c-5.6,2.7-15.1,4.1-15.1,4.1 c-3.9,5.5-10.9,4.3-13.7,4c-0.7-0.1-1.9-0.2-1.5-0.4c0,0-0.7-1.1,2.7-3.3l-4.8,2c-3.2-1.4-3-9.6,0.1-10c6-0.8,10.6-16.2,10.6-16.2 c-1.4-4.6,2.3-6.2,2.3-6.2c-1.5,0.1-2.4,1-2.4,1C16.2,26,29.7,18.3,34,16.1c0.9-0.4,1.4-0.5,1.6-0.6c0.5-0.2,1,0,1.4,0 c0.3,0.1-0.4,0.3-0.4,0.3c-8.4,3.2-9,10.5-9,10.5c8.9-14.5,22.7-7,22.7-7c-10.4-0.5-14.8,4.5-15.6,11.1c-0.9,6.6,2.2,10.7,2.2,10.7 c-0.4-1-0.8-2.7-0.8-2.7s2.8-1.2,7.5-0.1c0,0,6.1-9.2,13.5-9.7c0,0-0.6,4.4-1.6,5.9c0,0-5.1,1.7-8.4,5.5h0.2c0,0,7.4-7.2,17.4-6.9 c0,0,0.4,12.8-16.8,11.2l-0.4,0.4c0,0,5.8,1.3,11.2-1.1c0,0,3.2,1.9,4.8,3.7c0,0-2.5-0.7-4.3,0c0,0,6,1.1,8.1,2.9 c0,0-2.2-0.8-4-0.6c0,0,4.6,1.5,6.4,2.6c0,0-2.1-0.5-4.2-0.5c0.1,0,4.5,1.5,6.8,2.7c-0.2-2-0.5-3.9-0.9-5.8 C69.7,40.2,67,32.1,63.3,24.5 M27,77.2c0,0-0.2,3.5,2.4,5.4c0,0-1.5-0.1-2.7-1.3c0,0,1.8,2.9,5.3,4.3c0,0-1.6,0.2-3.7-1.3 c0,0,1.2,2.9,6,4.5c0,0-10.9-1.8-16.1-8.6C18.1,80.2,22.6,80.6,27,77.2z'/%3e%3cpath fill='%2395C11F' d='M68,54.1l4.4,1.3c0-0.2,0-0.5-0.1-0.7C71.3,54.5,69.5,54.2,68,54.1z'/%3e%3cpath fill='%2395C11F' d='M27.5,52.3c-0.1,1-0.1,2-0.3,2.9c0,0.1,0,0.3,0,0.4c0,0.3-0.1,0.5-0.1,0.7c0,0.2-0.1,0.5-0.1,0.7 c0,0.2-0.1,0.3-0.1,0.4c-0.1,0.3-0.1,0.6-0.2,0.9c0,0.1,0,0.1-0.1,0.2c-0.1,0.3-0.2,0.7-0.3,1c0,0,0,0,0,0c-0.4,1.5-1,2.7-1.5,3.7 c0,0,0,0.1,0,0.1c-0.1,0.2-0.2,0.4-0.3,0.6c0,0.1-0.1,0.1-0.1,0.2c-0.1,0.1-0.2,0.3-0.2,0.4c-0.1,0.1-0.2,0.2-0.3,0.4 c0,0-0.1,0.1-0.1,0.1c-0.5,0.6-0.9,1.1-1.2,1.3c5.1-3.9,6.1-11.1,6.1-11.1c5.1,0.4,7.7-2.5,7.7-2.5c-0.2,0-0.4,0-0.6,0 c-1.3,0-2.1-0.4-2.1-0.4C30,50,27.5,52.3,27.5,52.3z'/%3e%3cpath fill='%2395C11F' d='M22,66.7c0.1-0.1,0.2-0.2,0.2-0.2C22.1,66.5,22,66.6,22,66.7z'/%3e%3cpath fill='%2395C11F' d='M22.3,66.4C22.3,66.4,22.3,66.4,22.3,66.4C22.3,66.4,22.3,66.4,22.3,66.4z'/%3e%3cpath fill='%2395C11F' d='M22.5,66.3c-0.1,0.1-0.2,0.1-0.2,0.1C22.4,66.4,22.5,66.3,22.5,66.3z'/%3e%3c/g%3e%3c/svg%3e ");
    }

    #branding.xmas {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 86.4 86.8' style='enable-background:new 0 0 86.4 86.8;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%2395C11F;%7d .st1%7bfill-rule:evenodd;clip-rule:evenodd;fill:%23E40D18;%7d .st2%7bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;%7d .st3%7bfill-rule:evenodd;clip-rule:evenodd;fill:%23EFEFF0;%7d .st4%7bfill-rule:evenodd;clip-rule:evenodd;fill:%23CF171F;%7d %3c/style%3e%3cpath class='st0' d='M30.3,47.4c5.2,0.4,7.8-2.5,7.8-2.5c-1.7,0.2-2.7-0.4-2.7-0.4c-3.7-2.4-6.1,0-6.1,0C28.7,56.3,23.7,59,23.7,59 C29.2,55.2,30.3,47.4,30.3,47.4z'/%3e%3cpath class='st0' d='M50.4,53c0.1-0.7,0.1-1.4,0.1-2.2C50.5,51.3,50.5,52.1,50.4,53z'/%3e%3cpath class='st0' d='M50.5,50.2c0,0.2,0,0.4,0,0.6C50.5,50.4,50.5,50.2,50.5,50.2z'/%3e%3cpath class='st0' d='M40.5,7C33,6.9,27.9,8.9,27.9,8.9C11.8,14,0.2,29.1,0.2,46.8c0,22,17.8,39.8,39.8,39.8c7.7,0,14.9-2.2,21-6 l-0.4-0.5c0,0-9.7-10.2-11.3-12.7c-1.7-2.5-1.9-4.1-1.9-4.1c2.1-2.4,2.8-7.2,3-10.3c-0.8,7.7-5.8,9.8-5.8,9.8 c-5.7,2.7-15.3,4.1-15.3,4.1c-3.9,5.5-11,4.4-13.8,4c-0.7-0.1-1.9-0.2-1.5-0.4c0,0-0.7-1.1,2.7-3.4l-4.8,2c-3.2-1.4-3-9.7,0.1-10.1 c6-0.8,10.8-16.4,10.8-16.4c-1.4-4.6,2.3-6.3,2.3-6.3c2.1-2.8,2.1-4.3,2.1-4.3c0.1-0.8,11-1.9,11-1.9s2.8-1.2,7.6-0.1 c0,0,6.2-9.3,13.6-9.8c0,0-0.6,4.5-1.6,6c0,0-5.2,1.7-8.5,5.6h0.2l0.1,0.5c2.6-2.5,7.8-6.5,14.6-7.2c0,0,1.2,7.9-6.6,11.5 c1.1-0.2,2.3-0.6,3.4-1c0,0,3.2,1.9,4.9,3.8c0,0-2-0.8-3.9-0.1c0,0,5.6,1.2,7.7,3.1c0,0-2.2-0.8-4.1-0.6c0,0,4.7,1.5,6.4,2.6 c0,0-2.1-0.5-4.2-0.5c0,0,6,2.1,7.8,3.3c0,0-3-0.7-5.3-0.8l9.4,2.7c0-0.7,0.1-1.5,0.1-2.3C79.8,25,62.2,7.2,40.5,7z M28.7,69.8 c0,0-0.1,3.5,2.5,5.4c0,0-1.5-0.1-2.8-1.4c0,0,1.8,2.9,5.3,4.4c0,0-1.6,0.1-3.7-1.3c0,0,1.1,2.9,6,4.5c0,0-11-1.8-16.3-8.6 C19.7,72.8,24.3,73.2,28.7,69.8z M38.1,29.8C38,29.6,38,29.7,38.1,29.8L38.1,29.8z'/%3e%3cpath class='st0' d='M47.7,34.3c1-1.3,2.1-2.4,3.3-3.5s2.6-2,3.9-2.9c1.4-0.9,2.9-1.6,4.4-2.1c1.5-0.6,3.2-0.9,4.8-1.1h0.3V25 c0.2,2-0.1,4-0.8,5.9c-0.8,1.9-2.1,3.5-3.7,4.6l-1.3,0.8c-0.4,0.2-0.9,0.4-1.3,0.6c-0.2,0.1-0.4,0.2-0.7,0.3l-0.7,0.2l-1.4,0.4 c-1,0.2-1.9,0.3-2.9,0.5l-2.9,0.1l0,0l-0.6,0.8l0.5-0.8l0,0l0,0l2.9-0.3c0.9-0.2,1.9-0.4,2.8-0.6l1.4-0.5l0.7-0.2 c0.2-0.1,0.4-0.2,0.6-0.3c0.4-0.2,0.9-0.4,1.3-0.6l1.2-0.8c1.5-1.1,2.7-2.7,3.4-4.4c0.7-1.7,1-3.7,0.8-5.5l0.4,0.3 c-1.6,0.2-3.2,0.4-4.7,1c-1.5,0.5-3,1.1-4.4,1.9C52.5,29.9,49.9,31.9,47.7,34.3z'/%3e%3cpath class='st1' d='M74.6,11.4C70.6,3.5,64.9,0.8,61,0.3c-3.9-0.5-9.1,1.1-13.6,4.6C42.8,8.4,34.1,13.1,32,15c-2.1,1.9-2.6,8-2.6,8 l24.4,5.8c2.7-1.7,6.2-3.3,10.3-3.7c0,0,0.4,2.9-0.9,6l5.2,1.2c-0.5-2.7-2.1-5.1-2.8-7.6c-0.8-2.5,0.5-4.6,0.8-6.5s0.8-3.6,0.8-3.6 s5,2.9,7,5.7c2,2.9,3.5,6.3,3.6,5.8c0.2-0.5,1.8-3.4,1.8-4S78.6,19.3,74.6,11.4z'/%3e%3cg%3e%3cpath class='st2' d='M61.7,25.5c-5.7-2.2-30.1-8.4-34.3-6.3c-2.1,1-3.7,7-3.3,9.7s1.3,4.4,11.5,3.7c5.5-0.4,9.2,0.2,12.4,1.2 C49.4,32.2,54.4,27.1,61.7,25.5z'/%3e%3cpath class='st2' d='M69.9,30c-1.5-2.4-3.2-2.6-5.7-3.5c0,2.6-1,8.1-7.9,10.6c6.6,2.7,12.1,5.8,13.2,3.2 C70.6,37.7,71.7,32.9,69.9,30z'/%3e%3c/g%3e%3cg%3e%3cpath class='st3' d='M50.9,31c-1.8-0.8-3.5-1.3-5.2-1.1c-4.5,0.4-13.8,2.9-17.5,1.4c-2.1-0.8-3.3-2.9-4-4.5c-0.1,0.7-0.1,1.4,0,2 c0.4,2.7,1.3,4.4,11.5,3.7c5.5-0.4,9.2,0.2,12.4,1.2C48.6,33.1,49.6,32.1,50.9,31z'/%3e%3cpath class='st3' d='M68.8,38.7c-1.8,1.7-4.2,0.4-9.1-2.4c-0.3-0.2-0.5-0.3-0.7-0.5c-0.7,0.5-1.5,0.9-2.5,1.2 c6.5,2.7,12,5.7,13.1,3.1c0.6-1.6,1.4-4.2,1.3-6.6C70.9,33.6,70.5,37,68.8,38.7z'/%3e%3c/g%3e%3cpath class='st4' d='M75.6,20.7c-2.4-3.6-3.4-3.8-5.9-5.5s-2.1-1.3-3.1-4.1c-0.9-2.5-5.8-5.4-6.7-6c0.6,0.5,3.2,2.6,4.6,4.7 c1.6,2.3,1.8,4.2,1.7,4.7s0.1-0.1-2.8,0c-2.9,0.1-7.1,3.1-6.1,2.6s6.6-2.4,7.2-1.6c0.6,0.7,0.6,2.1-0.6,4c-1.2,1.8,0.3,4,0,4.7 c-0.3,0.7-4.4-0.6-9.4-2.3c-4.9-1.7-18.7-2.7-18.7-2.7c9.1,1.3,22.3,4.8,26.1,6.2c0.7-0.2,1.5-0.3,2.2-0.4c0,0,0.1,0.5,0.1,1.3 c0.9,0.3,1.6,0.6,2.3,0.8c-0.4-0.9-0.7-1.7-1-2.6C64.7,22,66,19.9,66.3,18s0.8-3.6,0.8-3.6s5,2.8,7,5.7c0.5,0.7,0.9,1.3,1.3,2 c0.2-0.3,0.5-0.6,0.8-0.9C76.1,21.1,75.9,20.9,75.6,20.7z'/%3e%3cg%3e%3cellipse transform='matrix(8.855449e-03 -1 1 8.855449e-03 53.4466 105.9314)' class='st2' cx='80.2' cy='26' rx='6.2' ry='6'/%3e%3cpath class='st3' d='M80.3,30.6c2.8,0,5.1-1.9,5.8-4.5c0,3.4-2.8,6.1-6.1,6.1c-3.3,0-6-2.8-6-6.2c0-0.6,0.1-1.1,0.2-1.6l0,0 C74.3,27.8,77,30.6,80.3,30.6z'/%3e%3c/g%3e%3c/svg%3e ");
    }

    #branding.normal {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 600 600' enable-background='new 0 0 600 600' xml:space='preserve'%3e%3cpath fill='%2395C11F' d='M290.6,3.8c-63.9,24.1-68.4,79.7-68.4,79.7c67.7-109.8,172.2-53.4,172.2-53.4c-78.9-3.8-112,33.8-118.8,84.2 c-6.8,50.4,16.5,82,16.5,82c-3-7.5-6-21.1-6-21.1s21.1-9,57.1-0.8c0,0,46.6-69.9,102.3-73.7c0,0-4.5,33.8-12,45.1 c0,0-39.1,12.8-63.9,42.1h1.5c0,0,55.6-54.9,132.3-52.6c0,0,3,97.7-127.8,85l-3,3c0,0,43.6,9.8,85.7-8.3c0,0,24.1,14.3,36.8,28.6 c0,0-18.8-5.3-33.1,0c0,0,45.1,8.3,60.9,22.6c0,0-16.5-6-30.8-4.5c0,0,35.3,11.3,48.1,19.5c0,0-15.8-3.8-31.6-3.8 c0,0,45.1,15.8,58.6,24.8c0,0-22.6-5.3-39.8-6l70.7,20.3c0-5.3,0.8-11.3,0.8-17.3C598.9,135.3,466.5,3,303.4,0 C300.4,0,290.6,3.8,290.6,3.8z M274.8,1.5c42.1-6.8-149.6,33.8-104.5,228.6c0,0,6.8-7.5,18-8.3c0,0-27.8,12.8-17.3,47.4 c0,0-35.3,117.3-81.2,123.3c-23.3,3-24.8,65.4-0.8,75.9l36.1-15c-25.6,17.3-20.3,25.6-20.3,25.6c-2.3,0.8,6,2.3,11.3,3 c21.1,3,74.4,11.3,103.8-30.1c0,0,72.2-10.5,115-30.8c0,0,45.9-19.5,44.4-94.7c0,0,0.8,70.7-23.3,98.5c0,0,1.5,12.8,14.3,30.8 c12.8,18.8,85,95.5,85,95.5l3,3.8c-45.9,28.6-100,45.1-157.9,45.1C135,600,1.1,466.2,1.1,300.8c0-133.8,87.2-246.6,208.3-285 C209.4,14.3,228.2,9,274.8,1.5z M228.9,303.8c39.1,3,58.6-18.8,58.6-18.8c-12.8,1.5-20.3-3-20.3-3c-27.8-18-45.9,0-45.9,0 c-4.5,88.7-42.1,109-42.1,109C220.7,362.4,228.9,303.8,228.9,303.8z M271.8,559.4c-36.8-12-45.1-33.8-45.1-33.8 c15.8,10.5,27.8,9.8,27.8,9.8c-26.3-11.3-39.8-33.1-39.8-33.1c9.8,9.8,21.1,10.5,21.1,10.5c-19.5-14.3-18.8-40.6-18.8-40.6 c-33.1,25.6-67.7,22.6-67.7,22.6C189.1,545.1,271.8,559.4,271.8,559.4z'/%3e%3c/svg%3e ");
    }

    .wp-block-image .alignright,
    .wp-block-image .alignleft {
        float: none;
        margin: 1rem 0;
    }

    .wp-block-kadence-column.sidebar .widget,
    #sidebar .widget {
        max-width: 100%;
    }
}