@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons+Outlined");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,700");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons+Outlined");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,700");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons+Outlined");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,700");
/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg,rgba(255,255,255,0.15),rgba(255,255,255,0));
}

*, *::before, *::after {
    box-sizing: border-box;
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}

    hr:not([size]) {
        height: 1px;
    }

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1, .h1 {
    font-size: calc(1.375rem + 1.5vw);
}

@media (min-width:1200px) {
    h1, .h1 {
        font-size: 2.5rem;
    }
}

h2, .h2 {
    font-size: calc(1.325rem + 0.9vw);
}

@media (min-width:1200px) {
    h2, .h2 {
        font-size: 2rem;
    }
}

h3, .h3 {
    font-size: calc(1.3rem + 0.6vw);
}

@media (min-width:1200px) {
    h3, .h3 {
        font-size: 1.75rem;
    }
}

h4, .h4 {
    font-size: calc(1.275rem + 0.3vw);
}

@media (min-width:1200px) {
    h4, .h4 {
        font-size: 1.5rem;
    }
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title], abbr[data-bs-original-title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol, ul {
    padding-left: 2rem;
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

    ol ol, ul ul, ol ul, ul ol {
        margin-bottom: 0;
    }

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b, strong {
    font-weight: bolder;
}

small, .small {
    font-size: 0.875em;
}

mark, .mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

sub, sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #0d6efd;
    text-decoration: underline;
}

    a:hover {
        color: #0a58ca;
    }

    a:not([href]):not([class]), a:not([href]):not([class]):hover {
        color: inherit;
        text-decoration: none;
    }

pre, code, kbd, samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override;
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal;
    }

code {
    font-size: 0.875em;
    color: #d63384;
    word-wrap: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 0.875em;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

    kbd kbd {
        padding: 0;
        font-size: 1em;
        font-weight: 700;
    }

figure {
    margin: 0 0 1rem;
}

img, svg {
    vertical-align: middle;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #6c757d;
    text-align: left;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

thead, tbody, tfoot, tr, td, th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

    button:focus:not(:focus-visible) {
        outline: 0;
    }

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, select {
    text-transform: none;
}

[role=button] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

    select:disabled {
        opacity: 1;
    }

[list]::-webkit-calendar-picker-indicator {
    display: none;
}

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button;
}

    button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
        cursor: pointer;
    }

::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

textarea {
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}

@media (min-width:1200px) {
    legend {
        font-size: 1.5rem;
    }
}

legend + * {
    clear: left;
}

::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field {
    padding: 0;
}

::-webkit-inner-spin-button {
    height: auto;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}

::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
    padding: 0;
}

::file-selector-button {
    font: inherit;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

iframe {
    border: 0;
}

summary {
    display: list-item;
    cursor: pointer;
}

progress {
    vertical-align: baseline;
}

[hidden] {
    display: none !important;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width:1200px) {
    .display-1 {
        font-size: 5rem;
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width:1200px) {
    .display-2 {
        font-size: 4.5rem;
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width:1200px) {
    .display-3 {
        font-size: 4rem;
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width:1200px) {
    .display-4 {
        font-size: 3.5rem;
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width:1200px) {
    .display-5 {
        font-size: 3rem;
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width:1200px) {
    .display-6 {
        font-size: 2.5rem;
    }
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

    .list-inline-item:not(:last-child) {
        margin-right: 0.5rem;
    }

.initialism {
    font-size: 0.875em;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

    .blockquote > :last-child {
        margin-bottom: 0;
    }

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.875em;
    color: #6c757d;
}

    .blockquote-footer::before {
        content: "â€”Â ";
    }

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 0.875em;
    color: #6c757d;
}

.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x,0.75rem);
    padding-left: var(--bs-gutter-x,0.75rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:576px) {
    .container-sm, .container {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .container-md, .container-sm, .container {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 960px;
    }
}

@media (min-width:1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px;
    }
}

@media (min-width:1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1320px;
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}

    .row > * {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-top: var(--bs-gutter-y);
    }

.col {
    flex: 1 0 0%;
}

.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}

.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}

.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}

.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
}

.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
}

.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
}

.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
}

@media (min-width:576px) {
    .col-sm {
        flex: 1 0 0%;
    }

    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}

@media (min-width:768px) {
    .col-md {
        flex: 1 0 0%;
    }

    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}

@media (min-width:992px) {
    .col-lg {
        flex: 1 0 0%;
    }

    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex: 1 0 0%;
    }

    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}

@media (min-width:1400px) {
    .col-xxl {
        flex: 1 0 0%;
    }

    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.offset-1 {
    margin-left: 8.33333333%;
}

.offset-2 {
    margin-left: 16.66666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333333%;
}

.offset-5 {
    margin-left: 41.66666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333333%;
}

.offset-8 {
    margin-left: 66.66666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333333%;
}

.offset-11 {
    margin-left: 91.66666667%;
}

.g-0, .gx-0 {
    --bs-gutter-x: 0;
}

.g-0, .gy-0 {
    --bs-gutter-y: 0;
}

.g-1, .gx-1 {
    --bs-gutter-x: 0.25rem;
}

.g-1, .gy-1 {
    --bs-gutter-y: 0.25rem;
}

.g-2, .gx-2 {
    --bs-gutter-x: 0.5rem;
}

.g-2, .gy-2 {
    --bs-gutter-y: 0.5rem;
}

.g-3, .gx-3 {
    --bs-gutter-x: 1rem;
}

.g-3, .gy-3 {
    --bs-gutter-y: 1rem;
}

.g-4, .gx-4 {
    --bs-gutter-x: 1.5rem;
}

.g-4, .gy-4 {
    --bs-gutter-y: 1.5rem;
}

.g-5, .gx-5 {
    --bs-gutter-x: 3rem;
}

.g-5, .gy-5 {
    --bs-gutter-y: 3rem;
}

@media (min-width:576px) {
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333333%;
    }

    .offset-sm-2 {
        margin-left: 16.66666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333333%;
    }

    .offset-sm-5 {
        margin-left: 41.66666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333333%;
    }

    .offset-sm-8 {
        margin-left: 66.66666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333333%;
    }

    .offset-sm-11 {
        margin-left: 91.66666667%;
    }

    .g-sm-0, .gx-sm-0 {
        --bs-gutter-x: 0;
    }

    .g-sm-0, .gy-sm-0 {
        --bs-gutter-y: 0;
    }

    .g-sm-1, .gx-sm-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-sm-1, .gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-sm-2, .gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-sm-2, .gy-sm-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-sm-3, .gx-sm-3 {
        --bs-gutter-x: 1rem;
    }

    .g-sm-3, .gy-sm-3 {
        --bs-gutter-y: 1rem;
    }

    .g-sm-4, .gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-sm-4, .gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-sm-5, .gx-sm-5 {
        --bs-gutter-x: 3rem;
    }

    .g-sm-5, .gy-sm-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width:768px) {
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333333%;
    }

    .offset-md-2 {
        margin-left: 16.66666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333333%;
    }

    .offset-md-5 {
        margin-left: 41.66666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333333%;
    }

    .offset-md-8 {
        margin-left: 66.66666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333333%;
    }

    .offset-md-11 {
        margin-left: 91.66666667%;
    }

    .g-md-0, .gx-md-0 {
        --bs-gutter-x: 0;
    }

    .g-md-0, .gy-md-0 {
        --bs-gutter-y: 0;
    }

    .g-md-1, .gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-md-1, .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-md-2, .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-md-2, .gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-md-3, .gx-md-3 {
        --bs-gutter-x: 1rem;
    }

    .g-md-3, .gy-md-3 {
        --bs-gutter-y: 1rem;
    }

    .g-md-4, .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-md-4, .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-md-5, .gx-md-5 {
        --bs-gutter-x: 3rem;
    }

    .g-md-5, .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width:992px) {
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333333%;
    }

    .offset-lg-2 {
        margin-left: 16.66666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333333%;
    }

    .offset-lg-5 {
        margin-left: 41.66666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333333%;
    }

    .offset-lg-8 {
        margin-left: 66.66666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333333%;
    }

    .offset-lg-11 {
        margin-left: 91.66666667%;
    }

    .g-lg-0, .gx-lg-0 {
        --bs-gutter-x: 0;
    }

    .g-lg-0, .gy-lg-0 {
        --bs-gutter-y: 0;
    }

    .g-lg-1, .gx-lg-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-lg-1, .gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-lg-2, .gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-lg-2, .gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-lg-3, .gx-lg-3 {
        --bs-gutter-x: 1rem;
    }

    .g-lg-3, .gy-lg-3 {
        --bs-gutter-y: 1rem;
    }

    .g-lg-4, .gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-lg-4, .gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-lg-5, .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }

    .g-lg-5, .gy-lg-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width:1200px) {
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333333%;
    }

    .offset-xl-2 {
        margin-left: 16.66666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333333%;
    }

    .offset-xl-5 {
        margin-left: 41.66666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333333%;
    }

    .offset-xl-8 {
        margin-left: 66.66666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333333%;
    }

    .offset-xl-11 {
        margin-left: 91.66666667%;
    }

    .g-xl-0, .gx-xl-0 {
        --bs-gutter-x: 0;
    }

    .g-xl-0, .gy-xl-0 {
        --bs-gutter-y: 0;
    }

    .g-xl-1, .gx-xl-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-xl-1, .gy-xl-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-xl-2, .gx-xl-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-xl-2, .gy-xl-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-xl-3, .gx-xl-3 {
        --bs-gutter-x: 1rem;
    }

    .g-xl-3, .gy-xl-3 {
        --bs-gutter-y: 1rem;
    }

    .g-xl-4, .gx-xl-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-xl-4, .gy-xl-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-xl-5, .gx-xl-5 {
        --bs-gutter-x: 3rem;
    }

    .g-xl-5, .gy-xl-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width:1400px) {
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xxl-0 {
        margin-left: 0;
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }

    .offset-xxl-3 {
        margin-left: 25%;
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }

    .offset-xxl-6 {
        margin-left: 50%;
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }

    .offset-xxl-9 {
        margin-left: 75%;
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }

    .g-xxl-0, .gx-xxl-0 {
        --bs-gutter-x: 0;
    }

    .g-xxl-0, .gy-xxl-0 {
        --bs-gutter-y: 0;
    }

    .g-xxl-1, .gx-xxl-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-xxl-1, .gy-xxl-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-xxl-2, .gx-xxl-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-xxl-2, .gy-xxl-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-xxl-3, .gx-xxl-3 {
        --bs-gutter-x: 1rem;
    }

    .g-xxl-3, .gy-xxl-3 {
        --bs-gutter-y: 1rem;
    }

    .g-xxl-4, .gx-xxl-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-xxl-4, .gy-xxl-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-xxl-5, .gx-xxl-5 {
        --bs-gutter-x: 3rem;
    }

    .g-xxl-5, .gy-xxl-5 {
        --bs-gutter-y: 3rem;
    }
}

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0,0,0,0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0,0,0,0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0,0,0,0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
}

    .table > :not(caption) > * > * {
        padding: 0.5rem 0.5rem;
        background-color: var(--bs-table-bg);
        border-bottom-width: 1px;
        box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    }

    .table > tbody {
        vertical-align: inherit;
    }

    .table > thead {
        vertical-align: bottom;
    }

    .table > :not(:last-child) > :last-child > * {
        border-bottom-color: currentColor;
    }

.caption-top {
    caption-side: top;
}

.table-sm > :not(caption) > * > * {
    padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
    border-width: 1px 0;
}

    .table-bordered > :not(caption) > * > * {
        border-width: 0 1px;
    }

.table-borderless > :not(caption) > * > * {
    border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}

.table-primary {
    --bs-table-bg: #cfe2ff;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bacbe6;
}

.table-secondary {
    --bs-table-bg: #e2e3e5;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #cbccce;
}

.table-success {
    --bs-table-bg: #d1e7dd;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bcd0c7;
}

.table-info {
    --bs-table-bg: #cff4fc;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #badce3;
}

.table-warning {
    --bs-table-bg: #fff3cd;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6dbb9;
}

.table-danger {
    --bs-table-bg: #f8d7da;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfc2c4;
}

.table-light {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfe0e1;
}

.table-dark {
    --bs-table-bg: #212529;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #373b3e;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width:1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

.form-label {
    margin-bottom: 0.5rem;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
}

.form-text {
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #6c757d;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none;
    }
}

.form-control[type=file] {
    overflow: hidden;
}

    .form-control[type=file]:not(:disabled):not([readonly]) {
        cursor: pointer;
    }

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,0.25);
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em;
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .form-control::file-selector-button {
        transition: none;
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none;
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

    .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
        padding-right: 0;
        padding-left: 0;
    }

.form-control-sm {
    min-height: calc(1.5em + (0.5rem + 2px));
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

    .form-control-sm::file-selector-button {
        padding: 0.25rem 0.5rem;
        margin: -0.25rem -0.5rem;
        -webkit-margin-end: 0.5rem;
        margin-inline-end: 0.5rem;
    }

    .form-control-sm::-webkit-file-upload-button {
        padding: 0.25rem 0.5rem;
        margin: -0.25rem -0.5rem;
        -webkit-margin-end: 0.5rem;
        margin-inline-end: 0.5rem;
    }

.form-control-lg {
    min-height: calc(1.5em + (1rem + 2px));
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

    .form-control-lg::file-selector-button {
        padding: 0.5rem 1rem;
        margin: -0.5rem -1rem;
        -webkit-margin-end: 1rem;
        margin-inline-end: 1rem;
    }

    .form-control-lg::-webkit-file-upload-button {
        padding: 0.5rem 1rem;
        margin: -0.5rem -1rem;
        -webkit-margin-end: 1rem;
        margin-inline-end: 1rem;
    }

textarea.form-control {
    min-height: calc(1.5em + (0.75rem + 2px));
}

textarea.form-control-sm {
    min-height: calc(1.5em + (0.5rem + 2px));
}

textarea.form-control-lg {
    min-height: calc(1.5em + (1rem + 2px));
}

.form-control-color {
    max-width: 3rem;
    height: auto;
    padding: 0.375rem;
}

    .form-control-color:not(:disabled):not([readonly]) {
        cursor: pointer;
    }

    .form-control-color::-moz-color-swatch {
        height: 1.5em;
        border-radius: 0.25rem;
    }

    .form-control-color::-webkit-color-swatch {
        height: 1.5em;
        border-radius: 0.25rem;
    }

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion:reduce) {
    .form-select {
        transition: none;
    }
}

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,0.25);
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none;
}

.form-select:disabled {
    background-color: #e9ecef;
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529;
}

.form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}

.form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

    .form-check .form-check-input {
        float: left;
        margin-left: -1.5em;
    }

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

    .form-check-input[type=checkbox] {
        border-radius: 0.25em;
    }

    .form-check-input[type=radio] {
        border-radius: 50%;
    }

    .form-check-input:active {
        filter: brightness(90%);
    }

    .form-check-input:focus {
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(13,110,253,0.25);
    }

    .form-check-input:checked {
        background-color: #0d6efd;
        border-color: #0d6efd;
    }

        .form-check-input:checked[type=checkbox] {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
        }

        .form-check-input:checked[type=radio] {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
        }

    .form-check-input[type=checkbox]:indeterminate {
        background-color: #0d6efd;
        border-color: #0d6efd;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
    }

    .form-check-input:disabled {
        pointer-events: none;
        filter: none;
        opacity: 0.5;
    }

        .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
            opacity: 0.5;
        }

.form-switch {
    padding-left: 2.5em;
}

    .form-switch .form-check-input {
        width: 2em;
        margin-left: -2.5em;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
        background-position: left center;
        border-radius: 2em;
        transition: background-position 0.15s ease-in-out;
    }

@media (prefers-reduced-motion:reduce) {
    .form-switch .form-check-input {
        transition: none;
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}

.btn-check {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

    .btn-check[disabled] + .btn, .btn-check:disabled + .btn {
        pointer-events: none;
        filter: none;
        opacity: 0.65;
    }

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .form-range:focus {
        outline: 0;
    }

        .form-range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 0.25rem rgba(13,110,253,0.25);
        }

        .form-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 0.25rem rgba(13,110,253,0.25);
        }

    .form-range::-moz-focus-outer {
        border: 0;
    }

    .form-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -0.25rem;
        background-color: #0d6efd;
        border: 0;
        border-radius: 1rem;
        -webkit-transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
        transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
        -webkit-appearance: none;
        appearance: none;
    }

@media (prefers-reduced-motion:reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe;
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion:reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none;
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #b6d4fe;
}

.form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.form-range:disabled {
    pointer-events: none;
}

    .form-range:disabled::-webkit-slider-thumb {
        background-color: #adb5bd;
    }

    .form-range:disabled::-moz-range-thumb {
        background-color: #adb5bd;
    }

.form-floating {
    position: relative;
}

    .form-floating > .form-control, .form-floating > .form-select {
        height: calc(3.5rem + 2px);
        line-height: 1.25;
    }

    .form-floating > label {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        padding: 1rem 0.75rem;
        pointer-events: none;
        border: 1px solid transparent;
        transform-origin: 0 0;
        transition: opacity 0.1s ease-in-out,transform 0.1s ease-in-out;
    }

@media (prefers-reduced-motion:reduce) {
    .form-floating > label {
        transition: none;
    }
}

.form-floating > .form-control {
    padding: 1rem 0.75rem;
}

    .form-floating > .form-control::-moz-placeholder {
        color: transparent;
    }

    .form-floating > .form-control::placeholder {
        color: transparent;
    }

    .form-floating > .form-control:not(:-moz-placeholder-shown) {
        padding-top: 1.625rem;
        padding-bottom: 0.625rem;
    }

    .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
        padding-top: 1.625rem;
        padding-bottom: 0.625rem;
    }

    .form-floating > .form-control:-webkit-autofill {
        padding-top: 1.625rem;
        padding-bottom: 0.625rem;
    }

.form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

    .input-group > .form-control, .input-group > .form-select {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        min-width: 0;
    }

        .input-group > .form-control:focus, .input-group > .form-select:focus {
            z-index: 3;
        }

    .input-group .btn {
        position: relative;
        z-index: 2;
    }

        .input-group .btn:focus {
            z-index: 3;
        }

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text, .input-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text, .input-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.input-group-lg > .form-select, .input-group-sm > .form-select {
    padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu), .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #198754;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(25,135,84,0.9);
    border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip, .is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
    border-color: #198754;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

    .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
        border-color: #198754;
        box-shadow: 0 0 0 0.25rem rgba(25,135,84,0.25);
    }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
    border-color: #198754;
}

    .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
        padding-right: 4.125rem;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
        background-position: right 0.75rem center,center right 2.25rem;
        background-size: 16px 12px,calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    }

    .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
        border-color: #198754;
        box-shadow: 0 0 0 0.25rem rgba(25,135,84,0.25);
    }

.was-validated .form-check-input:valid, .form-check-input.is-valid {
    border-color: #198754;
}

    .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
        background-color: #198754;
    }

    .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
        box-shadow: 0 0 0 0.25rem rgba(25,135,84,0.25);
    }

    .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
        color: #198754;
    }

.form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated .input-group .form-select:valid, .input-group .form-select.is-valid {
    z-index: 1;
}

    .was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated .input-group .form-select:valid:focus, .input-group .form-select.is-valid:focus {
        z-index: 3;
    }

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(220,53,69,0.9);
    border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

    .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 0.25rem rgba(220,53,69,0.25);
    }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
    border-color: #dc3545;
}

    .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
        padding-right: 4.125rem;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
        background-position: right 0.75rem center,center right 2.25rem;
        background-size: 16px 12px,calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    }

    .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 0.25rem rgba(220,53,69,0.25);
    }

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
    border-color: #dc3545;
}

    .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
        background-color: #dc3545;
    }

    .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
        box-shadow: 0 0 0 0.25rem rgba(220,53,69,0.25);
    }

    .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
        color: #dc3545;
    }

.form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated .input-group .form-select:invalid, .input-group .form-select.is-invalid {
    z-index: 2;
}

    .was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated .input-group .form-select:invalid:focus, .input-group .form-select.is-invalid:focus {
        z-index: 3;
    }

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #212529;
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,0.25);
}

.btn:disabled, .btn.disabled, fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65;
}

.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0b5ed7;
        border-color: #0a58ca;
    }

    .btn-check:focus + .btn-primary, .btn-primary:focus {
        color: #fff;
        background-color: #0b5ed7;
        border-color: #0a58ca;
        box-shadow: 0 0 0 0.25rem rgba(49,132,253,0.5);
    }

    .btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #0a58ca;
        border-color: #0a53be;
    }

        .btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(49,132,253,0.5);
        }

    .btn-primary:disabled, .btn-primary.disabled {
        color: #fff;
        background-color: #0d6efd;
        border-color: #0d6efd;
    }

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #5c636a;
        border-color: #565e64;
    }

    .btn-check:focus + .btn-secondary, .btn-secondary:focus {
        color: #fff;
        background-color: #5c636a;
        border-color: #565e64;
        box-shadow: 0 0 0 0.25rem rgba(130,138,145,0.5);
    }

    .btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #565e64;
        border-color: #51585e;
    }

        .btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(130,138,145,0.5);
        }

    .btn-secondary:disabled, .btn-secondary.disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

.btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}

    .btn-success:hover {
        color: #fff;
        background-color: #157347;
        border-color: #146c43;
    }

    .btn-check:focus + .btn-success, .btn-success:focus {
        color: #fff;
        background-color: #157347;
        border-color: #146c43;
        box-shadow: 0 0 0 0.25rem rgba(60,153,110,0.5);
    }

    .btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #146c43;
        border-color: #13653f;
    }

        .btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(60,153,110,0.5);
        }

    .btn-success:disabled, .btn-success.disabled {
        color: #fff;
        background-color: #198754;
        border-color: #198754;
    }

.btn-info {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}

    .btn-info:hover {
        color: #000;
        background-color: #31d2f2;
        border-color: #25cff2;
    }

    .btn-check:focus + .btn-info, .btn-info:focus {
        color: #000;
        background-color: #31d2f2;
        border-color: #25cff2;
        box-shadow: 0 0 0 0.25rem rgba(11,172,204,0.5);
    }

    .btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
        color: #000;
        background-color: #3dd5f3;
        border-color: #25cff2;
    }

        .btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(11,172,204,0.5);
        }

    .btn-info:disabled, .btn-info.disabled {
        color: #000;
        background-color: #0dcaf0;
        border-color: #0dcaf0;
    }

.btn-warning {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}

    .btn-warning:hover {
        color: #000;
        background-color: #ffca2c;
        border-color: #ffc720;
    }

    .btn-check:focus + .btn-warning, .btn-warning:focus {
        color: #000;
        background-color: #ffca2c;
        border-color: #ffc720;
        box-shadow: 0 0 0 0.25rem rgba(217,164,6,0.5);
    }

    .btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
        color: #000;
        background-color: #ffcd39;
        border-color: #ffc720;
    }

        .btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(217,164,6,0.5);
        }

    .btn-warning:disabled, .btn-warning.disabled {
        color: #000;
        background-color: #ffc107;
        border-color: #ffc107;
    }

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #bb2d3b;
        border-color: #b02a37;
    }

    .btn-check:focus + .btn-danger, .btn-danger:focus {
        color: #fff;
        background-color: #bb2d3b;
        border-color: #b02a37;
        box-shadow: 0 0 0 0.25rem rgba(225,83,97,0.5);
    }

    .btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #b02a37;
        border-color: #a52834;
    }

        .btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(225,83,97,0.5);
        }

    .btn-danger:disabled, .btn-danger.disabled {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

.btn-light {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

    .btn-light:hover {
        color: #000;
        background-color: #f9fafb;
        border-color: #f9fafb;
    }

    .btn-check:focus + .btn-light, .btn-light:focus {
        color: #000;
        background-color: #f9fafb;
        border-color: #f9fafb;
        box-shadow: 0 0 0 0.25rem rgba(211,212,213,0.5);
    }

    .btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
        color: #000;
        background-color: #f9fafb;
        border-color: #f9fafb;
    }

        .btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(211,212,213,0.5);
        }

    .btn-light:disabled, .btn-light.disabled {
        color: #000;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

.btn-dark {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}

    .btn-dark:hover {
        color: #fff;
        background-color: #1c1f23;
        border-color: #1a1e21;
    }

    .btn-check:focus + .btn-dark, .btn-dark:focus {
        color: #fff;
        background-color: #1c1f23;
        border-color: #1a1e21;
        box-shadow: 0 0 0 0.25rem rgba(66,70,73,0.5);
    }

    .btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #1a1e21;
        border-color: #191c1f;
    }

        .btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(66,70,73,0.5);
        }

    .btn-dark:disabled, .btn-dark.disabled {
        color: #fff;
        background-color: #212529;
        border-color: #212529;
    }

.btn-outline-primary {
    color: #0d6efd;
    border-color: #0d6efd;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #0d6efd;
        border-color: #0d6efd;
    }

    .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
        box-shadow: 0 0 0 0.25rem rgba(13,110,253,0.5);
    }

    .btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
        color: #fff;
        background-color: #0d6efd;
        border-color: #0d6efd;
    }

        .btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.25rem rgba(13,110,253,0.5);
        }

    .btn-outline-primary:disabled, .btn-outline-primary.disabled {
        color: #0d6efd;
        background-color: transparent;
    }

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

    .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
        box-shadow: 0 0 0 0.25rem rgba(108,117,125,0.5);
    }

    .btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

        .btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.25rem rgba(108,117,125,0.5);
        }

    .btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
        color: #6c757d;
        background-color: transparent;
    }

.btn-outline-success {
    color: #198754;
    border-color: #198754;
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #198754;
        border-color: #198754;
    }

    .btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
        box-shadow: 0 0 0 0.25rem rgba(25,135,84,0.5);
    }

    .btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
        color: #fff;
        background-color: #198754;
        border-color: #198754;
    }

        .btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.25rem rgba(25,135,84,0.5);
        }

    .btn-outline-success:disabled, .btn-outline-success.disabled {
        color: #198754;
        background-color: transparent;
    }

.btn-outline-info {
    color: #0dcaf0;
    border-color: #0dcaf0;
}

    .btn-outline-info:hover {
        color: #000;
        background-color: #0dcaf0;
        border-color: #0dcaf0;
    }

    .btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
        box-shadow: 0 0 0 0.25rem rgba(13,202,240,0.5);
    }

    .btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
        color: #000;
        background-color: #0dcaf0;
        border-color: #0dcaf0;
    }

        .btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.25rem rgba(13,202,240,0.5);
        }

    .btn-outline-info:disabled, .btn-outline-info.disabled {
        color: #0dcaf0;
        background-color: transparent;
    }

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}

    .btn-outline-warning:hover {
        color: #000;
        background-color: #ffc107;
        border-color: #ffc107;
    }

    .btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
        box-shadow: 0 0 0 0.25rem rgba(255,193,7,0.5);
    }

    .btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
        color: #000;
        background-color: #ffc107;
        border-color: #ffc107;
    }

        .btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.25rem rgba(255,193,7,0.5);
        }

    .btn-outline-warning:disabled, .btn-outline-warning.disabled {
        color: #ffc107;
        background-color: transparent;
    }

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

    .btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
        box-shadow: 0 0 0 0.25rem rgba(220,53,69,0.5);
    }

    .btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

        .btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.25rem rgba(220,53,69,0.5);
        }

    .btn-outline-danger:disabled, .btn-outline-danger.disabled {
        color: #dc3545;
        background-color: transparent;
    }

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}

    .btn-outline-light:hover {
        color: #000;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

    .btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
        box-shadow: 0 0 0 0.25rem rgba(248,249,250,0.5);
    }

    .btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
        color: #000;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

        .btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.25rem rgba(248,249,250,0.5);
        }

    .btn-outline-light:disabled, .btn-outline-light.disabled {
        color: #f8f9fa;
        background-color: transparent;
    }

.btn-outline-dark {
    color: #212529;
    border-color: #212529;
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #212529;
        border-color: #212529;
    }

    .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
        box-shadow: 0 0 0 0.25rem rgba(33,37,41,0.5);
    }

    .btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
        color: #fff;
        background-color: #212529;
        border-color: #212529;
    }

        .btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 0.25rem rgba(33,37,41,0.5);
        }

    .btn-outline-dark:disabled, .btn-outline-dark.disabled {
        color: #212529;
        background-color: transparent;
    }

.btn-link {
    font-weight: 400;
    color: #0d6efd;
    text-decoration: underline;
}

    .btn-link:hover {
        color: #0a58ca;
    }

    .btn-link:disabled, .btn-link.disabled {
        color: #6c757d;
    }

.btn-lg, .btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.fade {
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none;
    }
}

.dropup, .dropend, .dropdown, .dropstart {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

    .dropdown-toggle::after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
    }

    .dropdown-toggle:empty::after {
        margin-left: 0;
    }

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 0.25rem;
}

    .dropdown-menu[data-bs-popper] {
        top: 100%;
        left: 0;
        margin-top: 0.125rem;
    }

.dropdown-menu-start {
    --bs-position: start;
}

    .dropdown-menu-start[data-bs-popper] {
        right: auto;
        left: 0;
    }

.dropdown-menu-end {
    --bs-position: end;
}

    .dropdown-menu-end[data-bs-popper] {
        right: 0;
        left: auto;
    }

@media (min-width:576px) {
    .dropdown-menu-sm-start {
        --bs-position: start;
    }

        .dropdown-menu-sm-start[data-bs-popper] {
            right: auto;
            left: 0;
        }

    .dropdown-menu-sm-end {
        --bs-position: end;
    }

        .dropdown-menu-sm-end[data-bs-popper] {
            right: 0;
            left: auto;
        }
}

@media (min-width:768px) {
    .dropdown-menu-md-start {
        --bs-position: start;
    }

        .dropdown-menu-md-start[data-bs-popper] {
            right: auto;
            left: 0;
        }

    .dropdown-menu-md-end {
        --bs-position: end;
    }

        .dropdown-menu-md-end[data-bs-popper] {
            right: 0;
            left: auto;
        }
}

@media (min-width:992px) {
    .dropdown-menu-lg-start {
        --bs-position: start;
    }

        .dropdown-menu-lg-start[data-bs-popper] {
            right: auto;
            left: 0;
        }

    .dropdown-menu-lg-end {
        --bs-position: end;
    }

        .dropdown-menu-lg-end[data-bs-popper] {
            right: 0;
            left: auto;
        }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start;
    }

        .dropdown-menu-xl-start[data-bs-popper] {
            right: auto;
            left: 0;
        }

    .dropdown-menu-xl-end {
        --bs-position: end;
    }

        .dropdown-menu-xl-end[data-bs-popper] {
            right: 0;
            left: auto;
        }
}

@media (min-width:1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start;
    }

        .dropdown-menu-xxl-start[data-bs-popper] {
            right: auto;
            left: 0;
        }

    .dropdown-menu-xxl-end {
        --bs-position: end;
    }

        .dropdown-menu-xxl-end[data-bs-popper] {
            right: 0;
            left: auto;
        }
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropend .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropend .dropdown-toggle::after {
    vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropstart .dropdown-toggle::after {
    display: none;
}

.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropstart .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropstart .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0,0,0,0.15);
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .dropdown-item:hover, .dropdown-item:focus {
        color: #1e2125;
        background-color: #e9ecef;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #0d6efd;
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #adb5bd;
        pointer-events: none;
        background-color: transparent;
    }

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1rem;
    color: #212529;
}

.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #343a40;
    border-color: rgba(0,0,0,0.15);
}

    .dropdown-menu-dark .dropdown-item {
        color: #dee2e6;
    }

        .dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
            color: #fff;
            background-color: rgba(255,255,255,0.15);
        }

        .dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
            color: #fff;
            background-color: #0d6efd;
        }

        .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
            color: #adb5bd;
        }

    .dropdown-menu-dark .dropdown-divider {
        border-color: rgba(0,0,0,0.15);
    }

    .dropdown-menu-dark .dropdown-item-text {
        color: #dee2e6;
    }

    .dropdown-menu-dark .dropdown-header {
        color: #adb5bd;
    }

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

    .btn-group > .btn, .btn-group-vertical > .btn {
        position: relative;
        flex: 1 1 auto;
    }

        .btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
            z-index: 1;
        }

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

    .btn-toolbar .input-group {
        width: auto;
    }

.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) {
    margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:nth-child(n+3), .btn-group > :not(.btn-check) + .btn, .btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

    .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
        margin-left: 0;
    }

.dropstart .dropdown-toggle-split::before {
    margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

    .btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
        width: 100%;
    }

        .btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) {
            margin-top: -1px;
        }

        .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
        }

        .btn-group-vertical > .btn ~ .btn, .btn-group-vertical > .btn-group:not(:first-child) > .btn {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .nav-link {
        transition: none;
    }
}

.nav-link:hover, .nav-link:focus {
    color: #0a58ca;
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

    .nav-tabs .nav-link {
        margin-bottom: -1px;
        background: none;
        border: 1px solid transparent;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

        .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
            border-color: #e9ecef #e9ecef #dee2e6;
            isolation: isolate;
        }

        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent;
        }

        .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
            color: #495057;
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff;
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 0.25rem;
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #0d6efd;
    }

.nav-fill > .nav-link, .nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified > .nav-link, .nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

    .nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
        width: 100%;
    }

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

    .navbar > .container, .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: space-between;
    }

.navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-nav .dropdown-menu {
        position: static;
    }

.navbar-text {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .navbar-toggler {
        transition: none;
    }
}

.navbar-toggler:hover {
    text-decoration: none;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height,75vh);
    overflow-y: auto;
}

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-sm .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-sm .navbar-nav-scroll {
            overflow: visible;
        }

        .navbar-expand-sm .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-sm .navbar-toggler {
            display: none;
        }
}

@media (min-width:768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-md .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-md .navbar-nav-scroll {
            overflow: visible;
        }

        .navbar-expand-md .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-md .navbar-toggler {
            display: none;
        }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-lg .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-lg .navbar-nav-scroll {
            overflow: visible;
        }

        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-lg .navbar-toggler {
            display: none;
        }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-xl .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-xl .navbar-nav-scroll {
            overflow: visible;
        }

        .navbar-expand-xl .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-xl .navbar-toggler {
            display: none;
        }
}

@media (min-width:1400px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-xxl .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-xxl .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-xxl .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-xxl .navbar-nav-scroll {
            overflow: visible;
        }

        .navbar-expand-xxl .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-xxl .navbar-toggler {
            display: none;
        }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start;
}

    .navbar-expand .navbar-nav {
        flex-direction: row;
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute;
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: 0.5rem;
            padding-left: 0.5rem;
        }

    .navbar-expand .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand .navbar-toggler {
        display: none;
    }

.navbar-light .navbar-brand {
    color: rgba(0,0,0,0.9);
}

    .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
        color: rgba(0,0,0,0.9);
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,0.55);
}

    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: rgba(0,0,0,0.7);
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0,0,0,0.3);
    }

    .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active {
        color: rgba(0,0,0,0.9);
    }

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,0.55);
    border-color: rgba(0,0,0,0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
    color: rgba(0,0,0,0.55);
}

    .navbar-light .navbar-text a, .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
        color: rgba(0,0,0,0.9);
    }

.navbar-dark .navbar-brand {
    color: #fff;
}

    .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
        color: #fff;
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,0.55);
}

    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
        color: rgba(255,255,255,0.75);
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255,255,255,0.25);
    }

    .navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .nav-link.active {
        color: #fff;
    }

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,0.55);
    border-color: rgba(255,255,255,0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
    color: rgba(255,255,255,0.55);
}

    .navbar-dark .navbar-text a, .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
        color: #fff;
    }

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,0.125);
    border-radius: 0.25rem;
}

    .card > hr {
        margin-right: 0;
        margin-left: 0;
    }

    .card > .list-group {
        border-top: inherit;
        border-bottom: inherit;
    }

        .card > .list-group:first-child {
            border-top-width: 0;
            border-top-left-radius: calc(0.25rem - 1px);
            border-top-right-radius: calc(0.25rem - 1px);
        }

        .card > .list-group:last-child {
            border-bottom-width: 0;
            border-bottom-right-radius: calc(0.25rem - 1px);
            border-bottom-left-radius: calc(0.25rem - 1px);
        }

        .card > .card-header + .list-group, .card > .list-group + .card-footer {
            border-top: 0;
        }

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.card-title {
    margin-bottom: 0.5rem;
}

.card-subtitle {
    margin-top: -0.25rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1rem;
}

.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,0.03);
    border-bottom: 1px solid rgba(0,0,0,0.125);
}

    .card-header:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    }

.card-footer {
    padding: 0.5rem 1rem;
    background-color: rgba(0,0,0,0.03);
    border-top: 1px solid rgba(0,0,0,0.125);
}

    .card-footer:last-child {
        border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    }

.card-header-tabs {
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
    margin-left: -0.5rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(0.25rem - 1px);
}

.card-img, .card-img-top, .card-img-bottom {
    width: 100%;
}

.card-img, .card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img, .card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
    margin-bottom: 0.75rem;
}

@media (min-width:576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }

        .card-group > .card {
            flex: 1 0 0%;
            margin-bottom: 0;
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0;
            }

            .card-group > .card:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

                .card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header {
                    border-top-right-radius: 0;
                }

                .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer {
                    border-bottom-right-radius: 0;
                }

            .card-group > .card:not(:first-child) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

                .card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header {
                    border-top-left-radius: 0;
                }

                .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer {
                    border-bottom-left-radius: 0;
                }
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none;
    }
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.125);
}

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        transform: rotate(-180deg);
    }

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button::after {
        transition: none;
    }
}

.accordion-button:hover {
    z-index: 2;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,0.25);
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.125);
}

    .accordion-item:first-of-type {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

        .accordion-item:first-of-type .accordion-button {
            border-top-left-radius: calc(0.25rem - 1px);
            border-top-right-radius: calc(0.25rem - 1px);
        }

    .accordion-item:not(:first-of-type) {
        border-top: 0;
    }

    .accordion-item:last-of-type {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

        .accordion-item:last-of-type .accordion-button.collapsed {
            border-bottom-right-radius: calc(0.25rem - 1px);
            border-bottom-left-radius: calc(0.25rem - 1px);
        }

        .accordion-item:last-of-type .accordion-collapse {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem;
        }

.accordion-body {
    padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
    border-width: 0;
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

    .accordion-flush .accordion-item:first-child {
        border-top: 0;
    }

    .accordion-flush .accordion-item:last-child {
        border-bottom: 0;
    }

    .accordion-flush .accordion-item .accordion-button {
        border-radius: 0;
    }

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}

    .breadcrumb-item + .breadcrumb-item::before {
        float: left;
        padding-right: 0.5rem;
        color: #6c757d;
        content: var(--bs-breadcrumb-divider,"/");
    }

.breadcrumb-item.active {
    color: #6c757d;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}

.page-link {
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .page-link {
        transition: none;
    }
}

.page-link:hover {
    z-index: 2;
    color: #0a58ca;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 3;
    color: #0a58ca;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,0.25);
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-link {
    padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 3rem;
}

    .alert-dismissible .btn-close {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        padding: 1.25rem 1rem;
    }

.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}

    .alert-primary .alert-link {
        color: #06357a;
    }

.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8;
}

    .alert-secondary .alert-link {
        color: #34383c;
    }

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

    .alert-success .alert-link {
        color: #0c4128;
    }

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}

    .alert-info .alert-link {
        color: #04414d;
    }

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

    .alert-warning .alert-link {
        color: #523e02;
    }

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

    .alert-danger .alert-link {
        color: #6a1a21;
    }

.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

    .alert-light .alert-link {
        color: #4f5050;
    }

.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf;
}

    .alert-dark .alert-link {
        color: #101214;
    }

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0d6efd;
    transition: width 0.6s ease;
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none;
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section;
}

    .list-group-numbered > li::before {
        content: counters(section,".") ". ";
        counter-increment: section;
    }

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

    .list-group-item-action:hover, .list-group-item-action:focus {
        z-index: 1;
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa;
    }

    .list-group-item-action:active {
        color: #212529;
        background-color: #e9ecef;
    }

.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.125);
}

    .list-group-item:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

    .list-group-item:last-child {
        border-bottom-right-radius: inherit;
        border-bottom-left-radius: inherit;
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: #6c757d;
        pointer-events: none;
        background-color: #fff;
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #0d6efd;
        border-color: #0d6efd;
    }

    .list-group-item + .list-group-item {
        border-top-width: 0;
    }

        .list-group-item + .list-group-item.active {
            margin-top: -1px;
            border-top-width: 1px;
        }

.list-group-horizontal {
    flex-direction: row;
}

    .list-group-horizontal > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal > .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

        .list-group-horizontal > .list-group-item + .list-group-item.active {
            margin-left: -1px;
            border-left-width: 1px;
        }

@media (min-width:576px) {
    .list-group-horizontal-sm {
        flex-direction: row;
    }

        .list-group-horizontal-sm > .list-group-item:first-child {
            border-bottom-left-radius: 0.25rem;
            border-top-right-radius: 0;
        }

        .list-group-horizontal-sm > .list-group-item:last-child {
            border-top-right-radius: 0.25rem;
            border-bottom-left-radius: 0;
        }

        .list-group-horizontal-sm > .list-group-item.active {
            margin-top: 0;
        }

        .list-group-horizontal-sm > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0;
        }

            .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px;
            }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        flex-direction: row;
    }

        .list-group-horizontal-md > .list-group-item:first-child {
            border-bottom-left-radius: 0.25rem;
            border-top-right-radius: 0;
        }

        .list-group-horizontal-md > .list-group-item:last-child {
            border-top-right-radius: 0.25rem;
            border-bottom-left-radius: 0;
        }

        .list-group-horizontal-md > .list-group-item.active {
            margin-top: 0;
        }

        .list-group-horizontal-md > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0;
        }

            .list-group-horizontal-md > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px;
            }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        flex-direction: row;
    }

        .list-group-horizontal-lg > .list-group-item:first-child {
            border-bottom-left-radius: 0.25rem;
            border-top-right-radius: 0;
        }

        .list-group-horizontal-lg > .list-group-item:last-child {
            border-top-right-radius: 0.25rem;
            border-bottom-left-radius: 0;
        }

        .list-group-horizontal-lg > .list-group-item.active {
            margin-top: 0;
        }

        .list-group-horizontal-lg > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0;
        }

            .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px;
            }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        flex-direction: row;
    }

        .list-group-horizontal-xl > .list-group-item:first-child {
            border-bottom-left-radius: 0.25rem;
            border-top-right-radius: 0;
        }

        .list-group-horizontal-xl > .list-group-item:last-child {
            border-top-right-radius: 0.25rem;
            border-bottom-left-radius: 0;
        }

        .list-group-horizontal-xl > .list-group-item.active {
            margin-top: 0;
        }

        .list-group-horizontal-xl > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0;
        }

            .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px;
            }
}

@media (min-width:1400px) {
    .list-group-horizontal-xxl {
        flex-direction: row;
    }

        .list-group-horizontal-xxl > .list-group-item:first-child {
            border-bottom-left-radius: 0.25rem;
            border-top-right-radius: 0;
        }

        .list-group-horizontal-xxl > .list-group-item:last-child {
            border-top-right-radius: 0.25rem;
            border-bottom-left-radius: 0;
        }

        .list-group-horizontal-xxl > .list-group-item.active {
            margin-top: 0;
        }

        .list-group-horizontal-xxl > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0;
        }

            .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px;
            }
}

.list-group-flush {
    border-radius: 0;
}

    .list-group-flush > .list-group-item {
        border-width: 0 0 1px;
    }

        .list-group-flush > .list-group-item:last-child {
            border-bottom-width: 0;
        }

.list-group-item-primary {
    color: #084298;
    background-color: #cfe2ff;
}

    .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
        color: #084298;
        background-color: #bacbe6;
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #084298;
        border-color: #084298;
    }

.list-group-item-secondary {
    color: #41464b;
    background-color: #e2e3e5;
}

    .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
        color: #41464b;
        background-color: #cbccce;
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #41464b;
        border-color: #41464b;
    }

.list-group-item-success {
    color: #0f5132;
    background-color: #d1e7dd;
}

    .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
        color: #0f5132;
        background-color: #bcd0c7;
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #0f5132;
        border-color: #0f5132;
    }

.list-group-item-info {
    color: #055160;
    background-color: #cff4fc;
}

    .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
        color: #055160;
        background-color: #badce3;
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #055160;
        border-color: #055160;
    }

.list-group-item-warning {
    color: #664d03;
    background-color: #fff3cd;
}

    .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
        color: #664d03;
        background-color: #e6dbb9;
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #664d03;
        border-color: #664d03;
    }

.list-group-item-danger {
    color: #842029;
    background-color: #f8d7da;
}

    .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
        color: #842029;
        background-color: #dfc2c4;
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #842029;
        border-color: #842029;
    }

.list-group-item-light {
    color: #636464;
    background-color: #fefefe;
}

    .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
        color: #636464;
        background-color: #e5e5e5;
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #636464;
        border-color: #636464;
    }

.list-group-item-dark {
    color: #141619;
    background-color: #d3d3d4;
}

    .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
        color: #141619;
        background-color: #bebebf;
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #141619;
        border-color: #141619;
    }

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
}

    .btn-close:hover {
        color: #000;
        text-decoration: none;
        opacity: 0.75;
    }

    .btn-close:focus {
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(13,110,253,0.25);
        opacity: 1;
    }

    .btn-close:disabled, .btn-close.disabled {
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        opacity: 0.25;
    }

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
    width: 350px;
    max-width: 100%;
    font-size: 0.875rem;
    pointer-events: auto;
    background-color: rgba(255,255,255,0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
    border-radius: 0.25rem;
}

    .toast:not(.showing):not(.show) {
        opacity: 0;
    }

    .toast.hide {
        display: none;
    }

.toast-container {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none;
}

    .toast-container > :not(:last-child) {
        margin-bottom: 0.75rem;
    }

.toast-header {
    display: flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255,255,255,0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

    .toast-header .btn-close {
        margin-right: -0.375rem;
        margin-left: 0.75rem;
    }

.toast-body {
    padding: 0.75rem;
    word-wrap: break-word;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0,-50px);
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem);
}

    .modal-dialog-scrollable .modal-content {
        max-height: 100%;
        overflow: hidden;
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto;
    }

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: 0.5;
    }

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

    .modal-header .btn-close {
        padding: 0.5rem 0.5rem;
        margin: -0.5rem -0.5rem -0.5rem auto;
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

    .modal-footer > * {
        margin: 0.25rem;
    }

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width:992px) {
    .modal-lg, .modal-xl {
        max-width: 800px;
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

    .modal-fullscreen .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen .modal-footer {
        border-radius: 0;
    }

@media (max-width:575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-sm-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-sm-down .modal-header {
            border-radius: 0;
        }

        .modal-fullscreen-sm-down .modal-body {
            overflow-y: auto;
        }

        .modal-fullscreen-sm-down .modal-footer {
            border-radius: 0;
        }
}

@media (max-width:767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-md-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-md-down .modal-header {
            border-radius: 0;
        }

        .modal-fullscreen-md-down .modal-body {
            overflow-y: auto;
        }

        .modal-fullscreen-md-down .modal-footer {
            border-radius: 0;
        }
}

@media (max-width:991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-lg-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-lg-down .modal-header {
            border-radius: 0;
        }

        .modal-fullscreen-lg-down .modal-body {
            overflow-y: auto;
        }

        .modal-fullscreen-lg-down .modal-footer {
            border-radius: 0;
        }
}

@media (max-width:1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-xl-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-xl-down .modal-header {
            border-radius: 0;
        }

        .modal-fullscreen-xl-down .modal-body {
            overflow-y: auto;
        }

        .modal-fullscreen-xl-down .modal-footer {
            border-radius: 0;
        }
}

@media (max-width:1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

        .modal-fullscreen-xxl-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0;
        }

        .modal-fullscreen-xxl-down .modal-header {
            border-radius: 0;
        }

        .modal-fullscreen-xxl-down .modal-body {
            overflow-y: auto;
        }

        .modal-fullscreen-xxl-down .modal-footer {
            border-radius: 0;
        }
}

.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

    .tooltip.show {
        opacity: 0.9;
    }

    .tooltip .tooltip-arrow {
        position: absolute;
        display: block;
        width: 0.8rem;
        height: 0.4rem;
    }

        .tooltip .tooltip-arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
    padding: 0.4rem 0;
}

    .bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
        bottom: 0;
    }

        .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
            top: -1px;
            border-width: 0.4rem 0.4rem 0;
            border-top-color: #000;
        }

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
    padding: 0 0.4rem;
}

    .bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
        left: 0;
        width: 0.4rem;
        height: 0.8rem;
    }

        .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
            right: -1px;
            border-width: 0.4rem 0.4rem 0.4rem 0;
            border-right-color: #000;
        }

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
    padding: 0.4rem 0;
}

    .bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
        top: 0;
    }

        .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
            bottom: -1px;
            border-width: 0 0.4rem 0.4rem;
            border-bottom-color: #000;
        }

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
    padding: 0 0.4rem;
}

    .bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
        right: 0;
        width: 0.4rem;
        height: 0.8rem;
    }

        .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
            left: -1px;
            border-width: 0.4rem 0 0.4rem 0.4rem;
            border-left-color: #000;
        }

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 0.3rem;
}

    .popover .popover-arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: 0.5rem;
    }

        .popover .popover-arrow::before, .popover .popover-arrow::after {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
    bottom: calc(-0.5rem - 1px);
}

    .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
        bottom: 0;
        border-width: 0.5rem 0.5rem 0;
        border-top-color: rgba(0,0,0,0.25);
    }

    .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
        bottom: 1px;
        border-width: 0.5rem 0.5rem 0;
        border-top-color: #fff;
    }

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
}

    .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
        left: 0;
        border-width: 0.5rem 0.5rem 0.5rem 0;
        border-right-color: rgba(0,0,0,0.25);
    }

    .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
        left: 1px;
        border-width: 0.5rem 0.5rem 0.5rem 0;
        border-right-color: #fff;
    }

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
    top: calc(-0.5rem - 1px);
}

    .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
        top: 0;
        border-width: 0 0.5rem 0.5rem 0.5rem;
        border-bottom-color: rgba(0,0,0,0.25);
    }

    .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
        top: 1px;
        border-width: 0 0.5rem 0.5rem 0.5rem;
        border-bottom-color: #fff;
    }

.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
}

    .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
        right: 0;
        border-width: 0.5rem 0 0.5rem 0.5rem;
        border-left-color: rgba(0,0,0,0.25);
    }

    .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
        right: 1px;
        border-width: 0.5rem 0 0.5rem 0.5rem;
        border-left-color: #fff;
    }

.popover-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

    .popover-header:empty {
        display: none;
    }

.popover-body {
    padding: 1rem 1rem;
    color: #212529;
}

.carousel {
    position: relative;
}

    .carousel.pointer-event {
        touch-action: pan-y;
    }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner::after {
        display: block;
        clear: both;
        content: "";
    }

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item.active, .carousel-item-next, .carousel-item-prev {
    display: block;
}

    .carousel-item-next:not(.carousel-item-start), .active.carousel-item-end {
        transform: translateX(100%);
    }

    .carousel-item-prev:not(.carousel-item-end), .active.carousel-item-start {
        transform: translateX(-100%);
    }

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}

    .carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end {
        z-index: 1;
        opacity: 1;
    }

.carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end {
        transition: none;
    }
}

.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-prev, .carousel-control-next {
        transition: none;
    }
}

.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

.carousel-control-prev-icon {
    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='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    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='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}

    .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        padding: 0;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: 0.5;
        transition: opacity 0.6s ease;
    }

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.carousel-dark .carousel-control-prev-icon, .carousel-dark .carousel-control-next-icon {
    filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000;
}

.carousel-dark .carousel-caption {
    color: #000;
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: 0.75s linear infinite spinner-border;
    animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: none;
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: none;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: 0.75s linear infinite spinner-grow;
    animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

@media (prefers-reduced-motion:reduce) {
    .spinner-border, .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .offcanvas {
        transition: none;
    }
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
}

    .offcanvas-header .btn-close {
        padding: 0.5rem 0.5rem;
        margin-top: -0.5rem;
        margin-right: -0.5rem;
        margin-bottom: -0.5rem;
    }

.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto;
}

.offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 1px solid rgba(0,0,0,0.2);
    transform: translateX(-100%);
}

.offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 1px solid rgba(0,0,0,0.2);
    transform: translateX(100%);
}

.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    transform: translateY(-100%);
}

.offcanvas-bottom {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: 1px solid rgba(0,0,0,0.2);
    transform: translateY(100%);
}

.offcanvas.show {
    transform: none;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.link-primary {
    color: #0d6efd;
}

    .link-primary:hover, .link-primary:focus {
        color: #0a58ca;
    }

.link-secondary {
    color: #6c757d;
}

    .link-secondary:hover, .link-secondary:focus {
        color: #565e64;
    }

.link-success {
    color: #198754;
}

    .link-success:hover, .link-success:focus {
        color: #146c43;
    }

.link-info {
    color: #0dcaf0;
}

    .link-info:hover, .link-info:focus {
        color: #3dd5f3;
    }

.link-warning {
    color: #ffc107;
}

    .link-warning:hover, .link-warning:focus {
        color: #ffcd39;
    }

.link-danger {
    color: #dc3545;
}

    .link-danger:hover, .link-danger:focus {
        color: #b02a37;
    }

.link-light {
    color: #f8f9fa;
}

    .link-light:hover, .link-light:focus {
        color: #f9fafb;
    }

.link-dark {
    color: #212529;
}

    .link-dark:hover, .link-dark:focus {
        color: #1a1e21;
    }

.ratio {
    position: relative;
    width: 100%;
}

    .ratio::before {
        display: block;
        padding-top: var(--bs-aspect-ratio);
        content: "";
    }

    .ratio > * {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.ratio-1x1 {
    --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%);
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}

@media (min-width:576px) {
    .sticky-sm-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width:768px) {
    .sticky-md-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width:992px) {
    .sticky-lg-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width:1200px) {
    .sticky-xl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width:1400px) {
    .sticky-xxl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.float-start {
    float: left !important;
}

.float-end {
    float: right !important;
}

.float-none {
    float: none !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-visible {
    overflow: visible !important;
}

.overflow-scroll {
    overflow: scroll !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-grid {
    display: grid !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.d-none {
    display: none !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.top-0 {
    top: 0 !important;
}

.top-50 {
    top: 50% !important;
}

.top-100 {
    top: 100% !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.bottom-50 {
    bottom: 50% !important;
}

.bottom-100 {
    bottom: 100% !important;
}

.start-0 {
    left: 0 !important;
}

.start-50 {
    left: 50% !important;
}

.start-100 {
    left: 100% !important;
}

.end-0 {
    right: 0 !important;
}

.end-50 {
    right: 50% !important;
}

.end-100 {
    right: 100% !important;
}

.translate-middle {
    transform: translate(-50%,-50%) !important;
}

.translate-middle-x {
    transform: translateX(-50%) !important;
}

.translate-middle-y {
    transform: translateY(-50%) !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-end {
    border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
    border-right: 0 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-start {
    border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #0d6efd !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #198754 !important;
}

.border-info {
    border-color: #0dcaf0 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #212529 !important;
}

.border-white {
    border-color: #fff !important;
}

.border-1 {
    border-width: 1px !important;
}

.border-2 {
    border-width: 2px !important;
}

.border-3 {
    border-width: 3px !important;
}

.border-4 {
    border-width: 4px !important;
}

.border-5 {
    border-width: 5px !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.vw-100 {
    width: 100vw !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mh-100 {
    max-height: 100% !important;
}

.vh-100 {
    height: 100vh !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.gap-0 {
    gap: 0 !important;
}

.gap-1 {
    gap: 0.25rem !important;
}

.gap-2 {
    gap: 0.5rem !important;
}

.gap-3 {
    gap: 1rem !important;
}

.gap-4 {
    gap: 1.5rem !important;
}

.gap-5 {
    gap: 3rem !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

.order-first {
    order: -1 !important;
}

.order-0 {
    order: 0 !important;
}

.order-1 {
    order: 1 !important;
}

.order-2 {
    order: 2 !important;
}

.order-3 {
    order: 3 !important;
}

.order-4 {
    order: 4 !important;
}

.order-5 {
    order: 5 !important;
}

.order-last {
    order: 6 !important;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.me-0 {
    margin-right: 0 !important;
}

.me-1 {
    margin-right: 0.25rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.me-5 {
    margin-right: 3rem !important;
}

.me-auto {
    margin-right: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: 0.25rem !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.ms-5 {
    margin-left: 3rem !important;
}

.ms-auto {
    margin-left: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.pe-1 {
    padding-right: 0.25rem !important;
}

.pe-2 {
    padding-right: 0.5rem !important;
}

.pe-3 {
    padding-right: 1rem !important;
}

.pe-4 {
    padding-right: 1.5rem !important;
}

.pe-5 {
    padding-right: 3rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.ps-1 {
    padding-left: 0.25rem !important;
}

.ps-2 {
    padding-left: 0.5rem !important;
}

.ps-3 {
    padding-left: 1rem !important;
}

.ps-4 {
    padding-left: 1.5rem !important;
}

.ps-5 {
    padding-left: 3rem !important;
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
    font-size: 1.25rem !important;
}

.fs-6 {
    font-size: 1rem !important;
}

.fst-italic {
    font-style: italic !important;
}

.fst-normal {
    font-style: normal !important;
}

.fw-light {
    font-weight: 300 !important;
}

.fw-lighter {
    font-weight: lighter !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-bolder {
    font-weight: bolder !important;
}

.lh-1 {
    line-height: 1 !important;
}

.lh-sm {
    line-height: 1.25 !important;
}

.lh-base {
    line-height: 1.5 !important;
}

.lh-lg {
    line-height: 2 !important;
}

.text-start {
    text-align: left !important;
}

.text-end {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-decoration-underline {
    text-decoration: underline !important;
}

.text-decoration-line-through {
    text-decoration: line-through !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}

.text-primary {
    color: #0d6efd !important;
}

.text-secondary {
    color: #6c757d !important;
}

.text-success {
    color: #198754 !important;
}

.text-info {
    color: #0dcaf0 !important;
}

.text-warning {
    color: #ffc107 !important;
}

.text-danger {
    color: #dc3545 !important;
}

.text-light {
    color: #f8f9fa !important;
}

.text-dark {
    color: #212529 !important;
}

.text-white {
    color: #fff !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0,0,0,0.5) !important;
}

.text-white-50 {
    color: rgba(255,255,255,0.5) !important;
}

.text-reset {
    color: inherit !important;
}

.bg-primary {
    background-color: #0d6efd !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

.bg-success {
    background-color: #198754 !important;
}

.bg-info {
    background-color: #0dcaf0 !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.bg-dark {
    background-color: #212529 !important;
}

.bg-body {
    background-color: #fff !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.bg-gradient {
    background-image: var(--bs-gradient) !important;
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important;
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    user-select: auto !important;
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
}

.pe-none {
    pointer-events: none !important;
}

.pe-auto {
    pointer-events: auto !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.rounded-1 {
    border-radius: 0.2rem !important;
}

.rounded-2 {
    border-radius: 0.25rem !important;
}

.rounded-3 {
    border-radius: 0.3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-end {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media (min-width:576px) {
    .float-sm-start {
        float: left !important;
    }

    .float-sm-end {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-grid {
        display: grid !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }

    .d-sm-none {
        display: none !important;
    }

    .flex-sm-fill {
        flex: 1 1 auto !important;
    }

    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-sm-0 {
        gap: 0 !important;
    }

    .gap-sm-1 {
        gap: 0.25rem !important;
    }

    .gap-sm-2 {
        gap: 0.5rem !important;
    }

    .gap-sm-3 {
        gap: 1rem !important;
    }

    .gap-sm-4 {
        gap: 1.5rem !important;
    }

    .gap-sm-5 {
        gap: 3rem !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
    }

    .align-self-sm-start {
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        align-self: center !important;
    }

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
    }

    .order-sm-first {
        order: -1 !important;
    }

    .order-sm-0 {
        order: 0 !important;
    }

    .order-sm-1 {
        order: 1 !important;
    }

    .order-sm-2 {
        order: 2 !important;
    }

    .order-sm-3 {
        order: 3 !important;
    }

    .order-sm-4 {
        order: 4 !important;
    }

    .order-sm-5 {
        order: 5 !important;
    }

    .order-sm-last {
        order: 6 !important;
    }

    .m-sm-0 {
        margin: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-sm-0 {
        margin-top: 0 !important;
    }

    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mt-sm-3 {
        margin-top: 1rem !important;
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mt-sm-5 {
        margin-top: 3rem !important;
    }

    .mt-sm-auto {
        margin-top: auto !important;
    }

    .me-sm-0 {
        margin-right: 0 !important;
    }

    .me-sm-1 {
        margin-right: 0.25rem !important;
    }

    .me-sm-2 {
        margin-right: 0.5rem !important;
    }

    .me-sm-3 {
        margin-right: 1rem !important;
    }

    .me-sm-4 {
        margin-right: 1.5rem !important;
    }

    .me-sm-5 {
        margin-right: 3rem !important;
    }

    .me-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-0 {
        margin-bottom: 0 !important;
    }

    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }

    .mb-sm-auto {
        margin-bottom: auto !important;
    }

    .ms-sm-0 {
        margin-left: 0 !important;
    }

    .ms-sm-1 {
        margin-left: 0.25rem !important;
    }

    .ms-sm-2 {
        margin-left: 0.5rem !important;
    }

    .ms-sm-3 {
        margin-left: 1rem !important;
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important;
    }

    .ms-sm-5 {
        margin-left: 3rem !important;
    }

    .ms-sm-auto {
        margin-left: auto !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-sm-0 {
        padding-top: 0 !important;
    }

    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pt-sm-3 {
        padding-top: 1rem !important;
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pt-sm-5 {
        padding-top: 3rem !important;
    }

    .pe-sm-0 {
        padding-right: 0 !important;
    }

    .pe-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pe-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pe-sm-3 {
        padding-right: 1rem !important;
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pe-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-0 {
        padding-bottom: 0 !important;
    }

    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }

    .ps-sm-0 {
        padding-left: 0 !important;
    }

    .ps-sm-1 {
        padding-left: 0.25rem !important;
    }

    .ps-sm-2 {
        padding-left: 0.5rem !important;
    }

    .ps-sm-3 {
        padding-left: 1rem !important;
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important;
    }

    .ps-sm-5 {
        padding-left: 3rem !important;
    }

    .text-sm-start {
        text-align: left !important;
    }

    .text-sm-end {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width:768px) {
    .float-md-start {
        float: left !important;
    }

    .float-md-end {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-grid {
        display: grid !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }

    .d-md-none {
        display: none !important;
    }

    .flex-md-fill {
        flex: 1 1 auto !important;
    }

    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-md-0 {
        gap: 0 !important;
    }

    .gap-md-1 {
        gap: 0.25rem !important;
    }

    .gap-md-2 {
        gap: 0.5rem !important;
    }

    .gap-md-3 {
        gap: 1rem !important;
    }

    .gap-md-4 {
        gap: 1.5rem !important;
    }

    .gap-md-5 {
        gap: 3rem !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

    .align-self-md-start {
        align-self: flex-start !important;
    }

    .align-self-md-end {
        align-self: flex-end !important;
    }

    .align-self-md-center {
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
    }

    .order-md-first {
        order: -1 !important;
    }

    .order-md-0 {
        order: 0 !important;
    }

    .order-md-1 {
        order: 1 !important;
    }

    .order-md-2 {
        order: 2 !important;
    }

    .order-md-3 {
        order: 3 !important;
    }

    .order-md-4 {
        order: 4 !important;
    }

    .order-md-5 {
        order: 5 !important;
    }

    .order-md-last {
        order: 6 !important;
    }

    .m-md-0 {
        margin: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-md-0 {
        margin-top: 0 !important;
    }

    .mt-md-1 {
        margin-top: 0.25rem !important;
    }

    .mt-md-2 {
        margin-top: 0.5rem !important;
    }

    .mt-md-3 {
        margin-top: 1rem !important;
    }

    .mt-md-4 {
        margin-top: 1.5rem !important;
    }

    .mt-md-5 {
        margin-top: 3rem !important;
    }

    .mt-md-auto {
        margin-top: auto !important;
    }

    .me-md-0 {
        margin-right: 0 !important;
    }

    .me-md-1 {
        margin-right: 0.25rem !important;
    }

    .me-md-2 {
        margin-right: 0.5rem !important;
    }

    .me-md-3 {
        margin-right: 1rem !important;
    }

    .me-md-4 {
        margin-right: 1.5rem !important;
    }

    .me-md-5 {
        margin-right: 3rem !important;
    }

    .me-md-auto {
        margin-right: auto !important;
    }

    .mb-md-0 {
        margin-bottom: 0 !important;
    }

    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-md-3 {
        margin-bottom: 1rem !important;
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-md-5 {
        margin-bottom: 3rem !important;
    }

    .mb-md-auto {
        margin-bottom: auto !important;
    }

    .ms-md-0 {
        margin-left: 0 !important;
    }

    .ms-md-1 {
        margin-left: 0.25rem !important;
    }

    .ms-md-2 {
        margin-left: 0.5rem !important;
    }

    .ms-md-3 {
        margin-left: 1rem !important;
    }

    .ms-md-4 {
        margin-left: 1.5rem !important;
    }

    .ms-md-5 {
        margin-left: 3rem !important;
    }

    .ms-md-auto {
        margin-left: auto !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-md-0 {
        padding-top: 0 !important;
    }

    .pt-md-1 {
        padding-top: 0.25rem !important;
    }

    .pt-md-2 {
        padding-top: 0.5rem !important;
    }

    .pt-md-3 {
        padding-top: 1rem !important;
    }

    .pt-md-4 {
        padding-top: 1.5rem !important;
    }

    .pt-md-5 {
        padding-top: 3rem !important;
    }

    .pe-md-0 {
        padding-right: 0 !important;
    }

    .pe-md-1 {
        padding-right: 0.25rem !important;
    }

    .pe-md-2 {
        padding-right: 0.5rem !important;
    }

    .pe-md-3 {
        padding-right: 1rem !important;
    }

    .pe-md-4 {
        padding-right: 1.5rem !important;
    }

    .pe-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-0 {
        padding-bottom: 0 !important;
    }

    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-md-3 {
        padding-bottom: 1rem !important;
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-md-5 {
        padding-bottom: 3rem !important;
    }

    .ps-md-0 {
        padding-left: 0 !important;
    }

    .ps-md-1 {
        padding-left: 0.25rem !important;
    }

    .ps-md-2 {
        padding-left: 0.5rem !important;
    }

    .ps-md-3 {
        padding-left: 1rem !important;
    }

    .ps-md-4 {
        padding-left: 1.5rem !important;
    }

    .ps-md-5 {
        padding-left: 3rem !important;
    }

    .text-md-start {
        text-align: left !important;
    }

    .text-md-end {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width:992px) {
    .float-lg-start {
        float: left !important;
    }

    .float-lg-end {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-grid {
        display: grid !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }

    .d-lg-none {
        display: none !important;
    }

    .flex-lg-fill {
        flex: 1 1 auto !important;
    }

    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-lg-0 {
        gap: 0 !important;
    }

    .gap-lg-1 {
        gap: 0.25rem !important;
    }

    .gap-lg-2 {
        gap: 0.5rem !important;
    }

    .gap-lg-3 {
        gap: 1rem !important;
    }

    .gap-lg-4 {
        gap: 1.5rem !important;
    }

    .gap-lg-5 {
        gap: 3rem !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        align-items: stretch !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
    }

    .align-self-lg-start {
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        align-self: center !important;
    }

    .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        align-self: stretch !important;
    }

    .order-lg-first {
        order: -1 !important;
    }

    .order-lg-0 {
        order: 0 !important;
    }

    .order-lg-1 {
        order: 1 !important;
    }

    .order-lg-2 {
        order: 2 !important;
    }

    .order-lg-3 {
        order: 3 !important;
    }

    .order-lg-4 {
        order: 4 !important;
    }

    .order-lg-5 {
        order: 5 !important;
    }

    .order-lg-last {
        order: 6 !important;
    }

    .m-lg-0 {
        margin: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-lg-0 {
        margin-top: 0 !important;
    }

    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mt-lg-3 {
        margin-top: 1rem !important;
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mt-lg-5 {
        margin-top: 3rem !important;
    }

    .mt-lg-auto {
        margin-top: auto !important;
    }

    .me-lg-0 {
        margin-right: 0 !important;
    }

    .me-lg-1 {
        margin-right: 0.25rem !important;
    }

    .me-lg-2 {
        margin-right: 0.5rem !important;
    }

    .me-lg-3 {
        margin-right: 1rem !important;
    }

    .me-lg-4 {
        margin-right: 1.5rem !important;
    }

    .me-lg-5 {
        margin-right: 3rem !important;
    }

    .me-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }

    .mb-lg-auto {
        margin-bottom: auto !important;
    }

    .ms-lg-0 {
        margin-left: 0 !important;
    }

    .ms-lg-1 {
        margin-left: 0.25rem !important;
    }

    .ms-lg-2 {
        margin-left: 0.5rem !important;
    }

    .ms-lg-3 {
        margin-left: 1rem !important;
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important;
    }

    .ms-lg-5 {
        margin-left: 3rem !important;
    }

    .ms-lg-auto {
        margin-left: auto !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-lg-0 {
        padding-top: 0 !important;
    }

    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pt-lg-3 {
        padding-top: 1rem !important;
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pt-lg-5 {
        padding-top: 3rem !important;
    }

    .pe-lg-0 {
        padding-right: 0 !important;
    }

    .pe-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pe-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pe-lg-3 {
        padding-right: 1rem !important;
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pe-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-0 {
        padding-bottom: 0 !important;
    }

    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }

    .ps-lg-0 {
        padding-left: 0 !important;
    }

    .ps-lg-1 {
        padding-left: 0.25rem !important;
    }

    .ps-lg-2 {
        padding-left: 0.5rem !important;
    }

    .ps-lg-3 {
        padding-left: 1rem !important;
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important;
    }

    .ps-lg-5 {
        padding-left: 3rem !important;
    }

    .text-lg-start {
        text-align: left !important;
    }

    .text-lg-end {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width:1200px) {
    .float-xl-start {
        float: left !important;
    }

    .float-xl-end {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-grid {
        display: grid !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }

    .d-xl-none {
        display: none !important;
    }

    .flex-xl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-xl-0 {
        gap: 0 !important;
    }

    .gap-xl-1 {
        gap: 0.25rem !important;
    }

    .gap-xl-2 {
        gap: 0.5rem !important;
    }

    .gap-xl-3 {
        gap: 1rem !important;
    }

    .gap-xl-4 {
        gap: 1.5rem !important;
    }

    .gap-xl-5 {
        gap: 3rem !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

    .align-self-xl-start {
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        align-self: stretch !important;
    }

    .order-xl-first {
        order: -1 !important;
    }

    .order-xl-0 {
        order: 0 !important;
    }

    .order-xl-1 {
        order: 1 !important;
    }

    .order-xl-2 {
        order: 2 !important;
    }

    .order-xl-3 {
        order: 3 !important;
    }

    .order-xl-4 {
        order: 4 !important;
    }

    .order-xl-5 {
        order: 5 !important;
    }

    .order-xl-last {
        order: 6 !important;
    }

    .m-xl-0 {
        margin: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xl-0 {
        margin-top: 0 !important;
    }

    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mt-xl-3 {
        margin-top: 1rem !important;
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xl-5 {
        margin-top: 3rem !important;
    }

    .mt-xl-auto {
        margin-top: auto !important;
    }

    .me-xl-0 {
        margin-right: 0 !important;
    }

    .me-xl-1 {
        margin-right: 0.25rem !important;
    }

    .me-xl-2 {
        margin-right: 0.5rem !important;
    }

    .me-xl-3 {
        margin-right: 1rem !important;
    }

    .me-xl-4 {
        margin-right: 1.5rem !important;
    }

    .me-xl-5 {
        margin-right: 3rem !important;
    }

    .me-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }

    .mb-xl-auto {
        margin-bottom: auto !important;
    }

    .ms-xl-0 {
        margin-left: 0 !important;
    }

    .ms-xl-1 {
        margin-left: 0.25rem !important;
    }

    .ms-xl-2 {
        margin-left: 0.5rem !important;
    }

    .ms-xl-3 {
        margin-left: 1rem !important;
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important;
    }

    .ms-xl-5 {
        margin-left: 3rem !important;
    }

    .ms-xl-auto {
        margin-left: auto !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-xl-0 {
        padding-top: 0 !important;
    }

    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pt-xl-3 {
        padding-top: 1rem !important;
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pt-xl-5 {
        padding-top: 3rem !important;
    }

    .pe-xl-0 {
        padding-right: 0 !important;
    }

    .pe-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pe-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pe-xl-3 {
        padding-right: 1rem !important;
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pe-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }

    .ps-xl-0 {
        padding-left: 0 !important;
    }

    .ps-xl-1 {
        padding-left: 0.25rem !important;
    }

    .ps-xl-2 {
        padding-left: 0.5rem !important;
    }

    .ps-xl-3 {
        padding-left: 1rem !important;
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important;
    }

    .ps-xl-5 {
        padding-left: 3rem !important;
    }

    .text-xl-start {
        text-align: left !important;
    }

    .text-xl-end {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

@media (min-width:1400px) {
    .float-xxl-start {
        float: left !important;
    }

    .float-xxl-end {
        float: right !important;
    }

    .float-xxl-none {
        float: none !important;
    }

    .d-xxl-inline {
        display: inline !important;
    }

    .d-xxl-inline-block {
        display: inline-block !important;
    }

    .d-xxl-block {
        display: block !important;
    }

    .d-xxl-grid {
        display: grid !important;
    }

    .d-xxl-table {
        display: table !important;
    }

    .d-xxl-table-row {
        display: table-row !important;
    }

    .d-xxl-table-cell {
        display: table-cell !important;
    }

    .d-xxl-flex {
        display: flex !important;
    }

    .d-xxl-inline-flex {
        display: inline-flex !important;
    }

    .d-xxl-none {
        display: none !important;
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xxl-row {
        flex-direction: row !important;
    }

    .flex-xxl-column {
        flex-direction: column !important;
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-xxl-0 {
        gap: 0 !important;
    }

    .gap-xxl-1 {
        gap: 0.25rem !important;
    }

    .gap-xxl-2 {
        gap: 0.5rem !important;
    }

    .gap-xxl-3 {
        gap: 1rem !important;
    }

    .gap-xxl-4 {
        gap: 1.5rem !important;
    }

    .gap-xxl-5 {
        gap: 3rem !important;
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xxl-center {
        justify-content: center !important;
    }

    .justify-content-xxl-between {
        justify-content: space-between !important;
    }

    .justify-content-xxl-around {
        justify-content: space-around !important;
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-xxl-start {
        align-items: flex-start !important;
    }

    .align-items-xxl-end {
        align-items: flex-end !important;
    }

    .align-items-xxl-center {
        align-items: center !important;
    }

    .align-items-xxl-baseline {
        align-items: baseline !important;
    }

    .align-items-xxl-stretch {
        align-items: stretch !important;
    }

    .align-content-xxl-start {
        align-content: flex-start !important;
    }

    .align-content-xxl-end {
        align-content: flex-end !important;
    }

    .align-content-xxl-center {
        align-content: center !important;
    }

    .align-content-xxl-between {
        align-content: space-between !important;
    }

    .align-content-xxl-around {
        align-content: space-around !important;
    }

    .align-content-xxl-stretch {
        align-content: stretch !important;
    }

    .align-self-xxl-auto {
        align-self: auto !important;
    }

    .align-self-xxl-start {
        align-self: flex-start !important;
    }

    .align-self-xxl-end {
        align-self: flex-end !important;
    }

    .align-self-xxl-center {
        align-self: center !important;
    }

    .align-self-xxl-baseline {
        align-self: baseline !important;
    }

    .align-self-xxl-stretch {
        align-self: stretch !important;
    }

    .order-xxl-first {
        order: -1 !important;
    }

    .order-xxl-0 {
        order: 0 !important;
    }

    .order-xxl-1 {
        order: 1 !important;
    }

    .order-xxl-2 {
        order: 2 !important;
    }

    .order-xxl-3 {
        order: 3 !important;
    }

    .order-xxl-4 {
        order: 4 !important;
    }

    .order-xxl-5 {
        order: 5 !important;
    }

    .order-xxl-last {
        order: 6 !important;
    }

    .m-xxl-0 {
        margin: 0 !important;
    }

    .m-xxl-1 {
        margin: 0.25rem !important;
    }

    .m-xxl-2 {
        margin: 0.5rem !important;
    }

    .m-xxl-3 {
        margin: 1rem !important;
    }

    .m-xxl-4 {
        margin: 1.5rem !important;
    }

    .m-xxl-5 {
        margin: 3rem !important;
    }

    .m-xxl-auto {
        margin: auto !important;
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xxl-0 {
        margin-top: 0 !important;
    }

    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }

    .mt-xxl-3 {
        margin-top: 1rem !important;
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xxl-5 {
        margin-top: 3rem !important;
    }

    .mt-xxl-auto {
        margin-top: auto !important;
    }

    .me-xxl-0 {
        margin-right: 0 !important;
    }

    .me-xxl-1 {
        margin-right: 0.25rem !important;
    }

    .me-xxl-2 {
        margin-right: 0.5rem !important;
    }

    .me-xxl-3 {
        margin-right: 1rem !important;
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important;
    }

    .me-xxl-5 {
        margin-right: 3rem !important;
    }

    .me-xxl-auto {
        margin-right: auto !important;
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important;
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important;
    }

    .mb-xxl-auto {
        margin-bottom: auto !important;
    }

    .ms-xxl-0 {
        margin-left: 0 !important;
    }

    .ms-xxl-1 {
        margin-left: 0.25rem !important;
    }

    .ms-xxl-2 {
        margin-left: 0.5rem !important;
    }

    .ms-xxl-3 {
        margin-left: 1rem !important;
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important;
    }

    .ms-xxl-5 {
        margin-left: 3rem !important;
    }

    .ms-xxl-auto {
        margin-left: auto !important;
    }

    .p-xxl-0 {
        padding: 0 !important;
    }

    .p-xxl-1 {
        padding: 0.25rem !important;
    }

    .p-xxl-2 {
        padding: 0.5rem !important;
    }

    .p-xxl-3 {
        padding: 1rem !important;
    }

    .p-xxl-4 {
        padding: 1.5rem !important;
    }

    .p-xxl-5 {
        padding: 3rem !important;
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-xxl-0 {
        padding-top: 0 !important;
    }

    .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }

    .pt-xxl-2 {
        padding-top: 0.5rem !important;
    }

    .pt-xxl-3 {
        padding-top: 1rem !important;
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important;
    }

    .pt-xxl-5 {
        padding-top: 3rem !important;
    }

    .pe-xxl-0 {
        padding-right: 0 !important;
    }

    .pe-xxl-1 {
        padding-right: 0.25rem !important;
    }

    .pe-xxl-2 {
        padding-right: 0.5rem !important;
    }

    .pe-xxl-3 {
        padding-right: 1rem !important;
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important;
    }

    .pe-xxl-5 {
        padding-right: 3rem !important;
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-xxl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important;
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important;
    }

    .ps-xxl-0 {
        padding-left: 0 !important;
    }

    .ps-xxl-1 {
        padding-left: 0.25rem !important;
    }

    .ps-xxl-2 {
        padding-left: 0.5rem !important;
    }

    .ps-xxl-3 {
        padding-left: 1rem !important;
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important;
    }

    .ps-xxl-5 {
        padding-left: 3rem !important;
    }

    .text-xxl-start {
        text-align: left !important;
    }

    .text-xxl-end {
        text-align: right !important;
    }

    .text-xxl-center {
        text-align: center !important;
    }
}

@media (min-width:1200px) {
    .fs-1 {
        font-size: 2.5rem !important;
    }

    .fs-2 {
        font-size: 2rem !important;
    }

    .fs-3 {
        font-size: 1.75rem !important;
    }

    .fs-4 {
        font-size: 1.5rem !important;
    }
}

@media print {
    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-grid {
        display: grid !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }

    .d-print-none {
        display: none !important;
    }
}

:root {
    --dt-row-selected: 13,110,253;
    --dt-row-selected-text: 255,255,255;
    --dt-row-selected-link: 228,228,228;
    --dt-row-stripe: 0,0,0;
    --dt-row-hover: 0,0,0;
    --dt-column-ordering: 0,0,0;
    --dt-header-align-items: center;
    --dt-header-vertical-align: middle;
    --dt-html-background: white
}

    :root.dark {
        --dt-html-background: rgb(33,37,41)
    }

table.dataTable tbody td.dt-control {
    text-align: center;
    cursor: pointer
}

    table.dataTable tbody td.dt-control:before {
        display: inline-block;
        box-sizing: border-box;
        content: "";
        border-top: 5px solid transparent;
        border-left: 10px solid rgba(0,0,0,0.5);
        border-bottom: 5px solid transparent;
        border-right: 0px solid transparent
    }

table.dataTable tbody tr.dt-hasChild td.dt-control:before {
    border-top: 10px solid rgba(0,0,0,0.5);
    border-left: 5px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 5px solid transparent
}

table.dataTable tfoot:empty {
    display: none
}

html.dark table.dataTable td.dt-control:before, :root[data-bs-theme=dark] table.dataTable td.dt-control:before, :root[data-theme=dark] table.dataTable td.dt-control:before {
    border-left-color: rgba(255,255,255,0.5)
}

html.dark table.dataTable tr.dt-hasChild td.dt-control:before, :root[data-bs-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before, :root[data-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before {
    border-top-color: rgba(255,255,255,0.5);
    border-left-color: transparent
}

div.dt-scroll {
    width: 100%
}

div.dt-scroll-body thead tr, div.dt-scroll-body tfoot tr {
    height: 0
}

    div.dt-scroll-body thead tr th, div.dt-scroll-body thead tr td, div.dt-scroll-body tfoot tr th, div.dt-scroll-body tfoot tr td {
        height: 0 !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        border-top-width: 0px !important;
        border-bottom-width: 0px !important
    }

        div.dt-scroll-body thead tr th div.dt-scroll-sizing, div.dt-scroll-body thead tr td div.dt-scroll-sizing, div.dt-scroll-body tfoot tr th div.dt-scroll-sizing, div.dt-scroll-body tfoot tr td div.dt-scroll-sizing {
            height: 0 !important;
            overflow: hidden !important
        }

table.dataTable thead > tr > th:active, table.dataTable thead > tr > td:active {
    outline: none
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before {
    position: absolute;
    display: block;
    bottom: 50%;
    content: "â–²";
    content: "â–²"/""
}

table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after, table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
    position: absolute;
    display: block;
    top: 50%;
    content: "â–¼";
    content: "â–¼"/""
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order, table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order, table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order, table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order, table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order {
    position: relative;
    width: 12px;
    height: 20px
}

    table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:after, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after, table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:after, table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:before, table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:after, table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:before, table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
        left: 0;
        opacity: .125;
        line-height: 9px;
        font-size: .8em
    }

table.dataTable thead > tr > th.dt-orderable-asc, table.dataTable thead > tr > th.dt-orderable-desc, table.dataTable thead > tr > td.dt-orderable-asc, table.dataTable thead > tr > td.dt-orderable-desc {
    cursor: pointer
}

    table.dataTable thead > tr > th.dt-orderable-asc:hover, table.dataTable thead > tr > th.dt-orderable-desc:hover, table.dataTable thead > tr > td.dt-orderable-asc:hover, table.dataTable thead > tr > td.dt-orderable-desc:hover {
        outline: 2px solid rgba(0,0,0,0.05);
        outline-offset: -2px
    }

table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after, table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
    opacity: .6
}

table.dataTable thead > tr > th.dt-orderable-none:not(.dt-ordering-asc,.dt-ordering-desc) span.dt-column-order:empty, table.dataTable thead > tr > th.sorting_desc_disabled span.dt-column-order:after, table.dataTable thead > tr > th.sorting_asc_disabled span.dt-column-order:before, table.dataTable thead > tr > td.dt-orderable-none:not(.dt-ordering-asc,.dt-ordering-desc) span.dt-column-order:empty, table.dataTable thead > tr > td.sorting_desc_disabled span.dt-column-order:after, table.dataTable thead > tr > td.sorting_asc_disabled span.dt-column-order:before {
    display: none
}

table.dataTable thead > tr > th:active, table.dataTable thead > tr > td:active {
    outline: none
}

table.dataTable thead > tr > th div.dt-column-header, table.dataTable thead > tr > th div.dt-column-footer, table.dataTable thead > tr > td div.dt-column-header, table.dataTable thead > tr > td div.dt-column-footer, table.dataTable tfoot > tr > th div.dt-column-header, table.dataTable tfoot > tr > th div.dt-column-footer, table.dataTable tfoot > tr > td div.dt-column-header, table.dataTable tfoot > tr > td div.dt-column-footer {
    display: flex;
    justify-content: space-between;
    align-items: var(--dt-header-align-items);
    gap: 4px
}

    table.dataTable thead > tr > th div.dt-column-header span.dt-column-title, table.dataTable thead > tr > th div.dt-column-footer span.dt-column-title, table.dataTable thead > tr > td div.dt-column-header span.dt-column-title, table.dataTable thead > tr > td div.dt-column-footer span.dt-column-title, table.dataTable tfoot > tr > th div.dt-column-header span.dt-column-title, table.dataTable tfoot > tr > th div.dt-column-footer span.dt-column-title, table.dataTable tfoot > tr > td div.dt-column-header span.dt-column-title, table.dataTable tfoot > tr > td div.dt-column-footer span.dt-column-title {
        flex-grow: 1
    }

        table.dataTable thead > tr > th div.dt-column-header span.dt-column-title:empty, table.dataTable thead > tr > th div.dt-column-footer span.dt-column-title:empty, table.dataTable thead > tr > td div.dt-column-header span.dt-column-title:empty, table.dataTable thead > tr > td div.dt-column-footer span.dt-column-title:empty, table.dataTable tfoot > tr > th div.dt-column-header span.dt-column-title:empty, table.dataTable tfoot > tr > th div.dt-column-footer span.dt-column-title:empty, table.dataTable tfoot > tr > td div.dt-column-header span.dt-column-title:empty, table.dataTable tfoot > tr > td div.dt-column-footer span.dt-column-title:empty {
            display: none
        }

div.dt-scroll-body > table.dataTable > thead > tr > th, div.dt-scroll-body > table.dataTable > thead > tr > td {
    overflow: hidden
}

:root.dark table.dataTable thead > tr > th.dt-orderable-asc:hover, :root.dark table.dataTable thead > tr > th.dt-orderable-desc:hover, :root.dark table.dataTable thead > tr > td.dt-orderable-asc:hover, :root.dark table.dataTable thead > tr > td.dt-orderable-desc:hover, :root[data-bs-theme=dark] table.dataTable thead > tr > th.dt-orderable-asc:hover, :root[data-bs-theme=dark] table.dataTable thead > tr > th.dt-orderable-desc:hover, :root[data-bs-theme=dark] table.dataTable thead > tr > td.dt-orderable-asc:hover, :root[data-bs-theme=dark] table.dataTable thead > tr > td.dt-orderable-desc:hover {
    outline: 2px solid rgba(255,255,255,0.05)
}

div.dt-processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -22px;
    text-align: center;
    padding: 2px;
    z-index: 10
}

    div.dt-processing > div:last-child {
        position: relative;
        width: 80px;
        height: 15px;
        margin: 1em auto
    }

        div.dt-processing > div:last-child > div {
            position: absolute;
            top: 0;
            width: 13px;
            height: 13px;
            border-radius: 50%;
            background: rgb(13,110,253);
            background: rgb(var(--dt-row-selected));
            animation-timing-function: cubic-bezier(0,1,1,0)
        }

            div.dt-processing > div:last-child > div:nth-child(1) {
                left: 8px;
                animation: datatables-loader-1 .6s infinite
            }

            div.dt-processing > div:last-child > div:nth-child(2) {
                left: 8px;
                animation: datatables-loader-2 .6s infinite
            }

            div.dt-processing > div:last-child > div:nth-child(3) {
                left: 32px;
                animation: datatables-loader-2 .6s infinite
            }

            div.dt-processing > div:last-child > div:nth-child(4) {
                left: 56px;
                animation: datatables-loader-3 .6s infinite
            }

@keyframes datatables-loader-1 {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes datatables-loader-3 {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(0)
    }
}

@keyframes datatables-loader-2 {
    0% {
        transform: translate(0,0)
    }

    100% {
        transform: translate(24px,0)
    }
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: nowrap
}

table.dataTable th, table.dataTable td {
    box-sizing: border-box
}

    table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
        text-align: right
    }

        table.dataTable th.dt-type-numeric div.dt-column-header, table.dataTable th.dt-type-numeric div.dt-column-footer, table.dataTable th.dt-type-date div.dt-column-header, table.dataTable th.dt-type-date div.dt-column-footer, table.dataTable td.dt-type-numeric div.dt-column-header, table.dataTable td.dt-type-numeric div.dt-column-footer, table.dataTable td.dt-type-date div.dt-column-header, table.dataTable td.dt-type-date div.dt-column-footer {
            flex-direction: row-reverse
        }

    table.dataTable th.dt-left, table.dataTable td.dt-left {
        text-align: left
    }

        table.dataTable th.dt-left div.dt-column-header, table.dataTable th.dt-left div.dt-column-footer, table.dataTable td.dt-left div.dt-column-header, table.dataTable td.dt-left div.dt-column-footer {
            flex-direction: row
        }

    table.dataTable th.dt-center, table.dataTable td.dt-center {
        text-align: center
    }

    table.dataTable th.dt-right, table.dataTable td.dt-right {
        text-align: right
    }

        table.dataTable th.dt-right div.dt-column-header, table.dataTable th.dt-right div.dt-column-footer, table.dataTable td.dt-right div.dt-column-header, table.dataTable td.dt-right div.dt-column-footer {
            flex-direction: row-reverse
        }

    table.dataTable th.dt-justify, table.dataTable td.dt-justify {
        text-align: justify
    }

        table.dataTable th.dt-justify div.dt-column-header, table.dataTable th.dt-justify div.dt-column-footer, table.dataTable td.dt-justify div.dt-column-header, table.dataTable td.dt-justify div.dt-column-footer {
            flex-direction: row
        }

    table.dataTable th.dt-nowrap, table.dataTable td.dt-nowrap {
        white-space: nowrap
    }

    table.dataTable th.dt-empty, table.dataTable td.dt-empty {
        text-align: center;
        vertical-align: top
    }

table.dataTable thead th, table.dataTable thead td, table.dataTable tfoot th, table.dataTable tfoot td {
    text-align: left;
    vertical-align: var(--dt-header-vertical-align)
}

    table.dataTable thead th.dt-head-left, table.dataTable thead td.dt-head-left, table.dataTable tfoot th.dt-head-left, table.dataTable tfoot td.dt-head-left {
        text-align: left
    }

        table.dataTable thead th.dt-head-left div.dt-column-header, table.dataTable thead th.dt-head-left div.dt-column-footer, table.dataTable thead td.dt-head-left div.dt-column-header, table.dataTable thead td.dt-head-left div.dt-column-footer, table.dataTable tfoot th.dt-head-left div.dt-column-header, table.dataTable tfoot th.dt-head-left div.dt-column-footer, table.dataTable tfoot td.dt-head-left div.dt-column-header, table.dataTable tfoot td.dt-head-left div.dt-column-footer {
            flex-direction: row
        }

    table.dataTable thead th.dt-head-center, table.dataTable thead td.dt-head-center, table.dataTable tfoot th.dt-head-center, table.dataTable tfoot td.dt-head-center {
        text-align: center
    }

    table.dataTable thead th.dt-head-right, table.dataTable thead td.dt-head-right, table.dataTable tfoot th.dt-head-right, table.dataTable tfoot td.dt-head-right {
        text-align: right
    }

        table.dataTable thead th.dt-head-right div.dt-column-header, table.dataTable thead th.dt-head-right div.dt-column-footer, table.dataTable thead td.dt-head-right div.dt-column-header, table.dataTable thead td.dt-head-right div.dt-column-footer, table.dataTable tfoot th.dt-head-right div.dt-column-header, table.dataTable tfoot th.dt-head-right div.dt-column-footer, table.dataTable tfoot td.dt-head-right div.dt-column-header, table.dataTable tfoot td.dt-head-right div.dt-column-footer {
            flex-direction: row-reverse
        }

    table.dataTable thead th.dt-head-justify, table.dataTable thead td.dt-head-justify, table.dataTable tfoot th.dt-head-justify, table.dataTable tfoot td.dt-head-justify {
        text-align: justify
    }

        table.dataTable thead th.dt-head-justify div.dt-column-header, table.dataTable thead th.dt-head-justify div.dt-column-footer, table.dataTable thead td.dt-head-justify div.dt-column-header, table.dataTable thead td.dt-head-justify div.dt-column-footer, table.dataTable tfoot th.dt-head-justify div.dt-column-header, table.dataTable tfoot th.dt-head-justify div.dt-column-footer, table.dataTable tfoot td.dt-head-justify div.dt-column-header, table.dataTable tfoot td.dt-head-justify div.dt-column-footer {
            flex-direction: row
        }

    table.dataTable thead th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap, table.dataTable tfoot th.dt-head-nowrap, table.dataTable tfoot td.dt-head-nowrap {
        white-space: nowrap
    }

table.dataTable tbody th.dt-body-left, table.dataTable tbody td.dt-body-left {
    text-align: left
}

table.dataTable tbody th.dt-body-center, table.dataTable tbody td.dt-body-center {
    text-align: center
}

table.dataTable tbody th.dt-body-right, table.dataTable tbody td.dt-body-right {
    text-align: right
}

table.dataTable tbody th.dt-body-justify, table.dataTable tbody td.dt-body-justify {
    text-align: justify
}

table.dataTable tbody th.dt-body-nowrap, table.dataTable tbody td.dt-body-nowrap {
    white-space: nowrap
}

:root {
    --dt-row-hover-alpha: 0.035;
    --dt-row-stripe-alpha: 0.023;
    --dt-column-ordering-alpha: 0.019;
    --dt-row-selected-stripe-alpha: 0.923;
    --dt-row-selected-column-ordering-alpha: 0.919
}

table.dataTable {
    width: 100%;
    margin: 0 auto;
    border-spacing: 0
}

    table.dataTable thead th, table.dataTable tfoot th {
        font-weight: bold
    }

    table.dataTable > thead > tr > th, table.dataTable > thead > tr > td {
        padding: 10px;
        border-bottom: 1px solid rgba(0,0,0,0.3)
    }

        table.dataTable > thead > tr > th:active, table.dataTable > thead > tr > td:active {
            outline: none
        }

    table.dataTable > tfoot > tr > th, table.dataTable > tfoot > tr > td {
        border-top: 1px solid rgba(0,0,0,0.3);
        padding: 10px 10px 6px 10px
    }

    table.dataTable > tbody > tr {
        background-color: transparent
    }

        table.dataTable > tbody > tr:first-child > * {
            border-top: none
        }

        table.dataTable > tbody > tr:last-child > * {
            border-bottom: none
        }

        table.dataTable > tbody > tr.selected > * {
            box-shadow: inset 0 0 0 9999px rgba(13,110,253,0.9);
            box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected),0.9);
            color: rgb(255,255,255);
            color: rgb(var(--dt-row-selected-text))
        }

        table.dataTable > tbody > tr.selected a {
            color: rgb(228,228,228);
            color: rgb(var(--dt-row-selected-link))
        }

        table.dataTable > tbody > tr > th, table.dataTable > tbody > tr > td {
            padding: 8px 10px
        }

    table.dataTable.row-border > tbody > tr > *, table.dataTable.display > tbody > tr > * {
        border-top: 1px solid rgba(0,0,0,0.15)
    }

    table.dataTable.row-border > tbody > tr:first-child > *, table.dataTable.display > tbody > tr:first-child > * {
        border-top: none
    }

    table.dataTable.row-border > tbody > tr.selected + tr.selected > td, table.dataTable.display > tbody > tr.selected + tr.selected > td {
        border-top-color: rgba(13,110,253,0.65);
        border-top-color: rgba(var(--dt-row-selected),0.65)
    }

    table.dataTable.cell-border > tbody > tr > * {
        border-top: 1px solid rgba(0,0,0,0.15);
        border-right: 1px solid rgba(0,0,0,0.15)
    }

        table.dataTable.cell-border > tbody > tr > *:first-child {
            border-left: 1px solid rgba(0,0,0,0.15)
        }

    table.dataTable.cell-border > tbody > tr:first-child > * {
        border-top: 1px solid rgba(0,0,0,0.3)
    }

    table.dataTable.stripe > tbody > tr:nth-child(odd) > *, table.dataTable.display > tbody > tr:nth-child(odd) > * {
        box-shadow: inset 0 0 0 9999px rgba(0,0,0,0.023);
        box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe),var(--dt-row-stripe-alpha))
    }

    table.dataTable.stripe > tbody > tr:nth-child(odd).selected > *, table.dataTable.display > tbody > tr:nth-child(odd).selected > * {
        box-shadow: inset 0 0 0 9999px rgba(13,110,253,0.923);
        box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected),var(--dt-row-selected-stripe-alpha))
    }

    table.dataTable.hover > tbody > tr:hover > *, table.dataTable.display > tbody > tr:hover > * {
        box-shadow: inset 0 0 0 9999px rgba(0,0,0,0.035);
        box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover),var(--dt-row-hover-alpha))
    }

    table.dataTable.hover > tbody > tr.selected:hover > *, table.dataTable.display > tbody > tr.selected:hover > * {
        box-shadow: inset 0 0 0 9999px #0d6efd !important;
        box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected),1) !important
    }

    table.dataTable.order-column > tbody tr > .sorting_1, table.dataTable.order-column > tbody tr > .sorting_2, table.dataTable.order-column > tbody tr > .sorting_3, table.dataTable.display > tbody tr > .sorting_1, table.dataTable.display > tbody tr > .sorting_2, table.dataTable.display > tbody tr > .sorting_3 {
        box-shadow: inset 0 0 0 9999px rgba(0,0,0,0.019);
        box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering),var(--dt-column-ordering-alpha))
    }

    table.dataTable.order-column > tbody tr.selected > .sorting_1, table.dataTable.order-column > tbody tr.selected > .sorting_2, table.dataTable.order-column > tbody tr.selected > .sorting_3, table.dataTable.display > tbody tr.selected > .sorting_1, table.dataTable.display > tbody tr.selected > .sorting_2, table.dataTable.display > tbody tr.selected > .sorting_3 {
        box-shadow: inset 0 0 0 9999px rgba(13,110,253,0.919);
        box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected),var(--dt-row-selected-column-ordering-alpha))
    }

    table.dataTable.display > tbody > tr:nth-child(odd) > .sorting_1, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd) > .sorting_1 {
        box-shadow: inset 0 0 0 9999px rgba(0,0,0,0.054);
        box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering),calc(var(--dt-row-stripe-alpha) + var(--dt-column-ordering-alpha)))
    }

    table.dataTable.display > tbody > tr:nth-child(odd) > .sorting_2, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd) > .sorting_2 {
        box-shadow: inset 0 0 0 9999px rgba(0,0,0,0.047);
        box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering),calc(var(--dt-row-stripe-alpha) + var(--dt-column-ordering-alpha) - 0.007))
    }

    table.dataTable.display > tbody > tr:nth-child(odd) > .sorting_3, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd) > .sorting_3 {
        box-shadow: inset 0 0 0 9999px rgba(0,0,0,0.039);
        box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering),calc(var(--dt-row-stripe-alpha) + var(--dt-column-ordering-alpha) - 0.015))
    }

    table.dataTable.display > tbody > tr:nth-child(odd).selected > .sorting_1, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd).selected > .sorting_1 {
        box-shadow: inset 0 0 0 9999px rgba(13,110,253,0.954);
        box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected),calc(var(--dt-row-selected-stripe-alpha) + var(--dt-column-ordering-alpha)))
    }

    table.dataTable.display > tbody > tr:nth-child(odd).selected > .sorting_2, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd).selected > .sorting_2 {
        box-shadow: inset 0 0 0 9999px rgba(13,110,253,0.947);
        box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected),calc(var(--dt-row-selected-stripe-alpha) + var(--dt-column-ordering-alpha) - 0.007))
    }

    table.dataTable.display > tbody > tr:nth-child(odd).selected > .sorting_3, table.dataTable.order-column.stripe > tbody > tr:nth-child(odd).selected > .sorting_3 {
        box-shadow: inset 0 0 0 9999px rgba(13,110,253,0.939);
        box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected),calc(var(--dt-row-selected-stripe-alpha) + var(--dt-column-ordering-alpha) - 0.015))
    }

    table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
        box-shadow: inset 0 0 0 9999px rgba(0,0,0,0.082);
        box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover),calc(var(--dt-row-stripe-alpha) + var(--dt-column-ordering-alpha) + var(--dt-row-hover-alpha)))
    }

    table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
        box-shadow: inset 0 0 0 9999px rgba(0,0,0,0.074);
        box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover),calc(var(--dt-row-stripe-alpha) + var(--dt-column-ordering-alpha) + var(--dt-row-hover-alpha) - 0.007))
    }

    table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
        box-shadow: inset 0 0 0 9999px rgba(0,0,0,0.062);
        box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover),calc(var(--dt-row-stripe-alpha) + var(--dt-column-ordering-alpha) + var(--dt-row-hover-alpha) - 0.015))
    }

    table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
        box-shadow: inset 0 0 0 9999px rgba(13,110,253,0.982);
        box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected),calc(var(--dt-row-selected-stripe-alpha) + var(--dt-column-ordering-alpha)))
    }

    table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
        box-shadow: inset 0 0 0 9999px rgba(13,110,253,0.974);
        box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected),calc(var(--dt-row-selected-stripe-alpha) + var(--dt-column-ordering-alpha) + var(--dt-row-hover-alpha) - 0.007))
    }

    table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
        box-shadow: inset 0 0 0 9999px rgba(13,110,253,0.962);
        box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected),calc(var(--dt-row-selected-stripe-alpha) + var(--dt-column-ordering-alpha) + var(--dt-row-hover-alpha) - 0.015))
    }

    table.dataTable.compact thead th, table.dataTable.compact thead td, table.dataTable.compact tfoot th, table.dataTable.compact tfoot td, table.dataTable.compact tbody th, table.dataTable.compact tbody td {
        padding: 4px
    }

div.dt-container div.dt-layout-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: .75em 0
}

    div.dt-container div.dt-layout-row div.dt-layout-cell {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

        div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-start {
            justify-content: flex-start;
            margin-right: auto
        }

        div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-end {
            justify-content: flex-end;
            margin-left: auto
        }

        div.dt-container div.dt-layout-row div.dt-layout-cell:empty {
            display: none
        }

@media screen and (max-width:767px) {
    div.dt-container div.dt-layout-row:not(.dt-layout-table) {
        display: block
    }

        div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell {
            display: block;
            text-align: center
        }

            div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell > * {
                margin: .5em 0
            }

            div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell.dt-layout-start {
                margin-right: 0
            }

            div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell.dt-layout-end {
                margin-left: 0
            }
}

div.dt-container div.dt-layout-start > *:not(:last-child) {
    margin-right: 1em
}

div.dt-container div.dt-layout-end > *:not(:first-child) {
    margin-left: 1em
}

div.dt-container div.dt-layout-full {
    width: 100%
}

    div.dt-container div.dt-layout-full > *:only-child {
        margin-left: auto;
        margin-right: auto
    }

div.dt-container div.dt-layout-table > div {
    display: block !important
}

@media screen and (max-width:767px) {
    div.dt-container div.dt-layout-start > *:not(:last-child) {
        margin-right: 0
    }

    div.dt-container div.dt-layout-end > *:not(:first-child) {
        margin-left: 0
    }
}

div.dt-container {
    position: relative;
    clear: both
}

    div.dt-container .dt-search input {
        border: 1px solid #aaa;
        border-radius: 3px;
        padding: 5px;
        background-color: transparent;
        color: inherit;
        margin-left: 3px
    }

    div.dt-container .dt-input {
        border: 1px solid #aaa;
        border-radius: 3px;
        padding: 5px;
        background-color: transparent;
        color: inherit
    }

    div.dt-container select.dt-input {
        padding: 4px
    }

    div.dt-container .dt-paging .dt-paging-button {
        box-sizing: border-box;
        display: inline-block;
        min-width: 1.5em;
        padding: .5em 1em;
        margin-left: 2px;
        text-align: center;
        text-decoration: none !important;
        cursor: pointer;
        color: inherit !important;
        border: 1px solid transparent;
        border-radius: 2px;
        background: transparent
    }

        div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
            color: inherit !important;
            border: 1px solid rgba(0,0,0,0.3);
            background-color: rgba(0,0,0,0.05);
            background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(229.5,229.5,229.5,0.05)),color-stop(100%,rgba(0,0,0,0.05)));
            background: -webkit-linear-gradient(top,rgba(229.5,229.5,229.5,0.05) 0%,rgba(0,0,0,0.05) 100%);
            background: -moz-linear-gradient(top,rgba(229.5,229.5,229.5,0.05) 0%,rgba(0,0,0,0.05) 100%);
            background: -ms-linear-gradient(top,rgba(229.5,229.5,229.5,0.05) 0%,rgba(0,0,0,0.05) 100%);
            background: -o-linear-gradient(top,rgba(229.5,229.5,229.5,0.05) 0%,rgba(0,0,0,0.05) 100%);
            background: linear-gradient(to bottom,rgba(229.5,229.5,229.5,0.05) 0%,rgba(0,0,0,0.05) 100%)
        }

        div.dt-container .dt-paging .dt-paging-button.disabled, div.dt-container .dt-paging .dt-paging-button.disabled:hover, div.dt-container .dt-paging .dt-paging-button.disabled:active {
            cursor: default;
            color: rgba(0,0,0,0.5) !important;
            border: 1px solid transparent;
            background: transparent;
            box-shadow: none
        }

        div.dt-container .dt-paging .dt-paging-button:hover {
            color: white !important;
            border: 1px solid #111;
            background-color: #111;
            background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgb(88.4,88.4,88.4)),color-stop(100%,#111));
            background: -webkit-linear-gradient(top,rgb(88.4,88.4,88.4) 0%,#111 100%);
            background: -moz-linear-gradient(top,rgb(88.4,88.4,88.4) 0%,#111 100%);
            background: -ms-linear-gradient(top,rgb(88.4,88.4,88.4) 0%,#111 100%);
            background: -o-linear-gradient(top,rgb(88.4,88.4,88.4) 0%,#111 100%);
            background: linear-gradient(to bottom,rgb(88.4,88.4,88.4) 0%,#111 100%)
        }

        div.dt-container .dt-paging .dt-paging-button:active {
            outline: none;
            background-color: rgb(11.9,11.9,11.9);
            background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgb(42.5,42.5,42.5)),color-stop(100%,rgb(11.9,11.9,11.9)));
            background: -webkit-linear-gradient(top,rgb(42.5,42.5,42.5) 0%,rgb(11.9,11.9,11.9) 100%);
            background: -moz-linear-gradient(top,rgb(42.5,42.5,42.5) 0%,rgb(11.9,11.9,11.9) 100%);
            background: -ms-linear-gradient(top,rgb(42.5,42.5,42.5) 0%,rgb(11.9,11.9,11.9) 100%);
            background: -o-linear-gradient(top,rgb(42.5,42.5,42.5) 0%,rgb(11.9,11.9,11.9) 100%);
            background: linear-gradient(to bottom,rgb(42.5,42.5,42.5) 0%,rgb(11.9,11.9,11.9) 100%);
            box-shadow: inset 0 0 3px #111
        }

    div.dt-container .dt-paging .ellipsis {
        padding: 0 1em
    }

    div.dt-container .dt-length, div.dt-container .dt-search, div.dt-container .dt-info, div.dt-container .dt-processing, div.dt-container .dt-paging {
        color: inherit
    }

    div.dt-container .dataTables_scroll {
        clear: both
    }

        div.dt-container .dataTables_scroll div.dt-scroll-body {
            -webkit-overflow-scrolling: touch
        }

            div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > th, div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > td, div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > th, div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > td {
                vertical-align: middle
            }

                div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > th > div.dataTables_sizing, div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > td > div.dataTables_sizing, div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > th > div.dataTables_sizing, div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > td > div.dataTables_sizing {
                    height: 0;
                    overflow: hidden;
                    margin: 0 !important;
                    padding: 0 !important
                }

    div.dt-container.dt-empty-footer tbody > tr:last-child > * {
        border-bottom: 1px solid rgba(0,0,0,0.3)
    }

    div.dt-container.dt-empty-footer .dt-scroll-body {
        border-bottom: 1px solid rgba(0,0,0,0.3)
    }

        div.dt-container.dt-empty-footer .dt-scroll-body tbody > tr:last-child > * {
            border-bottom: none
        }

html.dark {
    --dt-row-hover: 255,255,255;
    --dt-row-stripe: 255,255,255;
    --dt-column-ordering: 255,255,255
}

    html.dark table.dataTable > thead > tr > th, html.dark table.dataTable > thead > tr > td {
        border-bottom: 1px solid rgb(89,91,94)
    }

        html.dark table.dataTable > thead > tr > th:active, html.dark table.dataTable > thead > tr > td:active {
            outline: none
        }

    html.dark table.dataTable > tfoot > tr > th, html.dark table.dataTable > tfoot > tr > td {
        border-top: 1px solid rgb(89,91,94)
    }

    html.dark table.dataTable.row-border > tbody > tr > *, html.dark table.dataTable.display > tbody > tr > * {
        border-top: 1px solid rgb(64,67,70)
    }

    html.dark table.dataTable.row-border > tbody > tr:first-child > *, html.dark table.dataTable.display > tbody > tr:first-child > * {
        border-top: none
    }

    html.dark table.dataTable.row-border > tbody > tr.selected + tr.selected > td, html.dark table.dataTable.display > tbody > tr.selected + tr.selected > td {
        border-top-color: rgba(13,110,253,0.65);
        border-top-color: rgba(var(--dt-row-selected),0.65)
    }

    html.dark table.dataTable.cell-border > tbody > tr > th, html.dark table.dataTable.cell-border > tbody > tr > td {
        border-top: 1px solid rgb(64,67,70);
        border-right: 1px solid rgb(64,67,70)
    }

        html.dark table.dataTable.cell-border > tbody > tr > th:first-child, html.dark table.dataTable.cell-border > tbody > tr > td:first-child {
            border-left: 1px solid rgb(64,67,70)
        }

    html.dark .dt-container.dt-empty-footer table.dataTable {
        border-bottom: 1px solid rgb(89,91,94)
    }

    html.dark .dt-container .dt-search input, html.dark .dt-container .dt-length select {
        border: 1px solid rgba(255,255,255,0.2);
        background-color: var(--dt-html-background)
    }

    html.dark .dt-container .dt-paging .dt-paging-button.current, html.dark .dt-container .dt-paging .dt-paging-button.current:hover {
        border: 1px solid rgb(89,91,94);
        background: rgba(255,255,255,0.15)
    }

    html.dark .dt-container .dt-paging .dt-paging-button.disabled, html.dark .dt-container .dt-paging .dt-paging-button.disabled:hover, html.dark .dt-container .dt-paging .dt-paging-button.disabled:active {
        color: #666 !important
    }

    html.dark .dt-container .dt-paging .dt-paging-button:hover {
        border: 1px solid rgb(53,53,53);
        background: rgb(53,53,53)
    }

    html.dark .dt-container .dt-paging .dt-paging-button:active {
        background: rgb(58.1,58.1,58.1)
    }

*[dir=rtl] table.dataTable thead th, *[dir=rtl] table.dataTable thead td, *[dir=rtl] table.dataTable tfoot th, *[dir=rtl] table.dataTable tfoot td {
    text-align: right
}

*[dir=rtl] table.dataTable th.dt-type-numeric, *[dir=rtl] table.dataTable th.dt-type-date, *[dir=rtl] table.dataTable td.dt-type-numeric, *[dir=rtl] table.dataTable td.dt-type-date {
    text-align: left
}

*[dir=rtl] div.dt-container div.dt-layout-cell.dt-start {
    text-align: right
}

*[dir=rtl] div.dt-container div.dt-layout-cell.dt-end {
    text-align: left
}

*[dir=rtl] div.dt-container div.dt-search input {
    margin: 0 3px 0 0
}

.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity,filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

    .hamburger:hover {
        opacity: 0.7;
    }

    .hamburger.is-active:hover {
        opacity: 0.7;
    }

    .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
        background-color: #000;
    }

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        width: 40px;
        height: 4px;
        background-color: #000;
        border-radius: 4px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
    }

        .hamburger-inner::before, .hamburger-inner::after {
            content: "";
            display: block;
        }

        .hamburger-inner::before {
            top: -10px;
        }

        .hamburger-inner::after {
            bottom: -10px;
        }

.hamburger--3dx .hamburger-box {
    perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645,0.045,0.355,1),background-color 0s 0.1s cubic-bezier(0.645,0.045,0.355,1);
}

    .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
        transition: transform 0s 0.1s cubic-bezier(0.645,0.045,0.355,1);
    }

.hamburger--3dx.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateY(180deg);
}

    .hamburger--3dx.is-active .hamburger-inner::before {
        transform: translate3d(0,10px,0) rotate(45deg);
    }

    .hamburger--3dx.is-active .hamburger-inner::after {
        transform: translate3d(0,-10px,0) rotate(-45deg);
    }

.hamburger--3dx-r .hamburger-box {
    perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645,0.045,0.355,1),background-color 0s 0.1s cubic-bezier(0.645,0.045,0.355,1);
}

    .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
        transition: transform 0s 0.1s cubic-bezier(0.645,0.045,0.355,1);
    }

.hamburger--3dx-r.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateY(-180deg);
}

    .hamburger--3dx-r.is-active .hamburger-inner::before {
        transform: translate3d(0,10px,0) rotate(45deg);
    }

    .hamburger--3dx-r.is-active .hamburger-inner::after {
        transform: translate3d(0,-10px,0) rotate(-45deg);
    }

.hamburger--3dy .hamburger-box {
    perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645,0.045,0.355,1),background-color 0s 0.1s cubic-bezier(0.645,0.045,0.355,1);
}

    .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
        transition: transform 0s 0.1s cubic-bezier(0.645,0.045,0.355,1);
    }

.hamburger--3dy.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(-180deg);
}

    .hamburger--3dy.is-active .hamburger-inner::before {
        transform: translate3d(0,10px,0) rotate(45deg);
    }

    .hamburger--3dy.is-active .hamburger-inner::after {
        transform: translate3d(0,-10px,0) rotate(-45deg);
    }

.hamburger--3dy-r .hamburger-box {
    perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645,0.045,0.355,1),background-color 0s 0.1s cubic-bezier(0.645,0.045,0.355,1);
}

    .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
        transition: transform 0s 0.1s cubic-bezier(0.645,0.045,0.355,1);
    }

.hamburger--3dy-r.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(180deg);
}

    .hamburger--3dy-r.is-active .hamburger-inner::before {
        transform: translate3d(0,10px,0) rotate(45deg);
    }

    .hamburger--3dy-r.is-active .hamburger-inner::after {
        transform: translate3d(0,-10px,0) rotate(-45deg);
    }

.hamburger--3dxy .hamburger-box {
    perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645,0.045,0.355,1),background-color 0s 0.1s cubic-bezier(0.645,0.045,0.355,1);
}

    .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
        transition: transform 0s 0.1s cubic-bezier(0.645,0.045,0.355,1);
    }

.hamburger--3dxy.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(180deg) rotateY(180deg);
}

    .hamburger--3dxy.is-active .hamburger-inner::before {
        transform: translate3d(0,10px,0) rotate(45deg);
    }

    .hamburger--3dxy.is-active .hamburger-inner::after {
        transform: translate3d(0,-10px,0) rotate(-45deg);
    }

.hamburger--3dxy-r .hamburger-box {
    perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645,0.045,0.355,1),background-color 0s 0.1s cubic-bezier(0.645,0.045,0.355,1);
}

    .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
        transition: transform 0s 0.1s cubic-bezier(0.645,0.045,0.355,1);
    }

.hamburger--3dxy-r.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

    .hamburger--3dxy-r.is-active .hamburger-inner::before {
        transform: translate3d(0,10px,0) rotate(45deg);
    }

    .hamburger--3dxy-r.is-active .hamburger-inner::after {
        transform: translate3d(0,-10px,0) rotate(-45deg);
    }

.hamburger--arrow.is-active .hamburger-inner::before {
    transform: translate3d(-8px,0,0) rotate(-45deg) scale(0.7,1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
    transform: translate3d(-8px,0,0) rotate(45deg) scale(0.7,1);
}

.hamburger--arrow-r.is-active .hamburger-inner::before {
    transform: translate3d(8px,0,0) rotate(45deg) scale(0.7,1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
    transform: translate3d(8px,0,0) rotate(-45deg) scale(0.7,1);
}

.hamburger--arrowalt .hamburger-inner::before {
    transition: top 0.1s 0.1s ease,transform 0.1s cubic-bezier(0.165,0.84,0.44,1);
}

.hamburger--arrowalt .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease,transform 0.1s cubic-bezier(0.165,0.84,0.44,1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
    top: 0;
    transform: translate3d(-8px,-10px,0) rotate(-45deg) scale(0.7,1);
    transition: top 0.1s ease,transform 0.1s 0.1s cubic-bezier(0.895,0.03,0.685,0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
    bottom: 0;
    transform: translate3d(-8px,10px,0) rotate(45deg) scale(0.7,1);
    transition: bottom 0.1s ease,transform 0.1s 0.1s cubic-bezier(0.895,0.03,0.685,0.22);
}

.hamburger--arrowalt-r .hamburger-inner::before {
    transition: top 0.1s 0.1s ease,transform 0.1s cubic-bezier(0.165,0.84,0.44,1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease,transform 0.1s cubic-bezier(0.165,0.84,0.44,1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
    top: 0;
    transform: translate3d(8px,-10px,0) rotate(45deg) scale(0.7,1);
    transition: top 0.1s ease,transform 0.1s 0.1s cubic-bezier(0.895,0.03,0.685,0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: translate3d(8px,10px,0) rotate(-45deg) scale(0.7,1);
    transition: bottom 0.1s ease,transform 0.1s 0.1s cubic-bezier(0.895,0.03,0.685,0.22);
}

.hamburger--arrowturn.is-active .hamburger-inner {
    transform: rotate(-180deg);
}

    .hamburger--arrowturn.is-active .hamburger-inner::before {
        transform: translate3d(8px,0,0) rotate(45deg) scale(0.7,1);
    }

    .hamburger--arrowturn.is-active .hamburger-inner::after {
        transform: translate3d(8px,0,0) rotate(-45deg) scale(0.7,1);
    }

.hamburger--arrowturn-r.is-active .hamburger-inner {
    transform: rotate(-180deg);
}

    .hamburger--arrowturn-r.is-active .hamburger-inner::before {
        transform: translate3d(-8px,0,0) rotate(-45deg) scale(0.7,1);
    }

    .hamburger--arrowturn-r.is-active .hamburger-inner::after {
        transform: translate3d(-8px,0,0) rotate(45deg) scale(0.7,1);
    }

.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
    transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
    transform: rotate(45deg);
}

    .hamburger--boring.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
    }

    .hamburger--boring.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(-90deg);
    }

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
}

    .hamburger--collapse .hamburger-inner::after {
        top: -20px;
        transition: top 0.2s 0.2s cubic-bezier(0.33333,0.66667,0.66667,1),opacity 0.1s linear;
    }

    .hamburger--collapse .hamburger-inner::before {
        transition: top 0.12s 0.2s cubic-bezier(0.33333,0.66667,0.66667,1),transform 0.13s cubic-bezier(0.55,0.055,0.675,0.19);
    }

.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0,-10px,0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215,0.61,0.355,1);
}

    .hamburger--collapse.is-active .hamburger-inner::after {
        top: 0;
        opacity: 0;
        transition: top 0.2s cubic-bezier(0.33333,0,0.66667,0.33333),opacity 0.1s 0.22s linear;
    }

    .hamburger--collapse.is-active .hamburger-inner::before {
        top: 0;
        transform: rotate(-90deg);
        transition: top 0.1s 0.16s cubic-bezier(0.33333,0,0.66667,0.33333),transform 0.13s 0.25s cubic-bezier(0.215,0.61,0.355,1);
    }

.hamburger--collapse-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
}

    .hamburger--collapse-r .hamburger-inner::after {
        top: -20px;
        transition: top 0.2s 0.2s cubic-bezier(0.33333,0.66667,0.66667,1),opacity 0.1s linear;
    }

    .hamburger--collapse-r .hamburger-inner::before {
        transition: top 0.12s 0.2s cubic-bezier(0.33333,0.66667,0.66667,1),transform 0.13s cubic-bezier(0.55,0.055,0.675,0.19);
    }

.hamburger--collapse-r.is-active .hamburger-inner {
    transform: translate3d(0,-10px,0) rotate(45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215,0.61,0.355,1);
}

    .hamburger--collapse-r.is-active .hamburger-inner::after {
        top: 0;
        opacity: 0;
        transition: top 0.2s cubic-bezier(0.33333,0,0.66667,0.33333),opacity 0.1s 0.22s linear;
    }

    .hamburger--collapse-r.is-active .hamburger-inner::before {
        top: 0;
        transform: rotate(90deg);
        transition: top 0.1s 0.16s cubic-bezier(0.33333,0,0.66667,0.33333),transform 0.13s 0.25s cubic-bezier(0.215,0.61,0.355,1);
    }

.hamburger--elastic .hamburger-inner {
    top: 2px;
    transition-duration: 0.275s;
    transition-timing-function: cubic-bezier(0.68,-0.55,0.265,1.55);
}

    .hamburger--elastic .hamburger-inner::before {
        top: 10px;
        transition: opacity 0.125s 0.275s ease;
    }

    .hamburger--elastic .hamburger-inner::after {
        top: 20px;
        transition: transform 0.275s cubic-bezier(0.68,-0.55,0.265,1.55);
    }

.hamburger--elastic.is-active .hamburger-inner {
    transform: translate3d(0,10px,0) rotate(135deg);
    transition-delay: 0.075s;
}

    .hamburger--elastic.is-active .hamburger-inner::before {
        transition-delay: 0s;
        opacity: 0;
    }

    .hamburger--elastic.is-active .hamburger-inner::after {
        transform: translate3d(0,-20px,0) rotate(-270deg);
        transition-delay: 0.075s;
    }

.hamburger--elastic-r .hamburger-inner {
    top: 2px;
    transition-duration: 0.275s;
    transition-timing-function: cubic-bezier(0.68,-0.55,0.265,1.55);
}

    .hamburger--elastic-r .hamburger-inner::before {
        top: 10px;
        transition: opacity 0.125s 0.275s ease;
    }

    .hamburger--elastic-r .hamburger-inner::after {
        top: 20px;
        transition: transform 0.275s cubic-bezier(0.68,-0.55,0.265,1.55);
    }

.hamburger--elastic-r.is-active .hamburger-inner {
    transform: translate3d(0,10px,0) rotate(-135deg);
    transition-delay: 0.075s;
}

    .hamburger--elastic-r.is-active .hamburger-inner::before {
        transition-delay: 0s;
        opacity: 0;
    }

    .hamburger--elastic-r.is-active .hamburger-inner::after {
        transform: translate3d(0,-20px,0) rotate(270deg);
        transition-delay: 0.075s;
    }

.hamburger--emphatic {
    overflow: hidden;
}

    .hamburger--emphatic .hamburger-inner {
        transition: background-color 0.125s 0.175s ease-in;
    }

        .hamburger--emphatic .hamburger-inner::before {
            left: 0;
            transition: transform 0.125s cubic-bezier(0.6,0.04,0.98,0.335),top 0.05s 0.125s linear,left 0.125s 0.175s ease-in;
        }

        .hamburger--emphatic .hamburger-inner::after {
            top: 10px;
            right: 0;
            transition: transform 0.125s cubic-bezier(0.6,0.04,0.98,0.335),top 0.05s 0.125s linear,right 0.125s 0.175s ease-in;
        }

    .hamburger--emphatic.is-active .hamburger-inner {
        transition-delay: 0s;
        transition-timing-function: ease-out;
        background-color: transparent !important;
    }

        .hamburger--emphatic.is-active .hamburger-inner::before {
            left: -80px;
            top: -80px;
            transform: translate3d(80px,80px,0) rotate(45deg);
            transition: left 0.125s ease-out,top 0.05s 0.125s linear,transform 0.125s 0.175s cubic-bezier(0.075,0.82,0.165,1);
        }

        .hamburger--emphatic.is-active .hamburger-inner::after {
            right: -80px;
            top: -80px;
            transform: translate3d(-80px,80px,0) rotate(-45deg);
            transition: right 0.125s ease-out,top 0.05s 0.125s linear,transform 0.125s 0.175s cubic-bezier(0.075,0.82,0.165,1);
        }

.hamburger--emphatic-r {
    overflow: hidden;
}

    .hamburger--emphatic-r .hamburger-inner {
        transition: background-color 0.125s 0.175s ease-in;
    }

        .hamburger--emphatic-r .hamburger-inner::before {
            left: 0;
            transition: transform 0.125s cubic-bezier(0.6,0.04,0.98,0.335),top 0.05s 0.125s linear,left 0.125s 0.175s ease-in;
        }

        .hamburger--emphatic-r .hamburger-inner::after {
            top: 10px;
            right: 0;
            transition: transform 0.125s cubic-bezier(0.6,0.04,0.98,0.335),top 0.05s 0.125s linear,right 0.125s 0.175s ease-in;
        }

    .hamburger--emphatic-r.is-active .hamburger-inner {
        transition-delay: 0s;
        transition-timing-function: ease-out;
        background-color: transparent !important;
    }

        .hamburger--emphatic-r.is-active .hamburger-inner::before {
            left: -80px;
            top: 80px;
            transform: translate3d(80px,-80px,0) rotate(-45deg);
            transition: left 0.125s ease-out,top 0.05s 0.125s linear,transform 0.125s 0.175s cubic-bezier(0.075,0.82,0.165,1);
        }

        .hamburger--emphatic-r.is-active .hamburger-inner::after {
            right: -80px;
            top: 80px;
            transform: translate3d(-80px,-80px,0) rotate(45deg);
            transition: right 0.125s ease-out,top 0.05s 0.125s linear,transform 0.125s 0.175s cubic-bezier(0.075,0.82,0.165,1);
        }

.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
    transition: bottom 0.08s 0s ease-out,top 0.08s 0s ease-out,opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
    opacity: 0;
    transition: bottom 0.08s ease-out,top 0.08s ease-out,opacity 0s 0.08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
    top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
    bottom: 0;
}

.hamburger--slider .hamburger-inner {
    top: 2px;
}

    .hamburger--slider .hamburger-inner::before {
        top: 10px;
        transition-property: transform,opacity;
        transition-timing-function: ease;
        transition-duration: 0.15s;
    }

    .hamburger--slider .hamburger-inner::after {
        top: 20px;
    }

.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0,10px,0) rotate(45deg);
}

    .hamburger--slider.is-active .hamburger-inner::before {
        transform: rotate(-45deg) translate3d(-5.71429px,-6px,0);
        opacity: 0;
    }

    .hamburger--slider.is-active .hamburger-inner::after {
        transform: translate3d(0,-20px,0) rotate(-90deg);
    }

.hamburger--slider-r .hamburger-inner {
    top: 2px;
}

    .hamburger--slider-r .hamburger-inner::before {
        top: 10px;
        transition-property: transform,opacity;
        transition-timing-function: ease;
        transition-duration: 0.15s;
    }

    .hamburger--slider-r .hamburger-inner::after {
        top: 20px;
    }

.hamburger--slider-r.is-active .hamburger-inner {
    transform: translate3d(0,10px,0) rotate(-45deg);
}

    .hamburger--slider-r.is-active .hamburger-inner::before {
        transform: rotate(45deg) translate3d(5.71429px,-6px,0);
        opacity: 0;
    }

    .hamburger--slider-r.is-active .hamburger-inner::after {
        transform: translate3d(0,-20px,0) rotate(90deg);
    }

.hamburger--spin .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
}

    .hamburger--spin .hamburger-inner::before {
        transition: top 0.1s 0.25s ease-in,opacity 0.1s ease-in;
    }

    .hamburger--spin .hamburger-inner::after {
        transition: bottom 0.1s 0.25s ease-in,transform 0.22s cubic-bezier(0.55,0.055,0.675,0.19);
    }

.hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215,0.61,0.355,1);
}

    .hamburger--spin.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
        transition: top 0.1s ease-out,opacity 0.1s 0.12s ease-out;
    }

    .hamburger--spin.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(-90deg);
        transition: bottom 0.1s ease-out,transform 0.22s 0.12s cubic-bezier(0.215,0.61,0.355,1);
    }

.hamburger--spin-r .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
}

    .hamburger--spin-r .hamburger-inner::before {
        transition: top 0.1s 0.25s ease-in,opacity 0.1s ease-in;
    }

    .hamburger--spin-r .hamburger-inner::after {
        transition: bottom 0.1s 0.25s ease-in,transform 0.22s cubic-bezier(0.55,0.055,0.675,0.19);
    }

.hamburger--spin-r.is-active .hamburger-inner {
    transform: rotate(-225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215,0.61,0.355,1);
}

    .hamburger--spin-r.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
        transition: top 0.1s ease-out,opacity 0.1s 0.12s ease-out;
    }

    .hamburger--spin-r.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(90deg);
        transition: bottom 0.1s ease-out,transform 0.22s 0.12s cubic-bezier(0.215,0.61,0.355,1);
    }

.hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s 0.13s linear;
}

    .hamburger--spring .hamburger-inner::before {
        top: 10px;
        transition: top 0.1s 0.2s cubic-bezier(0.33333,0.66667,0.66667,1),transform 0.13s cubic-bezier(0.55,0.055,0.675,0.19);
    }

    .hamburger--spring .hamburger-inner::after {
        top: 20px;
        transition: top 0.2s 0.2s cubic-bezier(0.33333,0.66667,0.66667,1),transform 0.13s cubic-bezier(0.55,0.055,0.675,0.19);
    }

.hamburger--spring.is-active .hamburger-inner {
    transition-delay: 0.22s;
    background-color: transparent !important;
}

    .hamburger--spring.is-active .hamburger-inner::before {
        top: 0;
        transition: top 0.1s 0.15s cubic-bezier(0.33333,0,0.66667,0.33333),transform 0.13s 0.22s cubic-bezier(0.215,0.61,0.355,1);
        transform: translate3d(0,10px,0) rotate(45deg);
    }

    .hamburger--spring.is-active .hamburger-inner::after {
        top: 0;
        transition: top 0.2s cubic-bezier(0.33333,0,0.66667,0.33333),transform 0.13s 0.22s cubic-bezier(0.215,0.61,0.355,1);
        transform: translate3d(0,10px,0) rotate(-45deg);
    }

.hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
}

    .hamburger--spring-r .hamburger-inner::after {
        top: -20px;
        transition: top 0.2s 0.2s cubic-bezier(0.33333,0.66667,0.66667,1),opacity 0s linear;
    }

    .hamburger--spring-r .hamburger-inner::before {
        transition: top 0.1s 0.2s cubic-bezier(0.33333,0.66667,0.66667,1),transform 0.13s cubic-bezier(0.55,0.055,0.675,0.19);
    }

.hamburger--spring-r.is-active .hamburger-inner {
    transform: translate3d(0,-10px,0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215,0.61,0.355,1);
}

    .hamburger--spring-r.is-active .hamburger-inner::after {
        top: 0;
        opacity: 0;
        transition: top 0.2s cubic-bezier(0.33333,0,0.66667,0.33333),opacity 0s 0.22s linear;
    }

    .hamburger--spring-r.is-active .hamburger-inner::before {
        top: 0;
        transform: rotate(90deg);
        transition: top 0.1s 0.15s cubic-bezier(0.33333,0,0.66667,0.33333),transform 0.13s 0.22s cubic-bezier(0.215,0.61,0.355,1);
    }

.hamburger--stand .hamburger-inner {
    transition: transform 0.075s 0.15s cubic-bezier(0.55,0.055,0.675,0.19),background-color 0s 0.075s linear;
}

    .hamburger--stand .hamburger-inner::before {
        transition: top 0.075s 0.075s ease-in,transform 0.075s 0s cubic-bezier(0.55,0.055,0.675,0.19);
    }

    .hamburger--stand .hamburger-inner::after {
        transition: bottom 0.075s 0.075s ease-in,transform 0.075s 0s cubic-bezier(0.55,0.055,0.675,0.19);
    }

.hamburger--stand.is-active .hamburger-inner {
    transform: rotate(90deg);
    background-color: transparent !important;
    transition: transform 0.075s 0s cubic-bezier(0.215,0.61,0.355,1),background-color 0s 0.15s linear;
}

    .hamburger--stand.is-active .hamburger-inner::before {
        top: 0;
        transform: rotate(-45deg);
        transition: top 0.075s 0.1s ease-out,transform 0.075s 0.15s cubic-bezier(0.215,0.61,0.355,1);
    }

    .hamburger--stand.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(45deg);
        transition: bottom 0.075s 0.1s ease-out,transform 0.075s 0.15s cubic-bezier(0.215,0.61,0.355,1);
    }

.hamburger--stand-r .hamburger-inner {
    transition: transform 0.075s 0.15s cubic-bezier(0.55,0.055,0.675,0.19),background-color 0s 0.075s linear;
}

    .hamburger--stand-r .hamburger-inner::before {
        transition: top 0.075s 0.075s ease-in,transform 0.075s 0s cubic-bezier(0.55,0.055,0.675,0.19);
    }

    .hamburger--stand-r .hamburger-inner::after {
        transition: bottom 0.075s 0.075s ease-in,transform 0.075s 0s cubic-bezier(0.55,0.055,0.675,0.19);
    }

.hamburger--stand-r.is-active .hamburger-inner {
    transform: rotate(-90deg);
    background-color: transparent !important;
    transition: transform 0.075s 0s cubic-bezier(0.215,0.61,0.355,1),background-color 0s 0.15s linear;
}

    .hamburger--stand-r.is-active .hamburger-inner::before {
        top: 0;
        transform: rotate(-45deg);
        transition: top 0.075s 0.1s ease-out,transform 0.075s 0.15s cubic-bezier(0.215,0.61,0.355,1);
    }

    .hamburger--stand-r.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(45deg);
        transition: bottom 0.075s 0.1s ease-out,transform 0.075s 0.15s cubic-bezier(0.215,0.61,0.355,1);
    }

.hamburger--squeeze .hamburger-inner {
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
}

    .hamburger--squeeze .hamburger-inner::before {
        transition: top 0.075s 0.12s ease,opacity 0.075s ease;
    }

    .hamburger--squeeze .hamburger-inner::after {
        transition: bottom 0.075s 0.12s ease,transform 0.075s cubic-bezier(0.55,0.055,0.675,0.19);
    }

.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215,0.61,0.355,1);
}

    .hamburger--squeeze.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
        transition: top 0.075s ease,opacity 0.075s 0.12s ease;
    }

    .hamburger--squeeze.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(-90deg);
        transition: bottom 0.075s ease,transform 0.075s 0.12s cubic-bezier(0.215,0.61,0.355,1);
    }

.hamburger--vortex .hamburger-inner {
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.19,1,0.22,1);
}

    .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
        transition-duration: 0s;
        transition-delay: 0.1s;
        transition-timing-function: linear;
    }

    .hamburger--vortex .hamburger-inner::before {
        transition-property: top,opacity;
    }

    .hamburger--vortex .hamburger-inner::after {
        transition-property: bottom,transform;
    }

.hamburger--vortex.is-active .hamburger-inner {
    transform: rotate(765deg);
    transition-timing-function: cubic-bezier(0.19,1,0.22,1);
}

    .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
        transition-delay: 0s;
    }

    .hamburger--vortex.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
    }

    .hamburger--vortex.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(90deg);
    }

.hamburger--vortex-r .hamburger-inner {
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.19,1,0.22,1);
}

    .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
        transition-duration: 0s;
        transition-delay: 0.1s;
        transition-timing-function: linear;
    }

    .hamburger--vortex-r .hamburger-inner::before {
        transition-property: top,opacity;
    }

    .hamburger--vortex-r .hamburger-inner::after {
        transition-property: bottom,transform;
    }

.hamburger--vortex-r.is-active .hamburger-inner {
    transform: rotate(-765deg);
    transition-timing-function: cubic-bezier(0.19,1,0.22,1);
}

    .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
        transition-delay: 0s;
    }

    .hamburger--vortex-r.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
    }

    .hamburger--vortex-r.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(-90deg);
    }

.todo, [data-big-pipe-placeholder-id] {
    background: #db0677 !important;
    color: white !important;
    font-size: 3rem !important;
    border: 10px dashed yellow !important;
    padding: 1rem !important;
}

.non-templatable {
    background: #db0677;
    border-radius: 5px;
    color: white;
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5rem;
    padding: 0.5rem 1rem;
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 3;
}

    .non-templatable::before {
        transition: all 0.2s ease-in-out;
        color: #00bec0;
        font-family: "Material Icons Outlined",sans-serif;
        font-feature-settings: "liga";
        font-size: 2rem;
        font-weight: 400;
        line-height: 2rem;
        width: 2rem;
        height: 2rem;
        color: #fff;
        content: "info";
        font-size: 2rem;
        margin-right: 0.5rem;
    }

html, body {
    background: #f9f9f9;
    color: #1a1a1a;
    background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3csvg%20version='1.1'%20id='Layer_1'%20x='0px'%20y='0px'%20width='100%25'%20viewBox='0%200%20811%20656'%20enable-background='new%200%200%20811%20656'%20xml:space='preserve'%20sodipodi:docname='background2.svg'%20inkscape:version='1.2.2%20(b0a8486541,%202022-12-01)'%20xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape'%20xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:svg='http://www.w3.org/2000/svg'%3e%3cdefs%20id='defs78'%3e%3clinearGradient%20id='SVGID_1_'%20gradientUnits='userSpaceOnUse'%20x1='-277.49509'%20y1='329.15231'%20x2='-277.49509'%20y2='329.15231'%20gradientTransform='matrix(-44.5117,-4.8072,-4.8072,44.5117,-10754.426,-15968.452)'%3e%3cstop%20offset='0'%20style='stop-color:%23FFC013'%20id='stop565'%20/%3e%3cstop%20offset='0.1593'%20style='stop-color:%23FFC013'%20id='stop567'%20/%3e%3cstop%20offset='0.3087'%20style='stop-color:%23C5B33E'%20id='stop569'%20/%3e%3cstop%20offset='0.494'%20style='stop-color:%2384A56F'%20id='stop571'%20/%3e%3cstop%20offset='0.6627'%20style='stop-color:%23509995'%20id='stop573'%20/%3e%3cstop%20offset='0.8085'%20style='stop-color:%232B91B1'%20id='stop575'%20/%3e%3cstop%20offset='0.9258'%20style='stop-color:%23148CC2'%20id='stop577'%20/%3e%3cstop%20offset='1'%20style='stop-color:%230C8AC8'%20id='stop579'%20/%3e%3c/linearGradient%3e%3clinearGradient%20id='SVGID_00000160151735423277814110000007522070033717250993_'%20gradientUnits='userSpaceOnUse'%20x1='147.14861'%20y1='18.136101'%20x2='124.0178'%20y2='18.136101'%20gradientTransform='translate(-123.40879,-5.2799607)'%3e%3cstop%20offset='0'%20style='stop-color:%23FFC116'%20id='stop584'%20/%3e%3cstop%20offset='0.1577'%20style='stop-color:%23D0B738'%20id='stop586'%20/%3e%3cstop%20offset='0.4681'%20style='stop-color:%2378A578'%20id='stop588'%20/%3e%3cstop%20offset='0.7216'%20style='stop-color:%233797A7'%20id='stop590'%20/%3e%3cstop%20offset='0.9051'%20style='stop-color:%230F8FC4'%20id='stop592'%20/%3e%3cstop%20offset='1'%20style='stop-color:%23008CCF'%20id='stop594'%20/%3e%3c/linearGradient%3e%3clinearGradient%20id='SVGID_00000026162582557052975340000008004021552119012489_'%20gradientUnits='userSpaceOnUse'%20x1='152.6048'%20y1='20.0208'%20x2='152.6048'%20y2='33.521198'%20gradientTransform='translate(-123.40879,-5.2799607)'%3e%3cstop%20offset='0'%20style='stop-color:%23FFC116'%20id='stop599'%20/%3e%3cstop%20offset='0.5343'%20style='stop-color:%23EC6C20'%20id='stop601'%20/%3e%3cstop%20offset='1'%20style='stop-color:%23DA1F2A'%20id='stop603'%20/%3e%3c/linearGradient%3e%3clinearGradient%20id='SVGID_00000163042211649719782520000011203064506557679010_'%20gradientUnits='userSpaceOnUse'%20x1='158.20081'%20y1='18.072701'%20x2='172.8853'%20y2='18.072701'%20gradientTransform='translate(-123.40879,-5.2799607)'%3e%3cstop%20offset='0'%20style='stop-color:%23FFC116'%20id='stop608'%20/%3e%3cstop%20offset='0.127'%20style='stop-color:%23EBC51E'%20id='stop610'%20/%3e%3cstop%20offset='0.3235'%20style='stop-color:%23D2CB29'%20id='stop612'%20/%3e%3cstop%20offset='0.529'%20style='stop-color:%23C0CF30'%20id='stop614'%20/%3e%3cstop%20offset='0.7473'%20style='stop-color:%23B5D135'%20id='stop616'%20/%3e%3cstop%20offset='1'%20style='stop-color:%23B2D236'%20id='stop618'%20/%3e%3c/linearGradient%3e%3clinearGradient%20id='SVGID_00000034771990912484550380000008085854301585370014_'%20gradientUnits='userSpaceOnUse'%20x1='152.60229'%20y1='13.8099'%20x2='152.60229'%20y2='7.6848998'%20gradientTransform='translate(-123.40879,-5.2799607)'%3e%3cstop%20offset='0'%20style='stop-color:%23FFC116'%20id='stop623'%20/%3e%3cstop%20offset='1'%20style='stop-color:%23F68E1E'%20id='stop625'%20/%3e%3c/linearGradient%3e%3c/defs%3e%3csodipodi:namedview%20id='namedview76'%20pagecolor='%23505050'%20bordercolor='%23ffffff'%20borderopacity='1'%20inkscape:showpageshadow='0'%20inkscape:pageopacity='0'%20inkscape:pagecheckerboard='1'%20inkscape:deskcolor='%23505050'%20showgrid='false'%20inkscape:zoom='0.3597561'%20inkscape:cx='-147.32203'%20inkscape:cy='343.28813'%20inkscape:window-width='1849'%20inkscape:window-height='1043'%20inkscape:window-x='0'%20inkscape:window-y='0'%20inkscape:window-maximized='1'%20inkscape:current-layer='layer1'%20showguides='true'%3e%3csodipodi:guide%20position='1356.4746,656'%20orientation='0,-1'%20id='guide7840'%20inkscape:locked='false'%20/%3e%3csodipodi:guide%20position='808.88135,264.0678'%20orientation='1,0'%20id='guide7842'%20inkscape:locked='false'%20/%3e%3c/sodipodi:namedview%3e%3cpath%20fill='%23efefef'%20opacity='1'%20stroke='none'%20d='m%20586,657%20c%20-28.68756,0%20-57.37512,0%20-86.22192,-0.37213%20-3.50586,-0.79035%20-6.87632,-1.07202%20-10.19504,-1.65027%20-14.96213,-2.60712%20-29.94211,-5.12915%20-44.8552,-7.9964%20-26.73281,-5.13977%20-52.38263,-13.73401%20-77.19354,-24.87451%20-27.6813,-12.42914%20-53.36819,-28.17297%20-76.03274,-48.32684%20-15.22312,-13.53681%20-29.30011,-28.40442%20-40.4457,-45.63013%20-10.20598,-15.77362%20-18.69879,-32.41669%20-24.10708,-50.55313%20-4.34523,-14.57151%20-7.26676,-29.30957%20-6.93,-44.56592%200.24446,-11.07632%20-0.33319,-22.2966%201.28,-33.18234%201.69994,-11.47132%205.56722,-22.62143%208.36318,-33.43103%20-6.29749,-0.43662%20-13.38021,-0.78238%20-20.43271,-1.44815%20-12.99016,-1.22635%20-26.06256,-2.02872%20-38.91735,-4.1297%20-16.53106,-2.70178%20-33.08419,-5.74637%20-49.25476,-10.04624%20C%20103.77363,346.19736%2086.504639,340.98554%2070.000298,334.17435%2052.530144,326.9646%2037.261635,315.82806%2024.212412,301.8186%2014.124206,290.98801%206.727137,278.80707%202.925906,264.46579%202.76276,263.85028%201.663295,263.48294%201.000001,263%201,251.31244%201,239.62488%201.333034,227.77124%20c%200.695658,-0.50783%201.29587,-0.79593%201.386863,-1.19897%204.827926,-21.38418%2016.375484,-39.14341%2030.570203,-55.24408%2011.075344,-12.56244%2024.227764,-22.89318%2038.02581,-32.37778%2019.688866,-13.53388%2040.79025,-24.42894%2062.83231,-33.51582%2021.52051,-8.871853%2043.55999,-16.34126%2066.29708,-21.306393%2018.28155,-3.992173%2036.744,-7.339951%2055.26759,-9.982155%2015.04388,-2.145859%2030.2868,-2.970093%2045.46381,-4.072876%206.13348,-0.445671%2012.32843,0.0084%2018.49047,-0.144859%201.18747,-0.02953%202.81861,-0.652924%203.45426,-1.557839%205.72775,-8.154411%2010.57562,-17.043369%2017.06329,-24.517498%207.80246,-8.988758%2016.12448,-17.980022%2025.75931,-24.796667%20C%20375.49786,12.296991%20386.97266,8.258111%20397.56836,2.95304%20398.21054,2.63151%20398.53024,1.665915%20399,1%20c%2094.68756,0%20189.37512,0%20284.22583,0.312897%203.14343,1.767438%206.07501,3.333589%209.11206,4.657965%2016.61304,7.244502%2032.17157,16.211458%2045.58154,28.512453%207.82947,7.181957%2013.97266,15.697517%2018.58844,25.33329%200.67157,1.401905%202.68958,2.979866%204.15668,3.054279%20C%20777.76837,63.73843%20794.88599,64.333122%20812,65%20c%200,20.687561%200,41.37512%20-0.44794,62.53171%20-3.69207,0.13556%20-6.9303,-0.40329%20-10.18139,-0.49792%20-20.60181,-0.59972%20-41.13288,0.18848%20-61.43268,4.0341%20-4.50983,0.85434%20-9.2002,1.89437%20-13.19959,4.00216%20-4.52008,2.38217%20-8.11419,6.46654%20-12.53003,9.11084%20-17.47534,10.46456%20-35.10974,20.6635%20-52.69561,30.94301%20-6.45069,3.77065%20-12.93036,7.4917%20-19.25092,11.15088%2017.39465,9.30127%2034.49182,18.79689%2051.90772,27.66658%2021.73071,11.06718%2043.40051,22.35597%2065.71142,32.14819%2016.40064,7.19822%2033.98566,11.2657%2052.11902,11.91045%200,99.35422%200,198.70847%20-0.26837,298.23389%20-9.03406,8.14825%20-17.25055,16.85888%20-26.6947,23.92981%20-14.0138,10.49206%20-28.32318,20.83911%20-43.53406,29.42877%20-28.47577,16.08044%20-58.99561,27.49157%20-90.85059,35.0589%20-10.49835,2.49389%20-21.12689,4.52221%20-31.77624,6.2749%20-10.25287,1.68744%20-20.61444,2.70898%20-30.91034,4.15094%20C%20587.23505,655.1795%20586.65179,656.33447%20586,657%20m%2052.53345,-355.97443%20c%20-3.84088,-2.33917%20-7.65461,-4.72442%20-11.5271,-7.0101%20-26.48725,-15.63382%20-52.97437,-31.26806%20-79.52893,-46.78685%20-1.0376,-0.60638%20-3.11097,-0.58955%20-4.10907,0.0548%20-21.22559,13.70404%20-42.37583,27.52508%20-63.51956,41.35571%20-11.69916,7.65265%20-23.43647,15.25101%20-35.00992,23.09033%20-7.33966,4.97159%20-14.84076,9.84525%20-21.50833,15.63877%20-12.85123,11.16653%20-20.32087,25.63137%20-24.22828,42.17202%20-3.50958,14.85645%20-3.23287,29.6695%202.22358,43.67075%205.53299,14.19775%2014.06665,26.6666%2025.97869,36.87369%208.92945,7.65133%2018.12217,14.90939%2028.68876,19.68765%2012.35995,5.58926%2025.24816,10.2941%2038.3056,13.96603%2010.21835,2.87348%2021.00726,4.65518%2031.60809,5.02017%2017.57398,0.60495%2035.16437,0.76862%2052.72321,-2.53942%2016.39581,-3.08893%2032.24579,-7.51389%2047.1831,-14.71161%2019.09662,-9.20194%2036.10883,-21.41388%2048.20441,-39.19608%208.15045,-11.98242%2014.32715,-25.0198%2013.90375,-40.03378%20-0.23041,-8.17047%20-1.14893,-16.32919%20-1.9491,-24.47437%20-1.604,-16.32885%20-5.42474,-32.0458%20-13.97589,-46.24997%20-1.7627,-2.92791%20-4.01904,-6.17807%20-6.88641,-7.70492%20-8.46332,-4.50662%20-17.34699,-8.22388%20-26.5766,-12.82285%20M%20164.48363,229.97975%20c%205.30378,4.68584%2010.11281,10.14453%2016.00259,13.91499%2018.93507,12.12171%2040.54593,15.74265%2062.41521,16.88779%2015.18851,0.79532%2030.49713,-0.16702%2045.72677,-0.88278%2010.09839,-0.47461%2020.18402,-1.66153%2030.2125,-3.00067%205.20041,-0.69443%2010.79321,-1.42311%2015.30121,-3.83357%2024.05697,-12.86333%2047.78668,-26.33692%2071.71405,-39.44529%2011.85522,-6.49479%2023.89172,-12.65875%2035.68466,-18.88705%20-11.43225,-7.27625%20-22.83035,-14.18054%20-33.86072,-21.62946%20-18.75815,-12.66752%20-36.2865,-27.20289%20-57.93088,-35.26471%20-10.7605,-4.00796%20-21.45456,-8.44911%20-32.94253,-8.64013%20-12.48258,-0.20755%20-24.99423,1.07725%20-37.48712,1.81495%20-15.08661,0.89084%20-29.67073,4.44161%20-43.97239,9.04863%20-24.52632,7.90078%20-47.5767,18.28891%20-65.70657,37.6588%20-12.57083,13.43062%20-18.22624,35.36409%20-5.15678,52.2585%20M%20449.035,91.532852%20c%207.73362,3.379936%2015.59922,6.490479%2023.1709,10.200828%2012.39853,6.07565%2024.61533,12.52308%2036.89102,18.84817%2010.43525,5.37679%2020.98194,10.56154%2031.1858,16.34872%203.1734,1.79981%205.42425,1.45917%208.17242,-0.008%2022.26196,-11.88376%2044.66522,-23.51241%2066.72418,-35.76131%206.86249,-3.810585%2013.55341,-8.558517%2018.98071,-14.174369%20C%20641.82861,79.05201%20645.47485,65%20637.22107,54.324265%20629.44293,44.263748%20619.06866,38.415691%20608.00244,34.25729%20581.92322,24.457363%20554.80646,21.229771%20526.90033,23.84712%20c%20-14.25824,1.337296%20-28.15527,3.496714%20-41.78174,8.038708%20-13.39358,4.464369%20-25.86667,10.222368%20-35.3855,20.963938%20-4.79233,5.407928%20-7.19668,12.268635%20-6.4823,19.228763%200.65772,6.408081%203.39868,12.602341%205.78421,19.454323%20z'%20id='path57'%20style='display:none'%20sodipodi:insensitive='true'%20/%3e%3cg%20inkscape:groupmode='layer'%20id='layer1'%20inkscape:label='Layer%201'%20style='display:inline'%3e%3cg%20id='g3779'%20transform='matrix(18.665853,0,0,18.665853,1.2317319,-18.087387)'%3e%3cpath%20class='st1'%20d='m%2015.051215,16.650039%20v%200'%20id='path582'%20style='fill:url(%23SVGID_1_)'%20/%3e%3cpath%20style='fill:%23efefef;fill-opacity:1'%20d='m%2019.871215,8.9900393%20c%200.57,0.34%201.99,1.2499997%203.87,2.3399997%20l%205.73,0.37%20-0.28,-3.1099997%20v%200%20c%20-1.59,-0.83%20-3.03,-1.57%20-4.1,-2.07%20-0.09,-0.04%20-0.19,-0.09%20-0.29,-0.13%20l%20-0.15,-0.09%20c%20-1.09,-0.43%20-2.02,-0.7%20-2.75,-0.89%200,0%20-0.02,-0.01%20-0.05,-0.01%20-1.48,-0.34%20-3.07,-0.51%20-4.75,-0.51%20-6.47,0%20-13.5200001,2.65%20-16.1000001,6.4999997%20-1.99999995,2.98%20-0.94999995,5.96%202.67,7.8%200,0%200.01,0.01%200.03,0.02%201.88,0.94%204.37,1.53%207.3000001,1.61%200.66,-1.14%201.96,-2.98%203.98,-4.13%20l%200.08,-0.05%20c%200.45,-0.39%201.93,-1.63%203.56,-2.58%20l%20-0.01,0.01%20c%20-0.15,0.09%20-0.29,0.17%20-0.44,0.26%20l%20-0.18,0.08%20c%20-1.38,0.56%20-2.93,0.87%20-4.45,0.87%20-3.8500001,0%20-6.0900001,-1.82%20-5.0900001,-3.88%200.92,-1.8699997%204.5500001,-3.2699997%207.5000001,-3.2699997%200.57,0%200.34,-0.01%201.06,0.03%200.73,0.04%201.78,0.31%202.38,0.59%200.18,0.07%200.48,0.24%200.48,0.24%20z'%20id='path597'%20/%3e%3cpath%20style='fill:%23efefef;fill-opacity:1'%20d='m%2021.631215,19.950039%20c%200.24,-0.58%200.94,-1.43%201.81,-2.01%200.22,-0.15%200.45,-0.29%200.68,-0.42%200,0%203.57,-2.16%205,-3.02%20l%200.2,-3.34%20-5.57,0.17%200.02,0.01%20c%20-1.92,0.98%20-3.77,1.95%20-5.14,2.72%20-1.63,0.95%20-3.11,2.19%20-3.56,2.58%20l%20-0.07,0.06%20c%20-1.27,1.22%20-2.22,2.59%20-2.77,4.07%20v%200%20c%20-0.04,0.11%20-0.08,0.22%20-0.12,0.33%20-0.3,0.92%20-0.45,1.84%20-0.45,2.76%200.02,6.4%207.11,12.26%2017.55,12.26%207.91,0%2014.08,-3.49%2016.47,-8.08%200.01,-0.03%200.02,-0.03%200.02,-0.03%201.05,-2.04%201.31,-4.25%200.72,-6.42%20-1.75,-0.18%20-4.75,-0.64%20-6.93,-1.78%20l%20-0.21,-0.11%20c%20-0.57,-0.16%20-2.33,-0.69%20-4.47,-1.81%20l%200.08,0.04%200.17,0.12%200.07,0.05%20c%201.07,0.85%201.76,1.89%201.93,3%200.48,3.14%20-3.02,5.99%20-7.86,5.99%20-4.84,0%20-8.35,-2.85%20-7.88,-5.99%200,0.01%200.05,-0.55%200.31,-1.15%20z'%20id='path606'%20/%3e%3cpath%20style='fill:%23efefef;fill-opacity:1'%20d='m%2040.421215,7.1400393%20-0.05,0.04%20c%20-0.27,0.38%20-0.77,0.94%20-1.66,1.63%20l%200.21,-0.1%20c%200.81,-0.33%201.91,-0.63%203.35,-0.63%203.25,0%206.58,1.4%207.49,3.2599997%201,2.05%20-1.24,3.86%20-5.08,3.86%20-0.69,0%20-1.52,-0.01%20-2.38,-0.21%20-0.86,-0.19%20-2.07,-0.64%20-2.91,-1.05%20-0.84,-0.41%20-2.58,-1.32%20-4.23,-2.17%20-0.25,-0.13%20-0.51,-0.27%20-0.76,-0.4%20l%20-5.5,-0.3%200.21,3.42%200.01,-0.01%20c%200.18,0.1%200.44,0.26%200.76,0.45%201.61,0.99%203.05,1.87%204.11,2.5%200.26,0.15%200.53,0.3%200.81,0.45%202.14,1.12%203.9,1.65%204.47,1.81%20v%200%20c%202.33,0.68%204.76,1.02%207.17,1.03%209.37,0.02%2013.89,-4.65%2010.78,-9.37%20-1.72,-2.6099997%20-5.44,-4.6499997%20-9.52,-5.6899997%20l%200.11,0.02%20c%20-1.94,-0.5%20-4.04,-0.8%20-6.14,-0.84%200.01,0.55%20-0.14,1.55%20-1.18,2.25%20z'%20id='path621'%20/%3e%3cpath%20style='fill:%23efefef;fill-opacity:1'%20d='m%2034.371215,11.360039%20c%201.62,-0.93%202.97,-1.7099997%203.82,-2.2199997%200.17,-0.11%200.34,-0.21%200.5,-0.33%20l%200.02,-0.01%20c%200.95,-0.73%201.45,-1.32%201.71,-1.7%200.46,-0.74%200.59,-1.49%200.39,-2.23%20l%20-0.04,-0.15%20-0.04,-0.11%20c%20-1.02,-2.72%20-6.15,-4.62000001%20-11.67,-4.610000013408%20-3.59,0%20-6.93,0.780000003408%20-9.12,2.040000013408%20-0.04,0.02%20-0.13,0.07%20-0.17,0.1%20-1.11,0.67%20-1.92,1.47%20-2.29,2.37%201.14,0.08%203.12,0.31%204.36,0.9%200.73,0.18%201.72,0.47%202.8,0.9%20-0.57,-0.41%20-1.04,-0.95%20-0.94,-1.59%200.2,-1.33%202.61,-2.35%205.39,-2.35%202.77,0%205.18,1.01%205.38,2.35%200.03,0.2%20-0.01,0.38%20-0.06,0.56%20-0.12,0.39%20-0.35,0.79%20-0.92,1.09%20-0.13,0.07%20-0.22,0.12%20-0.33,0.17%20-0.61,0.29%20-2.1,1.07%20-3.97,2.05%20l%20-0.32,2.8899997%205.54,-0.1%20z'%20id='path628'%20/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 30%;
    scroll-behavior: smooth;
}

@keyframes animateGlow {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 200% 50%;
    }
}

.page-wrapper {
    margin-bottom: 2rem;
}

@media (min-width:576px) {
    .page-wrapper {
        margin-bottom: 0;
    }
}

.page-shade {
    overflow: hidden;
    position: relative;
    height: 3rem;
    z-index: 0;
}

    .page-shade .liner {
        position: absolute;
        top: -24px;
        left: 0;
        box-shadow: 0px 5px 15px rgba(0,0,0,0.15);
        width: 100%;
    }

@media (min-width:1366px) {
    .container {
        max-width: 1280px;
    }
}

@media (min-width:1366px) {
    .container.ultra-wide {
        max-width: 1900px;
    }
}

.node-landing h2, .node-landing .webform-consultation legend, .webform-consultation .node-landing legend, .node-landing .webform-consultation form label, .node-landing .webform-consultation form .publications-filter .years p, .publications-filter .years .node-landing .webform-consultation form p, .webform-consultation form .node-landing label, .webform-consultation form .node-landing .publications-filter .years p, .publications-filter .years .webform-consultation form .node-landing p, .node-landing form .webform-consultation label, .node-landing form .webform-consultation .publications-filter .years p, .publications-filter .years .node-landing form .webform-consultation p, form .webform-consultation .node-landing label, form .webform-consultation .node-landing .publications-filter .years p, .publications-filter .years form .webform-consultation .node-landing p, .node-landing .webform-consultation form .articles-filter .years p, .webform-consultation form .articles-filter .years .node-landing p, .node-landing form .articles-filter .years .webform-consultation p, form .articles-filter .years .webform-consultation .node-landing p, .node-landing .webform-consultation .articles-filter .years form p, .webform-consultation .articles-filter .years form .node-landing p, .node-landing .articles-filter .years form .webform-consultation p, .articles-filter .years form .webform-consultation .node-landing p, .node-landing .field--label-above .field__label, .field--label-above .node-landing .field__label {
    margin-top: 25px;
}

.misc-label {
    color: #1a1a1a;
}

article a, .page-title__description a, .home-ctas a, .js-form-type-processed-text a, .licence-discovery a {
    background-image: linear-gradient(120deg,#00bec0 0%,#00bec0 100%);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 0.2em;
    padding-bottom: 2px;
    text-decoration: none;
    transition: background-size 220ms ease-in;
}

    article a:hover, article a:focus, .page-title__description a:hover, .page-title__description a:focus, .home-ctas a:hover, .home-ctas a:focus, .js-form-type-processed-text a:hover, .js-form-type-processed-text a:focus, .licence-discovery a:hover, .licence-discovery a:focus {
        color: #1a1a1a;
        background-size: 100% 100%;
    }

.two-col-responsive h2, .two-col-responsive .webform-consultation legend, .webform-consultation .two-col-responsive legend, .two-col-responsive .webform-consultation form label, .two-col-responsive .webform-consultation form .publications-filter .years p, .publications-filter .years .two-col-responsive .webform-consultation form p, .webform-consultation form .two-col-responsive label, .webform-consultation form .two-col-responsive .publications-filter .years p, .publications-filter .years .webform-consultation form .two-col-responsive p, .two-col-responsive form .webform-consultation label, .two-col-responsive form .webform-consultation .publications-filter .years p, .publications-filter .years .two-col-responsive form .webform-consultation p, form .webform-consultation .two-col-responsive label, form .webform-consultation .two-col-responsive .publications-filter .years p, .publications-filter .years form .webform-consultation .two-col-responsive p, .two-col-responsive .webform-consultation form .articles-filter .years p, .webform-consultation form .articles-filter .years .two-col-responsive p, .two-col-responsive form .articles-filter .years .webform-consultation p, form .articles-filter .years .webform-consultation .two-col-responsive p, .two-col-responsive .webform-consultation .articles-filter .years form p, .webform-consultation .articles-filter .years form .two-col-responsive p, .two-col-responsive .articles-filter .years form .webform-consultation p, .articles-filter .years form .webform-consultation .two-col-responsive p, .two-col-responsive .field--label-above .field__label, .field--label-above .two-col-responsive .field__label {
    margin-bottom: 5px;
}

.two-col-responsive img {
    max-width: none;
}

.two-col-responsive tbody {
    border: none;
}

    .two-col-responsive tbody tr:nth-child(even) td {
        background: transparent;
    }

.two-col-responsive td {
    border: none;
}

@media (min-width:992px) {
    .two-col-responsive td {
        display: table-cell;
        vertical-align: top;
        padding-bottom: 40px;
    }
}

.two-col-responsive td:first-child {
    padding-left: 0;
}

.two-col-responsive td p {
    display: block;
}

.two-col-responsive figure {
    margin-bottom: 0;
}

.two-col-responsive figcaption {
    font-family: "Montserrat",sans-serif;
    font-size: 18px;
    font-weight: bold;
}

body:not(.homepage) #main-content .btn, body:not(.homepage) #main-content .publications-filter .years ul li a.active-year, .publications-filter .years ul li body:not(.homepage) #main-content a.active-year, body:not(.homepage) #main-content .publications-filter .years ul li a:not(.active-year), .publications-filter .years ul li body:not(.homepage) #main-content a:not(.active-year), body:not(.homepage) #main-content .socials a, .socials body:not(.homepage) #main-content a, body:not(.homepage) #main-content .button, body:not(.homepage) #main-content .licence-search [type=submit], .licence-search body:not(.homepage) #main-content [type=submit], body:not(.homepage) #main-content .field--name-field-cons-update-link a, .field--name-field-cons-update-link body:not(.homepage) #main-content a, body:not(.homepage) #main-content #block-views-block-cons-overview-browse .field--name-node-link a, #block-views-block-cons-overview-browse .field--name-node-link body:not(.homepage) #main-content a, body:not(.homepage) #main-content .articles-filter .years ul li a.active-year, .articles-filter .years ul li body:not(.homepage) #main-content a.active-year, body:not(.homepage) #main-content .articles-filter .years ul li a:not(.active-year), .articles-filter .years ul li body:not(.homepage) #main-content a:not(.active-year) {
    margin-bottom: 15px;
    margin-right: 15px;
}

.container__content {
    padding-bottom: 2rem;
}

@media (min-width:992px) {
    .node-page .row #main-content {
        padding-left: 90px;
    }
}

.webform-container-type-details {
    border-bottom: 1px solid #bae3e1;
    margin-bottom: 40px;
}

    .webform-container-type-details:last-child {
        border: none;
    }

    .webform-container-type-details summary {
        margin-bottom: 10px;
    }

.webform-submission-template-decision-tree-form .webform-progress {
    display: none;
}

.webform-submission-template-decision-tree-form .webform-actions {
    margin-top: 40px;
}

@media (min-width:768px) {
    .webform-submission-template-decision-tree-form .decisions-summary {
        display: flex;
    }
}

.webform-submission-template-decision-tree-form .decisions-summary .js-form-wrapper {
    flex-basis: 70%;
    padding-right: 90px;
}

.webform-submission-template-decision-tree-form .decisions-summary .acma-theme-wizard-preview {
    flex-basis: 30%;
    padding-right: 0;
}

    .webform-submission-template-decision-tree-form .decisions-summary .acma-theme-wizard-preview .webform-container-type-details {
        border-bottom: 0;
        font-weight: bold;
        margin-bottom: 0;
    }

    .webform-submission-template-decision-tree-form .decisions-summary .acma-theme-wizard-preview .webform-element {
        margin-bottom: 10px;
    }

    .webform-submission-template-decision-tree-form .decisions-summary .acma-theme-wizard-preview label, .webform-submission-template-decision-tree-form .decisions-summary .acma-theme-wizard-preview .publications-filter .years p, .publications-filter .years .webform-submission-template-decision-tree-form .decisions-summary .acma-theme-wizard-preview p, .webform-submission-template-decision-tree-form .decisions-summary .acma-theme-wizard-preview .articles-filter .years p, .articles-filter .years .webform-submission-template-decision-tree-form .decisions-summary .acma-theme-wizard-preview p {
        display: block;
        font-weight: 300;
        margin-bottom: 0;
    }

    .webform-submission-template-decision-tree-form .decisions-summary .acma-theme-wizard-preview:before {
        content: "Your answers";
        display: block;
        font-family: "Montserrat",sans-serif;
        font-weight: bold;
        margin-bottom: 10px;
    }

.js-form-type-webform-markup {
    margin-bottom: 40px;
}

form::after {
    clear: both;
    content: "";
    display: block;
}

form legend, form label, form .publications-filter .years p, .publications-filter .years form p, form .articles-filter .years p, .articles-filter .years form p {
    font-family: "Montserrat",sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: normal;
}

form label, form .publications-filter .years p, .publications-filter .years form p, form .articles-filter .years p, .articles-filter .years form p {
    margin-bottom: 15px;
}

.text-count-message, .description {
    font-size: 14px;
    font-weight: normal;
}

#edit-cancel-submit, #edit-cancel-submit--2 {
    display: none;
}

.js-form-type-checkbox, .js-form-type-radio {
    margin-bottom: 8px;
}

    .js-form-type-checkbox .option, .js-form-type-radio .option {
        margin: 0;
        padding-left: 7px;
        position: relative;
        top: 1px;
        width: 93%;
    }

    .js-form-type-checkbox .description, .js-form-type-radio .description {
        padding-left: 32px;
    }

.webform-options-display-one-column {
    margin: 30px 0;
}

[type=checkbox]:checked, [type=checkbox]:not(:checked), [type=radio]:checked:not([name=control-variant]), [type=radio]:not(:checked):not([name=control-variant]) {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

    [type=checkbox]:checked + label, .publications-filter .years [type=checkbox]:checked + p, .articles-filter .years [type=checkbox]:checked + p, [type=checkbox]:not(:checked) + label, .publications-filter .years [type=checkbox]:not(:checked) + p, .articles-filter .years [type=checkbox]:not(:checked) + p, [type=radio]:checked + label, .publications-filter .years [type=radio]:checked + p, .articles-filter .years [type=radio]:checked + p, [type=radio]:not(:checked) + label, .publications-filter .years [type=radio]:not(:checked) + p, .articles-filter .years [type=radio]:not(:checked) + p {
        cursor: pointer;
        display: inline-block;
        font-family: "Montserrat",sans-serif;
        font-weight: bold;
        line-height: 27px;
        position: relative;
        padding-left: 32px;
    }

        [type=radio]:checked + label:before, .publications-filter .years [type=radio]:checked + p:before, .articles-filter .years [type=radio]:checked + p:before, [type=radio]:not(:checked) + label:before, .publications-filter .years [type=radio]:not(:checked) + p:before, .articles-filter .years [type=radio]:not(:checked) + p:before {
            background: #fff;
            border: 1px solid #949494;
            border-radius: 100%;
            content: "";
            height: 24px;
            left: 0;
            position: absolute;
            top: 0;
            width: 24px;
        }

        [type=checkbox]:checked + label:before, .publications-filter .years [type=checkbox]:checked + p:before, .articles-filter .years [type=checkbox]:checked + p:before, [type=checkbox]:not(:checked) + label:before, .publications-filter .years [type=checkbox]:not(:checked) + p:before, .articles-filter .years [type=checkbox]:not(:checked) + p:before {
            background: #fff;
            border: 1px solid #7e7e7e;
            border-radius: 4px;
            content: "";
            height: 24px;
            left: 0;
            position: absolute;
            top: 0;
            width: 24px;
        }

        [type=radio]:checked + label:after, .publications-filter .years [type=radio]:checked + p:after, .articles-filter .years [type=radio]:checked + p:after, [type=radio]:not(:checked) + label:after, .publications-filter .years [type=radio]:not(:checked) + p:after, .articles-filter .years [type=radio]:not(:checked) + p:after {
            background: #00bec0;
            border-radius: 100%;
            content: "";
            height: 8px;
            left: 8px;
            position: absolute;
            top: 8px;
            transition: all 0.2s ease;
            width: 8px;
            -webkit-transition: all 0.2s ease;
        }

        [type=checkbox]:checked + label:after, .publications-filter .years [type=checkbox]:checked + p:after, .articles-filter .years [type=checkbox]:checked + p:after, [type=checkbox]:not(:checked) + label:after, .publications-filter .years [type=checkbox]:not(:checked) + p:after, .articles-filter .years [type=checkbox]:not(:checked) + p:after {
            background: #00bec0;
            border-radius: 2px;
            content: "";
            height: 14px;
            left: 5px;
            position: absolute;
            top: 5px;
            transition: all 0.2s ease;
            width: 14px;
            -webkit-transition: all 0.2s ease;
        }

        [type=checkbox]:not(:checked) + label:after, .publications-filter .years [type=checkbox]:not(:checked) + p:after, .articles-filter .years [type=checkbox]:not(:checked) + p:after, [type=radio]:not(:checked) + label:after, .publications-filter .years [type=radio]:not(:checked) + p:after, .articles-filter .years [type=radio]:not(:checked) + p:after {
            opacity: 0;
            transform: scale(0);
            -webkit-transform: scale(0);
        }

        [type=checkbox]:checked + label:after, .publications-filter .years [type=checkbox]:checked + p:after, .articles-filter .years [type=checkbox]:checked + p:after, [type=radio]:checked + label:after, .publications-filter .years [type=radio]:checked + p:after, .articles-filter .years [type=radio]:checked + p:after {
            opacity: 1;
            transform: scale(1);
            -webkit-transform: scale(1);
        }

[type=radio]:focus + label::before, .publications-filter .years [type=radio]:focus + p::before, .articles-filter .years [type=radio]:focus + p::before, [type=checkbox]:focus + label::before, .publications-filter .years [type=checkbox]:focus + p::before, .articles-filter .years [type=checkbox]:focus + p::before {
    outline: rgb(59,153,252) auto 5px;
}

input[type=submit i] {
    border: none;
}

.ajax-progress-throbber {
    display: none;
}

.form-managed-file .ajax-progress-throbber {
    display: inline;
}

.form-managed-file .js-form-type-checkbox {
    margin-bottom: 10px;
}

.webform-consultation .form-managed-file .js-form-type-checkbox {
    margin-bottom: 8px;
}

textarea, [type=text], [type=email], [type=password], select {
    background: #ffffff;
    border: 1px solid #949494;
    border-radius: 4px;
    min-height: 48px;
    padding: 5px 8px;
    width: 100%;
}

select {
    height: 48px;
}

.js-form-type-textarea {
    margin-bottom: 40px;
}

#search-form {
    display: none;
}

@media print {
    header, .footer, .pre-footer-bar, .beta-feedback, .top-navigator-container, .menu-popout, .menu-toggle {
        display: none;
    }

    .page-nav {
        border-top: 0;
    }
}

.field--name-field-cons-issue-documentation, .embedded-entity {
    margin-bottom: 80px;
    background: #fff;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.6);
    border-radius: 4px;
    padding: 20px;
}

@media (min-width:576px) {
    .field--name-field-cons-issue-documentation, .embedded-entity {
        padding: 40px;
    }
}

.field--name-field-cons-issue-documentation .field__item, .embedded-entity .field__item {
    margin-bottom: 20px;
}

    .field--name-field-cons-issue-documentation .field__item:last-child, .embedded-entity .field__item:last-child {
        margin-bottom: 0;
    }

.embedded-entity {
    margin-bottom: 40px;
}

    .paragraph--type--consultation-documentation a, .embedded-entity a {
        align-items: center;
        background-size: 0 0;
        display: flex;
        margin-right: 0;
        padding-bottom: 0;
        background-size: 0 0;
    }

        .paragraph--type--consultation-documentation a:hover, .paragraph--type--consultation-documentation a:focus, .embedded-entity a:hover, .embedded-entity a:focus {
            background-size: 0 0;
        }

        .paragraph--type--consultation-documentation a:hover, .paragraph--type--consultation-documentation a:focus, .embedded-entity a:hover, .embedded-entity a:focus {
            font-weight: bold;
        }

    .paragraph--type--consultation-documentation .field--name-field-cons-file-title, .embedded-entity .field--name-field-cons-file-title {
        display: inline;
        margin-left: 15px;
    }

    .paragraph--type--consultation-documentation svg, .embedded-entity svg {
        display: none;
    }

    .paragraph--type--consultation-documentation .file-size, .embedded-entity .file-size {
        font-weight: 300;
    }

    .paragraph--type--consultation-documentation .file-title, .embedded-entity .file-title {
        margin-bottom: 0;
    }

    .paragraph--type--consultation-documentation .file-icon, .embedded-entity .file-icon {
        margin-right: 20px;
    }

.field--label-inline .field__label:after {
    content: ":";
}

.field--label-inline div {
    display: inline;
}

.field--label-inline .field__item {
    font-weight: normal;
}

.field--name-field-foi-date {
    margin-bottom: 20px;
}

.field--name-field-foi-end {
    margin-top: 20px;
}

.page-search .page-title {
    margin-bottom: 70px;
}

.page-search h2, .page-search .webform-consultation legend, .webform-consultation .page-search legend, .page-search .webform-consultation form label, .page-search .webform-consultation form .publications-filter .years p, .publications-filter .years .page-search .webform-consultation form p, .webform-consultation form .page-search label, .webform-consultation form .page-search .publications-filter .years p, .publications-filter .years .webform-consultation form .page-search p, .page-search form .webform-consultation label, .page-search form .webform-consultation .publications-filter .years p, .publications-filter .years .page-search form .webform-consultation p, form .webform-consultation .page-search label, form .webform-consultation .page-search .publications-filter .years p, .publications-filter .years form .webform-consultation .page-search p, .page-search .webform-consultation form .articles-filter .years p, .webform-consultation form .articles-filter .years .page-search p, .page-search form .articles-filter .years .webform-consultation p, form .articles-filter .years .webform-consultation .page-search p, .page-search .webform-consultation .articles-filter .years form p, .webform-consultation .articles-filter .years form .page-search p, .page-search .articles-filter .years form .webform-consultation p, .articles-filter .years form .webform-consultation .page-search p, .page-search .field--label-above .field__label, .field--label-above .page-search .field__label {
    margin-bottom: 40px;
}

.page-search ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .page-search ol li {
        margin-bottom: 40px;
    }

        .page-search ol li:last-child {
            margin-bottom: 80px;
        }

.node-article .page-title, .node-publication .page-title, .node-event .page-title {
    margin-bottom: 15px;
}

.node-article #main-content, .node-publication #main-content, .node-event #main-content {
    max-width: 960px;
}

.node-article .field--name-field-hero, .node-publication .field--name-field-hero, .node-event .field--name-field-hero {
    margin-bottom: 80px;
}

.node-event .field {
    margin-bottom: 40px;
}

    .node-event .field:last-child {
        margin-bottom: 0;
    }

.article__meta {
    font-weight: bold;
    margin-bottom: 40px;
}

article img {
    height: auto;
    max-width: 100%;
}

iframe {
    border: 0;
    max-width: 100%;
}

.align-left {
    margin-right: 15px;
}

.align-right {
    margin-left: 15px;
}

.align-center {
    text-align: center;
}

.contact-page-locations {
    justify-content: space-between;
    margin: 0;
}

.dataTables_wrapper {
    margin-bottom: 1rem;
}

.more-link {
    height: 0;
    position: relative;
    text-align: center;
    z-index: 1;
}

@media print {
    .more-link {
        display: none;
    }
}

.homepage .more-link a {
    top: 18px;
}

.node-landing .more-link a {
    top: 22px;
}

.storybook-info {
    position: relative;
    z-index: 2;
}

    .storybook-info::after {
        position: absolute;
        content: "";
        top: 15px;
        left: 0;
        right: 0;
        z-index: -1;
        height: 100%;
        width: 100%;
        transform: scale(0.9) translateZ(0);
        filter: blur(20px);
        background: linear-gradient(to left,#ff5770,#e4428d,#c42da8,#9e16c3,#6501de,#9e16c3,#c42da8,#e4428d,#ff5770);
        background-size: 200% 200%;
        animation: animateGlow 1.25s linear infinite;
    }

.storybook-info__content {
    border-radius: 4px;
    position: relative;
    z-index: 1;
    background: hsl(0,0%,100%);
    box-shadow: 0 0 0 1px rgba(0,0,0,0.01);
    padding: 3rem;
    margin-bottom: 3rem;
}

    .storybook-info__content h2, .storybook-info__content .webform-consultation legend, .webform-consultation .storybook-info__content legend, .storybook-info__content .webform-consultation form label, .storybook-info__content .webform-consultation form .publications-filter .years p, .publications-filter .years .storybook-info__content .webform-consultation form p, .webform-consultation form .storybook-info__content label, .webform-consultation form .storybook-info__content .publications-filter .years p, .publications-filter .years .webform-consultation form .storybook-info__content p, .storybook-info__content form .webform-consultation label, .storybook-info__content form .webform-consultation .publications-filter .years p, .publications-filter .years .storybook-info__content form .webform-consultation p, form .webform-consultation .storybook-info__content label, form .webform-consultation .storybook-info__content .publications-filter .years p, .publications-filter .years form .webform-consultation .storybook-info__content p, .storybook-info__content .webform-consultation form .articles-filter .years p, .webform-consultation form .articles-filter .years .storybook-info__content p, .storybook-info__content form .articles-filter .years .webform-consultation p, form .articles-filter .years .webform-consultation .storybook-info__content p, .storybook-info__content .webform-consultation .articles-filter .years form p, .webform-consultation .articles-filter .years form .storybook-info__content p, .storybook-info__content .articles-filter .years form .webform-consultation p, .articles-filter .years form .webform-consultation .storybook-info__content p, .storybook-info__content .field--label-above .field__label, .field--label-above .storybook-info__content .field__label {
        margin: 0 0 2rem 0;
        font-size: 2rem;
        line-height: 3rem;
    }

.colours ul {
    list-style: none;
    padding: 0;
}

    .colours ul li {
        display: flex;
    }

.colours .colour {
    width: 100%;
    padding: 1rem;
    font-weight: 600;
}

.darkblue {
    background: #1d729b;
    color: #e28d64;
}

.acma {
    background: #00bec0;
    color: #ff413f;
}

.lightblue {
    background: #65c7c2;
    color: #9a383d;
}

.lightblue2 {
    background: #bae3e1;
    color: #451c1e;
}

.lightblue3 {
    background: #ccf2f2;
    color: #330d0d;
}

.lightblue4 {
    background: #e9f9f8;
    color: #160607;
}

.black {
    background: #1a1a1a;
    color: #e5e5e5;
}

.lightblack1 {
    background: #666666;
    color: #999999;
}

.lightblack4 {
    background: #4d4d4f;
    color: #b2b2b0;
}

.darkgrey {
    background: #666;
    color: #999999;
}

.darkgrey2 {
    background: #7f7f7f;
    color: gray;
}

.grey {
    background: #999;
    color: #666666;
}

.midgrey {
    background: #999999;
    color: #666666;
}

.cream {
    background: #c9c9c9;
    color: #363636;
}

.lightgrey {
    background: #ffffff;
    color: black;
}

.lightgrey2 {
    background: #e0e0e0;
    color: #1f1f1f;
}

.lightgrey3 {
    background: #e4e4e4;
    color: #1b1b1b;
}

.lightgrey4 {
    background: #e9e9e9;
    color: #161616;
}

.lightgrey5 {
    background: #e5e5e5;
    color: #1a1a1a;
}

.midgrey {
    background: #999999;
    color: #666666;
}

.svg-inline--fa {
    display: none;
}

.spa {
    height: 98px;
}

@media (min-width:576px) {
    .spa {
        height: 40px;
    }
}

.spa .input-group-append {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: unset !important;
    flex-grow: 1;
    gap: 1rem;
    padding: 0;
    margin: 0;
}

@media (min-width:576px) {
    .spa .input-group-append {
        flex-direction: row;
    }
}

.spa .input-group-append button {
    margin: unset !important;
}

.spa .input-group-append .ml-auto {
    margin: unset !important;
}

    .spa .input-group-append .ml-auto button {
        width: 100%;
    }

html, body {
    font-family: "Open Sans",sans-serif;
    font-weight: 350;
}

h1, h2, .webform-consultation legend, .webform-consultation form label, .webform-consultation form .publications-filter .years p, .publications-filter .years .webform-consultation form p, form .webform-consultation label, form .webform-consultation .publications-filter .years p, .publications-filter .years form .webform-consultation p, .webform-consultation form .articles-filter .years p, form .articles-filter .years .webform-consultation p, .webform-consultation .articles-filter .years form p, .articles-filter .years form .webform-consultation p, .field--label-above .field__label, h3, .equipment-card a, h4, h5, h6, .sidebar-nav__label {
    color: #4d4d4f;
    font-family: "Montserrat",sans-serif;
    font-weight: 700;
}

h1 {
    font-size: 36px;
    margin-bottom: 20px;
}

@media (min-width:576px) {
    h1 {
        font-size: 48px;
    }
}

h2, .webform-consultation legend, .webform-consultation form label, .webform-consultation form .publications-filter .years p, .publications-filter .years .webform-consultation form p, form .webform-consultation label, form .webform-consultation .publications-filter .years p, .publications-filter .years form .webform-consultation p, .webform-consultation form .articles-filter .years p, form .articles-filter .years .webform-consultation p, .webform-consultation .articles-filter .years form p, .articles-filter .years form .webform-consultation p, .field--label-above .field__label {
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 34px;
}

h3, .equipment-card a {
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 13px;
}

h4 {
    font-size: 16px;
}

p {
    word-wrap: break-word;
}

ol ol {
    list-style-type: lower-roman;
}

.fine-print {
    font-size: 0.8em;
    color: #666;
}

.accordion {
    --bs-accordion-border-radius: 0;
    --bs-accordion-body-padding-x: unset;
    --bs-accordion-body-padding-y: unset;
    --bs-accordion-active-color: unset;
    --bs-accordion-button-active-color: unset;
    --bs-accordion-btn-focus-box-shadow: none;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.6);
    margin-bottom: 1rem;
}

    .accordion:hover, .accordion:focus, .accordion:active {
        box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    }

    .accordion:not(.collapsed) {
        box-shadow: 0 1px 2px rgba(0,0,0,0.2);
        color: #1a1a1a;
        background-color: #fff;
    }

    .accordion .accordion-item {
        background: transparent;
    }

        .accordion .accordion-item:hover, .accordion .accordion-item:focus, .accordion .accordion-item:active {
            text-shadow: 0 0 0.03125rem #1a1a1a;
        }

        .accordion .accordion-item h2, .accordion .accordion-item .webform-consultation legend, .webform-consultation .accordion .accordion-item legend, .accordion .accordion-item .webform-consultation form label, .accordion .accordion-item .webform-consultation form .publications-filter .years p, .publications-filter .years .accordion .accordion-item .webform-consultation form p, .webform-consultation form .accordion .accordion-item label, .webform-consultation form .accordion .accordion-item .publications-filter .years p, .publications-filter .years .webform-consultation form .accordion .accordion-item p, .accordion .accordion-item form .webform-consultation label, .accordion .accordion-item form .webform-consultation .publications-filter .years p, .publications-filter .years .accordion .accordion-item form .webform-consultation p, form .webform-consultation .accordion .accordion-item label, form .webform-consultation .accordion .accordion-item .publications-filter .years p, .publications-filter .years form .webform-consultation .accordion .accordion-item p, .accordion .accordion-item .webform-consultation form .articles-filter .years p, .webform-consultation form .articles-filter .years .accordion .accordion-item p, .accordion .accordion-item form .articles-filter .years .webform-consultation p, form .articles-filter .years .webform-consultation .accordion .accordion-item p, .accordion .accordion-item .webform-consultation .articles-filter .years form p, .webform-consultation .articles-filter .years form .accordion .accordion-item p, .accordion .accordion-item .articles-filter .years form .webform-consultation p, .articles-filter .years form .webform-consultation .accordion .accordion-item p, .accordion .accordion-item .field--label-above .field__label, .field--label-above .accordion .accordion-item .field__label {
            margin: 0;
        }

        .accordion .accordion-item .accordion-button {
            background: transparent;
            border-radius: 0;
            color: #1a1a1a;
        }

            .accordion .accordion-item .accordion-button:hover, .accordion .accordion-item .accordion-button:focus, .accordion .accordion-item .accordion-button:active {
                text-shadow: 0 0 0.03125rem #1a1a1a;
            }

            .accordion .accordion-item .accordion-button:focus {
                outline: 1px auto #1a1a1a;
            }

    .accordion .accordion-button::after {
        transition: all 0.2s ease-in-out;
        color: #00bec0;
        font-family: "Material Icons Outlined",sans-serif;
        font-feature-settings: "liga";
        font-size: 2rem;
        font-weight: 400;
        line-height: 2rem;
        width: 2rem;
        height: 2rem;
        background-image: unset;
        content: "chevron_right";
        transform: rotate(270deg);
        color: #00bec0;
    }

    .accordion .accordion-button.collapsed::after {
        transform: rotate(90deg);
    }

    .accordion .accordion-body {
        background: white;
        padding: 1rem;
    }

    .accordion .field--name-field-dl-definition {
        overflow: auto;
    }

.paragraph--type--accordion {
    margin-bottom: 60px;
}

.alert {
    border-radius: 4px;
}

    .alert ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

@media print {
    .alert {
        display: none;
    }
}

.articles-filter {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.6);
    border-radius: 4px;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 2rem;
    padding: 1rem;
}

@media (min-width:1200px) {
    .articles-filter {
        flex-direction: row;
    }
}

.articles-filter form, .articles-filter .form-item {
    margin: 0;
    max-width: unset;
    padding: 0;
    width: 100%;
}

.articles-filter form {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 0;
}

@media (min-width:1200px) {
    .articles-filter form {
        align-items: end;
        flex-direction: row;
        width: unset;
    }
}

.articles-filter form label, .publications-filter .years .articles-filter form p, .articles-filter form .years p, .articles-filter .years form p {
    line-height: unset;
}

.articles-filter form input[type=select] {
    width: 100%;
}

.articles-filter form input[type=submit] {
    display: none;
}

.articles-filter .years {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
}

@media (min-width:1200px) {
    .articles-filter .years {
        gap: 0.5rem;
        width: unset;
    }
}

.articles-filter .years p {
    color: #1a1a1a;
    font-weight: bold;
    margin: 0;
}

@media (min-width:1200px) {
    .articles-filter .years p {
        margin-bottom: 2px;
    }
}

.articles-filter .years ul {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: space-around;
    list-style: none;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0;
}

@media (min-width:1200px) {
    .articles-filter .years ul {
        overflow: hidden;
        margin-bottom: 0;
    }
}

.articles-filter .years ul li {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}

    .articles-filter .years ul li a {
        margin: 0 !important;
    }

.back-to-top {
    bottom: 25px;
    right: 25px;
    opacity: 0;
    position: fixed;
}

    .back-to-top.active {
        animation: slide-up-fade-in ease 0.2s;
        animation-fill-mode: forwards;
    }

    .back-to-top.disabled {
        animation: slide-down-fade-out ease 0.2s;
        animation-fill-mode: forwards;
    }

    .back-to-top button {
        border-radius: 4px;
        box-shadow: 0px 2px 4px rgba(0,0,0,0.6);
        transition: all 0.2s ease-in-out;
        align-items: center;
        background-color: white;
        border: none;
        color: #4d4d4f;
        display: block;
        flex-direction: row;
        font-size: 0.75rem;
        height: 40px;
        justify-content: space-between;
        overflow: hidden;
        font-size: 0;
        width: 40px;
    }

@media (min-width:992px) {
    .back-to-top button {
        font-size: unset;
        height: auto;
        padding: 12px 20px 12px 40px;
        width: auto;
    }
}

.back-to-top button:active, .back-to-top button:focus, .back-to-top button:hover {
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    text-shadow: 0 0 0.03125rem #1a1a1a;
}

    .back-to-top button:active::before, .back-to-top button:active::after, .back-to-top button:focus::before, .back-to-top button:focus::after, .back-to-top button:hover::before, .back-to-top button:hover::after {
        text-shadow: none;
    }

.back-to-top button::before {
    transition: all 0.2s ease-in-out;
    color: #00bec0;
    font-family: "Material Icons Outlined",sans-serif;
    font-feature-settings: "liga";
    font-size: 2rem;
    font-weight: 400;
    line-height: 2rem;
    width: 2rem;
    height: 2rem;
    content: "keyboard_double_arrow_up";
    display: none;
    font-size: 1.5rem;
    height: unset;
    left: 8px;
    line-height: 1.5rem;
    opacity: 1;
    position: absolute;
    text-shadow: none;
    top: 8px;
    width: auto;
}

@media (min-width:992px) {
    .back-to-top button::before {
        display: unset;
        left: 12px;
        top: 12px;
    }
}

.back-to-top button::after {
    transition: all 0.2s ease-in-out;
    color: #00bec0;
    font-family: "Material Icons Outlined",sans-serif;
    font-feature-settings: "liga";
    font-size: 2rem;
    font-weight: 400;
    line-height: 2rem;
    width: 2rem;
    height: 2rem;
    content: "keyboard_double_arrow_up";
    font-size: 1.5rem;
    height: unset;
    left: 8px;
    line-height: 1.5rem;
    opacity: 1;
    position: absolute;
    top: 8px;
    width: auto;
}

@media (min-width:992px) {
    .back-to-top button::after {
        display: none;
    }
}

@keyframes slide-up-fade-in {
    0% {
        opacity: 0;
        transform: translate(0px,40px);
    }

    100% {
        opacity: 1;
        transform: translate(0px,0px);
    }
}

@keyframes slide-down-fade-out {
    0% {
        opacity: 1;
        transform: translate(0px,0px);
    }

    100% {
        opacity: 0;
        transform: translate(0px,40px);
    }
}

@media print {
    .back-to-top {
        display: none;
    }
}

#block-breadcrumbs-2 {
    display: block;
}

.node-home .breadcrumb {
    position: absolute;
    clip: rect(1px,1px,1px,1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
    word-wrap: normal;
}

.breadcrumb {
    background-color: transparent;
    display: none;
    margin: 0 0 1rem 0;
    padding: 1rem 0;
}

@media (min-width:992px) {
    .breadcrumb {
        display: flex;
    }
}

.breadcrumb li {
    height: 1.5rem;
    line-height: 1.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

    .breadcrumb li a, .breadcrumb li span {
        font-weight: 350;
        font-size: 14px;
        line-height: 1.5rem;
        max-width: 30ch;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .breadcrumb li span {
        font-style: italic;
    }

.breadcrumb li-item {
    display: none;
}

@media (min-width:768px) {
    .breadcrumb li-item {
        display: block;
    }
}

.breadcrumb .icon::after {
    transition: all 0.2s ease-in-out;
    color: #00bec0;
    font-family: "Material Icons Outlined",sans-serif;
    font-feature-settings: "liga";
    font-size: 2rem;
    font-weight: 400;
    line-height: 2rem;
    width: 2rem;
    height: 2rem;
    content: "chevron_right";
    transform: rotate(0deg);
    margin-left: 15px;
    color: #bae3e1;
    width: unset;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 1.2rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: none;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
}

@media (min-width:768px) {
    .breadcrumb-item + .breadcrumb-item {
        padding-left: 15px;
    }
}

.btn, .publications-filter .years ul li a.active-year, .publications-filter .years ul li a:not(.active-year), .socials a, .socials a.btn-primary, .btn.btn-primary, .button, .licence-search [type=submit], .field--name-field-cons-update-link a, #block-views-block-cons-overview-browse .field--name-node-link a, .articles-filter .years ul li a:not(.active-year), .articles-filter .years ul li a.active-year, .btn:active {
    transition: all 0.2s ease-in-out;
    padding: 11px 25px;
    border-radius: 4px;
    background-color: #00bec0;
    border: unset;
    color: #1a1a1a;
    font-weight: 400;
    margin: 0;
    text-decoration: none;
}

    .btn:not(:first-of-type), .publications-filter .years ul li a.active-year:not(:first-of-type), .publications-filter .years ul li a:not(:first-of-type):not(.active-year), .socials a:not(:first-of-type), .button:not(:first-of-type), .licence-search [type=submit]:not(:first-of-type), .field--name-field-cons-update-link a:not(:first-of-type), #block-views-block-cons-overview-browse .field--name-node-link a:not(:first-of-type), .articles-filter .years ul li a:not(:first-of-type):not(.active-year), .articles-filter .years ul li a.active-year:not(:first-of-type), .btn:active:not(:first-of-type) {
        margin-left: 1rem;
    }

    .btn-check:checked + .btn, .publications-filter .years ul li .btn-check:checked + a.active-year, .publications-filter .years ul li .btn-check:checked + a:not(.active-year), .socials .btn-check:checked + a, .btn-check:checked + .button, .licence-search .btn-check:checked + [type=submit], .field--name-field-cons-update-link .btn-check:checked + a, #block-views-block-cons-overview-browse .field--name-node-link .btn-check:checked + a, .articles-filter .years ul li .btn-check:checked + a:not(.active-year), .articles-filter .years ul li .btn-check:checked + a.active-year, .btn.active, .publications-filter .years ul li a.active.active-year, .publications-filter .years ul li a.active:not(.active-year), .socials a.active, .active.button, .licence-search .active[type=submit], .field--name-field-cons-update-link a.active, #block-views-block-cons-overview-browse .field--name-node-link a.active, .articles-filter .years ul li a.active:not(.active-year), .articles-filter .years ul li a.active.active-year, .btn.show, .publications-filter .years ul li a.show.active-year, .publications-filter .years ul li a.show:not(.active-year), .socials a.show, .show.button, .licence-search .show[type=submit], .field--name-field-cons-update-link a.show, #block-views-block-cons-overview-browse .field--name-node-link a.show, .articles-filter .years ul li a.show:not(.active-year), .articles-filter .years ul li a.show.active-year, .btn:first-child:active, .publications-filter .years ul li a.active-year:first-child:active, .publications-filter .years ul li a:first-child:active:not(.active-year), .socials a:first-child:active, .button:first-child:active, .licence-search [type=submit]:first-child:active, .field--name-field-cons-update-link a:first-child:active, #block-views-block-cons-overview-browse .field--name-node-link a:first-child:active, .articles-filter .years ul li a:first-child:active:not(.active-year), .articles-filter .years ul li a.active-year:first-child:active, :not(.btn-check) + .btn:active, .publications-filter .years ul li :not(.btn-check) + a.active-year:active, .publications-filter .years ul li :not(.btn-check) + a:active:not(.active-year), .socials :not(.btn-check) + a:active, :not(.btn-check) + .button:active, .licence-search :not(.btn-check) + [type=submit]:active, .field--name-field-cons-update-link :not(.btn-check) + a:active, #block-views-block-cons-overview-browse .field--name-node-link :not(.btn-check) + a:active, .articles-filter .years ul li :not(.btn-check) + a:active:not(.active-year), .articles-filter .years ul li :not(.btn-check) + a.active-year:active {
        background-color: #00bec0 !important;
        border-color: unset !important;
        color: unset !important;
    }

    .btn.btn-primary, .publications-filter .years ul li a.btn-primary.active-year, .publications-filter .years ul li a.btn-primary:not(.active-year), .socials a.btn-primary, .articles-filter .years ul li a.btn-primary:not(.active-year), .articles-filter .years ul li a.btn-primary.active-year, .btn-primary.button, .field--name-field-cons-update-link a.btn-primary, .button, .licence-search [type=submit], .field--name-field-cons-update-link a, #block-views-block-cons-overview-browse .field--name-node-link a {
        transition: all 0.2s ease-in-out;
        background-position: 0 100%;
        background-size: 100% 0.2em;
        border: unset;
    }

        .btn.btn-primary:hover, .publications-filter .years ul li a.btn-primary.active-year:hover, .publications-filter .years ul li a.btn-primary:hover:not(.active-year), .socials a.btn-primary:hover, .articles-filter .years ul li a.btn-primary:hover:not(.active-year), .articles-filter .years ul li a.btn-primary.active-year:hover, .btn.btn-primary:focus, .publications-filter .years ul li a.btn-primary.active-year:focus, .publications-filter .years ul li a.btn-primary:focus:not(.active-year), .socials a.btn-primary:focus, .articles-filter .years ul li a.btn-primary:focus:not(.active-year), .articles-filter .years ul li a.btn-primary.active-year:focus, .button:hover, .licence-search [type=submit]:hover, .field--name-field-cons-update-link a:hover, #block-views-block-cons-overview-browse .field--name-node-link a:hover, .button:focus, .licence-search [type=submit]:focus, .field--name-field-cons-update-link a:focus, #block-views-block-cons-overview-browse .field--name-node-link a:focus {
            text-shadow: 0 0 0.03125rem #1a1a1a;
            background-color: rgb(0,200.09375,202.2) !important;
            color: #1a1a1a;
        }

    .btn-secondary, .publications-filter .years ul li a:not(.active-year), .cons-submissions-public .field--name-node-link .button, .cons-submissions-public .field--name-node-link .licence-search [type=submit], .licence-search .cons-submissions-public .field--name-node-link [type=submit], .cons-submissions-public .field--name-node-link .field--name-field-cons-update-link a, .field--name-field-cons-update-link .cons-submissions-public .field--name-node-link a, .cons-submissions-public #block-views-block-cons-overview-browse .field--name-node-link a, #block-views-block-cons-overview-browse .cons-submissions-public .field--name-node-link a, .cons-submissions-hidden .field--name-node-link .button, .cons-submissions-hidden .field--name-node-link .licence-search [type=submit], .licence-search .cons-submissions-hidden .field--name-node-link [type=submit], .cons-submissions-hidden .field--name-node-link .field--name-field-cons-update-link a, .field--name-field-cons-update-link .cons-submissions-hidden .field--name-node-link a, .cons-submissions-hidden #block-views-block-cons-overview-browse .field--name-node-link a, #block-views-block-cons-overview-browse .cons-submissions-hidden .field--name-node-link a, .consultation-public .field--name-node-link .button, .consultation-public .field--name-node-link .licence-search [type=submit], .licence-search .consultation-public .field--name-node-link [type=submit], .consultation-public .field--name-node-link .field--name-field-cons-update-link a, .field--name-field-cons-update-link .consultation-public .field--name-node-link a, .consultation-public #block-views-block-cons-overview-browse .field--name-node-link a, #block-views-block-cons-overview-browse .consultation-public .field--name-node-link a, .consultation-closed .field--name-node-link .button, .consultation-closed .field--name-node-link .licence-search [type=submit], .licence-search .consultation-closed .field--name-node-link [type=submit], .consultation-closed .field--name-node-link .field--name-field-cons-update-link a, .field--name-field-cons-update-link .consultation-closed .field--name-node-link a, .consultation-closed #block-views-block-cons-overview-browse .field--name-node-link a, #block-views-block-cons-overview-browse .consultation-closed .field--name-node-link a, .consultation-progress-bar.cons-submissions-public .button, .consultation-progress-bar.cons-submissions-public .licence-search [type=submit], .licence-search .consultation-progress-bar.cons-submissions-public [type=submit], .consultation-progress-bar.cons-submissions-public .field--name-field-cons-update-link a, .field--name-field-cons-update-link .consultation-progress-bar.cons-submissions-public a, #block-views-block-cons-overview-browse .field--name-node-link .consultation-progress-bar.cons-submissions-public a, .consultation-progress-bar.cons-submissions-hidden .button, .consultation-progress-bar.cons-submissions-hidden .licence-search [type=submit], .licence-search .consultation-progress-bar.cons-submissions-hidden [type=submit], .consultation-progress-bar.cons-submissions-hidden .field--name-field-cons-update-link a, .field--name-field-cons-update-link .consultation-progress-bar.cons-submissions-hidden a, #block-views-block-cons-overview-browse .field--name-node-link .consultation-progress-bar.cons-submissions-hidden a, .consultation-progress-bar.consultation-public .button, .consultation-progress-bar.consultation-public .licence-search [type=submit], .licence-search .consultation-progress-bar.consultation-public [type=submit], .consultation-progress-bar.consultation-public .field--name-field-cons-update-link a, .field--name-field-cons-update-link .consultation-progress-bar.consultation-public a, #block-views-block-cons-overview-browse .field--name-node-link .consultation-progress-bar.consultation-public a, .consultation-progress-bar.consultation-closed .button, .consultation-progress-bar.consultation-closed .licence-search [type=submit], .licence-search .consultation-progress-bar.consultation-closed [type=submit], .consultation-progress-bar.consultation-closed .field--name-field-cons-update-link a, .field--name-field-cons-update-link .consultation-progress-bar.consultation-closed a, #block-views-block-cons-overview-browse .field--name-node-link .consultation-progress-bar.consultation-closed a, input[type=submit i].webform-button--previous, .articles-filter .years ul li a:not(.active-year), .btn.btn-secondary, .publications-filter .years ul li a.btn-secondary.active-year, .publications-filter .years ul li a.btn:not(.active-year), .publications-filter .years ul li a.active-year:not(.active-year), .publications-filter .years ul li a.btn-secondary:not(.active-year), .publications-filter .years ul li a:not(.active-year), .socials a.btn-secondary, .socials .publications-filter .years ul li a:not(.active-year), .publications-filter .years ul li .socials a:not(.active-year), .articles-filter .years ul li a.btn-secondary.active-year, .articles-filter .publications-filter .years ul li a.active-year:not(.active-year), .publications-filter .articles-filter .years ul li a.active-year:not(.active-year), .articles-filter .years ul li .cons-submissions-public .field--name-node-link a.active-year.button, .articles-filter .years ul li .cons-submissions-public .field--name-node-link .licence-search a.active-year[type=submit], .licence-search .articles-filter .years ul li .cons-submissions-public .field--name-node-link a.active-year[type=submit], .articles-filter .years ul li .cons-submissions-public .field--name-node-link .field--name-field-cons-update-link a.active-year, .field--name-field-cons-update-link .articles-filter .years ul li .cons-submissions-public .field--name-node-link a.active-year, .cons-submissions-public .field--name-node-link .articles-filter .years ul li a.active-year.button, .cons-submissions-public .field--name-node-link .articles-filter .years ul li .licence-search a.active-year[type=submit], .licence-search .cons-submissions-public .field--name-node-link .articles-filter .years ul li a.active-year[type=submit], .cons-submissions-public .field--name-node-link .articles-filter .years ul li .field--name-field-cons-update-link a.active-year, .field--name-field-cons-update-link .cons-submissions-public .field--name-node-link .articles-filter .years ul li a.active-year, .articles-filter .years ul li .cons-submissions-hidden .field--name-node-link a.active-year.button, .articles-filter .years ul li .cons-submissions-hidden .field--name-node-link .licence-search a.active-year[type=submit], .licence-search .articles-filter .years ul li .cons-submissions-hidden .field--name-node-link a.active-year[type=submit], .articles-filter .years ul li .cons-submissions-hidden .field--name-node-link .field--name-field-cons-update-link a.active-year, .field--name-field-cons-update-link .articles-filter .years ul li .cons-submissions-hidden .field--name-node-link a.active-year, .cons-submissions-hidden .field--name-node-link .articles-filter .years ul li a.active-year.button, .cons-submissions-hidden .field--name-node-link .articles-filter .years ul li .licence-search a.active-year[type=submit], .licence-search .cons-submissions-hidden .field--name-node-link .articles-filter .years ul li a.active-year[type=submit], .cons-submissions-hidden .field--name-node-link .articles-filter .years ul li .field--name-field-cons-update-link a.active-year, .field--name-field-cons-update-link .cons-submissions-hidden .field--name-node-link .articles-filter .years ul li a.active-year, .articles-filter .years ul li .consultation-public .field--name-node-link a.active-year.button, .articles-filter .years ul li .consultation-public .field--name-node-link .licence-search a.active-year[type=submit], .licence-search .articles-filter .years ul li .consultation-public .field--name-node-link a.active-year[type=submit], .articles-filter .years ul li .consultation-public .field--name-node-link .field--name-field-cons-update-link a.active-year, .field--name-field-cons-update-link .articles-filter .years ul li .consultation-public .field--name-node-link a.active-year, .consultation-public .field--name-node-link .articles-filter .years ul li a.active-year.button, .consultation-public .field--name-node-link .articles-filter .years ul li .licence-search a.active-year[type=submit], .licence-search .consultation-public .field--name-node-link .articles-filter .years ul li a.active-year[type=submit], .consultation-public .field--name-node-link .articles-filter .years ul li .field--name-field-cons-update-link a.active-year, .field--name-field-cons-update-link .consultation-public .field--name-node-link .articles-filter .years ul li a.active-year, .articles-filter .years ul li .consultation-closed .field--name-node-link a.active-year.button, .articles-filter .years ul li .consultation-closed .field--name-node-link .licence-search a.active-year[type=submit], .licence-search .articles-filter .years ul li .consultation-closed .field--name-node-link a.active-year[type=submit], .articles-filter .years ul li .consultation-closed .field--name-node-link .field--name-field-cons-update-link a.active-year, .field--name-field-cons-update-link .articles-filter .years ul li .consultation-closed .field--name-node-link a.active-year, .consultation-closed .field--name-node-link .articles-filter .years ul li a.active-year.button, .consultation-closed .field--name-node-link .articles-filter .years ul li .licence-search a.active-year[type=submit], .licence-search .consultation-closed .field--name-node-link .articles-filter .years ul li a.active-year[type=submit], .consultation-closed .field--name-node-link .articles-filter .years ul li .field--name-field-cons-update-link a.active-year, .field--name-field-cons-update-link .consultation-closed .field--name-node-link .articles-filter .years ul li a.active-year, .articles-filter .years ul li .consultation-progress-bar.cons-submissions-public a.active-year.button, .articles-filter .years ul li .consultation-progress-bar.cons-submissions-public .licence-search a.active-year[type=submit], .licence-search .articles-filter .years ul li .consultation-progress-bar.cons-submissions-public a.active-year[type=submit], .articles-filter .years ul li .consultation-progress-bar.cons-submissions-public .field--name-field-cons-update-link a.active-year, .field--name-field-cons-update-link .articles-filter .years ul li .consultation-progress-bar.cons-submissions-public a.active-year, .consultation-progress-bar.cons-submissions-public .articles-filter .years ul li a.active-year.button, .consultation-progress-bar.cons-submissions-public .articles-filter .years ul li .licence-search a.active-year[type=submit], .licence-search .consultation-progress-bar.cons-submissions-public .articles-filter .years ul li a.active-year[type=submit], .consultation-progress-bar.cons-submissions-public .articles-filter .years ul li .field--name-field-cons-update-link a.active-year, .field--name-field-cons-update-link .consultation-progress-bar.cons-submissions-public .articles-filter .years ul li a.active-year, .articles-filter .years ul li .consultation-progress-bar.cons-submissions-hidden a.active-year.button, .articles-filter .years ul li .consultation-progress-bar.cons-submissions-hidden .licence-search a.active-year[type=submit], .licence-search .articles-filter .years ul li .consultation-progress-bar.cons-submissions-hidden a.active-year[type=submit], .articles-filter .years ul li .consultation-progress-bar.cons-submissions-hidden .field--name-field-cons-update-link a.active-year, .field--name-field-cons-update-link .articles-filter .years ul li .consultation-progress-bar.cons-submissions-hidden a.active-year, .consultation-progress-bar.cons-submissions-hidden .articles-filter .years ul li a.active-year.button, .consultation-progress-bar.cons-submissions-hidden .articles-filter .years ul li .licence-search a.active-year[type=submit], .licence-search .consultation-progress-bar.cons-submissions-hidden .articles-filter .years ul li a.active-year[type=submit], .consultation-progress-bar.cons-submissions-hidden .articles-filter .years ul li .field--name-field-cons-update-link a.active-year, .field--name-field-cons-update-link .consultation-progress-bar.cons-submissions-hidden .articles-filter .years ul li a.active-year, .articles-filter .years ul li .consultation-progress-bar.consultation-public a.active-year.button, .articles-filter .years ul li .consultation-progress-bar.consultation-public .licence-search a.active-year[type=submit], .licence-search .articles-filter .years ul li .consultation-progress-bar.consultation-public a.active-year[type=submit], .articles-filter .years ul li .consultation-progress-bar.consultation-public .field--name-field-cons-update-link a.active-year, .field--name-field-cons-update-link .articles-filter .years ul li .consultation-progress-bar.consultation-public a.active-year, .consultation-progress-bar.consultation-public .articles-filter .years ul li a.active-year.button, .consultation-progress-bar.consultation-public .articles-filter .years ul li .licence-search a.active-year[type=submit], .licence-search .consultation-progress-bar.consultation-public .articles-filter .years ul li a.active-year[type=submit], .consultation-progress-bar.consultation-public .articles-filter .years ul li .field--name-field-cons-update-link a.active-year, .field--name-field-cons-update-link .consultation-progress-bar.consultation-public .articles-filter .years ul li a.active-year, .articles-filter .years ul li .consultation-progress-bar.consultation-closed a.active-year.button, .articles-filter .years ul li .consultation-progress-bar.consultation-closed .licence-search a.active-year[type=submit], .licence-search .articles-filter .years ul li .consultation-progress-bar.consultation-closed a.active-year[type=submit], .articles-filter .years ul li .consultation-progress-bar.consultation-closed .field--name-field-cons-update-link a.active-year, .field--name-field-cons-update-link .articles-filter .years ul li .consultation-progress-bar.consultation-closed a.active-year, .consultation-progress-bar.consultation-closed .articles-filter .years ul li a.active-year.button, .consultation-progress-bar.consultation-closed .articles-filter .years ul li .licence-search a.active-year[type=submit], .licence-search .consultation-progress-bar.consultation-closed .articles-filter .years ul li a.active-year[type=submit], .consultation-progress-bar.consultation-closed .articles-filter .years ul li .field--name-field-cons-update-link a.active-year, .field--name-field-cons-update-link .consultation-progress-bar.consultation-closed .articles-filter .years ul li a.active-year {
        transition: all 0.2s ease-in-out;
        background: #fff;
        border: 1px solid #00bec0;
        color: #1a1a1a;
        font-weight: 400;
    }

        .btn-secondary:hover, .publications-filter .years ul li a:hover:not(.active-year), .cons-submissions-public .field--name-node-link .button:hover, .cons-submissions-public .field--name-node-link .licence-search [type=submit]:hover, .licence-search .cons-submissions-public .field--name-node-link [type=submit]:hover, .cons-submissions-public .field--name-node-link .field--name-field-cons-update-link a:hover, .field--name-field-cons-update-link .cons-submissions-public .field--name-node-link a:hover, .cons-submissions-public #block-views-block-cons-overview-browse .field--name-node-link a:hover, #block-views-block-cons-overview-browse .cons-submissions-public .field--name-node-link a:hover, .cons-submissions-hidden .field--name-node-link .button:hover, .cons-submissions-hidden .field--name-node-link .licence-search [type=submit]:hover, .licence-search .cons-submissions-hidden .field--name-node-link [type=submit]:hover, .cons-submissions-hidden .field--name-node-link .field--name-field-cons-update-link a:hover, .field--name-field-cons-update-link .cons-submissions-hidden .field--name-node-link a:hover, .cons-submissions-hidden #block-views-block-cons-overview-browse .field--name-node-link a:hover, #block-views-block-cons-overview-browse .cons-submissions-hidden .field--name-node-link a:hover, .consultation-public .field--name-node-link .button:hover, .consultation-public .field--name-node-link .licence-search [type=submit]:hover, .licence-search .consultation-public .field--name-node-link [type=submit]:hover, .consultation-public .field--name-node-link .field--name-field-cons-update-link a:hover, .field--name-field-cons-update-link .consultation-public .field--name-node-link a:hover, .consultation-public #block-views-block-cons-overview-browse .field--name-node-link a:hover, #block-views-block-cons-overview-browse .consultation-public .field--name-node-link a:hover, .consultation-closed .field--name-node-link .button:hover, .consultation-closed .field--name-node-link .licence-search [type=submit]:hover, .licence-search .consultation-closed .field--name-node-link [type=submit]:hover, .consultation-closed .field--name-node-link .field--name-field-cons-update-link a:hover, .field--name-field-cons-update-link .consultation-closed .field--name-node-link a:hover, .consultation-closed #block-views-block-cons-overview-browse .field--name-node-link a:hover, #block-views-block-cons-overview-browse .consultation-closed .field--name-node-link a:hover, .consultation-progress-bar.cons-submissions-public .button:hover, .consultation-progress-bar.cons-submissions-public .licence-search [type=submit]:hover, .licence-search .consultation-progress-bar.cons-submissions-public [type=submit]:hover, .consultation-progress-bar.cons-submissions-public .field--name-field-cons-update-link a:hover, .field--name-field-cons-update-link .consultation-progress-bar.cons-submissions-public a:hover, .consultation-progress-bar.cons-submissions-public #block-views-block-cons-overview-browse .field--name-node-link a:hover, #block-views-block-cons-overview-browse .field--name-node-link .consultation-progress-bar.cons-submissions-public a:hover, .consultation-progress-bar.cons-submissions-hidden .button:hover, .consultation-progress-bar.cons-submissions-hidden .licence-search [type=submit]:hover, .licence-search .consultation-progress-bar.cons-submissions-hidden [type=submit]:hover, .consultation-progress-bar.cons-submissions-hidden .field--name-field-cons-update-link a:hover, .field--name-field-cons-update-link .consultation-progress-bar.cons-submissions-hidden a:hover, .consultation-progress-bar.cons-submissions-hidden #block-views-block-cons-overview-browse .field--name-node-link a:hover, #block-views-block-cons-overview-browse .field--name-node-link .consultation-progress-bar.cons-submissions-hidden a:hover, .consultation-progress-bar.consultation-public .button:hover, .consultation-progress-bar.consultation-public .licence-search [type=submit]:hover, .licence-search .consultation-progress-bar.consultation-public [type=submit]:hover, .consultation-progress-bar.consultation-public .field--name-field-cons-update-link a:hover, .field--name-field-cons-update-link .consultation-progress-bar.consultation-public a:hover, .consultation-progress-bar.consultation-public #block-views-block-cons-overview-browse .field--name-node-link a:hover, #block-views-block-cons-overview-browse .field--name-node-link .consultation-progress-bar.consultation-public a:hover, .consultation-progress-bar.consultation-closed .button:hover, .consultation-progress-bar.consultation-closed .licence-search [type=submit]:hover, .licence-search .consultation-progress-bar.consultation-closed [type=submit]:hover, .consultation-progress-bar.consultation-closed .field--name-field-cons-update-link a:hover, .field--name-field-cons-update-link .consultation-progress-bar.consultation-closed a:hover, .consultation-progress-bar.consultation-closed #block-views-block-cons-overview-browse .field--name-node-link a:hover, #block-views-block-cons-overview-browse .field--name-node-link .consultation-progress-bar.consultation-closed a:hover, input[type=submit i].webform-button--previous:hover, .articles-filter .years ul li a:hover:not(.active-year), .btn-secondary:focus, .publications-filter .years ul li a:focus:not(.active-year), .cons-submissions-public .field--name-node-link .button:focus, .cons-submissions-public .field--name-node-link .licence-search [type=submit]:focus, .licence-search .cons-submissions-public .field--name-node-link [type=submit]:focus, .cons-submissions-public .field--name-node-link .field--name-field-cons-update-link a:focus, .field--name-field-cons-update-link .cons-submissions-public .field--name-node-link a:focus, .cons-submissions-public #block-views-block-cons-overview-browse .field--name-node-link a:focus, #block-views-block-cons-overview-browse .cons-submissions-public .field--name-node-link a:focus, .cons-submissions-hidden .field--name-node-link .button:focus, .cons-submissions-hidden .field--name-node-link .licence-search [type=submit]:focus, .licence-search .cons-submissions-hidden .field--name-node-link [type=submit]:focus, .cons-submissions-hidden .field--name-node-link .field--name-field-cons-update-link a:focus, .field--name-field-cons-update-link .cons-submissions-hidden .field--name-node-link a:focus, .cons-submissions-hidden #block-views-block-cons-overview-browse .field--name-node-link a:focus, #block-views-block-cons-overview-browse .cons-submissions-hidden .field--name-node-link a:focus, .consultation-public .field--name-node-link .button:focus, .consultation-public .field--name-node-link .licence-search [type=submit]:focus, .licence-search .consultation-public .field--name-node-link [type=submit]:focus, .consultation-public .field--name-node-link .field--name-field-cons-update-link a:focus, .field--name-field-cons-update-link .consultation-public .field--name-node-link a:focus, .consultation-public #block-views-block-cons-overview-browse .field--name-node-link a:focus, #block-views-block-cons-overview-browse .consultation-public .field--name-node-link a:focus, .consultation-closed .field--name-node-link .button:focus, .consultation-closed .field--name-node-link .licence-search [type=submit]:focus, .licence-search .consultation-closed .field--name-node-link [type=submit]:focus, .consultation-closed .field--name-node-link .field--name-field-cons-update-link a:focus, .field--name-field-cons-update-link .consultation-closed .field--name-node-link a:focus, .consultation-closed #block-views-block-cons-overview-browse .field--name-node-link a:focus, #block-views-block-cons-overview-browse .consultation-closed .field--name-node-link a:focus, .consultation-progress-bar.cons-submissions-public .button:focus, .consultation-progress-bar.cons-submissions-public .licence-search [type=submit]:focus, .licence-search .consultation-progress-bar.cons-submissions-public [type=submit]:focus, .consultation-progress-bar.cons-submissions-public .field--name-field-cons-update-link a:focus, .field--name-field-cons-update-link .consultation-progress-bar.cons-submissions-public a:focus, .consultation-progress-bar.cons-submissions-public #block-views-block-cons-overview-browse .field--name-node-link a:focus, #block-views-block-cons-overview-browse .field--name-node-link .consultation-progress-bar.cons-submissions-public a:focus, .consultation-progress-bar.cons-submissions-hidden .button:focus, .consultation-progress-bar.cons-submissions-hidden .licence-search [type=submit]:focus, .licence-search .consultation-progress-bar.cons-submissions-hidden [type=submit]:focus, .consultation-progress-bar.cons-submissions-hidden .field--name-field-cons-update-link a:focus, .field--name-field-cons-update-link .consultation-progress-bar.cons-submissions-hidden a:focus, .consultation-progress-bar.cons-submissions-hidden #block-views-block-cons-overview-browse .field--name-node-link a:focus, #block-views-block-cons-overview-browse .field--name-node-link .consultation-progress-bar.cons-submissions-hidden a:focus, .consultation-progress-bar.consultation-public .button:focus, .consultation-progress-bar.consultation-public .licence-search [type=submit]:focus, .licence-search .consultation-progress-bar.consultation-public [type=submit]:focus, .consultation-progress-bar.consultation-public .field--name-field-cons-update-link a:focus, .field--name-field-cons-update-link .consultation-progress-bar.consultation-public a:focus, .consultation-progress-bar.consultation-public #block-views-block-cons-overview-browse .field--name-node-link a:focus, #block-views-block-cons-overview-browse .field--name-node-link .consultation-progress-bar.consultation-public a:focus, .consultation-progress-bar.consultation-closed .button:focus, .consultation-progress-bar.consultation-closed .licence-search [type=submit]:focus, .licence-search .consultation-progress-bar.consultation-closed [type=submit]:focus, .consultation-progress-bar.consultation-closed .field--name-field-cons-update-link a:focus, .field--name-field-cons-update-link .consultation-progress-bar.consultation-closed a:focus, .consultation-progress-bar.consultation-closed #block-views-block-cons-overview-browse .field--name-node-link a:focus, #block-views-block-cons-overview-browse .field--name-node-link .consultation-progress-bar.consultation-closed a:focus, input[type=submit i].webform-button--previous:focus, .articles-filter .years ul li a:focus:not(.active-year), .btn-secondary:active, .publications-filter .years ul li a:active:not(.active-year), .cons-submissions-public .field--name-node-link .button:active, .cons-submissions-public .field--name-node-link .licence-search [type=submit]:active, .licence-search .cons-submissions-public .field--name-node-link [type=submit]:active, .cons-submissions-public .field--name-node-link .field--name-field-cons-update-link a:active, .field--name-field-cons-update-link .cons-submissions-public .field--name-node-link a:active, .cons-submissions-public #block-views-block-cons-overview-browse .field--name-node-link a:active, #block-views-block-cons-overview-browse .cons-submissions-public .field--name-node-link a:active, .cons-submissions-hidden .field--name-node-link .button:active, .cons-submissions-hidden .field--name-node-link .licence-search [type=submit]:active, .licence-search .cons-submissions-hidden .field--name-node-link [type=submit]:active, .cons-submissions-hidden .field--name-node-link .field--name-field-cons-update-link a:active, .field--name-field-cons-update-link .cons-submissions-hidden .field--name-node-link a:active, .cons-submissions-hidden #block-views-block-cons-overview-browse .field--name-node-link a:active, #block-views-block-cons-overview-browse .cons-submissions-hidden .field--name-node-link a:active, .consultation-public .field--name-node-link .button:active, .consultation-public .field--name-node-link .licence-search [type=submit]:active, .licence-search .consultation-public .field--name-node-link [type=submit]:active, .consultation-public .field--name-node-link .field--name-field-cons-update-link a:active, .field--name-field-cons-update-link .consultation-public .field--name-node-link a:active, .consultation-public #block-views-block-cons-overview-browse .field--name-node-link a:active, #block-views-block-cons-overview-browse .consultation-public .field--name-node-link a:active, .consultation-closed .field--name-node-link .button:active, .consultation-closed .field--name-node-link .licence-search [type=submit]:active, .licence-search .consultation-closed .field--name-node-link [type=submit]:active, .consultation-closed .field--name-node-link .field--name-field-cons-update-link a:active, .field--name-field-cons-update-link .consultation-closed .field--name-node-link a:active, .consultation-closed #block-views-block-cons-overview-browse .field--name-node-link a:active, #block-views-block-cons-overview-browse .consultation-closed .field--name-node-link a:active, .consultation-progress-bar.cons-submissions-public .button:active, .consultation-progress-bar.cons-submissions-public .licence-search [type=submit]:active, .licence-search .consultation-progress-bar.cons-submissions-public [type=submit]:active, .consultation-progress-bar.cons-submissions-public .field--name-field-cons-update-link a:active, .field--name-field-cons-update-link .consultation-progress-bar.cons-submissions-public a:active, .consultation-progress-bar.cons-submissions-public #block-views-block-cons-overview-browse .field--name-node-link a:active, #block-views-block-cons-overview-browse .field--name-node-link .consultation-progress-bar.cons-submissions-public a:active, .consultation-progress-bar.cons-submissions-hidden .button:active, .consultation-progress-bar.cons-submissions-hidden .licence-search [type=submit]:active, .licence-search .consultation-progress-bar.cons-submissions-hidden [type=submit]:active, .consultation-progress-bar.cons-submissions-hidden .field--name-field-cons-update-link a:active, .field--name-field-cons-update-link .consultation-progress-bar.cons-submissions-hidden a:active, .consultation-progress-bar.cons-submissions-hidden #block-views-block-cons-overview-browse .field--name-node-link a:active, #block-views-block-cons-overview-browse .field--name-node-link .consultation-progress-bar.cons-submissions-hidden a:active, .consultation-progress-bar.consultation-public .button:active, .consultation-progress-bar.consultation-public .licence-search [type=submit]:active, .licence-search .consultation-progress-bar.consultation-public [type=submit]:active, .consultation-progress-bar.consultation-public .field--name-field-cons-update-link a:active, .field--name-field-cons-update-link .consultation-progress-bar.consultation-public a:active, .consultation-progress-bar.consultation-public #block-views-block-cons-overview-browse .field--name-node-link a:active, #block-views-block-cons-overview-browse .field--name-node-link .consultation-progress-bar.consultation-public a:active, .consultation-progress-bar.consultation-closed .button:active, .consultation-progress-bar.consultation-closed .licence-search [type=submit]:active, .licence-search .consultation-progress-bar.consultation-closed [type=submit]:active, .consultation-progress-bar.consultation-closed .field--name-field-cons-update-link a:active, .field--name-field-cons-update-link .consultation-progress-bar.consultation-closed a:active, .consultation-progress-bar.consultation-closed #block-views-block-cons-overview-browse .field--name-node-link a:active, #block-views-block-cons-overview-browse .field--name-node-link .consultation-progress-bar.consultation-closed a:active, input[type=submit i].webform-button--previous:active, .articles-filter .years ul li a:active:not(.active-year), .btn-secondary.active, .publications-filter .years ul li a.active:not(.active-year), .cons-submissions-public .field--name-node-link .active.button, .cons-submissions-public .field--name-node-link .licence-search .active[type=submit], .licence-search .cons-submissions-public .field--name-node-link .active[type=submit], .cons-submissions-public .field--name-node-link .field--name-field-cons-update-link a.active, .field--name-field-cons-update-link .cons-submissions-public .field--name-node-link a.active, .cons-submissions-public #block-views-block-cons-overview-browse .field--name-node-link a.active, #block-views-block-cons-overview-browse .cons-submissions-public .field--name-node-link a.active, .cons-submissions-hidden .field--name-node-link .active.button, .cons-submissions-hidden .field--name-node-link .licence-search .active[type=submit], .licence-search .cons-submissions-hidden .field--name-node-link .active[type=submit], .cons-submissions-hidden .field--name-node-link .field--name-field-cons-update-link a.active, .field--name-field-cons-update-link .cons-submissions-hidden .field--name-node-link a.active, .cons-submissions-hidden #block-views-block-cons-overview-browse .field--name-node-link a.active, #block-views-block-cons-overview-browse .cons-submissions-hidden .field--name-node-link a.active, .consultation-public .field--name-node-link .active.button, .consultation-public .field--name-node-link .licence-search .active[type=submit], .licence-search .consultation-public .field--name-node-link .active[type=submit], .consultation-public .field--name-node-link .field--name-field-cons-update-link a.active, .field--name-field-cons-update-link .consultation-public .field--name-node-link a.active, .consultation-public #block-views-block-cons-overview-browse .field--name-node-link a.active, #block-views-block-cons-overview-browse .consultation-public .field--name-node-link a.active, .consultation-closed .field--name-node-link .active.button, .consultation-closed .field--name-node-link .licence-search .active[type=submit], .licence-search .consultation-closed .field--name-node-link .active[type=submit], .consultation-closed .field--name-node-link .field--name-field-cons-update-link a.active, .field--name-field-cons-update-link .consultation-closed .field--name-node-link a.active, .consultation-closed #block-views-block-cons-overview-browse .field--name-node-link a.active, #block-views-block-cons-overview-browse .consultation-closed .field--name-node-link a.active, .consultation-progress-bar.cons-submissions-public .active.button, .consultation-progress-bar.cons-submissions-public .licence-search .active[type=submit], .licence-search .consultation-progress-bar.cons-submissions-public .active[type=submit], .consultation-progress-bar.cons-submissions-public .field--name-field-cons-update-link a.active, .field--name-field-cons-update-link .consultation-progress-bar.cons-submissions-public a.active, .consultation-progress-bar.cons-submissions-public #block-views-block-cons-overview-browse .field--name-node-link a.active, #block-views-block-cons-overview-browse .field--name-node-link .consultation-progress-bar.cons-submissions-public a.active, .consultation-progress-bar.cons-submissions-hidden .active.button, .consultation-progress-bar.cons-submissions-hidden .licence-search .active[type=submit], .licence-search .consultation-progress-bar.cons-submissions-hidden .active[type=submit], .consultation-progress-bar.cons-submissions-hidden .field--name-field-cons-update-link a.active, .field--name-field-cons-update-link .consultation-progress-bar.cons-submissions-hidden a.active, .consultation-progress-bar.cons-submissions-hidden #block-views-block-cons-overview-browse .field--name-node-link a.active, #block-views-block-cons-overview-browse .field--name-node-link .consultation-progress-bar.cons-submissions-hidden a.active, .consultation-progress-bar.consultation-public .active.button, .consultation-progress-bar.consultation-public .licence-search .active[type=submit], .licence-search .consultation-progress-bar.consultation-public .active[type=submit], .consultation-progress-bar.consultation-public .field--name-field-cons-update-link a.active, .field--name-field-cons-update-link .consultation-progress-bar.consultation-public a.active, .consultation-progress-bar.consultation-public #block-views-block-cons-overview-browse .field--name-node-link a.active, #block-views-block-cons-overview-browse .field--name-node-link .consultation-progress-bar.consultation-public a.active, .consultation-progress-bar.consultation-closed .active.button, .consultation-progress-bar.consultation-closed .licence-search .active[type=submit], .licence-search .consultation-progress-bar.consultation-closed .active[type=submit], .consultation-progress-bar.consultation-closed .field--name-field-cons-update-link a.active, .field--name-field-cons-update-link .consultation-progress-bar.consultation-closed a.active, .consultation-progress-bar.consultation-closed #block-views-block-cons-overview-browse .field--name-node-link a.active, #block-views-block-cons-overview-browse .field--name-node-link .consultation-progress-bar.consultation-closed a.active, input.active[type=submit i].webform-button--previous, .articles-filter .years ul li a.active:not(.active-year), .btn.btn-secondary:hover, .publications-filter .years ul li a.btn-secondary.active-year:hover, .publications-filter .years ul li a.btn:hover:not(.active-year), .publications-filter .years ul li a.active-year:hover:not(.active-year), .publications-filter .years ul li a.btn-secondary:hover:not(.active-year), .publications-filter .years ul li a:hover:not(.active-year), .socials a.btn-secondary:hover, .socials .publications-filter .years ul li a:hover:not(.active-year), .publications-filter .years ul li .socials a:hover:not(.active-year), .articles-filter .years ul li a.btn-secondary.active-year:hover, .articles-filter .publications-filter .years ul li a.active-year:hover:not(.active-year), .publications-filter .articles-filter .years ul li a.active-year:hover:not(.active-year), .btn.btn-secondary:focus, .publications-filter .years ul li a.btn-secondary.active-year:focus, .publications-filter .years ul li a.btn:focus:not(.active-year), .publications-filter .years ul li a.active-year:focus:not(.active-year), .publications-filter .years ul li a.btn-secondary:focus:not(.active-year), .publications-filter .years ul li a:focus:not(.active-year), .socials a.btn-secondary:focus, .socials .publications-filter .years ul li a:focus:not(.active-year), .publications-filter .years ul li .socials a:focus:not(.active-year), .articles-filter .years ul li a.btn-secondary.active-year:focus, .articles-filter .publications-filter .years ul li a.active-year:focus:not(.active-year), .publications-filter .articles-filter .years ul li a.active-year:focus:not(.active-year), .btn.btn-secondary:active, .publications-filter .years ul li a.btn-secondary.active-year:active, .publications-filter .years ul li a.btn:active:not(.active-year), .publications-filter .years ul li a.active-year:active:not(.active-year), .publications-filter .years ul li a.btn-secondary:active:not(.active-year), .publications-filter .years ul li a:active:not(.active-year), .socials a.btn-secondary:active, .socials .publications-filter .years ul li a:active:not(.active-year), .publications-filter .years ul li .socials a:active:not(.active-year), .articles-filter .years ul li a.btn-secondary.active-year:active, .articles-filter .publications-filter .years ul li a.active-year:active:not(.active-year), .publications-filter .articles-filter .years ul li a.active-year:active:not(.active-year), .btn.btn-secondary.active, .publications-filter .years ul li a.btn-secondary.active.active-year, .publications-filter .years ul li a.btn.active:not(.active-year), .publications-filter .years ul li a.active.active-year:not(.active-year), .publications-filter .years ul li a.btn-secondary.active:not(.active-year), .publications-filter .years ul li a.active:not(.active-year), .socials a.btn-secondary.active, .socials .publications-filter .years ul li a.active:not(.active-year), .publications-filter .years ul li .socials a.active:not(.active-year), .articles-filter .years ul li a.btn-secondary.active.active-year, .articles-filter .publications-filter .years ul li a.active.active-year:not(.active-year), .publications-filter .articles-filter .years ul li a.active.active-year:not(.active-year) {
            text-shadow: 0 0 0.03125rem #1a1a1a;
            background: white !important;
            color: #1a1a1a;
        }

.card, .file-card, .search-page .search-result {
    border-radius: 4px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.6);
    transition: all 0.2s ease-in-out;
    position: relative;
    background: white;
    border: unset;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: auto;
    margin-bottom: 2rem;
    overflow: hidden;
    padding: 1.5rem;
    position: relative;
}

    .card:active, .file-card:active, .search-page .search-result:active, .card:focus, .file-card:focus, .search-page .search-result:focus, .card:hover, .file-card:hover, .search-page .search-result:hover {
        box-shadow: 0 1px 2px rgba(0,0,0,0.2);
        background-image: none;
    }

    .card a, .file-card a, .search-page .search-result a {
        background-size: 0 0;
    }

        .card a:hover, .file-card a:hover, .search-page .search-result a:hover, .card a:focus, .file-card a:focus, .search-page .search-result a:focus {
            background-size: 0 0;
        }

    .card a, .file-card a, .search-page .search-result a {
        transition: all 0.2s ease-in-out;
        display: flex;
        flex-direction: column;
        text-decoration-line: underline;
        text-decoration-thickness: 3px;
        text-decoration-color: white;
        line-height: 1.5rem;
        margin: 0;
        position: unset;
    }

        .card a:active, .file-card a:active, .search-page .search-result a:active, .card a:focus, .file-card a:focus, .search-page .search-result a:focus, .card a:hover, .file-card a:hover, .search-page .search-result a:hover {
            text-decoration-line: underline;
            text-decoration-thickness: 3px;
            text-decoration-color: #00bec0;
        }

        .card a::after, .file-card a::after, .search-page .search-result a::after {
            content: " ";
            position: absolute;
            display: block;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    .card .card-date, .file-card .card-date, .search-page .search-result .card-date, .card .publication-type, .file-card .publication-type, .search-page .search-result .publication-type {
        font-size: 0.8rem;
        font-weight: 100;
        margin: 0;
        text-transform: capitalize;
    }

.card-title-wrap {
    align-items: center;
    display: flex;
    height: auto;
    margin: 0 0 1rem 0;
}

@media (min-width:768px) {
    .card-title-wrap {
        height: 3.6rem;
    }
}

.card-title-wrap .card-title {
    line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.5rem;
    margin: 0;
}

.card-body-wrap {
    align-items: flex-start;
    display: flex;
    flex-grow: 1;
    height: auto;
    margin: 0 0 1rem 0;
}

@media (min-width:768px) {
    .card-body-wrap {
        height: 7.5rem;
    }
}

.card-body-wrap .card-body {
    line-clamp: 5;
    overflow: hidden;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin: 0;
    padding: 0;
}

.card-type-icon {
    transition: all 0.2s ease-in-out;
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    height: auto;
    padding: 1rem;
    text-align: center;
}

@media (min-width:576px) {
    .card-type-icon {
        height: 14rem;
    }
}

.card-type-icon:before {
    display: none;
}

.card-type-icon .icon {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 5rem;
    display: block;
    height: 5.375rem;
    margin-bottom: 1rem;
    width: 100%;
}

    .card-type-icon .icon:before {
        display: none;
    }

@media (min-width:992px) {
    .card-type-icon .icon {
        background-size: 5rem;
        height: 5.375rem;
    }
}

.card-type-icon a {
    line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

    .card-type-icon a:hover {
        text-shadow: 0 0 0.03125rem #1a1a1a;
    }

.card-type-icon .la-apple {
    background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!--%20Created%20with%20Inkscape%20(http://www.inkscape.org/)%20--%3e%3csvg%20width='120'%20height='120'%20viewBox='0%200%20120%20120'%20version='1.1'%20id='svg5'%20inkscape:version='1.1.2%20(0a00cf5339,%202022-02-04)'%20sodipodi:docname='misinformation.svg'%20xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape'%20xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:svg='http://www.w3.org/2000/svg'%3e%3csodipodi:namedview%20id='namedview7'%20pagecolor='%23ffffff'%20bordercolor='%23666666'%20borderopacity='1.0'%20inkscape:pageshadow='2'%20inkscape:pageopacity='0.0'%20inkscape:pagecheckerboard='0'%20inkscape:document-units='px'%20showgrid='false'%20inkscape:zoom='6.5166667'%20inkscape:cx='60'%20inkscape:cy='60'%20inkscape:window-width='1845'%20inkscape:window-height='1043'%20inkscape:window-x='0'%20inkscape:window-y='0'%20inkscape:window-maximized='1'%20inkscape:current-layer='layer1'%20/%3e%3cdefs%20id='defs2'%20/%3e%3cg%20inkscape:label='Layer%201'%20inkscape:groupmode='layer'%20id='layer1'%3e%3cg%20id='g2498'%20transform='matrix(2.0419413,0,0,2.0419413,-1.470093,4.8675849)'%3e%3cg%20id='_x35__00000090973481900334685710000004204693652408900257_'%3e%3cg%20id='g2439'%3e%3ccircle%20class='st8'%20cx='44.119999'%20cy='35.880001'%20r='9.4499998'%20id='circle2435'%20/%3e%3cpath%20class='st1'%20d='m%2044.13,46.22%20c%20-3.09,0%20-6.15,-1.37%20-8.19,-4%20-1.7,-2.18%20-2.44,-4.9%20-2.09,-7.64%200.35,-2.74%201.74,-5.19%203.92,-6.88%204.51,-3.5%2011.02,-2.68%2014.52,1.83%20v%200%20c%201.7,2.18%202.44,4.9%202.09,7.64%20-0.35,2.74%20-1.74,5.19%20-3.92,6.88%20-1.88,1.47%20-4.11,2.17%20-6.33,2.17%20z%20M%2044.1,27.33%20c%20-1.89,0%20-3.71,0.62%20-5.22,1.8%20-1.8,1.4%20-2.95,3.42%20-3.24,5.68%20-0.29,2.27%200.33,4.51%201.73,6.31%201.4,1.8%203.42,2.95%205.68,3.24%202.26,0.29%204.51,-0.33%206.31,-1.73%201.8,-1.4%202.95,-3.42%203.24,-5.68%200.29,-2.27%20-0.33,-4.51%20-1.73,-6.31%20-1.4,-1.8%20-3.42,-2.95%20-5.68,-3.24%20-0.37,-0.05%20-0.73,-0.07%20-1.09,-0.07%20z'%20id='path2437'%20/%3e%3c/g%3e%3cg%20id='g2445'%3e%3cpath%20class='st1'%20d='m%2051,42.63%207.6,7.47%20z'%20id='path2441'%20/%3e%3cpath%20class='st1'%20d='m%2058.59,51%20c%20-0.23,0%20-0.46,-0.09%20-0.63,-0.26%20l%20-7.6,-7.47%20C%2050.01,42.93%2050,42.35%2050.35,42%20c%200.35,-0.36%200.92,-0.36%201.27,-0.01%20l%207.6,7.47%20c%200.35,0.35%200.36,0.92%200.01,1.27%20C%2059.06,50.91%2058.82,51%2058.59,51%20Z'%20id='path2443'%20/%3e%3c/g%3e%3cg%20id='g2449'%3e%3cpath%20class='st1'%20d='M%2020.12,30.1%20H%209.22%20c%20-0.5,0%20-0.9,-0.4%20-0.9,-0.9%20v%20-8%20c%200,-0.5%200.4,-0.9%200.9,-0.9%20h%2010.9%20c%200.5,0%200.9,0.4%200.9,0.9%20v%208%20c%200,0.5%20-0.4,0.9%20-0.9,0.9%20z%20m%20-10,-1.8%20h%209.1%20v%20-6.2%20h%20-9.1%20z'%20id='path2447'%20/%3e%3c/g%3e%3cg%20id='g2453'%3e%3cpath%20class='st1'%20d='M%2044.28,18.01%20H%209.22%20c%20-0.5,0%20-0.9,-0.4%20-0.9,-0.9%200,-0.5%200.4,-0.9%200.9,-0.9%20h%2035.06%20c%200.5,0%200.9,0.4%200.9,0.9%200,0.49%20-0.4,0.9%20-0.9,0.9%20z'%20id='path2451'%20/%3e%3c/g%3e%3cg%20id='g2457'%3e%3cpath%20class='st1'%20d='M%2033.22,14.22%20H%2020.28%20c%20-0.5,0%20-0.9,-0.4%20-0.9,-0.9%200,-0.5%200.4,-0.9%200.9,-0.9%20h%2012.93%20c%200.5,0%200.9,0.4%200.9,0.9%200,0.5%20-0.4,0.9%20-0.89,0.9%20z'%20id='path2455'%20/%3e%3c/g%3e%3cg%20id='g2461'%3e%3cpath%20class='st1'%20d='M%2030.08,34.18%20H%209.22%20c%20-0.5,0%20-0.9,-0.4%20-0.9,-0.9%200,-0.5%200.4,-0.9%200.9,-0.9%20h%2020.87%20c%200.5,0%200.9,0.4%200.9,0.9%200,0.5%20-0.41,0.9%20-0.91,0.9%20z'%20id='path2459'%20/%3e%3c/g%3e%3cg%20id='g2465'%3e%3cpath%20class='st1'%20d='M%2025.28,37.81%20H%209.22%20c%20-0.5,0%20-0.9,-0.4%20-0.9,-0.9%200,-0.5%200.4,-0.9%200.9,-0.9%20h%2016.07%20c%200.5,0%200.9,0.4%200.9,0.9%200,0.5%20-0.41,0.9%20-0.91,0.9%20z'%20id='path2463'%20/%3e%3c/g%3e%3cg%20id='g2491'%3e%3cg%20id='g2489'%3e%3cg%20id='g2469'%3e%3cpath%20class='st1'%20d='M%2032.5,42.76%20H%201.62%20c%20-0.5,0%20-0.9,-0.4%20-0.9,-0.9%20V%206.11%20C%200.71,4.39%202.17,3%203.96,3%20h%2046.02%20c%201.79,0%203.25,1.39%203.25,3.11%20v%2020.06%20c%200,0.5%20-0.4,0.9%20-0.9,0.9%20-0.5,0%20-0.9,-0.4%20-0.9,-0.9%20V%206.11%20C%2051.43,5.39%2050.78,4.8%2049.99,4.8%20H%203.96%20C%203.16,4.8%202.52,5.39%202.52,6.11%20V%2040.96%20H%2032.5%20c%200.5,0%200.9,0.4%200.9,0.9%200,0.49%20-0.4,0.9%20-0.9,0.9%20z'%20id='path2467'%20/%3e%3c/g%3e%3cg%20id='g2473'%3e%3cpath%20class='st1'%20d='M%2052.33,9.62%20H%204.64%20c%20-0.5,0%20-0.9,-0.4%20-0.9,-0.9%200,-0.5%200.4,-0.9%200.9,-0.9%20h%2047.69%20c%200.5,0%200.9,0.4%200.9,0.9%200,0.5%20-0.41,0.9%20-0.9,0.9%20z'%20id='path2471'%20/%3e%3c/g%3e%3cg%20id='g2487'%3e%3cg%20id='g2477'%3e%3crect%20x='44.369999'%20y='5.4400001'%20class='st1'%20width='1.49'%20height='1.8'%20id='rect2475'%20/%3e%3c/g%3e%3cg%20id='g2481'%3e%3crect%20x='47.490002'%20y='5.4400001'%20class='st1'%20width='1.49'%20height='1.8'%20id='rect2479'%20/%3e%3c/g%3e%3cg%20id='g2485'%3e%3crect%20x='41.09'%20y='5.4400001'%20class='st1'%20width='1.49'%20height='1.8'%20id='rect2483'%20/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cg%20id='g2496'%3e%3cpath%20class='st1'%20d='m%2043.25,36.67%20-0.24,-3.54%20c%20-0.04,-0.69%20-0.07,-1.19%20-0.07,-1.49%200,-0.41%200.11,-0.73%200.32,-0.96%200.21,-0.23%200.5,-0.34%200.85,-0.34%200.42,0%200.71,0.15%200.85,0.44%200.14,0.29%200.21,0.72%200.21,1.27%200,0.33%20-0.02,0.66%20-0.05,0.99%20l%20-0.32,3.64%20c%20-0.03,0.43%20-0.11,0.77%20-0.22,1%20-0.11,0.23%20-0.3,0.35%20-0.56,0.35%20-0.27,0%20-0.45,-0.11%20-0.55,-0.34%20-0.11,-0.22%20-0.18,-0.56%20-0.22,-1.02%20z%20m%200.82,4.87%20c%20-0.3,0%20-0.56,-0.1%20-0.79,-0.29%20-0.22,-0.19%20-0.34,-0.47%20-0.34,-0.82%200,-0.31%200.11,-0.57%200.32,-0.78%200.21,-0.21%200.48,-0.32%200.79,-0.32%200.31,0%200.58,0.11%200.79,0.32%200.22,0.21%200.33,0.47%200.33,0.78%200,0.35%20-0.11,0.62%20-0.33,0.81%20-0.22,0.2%20-0.48,0.3%20-0.77,0.3%20z'%20id='path2494'%20/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cstyle%20type='text/css'%20id='style1267'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20%3c/style%3e%3cstyle%20type='text/css'%20id='style1505'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20%3c/style%3e%3cstyle%20type='text/css'%20id='style1788'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st14{fill:none;stroke:%2300BEC0;stroke-width:1.5;stroke-miterlimit:10;}%20.st15{fill:%23FFFFFF;}%20.st16{fill:none;stroke:%2300BEC0;stroke-width:1.1576;stroke-miterlimit:10;}%20.st17{fill:%23707070;}%20%3c/style%3e%3cstyle%20type='text/css'%20id='style2150'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st14{fill:none;stroke:%2300BEC0;stroke-width:1.5;stroke-miterlimit:10;}%20.st15{fill:%23FFFFFF;}%20.st16{fill:none;stroke:%2300BEC0;stroke-width:1.1576;stroke-miterlimit:10;}%20.st17{fill:%23707070;}%20.st18{fill:none;stroke:%2300BEC0;stroke-width:0.9296;stroke-linecap:square;stroke-miterlimit:10;}%20.st19{fill:none;stroke:%2300BEC0;stroke-width:1.3944;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20%3c/style%3e%3cstyle%20type='text/css'%20id='style2433'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20%3c/style%3e%3c/svg%3e");
}

.card-type-icon .la-align-center {
    background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!--%20Created%20with%20Inkscape%20(http://www.inkscape.org/)%20--%3e%3csvg%20width='120'%20height='120'%20viewBox='0%200%20120%20120'%20version='1.1'%20id='svg5'%20inkscape:version='1.1.2%20(0a00cf5339,%202022-02-04)'%20sodipodi:docname='tv-interference.svg'%20xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape'%20xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:svg='http://www.w3.org/2000/svg'%3e%3csodipodi:namedview%20id='namedview7'%20pagecolor='%23ffffff'%20bordercolor='%23666666'%20borderopacity='1.0'%20inkscape:pageshadow='2'%20inkscape:pageopacity='0.0'%20inkscape:pagecheckerboard='0'%20inkscape:document-units='px'%20showgrid='false'%20inkscape:zoom='6.5166667'%20inkscape:cx='61.381074'%20inkscape:cy='61.994885'%20inkscape:window-width='1845'%20inkscape:window-height='1043'%20inkscape:window-x='0'%20inkscape:window-y='0'%20inkscape:window-maximized='1'%20inkscape:current-layer='layer1'%20/%3e%3cdefs%20id='defs2'%20/%3e%3cg%20inkscape:label='Layer%201'%20inkscape:groupmode='layer'%20id='layer1'%3e%3cg%20id='g5608'%20transform='matrix(1.6889514,0,0,1.6889514,1.515e-6,7.6424786)'%3e%3cline%20x1='35.529999'%20y1='54.25'%20x2='35.529999'%20y2='44.220001'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5323'%20/%3e%3cpolyline%20points='54.34%2044.23%201%2044.23%201%201%2070.05%201%2070.05%2033.48'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='polyline5325'%20/%3e%3cline%20x1='21.15'%20y1='54.25'%20x2='49.91'%20y2='54.25'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5327'%20/%3e%3cpath%20d='M%2075.18,38.34'%20transform='translate(-9.47,-14)'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='path5329'%20/%3e%3cpath%20d='M%2075.18,49.62'%20transform='translate(-9.47,-14)'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='path5331'%20/%3e%3cpath%20d='M%2075.18,48.37'%20transform='translate(-9.47,-14)'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='path5333'%20/%3e%3cline%20x1='9.1700001'%20y1='35.619999'%20x2='5.3499999'%20y2='39.34'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5335'%20/%3e%3cline%20x1='9.1700001'%20y1='35.619999'%20x2='12.89'%20y2='39.34'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5337'%20/%3e%3cline%20x1='16.709999'%20y1='35.619999'%20x2='12.89'%20y2='39.34'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5339'%20/%3e%3cline%20x1='16.709999'%20y1='35.619999'%20x2='20.440001'%20y2='39.34'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5341'%20/%3e%3cline%20x1='24.25'%20y1='35.619999'%20x2='20.440001'%20y2='39.34'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5343'%20/%3e%3cline%20x1='24.25'%20y1='35.619999'%20x2='27.98'%20y2='39.34'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5345'%20/%3e%3cline%20x1='24.25'%20y1='35.619999'%20x2='20.440001'%20y2='39.34'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5347'%20/%3e%3cline%20x1='24.25'%20y1='35.619999'%20x2='27.98'%20y2='39.34'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5349'%20/%3e%3cline%20x1='31.799999'%20y1='35.619999'%20x2='27.98'%20y2='39.34'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5351'%20/%3e%3cline%20x1='31.799999'%20y1='35.619999'%20x2='35.529999'%20y2='39.34'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5353'%20/%3e%3cline%20x1='39.25'%20y1='35.619999'%20x2='35.529999'%20y2='39.34'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5355'%20/%3e%3cline%20x1='39.25'%20y1='35.619999'%20x2='43.07'%20y2='39.34'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5357'%20/%3e%3cline%20x1='46.799999'%20y1='35.619999'%20x2='43.07'%20y2='39.34'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5359'%20/%3e%3cline%20x1='46.799999'%20y1='35.619999'%20x2='50.619999'%20y2='39.34'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5361'%20/%3e%3cline%20x1='54.34'%20y1='35.619999'%20x2='50.619999'%20y2='39.34'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5363'%20/%3e%3cline%20x1='54.34'%20y1='35.619999'%20x2='50.619999'%20y2='39.34'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5365'%20/%3e%3cpath%20d='M%2075.18,54.23'%20transform='translate(-9.47,-14)'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='path5367'%20/%3e%3cpath%20d='M%2075.13,18.78'%20transform='translate(-9.47,-14)'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='path5369'%20/%3e%3cline%20x1='9.1300001'%20y1='6.0100002'%20x2='5.4000001'%20y2='9.8100004'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5371'%20/%3e%3cline%20x1='9.1300001'%20y1='6.0100002'%20x2='12.93'%20y2='9.8100004'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5373'%20/%3e%3cline%20x1='16.66'%20y1='6.0100002'%20x2='12.93'%20y2='9.8100004'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5375'%20/%3e%3cline%20x1='16.66'%20y1='6.0100002'%20x2='20.459999'%20y2='9.8100004'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5377'%20/%3e%3cline%20x1='24.200001'%20y1='6.0100002'%20x2='20.459999'%20y2='9.8100004'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5379'%20/%3e%3cline%20x1='24.200001'%20y1='6.0100002'%20x2='27.99'%20y2='9.8100004'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5381'%20/%3e%3cline%20x1='24.200001'%20y1='6.0100002'%20x2='20.459999'%20y2='9.8100004'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5383'%20/%3e%3cline%20x1='24.200001'%20y1='6.0100002'%20x2='27.99'%20y2='9.8100004'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5385'%20/%3e%3cline%20x1='31.73'%20y1='6.0100002'%20x2='27.99'%20y2='9.8100004'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5387'%20/%3e%3cline%20x1='31.73'%20y1='6.0100002'%20x2='35.529999'%20y2='9.8100004'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5389'%20/%3e%3cline%20x1='39.259998'%20y1='6.0100002'%20x2='35.529999'%20y2='9.8100004'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5391'%20/%3e%3cline%20x1='39.259998'%20y1='6.0100002'%20x2='43.060001'%20y2='9.8100004'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5393'%20/%3e%3cline%20x1='46.799999'%20y1='6.0100002'%20x2='43.060001'%20y2='9.8100004'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5395'%20/%3e%3cline%20x1='46.799999'%20y1='6.0100002'%20x2='50.59'%20y2='9.8100004'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5397'%20/%3e%3cline%20x1='54.389999'%20y1='6.0100002'%20x2='50.59'%20y2='9.8100004'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5399'%20/%3e%3cline%20x1='54.389999'%20y1='6.0100002'%20x2='58.130001'%20y2='9.8100004'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5401'%20/%3e%3cline%20x1='54.389999'%20y1='6.0100002'%20x2='50.59'%20y2='9.8100004'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5403'%20/%3e%3cline%20x1='54.389999'%20y1='6.0100002'%20x2='58.130001'%20y2='9.8100004'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5405'%20/%3e%3cline%20x1='61.919998'%20y1='6.0100002'%20x2='58.130001'%20y2='9.8100004'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5407'%20/%3e%3cline%20x1='61.919998'%20y1='6.0100002'%20x2='65.660004'%20y2='9.8100004'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5409'%20/%3e%3cpath%20d='M%2075.13,23.81'%20transform='translate(-9.47,-14)'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='path5411'%20/%3e%3cpath%20d='M%2075.13,28.83'%20transform='translate(-9.47,-14)'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='path5413'%20/%3e%3cline%20x1='9.1300001'%20y1='16.049999'%20x2='5.4000001'%20y2='19.790001'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5415'%20/%3e%3cline%20x1='9.1300001'%20y1='16.049999'%20x2='12.93'%20y2='19.790001'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5417'%20/%3e%3cline%20x1='16.66'%20y1='16.049999'%20x2='12.93'%20y2='19.790001'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5419'%20/%3e%3cline%20x1='16.66'%20y1='16.049999'%20x2='20.459999'%20y2='19.790001'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5421'%20/%3e%3cline%20x1='24.200001'%20y1='16.049999'%20x2='20.459999'%20y2='19.790001'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5423'%20/%3e%3cline%20x1='24.200001'%20y1='16.049999'%20x2='27.99'%20y2='19.790001'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5425'%20/%3e%3cline%20x1='24.200001'%20y1='16.049999'%20x2='20.459999'%20y2='19.790001'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5427'%20/%3e%3cline%20x1='24.200001'%20y1='16.049999'%20x2='27.99'%20y2='19.790001'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5429'%20/%3e%3cline%20x1='31.73'%20y1='16.049999'%20x2='27.99'%20y2='19.790001'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5431'%20/%3e%3cline%20x1='31.73'%20y1='16.049999'%20x2='35.529999'%20y2='19.790001'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5433'%20/%3e%3cline%20x1='39.259998'%20y1='16.049999'%20x2='35.529999'%20y2='19.790001'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5435'%20/%3e%3cline%20x1='39.259998'%20y1='16.049999'%20x2='43.060001'%20y2='19.790001'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5437'%20/%3e%3cline%20x1='46.799999'%20y1='16.049999'%20x2='43.060001'%20y2='19.790001'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5439'%20/%3e%3cline%20x1='46.799999'%20y1='16.049999'%20x2='50.59'%20y2='19.790001'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5441'%20/%3e%3cline%20x1='54.389999'%20y1='16.049999'%20x2='50.59'%20y2='19.790001'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5443'%20/%3e%3cline%20x1='54.389999'%20y1='16.049999'%20x2='58.130001'%20y2='19.790001'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5445'%20/%3e%3cline%20x1='54.389999'%20y1='16.049999'%20x2='50.59'%20y2='19.790001'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5447'%20/%3e%3cline%20x1='54.389999'%20y1='16.049999'%20x2='58.130001'%20y2='19.790001'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5449'%20/%3e%3cline%20x1='61.919998'%20y1='16.049999'%20x2='58.130001'%20y2='19.790001'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5451'%20/%3e%3cline%20x1='61.919998'%20y1='16.049999'%20x2='65.660004'%20y2='19.790001'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5453'%20/%3e%3cpath%20d='M%2075.13,33.79'%20transform='translate(-9.47,-14)'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='path5455'%20/%3e%3cpath%20d='m%2076.51,55.3%20a%203.81,3.81%200%200%200%20-5.42,0'%20transform='translate(-9.47,-14)'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='path5457'%20/%3e%3cpath%20d='m%2078.64,53.17%20a%207,7%200%200%200%20-9.76,0'%20transform='translate(-9.47,-14)'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='path5459'%20/%3e%3cpath%20d='M%2077.66,75%20H%2069.94%20A%201.5,1.5%200%200%201%2068.43,73.49%20V%2059.64%20a%201.49,1.49%200%200%201%201.51,-1.5%20h%207.72%20a%201.55,1.55%200%200%201%201.51,1.5%20V%2073.49%20A%201.56,1.56%200%200%201%2077.66,75%20Z'%20transform='translate(-9.47,-14)'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='path5461'%20/%3e%3ccircle%20cx='64.279999'%20cy='49.549999'%20r='1.51'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='circle5463'%20/%3e%3cpath%20d='M%2075.13,38.34'%20transform='translate(-9.47,-14)'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='path5465'%20/%3e%3cline%20x1='9.1300001'%20y1='25.57'%20x2='5.4000001'%20y2='29.299999'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5467'%20/%3e%3cline%20x1='9.1300001'%20y1='25.57'%20x2='12.93'%20y2='29.299999'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5469'%20/%3e%3cline%20x1='16.66'%20y1='25.57'%20x2='12.93'%20y2='29.299999'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5471'%20/%3e%3cline%20x1='16.66'%20y1='25.57'%20x2='20.459999'%20y2='29.299999'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5473'%20/%3e%3cline%20x1='24.200001'%20y1='25.57'%20x2='20.459999'%20y2='29.299999'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5475'%20/%3e%3cline%20x1='24.200001'%20y1='25.57'%20x2='27.99'%20y2='29.299999'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5477'%20/%3e%3cline%20x1='24.200001'%20y1='25.57'%20x2='20.459999'%20y2='29.299999'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5479'%20/%3e%3cline%20x1='24.200001'%20y1='25.57'%20x2='27.99'%20y2='29.299999'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5481'%20/%3e%3cline%20x1='31.73'%20y1='25.57'%20x2='27.99'%20y2='29.299999'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5483'%20/%3e%3cline%20x1='31.73'%20y1='25.57'%20x2='35.529999'%20y2='29.299999'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5485'%20/%3e%3cline%20x1='39.259998'%20y1='25.57'%20x2='35.529999'%20y2='29.299999'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5487'%20/%3e%3cline%20x1='39.259998'%20y1='25.57'%20x2='43.060001'%20y2='29.299999'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5489'%20/%3e%3cline%20x1='46.799999'%20y1='25.57'%20x2='43.060001'%20y2='29.299999'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5491'%20/%3e%3cline%20x1='46.799999'%20y1='25.57'%20x2='50.59'%20y2='29.299999'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5493'%20/%3e%3cline%20x1='54.389999'%20y1='25.57'%20x2='50.59'%20y2='29.299999'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5495'%20/%3e%3cline%20x1='54.389999'%20y1='25.57'%20x2='58.130001'%20y2='29.299999'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5497'%20/%3e%3cline%20x1='54.389999'%20y1='25.57'%20x2='50.59'%20y2='29.299999'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5499'%20/%3e%3cline%20x1='54.389999'%20y1='25.57'%20x2='58.130001'%20y2='29.299999'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5501'%20/%3e%3cline%20x1='61.919998'%20y1='25.57'%20x2='58.130001'%20y2='29.299999'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5503'%20/%3e%3cline%20x1='61.919998'%20y1='25.57'%20x2='65.660004'%20y2='29.299999'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line5505'%20/%3e%3cpath%20d='M%2075.13,43.3'%20transform='translate(-9.47,-14)'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='path5507'%20/%3e%3c/g%3e%3c/g%3e%3cstyle%20type='text/css'%20id='style1267'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20%3c/style%3e%3cstyle%20type='text/css'%20id='style1505'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20%3c/style%3e%3cstyle%20type='text/css'%20id='style1788'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st14{fill:none;stroke:%2300BEC0;stroke-width:1.5;stroke-miterlimit:10;}%20.st15{fill:%23FFFFFF;}%20.st16{fill:none;stroke:%2300BEC0;stroke-width:1.1576;stroke-miterlimit:10;}%20.st17{fill:%23707070;}%20%3c/style%3e%3cstyle%20type='text/css'%20id='style2150'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st14{fill:none;stroke:%2300BEC0;stroke-width:1.5;stroke-miterlimit:10;}%20.st15{fill:%23FFFFFF;}%20.st16{fill:none;stroke:%2300BEC0;stroke-width:1.1576;stroke-miterlimit:10;}%20.st17{fill:%23707070;}%20.st18{fill:none;stroke:%2300BEC0;stroke-width:0.9296;stroke-linecap:square;stroke-miterlimit:10;}%20.st19{fill:none;stroke:%2300BEC0;stroke-width:1.3944;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20%3c/style%3e%3cstyle%20type='text/css'%20id='style2433'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20%3c/style%3e%3cstyle%20type='text/css'%20id='style3681'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20%3c/style%3e%3cstyle%20type='text/css'%20id='style4285'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20%3c/style%3e%3cstyle%20type='text/css'%20id='style4487'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20%3c/style%3e%3c/svg%3e");
}

.card-type-icon .la-amazon {
    background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!--%20Created%20with%20Inkscape%20(http://www.inkscape.org/)%20--%3e%3csvg%20width='120'%20height='120'%20viewBox='0%200%20120%20120'%20version='1.1'%20id='svg5'%20inkscape:version='1.1.2%20(0a00cf5339,%202022-02-04)'%20sodipodi:docname='broadcasting.svg'%20xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape'%20xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:svg='http://www.w3.org/2000/svg'%3e%3csodipodi:namedview%20id='namedview7'%20pagecolor='%23ffffff'%20bordercolor='%23666666'%20borderopacity='1.0'%20inkscape:pageshadow='2'%20inkscape:pageopacity='0.0'%20inkscape:pagecheckerboard='0'%20inkscape:document-units='px'%20showgrid='false'%20inkscape:zoom='6.5166667'%20inkscape:cx='60'%20inkscape:cy='60'%20inkscape:window-width='1845'%20inkscape:window-height='1043'%20inkscape:window-x='0'%20inkscape:window-y='0'%20inkscape:window-maximized='1'%20inkscape:current-layer='layer1'%20/%3e%3cdefs%20id='defs2'%20/%3e%3cg%20inkscape:label='Layer%201'%20inkscape:groupmode='layer'%20id='layer1'%3e%3cg%20id='g3260'%20transform='matrix(2.1420662,0,0,2.1420662,11.651971,-6.4696442e-7)'%3e%3cline%20x1='11.77'%20y1='14.46'%20x2='33.299999'%20y2='14.46'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line3236'%20/%3e%3cline%20x1='11.77'%20y1='23.43'%20x2='33.299999'%20y2='23.43'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line3238'%20/%3e%3cline%20x1='11.77'%20y1='32.400002'%20x2='33.299999'%20y2='32.400002'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line3240'%20/%3e%3cline%20x1='11.77'%20y1='41.380001'%20x2='20.74'%20y2='41.380001'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='line3242'%20/%3e%3cpolyline%20points='25.23%2054.83%201%2054.83%201%201%2044.07%201%2044.07%2028.81'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20id='polyline3244'%20/%3e%3cpath%20d='m%2053.34,54.25%20a%200.74,0.74%200%200%200%20-0.71,0.27%209,9%200%200%200%20-2.87,6.48%209.15,9.15%200%200%200%201.79,5.29%200.93,0.93%200%200%200%201.53,-0.09%20v%20-0.09%20a%201,1%200%200%200%20-0.09,-1%206.73,6.73%200%200%201%200.89,-9.11%201,1%200%200%200%200.18,-1%20L%2054,54.7%20a%200.68,0.68%200%200%200%20-0.66,-0.45%20z%20m%2010,0.09%20c%20-0.27,0.09%20-0.54,0.18%20-0.62,0.44%20l%20-0.09,0.09%20a%200.84,0.84%200%200%200%200.22,1.13%206.5,6.5%200%200%201%200.9,8.88%201,1%200%200%200%20-0.09,1%20l%200.09,0.09%20a%201,1%200%200%200%201.53,0.18%208.25,8.25%200%200%200%201.79,-5.29%208.78,8.78%200%200%200%20-2.87,-6.37%201.27,1.27%200%200%200%20-0.81,-0.15%20z%20m%20-7.71,2.87%20A%200.82,0.82%200%200%200%2055,57.48%204.89,4.89%200%200%200%2053.74,62.05%201,1%200%200%200%2055.63,61.6%20v%200%20a%203,3%200%200%201%200.71,-2.78%201,1%200%200%200%200,-1.34%201.62,1.62%200%200%200%20-0.66,-0.27%20z%20m%205.38,0%20a%201,1%200%200%200%20-1,1%201,1%200%200%200%200.27,0.72%202.88,2.88%200%200%201%200.72,2.78%201,1%200%200%200%200.72,1.17%201,1%200%200%200%201.16,-0.72%20v%200%20A%204.64,4.64%200%200%200%2061.63,57.59%200.76,0.76%200%200%200%2061.06,57.21%20Z%20M%2058.37,60%20a%201,1%200%200%200%20-1,1%20l%20-2.6,10.4%20a%200.93,0.93%200%200%200%200.9,1.17%20h%200.09%20a%200.87,0.87%200%200%200%200.89,-0.72%20l%201.8,-7%201.79,7%20a%200.88,0.88%200%200%200%200.9,0.72%20h%200.09%20a%200.94,0.94%200%200%200%200.9,-1.17%20L%2059.36,61%20a%201,1%200%200%200%20-0.99,-1%20z'%20transform='translate(-21.93,-16.55)'%20fill='%2300bec0'%20id='path3246'%20/%3e%3c/g%3e%3c/g%3e%3cstyle%20type='text/css'%20id='style1267'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20%3c/style%3e%3cstyle%20type='text/css'%20id='style1505'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20%3c/style%3e%3cstyle%20type='text/css'%20id='style1788'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st14{fill:none;stroke:%2300BEC0;stroke-width:1.5;stroke-miterlimit:10;}%20.st15{fill:%23FFFFFF;}%20.st16{fill:none;stroke:%2300BEC0;stroke-width:1.1576;stroke-miterlimit:10;}%20.st17{fill:%23707070;}%20%3c/style%3e%3cstyle%20type='text/css'%20id='style2150'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st14{fill:none;stroke:%2300BEC0;stroke-width:1.5;stroke-miterlimit:10;}%20.st15{fill:%23FFFFFF;}%20.st16{fill:none;stroke:%2300BEC0;stroke-width:1.1576;stroke-miterlimit:10;}%20.st17{fill:%23707070;}%20.st18{fill:none;stroke:%2300BEC0;stroke-width:0.9296;stroke-linecap:square;stroke-miterlimit:10;}%20.st19{fill:none;stroke:%2300BEC0;stroke-width:1.3944;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20%3c/style%3e%3cstyle%20type='text/css'%20id='style2433'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20%3c/style%3e%3c/svg%3e");
}

.card-type-icon .la-ambulance {
    background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='114.88'%20height='120'%20version='1.1'%20viewBox='0%200%20273.79%20286'%20xmlns='http://www.w3.org/2000/svg'%3e%3c!--%20Generator:%20Adobe%20Illustrator%2029.1.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%202.1.0%20Build%20142)%20--%3e%3cdefs%3e%3cstyle%3e.st0%20{%20stroke-linejoin:%20round;%20}%20.st0,%20.st1,%20.st2,%20.st3%20{%20stroke-linecap:%20round;%20}%20.st0,%20.st1,%20.st2,%20.st3,%20.st4%20{%20fill:%20none;%20stroke:%20%2300bec0;%20}%20.st0,%20.st2%20{%20stroke-width:%20.9px;%20}%20.st1%20{%20stroke-miterlimit:%202;%20}%20.st1,%20.st2,%20.st3,%20.st4%20{%20fill-rule:%20evenodd;%20}%20.st2,%20.st3,%20.st4%20{%20stroke-miterlimit:%202.6;%20}%20.st3%20{%20stroke-width:%201.5px;%20}%3c/style%3e%3c/defs%3e%3cg%20transform='matrix(5.6802%200%200%205.6802%20-36.069%20-9.6563)'%3e%3cpath%20class='st1'%20d='m35.2%2021.7c3.2%200.2%205-1.7%204.5-5-0.2-1.4-0.6-1.8-0.3-3.4%200.4-2.6%200-5.8-1.6-7.9-1.5-1.9-3.7-3-5.9-3.1-0.2%200-0.7%200-1.1%200.2-0.4-0.2-1-0.2-1.1-0.3-2.2%200-4.4%201-6%202.8-1.7%201.9-2.2%205.2-1.8%207.8%200.3%201.7-0.2%202.1-0.4%203.5-0.4%202%200.2%203.5%201.2%204.4%200.7%200.7%201.9%201.1%203.4%201'/%3e%3cpath%20class='st4'%20d='m26.2%2022.9c-2.1%200.8-7.2%203.9-8.4%204.8-1.7%201.2-2.1%202.5-2.4%204.4-0.2%204.4-0.5%208.5-0.8%2012.8-0.2%203.1%201.8%204.2%204.6%203.9%201.3-0.1%204.8-2.6%206.1-3.7-2.2-2.7-1.1-5.3-1.1-5.3l-6%202.8m19.3-30.4c0.1%201.4%200%202.8-0.4%204.2l-0.6%200.4c-0.4%202.7-1.5%204-3.8%205.4-1.8%201.1-2.7%201.1-4.5%200-2.3-1.4-3.4-2.6-3.8-5.4l-0.6-0.4c-0.3-1.2-0.5-2.5-0.4-3.8%203.7-1%206.9-2.4%209.8-3.9%201.6%201.7%202.5%202.2%204.3%203.5zm-17.4%2021.9-0.2%207.5m7.1-3.1h0.9l2.4-0.4%201.8-0.8h0.3c0.5%200.1%200.5%200.7%200.4%201.1%200.2%200.4%200.2%200.9%200%201.5%200.2%200.4%200.2%200.8%200%201.4v0.2c0.1%200.6%200%201-0.4%201.4l-1.6%201-2.8%200.8-2.1%200.2-0.6%200.4m-1.2-5.3%200.9-0.5%200.3-0.3%200.5-1.2%200.6-1.1%201-0.6m5.5%204.9-2.5%201.3-2.4%200.5m4.9-3.2-2.4%201.2-2.5%200.5m4.9-3.1-2.5%201.2-2.4%200.5m-0.7%204.5c0%200.4%200.3%200.6%200.6%200.6h5.4c0.4%200%200.6-0.3%200.6-0.7v-11.9c0-0.4-0.3-0.6-0.7-0.6h-5.4c-0.3%200-0.6%200.3-0.6%200.7v5.8m1.4-5.4v1.9m-1.4-13.6c-0.2%200.5-0.5%201-1%201.4-0.4%200.4-0.3%200.8%200%201.3%201.7%202.7%207.3%202.7%209%200%200.2-0.5%200.4-0.8%200-1.3-0.4-0.4-0.7-0.9-1-1.4m1.1%201.6%206.6%202.6c1.8%200.7%203.1%202%203.5%203.9l0.9%2015.6'/%3e%3cpath%20class='st2'%20d='m21.1%206.6'/%3e%3cpath%20class='st2'%20d='m19.2%207.5'/%3e%3cpath%20class='st3'%20d='m11.9%2042.1c-3-3.9-4.8-8.8-4.8-14.2%200-8.8%204.9-16.5%2012.1-20.4'/%3e%3cpath%20class='st2'%20d='m11.9%2042.1'/%3e%3cpath%20class='st2'%20d='m13.2%2043.7'/%3e%3cpath%20class='st2'%20d='m13.2%2043.7'/%3e%3cpath%20class='st2'%20d='m21.6%2049.5'/%3e%3cpath%20class='st2'%20d='m21.6%2049.5'/%3e%3cpath%20class='st2'%20d='m23.8%2050.3'/%3e%3cpath%20class='st3'%20d='m42.2%207.8c6.9%204%2011.6%2011.6%2011.6%2020.2%200%2012.9-10.4%2023.3-23.3%2023.3s-4.6-0.3-6.7-1'/%3e%3cpath%20class='st2'%20d='m42.2%207.8'/%3e%3cpath%20class='st2'%20d='m40.2%206.7'/%3e%3cline%20class='st0'%20x1='41.2'%20x2='40.5'%20y1='48.3'%20y2='34.2'/%3e%3c/g%3e%3c/svg%3e");
}

.card-type-icon .la-backward {
    background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!--%20Created%20with%20Inkscape%20(http://www.inkscape.org/)%20--%3e%3csvg%20width='120'%20height='120'%20viewBox='0%200%20120%20120'%20version='1.1'%20id='svg5'%20inkscape:version='1.1.2%20(0a00cf5339,%202022-02-04)'%20sodipodi:docname='online-gambling.svg'%20xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape'%20xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:svg='http://www.w3.org/2000/svg'%3e%3csodipodi:namedview%20id='namedview7'%20pagecolor='%23ffffff'%20bordercolor='%23666666'%20borderopacity='1.0'%20inkscape:pageshadow='2'%20inkscape:pageopacity='0.0'%20inkscape:pagecheckerboard='0'%20inkscape:document-units='px'%20showgrid='false'%20inkscape:zoom='6.5166667'%20inkscape:cx='60'%20inkscape:cy='60'%20inkscape:window-width='1845'%20inkscape:window-height='1043'%20inkscape:window-x='0'%20inkscape:window-y='0'%20inkscape:window-maximized='1'%20inkscape:current-layer='layer1'%20/%3e%3cdefs%20id='defs2'%20/%3e%3cg%20inkscape:label='Layer%201'%20inkscape:groupmode='layer'%20id='layer1'%3e%3cg%20id='g1301'%20transform='matrix(2.0142324,0,0,2.0142324,-0.42839054,7.0055456)'%3e%3cg%20id='g1273'%3e%3cpath%20class='st0'%20d='m%205.17,4.2%20v%2030.89%20c%200,0.23%20-0.04,0.47%20-0.11,0.69%20L%201.11,47.73%20c%20-0.47,1.42%200.59,2.89%202.09,2.89%20h%2053.6%20c%201.51,0%202.58,-1.49%202.08,-2.92%20L%2054.89,36.29%20c%20-0.05,-0.13%20-0.08,-0.26%20-0.1,-0.4%20-0.02,-0.11%20-0.02,-0.22%20-0.02,-0.33%20V%204.2%20C%2054.77,2.99%2053.79,2%2052.57,2%20H%207.37%20C%206.16,2%205.17,2.98%205.17,4.2%20Z'%20id='path1269'%20/%3e%3cline%20class='st0'%20x1='5.1599998'%20y1='35.34'%20x2='54.790001'%20y2='35.34'%20id='line1271'%20/%3e%3c/g%3e%3cg%20id='g1297'%3e%3cg%20id='g1295'%3e%3cg%20id='g1277'%3e%3cpath%20class='st1'%20d='m%2041.17,8.4%20c%200,-0.99%20-0.81,-1.79%20-1.8,-1.79%20H%2027.62%20c%20-1.1,-0.01%20-1.91,0.97%20-1.8,2.04%200,0%20-6.67,2.31%20-6.67,2.31%20-0.94,0.32%20-1.43,1.35%20-1.11,2.28%200,0%206.2,17.99%206.2,17.99%200.32,0.95%201.38,1.44%202.29,1.11%200,0%209,-3.1%209,-3.1%20h%203.83%20c%200.99,0%201.8,-0.81%201.8,-1.8%200.01,0%200.01,-19.04%200.01,-19.04%20z%20m%20-1.8,19.63%20H%2027.62%20c%20-0.33,0%20-0.59,-0.26%20-0.59,-0.59%20V%208.4%20c%200,-0.32%200.26,-0.58%200.59,-0.58%20h%2011.75%20c%200.33,0%200.59,0.26%200.59,0.58%20v%2019.04%20c%200,0.33%20-0.27,0.59%20-0.59,0.59%20z%20M%2026.14,31.2%20c%20-0.31,0.11%20-0.65,-0.06%20-0.76,-0.36%200,0%20-6.2,-17.99%20-6.2,-17.99%20-0.11,-0.31%200.06,-0.64%200.36,-0.75%20l%206.28,-2.17%20v%2017.51%20c%200,0.99%200.81,1.8%201.8,1.8%20h%204.21%20z'%20id='path1275'%20/%3e%3c/g%3e%3cg%20id='g1281'%3e%3cpath%20class='st1'%20d='m%2037.62,17.64%20c%20-0.39,-1.4%20-1.71,-2.18%20-2.67,-3.14%200,0%20-0.67,-0.66%20-0.67,-0.66%20l%20-0.64,-0.69%20c%20-0.08,-0.09%20-0.22,-0.09%20-0.3,0%200,0%200,0%200,0%200,0%200,0%200,0%20-0.85,0.93%20-1.78,1.82%20-2.71,2.59%20-0.59,0.5%20-1.03,1.15%20-1.28,1.89%20-0.47,1.44%200.53,3.32%202.13,3.34%201.37,-0.05%201.93,-1.52%200.83,1.32%20v%200%20c%20-0.22,0.68%200.82,0.48%201.18,0.51%200.35,-0.03%201.39,0.18%201.17,-0.51%20v%200%20c%20-1.1,-2.84%20-0.54,-1.37%200.83,-1.32%201.6,0%202.6,-1.89%202.13,-3.33%20z'%20id='path1279'%20/%3e%3c/g%3e%3cg%20id='g1285'%3e%3cpath%20class='st1'%20d='m%2029.13,10.21%20c%200.55,-0.04%200.59,-0.77%200.19,-1.05%200,0%200,0%200,0%20v%200%20L%2029.06,8.92%20C%2029,8.89%2028.79,8.56%2028.7,8.66%2028.49,8.89%2028.04,9.2%2027.93,9.52%20c%20-0.14,0.38%200.29,0.87%200.67,0.61%20-0.08,0.25%20-0.27,0.47%200.15,0.43%200.42,0.04%200.21,-0.18%200.15,-0.43%200.07,0.05%200.15,0.08%200.23,0.08%20z'%20id='path1283'%20/%3e%3c/g%3e%3cg%20id='g1289'%3e%3cpath%20class='st1'%20d='m%2021.9,13.68%20c%200.35,-0.32%20-0.05,-0.91%20-0.47,-0.71%200.08,-0.96%20-1.36,-0.46%20-0.7,0.24%20-0.8,0.29%200.1,1.35%200.51,0.59%200.01,0.18%20-0.06,0.36%20-0.19,0.48%20-0.06,0.05%200.01,0.15%200.08,0.13%200,0%200.75,-0.27%200.75,-0.27%200.07,-0.02%200.05,-0.14%20-0.02,-0.15%20-0.19,-0.01%20-0.35,-0.1%20-0.45,-0.24%200.16,0.09%200.36,0.06%200.49,-0.07%20z'%20id='path1287'%20/%3e%3c/g%3e%3cg%20id='g1293'%3e%3cpath%20class='st1'%20d='m%2038.77,25.75%20c%20-0.14,-0.08%20-0.31,-0.07%20-0.44,0.02%200.07,-0.25%200.28,-0.46%20-0.14,-0.42%20-0.43,-0.05%20-0.22,0.17%20-0.15,0.42%20-0.62,-0.36%20-0.94,0.66%20-0.41,0.98%200,0%200,0%200,0%200.21,0.11%200.44,0.57%200.62,0.5%200,0%200,0%200,0%200.19,-0.2%200.35,-0.36%200.51,-0.5%200,0%200,0%200,0%200.31,-0.24%200.39,-0.77%200.01,-1%20z'%20id='path1291'%20/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cline%20class='st3'%20x1='26.66'%20y1='46.82'%20x2='33.389999'%20y2='46.82'%20id='line1299'%20/%3e%3c/g%3e%3c/g%3e%3cstyle%20type='text/css'%20id='style1267'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20%3c/style%3e%3c/svg%3e");
}

.card-type-icon .la-bolt {
    background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!--%20Created%20with%20Inkscape%20(http://www.inkscape.org/)%20--%3e%3csvg%20width='120'%20height='120'%20viewBox='0%200%20120%20120'%20version='1.1'%20id='svg5'%20inkscape:version='1.1.2%20(0a00cf5339,%202022-02-04)'%20sodipodi:docname='cable.svg'%20xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape'%20xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:svg='http://www.w3.org/2000/svg'%3e%3csodipodi:namedview%20id='namedview7'%20pagecolor='%23ffffff'%20bordercolor='%23666666'%20borderopacity='1.0'%20inkscape:pageshadow='2'%20inkscape:pageopacity='0.0'%20inkscape:pagecheckerboard='0'%20inkscape:document-units='px'%20showgrid='false'%20inkscape:zoom='6.5166667'%20inkscape:cx='60'%20inkscape:cy='60'%20inkscape:window-width='1845'%20inkscape:window-height='1043'%20inkscape:window-x='0'%20inkscape:window-y='0'%20inkscape:window-maximized='1'%20inkscape:current-layer='layer1'%20/%3e%3cdefs%20id='defs2'%20/%3e%3cg%20inkscape:label='Layer%201'%20inkscape:groupmode='layer'%20id='layer1'%3e%3cg%20id='g4301'%20transform='matrix(2.3725261,0,0,2.3725261,-12.528122,-2.5872385)'%3e%3cellipse%20class='st9'%20cx='18.629999'%20cy='26.379999'%20rx='4.3800001'%20ry='8.5500002'%20id='ellipse4287'%20/%3e%3cellipse%20class='st9'%20cx='18.629999'%20cy='26.379999'%20rx='12.49'%20ry='24.379999'%20id='ellipse4289'%20/%3e%3cpath%20class='st9'%20d='M%2033.03,10.52%20C%2035.32,5.3%2038.72,2%2042.51,2%2049.41,2%2055,12.91%2055,26.38%20c%200,13.46%20-5.59,24.38%20-12.49,24.38%20-3.8,0%20-7.2,-3.31%20-9.49,-8.53'%20id='path4291'%20/%3e%3cpath%20class='st9'%20d='m%2028.12,10.52%20h%2013.33%20c%204.49,0%208.12,7.1%208.12,15.86%200,8.76%20-3.64,15.86%20-8.12,15.86%20H%2028.12'%20id='path4293'%20/%3e%3cpath%20class='st9'%20d='m%2028.34,10.52%20c%204.49,0%208.12,7.1%208.12,15.86%200,8.76%20-3.64,15.86%20-8.12,15.86'%20id='path4295'%20/%3e%3cpath%20class='st9'%20d='m%2032.71,10.52%20c%204.49,0%208.12,7.1%208.12,15.86%200,8.76%20-3.64,15.86%20-8.12,15.86'%20id='path4297'%20/%3e%3cpath%20class='st9'%20d='m%2037.08,10.52%20c%204.49,0%208.12,7.1%208.12,15.86%200,8.76%20-3.64,15.86%20-8.12,15.86'%20id='path4299'%20/%3e%3c/g%3e%3c/g%3e%3cstyle%20type='text/css'%20id='style1267'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20%3c/style%3e%3cstyle%20type='text/css'%20id='style1505'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20%3c/style%3e%3cstyle%20type='text/css'%20id='style1788'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st14{fill:none;stroke:%2300BEC0;stroke-width:1.5;stroke-miterlimit:10;}%20.st15{fill:%23FFFFFF;}%20.st16{fill:none;stroke:%2300BEC0;stroke-width:1.1576;stroke-miterlimit:10;}%20.st17{fill:%23707070;}%20%3c/style%3e%3cstyle%20type='text/css'%20id='style2150'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st14{fill:none;stroke:%2300BEC0;stroke-width:1.5;stroke-miterlimit:10;}%20.st15{fill:%23FFFFFF;}%20.st16{fill:none;stroke:%2300BEC0;stroke-width:1.1576;stroke-miterlimit:10;}%20.st17{fill:%23707070;}%20.st18{fill:none;stroke:%2300BEC0;stroke-width:0.9296;stroke-linecap:square;stroke-miterlimit:10;}%20.st19{fill:none;stroke:%2300BEC0;stroke-width:1.3944;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20%3c/style%3e%3cstyle%20type='text/css'%20id='style2433'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20%3c/style%3e%3cstyle%20type='text/css'%20id='style3681'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20%3c/style%3e%3cstyle%20type='text/css'%20id='style4285'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20%3c/style%3e%3c/svg%3e");
}

.card-type-icon .la-envelope {
    background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!--%20Created%20with%20Inkscape%20(http://www.inkscape.org/)%20--%3e%3csvg%20width='120'%20height='120'%20viewBox='0%200%20120%20120'%20version='1.1'%20id='svg5'%20inkscape:version='1.1.2%20(0a00cf5339,%202022-02-04)'%20sodipodi:docname='spam.svg'%20xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape'%20xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:svg='http://www.w3.org/2000/svg'%3e%3csodipodi:namedview%20id='namedview7'%20pagecolor='%23ffffff'%20bordercolor='%23666666'%20borderopacity='1.0'%20inkscape:pageshadow='2'%20inkscape:pageopacity='0.0'%20inkscape:pagecheckerboard='0'%20inkscape:document-units='px'%20showgrid='false'%20inkscape:zoom='6.5166667'%20inkscape:cx='60'%20inkscape:cy='60'%20inkscape:window-width='1845'%20inkscape:window-height='1043'%20inkscape:window-x='0'%20inkscape:window-y='0'%20inkscape:window-maximized='1'%20inkscape:current-layer='layer1'%20/%3e%3cdefs%20id='defs2'%20/%3e%3cg%20inkscape:label='Layer%201'%20inkscape:groupmode='layer'%20id='layer1'%3e%3cg%20id='g1527'%20transform='matrix(2.2860452,0,0,2.2860452,-13.54019,-0.60305825)'%3e%3cg%20id='g1511'%3e%3cpath%20class='st4'%20d='M%2030.47,45.35%20H%2018.81%20c%20-2.28,0%20-4.13,-1.85%20-4.13,-4.13%20V%205.15%20c%200,-2.28%201.85,-4.13%204.13,-4.13%20h%2017.71%20c%202.28,0%204.13,1.85%204.13,4.13%20v%2026.84'%20id='path1507'%20/%3e%3cpath%20class='st5'%20d='m%2021.4,1.09%200.84,1.62%20c%200.23,0.45%200.81,0.74%201.44,0.74%20h%207.77%20c%200.61,0%201.16,-0.26%201.41,-0.68%20l%201.03,-1.68'%20id='path1509'%20/%3e%3c/g%3e%3ccircle%20class='st6'%20cx='27.58'%20cy='15.78'%20r='2.3800001'%20id='circle1513'%20/%3e%3cpath%20class='st6'%20d='m%2023.3,23.05%20c%200.73,-1.65%202.38,-2.8%204.3,-2.8%201.93,0%203.58,1.16%204.31,2.81'%20id='path1515'%20/%3e%3ccircle%20class='st6'%20cx='27.610001'%20cy='18.030001'%20r='7.3200002'%20id='circle1517'%20/%3e%3cg%20id='g1525'%3e%3cpath%20class='st6'%20d='M%2039.2,36.74%2031.83,49.5%20c%20-0.64,1.11%200.16,2.5%201.44,2.5%20H%2048%20c%201.28,0%202.09,-1.39%201.44,-2.5%20L%2042.07,36.74%20c%20-0.62,-1.11%20-2.23,-1.11%20-2.87,0%20z'%20id='path1519'%20/%3e%3cg%20id='g1523'%3e%3cpath%20class='st1'%20d='m%2039.96,45.55%20-0.23,-3.46%20c%20-0.04,-0.68%20-0.07,-1.16%20-0.07,-1.45%200,-0.4%200.1,-0.71%200.31,-0.94%200.21,-0.22%200.49,-0.34%200.83,-0.34%200.41,0%200.69,0.14%200.83,0.43%200.14,0.29%200.21,0.7%200.21,1.24%200,0.32%20-0.02,0.64%20-0.05,0.97%20l%20-0.31,3.57%20c%20-0.03,0.42%20-0.11,0.75%20-0.22,0.98%20-0.11,0.23%20-0.29,0.34%20-0.55,0.34%20-0.26,0%20-0.44,-0.11%20-0.54,-0.33%20C%2040.07,46.33%2040,46%2039.96,45.55%20Z%20m%200.8,4.76%20c%20-0.29,0%20-0.55,-0.1%20-0.77,-0.29%20-0.22,-0.19%20-0.33,-0.46%20-0.33,-0.8%200,-0.3%200.1,-0.55%200.31,-0.76%200.21,-0.21%200.47,-0.31%200.77,-0.31%200.3,0%200.56,0.1%200.78,0.31%200.21,0.21%200.32,0.46%200.32,0.76%200,0.34%20-0.11,0.6%20-0.33,0.8%20-0.21,0.19%20-0.46,0.29%20-0.75,0.29%20z'%20id='path1521'%20/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cstyle%20type='text/css'%20id='style1267'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20%3c/style%3e%3cstyle%20type='text/css'%20id='style1505'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20%3c/style%3e%3c/svg%3e");
}

.card-type-icon .la-eye-slash {
    background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!--%20Created%20with%20Inkscape%20(http://www.inkscape.org/)%20--%3e%3csvg%20width='120'%20height='120'%20viewBox='0%200%20120%20120'%20version='1.1'%20id='svg5'%20inkscape:version='1.1.2%20(0a00cf5339,%202022-02-04)'%20sodipodi:docname='compliance.svg'%20xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape'%20xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:svg='http://www.w3.org/2000/svg'%3e%3csodipodi:namedview%20id='namedview7'%20pagecolor='%23ffffff'%20bordercolor='%23666666'%20borderopacity='1.0'%20inkscape:pageshadow='2'%20inkscape:pageopacity='0.0'%20inkscape:pagecheckerboard='0'%20inkscape:document-units='px'%20showgrid='false'%20inkscape:zoom='6.5166667'%20inkscape:cx='60'%20inkscape:cy='60'%20inkscape:window-width='1845'%20inkscape:window-height='1043'%20inkscape:window-x='0'%20inkscape:window-y='0'%20inkscape:window-maximized='1'%20inkscape:current-layer='layer1'%20/%3e%3cdefs%20id='defs2'%20/%3e%3cg%20inkscape:label='Layer%201'%20inkscape:groupmode='layer'%20id='layer1'%3e%3cg%20id='g2954'%20transform='matrix(1.9200054,0,0,1.9200054,-1.6875e-4,6.162923)'%3e%3cpolygon%20points='61.25,54.83%2031.25,1.25%201.25,54.83%20'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2.5'%20id='polygon2939'%20/%3e%3cpath%20d='M%2054.43,49.81%20A%2011.14,11.14%200%201%201%2044.14,43%20a%2011.28,11.28%200%200%201%206,1.71'%20transform='translate(-13.75,-16.96)'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2.5'%20id='path2941'%20/%3e%3cpolyline%20points='26.11%2033.71%2030.39%2037.99%2041.58%2027.04'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2.5'%20id='polyline2943'%20/%3e%3c/g%3e%3c/g%3e%3cstyle%20type='text/css'%20id='style1267'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20%3c/style%3e%3cstyle%20type='text/css'%20id='style1505'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20%3c/style%3e%3cstyle%20type='text/css'%20id='style1788'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st14{fill:none;stroke:%2300BEC0;stroke-width:1.5;stroke-miterlimit:10;}%20.st15{fill:%23FFFFFF;}%20.st16{fill:none;stroke:%2300BEC0;stroke-width:1.1576;stroke-miterlimit:10;}%20.st17{fill:%23707070;}%20%3c/style%3e%3cstyle%20type='text/css'%20id='style2150'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st14{fill:none;stroke:%2300BEC0;stroke-width:1.5;stroke-miterlimit:10;}%20.st15{fill:%23FFFFFF;}%20.st16{fill:none;stroke:%2300BEC0;stroke-width:1.1576;stroke-miterlimit:10;}%20.st17{fill:%23707070;}%20.st18{fill:none;stroke:%2300BEC0;stroke-width:0.9296;stroke-linecap:square;stroke-miterlimit:10;}%20.st19{fill:none;stroke:%2300BEC0;stroke-width:1.3944;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20%3c/style%3e%3cstyle%20type='text/css'%20id='style2433'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20%3c/style%3e%3c/svg%3e");
}

.card-type-icon .la-globe {
    background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='62.5'%20height='55.5'%20viewBox='0%200%2062.5%2055.5'%3e%3ctitle%3econsultation%3c/title%3e%3cpath%20d='M63,31.5h7a5,5,0,0,1,5,5v20a5,5,0,0,1-5,5H67v10l-14-10H41'%20transform='translate(-13.75%20-17.25)'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2.5'/%3e%3cpath%20d='M58,18.5H20a5,5,0,0,0-5,5v23a5,5,0,0,0,5,5h5v14l16-14H58a5,5,0,0,0,5-5v-23A5,5,0,0,0,58,18.5Z'%20transform='translate(-13.75%20-17.25)'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2.5'/%3e%3cline%20x1='9.25'%20y1='11.25'%20x2='41.25'%20y2='11.25'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2.5'/%3e%3cline%20x1='9.25'%20y1='23.25'%20x2='27.25'%20y2='23.25'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2.5'/%3e%3c/svg%3e");
}

.card-type-icon .la-heartbeat {
    background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!--%20Created%20with%20Inkscape%20(http://www.inkscape.org/)%20--%3e%3csvg%20width='120'%20height='120'%20viewBox='0%200%20120%20120'%20version='1.1'%20id='svg5'%20inkscape:version='1.1.2%20(0a00cf5339,%202022-02-04)'%20sodipodi:docname='emergency.svg'%20xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape'%20xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:svg='http://www.w3.org/2000/svg'%3e%3csodipodi:namedview%20id='namedview7'%20pagecolor='%23ffffff'%20bordercolor='%23666666'%20borderopacity='1.0'%20inkscape:pageshadow='2'%20inkscape:pageopacity='0.0'%20inkscape:pagecheckerboard='0'%20inkscape:document-units='px'%20showgrid='false'%20inkscape:zoom='6.5166667'%20inkscape:cx='60'%20inkscape:cy='60'%20inkscape:window-width='1845'%20inkscape:window-height='1043'%20inkscape:window-x='0'%20inkscape:window-y='0'%20inkscape:window-maximized='1'%20inkscape:current-layer='layer1'%20/%3e%3cdefs%20id='defs2'%20/%3e%3cg%20inkscape:label='Layer%201'%20inkscape:groupmode='layer'%20id='layer1'%3e%3cg%20id='g4503'%20transform='matrix(2.4004801,0,0,2.4004801,-14.774955,-2.4004802)'%3e%3cpath%20class='st1'%20d='m%2046.46,41.92%20v%20-14.8%20c%200,-4.09%20-1.59,-7.94%20-4.49,-10.83%20-2.89,-2.89%20-6.74,-4.49%20-10.83,-4.49%20-4.09,0%20-7.94,1.59%20-10.83,4.49%20-2.89,2.89%20-4.49,6.74%20-4.49,10.83%20v%2014.8%20c%20-2.32,0.07%20-4.19,1.98%20-4.19,4.31%20v%203.71%20c%200,0.58%200.47,1.05%201.05,1.05%20h%2036.9%20c%200.58,0%201.05,-0.47%201.05,-1.05%20V%2046.23%20C%2050.65,43.9%2048.78,41.99%2046.46,41.92%20Z%20M%2017.94,27.13%20c%200,-7.28%205.93,-13.21%2013.21,-13.21%207.28,0%2013.21,5.93%2013.21,13.21%20V%2041.92%20H%2017.94%20Z%20M%2048.54,48.9%20H%2013.75%20v%20-2.66%20c%200,-1.22%200.99,-2.21%202.21,-2.21%20h%200.92%2028.52%200.92%20c%201.22,0%202.21,0.99%202.21,2.21%20v%202.66%20z'%20id='path4489'%20/%3e%3cpath%20class='st1'%20d='m%2031.15,16.37%20c%20-5.93,0%20-10.76,4.83%20-10.76,10.76%200,0.58%200.47,1.05%201.05,1.05%200.58,0%201.05,-0.47%201.05,-1.05%200,-4.77%203.88,-8.65%208.65,-8.65%200.58,0%201.05,-0.47%201.05,-1.05%200,-0.58%20-0.46,-1.06%20-1.04,-1.06%20z'%20id='path4491'%20/%3e%3cpath%20class='st1'%20d='m%2031.15,8.2%20c%200.58,0%201.05,-0.47%201.05,-1.05%20V%202.05%20C%2032.2,1.47%2031.73,1%2031.15,1%2030.57,1%2030.1,1.47%2030.1,2.05%20v%205.09%20c%20-0.01,0.59%200.47,1.06%201.05,1.06%20z'%20id='path4493'%20/%3e%3cpath%20class='st1'%20d='m%2018.82,9.48%20c%200.21,0.21%200.47,0.31%200.74,0.31%200.27,0%200.54,-0.1%200.74,-0.31%200.41,-0.41%200.41,-1.08%200,-1.49%20l%20-3.6,-3.6%20c%20-0.41,-0.41%20-1.08,-0.41%20-1.49,0%20-0.41,0.41%20-0.41,1.08%200,1.49%20z'%20id='path4495'%20/%3e%3cpath%20class='st1'%20d='m%2012.7,18.32%20c%200.29,-0.5%200.11,-1.15%20-0.39,-1.43%20L%207.89,14.36%20c%20-0.5,-0.29%20-1.15,-0.11%20-1.43,0.39%20-0.29,0.5%20-0.11,1.15%200.39,1.43%20l%204.42,2.53%20c%200.16,0.09%200.34,0.14%200.52,0.14%200.36,0%200.72,-0.19%200.91,-0.53%20z'%20id='path4497'%20/%3e%3cpath%20class='st1'%20d='m%2042.73,9.79%20c%200.27,0%200.54,-0.1%200.74,-0.31%20l%203.6,-3.6%20c%200.41,-0.41%200.41,-1.08%200,-1.49%20-0.41,-0.41%20-1.08,-0.41%20-1.49,0%20l%20-3.6,3.6%20c%20-0.41,0.41%20-0.41,1.08%200,1.49%200.22,0.21%200.48,0.31%200.75,0.31%20z'%20id='path4499'%20/%3e%3cpath%20class='st1'%20d='m%2055.84,14.75%20c%20-0.29,-0.5%20-0.93,-0.68%20-1.43,-0.39%20l%20-4.42,2.53%20c%20-0.5,0.29%20-0.68,0.93%20-0.39,1.43%200.19,0.34%200.55,0.53%200.91,0.53%200.18,0%200.36,-0.04%200.52,-0.14%20l%204.42,-2.53%20c%200.5,-0.29%200.68,-0.93%200.39,-1.43%20z'%20id='path4501'%20/%3e%3c/g%3e%3c/g%3e%3cstyle%20type='text/css'%20id='style1267'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20%3c/style%3e%3cstyle%20type='text/css'%20id='style1505'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20%3c/style%3e%3cstyle%20type='text/css'%20id='style1788'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st14{fill:none;stroke:%2300BEC0;stroke-width:1.5;stroke-miterlimit:10;}%20.st15{fill:%23FFFFFF;}%20.st16{fill:none;stroke:%2300BEC0;stroke-width:1.1576;stroke-miterlimit:10;}%20.st17{fill:%23707070;}%20%3c/style%3e%3cstyle%20type='text/css'%20id='style2150'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st14{fill:none;stroke:%2300BEC0;stroke-width:1.5;stroke-miterlimit:10;}%20.st15{fill:%23FFFFFF;}%20.st16{fill:none;stroke:%2300BEC0;stroke-width:1.1576;stroke-miterlimit:10;}%20.st17{fill:%23707070;}%20.st18{fill:none;stroke:%2300BEC0;stroke-width:0.9296;stroke-linecap:square;stroke-miterlimit:10;}%20.st19{fill:none;stroke:%2300BEC0;stroke-width:1.3944;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20%3c/style%3e%3cstyle%20type='text/css'%20id='style2433'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20%3c/style%3e%3cstyle%20type='text/css'%20id='style3681'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20%3c/style%3e%3cstyle%20type='text/css'%20id='style4285'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20%3c/style%3e%3cstyle%20type='text/css'%20id='style4487'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20%3c/style%3e%3c/svg%3e");
}

.card-type-icon .la-phone {
    background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='Layer_1'%20data-name='Layer%201'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2060%2053'%3e%3cdefs%3e%3cstyle%3e%20.cls-1%20{%20fill:%20%2300bec0;%20stroke-width:%200px;%20}%20.cls-2%20{%20fill:%20none;%20stroke:%20%2300bec0;%20stroke-miterlimit:%2010;%20stroke-width:%202.01px;%20}%20%3c/style%3e%3c/defs%3e%3ccircle%20class='cls-2'%20cx='30.35'%20cy='27'%20r='24'/%3e%3cpath%20class='cls-1'%20d='M18.55,22.26c.7,3.65,3.31,6.42,3.31,6.42l2.79,2.79,1.23,1.23,2.79,2.79s2.77,2.61,6.42,3.31c2.37.46,4.82-.4,6.53-2.11.88-.88.88-2.29,0-3.17l-1.69-1.69c-1.39-1.39-3.51-1.75-5.28-.89-.86.42-1.89.24-2.56-.44l-1.99-2.02h0s-.62-.62-.62-.62l-.61-.62h0s-2.02-1.98-2.02-1.98c-.68-.67-.86-1.7-.44-2.56.86-1.77.5-3.89-.89-5.28l-1.69-1.69c-.88-.88-2.29-.88-3.17,0-1.71,1.71-2.56,4.15-2.11,6.53Z'/%3e%3c/svg%3e");
}

.card-type-icon .la-rub {
    background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!--%20Created%20with%20Inkscape%20(http://www.inkscape.org/)%20--%3e%3csvg%20width='120'%20height='120'%20viewBox='0%200%20120%20120'%20version='1.1'%20id='svg5'%20inkscape:version='1.1.2%20(0a00cf5339,%202022-02-04)'%20sodipodi:docname='reception.svg'%20xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape'%20xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:svg='http://www.w3.org/2000/svg'%3e%3csodipodi:namedview%20id='namedview7'%20pagecolor='%23ffffff'%20bordercolor='%23666666'%20borderopacity='1.0'%20inkscape:pageshadow='2'%20inkscape:pageopacity='0.0'%20inkscape:pagecheckerboard='0'%20inkscape:document-units='px'%20showgrid='false'%20inkscape:zoom='6.5166667'%20inkscape:cx='60'%20inkscape:cy='60'%20inkscape:window-width='1845'%20inkscape:window-height='1043'%20inkscape:window-x='0'%20inkscape:window-y='0'%20inkscape:window-maximized='1'%20inkscape:current-layer='layer1'%20/%3e%3cdefs%20id='defs2'%20/%3e%3cg%20inkscape:label='Layer%201'%20inkscape:groupmode='layer'%20id='layer1'%3e%3cg%20id='g2206'%20transform='matrix(2.1697445,0,0,2.1697445,-5.5762443,2.7105107)'%3e%3cpath%20class='st1'%20d='m%2030.55,41.61%20h%20-7.76%20v%20-4.74%20h%207.53%20V%2035.48%20H%205.94%20C%204.85,35.48%203.96,34.59%203.96,33.5%20V%2013.37%20c%200,-1.09%200.89,-1.98%201.98,-1.98%20h%2032.3%20c%201.09,0%201.98,0.89%201.98,1.98%20v%209.45%20c%200.46,-0.22%200.93,-0.41%201.39,-0.61%20V%2013.37%20C%2041.61,11.51%2040.1,10%2038.24,10%20H%205.94%20C%204.08,10%202.57,11.51%202.57,13.37%20V%2033.5%20c%200,1.86%201.51,3.37%203.37,3.37%20h%2015.45%20v%204.74%20h%20-7.76%20c%20-0.39,0%20-0.7,0.31%20-0.7,0.7%200,0.39%200.31,0.7%200.7,0.7%20h%2016.92%20c%200.39,0%200.7,-0.31%200.7,-0.7%200,-0.39%20-0.32,-0.7%20-0.7,-0.7%20z'%20id='path2152'%20/%3e%3cg%20id='g2156'%3e%3cpolyline%20class='st18'%20points='30.83,27.3%2028.54,24.51%2026.25,27.3%2023.96,24.51%2021.67,27.3%2019.38,24.51%2017.09,27.3%2014.79,24.51%2012.5,27.3%2010.2,24.51%207.9,27.3%20'%20id='polyline2154'%20/%3e%3c/g%3e%3cg%20id='g2160'%3e%3cpolyline%20class='st18'%20points='35.48,21.8%2033.19,19.01%2030.89,21.8%2028.59,19.01%2026.29,21.8%2024,19.01%2021.7,21.8%2019.41,19.01%2017.11,21.8%2014.81,19.01%2012.51,21.8%2010.21,19.01%207.9,21.8%20'%20id='polyline2158'%20/%3e%3c/g%3e%3cg%20id='g2164'%3e%3cpolyline%20class='st18'%20points='57.22,17.31%2055.04,14.83%2052.86,17.31%2050.68,14.83%2048.5,17.31%2046.32,14.83%2044.14,17.31%20'%20id='polyline2162'%20/%3e%3c/g%3e%3cg%20id='g2168'%3e%3cpolyline%20class='st18'%20points='57.22,12.97%2055.04,10.5%2052.86,12.97%2050.68,10.5%2048.5,12.97%2046.32,10.5%2044.14,12.97%20'%20id='polyline2166'%20/%3e%3c/g%3e%3cg%20id='g2182'%3e%3cpath%20class='st19'%20d='m%2034.56,42.27%20h%2018.98%20c%201.1,0%202,-0.89%202,-2%20V%2028.28%20c%200,-1.1%20-0.89,-2%20-2,-2%20H%2034.56%20c%20-1.1,0%20-2,0.89%20-2,2%20v%2011.99%20c%200,1.11%200.9,2%202,2%20z'%20id='path2170'%20/%3e%3ccircle%20class='st19'%20cx='48.549999'%20cy='34.279999'%20r='4'%20id='circle2172'%20/%3e%3cline%20class='st19'%20x1='41.560001'%20y1='30.280001'%20x2='35.560001'%20y2='30.280001'%20id='line2174'%20/%3e%3cline%20class='st19'%20x1='41.560001'%20y1='34.279999'%20x2='35.560001'%20y2='34.279999'%20id='line2176'%20/%3e%3cline%20class='st19'%20x1='41.560001'%20y1='38.27'%20x2='35.560001'%20y2='38.27'%20id='line2178'%20/%3e%3cline%20class='st19'%20x1='48.549999'%20y1='20.290001'%20x2='37.560001'%20y2='26.280001'%20id='line2180'%20/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cstyle%20type='text/css'%20id='style1267'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20%3c/style%3e%3cstyle%20type='text/css'%20id='style1505'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20%3c/style%3e%3cstyle%20type='text/css'%20id='style1788'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st14{fill:none;stroke:%2300BEC0;stroke-width:1.5;stroke-miterlimit:10;}%20.st15{fill:%23FFFFFF;}%20.st16{fill:none;stroke:%2300BEC0;stroke-width:1.1576;stroke-miterlimit:10;}%20.st17{fill:%23707070;}%20%3c/style%3e%3cstyle%20type='text/css'%20id='style2150'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st14{fill:none;stroke:%2300BEC0;stroke-width:1.5;stroke-miterlimit:10;}%20.st15{fill:%23FFFFFF;}%20.st16{fill:none;stroke:%2300BEC0;stroke-width:1.1576;stroke-miterlimit:10;}%20.st17{fill:%23707070;}%20.st18{fill:none;stroke:%2300BEC0;stroke-width:0.9296;stroke-linecap:square;stroke-miterlimit:10;}%20.st19{fill:none;stroke:%2300BEC0;stroke-width:1.3944;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20%3c/style%3e%3c/svg%3e");
}

.card-type-icon .la-stack-exchange {
    background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!--%20Created%20with%20Inkscape%20(http://www.inkscape.org/)%20--%3e%3csvg%20width='120'%20height='120'%20viewBox='0%200%20120%20120'%20version='1.1'%20id='svg5'%20inkscape:version='1.1.2%20(0a00cf5339,%202022-02-04)'%20sodipodi:docname='gambling-ads.svg'%20xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape'%20xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:svg='http://www.w3.org/2000/svg'%3e%3csodipodi:namedview%20id='namedview7'%20pagecolor='%23ffffff'%20bordercolor='%23666666'%20borderopacity='1.0'%20inkscape:pageshadow='2'%20inkscape:pageopacity='0.0'%20inkscape:pagecheckerboard='0'%20inkscape:document-units='px'%20showgrid='false'%20inkscape:zoom='6.5166667'%20inkscape:cx='60'%20inkscape:cy='60'%20inkscape:window-width='1845'%20inkscape:window-height='1043'%20inkscape:window-x='0'%20inkscape:window-y='0'%20inkscape:window-maximized='1'%20inkscape:current-layer='layer1'%20/%3e%3cdefs%20id='defs2'%20/%3e%3cg%20inkscape:label='Layer%201'%20inkscape:groupmode='layer'%20id='layer1'%3e%3cg%20id='g3709'%20transform='matrix(2.0875447,0,0,2.0875447,-2.5741524,5.5672719)'%3e%3cpath%20class='st10'%20d='M%2057.58,39.07%20H%2030.6%202.36%20C%202.16,39.07%202,38.91%202,38.71%20V%204.51%20C%202,4.31%202.16,4.15%202.36,4.15%20h%2055.23%20c%200.2,0%200.36,0.16%200.36,0.36%20v%2034.2%20c%20-0.01,0.2%20-0.17,0.36%20-0.37,0.36%20z'%20id='path3683'%20/%3e%3cline%20class='st10'%20x1='29.969999'%20y1='48'%20x2='29.969999'%20y2='39.07'%20id='line3685'%20/%3e%3cline%20class='st11'%20x1='17.91'%20y1='48'%20x2='42.220001'%20y2='48'%20id='line3687'%20/%3e%3cline%20class='st12'%20x1='15.04'%20y1='29.83'%20x2='22.889999'%20y2='29.83'%20id='line3689'%20/%3e%3cline%20class='st12'%20x1='25.41'%20y1='29.83'%20x2='33.889999'%20y2='29.83'%20id='line3691'%20/%3e%3cline%20class='st12'%20x1='36.419998'%20y1='29.83'%20x2='44.09'%20y2='29.83'%20id='line3693'%20/%3e%3cg%20id='g3701'%3e%3cpath%20class='st1'%20d='m%2049.06,30.71%20c%20-0.16,0.16%20-0.38,0.27%20-0.67,0.32%20v%200.43%20H%2047.85%20V%2031.05%20C%2047.66,31.04%2047.47,31.01%2047.3,30.96%2047.13,30.91%2046.98,30.85%2046.86,30.78%20l%200.29,-0.67%20c%200.13,0.08%200.27,0.13%200.43,0.18%200.16,0.05%200.31,0.07%200.46,0.07%200.13,0%200.22,-0.01%200.27,-0.04%200.05,-0.02%200.08,-0.06%200.08,-0.11%200,-0.06%20-0.04,-0.1%20-0.11,-0.13%20-0.07,-0.03%20-0.19,-0.06%20-0.35,-0.09%20-0.21,-0.04%20-0.38,-0.09%20-0.52,-0.14%20-0.14,-0.05%20-0.26,-0.13%20-0.36,-0.25%20-0.1,-0.12%20-0.15,-0.27%20-0.15,-0.47%200,-0.23%200.08,-0.42%200.25,-0.58%200.16,-0.16%200.4,-0.27%200.71,-0.31%20v%20-0.42%20h%200.54%20v%200.41%20c%200.31,0.03%200.57,0.1%200.79,0.22%20l%20-0.27,0.66%20c%20-0.27,-0.13%20-0.52,-0.2%20-0.75,-0.2%20-0.23,0%20-0.35,0.06%20-0.35,0.17%200,0.05%200.03,0.09%200.1,0.12%200.07,0.03%200.18,0.06%200.34,0.09%200.21,0.04%200.38,0.08%200.52,0.13%200.14,0.05%200.27,0.13%200.37,0.25%200.1,0.12%200.16,0.27%200.16,0.46%20-0.01,0.23%20-0.09,0.42%20-0.25,0.58%20z'%20id='path3695'%20/%3e%3cpath%20class='st1'%20d='m%2051.6,30.71%20c%20-0.16,0.16%20-0.38,0.27%20-0.67,0.32%20v%200.43%20H%2050.39%20V%2031.05%20C%2050.2,31.04%2050.01,31.01%2049.84,30.96%2049.67,30.91%2049.52,30.85%2049.4,30.78%20l%200.29,-0.67%20c%200.13,0.08%200.27,0.13%200.43,0.18%200.16,0.05%200.31,0.07%200.46,0.07%200.13,0%200.22,-0.01%200.27,-0.04%200.05,-0.02%200.08,-0.06%200.08,-0.11%200,-0.06%20-0.04,-0.1%20-0.11,-0.13%20-0.07,-0.03%20-0.19,-0.06%20-0.35,-0.09%20-0.21,-0.04%20-0.38,-0.09%20-0.52,-0.14%20-0.14,-0.05%20-0.26,-0.13%20-0.36,-0.25%20-0.1,-0.12%20-0.15,-0.27%20-0.15,-0.47%200,-0.23%200.08,-0.42%200.25,-0.58%200.16,-0.16%200.4,-0.27%200.71,-0.31%20v%20-0.42%20h%200.54%20v%200.41%20c%200.31,0.03%200.57,0.1%200.79,0.22%20l%20-0.27,0.66%20c%20-0.27,-0.13%20-0.52,-0.2%20-0.75,-0.2%20-0.23,0%20-0.35,0.06%20-0.35,0.17%200,0.05%200.03,0.09%200.1,0.12%200.07,0.03%200.18,0.06%200.34,0.09%200.21,0.04%200.38,0.08%200.52,0.13%200.14,0.05%200.27,0.13%200.37,0.25%200.1,0.12%200.16,0.27%200.16,0.46%20-0.01,0.23%20-0.09,0.42%20-0.25,0.58%20z'%20id='path3697'%20/%3e%3cpath%20class='st1'%20d='m%2054.15,30.71%20c%20-0.16,0.16%20-0.38,0.27%20-0.67,0.32%20v%200.43%20h%20-0.54%20v%20-0.41%20c%20-0.19,-0.01%20-0.38,-0.04%20-0.55,-0.09%20-0.17,-0.05%20-0.32,-0.11%20-0.44,-0.18%20l%200.29,-0.67%20c%200.13,0.08%200.27,0.13%200.43,0.18%200.16,0.05%200.31,0.07%200.46,0.07%200.13,0%200.22,-0.01%200.27,-0.04%200.05,-0.02%200.08,-0.06%200.08,-0.11%200,-0.06%20-0.04,-0.1%20-0.11,-0.13%20C%2053.3,30.05%2053.18,30.02%2053.02,29.99%2052.81,29.95%2052.64,29.9%2052.5,29.85%2052.36,29.8%2052.24,29.72%2052.14,29.6%20c%20-0.1,-0.12%20-0.15,-0.27%20-0.15,-0.47%200,-0.23%200.08,-0.42%200.25,-0.58%200.16,-0.16%200.4,-0.27%200.71,-0.31%20v%20-0.42%20h%200.54%20v%200.41%20c%200.31,0.03%200.57,0.1%200.79,0.22%20l%20-0.27,0.66%20c%20-0.27,-0.13%20-0.52,-0.2%20-0.75,-0.2%20-0.23,0%20-0.35,0.06%20-0.35,0.17%200,0.05%200.03,0.09%200.1,0.12%200.07,0.03%200.18,0.06%200.34,0.09%200.21,0.04%200.38,0.08%200.52,0.13%200.14,0.05%200.27,0.13%200.37,0.25%200.1,0.12%200.16,0.27%200.16,0.46%20-0.02,0.23%20-0.1,0.42%20-0.25,0.58%20z'%20id='path3699'%20/%3e%3c/g%3e%3cline%20class='st13'%20x1='2.1400001'%20y1='24.5'%20x2='57.529999'%20y2='24.5'%20id='line3703'%20/%3e%3cline%20class='st12'%20x1='2.1400001'%20y1='35.060001'%20x2='57.529999'%20y2='35.060001'%20id='line3705'%20/%3e%3ccircle%20class='st12'%20cx='8.9499998'%20cy='29.780001'%20r='2.3900001'%20id='circle3707'%20/%3e%3c/g%3e%3c/g%3e%3cstyle%20type='text/css'%20id='style1267'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20%3c/style%3e%3cstyle%20type='text/css'%20id='style1505'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20%3c/style%3e%3cstyle%20type='text/css'%20id='style1788'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st14{fill:none;stroke:%2300BEC0;stroke-width:1.5;stroke-miterlimit:10;}%20.st15{fill:%23FFFFFF;}%20.st16{fill:none;stroke:%2300BEC0;stroke-width:1.1576;stroke-miterlimit:10;}%20.st17{fill:%23707070;}%20%3c/style%3e%3cstyle%20type='text/css'%20id='style2150'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st14{fill:none;stroke:%2300BEC0;stroke-width:1.5;stroke-miterlimit:10;}%20.st15{fill:%23FFFFFF;}%20.st16{fill:none;stroke:%2300BEC0;stroke-width:1.1576;stroke-miterlimit:10;}%20.st17{fill:%23707070;}%20.st18{fill:none;stroke:%2300BEC0;stroke-width:0.9296;stroke-linecap:square;stroke-miterlimit:10;}%20.st19{fill:none;stroke:%2300BEC0;stroke-width:1.3944;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20%3c/style%3e%3cstyle%20type='text/css'%20id='style2433'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20%3c/style%3e%3cstyle%20type='text/css'%20id='style3681'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20%3c/style%3e%3c/svg%3e");
}

.card-type-icon .la-stop {
    background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!--%20Created%20with%20Inkscape%20(http://www.inkscape.org/)%20--%3e%3csvg%20width='120'%20height='120'%20viewBox='0%200%20120%20120'%20version='1.1'%20id='svg5'%20inkscape:version='1.1.2%20(0a00cf5339,%202022-02-04)'%20sodipodi:docname='bet-stop.svg'%20xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape'%20xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:svg='http://www.w3.org/2000/svg'%3e%3csodipodi:namedview%20id='namedview7'%20pagecolor='%23ffffff'%20bordercolor='%23666666'%20borderopacity='1.0'%20inkscape:pageshadow='2'%20inkscape:pageopacity='0.0'%20inkscape:pagecheckerboard='0'%20inkscape:document-units='px'%20showgrid='false'%20inkscape:zoom='6.5166667'%20inkscape:cx='60'%20inkscape:cy='60'%20inkscape:window-width='1845'%20inkscape:window-height='1043'%20inkscape:window-x='0'%20inkscape:window-y='0'%20inkscape:window-maximized='1'%20inkscape:current-layer='layer1'%20/%3e%3cdefs%20id='defs2'%20/%3e%3cg%20inkscape:label='Layer%201'%20inkscape:groupmode='layer'%20id='layer1'%3e%3cg%20id='g1878'%20transform='matrix(2.0434211,0,0,2.0434211,-1.0726998,6.1354198)'%3e%3cg%20id='g1802'%3e%3cpath%20class='st1'%20d='m%2044.28,21.6%20c%20-0.2,-0.21%20-0.49,-0.32%20-0.88,-0.32%20-0.36,0%20-0.66,0.09%20-0.9,0.27%20-0.25,0.19%20-0.44,0.43%20-0.59,0.75%20-0.05,0.1%20-0.11,0.25%20-0.16,0.43%20-0.05,0.18%20-0.11,0.39%20-0.16,0.61%20-0.05,0.23%20-0.1,0.46%20-0.14,0.71%20-0.04,0.25%20-0.08,0.49%20-0.11,0.72%20-0.04,0.23%20-0.06,0.44%20-0.08,0.62%20-0.02,0.19%20-0.03,0.33%20-0.03,0.44%200,0.38%200.1,0.68%200.31,0.9%200.21,0.22%200.49,0.32%200.87,0.32%200.36,0%200.66,-0.09%200.9,-0.27%200.25,-0.19%200.45,-0.43%200.6,-0.75%200.08,-0.15%200.15,-0.39%200.23,-0.72%200.08,-0.32%200.15,-0.67%200.22,-1.04%200.07,-0.37%200.12,-0.72%200.16,-1.05%200.04,-0.33%200.07,-0.57%200.07,-0.73%20-0.01,-0.37%20-0.11,-0.67%20-0.31,-0.89%20z%20m%200,0%20c%20-0.2,-0.21%20-0.49,-0.32%20-0.88,-0.32%20-0.36,0%20-0.66,0.09%20-0.9,0.27%20-0.25,0.19%20-0.44,0.43%20-0.59,0.75%20-0.05,0.1%20-0.11,0.25%20-0.16,0.43%20-0.05,0.18%20-0.11,0.39%20-0.16,0.61%20-0.05,0.23%20-0.1,0.46%20-0.14,0.71%20-0.04,0.25%20-0.08,0.49%20-0.11,0.72%20-0.04,0.23%20-0.06,0.44%20-0.08,0.62%20-0.02,0.19%20-0.03,0.33%20-0.03,0.44%200,0.38%200.1,0.68%200.31,0.9%200.21,0.22%200.49,0.32%200.87,0.32%200.36,0%200.66,-0.09%200.9,-0.27%200.25,-0.19%200.45,-0.43%200.6,-0.75%200.08,-0.15%200.15,-0.39%200.23,-0.72%200.08,-0.32%200.15,-0.67%200.22,-1.04%200.07,-0.37%200.12,-0.72%200.16,-1.05%200.04,-0.33%200.07,-0.57%200.07,-0.73%20-0.01,-0.37%20-0.11,-0.67%20-0.31,-0.89%20z%20M%2055.87,18%20H%2024.75%20c%20-0.77,0%20-1.43,0.54%20-1.58,1.3%20l%20-1.76,8.92%20c%20-0.2,1%200.56,1.92%201.58,1.92%20h%2031.12%20c%200.77,0%201.43,-0.54%201.58,-1.3%20l%201.76,-8.93%20C%2057.65,18.93%2056.89,18%2055.87,18%20Z%20m%20-24.01,2.79%20-0.91,1.05%20c%20-0.07,0.07%20-0.13,0.08%20-0.18,0.04%20-0.27,-0.2%20-0.55,-0.36%20-0.83,-0.47%20-0.28,-0.11%20-0.59,-0.16%20-0.93,-0.16%20-0.41,0%20-0.74,0.11%20-1,0.35%20-0.26,0.23%20-0.39,0.51%20-0.39,0.84%200,0.21%200.08,0.39%200.24,0.52%200.16,0.14%200.45,0.24%200.88,0.31%20l%200.42,0.07%20c%200.73,0.11%201.3,0.34%201.69,0.68%200.39,0.35%200.58,0.81%200.58,1.4%200,0.51%20-0.09,0.97%20-0.27,1.37%20-0.19,0.4%20-0.44,0.74%20-0.77,1.01%20-0.33,0.28%20-0.73,0.49%20-1.18,0.63%20-0.46,0.15%20-0.96,0.22%20-1.5,0.22%20-0.32,0%20-0.64,-0.03%20-0.95,-0.09%20-0.31,-0.07%20-0.6,-0.15%20-0.87,-0.26%20-0.28,-0.11%20-0.52,-0.23%20-0.74,-0.37%20-0.22,-0.14%20-0.39,-0.29%20-0.53,-0.45%20-0.05,-0.08%20-0.05,-0.15%200.01,-0.21%20l%201.1,-1.05%20c%200.07,-0.07%200.13,-0.07%200.18,-0.01%200.22,0.22%200.51,0.42%200.85,0.6%200.35,0.17%200.74,0.26%201.19,0.26%200.24,0%200.46,-0.03%200.65,-0.1%200.2,-0.07%200.36,-0.16%200.5,-0.28%200.14,-0.12%200.25,-0.25%200.32,-0.41%200.08,-0.16%200.12,-0.33%200.12,-0.5%200,-0.21%20-0.08,-0.39%20-0.24,-0.52%20-0.16,-0.13%20-0.45,-0.23%20-0.88,-0.3%20L%2028,24.88%20c%20-0.73,-0.11%20-1.29,-0.35%20-1.68,-0.7%20-0.39,-0.36%20-0.58,-0.85%20-0.58,-1.47%200,-0.46%200.09,-0.88%200.26,-1.25%200.17,-0.37%200.41,-0.69%200.71,-0.95%200.3,-0.26%200.66,-0.46%201.08,-0.61%200.42,-0.15%200.87,-0.22%201.37,-0.22%200.56,0%201.07,0.09%201.55,0.25%200.48,0.17%200.86,0.39%201.16,0.66%200.04,0.05%200.04,0.12%20-0.01,0.2%20z%20m%207.23,0.63%20h%20-2.14%20c%20-0.05,0%20-0.08,0.03%20-0.09,0.08%20l%20-1.21,6.88%20c%20-0.02,0.09%20-0.07,0.13%20-0.14,0.13%20h%20-1.55%20c%20-0.08,0%20-0.12,-0.04%20-0.1,-0.13%20l%201.21,-6.88%20c%200.01,-0.05%20-0.01,-0.08%20-0.06,-0.08%20h%20-2.12%20c%20-0.09,0%20-0.13,-0.04%20-0.12,-0.13%20l%200.24,-1.34%20c%200.02,-0.08%200.07,-0.13%200.14,-0.13%20h%206.2%20c%200.09,0%200.13,0.04%200.11,0.13%20l%20-0.24,1.34%20c%20-0.01,0.09%20-0.05,0.13%20-0.13,0.13%20z%20m%207.24,1.8%20c%20-0.05,0.39%20-0.11,0.8%20-0.19,1.23%20-0.08,0.44%20-0.17,0.85%20-0.28,1.26%20-0.11,0.41%20-0.21,0.72%20-0.33,0.95%20-0.35,0.7%20-0.8,1.21%20-1.37,1.52%20-0.56,0.32%20-1.23,0.47%20-2.01,0.47%20-0.41,0%20-0.78,-0.05%20-1.12,-0.17%20-0.34,-0.11%20-0.62,-0.28%20-0.87,-0.51%20-0.24,-0.23%20-0.43,-0.5%20-0.56,-0.84%20-0.13,-0.33%20-0.2,-0.72%20-0.2,-1.15%200,-0.2%200.02,-0.49%200.07,-0.88%200.05,-0.39%200.11,-0.8%200.19,-1.24%200.08,-0.43%200.17,-0.85%200.28,-1.26%200.11,-0.41%200.21,-0.72%200.33,-0.95%200.35,-0.7%200.8,-1.21%201.37,-1.52%200.56,-0.32%201.23,-0.47%202.01,-0.47%200.41,0%200.78,0.05%201.12,0.17%200.34,0.11%200.62,0.28%200.87,0.51%200.24,0.23%200.43,0.51%200.56,0.84%200.13,0.33%200.2,0.72%200.2,1.15%200,0.21%20-0.03,0.5%20-0.07,0.89%20z%20m%207.66,0.24%20c%20-0.17,0.42%20-0.41,0.77%20-0.72,1.05%20-0.31,0.28%20-0.67,0.49%20-1.09,0.64%20-0.42,0.15%20-0.88,0.22%20-1.37,0.22%20h%20-1.5%20c%20-0.06,0%20-0.09,0.03%20-0.09,0.08%20l%20-0.53,2.94%20c%20-0.01,0.09%20-0.06,0.13%20-0.14,0.13%20H%2047%20c%20-0.08,0%20-0.12,-0.04%20-0.1,-0.13%20l%201.5,-8.43%20c%200.01,-0.08%200.06,-0.13%200.13,-0.13%20h%203.23%20c%200.82,0%201.44,0.2%201.86,0.59%200.42,0.4%200.63,0.93%200.63,1.61%200,0.54%20-0.08,1.02%20-0.26,1.43%20z%20M%2051.4,21.38%20h%20-1.38%20c%20-0.05,0%20-0.08,0.03%20-0.09,0.08%20l%20-0.41,2.27%20c%200,0.05%200.02,0.08%200.06,0.08%20h%201.38%20c%200.44,0%200.79,-0.13%201.07,-0.4%200.28,-0.27%200.41,-0.63%200.41,-1.09%200,-0.29%20-0.09,-0.52%20-0.28,-0.69%20-0.18,-0.16%20-0.43,-0.25%20-0.76,-0.25%20z%20m%20-7.99,-0.1%20c%20-0.36,0%20-0.66,0.09%20-0.9,0.27%20-0.25,0.19%20-0.44,0.43%20-0.59,0.75%20-0.05,0.1%20-0.11,0.25%20-0.16,0.43%20-0.05,0.18%20-0.11,0.39%20-0.16,0.61%20-0.05,0.23%20-0.1,0.46%20-0.14,0.71%20-0.04,0.25%20-0.08,0.49%20-0.11,0.72%20-0.04,0.23%20-0.06,0.44%20-0.08,0.62%20-0.02,0.19%20-0.03,0.33%20-0.03,0.44%200,0.38%200.1,0.68%200.31,0.9%200.21,0.22%200.49,0.32%200.87,0.32%200.36,0%200.66,-0.09%200.9,-0.27%200.25,-0.19%200.45,-0.43%200.6,-0.75%200.08,-0.15%200.15,-0.39%200.23,-0.72%200.08,-0.32%200.15,-0.67%200.22,-1.04%200.07,-0.37%200.12,-0.72%200.16,-1.05%200.04,-0.33%200.07,-0.57%200.07,-0.73%200,-0.38%20-0.1,-0.68%20-0.3,-0.9%20-0.22,-0.2%20-0.51,-0.31%20-0.89,-0.31%20z'%20id='path1790'%20/%3e%3cg%20id='g1800'%3e%3cg%20id='g1798'%3e%3cpath%20class='st1'%20d='M%206.87,23.26%20C%207.13,22.87%207.26,22.39%207.26,21.83%207.26,21.24%207.08,20.78%206.72,20.46%206.36,20.13%205.82,19.97%205.09,19.97%20H%202.16%20c%20-0.08,0%20-0.12,0.04%20-0.14,0.13%20l%20-1.49,8.43%20c%20-0.02,0.08%200.02,0.13%200.11,0.13%20h%202.9%20c%201.03,0%201.81,-0.26%202.35,-0.78%20C%206.43,27.36%206.7,26.65%206.7,25.74%206.7,25.52%206.67,25.32%206.61,25.14%206.55,24.96%206.48,24.81%206.38,24.68%206.29,24.55%206.19,24.45%206.07,24.37%205.95,24.29%205.84,24.23%205.73,24.18%20v%20-0.03%20c%200.5,-0.2%200.88,-0.5%201.14,-0.89%20z%20m%20-1.74,3.92%20c%20-0.34,0.33%20-0.79,0.5%20-1.36,0.5%20H%201.8%20c%20-0.05,0%20-0.07,-0.03%20-0.05,-0.08%20l%200.5,-2.8%20c%200.01,-0.05%200.04,-0.08%200.09,-0.08%20h%201.95%20c%200.45,0%200.79,0.11%201.01,0.31%200.22,0.21%200.33,0.49%200.33,0.85%200.01,0.54%20-0.16,0.97%20-0.5,1.3%20z%20M%205.69,23.26%20C%205.53,23.41%205.35,23.53%205.13,23.62%204.91,23.71%204.66,23.75%204.4,23.75%20H%202.5%20c%20-0.05,0%20-0.07,-0.03%20-0.05,-0.08%20L%202.91,21.01%20C%202.92,20.96%202.95,20.93%203,20.93%20h%201.9%20c%200.41,0%200.72,0.1%200.94,0.29%200.21,0.2%200.32,0.47%200.32,0.82%200,0.25%20-0.04,0.47%20-0.13,0.68%20-0.07,0.21%20-0.19,0.39%20-0.34,0.54%20z'%20id='path1792'%20/%3e%3cpath%20class='st1'%20d='M%2013.92,19.96%20H%208.93%20C%208.85,19.96%208.81,20%208.79,20.09%20L%207.3,28.53%20c%20-0.02,0.08%200.02,0.13%200.11,0.13%20h%204.98%20c%200.08,0%200.12,-0.04%200.14,-0.13%20l%200.13,-0.74%20c%200.02,-0.09%20-0.02,-0.13%20-0.1,-0.13%20H%208.59%20c%20-0.06,0%20-0.08,-0.03%20-0.07,-0.08%20l%200.5,-2.75%20c%200.01,-0.05%200.04,-0.08%200.09,-0.08%20h%203.38%20c%200.08,0%200.13,-0.04%200.15,-0.13%20l%200.13,-0.74%20c%200.02,-0.08%20-0.02,-0.13%20-0.1,-0.13%20H%209.29%20c%20-0.06,0%20-0.08,-0.03%20-0.07,-0.08%20l%200.46,-2.64%20c%200.01,-0.05%200.04,-0.08%200.09,-0.08%20h%203.97%20c%200.08,0%200.13,-0.04%200.15,-0.13%20l%200.13,-0.74%20c%200.03,-0.07%20-0.01,-0.12%20-0.1,-0.12%20z'%20id='path1794'%20/%3e%3cpath%20class='st1'%20d='m%2020.94,19.96%20h%20-5.8%20c%20-0.08,0%20-0.12,0.04%20-0.14,0.13%20l%20-0.13,0.74%20c%20-0.01,0.08%200.02,0.13%200.11,0.13%20h%202.3%20c%200.05,0%200.07,0.03%200.06,0.08%20l%20-1.33,7.49%20c%20-0.01,0.08%200.02,0.13%200.11,0.13%20h%200.82%20c%200.08,0%200.12,-0.04%200.14,-0.13%20l%201.33,-7.49%20c%200.01,-0.05%200.04,-0.08%200.08,-0.08%20h%202.3%20c%200.09,0%200.14,-0.04%200.16,-0.13%20l%200.13,-0.74%20c%20-0.01,-0.08%20-0.04,-0.13%20-0.14,-0.13%20z'%20id='path1796'%20/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cg%20id='g1870'%3e%3cpath%20class='st1'%20d='m%201.22,34.68%20c%20-0.02,0%20-0.03,-0.01%20-0.03,-0.03%20v%20-1.76%20c%200,-0.01%20-0.01,-0.02%20-0.02,-0.02%20H%200.61%20c%20-0.02,0%20-0.03,-0.01%20-0.03,-0.03%20v%20-0.19%20c%200,-0.02%200.01,-0.03%200.03,-0.03%20h%201.44%20c%200.02,0%200.03,0.01%200.03,0.03%20v%200.19%20c%200,0.02%20-0.01,0.03%20-0.03,0.03%20H%201.48%20c%20-0.01,0%20-0.02,0.01%20-0.02,0.02%20v%201.76%20c%200,0.02%20-0.01,0.03%20-0.03,0.03%20z'%20id='path1804'%20/%3e%3cpath%20class='st1'%20d='m%202.39,32.65%20c%200,-0.02%200.01,-0.03%200.03,-0.03%20h%200.21%20c%200.02,0%200.03,0.01%200.03,0.03%20v%200.85%20c%200,0.01%200.01,0.02%200.02,0.02%20h%200.89%20c%200.01,0%200.02,-0.01%200.02,-0.02%20v%20-0.85%20c%200,-0.02%200.01,-0.03%200.03,-0.03%20h%200.21%20c%200.02,0%200.03,0.01%200.03,0.03%20v%202%20c%200,0.02%20-0.01,0.03%20-0.03,0.03%20H%203.62%20c%20-0.02,0%20-0.03,-0.01%20-0.03,-0.03%20v%20-0.87%20c%200,-0.01%20-0.01,-0.02%20-0.02,-0.02%20H%202.68%20c%20-0.01,0%20-0.02,0.01%20-0.02,0.02%20v%200.87%20c%200,0.02%20-0.01,0.03%20-0.03,0.03%20H%202.42%20c%20-0.02,0%20-0.03,-0.01%20-0.03,-0.03%20z'%20id='path1806'%20/%3e%3cpath%20class='st1'%20d='m%204.37,32.65%20c%200,-0.02%200.01,-0.03%200.03,-0.03%20h%201.24%20c%200.02,0%200.03,0.01%200.03,0.03%20v%200.19%20c%200,0.02%20-0.01,0.03%20-0.03,0.03%20H%204.66%20c%20-0.01,0%20-0.02,0.01%20-0.02,0.02%20v%200.61%20c%200,0.01%200.01,0.02%200.02,0.02%20h%200.83%20c%200.02,0%200.03,0.01%200.03,0.03%20v%200.19%20c%200,0.02%20-0.01,0.03%20-0.03,0.03%20H%204.66%20c%20-0.01,0%20-0.02,0.01%20-0.02,0.02%20v%200.63%20c%200,0.01%200.01,0.02%200.02,0.02%20h%200.98%20c%200.02,0%200.03,0.01%200.03,0.03%20v%200.19%20c%200,0.02%20-0.01,0.03%20-0.03,0.03%20H%204.4%20c%20-0.02,0%20-0.03,-0.01%20-0.03,-0.03%20z'%20id='path1808'%20/%3e%3cpath%20class='st1'%20d='m%206.8,32.65%20c%200,-0.02%200.01,-0.03%200.03,-0.03%20h%200.19%20c%200.02,0%200.04,0.01%200.05,0.03%20L%208,34.2%20h%200.01%20v%20-1.55%20c%200,-0.02%200.01,-0.03%200.03,-0.03%20h%200.19%20c%200.02,0%200.03,0.01%200.03,0.03%20v%202%20c%200,0.02%20-0.01,0.03%20-0.03,0.03%20H%208.05%20C%208.03,34.68%208.01,34.67%208,34.65%20L%207.06,33.11%20H%207.05%20v%201.54%20c%200,0.02%20-0.01,0.03%20-0.03,0.03%20H%206.83%20C%206.81,34.68%206.8,34.67%206.8,34.65%20Z'%20id='path1810'%20/%3e%3cpath%20class='st1'%20d='m%209.32,32.65%20c%200.01,-0.02%200.02,-0.03%200.04,-0.03%20h%200.2%20c%200.02,0%200.03,0.01%200.04,0.03%20l%200.71,2%20c%200.01,0.02%200,0.03%20-0.02,0.03%20h%20-0.21%20c%20-0.02,0%20-0.03,-0.01%20-0.04,-0.03%20L%209.87,34.2%20H%209.03%20L%208.87,34.65%20C%208.86,34.67%208.85,34.68%208.83,34.68%20H%208.62%20C%208.6,34.68%208.59,34.67%208.6,34.65%20Z%20m%200.46,1.3%20-0.32,-0.94%20H%209.45%20l%20-0.33,0.94%20z'%20id='path1812'%20/%3e%3cpath%20class='st1'%20d='m%2010.86,34.68%20c%20-0.02,0%20-0.03,-0.01%20-0.03,-0.03%20v%20-1.76%20c%200,-0.01%20-0.01,-0.02%20-0.02,-0.02%20h%20-0.56%20c%20-0.02,0%20-0.03,-0.01%20-0.03,-0.03%20v%20-0.19%20c%200,-0.02%200.01,-0.03%200.03,-0.03%20h%201.44%20c%200.02,0%200.03,0.01%200.03,0.03%20v%200.19%20c%200,0.02%20-0.01,0.03%20-0.03,0.03%20h%20-0.56%20c%20-0.01,0%20-0.02,0.01%20-0.02,0.02%20v%201.76%20c%200,0.02%20-0.01,0.03%20-0.03,0.03%20z'%20id='path1814'%20/%3e%3cpath%20class='st1'%20d='m%2012.03,32.65%20c%200,-0.02%200.01,-0.03%200.03,-0.03%20h%200.21%20c%200.02,0%200.03,0.01%200.03,0.03%20v%202%20c%200,0.02%20-0.01,0.03%20-0.03,0.03%20h%20-0.21%20c%20-0.02,0%20-0.03,-0.01%20-0.03,-0.03%20z'%20id='path1816'%20/%3e%3cpath%20class='st1'%20d='m%2013.49,34.71%20c%20-0.17,0%20-0.32,-0.04%20-0.44,-0.12%20-0.12,-0.08%20-0.21,-0.2%20-0.26,-0.36%20-0.01,-0.03%20-0.02,-0.06%20-0.03,-0.09%20-0.01,-0.03%20-0.01,-0.07%20-0.02,-0.11%200,-0.04%20-0.01,-0.09%20-0.01,-0.16%200,-0.07%200,-0.13%200,-0.22%200,-0.09%200,-0.16%200,-0.22%200,-0.06%200,-0.11%200.01,-0.16%200,-0.04%200.01,-0.08%200.02,-0.11%200.01,-0.03%200.02,-0.06%200.03,-0.09%200.05,-0.16%200.14,-0.28%200.26,-0.36%200.12,-0.08%200.27,-0.12%200.44,-0.12%200.18,0%200.32,0.04%200.44,0.12%200.12,0.08%200.21,0.2%200.26,0.36%200.01,0.03%200.02,0.06%200.03,0.09%200.01,0.03%200.01,0.07%200.02,0.11%200,0.04%200.01,0.1%200.01,0.16%200,0.06%200,0.13%200,0.22%200,0.09%200,0.16%200,0.22%200,0.06%200,0.11%20-0.01,0.16%200,0.04%20-0.01,0.08%20-0.02,0.11%20-0.01,0.03%20-0.02,0.06%20-0.03,0.09%20-0.05,0.16%20-0.14,0.28%20-0.26,0.36%20-0.12,0.08%20-0.26,0.12%20-0.44,0.12%20z%20m%200,-0.25%20c%200.11,0%200.21,-0.03%200.28,-0.08%200.07,-0.05%200.12,-0.13%200.16,-0.23%200.01,-0.02%200.01,-0.04%200.02,-0.07%200.01,-0.03%200.01,-0.06%200.02,-0.1%200,-0.04%200.01,-0.09%200.01,-0.14%200,-0.05%200,-0.12%200,-0.19%200,-0.07%200,-0.14%200,-0.19%200,-0.05%20-0.01,-0.1%20-0.01,-0.14%200,-0.04%20-0.01,-0.07%20-0.02,-0.1%200,-0.03%20-0.01,-0.05%20-0.02,-0.07%20-0.03,-0.1%20-0.08,-0.17%20-0.16,-0.23%20-0.07,-0.05%20-0.17,-0.08%20-0.28,-0.08%20-0.12,0%20-0.21,0.03%20-0.28,0.08%20-0.07,0.05%20-0.12,0.13%20-0.16,0.23%20-0.01,0.02%20-0.01,0.04%20-0.02,0.07%20-0.01,0.03%20-0.01,0.06%20-0.02,0.1%20C%2013,33.36%2013,33.41%2013,33.46%20c%200,0.05%200,0.12%200,0.19%200,0.08%200,0.14%200,0.19%200,0.05%200.01,0.1%200.01,0.14%200,0.04%200.01,0.07%200.02,0.1%200,0.03%200.01,0.05%200.02,0.07%200.03,0.1%200.08,0.17%200.16,0.23%200.07,0.06%200.17,0.08%200.28,0.08%20z'%20id='path1818'%20/%3e%3cpath%20class='st1'%20d='m%2014.69,32.65%20c%200,-0.02%200.01,-0.03%200.03,-0.03%20h%200.19%20c%200.02,0%200.04,0.01%200.05,0.03%20l%200.93,1.55%20h%200.01%20v%20-1.55%20c%200,-0.02%200.01,-0.03%200.03,-0.03%20h%200.19%20c%200.02,0%200.03,0.01%200.03,0.03%20v%202%20c%200,0.02%20-0.01,0.03%20-0.03,0.03%20h%20-0.19%20c%20-0.02,0%20-0.04,-0.01%20-0.05,-0.03%20l%20-0.94,-1.54%20h%20-0.01%20v%201.54%20c%200,0.02%20-0.01,0.03%20-0.03,0.03%20h%20-0.19%20c%20-0.02,0%20-0.03,-0.01%20-0.03,-0.03%20v%20-2%20z'%20id='path1820'%20/%3e%3cpath%20class='st1'%20d='m%2017.2,32.65%20c%200.01,-0.02%200.02,-0.03%200.04,-0.03%20h%200.2%20c%200.02,0%200.03,0.01%200.04,0.03%20l%200.71,2%20c%200.01,0.02%200,0.03%20-0.02,0.03%20h%20-0.21%20c%20-0.02,0%20-0.03,-0.01%20-0.04,-0.03%20L%2017.76,34.2%20h%20-0.83%20l%20-0.16,0.45%20c%20-0.01,0.02%20-0.02,0.03%20-0.04,0.03%20H%2016.5%20c%20-0.02,0%20-0.03,-0.01%20-0.02,-0.03%20z%20m%200.46,1.3%20-0.32,-0.94%20H%2017.33%20L%2017,33.95%20Z'%20id='path1822'%20/%3e%3cpath%20class='st1'%20d='m%2018.5,32.65%20c%200,-0.02%200.01,-0.03%200.03,-0.03%20h%200.21%20c%200.02,0%200.03,0.01%200.03,0.03%20v%201.76%20c%200,0.01%200.01,0.02%200.02,0.02%20h%200.98%20c%200.02,0%200.03,0.01%200.03,0.03%20v%200.19%20c%200,0.02%20-0.01,0.03%20-0.03,0.03%20h%20-1.24%20c%20-0.02,0%20-0.03,-0.01%20-0.03,-0.03%20z'%20id='path1824'%20/%3e%3cpath%20class='st1'%20d='m%2021.49,34.71%20c%20-0.07,0%20-0.14,-0.01%20-0.22,-0.02%20-0.07,-0.01%20-0.14,-0.03%20-0.2,-0.06%20-0.06,-0.03%20-0.12,-0.05%20-0.17,-0.08%20-0.05,-0.03%20-0.1,-0.06%20-0.14,-0.1%20-0.01,-0.01%20-0.01,-0.03%200,-0.04%20l%200.13,-0.16%20c%200.01,-0.01%200.03,-0.02%200.04,0%200.07,0.05%200.15,0.1%200.25,0.15%200.1,0.04%200.21,0.07%200.33,0.07%200.14,0%200.26,-0.03%200.33,-0.1%200.08,-0.06%200.12,-0.15%200.12,-0.25%200,-0.04%20-0.01,-0.08%20-0.02,-0.12%20-0.01,-0.04%20-0.04,-0.07%20-0.07,-0.1%20-0.03,-0.03%20-0.08,-0.05%20-0.13,-0.07%20-0.05,-0.02%20-0.12,-0.04%20-0.21,-0.05%20l%20-0.1,-0.01%20c%20-0.4,-0.05%20-0.61,-0.24%20-0.61,-0.57%200,-0.09%200.02,-0.17%200.05,-0.25%200.03,-0.07%200.08,-0.14%200.13,-0.19%200.05,-0.05%200.13,-0.09%200.21,-0.12%200.08,-0.03%200.18,-0.04%200.28,-0.04%200.12,0%200.24,0.02%200.35,0.05%200.11,0.04%200.2,0.08%200.28,0.14%200.02,0.01%200.02,0.03%200.01,0.04%20L%2022.03,33%20c%20-0.01,0%20-0.03,0%20-0.04,-0.01%20-0.08,-0.05%20-0.17,-0.09%20-0.25,-0.12%20-0.08,-0.03%20-0.16,-0.04%20-0.25,-0.04%20-0.13,0%20-0.22,0.03%20-0.29,0.09%20-0.07,0.06%20-0.1,0.14%20-0.1,0.24%200,0.09%200.03,0.16%200.1,0.21%200.07,0.05%200.18,0.09%200.34,0.12%20l%200.1,0.02%20c%200.2,0.03%200.35,0.09%200.45,0.18%200.1,0.09%200.15,0.22%200.15,0.39%200,0.09%20-0.02,0.17%20-0.05,0.25%20-0.03,0.08%20-0.08,0.14%20-0.14,0.2%20-0.06,0.06%20-0.14,0.1%20-0.24,0.13%20-0.1,0.03%20-0.2,0.05%20-0.32,0.05%20z'%20id='path1826'%20/%3e%3cpath%20class='st1'%20d='m%2022.65,32.65%20c%200,-0.02%200.01,-0.03%200.03,-0.03%20h%201.24%20c%200.02,0%200.03,0.01%200.03,0.03%20v%200.19%20c%200,0.02%20-0.01,0.03%20-0.03,0.03%20h%20-0.98%20c%20-0.01,0%20-0.02,0.01%20-0.02,0.02%20v%200.61%20c%200,0.01%200.01,0.02%200.02,0.02%20h%200.83%20c%200.02,0%200.03,0.01%200.03,0.03%20v%200.19%20c%200,0.02%20-0.01,0.03%20-0.03,0.03%20h%20-0.83%20c%20-0.01,0%20-0.02,0.01%20-0.02,0.02%20v%200.63%20c%200,0.01%200.01,0.02%200.02,0.02%20h%200.98%20c%200.02,0%200.03,0.01%200.03,0.03%20v%200.19%20c%200,0.02%20-0.01,0.03%20-0.03,0.03%20h%20-1.24%20c%20-0.02,0%20-0.03,-0.01%20-0.03,-0.03%20z'%20id='path1828'%20/%3e%3cpath%20class='st1'%20d='m%2024.36,32.65%20c%200,-0.02%200.01,-0.03%200.03,-0.03%20h%200.21%20c%200.02,0%200.03,0.01%200.03,0.03%20v%201.76%20c%200,0.01%200.01,0.02%200.02,0.02%20h%200.98%20c%200.02,0%200.03,0.01%200.03,0.03%20v%200.19%20c%200,0.02%20-0.01,0.03%20-0.03,0.03%20h%20-1.24%20c%20-0.02,0%20-0.03,-0.01%20-0.03,-0.03%20z'%20id='path1830'%20/%3e%3cpath%20class='st1'%20d='m%2025.99,32.65%20c%200,-0.02%200.01,-0.03%200.03,-0.03%20h%201.24%20c%200.02,0%200.03,0.01%200.03,0.03%20v%200.19%20c%200,0.02%20-0.01,0.03%20-0.03,0.03%20h%20-0.98%20c%20-0.01,0%20-0.02,0.01%20-0.02,0.02%20v%200.63%20c%200,0.01%200.01,0.02%200.02,0.02%20h%200.83%20c%200.02,0%200.03,0.01%200.03,0.03%20v%200.19%20c%200,0.02%20-0.01,0.03%20-0.03,0.03%20h%20-0.83%20c%20-0.01,0%20-0.02,0.01%20-0.02,0.02%20v%200.85%20c%200,0.02%20-0.01,0.03%20-0.03,0.03%20h%20-0.21%20c%20-0.02,0%20-0.03,-0.01%20-0.03,-0.03%20z'%20id='path1832'%20/%3e%3cpath%20class='st1'%20d='m%2027.59,33.99%20c%20-0.02,0%20-0.03,-0.01%20-0.03,-0.03%20v%20-0.18%20c%200,-0.02%200.01,-0.03%200.03,-0.03%20h%200.81%20c%200.02,0%200.03,0.01%200.03,0.03%20v%200.18%20c%200,0.02%20-0.01,0.03%20-0.03,0.03%20z'%20id='path1834'%20/%3e%3cpath%20class='st1'%20d='m%2028.82,32.65%20c%200,-0.02%200.01,-0.03%200.03,-0.03%20h%201.24%20c%200.02,0%200.03,0.01%200.03,0.03%20v%200.19%20c%200,0.02%20-0.01,0.03%20-0.03,0.03%20h%20-0.98%20c%20-0.01,0%20-0.02,0.01%20-0.02,0.02%20v%200.61%20c%200,0.01%200.01,0.02%200.02,0.02%20h%200.83%20c%200.02,0%200.03,0.01%200.03,0.03%20v%200.19%20c%200,0.02%20-0.01,0.03%20-0.03,0.03%20h%20-0.83%20c%20-0.01,0%20-0.02,0.01%20-0.02,0.02%20v%200.63%20c%200,0.01%200.01,0.02%200.02,0.02%20h%200.98%20c%200.02,0%200.03,0.01%200.03,0.03%20v%200.19%20c%200,0.02%20-0.01,0.03%20-0.03,0.03%20h%20-1.24%20c%20-0.02,0%20-0.03,-0.01%20-0.03,-0.03%20z'%20id='path1836'%20/%3e%3cpath%20class='st1'%20d='m%2031.63,34.68%20c%20-0.02,0%20-0.03,-0.01%20-0.04,-0.03%20l%20-0.47,-0.78%20v%200%20l%20-0.47,0.78%20c%20-0.01,0.02%20-0.03,0.03%20-0.04,0.03%20h%20-0.24%20c%20-0.01,0%20-0.02,0%20-0.02,-0.01%200,-0.01%200,-0.02%200,-0.03%20L%2030.97,33.6%2030.4,32.65%20c%20-0.01,-0.01%20-0.01,-0.02%200,-0.03%200,-0.01%200.01,-0.01%200.02,-0.01%20h%200.24%20c%200.01,0%200.02,0%200.03,0.01%200.01,0%200.01,0.01%200.02,0.02%20l%200.42,0.7%20v%200%20l%200.42,-0.7%20c%200.01,-0.02%200.02,-0.03%200.04,-0.03%20h%200.24%20c%200.01,0%200.02,0%200.02,0.01%200,0.01%200,0.02%200,0.03%20l%20-0.57,0.95%200.62,1.04%20c%200,0.01%200,0.02%200,0.03%200,0.01%20-0.01,0.01%20-0.02,0.01%20z'%20id='path1838'%20/%3e%3cpath%20class='st1'%20d='m%2032.18,34.23%20c%20-0.01,-0.03%20-0.02,-0.06%20-0.03,-0.09%20-0.01,-0.03%20-0.01,-0.07%20-0.02,-0.11%200,-0.04%20-0.01,-0.09%20-0.01,-0.16%200,-0.07%200,-0.13%200,-0.22%200,-0.09%200,-0.16%200,-0.22%200,-0.06%200,-0.11%200.01,-0.16%200,-0.04%200.01,-0.08%200.02,-0.11%200.01,-0.03%200.02,-0.06%200.03,-0.09%200.05,-0.16%200.14,-0.29%200.25,-0.37%200.12,-0.08%200.26,-0.12%200.43,-0.12%200.15,0%200.29,0.04%200.4,0.11%200.11,0.07%200.2,0.17%200.26,0.31%200.01,0.02%200,0.03%20-0.01,0.04%20l%20-0.18,0.09%20c%20-0.02,0.01%20-0.03,0%20-0.04,-0.02%20-0.04,-0.08%20-0.09,-0.15%20-0.16,-0.2%20-0.07,-0.05%20-0.15,-0.08%20-0.26,-0.08%20-0.11,0%20-0.2,0.03%20-0.27,0.08%20-0.07,0.05%20-0.12,0.13%20-0.15,0.22%20-0.01,0.02%20-0.01,0.05%20-0.02,0.07%20-0.01,0.03%20-0.01,0.06%20-0.01,0.09%200,0.03%20-0.01,0.08%20-0.01,0.14%200,0.06%200,0.12%200,0.2%200,0.08%200,0.15%200,0.21%200,0.06%200,0.1%200.01,0.14%200,0.04%200.01,0.07%200.01,0.1%200,0.03%200.01,0.05%200.02,0.07%200.03,0.1%200.09,0.17%200.15,0.22%200.06,0.05%200.16,0.08%200.27,0.08%200.11,0%200.2,-0.03%200.26,-0.08%200.07,-0.05%200.12,-0.12%200.16,-0.2%200.01,-0.02%200.02,-0.03%200.04,-0.01%20l%200.18,0.09%20c%200.01,0.01%200.02,0.02%200.01,0.04%20-0.06,0.13%20-0.14,0.24%20-0.26,0.31%20-0.12,0.07%20-0.25,0.11%20-0.4,0.11%20-0.17,0%20-0.31,-0.04%20-0.43,-0.12%20-0.11,-0.07%20-0.2,-0.2%20-0.25,-0.36%20z'%20id='path1840'%20/%3e%3cpath%20class='st1'%20d='m%2033.91,32.65%20c%200,-0.02%200.01,-0.03%200.03,-0.03%20h%200.21%20c%200.02,0%200.03,0.01%200.03,0.03%20v%201.76%20c%200,0.01%200.01,0.02%200.02,0.02%20h%200.98%20c%200.02,0%200.03,0.01%200.03,0.03%20v%200.19%20c%200,0.02%20-0.01,0.03%20-0.03,0.03%20h%20-1.24%20c%20-0.02,0%20-0.03,-0.01%20-0.03,-0.03%20z'%20id='path1842'%20/%3e%3cpath%20class='st1'%20d='m%2036.17,34.71%20c%20-0.23,0%20-0.41,-0.06%20-0.54,-0.19%20-0.13,-0.13%20-0.19,-0.31%20-0.19,-0.56%20v%20-1.31%20c%200,-0.02%200.01,-0.03%200.03,-0.03%20h%200.21%20c%200.02,0%200.03,0.01%200.03,0.03%20v%201.31%20c%200,0.17%200.04,0.29%200.13,0.38%200.08,0.08%200.19,0.13%200.33,0.13%200.14,0%200.25,-0.04%200.33,-0.13%200.08,-0.08%200.12,-0.21%200.12,-0.38%20v%20-1.31%20c%200,-0.02%200.01,-0.03%200.03,-0.03%20h%200.21%20c%200.02,0%200.03,0.01%200.03,0.03%20v%201.31%20c%200,0.24%20-0.06,0.43%20-0.19,0.56%20-0.13,0.13%20-0.31,0.19%20-0.53,0.19%20z'%20id='path1844'%20/%3e%3cpath%20class='st1'%20d='m%2038.01,34.71%20c%20-0.07,0%20-0.14,-0.01%20-0.22,-0.02%20-0.07,-0.01%20-0.14,-0.03%20-0.2,-0.06%20-0.06,-0.03%20-0.12,-0.05%20-0.17,-0.08%20-0.05,-0.03%20-0.1,-0.06%20-0.14,-0.1%20-0.01,-0.01%20-0.01,-0.03%200,-0.04%20l%200.13,-0.16%20c%200.01,-0.01%200.03,-0.02%200.04,0%200.07,0.05%200.15,0.1%200.25,0.15%200.1,0.04%200.21,0.07%200.33,0.07%200.14,0%200.26,-0.03%200.33,-0.1%200.08,-0.06%200.12,-0.15%200.12,-0.25%200,-0.04%20-0.01,-0.08%20-0.02,-0.12%20-0.01,-0.04%20-0.04,-0.07%20-0.07,-0.1%20-0.03,-0.03%20-0.08,-0.05%20-0.13,-0.07%20-0.05,-0.02%20-0.12,-0.04%20-0.21,-0.05%20l%20-0.1,-0.01%20c%20-0.4,-0.05%20-0.61,-0.24%20-0.61,-0.57%200,-0.09%200.02,-0.17%200.05,-0.25%200.03,-0.07%200.08,-0.14%200.13,-0.19%200.05,-0.05%200.13,-0.09%200.21,-0.12%200.08,-0.03%200.18,-0.04%200.28,-0.04%200.12,0%200.24,0.02%200.35,0.05%200.11,0.04%200.2,0.08%200.28,0.14%200.02,0.01%200.02,0.03%200.01,0.04%20L%2038.55,33%20c%20-0.01,0%20-0.02,0%20-0.04,-0.01%20-0.08,-0.05%20-0.17,-0.09%20-0.25,-0.12%20-0.08,-0.03%20-0.16,-0.04%20-0.25,-0.04%20-0.13,0%20-0.22,0.03%20-0.29,0.09%20-0.07,0.06%20-0.1,0.14%20-0.1,0.24%200,0.09%200.03,0.16%200.1,0.21%200.07,0.05%200.18,0.09%200.34,0.12%20l%200.1,0.02%20c%200.2,0.03%200.35,0.09%200.45,0.18%200.1,0.09%200.15,0.22%200.15,0.39%200,0.09%20-0.02,0.17%20-0.05,0.25%20-0.03,0.08%20-0.08,0.14%20-0.14,0.2%20-0.06,0.06%20-0.14,0.1%20-0.24,0.13%20-0.1,0.03%20-0.19,0.05%20-0.32,0.05%20z'%20id='path1846'%20/%3e%3cpath%20class='st1'%20d='m%2039.18,32.65%20c%200,-0.02%200.01,-0.03%200.03,-0.03%20h%200.21%20c%200.02,0%200.03,0.01%200.03,0.03%20v%202%20c%200,0.02%20-0.01,0.03%20-0.03,0.03%20h%20-0.21%20c%20-0.02,0%20-0.03,-0.01%20-0.03,-0.03%20z'%20id='path1848'%20/%3e%3cpath%20class='st1'%20d='m%2040.64,34.71%20c%20-0.17,0%20-0.32,-0.04%20-0.44,-0.12%20-0.12,-0.08%20-0.21,-0.2%20-0.26,-0.36%20-0.01,-0.03%20-0.02,-0.06%20-0.03,-0.09%20-0.01,-0.03%20-0.01,-0.07%20-0.02,-0.11%200,-0.04%20-0.01,-0.09%20-0.01,-0.16%200,-0.07%200,-0.13%200,-0.22%200,-0.09%200,-0.16%200,-0.22%200,-0.06%200,-0.11%200.01,-0.16%200,-0.04%200.01,-0.08%200.02,-0.11%200.01,-0.03%200.02,-0.06%200.03,-0.09%200.05,-0.16%200.14,-0.28%200.26,-0.36%200.12,-0.08%200.27,-0.12%200.44,-0.12%200.18,0%200.32,0.04%200.44,0.12%200.12,0.08%200.21,0.2%200.26,0.36%200.01,0.03%200.02,0.06%200.03,0.09%200.01,0.03%200.01,0.07%200.02,0.11%200,0.04%200.01,0.1%200.01,0.16%200,0.06%200,0.13%200,0.22%200,0.09%200,0.16%200,0.22%200,0.06%200,0.11%20-0.01,0.16%200,0.04%20-0.01,0.08%20-0.02,0.11%20-0.01,0.03%20-0.02,0.06%20-0.03,0.09%20-0.05,0.16%20-0.14,0.28%20-0.26,0.36%20-0.12,0.08%20-0.27,0.12%20-0.44,0.12%20z%20m%200,-0.25%20c%200.11,0%200.21,-0.03%200.28,-0.08%200.07,-0.05%200.12,-0.13%200.16,-0.23%200.01,-0.02%200.01,-0.04%200.02,-0.07%200.01,-0.03%200.01,-0.06%200.02,-0.1%200,-0.04%200.01,-0.09%200.01,-0.14%200,-0.05%200,-0.12%200,-0.19%200,-0.07%200,-0.14%200,-0.19%200,-0.05%20-0.01,-0.1%20-0.01,-0.14%200,-0.04%20-0.01,-0.07%20-0.02,-0.1%200,-0.03%20-0.01,-0.05%20-0.02,-0.07%20-0.03,-0.1%20-0.08,-0.17%20-0.16,-0.23%20-0.07,-0.05%20-0.17,-0.08%20-0.28,-0.08%20-0.12,0%20-0.21,0.03%20-0.28,0.08%20-0.07,0.05%20-0.12,0.13%20-0.16,0.23%20-0.01,0.02%20-0.01,0.04%20-0.02,0.07%20-0.01,0.03%20-0.01,0.06%20-0.02,0.1%20-0.01,0.04%20-0.01,0.09%20-0.01,0.14%200,0.05%200,0.12%200,0.19%200,0.08%200,0.14%200,0.19%200,0.05%200.01,0.1%200.01,0.14%200,0.04%200.01,0.07%200.02,0.1%200,0.03%200.01,0.05%200.02,0.07%200.03,0.1%200.08,0.17%200.16,0.23%200.07,0.06%200.16,0.08%200.28,0.08%20z'%20id='path1850'%20/%3e%3cpath%20class='st1'%20d='m%2041.83,32.65%20c%200,-0.02%200.01,-0.03%200.03,-0.03%20h%200.19%20c%200.02,0%200.04,0.01%200.05,0.03%20l%200.93,1.55%20h%200.01%20v%20-1.55%20c%200,-0.02%200.01,-0.03%200.03,-0.03%20h%200.19%20c%200.02,0%200.03,0.01%200.03,0.03%20v%202%20c%200,0.02%20-0.01,0.03%20-0.03,0.03%20h%20-0.19%20c%20-0.02,0%20-0.04,-0.01%20-0.05,-0.03%20l%20-0.94,-1.54%20h%20-0.01%20v%201.54%20c%200,0.02%20-0.01,0.03%20-0.03,0.03%20h%20-0.19%20c%20-0.02,0%20-0.03,-0.01%20-0.03,-0.03%20v%20-2%20z'%20id='path1852'%20/%3e%3cpath%20class='st1'%20d='m%2045.73,34.68%20c%20-0.02,0%20-0.03,-0.01%20-0.04,-0.03%20l%20-0.41,-0.84%20h%20-0.45%20c%20-0.01,0%20-0.02,0.01%20-0.02,0.02%20v%200.82%20c%200,0.02%20-0.01,0.03%20-0.03,0.03%20h%20-0.21%20c%20-0.02,0%20-0.03,-0.01%20-0.03,-0.03%20v%20-2%20c%200,-0.02%200.01,-0.03%200.03,-0.03%20h%200.75%20c%200.1,0%200.19,0.01%200.26,0.04%200.07,0.03%200.15,0.07%200.2,0.12%200.06,0.05%200.1,0.11%200.13,0.19%200.03,0.07%200.05,0.16%200.05,0.24%200,0.14%20-0.04,0.26%20-0.11,0.35%20-0.07,0.1%20-0.17,0.17%20-0.3,0.21%20L%2046,34.65%20c%200.01,0.01%200.01,0.02%200,0.03%20-0.01,0.01%20-0.01,0.01%20-0.02,0.01%20h%20-0.25%20z%20m%20-0.42,-1.12%20c%200.12,0%200.21,-0.03%200.28,-0.09%200.07,-0.06%200.1,-0.14%200.1,-0.25%200,-0.11%20-0.03,-0.19%20-0.1,-0.25%20-0.07,-0.06%20-0.16,-0.09%20-0.28,-0.09%20h%20-0.48%20c%20-0.01,0%20-0.02,0.01%20-0.02,0.02%20v%200.65%20c%200,0.01%200.01,0.02%200.02,0.02%20h%200.48%20z'%20id='path1854'%20/%3e%3cpath%20class='st1'%20d='m%2046.41,32.65%20c%200,-0.02%200.01,-0.03%200.03,-0.03%20h%201.24%20c%200.02,0%200.03,0.01%200.03,0.03%20v%200.19%20c%200,0.02%20-0.01,0.03%20-0.03,0.03%20H%2046.7%20c%20-0.01,0%20-0.02,0.01%20-0.02,0.02%20v%200.61%20c%200,0.01%200.01,0.02%200.02,0.02%20h%200.83%20c%200.02,0%200.03,0.01%200.03,0.03%20v%200.19%20c%200,0.02%20-0.01,0.03%20-0.03,0.03%20H%2046.7%20c%20-0.01,0%20-0.02,0.01%20-0.02,0.02%20v%200.63%20c%200,0.01%200.01,0.02%200.02,0.02%20h%200.98%20c%200.02,0%200.03,0.01%200.03,0.03%20v%200.19%20c%200,0.02%20-0.01,0.03%20-0.03,0.03%20h%20-1.24%20c%20-0.02,0%20-0.03,-0.01%20-0.03,-0.03%20z'%20id='path1856'%20/%3e%3cpath%20class='st1'%20d='m%2048.1,34.23%20c%20-0.01,-0.03%20-0.02,-0.06%20-0.02,-0.09%200,-0.03%20-0.01,-0.07%20-0.02,-0.11%200,-0.04%20-0.01,-0.09%20-0.01,-0.16%200,-0.07%200,-0.13%200,-0.22%200,-0.09%200,-0.16%200,-0.22%200,-0.06%200.01,-0.11%200.01,-0.16%200,-0.04%200.01,-0.08%200.02,-0.11%200.01,-0.03%200.01,-0.06%200.02,-0.09%200.05,-0.16%200.14,-0.28%200.26,-0.36%200.12,-0.08%200.27,-0.12%200.45,-0.12%200.09,0%200.17,0.01%200.25,0.03%200.07,0.02%200.14,0.05%200.19,0.09%200.05,0.04%200.1,0.08%200.15,0.13%200.04,0.05%200.07,0.1%200.1,0.16%200.01,0.02%200.01,0.03%20-0.01,0.04%20l%20-0.18,0.09%20c%20-0.02,0.01%20-0.03,0%20-0.04,-0.02%20-0.05,-0.09%20-0.11,-0.16%20-0.18,-0.21%20-0.07,-0.04%20-0.16,-0.07%20-0.27,-0.07%20-0.12,0%20-0.21,0.03%20-0.29,0.08%20-0.07,0.05%20-0.13,0.13%20-0.16,0.23%20-0.01,0.02%20-0.01,0.04%20-0.02,0.07%20-0.01,0.03%20-0.01,0.06%20-0.01,0.1%200,0.04%20-0.01,0.08%20-0.01,0.14%200,0.06%200,0.12%200,0.2%200,0.08%200,0.15%200,0.2%200,0.05%200,0.1%200.01,0.14%200.01,0.04%200.01,0.07%200.01,0.1%200,0.03%200.01,0.05%200.02,0.07%200.03,0.1%200.08,0.17%200.16,0.23%200.08,0.06%200.17,0.08%200.29,0.08%200.1,0%200.2,-0.03%200.28,-0.08%200.08,-0.05%200.13,-0.12%200.17,-0.22%200.01,-0.04%200.02,-0.08%200.03,-0.13%200.01,-0.05%200.01,-0.12%200.01,-0.19%200,-0.01%20-0.01,-0.02%20-0.02,-0.02%20h%20-0.4%20c%20-0.02,0%20-0.03,-0.01%20-0.03,-0.03%20v%20-0.18%20c%200,-0.02%200.01,-0.03%200.03,-0.03%20h%200.66%20c%200.02,0%200.03,0.01%200.03,0.03%20v%200.15%20c%200,0.09%200,0.18%20-0.01,0.26%20-0.01,0.08%20-0.02,0.14%20-0.04,0.2%20-0.05,0.16%20-0.14,0.28%20-0.26,0.36%20-0.12,0.08%20-0.27,0.13%20-0.44,0.13%20-0.18,0%20-0.32,-0.04%20-0.45,-0.12%20-0.13,-0.08%20-0.23,-0.21%20-0.28,-0.37%20z'%20id='path1858'%20/%3e%3cpath%20class='st1'%20d='m%2049.99,32.65%20c%200,-0.02%200.01,-0.03%200.03,-0.03%20h%200.21%20c%200.02,0%200.03,0.01%200.03,0.03%20v%202%20c%200,0.02%20-0.01,0.03%20-0.03,0.03%20h%20-0.21%20c%20-0.02,0%20-0.03,-0.01%20-0.03,-0.03%20z'%20id='path1860'%20/%3e%3cpath%20class='st1'%20d='m%2051.39,34.71%20c%20-0.07,0%20-0.14,-0.01%20-0.22,-0.02%20-0.07,-0.01%20-0.14,-0.03%20-0.2,-0.06%20-0.06,-0.03%20-0.12,-0.05%20-0.17,-0.08%20-0.05,-0.03%20-0.1,-0.06%20-0.14,-0.1%20-0.01,-0.01%20-0.01,-0.03%200,-0.04%20l%200.13,-0.16%20c%200.01,-0.01%200.03,-0.02%200.04,0%200.07,0.05%200.15,0.1%200.25,0.15%200.1,0.04%200.21,0.07%200.33,0.07%200.14,0%200.26,-0.03%200.33,-0.1%200.08,-0.06%200.12,-0.15%200.12,-0.25%200,-0.04%20-0.01,-0.08%20-0.02,-0.12%20-0.01,-0.04%20-0.04,-0.07%20-0.07,-0.1%20-0.03,-0.03%20-0.08,-0.05%20-0.13,-0.07%20-0.05,-0.02%20-0.12,-0.04%20-0.21,-0.05%20l%20-0.1,-0.01%20c%20-0.4,-0.05%20-0.61,-0.24%20-0.61,-0.57%200,-0.09%200.02,-0.17%200.05,-0.25%200.03,-0.07%200.08,-0.14%200.13,-0.19%200.05,-0.05%200.13,-0.09%200.21,-0.12%200.08,-0.03%200.18,-0.04%200.28,-0.04%200.12,0%200.24,0.02%200.35,0.05%200.11,0.04%200.2,0.08%200.28,0.14%200.02,0.01%200.02,0.03%200.01,0.04%20L%2051.93,33%20c%20-0.01,0%20-0.02,0%20-0.04,-0.01%20-0.08,-0.05%20-0.17,-0.09%20-0.25,-0.12%20-0.08,-0.03%20-0.16,-0.04%20-0.25,-0.04%20-0.13,0%20-0.22,0.03%20-0.29,0.09%20-0.07,0.06%20-0.1,0.14%20-0.1,0.24%200,0.09%200.03,0.16%200.1,0.21%200.07,0.05%200.18,0.09%200.34,0.12%20l%200.1,0.02%20c%200.2,0.03%200.35,0.09%200.45,0.18%200.1,0.09%200.15,0.22%200.15,0.39%200,0.09%20-0.02,0.17%20-0.05,0.25%20-0.03,0.08%20-0.08,0.14%20-0.14,0.2%20-0.06,0.06%20-0.14,0.1%20-0.24,0.13%20-0.1,0.03%20-0.19,0.05%20-0.32,0.05%20z'%20id='path1862'%20/%3e%3cpath%20class='st1'%20d='m%2052.98,34.68%20c%20-0.02,0%20-0.03,-0.01%20-0.03,-0.03%20v%20-1.76%20c%200,-0.01%20-0.01,-0.02%20-0.02,-0.02%20h%20-0.56%20c%20-0.02,0%20-0.03,-0.01%20-0.03,-0.03%20v%20-0.19%20c%200,-0.02%200.01,-0.03%200.03,-0.03%20h%201.44%20c%200.02,0%200.03,0.01%200.03,0.03%20v%200.19%20c%200,0.02%20-0.01,0.03%20-0.03,0.03%20h%20-0.56%20c%20-0.01,0%20-0.02,0.01%20-0.02,0.02%20v%201.76%20c%200,0.02%20-0.01,0.03%20-0.03,0.03%20z'%20id='path1864'%20/%3e%3cpath%20class='st1'%20d='m%2054.15,32.65%20c%200,-0.02%200.01,-0.03%200.03,-0.03%20h%201.24%20c%200.02,0%200.03,0.01%200.03,0.03%20v%200.19%20c%200,0.02%20-0.01,0.03%20-0.03,0.03%20h%20-0.98%20c%20-0.01,0%20-0.02,0.01%20-0.02,0.02%20v%200.61%20c%200,0.01%200.01,0.02%200.02,0.02%20h%200.83%20c%200.02,0%200.03,0.01%200.03,0.03%20v%200.19%20c%200,0.02%20-0.01,0.03%20-0.03,0.03%20h%20-0.83%20c%20-0.01,0%20-0.02,0.01%20-0.02,0.02%20v%200.63%20c%200,0.01%200.01,0.02%200.02,0.02%20h%200.98%20c%200.02,0%200.03,0.01%200.03,0.03%20v%200.19%20c%200,0.02%20-0.01,0.03%20-0.03,0.03%20h%20-1.24%20c%20-0.02,0%20-0.03,-0.01%20-0.03,-0.03%20z'%20id='path1866'%20/%3e%3cpath%20class='st1'%20d='m%2057.05,34.68%20c%20-0.02,0%20-0.03,-0.01%20-0.04,-0.03%20L%2056.6,33.81%20h%20-0.45%20c%20-0.01,0%20-0.02,0.01%20-0.02,0.02%20v%200.82%20c%200,0.02%20-0.01,0.03%20-0.03,0.03%20h%20-0.21%20c%20-0.02,0%20-0.03,-0.01%20-0.03,-0.03%20v%20-2%20c%200,-0.02%200.01,-0.03%200.03,-0.03%20h%200.75%20c%200.1,0%200.19,0.01%200.26,0.04%200.07,0.03%200.15,0.07%200.2,0.12%200.06,0.05%200.1,0.11%200.13,0.19%200.03,0.07%200.05,0.16%200.05,0.24%200,0.14%20-0.04,0.26%20-0.11,0.35%20-0.07,0.1%20-0.17,0.17%20-0.3,0.21%20l%200.44,0.87%20c%200.01,0.01%200.01,0.02%200,0.03%20-0.01,0.01%20-0.01,0.01%20-0.02,0.01%20z%20m%20-0.42,-1.12%20c%200.12,0%200.21,-0.03%200.28,-0.09%200.07,-0.06%200.1,-0.14%200.1,-0.25%200,-0.11%20-0.03,-0.19%20-0.1,-0.25%20-0.07,-0.06%20-0.16,-0.09%20-0.28,-0.09%20h%20-0.48%20c%20-0.01,0%20-0.02,0.01%20-0.02,0.02%20v%200.65%20c%200,0.01%200.01,0.02%200.02,0.02%20h%200.48%20z'%20id='path1868'%20/%3e%3c/g%3e%3cg%20id='g1876'%3e%3cpath%20class='st1'%20d='m%2057.96,33.51%20c%20-0.01,0%20-0.01,0%20-0.01,-0.01%20v%20-0.72%20c%200,0%200,-0.01%20-0.01,-0.01%20h%20-0.23%20c%20-0.01,0%20-0.01,0%20-0.01,-0.01%20v%20-0.11%20c%200,-0.01%200,-0.01%200.01,-0.01%20h%200.63%20c%200.01,0%200.01,0%200.01,0.01%20v%200.11%20c%200,0.01%200,0.01%20-0.01,0.01%20h%20-0.23%20c%200,0%20-0.01,0%20-0.01,0.01%20v%200.72%20c%200,0.01%200,0.01%20-0.01,0.01%20z'%20id='path1872'%20/%3e%3cpath%20class='st1'%20d='m%2058.48,32.65%20c%200,-0.01%200,-0.01%200.01,-0.01%20h%200.11%20c%200.01,0%200.02,0%200.02,0.01%20l%200.24,0.54%20h%200.01%20l%200.24,-0.54%20c%200,-0.01%200.01,-0.01%200.02,-0.01%20h%200.11%20c%200.01,0%200.01,0%200.01,0.01%20v%200.85%20c%200,0.01%200,0.01%20-0.01,0.01%20h%20-0.11%20c%20-0.01,0%20-0.01,0%20-0.01,-0.01%20v%20-0.54%200%20l%20-0.19,0.41%20c%200,0.01%20-0.01,0.02%20-0.02,0.02%20h%20-0.08%20c%20-0.01,0%20-0.02,-0.01%20-0.02,-0.02%20l%20-0.19,-0.41%20v%200%200.54%20c%200,0.01%200,0.01%20-0.01,0.01%20H%2058.5%20c%20-0.01,0%20-0.01,0%20-0.01,-0.01%20v%20-0.85%20z'%20id='path1874'%20/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cstyle%20type='text/css'%20id='style1267'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20%3c/style%3e%3cstyle%20type='text/css'%20id='style1505'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20%3c/style%3e%3cstyle%20type='text/css'%20id='style1788'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st14{fill:none;stroke:%2300BEC0;stroke-width:1.5;stroke-miterlimit:10;}%20.st15{fill:%23FFFFFF;}%20.st16{fill:none;stroke:%2300BEC0;stroke-width:1.1576;stroke-miterlimit:10;}%20.st17{fill:%23707070;}%20%3c/style%3e%3c/svg%3e");
    background-size: 8rem;
}

.card-type-icon .la-toggle-off {
    background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!--%20Created%20with%20Inkscape%20(http://www.inkscape.org/)%20--%3e%3csvg%20width='120'%20height='120'%20viewBox='0%200%20120%20120'%20version='1.1'%20id='svg5'%20inkscape:version='1.1.2%20(0a00cf5339,%202022-02-04)'%20sodipodi:docname='radio.svg'%20xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape'%20xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:svg='http://www.w3.org/2000/svg'%3e%3csodipodi:namedview%20id='namedview7'%20pagecolor='%23ffffff'%20bordercolor='%23666666'%20borderopacity='1.0'%20inkscape:pageshadow='2'%20inkscape:pageopacity='0.0'%20inkscape:pagecheckerboard='0'%20inkscape:document-units='px'%20showgrid='false'%20inkscape:zoom='6.5166667'%20inkscape:cx='60'%20inkscape:cy='60'%20inkscape:window-width='1845'%20inkscape:window-height='1043'%20inkscape:window-x='0'%20inkscape:window-y='0'%20inkscape:window-maximized='1'%20inkscape:current-layer='layer1'%20/%3e%3cdefs%20id='defs2'%20/%3e%3cg%20inkscape:label='Layer%201'%20inkscape:groupmode='layer'%20id='layer1'%3e%3cpath%20d='m%20105.59593,7.2071347%20a%204.7877759,4.7877759%200%200%200%20-4.64517,3.5857403%20l%20-73.548383,20.02715%20c%200,0%200,0%200,0%20a%209.2699491,9.2699491%200%200%200%20-5.786078,-2.03735%209.5348048,9.5348048%200%200%200%20-9.208829,7.19185%20H%204.808149%20A%204.8488965,4.8488965%200%200%200%200,40.782675%20v%2067.232605%20a%204.8285229,4.8285229%200%200%200%204.808149,4.78777%20H%20115.19185%20A%204.8285229,4.8285229%200%200%200%20120,108.01528%20V%2040.782675%20a%204.8488965,4.8488965%200%200%200%20-4.80815,-4.80815%20H%2030.825127%20a%208.9643463,8.9643463%200%200%200%20-0.366723,-1.03904%20l%2071.755516,-19.55857%20a%204.7674024,4.7674024%200%200%200%203.38201,1.42614%204.8081494,4.8081494%200%201%200%200,-9.5959203%20z%20M%2021.595925,33.509325%20a%204.7674024,4.7674024%200%200%201%204.074702,2.40408%20h%20-8.190152%20a%204.7062818,4.7062818%200%200%201%204.11545,-2.40408%20z%20M%204.808149,40.721555%20H%20115.19185%20V%20107.95415%20H%204.808149%20Z%20m%2076.787781,7.27335%20a%2026.302207,26.302207%200%200%200%20-22.410871,12.44822%20v%200%20a%202.4244482,2.4244482%200%200%200%20-0.916808,1.65025%20v%200.2241%20a%2026.139219,26.139219%200%200%200%20-2.933786,11.10357%20v%200%20a%202.4448217,2.4448217%200%200%200%200,1.56877%20c%200,0%200,0.14261%200,0.22411%20a%2026.485569,26.485569%200%200%200%202.852292,10.94057%20v%200%20a%202.3837012,2.3837012%200%200%200%201.283532,2.24108%20v%200%20a%2026.261459,26.261459%200%200%200%2048.448221,-13.32428%20v%20-0.14261%200%20a%201.6502547,1.6502547%200%200%200%200,-0.44821%20v%20-0.30561%20a%203.4634975,3.4634975%200%200%200%200,-0.44821%2026.485569,26.485569%200%200%200%20-26.32258,-25.73175%20z%20m%200,4.80815%20a%2021.473684,21.473684%200%200%201%2016.05432,7.19185%20H%2065.541596%20a%2021.494058,21.494058%200%200%201%2016.054334,-7.19185%20z%20m%20-60.000005,2.38369%20a%204.8081494,4.8081494%200%201%200%204.80815,4.80816%204.8081494,4.8081494%200%200%200%20-4.80815,-4.80816%20z%20m%2040.747029,9.61631%20h%2038.526316%20a%2020.923599,20.923599%200%200%201%202.26146,7.19185%20H%2060%20a%2020.373514,20.373514%200%200%201%202.322581,-7.19185%20z%20m%20-40.747029,7.19185%20a%204.8081494,4.8081494%200%201%200%204.80815,4.80815%204.7877759,4.7877759%200%200%200%20-4.80815,-4.80815%20z%20M%2060,76.803055%20h%2043.13073%20a%2021.473684,21.473684%200%200%201%20-2.03735,7.19185%20H%2062.383701%20A%2021.514431,21.514431%200%200%201%2060,76.803055%20Z%20m%205.317487,11.97962%20H%2097.71138%20a%2021.79966,21.79966%200%200%201%20-32.393893,0%20z'%20fill='%2300bec0'%20id='path4114'%20style='stroke-width:2.03735'%20/%3e%3c/g%3e%3cstyle%20type='text/css'%20id='style1267'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20%3c/style%3e%3cstyle%20type='text/css'%20id='style1505'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20%3c/style%3e%3cstyle%20type='text/css'%20id='style1788'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st14{fill:none;stroke:%2300BEC0;stroke-width:1.5;stroke-miterlimit:10;}%20.st15{fill:%23FFFFFF;}%20.st16{fill:none;stroke:%2300BEC0;stroke-width:1.1576;stroke-miterlimit:10;}%20.st17{fill:%23707070;}%20%3c/style%3e%3cstyle%20type='text/css'%20id='style2150'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st14{fill:none;stroke:%2300BEC0;stroke-width:1.5;stroke-miterlimit:10;}%20.st15{fill:%23FFFFFF;}%20.st16{fill:none;stroke:%2300BEC0;stroke-width:1.1576;stroke-miterlimit:10;}%20.st17{fill:%23707070;}%20.st18{fill:none;stroke:%2300BEC0;stroke-width:0.9296;stroke-linecap:square;stroke-miterlimit:10;}%20.st19{fill:none;stroke:%2300BEC0;stroke-width:1.3944;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20%3c/style%3e%3cstyle%20type='text/css'%20id='style2433'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20%3c/style%3e%3cstyle%20type='text/css'%20id='style3681'%3e%20.st0{fill:none;stroke:%2300BEC0;stroke-width:1.5758;stroke-miterlimit:10;}%20.st1{fill:%2300BEC0;}%20.st2{fill:%23FFFFFF;stroke:%2300BEC0;stroke-width:1.4108;stroke-miterlimit:10;}%20.st3{fill:none;stroke:%2300BEC0;stroke-width:1.9534;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st4{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-miterlimit:10;}%20.st5{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st6{fill:none;stroke:%2300BEC0;stroke-width:1.5124;stroke-miterlimit:10;}%20.st7{fill:none;stroke:%2300BEC0;stroke-width:1.8773;stroke-miterlimit:10;}%20.st8{fill:none;}%20.st9{fill:none;stroke:%2300BEC0;stroke-width:1.719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st10{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-miterlimit:10;}%20.st11{fill:none;stroke:%2300BEC0;stroke-width:1.5338;stroke-linecap:round;stroke-miterlimit:10;}%20.st12{fill:none;stroke:%2300BEC0;stroke-width:1.5301;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20.st13{fill:none;stroke:%2300BEC0;stroke-width:1.53;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}%20%3c/style%3e%3c/svg%3e");
}

.card-type-icon .la-toggle-on {
    background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!--%20Created%20with%20Inkscape%20(http://www.inkscape.org/)%20--%3e%3csvg%20width='120'%20height='120'%20viewBox='0%200%20120%20120'%20version='1.1'%20id='svg5'%20inkscape:version='1.1.2%20(0a00cf5339,%202022-02-04)'%20sodipodi:docname='radiocomms.svg'%20xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape'%20xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:svg='http://www.w3.org/2000/svg'%3e%3csodipodi:namedview%20id='namedview7'%20pagecolor='%23ffffff'%20bordercolor='%23666666'%20borderopacity='1.0'%20inkscape:pageshadow='2'%20inkscape:pageopacity='0.0'%20inkscape:pagecheckerboard='0'%20inkscape:document-units='px'%20showgrid='false'%20inkscape:zoom='6.5166667'%20inkscape:cx='60'%20inkscape:cy='60'%20inkscape:window-width='1845'%20inkscape:window-height='1043'%20inkscape:window-x='0'%20inkscape:window-y='0'%20inkscape:window-maximized='1'%20inkscape:current-layer='layer1'%20/%3e%3cdefs%20id='defs2'%20/%3e%3cg%20inkscape:label='Layer%201'%20inkscape:groupmode='layer'%20id='layer1'%3e%3cpath%20d='M%2023.576891,0.19635764%20A%202.1817724,2.1817724%200%200%200%2021.984198,1.1999676%2042.959097,42.959097%200%200%200%2011.795322,29.192108%20a%2043.635447,43.635447%200%200%200%209.992516,27.59943%202.530856,2.530856%200%200%200%203.403564,0.39271%202.4872205,2.4872205%200%200%200%200.39272,-3.40356%2037.657392,37.657392%200%200%201%20-8.72709,-24.58858%2038.464646,38.464646%200%200%201%208.988903,-24.7849304%202.7926686,2.7926686%200%200%200%200.414537,-2.79267%202.5963091,2.5963091%200%200%200%20-2.683581,-1.41814996%20z%20m%2071.998488,0%20a%202.5090382,2.5090382%200%200%200%20-1.810871,1.61450996%203.2508409,3.2508409%200%200%200%200.414538,2.39995%2038.857365,38.857365%200%200%201%208.967084,24.7849304%2039.271903,39.271903%200%200%201%20-8.72709,24.58858%202.4872205,2.4872205%200%200%200%200.39272,3.40356%202.5090382,2.5090382%200%200%200%203.403565,-0.41453%20A%2043.308181,43.308181%200%200%200%2098.018966,1.0036176%202.9235749,2.9235749%200%200%200%2095.837192,-2.3626656e-6%200.19635952,0.19635952%200%200%201%2095.553563,0.19635764%20Z%20M%2037.58387,8.0070976%20a%202.0508662,2.0508662%200%200%200%20-1.614512,1.00362%2030.653901,30.653901%200%200%200%20-7.178031,19.9850304%2031.744788,31.744788%200%200%200%207.178031,19.98504%202.5744915,2.5744915%200%200%200%202.181773,1.00361%203.1853876,3.1853876%200%200%200%202.007229,-1.59269%202.5963091,2.5963091%200%200%200%20-0.610894,-2.39995%2026.464899,26.464899%200%200%201%20-6.196234,-16.99601%2026.879435,26.879435%200%200%201%206.196234,-16.996%202.7926686,2.7926686%200%200%200%200.414536,-2.7926704%202.6181268,2.6181268%200%200%200%20-2.378132,-1.19998%20z%20m%2043.984531,0%20a%202.3999495,2.3999495%200%200%200%20-1.81087,1.5927%203.316294,3.316294%200%200%200%200.392719,2.3999504%2026.355811,26.355811%200%200%201%206.196233,16.996%2026.74853,26.74853%200%200%201%20-6.196233,16.99601%202.6617623,2.6617623%200%200%200%20-0.589079,2.39995%202.4435851,2.4435851%200%200%200%202.00723,1.59269%201.9854129,1.9854129%200%200%200%202.181771,-1.00361%2030.544814,30.544814%200%200%200%207.19985,-19.98504%2031.6357,31.6357%200%200%200%20-7.19985,-19.9850304%202.8144863,2.8144863%200%200%200%20-2.181771,-1.00362%20z%20M%2059.968855,21.599548%20a%207.1562134,7.1562134%200%200%200%20-7.199849,7.19985%206.7198588,6.7198588%200%200%200%202.596309,5.38897%20L%2024.187788,116.74664%20a%202.1817724,2.1817724%200%200%200%200.392719,2.39996%202.5744915,2.5744915%200%200%200%202.399949,0.80725%202.4872205,2.4872205%200%200%200%201.810871,-1.5927%20l%205.192618,-13.59244%2047.36628,-12.807012%2010.014335,26.399452%20a%202.4217673,2.4217673%200%200%200%201.789052,1.5927%202.7272156,2.7272156%200%200%200%202.399951,-0.80725%202.5744915,2.5744915%200%200%200%200.392718,-2.39996%20L%2064.572395,34.384728%20a%207.025307,7.025307%200%200%200%202.596309,-5.38898%207.2216665,7.2216665%200%200%200%20-7.199849,-7.3962%20z%20m%20-0.196359,14.39969%20h%200.392718%20l%2010.407054,27.38125%20-24.392216,8.72709%20z%20m%2012.392467,31.98479%207.003489,17.9778%20-29.192115,-9.99252%20z%20m%20-28.581219,10.77795%2029.781192,10.40706%20-37.591937,10.29796%20z'%20fill='%2300bec0'%20id='path1084'%20style='stroke-width:2.18177'%20/%3e%3c/g%3e%3c/svg%3e");
}

.card-type-text .card-body-wrap {
    margin: 0;
}

.card-type-news {
    max-width: 854px;
    padding: 0;
}

    .card-type-news .card-type-news-content {
        padding: 1.5rem;
    }

        .card-type-news .card-type-news-content .card-date {
            font-size: 0.8rem;
            color: #4d4d4f;
            margin-bottom: 15px;
        }

.card-type-wide {
    display: flex;
    flex-direction: column-reverse;
    max-width: 854px;
    padding: 0;
}

@media (min-width:768px) {
    .card-type-wide {
        flex-direction: row;
    }
}

.card-type-wide .card-type-wide-content {
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    flex-grow: 1;
}

.card-type-wide picture, .card-type-wide img {
    max-width: unset;
    width: 100%;
}

@media (min-width:768px) {
    .card-type-wide picture, .card-type-wide img {
        width: auto;
    }
}

.card-type-publication .card-body-wrap {
    height: unset;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: space-between;
    margin: 0;
}

@media (min-width:768px) {
    .card-type-publication .card-body-wrap {
        flex-direction: row;
    }
}

.card-type-event {
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
}

@media (min-width:768px) {
    .card-type-event {
        flex-direction: row;
    }
}

.card-type-event .card-type-event-content {
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    flex-grow: 1;
}

.card-type-event .card-date {
    font-size: unset;
    font-weight: unset;
}

.card-type-event .card-type-event-content {
    max-width: 100%;
}

@media (min-width:768px) {
    .card-type-event .card-type-event-content {
        max-width: calc(100% - 291px);
    }
}

.card-type-event .card-type-event-content .event-details h4 {
    margin: 0;
}

.card-type-event .card-type-event-content .event-details p:last-of-type {
    margin-bottom: 0;
}

.card-type-event img {
    width: 100%;
}

.how-it-works {
    margin-top: 80px;
}

.how-it-works__tiles .col-md-6 {
    display: flex;
}

@media (min-width:768px) {
    .how-it-works__tiles .col-md-6 {
        display: block;
    }
}

.how-it-works__tiles img {
    min-width: 80px;
    margin-bottom: 30px;
    margin-right: 15px;
}

@media (min-width:768px) {
    .how-it-works__tiles img {
        margin-right: 0;
    }
}

.consultation-progress-bar::after {
    clear: both;
    content: "";
    display: block;
}

@media (min-width:992px) {
    .consultation-progress-bar {
        float: left;
        width: 70%;
        margin-right: 10%;
    }
}

.consultation-progress-bar {
    font-size: 12px;
}

    .consultation-progress-bar .progress-bar {
        height: 8px;
        background: #bae3e1;
    }

    .consultation-progress-bar .bar-completed {
        margin-bottom: 0;
        background: #00bec0;
    }

    .consultation-progress-bar.cons-submissions-public .bar-completed, .consultation-progress-bar.cons-submissions-hidden .bar-completed, .consultation-progress-bar.consultation-public .bar-completed, .consultation-progress-bar.consultation-closed .bar-completed {
        background: #4d4d4f;
    }

    .consultation-progress-bar .progress-message {
        float: left;
        font-weight: normal;
        text-transform: uppercase;
    }

    .consultation-progress-bar .progress-remaining {
        float: right;
    }

        .consultation-progress-bar .progress-remaining .remaining-label {
            display: inline;
        }

    .consultation-progress-bar .remaining-info em {
        font-weight: bold;
        font-style: normal;
    }

#block-storybook_acma-mainpagecontent .consultation-progress-bar {
    float: none;
    width: 100%;
    margin-bottom: 80px;
}

#block-storybook_acma-mainpagecontent .field--name-field-cons-id {
    margin-bottom: 20px;
}

@media (min-width:992px) {
    #block-storybook_acma-mainpagecontent .consultation-update {
        display: none;
    }
}

.node-consultation .views-element-container {
    margin-bottom: 40px;
}

    .node-consultation .views-element-container ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

#block-views-block-cons-overview-browse article::after {
    clear: both;
    content: "";
    display: block;
}

#block-views-block-cons-overview-browse article {
    background: #fff;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.6);
    border-radius: 4px;
    padding: 25px 20px;
    margin-bottom: 20px;
}

@media (min-width:576px) {
    #block-views-block-cons-overview-browse article {
        padding: 45px 40px;
    }
}

#block-views-block-cons-overview-browse .field--name-node-link {
    margin-top: 30px;
}

@media (min-width:992px) {
    #block-views-block-cons-overview-browse .field--name-node-link {
        float: right;
        width: 20%;
        margin-top: 0;
    }
}

#block-views-block-cons-overview-browse .field--name-node-link a {
    display: inline-block;
}

#views-exposed-form-cons-overview-browse {
    border-radius: 4px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.6);
    align-items: center;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: space-evenly;
    margin: 2rem 0;
    max-width: unset;
    padding: 2rem;
    width: 100%;
}

    #views-exposed-form-cons-overview-browse:after {
        content: none;
    }

@media (min-width:992px) {
    #views-exposed-form-cons-overview-browse {
        flex-direction: row;
        padding: 45px 40px;
    }
}

#views-exposed-form-cons-overview-browse .form-item {
    margin: 0;
    width: 100%;
}

#views-exposed-form-cons-overview-browse legend, #views-exposed-form-cons-overview-browse form label, #views-exposed-form-cons-overview-browse form .publications-filter .years p, .publications-filter .years #views-exposed-form-cons-overview-browse form p, form #views-exposed-form-cons-overview-browse label, form #views-exposed-form-cons-overview-browse .publications-filter .years p, .publications-filter .years form #views-exposed-form-cons-overview-browse p, #views-exposed-form-cons-overview-browse form .articles-filter .years p, form .articles-filter .years #views-exposed-form-cons-overview-browse p, #views-exposed-form-cons-overview-browse .articles-filter .years form p, .articles-filter .years form #views-exposed-form-cons-overview-browse p {
    display: none;
}

#views-exposed-form-cons-overview-browse input[type=submit] {
    margin-top: 10px;
    min-height: 48px;
}

@media (min-width:992px) {
    #views-exposed-form-cons-overview-browse input[type=submit] {
        margin-top: 30px;
    }
}

.field--name-field-cons-update-date {
    display: inline;
}

.field--name-field-cons-update-link {
    margin-top: 25px;
}

    .field--name-field-cons-update-link a {
        display: block;
    }

@media (min-width:1200px) {
    .field--name-field-cons-update-link a {
        text-align: center;
    }
}

.consultation-update .stepper__deco {
    margin-right: 10px;
}

@media (min-width:1366px) {
    .consultation-update .stepper__deco {
        margin-right: 10px;
    }
}

.webform-consultation label, .webform-consultation .publications-filter .years p, .publications-filter .years .webform-consultation p, .webform-consultation .articles-filter .years p, .articles-filter .years .webform-consultation p {
    display: block;
}

.webform-consultation .webform-file-button {
    display: inline-block;
}

.webform-consultation .fieldset-wrapper {
    margin-bottom: 80px;
}

.webform-consultation .form-item {
    margin-bottom: 40px;
}

.webform-consultation .webform-type-fieldset {
    margin-bottom: 0;
}

.webform-consultation .webform-confirmation__back {
    display: none;
}

#consultation_test_beta--admin_display_approval {
    display: none;
}

.adminimal-admin-toolbar #consultation_test_beta--admin_display_approval {
    display: block;
}

body:not(.authenticated) .webform-submission-consultation-test-beta-form .form-item-anonymous {
    display: none;
}

.content-links {
    padding: 1rem 0;
}

    .content-links h2, .content-links .field--label-above .field__label, .field--label-above .content-links .field__label, .content-links .webform-consultation legend, .webform-consultation .content-links legend, .content-links .webform-consultation form label, .content-links .webform-consultation form .publications-filter .years p, .publications-filter .years .content-links .webform-consultation form p, .webform-consultation form .content-links label, .webform-consultation form .content-links .publications-filter .years p, .publications-filter .years .webform-consultation form .content-links p, .content-links form .webform-consultation label, .content-links form .webform-consultation .publications-filter .years p, .publications-filter .years .content-links form .webform-consultation p, form .webform-consultation .content-links label, form .webform-consultation .content-links .publications-filter .years p, .publications-filter .years form .webform-consultation .content-links p, .content-links .webform-consultation form .articles-filter .years p, .webform-consultation form .articles-filter .years .content-links p, .content-links form .articles-filter .years .webform-consultation p, form .articles-filter .years .webform-consultation .content-links p, .content-links .webform-consultation .articles-filter .years form p, .webform-consultation .articles-filter .years form .content-links p, .content-links .articles-filter .years form .webform-consultation p, .articles-filter .years form .webform-consultation .content-links p {
        margin-top: 0;
    }

    .content-links a {
        background-size: 0 0;
    }

        .content-links a:hover, .content-links a:focus {
            background-size: 0 0;
        }

    .content-links a {
        display: inline-block;
        text-decoration: none;
        color: #666666;
        line-height: 1.5rem;
        margin-bottom: 0.5rem;
        text-indent: 1.5rem;
    }

        .content-links a .icon {
            color: #00bec0;
            font-size: 1.2rem;
            padding-top: 0px;
            position: absolute;
            left: -1.5rem;
            top: 3px;
        }

        .content-links a:after {
            transition: all 0.2s ease-in-out;
            content: "";
            width: 0;
            height: 2px;
            display: block;
            background: #00bec0;
        }

        .content-links a:active:after, .content-links a:focus:after, .content-links a:hover:after {
            width: 100%;
        }

        .content-links a:active, .content-links a:focus, .content-links a:hover {
            color: #1a1a1a;
        }

.footer-primary-nav {
    width: auto;
}

@media (min-width:768px) {
    .footer-primary-nav {
        width: 33.33%;
    }
}

@media (min-width:992px) {
    .footer-primary-nav {
        width: auto;
    }
}

.footer-primary-nav .primary-nav-list a {
    display: flex;
}

    .footer-primary-nav .primary-nav-list a:hover, .footer-primary-nav .primary-nav-list a:focus {
        text-decoration: none;
    }

        .footer-primary-nav .primary-nav-list a:hover span, .footer-primary-nav .primary-nav-list a:focus span {
            text-decoration: underline;
        }

@media (min-width:992px) {
    .footer-primary-nav .primary-nav-list li {
        max-width: 220px;
    }
}

.footer-primary-nav .primary-nav-list li i {
    font-size: 18px;
    align-self: center;
    margin-left: auto;
}

.footer__secondary-nav {
    width: auto;
}

@media (min-width:768px) {
    .footer__secondary-nav {
        width: 33.33%;
    }
}

@media (min-width:992px) {
    .footer__secondary-nav {
        width: auto;
        max-width: 220px;
    }
}

.footer__secondary-nav li a {
    color: #1a1a1a;
    font-weight: 350;
}

.footer__secondary-nav .footer__nav-title {
    text-transform: none;
}

.socials {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 18px;
    margin-top: 10px;
}

    .socials a {
        background-color: #00bec0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 3rem;
        height: 3rem;
        width: 3rem;
    }

        .socials a:active, .socials a:focus, .socials a:hover {
            background-image: linear-gradient(120deg,#00bec0 0%,#b9e2e1 100%);
        }

        .socials a.facebook {
            background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3csvg%20class='icon'%20viewBox='0%200%201024%201024'%20version='1.1'%20id='svg4'%20sodipodi:docname='facebook.svg'%20inkscape:version='1.2.2%20(b0a8486541,%202022-12-01)'%20xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape'%20xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:svg='http://www.w3.org/2000/svg'%3e%3cdefs%20id='defs8'%20/%3e%3csodipodi:namedview%20id='namedview6'%20pagecolor='%23505050'%20bordercolor='%23ffffff'%20borderopacity='1'%20inkscape:showpageshadow='0'%20inkscape:pageopacity='0'%20inkscape:pagecheckerboard='1'%20inkscape:deskcolor='%23505050'%20showgrid='false'%20inkscape:zoom='0.79199219'%20inkscape:cx='515.1566'%20inkscape:cy='515.1566'%20inkscape:window-width='1654'%20inkscape:window-height='894'%20inkscape:window-x='0'%20inkscape:window-y='0'%20inkscape:window-maximized='1'%20inkscape:current-layer='layer3'%20/%3e%3cg%20inkscape:groupmode='layer'%20id='layer3'%20inkscape:label='Layer%201'%3e%3cpath%20d='m%20690.82528,287.62528%20h%20-63.9%20c%20-50.1,0%20-59.8,23.8%20-59.8,58.8%20v%2077.1%20h%20119.6%20l%20-15.6,120.7%20h%20-104%20v%20309.9%20h%20-124.7%20v%20-309.8%20h%20-104.3%20v%20-120.8%20h%20104.3%20v%20-89%20c%200,-103.3%2063.1,-159.6%20155.3,-159.6%2044.2,0%2082.1,3.3%2093.2,4.8%20v%20107.9%20z'%20style='fill:%231a1a1a;fill-opacity:1'%20id='path8701'%20/%3e%3c/g%3e%3c/svg%3e");
        }

        .socials a.linkedin {
            background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3csvg%20class='icon'%20viewBox='0%200%201024%201024'%20version='1.1'%20id='svg2303'%20sodipodi:docname='linkedin.svg'%20inkscape:version='1.2.2%20(b0a8486541,%202022-12-01)'%20xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape'%20xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:svg='http://www.w3.org/2000/svg'%3e%3cdefs%20id='defs2307'%20/%3e%3csodipodi:namedview%20id='namedview2305'%20pagecolor='%23505050'%20bordercolor='%23ffffff'%20borderopacity='1'%20inkscape:showpageshadow='0'%20inkscape:pageopacity='0'%20inkscape:pagecheckerboard='1'%20inkscape:deskcolor='%23505050'%20showgrid='false'%20inkscape:zoom='0.56002305'%20inkscape:cx='294.63073'%20inkscape:cy='666.04401'%20inkscape:window-width='1654'%20inkscape:window-height='894'%20inkscape:window-x='0'%20inkscape:window-y='0'%20inkscape:window-maximized='1'%20inkscape:current-layer='layer2'%20/%3e%3cg%20inkscape:groupmode='layer'%20id='layer2'%20inkscape:label='Layer%202'%3e%3cpath%20d='m%20349.22397,793.33673%20h%20-118.7%20v%20-381.8%20h%20118.7%20z%20m%20-59.3,-434%20c%20-27.82697,0%20-52.91412,-16.76267%20-63.56243,-42.47098%20-10.6483,-25.70826%20-4.7606,-55.29894%2014.91595,-74.9755%2019.67656,-19.67655%2049.26724,-25.56425%2074.9755,-14.91595%2025.70831,10.64831%2042.47098,35.73546%2042.47098,63.56243%20-0.1,38%20-30.9,68.8%20-68.8,68.8%20z%20m%20503.7,434%20h%20-118.6%20v%20-185.7%20c%200,-44.3%20-0.8,-101.2%20-61.7,-101.2%20-61.7,0%20-71.2,48.2%20-71.2,98%20v%20188.9%20h%20-118.5%20v%20-381.8%20h%20113.8%20v%2052.2%20h%201.6%20c%2015.8,-30%2054.5,-61.7%20112.3,-61.7%20120.2,0%20142.3,79.1%20142.3,181.9%20z'%20style='fill:%231a1a1a;fill-opacity:1'%20id='path8280'%20/%3e%3c/g%3e%3c/svg%3e");
        }

        .socials a.x {
            background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3csvg%20viewBox='0%200%201024%201024'%20version='1.1'%20id='svg4618'%20sodipodi:docname='x.svg'%20inkscape:version='1.2.2%20(b0a8486541,%202022-12-01)'%20xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape'%20xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:svg='http://www.w3.org/2000/svg'%3e%3cdefs%20id='defs4622'%20/%3e%3csodipodi:namedview%20id='namedview4620'%20pagecolor='%23505050'%20bordercolor='%23ffffff'%20borderopacity='1'%20inkscape:showpageshadow='0'%20inkscape:pageopacity='0'%20inkscape:pagecheckerboard='1'%20inkscape:deskcolor='%23505050'%20showgrid='false'%20inkscape:zoom='0.79199219'%20inkscape:cx='515.1566'%20inkscape:cy='515.1566'%20inkscape:window-width='1654'%20inkscape:window-height='894'%20inkscape:window-x='0'%20inkscape:window-y='0'%20inkscape:window-maximized='1'%20inkscape:current-layer='g4616'%20showguides='true'%3e%3csodipodi:guide%20position='-102.27374,748.74476'%20orientation='1,0'%20id='guide6572'%20inkscape:locked='false'%20/%3e%3c/sodipodi:namedview%3e%3cg%20fill='none'%20fillRule='evenodd'%20stroke='none'%20stroke-width='1'%20transform='translate(112%20112)'%20id='g4616'%3e%3cpath%20fill='%23FFF'%20fillRule='nonzero'%20d='M628%20623H484.942L174%20179h143.058zm-126.012-37.651h56.96L300.013%20216.65h-56.96z'%20id='path4610'%20style='fill:%231a1a1a;fill-opacity:1'%20/%3e%3cpath%20fill='%23FFF'%20fillRule='nonzero'%20d='M219.296885%20623%20379%20437.732409%20358.114212%20410%20174%20623z'%20id='path4612'%20style='fill:%231a1a1a;fill-opacity:1'%20/%3e%3cpath%20fill='%23FFF'%20fillRule='nonzero'%20d='M409%20348.387347%20429.212986%20377%20603%20177%20558.330417%20177z'%20id='path4614'%20style='fill:%231a1a1a;fill-opacity:1'%20/%3e%3c/g%3e%3c/svg%3e");
        }

        .socials a.instagram {
            background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3csvg%20class='icon'%20viewBox='0%200%201024%201024'%20version='1.1'%20id='svg2303'%20sodipodi:docname='instagram.svg'%20inkscape:version='1.2.2%20(b0a8486541,%202022-12-01)'%20xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape'%20xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:svg='http://www.w3.org/2000/svg'%3e%3cdefs%20id='defs2307'%20/%3e%3csodipodi:namedview%20id='namedview2305'%20pagecolor='%23505050'%20bordercolor='%23ffffff'%20borderopacity='1'%20inkscape:showpageshadow='0'%20inkscape:pageopacity='0'%20inkscape:pagecheckerboard='1'%20inkscape:deskcolor='%23505050'%20showgrid='false'%20inkscape:zoom='0.56002305'%20inkscape:cx='180.34972'%20inkscape:cy='527.65685'%20inkscape:window-width='1452'%20inkscape:window-height='661'%20inkscape:window-x='26'%20inkscape:window-y='23'%20inkscape:window-maximized='0'%20inkscape:current-layer='svg2303'%20/%3e%3cg%20inkscape:groupmode='layer'%20id='layer2'%20inkscape:label='Layer%202'%20/%3e%3cpath%20inkscape:connector-curvature='0'%20style='fill:%231a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.5266'%20d='m%20512.00001,133.07609%20c%20-102.91719,0%20-115.81913,0.65434%20-156.23783,2.3177%20-40.33564,1.84241%20-67.82885,8.15399%20-91.93155,17.52619%20-24.92101,9.68116%20-46.14075,22.69651%20-67.20773,43.76472%20-21.0676,21.06819%20-33.96167,42.17196%20-43.64463,67.09131%20-9.37054,24.10495%20-15.80331,51.71053%20-17.64325,92.04617%20-1.8483,40.41868%20-2.32365,53.32106%20-2.32365,156.23719%200,102.92205%200.4752,115.81852%202.32365,156.23722%201.84238,40.3357%208.27271,67.82825%2017.64325,91.93335%209.68296,24.91921%2022.57703,46.02319%2043.64463,67.09118%2021.06698,21.0682%2042.28672,34.0718%2067.20773,43.7587%2024.1027,9.36619%2051.59591,15.80269%2091.93155,17.64529%2040.4187,1.8423%2053.32064,2.1988%20156.23783,2.1988%20102.91717,0%20115.81851,-0.5938%20156.23779,-2.1988%2040.33507,-1.8426%2067.9447,-8.2791%2092.04742,-17.64529%2024.92104,-9.6869%2046.0249,-22.6905%2067.0919,-43.7587%2021.0676,-21.06799%2033.96105,-42.17197%2043.64402,-67.09118%209.37052,-24.1051%2015.8039,-51.59764%2017.64384,-91.93335%201.8483,-40.4187%202.32365,-53.31517%202.32365,-156.23722%200,-102.91613%20-0.4752,-115.81852%20-2.32365,-156.23719%20-1.84238,-40.33565%20-8.27332,-67.94122%20-17.64384,-92.04618%20-9.68297,-24.91935%20-22.57642,-46.02312%20-43.64402,-67.0913%20-21.067,-21.06822%20-42.17086,-34.08356%20-67.0919,-43.76472%20-24.10272,-9.37221%20-51.71235,-15.68379%20-92.04742,-17.52619%20-40.41868,-1.84236%20-53.32062,-2.3177%20-156.23779,-2.3177%20z%20m%200,68.25016%20c%20101.18427,0%20113.14293,0.59361%20153.10341,2.19884%2036.94634,1.66414%2057.10451,7.92806%2070.45798,13.11646%2017.68908,6.87609%2030.26871,15.06558%2043.52834,28.32462%2013.2619,13.25901%2021.45018,25.84046%2028.32217,43.52696%205.18842,13.35409%2011.43032,33.51301%2013.11691,70.45509%201.8187,39.9611%202.20494,51.92447%202.20494,153.10526%200,101.18654%20-0.41599,113.15005%20-2.20494,153.10521%20-1.68782,36.9479%20-7.92849,56.98811%20-13.11691,70.34224%20-6.87199,17.68645%20-15.06027,30.37476%20-28.32217,43.63983%20-13.25963,13.25914%20-25.83926,21.44862%20-43.52834,28.32465%20-13.35347,5.1704%20-33.51164,11.3216%20-70.45798,13.00361%20-39.95456,1.84209%20-51.91018,2.1988%20-153.10341,2.1988%20-101.19324,0%20-113.14887,-0.5938%20-153.10341,-2.1988%20-36.94636,-1.66431%20-56.9887,-7.81551%20-70.34215,-13.00361%20-17.68892,-6.87603%20-30.38454,-15.06551%20-43.64419,-28.32465%20-13.25886,-13.26508%20-21.44729,-25.95339%20-28.32217,-43.63983%20-5.1884,-13.35414%20-11.31387,-33.39435%20-13.00047,-70.34224%20-1.81869,-39.95516%20-2.20493,-51.91867%20-2.20493,-153.10521%200,-101.18079%200.41601,-113.14416%202.20493,-153.10526%201.68783,-36.94208%207.81207,-57.101%2013.00047,-70.45509%206.87488,-17.6865%2015.06331,-30.26795%2028.32217,-43.52696%2013.25965,-13.25904%2025.95527,-21.44853%2043.64419,-28.32462%2013.35345,-5.17049%2033.39579,-11.42863%2070.34215,-13.11646%2039.96049,-1.84222%2051.91914,-2.19884%20153.10341,-2.19884%20z%20m%20202.31979,62.91326%20c%20-25.11306,0%20-45.50186,20.38471%20-45.50186,45.50005%200,25.11538%2020.3888,45.50021%2045.50186,45.50021%2025.116,0%2045.50128,-20.38483%2045.50128,-45.50021%200,-25.11534%20-20.38528,-45.50005%20-45.50128,-45.50005%20z%20m%20-202.31979,53.16076%20c%20-107.47143,0%20-194.54266,87.19073%20-194.54266,194.6591%200,107.47449%2087.07123,194.54013%20194.54266,194.54013%20107.47141,0%20194.65849,-87.06564%20194.65849,-194.54013%200,-107.46837%20-87.18708,-194.6591%20-194.65849,-194.6591%20z%20m%200,68.36904%20c%2069.76323,0%20126.29006,56.53032%20126.29006,126.29006%200,69.76567%20-56.52683,126.29006%20-126.29006,126.29006%20-69.76325,0%20-126.29022,-56.52439%20-126.29022,-126.29006%200,-69.75974%2056.52697,-126.29006%20126.29022,-126.29006%20z'%20id='path4642'%20/%3e%3c/svg%3e");
        }

        .socials a:after {
            content: "";
        }

@media (min-width:992px) {
    .socials a {
        background-size: 2rem;
        height: 2rem !important;
        width: 2rem !important;
        padding: unset;
    }
}

.footer-tertiary-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    justify-content: space-between;
    margin: 1rem 0;
}

@media (min-width:768px) {
    .footer-tertiary-nav {
        flex-direction: row;
    }
}

@media (min-width:992px) {
    .footer-tertiary-nav {
        align-items: flex-start;
        flex-direction: column;
        margin: 0 0 1rem 0;
    }
}

.footer-tertiary-nav a {
    color: #4d4d4f;
    font-weight: 350;
}

.glossary {
    transition: all 0.2s ease-in-out;
    cursor: help;
}

    .glossary:hover {
        color: #045052;
    }

    .glossary::after {
        transition: all 0.2s ease-in-out;
        color: #00bec0;
        font-family: "Material Icons Outlined",sans-serif;
        font-feature-settings: "liga";
        font-size: 2rem;
        font-weight: 400;
        line-height: 2rem;
        width: 2rem;
        height: 2rem;
        content: "info";
        font-size: 0.6rem;
        margin: 0;
        vertical-align: super;
    }

.ignored-glossary {
    display: none;
}

.tooltip .tooltip-inner {
    border-radius: 4px;
    background-color: #d8f1f3;
    color: #045052;
    font-size: 1rem;
    padding: 1rem;
    text-align: left;
}

.tooltip .tooltip-arrow::before {
    border-top-color: #d8f1f3;
    border-bottom-color: #d8f1f3;
}

.header-search-container div:first-of-type {
    width: 100%;
}

.suggester {
    border-radius: 4px;
    background: rgb(255,255,255);
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    outline: 3px solid #00bec0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    overflow: hidden;
}

    .suggester a {
        background: rgb(255,255,255);
        display: block;
        padding: 0.5rem;
        width: 100%;
        font-size: 1rem;
        line-height: 1.5rem;
    }

        .suggester a:hover, .suggester a:active, .suggester a:focus {
            border: none;
            background-color: #00bec0;
        }

    .suggester .active {
        background-color: #00bec0;
    }

.home-cta {
    background: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAQDAwQDAwQEBAQFBQQFBwsHBwYGBw4KCggLEA4RERAOEA8SFBoWEhMYEw8QFh8XGBsbHR0dERYgIh8cIhocHRz/2wBDAQUFBQcGBw0HBw0cEhASHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBz/wgARCASwCowDAREAAhEBAxEB/8QAHQABAQACAwEBAQAAAAAAAAAAAAECBgQFBwMICf/EABkBAQEBAQEBAAAAAAAAAAAAAAABAgMEBf/aAAwDAQACEAMQAAAA9165UIDKMaqFIltghQJaRKqwQolWAUkKFIVSApABACgFIAAAAUgBSAFAIUgBQFIAAAAABCFAUgKQAQFAACkAApAAUhViCgAhViAUBSAAAAACmIABAULEoCkAFBAAUhSAFABFIBQAAAAAAAKQAAAAKCAoAIUhQACFBCghSFABCFAAABCEBpEvf415J1eWeLv7v4vZ+Yff4fWPj/Y6/pw9r+58je9ZwNOl3SygAgKQoIAQAFIAAQoBCkFIAAAAgAqxCkABABSAIUgABAUzVAFFRAUgoAAKpIUAAFIUEWpRLLEKBakhQAACVZSFWJSFBSAAAAAAAAhQUgBQAQAEALLLEKqwIAAABZVkC1IUgLLbIFJCgAAAAEKAUgBSFBAAIlpAAAAiqsgWpCkKFICkhQQoAAAAAKQApAUEABQCFIUEKCVYAAAhQCFAABSAEKQAAAEKACEIDrLe35XwLpei4dvKOd5rftnxfq6h6OHs/wBn4++9MYmnS7nZSFAABAAAAQtIEAAAABACggIUFJSBCkAKQhSAAAAgAFIH0lBJVIUABSUAhQAAAAUAhQAAACkABQQoAIUEKUgKQhQUgAABSAAAFBCkBQSrGIAAABSApCgAAEKAAACFAKQAAApAAACggBQADEFBCgAhQAQoIUAAhQCkAAAKQAAAoIAUEBSAoICgAAAAAAAFIAUhSFIAAQoIUGJSFABADEwOTz14ldeMct6V5vX2HXj+gfjfW1D0ef2L7PyPQOmIagu4IBSGRiUEKQApAAACFAIACkAIUEKQAAAAhQQApCFIAQAFIUxPqAsi2ACgAoWJZZYAAltRKpAKQApACkAKAAQoAABSApCgEBQAQoIUgAKQoAAAABTEAgABSFCxKCFAABSAoIUAEKQpCggABQAAAAAAAYlAAAIUAAApCghQAQoBCkKQAAoIUhSFAAAKQAEKUhClIACgEKQoBCkKCFAABAUhQYgApCmIpEMSGWd/nXPXzbnj1X5f1fzP7vJ+ofjfU1D0ef2P7fx/Q+mMDSZd6shCgAAAhQAAQAFIQoBAAUgABSAAAhSFICkIAQoIAKQBCkPqJYUlgFWJQCgEBQCFBCgoIUAAApACkBClBACgEBQAAAACFAABAUAFIAACkBTEAAFWIBSAhQUxKUEKCFAIUAAAhQACAFBSAAApAACEKUgIUAhQUhSAoAABCgEKAAQAoKQAApAUgBQCFICkKCFBCgEAKKQAAABCggKQpACFAIUgBDExOBN/m3l185y/Rny/pfmf2+f3/wCP9HV/R5/Wvt/H9G6YhqnS7bzkKQpACkAABSAAgBSAAAEKCFpAgAAApAAEAABCFpAhakUEKZiJWUuNgyIUEKCFAKQAAoAAAAAKACFCxBZZZQCFIUAAAAAAApAAAUxKAUhSAoAIUhAAUKQQoICxKoBCkKCFABSAFICgxKAAUgAAABSFIACAFICxKoBCkKAAAAAUgAIUAApAAAACkKQpCgAAhSFAKSkAAUgpAAAlWAAAIUEKAQAEKCAhiQ6TOvzKugcd/q35v0PIPVz3b5X0NT7cPV/t/I9I6c6QFFSKQoICkKAQAAEKQUigEAAABAKQBCgAAhSAAUgAQAEAB9CFUgoUEFWJQQoAESqAAUhQAAAJVkBQAAAAVYlICkAKIVCghSAFIUEAKAQoAIUAEBCgFllkBQAAACgEAKQFABCkAKQpAUAhQAQoAAAICAoAAABSAAFICgAhSAAAAFBCgAhSFAAABSEKUgBSAAAoIAKsCFBAUhQCAFIQoICkKQpCFMSGB1mb+XdXqeG/evm/Q849XPa/k/R1Htw9V+38j0rpzoAAAAIUAEKQFJSBSAAAEAAAABSEBSFIAAAQAAhQQAAAH0lUhRBQpAICgApCkABSApCkKAAKQABQQpAUhSAoICgEKUhCqQAQoABQQhQCkABSAgAAABSFIUEBSFllgpAAUEKAApAAAAAAIUAAAApiCkKQoIAAUhQQpAUAAAKQBSAAAAIUAAAApAUEKAsSkBSAAFBKRQQAoBKRQQpAAAAAACAgMTFeBL+dM61PnvoOXb0Vrcvk/Q1LfP1P7XyPTOvOFIUAAAApCkAABAAAAAACVYAEKCAAEKQAAAAAEAAqRQQH0EqwAUAAAhQAAUEKAAAAACqSFIUAAABSAACkAKQpAAAACkAAKQhQUAhQQpCAFCkhSFAABChSAAUEAAKQApAAAAAAAAWFAAQpCFAAAACkAAAAFIUhSFIAAUgAAAAKAACFAAAABCgEKAAAAAUhCgAApiUEKQpAAACAEIYr1Mv5vmvly30Xm9XKuvSPmevod49K+z8r03txAAFAIUCggAQApCAoIAUhSFBAUhCgAAgAAAIUgAAAIACFBmCgSrAUlAIAUhSFAAAKpAAIUAAAAApAFIKQAoAAAAAABAUgKQoAAAAAAIAAAAAACkABQQApCgFIACAoBCggKACFAAAAABAAAWJQAoIAUhQCkABAUAhQQFABCgEKAAAAAQyIAAAACkAAKQAAApACkAAAABCkBAAYmJ1cv5TzrDGvcfl/R8e9OPRfk+7V+/P0v7XyPTe3GlIUAAAAAAAAgKQAAFIQpKsACUgAACAoIAAAQVYhKsUgIUhQZiULIUoUgAEKCFAAKAAAAQpSAApAAUhSFABDIikAAApAQoAAAIUAEKAUEKQAEIUpCkKQApCgi1AAAC1IAAAAQoAAAIUAEKAUgKQApiUgKQoCkAAAKQAAAAAAAACFUgEKACkAAKQAoABCkAKCAAFABCgAAhSFIAAAAAQAAGJCL00v5+XtM69C+V9Dx718u6+R7uJ0z6P9r5HqPbkOVLxbKAAUEABSApAAKQICkAApAAEAAKCAhQCAAAAAlWIABUikPqRSUKQACkhQpAACghQACghQpBCkKAAAAAACkAAABSFIUgBSAAAApCkBQQoIUgBCikAAAQoUlIAAAAUEKFiACkAABSAFBACgEKQFIAAAApAABSAAFIDIxABSAAApACggAKCFAAAAAAAAAAAAIUhSFABCkKAQpAUAAgAIADExOFnXgvPr5Jl+gvB7NK9WNJ8Pfd+fb0L7PyPVO3EdvnXT6zkAUhSFAAAIUhSAAEKAYlKACFIQoAABAAAQFIAAUxKQpCkAMygAFIUAEBQIlChSCkAKAAAUgEKApAACgAAAEBQACAoAAAIUCFAAQoIUhQCApAAACgEBQAAAAACFBTEGRAAAACFlWCFAAAIUEABSFICgAAAAEKQoKYgyIAQFAAEqwAAAAQyIUgKsQAAAAAQoAAAKCAAFIAAACFAICkIUEMTE6aa/JnLpqdn6b+Z7/NvTz6Hy+jduHTfPs/J9V78id5jXQbmaCgFMSgAEKCkABCggABCghQAYlAAAFIgKQAAAEAIUEKAQ+pFqRSUAASrBSAAAAoIUAFIACkKCFKQAAAAFIAAIUKCAAAAAAAAAAEKUgBSAhQQpAZBYhSAUgAAhQApAULEAAAAAFIFIAAAKQApCGQWIUgAAFIAUgABQsQACkKQAABSAAACkAKAQpCkBSAFIAUhQQFAIAUhQCFIAUAgAABCFBDEi681+OM37c9/pX5fu1P2efV/D7uLMesfW+b6r34jtsXp9zMAApABSAAKYlAABCkAKQoMSgCkQpCVYFIAKkBUilqQABKCApAh9QAWWWBKsAApAUAhSFBSFCkAAAAAAApAUEKUgIUhQAACAAoABDIgIAAUEBkoxSgEAAKQAFICkKCFBAUEBQACAAFAAAhQgAKQFIUAhSAAqkhSFBCgEAKAAAQAAoAAABAAUAgMiAAhQAAAQFAABSEKCVYEKAACkABCkLEoUgAAIAYmJ0S/lmX4+bv7r8726X7vN3Pxvq+O+3xe+/R8Pq3o4Dh41995+5CGQIUpAAQoAIABSAAAABACkAAAIAKQAIUgBSApKQqQKQH1JChSQoUikFBSSrAAAAKAFIKAQAoIUAAAAAAFIAAAUgBAUpAAAAAQoABSAEKQAApCgAFBACkABSAAhQAQpClICFAAABCgAAAAEKCkKCAFIAAAAAACFBClICkAIUAAAAAAAFIAAAAAKQBCgAAsKgAAIUsY1QQohUBSEKAQhidA1+X8358O/u/g9fmPr5bx8n2+Sevh7R9DwerejhxT8wTX6fueWUFIAACFAABCkAKACAAAAAAAlWIACFBCggFIAAgAAAMyywtgAAAAoBAAUhQACrEFAIUAAFICkKQAAoIUhQAQAAoIACkKQpCkABQCFBAACFAABSFBCkAAKCAFAIIUpAFIUgKQApCkAKACFIUEAKQoIAAAUhQQoBAAAUEKQFIUhSFIAUAEKCAoIACgAAhQCAAFBSEAAKQAAFIQoAIUAgAIQxOnl/Mk04dfZ/ne7Rvbx7r430vNfX5vYPp/N9W9HDU+XTruud7Z+gKQpAUAhQQAhkQEKAQpCkKQpAAQFAIAAUgBKRSFIABQQJSKQpkWVYIUoBCghQAtSAAAoICgAAAFIUAAEKAQoAAAAEKAAAhkQAELEqghQFSWoCFABAACkMiAAEKAACggABCgAAhSFAAWJSFBCkKpAICgEKCAAFAAAKQAAhQAAQpDIgBFJSFBCkKpKQEKAAUxKAAAAAAQoAABTEyIBCikhQQoIUgAhUAAIYx0q/nBrqOHX3D5nv0n3ebuvj/T0frjePtfG9I1jtdTaV6e5tQFABSEKACFIUEAABTEoBCghQQAoJSBBSKASggAQpCgEAABmUgKAFIWFRKsKQUKQAAAAUhQCFAIUApAAUxKUAEAKAQpAUEKQpAAUhQRSBKsAqxAAIZGJQCFBSFIBChClABAUEKQpCkKQpiZEAhQFIABKsAoIAQoKQpAWJQAoAICghSAFIUhTEyIBCgKQBSAIVZZYBSFAICkKQpAWFQAApAAAABKshQWWWUxKCFIACFBCkIYnTy/nFeRx6+seD16b6+Ww/O9ertcr6vyvYuvPtdTusa6beQAAAAAKQAAAgAKQFIAAAAQFBAAAUhCgEAIUhSFIAAD6AKi2QFgqyFUAgFBAJSWoCgFiUAKCFICgEKQoAIUEKUEhQEKQyIACFhRYlAAIAUAhYUIACkKQsSqAQFIUAEKACkgSqCFIZEKRSBEqrEoAIUgKQpCwoAQFAIUhYUBCgAARKoWJSGRCkUgRKqxKACAApCkLEqgEKQpSEKAQpCgAhQQoIACgEKCAoEqwSLbESyiUhSFIQwOtmvztnf3532bzdvPu2Nv8/bg9OXI9HH0ntzh2eL1uoqgEKAAQFIUgAFIAAEpFIUgoWBAUgICkAAAABCkLUgAQpAUH0VEqoIWBKoABSFABCwoCyrIWFpABCgAAAFiUBSFIUAhQsQAAWBKpAUgAABSAAsSgAAAABCgAAoIUi1AIUEBRLLKQpBFBKpApAAAlWUgALEqFKQpAAAAUgKQpCggKJVkACkoiUAAAACkpAAWJQFIAQyIUEAAAAWpACkKQpiUCFAAAABCgAIAAAQEMTLnr8pXpreHv/DefbPZYaxx6/Hvz9q9PnH0zcNQAQoKQAgKQpKRSUgKQKQAAEKQoAIAQpCkqxACkAAAAABAAQ+sqxKsAsLSQsoWFIIUAAAqkAAACFCkBZQsAAAAAhQQoAAAAAEBQgABQCFBCggBSAoiVSAGUssQtiUAAAAAAAAAAEKJZZSApAUEAKpIUhSFBFJlLLELYlAAAABCgAAAAEKJVghSAFAICqSFIUgBRCpFoAAQAoBKsQoIUARKFAlWQolllIIVQYlICgSyxChDFejmvAeXbSdcv13x1rer0ec/Lz+rjevh7L384AFICggABSFIAAAShYgAAAAAABAUEBSCkCFBAUgIZAEABAfQFllgsKRKoKQALYVEFEShQWFQoAIUssssqwQBSWWWACwoCFUgSkUlWQAFICkEKAAAsSkWkuNlAKQCFQoAUlIACyywAWJVlWQq1JFWJKsssQoCkKCRSUAABZZYhSVYAACkpAAWWWACxKoAlIFIUlliFAUhQQsQtQAASkCkqwAIUAABVklqACFAQoAABSSrBRLLEKCJVIUEAAEolEFIWXFJXW51+Vre85337lrRs9OZJ9Zev9GPWu3AUhQAUgBCkKQoBAAACFAABTEpKQAAAIUlIFIAAKkUgABSFICFX6IhbZJQAACVYLAVCy1FQApCgApAUhYVClllgEWoKQARagAAi0IAApICwqFiVQQoAEKAEKQpCggKQpCiVYEssoABSQoACFKQAAAEMjEoIUgBQBKsAEALEoUQoFhUFICkhQAEKUgACpFQGRiUEKQAFAhUKAQFhUKpIACgAgBTEylVEoAhUKQAAACFUgEqwAQpAACFiVidFL+dNXsOOvbcNYt7/AJ66+a+Xo5eldOYAAAAFIAAAACAoMasUhSAAAhkQAEBSAAhQQApAAAAQFAID6rItiUALABZVklWUAASyyiWWWKssFiVVIAABSAoEShZZYABYqywACKQZS42ACkAEKQpCgAAKSFJVgCVYKQCFUgKQsssSgigBZaSwACKSiJQApFJCgQpEqgAAFWJSApCkBSFiUlAWACy0lgEKFiURKALUikhQIUAIUAFBAUgBTEoAKQABSIUAi1AItYlUghQJVhUglCxLSBBZZQJVghIVDoZfCjj89+6Sau33PO8WOL2z6V15ZAhQAAAAACAlWBCgAEKQoBACgEAAIUgKQAAAEBSAFIAQFpL9CxLLLALEVYKoRKsASrAWyShSFAIUsqwWXEqSkWhJciCxBViVZSAAAQpKoIJahJVllWAQolWSLQgAUgApCkLKsCUipFFQstILEpFJVgCFABCktskoIoJZZVSKEKqFki1ABFqAAqkEiipFUBYlIpKsAQoAWJSVYVBLUJKsqkAAkqyw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) no-repeat right;
    background-size: cover;
    height: 400px;
    justify-content: center;
    margin-bottom: 0px;
    padding: 0 1rem;
}

@media (min-width:576px) {
    .home-cta {
        background-position: 70% center;
    }
}

@media (min-width:992px) {
    .home-cta {
        background-position: center;
    }
}

.home-cta .card, .home-cta .file-card, .home-cta .search-page .search-result, .search-page .home-cta .search-result {
    text-decoration-line: underline;
    text-decoration-thickness: 3px;
    text-decoration-color: white;
}

    .home-cta .card:active .details h2, .home-cta .file-card:active .details h2, .home-cta .search-page .search-result:active .details h2, .search-page .home-cta .search-result:active .details h2, .home-cta .card:active .details .field--label-above .field__label, .home-cta .file-card:active .details .field--label-above .field__label, .home-cta .search-page .search-result:active .details .field--label-above .field__label, .search-page .home-cta .search-result:active .details .field--label-above .field__label, .field--label-above .home-cta .card:active .details .field__label, .field--label-above .home-cta .file-card:active .details .field__label, .field--label-above .home-cta .search-page .search-result:active .details .field__label, .search-page .field--label-above .home-cta .search-result:active .details .field__label, .home-cta .card:active .details .webform-consultation legend, .home-cta .file-card:active .details .webform-consultation legend, .home-cta .search-page .search-result:active .details .webform-consultation legend, .search-page .home-cta .search-result:active .details .webform-consultation legend, .webform-consultation .home-cta .card:active .details legend, .webform-consultation .home-cta .file-card:active .details legend, .webform-consultation .home-cta .search-page .search-result:active .details legend, .search-page .webform-consultation .home-cta .search-result:active .details legend, .home-cta .card:active .details .webform-consultation form label, .home-cta .file-card:active .details .webform-consultation form label, .home-cta .search-page .search-result:active .details .webform-consultation form label, .search-page .home-cta .search-result:active .details .webform-consultation form label, .home-cta .card:active .details .webform-consultation form .publications-filter .years p, .home-cta .file-card:active .details .webform-consultation form .publications-filter .years p, .home-cta .search-page .search-result:active .details .webform-consultation form .publications-filter .years p, .search-page .home-cta .search-result:active .details .webform-consultation form .publications-filter .years p, .publications-filter .years .home-cta .card:active .details .webform-consultation form p, .publications-filter .years .home-cta .file-card:active .details .webform-consultation form p, .publications-filter .years .home-cta .search-page .search-result:active .details .webform-consultation form p, .search-page .publications-filter .years .home-cta .search-result:active .details .webform-consultation form p, .webform-consultation form .home-cta .card:active .details label, .webform-consultation form .home-cta .file-card:active .details label, .webform-consultation form .home-cta .search-page .search-result:active .details label, .search-page .webform-consultation form .home-cta .search-result:active .details label, .webform-consultation form .home-cta .card:active .details .publications-filter .years p, .webform-consultation form .home-cta .file-card:active .details .publications-filter .years p, .webform-consultation form .home-cta .search-page .search-result:active .details .publications-filter .years p, .search-page .webform-consultation form .home-cta .search-result:active .details .publications-filter .years p, .publications-filter .years .webform-consultation form .home-cta .card:active .details p, .publications-filter .years .webform-consultation form .home-cta .file-card:active .details p, .publications-filter .years .webform-consultation form .home-cta .search-page .search-result:active .details p, .search-page .publications-filter .years .webform-consultation form .home-cta .search-result:active .details p, .home-cta .card:active .details form .webform-consultation label, .home-cta .file-card:active .details form .webform-consultation label, .home-cta .search-page .search-result:active .details form .webform-consultation label, .search-page .home-cta .search-result:active .details form .webform-consultation label, .home-cta .card:active .details form .webform-consultation .publications-filter .years p, .home-cta .file-card:active .details form .webform-consultation .publications-filter .years p, .home-cta .search-page .search-result:active .details form .webform-consultation .publications-filter .years p, .search-page .home-cta .search-result:active .details form .webform-consultation .publications-filter .years p, .publications-filter .years .home-cta .card:active .details form .webform-consultation p, .publications-filter .years .home-cta .file-card:active .details form .webform-consultation p, .publications-filter .years .home-cta .search-page .search-result:active .details form .webform-consultation p, .search-page .publications-filter .years .home-cta .search-result:active .details form .webform-consultation p, form .webform-consultation .home-cta .card:active .details label, form .webform-consultation .home-cta .file-card:active .details label, form .webform-consultation .home-cta .search-page .search-result:active .details label, .search-page form .webform-consultation .home-cta .search-result:active .details label, form .webform-consultation .home-cta .card:active .details .publications-filter .years p, form .webform-consultation .home-cta .file-card:active .details .publications-filter .years p, form .webform-consultation .home-cta .search-page .search-result:active .details .publications-filter .years p, .search-page form .webform-consultation .home-cta .search-result:active .details .publications-filter .years p, .publications-filter .years form .webform-consultation .home-cta .card:active .details p, .publications-filter .years form .webform-consultation .home-cta .file-card:active .details p, .publications-filter .years form .webform-consultation .home-cta .search-page .search-result:active .details p, .search-page .publications-filter .years form .webform-consultation .home-cta .search-result:active .details p, .home-cta .card:active .details .webform-consultation form .articles-filter .years p, .home-cta .file-card:active .details .webform-consultation form .articles-filter .years p, .home-cta .search-page .search-result:active .details .webform-consultation form .articles-filter .years p, .search-page .home-cta .search-result:active .details .webform-consultation form .articles-filter .years p, .webform-consultation form .articles-filter .years .home-cta .card:active .details p, .webform-consultation form .articles-filter .years .home-cta .file-card:active .details p, .webform-consultation form .articles-filter .years .home-cta .search-page .search-result:active .details p, .search-page .webform-consultation form .articles-filter .years .home-cta .search-result:active .details p, .home-cta .card:active .details form .articles-filter .years .webform-consultation p, .home-cta .file-card:active .details form .articles-filter .years .webform-consultation p, .home-cta .search-page .search-result:active .details form .articles-filter .years .webform-consultation p, .search-page .home-cta .search-result:active .details form .articles-filter .years .webform-consultation p, form .articles-filter .years .webform-consultation .home-cta .card:active .details p, form .articles-filter .years .webform-consultation .home-cta .file-card:active .details p, form .articles-filter .years .webform-consultation .home-cta .search-page .search-result:active .details p, .search-page form .articles-filter .years .webform-consultation .home-cta .search-result:active .details p, .home-cta .card:active .details .webform-consultation .articles-filter .years form p, .home-cta .file-card:active .details .webform-consultation .articles-filter .years form p, .home-cta .search-page .search-result:active .details .webform-consultation .articles-filter .years form p, .search-page .home-cta .search-result:active .details .webform-consultation .articles-filter .years form p, .webform-consultation .articles-filter .years form .home-cta .card:active .details p, .webform-consultation .articles-filter .years form .home-cta .file-card:active .details p, .webform-consultation .articles-filter .years form .home-cta .search-page .search-result:active .details p, .search-page .webform-consultation .articles-filter .years form .home-cta .search-result:active .details p, .home-cta .card:active .details .articles-filter .years form .webform-consultation p, .home-cta .file-card:active .details .articles-filter .years form .webform-consultation p, .home-cta .search-page .search-result:active .details .articles-filter .years form .webform-consultation p, .search-page .home-cta .search-result:active .details .articles-filter .years form .webform-consultation p, .articles-filter .years form .webform-consultation .home-cta .card:active .details p, .articles-filter .years form .webform-consultation .home-cta .file-card:active .details p, .articles-filter .years form .webform-consultation .home-cta .search-page .search-result:active .details p, .search-page .articles-filter .years form .webform-consultation .home-cta .search-result:active .details p, .home-cta .card:focus .details h2, .home-cta .file-card:focus .details h2, .home-cta .search-page .search-result:focus .details h2, .search-page .home-cta .search-result:focus .details h2, .home-cta .card:focus .details .field--label-above .field__label, .home-cta .file-card:focus .details .field--label-above .field__label, .home-cta .search-page .search-result:focus .details .field--label-above .field__label, .search-page .home-cta .search-result:focus .details .field--label-above .field__label, .field--label-above .home-cta .card:focus .details .field__label, .field--label-above .home-cta .file-card:focus .details .field__label, .field--label-above .home-cta .search-page .search-result:focus .details .field__label, .search-page .field--label-above .home-cta .search-result:focus .details .field__label, .home-cta .card:focus .details .webform-consultation legend, .home-cta .file-card:focus .details .webform-consultation legend, .home-cta .search-page .search-result:focus .details .webform-consultation legend, .search-page .home-cta .search-result:focus .details .webform-consultation legend, .webform-consultation .home-cta .card:focus .details legend, .webform-consultation .home-cta .file-card:focus .details legend, .webform-consultation .home-cta .search-page .search-result:focus .details legend, .search-page .webform-consultation .home-cta .search-result:focus .details legend, .home-cta .card:focus .details .webform-consultation form label, .home-cta .file-card:focus .details .webform-consultation form label, .home-cta .search-page .search-result:focus .details .webform-consultation form label, .search-page .home-cta .search-result:focus .details .webform-consultation form label, .home-cta .card:focus .details .webform-consultation form .publications-filter .years p, .home-cta .file-card:focus .details .webform-consultation form .publications-filter .years p, .home-cta .search-page .search-result:focus .details .webform-consultation form .publications-filter .years p, .search-page .home-cta .search-result:focus .details .webform-consultation form .publications-filter .years p, .publications-filter .years .home-cta .card:focus .details .webform-consultation form p, .publications-filter .years .home-cta .file-card:focus .details .webform-consultation form p, .publications-filter .years .home-cta .search-page .search-result:focus .details .webform-consultation form p, .search-page .publications-filter .years .home-cta .search-result:focus .details .webform-consultation form p, .webform-consultation form .home-cta .card:focus .details label, .webform-consultation form .home-cta .file-card:focus .details label, .webform-consultation form .home-cta .search-page .search-result:focus .details label, .search-page .webform-consultation form .home-cta .search-result:focus .details label, .webform-consultation form .home-cta .card:focus .details .publications-filter .years p, .webform-consultation form .home-cta .file-card:focus .details .publications-filter .years p, .webform-consultation form .home-cta .search-page .search-result:focus .details .publications-filter .years p, .search-page .webform-consultation form .home-cta .search-result:focus .details .publications-filter .years p, .publications-filter .years .webform-consultation form .home-cta .card:focus .details p, .publications-filter .years .webform-consultation form .home-cta .file-card:focus .details p, .publications-filter .years .webform-consultation form .home-cta .search-page .search-result:focus .details p, .search-page .publications-filter .years .webform-consultation form .home-cta .search-result:focus .details p, .home-cta .card:focus .details form .webform-consultation label, .home-cta .file-card:focus .details form .webform-consultation label, .home-cta .search-page .search-result:focus .details form .webform-consultation label, .search-page .home-cta .search-result:focus .details form .webform-consultation label, .home-cta .card:focus .details form .webform-consultation .publications-filter .years p, .home-cta .file-card:focus .details form .webform-consultation .publications-filter .years p, .home-cta .search-page .search-result:focus .details form .webform-consultation .publications-filter .years p, .search-page .home-cta .search-result:focus .details form .webform-consultation .publications-filter .years p, .publications-filter .years .home-cta .card:focus .details form .webform-consultation p, .publications-filter .years .home-cta .file-card:focus .details form .webform-consultation p, .publications-filter .years .home-cta .search-page .search-result:focus .details form .webform-consultation p, .search-page .publications-filter .years .home-cta .search-result:focus .details form .webform-consultation p, form .webform-consultation .home-cta .card:focus .details label, form .webform-consultation .home-cta .file-card:focus .details label, form .webform-consultation .home-cta .search-page .search-result:focus .details label, .search-page form .webform-consultation .home-cta .search-result:focus .details label, form .webform-consultation .home-cta .card:focus .details .publications-filter .years p, form .webform-consultation .home-cta .file-card:focus .details .publications-filter .years p, form .webform-consultation .home-cta .search-page .search-result:focus .details .publications-filter .years p, .search-page form .webform-consultation .home-cta .search-result:focus .details .publications-filter .years p, .publications-filter .years form .webform-consultation .home-cta .card:focus .details p, .publications-filter .years form .webform-consultation .home-cta .file-card:focus .details p, .publications-filter .years form .webform-consultation .home-cta .search-page .search-result:focus .details p, .search-page .publications-filter .years form .webform-consultation .home-cta .search-result:focus .details p, .home-cta .card:focus .details .webform-consultation form .articles-filter .years p, .home-cta .file-card:focus .details .webform-consultation form .articles-filter .years p, .home-cta .search-page .search-result:focus .details .webform-consultation form .articles-filter .years p, .search-page .home-cta .search-result:focus .details .webform-consultation form .articles-filter .years p, .webform-consultation form .articles-filter .years .home-cta .card:focus .details p, .webform-consultation form .articles-filter .years .home-cta .file-card:focus .details p, .webform-consultation form .articles-filter .years .home-cta .search-page .search-result:focus .details p, .search-page .webform-consultation form .articles-filter .years .home-cta .search-result:focus .details p, .home-cta .card:focus .details form .articles-filter .years .webform-consultation p, .home-cta .file-card:focus .details form .articles-filter .years .webform-consultation p, .home-cta .search-page .search-result:focus .details form .articles-filter .years .webform-consultation p, .search-page .home-cta .search-result:focus .details form .articles-filter .years .webform-consultation p, form .articles-filter .years .webform-consultation .home-cta .card:focus .details p, form .articles-filter .years .webform-consultation .home-cta .file-card:focus .details p, form .articles-filter .years .webform-consultation .home-cta .search-page .search-result:focus .details p, .search-page form .articles-filter .years .webform-consultation .home-cta .search-result:focus .details p, .home-cta .card:focus .details .webform-consultation .articles-filter .years form p, .home-cta .file-card:focus .details .webform-consultation .articles-filter .years form p, .home-cta .search-page .search-result:focus .details .webform-consultation .articles-filter .years form p, .search-page .home-cta .search-result:focus .details .webform-consultation .articles-filter .years form p, .webform-consultation .articles-filter .years form .home-cta .card:focus .details p, .webform-consultation .articles-filter .years form .home-cta .file-card:focus .details p, .webform-consultation .articles-filter .years form .home-cta .search-page .search-result:focus .details p, .search-page .webform-consultation .articles-filter .years form .home-cta .search-result:focus .details p, .home-cta .card:focus .details .articles-filter .years form .webform-consultation p, .home-cta .file-card:focus .details .articles-filter .years form .webform-consultation p, .home-cta .search-page .search-result:focus .details .articles-filter .years form .webform-consultation p, .search-page .home-cta .search-result:focus .details .articles-filter .years form .webform-consultation p, .articles-filter .years form .webform-consultation .home-cta .card:focus .details p, .articles-filter .years form .webform-consultation .home-cta .file-card:focus .details p, .articles-filter .years form .webform-consultation .home-cta .search-page .search-result:focus .details p, .search-page .articles-filter .years form .webform-consultation .home-cta .search-result:focus .details p, .home-cta .card:hover .details h2, .home-cta .file-card:hover .details h2, .home-cta .search-page .search-result:hover .details h2, .search-page .home-cta .search-result:hover .details h2, .home-cta .card:hover .details .field--label-above .field__label, .home-cta .file-card:hover .details .field--label-above .field__label, .home-cta .search-page .search-result:hover .details .field--label-above .field__label, .search-page .home-cta .search-result:hover .details .field--label-above .field__label, .field--label-above .home-cta .card:hover .details .field__label, .field--label-above .home-cta .file-card:hover .details .field__label, .field--label-above .home-cta .search-page .search-result:hover .details .field__label, .search-page .field--label-above .home-cta .search-result:hover .details .field__label, .home-cta .card:hover .details .webform-consultation legend, .home-cta .file-card:hover .details .webform-consultation legend, .home-cta .search-page .search-result:hover .details .webform-consultation legend, .search-page .home-cta .search-result:hover .details .webform-consultation legend, .webform-consultation .home-cta .card:hover .details legend, .webform-consultation .home-cta .file-card:hover .details legend, .webform-consultation .home-cta .search-page .search-result:hover .details legend, .search-page .webform-consultation .home-cta .search-result:hover .details legend, .home-cta .card:hover .details .webform-consultation form label, .home-cta .file-card:hover .details .webform-consultation form label, .home-cta .search-page .search-result:hover .details .webform-consultation form label, .search-page .home-cta .search-result:hover .details .webform-consultation form label, .home-cta .card:hover .details .webform-consultation form .publications-filter .years p, .home-cta .file-card:hover .details .webform-consultation form .publications-filter .years p, .home-cta .search-page .search-result:hover .details .webform-consultation form .publications-filter .years p, .search-page .home-cta .search-result:hover .details .webform-consultation form .publications-filter .years p, .publications-filter .years .home-cta .card:hover .details .webform-consultation form p, .publications-filter .years .home-cta .file-card:hover .details .webform-consultation form p, .publications-filter .years .home-cta .search-page .search-result:hover .details .webform-consultation form p, .search-page .publications-filter .years .home-cta .search-result:hover .details .webform-consultation form p, .webform-consultation form .home-cta .card:hover .details label, .webform-consultation form .home-cta .file-card:hover .details label, .webform-consultation form .home-cta .search-page .search-result:hover .details label, .search-page .webform-consultation form .home-cta .search-result:hover .details label, .webform-consultation form .home-cta .card:hover .details .publications-filter .years p, .webform-consultation form .home-cta .file-card:hover .details .publications-filter .years p, .webform-consultation form .home-cta .search-page .search-result:hover .details .publications-filter .years p, .search-page .webform-consultation form .home-cta .search-result:hover .details .publications-filter .years p, .publications-filter .years .webform-consultation form .home-cta .card:hover .details p, .publications-filter .years .webform-consultation form .home-cta .file-card:hover .details p, .publications-filter .years .webform-consultation form .home-cta .search-page .search-result:hover .details p, .search-page .publications-filter .years .webform-consultation form .home-cta .search-result:hover .details p, .home-cta .card:hover .details form .webform-consultation label, .home-cta .file-card:hover .details form .webform-consultation label, .home-cta .search-page .search-result:hover .details form .webform-consultation label, .search-page .home-cta .search-result:hover .details form .webform-consultation label, .home-cta .card:hover .details form .webform-consultation .publications-filter .years p, .home-cta .file-card:hover .details form .webform-consultation .publications-filter .years p, .home-cta .search-page .search-result:hover .details form .webform-consultation .publications-filter .years p, .search-page .home-cta .search-result:hover .details form .webform-consultation .publications-filter .years p, .publications-filter .years .home-cta .card:hover .details form .webform-consultation p, .publications-filter .years .home-cta .file-card:hover .details form .webform-consultation p, .publications-filter .years .home-cta .search-page .search-result:hover .details form .webform-consultation p, .search-page .publications-filter .years .home-cta .search-result:hover .details form .webform-consultation p, form .webform-consultation .home-cta .card:hover .details label, form .webform-consultation .home-cta .file-card:hover .details label, form .webform-consultation .home-cta .search-page .search-result:hover .details label, .search-page form .webform-consultation .home-cta .search-result:hover .details label, form .webform-consultation .home-cta .card:hover .details .publications-filter .years p, form .webform-consultation .home-cta .file-card:hover .details .publications-filter .years p, form .webform-consultation .home-cta .search-page .search-result:hover .details .publications-filter .years p, .search-page form .webform-consultation .home-cta .search-result:hover .details .publications-filter .years p, .publications-filter .years form .webform-consultation .home-cta .card:hover .details p, .publications-filter .years form .webform-consultation .home-cta .file-card:hover .details p, .publications-filter .years form .webform-consultation .home-cta .search-page .search-result:hover .details p, .search-page .publications-filter .years form .webform-consultation .home-cta .search-result:hover .details p, .home-cta .card:hover .details .webform-consultation form .articles-filter .years p, .home-cta .file-card:hover .details .webform-consultation form .articles-filter .years p, .home-cta .search-page .search-result:hover .details .webform-consultation form .articles-filter .years p, .search-page .home-cta .search-result:hover .details .webform-consultation form .articles-filter .years p, .webform-consultation form .articles-filter .years .home-cta .card:hover .details p, .webform-consultation form .articles-filter .years .home-cta .file-card:hover .details p, .webform-consultation form .articles-filter .years .home-cta .search-page .search-result:hover .details p, .search-page .webform-consultation form .articles-filter .years .home-cta .search-result:hover .details p, .home-cta .card:hover .details form .articles-filter .years .webform-consultation p, .home-cta .file-card:hover .details form .articles-filter .years .webform-consultation p, .home-cta .search-page .search-result:hover .details form .articles-filter .years .webform-consultation p, .search-page .home-cta .search-result:hover .details form .articles-filter .years .webform-consultation p, form .articles-filter .years .webform-consultation .home-cta .card:hover .details p, form .articles-filter .years .webform-consultation .home-cta .file-card:hover .details p, form .articles-filter .years .webform-consultation .home-cta .search-page .search-result:hover .details p, .search-page form .articles-filter .years .webform-consultation .home-cta .search-result:hover .details p, .home-cta .card:hover .details .webform-consultation .articles-filter .years form p, .home-cta .file-card:hover .details .webform-consultation .articles-filter .years form p, .home-cta .search-page .search-result:hover .details .webform-consultation .articles-filter .years form p, .search-page .home-cta .search-result:hover .details .webform-consultation .articles-filter .years form p, .webform-consultation .articles-filter .years form .home-cta .card:hover .details p, .webform-consultation .articles-filter .years form .home-cta .file-card:hover .details p, .webform-consultation .articles-filter .years form .home-cta .search-page .search-result:hover .details p, .search-page .webform-consultation .articles-filter .years form .home-cta .search-result:hover .details p, .home-cta .card:hover .details .articles-filter .years form .webform-consultation p, .home-cta .file-card:hover .details .articles-filter .years form .webform-consultation p, .home-cta .search-page .search-result:hover .details .articles-filter .years form .webform-consultation p, .search-page .home-cta .search-result:hover .details .articles-filter .years form .webform-consultation p, .articles-filter .years form .webform-consultation .home-cta .card:hover .details p, .articles-filter .years form .webform-consultation .home-cta .file-card:hover .details p, .articles-filter .years form .webform-consultation .home-cta .search-page .search-result:hover .details p, .search-page .articles-filter .years form .webform-consultation .home-cta .search-result:hover .details p {
        text-decoration-color: #00bec0;
    }

    .home-cta .card .details, .home-cta .file-card .details, .home-cta .search-page .search-result .details, .search-page .home-cta .search-result .details {
        align-items: start;
        justify-content: space-between;
        display: flex;
        position: relative;
        flex-direction: column;
        flex-grow: 1;
        margin: 0;
        margin-left: 6rem;
        padding: 1rem;
    }

        .home-cta .card .details::before, .home-cta .file-card .details::before, .home-cta .search-page .search-result .details::before, .search-page .home-cta .search-result .details::before {
            content: "";
            display: block;
            background: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='62.5'%20height='55.5'%20viewBox='0%200%2062.5%2055.5'%3e%3ctitle%3econsultation%3c/title%3e%3cpath%20d='M63,31.5h7a5,5,0,0,1,5,5v20a5,5,0,0,1-5,5H67v10l-14-10H41'%20transform='translate(-13.75%20-17.25)'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2.5'/%3e%3cpath%20d='M58,18.5H20a5,5,0,0,0-5,5v23a5,5,0,0,0,5,5h5v14l16-14H58a5,5,0,0,0,5-5v-23A5,5,0,0,0,58,18.5Z'%20transform='translate(-13.75%20-17.25)'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2.5'/%3e%3cline%20x1='9.25'%20y1='11.25'%20x2='41.25'%20y2='11.25'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2.5'/%3e%3cline%20x1='9.25'%20y1='23.25'%20x2='27.25'%20y2='23.25'%20fill='none'%20stroke='%2300bec0'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2.5'/%3e%3c/svg%3e") no-repeat;
            background-size: 5rem;
            height: 5rem;
            left: -6rem;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 5rem;
        }

        .home-cta .card .details h2, .home-cta .file-card .details h2, .home-cta .search-page .search-result .details h2, .search-page .home-cta .search-result .details h2, .home-cta .card .details .field--label-above .field__label, .home-cta .file-card .details .field--label-above .field__label, .home-cta .search-page .search-result .details .field--label-above .field__label, .search-page .home-cta .search-result .details .field--label-above .field__label, .field--label-above .home-cta .card .details .field__label, .field--label-above .home-cta .file-card .details .field__label, .field--label-above .home-cta .search-page .search-result .details .field__label, .search-page .field--label-above .home-cta .search-result .details .field__label, .home-cta .card .details .webform-consultation legend, .home-cta .file-card .details .webform-consultation legend, .home-cta .search-page .search-result .details .webform-consultation legend, .search-page .home-cta .search-result .details .webform-consultation legend, .webform-consultation .home-cta .card .details legend, .webform-consultation .home-cta .file-card .details legend, .webform-consultation .home-cta .search-page .search-result .details legend, .search-page .webform-consultation .home-cta .search-result .details legend, .home-cta .card .details .webform-consultation form label, .home-cta .file-card .details .webform-consultation form label, .home-cta .search-page .search-result .details .webform-consultation form label, .search-page .home-cta .search-result .details .webform-consultation form label, .home-cta .card .details .webform-consultation form .publications-filter .years p, .home-cta .file-card .details .webform-consultation form .publications-filter .years p, .home-cta .search-page .search-result .details .webform-consultation form .publications-filter .years p, .search-page .home-cta .search-result .details .webform-consultation form .publications-filter .years p, .publications-filter .years .home-cta .card .details .webform-consultation form p, .publications-filter .years .home-cta .file-card .details .webform-consultation form p, .publications-filter .years .home-cta .search-page .search-result .details .webform-consultation form p, .search-page .publications-filter .years .home-cta .search-result .details .webform-consultation form p, .webform-consultation form .home-cta .card .details label, .webform-consultation form .home-cta .file-card .details label, .webform-consultation form .home-cta .search-page .search-result .details label, .search-page .webform-consultation form .home-cta .search-result .details label, .webform-consultation form .home-cta .card .details .publications-filter .years p, .webform-consultation form .home-cta .file-card .details .publications-filter .years p, .webform-consultation form .home-cta .search-page .search-result .details .publications-filter .years p, .search-page .webform-consultation form .home-cta .search-result .details .publications-filter .years p, .publications-filter .years .webform-consultation form .home-cta .card .details p, .publications-filter .years .webform-consultation form .home-cta .file-card .details p, .publications-filter .years .webform-consultation form .home-cta .search-page .search-result .details p, .search-page .publications-filter .years .webform-consultation form .home-cta .search-result .details p, .home-cta .card .details form .webform-consultation label, .home-cta .file-card .details form .webform-consultation label, .home-cta .search-page .search-result .details form .webform-consultation label, .search-page .home-cta .search-result .details form .webform-consultation label, .home-cta .card .details form .webform-consultation .publications-filter .years p, .home-cta .file-card .details form .webform-consultation .publications-filter .years p, .home-cta .search-page .search-result .details form .webform-consultation .publications-filter .years p, .search-page .home-cta .search-result .details form .webform-consultation .publications-filter .years p, .publications-filter .years .home-cta .card .details form .webform-consultation p, .publications-filter .years .home-cta .file-card .details form .webform-consultation p, .publications-filter .years .home-cta .search-page .search-result .details form .webform-consultation p, .search-page .publications-filter .years .home-cta .search-result .details form .webform-consultation p, form .webform-consultation .home-cta .card .details label, form .webform-consultation .home-cta .file-card .details label, form .webform-consultation .home-cta .search-page .search-result .details label, .search-page form .webform-consultation .home-cta .search-result .details label, form .webform-consultation .home-cta .card .details .publications-filter .years p, form .webform-consultation .home-cta .file-card .details .publications-filter .years p, form .webform-consultation .home-cta .search-page .search-result .details .publications-filter .years p, .search-page form .webform-consultation .home-cta .search-result .details .publications-filter .years p, .publications-filter .years form .webform-consultation .home-cta .card .details p, .publications-filter .years form .webform-consultation .home-cta .file-card .details p, .publications-filter .years form .webform-consultation .home-cta .search-page .search-result .details p, .search-page .publications-filter .years form .webform-consultation .home-cta .search-result .details p, .home-cta .card .details .webform-consultation form .articles-filter .years p, .home-cta .file-card .details .webform-consultation form .articles-filter .years p, .home-cta .search-page .search-result .details .webform-consultation form .articles-filter .years p, .search-page .home-cta .search-result .details .webform-consultation form .articles-filter .years p, .webform-consultation form .articles-filter .years .home-cta .card .details p, .webform-consultation form .articles-filter .years .home-cta .file-card .details p, .webform-consultation form .articles-filter .years .home-cta .search-page .search-result .details p, .search-page .webform-consultation form .articles-filter .years .home-cta .search-result .details p, .home-cta .card .details form .articles-filter .years .webform-consultation p, .home-cta .file-card .details form .articles-filter .years .webform-consultation p, .home-cta .search-page .search-result .details form .articles-filter .years .webform-consultation p, .search-page .home-cta .search-result .details form .articles-filter .years .webform-consultation p, form .articles-filter .years .webform-consultation .home-cta .card .details p, form .articles-filter .years .webform-consultation .home-cta .file-card .details p, form .articles-filter .years .webform-consultation .home-cta .search-page .search-result .details p, .search-page form .articles-filter .years .webform-consultation .home-cta .search-result .details p, .home-cta .card .details .webform-consultation .articles-filter .years form p, .home-cta .file-card .details .webform-consultation .articles-filter .years form p, .home-cta .search-page .search-result .details .webform-consultation .articles-filter .years form p, .search-page .home-cta .search-result .details .webform-consultation .articles-filter .years form p, .webform-consultation .articles-filter .years form .home-cta .card .details p, .webform-consultation .articles-filter .years form .home-cta .file-card .details p, .webform-consultation .articles-filter .years form .home-cta .search-page .search-result .details p, .search-page .webform-consultation .articles-filter .years form .home-cta .search-result .details p, .home-cta .card .details .articles-filter .years form .webform-consultation p, .home-cta .file-card .details .articles-filter .years form .webform-consultation p, .home-cta .search-page .search-result .details .articles-filter .years form .webform-consultation p, .search-page .home-cta .search-result .details .articles-filter .years form .webform-consultation p, .articles-filter .years form .webform-consultation .home-cta .card .details p, .articles-filter .years form .webform-consultation .home-cta .file-card .details p, .articles-filter .years form .webform-consultation .home-cta .search-page .search-result .details p, .search-page .articles-filter .years form .webform-consultation .home-cta .search-result .details p {
            transition: all 0.2s ease-in-out;
            margin: 0 0 1rem 0;
            text-decoration: underline;
            text-decoration-color: rgba(255,255,255,0);
            text-decoration-thickness: 3px;
        }

        .home-cta .card .details p, .home-cta .file-card .details p, .home-cta .search-page .search-result .details p, .search-page .home-cta .search-result .details p {
            margin: 0;
        }

@media print {
    .home-cta {
        display: none;
    }
}

.home-hero {
    background-color: #00bec0;
    border-bottom-left-radius: 377px;
    box-shadow: -10px 10px 25px 0px #ccc;
    display: none;
    overflow: hidden;
}

@media (min-width:768px) {
    .home-hero {
        background-size: 108%;
        display: block;
        height: 15rem;
        width: 15rem;
    }
}

@media (min-width:992px) {
    .home-hero {
        background-size: 107%;
        display: block;
        height: 18rem;
        width: 18rem;
    }
}

.home-hero img {
    height: 100%;
}

.icon-examples p {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: normal;
}

.icon-examples span {
    transition: all 0.2s ease-in-out;
    color: #00bec0;
    font-family: "Material Icons Outlined",sans-serif;
    font-feature-settings: "liga";
    font-size: 2rem;
    font-weight: 400;
    line-height: 2rem;
    width: 2rem;
    height: 2rem;
}

.icon1::after {
    transition: all 0.2s ease-in-out;
    color: #00bec0;
    font-family: "Material Icons Outlined",sans-serif;
    font-feature-settings: "liga";
    font-size: 2rem;
    font-weight: 400;
    line-height: 2rem;
    width: 2rem;
    height: 2rem;
    content: "chevron_right";
}

.icon2::after {
    transition: all 0.2s ease-in-out;
    color: #00bec0;
    font-family: "Material Icons Outlined",sans-serif;
    font-feature-settings: "liga";
    font-size: 2rem;
    font-weight: 400;
    line-height: 2rem;
    width: 2rem;
    height: 2rem;
    content: "date_range";
}

.icon3::after {
    transition: all 0.2s ease-in-out;
    color: #00bec0;
    font-family: "Material Icons Outlined",sans-serif;
    font-feature-settings: "liga";
    font-size: 2rem;
    font-weight: 400;
    line-height: 2rem;
    width: 2rem;
    height: 2rem;
    content: "search";
}

.icon4::after {
    transition: all 0.2s ease-in-out;
    color: #00bec0;
    font-family: "Material Icons Outlined",sans-serif;
    font-feature-settings: "liga";
    font-size: 2rem;
    font-weight: 400;
    line-height: 2rem;
    width: 2rem;
    height: 2rem;
    content: "campaign";
}

.icon5::after {
    transition: all 0.2s ease-in-out;
    color: #00bec0;
    font-family: "Material Icons Outlined",sans-serif;
    font-feature-settings: "liga";
    font-size: 2rem;
    font-weight: 400;
    line-height: 2rem;
    width: 2rem;
    height: 2rem;
    content: "open_in_new";
}

input {
    border: 1px solid #00bec0;
    border-radius: 4px;
}

.licence-search h3, .licence-search .equipment-card a, .equipment-card .licence-search a {
    margin-bottom: 10px;
}

.licence-search p {
    font-size: 12px;
    font-weight: bold;
}

.licence-search [type=text] {
    background: #fff;
    max-width: 52%;
}

@media (min-width:768px) {
    .licence-search [type=text] {
        max-width: 400px;
    }
}

.licence-search [type=submit] {
    margin-left: 20px;
}

.radio-licence-search__header {
    padding-top: 40px;
    padding-bottom: 80px;
}

.equipment-card {
    background: #fff;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.6);
    border-radius: 4px;
    margin-bottom: 20px;
}

    .equipment-card .field--name-field-media-image {
        overflow: hidden;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

        .equipment-card .field--name-field-media-image img {
            width: 100%;
            height: auto;
        }

    .equipment-card a {
        display: block;
        background-size: 0 0;
    }

        .equipment-card a:hover, .equipment-card a:focus {
            background-size: 0 0;
        }

    .equipment-card a {
        padding: 25px 20px 20px;
        margin-bottom: 0;
        min-height: 99px;
    }

.radio-licence-results__header {
    padding: 0;
}

#views-exposed-form-acma-licence-discovery-landing {
    display: none;
}

.licence-search-equipment {
    margin-top: 80px;
}

.link {
    background-image: linear-gradient(120deg,rgb(0,190,192) 0%,rgb(0,190,192) 100%);
    background-repeat: no-repeat;
    background-size: 100% 0.2em;
    background-position: 0 100%;
    padding-bottom: 2px;
    padding-bottom: 0.125rem;
    -webkit-transition: background-size 220ms ease-in;
    -o-transition: background-size 220ms ease-in;
    transition: background-size 220ms ease-in;
    text-decoration: none;
    color: #1a1a1a;
}

    .link:hover, .link:focus {
        background-size: 100% 100%;
    }

.field--name-field-home-links {
    align-items: baseline;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

@media (min-width:576px) {
    .field--name-field-home-links {
        flex-direction: row;
        justify-content: space-around;
    }
}

@media (min-width:1200px) {
    .field--name-field-home-links {
        flex-direction: column;
        justify-content: flex-start;
        margin-left: 2rem;
    }
}

.field--name-field-home-links .field__item h2, .field--name-field-home-links .field__item .field--label-above .field__label, .field--label-above .field--name-field-home-links .field__item .field__label, .field--name-field-home-links .field__item .webform-consultation legend, .webform-consultation .field--name-field-home-links .field__item legend, .field--name-field-home-links .field__item .webform-consultation form label, .field--name-field-home-links .field__item .webform-consultation form .publications-filter .years p, .publications-filter .years .field--name-field-home-links .field__item .webform-consultation form p, .webform-consultation form .field--name-field-home-links .field__item label, .webform-consultation form .field--name-field-home-links .field__item .publications-filter .years p, .publications-filter .years .webform-consultation form .field--name-field-home-links .field__item p, .field--name-field-home-links .field__item form .webform-consultation label, .field--name-field-home-links .field__item form .webform-consultation .publications-filter .years p, .publications-filter .years .field--name-field-home-links .field__item form .webform-consultation p, form .webform-consultation .field--name-field-home-links .field__item label, form .webform-consultation .field--name-field-home-links .field__item .publications-filter .years p, .publications-filter .years form .webform-consultation .field--name-field-home-links .field__item p, .field--name-field-home-links .field__item .webform-consultation form .articles-filter .years p, .webform-consultation form .articles-filter .years .field--name-field-home-links .field__item p, .field--name-field-home-links .field__item form .articles-filter .years .webform-consultation p, form .articles-filter .years .webform-consultation .field--name-field-home-links .field__item p, .field--name-field-home-links .field__item .webform-consultation .articles-filter .years form p, .webform-consultation .articles-filter .years form .field--name-field-home-links .field__item p, .field--name-field-home-links .field__item .articles-filter .years form .webform-consultation p, .articles-filter .years form .webform-consultation .field--name-field-home-links .field__item p {
    font-size: 1.2rem;
}

.field--name-field-home-links .field__item:first-of-type h2, .field--name-field-home-links .field__item:first-of-type .field--label-above .field__label, .field--label-above .field--name-field-home-links .field__item:first-of-type .field__label, .field--name-field-home-links .field__item:first-of-type .webform-consultation legend, .webform-consultation .field--name-field-home-links .field__item:first-of-type legend, .field--name-field-home-links .field__item:first-of-type .webform-consultation form label, .field--name-field-home-links .field__item:first-of-type .webform-consultation form .publications-filter .years p, .publications-filter .years .field--name-field-home-links .field__item:first-of-type .webform-consultation form p, .webform-consultation form .field--name-field-home-links .field__item:first-of-type label, .webform-consultation form .field--name-field-home-links .field__item:first-of-type .publications-filter .years p, .publications-filter .years .webform-consultation form .field--name-field-home-links .field__item:first-of-type p, .field--name-field-home-links .field__item:first-of-type form .webform-consultation label, .field--name-field-home-links .field__item:first-of-type form .webform-consultation .publications-filter .years p, .publications-filter .years .field--name-field-home-links .field__item:first-of-type form .webform-consultation p, form .webform-consultation .field--name-field-home-links .field__item:first-of-type label, form .webform-consultation .field--name-field-home-links .field__item:first-of-type .publications-filter .years p, .publications-filter .years form .webform-consultation .field--name-field-home-links .field__item:first-of-type p, .field--name-field-home-links .field__item:first-of-type .webform-consultation form .articles-filter .years p, .webform-consultation form .articles-filter .years .field--name-field-home-links .field__item:first-of-type p, .field--name-field-home-links .field__item:first-of-type form .articles-filter .years .webform-consultation p, form .articles-filter .years .webform-consultation .field--name-field-home-links .field__item:first-of-type p, .field--name-field-home-links .field__item:first-of-type .webform-consultation .articles-filter .years form p, .webform-consultation .articles-filter .years form .field--name-field-home-links .field__item:first-of-type p, .field--name-field-home-links .field__item:first-of-type .articles-filter .years form .webform-consultation p, .articles-filter .years form .webform-consultation .field--name-field-home-links .field__item:first-of-type p {
    margin-top: 0;
}

.field--name-field-home-links ul {
    margin: 0;
    padding: 0;
}

    .field--name-field-home-links ul li {
        list-style: none;
        margin-bottom: 10px;
    }

.field--name-field-home-links a {
    background-size: 100% 0;
}

    .field--name-field-home-links a:hover, .field--name-field-home-links a:focus, .field--name-field-home-links a:active {
        background-size: 100% 100%;
    }

a {
    transition: all 0.2s ease-in-out;
    color: #1a1a1a;
    cursor: pointer;
    font-weight: normal;
    position: relative;
    text-decoration: none;
    background-position: 0 100%;
    background-size: 100% 0.2em;
}

    a:hover, a:focus {
        text-decoration: none;
        color: #1a1a1a;
        background-size: 100% 100%;
        background-image: linear-gradient(120deg,#00bec0 0%,#00bec0 100%);
        background-repeat: no-repeat;
        background-position: 0 100%;
    }

    a[href*="//"]:not([href*="acma.docker"],[href*="amazee.io"],[href*="acma.gov.au"],.social-block) {
        margin-right: 20px;
    }

        a[href*="//"]:not([href*="acma.docker"],[href*="amazee.io"],[href*="acma.gov.au"],.social-block)::after {
            transition: all 0.2s ease-in-out;
            color: #00bec0;
            font-family: "Material Icons Outlined",sans-serif;
            font-feature-settings: "liga";
            font-size: 2rem;
            font-weight: 400;
            line-height: 2rem;
            width: 2rem;
            height: 2rem;
            content: "open_in_new";
            font-size: inherit;
            line-height: inherit;
            margin-left: 2px;
            position: absolute;
        }

    a[href="#no-link"] {
        background-size: 0 0;
    }

        a[href="#no-link"]:hover, a[href="#no-link"]:focus {
            background-size: 0 0;
        }

    a[href="#no-link"] {
        font-style: italic;
        cursor: text;
    }

    a.logo-box {
        background-size: 0 0;
    }

        a.logo-box:hover, a.logo-box:focus {
            background-size: 0 0;
        }

    a.logo-box {
        width: 100%;
        height: 100%;
    }

        a.logo-box .logo {
            max-height: 80px;
        }

#nav-main .hamburger {
    background: #00bec0;
    border-radius: 0 0 90px 0;
    box-shadow: 0px 5px rgb(0,164.765625,166.5);
    color: #1a1a1a;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-weight: 400;
    gap: 0.5rem;
    height: 60px;
    left: 0px;
    padding: 18px 0;
    position: fixed;
    top: 0;
    text-align: left;
    transform-origin: left top;
    transition: transform 0.3s ease;
    width: 60px;
    z-index: 25;
}

    #nav-main .hamburger:hover, #nav-main .hamburger:focus {
        outline: 3px solid;
        opacity: 1;
    }

    #nav-main .hamburger[aria-expanded=true] {
        transform: translateX(240px);
    }

@media (min-width:576px) {
    #nav-main .hamburger[aria-expanded=true] {
        transform: translateX(450px);
    }
}

#nav-main .hamburger[aria-expanded=true] .open {
    opacity: 0;
}

#nav-main .hamburger[aria-expanded=true] .closed {
    opacity: 1;
}

@media (min-width:576px) {
    #nav-main .hamburger {
        height: 100px;
        padding: 20px 18px;
        width: 100px;
    }
}

#nav-main .hamburger .hamburger-box {
    height: unset;
    scale: 0.6;
}

@media (min-width:576px) {
    #nav-main .hamburger .hamburger-box {
        height: 24px;
        scale: 1;
    }
}

#nav-main .hamburger .open-close {
    align-items: center;
    display: flex;
    height: 2rem;
    justify-content: center;
    position: relative;
    scale: 0.6;
    width: 42px;
}

@media (min-width:576px) {
    #nav-main .hamburger .open-close {
        scale: 1;
    }
}

#nav-main .hamburger .open {
    opacity: 1;
    position: absolute;
    transition: transform 0.3s ease;
}

#nav-main .hamburger .closed {
    opacity: 0;
    position: absolute;
    transition: transform 0.3s ease;
}

#nav-main .hamburger .hamburger-inner, #nav-main .hamburger .hamburger-inner::before, #nav-main .hamburger .hamburger-inner::after, #nav-main .hamburger .hamburger.is-active .hamburger-inner, #nav-main .hamburger .hamburger.is-active .hamburger-inner::before, #nav-main .hamburger .hamburger.is-active .hamburger-inner::after {
    background-color: #1a1a1a !important;
}

#nav-main #main-menu {
    align-items: center;
    background-color: #fefefe;
    flex-direction: column;
    height: 100vh;
    margin: 0;
    max-width: 450px;
    overflow-x: auto;
    padding: 0;
    position: fixed;
    top: 0;
    transition: transform 0.3s ease;
    width: 240px;
    z-index: 1000;
}

@media (min-width:576px) {
    #nav-main #main-menu {
        width: 450px;
    }
}

#nav-main #main-menu[aria-expanded=false] {
    left: 0;
    transform: translateX(-240px);
}

@media (min-width:576px) {
    #nav-main #main-menu[aria-expanded=false] {
        transform: translateX(-450px);
    }
}

#nav-main #main-menu[aria-expanded=true] {
    transform: translateX(0);
}

#nav-main #main-menu .menu-header {
    align-items: end;
    background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2026.0.2,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='_x3C_Layer_x3E_'%20x='0px'%20y='0px'%20viewBox='0%200%20277.44%2051.919998'%20xml:space='preserve'%20sodipodi:docname='acma-logo-menu.svg'%20width='277.44'%20height='51.919998'%20inkscape:version='1.2.2%20(b0a8486541,%202022-12-01)'%20xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape'%20xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:svg='http://www.w3.org/2000/svg'%3e%3cdefs%20id='defs4564'%20/%3e%3csodipodi:namedview%20id='namedview4562'%20pagecolor='%23505050'%20bordercolor='%23ffffff'%20borderopacity='1'%20inkscape:showpageshadow='0'%20inkscape:pageopacity='0'%20inkscape:pagecheckerboard='1'%20inkscape:deskcolor='%23505050'%20showgrid='false'%20showguides='true'%20inkscape:zoom='2.8449624'%20inkscape:cx='232.51626'%20inkscape:cy='27.592632'%20inkscape:window-width='1920'%20inkscape:window-height='1011'%20inkscape:window-x='0'%20inkscape:window-y='0'%20inkscape:window-maximized='1'%20inkscape:current-layer='_x3C_Layer_x3E_'%3e%3csodipodi:guide%20position='279.83973,135.07351'%20orientation='1,0'%20id='guide5969'%20inkscape:locked='false'%20/%3e%3c/sodipodi:namedview%3e%3cstyle%20type='text/css'%20id='style4052'%3e%20.st0{fill:%234D4D4F;}%20.st1{fill:url(%23SVGID_1_);}%20.st2{fill:url(%23SVGID_00000075877551845318485450000015069257669884545954_);}%20.st3{fill:url(%23SVGID_00000160882356271278355130000016102017310114334399_);}%20.st4{fill:url(%23SVGID_00000042015583596246063930000015781796742175829422_);}%20.st5{fill:url(%23SVGID_00000054264508811225470170000003570662229953631368_);}%20.st6{fill:%23231F20;}%20.st7{fill:none;stroke:%23231F20;stroke-width:0.75;stroke-miterlimit:3.864;}%20.st8{fill-rule:evenodd;clip-rule:evenodd;fill:%23231F20;}%20%3c/style%3e%3cg%20id='g4559'%20transform='translate(-1.23,-1.68)'%3e%3cpath%20class='st0'%20d='m%20171.22,36.82%20c%200.13,-3.05%201.57,-5.03%203.64,-6.24%202.06,-1.17%204.75,-1.62%207.4,-1.62%205.52,0%2010.86,1.21%2010.86,7.81%20v%2010.19%20c%200,1.97%200,4.13%200.9,5.96%20h%20-7.67%20c%20-0.27,-0.71%20-0.36,-1.43%20-0.45,-2.19%20-1.98,2.06%20-4.89,2.87%20-7.67,2.87%20-4.44,0%20-7.94,-2.24%20-7.94,-7.04%200,-7.58%208.25,-7%2013.55,-8.08%201.3,-0.27%202.02,-0.71%202.02,-2.15%200,-1.75%20-2.1,-2.42%20-3.68,-2.42%20-2.11,0%20-3.46,0.94%20-3.82,2.92%20h%20-7.14%20z%20m%209.87,11.26%20c%203.63,0%204.84,-2.11%204.67,-7.02%20-1.07,0.69%20-3.05,0.83%20-4.71,1.28%20-1.71,0.42%20-3.14,1.15%20-3.14,3.03%20-0.01,1.93%201.47,2.71%203.18,2.71%20z'%20id='path4054'%20/%3e%3cpath%20class='st0'%20d='m%20209.8,38.16%20c%20-0.04,-1.98%20-1.8,-3.37%20-3.72,-3.37%20-4.26,0%20-4.94,3.63%20-4.94,6.87%200,3%201.3,6.1%204.53,6.1%202.65,0%203.99,-1.52%204.35,-3.99%20h%207.41%20c%20-0.68,6.24%20-5.52,9.83%20-11.71,9.83%20-7,0%20-12.21,-4.8%20-12.21,-11.93%200,-7.41%204.71,-12.7%2012.21,-12.7%205.79,0%2010.94,3.05%2011.48,9.2%20h%20-7.4%20z'%20id='path4056'%20/%3e%3cpath%20class='st0'%20d='m%20218,29.64%20h%207.4%20v%203.18%20h%200.09%20c%201.39,-2.33%203.86,-3.86%206.69,-3.86%202.91,0%205.52,0.94%206.78,3.77%201.84,-2.47%204.13,-3.77%207.27,-3.77%207.4,0%208.21,5.61%208.21,10.05%20v%2013.9%20h%20-7.62%20V%2039.24%20c%200,-2.51%20-1.21,-4%20-3.18,-4%20-3.28,0%20-3.59,2.52%20-3.59,6.28%20v%2011.39%20h%20-7.63%20V%2039.69%20c%200,-2.74%20-0.81,-4.44%20-2.87,-4.44%20-2.74,0%20-3.91,1.58%20-3.91,6.33%20V%2052.93%20H%20218%20Z'%20id='path4058'%20/%3e%3cpath%20class='st0'%20d='m%20255.88,36.82%20c%200.14,-3.05%201.57,-5.03%203.64,-6.24%202.06,-1.17%204.76,-1.62%207.4,-1.62%205.51,0%2010.86,1.21%2010.86,7.81%20v%2010.19%20c%200,1.97%200,4.13%200.89,5.96%20H%20271%20c%20-0.27,-0.71%20-0.36,-1.43%20-0.45,-2.19%20-1.97,2.06%20-4.89,2.87%20-7.67,2.87%20-4.44,0%20-7.94,-2.24%20-7.94,-7.04%200,-7.58%208.26,-7%2013.55,-8.08%201.3,-0.27%202.02,-0.71%202.02,-2.15%200,-1.75%20-2.11,-2.42%20-3.68,-2.42%20-2.11,0%20-3.46,0.94%20-3.82,2.92%20h%20-7.13%20z%20m%209.87,11.27%20c%203.64,0%204.85,-2.06%204.66,-6.86%20-1.07,0.67%20-3.05,0.81%20-4.71,1.25%20-1.7,0.41%20-3.14,1.12%20-3.14,2.96%200.01,1.89%201.49,2.65%203.19,2.65%20z'%20id='path4060'%20/%3e%3clinearGradient%20id='SVGID_1_'%20gradientUnits='userSpaceOnUse'%20x1='-277.49509'%20y1='329.15231'%20x2='-277.49509'%20y2='329.15231'%20gradientTransform='matrix(-44.5117,-4.8072,-4.8072,44.5117,-10631.017,-15963.172)'%3e%3cstop%20offset='0'%20style='stop-color:%23FFC013'%20id='stop4062'%20/%3e%3cstop%20offset='0.1593'%20style='stop-color:%23FFC013'%20id='stop4064'%20/%3e%3cstop%20offset='0.3087'%20style='stop-color:%23C5B33E'%20id='stop4066'%20/%3e%3cstop%20offset='0.494'%20style='stop-color:%2384A56F'%20id='stop4068'%20/%3e%3cstop%20offset='0.6627'%20style='stop-color:%23509995'%20id='stop4070'%20/%3e%3cstop%20offset='0.8085'%20style='stop-color:%232B91B1'%20id='stop4072'%20/%3e%3cstop%20offset='0.9258'%20style='stop-color:%23148CC2'%20id='stop4074'%20/%3e%3cstop%20offset='1'%20style='stop-color:%230C8AC8'%20id='stop4076'%20/%3e%3c/linearGradient%3e%3cpath%20class='st1'%20d='m%20138.46,21.93%20v%200'%20id='path4079'%20style='fill:url(%23SVGID_1_)'%20/%3e%3clinearGradient%20id='SVGID_00000160151735423277814110000007522070033717250993_'%20gradientUnits='userSpaceOnUse'%20x1='147.14861'%20y1='18.136101'%20x2='124.0178'%20y2='18.136101'%3e%3cstop%20offset='0'%20style='stop-color:%23FFC116'%20id='stop4081'%20/%3e%3cstop%20offset='0.1577'%20style='stop-color:%23D0B738'%20id='stop4083'%20/%3e%3cstop%20offset='0.4681'%20style='stop-color:%2378A578'%20id='stop4085'%20/%3e%3cstop%20offset='0.7216'%20style='stop-color:%233797A7'%20id='stop4087'%20/%3e%3cstop%20offset='0.9051'%20style='stop-color:%230F8FC4'%20id='stop4089'%20/%3e%3cstop%20offset='1'%20style='stop-color:%23008CCF'%20id='stop4091'%20/%3e%3c/linearGradient%3e%3cpath%20style='fill:url(%23SVGID_00000160151735423277814110000007522070033717250993_)'%20d='m%20143.28,14.27%20c%200.57,0.34%201.99,1.25%203.87,2.34%20l%205.73,0.37%20-0.28,-3.11%20v%200%20c%20-1.59,-0.83%20-3.03,-1.57%20-4.1,-2.07%20-0.09,-0.04%20-0.19,-0.09%20-0.29,-0.13%20l%20-0.15,-0.09%20c%20-1.09,-0.43%20-2.02,-0.7%20-2.75,-0.89%200,0%20-0.02,-0.01%20-0.05,-0.01%20-1.48,-0.34%20-3.07,-0.51%20-4.75,-0.51%20-6.47,0%20-13.52,2.65%20-16.1,6.5%20-2,2.98%20-0.95,5.96%202.67,7.8%200,0%200.01,0.01%200.03,0.02%201.88,0.94%204.37,1.53%207.3,1.61%200.66,-1.14%201.96,-2.98%203.98,-4.13%20l%200.08,-0.05%20c%200.45,-0.39%201.93,-1.63%203.56,-2.58%20l%20-0.01,0.01%20c%20-0.15,0.09%20-0.29,0.17%20-0.44,0.26%20l%20-0.18,0.08%20c%20-1.38,0.56%20-2.93,0.87%20-4.45,0.87%20-3.85,0%20-6.09,-1.82%20-5.09,-3.88%200.92,-1.87%204.55,-3.27%207.5,-3.27%200.57,0%200.34,-0.01%201.06,0.03%200.73,0.04%201.78,0.31%202.38,0.59%200.18,0.07%200.48,0.24%200.48,0.24%20z'%20id='path4094'%20/%3e%3clinearGradient%20id='SVGID_00000026162582557052975340000008004021552119012489_'%20gradientUnits='userSpaceOnUse'%20x1='152.6048'%20y1='20.0208'%20x2='152.6048'%20y2='33.521198'%3e%3cstop%20offset='0'%20style='stop-color:%23FFC116'%20id='stop4096'%20/%3e%3cstop%20offset='0.5343'%20style='stop-color:%23EC6C20'%20id='stop4098'%20/%3e%3cstop%20offset='1'%20style='stop-color:%23DA1F2A'%20id='stop4100'%20/%3e%3c/linearGradient%3e%3cpath%20style='fill:url(%23SVGID_00000026162582557052975340000008004021552119012489_)'%20d='m%20145.04,25.23%20c%200.24,-0.58%200.94,-1.43%201.81,-2.01%200.22,-0.15%200.45,-0.29%200.68,-0.42%200,0%203.57,-2.16%205,-3.02%20l%200.2,-3.34%20-5.57,0.17%200.02,0.01%20c%20-1.92,0.98%20-3.77,1.95%20-5.14,2.72%20-1.63,0.95%20-3.11,2.19%20-3.56,2.58%20l%20-0.07,0.06%20c%20-1.27,1.22%20-2.22,2.59%20-2.77,4.07%20v%200%20c%20-0.04,0.11%20-0.08,0.22%20-0.12,0.33%20-0.3,0.92%20-0.45,1.84%20-0.45,2.76%200.02,6.4%207.11,12.26%2017.55,12.26%207.91,0%2014.08,-3.49%2016.47,-8.08%200.01,-0.03%200.02,-0.03%200.02,-0.03%201.05,-2.04%201.31,-4.25%200.72,-6.42%20-1.75,-0.18%20-4.75,-0.64%20-6.93,-1.78%20l%20-0.21,-0.11%20c%20-0.57,-0.16%20-2.33,-0.69%20-4.47,-1.81%20l%200.08,0.04%200.17,0.12%200.07,0.05%20c%201.07,0.85%201.76,1.89%201.93,3%200.48,3.14%20-3.02,5.99%20-7.86,5.99%20-4.84,0%20-8.35,-2.85%20-7.88,-5.99%200,0.01%200.05,-0.55%200.31,-1.15%20z'%20id='path4103'%20/%3e%3clinearGradient%20id='SVGID_00000163042211649719782520000011203064506557679010_'%20gradientUnits='userSpaceOnUse'%20x1='158.20081'%20y1='18.072701'%20x2='172.8853'%20y2='18.072701'%3e%3cstop%20offset='0'%20style='stop-color:%23FFC116'%20id='stop4105'%20/%3e%3cstop%20offset='0.127'%20style='stop-color:%23EBC51E'%20id='stop4107'%20/%3e%3cstop%20offset='0.3235'%20style='stop-color:%23D2CB29'%20id='stop4109'%20/%3e%3cstop%20offset='0.529'%20style='stop-color:%23C0CF30'%20id='stop4111'%20/%3e%3cstop%20offset='0.7473'%20style='stop-color:%23B5D135'%20id='stop4113'%20/%3e%3cstop%20offset='1'%20style='stop-color:%23B2D236'%20id='stop4115'%20/%3e%3c/linearGradient%3e%3cpath%20style='fill:url(%23SVGID_00000163042211649719782520000011203064506557679010_)'%20d='m%20163.83,12.42%20-0.05,0.04%20c%20-0.27,0.38%20-0.77,0.94%20-1.66,1.63%20l%200.21,-0.1%20c%200.81,-0.33%201.91,-0.63%203.35,-0.63%203.25,0%206.58,1.4%207.49,3.26%201,2.05%20-1.24,3.86%20-5.08,3.86%20-0.69,0%20-1.52,-0.01%20-2.38,-0.21%20-0.86,-0.19%20-2.07,-0.64%20-2.91,-1.05%20-0.84,-0.41%20-2.58,-1.32%20-4.23,-2.17%20-0.25,-0.13%20-0.51,-0.27%20-0.76,-0.4%20l%20-5.5,-0.3%200.21,3.42%200.01,-0.01%20c%200.18,0.1%200.44,0.26%200.76,0.45%201.61,0.99%203.05,1.87%204.11,2.5%200.26,0.15%200.53,0.3%200.81,0.45%202.14,1.12%203.9,1.65%204.47,1.81%20v%200%20c%202.33,0.68%204.76,1.02%207.17,1.03%209.37,0.02%2013.89,-4.65%2010.78,-9.37%20-1.72,-2.61%20-5.44,-4.65%20-9.52,-5.69%20l%200.11,0.02%20c%20-1.94,-0.5%20-4.04,-0.8%20-6.14,-0.84%200.01,0.55%20-0.14,1.55%20-1.18,2.25%20z'%20id='path4118'%20/%3e%3clinearGradient%20id='SVGID_00000034771990912484550380000008085854301585370014_'%20gradientUnits='userSpaceOnUse'%20x1='152.60229'%20y1='13.8099'%20x2='152.60229'%20y2='7.6848998'%3e%3cstop%20offset='0'%20style='stop-color:%23FFC116'%20id='stop4120'%20/%3e%3cstop%20offset='1'%20style='stop-color:%23F68E1E'%20id='stop4122'%20/%3e%3c/linearGradient%3e%3cpath%20style='fill:url(%23SVGID_00000034771990912484550380000008085854301585370014_)'%20d='m%20157.78,16.64%20c%201.62,-0.93%202.97,-1.71%203.82,-2.22%200.17,-0.11%200.34,-0.21%200.5,-0.33%20l%200.02,-0.01%20c%200.95,-0.73%201.45,-1.32%201.71,-1.7%200.46,-0.74%200.59,-1.49%200.39,-2.23%20L%20164.18,10%20164.14,9.89%20c%20-1.02,-2.72%20-6.15,-4.62%20-11.67,-4.61%20-3.59,0%20-6.93,0.78%20-9.12,2.04%20-0.04,0.02%20-0.13,0.07%20-0.17,0.1%20-1.11,0.67%20-1.92,1.47%20-2.29,2.37%201.14,0.08%203.12,0.31%204.36,0.9%200.73,0.18%201.72,0.47%202.8,0.9%20-0.57,-0.41%20-1.04,-0.95%20-0.94,-1.59%200.2,-1.33%202.61,-2.35%205.39,-2.35%202.77,0%205.18,1.01%205.38,2.35%200.03,0.2%20-0.01,0.38%20-0.06,0.56%20-0.12,0.39%20-0.35,0.79%20-0.92,1.09%20-0.13,0.07%20-0.22,0.12%20-0.33,0.17%20-0.61,0.29%20-2.1,1.07%20-3.97,2.05%20l%20-0.32,2.89%205.54,-0.1%20z'%20id='path4125'%20/%3e%3cline%20class='st6'%20x1='39.130001'%20y1='34.099998'%20x2='38.98'%20y2='34.25'%20id='line4127'%20/%3e%3cpath%20class='st6'%20d='m%2040.42,24%20c%200.15,0%200.27,-0.12%200.27,-0.27%200,-0.15%20-0.12,-0.27%20-0.27,-0.27%20-0.15,0%20-0.27,0.12%20-0.27,0.27%200,0.15%200.12,0.27%200.27,0.27%20z'%20id='path4129'%20/%3e%3cpath%20class='st6'%20d='m%2052.94,12.58%20v%200%20L%2043.2,12.57%20v%200.01%200%20l%200.01,7.86%20c%200,0.76%200.32,1.42%200.76,1.63%20l%203.75,2.24%20c%200.08,0.09%200.2,0.15%200.34,0.15%200.12,0%200.22,-0.04%200.3,-0.12%20l%203.8,-2.27%20c%200.45,-0.21%200.76,-0.87%200.76,-1.63%20z%20m%20-6.5,2.28%20H%2045.6%20v%20-2.01%20h%200.84%20z%20m%20-0.61,0.7%200.12,-0.12%20-0.08,-0.14%200.16,0.01%200.09,-0.16%200.09,0.16%200.16,-0.01%20-0.07,0.14%200.12,0.12%20-0.15,0.03%20v%200.17%20l%20-0.14,-0.11%20-0.14,0.11%20v%20-0.17%20z%20m%20-2.35,2.51%20v%20-1.91%20h%201.02%20v%201.91%20z%20m%200.17,-2.77%200.16,0.01%200.09,-0.16%200.09,0.16%200.16,-0.01%20-0.07,0.14%200.12,0.12%20-0.15,0.03%20v%200.17%20l%20-0.14,-0.11%20-0.14,0.11%20v%20-0.17%20l%20-0.15,-0.03%200.12,-0.12%20z%20m%201.15,1.94%200.16,0.02%200.1,-0.17%200.09,0.17%200.16,-0.02%20-0.07,0.14%200.12,0.12%20-0.15,0.03%20v%200.17%20l%20-0.14,-0.11%20-0.15,0.11%20v%20-0.17%20l%20-0.15,-0.03%200.12,-0.12%20z%20m%200.68,-1.54%20-0.1,-0.06%20c%20-0.09,0%20-0.13,0.15%20-0.2,0.15%20l%20-0.1,-0.06%200.16,-0.13%20c%20-0.63,0%20-0.65,0.29%20-0.74,0.29%20-0.16,0%200.14,-0.3%200.23,-0.39%20-0.13,-0.02%20-0.2,-0.18%20-0.34,-0.26%200.07,-0.09%200.1,-0.05%200.18,0.01%200,-0.07%200.05,-0.14%200.2,-0.14%200.28,0%200.2,0.27%200.25,0.27%200.05,0%200,-0.27%200.19,-0.27%200.28,0%200.63,0.72%200.31,0.72%20-0.15,0%20-0.04,-0.11%20-0.04,-0.13%20z%20m%20-0.72,-2.1%200.12,-0.12%20-0.07,-0.14%200.16,0.02%200.1,-0.17%200.09,0.16%200.16,-0.01%20-0.07,0.14%200.12,0.12%20-0.15,0.03%20V%2013.8%20L%2045.08,13.69%2044.93,13.8%20V%2013.63%20Z%20M%2044.5,12.85%20v%202.01%20h%20-1.02%20v%20-2.01%20z%20m%201.94,10.38%20-2.33,-1.39%20c%20-0.39,-0.27%20-0.58,-0.73%20-0.63,-1.3%20v%20-2.21%20h%202.96%20z%20M%2045.6,18.07%20v%20-1.91%20h%200.84%20v%201.91%20z%20m%203.84,5.33%20-1.07,0.64%20h%20-0.02%20c%20-0.08,0.06%20-0.17,0.1%20-0.28,0.1%20-0.11,0%20-0.21,-0.04%20-0.29,-0.1%20L%2046.71,23.4%20v%20-5.06%20h%202.73%20z%20m%200,-5.33%20h%20-2.73%20v%20-5.22%20h%202.73%20z%20m%203.23,2.47%20c%20-0.05,0.57%20-0.24,1.03%20-0.63,1.3%20l%20-2.33,1.39%20v%20-4.9%20h%202.96%20z%20m%200,-2.47%20h%20-2.96%20v%20-5.22%20h%202.96%20z'%20id='path4131'%20/%3e%3cpath%20class='st6'%20d='m%2046.28,20.13%20c%20-0.01,-0.03%20-0.37,0.12%20-0.27,0.11%200.01,-0.11%200.21,-0.32%200.3,-0.4%20-0.02,-0.13%20-0.18,-0.01%20-0.34,0.08%200.55,-0.79%200.2,-0.47%20-0.11,-0.41%200.49,-0.53%200.36,-0.52%200,-0.36%200.29,-0.23%200.35,-0.5%200.3,-0.58%20-0.27,0.36%20-0.51,0.31%20-0.51,0.64%200,0.22%20-0.08,0.58%20-0.2,0.7%20-0.14,0.16%20-0.03,-0.59%20-0.41,-0.59%20-0.12,0%20-0.41,-0.01%20-0.49,0.14%20l%200.19,0.28%20c%200,0.08%200.07,0.29%20-0.06,0.29%20-0.13,0%20-0.28,-0.27%20-0.28,-0.4%200,-0.13%200,-0.1%200,-0.29%200,-0.31%20-0.51,-0.75%20-0.72,-0.75%200,0.22%200.28,0.27%200.28,0.55%20-0.12,0%20-0.29,-0.22%20-0.29,-0.08%200,0.14%200.18,0.16%200.18,0.29%200,0.12%20-0.21,-0.05%20-0.21,0.09%200,0.11%200.11,0.09%200.14,0.21%20l%20-0.17,0.03%200.09,0.12%20c%20-0.03,0.03%20-0.05,0.09%20-0.05,0.28%200,0.62%200.39,0.91%200.68,0.91%200.2,0%200.17,-0.14%200.19,-0.21%200.01,0.11%200.11,-0.05%200.11,0.13%200,0.19%20-0.2,0.11%20-0.2,0.27%200,0.22%200.31,-0.01%200.31,0.24%200,0.3%20-0.04,0.29%20-0.04,0.4%20L%2045,21.66%20c%200.08,0.03%200.07,0.26%200.22,0.25%200.09,0%200.11,-0.24%200.19,-0.26%20-0.04,0.01%200.3,0.22%200.3,0.12%200,-0.29%20-0.12,-0.17%20-0.12,-0.37%200,-0.18%200.4,-0.15%200.34,-0.24%20-0.05,-0.08%20-0.09,-0.03%20-0.13,-0.17%200.01,0.02%20-0.31,-0.46%200.07,-0.21%200.39,0.27%200.43,-0.6%200.41,-0.65%20z'%20id='path4133'%20/%3e%3cpath%20class='st6'%20d='m%2056.67,22.19%20c%200.18,0%200.32,-0.13%200.32,-0.28%200,-0.15%20-0.14,-0.28%20-0.32,-0.28%20-0.17,0%20-0.32,0.13%20-0.32,0.28%200,0.15%200.14,0.28%200.32,0.28%20z'%20id='path4135'%20/%3e%3cpath%20class='st6'%20d='m%2055.37,22.96%20c%200.18,0%200.32,-0.13%200.32,-0.28%200,-0.15%20-0.14,-0.28%20-0.32,-0.28%20-0.17,0%20-0.32,0.13%20-0.32,0.28%200,0.16%200.15,0.28%200.32,0.28%20z'%20id='path4137'%20/%3e%3cpath%20class='st6'%20d='m%2039.98,24.73%20c%200.18,0%200.32,-0.13%200.32,-0.28%200,-0.15%20-0.15,-0.28%20-0.32,-0.28%20-0.17,0%20-0.32,0.12%20-0.32,0.28%200,0.16%200.15,0.28%200.32,0.28%20z'%20id='path4139'%20/%3e%3cpath%20class='st6'%20d='m%2040.98,24.82%20c%200.18,0%200.32,-0.13%200.32,-0.28%200,-0.16%20-0.15,-0.28%20-0.32,-0.28%20-0.18,0%20-0.32,0.13%20-0.32,0.28%200,0.15%200.15,0.28%200.32,0.28%20z'%20id='path4141'%20/%3e%3cpath%20class='st6'%20d='m%2068.69,11.39%20c%200.48,0.56%200.58,1.47%200.24,2.12%20-0.19,-0.02%20-0.15,-0.25%20-0.19,-0.39%20-0.34,-0.63%20-0.61,-1.44%20-0.31,-2.15%200.23,0.03%200.14,0.3%200.26,0.42%20z'%20id='path4143'%20/%3e%3cpath%20class='st6'%20d='m%2028.03,12.16%20c%20-0.1,0.41%20-0.1,0.97%200,1.35%20l%20-0.15,-0.07%20c%20-0.66,-0.48%20-0.36,-1.42%20-0.53,-2.08%20l%200.17,-0.04%20c%200.31,0.21%200.44,0.5%200.51,0.84%20z'%20id='path4145'%20/%3e%3cpath%20class='st6'%20d='m%2070.15,12.21%20c%200.1,0.19%20-0.08,0.38%20-0.22,0.46%20-0.16,0.03%20-0.33,-0.05%20-0.42,-0.19%20-0.06,-0.19%200.05,-0.36%200.2,-0.44%200.17,-0.01%200.34,0.02%200.44,0.17%20z'%20id='path4147'%20/%3e%3cpath%20class='st6'%20d='m%2027,12.97%20c%20-0.03,0.15%20-0.08,0.31%20-0.22,0.38%20-0.1,0%20-0.25,0%20-0.32,-0.09%20-0.1,-0.09%20-0.12,-0.24%20-0.07,-0.36%200.07,-0.12%200.2,-0.14%200.32,-0.15%200.12,0.04%200.24,0.08%200.29,0.22%20z'%20id='path4149'%20/%3e%3cpath%20class='st6'%20d='m%2070.81,13.26%20c%200.04,0.1%200.04,0.17%200,0.27%20-0.12,0.16%20-0.29,0.23%20-0.46,0.16%20-0.12,-0.07%20-0.15,-0.19%20-0.18,-0.29%200.03,-0.14%200.17,-0.26%200.29,-0.31%200.15,-0.01%200.25,0.08%200.35,0.17%20z'%20id='path4151'%20/%3e%3cpath%20class='st6'%20d='m%2069.85,13.27%20c%200.13,0.07%200.03,0.24%200.02,0.34%20-0.09,0.09%20-0.21,0.22%20-0.36,0.17%20-0.09,-0.08%20-0.19,-0.08%20-0.22,-0.21%200,-0.17%200.07,-0.34%200.24,-0.39%200.13,-0.03%200.21,0.04%200.32,0.09%20z'%20id='path4153'%20/%3e%3cpath%20class='st6'%20d='m%2068.61,13.53%20c%200,0.19%200.02,0.43%20-0.2,0.46%20-0.2,0.07%20-0.34,-0.1%20-0.39,-0.24%20-0.02,-0.17%200.08,-0.34%200.25,-0.41%200.13,0%200.25,0.09%200.34,0.19%20z'%20id='path4155'%20/%3e%3cpath%20class='st6'%20d='m%2028.85,13.61%20c%200.05,0.17%20-0.12,0.28%20-0.22,0.36%20-0.12,0.03%20-0.27,-0.07%20-0.34,-0.19%20-0.12,-0.12%200.03,-0.22%200.07,-0.32%200.17,-0.15%200.42,-0.03%200.49,0.15%20z'%20id='path4157'%20/%3e%3cpath%20class='st6'%20d='m%2027.83,13.67%20c%200,0.13%20-0.07,0.27%20-0.19,0.32%20-0.13,0.05%20-0.27,-0.05%20-0.34,-0.15%20-0.08,-0.17%200.02,-0.33%200.15,-0.4%200.19,-0.06%200.31,0.11%200.38,0.23%20z'%20id='path4159'%20/%3e%3cpath%20class='st6'%20d='m%2064.5,13.74%20c%200.17,0.36%200.3,0.79%200.34,1.23%20-0.07,0.33%200.05,0.75%20-0.19,0.98%20-0.24,-0.09%20-0.25,-0.38%20-0.41,-0.53%20-0.31,-0.6%20-0.03,-1.3%200.07,-1.89%200.13,-0.05%200.13,0.12%200.19,0.21%20z'%20id='path4161'%20/%3e%3cpath%20class='st6'%20d='m%2027.03,13.94%20c%200.05,0.21%20-0.1,0.31%20-0.22,0.43%20-0.2,0.05%20-0.34,-0.1%20-0.42,-0.24%20-0.02,-0.17%200.09,-0.34%200.22,-0.41%200.17,-0.02%200.34,0.07%200.42,0.22%20z'%20id='path4163'%20/%3e%3cpath%20class='st6'%20d='m%2067.18,14.43%20c%200.22,0.5%200.24,1.1%200.08,1.65%20l%20-0.1,0.08%20c%20-0.24,-0.46%20-0.58,-0.89%20-0.7,-1.39%200,-0.36%200.07,-0.68%200.21,-0.98%200.12,-0.08%200.18,0.02%200.24,0.12%200.01,0.2%200.1,0.43%200.27,0.52%20z'%20id='path4165'%20/%3e%3cpath%20class='st6'%20d='m%2069.32,14.13%20c%20-0.02,0.17%20-0.08,0.36%20-0.25,0.41%20-0.17,0.03%20-0.34,-0.02%20-0.39,-0.2%20-0.05,-0.17%200.05,-0.33%200.19,-0.41%200.18,-0.11%200.37,0.06%200.45,0.2%20z'%20id='path4167'%20/%3e%3cpath%20class='st6'%20d='m%2027.85,14.66%20c%200,0.13%20-0.12,0.29%20-0.25,0.32%20-0.14,0.1%20-0.24,-0.07%20-0.36,-0.12%20-0.05,-0.14%20-0.08,-0.26%200,-0.39%200.05,-0.1%200.17,-0.1%200.27,-0.13%200.15,0.08%200.3,0.15%200.34,0.32%20z'%20id='path4169'%20/%3e%3cpath%20class='st6'%20d='m%2028.59,14.57%20c%200.07,0.18%20-0.12,0.26%20-0.19,0.35%20-0.2,0.07%20-0.31,-0.09%20-0.39,-0.21%20-0.03,-0.17%200.07,-0.28%200.19,-0.37%200.21,-0.06%200.31,0.08%200.39,0.23%20z'%20id='path4171'%20/%3e%3cpath%20class='st6'%20d='m%2069.79,14.52%20c%20-0.01,0.23%20-0.35,0.44%20-0.39,0.67%20-0.19,0.46%20-0.59,0.81%20-1.05,0.96%20-0.1,0.08%20-0.24,0.2%20-0.39,0.22%20-0.03,-0.34%200.27,-0.65%200.46,-0.96%200.36,-0.46%200.85,-0.75%201.37,-0.89%20z'%20id='path4173'%20/%3e%3cpath%20class='st6'%20d='m%2027.51,15.24%20c%200.26,0.29%200.39,0.55%200.7,0.8%20l%20-0.12,0.17%20c%20-0.83,-0.05%20-1.4,-0.91%20-1.8,-1.51%200.05,-0.19%200.27,-0.03%200.39,-0.05%200.29,0.23%200.61,0.3%200.83,0.59%20z'%20id='path4175'%20/%3e%3cpath%20class='st6'%20d='m%2070.03,15.48%20c%20-0.03,0.74%20-0.39,1.49%20-1.05,1.85%20-0.19,0.07%20-0.39,0.26%20-0.58,0.14%200.36,-0.74%200.9,-1.33%201.49,-1.99%20z'%20id='path4177'%20/%3e%3cpath%20class='st6'%20d='m%2066.77,15.98%20c%200.05,0.25%20-0.08,0.41%20-0.29,0.5%20-0.19,0.01%20-0.31,-0.14%20-0.39,-0.27%20-0.02,-0.17%200.08,-0.33%200.24,-0.38%20l%200.2,-0.05%20c%200.11,0.02%200.16,0.11%200.24,0.2%20z'%20id='path4179'%20/%3e%3cpath%20class='st6'%20d='m%2026.57,16.13%20c%200.32,0.22%200.61,0.53%200.92,0.8%20-0.22,0.15%20-0.49,0.01%20-0.75,0.01%20-0.58,-0.2%20-0.97,-0.7%20-1.57,-0.87%200.02,-0.19%200.24,-0.12%200.36,-0.17%200.38,-0.03%200.69,0.14%201.04,0.23%20z'%20id='path4181'%20/%3e%3cpath%20class='st6'%20d='m%2044.76,11.07%20c%20-0.95,-0.38%20-1.58,0.62%20-2.55,0.5%20-0.12,0.07%20-0.09,0.19%20-0.15,0.27%20L%2041.87,11.82%20C%2041.82,11.41%2041.68,11.03%2041.63,10.64%2041.53,10.47%2041.58,10.23%2041.49,10.06%2040.95,8.57%2042.81,9.7%2043.19,8.83%2043.51,8.08%2042.56,7.99%2042.27,7.46%20V%207.24%20C%2042,6.97%2041.71,6.88%2041.54,6.52%2041.66,6.09%2041.71,5.63%2041.59,5.2%2041.57,5.09%2041.51,4.96%2041.36,5.01%2041.03,5.45%2040.8,5.81%2040.49,6.24%2040.17,6%2039.86,5.69%2039.49,5.49%2039.24,5.45%2039,5.2%2038.72,5.3%20c%20-0.05,0.1%200,0.19%200.05,0.25%200.02,0.67%200.36,1.2%200.83,1.68%20l%200.05,0.26%20c%20-0.31,0.7%20-0.22,1.51%20-0.31,2.26%20-0.76,1.95%20-2,3.83%20-3.68,5.18%20-0.97,1.09%20-2.13,2.15%20-2.28,3.66%20-0.05,0.24%200.03,0.53%20-0.15,0.7%20-0.56,-0.2%20-1.12,-0.47%20-1.58,-0.84%20-0.78,-0.55%20-1.91,-0.48%20-2.41,-1.47%20-0.2,-0.39%200.05,-0.79%200.24,-1.08%200.58,-0.54%200.49,-1.52%200.19,-2.19%20l%20-0.13,0.08%20c%20-0.05,1.01%20-0.85,1.71%20-0.55,2.83%200.07,0.32%200.24,0.53%200.32,0.84%20-0.12,-0.03%20-0.29,-0.03%20-0.39,-0.08%20-0.37,-0.05%20-0.75,-0.21%20-1.14,-0.16%20-0.78,0.36%20-1.85,-0.08%20-2.48,0.63%20-0.1,0.02%20-0.24,0.03%20-0.21,0.19%200.38,0%200.73,0.1%201.11,0.09%200.59,0.1%200.98,-0.4%201.39,-0.62%20h%200.1%20c%200.17,-0.17%200.46,-0.07%200.68,-0.1%201.07,0.12%201.9,0.63%202.78,1.16%20v%200.07%20c%20-0.34,0.15%20-0.73,0.25%20-1.07,0.44%20-0.39,0.29%20-0.83,0.67%20-0.95,1.15%20-0.27,0.43%200.09,0.8%200.26,1.16%200.02,0.17%200.03,0.38%200.18,0.44%200.54,-0.58%200.03,-1.3%200.12,-1.96%200.13,-0.51%200.61,-0.75%201.1,-0.89%200.97,-0.41%201.66,0.38%202.44,0.82%20-0.02,0.79%200.08,1.54%20-0.09,2.31%20-0.24,0.08%20-0.54,0.14%20-0.8,0.12%20-1.34,0.1%20-2.39,0.84%20-3.6,1.25%20-0.54,0.19%20-1.19,0.17%20-1.73,0.38%200.43,0.12%200.87,-0.03%201.31,-0.05%201.66,-0.24%202.94,-1.52%204.74,-1.3%20l%200.04,0.05%20c%20-0.2,0.43%20-0.48,0.79%20-0.8,1.11%20-0.05,-0.19%20-0.07,-0.34%20-0.24,-0.44%20-0.14,-0.07%20-0.29,0%20-0.39,0.14%20v%200.26%20c%200.08,0.15%200.22,0.19%200.38,0.24%20-0.03,0.15%20-0.22,0.22%20-0.32,0.36%20-0.48,0.8%20-1.45,0.48%20-2,1.04%20-0.09,0.12%20-0.39,0.19%20-0.26,0.38%200.64,0.07%201.27,-0.11%201.75,-0.45%200.63,-0.7%201.29,-1.37%201.92,-2.04%200.1,0.55%20-0.05,1.11%20-0.37,1.56%20-0.15,-0.09%20-0.27,-0.21%20-0.46,-0.26%20-0.17,0.03%20-0.29,0.21%20-0.31,0.34%200.07,0.12%200.14,0.26%200.25,0.35%20-0.58,0.41%20-1.31,0.44%20-1.97,0.63%20-1.24,0.15%20-2.44,0.25%20-3.7,0.27%20-0.59,-0.04%20-1.28,0.17%20-1.83,0%20-0.64,0.12%20-1.34,-0.09%20-1.87,0.27%20l%200.01,0.26%20c%200.78,0.51%201.85,0.1%202.74,0.26%20h%206.69%20c%200.5,-0.02%200.99,-0.04%201.38,-0.26%200.87,-0.5%201.34,-1.39%201.78,-2.26%200.17,-0.31%200.29,-0.66%200.36,-1.02%200.17,-0.58%200.69,-0.99%201.27,-1.04%200.08,0.89%20-0.08,1.78%20-0.29,2.6%20-0.1,0.55%20-0.46,1.08%20-0.24,1.66%200.05,0.27%200.34,0.27%200.56,0.31%202.05,-0.03%204.11,-0.12%206.28,0.03%200.39,0.07%200.73,0.19%201.15,0.17%200.03,-0.05%200.15,-0.07%200.1,-0.17%20-0.05,-0.19%20-0.19,-0.43%20-0.41,-0.48%20-0.03,-0.11%20-0.18,-0.07%20-0.24,-0.14%20-1.09,-0.62%20-2.4,-0.29%20-3.67,-0.27%20-0.66,0.07%20-1.33,0.19%20-1.89,-0.19%20-0.25,-0.31%20-0.07,-1.29%20-0.07,-1.29%200,-0.38%200.93,-3.08%201.05,-3.3%200.03,-0.26%200.13,-0.5%200.1,-0.79%200.14,-0.34%200.1,-0.79%200.1,-1.16%200.07,-0.55%200.34,-1.06%200.53,-1.59%200.1,-0.26%200.19,-0.53%200.29,-0.79%200.1,-0.33%200.13,-0.63%200.34,-0.89%200.55,0.35%201.1,0.34%201.36,0.97%20l%200.23,1.42%20c%200,0.09%200.07,0.26%200.19,0.16%200.44,-0.29%200.31,-0.94%200.31,-1.39%200.1,-0.53%20-0.27,-0.79%20-0.42,-1.25%20-0.12,-0.09%20-0.31,-0.5%20-0.31,-0.5%20-0.07,-0.37%20-0.89,-0.63%20-0.71,-1.1%200.1,-0.39%200.2,-0.75%200.58,-0.98%20l%200.08,0.12%200.2,-0.14%200.02,-1.43%20c%200.55,0%201.37,0.07%201.93,0.07%200.15,0.05%200.27,0.17%200.44,0.19%20l%200.13,-0.19%201.38,-0.27%20c%20-0.54,0.09%20-0.89,-0.58%20-1.45,-0.58%20z'%20id='path4183'%20/%3e%3cpath%20class='st6'%20d='m%2046.26,11.67%200.12,-0.02%20z'%20id='path4185'%20/%3e%3cpath%20class='st6'%20d='m%2031.46,16.44%20c%200.02,0.21%20-0.1,0.32%20-0.25,0.39%20-0.14,-0.05%20-0.24,-0.07%20-0.32,-0.2%20-0.07,-0.19%200.1,-0.33%200.24,-0.4%200.13,0.04%200.3,0.06%200.33,0.21%20z'%20id='path4187'%20/%3e%3cpath%20class='st6'%20d='m%2030.36,16.44%20c%200.1,0.1%200.12,0.27%200.07,0.39%20-0.12,0.1%20-0.31,0.19%20-0.41,0.05%20-0.1,-0.1%20-0.2,-0.22%20-0.12,-0.36%200.12,-0.12%200.32,-0.22%200.46,-0.08%20z'%20id='path4189'%20/%3e%3cline%20class='st6'%20x1='54'%20y1='16.629999'%20x2='54.02'%20y2='16.65'%20id='line4191'%20/%3e%3cpath%20class='st6'%20d='m%2066.94,16.92%20c%200.07,0.19%20-0.08,0.33%20-0.22,0.4%20-0.17,-0.05%20-0.39,-0.09%20-0.39,-0.31%200.02,-0.14%200.14,-0.22%200.25,-0.25%200.16,-0.07%200.29,0.05%200.36,0.16%20z'%20id='path4193'%20/%3e%3cpath%20class='st6'%20d='m%2067.84,16.88%20c%200.05,0.08%200.17,0.22%200.04,0.31%20l%20-0.17,0.14%20c%20-0.19,0.04%20-0.36,-0.04%20-0.41,-0.21%20-0.03,-0.19%200.12,-0.28%200.25,-0.36%200.12,-0.03%200.21,0.05%200.29,0.12%20z'%20id='path4195'%20/%3e%3cpath%20class='st6'%20d='m%2026.1,17.09%20c%20-0.06,0.2%20-0.24,0.29%20-0.46,0.22%20L%2025.5,17.09%20c%200.02,-0.12%200.05,-0.24%200.19,-0.29%200.21,0.01%200.36,0.1%200.41,0.29%20z'%20id='path4197'%20/%3e%3cpath%20class='st6'%20d='m%2031.82,17.38%20c%20-0.02,0.13%20-0.17,0.26%20-0.29,0.32%20-0.17,0.02%20-0.29,-0.12%20-0.37,-0.24%200,-0.14%200.07,-0.31%200.2,-0.34%200.19,-0.07%200.39,0.07%200.46,0.26%20z'%20id='path4199'%20/%3e%3cpath%20class='st6'%20d='m%2030.82,17.26%200.05,0.28%20c%20-0.1,0.08%20-0.25,0.24%20-0.42,0.14%20-0.1,-0.09%20-0.22,-0.16%20-0.19,-0.33%200.07,-0.07%200.15,-0.17%200.25,-0.21%200.14,-0.04%200.21,0.05%200.31,0.12%20z'%20id='path4201'%20/%3e%3cpath%20class='st6'%20d='m%2070.44,17.46%20c%200,0.14%20-0.13,0.27%20-0.22,0.32%20-0.14,0.05%20-0.29,0.02%20-0.37,-0.08%20-0.1,-0.03%20-0.07,-0.17%20-0.07,-0.26%200.09,-0.12%200.2,-0.19%200.32,-0.22%200.15,0.04%200.25,0.14%200.34,0.24%20z'%20id='path4203'%20/%3e%3cpath%20class='st6'%20d='m%2071.53,17.62%20c%20-0.05,0.15%20-0.17,0.29%20-0.32,0.31%20-0.1,-0.01%20-0.29,-0.05%20-0.25,-0.21%200,-0.12%200.07,-0.24%200.16,-0.27%200.15,-0.09%200.36,0%200.41,0.17%20z'%20id='path4205'%20/%3e%3cpath%20class='st6'%20d='m%2028.03,17.86%20c%200.04,0.21%20-0.04,0.34%20-0.2,0.41%20-0.12,0.07%20-0.24,-0.01%20-0.32,-0.08%20-0.08,-0.09%20-0.15,-0.22%20-0.08,-0.34%200.03,-0.16%200.19,-0.12%200.29,-0.19%200.14,0.01%200.23,0.08%200.31,0.2%20z'%20id='path4207'%20/%3e%3cpath%20class='st6'%20d='m%2028.86,18.01%20c%200.05,0.14%20-0.1,0.19%20-0.13,0.29%20-0.09,0.05%20-0.21,0.1%20-0.3,0.03%20-0.12,-0.1%20-0.26,-0.25%20-0.14,-0.41%200.14,-0.25%200.49,-0.11%200.57,0.09%20z'%20id='path4209'%20/%3e%3cpath%20class='st6'%20d='m%2069.44,17.93%20c%200.02,0.17%20-0.14,0.29%20-0.24,0.39%20-0.15,0.03%20-0.31,-0.07%20-0.34,-0.21%20-0.01,-0.14%200.07,-0.24%200.19,-0.33%200.15,-0.01%200.3,0.01%200.39,0.15%20z'%20id='path4211'%20/%3e%3cpath%20class='st6'%20d='m%2070.83,18.2%20c%20-0.03,0.15%20-0.02,0.33%20-0.19,0.43%20-0.14,0.03%20-0.31,0.02%20-0.41,-0.07%20-0.1,-0.09%20-0.12,-0.24%20-0.07,-0.36%200.08,-0.14%200.24,-0.24%200.41,-0.21%200.12,0.07%200.16,0.16%200.26,0.21%20z'%20id='path4213'%20/%3e%3cpath%20class='st6'%20d='m%2027.39,18.56%20c%200.07,0.14%20-0.08,0.17%20-0.13,0.24%20-0.12,0.07%20-0.24,0.02%20-0.34,-0.03%20-0.12,-0.07%20-0.07,-0.24%20-0.05,-0.33%200.14,-0.29%200.45,-0.09%200.52,0.12%20z'%20id='path4215'%20/%3e%3cpath%20class='st6'%20d='m%2069.76,18.88%200.02,0.15%20c%20-0.41,0.2%20-1.02,0.25%20-1.37,-0.07%20-0.2,-0.17%20-0.46,-0.24%20-0.68,-0.38%200.08,-0.22%200.39,-0.2%200.61,-0.26%200.49,0.09%200.88,0.55%201.42,0.56%20z'%20id='path4217'%20/%3e%3cpath%20class='st6'%20d='m%2028.2,18.73%20c%200.03,0.13%20-0.07,0.19%20-0.1,0.29%20-0.07,0.1%20-0.2,0.07%20-0.29,0.04%20-0.15,-0.11%20-0.22,-0.29%20-0.12,-0.43%200.19,-0.19%200.41,-0.09%200.51,0.1%20z'%20id='path4219'%20/%3e%3cpath%20class='st6'%20d='m%2029.7,18.83%20c%200.06,0.15%20-0.04,0.29%20-0.17,0.38%20-0.12,0.07%20-0.22,-0.03%20-0.33,-0.05%20-0.08,-0.12%20-0.24,-0.26%20-0.08,-0.39%200.16,-0.26%200.46,-0.13%200.58,0.06%20z'%20id='path4221'%20/%3e%3cpath%20class='st6'%20d='m%2049.33,19.56%20c%20-0.03,0.34%20-0.6,-0.05%20-0.52,0.41%200.08,0.32%200.15,0.71%200.34,0.96%200.16,0.23%200.08,0.59%200.06,0.86%20-0.15,0.24%20-0.39,0.42%20-0.65,0.55%20-0.48,-0.05%20-1.19,0.25%20-1.42,-0.36%20-0.1,-0.26%20-0.27,-0.52%20-0.27,-0.81%20l%200.16,-0.08%20c%200,-0.11%20-0.13,-0.18%20-0.11,-0.29%200.55,-0.1%20-0.23,-0.58%200.24,-0.62%200.39,0.41%201.02,0.28%201.36,0.72%200.08,0.06%200.15,0.16%200.24,0.21%20-0.06,-0.41%20-0.26,-0.81%20-0.32,-1.25%20-0.05,-0.23%200.03,-0.44%200.19,-0.57%200.3,-0.24%200.54,0.08%200.7,0.27%20z'%20id='path4223'%20/%3e%3cpath%20class='st6'%20d='m%2031.2,19.45%20c%200.05,0.17%20-0.09,0.27%20-0.19,0.36%20-0.15,0.07%20-0.24,-0.1%20-0.3,-0.19%20-0.05,-0.17%200.07,-0.26%200.17,-0.34%200.11,0%200.24,0.05%200.32,0.17%20z'%20id='path4225'%20/%3e%3cpath%20class='st6'%20d='m%2041.67,19.62%20c%200.2,0.67%200.14,1.35%20-0.21,1.92%20-0.01,0.14%200.04,0.36%20-0.15,0.34%20-0.46,-0.63%20-0.12,-1.52%200.07,-2.19%200.03,-0.18%200.24,-0.24%200.29,-0.07%20z'%20id='path4227'%20/%3e%3cpath%20class='st6'%20d='m%2056.21,19.94%20c%200.24,0.48%200.25,1.11%200.03,1.59%20l%20-0.14,0.14%20c%20-0.19,-0.39%20-0.34,-0.79%20-0.39,-1.21%200.08,-0.31%200.18,-0.58%200.2,-0.91%200.25,-0.05%200.23,0.26%200.3,0.39%20z'%20id='path4229'%20/%3e%3cpath%20class='st6'%20d='m%2032.52,20.13%20c%20-0.1,0.21%20-0.39,0.26%20-0.58,0.4%20-0.41,0.31%20-1,0.38%20-1.51,0.29%200.44,-0.61%201.12,-0.97%201.93,-0.8%20z'%20id='path4231'%20/%3e%3cpath%20class='st6'%20d='m%2025.54,20.75%20c%200.63,0.44%200.8,1.06%201.17,1.67%200.05,0.07%200.22,0.09%200.15,0.22%20-0.14,0.11%20-0.27,-0.1%20-0.46,-0.07%20-0.64,-0.29%20-1.05,-1.01%20-1.03,-1.76%20z'%20id='path4233'%20/%3e%3cpath%20class='st6'%20d='m%2055.55,21.28%20c%200.02,0.17%20-0.02,0.34%20-0.15,0.39%20-0.19,0.05%20-0.34,-0.05%20-0.39,-0.21%20-0.05,-0.12%200.05,-0.19%200.08,-0.27%200.13,-0.14%200.37,-0.07%200.46,0.09%20z'%20id='path4235'%20/%3e%3cpath%20class='st6'%20d='m%2062.71,22.18%20c%200,-0.32%200.08,-0.63%200.12,-0.94%200.05,-0.1%200.09,-0.22%200.07,-0.36%200.41,-0.55%201.24,-0.38%201.88,-0.33%200.26,0.14%200.58,0.12%200.85,0.19%200.12,-0.09%200.29,-0.11%200.43,-0.09%200.54,-0.29%200.19,-0.92%200.22,-1.42%20l%20-0.21,-0.51%20c%20-0.05,-0.1%20-0.1,-0.22%20-0.14,-0.34%20-0.1,-0.12%20-0.17,-0.34%20-0.27,-0.46%20-0.29,-0.75%20-0.85,-1.18%20-1.32,-1.78%20-0.87,-1.13%20-2.23,-1.76%20-3.58,-2.21%20-1.34,-0.46%20-2.7,0.14%20-3.91,0.57%20-0.38,-0.1%20-0.56,-0.39%20-0.66,-0.72%20-0.07,-0.65%200.07,-1.28%200.32,-1.81%200.05,-0.43%200.34,-0.75%200.46,-1.15%200.3,-0.96%200.63,-1.9%200.69,-2.94%200.03,-0.63%20-0.44,-1.08%20-0.92,-1.35%20-0.32,-0.09%20-0.7,-0.07%20-0.93,0.19%20-0.22,0.46%20-0.7,0.77%20-1.1,0.99%20-0.03,0.29%200.32,0.1%200.44,0.2%200.37,0.07%200.8,-0.05%201.1,0.19%200.03,0.68%20-0.36,1.25%20-0.72,1.76%20-0.58,0.85%20-1.19,1.73%20-1.54,2.66%20L%2053.92,12.45%2054,16.63%20c%200.54,0.9%201.21,1.93%202.23,2.27%200.54,0.44%201.22,0.97%201.95,0.58%200.39,-0.12%200.42,0.43%200.61,0.65%200.21,0.63%20-0.25,1.08%20-0.29,1.66%20l%20-0.44,0.94%20c%20-0.51,0.99%20-0.97,2.05%20-1.75,2.89%20-0.26,0%20-0.41,0.27%20-0.66,0.29%20-0.14,0.19%20-0.41,0.05%20-0.58,0.12%20-0.52,0.22%20-1.27,0.09%20-1.63,0.58%20l%200.13,0.09%20c%201.04,0.02%202.19,0.08%203.29,0.03%200.14,-0.05%200.25,-0.17%200.27,-0.33%20-0.15,-0.29%200.05,-0.55%200.19,-0.77%200.08,-0.42%200.36,-0.67%200.48,-1.06%200.35,-0.7%200.76,-1.39%201.15,-2.09%20l%200.52,-0.86%20c%200.12,-0.29%200.32,-0.65%200.53,-0.96%200.13,-0.14%200.2,-0.29%200.3,-0.46%200.02,-0.17%20-0.07,-0.24%20-0.17,-0.36%200.12,-0.12%200.31,-0.09%200.46,-0.12%200.42,0.26%200.87,0.67%200.95,1.13%20l%200.16,0.44%200.07,0.21%20-0.04,0.56%200.07,0.53%20c%200.09,0.82%20-0.07,1.66%20-0.15,2.48%20-0.29,0.99%20-1.42,0.89%20-2.24,1.11%20-0.2,0.14%20-0.59,0.07%20-0.59,0.41%200.98,0.21%202.14,0.09%203.19,0.07%200.17,-0.07%200.2,-0.22%200.29,-0.38%200.04,-0.22%200.25,-0.41%200.19,-0.65%20-0.19,-0.24%20-0.02,-0.62%20-0.07,-0.94%200.03,-0.08%200.03,-0.2%200,-0.32%200.13,-0.5%200.1,-1.09%200.2,-1.57%20z'%20id='path4237'%20/%3e%3cpath%20class='st6'%20d='m%2071.07,21.52%20c%20-0.54,0.77%20-1.12,1.64%20-2.07,1.92%20l%20-0.17,-0.05%20c%200.58,-0.62%200.88,-1.57%201.78,-1.8%200.13,-0.07%200.32,-0.14%200.46,-0.07%20z'%20id='path4239'%20/%3e%3cpath%20class='st6'%20d='m%2024.7,22.36%20c%20-0.08,0.06%20-0.01,0.22%20-0.17,0.24%20-0.14,0.07%20-0.29,-0.02%20-0.36,-0.16%20-0.07,-0.17%200.08,-0.34%200.22,-0.38%200.15,0.07%200.28,0.12%200.31,0.3%20z'%20id='path4241'%20/%3e%3cpath%20class='st6'%20d='m%2029.59,22.6%20c%200.05,0.16%20-0.12,0.16%20-0.2,0.19%20-0.71,0.25%20-1.44,0.02%20-1.95,-0.5%20l%200.07,-0.15%20c%200.69,0.16%201.51,0.03%202.08,0.46%20z'%20id='path4243'%20/%3e%3cpath%20class='st6'%20d='m%2025.64,22.37%200.03,0.26%20c%20-0.1,0.16%20-0.26,0.19%20-0.42,0.16%20-0.1,-0.05%20-0.16,-0.12%20-0.22,-0.22%200.02,-0.17%200.15,-0.27%200.29,-0.33%200.13,0.01%200.24,0.05%200.32,0.13%20z'%20id='path4245'%20/%3e%3cpath%20class='st6'%20d='m%2041.55,22.46%20c%200.03,0.15%20-0.1,0.25%20-0.2,0.33%20-0.16,0.03%20-0.29,-0.03%20-0.36,-0.14%20-0.05,-0.12%200,-0.29%200.12,-0.32%200.15,-0.04%200.39,-0.03%200.44,0.13%20z'%20id='path4247'%20/%3e%3cpath%20class='st6'%20d='m%2071.71,22.53%20c%200.05,0.17%20-0.1,0.26%20-0.22,0.36%20-0.1,0.05%20-0.22,0%20-0.32,-0.05%20-0.02,-0.08%20-0.12,-0.16%20-0.08,-0.27%200.07,-0.15%200.22,-0.22%200.39,-0.2%20z'%20id='path4249'%20/%3e%3cpath%20class='st6'%20d='m%2072.83,22.46%20c%200.1,0.15%200.02,0.27%20-0.07,0.39%20-0.07,0.12%20-0.21,0.16%20-0.31,0.1%20-0.1,-0.1%20-0.24,-0.15%20-0.25,-0.31%200,-0.14%200.15,-0.24%200.25,-0.29%200.18,-0.06%200.25,0.11%200.38,0.11%20z'%20id='path4251'%20/%3e%3cpath%20class='st6'%20d='m%2023.99,22.95%20c%200.01,0.12%20-0.09,0.19%20-0.12,0.29%20-0.09,0.03%20-0.17,0.1%20-0.27,0.07%20-0.12,-0.05%20-0.2,-0.16%20-0.25,-0.28%200.03,-0.15%200.13,-0.29%200.3,-0.34%200.14,0.04%200.29,0.11%200.34,0.26%20z'%20id='path4253'%20/%3e%3cpath%20class='st6'%20d='m%2059.76,22.95%200.02,0.22%20c%20-0.1,0.14%20-0.24,0.26%20-0.41,0.17%20-0.1,-0.1%20-0.22,-0.2%20-0.17,-0.36%200.13,-0.18%200.42,-0.25%200.56,-0.03%20z'%20id='path4255'%20/%3e%3cpath%20class='st6'%20d='m%2026.73,23.21%20c%20-0.04,0.12%20-0.08,0.24%20-0.24,0.26%20-0.15,0.02%20-0.2,-0.12%20-0.29,-0.19%200,-0.15%20-0.02,-0.31%200.14,-0.39%200.2,-0.07%200.39,0.1%200.39,0.32%20z'%20id='path4257'%20/%3e%3cpath%20class='st6'%20d='m%2025.09,23.25%20c%200.05,0.17%20-0.07,0.29%20-0.17,0.38%20-0.2,0.07%20-0.37,-0.08%20-0.46,-0.24%200.01,-0.15%200.13,-0.34%200.3,-0.39%200.17,-0.01%200.25,0.16%200.33,0.25%20z'%20id='path4259'%20/%3e%3cpath%20class='st6'%20d='m%2060.88,23.21%20c%200.03,0.17%20-0.02,0.34%20-0.19,0.41%20-0.2,0.07%20-0.37,-0.1%20-0.46,-0.24%200.09,-0.14%200.1,-0.33%200.31,-0.36%200.15,0%200.25,0.07%200.34,0.19%20z'%20id='path4261'%20/%3e%3cpath%20class='st6'%20d='m%2025.9,23.28%20c%200.05,0.12%20-0.05,0.17%20-0.09,0.26%20-0.08,0%20-0.13,0.1%20-0.24,0.06%20-0.07,-0.08%20-0.2,-0.12%20-0.22,-0.24%20-0.01,-0.17%200.1,-0.26%200.22,-0.33%200.17,-0.01%200.27,0.11%200.33,0.25%20z'%20id='path4263'%20/%3e%3cpath%20class='st6'%20d='m%2070.78,23.41%20c%20-0.05,0.14%20-0.15,0.21%20-0.29,0.28%20-0.14,0.03%20-0.22,-0.09%20-0.32,-0.14%20l%20-0.02,-0.3%20c%200.17,-0.3%200.63,-0.16%200.63,0.16%20z'%20id='path4265'%20/%3e%3cpath%20class='st6'%20d='m%2072.07,23.49%20c%20-0.05,0.19%20-0.24,0.27%20-0.41,0.29%20-0.15,-0.07%20-0.32,-0.18%20-0.21,-0.39%200.07,-0.07%200.1,-0.14%200.21,-0.15%200.21,-0.08%200.36,0.08%200.41,0.25%20z'%20id='path4267'%20/%3e%3cpath%20class='st6'%20d='m%2064,23.6%20c%200.08,0.23%20-0.12,0.29%20-0.25,0.4%20-0.12,-0.02%20-0.22,-0.07%20-0.32,-0.14%20-0.04,-0.19%200.05,-0.36%200.24,-0.45%200.15,0%200.23,0.08%200.33,0.19%20z'%20id='path4269'%20/%3e%3cpath%20class='st6'%20d='m%2059.33,23.81%200.03,0.21%20c%20-0.1,0.07%20-0.24,0.24%20-0.39,0.14%20-0.12,-0.07%20-0.2,-0.17%20-0.17,-0.32%200.09,-0.2%200.45,-0.22%200.53,-0.03%20z'%20id='path4271'%20/%3e%3cpath%20class='st6'%20d='m%2060.28,23.93%20c%200.02,0.14%20-0.02,0.21%20-0.14,0.27%20-0.12,0.12%20-0.26,-0.01%20-0.37,-0.05%20l%20-0.02,-0.26%200.22,-0.13%20c%200.13,0.03%200.26,0.03%200.31,0.17%20z'%20id='path4273'%20/%3e%3cpath%20class='st6'%20d='m%2031.46,23.94%20c%200.1,0.1%20-0.01,0.22%20-0.03,0.33%20-0.09,0.1%20-0.27,0.19%20-0.43,0.08%20-0.17,-0.07%20-0.15,-0.29%20-0.12,-0.43%200.1,-0.03%200.1,-0.15%200.24,-0.15%200.16,0.02%200.24,0.09%200.34,0.17%20z'%20id='path4275'%20/%3e%3cpath%20class='st6'%20d='m%2065.82,24.02%20c%200.03,0.17%20-0.14,0.24%20-0.26,0.27%20-0.2,0.07%20-0.3,-0.09%20-0.39,-0.22%200,-0.11%200.1,-0.17%200.13,-0.26%200.25,-0.1%200.4,0.07%200.52,0.21%20z'%20id='path4277'%20/%3e%3cpath%20class='st6'%20d='m%2064.9,24.02%20c%200.07,0.17%20-0.12,0.26%20-0.19,0.34%20-0.12,0.05%20-0.27,0.03%20-0.37,-0.07%20-0.09,-0.05%20-0.09,-0.15%20-0.09,-0.25%200.1,-0.09%200.15,-0.19%200.27,-0.22%200.16,-0.01%200.31,0.07%200.38,0.2%20z'%20id='path4279'%20/%3e%3cpath%20class='st6'%20d='m%2072.56,24.22%20c%200.03,0.23%20-0.27,0.12%20-0.39,0.18%20-0.72,0.43%20-1.63,0.1%20-2.31,-0.16%200.05,-0.22%200.31,-0.14%200.44,-0.22%200.73,-0.46%201.48,0.1%202.2,0.14%20z'%20id='path4281'%20/%3e%3cpath%20class='st6'%20d='m%2026.08,24.02%20-0.07,0.12%20c%20-0.63,0.38%20-1.44,0.63%20-2.19,0.39%20l%20-0.07,-0.11%20c%200.63,-0.46%201.46,-0.58%202.28,-0.46%20z'%20id='path4283'%20/%3e%3cpath%20class='st6'%20d='m%2067.55,24.14%20c%200,0.14%20-0.07,0.25%20-0.17,0.32%20-0.17,0.05%20-0.39,0%20-0.44,-0.19%20-0.05,-0.14%200.09,-0.27%200.22,-0.33%200.12,0%200.33,0.02%200.39,0.2%20z'%20id='path4285'%20/%3e%3cpath%20class='st6'%20d='m%2029.12,24.2%20c%20-0.07,0.14%20-0.04,0.28%20-0.2,0.34%20-0.17,0.07%20-0.37,-0.09%20-0.42,-0.22%20-0.05,-0.19%200.08,-0.24%200.17,-0.32%200.19,-0.11%200.35,0.05%200.45,0.2%20z'%20id='path4287'%20/%3e%3cpath%20class='st6'%20d='m%2027.92,24.29%20c%200.05,0.12%20-0.06,0.19%20-0.09,0.28%20-0.09,0.1%20-0.24,0.08%20-0.34,0.05%20-0.12,-0.1%20-0.24,-0.22%20-0.19,-0.41%200.1,-0.08%200.15,-0.13%200.27,-0.19%200.16,0.03%200.31,0.1%200.35,0.27%20z'%20id='path4289'%20/%3e%3cpath%20class='st6'%20d='m%2068.74,24.68%20c%20-0.02,0.15%20-0.14,0.27%20-0.27,0.31%20-0.14,0.02%20-0.25,-0.09%20-0.32,-0.17%20-0.05,-0.1%20-0.03,-0.24%200.07,-0.33%20l%200.22,-0.08%20c%200.15,0.01%200.27,0.13%200.3,0.27%20z'%20id='path4291'%20/%3e%3cpath%20class='st6'%20d='m%2026.66,24.49%20c%200.05,0.14%20-0.07,0.19%20-0.09,0.29%20-0.05,0.29%20-0.24,0.48%20-0.37,0.74%20-0.32,0.39%20-0.78,0.39%20-1.24,0.51%20L%2024.89,25.9%20c%200.49,-0.63%201.02,-1.13%201.72,-1.44%20z'%20id='path4293'%20/%3e%3cpath%20class='st6'%20d='m%2067.89,24.87%20c%200.03,0.2%20-0.14,0.23%20-0.26,0.32%20-0.15,0%20-0.27,-0.09%20-0.34,-0.2%20-0.05,-0.19%200.12,-0.26%200.22,-0.34%200.18,-0.04%200.33,0.08%200.38,0.22%20z'%20id='path4295'%20/%3e%3cpath%20class='st6'%20d='m%2028.61,24.87%200.05,0.08%20c%20-0.01,0.19%20-0.15,0.24%20-0.25,0.33%20-0.15,0%20-0.27,-0.05%20-0.37,-0.17%20-0.07,-0.15%200,-0.34%200.17,-0.39%200.15,-0.02%200.35,0%200.4,0.15%20z'%20id='path4297'%20/%3e%3cpath%20class='st6'%20d='m%2071.02,25.39%20c%200.17,-0.02%200.21,-0.23%200.39,-0.26%200.17,-0.03%200.32,0.07%200.41,0.19%200.07,0.21%20-0.08,0.3%20-0.22,0.39%20-0.12,0.08%20-0.37,-0.1%20-0.36,0.12%200.12,0.08%200.22,0.2%200.24,0.34%20l%20-0.2,0.02%20c%20-0.49,-0.21%20-1.02,-0.55%20-1.22,-1.06%20-0.07,-0.15%20-0.39,-0.28%20-0.2,-0.41%200.48,-0.04%200.88,0.36%201.16,0.67%20z'%20id='path4299'%20/%3e%3cpath%20class='st6'%20d='m%2072.65,24.85%20-0.02,0.33%20c%20-0.09,0.17%20-0.34,0.1%20-0.49,0.08%20-0.09,-0.08%20-0.17,-0.17%20-0.14,-0.31%200.07,-0.1%200.14,-0.17%200.26,-0.22%200.15,-0.03%200.27,0.04%200.39,0.12%20z'%20id='path4301'%20/%3e%3cpath%20class='st6'%20d='m%2066.48,25.78%20c%200.15,0.19%200.3,0.48%200.37,0.68%20l%20-0.15,0.03%20c%20-0.58,-0.33%20-1.33,-0.68%20-1.55,-1.37%20-0.05,-0.07%20-0.19,-0.15%20-0.17,-0.28%200.44,-0.08%200.87,0.24%201.17,0.48%200.13,0.18%200.27,0.27%200.33,0.46%20z'%20id='path4303'%20/%3e%3cpath%20class='st6'%20d='m%2027.66,25.13%20c%200.07,0.15%20-0.07,0.27%20-0.15,0.34%20-0.19,0.04%20-0.29,-0.03%20-0.39,-0.14%20-0.12,-0.18%200.1,-0.34%200.24,-0.41%200.13,-0.02%200.22,0.12%200.3,0.21%20z'%20id='path4305'%20/%3e%3cpath%20class='st6'%20d='m%2068.61,25.52%20c%200.02,0.1%20-0.12,0.17%20-0.17,0.24%20-0.14,0.02%20-0.27,0.07%20-0.39,-0.05%20-0.03,-0.09%20-0.12,-0.22%20-0.02,-0.31%200.19,-0.24%200.46,-0.05%200.58,0.12%20z'%20id='path4307'%20/%3e%3cpath%20class='st6'%20d='m%2072.83,25.76%20c%200.05,0.2%20-0.1,0.34%20-0.24,0.43%20-0.17,0.05%20-0.3,-0.07%20-0.41,-0.16%20-0.08,-0.1%20-0.02,-0.2%200,-0.32%200.12,-0.1%200.27,-0.19%200.44,-0.12%20z'%20id='path4309'%20/%3e%3cpath%20class='st6'%20d='m%2061.08,28.12%20c%200,0.21%20-0.37,0.16%20-0.52,0.31%20-0.53,0.27%20-1.16,0.27%20-1.79,0.26%20v%20-0.1%20c%200.61,-0.52%201.5,-0.71%202.31,-0.47%20z'%20id='path4311'%20/%3e%3cpath%20class='st6'%20d='m%2036.3,28.86%20c%20-0.02,0.15%20-0.1,0.24%20-0.25,0.29%20-0.12,0%20-0.24,-0.07%20-0.29,-0.17%20-0.07,-0.21%200.1,-0.29%200.22,-0.38%200.16,0.02%200.29,0.13%200.32,0.26%20z'%20id='path4313'%20/%3e%3cpath%20class='st6'%20d='m%2060.79,29.04%20c%20-0.03,0.16%20-0.08,0.33%20-0.25,0.4%20-0.16,0.03%20-0.26,-0.05%20-0.37,-0.12%20l%20-0.05,-0.27%20c%200.11,-0.32%200.55,-0.32%200.67,-0.01%20z'%20id='path4315'%20/%3e%3cpath%20class='st6'%20d='m%2064.18,29.11%20c%20-0.43,0.28%20-0.9,0.6%20-1.46,0.6%20L%2061.8,29.7%2061.71,29.63%20c%200.56,-0.68%201.58,-0.68%202.47,-0.61%20z'%20id='path4317'%20/%3e%3cpath%20class='st6'%20d='m%2031.65,29.52%20c%200,0.16%20-0.07,0.28%20-0.22,0.33%20-0.17,0.03%20-0.29,-0.04%20-0.36,-0.15%20-0.07,-0.16%200,-0.31%200.14,-0.4%200.19,-0.12%200.37,0.09%200.44,0.22%20z'%20id='path4319'%20/%3e%3cpath%20class='st6'%20d='m%2032.5,29.7%20-0.07,0.22%20c%20-0.11,0.05%20-0.24,0.09%20-0.32,0%20-0.12,-0.06%20-0.15,-0.19%20-0.1,-0.29%200.05,-0.1%200.15,-0.08%200.2,-0.15%200.12,0.04%200.24,0.09%200.29,0.22%20z'%20id='path4321'%20/%3e%3cpath%20class='st6'%20d='m%2026,31.42%20c%20-0.17,0.21%20-0.44,-0.05%20-0.63,-0.15%20-0.59,-0.34%20-0.58,-1.01%20-1.17,-1.41%200.07,-0.2%200.22,0.01%200.34,-0.01%200.1,0.06%200.24,0.14%200.35,0.18%200.58,0.33%200.71,0.88%201.11,1.39%20z'%20id='path4323'%20/%3e%3cpath%20class='st6'%20d='m%2075.5,24.78%20c%20-0.27,-0.5%20-0.73,-0.7%20-1.27,-0.7%20-0.44,0.03%20-0.77,0.32%20-0.95,0.7%20-0.1,0.38%200.04,0.72%200.32,0.94%200.12,0.05%200.27,0.03%200.34,-0.08%200.08,-0.22%20-0.16,-0.22%20-0.19,-0.4%20-0.07,-0.24%200.02,-0.44%200.19,-0.6%200.17,-0.17%200.46,-0.08%200.66,-0.08%200.21,0.14%200.41,0.26%200.51,0.5%200.1,0.29%200.1,0.62%200,0.91%20-0.19,0.43%20-0.61,0.77%20-1.05,0.86%20-1.41,0.21%20-16.88,0.14%20-16.88,0.14%20-1.81,0.17%20-3.89,-0.34%20-5.45,0.62%20-0.72,0.34%20-1.07,1.13%20-1.26,1.83%20-0.46,0.41%20-0.95,0.89%20-1.32,1.35%20L%2049.1,30.72%20c%200.08,-0.41%200.27,-0.77%200.36,-1.18%200.26,-0.34%200.26,-0.8%200.44,-1.18%200.64,-1.04%201.26,-2.11%202.26,-2.84%200.42,-0.57%201.17,-0.46%201.82,-0.46%200.7,0.33%201.51,0.43%202.36,0.34%20l%200.05,-0.12%20c%20-0.24,-0.22%20-0.63,-0.31%20-0.9,-0.53%20-0.68,-0.32%20-1.33,0.1%20-2.04,0.05%20L%2053.4,24.7%20c%200.65,-0.48%201.37,-0.82%202.1,-1.13%200.6,-0.32%201.22,-0.49%201.85,-0.73%200.26,0%200.49,-0.22%200.73,-0.07%20l%200.9,-0.24%200.14,0.05%20c%200.76,-0.26%201.73,-0.02%202.6,-0.03%20l%200.12,0.1%200.81,0.21%20c%200.31,0.03%200.45,0.39%200.77,0.41%200.17,-0.24%20-0.19,-0.34%20-0.27,-0.49%200.37,-0.09%200.8,0.01%201.13,0.17%20l%20-0.17,0.19%20c%20-0.1,0.19%200.05,0.33%200.2,0.4%200.12,0.04%200.21,-0.05%200.29,-0.09%200.22,-0.15%20-0.02,-0.31%200.05,-0.44%201.26,0.22%202.46,0.53%203.62,1.03%200.32,0.1%200.63,0.34%200.98,0.32%20-0.36,-0.32%20-0.85,-0.49%20-1.29,-0.68%20-0.29,-0.17%20-0.7,-0.19%20-0.92,-0.43%20l%200.22,-0.12%20c%200.58,-0.07%201.07,-0.49%201.48,-0.96%200.03,-0.1%200.22,-0.07%200.2,-0.2%20-0.15,-0.17%20-0.41,0.05%20-0.61,0.04%20-0.71,0.14%20-1.02,0.97%20-1.73,1.13%20-0.87,-0.2%20-1.75,-0.41%20-2.61,-0.63%20-0.42,-0.07%20-0.88,-0.1%20-1.27,-0.27%20L%2061.77,22.16%20H%2060.04%20L%2059.98,22%20c%200.61,-0.15%201.14,-0.51%201.75,-0.67%20l%204.55,-2.09%20c%200.48,-0.42%200.9,-0.91%201.29,-1.4%200.02,-0.14%20-0.07,-0.27%20-0.19,-0.33%20-0.12,-0.05%20-0.25,-0.03%20-0.34,0.07%20-0.2,0.15%200,0.34%200,0.53%20-0.2,0.27%20-0.53,0.51%20-0.78,0.67%20l%20-4.69,2.11%20c%20-0.68,0.29%20-1.35,0.62%20-2.07,0.77%20l%20-0.98,0.15%20c%20-0.07,0.21%20-0.24,0.33%20-0.43,0.39%20-0.27,0.05%20-0.49,0.22%20-0.78,0.22%20-2.21,0.85%20-4.5,1.76%20-6.25,3.51%200.1,-0.2%200.15,-0.46%200.17,-0.72%20C%2051.2,24.95%2051.21,24.66%2051.04,24.46%2051,24.37%2050.87,24.09%2050.91,23.99%20l%20-0.25,0.16%20c%20-0.16,0.38%20-0.29,1.06%20-0.14,1.46%200.05,0.31%200.31,0.66%200.07,0.94%20-0.81,0.99%20-1.27,2.19%20-1.82,3.32%20-0.2,-0.03%20-0.3,-0.22%20-0.39,-0.41%200.58,-0.74%201.04,-1.55%201.21,-2.5%200.12,-0.09%200.03,-0.31%200.15,-0.41%20-0.04,-0.28%200.15,-0.55%200.02,-0.77%200.11,-0.37%20-0.5,-0.72%20-0.11,-0.96%20l%20-0.32,0.15%20c%20-0.73,0.96%200.38,2.39%20-0.45,3.32%20v%200.06%20C%2048.65,28.66%2048.53,28.97%2048.2,29.17%2047.79,29%2047.64,28.54%2047.4,28.19%2047.03,27.83%2047.03,27.1%2047.25,26.6%2047.4,26.1%2047.15,25.68%2047.09,25.23%20l%20-0.17,-0.1%20c%20-0.41,0.53%20-0.56,1.36%20-0.24,2%200.17,0.31%200.19,0.74%200.44,0.99%200.15,0.49%200.46,0.82%200.73,1.27%200.07,0.17%20-0.1,0.2%20-0.19,0.29%20-0.19,-0.12%20-0.15,-0.4%20-0.32,-0.51%20-0.56,-1.2%20-1.29,-2.16%20-2.17,-3.13%20-0.04,-0.15%20-0.19,-0.29%20-0.11,-0.46%200.33,-0.31%200.39,-0.91%200.22,-1.3%20L%2045.17,24.01%2044.91,23.8%20c%200.04,0.6%20-0.36,1.13%20-0.18,1.76%20v%200.04%20c%20-1.75,-1.32%20-3.68,-2.5%20-5.66,-3.42%20l%20-0.16,0.44%20c%200.5,0.13%201.82,0.93%201.82,0.93%200.6,0.22%201.14,0.58%201.7,0.91%202.31,1.29%203.84,3.41%204.87,5.77%200.01,0.19%200.19,0.4%200.07,0.58%20-0.36,-0.55%20-0.87,-0.86%20-1.29,-1.3%20-0.12,-0.8%20-0.59,-1.57%20-1.29,-1.9%20-0.25,-0.38%20-0.8,-0.41%20-1.22,-0.53%20l%20-6.18,-0.04%20c%20-5.03,-0.07%20-9.61,0.15%20-14.6,0.07%20-0.7,-0.07%20-1.55,-0.31%20-1.75,-1.04%20-0.13,-0.26%20-0.13,-0.7%200,-0.94%200.18,-0.33%200.53,-0.43%200.86,-0.46%200.27,0.03%200.46,0.29%200.58,0.48%200,0.22%20-0.19,0.42%20-0.27,0.61%200.02,0.07%200.09,0.2%200.2,0.15%200.22,-0.08%200.39,-0.32%200.45,-0.55%200.02,-0.12%200.07,-0.29%20-0.05,-0.38%20-0.1,-0.36%20-0.47,-0.62%20-0.8,-0.7%20-0.42,-0.04%20-0.87,0.09%20-1.15,0.4%20-0.41,0.34%20-0.39,0.96%20-0.27,1.43%200.27,0.75%201.07,1.27%201.83,1.37%20l%2016.53,0.07%20c%201.61,0.08%203.43,-0.19%205.06,0.13%200.59,0.19%201.22,0.64%201.38,1.3%20L%2045.27,29%20c%20-1.34,-0.87%20-3.11,-1.2%20-4.83,-0.99%20-0.68,-0.03%20-1.29,0.22%20-1.9,0.39%20-0.32,0.06%20-0.63,-0.08%20-0.83,-0.27%20-0.61,-0.55%20-1.68,-0.51%20-2.46,-0.31%20l%200.02,0.12%20c%200.83,-0.07%201.33,0.65%202.07,0.74%200.17,0.03%200.31,-0.16%200.46,-0.02%20-0.78,0.38%20-1.53,0.82%20-2.36,1.06%20-0.25,-0.05%20-0.39,-0.29%20-0.59,-0.43%20-0.32,-0.36%20-0.92,-0.21%20-1.36,-0.24%20-0.15,0.03%20-0.29,-0.07%20-0.39,0%200.14,0.28%200.44,0.43%200.73,0.56%200.42,0.19%200.92,-0.01%201.31,0.24%20-0.1,0.12%20-0.24,0.16%20-0.36,0.24%20-0.8,0.31%20-1.46,1.03%20-2.34,0.97%20-0.94,0.1%20-1.89,-0.17%20-2.52,-0.82%20-0.27,-0.67%20-0.97,-1.03%20-1.71,-0.99%20l%20-0.1,0.12%20c%200.38,0.22%200.66,0.66%201.04,0.92%200.24,0.29%200.7,0%200.92,0.33%200.32,0.22%200.73,0.41%201.11,0.48%200.27,0.12%200.58,0.17%200.88,0.24%20l%20-0.12,0.07%20c%20-1.55,0.52%20-3.33,0.57%20-5.06,0.5%20-0.51,-0.02%20-1,-0.18%20-1.51,-0.16%200.09,0.1%200.25,0.19%200.41,0.24%20-0.13,0.08%20-0.29,0.12%20-0.46,0.14%20-0.21,0.05%20-0.44,0.07%20-0.65,0.17%20-0.27,-0.02%20-0.51,0.08%20-0.73,0.17%20-0.29,0.31%20-0.63,0.63%20-0.97,0.79%20l%200.07,0.17%20c%200.32,-0.14%200.73,-0.04%201.05,-0.17%200.56,-0.05%200.88,-0.67%201.32,-0.92%200.48,-0.38%201.16,-0.29%201.74,-0.21%200.34,0.08%20-0.04,0.22%200.07,0.44%200.14,0.12%200.25,0.26%200.44,0.21%20l%200.12,-0.09%20c%200.1,-0.13%200.08,-0.29%200.02,-0.43%200.24,-0.15%200.56,0.02%200.82,-0.08%200.65,-0.02%201.29,-0.16%201.92,-0.17%200.1,-0.02%200.22,-0.12%200.32,-0.02%20-0.05,0.14%20-0.22,0.15%20-0.15,0.34%200.03,0.15%200.2,0.22%200.34,0.25%200.17,-0.07%200.32,-0.19%200.25,-0.41%20-0.03,-0.12%20-0.17,-0.14%20-0.25,-0.19%200.36,-0.17%200.76,-0.22%201.12,-0.39%200.26,-0.05%200.49,-0.13%200.71,-0.24%200.22,-0.02%200.41,-0.22%200.61,-0.14%20-0.08,0.29%20-0.2,0.57%20-0.35,0.82%20-0.27,0.91%20-0.48,2.1%200,2.97%20l%200.1,-0.03%20c%20-0.36,-0.9%20-0.15,-1.95%200.16,-2.8%200.24,-1.45%201.73,-1.88%202.8,-2.43%20l%200.05,0.07%20c%20-0.29,0.75%20-0.71,1.47%20-0.65,2.38%200.03,0.16%20-0.07,0.31%200,0.41%200.29,-0.15%200.48,-0.5%200.63,-0.79%200.12,-0.76%20-0.32,-1.72%200.46,-2.29%201.39,-0.55%202.7,-1.26%204.31,-1.28%200.05,0.05%200.17,-0.03%200.19,0.07%20-0.34,0.37%20-0.83,0.73%20-0.98,1.19%20-0.55,0.75%20-0.53,2.04%20-0.29,2.96%200.15,0.53%20-0.31,0.82%20-0.53,1.23%20-0.1,0.14%20-0.14,0.39%20-0.23,0.56%20l%200.33,0.03%20c%200.29,-0.3%200.56,-0.68%200.58,-1.13%200.03,0.17%200.19,0.31%200.32,0.34%200.12,-0.19%20-0.1,-0.33%20-0.12,-0.51%200.27,-0.16%200.39,0.19%200.62,0.26%200.35,0.09%200.66,0.24%201.03,0.24%20l%200.12,-0.12%20c%20-0.37,-0.59%20-1.12,-0.69%20-1.77,-0.72%20-0.34,-0.56%20-0.34,-1.26%20-0.3,-1.95%200.07,-0.36%200.14,-0.73%200.34,-1.06%200.09,-0.24%200.32,-0.46%200.48,-0.65%200.31,-0.29%200.7,-0.49%201.07,-0.58%20h%200.05%20l%200.02,0.05%20c%20-0.46,0.36%20-0.51,0.86%20-0.78,1.3%20-0.29,0.43%20-0.42,1.01%20-0.15,1.49%200.1,0.22%200.05,0.56%200.29,0.71%200.22,-0.31%200.24,-0.7%200.36,-1.04%20-0.05,-0.57%20-0.39,-1.09%20-0.07,-1.64%200.17,-0.43%200.53,-0.6%200.92,-0.75%200.93,-0.09%201.75,0.39%202.57,0.75%200.17,0.12%200.46,0.22%200.49,0.46%20-0.02,0.46%20-0.27,0.93%20-0.63,1.15%20-0.46,0.28%20-1.12,0.31%20-1.54,-0.02%20-0.26,-0.26%20-0.36,-0.7%20-0.27,-1.04%200.19,-0.2%200.44,-0.38%200.75,-0.28%200.17,0.09%200.32,0.26%200.54,0.16%20l%200.07,-0.27%20c%20-0.19,-0.1%20-0.25,-0.36%20-0.51,-0.39%20-0.32,-0.05%20-0.71,-0.03%20-0.93,0.19%20-0.36,0.31%20-0.49,0.77%20-0.39,1.2%200.12,0.55%200.53,0.94%201.05,1.09%200.78,0.19%201.6,-0.05%202.09,-0.72%200.2,-0.22%200.26,-0.46%200.37,-0.73%200.82,0.5%201.43,1.37%201.75,2.26%200,0.29%200.09,0.6%200.02,0.85%20l%200.59,0.05%20c%20-0.05,-0.14%200,-0.29%200.05,-0.41%200.22,-1.13%200.92,-2.07%201.75,-2.81%200.29,-0.17%200.22,0.23%200.29,0.35%200.25,0.65%200.85,1.11%201.48,1.3%200.71,0.12%201.39,-0.05%201.83,-0.6%200.22,-0.41%200.49,-1.01%200.12,-1.43%20-0.24,-0.29%20-0.56,-0.44%20-0.93,-0.44%20-0.44,0%20-0.71,0.3%20-0.93,0.63%200,0.13%20-0.02,0.29%200.1,0.36%200.07,0%200.21,0.02%200.25,-0.09%200.03,-0.25%200.26,-0.38%200.46,-0.51%200.18,-0.1%200.39,0%200.54,0.11%200.19,0.15%200.22,0.41%200.24,0.67%20-0.04,0.32%20-0.26,0.66%20-0.56,0.8%20-0.5,0.25%20-1.21,0.14%20-1.63,-0.16%20-0.2,-0.22%20-0.32,-0.48%20-0.47,-0.75%20-0.04,-0.27%20-0.14,-0.51%200,-0.79%200.75,-0.44%201.53,-0.77%202.43,-0.85%200.36,0.07%200.66,0.31%200.9,0.56%200.78,0.81%20-0.17,1.95%200.37,2.84%200.2,-0.04%200.2,-0.31%200.29,-0.48%200.26,-0.62%20-0.07,-1.28%20-0.22,-1.88%20-0.21,-0.38%20-0.32,-0.7%20-0.64,-1.01%20l%200.2,-0.03%20c%200.36,0.24%200.75,0.51%201.04,0.89%200.49,0.8%200.75,1.76%200.66,2.81%20-0.13,0.51%20-0.68,0.75%20-1.1,0.94%20-0.17,0.14%20-0.38,0.34%20-0.46,0.55%200.2,0.12%200.49,0%200.7,-0.09%200.32,-0.12%200.51,-0.53%200.73,-0.72%20l%200.03,0.1%20c%200.02,0.19%20-0.08,0.45%200.08,0.5%200.09,-0.24%200.1,-0.58%200.15,-0.87%200.22,0.24%200.25,0.55%200.32,0.86%200.15,0.31%200.41,0.72%200.82,0.77%200.1,-0.15%20-0.02,-0.31%20-0.05,-0.44%20-0.05,-0.43%20-0.41,-0.65%20-0.65,-0.96%20-0.59,-0.82%20-0.32,-2.1%20-0.78,-3.03%20-0.17,-0.49%20-0.53,-0.85%20-0.92,-1.26%20l%200.07,-0.07%20c%200.83,-0.02%201.53,0.25%202.29,0.41%200.93,0.46%202.29,0.36%202.73,1.57%200.19,0.69%200.49,1.32%200.97,1.85%20l%200.05,-0.04%20c%200.1,-0.17%200.1,-0.46%200,-0.63%20-0.1,-0.85%20-0.85,-1.06%20-1.24,-1.78%20l%200.05,-0.07%20c%200.41,0.12%200.83,0.22%201.24,0.39%201.36,0.38%202.31,1.71%202.48,3.1%200,1.09%20-0.2,2%20-0.63,2.92%20-0.05,0.14%20-0.29,0.29%20-0.14,0.41%200.19,-0.14%200.22,-0.36%200.32,-0.52%200.56,-0.94%200.85,-2.24%200.56,-3.44%20-0.02,-0.22%20-0.27,-0.39%20-0.15,-0.61%200.09,0.1%200.19,0.12%200.29,0.16%200.1,-0.07%200.26,-0.07%200.33,-0.19%200.01,-0.1%200.08,-0.22%200,-0.31%20-0.11,-0.15%20-0.33,-0.15%20-0.49,-0.12%20-0.09,0.1%20-0.19,0.24%20-0.2,0.37%20-0.17,-0.29%20-0.34,-0.67%20-0.61,-0.9%20l%200.03,-0.05%20c%200.76,0.26%201.46,0.63%202.24,0.84%200.17,0.1%200.36,0.19%200.59,0.19%200.66,0.25%201.39,0.36%202.09,0.53%200.51,-0.05%200.94,0.19%201.45,0.07%20V%2032.7%20l%20-0.02,0.02%20C%2069.12,32.48%2068.72,32.7%2068.49,32.53%2067.32,32.41%2066.2,32.11%2065.14,31.69%20l%200.14,-0.03%20c%200.17,-0.09%200.29,-0.24%200.27,-0.43%20-0.08,-0.12%20-0.22,-0.19%20-0.39,-0.19%20-0.1,0.05%20-0.24,0.17%20-0.25,0.29%200.02,0.14%200.14,0.29%200.25,0.33%20l%20-0.15,0.02%20c%20-0.53,-0.24%20-1.04,-0.46%20-1.55,-0.7%20-0.19,-0.03%20-0.34,-0.19%20-0.53,-0.22%20-0.39,-0.19%20-0.78,-0.38%20-1.17,-0.53%20-1.09,-0.57%20-2.29,-0.87%20-3.45,-1.28%20-0.26,-0.07%20-0.49,-0.14%20-0.73,-0.21%20-0.43,-0.12%20-0.85,-0.22%20-1.27,-0.34%20-1.45,-0.36%20-3.38,-0.39%20-4.64,0.39%20-0.21,-0.07%20-0.32,0.26%20-0.42,0.05%200.36,-0.94%201.39,-1.25%202.33,-1.28%206.81,-0.07%2013.2,-0.12%2019.9,-0.22%200.78,0%201.55,-0.28%201.95,-0.98%200.24,-0.41%200.29,-1.12%200.07,-1.58%20z%20m%20-27,6.31%20c%20-0.07,0.21%20-0.2,0.38%20-0.19,0.6%20l%20-0.07,0.03%20c%200.05,-0.25%20-0.2,-0.41%20-0.14,-0.69%20-0.14,-0.2%20-0.14,-0.46%20-0.26,-0.68%20-0.15,-0.28%200.14,-0.4%200.26,-0.59%200.24,0.1%200.32,0.33%200.49,0.53%200.11,0.31%20-0.11,0.53%20-0.09,0.8%20z'%20id='path4325'%20/%3e%3cpath%20class='st6'%20d='m%2066.92,30.02%200.07,0.15%20c%20-0.6,0.53%20-1.43,0.69%20-2.28,0.72%20l%20-0.22,0.05%20-0.03,-0.12%20c%200.61,-0.67%201.55,-1.01%202.46,-0.8%20z'%20id='path4327'%20/%3e%3cpath%20class='st6'%20d='m%2064.19,30.29%20c%200.07,0.24%20-0.08,0.38%20-0.27,0.46%20-0.19,-0.01%20-0.29,-0.13%20-0.37,-0.28%20-0.05,-0.13%200.06,-0.21%200.12,-0.29%200.13,-0.13%200.45,-0.13%200.52,0.11%20z'%20id='path4329'%20/%3e%3cpath%20class='st6'%20d='m%2031.91,30.33%20c%200.03,0.12%200.02,0.27%20-0.09,0.36%20l%20-0.31,0.08%20c%20-0.12,-0.02%20-0.19,-0.15%20-0.22,-0.26%200,-0.15%200.09,-0.24%200.22,-0.32%200.14,0%200.29,-0.02%200.4,0.14%20z'%20id='path4331'%20/%3e%3cpath%20class='st6'%20d='m%2028.86,31.44%20v%200.12%20c%20-0.41,0.08%20-0.79,-0.02%20-1.1,-0.26%20-0.24,-0.34%20-0.51,-0.68%20-0.9,-0.85%200,-0.05%20-0.1,-0.12%200,-0.15%200.85,-0.01%201.36,0.68%202,1.14%20z'%20id='path4333'%20/%3e%3cpath%20class='st6'%20d='m%2069.51,30.31%20c%20-0.4,0.58%20-0.73,1.3%20-1.43,1.56%20-0.12,0%20-0.22,0.17%20-0.32,0.05%200.27,-0.65%200.85,-1.36%201.51,-1.63%20z'%20id='path4335'%20/%3e%3cpath%20class='st6'%20d='m%2032.89,30.51%20c%200.02,0.19%20-0.12,0.23%20-0.24,0.32%20-0.13,0.02%20-0.2,-0.08%20-0.29,-0.19%20-0.07,-0.17%200.09,-0.24%200.17,-0.33%200.14,-0.02%200.29,0.08%200.36,0.2%20z'%20id='path4337'%20/%3e%3cpath%20class='st6'%20d='m%2071.64,30.62%20c%20-0.15,0.22%20-0.08,0.55%20-0.24,0.78%20-0.34,0.4%20-0.63,0.84%20-1.17,0.93%20-0.09,-0.17%200.12,-0.35%200.2,-0.5%200.24,-0.51%200.58,-1.09%201.12,-1.31%20z'%20id='path4339'%20/%3e%3cpath%20class='st6'%20d='m%2023.6,30.77%20c%200.05,0.12%200.1,0.24%200,0.38%20-0.1,0.08%20-0.25,0.12%20-0.39,0.07%20-0.15,-0.08%20-0.2,-0.27%20-0.14,-0.41%200.11,-0.16%200.41,-0.25%200.53,-0.04%20z'%20id='path4341'%20/%3e%3cpath%20class='st6'%20d='m%2022.63,30.98%200.05,0.24%20c%20-0.05,0.09%20-0.13,0.19%20-0.24,0.2%20-0.19,0.04%20-0.31,-0.07%20-0.39,-0.22%20-0.02,-0.16%200.04,-0.29%200.17,-0.36%200.16,-0.07%200.33,0.02%200.41,0.14%20z'%20id='path4343'%20/%3e%3cpath%20class='st6'%20d='m%2024.64,31.08%20c%200.04,0.13%200.07,0.37%20-0.13,0.41%20-0.24,0.1%20-0.37,-0.07%20-0.51,-0.2%200,-0.15%200.08,-0.28%200.2,-0.34%200.17,-0.02%200.32,-0.01%200.44,0.13%20z'%20id='path4345'%20/%3e%3cpath%20class='st6'%20d='m%2027.42,31.3%20c%20-0.01,0.12%200.02,0.29%20-0.12,0.32%20l%20-0.32,0.04%20c%20-0.03,-0.1%20-0.22,-0.19%20-0.12,-0.31%200.07,-0.08%200.13,-0.14%200.24,-0.19%200.1,0.05%200.25,0.01%200.32,0.14%20z'%20id='path4347'%20/%3e%3cpath%20class='st6'%20d='m%2073.28,31.42%20c%20-0.05,0.12%20-0.12,0.28%20-0.26,0.28%20-0.15,-0.02%20-0.3,-0.03%20-0.39,-0.19%20-0.07,-0.19%200.09,-0.29%200.22,-0.34%200.17,0%200.39,0.06%200.43,0.25%20z'%20id='path4349'%20/%3e%3cpath%20class='st6'%20d='m%2070.17,31.51%20c%200.02,0.14%20-0.14,0.24%20-0.21,0.29%20-0.24,0.1%20-0.44,-0.07%20-0.53,-0.26%200.03,-0.15%200.15,-0.26%200.29,-0.31%200.23,-0.02%200.35,0.1%200.45,0.28%20z'%20id='path4351'%20/%3e%3cpath%20class='st6'%20d='m%2072.27,31.48%20c%200,0.12%20-0.07,0.24%20-0.15,0.29%20-0.14,0.05%20-0.31,0.04%20-0.41,-0.07%20-0.15,-0.14%20-0.03,-0.26%200.07,-0.36%200.15,-0.09%200.44,-0.07%200.49,0.14%20z'%20id='path4353'%20/%3e%3cpath%20class='st6'%20d='m%2023.16,31.76%20c%200.03,0.19%20-0.03,0.36%20-0.2,0.43%20-0.15,0%20-0.32,-0.09%20-0.37,-0.24%20-0.02,-0.15%200.03,-0.31%200.17,-0.36%200.16,-0.05%200.3,0.05%200.4,0.17%20z'%20id='path4355'%20/%3e%3cpath%20class='st6'%20d='m%2069.32,31.95%20c%200.05,0.19%20-0.05,0.36%20-0.24,0.44%20-0.14,0.04%20-0.22,-0.03%20-0.32,-0.12%20-0.07,-0.08%20-0.15,-0.27%20-0.02,-0.35%200.14,-0.26%200.48,-0.16%200.58,0.03%20z'%20id='path4357'%20/%3e%3cpath%20class='st6'%20d='m%2032.3,32.14%20c%200.07,0.19%20-0.14,0.22%20-0.19,0.32%20l%20-0.26,-0.02%20c%20-0.08,-0.1%20-0.19,-0.2%20-0.14,-0.36%200.09,-0.07%200.12,-0.14%200.22,-0.17%200.2,-0.04%200.26,0.13%200.37,0.23%20z'%20id='path4359'%20/%3e%3cpath%20class='st6'%20d='m%2072.97,32.26%20c%200.03,0.12%20-0.07,0.17%20-0.09,0.25%20-0.1,0.09%20-0.27,0.1%20-0.39,0.07%20-0.16,-0.09%20-0.16,-0.22%20-0.16,-0.38%200.1,-0.07%200.12,-0.15%200.24,-0.19%200.16,0.01%200.35,0.08%200.4,0.25%20z'%20id='path4361'%20/%3e%3cpath%20class='st6'%20d='m%2071.92,32.31%20c%200.07,0.2%20-0.12,0.31%20-0.25,0.36%20-0.07,0.02%20-0.17,-0.03%20-0.19,0.07%200.44,0.22%200.71,0.58%201.05,0.91%20v%200.13%20c%20-0.61,-0.02%20-1.24,-0.17%20-1.68,-0.65%20-0.12,-0.08%20-0.32,-0.08%20-0.46,-0.2%200.22,-0.22%200.63,-0.13%200.94,-0.15%200.22,-0.24%20-0.26,-0.41%200.03,-0.61%200.1,-0.02%200.17,-0.12%200.31,-0.09%200.11,0.04%200.18,0.13%200.25,0.23%20z'%20id='path4363'%20/%3e%3cpath%20class='st6'%20d='m%2064.97,32.33%20-0.08,0.27%20c%20-0.1,0.1%20-0.26,0.12%20-0.37,0.07%20-0.08,-0.12%20-0.22,-0.22%20-0.17,-0.39%200.13,-0.26%200.57,-0.21%200.62,0.05%20z'%20id='path4365'%20/%3e%3cpath%20class='st6'%20d='m%2027,32.92%20c%20-0.05,0.16%20-0.12,0.26%20-0.29,0.28%20-0.14,-0.02%20-0.26,-0.07%20-0.31,-0.2%20-0.01,-0.12%200.07,-0.19%200.09,-0.28%200.19,-0.15%200.52,-0.05%200.51,0.2%20z'%20id='path4367'%20/%3e%3cpath%20class='st6'%20d='m%2028.37,32.7%20c%200,0.24%20-0.26,0.38%20-0.34,0.62%20-0.26,0.56%20-0.71,1.07%20-1.36,1.13%20-0.07,-0.16%200.22,-0.34%200.29,-0.5%200.27,-0.58%200.81,-0.89%201.31,-1.25%20z'%20id='path4369'%20/%3e%3cpath%20class='st6'%20d='m%2064.56,32.94%20c%200.02,0.18%20-0.15,0.33%20-0.29,0.39%20-0.15,0.05%20-0.27,-0.07%20-0.35,-0.14%20-0.14,-0.14%20-0.05,-0.28%200.02,-0.41%200.2,-0.19%200.49,-0.03%200.62,0.16%20z'%20id='path4371'%20/%3e%3cpath%20class='st6'%20d='m%2065.62,33.06%20c%20-0.02,0.19%20-0.14,0.33%20-0.31,0.38%20L%2065.14,33.4%20C%2065.02,33.33%2064.92,33.23%2064.92,33.09%2065,33%2065.04,32.87%2065.16,32.85%20c%200.15,-0.01%200.4,0.01%200.46,0.21%20z'%20id='path4373'%20/%3e%3cpath%20class='st6'%20d='m%2031,33.05%20c%200.02,0.19%20-0.12,0.29%20-0.25,0.36%20-0.15,0.02%20-0.25,-0.08%20-0.32,-0.21%20-0.03,-0.15%200.12,-0.26%200.2,-0.34%200.21,-0.07%200.25,0.08%200.37,0.19%20z'%20id='path4375'%20/%3e%3cpath%20class='st6'%20d='m%2032.18,33.11%20c%20-0.05,0.16%20-0.15,0.26%20-0.32,0.29%20-0.12,-0.03%20-0.25,-0.07%20-0.3,-0.21%20-0.02,-0.17%200.12,-0.26%200.23,-0.34%200.17,0.01%200.35,0.07%200.39,0.26%20z'%20id='path4377'%20/%3e%3cpath%20class='st6'%20d='m%2069.27,34.31%20c%200.08,0.07%200.24,0.16%200.2,0.28%20-0.27,0.12%20-0.49,-0.19%20-0.75,-0.24%20-0.41,-0.41%20-0.71,-0.86%20-0.88,-1.37%200.15,-0.16%200.32,0.03%200.46,0.08%200.39,0.33%200.76,0.75%200.97,1.25%20z'%20id='path4379'%20/%3e%3cpath%20class='st6'%20d='m%2069.9,33.11%20c%200.05,0.12%200.03,0.26%20-0.03,0.38%20-0.1,0.17%20-0.32,0.14%20-0.48,0.1%20-0.08,-0.1%20-0.24,-0.24%20-0.14,-0.39%200.05,-0.14%200.2,-0.17%200.33,-0.22%200.11,-0.02%200.2,0.08%200.32,0.13%20z'%20id='path4381'%20/%3e%3cpath%20class='st6'%20d='m%2033.74,33.56%20c%200.02,0.14%200.05,0.34%20-0.12,0.43%20-0.15,0.03%20-0.36,-0.02%20-0.41,-0.21%20-0.08,-0.21%200.1,-0.24%200.2,-0.34%200.14,-0.04%200.23,0.03%200.33,0.12%20z'%20id='path4383'%20/%3e%3cpath%20class='st6'%20d='m%2065.56,34.67%20c%200.24,0.34%200.41,0.77%200.44,1.21%20-0.05,0.12%200.08,0.24%20-0.02,0.32%20h%20-0.07%20c%20-0.77,-0.54%20-0.93,-1.32%20-1.22,-2.09%20l%20-0.07,-0.17%20c%200.17,-0.15%200.29,0.15%200.46,0.21%20z'%20id='path4385'%20/%3e%3cpath%20class='st6'%20d='m%2035.95,34.09%200.02,0.03%20c%20-0.68,0.48%20-1.63,0.77%20-2.41,0.31%20l%200.09,-0.16%20c%200.49,-0.16%200.97,-0.39%201.5,-0.33%20z'%20id='path4387'%20/%3e%3cpath%20class='st6'%20d='m%2032.08,34.18%20c%20-0.58,0.36%20-1.1,1.06%20-1.82,1.23%20-0.14,0.05%20-0.22,0.24%20-0.39,0.14%200.31,-0.93%201.31,-1.42%202.21,-1.51%20z'%20id='path4389'%20/%3e%3cpath%20class='st6'%20d='m%2064.56,34.94%20c%200.05,0.14%200,0.33%20-0.14,0.36%20H%2064.1%20c%20-0.15,-0.07%20-0.15,-0.22%20-0.15,-0.34%200.05,-0.12%200.17,-0.13%200.25,-0.19%200.16,0.04%200.28,0.04%200.36,0.17%20z'%20id='path4391'%20/%3e%3cpath%20class='st6'%20d='m%2063.15,35.03%20c%20-0.1,0.24%20-0.39,0.38%20-0.61,0.45%20-0.58,0.21%20-1.1,-0.07%20-1.61,-0.2%200.02,-0.14%200.19,-0.09%200.27,-0.17%200.56,-0.12%201.14,-0.24%201.73,-0.08%20z'%20id='path4393'%20/%3e%3cpath%20class='st6'%20d='m%2032.08,35.52%20c%20-0.05,0.07%20-0.07,0.22%20-0.21,0.28%20-0.12,0.05%20-0.24,0%20-0.34,-0.07%20-0.03,-0.1%20-0.15,-0.19%20-0.07,-0.31%200.04,-0.12%200.17,-0.15%200.27,-0.19%200.18,0.02%200.31,0.13%200.35,0.29%20z'%20id='path4395'%20/%3e%3cpath%20class='st6'%20d='m%2033.08,35.68%20c%20-0.05,0.1%20-0.1,0.26%20-0.24,0.33%20-0.14,0.04%20-0.24,-0.04%20-0.34,-0.12%20-0.05,-0.1%20-0.1,-0.22%20-0.05,-0.34%20l%200.24,-0.16%20c%200.17,-0.02%200.32,0.15%200.39,0.29%20z'%20id='path4397'%20/%3e%3cpath%20class='st6'%20d='m%2064.24,35.85%20c%200.02,0.14%20-0.05,0.22%20-0.12,0.33%20-0.08,0.12%20-0.25,0.14%20-0.37,0.07%20-0.12,-0.02%20-0.15,-0.15%20-0.2,-0.24%20-0.1,-0.14%200.06,-0.22%200.12,-0.34%200.18,-0.16%200.49,-0.07%200.57,0.18%20z'%20id='path4399'%20/%3e%3cpath%20class='st6'%20d='m%2064.99,35.82%200.03,0.24%20c%20-0.1,0.09%20-0.17,0.3%20-0.37,0.22%20-0.1,0.03%20-0.15,-0.1%20-0.21,-0.14%20-0.07,-0.17%20-0.01,-0.43%200.21,-0.46%200.15,-0.05%200.25,0.08%200.34,0.14%20z'%20id='path4401'%20/%3e%3cpath%20class='st6'%20d='m%2032.47,36.31%20c%200.03,0.19%20-0.03,0.35%20-0.17,0.46%20-0.19,0.04%20-0.42,0.04%20-0.49,-0.19%20-0.02,-0.17%200,-0.39%200.2,-0.5%200.17,-0.01%200.37,0.03%200.46,0.23%20z'%20id='path4403'%20/%3e%3cpath%20class='st6'%20d='m%2033.43,36.24%20c%20-0.03,0.48%20-0.14,1.06%20-0.61,1.34%20-0.27,0.05%20-0.54,0.31%20-0.82,0.14%20v%20-0.09%20c%200.36,-0.51%201.01,-0.9%201.43,-1.39%20z'%20id='path4405'%20/%3e%3cpath%20class='st6'%20d='m%2061.57,36.64%20c%200.07,0.1%20-0.05,0.19%20-0.1,0.27%20-0.1,0.12%20-0.29,0.07%20-0.41,0.02%20-0.12,-0.06%20-0.14,-0.22%20-0.09,-0.34%200.04,-0.1%200.14,-0.15%200.22,-0.18%200.16,-0.03%200.3,0.11%200.38,0.23%20z'%20id='path4407'%20/%3e%3cpath%20class='st6'%20d='m%2035.13,37.42%20c%200.24,0.4%200.1,0.92%200.24,1.35%20-0.29,0.03%20-0.41,-0.29%20-0.59,-0.46%20-0.37,-0.51%20-0.32,-1.2%20-0.49,-1.8%20l%200.12,-0.03%20c%200.26,0.17%200.44,0.49%200.65,0.71%20-0.05,0.13%200.09,0.13%200.07,0.23%20z'%20id='path4409'%20/%3e%3cpath%20class='st6'%20d='m%2062.42,36.77%20c%200,0.14%20-0.15,0.17%20-0.24,0.26%20-0.12,-0.02%20-0.22,-0.07%20-0.32,-0.16%20-0.05,-0.17%200.08,-0.22%200.17,-0.3%200.17,-0.07%200.34,0.02%200.39,0.2%20z'%20id='path4411'%20/%3e%3cpath%20class='st6'%20d='m%2064.44,38.3%20-0.1,0.12%20h%20-0.07%20c%20-0.49,-0.45%20-0.98,-0.94%20-0.91,-1.63%20l%200.1,-0.02%20c%200.46,0.4%200.97,0.83%200.98,1.53%20z'%20id='path4413'%20/%3e%3cpath%20class='st6'%20d='m%2063.17,37.75%20c%200.02,0.14%20-0.07,0.24%20-0.15,0.32%20-0.19,0.05%20-0.48,0.04%20-0.51,-0.22%20-0.02,-0.17%200.17,-0.26%200.25,-0.34%200.21,-0.05%200.34,0.09%200.41,0.24%20z'%20id='path4415'%20/%3e%3cpath%20class='st6'%20d='m%2062.05,38.11%20c%20-0.24,0.63%20-0.88,0.96%20-1.33,1.44%20L%2060.69,39.3%20c%200.17,-0.65%200.68,-1.28%201.31,-1.54%200.27,0.02%200,0.21%200.05,0.35%20z'%20id='path4417'%20/%3e%3cpath%20class='st6'%20d='m%2063.32,38.62%20c%200,0.15%20-0.15,0.22%20-0.23,0.31%20-0.14,-0.02%20-0.27,-0.05%20-0.37,-0.19%20-0.02,-0.17%200.12,-0.22%200.22,-0.31%200.16,-0.03%200.32,0.05%200.38,0.19%20z'%20id='path4419'%20/%3e%3cpath%20class='st6'%20d='m%2050.69,7.57%20c%200.23,0%200.42,0.19%200.42,0.42%200,0.23%20-0.19,0.42%20-0.42,0.42%20h%20-5.03%20c%20-0.23,0%20-0.42,-0.19%20-0.42,-0.42%200,-0.23%200.19,-0.42%200.42,-0.42%20z%20M%2047.13,8.3%20c%200.49,0%200.02,-0.6%20-0.24,-0.6%20H%2046.4%20c%20-0.49,0%20-0.03,0.6%200.24,0.6%20z%20m%202.06,0%20c%200.49,0%200.03,-0.6%20-0.24,-0.6%20h%20-0.5%20c%20-0.49,0%20-0.02,0.6%200.24,0.6%20z%20m%201.52,-0.6%20h%20-0.19%20c%20-0.49,0%20-0.08,0.6%200.19,0.6%200.33,0%200.35,-0.6%200,-0.6%20z'%20id='path4421'%20/%3e%3cpath%20class='st6'%20d='m%2050.25,13.35%200.96,0.37%200.95,-0.37%20-0.38,1.42%200.75,-0.16%20-0.25,0.86%200.25,0.82%20-0.66,-0.18%200.29,1.53%20-0.95,-0.37%20-0.96,0.37%200.39,-1.53%20-0.77,0.21%200.2,-0.86%20-0.2,-0.82%200.73,0.12%20z%20m%201.42,2.55%20c%200.21,0%200.23,-0.3%200.23,-0.56%200,-0.58%20-0.46,0%20-0.7,-0.55%20-0.17,0.46%20-0.65,0.04%20-0.65,0.53%200,0.34%200,0.57%200.34,0.57%20h%200.78%20z%20m%20-0.95,-0.53%20c%200,0.23%200.3,0.08%200.52,0.08%200.22,0%200.52,0.15%200.52,-0.08%200,-0.31%20-0.3,-0.21%20-0.52,-0.21%20-0.22,0.01%20-0.52,-0.1%20-0.52,0.21%20z'%20id='path4423'%20/%3e%3cpolygon%20class='st6'%20points='47.83,15.22%2047.96,15.09%2047.88,14.94%2048.05,14.96%2048.15,14.78%2048.24,14.96%2048.41,14.94%2048.33,15.09%2048.46,15.22%2048.3,15.25%2048.3,15.43%2048.15,15.32%2047.99,15.43%2047.99,15.25%20'%20id='polygon4425'%20/%3e%3cpolygon%20class='st6'%20points='47.09,16.18%2047.21,16.05%2047.13,15.91%2047.3,15.93%2047.4,15.75%2047.5,15.92%2047.66,15.91%2047.59,16.05%2047.71,16.18%2047.55,16.21%2047.55,16.39%2047.4,16.28%2047.25,16.39%2047.25,16.21%20'%20id='polygon4427'%20/%3e%3cpolygon%20class='st6'%20points='48.35,16.06%2048.48,15.93%2048.4,15.78%2048.57,15.8%2048.67,15.63%2048.76,15.8%2048.93,15.78%2048.85,15.93%2048.98,16.06%2048.82,16.09%2048.82,16.27%2048.67,16.15%2048.52,16.27%2048.52,16.09%20'%20id='polygon4429'%20/%3e%3cpolygon%20class='st6'%20points='48.57,16.87%2048.64,16.8%2048.6,16.72%2048.69,16.73%2048.75,16.63%2048.8,16.72%2048.9,16.72%2048.86,16.8%2048.93,16.87%2048.84,16.89%2048.84,16.99%2048.75,16.92%2048.66,16.99%2048.66,16.89%20'%20id='polygon4431'%20/%3e%3cpolygon%20class='st6'%20points='47.21,17.45%2047.43,17.22%2047.29,16.98%2047.58,17%2047.75,16.71%2047.92,17%2048.2,16.98%2048.07,17.22%2048.28,17.45%2048.01,17.5%2048.01,17.81%2047.75,17.61%2047.49,17.81%2047.49,17.5%20'%20id='polygon4433'%20/%3e%3cpolygon%20class='st6'%20points='50.2,2.7%2049.43,4.09%2050.72,5%2049.16,5.26%2049.26,6.85%2048.09,5.78%2046.91,6.85%2047.01,5.26%2045.45,5%2046.74,4.09%2045.97,2.7%2047.49,3.15%2048.09,1.68%2048.68,3.15%20'%20id='polygon4435'%20/%3e%3cpath%20class='st6'%20d='m%2042.6,34.66%20c%20-0.18,0.06%20-0.25,0.12%20-0.2,0.3%20l%200.21,0.9%20c%200.04,0.17%200.05,0.43%20-0.06,0.59%20-0.14,0.19%20-0.41,0.32%20-0.62,0.37%20-0.15,0.03%20-0.47,0.09%20-0.73,-0.01%20-0.17,-0.08%20-0.28,-0.15%20-0.35,-0.46%20l%20-0.22,-0.94%20c%20-0.06,-0.24%20-0.14,-0.22%20-0.34,-0.2%20l%20-0.02,-0.07%201.14,-0.27%200.02,0.07%20c%20-0.22,0.06%20-0.32,0.09%20-0.26,0.34%20l%200.22,0.95%20c%200.04,0.16%200.13,0.55%200.61,0.43%200.59,-0.14%200.5,-0.58%200.46,-0.76%20l%20-0.2,-0.86%20c%20-0.04,-0.17%20-0.1,-0.26%20-0.4,-0.2%20l%20-0.02,-0.07%200.74,-0.18%20z'%20id='path4437'%20/%3e%3cpath%20class='st6'%20d='m%2044.29,34.85%20c%20-0.1,-0.19%20-0.38,-0.47%20-0.78,-0.38%20-0.18,0.04%20-0.34,0.17%20-0.3,0.35%200.03,0.15%200.11,0.2%200.42,0.26%20l%200.54,0.1%20c%200.13,0.02%200.42,0.13%200.49,0.44%200.06,0.25%20-0.09,0.64%20-0.71,0.78%20-0.32,0.07%20-0.49,0.01%20-0.59,0.03%20l%20-0.08,0.12%20-0.1,0.02%20-0.16,-0.7%200.1,-0.02%20c%200.13,0.28%200.4,0.55%200.83,0.46%200.41,-0.09%200.36,-0.38%200.35,-0.42%20-0.04,-0.19%20-0.21,-0.22%20-0.45,-0.26%20l%20-0.24,-0.04%20c%20-0.63,-0.1%20-0.68,-0.35%20-0.71,-0.48%20-0.04,-0.17%20-0.02,-0.58%200.62,-0.72%200.27,-0.06%200.45,0%200.55,-0.02%20l%200.09,-0.12%200.1,-0.02%200.14,0.61%20z'%20id='path4439'%20/%3e%3cpath%20class='st6'%20d='m%2046.54,35.97%20-1.23,0.12%20-0.01,-0.07%20c%200.25,-0.04%200.33,-0.06%200.31,-0.3%20l%20-0.14,-1.53%20c%20-0.24,0.04%20-0.59,0.09%20-0.62,0.55%20l%20-0.1,0.01%20-0.05,-0.58%202.07,-0.2%200.06,0.58%20-0.1,0.01%20C%2046.62,34.1%2046.26,34.12%2046.02,34.13%20l%200.14,1.53%20c%200.02,0.25%200.11,0.24%200.36,0.23%20z'%20id='path4441'%20/%3e%3cpath%20class='st6'%20d='m%2049.42,35.97%20-0.71,-0.01%20-0.7,-0.93%20H%2047.92%20L%2047.9,35.6%20c%20-0.01,0.23%200.07,0.24%200.3,0.27%20v%200.07%20l%20-1.17,-0.02%20v%20-0.07%20c%200.24,-0.02%200.31,-0.03%200.31,-0.26%20l%200.03,-1.29%20c%200,-0.25%20-0.1,-0.26%20-0.3,-0.27%20v%20-0.08%20l%201.11,0.02%20c%200.24,0%200.98,0.04%200.97,0.53%20-0.01,0.36%20-0.37,0.44%20-0.56,0.48%20l%200.68,0.84%200.14,0.06%20v%200.09%20z%20m%20-1.5,-1.03%20c%200.45,0.01%200.63,-0.05%200.64,-0.43%200,-0.29%20-0.13,-0.42%20-0.41,-0.43%20-0.19,0%20-0.2,0.03%20-0.22,0.12%20z'%20id='path4443'%20/%3e%3cpath%20class='st6'%20d='m%2051.69,36.26%20-1.11,-0.14%200.01,-0.07%20c%200.21,0.01%200.27,0.02%200.29,-0.08%200.01,-0.08%20-0.07,-0.31%20-0.11,-0.4%20L%2050,35.47%20c%20-0.12,0.19%20-0.19,0.31%20-0.2,0.35%20-0.01,0.11%200.15,0.14%200.27,0.16%20l%20-0.01,0.07%20-0.7,-0.09%200.01,-0.07%20c%200.19,0%200.25,-0.09%200.38,-0.29%20l%200.96,-1.48%200.1,0.01%200.58,1.61%20c%200.12,0.32%200.16,0.43%200.33,0.45%20z%20m%20-0.96,-0.81%20-0.26,-0.74%20-0.41,0.66%20z'%20id='path4445'%20/%3e%3cpath%20class='st6'%20d='m%2053.71,36.67%20-1.97,-0.36%200.01,-0.08%20c%200.19,0.02%200.3,0.03%200.33,-0.15%20l%200.25,-1.38%20c%200.04,-0.19%20-0.1,-0.22%20-0.26,-0.26%20l%200.01,-0.07%201.19,0.22%20-0.02,0.07%20c%20-0.24,-0.04%20-0.35,-0.05%20-0.39,0.2%20l%20-0.24,1.35%20c%20-0.02,0.14%200.04,0.18%200.27,0.22%200.51,0.09%200.75,-0.11%200.96,-0.41%20l%200.1,0.02%20z'%20id='path4447'%20/%3e%3cpath%20class='st6'%20d='m%2055.01,36.96%20-1.18,-0.25%200.02,-0.07%20c%200.18,0.02%200.32,0.04%200.36,-0.14%20l%200.28,-1.38%20c%200.04,-0.19%20-0.12,-0.23%20-0.27,-0.27%20l%200.01,-0.07%201.19,0.25%20-0.02,0.07%20c%20-0.16,-0.03%20-0.32,-0.06%20-0.36,0.13%20l%20-0.29,1.38%20c%20-0.03,0.18%200.1,0.22%200.28,0.27%20z'%20id='path4449'%20/%3e%3cpath%20class='st6'%20d='m%2057.42,37.27%20-1.12,-0.12%200.01,-0.07%20c%200.21,0.01%200.28,0.01%200.29,-0.08%200.01,-0.08%20-0.08,-0.3%20-0.12,-0.4%20l%20-0.77,-0.08%20c%20-0.12,0.2%20-0.19,0.31%20-0.19,0.35%20-0.01,0.11%200.15,0.14%200.27,0.16%20l%20-0.01,0.07%20-0.7,-0.07%200.01,-0.07%20c%200.19,0%200.25,-0.1%200.37,-0.3%20l%200.93,-1.51%200.09,0.01%200.61,1.6%20c%200.13,0.33%200.17,0.43%200.34,0.44%20z%20m%20-0.98,-0.79%20-0.28,-0.74%20-0.4,0.67%20z'%20id='path4451'%20/%3e%3cpath%20class='st6'%20d='m%2048.56,13.82%20c%200,-0.7%20-0.39,-0.04%20-0.6,-0.64%20-0.16,0.5%20-0.63,0.08%20-0.63,0.62%200,0.21%200.05,0.33%200.15,0.39%20v%200.21%20l%200.1,0.09%20h%200.74%20l%200.1,-0.09%20v%20-0.23%20c%200.08,-0.07%200.14,-0.19%200.14,-0.35%20z%20m%20-0.6,0.13%20c%20-0.2,0%20-0.48,0.14%20-0.48,-0.1%200,-0.34%200.23,-0.27%200.44,-0.27%200.2,0%200.52,-0.08%200.52,0.27%200,0.24%20-0.28,0.1%20-0.48,0.1%20z'%20id='path4453'%20/%3e%3cpath%20class='st6'%20d='m%2054.64,22.39%20c%200.18,0%200.32,-0.13%200.32,-0.28%200,-0.16%20-0.14,-0.29%20-0.32,-0.29%20-0.17,0%20-0.32,0.13%20-0.32,0.29%200,0.15%200.14,0.28%200.32,0.28%20z'%20id='path4455'%20/%3e%3cpath%20class='st6'%20d='m%2053.13,12.04%20-0.15,0.3%20c%200,0.09%200.07,0.17%200.15,0.17%200.09,0%200.16,-0.08%200.16,-0.17%20z'%20id='path4457'%20/%3e%3cpath%20class='st6'%20d='m%2042.88,12.04%20-0.15,0.3%20c%200,0.09%200.07,0.17%200.15,0.17%200.08,0%200.15,-0.08%200.15,-0.17%20z'%20id='path4459'%20/%3e%3cpath%20class='st6'%20d='m%2045.44,12.04%20-0.15,0.3%20c%200,0.09%200.07,0.17%200.15,0.17%200.08,0%200.15,-0.08%200.15,-0.17%20z'%20id='path4461'%20/%3e%3cpath%20class='st6'%20d='m%2048.01,12.04%20-0.15,0.3%20c%200,0.09%200.07,0.17%200.15,0.17%200.08,0%200.15,-0.08%200.15,-0.17%20z'%20id='path4463'%20/%3e%3cpath%20class='st6'%20d='m%2050.57,12.04%20-0.15,0.3%20c%200,0.09%200.07,0.17%200.15,0.17%200.08,0%200.15,-0.08%200.15,-0.17%20z'%20id='path4465'%20/%3e%3cpath%20class='st6'%20d='m%2042.88,15.56%200.15,0.3%20c%200,0.09%20-0.07,0.17%20-0.15,0.17%20-0.08,0%20-0.15,-0.08%20-0.15,-0.17%20z'%20id='path4467'%20/%3e%3cpolygon%20class='st6'%20points='42.88,19.45%2042.73,19.28%2042.88,18.98%2043.03,19.28%20'%20id='polygon4469'%20/%3e%3cpath%20class='st6'%20d='m%2043.29,21.69%200.15,0.3%20c%200,0.09%20-0.07,0.17%20-0.15,0.17%20-0.08,0%20-0.15,-0.07%20-0.15,-0.17%20z'%20id='path4471'%20/%3e%3cpath%20class='st6'%20d='m%2045.44,23.13%200.15,0.3%20c%200,0.09%20-0.07,0.17%20-0.15,0.17%20-0.08,0%20-0.15,-0.08%20-0.15,-0.17%20z'%20id='path4473'%20/%3e%3cpath%20class='st6'%20d='m%2053.26,15.56%20-0.15,0.3%20c%200,0.09%200.07,0.17%200.15,0.17%200.09,0%200.15,-0.08%200.15,-0.17%20z'%20id='path4475'%20/%3e%3cpolygon%20class='st6'%20points='53.26,19.45%2053.42,19.28%2053.26,18.98%2053.11,19.28%20'%20id='polygon4477'%20/%3e%3cpath%20class='st6'%20d='m%2052.85,21.69%20-0.15,0.3%20c%200,0.09%200.07,0.17%200.15,0.17%200.08,0%200.15,-0.07%200.15,-0.17%20z'%20id='path4479'%20/%3e%3cpath%20class='st6'%20d='m%2050.7,23.13%20-0.15,0.3%20c%200,0.09%200.07,0.17%200.15,0.17%200.08,0%200.15,-0.08%200.15,-0.17%20z'%20id='path4481'%20/%3e%3cpath%20class='st6'%20d='m%2048.09,24.66%20-0.15,0.3%20c%200,0.09%200.06,0.17%200.15,0.17%200.08,0%200.15,-0.07%200.15,-0.17%20z'%20id='path4483'%20/%3e%3cpath%20class='st6'%20d='m%2052.26,19.55%20c%200.03,0.05%200.11,0.07%200.22,0.03%20l%200.1,-0.28%20-0.18,-0.11%20c%20-0.27,0.07%20-0.57,0.1%20-0.72,0.36%200,0.18%200.13,0.34%200.26,0.42%200.1,-0.03%200.11,0.07%200.18,0.11%20l%20-0.11,0.15%20c%20-0.19,-0.2%20-0.53,0.06%20-0.68,-0.18%200.06,-0.25%200.19,-0.52%20-0.02,-0.75%20l%200.05,-0.14%20c%20-0.08,-0.23%20-0.32,-0.05%20-0.47,-0.05%20-0.24,-0.03%20-0.44,0.1%20-0.58,0.3%20l%200.13,0.24%200.11,0.06%20-0.16,0.1%200.04,0.19%20c%20-0.11,0.05%20-0.23,-0.12%20-0.28,-0.2%200,-0.13%200.02,-0.36%20-0.16,-0.39%20l%20-0.14,0.04%20c%20-0.04,0.05%20-0.07,0.15%20-0.07,0.27%200,0.12%200.07,0.29%200.07,0.29%200,0%200.5,0.37%200.61,0.59%20-0.15,0.3%20-0.15,0.7%20-0.48,0.86%20-0.1,0.07%20-0.1,0.16%20-0.1,0.26%20l%200.08,0.06%20c%200.21,-0.11%200.61,-0.15%200.58,-0.5%200.08,-0.15%200.16,-0.31%200.3,-0.42%200.16,-0.03%200.31,0.05%200.37,0.18%20-0.05,0.25%20-0.21,0.41%20-0.44,0.49%20l%20-0.02,0.13%20c%200.06,0.11%200.24,0.06%200.34,0.05%200.27,-0.18%200.39,-0.5%200.63,-0.6%200.03,0.17%20-0.33,0.21%20-0.1,0.37%200.15,-0.03%200.34,0.02%200.44,-0.18%20-0.11,-0.28%200.39,-0.41%200.08,-0.65%200,-0.24%200.26,-0.34%200.24,-0.6%20-0.09,-0.26%20-0.4,-0.26%20-0.48,-0.51%200.12,-0.05%200.26,-0.03%200.36,0.01%20z'%20id='path4485'%20/%3e%3cpath%20class='st6'%20d='m%2040.47,22.51%20c%200.18,0%200.32,-0.13%200.32,-0.28%200,-0.15%20-0.14,-0.28%20-0.32,-0.28%20-0.18,0%20-0.32,0.13%20-0.32,0.28%200,0.16%200.15,0.28%200.32,0.28%20z'%20id='path4487'%20/%3e%3cpath%20class='st6'%20d='m%2023.84,32.23%20c%200.17,0%200.32,-0.13%200.32,-0.3%200,-0.17%20-0.14,-0.3%20-0.32,-0.3%20-0.17,0%20-0.32,0.13%20-0.32,0.3%200.01,0.16%200.15,0.3%200.32,0.3%20z'%20id='path4489'%20/%3e%3cpath%20class='st6'%20d='M%2034.43,34.59%20H%2034.4%20l%20-0.02,-0.03%20v%200.02%200.01%200%20h%20-0.03%20v%200%20l%200.01,-0.01%20v%20-0.04%20l%20-0.01,-0.01%20v%20-0.01%20h%200.03%20l%200.03,0.01%20-0.02,0.02%200.04,0.04%20z%20m%20-0.05,-0.03%200.02,-0.01%20-0.01,-0.01%20v%200%200.02%20z'%20id='path4491'%20/%3e%3cpolygon%20class='st6'%20points='34.44,34.54%2034.45,34.55%2034.46,34.56%2034.47,34.57%2034.45,34.59%2034.43,34.59%2034.43,34.59%2034.43,34.59%2034.43,34.57%2034.43,34.57%2034.45,34.59%2034.46,34.58%2034.45,34.57%2034.45,34.56%2034.43,34.54%2034.45,34.53%2034.47,34.53%2034.47,34.53%2034.47,34.53%2034.47,34.55%2034.45,34.53%20'%20id='polygon4493'%20/%3e%3cpolygon%20class='st6'%20points='34.55,34.59%2034.55,34.59%2034.53,34.55%2034.51,34.59%2034.51,34.59%2034.49,34.53%2034.48,34.53%2034.48,34.53%2034.51,34.53%2034.51,34.53%2034.5,34.53%2034.5,34.54%2034.52,34.57%2034.53,34.54%2034.52,34.53%2034.52,34.53%2034.52,34.53%2034.55,34.53%2034.55,34.53%2034.54,34.53%2034.54,34.54%2034.55,34.57%2034.57,34.54%2034.57,34.53%2034.56,34.53%2034.56,34.53%2034.58,34.53%2034.57,34.53%20'%20id='polygon4495'%20/%3e%3cpath%20class='st6'%20d='m%2034.58,34.59%200.03,-0.02%20v%200%200%20l%20-0.02,-0.02%200.02,-0.02%200.02,0.03%20z%20m%200.02,-0.03%20v%200%20l%200.01,-0.01%20-0.01,-0.02%20-0.01,0.01%20z'%20id='path4497'%20/%3e%3cpolygon%20class='st6'%20points='34.67,34.57%2034.64,34.59%2034.63,34.58%2034.63,34.57%2034.65,34.58%2034.66,34.57%2034.65,34.56%2034.63,34.56%2034.64,34.53%2034.67,34.53%2034.67,34.54%2034.64,34.54%2034.64,34.55%2034.66,34.55%20'%20id='polygon4499'%20/%3e%3cpath%20class='st6'%20d='m%2053.99,11.64%20v%200%20L%2042.16,11.63%20v%200.01%200%20l%200.01,9.04%20c%200,0.92%200.39,1.73%200.93,1.98%20l%204.55,2.89%20c%200.1,0.11%200.25,0.19%200.42,0.19%200.14,0%200.27,-0.06%200.37,-0.14%20l%204.62,-2.93%20c%200.54,-0.25%200.93,-1.05%200.93,-1.98%20z%20m%20-0.34,9.16%20c%20-0.06,0.69%20-0.29,1.26%20-0.77,1.58%20l%20-4.46,2.84%20H%2048.4%20c%20-0.09,0.07%20-0.21,0.12%20-0.34,0.12%20-0.13,0%20-0.25,-0.05%20-0.35,-0.13%20L%2043.26,22.38%20C%2042.79,22.05%2042.55,21.49%2042.49,20.8%20v%20-8.84%20h%2011.17%20v%208.84%20z'%20id='path4501'%20/%3e%3cpath%20class='st6'%20d='M%2049.66,24.82%2049.8,24.75%20Z'%20id='path4503'%20/%3e%3cpath%20class='st6'%20d='m%2040.73,37.18%20-1.12,0.13%20-0.01,-0.07%20c%200.21,-0.04%200.27,-0.05%200.27,-0.14%20l%20-0.21,-0.37%20-0.77,0.09%20c%20-0.07,0.22%20-0.11,0.35%20-0.11,0.39%200.01,0.12%200.18,0.1%200.3,0.1%20l%200.01,0.07%20-0.7,0.08%20-0.01,-0.07%20c%200.18,-0.05%200.22,-0.15%200.3,-0.38%20l%200.58,-1.67%200.1,-0.01%200.95,1.43%20c%200.19,0.29%200.25,0.38%200.42,0.36%20z%20m%20-1.12,-0.56%20-0.43,-0.66%20-0.24,0.74%20z'%20id='path4505'%20/%3e%3cpath%20class='st6'%20d='m%2060.34,32.94%20c%20-0.2,-0.53%20-0.63,-0.89%20-1.16,-1.06%20-0.54,-0.12%20-1.12,-0.03%20-1.48,0.38%20-0.61,0.49%20-0.19,1.32%20-0.17,1.98%200,0.14%200.02,0.24%20-0.12,0.31%20-2.46,-0.22%20-4.76,-0.84%20-7.2,-1.09%20-0.56,-0.1%20-1.13,-0.07%20-1.66,-0.18%20l%20-0.68,-0.07%20c%20-2.12,0.07%20-4.25,0.19%20-6.23,0.7%20-0.43,0.14%20-0.9,0.17%20-1.33,0.33%20-0.3,-0.05%20-0.56,0.17%20-0.85,0.08%20l%20-0.56,0.13%20-0.19,-0.01%20c%20-0.27,-0.71%200.54,-1.13%200.29,-1.82%20-0.22,-0.39%20-0.66,-0.77%20-1.17,-0.7%20-0.58,-0.07%20-1.09,0.25%20-1.36,0.7%20-0.39,0.86%200.1,1.75%200.25,2.58%20-0.03,0.27%200.27,0.58%200,0.81%20-0.54,-0.38%20-1.25,-0.58%20-1.92,-0.39%20-0.2,0.1%20-0.58,-0.04%20-0.68,0.2%200.73,0.39%201.66,0.34%202.48,0.31%200.1,-0.03%200.17,-0.05%200.25,0.02%200.07,0.44%20-0.09,1.04%200.19,1.44%200.31,0.41%200.82,0.51%201.31,0.56%201.56,-0.05%202.96,-0.51%204.38,-0.87%200.22,-0.01%200.39,-0.13%200.63,-0.13%200.76,-0.17%201.6,-0.31%202.41,-0.32%20-0.36,0.46%20-0.56,0.97%20-0.72,1.54%20-0.2,0.46%200.36,0.53%200.53,0.79%20-0.53,0.16%20-0.9,0.51%20-1.39,0.72%20-1.09,-0.03%20-2,0.38%20-3.02,0.5%20-0.02,0.22%200.36,0.15%200.39,0.38%20-0.05,0.15%20-0.2,0.17%20-0.33,0.25%20-0.02,0.1%200,0.12%200.11,0.14%200.1,-0.12%200.32,-0.03%200.42,-0.15%200.34,0%200.63,-0.1%200.95,-0.12%200.29,-0.12%200.61,-0.14%200.87,-0.34%200.35,-0.1%200.58,-0.34%200.93,-0.45%200.51,0%200.97,-0.17%201.44,-0.2%20v%200.1%20c%20-0.39,0.63%20-0.8,1.28%20-1.21,1.88%20-0.07,0.12%200.01,0.24%200.12,0.27%200.24,0.07%200.48,0%200.66,-0.1%200.36,-0.62%200.68,-1.2%200.97,-1.83%200.12,-0.58%200.54,-0.89%200.97,-1.28%200.07,-0.04%200.17,-0.14%200.24,-0.04%20-0.34,0.39%20-0.56,0.77%20-0.82,1.2%20-0.14,0.48%20-0.17,1.1%200.26,1.49%200.2,0.17%200.51,0.12%200.78,0.13%200.66,-0.34%201.51,0.21%202.02,-0.45%200.31,-0.05%200.36,0.31%200.53,0.48%200.29,0.08%200.6,0.38%200.88,0.17%20-0.02,-0.19%20-0.22,-0.36%20-0.32,-0.53%20-0.2,-0.36%20-0.46,-0.65%20-0.65,-0.98%20-0.08,-0.24%20-0.24,-0.39%20-0.27,-0.63%200.3,0.1%200.58,0.3%200.92,0.36%200.29,0.12%200.65,0.1%200.92,0.27%200.22,0.29%200.56,0.46%200.85,0.65%200.42,0.21%200.9,0.24%201.34,0.41%200.17,0.02%200.43,0.15%200.54,0%20-0.07,-0.08%20-0.15,-0.14%20-0.25,-0.19%20-0.05,-0.22%200.31,-0.1%200.42,-0.28%20l%20-0.2,-0.13%20c%20-0.24,-0.13%20-0.85,-0.17%20-1.01,-0.26%20-0.2,-0.03%20-0.39,-0.12%20-0.59,-0.19%20-1.02,0%20-1.58,-0.92%20-2.4,-1.27%200.19,-0.17%200.48,-0.31%200.59,-0.57%200.15,-0.24%200.2,-0.63%200.05,-0.91%20-0.15,-0.53%20-0.83,-0.46%20-1.22,-0.75%20l%200.05,-0.05%20c%200.66,-0.04%201.24,0.12%201.84,0.24%201.63,0.22%203.14,0.84%204.84,0.87%200.93,0%202.1,0.05%202.56,-0.86%200.08,-0.53%200.19,-1.06%200.27,-1.59%200.23,-0.85%200.79,-1.63%200.71,-2.58%20z%20m%20-18.35,7.8%20-0.24,-0.22%20c%200.12,-0.15%200.37,-0.07%200.56,-0.17%200.44,-0.14%200.95,-0.31%201.44,-0.2%20-0.5,0.41%20-1.16,0.46%20-1.76,0.59%20z%20M%2052.6,40.47%20c%200.41,0.18%201.22,0.36%201.81,0.43%20-0.05,0.23%20-0.47,0.01%20-0.42,0.34%20-0.53,-0.21%20-1.14,-0.31%20-1.53,-0.72%20z%20M%2036.66,33.2%20c%200.05,-0.31%200.12,-0.63%200.41,-0.85%200.41,-0.23%200.97,-0.17%201.34,0.05%200.12,0.07%200.2,0.17%200.27,0.33%200.09,0.29%20-0.05,0.6%20-0.25,0.77%20h%20-0.17%20c%200,-0.27%200,-0.55%200.1,-0.77%20-0.02,-0.21%20-0.18,-0.22%20-0.32,-0.31%20-0.29,-0.08%20-0.54,0.05%20-0.76,0.17%20-0.17,0.21%20-0.32,0.46%20-0.22,0.75%200.12,0.19%200.02,0.44%200.08,0.65%20l%20-0.05,0.07%20C%2036.88,33.83%2036.61,33.59%2036.66,33.2%20Z%20m%200.8,0.49%20c%200.25,0.19%200.61,0.1%200.92,0.15%200.05,0.19%200.05,0.43%20-0.09,0.58%20C%2038,34.35%2037.63,34.39%2037.48,34.12%2037.51,34%2037.43,33.82%2037.46,33.69%20Z%20m%20-0.05,-0.58%20c%200.05,-0.13%200,-0.34%200.19,-0.37%200.12,-0.04%200.31,-0.04%200.32,0.1%20-0.02,0.2%20-0.04,0.41%20-0.09,0.6%20-0.24,0.02%20-0.35,-0.12%20-0.42,-0.33%20z%20m%207.96,5.49%20c%20-0.09,-0.6%200.15,-1.11%200.55,-1.54%200.24,-0.05%200.51,-0.1%200.73,0.03%20-0.44,0.12%20-1,0.22%20-1.11,0.79%200.02,0.22%20-0.05,0.34%200.05,0.53%200.19,0.32%200.61,0.19%200.85,0.44%20l%20-0.15,0.21%20C%2046,38.9%2045.64,38.83%2045.37,38.6%20Z%20m%20-0.61,1.18%20c%200.41,-0.17%200.83,-0.53%201.29,-0.38%20-0.32,0.26%20-0.85,0.37%20-1.29,0.38%20z%20m%201.61,0.18%20c%20-0.24,0.55%20-0.51,1.08%20-0.83,1.61%20-0.03,0.09%20-0.17,0.1%20-0.27,0.12%200,-0.24%200.24,-0.43%200.34,-0.63%200.36,-0.46%200.46,-0.96%200.87,-1.4%200.1,0.09%20-0.11,0.16%20-0.11,0.3%20z%20m%200.43,-0.99%20v%200.06%20h%20-0.04%20v%20-0.06%20-0.02%20h%200.07%20l%20-0.07,0.02%20z%20M%2046.65,38.5%20c%20-0.29,-0.04%20-0.56,-0.12%20-0.82,-0.2%20-0.17,-0.17%200,-0.36%200,-0.55%200.24,-0.38%200.91,-0.57%201.24,-0.22%20-0.05,0.37%20-0.18,0.7%20-0.42,0.97%20z%20m%200.37,0%20c%200.05,-0.22%200.15,-0.51%200.27,-0.72%20-0.02,0.23%20-0.11,0.53%20-0.27,0.72%20z%20m%200.19,-1.38%20c%20-0.22,-0.05%20-0.34,-0.31%20-0.58,-0.31%200.21,-0.07%200.41,-0.06%200.64,-0.02%200.09,0.12%20-0.05,0.22%20-0.06,0.33%20z%20m%200.2,0.51%20H%2047.4%20v%20-0.19%20h%200.01%20z%20m%200.02,0.79%200.05,-0.24%200.2,0.12%20c%20-0.05,0.08%20-0.15,0.13%20-0.25,0.12%20z%20m%200.25,-1.06%20c%200.08,-0.24%200.1,-0.45%200.26,-0.63%200.17,0%200.32,0%200.46,0.07%200.03,0.34%200.46,0.8%200,1.09%20-0.15,0.07%20-0.38,0.22%20-0.54,0.07%20-0.23,-0.19%20-0.26,-0.36%20-0.18,-0.6%20z%20m%201.24,-0.49%20c%20-0.04,-0.15%200.15,-0.03%200.22,-0.1%20l%200.52,0.04%20c%20-0.26,-0.04%20-0.6,0.6%20-0.74,0.06%20z%20m%200.85,0.23%20c%20-0.21,0.07%20-0.36,0.31%20-0.56,0.36%200.1,-0.19%200.36,-0.37%200.56,-0.36%20z%20m%20-0.71,1.06%20v%200.05%20h%20-0.02%20v%20-0.05%20z%20m%200.03,1.04%20-0.03,0.12%20-0.39,-0.31%20c%200.19,-0.03%200.32,0.06%200.42,0.19%20z%20m%20-0.46,-0.53%20h%200.15%20z%20M%2048.4,38.42%20c%200.07,-0.1%200.15,-0.26%200.27,-0.26%20l%200.03,0.05%20c%20-0.1,0.09%20-0.18,0.17%20-0.3,0.21%20z%20m%20-0.39,-0.04%20h%20-0.07%20l%200.1,-0.1%20z%20m%200.04,0.65%20c%200.22,-0.24%200.43,0.14%200.51,0.33%200.25,0.37%200.91,0.72%200.66,1.23%20-0.32,0.29%20-0.83,0.02%20-1.19,0.24%20-0.19,-0.01%20-0.51,0.04%20-0.61,-0.15%200.2,-0.55%200.37,-1.17%200.63,-1.65%20z%20m%20-0.47,0.33%200.08,-0.14%20c%20-0.13,0.41%20-0.34,0.84%20-0.56,1.23%20-0.1,-0.41%200.33,-0.73%200.48,-1.09%20z%20m%200.75,2.03%20c%20-0.32,0.02%20-0.82,0.2%20-1.12,-0.07%200.02,-0.14%20-0.13,-0.21%20-0.12,-0.34%200.27,-0.1%200.51,0.23%200.76,-0.02%200.39,0.02%200.8,-0.05%201.19,0.03%200.18,0.05%200.47,-0.31%200.51,0.05%20-0.13,0.58%20-0.82,0.18%20-1.22,0.35%20z%20m%200.98,-2.46%20v%20-0.05%20h%200.03%20v%200.05%20z%20m%200.11,1.08%20c%200.02,0.17%200.19,0.24%200.08,0.39%20-0.04,-0.07%20-0.14,-0.22%20-0.08,-0.39%20z%20m%200.47,1.02%20-0.09,0.03%20c%20-0.09,-0.07%20-0.05,-0.25%20-0.03,-0.36%200.1,0.09%200.19,0.21%200.12,0.33%20z%20m%200.85,0.41%20-0.14,0.02%20c%20-0.51,-0.65%20-0.75,-1.33%20-1.07,-2.05%20l%200.07,-0.02%20c%200.41,0.67%200.73,1.4%201.14,2.05%20z%20m%200.63,-1.57%20-0.03,0.07%20c%20-0.49,0.01%20-0.82,-0.28%20-1.19,-0.53%20l%20-0.01,-0.09%20c%200.45,0.04%200.82,0.33%201.23,0.55%20z%20M%2050.93,37.6%20c%200.2,0.05%200.22,0.27%200.24,0.45%20-0.02,0.38%20-0.22,0.7%20-0.58,0.84%20-0.19,0.1%20-0.48,0.14%20-0.66,0.07%200.41,-0.02%200.85,-0.17%201.02,-0.58%20z%20m%20-0.38,-0.07%20c%200.08,0.24%200.24,0.46%200.15,0.75%20-0.17,0.32%20-0.51,0.32%20-0.81,0.39%20-0.15,0.02%20-0.27,-0.04%20-0.39,-0.12%20l%20-0.07,-0.18%20c%200.05,-0.22%20-0.39,-0.44%20-0.09,-0.63%200.28,-0.25%200.92,-0.83%201.21,-0.21%20z%20m%208.63,-1.25%20c%20-0.14,0.17%20-0.02,0.45%20-0.19,0.59%200,0.31%20-0.26,0.47%20-0.47,0.59%20-2.02,0.44%20-4.01,-0.24%20-5.96,-0.59%20-2.73,-0.59%20-5.93,-0.76%20-8.72,-0.13%20-1.31,0.24%20-2.58,0.54%20-3.84,0.91%20-0.78,0.1%20-1.63,0.22%20-2.38,-0.02%20-0.61,-0.29%20-0.36,-1.08%20-0.54,-1.62%200.03,-0.43%20-0.12,-0.77%20-0.13,-1.18%20-0.05,-0.14%20-0.09,-0.31%20-0.07,-0.45%200.25,0.04%200.51,0.23%200.78,0.29%201.43,0.27%202.7,-0.19%204.03,-0.43%201.27,-0.27%202.58,-0.49%203.92,-0.6%201.53,-0.02%203.09,-0.1%204.55,0.15%200.48,0.02%200.89,0.14%201.34,0.17%200.95,0.12%201.84,0.38%202.8,0.45%200.15,0.05%200.34,0.05%200.51,0.08%201.53,0.24%203.24,0.66%204.71,0%200,0.62%20-0.26,1.19%20-0.34,1.79%20z%20M%2058.7,34.19%20c%200.02,0.28%20-0.24,0.21%20-0.37,0.31%20h%20-0.41%20c%20-0.08,-0.14%20-0.05,-0.34%20-0.05,-0.48%200.27,0.05%200.58,0.05%200.83,0.17%20z%20m%20-0.18,-0.43%20c%200.19,-0.19%20-0.05,-1.26%200.47,-0.56%200,0.14%200.02,0.34%20-0.12,0.45%20-0.08,0.06%20-0.22,0.2%20-0.35,0.11%20z%20m%201.37,-0.17%20c%20-0.15,0.31%20-0.39,0.53%20-0.73,0.58%200.02,-0.41%200.39,-0.7%200.25,-1.16%20-0.22,-0.33%20-0.66,-0.43%20-1.07,-0.34%20-0.15,0.1%20-0.08,0.28%20-0.14,0.43%20l%20-0.07,0.56%20c%20-0.34,0%20-0.36,-0.31%20-0.46,-0.55%200.02,-0.36%200.17,-0.72%200.53,-0.89%200.27,-0.14%200.71,-0.12%200.99,0.04%200.22,0.05%200.47,0.15%200.56,0.36%200.26,0.24%200.19,0.67%200.14,0.97%20z'%20id='path4507'%20/%3e%3cline%20class='st7'%20x1='111.16'%20y1='1.89'%20x2='111.16'%20y2='53.099998'%20id='line4509'%20/%3e%3cpath%20class='st8'%20d='M%205.45,50.93%20H%203.03%20L%202.74,51.6%20C%202.65,51.82%202.6,52%202.6,52.14%20c%200,0.19%200.08,0.33%200.23,0.42%200.09,0.06%200.31,0.09%200.67,0.12%20v%200.19%20H%201.23%20V%2052.68%20C%201.48,52.64%201.68,52.54%201.84,52.38%202,52.21%202.19,51.87%202.43,51.34%20l%202.45,-5.48%20h%200.1%20l%202.47,5.63%20c%200.24,0.53%200.43,0.87%200.58,1%200.12,0.11%200.28,0.16%200.49,0.18%20v%200.19%20H%205.19%20v%20-0.19%20h%200.14%20c%200.27,0%200.45,-0.04%200.56,-0.11%20C%205.96,52.53%206,52.45%206,52.35%20L%205.97,52.17%20C%205.96,52.13%205.91,52%205.82,51.78%20Z%20M%205.28,50.55%204.26,48.18%203.21,50.55%20Z'%20id='path4511'%20/%3e%3cpath%20class='st6'%20d='m%2012.71,48.15%20v%203.7%20c%200,0.36%200.03,0.59%200.1,0.68%200.07,0.08%200.21,0.14%200.41,0.17%20v%200.18%20H%2011.3%20v%20-0.63%20c%20-0.23,0.27%20-0.45,0.47%20-0.68,0.59%20-0.22,0.12%20-0.48,0.18%20-0.76,0.18%20-0.27,0%20-0.5,-0.08%20-0.71,-0.24%20C%208.94,52.62%208.81,52.42%208.73,52.21%208.66,51.99%208.63,51.61%208.63,51.06%20V%2049.18%20C%208.63,48.83%208.59,48.6%208.53,48.51%208.47,48.43%208.33,48.37%208.12,48.34%20v%20-0.19%20h%201.93%20v%203.23%20c%200,0.34%200.02,0.56%200.04,0.65%200.03,0.1%200.08,0.17%200.15,0.22%200.07,0.05%200.15,0.08%200.24,0.08%200.12,0%200.23,-0.03%200.33,-0.09%200.13,-0.09%200.3,-0.27%200.48,-0.53%20v%20-2.53%20c%200,-0.35%20-0.03,-0.58%20-0.1,-0.67%20-0.06,-0.08%20-0.2,-0.14%20-0.41,-0.17%20v%20-0.19%20z'%20id='path4513'%20/%3e%3cpath%20class='st6'%20d='m%2016.54,48.02%200.07,1.61%20h%20-0.17%20c%20-0.21,-0.48%20-0.42,-0.81%20-0.64,-0.98%20-0.22,-0.18%20-0.44,-0.27%20-0.66,-0.27%20-0.14,0%20-0.26,0.05%20-0.36,0.14%20-0.1,0.09%20-0.14,0.2%20-0.14,0.32%200,0.09%200.03,0.18%200.1,0.26%200.11,0.14%200.41,0.38%200.91,0.71%200.49,0.33%200.82,0.62%200.98,0.86%200.16,0.23%200.24,0.49%200.24,0.78%200,0.26%20-0.07,0.52%20-0.2,0.78%20-0.13,0.25%20-0.32,0.45%20-0.56,0.58%20-0.24,0.14%20-0.5,0.2%20-0.79,0.2%20-0.23,0%20-0.53,-0.07%20-0.91,-0.21%20-0.1,-0.04%20-0.17,-0.06%20-0.21,-0.06%20-0.11,0%20-0.2,0.08%20-0.28,0.25%20h%20-0.17%20l%20-0.08,-1.7%20h%200.17%20c%200.15,0.44%200.36,0.78%200.62,1%200.27,0.22%200.52,0.33%200.75,0.33%200.16,0%200.29,-0.05%200.4,-0.15%200.1,-0.1%200.16,-0.22%200.16,-0.36%200,-0.16%20-0.05,-0.3%20-0.15,-0.42%20-0.1,-0.12%20-0.33,-0.3%20-0.68,-0.54%20-0.51,-0.36%20-0.85,-0.63%20-1,-0.82%20-0.22,-0.28%20-0.33,-0.58%20-0.33,-0.92%200,-0.36%200.13,-0.69%200.37,-0.99%200.25,-0.29%200.62,-0.44%201.09,-0.44%200.26,0%200.51,0.06%200.75,0.19%20l%200.22,0.08%200.15,-0.04%20c%200.04,-0.03%200.09,-0.1%200.18,-0.22%20h%200.17%20z'%20id='path4515'%20/%3e%3cpath%20class='st6'%20d='m%2019.04,46.42%20v%201.73%20h%201.13%20v%200.5%20h%20-1.13%20v%202.91%20c%200,0.27%200.01,0.45%200.04,0.53%20l%200.13,0.19%200.18,0.07%20c%200.22,0%200.43,-0.17%200.62,-0.5%20l%200.15,0.11%20c%20-0.27,0.65%20-0.72,0.97%20-1.33,0.97%20-0.3,0%20-0.56,-0.08%20-0.76,-0.24%20-0.2,-0.17%20-0.34,-0.36%20-0.39,-0.56%20-0.04,-0.11%20-0.05,-0.42%20-0.05,-0.93%20V%2048.65%20H%2017%20v%20-0.18%20c%200.43,-0.3%200.79,-0.61%201.08,-0.95%200.3,-0.33%200.56,-0.7%200.79,-1.11%20h%200.17%20z'%20id='path4517'%20/%3e%3cpath%20class='st6'%20d='m%2022.47,48.15%20v%201.07%20c%200.31,-0.49%200.59,-0.81%200.83,-0.97%200.24,-0.16%200.46,-0.24%200.68,-0.24%200.19,0%200.34,0.06%200.45,0.18%200.12,0.11%200.17,0.27%200.17,0.49%200,0.23%20-0.06,0.4%20-0.17,0.53%20-0.11,0.13%20-0.24,0.19%20-0.39,0.19%20-0.18,0%20-0.34,-0.06%20-0.47,-0.17%20-0.13,-0.11%20-0.21,-0.18%20-0.23,-0.19%20l%20-0.12,-0.03%20c%20-0.1,0%20-0.19,0.04%20-0.28,0.11%20-0.14,0.12%20-0.24,0.28%20-0.31,0.49%20-0.11,0.33%20-0.16,0.69%20-0.16,1.08%20v%201.09%20l%200.01,0.28%20c%200,0.19%200.01,0.32%200.04,0.37%20l%200.18,0.2%20c%200.08,0.04%200.22,0.07%200.41,0.08%20v%200.18%20H%2020.56%20V%2052.7%20c%200.2,-0.02%200.34,-0.07%200.41,-0.17%200.07,-0.1%200.11,-0.35%200.11,-0.76%20v%20-2.62%20c%200,-0.27%20-0.01,-0.45%20-0.04,-0.52%20-0.03,-0.09%20-0.08,-0.17%20-0.14,-0.21%20-0.06,-0.04%20-0.18,-0.07%20-0.34,-0.09%20v%20-0.19%20h%201.91%20z'%20id='path4519'%20/%3e%3cpath%20class='st8'%20d='m%2027.2,52.18%20c%20-0.58,0.51%20-1.1,0.76%20-1.55,0.76%20-0.27,0%20-0.5,-0.08%20-0.67,-0.26%20-0.18,-0.18%20-0.27,-0.4%20-0.27,-0.66%200,-0.36%200.16,-0.69%200.47,-0.97%200.31,-0.29%200.98,-0.67%202.03,-1.15%20v%20-0.48%20c%200,-0.36%20-0.02,-0.58%20-0.06,-0.67%20-0.04,-0.09%20-0.11,-0.17%20-0.22,-0.24%20-0.11,-0.07%20-0.23,-0.11%20-0.36,-0.11%20-0.22,0%20-0.4,0.05%20-0.54,0.14%20l%20-0.13,0.21%20c%200,0.07%200.04,0.16%200.14,0.27%200.13,0.14%200.19,0.28%200.19,0.42%200,0.16%20-0.06,0.31%20-0.19,0.42%20-0.12,0.11%20-0.28,0.17%20-0.48,0.17%20-0.21,0%20-0.39,-0.06%20-0.54,-0.19%20-0.14,-0.13%20-0.21,-0.27%20-0.21,-0.45%200,-0.24%200.1,-0.48%200.29,-0.69%200.19,-0.22%200.46,-0.39%200.8,-0.51%200.34,-0.12%200.71,-0.18%201.07,-0.18%200.45,0%200.8,0.09%201.06,0.29%200.26,0.19%200.44,0.39%200.51,0.62%200.05,0.14%200.07,0.47%200.07,0.98%20v%201.83%20c%200,0.22%200.01,0.36%200.03,0.41%20l%200.08,0.12%200.12,0.04%20c%200.08,0%200.18,-0.06%200.27,-0.19%20l%200.15,0.12%20c%20-0.17,0.25%20-0.34,0.43%20-0.53,0.55%20-0.18,0.11%20-0.38,0.16%20-0.61,0.16%20-0.27,0%20-0.48,-0.06%20-0.63,-0.18%20-0.17,-0.13%20-0.26,-0.32%20-0.29,-0.58%20z%20m%200,-0.37%20v%20-1.58%20c%20-0.41,0.24%20-0.71,0.49%20-0.91,0.77%20-0.13,0.18%20-0.2,0.37%20-0.2,0.55%200,0.15%200.06,0.29%200.17,0.41%200.08,0.09%200.2,0.14%200.35,0.14%200.17,-0.01%200.37,-0.1%200.59,-0.29%20z'%20id='path4521'%20/%3e%3cpath%20class='st6'%20d='m%2031.31,46.02%20v%205.88%20c%200,0.33%200.04,0.55%200.12,0.64%200.08,0.09%200.23,0.15%200.46,0.16%20v%200.18%20H%2029.33%20V%2052.7%20c%200.21,0%200.37,-0.07%200.47,-0.18%200.07,-0.08%200.1,-0.28%200.1,-0.62%20V%2047%20c%200,-0.33%20-0.04,-0.54%20-0.12,-0.63%20-0.08,-0.09%20-0.23,-0.15%20-0.45,-0.16%20v%20-0.19%20z'%20id='path4523'%20/%3e%3cpath%20class='st8'%20d='m%2033.47,45.86%20c%200.22,0%200.41,0.08%200.56,0.23%200.15,0.15%200.23,0.33%200.23,0.55%200,0.22%20-0.08,0.4%20-0.23,0.55%20-0.15,0.15%20-0.33,0.23%20-0.55,0.23%20-0.21,0%20-0.4,-0.08%20-0.55,-0.23%20-0.15,-0.15%20-0.23,-0.33%20-0.23,-0.55%200,-0.22%200.07,-0.4%200.23,-0.55%200.14,-0.16%200.33,-0.23%200.54,-0.23%20z%20m%200.71,2.29%20v%203.75%20c%200,0.33%200.04,0.55%200.12,0.64%200.08,0.09%200.23,0.15%200.46,0.16%20v%200.18%20H%2032.2%20V%2052.7%20c%200.21,0%200.36,-0.07%200.46,-0.18%200.07,-0.08%200.1,-0.28%200.1,-0.62%20v%20-2.76%20c%200,-0.33%20-0.04,-0.55%20-0.12,-0.64%20-0.08,-0.09%20-0.23,-0.15%20-0.45,-0.16%20v%20-0.19%20z'%20id='path4525'%20/%3e%3cpath%20class='st8'%20d='m%2037.51,52.18%20c%20-0.58,0.51%20-1.09,0.76%20-1.55,0.76%20-0.27,0%20-0.5,-0.08%20-0.67,-0.26%20-0.18,-0.18%20-0.27,-0.4%20-0.27,-0.66%200,-0.36%200.15,-0.69%200.47,-0.97%200.31,-0.29%200.98,-0.67%202.03,-1.15%20v%20-0.48%20c%200,-0.36%20-0.02,-0.58%20-0.06,-0.67%20-0.04,-0.09%20-0.11,-0.17%20-0.22,-0.24%20-0.11,-0.07%20-0.23,-0.11%20-0.36,-0.11%20-0.22,0%20-0.4,0.05%20-0.54,0.14%20l%20-0.13,0.21%20c%200,0.07%200.05,0.16%200.14,0.27%200.13,0.14%200.19,0.28%200.19,0.42%200,0.16%20-0.06,0.31%20-0.19,0.42%20-0.12,0.11%20-0.28,0.17%20-0.48,0.17%20-0.21,0%20-0.39,-0.06%20-0.54,-0.19%20-0.14,-0.13%20-0.21,-0.27%20-0.21,-0.45%200,-0.24%200.1,-0.48%200.29,-0.69%200.19,-0.22%200.46,-0.39%200.8,-0.51%200.34,-0.12%200.7,-0.18%201.07,-0.18%200.45,0%200.8,0.09%201.06,0.29%200.26,0.19%200.44,0.39%200.51,0.62%200.05,0.14%200.07,0.47%200.07,0.98%20v%201.83%20c%200,0.22%200.01,0.36%200.02,0.41%20l%200.08,0.12%200.12,0.04%20c%200.09,0%200.18,-0.06%200.27,-0.19%20l%200.15,0.12%20c%20-0.17,0.25%20-0.34,0.43%20-0.52,0.55%20-0.18,0.11%20-0.38,0.16%20-0.61,0.16%20-0.27,0%20-0.48,-0.06%20-0.63,-0.18%20-0.16,-0.13%20-0.25,-0.32%20-0.29,-0.58%20z%20m%200,-0.37%20V%2050.23%20C%2037.1,50.47%2036.8,50.72%2036.6,51%20c%20-0.13,0.18%20-0.2,0.37%20-0.2,0.55%200,0.15%200.05,0.29%200.17,0.41%200.08,0.09%200.2,0.14%200.35,0.14%200.17,-0.01%200.37,-0.1%200.59,-0.29%20z'%20id='path4527'%20/%3e%3cpath%20class='st6'%20d='m%2041.6,48.15%20v%200.61%20c%200.24,-0.26%200.47,-0.45%200.7,-0.57%200.22,-0.12%200.46,-0.18%200.72,-0.18%200.31,0%200.56,0.09%200.76,0.26%200.2,0.17%200.34,0.38%200.4,0.63%200.06,0.19%200.08,0.56%200.08,1.11%20v%201.84%20c%200,0.36%200.03,0.59%200.09,0.68%200.07,0.08%200.21,0.14%200.42,0.17%20v%200.18%20H%2042.38%20V%2052.7%20c%200.18,-0.02%200.3,-0.1%200.38,-0.22%200.05,-0.08%200.08,-0.29%200.08,-0.63%20v%20-2.1%20c%200,-0.39%20-0.01,-0.64%20-0.05,-0.73%20-0.03,-0.1%20-0.09,-0.18%20-0.16,-0.23%20l%20-0.24,-0.08%20c%20-0.29,0%20-0.56,0.21%20-0.81,0.62%20v%202.53%20c%200,0.36%200.03,0.58%200.1,0.67%200.07,0.1%200.19,0.15%200.37,0.18%20v%200.18%20H%2039.66%20V%2052.7%20c%200.2,-0.02%200.34,-0.08%200.42,-0.19%200.06,-0.08%200.09,-0.29%200.09,-0.66%20v%20-2.67%20c%200,-0.35%20-0.04,-0.58%20-0.1,-0.67%20-0.06,-0.08%20-0.2,-0.14%20-0.41,-0.17%20v%20-0.19%20z'%20id='path4529'%20/%3e%3cpath%20class='st6'%20d='m%2054.09,45.86%20v%202.42%20h%20-0.18%20c%20-0.23,-0.66%20-0.57,-1.16%20-1.02,-1.5%20-0.45,-0.34%20-0.94,-0.52%20-1.48,-0.52%20-0.51,0%20-0.94,0.15%20-1.28,0.44%20-0.34,0.29%20-0.58,0.69%20-0.72,1.2%20-0.14,0.52%20-0.21,1.04%20-0.21,1.59%200,0.66%200.08,1.23%200.23,1.73%200.15,0.5%200.4,0.86%200.75,1.09%200.35,0.23%200.76,0.35%201.23,0.35%200.17,0%200.34,-0.02%200.51,-0.05%200.17,-0.04%200.35,-0.09%200.53,-0.16%20v%20-1.43%20c%200,-0.27%20-0.02,-0.44%20-0.05,-0.52%20-0.04,-0.08%20-0.12,-0.16%20-0.23,-0.22%20-0.12,-0.06%20-0.25,-0.1%20-0.42,-0.1%20H%2051.57%20V%2050%20h%203.34%20v%200.19%20c%20-0.25,0.01%20-0.43,0.05%20-0.53,0.11%20-0.1,0.05%20-0.18,0.14%20-0.23,0.26%20-0.03,0.06%20-0.05,0.22%20-0.05,0.47%20v%201.43%20c%20-0.44,0.19%20-0.89,0.34%20-1.37,0.44%20-0.47,0.1%20-0.96,0.15%20-1.47,0.15%20-0.65,0%20-1.2,-0.09%20-1.63,-0.26%20-0.43,-0.18%20-0.81,-0.41%20-1.14,-0.7%20-0.33,-0.29%20-0.58,-0.62%20-0.77,-0.98%20-0.24,-0.46%20-0.35,-0.99%20-0.35,-1.56%200,-1.04%200.36,-1.9%201.09,-2.62%200.72,-0.71%201.64,-1.07%202.74,-1.07%200.34,0%200.64,0.03%200.92,0.08%200.15,0.03%200.39,0.1%200.72,0.23%200.33,0.12%200.53,0.19%200.59,0.19%200.09,0%200.18,-0.03%200.26,-0.1%200.08,-0.07%200.15,-0.2%200.22,-0.39%20h%200.18%20z'%20id='path4531'%20/%3e%3cpath%20class='st8'%20d='m%2057.37,48.01%20c%200.41,0%200.8,0.1%201.15,0.32%200.35,0.21%200.62,0.51%200.8,0.9%200.19,0.39%200.28,0.82%200.28,1.28%200,0.67%20-0.17,1.23%20-0.51,1.69%20-0.41,0.54%20-0.98,0.82%20-1.7,0.82%20-0.71,0%20-1.26,-0.25%20-1.65,-0.75%20-0.38,-0.5%20-0.58,-1.08%20-0.58,-1.74%200,-0.68%200.2,-1.27%200.59,-1.77%200.4,-0.5%200.94,-0.75%201.62,-0.75%20z%20m%200.02,0.36%20c%20-0.17,0%20-0.32,0.06%20-0.44,0.2%20-0.12,0.13%20-0.2,0.38%20-0.25,0.77%20-0.04,0.38%20-0.06,0.91%20-0.06,1.59%200,0.36%200.02,0.7%200.07,1.01%200.04,0.24%200.12,0.42%200.24,0.54%200.12,0.13%200.26,0.19%200.41,0.19%200.15,0%200.28,-0.04%200.38,-0.13%200.13,-0.12%200.22,-0.28%200.26,-0.48%200.07,-0.32%200.1,-0.97%200.1,-1.94%200,-0.58%20-0.03,-0.97%20-0.1,-1.18%20-0.06,-0.22%20-0.16,-0.37%20-0.28,-0.47%20-0.07,-0.07%20-0.18,-0.1%20-0.33,-0.1%20z'%20id='path4533'%20/%3e%3cpath%20class='st6'%20d='M%2061.84,53.02%2060.25,49.35%20C%2060.06,48.91%2059.91,48.63%2059.8,48.51%2059.72,48.42%2059.61,48.36%2059.46,48.33%20v%20-0.19%20h%202.52%20v%200.19%20c%20-0.16,0%20-0.27,0.03%20-0.33,0.09%20-0.08,0.08%20-0.12,0.16%20-0.12,0.26%200,0.12%200.07,0.36%200.22,0.7%20l%200.78,1.78%200.62,-1.53%20c%200.18,-0.44%200.27,-0.75%200.27,-0.93%200,-0.11%20-0.04,-0.19%20-0.12,-0.25%20-0.07,-0.07%20-0.21,-0.1%20-0.4,-0.11%20v%20-0.19%20h%201.55%20v%200.19%20c%20-0.15,0.02%20-0.27,0.08%20-0.36,0.17%20-0.09,0.09%20-0.24,0.36%20-0.43,0.81%20l%20-1.58,3.71%20h%20-0.24%20z'%20id='path4535'%20/%3e%3cpath%20class='st8'%20d='m%2068.16,50.35%20h%20-2.59%20c%200.03,0.62%200.2,1.12%200.5,1.49%200.24,0.28%200.51,0.42%200.84,0.42%200.2,0%200.39,-0.06%200.55,-0.17%200.17,-0.11%200.34,-0.32%200.53,-0.61%20l%200.17,0.11%20c%20-0.26,0.52%20-0.54,0.89%20-0.85,1.11%20-0.31,0.22%20-0.67,0.32%20-1.08,0.32%20-0.7,0%20-1.23,-0.27%20-1.59,-0.81%20-0.29,-0.43%20-0.43,-0.98%20-0.43,-1.62%200,-0.79%200.21,-1.42%200.64,-1.88%200.43,-0.47%200.93,-0.7%201.5,-0.7%200.48,0%200.89,0.2%201.25,0.59%200.34,0.39%200.53,0.97%200.56,1.75%20z%20m%20-1.24,-0.34%20c%200,-0.54%20-0.03,-0.91%20-0.09,-1.12%20-0.06,-0.2%20-0.15,-0.36%20-0.28,-0.46%20-0.07,-0.06%20-0.16,-0.09%20-0.28,-0.09%20-0.18,0%20-0.32,0.09%20-0.43,0.26%20-0.2,0.3%20-0.3,0.71%20-0.3,1.23%20v%200.18%20z'%20id='path4537'%20/%3e%3cpath%20class='st6'%20d='m%2070.4,48.15%20v%201.07%20c%200.31,-0.49%200.59,-0.81%200.82,-0.97%200.23,-0.16%200.46,-0.24%200.68,-0.24%200.19,0%200.34,0.06%200.45,0.18%200.12,0.11%200.17,0.27%200.17,0.49%200,0.23%20-0.06,0.4%20-0.17,0.53%20-0.11,0.13%20-0.24,0.19%20-0.39,0.19%20-0.18,0%20-0.34,-0.06%20-0.47,-0.17%20-0.13,-0.11%20-0.21,-0.18%20-0.23,-0.19%20l%20-0.11,-0.03%20c%20-0.1,0%20-0.19,0.04%20-0.28,0.11%20-0.14,0.12%20-0.24,0.28%20-0.31,0.49%20-0.11,0.33%20-0.16,0.69%20-0.16,1.08%20v%201.09%200.28%20c%200,0.19%200.01,0.32%200.04,0.37%20l%200.18,0.2%20c%200.08,0.04%200.21,0.07%200.41,0.08%20v%200.18%20H%2068.47%20V%2052.7%20c%200.2,-0.02%200.34,-0.07%200.42,-0.17%200.08,-0.1%200.11,-0.35%200.11,-0.76%20v%20-2.62%20c%200,-0.27%20-0.01,-0.45%20-0.04,-0.52%20-0.03,-0.09%20-0.08,-0.17%20-0.14,-0.21%20-0.07,-0.04%20-0.18,-0.07%20-0.34,-0.09%20v%20-0.19%20h%201.92%20z'%20id='path4539'%20/%3e%3cpath%20class='st6'%20d='m%2074.77,48.15%20v%200.61%20c%200.24,-0.26%200.47,-0.45%200.69,-0.57%200.22,-0.12%200.46,-0.18%200.72,-0.18%200.31,0%200.56,0.09%200.76,0.26%200.2,0.17%200.34,0.38%200.4,0.63%200.06,0.19%200.08,0.56%200.08,1.11%20v%201.84%20c%200,0.36%200.03,0.59%200.1,0.68%200.07,0.08%200.21,0.14%200.42,0.17%20v%200.18%20H%2075.55%20V%2052.7%20c%200.18,-0.02%200.31,-0.1%200.38,-0.22%200.05,-0.08%200.08,-0.29%200.08,-0.63%20v%20-2.1%20c%200,-0.39%20-0.02,-0.64%20-0.05,-0.73%20-0.03,-0.1%20-0.08,-0.18%20-0.16,-0.23%20l%20-0.24,-0.08%20c%20-0.29,0%20-0.56,0.21%20-0.81,0.62%20v%202.53%20c%200,0.36%200.03,0.58%200.09,0.67%200.07,0.1%200.19,0.15%200.37,0.18%20v%200.18%20H%2072.82%20V%2052.7%20c%200.2,-0.02%200.34,-0.08%200.42,-0.19%200.06,-0.08%200.09,-0.29%200.09,-0.66%20v%20-2.67%20c%200,-0.35%20-0.03,-0.58%20-0.1,-0.67%20-0.07,-0.08%20-0.2,-0.14%20-0.41,-0.17%20v%20-0.19%20z'%20id='path4541'%20/%3e%3cpath%20class='st6'%20d='m%2080.25,48.15%20v%200.62%20c%200.26,-0.28%200.5,-0.48%200.72,-0.59%200.22,-0.12%200.47,-0.17%200.73,-0.17%200.3,0%200.56,0.07%200.76,0.21%200.2,0.14%200.37,0.36%200.48,0.65%200.27,-0.3%200.53,-0.52%200.78,-0.65%200.25,-0.14%200.51,-0.2%200.78,-0.2%200.33,0%200.58,0.07%200.78,0.23%200.2,0.15%200.33,0.34%200.41,0.57%200.07,0.23%200.12,0.6%200.12,1.1%20v%201.94%20c%200,0.36%200.03,0.59%200.09,0.68%200.07,0.09%200.21,0.15%200.42,0.17%20v%200.18%20H%2083.88%20V%2052.7%20c%200.19,-0.02%200.33,-0.09%200.43,-0.22%200.06,-0.09%200.09,-0.3%200.09,-0.63%20v%20-2.03%20c%200,-0.42%20-0.02,-0.69%20-0.05,-0.8%20-0.03,-0.12%20-0.09,-0.2%20-0.16,-0.25%20-0.07,-0.06%20-0.16,-0.09%20-0.25,-0.09%20-0.15,0%20-0.29,0.06%20-0.44,0.16%20-0.15,0.1%20-0.3,0.26%20-0.45,0.48%20v%202.54%20c%200,0.34%200.03,0.55%200.09,0.64%200.08,0.12%200.22,0.19%200.44,0.21%20v%200.18%20H%2081.1%20V%2052.7%20c%200.13,0%200.23,-0.04%200.31,-0.09%20l%200.16,-0.21%20c%200.02,-0.08%200.04,-0.26%200.04,-0.54%20v%20-2.03%20c%200,-0.43%20-0.02,-0.7%20-0.05,-0.8%20-0.03,-0.11%20-0.09,-0.19%20-0.17,-0.25%20l%20-0.25,-0.09%20c%20-0.14,0%20-0.26,0.04%20-0.37,0.11%20-0.16,0.11%20-0.33,0.28%20-0.5,0.54%20v%202.54%20c%200,0.33%200.03,0.55%200.09,0.66%200.07,0.11%200.21,0.16%200.42,0.19%20v%200.18%20H%2078.34%20V%2052.7%20c%200.2,-0.02%200.34,-0.08%200.42,-0.19%200.05,-0.08%200.09,-0.29%200.09,-0.66%20v%20-2.67%20c%200,-0.35%20-0.03,-0.58%20-0.1,-0.67%20-0.06,-0.08%20-0.2,-0.14%20-0.41,-0.17%20v%20-0.19%20z'%20id='path4543'%20/%3e%3cpath%20class='st8'%20d='m%2090.5,50.35%20h%20-2.6%20c%200.03,0.62%200.2,1.12%200.5,1.49%200.23,0.28%200.51,0.42%200.84,0.42%200.2,0%200.39,-0.06%200.55,-0.17%200.16,-0.11%200.34,-0.32%200.53,-0.61%20l%200.17,0.11%20c%20-0.26,0.52%20-0.54,0.89%20-0.85,1.11%20-0.31,0.22%20-0.67,0.32%20-1.08,0.32%20-0.7,0%20-1.23,-0.27%20-1.59,-0.81%20-0.29,-0.43%20-0.43,-0.98%20-0.43,-1.62%200,-0.79%200.21,-1.42%200.64,-1.88%200.43,-0.47%200.93,-0.7%201.5,-0.7%200.48,0%200.89,0.2%201.24,0.59%200.37,0.39%200.56,0.97%200.58,1.75%20z%20m%20-1.24,-0.34%20c%200,-0.54%20-0.03,-0.91%20-0.09,-1.12%20-0.06,-0.2%20-0.15,-0.36%20-0.27,-0.46%20-0.07,-0.06%20-0.17,-0.09%20-0.28,-0.09%20-0.18,0%20-0.32,0.09%20-0.43,0.26%20-0.2,0.3%20-0.3,0.71%20-0.3,1.23%20v%200.18%20z'%20id='path4545'%20/%3e%3cpath%20class='st6'%20d='m%2092.61,48.15%20v%200.61%20c%200.24,-0.26%200.47,-0.45%200.7,-0.57%200.22,-0.12%200.46,-0.18%200.72,-0.18%200.31,0%200.56,0.09%200.77,0.26%200.2,0.17%200.34,0.38%200.41,0.63%200.05,0.19%200.08,0.56%200.08,1.11%20v%201.84%20c%200,0.36%200.03,0.59%200.09,0.68%200.07,0.08%200.21,0.14%200.42,0.17%20v%200.18%20H%2093.4%20V%2052.7%20c%200.18,-0.02%200.31,-0.1%200.39,-0.22%200.05,-0.08%200.08,-0.29%200.08,-0.63%20v%20-2.1%20c%200,-0.39%20-0.02,-0.64%20-0.05,-0.73%20-0.03,-0.1%20-0.08,-0.18%20-0.16,-0.23%20l%20-0.24,-0.08%20c%20-0.29,0%20-0.56,0.21%20-0.81,0.62%20v%202.53%20c%200,0.36%200.03,0.58%200.1,0.67%200.07,0.1%200.19,0.15%200.37,0.18%20v%200.18%20H%2090.69%20V%2052.7%20c%200.2,-0.02%200.34,-0.08%200.43,-0.19%200.06,-0.08%200.09,-0.29%200.09,-0.66%20v%20-2.67%20c%200,-0.35%20-0.03,-0.58%20-0.1,-0.67%20-0.06,-0.08%20-0.2,-0.14%20-0.41,-0.17%20v%20-0.19%20z'%20id='path4547'%20/%3e%3cpath%20class='st6'%20d='m%2097.8,46.42%20v%201.73%20h%201.12%20v%200.5%20H%2097.8%20v%202.91%20c%200,0.27%200.01,0.45%200.04,0.53%20l%200.14,0.19%200.18,0.07%20c%200.22,0%200.43,-0.17%200.62,-0.5%20l%200.15,0.11%20c%20-0.27,0.65%20-0.72,0.97%20-1.33,0.97%20-0.3,0%20-0.56,-0.08%20-0.76,-0.24%20-0.21,-0.17%20-0.34,-0.36%20-0.4,-0.56%20-0.04,-0.11%20-0.05,-0.42%20-0.05,-0.93%20v%20-2.55%20h%20-0.62%20v%20-0.18%20c%200.42,-0.3%200.79,-0.61%201.08,-0.95%200.3,-0.33%200.56,-0.7%200.79,-1.11%20h%200.16%20z'%20id='path4549'%20/%3e%3c/g%3e%3c/svg%3e");
    background-position: 1.25rem 2.8rem;
    background-repeat: no-repeat;
    background-size: 60%;
    border: unset;
    color: #333;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-size: 3rem;
    height: 100px;
    justify-content: flex-end;
    line-height: 1;
    padding: 20px 10px;
    text-decoration: none;
    width: 100%;
}

    #nav-main #main-menu .menu-header:focus, #nav-main #main-menu .menu-header:hover, #nav-main #main-menu .menu-header:active {
        text-shadow: 0 0 0.25rem #00bec0;
    }

@media (min-width:576px) {
    #nav-main #main-menu .menu-header {
        background-position: calc(50% - 4.35rem) 1.7rem;
    }
}

#nav-main #main-menu .menu-header .material-icons-outlined {
    font-size: 3rem;
}

@media (min-width:576px) {
    #nav-main #main-menu .menu-header .material-icons-outlined {
        font-size: 4rem;
        line-height: 0.7;
    }
}

#nav-main #main-menu .nav-search {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.5rem 1rem;
    width: 100%;
}

    #nav-main #main-menu .nav-search form {
        margin: 0;
        max-width: unset;
        padding: 0;
    }

    #nav-main #main-menu .nav-search input {
        border: 1px solid #00bec0;
        border-radius: 4px;
        font-size: 1rem;
        outline: none;
        padding: 0.5rem 1rem;
        width: 100%;
    }

#nav-main #main-menu-label {
    position: absolute;
    clip: rect(1px,1px,1px,1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
    word-wrap: normal;
}

#nav-main #main-menu > ul:nth-of-type(1) {
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
}

#nav-main #main-menu ul {
    align-items: left;
    display: flex;
    flex-direction: column;
    justify-content: start;
    list-style: none;
    margin: 0 0 2rem 0;
    padding: 0;
    width: 100%;
}

    #nav-main #main-menu ul li {
        border-bottom: 1px solid #00bec0;
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
        position: relative;
    }

        #nav-main #main-menu ul li:last-of-type {
            border-bottom: none;
        }

        #nav-main #main-menu ul li + li {
            border-bottom: 1px solid #00bec0;
        }

        #nav-main #main-menu ul li .has-sub-menu {
            justify-content: space-between;
        }

            #nav-main #main-menu ul li .has-sub-menu > a {
                width: calc(100% - 50px);
            }

        #nav-main #main-menu ul li a {
            background-size: 0 0;
        }

            #nav-main #main-menu ul li a:hover, #nav-main #main-menu ul li a:focus {
                background-size: 0 0;
            }

        #nav-main #main-menu ul li a {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            line-height: 32px;
            padding: 0.5rem 1rem;
            text-decoration: none;
            width: 100%;
        }

            #nav-main #main-menu ul li a:hover, #nav-main #main-menu ul li a:focus, #nav-main #main-menu ul li a:active {
                color: #1a1a1a;
            }

            #nav-main #main-menu ul li a.inline {
                align-items: center;
                border-left: 2px solid #00bec0;
                display: flex;
                justify-content: center;
                width: 50px;
            }

            #nav-main #main-menu ul li a.is-active {
                text-shadow: 0 0 0.03125rem #1a1a1a;
                background: #fff;
                border-left: 2px solid #00bec0;
            }

            #nav-main #main-menu ul li a:not(.sub-menu-toggle):hover {
                background-color: #fff;
            }

    #nav-main #main-menu ul ul {
        background-color: rgba(0,0,0,0.03);
        margin-left: 10px;
    }

#nav-main #main-menu .sub-menu-toggle {
    background: #00bec0;
    color: #1a1a1a;
    font-weight: 500;
    margin: 2px 0 0 0;
}

    #nav-main #main-menu .sub-menu-toggle.inline {
        border: none;
        margin: 0;
    }

    #nav-main #main-menu .sub-menu-toggle + ul a.sub-menu-toggle {
        background: #b9e2e1;
    }

    #nav-main #main-menu .sub-menu-toggle:after {
        transition: all 0.2s ease-in-out;
        color: #00bec0;
        font-family: "Material Icons Outlined",sans-serif;
        font-feature-settings: "liga";
        font-size: 2rem;
        font-weight: 400;
        line-height: 2rem;
        width: 2rem;
        height: 2rem;
        border: unset;
        content: "expand_more";
        color: #1a1a1a;
        font-size: 2rem;
        height: 2rem;
        inset-inline-end: 10px;
        line-height: 2rem;
        text-align: center;
        transform: rotate(0deg);
        transition: transform 0.3s ease;
        width: 2rem;
    }

    #nav-main #main-menu .sub-menu-toggle.active:after {
        transform: rotate(180deg);
    }

#nav-main #blocker {
    background-color: rgba(0,0,0,0.5);
    box-shadow: 0 0 rgba(0,0,0,0.15);
    display: none;
    height: 100vh;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    transition: transform 0.3s ease;
    width: 100vw;
    z-index: 20;
}

body.user-logged-in #page-burger {
    top: var(--drupal-displace-offset-top,0px);
}

@media print {
    #nav-main {
        display: none;
    }
}

.map {
    display: block;
    height: 100%;
    width: 100%;
}

.mime {
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 80px;
    height: auto;
    border: 5px solid #00bec0;
    color: #4d4d4f;
    background-color: #fff;
}

    .mime .ext {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        font-weight: 800;
        min-height: 2rem;
        text-transform: uppercase;
        width: 100%;
    }

    .mime .size {
        font-weight: 500;
        font-size: 0.8rem;
    }

.news-tiles .views-row {
    flex-basis: 33.33%;
}

.news-container {
    margin-bottom: 30px;
}

.news-date {
    color: #4d4d4f;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 15px;
}

.events-view .news-date, .node-event .news-date {
    font-size: 1rem;
    font-weight: 500;
}

.news-link {
    color: #1a1a1a;
    display: block;
    font-weight: bold;
    font-size: 14px;
}

.news-tile-a {
    display: block;
    background-size: 0 0;
}

    .news-tile-a:hover, .news-tile-a:focus {
        background-size: 0 0;
    }

.news-tile {
    max-width: 310px;
}

@media (min-width:992px) {
    .news-tile {
        max-width: none;
    }
}

.news-tile:hover .news-tile__wrapper, .news-tile:focus .news-tile__wrapper {
    box-shadow: 0px 2px 8px rgba(0,0,0,0.3);
}

    .news-tile:hover .news-tile__wrapper .tile__deco-link, .news-tile:focus .news-tile__wrapper .tile__deco-link {
        background-size: 100% 100%;
        text-decoration: none;
    }

.news-tile__wrapper {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.6);
}

    .news-tile__wrapper img {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        width: 100%;
    }

    .news-tile__wrapper p {
        font-weight: 300;
        margin-bottom: 60px;
        max-height: 132px;
        line-clamp: 3;
        overflow: hidden;
        display: -webkit-box;
        word-wrap: break-word;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .news-tile__wrapper .tile__deco-link {
        bottom: 0;
        margin-bottom: 25px;
    }

.news-tile__content {
    min-height: 310px;
    padding: 30px 25px 15px;
}

@media (min-width:1366px) {
    .news-tile__content {
        min-height: 295px;
    }
}

.news-tile span {
    display: block;
}

.news-tile .news-title {
    margin-bottom: 18px;
    min-height: 42px;
}

.news-tile--2col {
    margin-bottom: 40px;
    max-width: none;
}

@media (min-width:576px) {
    .news-tile--2col .news-tile__wrapper {
        display: flex;
    }
}

.news-tile--2col .news-tile__content {
    flex-basis: 67%;
}

.news-tile--2col .field--name-field-hero {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    display: none;
    flex-basis: 34%;
    justify-content: center;
    overflow: hidden;
}

@media (min-width:576px) {
    .news-tile--2col .field--name-field-hero {
        display: flex;
    }
}

.news-tile--2col img {
    border-radius: 0;
    max-width: none;
    min-height: 100%;
    width: auto;
}

.news-tile--2col .tile__deco-link {
    display: inline-block;
}

#views-exposed-form-acma-book-page-landing #edit-submit-acma-book-page {
    margin: 0;
}

.next-up {
    background-size: 0 0;
}

    .next-up:hover, .next-up:focus {
        background-size: 0 0;
    }

.next-up {
    border-radius: 4px;
    background: white;
    color: #4d4d4f;
    padding: 16px 16px 16px 24px;
    font-family: "Montserrat",sans-serif;
    font-weight: bold;
    font-size: 18px;
    display: block;
    border-left: 4px solid transparent;
}

    .next-up:hover, .next-up:focus {
        border-left: 4px solid #00bec0;
    }

    .next-up span {
        font-size: 2rem;
        color: #00bec0;
        margin-left: 9px;
    }

@media (min-width:576px) {
    .next-up span {
        margin-left: auto;
    }
}

@media (min-width:576px) {
    .next-up {
        display: flex;
        align-items: center;
    }
}

.notice-block {
    border-radius: 4px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.6);
    background: white;
    position: relative;
    padding: 20px 40px;
    margin: 35px 0 35px;
}

    .notice-block:before {
        box-shadow: 0px 2px 4px rgba(0,0,0,0.6);
        background-color: #00bec0;
        background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3csvg%20data-fa-pseudo-element='::after'%20data-prefix='fas'%20data-icon='bullhorn'%20class='svg-inline--fa%20fa-bullhorn'%20role='img'%20viewBox='0%200%20512%20512'%20data-fa-i2svg=''%20version='1.1'%20id='svg8729'%20sodipodi:docname='bullhorn.svg'%20inkscape:version='1.2.2%20(b0a8486541,%202022-12-01)'%20xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape'%20xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:svg='http://www.w3.org/2000/svg'%3e%3cdefs%20id='defs8733'%20/%3e%3csodipodi:namedview%20id='namedview8731'%20pagecolor='%23505050'%20bordercolor='%23ffffff'%20borderopacity='1'%20inkscape:showpageshadow='0'%20inkscape:pageopacity='0'%20inkscape:pagecheckerboard='1'%20inkscape:deskcolor='%23505050'%20showgrid='false'%20inkscape:zoom='1.5839844'%20inkscape:cx='257.26264'%20inkscape:cy='257.26264'%20inkscape:window-width='1452'%20inkscape:window-height='991'%20inkscape:window-x='26'%20inkscape:window-y='23'%20inkscape:window-maximized='0'%20inkscape:current-layer='svg8729'%20/%3e%3cpath%20fill='currentColor'%20d='M480%2032c0-12.9-7.8-24.6-19.8-29.6s-25.7-2.2-34.9%206.9L381.7%2053c-48%2048-113.1%2075-181%2075l-8.7%200-32%200-96%200c-35.3%200-64%2028.7-64%2064l0%2096c0%2035.3%2028.7%2064%2064%2064l0%20128c0%2017.7%2014.3%2032%2032%2032l64%200c17.7%200%2032-14.3%2032-32l0-128%208.7%200c67.9%200%20133%2027%20181%2075l43.6%2043.6c9.2%209.2%2022.9%2011.9%2034.9%206.9s19.8-16.6%2019.8-29.6l0-147.6c18.6-8.8%2032-32.5%2032-60.4s-13.4-51.6-32-60.4L480%2032zm-64%2076.7L416%20240l0%20131.3C357.2%20317.8%20280.5%20288%20200.7%20288l-8.7%200%200-96%208.7%200c79.8%200%20156.5-29.8%20215.3-83.3z'%20id='path8727'%20style='fill:%23ffffff'%20/%3e%3c/svg%3e");
        background-position: 8px 8px;
        background-repeat: no-repeat;
        background-size: 20px;
        border-radius: 0 0 90px 0;
        content: "";
        height: 48px;
        left: -12px;
        position: absolute;
        top: -12px;
        width: 48px;
    }

.online-enquiry {
    border-radius: 4px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.6);
    background-size: 0 0;
}

    .online-enquiry:hover, .online-enquiry:focus {
        background-size: 0 0;
    }

.online-enquiry {
    transition: all 0.2s ease-in-out;
    align-items: center;
    background-color: white;
    border: none;
    bottom: 25px;
    color: #4d4d4f;
    display: block;
    flex-direction: row;
    font-size: 0.75rem;
    height: 40px;
    justify-content: space-between;
    left: 25px;
    overflow: hidden;
    position: fixed;
    text-decoration: none;
    width: 40px;
}

    .online-enquiry span {
        opacity: 0;
        width: 0;
    }

@media (min-width:992px) {
    .online-enquiry span {
        opacity: 1;
    }
}

@media (min-width:992px) {
    .online-enquiry {
        font-size: unset;
        height: auto;
        padding: 12px 20px 12px 43px;
        width: auto;
    }
}

.online-enquiry:active, .online-enquiry:focus, .online-enquiry:hover {
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    text-shadow: 0 0 0.03125rem #1a1a1a;
}

    .online-enquiry:active::before, .online-enquiry:active::after, .online-enquiry:focus::before, .online-enquiry:focus::after, .online-enquiry:hover::before, .online-enquiry:hover::after {
        text-shadow: none;
    }

.online-enquiry::before {
    transition: all 0.2s ease-in-out;
    color: #00bec0;
    font-family: "Material Icons Outlined",sans-serif;
    font-feature-settings: "liga";
    font-size: 2rem;
    font-weight: 400;
    line-height: 2rem;
    width: 2rem;
    height: 2rem;
    content: "chat";
    display: none;
    font-size: 1.5rem;
    height: unset;
    left: 8px;
    line-height: 1.5rem;
    opacity: 1;
    position: absolute;
    text-shadow: none;
    top: 8px;
    width: auto;
}

@media (min-width:992px) {
    .online-enquiry::before {
        display: unset;
        left: 12px;
        top: 12px;
    }
}

.online-enquiry::after {
    transition: all 0.2s ease-in-out;
    color: #00bec0;
    font-family: "Material Icons Outlined",sans-serif;
    font-feature-settings: "liga";
    font-size: 2rem;
    font-weight: 400;
    line-height: 2rem;
    width: 2rem;
    height: 2rem;
    content: "chat";
    font-size: 1.5rem;
    height: unset;
    left: 8px;
    line-height: 1.5rem;
    opacity: 1;
    position: absolute;
    top: 8px;
    width: auto;
}

@media (min-width:992px) {
    .online-enquiry::after {
        display: none;
    }
}

@media print {
    .online-enquiry {
        display: none;
    }
}

.page-title {
    margin-bottom: 40px;
    margin-top: 20px;
    position: relative;
}

@media (min-width:768px) {
    .page-title {
        margin-top: 0;
    }
}

.page-title__description {
    color: #4d4d4f;
    font-size: 1.5rem;
    font-weight: 300;
}

.node-landing .page-title, .page-title__description--landing {
    max-width: 940px;
}

@media (min-width:768px) {
    .node-landing .page-title {
        margin-bottom: 80px;
        margin-top: 0;
    }
}

.pagination {
    justify-content: center;
}

.pager__item {
    margin-right: 8px;
}

    .pager__item:last-child {
        margin-right: 0;
    }

.pager {
    justify-content: center;
}

    .pager .pager__item {
        display: flex;
        background-color: #fff;
        min-width: 2rem;
        overflow: hidden;
        border-radius: 3px;
        border: 2px solid #1d729b;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

        .pager .pager__item.is-active a {
            background-color: #00bec0;
            background-size: 100% 100%;
        }

        .pager .pager__item a {
            transition: all 0.2s ease-in-out;
            background-size: 100% 0;
            display: flex;
            min-width: 2rem;
            height: 2rem;
            align-items: center;
            justify-content: center;
            padding: 0 3px;
        }

            .pager .pager__item a:active, .pager .pager__item a:focus, .pager .pager__item a:hover {
                text-shadow: 0 0 0.03125rem #1a1a1a;
                background-position: 100% 110%;
                background-size: 100% 100%;
            }

    .pager .pager__item {
        display: none;
    }

@media (min-width:1200px) {
    .pager .pager__item {
        display: block;
    }
}

.pager .pager__item--first, .pager .pager__item:has(+ .pager__item.is-active), .pager .pager__item.is-active, .pager .pager__item.is-active + .pager__item, .pager .pager__item--last {
    display: block;
}

@media (min-width:576px) {
    .pager .pager__item--first, .pager .pager__item--previous, .pager .pager__item:has(+ .pager__item.is-active,+ .pager__item + .pager__item.is-active), .pager .pager__item.is-active, .pager .pager__item.is-active + .pager__item, .pager .pager__item.is-active + .pager__item + .pager__item, .pager .pager__item--next, .pager .pager__item--last {
        display: block;
    }
}

.pre-footer-bar {
    background: #e9e9e9;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: space-around;
    font-size: 0.8rem;
    min-height: 3rem;
    padding: 1rem;
    width: 100%;
}

@media (min-width:576px) {
    .pre-footer-bar {
        flex-direction: row;
    }
}

.pre-footer-bar a {
    color: #4d4d4f;
}

.pre-footer-bar .feedback-col a, .pre-footer-bar .last-updated-col, .pre-footer-bar .print-col {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
    justify-content: space-around;
}

.pre-footer-bar .print-col {
    text-decoration: none;
}

    .pre-footer-bar .print-col i {
        align-self: center;
        padding-right: 5px;
    }

.node-landing-nav .pre-footer-bar, .homepage .pre-footer-bar {
    display: none;
}

.progress-bar {
    background-color: #00bec0;
}

.publications-filter {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.6);
    border-radius: 4px;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 2rem;
    padding: 1rem;
}

@media (min-width:1200px) {
    .publications-filter {
        flex-direction: row;
    }
}

.publications-filter form, .publications-filter .form-item {
    flex-grow: 1;
    margin: 0;
    max-width: unset;
    padding: 0;
    width: 100%;
}

.publications-filter form {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 0;
}

@media (min-width:1200px) {
    .publications-filter form {
        align-items: end;
        flex-direction: row;
        width: unset;
    }
}

.publications-filter form label, .publications-filter form .years p, .publications-filter .years form p, .articles-filter .years .publications-filter form p {
    line-height: unset;
}

.publications-filter form input[type=select] {
    width: 100%;
}

.publications-filter form input[type=submit] {
    margin: 0 !important;
}

.publications-filter .years {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
}

@media (min-width:1200px) {
    .publications-filter .years {
        gap: 0.5rem;
        width: unset;
    }
}

.publications-filter .years p {
    color: #1a1a1a;
    font-weight: bold;
    margin: 0;
}

@media (min-width:1200px) {
    .publications-filter .years p {
        margin-bottom: 2px;
    }
}

.publications-filter .years ul {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: space-around;
    list-style: none;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0;
}

@media (min-width:1200px) {
    .publications-filter .years ul {
        overflow: hidden;
        margin-bottom: 0;
    }
}

.publications-filter .years ul li {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}

    .publications-filter .years ul li a {
        margin: 0 !important;
    }

.quick-exit-bar {
    display: flex;
    flex-direction: row;
    justify-content: end;
    position: sticky;
    text-align: right;
    top: 0;
    width: 100%;
    z-index: 2;
}

    .quick-exit-bar .quick-exit {
        background: #9d1347;
        color: #fff;
        display: block;
        height: 3rem;
        line-height: 3rem;
        position: sticky;
        right: 0;
        text-align: center;
        top: 0;
        width: 407px;
        z-index: 2;
    }

        .quick-exit-bar .quick-exit .desktop {
            display: none;
        }

@media (min-width:992px) {
    .quick-exit-bar .quick-exit .desktop {
        display: unset;
    }
}

.quick-exit-bar .quick-exit p {
    margin: 0;
}

.quick-exit-bar .quick-exit .title {
    align-items: center;
    display: flex;
    flex-direction: row;
    font-size: 1.3rem;
    font-weight: bold;
    justify-content: space-around;
    margin: 0;
}

.quick-exit-bar .quick-exit a {
    background-size: 0 0;
}

    .quick-exit-bar .quick-exit a:hover, .quick-exit-bar .quick-exit a:focus {
        background-size: 0 0;
    }

.quick-exit-bar .quick-exit a {
    color: #fff;
    margin: 0 !important;
    text-decoration: underline;
}

    .quick-exit-bar .quick-exit a:hover {
        color: #fff;
    }

    .quick-exit-bar .quick-exit a::after {
        content: "" !important;
        cursor: pointer;
        bottom: 0;
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }

.search-page .form-item-search-api-fulltext {
    width: calc(100% - 50px);
}

    .search-page .form-item-search-api-fulltext label, .search-page .form-item-search-api-fulltext .articles-filter .years p, .articles-filter .years .search-page .form-item-search-api-fulltext p, .search-page .form-item-search-api-fulltext .publications-filter .years p, .publications-filter .years .search-page .form-item-search-api-fulltext p {
        display: none;
    }

.search-page .form-actions {
    height: 40px;
    width: 40px;
}

.search-page .search-result {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

    .search-page .search-result h3, .search-page .search-result .equipment-card a, .equipment-card .search-page .search-result a {
        margin: 0;
    }

    .search-page .search-result p {
        margin-bottom: 0;
    }

    .search-page .search-result .meta {
        display: none;
    }

.search-page .best-bets .search-result h3, .search-page .best-bets .search-result .equipment-card a, .equipment-card .search-page .best-bets .search-result a {
    color: #4d4d4f;
}

.page-search form, .header-search-container form, #block-storybook-acma-exposedformsearchsearch-page form, #block-exposedformsearchsearch-page form {
    border: 3px solid #00bec0;
    border-radius: 3px;
    display: flex;
    margin-bottom: 2rem;
    max-width: unset;
    padding: 0;
}

    .page-search form .form-item, .header-search-container form .form-item, #block-storybook-acma-exposedformsearchsearch-page form .form-item, #block-exposedformsearchsearch-page form .form-item {
        margin: 0;
    }

    .page-search form label, .page-search form .articles-filter .years p, .articles-filter .years .page-search form p, .page-search form .publications-filter .years p, .publications-filter .years .page-search form p, .header-search-container form label, .header-search-container form .articles-filter .years p, .articles-filter .years .header-search-container form p, .header-search-container form .publications-filter .years p, .publications-filter .years .header-search-container form p, #block-storybook-acma-exposedformsearchsearch-page form label, #block-storybook-acma-exposedformsearchsearch-page form .articles-filter .years p, .articles-filter .years #block-storybook-acma-exposedformsearchsearch-page form p, #block-storybook-acma-exposedformsearchsearch-page form .publications-filter .years p, .publications-filter .years #block-storybook-acma-exposedformsearchsearch-page form p, #block-exposedformsearchsearch-page form label, #block-exposedformsearchsearch-page form .articles-filter .years p, .articles-filter .years #block-exposedformsearchsearch-page form p, #block-exposedformsearchsearch-page form .publications-filter .years p, .publications-filter .years #block-exposedformsearchsearch-page form p {
        display: none;
    }

    .page-search form input[type=text], .header-search-container form input[type=text], #block-storybook-acma-exposedformsearchsearch-page form input[type=text], #block-exposedformsearchsearch-page form input[type=text] {
        border: none;
        border-radius: 0;
        color: black;
        font-size: 1rem;
        font-weight: 350;
        height: 40px;
        margin: 0;
        min-height: unset;
        padding: 0;
        text-indent: 0.5rem;
    }

    .page-search form .form-submit, .header-search-container form .form-submit, #block-storybook-acma-exposedformsearchsearch-page form .form-submit, #block-exposedformsearchsearch-page form .form-submit {
        transition: all 0.2s ease-in-out;
        align-items: center;
        background-color: #00bec0;
        background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3csvg%20fill='white'%20viewBox='0%200%20512%20512'%20version='1.1'%20id='svg450'%20sodipodi:docname='search.svg'%20inkscape:version='1.2.2%20(b0a8486541,%202022-12-01)'%20xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape'%20xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:svg='http://www.w3.org/2000/svg'%3e%3cdefs%20id='defs454'%20/%3e%3csodipodi:namedview%20id='namedview452'%20pagecolor='%23505050'%20bordercolor='%23ffffff'%20borderopacity='1'%20inkscape:showpageshadow='0'%20inkscape:pageopacity='0'%20inkscape:pagecheckerboard='1'%20inkscape:deskcolor='%23505050'%20showgrid='false'%20inkscape:zoom='1.3046875'%20inkscape:cx='256'%20inkscape:cy='256'%20inkscape:window-width='1654'%20inkscape:window-height='894'%20inkscape:window-x='0'%20inkscape:window-y='0'%20inkscape:window-maximized='1'%20inkscape:current-layer='svg450'%20/%3e%3cpath%20d='M505%20442.7L405.3%20343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3%2044-79.7%2044-128C416%2093.1%20322.9%200%20208%200S0%2093.1%200%20208s93.1%20208%20208%20208c48.3%200%2092.7-16.4%20128-44v16.3c0%206.4%202.5%2012.5%207%2017l99.7%2099.7c9.4%209.4%2024.6%209.4%2033.9%200l28.3-28.3c9.4-9.4%209.4-24.6.1-34zM208%20336c-70.7%200-128-57.2-128-128%200-70.7%2057.2-128%20128-128%2070.7%200%20128%2057.2%20128%20128%200%2070.7-57.2%20128-128%20128z'%20id='path448'%20style='fill:%231a1a1a;fill-opacity:1'%20/%3e%3c/svg%3e");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 24px;
        border: none;
        border-radius: 0px;
        font-size: 0;
        height: 40px;
        margin: 0;
    }

        .page-search form .form-submit:hover, .page-search form .form-submit:focus, .header-search-container form .form-submit:hover, .header-search-container form .form-submit:focus, #block-storybook-acma-exposedformsearchsearch-page form .form-submit:hover, #block-storybook-acma-exposedformsearchsearch-page form .form-submit:focus, #block-exposedformsearchsearch-page form .form-submit:hover, #block-exposedformsearchsearch-page form .form-submit:focus {
            background-color: rgb(0,139.53125,141);
        }

.page-search .search-page .page-title {
    margin-bottom: 2rem;
}

.page-search .search-page .best-bets {
    background-color: #666;
    border-radius: 3px;
    color: #ffffff;
    margin: 2rem 0;
    padding: 1rem;
}

    .page-search .search-page .best-bets h2, .page-search .search-page .best-bets .field--label-above .field__label, .field--label-above .page-search .search-page .best-bets .field__label, .page-search .search-page .best-bets .webform-consultation legend, .webform-consultation .page-search .search-page .best-bets legend, .page-search .search-page .best-bets .webform-consultation form label, .webform-consultation form .page-search .search-page .best-bets label, .page-search .search-page .best-bets form .webform-consultation label, form .webform-consultation .page-search .search-page .best-bets label, .page-search .search-page .best-bets .webform-consultation form .articles-filter .years p, .webform-consultation form .articles-filter .years .page-search .search-page .best-bets p, .page-search .search-page .best-bets form .articles-filter .years .webform-consultation p, form .articles-filter .years .webform-consultation .page-search .search-page .best-bets p, .page-search .search-page .best-bets .webform-consultation .articles-filter .years form p, .webform-consultation .articles-filter .years form .page-search .search-page .best-bets p, .page-search .search-page .best-bets .articles-filter .years form .webform-consultation p, .articles-filter .years form .webform-consultation .page-search .search-page .best-bets p, .page-search .search-page .best-bets .webform-consultation form .publications-filter .years p, .webform-consultation form .publications-filter .years .page-search .search-page .best-bets p, .page-search .search-page .best-bets .publications-filter .years .webform-consultation form p, .publications-filter .years .webform-consultation form .page-search .search-page .best-bets p, .page-search .search-page .best-bets form .webform-consultation .publications-filter .years p, form .webform-consultation .publications-filter .years .page-search .search-page .best-bets p, .page-search .search-page .best-bets .publications-filter .years form .webform-consultation p, .publications-filter .years form .webform-consultation .page-search .search-page .best-bets p {
        color: #ffffff;
        font-size: 1.2rem;
        font-weight: bold;
        margin: 0 0 0.5rem 0;
    }

    .page-search .search-page .best-bets .views-row:last-of-type {
        margin-bottom: 0.5rem;
    }

    .page-search .search-page .best-bets:empty {
        display: none;
    }

.sidebar-menu {
    display: none;
}

@media (min-width:992px) {
    .sidebar-menu {
        display: block;
    }
}

.sidebar-menu ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.sidebar-nav {
    background: #fff;
    border-radius: 4px;
    border-right: 1px solid #e4e4e4;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    margin-top: 11px;
}

    .sidebar-nav .menu__item a {
        display: block;
        border-left: 3px solid transparent;
        padding: 15px 16px;
        background-size: 0 0;
    }

        .sidebar-nav .menu__item a:hover, .sidebar-nav .menu__item a:focus {
            background-size: 0 0;
        }

@media (min-width:1200px) {
    .sidebar-nav .menu__item a {
        padding: 15px 22px;
    }
}

.sidebar-nav .menu__item a:hover, .sidebar-nav .menu__item a:focus {
    border-left: 3px solid #00bec0;
    text-shadow: 0 0 0.03125rem #1a1a1a;
    color: #1a1a1a;
}

.sidebar-nav .menu__item.active > a, .sidebar-nav .menu__item.expanded > a {
    border-left: 3px solid #00bec0;
}

    .sidebar-nav .menu__item.active > a .nav-link, .sidebar-nav .menu__item.expanded > a .nav-link {
        text-shadow: 0 0 0.03125rem #1a1a1a;
        color: #1a1a1a;
    }

.sidebar-nav .nav-link, .sidebar-nav a {
    color: #666666;
    font-weight: 300;
    text-decoration: none;
}

.sidebar-nav__label {
    display: block;
    padding: 30px 18px 10px;
}

@media (min-width:1200px) {
    .sidebar-nav__label {
        padding: 30px 25px 10px;
    }
}

.sidebar-nav .menu__item:last-child a {
    padding-bottom: 30px;
}

.sidebar-nav .menu__item:last-child.expanded a {
    padding-bottom: 15px;
}

@media (min-width:1200px) {
    .sidebar-nav a {
        padding: 1rem;
    }
}

.sidebar-nav li.active > a {
    text-shadow: 0 0 0.03125rem #1a1a1a;
    color: #1a1a1a;
}

.sidebar-nav .expanded .menu {
    border-left: 3px dotted #00bec0;
}

.sidebar-nav .expanded .menu__item.active > a {
    border-left: 0;
}

.sidebar-nav .expanded .menu a {
    background: url("data:image/svg+xml,%3csvg%20fill='%2300BDC0'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20xmlns:sketch='http://www.bohemiancoding.com/sketch/ns'%20viewBox='0%200%20100%20100'%20version='1.1'%20x='0px'%20y='0px'%3e%3ctitle%3earrows-22%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%20sketch:type='MSPage'%3e%3cpath%20d='M31.6694545,33.2310909%20L44.6965455,20.2023636%20L41.4941818,17%20L23,35.4941818%20L41.4941818,53.99%20L44.6965455,50.7876364%20L31.6694545,37.7589091%20L71.6458182,37.7589091%20L71.6458182,83.5869091%20L76.1752727,83.5869091%20L76.1752727,33.2310909%20L31.6694545,33.2310909'%20fill='%2300BDC0'%20sketch:type='MSShapeGroup'%20transform='translate(49.587636,%2050.293455)%20scale(-1,%20-1)%20translate(-49.587636,%20-50.293455)%20'%3e%3c/path%3e%3c/g%3e%3c/svg%3e") no-repeat 10px 2px;
    background-size: 20px 20px;
    border-left: 0;
    font-size: 14px;
    padding: 4px 24px 4px 48px;
}

    .sidebar-nav .expanded .menu a:hover, .sidebar-nav .expanded .menu a:focus {
        border-left: 0;
    }

.sidebar-nav .expanded .menu__item:last-child {
    padding-bottom: 10px;
}

.skip-link {
    transition: all 0.2s ease-in-out;
    background-color: #00bec0;
    color: #1a1a1a;
    display: flex;
    font-size: 1.25rem;
    justify-content: center;
    line-height: 1.5;
    overflow: hidden;
    position: absolute;
    height: 2rem;
    transform: translateY(0);
    width: 100%;
}

    .skip-link:hover {
        text-decoration: underline;
    }

    .skip-link:not(:focus) {
        transform: translateY(-3rem);
        color: rgba(0,0,0,0);
        height: 0;
    }

table.table-dark td a, .table.table-dark td a {
    color: #fff;
}

table thead th, .table thead th {
    background: #00bec0;
    color: #1a1a1a;
    font-weight: 600;
    vertical-align: middle;
}

    table thead th a, .table thead th a {
        color: #1a1a1a;
        font-weight: 700;
        text-decoration: underline;
    }

        table thead th a:focus, table thead th a:hover, .table thead th a:focus, .table thead th a:hover {
            color: #1a1a1a;
            text-decoration: none;
        }

table tr.primary, .table tr.primary {
    background: #bae3e1;
    color: #1a1a1a;
    font-weight: bold;
}

table td, .table td {
    vertical-align: middle;
}

table caption, .table caption {
    caption-side: top;
}

.table-responsive .row {
    margin: unset;
}

.table-responsive .dt-container .dt-paging nav {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: center;
}

    .table-responsive .dt-container .dt-paging nav .dt-paging-button, .table-responsive .dt-container .dt-paging nav .dt-paging-button.current, .table-responsive .dt-container .dt-paging nav .dt-paging-button.disabled {
        border-radius: 4px;
        transition: all 0.2s ease-in-out;
        align-items: center;
        background-image: linear-gradient(to top,#00bec0,#00bec0);
        background-position: 0% 100%;
        background-size: 100% 0;
        background-repeat: no-repeat;
        border: 2px solid #1d729b;
        border-radius: 3px;
        color: #1a1a1a;
        display: flex;
        height: 2rem;
        justify-content: center;
        min-width: 2rem;
        padding: 0.25rem;
        text-align: center;
    }

        .table-responsive .dt-container .dt-paging nav .dt-paging-button:hover, .table-responsive .dt-container .dt-paging nav .dt-paging-button:active, .table-responsive .dt-container .dt-paging nav .dt-paging-button:focus, .table-responsive .dt-container .dt-paging nav .dt-paging-button.current:hover, .table-responsive .dt-container .dt-paging nav .dt-paging-button.current:active, .table-responsive .dt-container .dt-paging nav .dt-paging-button.current:focus, .table-responsive .dt-container .dt-paging nav .dt-paging-button.disabled:hover, .table-responsive .dt-container .dt-paging nav .dt-paging-button.disabled:active, .table-responsive .dt-container .dt-paging nav .dt-paging-button.disabled:focus {
            text-shadow: 0 0 0.03125rem #1a1a1a;
            transition: all 0.2s ease-in-out;
            background-image: linear-gradient(to top,#00bec0,#00bec0);
            background-position: 0% 100%;
            background-repeat: no-repeat;
            background-size: 100% 100%;
            border: 2px solid #1d729b;
            color: #1a1a1a !important;
        }

        .table-responsive .dt-container .dt-paging nav .dt-paging-button.current, .table-responsive .dt-container .dt-paging nav .dt-paging-button.current.current, .table-responsive .dt-container .dt-paging nav .dt-paging-button.disabled.current {
            background-size: 100% 100%;
        }

            .table-responsive .dt-container .dt-paging nav .dt-paging-button.disabled, .table-responsive .dt-container .dt-paging nav .dt-paging-button.current.disabled, .table-responsive .dt-container .dt-paging nav .dt-paging-button.disabled.disabled {
                display: none;
            }

.table-responsive .dt-container .dt-layout-row {
    align-items: start;
    display: flex;
}

.table-responsive .dt-container .dt-length select {
    border: 0.1875rem solid #00bdc0;
    font-size: 1rem;
    height: 2rem;
    line-height: 1.3;
}

.table-responsive .dt-container .dt-search input {
    border: 0.1875rem solid #00bec0;
    font-size: 1rem;
    height: 3rem;
    line-height: 3;
    margin: 0;
    min-height: 0;
    width: 100%;
}

.tab-menu {
    --colour-interactive: #00bec0;
    --colour-bg: #fff;
    margin: 0 0 2rem;
}

    .tab-menu h3, .tab-menu .equipment-card a, .equipment-card .tab-menu a {
        margin: 0;
    }

    .tab-menu details {
        margin-bottom: 2px;
        border: 2px solid #00bec0;
    }

        .tab-menu details div {
            padding: 8px;
        }

    .tab-menu summary {
        padding: 8px 10px;
        color: var(--colour-interactive);
        font-weight: bold;
    }

        .tab-menu summary:focus-visible {
            color: var(--colour-bg);
            background-color: var(--colour-interactive);
            outline: 2px solid transparent;
        }

    .tab-menu .notice-block {
        margin: 2rem;
    }

    .tab-menu .tab-button {
        position: relative;
        padding: 0.5rem 2.5rem 0.5rem 0.75rem;
        font-size: 1.2rem;
        font-weight: bold;
        color: #1a1a1a;
        background-color: var(--colour-interactive);
        cursor: pointer;
    }

        .tab-menu .tab-button[aria-expanded] {
            display: flex;
            align-items: center;
            margin-bottom: 1px;
            border: 2px solid var(--colour-interactive);
            width: 100%;
            text-align: left;
        }

            .tab-menu .tab-button[aria-expanded]::after {
                transition: all 0.2s;
                font-family: "Material Icons";
                content: "chevron_right";
                -webkit-font-feature-settings: "liga";
                font-feature-settings: "liga";
                right: 0;
                position: absolute;
                font-size: 2rem;
                transform: rotate(90deg);
            }

        .tab-menu .tab-button[aria-expanded=true]::after {
            transform: rotate(270deg);
        }

        .tab-menu .tab-button[aria-expanded]:focus-visible {
            color: var(--colour-bg);
            background-color: var(--colour-interactive);
            outline: 2px solid #000;
        }

    .tab-menu .tab-body {
        padding: 1rem;
        border: 1px #00bec0 solid;
        border-top: none;
    }

    .tab-menu .accordion-body[role=region] {
        position: relative;
        top: -2px;
        border: 2px solid var(--colour-interactive);
        border-top: none;
        padding: 0.5rem;
    }

    .tab-menu [role=tablist] {
        background: var(--colour-interactive);
        display: flex;
        gap: 0.25rem;
        padding: 0.25rem 0 0 0.25rem;
    }

    .tab-menu [role=tab] {
        border: 1px solid var(--colour-interactive);
        border-bottom: none;
        border-radius: 4px 4px 0 0;
        padding: 0.5rem 0.75rem;
    }

        .tab-menu [role=tab][aria-selected=true] {
            background: var(--colour-bg);
            color: var(--colour-interactive);
        }

            .tab-menu [role=tab][aria-selected=true]::before {
                top: 0;
                height: 5px;
                border-top: 13px solid var(--colour-interactive);
            }

    .tab-menu [role=tabpanel] {
        background: white;
        padding: 1rem;
        border: 1px solid var(--colour-interactive);
        border-top: none;
    }

    .tab-menu [role=tab]:focus-visible {
        outline: 2px solid var(--colour-interactive);
        outline-offset: -8px;
    }

    .tab-menu [role=tabpanel]:focus-visible {
        position: relative;
        outline: 2px solid var(--colour-interactive);
        z-index: 1;
    }

    .tab-menu [hidden], .tab-menu [data-expanded=false] + .tab-body {
        display: none;
    }

@media screen and (forced-colors:active) {
    .tab-menu .tab-button[aria-expanded]::before, .tab-menu .tab-button[aria-expanded]::after {
        background-color: ButtonText;
    }

    .tab-menu [role=tab][aria-selected=true]::after {
        background-color: purple;
    }
}

@media print {
    .tab-menu {
        margin: 0;
    }

    .widget__controls-wrapper {
        border: 1px solid var(--colour-interactive);
    }

    .tab-body {
        display: block;
    }

    [role=tablist] {
        display: block;
    }

    [role=tab] {
        display: block;
    }

    [role=tabpanel] {
        display: block;
    }
}

a.tile:hover, a.tile:focus {
    cursor: pointer;
}

.tile {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.6);
    display: block;
    height: 250px;
    margin-bottom: 28px;
    overflow: hidden;
    padding: 31px 25px;
    position: relative;
    text-decoration: none;
    word-break: break-word;
}

.tile__title {
    line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #4d4d4f;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 26px;
}

.tile__description, .tile-body {
    line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #1a1a1a;
    font-weight: 300;
    max-height: 115px;
}

.tile__deco-link {
    background-image: linear-gradient(120deg,#00bec0 0%,#00bec0 100%);
    background-position: 0 94%;
    background-repeat: no-repeat;
    background-size: 100% 0.2em;
    bottom: 0;
    margin-bottom: 21px;
    padding-bottom: 2px;
    position: absolute;
    transition: background-size 220ms ease-in;
}

.tile:hover, .tile:focus {
    background-image: none;
    text-decoration: none;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.3);
}

    .tile:hover .tile__deco-link, .tile:focus .tile__deco-link {
        text-decoration: none;
        background-size: 100% 100%;
    }

.paragraph--type--accordion {
    margin-bottom: 60px;
}

.cards {
    display: flex;
    flex-direction: column;
}

@media (min-width:768px) {
    .cards .row {
        margin-bottom: -1rem;
    }
}

@media (min-width:992px) {
    .cards {
        margin-bottom: 0;
    }
}

.consultation-teaser {
    display: flex;
    flex-direction: column;
    gap: 0rem;
    padding: 1rem;
}

@media (min-width:768px) {
    .consultation-teaser {
        gap: 1rem;
    }
}

.consultation-teaser .progress-details {
    display: flex;
    flex-direction: column;
}

@media (min-width:768px) {
    .consultation-teaser .progress-details {
        flex-direction: row;
        justify-content: space-between;
    }
}

.consultation-teaser .progress-details .progress-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    gap: 1rem;
    padding: 1rem;
}

@media (min-width:768px) {
    .consultation-teaser .progress-details .progress-info {
        padding: 0;
    }
}

.facets-container {
    display: block;
    margin-bottom: 2rem;
    padding: 0;
}

@media (min-width:992px) {
    .facets-container {
        display: none;
    }
}

.facets-container h2, .facets-container .field--label-above .field__label, .field--label-above .facets-container .field__label, .facets-container .webform-consultation legend, .webform-consultation .facets-container legend, .facets-container .webform-consultation form label, .webform-consultation form .facets-container label, .facets-container form .webform-consultation label, form .webform-consultation .facets-container label, .facets-container .webform-consultation form .articles-filter .years p, .webform-consultation form .articles-filter .years .facets-container p, .facets-container form .articles-filter .years .webform-consultation p, form .articles-filter .years .webform-consultation .facets-container p, .facets-container .webform-consultation .articles-filter .years form p, .webform-consultation .articles-filter .years form .facets-container p, .facets-container .articles-filter .years form .webform-consultation p, .articles-filter .years form .webform-consultation .facets-container p, .facets-container .webform-consultation form .publications-filter .years p, .webform-consultation form .publications-filter .years .facets-container p, .facets-container .publications-filter .years .webform-consultation form p, .publications-filter .years .webform-consultation form .facets-container p, .facets-container form .webform-consultation .publications-filter .years p, form .webform-consultation .publications-filter .years .facets-container p, .facets-container .publications-filter .years form .webform-consultation p, .publications-filter .years form .webform-consultation .facets-container p, .facets-container h3, .facets-container .equipment-card a, .equipment-card .facets-container a {
    margin: 0 0 1rem 0;
}

.facets-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .facets-container ul li {
        margin: 0 0 0.25rem 0;
    }

.facets-container .facet-blocks {
    gap: 2rem;
}

.facets-container .block-facet--links {
    box-shadow: 0px 2px 4px rgba(0,0,0,0.6);
    background: #fff;
    border-radius: 4px;
    flex-grow: 1;
    padding: 1rem;
}

    .facets-container .block-facet--links:first-of-type {
        margin-bottom: 1rem;
    }

.facets-container .facet-item a {
    display: block;
    line-height: 1.5rem;
    margin: 0.25rem 0;
}

.facets-container .card-header {
    border: 1px solid #aaa;
    border-radius: 3px;
}

    .facets-container .card-header:has(button:not(.collapsed)) {
        border-radius: 3px 3px 0 0;
    }

    .facets-container .card-header button {
        padding: 0.5rem 1rem;
    }

.facets-container .card-body {
    background: #efefef;
    border: 1px solid #aaa;
    border-radius: 0 0 3px 3px;
    border-top: none;
    padding: 2rem;
}

    .facets-container .card-body .facet-item a.is-active {
        font-weight: 600;
    }

.home-intro {
    color: #4d4d4f;
    display: flex;
    flex-direction: row;
    font-family: "Montserrat",sans-serif;
    font-size: 1.5rem;
    font-weight: 350;
    gap: 2rem;
    justify-content: space-between;
}

@media (min-width:992px) {
    .home-intro {
        font-size: 1.9rem;
    }
}

@media (min-width:1200px) {
    .home-intro {
        background-size: 32%;
    }
}

.home-intro .body-copy {
    margin: 0;
}

.home-intro strong {
    font-weight: bold;
    letter-spacing: 2px;
}

.home-intro a.button, .home-intro #block-views-block-cons-overview-browse .field--name-node-link a, #block-views-block-cons-overview-browse .field--name-node-link .home-intro a, .home-intro .field--name-field-cons-update-link a, .field--name-field-cons-update-link .home-intro a, .home-intro .licence-search a[type=submit], .licence-search .home-intro a[type=submit] {
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-size: 1rem;
    padding: 14px 25px;
    text-decoration: none;
}

.home-intro .field--name-field-content {
    line-height: 1.3;
    padding: 0;
    flex-basis: unset;
}

@media (min-width:768px) {
    .home-intro .field--name-field-content {
        flex-basis: 61.8%;
    }
}

.home-intro .field--name-field-content p:first-of-type {
    margin-bottom: 2rem;
}

.location {
    margin: 1rem;
}

    .location .map {
        height: 300px;
        margin-bottom: 1rem;
    }

    .location address {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        min-height: 7lh;
    }

        .location address p {
            margin: 0;
        }

    .location div {
        display: flex;
        flex-direction: row;
        gap: 1rem;
    }

    .location .street {
        min-height: 4lh;
    }

    .location .mail {
        min-height: 3lh;
    }

    .location .phone {
        min-height: 1lh;
    }

.file-card {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    transition: 0.2s;
    color: #4d4d4f;
}

    .file-card:hover, .file-card:focus {
        color: #1a1a1a;
    }

@media (min-width:768px) {
    .file-card {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 3rem;
    }
}

.file-card .file-info {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    min-width: 5rem;
    width: 100%;
}

@media (min-width:768px) {
    .file-card .file-info {
        width: unset;
        flex-direction: column;
    }
}

.file-card .file-title {
    display: inline;
    font-size: 1rem;
}

.file-card .file-details {
    display: inline;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.search-results {
    border: 1px dashed blue;
}

.stepper {
    display: flex;
    position: relative;
    padding-bottom: 25px;
}

    .stepper:before {
        content: "";
        position: absolute;
        left: 15px;
        top: 0;
        width: 3px;
        height: 100%;
        background: #bae3e1;
    }

.stepper__deco {
    z-index: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #bae3e1;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-family: "Montserrat",sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-right: 40px;
}

.stepper__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 7px;
}

.paragraph--type--stepper {
    margin-bottom: 60px;
}

.tiles {
    margin-bottom: 9px;
}

@media (min-width:768px) {
    .tiles {
        margin-bottom: 49px;
    }
}

.related-tile {
    background: transparent;
    box-shadow: none;
    padding-bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

@media (min-width:768px) {
    .related-tile {
        justify-content: flex-end;
    }
}

.related-tile ul, .related-tile ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.related-tile a {
    font-weight: 300;
}

.related-tile:hover {
    box-shadow: none;
}

.footer {
    bottom: 0;
    font-size: 14px;
    margin: 3rem 0 4rem;
    padding: 0 1rem;
    width: 100%;
    z-index: -1;
}

@media (min-width:992px) {
    .footer {
        margin-bottom: 75px;
    }
}

.footer ul {
    list-style: none;
    padding-left: 0px;
}

.footer a {
    color: #1a1a1a;
    text-decoration: none;
}

.footer__nav-title {
    color: #4d4d4f;
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

@media (min-width:768px) {
    .footer__top {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (min-width:992px) {
    .footer__top {
        flex-wrap: nowrap;
        justify-content: space-between;
    }
}

.footer__top li {
    margin-bottom: 13px;
}

.footer__bottom {
    align-items: center;
}

@media (min-width:576px) {
    .footer__bottom {
        display: flex;
    }
}

.footer__right {
    display: flex;
    flex-direction: column;
    width: 100%;
}

@media (min-width:992px) {
    .footer__right {
        display: block;
        width: unset;
    }
}

form.webform {
    padding: 1.5rem;
    max-width: 680px;
    margin: 0 auto;
}

form .form-item {
    margin-bottom: 2rem;
}

    form .form-item label, form .form-item .articles-filter .years p, .articles-filter .years form .form-item p, form .form-item .publications-filter .years p, .publications-filter .years form .form-item p {
        display: block;
        margin: 0 0 0.5rem 0;
        max-width: 100%;
    }

form fieldset .form-item {
    margin-bottom: 1rem;
}

    form fieldset .form-item:last-of-type {
        margin-bottom: 0;
    }

form legend, form label, form .articles-filter .years p, .articles-filter .years form p, form .publications-filter .years p, .publications-filter .years form p {
    margin-bottom: 1rem;
}

form .webform-options-display-one-column {
    margin: 0;
}

form .captcha {
    margin-bottom: 2rem;
}

form .webform-element-description {
    margin-top: 3px;
}

form .form-item label.webform-file-button, form .form-item .articles-filter .years p.webform-file-button, .articles-filter .years form .form-item p.webform-file-button, form .form-item .publications-filter .years p.webform-file-button, .publications-filter .years form .form-item p.webform-file-button {
    display: inline-block;
    max-width: unset;
    width: auto;
}

form [data-drupal-selector=edit-uploads-remove-button].button, form #block-views-block-cons-overview-browse .field--name-node-link a[data-drupal-selector=edit-uploads-remove-button], #block-views-block-cons-overview-browse .field--name-node-link form a[data-drupal-selector=edit-uploads-remove-button], form .field--name-field-cons-update-link a[data-drupal-selector=edit-uploads-remove-button], .field--name-field-cons-update-link form a[data-drupal-selector=edit-uploads-remove-button], form .licence-search [data-drupal-selector=edit-uploads-remove-button][type=submit], .licence-search form [data-drupal-selector=edit-uploads-remove-button][type=submit] {
    margin: 1rem 0 2rem 0 !important;
}

form .required-indicator {
    font-weight: normal;
    margin-left: 5px;
    color: #4d4d4f;
}

form input[type=date], form input[type=number], form input[type=tel], form select, form .select2-dropdown, form .select2-container .select2-selection--single {
    background: #ffffff;
    border: 1px solid #949494;
    border-radius: 4px;
    min-height: 48px;
    padding: 5px 8px;
    width: 100%;
}

.page-header {
    margin: 0 0 2rem 0;
}

    .page-header .header-liner {
        margin: 0 1rem;
    }

@media (min-width:576px) {
    .page-header .header-liner {
        margin: 0;
    }
}

@media (min-width:992px) {
    .page-header .header-liner {
        gap: 4rem;
    }
}

.page-header .header-liner #views-exposed-form-search-search-page {
    margin: 0;
}

.page-header .header-start {
    flex-grow: 1;
    min-height: 100px;
    min-width: 50%;
}

    .page-header .header-start a {
        background-size: 0 0;
    }

        .page-header .header-start a:hover, .page-header .header-start a:focus {
            background-size: 0 0;
        }

@media (min-width:992px) {
    .page-header .header-end {
        min-width: 24rem;
    }
}

.page-header .header-end .loader {
    margin-top: 25px;
}

@media (min-width:576px) {
    .page-header .header-end .loader {
        margin-top: unset;
    }
}

.page-header .header-end .spa-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: space-evenly;
}

@media (min-width:576px) {
    .page-header .header-end .spa-buttons {
        flex-direction: row;
    }
}

@media (min-width:992px) {
    .page-header .header-end .spa-buttons {
        justify-content: space-between;
    }
}

.page-header .header-end .spa-buttons .btn, .page-header .header-end .spa-buttons .articles-filter .years ul li a:not(.active-year), .articles-filter .years ul li .page-header .header-end .spa-buttons a:not(.active-year), .page-header .header-end .spa-buttons .articles-filter .years ul li a.active-year, .articles-filter .years ul li .page-header .header-end .spa-buttons a.active-year, .page-header .header-end .spa-buttons .button, .page-header .header-end .spa-buttons #block-views-block-cons-overview-browse .field--name-node-link a, #block-views-block-cons-overview-browse .field--name-node-link .page-header .header-end .spa-buttons a, .page-header .header-end .spa-buttons .field--name-field-cons-update-link a, .field--name-field-cons-update-link .page-header .header-end .spa-buttons a, .page-header .header-end .spa-buttons .socials a, .socials .page-header .header-end .spa-buttons a, .page-header .header-end .spa-buttons .licence-search [type=submit], .licence-search .page-header .header-end .spa-buttons [type=submit], .page-header .header-end .spa-buttons .publications-filter .years ul li a:not(.active-year), .publications-filter .years ul li .page-header .header-end .spa-buttons a:not(.active-year), .page-header .header-end .spa-buttons .publications-filter .years ul li a.active-year, .publications-filter .years ul li .page-header .header-end .spa-buttons a.active-year {
    margin: 0;
}

.page-header .header-end .fake-spa button {
    background: #acacac;
    color: #fff;
}

.loader {
    align-items: center;
    animation: rotate 1s linear infinite;
    border-radius: 50%;
    display: flex;
    height: 48px;
    margin: auto;
    position: relative;
    width: 48px;
}

    .loader::before, .loader::after {
        content: "";
        box-sizing: border-box;
        position: absolute;
        inset: 0px;
        border-radius: 50%;
        border: 5px solid #1d729b;
        animation: prixClipFix 2s linear infinite;
    }

    .loader::after {
        border-color: #00bec0;
        animation: prixClipFix 2s linear infinite,rotate 0.5s linear infinite reverse;
        inset: 6px;
    }

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes prixClipFix {
    0% {
        clip-path: polygon(50% 50%,0 0,0 0,0 0,0 0,0 0);
    }

    25% {
        clip-path: polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0);
    }

    50% {
        clip-path: polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%);
    }

    75% {
        clip-path: polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%);
    }

    100% {
        clip-path: polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0);
    }
}

.base-page {
    display: block;
    width: 100vw;
    height: 100%;
}

.below-content-container {
    padding: 0 1rem;
}

.node-consultation .sidebar-content-container {
    align-self: flex-start;
    position: sticky;
    top: 70px;
}

.node-consultation .milestones {
    display: block;
}

@media (min-width:992px) {
    .node-consultation .milestones {
        display: none;
    }
}

.node-consultation .progress-remaining {
    margin: 1rem 0 4rem 0;
}

@media (min-width:992px) {
    .node-consultation .progress-remaining {
        margin: 1rem 0 40px 0;
    }
}

.node-page #main-content {
    padding: 0 2rem;
}

.node-landing #main-content, .homepage #main-content {
    padding: 0 1rem;
}

.homepage .page-title {
    position: absolute;
    clip: rect(1px,1px,1px,1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
    word-wrap: normal;
}

.homepage .main-content, .homepage .container__content {
    margin-bottom: 0;
    padding-bottom: 0;
}

.homepage .home-services-and-links {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}

@media (min-width:1200px) {
    .homepage .home-services-and-links {
        flex-direction: row;
    }
}

.homepage .home-services-and-links .field--name-field-home-services {
    flex-basis: 72%;
}
