.help-search{
    padding: 80px 0 50px;
    z-index: 1;
}
.help-search .common-title{
    text-align: center;
}
.help-search .location-search-dropdown {
    left: 50%;
    transform: translateX(-50%) !important;
}
.help-search  .location-search-box .select-option {
    max-width: 370px;
    margin: 0 auto;
    border: 1px solid var(--border-3);
    border-radius: 100px;
    padding: 15px 15px;
    cursor: pointer;
}
.help-search  .optionSearch::placeholder{
    font-size: 20px;
}
.help-tab-gallery-single{
    margin-bottom: 30px;
}


/* help-tab */
.help-tab .nav-tabs .nav-link{
    padding: 0 10px 10px 10px;
    color: var(--text-color-1);
    font-size: 18px;
}
.help-tab .nav-tabs .nav-link:first-child{
    padding-left: 0;
}
.help-tab .nav-tabs .nav-link:hover{
    border: 1px solid transparent;
}
.help-tab .nav-tabs .nav-link.active{
    border: 1px solid transparent;
    border-bottom: 2px solid var(--black-color);
}

.help-tab {
    padding: 0 0 80px;
}
.help-tab .tab-content>.active {
    padding: 40px 0 0;
}
.help-tab-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.help-tab-title h4{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 0;
}
.help-tab-title a{
    color: var(--black-color);
}
.help-tab-gallery{
    margin-top: 30px;
}
.help-tab-gallery-image{
    width: 100%;
    height: 320px;
    border-radius: 16px;
}
.help-tab-gallery-image img{
    width: 100%;
    height: 100%;
    border-radius: 16px;
}
.help-tab-gallery-content a{
    font-size: 18px;
    font-weight: 500;
    color: var(--black-color);
    margin-top: 10px;
}

/* help-articale */
.help-articale{
    margin-top: 50px;
}
.help-articale-single{
    height: 100%;
    padding: 30px 0;
    border-bottom: 1px solid var(--border-3);
}
.help-articale-single a{
    font-size: 20px;
    font-weight: 500;
    color: var(--black-color);
    text-decoration: underline !important;
}
.help-articale-single p{
    margin-bottom: 0;
}
.help-tab nav{
    overflow: auto;
}
.help-tab .nav-tabs{
    flex-wrap: nowrap !important;
}
.help-tab .nav-tabs .nav-link{
    white-space: nowrap;
}
/* help-tab */



/* ---------------------------------
responsive
---------------------------------- */
/* MackBook */
@media only screen and (max-width: 1440px){

}

/* Large screen  */
@media only screen and (min-width: 1200px) and (max-width: 1319px){

}

/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px){
    .help-tab-gallery-image {
        height: 260px;
    }
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px){
    .help-search .location-search-box .select-option{
        flex-direction: row;
        align-items: center;
    }
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px){
    .help-center-gallery {
        margin-top: 30px;
    }
    .help-tab-title {
        flex-direction: column;
        align-items: flex-start;
        gap: 7px;
    }
}
/* ---------------------------------
responsive
---------------------------------- */

/* ------------------------------------------------------------
Mbgc public Help Centre
------------------------------------------------------------ */
.help-centre {
    --help-world-progress: 0;
    color: var(--mbgc-text);
}

.help-centre .help-searchable[hidden] {
    display: none !important;
}

.help-centre-hero {
    position: relative;
    isolation: isolate;
    display: flex;
    width: calc(100% - 7%);
    min-height: clamp(650px, 76vh, 820px);
    margin: 63px auto 0;
    overflow: hidden;
    border-radius: 32px;
    background: var(--mbgc-bg-deep);
}

.help-centre-hero-media,
.help-centre-hero-shade {
    position: absolute;
    inset: 0;
}

.help-centre-hero-media {
    z-index: -3;
    overflow: hidden;
}

.help-centre-hero-media img {
    width: 100%;
    height: 118%;
    object-fit: cover;
    object-position: 70% 66%;
    transform: translate3d(0, calc(var(--help-world-progress) * -7%), 0)
        scale(calc(1.04 + var(--help-world-progress) * .07));
    transform-origin: 70% 55%;
    will-change: transform;
}

.help-centre-hero-shade {
    z-index: -2;
    background: rgba(22, 41, 45, .66);
}

.help-centre-orbit {
    position: absolute;
    z-index: -1;
    border: 1px solid rgba(168, 189, 195, .18);
    border-radius: 50%;
    pointer-events: none;
    transform: translate3d(calc(var(--help-world-progress) * 24px), calc(var(--help-world-progress) * -18px), 0);
}

