.page-id-3586 .page-header-module,
.page-id-3563 .page-header-module,
.page-id-3586 .bannernav.ft,
.page-id-3563 .bannernav.ft {
    display: none !important;
}

.page-id-3586 .main > section.module:not(.page-header-module),
.page-id-3563 .main > section.module:not(.page-header-module) {
    padding: 0 !important;
}

.page-id-3586 .main > section.module:not(.page-header-module) > .container,
.page-id-3563 .main > section.module:not(.page-header-module) > .container {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
}

.page-id-3586 .main > section.module:not(.page-header-module) > .container > .row,
.page-id-3563 .main > section.module:not(.page-header-module) > .container > .row {
    width: 100% !important;
    margin: 0 !important;
}

.page-id-3586 .main > section.module:not(.page-header-module) .col-sm-12,
.page-id-3563 .main > section.module:not(.page-header-module) .col-sm-12 {
    width: 100% !important;
    padding: 0 !important;
}

.res-gallery-page,
.res-gallery-page * {
    box-sizing: border-box;
}

.res-gallery-page {
    --rg-red: #c71920;
    --rg-red-dark: #a90f16;
    --rg-black: #202124;
    --rg-text: #46484c;
    --rg-grey: #f3f3f1;
    --rg-warm: #f7f5f1;
    --rg-line: #dededb;
    width: 100%;
    overflow-x: hidden;
    overflow-y: visible;
    background: #fff;
    color: var(--rg-text);
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
}

.res-gallery-page h1,
.res-gallery-page h2,
.res-gallery-page h3,
.res-gallery-page p {
    margin-top: 0;
}

.res-gallery-page h1,
.res-gallery-page h2,
.res-gallery-page h3 {
    color: var(--rg-black);
    font-family: "Open Sans", Arial, sans-serif;
}

.rg-inner {
    width: calc(100% - 30px);
    max-width: 1170px;
    margin: 0 auto;
}

.rg-eyebrow {
    margin-bottom: 13px;
    color: var(--rg-red);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .13em;
    line-height: 1.4;
    text-transform: uppercase;
}

