@font-face {
    font-family: Merriweather;
    src: url(/assets/fonts/Merriweather-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Merriweather;
    src: url(/assets/fonts/Merriweather-Italic.woff2) format("woff2");
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Merriweather;
    src: url(/assets/fonts/Merriweather-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Merriweather;
    src: url(/assets/fonts/Merriweather-BoldItalic.woff2) format("woff2");
    font-weight: 700;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: DIN Next Pro;
    src: url(/assets/fonts/DINNextLTPro-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: DIN Next Pro;
    src: url(/assets/fonts/DINNextLTPro-Italic.woff2) format("woff2");
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: DIN Next Pro;
    src: url(/assets/fonts/DINNextLTPro-Medium.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: DIN Next Pro;
    src: url(/assets/fonts/DINNextLTPro-Bold.woff2) format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

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

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

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

html {
    min-height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box
}

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

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre {
    margin: 0
}

button {
    background: transparent;
    border: 0;
    padding: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

iframe {
    border: 0
}

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

abbr[title],
dfn[title] {
    cursor: help
}

[tabindex="-1"]:focus {
    outline: none !important
}

a {
    text-decoration: none
}

a,
a:active,
a:focus,
a:hover {
    color: #3c3d41
}

img {
    max-width: 100%;
    height: auto;
    font-style: italic;
    vertical-align: middle
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: none
}

.pswp * {
    box-sizing: border-box
}

.pswp img {
    max-width: none
}

.pswp--animate_opacity {
    opacity: .001;
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--open {
    display: block
}

.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.pswp__bg {
    background: #000;
    opacity: 0;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden
}

.pswp__bg,
.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.pswp__scroll-wrap {
    overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    transform-origin: left top;
    transition: transform 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp__bg {
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    transition: none
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden
}

.pswp__item {
    right: 0;
    bottom: 0;
    overflow: hidden
}

.pswp__img,
.pswp__item {
    position: absolute;
    left: 0;
    top: 0
}

.pswp__img {
    width: auto;
    height: auto
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
    background: #222
}

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #ccc
}

.pswp__error-msg a {
    color: #ccc;
    text-decoration: underline
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: none;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: .75;
    transition: opacity .2s;
    box-shadow: none
}

.pswp__button:focus,
.pswp__button:hover {
    opacity: 1
}

.pswp__button:active {
    outline: none;
    opacity: .9
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pswp__ui--over-close .pswp__button--close {
    opacity: 1
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url(/assets/images/default-skin.e3f799c6dec9af194c86decdf7392405.png) 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px
}

@media (-webkit-min-device-pixel-ratio:1.1),
(-webkit-min-device-pixel-ratio:1.09375),
(min-resolution:1.1dppx),
(min-resolution:105dpi) {

    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(/assets/images/default-skin.b257fa9c5ac8c515ac4d77a667ce2943.svg)
    }

    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: none
    }
}

.pswp__button--close {
    background-position: 0 -44px
}

.pswp__button--share {
    background-position: -44px -44px
}

.pswp__button--fs {
    display: none
}

.pswp--supports-fs .pswp__button--fs {
    display: block
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: none;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute
}

.pswp__button--arrow--left {
    left: 0
}

.pswp__button--arrow--right {
    right: 0
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    content: "";
    top: 35px;
    background-color: rgba(0, 0, 0, .3);
    height: 30px;
    width: 32px;
    position: absolute
}

.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px
}

.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px
}

.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    transition: opacity .25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__share-modal--hidden {
    display: none
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #fff;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    transform: translateY(6px);
    transition: transform .25s;
    -webkit-backface-visibility: hidden;
    will-change: transform
}

.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 18px
}

.pswp__share-tooltip a,
.pswp__share-tooltip a:hover {
    color: #000;
    text-decoration: none
}

.pswp__share-tooltip a:first-child {
    border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
    opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
    transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px
}

a.pswp__share--facebook:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #fff;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none
}

a.pswp__share--facebook:hover {
    background: #3e5c9a;
    color: #fff
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3e5c9a
}

a.pswp__share--twitter:hover {
    background: #55acee;
    color: #fff
}

a.pswp__share--pinterest:hover {
    background: #ccc;
    color: #ce272d
}

a.pswp__share--download:hover {
    background: #ddd
}

.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #fff;
    opacity: .75;
    padding: 0 10px
}

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px
}

.pswp__caption small {
    font-size: 11px;
    color: #bbb
}

.pswp__caption__center {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #ccc
}

.pswp__caption--empty {
    display: none
}

.pswp__caption--fake {
    visibility: hidden
}

.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    transition: opacity .25s ease-out;
    will-change: opacity;
    direction: ltr
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px
}

.pswp__preloader--active {
    opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
    background: url(/assets/images/preloader.e34aafbb485a96eaf2a789b2bf3af6fe.gif) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise .5s linear infinite;
    animation: clockwise .5s linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite;
    animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
    background: none;
    opacity: .75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    margin: 0
}

@media screen and (max-width:1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right
    }
}

@-webkit-keyframes clockwise {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes clockwise {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes donut-rotate {
    0% {
        transform: rotate(0)
    }

    50% {
        transform: rotate(-140deg)
    }

    to {
        transform: rotate(0)
    }
}

@keyframes donut-rotate {
    0% {
        transform: rotate(0)
    }

    50% {
        transform: rotate(-140deg)
    }

    to {
        transform: rotate(0)
    }
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible
}

.pswp__caption,
.pswp__top-bar {
    background-color: rgba(0, 0, 0, .5)
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
    background-color: rgba(0, 0, 0, .3)
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right,
.pswp__ui--idle .pswp__top-bar {
    opacity: 0
}

.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
    opacity: .001
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none
}

.pswp__element--disabled {
    display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
    background: none
}

/*! Lity - v2.2.0 - 2016-10-08
* http://sorgalla.com/lity/
* Copyright (c) 2015-2016 Jan Sorgalla; Licensed MIT */
.lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0, 0, 0, .9);
    outline: none !important;
    opacity: 0;
    transition: opacity .3s ease
}

.lity.lity-opened {
    opacity: 1
}

.lity.lity-closed {
    opacity: 0
}

.lity * {
    box-sizing: border-box
}

.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important
}

.lity-wrap:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em
}

.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    transition: opacity .3s ease
}

.lity-loading .lity-loader {
    opacity: 1
}

.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none !important
}

.lity-content {
    z-index: 9993;
    width: 100%;
    transform: scale(1);
    transition: transform .3s ease
}

.lity-closed .lity-content,
.lity-loading .lity-content {
    transform: scale(.8)
}

.lity-content:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}

.lity-close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    border: 0;
    background: none;
    outline: none;
    box-shadow: none
}

.lity-close::-moz-focus-inner {
    border: 0;
    padding: 0
}

.lity-close:active,
.lity-close:focus,
.lity-close:hover,
.lity-close:visited {
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    border: 0;
    background: none;
    outline: none;
    box-shadow: none
}

.lity-close:active {
    top: 1px
}

.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0
}

.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container,
.lity-iframe .lity-container,
.lity-vimeo .lity-container,
.lity-youtube .lity-container {
    width: 100%;
    max-width: 964px
}

.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch
}

.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

.lity-hide {
    display: none
}

/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: none
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.flickity-button {
    position: absolute;
    background: hsla(0, 0%, 100%, .75);
    border: none;
    color: #333
}

.flickity-button:hover {
    background: #fff;
    cursor: pointer
}

.flickity-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #19f
}

.flickity-button:active {
    opacity: .6
}

.flickity-button:disabled {
    opacity: .3;
    cursor: auto;
    pointer-events: none
}

.flickity-button-icon {
    fill: currentColor
}

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%)
}

.flickity-prev-next-button.previous {
    left: 10px
}

.flickity-prev-next-button.next {
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: .25;
    cursor: pointer
}

.flickity-page-dots .dot.is-selected {
    opacity: 1
}

.c_darkmode {
    --cc-bg: #181b1d;
    --cc-text: #d8e5ea;
    --cc-btn-primary-bg: #a6c4dd;
    --cc-btn-primary-text: #000;
    --cc-btn-primary-hover-bg: #c2dff7;
    --cc-btn-secondary-bg: #33383c;
    --cc-btn-secondary-text: var(--cc-text);
    --cc-btn-secondary-hover-bg: #3e454a;
    --cc-toggle-bg-off: #667481;
    --cc-toggle-bg-on: var(--cc-btn-primary-bg);
    --cc-toggle-bg-readonly: #454c54;
    --cc-toggle-knob-bg: var(--cc-cookie-category-block-bg);
    --cc-toggle-knob-icon-color: var(--cc-bg);
    --cc-block-text: #b3bfc5;
    --cc-cookie-category-block-bg: #23272a;
    --cc-cookie-category-block-bg-hover: #2b3035;
    --cc-section-border: #292d31;
    --cc-cookie-table-border: #2b3035;
    --cc-webkit-scrollbar-bg: #667481;
    --cc-webkit-scrollbar-bg-hover: #9199a0
}

.cc_div *,
.cc_div :after,
.cc_div :before {
    box-sizing: border-box;
    float: none;
    font-style: inherit;
    font-variant: normal;
    font-weight: inherit;
    font-family: inherit;
    line-height: 1.2;
    font-size: 1em;
    transition: none;
    -webkit-animation: none;
    animation: none;
    margin: 0;
    padding: 0;
    text-transform: none;
    letter-spacing: unset;
    color: inherit;
    background: 0 0;
    border: none;
    box-shadow: none;
    text-decoration: none;
    text-align: left;
    visibility: unset
}

.cc_div {
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    color: #2d4156;
    color: #3c3d41
}

#c-ttl,
#s-bl td:before,
#s-ttl,
.cc_div .b-tl,
.cc_div .c-bn {
    font-weight: 600
}

#cm,
#s-bl .act .b-acc,
#s-inr,
.cc_div .b-tl,
.cc_div .c-bl {
    border-radius: .35em
}

#s-bl .act .b-acc {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.cc_div a,
.cc_div button,
.cc_div input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.cc_div a {
    border-bottom: 1px solid
}

.cc_div a:hover {
    text-decoration: none;
    border-color: transparent
}

#cm-ov,
#cs-ov,
.c--anim #cm,
.c--anim #s-cnt,
.c--anim #s-inr {
    transition: visibility .25s linear, opacity .25s ease, transform .25s ease !important
}

.c--anim .c-bn {
    transition: background-color .25s ease !important
}

.c--anim #cm.bar.slide,
.c--anim #cm.bar.slide+#cm-ov,
.c--anim .bar.slide #s-inr,
.c--anim .bar.slide+#cs-ov {
    transition: visibility .4s ease, opacity .4s ease, transform .4s ease !important
}

#cm.bar.slide,
.cc_div .bar.slide #s-inr {
    transform: translateX(100%);
    opacity: 1
}

#cm.bar.top.slide,
.cc_div .bar.left.slide #s-inr {
    transform: translateX(-100%);
    opacity: 1
}

#cm.slide,
.cc_div .slide #s-inr {
    transform: translateY(1.6em)
}

#cm.top.slide {
    transform: translateY(-1.6em)
}

#cm.bar.slide {
    transform: translateY(100%)
}

#cm.bar.top.slide {
    transform: translateY(-100%)
}

.show--consent .c--anim #cm,
.show--consent .c--anim #cm.bar,
.show--settings .c--anim #s-inr,
.show--settings .c--anim .bar.slide #s-inr {
    opacity: 1;
    transform: scale(1);
    visibility: visible !important
}

.show--consent .c--anim #cm.box.middle,
.show--consent .c--anim #cm.cloud.middle {
    transform: scale(1) translateY(-50%)
}

.show--settings .c--anim #s-cnt {
    visibility: visible !important
}

.force--consent.show--consent .c--anim #cm-ov,
.show--settings .c--anim #cs-ov {
    visibility: visible !important;
    opacity: 1 !important
}

#cm {
    font-family: inherit;
    padding: 1.1em 1.8em 1.4em 1.8em;
    position: fixed;
    z-index: 1;
    background: #fff;
    max-width: 24.2em;
    width: 100%;
    bottom: 1.25em;
    right: 1.25em;
    box-shadow: 0 .625em 1.875em #000;
    box-shadow: 0 .625em 1.875em rgba(2, 2, 3, .28);
    opacity: 0;
    visibility: hidden;
    transform: scale(.95);
    line-height: normal
}

#cc_div #cm {
    display: block !important
}

#c-ttl {
    margin-bottom: .7em;
    font-size: 1.05em
}

.cloud #c-ttl {
    margin-top: -.15em
}

#c-txt {
    font-size: .9em;
    line-height: 1.5em
}

.cc_div #c-bns {
    display: flex;
    justify-content: space-between;
    margin-top: 1.4em
}

.cc_div .c-bn {
    color: #40505a;
    background: #e5ebef;
    padding: 1em 1.7em;
    display: inline-block;
    cursor: pointer;
    font-size: .82em;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
    flex: 1
}

#c-bns button+button,
#s-c-bn,
#s-cnt button+button {
    float: right;
    margin-left: 1em
}

#cm .c_link:active,
#cm .c_link:hover,
#s-c-bn:active,
#s-c-bn:hover,
#s-cnt button+button:active,
#s-cnt button+button:hover {
    background: #d8e0e6;
    background: #dacdbc
}

#s-cnt {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
    display: table;
    height: 100%;
    visibility: hidden
}

#s-bl {
    outline: 0
}

#s-bl .title {
    margin-top: 1.4em
}

#s-bl .b-bn,
#s-bl .title:first-child {
    margin-top: 0
}

#s-bl .b-acc .p {
    margin-top: 0;
    padding: 1em
}

#s-cnt .b-bn .b-tl {
    display: block;
    font-family: inherit;
    font-size: .95em;
    width: 100%;
    position: relative;
    padding: 1.3em 6.4em 1.3em 2.7em;
    background: 0 0;
    transition: background-color .25s ease
}

#s-cnt .b-bn .b-tl.exp {
    cursor: pointer
}

#s-cnt .act .b-bn .b-tl {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

#s-cnt .b-bn .b-tl:active,
#s-cnt .b-bn .b-tl:hover {
    background: #e9eff4;
    background: #f7f6f4
}

#s-bl .b-bn {
    position: relative
}

#s-bl .c-bl {
    padding: 1em;
    margin-bottom: .5em;
    border: 1px solid #f1f3f5;
    border-color: #f7f6f4;
    transition: background-color .25s ease
}

#s-bl .c-bl:hover {
    background: #f0f4f7;
    background: #f7f6f4
}

#s-bl .c-bl:last-child {
    margin-bottom: .5em
}

#s-bl .c-bl:first-child {
    transition: none;
    padding: 0;
    margin-top: 0;
    border: none;
    margin-bottom: 2em
}

#s-bl .c-bl:not(.b-ex):first-child:hover {
    background: 0 0;
    background: unset
}

#s-bl .c-bl.b-ex {
    padding: 0;
    border: none;
    background: #f0f4f7;
    background: #f7f6f4;
    transition: none
}

#s-bl .c-bl.b-ex+.c-bl {
    margin-top: 2em
}

#s-bl .c-bl.b-ex+.c-bl.b-ex {
    margin-top: 0
}

#s-bl .c-bl.b-ex:first-child {
    margin-bottom: 1em;
    margin-bottom: .5em
}

#s-bl .b-acc {
    max-height: 0;
    overflow: hidden;
    padding-top: 0;
    margin-bottom: 0;
    display: none
}

#s-bl .act .b-acc {
    max-height: 100%;
    display: block;
    overflow: hidden
}

#s-cnt .p {
    font-size: .9em;
    line-height: 1.5em;
    margin-top: .85em;
    color: #2d4156;
    color: #3c3d41
}

.cc_div .b-tg .c-tgl:disabled {
    cursor: not-allowed
}

#c-vln {
    display: table-cell;
    vertical-align: middle;
    position: relative
}

#cs {
    padding: 0 1.7em;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

#cs,
#s-inr {
    height: 100%
}

#s-inr {
    max-width: 45em;
    margin: 0 auto;
    transform: scale(.96);
    opacity: 0;
    padding-top: 4.75em;
    padding-bottom: 4.75em;
    position: relative;
    overflow: hidden;
    visibility: hidden;
    box-shadow: 0 13px 27px -5px rgba(3, 6, 9, .26)
}

#s-bns,
#s-hdr,
#s-inr {
    background: #fff
}

#s-bl {
    overflow-y: auto;
    overflow-y: overlay;
    overflow-x: hidden;
    height: 100%;
    padding: 1.3em 2.1em;
    display: block;
    width: 100%
}

#s-bns {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1em 2.1em;
    border-top: 1px solid #f1f3f5;
    border-color: #f7f6f4;
    height: 4.75em
}

.cc_div .cc-link {
    color: #253b48;
    color: #dacdbc;
    border-bottom: 1px solid #253b48;
    border-color: #dacdbc;
    display: inline;
    padding-bottom: 0;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600
}

.cc_div .cc-link:active,
.cc_div .cc-link:hover {
    border-color: transparent
}

#c-bns button:first-child,
#s-bns button:first-child {
    color: #fff;
    background: #253b48;
    background: #dacdbc
}

#c-bns.swap button:first-child {
    color: #40505a;
    color: #fff;
    background: #e5ebef;
    background: #dacdbc
}

#c-bns.swap button:last-child {
    color: #fff
}

#c-bns.swap button:last-child,
.cc_div .b-tg .c-tgl:checked~.c-tg {
    background: #253b48;
    background: #dacdbc
}

#c-bns.swap button:last-child:active,
#c-bns.swap button:last-child:hover,
#c-bns button:first-child:active,
#c-bns button:first-child:hover,
#s-bns button:first-child:active,
#s-bns button:first-child:hover {
    background: #1d2e38;
    background: #dacdbc
}

#c-bns.swap button:first-child:active,
#c-bns.swap button:first-child:hover {
    background: #d8e0e6;
    background: #dacdbc
}

#s-hdr {
    position: absolute;
    top: 0;
    width: 100%;
    display: table;
    padding: 0 2.1em;
    height: 4.75em;
    z-index: 2;
    border-bottom: 1px solid #f1f3f5;
    border-color: #f7f6f4
}