.help-centre-orbit-one {
    top: -210px;
    right: -90px;
    width: 520px;
    height: 520px;
}

.help-centre-orbit-two {
    right: 18%;
    bottom: -185px;
    width: 390px;
    height: 390px;
}

.help-centre-hero-container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr);
    gap: 72px;
    align-items: end;
    width: 100%;
    padding-top: 110px;
    padding-bottom: 72px;
}

.help-centre-hero-copy {
    max-width: 720px;
}

.help-centre-hero .eyebrow,
.help-centre-contact .eyebrow {
    color: var(--mbgc-accent);
}

.help-centre-hero h1 {
    max-width: 680px;
    margin: 18px 0 24px;
    color: var(--mbgc-text-inverse);
    font-size: clamp(58px, 6.1vw, 94px);
    font-weight: 300;
    line-height: .94;
    letter-spacing: -.035em;
    text-wrap: balance;
}

.help-centre-hero-copy > p {
    max-width: 620px;
    color: rgba(244, 241, 234, .84);
    font-size: clamp(17px, 1.5vw, 20px);
}

.help-centre-search {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 650px;
    margin-top: 34px;
    border: 1px solid rgba(244, 241, 234, .28);
    border-radius: 999px;
    background: rgba(244, 241, 234, .9);
    box-shadow: 0 18px 48px rgba(8, 20, 23, .28);
    -webkit-backdrop-filter: blur(18px) saturate(135%);
    backdrop-filter: blur(18px) saturate(135%);
}

.help-centre-search > i {
    margin-left: 24px;
    color: var(--mbgc-bg-deep);
    font-size: 20px;
}

.help-centre-search input[type="search"] {
    width: 100%;
    min-height: 64px;
    padding: 0 54px 0 16px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    box-shadow: none;
    color: var(--mbgc-text);
    font-size: 17px;
}

.help-centre-search input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

.help-centre-search button {
    position: absolute;
    right: 9px;
    display: grid;
    width: 44px;
    min-height: 44px;
    place-items: center;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    color: var(--mbgc-text);
    transition: opacity .2s ease;
}

.help-centre-search button.is-visible {
    opacity: 1;
    visibility: visible;
}

.help-centre-search-status {
    min-height: 24px;
    margin-top: 12px;
    color: rgba(244, 241, 234, .72);
    font-size: 13px;
}

.help-centre-journey {
    display: grid;
    gap: 1px;
    overflow: hidden;
    border: 1px solid rgba(244, 241, 234, .18);
    border-radius: 20px;
    background: rgba(244, 241, 234, .12);
    box-shadow: 0 24px 60px rgba(8, 20, 23, .2);
    -webkit-backdrop-filter: blur(18px) saturate(125%);
    backdrop-filter: blur(18px) saturate(125%);
}

.help-centre-journey-item {
    display: grid;
    grid-template-columns: 40px 1fr;
    padding: 20px 22px;
    background: rgba(22, 41, 45, .58);
}

.help-centre-journey-item span {
    grid-row: span 2;
    color: var(--mbgc-accent);
    font-size: 12px;
    letter-spacing: 1px;
}

.help-centre-journey-item strong {
    color: var(--mbgc-text-inverse);
    font-weight: 500;
}

.help-centre-journey-item small {
    color: rgba(244, 241, 234, .66);
}

.help-centre-topics,
.help-centre-answers,
.help-centre-guides,
.help-centre-contact {
    padding: 96px 0;
}

.help-centre-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 40px;
}

.help-centre-section-heading h2,
.help-centre-answer-intro h2,
.help-centre-contact h2 {
    max-width: 720px;
    margin-top: 12px;
    color: var(--mbgc-text);
    font-size: clamp(44px, 5vw, 68px);
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.025em;
}

.help-centre-reset,
.help-centre-secondary {
    padding: 12px 22px;
    border: 1px solid var(--mbgc-border);
    border-radius: 999px;
    color: var(--mbgc-text);
    font-weight: 600;
}

.help-centre-reset[aria-pressed="true"],
.help-centre-reset:hover,
.help-centre-secondary:hover {
    border-color: var(--mbgc-accent);
    background: rgba(245, 166, 35, .09);
}

