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

ul, ol {
    padding: 0
}

body, h1, h2, h3, h4, p, ul, ol, li, figure, figcaption, blockquote, dl, dd {
    margin: 0
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed
}

ul, ol {
    list-style: none
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}

img {
    max-width: 100%;
    display: block
}

input, button, textarea, select {
    font: inherit
}

@media (prefers-reduced-motion: reduce) {
    * {
        -webkit-animation-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important
    }
}

html {
    font-family: Helvetica, Arial, sans-serif;
    padding: 2cm
}

body {
    max-width: 17cm;
    margin: auto;
    color: #333333;
    font-size: 16px;
    background-color: #fff;
    line-height: 1.618
}

h1 {
    font-size: 1.6em;
    line-height: 1.25em
}

h2 {
    font-size: 1.2em;
    line-height: 1.51em
}

h3 {
    font-size: 1em;
    line-height: 1.66em
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold
}

h1, h2, h3, h4, h5, h6, p, blockquote, ul, img {
    margin: 1em 0
}

a, a:visited {
    color: #333333;
    text-decoration: underline
}

a:after {
    content: " (" attr(href) ")"
}

abbr:after {
    content: " (" attr(title) ")"
}

.ir a:after {
    content: ''
}

pre, blockquote, tr, img {
    page-break-inside: avoid
}

thead {
    display: table-header-group
}

img {
    width: 100%;
    max-width: 100%;
    height: auto
}

ul:not(.link-list) {
    -webkit-padding-start: 30px;
    padding-inline-start: 30px
}

ul:not([class]) {
    list-style: disc
}

ol:not([class]) {
    -webkit-padding-start: 8px;
    padding-inline-start: 8px;
    counter-reset: item
}

ol:not([class]) > li {
    counter-increment: item;
    display: table
}

ol:not([class]) > li:before {
    display: table-cell;
    padding-right: 5px;
    content: counters(item, ".") ". "
}

.site-header, .site-footer, .breadcrumbs, .toc, .newsletter__form, .gallery__counter, .page-entry__widget, .back-to-top, .widget-container, .card__gallery-item-count, svg:not(.star-rating__icon), .slick-dots, .slick-arrow, form, video, .wp-video, .card__gallery-item-container:nth-child(n+2), .newsletter, .skip-links, .ajax-load-btn-container {
    display: none !important
}

article > section {
    margin-top: 4em;
    padding-top: 2em;
    border-top: 1px solid currentColor
}

button {
    padding: 0;
    background: transparent;
    border: none;
    font-size: inherit;
    text-align: left
}

.faq__content-container {
    display: block !important
}

.star-rating__icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
    color: currentColor
}

.card__title {
    font-weight: bold
}

.card__location {
    margin: 1em 0
}

.card + .card {
    margin-top: 2em
}

.buttons-container a {
    display: block
}

.gallery__item:after {
    display: block;
    margin-bottom: 2em
}

[style^=text-align] {
    text-align: left !important
}

[style^=color] {
    color: #333333 !important
}

.slick-slide {
    display: none !important
}

.slick-slide.slick-active {
    display: block !important
}

.slick-list {
    height: auto !important
}

.slick-track {
    width: auto !important;
    height: auto !important;
    transform: none !important
}

.slick-track .slick-slide {
    width: auto !important
}

[data-observer="in-viewport"] {
    pointer-events: all;
    opacity: 1
}

.section-cards .cards-slider .slick-list {
    margin-left: 0;
    margin-right: 0
}

.page-entry__img-container > img {
    margin: 0
}

.weather-table table {
    border-spacing: 1px;
    width: 100%;
    font-size: 10px;
    table-layout: fixed;
    font-size: 15px
}

.weather-table th, .weather-table td {
    line-height: 1.3;
    vertical-align: middle;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: center
}

.weather-table th {
    font-style: normal;
    font-weight: normal;
    background: #fff
}

.weather-table td {
    min-width: 3.125em;
    height: 3.125em;
    color: #000;
    font-style: normal;
    font-weight: bold
}

.weather-table tr {
    width: 100%
}

.weather-table tr > th:first-child {
    text-align: left;
    padding-right: .5em;
    text-align: left;
    white-space: nowrap;
    width: 25%
}