#s-hdr,
#s-ttl {
    vertical-align: middle
}

#s-ttl {
    display: table-cell;
    font-size: 1em
}

#s-c-bn {
    padding: 0;
    width: 1.7em;
    height: 1.7em;
    font-size: 1.45em;
    margin: 0;
    font-weight: 400;
    position: relative
}

#s-c-bnc {
    display: table-cell;
    vertical-align: middle
}

.cc_div span.t-lb {
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    overflow: hidden
}

#c_policy__text {
    height: 31.25em;
    overflow-y: auto;
    margin-top: 1.25em
}

#c-s-in {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    height: 100%;
    height: calc(100% - 2.5em);
    max-height: 37.5em
}

@media screen and (min-width:688px) {
    #s-bl::-webkit-scrollbar {
        width: .9em;
        height: 100%;
        background: 0 0;
        border-radius: 0 .25em .25em 0
    }

    #s-bl::-webkit-scrollbar-thumb {
        border: .25em solid #fff;
        background: #cfd5db;
        background: #e8e8e7;
        border-radius: 100em
    }

    #s-bl::-webkit-scrollbar-thumb:hover {
        background: #9199a0;
        background: #c1b29f
    }

    #s-bl::-webkit-scrollbar-button {
        width: 10px;
        height: 5px
    }
}

.cc_div .b-tg {
    right: 0;
    bottom: 0;
    display: inline-block;
    margin: auto;
    right: 1.2em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle
}

.cc_div .b-tg,
.cc_div .b-tg .c-tgl {
    position: absolute;
    top: 0;
    cursor: pointer
}

.cc_div .b-tg .c-tgl {
    display: block;
    left: 0;
    margin: 0;
    border: 0
}

.cc_div .b-tg .c-tg {
    position: absolute;
    background: #919ea6;
    background: #dcdcdd;
    transition: background-color .25s ease, box-shadow .25s ease;
    pointer-events: none
}

.cc_div .b-tg,
.cc_div .b-tg .c-tg,
.cc_div .b-tg .c-tgl,
.cc_div span.t-lb {
    width: 3.4em;
    height: 1.5em;
    border-radius: 4em
}

.cc_div .b-tg .c-tg.c-ro {
    cursor: not-allowed
}

.cc_div .b-tg .c-tgl~.c-tg.c-ro {
    background: #d5dee2;
    background: #e8e8e7
}

.cc_div .b-tg .c-tgl~.c-tg.c-ro:after {
    box-shadow: none
}

.cc_div .b-tg .c-tg:after {
    content: "";
    position: relative;
    display: block;
    left: .125em;
    top: .125em;
    width: 1.25em;
    height: 1.25em;
    border: none;
    box-sizing: content-box;
    background: #fff;
    box-shadow: 0 1px 2px rgba(24, 32, 35, .36);
    transition: transform .25s ease;
    border-radius: 100%
}

.cc_div .b-tg .c-tgl:checked~.c-tg:after {
    transform: translateX(1.9em)
}

#s-bl table,
#s-bl td,
#s-bl th {
    border: none
}

#s-bl tbody tr {
    transition: background-color .25s ease
}

#s-bl tbody tr:hover {
    background: #e9eff4;
    background: #f7f6f4
}

#s-bl table {
    text-align: left;
    border-collapse: collapse;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden
}

#s-bl td,
#s-bl th {
    padding: .8em .625em;
    text-align: left;
    vertical-align: top;
    font-size: .8em;
    padding-left: 1.2em
}

#s-bl th {
    font-family: inherit;
    padding: 1.2em 1.2em
}

#s-bl thead tr:first-child {
    border-bottom: 1px solid #e9edf2;
    border-color: #f7f6f4
}

.force--consent #cs,
.force--consent #s-cnt {
    width: 100vw
}

#cm-ov,
#cs-ov {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    background: #070707;
    background: rgba(4, 6, 8, .85);
    background: rgba(60, 61, 65, .7);
    display: none;
    transition: none
}

.c--anim #cs-ov,
.force--consent .c--anim #cm-ov,
.force--consent.show--consent #cm-ov,
.show--settings #cs-ov {
    display: block
}

#cs-ov {
    z-index: 2
}

.force--consent .cc_div {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    width: 100vw;
    visibility: hidden;
    transition: visibility .25s linear
}

.force--consent.show--consent .c--anim .cc_div,
.force--consent.show--settings .c--anim .cc_div {
    visibility: visible
}

.force--consent #cm {
    position: absolute
}

.force--consent #cm.bar {
    width: 100vw;
    max-width: 100vw
}

html.force--consent.show--consent {
    overflow-y: hidden !important
}

html.force--consent.show--consent,
html.force--consent.show--consent body {
    height: auto !important;
    overflow-x: hidden !important
}

.cc_div .act .b-bn .exp:before,
.cc_div .b-bn .exp:before {
    border: solid #2d4156;
    border-color: #fff;
    border-width: 0 2px 2px 0;
    padding: .2em;
    display: inline-block;
    content: "";
    margin-right: 15px;
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    left: 1.2em;
    top: 50%
}

.cc_div .act .b-bn .b-tl:before {
    transform: translateY(-20%) rotate(225deg)
}

.cc_div .on-i:before {
    border: solid #fff;
    border-color: #fff;
    border-width: 0 2px 2px 0;
    padding: .1em;
    display: inline-block;
    padding-bottom: .45em;
    top: .37em;
    left: .75em
}

#s-c-bn:after,
#s-c-bn:before,
.cc_div .on-i:before {
    content: "";
    margin: 0 auto;
    transform: rotate(45deg);
    position: absolute
}

#s-c-bn:after,
#s-c-bn:before {
    left: .82em;
    top: .58em;
    height: .6em;
    width: 1.5px;
    background: #444d53;
    background: #fff;
    border-radius: 1em
}

#s-c-bn:after {
    transform: rotate(-45deg)
}

.cc_div .off-i,
.cc_div .on-i {
    height: 100%;
    width: 50%;
    position: absolute;
    right: 0;
    display: block;
    text-align: center;
    transition: opacity .15s ease
}

.cc_div .on-i {
    left: 0;
    opacity: 0
}

.cc_div .off-i:after,
.cc_div .off-i:before {
    right: .8em;
    top: .42em;
    content: " ";
    height: .7em;
    width: .09375em;
    display: block;
    background: #cdd6dc;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    transform-origin: center
}

.cc_div .off-i:before {
    transform: rotate(45deg)
}

.cc_div .off-i:after {
    transform: rotate(-45deg)
}

.cc_div .b-tg .c-tgl:checked~.c-tg .on-i {
    opacity: 1
}

.cc_div .b-tg .c-tgl:checked~.c-tg .off-i {
    opacity: 0
}

#cm.box.middle,
#cm.cloud.middle {
    top: 50%;
    transform: translateY(-37%);
    bottom: auto
}

#cm.box.middle.zoom,
#cm.cloud.middle.zoom {
    transform: scale(.95) translateY(-50%)
}

#cm.box.center,
#cm.cloud {
    left: 1em;
    right: 1em;
    margin: 0 auto
}

#cm.cloud {
    max-width: 50em;
    text-align: center;
    overflow: hidden;
    padding: 1.3em 2em;
    width: unset
}

.cc_div .cloud #c-inr {
    display: table;
    width: 100%
}

.cc_div .cloud #c-inr-i {
    width: 70%;
    display: table-cell;
    vertical-align: top;
    padding-right: 2.4em
}

.cc_div .cloud #c-txt {
    font-size: .85em
}

.cc_div .cloud #c-bns {
    min-width: 170px;
    display: table-cell;
    vertical-align: middle
}

#cm.cloud .c-bn {
    margin: .625em 0 0 0;
    width: 100%
}

#cm.cloud .c-bn:first-child {
    margin: 0
}

#cm.cloud.left {
    margin-right: 1.25em
}

#cm.cloud.right {
    margin-left: 1.25em
}

#cm.bar {
    width: 100%;
    max-width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    position: fixed;
    padding: 2em
}

#cm.bar #c-inr {
    max-width: 32em;
    margin: 0 auto
}

#cm.bar #c-bns {
    max-width: 33.75em
}

#cm.bar #cs {
    padding: 0
}

.cc_div .bar #c-s-in {
    top: 0;
    transform: none;
    height: 100%;
    max-height: 100%
}

.cc_div .bar #s-bl,
.cc_div .bar #s-bns,
.cc_div .bar #s-hdr {
    padding-left: 1.6em;
    padding-right: 1.6em
}

.cc_div .bar #cs {
    padding: 0
}

.cc_div .bar #s-inr {
    margin: 0;
    margin-left: auto;
    margin-right: 0;
    border-radius: 0;
    max-width: 32em
}

.cc_div .bar.left #s-inr {
    margin-left: 0;
    margin-right: auto
}

.cc_div .bar #s-bl table,
.cc_div .bar #s-bl tbody,
.cc_div .bar #s-bl td,
.cc_div .bar #s-bl th,
.cc_div .bar #s-bl thead,
.cc_div .bar #s-bl tr,
.cc_div .bar #s-cnt {
    display: block
}

.cc_div .bar #s-bl thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px
}

.cc_div .bar #s-bl tr {
    border-top: 1px solid #e3e7ed;
    border-color: #f7f6f4
}

.cc_div .bar #s-bl td {
    border: none;
    position: relative;
    padding-left: 35%
}

.cc_div .bar #s-bl td:before {
    position: absolute;
    left: 1em;
    padding-right: .625em;
    white-space: nowrap;
    content: attr(data-column);
    color: #000;
    color: #3c3d41;
    overflow: hidden;
    text-overflow: ellipsis
}

#cm.top {
    bottom: auto;
    top: 1.25em
}

#cm.left {
    right: auto;
    left: 1.25em
}

#cm.right {
    left: auto;
    right: 1.25em
}

#cm.bar.left,
#cm.bar.right {
    left: 0;
    right: 0
}

#cm.bar.top {
    top: 0
}

@media screen and (max-width:688px) {

    #cm,
    #cm.cloud,
    #cm.left,
    #cm.right {
        width: auto;
        max-width: 100%;
        margin: 0;
        padding: 1.4em !important;
        right: 1em;
        left: 1em;
        bottom: 1em;
        display: block
    }

    .force--consent #cm,
    .force--consent #cm.cloud {
        width: auto;
        max-width: 100vw
    }

    #cm.top {
        top: 1em;
        bottom: auto
    }

    #cm.bottom {
        bottom: 1em;
        top: auto
    }

    #cm.bar.bottom {
        bottom: 0
    }

    #cm.cloud .c-bn {
        font-size: .85em
    }

    #s-bns,
    .cc_div .bar #s-bns {
        padding: 1em 1.3em
    }

    .cc_div .bar #s-inr {
        max-width: 100%;
        width: 100%
    }

    .cc_div .cloud #c-inr-i {
        padding-right: 0
    }

    #cs {
        border-radius: 0;
        padding: 0
    }

    #c-s-in {
        max-height: 100%;
        height: 100%;
        top: 0;
        transform: none
    }

    .cc_div .b-tg {
        transform: scale(1.1);
        right: 1.1em
    }

    #s-inr {
        margin: 0;
        padding-bottom: 7.9em;
        border-radius: 0
    }

    #s-bns {
        height: 7.9em
    }

    #s-bl,
    .cc_div .bar #s-bl {
        padding: 1.3em
    }

    #s-hdr,
    .cc_div .bar #s-hdr {
        padding: 0 1.3em
    }

    #s-bl table {
        width: 100%
    }

    #s-inr.bns-t {
        padding-bottom: 10.5em
    }

    .bns-t #s-bns {
        height: 10.5em
    }

    .cc_div .bns-t .c-bn {
        font-size: .83em;
        padding: .9em 1.6em
    }

    #s-cnt .b-bn .b-tl {
        padding-top: 1.2em;
        padding-bottom: 1.2em
    }

    #s-bl table,
    #s-bl tbody,
    #s-bl td,
    #s-bl th,
    #s-bl thead,
    #s-bl tr,
    #s-cnt {
        display: block
    }

    #s-bl thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }

    #s-bl tr {
        border-top: 1px solid #e3e7ed;
        border-color: #f7f6f4
    }

    #s-bl td {
        border: none;
        position: relative;
        padding-left: 35%
    }

    #s-bl td:before {
        position: absolute;
        left: 1em;
        padding-right: .625em;
        white-space: nowrap;
        content: attr(data-column);
        color: #000;
        color: #3c3d41;
        overflow: hidden;
        text-overflow: ellipsis
    }

    #cm .c-bn,
    .cc_div .c-bn {
        width: 100%;
        margin-right: 0
    }

    #s-cnt #s-rall-bn {
        margin-left: 0
    }

    .cc_div #c-bns {
        flex-direction: column
    }

    #c-bns button+button,
    #s-cnt button+button {
        margin-top: .625em;
        margin-left: 0;
        float: unset
    }

    #cm.box,
    #cm.cloud {
        left: 1em;
        right: 1em;
        width: auto
    }

    #cm.cloud.left,
    #cm.cloud.right {
        margin: 0
    }

    .cc_div .cloud #c-bns,
    .cc_div .cloud #c-inr,
    .cc_div .cloud #c-inr-i {
        display: block;
        width: auto;
        min-width: unset
    }

    .cc_div .cloud #c-txt {
        font-size: .9em
    }

    .cc_div .cloud #c-bns {
        margin-top: 1.625em
    }
}

.cc_div.ie #c-vln {
    height: 100%;
    padding-top: 5.62em
}

.cc_div.ie .bar #c-vln {
    padding-top: 0
}

.cc_div.ie #cs {
    max-height: 37.5em;
    position: relative;
    top: 0;
    margin-top: -5.625em
}

.cc_div.ie .bar #cs {
    margin-top: 0;
    max-height: 100%
}

.cc_div.ie #cm {
    border: 1px solid #dee6e9
}

.cc_div.ie #c-s-in {
    top: 0
}

.cc_div.ie .b-tg {
    padding-left: 1em;
    margin-bottom: .7em
}

.cc_div.ie .b-tg .c-tgl:checked~.c-tg:after {
    left: 1.95em
}

.cc_div.ie #s-bl table {
    overflow: auto
}

.cc_div.ie .b-tg .c-tg {
    display: none
}

.cc_div.ie .b-tg .c-tgl {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: .2em;
    height: auto
}

.cc_div.ie #s-cnt .b-bn .b-tl {
    padding: 1.3em 6.4em 1.3em 1.4em
}

.cc_div.ie .bar #s-bl td:before {
    display: none
}

.cc_div.ie .bar #s-bl td {
    padding: .8em .625em .8em 1.2em
}

.cc_div.ie .bar #s-bl thead tr {
    position: relative
}

.cc_div.ie .b-tg .t-lb {
    filter: alpha(opacity=0)
}

.cc_div.ie #cm-ov,
.cc_div.ie #cs-ov {
    filter: alpha(opacity=80)
}

body {
    font-size: 1rem;
    line-height: 1.5;
    font-family: Merriweather, serif;
    font-weight: 400;
    color: #3c3d41
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1rem;
    line-height: 1.5;
    font-family: Merriweather, serif;
    font-weight: 700;
    font-style: italic
}

address,
blockquote,
dl,
fieldset,
figure,
hr,
ol,
p,
pre,
table,
ul {
    margin-bottom: 1.5rem
}

.grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none
}

.grid--center {
    justify-content: center
}

.grid>.grid-item {
    width: 100%;
    overflow: hidden
}

.grid--flexItems>.grid-item {
    display: flex
}

.grid {
    margin: -1.25rem 0 1.25rem -1.25rem
}

.grid>.grid-item {
    padding: 1.25rem 0 0 1.25rem
}

.grid--noGutters {
    margin: 0
}

.grid--noGutters>.grid-item {
    padding: 0
}

.grid-item--full {
    width: 100% !important
}

.grid-item--1of2 {
    width: 50% !important
}

.grid-item--1of3 {
    width: 33.3333% !important
}

.grid-item--2of3 {
    width: 66.6667% !important
}

.grid-item--1of4 {
    width: 25% !important
}

.grid-item--3of4 {
    width: 75% !important
}

@media (min-width:26em) {
    .sm-grid-item--full {
        width: 100% !important
    }

    .sm-grid-item--1of2 {
        width: 50% !important
    }

    .sm-grid-item--1of3 {
        width: 33.3333% !important
    }

    .sm-grid-item--2of3 {
        width: 66.6667% !important
    }

    .sm-grid-item--1of4 {
        width: 25% !important
    }

    .sm-grid-item--3of4 {
        width: 75% !important
    }
}

@media (min-width:45em) {
    .md-grid-item--full {
        width: 100% !important
    }

    .md-grid-item--1of2 {
        width: 50% !important
    }

    .md-grid-item--1of3 {
        width: 33.3333% !important
    }

    .md-grid-item--2of3 {
        width: 66.6667% !important
    }

    .md-grid-item--1of4 {
        width: 25% !important
    }

    .md-grid-item--3of4 {
        width: 75% !important
    }
}

@media (min-width:64em) {
    .lg-grid-item--full {
        width: 100% !important
    }

    .lg-grid-item--1of2 {
        width: 50% !important
    }

    .lg-grid-item--1of3 {
        width: 33.3333% !important
    }

    .lg-grid-item--2of3 {
        width: 66.6667% !important
    }

    .lg-grid-item--1of4 {
        width: 25% !important
    }

    .lg-grid-item--3of4 {
        width: 75% !important
    }
}

.ad {
    text-align: center
}

.ad-image {
    display: inline;
    height: auto
}

.ad-image--desktop {
    display: none
}

@media (min-width:45em) {
    .ad-image--mobile {
        display: none
    }

    .ad-image--desktop {
        display: inline
    }
}

.ad-redirect {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff
}

.ad-redirect iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

address {
    font-style: normal
}

address .country,
address .location,
address .street1,
address .street2,
address .zipCity {
    display: block
}

.avatar {
    display: inline-block;
    vertical-align: bottom;
    background-color: #f7f6f4;
    border: 2px solid #f7f6f4;
    border-radius: 100%
}