.rg-btn {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border: 1px solid var(--rg-red);
    background: var(--rg-red);
    color: #fff !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.rg-btn:hover,
.rg-btn:focus {
    border-color: var(--rg-red-dark);
    background: var(--rg-red-dark);
}

.rg-btn--outline {
    background: transparent;
    color: var(--rg-red) !important;
}

.rg-btn--outline:hover,
.rg-btn--outline:focus {
    background: var(--rg-red);
    color: #fff !important;
}

.rg-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.rg-back-link {
    display: inline-flex;
    margin-top: 18px;
    color: var(--rg-text) !important;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .035em;
    text-decoration: none !important;
}

.rg-back-link:hover,
.rg-back-link:focus {
    color: var(--rg-red) !important;
    text-decoration: underline !important;
}

.rg-hero {
    padding: 110px 0 74px;
    border-bottom: 1px solid var(--rg-line);
    background: radial-gradient(ellipse at 86% 24%, rgba(199, 25, 32, .12) 0, rgba(199, 25, 32, .06) 23%, rgba(199, 25, 32, 0) 48%), radial-gradient(ellipse at 76% 92%, rgba(32, 33, 36, .07) 0, rgba(32, 33, 36, 0) 38%), linear-gradient(135deg, #fff 0%, #fff 58%, #fbf5f3 100%);
}

.rg-lockup {
    margin-bottom: 19px;
    color: var(--rg-black);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.rg-lockup span {
    padding: 0 .42em;
    font-weight: 400;
}

.rg-hero h1 {
    max-width: 820px;
    margin-bottom: 17px;
    font-size: clamp(36px, 5vw, 58px);
    font-weight: 300;
    letter-spacing: -.02em;
    line-height: 1.08;
}

.rg-subtitle {
    max-width: 650px;
    margin-bottom: 30px;
    color: #33363a;
    font-size: clamp(18px, 2vw, 23px);
    line-height: 1.45;
}

.rg-hero .rg-btn:not(.rg-btn--outline) {
    border-color: var(--rg-black);
    background: var(--rg-black);
}

.rg-tabs-section {
    padding: 68px 0 82px;
}

.rg-tabs-heading {
    margin-bottom: 27px;
}

.rg-tabs-heading h2 {
    margin-bottom: 8px;
    font-size: clamp(28px, 3.5vw, 42px);
    font-weight: 400;
    line-height: 1.2;
}

.rg-tabs-heading p:last-child {
    margin-bottom: 0;
}

.rg-radio {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.rg-tabs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 42px;
    border: 1px solid var(--rg-line);
}

.rg-tab {
    display: flex;
    min-height: 70px;
    align-items: center;
    justify-content: center;
    padding: 12px 14px;
    border-right: 1px solid var(--rg-line);
    background: #fff;
    color: #55585d;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .045em;
    line-height: 1.35;
    text-align: center;
    text-transform: uppercase;
    transition: background .2s ease, color .2s ease;
}

.rg-tab:last-child {
    border-right: 0;
}

.rg-tab:hover {
    background: var(--rg-grey);
}

#rg-week-1:checked ~ .rg-tabs label[for="rg-week-1"],
#rg-week-2:checked ~ .rg-tabs label[for="rg-week-2"],
#rg-week-3:checked ~ .rg-tabs label[for="rg-week-3"],
#rg-week-4:checked ~ .rg-tabs label[for="rg-week-4"] {
    background: var(--rg-red);
    box-shadow: inset 0 -4px 0 var(--rg-red);
    color: #fff;
}

.rg-tab.is-active {
    background: var(--rg-red);
    box-shadow: inset 0 -4px 0 var(--rg-red);
    color: #fff;
}

.rg-panel {
    display: none;
}

#rg-week-1:checked ~ .rg-panels #rg-panel-1,
#rg-week-2:checked ~ .rg-panels #rg-panel-2,
#rg-week-3:checked ~ .rg-panels #rg-panel-3,
#rg-week-4:checked ~ .rg-panels #rg-panel-4 {
    display: block;
}

.rg-panel-intro {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 35px;
    margin: 0 0 28px;
    padding: 23px 25px;
    border-left: 3px solid var(--rg-red);
    background: var(--rg-grey);
}

.rg-panel-intro h3 {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
}

.rg-status {
    flex: 0 0 auto;
    margin-top: 2px;
    padding: 7px 10px;
    background: #fff;
    color: var(--rg-red);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.rg-day-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 34px;
}

.rg-day-nav a {
    display: inline-flex;
    min-width: 76px;
    min-height: 52px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1px;
    padding: 7px 13px;
    border: 1px solid var(--rg-line);
    background: #fff;
    color: #55585d !important;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .055em;
    line-height: 1.25;
    text-decoration: none !important;
    text-transform: uppercase;
}

.rg-day-number {
    font-size: 11px;
}

.rg-day-prompt {
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .08em;
}

.rg-day-nav a:hover,
.rg-day-nav a:focus {
    border-color: var(--rg-red);
    color: var(--rg-red) !important;
}

.rg-tab.is-disabled,
.rg-day-chip.is-disabled {
    background: var(--rg-grey);
    color: #9a9ca0 !important;
    cursor: not-allowed;
    opacity: .72;
    pointer-events: none;
}

.rg-day-group {
    padding: 8px 0 42px;
    scroll-margin-top: 95px;
}

.rg-render-notice {
    margin: 20px 0;
    padding: 18px 20px;
    border: 1px solid #c71920;
    background: #fff4f4;
    color: #7c1116;
    font-size: 14px;
}

.rg-day-group + .rg-day-group {
    padding-top: 38px;
    border-top: 1px solid var(--rg-line);
}

.rg-day-heading {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 17px;
}

.rg-day-heading h3 {
    margin: 0;
    font-size: 19px;
    font-weight: 600;
}

.rg-day-count {
    margin: 0;
    color: #85878a;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.rg-art-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.rg-card {
    display: block;
    width: 100%;
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--rg-line);
    background: #fff;
}

.rg-photo {
    display: flex;
    width: 100%;
    aspect-ratio: 1 / 1;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-bottom: 1px solid var(--rg-line);
    background: var(--rg-warm);
}

.rg-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: zoom-in;
}

.rg-caption {
    padding: 10px 11px 12px;
}

.rg-caption h3 {
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
}

.rg-caption p {
    margin-bottom: 2px;
    font-size: 11px;
}

