.elementor-620 .elementor-element.elementor-element-79c4230{--display:flex;}/* Start custom CSS for html, class: .elementor-element-82a5697 */<style>
.wax-page {
    --wax-black: #111111;
    --wax-grey: #8c8c8c;
    --wax-border: #b9b9b9;
    --wax-background: #fdfcf9;

    width: 100%;
    margin: 0;
    padding: 0;
    color: var(--wax-black);
    font-family: "Zinzi Body", Georgia, serif;
}

.wax-page,
.wax-page * {
    box-sizing: border-box;
}

.wax-page img,
.wax-page svg {
    display: block;
}

.wax-shell {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 45px 48px 17px;
    overflow: hidden;
    background: var(--wax-background);
    border: 1px solid var(--wax-black);
}

/* Header */

.wax-header {
    width: 100%;
    text-align: center;
}

.wax-logo {
    width: min(100%, 720px);
    margin: 0 auto;
}

.wax-logo img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
}

.wax-tagline-row {
    display: grid;
    grid-template-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
    gap: 32px;
    margin-top: 23px;
    align-items: center;
}

.wax-tagline-row span {
    height: 1px;
    background: var(--wax-grey);
}

.wax-tagline-row p {
    margin: 0;
    color: var(--wax-black);
    font-family: "Zinzi Body", Arial, sans-serif;
    font-size: 1.22rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.35em;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.wax-header-diamond,
.wax-bottom-diamond {
    width: 11px;
    height: 11px;
    margin-right: auto;
    margin-left: auto;
    background: var(--wax-black);
    transform: rotate(45deg);
}

.wax-header-diamond {
    margin-top: 17px;
    margin-bottom: 30px;
}

/* Main two-column layout */

.wax-main {
    display: grid;
    grid-template-columns: minmax(0, 45.5%) minmax(0, 54.5%);
    gap: 47px;
    align-items: stretch;
}

.wax-content {
    min-width: 0;
    padding: 0 0 6px 12px;
}

.wax-introduction {
    width: 94%;
}

.wax-introduction p {
    margin: 0 0 24px;
    color: var(--wax-black);
    font-family: "Zinzi Body", Georgia, serif;
    font-size: 1.42rem;
    font-weight: 400;
    line-height: 1.55;
}

.wax-introduction p:last-child {
    margin-bottom: 0;
}

/* Horizontal divider */

.wax-section-divider {
    display: grid;
    grid-template-columns: 1fr 11px 1fr;
    gap: 11px;
    width: 94%;
    margin: 50px 0 38px;
    align-items: center;
}

.wax-section-divider span {
    height: 1px;
    background: var(--wax-grey);
}

.wax-section-divider i {
    width: 9px;
    height: 9px;
    margin: 0 auto;
    background: var(--wax-black);
    transform: rotate(45deg);
}

/* Details */

.wax-details {
    width: 100%;
}

.wax-detail {
    display: grid;
    grid-template-columns: 105px minmax(0, 1fr);
    gap: 27px;
    padding: 19px 0;
    align-items: center;
}

.wax-detail-top {
    align-items: start;
}

.wax-detail-icon {
    display: flex;
    min-height: 86px;
    padding-right: 26px;
    align-items: center;
    justify-content: center;
    color: var(--wax-black);
    border-right: 1px solid var(--wax-grey);
}

.wax-detail-icon svg {
    width: 64px;
    max-height: 78px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.wax-detail-icon .wax-icon-fill {
    fill: currentColor;
    stroke: none;
}

.wax-detail-copy {
    min-width: 0;
}

.wax-detail-copy h2 {
    margin: 0 0 8px;
    color: var(--wax-black);
    font-family: "Zinzi Body", Arial, sans-serif;
    font-size: 1.18rem;
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.wax-detail-copy p,
.wax-detail-copy li {
    color: var(--wax-black);
    font-family: "Zinzi Body", Georgia, serif;
    font-size: 1.04rem;
    font-weight: 400;
    line-height: 1.4;
}

.wax-detail-copy p {
    margin: 0;
}

.wax-detail-copy ul {
    margin: 5px 0 0;
    padding-left: 1.15rem;
}

.wax-detail-copy li {
    margin: 0 0 4px;
    padding-left: 3px;
}

/* Main photograph */

.wax-main-image {
    min-width: 0;
    height: 100%;
    min-height: 1015px;
    margin: 0;
    overflow: hidden;
}

.wax-main-image img {
    width: 100%;
    height: 100%;
    min-height: 1015px;
    object-fit: cover;
    object-position: center center;
}

/* Bottom feature strip */

.wax-feature-strip {
    display: grid;
    grid-template-columns: 2fr repeat(3, 1fr);
    margin-top: 41px;
    border: 1px solid var(--wax-border);
}

.wax-feature-intro,
.wax-feature {
    min-width: 0;
    min-height: 190px;
}

.wax-feature-intro {
    display: flex;
    padding: 25px 38px 22px;
    align-items: center;
}

.wax-feature-intro-copy h2 {
    margin: 0 0 8px;
    color: var(--wax-black);
    font-family: "Zinzi Body", Arial, sans-serif;
    font-size: 1.18rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.wax-feature-intro-copy p {
    margin: 0;
    color: var(--wax-black);
    font-family: "Zinzi Body", Georgia, serif;
    font-size: 0.97rem;
    font-style: italic;
    line-height: 1.42;
}

.wax-feature {
    position: relative;
    display: flex;
    padding: 23px 15px 17px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.wax-feature::before {
    position: absolute;
    top: 24px;
    bottom: 24px;
    left: 0;
    border-left: 2px dotted var(--wax-grey);
    content: "";
}

.wax-feature-icon {
    color: var(--wax-black);
}

.wax-feature-icon svg {
    width: 75px;
    height: 78px;
    margin: 0 auto 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.15;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.wax-feature-icon.wax-interactive-icon svg {
    width: 86px;
    height: 86px;
}

.wax-feature h3 {
    margin: 0;
    color: var(--wax-black);
    font-family: "Zinzi Body", Arial, sans-serif;
    font-size: 0.91rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

/* Footer */

.wax-footer {
    display: grid;
    grid-template-columns: minmax(60px, 1fr) auto minmax(60px, 1fr);
    gap: 23px;
    margin-top: 22px;
    align-items: center;
}

.wax-footer span {
    border-top: 2px dotted var(--wax-grey);
}

.wax-footer p {
    margin: 0;
    color: var(--wax-black);
    font-family: "Zinzi Body", Georgia, serif;
    font-size: 0.82rem;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0.18em;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.wax-footer b {
    margin: 0 12px;
    color: var(--wax-black);
    font-weight: 700;
}

.wax-bottom-diamond {
    margin-top: 9px;
}

/* Tablet */

@media (max-width: 1024px) {
    .wax-shell {
        padding: 36px 28px 17px;
    }

    .wax-logo {
        max-width: 610px;
    }

    .wax-tagline-row {
        gap: 22px;
    }

    .wax-tagline-row p {
        font-size: 1rem;
        letter-spacing: 0.27em;
    }

    .wax-main {
        grid-template-columns: minmax(0, 45%) minmax(0, 55%);
        gap: 31px;
    }

    .wax-content {
        padding-left: 0;
    }

    .wax-introduction p {
        font-size: 1.16rem;
    }

    .wax-section-divider {
        margin: 37px 0 28px;
    }

    .wax-detail {
        grid-template-columns: 78px minmax(0, 1fr);
        gap: 17px;
        padding: 15px 0;
    }

    .wax-detail-icon {
        min-height: 73px;
        padding-right: 16px;
    }

    .wax-detail-icon svg {
        width: 49px;
    }

    .wax-detail-copy h2 {
        font-size: 1.02rem;
    }

    .wax-detail-copy p,
    .wax-detail-copy li {
        font-size: 0.91rem;
    }

    .wax-main-image,
    .wax-main-image img {
        min-height: 900px;
    }

    .wax-feature-strip {
        grid-template-columns: repeat(3, 1fr);
    }

    .wax-feature-intro {
        grid-column: 1 / -1;
        min-height: auto;
        border-bottom: 1px solid var(--wax-border);
    }

    .wax-feature:first-of-type::before {
        display: none;
    }

    .wax-footer p {
        font-size: 0.7rem;
        letter-spacing: 0.1em;
    }
}

/* Mobile */

@media (max-width: 767px) {
    .wax-shell {
        padding: 25px 18px 15px;
        border-right: 0;
        border-left: 0;
    }

    .wax-logo {
        max-width: 390px;
    }

    .wax-tagline-row {
        grid-template-columns: 1fr;
        gap: 13px;
        margin-top: 20px;
    }

    .wax-tagline-row span {
        width: 70%;
        margin: 0 auto;
    }

    .wax-tagline-row p {
        font-size: 0.76rem;
        line-height: 1.6;
        letter-spacing: 0.22em;
        white-space: normal;
    }

    .wax-header-diamond {
        margin-top: 16px;
        margin-bottom: 27px;
    }

    .wax-main {
        grid-template-columns: 1fr;
        gap: 31px;
    }

    .wax-introduction,
    .wax-section-divider {
        width: 100%;
    }

    .wax-introduction p {
        font-size: 1.08rem;
        line-height: 1.6;
    }

    .wax-section-divider {
        margin: 30px 0 25px;
    }

    .wax-detail {
        grid-template-columns: 70px minmax(0, 1fr);
        gap: 15px;
        padding: 15px 0;
    }

    .wax-detail-icon {
        min-height: 68px;
        padding-right: 14px;
    }

    .wax-detail-icon svg {
        width: 44px;
        max-height: 60px;
    }

    .wax-detail-copy h2 {
        font-size: 0.97rem;
    }

    .wax-detail-copy p,
    .wax-detail-copy li {
        font-size: 0.9rem;
        line-height: 1.36;
    }

    .wax-main-image {
        min-height: 0;
    }

    .wax-main-image img {
        min-height: 0;
        aspect-ratio: 4 / 5;
        object-position: center center;
    }

    .wax-feature-strip {
        grid-template-columns: 1fr;
        margin-top: 29px;
    }

    .wax-feature-intro {
        grid-column: auto;
        min-height: auto;
        padding: 23px 20px;
    }

    .wax-feature-intro-copy h2 {
        font-size: 1.02rem;
    }

    .wax-feature-intro-copy p {
        font-size: 0.9rem;
    }

    .wax-feature {
        min-height: 120px;
        border-top: 1px solid var(--wax-border);
    }

    .wax-feature::before {
        display: none;
    }

    .wax-feature-icon svg {
        width: 60px;
        height: 62px;
        margin-bottom: 10px;
    }

    .wax-feature-icon.wax-interactive-icon svg {
        width: 67px;
        height: 67px;
    }

    .wax-footer {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .wax-footer p {
        font-size: 0.67rem;
        line-height: 1.8;
        letter-spacing: 0.09em;
        white-space: normal;
    }

    .wax-footer b {
        margin: 0 6px;
    }
}
</style>/* End custom CSS */