
.rasa-director-video-section,
.rasa-home-gallery-section {
    direction: rtl;
    position: relative;
    width: min(1180px, calc(100% - 32px));
    margin: 26px auto;
    overflow: hidden;
}

.rasa-director-video-section {
    display: grid;
    grid-template-columns: .86fr 1.14fr;
    gap: 18px;
    align-items: center;
    padding: clamp(18px, 3vw, 34px);
    border-radius: 34px;
    background:
        radial-gradient(circle at 10% 16%, rgba(22,199,199,.22), transparent 26%),
        radial-gradient(circle at 92% 20%, rgba(255,159,28,.18), transparent 24%),
        linear-gradient(135deg, rgba(7,59,76,.98), rgba(7,87,108,.94));
    color: #fff;
    box-shadow: 0 24px 70px rgba(7,49,61,.14);
    contain: layout paint style;
}

.rasa-director-video-copy span,
.rasa-home-gallery-head span {
    display: inline-flex;
    width: fit-content;
    min-height: 30px;
    padding: 0 12px;
    align-items: center;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 950;
    color: #073B4C;
    background: rgba(255,255,255,.86);
}

.rasa-director-video-copy h2,
.rasa-home-gallery-head h2 {
    margin: 12px 0 8px;
    font-size: clamp(26px, 3.5vw, 42px);
    line-height: 1.32;
    font-weight: 950;
    letter-spacing: -.8px;
}

.rasa-director-video-copy strong {
    display: block;
    color: rgba(255,255,255,.82);
    font-size: 14px;
    line-height: 1.9;
}

.rasa-director-video-copy p,
.rasa-home-gallery-head p {
    margin: 8px 0 0;
    max-width: 680px;
    color: rgba(255,255,255,.78);
    font-size: 13px;
    line-height: 2;
    font-weight: 750;
}

.rasa-director-video-button {
    margin-top: 16px;
    min-height: 42px;
    padding: 0 18px;
    border: 0;
    border-radius: 16px;
    color: #fff;
    background: linear-gradient(135deg, #FF9F1C, #EF476F);
    font: inherit;
    font-size: 12px;
    font-weight: 950;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease;
    box-shadow: 0 16px 34px rgba(239,71,111,.18);
}

.rasa-director-video-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 44px rgba(239,71,111,.24);
}

.rasa-director-video-card {
    position: relative;
    display: block;
    width: 100%;
    min-height: 340px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 30px;
    padding: 0;
    background: rgba(255,255,255,.12);
    cursor: pointer;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 20px 48px rgba(0,0,0,.16);
}

.rasa-director-video-card img,
.rasa-about-media-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.rasa-director-video-card img {
    position: absolute;
    inset: 0;
}

.rasa-director-video-mosaic {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.075) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.075) 1px, transparent 1px);
    background-size: 8px 8px;
    mix-blend-mode: overlay;
    pointer-events: none;
}

.rasa-director-video-play,
.rasa-about-media-video i {
    position: absolute;
    inset: 50% auto auto 50%;
    width: 72px;
    height: 72px;
    border-radius: 999px;
    transform: translate(-50%, -50%);
    background: rgba(255,255,255,.88);
    box-shadow: 0 18px 45px rgba(0,0,0,.22);
}

.rasa-director-video-play::after,
.rasa-about-media-video i::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 53%;
    transform: translate(-50%, -50%);
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-right: 0;
    border-left: 19px solid #073B4C;
}

.rasa-director-video-placeholder {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 20% 20%, rgba(255,255,255,.22), transparent 28%),
        linear-gradient(135deg, rgba(22,199,199,.35), rgba(255,159,28,.22));
}

.rasa-director-video-placeholder span {
    font-size: 54px;
    font-weight: 950;
    color: rgba(255,255,255,.88);
}

.rasa-home-gallery-section {
    padding: clamp(18px, 3vw, 34px);
    border-radius: 34px;
    background:
        radial-gradient(circle at 10% 12%, rgba(22,199,199,.13), transparent 24%),
        radial-gradient(circle at 92% 8%, rgba(255,159,28,.12), transparent 22%),
        linear-gradient(135deg, rgba(255,255,255,.82), rgba(240,252,253,.86));
    border: 1px solid rgba(255,255,255,.88);
    box-shadow: 0 22px 58px rgba(7,49,61,.08);
    contain: layout paint style;
}

.rasa-home-gallery-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 16px;
}

.rasa-home-gallery-head span {
    color: #fff;
    background: linear-gradient(135deg, #16C7C7, #073B4C);
}

.rasa-home-gallery-head h2 {
    max-width: 780px;
    color: #073B4C;
}

.rasa-home-gallery-head p {
    color: rgba(7,59,76,.64);
}

.rasa-home-gallery-arrows {
    display: flex;
    gap: 8px;
}

.rasa-home-gallery-arrows button {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 16px;
    background: rgba(255,255,255,.82);
    box-shadow: 0 12px 28px rgba(7,49,61,.08);
    cursor: pointer;
    position: relative;
    transition: transform .16s ease, background-color .16s ease;
}

.rasa-home-gallery-arrows button:hover {
    transform: translateY(-2px);
    background: #fff;
}

.rasa-home-gallery-arrows button::after {
    content: "";
    position: absolute;
    inset: 50% auto auto 50%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #073B4C;
    border-left: 2px solid #073B4C;
}

.rasa-home-gallery-arrows [data-rasa-gallery-prev]::after {
    transform: translate(-35%, -50%) rotate(-45deg);
}

.rasa-home-gallery-arrows [data-rasa-gallery-next]::after {
    transform: translate(-65%, -50%) rotate(135deg);
}

.rasa-home-gallery-wrap {
    overflow: hidden;
}

.rasa-home-gallery-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(250px, 300px);
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding: 4px 2px 8px;
}

.rasa-home-gallery-track::-webkit-scrollbar {
    display: none;
}

.rasa-home-gallery-card {
    position: relative;
    height: 250px;
    overflow: hidden;
    border-radius: 26px;
    background: #dff7f8;
    cursor: pointer;
    scroll-snap-align: start;
    border: 1px solid rgba(255,255,255,.95);
    box-shadow: 0 16px 38px rgba(7,49,61,.08);
    transition: transform .18s ease, box-shadow .18s ease;
    contain: layout paint style;
}

.rasa-home-gallery-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 54px rgba(7,49,61,.13);
}

.rasa-home-gallery-image,
.rasa-home-gallery-image img,
.rasa-home-gallery-placeholder {
    position: absolute;
    inset: 0;
}

.rasa-home-gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .28s ease;
}

.rasa-home-gallery-card:hover img {
    transform: scale(1.035);
}

.rasa-home-gallery-placeholder {
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 24% 18%, rgba(255,255,255,.72), transparent 28%),
        linear-gradient(135deg, rgba(22,199,199,.38), rgba(255,159,28,.24));
}

.rasa-home-gallery-placeholder span {
    width: 70px;
    height: 70px;
    border-radius: 26px;
    display: grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(135deg, #16C7C7, #073B4C);
    font-size: 34px;
    font-weight: 950;
}

.rasa-home-gallery-glass {
    position: absolute;
    right: 12px;
    left: 12px;
    bottom: 12px;
    padding: 12px;
    border-radius: 20px;
    background: rgba(7,59,76,.38);
    border: 1px solid rgba(255,255,255,.20);
    backdrop-filter: blur(10px);
    color: #fff;
}

.rasa-home-gallery-glass strong,
.rasa-home-gallery-glass p,
.rasa-home-gallery-glass small {
    display: block;
}

.rasa-home-gallery-glass strong {
    font-size: 14px;
    font-weight: 950;
    line-height: 1.55;
}

.rasa-home-gallery-glass p {
    margin: 4px 0 0;
    color: rgba(255,255,255,.82);
    font-size: 11px;
    line-height: 1.75;
    font-weight: 760;
}

.rasa-home-gallery-glass small {
    margin-top: 6px;
    color: rgba(255,255,255,.68);
    font-size: 10px;
    font-weight: 850;
}

.rasa-album-modal,
.rasa-video-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    padding: 22px;
    background: rgba(3, 23, 31, .72);
    backdrop-filter: blur(10px);
}

.rasa-album-modal.is-open,
.rasa-video-modal.is-open {
    display: grid;
    place-items: center;
}

.rasa-album-panel,
.rasa-video-panel {
    width: min(1040px, 100%);
    max-height: min(86vh, 760px);
    overflow: auto;
    border-radius: 30px;
    padding: 18px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 30px 90px rgba(0,0,0,.26);
    animation: rasaAlbumIn .2s ease both;
}

