@import '_content/StatefulReconnection/StatefulReconnection.bundle.scp.css';

/* /Components/BannerTitle.razor.rz.scp.css */
.public-brand-title[b-bnt20a5qkm] {
    flex: 0 1 auto;
    line-height: 1.2;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 360px) {
    .public-brand-title[b-bnt20a5qkm] {
        font-size: 1.2rem;
    }
}
/* /Components/PublicPageHero.razor.rz.scp.css */
.public-page-hero[b-8ia6vo9le8] {
    display: grid;
    grid-template-columns: 1fr;
    overflow: hidden;
    background: var(--public-surface-primary);
    border: 1px solid var(--public-border-color);
    border-radius: var(--public-radius);
    box-shadow: var(--public-shadow-low);
}

.public-page-hero__image[b-8ia6vo9le8] {
    display: block;
    width: 100%;
    height: auto;
    min-height: 12rem;
    max-height: clamp(12rem, 32vw, 22rem);
    object-fit: cover;
    aspect-ratio: 21 / 9;
}

.public-page-hero__title-surface[b-8ia6vo9le8] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-width: 0;
    padding: 0;
}

.public-page-hero__accent[b-8ia6vo9le8] {
    flex: 0 0 0.35rem;
    width: 100%;
    margin: 0;
    background: var(--public-brand-red);
    border-radius: 0;
}

.public-page-hero__copy[b-8ia6vo9le8] {
    min-width: 0;
    padding: clamp(1.25rem, 4vw, 2.5rem) clamp(1.5rem, 4vw, 3rem);
    text-align: center;
}

h1[b-8ia6vo9le8] {
    margin: 0;
    color: var(--public-color-foreground-inverse);
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 700;
    line-height: 1.08;
    text-align: center;
    overflow-wrap: anywhere;
}

.public-page-hero__subtitle[b-8ia6vo9le8] {
    max-width: 38rem;
    margin: 1rem auto 0;
    margin-inline: auto;
    color: var(--public-color-foreground-inverse);
    font-size: clamp(1rem, 1.8vw, 1.25rem);
    line-height: 1.5;
    text-align: center;
}

@media (max-width: 36rem) {
    .public-page-hero__copy[b-8ia6vo9le8] {
        padding: clamp(1rem, 5vw, 1.5rem) clamp(1.25rem, 5vw, 1.75rem);
    }
}
/* /Components/PublicRichContent.razor.rz.scp.css */
.public-rich-content[b-z9pczsc1vd] {
    min-width: 0;
    max-width: 100%;
    overflow-x: auto;
    color: inherit;
}

