/* Minification failed. Returning unminified contents.
(57,40): run-time error CSS1046: Expect comma, found '0'
(57,44): run-time error CSS1046: Expect comma, found '/'
(57,74): run-time error CSS1046: Expect comma, found '0'
(57,78): run-time error CSS1046: Expect comma, found '/'
(57,108): run-time error CSS1046: Expect comma, found '0'
(57,112): run-time error CSS1046: Expect comma, found '/'
(154,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(155,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(156,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(157,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(181,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(185,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(206,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-text-color'
(255,28): run-time error CSS1039: Token not allowed after unary operator: '-light-grey-color'
 */
.button-base-root {
    color: inherit;
    border: 0;
    cursor: pointer;
    margin: 0;
    display: inline-flex;
    outline: 0;
    padding: 0;
    position: relative;
    align-items: center;
    user-select: none;
    border-radius: 0;
    vertical-align: middle;
    -moz-appearance: none;
    justify-content: center;
    text-decoration: none;
    background-color: transparent;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

.button-base-root.disabled {
    cursor: default;
    pointer-events: none;
}

.button-root {
    color: #6d6e71;
    padding: 6px 16px;
    font-size: 0.875rem;
    min-width: 64px;
    box-sizing: border-box;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-family: "azo-sans-web","Open Sans","Nunito","Helvetica Neue",Arial,sans-serif,-apple-system;
    font-weight: 500;
    line-height: 1.75;
    border-radius: 32px;
    text-transform: none;
}

.button-base-root.disabled {
    cursor: default;
    pointer-events: none;
}

.button-root.disabled {
    color: rgba(0, 0, 0, 0.26);
}

.button-root:hover {
    text-decoration: none;
    background-color: rgba(109, 110, 113, 0.04);
}

.button-contained {
    color: rgba(0, 0, 0, 0.87);
    box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
    background-color: #e0e0e0;
}
.button-contained.disabled {
    color: rgba(0, 0, 0, 0.26);
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.12);
}

.button-fullWidth {
    width: 100%;
}

.button-containedSecondary {
    color: #fff;
    background-color: #b12028;
}

.button-containedSecondary:hover {
    background-color: rgb(123, 22, 28);
}

.button-containedSizeLarge {
    padding: 8px 22px;
    font-size: 0.9375rem;
}

.button-text {
    padding: 6px 8px;
}

.button-disable-elevation {
    box-shadow: none;
}

.button-label {
    width: 100%;
    display: inherit;
    align-items: inherit;
    justify-content: inherit;
}

.button-outlined {
    border: 1px solid rgba(0, 0, 0, 0.23);
    padding: 5px 15px;
}

.button-outlinedPrimary {
    color: #6d6e71;
    border: 1px solid rgba(109, 110, 113, 0.5);
}

.button-outlinedPrimary:hover {
    border: 1px solid #6d6e71;
    background-color: rgba(109, 110, 113, 0.04);
}

.button-outlinedSizeLarge {
    padding: 7px 21px;
    font-size: 0.9375rem;
}

.icon-button-root {
    flex: 0 0 auto;
    color: rgba(0, 0, 0, 0.54);
    padding: 12px;
    overflow: visible;
    font-size: 1.5rem;
    text-align: center;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 50%;
}

.icon-button-label {
    width: 100%;
    display: flex;
    align-items: inherit;
    justify-content: inherit;
}

.icon-button-colorSecondary {
    color: #b12028;
}

.checkbox-colorSecondary.Mui-checked {
    color: #b12028;
}

.checkbox-root {
    padding: 9px;
    color: rgba(0, 0, 0, 0.54);
}

.checkbox-base-input {
    transform: scale(1.3);
}
:root {
    --primary-color: #6d6E71;
    --error-color: #f56565;
    --primary-text-color: #6d6E71;
    --light-grey-color: #f1f2f2;
}

input, select {
    outline: none !important;
}

/* FORM CONTROL */
.form-control-root {
    border: 0;
    margin: 0;
    display: inline-flex;
    padding: 0;
    position: relative;
    min-width: 0;
    flex-direction: column;
    vertical-align: top;
}

.form-control-root:focus-visible {
    outline: -webkit-focus-ring-color auto 1px;
}