.help-centre-topic-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.help-centre-topic-card {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    min-height: 144px;
    padding: 24px;
    border: 1px solid var(--mbgc-border);
    border-radius: 20px;
    background: var(--mbgc-surface);
    box-shadow: 0 2px 8px rgba(22, 41, 45, .08);
    text-align: left;
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.help-centre-topic-card:hover,
.help-centre-topic-card[aria-pressed="true"] {
    border-color: rgba(245, 166, 35, .72);
    box-shadow: 0 12px 32px rgba(22, 41, 45, .12);
    transform: translateY(-2px);
}

.help-centre-topic-icon {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border-radius: 16px;
    background: var(--mbgc-bg-deep);
    color: var(--mbgc-text-inverse);
    font-size: 21px;
}

.help-centre-topic-copy {
    display: grid;
    gap: 5px;
}

.help-centre-topic-copy strong {
    color: var(--mbgc-text);
    font-size: 18px;
    font-weight: 600;
}

.help-centre-topic-copy small {
    color: var(--mbgc-text-muted);
    font-size: 14px;
    line-height: 1.45;
}

.help-centre-topic-count {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    background: var(--mbgc-bg-cream);
    color: var(--mbgc-text-muted);
    font-size: 13px;
}

.help-centre-answers {
    background: var(--mbgc-bg-deep);
}

.help-centre-answers .eyebrow {
    color: var(--mbgc-accent);
}

.help-centre-answer-intro {
    position: sticky;
    top: 130px;
}

.help-centre-answer-intro h2,
.help-centre-answer-intro p,
.help-centre-answers .help-centre-text-link {
    color: var(--mbgc-text-inverse);
}

.help-centre-answer-intro p {
    margin: 22px 0;
    color: rgba(244, 241, 234, .72);
}

.help-centre-accordion {
    overflow: hidden;
    border: 1px solid rgba(244, 241, 234, .14);
    border-radius: 20px;
    background: var(--mbgc-bg-deep-alt);
}

.help-centre-answer {
    border-bottom: 1px solid rgba(244, 241, 234, .12);
}

.help-centre-answer:last-child {
    border-bottom: 0;
}

.help-centre-answer .accordion-button {
    min-height: 82px;
    padding: 22px 64px 22px 26px;
    background: transparent;
    box-shadow: none;
    color: var(--mbgc-text-inverse) !important;
    font-size: 17px;
    font-weight: 500;
}

.help-centre-answer .accordion-button::after {
    position: absolute;
    right: 25px;
    filter: invert(1);
}

.help-centre-answer .accordion-button:not(.collapsed) {
    color: var(--mbgc-accent) !important;
}

.help-centre-answer .accordion-body {
    padding: 0 26px 26px;
}

.help-centre-answer .accordion-body p {
    max-width: 720px;
    margin: 0;
    color: rgba(244, 241, 234, .74);
    font-size: 16px;
}

.help-centre-policy-results {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.help-centre-policy-result {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    gap: 15px;
    align-items: center;
    padding: 18px 20px;
    border: 1px solid rgba(244, 241, 234, .14);
    border-radius: 16px;
    background: rgba(31, 58, 63, .88);
}

.help-centre-policy-result > span:first-child {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 14px;
    background: rgba(244, 241, 234, .1);
    color: var(--mbgc-accent);
}

.help-centre-policy-result > span:nth-child(2) {
    display: grid;
    gap: 3px;
}

.help-centre-policy-result strong {
    color: var(--mbgc-text-inverse);
    font-size: 15px;
    font-weight: 600;
}

.help-centre-policy-result small {
    color: rgba(244, 241, 234, .65);
    font-size: 13px;
}

.help-centre-policy-result > i {
    color: var(--mbgc-mist);
}

.help-centre-policy-result:hover {
    border-color: rgba(245, 166, 35, .6);
}

.help-centre-no-results,
.help-centre-empty,
.help-centre-guides-empty {
    padding: 40px;
    border: 1px solid var(--mbgc-border);
    border-radius: 20px;
    background: var(--mbgc-surface);
    text-align: center;
}

.help-centre-no-results i {
    margin-bottom: 16px;
    color: var(--mbgc-accent);
    font-size: 34px;
}

.help-centre-guides {
    background: var(--mbgc-bg-cream);
}

.help-centre-guide-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid var(--mbgc-border);
    border-radius: 20px;
    background: var(--mbgc-surface);
    box-shadow: 0 2px 8px rgba(22, 41, 45, .08);
    transition: box-shadow .25s ease, transform .25s ease;
}

.help-centre-guide-card:hover {
    box-shadow: 0 12px 32px rgba(22, 41, 45, .14);
    transform: translateY(-2px);
}

.help-centre-guide-image {
    display: block;
    height: 245px;
    overflow: hidden;
}

.help-centre-guide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s cubic-bezier(.2,.7,.2,1);
}