@keyframes rasaAlbumIn {
    from { opacity: 0; transform: translateY(14px) scale(.98); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.rasa-album-top,
.rasa-video-top {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
}

.rasa-album-top h3,
.rasa-video-top h3 {
    margin: 0;
    color: #073B4C;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 950;
}

.rasa-album-top p,
.rasa-video-top p {
    margin: 5px 0 0;
    color: rgba(7,59,76,.62);
    font-size: 13px;
    line-height: 1.9;
    font-weight: 760;
}

.rasa-album-close,
.rasa-video-close {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 15px;
    background: #F1F5F9;
    color: #073B4C;
    font: inherit;
    font-size: 22px;
    font-weight: 950;
    cursor: pointer;
}

.rasa-album-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
    gap: 12px;
}

.rasa-album-item {
    overflow: hidden;
    border-radius: 22px;
    background: #F8FAFC;
    border: 1px solid rgba(7,59,76,.08);
}

.rasa-album-item-media {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(22,199,199,.18), rgba(255,159,28,.12));
}

.rasa-album-item-media img,
.rasa-album-item-media video,
.rasa-video-frame video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.rasa-album-item-body {
    padding: 11px;
}

.rasa-album-item-body strong {
    display: block;
    color: #073B4C;
    font-size: 13px;
    font-weight: 950;
}

.rasa-album-item-body span {
    display: block;
    margin-top: 4px;
    color: rgba(7,59,76,.62);
    font-size: 11px;
    line-height: 1.8;
    font-weight: 760;
}

.rasa-video-panel {
    width: min(980px, 100%);
}

.rasa-video-frame {
    overflow: hidden;
    border-radius: 24px;
    background: #03171F;
    aspect-ratio: 16 / 9;
}

.rasa-video-frame iframe,
.rasa-video-frame video {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.rasa-video-empty {
    min-height: 320px;
    display: grid;
    place-items: center;
    color: #fff;
    font-weight: 900;
}

.rasa-about-media-card {
    position: relative;
    width: 100%;
    min-height: 360px;
    overflow: hidden;
    border-radius: 32px;
    background: linear-gradient(135deg, rgba(22,199,199,.20), rgba(255,159,28,.14));
    box-shadow: 0 22px 54px rgba(7,49,61,.10);
}

.rasa-about-media-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
}

.rasa-about-media-placeholder {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 58px;
    font-weight: 950;
    background: linear-gradient(135deg, #16C7C7, #073B4C);
}

.rasa-about-media-glass {
    position: absolute;
    right: 14px;
    left: 14px;
    bottom: 14px;
    padding: 13px;
    border-radius: 22px;
    color: #fff;
    background: rgba(7,59,76,.40);
    border: 1px solid rgba(255,255,255,.20);
    backdrop-filter: blur(10px);
}

.rasa-about-media-glass strong,
.rasa-about-media-glass span {
    display: block;
}

.rasa-about-media-glass strong {
    font-size: 15px;
    font-weight: 950;
}

.rasa-about-media-glass span {
    margin-top: 5px;
    color: rgba(255,255,255,.80);
    font-size: 12px;
    line-height: 1.8;
    font-weight: 760;
}

@media (max-width: 900px) {
    .rasa-director-video-section {
        grid-template-columns: 1fr;
    }

    .rasa-home-gallery-head {
        align-items: start;
        flex-direction: column;
    }

    .rasa-home-gallery-track {
        grid-auto-columns: minmax(230px, 78vw);
    }
}

@media (max-width: 640px) {
    .rasa-director-video-section,
    .rasa-home-gallery-section {
        width: min(100% - 20px, 1180px);
        border-radius: 24px;
        padding: 16px;
        margin: 18px auto;
    }

    .rasa-director-video-card {
        min-height: 240px;
        border-radius: 22px;
    }

    .rasa-home-gallery-card {
        height: 220px;
    }

    .rasa-album-modal,
    .rasa-video-modal {
        padding: 12px;
    }

    .rasa-album-panel,
    .rasa-video-panel {
        border-radius: 22px;
        padding: 13px;
    }
}

html body .rasa-home-gallery-section.rasa-gallery-modern {
    position: relative !important;
    width: min(1120px, calc(100% - 52px)) !important;
    margin: 18px auto !important;
    padding: 18px 18px 20px !important;
    border-radius: 30px !important;
    overflow: visible !important;
    background:
        radial-gradient(circle at 8% 8%, rgba(22,199,199,.16), transparent 25%),
        radial-gradient(circle at 92% 12%, rgba(255,159,28,.14), transparent 22%),
        linear-gradient(135deg, rgba(255,255,255,.88), rgba(239,252,253,.88)) !important;
    border: 1px solid rgba(255,255,255,.92) !important;
    box-shadow: 0 18px 48px rgba(7,49,61,.075) !important;
    contain: layout paint style !important;
}

html body .rasa-home-gallery-section.rasa-gallery-modern::before {
    content: "" !important;
    position: absolute !important;
    inset: 10px !important;
    border-radius: 24px !important;
    border: 1px solid rgba(7,59,76,.045) !important;
    pointer-events: none !important;
}

html body .rasa-home-gallery-section.rasa-gallery-modern::after {
    content: "" !important;
    position: absolute !important;
    inset: auto 34px -2px 34px !important;
    height: 16px !important;
    border-radius: 999px !important;
    background: linear-gradient(90deg, transparent, rgba(22,199,199,.22), rgba(255,159,28,.16), transparent) !important;
    filter: blur(10px) !important;
    opacity: .75 !important;
    pointer-events: none !important;
}

html body .rasa-gallery-modern .rasa-home-gallery-head {
    display: block !important;
    margin-bottom: 12px !important;
}

html body .rasa-gallery-modern .rasa-gallery-titlebox {
    display: grid !important;
    gap: 4px !important;
    max-width: 640px !important;
}

html body .rasa-gallery-modern .rasa-home-gallery-head span {
    min-height: 26px !important;
    padding: 0 10px !important;
    font-size: 10.5px !important;
    border-radius: 999px !important;
    color: #fff !important;
    background: linear-gradient(135deg, #16C7C7, #073B4C) !important;
    box-shadow: 0 9px 22px rgba(22,199,199,.15) !important;
}

html body .rasa-gallery-modern .rasa-home-gallery-head h2 {
    margin: 5px 0 0 !important;
    max-width: 620px !important;
    color: #073B4C !important;
    font-size: clamp(21px, 2.6vw, 31px) !important;
    line-height: 1.35 !important;
    font-weight: 950 !important;
    letter-spacing: -.55px !important;
}

html body .rasa-gallery-modern .rasa-home-gallery-head p {
    margin: 2px 0 0 !important;
    max-width: 600px !important;
    color: rgba(7,59,76,.58) !important;
    font-size: 11.5px !important;
    line-height: 1.85 !important;
    font-weight: 760 !important;
}

html body .rasa-gallery-modern .rasa-home-gallery-arrows {
    display: none !important;
}

html body .rasa-gallery-side-arrow {
    position: absolute !important;
    z-index: 8 !important;
    top: 55% !important;
    width: 46px !important;
    height: 46px !important;
    border: 0 !important;
    border-radius: 18px !important;
    background:
        linear-gradient(135deg, rgba(255,255,255,.92), rgba(240,252,253,.86)) !important;
    box-shadow:
        0 14px 34px rgba(7,49,61,.14),
        inset 0 1px 0 rgba(255,255,255,.9) !important;
    cursor: pointer !important;
    transform: translateY(-50%) !important;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease !important;
    backdrop-filter: blur(10px) !important;
}

html body .rasa-gallery-side-arrow:hover {
    transform: translateY(-50%) scale(1.06) !important;
    box-shadow:
        0 18px 42px rgba(7,49,61,.18),
        inset 0 1px 0 rgba(255,255,255,.95) !important;
}

html body .rasa-gallery-side-arrow::before {
    content: "" !important;
    position: absolute !important;
    inset: 7px !important;
    border-radius: 13px !important;
    background: linear-gradient(135deg, rgba(22,199,199,.16), rgba(255,159,28,.10)) !important;
}

html body .rasa-gallery-side-arrow::after {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    width: 11px !important;
    height: 11px !important;
    border-top: 2.5px solid #073B4C !important;
    border-left: 2.5px solid #073B4C !important;
}

html body .rasa-gallery-side-prev {
    right: -23px !important;
}

html body .rasa-gallery-side-next {
    left: -23px !important;
}

html body .rasa-gallery-side-prev::after {
    right: 18px !important;
    transform: translateY(-50%) rotate(135deg) !important;
}

html body .rasa-gallery-side-next::after {
    left: 18px !important;
    transform: translateY(-50%) rotate(-45deg) !important;
}

html body .rasa-gallery-modern .rasa-home-gallery-wrap {
    position: relative !important;
    overflow: hidden !important;
    border-radius: 24px !important;
}

html body .rasa-gallery-modern .rasa-home-gallery-wrap::before,
html body .rasa-gallery-modern .rasa-home-gallery-wrap::after {
    content: "" !important;
    position: absolute !important;
    z-index: 5 !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 74px !important;
    pointer-events: none !important;
}

html body .rasa-gallery-modern .rasa-home-gallery-wrap::before {
    right: 0 !important;
    background: linear-gradient(90deg, transparent, rgba(245,252,253,.88)) !important;
}

html body .rasa-gallery-modern .rasa-home-gallery-wrap::after {
    left: 0 !important;
    background: linear-gradient(270deg, transparent, rgba(245,252,253,.88)) !important;
}

html body .rasa-gallery-modern .rasa-home-gallery-track {
    direction: ltr !important;
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: minmax(218px, 250px) !important;
    gap: 12px !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
    padding: 5px 3px 9px !important;
    min-height: unset !important;
}

html body .rasa-gallery-modern .rasa-home-gallery-track::-webkit-scrollbar {
    display: none !important;
}

html body .rasa-gallery-modern .rasa-home-gallery-card {
    direction: rtl !important;
    position: relative !important;
    height: 198px !important;
    border-radius: 24px !important;
    overflow: hidden !important;
    cursor: pointer !important;
    scroll-snap-align: start !important;
    background: #DFF7F8 !important;
    border: 1px solid rgba(255,255,255,.92) !important;
    box-shadow: 0 13px 30px rgba(7,49,61,.085) !important;
    transform: translateZ(0) !important;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease !important;
    contain: layout paint style !important;
}

html body .rasa-gallery-modern .rasa-home-gallery-card:hover {
    transform: translateY(-5px) !important;
    border-color: rgba(22,199,199,.28) !important;
    box-shadow: 0 20px 46px rgba(7,49,61,.13) !important;
}

html body .rasa-gallery-modern .rasa-home-gallery-image,
html body .rasa-gallery-modern .rasa-home-gallery-image img,
html body .rasa-gallery-modern .rasa-home-gallery-placeholder {
    position: absolute !important;
    inset: 0 !important;
}

html body .rasa-gallery-modern .rasa-home-gallery-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    transform: scale(1.01) !important;
    transition: transform .35s ease, filter .22s ease !important;
}

html body .rasa-gallery-modern .rasa-home-gallery-card:hover .rasa-home-gallery-image img {
    transform: scale(1.055) !important;
    filter: saturate(1.06) contrast(1.02) !important;
}

html body .rasa-gallery-modern .rasa-home-gallery-card::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    background:
        linear-gradient(180deg, rgba(3,23,31,.02) 0%, rgba(3,23,31,.18) 50%, rgba(3,23,31,.56) 100%) !important;
    pointer-events: none !important;
}