.avatar-image {
    border-radius: 100%
}

.avatarGroup .avatar:nth-of-type(2) {
    margin-left: -1.4rem
}

.avatar {
    width: 3rem;
    height: 3rem;
    width: 4.8rem;
    height: 4.8rem;
    width: 6.3rem;
    height: 6.3rem;
    width: 7rem;
    height: 7rem
}

.header-author .avatar {
    margin-right: 1rem
}

.post-footer-author .avatar {
    float: left
}

.button {
    line-height: normal;
    border: 1px solid #c1b29f;
    background: #dacdbc;
    font-family: DIN Next Pro, sans-serif;
    font-weight: 700;
    font-size: .875rem;
    text-transform: uppercase;
    padding: .6875rem 1.2rem .5625rem 1.2rem;
    border-radius: 0;
    text-align: center
}

.button,
.button:hover {
    color: #fff
}

.button--light {
    color: #3c3d41;
    border: 1px solid #fff;
    background: #fff
}

.button--light:hover {
    color: #3c3d41
}

.button--round {
    padding: .55rem .9rem .35rem;
    border: 1px solid #3c3d41;
    border-radius: 1rem;
    line-height: 1;
    color: #fff;
    background: #3c3d41
}

.button--round span {
    display: inline-block
}

.card {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    width: 100%
}

.card h3 {
    margin-bottom: 1.1rem;
    font-size: 1.125rem;
    line-height: 1.35
}

@media (min-width:45em) {
    .card h3 {
        margin-bottom: 1.1rem;
        font-size: 1.5rem;
        line-height: 1.25
    }
}

.card p {
    flex: 1 0 auto;
    margin-bottom: 1.2rem;
    font-size: .9375rem;
    line-height: 1.7
}

.card-link {
    display: flex;
    width: 100%
}

.card-readMore {
    justify-content: flex-end;
    margin-top: .7rem;
    padding-top: .5rem;
    border-top: 1px solid #f7f6f4
}

@media (min-width:45em) {
    .card-readMore {
        display: none !important
    }
}

.card--ad {
    padding: 1.8rem 1.4rem 1.4rem
}

.card--magazines a {
    display: flex
}

.card-list-image {
    flex: none;
    width: 40px;
    margin-right: 15px
}

.card--magazines img {
    border: 1px solid #efefef
}

.magazines-archive .card-list li {
    padding-top: .5rem;
    padding-bottom: .35rem
}

.magazines-archive .card-list-time {
    display: inline-block;
    margin: 0 .3rem 0 0
}

.card--text {
    background-color: transparent
}

.card--text .card-arrow .icon {
    width: 1.7rem;
    height: 1.7rem
}

.card--contact {
    position: relative;
    display: inline-block
}

.card--contact .card-content {
    position: relative;
    z-index: 1;
    padding: 4.7rem 1.3rem 3.2rem
}

@media (min-width:45em) {
    .card--contact .card-content {
        margin-right: 25%;
        padding: 4.7rem 5rem 3.2rem
    }
}

.card--contact .card-content h3 {
    font-size: 1.3125rem;
    margin-bottom: 1.65rem
}

.card--contact .card-content p {
    max-width: 33rem;
    margin-bottom: 0;
    font-size: .9375rem;
    line-height: 1.75;
    font-family: DIN Next Pro, sans-serif
}

.card--contact .card-background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 25%;
    overflow: hidden
}

.card-background-icon {
    position: absolute;
    top: -12%;
    bottom: -12%;
    left: 0;
    right: 0
}

.card--contact .card-background .icon {
    height: 100%;
    width: 100%;
    margin-left: -40%;
    fill: #efefef
}

.card--contact .card-link {
    display: none
}

@media (min-width:45em) {
    .card--contact .card-link {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 25%;
        border-left: 1px solid #efefef;
        display: flex;
        align-items: center;
        justify-content: center
    }
}

.card-figure {
    position: relative;
    background-color: #3d3a41;
    text-shadow: 0 0 20px rgba(0, 0, 0, .3)
}

.card-figure:before {
    content: "";
    display: block;
    padding-bottom: 57.88114%
}

@media (min-width:45em) {
    .card-figure:before {
        padding-bottom: 77.26098%
    }
}

.card-image {
    background-size: cover;
    background-position: 50% 20%;
    background-repeat: no-repeat
}

.card-image,
.card-image:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.card-image:after {
    content: "";
    background-image: linear-gradient(5deg, rgba(0, 0, 0, .5) 10%, rgba(0, 0, 0, .15) 30%, transparent 60%)
}

.card--figure .tag {
    position: absolute;
    left: 1.3rem;
    bottom: 1.2rem
}

@media (min-width:45em) {
    .card--figure .tag {
        left: 2.2rem
    }
}

.card--figure .card-content {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    padding: 1rem 1.3rem .8rem
}

@media (min-width:45em) {
    .card--figure .card-content {
        padding: 2.5rem 2.4rem
    }
}

.card--figure .card-text {
    flex: 1 0 auto
}

.card--figure p {
    display: none
}

@media (min-width:45em) {
    .card--figure p {
        display: block;
        flex: 1 0 auto;
        margin-bottom: 1.2rem;
        font-size: .9375rem;
        line-height: 1.7
    }
}

.card--figure .card-meta .avatar {
    width: 3rem;
    height: 3rem;
    margin-left: -.3rem
}

.card--figure .card-meta .media-figure {
    display: none
}

@media (min-width:45em) {
    .card--figure .card-meta .media-figure {
        display: block;
        margin-right: .75rem
    }
}

.card--figure .card-meta {
    font-size: .8125rem;
    font-family: DIN Next Pro, sans-serif;
    font-weight: 400
}

.card--figure .card-meta-author {
    display: block;
    font-size: .9375rem;
    font-family: DIN Next Pro, sans-serif;
    font-weight: 700;
    color: #c1b29f
}

.card--figure .card-meta-date {
    margin-right: .4rem
}

.card--figure .card-meta .icon {
    position: relative;
    top: -.1rem;
    width: 1.2rem;
    height: 1.2rem;
    margin-right: .1rem;
    fill: #c4c4c4
}

.card-meta-views {
    display: none
}

@media (min-width:64em) {
    .card--figure--lg .card-figure:before {
        padding-bottom: 44.27673%
    }

    .card--figure--lg .tag {
        left: 2.8rem
    }

    .card--figure--lg .card-content {
        flex-direction: row;
        padding-top: 3.1rem;
        padding-left: 3rem
    }

    .card--figure--lg .card-text {
        flex: 1;
        margin-right: 3rem
    }

    .card--figure--lg h3 {
        margin-bottom: 1.6rem
    }

    .card--figure--lg p {
        margin-bottom: 0
    }

    .card--figure--lg .card-meta {
        align-self: flex-end;
        min-width: 12.5rem
    }
}

.card--just4vets {
    background: #3d3a41;
    color: #fff;
    padding: 1.4rem 1.3rem 1.2rem
}

@media (min-width:45em) {
    .card--just4vets {
        padding: 2.4rem 2.4rem 2.6rem
    }
}

.card--just4vets .readMore {
    color: #fff
}

.card--just4vets .icon {
    fill: currentColor
}

.card-just4vets-logo {
    margin-bottom: 1.2rem
}

.card-just4vets-logo .icon {
    width: 13rem;
    height: 4.4rem
}

@media (min-width:45em) {
    .card-just4vets-logo {
        margin-bottom: 1.4rem
    }
}

.card--list {
    padding: 1.8rem 1.3rem 1rem
}

@media (min-width:45em) {
    .card--list {
        padding: 3.4rem 2.4rem 2.6rem
    }
}

.card--list h3 {
    margin-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.25
}

@media (min-width:45em) {
    .card--list h3 {
        margin-bottom: 1.4rem;
        font-size: 1.5rem;
        line-height: 1.25
    }
}

.card-list {
    margin-bottom: 0
}

.card-list li {
    border-top: 1px solid #efefef;
    display: block;
    padding-top: 1rem;
    padding-bottom: .8rem
}

@media (min-width:45em) {
    .card-list li {
        padding-top: 1.5rem;
        padding-bottom: 1.25rem
    }
}

.card-list p {
    margin-bottom: 0;
    font-size: .875rem;
    line-height: 1.7
}

@media (min-width:45em) {
    .card-list p {
        font-size: .9375rem;
        line-height: 1.7
    }
}

.card-list p a {
    text-decoration: underline
}

.card-list p a:hover {
    color: #88898a
}

.card-list-time {
    display: block;
    margin-bottom: .1rem;
    font-size: .875rem;
    font-family: DIN Next Pro, sans-serif;
    font-weight: 700
}

@media (min-width:45em) {
    .card-list-time {
        margin-bottom: .5rem
    }
}

.card-list-topic {
    color: #c1b29f
}

.card-list-topic--danger {
    color: #dc0000
}

.card-content .cards-list-link {
    border-top: 1px solid #efefef;
    font-family: DIN Next Pro, sans-serif;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2rem
}

.card-content .cards-list-link span {
    margin-right: 1rem
}

.card-content .cards-list-link .icon {
    position: relative;
    top: -.1rem;
    width: 1.7rem;
    height: 1.7rem
}

.card--team {
    align-items: center;
    padding: 2rem 1.3rem 1.5rem
}

@media (min-width:45em) {
    .card--team {
        align-items: center;
        text-align: center;
        padding: 3.8rem 2.6rem 3rem
    }
}

.card--team h4 {
    font-size: 1rem;
    line-height: 1.25
}

@media (min-width:45em) {
    .card--team h4 {
        margin-bottom: .7rem;
        font-size: 1.25rem;
        line-height: 1.4
    }
}

.card--team p {
    flex: 1 0 auto;
    width: 100%;
    margin-bottom: 1.8rem;
    font-size: .9375rem;
    line-height: 1.75;
    font-family: DIN Next Pro, sans-serif;
    font-weight: 400
}

.card--team .teamavatar-group {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 1.5rem
}

.card--team .teamavatar-group-text {
    margin-left: 2rem
}

.card--team .teamavatar-group-text p {
    margin-bottom: 0;
    margin-top: .5rem;
    font-size: .875rem;
    line-height: 1.75;
    font-family: Merriweather, serif
}

@media (min-width:45em) {
    .card--team .teamavatar-group {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 0
    }

    .card--team .teamavatar-group-text {
        margin-left: 0
    }

    .card--team .teamavatar-group-text p {
        margin-bottom: 0;
        margin-top: 0;
        font-size: .9375rem;
        line-height: 1.75;
        font-family: DIN Next Pro, sans-serif
    }
}

.card--team .avatar {
    width: 4.9rem;
    height: 4.9rem
}

@media (min-width:45em) {
    .card--team .avatar {
        width: 9rem;
        height: 9rem;
        margin-bottom: 1.4rem
    }
}

.card--team .card-contact {
    text-align: center
}

.card--team .card-contact a {
    margin: 0 .4rem
}

.card--team .card-contact .icon {
    width: 1.7rem;
    height: 1.7rem
}

.card--team .card-contact .icon--facebook {
    height: 1.4rem
}

.card--team--vet {
    padding-bottom: 1rem
}

@media (min-width:45em) {
    .card--team--vet {
        padding-bottom: 3.5rem
    }

    .card--team--vet .avatar {
        margin-bottom: 2rem
    }
}

.card--vet {
    flex-direction: column
}

@media (min-width:45em) {

    .card--vet--lg,
    .card--vet--sm {
        flex-direction: row
    }
}

.card--vet .card-figure {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #3d3a41
}

.card--vet .card-figure:before {
    content: "";
    display: block;
    padding-bottom: 77.26098%
}

@media (min-width:45em) {
    .card--vet--lg .card-figure {
        flex: none;
        width: 15rem;
        background-position: 50% 20%
    }
}

@media (min-width:64em) {
    .card--vet--lg .card-figure {
        width: 21rem;
        background-position: 50% 20%
    }
}

.card--vet .card-content {
    display: flex;
    flex-direction: column;
    padding: 1rem 1rem .8rem 1.3rem
}

@media (min-width:45em) {
    .card--vet .card-content {
        padding: 2.5rem 2rem 2.5rem 2.5rem;
        flex-grow: 1
    }
}

.card--vet .card-content .card-header {
    flex: 1 0 auto
}

.card--vet .card-link {
    display: none
}

@media (min-width:45em) {
    .card--vet .card-link {
        flex: none;
        align-items: center;
        justify-content: center;
        width: 4rem;
        border-left: 1px solid #efefef
    }

    .card--vet--lg .card-link {
        display: flex
    }
}

@media (min-width:64em) {
    .card--vet .card-link {
        width: 7rem
    }

    .card--vet--sm .card-link {
        display: flex
    }
}

.card--vet .card-link .icon {
    width: 1.7rem;
    height: 1.7rem
}

.card--vet h3 {
    margin-bottom: 1rem
}

@media (min-width:45em) {
    .card--vet--lg h3 {
        margin-bottom: 1.7rem;
        margin-right: 1.5rem
    }
}

.card--vet .card-meta {
    font-size: .875rem;
    line-height: 1.35;
    font-family: DIN Next Pro, sans-serif;
    font-weight: 400
}

@media (min-width:45em) {
    .card--vet .card-meta {
        font-size: 1rem
    }
}

@media (min-width:45em) {

    .card--vet--lg .card-meta,
    .card--vet--sm .card-meta {
        display: flex
    }

    .card--vet--lg .card-meta-column,
    .card--vet--sm .card-meta-column {
        flex-grow: 1;
        width: 50%;
        padding-right: 1.5rem
    }

    .card--vet--lg .card-meta-column:last-child,
    .card--vet--sm .card-meta-column:last-child {
        padding-right: 0
    }

    .card--vet--lg.card--vet--3cols .card-meta-column,
    .card--vet--sm.card--vet--3cols .card-meta-column {
        width: 33.3%
    }
}

.card--vet .card-meta table {
    margin-bottom: 0
}

.card--vet .card-meta-column:not(:last-child) {
    margin-bottom: .8rem
}

.card--vet .card-meta address {
    margin-bottom: 0
}

@media (min-width:45em) {
    .card--vet--lg .card-meta address {
        margin-bottom: 0;
        margin-right: 1rem
    }
}

.card--vet .card-meta h4 {
    margin-bottom: 0;
    font-size: .875rem;
    line-height: 1.35;
    font-family: DIN Next Pro, sans-serif;
    font-weight: 700;
    font-style: normal
}

@media (min-width:45em) {
    .card--vet .card-meta h4 {
        font-size: 1rem;
        line-height: 1.35
    }
}

.card--vet .card-meta h4,
.card--vet .card-meta td,
.card--vet .card-meta th {
    padding-bottom: .3rem
}

.card--vet .card-meta th {
    padding-right: 1rem;
    vertical-align: top;
    text-align: left
}

.card--vet {
    min-height: 4rem
}

.card--vet--sm .card-content {
    padding-top: 1.5rem
}

@media (min-width:45em) {
    .card--vet--sm .card-content {
        flex-direction: row;
        padding: 2.8rem 2rem 2.5rem 2.5rem
    }

    .card--vet--sm .card-content .card-header {
        flex: none;
        width: 20rem;
        padding-right: 2rem
    }

    .card--vet--sm .card-content .card-meta {
        flex-grow: 1;
        margin-top: .2rem
    }

    .card--vet--sm h3 {
        margin-bottom: 0
    }
}

@media (min-width:64em) {
    .card--vet--sm .card-content {
        padding: 2.8rem 2rem 2.5rem 3.5rem
    }

    .card--vet--sm .card-content .card-header {
        width: 20rem;
        padding-right: 2rem
    }
}

.card--walk .card-map {
    position: relative;
    background-color: #e5e3df
}

.card--walk .card-map:before {
    content: "";
    display: block;
    padding-bottom: 57.88114%
}

