.section--links--cards {
    margin-top: var(--body-gap);
    margin-bottom: var(--body-gap);
}
.section--links--cards blockquote::before {
    content: none;
}
.section--links--cards .pull-quote {
    max-width: 100%;
    padding: 20px;
    grid-column: 1/3;
}
.section--links--cards blockquote,
.section--links--cards cite {
    text-align: center;
}
.section--links--cards blockquote p {
    font-size: clamp(20px, 4vw, 30px);
    line-height: 110%;
}
@media (min-width: 800px) {
    .section--links--cards .pull-quote {
        width: 30vw;
        max-width: 400px;
        grid-column: auto;
    }
    .section--links--cards blockquote p {
        font-size: clamp(20px, 2.5vw, 30px);
    }
}
.grid {
    --body-margin: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 10px;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
@media (min-width: 560px) {
    .grid {
        --body-margin: 24px;
        grid-gap: 0 1rem;
    }
    .grid .teaser--portal {
        min-height: 260px;
        padding: 1.5rem 2rem;
    }
    .grid .teaser--portal .card__title {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }
}
@media (min-width: 800px) {
    .grid {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 0 1rem;
    }
    .grid .teaser--portal {
        padding: 0.75rem 1rem;
    }
    .grid .teaser--portal .card__title {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }
}
@media (min-width: 1024px) {
    .grid {
        grid-gap: 0 1.5rem;
    }
    .grid .teaser--portal {
        min-height: 340px;
        padding: 1.5rem 2rem;
    }
    .grid .teaser--portal .card__title {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }
}


.section--search-by-tag {
    display: flex;
    min-height: 380px;
    justify-content: center;
    align-items: center;
    margin-top: var(--body-gap);
    background-color: var(--ohto-bone);
}


section.banner--divider {
    position: relative;
    margin-bottom: 0;
    z-index: -1;
    overflow: visible;
}
section.banner--divider + section {
    margin-top: -1rem;
}
section.banner--divider .bg-fill-svg {
    position: absolute;
    bottom: -550px;
    left: 0;
    width: 100%;
    height: 700px;
}
.page--landing section.banner--divider .bg-fill-svg {
    fill: var(--ohto-palest-pale);
}
.page--portal section.banner--divider .bg-fill-svg {
    fill: #fff;
}
@media (max-width: 767px) {
    section.banner--divider .bg-fill-svg > svg {
        width: 300%;
        left: -50%;
    }
}
@media (min-width: 768px) {
    section.banner--divider .bg-fill-svg {
        bottom: -450px;
        height: 600px;
    }
}
section.banner--divider figure {
    position: relative;
    max-height: 85vh;
    margin: 0;
    background-color: var(--ohto-palest-pale);
}
section.banner--divider picture, section.banner--divider img {
    width: 100%;
    max-height: 85vh;
    object-fit: cover;
    object-position: 50% 65%;
}



.section--feature {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.section--feature > .flex {
    flex-direction: column;
}
.section--feature .oh-wrapper--sm {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.section--feature .oh-wrapper--lg {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-top: 0;
    margin-bottom: 0;
}
.section--feature .oh-wrapper--lg > div {
    position: absolute;
    height: 100%;
    border-radius: var(--card-border-radius, 15px);
}
@media (min-width: 768px) {
    .section--feature > .flex {
        flex-direction: row-reverse;
        align-items: center;
    }
    .section--feature .oh-wrapper--sm {
        --wrapper-width: 340px;
    }
    .section--feature .oh-wrapper--lg {
        padding-bottom: 38.25%;
    }
}



.section--local-feature {
    position: relative;
    margin-top: 7rem;
    padding-top: 1rem;
    background-color: var(--ohto-dark-blue);
}
.section--local-feature::before {
    content: "";
    position: absolute;
    top: -50px;
    z-index: -1;
    width: 100%;
    height: 200px;
    background-image: url(/themes/comewander2022/img/ui/bg-local-feature.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.section--local-feature > .flex {
    flex-direction: column;
}
.section--local-feature .oh-wrapper.images {
    position: relative;
    flex-grow: 1;
    display: flex;
    align-items: center;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-top: 3rem;
}
.section--local-feature .oh-wrapper.images::before {
    content: "";
    position: absolute;
    top: 15%;
    left: -3%;
    z-index: 0;
    width: 100%;
    height: 75%;
    background-image: url(/themes/comewander2022/img/ui/bg-local-feature-images.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.section--local-feature .oh-wrapper.images .card {
    width: 60%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 47%;
}
.section--local-feature .oh-wrapper.images .card:first-child {
    margin-top: 1rem;
}
.section--local-feature .oh-wrapper.images .card:nth-child(2) {
    float: right;
    margin-top: -15%;
    margin-left: -10%;
}
.section--local-feature .oh-wrapper--sm {
    margin-top: 2rem;
    margin-bottom: 2rem;
    color: #fff;
}
.section--local-feature .feature__category {
    color: var(--ohto-medium-blue);
}
.section--local-feature .feature__category::before {
    content: "";
    display: inline-flex;
    position: relative;
    top: 4px;
    width: 17px;
    height: 20px;
    padding-right: 7px;
    background-image: url(/themes/comewander2022/css/../img/icons/icon-local-sm.png);
    background-repeat: no-repeat;
    background-size: contain;
}
@media (min-width: 560px) {
    .section--local-feature .oh-wrapper.images {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
@media (min-width: 768px) {
    .section--local-feature {
        padding-top: 3rem;
        padding-bottom: 2rem;
    }
    .section--local-feature > .flex {
        flex-direction: row;
    }
    .section--local-feature .oh-wrapper--sm {
        --wrapper-width: 340px;
    }
    .section--local-feature .oh-wrapper.images {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
}
@media (min-width: 1024px) {
    .section--local-feature .oh-wrapper.images {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

section.video--feature {
    position: relative;
    width: 100%;
    min-height: 530px;
    overflow: hidden;
}
@media (min-width: 768px) {
    section.video--feature {
        min-height: 600px;
    }
}
section.video--feature .banner__overlay * {
    color: #fff;
}
section.video--feature blockquote {
    width: var(--wrapper-width);
    margin: 1rem auto;
    padding: 0;
    font-size: 1.8rem;
    font-family: 'Abhaya Libre', var(--ohto-serif);
}
section.video--feature blockquote::before {
    content: unset;
}

.feature__category {
    font-family: var(--ohto-sans);
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
}
.feature__title h3 {
    margin-bottom: 1rem;
    font-family: var(--ohto-sans);
    font-weight: 600;
}
.feature__summary p {
    margin: 0.5rem 0;
}


.section--multi-feature {
    margin-top: var(--body-gap);
    margin-bottom: var(--body-gap);
}
@media (max-width: 561px) {
    .section--multi-feature .grid {
        grid-template-columns: 1fr;
    }
    .section--multi-feature .grid .teaser {
        margin-left: auto;
        margin-right: auto;
    }
}


.section--block-sustainability {
    --theme-body: var(--ohto-forest-green);
    position: relative;
    width: 100%;
    overflow-x: hidden;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-family: var(--ohto-sans);
}
.section--block-sustainability::before {
    content: "";
    position: absolute;
    top: -8%;
    left: -4%;
    z-index: -1;
    width: 115%;
    height: 100%;
    background-image: url(/themes/comewander2022/img/ui/bg-block-sustainability.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.section--block-sustainability .oh-wrapper--lg {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.section--block-sustainability h4 {
    margin-left: 1rem;
    font-weight: 600;
    font-size: 0.925rem;
    line-height: 1.25rem;
}

.section--content-slider + .section--content-slider {
    background-color: var(--ohto-darkest-brown);
    padding-top: 2rem;
    color: #fff;
}
.section--content-slider .oh-wrapper--slider {
    position: relative;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    overflow: hidden;
}
.section--content-slider .oh-wrapper--slider .slider {
    max-width: 100%;
    margin-right: 0;
    padding-top: 1rem;
    padding-bottom: 3rem;
}
.section--content-slider .oh-wrapper--slider a {
    height: 98%;
}
.section--content-slider > .flex {
    flex-direction: column;
    padding-top: 2rem;
}
.section--content-slider .teaser--portal {
    min-height: 285px;
}
.section--content-slider .oh-wrapper--sm {
    margin-top: 0;
    margin-bottom: 0;
}
.section--content-slider .oh-wrapper--sm h3 {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    font-family: var(--ohto-sans);
    font-weight: 600;
    font-size: 1.6rem;
}
.splide__track {
    position: relative;
}

@media (min-width: 768px) {
    .section--content-slider > .flex {
        flex-direction: row;
        padding-top: 0;
    }
    .section--content-slider .oh-wrapper--sm {
        --wrapper-width: 350px;
    }
    .section--content-slider .oh-wrapper--slider {
        width: calc(100% - 350px);
        overflow: hidden;
    }
    .section--content-slider .oh-wrapper--slider .slider {
        padding-top: 2.5rem;
    }
}
@media (min-width: 1280px) {
    .section--content-slider .splide__track::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 6rem;
        height: 100%;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 1) 50%);
    }
    .section--content-slider + .section--content-slider .splide__track::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 6rem;
        height: 100%;
        background: linear-gradient(90deg, #3B352D00 15%, #3B352DFF 50%);
    }
}
.section--content-slider .splide__arrows {
    position: absolute;
    top: calc(100% - 2.25rem);
    width: 100%;
}
.section--content-slider .splide__arrow svg {
    display: none;
}
.section--content-slider .splide__arrow {
    opacity: 1;
    background-color: var(--ohto-link-red);
    box-shadow: var(--card-shadow);
}
.section--content-slider .splide__arrow--prev {
    left: unset;
    right: 7em;
    transform: rotate(90deg);
}
.section--content-slider .splide__arrow--next {
    transform: rotate(-90deg);
    left: unset;
    right: 4em;
}
.section--content-slider .splide__arrow::before {
    content: '';
    width: 16px;
    height: 18px;
    background-image: url(/themes/ohto2022/img/ui/dropdown-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
}


.section--crowdriff {
    margin-top: var(--body-gap);
    margin-bottom: var(--body-gap);
    font-family: var(--ohto-sans);
}



.teaser--large {
    max-width: 400px;
    margin-bottom: 1.75rem;
}
.teaser--large > .teaser__img {
    padding-bottom: 61%;
}
.teaser--large .teaser__details {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-shrink: 1;
    padding: 1rem 1rem 0.75rem;
}
.teaser--large .teaser__title--lg:first-child {
    margin-top: 0;
}
.teaser__title--lg {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-family: var(--ohto-sans);
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -0.03em;
    text-decoration: none;
    color: var(--ohto-darkest-brown) !important;
}

.divider--itinerary {
    position: relative;
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-align: center;
}
.divider--itinerary.divider--start::after,
.divider--itinerary.divider--travel::after {
    content: '';
    position: relative;
    top: 5px;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 28px;
    background-image: url(/themes/comewander2022/css/../img/ui/itinerary_divider_after.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.divider--itinerary.divider--travel::before {
    content: '';
    position: relative;
    top: -5px;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 64px;
    background-image: url(/themes/comewander2022/css/../img/ui/itinerary_divider_travel.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.divider--itinerary.divider--end::before {
    content: '';
    position: relative;
    top: -5px;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 28px;
    background-image: url(/themes/comewander2022/css/../img/ui/itinerary_divider_before.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.area-highlight .item__distance,
.area-highlight .item__tip {
    position: relative;
    display: block;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    padding-left: 2.5rem;
}
.area-highlight .item__distance span {
    display: block;
}
.area-highlight .item__title {
    margin-top: 0;
    font-family: var(--ohto-sans);
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 2.125rem;
    color: var(--ohto-red);
}
.area-highlight .item__region {
    margin-bottom: 1rem;
    font-family: var(--ohto-sans);
    font-weight: 600;
    font-size: 0.925rem;
    line-height: 1.75rem;
    color: var(--ohto-red);
}
.area-highlight .item__distance::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 22px;
    margin: 2px;
    background-image: url(/themes/comewander2022/img/icons/icon-time.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.area-highlight .item__tip::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    margin: 2px;
    background-image: url(/themes/ohto2022/img/icons/icon-insiders-tip.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.block--button {
    margin-bottom: var(--body-gap, 2rem);
}

.block--accordion {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
@media (max-width: 480px) {
    .block--accordion {
        --body-margin: 0;
        max-width: 100%;
    }
}
.accordion > * {
    margin: 0;
    padding: 1rem 2rem 1rem 2rem;
    border-bottom: solid 1px var(--ohto-bone);
    background: var(--ohto-palest-pale);
    overflow: hidden;
}
.accordion__header {
    min-height: 2rem;
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 6rem;
    font-family: var(--ohto-sans);
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    color: var(--ohto-medium-brown);
    transition: filter 100ms ease-in-out;
    cursor: pointer;
}
.accordion__header::after {
    content: "";
    position: absolute;
    right: 0;
    width: 4rem;
    height: 100%;
    background-color: var(--ohto-medium-brown);
    background-image: url(/themes/ohto2022/img/ui/dropdown-arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px;
    transition: background 100ms ease-in-out;
}
.accordion__header:hover {
    filter: brightness(1.05);
}
.accordion__header:hover::after, .accordion__header:focus::after {
    background-position: center 45%;
}
.accordion__header.collapsed + .accordion__content {
    padding-top: 0;
    padding-bottom: 0;
    visibility: hidden;
}
.accordion__content {
    max-height: 0;
    transition: max-height 200ms ease-in-out, padding 200ms ease-in-out, visibility 200ms;
}
.accordion__content > * {
    max-width: calc(820px - 8rem);
}
.accordion__content > *:first-child {
    margin-top: 1rem;
}
.accordion__content > *:last-child {
    margin-bottom: 1rem;
}

.block--next-steps {
    position: relative;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-top: 1.25rem;
    padding-bottom: 0.75rem;
}
.block--next-steps::before {
    content: '';
    position: absolute;
    top: 0;
    height: 10px;
    width: 100%;
    background-image: url(/themes/comewander2022/css/../img/ui/bg-next-steps.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
.block--next-steps span {
    display: block;
    margin-bottom: 0.75rem;
    font-weight: 700;
}
.block--next-steps a {
    display: block;
    margin-bottom: 0.75rem;
    font-family: var(--ohto-sans);
    font-weight: 600;
}

.article__meta span.icon__itinerary::before {
    content: '';
    position: relative;
    display: inline-block;
    width: 17px;
    height: 20px;
    margin-bottom: -5px;
    margin-right: 12px;
    background-image: url(/themes/comewander2022/css/../img/icons/icon-itinerary-sm.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.section--land-acknowledgement {
    position: relative;
    font-family: var(--ohto-sans);
}
.section--land-acknowledgement picture,
.section--land-acknowledgement img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.section--land-acknowledgement .container--md {
    position: relative;
}
.section--land-acknowledgement .container--md::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 130px;
    height: 14px;
    margin: auto;
    background-image: url('/themes/ohto2022/img/ui/pre-pull-quote.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.region-flyby {
    margin-top: 6rem;
    margin-bottom: 6rem;
}