html body .rasa-gallery-modern .rasa-gallery-card-shine {
    position: absolute !important;
    z-index: 2 !important;
    inset: 0 !important;
    background:
        radial-gradient(circle at var(--rasa-mx, 50%) var(--rasa-my, 40%), rgba(255,255,255,.24), transparent 26%) !important;
    opacity: 0 !important;
    transition: opacity .16s ease !important;
    pointer-events: none !important;
}

html body .rasa-gallery-modern .rasa-home-gallery-card:hover .rasa-gallery-card-shine {
    opacity: 1 !important;
}

html body .rasa-gallery-modern .rasa-home-gallery-glass {
    position: absolute !important;
    z-index: 3 !important;
    right: 10px !important;
    left: 10px !important;
    bottom: 10px !important;
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    gap: 8px !important;
    align-items: end !important;
    padding: 10px 11px !important;
    border-radius: 18px !important;
    color: #fff !important;
    background: rgba(7,59,76,.42) !important;
    border: 1px solid rgba(255,255,255,.20) !important;
    backdrop-filter: blur(9px) !important;
}

html body .rasa-gallery-modern .rasa-home-gallery-glass strong {
    display: block !important;
    font-size: 12.5px !important;
    line-height: 1.55 !important;
    font-weight: 950 !important;
}

html body .rasa-gallery-modern .rasa-home-gallery-glass p {
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    margin: 3px 0 0 !important;
    color: rgba(255,255,255,.78) !important;
    font-size: 10.2px !important;
    line-height: 1.65 !important;
    font-weight: 760 !important;
}

html body .rasa-gallery-modern .rasa-home-gallery-glass small {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 44px !important;
    min-height: 25px !important;
    padding: 0 8px !important;
    border-radius: 999px !important;
    color: #073B4C !important;
    background: rgba(255,255,255,.82) !important;
    font-size: 9.5px !important;
    font-weight: 950 !important;
    white-space: nowrap !important;
}

html body .rasa-album-panel {
    width: min(990px, 100%) !important;
    max-height: min(86vh, 760px) !important;
    overflow: hidden !important;
    border-radius: 30px !important;
    padding: 14px !important;
    background:
        radial-gradient(circle at 8% 8%, rgba(22,199,199,.13), transparent 23%),
        rgba(255,255,255,.96) !important;
    box-shadow: 0 30px 90px rgba(0,0,0,.28) !important;
}

html body .rasa-album-top {
    margin-bottom: 10px !important;
    padding: 2px 2px 0 !important;
}

html body .rasa-album-top h3 {
    font-size: 20px !important;
    line-height: 1.45 !important;
}

html body .rasa-album-top p {
    font-size: 11.5px !important;
    line-height: 1.8 !important;
}

html body .rasa-album-modern-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 230px !important;
    gap: 12px !important;
    min-height: 460px !important;
}

html body .rasa-album-stage {
    position: relative !important;
    overflow: hidden !important;
    border-radius: 24px !important;
    background: #03171F !important;
    min-height: 460px !important;
}

html body .rasa-album-stage img,
html body .rasa-album-stage video,
html body .rasa-album-stage iframe {
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
    object-fit: cover !important;
    display: block !important;
}

html body .rasa-album-stage-caption {
    position: absolute !important;
    right: 14px !important;
    left: 14px !important;
    bottom: 14px !important;
    padding: 12px 14px !important;
    border-radius: 18px !important;
    color: #fff !important;
    background: rgba(7,59,76,.44) !important;
    border: 1px solid rgba(255,255,255,.18) !important;
    backdrop-filter: blur(10px) !important;
}

html body .rasa-album-stage-caption strong {
    display: block !important;
    font-size: 14px !important;
    font-weight: 950 !important;
}

html body .rasa-album-stage-caption span {
    display: block !important;
    margin-top: 4px !important;
    color: rgba(255,255,255,.78) !important;
    font-size: 11px !important;
    line-height: 1.8 !important;
    font-weight: 760 !important;
}

html body .rasa-album-thumbs {
    display: grid !important;
    align-content: start !important;
    gap: 9px !important;
    max-height: 460px !important;
    overflow-y: auto !important;
    padding-left: 3px !important;
    scrollbar-width: thin !important;
}

html body .rasa-album-thumb {
    display: grid !important;
    grid-template-columns: 62px 1fr !important;
    gap: 8px !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 70px !important;
    border: 1px solid rgba(7,59,76,.07) !important;
    border-radius: 18px !important;
    padding: 6px !important;
    background: rgba(255,255,255,.74) !important;
    cursor: pointer !important;
    font: inherit !important;
    text-align: right !important;
    transition: border-color .15s ease, background .15s ease, transform .15s ease !important;
}

html body .rasa-album-thumb:hover,
html body .rasa-album-thumb.is-active {
    transform: translateY(-1px) !important;
    border-color: rgba(22,199,199,.35) !important;
    background: rgba(240,252,253,.94) !important;
}

html body .rasa-album-thumb-media {
    width: 62px !important;
    height: 56px !important;
    overflow: hidden !important;
    border-radius: 13px !important;
    background: linear-gradient(135deg, rgba(22,199,199,.16), rgba(255,159,28,.11)) !important;
}

html body .rasa-album-thumb-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

html body .rasa-album-thumb strong {
    display: block !important;
    color: #073B4C !important;
    font-size: 11px !important;
    line-height: 1.55 !important;
    font-weight: 950 !important;
}

html body .rasa-album-thumb span {
    display: block !important;
    margin-top: 2px !important;
    color: rgba(7,59,76,.58) !important;
    font-size: 9.5px !important;
    line-height: 1.5 !important;
    font-weight: 760 !important;
}