.card--walk .card-map .mapcanvas {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.card--walk .card-content {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    padding: 2rem 1rem .8rem 1.3rem
}

@media (min-width:45em) {
    .card--walk .card-content {
        padding: 2.5rem 2.4rem 1.5rem
    }
}

.card--walk .card-header {
    flex: 1 0 auto;
    margin-bottom: .8rem
}

@media (min-width:64em) {
    .card--walk .card-header {
        margin-bottom: 0
    }
}

.card--walk h3 {
    margin-bottom: .75rem
}

.card--walk .quote {
    display: none
}

@media (min-width:64em) {
    .card--walk .quote {
        display: block;
        margin-bottom: .4rem
    }
}

.card--walk .quote p {
    font-size: .875rem;
    line-height: 1.75
}

.card--walk .avatarGroup {
    position: relative;
    margin-bottom: 1rem
}

@media (min-width:64em) {
    .card--walk .avatarGroup {
        z-index: 50;
        margin-top: -4.6rem
    }
}

.card--walk .avatarGroup .avatar {
    width: 4.9rem;
    height: 4.9rem
}

.card--walk .avatarGroup .avatar:last-of-type {
    width: 3.6rem;
    height: 3.6rem;
    margin-left: -1.2rem
}

.card--walk .card-meta {
    display: flex;
    margin-bottom: .8rem;
    font-size: .875rem;
    line-height: 1.35;
    font-family: DIN Next Pro, sans-serif;
    font-weight: 400
}

@media (min-width:64em) {
    .card--walk .card-meta {
        margin-bottom: 0
    }
}

.card--walk .card-meta-column:first-of-type {
    flex: none;
    width: 110px
}

.card--walk .card-meta .media-figure {
    margin-right: .8rem
}

.card--walk .card-meta .media-body {
    min-height: 2.45rem
}

.card--walk .card-meta address {
    margin-bottom: 0
}

.card--walk .card-meta .icon {
    position: relative;
    height: 1.85rem;
    width: 1.85rem;
    fill: #c4c4c4
}

.card--walk .card-meta .icon--distance {
    top: -.2rem
}

.card--walk .card-meta .icon--time {
    height: 1.7rem;
    top: -.1rem
}

.card--walk .card-meta .icon--reachability {
    top: -.2rem
}

.card--walk .card-meta .icon--location {
    height: 1.7rem;
    top: -.15rem
}

@media (min-width:64em) {
    .card--walk--lg {
        flex-direction: row
    }

    .card--walk--lg .card-map {
        flex: 1 0 auto;
        width: 40%
    }

    .card--walk--lg .card-content {
        flex: 0 1 auto;
        width: 60%;
        padding: 3.5rem 3.5rem 2.5rem 4rem
    }

    .card--walk--lg .card-header {
        display: flex
    }

    .card--walk--lg .card-header .avatarGroup {
        order: 2;
        flex: 1 0 auto;
        margin: 0;
        padding-left: 2rem
    }

    .card--walk--lg h3 {
        margin-bottom: 1.4rem;
        font-size: 1.875rem;
        line-height: 1.25
    }

    .card--walk--lg .quote {
        max-width: 23rem;
        margin-bottom: 2rem;
        padding-left: 13%
    }

    .card--walk--lg .quote p {
        position: relative;
        font-size: 1rem;
        line-height: 1.65
    }

    .card--walk--lg .quote p:first-child:before,
    .card--walk--lg .quote p:last-child:after {
        font-size: 2rem;
        line-height: 0;
        color: #c1b29f
    }

    .card--walk--lg .quote p:first-child:before {
        position: absolute;
        top: .5rem;
        left: -1.2rem
    }

    .card--walk--lg .quote p:last-child:after {
        position: relative;
        top: .5rem
    }

    .card--walk--lg .avatarGroup .avatar {
        width: 5.3rem;
        height: 5.3rem
    }

    .card--walk--lg .avatarGroup .avatar:last-of-type {
        width: 4rem;
        height: 4rem;
        margin-left: -1.3rem
    }

    .card--walk--lg .card-meta {
        border-top: 1px solid #efefef;
        padding-top: 2.3rem;
        font-size: 1rem;
        line-height: 1.35
    }

    .card--walk--lg .card-meta-column:first-of-type {
        flex: 25%
    }

    .card--walk--lg .card-meta-column:nth-of-type(2) {
        flex: 75%
    }

    .card--walk--lg .card-meta .media-figure {
        margin-right: .8rem
    }

    .card--walk--lg .card-meta .media-body {
        min-height: 2.9rem
    }

    .card--walk--lg address .street {
        display: inline-block
    }

    .card--walk--lg address .street:after {
        content: ","
    }
}

.card--walk--banner .avatarGroup,
.card--walk--banner .card-link,
.card--walk--banner .quote {
    display: none
}

.card--walk--banner .card-content {
    padding-top: 1rem
}

@media (min-width:45em) {
    .card--walk--banner {
        flex-direction: row;
        min-height: 16rem
    }

    .card--walk--banner .card-map {
        width: 32.5%
    }

    .card--walk--banner .card-content {
        width: 53.5%;
        padding: 3rem 2.7rem 2.7rem 2.7rem
    }

    .card--walk--banner .card-link {
        flex: none;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 4rem;
        border-left: 1px solid #efefef
    }

    .card--walk--banner .card-link .icon {
        width: 1.7rem;
        height: 1.7rem
    }

    .card--walk--banner h3 {
        margin-bottom: 1.5rem;
        font-size: 1.375rem;
        line-height: 1.4
    }

    .card--walk--banner .card-meta {
        font-size: 1rem;
        line-height: 1.35
    }

    .card--walk--banner .card-meta-column:first-of-type {
        flex: 31%;
        flex: calc(20% + 3.3rem)
    }

    .card--walk--banner .card-meta-column:nth-of-type(2) {
        flex: 69%;
        flex: calc(80% - 3.3rem)
    }

    .card--walk--banner .card-meta .media-figure {
        margin-right: .8rem
    }

    .card--walk--banner .card-meta .media-body {
        min-height: 2.9rem
    }

    .card--walk--banner .card-meta .media:last-of-type .media-body {
        min-height: 0
    }

    .card--walk--banner address .street {
        display: inline-block
    }

    .card--walk--banner address .street:after {
        content: ","
    }
}

@media (min-width:64em) {
    .card--walk--banner .card-link {
        width: 7rem
    }
}

#cm {
    max-width: 35em;
    padding-top: 1.5em
}

#cm,
#s-bl .act .b-acc,
#s-inr,
.cc_div .b-tl,
.cc_div .c-bl {
    border-radius: 0
}

#s-c-bn {
    display: none
}

.cc_div {
    font-family: DIN Next Pro, sans-serif;
    font-weight: 400
}

#s-bl {
    overflow-y: scroll
}

#c-ttl,
#c-txt,
#s-bl .p {
    font-size: 1rem !important;
    line-height: 1.35 !important
}

#c-ttl {
    margin-top: .2rem !important;
    font-family: DIN Next Pro, sans-serif;
    font-weight: 700
}

#s-ttl,
.b-tl[aria-level="3"] {
    font-family: Merriweather, serif;
    font-weight: 700;
    font-style: italic;
    font-size: 1.125rem;
    line-height: 1.35
}

.b-tl.exp {
    font-weight: 700;
    font-size: 1rem !important
}

.cc-link {
    font-weight: 400 !important;
    color: #c1b29f !important;
    border: none !important;
    text-decoration: underline !important
}

.cc_div a:focus {
    outline: none
}

.cc_div .c-bn {
    line-height: normal;
    border: 1px solid #c1b29f;
    background: #dacdbc;
    color: #fff;
    font-weight: 700;
    font-size: .875rem;
    text-transform: uppercase;
    padding: .6875rem 1.2rem .5625rem 1.2rem;
    border-radius: 0;
    text-align: center
}

.cc_div .b-bn .exp:before {
    border-color: #c4c4c4 !important
}

#s-cnt #s-rall-bn {
    float: none
}

.cc_div #c-bns {
    display: block
}

.cc_div #c-s-bn {
    float: none !important
}

.external-content-overlay {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 1rem 2.4rem;
    cursor: default
}

body.cc-loaded.cc-no-external .external-content-overlay {
    display: flex
}

.external-content-overlay__content {
    max-width: 18rem
}

:root .external-content-overlay__content p {
    margin-bottom: .2rem;
    font-family: DIN Next Pro, sans-serif;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.35;
    color: #3c3d41
}

.external-content-overlay__inputs {
    margin-top: .5rem
}

@media (min-width:45em) {
    .mapcanvas.js-vet-map .external-content-overlay {
        padding-left: 20rem
    }
}

.mapcanvas.js-route-map .container {
    position: relative;
    height: 100%
}

@media (min-width:45em) {
    .mapcanvas.js-route-map .container {
        height: 90%
    }
}

.mapcanvas.js-route-map .external-content-overlay {
    padding-left: 1.25rem
}

main {
    margin-top: 4.7rem
}

.offline main {
    margin-top: 0
}

@media (min-width:64em) {
    main {
        margin-top: 0
    }
}

.container {
    max-width: 26.75rem;
    margin: 0 auto 2.5rem;
    padding: 0 1.25rem;
    padding-left: max(1.25rem, env(safe-area-inset-left));
    padding-right: max(1.25rem, env(safe-area-inset-right))
}

@media (min-width:45em) {
    .container {
        max-width: 52.25rem
    }
}

@media (min-width:64em) {
    .container {
        max-width: 62.375rem;
        margin: 0 auto 4rem
    }

    .container--lg {
        max-width: 77.75rem
    }
}

.container--top {
    margin-top: 1.25rem
}

@media (min-width:45em) {
    .container--top {
        margin-top: -14rem;
        position: relative
    }
}

@media (min-width:45em) {
    .container--top--defaultVet {
        margin-top: -25rem
    }
}

.container--topMap {
    margin-top: 1.25rem
}

@media (min-width:45em) {
    .container--topMap {
        position: relative;
        z-index: 5;
        margin-top: -12rem
    }
}

.container--topNoAd {
    margin-top: -2.5rem
}

@media (min-width:45em) {
    .container--topNoAd {
        margin-top: -4rem
    }
}

.container--first-home {
    margin-top: -3rem
}

@media (min-width:45em) {
    .container--first-home {
        margin-top: 0
    }
}

.container--last {
    margin-bottom: 3rem
}

@media (min-width:45em) {
    .container--last {
        margin-bottom: 8rem
    }
}

.container--low {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}

.divider {
    position: relative;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    height: 1.5rem
}

.divider:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 1px solid #e8e8e7
}

.divider-headline {
    position: relative;
    z-index: 1;
    display: inline-block;
    color: #c4c4c4;
    background: #f7f6f4;
    font-family: DIN Next Pro, sans-serif;
    font-weight: 400;
    font-size: .875rem;
    font-style: normal;
    line-height: 1;
    padding-left: 1rem;
    padding-right: 1rem
}

@media (min-width:64em) {
    .divider-headline {
        font-size: 1rem
    }
}

.card .divider {
    margin-top: -1rem
}

.card .divider-headline {
    background: #fff
}

.divider--loader-container {
    max-width: 62.375rem;
    margin: 2.5rem auto 6.75rem;
    padding: 0 1.25rem
}

.divider--loader-container--lg {
    max-width: 77.75rem
}

.divider-loader {
    position: relative;
    display: inline-block;
    height: 1.625rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background: #f7f6f4;
    background-image: url(/assets/images/loader.b5c02aca97245d57aefd8a937dee0875.gif);
    background-repeat: no-repeat;
    background-position: 50%
}

body {
    background: #f7f6f4
}

.post-downloads {
    margin: 3rem 0
}

.download+.download {
    margin-top: .5rem
}

.download-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none !important;
    padding: .6rem 1.3rem .6rem .9rem;
    background-color: #fff
}

@media (min-width:45em) {
    .download-link {
        padding: 1rem 1.7rem 1rem 1.1rem
    }
}

.download-icon {
    flex-shrink: 0
}

.download-icon .icon {
    width: 1.2rem;
    height: 1.2rem;
    fill: currentColor
}

@media (min-width:45em) {
    .download-icon .icon {
        width: 1.5rem;
        height: 1.5rem
    }
}

.download-title {
    position: relative;
    top: .05rem;
    margin-left: .5rem;
    font-size: .875rem;
    word-break: break-all
}

@media (min-width:45em) {
    .download-title {
        margin-left: .7rem;
        font-size: 1.0625rem
    }
}

.footer-sitemap {
    background-color: #efefef;
    padding-top: 1.5rem
}

@media (min-width:64em) {
    .footer-sitemap {
        padding-top: 4rem
    }
}

.footer .container {
    margin-bottom: 0
}

.footer-copyright {
    background-color: #3d3a41
}

.footer-navMobile {
    margin-bottom: 2rem
}

.footer-navMobile button {
    display: flex;
    width: 100%;
    padding-top: 1.4rem;
    padding-bottom: 1.2rem;
    font-size: 1rem;
    line-height: 1;
    font-family: DIN Next Pro, sans-serif;
    font-weight: 700;
    border-top: 1px solid #dcdcdd;
    border-bottom: 1px solid #dcdcdd
}

.footer-navMobile button:after {
    content: "\25BE";
    display: inline-block;
    margin-left: auto;
    padding-left: .5rem;
    padding-right: .5rem
}

.footer-navMobile-list {
    display: none;
    margin: 0;
    padding: .5rem 0 .9rem;
    border-bottom: 1px solid #dcdcdd
}

.footer-navMobile-list.is-active {
    display: block
}

.footer-navMobile-list li {
    margin: 1.2rem 1.3rem;
    font-size: .875rem;
    line-height: 1;
    font-family: DIN Next Pro, sans-serif;
    font-weight: 400
}

.footer-logo .icon {
    width: 7.7rem;
    height: 4rem
}

@media (min-width:64em) {
    .footer-logo .icon {
        width: 9.625rem;
        height: 5rem
    }
}

.members .footer-logo .icon {
    width: 13rem;
    height: 4.4rem
}

.footer-infos {
    margin-top: 1.5rem;
    padding-bottom: 1.5rem
}

@media (min-width:64em) {
    .footer-infos {
        margin-top: 2.5rem;
        padding-bottom: 2.5rem
    }
}

.footer-infos .footer-infos-item--about,
.footer-infos .footer-infos-item--navDesktop {
    display: none
}

@media (min-width:64em) {
    .footer-navMobile {
        display: none
    }

    .footer-infos .footer-infos-item--about,
    .footer-infos .footer-infos-item--navDesktop {
        display: block
    }
}

.footer-text {
    font-size: .875rem;
    line-height: 1.9;
    font-family: Merriweather, serif;
    font-weight: 400
}

@media (min-width:64em) {
    .footer-text {
        max-width: 22rem
    }
}

.footer-nav {
    line-height: 2;
    font-family: DIN Next Pro, sans-serif;
    font-weight: 700
}

@media (min-width:64em) {
    .footer-nav {
        margin-left: 5rem
    }

    .footer-infos .grid-item:nth-of-type(2) {
        order: 1
    }
}

.copyright {
    padding: 1rem 0;
    padding-bottom: max(1rem, env(safe-area-inset-bottom))
}

@media (min-width:45em) {
    .copyright {
        display: flex;
        justify-content: space-between;
        align-items: center
    }
}

@media (min-width:64em) {
    .copyright {
        padding: 1.5rem 0;
        padding-bottom: max(1.5rem, env(safe-area-inset-bottom))
    }
}

.copyright-item {
    flex: none;
    font-size: .75rem;
    font-family: DIN Next Pro, sans-serif;
    font-weight: 700
}

@media (min-width:64em) {
    .copyright-item {
        font-size: .875rem
    }
}

.copyright-item,
.copyright-item a {
    color: #fff
}

.copyright-item a:not(last-child) {
    margin-right: 10px
}

.newsletter-errors,
.newsletter-success {
    display: none
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none
}

:root input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-field {
    border-width: 1px;
    border-style: solid;
    border-color: #c4c4c4;
    border-radius: 0;
    background: #fff;
    padding: .7rem .8rem .55rem;
    font-size: .9rem;
    line-height: 1.25;
    color: #3d3a41;
    font-family: DIN Next Pro, sans-serif;
    font-weight: 700
}

.form-field--fullwidth {
    width: 100%
}

.form-field--newsletter {
    text-align: center
}

input[type=search] {
    box-sizing: border-box
}

.form-field--large {
    font-size: 1.125rem;
    text-align: left;
    border-color: #fff;
    border-radius: 0;
    font-weight: 400;
    font-style: italic;
    text-transform: none;
    width: 100%
}

.form-hidden {
    position: absolute;
    left: -99rem;
    overflow: hidden
}

.form-inline {
    position: relative;
    display: inline-block
}

.checkbox {
    float: left;
    width: 1.75rem;
    height: 1.75rem;
    border: 1px solid #dacdbc;
    border-radius: 0;
    background: #fff
}

.checkbox:checked {
    background: #fff url(/assets/images/tick.faf1cc3307d519624d7fa72fc66daa6f.svg) no-repeat;
    background-size: 60%;
    background-position: 55% 50%
}

.checkbox+label {
    display: block;
    margin-left: 2.5rem;
    padding-top: .4rem;
    padding-bottom: .4rem
}

.form-select {
    position: relative
}

.form-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: #c4c4c4;
    border-radius: 0;
    background: #fff;
    padding: .7rem 1.7rem .55rem .8rem;
    font-size: .9rem;
    line-height: 1.25;
    color: #3d3a41;
    font-family: DIN Next Pro, sans-serif;
    font-weight: 700
}

.form-select-chevron {
    position: absolute;
    right: .4rem;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    pointer-events: none
}

.form-select-chevron svg {
    fill: currentColor;
    width: 1rem;
    height: 1rem
}

.form-select--titleField {
    max-width: 7rem
}

.js-select-group {
    display: flex;
    flex-wrap: wrap;
    margin-left: -.5rem;
    margin-bottom: -.4rem
}

@media (min-width:45em) {
    .js-select-group {
        margin-bottom: -.8rem
    }
}

.js-select-group label {
    flex: none;
    margin-left: .5rem !important
}

.js-select-group label .tag {
    cursor: pointer
}

.js-select-group input:checked+label .tag {
    background: #c1b29f
}

.js-select-group input:checked+label .tag-text {
    visibility: hidden
}

.js-select-group input:checked+label .tag:before {
    content: attr(data-text);
    position: absolute;
    color: #fff;
    font-weight: 700
}

.js-select-group input {
    display: none
}

.post-map a[href^="https://maps.google.com/maps"] img {
    top: auto !important;
    bottom: .9rem;
    left: 18.2rem !important
}

@media (min-width:45em) and (max-width:1095px) {
    .header--map a[href^="https://maps.google.com/maps"] img {
        top: auto !important;
        bottom: 7rem
    }

    .header--map .gm-bundled-control .gmnoprint {
        top: auto !important;
        bottom: 1.1rem
    }
}

.card--walk a[href^="https://maps.google.com/maps"] {
    display: none !important
}

@media (min-width:64em) {
    .card--walk.card--walk--lg a[href^="https://maps.google.com/maps"] {
        display: block !important
    }
}

@media (min-width:45em) {
    .header {
        position: relative;
        height: 28.125rem;
        margin-bottom: 5rem;
        background-color: #3d3a41;
        color: #fff
    }
}

.header-image-container {
    position: relative;
    height: 12rem
}

.header--index .header-image-container {
    height: 18rem
}

@media (min-width:45em) {
    .header-image-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100% !important
    }
}

.header-image {
    background-size: cover;
    background-position: 50% 20%;
    background-repeat: no-repeat
}

.header-image,
.header-image:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.header-image:after {
    content: "";
    background-image: linear-gradient(5deg, rgba(0, 0, 0, .5) 10%, rgba(0, 0, 0, .2) 30%, transparent 70%)
}

.header-arrow {
    position: absolute;
    bottom: .9rem;
    left: 50%;
    transform: translateX(-50%)
}

.header-arrow .icon {
    fill: #fff;
    height: 2.3rem;
    width: 2.3rem
}

@media (min-width:45em) {
    .header-arrow {
        display: none
    }
}

.header-content {
    position: relative;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}

@media (min-width:45em) {
    .header-content {
        height: 100%;
        margin-top: 0;
        margin-bottom: 0;
        text-shadow: 0 0 20px rgba(0, 0, 0, .3)
    }
}

