@media print, screen and (min-width: 40em) {
    .reveal,
    .reveal.large,
    .reveal.small,
    .reveal.tiny {
        right: auto;
        left: auto;
        margin: 0 auto;
    }
}
.close-button {
    color: #414042;
    cursor: pointer;
}
[data-whatinput='mouse'] .close-button {
    outline: 0;
}
.close-button:focus,
.close-button:hover {
    color: #414042;
}
.close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1;
}
.close-button,
.close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1;
}
html.is-reveal-open {
    position: fixed;
    width: 100%;
    overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
    overflow-y: scroll;
}
html.is-reveal-open body {
    overflow-y: hidden;
}
.reveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    background-color: rgba(65, 64, 66, 0.45);
}
.reveal,
.reveal-overlay {
    display: none;
    overflow-y: auto;
}
.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 1rem;
    border: NULL;
    border-radius: 0.188rem;
    background-color: #fff;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
}
[data-whatinput='mouse'] .reveal {
    outline: 0;
}
@media print, screen and (min-width: 48em) {
    .reveal {
        min-height: 0;
    }
}
.reveal .column {
    min-width: 0;
}
.reveal > :last-child {
    margin-bottom: 0;
}
@media print, screen and (min-width: 48em) {
    .reveal {
        width: 600px;
        max-width: 75rem;
    }
}
.reveal.collapse {
    padding: 0;
}
@media print, screen and (min-width: 48em) {
    .reveal.tiny {
        width: 30%;
        max-width: 75rem;
    }
}
@media print, screen and (min-width: 48em) {
    .reveal.small {
        width: 50%;
        max-width: 75rem;
    }
}
@media print, screen and (min-width: 48em) {
    .reveal.large {
        width: 90%;
        max-width: 75rem;
    }
}
.reveal.full {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
}
@media screen and (max-width: 47.99875em) {
    .reveal {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: 100%;
        min-height: 100%;
        margin-left: 0;
        border: 0;
        border-radius: 0;
    }
}
html.is-reveal-open,
html.is-reveal-open body {
    overflow: unset;
}
@media screen and (max-width: 47.99875em) {
    html.is-reveal-open,
    html.is-reveal-open body {
        min-height: 100vh;
        height: unset;
        overflow-x: hidden !important;
    }
}
body:not(.notification_banner_active) .reveal-overlay {
    top: 60px;
}
body.notification_banner_active div.reveal-overlay {
    top: 100px;
}
@media screen and (max-width: 47.99875em) {
    body.notification_banner_active div.reveal-overlay div.gallery-reveal {
        margin-top: 60px;
        top: 40% !important;
    }
}
@media screen and (max-width: 74.99875em) {
    body.notification_banner_active div.reveal-overlay {
        top: 99px;
    }
}
@media (max-width: 412px) {
    body.notification_banner_active div.reveal-overlay {
        top: 95px;
    }
}
.reveal {
    -webkit-touch-callout: text;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    top: auto !important;
    bottom: 0;
    min-height: 0;
    margin: 1rem;
}
.reveal#promotionPopup {
    display: none;
    flex-direction: column;
    background: #fff;
    padding: 0.8rem 0.8rem 0;
    width: 26.6rem !important;
    max-width: 26.6rem !important;
}
.reveal#promotionPopup a {
    display: flex;
    flex-direction: column;
}
.reveal#promotionPopup a .footer {
    background: #fff;
    color: #af917b;
}
.reveal#promotionPopup a .footer:hover {
    background: inherit;
    color: #af917b;
}
.reveal div.text-center {
    background-color: transparent;
}
.reveal div.text-center .button-favorite {
    background-color: #af917b;
    font-weight: 600;
}
.reveal .triggered_content_close {
    font-size: 2.5rem;
}
.reveal.community-notice#promotionPopup {
    background-color: #fff;
    border-radius: 3px;
    margin: 0 auto;
    padding-top: 0;
    width: 100% !important;
    height: 100%;
    max-height: 100%;
    position: relative;
}
@media print, screen and (min-width: 48em) {
    .reveal.community-notice#promotionPopup {
        height: auto;
        padding: 1rem;
        width: 80% !important;
        max-width: 80%;
    }
}
@media print, screen and (min-width: 64em) {
    .reveal.community-notice#promotionPopup {
        max-width: 800px !important;
    }
}
.reveal.community-notice#promotionPopup .hh-logo {
    height: 40px;
    margin-bottom: 2rem;
    position: absolute;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