@media (max-width: 900px) {
    html body .rasa-home-gallery-section.rasa-gallery-modern {
        width: min(100% - 28px, 1120px) !important;
        padding: 15px !important;
    }

    html body .rasa-gallery-side-prev {
        right: -14px !important;
    }

    html body .rasa-gallery-side-next {
        left: -14px !important;
    }

    html body .rasa-gallery-modern .rasa-home-gallery-track {
        grid-auto-columns: minmax(210px, 72vw) !important;
    }

    html body .rasa-album-modern-layout {
        grid-template-columns: 1fr !important;
        min-height: unset !important;
    }

    html body .rasa-album-stage {
        min-height: 330px !important;
    }

    html body .rasa-album-thumbs {
        grid-auto-flow: column !important;
        grid-auto-columns: 210px !important;
        grid-template-columns: none !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        max-height: unset !important;
    }
}

@media (max-width: 640px) {
    html body .rasa-home-gallery-section.rasa-gallery-modern {
        width: min(100% - 18px, 1120px) !important;
        margin: 14px auto !important;
        padding: 13px !important;
        border-radius: 23px !important;
    }

    html body .rasa-gallery-modern .rasa-home-gallery-head h2 {
        font-size: 20px !important;
    }

    html body .rasa-gallery-modern .rasa-home-gallery-head p {
        font-size: 10.8px !important;
    }

    html body .rasa-gallery-modern .rasa-home-gallery-card {
        height: 186px !important;
        border-radius: 21px !important;
    }

    html body .rasa-gallery-side-arrow {
        width: 38px !important;
        height: 38px !important;
        border-radius: 15px !important;
    }

    html body .rasa-gallery-side-prev {
        right: -9px !important;
    }

    html body .rasa-gallery-side-next {
        left: -9px !important;
    }

    html body .rasa-album-stage {
        min-height: 280px !important;
    }

    html body .rasa-album-panel {
        border-radius: 22px !important;
        padding: 11px !important;
    }
}

html body .rasa-home-gallery-section.rasa-gallery-final {
    position: relative !important;
    width: min(1120px, calc(100% - 120px)) !important;
    margin: 22px auto !important;
    padding: 18px 18px 22px !important;
    overflow: visible !important;
    contain: layout style !important;
    border-radius: 30px !important;
    background:
        radial-gradient(circle at 9% 16%, rgba(22,199,199,.13), transparent 24%),
        radial-gradient(circle at 92% 14%, rgba(255,159,28,.11), transparent 22%),
        linear-gradient(135deg, rgba(255,255,255,.86), rgba(240,252,253,.82)) !important;
    border: 1px solid rgba(255,255,255,.90) !important;
    box-shadow:
        0 20px 52px rgba(7,49,61,.075),
        inset 0 1px 0 rgba(255,255,255,.85) !important;
}

html body .rasa-gallery-final .rasa-home-gallery-head,
html body .rasa-gallery-final .rasa-gallery-titlebox,
html body .rasa-gallery-final .rasa-home-gallery-head > div {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
}

html body .rasa-gallery-final .rasa-home-gallery-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0 8px 12px !important;
    margin: 0 !important;
}

html body .rasa-gallery-final .rasa-gallery-titlebox {
    position: relative !important;
    display: grid !important;
    gap: 3px !important;
    max-width: 650px !important;
    padding-right: 18px !important;
}