.header-logo svg {
    text-shadow: 0 0 10px rgba(0, 0, 0, .4);
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, .4))
}

.header-content p a {
    text-decoration: underline
}

@media (min-width:45em) {
    .header-content p a {
        color: #fff
    }

    .header-content p a:hover {
        color: #efefef
    }
}

@media (min-width:45em) {
    .header-text {
        max-width: 50rem;
        padding: 0 1.25rem;
        position: absolute;
        bottom: 7rem;
        left: 0
    }
}

.header h1 {
    font-size: 1.375rem;
    line-height: 1.25
}

@media (min-width:45em) {
    .header h1 {
        font-size: 3.375rem;
        line-height: 1.15;
        color: #fff
    }
}

.header--home {
    position: relative;
    height: 38rem;
    margin-bottom: 0;
    margin-top: 0;
    background-color: #3d3a41;
    color: #fff
}

@media (min-width:45em) {
    .header--home {
        height: 43.75rem;
        z-index: 301
    }
}

.header--home .header-content {
    height: 100%
}

.header--home .header-text {
    position: absolute;
    bottom: 5.5rem;
    left: 0;
    padding: 0 1.25rem
}

@media (min-width:64em) {
    .header--home .header-text {
        bottom: 7rem
    }
}

.header--home h1 {
    margin-bottom: .8rem;
    font-size: 1.875rem;
    line-height: 1.25
}

@media (min-width:45em) {
    .header--home h1 {
        margin-bottom: 2.5rem;
        font-size: 3.375rem;
        line-height: 1.15;
        color: #fff
    }
}

.header--home .header-readMore {
    margin-top: 1.5rem
}

.header--home .header-readMore .icon {
    fill: #fff
}

@media (min-width:45em) {
    .header--home .header-readMore {
        display: none
    }
}

.header--home .header-logo {
    display: none
}

@media (min-width:64em) {
    .header--home .header-logo {
        display: block;
        position: absolute;
        top: 5.5rem;
        left: 0;
        padding: 0 1.25rem
    }
}

.header--home .header-meta {
    font-size: 1.125rem;
    font-family: DIN Next Pro, sans-serif;
    font-weight: 700
}

.header--home .header-meta .media-body {
    display: none
}

@media (min-width:45em) {
    .header--home .header-meta .media-body {
        display: block
    }
}

.header--home .header-meta .tag {
    margin-right: .3rem
}

.header--home .header-meta span {
    margin-right: 1rem
}

.header--home .header-meta .icon {
    position: relative;
    top: -.1rem;
    width: 1.7rem;
    height: 1.7rem;
    fill: #fff
}

.header--home a {
    color: #fff
}

.header--home .header-sponsor {
    display: none;
    position: absolute;
    bottom: 1.25rem;
    right: 1.25rem;
    vertical-align: middle;
    color: #fff
}

@media (min-width:45em) {
    .header--home .header-sponsor {
        display: block
    }
}

.header--home .header-sponsor:hover {
    color: #fff
}

.header--home .header-sponsor span {
    position: relative;
    bottom: -.5rem;
    padding-right: .3rem;
    font-size: .9375rem;
    font-family: DIN Next Pro, sans-serif;
    font-weight: 700
}

.header--home .header-sponsor img {
    width: 6rem;
    height: 6rem
}

@media (min-width:45em) {

    .header--slanted,
    .header--slantedLg {
        position: relative;
        overflow: hidden;
        margin-bottom: 1.8rem
    }
}

.header--slanted .header-image-container,
.header--slantedLg .header-image-container {
    height: 12rem
}

@media (min-width:45em) {

    .header--slanted .header-image-container,
    .header--slantedLg .header-image-container {
        height: 100%
    }

    .header--slanted {
        height: 30.625rem
    }

    .header--slantedLg {
        height: 45rem
    }

    .header--slanted:after,
    .header--slantedLg:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        height: 0;
        width: 0;
        margin-left: -100rem;
        border-bottom: 9rem solid #f7f6f4;
        border-left: 200rem solid transparent;
        transform: scale(1.001)
    }
}

.header--slantedLg .header-text {
    bottom: 9rem
}

.header--slantedLg h1 {
    margin-bottom: 1.2rem
}

.header--slantedLg .header-meta {
    display: none
}

@media (min-width:45em) {
    .header--slantedLg .header-meta {
        display: flex;
        align-items: center
    }
}

.header--slantedLg .header-meta span {
    font-size: 1.25rem;
    font-family: DIN Next Pro, sans-serif;
    font-weight: 700
}

.header--slantedLg .header-meta .avatar {
    width: 3.7rem;
    height: 3.7rem;
    margin-right: .9rem
}

@media (min-width:45em) {
    .header--index {
        height: 29.375rem
    }
}