@media print, screen and (min-width: 48em) {
    .reveal.community-notice#promotionPopup .hh-logo {
        height: 60px;
        position: relative;
    }
}
.reveal.community-notice#promotionPopup .close-button .fa-times {
    color: #414042;
}
.reveal.community-notice#promotionPopup .close-button .fa-times:hover {
    color: #343335;
}
.reveal.community-notice#promotionPopup .community-notice-content-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 100%;
}
.reveal.community-notice#promotionPopup .community-notice-content-wrapper .community-notice-content {
    overflow-y: scroll;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5rem 1rem;
}
@media screen and (max-width: 47.99875em) {
    .reveal.community-notice#promotionPopup .community-notice-content-wrapper .community-notice-content:before {
        content: '';
        height: 6rem;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background: linear-gradient(180deg, #fff 50%, hsla(0, 0%, 100%, 0) 80%);
    }
    .reveal.community-notice#promotionPopup .community-notice-content-wrapper .community-notice-content:after {
        content: '';
        height: 5rem;
        position: absolute;
        bottom: -1px;
        left: 0;
        right: 0;
        background: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0.2784313725));
    }
}
@media print, screen and (min-width: 48em) {
    .reveal.community-notice#promotionPopup .community-notice-content-wrapper .community-notice-content {
        padding: 1rem;
        overflow-y: hidden;
    }
}
#promotionPopup {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    padding: 2.1rem 0 0;
    background-color: #292524;
}
#promotionPopup a {
    padding: 0 !important;
}
#promotionPopup a .footer {
    text-align: center;
    text-transform: uppercase;
    font-family:
        Gotham Medium,
        'Helvetica Neue',
        Helvetica,
        Arial,
        sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    line-height: 1;
    color: #fff;
}
#promotionPopup a .footer span {
    position: relative;
    padding-right: 1rem;
}
#promotionPopup a .footer span:after {
    font-family: Font Awesome\5 Pro;
    content: '\F061';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    top: 50%;
}
@media print, screen and (min-width: 48em) {
    #promotionPopup {
        max-width: 400px;
    }
}
#promotionPopup img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
}
#promotionPopup .close-button {
    background-color: transparent;
    color: #fff;
    font-weight: 600;
    right: 0;
    top: 0 !important;
}
#promotionPopup .close-button:hover {
    color: #fff !important;
    opacity: 0.7;
}
.is-reveal-open #subdivisionHeader:not(.smallHeader):before {
    content: ' ';
}
html.is-reveal-open .reveal-overlay {
    align-items: end;
}
@media print, screen and (min-width: 48em) {
    html.is-reveal-open .reveal-overlay {
        align-items: center;
        justify-content: center;
    }
}
html.is-reveal-open .reveal-overlay[style='display: block;'] {
    display: flex !important;
}
html.is-reveal-open .reveal-overlay[style='display: block;'] .footer {
    display: block;
}
@media screen and (max-width: 74.99875em) {
    html.is-reveal-open .reveal-overlay {
        align-items: center;
        justify-content: center;
    }
}
@media screen and (max-width: 47.99875em) {
    html.is-reveal-open .reveal-overlay {
        overflow: hidden !important;
        align-items: end;
    }
    html.is-reveal-open .reveal-overlay div.gallery-reveal {
        overflow: hidden;
        position: absolute;
        top: 40% !important;
    }
}
html.is-reveal-open .reveal-overlay .modal-close {
    border: none;
    position: absolute;
    top: -4rem;
    right: 0;
    border-radius: 100%;
    font-size: 2rem;
    color: grey;
    background: #fff;
    aspect-ratio: 1/1;
    padding: 0;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.reveal {
    overflow-y: unset;
    -ms-overflow-style: none;
}
.reveal.large:not(.gallery-reveal) {
    width: 85%;
    max-width: 85%;
    top: 50% !important;
    transform: translateY(-50%);
    max-height: 95%;
}
.reveal.large .responsive-embed {
    margin-bottom: 0;
}
.reveal.large .responsive-embed iframe {
    max-height: 91.5vh;
    max-width: 1610px;
}
.reveal.large iframe,
.reveal.large img {
    border: 0.7rem solid #fff;
    box-shadow:
        0 0.5rem 1rem 0 rgba(65, 64, 66, 0.2),
        0 2rem 3rem 0 rgba(65, 64, 66, 0.19);
    border-collapse: collapse;
}
@media screen and (max-width: 47.99875em) {
    .reveal.tiny {
        max-width: none;
        width: 100%;
        height: auto;
        margin: 1rem;
        min-height: 0;
    }
}
@media screen and (min-width: 48em) and (max-width: 63.99875em) {
    .reveal.tiny {
        width: 50%;
    }
}
.reveal.tiny .footer {
    display: none;
}
@media screen and (max-width: 74.99875em) {
    .reveal {
        top: 0 !important;
    }
    .reveal > a,
    .reveal p > a {
        display: flex;
        flex-direction: column;
        padding: 1rem 0;
    }
}
.modal-close {
    display: none;
}
.close-button {
    right: -1.5rem;
    top: -1.2rem;
    font-size: 1.8em;
    line-height: 1;
    position: absolute;
    font-weight: 400;
    color: #fff;
    padding: 0.25rem 1rem;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10001;
}
.close-button:active,
.close-button:focus,
.close-button:hover {
    color: #fff !important;
    background-color: rgba(0, 0, 0, 0.8);
}
.reveal-overlay :active,
.reveal-overlay :focus {
    outline: 0;
}