html body .rasa-gallery-final .rasa-gallery-titlebox::before {
    content: "" !important;
    position: absolute !important;
    right: 0 !important;
    top: 8px !important;
    width: 5px !important;
    height: 58px !important;
    border-radius: 999px !important;
    background: linear-gradient(180deg, #16C7C7, #FF9F1C) !important;
    box-shadow: 0 10px 24px rgba(22,199,199,.22) !important;
}

html body .rasa-gallery-final .rasa-home-gallery-head span {
    width: fit-content !important;
    min-height: 26px !important;
    padding: 0 10px !important;
    border-radius: 999px !important;
    color: #fff !important;
    background: linear-gradient(135deg, #16C7C7, #073B4C) !important;
    font-size: 10.5px !important;
    font-weight: 950 !important;
    box-shadow: 0 9px 22px rgba(22,199,199,.16) !important;
}

html body .rasa-gallery-final .rasa-home-gallery-head h2 {
    margin: 5px 0 0 !important;
    color: #073B4C !important;
    font-size: clamp(22px, 2.5vw, 32px) !important;
    line-height: 1.32 !important;
    font-weight: 950 !important;
    letter-spacing: -.55px !important;
}

html body .rasa-gallery-final .rasa-home-gallery-head p {
    margin: 2px 0 0 !important;
    max-width: 560px !important;
    color: rgba(7,59,76,.60) !important;
    font-size: 11.5px !important;
    line-height: 1.75 !important;
    font-weight: 760 !important;
}

html body .rasa-gallery-final .rasa-home-gallery-arrows {
    display: none !important;
}

html body .rasa-gallery-final .rasa-gallery-side-arrow {
    position: absolute !important;
    z-index: 30 !important;
    top: 58% !important;
    width: 52px !important;
    height: 52px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background:
        linear-gradient(135deg, rgba(255,255,255,.96), rgba(238,252,253,.92)) !important;
    box-shadow:
        0 16px 38px rgba(7,49,61,.17),
        inset 0 1px 0 rgba(255,255,255,.95) !important;
    cursor: pointer !important;
    transform: translateY(-50%) !important;
    backdrop-filter: blur(10px) !important;
    transition: transform .18s ease, box-shadow .18s ease !important;
}

html body .rasa-gallery-final .rasa-gallery-side-arrow:hover {
    transform: translateY(-50%) scale(1.07) !important;
    box-shadow:
        0 20px 48px rgba(7,49,61,.22),
        inset 0 1px 0 rgba(255,255,255,.98) !important;
}

html body .rasa-gallery-final .rasa-gallery-side-arrow::before {
    content: "" !important;
    position: absolute !important;
    inset: 8px !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, rgba(22,199,199,.17), rgba(255,159,28,.11)) !important;
}

html body .rasa-gallery-final .rasa-gallery-side-arrow::after {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    width: 12px !important;
    height: 12px !important;
    border-top: 2.5px solid #073B4C !important;
    border-left: 2.5px solid #073B4C !important;
}

html body .rasa-gallery-final .rasa-gallery-side-prev {
    right: -68px !important;
}

html body .rasa-gallery-final .rasa-gallery-side-next {
    left: -68px !important;
}

html body .rasa-gallery-final .rasa-gallery-side-prev::after {
    right: 20px !important;
    transform: translateY(-50%) rotate(135deg) !important;
}

html body .rasa-gallery-final .rasa-gallery-side-next::after {
    left: 20px !important;
    transform: translateY(-50%) rotate(-45deg) !important;
}

html body .rasa-gallery-final .rasa-home-gallery-wrap {
    position: relative !important;
    overflow: hidden !important;
    border-radius: 24px !important;
    padding: 2px !important;
}

html body .rasa-gallery-final .rasa-home-gallery-wrap::before,
html body .rasa-gallery-final .rasa-home-gallery-wrap::after {
    content: "" !important;
    position: absolute !important;
    z-index: 10 !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 62px !important;
    pointer-events: none !important;
}

html body .rasa-gallery-final .rasa-home-gallery-wrap::before {
    right: 0 !important;
    background: linear-gradient(90deg, transparent, rgba(245,252,253,.88)) !important;
}

html body .rasa-gallery-final .rasa-home-gallery-wrap::after {
    left: 0 !important;
    background: linear-gradient(270deg, transparent, rgba(245,252,253,.88)) !important;
}

html body .rasa-gallery-final .rasa-home-gallery-track {
    direction: rtl !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    gap: 13px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
    padding: 6px 4px 10px !important;
    min-height: 0 !important;
}

html body .rasa-gallery-final .rasa-home-gallery-track::-webkit-scrollbar {
    display: none !important;
}

html body .rasa-gallery-final .rasa-home-gallery-card {
    flex: 0 0 255px !important;
    width: 255px !important;
    height: 194px !important;
    border-radius: 24px !important;
    overflow: hidden !important;
    background: #DFF7F8 !important;
    border: 1px solid rgba(255,255,255,.95) !important;
    box-shadow: 0 14px 32px rgba(7,49,61,.085) !important;
    scroll-snap-align: start !important;
    transform: translateZ(0) !important;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease !important;
    contain: layout paint style !important;
}

html body .rasa-gallery-final .rasa-home-gallery-card:hover {
    transform: translateY(-5px) !important;
    border-color: rgba(22,199,199,.30) !important;
    box-shadow: 0 22px 50px rgba(7,49,61,.14) !important;
}

html body .rasa-gallery-final .rasa-home-gallery-card::before {
    background:
        linear-gradient(180deg, rgba(3,23,31,.02) 0%, rgba(3,23,31,.20) 48%, rgba(3,23,31,.62) 100%) !important;
}

html body .rasa-gallery-final .rasa-home-gallery-glass {
    right: 10px !important;
    left: 10px !important;
    bottom: 10px !important;
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    gap: 8px !important;
    padding: 10px 11px !important;
    border-radius: 18px !important;
    background: rgba(7,59,76,.46) !important;
    border: 1px solid rgba(255,255,255,.22) !important;
    backdrop-filter: blur(10px) !important;
}

html body .rasa-gallery-final .rasa-home-gallery-glass strong {
    font-size: 12.5px !important;
    line-height: 1.5 !important;
}

html body .rasa-gallery-final .rasa-home-gallery-glass p {
    -webkit-line-clamp: 1 !important;
    font-size: 10.2px !important;
    line-height: 1.6 !important;
}

html body .rasa-gallery-final .rasa-home-gallery-glass small {
    min-width: 42px !important;
    min-height: 24px !important;
    padding: 0 7px !important;
    border-radius: 999px !important;
    color: #073B4C !important;
    background: rgba(255,255,255,.84) !important;
    font-size: 9.5px !important;
}

html body .rasa-album-panel {
    width: min(1020px, 100%) !important;
    background:
        radial-gradient(circle at 8% 8%, rgba(22,199,199,.12), transparent 23%),
        linear-gradient(135deg, rgba(255,255,255,.98), rgba(245,252,253,.97)) !important;
}

html body .rasa-album-modern-layout {
    grid-template-columns: minmax(0, 1fr) 240px !important;
}

html body .rasa-album-stage {
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 18px 44px rgba(3,23,31,.14) !important;
}

html body .rasa-album-thumb.is-active {
    border-color: rgba(22,199,199,.45) !important;
    box-shadow: 0 10px 24px rgba(22,199,199,.10) !important;
}

@media (max-width: 1220px) {
    html body .rasa-home-gallery-section.rasa-gallery-final {
        width: min(1120px, calc(100% - 54px)) !important;
    }

    html body .rasa-gallery-final .rasa-gallery-side-prev {
        right: -26px !important;
    }

    html body .rasa-gallery-final .rasa-gallery-side-next {
        left: -26px !important;
    }
}

@media (max-width: 900px) {
    html body .rasa-home-gallery-section.rasa-gallery-final {
        width: min(100% - 28px, 1120px) !important;
        padding: 15px !important;
    }

    html body .rasa-gallery-final .rasa-gallery-side-arrow {
        width: 42px !important;
        height: 42px !important;
    }

    html body .rasa-gallery-final .rasa-gallery-side-prev {
        right: -14px !important;
    }

    html body .rasa-gallery-final .rasa-gallery-side-next {
        left: -14px !important;
    }

    html body .rasa-gallery-final .rasa-home-gallery-card {
        flex-basis: 230px !important;
        width: 230px !important;
    }

    html body .rasa-album-modern-layout {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 640px) {
    html body .rasa-home-gallery-section.rasa-gallery-final {
        width: min(100% - 18px, 1120px) !important;
        margin: 15px auto !important;
        padding: 13px !important;
        border-radius: 24px !important;
    }

    html body .rasa-gallery-final .rasa-gallery-titlebox {
        padding-right: 14px !important;
    }

    html body .rasa-gallery-final .rasa-gallery-titlebox::before {
        height: 50px !important;
    }

    html body .rasa-gallery-final .rasa-home-gallery-head h2 {
        font-size: 20px !important;
    }

    html body .rasa-gallery-final .rasa-home-gallery-head p {
        font-size: 10.8px !important;
    }

    html body .rasa-gallery-final .rasa-home-gallery-card {
        flex-basis: 218px !important;
        width: 218px !important;
        height: 184px !important;
        border-radius: 21px !important;
    }

    html body .rasa-gallery-final .rasa-gallery-side-prev {
        right: -10px !important;
    }

    html body .rasa-gallery-final .rasa-gallery-side-next {
        left: -10px !important;
    }
}

html body .rasa-gallery-outer.rasa-gallery-final-shell {
    position: relative !important;
    width: min(1240px, calc(100% - 34px)) !important;
    margin: 22px auto !important;
    padding: 0 62px !important;
    overflow: visible !important;
    direction: rtl !important;
    contain: layout style !important;
}

html body .rasa-gallery-outer.rasa-gallery-final-shell > .rasa-home-gallery-section.rasa-gallery-final {
    width: 100% !important;
    margin: 0 auto !important;
    overflow: hidden !important;
    position: relative !important;
}

html body .rasa-home-gallery-section.rasa-gallery-final > .rasa-gallery-side-arrow {
    display: none !important;
}

html body .rasa-gallery-outer.rasa-gallery-final-shell > .rasa-gallery-side-arrow {
    position: absolute !important;
    z-index: 50 !important;
    top: 56% !important;
    width: 52px !important;
    height: 52px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background:
        linear-gradient(135deg, rgba(255,255,255,.98), rgba(238,252,253,.92)) !important;
    box-shadow:
        0 16px 38px rgba(7,49,61,.18),
        inset 0 1px 0 rgba(255,255,255,.96) !important;
    cursor: pointer !important;
    transform: translateY(-50%) !important;
    backdrop-filter: blur(10px) !important;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease !important;
}

html body .rasa-gallery-outer.rasa-gallery-final-shell > .rasa-gallery-side-arrow:hover {
    transform: translateY(-50%) scale(1.08) !important;
    box-shadow:
        0 22px 52px rgba(7,49,61,.24),
        inset 0 1px 0 rgba(255,255,255,1) !important;
}

html body .rasa-gallery-outer.rasa-gallery-final-shell > .rasa-gallery-side-arrow::before {
    content: "" !important;
    position: absolute !important;
    inset: 8px !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, rgba(22,199,199,.18), rgba(255,159,28,.12)) !important;
}

html body .rasa-gallery-outer.rasa-gallery-final-shell > .rasa-gallery-side-arrow::after {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    width: 12px !important;
    height: 12px !important;
    border-top: 2.6px solid #073B4C !important;
    border-left: 2.6px solid #073B4C !important;
}

html body .rasa-gallery-outer.rasa-gallery-final-shell > .rasa-gallery-side-prev {
    right: 0 !important;
}

html body .rasa-gallery-outer.rasa-gallery-final-shell > .rasa-gallery-side-next {
    left: 0 !important;
}

html body .rasa-gallery-outer.rasa-gallery-final-shell > .rasa-gallery-side-prev::after {
    right: 20px !important;
    transform: translateY(-50%) rotate(135deg) !important;
}

html body .rasa-gallery-outer.rasa-gallery-final-shell > .rasa-gallery-side-next::after {
    left: 20px !important;
    transform: translateY(-50%) rotate(-45deg) !important;
}

html body .rasa-gallery-final .rasa-home-gallery-track {
    direction: rtl !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    gap: 13px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
    padding: 6px 4px 10px !important;
}

html body .rasa-gallery-final .rasa-home-gallery-card {
    flex: 0 0 255px !important;
    width: 255px !important;
    height: 194px !important;
}

html body .rasa-gallery-final .rasa-gallery-titlebox {
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    backdrop-filter: none !important;
}

html body .rasa-gallery-final .rasa-home-gallery-head {
    padding: 0 8px 12px !important;
    margin: 0 !important;
}

@media (max-width: 1100px) {
    html body .rasa-gallery-outer.rasa-gallery-final-shell {
        width: min(100% - 22px, 1240px) !important;
        padding: 0 48px !important;
    }

    html body .rasa-gallery-outer.rasa-gallery-final-shell > .rasa-gallery-side-arrow {
        width: 44px !important;
        height: 44px !important;
    }
}

@media (max-width: 720px) {
    html body .rasa-gallery-outer.rasa-gallery-final-shell {
        width: min(100% - 14px, 1240px) !important;
        padding: 0 34px !important;
        margin: 16px auto !important;
    }

    html body .rasa-gallery-outer.rasa-gallery-final-shell > .rasa-gallery-side-arrow {
        width: 36px !important;
        height: 36px !important;
    }

    html body .rasa-gallery-outer.rasa-gallery-final-shell > .rasa-gallery-side-arrow::before {
        inset: 6px !important;
    }

    html body .rasa-gallery-outer.rasa-gallery-final-shell > .rasa-gallery-side-arrow::after {
        width: 9px !important;
        height: 9px !important;
    }

    html body .rasa-gallery-outer.rasa-gallery-final-shell > .rasa-gallery-side-prev::after {
        right: 14px !important;
    }

    html body .rasa-gallery-outer.rasa-gallery-final-shell > .rasa-gallery-side-next::after {
        left: 14px !important;
    }

    html body .rasa-gallery-final .rasa-home-gallery-card {
        flex-basis: 218px !important;
        width: 218px !important;
        height: 184px !important;
    }
}

html body .rasa-gallery-outer.rasa-gallery-final-shell {
    position: relative !important;
    width: min(1120px, calc(100% - 120px)) !important;
    margin: 22px auto !important;
    padding: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    border: 0 !important;
    outline: 0 !important;
    overflow: visible !important;
    contain: layout style !important;
}

html body .rasa-gallery-outer.rasa-gallery-final-shell::before,
html body .rasa-gallery-outer.rasa-gallery-final-shell::after {
    content: none !important;
    display: none !important;
}

html body .rasa-gallery-outer.rasa-gallery-final-shell > .rasa-home-gallery-section.rasa-gallery-final {
    width: 100% !important;
    margin: 0 auto !important;
    overflow: hidden !important;
    position: relative !important;
}

html body .rasa-home-gallery-section.rasa-gallery-final > .rasa-gallery-side-arrow {
    display: none !important;
}

html body .rasa-gallery-outer.rasa-gallery-final-shell > .rasa-gallery-side-arrow {
    position: absolute !important;
    z-index: 80 !important;
    top: 58% !important;
    width: 50px !important;
    height: 50px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background:
        linear-gradient(135deg, rgba(255,255,255,.98), rgba(238,252,253,.94)) !important;
    box-shadow:
        0 14px 34px rgba(7,49,61,.16),
        inset 0 1px 0 rgba(255,255,255,.96) !important;
    cursor: pointer !important;
    transform: translateY(-50%) !important;
    backdrop-filter: blur(9px) !important;
    transition: transform .16s ease, box-shadow .16s ease !important;
}

html body .rasa-gallery-outer.rasa-gallery-final-shell > .rasa-gallery-side-arrow:hover {
    transform: translateY(-50%) scale(1.07) !important;
    box-shadow:
        0 18px 44px rgba(7,49,61,.22),
        inset 0 1px 0 rgba(255,255,255,1) !important;
}

html body .rasa-gallery-outer.rasa-gallery-final-shell > .rasa-gallery-side-arrow::before {
    content: "" !important;
    position: absolute !important;
    inset: 8px !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, rgba(22,199,199,.18), rgba(255,159,28,.12)) !important;
}