.help-centre-guide-card:hover .help-centre-guide-image img {
    transform: scale(1.025);
}

.help-centre-guide-copy {
    padding: 24px;
}

.help-centre-guide-copy > span {
    color: var(--mbgc-accent-hover);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.help-centre-guide-copy h3 {
    margin: 12px 0;
    font-size: 29px;
    line-height: 1.08;
}

.help-centre-guide-copy p {
    font-size: 15px;
}

.help-centre-text-link {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    color: var(--mbgc-text);
    font-size: 14px;
    font-weight: 600;
}

.help-centre-text-link i {
    transition: transform .2s ease;
}

.help-centre-text-link:hover i {
    transform: translateX(3px);
}

.help-centre-contact {
    padding-top: 0;
}

.help-centre-contact-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    padding: 56px;
    border-radius: 28px;
    background: var(--mbgc-bg-deep-alt);
}

.help-centre-contact h2,
.help-centre-contact p {
    color: var(--mbgc-text-inverse);
}

.help-centre-contact p {
    max-width: 680px;
    color: rgba(244, 241, 234, .72);
}

.help-centre-contact-actions {
    display: flex;
    flex: 0 0 auto;
    gap: 12px;
    align-items: center;
}

.help-centre-contact-actions .btn-1,
.help-centre-secondary {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    padding: 13px 24px;
    border-radius: 999px;
}

.help-centre-secondary {
    border-color: rgba(244, 241, 234, .26);
    color: var(--mbgc-text-inverse);
}

/* ------------------------------------------------------------
Legal library — presentation only. Source policy text remains CMS-managed.
------------------------------------------------------------ */
.legal-library {
    padding-bottom: 104px;
}

.legal-library-shell {
    display: grid;
    grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
    gap: 48px;
    align-items: start;
}

.legal-library-sidebar {
    position: sticky;
    top: 124px;
}

.legal-library-sidebar > h2 {
    margin: 14px 0 16px;
    font-size: 38px;
    font-weight: 300;
    line-height: 1.03;
}

.legal-library-sidebar > p {
    font-size: 15px;
}

.legal-policy-nav {
    display: grid;
    margin-top: 28px;
    overflow: hidden;
    border: 1px solid var(--mbgc-border);
    border-radius: 18px;
    background: var(--mbgc-surface);
}

.legal-policy-nav a {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 10px;
    padding: 15px 17px;
    border-bottom: 1px solid var(--mbgc-border);
    color: var(--mbgc-text-muted);
    font-size: 14px;
}

.legal-policy-nav a:last-child {
    border-bottom: 0;
}

.legal-policy-nav a span {
    color: var(--mbgc-mist);
    font-size: 11px;
    letter-spacing: .8px;
}

.legal-policy-nav a.active,
.legal-policy-nav a:hover {
    background: var(--mbgc-bg-deep);
    color: var(--mbgc-text-inverse);
}

.legal-policy-nav a.active span {
    color: var(--mbgc-accent);
}

.legal-on-page {
    margin-top: 26px;
    padding-left: 18px;
    border-left: 2px solid var(--mbgc-accent);
}