.header--index .header-content {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.header--index h1 {
    margin-bottom: 1rem;
    font-size: 1.375rem;
    line-height: 1.2;
    font-weight: 700
}

@media (min-width:45em) {
    .header--index h1 {
        margin-bottom: .4rem;
        font-size: 3rem
    }
}

.header--index p {
    max-width: 20rem;
    margin-bottom: 0;
    font-size: .875rem;
    line-height: 1.7
}

@media (min-width:45em) {
    .header--index p {
        max-width: 27rem;
        font-size: 1.0625rem;
        line-height: 1.65;
        font-weight: 700
    }
}

.header--map {
    position: relative;
    height: 18rem;
    background-color: #e5e3df
}

@media (min-width:45em) {
    .header--map {
        height: 37.5rem
    }
}

.header--map .mapcanvas {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.header--defaultVet {
    background-color: #f7f6f4
}

.header--home.header--dark,
.header--home.header--dark .header-content p a,
.header--home.header--dark .header-sponsor,
.header--home.header--dark a,
.header--home.header--dark h1 {
    color: #3c3d41
}

.header--home.header--dark .header-meta .icon,
.icon {
    fill: #3c3d41
}

.icon {
    width: 1.45rem;
    height: 1.45rem;
    vertical-align: middle
}

.lightswitch {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.lightswitch .lightswitch__input {
    position: absolute;
    cursor: pointer;
    display: block;
    top: 0;
    left: 0;
    margin: 0;
    border: 0
}

.lightswitch .lightswitch__toggle {
    position: absolute;
    background: #919ea6;
    background: #dcdcdd;
    transition: background-color .25s ease, box-shadow .25s ease;
    pointer-events: none
}

.lightswitch,
.lightswitch .lightswitch__input,
.lightswitch .lightswitch__toggle {
    width: 3.4em;
    height: 1.5em;
    border-radius: 4em
}

.lightswitch .lightswitch__toggle:after {
    content: "";
    position: relative;
    display: block;
    left: .125em;
    top: .125em;
    width: 1.25em;
    height: 1.25em;
    border: none;
    box-sizing: content-box;
    background: #fff;
    box-shadow: 0 1px 2px rgba(24, 32, 35, .36);
    transition: transform .25s ease;
    border-radius: 100%
}

.lightswitch .lightswitch__input:checked~.lightswitch__toggle:after {
    transform: translateX(1.9em)
}

.on-i:before {
    border: solid #fff;
    border-color: #fff;
    border-width: 0 2px 2px 0;
    padding: .1em;
    display: inline-block;
    padding-bottom: .45em;
    content: "";
    margin: 0 auto;
    transform: rotate(45deg);
    top: .37em;
    left: .75em;
    position: absolute
}

.off-i,
.on-i {
    height: 100%;
    width: 50%;
    position: absolute;
    right: 0;
    display: block;
    text-align: center;
    transition: opacity .15s ease
}

.on-i {
    left: 0;
    opacity: 0
}

.off-i:after,
.off-i:before {
    right: .8em;
    top: .42em;
    content: " ";
    height: .7em;
    width: .09375em;
    display: block;
    background: #cdd6dc;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    transform-origin: center
}

.off-i:before {
    transform: rotate(45deg)
}

.off-i:after {
    transform: rotate(-45deg)
}

.lightswitch .lightswitch__input:checked~.lightswitch__toggle .on-i {
    opacity: 1
}

.lightswitch .lightswitch__input:checked~.lightswitch__toggle .off-i {
    opacity: 0
}

.lightswitch .lightswitch__input:checked~.lightswitch__toggle {
    background: #253b48;
    background: #dacdbc
}

.loginHeader-image {
    display: none
}

@media (min-width:80em) {
    .loginHeader {
        display: flex;
        min-height: calc(100vh - 130px)
    }

    .loginHeader-content,
    .loginHeader-image {
        display: block;
        width: 50%
    }

    .loginHeader-image {
        position: relative
    }

    .loginHeader-image img {
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.loginHeader-content {
    max-width: 26.75rem;
    margin: 0 auto;
    padding: 4rem 1.25rem
}

@media (min-width:45em) {
    .loginHeader-content {
        max-width: 52.25rem;
        padding-top: 6rem
    }
}

@media (min-width:64em) {
    .loginHeader-content {
        max-width: 62.375rem
    }

    .loginHeader-contentInner {
        max-width: 49.75rem
    }
}

@media (min-width:80em) {
    .loginHeader-content {
        max-width: none;
        padding-left: 3rem
    }

    .loginHeader-contentInner {
        max-width: 34.7rem
    }
}

.loginHeader-contentInner .userForm {
    max-width: 25rem
}

.loginHeader-icon {
    margin-bottom: 1.5rem
}

.loginHeader-icon .icon {
    width: 13rem;
    height: 4.4rem
}

@media (min-width:45em) {
    .loginHeader-icon .icon {
        width: 17rem;
        height: 5.7rem
    }
}

.loginHeader-register {
    margin-top: 5rem
}

.loginHeader-register .readMore {
    margin-top: 1rem
}

.logo {
    position: relative;
    display: inline-block;
    padding: 2rem 1rem 2rem 4.1rem;
    line-height: 1;
    color: #3c3d41
}

.logo.logo--just4vets {
    padding: 2rem 1rem 2rem 6.5rem
}

.logo-title {
    display: block;
    margin-bottom: .15rem;
    font-size: 1.4375rem;
    font-family: DIN Next Pro, sans-serif;
    font-weight: 900;
    letter-spacing: .03rem
}

.logo-slogan {
    display: block;
    font-size: .875rem;
    font-family: Merriweather, serif;
    font-weight: 700;
    font-style: italic
}

.logo .icon {
    position: absolute;
    top: -.15rem;
    left: -2.1rem;
    width: 6.9rem;
    height: 6.9rem
}

.logo.logo--just4vets .icon {
    top: -.3rem;
    left: 0;
    width: 6.2rem;
    height: 6.2rem
}

.logo--bright .icon {
    fill: #c1b29f
}

.logo--bright .logo-title {
    color: #fff
}

.logo--bright .logo-slogan {
    color: #c1b29f
}

.media {
    display: flex;
    align-items: flex-start
}

.media-figure {
    margin-right: 1rem
}

.media-body {
    flex: 1;
    width: 100%;
    margin-bottom: 0
}

.media--center {
    align-items: center
}

.media--baseline {
    align-items: baseline
}

.media--reverse>.media-figure {
    order: 1;
    margin: 0 0 0 1rem
}

.overlay {
    z-index: 300;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .3);
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility 0s .5s
}

.overlay.is-active {
    opacity: 1;
    visibility: visible;
    transition: opacity .5s
}

.searchResults-item,
.searchResults-text {
    margin-bottom: .7rem;
    font-family: DIN Next Pro, sans-serif;
    font-weight: 400;
    font-size: 1rem
}

.searchResults-item a:hover {
    color: #88898a
}

.searchResults-item mark {
    font-weight: 900;
    color: inherit;
    background: transparent
}

.searchResults-heading {
    position: relative;
    margin-top: 2rem;
    margin-bottom: 1.3rem;
    padding-bottom: .8rem;
    font-family: DIN Next Pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.375rem
}

.searchResults-heading:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 500px;
    height: 1px;
    background: #e8e8e7
}

.searchResults-heading:first-of-type {
    margin-top: 0
}

.mobileNav {
    z-index: 301;
    position: relative
}

@media (min-width:64em) {
    .mobileNav {
        display: none
    }
}

.mobileNav-bar {
    position: fixed;
    top: 0;
    width: 100%;
    height: 4.7rem;
    padding: 0 1.25rem;
    padding-left: max(1.25rem, env(safe-area-inset-left));
    padding-right: max(1.25rem, env(safe-area-inset-right));
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    transform: translateY(0);
    transition: all .25s cubic-bezier(.8, 0, .4, 1)
}

.scrollDirection-down .mobileNav-bar {
    transform: translateY(-5rem)
}

.mobileNav--members .mobileNav-bar {
    background: #3d3a41
}

.mobileNav-logo {
    position: relative;
    top: .2rem
}

.mobileNav-logo .icon {
    width: 7.7rem;
    height: 4rem
}

.mobileNav--members .mobileNav-logo .icon {
    fill: #fff
}

.mobileNav-button {
    margin-left: 1rem
}

.mobileNav-button .icon {
    width: 1.7rem;
    height: 1.7rem
}

.mobileNav--members .mobileNav-button .icon {
    fill: #fff
}

.mobileNav-flyout {
    position: fixed;
    top: 4.7rem;
    bottom: 0;
    right: 0;
    width: 415px;
    max-width: 100%;
    transform: translateX(415px);
    border-top: 1px solid #dacdbc;
    background: #dacdbc;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    transition: all .25s cubic-bezier(.8, 0, .4, 1)
}

.mobileNav-flyout.is-active {
    transform: translateX(0)
}

.mobileNav--members .mobileNav-flyout {
    border-top: none
}

.mobileNav-flyout--menu {
    display: flex;
    flex-direction: column;
    padding: 2rem 1.25rem 2rem
}

.mobileNav-menu {
    font-size: 1.2rem;
    font-family: DIN Next Pro, sans-serif;
    font-weight: 700
}

.mobileNav-menu-item {
    padding: 1rem 0 .7rem
}

.mobileNav-menu-item a {
    display: block
}

.mobileNav-menu-item:not(:last-of-type) {
    border-bottom: 1px solid #c1b29f
}

.mobileNav-social {
    position: relative;
    left: -.4rem;
    margin-top: auto
}

.mobileNav-social-item {
    margin-right: .8rem
}

.mobileNav-social-item .icon {
    width: 1.8rem;
    height: 1.8rem;
    fill: #fff
}

.mobileNav-searchInput {
    width: 100%;
    height: 4.7rem;
    padding: 16px 55px 10px 20px;
    border: 0;
    border-radius: 0;
    line-height: normal;
    font-size: 1rem;
    font-family: DIN Next Pro, sans-serif;
    font-weight: 700
}

.mobileNav-searchInput::-moz-placeholder {
    font-weight: 400;
    color: #c4c4c4
}

.mobileNav-searchInput:-ms-input-placeholder {
    font-weight: 400;
    color: #c4c4c4
}

.mobileNav-searchInput::placeholder {
    font-weight: 400;
    color: #c4c4c4
}

.mobileNav-searchIcon {
    position: absolute;
    pointer-events: none;
    top: 17px;
    right: 20px
}

.mobileNav-searchIcon .icon {
    width: 1.6rem;
    height: 1.6rem
}

.mobileNav-searchResults {
    min-height: calc(100% - 4.7rem + 1px);
    padding: 2rem 1.25rem 2rem
}

.mobileNav-searchResults .searchResults-heading {
    font-size: 1.125rem;
    font-weight: 900
}

.mobileNav-searchResults .searchResults-heading:after {
    max-width: none;
    background: #c1b29f
}

.desktopNav {
    z-index: 301;
    position: relative;
    display: none;
    background: #fff
}

@media (min-width:64em) {
    .desktopNav {
        display: block
    }
}

.desktopNav--home {
    margin-bottom: 80px
}

.desktopNav--members {
    background: #3d3a41
}

.desktopNav-bar {
    position: relative;
    max-width: 77.75rem;
    margin: 0 auto;
    padding: 0 1.25rem
}

.desktopNav-list {
    display: flex;
    height: 3.8rem;
    margin-right: 3.25rem;
    margin-bottom: 0;
    list-style: none
}

.desktopNav--members .desktopNav-list {
    margin-right: 6.5rem
}

.desktopNav-item {
    flex-grow: 1;
    border-right: 1px solid #f7f6f4
}

.desktopNav--members .desktopNav-item {
    border-right: 1px solid #47434c
}

.desktopNav-item:last-of-type {
    border-right: 0
}

.desktopNav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.desktopNav--members .desktopNav-item a {
    color: #fff
}

.desktopNav-link>span {
    padding-top: .3rem;
    font-size: 1rem;
    font-family: DIN Next Pro, sans-serif;
    font-weight: 700
}

.desktopNav-item.is-active .desktopNav-link,
.desktopNav-item:not(.desktopNav-item--home) .desktopNav-link:focus,
.desktopNav-item:not(.desktopNav-item--home) .desktopNav-link:hover {
    background-color: #3d3a41;
    color: #fff
}

.desktopNav--members .desktopNav-item.is-active .desktopNav-link,
.desktopNav--members .desktopNav-item:not(.desktopNav-item--home) .desktopNav-link:focus,
.desktopNav--members .desktopNav-item:not(.desktopNav-item--home) .desktopNav-link:hover {
    background-color: #fff;
    color: #3d3a41
}

.desktopNav-item--home {
    position: relative;
    flex: none;
    width: 12rem
}

.desktopNav-item--home .desktopNav-link {
    justify-content: start;
    margin-left: .6rem
}

.desktopNav-item--home .desktopNav-link>span {
    position: relative;
    padding-left: 2.2rem;
    font-size: 1.125rem;
    font-family: DIN Next Pro, sans-serif;
    font-weight: 900;
    letter-spacing: .03rem
}

.desktopNav-item--home .icon {
    z-index: 302;
    position: absolute
}

.desktopNav-item--home .icon.icon--hunderunden-logo {
    top: -.95rem;
    left: -2.9rem;
    width: 6.9rem;
    height: 6.9rem
}

.desktopNav-item--home .icon.icon--just4vets-logo {
    top: .8rem;
    left: 0;
    width: 2.6rem;
    height: 2.6rem
}

.desktopNav--members .desktopNav-item--home .icon {
    fill: #fff;
    filter: drop-shadow(0 0 1px rgba(0, 0, 0, .3))
}

.mobileNav-logo--just4vets .icon {
    width: 2.6rem;
    height: 2.6rem
}

.mobileNav-logo--just4vets a>span {
    font-size: 1.125rem;
    color: #fff;
    font-family: DIN Next Pro, sans-serif;
    font-weight: 900;
    letter-spacing: .03rem
}

.desktopNav-iconItem {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3.25rem;
    right: 1.25rem;
    border-left: 1px solid #f7f6f4
}

.desktopNav-iconItem--user {
    right: 4.5rem
}

.desktopNav-iconItem--search {
    border-right: 1px solid #f7f6f4
}

.desktopNav--members .desktopNav-iconItem {
    border-color: #47434c
}

.desktopNav-iconItem .desktopNav-iconItem__btn {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.desktopNav-iconItem .desktopNav-iconItem__btn>* {
    pointer-events: none
}

.desktopNav-iconItem .desktopNav-iconItem__btn .icon {
    width: 1.7rem;
    height: 1.7rem;
    fill: #3d3a41
}

.desktopNav--members .desktopNav-iconItem .desktopNav-iconItem__btn .icon {
    fill: #fff
}

.desktopNav-iconItem .desktopNav-iconItem__btn.is-active,
.desktopNav-iconItem .desktopNav-iconItem__btn:hover {
    background-color: #3d3a41
}

.desktopNav-iconItem .desktopNav-iconItem__btn.is-active .icon,
.desktopNav-iconItem .desktopNav-iconItem__btn:hover .icon {
    fill: #fff
}

.desktopNav--members .desktopNav-iconItem .desktopNav-iconItem__btn.is-active,
.desktopNav--members .desktopNav-iconItem .desktopNav-iconItem__btn:hover {
    background-color: #fff
}

.desktopNav--members .desktopNav-iconItem .desktopNav-iconItem__btn.is-active .icon,
.desktopNav--members .desktopNav-iconItem .desktopNav-iconItem__btn:hover .icon {
    fill: #3d3a41
}

.desktopNav-search.is-active {
    width: calc(100% - 14.5rem + 1px);
    transition: width .25s cubic-bezier(.8, 0, .4, 1)
}

.desktopNav--home .desktopNav-search.is-active {
    width: calc(100% - 2.5rem)
}

.desktopNav-search.is-active .desktopNav-searchBtn {
    display: none
}

.desktopNav-search.is-active .desktopNav-closeSearchBtn {
    display: flex
}

.desktopNav-search.is-active .desktopNav-searchInput {
    display: block
}

.desktopNav-searchInput {
    display: none;
    width: 100%;
    height: 100%;
    padding: 16px 27px 10px 27px;
    border: none;
    line-height: normal;
    font-size: 1rem;
    font-family: DIN Next Pro, sans-serif;
    font-weight: 400
}

.desktopNav--members .desktopNav-searchInput {
    color: #fff;
    background: #3d3a41
}

.desktopNav-searchInput::-moz-placeholder {
    color: #c4c4c4
}

.desktopNav-searchInput:-ms-input-placeholder {
    color: #c4c4c4
}

.desktopNav-searchInput::placeholder {
    color: #c4c4c4
}

.desktopNav--members .desktopNav-searchInput::-moz-placeholder {
    color: #88898a
}

.desktopNav--members .desktopNav-searchInput:-ms-input-placeholder {
    color: #88898a
}

.desktopNav--members .desktopNav-searchInput::placeholder {
    color: #88898a
}

.desktopNav-closeSearchBtn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 3.25rem;
    display: none;
    align-items: center;
    justify-content: center
}

.desktopNav-closeSearchBtn .icon {
    width: 1.7rem;
    height: 1.7rem
}

.desktopNav--members .desktopNav-closeSearchBtn .icon {
    fill: #fff
}

.desktopNav-searchResults {
    position: absolute;
    top: 3.8rem;
    left: 0;
    width: 100%;
    background: #f7f6f4
}

.desktopNav-searchResults:not(.is-active) {
    display: none
}

.desktopNav-searchResults .searchResults {
    max-width: 50.3rem;
    margin: 0 auto;
    padding: 2.5rem 1.25rem 3rem
}

.home .desktopNav-searchResults .searchResults {
    max-width: 74.3rem
}

.desktopNav-accountDropdown {
    display: none;
    position: absolute;
    top: calc(100% + 1.1rem);
    right: -.5rem;
    background: #fff
}

.desktopNav-accountDropdown.is-active {
    display: block
}

.desktopNav-accountDropdown:before {
    content: "";
    position: absolute;
    top: -.7rem;
    right: 1.3rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 .8rem .8rem .8rem;
    border-color: transparent transparent #fff transparent
}

.desktopNav-accountDropdown__items {
    position: relative;
    margin: 0;
    text-align: right;
    white-space: nowrap;
    font-size: 1rem;
    font-family: DIN Next Pro, sans-serif;
    font-weight: 700
}

.desktopNav-accountDropdown__item a {
    display: block;
    padding: .7rem 1.8rem .7rem 3rem
}

.desktopNav-accountDropdown__item a:hover {
    background-color: #e8e8e7
}

.desktopNav-accountDropdown__item+.desktopNav-accountDropdown__item {
    border-top: 1px solid #f7f6f4
}

.newsletter {
    margin-top: 2.5rem
}

@media (min-width:64em) {
    .newsletter {
        width: 240px
    }
}

.card--newsletter .newsletter {
    width: 100%;
    margin-top: 0
}

.newsletter input {
    width: 100%
}

.newsletter input[type=email] {
    text-transform: none
}

.newsletter input::-moz-placeholder {
    text-transform: uppercase
}

.newsletter input:-ms-input-placeholder {
    text-transform: uppercase
}

.newsletter input::placeholder {
    text-transform: uppercase
}

.newsletter input:focus {
    text-align: left
}

.newsletter input:focus::-moz-placeholder {
    opacity: 0
}

.newsletter input:focus:-ms-input-placeholder {
    opacity: 0
}

.newsletter input:focus::placeholder {
    opacity: 0
}

.post h2 {
    font-size: 1.8125rem;
    line-height: 1.3;
    margin-bottom: 1.05rem
}

.post h3 {
    font-size: 1.0625rem;
    line-height: 1.7;
    margin-bottom: 1rem
}

@media (min-width:45em) {
    .post h3 {
        font-size: 1.625rem;
        line-height: 1.25;
        margin-bottom: .7rem
    }
}

.post p,
ol,
ul {
    font-size: .875rem;
    line-height: 1.9;
    font-family: Merriweather, serif;
    font-weight: 400
}

@media (min-width:45em) {

    .post p,
    ol,
    ul {
        font-size: 1.0625rem
    }
}

.post-content li {
    position: relative;
    padding-left: 1.5rem
}

.post-content li:before {
    position: absolute;
    left: 0;
    content: "\2013"
}

@media (min-width:45em) {
    .post-content li {
        padding-left: 2rem
    }
}

.post--simple h2 {
    font-size: 1.375rem;
    line-height: 1.25;
    margin-bottom: 1.5rem
}

@media (min-width:45em) {
    .post--simple h2 {
        font-size: 2.5rem;
        line-height: 1.3;
        margin-bottom: 2rem
    }
}

.post-authwall {
    position: relative;
    top: -121px
}

.post-authwall-gradient {
    height: 64px;
    background-image: linear-gradient(180deg, rgba(247, 246, 244, 0) 0, rgba(247, 246, 244, .5) 20%, #f7f6f4)
}

.post-authwall-container {
    background: #f7f6f4
}

.post-authwall-header {
    position: relative;
    height: 6rem;
    border-bottom: 1px solid #e8e8e7
}

.post-authwall-logo {
    position: absolute;
    left: 50%;
    bottom: -1.9rem;
    padding-left: .4rem;
    transform: translateX(-50%);
    background: #f7f6f4
}

.post-authwall-logo .icon {
    width: 3rem;
    height: 4rem;
    fill: #c4c4c4
}

@media (min-width:45em) {
    .post-authwall-logo {
        bottom: -2.2rem;
        padding-left: .5rem
    }

    .post-authwall-logo .icon {
        width: 3.75rem;
        height: 5rem
    }
}

.post-authwall-content {
    display: block;
    margin-top: 3.7rem;
    padding: 0 1rem;
    text-align: center;
    text-decoration: none !important
}

.post-authwall-content:hover {
    color: #3c3d41 !important
}

.post-authwall-content .readMore {
    justify-content: center
}

.post-wrapper {
    display: flex;
    flex-direction: column
}

.post-content {
    margin-bottom: 2rem;
    overflow-x: hidden
}

@media (max-width:44.99em) {
    .post--simple:not(.post--noHeader) .post-content {
        margin-top: 2.5rem
    }
}

.post-sidebar {
    order: 1
}

@media (min-width:64em) {
    .post-wrapper {
        display: block;
        padding-left: calc(50% - 29.9375rem)
    }

    .post-wrapper:after {
        content: "";
        display: table;
        clear: both
    }

    .post-content {
        margin-bottom: 0;
        margin-right: calc(67% - 336px);
        padding-right: 3rem;
        max-width: 40rem
    }

    .post-sidebar {
        float: right;
        position: relative;
        z-index: 1;
        margin-top: -11.5rem;
        width: calc(67% - 336px)
    }
}

.contentBlock a:not(.readMore),
.post-content a:not(.readMore) {
    text-decoration: underline
}

.contentBlock a:not(.readMore):hover,
.post-content a:not(.readMore):hover {
    color: #88898a
}

@media (min-width:45em) {
    .post-content--capital:first-letter {
        float: left;
        margin: .1rem 1rem -.5rem 1rem;
        font-size: 4rem;
        line-height: 1;
        font-weight: 700;
        font-style: italic;
        color: #c1b29f
    }
}

.post-dogBlockquote {
    background-color: #fff;
    margin: 3rem auto;
    max-width: 37rem
}

.post-dogBlockquote .quote {
    padding: 1rem 2.5rem 1.5rem
}

@media (min-width:45em) {
    .post-dogBlockquote {
        margin: 6rem auto
    }

    .post-dogBlockquote .quote {
        padding: 2.2rem 3.4rem 2.6rem
    }
}

.post-dogBlockquote h4 {
    display: inline-block;
    margin-right: .3rem;
    font-size: 1rem;
    font-style: normal
}

.post-dogBlockquote .dogsDescription {
    font-size: .75rem;
    line-height: 1.4;
    font-family: DIN Next Pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #c1b29f
}

@media (min-width:45em) {
    .post-dogBlockquote h4 {
        margin-right: .8rem;
        font-size: 1.25rem
    }

    .post-dogBlockquote .dogsDescription {
        font-size: 1.0625rem
    }
}

.post-dogBlockquote .quote p {
    position: relative;
    margin-bottom: .8rem;
    font-size: 1rem;
    line-height: 1.5
}

@media (min-width:45em) {
    .post-dogBlockquote .quote p {
        margin-bottom: 1.3rem;
        font-size: 1.125rem;
        line-height: 1.9
    }
}

.post-dogBlockquote .quote p:first-child:before,
.post-dogBlockquote .quote p:last-child:after {
    top: .3rem;
    font-size: 1.7rem;
    line-height: 0;
    color: #c1b29f
}

.post-dogBlockquote .quote p:first-child:before {
    position: absolute;
    left: -1.2rem
}

.post-dogBlockquote .quote p:last-child:after {
    position: relative
}

@media (min-width:45em) {

    .post-dogBlockquote .quote p:first-child:before,
    .post-dogBlockquote .quote p:last-child:after {
        font-size: 2rem;
        top: .5rem
    }
}

.post-sidebar-content {
    background: #fff;
    padding: 2rem 1.3rem 2rem;
    margin-bottom: 2rem;
    overflow: hidden
}

@media (min-width:45em) {
    .post-sidebar-content {
        padding: 3.5rem 3rem 3rem;
        margin-bottom: 2rem
    }
}

.post-sidebar-coverPicture {
    background-color: #3d3a41
}

@media (min-width:45em) {
    .post-sidebar-coverPicture {
        display: none
    }
}

@media (min-width:64em) {
    .post-sidebar-coverPicture {
        display: block
    }
}

.post-eventInfo-inner h3 {
    margin-bottom: 1.8rem;
    font-size: 1.125rem;
    line-height: 1.35
}

@media (min-width:45em) {
    .post-eventInfo-inner h3 {
        font-size: 1.625rem
    }
}

.post-eventInfo-inner {
    font-size: .875rem;
    line-height: 1.35;
    font-family: DIN Next Pro, sans-serif;
    font-weight: 400;
    font-style: normal
}

@media (max-width:44.99em) {
    .post-eventInfo {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }
}

@media (min-width:45em) {
    .post-eventInfo-inner {
        font-size: 1rem;
        line-height: 1.4
    }
}

.post-eventInfo-inner .media {
    margin-bottom: 1rem
}

.post-eventInfo-inner a:not([href^="mailto:"]) {
    font-weight: 700;
    text-decoration: underline
}

.post-eventInfo-inner a:not([href^="mailto:"]):hover {
    color: #88898a
}

.post-eventInfo-inner .icon {
    position: relative;
    height: 1.7rem;
    width: 1.7rem;
    fill: #c4c4c4
}

.post-eventInfo-inner .icon--time {
    height: 1.4rem
}

.post-eventInfo-inner .icon--reward,
.post-eventInfo-inner .icon--sign-up {
    height: 1.2rem
}

.post-eventInfo-address address,
.post-eventInfo-ticketPrices ul {
    margin-bottom: 0
}

.post-eventInfo-contact span {
    display: block
}

.post-eventInfo-dates table {
    margin-bottom: 0
}

.post-eventInfo-dates th {
    padding-right: .25rem;
    vertical-align: top;
    text-align: left;
    font-weight: 400
}

.post-about-heading {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 1rem;
    padding-bottom: 1rem
}

@media (min-width:45em) {
    .post-about-heading {
        display: block;
        margin-bottom: 2rem;
        padding-bottom: 2rem
    }
}

@media (min-width:64em) {
    .post-about-heading {
        text-align: center
    }
}

.post-about-heading:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #efefef
}

@media (min-width:45em) {
    .post-about-heading:after {
        right: 80%
    }
}

@media (min-width:64em) {
    .post-about-heading:after {
        left: 30%;
        right: 30%
    }
}

.post-about .avatarGroup {
    flex: none
}

.post-about .avatarGroup .avatar {
    width: 5.3rem;
    height: 5.3rem;
    border-width: 2px
}

.post-about .avatarGroup .avatar:nth-of-type(2) {
    width: 3.7rem;
    height: 3.7rem;
    margin-left: -1.7rem
}

@media (min-width:45em) {
    .post-about .avatarGroup {
        margin-bottom: 1.4rem
    }

    .post-about .avatarGroup .avatar {
        width: 7.4rem;
        height: 7.4rem;
        border-width: 4px
    }

    .post-about .avatarGroup .avatar:nth-of-type(2) {
        width: 5.6rem;
        height: 5.6rem;
        margin-left: -1.7rem
    }
}

.post-about-heading h3 {
    flex: 1;
    position: relative;
    margin-bottom: 0;
    margin-left: 2rem;
    font-size: 1rem;
    line-height: 1.25
}

.post-about p {
    margin-bottom: 1.5rem;
    font-size: .625rem;
    line-height: 1.9;
    text-align: left
}

@media (min-width:45em) {
    .post-about-heading h3 {
        margin-left: 0;
        font-size: 1.625rem;
        line-height: 1.35
    }

    .post-about p {
        margin-bottom: 2.9rem;
        font-size: .875rem;
        line-height: 1.75
    }
}

.post-about-contact {
    font-size: .625rem;
    line-height: 1.9;
    font-family: Merriweather, serif;
    font-weight: 400;
    font-style: normal
}

@media (min-width:45em) {
    .post-about-contact {
        font-size: 1rem;
        line-height: 1.4;
        font-family: DIN Next Pro, sans-serif
    }
}

.post-about-contact h4 {
    margin-bottom: .7rem;
    font-size: 1rem;
    line-height: 1.35;
    color: #c1b29f
}

@media (min-width:45em) {
    .post-about-contact h4 {
        margin-bottom: .7rem;
        font-size: 1.125rem
    }
}

.post-about-contact address {
    margin-bottom: 0
}

.post-about-contact .phone,
.post-about-contact .website {
    display: block
}

.post-about-contact .website a {
    font-weight: 700;
    text-decoration: underline
}

.post-about-contact .website a:hover {
    color: #88898a
}

.post-about-contact h5 {
    margin-top: 1.75rem;
    margin-bottom: .4rem;
    font-size: 1rem;
    line-height: 1.35;
    font-family: DIN Next Pro, sans-serif;
    font-weight: 700;
    font-style: normal
}

.post-about-contact table {
    margin-bottom: 0
}

.post-about-contact th {
    padding-right: .25rem;
    vertical-align: top;
    text-align: left;
    font-weight: 400
}

.post-about-link {
    margin-top: 2rem
}

.post-about-link .icon {
    width: 1.7rem;
    height: 1.7rem
}

.post-pictures {
    text-align: left;
    margin-bottom: 2rem
}

@media (max-width:44.99em) {
    .veterinarians .post-pictures {
        margin-top: 3rem
    }
}

.pswp__button--share {
    display: none
}

.post-pictures li {
    margin-bottom: 0;
    width: 100%;
    margin-right: 10px;
    background: #fff
}

@media (min-width:45em) {
    .post-pictures li {
        margin-bottom: 3rem;
        background: none
    }
}

.post-pictures li a {
    height: 100%;
    width: 100%;
    position: relative;
    display: block
}

.post-pictures:not(.post-pictures--single) li a.pswp-img {
    cursor: -webkit-grab;
    cursor: grab
}

.post-pictures--single li a.pswp-img {
    cursor: default
}

@media (min-width:45em) {
    .post-pictures li a.pswp-img {
        cursor: pointer !important
    }
}

.post-pictures--single .flickity-page-dots {
    display: none
}

.post-pictures figure {
    margin-bottom: 0
}

.post-pictures .enlarge-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 10px;
    left: 10px
}

.post-pictures .icon--zoom {
    display: none
}

@media (min-width:45em) {
    .post-pictures .icon--zoom {
        display: block
    }
}

.post-pictures .enlarge-icon svg {
    width: 100%;
    height: 100%;
    fill: #f7f6f4
}

.post-pictures figcaption {
    padding: 1rem 1.3rem;
    font-size: .875rem;
    line-height: 1.5;
    font-style: italic;
    color: #88898a
}

@media (min-width:45em) {
    .post-pictures figcaption {
        padding: .9rem 0 0;
        font-size: 1rem;
        line-height: 1.5
    }
}

.post-crosslink {
    clear: both
}

.post-crosslink .card {
    margin-bottom: 2rem
}

.post-footer {
    display: flex;
    flex-direction: column-reverse
}

@media (min-width:45em) {
    .post-footer {
        flex-direction: row-reverse
    }
}

@media (min-width:64em) {
    .post-footer {
        flex-direction: row
    }
}

.post-footer-people,
.post-footer-share {
    flex: 50%
}

@media (min-width:45em) {
    .post-footer-share {
        text-align: right
    }
}

@media (min-width:64em) {
    .post-footer-share {
        text-align: left
    }
}

.post-footer-item {
    display: block;
    margin-bottom: 2rem
}

.post-footer-share .post-footer-item:last-child {
    margin-bottom: 0
}

@media (min-width:45em) {
    .post-footer-share .post-footer-item:last-child {
        margin-bottom: 2rem
    }
}

.post-footer-people .post-footer-item {
    margin-bottom: 1.3rem
}

@media (min-width:45em) {
    .post-footer-item {
        display: inline-block
    }

    .post-footer-item,
    .post-footer-people .post-footer-item {
        margin-bottom: 1rem
    }
}

.post-footer-share .post-footer-item {
    margin-top: .7rem
}

@media (min-width:45em) {
    .post-footer-share .post-footer-item:not(:first-child) {
        margin-left: 2rem
    }
}

@media (min-width:64em) {
    .post-footer-share .post-footer-item:not(:first-child) {
        margin-left: 0
    }

    .post-footer-share .post-footer-item:not(:last-child) {
        margin-right: 2rem
    }
}

@media (min-width:64em) {
    .post-footer-people .post-footer-item:not(:first-child) {
        margin-left: 2rem
    }
}

.post-footer .hidden {
    display: none
}

.post-footer-item--social a,
.post-footer-item--social button {
    display: inline-block
}

.post-footer-item--social a:not(:last-child),
.post-footer-item--social button:not(:last-child) {
    margin-right: .1rem
}

@media (min-width:64em) {
    .post-footer-people {
        text-align: right
    }
}

.post-footer .media-figure {
    margin-right: .5rem
}

.post-footer-share .media-figure {
    margin-left: .7rem;
    margin-right: 1.2rem
}

@media (min-width:45em) {
    .post-footer-share .media-figure {
        margin-left: 0;
        margin-right: .5rem
    }
}

.post-footer .circularIcon .icon {
    background: #fff
}

.post-footer .media-figure .avatar {
    height: 3.5rem;
    width: 3.5rem;
    background-color: #fff;
    border: 2px solid #fff
}

@media (min-width:45em) {
    .post-footer .media-figure .avatar {
        height: 4.5rem;
        width: 4.5rem;
        border: 4px solid #fff
    }
}

.post-footer .media-body {
    text-align: left
}

.post-footer .media-body dt {
    margin-bottom: .3rem;
    font-size: 1rem;
    line-height: 1.25;
    font-family: DIN Next Pro, sans-serif;
    font-weight: 900;
    color: #3c3d41
}

@media (min-width:45em) {
    .post-footer .media-body dt {
        margin-bottom: .1rem;
        font-size: .9375rem
    }
}

.post-footer .media-body dd {
    font-size: .875rem;
    line-height: 1.25;
    font-weight: 700;
    font-style: italic;
    color: #c1b29f
}

@media (min-width:45em) {
    .post-footer .media-body dd {
        font-size: 1rem
    }
}

.post-navigation {
    display: flex;
    border-top: 1px solid #efefef
}

.post-navigation .post-navigation-next,
.post-navigation .post-navigation-previous {
    flex: 50%;
    margin-top: 2.5rem
}

@media (min-width:45em) {

    .post-navigation .post-navigation-next,
    .post-navigation .post-navigation-previous {
        margin-top: 4rem
    }
}

.post-navigation .post-navigation-previous .media-figure {
    margin-right: .7rem
}

.post-navigation .post-navigation-next .media-figure {
    margin-left: .7rem
}

.post-navigation .post-navigation-previous {
    padding-right: 2rem
}

.post-navigation .post-navigation-next {
    padding-left: 2rem;
    text-align: right
}

.post-navigation a {
    display: inline-block;
    vertical-align: top
}

.post-navigation dt {
    max-width: 100px;
    margin-bottom: .1rem;
    font-size: 1rem;
    line-height: 1.35;
    font-family: DIN Next Pro, sans-serif;
    font-weight: 900;
    color: #3c3d41
}

@media (min-width:45em) {
    .post-navigation dt {
        max-width: none;
        font-size: .9375rem;
        line-height: 1.25
    }
}

.post-navigation dd {
    display: none
}

@media (min-width:45em) {
    .post-navigation dd {
        display: block;
        font-size: 1rem;
        line-height: 1.25;
        font-weight: 700;
        font-style: italic;
        color: #c1b29f
    }
}

.post-navigation .icon {
    width: 1.8rem;
    height: 1.8rem
}

.post--noHeader {
    padding-top: 4rem
}

@media (min-width:45em) {
    .post--noHeader {
        padding-top: 6rem
    }
}

@media (min-width:64em) {
    .post--noHeader .post-sidebar {
        margin-top: -2rem
    }
}

.post-openingHours {
    font-size: 1rem;
    line-height: 1.25;
    font-family: DIN Next Pro, sans-serif;
    font-weight: 700
}

.post-openingHours table {
    margin-bottom: 0
}

.post-openingHours th {
    width: 1%;
    white-space: nowrap;
    padding-right: 2rem;
    text-align: left
}

.post-openingHours td {
    padding-right: 1rem
}

.post-openingHours td,
.post-openingHours th {
    padding-bottom: 1.15rem;
    vertical-align: top
}

.post-team {
    margin-top: 7rem;
    margin-bottom: 7rem
}

.post-text {
    text-align: center
}

.post-text h3 {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.25
}

@media (min-width:45em) {
    .post-text h3 {
        font-size: 1.625rem
    }
}

.post-text p {
    margin-bottom: 1.2rem;
    font-size: .875rem;
    line-height: 1.9
}

.post-text a {
    text-decoration: underline
}

@media (min-width:45em) {
    .post-text p {
        max-width: 42rem;
        margin: 0 auto 1.2rem;
        font-size: 1.0625rem;
        line-height: 1.9
    }
}

.post-text .post-dogBlockquote {
    text-align: left
}

.post-map {
    margin: 3rem -1.3rem -2.5rem
}

@media (min-width:45em) {
    .post-map {
        position: relative;
        margin: 5rem 0 0
    }
}

.post-map .mapcanvas {
    position: relative;
    background-color: #e5e3df;
    width: 100%;
    height: 200px
}

@media (min-width:45em) {
    .post-map .mapcanvas {
        width: auto;
        height: auto;
        position: absolute;
        top: -.6rem;
        bottom: -.6rem;
        left: -.6rem;
        right: -.6rem
    }
}

.post-map .post-map-overlay {
    padding: 1rem 1.3rem .8rem;
    background-color: #fff
}

@media (min-width:45em) {
    .post-map .post-map-overlay {
        position: relative;
        z-index: 1;
        padding: 2.7rem 2.4rem 1.5rem;
        width: 17rem;
        background-color: #fff
    }

    .post-map .post-map-overlay:before {
        content: "";
        position: absolute;
        top: 2rem;
        right: -.9rem;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 1rem 0 1rem 1rem;
        border-color: transparent transparent transparent #fff
    }
}

.post-map .post-map-overlay h3 {
    font-size: 1.125rem;
    line-height: 1.25;
    font-family: DIN Next Pro, sans-serif;
    font-weight: 900;
    font-style: normal
}

@media (min-width:45em) {
    .post-map .post-map-overlay h3 {
        font-size: 1.375rem;
        font-weight: 700
    }
}

.post-map .post-map-overlay address {
    font-size: .875rem;
    line-height: 1.35;
    font-family: DIN Next Pro, sans-serif;
    margin-bottom: .8rem
}

@media (min-width:45em) {
    .post-map .post-map-overlay address {
        font-size: .9375rem;
        line-height: 1.7;
        font-family: Merriweather, serif;
        margin-bottom: .9rem
    }
}

.post-map .post-map-overlay table {
    margin-bottom: .7rem;
    font-size: .875rem;
    line-height: 1.35;
    font-family: DIN Next Pro, sans-serif
}

@media (min-width:45em) {
    .post-map .post-map-overlay table {
        margin-bottom: 1.5rem;
        font-size: 1rem;
        line-height: 1.25
    }
}

.post-map .post-map-overlay td,
.post-map .post-map-overlay th {
    padding-bottom: .3rem
}

.post-map .post-map-overlay th {
    padding-right: 1rem;
    vertical-align: top;
    text-align: left;
    font-weight: 700
}

@media (min-width:45em) {
    .post-map .post-map-overlay th {
        padding-right: 1.3rem
    }
}

.post-map .post-map-link {
    padding-top: .5rem;
    border-top: 1px solid #e8e8e7;
    font-size: 1rem;
    line-height: 1.25;
    font-family: DIN Next Pro, sans-serif;
    font-weight: 900;
    text-align: right
}

.post-map .post-map-link a {
    text-decoration: none !important
}

@media (min-width:45em) {
    .post-map .post-map-link {
        padding-top: 1.5rem;
        text-align: left
    }
}

.post-map .post-map-link span {
    margin-right: .4rem
}

.post-map .post-map-link .icon {
    width: 1.8rem;
    height: 1.8rem
}

.quote {
    font-style: italic;
    quotes: "\201E" "\201C"
}

.quote p:first-child:before {
    content: open-quote
}

.quote p:last-child:after {
    content: close-quote
}

.rangeslider,
.rangeslider__fill {
    display: block;
    background: #c4c4c4;
    height: 1px;
    width: 100%;
    border-radius: 10px
}

.rangeslider {
    position: relative
}

.rangeslider:after,
.rangeslider:before,
.rangeslider__fill:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: -3px;
    left: 0;
    width: 7px;
    height: 7px;
    background: #f7f6f4;
    border: 1px solid #c4c4c4;
    border-radius: 50%
}

.rangeslider:before {
    left: 50%
}

.rangeslider:after {
    left: auto;
    right: 0
}

.rangeslider--disabled {
    opacity: .4
}

.rangeslider__fill {
    position: absolute;
    top: 0
}

.rangeslider__handle {
    position: absolute;
    z-index: 2;
    top: -.8rem;
    width: 1.6rem;
    height: 1.6rem;
    margin-left: -.1rem;
    background: #efefef;
    cursor: pointer;
    border-radius: 50%
}

@media (min-width:45em) {
    .rangeslider__handle {
        background: #f7f6f4
    }
}

.rangeslider__handle .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.65rem;
    height: 1.65rem
}