html body .rasa-gallery-outer.rasa-gallery-final-shell > .rasa-gallery-side-arrow::after {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    width: 12px !important;
    height: 12px !important;
    border-top: 2.6px solid #073B4C !important;
    border-left: 2.6px solid #073B4C !important;
}

html body .rasa-gallery-outer.rasa-gallery-final-shell > .rasa-gallery-side-prev {
    right: -70px !important;
}

html body .rasa-gallery-outer.rasa-gallery-final-shell > .rasa-gallery-side-next {
    left: -70px !important;
}

html body .rasa-gallery-outer.rasa-gallery-final-shell > .rasa-gallery-side-prev::after {
    right: 19px !important;
    transform: translateY(-50%) rotate(135deg) !important;
}

html body .rasa-gallery-outer.rasa-gallery-final-shell > .rasa-gallery-side-next::after {
    left: 19px !important;
    transform: translateY(-50%) rotate(-45deg) !important;
}

html body .rasa-gallery-final .rasa-home-gallery-track {
    direction: rtl !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    gap: 13px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
    padding: 6px 4px 10px !important;
}

html body .rasa-gallery-final .rasa-home-gallery-track::-webkit-scrollbar {
    display: none !important;
}

html body .rasa-gallery-final .rasa-home-gallery-card {
    flex: 0 0 255px !important;
    width: 255px !important;
    height: 194px !important;
}

html body .rasa-album-panel {
    width: min(1020px, calc(100vw - 28px)) !important;
    height: min(720px, calc(100vh - 48px)) !important;
    max-height: min(720px, calc(100vh - 48px)) !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    border-radius: 30px !important;
}

html body .rasa-album-top {
    flex: 0 0 auto !important;
    margin-bottom: 10px !important;
}

html body .rasa-album-modern-layout {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    height: auto !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 240px !important;
    gap: 12px !important;
    overflow: hidden !important;
}

html body .rasa-album-stage {
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: hidden !important;
    border-radius: 24px !important;
    background: #03171F !important;
    display: block !important;
}

html body .rasa-album-stage img,
html body .rasa-album-stage video,
html body .rasa-album-stage iframe {
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    object-fit: cover !important;
    display: block !important;
    border: 0 !important;
}

html body .rasa-album-stage img {
    aspect-ratio: auto !important;
}

html body .rasa-album-thumbs {
    height: 100% !important;
    max-height: none !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    align-content: start !important;
    padding-left: 4px !important;
}

html body .rasa-album-thumb {
    min-height: 70px !important;
    max-height: 70px !important;
    overflow: hidden !important;
}

html body .rasa-album-thumb-media {
    width: 62px !important;
    height: 56px !important;
    min-width: 62px !important;
    min-height: 56px !important;
}

html body .rasa-album-thumb-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

html body .rasa-album-stage-caption {
    max-height: 96px !important;
    overflow: hidden !important;
}

html body .rasa-album-stage-caption span {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

@media (max-width: 1280px) {
    html body .rasa-gallery-outer.rasa-gallery-final-shell {
        width: min(1120px, calc(100% - 72px)) !important;
    }

    html body .rasa-gallery-outer.rasa-gallery-final-shell > .rasa-gallery-side-prev {
        right: -54px !important;
    }

    html body .rasa-gallery-outer.rasa-gallery-final-shell > .rasa-gallery-side-next {
        left: -54px !important;
    }
}

@media (max-width: 900px) {
    html body .rasa-gallery-outer.rasa-gallery-final-shell {
        width: min(100% - 28px, 1120px) !important;
    }

    html body .rasa-gallery-outer.rasa-gallery-final-shell > .rasa-gallery-side-arrow {
        width: 42px !important;
        height: 42px !important;
    }

    html body .rasa-gallery-outer.rasa-gallery-final-shell > .rasa-gallery-side-prev {
        right: -18px !important;
    }

    html body .rasa-gallery-outer.rasa-gallery-final-shell > .rasa-gallery-side-next {
        left: -18px !important;
    }

    html body .rasa-album-panel {
        height: min(760px, calc(100vh - 28px)) !important;
    }

    html body .rasa-album-modern-layout {
        grid-template-columns: 1fr !important;
        grid-template-rows: minmax(0, 1fr) 116px !important;
    }

    html body .rasa-album-thumbs {
        display: flex !important;
        gap: 8px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        height: 116px !important;
        max-height: 116px !important;
    }

    html body .rasa-album-thumb {
        flex: 0 0 210px !important;
        width: 210px !important;
    }
}

@media (max-width: 640px) {
    html body .rasa-gallery-outer.rasa-gallery-final-shell {
        width: min(100% - 18px, 1120px) !important;
    }

    html body .rasa-gallery-outer.rasa-gallery-final-shell > .rasa-gallery-side-arrow {
        width: 36px !important;
        height: 36px !important;
    }

    html body .rasa-gallery-outer.rasa-gallery-final-shell > .rasa-gallery-side-prev {
        right: -10px !important;
    }

    html body .rasa-gallery-outer.rasa-gallery-final-shell > .rasa-gallery-side-next {
        left: -10px !important;
    }

    html body .rasa-gallery-final .rasa-home-gallery-card {
        flex-basis: 218px !important;
        width: 218px !important;
        height: 184px !important;
    }

    html body .rasa-album-panel {
        width: calc(100vw - 18px) !important;
        height: calc(100vh - 24px) !important;
        max-height: calc(100vh - 24px) !important;
        border-radius: 22px !important;
        padding: 10px !important;
    }

    html body .rasa-album-top h3 {
        font-size: 17px !important;
    }

    html body .rasa-album-top p {
        font-size: 10.5px !important;
    }
}

html body .rasa-director-video-section {
    width: 100vw !important;
    max-width: none !important;
    margin: 20px calc(50% - 50vw) !important;
    padding:
        24px
        max(22px, calc((100vw - 1180px) / 2))
        24px !important;
    min-height: 360px !important;
    display: grid !important;
    grid-template-columns: minmax(420px, 1.05fr) minmax(340px, .82fr) !important;
    gap: 26px !important;
    align-items: center !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    color: #fff !important;
    background:
        radial-gradient(circle at 16% 16%, rgba(22,199,199,.22), transparent 28%),
        radial-gradient(circle at 86% 22%, rgba(255,159,28,.15), transparent 26%),
        linear-gradient(135deg, #052C38 0%, #075367 48%, #0B7280 100%) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 18px 60px rgba(7,49,61,.10) !important;
    contain: layout paint style !important;
}

html body .rasa-director-video-section::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px) !important;
    background-size: 18px 18px !important;
    opacity: .42 !important;
    pointer-events: none !important;
}