.legal-on-page h3 {
    margin-bottom: 10px;
    font-family: "Hanken Grotesk", sans-serif !important;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.legal-on-page nav {
    display: grid;
    gap: 8px;
}

.legal-on-page a {
    color: var(--mbgc-text-muted);
    font-size: 13px;
    line-height: 1.4;
}

.legal-help-card {
    display: grid;
    gap: 8px;
    margin-top: 28px;
    padding: 20px;
    border-radius: 18px;
    background: var(--mbgc-bg-deep-alt);
}

.legal-help-card i,
.legal-help-card a {
    color: var(--mbgc-accent);
}

.legal-help-card strong {
    color: var(--mbgc-text-inverse);
    font-size: 14px;
}

.legal-help-card a {
    font-size: 13px;
    font-weight: 600;
}

.legal-document {
    overflow: hidden;
    border: 1px solid var(--mbgc-border);
    border-radius: 24px;
    background: var(--mbgc-surface);
    box-shadow: 0 12px 32px rgba(22, 41, 45, .08);
}

.legal-document-label {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 40px;
    border-bottom: 1px solid var(--mbgc-border);
    background: rgba(244, 241, 234, .72);
    color: var(--mbgc-text-muted);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.legal-document-content {
    padding: clamp(30px, 5vw, 64px);
}

.legal-document-content > :first-child {
    margin-top: 0 !important;
}

.legal-document-content h1,
.legal-document-content h2,
.legal-document-content h3,
.legal-document-content h1 *,
.legal-document-content h2 *,
.legal-document-content h3 * {
    color: var(--mbgc-text) !important;
    font-family: "Darker Grotesk", sans-serif !important;
    font-size: inherit !important;
    font-weight: 400 !important;
}

.legal-document-content h1,
.legal-document-content > h2:first-child,
.legal-document-content > p:first-child {
    margin-bottom: 22px;
    font-size: clamp(38px, 5vw, 58px) !important;
    font-weight: 300 !important;
    line-height: 1.02;
}

.legal-document-content h2,
.legal-document-content h3 {
    scroll-margin-top: 130px;
    margin: 38px 0 14px;
    padding-top: 0;
    font-size: 28px !important;
    line-height: 1.12;
}

.legal-document-content p,
.legal-document-content li {
    color: var(--mbgc-text-muted) !important;
    font-size: 16px !important;
    line-height: 1.75;
}

.legal-document-content ul,
.legal-document-content ol {
    display: grid;
    gap: 10px;
    margin: 14px 0 22px;
    padding-left: 22px;
}

.legal-document-content ul {
    list-style: disc;
}

.legal-document-content ol {
    list-style: decimal;
}

.legal-document-content a {
    color: var(--mbgc-accent-hover);
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

@media (max-width: 1199px) {
    .help-centre-topic-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .help-centre-hero-container {
        gap: 40px;
    }

    .help-centre-contact-panel {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 991px) {
    .help-centre-hero {
        width: calc(100% - 48px);
        min-height: 720px;
        margin-top: 48px;
        border-radius: 28px;
    }

    .help-centre-hero-container {
        grid-template-columns: 1fr;
        align-items: end;
        padding-top: 96px;
    }

    .help-centre-journey {
        grid-template-columns: repeat(3, 1fr);
    }

    .help-centre-journey-item {
        grid-template-columns: 1fr;
    }

    .help-centre-journey-item span {
        grid-row: auto;
    }

    .help-centre-answer-intro,
    .legal-library-sidebar {
        position: static;
    }

    .legal-library-shell {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .help-centre-hero {
        width: calc(100% - 32px);
        min-height: 680px;
        margin-top: 32px;
        border-radius: 24px;
    }

    .help-centre-hero-media img {
        object-position: 62% 66%;
    }

    .help-centre-hero-shade {
        background: rgba(22, 41, 45, .72);
    }

    .help-centre-hero-container {
        gap: 32px;
        padding-top: 76px;
        padding-bottom: 32px;
    }

    .help-centre-hero h1 {
        font-size: clamp(48px, 15vw, 68px);
    }

    .help-centre-search input[type="search"] {
        min-height: 58px;
        font-size: 15px;
    }

    .help-centre-journey {
        grid-template-columns: 1fr;
    }

    .help-centre-journey-item {
        grid-template-columns: 38px 1fr;
        padding: 14px 18px;
    }

    .help-centre-journey-item span {
        grid-row: span 2;
    }

    .help-centre-topics,
    .help-centre-answers,
    .help-centre-guides,
    .help-centre-contact {
        padding: 72px 0;
    }

    .help-centre-topic-grid {
        grid-template-columns: 1fr;
    }

    .help-centre-topic-card {
        min-height: 124px;
        padding: 20px;
    }

    .help-centre-section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .help-centre-section-heading h2,
    .help-centre-answer-intro h2,
    .help-centre-contact h2 {
        font-size: 44px;
    }

    .help-centre-answer .accordion-button {
        min-height: 72px;
        padding-left: 20px;
        font-size: 16px;
    }

    .help-centre-answer .accordion-body {
        padding: 0 20px 22px;
    }

    .help-centre-contact {
        padding-top: 0;
    }

    .help-centre-contact-panel {
        padding: 30px 24px;
        border-radius: 22px;
    }

    .help-centre-contact-actions {
        width: 100%;
        align-items: stretch;
        flex-direction: column;
    }

    .help-centre-contact-actions a {
        justify-content: center;
        text-align: center;
    }

    .legal-library {
        padding-bottom: 72px;
    }

    .legal-library-shell {
        gap: 30px;
    }

    .legal-document-label {
        padding: 14px 22px;
    }

    .legal-document-content {
        padding: 28px 22px;
    }

    .legal-document-content h2,
    .legal-document-content h3 {
        font-size: 24px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .help-centre-hero-media img,
    .help-centre-orbit,
    .help-centre-topic-card,
    .help-centre-guide-card,
    .help-centre-guide-image img {
        transform: none !important;
    }
}