.form-control-root:focus-within .form-label-root {
    color: var(--primary-color, #3A8DDE);
}

.form-control-root:focus-within fieldset {
    border: 2px solid var(--primary-color, #3A8DDE);
}

.form-control-fullwidth {
    width: 100%;
}

.form-control-label-root {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    margin-left: -11px;
    margin-right: 16px;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}

.text-field-root {
}

.input-base-root {
    color: var(--primary-text-color, rgba(0, 0, 0, 0.87));
    cursor: text;
    display: inline-flex;
    position: relative;
    font-size: 1rem;
    box-sizing: border-box;
    align-items: center;
    font-family: "azo-sans-web","Open Sans","Nunito","Helvetica Neue",Arial,sans-serif,-apple-system;
    line-height: 1.1876em;
}

.input-base-root:hover {
    border-color: rgba(0, 0, 0, 0.87);
}

.input-base-fullwidth {
    width: 100%;
}

.input-base-input {
    font: inherit;
    color: currentColor;
    width: 100%;
    border: 0;
    height: 1.1876em;
    margin: 0;
    display: block;
    padding: 6px 0 7px;
    min-width: 0;
    background: none;
    box-sizing: content-box;
    animation-name: mui-auto-fill-cancel;
    letter-spacing: inherit;
    animation-duration: 10ms;
    -webkit-tap-highlight-color: transparent;
}

.input-base-input:invalid {
    box-shadow: none;
}

.input-base-input:placeholder-shown {
    font-style: italic;
    font-weight: 400;
}

.outlined-input-root {
    position: relative;
    border-radius: 24px;
    background-color: var(--light-grey-color, #f1f2f2);
    font-weight: 600
}

.outlined-input-input {
    padding: 18.5px 14px;
    border-radius: 24px
}

.outlined-input-notched-outline {
    border-color: rgba(0, 0, 0, 0.23);
}

.outlined-input-root.error .outlined-input-notched-outline {
    border-color: #f56565;
}

.outlined-input-adorned-end {
    padding-right: 14px;
}

/* INPUT FIELD SET */
.private-notched-outline-root {
    top: -5px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0 8px;
    overflow: hidden;
    position: absolute;
    border-style: solid;
    border-width: 1px;
    border-radius: inherit;
    pointer-events: none;
}

.private-notched-outline-legend-labeled {
    width: auto;
    height: 11px;
    display: block;
    padding: 0;
    font-size: 0.75em;
    max-width: 0.01px;
    text-align: left;
    transition: max-width 50ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
    visibility: hidden;
}

.private-notched-outline-legend-notched {
    max-width: 1000px;
    transition: max-width 100ms cubic-bezier(0.0, 0, 0.2, 1) 50ms;
}

.private-notched-outline-legend-labeled > span {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

/* INPUT LABEL */
.input-label-root {
    display: block;
    transform-origin: top left;
}

.input-label-outlined {
    z-index: 1;
    transform: translate(14px, 20px) scale(1);
    pointer-events: none;
}

.input-label-shrink {
    transform: translate(14px, -6px) scale(0.75);
    background-color: #fff;
}

.input-label-animated {
    transition: color 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms,transform 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
}

.input-label-form-control {
    top: 0;
    left: 0;
    position: absolute;
}

.form-label-root {
    color: rgba(0, 0, 0, 0.54);
    padding: 0;
    font-size: 1rem;
    font-family: "azo-sans-web","Open Sans","Nunito","Helvetica Neue",Arial,sans-serif,-apple-system;
    font-weight: 400;
    line-height: 1;
}

.form-label-root.error {
    color: #f56565 !important;
}

/* Input Adornment */
.input-adornment-root {
    height: 0.01em;
    display: flex;
    max-height: 2em;
    align-items: center;
    white-space: nowrap;
}

.input-adornment-position-end {
    margin-left: 8px;
}

/* helper text */
.formhelpertext-root {
    color: rgba(0, 0, 0, 0.54);
    margin: 0;
    font-size: 0.75rem;
    margin-top: 3px;
    text-align: left;
    font-family: "azo-sans-web","Open Sans","Nunito","Helvetica Neue",Arial,sans-serif,-apple-system;
    font-weight: 400;
    line-height: 1.66;
}

.formhelpertext-root.error {
    color: #f56565;
}

.formhelpertext-contained {
    margin-left: 14px;
    margin-right: 14px;
}



html {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*, *::before, *::after {
    box-sizing: inherit;
}

strong, b {
    font-weight: 700;
}

body {
    color: #6d6e71;
    margin: 0;
    font-size: 0.875rem;
    font-family: "azo-sans-web","Open Sans","Nunito","Helvetica Neue",Arial,sans-serif,-apple-system;
    font-weight: 400;
    line-height: 1.43;
    background-color: #fff;
}

@media print {
    body {
        background-color: #fff;
    }
}

body::backdrop {
    background-color: #fff;
}

/* FORM CONTROL CONTAINER */
.container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.item {
    margin: 0;
    box-sizing: border-box;
}

.container-spacing {
    width: calc(100% + 16px);
    margin: -8px;
}

.container-spacing > .item {
    padding: 8px;
}

.container-spacing-3 {
    width: calc(100% + 24px);
    margin: -12px;
}

.container-spacing-3 > .item {
    padding: 12px;
}

.container-align-items-xs-center {
    align-items: center;
}

.item-xs-12 {
    flex-grow: 0;
    max-width: 100%;
    flex-basis: 100%;
}

.item-xs-6 {
    flex-grow: 0;
    max-width: 50%;
    flex-basis: 50%;
}


@media (min-width: 960px) {
    .item-md-true {
        flex-grow: 1;
        max-width: 100%;
        flex-basis: 0;
    }

    .item-md-4 {
        flex-grow: 0;
        max-width: 33.333333%;
        flex-basis: 33.333333%;
    }
}

@media (min-width: 1400px) {
    .item-lg-2 {
        flex-grow: 0;
        max-width: 16.666667%;
        flex-basis: 16.666667%;
    }

    .item-lg-3 {
        flex-grow: 0;
        max-width: 25%;
        flex-basis: 25%;
    }
}

.title {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0.35em;
}

.divider {
    border: none;
    height: 1px;
    margin: 0;
    flex-shrink: 0;
    background-color: rgba(0, 0, 0, 0.12);
}

.Link-underlineHover {
    text-decoration: none;
}

.Link-root {
    color: #6d6e71;
}

.Typography-colorPrimary {
    color: #6d6e71;
}

.Typography-subtitle1 {
    font-size: 1rem;
    font-family: "azo-sans-web","Open Sans","Nunito","Helvetica Neue",Arial,sans-serif,-apple-system;
    font-weight: 400;
    line-height: 1.75;
}

.Typography-body1 {
    font-size: 1rem;
    font-family: "azo-sans-web","Open Sans","Nunito","Helvetica Neue",Arial,sans-serif,-apple-system;
    font-weight: 400;
    line-height: 1.5;
}

.Typography-root {
    margin: 0;
}