.rangeslider__handle .icon * {
    fill: #c1b29f
}

input[type=range]:focus+.rangeslider .rangeslider__handle {
    box-shadow: 0 0 8px rgba(255, 0, 255, .9)
}

.rangeslider__time {
    display: block;
    margin-top: 2rem;
    margin-left: .2rem;
    white-space: nowrap
}

.search {
    position: relative;
    z-index: 2;
    margin: 0 auto 3.5rem;
    color: #fff;
    padding-left: 0 !important;
    padding-right: 0 !important
}

@media (max-width:44.99em) {
    .search {
        max-width: none !important
    }
}

@media (min-width:45em) {
    .search {
        margin-top: -7rem;
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important
    }
}

.search-bar {
    display: flex;
    background: #c1b29f
}

.search-toggle {
    flex-grow: 1;
    display: flex;
    font-family: DIN Next Pro, sans-serif;
    font-size: 1rem;
    padding: .8rem 1.25rem .7rem;
    transition: .15s
}

@media (min-width:45em) {
    .search-toggle {
        flex-grow: 0;
        font-size: 1.125rem;
        padding: 1.45rem 2rem 1.25rem;
        border-left: 1px solid #dacdbc
    }
}

@media (min-width:45em) {
    .dein-tierarzt .search-toggle {
        display: none
    }
}

.search-toggle:after {
    content: "\25BE";
    display: inline-block;
    margin-left: auto;
    padding-left: .5rem
}

@media (min-width:45em) {
    .search-toggle.is-toggled {
        color: #c1b29f;
        background: #f7f6f4
    }
}

.search-toggle-text--mobile {
    display: inline
}

.search-toggle-text--desktop {
    display: none
}

@media (min-width:45em) {
    .search-toggle-text--mobile {
        display: none
    }

    .search-toggle-text--desktop {
        display: inline
    }
}

.search-search {
    display: none;
    flex-grow: 1;
    position: relative
}

.search-search--zip {
    flex-grow: 0;
    width: 250px
}

@media (min-width:45em) {
    .search-search {
        display: block
    }
}

.search-search .icon {
    position: absolute;
    top: 1.25rem;
    left: 2rem;
    width: 1.8rem;
    height: 1.8rem;
    fill: #fff;
    pointer-events: none
}

.search-search .icon--location {
    width: 2.3rem;
    height: 2.3rem;
    top: .95rem;
    left: 1.9rem
}

.search-search input {
    width: 100%;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    background: none;
    padding: 1.55rem 1rem 1.4rem 5rem;
    color: #fff;
    font-size: 1.125rem;
    font-family: DIN Next Pro, sans-serif;
    font-weight: 700;
    text-transform: none;
    text-align: left
}

.search-search input::-moz-placeholder {
    color: #fff;
    font-style: italic;
    font-weight: 400
}

.search-search input:-ms-input-placeholder {
    color: #fff;
    font-style: italic;
    font-weight: 400
}

.search-search input::placeholder {
    color: #fff;
    font-style: italic;
    font-weight: 400
}

.search-label {
    color: #c1b29f;
    font-weight: 700;
    margin-bottom: .5rem
}

.search-label .icon {
    fill: #c1b29f;
    font-size: 1.25rem;
    margin-right: .45rem
}

.search-zip {
    margin-top: .2rem
}

.search-range {
    width: 100%;
    height: 2.5rem;
    margin-top: 1.3rem
}

@media (min-width:64em) {
    .search-range {
        width: 13rem
    }
}

@media (min-width:80em) {
    .search-range {
        width: 20rem
    }
}

.search-panel {
    display: none;
    padding-top: 2rem;
    padding-bottom: 3rem;
    background: #efefef;
    overflow: hidden;
    color: #3c3d41;
    font-family: DIN Next Pro, sans-serif;
    font-size: .875rem
}

.search-panel.is-active {
    display: block
}

@media (min-width:45em) {
    .search-panel {
        padding-top: 3rem;
        padding-bottom: 3rem;
        background: #f7f6f4;
        font-size: .9375rem
    }
}

@media (max-width:44.99em) {
    .search-panel .search-label {
        font-size: 1rem
    }
}

.search-row {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

@media (min-width:45em) {
    .search-row {
        padding-left: 2.3rem;
        padding-right: 2.3rem
    }
}

.search-columns {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: -2.5rem
}

.search-column {
    flex: none;
    padding: 0 1.25rem;
    margin-bottom: 2.5rem
}

@media (min-width:45em) {
    .search-column {
        padding: 0 2.3rem
    }
}

.search-column--zip {
    display: block;
    width: 100%
}

@media (min-width:45em) {
    .search-column--zip {
        display: none;
        width: auto
    }
}

.search-column--time {
    width: 100%
}

@media (min-width:64em) {
    .search-column--time {
        width: auto
    }
}

.search-column--tags {
    width: 100%
}

@media (min-width:64em) {
    .search-column--tags {
        width: 50%
    }
}

.search-map {
    position: relative;
    width: 100%;
    height: 25rem;
    margin-bottom: 2.5rem;
    background-color: #e5e3df
}

.search-map .mapcanvas {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.social {
    display: flex;
    margin-bottom: 3.5rem
}

@media (min-width:64em) {
    .social {
        margin-bottom: 0;
        border-left: 1px solid #c4c4c4
    }
}

.social-item {
    display: flex;
    justify-content: center;
    flex-grow: 1
}

.social-item+.social-item {
    border-left: 1px solid #c4c4c4
}

.social-item a {
    padding: 0 1rem
}

.social-item .icon {
    fill: #c1b29f
}

.tag {
    display: inline-block;
    padding: .55rem .9rem .35rem;
    border: 1px solid #c1b29f;
    border-radius: 1rem;
    font-size: .875rem;
    line-height: 1;
    font-family: DIN Next Pro, sans-serif;
    color: #3c3d41;
    margin-bottom: .4rem
}

@media (min-width:45em) {
    .tag {
        margin-bottom: .8rem
    }
}

.tag--solid {
    border-width: 2px;
    color: #c1b29f;
    font-weight: 900;
    text-transform: uppercase
}

.tag--disabled {
    color: #dacdbc;
    border-color: #dacdbc;
    cursor: not-allowed
}

.tag--active {
    color: #fff;
    background: #c1b29f;
    border-color: #dacdbc
}

.post-video {
    background-color: #fff;
    margin: 6rem 0
}

.video {
    position: relative
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(50, 50, 50, .5)
}

.video-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 40px);
    height: 50px;
    width: 80px;
    border: 2px solid #fff
}

.video-button svg {
    width: 25px;
    height: 25px;
    fill: #fff
}

.readMore {
    display: flex;
    align-items: baseline;
    font-size: 1rem;
    font-family: DIN Next Pro, sans-serif;
    font-weight: 900
}

