﻿.uq-pane--dark-tint, .uq-pane--dark-tint .uq-pane__title, .uq-pane-grid--dark-tint .uq-pane, .uq-pane-grid--dark-tint .uq-pane .uq-pane__title, .light-palette .uq-grid-menu__link, .light-palette .uq-grid-menu__title, .light-palette .uq-grid-menu__description {
    border-color: rgba(255, 255, 255, .4);
    color: #f7f6f5
}

.uq-pane--dark-tint a, .uq-pane--dark-tint .uq-pane__title a, .uq-pane-grid--dark-tint .uq-pane a, .uq-pane-grid--dark-tint .uq-pane .uq-pane__title a, .light-palette .uq-grid-menu__link a, .light-palette .uq-grid-menu__title a, .light-palette .uq-grid-menu__description a {
    color: #fff;
    font-weight: 400
}

.uq-pane--dark-tint a:hover, .uq-pane-grid--dark-tint .uq-pane a:hover, .light-palette .uq-grid-menu__link a:hover, .light-palette .uq-grid-menu__title a:hover, .light-palette .uq-grid-menu__description a:hover {
    color: #e6e6e6
}

.dark-palette .uq-grid-menu__link, .dark-palette .uq-grid-menu__title, .dark-palette .uq-grid-menu__description {
    border-color: rgba(0, 0, 0, .1);
    color: #2b2a29
}

.dark-palette .uq-grid-menu__link a, .dark-palette .uq-grid-menu__title a, .dark-palette .uq-grid-menu__description a {
    color: #6b30a1
}

.dark-palette .uq-grid-menu__link a:hover, .dark-palette .uq-grid-menu__title a:hover, .dark-palette .uq-grid-menu__description a:hover {
    color: #51247a
}

.uq-grid {
    box-sizing: border-box
}

.uq-grid *, .uq-grid *::before, .uq-grid *::after {
    box-sizing: border-box
}

.uq-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: flex-start;
    margin-top: -0.5rem;
    margin-bottom: -0.5rem
}

@media (min-width: 37.5rem) {
    .uq-grid {
        margin-top: -0.75rem;
        margin-bottom: -0.75rem
    }
}

@media (min-width: 75rem) {
    .uq-grid {
        margin-top: -1rem;
        margin-bottom: -1rem
    }
}

.uq-grid__col {
    padding-left: .5rem;
    padding-right: .5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    flex: none
}

@media (min-width: 37.5rem) {
    .uq-grid__col {
        padding-left: .75rem;
        padding-right: .75rem
    }
}

@media (min-width: 75rem) {
    .uq-grid__col {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media (min-width: 37.5rem) {
    .uq-grid__col {
        padding-top: .75rem;
        padding-bottom: .75rem
    }
}

@media (min-width: 75rem) {
    .uq-grid__col {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
}

@supports (display: grid) {
    .uq-grid {
        display: grid;
        grid-template-columns:repeat(24, 1fr);
        grid-gap: 1rem 0;
        margin-top: 0;
        margin-bottom: 0
    }

    @media (min-width: 37.5rem) {
        .uq-grid {
            grid-row-gap: 1.5rem;
            margin-top: 0;
            margin-bottom: 0
        }
    }@media (min-width: 75rem) {
    .uq-grid {
        grid-row-gap: 2rem;
        margin-top: 0;
        margin-bottom: 0
    }
}.uq-grid__col {
     padding-top: 0;
     padding-bottom: 0
 }

    @media (min-width: 37.5rem) {
        .uq-grid__col {
            padding-top: 0;
            padding-bottom: 0
        }
    }@media (min-width: 75rem) {
    .uq-grid__col {
        padding-top: 0;
        padding-bottom: 0
    }
}
}

.uq-grid:not(.uq-grid--full-width) {
    margin-left: 1rem;
    margin-right: 1rem
}

@media (min-width: 32.5rem) {
    .uq-grid:not(.uq-grid--full-width) {
        margin-left: auto;
        margin-right: auto;
        max-width: 30.5rem
    }
}

@media (min-width: 37.5rem) {
    .uq-grid:not(.uq-grid--full-width) {
        margin-left: 3.25rem;
        margin-right: 3.25rem;
        max-width: none
    }
}

@media (min-width: 64.25rem) {
    .uq-grid:not(.uq-grid--full-width) {
        margin-left: auto;
        margin-right: auto;
        max-width: 57.75rem
    }
}

@media (min-width: 75rem) {
    .uq-grid:not(.uq-grid--full-width) {
        margin-left: 8.375rem;
        margin-right: 8.375rem;
        max-width: none
    }
}

@media (min-width: 90rem) {
    .uq-grid:not(.uq-grid--full-width) {
        margin-left: auto;
        margin-right: auto;
        max-width: 73.25rem
    }
}

.uq-grid--full-width {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    max-width: none
}

@media (min-width: 37.5rem) {
    .uq-grid--full-width {
        margin-left: -0.75rem;
        margin-right: -0.75rem
    }
}

@media (min-width: 75rem) {
    .uq-grid--full-width {
        margin-left: -1rem;
        margin-right: -1rem
    }
}

.uq-grid .uq-grid {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    max-width: none
}

@media (min-width: 37.5rem) {
    .uq-grid .uq-grid {
        margin-left: -0.75rem;
        margin-right: -0.75rem
    }
}

@media (min-width: 75rem) {
    .uq-grid .uq-grid {
        margin-left: -1rem;
        margin-right: -1rem
    }
}

.uq-grid__col--xl-1 {
    width: 8.3333333333%
}

.uq-grid__col--xl-2 {
    width: 16.6666666667%
}

.uq-grid__col--xl-3, .uq-grid--quarters > .uq-grid__col {
    width: 25%
}

.uq-grid__col--xl-4, .uq-grid--thirds > .uq-grid__col, .uq-grid--golden > .uq-grid__col:nth-child(even) {
    width: 33.3333333333%
}

.uq-grid__col--xl-5 {
    width: 41.6666666667%
}

.uq-grid__col--xl-6 {
    width: 50%
}

.uq-grid__col--xl-7, .uq-grid--golden > .uq-grid__col:nth-child(odd) {
    width: 58.3333333333%
}

.uq-grid__col--xl-8 {
    width: 66.6666666667%
}

.uq-grid__col--xl-9 {
    width: 75%
}

.uq-grid__col--xl-10 {
    width: 83.3333333333%
}

.uq-grid__col--xl-11 {
    width: 91.6666666667%
}

.uq-grid__col--xl-12 {
    width: 100%
}

@supports (display: grid) {
    .uq-grid__col--xl-1 {
        grid-column: auto/span 2;
        width: auto
    }

    .uq-grid__col--xl-2 {
        grid-column: auto/span 4;
        width: auto
    }

    .uq-grid__col--xl-3, .uq-grid--quarters > .uq-grid__col {
        grid-column: auto/span 6;
        width: auto
    }

    .uq-grid__col--xl-4, .uq-grid--thirds > .uq-grid__col, .uq-grid--golden > .uq-grid__col:nth-child(even) {
        grid-column: auto/span 8;
        width: auto
    }

    .uq-grid__col--xl-5 {
        grid-column: auto/span 10;
        width: auto
    }

    .uq-grid__col--xl-6 {
        grid-column: auto/span 12;
        width: auto
    }

    .uq-grid__col--xl-7, .uq-grid--golden > .uq-grid__col:nth-child(odd) {
        grid-column: auto/span 14;
        width: auto
    }

    .uq-grid__col--xl-8 {
        grid-column: auto/span 16;
        width: auto
    }

    .uq-grid__col--xl-9 {
        grid-column: auto/span 18;
        width: auto
    }

    .uq-grid__col--xl-10 {
        grid-column: auto/span 20;
        width: auto
    }

    .uq-grid__col--xl-11 {
        grid-column: auto/span 22;
        width: auto
    }

    .uq-grid__col--xl-12 {
        grid-column: auto/span 24;
        width: auto
    }
}

.uq-grid__col--md-1 {
    width: 12.5%
}

.uq-grid__col--md-2, .uq-grid--golden > .uq-grid__col:nth-child(even) {
    width: 25%
}

.uq-grid__col--md-3 {
    width: 37.5%
}

.uq-grid__col--md-4, .uq-grid--quarters > .uq-grid__col, .uq-grid--thirds > .uq-grid__col, .uq-grid--halves > .uq-grid__col {
    width: 50%
}

.uq-grid__col--md-5, .uq-grid--golden > .uq-grid__col:nth-child(odd) {
    width: 62.5%
}

.uq-grid__col--md-6 {
    width: 75%
}

.uq-grid__col--md-7 {
    width: 87.5%
}

.uq-grid__col--md-8 {
    width: 100%
}

@supports (display: grid) {
    .uq-grid__col--md-1 {
        grid-column: auto/span 3;
        width: auto
    }

    .uq-grid__col--md-2, .uq-grid--golden > .uq-grid__col:nth-child(even) {
        grid-column: auto/span 6;
        width: auto
    }

    .uq-grid__col--md-3 {
        grid-column: auto/span 9;
        width: auto
    }

    .uq-grid__col--md-4, .uq-grid--quarters > .uq-grid__col, .uq-grid--thirds > .uq-grid__col, .uq-grid--halves > .uq-grid__col {
        grid-column: auto/span 12;
        width: auto
    }

    .uq-grid__col--md-5, .uq-grid--golden > .uq-grid__col:nth-child(odd) {
        grid-column: auto/span 15;
        width: auto
    }

    .uq-grid__col--md-6 {
        grid-column: auto/span 18;
        width: auto
    }

    .uq-grid__col--md-7 {
        grid-column: auto/span 21;
        width: auto
    }

    .uq-grid__col--md-8 {
        grid-column: auto/span 24;
        width: auto
    }
}

.uq-grid__col--1 {
    width: 16.6666666667%
}

.uq-grid__col--2 {
    width: 33.3333333333%
}

.uq-grid__col--3 {
    width: 50%
}

.uq-grid__col--4 {
    width: 66.6666666667%
}

.uq-grid__col--5 {
    width: 83.3333333333%
}

.uq-grid__col--6, .uq-grid--quarters > .uq-grid__col, .uq-grid--thirds > .uq-grid__col, .uq-grid--halves > .uq-grid__col, .uq-grid--golden > .uq-grid__col:nth-child(even), .uq-grid--golden > .uq-grid__col:nth-child(odd) {
    width: 100%
}

@supports (display: grid) {
    .uq-grid__col--1 {
        grid-column: auto/span 4;
        width: auto
    }

    .uq-grid__col--2 {
        grid-column: auto/span 8;
        width: auto
    }

    .uq-grid__col--3 {
        grid-column: auto/span 12;
        width: auto
    }

    .uq-grid__col--4 {
        grid-column: auto/span 16;
        width: auto
    }

    .uq-grid__col--5 {
        grid-column: auto/span 20;
        width: auto
    }

    .uq-grid__col--6, .uq-grid--quarters > .uq-grid__col, .uq-grid--thirds > .uq-grid__col, .uq-grid--halves > .uq-grid__col, .uq-grid--golden > .uq-grid__col:nth-child(even), .uq-grid--golden > .uq-grid__col:nth-child(odd) {
        grid-column: auto/span 24;
        width: auto
    }
}

@media (min-width: 37.5rem) {
    .uq-grid__col--xl-1 {
        width: 8.3333333333%
    }

    .uq-grid__col--xl-2 {
        width: 16.6666666667%
    }

    .uq-grid__col--xl-3, .uq-grid--quarters > .uq-grid__col {
        width: 25%
    }

    .uq-grid__col--xl-4, .uq-grid--thirds > .uq-grid__col, .uq-grid--golden > .uq-grid__col:nth-child(even) {
        width: 33.3333333333%
    }

    .uq-grid__col--xl-5 {
        width: 41.6666666667%
    }

    .uq-grid__col--xl-6 {
        width: 50%
    }

    .uq-grid__col--xl-7, .uq-grid--golden > .uq-grid__col:nth-child(odd) {
        width: 58.3333333333%
    }

    .uq-grid__col--xl-8 {
        width: 66.6666666667%
    }

    .uq-grid__col--xl-9 {
        width: 75%
    }

    .uq-grid__col--xl-10 {
        width: 83.3333333333%
    }

    .uq-grid__col--xl-11 {
        width: 91.6666666667%
    }

    .uq-grid__col--xl-12 {
        width: 100%
    }

    @supports (display: grid) {
        .uq-grid__col--xl-1 {
            grid-column: auto/span 2;
            width: auto
        }

        .uq-grid__col--xl-2 {
            grid-column: auto/span 4;
            width: auto
        }

        .uq-grid__col--xl-3, .uq-grid--quarters > .uq-grid__col {
            grid-column: auto/span 6;
            width: auto
        }

        .uq-grid__col--xl-4, .uq-grid--thirds > .uq-grid__col, .uq-grid--golden > .uq-grid__col:nth-child(even) {
            grid-column: auto/span 8;
            width: auto
        }

        .uq-grid__col--xl-5 {
            grid-column: auto/span 10;
            width: auto
        }

        .uq-grid__col--xl-6 {
            grid-column: auto/span 12;
            width: auto
        }

        .uq-grid__col--xl-7, .uq-grid--golden > .uq-grid__col:nth-child(odd) {
            grid-column: auto/span 14;
            width: auto
        }

        .uq-grid__col--xl-8 {
            grid-column: auto/span 16;
            width: auto
        }

        .uq-grid__col--xl-9 {
            grid-column: auto/span 18;
            width: auto
        }

        .uq-grid__col--xl-10 {
            grid-column: auto/span 20;
            width: auto
        }

        .uq-grid__col--xl-11 {
            grid-column: auto/span 22;
            width: auto
        }

        .uq-grid__col--xl-12 {
            grid-column: auto/span 24;
            width: auto
        }
    }.uq-grid__col--md-1 {
         width: 12.5%
     }

    .uq-grid__col--md-2, .uq-grid--golden > .uq-grid__col:nth-child(even) {
        width: 25%
    }

    .uq-grid__col--md-3 {
        width: 37.5%
    }

    .uq-grid__col--md-4, .uq-grid--quarters > .uq-grid__col, .uq-grid--thirds > .uq-grid__col, .uq-grid--halves > .uq-grid__col {
        width: 50%
    }

    .uq-grid__col--md-5, .uq-grid--golden > .uq-grid__col:nth-child(odd) {
        width: 62.5%
    }

    .uq-grid__col--md-6 {
        width: 75%
    }

    .uq-grid__col--md-7 {
        width: 87.5%
    }

    .uq-grid__col--md-8 {
        width: 100%
    }

    @supports (display: grid) {
        .uq-grid__col--md-1 {
            grid-column: auto/span 3;
            width: auto
        }

        .uq-grid__col--md-2, .uq-grid--golden > .uq-grid__col:nth-child(even) {
            grid-column: auto/span 6;
            width: auto
        }

        .uq-grid__col--md-3 {
            grid-column: auto/span 9;
            width: auto
        }

        .uq-grid__col--md-4, .uq-grid--quarters > .uq-grid__col, .uq-grid--thirds > .uq-grid__col, .uq-grid--halves > .uq-grid__col {
            grid-column: auto/span 12;
            width: auto
        }

        .uq-grid__col--md-5, .uq-grid--golden > .uq-grid__col:nth-child(odd) {
            grid-column: auto/span 15;
            width: auto
        }

        .uq-grid__col--md-6 {
            grid-column: auto/span 18;
            width: auto
        }

        .uq-grid__col--md-7 {
            grid-column: auto/span 21;
            width: auto
        }

        .uq-grid__col--md-8 {
            grid-column: auto/span 24;
            width: auto
        }
    }
}

@media (min-width: 75rem) {
    .uq-grid__col--xl-1 {
        width: 8.3333333333%
    }

    .uq-grid__col--xl-2 {
        width: 16.6666666667%
    }

    .uq-grid__col--xl-3, .uq-grid--quarters > .uq-grid__col {
        width: 25%
    }

    .uq-grid__col--xl-4, .uq-grid--thirds > .uq-grid__col, .uq-grid--golden > .uq-grid__col:nth-child(even) {
        width: 33.3333333333%
    }

    .uq-grid__col--xl-5 {
        width: 41.6666666667%
    }

    .uq-grid__col--xl-6 {
        width: 50%
    }

    .uq-grid__col--xl-7, .uq-grid--golden > .uq-grid__col:nth-child(odd) {
        width: 58.3333333333%
    }

    .uq-grid__col--xl-8 {
        width: 66.6666666667%
    }

    .uq-grid__col--xl-9 {
        width: 75%
    }

    .uq-grid__col--xl-10 {
        width: 83.3333333333%
    }

    .uq-grid__col--xl-11 {
        width: 91.6666666667%
    }

    .uq-grid__col--xl-12 {
        width: 100%
    }

    @supports (display: grid) {
        .uq-grid__col--xl-1 {
            grid-column: auto/span 2;
            width: auto
        }

        .uq-grid__col--xl-2 {
            grid-column: auto/span 4;
            width: auto
        }

        .uq-grid__col--xl-3, .uq-grid--quarters > .uq-grid__col {
            grid-column: auto/span 6;
            width: auto
        }

        .uq-grid__col--xl-4, .uq-grid--thirds > .uq-grid__col, .uq-grid--golden > .uq-grid__col:nth-child(even) {
            grid-column: auto/span 8;
            width: auto
        }

        .uq-grid__col--xl-5 {
            grid-column: auto/span 10;
            width: auto
        }

        .uq-grid__col--xl-6 {
            grid-column: auto/span 12;
            width: auto
        }

        .uq-grid__col--xl-7, .uq-grid--golden > .uq-grid__col:nth-child(odd) {
            grid-column: auto/span 14;
            width: auto
        }

        .uq-grid__col--xl-8 {
            grid-column: auto/span 16;
            width: auto
        }

        .uq-grid__col--xl-9 {
            grid-column: auto/span 18;
            width: auto
        }

        .uq-grid__col--xl-10 {
            grid-column: auto/span 20;
            width: auto
        }

        .uq-grid__col--xl-11 {
            grid-column: auto/span 22;
            width: auto
        }

        .uq-grid__col--xl-12 {
            grid-column: auto/span 24;
            width: auto
        }
    }
}

.uq-grid--flexible > .uq-grid__col {
    flex: 1 0 15.625rem;
    max-width: 100%;
    width: auto
}

@supports (display: grid) {
    .uq-grid--flexible {
        grid-template-columns:repeat(auto-fit, minmax(15.625rem, 1fr))
    }
}

@media (min-width: 37.5rem) {
    .uq-grid--golden > .uq-grid__col:nth-child(even) {
        margin-left: 12.5%
    }

    @supports (display: grid) {
        .uq-grid--golden > .uq-grid__col:nth-child(even) {
            margin-left: 0;
            grid-column-start: 18
        }
    }
}

@media (min-width: 75rem) {
    .uq-grid--golden > .uq-grid__col:nth-child(even) {
        margin-left: 8.3333333333%
    }

    @supports (display: grid) {
        .uq-grid--golden > .uq-grid__col:nth-child(even) {
            margin-left: 0;
            grid-column-start: 18
        }
    }
}

@media (max-width: 63.9375rem) {
    .uq-grid--scroll-small {
        display: flex;
        flex-wrap: nowrap;
        overflow: auto
    }

    .uq-grid--scroll-small .uq-grid__col {
        flex: 1 0 18.75rem;
        margin-right: 1.5rem
    }
}

.uq-layout-container {
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: .5rem;
    padding-right: .5rem
}

@media (min-width: 32.5rem) {
    .uq-layout-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 30.5rem
    }
}

@media (min-width: 37.5rem) {
    .uq-layout-container {
        margin-left: 3.25rem;
        margin-right: 3.25rem;
        max-width: none
    }
}

@media (min-width: 64.25rem) {
    .uq-layout-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 57.75rem
    }
}

@media (min-width: 75rem) {
    .uq-layout-container {
        margin-left: 8.375rem;
        margin-right: 8.375rem;
        max-width: none
    }
}

@media (min-width: 90rem) {
    .uq-layout-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 73.25rem
    }
}

@media (min-width: 37.5rem) {
    .uq-layout-container {
        padding-left: .75rem;
        padding-right: .75rem
    }
}

@media (min-width: 75rem) {
    .uq-layout-container {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.uq-layout-container .uq-grid {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    max-width: none
}

@media (min-width: 37.5rem) {
    .uq-layout-container .uq-grid {
        margin-left: -0.75rem;
        margin-right: -0.75rem
    }
}

@media (min-width: 75rem) {
    .uq-layout-container .uq-grid {
        margin-left: -1rem;
        margin-right: -1rem
    }
}

body {
    color: #2b2a29;
    font-size: 1rem;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    font-size: 100%;
    background: #fff;
    margin: 0;
    padding: 0
}

*, *::before, *::after {
    box-sizing: border-box
}

.margin--reset {
    margin: 0
}

.white {
    background-color: #fff
}

.black {
    background-color: #000
}

.link {
    background-color: #1e72c6
}

.purple {
    background-color: #51247a
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 1.2;
    color: #51247a
}

h1 {
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
    font-size: 2.5rem;
    font-family: "Montserrat", Helvetica, Arial, sans-serif
}

h2 {
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
    font-size: 2rem
}

h3 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.5rem
}

h4 {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    font-size: 1.25rem
}

h5 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-size: 1.125rem
}

h6 {
    margin-top: 1.5rem;
    margin-bottom: .5rem;
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1.5rem
}

b, strong {
    font-weight: 500
}

em {
    font-style: italic
}

blockquote {
    margin: 0 0 1.5rem;
    padding-left: 1.5rem;
    border-left: 6px solid #2b2a29;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 1.25rem
}

ol, ul {
    margin-top: 0;
    margin-bottom: 1.5rem;
    padding-left: 1.5rem
}

ol li, ul li {
    margin-bottom: 1rem
}

ol li:last-child, ul li:last-child {
    margin-bottom: 0
}

dl {
    margin-top: 0;
    margin-bottom: 0
}

dl dt {
    color: #51247a;
    font-size: .875rem;
    text-transform: uppercase;
    font-weight: 500
}

dl dd {
    margin-left: 0;
    margin-bottom: 1.5rem;
    font-size: 1.125rem
}

a {
    color: #1e72c6;
    text-decoration: none;
    transition: .2s color
}

a:hover {
    color: #1e72c6;
    text-decoration: underline
}

.text--reverse {
    color: #fff
}

.text--primary {
    color: #51247a
}

.text--purple-light {
    color: #962a8b
}

.text--black {
    color: #000
}

.text--white {
    color: #fff
}

.text--error {
    color: #951126
}

.text--xxxxl {
    font-size: 2.5rem
}

.text--xxxl {
    font-size: 2rem
}

.text--xxl {
    font-size: 1.5rem
}

.text--xl {
    font-size: 1.25rem
}

.text--l {
    font-size: 1.125rem
}

.text--m {
    font-size: 1rem
}

.text--s {
    font-size: .875rem
}

.text--xs {
    font-size: .75rem
}

.text--weight-normal {
    font-weight: 400
}

.text--weight-bold {
    font-weight: 500
}

.text--weight-medium {
    font-weight: 500
}

.text--left {
    text-align: left
}

.text--right {
    text-align: right
}

.text--center {
    text-align: center
}

.text--uppercase {
    text-transform: uppercase
}

.text--accent {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: italic
}

.text--shadow {
    text-shadow: 0 4px 4px rgba(0, 0, 0, .4)
}

.hidden {
    display: none !important
}

@media (max-width: 37.4375rem) {
    .hidden--mobile-only {
        display: none !important
    }
}

@media (min-width: 37.5rem) {
    .hidden--md, .hidden--tablet {
        display: none !important
    }
}

@media (min-width: 75rem) {
    .hidden--xl, .hidden--desktop {
        display: none !important
    }
}

.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
    margin: 0;
    padding: 0
}

@media print {
    .show-for-print {
        display: block !important
    }

    .hide-for-print {
        display: none !important
    }

    p {
        font-size: .875rem !important
    }

    .legacy-header {
        background: none !important
    }

    .legacy-header__logo:after {
        width: 160px;
        height: 42px;
        content: url("https://static.uq.net.au/v15/logos/corporate/uq-logo.png")
    }

    .legacy-header__logo img {
        display: none !important
    }

    .legacy-header__search-toggle, .legacy-header__navigation {
        display: none !important
    }

    .uq-site-header__title-container__left a:after {
        content: " (" attr(href) ")";
        font-size: 12px
    }

    .uq-site-header__title-container__right, .uq-site-header__navigation-container {
        display: none !important
    }

    .legacy-header__container, .uq-site-header__title-container, .uq-grid, .legacy-footer__container {
        max-width: 100% !important
    }

    .legacy-footer {
        color: #2b2a29 !important;
        background: none !important
    }

    .legacy-footer a, .legacy-footer .legacy-footer__sub-title {
        color: #2b2a29 !important
    }

    .legacy-footer__container {
        padding: 1rem !important
    }

    .legacy-footer__acknowledgement {
        color: #2b2a29 !important;
        padding-bottom: 0 !important;
        margin-bottom: 1rem !important;
        font-size: 14px !important
    }

    .legacy-footer__acknowledgement a:after {
        content: " (" attr(href) ")";
        font-size: 12px
    }

    .legacy-footer .legacy-footer__sub-title {
        font-size: 14px
    }

    .legacy-footer .legacy-footer__row {
        gap: 1rem
    }

    .legacy-footer .legacy-footer__footer {
        margin-top: 1rem
    }

    .legacy-footer .footer__contacts-link:after, .legacy-footer .cricos__link:after, .legacy-footer__footer a:after {
        content: " (" attr(href) ")";
        font-size: 12px
    }

    .legacy-footer__login-link {
        display: none !important
    }
}

.uq-accordion {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    list-style: none;
    margin-bottom: 1.5rem;
    padding: 0
}

.uq-accordion__item {
    background: #fff;
    border: 1px solid #e7e3e0;
    border-radius: 2px;
    margin-bottom: .5rem
}

.uq-accordion__item--is-open {
    box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .1)
}

.uq-accordion__toggle {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    color: #2b2a29;
    cursor: pointer;
    display: inline-block;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding: 1rem 3.5rem 1rem 1rem;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: all ease .2s;
    width: 100%
}

@media (min-width: 37.5rem) {
    .uq-accordion__toggle {
        padding: 1rem 4.5rem 1rem 1.5rem
    }
}

.uq-accordion__toggle::before {
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2351247a'%3e%3cpath d='m14.285 5.145-6 6.167a.41.41 0 0 1-.598 0L1.715 5.145' fill='none' stroke='%2351247a' stroke-width='.75' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e");
    background-repeat: no-repeat;
    width: 1.5rem;
    height: 1.5rem;
    transform: translateY(50%);
    position: absolute;
    top: .5rem;
    right: 1rem
}

@media (min-width: 37.5rem) {
    .uq-accordion__toggle::before {
        right: 1.5rem
    }
}

.uq-accordion__toggle:hover, .uq-accordion__toggle:focus {
    color: #2b2a29;
    background-color: #f7f6f5
}

.uq-accordion__toggle:focus {
    outline: 0 none
}

.uq-accordion__toggle--active {
    background: #fff
}

.uq-accordion__toggle--active::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2351247a'%3e%3cpath d='m1.715 10.855 6-6.168a.41.41 0 0 1 .597 0l5.973 6.168' fill='none' stroke='%2351247a' stroke-width='.75' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")
}

.uq-accordion__toggle--active:hover, .uq-accordion__toggle--active:focus {
    background-color: #fff
}

.uq-accordion__subtitle {
    font-size: .875rem;
    font-weight: 400;
    color: #6f6f6f;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.uq-accordion__content {
    overflow: hidden;
    word-wrap: break-word;
    transition: height 200ms ease
}

.uq-accordion__content-wrapper {
    padding: 1rem
}

@media (min-width: 37.5rem) {
    .uq-accordion__content-wrapper {
        padding: 1.5rem
    }
}

.uq-accordion__content:not(.uq-accordion__content--active) {
    display: none
}

.uq-accordion__content p:first-of-type {
    margin-top: 0
}

.uq-accordion__content :last-child {
    margin-bottom: 0
}

.uq-accordion--no-bottom-spacing {
    margin-bottom: 0
}

.uq-accordion .contextual-links-wrapper {
    top: 0 !important
}

.uq-accordion--compact .uq-accordion__toggle {
    font-size: 1rem;
    padding: .5rem 3.5rem .5rem 1rem
}

.uq-accordion--compact .uq-accordion__toggle::before {
    width: 1rem;
    height: 1rem;
    top: .25rem;
    right: 1rem
}

.uq-accordion--compact .uq-accordion__toggle--active::before {
    width: 1rem;
    height: 1rem;
    top: .25rem;
    right: 1rem
}

.cke_editable .uq-accordion__content {
    border: 1px dashed #c31632;
    display: block !important
}

.uq-alert {
    background-color: #dcedfd;
    color: #181818;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    position: relative
}

.uq-alert__container {
    margin: 0 auto
}

.uq-alert__container .uq-alert__message:not(:last-child) {
    padding-right: 3rem
}

.uq-alert__title {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.2;
    color: #181818;
    margin: 0 0 .5rem
}

.uq-alert__message {
    position: relative;
    font-size: .875rem;
    font-weight: 300;
    line-height: 1.2;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: 2rem
}

.uq-alert__message::before {
    content: "";
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='12' cy='12' r='9.25' transform='rotate(-180 12 12)' stroke='%232b2a29' stroke-width='1.5'%3e%3c/circle%3e%3cpath d='M12 16.2v-4' stroke='%232b2a29' stroke-width='1.5' stroke-linecap='round'%3e%3c/path%3e%3ccircle cx='12' cy='8.4' r='1.1' transform='rotate(-180 12 8.4)' fill='%232b2a29'%3e%3c/circle%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: .75rem;
    left: -1rem
}

.uq-alert__message p {
    margin-bottom: 1rem;
    margin-top: 0
}

.uq-alert__message p:last-child {
    margin-bottom: 0
}

.uq-alert__close {
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m5 5 14 14M19 5 5 19' stroke='%232b2a29' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1rem;
    background-position: center;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    width: 3rem;
    height: 3rem;
    text-indent: 999px;
    overflow: hidden;
    cursor: pointer
}

.uq-alert__close:hover, .uq-alert__close:focus {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m5 5 14 14M19 5 5 19' stroke='%232b2a29' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e");
    background-color: rgba(0, 0, 0, 0);
    border: none
}

.uq-alert--info {
    background-color: #dcedfd
}

.uq-alert--info .uq-alert__message::before {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='12' cy='12' r='9.25' transform='rotate(-180 12 12)' stroke='%232b2a29' stroke-width='1.5'%3e%3c/circle%3e%3cpath d='M12 16.2v-4' stroke='%232b2a29' stroke-width='1.5' stroke-linecap='round'%3e%3c/path%3e%3ccircle cx='12' cy='8.4' r='1.1' transform='rotate(-180 12 8.4)' fill='%232b2a29'%3e%3c/circle%3e%3c/svg%3e")
}

.uq-alert--success {
    background-color: #dff6e0
}

.uq-alert--success .uq-alert__message::before {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='12' cy='12' r='9.25' stroke='%232b2a29' stroke-width='1.5'%3e%3c/circle%3e%3cpath d='M7 12.867 9.6 16l6.733-8' stroke='%232b2a29' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")
}

.uq-alert--warning {
    background-color: #fff0c8
}

.uq-alert--warning .uq-alert__message::before {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='12' cy='12' r='9.25' stroke='%232b2a29' stroke-width='1.5'%3e%3c/circle%3e%3cpath d='M12 7.8v4' stroke='%232b2a29' stroke-width='1.5' stroke-linecap='round'%3e%3c/path%3e%3ccircle cx='11.9' cy='15.6' r='.6' fill='%232b2a29' stroke='%232b2a29'%3e%3c/circle%3e%3c/svg%3e")
}

.uq-alert--error {
    background-color: #fbdde2
}

.uq-alert--error .uq-alert__message::before {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M20.127 18.545a1.18 1.18 0 0 1-1.055 1.706H4.929a1.18 1.18 0 0 1-1.055-1.706l7.072-14.143a1.179 1.179 0 0 1 2.109 0l7.072 14.143Z' stroke='%232b2a29' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M12 9v4' stroke='%232b2a29' stroke-width='1.5' stroke-linecap='round'%3e%3c/path%3e%3ccircle cx='11.9' cy='16.601' r='1.1' fill='%232b2a29'%3e%3c/circle%3e%3c/svg%3e")
}

@media (min-width: 64rem) {
    .uq-alert--global .uq-alert__container {
        max-width: 73.25rem;
        margin-left: auto;
        margin-right: auto
    }
}

.uq-alert--global .uq-alert__message {
    line-height: 1.5rem;
    font-weight: 400;
    margin-left: 2.75rem;
    padding: .75rem 1.5rem .75rem .5rem
}

@media (min-width: 37.5rem) {
    .uq-alert--global .uq-alert__message {
        font-size: 1rem
    }
}

@media (min-width: 64rem) {
    .uq-alert--global .uq-alert__message {
        margin-left: 2.5rem
    }
}

.uq-alert--global .uq-alert__message::before {
    content: "";
    background-size: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: .75rem;
    left: -1.5rem
}

.uq-alert--dark {
    background-color: #0d6dcd;
    color: #fff
}

.uq-alert--dark a {
    color: inherit;
    text-decoration: underline
}

.uq-alert--dark a:link, .uq-alert--dark a:visited, .uq-alert--dark a:active {
    text-decoration: underline
}

.uq-alert--dark a:hover, .uq-alert--dark a:focus {
    text-decoration: none
}

.uq-alert--dark .uq-alert__title {
    color: #fff
}

.uq-alert--dark .uq-alert__close {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m5 5 14 14M19 5 5 19' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")
}

.uq-alert--dark .uq-alert__close:hover, .uq-alert--dark .uq-alert__close:focus {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m5 5 14 14M19 5 5 19' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")
}

.uq-alert--dark.uq-alert--info .uq-alert__message::before {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='12' cy='12' r='9.25' transform='rotate(-180 12 12)' stroke='%23fff' stroke-width='1.5'%3e%3c/circle%3e%3cpath d='M12 16.2v-4' stroke='%23fff' stroke-width='1.5' stroke-linecap='round'%3e%3c/path%3e%3ccircle cx='12' cy='8.4' r='1.1' transform='rotate(-180 12 8.4)' fill='%23fff'%3e%3c/circle%3e%3c/svg%3e")
}

.uq-alert--dark.uq-alert--success {
    background-color: #238029
}

.uq-alert--dark.uq-alert--success .uq-alert__message::before {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='12' cy='12' r='9.25' stroke='%23fff' stroke-width='1.5'%3e%3c/circle%3e%3cpath d='M7 12.867 9.6 16l6.733-8' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")
}

.uq-alert--dark.uq-alert--warning {
    background-color: #fbb800;
    color: #181818
}

.uq-alert--dark.uq-alert--warning .uq-alert__title {
    color: #181818
}

.uq-alert--dark.uq-alert--warning a {
    color: #181818
}

.uq-alert--dark.uq-alert--error {
    background-color: #951126
}

.uq-alert--dark.uq-alert--error .uq-alert__message::before {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M20.127 18.545a1.18 1.18 0 0 1-1.055 1.706H4.929a1.18 1.18 0 0 1-1.055-1.706l7.072-14.143a1.179 1.179 0 0 1 2.109 0l7.072 14.143Z' stroke='%23fff' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M12 9v4' stroke='%23fff' stroke-width='1.5' stroke-linecap='round'%3e%3c/path%3e%3ccircle cx='11.9' cy='16.601' r='1.1' fill='%23fff'%3e%3c/circle%3e%3c/svg%3e")
}

.blockquote {
    border: none;
    color: #51247a;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    font-style: italic;
    height: auto;
    margin-left: 2rem;
    padding: 1rem 1.5rem;
    position: relative;
    width: calc(100% - 2rem)
}

.blockquote::before {
    background-color: #51247a;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: .25rem
}

.blockquote--light {
    color: #fff
}

.blockquote--light::before {
    background-color: #fff
}

.blockquote--light .blockquote__link, .blockquote--light .blockquote__link:link, .blockquote--light .blockquote__link:visited, .blockquote--light .blockquote__link:active {
    color: #fff;
    text-decoration: underline
}

.blockquote--light .blockquote__link:hover {
    text-decoration: none
}

.blockquote__body {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.4;
    margin: 0 0 1.5rem;
    margin-left: 0;
    padding-left: 0;
    border-left: none
}

.blockquote__body p:first-child {
    margin-top: 0
}

.blockquote__footer {
    font-size: .875rem
}

.blockquote__footer p:last-child {
    margin-bottom: 0
}

.blockquote cite {
    display: inline-block !important
}

.uq-breadcrumb {
    padding: 1rem
}

.uq-breadcrumb__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap
}

.uq-breadcrumb__item {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m14 7-5 5 5 5' stroke='%23817d7a' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e");
    background-position: left .2rem center;
    padding: 0 0 0 1.5rem;
    margin: 0;
    font-size: .875rem;
    color: #817d7a;
    background-repeat: no-repeat;
    background-size: 1rem;
    display: none;
    min-width: 0
}

.uq-breadcrumb__item:nth-last-child(2) {
    display: flex
}

@media (min-width: 37.5rem) {
    .uq-breadcrumb__item {
        display: flex;
        min-width: auto;
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m10 17 5-5-5-5' stroke='%23817d7a' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")
    }

    .uq-breadcrumb__item:first-of-type {
        background: none;
        padding-left: 0
    }

    .uq-breadcrumb__item:last-of-type .uq-breadcrumb__link {
        max-width: none
    }
}

.uq-breadcrumb__item--hidden {
    display: none
}

.uq-breadcrumb__expand {
    cursor: pointer
}

.uq-breadcrumb__link {
    text-decoration: underline;
    color: #817d7a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: none
}

@media (min-width: 37.5rem) {
    .uq-breadcrumb__link {
        max-width: 9rem
    }
}

.uq-breadcrumb__link:hover {
    color: #817d7a
}

.uq-button {
    background-color: #1e72c6;
    border: 2px solid #1e72c6;
    border-radius: .25rem;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: normal;
    padding: .5rem 1.5rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 300ms ease-out
}

.uq-button *, .uq-button *::before, .uq-button *::after {
    box-sizing: border-box
}

.uq-button:hover, .uq-button:focus {
    background-color: #005ea5;
    border-color: #005ea5;
    color: #fff;
    text-decoration: underline
}

.uq-button.uq-button--outline {
    background-color: rgba(0, 0, 0, 0);
    border-color: #1e72c6;
    color: #1e72c6
}

.uq-button.uq-button--outline:hover, .uq-button.uq-button--outline:focus {
    background-color: #005ea5;
    border-color: #005ea5;
    color: #fff
}

.uq-button.uq-button--text {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    color: #1e72c6
}

.uq-button.uq-button--text:hover, .uq-button.uq-button--text:focus {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    color: #005ea5
}

.uq-button--secondary {
    background-color: #d7d1cc;
    border-color: #d7d1cc;
    color: #2b2a29
}

.uq-button--secondary:hover, .uq-button--secondary:focus {
    background-color: #aca7a3;
    border-color: #aca7a3;
    color: #000
}

.uq-button--secondary.uq-button--outline {
    background-color: rgba(0, 0, 0, 0);
    border-color: #d7d1cc;
    color: #2b2a29
}

.uq-button--secondary.uq-button--outline:hover, .uq-button--secondary.uq-button--outline:focus {
    background-color: #aca7a3;
    border-color: #aca7a3;
    color: #2b2a29
}

.uq-button--secondary.uq-button--outline.uq-button--light {
    color: #d7d1cc
}

.uq-button--secondary.uq-button--outline.uq-button--light:hover, .uq-button--secondary.uq-button--outline.uq-button--light:focus {
    color: #2b2a29
}

.uq-button--secondary.uq-button--text {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    color: #2b2a29
}

.uq-button--secondary.uq-button--text:hover, .uq-button--secondary.uq-button--text:focus {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    color: #000
}

.uq-button--secondary.uq-button--text.uq-button--light {
    color: #d7d1cc
}

.uq-button--secondary.uq-button--text.uq-button--light:hover, .uq-button--secondary.uq-button--text.uq-button--light:focus {
    color: #aca7a3
}

.uq-button--purple {
    background-color: #51247a;
    border-color: #51247a;
    color: #fff
}

.uq-button--purple:hover, .uq-button--purple:focus {
    background-color: #371853;
    border-color: #371853;
    color: #fff
}

.uq-button--purple.uq-button--outline {
    background-color: rgba(0, 0, 0, 0);
    border-color: #51247a;
    color: #51247a
}

.uq-button--purple.uq-button--outline:hover, .uq-button--purple.uq-button--outline:focus {
    background-color: #371853;
    border-color: #371853;
    color: #fff
}

.uq-button--purple.uq-button--outline.uq-button--light {
    color: #51247a
}

.uq-button--purple.uq-button--outline.uq-button--light:hover, .uq-button--purple.uq-button--outline.uq-button--light:focus {
    color: #fff
}

.uq-button--purple.uq-button--text {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    color: #51247a
}

.uq-button--purple.uq-button--text:hover, .uq-button--purple.uq-button--text:focus {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    color: #371853
}

.uq-button--purple.uq-button--text.uq-button--light {
    color: #51247a
}

.uq-button--purple.uq-button--text.uq-button--light:hover, .uq-button--purple.uq-button--text.uq-button--light:focus {
    color: #371853
}

.uq-button--tiny {
    font-size: .75rem;
    padding: .25rem .5rem
}

.uq-button--small {
    font-size: .875rem;
    padding: .5rem 1rem
}

.uq-button--large {
    font-size: 1.125rem;
    padding: 1rem 2.5rem
}

.uq-button--expand {
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

.uq-card {
    position: relative;
    display: flex;
    flex-direction: column;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    height: 100%;
    background-color: #fff;
    border: 1px solid #efedeb;
    border-radius: .25rem;
    color: #565452;
    line-height: 1.5rem;
    overflow-wrap: break-word;
    word-wrap: break-word
}

.uq-card__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-indent: -1000%;
    box-shadow: 0 .25rem .25rem rgba(43, 42, 41, .05);
    transition: all ease .25s;
    z-index: 10
}

.uq-card__link:hover, .uq-card__link:focus {
    box-shadow: 0 .5rem 1rem rgba(43, 42, 41, .15)
}

.uq-card__image-wrapper {
    max-height: 190px;
    overflow: hidden
}

@media (min-width: 37.5rem) {
    .uq-card__image-wrapper {
        max-height: 15rem
    }
}

.uq-card__image {
    position: relative;
    padding-bottom: 70%;
    overflow: hidden
}

.uq-card__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0
}

.uq-card__content-wrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.uq-card__content {
    flex-grow: 1;
    padding: 1.5rem
}

.uq-card__content :last-child .uq-card__title {
    margin-bottom: 0
}

.uq-card__header :last-child {
    margin: 0 0 .5rem
}

.uq-card__body p {
    margin-top: 0
}

.uq-card__body p:last-child {
    margin-bottom: 0
}

.uq-card__actions {
    padding: 0 1.5rem 1.5rem
}

.uq-card__actions p:last-child {
    margin-bottom: 0
}

.uq-card__title {
    font-size: 1.25rem;
    color: #2b2a29;
    margin: 0 0 .5rem
}

@media (min-width: 37.5rem) {
    .uq-card__title {
        font-size: 1.5rem
    }
}

.uq-card__title-super {
    font-size: .875rem;
    font-weight: 500;
    color: #962a8b;
    text-transform: uppercase;
    margin: 0 0 .5rem
}

@media (min-width: 37.5rem) {
    .uq-card__title-super {
        font-size: 1rem
    }
}

.uq-card__title-super--grey {
    font-weight: 400;
    color: #565452
}

.uq-card--shaded {
    background-color: #f7f6f5
}

@media (max-width: 37.4375rem) {
    .uq-grid__col:first-child:nth-last-child(3) .uq-card--story, .uq-grid__col:first-child:nth-last-child(3) .uq-card--event, .uq-grid__col:first-child:nth-last-child(3) ~ .uq-grid__col .uq-card--story, .uq-grid__col:first-child:nth-last-child(3) ~ .uq-grid__col .uq-card--event {
        flex-direction: row;
        padding-bottom: 1rem;
        border: none;
        border-bottom: 1px solid #efedeb;
        box-shadow: 0 .25rem .25rem rgba(43, 42, 41, 0)
    }

    .uq-grid__col:first-child:nth-last-child(3) .uq-card--story:hover, .uq-grid__col:first-child:nth-last-child(3) .uq-card--story:focus, .uq-grid__col:first-child:nth-last-child(3) .uq-card--event:hover, .uq-grid__col:first-child:nth-last-child(3) .uq-card--event:focus, .uq-grid__col:first-child:nth-last-child(3) ~ .uq-grid__col .uq-card--story:hover, .uq-grid__col:first-child:nth-last-child(3) ~ .uq-grid__col .uq-card--story:focus, .uq-grid__col:first-child:nth-last-child(3) ~ .uq-grid__col .uq-card--event:hover, .uq-grid__col:first-child:nth-last-child(3) ~ .uq-grid__col .uq-card--event:focus {
        box-shadow: 0 .5rem .5rem rgba(43, 42, 41, .1)
    }

    .uq-grid__col:first-child:nth-last-child(3) .uq-card--story .uq-card__image__wrapper, .uq-grid__col:first-child:nth-last-child(3) .uq-card--event .uq-card__image__wrapper, .uq-grid__col:first-child:nth-last-child(3) ~ .uq-grid__col .uq-card--story .uq-card__image__wrapper, .uq-grid__col:first-child:nth-last-child(3) ~ .uq-grid__col .uq-card--event .uq-card__image__wrapper {
        min-width: 98px;
        min-height: 100%
    }

    .uq-grid__col:first-child:nth-last-child(3) .uq-card--story .uq-card__image, .uq-grid__col:first-child:nth-last-child(3) .uq-card--event .uq-card__image, .uq-grid__col:first-child:nth-last-child(3) ~ .uq-grid__col .uq-card--story .uq-card__image, .uq-grid__col:first-child:nth-last-child(3) ~ .uq-grid__col .uq-card--event .uq-card__image {
        min-height: 100%;
        padding-bottom: 0%
    }

    .uq-grid__col:first-child:nth-last-child(3) .uq-card--story .uq-card__content__wrapper, .uq-grid__col:first-child:nth-last-child(3) .uq-card--event .uq-card__content__wrapper, .uq-grid__col:first-child:nth-last-child(3) ~ .uq-grid__col .uq-card--story .uq-card__content__wrapper, .uq-grid__col:first-child:nth-last-child(3) ~ .uq-grid__col .uq-card--event .uq-card__content__wrapper {
        min-width: 50%
    }

    .uq-grid__col:first-child:nth-last-child(3) .uq-card--story .uq-card__content, .uq-grid__col:first-child:nth-last-child(3) .uq-card--event .uq-card__content, .uq-grid__col:first-child:nth-last-child(3) ~ .uq-grid__col .uq-card--story .uq-card__content, .uq-grid__col:first-child:nth-last-child(3) ~ .uq-grid__col .uq-card--event .uq-card__content {
        padding: 0 1rem
    }

    .uq-grid__col:first-child:nth-last-child(3) .uq-card--story .uq-card__title, .uq-grid__col:first-child:nth-last-child(3) .uq-card--event .uq-card__title, .uq-grid__col:first-child:nth-last-child(3) ~ .uq-grid__col .uq-card--story .uq-card__title, .uq-grid__col:first-child:nth-last-child(3) ~ .uq-grid__col .uq-card--event .uq-card__title {
        margin: 0 0 .5rem
    }

    .uq-grid__col:first-child:nth-last-child(3) .uq-card--story .uq-card__body, .uq-grid__col:first-child:nth-last-child(3) .uq-card--event .uq-card__body, .uq-grid__col:first-child:nth-last-child(3) ~ .uq-grid__col .uq-card--story .uq-card__body, .uq-grid__col:first-child:nth-last-child(3) ~ .uq-grid__col .uq-card--event .uq-card__body {
        display: none
    }

    .uq-grid__col:first-child:nth-last-child(3) .uq-card--story .uq-card__actions, .uq-grid__col:first-child:nth-last-child(3) .uq-card--event .uq-card__actions, .uq-grid__col:first-child:nth-last-child(3) ~ .uq-grid__col .uq-card--story .uq-card__actions, .uq-grid__col:first-child:nth-last-child(3) ~ .uq-grid__col .uq-card--event .uq-card__actions {
        padding: 0 1rem 0
    }

    .uq-grid__col:first-child:nth-last-child(4) .uq-card--story, .uq-grid__col:first-child:nth-last-child(4) .uq-card--event, .uq-grid__col:first-child:nth-last-child(4) ~ .uq-grid__col .uq-card--story, .uq-grid__col:first-child:nth-last-child(4) ~ .uq-grid__col .uq-card--event {
        flex-direction: row;
        padding-bottom: 1rem;
        border: none;
        border-bottom: 1px solid #efedeb;
        box-shadow: 0 .25rem .25rem rgba(43, 42, 41, 0)
    }

    .uq-grid__col:first-child:nth-last-child(4) .uq-card--story:hover, .uq-grid__col:first-child:nth-last-child(4) .uq-card--story:focus, .uq-grid__col:first-child:nth-last-child(4) .uq-card--event:hover, .uq-grid__col:first-child:nth-last-child(4) .uq-card--event:focus, .uq-grid__col:first-child:nth-last-child(4) ~ .uq-grid__col .uq-card--story:hover, .uq-grid__col:first-child:nth-last-child(4) ~ .uq-grid__col .uq-card--story:focus, .uq-grid__col:first-child:nth-last-child(4) ~ .uq-grid__col .uq-card--event:hover, .uq-grid__col:first-child:nth-last-child(4) ~ .uq-grid__col .uq-card--event:focus {
        box-shadow: 0 .5rem .5rem rgba(43, 42, 41, .1)
    }

    .uq-grid__col:first-child:nth-last-child(4) .uq-card--story .uq-card__image__wrapper, .uq-grid__col:first-child:nth-last-child(4) .uq-card--event .uq-card__image__wrapper, .uq-grid__col:first-child:nth-last-child(4) ~ .uq-grid__col .uq-card--story .uq-card__image__wrapper, .uq-grid__col:first-child:nth-last-child(4) ~ .uq-grid__col .uq-card--event .uq-card__image__wrapper {
        min-width: 98px;
        min-height: 100%
    }

    .uq-grid__col:first-child:nth-last-child(4) .uq-card--story .uq-card__image, .uq-grid__col:first-child:nth-last-child(4) .uq-card--event .uq-card__image, .uq-grid__col:first-child:nth-last-child(4) ~ .uq-grid__col .uq-card--story .uq-card__image, .uq-grid__col:first-child:nth-last-child(4) ~ .uq-grid__col .uq-card--event .uq-card__image {
        min-height: 100%;
        padding-bottom: 0%
    }

    .uq-grid__col:first-child:nth-last-child(4) .uq-card--story .uq-card__content__wrapper, .uq-grid__col:first-child:nth-last-child(4) .uq-card--event .uq-card__content__wrapper, .uq-grid__col:first-child:nth-last-child(4) ~ .uq-grid__col .uq-card--story .uq-card__content__wrapper, .uq-grid__col:first-child:nth-last-child(4) ~ .uq-grid__col .uq-card--event .uq-card__content__wrapper {
        min-width: 50%
    }

    .uq-grid__col:first-child:nth-last-child(4) .uq-card--story .uq-card__content, .uq-grid__col:first-child:nth-last-child(4) .uq-card--event .uq-card__content, .uq-grid__col:first-child:nth-last-child(4) ~ .uq-grid__col .uq-card--story .uq-card__content, .uq-grid__col:first-child:nth-last-child(4) ~ .uq-grid__col .uq-card--event .uq-card__content {
        padding: 0 1rem
    }

    .uq-grid__col:first-child:nth-last-child(4) .uq-card--story .uq-card__title, .uq-grid__col:first-child:nth-last-child(4) .uq-card--event .uq-card__title, .uq-grid__col:first-child:nth-last-child(4) ~ .uq-grid__col .uq-card--story .uq-card__title, .uq-grid__col:first-child:nth-last-child(4) ~ .uq-grid__col .uq-card--event .uq-card__title {
        margin: 0 0 .5rem
    }

    .uq-grid__col:first-child:nth-last-child(4) .uq-card--story .uq-card__body, .uq-grid__col:first-child:nth-last-child(4) .uq-card--event .uq-card__body, .uq-grid__col:first-child:nth-last-child(4) ~ .uq-grid__col .uq-card--story .uq-card__body, .uq-grid__col:first-child:nth-last-child(4) ~ .uq-grid__col .uq-card--event .uq-card__body {
        display: none
    }

    .uq-grid__col:first-child:nth-last-child(4) .uq-card--story .uq-card__actions, .uq-grid__col:first-child:nth-last-child(4) .uq-card--event .uq-card__actions, .uq-grid__col:first-child:nth-last-child(4) ~ .uq-grid__col .uq-card--story .uq-card__actions, .uq-grid__col:first-child:nth-last-child(4) ~ .uq-grid__col .uq-card--event .uq-card__actions {
        padding: 0 1rem 0
    }
}

@media (min-width: 37.5rem) {
    .uq-grid__col--md-8 .uq-card, .uq-grid__col--xl-12 .uq-card {
        flex-direction: row
    }
}

.uq-grid__col--md-8 .uq-card__image-wrapper, .uq-grid__col--xl-12 .uq-card__image-wrapper {
    min-width: 100%;
    overflow: hidden
}

@media (min-width: 37.5rem) {
    .uq-grid__col--md-8 .uq-card__image-wrapper, .uq-grid__col--xl-12 .uq-card__image-wrapper {
        min-width: 50%;
        max-height: 100%
    }
}

.uq-grid__col--md-8 .uq-card__image, .uq-grid__col--xl-12 .uq-card__image {
    padding-bottom: 70%
}

@media (min-width: 37.5rem) {
    .uq-grid__col--md-8 .uq-card__image, .uq-grid__col--xl-12 .uq-card__image {
        min-height: 100%;
        padding-bottom: 0%
    }
}

.uq-grid__col--md-8 .uq-card__content-wrapper, .uq-grid__col--xl-12 .uq-card__content-wrapper {
    min-width: 100%
}

@media (min-width: 37.5rem) {
    .uq-grid__col--md-8 .uq-card__content-wrapper, .uq-grid__col--xl-12 .uq-card__content-wrapper {
        min-width: 50%
    }
}

.uq-grid__col--md-8 .uq-card__content, .uq-grid__col--xl-12 .uq-card__content {
    padding: 1.5rem
}

@media (min-width: 37.5rem) {
    .uq-grid__col--md-8 .uq-card__content, .uq-grid__col--xl-12 .uq-card__content {
        padding: 3.5rem 3.5rem 1.5rem
    }
}

.uq-grid__col--md-8 .uq-card__body p, .uq-grid__col--xl-12 .uq-card__body p {
    white-space: normal;
    overflow: hidden;
    max-height: 75px
}

.uq-grid__col--md-8 .uq-card__actions, .uq-grid__col--xl-12 .uq-card__actions {
    padding: 0 1.5rem 1.5rem
}

@media (min-width: 37.5rem) {
    .uq-grid__col--md-8 .uq-card__actions, .uq-grid__col--xl-12 .uq-card__actions {
        padding: 0 3.5rem 3.5rem
    }
}

.height-non-equalised .uq-card {
    height: auto
}

.text--link {
    color: #1e72c6;
    text-decoration: none;
    transition: .2s color
}

.text--link:hover {
    color: #1e72c6;
    text-decoration: underline
}

.uq-footer {
    background: #51247a;
    box-sizing: border-box;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #d4c8de
}

.uq-footer__reconciliation {
    background: #000;
    background-image: linear-gradient(0deg, #48206c 45.31%, rgba(72, 32, 108, 0.55) 85.94%, rgba(72, 32, 108, 0) 100%), url("https://static.uq.net.au/v15/images/rap/brisbane-river-artwork.png")
}

@media (min-width: 75rem) {
    .uq-footer__reconciliation {
        background-image: linear-gradient(90deg, #48206c 28.12%, rgba(72, 32, 108, 0.65) 70.31%, rgba(72, 32, 108, 0) 100%), url("https://static.uq.net.au/v15/images/rap/brisbane-river-artwork.png")
    }
}

.uq-footer a {
    text-decoration: none
}

.uq-footer__acknowledgement {
    max-width: 73.25rem;
    padding: 2rem 1.5rem;
    color: #d4c8de;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

@media (min-width: 75rem) {
    .uq-footer__acknowledgement {
        padding: 2rem 1rem
    }
}

.uq-footer__acknowledgement-flag {
    width: 2.25rem;
    height: 1.5rem
}

.uq-footer__acknowledgement-flag:first-child {
    margin-right: .5rem
}

.uq-footer__acknowledgement-text {
    margin-top: 1rem;
    flex-basis: 100%
}

@media (min-width: 75rem) {
    .uq-footer__acknowledgement-text {
        flex-basis: auto;
        margin-top: 0;
        padding-left: 1.5rem
    }
}

.uq-footer__link {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #fff
}

.uq-footer__link:hover {
    text-decoration: underline;
    color: #d4c8de
}

.uq-footer__navigation {
    grid-area: FooterNavigation
}

.uq-footer__navigation--is-open .uq-footer__navigation-level-2 {
    height: auto;
    overflow: hidden
}

.uq-footer__navigation-list {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.uq-footer__navigation-item {
    background-color: rgba(0, 0, 0, 0);
    display: block;
    margin: 0;
    padding: 0;
    position: relative
}

@media (min-width: 64rem) {
    .uq-footer__navigation-item {
        border: none
    }
}

.uq-footer__navigation-title {
    color: #d4c8de;
    font-size: 1rem;
    font-weight: 500;
    margin: 0
}

.uq-footer__navigation-link {
    display: block;
    padding: 1rem 1.5rem;
    color: #fff
}

.uq-footer__navigation-link:hover {
    color: #d4c8de;
    text-decoration: underline
}

@media (min-width: 64rem) {
    .uq-footer__navigation-link {
        padding: 1rem 0 0;
        font-weight: 500
    }
}

@media (min-width: 64rem) {
    .uq-footer__navigation-toggle {
        display: none
    }
}

.uq-footer__navigation-level-1 {
    border: none;
    display: grid
}

@media (min-width: 64rem) {
    .uq-footer__navigation-level-1 {
        grid-template-columns:repeat(5, 1fr);
        grid-gap: 1rem
    }
}

@media (min-width: 75rem) {
    .uq-footer__navigation-level-1 {
        padding: 0
    }
}

.uq-footer__navigation-level-2 {
    height: 0;
    overflow: hidden;
    background-color: #48206c
}

@media (min-width: 64rem) {
    .uq-footer__navigation-level-2 {
        height: auto;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0)
    }
}

@media (min-width: 64rem) {
    .uq-footer__navigation-level-2 .uq-footer__navigation-item {
        background-color: rgba(0, 0, 0, 0);
        border: none;
        padding: .5rem 0 0
    }

    .uq-footer__navigation-level-2 .uq-footer__navigation-item:first-of-type {
        padding: 1rem 0 0
    }
}

@media (min-width: 64rem) {
    .uq-footer__navigation-level-2 .uq-footer__navigation-link {
        color: #fff;
        padding: 0;
        font-weight: normal
    }

    .uq-footer__navigation-level-2 .uq-footer__navigation-link:hover {
        color: #d4c8de
    }
}

.uq-footer__navigation-toggle::before {
    content: "";
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m7 10 5 5 5-5' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e");
    background-repeat: no-repeat;
    width: 1.5rem;
    height: 1.5rem;
    transform: translateY(50%);
    position: absolute;
    top: .25rem;
    right: 1.5rem
}

@media (min-width: 64rem) {
    .uq-footer__navigation-toggle::before {
        background-image: none
    }
}

.uq-footer .uq-accordion__toggle--active::before {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m17 14-5-5-5 5' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")
}

.uq-footer__footer {
    grid-area: FooterTerms
}

@media (min-width: 75rem) {
    .uq-footer__footer :last-child {
        justify-content: flex-end
    }
}

.uq-footer__footer-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: .875rem
}

@media (min-width: 64rem) {
    .uq-footer__footer-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        flex-direction: row;
        margin: 0;
        padding: 0
    }

    .uq-footer__footer-list .uq-footer__footer-item {
        margin-bottom: 0
    }
}

.uq-footer__footer-item {
    padding-right: 1rem;
    margin-bottom: 1rem
}

.uq-footer__contact {
    font-size: .875rem;
    grid-area: FooterSocial
}

@media (min-width: 64rem) {
    .uq-footer__contact {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin: 0
    }
}

.uq-footer__contact-login {
    margin-top: 2.5rem;
    font-size: .875rem
}

@media (min-width: 64rem) {
    .uq-footer__contact-login {
        margin-top: 0
    }
}

.uq-footer__contact-social {
    flex-direction: row
}

.uq-footer__contact-social .uq-footer__footer-item {
    margin-bottom: 0
}

.uq-footer__meta {
    font-size: .875rem;
    grid-area: FooterOrg
}

.uq-footer__meta-icons {
    font-size: 1.5rem
}

.uq-footer__meta-icons::before {
    content: "";
    display: inline-block;
    height: 2rem;
    width: 2rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    vertical-align: text-bottom
}

.uq-footer__meta-icons--facebook::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' xml:space='preserve' fill='%23fff'%3e%3cpath d='M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zm2.3 5.3H9.2c-.3 0-.4.1-.4.5v.6h1.5L10.1 8H8.8v4.6h-2V8H5.7V6.5h1.2V5.2c0-1.2.6-1.8 2-1.8h1.4v1.9z'%3e%3c/path%3e%3c/svg%3e")
}

.uq-footer__meta-icons--facebook:hover::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' xml:space='preserve' fill='%23d4c8de'%3e%3cpath d='M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zm2.3 5.3H9.2c-.3 0-.4.1-.4.5v.6h1.5L10.1 8H8.8v4.6h-2V8H5.7V6.5h1.2V5.2c0-1.2.6-1.8 2-1.8h1.4v1.9z'%3e%3c/path%3e%3c/svg%3e")
}

.uq-footer__meta-icons--linkedin::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' xml:space='preserve' fill='%23fff'%3e%3cpath d='M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zM4.9 3.4c.5 0 .9.4.9.9s-.4.9-.9.9-.9-.4-.9-.9.4-.9.9-.9zM4 11.5V5.9h1.8v5.6H4zm8.6 0h-1.8v-3c0-1.8-2.1-1.6-2.1 0v3H6.9V5.9h1.8v.8c.4-.6 1.1-1 1.9-1 1.2.1 2.1 1.1 2 2.3v3.5z'%3e%3c/path%3e%3c/svg%3e")
}

.uq-footer__meta-icons--linkedin:hover::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' xml:space='preserve' fill='%23d4c8de'%3e%3cpath d='M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zM4.9 3.4c.5 0 .9.4.9.9s-.4.9-.9.9-.9-.4-.9-.9.4-.9.9-.9zM4 11.5V5.9h1.8v5.6H4zm8.6 0h-1.8v-3c0-1.8-2.1-1.6-2.1 0v3H6.9V5.9h1.8v.8c.4-.6 1.1-1 1.9-1 1.2.1 2.1 1.1 2 2.3v3.5z'%3e%3c/path%3e%3c/svg%3e")
}

.uq-footer__meta-icons--twitter::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' xml:space='preserve' fill='%23fff'%3e%3cpath d='M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zm3.6 6.4V6.7c-.1 2.9-2.5 5.2-5.3 5.1-1 0-2-.3-2.9-.8 1 .1 2-.2 2.8-.8-.8 0-1.5-.5-1.8-1.3h.8c-.8-.1-1.4-.9-1.4-1.8.3.1.6.2.9.2-.9-.5-1.1-1.6-.6-2.4C5.1 6 6.5 6.7 8 6.8c0-.2-.1-.3 0-.5 0-1 .9-1.8 1.9-1.8.5 0 1 .2 1.4.6.4-.1.8-.2 1.2-.4-.1.4-.4.8-.8 1 .4 0 .7-.1 1.1-.3-.5.4-.8.7-1.2 1z'%3e%3c/path%3e%3c/svg%3e")
}

.uq-footer__meta-icons--twitter:hover::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' xml:space='preserve' fill='%23d4c8de'%3e%3cpath d='M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zm3.6 6.4V6.7c-.1 2.9-2.5 5.2-5.3 5.1-1 0-2-.3-2.9-.8 1 .1 2-.2 2.8-.8-.8 0-1.5-.5-1.8-1.3h.8c-.8-.1-1.4-.9-1.4-1.8.3.1.6.2.9.2-.9-.5-1.1-1.6-.6-2.4C5.1 6 6.5 6.7 8 6.8c0-.2-.1-.3 0-.5 0-1 .9-1.8 1.9-1.8.5 0 1 .2 1.4.6.4-.1.8-.2 1.2-.4-.1.4-.4.8-.8 1 .4 0 .7-.1 1.1-.3-.5.4-.8.7-1.2 1z'%3e%3c/path%3e%3c/svg%3e")
}

.uq-footer__meta-icons--youtube::before {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M28 56c15.464 0 28-12.536 28-28S43.464 0 28 0 0 12.536 0 28s12.536 28 28 28ZM9.5 28c0 6.014 0 9.021 1.804 10.934.082.087.165.172.252.254C13.46 41 16.453 41 22.439 41H33.56c5.986 0 8.979 0 10.883-1.812.087-.082.17-.167.252-.254C46.5 37.021 46.5 34.014 46.5 28c0-6.014 0-9.021-1.804-10.934a6.617 6.617 0 0 0-.252-.254C42.54 15 39.547 15 33.561 15H22.44c-5.986 0-8.979 0-10.883 1.812-.086.082-.17.167-.252.254C9.5 18.979 9.5 21.986 9.5 28Zm24.288 0-9.193-5.333v10.666L33.788 28Z' fill='%23fff'%3e%3c/path%3e%3c/svg%3e")
}

.uq-footer__meta-icons--youtube:hover::before {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M28 56c15.464 0 28-12.536 28-28S43.464 0 28 0 0 12.536 0 28s12.536 28 28 28ZM9.5 28c0 6.014 0 9.021 1.804 10.934.082.087.165.172.252.254C13.46 41 16.453 41 22.439 41H33.56c5.986 0 8.979 0 10.883-1.812.087-.082.17-.167.252-.254C46.5 37.021 46.5 34.014 46.5 28c0-6.014 0-9.021-1.804-10.934a6.617 6.617 0 0 0-.252-.254C42.54 15 39.547 15 33.561 15H22.44c-5.986 0-8.979 0-10.883 1.812-.086.082-.17.167-.252.254C9.5 18.979 9.5 21.986 9.5 28Zm24.288 0-9.193-5.333v10.666L33.788 28Z' fill='%23d4c8de'%3e%3c/path%3e%3c/svg%3e")
}

.uq-footer__meta-icons--instagram::before {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M28 56c15.464 0 28-12.536 28-28S43.464 0 28 0 0 12.536 0 28s12.536 28 28 28ZM10 20.392C10 14.652 14.652 10 20.392 10h15.216C41.348 10 46 14.652 46 20.392v15.216C46 41.348 41.347 46 35.608 46H20.392C14.652 46 10 41.347 10 35.608V20.392Zm24.568 8.153c0 3.415-2.94 6.182-6.568 6.182-3.628 0-6.568-2.767-6.568-6.182 0-3.414 2.94-6.181 6.568-6.181 3.627 0 6.568 2.767 6.568 6.181Zm2.705 0c0 4.82-4.152 8.728-9.273 8.728-5.121 0-9.273-3.908-9.273-8.728S22.88 19.818 28 19.818c5.121 0 9.273 3.907 9.273 8.727Zm3.272-9.818a2.182 2.182 0 1 1-4.363 0 2.182 2.182 0 0 1 4.363 0Z' fill='%23fff'%3e%3c/path%3e%3c/svg%3e")
}

.uq-footer__meta-icons--instagram:hover::before {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M28 56c15.464 0 28-12.536 28-28S43.464 0 28 0 0 12.536 0 28s12.536 28 28 28ZM10 20.392C10 14.652 14.652 10 20.392 10h15.216C41.348 10 46 14.652 46 20.392v15.216C46 41.348 41.347 46 35.608 46H20.392C14.652 46 10 41.347 10 35.608V20.392Zm24.568 8.153c0 3.415-2.94 6.182-6.568 6.182-3.628 0-6.568-2.767-6.568-6.182 0-3.414 2.94-6.181 6.568-6.181 3.627 0 6.568 2.767 6.568 6.181Zm2.705 0c0 4.82-4.152 8.728-9.273 8.728-5.121 0-9.273-3.908-9.273-8.728S22.88 19.818 28 19.818c5.121 0 9.273 3.907 9.273 8.727Zm3.272-9.818a2.182 2.182 0 1 1-4.363 0 2.182 2.182 0 0 1 4.363 0Z' fill='%23d4c8de'%3e%3c/path%3e%3c/svg%3e")
}

.uq-footer--desktop {
    display: none
}

@media (min-width: 64rem) {
    .uq-footer--desktop {
        display: block
    }
}

.uq-footer--mobile {
    display: block;
    min-width: calc(100% + 3rem);
    margin-left: -1.5rem;
    margin-right: -1.5rem
}

@media (min-width: 64rem) {
    .uq-footer--mobile {
        display: none
    }
}

.uq-footer--mobile .uq-accordion {
    padding: 0
}

.uq-footer--mobile .uq-accordion__item {
    color: #d4c8de;
    border: none;
    padding-left: 0
}

.uq-footer--mobile .uq-accordion__toggle {
    background-color: #51247a;
    color: #fff;
    font-size: 1rem;
    padding-left: 1.5rem
}

.uq-footer--mobile .uq-accordion__toggle:hover {
    color: #d4c8de;
    text-decoration: underline
}

.uq-footer--mobile .uq-accordion__item--is-open {
    box-shadow: none
}

.uq-footer--mobile .uq-accordion__content-wrapper {
    padding: 0
}

.uq-footer__container {
    display: grid;
    grid-template-areas:"FooterNavigation" "FooterSocial" "FooterOrg" "FooterTerms";
    row-gap: 2.5rem;
    padding: 0 1.5rem 2.5rem;
    max-width: 73.25rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 64rem) {
    .uq-footer__container {
        row-gap: 2rem;
        padding-top: 2rem
    }
}

@media (min-width: 75rem) {
    .uq-footer__container {
        grid-template-areas:"FooterNavigation FooterNavigation FooterNavigation FooterNavigation FooterNavigation" "FooterSocial FooterSocial FooterSocial FooterSocial FooterSocial" "FooterOrg FooterOrg FooterOrg FooterTerms FooterTerms";
        row-gap: 2rem;
        padding: 2rem 1rem 2.5rem
    }
}

.uq-header {
    background: #51247a;
    display: grid;
    align-items: center;
    grid-template-columns:auto;
    grid-template-areas:"mainheader" "secondarynav";
    position: relative
}

@media (min-width: 64rem) {
    .uq-header {
        grid-template-areas:"secondarynav" "mainheader"
    }
}

.uq-header__container {
    display: grid;
    align-items: center;
    grid-template-columns:1fr 15fr 1fr;
    grid-area: mainheader;
    grid-template-areas:"menutoggle logo searchtoggle" "mainnav-mobile mainnav-mobile mainnav-mobile"
}

@media (min-width: 64rem) {
    .uq-header__container {
        max-width: 73.25rem;
        margin-left: auto;
        margin-right: auto;
        grid-template-areas:"logo mainnav searchtoggle";
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.uq-header__menu-toggle {
    grid-area: menutoggle
}

@media (min-width: 64rem) {
    .uq-header__menu-toggle {
        display: none
    }
}

.uq-header__search-toggle {
    grid-area: searchtoggle;
    height: 100%;
    text-align: right;
    color: #fff
}

@media (min-width: 64rem) {
    .uq-header__search-toggle {
        height: auto
    }
}

.uq-header__search-toggle .search-toggle__label {
    display: none
}

@media (min-width: 64rem) {
    .uq-header__search-toggle .search-toggle__label {
        display: block;
        font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 1rem;
        text-align: right;
        width: 3.2rem
    }
}

.uq-header .nav-primary__toggle {
    background: none;
    border: none;
    padding: 1.75rem 2rem;
    height: 100%
}

@media (min-width: 64rem) {
    .uq-header .nav-primary__toggle {
        padding: 1rem 0 1rem 1.5rem;
        height: auto
    }
}

.uq-header .nav-primary__menu-toggle {
    cursor: pointer;
    color: #fff;
    position: relative;
    text-indent: -9999px;
    white-space: nowrap
}

.uq-header .nav-primary__menu-toggle::before {
    content: "";
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4 18h16M4 12h16M4 6h16' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e");
    background-repeat: no-repeat;
    width: 1.5rem;
    height: 1.5rem;
    transform: translate(50%, 50%);
    position: absolute;
    top: .625rem;
    right: 2rem
}

.uq-header .nav-primary__menu-toggle--is-open::before {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m5 5 14 14M19 5 5 19' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")
}

.uq-header .nav-primary__search-toggle {
    cursor: pointer;
    color: #fff;
    position: relative
}

.uq-header .nav-primary__search-toggle::before {
    content: "";
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.5 17a6.5 6.5 0 1 0 0-13 6.5 6.5 0 0 0 0 13Z' stroke='%23fff' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M15.5 15.5 20 20' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e");
    background-repeat: no-repeat;
    width: 1.5rem;
    height: 1.5rem;
    transform: translate(50%, 50%);
    position: absolute;
    top: .625rem;
    right: 2rem
}

@media (min-width: 64rem) {
    .uq-header .nav-primary__search-toggle::before {
        top: .1rem;
        left: -1rem
    }
}

@media (min-width: 64rem) {
    .uq-header .nav-primary__search-toggle:hover {
        color: #d4c8de;
        text-decoration: underline
    }
}

.uq-header .nav-primary__search-toggle--is-open::before {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m5 5 14 14M19 5 5 19' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")
}

.uq-header__logo {
    grid-area: logo
}

.uq-header__logo a {
    display: grid;
    padding: 1rem 0
}

.uq-header__logo img {
    height: 32px
}

@media (min-width: 64rem) {
    .uq-header__logo img {
        height: 40px
    }
}

.uq-header__nav-primary {
    grid-area: mainnav;
    display: none;
    width: 100%;
    z-index: 99
}

@media (min-width: 64rem) {
    .uq-header__nav-primary {
        display: block
    }
}

@media (min-width: 64rem) {
    .uq-header__nav-primary-container {
        padding: 0 0 0 2.5rem
    }
}

.uq-header__nav-primary-list {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column
}

@media (min-width: 64rem) {
    .uq-header__nav-primary-list {
        align-items: center;
        flex-direction: row
    }
}

.uq-header__nav-primary-item {
    margin: 0;
    padding-left: 2rem
}

.uq-header__nav-primary-item:first-child {
    padding-left: 0
}

.uq-header__nav-primary-item--is-open > .uq-header__megamenu {
    height: auto;
    visibility: visible
}

.uq-header__nav-primary-item--is-open .uq-header__nav-primary-link {
    border-bottom: 4px solid #fff
}

.uq-header__nav-primary-item .uq-header__nav-primary-link--active {
    border-bottom: 4px solid #fff
}

.uq-header__nav-primary-link {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 1rem 1.5rem;
    transition: background-color .25s, border-color .25s;
    font-weight: 400;
    position: relative;
    border-bottom: 4px solid rgba(0, 0, 0, 0)
}

.uq-header__nav-primary-link:hover {
    color: #fff;
    text-decoration: none
}

@media (min-width: 64rem) {
    .uq-header__nav-primary-link {
        padding: 2rem .5rem
    }
}

.uq-header .nav-primary-link--has-dropdown {
    padding: 2rem 1.5rem 2rem .5rem
}

.uq-header .nav-primary-link--has-dropdown::after {
    content: "";
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m7 10 5 5 5-5' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e");
    background-repeat: no-repeat;
    width: 1rem;
    height: 1rem;
    transform: translateY(50%);
    position: absolute;
    top: 1.7rem;
    right: 1.75rem
}

@media (min-width: 64rem) {
    .uq-header .nav-primary-link--has-dropdown::after {
        right: .25rem
    }
}

.uq-header .mega-menu {
    display: none;
    background-color: #fff;
    list-style-type: none;
    margin: 0;
    padding-left: 0
}

.uq-header .mega-menu li a {
    padding-left: 3rem;
    color: #51247a;
    text-decoration: none
}

.uq-header .mega-menu li a:hover {
    text-decoration: underline
}

.uq-header .mega-menu ul {
    list-style-type: none;
    margin: 0;
    padding-left: 0
}

.uq-header .mega-menu ul li a {
    padding-left: 4.5rem;
    text-decoration: none
}

.uq-header .mega-menu ul li a:hover {
    text-decoration: underline
}

.uq-header__nav-secondary {
    background-color: #48206c;
    grid-area: secondarynav
}

@media (min-width: 64rem) {
    .uq-header__nav-secondary-container {
        text-align: right;
        max-width: 73.25rem;
        margin-left: auto;
        margin-right: auto
    }
}

.uq-header__nav-secondary-list {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column
}

@media (min-width: 64rem) {
    .uq-header__nav-secondary-list {
        justify-content: flex-end;
        align-items: center;
        flex-direction: row
    }
}

.uq-header__nav-secondary-item {
    margin: 0
}

.uq-header__nav-secondary-link {
    display: block;
    color: #fff;
    padding: 1rem 1.5rem;
    text-decoration: none
}

@media (min-width: 64rem) {
    .uq-header__nav-secondary-link {
        font-size: .875rem;
        padding: .625rem 1rem
    }
}

.uq-header__nav-secondary-link:hover {
    color: #d4c8de;
    text-decoration: underline
}

.uq-header__search {
    background: #51247a;
    position: absolute;
    width: 100%;
    top: 3.95rem;
    z-index: 20;
    box-shadow: 0 .75rem 1.5rem rgba(24, 24, 24, .2);
    transition: max-height .2s ease-in-out, transform .2s ease-in-out;
    transform: translateY(-1rem);
    max-height: 0;
    overflow: hidden;
    visibility: hidden
}

@media (min-width: 64rem) {
    .uq-header__search {
        top: 8.3rem
    }
}

.uq-header__search--is-open {
    transform: translateY(0);
    max-height: 50vh;
    visibility: visible
}

.uq-header__search-container {
    padding: 0 1.5rem
}

@media (min-width: 64rem) {
    .uq-header__search-container {
        padding-left: 1rem;
        padding-right: 1rem;
        max-width: 73.25rem;
        margin-left: auto;
        margin-right: auto;
        padding-top: 0;
        padding-bottom: 1rem
    }
}

.uq-header__search-query {
    position: relative;
    display: inline-block;
    max-width: 100%;
    min-width: 100%;
    border-radius: 5px;
    background-position: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem
}

.uq-header__search-query-label {
    color: #fff
}

.uq-header__search-query-input {
    margin: 0 !important;
    padding: .75rem 1rem !important
}

.uq-header__search-query-button {
    background-clip: padding-box;
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid rgba(0, 0, 0, 0);
    color: #51247a;
    display: inline-block;
    font-size: 1rem;
    height: 2.75rem;
    line-height: 1.5;
    margin-bottom: 0;
    margin-right: 0;
    overflow: hidden;
    position: absolute;
    right: .5rem;
    text-decoration: none;
    text-indent: 0;
    top: calc(50% - 1.375rem);
    transition: color .2s, background-color .2s, border-color .2s;
    width: 2.75rem
}

.uq-header__search-query-button::before {
    content: "";
    position: absolute;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    top: .5rem;
    left: .5rem;
    background-size: 100%;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.5 17a6.5 6.5 0 1 0 0-13 6.5 6.5 0 0 0 0 13Z' stroke='%2351247a' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M15.5 15.5 20 20' stroke='%2351247a' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")
}

.uq-header__search-query-submit {
    color: rgba(0, 0, 0, 0);
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    border: 0;
    background-color: rgba(0, 0, 0, 0);
    z-index: 3;
    cursor: pointer;
    outline-offset: -2px;
    font-size: 1rem
}

.uq-header__search-range {
    display: inline-block
}

.uq-header__search-range label {
    color: #fff
}

.uq-header .uq-header__search-radio:checked {
    border-color: #fff
}

.uq-header .uq-header__search-radio:checked:focus {
    border-color: #fff
}

.uq-header .uq-header__search-radio:checked::after {
    background-color: #fff
}

.uq-header__search-label {
    font-size: .8rem !important;
    line-height: 1.7 !important
}

@media (min-width: 64rem) {
    .uq-header__search-label {
        font-size: 1rem !important;
        line-height: 1.4 !important
    }
}

@media (max-width: 63.9375rem) {
    .uq-header__nav-primary, .uq-header__nav-secondary {
        display: none
    }
}

.uq-header__megamenu {
    position: absolute;
    top: 8.3rem;
    left: 0;
    width: 100%;
    z-index: 30;
    height: 0;
    visibility: hidden
}

.uq-header__megamenu-container {
    max-width: 73.25rem;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem 3rem 2.5rem 3rem;
    background: #fff;
    box-shadow: 0 .75rem 1.5rem rgba(24, 24, 24, .2);
    border-radius: 0 0 .25rem .25rem
}

@media (min-width: 75rem) {
    .uq-header__megamenu-container {
        max-width: 77.25rem
    }
}

.uq-header .megamenu__row {
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(250px, 1fr))
}

.uq-header .megamenu__overview-link {
    display: block;
    padding: 1rem 0;
    color: #51247a
}

.uq-header .megamenu__heading {
    color: #51247a;
    font-weight: 500;
    padding-top: .25rem;
    padding-bottom: .25rem
}

.uq-header .megamenu__heading:nth-of-type(2) {
    padding-top: 2.5rem
}

.uq-header .megamenu__menu ul {
    list-style-type: none;
    margin: 0;
    padding-left: 0
}

.uq-header .megamenu__menu ul li {
    margin: 0
}

.uq-header .megamenu__menu ul li a {
    display: inline-block;
    padding-top: .5rem;
    color: #51247a;
    text-decoration: none
}

:root {
    --app-height: 100%
}

body.no-scroll {
    position: fixed;
    max-width: 100%
}

@media (min-width: 64rem) {
    body.no-scroll {
        position: relative
    }
}

.slide-menu {
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    height: calc(var(--app-height) - 4.3rem);
    display: none;
    box-sizing: border-box;
    transition: transform .3s ease-in-out;
    transform: translateX(100%);
    will-change: transform;
    z-index: 1000;
    grid-area: mainnav-mobile;
    position: fixed;
    top: 4.3rem;
    right: 0;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 1rem;
    color: #51247a
}

@media (min-width: 64rem) {
    .slide-menu {
        display: none !important
    }
}

.slide-menu .slide-menu__slider {
    width: 100%;
    transform: translateX(0);
    transition: transform .3s ease-in-out;
    will-change: transform
}

.slide-menu ul {
    position: relative;
    width: 100%;
    margin: 0;
    padding-left: 0;
    list-style: none;
    background-color: #fff
}

.slide-menu ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    display: none
}

.slide-menu ul ul a {
    padding: .75rem 1.5rem .75rem 3rem
}

.slide-menu ul a {
    display: block
}

.slide-menu li {
    margin-bottom: 0
}

.slide-menu li:hover {
    background-color: #f1f1f1
}

.slide-menu .slide-menu__control {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.slide-menu a {
    cursor: pointer;
    padding: .75rem 1.5rem;
    text-decoration: none;
    font-size: 1rem;
    color: #51247a;
    position: relative
}

.slide-menu a:hover {
    color: #51247a;
    background-color: #f1f1f1
}

.slide-menu .slide-menu__backlink {
    font-weight: 500;
    padding-left: 3rem
}

.slide-menu .slide-menu__backlink::before {
    content: "";
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m14 7-5 5 5 5' stroke='%2351247a' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e");
    background-repeat: no-repeat;
    width: 1.5rem;
    height: 1.5rem;
    transform: translateY(50%);
    position: absolute;
    left: 1.25rem;
    top: .25rem
}

.slide-menu__decorator::before {
    content: "";
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m10 17 5-5-5-5' stroke='%2351247a' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e");
    background-repeat: no-repeat;
    width: 1.5rem;
    height: 1.5rem;
    transform: translateY(50%);
    position: absolute;
    right: 1.5rem;
    top: .25rem
}

.slide-menu .controls {
    display: flex;
    margin-bottom: 1rem
}

.slide-menu .btn {
    padding: .75rem 1.5rem;
    flex: 1 0 auto;
    font-size: 90%;
    color: #51247a;
    background-color: #fff;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    font-family: inherit;
    line-height: 1
}

.slide-menu .btn:first-of-type {
    text-align: left
}

.slide-menu .btn:first-of-type:before {
    content: "⮜ this";
    margin-right: .5rem
}

.slide-menu .btn:last-of-type {
    text-align: right
}

.slide-menu .btn:last-of-type:before {
    content: "✕";
    margin-right: .5rem
}

.slide-menu .uq-header__nav-secondary-item {
    background-color: #48206c
}

.slide-menu .uq-header__nav-secondary-item:hover {
    background-color: #48206c
}

.slide-menu .uq-header__nav-secondary-link {
    color: #fff
}

.slide-menu .uq-header__nav-secondary-link:hover {
    color: #fff;
    background-color: #48206c
}

.slide-menu .uq-header__newglobal-nav-parent {
    font-weight: 500
}

.slide-menu .uq-header__newglobal-nav-item {
    background-color: #51247a
}

.slide-menu .uq-header__newglobal-nav-link {
    color: #fff;
    background-color: #51247a
}

.slide-menu .uq-header__newglobal-nav-link:hover {
    color: #fff;
    background-color: #51247a
}

.slide-menu .uq-header__newglobal-nav-link .slide-menu__decorator::before {
    content: "";
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m10 17 5-5-5-5' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")
}

.global-mobile-nav .uq-site-header__title-container {
    margin: 0;
    padding: 1rem 1.5rem
}

.global-mobile-nav .uq-site-header__title {
    padding: 0;
    font-size: 1rem;
    font-weight: 500;
    display: block
}

.global-mobile-nav .uq-site-header__title:hover {
    background: none
}

.global-mobile-nav__audience-link {
    font-weight: 500
}

.uq-site-header__navigation-toggle {
    display: none
}

.admin-menu .slide-menu {
    top: 7.5rem
}

@media (min-width: 37.5rem) {
    .admin-menu .slide-menu {
        top: 6.15rem
    }
}

.uq-header {
    line-height: 1.5;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.uq-header__logo img {
    max-width: unset
}

.uq-header__search-query-submit {
    background-color: unset !important
}

.uq-header__search-range .uq-header__search-label {
    max-width: unset
}

.uq-header__nav-primary-list li {
    margin: 0
}

.uq-header__nav-primary-list li:hover .uq-header__nav-primary-link {
    border-bottom: 4px solid #fff
}

.uq-header__nav-primary-link, .uq-header__nav-primary-link:focus {
    display: block;
    color: #fff;
    text-decoration: none;
    transition: background-color .25s, border-color .25s;
    font-weight: 400;
    position: relative;
    border-bottom: 4px solid rgba(0, 0, 0, 0)
}

.uq-header a:focus {
    color: #d4c8de
}

.uq-header__search-container form, .uq-header__search-container fieldset {
    border: unset;
    padding: 0;
    margin: 0
}

.uq-header__search-query-input {
    height: 45px !important
}

.uq-header .nav-primary__search-toggle {
    margin-bottom: 0
}

.uq-header .nav-primary__menu-toggle {
    margin-bottom: 0 !important;
    font: initial;
    font-size: .833rem;
    line-height: normal
}

.uq-header__search-range {
    display: inline-block
}

.uq-header__search-range input[type=radio] {
    height: 20px;
    width: 20px;
    vertical-align: top;
    display: inline-block;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0);
    margin: 3px 3px 0 5px;
    position: absolute;
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #e7e3e0;
    cursor: pointer
}

.uq-header__search-range input[type=radio] + label {
    margin-bottom: 1rem;
    margin-left: .5rem;
    margin-right: 1rem;
    padding-top: .125rem;
    padding-left: 1.5rem
}

.uq-header__search-range label {
    color: #fff;
    font-weight: 400;
    display: inline-block;
    vertical-align: top
}

input[type=radio].uq-header__search-radio:checked {
    border-color: #fff;
    border-width: 2px
}

input[type=radio].uq-header__search-radio:focus {
    border-color: #fff
}

input[type=radio].uq-header__search-radio:checked::after {
    content: "";
    background-color: #fff;
    border-radius: 50%;
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    height: 10px;
    width: 10px
}

form, fieldset, legend, label, input, select, textarea, .uq-error-summary, .uq-error-message, .uq-success-message, .uq-inline-help {
    box-sizing: border-box;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif
}

fieldset::before, fieldset::after, fieldset *, fieldset *::before, fieldset *::after, legend::before, legend::after, legend *, legend *::before, legend *::after, label::before, label::after, label *, label *::before, label *::after, input::before, input::after, input *, input *::before, input *::after, select::before, select::after, select *, select *::before, select *::after, textarea::before, textarea::after, textarea *, textarea *::before, textarea *::after {
    box-sizing: border-box
}

fieldset {
    border: 0;
    padding: 0;
    margin: 0
}

label, legend {
    color: #2b2a29;
    display: block;
    font-size: .875rem;
    font-weight: 500
}

legend {
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: 0
}

legend.uq-legend--error {
    color: #951126
}

legend .uq-legend__required {
    color: #951126
}

label {
    cursor: pointer;
    line-height: 1
}

label.uq-label--inline {
    align-items: center;
    display: inline-flex;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1.5rem
}

label.uq-label--inline input:not([type=checkbox]):not([type=radio]):not([type=submit]), label.uq-label--inline select, label.uq-label--inline textarea, label.uq-label--inline + input:not([type=checkbox]):not([type=radio]):not([type=submit]), label.uq-label--inline + select, label.uq-label--inline + textarea {
    max-width: none;
    min-width: 200px;
    margin-left: 1rem;
    margin-right: 1.5rem;
    width: auto
}

label.uq-label--inline input:not([type=checkbox]):not([type=radio]):not([type=submit]), label.uq-label--inline select, label.uq-label--inline textarea {
    margin-top: 0;
    margin-bottom: 0
}

label.uq-label--disabled, label.uq-label--readonly {
    color: #aca7a3
}

label.uq-label--disabled {
    cursor: not-allowed
}

label.uq-label--error {
    color: #951126
}

label.uq-label--success {
    color: #238029
}

label input:not([type=checkbox]):not([type=radio]), label select, label textarea, label + input:not([type=checkbox]):not([type=radio]), label + select, label + textarea {
    margin-top: .5rem
}

label input[type=radio] + *:not(input):not(select):not(textarea), label input[type=checkbox] + *:not(input):not(select):not(textarea) {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 1rem;
    margin-left: .5rem;
    margin-right: 1rem;
    padding-top: .25rem;
    padding-left: 1.5rem;
    vertical-align: top
}

label input[type=radio][disabled] + *:not(input):not(select):not(textarea), label input[type=checkbox][disabled] + *:not(input):not(select):not(textarea) {
    color: #aca7a3
}

label .uq-label__required {
    color: #951126
}

input[disabled], select[disabled], textarea[disabled] {
    cursor: not-allowed
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]), select, textarea {
    background-color: #fff;
    max-width: 100%;
    min-width: 100%;
    padding: .75rem 1rem;
    border: 1px solid #e7e3e0;
    border-radius: 2px;
    font-size: 1rem;
    color: #2b2a29;
    line-height: 1;
    margin-bottom: 1.5rem
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus, select:focus, textarea:focus {
    border-color: #1e72c6;
    box-shadow: 0 0 0 1px #1e72c6 inset;
    outline: none
}

input:not([type=checkbox]):not([type=radio]):not([type=submit])[disabled], select[disabled], textarea[disabled] {
    color: #817d7a
}

input:not([type=checkbox]):not([type=radio]):not([type=submit])[readonly]:focus, select[readonly]:focus, textarea[readonly]:focus {
    border-color: #e7e3e0;
    box-shadow: 0 0 0 1px #e7e3e0 inset
}

input:not([type=checkbox]):not([type=radio]):not([type=submit])::placeholder, select::placeholder, textarea::placeholder {
    color: #817d7a
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]).uq-input--error, input:not([type=checkbox]):not([type=radio]):not([type=submit]).uq-input--success, select.uq-input--error, select.uq-input--success, textarea.uq-input--error, textarea.uq-input--success {
    border-radius: 2px
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]).uq-input--error:focus, input:not([type=checkbox]):not([type=radio]):not([type=submit]).uq-input--success:focus, select.uq-input--error:focus, select.uq-input--success:focus, textarea.uq-input--error:focus, textarea.uq-input--success:focus {
    border-color: #1e72c6;
    box-shadow: 0 2px 0 0 #1e72c6, 0 0 0 1px #1e72c6 inset
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]).uq-input--error, select.uq-input--error, textarea.uq-input--error {
    border-color: #951126;
    box-shadow: 0 2px 0 0 #951126
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]).uq-input--success, select.uq-input--success, textarea.uq-input--success {
    border-color: #238029;
    box-shadow: 0 2px 0 0 #238029
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]).uq-input--large, select.uq-input--large, textarea.uq-input--large {
    padding: 1.15625rem 1.5rem;
    border-radius: .25rem
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]) + .uq-error-message, input:not([type=checkbox]):not([type=radio]):not([type=submit]) + .uq-success-message, select + .uq-error-message, select + .uq-success-message, textarea + .uq-error-message, textarea + .uq-success-message {
    margin-top: -1.5rem;
    border-radius: 0 0 2px 2px
}

select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m7 10 5 5 5-5' stroke='%2351247a' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .25rem center;
    padding-right: 2.5rem;
    cursor: pointer;
    line-height: 1.2;
    width: 100%
}

select:focus {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m7 10 5 5 5-5' stroke='%231e72c6' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")
}

select[multiple] {
    height: auto;
    background-image: none
}

select[multiple]:focus {
    background-image: none
}

select[disabled] {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m7 10 5 5 5-5' stroke='%23e7e3e0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")
}

textarea {
    height: 10rem
}

input[type=radio], input[type=checkbox] {
    appearance: none;
    -webkit-appearance: none;
    display: inline-block;
    border: 1px solid #e7e3e0;
    cursor: pointer;
    height: 20px;
    width: 20px;
    vertical-align: top;
    position: absolute
}

input[type=radio]:focus, input[type=checkbox]:focus {
    border-color: #1e72c6;
    box-shadow: 0 0 0 1px #1e72c6;
    outline: none
}

input[type=radio] + label, input[type=checkbox] + label {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 1rem;
    margin-left: .5rem;
    margin-right: 1rem;
    padding-top: .125rem;
    padding-left: 1.5rem;
    vertical-align: top
}

input[type=radio]:checked, input[type=checkbox]:checked {
    border-color: #1e72c6
}

input[type=radio]:checked:focus, input[type=checkbox]:checked:focus {
    border-color: #1e72c6;
    box-shadow: 0 0 0 1px #1e72c6
}

input[type=radio].uq-input--error, input[type=checkbox].uq-input--error {
    border-color: #951126
}

input[type=radio].uq-input--error:focus, input[type=checkbox].uq-input--error:focus {
    border-color: #1e72c6;
    box-shadow: 0 0 0 1px #1e72c6
}

input[type=radio].uq-input--error:checked, input[type=checkbox].uq-input--error:checked {
    border-color: #951126
}

input[type=radio].uq-input--error:checked:focus, input[type=checkbox].uq-input--error:checked:focus {
    border-color: #1e72c6;
    box-shadow: 0 0 0 1px #1e72c6
}

input[type=radio][disabled], input[type=checkbox][disabled] {
    cursor: not-allowed;
    border-color: #e7e3e0;
    background-color: #f7f6f5
}

input[type=radio][disabled] + label, input[type=checkbox][disabled] + label {
    color: #aca7a3
}

input[type=radio][disabled]:checked, input[type=checkbox][disabled]:checked {
    background-color: #dfdad6
}

input[type=checkbox] {
    border-radius: 4px
}

input[type=checkbox]::after {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    top: 1px;
    left: 1px;
    height: 16px;
    width: 16px
}

input[type=checkbox]:checked {
    background-color: #1e72c6
}

input[type=checkbox]:checked::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5 13.3 8.9 18 19 6' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e");
    padding: 0px
}

input[type=checkbox].uq-input--error:checked {
    background-color: #951126
}

input[type=radio] {
    border-radius: 50%
}

input[type=radio]:checked {
    border-width: 2px
}

input[type=radio]:checked::after {
    border-radius: 50%;
    background-color: #1e72c6;
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    height: 10px;
    width: 10px
}

input[type=radio][disabled]:checked {
    background-color: #f7f6f5
}

input[type=radio][disabled]:checked::after {
    background-color: #dfdad6
}

input[type=radio].uq-input--error:checked {
    border-color: #951126
}

input[type=radio].uq-input--error:checked::after {
    background-color: #951126
}

[type=submit] {
    appearance: none
}

.uq-error-summary {
    background-color: #fff;
    border: 1px solid #951126;
    border-left-width: .25rem;
    padding: 1rem;
    margin-bottom: 1.5rem
}

.uq-error-summary__title {
    color: #2b2a29;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 1rem 0
}

.uq-error-summary_body {
    color: #2b2a29;
    font-size: 1rem
}

.uq-error-summary__list {
    color: #2b2a29;
    font-size: 1rem;
    margin: 0;
    padding-left: 1.5rem
}

.uq-error-summary__list__item {
    margin-bottom: .25rem;
    line-height: 1.5
}

.uq-error-summary__list a {
    color: #951126;
    text-decoration: underline;
    font-weight: 400
}

.uq-error-summary__list a:hover, .uq-error-summary__list a:focus {
    color: #7e0f21
}

.uq-error-message, .uq-success-message {
    color: #fff;
    display: block;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    padding: calc(0.5rem - 1px) 1rem .5rem 3rem;
    position: relative
}

.uq-error-message::before, .uq-success-message::before {
    content: "";
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 1.25rem;
    left: 1rem;
    margin-right: .5rem;
    margin-top: calc(-0.625rem - 1px);
    position: absolute;
    top: 50%;
    width: 1.25rem
}

.uq-error-message {
    background-color: #951126
}

.uq-error-message::before {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M20.127 18.545a1.18 1.18 0 0 1-1.055 1.706H4.929a1.18 1.18 0 0 1-1.055-1.706l7.072-14.143a1.179 1.179 0 0 1 2.109 0l7.072 14.143Z' stroke='%23fff' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M12 9v4' stroke='%23fff' stroke-width='1.5' stroke-linecap='round'%3e%3c/path%3e%3ccircle cx='11.9' cy='16.601' r='1.1' fill='%23fff'%3e%3c/circle%3e%3c/svg%3e")
}

.uq-success-message {
    background-color: #238029
}

.uq-success-message::before {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='12' cy='12' r='9.25' stroke='%23fff' stroke-width='1.5'%3e%3c/circle%3e%3cpath d='M7 12.867 9.6 16l6.733-8' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")
}

.uq-inline-help {
    display: block;
    font-size: .75rem;
    margin: 0 0 1rem
}

.uq-grid-menu {
    box-sizing: border-box;
    display: grid;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    list-style: none;
    gap: 0;
    margin: 0;
    padding: 0;
    align-items: stretch
}

.uq-grid-menu *, .uq-grid-menu *::before, .uq-grid-menu *::after {
    box-sizing: border-box
}

.uq-grid-menu__item {
    margin-bottom: 0
}

@media only screen and (min-width: 37.5rem) {
    .uq-grid-menu {
        grid:auto-flow/repeat(2, 1fr)
    }
}

@media only screen and (min-width: 75rem) {
    .uq-grid-menu {
        grid:auto-flow/repeat(3, 1fr)
    }
}

@media only screen and (min-width: 37.5rem) {
    .uq-grid-menu--2-column {
        grid:auto-flow/repeat(2, 1fr)
    }
}

@media only screen and (min-width: 37.5rem) {
    .uq-grid-menu--3-column {
        grid:auto-flow/repeat(2, 1fr)
    }
}

@media only screen and (min-width: 75rem) {
    .uq-grid-menu--3-column {
        grid:auto-flow/repeat(3, 1fr)
    }
}

@media only screen and (min-width: 37.5rem) {
    .uq-grid-menu--4-column {
        grid:auto-flow/repeat(2, 1fr)
    }
}

@media only screen and (min-width: 75rem) {
    .uq-grid-menu--4-column {
        grid:auto-flow/repeat(4, 1fr)
    }
}

.uq-grid-menu__link {
    border-bottom: 1px solid #efedeb;
    color: #1e72c6;
    display: block;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: normal;
    padding: 1rem 2rem 1rem 1rem;
    position: relative;
    height: 100%;
    text-decoration: none
}

.uq-grid-menu__link::after {
    content: "";
    position: absolute;
    right: 1.5rem;
    top: 1.25rem;
    width: 2rem;
    height: 2rem;
    transition: ease .3s;
    margin-top: -0.2rem
}

.uq-grid-menu__link:hover {
    background-color: #1e72c6;
    color: #fff;
    text-decoration: none
}

.uq-grid-menu__link:hover::after {
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='m5.145 14.285 6.167-6a.41.41 0 0 0 0-.598L5.145 1.715' fill='none' stroke='%23fff' stroke-width='.75' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.4rem 1.4rem;
    right: 0
}

.uq-grid-menu__link:hover .uq-grid-menu__link, .uq-grid-menu__link:hover .uq-grid-menu__title, .uq-grid-menu__link:hover .uq-grid-menu__description {
    color: #fff;
    text-decoration: none
}

.uq-grid-menu__link:hover .uq-grid-menu__icon::before {
    filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(122deg) brightness(111%) contrast(102%)
}

.uq-grid-menu__title {
    font-size: 1.375rem;
    font-weight: 400
}

.uq-grid-menu__description {
    color: #2b2a29;
    display: block;
    font-size: .8rem;
    font-weight: 300;
    line-height: normal;
    margin-top: .25rem
}

.uq-grid-menu__icon {
    margin-top: -0.3rem;
    margin-right: .5rem;
    transition: filter .2s
}

.uq-grid-menu--dark-text .uq-grid-menu__link {
    color: #2b2a29
}

.uq-grid-menu--dark-text .uq-grid-menu__icon::before {
    filter: invert(0%) sepia(72%) saturate(588%) hue-rotate(348deg) brightness(115%) contrast(81%)
}

@media only screen and (min-width: 37.5rem) {
    .uq-grid-menu {
        gap: 1rem
    }
}

.light-palette .uq-grid-menu__link:hover, .light-palette .uq-grid-menu__title:hover, .light-palette .uq-grid-menu__description:hover {
    background-color: #fff;
    color: #1e72c6
}

.light-palette .uq-grid-menu__link:hover .uq-grid-menu__description, .light-palette .uq-grid-menu__title:hover .uq-grid-menu__description, .light-palette .uq-grid-menu__description:hover .uq-grid-menu__description {
    background-color: #fff;
    color: #1e72c6
}

.dark-palette .uq-grid-menu__link:hover, .dark-palette .uq-grid-menu__title:hover, .dark-palette .uq-grid-menu__description:hover {
    background-color: #1e72c6;
    color: #fff
}

.dark-palette .uq-grid-menu__link:hover .uq-grid-menu__description, .dark-palette .uq-grid-menu__title:hover .uq-grid-menu__description, .dark-palette .uq-grid-menu__description:hover .uq-grid-menu__description {
    background-color: #1e72c6;
    color: #fff
}

.section--background-image .uq-grid-menu__link {
    border-color: rgba(255, 255, 255, .4)
}

.uq-hero {
    position: relative;
    background-color: #51247a;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5
}

.uq-hero__content {
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
    color: #fff;
    padding-top: 3rem;
    padding-bottom: 3rem;
    position: relative;
    z-index: 2
}

@media (min-width: 32.5rem) {
    .uq-hero__content {
        margin-left: auto;
        margin-right: auto;
        max-width: 30.5rem
    }
}

@media (min-width: 37.5rem) {
    .uq-hero__content {
        margin-left: 3.25rem;
        margin-right: 3.25rem;
        max-width: none
    }
}

@media (min-width: 64.25rem) {
    .uq-hero__content {
        margin-left: auto;
        margin-right: auto;
        max-width: 57.75rem
    }
}

@media (min-width: 75rem) {
    .uq-hero__content {
        margin-left: 8.375rem;
        margin-right: 8.375rem;
        max-width: none
    }
}

@media (min-width: 90rem) {
    .uq-hero__content {
        margin-left: auto;
        margin-right: auto;
        max-width: 73.25rem
    }
}

@media (min-width: 37.5rem) {
    .uq-hero__content {
        padding-left: .75rem;
        padding-right: .75rem
    }
}

@media (min-width: 75rem) {
    .uq-hero__content {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media (min-width: 37.5rem) {
    .uq-hero__content {
        padding-top: 6.5rem;
        padding-bottom: 6.5rem
    }
}

.uq-hero__text .uq-hero__title {
    color: inherit;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: .5rem
}

@media (min-width: 37.5rem) {
    .uq-hero__text .uq-hero__title {
        font-size: 2.5rem
    }
}

.uq-hero__text *:last-child {
    margin-bottom: 0
}

.uq-hero__subtext {
    margin-bottom: 1.5rem
}

.uq-hero__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0
}

.uq-hero__image picture, .uq-hero__image img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover
}

.uq-hero__image::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(100deg, rgb(81, 36, 122) 36%, transparent 70%);
    mix-blend-mode: normal;
    opacity: 1;
    z-index: 1
}

@media (min-width: 37.5rem) {
    .uq-hero__image--small {
        display: none
    }
}

.uq-hero__image--small img {
    position: relative;
    height: auto
}

.uq-hero__image--large {
    display: none
}

@media (min-width: 37.5rem) {
    .uq-hero__image--large {
        display: block
    }
}

@media (max-width: 37.4375rem) {
    .uq-hero__image {
        position: relative;
        min-height: 6rem
    }

    .uq-hero__image::before {
        background: linear-gradient(360deg, rgb(81, 36, 122) 3%, transparent 50%)
    }
}

.uq-hero--feature-image .uq-hero__content {
    padding-top: 0
}

@media (min-width: 37.5rem) {
    .uq-hero--feature-image .uq-hero__content {
        padding-top: 6.5rem
    }
}

@media (min-width: 37.5rem) {
    .uq-hero--feature-image .hero__text {
        width: 50%
    }
}

@media (min-width: 37.5rem) {
    .uq-hero--large .uq-hero__content {
        padding-top: 10rem;
        padding-bottom: 10rem
    }
}

.uq-icon--agriculture-and-environment--agriculture-machine-harvester-1::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M2.97 10.94c.69 0 1.26.58 1.26 1.26 0 .69-.57 1.26-1.26 1.26-.68 0-1.26-.57-1.26-1.26 0-.68.58-1.26 1.26-1.26zM8 10.11a1.69 1.69 0 1 1-1.69 1.69c0-.94.78-1.69 1.69-1.69zM4.14 11.8h2.17'%3e%3c/path%3e%3cpath d='M5.48 7.17H3.8a1.7 1.7 0 0 0-1.69 1.69v2.43m.03-5.77h.83c.46 0 .83.37.83.82v.83m5.89 4.63 1.25-7.54H5.48v4.2c0 .91.75 1.68 1.7 1.68H8m3.34-5.88c0-.92-.74-1.69-1.68-1.69H6.74c-.91 0-1.68.74-1.68 1.69zm0 5.03h2.95l-2.1 3.34h-1.25'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--agriculture-and-environment--agriculture-machine-plow-2::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M1.71 10.09H14.3m-9.24 0L8 7.57l2.94 2.52m-7.54 0v2.94l.83 1.26m2.08-4.2v2.94l.83 1.26m2.12-4.2v2.94l.83 1.26m2.11-4.2v2.94l.83 1.26M8 7.57V5.48'%3e%3c/path%3e%3cpath d='M13.69 7.11a.83.83 0 0 1-.75.46H3.06a.83.83 0 0 1-.75-.46l-.5-1.02a.86.86 0 0 1-.1-.38V4.66c0-.46.38-.83.83-.83h10.89c.46 0 .83.37.83.83V5.7c0 .15-.03.26-.09.38zM5.91 3.8A2.1 2.1 0 0 1 8 1.71a2.1 2.1 0 0 1 2.09 2.1m-5.86 2.1H1.74m12.52 0h-2.49'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--agriculture-and-environment--agriculture-machine-tractor::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M6.71 1.43h4.86c.32 0 .57.26.57.57v1.14h-6V2c0-.31.26-.57.57-.57zm4.58 6.86a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm0 0'%3e%3c/path%3e%3cpath d='M11.29 10c.71 0 1.28.57 1.28 1.29 0 .71-.57 1.28-1.28 1.28-.72 0-1.29-.57-1.29-1.28 0-.72.57-1.29 1.29-1.29zm-7.63.43a1.94 1.94 0 1 1-1.95 1.91 1.9 1.9 0 0 1 1.95-1.91zm0 2.14a.22.22 0 0 1-.23-.23m.43 0c0 .12-.09.23-.23.23m.03-.43c.11 0 .23.09.23.23m-.46-.03c0-.11.09-.23.23-.23m1.91.46h3'%3e%3c/path%3e%3cpath d='M2.57 10.74V8.06c0-.37.26-.72.63-.83l2.11-.69v2.57h1.72l.28-.42a4.82 4.82 0 0 1 6.66-1.35c.23.14.43.32.63.49M5.29 6.57l1.28-3.43m6.57 3.8-1.43-3.8'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--agriculture-and-environment--ecology-globe-hand::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M1.71 9.26v5.03m8.38-.83a1.7 1.7 0 0 0-1.7-1.69H6.32c0-.91-.74-1.68-1.68-1.68H1.7v3.34h8.38zm-5.43-1.69h1.68m3.75-10.06a4.2 4.2 0 0 1 0 8.4 4.2 4.2 0 0 1 0-8.4zm0 0'%3e%3c/path%3e%3cpath d='m7.8 2.4 2.34 1.57c.23.14.38.43.38.69v.97c0 .4-.29.74-.7.83l-1.42.28.31 1.23c.06.29 0 .6-.23.8l-.71.66m6.49-3.09-1.8.6a.89.89 0 0 0-.57.97l.34 1.6'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--agriculture-and-environment--ecology-globe-nature::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='m12.23 1.71-1.66 4.06c-.09.23.03.46.26.54.06.03.08.03.14.03h2.51c.23 0 .43-.2.43-.43 0-.05 0-.08-.02-.14zm0 4.6V8M3.8 6.31 6 3.71c.14-.17.43-.17.6-.02l.03.02 2.2 2.6M13.86 8c.23 0 .43.2.43.43v.03a6.31 6.31 0 0 1-12.57 0c0-.23.17-.43.4-.46zm0 0'%3e%3c/path%3e%3cpath d='m4.09 12.91.57-2.82h.6c.45 0 .83-.38.83-.83 0-.06 0-.15-.03-.2L5.8 8m5.49 0 .37 2.23c.05.4.43.71.82.71h1.09'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--agriculture-and-environment--ecology-leaf-book-open::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M3.4 4a4.1 4.1 0 0 0-.66-.11.94.94 0 0 0-1.03.77v6.37c0 .45.35.83.77.88 1.83.23 3.55.98 4.95 2.18a.9.9 0 0 0 1.11 0 9.36 9.36 0 0 1 4.94-2.18.87.87 0 0 0 .78-.88V4.77c0-.48-.4-.91-.89-.91h-.11l-.66.11M8 8.43v5.86'%3e%3c/path%3e%3cpath d='M6.52 5.34s.68 1.4 1.82 1.29c2.32-.2 2.18-3.29 3.03-4.4a5.17 5.17 0 0 0-4.63.06c-1.2.68-1.28 1.82-.22 3.05zm1.62-1.4s-1.51.2-2.57 2.8'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--agriculture-and-environment--ecology-leaf::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M7.03 13.03a4.2 4.2 0 0 1-4.2-4.2c0-6.12 7.34-2.97 10.88-5.92a.27.27 0 0 1 .26-.02c.09.02.14.11.17.2 1.06 6.3-3.6 9.94-7.11 9.94zm0 0'%3e%3c/path%3e%3cpath d='M8.71 7.69a13.8 13.8 0 0 0-4.8 2.4l-2.2 1.85'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--agriculture-and-environment--ecology-plant-hand::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M1.71 8.71v5.06m8.4-.83c0-.94-.74-1.68-1.68-1.68H6.31c0-.95-.74-1.69-1.68-1.69H1.7v3.37zm-5.45-1.68h1.68M8.03 6.2S7.17 7.66 5.9 7.46C3.4 7.03 3.81 3.69 2.97 2.4a5.56 5.56 0 0 1 5.06.43c1.26.86 1.26 2.11 0 3.37zm2.74 1.23s.6 1.03 1.46.88c1.74-.28 1.46-2.62 2.06-3.5a3.92 3.92 0 0 0-3.52.28c-.86.6-.86 1.45 0 2.34zm0 0'%3e%3c/path%3e%3cpath d='M6.34 4.52s2.12.42 2.95 4.62a6.7 6.7 0 0 1 2.1-2.51'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--agriculture-and-environment--farming-wheat::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M6.8 5.29c0 1.28 1.26 2.31 1.26 2.31S9.3 6.57 9.3 5.3c0-1.29-1.25-2.32-1.25-2.32S6.8 4 6.8 5.3zm.34 1.51c1.03 1.03.89 2.86.89 2.86s-1.83.14-2.86-.89C4.14 7.74 4.3 5.91 4.3 5.91s1.82-.14 2.85.9zm0 0'%3e%3c/path%3e%3cpath d='M8.94 6.8c-1.03 1.03-.88 2.86-.88 2.86s1.83.14 2.85-.89c1.03-1.03.9-2.86.9-2.86s-1.84-.14-2.87.9zm-1.8 3.77c1.03 1.03.89 2.86.89 2.86s-1.83.14-2.86-.89C4.14 11.52 4.3 9.7 4.3 9.7s1.82-.15 2.85.88zm0 0'%3e%3c/path%3e%3cpath d='M8.94 10.57c-1.03 1.03-.88 2.86-.88 2.86s1.83.14 2.85-.89c1.03-1.02.9-2.85.9-2.85s-1.84-.15-2.87.88zm-.88 2.89v.83M4.29 5.91V4.23m7.51 1.68V4.23M8.06 2.97V1.71'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--agriculture-and-environment--non-gmo-organic-flask::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M10.09 6.74V8l4.08 5.03c.23.4.12.91-.28 1.14a.75.75 0 0 1-.43.12H2.54a.83.83 0 0 1-.83-.83.8.8 0 0 1 .12-.43L5.9 8V6.74M8 10.09V5.06m2.4-.95c-.66.58-1.51.92-2.4.98.03-.9.37-1.72.97-2.4a4.04 4.04 0 0 1 2.4-.98c-.06.9-.4 1.72-.97 2.4zm-4.8 0c.66.58 1.51.92 2.4.98a3.78 3.78 0 0 0-.97-2.4 4.04 4.04 0 0 0-2.4-.98c.06.9.4 1.72.97 2.4zm4.71 7.23c.12 0 .2.09.2.2m-.42.03c0-.11.08-.2.2-.2m.02.4a.2.2 0 0 1-.2-.2m.41 0a.2.2 0 0 1-.2.2m-4.21-1.25c.12 0 .2.08.2.2m-.4-.01c0-.1.09-.2.2-.2m0 .43a.2.2 0 0 1-.2-.2m.4-.03a.2.2 0 0 1-.2.2M7.8 12.2c.11 0 .2.09.2.2m-.43 0c0-.11.09-.2.2-.2m.03.4a.2.2 0 0 1-.2-.2m.4 0a.2.2 0 0 1-.2.2'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--agriculture-and-environment--pets-hospital::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M6.31 3.4H5.06V2.14c0-.23-.2-.43-.43-.43H3.8c-.23 0-.43.2-.43.43V3.4H2.14c-.23 0-.43.2-.43.43v.83c0 .23.2.43.43.43H3.4v1.25c0 .23.2.43.43.43h.83c.23 0 .43-.2.43-.43V5.1h1.25c.23 0 .43-.2.43-.43v-.83a.46.46 0 0 0-.46-.43zm2.95 9.2H4.23c-.92 0-1.69-.74-1.69-1.69v-.82c0-.92.75-1.7 1.69-1.7h4.29c.57 0 1.1-.3 1.42-.79l.26-.51c.2-.49.66-.8 1.17-.8.66-.06 1.2.42 1.26 1.08v.17c0 .46.37.83.83.83a.83.83 0 0 1 0 1.66H12.2L11 11.69a1.7 1.7 0 0 1-1.46.85h-.28zM1.71 7.17s0 1.8 1.43 1.66m6.12 3.77v1.69m1.68 0-.4-2m-7.14.08v1.92m1.66-1.69v1.69m6.57-3.4-2.46-2.6'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--agriculture-and-environment--plant-1::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M9.2 4.43c-.09 1.03-.54 2-1.26 2.71A4.29 4.29 0 0 1 6.7 4.43c.08-1.03.54-2 1.25-2.72A4.28 4.28 0 0 1 9.2 4.43zm1.74 5.05c-1 .29-2.05.2-3-.22a4.4 4.4 0 0 1 2.12-2.15c1-.28 2.05-.2 3 .23a4.28 4.28 0 0 1-2.12 2.14zm0 4.21c-1 .28-2.05.2-3-.23a4.41 4.41 0 0 1 2.12-2.15c1-.28 2.05-.2 3 .23a4.41 4.41 0 0 1-2.12 2.15zm0 0'%3e%3c/path%3e%3cpath d='M4.97 9.48c1 .29 2.06.2 3-.22A4.4 4.4 0 0 0 5.86 7.1c-1-.28-2.06-.2-3 .23a4.28 4.28 0 0 0 2.11 2.14zm0 4.21c1 .28 2.06.2 3-.23a4.41 4.41 0 0 0-2.11-2.15c-1-.28-2.06-.2-3 .23a4.41 4.41 0 0 0 2.11 2.15zm2.97-6.52v7.12'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--agriculture-and-environment--tree-2::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M13.74 7.57a2.9 2.9 0 0 0-1.71-2.66A1.63 1.63 0 0 0 10.7 3c-.1-.03-.23-.03-.34-.03h-.11a2.9 2.9 0 0 0-4.8 0h-.12A1.66 1.66 0 0 0 3.7 4.94a2.93 2.93 0 0 0 .62 5.52 2.3 2.3 0 0 0 3.03 1.11c.2-.09.37-.2.52-.34a2.3 2.3 0 0 0 3.57-.77 2.94 2.94 0 0 0 2.31-2.89zM7.86 5.91v8.38m0-4.6c1.68 0 2.51-.83 2.51-2.52'%3e%3c/path%3e%3cpath d='M7.86 8a1.98 1.98 0 0 1-2.09-1.86v-.23'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--architecture-and-planning--building-modern::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M3.14 6.57H8c.31 0 .57.26.57.57v7.15h-6V7.14c0-.31.26-.57.57-.57zm0 0'%3e%3c/path%3e%3cpath d='M10.29 14.29h3.42v-12a.84.84 0 0 0-.85-.86H7.7a.84.84 0 0 0-.85.86v2.57h.85m-5.13 9.43h-.86m12 0h.86M6.86 3.14h2.57M2.57 8.29h1.29m2.14 6H4.29v-1.72c0-.48.37-.86.85-.86.49 0 .86.38.86.86zm0 0'%3e%3c/path%3e%3cpath d='M12 14.29h-1.71V11.7c0-.48.37-.85.85-.85.49 0 .86.37.86.85zm0 0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--architecture-and-planning--buildings-1::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M2.97 9.26h2.51m-2.51 1.68h2.51M2.97 12.6h2.51M2.97 5.91h2.51M2.97 7.57h2.51m6.29 1.69h.83m-.83 1.68h.83m-.83 1.66h.83m-.83-5.03h.83M2 3.4h4.46c.14 0 .28.12.28.29v10.6H2a.28.28 0 0 1-.29-.29V3.66c0-.14.12-.26.29-.26zm4.74 5.03h3.35v5.86H6.74zm3.63-3.37H14c.14 0 .29.11.29.28V14a.3.3 0 0 1-.29.29h-3.91V5.34a.3.3 0 0 1 .28-.28zM3.4 1.71V3.4'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--architecture-and-planning--buildings-2::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M2.83 4.23h5.31c.15 0 .29.11.29.29v9.77H2.54V4.52c0-.18.15-.29.29-.29zm0 0'%3e%3c/path%3e%3cpath d='M4.52 2.54h1.94c.14 0 .28.12.28.29v1.4H4.23v-1.4c0-.14.11-.29.29-.29zm-.29 3.37h2.51M4.23 7.57h2.51M4.23 9.26h2.51m-2.51 1.68h2.51M4.23 12.6h2.51M5.91 1.71v.83m4.18 11.75h3.34V7.17c0-.23-.2-.43-.43-.43h-2.52c-.22 0-.42.2-.42.43v7.12zm2.51-8.38v.83M1.71 14.29H14.3'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--architecture-and-planning--heavy-equipment-lift-hook-box::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M12.6 14.29H7.57a1.69 1.69 0 0 1 0-3.38h5.03a1.69 1.69 0 0 1 0 3.38zM8 12.4c.11 0 .2.08.2.2m-.4 0c0-.12.09-.2.2-.2m0 .43a.2.2 0 0 1-.2-.2m.4-.03a.2.2 0 0 1-.2.2m2.09-.4c.1 0 .2.08.2.2m-.4 0c0-.12.08-.2.2-.2m0 .43a.2.2 0 0 1-.2-.2m.42-.03a.2.2 0 0 1-.2.2m2.09-.4c.11 0 .2.08.2.2m-.43 0c0-.12.09-.2.2-.2m.03.43a.2.2 0 0 1-.2-.2m.4-.03a.2.2 0 0 1-.2.2'%3e%3c/path%3e%3cpath d='M13.46 11.17V8.43a.83.83 0 0 0-.83-.83h-.83a.83.83 0 0 1-.83-.83v-.83a.83.83 0 0 0-.83-.83H7.63a.83.83 0 0 0-.83.83v5.26m1.63-4.46h.83M3.4 4.63V8'%3e%3c/path%3e%3cpath d='M6.74 7.74 2 3.34a.96.96 0 0 1-.11-1.25.98.98 0 0 1 1.25-.23l5.55 3.2M2.29 8h2.23c.3 0 .57.26.57.57v2.23c0 .31-.26.57-.57.57H2.29a.57.57 0 0 1-.58-.57V8.57c0-.31.26-.57.58-.57zm0 0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--architecture-and-planning--house-modern::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M1.74 12.71H14.3m-7.56 0H2.57V7.3l4.17-.83zm6.72 0H6.74v-9.2l6.69 2.92v6.28zM8.43 6.23c.11 0 .2.08.2.2m-.4.03c0-.12.08-.2.2-.2m0 .4a.2.2 0 0 1-.2-.2m.4 0a.2.2 0 0 1-.2.2'%3e%3c/path%3e%3cpath d='M11.77 12.71H8.43V10.2c0-.46.37-.83.83-.83h1.68c.46 0 .83.37.83.83zM1.71 7.46l5.03-1m-.85-3.32 8.4 3.66m-2.52-1.09v-2.2h1.69v2.92'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--architecture-and-planning--measure-ruler-divider::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='m3.43 12.6-.29 1.69M8 12.6l.29 1.69m-4.26-9.6-1.46 7.77 1.69.28 1.26-6.6m.37 0 1.25 6.6 1.69-.28L7.4 4.7'%3e%3c/path%3e%3cpath d='M7.43 4.43c0 .94-.77 1.71-1.72 1.71-.08 0-.2 0-.28-.03A1.75 1.75 0 0 1 4 4.34v-.77c0-.23.2-.43.43-.43H7c.23 0 .43.2.43.43zM5.71 3.14V1.43M10 14.29h2.57c.49 0 .86-.38.86-.86V2.29a.84.84 0 0 0-.86-.86H10a.84.84 0 0 0-.86.86v3M11.71 4h1.72m-1.72 2.57h1.72m-1.72 2.57h1.72m-1.72 2.57h1.72'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--architecture-and-planning--project-blueprint-buildings::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M3.4 10.94a1.69 1.69 0 1 1 0 3.37 1.71 1.71 0 0 1-1.69-1.7c0-.92.75-1.67 1.69-1.67zm0 0'%3e%3c/path%3e%3cpath d='M1.71 12.6V3.4a1.69 1.69 0 0 1 3.37 0v9.23'%3e%3c/path%3e%3cpath d='M3.4 14.29h10.06c.45 0 .83-.38.83-.83v-8.8a.83.83 0 0 0-.83-.83h-8.4'%3e%3c/path%3e%3cpath d='M8 11.77h3.34V6.31c0-.22-.2-.42-.43-.42H8.4c-.23 0-.43.2-.43.42v5.46zM9.69 8h1.68M9.69 9.69h1.68m.83 2.08h-.83m-3.37 0h-.83'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--architecture-and-planning--project-notes-buildings::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M10.4 11.97h-.83m-3.37 0h3.34V6.54c0-.23-.2-.43-.43-.43h-2.5c-.24 0-.44.2-.44.43v5.43zM7.89 8.2h1.68M7.89 9.89h1.68M6.2 11.97h-.83'%3e%3c/path%3e%3cpath d='M9.97 3.8h2.09c.46 0 .83.37.83.83v8.8c0 .46-.37.83-.83.83H3.69a.83.83 0 0 1-.83-.83V4.66c0-.46.37-.83.83-.83h2.08a2.1 2.1 0 0 1 4.2-.03zm-2.08-.4c.11 0 .2.08.2.2m-.4 0c0-.12.08-.2.2-.2m0 .4a.2.2 0 0 1-.2-.2m.4 0a.2.2 0 0 1-.2.2'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--architecture-and-planning--real-estate-dimensions-map::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M2.83 1.77a.81.81 0 0 0-1.06.52.87.87 0 0 0-.06.25v9.63c0 .35.2.63.49.77l2.97 1.26c.2.09.43.09.63.03l4-1.6c.2-.06.4-.06.6 0l2.74 1.08a.83.83 0 0 0 1.09-.45c.03-.09.06-.2.06-.32V3.6a.82.82 0 0 0-.6-.8L10.3 1.77a.66.66 0 0 0-.45 0L5.7 2.94c-.17.06-.31.03-.48 0zm0 0'%3e%3c/path%3e%3cpath d='M3.4 3.8v7.97l2.08.83 4.6-1.69 2.52.83V4.23l-2.5-.83-4.6 1.26zm0 0'%3e%3c/path%3e%3cpath d='m3.4 6.83 2.08.83 2.09-.83m1.69-3.2V5.8M3.4 9.34l2.08.77 1.26-.34v2.4m2.52-.94V9.26l.83-.43 2.51.83'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--architecture-and-planning--school-building::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M5.48 14.29H1.71v-4.6c0-.46.38-.83.83-.83h2.94m5.04-.03h2.94c.45 0 .83.37.83.83v4.63h-3.77m-1.69-2.2a.79.79 0 0 0-.83-.75.79.79 0 0 0-.83.75v2.2h1.69v-2.2zM8 5.06V1.7m0 .01h2.23a.3.3 0 0 1 .29.29v1.11c0 .15-.12.29-.29.29H8zm0 5.06a.83.83 0 0 1 0 1.66.83.83 0 0 1 0-1.66zm0 0'%3e%3c/path%3e%3cpath d='M10.52 7.52A2.47 2.47 0 0 0 8 5.09a2.49 2.49 0 0 0-2.52 2.43v6.77h5.04zm-7.12 3h.43M3.4 12.6h.43m8.37-2.08h.43m-.43 2.08h.43'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--arts-humanities-and-social-sciences--book-open-bookmark::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M7.97 14.29V4.14s-1.43-1.6-6.26-1.66a.26.26 0 0 0-.2.09c-.05.09-.08.14-.08.23v9.54c0 .18.11.29.28.32 4.83.03 6.26 1.63 6.26 1.63zM6.23 7.91c-1-.34-2.03-.54-3.06-.6m3.06 3.06c-1-.34-2.03-.54-3.06-.6m6.54-1.86c1-.34 2.03-.54 3.06-.6m-3.06 3.06c1-.34 2.03-.54 3.06-.6'%3e%3c/path%3e%3cpath d='M12.77 2.57c.43-.03.92-.05 1.43-.05.09 0 .14.02.2.08a.3.3 0 0 1 .08.23v9.54c0 .17-.1.29-.28.32-4.8 0-6.23 1.6-6.23 1.6'%3e%3c/path%3e%3cpath d='M7.97 14.29V4.14s.66-.74 2.63-1.23m2.17 2.63V1.71c-.74.06-1.46.18-2.17.35v3.48l1.09-.88zm0 0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--arts-humanities-and-social-sciences--brain-network::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M6.29 14.29V12.6h-.86a1.7 1.7 0 0 1-1.69-1.69V9.23H2.71a.44.44 0 0 1-.42-.43c0-.06 0-.11.02-.14.38-.97.72-1.92 1.09-2.77m10.31.02a5.23 5.23 0 0 1-1.57 4.9v3.48M8.37 5.91c.69 0 1.26.57 1.26 1.26 0 .69-.57 1.26-1.26 1.26-.68 0-1.26-.57-1.26-1.26 0-.69.58-1.26 1.26-1.26zm2.94-1.68c.46 0 .83.37.83.83a.83.83 0 0 1-1.66 0c-.02-.46.38-.83.83-.83zm-5.88 0a.83.83 0 1 1 0 1.66.83.83 0 0 1 0-1.66zm2.94 1.68v-4.2'%3e%3c/path%3e%3cpath d='M5.43 4.23c0-.92.74-1.69 1.68-1.69h2.52c.91 0 1.68.75 1.68 1.69'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--arts-humanities-and-social-sciences--human-resources-hierarchy-1::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M9.26 12.6h-.57a.31.31 0 0 1-.3-.29V3.26a.3.3 0 0 1 .3-.29h.57M7.17 8h1.26m3.77-6.29c.69 0 1.26.58 1.26 1.26 0 .69-.57 1.26-1.26 1.26-.68 0-1.26-.57-1.26-1.26 0-.68.54-1.26 1.26-1.26zm2.09 4.6a2.32 2.32 0 0 0-2.1-1.68c-1 .03-1.82.71-2.08 1.68zM12.2 9.69c.69 0 1.26.57 1.26 1.25 0 .69-.57 1.26-1.26 1.26-.68 0-1.26-.57-1.26-1.26 0-.71.54-1.25 1.26-1.25zm2.09 4.6a2.28 2.28 0 0 0-2.1-1.69c-1 .03-1.82.71-2.08 1.69zM4.23 4.66a1.69 1.69 0 1 1 0 3.37 1.69 1.69 0 0 1 0-3.37zm-2.52 6.68a2.5 2.5 0 0 1 2.52-2.51 2.5 2.5 0 0 1 2.51 2.51zm0 0'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--arts-humanities-and-social-sciences--instrument-contrabass-sheet::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M7.4 10.8a1.3 1.3 0 0 1-.34-2.26c.14-1.2-1.06-2.28-2.4-2.2-1.35-.08-2.57 1-2.4 2.2.57.46.68 1.26.22 1.83-.14.2-.34.34-.57.43-.1.03-.2.11-.2.23.03 1.28 1.38 2.45 2.83 2.45h.2c1.46 0 2.83-1.17 2.83-2.45 0-.12-.05-.2-.17-.23zM4.66 8.83V1.7m0 12.59v-1.26m-.86-8.8h1.68M3.8 2.54h1.68m3.23 6.63c.03.29.26.52.55.52l4.14-.03a.6.6 0 0 0 .54-.52l.35-2.51a.82.82 0 0 0-.12-.52.5.5 0 0 0-.4-.22l-4.86.02a.45.45 0 0 0-.4.23.68.68 0 0 0-.11.52zm2.63-.74v5.86m-2.08-.03 2.08-1.66 2.09 1.69'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--arts-humanities-and-social-sciences--network-user::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M6.74 14.17A6.29 6.29 0 0 1 9.26 1.86a6.33 6.33 0 0 1 4.97 5.31'%3e%3c/path%3e%3cpath d='M6.48 14.11c-.85-1.25-1.42-3.5-1.42-6.11 0-2.6.57-4.86 1.42-6.11M1.74 7.57h6.69M2.97 4.23h10.06m-10.6 6.71h4.71m2.38-9.05a8.82 8.82 0 0 1 1.22 3.6m.6 1.68c.8 0 1.46.66 1.46 1.46 0 .8-.66 1.46-1.46 1.46a1.46 1.46 0 0 1 0-2.91zm0 3.35a2.94 2.94 0 0 0-2.94 2.94v.83h5.89v-.83a2.94 2.94 0 0 0-2.95-2.94zm0 0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--arts-humanities-and-social-sciences--office-stamp-documen::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M5.06 4.66v-2.4c0-.32.23-.55.54-.55h5.43L14.29 5v8.74c0 .32-.23.55-.55.55H10.1'%3e%3c/path%3e%3cpath d='M10.94 1.71v2.8c0 .32.26.58.58.58h2.77m-1.38 2.08H8.43m4.48 5.03h-1.57m1.57-2.51H9.26M1.71 12.6l.43 1.69H8l.43-1.69'%3e%3c/path%3e%3cpath d='M6.74 10.94h-.83V9.46c.8-.46 1.09-1.49.6-2.29a1.65 1.65 0 0 0-2.28-.6 1.65 1.65 0 0 0-.6 2.29c.14.25.37.45.6.6v1.48H3.4a1.7 1.7 0 0 0-1.69 1.69h6.72a1.7 1.7 0 0 0-1.69-1.69zm0 0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--arts-humanities-and-social-sciences--official-building::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M3.69 9.26h1.68v3.34H3.7zm3.34 0H8.7v3.34H7.03zm3.34 0h1.69v3.34h-1.69zm2.52-.43c0 .23-.2.43-.43.43h-9.2a.44.44 0 0 1-.43-.43c0-.26.17-.49.4-.54L7.71 6.8a.37.37 0 0 1 .26 0l4.51 1.49c.26.08.4.31.4.54zM9.54 5.91h1.69v1.95'%3e%3c/path%3e%3cpath d='M4.52 7.86V5.9H6.2m-1.68.01a3.35 3.35 0 0 1 6.68 0m-3.34-4.2v.83M2 14.29h11.74M2.83 12.6h10.06'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--arts-humanities-and-social-sciences--ranking-people-first::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M5.91 10.94H2.54a.83.83 0 0 0-.83.83v2.52h4.2zm7.55 0h-3.37v3.35h4.2v-2.52a.83.83 0 0 0-.83-.83zm0 0'%3e%3c/path%3e%3cpath d='M9.26 7.57H6.74a.83.83 0 0 0-.83.83v5.89h4.2V8.43a.87.87 0 0 0-.85-.86zM8 1.71c.8 0 1.46.66 1.46 1.46 0 .8-.66 1.46-1.46 1.46-.8 0-1.46-.66-1.46-1.46 0-.8.66-1.46 1.46-1.46zm1.83 4.2a2.4 2.4 0 0 0-3.37-.25c-.09.08-.2.17-.26.25m6.26-.43a1.46 1.46 0 0 1 0 2.91c-.8 0-1.46-.65-1.46-1.45 0-.8.66-1.46 1.46-1.46zm1.83 4.21c-.63-.72-1.6-1-2.52-.75M3.54 5.48c.8 0 1.46.66 1.46 1.46 0 .8-.66 1.46-1.46 1.46-.8 0-1.45-.66-1.45-1.46-.03-.8.62-1.46 1.45-1.46zM1.71 9.69a2.35 2.35 0 0 1 2.52-.72'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--arts-humanities-and-social-sciences--read-world::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M8.83 7.57h5.03c.23 0 .43.2.43.43v5.86c0 .23-.2.43-.43.43H8.83a.44.44 0 0 1-.43-.43V8c.03-.23.2-.43.43-.43zm2.51 1.69h1.26m-2.51 1.68h2.51m-2.51 1.66h2.51'%3e%3c/path%3e%3cpath d='M6.74 12.6a5.43 5.43 0 0 1-5-5.86 5.4 5.4 0 0 1 5.83-5 5.42 5.42 0 0 1 4.89 4.17'%3e%3c/path%3e%3cpath d='M5.06 12.2V9.69s.57-.26.71-.58a.7.7 0 0 0-.03-.63l-.68-1.34a.74.74 0 0 0-.83-.37l-2.52.63m2.52-4.83v2.2c0 .34.23.63.54.71l1.06.38c.4.08.77-.15.88-.52.03-.05.03-.11.03-.17V4.4l2.32-.37c.34-.06.6-.37.6-.72v-1'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--arts-humanities-and-social-sciences--school-teacher::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M4.23 1.71a1.69 1.69 0 1 1 0 3.38 1.69 1.69 0 0 1 0-3.38zm0 4.2v3.35m1.25 5.03.43-4.2h.83v-1.7a2.5 2.5 0 0 0-2.51-2.5 2.5 2.5 0 0 0-2.52 2.5v1.7h.83l.43 4.2zm2.95-3.77h5.03c.45 0 .83-.38.83-.83V2.54a.83.83 0 0 0-.83-.83H7.57'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--arts-humanities-and-social-sciences--single-neutral-actions-graduate::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M5.48 1.71a2.3 2.3 0 1 1-2.31 2.31 2.3 2.3 0 0 1 2.31-2.3zm-3.77 9.23a3.76 3.76 0 0 1 6.6-2.51m2.21.86-3.78 1.54 3.78 1.37 3.77-1.37zm-3.78 1.54v2.11'%3e%3c/path%3e%3cpath d='M8.43 11.46v1.74c0 .17.11.32.26.4l1.68.66c.09.03.2.03.32 0l1.68-.66c.17-.06.26-.23.26-.4v-1.74'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--arts-humanities-and-social-sciences--team-exchange-chat::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M7.57 5.91h-.83v1.26L5.06 5.91H2.54a.83.83 0 0 1-.83-.82V2.54c0-.45.38-.83.83-.83h5.03c.46 0 .83.38.83.83v2.52c.03.48-.34.85-.83.85zm.86 7.12h.83v1.26l1.68-1.26h2.52c.45 0 .83-.37.83-.83V9.69a.83.83 0 0 0-.83-.83H8.43a.83.83 0 0 0-.83.83v2.5c-.03.47.34.84.83.84zM4.09 9.26c.8 0 1.45.65 1.45 1.45 0 .8-.65 1.46-1.45 1.46-.8 0-1.46-.65-1.46-1.46-.03-.8.63-1.45 1.46-1.45zm2.34 5.03a2.49 2.49 0 0 0-4.72 0m10.2-12.15c.8 0 1.46.66 1.46 1.46 0 .8-.66 1.46-1.46 1.46a1.46 1.46 0 0 1 0-2.91zm2.38 5.03a2.49 2.49 0 0 0-4.72 0m-.31 3.77h3.34'%3e%3c/path%3e%3cpath d='m11.77 10.09.83.82-.83.83M6.74 3.8H3.4m.83-.83-.83.83.83.83'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--arts-humanities-and-social-sciences--video-player-adjust-finger::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='8' stroke-width='.75'%3e%3cpath d='M6.23 11.54H2.29a.88.88 0 0 1-.86-.85V2.57c0-.46.34-.86.86-.86h11.2c.45 0 .85.4.85.86v8.12m-1.77-1.32h-.86m-8.51 0h2.97M4 8.97v.86'%3e%3c/path%3e%3cpath d='M6.17 5.09V3.7c0-.1.06-.23.17-.28.12-.06.23-.06.29 0l2.8 1.37c.17.11.17.34.11.46 0 .05-.06.05-.11.11L6.63 6.8c-.11.06-.23.06-.29 0a.32.32 0 0 1-.17-.28zm7.2 9.43.06-.63a1.75 1.75 0 0 0-1.32-1.83L10 11.6V8.34c0-.57-.46-1.08-1.09-1.08-.62 0-1.02.45-1.02 1.08v5.26l-.86-.63c-.4-.28-.92-.23-1.2.17a.86.86 0 0 0 0 1.03l.28.35'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--arts-humanities-and-social-sciences--video-player-movie-1::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='8' stroke-width='.75'%3e%3cpath d='M14.29 6.17v7.31c0 .46-.4.86-.86.86H2.29a.88.88 0 0 1-.86-.86v-7.3m12.86-1.72H1.49V2.29c0-.46.4-.86.85-.86h11.14c.46 0 .86.4.86.86v2.17zm-8.98 0 .86-2.98M9.6 4.46l.86-2.98'%3e%3c/path%3e%3cpath d='M6.46 11.71c-.23.12-.52 0-.63-.23-.06-.05-.06-.1-.06-.22V7.94c0-.28.23-.51.52-.51.05 0 .17 0 .23.05l3.3 1.66c.24.12.35.4.24.63a.46.46 0 0 1-.23.23zm0 0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--business-and-economics--accounting-calculator::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath fill='none' d='M4.26 1.71h7.48c.46 0 .83.38.83.83v10.89c0 .46-.37.83-.83.83H4.26a.83.83 0 0 1-.83-.83V2.54c0-.45.37-.83.83-.83zm0 0'%3e%3c/path%3e%3cpath fill='none' d='M5.52 3.4h5c.22 0 .42.2.42.43v1.69c0 .22-.2.42-.42.42h-5a.44.44 0 0 1-.43-.42v-1.7c0-.25.2-.42.43-.42zm0 0'%3e%3c/path%3e%3cpath d='M5.71 8c.12 0 .2.09.2.2a.2.2 0 0 1-.2.2.2.2 0 0 1-.2-.2c0-.11.1-.2.2-.2zm2.38 0c.1 0 .2.09.2.2a.2.2 0 0 1-.2.2.2.2 0 0 1-.2-.2c0-.11.08-.2.2-.2zm2.2 0c.1 0 .2.09.2.2a.2.2 0 0 1-.2.2.2.2 0 0 1-.2-.2c0-.11.08-.2.2-.2zm-4.58 2.09c.12 0 .2.08.2.2a.2.2 0 0 1-.2.2.2.2 0 0 1-.2-.2c0-.12.1-.2.2-.2zm2.38 0c.1 0 .2.08.2.2a.2.2 0 0 1-.2.2.2.2 0 0 1-.2-.2c0-.12.08-.2.2-.2zm2.2 0c.1 0 .2.08.2.2a.2.2 0 0 1-.2.2.2.2 0 0 1-.2-.2c0-.12.08-.2.2-.2zM5.71 12.2c.12 0 .2.09.2.2a.2.2 0 0 1-.2.2.2.2 0 0 1-.2-.2c0-.11.1-.2.2-.2zm2.38 0c.1 0 .2.09.2.2a.2.2 0 0 1-.2.2.2.2 0 0 1-.2-.2c0-.11.08-.2.2-.2zm2.2 0c.1 0 .2.09.2.2a.2.2 0 0 1-.2.2.2.2 0 0 1-.2-.2c0-.11.08-.2.2-.2zm0 0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--business-and-economics--analytics-graph-bar-1::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M1.71 14H14.3m-9.64-3.34H2.97c-.23 0-.43.2-.43.43V14h2.52v-2.94a.4.4 0 0 0-.4-.4zm4.17-4.2H7.14c-.23 0-.43.2-.43.43V14h2.52V6.89c.03-.23-.17-.43-.4-.43zm4.2 2.51h-1.69c-.23 0-.43.2-.43.43V14h2.52V9.4c.03-.23-.17-.43-.4-.43zM2.54 6.03a.83.83 0 0 1 0 1.66.79.79 0 0 1-.83-.8c0-.5.38-.86.83-.86zm3.77-4.6c.46 0 .83.37.83.83a.83.83 0 0 1-1.66 0c0-.46.38-.83.83-.83zm7.15 2.09a.83.83 0 1 1-.83.82.8.8 0 0 1 .83-.82zM3.09 6.23 5.8 2.91m6.86 1.2L7.1 2.51'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--business-and-economics--briefcase::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M2.54 4.57h10.89c.46 0 .83.37.83.86v7.71c0 .49-.37.86-.83.86H2.54a.83.83 0 0 1-.83-.86V5.43c0-.49.38-.86.83-.86zm1.69 3h7.54M4.23 11h7.54'%3e%3c/path%3e%3cpath d='M9.86 2.6a.81.81 0 0 0-.77-.6H6.94a.82.82 0 0 0-.8.6l-.66 1.97h5.04zM3.4 4.57v-.86m9.2.86v-.86'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--business-and-economics--business-deal-handshake::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='m12.63 9.23-2.89.54m-.4-3.83-1.94.63a.61.61 0 0 1-.77-.34c-.15-.32-.03-.71.28-.86l1.9-.94c.3-.17.67-.2 1.02-.06L12.6 5.4'%3e%3c/path%3e%3cpath d='M3.34 9.23h1.37l1.98 2.2c.25.31.74.34 1.05.09a.72.72 0 0 0 .26-.58v-.34l.09.03a.9.9 0 0 0 1.2-.52c.05-.11.05-.22.05-.34h.29c.46 0 .83-.37.83-.83a.78.78 0 0 0-.17-.48L8.54 6.2M7.2 5.23 7 5.06c-.2-.15-.46-.23-.69-.23-.14 0-.28.03-.42.08l-2.5 1'%3e%3c/path%3e%3cpath d='M1.71 4.97h1.12c.28 0 .54.23.57.51v3.6c0 .3-.26.52-.57.52H1.7m12.59 0h-1.12a.58.58 0 0 1-.57-.51v-3.6c0-.3.26-.52.57-.52h1.12M8 10.6l-.54-.54m1.91-.26-.83-.83'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--business-and-economics--currency-dollar-increase::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M14 10.94V8.43h-2.57'%3e%3c/path%3e%3cpath d='m14 8.43-2.89 2.83c-.34.31-.82.45-1.28.31l-3.26-.86c-.46-.1-.91 0-1.23.32L2 14.29M8 4.23H6.83a.76.76 0 0 0-.77.74c0 .32.2.57.48.69l1.17.45c.4.15.58.6.43.98a.78.78 0 0 1-.71.48H6.29m.85-3.34V3.8m0 4.2v-.43'%3e%3c/path%3e%3cpath d='M11.34 6.74A4.2 4.2 0 0 0 8 1.8a4.3 4.3 0 0 0-5.06 3.3 4.19 4.19 0 0 0 1.63 4.17'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--business-and-economics--data-file-bars-edit::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='m13.94 9.6-4.28 4.26-2.09.43.43-2.1 4.26-4.25c.45-.46 1.2-.46 1.65 0 .49.46.49 1.2.03 1.66zM3.4 9.26h5.03m-2.52 0v-4.2m1.66 4.2V5.9M4.23 9.26V6.74m1.25 5.86H2.54a.83.83 0 0 1-.83-.83V2.54c0-.45.38-.83.83-.83h5.94c.23 0 .43.1.6.26l1.6 1.6a.9.9 0 0 1 .26.6v1.74'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--business-and-economics--network-cash::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M11.77 9.26h-1.14c-.4 0-.74.34-.74.74 0 .31.2.57.48.69l1.15.45c.37.15.57.6.42.97a.74.74 0 0 1-.68.46H10.1m.84-3.31v-.43m0 4.2v-.43'%3e%3c/path%3e%3cpath d='M10.94 7.57a3.35 3.35 0 0 1 3.35 3.34 3.37 3.37 0 0 1-3.35 3.38 3.35 3.35 0 0 1-3.34-3.35 3.33 3.33 0 0 1 3.34-3.37zm0 0'%3e%3c/path%3e%3cpath d='M7.57 14.26a6.25 6.25 0 0 1-5.83-6.69 6.28 6.28 0 0 1 12.49-.43'%3e%3c/path%3e%3cpath d='M6.48 14.11c-.85-1.25-1.42-3.5-1.42-6.11 0-2.6.57-4.86 1.42-6.11M1.71 7.57h5.32M2.97 4.23h10.06m-10.6 6.71h3.46m3.63-9.05a9.27 9.27 0 0 1 1.28 3.97'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--business-and-economics--network-user::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M7.57 13.74A5.87 5.87 0 0 1 7.57 2m0 0S4.63 3.69 4.63 7.86c0 4.2 2.94 5.85 2.94 5.85m0-8.37H2.29m5.28 5.03H2.29M11.77 2a1.69 1.69 0 1 1 0 3.38 1.69 1.69 0 0 1 0-3.38zm1.46 4.66-1.46 2.03-1.46-2.03a2.5 2.5 0 0 0-1.05 2.03v1.68c0 .46.37.83.83.83h.43v1.69c0 .45.37.82.82.82h.83c.46 0 .83-.37.83-.82v-1.7h.43c.46 0 .83-.36.83-.82V8.7c.03-.8-.37-1.55-1.03-2.03zm0 0'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--business-and-economics--performance-increase-1::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M1.71 14.29H14.3m-9.64-3.35H2.97c-.23 0-.43.2-.43.43v2.92h2.52v-2.95a.4.4 0 0 0-.4-.4zm4.17-4.2H7.14c-.23 0-.43.2-.43.43v7.12h2.52V7.17c.03-.23-.17-.43-.4-.43zm4.2 1.69h-1.69c-.23 0-.43.2-.43.43v5.43h2.52V8.83c.03-.23-.17-.4-.4-.4zm1.26-4.2V1.71h-2.52'%3e%3c/path%3e%3cpath d='m14.29 1.71-2.83 2.83c-.32.32-.8.43-1.26.32L7 4c-.43-.11-.89 0-1.2.31L2.54 7.57'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--business-and-economics--performance-user-graph::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M4.23 1.71a1.69 1.69 0 1 1 0 3.38 1.69 1.69 0 0 1 0-3.38zm0 4.2v3.35m1.25 5.03.43-4.2h.83v-1.7a2.5 2.5 0 0 0-2.51-2.5 2.5 2.5 0 0 0-2.52 2.5v1.7h.83l.43 4.2zm2.95-5.03h5.03c.45 0 .83-.37.83-.83V2.54a.83.83 0 0 0-.83-.83H7.57'%3e%3c/path%3e%3cpath d='m8 6.31 1.26-1.25 1.26 1.25 2.08-2.08'%3e%3c/path%3e%3cpath d='M10.94 4.23h1.69v1.68m-2.54 3.35v2.94m-1.66 0h3.34'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--business-and-economics--travel-crossroad-direction-board::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M1.71 14.29a6.29 6.29 0 0 1 12.57 0m-8.48 0-.14-.63a.82.82 0 0 0-.8-.63H1.83'%3e%3c/path%3e%3cpath d='M13.03 10.52h-2.26a.82.82 0 0 0-.8.62l-.43 1.69c-.11.46.17.91.6 1.03.06.03.15.03.2.03h.89l.06.42M8 3.4V1.7M5.48 3.4h5.46v2.5H5.48L4.23 4.66zM8 8V5.91'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--common--calendar::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M13.6 14.4H2.4V5.6h11.2M11.2 0v1.6H4.8V0H3.2v1.6h-.8A1.59 1.59 0 0 0 .8 3.2v11.2A1.6 1.6 0 0 0 2.4 16h11.2a1.6 1.6 0 0 0 1.6-1.6V3.2a1.6 1.6 0 0 0-1.6-1.6h-.8V0M12 8.8H8v4h4z'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--common--chevron-down::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M8 11.4 2.6 6 4 4.6l4 4 4-4L13.4 6z'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--common--chevron-left::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M10 13.4 4.6 8 10 2.6 11.4 4l-4 4 4 4z'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--common--chevron-right::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M6 13.4 4.6 12l4-4-4-4L6 2.6 11.4 8z'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--common--chevron-up::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='m12 11.4-4-4-4 4L2.6 10 8 4.6l5.4 5.4z'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--common--clock::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zm0 14c-3.3 0-6-2.7-6-6s2.7-6 6-6 6 2.7 6 6-2.7 6-6 6z'%3e%3c/path%3e%3cpath d='M9 4H7v5h5V7H9z'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--common--close::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M14.7 1.3c-.4-.4-1-.4-1.4 0L8 6.6 2.7 1.3c-.4-.4-1-.4-1.4 0s-.4 1 0 1.4L6.6 8l-5.3 5.3c-.4.4-.4 1 0 1.4.2.2.4.3.7.3s.5-.1.7-.3L8 9.4l5.3 5.3c.2.2.5.3.7.3s.5-.1.7-.3c.4-.4.4-1 0-1.4L9.4 8l5.3-5.3c.4-.4.4-1 0-1.4z'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--common--menu::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M0 0h16v3H0zM0 6h16v3H0zM0 12h16v3H0z'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--common--pin::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M8 0C4.1 0 1 3.1 1 7c0 1.9.7 3.7 2.1 5 .1.1 4.1 3.7 4.2 3.8.4.3 1 .3 1.3 0 .1-.1 4.2-3.7 4.2-3.8 1.4-1.3 2.1-3.1 2.1-5 .1-3.9-3-7-6.9-7zm0 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--common--search::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M12.7 11.3c.9-1.2 1.4-2.6 1.4-4.2 0-3.9-3.1-7.1-7-7.1S0 3.2 0 7.1c0 3.9 3.2 7.1 7.1 7.1 1.6 0 3.1-.5 4.2-1.4l3 3c.2.2.5.3.7.3s.5-.1.7-.3c.4-.4.4-1 0-1.4l-3-3.1zm-5.6.8c-2.8 0-5.1-2.2-5.1-5S4.3 2 7.1 2s5.1 2.3 5.1 5.1-2.3 5-5.1 5z'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--common--share-circle::before {
    background-image: url("data:image/svg+xml,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 16 16' xml:space='preserve' fill='%23000'%3e%3cstyle%3e.st0%7bfill:none%3bstroke:black%3bstroke-width:.6667%3bstroke-linecap:round%3bstroke-linejoin:round%3bstroke-miterlimit:2.6667%7d%3c/style%3e%3ccircle class='st0' cx='8' cy='8' r='7.7'%3e%3c/circle%3e%3cpath class='st0' d='M10 11.1c-.5-1-1.7-1.4-2.7-.9s-1.4 1.7-.9 2.7 1.7 1.4 2.7.9c.4-.2.7-.5.9-.9m5.8-2.7c1.1 0 2.1-.9 2.1-2s-.9-2.1-2-2.1-2.1.9-2.1 2c0 .3.1.6.2.9m0 5.9c-.5 1-.1 2.2.9 2.7s2.2.1 2.7-.9.1-2.2-.9-2.7c-.3-.1-.6-.2-.9-.2' transform='scale(.66667)'%3e%3c/path%3e%3cpath class='st0' d='M15.8 10.2c-.8 0-1.5-.4-1.8-1.1l-4 2c.3.6.3 1.3 0 1.8l4 2c.3-.7 1.1-1.1 1.8-1.1' transform='scale(.66667)'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--common--share::before {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M5.383 6.808a2.667 2.667 0 1 0 0 2.383M13 5.667a2.673 2.673 0 1 0-2.383-1.476M10.617 11.808A2.667 2.667 0 1 0 13 10.333' stroke-width='.66667'%3e%3c/path%3e%3cpath d='M13 5.667a2.667 2.667 0 0 1-2.383-1.476L5.383 6.808a2.642 2.642 0 0 1 0 2.383l5.234 2.618A2.667 2.667 0 0 1 13 10.333' stroke-width='.66667'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--education--basketball-ball::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M8 1.71A6.3 6.3 0 0 1 14.29 8 6.3 6.3 0 0 1 8 14.29 6.3 6.3 0 0 1 1.71 8 6.3 6.3 0 0 1 8 1.71zM3.4 12.29c.77-2.32 3.12-7.38 9.23-8.55m-9.32.09c2.52.91 7.2 3.4 8.17 9.43'%3e%3c/path%3e%3cpath d='M7.17 1.77a4.64 4.64 0 0 1-4.43 4.86c-.28 0-.6 0-.88-.03m6.03 7.69c-2.6-4.18 2.28-8.98 6.4-6.4'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--education--bookmarks-document::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M4.23 2.54H2.54a.83.83 0 0 0-.83.86v10.06c0 .45.38.83.83.83h10.89c.46 0 .83-.38.83-.83V3.4a.83.83 0 0 0-.83-.83H7.57'%3e%3c/path%3e%3cpath d='M7.57 7.57 5.89 6.31l-1.7 1.26V2.14c0-.23.2-.43.44-.43h2.51c.23 0 .43.2.43.43zm-3.34 4.2h5.86M4.23 9.26h7.54m0-2.52H9.26'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--education--family-hold::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M1.71 9.26v5.03m0-.83h8.38a1.7 1.7 0 0 0-1.7-1.69H6.32c0-.91-.74-1.68-1.68-1.68H1.7m2.96 1.68h1.68M12.2 1.71a1.69 1.69 0 0 1 0 3.38 1.69 1.69 0 0 1 0-3.38zM14.29 8a2.1 2.1 0 0 0-2.1-2.09c-.45 0-.88.15-1.25.43M4.66 1.71a1.69 1.69 0 0 1 0 3.38 1.69 1.69 0 0 1 0-3.38zM2.54 8A2.08 2.08 0 0 1 5.9 6.34m2.53-2.11c.68 0 1.26.57 1.26 1.25 0 .7-.58 1.26-1.26 1.26-.69 0-1.26-.57-1.26-1.26 0-.68.54-1.25 1.26-1.25zm0 3.34c-.83 0-1.6.49-1.91 1.26m1.91-1.26a2.1 2.1 0 0 1 2.09 2.09'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--education--family-home::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M14.29 6.6 8 2 1.71 6.6m1.46 2.26c.8 0 1.46.66 1.46 1.45 0 .8-.66 1.46-1.46 1.46-.8.03-1.46-.63-1.46-1.46 0-.8.66-1.45 1.46-1.45zm9.66 0c.8 0 1.46.66 1.46 1.45 0 .8-.66 1.46-1.46 1.46-.8 0-1.46-.66-1.46-1.46-.03-.8.63-1.45 1.46-1.45zM8 8.86c.8 0 1.46.66 1.46 1.45 0 .8-.66 1.46-1.46 1.46-.8 0-1.46-.66-1.46-1.46 0-.8.66-1.45 1.46-1.45zm-6.29 3.83a2.55 2.55 0 0 1 3.52.57c.11.14.2.31.25.48h.2a2.5 2.5 0 0 1 4.6 0h.2a2.5 2.5 0 0 1 3.29-1.31l.49.26'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--education--medical-notes::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M5.37 3.4h-1.6a.87.87 0 0 0-.91.83v9.23c.03.48.43.85.91.83H12c.48.02.89-.35.91-.83V4.23A.87.87 0 0 0 12 3.4h-1.6'%3e%3c/path%3e%3cpath d='M10.4 8.83c0-.23-.2-.43-.43-.43H8.71V7.14c0-.23-.2-.43-.42-.43h-.83c-.23 0-.43.2-.43.43V8.4H5.77c-.23 0-.43.2-.43.43v.83c0 .23.2.43.43.43h1.26v1.25c0 .23.2.43.43.43h.83c.23 0 .42-.2.42-.43V10.1h1.26c.23 0 .43-.2.43-.43zM9.34 2.54a1.65 1.65 0 0 0-2.88 0H5.8c-.23 0-.43.2-.43.43v1.69c0 .23.2.43.43.43H10c.23 0 .43-.2.43-.43V2.97c0-.23-.2-.43-.43-.43zm0 0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--education--mortarboard::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M11.14 7.23v4.11L8 12.3l-3.14-.95V7.23'%3e%3c/path%3e%3cpath d='M14.29 6.06 8 3.7 1.71 6.06 8 8.4zm-12.58 0v3.11'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--education--people-man-graduate::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M10.94 4.66a2.94 2.94 0 1 1-5.88 0V1.7h5.85v2.95zm-8.4 9.63a5.46 5.46 0 0 1 10.92 0M1.71 1.71H14.3M5.06 4.23h5.85M2.54 1.71v4.2'%3e%3c/path%3e%3cpath d='M5.2 9.6 8 11.77l2.8-2.17'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--education--read-glasses::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='m8 14.29-4.91-1.86a.8.8 0 0 1-.55-.74V7.57c0-.43.35-.77.77-.77.09 0 .17 0 .26.03L8 8.54zm4.91-1.86L8 14.29V8.54l4.43-1.71a.8.8 0 0 1 1 .51.8.8 0 0 1 .03.26v4.09c0 .31-.23.62-.55.74zM5.06 1.71a2.1 2.1 0 0 1 2.08 2.1 2.08 2.08 0 1 1-4.17 0 2.1 2.1 0 0 1 2.09-2.1zm5.88 0a2.1 2.1 0 0 1 2.09 2.1c0 1.16-.94 2.08-2.09 2.08A2.1 2.1 0 0 1 8.86 3.8a2.06 2.06 0 0 1 2.08-2.09zM7.17 3.86a.83.83 0 0 1 1.66 0m5.46-.06h-1.26m-10.06 0H1.71m8.38 6.29 1.25-.43'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--education--saving-bank-international::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M6.74 14.29h7.12m-6.29-4.2v4.2m1.69-4.2v4.2m2.08-4.2v4.2m1.69-4.2v4.2m1.26-4.2H6.3l3.7-2.4a.51.51 0 0 1 .63 0zm0 0'%3e%3c/path%3e%3cpath d='M4.52 13.23a6.3 6.3 0 0 1-1.75-8.71 6.3 6.3 0 0 1 8.71-1.75 6.21 6.21 0 0 1 2.78 4.8'%3e%3c/path%3e%3cpath d='M5.11 8.83a14.6 14.6 0 0 1 .15-3.31 9.1 9.1 0 0 1 1.22-3.63M1.74 7.57H5.1M2.69 4.66H13.3M2.23 10.52h2.4m4.89-8.61a9.54 9.54 0 0 1 1.28 4.03'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--education--school-teacher-a::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M4.23 1.71a1.69 1.69 0 1 1 0 3.38 1.69 1.69 0 0 1 0-3.38zm0 4.2v3.35m1.25 5.03.43-4.2h.83v-1.7a2.5 2.5 0 0 0-2.51-2.5 2.5 2.5 0 0 0-2.52 2.5v1.7h.83l.43 4.2zm8.81-12.58H7.57m.86 8.81h5.86M10.52 8V4.66a.83.83 0 0 1 1.65 0V8m-1.65-1.69h1.68'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--education--soccer-player-ball::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M8.43 1.71c.8 0 1.46.66 1.46 1.46 0 .8-.66 1.46-1.46 1.46-.8 0-1.46-.66-1.46-1.46-.03-.8.63-1.46 1.46-1.46zm2.91 4.6H9.86c-.32 0-.6-.05-.89-.17l-1.66-.62a5.96 5.96 0 0 0-5.2.48.84.84 0 0 0-.28 1.14c.23.4.74.52 1.14.29A4.31 4.31 0 0 1 6 6.89l-1.86 3.6h-1.6a.83.83 0 0 0 0 1.65h2.09c.31 0 .6-.17.74-.45L6 10.57l1.74.91.29 2.09c.06.43.4.72.83.72h.11a.84.84 0 0 0 .72-.95l-.3-2.08a1.67 1.67 0 0 0-.87-1.29L6.77 9.1l.86-1.66.77.28c.46.18.97.26 1.46.26h1.48c.46 0 .83-.37.83-.83a.81.81 0 0 0-.83-.83zm1.69 5.46c.68 0 1.26.57 1.26 1.26 0 .68-.58 1.26-1.26 1.26-.69 0-1.26-.58-1.26-1.26 0-.69.57-1.26 1.26-1.26zm0 0'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--engineering-and-computing--3d-print-monitor-1::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M10.09 14.29H5.9l.43-2.52H9.7zm-5.43 0h6.71m-9.66-4.2H14.3'%3e%3c/path%3e%3cpath d='M12.6 3.4c.92 0 1.69.74 1.69 1.69v5.02c0 .92-.75 1.7-1.69 1.7H3.4a1.7 1.7 0 0 1-1.69-1.7V5.06c0-.92.75-1.69 1.69-1.69'%3e%3c/path%3e%3cpath d='M8 5.06 5.06 3.37v3.34L8 8.43zm0 0 2.94-1.69v3.34L8 8.43zm0 0'%3e%3c/path%3e%3cpath d='M10.94 3.4 8 1.7 5.06 3.4'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--engineering-and-computing--cog-desktop::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M8.83 11.77c.06.89.34 1.77.83 2.52H6.3c.52-.75.8-1.63.83-2.52m-2.07 2.52h5.85m-9.2-4.2H14.3m-3.78-8.38h2.94c.45 0 .83.38.83.83v8.37c0 .46-.38.83-.83.83H2.54a.83.83 0 0 1-.83-.83V2.54c0-.45.38-.83.83-.83h2.94'%3e%3c/path%3e%3cpath d='M8 3.23a2.1 2.1 0 0 1 2.09 2.08A2.1 2.1 0 0 1 8 7.4a2.1 2.1 0 0 1-2.09-2.1A2.1 2.1 0 0 1 8 3.23zm0 0v-1m0 6.2v-1m2.09-2.12h1m-6.2 0h1m.14-2.2.63.63m3.31-.63-.6.6M6.03 7.54l.63-.63m3.31.63-.63-.63'%3e%3c/path%3e%3cpath d='M8 4.89c.23 0 .43.2.43.42 0 .23-.2.43-.43.43a.44.44 0 0 1-.43-.43c0-.22.2-.42.43-.42zm0 0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--engineering-and-computing--cog::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='8' stroke-width='.75'%3e%3cpath d='M7.06 2.37c.4.46 1.14.52 1.6.06.05 0 .05-.06.05-.06l.52-.57a1.1 1.1 0 0 1 1.6-.05c.23.22.4.57.34.91l-.05.8c-.06.63.45 1.14 1.08 1.2h.12l.8-.06c.63-.06 1.14.46 1.2 1.09 0 .34-.12.68-.35.91l-.57.52a1.1 1.1 0 0 0-.06 1.6l.06.05.57.52c.46.4.52 1.14.06 1.6-.23.23-.57.4-.91.34l-.8-.06c-.63-.05-1.15.46-1.2 1.09v.11l.05.8c0 .63-.46 1.15-1.08 1.15-.34 0-.63-.12-.86-.35l-.52-.57a1.1 1.1 0 0 0-1.6-.06l-.05.06-.52.57a1.1 1.1 0 0 1-1.6.06c-.23-.23-.4-.57-.34-.86l.06-.8c.05-.62-.46-1.14-1.09-1.2h-.11l-.8.06c-.63.06-1.14-.46-1.2-1.09 0-.34.11-.68.34-.91l.57-.52c.46-.4.52-1.14.06-1.6l-.06-.05-.57-.52a1.1 1.1 0 0 1-.05-1.6c.22-.23.57-.4.85-.34l.8.06c.63.05 1.14-.46 1.2-1.09V2.6a1.07 1.07 0 0 1 1.1-1.14c.34 0 .63.11.85.34zm0 0'%3e%3c/path%3e%3cpath d='M7.91 5.29a2.56 2.56 0 0 1 2.58 2.57 2.56 2.56 0 0 1-2.58 2.57 2.56 2.56 0 0 1-2.57-2.57 2.56 2.56 0 0 1 2.57-2.57zm0 0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--engineering-and-computing--construction-building::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M6.74 10.52V4.66H5.06v5.86m7.54-3.35V4.66m-10.89 0h10.9M2.14 12.2H13.9c.22 0 .42.2.42.43v1.26c0 .22-.2.42-.42.42H2.14c-.23-.02-.43-.22-.43-.45V12.6c0-.23.2-.4.43-.4zm10.89-2.51v2.5m-1.69-2.5v2.5m-1.65-2.5v2.5M1.71 4.66 5.06 1.7l7.54 2.95M5.06 1.71v2.95'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--engineering-and-computing--database-share::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M8 1.71c1.63 0 2.94.58 2.94 1.26 0 .69-1.31 1.26-2.94 1.26s-2.94-.57-2.94-1.26c0-.68 1.31-1.26 2.94-1.26zm0 0'%3e%3c/path%3e%3cpath d='M5.06 2.97v1.69C5.06 5.34 6.37 5.9 8 5.9s2.94-.57 2.94-1.25V2.97'%3e%3c/path%3e%3cpath d='M5.06 4.66v1.68C5.06 7.03 6.37 7.6 8 7.6s2.94-.57 2.94-1.26V4.66m-8.4 4.6H5.9c.45 0 .82.37.82.83v1.68c0 .46-.37.83-.82.83H2.54a.83.83 0 0 1-.83-.83v-1.68c0-.46.38-.83.83-.83zm1.69 3.34v1.69m-1.26 0h2.51m4.61-5.03h3.34c.46 0 .83.37.83.83v1.68c0 .46-.37.83-.83.83h-3.34a.83.83 0 0 1-.83-.83v-1.68c0-.46.37-.83.83-.83zm1.68 3.34v1.69m-1.25 0h2.5M2.54 7.57v-.83c0-.45.37-.83.83-.83m10.09 1.66v-.83a.83.83 0 0 0-.83-.83'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--engineering-and-computing--equipment-pressure-measure::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M3.99 1.71h8.1c.3 0 .56.25.56.56v11.46c0 .3-.26.56-.56.56h-8.1a.56.56 0 0 1-.56-.56V2.27c0-.3.25-.56.56-.56zm0 0'%3e%3c/path%3e%3cpath d='M3.43 3.4h9.22v5.02H3.43zm0 0'%3e%3c/path%3e%3cpath d='M6.36 8.42a1.68 1.68 0 0 1 3.35 0zm2.6-1.4 1.6-2.37M6.78 10.1a1.25 1.25 0 1 1 0 2.52 1.27 1.27 0 0 1-1.26-1.27c0-.7.56-1.26 1.26-1.26zm3.55.42c0-.12.08-.23.22-.23s.23.08.23.23c0 .13-.09.22-.23.22a.22.22 0 0 1-.22-.22zm0 1.68c0-.12.08-.23.22-.23s.23.08.23.22-.09.22-.23.22a.22.22 0 0 1-.22-.22zm0 0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--engineering-and-computing--grid-ruler-1::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='m1.97 11.54 8.06-8.06a.87.87 0 0 1 1.23 0l1.22 1.23c.35.35.35.9 0 1.23l-8.02 8.09a.86.86 0 0 1-1.23 0L2 12.8a.87.87 0 0 1-.03-1.26zm0 0'%3e%3c/path%3e%3cpath d='M10.29 3.31 5.94 1.74c-.17-.05-.34-.03-.46.12l-.74.71a.45.45 0 0 0 0 .63L7.54 6m5.15-.29 1.57 4.32c.05.17.03.34-.12.45l-.71.75a.46.46 0 0 1-.63 0L10 8.43m-3.26 3.28L5.71 10.7m3.23-1.16L7.91 8.52m3.2-1.18L10.1 6.31'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--engineering-and-computing--icon-plane-1::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M12.74 5.94H4.2l-.63-1.23-1.28-.05c-.35 0-.6.28-.6.63 0 .08.02.17.05.23l1.15 2.6c.2.45.63.74 1.11.74h2.26l-1.4 2.88a.65.65 0 0 0 .25.83c.09.06.18.06.29.06h1.17a.6.6 0 0 0 .46-.23L9.9 8.86h2.78c.8.03 1.48-.57 1.54-1.4V7.4a1.5 1.5 0 0 0-1.52-1.49c.06.03.06.03.03.03zm0 0'%3e%3c/path%3e%3cpath d='m10.09 5.91-1.7-2.25a.64.64 0 0 0-.48-.26H6.77c-.34 0-.6.29-.6.63 0 .08.03.2.06.28l.8 1.63'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--engineering-and-computing--laptop::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M13.03 9.14V3.7a.83.83 0 0 0-.83-.83H3.8a.83.83 0 0 0-.83.83v5.45zm1.17 2.6c.2.43 0 .92-.43 1.12a.73.73 0 0 1-.34.08H2.54a.83.83 0 0 1-.83-.83c0-.11.03-.22.1-.34l1.16-2.6h10.06zm-7.03-.51h1.69'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--engineering-and-computing--measure-ruler-divider::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='m3.4 12.63-.29 1.66m4.78-1.66.28 1.66M4 4.89l-1.43 7.6 1.66.28 1.23-6.46m.37 0 1.23 6.46 1.65-.29-1.4-7.57'%3e%3c/path%3e%3cpath d='M7.31 4.66c0 .91-.74 1.68-1.68 1.68-.09 0-.2 0-.29-.03a1.75 1.75 0 0 1-1.4-1.74v-.74c0-.23.2-.43.43-.43H6.9c.22 0 .42.2.42.43zM5.63 3.4V1.7m4.2 12.59h2.51c.46 0 .83-.38.83-.83V2.54a.83.83 0 0 0-.83-.83H9.83a.83.83 0 0 0-.83.83v2.94m2.52-1.25h1.68m-1.68 2.51h1.68m-1.68 2.52h1.68m-1.68 2.51h1.68'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--engineering-and-computing--monitor-transfer::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M8.43 5.06V2.54a.83.83 0 0 0-.83-.83H2.54a.83.83 0 0 0-.83.83V5.9c0 .45.38.82.83.82h1.69M3.4 8.43h.83m2.51-1.69h6.72c.45 0 .83.37.83.83v4.2c0 .46-.38.83-.83.83H6.74a.83.83 0 0 1-.83-.83v-4.2c0-.46.38-.83.83-.83zm3.35 5.86v1.69m-1.26 0h2.51m-5.43-3.35h8.38'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--engineering-and-computing--renewable-energy-solar-panel::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M13.86 12.6H4.83a.44.44 0 0 1-.43-.43c0-.06 0-.08.03-.14L6.23 7a.42.42 0 0 1 .4-.29h5.08a.4.4 0 0 1 .38.26L14.23 12c.08.2 0 .46-.23.54-.03.06-.09.06-.14.06zM8 12.6v1.69m2.52-1.69v1.69M4.03 7.57a2.47 2.47 0 0 1 .2-3.54 2.49 2.49 0 0 1 3.54.2c.12.14.23.29.32.43M5.91 2.14v-.43M8.83 3.4l.43-.43m-6.29.43-.43-.43m-.4 2.94h-.43m1.26 2.52-.43.43m6.72-2.12v5.86M5.43 9.26h7.63'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--engineering-and-computing--safety-helmet-1::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M9.5 4.34c2.1.68 3.53 2.6 3.53 4.8V10M6.52 4.34a5 5 0 0 0-3.55 4.8V10'%3e%3c/path%3e%3cpath d='M9.68 3.09a6.26 6.26 0 0 0-3.36 0l.4 2.46c.02.16.02.33.02.5v1c0 .7.56 1.26 1.26 1.26s1.26-.56 1.26-1.26v-1c0-.17 0-.34.03-.5zm-7.97 6.9H14.3M3.4 11.66c.47.25.77.73.83 1.26h7.54c.06-.53.36-1 .84-1.26'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--engineering-and-computing--user-3d-box::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M7.03 9.69 4.52 8.43V5.48l2.5 1.26zm0 0 2.51-1.26V5.48L7.03 6.74zm2.51-4.21L7.03 4.23 4.52 5.48'%3e%3c/path%3e%3cpath d='M3.69 14.29v-3.52a5.2 5.2 0 0 1 3.54-9.05c4.2 0 4.94 3.62 6.51 7.54h-1.68v1.68a1.7 1.7 0 0 1-1.69 1.69h-.83v1.66'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--health-and-behavioural-sciences--ambulance-car::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M5.91 11.77V6.74c0-.45.38-.83.83-.83h6.72c.45 0 .83.38.83.83v5.86c0 .46-.38.83-.83.83h-.49m-7.06-1.57V6.74H4.06a.83.83 0 0 0-.8.63L3 8.83l-.91.6a.83.83 0 0 0-.38.68v2.5c0 .45.38.82.83.82H4.3'%3e%3c/path%3e%3cpath d='M5.48 11.77c.7 0 1.26.57 1.26 1.26 0 .68-.57 1.26-1.26 1.26-.68 0-1.25-.58-1.25-1.26 0-.69.57-1.26 1.25-1.26zm6.29 0c.69 0 1.26.57 1.26 1.26 0 .68-.57 1.26-1.26 1.26-.68 0-1.25-.58-1.25-1.26 0-.69.57-1.26 1.25-1.26zm-5.11 1.69h3.91m-.05-7.98c0-.68-.58-1.25-1.26-1.25C8.57 4.23 8 4.8 8 5.48v.43h2.52zM10.09 8v2.52M8.83 9.26h2.51M9.26 2.54v-.83m2.08 1.69.43-.83m-4.6.83-.43-.83'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--health-and-behavioural-sciences--brain-head-1::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M12.14 14.29v-3.52a5.24 5.24 0 0 0 .29-7.4 5.26 5.26 0 0 0-3.86-1.66c-4 0-4.86 3.29-6.28 6.98-.1.22.02.45.23.54.05.03.08.03.14.03H3.7v1.68c0 .92.75 1.69 1.69 1.69h.89v1.66'%3e%3c/path%3e%3cpath d='M6.6 5.6c-.2-.12-.29-.37-.17-.57 0-.03.03-.03.03-.06a2.95 2.95 0 0 1 4.11-.57c1 .74 1.4 2.06 1.03 3.26-.08.23-.31.34-.51.25l-.06-.02zm0 0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--health-and-behavioural-sciences--conversation-speak::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M12.2 1.71c.8 0 1.46.66 1.46 1.46 0 .8-.66 1.46-1.46 1.46-.8 0-1.46-.66-1.46-1.46-.03-.8.63-1.46 1.46-1.46zm-1.26 11.12c0 .69.58 1.26 1.26 1.26.69 0 1.26-.57 1.26-1.26v-2.09c.45 0 .83-.37.83-.83V7.4a1.7 1.7 0 0 0-1.69-1.69h-.83a1.7 1.7 0 0 0-1.68 1.69v2.5c0 .46.37.83.82.83v2.09zM4.66 1.71a1.46 1.46 0 0 1 0 2.91c-.8 0-1.46-.65-1.46-1.45-.03-.8.63-1.46 1.46-1.46zM3.4 12.83c0 .69.57 1.26 1.26 1.26.68 0 1.25-.57 1.25-1.26v-2.09h1.7l-.84-2.51V7.4c0-.92-.74-1.69-1.68-1.69h-.83A1.7 1.7 0 0 0 2.57 7.4v.83l-.86 2.48H3.4zM7.09 2c.65.66.65 1.71 0 2.37M9.74 2a1.67 1.67 0 0 0 0 2.37'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--health-and-behavioural-sciences--dentistry-tooth::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M12.37 8.66a6.56 6.56 0 0 0 1.37-3.57A3.39 3.39 0 0 0 7.86 2.8 3.38 3.38 0 0 0 2 5.06a6.48 6.48 0 0 0 1.37 3.57c.17.23.23.54.11.83-.25.6-1.17 4.8.58 4.8 1.65 0 .14-3.35 3.6-3.35h.45c3.46.03 1.92 3.38 3.6 3.38 1.72 0 .83-4.2.58-4.8a.74.74 0 0 1 .08-.83zm0 0'%3e%3c/path%3e%3cpath d='M10.37 6.31c0-.22-.2-.42-.43-.42H8.7V4.63c0-.23-.2-.43-.43-.43h-.83c-.23 0-.43.2-.43.43v1.26H5.74c-.22 0-.43.2-.43.42v.83c0 .23.2.43.43.43H7v1.26c0 .23.2.43.43.43h.86c.23 0 .42-.2.42-.43V7.57h1.26c.23 0 .43-.2.43-.43v-.83zm0 0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--health-and-behavioural-sciences--disability-cane::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='8' stroke-width='.75' d='M8.74 1.71c.78 0 1.46.67 1.46 1.46 0 .78-.68 1.45-1.46 1.45-.78 0-1.45-.67-1.45-1.45 0-.79.67-1.46 1.45-1.46zm0 8.77v2.91m1.68-3.74V7.97M5.4 10.48c0-.44-.4-.83-.85-.83a.86.86 0 0 0-.84.83v3.8m3.36-4.63v3.8c0 .44.39.84.84.84.44 0 .83-.4.83-.84 0 .44.4.84.84.84.45 0 .84-.4.84-.84v-3.8c0 .44.39.84.84.84.44 0 .83-.4.83-.84V7.97a2.5 2.5 0 0 0-2.5-2.51H7.9a2.5 2.5 0 0 0-2.52 2.51'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--health-and-behavioural-sciences--disability-walk-blind::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='8' stroke-width='.75' d='M6.3 1.71c.78 0 1.45.67 1.45 1.46 0 .78-.67 1.45-1.45 1.45-.79 0-1.46-.67-1.46-1.45 0-.79.67-1.46 1.46-1.46zm5.02 6.65c-.1-.11-2.18-2.51-5.02-2.51-.95 0-1.9.11-2.8.39a2.52 2.52 0 0 0-1.79 2.4v1c0 .45.4.85.84.85.45 0 .84-.4.84-.84v-1c0-.4.22-.73.61-.8l.68-.16v2.8L3.05 13c-.22.34-.1.9.23 1.12a.9.9 0 0 0 1.17-.23v-.05l1.85-2.85 1.78 2.9c.23.4.73.56 1.18.29.44-.29.56-.73.28-1.18v-.05l-1.57-2.46V8.03c.78.33 1.51.84 2.12 1.45.34.34.84.4 1.18.06.34-.28.34-.79.05-1.18zm-.05 1.24 3.02 4.69'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--health-and-behavioural-sciences--disability-walking-help::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='8' stroke-width='.75'%3e%3cpath d='M10.1 7.52c0-.45-.4-.84-.84-.84-1.9 0-2.57-1.17-2.62-1.22a.97.97 0 0 0-.78-.4.8.8 0 0 0-.73.5l-3.35 7.55c-.17.44 0 .89.45 1.11.44.23.89 0 1.11-.45l1.4-3.12c.5.28.78.83.78 1.4v1.4c0 .44.39.83.84.83.44 0 .84-.4.84-.84v-1.4c0-1.22-.68-2.34-1.8-2.95l.8-1.69c.9.67 2 1 3.13 1 .39 0 .78-.39.78-.89zM7.14 1.71c.78 0 1.45.67 1.45 1.46 0 .78-.67 1.45-1.45 1.45-.78 0-1.45-.67-1.45-1.45 0-.79.67-1.46 1.45-1.46zm6.31 10.84c.44 0 .84.39.84.83 0 .45-.4.84-.84.84a.86.86 0 0 1-.84-.84c0-.44.34-.83.84-.83zm-4.25 0c.45 0 .84.39.84.83 0 .45-.39.84-.84.84a.86.86 0 0 1-.83-.84c0-.44.39-.83.83-.83zm0 0'%3e%3c/path%3e%3cpath d='M10.1 7.52h.78c.78 0 1.45.5 1.62 1.28l.95 3.75'%3e%3c/path%3e%3cpath d='m9.2 12.55.45-1.07c.28-.6.9-1.05 1.56-1.05h1.68'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--health-and-behavioural-sciences--hospital-bedroom-nurse::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M10.52 1.71c.68 0 1.25.58 1.25 1.26 0 .69-.57 1.26-1.25 1.26-.7 0-1.26-.57-1.26-1.26 0-.68.57-1.26 1.26-1.26zM5.91 9.26c.7 0 1.26.57 1.26 1.26 0 .68-.57 1.25-1.26 1.25-.68 0-1.25-.57-1.25-1.25 0-.7.54-1.26 1.25-1.26zm2.52 0h4.74c.63 0 1.12.51 1.12 1.11v1.4H8.43zm-5.89 2.51H14.3v1.69H2.54zm0 2.52V9.26m11.75 5.03v-.83M8.43 7.57c0-.91.74-1.68 1.68-1.68h.83c.92 0 1.69.74 1.69 1.68M6.31 3.4H5.06V2.14c0-.23-.2-.43-.43-.43H3.8c-.23 0-.43.2-.43.43V3.4H2.14c-.23 0-.43.2-.43.43v.83c0 .23.2.43.43.43H3.4v1.25c0 .23.2.43.43.43h.83c.23 0 .43-.2.43-.43V5.1h1.25c.23 0 .43-.2.43-.43v-.83a.46.46 0 0 0-.46-.43zm0 0'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--health-and-behavioural-sciences--medical-specialty-breathing::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M12.14 14.29v-3.52a5.24 5.24 0 0 0 .29-7.4 5.26 5.26 0 0 0-3.86-1.66c-4 0-4.86 3.29-6.28 6.98-.1.22.02.45.23.54.05.03.08.03.14.03H3.7v1.68c0 .92.75 1.69 1.69 1.69h.89v1.66'%3e%3c/path%3e%3cpath d='M9.63 14.29V9.74a3 3 0 0 0-3-3c-.77 0-1.49.32-2.03.83'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--health-and-behavioural-sciences--medical-specialty-hearing::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M1.71 4.66A3.69 3.69 0 0 1 4.7 1.8a3.76 3.76 0 0 1 4.57 3.68A4.5 4.5 0 0 1 7.7 8.91a2.13 2.13 0 0 0-.98 2.03c.03.46.03.92-.02 1.35a2.51 2.51 0 0 1-4.98-.52'%3e%3c/path%3e%3cpath d='M3.48 5.57c.12-.83.9-1.43 1.72-1.34.83.11 1.43.88 1.34 1.71m7.75.8h-2.52m0-2.51 1.69-1.69m-1.69 6.72 1.69 1.68'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--health-and-behavioural-sciences--medical-specialty-rehabilitation::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M8.71 1.71c.8 0 1.46.66 1.46 1.46a1.46 1.46 0 0 1-2.91 0c-.03-.8.63-1.46 1.45-1.46zm3.77 9.63c.8 0 1.46.66 1.46 1.46 0 .8-.65 1.46-1.46 1.46-.8 0-1.45-.66-1.45-1.46-.03-.8.63-1.46 1.45-1.46zm-3.37 2.95H6.2a.82.82 0 0 1-.72-.4l-1-1.7H2.83a.83.83 0 0 1 0-1.65H4.9c.29 0 .57.15.72.4l1 1.69h2.46c.45 0 .82.37.82.83.06.45-.3.83-.8.83zm0 0'%3e%3c/path%3e%3cpath d='M6.2 14.29H2.83a.83.83 0 0 1-.83-.83m7.97-5.09c0 .37-.26.72-.63.8l-.4.12a.83.83 0 0 0-.6 1.02c.09.38.43.63.8.63.06 0 .15 0 .2-.03l.4-.1a2.53 2.53 0 0 0 1.92-2.44V8a1.7 1.7 0 0 0-1.69-1.69H7.54c-.83 0-1.63.43-2.08 1.12l-.94 1.4'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--health-and-behavioural-sciences--presentation-speaker::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M3.8 10.09h8.37m-2.08 4.2H5.9l-.43-4.2h5.04zM8 4.23c.8 0 1.46.66 1.46 1.46a1.46 1.46 0 0 1-2.92 0c0-.8.66-1.46 1.46-1.46zm1.83 4.2a2.4 2.4 0 0 0-3.37-.26c-.09.09-.2.17-.26.26'%3e%3c/path%3e%3cpath d='M3.8 8.43H2.54a.83.83 0 0 1-.83-.83V2.54c0-.45.38-.83.83-.83h10.89c.48 0 .86.38.86.83v5.03c0 .46-.38.83-.83.83H12.2'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--how-youll-learn--baggage-plane::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M12.9 8.44 7.93 10.1l-.66-.67-.98.33c-.22.09-.34.31-.25.53.03.06.05.12.08.15l1.34 1.47c.22.25.59.34.9.22l1.44-.5-.3 2.12c-.03.23.14.45.36.48.05 0 .14 0 .2-.03l.75-.25c.1-.03.22-.14.25-.25l1.11-2.87 1.4-.48c.55-.2.84-.78.67-1.34-.22-.47-.81-.78-1.34-.58zm0 0'%3e%3c/path%3e%3cpath d='M11.5 8.91 9.94 7.82c-.1-.08-.25-.08-.36-.05l-.75.25a.4.4 0 0 0-.26.53.6.6 0 0 0 .12.16l.83.84'%3e%3c/path%3e%3cpath d='M5.9 12.6H3.39c-.92 0-1.68-.76-1.68-1.68V5.9c0-.92.76-1.68 1.68-1.68h7.53c.92 0 1.67.76 1.67 1.68v.83M4.64 4.22v8.37m5.02-8.37v2.1m-.83-2.1V2.55a.82.82 0 0 0-.84-.84H6.32a.82.82 0 0 0-.84.84v1.67'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--how-youll-learn--book-open-text::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M8 13.6V3.86S6.63 2.34 2 2.29a.25.25 0 0 0-.2.08.25.25 0 0 0-.09.2v9.14c0 .15.12.29.29.29 4.63.09 6 1.6 6 1.6zM6.31 7.48a12.9 12.9 0 0 0-2.94-.6m2.94 2.95c-.94-.31-1.94-.52-2.94-.6m6.32-1.75a12.9 12.9 0 0 1 2.94-.6M9.69 9.83c.94-.31 1.94-.52 2.94-.6'%3e%3c/path%3e%3cpath d='M8 13.6V3.86s1.37-1.52 6-1.57c.09 0 .14.02.2.08s.09.11.09.2v9.14c0 .15-.12.29-.29.29-4.63.09-6 1.6-6 1.6zm0 0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--how-youll-learn--construction-shovel::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M6.69 11.86a5.03 5.03 0 0 0-1.07-.87 2.44 2.44 0 0 0-3.6 1.2c-.22.67-.3 1.37-.3 2.1h12.57c0-2.1-.42-4.22-2.46-4.92-.95-.3-2.01-.2-2.85.33a11.2 11.2 0 0 0-3.13 3.25M1.71 4.23l2.52-2.52M2.97 2.97l3.77 3.77m.17 2.71-.8-.8a.9.9 0 0 1 0-1.26l1.25-1.26a.9.9 0 0 1 1.25 0l.82.8c.1.12.16.23.22.34l.25.78'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--how-youll-learn--e-learning-book-laptop::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M12.6 4.23v5.03c0 .45-.37.83-.83.83H4.23a.83.83 0 0 1-.83-.83V4.23m10.06 10.06H2.54a.83.83 0 0 1-.74-1.2l1.03-2.06c.28-.57.86-.92 1.48-.92h7.35c.63 0 1.23.37 1.48.92l1.03 2.06c.2.4.03.91-.37 1.1a.67.67 0 0 1-.34.1zM7.17 12.6h1.69'%3e%3c/path%3e%3cpath d='M8 2.66s-.26-.83-2.54-.92a.32.32 0 0 0-.37.32v3.46c.02.2.17.34.37.3 2.28.1 2.57.92 2.57.92M8 2.66s.26-.83 2.54-.92c.2-.03.37.12.37.32v3.46c-.02.2-.17.34-.37.3-2.28.1-2.57.92-2.57.92V2.66zm0 0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--how-youll-learn--messages-people-user-bubble-circle::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M3.8 3.4a1.69 1.69 0 0 1 0 3.37 1.69 1.69 0 0 1 0-3.37zm2.09 7.51V9.66A2.1 2.1 0 0 0 3.8 7.57a2.1 2.1 0 0 0-2.09 2.09v1.25h.83l.43 3.35h1.69l.43-3.35zm5.02-9.2A3.34 3.34 0 0 0 8.4 7.26L8 9.66l2.17-1.35a3.34 3.34 0 1 0 .74-6.6zm-.82 2.52h1.68m-1.68 1.66h1.68'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--how-youll-learn--multiple-circle-1::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M13.46 5.91H8.83L8 6.74l-.83-.83H2.54a.83.83 0 0 1-.83-.82V2.54c0-.45.38-.83.83-.83h10.89c.48 0 .86.38.86.83v2.52c0 .48-.38.85-.83.85zM3.17 9.26c.8 0 1.46.65 1.46 1.45 0 .8-.66 1.46-1.46 1.46a1.46 1.46 0 0 1 0-2.91zm2.31 4.88a2.51 2.51 0 0 0-3.3-1.31c-.18.08-.35.17-.5.26m11.15-3.83c.8 0 1.46.65 1.46 1.45a1.46 1.46 0 0 1-2.92 0c-.03-.8.63-1.45 1.46-1.45zm-2.31 4.88a2.51 2.51 0 0 1 3.3-1.31c.18.08.35.17.5.26M8 8.43a1.9 1.9 0 0 1 1.89 1.88A1.9 1.9 0 0 1 8 12.2a1.88 1.88 0 1 1 0-3.77zm2.63 5.86a3.4 3.4 0 0 0-5.29 0'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--how-youll-learn--multiple-circle::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M8 1.71A1.69 1.69 0 0 1 8 5.1a1.69 1.69 0 0 1 0-3.37zm2.09 7.55V8A2.1 2.1 0 0 0 8 5.91 2.1 2.1 0 0 0 5.91 8v1.26h.83l.43 3.34h1.69l.43-3.34zM3.8 3.4c.68 0 1.26.57 1.26 1.26 0 .68-.58 1.25-1.26 1.25-.69 0-1.26-.57-1.26-1.25 0-.69.57-1.26 1.26-1.26zm.68 3.46a2.1 2.1 0 0 0-2.77 1.97v.43h.83l.43 2.51h1.69l.2-1.25M12.2 3.4c.69 0 1.26.57 1.26 1.26 0 .68-.57 1.25-1.26 1.25a1.25 1.25 0 1 1 0-2.52zm-.68 3.46a2.1 2.1 0 0 1 2.77 1.97v.43h-.83l-.43 2.51h-1.69l-.2-1.25m3.15 2.51c0 .68-2.83 1.26-6.29 1.26s-6.29-.58-6.29-1.26'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--how-youll-learn--office-desk-lamp::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='8' stroke-width='.75'%3e%3cpath d='M14.11 10.69H2.17a.45.45 0 0 1-.46-.46c0-.06 0-.12.06-.17l2.29-4.97h8.11l2.29 4.97c.11.23 0 .46-.23.57 0 .06-.06.06-.12.06zm0 0'%3e%3c/path%3e%3cpath d='m3.03 14.52 1.26-3.9 1.25 3.9m5.2 0 1.26-3.9 1.26 3.9m-2.8-5.55L9.6 6.8H6.63l-.86 2.17m6.4-3.83V3.43c0-.97-.74-1.72-1.71-1.72h-3.2c-.46 0-.86.4-.86.86v.86h3.43V1.71'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--how-youll-learn--optimization-rocket-graph::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M11.34 6.29a3.57 3.57 0 0 1 .4 5.02l-.22.26a3.7 3.7 0 0 1-6.09-1.46'%3e%3c/path%3e%3cpath d='m9.77 4.91 1.14-1.14c.2-.2.55-.2.75 0l.74.71c.2.2.2.52 0 .72l-2.2 2.23a.51.51 0 0 1-.66.05'%3e%3c/path%3e%3cpath d='m11.94 4.06 1.52-1.52-.86-.83m1.69 1.69-.83-.83M4.2 10.09h2.94m-2.48 4.2h7.97m-3.8-1.69v1.69M1.71 8.43h4.6M2.97 1.71h1.69v6.72H2.97zM6.31 3.4H8v5.03H6.31zm0 0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--how-youll-learn--performance-presentation-graph::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M3.4 7.83 4.43 6.8c.2-.2.54-.2.77 0l.63.63c.2.2.54.2.77 0l1.51-1.52c.2-.2.55-.2.78 0l1.17 1.18c.2.2.54.2.77 0l1.8-1.78m-4.74-3.6v.8'%3e%3c/path%3e%3cpath d='M2.29 2.52H13.7c.32 0 .58.25.58.57v7.68c0 .32-.26.57-.58.57H2.3a.57.57 0 0 1-.58-.57V3.09c0-.32.26-.57.58-.57zM8 11.31V13m-1.71 1.29L8 13l1.71 1.29'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--how-youll-learn--seo-search-page::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='m8.34 9.6.83.83 1.69-1.69'%3e%3c/path%3e%3cpath d='M14.29 7.17V2.63a.9.9 0 0 0-.92-.92H2.6a.9.9 0 0 0-.89.9v9.1c0 .49.4.92.92.92h2.46m-3.38-8.4H14.3'%3e%3c/path%3e%3cpath d='M9.6 6.31a3.29 3.29 0 1 1 0 6.58 3.29 3.29 0 0 1 0-6.58zm4.69 7.98L11.9 11.9'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--how-youll-learn--users::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M5.48 3.43a2.3 2.3 0 1 1-2.31 2.31 2.3 2.3 0 0 1 2.31-2.31zm-3.77 9.23a3.76 3.76 0 1 1 7.55 0m1.94-7.55A1.9 1.9 0 0 1 13.09 7a1.9 1.9 0 0 1-1.9 1.89A1.9 1.9 0 0 1 9.32 7a1.9 1.9 0 0 1 1.89-1.89zm-1.06 4.63a3.1 3.1 0 0 1 4.17 2.89'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--law--law::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M2.77 3.86h10.49M8 2.86v8.05m-2.09 2c0-1.1.95-2 2.09-2 1.17 0 2.09.92 2.09 2zm-4.2-5.02 2.1-4.03 2.08 4.03m4.2 0 2.08-4.03 2.12 4.03m-8.38 0c0 1.11-.94 2-2.08 2a2.04 2.04 0 0 1-2.09-2zm8.38 0c0 1.11-.95 2-2.1 2a2.04 2.04 0 0 1-2.08-2zm0 0'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--law--legal-judge-balance::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M3.8 9.26h8.37M8 9.26v5.03M2.97 12.6l1.69-3.34 1.68 3.34m3.35 0 1.68-3.34 1.69 3.34m-6.75 0a1.69 1.69 0 0 1-3.37 0zm6.72 0a1.69 1.69 0 0 1-3.37 0zM1.71 7.57H14.3M8 1.71A1.69 1.69 0 0 1 8 5.1a1.69 1.69 0 0 1 0-3.37zm2.37 5.86a2.5 2.5 0 0 0-4.74 0'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--law--legal-judge::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M13.17 14.29a5.9 5.9 0 0 0-7.8-2.8 5.96 5.96 0 0 0-2.8 2.8M7.86 4.23s-.8 2-2.8 2.08a2.96 2.96 0 0 0 1.97 3.66 2.96 2.96 0 0 0 3.66-3.66c-2.03-.08-2.83-2.08-2.83-2.08zm0 0V1.71'%3e%3c/path%3e%3cpath d='M10.8 7.17V9.7c0 .91.74 1.68 1.68 1.68.7 0 1.26-.57 1.26-1.26 0-.68-.57-1.25-1.26-1.25.7 0 1.26-.57 1.26-1.26 0-.69-.57-1.26-1.26-1.26a4.63 4.63 0 0 0-4.62-4.63 4.6 4.6 0 0 0-4.6 4.6C2.57 6.31 2 6.9 2 7.57c0 .69.57 1.26 1.26 1.26-.69 0-1.26.57-1.26 1.26 0 .68.57 1.25 1.26 1.25.91 0 1.68-.74 1.68-1.68V7.14m2.92 3.8v2.09'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--law--legal-scale-document::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M5.06 6.74h8.37m-4.17-.83v6.72m-1.69 1.66a1.69 1.69 0 0 1 3.37 0zm-3.34-4.2 1.68-3.35 1.7 3.35m3.33 0 1.69-3.35 1.66 3.35m-6.72 0a1.69 1.69 0 0 1-3.37 0zm6.72 0a1.69 1.69 0 0 1-3.38 0zm0 0'%3e%3c/path%3e%3cpath d='M5.06 13.46H2.54a.83.83 0 0 1-.83-.83V2.54c0-.45.38-.83.83-.83h5.69c.11 0 .23.06.29.12l2.25 2.26c.09.08.12.17.12.28v.66'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--law--official-building::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M2.54 10.09h10.89v4.2H2.54zm-.83 4.2H14.3m-12.59-4.2H14.3M3.8 5.91h8.37m-6.69 5.86v.83m1.69-.83v.83m1.66-.83v.83M7.17 7.57v.83m1.66-.83v.83m1.69 3.37v.83'%3e%3c/path%3e%3cpath d='M4.66 5.91h6.71v4.2H4.66zM8 1.71V3.4m3.34 2.51c0-1.4-1.51-2.51-3.34-2.51-1.86 0-3.34 1.12-3.34 2.51'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--law--police-man-1::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M10.8 7.57a2.94 2.94 0 0 1-3.32 2.49A2.98 2.98 0 0 1 5 7.57m-2.14 6.69a5.88 5.88 0 0 1 5.03-2.69 5.87 5.87 0 0 1 5.02 2.69m-5.02.03V11.6m3.34-6.54a6.1 6.1 0 0 0 .83-2.52 4.6 4.6 0 0 1-3.2-.34l-.97-.49-.98.49c-1 .49-2.14.63-3.22.34.11.89.4 1.75.83 2.52zm-6.66 0c.2 1.42 1.86 1.68 3.32 1.68 1.45 0 3.11-.26 3.3-1.68zm0 0'%3e%3c/path%3e%3cpath d='M7.89 3.4c-.12 0-.2.08-.2.2 0 .11.08.2.2.2a.2.2 0 0 0 .2-.2.2.2 0 0 0-.2-.2zm2.08 10.89h.83'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--law--saving-bank-international::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M6.57 14.29h7.29M7.43 10v4.29M9.14 10v4.29M11.29 10v4.29M13 10v4.29M14.29 10H6.14L9.9 7.54c.2-.14.42-.14.63 0zm-10 3.2a6.43 6.43 0 1 1 10-5.77'%3e%3c/path%3e%3cpath d='M4.91 8.71c-.08-1.14-.02-2.25.15-3.4a9.09 9.09 0 0 1 1.25-3.7M1.46 7.43h3.4m-2.43-3h10.88m-11.34 6h2.46m4.97-8.8a9.5 9.5 0 0 1 1.31 4.11'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--law--saving-bank::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M2 14h12m0-8.57H2l5.54-3.29a.87.87 0 0 1 .92 0zm-.86 1.71v5.15h-1.71V7.14m-2.57 0v5.15H7.14V7.14m-2.57 0v5.15H2.86V7.14'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--medicine--app-smartphone-touch::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='m10.09 14.29-1.63-1.32a.92.92 0 0 1-.32-.94.9.9 0 0 1 1.12-.66c.05.03.11.03.2.06l.65.31V8.83a.83.83 0 0 1 1.66 0v1.69l1.12.17c.8.14 1.4.83 1.4 1.65v1.95m-6.72 0h-4.6c-.68 0-1.26-.58-1.26-1.26V2.97c0-.68.58-1.26 1.26-1.26H8c.69 0 1.26.58 1.26 1.26v3.77m-7.55 5.03h5.03'%3e%3c/path%3e%3cpath d='M7.57 6.31c0-.22-.2-.42-.43-.42h-.83v-.83c0-.23-.2-.43-.42-.43h-.83c-.23 0-.43.2-.43.43v.83H3.8c-.23 0-.43.2-.43.42v.83c0 .23.2.43.43.43h.83v.83c0 .23.2.43.43.43h.83c.22 0 .42-.2.42-.43v-.83h.83c.23 0 .43-.2.43-.43zm0 0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--medicine--hospital-first-aid::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M3.52 4.97h8.96c1 0 1.8.8 1.8 1.8v5.4c0 1-.8 1.8-1.8 1.8H3.52c-1 0-1.8-.83-1.8-1.8v-5.4c0-1 .8-1.8 1.8-1.8zm1.79 0v-1.8c0-.48.4-.88.89-.88h3.6c.49 0 .89.4.89.88v1.8M8 7.66v3.6m-1.8-1.8h3.6'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--medicine--medical-app-laptop-1::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M2.54 10.34V3.7c0-.46.37-.83.83-.83h9.23c.46 0 .83.37.83.83v6.65'%3e%3c/path%3e%3cpath d='M9.66 10.34a.4.4 0 0 0-.35.18c-.54.74-1.57.88-2.31.34a.99.99 0 0 1-.34-.34.4.4 0 0 0-.35-.18h-4.6v.83c0 .92.75 1.66 1.69 1.66h9.23c.91 0 1.68-.74 1.68-1.66v-.83zm.43-4.14c0-.23-.2-.43-.43-.43h-.83v-.83c0-.23-.2-.42-.43-.42h-.83c-.23 0-.43.2-.43.42v.83h-.83c-.22 0-.42.2-.42.43v.83c0 .23.2.43.42.43h.83v.83c0 .23.2.42.43.42h.83c.23 0 .43-.2.43-.42v-.86h.83c.23 0 .43-.2.43-.43zm0 0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--medicine--medical-hospital-1::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M8 1.71c.83 0 1.52.69 1.52 1.49A1.5 1.5 0 0 1 8 4.69c-.83 0-1.52-.69-1.52-1.5 0-.8.7-1.48 1.52-1.48zm1.8 6.63c.57 0 1.06.46 1.09 1.03 0 .11-.03.26-.06.37M8 4.71v9.58'%3e%3c/path%3e%3cpath d='M9.37 3.8h4.43c1.51 0-.69 3.6-3.8 2.4M6.63 3.8H2.2C.7 3.8 2.89 7.4 6 6.2m.2 2.14c-.6 0-1.06.46-1.09 1.06 0 .6.5 1.08 1.09 1.08h2.86c.6 0 1.08.5 1.08 1.09 0 .6-.48 1.06-1.08 1.09H7.09a.89.89 0 0 0-.9.94 1 1 0 0 0 .3.69'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--medicine--medical-instrument-stethoscope::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M6.74 2.54h.83c.46 0 .83.37.83.83v3.34a3.35 3.35 0 0 1-6.69.03V3.4c0-.46.38-.83.83-.83h.83m.03-.86v2.1m3.34-2.1v2.1m5.86 1.25a1.69 1.69 0 1 1-1.69 1.68c.03-.91.78-1.68 1.7-1.68zm0 0'%3e%3c/path%3e%3cpath d='M5.06 10.09v.43a3.76 3.76 0 1 0 7.54 0V8.43'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--medicine--medical-personnel-doctor::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M8.14 9.26h5.57c.32 0 .58.26.58.57v3.88c0 .32-.26.58-.58.58H8.14a.57.57 0 0 1-.57-.58V9.83c0-.31.26-.57.57-.57zm0 0'%3e%3c/path%3e%3cpath d='M10.23 7.57h1.4c.31 0 .57.26.57.57v1.12H9.69V8.14c0-.31.22-.57.54-.57zm.71 3.37v1.69m-.85-.86h1.68m-10.06-.83a3.76 3.76 0 0 1 5.26-3.46M3.48 2.86a3.82 3.82 0 0 0 4.26.85'%3e%3c/path%3e%3cpath d='M5.48 1.71a2.3 2.3 0 1 1-2.31 2.31 2.3 2.3 0 0 1 2.31-2.3zm0 5.46v3.77'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--medicine--medical-personnel-nurse::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M10.94 5.34a1.69 1.69 0 0 1 0 3.37 1.69 1.69 0 0 1 0-3.37zm3.35 6.69a2.5 2.5 0 0 0-2.52-2.51h-1.68a2.5 2.5 0 0 0-2.52 2.5m-5.86 1.69H14.3'%3e%3c/path%3e%3cpath d='M9.57 6.06 8.4 4.54a4.24 4.24 0 0 1 5.12 0l-1.18 1.52M6.31 3.69H5.06V2.43c0-.23-.2-.43-.43-.43H3.8c-.23 0-.43.2-.43.43v1.26H2.14c-.23 0-.43.2-.43.42v.83c0 .23.2.43.43.43H3.4v1.26c0 .23.2.43.43.43h.83c.23 0 .43-.2.43-.43V5.37h1.25c.23 0 .43-.2.43-.43v-.83a.46.46 0 0 0-.46-.42zm0 0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--medicine--monitor-heart-beat-search::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='m11.86 11.29 2.43 2.42M1.71 7.86h3.63c.09 0 .14-.06.2-.12l1-1.97c.06-.11.17-.14.29-.08a.2.2 0 0 1 .11.11L8.3 9.14c.05.12.17.17.28.12.06-.03.09-.06.12-.09l1.28-2.26c.06-.1.17-.14.29-.08.03.03.05.03.05.06l.66.97M2.83 5.77a5.46 5.46 0 1 1 .34 4.2'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--medicine--monitor-heart-beat::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='m10.8 10.63-2.5 2.63a.41.41 0 0 1-.6 0l-2.52-2.63M2.11 7.29a3.13 3.13 0 0 1-.05-2.98 3.17 3.17 0 0 1 5.08-.83l.89.9.88-.9a3.2 3.2 0 0 1 5.03 3.8'%3e%3c/path%3e%3cpath d='M1.71 8.97h3.63c.09 0 .14-.06.2-.11l.98-1.92c.05-.11.17-.14.28-.08.06.03.09.08.11.14l.95 3.14c.03.12.14.17.25.15.06-.03.12-.06.12-.12l.88-2.06c.06-.11.18-.14.29-.11.03.03.06.03.08.09l.63.94h4.18'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--medicine--monitor-heart-notes::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M12.6 8.43v-4.2a.83.83 0 0 0-.83-.83h-1.68M3.4 11.77v1.69c0 .45.37.83.83.83h7.54c.46 0 .83-.38.83-.83v-1.69M5.91 3.4H4.23a.83.83 0 0 0-.83.83v4.2'%3e%3c/path%3e%3cpath d='M1.71 10.09h3.23c.09 0 .15-.06.2-.12L6.11 8c.06-.11.18-.14.29-.09.06.03.08.06.12.12l1.3 3.68c.04.12.15.18.27.15.05-.03.1-.06.1-.12l1.3-2.88c.05-.12.17-.15.28-.12.06.03.09.06.12.09l.57 1.17c.02.06.11.11.2.11h3.63M9.23 2.54A1.24 1.24 0 0 0 8 1.71a1.24 1.24 0 0 0-1.23.83h-.46c-.22 0-.42.2-.42.43v1.69c0 .23.2.43.42.43h3.35c.23 0 .43-.2.43-.43V2.97c0-.23-.2-.43-.43-.43zm0 0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--medicine--pill-clock::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M10.09 13.71c-.86.8-2.18.75-2.95-.1a2.1 2.1 0 0 1 0-2.87l3.55-3.57a2.07 2.07 0 0 1 2.94-.11 2.11 2.11 0 0 1 0 3.08zM8.91 8.97l2.95 2.97M5.06 1.71A3.35 3.35 0 0 1 8.4 5.1a3.35 3.35 0 0 1-3.34 3.37A3.35 3.35 0 0 1 1.7 5.09 3.35 3.35 0 0 1 5.06 1.7zm0 0'%3e%3c/path%3e%3cpath d='M6.52 5.09h-1.5V3.6'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--other--aboriginal-flag::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-width='.75'%3e%3cpath stroke-linecap='round' stroke-linejoin='round' d='M1.71 3.14H14.3c.16 0 .28.13.28.29v9.14c0 .16-.12.29-.28.29H1.7a.28.28 0 0 1-.28-.29V3.43c0-.16.12-.29.28-.29zm0 0'%3e%3c/path%3e%3cpath d='M10.29 8A2.29 2.29 0 1 1 5.7 8a2.29 2.29 0 0 1 4.58 0zM1.71 8h4.15m4.43 0h4.14'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--other--accounting-coins-stack::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M5.06 1.71c1.85 0 3.34.75 3.34 1.69 0 .91-1.51 1.69-3.34 1.69-1.83 0-3.35-.78-3.35-1.7 0-.93 1.52-1.68 3.35-1.68zm0 0'%3e%3c/path%3e%3cpath d='M8.43 5.06c0 .91-1.52 1.68-3.34 1.68C3.26 6.74 1.7 6 1.7 5.06m6.73 1.68V3.4'%3e%3c/path%3e%3cpath d='M1.71 3.4v8.37c0 .92 1.52 1.69 3.35 1.69.42 0 .85-.03 1.25-.12'%3e%3c/path%3e%3cpath d='M1.71 10.09c0 .91 1.52 1.68 3.35 1.68.42 0 .85-.03 1.25-.11m-4.6-3.23c0 .91 1.52 1.68 3.35 1.68.42 0 .85-.02 1.25-.11m-4.6-3.26c0 .92 1.52 1.69 3.35 1.69.42 0 .85-.03 1.25-.12m4.63-.74c1.86 0 3.35.74 3.35 1.69 0 .91-1.52 1.68-3.35 1.68-1.85 0-3.34-.74-3.34-1.68-.03-.92 1.49-1.69 3.34-1.69zm0 0'%3e%3c/path%3e%3cpath d='M7.57 9.26v3.34c0 .92 1.52 1.69 3.34 1.69 1.86 0 3.35-.75 3.35-1.69V9.26'%3e%3c/path%3e%3cpath d='M14.29 10.94c0 .92-1.52 1.69-3.35 1.69-1.85 0-3.34-.74-3.34-1.69'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--other--american-football-run-ball::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M5.69 1.71a1.46 1.46 0 0 1 0 2.92c-.8 0-1.46-.66-1.46-1.46 0-.8.66-1.46 1.46-1.46zM11.29 6a.37.37 0 0 1-.2.26.81.81 0 0 0-.26 1.14c.23.37.74.51 1.11.29 1-.6 1.29-1.92.69-2.89A2.14 2.14 0 0 0 9.9 4L4.77 6.57a.88.88 0 0 1-.54.09l-1.54-.32a.82.82 0 0 0-.98.63V7c-.08.46.2.89.66 1l1.54.31c.18.03.32.06.49.06.4 0 .77-.08 1.12-.26l1.02-.5.8 1.5L5.6 10c-.49.26-.83.71-.89 1.29l-.28 2.08c-.06.46.26.89.71.94h.12c.43 0 .77-.31.83-.7l.28-2.1 1.86-.94.08-.05 2 1.2c.26.14.55.17.8.02l2.52-1.26c.4-.2.57-.71.37-1.1A.85.85 0 0 0 12.89 9l-2.12 1.06-.46-.35'%3e%3c/path%3e%3cpath d='M11 7.63c-1.66 1.63-3.37.03-3.37.03S7.8 6.1 9.1 5.63a2.45 2.45 0 0 1 2.2.37'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--other--american-football-score::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M5.91 8.03v.43c0 .45.38.83.83.83h6.72c.45 0 .83-.38.83-.83V2.57m-8.38 0v1.69m4.18 5.03v4.2m-2.52-.03h5.03M5.23 6.77c-1.46 1.06-3.09 2.92-3.52 6.69'%3e%3c/path%3e%3cpath d='M8.2 4.66c.89-.23 1.71-.06 1.83.4.11.46-.51 1-1.4 1.23-.89.23-1.72.05-1.83-.4-.14-.46.51-1 1.4-1.23zm0 0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--other--athletics-jumping-person::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M9.26 1.71a1.46 1.46 0 0 1 0 2.91c-.8 0-1.46-.65-1.46-1.45 0-.8.66-1.46 1.46-1.46zm0 0'%3e%3c/path%3e%3cpath d='m12.46 6.89 1.48-1.15a.83.83 0 0 0 .15-1.17c-.29-.34-.8-.43-1.15-.14l-1.48 1.14a.89.89 0 0 1-.66.17L6.86 4.48a2.52 2.52 0 0 0-2.03.26l-1.46.86a.84.84 0 0 0-.28 1.14c.22.4.74.52 1.14.29l1.46-.86c.2-.11.45-.14.68-.08l1.09.34-.94 2.23-1.9.94a.92.92 0 0 1-.36.09H2.54a.83.83 0 0 0 0 1.65h1.69c.4 0 .77-.08 1.11-.25l2.03-1.03 2.17-.32c.2-.03.4.03.57.15l1.98 1.3c.37.27.91.15 1.17-.22a.86.86 0 0 0-.23-1.17l-1.97-1.32a2.54 2.54 0 0 0-1.75-.4l-.83.12.55-1.29m.23 4.86v2.52m-1.69 0h3.34'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--other--beach-palm-water::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='8' stroke-width='.75'%3e%3cpath d='M13.05 11.7A11.16 11.16 0 0 0 8 10.69c-1.74-.06-3.48.28-5.05 1m7.34-5.4-.58 4.28m-3.42 0L8.86 6m.21-.25 4.65 1.51c.23.06.45-.05.51-.28v-.22a2.57 2.57 0 0 0-2.02-2.25c-.45-.1-.9-.1-1.35-.05M9.07 5.75 4.86 6.87c-.28.06-.5-.06-.56-.28v-.17a2.7 2.7 0 0 1 2.02-2.36c.56-.1 1.18-.1 1.73.06'%3e%3c/path%3e%3cpath d='m11.76 4.46 1.74-1.74a.44.44 0 0 0 0-.62l-.11-.1a2.77 2.77 0 0 0-2.86.28c-.34.28-.62.67-.73 1.12M7.05 4 5.92 2.84a.44.44 0 0 1 0-.62c.06-.05.12-.1.23-.1C6.6 2 7.1 2 7.55 2c.95.11 1.74.62 2.25 1.46M1.71 14.34c.9.1 1.86-.18 2.53-.85a2.51 2.51 0 0 0 3.6.17l.16-.17a2.51 2.51 0 0 0 3.6.17l.16-.17c.67.67 1.63.96 2.53.85'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--other--bicycle::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M3.8 8.34c1.17 0 2.09.95 2.09 2.09a2.1 2.1 0 0 1-2.09 2.09 2.1 2.1 0 0 1-2.09-2.09 2.1 2.1 0 0 1 2.1-2.09zm8.4 0a2.1 2.1 0 0 1 2.09 2.09 2.1 2.1 0 0 1-2.1 2.09 2.1 2.1 0 0 1-2.08-2.09c0-1.14.92-2.09 2.09-2.09zm0 0'%3e%3c/path%3e%3cpath d='m12.2 10.43-2.8-6.2c-.09-.2 0-.46.2-.54.03 0 .03 0 .06-.03l1.65-.52m-5 1.83H3.4m2.66 2.49L4.66 5'%3e%3c/path%3e%3cpath d='m3.8 10.43 2.26-2.97 4.28-1.17'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--other--biking-person::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M9.69 2c.68 0 1.25.57 1.25 1.26 0 .68-.57 1.26-1.25 1.26-.69 0-1.26-.58-1.26-1.26 0-.69.54-1.26 1.26-1.26zM3.8 9.54c1.17 0 2.09.94 2.09 2.09A2.1 2.1 0 0 1 3.8 13.7a2.1 2.1 0 0 1-2.09-2.08 2.1 2.1 0 0 1 2.1-2.09zm8.4 0a2.1 2.1 0 0 1 2.09 2.09 2.1 2.1 0 0 1-2.1 2.08 2.1 2.1 0 0 1-2.08-2.08 2.06 2.06 0 0 1 2.09-2.09zM8 12.48a.83.83 0 0 1-.83-.82c0-1.26-.69-2.4-1.8-2.97a.84.84 0 0 1-.34-1.15.63.63 0 0 1 .17-.23l2.26-2.14a.82.82 0 0 1 1.17.03c.06.06.11.11.14.2 0 0 .63 1.2 1.77 1.2a.83.83 0 0 1 0 1.66A3.57 3.57 0 0 1 7.91 7l-.8.77A5.02 5.02 0 0 1 8.9 11.6c-.06.51-.43.88-.89.88zm0 0'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--other--book-open-text::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M8 13.6V3.86S6.63 2.34 2 2.29a.25.25 0 0 0-.2.08.25.25 0 0 0-.09.2v9.14c0 .15.12.29.29.29 4.63.09 6 1.6 6 1.6zM6.31 7.48a12.9 12.9 0 0 0-2.94-.6m2.94 2.95c-.94-.31-1.94-.52-2.94-.6m6.32-1.75a12.9 12.9 0 0 1 2.94-.6M9.69 9.83c.94-.31 1.94-.52 2.94-.6'%3e%3c/path%3e%3cpath d='M8 13.6V3.86s1.37-1.52 6-1.57c.09 0 .14.02.2.08s.09.11.09.2v9.14c0 .15-.12.29-.29.29-4.63.09-6 1.6-6 1.6zm0 0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--other--buildings-2::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M2.86 4h5.43c.17 0 .28.11.28.29v10h-6v-10c0-.18.12-.29.29-.29zm0 0'%3e%3c/path%3e%3cpath d='M4.57 2.29h2c.17 0 .29.1.29.28V4H4.29V2.57c0-.17.1-.28.28-.28zm-.28 3.42h2.57M4.29 7.43h2.57M4.29 9.14h2.57m-2.57 1.72h2.57m-2.57 1.71h2.57M6 1.43v.86m4.29 12h3.42V7c0-.23-.2-.43-.42-.43H10.7c-.23 0-.42.2-.42.43zm2.57-8.58v.86M1.71 14.29h12.86'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--other--bus::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M4.23 12.6v.83a.83.83 0 0 0 1.66 0v-.83m5.88 0v.83a.83.83 0 0 1-1.66 0v-.83m2.49-.83c0 .46-.37.83-.83.83H4.23a.83.83 0 0 1-.83-.83V4.23a2.5 2.5 0 0 1 2.5-2.52h4.2a2.5 2.5 0 0 1 2.52 2.52v7.54zM6.74 3.4h2.52'%3e%3c/path%3e%3cpath d='M3.4 5.06h9.23v4.2H3.4zm1.66 5.88h1.68m2.52 0h1.68M3.4 5.91h-.86a.83.83 0 0 0-.83.83v2.52'%3e%3c/path%3e%3cpath d='M12.6 5.91h.83c.46 0 .83.38.83.83v2.52'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--other--business-crossroad::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M7.4 1.71v.83m0 3.37v1.7m0 3.33v3.35m5.03-8.38h-9.2V2.54h9.23l1.37 1.37c.17.18.17.43 0 .6zm-9.2 1.66h9.23v3.34H3.23L1.86 9.54a.42.42 0 0 1 0-.6zm0 0'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--other--calendar-add::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M8 8.83v3.34m-1.69-1.65h3.35M2.54 3.4h10.89c.46 0 .83.37.83.83v9.23c0 .45-.37.83-.83.83H2.54a.83.83 0 0 1-.83-.83V4.23c0-.46.38-.83.83-.83zm-.83 3.34H14.3M5.06 4.66V1.7m5.88 2.96V1.7'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--other--car-1::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M13.46 10.97c.45 0 .83-.37.83-.83V8.9c0-.26-.12-.52-.29-.72L12.63 6.8H3.4L2 8.17a1 1 0 0 0-.29.72v1.25c0 .46.38.83.83.83zm0 0'%3e%3c/path%3e%3cpath d='M1.8 8.46h2.1c.22 0 .42.08.6.25l.6.6m9.1-.85h-2.1a.82.82 0 0 0-.6.25l-.6.6M3.4 6.77l.94-2.54c.18-.49.66-.83 1.18-.83h4.96c.52 0 1 .31 1.18.83l.94 2.54zm0 0-.83-.83h-.86m10.89.83.83-.83h.86M2.54 10.97v.83a.83.83 0 0 0 1.66 0v-.83zm10.92 0v.83a.83.83 0 0 1-1.66 0v-.83zm0 0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--other--card-game-dice::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M8.97 8.43h4.74c.32 0 .58.26.58.57v4.71c0 .32-.26.58-.58.58H8.97a.57.57 0 0 1-.57-.58V8.97c.03-.31.26-.54.57-.54zm3.43 1.66c.12 0 .2.08.2.2m-.4.02c0-.11.09-.2.2-.2m0 .41a.2.2 0 0 1-.2-.2m.4-.01a.2.2 0 0 1-.2.2m-2.09-.42c.12 0 .2.08.2.2m-.42.02c0-.11.08-.2.2-.2m.02.41a.2.2 0 0 1-.2-.2m.41-.01a.2.2 0 0 1-.2.2m-.01 1.69c.12 0 .2.09.2.2m-.42 0c0-.11.08-.2.2-.2m.02.4a.2.2 0 0 1-.2-.2m.41 0a.2.2 0 0 1-.2.2m2.08-.4c.12 0 .2.09.2.2m-.4 0c0-.11.09-.2.2-.2m0 .4a.2.2 0 0 1-.2-.2m.4 0a.2.2 0 0 1-.2.2m-5.66-.63-1.6.6a.83.83 0 0 1-1.08-.51L1.77 5.77a.84.84 0 0 1 .52-1.08L5.9 3.37'%3e%3c/path%3e%3cpath d='M11.77 8.43V2.54a.83.83 0 0 0-.83-.83h-4.2a.83.83 0 0 0-.83.83v6.72c0 .45.38.83.83.83h1.69'%3e%3c/path%3e%3cpath d='M8.83 4.66c.69 0 1.26.57 1.26 1.25 0 .7-.57 1.26-1.26 1.26-.69 0-1.26-.57-1.26-1.26 0-.68.57-1.25 1.26-1.25zm0 0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--other--checklist-pen::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='m5.91 4.06-1.51 2-1-1m2.51 3.85-1.51 2-1-1m3.34-4h1.69m-1.69 5.03h1.69'%3e%3c/path%3e%3cpath d='M8.43 1.71H2.54a.83.83 0 0 0-.83.83v10.89c0 .48.38.86.83.86h6.72m.83-2.52c0 .46.37.83.82.83h.83c.46 0 .83-.37.83-.83V5.48h-2.51v6.29zm2.51-9.23h.83c.46 0 .83.37.83.83v3.77M12.6 5.48V2.54a.83.83 0 0 0-.83-.83h-.83a.83.83 0 0 0-.83.83v2.94m1.23 7.12v1.69'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--other--checklist::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M2.54 1.71h10.89c.48 0 .86.38.86.83v10.89c0 .46-.38.83-.83.83H2.54a.79.79 0 0 1-.83-.8V2.54c0-.45.38-.83.83-.83zm0 0'%3e%3c/path%3e%3cpath d='M8 3.8 5.48 7.14 3.8 5.46m5.46.45h2.51M8 8.83l-2.52 3.34-1.68-1.69m5.46.46h2.51'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--other--content-notebook-pencil::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M10.09 2.54a.83.83 0 0 0-.83-.83H2.54a.83.83 0 0 0-.83.83v10.89c0 .48.38.86.83.86h6.72c.45 0 .83-.38.83-.83m2.94.83c-.69 0-1.26-.58-1.26-1.26V4.66l1.26-2.95 1.26 2.95v8.37c0 .68-.58 1.26-1.26 1.26zm-1.26-2.52h2.52m-2.52-7.11h2.52M3.4 1.71V14.3'%3e%3c/path%3e%3cpath d='M5.06 4.23H8.4v2.51H5.06zm0 0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--other--e-learning-book-laptop::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M12.6 4.23v5.03c0 .45-.37.83-.83.83H4.23a.83.83 0 0 1-.83-.83V4.23m10.06 10.06H2.54a.83.83 0 0 1-.74-1.2l1.03-2.06c.28-.57.86-.92 1.48-.92h7.35c.63 0 1.23.37 1.48.92l1.03 2.06c.2.4.03.91-.37 1.1a.67.67 0 0 1-.34.1zM7.17 12.6h1.69'%3e%3c/path%3e%3cpath d='M8 2.66s-.26-.83-2.54-.92a.32.32 0 0 0-.37.32v3.46c.02.2.17.34.37.3 2.28.1 2.57.92 2.57.92M8 2.66s.26-.83 2.54-.92c.2-.03.37.12.37.32v3.46c-.02.2-.17.34-.37.3-2.28.1-2.57.92-2.57.92V2.66zm0 0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--other--earth-3::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M8 1.71A6.3 6.3 0 0 1 14.29 8 6.3 6.3 0 0 1 8 14.29 6.3 6.3 0 0 1 1.71 8 6.3 6.3 0 0 1 8 1.71zm0 0'%3e%3c/path%3e%3cpath d='M6.48 14.11c-.85-1.25-1.42-3.5-1.42-6.11 0-2.6.57-4.86 1.42-6.11M1.71 8H14.3M2.69 11.34H13.3M2.69 4.66H13.3M9.52 1.89c.85 1.25 1.42 3.5 1.42 6.11 0 2.6-.57 4.86-1.42 6.11'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--other--fast-food-burger-drink::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M5.06 14.29H2.97L1.71 5.06h7.12l-.2 1.51'%3e%3c/path%3e%3cpath d='M4.66 10.94 5.9 1.71l2.52.43M7.57 12.6h5.86v.83c0 .46-.37.83-.83.83H8.43a.83.83 0 0 1-.83-.83v-.83zm1.69-4.17h2.51c.92 0 1.69.74 1.69 1.68v.83H7.57v-.83c0-.94.77-1.68 1.69-1.68zm-1.69 2.51h5.86a.83.83 0 0 1 0 1.66H7.57a.83.83 0 0 1 0-1.66zm0 0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--other--fitness-weightlift::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M8 5.06c.8 0 1.46.65 1.46 1.46a1.46 1.46 0 0 1-2.92 0c0-.8.66-1.46 1.46-1.46zM3.4 6.31A6.03 6.03 0 0 0 4.77 9.9c.43.45.94.82 1.54 1.05v3.35'%3e%3c/path%3e%3cpath d='M11.4 4.74a.83.83 0 0 0-.46.83c0 .03.15 2.03-.94 3.23-.17.2-.4.34-.63.49H6.66a2.56 2.56 0 0 1-.63-.49c-1.09-1.17-.97-3.2-.94-3.23a.86.86 0 0 0-.46-.83m5.06 9.55v-3.32a4.2 4.2 0 0 0 1.54-1.06c.86-1 1.34-2.25 1.37-3.6m0-2.91a25.11 25.11 0 0 0-9.23 0m10.92.83a.83.83 0 0 1-1.66 0V2.54a.83.83 0 0 1 1.66 0zm0 0'%3e%3c/path%3e%3cpath d='M3.4 4.23a.83.83 0 0 1-1.66 0V2.54a.79.79 0 0 1 .8-.83c.46 0 .83.38.83.83v1.69zm0 0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--other--flag-1::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M1.71 1.71V14.3m0-11.76h12.15c.23 0 .43.2.43.43 0 .12-.03.2-.12.29l-2.23 2.51a.84.84 0 0 0 0 1.12l2.23 2.5c.14.18.14.44-.03.61a.46.46 0 0 1-.28.11H1.7'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--other--force-touch-double-tap::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M7.57 14.29H3.4c-.94 0-1.69-.75-1.69-1.69V3.4c0-.94.75-1.69 1.69-1.69h4.2c.92 0 1.69.75 1.69 1.69v1.26m-7.58 7.11h3.35'%3e%3c/path%3e%3cpath d='m14.23 10.31-1.37-1.37a1.69 1.69 0 0 0-2.17-.17l-.92.66L8.6 8.26a.82.82 0 0 0-1.17-.06.82.82 0 0 0-.06 1.17l.06.06 2.09 2.09-.7.22a.9.9 0 0 0-.56 1.15c.14.4.54.68.97.63l2.08-.23'%3e%3c/path%3e%3cpath d='M6.31 10.6a2.5 2.5 0 0 1-.91-3.43 2.5 2.5 0 0 1 4.34 0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--other--gauge-dashboard::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M8 3.71a6.34 6.34 0 0 0-6.29 6.38v1.17c0 .45.38.83.83.83h10.89c.46 0 .83-.38.83-.83v-1.17A6.3 6.3 0 0 0 8 3.7zm0 0'%3e%3c/path%3e%3cpath d='M6.31 12.09v-.43a1.69 1.69 0 0 1 3.38 0v.43m-.43-5.86L8 10m-3.97-.43a.2.2 0 0 0-.2.2c0 .12.08.2.2.2a.2.2 0 0 0 .2-.2.2.2 0 0 0-.2-.2zm.83-2.09a.2.2 0 0 0-.2.2c0 .12.08.2.2.2a.2.2 0 0 0 .2-.2.2.2 0 0 0-.2-.2zm7.11 2.09a.2.2 0 0 0-.2.2c0 .12.09.2.2.2a.2.2 0 0 0 .2-.2.2.2 0 0 0-.2-.2zm-.83-2.09a.2.2 0 0 0-.2.2c0 .12.09.2.2.2a.2.2 0 0 0 .2-.2.2.2 0 0 0-.2-.2zM6.54 5.8a.2.2 0 0 0-.2.2c0 .11.09.2.2.2a.2.2 0 0 0 .2-.2c0-.09-.08-.2-.2-.2zm0 0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--other--history-vase::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M2.14 7.17h11.43M2.46 11.34h10.83m.42-1.65h-3.05a.29.29 0 0 1-.29-.3v-.28a.29.29 0 0 0-.28-.28H8.94a.29.29 0 0 0-.28.28v.29c0 .14-.12.29-.29.29H7.26a.29.29 0 0 1-.29-.3v-.28a.29.29 0 0 0-.28-.28H5.54a.28.28 0 0 0-.28.28v.29c0 .14-.12.29-.29.29H2.03'%3e%3c/path%3e%3cpath d='M9.11 1.71v.75c0 .57.29 1.11.78 1.4l2.28 1.45a3.36 3.36 0 0 1 1.54 2.83v1.09a5.04 5.04 0 0 1-5.02 5.03H7c-2.74.03-5-2.23-5-5V8.17c0-1.14.57-2.2 1.54-2.83L5.83 3.9c.48-.32.77-.83.77-1.43V1.7m-1.26.01h5.03'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--other--hotel-bedroom-1::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M5.48 10.2c.7 0 1.26.57 1.26 1.26 0 .68-.57 1.25-1.26 1.25-.68 0-1.25-.57-1.25-1.25 0-.69.57-1.26 1.25-1.26zm2.52 0h3.48c.63 0 1.12.51 1.12 1.11v1.4H8zm0 2.51H3.4v1.69m9.2-1.69v1.69m0-9.49v3.63m-9.2 0V4.91M1.71 6.03l5.83-3.89a.8.8 0 0 1 .94 0l5.8 3.89'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--other--library-art::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M11.6 2.03a3.6 3.6 0 0 0-1.43-.32c-1.65 0-3.03 1.15-3.03 2.55A2.6 2.6 0 0 0 8.97 6.6c.43.14.77.03 1.03-.54.14-.37.48-.6.89-.58M13 4.74l-1.57 3.2m1.26-4.23c-.2.38-.03.83.34 1.03.37.2.83.03 1-.34.45-.71.31-1.63-.34-2.17.11.91-.58.57-1 1.48zm-3.63.46c.11 0 .2.09.2.2m-.43.03c0-.11.08-.2.2-.2m.03.4a.2.2 0 0 1-.2-.2m.4 0a.2.2 0 0 1-.2.2m1.25-1.69c.12 0 .2.09.2.2m-.42.03c0-.11.08-.2.2-.2m.02.4a.2.2 0 0 1-.2-.2m.41 0a.2.2 0 0 1-.2.2m-.23 7.18v2.91c0 .46-.38.83-.83.83H2.54c-.45.03-.83-.35-.83-.83v-9.2c0-.46.38-.83.83-.83h2.94M1.71 8.83h7.55'%3e%3c/path%3e%3cpath d='M1.71 5.48H3.4v3.35H1.7zm0 0'%3e%3c/path%3e%3cpath d='M3.4 5.48h1.4c.14 0 .29.12.29.29v3.09h-1.7zm-1.69 5.46h1.4c.15 0 .29.12.29.29v3.06m1.94-3.35h1.12c.14 0 .28.12.28.29v3.06H5.06v-3.1c0-.13.14-.25.28-.25zm0 0'%3e%3c/path%3e%3cpath d='M3.4 11.34h1.69v2.95h-1.7zm0 0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--other--module-puzzle::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='m12.2 10.09 1.86-1.86a.85.85 0 0 0 0-1.17l-1.2-1.17A2.1 2.1 0 0 1 10.1 7a2.1 2.1 0 0 1 0-3.86L8.94 1.97a.84.84 0 0 0-1.17 0L5.91 3.83a2.1 2.1 0 0 0-2.08-2.09A2.06 2.06 0 0 0 1.7 3.8a2.1 2.1 0 0 0 2.1 2.09L1.93 7.74a.85.85 0 0 0 0 1.17l1.17 1.18a2.1 2.1 0 0 1 3.86 1.62c-.2.52-.6.92-1.11 1.12L7.03 14c.31.31.86.31 1.17 0l1.86-1.86a2.1 2.1 0 0 0 2.08 2.09 2.1 2.1 0 0 0 2.09-2.09 2 2 0 0 0-2.03-2.05zm0 0'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--other--museum-painting::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M4.23 9.69v4.6m7.54-4.6v4.6m0-3.77a8.73 8.73 0 0 1-7.54 0m10.06.74a7.71 7.71 0 0 1-2.52-.78m-10.06.78a7.71 7.71 0 0 0 2.52-.78m-.69-8.77h8.94c.32 0 .58.26.58.58v5.14c0 .31-.26.57-.58.57H3.54a.57.57 0 0 1-.57-.57V2.29c0-.32.26-.58.57-.58zm0 0'%3e%3c/path%3e%3cpath d='m4.66 6.31 1.8-2.37c.14-.17.4-.2.6-.05 0 0 .03 0 .03.02l1.45 1.57'%3e%3c/path%3e%3cpath d='m8 6.31 1.77-2.74c.12-.2.37-.26.57-.14.06.03.09.05.12.11l.88 1.09'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--other--network-users::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M4.09 9.26c.8 0 1.45.65 1.45 1.45 0 .8-.65 1.46-1.45 1.46-.8 0-1.46-.65-1.46-1.46-.03-.8.63-1.45 1.46-1.45zm2.34 5.03a2.49 2.49 0 0 0-4.72 0zm5.48-5.03c.8 0 1.46.65 1.46 1.45 0 .8-.66 1.46-1.46 1.46a1.46 1.46 0 0 1 0-2.91zm2.38 5.03a2.49 2.49 0 0 0-4.72 0zM8 1.71a3.76 3.76 0 1 1 .01 7.53A3.76 3.76 0 0 1 8 1.71zM4.43 6.74h7.11M4.43 4.23h7.11M7.2 1.8c-.68 2.43-.57 5.03.28 7.43'%3e%3c/path%3e%3cpath d='M8.8 1.8c.29 1.06.46 2.17.46 3.26 0 1.42-.26 2.83-.72 4.14'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--other--notes-edit::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='m13.94 9.6-4.28 4.26-2.09.43.43-2.1 4.26-4.25c.45-.46 1.2-.46 1.65 0 .49.43.49 1.17.03 1.66zm-8.03 3H2.54a.8.8 0 0 1-.83-.8V3.46a.89.89 0 0 1 .83-.92h8.37c.49.03.86.43.83.89v2.46M4.23 1.71v2.52m2.51-2.52v2.52m2.52-2.52v2.52'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--other--paralympics-swimming::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M12.2 3.43c.8 0 1.46.66 1.46 1.46a1.46 1.46 0 0 1-2.91 0c-.04-.8.62-1.46 1.45-1.46zM5.43 7.94 7.57 6.6l-.74-.83a.82.82 0 0 1 .06-1.17.82.82 0 0 1 1.17.06l2.51 2.88m-8.86 5.12c.83 0 1.6-.4 2.1-1.06a2.6 2.6 0 0 0 4.19 0 2.6 2.6 0 0 0 4.2 0 2.6 2.6 0 0 0 2.09 1.06M1.71 10.14c.83 0 1.6-.4 2.1-1.05a2.63 2.63 0 0 0 4.19 0 2.63 2.63 0 0 0 4.2 0 2.6 2.6 0 0 0 2.09 1.05'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--other--peer-assessed::before {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.981 18.898a1.949 1.949 0 1 0 0-3.898 1.949 1.949 0 0 0 0 3.898ZM14.765 21.125a3.157 3.157 0 0 0-5.57 0M17.638 18.898a1.949 1.949 0 1 0 0-3.898 1.949 1.949 0 0 0 0 3.898ZM20.332 20.849a3.302 3.302 0 0 0-5.565.276M6.325 18.898a1.949 1.949 0 1 0 0-3.898 1.949 1.949 0 0 0 0 3.898Z' stroke='%23000' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3cpath d='M3.63 20.849a3.303 3.303 0 0 1 5.567.276M19.877 7.614 16.1 11.39l-1.857.371.371-1.856 3.776-3.776a1.047 1.047 0 0 1 1.48 0l.005.005a1.043 1.043 0 0 1 0 1.48v0ZM16.851 4.299l-1.866-1.632h-8.91V13.02' stroke='%23000' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3cpath d='m8.302 6.565.742.743 1.485-1.485M8.302 10.278l.742.742 1.485-1.485M12.388 6.936h1.114M14.986 9.535l1.485 1.486M4.82 15.716a4.31 4.31 0 0 0 3.456 1.234M10.475 15.716a4.311 4.311 0 0 0 3.456 1.234M16.133 15.716a4.312 4.312 0 0 0 3.457 1.234' stroke='%23000' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--other--phone-action-information::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath fill='none' d='M9.57 10.09v2.65a1.5 1.5 0 0 1-1.51 1.52H4.37c-.85 0-1.51-.69-1.51-1.52V4.1c0-.86.68-1.52 1.51-1.52h1m-2.51 9.19h6.71'%3e%3c/path%3e%3cpath fill='none' d='M9.57 1.71a3.35 3.35 0 0 1 0 6.69 3.35 3.35 0 0 1 0-6.68zm0 5.03V5.06'%3e%3c/path%3e%3cpath d='M9.57 3.4a.2.2 0 0 0-.2.2c0 .11.09.2.2.2a.2.2 0 0 0 .2-.2c0-.12-.08-.2-.2-.2zm0 0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--other--profile-user-cash-message::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M14.29 1.8c-3.29.57-4.03 3.9-5.46 7.46h1.69v1.68c0 .92.74 1.69 1.68 1.69h.83v1.66M6.94 4.23H5.48c-.4 0-.74.34-.74.74 0 .32.2.57.49.69l1.48.45c.38.15.58.6.43.98a.75.75 0 0 1-.68.45H4.69m1.22-3.31V3.4m0 5.03V7.6'%3e%3c/path%3e%3cpath d='M7.57 10.09h-.83v2.51l-2.51-2.5H2.54a.83.83 0 0 1-.83-.83V2.54c0-.45.38-.83.83-.83h6.72c.45 0 .83.38.83.83'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--other--railroad-train-1::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M4.37 1.71h6.97c.63 0 1.12.52 1.12 1.12v7.54c0 .32-.26.57-.57.57H3.83a.57.57 0 0 1-.57-.57V2.83c0-.6.51-1.12 1.11-1.12zM2 14.29l1.26-1.69m10.48 1.69-1.26-1.69M3.26 6.74h9.22M7.86 1.71v5.03m-4.6 1.69h2.08m7.14 0H10.4'%3e%3c/path%3e%3cpath d='m5.77 10.94.83-1.68h2.51l.83 1.68'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--other--restaurant-eating-set::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M2.54 6.2v7.54m10.06-4.2h1.26c.23 0 .43-.2.43-.43 0-2.14.02-4.71-.86-6.85-.09-.2-.34-.32-.54-.23a.45.45 0 0 0-.26.4v11.31M1.71 2v3.34a.83.83 0 0 0 1.66 0V2m7.15 3.8a4.02 4.02 0 0 0-5.46-.4m-.4 6.23a3.98 3.98 0 0 0 5.65.2l.2-.2'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--other--screen-1::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M2.54 2.57h10.89c.46 0 .83.37.83.83v6.71c0 .46-.37.83-.83.83H2.54a.83.83 0 0 1-.83-.83V3.4c0-.46.38-.83.83-.83zm7.55 10.89H5.9l.43-2.52H9.7zm-5.43 0h6.71'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--other--sea-transport-boat::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M11.34 8.86V5.89c0-.92-.74-1.7-1.68-1.7H6.3c-.91 0-1.68.75-1.68 1.7v2.97'%3e%3c/path%3e%3cpath d='M13.86 9.86 8.29 7.63a.8.8 0 0 0-.63 0L2.14 9.86m1.03-.43.89 2.66M8 11.74V7.57m4.8 1.86-.91 2.77'%3e%3c/path%3e%3cpath d='M12.26 11.09 8 9.37 3.74 11.1m-2.03 3.16c.92.11 1.83-.2 2.52-.83a2.53 2.53 0 0 0 3.74 0 2.53 2.53 0 0 0 3.57.17l.17-.17c.66.66 1.6.94 2.52.83M6.31 5.89h3.35m-.83-3.75c0-.23-.2-.43-.43-.43h-.83c-.23 0-.43.2-.43.43v2.09h1.69zm0 0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--other--shop-cart::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M13.11 1.71H2.9c-.2 0-.37.15-.4.32l-.8 3.45c0 .7.58 1.26 1.26 1.26.69 0 1.26-.57 1.26-1.26 0 .7.57 1.26 1.25 1.26.7 0 1.26-.57 1.26-1.26a1.26 1.26 0 0 0 2.52 0c0 .7.57 1.26 1.26 1.26.68 0 1.25-.57 1.25-1.26 0 .7.57 1.26 1.26 1.26.68 0 1.26-.57 1.26-1.26l-.77-3.45a.42.42 0 0 0-.4-.32zm.35 12.58V8.43m-10.92 0v5.86m7.55-3.35H5.8a.83.83 0 0 0-.83.83c0 .09.03.2.06.29L5.77 14c.06.17.23.29.4.29h3.6c.17 0 .34-.12.4-.29l.74-1.94a.85.85 0 0 0-.48-1.09c-.14-.03-.23-.03-.34-.03zm-4.23 0 .83-2.08m3.37 2.08-.83-2.08m-2.06 4.17v-.83m1.66.83v-.83'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--other--soccer-player::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M8.77 1.71c.8 0 1.46.66 1.46 1.46 0 .8-.66 1.46-1.46 1.46-.8 0-1.46-.66-1.46-1.46 0-.8.66-1.46 1.46-1.46zm-5.03 9.63c.8 0 1.46.66 1.46 1.46 0 .8-.66 1.46-1.46 1.46-.8.03-1.45-.63-1.45-1.43 0-.83.65-1.49 1.45-1.49zm0 0'%3e%3c/path%3e%3cpath d='m6.31 11.31.66-4.17H6.9c-.32 0-.6.17-.75.46l-.8 1.6c-.2.4-.71.57-1.11.37a.84.84 0 0 1-.37-1.11l.8-1.6a2.51 2.51 0 0 1 2.25-1.4h3.8c.32 0 .6-.17.75-.46l.8-1.6c.2-.4.71-.57 1.11-.37.4.2.57.71.37 1.11l-.8 1.6a2.5 2.5 0 0 1-2.25 1.4h-.35l-1 6.38a.86.86 0 0 1-.82.71h-.15a.84.84 0 0 1-.68-.97l.57-3.63'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--other--study-book::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M5.86 11.46a11.4 11.4 0 0 0-3.38-.6.84.84 0 0 1-.77-.83V2.54c0-.45.38-.83.83-.83h.06c3.54.2 5.4 1.46 5.4 2.4 0-.97 2.09-2.2 5.4-2.4.46-.02.86.32.89.77v7.09M8 4.11V6.3M6.52 4.91c-1-.37-2.06-.6-3.12-.71m8.74 2.23.6-.09m-6.22.72c-1-.37-2.06-.6-3.12-.72m3.12 2.97a13.2 13.2 0 0 0-3.15-.7m6.26-3.67c1.03-.37 2.08-.6 3.14-.71'%3e%3c/path%3e%3cpath d='m14.23 14.26.06-.63a1.7 1.7 0 0 0-1.32-1.8l-2.03-.46v-3.2a1.06 1.06 0 1 0-2.11 0v5.14l-.83-.6a.86.86 0 0 0-1.2.18.85.85 0 0 0 0 1.02l.26.35'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--other--supermarket::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M8 1.71h2.52V3.4H8zM4.23 5.06h.83m6.71 0h-.83M8 3.4v1.69M1.71 8h.83m10.92 0h.83m-.83 6.29V8h-2.52V5.06H5.06V8H2.54v6.29zm0 0'%3e%3c/path%3e%3cpath d='M8 6.74c.69 0 1.26.57 1.26 1.26 0 .69-.57 1.26-1.26 1.26-.69 0-1.26-.57-1.26-1.26 0-.69.57-1.26 1.26-1.26zm-2.09 4.2h4.2v3.35h-4.2zm-.43 0h5.04m-2.52 0v3.35'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--other--synchronize-arrows-triangle::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M6.97 12.31H3.2a.89.89 0 0 1-.89-.88c0-.14.03-.32.12-.43l1.68-2.86M11.89 7l2.28 3.97a.87.87 0 0 1-.74 1.32h-3.8M5.26 6.14l2.28-3.97a.86.86 0 0 1 1.2-.31c.15.08.26.2.32.31l1.65 2.86'%3e%3c/path%3e%3cpath d='m11.4 10.54-1.77 1.77 1.77 1.78M11.37 2.6 10.71 5l-2.4-.66m-6.6 4.43 2.4-.66.66 2.4'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--other--tags-cash::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath fill='none' d='M6.43 12.03a.84.84 0 0 1-1.17 0L2.26 9a.84.84 0 0 1 0-1.17L8.1 1.97a.78.78 0 0 1 .6-.26h3c.46 0 .83.38.83.83v3c0 .23-.08.43-.25.6'%3e%3c/path%3e%3cpath d='M10.46 3.6a.2.2 0 0 0-.2.2c0 .11.08.2.2.2a.2.2 0 0 0 .2-.2.2.2 0 0 0-.2-.2zm0 0'%3e%3c/path%3e%3cpath fill='none' d='M11.71 9.26h-1.14c-.4 0-.74.34-.74.74 0 .31.2.57.48.69l1.15.45c.37.15.57.6.43.97a.75.75 0 0 1-.7.46h-1.13m.83-3.31v-.43m0 4.2v-.43'%3e%3c/path%3e%3cpath fill='none' d='M10.89 7.57a3.35 3.35 0 1 1-3.35 3.37 3.37 3.37 0 0 1 3.35-3.37zm0 0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--other--tennis-backhand::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M7.17 1.71c.8 0 1.46.66 1.46 1.46 0 .8-.66 1.46-1.46 1.46-.8 0-1.46-.66-1.46-1.46 0-.8.63-1.46 1.46-1.46zm5.86 9.43c.11 0 .2.09.2.2m-.4 0c0-.11.08-.2.2-.2m0 .4a.2.2 0 0 1-.2-.2m.4 0a.2.2 0 0 1-.2.2m-1.83-7.6c.6-1 1.69-1.46 2.43-1 .74.43.89 1.6.28 2.6-.6 1-1.68 1.46-2.43 1-.74-.45-.85-1.63-.28-2.6zm-.49 3.92.77-1.32M7.63 9.06c.14.14.34.2.54.2h1.92a.83.83 0 0 0 0-1.66h-1.8l-1.6-1.74a.82.82 0 0 0-1.17-.06.6.6 0 0 0-.2.26L3.61 9.4a2.7 2.7 0 0 0-.25 1.12v1.28l-1.34 1a.83.83 0 0 0-.17 1.17c.28.37.8.46 1.17.17l1.34-1c.43-.31.66-.8.66-1.34v-.4l1.45.63.72 1.77a.84.84 0 0 0 1.57-.6l-.71-1.77c-.17-.4-.49-.74-.89-.91l-1.8-.78.92-1.83zm0 0'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--other--tennis-racquet::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M3.14 14.03a.84.84 0 0 1-1.17 0 .84.84 0 0 1 0-1.17l1.94-1.95L5.1 12.1zm2.77-3.94-1.4 1.4m3.43-8.46c1.6-1.6 4.03-1.77 5.4-.37 1.4 1.4 1.23 3.8-.37 5.4-1.6 1.6-4.03 1.77-5.4.37-1.4-1.37-1.23-3.8.37-5.4zm0 0'%3e%3c/path%3e%3cpath d='m6.69 6.83-.8 3.26 3.25-.8m4.66-2.35L9.06 2.2M7.11 4.14l4.75 4.75m.48-6.92L6.9 7.43m1.67 1.68 5.46-5.45M3.4 1.71a1.69 1.69 0 0 1 0 3.38 1.69 1.69 0 0 1 0-3.38zm0 0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--other--time-clock-circle-1::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M8 1.71c3.48 0 6.29 2.8 6.29 6.29 0 3.48-2.8 6.29-6.29 6.29A6.27 6.27 0 0 1 1.71 8c0-3.48 2.8-6.29 6.29-6.29zm0 0'%3e%3c/path%3e%3cpath d='M8 7.11c.48 0 .89.4.89.89a.9.9 0 0 1-.89.89.9.9 0 0 1-.89-.89c0-.48.4-.89.89-.89zm0 0V3.97m.63 4.66 1.6 1.6'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--other--tool-box::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='8' stroke-width='.75'%3e%3cpath d='M2.29 4.86h11.14c.46 0 .86.4.86.85v6.86c0 .46-.4.86-.86.86H2.29a.88.88 0 0 1-.86-.86V5.71c.05-.51.4-.85.86-.85zm8.17 0a2.56 2.56 0 0 0-2.57-2.57A2.56 2.56 0 0 0 5.3 4.86M1.43 8.29h5.28m2.15 0H14'%3e%3c/path%3e%3cpath d='M7.89 9.54a.88.88 0 0 1-.86-.85v-.86c0-.46.4-.86.86-.86.45 0 .85.4.85.86v.86c0 .45-.4.85-.85.85zm0 0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--other--touch-finger::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='m6.23 14.29-1.54-1.75a.86.86 0 0 1 .08-1.23.87.87 0 0 1 1.23.09l1.09 1.23V7.6a.826.826 0 1 1 1.65 0v3.77h.83a2.5 2.5 0 0 1 2.52 2.52v.4'%3e%3c/path%3e%3cpath d='M10.4 9.26c1.86-1.4 2.23-4 .83-5.86a4.17 4.17 0 0 0-5.86-.83 4.17 4.17 0 0 0 0 6.69'%3e%3c/path%3e%3cpath d='M10.4 9.26c1.86-1.4 2.23-4 .83-5.86a4.17 4.17 0 0 0-5.86-.83 4.17 4.17 0 0 0 0 6.69'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--other--travel-luggage-1::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M4.66 11.31a5.02 5.02 0 1 1 7.11-4.57M3.54 2.86l2.94 1.11c.38.14.6.55.52.94l-.14.9a.86.86 0 0 1-.63.65l-1.17.28-.66 1.6c-.11.32-.34.57-.63.77l-1.03.72'%3e%3c/path%3e%3cpath d='M10.23 3.11 9.4 4.74a.95.95 0 0 0-.06.63l.32.94M7.57 9.69h5.86c.46 0 .83.37.83.83v2.94c0 .45-.37.83-.83.83H7.57a.83.83 0 0 1-.83-.83v-2.94c0-.46.37-.83.83-.83zm.86 0v4.6m4.17-4.6v4.6m-3.34-4.6v-.43c0-.69.57-1.26 1.26-1.26.68 0 1.25.57 1.25 1.26v.43'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--other--travel-paper-plane::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='m3.59 2.82 3 1.14c.4.14.62.56.54.95l-.17.86c-.05.3-.3.56-.61.64l-1.17.28-.64 1.61c-.11.31-.34.6-.61.79L2.8 9.8m7.5-6.59-.55.72c-.34.45-.42 1-.25 1.53l.13.42'%3e%3c/path%3e%3cpath d='M5.9 11.65a5.01 5.01 0 0 1-4.12-5.77 5.01 5.01 0 0 1 9.89 0'%3e%3c/path%3e%3cpath d='M7.35 10.64a.4.4 0 0 1-.25-.52.37.37 0 0 1 .25-.25l6.94-2.82L11.45 14c-.09.22-.34.3-.56.22a.57.57 0 0 1-.25-.25l-.84-2.48zm2.48.84 1.53-1.53'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--other--trip-destination::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M14.29 3.8c0 .94-1.43 3.17-1.92 3.94a.22.22 0 0 1-.28.06c-.03-.03-.06-.03-.06-.06-.51-.77-1.92-2.97-1.92-3.94a2.1 2.1 0 0 1 2.09-2.09 2.1 2.1 0 0 1 2.09 2.1zm-2.09-.2c.11 0 .2.09.2.2m-.43 0c0-.11.09-.2.2-.2m.03.43a.2.2 0 0 1-.2-.2m.4-.03a.2.2 0 0 1-.2.2M4.23 8.2c.11 0 .2.09.2.2m-.4.03c0-.12.08-.2.2-.2m0 .4a.2.2 0 0 1-.2-.2m.4 0a.2.2 0 0 1-.2.2'%3e%3c/path%3e%3cpath d='M4.23 5.91a2.5 2.5 0 0 1 2.51 2.52c0 1.09-1.51 3.11-2.17 4a.44.44 0 0 1-.6.09l-.08-.09c-.66-.89-2.18-2.95-2.18-4a2.5 2.5 0 0 1 2.52-2.52zm0 8.38h5.03c.45 0 .83-.38.83-.83v-2.52c0-.46.37-.83.82-.83h1.7'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--other--walking::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M7.54 1.71c.83 0 1.49.66 1.49 1.49s-.66 1.49-1.49 1.49-1.48-.66-1.48-1.5c0-.82.65-1.48 1.48-1.48zm4 6.18c-.4 0-.74-.18-1-.5a4.34 4.34 0 0 0-3.43-1.65 3.4 3.4 0 0 0-3.4 3.4.86.86 0 0 0 1.72 0c0-.77.51-1.45 1.28-1.66v.29c0 1.83-.54 3.63-1.57 5.14-.25.4-.14.92.23 1.18.4.25.92.14 1.17-.23.55-.8.98-1.69 1.29-2.6.88.57 1.54 1.4 1.88 2.4.15.45.6.71 1.06.57.46-.14.71-.6.57-1.06 0-.03 0-.03-.03-.06a6.22 6.22 0 0 0-3.08-3.57c.08-.6.14-1.17.14-1.77v-.03c.32.17.6.4.83.69a2.96 2.96 0 0 0 2.32 1.11c.45 0 .85-.37.85-.85.03-.43-.37-.8-.83-.8zm0 0'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--other--yoga-shoulder-stretch::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M8 1.71c.86 0 1.57.72 1.57 1.58 0 .85-.71 1.57-1.57 1.57-.86 0-1.57-.72-1.57-1.57 0-.86.71-1.58 1.57-1.58zm5.4 4.49H2.6a.9.9 0 0 0-.89.89c0 .51.4.91.9.91h4.48v1.8h-.9a2.68 2.68 0 0 0-2.67 2.68v.9c0 .48.4.88.88.88a.9.9 0 0 0 .89-.89v-.89c0-.48.4-.88.88-.88H7.4l.6 1.2a2.82 2.82 0 0 0 2.46 1.49h1.14a.89.89 0 0 0 0-1.77h-1.14a.9.9 0 0 1-.8-.5l-.75-1.5V8h4.49a.9.9 0 0 0 .89-.89.9.9 0 0 0-.9-.91zM7.11 9.8h1.8'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--rankings--award-badge-star::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M13.47 12.6H2.57V6.1c0-.26.12-.5.33-.67L7.5 1.9a.84.84 0 0 1 1.03 0l4.61 3.54c.2.16.33.41.33.67zm-10.9 1.69h10.9'%3e%3c/path%3e%3cpath d='m8.32 5.37.7 1.37h1.18c.18 0 .33.14.34.32 0 .09-.04.18-.1.24l-1.1 1.07.6 1.4c.08.16 0 .35-.17.43-.09.03-.2.03-.29-.02l-1.46-.83-1.46.82a.33.33 0 0 1-.45-.12.33.33 0 0 1-.02-.29l.6-1.39L5.6 7.3a.32.32 0 0 1 0-.46c.06-.07.15-.1.24-.1h1.19l.7-1.37a.33.33 0 0 1 .44-.15c.06.03.12.08.15.15zm0 0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--rankings--award-badge::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='m11.98 14.2-3.45-2.5a.83.83 0 0 0-.98 0l-3.46 2.5a.42.42 0 0 1-.66-.33V2.55c0-.46.37-.84.84-.84h7.54c.46 0 .84.38.84.84v11.32a.42.42 0 0 1-.67.34zm0 0'%3e%3c/path%3e%3cpath d='m12.65 11.58-4.12-3a.84.84 0 0 0-.98 0l-4.12 3'%3e%3c/path%3e%3cpath d='m12.65 8.42-4.12-3a.83.83 0 0 0-.98 0l-4.12 3'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--rankings--award-medal-1::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M8.04 5.07a4.61 4.61 0 1 1 0 9.22 4.61 4.61 0 0 1 0-9.22zm0 0'%3e%3c/path%3e%3cpath d='m8.34 7.05.7 1.37h1.18c.18 0 .33.13.33.32 0 .09-.03.17-.1.24l-1.09 1.07.6 1.4a.33.33 0 0 1-.46.4l-1.46-.82-1.46.82a.33.33 0 0 1-.47-.41l.6-1.39-1.09-1.07a.33.33 0 0 1 0-.46c.06-.07.15-.1.24-.1h1.18l.7-1.38a.33.33 0 0 1 .46-.13c.05.03.1.07.14.14zm2.63-.93 1.68-4.4H3.43l1.68 4.4M7 5.19 6.35 1.7m2.73 3.49.63-3.48'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--rankings--award-medal-2::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='m11.83 14.2-3.4-2.5a.8.8 0 0 0-.96 0l-3.39 2.5a.4.4 0 0 1-.57-.09.42.42 0 0 1-.08-.24V2.55c0-.46.37-.84.82-.84h7.4c.46 0 .83.38.83.84v11.32c0 .23-.18.42-.41.42a.4.4 0 0 1-.24-.08zm0 0'%3e%3c/path%3e%3cpath d='m12.48 10.32-4.04-3a.8.8 0 0 0-.97 0l-4.04 3'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--rankings--award-medal::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M8 5.07a4.6 4.6 0 1 1 0 9.21 4.6 4.6 0 0 1 0-9.21zm0 0'%3e%3c/path%3e%3cpath d='M8.3 7.05 9 8.42h1.18c.18 0 .33.13.34.32 0 .09-.04.17-.1.24l-1.1 1.07.61 1.4a.33.33 0 0 1-.47.4L8 11.03l-1.46.82a.33.33 0 0 1-.47-.41l.6-1.39-1.09-1.07a.32.32 0 0 1 0-.46.3.3 0 0 1 .24-.1H7l.7-1.38a.33.33 0 0 1 .45-.13c.06.03.1.07.14.14zM5.9 1.71l.95 3.5M3.98 7.42l-2.27-5.7m8.39-.01-.95 3.5m2.87 2.21 2.27-5.7'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--rankings--award-ribbon-star-1::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='m3.98 8.58-2.27 2.77 2.1.42.84 2.52 2.2-3.5m5.17-2.21 2.27 2.77-2.1.42-.84 2.52-2.2-3.5'%3e%3c/path%3e%3cpath d='M8 1.71a4.6 4.6 0 1 1 0 9.22 4.6 4.6 0 0 1 0-9.22zm0 0'%3e%3c/path%3e%3cpath d='M8.3 3.7 9 5.06h1.18c.18 0 .33.13.34.31 0 .1-.04.18-.1.24L9.32 6.7l.61 1.39a.33.33 0 0 1-.47.4L8 7.69l-1.46.82a.33.33 0 0 1-.45-.12.34.34 0 0 1-.02-.3l.6-1.38-1.09-1.08a.32.32 0 0 1 0-.46c.06-.06.15-.1.24-.1H7l.7-1.37a.34.34 0 0 1 .59 0zm0 0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--rankings--award-ribbon-star-2::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M8.3 4.11 9 5.48h1.18a.33.33 0 0 1 .24.56l-1.1 1.08.61 1.38a.33.33 0 0 1-.47.41L8 8.1l-1.46.83a.33.33 0 0 1-.47-.42l.6-1.38-1.09-1.08a.32.32 0 0 1 0-.45c.06-.07.15-.1.24-.1H7l.7-1.38a.34.34 0 0 1 .59 0zM3.93 8.64l-2.22 2.71 2.1.42.84 2.52 2.23-3.54m5.19-2.11 2.22 2.71-2.1.42-.84 2.52-2.23-3.54'%3e%3c/path%3e%3cpath d='m8.26 1.8 1.04.84 1.32-.07c.2 0 .37.12.42.3l.35 1.29 1.11.73c.17.1.23.31.16.5l-.47 1.23.47 1.24c.07.19 0 .4-.16.5l-1.1.73-.36 1.28a.41.41 0 0 1-.42.3l-1.32-.06-1.04.83a.41.41 0 0 1-.52 0l-1.03-.83-1.33.07a.42.42 0 0 1-.42-.31L4.6 9.09l-1.1-.73a.41.41 0 0 1-.16-.5l.47-1.24-.47-1.23c-.07-.2 0-.4.16-.5l1.1-.73.36-1.29a.42.42 0 0 1 .42-.3l1.33.07 1.03-.83a.41.41 0 0 1 .52 0zm0 0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--rankings--award-ribbon-star-3::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M8.04 1.71a4.61 4.61 0 1 1 0 9.23 4.61 4.61 0 0 1 0-9.23zm0 0'%3e%3c/path%3e%3cpath d='m10.13 10.43.84 3.86-2.93-1.68-2.93 1.68.83-3.86m2.4-6.73.7 1.37h1.18c.18 0 .33.13.33.31 0 .1-.03.18-.1.24L9.36 6.7l.6 1.39c.08.16 0 .36-.17.43-.1.03-.2.03-.29-.02l-1.46-.82-1.46.82a.33.33 0 0 1-.45-.12.32.32 0 0 1-.02-.3l.6-1.38-1.09-1.08a.32.32 0 0 1 0-.46c.06-.06.15-.1.24-.1h1.18l.7-1.37a.34.34 0 0 1 .6 0zm0 0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--rankings--award-star-head::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='m8.34 1.93.82 1.46h1.38c.21 0 .39.16.39.37 0 .1-.04.2-.11.28L9.54 5.43l.71 1.62c.08.2-.01.42-.2.5a.38.38 0 0 1-.35-.02L8 6.57l-1.7.96a.38.38 0 0 1-.53-.14.4.4 0 0 1-.02-.34l.7-1.62-1.27-1.4a.38.38 0 0 1 0-.53.38.38 0 0 1 .27-.1h1.39l.81-1.47c.1-.2.33-.27.52-.17.08.03.13.1.17.17zm.5 10.27v2.09h2.1m-.42-4.19v2.1h2.09m-.41-3.78v2.1h2.09m-2.09 0 1.67-1.68M7.16 12.2v2.09h-2.1m.42-4.19v2.1H3.4m.4-3.78v2.1H1.72m2.08 0L2.14 8.84'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--rankings--award-trophy-star-1::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='m8.45 8.24.93 1.86h1.6a.44.44 0 0 1 .3.74l-1.36.93.7 1.9c.1.22 0 .48-.23.58a.43.43 0 0 1-.39-.02l-1.94-1.1-1.95 1.1a.44.44 0 0 1-.62-.56l.9-1.9-1.55-.92a.44.44 0 0 1 .3-.75h1.59l.93-1.86c.11-.21.38-.3.6-.19.08.04.15.11.19.2zM6.8 1.71v3.36m2.52-3.36v3.36M11 7.58l.83-5.87H4.29l.83 5.87'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--rankings--award-trophy-star-11::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M8.3 3.7 9 5.07h1.18c.18 0 .33.14.34.32 0 .09-.04.18-.1.24L9.32 6.7l.61 1.39a.33.33 0 0 1-.47.41L8 7.68l-1.46.82a.33.33 0 0 1-.47-.41l.6-1.4-1.09-1.06a.32.32 0 0 1 0-.46c.06-.07.15-.1.24-.1H7l.7-1.37a.33.33 0 0 1 .44-.15.3.3 0 0 1 .15.15zm3.9.1c1.87 0 1.53-.24 2.09 4.2M3.8 3.8c-2.1 0-1.48-.68-2.09 4.2m9.43 6.29H4.86'%3e%3c/path%3e%3cpath d='M3.8 7.16v-4.6c0-.47.38-.85.85-.85h6.7c.47 0 .84.38.84.84v4.61c0 5.04-8.38 5.04-8.38 0zM8 14.29v-3.36'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--rankings--award-trophy-star::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M8.02 10.1v1.67m3.55 2.52a3.77 3.77 0 0 0-7.1 0zM10.54 1.71h2.09c.46 0 .83.38.83.84v2.1a5.44 5.44 0 1 1-10.89 0v-2.1c0-.46.38-.84.84-.84h2.1'%3e%3c/path%3e%3cpath d='m8.32 2.73.7 1.38h1.18a.33.33 0 0 1 .24.55l-1.1 1.08.6 1.38c.08.17 0 .36-.17.43-.1.04-.2.04-.29-.01L8.02 6.7l-1.46.83a.33.33 0 0 1-.45-.12.32.32 0 0 1-.02-.3l.6-1.38L5.6 4.66a.33.33 0 0 1 0-.46c.06-.06.15-.1.24-.1h1.18l.7-1.37a.33.33 0 0 1 .6 0zm0 0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--rankings--award-trophy::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M5.07 11.77h5.86c.46 0 .84.38.84.84v.84c0 .46-.38.84-.84.84H5.07a.84.84 0 0 1-.84-.84v-.84c0-.46.38-.84.84-.84zM5.9 1.71H2.3a.57.57 0 0 0-.58.58 6.28 6.28 0 1 0 12.58 0 .57.57 0 0 0-.58-.58H10.1'%3e%3c/path%3e%3cpath d='m6.82 8.46-.98 3.31h4.2l-.89-3.3M8.34 1.9l.7 1.37h1.18c.18 0 .33.14.33.32 0 .09-.03.18-.1.24L9.36 4.9l.6 1.39a.33.33 0 0 1-.46.4l-1.46-.82-1.47.83a.33.33 0 0 1-.45-.12.34.34 0 0 1-.01-.3l.6-1.38-1.09-1.07a.33.33 0 0 1 0-.46c.06-.07.15-.1.24-.1h1.18l.7-1.38a.34.34 0 0 1 .45-.14c.06.04.11.09.15.14zm0 0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--rankings--certified-ribbon-1::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M11.35 4.23 8.3 7.29a.42.42 0 0 1-.6 0l-.96-.97M3.93 8.64l-2.22 2.71 2.1.42.84 2.52 2.23-3.54m5.19-2.11 2.22 2.71-2.1.42-.84 2.52-2.23-3.54'%3e%3c/path%3e%3cpath d='m12.2 6.62.46 1.24c.07.19 0 .4-.16.5l-1.1.73-.36 1.28a.41.41 0 0 1-.42.3l-1.32-.06-1.04.83a.41.41 0 0 1-.52 0l-1.04-.83-1.32.07a.42.42 0 0 1-.42-.31L4.6 9.09l-1.1-.73a.41.41 0 0 1-.16-.5l.47-1.24-.47-1.23c-.07-.2 0-.4.16-.5l1.1-.73.36-1.29a.42.42 0 0 1 .42-.3l1.32.07 1.04-.83a.41.41 0 0 1 .52 0l1.04.83'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--rankings--certified-ribbon-2::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='m11.98 14.2-3.45-2.5a.83.83 0 0 0-.98 0l-3.46 2.5a.42.42 0 0 1-.66-.33V2.55c0-.46.37-.84.84-.84h7.54c.46 0 .84.38.84.84v11.32a.42.42 0 0 1-.67.34zm0 0'%3e%3c/path%3e%3cpath d='M10.55 5.66 7.5 8.71a.41.41 0 0 1-.6 0h0l-.96-.96'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--rankings--common-file-award::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='m9.54 10.92-.35 2.93c-.04.2.1.4.3.43a.4.4 0 0 0 .33-.1l1.02-1.02 1.01 1.02a.37.37 0 0 0 .63-.33l-.36-2.95'%3e%3c/path%3e%3cpath d='M10.82 7.16a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2zm0 0'%3e%3c/path%3e%3cpath d='M7.05 12.6H3.7a.84.84 0 0 1-.84-.83V2.55c0-.46.37-.84.84-.84h5.93c.23 0 .44.1.6.25l1.6 1.6c.16.16.25.37.25.6V5.9'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--rankings--school-book-trophy::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M1.71 14.29h2.7a1.1 1.1 0 0 0 1.07-1.12v-1.12a1.1 1.1 0 0 0-1.07-1.12H1.7'%3e%3c/path%3e%3cpath d='M4.45 14.29h9c.46 0 .84-.38.84-.84v-1.68a.84.84 0 0 0-.84-.84h-9m8.15 0v3.36m-1.67-3.36v3.36m-1.67-3.36v3.36m-1.68-3.36v3.36M3.8 12.6H1.72m8.63-1.67v-.7a.3.3 0 0 0-.22-.28 2.1 2.1 0 0 1-1.46-2.1c0-2.1 2.6.54 2.68-5.82a.33.33 0 0 0-.33-.32H4.98a.33.33 0 0 0-.33.32c.08 6.36 2.68 3.71 2.68 5.83.04.95-.56 1.8-1.46 2.09a.31.31 0 0 0-.22.28v.7zm0 0'%3e%3c/path%3e%3cpath d='M4.66 2.55H3.28a.3.3 0 0 0-.3.3v.02c.06.77.42 2.66 2.18 2.61m6.18-2.93h1.42c.17 0 .3.13.3.3v.02c-.07.78-.43 2.68-2.22 2.61'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--rankings--seo-trophy::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M11.77 12.6h1.68c.46 0 .84-.37.84-.83V2.62c0-.5-.4-.9-.9-.9H2.6c-.5 0-.9.4-.9.9v9.09c0 .5.4.9.9.9h1.62M1.71 4.23H14.3'%3e%3c/path%3e%3cpath d='M5.7 6.32c-.15.34-.22.7-.22 1.07A2.59 2.59 0 0 0 8 10.04a2.59 2.59 0 0 0 2.52-2.65c0-.37-.08-.73-.22-1.07zM8 10.04v2.57m2.1 1.68A2.26 2.26 0 0 0 8 12.6c-1 .04-1.84.72-2.1 1.68zm0 0'%3e%3c/path%3e%3cpath d='M5.5 7.58H3.8c0 .9.34 1.79.94 2.46m5.76-2.46h1.7c0 .94-.36 1.84-1 2.53'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--rankings--window-badge::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M13.45 5.9V2.56a.84.84 0 0 0-.84-.84H2.55a.84.84 0 0 0-.84.84v9.22c0 .46.38.84.84.84h6.7M1.71 4.23h11.74'%3e%3c/path%3e%3cpath d='M12.2 7.58a2.1 2.1 0 1 1 0 4.19 2.1 2.1 0 0 1 0-4.19zm0 0'%3e%3c/path%3e%3cpath d='M13.45 11.35v2.94l-1.26-1.26-1.26 1.26v-2.94m1.27-1.89c.1 0 .2.1.2.22a.2.2 0 1 1-.42 0c0-.12.1-.22.21-.22zm0 0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--science-and-mathematics--accounting-calculator::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='8' stroke-width='.75'%3e%3cpath fill='none' d='M4.27 1.71h7.54c.45 0 .84.4.84.84v10.9c0 .44-.4.84-.84.84H4.27a.86.86 0 0 1-.84-.84V2.5c.05-.45.39-.79.84-.79zm0 0'%3e%3c/path%3e%3cpath fill='none' d='M5.55 3.4h5.03c.22 0 .45.16.45.44V5.5c0 .23-.17.45-.45.45H5.55a.44.44 0 0 1-.44-.45V3.84c.05-.28.22-.45.44-.45zm0 0'%3e%3c/path%3e%3cpath d='M5.77 7.97c.12 0 .23.11.23.23 0 .1-.11.22-.23.22-.1 0-.22-.11-.22-.22 0-.12.11-.23.22-.23zm2.41 0c.1 0 .22.11.22.23 0 .1-.11.22-.22.22s-.23-.11-.23-.22c0-.12.06-.23.23-.23zm2.18 0c.1 0 .22.11.22.23 0 .1-.11.22-.22.22s-.23-.11-.23-.22c0-.12.12-.23.23-.23zM5.77 10.1c.12 0 .23.1.23.22 0 .11-.11.22-.23.22-.1 0-.22-.11-.22-.22 0-.17.11-.23.22-.23zm2.41 0c.1 0 .22.1.22.22 0 .11-.11.22-.22.22s-.23-.11-.23-.22c0-.17.06-.23.23-.23zm2.18 0c.1 0 .22.1.22.22 0 .11-.11.22-.22.22s-.23-.11-.23-.22c.06-.17.12-.23.23-.23zm-4.59 2.06c.12 0 .23.11.23.23 0 .1-.11.22-.23.22-.1 0-.22-.11-.22-.22 0-.12.11-.23.22-.23zm2.41 0c.1 0 .22.11.22.23 0 .1-.11.22-.22.22s-.23-.11-.23-.22c0-.12.06-.23.23-.23zm2.18 0c.1 0 .22.11.22.23 0 .1-.11.22-.22.22s-.23-.11-.23-.22c0-.12.12-.23.23-.23zm0 0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--science-and-mathematics--button-loop::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M9.23 9.57c.54.74 1.4 1.23 2.34 1.29a3 3 0 1 0 0-6c-2.14 0-3.43 3-3.43 3s-1.28 3-3.43 3a3 3 0 1 1 0-6c.95.05 1.8.54 2.35 1.28'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--science-and-mathematics--cat-sitting::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M7.46 6.09a2.12 2.12 0 0 1-1.17-1.86V1.71L8 2.54h.86l1.71-.83v2.52c0 .83-.51 1.6-1.31 1.91'%3e%3c/path%3e%3cpath d='M6.83 5.63 5.4 8.83a2.76 2.76 0 0 0-2.14 2.08 4.39 4.39 0 0 0 0 2.03c.17.77.88 1.32 1.68 1.32h6.95c1.28 0 1.28-2.09 0-2.09M9.74 5.91v6.72M8 12.6V9.26'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--science-and-mathematics--drone-1::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M13.46 5.09H11.8a2.3 2.3 0 0 1-1.86-.8 2.53 2.53 0 0 0-3.83 0c-.48.51-1.17.8-1.85.8H2.54a.83.83 0 0 0 0 1.65H4.2a2.3 2.3 0 0 1 1.86.8 2.52 2.52 0 0 0 3.83 0c.48-.51 1.17-.8 1.85-.8h1.66c.46 0 .83-.37.83-.83.06-.45-.32-.82-.77-.82zM1.71 2.57h.83m1.69 0h.83M3.4 3.4v1.66m7.54-2.49h.83m1.69 0h.83m-1.69.83v1.66M5.06 8.43a4.86 4.86 0 0 0-2.4 3.14c-.09.43.17.89.63 1 .05 0 .1.03.2.03h1.57m0-.83v1.66m5.88-5c1.2.66 2.09 1.8 2.4 3.14a.81.81 0 0 1-.63 1c-.05 0-.1.03-.2.03h-1.57m0-.83v1.66'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--science-and-mathematics--global-warming-high-temperature::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M7.57 2.54a4.19 4.19 0 1 1 0 6.69m1.69-5.86.88.6c.23.14.38.43.38.69v.97c0 .4-.29.74-.7.83l-1.42.28.31 1.23'%3e%3c/path%3e%3cpath d='m14.26 6.34-1.8.6a.89.89 0 0 0-.57.97l.34 1.6m-6.34.4V3.4c0-.94-.75-1.69-1.66-1.69-.92 0-1.69.75-1.69 1.69v6.5a2.5 2.5 0 0 0-.17 3.55 2.5 2.5 0 0 0 3.54.17c.55-.49.83-1.15.83-1.86 0-.71-.31-1.4-.85-1.86zM4.23 4.23v6.71'%3e%3c/path%3e%3cpath d='M4.23 10.94a.83.83 0 1 1-.83.83c-.03-.46.37-.83.83-.83zm0 0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--science-and-mathematics--lab-flask-experiment::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M5.14 1.71h5.72m-.8 4.2v-4.2H5.94v4.2L2.26 11.7a1.7 1.7 0 0 0 .48 2.3c.26.17.57.26.89.26h8.71c.92 0 1.63-.74 1.63-1.69 0-.31-.08-.63-.26-.91zM4.34 8.43h7.32m-2.43 2.51h1.63m-.8-.85v1.68m-4.92.2c.12 0 .2.09.2.2m-.43.03c0-.11.09-.2.2-.2m.03.4a.2.2 0 0 1-.2-.2m.4 0a.2.2 0 0 1-.2.2m1.63-2.09c.12 0 .2.09.2.2m-.4.01c0-.12.09-.2.2-.2m0 .39a.2.2 0 0 1-.2-.2m.4.01a.2.2 0 0 1-.2.2m3.29-7.32H8.43m1.63 1.66H8.43'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--science-and-mathematics--lab-tube-bottle::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M10.09 5.48V3.4h2.51v9.63c0 .68-.57 1.26-1.26 1.26-.14 0-.28-.03-.43-.1M13.43 3.4H9.26M5.09 1.71h3.34'%3e%3c/path%3e%3cpath d='M7.57 6V1.71H5.91V6a4.2 4.2 0 0 0-3.25 4.94 4.14 4.14 0 0 0 4.91 3.26 4.2 4.2 0 0 0 0-8.2zm3.26 4.94H2.66'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--science-and-mathematics--lab-tube-experiment::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M9.71 12.2c0 1.14-.97 2.09-2.14 2.09a2.13 2.13 0 0 1-2.14-2.1V1.72h4.28zM11 1.71H4.14m4.09 4.2c.11 0 .23.09.23.2m-.46 0c0-.11.09-.2.23-.2m0 .4c-.12 0-.23-.08-.23-.2m.43 0c0 .12-.09.2-.23.2M6.91 8.43c.12 0 .23.09.23.2m-.43 0c0-.11.1-.2.23-.2m-.03.4c-.1 0-.22-.09-.22-.2m.45 0c0 .11-.08.2-.23.2m.86 2.11c.12 0 .23.09.23.2m-.43 0c0-.11.09-.2.23-.2m-.03.4c-.11 0-.23-.08-.23-.2m.46 0c0 .12-.09.2-.23.2m1.94-7.11H5.43M2 8.43h1.71m-.85-.86v1.69M13.14 3.4c.49 0 .86.37.86.83 0 .46-.37.83-.86.83a.84.84 0 0 1-.85-.83c0-.46.37-.83.85-.83zm0 0' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--science-and-mathematics--lab-tubes::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M10.26 6.74c.11 0 .2.09.2.2m-.43 0c0-.11.08-.2.2-.2m.03.43a.2.2 0 0 1-.2-.2m.4-.03a.2.2 0 0 1-.2.2M5.34 8.83c.12 0 .2.08.2.2m-.4.03c0-.12.09-.2.2-.2m0 .4a.2.2 0 0 1-.2-.2m.4 0a.2.2 0 0 1-.2.2m.4-2.52c.12 0 .2.09.2.2m-.4 0c0-.11.09-.2.2-.2m0 .43a.2.2 0 0 1-.2-.2m.43-.03a.2.2 0 0 1-.2.2m4.89 1.69c.11 0 .2.08.2.2m-.4.03c0-.12.08-.2.2-.2m0 .4a.2.2 0 0 1-.2-.2m.4 0a.2.2 0 0 1-.2.2'%3e%3c/path%3e%3cpath d='M7.17 10.09c0 .91-.74 1.68-1.63 1.68-.91 0-1.63-.74-1.63-1.68V1.7h3.26zm4.92 0c0 .91-.75 1.68-1.63 1.68-.92 0-1.63-.74-1.63-1.68V1.7h3.26zm0 0'%3e%3c/path%3e%3cpath d='M13.71 7.17v5.46c0 .91-.74 1.68-1.62 1.68H3.9a1.7 1.7 0 0 1-1.62-1.7V7.16m.01 2.1H3.9m3.27 0H8.8m3.29 0h1.62m-9.8-4.2h3.26m1.66 0h3.26'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--science-and-mathematics--organic-flask-1::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M9.43 12.89s.68 1.4 1.83 1.28c2.34-.2 2.17-3.28 3.03-4.37a5.18 5.18 0 0 0-4.63.03c-1.2.69-1.29 1.83-.23 3.06zm1.66-1.41s-1.52.2-2.57 2.8m2.25-6.71A4.54 4.54 0 0 0 7.6 4.4V1.7H5.1v2.7a4.62 4.62 0 0 0-3.2 5.69 4.62 4.62 0 0 0 4.42 3.34M3.8 1.71h5.46M7.8 8c.11 0 .2.09.2.2m-.43 0c0-.11.09-.2.2-.2m.03.43a.2.2 0 0 1-.2-.2M8 8.2a.2.2 0 0 1-.2.2M4.86 9.69c.11 0 .2.08.2.2m-.4 0c0-.12.08-.2.2-.2m0 .4a.2.2 0 0 1-.2-.2m.4 0a.2.2 0 0 1-.2.2m.43-3.35c.1 0 .2.09.2.2m-.43 0c0-.11.08-.2.2-.2m.03.43a.2.2 0 0 1-.2-.2m.39-.03a.2.2 0 0 1-.2.2' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--science-and-mathematics--science-brain::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M3.97 3.37c.32-1 .8-1.66 1.37-1.66.57 0 1.06.66 1.37 1.66M6.69 8c-.32 1-.8 1.66-1.38 1.66-.57 0-1.02-.63-1.34-1.66'%3e%3c/path%3e%3cpath d='M4.52 4.29c1.94-1.1 3.88-1.35 4.34-.58.45.8-.75 2.32-2.69 3.4C4.23 8.2 2.3 8.46 1.83 7.7c-.46-.78.74-2.32 2.69-3.4zm0 0'%3e%3c/path%3e%3cpath d='M1.8 3.71c.46-.8 2.4-.54 4.34.58C8.1 5.37 9.3 6.9 8.83 7.69c-.46.8-2.4.54-4.35-.58-1.91-1.08-3.14-2.63-2.68-3.4zm3.54 1.77c.12 0 .2.09.2.2m-.43.01c0-.12.09-.2.2-.2m.03.42a.2.2 0 0 1-.2-.2m.4-.02a.2.2 0 0 1-.2.2m-1.08 8.4v-2.1'%3e%3c/path%3e%3cpath d='M7.89 1.71c4.05 0 4.91 3.29 6.37 6.98.08.22-.03.45-.26.54-.06.03-.09.03-.14.03h-1.09v1.68c0 .92-.77 1.69-1.71 1.69h-.86v1.66'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--science-and-mathematics--science-molecule-strucutre::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M5.06 7.57a3.35 3.35 0 0 1 3.34 3.34 3.37 3.37 0 0 1-3.34 3.38 3.35 3.35 0 0 1-3.35-3.35 3.4 3.4 0 0 1 3.35-3.37zM3.4 10.94c0-.91.74-1.68 1.69-1.68m6.68-5.86a2.5 2.5 0 0 1 2.52 2.51 2.5 2.5 0 0 1-2.52 2.52 2.5 2.5 0 0 1-2.51-2.52 2.5 2.5 0 0 1 2.51-2.51zm-.83 2.51c0-.45.37-.82.83-.82M4.66 1.71c.68 0 1.25.58 1.25 1.26 0 .69-.57 1.26-1.25 1.26-.69 0-1.26-.57-1.26-1.26 0-.68.54-1.26 1.26-1.26zm3.31 7.55L9.9 7.57m-.42-2.68L5.86 3.34'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--science-and-mathematics--science-molecule::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M8 6.74c.69 0 1.26.57 1.26 1.26 0 .69-.57 1.26-1.26 1.26-.69 0-1.26-.57-1.26-1.26 0-.69.57-1.26 1.26-1.26zm0 0'%3e%3c/path%3e%3cpath d='M5.91 5.91c3.29-3.28 6.86-5 8-3.85 1.15 1.14-.57 4.74-3.85 8-3.29 3.28-6.86 5-8 3.85-1.15-1.14.6-4.71 3.85-8zm0 0'%3e%3c/path%3e%3cpath d='M2.06 2.06c1.14-1.15 4.74.57 8 3.85 3.28 3.29 5 6.86 3.85 8-1.14 1.15-4.74-.57-8-3.85-3.25-3.29-5-6.83-3.85-8zm0 0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--science-and-mathematics--science-neurons::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M8 3c.69 0 1.26.57 1.26 1.26 0 .68-.57 1.26-1.26 1.26-.69 0-1.26-.58-1.26-1.26C6.74 3.54 7.31 3 8 3zm3.34 1.66c.69 0 1.26.57 1.26 1.25 0 .7-.57 1.26-1.26 1.26-.68 0-1.25-.57-1.25-1.26 0-.68.57-1.25 1.25-1.25zm0 4.17c.69 0 1.26.57 1.26 1.26 0 .68-.57 1.25-1.26 1.25-.68 0-1.25-.57-1.25-1.25 0-.7.57-1.26 1.25-1.26zM4.66 4.66c.68 0 1.25.57 1.25 1.25 0 .7-.57 1.26-1.25 1.26-.69 0-1.26-.57-1.26-1.26 0-.68.54-1.25 1.26-1.25zm0 4.17c.68 0 1.25.57 1.25 1.26 0 .68-.57 1.25-1.25 1.25-.69 0-1.26-.57-1.26-1.25 0-.7.54-1.26 1.26-1.26zM8 10.52c.69 0 1.26.57 1.26 1.25 0 .69-.57 1.26-1.26 1.26-.69 0-1.26-.57-1.26-1.26 0-.68.57-1.25 1.26-1.25zM1.71 3.4a.83.83 0 0 1 0 1.66m4.06.28 1.09-.54m2.28 0 1.09.54m-4.46 5.32 1.12.54m2.22 0 1.12-.54M4.66 7.17v1.69M8 13.03v1.26M8 1.71V3m3.34 4.17v1.69m-7.8-3.55-1.08-.7m-.75 7.99a.83.83 0 0 0 0-1.66m1.83-.25-1.08.7M14.29 3.4a.83.83 0 0 0 0 1.66m-1.83.25 1.08-.7m.75 7.99a.83.83 0 0 1 0-1.66m-1.83-.25 1.08.7'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--social--email::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M15.67 6a.18.18 0 0 1 .3.15v6.36A1.5 1.5 0 0 1 14.48 14h-13A1.5 1.5 0 0 1 0 12.48V6.12A.19.19 0 0 1 .33 6C1 6.51 2 7.2 5.13 9.51 5.79 10 6.89 11 8 11s2.24-1 2.87-1.48C14.05 7.2 15 6.51 15.67 6zM8 10c.72 0 1.76-.91 2.29-1.29 4.13-3 4.44-3.26 5.4-4a.74.74 0 0 0 .31-.6v-.59A1.5 1.5 0 0 0 14.48 2h-13A1.5 1.5 0 0 0 0 3.52v.59a.76.76 0 0 0 .28.59c1 .74 1.27 1 5.4 4C6.24 9.08 7.28 10 8 10z'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--social--facebook::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='m11.72 9 .45-2.9H9.39V4.23A1.45 1.45 0 0 1 11 2.66h1.26V.2A15 15 0 0 0 10 0a3.53 3.53 0 0 0-3.74 3.9v2.2H3.72V9h2.54v7h3.13V9z'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--social--linkedin::before {
    background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' data-prefix='fab' data-icon='linkedin-in' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-linkedin-in fa-w-14' fill='%23000'%3e%3cpath fill='%23000' d='M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--social--social-email-circle::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' xml:space='preserve' fill='%23000'%3e%3cpath d='M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zM3.9 5c0-.1.2-.1.3-.1h7.6c.1 0 .2 0 .3.1v.2L8.3 9c-.2.2-.5.2-.6 0L4 5.2c-.1-.1-.1-.1-.1-.2zm8.7 5.3c0 .4-.3.8-.8.8H4.2c-.4 0-.8-.4-.8-.8V5.5h.1l3.7 3.8c.4.4 1.1.4 1.5 0l3.7-3.8h.1v4.8z'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--social--social-facebook-circle::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' xml:space='preserve' fill='%23000'%3e%3cpath d='M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zm2.3 5.3H9.2c-.3 0-.4.1-.4.5v.6h1.5L10.1 8H8.8v4.6h-2V8H5.7V6.5h1.2V5.2c0-1.2.6-1.8 2-1.8h1.4v1.9z'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--social--social-instagram2-circle::before {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M28 56c15.464 0 28-12.536 28-28S43.464 0 28 0 0 12.536 0 28s12.536 28 28 28ZM10 20.392C10 14.652 14.652 10 20.392 10h15.216C41.348 10 46 14.652 46 20.392v15.216C46 41.348 41.347 46 35.608 46H20.392C14.652 46 10 41.347 10 35.608V20.392Zm24.568 8.153c0 3.415-2.94 6.182-6.568 6.182-3.628 0-6.568-2.767-6.568-6.182 0-3.414 2.94-6.181 6.568-6.181 3.627 0 6.568 2.767 6.568 6.181Zm2.705 0c0 4.82-4.152 8.728-9.273 8.728-5.121 0-9.273-3.908-9.273-8.728S22.88 19.818 28 19.818c5.121 0 9.273 3.907 9.273 8.727Zm3.272-9.818a2.182 2.182 0 1 1-4.363 0 2.182 2.182 0 0 1 4.363 0Z' fill='%23000'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--social--social-linkedin-circle::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' xml:space='preserve' fill='%23000'%3e%3cpath d='M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zM4.9 3.4c.5 0 .9.4.9.9s-.4.9-.9.9-.9-.4-.9-.9.4-.9.9-.9zM4 11.5V5.9h1.8v5.6H4zm8.6 0h-1.8v-3c0-1.8-2.1-1.6-2.1 0v3H6.9V5.9h1.8v.8c.4-.6 1.1-1 1.9-1 1.2.1 2.1 1.1 2 2.3v3.5z'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--social--social-twitter-circle::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' xml:space='preserve' fill='%23000'%3e%3cpath d='M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zm3.6 6.4V6.7c-.1 2.9-2.5 5.2-5.3 5.1-1 0-2-.3-2.9-.8 1 .1 2-.2 2.8-.8-.8 0-1.5-.5-1.8-1.3h.8c-.8-.1-1.4-.9-1.4-1.8.3.1.6.2.9.2-.9-.5-1.1-1.6-.6-2.4C5.1 6 6.5 6.7 8 6.8c0-.2-.1-.3 0-.5 0-1 .9-1.8 1.9-1.8.5 0 1 .2 1.4.6.4-.1.8-.2 1.2-.4-.1.4-.4.8-.8 1 .4 0 .7-.1 1.1-.3-.5.4-.8.7-1.2 1z'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--social--social-you-tube-circle::before {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M28 56c15.464 0 28-12.536 28-28S43.464 0 28 0 0 12.536 0 28s12.536 28 28 28ZM9.5 28c0 6.014 0 9.021 1.804 10.934.082.087.165.172.252.254C13.46 41 16.453 41 22.439 41H33.56c5.986 0 8.979 0 10.883-1.812.087-.082.17-.167.252-.254C46.5 37.021 46.5 34.014 46.5 28c0-6.014 0-9.021-1.804-10.934a6.617 6.617 0 0 0-.252-.254C42.54 15 39.547 15 33.561 15H22.44c-5.986 0-8.979 0-10.883 1.812-.086.082-.17.167-.252.254C9.5 18.979 9.5 21.986 9.5 28Zm24.288 0-9.193-5.333v10.666L33.788 28Z' fill='%23000'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--social--twitter::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M14.36 4.74v.43A9.27 9.27 0 0 1 5 14.5 9.3 9.3 0 0 1 0 13a6.85 6.85 0 0 0 .79 0 6.52 6.52 0 0 0 4.07-1.41 3.27 3.27 0 0 1-3.06-2.2 4.1 4.1 0 0 0 .62 0 3.49 3.49 0 0 0 .86-.11A3.28 3.28 0 0 1 .65 6.11a3.35 3.35 0 0 0 1.48.42A3.29 3.29 0 0 1 .67 3.76a3.22 3.22 0 0 1 .45-1.66 9.3 9.3 0 0 0 6.76 3.43 3.67 3.67 0 0 1-.08-.75 3.28 3.28 0 0 1 5.67-2.24 6.54 6.54 0 0 0 2.08-.79 3.22 3.22 0 0 1-1.44 1.8 6.67 6.67 0 0 0 1.89-.5 7.31 7.31 0 0 1-1.64 1.69z'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--standard--add::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M1.715 8h12.57M8 1.715v12.57' stroke='%23000' stroke-width='.75' fill='none' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--standard--adjustment-schemes::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-width='.75' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M14.285 2.543V13.43a.829.829 0 0 1-.828.828H2.543a.79.79 0 0 1-.828-.801V2.543c0-.457.37-.828.828-.828H13.43c.484 0 .855.37.855.828zM5.914 8.43v3.34m0-7.54v1.684'%3e%3c/path%3e%3cpath d='M5.914 8.43a1.272 1.272 0 0 1-1.258-1.258 1.27 1.27 0 0 1 1.258-1.258c.688 0 1.258.57 1.258 1.258A1.27 1.27 0 0 1 5.914 8.43zm4.172.828V4.23m0 7.54c.684 0 1.258-.57 1.258-1.254a1.27 1.27 0 0 0-1.258-1.258c-.688 0-1.258.57-1.258 1.258 0 .683.57 1.254 1.258 1.254zm0 0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--standard--arrow-down-1::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='m14.285 5.145-6 6.167a.41.41 0 0 1-.598 0L1.715 5.145' fill='none' stroke='%23000' stroke-width='.75' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--standard--arrow-left-1::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='m10.855 14.285-6.168-6a.41.41 0 0 1 0-.598l6.168-5.972' fill='none' stroke='%23000' stroke-width='.75' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--standard--arrow-right-1::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='m5.145 14.285 6.167-6a.41.41 0 0 0 0-.598L5.145 1.715' fill='none' stroke='%23000' stroke-width='.75' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--standard--arrow-up-1::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='m1.715 10.855 6-6.168a.41.41 0 0 1 .597 0l5.973 6.168' fill='none' stroke='%23000' stroke-width='.75' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--standard--arrow-up::before {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m20 12-8-8-8 8M12 4.571V20' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--standard--bubble-square-question::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg stroke='%23000' stroke-width='.75' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M13.457 11.77H7.57l-3.34 2.515V11.77H2.543a.829.829 0 0 1-.828-.829V2.543c0-.457.37-.828.828-.828H13.43c.484 0 .855.37.855.828v8.371a.835.835 0 0 1-.828.856zm0 0' fill='none'%3e%3c/path%3e%3cpath d='M6.742 5.059A1.69 1.69 0 0 1 8.43 3.37c.914 0 1.683.742 1.683 1.688 0 .71-.457 1.34-1.113 1.57a.83.83 0 0 0-.57.8v.141' fill='none'%3e%3c/path%3e%3cpath d='M8.43 9.258c-.118 0-.2.086-.2.199 0 .113.082.2.2.2a.196.196 0 0 0 .199-.2c0-.113-.086-.2-.2-.2zm0 0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--standard--calendar-3::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg stroke='%23000' stroke-width='.75' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2.543 3.398H13.43a.83.83 0 0 1 .828.832v9.227a.829.829 0 0 1-.828.828H2.543a.829.829 0 0 1-.828-.828V4.23a.83.83 0 0 1 .828-.832zm-.828 3.344h12.57M5.059 4.656V1.715m5.882 2.941V1.715' fill='none'%3e%3c/path%3e%3cpath d='M4.43 8.828c-.118 0-.2.086-.2.2 0 .117.082.202.2.202a.196.196 0 0 0 .199-.203c.027-.086-.086-.199-.2-.199zm0 2.942c-.118 0-.2.085-.2.203 0 .113.082.199.2.199a.195.195 0 0 0 .199-.2.196.196 0 0 0-.2-.202zM8 8.828c-.113 0-.2.086-.2.2 0 .117.087.202.2.202.113 0 .2-.085.2-.203 0-.086-.087-.199-.2-.199zm0 2.942c-.113 0-.2.085-.2.203 0 .113.087.199.2.199.113 0 .2-.086.2-.2a.196.196 0 0 0-.2-.202zm3.57-2.942a.195.195 0 0 0-.199.2c0 .117.086.202.2.202a.194.194 0 0 0 .199-.203c0-.086-.083-.199-.2-.199zm0 2.942a.196.196 0 0 0-.199.203c0 .113.086.199.2.199a.194.194 0 0 0 .199-.2.194.194 0 0 0-.2-.202zm0 0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--standard--check-circle::before {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='12' cy='12' r='9.25' stroke='%23000' stroke-width='1.5'%3e%3c/circle%3e%3cpath d='M7 12.867 9.6 16l6.733-8' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--standard--check-sml::before {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.5 12.867 10.1 16l6.733-8' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--standard--check::before {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5 13.3 8.9 18 19 6' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--standard--chevron-down-sml::before {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m7 10 5 5 5-5' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--standard--chevron-down::before {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m5 9 7 7 7-7' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--standard--chevron-left-sml::before {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m14 7-5 5 5 5' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--standard--chevron-left::before {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m15 5-7 7 7 7' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--standard--chevron-right-sml::before {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m10 17 5-5-5-5' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--standard--chevron-right::before {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m9 19 7-7-7-7' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--standard--chevron-up-sml::before {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m17 14-5-5-5 5' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--standard--chevron-up::before {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m19 15-7-7-7 7' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--standard--close::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='m1.715 14.285 12.57-12.57m0 12.57L1.715 1.715' stroke='%23000' stroke-width='.75' fill='none' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--standard--common-file-award::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-width='.75' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m10.164 11.273-.398 3.118c-.032.214.093.43.336.457a.413.413 0 0 0 .367-.121l1.101-1.102 1.102 1.102a.423.423 0 0 0 .578 0c.094-.09.125-.215.125-.368l-.398-3.148'%3e%3c/path%3e%3cpath d='M11.57 7.27c1.254 0 2.293 1.007 2.293 2.23s-1.039 2.23-2.293 2.23c-1.254 0-2.293-.976-2.293-2.23s1.04-2.23 2.293-2.23zm0 0'%3e%3c/path%3e%3cpath d='M7.441 13.074H3.773c-.52 0-.918-.394-.918-.883V2.316c0-.492.399-.886.918-.886h6.512c.246 0 .488.09.645.273l1.742 1.711a.839.839 0 0 1 .273.645v1.863'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--standard--common-file-double::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-width='.75' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M10.941 14.285H3.398a.829.829 0 0 1-.828-.828V4.23'%3e%3c/path%3e%3cpath d='M4.8 1.715h8.114c.316 0 .57.258.57.57v9.774c0 .312-.254.57-.57.57H4.801a.571.571 0 0 1-.57-.57V2.285c.027-.312.253-.57.57-.57zm0 0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--standard--conversation-chat-text::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-width='.75' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M5.914 11.344 4.23 12.602v-2.516H2.543a.829.829 0 0 1-.828-.828V2.543c0-.457.37-.828.828-.828h9.227a.83.83 0 0 1 .832.828v2.516M4.23 4.23h5.856M4.23 6.742h1.684'%3e%3c/path%3e%3cpath d='M14.285 11.77h-1.683v2.515l-2.516-2.515H7.57V6.742h6.715zm-1.683-3.34H9.258m3.344 1.656H9.258'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--standard--dual-program::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-width='.75'%3e%3cpath d='M11.469 8.02a4.873 4.873 0 0 1-4.88 4.878c-2.698 0-4.874-2.207-4.874-4.878 0-2.7 2.176-4.875 4.875-4.875a4.87 4.87 0 0 1 4.879 4.875zm0 0'%3e%3c/path%3e%3cpath d='M14.285 8.02a4.87 4.87 0 0 1-4.875 4.878c-2.7 0-4.879-2.207-4.879-4.878a4.87 4.87 0 0 1 4.88-4.875 4.866 4.866 0 0 1 4.874 4.875zm0 0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--standard--email-action-unread::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-width='.75' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2.602 3.43h10.77a.89.89 0 0 1 .886.882v7.172a.891.891 0 0 1-.887.887H2.601a.848.848 0 0 1-.886-.855V4.312c0-.484.398-.882.887-.882zm0 0'%3e%3c/path%3e%3cpath d='M14.086 3.77 9.199 7.516a2.016 2.016 0 0 1-2.43 0L1.915 3.77'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--standard--exclamation-circle::before {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='12' cy='12' r='9.25' stroke='%23000' stroke-width='1.5'%3e%3c/circle%3e%3cpath d='M12 7.8v4' stroke='%23000' stroke-width='1.5' stroke-linecap='round'%3e%3c/path%3e%3ccircle cx='11.9' cy='15.6' r='.6' fill='%23000' stroke='%23000'%3e%3c/circle%3e%3c/svg%3e")
}

.uq-icon--standard--exclamation-triangle::before {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M20.127 18.545a1.18 1.18 0 0 1-1.055 1.706H4.929a1.18 1.18 0 0 1-1.055-1.706l7.072-14.143a1.179 1.179 0 0 1 2.109 0l7.072 14.143Z' stroke='%23000' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M12 9v4' stroke='%23000' stroke-width='1.5' stroke-linecap='round'%3e%3c/path%3e%3ccircle cx='11.9' cy='16.601' r='1.1' fill='%23000'%3e%3c/circle%3e%3c/svg%3e")
}

.uq-icon--standard--expand-3::before {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m6.743 9.257-2.514 2.514-2.515 2.515M14.286 5.486V1.714h-3.772' stroke='%23000' stroke-width='.75' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3cpath d='M1.714 10.514v3.772h3.772M14.286 1.714 9.257 6.743' stroke='%23000' stroke-width='.75' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--standard--information-circle::before {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='12' cy='12' r='9.25' transform='rotate(-180 12 12)' stroke='%23000' stroke-width='1.5'%3e%3c/circle%3e%3cpath d='M12 16.2v-4' stroke='%23000' stroke-width='1.5' stroke-linecap='round'%3e%3c/path%3e%3ccircle cx='12' cy='8.4' r='1.1' transform='rotate(-180 12 8.4)' fill='%23000'%3e%3c/circle%3e%3c/svg%3e")
}

.uq-icon--standard--minus-sml::before {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17 12H7' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--standard--minus::before {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M20 12H4' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--standard--navigation-menu::before {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4 18h16M4 12h16M4 6h16' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--standard--navigation-next::before {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.286 6.78H7.999a2.095 2.095 0 0 0-2.095 2.096' stroke='%23000' stroke-width='.75' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3cpath d='m12.61 5.105 1.676 1.676-1.676 1.676M10.933 4.267a.838.838 0 0 0-.838-.838H2.552a.838.838 0 0 0-.838.838v7.542a.838.838 0 0 0 .838.839h7.543a.839.839 0 0 0 .838-.838V9.294' stroke='%23000' stroke-width='.75' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--standard--network-information::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg stroke='%23000' stroke-width='.75' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M10.941 7.57a3.348 3.348 0 0 1 3.344 3.344c0 1.856-1.515 3.371-3.344 3.371a3.347 3.347 0 0 1-3.34-3.344c-.03-1.855 1.485-3.37 3.34-3.37zm0 5.032v-1.688' fill='none'%3e%3c/path%3e%3cpath d='M10.941 9.285a.195.195 0 0 0-.199.2c0 .117.086.202.2.202a.197.197 0 0 0 .203-.203.196.196 0 0 0-.204-.199zm0 0'%3e%3c/path%3e%3cpath d='M7.172 14.23A6.282 6.282 0 0 1 1.77 7.172 6.282 6.282 0 0 1 8.828 1.77c2.8.375 5 2.574 5.402 5.402' fill='none'%3e%3c/path%3e%3cpath d='M6.484 14.113C5.63 12.855 5.06 10.602 5.06 8c0-2.602.57-4.855 1.425-6.113M1.742 7.57h5.43M2.973 4.23h10.054M2.43 10.941h2.882m4.204-9.054c.714 1.226 1.171 2.597 1.285 4' fill='none'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--standard--network-user::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-width='.75' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M6.742 14.172c-3.398-.715-5.597-4.027-4.887-7.43a6.25 6.25 0 0 1 7.403-4.887c2.629.543 4.597 2.688 4.972 5.317'%3e%3c/path%3e%3cpath d='M6.484 14.113C5.63 12.855 5.06 10.602 5.06 8c0-2.602.57-4.855 1.425-6.113M1.742 7.57H8.43M2.973 4.23h10.054M2.43 10.941h4.715m2.371-9.054a8.823 8.823 0 0 1 1.226 3.597m.602 1.688c.8 0 1.457.656 1.457 1.457 0 .8-.656 1.457-1.457 1.457S9.887 9.43 9.887 8.629c0-.8.656-1.457 1.457-1.457zm0 3.344a2.94 2.94 0 0 0-2.946 2.941v.828h5.887v-.828a2.936 2.936 0 0 0-2.941-2.941zm0 0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--standard--phone::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M9.687 13.8a3.114 3.114 0 0 0 3.856-.429l.43-.43a1.037 1.037 0 0 0 0-1.457l-1.828-1.828a1.037 1.037 0 0 0-1.458 0 1.03 1.03 0 0 1-1.457 0L6.344 6.742a1.03 1.03 0 0 1 0-1.457 1.037 1.037 0 0 0 0-1.457L4.516 2a1.037 1.037 0 0 0-1.457 0l-.43.457a3.079 3.079 0 0 0-.43 3.828 27.92 27.92 0 0 0 7.488 7.516zm0 0' fill='none' stroke='%23000' stroke-width='.75' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--standard--pin::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-width='.75' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M7.914 3.8C9.06 3.8 10 4.743 10 5.888c0 1.14-.941 2.086-2.086 2.086a2.098 2.098 0 0 1-2.086-2.086C5.801 4.742 6.742 3.8 7.914 3.8zm0 0'%3e%3c/path%3e%3cpath d='M7.914 1.715c2.316 0 4.2 1.887 4.2 4.2 0 1.913-2.829 6.687-3.829 8.198-.113.2-.398.258-.57.117a.221.221 0 0 1-.113-.117C6.543 12.57 3.715 7.801 3.715 5.914a4.21 4.21 0 0 1 4.2-4.2zm0 0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--standard--plus-sml::before {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.75 7a.75.75 0 0 0-1.5 0h1.5Zm-1.5 10a.75.75 0 0 0 1.5 0h-1.5Zm0-10v10h1.5V7h-1.5Z' fill='%23000'%3e%3c/path%3e%3cpath d='M17 12.75a.75.75 0 0 0 0-1.5v1.5Zm-10-1.5a.75.75 0 0 0 0 1.5v-1.5Zm10 0H7v1.5h10v-1.5Z' fill='%23000'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--standard--plus::before {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12 4v16M20 12H4' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--standard--region-domestic::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M12.484 13.828c.086-.14.172-.371.23-.57.056-.172-.085-.317-.284-.285l-.489.086h-.113L11.602 13c-.204-.059-.403.145-.317.371.145.43.317.914.457.914a.83.83 0 0 0 .742-.457zM9.059 3.059c-.23-.715-.688-.543-1.829-.543-.574 0-.402.714-.773.914-.371.199-1.086-.457-1.312-.118-.204.29-.602 1.258-1.317 1.86-.683.57-1.516.914-2 1.285-.457.973.629 2.2.887 3.371.226 1.172.914 1.172 1.37.715.458-.457 2.571-1.23 3.517-1 .914.227 1.628.715 2.312 1.656.688.946 1.371.715 2.543.457 1.145-.226 1.828-3.054 1.828-4.226 0-1.172-1.371-2.344-1.855-3.285-.258-.489-.43-1.258-.575-1.801-.054-.23-.34-.258-.425-.032-.23.602-.575 1.43-.828 1.801-.344.543-.915.059-1.29-.543a2.08 2.08 0 0 1-.253-.511zm0 0' stroke='%23000' stroke-width='.75' fill='none'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--standard--region-international::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-width='.75'%3e%3cpath d='M14 8c0 3.312-2.688 6-6 6a6 6 0 1 1 6-6zm0 0'%3e%3c/path%3e%3cpath d='M13.355 5.441c-.476.145-1.511.43-1.855.43-.39 0-1.855-1.191-2.867-.527a.789.789 0 0 0-.344.601c-.047.621.242 1.442 1.64 1.496.094.004.188-.007.282-.02.512-.058 1.258-.019 1.316.474.02.175-.09.335-.129.507-.011.04-.015.078-.02.118-.034.34.118.675.169 1.011.05.297.129.606.238.77.285.43.93 1.27 1.215 1.129m-2.285-8.86c-.098.145-.43.43-1 .43C9 3 8.57 3.145 8.57 3.43c0 .285 0 .57.715.57s.715-.145 1 .145c.285.285.57.285 1 .14.344-.113.906-.43 1.145-.57M5.57 2.43c.145.14.715.312.715.425 0 .145.145.43.43.29.285-.145.715-.29.715 0 0 .285-.575.71-.86 1-.285.285-.715 1.14-1.715 1.285-.988.14-1.285 0-1.285.425 0 .43.715.575.575 1-.145.43-.575.43-.715.29-.145-.145-1-.715-1-1.29M5.145 7.43c-.168-.168-.399-.012-.567.195-.113.14-.223.293-.34.434A1.025 1.025 0 0 0 4 8.715c0 .203.172.394.398.558.497.36.973.817.946 1.434a4.394 4.394 0 0 1-.059.578c-.14.86.145 1.43.57 1.57.43.145.575-.425.575-1 0-.363.058-.554.136-.68.082-.128.215-.21.344-.296C7.754 10.312 8 9.543 8 9.145c0-.43-.57-.29-.715-.29-.14 0-.43-.285-.57-.71-.145-.43-.715-.29-1-.29-.285 0-.285-.14-.57-.425zm0 0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--standard--school-teacher-correct::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.23 1.715a1.686 1.686 0 0 1 0 3.37 1.688 1.688 0 0 1-1.687-1.687c0-.941.77-1.683 1.687-1.683zm0 4.199v3.344m1.254 5.027.43-4.2h.828V8.399A2.497 2.497 0 0 0 4.23 5.887a2.498 2.498 0 0 0-2.515 2.511v1.688h.828l.43 4.2zm8.801-12.57H7.57m.86 8.801h5.855M13.027 4.23l-2.511 3.34-1.688-1.683' stroke='%23000' stroke-width='.75' fill='none' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--standard--search::before {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.5 17a6.5 6.5 0 1 0 0-13 6.5 6.5 0 0 0 0 13Z' stroke='%23000' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M15.5 15.5 20 20' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--standard--settings-slider::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-width='.75' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2.543 1.715H13.43c.484 0 .855.37.855.828V13.43a.829.829 0 0 1-.828.828H2.543a.79.79 0 0 1-.828-.801V2.543c0-.457.37-.828.828-.828zm5.887 8.371h3.34m-7.54 0h1.684'%3e%3c/path%3e%3cpath d='M8.43 10.086c0 .684-.575 1.258-1.258 1.258a1.27 1.27 0 0 1-1.258-1.258c0-.688.57-1.258 1.258-1.258.683 0 1.258.57 1.258 1.258zm.828-4.172H4.23m7.54 0c0-.684-.57-1.258-1.254-1.258a1.27 1.27 0 0 0-1.258 1.258c0 .688.57 1.258 1.258 1.258.683 0 1.254-.57 1.254-1.258zm0 0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--standard--shrink-2::before {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.286 1.714 9.257 6.743M6.743 13.029V9.257H2.97M9.257 2.971v3.772h3.772M6.743 9.257l-5.029 5.029' stroke='%23000' stroke-width='.75' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--standard--subtract::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M1.715 8h12.57' fill='none' stroke='%23000' stroke-width='.75' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--standard--x-circle::before {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='12' cy='12' r='9.25' stroke='%23000' stroke-width='1.5'%3e%3c/circle%3e%3cpath d='m8.5 8.5 7 7M15.5 8.5l-7 7' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--standard--x-sml::before {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m8 8 8 8M16 8l-8 8' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--standard--x::before {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m5 5 14 14M19 5 5 19' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--student-services--disability-wheelchair::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M7.57 1.71c.8 0 1.46.66 1.46 1.49s-.66 1.49-1.46 1.49c-.8 0-1.46-.66-1.46-1.5.03-.82.66-1.48 1.46-1.48zM11 13.8l-1.03-2.09h-2.4a.84.84 0 0 1-.83-.85V6.63c0-.46.37-.86.83-.86.46 0 .83.37.83.86v3.4h2.08c.32 0 .6.17.75.45l1.25 2.55c.2.43.04.94-.37 1.14A.8.8 0 0 1 11 13.8zm0 0'%3e%3c/path%3e%3cpath d='M8.43 13.83c-1.6.94-3.63.37-4.54-1.26A3.46 3.46 0 0 1 5.1 7.91'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--student-services--hotel-single-bed-1::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M2.83 7.6h10.34c.63 0 1.12.49 1.12 1.09v2.57H1.7V8.69c0-.6.52-1.09 1.12-1.09zm-1.12 3.63v1.63m12.58-1.63v1.63M13.03 7.6V3.94a.8.8 0 0 0-.83-.8H3.8a.82.82 0 0 0-.83.8V7.6'%3e%3c/path%3e%3cpath d='M6.06 5.57h3.91c.32 0 .57.23.57.54v1.5H5.48V6.1c0-.3.26-.54.58-.54zm0 0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--student-services--information-desk-hi::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M5.06 5.91a1.69 1.69 0 1 1-1.69 1.7 1.7 1.7 0 0 1 1.69-1.7zM3.4 14.29V12.6m3.34 1.69V12l1 .8c.66.54 1.63.49 2.23-.11l1.57-1.58a.85.85 0 0 0 0-1.17.85.85 0 0 0-1.17 0L8.8 11.52l-1.09-.86c-.45-.37-1-.55-1.57-.55H4.23a2.5 2.5 0 0 0-2.52 2.52v1.66M9.26 3.4v1.69m1.68-1.69v1.69m-1.68-.86h1.68m1.66-.83v1.69m.86-3.38H8.43a.83.83 0 0 0-.83.83V5.9c0 .45.37.82.83.82h.83V8.4l2.08-1.69h2.09c.46 0 .83-.37.83-.82V2.54a.79.79 0 0 0-.8-.83zm0 0'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--student-services--insurance-head::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M3.94 14.29v-3.52a5.29 5.29 0 0 1-.28-7.4 5.25 5.25 0 0 1 3.82-1.66c3.95 0 4.8 3.29 6.2 6.98a.43.43 0 0 1-.22.54c-.06.03-.09.03-.15.03h-1.05v1.68c0 .92-.74 1.69-1.66 1.69h-.83v1.66'%3e%3c/path%3e%3cpath d='M10.6 6.31c0-.22-.2-.42-.43-.42H8.91V4.63c0-.23-.2-.43-.43-.43H6.86c-.23 0-.43.2-.43.43v1.26H5.17c-.23 0-.43.2-.43.42V8c0 .23.2.43.43.43h1.26v1.26c0 .22.2.42.43.42h1.66c.22 0 .42-.2.42-.42V8.43h1.26c.23 0 .43-.2.43-.43V6.31zm0 0'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--student-services--maps-search::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M14.29 7.57V3.89c0-.35-.2-.66-.52-.78L10.4 1.77a.83.83 0 0 0-.63 0L6.2 3.2a.8.8 0 0 1-.63 0L2.29 1.89a.41.41 0 0 0-.55.22c-.03.06-.03.12-.03.15v8.03c0 .34.2.65.52.77l3.34 1.34c.2.08.43.08.63 0m-.29-9.14v4.31m4.18-5.86v3.77'%3e%3c/path%3e%3cpath d='M10.52 7.57a2.94 2.94 0 1 1 0 5.88 2.94 2.94 0 0 1 0-5.88zm3.77 6.72L12.6 12.6'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--student-services--religion-islam-pray::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M8.03 1.71c.88 0 1.6.72 1.6 1.58a1.6 1.6 0 0 1-3.2 0c0-.86.71-1.58 1.6-1.58zm4.54 11.69a.9.9 0 0 1-.91.89H6.2a.9.9 0 0 1-.91-.9c0-.3.17-.59.42-.76l4.4-2.74-.68-1.8-1.57 1.05c-.77.55-1.86.4-2.46-.31L3.66 6.77a.89.89 0 0 1 .03-1.25.96.96 0 0 1 1.28.02c.03.03.06.06.06.09l1.74 2.06L9.26 5.9c.4-.28.97-.2 1.26.2.05.06.08.15.1.2l1.12 2.92c.29.8 0 1.68-.74 2.14l-1.74 1.09h2.34c.57.02.97.43.97.94zm0 0'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--student-services--single-neutral-briefcase::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M8 9.26h5.86c.23 0 .43.2.43.43v4.2c0 .22-.2.42-.43.42H8a.44.44 0 0 1-.43-.42v-4.2c0-.23.2-.43.43-.43zm-.43 1.68h6.72m-3.35 0v.83m.4-4.2h-.82a.83.83 0 0 0-.83.83v.83h2.5V8.4a.83.83 0 0 0-.85-.83zM4.23 1.71a1.69 1.69 0 1 1 0 3.38 1.69 1.69 0 0 1 0-3.38zm2.2 5.49A2.53 2.53 0 0 0 3 6.2a2.57 2.57 0 0 0-1.29 2.23v1.68h.83l.43 4.18h2.51l.29-2.86'%3e%3c/path%3e%3c/svg%3e")
}

.uq-icon--student-services--study-desk::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M13.66 10.06H2.34a.41.41 0 0 1-.4-.32l-.2-.85a.43.43 0 0 1 .32-.52H13.9c.23 0 .43.2.43.43v.11l-.2.86c-.11.14-.28.29-.48.29zm-10.69 0-.83 4.23m10.89-4.23.83 4.23m-4.6-5.92c0-.94.74-1.68 1.68-1.68.92 0 1.69.77 1.69 1.68M9.69 2.43c.68 0 1.25.57 1.25 1.26v2.97'%3e%3c/path%3e%3cpath d='M7.34 2.03c.77-.55 1.8-.34 2.35.43a1.7 1.7 0 0 1-.43 2.34zm-.2 6.34H3.4a.83.83 0 0 1-.83-.85c0-.46.37-.86.83-.86h3.74m-.83 0v1.68'%3e%3c/path%3e%3cpath d='M7.14 6.66H3.4a.83.83 0 0 1-.83-.86c0-.46.37-.86.83-.86h3.74m-.83.03v1.69'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--student-services--transportation-ticket-bus-transfer-1::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75'%3e%3cpath d='M13.46 5.06 12.2 6.3l-1.26-1.25'%3e%3c/path%3e%3cpath d='M9.26 2.97h1.26c.91 0 1.68.74 1.68 1.69v1.68m-9.66 4.6L3.8 9.7l1.26 1.25'%3e%3c/path%3e%3cpath d='M6.74 13.03H5.48c-.91 0-1.68-.74-1.68-1.69V9.66M9.4 8h4.31c.32 0 .58.26.58.57v4.34c0 .32-.26.57-.58.57H9.4a.57.57 0 0 1-.57-.57V8.57c0-.31.26-.57.57-.57zm.29 5.46v.83m3.77-.83v.83m-4.63-3.77h5.46m-3.98 1.25c.12 0 .2.09.2.2m-.42 0c0-.11.08-.2.2-.2m.02.43a.2.2 0 0 1-.2-.2m.41-.03a.2.2 0 0 1-.2.2m2.51-.4c.11 0 .2.09.2.2m-.43 0c0-.11.09-.2.2-.2m.03.43a.2.2 0 0 1-.2-.2m.4-.03a.2.2 0 0 1-.2.2M2.29 1.71h4.34c.31 0 .57.26.57.58v4.34c0 .31-.26.57-.57.57H2.29a.57.57 0 0 1-.58-.57V2.29c0-.32.26-.58.58-.58zm.25 5.46V8m3.77-.83V8m-4.6-3.77h5.46m-4 1.25c.12 0 .2.09.2.2m-.4.01c0-.12.09-.2.2-.2m0 .42a.2.2 0 0 1-.2-.2m.43-.02a.2.2 0 0 1-.2.2m2.49-.41c.11 0 .2.09.2.2m-.41.01c0-.12.09-.2.2-.2m.01.42a.2.2 0 0 1-.2-.2m.42-.02a.2.2 0 0 1-.2.2'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--transport--road-sign-turn-right-1::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cg transform='scale(.66667)'%3e%3cdefs%3e%3cstyle%3e.a%7bfill:none%3bstroke:black%3bstroke-linecap:round%3bstroke-linejoin:round%7d%3c/style%3e%3c/defs%3e%3ctitle%3eroad-sign-turn-right-1%3c/title%3e%3crect class='a' x='4.222' y='4.222' width='15.556' height='15.556' rx='1' ry='1' transform='rotate(-45 12 12)'%3e%3c/rect%3e%3cpath class='a' d='m14 8 2 2-2 2'%3e%3c/path%3e%3cpath class='a' d='M16 10h-4a2 2 0 0 0-2 2v4'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")
}

.uq-icon--transport--stop-sign::before {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23a)' stroke='%23000' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m3.563 15.495 4.78 4.943h7.315l4.78-4.943v-6.99l-4.78-4.943H8.342l-4.78 4.943v6.99ZM16.125 12H7.871'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='%23000' transform='translate(3 3)' d='M0 0h18v18H0z'%3e%3c/path%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")
}

.uq-icon::before {
    content: "";
    display: inline-block;
    margin-right: .3em;
    height: 1.5em;
    width: 1.5em;
    filter: invert(20%) sepia(34%) saturate(1979%) hue-rotate(239deg) brightness(97%) contrast(107%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    vertical-align: text-bottom
}

.uq-icon--light::before {
    filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(122deg) brightness(111%) contrast(102%)
}

.uq-icon--text::before {
    filter: invert(0%) sepia(72%) saturate(588%) hue-rotate(348deg) brightness(115%) contrast(81%)
}

.vertical-list {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    list-style-type: none;
    margin-bottom: 1rem;
    padding: 0
}

.vertical-list__title {
    font-size: 1.5rem
}

.vertical-list__item {
    list-style: none;
    padding: .5rem 0
}

.vertical-list--large-spacing .vertical-list__item {
    padding: 2rem 0
}

.vertical-list--large-spacing .vertical-list__item__date {
    font-size: 90%
}

.vertical-list--ruled .vertical-list__title {
    border-top: 2px solid #efedeb;
    padding-top: 2rem
}

.vertical-list--ruled .vertical-list__item {
    border-bottom: 1px solid #efedeb;
    padding-top: 1rem
}

.vertical-list--ruled .vertical-list__item:first-child {
    padding-top: 0
}

.vertical-list--ruled .vertical-list__item--first {
    border-top: 1px solid #efedeb;
    padding-top: 1rem
}

.vertical-list--ruled .vertical-list__item__date {
    font-size: 90%
}

.vertical-list--shaded .vertical-list__item {
    background: #f7f6f5;
    margin-bottom: .5rem;
    padding: 1.5rem
}

.vertical-list--shaded .vertical-list__item__date {
    font-size: 90%
}

.horizontal-list {
    display: inline-block;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    list-style-type: none;
    padding: 0;
    margin-bottom: 1rem
}

.horizontal-list__title {
    font-size: 1.5rem
}

.horizontal-list__item {
    float: left;
    list-style: none;
    padding: 0 1rem;
    margin: 0 0 1rem 0
}

.horizontal-list--ruled .horizontal-list__title {
    border-top: 2px solid #efedeb;
    padding-top: 2rem
}

.horizontal-list--ruled .horizontal-list__item {
    border-right: 1px solid #efedeb;
    padding-right: 1rem
}

.horizontal-list--ruled .horizontal-list__item:last-child {
    border: 0
}

.uq-loading-spinner {
    color: #51247a;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    height: 3rem;
    padding: .25rem;
    overflow: hidden;
    width: 3rem;
    -webkit-mask-image: linear-gradient(transparent 50%, #000 0), linear-gradient(90deg, transparent 50%, #000 0);
    mask-image: linear-gradient(transparent 50%, #000 0), linear-gradient(90deg, transparent 50%, #000 0);
    -webkit-animation: pure-material-progress-circular 6s cubic-bezier(0.3, 0.6, 1, 1) infinite;
    animation: pure-material-progress-circular 6s cubic-bezier(0.3, 0.6, 1, 1) infinite
}

.uq-loading-spinner::before {
    background-color: rgba(0, 0, 0, 0);
    border: .25rem solid rgba(0, 0, 0, 0);
    border-top-color: #51247a;
    border-radius: 50%;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 100%;
    margin-bottom: .25rem;
    width: 100%;
    -webkit-animation: pure-material-progress-circular-pseudo .75s linear infinite alternate;
    animation: pure-material-progress-circular-pseudo .75s linear infinite alternate
}

.uq-loading-spinner--light {
    color: #fff
}

.uq-loading-spinner--light::before {
    border-top-color: #fff
}

.uq-loading-spinner--small {
    height: 1.5rem;
    width: 1.5rem;
    padding: .125rem
}

.uq-loading-spinner--small::before {
    border: .125rem solid rgba(0, 0, 0, 0);
    margin-bottom: .125rem
}

@-webkit-keyframes pure-material-progress-circular {
    0% {
        transform: rotate(0deg)
    }
    12.5% {
        transform: rotate(180deg);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    25% {
        transform: rotate(630deg)
    }
    37.5% {
        transform: rotate(810deg);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    50% {
        transform: rotate(1260deg)
    }
    62.5% {
        transform: rotate(4turn);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    75% {
        transform: rotate(1890deg)
    }
    87.5% {
        transform: rotate(2070deg);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        transform: rotate(7turn)
    }
}

@keyframes pure-material-progress-circular {
    0% {
        transform: rotate(0deg)
    }
    12.5% {
        transform: rotate(180deg);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    25% {
        transform: rotate(630deg)
    }
    37.5% {
        transform: rotate(810deg);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    50% {
        transform: rotate(1260deg)
    }
    62.5% {
        transform: rotate(4turn);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    75% {
        transform: rotate(1890deg)
    }
    87.5% {
        transform: rotate(2070deg);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }
    100% {
        transform: rotate(7turn)
    }
}

@-webkit-keyframes pure-material-progress-circular-pseudo {
    0% {
        transform: rotate(-30deg)
    }
    29.4% {
        border-left-color: rgba(0, 0, 0, 0)
    }
    29.41% {
        border-left-color: currentColor
    }
    64.7% {
        border-bottom-color: rgba(0, 0, 0, 0)
    }
    64.71% {
        border-bottom-color: currentColor
    }
    100% {
        border-left-color: currentColor;
        border-bottom-color: currentColor;
        transform: rotate(225deg)
    }
}

@keyframes pure-material-progress-circular-pseudo {
    0% {
        transform: rotate(-30deg)
    }
    29.4% {
        border-left-color: rgba(0, 0, 0, 0)
    }
    29.41% {
        border-left-color: currentColor
    }
    64.7% {
        border-bottom-color: rgba(0, 0, 0, 0)
    }
    64.71% {
        border-bottom-color: currentColor
    }
    100% {
        border-left-color: currentColor;
        border-bottom-color: currentColor;
        transform: rotate(225deg)
    }
}

.uq-pagination {
    display: block;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5
}

.uq-pagination__item {
    display: inline-block;
    list-style: none
}

.uq-pagination__item .uq-pagination__link {
    color: #1e72c6;
    font-size: 1rem;
    font-weight: 300;
    padding: 0 .5rem;
    text-decoration: none
}

.uq-pagination__item .uq-pagination__link:hover {
    color: #005ea5;
    text-decoration: underline
}

.uq-pagination__item--current .uq-pagination__link {
    color: #000;
    font-weight: 500
}

.uq-pagination__item--current .uq-pagination__link:hover {
    color: #000;
    text-decoration: none
}

.uq-pagination__ellipsis {
    color: #000;
    display: inline-block;
    list-style: none
}

.uq-pane {
    padding: 1.5rem;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 1.5rem
}

.uq-pane--shaded {
    background: #f7f6f5
}

.uq-pane--white {
    background: #fff
}

.uq-pane--outline {
    border: 2px solid #efedeb
}

.uq-pane--ruled {
    border-bottom: 2px solid #efedeb;
    border-top: 2px solid #efedeb
}

.uq-pane--vertical-spacing {
    margin: 2rem 0
}

.uq-pane--dark-tint {
    background-color: #000;
    background-color: rgba(0, 0, 0, .65)
}

.uq-pane--has-footer {
    padding: 0
}

.uq-pane--has-footer .uq-pane__content {
    padding: 1.5rem 1.5rem 1rem 1.5rem
}

.uq-pane--has-footer .uq-pane__footer {
    background-color: #f7f6f5;
    padding: 1.5rem
}

.uq-pane--has-footer.uq-pane--shaded .uq-pane__footer {
    background-color: #ece9e7
}

.uq-pane--has-footer.uq-pane--dark-tint .uq-pane__footer {
    background-color: #000;
    background-color: rgba(0, 0, 0, .3)
}

.uq-pane__title {
    color: #51247a;
    font-size: 1.275rem;
    font-weight: 400
}

.uq-pane__title--hidden {
    display: none
}

.uq-pane__title + .uq-pane__sub-title {
    margin-top: -1rem
}

.uq-pane-grid.uq-grid {
    grid-gap: 0
}

.uq-pane-grid--shaded .uq-pane {
    background: #f7f6f5
}

.uq-pane-grid--shaded .uq-pane__footer {
    background-color: #ece9e7
}

.uq-pane-grid--white .uq-pane {
    background: #fff
}

.uq-pane-grid--outline .uq-pane {
    border: 2px solid #efedeb
}

.uq-pane-grid--ruled .uq-pane {
    border-bottom: 2px solid #efedeb;
    border-top: 2px solid #efedeb
}

.uq-pane-grid--vertical-spacing .uq-pane {
    margin: 2rem 0
}

.uq-pane-grid--dark-tint .uq-pane {
    background-color: #000;
    background-color: rgba(0, 0, 0, .65)
}

.uq-pane-grid--dark-tint .uq-pane__footer {
    background-color: #000;
    background-color: rgba(0, 0, 0, .3)
}

.uq-previous-next {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5
}

.uq-previous-next__item {
    width: 100%;
    float: left
}

@media (min-width: 640px) {
    .uq-previous-next__item {
        width: 50%
    }
}

.uq-previous-next__item--hidden {
    visibility: hidden
}

.uq-previous-next__item + .uq-previous-next__item {
    float: right
}

.uq-previous-next::after {
    content: "";
    display: block;
    clear: both
}

.uq-previous-next a {
    color: #1e72c6;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none
}

.uq-previous-next a:hover {
    color: #005ea5;
    text-decoration: none
}

.uq-previous-next a:hover::before {
    transform: translate(-10px, 0)
}

.uq-previous-next a:hover::after {
    transform: translate(10px, 0)
}

.uq-previous-next__link-previous {
    position: relative;
    padding-left: 3rem;
    float: left
}

.uq-previous-next__link-previous::before {
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23d7d1cc'%3e%3cpath d='m10.855 14.285-6.168-6a.41.41 0 0 1 0-.598l6.168-5.972' fill='none' stroke='%23d7d1cc' stroke-width='.75' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e");
    width: 3rem;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(0, 0);
    transition: all ease .2s
}

.uq-previous-next__link-next {
    position: relative;
    padding-right: 3rem;
    text-align: right;
    float: right
}

.uq-previous-next__link-next::after {
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23d7d1cc'%3e%3cpath d='m5.145 14.285 6.167-6a.41.41 0 0 0 0-.598L5.145 1.715' fill='none' stroke='%23d7d1cc' stroke-width='.75' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e");
    width: 3rem;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(0, 0);
    transition: all ease .2s
}

.uq-previous-next__description {
    display: block;
    font-size: 1rem;
    font-style: italic;
    font-weight: 300
}

.uq-progression {
    display: flex;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    list-style: none;
    margin: 0 1.5rem;
    padding: 0 0 2rem
}

.uq-progression__step {
    display: flex;
    flex: auto;
    list-style: none;
    margin: 0;
    padding: 0
}

.uq-progression__step:last-of-type {
    flex: none
}

.uq-progression__step .uq-progression__link:hover {
    background-color: #817d7a;
    text-decoration: none
}

.uq-progression__step-marker {
    display: block;
    position: relative;
    text-align: center;
    width: 1.875rem
}

@media (min-width: 640px) {
    .uq-progression__step-marker {
        width: 2.5rem
    }
}

.uq-progression__link {
    text-decoration: none
}

.uq-progression__link:link, .uq-progression__link:visited, .uq-progression__link:active {
    text-decoration: none
}

.uq-progression__link:hover .uq-progression__step-number {
    background-color: #817d7a;
    text-decoration: none
}

.uq-progression__step-number {
    background-color: #aca7a3;
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 1.875rem;
    line-height: 1.875rem;
    position: relative;
    text-align: center;
    width: 1.875rem
}

@media (min-width: 640px) {
    .uq-progression__step-number {
        height: 2.5rem;
        line-height: 2.5rem;
        width: 2.5rem
    }
}

.uq-progression__step-label {
    display: none
}

@media (min-width: 640px) {
    .uq-progression__step-label {
        color: #2b2a29;
        display: block;
        line-height: 1.2;
        position: absolute;
        top: 2.75rem;
        left: 50%;
        transform: translateX(-50%);
        margin: 0 auto;
        text-align: center;
        white-space: nowrap
    }
}

.uq-progression__bar {
    background-color: #d7d1cc;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    display: flex;
    flex: 1;
    height: 10px;
    height: .625rem;
    margin: 10px 0;
    margin: .625rem 0
}

@media (min-width: 640px) {
    .uq-progression__bar {
        margin: 15px 0;
        margin: .9375rem 0
    }
}

.uq-progression__bar .uq-progression__bar {
    background-color: #dfdad6;
    margin: 0
}

.uq-progression__sub-step {
    display: none
}

@media (min-width: 640px) {
    .uq-progression__sub-step {
        display: flex;
        flex: auto;
        list-style: none;
        margin: 0;
        padding: 0
    }
}

.is-complete .uq-progression__step-number, .is-complete .uq-progression__link .uq-progression__step-number, .is-complete .uq-progression__bar {
    background-color: #2ea836;
    color: #fff
}

.is-complete .uq-progression__step .uq-progression__link:hover, .is-complete .uq-progression__link:hover .uq-progression__step-number {
    background-color: #238029;
    text-decoration: none
}

.uq-progression__bar .uq-progression__bar {
    background-color: #dfdad6;
    color: #fff
}

.uq-progression__bar .is-complete {
    background-color: #2ea836 !important;
    color: #fff
}

.uq-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    overflow: hidden
}

.uq-section__container {
    margin-left: 1rem;
    margin-right: 1rem
}

@media (min-width: 32.5rem) {
    .uq-section__container {
        margin-left: auto;
        margin-right: auto;
        max-width: 30.5rem
    }
}

@media (min-width: 37.5rem) {
    .uq-section__container {
        margin-left: 3.25rem;
        margin-right: 3.25rem;
        max-width: none
    }
}

@media (min-width: 64.25rem) {
    .uq-section__container {
        margin-left: auto;
        margin-right: auto;
        max-width: 57.75rem
    }
}

@media (min-width: 75rem) {
    .uq-section__container {
        margin-left: 8.375rem;
        margin-right: 8.375rem;
        max-width: none
    }
}

@media (min-width: 90rem) {
    .uq-section__container {
        margin-left: auto;
        margin-right: auto;
        max-width: 73.25rem
    }
}

.uq-section__header, .uq-section__content {
    padding-left: .5rem;
    padding-right: .5rem;
    width: 100%
}

@media (min-width: 37.5rem) {
    .uq-section__header, .uq-section__content {
        padding-left: .75rem;
        padding-right: .75rem
    }
}

@media (min-width: 75rem) {
    .uq-section__header, .uq-section__content {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.uq-section__title {
    margin-top: 0
}

.uq-section--padding-top-large {
    padding-top: 5.5rem
}

.uq-section--padding-bottom-large {
    padding-bottom: 5.5rem
}

.uq-section--padding-top-none {
    padding-top: 0
}

.uq-section--padding-bottom-none {
    padding-bottom: 0
}

.uq-section--shaded {
    background-color: #f7f6f5
}

.uq-section--centered .uq-section__header, .uq-section--centered .uq-section__content {
    text-align: center
}

@media (min-width: 75rem) {
    .uq-section--narrow .uq-section__header, .uq-section--narrow .uq-section__content {
        padding-left: .5rem;
        padding-right: .5rem;
        margin-left: 18.75%;
        width: 62.5%;
        float: left
    }
}

@media (min-width: 75rem)and (min-width: 37.5rem) {
    .uq-section--narrow .uq-section__header, .uq-section--narrow .uq-section__content {
        padding-left: .75rem;
        padding-right: .75rem
    }
}

@media (min-width: 75rem)and (min-width: 75rem) {
    .uq-section--narrow .uq-section__header, .uq-section--narrow .uq-section__content {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.uq-side-nav {
    color: #2b2a29;
    border-top: .25rem solid #51247a;
    box-sizing: border-box;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5
}

.uq-side-nav *, .uq-side-nav *::before, .uq-side-nav *::after {
    box-sizing: border-box
}

.uq-side-nav__title {
    margin: 0;
    padding: 1rem 1.5rem
}

.uq-side-nav__title-link {
    font-size: 1.25rem;
    color: #51247a;
    text-decoration: none
}

.uq-side-nav__title-link:hover, .uq-side-nav__title-link:focus {
    color: #51247a;
    text-decoration: underline
}

.uq-side-nav__list {
    border-top: 1px solid #e7e3e0;
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.uq-side-nav__list--level-2 {
    background-color: #f7f6f5;
    display: block;
    visibility: hidden;
    position: relative;
    height: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translateY(-0.5rem)
}

.uq-side-nav__list--level-2 .uq-side-nav__list-item:last-child {
    border-bottom: none
}

.uq-side-nav__list--level-2 .uq-side-nav__link {
    padding: 1rem 1rem 1rem 3rem !important
}

.uq-side-nav__list--level-2 .uq-side-nav__link:hover, .uq-side-nav__list--level-2 .uq-side-nav__link:focus {
    background-color: #e7e3e0 !important
}

.uq-side-nav__list-item {
    border-bottom: 1px solid #e7e3e0;
    display: block;
    margin: 0;
    padding: 0;
    position: relative
}

.uq-side-nav__list-item .uq-side-nav__link {
    display: block;
    padding: 1rem 1.5rem;
    color: #2b2a29;
    text-decoration: none
}

.uq-side-nav__list-item .uq-side-nav__link:hover, .uq-side-nav__list-item .uq-side-nav__link:focus {
    text-decoration: underline
}

.uq-side-nav__list-item .uq-side-nav__list-item--active .uq-side-nav__link {
    font-weight: 500
}

.uq-side-nav__list-item__sub-toggle {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    width: 3rem;
    height: 3.5rem;
    padding: 1rem 1rem;
    text-indent: -100vw;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2351247a'%3e%3cpath d='m14.285 5.145-6 6.167a.41.41 0 0 1-.598 0L1.715 5.145' fill='none' stroke='%2351247a' stroke-width='.75' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e");
    background-size: 1.2rem;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden
}

.uq-side-nav__list-item--open .uq-side-nav__list-item__sub-toggle, .uq-side-nav__list-item--has-subnav:focus .uq-side-nav__list-item__sub-toggle {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2351247a'%3e%3cpath d='m1.715 10.855 6-6.168a.41.41 0 0 1 .597 0l5.973 6.168' fill='none' stroke='%2351247a' stroke-width='.75' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")
}

.uq-side-nav__list-item--open .uq-side-nav__list--level-2, .uq-side-nav__list-item--has-subnav:focus .uq-side-nav__list--level-2 {
    opacity: 1;
    height: auto;
    visibility: visible;
    transform: translateY(0);
    z-index: 20
}

.uq-side-nav__list-item--active .uq-side-nav__link, .uq-side-nav__list-item:focus .uq-side-nav__link {
    background-color: #f7f6f5
}

.uq-site-header {
    color: #2b2a29;
    box-sizing: border-box;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    border-bottom: 1px solid #e2e2e2
}

.uq-site-header *, .uq-site-header *::before, .uq-site-header *::after {
    box-sizing: border-box
}

.uq-site-header__title-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 73.25rem;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    float: none;
    justify-content: space-between;
    padding: .75rem 1.25rem;
    position: relative
}

.uq-site-header__title-container__right {
    display: flex;
    align-items: center
}

@media (min-width: 64rem) {
    .uq-site-header__title-container {
        padding: 1rem 1rem 0 1rem
    }
}

.uq-site-header__title {
    color: #51247a;
    font-size: 1.25rem;
    font-weight: 500;
    margin: 0;
    text-decoration: none
}

.uq-site-header__title:hover, .uq-site-header__title:focus {
    color: #51247a;
    text-decoration: none
}

.uq-site-header__navigation-toggle {
    background-color: #fff;
    border: 0 none;
    color: #51247a;
    cursor: pointer;
    height: 1.5rem;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-indent: -100vw;
    width: 1.5rem
}

.uq-site-header__navigation-toggle:hover {
    background-color: #fff;
    color: #51247a
}

.uq-site-header__navigation-toggle:focus {
    outline: 2px solid #1e72c6;
    outline-offset: 0
}

.uq-site-header__navigation-toggle::before {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4 18h16M4 12h16M4 6h16' stroke='%2351247a' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e");
    background-size: 100%;
    content: "";
    display: block;
    height: 1.5rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 1.5rem
}

.uq-site-header__navigation-toggle--close::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2351247a'%3e%3cpath d='m1.715 14.285 12.57-12.57m0 12.57L1.715 1.715' stroke='%2351247a' stroke-width='.75' fill='none' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")
}

@media (min-width: 64rem) {
    .uq-site-header__navigation-toggle {
        display: none
    }
}

.uq-site-header__navigation-container {
    float: none;
    overflow: visible;
    padding: 0;
    position: relative
}

@media (min-width: 64rem) {
    .uq-site-header__navigation-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 73.25rem
    }
}

.uq-site-header__navigation a {
    color: #51247a;
    display: block;
    padding: 1rem 1rem;
    text-decoration: none;
    transition: background-color .25s, border-color .25s
}

.uq-site-header__navigation a:hover, .uq-site-header__navigation a:focus {
    text-decoration: underline
}

@media (min-width: 64rem) {
    .uq-site-header__navigation a:hover, .uq-site-header__navigation a:focus {
        outline: 0 none;
        text-decoration: none
    }
}

.uq-site-header__navigation__list-link {
    border-bottom: 4px solid rgba(0, 0, 0, 0)
}

.uq-site-header__navigation__list {
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0
}

.uq-site-header__navigation__list--level-1 {
    display: none
}

@media (min-width: 64rem) {
    .uq-site-header__navigation__list--level-1 {
        display: flex
    }

    .uq-site-header__navigation__list--level-1 > li {
        display: inline-block
    }
}

.uq-site-header__navigation__list--level-1.uq-site-header__navigation__list--open {
    display: block;
    border-top: 1px solid #e7e3e0
}

@media (min-width: 64rem) {
    .uq-site-header__navigation__list--level-1.uq-site-header__navigation__list--open {
        border-top: 0 none
    }
}

.uq-site-header__navigation__list--level-2 {
    display: block;
    visibility: hidden;
    position: relative;
    height: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    background-color: #fff;
    transform: translateY(-0.5rem);
    box-shadow: 0 .75rem 1.5rem rgba(24, 24, 24, .2);
    border-radius: 0 0 .25rem .25rem
}

@media (min-width: 64rem) {
    .uq-site-header__navigation__list--level-2 {
        position: absolute;
        width: 400px;
        transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
        padding: .5rem 0 1.5rem 0
    }
}

.uq-site-header__navigation__list--level-2.uq-site-header__navigation__list--open {
    transform: translateY(0);
    opacity: 1;
    height: auto;
    visibility: visible;
    z-index: 20
}

.uq-site-header__navigation__list--level-2.uq-site-header__navigation__list--reverse {
    left: auto;
    right: 0
}

.uq-site-header__navigation__list--level-2 a {
    padding-left: 3rem;
    padding-top: .75rem;
    padding-bottom: 0
}

.uq-site-header__navigation__list--level-2 a:hover, .uq-site-header__navigation__list--level-2 a:focus {
    text-decoration: underline
}

@media (min-width: 64rem) {
    .uq-site-header__navigation__list--level-2 a {
        padding-left: 1.5rem
    }
}

.uq-site-header__navigation__list-item {
    margin-bottom: 0;
    position: relative
}

.uq-site-header__navigation__list-item--open .uq-site-header__navigation__sub-toggle {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m17 14-5-5-5 5' stroke='%2351247a' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")
}

@media (min-width: 64rem) {
    .uq-site-header__navigation__list-item--open .uq-site-header__navigation__sub-toggle {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m7 10 5 5 5-5' stroke='%2351247a' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e")
    }
}

@media (min-width: 64rem) {
    .uq-site-header__navigation__list-item--has-subnav > a {
        padding-right: 2rem
    }
}

.uq-site-header__navigation__list-item--active > a {
    border-left: 2px solid #51247a
}

@media (min-width: 64rem) {
    .uq-site-header__navigation__list-item--active > a {
        border-left: 0 none;
        border-bottom: 4px solid #51247a
    }
}

.uq-site-header__navigation__list-item:hover .uq-site-header__navigation__list-link {
    border-bottom: 4px solid #51247a
}

.uq-site-header__navigation__sub-toggle {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 3rem;
    padding: 1.75rem 1.5rem;
    border: 0;
    border-left: 1px solid #e7e3e0;
    text-indent: -100vw;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m7 10 5 5 5-5' stroke='%2351247a' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e");
    background-size: 1rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
    overflow: hidden;
    cursor: pointer
}

@media (min-width: 37.5rem) {
    .uq-site-header__navigation__sub-toggle {
        width: 2rem;
        padding: 1.75rem 1.5rem 1.75rem .5rem
    }
}

@media (min-width: 64rem) {
    .uq-site-header__navigation__sub-toggle {
        border-left: 0
    }

    .uq-site-header__navigation__sub-toggle:focus {
        outline: 0 none
    }
}

.uq-site-header__breadcrumb-container {
    border-bottom: 1px solid #e2e2e2
}

.uq-site-header--no-site-title .uq-site-header__title-container {
    justify-content: flex-end
}

@media (min-width: 64rem) {
    .uq-site-header--no-site-title .uq-site-header__title-container {
        padding-top: 0;
        padding-bottom: 0
    }
}

.uq-site-header__navigation__sub-toggle {
    display: none
}

.uq-site-header__navigation__list-item--has-subnav .uq-site-header__navigation__list-link::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 2.5rem;
    padding: 1.75rem 1rem;
    border: 0;
    text-indent: -100vw;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m7 10 5 5 5-5' stroke='%2351247a' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e");
    background-size: 1rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
    overflow: hidden;
    cursor: pointer
}

.uq-site-header__navigation .uq-site-header__navigation__list-link:focus {
    outline: 2px solid #1e72c6;
    outline-offset: 0
}

table, .uq-table {
    width: 100%;
    min-width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
    box-sizing: border-box;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #2b2a29;
    list-style: none
}

table *, table *::before, table *::after, .uq-table *, .uq-table *::before, .uq-table *::after {
    box-sizing: border-box
}

table__wrapper, .uq-table__wrapper {
    width: 100%;
    overflow-x: auto;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #fff), color-stop(100%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #fff), color-stop(100%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #aca7a3), color-stop(100%, rgba(195, 195, 197, 0))), -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #aca7a3), color-stop(100%, rgba(195, 195, 197, 0)));
    background-image: -webkit-linear-gradient(left, #fff, rgba(255, 255, 255, 0)), -webkit-linear-gradient(right, #fff, rgba(255, 255, 255, 0)), -webkit-linear-gradient(left, #d7d1cc, rgba(195, 195, 197, 0)), -webkit-linear-gradient(right, #d7d1cc, rgba(195, 195, 197, 0));
    background-image: -moz-linear-gradient(left, #fff, rgba(255, 255, 255, 0)), -moz-linear-gradient(right, #fff, rgba(255, 255, 255, 0)), -moz-linear-gradient(left, #d7d1cc, rgba(195, 195, 197, 0)), -moz-linear-gradient(right, #d7d1cc, rgba(195, 195, 197, 0));
    background-image: -o-linear-gradient(left, #fff, rgba(255, 255, 255, 0)), -o-linear-gradient(right, #fff, rgba(255, 255, 255, 0)), -o-linear-gradient(left, #d7d1cc, rgba(195, 195, 197, 0)), -o-linear-gradient(right, #d7d1cc, rgba(195, 195, 197, 0));
    background-image: linear-gradient(left, #fff, rgba(255, 255, 255, 0)), linear-gradient(to left, #fff, rgba(255, 255, 255, 0)), linear-gradient(to right, #d7d1cc, rgba(195, 195, 197, 0)), linear-gradient(to left, #d7d1cc, rgba(195, 195, 197, 0));
    background-position: 0 0, 100% 0, 0 0, 100% 0;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 4em 100%, 4em 100%, 1em 100%, 1em 100%;
    background-attachment: local, local, scroll, scroll
}

table__wrapper::-webkit-scrollbar, .uq-table__wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: .75rem;
    height: .75rem
}

table__wrapper::-webkit-scrollbar-thumb, .uq-table__wrapper::-webkit-scrollbar-thumb {
    border-radius: .5rem;
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, .3)
}

table caption, table .uq-table__caption, .uq-table caption, .uq-table .uq-table__caption {
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 500;
    text-align: left;
    display: table-caption;
    padding-bottom: 1rem;
    background-color: #fff
}

table thead, table .uq-table__head, .uq-table thead, .uq-table .uq-table__head {
    display: table-header-group;
    vertical-align: middle
}

table tbody, table .uq-table__body, .uq-table tbody, .uq-table .uq-table__body {
    display: table-row-group;
    vertical-align: top
}

table tr, table .uq-table__row, .uq-table tr, .uq-table .uq-table__row {
    display: table-row
}

table td, table .uq-table__cell, .uq-table td, .uq-table .uq-table__cell {
    padding: .5rem 1rem;
    border: 1px solid #d7d1cc;
    text-align: left
}

table th, table .uq-table__header, .uq-table th, .uq-table .uq-table__header {
    padding: .5rem 1rem;
    color: #51247a;
    text-align: left;
    border: 1px solid #d7d1cc;
    font-weight: 500;
    background-color: rgba(215, 209, 204, .3)
}

.uq-table--striped tr:nth-child(even), .uq-table--striped .uq-table__row:nth-child(even) {
    background: rgba(215, 209, 204, .1)
}

.uq-table--card tr, .uq-table--card .table__row {
    display: grid;
    grid:auto-flow/repeat(6, 1fr)
}

.uq-table--card th, .uq-table--card td, .uq-table--card .table__header, .uq-table--card .table__cell {
    margin: 0 -1px -1px 0;
    word-break: break-word
}

@media (max-width: 37.4375rem) {
    .uq-table--card thead, .uq-table--card .uq-table__head {
        left: -9999px;
        position: absolute;
        visibility: hidden
    }

    .uq-table--card tr, .uq-table--card .uq-table__row {
        grid:auto-flow/1fr;
        align-items: stretch;
        margin-bottom: 1.5rem
    }

    .uq-table--card td, .uq-table--card .uq-table__cell {
        padding: .5rem 1rem
    }

    .uq-table--card td::before, .uq-table--card .uq-table__cell::before {
        content: attr(data-title);
        color: #51247a;
        font-weight: 500;
        display: block
    }
}

.uq-tabs *, .uq-tabs *::before, .uq-tabs *::after {
    box-sizing: border-box
}

.uq-tabs__tab-list-wrapper {
    overflow: auto
}

.uq-tabs__tab-list {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    overflow: visible;
    padding: 0;
    margin: 0
}

.uq-tabs__link {
    display: inline;
    margin-left: auto;
    padding: 0 1.5rem;
    align-self: center;
    white-space: nowrap
}

@media (min-width: 37.5rem) {
    .uq-tabs__link {
        padding: 0 2rem
    }
}

.uq-tabs__tab {
    position: relative;
    flex: 0 1 auto;
    padding: 1rem 1.5rem;
    margin-right: .25rem;
    font-size: 1rem;
    font-weight: 300;
    color: #2b2a29;
    background-color: #fff;
    border-radius: .25rem .25rem 0 0;
    border: none;
    text-align: center;
    white-space: nowrap;
    cursor: pointer
}

@media (min-width: 37.5rem) {
    .uq-tabs__tab {
        padding: 1.5rem 2rem;
        margin-right: .25rem;
        font-size: 1.125rem
    }
}

.uq-tabs__tab:last-child {
    margin-right: 0
}

.uq-tabs__tab--active {
    color: #51247a;
    background-color: #fff;
    font-weight: 500
}

.uq-tabs__tab--active::before {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    content: "";
    display: none
}

.uq-tabs__tab > span.uq-icon {
    display: block;
    margin: 0 auto .5rem;
    font-size: .75rem
}

@media (min-width: 37.5rem) {
    .uq-tabs__tab > span.uq-icon {
        display: inline-block;
        margin: 0 .25rem 0 auto
    }
}

.uq-tabs__tab-panel {
    padding: 1rem 1.5rem;
    font-size: 1rem;
    color: #2b2a29;
    background-color: #fff
}

@media (min-width: 37.5rem) {
    .uq-tabs__tab-panel {
        padding: 1.5rem 2rem
    }
}

.uq-tabs.uq-tabs--outline .uq-tabs__tab-list {
    border-bottom: 1px solid #e7e3e0
}

.uq-tabs.uq-tabs--outline .uq-tabs__tab {
    background-color: #fff;
    border: 1px solid #e7e3e0;
    margin-bottom: -1px
}

.uq-tabs.uq-tabs--outline .uq-tabs__tab:hover, .uq-tabs.uq-tabs--outline .uq-tabs__tab:focus, .uq-tabs.uq-tabs--outline .uq-tabs__tab:active {
    background-color: #fff
}

.uq-tabs.uq-tabs--outline .uq-tabs__tab--active {
    background-color: #fff
}

.uq-tabs.uq-tabs--outline .uq-tabs__tab--active:hover, .uq-tabs.uq-tabs--outline .uq-tabs__tab--active:focus, .uq-tabs.uq-tabs--outline .uq-tabs__tab--active:active {
    background-color: #fff
}

.uq-tabs.uq-tabs--outline .uq-tabs__tab--active::before {
    display: block
}

.uq-tabs.uq-tabs--lined .uq-tabs__tab-list {
    border-bottom: 1px solid #e7e3e0
}

.uq-tabs.uq-tabs--lined .uq-tabs__tab--active {
    background-color: #fff
}

.uq-tabs.uq-tabs--lined .uq-tabs__tab--active:hover, .uq-tabs.uq-tabs--lined .uq-tabs__tab--active:focus, .uq-tabs.uq-tabs--lined .uq-tabs__tab--active:active {
    background-color: #fff
}

.uq-tabs.uq-tabs--lined .uq-tabs__tab--active::before {
    background-color: #51247a;
    display: block
}

.uq-tabs.uq-tabs--full-width .uq-tabs__tab {
    flex: 1 1 auto
}

.uq-tabs.uq-tabs--small .uq-tabs__tab {
    padding: .5rem 1rem
}

@media (min-width: 37.5rem) {
    .uq-tabs.uq-tabs--small .uq-tabs__tab {
        padding: 1rem 1.5rem
    }
}

.uq-tabs.uq-tabs--small .uq-tabs__tab-panel {
    padding: .5rem 1rem
}

@media (min-width: 37.5rem) {
    .uq-tabs.uq-tabs--small .uq-tabs__tab-panel {
        padding: 1rem 1.5rem
    }
}

.uq-tabs.uq-tabs--reversed .uq-tabs__tab-list {
    flex-flow: row-reverse nowrap
}

@media (min-width: 37.5rem) {
    .uq-tabs.uq-tabs--reversed .uq-tabs__link {
        margin-left: 0;
        margin-right: auto
    }
}

.uq-tabs.uq-tabs--reversed .uq-tabs__tab {
    margin-right: 0;
    margin-left: .25rem
}

.uq-tabs.uq-tabs--reversed .uq-tabs__tab:last-child {
    margin-right: 0;
    margin-left: .25rem
}