.article-content--package-v1 {
    --article-package-accent: #ff416c;
    --article-package-text: #333;
    --article-package-muted: #6f6f6f;
    --article-package-surface: #f6f6f6;
    --article-package-summary: #fff2f5;
    box-sizing: border-box;
    width: 100%;
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
    color: var(--article-package-text);
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 19px;
    line-height: 1.75;
    overflow-wrap: break-word;
}

.article-heading--package-v1 {
    box-sizing: border-box;
    width: 100%;
    max-width: 680px !important;
    margin-right: auto !important;
    margin-bottom: 32px !important;
    margin-left: auto !important;
    color: #1b1b1b;
    font-family: Alice, Georgia, serif;
    font-size: 36px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    text-transform: none !important;
}

.page-photos--package-v1 {
    float: none;
}

.page-photos--package-v1 .article-banner--package-v1 {
    height: 0;
    padding-top: 27.7391304%;
    background-position: center;
    background-size: cover;
}

@supports (aspect-ratio: 1 / 1) {
    .page-photos--package-v1 .article-banner--package-v1 {
        aspect-ratio: 1150 / 319;
        height: auto;
        padding-top: 0;
    }
}

.page-photos--package-v1 + .page-content {
    clear: both;
}

@media (min-width: 1200px) {
    .page-body > .article-heading--package-v1 {
        margin-right: auto !important;
        margin-left: 60px !important;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .page-body > .article-heading--package-v1 {
        max-width: calc(100% - 400px) !important;
        margin-right: auto !important;
        margin-left: 0 !important;
    }
}

.article-content--package-v1 *,
.article-content--package-v1 *::before,
.article-content--package-v1 *::after {
    box-sizing: border-box;
}

.article-content--package-v1 h1,
.article-content--package-v1 h2,
.article-content--package-v1 h3,
.article-content--package-v1 blockquote {
    color: #1b1b1b;
    font-family: Alice, Georgia, serif;
}

.article-content--package-v1 h1 {
    margin: 0 0 32px;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2;
}

.article-content--package-v1 h2 {
    margin: 56px 0 20px;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.3;
}

.article-content--package-v1 h3 {
    margin: 36px 0 12px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}

.article-content--package-v1 p,
.article-content--package-v1 ul,
.article-content--package-v1 ol,
.article-content--package-v1 blockquote,
.article-content--package-v1 figure,
.article-content--package-v1 .table-scroll {
    margin-top: 0;
    margin-bottom: 28px;
}

.article-content--package-v1 p:last-child,
.article-content--package-v1 li > p:last-child,
.article-content--package-v1 figure > :last-child {
    margin-bottom: 0;
}

.article-content--package-v1 ul,
.article-content--package-v1 ol {
    padding-left: 1.45em;
}

.article-content--package-v1 li {
    margin-bottom: 10px;
    padding-left: 0.25em;
    font-size: 19px;
    line-height: 1.75;
}

.article-content--package-v1 li:last-child {
    margin-bottom: 0;
}

.article-content--package-v1 li::marker {
    color: var(--article-package-accent);
    font-weight: 700;
}

.article-content--package-v1 a {
    color: var(--article-package-accent);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.16em;
}

.article-content--package-v1 a:hover {
    color: #e92d58;
}

.article-content--package-v1 a:focus-visible,
.article-content--package-v1 button:focus-visible {
    outline: 2px solid var(--article-package-accent);
    outline-offset: 4px;
}

.article-content--package-v1 [data-block="summary"] {
    margin: 36px 0 48px;
    padding: 24px 28px;
    border-left: 4px solid var(--article-package-accent);
    border-radius: 0 16px 16px 0;
    background: var(--article-package-summary);
}

.article-content--package-v1 [data-block="summary"] p {
    margin-bottom: 16px;
}

.article-content--package-v1 [data-block="summary"] p:last-child {
    margin-bottom: 0;
}

.article-content--package-v1 [data-block="summary"] strong:first-child {
    color: #1b1b1b;
}

.article-content--package-v1 blockquote {
    padding: 8px 0 8px 28px;
    border-left: 4px solid var(--article-package-accent);
    font-size: 24px;
    font-style: normal;
    line-height: 1.55;
}

.article-content--package-v1 figure {
    width: 100%;
}

.article-content--package-v1 figure img,
.article-content--package-v1 > img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    border-radius: 20px;
}

.article-content--package-v1 .article-package-image--portrait,
.article-content--package-v1 .article-package-figure--portrait img {
    width: auto;
    max-height: calc(100vh - 160px);
    object-fit: contain;
}

.article-content--package-v1 figcaption {
    margin-top: 10px;
    color: var(--article-package-muted);
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}

.article-content--package-v1 .table-scroll {
    width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
}

.article-content--package-v1 table {
    width: 100%;
    min-width: 620px;
    border: 0;
    border-collapse: collapse;
    color: var(--article-package-text);
    font-size: 17px;
    line-height: 1.5;
}

.article-content--package-v1 th,
.article-content--package-v1 td {
    padding: 14px 16px;
    border: 0;
    border-bottom: 1px solid #dedede;
    text-align: left;
    vertical-align: top;
}

.article-content--package-v1 th {
    background: var(--article-package-summary);
    color: #1b1b1b;
    font-weight: 700;
}