@media (min-width:64em) {
    .readMore {
        font-size: .9375rem
    }
}

.readMore-icon {
    padding-left: .7rem
}

.readMore-icon .icon {
    width: 1.8rem;
    height: 1.8rem
}

.gallery {
    margin-bottom: 3.5rem
}

.gallery li {
    margin-right: 0;
    margin-bottom: 0
}

@media (max-width:44.99em) {
    .gallery {
        display: block;
        margin-left: 0
    }

    .gallery li {
        margin-right: 10px;
        padding-left: 0;
        padding-right: 0
    }
}

.gallery figure {
    position: relative;
    margin-bottom: 0
}

.home .mainNav {
    margin-bottom: 5rem
}

html {
    height: 100%
}

.offline {
    min-height: 100%;
    display: flex;
    flex-direction: column
}

.offline main.imageBackground {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-size: cover;
    background-position: 35% 20%;
    background-repeat: no-repeat;
    background-color: #efefef
}

.offline .footer {
    padding-top: 0
}

.offline-header {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.offline-content {
    max-width: 45rem;
    padding: 0 1.25rem;
    text-align: center
}

.offline-bottomSpace,
.offline-header {
    flex: 1 0 auto
}

.offline-content {
    flex: 0 0 auto;
    margin-bottom: 8rem
}

.offline .imageBackground h1,
.offline .imageBackground p {
    color: #fff
}

.offline h1 {
    font-size: 4rem;
    line-height: 1.3;
    margin-bottom: .4rem
}

.pageHeader-logo {
    padding: 1rem
}

.pageHeader-logo .icon {
    width: 18rem;
    height: 10rem
}

.pageHeader-logo--light .icon {
    fill: #c1b29f;
    color: #fff
}

.hidden {
    display: none
}

.overflow-hidden,
.sr-only {
    overflow: hidden
}

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

.hideOnMobile {
    display: none
}

@media (min-width:64em) {
    .hideOnMobile {
        display: block
    }
}

.circularIcon .icon {
    height: 2.1rem;
    width: 2.1rem;
    padding: .5rem;
    background: #efefef;
    border-radius: 50%
}

@media (min-width:45em) {
    .circularIcon .icon {
        height: 3.1rem;
        width: 3.1rem;
        padding: .72rem;
        background: #efefef;
        border-radius: 50%
    }
}

.circularIconWithLabel {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
    text-align: center
}

@media (min-width:45em) {
    .circularIconWithLabel {
        flex-direction: row;
        align-items: center;
        gap: .5rem;
        text-align: left
    }
}

.circularIconWithLabel__label {
    font-size: 1.0625rem;
    line-height: 1;
    font-family: DIN Next Pro, sans-serif;
    font-weight: 900
}

.sectionHeading {
    margin-top: 4rem;
    margin: 2rem 0;
    padding-bottom: .8rem;
    border-bottom: 1px solid #e8e8e7;
    font-size: 1.125rem;
    font-family: DIN Next Pro, sans-serif;
    font-weight: 900;
    font-style: normal
}

@media (min-width:45em) {
    .sectionHeading {
        font-size: 1.375rem;
        font-weight: 700
    }
}

.container--topMap {
    pointer-events: none
}

.container--topMap .grid {
    pointer-events: all
}

.container--topMap .contentBlock {
    position: relative
}

.container--topMap .pointerEventsBlocker {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 9rem;
    pointer-events: all
}

.container--topMap .avatar {
    pointer-events: all
}

.contactLinks {
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    row-gap: 1rem
}

.contactLinks a {
    width: 33%;
    text-decoration: none !important
}

@media (min-width:45em) {
    .contactLinks a {
        width: 25%
    }
}

.post-relatedEntries {
    background-color: #fff;
    padding: 3rem 0 2rem
}

@media (min-width:64em) {
    .post-relatedEntries {
        padding: 4rem 0
    }
}

.post-relatedEntries .container {
    margin-bottom: 0
}

.post-relatedEntries .card {
    background-color: #f7f6f4
}

.post-relatedEntries .card-readMore {
    border-top: 1px solid #e8e8e7
}

.contentBlock {
    background-color: #fff;
    padding: 6.5rem 1.3rem 3.5rem
}

@media (min-width:45em) {
    .contentBlock {
        padding: 6.5rem calc(22% - 7rem) 3.5rem
    }
}

.contentBlock h2 {
    margin-bottom: 2.25rem;
    font-size: 1.375rem;
    line-height: 1.25
}

@media (min-width:45em) {
    .contentBlock h2 {
        margin-bottom: 2.25rem;
        font-size: 1.8125rem;
        line-height: 1.3
    }
}

.contentBlock h3 {
    margin-bottom: 1.05rem;
    font-size: 1.625rem;
    line-height: 1.25
}

.contentBlock .grid-item--walkIntroLeft h3 {
    display: none
}

@media (min-width:45em) {
    .contentBlock .grid-item--walkIntroLeft h3 {
        display: block
    }
}

.contentBlock p {
    font-size: .875rem;
    line-height: 1.9;
    font-family: Merriweather, serif;
    font-weight: 400
}

@media (min-width:45em) {
    .contentBlock p {
        font-size: 1.0625rem
    }
}

.contentBlock .avatarGroup {
    margin-bottom: 2.8rem
}

.contentBlock .avatarGroup .avatar {
    width: 8.5rem;
    height: 8.5rem;
    border-width: 4px
}

.contentBlock .avatarGroup .avatar:nth-of-type(2) {
    width: 6.4rem;
    height: 6.4rem;
    margin-left: -1.7rem
}

.contentBlock p {
    max-width: 42rem
}

.contentBlock-header {
    margin-top: -3rem;
    margin-bottom: 4.5rem;
    text-align: center
}

@media (min-width:45em) {
    .contentBlock-header {
        margin-top: -11rem;
        margin-bottom: 4.5rem
    }
}

.contentBlock .quote {
    margin: 0 auto;
    max-width: 35rem
}

.contentBlock .quote p {
    font-size: 1rem;
    line-height: 1.6
}

@media (min-width:45em) {
    .contentBlock .quote p {
        font-size: 1.0625rem
    }
}

.contentBlock .quote p:first-child:before,
.contentBlock .quote p:last-child:after {
    font-size: 1.5rem;
    line-height: 0;
    color: #c1b29f
}

@media (min-width:45em) {

    .contentBlock .quote p:first-child:before,
    .contentBlock .quote p:last-child:after {
        font-size: 2rem
    }
}

.contentBlock .quote p:first-child:before {
    position: relative;
    top: -.05rem;
    left: -.1rem
}

.contentBlock .quote p:last-child:after {
    position: relative;
    top: .5rem
}

@media (min-width:45em) {
    .grid-item--walkIntroLeft {
        width: calc(50% + 6rem) !important;
        flex: none !important
    }

    .grid-item--walkIntroRight {
        width: calc(50% - 6rem) !important;
        flex: none !important
    }
}

.grid-item--walkIntroLeft p {
    padding-right: 2rem;
    max-width: 26rem
}

.contentBlock-meta h3 {
    margin-top: .35rem;
    margin-bottom: 1.35rem;
    padding-bottom: .8rem;
    border-bottom: 1px solid #e8e8e7;
    font-size: 1.125rem;
    font-family: DIN Next Pro, sans-serif;
    font-weight: 900;
    font-style: normal
}

@media (min-width:45em) {
    .contentBlock-meta h3 {
        font-size: 1.375rem;
        font-weight: 700
    }
}

.contentBlock-meta a {
    text-decoration: underline
}

.contentBlock-meta a:hover {
    color: #88898a
}

.contentBlock-meta {
    font-size: .875rem;
    line-height: 1.35;
    font-family: DIN Next Pro, sans-serif;
    font-weight: 700
}

@media (min-width:45em) {
    .contentBlock-meta {
        font-size: 1rem
    }
}

.contentBlock-meta .media-figure {
    margin-right: .8rem
}

.contentBlock-meta .media-body {
    margin-bottom: 1.65rem
}

.contentBlock-meta address {
    margin-bottom: 0
}

.contentBlock-meta .icon {
    position: relative;
    height: 1.85rem;
    width: 1.85rem;
    fill: #c1b29f
}

.contentBlock-meta .icon--distance {
    top: -.2rem
}

.contentBlock-meta .icon--time {
    height: 1.7rem;
    top: -.15rem
}

.contentBlock-meta .icon--reachability {
    top: -.2rem
}

.contentBlock-meta .icon--location {
    height: 1.7rem;
    top: -.15rem
}

.contentBlock-meta .icon--coffee {
    height: .95rem;
    top: -.05rem
}

.contentBlock-meta .icon--publictransport {
    height: 1.6rem;
    top: .05rem
}

.contentBlock a address span,
.post-sidebar a address span {
    text-decoration: underline
}

.contentBlock a:hover address span,
.post-sidebar a:hover address span {
    color: #88898a
}

.contentBlock--about {
    padding: 2rem 1.3rem 2.5rem
}

@media (min-width:45em) {
    .contentBlock--about {
        padding: calc(16% - 3rem) calc(22% - 7rem) 3.5rem
    }
}

.contentBlock--about h2 {
    font-size: 1.375rem;
    line-height: 1.25;
    margin-bottom: 1.5rem
}

@media (min-width:45em) {
    .contentBlock--about h2 {
        font-size: 1.8125rem;
        line-height: 1.3;
        margin-bottom: 2rem
    }
}

.contentBlock--about p {
    font-size: .875rem;
    line-height: 1.9
}

@media (min-width:45em) {
    .contentBlock--about p {
        font-size: .9375rem
    }
}

@media (max-width:44.99em) {
    .contentBlock--about .contactLinks {
        margin-top: 0
    }

    .contentBlock--about .circularIcon {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .contentBlock--about .circularIcon .icon {
        height: 3.1rem;
        width: 3.1rem;
        padding: .72rem
    }

    .contentBlock--about .circularIcon span {
        margin-left: 0;
        margin-top: 1rem
    }
}

.aboutTeaser {
    max-width: 42rem;
    margin: 0 auto;
    text-align: center
}

@media (min-width:45em) {
    .aboutTeaser {
        margin: 7rem auto 5rem
    }
}

.aboutTeaser h2 {
    margin-bottom: 1rem;
    font-size: 1.375rem;
    line-height: 1.3
}

@media (min-width:45em) {
    .aboutTeaser h2 {
        margin-bottom: 1.25rem;
        font-size: 2rem;
        line-height: 1.3
    }
}

.aboutTeaser p {
    margin-bottom: .7rem;
    font-size: .875rem;
    line-height: 1.9
}

@media (min-width:45em) {
    .aboutTeaser p {
        margin-bottom: 1.2rem;
        font-size: 1.0625rem;
        line-height: 1.9
    }
}

.aboutTeaser-readMore {
    justify-content: center
}

.upgradebrowser {
    width: 100%;
    text-align: center;
    padding: 30px
}

.upgradebrowser a {
    text-decoration: underline;
    font-weight: 700
}

main {
    min-height: calc(100vh - 15.7rem)
}

.pagination {
    text-align: center
}

.nobr {
    white-space: nowrap
}

.post-relatedEntries .grid-item--third {
    display: none
}

@media (min-width:64em) {
    .post-relatedEntries .grid-item--third {
        display: flex
    }
}

.theBook {
    margin-top: 6rem;
    align-items: center
}

.theBook-text a {
    text-decoration: underline
}

.theBook-text a:hover {
    color: #88898a
}

.theBook-image {
    text-align: center
}

@media (max-width:44.99em) {
    .theBook-image {
        display: flex;
        align-items: flex-end;
        text-align: left
    }

    .theBook-image>* {
        flex: 1
    }

    .theBook-image-info {
        padding-left: 1rem
    }
}

.theBook-image-caption {
    display: block;
    font-family: DIN Next Pro, sans-serif;
    font-weight: 900;
    font-size: 1rem
}

@media (min-width:45em) {
    .theBook-image-caption {
        display: none
    }
}

.theBook h3 {
    font-size: 1.125rem;
    line-height: 1.3;
    margin-bottom: 1rem
}

@media (min-width:45em) {
    .theBook h3 {
        font-size: 1.8125rem;
        margin-bottom: 2rem
    }
}

.theBook p {
    font-size: .875rem;
    line-height: 1.9
}

@media (min-width:45em) {
    .theBook p {
        max-width: 32rem;
        font-size: 1rem;
        line-height: 1.5
    }
}

.theBook-button {
    display: inline-block;
    margin-top: 2rem;
    margin-bottom: 1rem
}

.theBook-button .icon {
    position: relative;
    top: -.08rem;
    left: .1rem;
    fill: #fff
}

@media (min-width:45em) {
    .theBook-text {
        padding-left: 2.45rem
    }

    .theBook .grid-item:first-of-type {
        order: 2
    }

    .theBook .grid-item:nth-of-type(2) {
        order: 1
    }
}

#js-pagination-trigger {
    height: 2rem
}

.header-image-print,
.js-pagination-trigger-spinner {
    display: none
}

.flickity-page-dots {
    bottom: -1.5rem
}

.flickity-page-dots .dot {
    width: 7px;
    height: 7px;
    opacity: 1;
    background: #e8e8e7
}

.flickity-page-dots .dot.is-selected {
    background: #c4c4c4
}

.flickity-button,
.flickity-button:hover {
    background: transparent
}

.flickity-button:disabled {
    display: none
}

.flickity-prev-next-button {
    width: 30px;
    height: 30px
}

.flickity-button-icon {
    fill: #fff
}

.pswp {
    font-family: Merriweather, serif;
    font-weight: 400
}

.pswp__caption__center {
    font-style: italic;
    font-size: 1rem;
    line-height: 1.5;
    padding-bottom: 20px
}

@media (min-width:45em) and (max-width:63.99em) {
    .post-sidebar .post-pictures {
        display: flex;
        flex-wrap: wrap;
        margin: 3rem 0 1.25rem -1.25rem
    }

    .post-sidebar .post-pictures li {
        width: 50%;
        margin-right: 0;
        margin-bottom: 0;
        padding: 1.25rem 0 0 1.25rem
    }
}

.form-field.has-error {
    border-color: #8b0000
}

.form-label {
    display: block;
    color: #c1b29f;
    font-family: DIN Next Pro, sans-serif;
    font-size: .875rem;
    font-weight: 700
}

.form-label.is-required:after {
    content: " *";
    color: #8b0000
}

.form-error-list,
.form-text {
    font-size: .875rem;
    line-height: 1.25;
    font-family: DIN Next Pro, sans-serif;
    font-weight: 400
}

.form-error-list {
    margin-top: .5rem;
    margin-bottom: 0;
    color: #8b0000
}

.userForm {
    max-width: 32rem;
    margin-top: 1.5rem
}

.userForm-actionRow {
    display: flex;
    align-items: center
}

.block {
    display: block !important
}

.mb-0 {
    margin-bottom: 0
}

.mb-1 {
    margin-bottom: .25rem
}

.mb-2 {
    margin-bottom: .5rem
}

.mb-4 {
    margin-bottom: 1rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mb-10 {
    margin-bottom: 2.5rem
}

.mb-12 {
    margin-bottom: 3rem
}

.mb-16 {
    margin-bottom: 4rem
}

.mr-1 {
    margin-right: .25rem
}

.mr-2 {
    margin-right: .5rem
}

.mr-4 {
    margin-right: 1rem
}

.mr-6 {
    margin-right: 1.5rem
}

.mb-8 {
    margin-bottom: 2rem
}

.divider-container {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.sub-navigation {
    display: none;
    position: relative;
    z-index: 2;
    margin: 0 auto 3.5rem;
    color: #fff;
    padding-left: 0 !important;
    padding-right: 0 !important
}

@media (max-width:44.99em) {
    .sub-navigation {
        max-width: none !important
    }
}

@media (min-width:45em) {
    .sub-navigation {
        display: block;
        margin-top: -7rem;
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important
    }
}

.sub-navigation-inner {
    min-height: 70px;
    display: flex;
    align-items: center;
    background-color: #c1b29f;
    color: #fff;
    font-size: 1.125rem;
    font-family: DIN Next Pro, sans-serif;
    font-weight: 400;
    text-transform: none
}

.sub-navigation-welcome {
    padding: 1.45rem 2rem 1.25rem;
    font-style: italic
}

.sub-navigation-link {
    margin-left: auto;
    padding: 1.45rem 2rem 1.25rem;
    border-left: 1px solid #dacdbc
}

.sub-navigation-link a {
    color: #fff
}

.sub-navigation-link-icon .icon {
    position: relative;
    top: -.1rem;
    width: 1.7rem;
    height: 1.7rem;
    margin-right: .5rem;
    fill: #fff
}

.modal {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1.25rem;
    background: rgba(0, 0, 0, .3);
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s, visibility 0s .2s
}

.modal.is-active {
    opacity: 1;
    visibility: visible;
    transition: opacity .2s
}

.modal-inner {
    position: relative;
    padding: 4rem 1rem;
    width: 100%;
    max-width: 50rem;
    background: #fff
}

@media (min-width:45em) {
    .modal-inner {
        padding: 1rem 4rem
    }
}

.modal-close-btn {
    position: absolute;
    top: 1rem;
    right: 1rem
}

.modal-close-btn .icon {
    width: 1.7rem;
    height: 1.7rem
}

.header--index .h1-largest {
    font-size: 1.875rem;
    line-height: 1.25
}

@media (min-width:45em) {
    .header--index .h1-largest {
        font-size: 3.375rem;
        line-height: 1.15
    }
}

.plus-article-badge {
    margin-bottom: 1rem
}

.plus-article-badge span {
    display: inline-block;
    padding: .4rem .6rem .15rem;
    background-color: #c1b29f;
    color: #fff;
    font-size: 1.125rem;
    line-height: 1;
    font-family: DIN Next Pro, sans-serif;
    font-weight: 900;
    letter-spacing: .03rem
}

.plus-article-badge.plus-article-badge--card {
    margin-top: -1rem;
    margin-bottom: 1rem
}

.plus-article-badge.plus-article-badge--card span {
    padding: .3rem .5rem .07rem;
    font-size: .875rem
}