.rg-caption .rg-medium {
    margin-bottom: 0;
    color: #777a7e;
    font-size: 11px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.rg-close {
    padding: 78px 0;
    background-color: #f7f4ef;
    background-image: url("https://artis.sg/wp-content/uploads/resonance-paper-banner-v2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--rg-black);
    text-align: center;
}

.rg-close h2 {
    margin-bottom: 15px;
    color: var(--rg-black);
    font-size: clamp(31px, 4vw, 48px);
    font-weight: 300;
    line-height: 1.2;
}

.rg-close p {
    max-width: 650px;
    margin: 0 auto 28px;
    color: #55585d;
    font-size: 17px;
}

.rg-close .rg-actions {
    justify-content: center;
}

.rg-close .rg-btn:not(.rg-btn--outline) {
    border-color: #202124;
    background: #202124;
    color: #fff !important;
}

.rg-lightbox[hidden] {
    display: none !important;
}

.rg-lightbox {
    position: fixed;
    z-index: 999999;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 56px 24px 28px;
    background: rgba(12, 13, 15, .94);
    color: #fff;
}

.rg-lightbox__stage {
    display: flex;
    max-width: min(94vw, 1500px);
    max-height: calc(100vh - 84px);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    pointer-events: none;
}

.rg-lightbox__img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: calc(100vh - 135px);
    object-fit: contain;
    box-shadow: 0 12px 48px rgba(0, 0, 0, .35);
}

.rg-lightbox__caption {
    margin: 14px 0 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.rg-lightbox__close {
    position: absolute;
    top: 14px;
    right: 18px;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    background: rgba(0, 0, 0, .25);
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
}

.rg-lightbox__nav {
    position: absolute;
    z-index: 2;
    top: 50%;
    display: flex;
    width: 52px;
    height: 64px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .55);
    background: rgba(0, 0, 0, .32);
    color: #fff;
    font-size: 44px;
    font-weight: 300;
    line-height: 1;
    transform: translateY(-50%);
    cursor: pointer;
}

.rg-lightbox__prev {
    left: 18px;
}

.rg-lightbox__next {
    right: 18px;
}

.rg-lightbox__close:hover,
.rg-lightbox__close:focus,
.rg-lightbox__nav:hover,
.rg-lightbox__nav:focus {
    border-color: #fff;
    background: #fff;
    color: #202124;
}

html.rg-lightbox-open,
body.rg-lightbox-open {
    overflow: hidden !important;
    overscroll-behavior: none !important;
}

body.rg-lightbox-open .navbar-fixed-top,
body.rg-lightbox-open footer.footer,
body.rg-lightbox-open .scroll-up,
body.rg-lightbox-open #wpadminbar {
    visibility: hidden !important;
    pointer-events: none !important;
}

@media (max-width: 900px) {
    .rg-hero {
        padding: 96px 0 62px;
    }

    .rg-tabs-section {
        padding: 58px 0 68px;
    }

    .rg-art-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .rg-inner {
        width: calc(100% - 36px);
    }

    .rg-hero {
        padding: 84px 0 54px;
    }

    .rg-hero h1 {
        font-size: 36px;
    }

    .rg-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .rg-btn {
        width: 100%;
    }

    .rg-tabs-section {
        padding: 48px 0 58px;
    }

    .rg-tabs {
        display: flex;
        margin-right: -18px;
        margin-left: -18px;
        overflow-x: auto;
        border-right: 0;
        border-left: 0;
        scroll-snap-type: x mandatory;
    }

    .rg-tab {
        min-width: 170px;
        border-left: 0;
        scroll-snap-align: start;
    }

    .rg-art-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .rg-panel-intro {
        display: block;
        padding: 20px;
    }

    .rg-status {
        display: inline-block;
        margin-top: 14px;
    }

    .rg-day-nav {
        flex-wrap: nowrap;
        margin-right: -18px;
        margin-left: -18px;
        padding: 0 18px;
        overflow-x: auto;
    }

    .rg-day-nav a {
        flex: 0 0 auto;
    }

    .rg-day-heading {
        display: block;
    }

    .rg-day-count {
        display: block;
        margin-top: 5px;
    }

    .rg-lightbox {
        padding: 62px 12px 20px;
    }

    .rg-lightbox__img {
        max-height: calc(100vh - 125px);
    }

    .rg-lightbox__nav {
        top: auto;
        bottom: 18px;
        width: 48px;
        height: 48px;
        font-size: 38px;
        transform: none;
    }

    .rg-lightbox__prev {
        left: calc(50% - 58px);
    }

    .rg-lightbox__next {
        right: calc(50% - 58px);
    }

    .rg-lightbox__stage {
        padding-bottom: 58px;
    }
}