.article-content--package-v1 tbody tr:last-child td,
.article-content--package-v1 tfoot tr:last-child td {
    border-bottom: 0;
}

.article-content--package-v1 [data-block="faq"] {
    margin: 64px 0 0;
    padding: 32px;
    border-radius: 30px;
    background: var(--article-package-surface);
}

.article-content--package-v1 [data-block="faq"] > h2 {
    margin: 0 0 28px;
}

.article-content--package-v1 [data-faq-item] {
    margin-top: 20px;
    padding: 24px 32px;
    border-radius: 20px;
    background: #fff;
}

.article-content--package-v1 [data-block="faq"] > h2 + [data-faq-item] {
    margin-top: 0;
}

.article-content--package-v1 [data-faq-item] > h3 {
    margin: 0 0 16px;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}

.article-content--package-v1 [data-faq-item] > :last-child {
    margin-bottom: 0;
}

.article-content--package-v1 .article-package-faq__heading {
    margin: 0;
}

.article-content--package-v1 .article-package-faq__control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 24px;
    gap: 24px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #1b1b1b;
    font: inherit;
    text-align: left;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

.article-content--package-v1 .article-package-faq__title {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    white-space: pre-wrap;
}

.article-content--package-v1 .article-package-faq__icon {
    position: relative;
    display: block;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    transition: transform 0.4s ease-out;
}

.article-content--package-v1 .article-package-faq__icon::before,
.article-content--package-v1 .article-package-faq__icon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    background: var(--article-package-accent);
    transform: translate(-50%, -50%);
}

.article-content--package-v1 .article-package-faq__icon::before {
    width: 14px;
    height: 1px;
}

.article-content--package-v1 .article-package-faq__icon::after {
    width: 1px;
    height: 14px;
}

.article-content--package-v1 .article-package-faq__item.is-open .article-package-faq__icon {
    transform: rotate(45deg);
}

.article-content--package-v1 .article-package-faq--enhanced .article-package-faq__content {
    max-height: 0;
    padding-top: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease-out, opacity 0.25s ease-out, padding-top 0.4s ease-out;
    will-change: max-height;
}

.article-content--package-v1 .article-package-faq--enhanced .article-package-faq__content[hidden] {
    display: none;
}

.article-content--package-v1 .article-package-faq--enhanced .article-package-faq__item.is-open .article-package-faq__content {
    padding-top: 24px;
    opacity: 1;
}

.article-content--package-v1 .article-package-faq__content p,
.article-content--package-v1 .article-package-faq__content li {
    font-size: 17px;
    line-height: 1.55;
}

.article-content--package-v1 .article-package-faq__content p {
    margin-bottom: 20px;
}

.article-content--package-v1 .article-package-faq__content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .article-heading--package-v1 {
        margin-bottom: 24px !important;
        font-size: 32px !important;
    }

    .article-content--package-v1 {
        font-size: 18px;
        line-height: 1.7;
    }

    .article-content--package-v1 h1 {
        margin-bottom: 24px;
        font-size: 32px;
    }

    .article-content--package-v1 h2 {
        margin-top: 44px;
        font-size: 26px;
    }

    .article-content--package-v1 h3 {
        margin-top: 30px;
        font-size: 20px;
    }

    .article-content--package-v1 li {
        font-size: 18px;
        line-height: 1.7;
    }

    .article-content--package-v1 [data-block="summary"] {
        margin: 28px 0 40px;
        padding: 20px;
    }

    .article-content--package-v1 blockquote {
        padding-left: 20px;
        font-size: 22px;
    }

    .article-content--package-v1 figure img,
    .article-content--package-v1 > img {
        border-radius: 16px;
    }

    .article-content--package-v1 .article-package-image--portrait,
    .article-content--package-v1 .article-package-figure--portrait img {
        max-height: 75vh;
    }

    .article-content--package-v1 table {
        font-size: 16px;
    }

    .article-content--package-v1 th,
    .article-content--package-v1 td {
        padding: 12px 14px;
    }

    .article-content--package-v1 [data-block="faq"] {
        margin-top: 48px;
        padding: 24px 20px;
        border-radius: 24px;
    }

    .article-content--package-v1 [data-block="faq"] > h2 {
        margin-bottom: 24px;
    }

    .article-content--package-v1 [data-faq-item] {
        padding: 16px 20px;
    }

    .article-content--package-v1 .article-package-faq__control {
        gap: 16px;
    }

    .article-content--package-v1 .article-package-faq__icon {
        flex-basis: 20px;
        width: 20px;
        height: 20px;
    }

    .article-content--package-v1 .article-package-faq__icon::before {
        width: 11px;
    }

    .article-content--package-v1 .article-package-faq__icon::after {
        height: 11px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .article-content--package-v1 .article-package-faq__icon,
    .article-content--package-v1 .article-package-faq__content {
        transition-duration: 0.01ms !important;
    }
}

@media print {
    .article-content--package-v1 .article-package-faq__icon {
        display: none;
    }

    .article-content--package-v1 .article-package-faq__content,
    .article-content--package-v1 .article-package-faq__content[hidden] {
        display: block !important;
        max-height: none !important;
        padding-top: 16px !important;
        overflow: visible !important;
        opacity: 1 !important;
    }

    .article-content--package-v1 [data-faq-item] {
        break-inside: avoid;
    }
}