html body .rasa-director-video-section::after {
    content: "" !important;
    position: absolute !important;
    width: 420px !important;
    height: 420px !important;
    right: -120px !important;
    top: -170px !important;
    border-radius: 999px !important;
    background: rgba(22,199,199,.16) !important;
    filter: blur(28px) !important;
    opacity: .7 !important;
    pointer-events: none !important;
}

html body .rasa-director-video-copy {
    position: relative !important;
    z-index: 2 !important;
    justify-self: stretch !important;
    max-width: 520px !important;
    padding: 22px !important;
    border-radius: 28px !important;
    background:
        linear-gradient(135deg, rgba(255,255,255,.13), rgba(255,255,255,.055)) !important;
    border: 1px solid rgba(255,255,255,.16) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 16px 42px rgba(3,23,31,.12) !important;
    backdrop-filter: blur(9px) !important;
}

html body .rasa-director-video-copy span {
    min-height: 28px !important;
    padding: 0 11px !important;
    color: #073B4C !important;
    background: rgba(255,255,255,.88) !important;
    font-size: 11px !important;
    font-weight: 950 !important;
}

html body .rasa-director-video-copy h2 {
    margin: 12px 0 7px !important;
    color: #ffffff !important;
    font-size: clamp(28px, 3.2vw, 42px) !important;
    line-height: 1.28 !important;
    font-weight: 950 !important;
    letter-spacing: -.7px !important;
    text-shadow: 0 8px 28px rgba(0,0,0,.22) !important;
}

html body .rasa-director-video-copy strong {
    display: block !important;
    color: rgba(255,255,255,.92) !important;
    font-size: 13px !important;
    line-height: 1.85 !important;
    font-weight: 900 !important;
}

html body .rasa-director-video-copy p {
    margin: 8px 0 0 !important;
    max-width: 470px !important;
    color: rgba(255,255,255,.76) !important;
    font-size: 12px !important;
    line-height: 1.9 !important;
    font-weight: 760 !important;
}

html body .rasa-director-video-button {
    margin-top: 14px !important;
    min-height: 40px !important;
    padding: 0 17px !important;
    border-radius: 15px !important;
    color: #fff !important;
    background: linear-gradient(135deg, #FF9F1C, #EF476F) !important;
    font-size: 12px !important;
    font-weight: 950 !important;
    box-shadow: 0 14px 30px rgba(239,71,111,.20) !important;
}

html body .rasa-director-video-button:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 18px 40px rgba(239,71,111,.27) !important;
}

html body .rasa-director-video-card {
    position: relative !important;
    z-index: 2 !important;
    min-height: 285px !important;
    height: 285px !important;
    border-radius: 28px !important;
    overflow: hidden !important;
    border: 1px solid rgba(255,255,255,.24) !important;
    background: rgba(255,255,255,.10) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.18),
        0 18px 46px rgba(3,23,31,.20) !important;
    transition: transform .18s ease, box-shadow .18s ease !important;
}

html body .rasa-director-video-card:hover {
    transform: translateY(-3px) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.18),
        0 24px 58px rgba(3,23,31,.26) !important;
}

html body .rasa-director-video-card img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    filter: saturate(1.03) contrast(1.02) !important;
}

html body .rasa-director-video-mosaic {
    background-image:
        linear-gradient(rgba(255,255,255,.075) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.075) 1px, transparent 1px) !important;
    background-size: 7px 7px !important;
    opacity: .72 !important;
    mix-blend-mode: overlay !important;
}

html body .rasa-director-video-play {
    width: 66px !important;
    height: 66px !important;
    background: rgba(255,255,255,.90) !important;
    box-shadow: 0 16px 42px rgba(0,0,0,.22) !important;
    transition: transform .18s ease, background .18s ease !important;
}

html body .rasa-director-video-card:hover .rasa-director-video-play {
    transform: translate(-50%, -50%) scale(1.06) !important;
    background: #fff !important;
}

@media (max-width: 980px) {
    html body .rasa-director-video-section {
        grid-template-columns: 1fr !important;
        padding: 22px 18px !important;
        min-height: unset !important;
    }

    html body .rasa-director-video-copy {
        max-width: none !important;
        order: 2 !important;
    }

    html body .rasa-director-video-card {
        order: 1 !important;
        height: 280px !important;
        min-height: 280px !important;
    }
}

@media (max-width: 640px) {
    html body .rasa-director-video-section {
        margin: 16px calc(50% - 50vw) !important;
        padding: 18px 12px !important;
    }

    html body .rasa-director-video-copy {
        padding: 16px !important;
        border-radius: 22px !important;
    }

    html body .rasa-director-video-copy h2 {
        font-size: 25px !important;
    }

    html body .rasa-director-video-copy p {
        font-size: 11.2px !important;
    }

    html body .rasa-director-video-card {
        height: 220px !important;
        min-height: 220px !important;
        border-radius: 22px !important;
    }

    html body .rasa-director-video-play {
        width: 56px !important;
        height: 56px !important;
    }
}

html body .rasa-director-video-section {
    --rasa-dv-x: 50%;
    --rasa-dv-y: 50%;
    position: relative !important;
    width: 100vw !important;
    max-width: none !important;
    margin: 18px calc(50% - 50vw) !important;
    padding:
        28px
        max(22px, calc((100vw - 1180px) / 2))
        28px !important;
    min-height: 330px !important;
    display: grid !important;
    grid-template-columns: minmax(450px, 1.08fr) minmax(360px, .92fr) !important;
    gap: 0 !important;
    align-items: stretch !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    color: #fff !important;
    background:
        radial-gradient(circle at var(--rasa-dv-x) var(--rasa-dv-y), rgba(255,255,255,.13), transparent 18%),
        radial-gradient(circle at 15% 15%, rgba(22,199,199,.20), transparent 28%),
        radial-gradient(circle at 88% 20%, rgba(255,159,28,.13), transparent 26%),
        linear-gradient(135deg, #052C38 0%, #075367 52%, #0B7280 100%) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 18px 60px rgba(7,49,61,.10) !important;
    contain: layout paint style !important;
}

html body .rasa-director-video-section::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background-image:
        linear-gradient(rgba(255,255,255,.032) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.032) 1px, transparent 1px) !important;
    background-size: 18px 18px !important;
    opacity: .48 !important;
    pointer-events: none !important;
}

html body .rasa-director-video-section::after {
    content: "" !important;
    position: absolute !important;
    width: 440px !important;
    height: 440px !important;
    left: -130px !important;
    bottom: -210px !important;
    border-radius: 999px !important;
    background: rgba(22,199,199,.14) !important;
    filter: blur(30px) !important;
    opacity: .7 !important;
    pointer-events: none !important;
}

html body .rasa-director-video-card,
html body .rasa-director-video-copy {
    position: relative !important;
    z-index: 2 !important;
    height: 292px !important;
    min-height: 292px !important;
    max-height: 292px !important;
    margin: 0 !important;
    border: 1px solid rgba(255,255,255,.18) !important;
    background:
        linear-gradient(135deg, rgba(255,255,255,.14), rgba(255,255,255,.065)) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.18),
        0 18px 42px rgba(3,23,31,.14) !important;
    backdrop-filter: blur(8px) !important;
    transition:
        transform .18s ease,
        box-shadow .18s ease,
        border-color .18s ease,
        background-color .18s ease !important;
}

html body .rasa-director-video-copy {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    max-width: none !important;
    padding: 26px 30px !important;
    border-radius: 0 30px 30px 0 !important;
    border-left: 0 !important;
    text-align: right !important;
}

html body .rasa-director-video-card {
    display: block !important;
    border-radius: 30px 0 0 30px !important;
    border-right: 0 !important;
    overflow: hidden !important;
    cursor: pointer !important;
}

html body .rasa-director-video-copy::after {
    content: "" !important;
    position: absolute !important;
    left: -1px !important;
    top: 22px !important;
    bottom: 22px !important;
    width: 1px !important;
    background: linear-gradient(180deg, transparent, rgba(255,255,255,.24), transparent) !important;
    pointer-events: none !important;
}

