/* ASX premium design system. Loaded after the recovered page styles. */
:root {
    --asx-primary: #069594;
    --asx-dark: #1E263C;
    --fs-color-secondary: #1E263C;
    --fs-color-success: #069594
}

html,
body {
    background: #fff;
    color: var(--asx-dark)
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 1.7
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font {
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: -.035em;
    font-weight: 500;
    color: var(--asx-dark)
}

.nav>li>a {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .055em
}

.header-main,
.stuck .header-main {
    height: 88px !important
}

.header-wrapper {
    box-shadow: 0 1px 0 #1e263c12
}

.header-main #logo {
    width: 205px;
    margin-right: 32px
}

#logo img,
.header-main .header-logo,
.header-main .header-logo-dark,
.header-main .header-logo-sticky {
    width: auto !important;
    max-height: 64px !important;
    padding: 0 !important;
    background: transparent !important
}

.asx-logo,
img[class*="header-logo"] {
    background: transparent !important;
    padding: 0 !important;
    box-shadow: none !important;
    border: 0 !important
}

.asx-logo {
    max-width: 230px !important;
    max-height: 100px !important;
    width: auto !important;
    object-fit: contain !important
}

.img-inner:has(>.asx-logo),
.img:has(.asx-logo) {
    background: transparent !important;
    box-shadow: none !important
}

.button,
button {
    border-radius: 3px;
    box-shadow: none !important;
    letter-spacing: .08em;
    font-size: 12px
}

.button.secondary {
    background: var(--asx-dark) !important;
    color: white !important
}

.button.success {
    color: var(--asx-primary)
}

.asx-wrap {
    max-width: 1280px;
    padding: 64px 32px
}

.asx-card {
    border: 0;
    box-shadow: none;
    overflow: hidden;
    background: transparent
}

.asx-card:hover {
    transform: translateY(-3px)
}

.asx-card img {
    aspect-ratio: 4/3;
    height: auto;
    object-fit: cover;
    border-radius: 4px
}

.asx-card-copy {
    padding: 22px 0;
    text-align: left
}

.asx-card h3 {
    font-size: 23px;
    color: var(--asx-dark);
    margin: 8px 0 12px
}

.asx-card p {
    color: #626a77;
    font-size: 14px
}

.asx-card small {
    font-size: 10px;
    letter-spacing: .12em
}

.asx-recent {
    background: #f5f8f8
}

.asx-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 36px
}

.asx-section-heading h2 {
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.2;
    max-width: 600px;
    margin: 12px 0 0
}

.asx-kicker {
    color: var(--asx-primary);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .16em
}

.asx-text-link {
    white-space: nowrap;
    border-bottom: 1px solid var(--asx-primary);
    padding-bottom: 5px;
    font-size: 13px;
    font-weight: 600
}

.asx-recent-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px
}

.asx-recent-grid>.col {
    width: 100% !important;
    max-width: none !important;
    flex-basis: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    min-width: 0
}

.asx-recent-grid>.col:nth-child(n+4) {
    display: none
}

.asx-footer {
    background: #000922;
    color: #d9dfe7
}

.asx-footer-grid {
    display: grid;
    grid-template-columns: 1.3fr .8fr .8fr 1.2fr;
    gap: 40px
}

.asx-footer h3 {
    color: white;
    font-size: 15px;
    letter-spacing: 0;
    margin: 10px 0 20px
}

.asx-footer p,
.asx-footer a {
    font-size: 13px;
    line-height: 1.9;
    color: #d9dfe7;
    overflow-wrap: anywhere
}

.asx-footer nav a {
    display: block;
    margin: 8px 0
}

.asx-footer a:hover {
    color: #64ceca
}

.asx-footer .asx-footer-logo {
    width: 205px !important;
    max-height: 70px !important;
    margin-bottom: 18px
}

.asx-footer-contact {
    display: inline-block;
    margin-top: 12px;
    border-bottom: 1px solid #069594
}
.asx-copyright {
    color: #fff;
    padding: 22px 20px;
    background: #069594;
    
}
.asx-footer-facts,
.asx-copyright {
    text-align: center;
    padding: 16px 24px;
    font-size: 11px;
    line-height: 1.8;
    border-top: 1px solid #ffffff18
}



.asx-page-intro {
    border-bottom: 0
}

.asx-page-intro .asx-kicker {
    color: #74d5d1
}

.asx-filters a {
    border-radius: 30px
}

.asx-gallery img {
    border-radius: 4px
}

a:focus-visible,
button:focus-visible {
    outline: 2px solid var(--asx-primary);
    outline-offset: 5px
}

@media(min-width:768px) and (max-width:1023px) {

    .asx-recent-grid,
    .asx-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .asx-recent-grid>.col:nth-child(n+3) {
        display: none
    }

    .asx-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media(max-width:767px) {

    .header-main,
    .stuck .header-main {
        height: 72px !important
    }

    .header-main #logo {
        width: 164px;
        margin: 0 14px
    }

    #logo img,
    .header-main .header-logo,
    .header-main .header-logo-dark {
        max-height: 52px !important
    }

    .asx-wrap {
        padding: 44px 20px
    }

    .asx-section-heading {
        display: block;
        margin-bottom: 28px
    }

    .asx-text-link {
        display: inline-block;
        margin-top: 20px
    }

    .asx-recent-grid,
    .asx-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 24px
    }

    .asx-recent-grid>.col:nth-child(-n+5) {
        display: block
    }

    .asx-recent-grid>.col:nth-child(n+6) {
        display: none
    }

    .asx-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px
    }

    .asx-footer-grid>div {
        grid-column: 1/-1
    }

    .asx-footer .asx-footer-logo {
        width: 185px !important
    }

    .asx-copyright {
        font-size: 11px
    }

    .asx-card-copy {
        padding: 18px 0
    }

    .asx-card h3 {
        font-size: 22px
    }

    .asx-logo {
        max-width: 195px !important
    }
}

@media(prefers-reduced-motion:reduce) {

    *,
    *:before,
    *:after {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important
    }
}