.public-rich-content[b-z9pczsc1vd]  h2,
.public-rich-content[b-z9pczsc1vd]  h3,
.public-rich-content[b-z9pczsc1vd]  h4,
.public-rich-content[b-z9pczsc1vd]  h5,
.public-rich-content[b-z9pczsc1vd]  h6 {
    margin: 1.75em 0 0.65em;
    color: inherit;
    font-weight: 700;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.public-rich-content[b-z9pczsc1vd]  h2 {
    font-size: clamp(1.5rem, 3vw, 2.25rem);
}

.public-rich-content[b-z9pczsc1vd]  h3 {
    font-size: clamp(1.25rem, 2.25vw, 1.75rem);
}

.public-rich-content[b-z9pczsc1vd]  :is(h2, h3, h4, h5, h6):first-child {
    margin-block-start: 0;
}

.public-rich-content[b-z9pczsc1vd]  p {
    max-width: none;
    margin-block: 0 1.25rem;
    margin-inline: 0;
    line-height: 1.7;
}

.public-rich-content[b-z9pczsc1vd]  a {
    color: var(--public-color-link);
    text-decoration: underline;
    text-decoration-thickness: 0.08em;
    text-underline-offset: 0.16em;
}

.public-rich-content[b-z9pczsc1vd]  a:hover {
    color: var(--public-color-link-hover);
}

.public-rich-content[b-z9pczsc1vd]  a:focus-visible {
    outline: 3px solid var(--public-focus-outer);
    outline-offset: 3px;
    box-shadow: 0 0 0 3px var(--public-focus-inner);
}

.public-rich-content[b-z9pczsc1vd]  :is(ul, ol) {
    margin: 0 0 1.25rem;
    padding-inline-start: clamp(1.5rem, 4vw, 2.25rem);
}

.public-rich-content[b-z9pczsc1vd]  li {
    margin-block: 0.4rem;
    line-height: 1.6;
}

.public-rich-content[b-z9pczsc1vd]  :is(img, video) {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: var(--public-radius);
}

.public-rich-content[b-z9pczsc1vd]  iframe {
    display: block;
    width: 100%;
    max-width: 100%;
    border: 0;
    border-radius: var(--public-radius);
    aspect-ratio: 16 / 9;
}

.public-rich-content[b-z9pczsc1vd]  table {
    width: 100%;
    min-width: 32rem;
    margin-block: 1.5rem;
    border-collapse: collapse;
}

.public-rich-content[b-z9pczsc1vd]  :is(th, td) {
    padding: 0.75rem;
    text-align: start;
    vertical-align: top;
    border: 1px solid var(--public-border-color);
}

.public-rich-content[b-z9pczsc1vd]  th {
    color: var(--public-color-foreground);
    background: var(--public-surface-subtle);
    font-weight: 700;
}

.public-rich-content[b-z9pczsc1vd]  pre {
    max-width: 100%;
    overflow-x: auto;
    padding: 1rem;
    color: var(--public-color-foreground);
    background: var(--public-surface-subtle);
    border-radius: var(--public-radius);
}
/* /Components/SiteFooter.razor.rz.scp.css */
.site-footer[b-d81m60ixml] {
    flex-shrink: 0;
    width: 100%;
    margin-top: auto;
    padding: 2rem 1rem;
    border-top: 0.25rem solid #bd182d;
    background: #262626;
    color: #fff;
}

.site-footer__inner[b-d81m60ixml] {
    width: min(100%, 90rem);
    margin-inline: auto;
}

.site-footer__grid[b-d81m60ixml] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.site-footer__section[b-d81m60ixml] {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.site-footer h2[b-d81m60ixml] {
    margin: 0 0 0.75rem;
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.3;
}

.site-footer__contact h2[b-d81m60ixml] {
    color: #f05a6d;
}

.site-footer address[b-d81m60ixml] {
    max-width: 24rem;
    font-style: normal;
}

.site-footer p[b-d81m60ixml] {
    margin: 0.75rem 0 0;
}

.site-footer a[b-d81m60ixml] {
    color: #fff;
    text-decoration: underline;
    text-decoration-thickness: 0.125rem;
    text-underline-offset: 0.2em;
}

.site-footer a:hover[b-d81m60ixml] {
    text-decoration-thickness: 0.2rem;
}

.site-footer a:focus-visible[b-d81m60ixml] {
    outline: 0.1875rem solid #fff;
    outline-offset: 0.25rem;
}

.site-footer__scheme-logo[b-d81m60ixml],
.site-footer__iso-logo[b-d81m60ixml] {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.site-footer__scheme-logo[b-d81m60ixml] {
    max-height: 8.75rem;
}

.site-footer__iso-logo[b-d81m60ixml] {
    max-height: 8.75rem;
}

.site-footer__social[b-d81m60ixml],
.site-footer__organisations[b-d81m60ixml] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

.site-footer__social a[b-d81m60ixml],
.site-footer__organisations a[b-d81m60ixml] {
    display: inline-flex;
}

.site-footer__social img[b-d81m60ixml] {
    width: 3.125rem;
    height: 3.125rem;
}

.site-footer__organisations img[b-d81m60ixml] {
    width: 4.3125rem;
    height: 4.3125rem;
    object-fit: contain;
}

.site-footer__links[b-d81m60ixml] {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer__links li + li[b-d81m60ixml] {
    margin-top: 0.45rem;
}

.site-footer__tripartite[b-d81m60ixml] {
    max-width: 24rem;
}

@media (min-width: 37.5rem) {
    .site-footer__grid[b-d81m60ixml] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 64rem) {
    .site-footer__grid[b-d81m60ixml] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
/* /Layouts/PublicLayout.razor.rz.scp.css */
.public-shell[b-do9wwn98px] {
    min-height: 100vh;
    width: 100%;
}

[b-do9wwn98px] .public-shell__layout {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
}

.public-shell__skip-link[b-do9wwn98px] {
    background: var(--mud-palette-surface);
    color: var(--mud-palette-text-primary);
    left: 0.75rem;
    padding: 0.75rem 1rem;
    position: fixed;
    top: 0.75rem;
    transform: translateY(-200%);
    z-index: calc(var(--mud-zindex-appbar) + 1);
}

.public-shell__skip-link:focus[b-do9wwn98px] {
    transform: translateY(0);
}

[b-do9wwn98px] .public-shell__app-bar .mud-toolbar {
    gap: 0.25rem;
    min-width: 0;
    width: 100%;
}

[b-do9wwn98px] .public-shell__drawer-toggle,
[b-do9wwn98px] .public-shell__session-action {
    flex: 0 0 auto;
}

[b-do9wwn98px] .public-shell__main {
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
}

.public-shell__body[b-do9wwn98px] {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
    overflow-x: hidden;
}

@media (max-width: 360px) {
    [b-do9wwn98px] .public-shell__app-bar .mud-toolbar {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
}
/* /Menus/PublicMenu.razor.rz.scp.css */
.public-menu[b-d2gq13yslh] {
    height: 100%;
}

.public-menu[b-d2gq13yslh]  .mud-nav-link {
    position: relative;
    color: #fff;
}

.public-menu[b-d2gq13yslh]  .mud-nav-link.active:not(.mud-nav-link-disabled) {
    color: #fff;
    font-weight: 700;
}

.public-menu[b-d2gq13yslh]  .mud-nav-link.active::before {
    position: absolute;
    inset-block: 0.4rem;
    inset-inline-start: 0;
    width: 0.25rem;
    border-radius: 0 0.2rem 0.2rem 0;
    background: currentColor;
    content: "";
}

.public-menu[b-d2gq13yslh]  .mud-nav-link:focus-visible {
    outline: 0.1875rem solid #fff;
    outline-offset: -0.25rem;
}
/* /Pages/PublicPages/Index.razor.rz.scp.css */
.home-hero[b-isi478ugj2] {
    overflow: hidden;
    border: 1px solid var(--public-border-color);
    border-radius: var(--public-radius);
    box-shadow: var(--public-shadow-low);
}

.home-hero__carousel[b-isi478ugj2] {
    position: relative;
    background: var(--public-surface-primary);
}

.home-hero__carousel[b-isi478ugj2]  .home-carousel {
    width: 100%;
}

.home-hero__carousel[b-isi478ugj2]  .mud-carousel-item,
.home-hero__carousel[b-isi478ugj2]  .mud-carousel-item > div {
    height: 100%;
}

.home-hero__carousel[b-isi478ugj2]  img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-hero__carousel[b-isi478ugj2]  .home-carousel__motion-control {
    position: absolute;
    z-index: 2;
    right: 0.75rem;
    bottom: 0.75rem;
    color: var(--public-color-foreground-inverse);
    background: rgb(38 38 38 / 88%);
}

.home-hero__carousel[b-isi478ugj2]  .home-carousel__motion-control:hover {
    background: var(--public-charcoal);
}

.home-hero__title-surface[b-isi478ugj2] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    text-align: center;
}

.home-hero__accent[b-isi478ugj2] {
    flex: 0 0 0.35rem;
    width: 100%;
    margin: 0;
    background: var(--public-brand-red);
    border-radius: 0;
}

.home-hero__copy[b-isi478ugj2] {
    padding: clamp(1.25rem, 4vw, 2.5rem) clamp(1.5rem, 4vw, 3rem);
}

.home-hero h1[b-isi478ugj2] {
    margin: 0;
    color: inherit;
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
}

.home-hero__count[b-isi478ugj2] {
    margin: 0.75rem 0 0;
    color: rgb(255 255 255 / 82%);
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
}

.home-hero__summary[b-isi478ugj2] {
    margin: 1rem 0 0;
    color: rgb(255 255 255 / 72%);
}

.home-hero__actions[b-isi478ugj2] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-block-start: 1.5rem;
}

.home-hero__secondary-action[b-isi478ugj2] {
    color: var(--public-color-foreground-inverse);
    border-color: var(--public-color-foreground-inverse);
}

.home-introduction[b-isi478ugj2] {
    width: 100%;
    margin-block-end: var(--public-section-spacing);
}

/* Equal-height panel grid — plain CSS grid avoids MudGrid flex spacing quirks. */
.home-panels[b-isi478ugj2] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(1.25rem, 2.5vw, 2rem);
    align-items: stretch;
    width: 100%;
    margin: 0;
}

@media (min-width: 960px) {
    .home-panels[b-isi478ugj2] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.home-panels__item[b-isi478ugj2] {
    display: flex;
    min-width: 0;
    min-height: 100%;
}

.home-panels[b-isi478ugj2]  .home-panel__card {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
}

.home-panels[b-isi478ugj2]  .home-panel__content {
    flex: 1 1 auto;
}

.home-panels[b-isi478ugj2]  .home-panel__actions {
    margin-block-start: auto;
}

.home-panel__image[b-isi478ugj2] {
    display: block;
    flex-shrink: 0;
    width: 100%;
    height: 15.625rem;
    object-fit: cover;
}

@media (max-width: 36rem) {
    .home-hero__actions[b-isi478ugj2] {
        align-items: stretch;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-hero[b-isi478ugj2],
    .home-hero *[b-isi478ugj2],
    .home-hero *[b-isi478ugj2]::before,
    .home-hero *[b-isi478ugj2]::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