html body .rasa-director-video-section:hover .rasa-director-video-card,
html body .rasa-director-video-section:hover .rasa-director-video-copy {
    border-color: rgba(255,255,255,.26) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.22),
        0 22px 52px rgba(3,23,31,.20) !important;
}

html body .rasa-director-video-section:hover .rasa-director-video-card img {
    transform: scale(1.025) !important;
    filter: saturate(1.06) contrast(1.03) !important;
}

html body .rasa-director-video-section:hover .rasa-director-video-play {
    transform: translate(-50%, -50%) scale(1.06) !important;
}

html body .rasa-director-video-card img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    transition: transform .35s ease, filter .22s ease !important;
}

html body .rasa-director-video-copy span {
    width: fit-content !important;
    min-height: 28px !important;
    padding: 0 11px !important;
    color: #073B4C !important;
    background: rgba(255,255,255,.88) !important;
    font-size: 11px !important;
    font-weight: 950 !important;
}

html body .rasa-director-video-copy h2 {
    margin: 12px 0 7px !important;
    color: #fff !important;
    font-size: clamp(30px, 3.2vw, 44px) !important;
    line-height: 1.25 !important;
    font-weight: 950 !important;
    letter-spacing: -.7px !important;
    text-shadow: 0 8px 28px rgba(0,0,0,.22) !important;
}

html body .rasa-director-video-copy strong {
    color: rgba(255,255,255,.94) !important;
    font-size: 13px !important;
    line-height: 1.8 !important;
    font-weight: 900 !important;
}

html body .rasa-director-video-copy p {
    max-width: 520px !important;
    margin: 8px 0 0 !important;
    color: rgba(255,255,255,.78) !important;
    font-size: 12px !important;
    line-height: 1.85 !important;
    font-weight: 760 !important;
}

html body .rasa-director-video-button {
    width: fit-content !important;
    margin-top: 14px !important;
    min-height: 40px !important;
    padding: 0 17px !important;
    border-radius: 15px !important;
    color: #fff !important;
    background: linear-gradient(135deg, #FF9F1C, #EF476F) !important;
    font-size: 12px !important;
    font-weight: 950 !important;
    box-shadow: 0 14px 30px rgba(239,71,111,.20) !important;
}

html body .rasa-director-video-button:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 18px 40px rgba(239,71,111,.28) !important;
}

html body .rasa-director-video-mosaic {
    background-image:
        linear-gradient(rgba(255,255,255,.075) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.075) 1px, transparent 1px) !important;
    background-size: 7px 7px !important;
    opacity: .72 !important;
    mix-blend-mode: overlay !important;
}

html body .rasa-director-video-play {
    width: 64px !important;
    height: 64px !important;
    background: rgba(255,255,255,.90) !important;
    box-shadow: 0 16px 42px rgba(0,0,0,.22) !important;
    transition: transform .18s ease, background .18s ease !important;
}

@media (max-width: 980px) {
    html body .rasa-director-video-section {
        grid-template-columns: 1fr !important;
        gap: 0 !important;
        padding: 22px 18px !important;
        min-height: unset !important;
    }

    html body .rasa-director-video-card,
    html body .rasa-director-video-copy {
        height: auto !important;
        min-height: unset !important;
        max-height: none !important;
    }

    html body .rasa-director-video-card {
        height: 260px !important;
        min-height: 260px !important;
        border-radius: 28px 28px 0 0 !important;
        border-right: 1px solid rgba(255,255,255,.18) !important;
        border-bottom: 0 !important;
        order: 1 !important;
    }

    html body .rasa-director-video-copy {
        border-radius: 0 0 28px 28px !important;
        border-left: 1px solid rgba(255,255,255,.18) !important;
        border-top: 0 !important;
        order: 2 !important;
    }

    html body .rasa-director-video-copy::after {
        display: none !important;
    }
}

@media (max-width: 640px) {
    html body .rasa-director-video-section {
        margin: 16px calc(50% - 50vw) !important;
        padding: 18px 12px !important;
    }

    html body .rasa-director-video-card {
        height: 220px !important;
        min-height: 220px !important;
        border-radius: 22px 22px 0 0 !important;
    }

    html body .rasa-director-video-copy {
        padding: 16px !important;
        border-radius: 0 0 22px 22px !important;
    }

    html body .rasa-director-video-copy h2 {
        font-size: 25px !important;
    }

    html body .rasa-director-video-copy p {
        font-size: 11.2px !important;
    }

    html body .rasa-director-video-play {
        width: 56px !important;
        height: 56px !important;
    }
}

html body .rasa-gallery-outer.rasa-gallery-final-shell {
    position: relative !important;
    width: min(1120px, calc(100% - 110px)) !important;
    margin: 22px auto !important;
    padding: 0 !important;
    overflow: visible !important;
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
}

html body .rasa-gallery-outer.rasa-gallery-final-shell > .rasa-home-gallery-section.rasa-gallery-final {
    width: 100% !important;
    margin: 0 auto !important;
    position: relative !important;
}

html body .rasa-gallery-outer.rasa-gallery-final-shell > .rasa-gallery-side-arrow {
    display: block !important;
    position: absolute !important;
    z-index: 90 !important;
    top: 58% !important;
    width: 50px !important;
    height: 50px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background:
        linear-gradient(135deg, rgba(255,255,255,.98), rgba(238,252,253,.94)) !important;
    box-shadow:
        0 14px 34px rgba(7,49,61,.16),
        inset 0 1px 0 rgba(255,255,255,.96) !important;
    cursor: pointer !important;
    transform: translateY(-50%) !important;
    backdrop-filter: blur(9px) !important;
}

html body .rasa-gallery-outer.rasa-gallery-final-shell > .rasa-gallery-side-arrow:hover {
    transform: translateY(-50%) scale(1.07) !important;
    box-shadow:
        0 18px 44px rgba(7,49,61,.22),
        inset 0 1px 0 rgba(255,255,255,1) !important;
}

html body .rasa-gallery-outer.rasa-gallery-final-shell > .rasa-gallery-side-arrow::before {
    content: "" !important;
    position: absolute !important;
    inset: 8px !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, rgba(22,199,199,.18), rgba(255,159,28,.12)) !important;
}

html body .rasa-gallery-outer.rasa-gallery-final-shell > .rasa-gallery-side-arrow::after {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    width: 12px !important;
    height: 12px !important;
    border-top: 2.6px solid #073B4C !important;
    border-left: 2.6px solid #073B4C !important;
}

html body .rasa-gallery-outer.rasa-gallery-final-shell > .rasa-gallery-side-prev {
    right: -64px !important;
}

html body .rasa-gallery-outer.rasa-gallery-final-shell > .rasa-gallery-side-next {
    left: -64px !important;
}

html body .rasa-gallery-outer.rasa-gallery-final-shell > .rasa-gallery-side-prev::after {
    right: 19px !important;
    transform: translateY(-50%) rotate(135deg) !important;
}

html body .rasa-gallery-outer.rasa-gallery-final-shell > .rasa-gallery-side-next::after {
    left: 19px !important;
    transform: translateY(-50%) rotate(-45deg) !important;
}

html body .rasa-home-gallery-section.rasa-gallery-final > .rasa-gallery-side-arrow {
    display: none !important;
}

@media (max-width: 1220px) {
    html body .rasa-gallery-outer.rasa-gallery-final-shell {
        width: min(1120px, calc(100% - 58px)) !important;
    }

    html body .rasa-gallery-outer.rasa-gallery-final-shell > .rasa-gallery-side-prev {
        right: -28px !important;
    }

    html body .rasa-gallery-outer.rasa-gallery-final-shell > .rasa-gallery-side-next {
        left: -28px !important;
    }
}

@media (max-width: 720px) {
    html body .rasa-gallery-outer.rasa-gallery-final-shell {
        width: min(100% - 24px, 1120px) !important;
    }

    html body .rasa-gallery-outer.rasa-gallery-final-shell > .rasa-gallery-side-arrow {
        width: 38px !important;
        height: 38px !important;
    }

    html body .rasa-gallery-outer.rasa-gallery-final-shell > .rasa-gallery-side-prev {
        right: -12px !important;
    }

    html body .rasa-gallery-outer.rasa-gallery-final-shell > .rasa-gallery-side-next {
        left: -12px !important;
    }

    html body .rasa-gallery-outer.rasa-gallery-final-shell > .rasa-gallery-side-prev::after {
        right: 14px !important;
    }

    html body .rasa-gallery-outer.rasa-gallery-final-shell > .rasa-gallery-side-next::after {
        left: 14px !important;
    }
}

