img {
    max-width: 100%;
}

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

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

textarea {
    resize: vertical;
}

.hidden {
    display: none;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

a,
h1,
h2,
h3,
h4,
h5,
h6 {
    border-width: 0;
    margin: 0;
    padding: 0;
    transform-origin: left top 0;
}

.mdc-touch-target-wrapper {
    display: inline;
}

.foto-abaixo {
    width: 100%;
    height: 930px;
    border-bottom: 3.5em solid #68872c;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.mdc-button {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 36px;
    line-height: 2.25rem;
    font-weight: 500;
    letter-spacing: 0.08929em;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 8px;
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 64px;
    border: none;
    outline: none;
    line-height: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    overflow: visible;
    vertical-align: middle;
    border-radius: 0;
}

.mdc-button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mdc-button:active {
    outline: none;
}

.mdc-button:hover {
    cursor: pointer;
}

.mdc-button:disabled {
    background-color: transparent;
    color: rgba(51, 51, 51, 0.37);
    cursor: default;
    pointer-events: none;
}

.mdc-button .mdc-button__ripple {
    border-radius: 0;
}

.mdc-button:not(:disabled) {
    background-color: transparent;
}

.mdc-button .mdc-button__icon {
    margin-left: 0;
    margin-right: 8px;
    display: inline-block;
    width: 18px;
    height: 18px;
    font-size: 18px;
    vertical-align: top;
}

.mdc-button .mdc-button__icon[dir="rtl"],
[dir="rtl"] .mdc-button .mdc-button__icon {
    margin-left: 8px;
    margin-right: 0;
}

.mdc-button .mdc-button__touch {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    height: 48px;
    transform: translateY(-50%);
}

.mdc-button:not(:disabled) {
    color: #023e84;
    color: var(--mdc-theme-primary, #023e84);
}

.mdc-button__label+.mdc-button__icon {
    margin-left: 8px;
    margin-right: 0;
}

.mdc-button__label+.mdc-button__icon[dir="rtl"],
[dir="rtl"] .mdc-button__label+.mdc-button__icon {
    margin-left: 0;
    margin-right: 8px;
}

svg.mdc-button__icon {
    fill: currentColor;
}

.mdc-button--outlined .mdc-button__icon,
.mdc-button--raised .mdc-button__icon,
.mdc-button--unelevated .mdc-button__icon {
    margin-left: -4px;
    margin-right: 8px;
}

.mdc-button--outlined .mdc-button__icon[dir="rtl"],
.mdc-button--outlined .mdc-button__label+.mdc-button__icon,
.mdc-button--raised .mdc-button__icon[dir="rtl"],
.mdc-button--raised .mdc-button__label+.mdc-button__icon,
.mdc-button--unelevated .mdc-button__icon[dir="rtl"],
.mdc-button--unelevated .mdc-button__label+.mdc-button__icon,
[dir="rtl"] .mdc-button--outlined .mdc-button__icon,
[dir="rtl"] .mdc-button--raised .mdc-button__icon,
[dir="rtl"] .mdc-button--unelevated .mdc-button__icon {
    margin-left: 8px;
    margin-right: -4px;
}

.mdc-button--outlined .mdc-button__label+.mdc-button__icon[dir="rtl"],
.mdc-button--raised .mdc-button__label+.mdc-button__icon[dir="rtl"],
.mdc-button--unelevated .mdc-button__label+.mdc-button__icon[dir="rtl"],
[dir="rtl"] .mdc-button--outlined .mdc-button__label+.mdc-button__icon,
[dir="rtl"] .mdc-button--raised .mdc-button__label+.mdc-button__icon,
[dir="rtl"] .mdc-button--unelevated .mdc-button__label+.mdc-button__icon {
    margin-left: -4px;
    margin-right: 8px;
}

.mdc-button--raised,
.mdc-button--unelevated {
    padding: 0 16px;
}

.mdc-button--raised:disabled,
.mdc-button--unelevated:disabled {
    background-color: rgba(51, 51, 51, 0.12);
    color: rgba(51, 51, 51, 0.37);
}

.mdc-button--raised:not(:disabled),
.mdc-button--unelevated:not(:disabled) {
    background-color: #023e84;
}

@supports not (-ms-ime-align: auto) {
    .mdc-button--raised:not(:disabled),
    .mdc-button--unelevated:not(:disabled) {
        background-color: var(--mdc-theme-primary, #023e84);
    }
}

.mdc-button--raised:not(:disabled),
.mdc-button--unelevated:not(:disabled) {
    color: #fff;
    color: var(--mdc-theme-on-primary, #fff);
}

.mdc-button--raised {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.mdc-button--raised:focus,
.mdc-button--raised:hover {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.mdc-button--raised:active {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.mdc-button--raised:disabled {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
}

.mdc-button--outlined {
    border-style: solid;
    padding: 0 15px;
    border-width: 1px;
}

.mdc-button--outlined:disabled {
    border-color: rgba(51, 51, 51, 0.37);
}

.mdc-button--outlined .mdc-button__ripple {
    top: -1px;
    left: -1px;
    border: 1px solid transparent;
}

.mdc-button--outlined:not(:disabled) {
    border-color: #023e84;
    border-color: var(--mdc-theme-primary, #023e84);
}

.mdc-button--touch {
    margin-top: 6px;
    margin-bottom: 6px;
}

@keyframes a {
    0% {
        animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1);
    }
    to {
        transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
    }
}

@keyframes b {
    0% {
        animation-timing-function: linear;
        opacity: 0;
    }
    to {
        opacity: var(--mdc-ripple-fg-opacity, 0);
    }
}

@keyframes c {
    0% {
        animation-timing-function: linear;
        opacity: var(--mdc-ripple-fg-opacity, 0);
    }
    to {
        opacity: 0;
    }
}

.mdc-ripple-surface--test-edge-var-bug {
    --mdc-ripple-surface-test-edge-var: 1px solid #000;
    visibility: hidden;
}

.mdc-ripple-surface--test-edge-var-bug:before {
    border: var(--mdc-ripple-surface-test-edge-var);
}

.mdc-button {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mdc-button .mdc-button__ripple:after,
.mdc-button .mdc-button__ripple:before {
    position: absolute;
    border-radius: 0;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.mdc-button .mdc-button__ripple:before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
}

.mdc-button.mdc-ripple-upgraded .mdc-button__ripple:before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-button.mdc-ripple-upgraded .mdc-button__ripple:after {
    top: 0;
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.mdc-button.mdc-ripple-upgraded--unbounded .mdc-button__ripple:after {
    top: var(--mdc-ripple-top, 0);
    left: var(--mdc-ripple-left, 0);
}

.mdc-button.mdc-ripple-upgraded--foreground-activation .mdc-button__ripple:after {
    animation: a 225ms forwards, b 75ms forwards;
}

.mdc-button.mdc-ripple-upgraded--foreground-deactivation .mdc-button__ripple:after {
    animation: c 0.15s;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-button .mdc-button__ripple:after,
.mdc-button .mdc-button__ripple:before {
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}

.mdc-button.mdc-ripple-upgraded .mdc-button__ripple:after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-button .mdc-button__ripple:after,
.mdc-button .mdc-button__ripple:before {
    background-color: #023e84;
}

@supports not (-ms-ime-align: auto) {
    .mdc-button .mdc-button__ripple:after,
    .mdc-button .mdc-button__ripple:before {
        background-color: var(--mdc-theme-primary, #023e84);
    }
}

.mdc-button:hover .mdc-button__ripple:before {
    opacity: 0.04;
}

.mdc-button.mdc-ripple-upgraded--background-focused .mdc-button__ripple:before,
.mdc-button:not(.mdc-ripple-upgraded):focus .mdc-button__ripple:before {
    transition-duration: 75ms;
    opacity: 0.12;
}

.mdc-button:not(.mdc-ripple-upgraded) .mdc-button__ripple:after {
    transition: opacity 0.15s linear;
}

.mdc-button:not(.mdc-ripple-upgraded):active .mdc-button__ripple:after {
    transition-duration: 75ms;
    opacity: 0.12;
}

.mdc-button.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.12;
}

.mdc-button .mdc-button__ripple {
    position: absolute;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.mdc-button:not(.mdc-button--outlined) .mdc-button__ripple {
    top: 0;
    left: 0;
}

.mdc-button--raised .mdc-button__ripple:after,
.mdc-button--raised .mdc-button__ripple:before,
.mdc-button--unelevated .mdc-button__ripple:after,
.mdc-button--unelevated .mdc-button__ripple:before {
    background-color: #fff;
}

@supports not (-ms-ime-align: auto) {
    .mdc-button--raised .mdc-button__ripple:after,
    .mdc-button--raised .mdc-button__ripple:before,
    .mdc-button--unelevated .mdc-button__ripple:after,
    .mdc-button--unelevated .mdc-button__ripple:before {
        background-color: var(--mdc-theme-on-primary, #fff);
    }
}

.mdc-button--raised:hover .mdc-button__ripple:before,
.mdc-button--unelevated:hover .mdc-button__ripple:before {
    opacity: 0.08;
}

.mdc-button--raised.mdc-ripple-upgraded--background-focused .mdc-button__ripple:before,
.mdc-button--raised:not(.mdc-ripple-upgraded):focus .mdc-button__ripple:before,
.mdc-button--unelevated.mdc-ripple-upgraded--background-focused .mdc-button__ripple:before,
.mdc-button--unelevated:not(.mdc-ripple-upgraded):focus .mdc-button__ripple:before {
    transition-duration: 75ms;
    opacity: 0.24;
}

.mdc-button--raised:not(.mdc-ripple-upgraded) .mdc-button__ripple:after,
.mdc-button--unelevated:not(.mdc-ripple-upgraded) .mdc-button__ripple:after {
    transition: opacity 0.15s linear;
}

.mdc-button--raised:not(.mdc-ripple-upgraded):active .mdc-button__ripple:after,
.mdc-button--unelevated:not(.mdc-ripple-upgraded):active .mdc-button__ripple:after {
    transition-duration: 75ms;
    opacity: 0.24;
}

.mdc-button--raised.mdc-ripple-upgraded,
.mdc-button--unelevated.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.24;
}

.mdc-button {
    height: 36px;
}

.mdc-card {
    border-radius: 0;
    background-color: #fff;
    background-color: var(--mdc-theme-surface, #fff);
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.mdc-card--outlined {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
    border: 1px solid #e7e7e7;
}

.mdc-card__media {
    position: relative;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.mdc-card__media:before {
    display: block;
    content: "";
}

.mdc-card__media:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.mdc-card__media:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

.mdc-card__media--square:before {
    margin-top: 100%;
}

.mdc-card__media--16-9:before {
    margin-top: 56.25%;
}

.mdc-card__media-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
}

.mdc-card__primary-action {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    position: relative;
    outline: none;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
}

.mdc-card__primary-action:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.mdc-card__primary-action:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

.mdc-card__actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
    min-height: 52px;
    padding: 8px;
}

.mdc-card__actions--full-bleed {
    padding: 0;
}

.mdc-card__action-buttons,
.mdc-card__action-icons {
    display: flex;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
}

.mdc-card__action-icons {
    color: rgba(51, 51, 51, 0.6);
    flex-grow: 1;
    justify-content: flex-end;
}

.mdc-card__action-buttons+.mdc-card__action-icons {
    margin-left: 16px;
    margin-right: 0;
}

.mdc-card__action-buttons+.mdc-card__action-icons[dir="rtl"],
[dir="rtl"] .mdc-card__action-buttons+.mdc-card__action-icons {
    margin-left: 0;
    margin-right: 16px;
}

.mdc-card__action {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
    justify-content: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mdc-card__action:focus {
    outline: none;
}

.mdc-card__action--button {
    margin-left: 0;
    margin-right: 8px;
    padding: 0 8px;
}

.mdc-card__action--button[dir="rtl"],
[dir="rtl"] .mdc-card__action--button {
    margin-left: 8px;
    margin-right: 0;
}

.mdc-card__action--button:last-child,
.mdc-card__action--button:last-child[dir="rtl"],
[dir="rtl"] .mdc-card__action--button:last-child {
    margin-left: 0;
    margin-right: 0;
}

.mdc-card__actions--full-bleed .mdc-card__action--button {
    justify-content: space-between;
    width: 100%;
    height: auto;
    max-height: none;
    margin: 0;
    padding: 8px 16px;
    text-align: left;
}

.mdc-card__actions--full-bleed .mdc-card__action--button[dir="rtl"],
[dir="rtl"] .mdc-card__actions--full-bleed .mdc-card__action--button {
    text-align: right;
}

.mdc-card__action--icon {
    margin: -6px 0;
    padding: 12px;
}

.mdc-card__action--icon:not(:disabled) {
    color: rgba(51, 51, 51, 0.6);
}

.mdc-card__primary-action {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mdc-card__primary-action:after,
.mdc-card__primary-action:before {
    position: absolute;
    border-radius: 0;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.mdc-card__primary-action:before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
}

.mdc-card__primary-action.mdc-ripple-upgraded:before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-card__primary-action.mdc-ripple-upgraded:after {
    top: 0;
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.mdc-card__primary-action.mdc-ripple-upgraded--unbounded:after {
    top: var(--mdc-ripple-top, 0);
    left: var(--mdc-ripple-left, 0);
}

.mdc-card__primary-action.mdc-ripple-upgraded--foreground-activation:after {
    animation: a 225ms forwards, b 75ms forwards;
}

.mdc-card__primary-action.mdc-ripple-upgraded--foreground-deactivation:after {
    animation: c 0.15s;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-card__primary-action:after,
.mdc-card__primary-action:before {
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}

.mdc-card__primary-action.mdc-ripple-upgraded:after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-card__primary-action:after,
.mdc-card__primary-action:before {
    background-color: #333;
}

.mdc-card__primary-action:hover:before {
    opacity: 0.04;
}

.mdc-card__primary-action.mdc-ripple-upgraded--background-focused:before,
.mdc-card__primary-action:not(.mdc-ripple-upgraded):focus:before {
    transition-duration: 75ms;
    opacity: 0.12;
}

.mdc-card__primary-action:not(.mdc-ripple-upgraded):after {
    transition: opacity 0.15s linear;
}

.mdc-card__primary-action:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: 0.12;
}

.mdc-card__primary-action.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.12;
}

@keyframes d {
    0%,
    50% {
        stroke-dashoffset: 29.78334;
    }
    50% {
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes e {
    0%,
    68.2% {
        transform: scaleX(0);
    }
    68.2% {
        animation-timing-function: cubic-bezier(0, 0, 0, 1);
    }
    to {
        transform: scaleX(1);
    }
}

@keyframes f {
    0% {
        animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
        opacity: 1;
        stroke-dashoffset: 0;
    }
    to {
        opacity: 0;
        stroke-dashoffset: -29.78334;
    }
}

@keyframes g {
    0% {
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
        transform: rotate(0deg);
        opacity: 1;
    }
    to {
        transform: rotate(45deg);
        opacity: 0;
    }
}

@keyframes h {
    0% {
        animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
        transform: rotate(45deg);
        opacity: 0;
    }
    to {
        transform: rotate(1turn);
        opacity: 1;
    }
}

@keyframes i {
    0% {
        animation-timing-function: mdc-animation-deceleration-curve-timing-function;
        transform: rotate(-45deg);
        opacity: 0;
    }
    to {
        transform: rotate(0deg);
        opacity: 1;
    }
}

@keyframes j {
    0% {
        animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
        transform: rotate(0deg);
        opacity: 1;
    }
    to {
        transform: rotate(315deg);
        opacity: 0;
    }
}

@keyframes k {
    0% {
        animation-timing-function: linear;
        transform: scaleX(1);
        opacity: 1;
    }
    32.8%,
    to {
        transform: scaleX(0);
        opacity: 0;
    }
}

.mdc-checkbox {
    display: inline-block;
    position: relative;
    flex: 0 0 18px;
    box-sizing: content-box;
    width: 18px;
    height: 18px;
    line-height: 0;
    white-space: nowrap;
    cursor: pointer;
    vertical-align: bottom;
    padding: 11px;
}

.mdc-checkbox .mdc-checkbox__native-control:checked~.mdc-checkbox__background:before,
.mdc-checkbox .mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background:before {
    background-color: #006fba;
}

@supports not (-ms-ime-align: auto) {
    .mdc-checkbox .mdc-checkbox__native-control:checked~.mdc-checkbox__background:before,
    .mdc-checkbox .mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background:before {
        background-color: var(--mdc-theme-secondary, #006fba);
    }
}

.mdc-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple:after,
.mdc-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple:before {
    background-color: #006fba;
}

@supports not (-ms-ime-align: auto) {
    .mdc-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple:after,
    .mdc-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple:before {
        background-color: var(--mdc-theme-secondary, #006fba);
    }
}

.mdc-checkbox.mdc-checkbox--selected:hover .mdc-checkbox__ripple:before {
    opacity: 0.04;
}

.mdc-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple:before,
.mdc-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple:before {
    transition-duration: 75ms;
    opacity: 0.12;
}

.mdc-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple:after {
    transition: opacity 0.15s linear;
}

.mdc-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple:after {
    transition-duration: 75ms;
    opacity: 0.12;
}

.mdc-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.12;
}

.mdc-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple:after,
.mdc-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple:before {
    background-color: #006fba;
}

@supports not (-ms-ime-align: auto) {
    .mdc-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple:after,
    .mdc-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple:before {
        background-color: var(--mdc-theme-secondary, #006fba);
    }
}

.mdc-checkbox .mdc-checkbox__background {
    top: 11px;
    left: 11px;
}

.mdc-checkbox .mdc-checkbox__background:before {
    top: -13px;
    left: -13px;
    width: 40px;
    height: 40px;
}

.mdc-checkbox .mdc-checkbox__native-control {
    top: 0;
    right: 0;
    left: 0;
    width: 40px;
    height: 40px;
}

.mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate)~.mdc-checkbox__background {
    border-color: rgba(51, 51, 51, 0.54);
    background-color: transparent;
}

.mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,
.mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background {
    border-color: #006fba;
    border-color: var(--mdc-theme-secondary, #006fba);
    background-color: #006fba;
    background-color: var(--mdc-theme-secondary, #006fba);
}

@keyframes l {
    0% {
        border-color: rgba(51, 51, 51, 0.54);
        background-color: transparent;
    }
    50% {
        border-color: #006fba;
        border-color: var(--mdc-theme-secondary, #006fba);
        background-color: #006fba;
        background-color: var(--mdc-theme-secondary, #006fba);
    }
}

@keyframes m {
    0%,
    80% {
        border-color: #006fba;
        border-color: var(--mdc-theme-secondary, #006fba);
        background-color: #006fba;
        background-color: var(--mdc-theme-secondary, #006fba);
    }
    to {
        border-color: rgba(51, 51, 51, 0.54);
        background-color: transparent;
    }
}

.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,
.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background {
    animation-name: l;
}

.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,
.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background {
    animation-name: m;
}

.mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate)~.mdc-checkbox__background {
    border-color: rgba(51, 51, 51, 0.26);
    background-color: transparent;
}

.mdc-checkbox__native-control[disabled]:checked~.mdc-checkbox__background,
.mdc-checkbox__native-control[disabled]:indeterminate~.mdc-checkbox__background {
    border-color: transparent;
    background-color: rgba(51, 51, 51, 0.26);
}

.mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__checkmark {
    color: #fff;
}

.mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__mixedmark {
    border-color: #fff;
}

.mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__checkmark {
    color: #fff;
}

.mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__mixedmark {
    border-color: #fff;
}

@media screen and (-ms-high-contrast: active) {
    .mdc-checkbox__mixedmark {
        margin: 0 1px;
    }
}

.mdc-checkbox--disabled {
    cursor: default;
    pointer-events: none;
}

.mdc-checkbox__background {
    display: inline-flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    border: 2px solid currentColor;
    border-radius: 0;
    background-color: transparent;
    pointer-events: none;
    will-change: background-color, border-color;
    transition: background-color 90ms cubic-bezier(0.4, 0, 0.6, 1) 0ms, border-color 90ms cubic-bezier(0.4, 0, 0.6, 1) 0ms;
}

.mdc-checkbox__background .mdc-checkbox__background:before {
    background-color: #333;
}

@supports not (-ms-ime-align: auto) {
    .mdc-checkbox__background .mdc-checkbox__background:before {
        background-color: var(--mdc-theme-on-surface, #333);
    }
}

.mdc-checkbox__checkmark {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.18s cubic-bezier(0.4, 0, 0.6, 1) 0ms;
}

.mdc-checkbox--upgraded .mdc-checkbox__checkmark {
    opacity: 1;
}

.mdc-checkbox__checkmark-path {
    transition: stroke-dashoffset 0.18s cubic-bezier(0.4, 0, 0.6, 1) 0ms;
    stroke: currentColor;
    stroke-width: 3.12px;
    stroke-dashoffset: 29.78334;
    stroke-dasharray: 29.78334;
}

.mdc-checkbox__mixedmark {
    width: 100%;
    height: 0;
    transform: scaleX(0) rotate(0deg);
    border-width: 1px;
    border-style: solid;
    opacity: 0;
    transition: opacity 90ms cubic-bezier(0.4, 0, 0.6, 1) 0ms, transform 90ms cubic-bezier(0.4, 0, 0.6, 1) 0ms;
}

.mdc-checkbox--upgraded .mdc-checkbox__background,
.mdc-checkbox--upgraded .mdc-checkbox__checkmark,
.mdc-checkbox--upgraded .mdc-checkbox__checkmark-path,
.mdc-checkbox--upgraded .mdc-checkbox__mixedmark {
    transition: none !important;
}

.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__background,
.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__background,
.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__background,
.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__background {
    animation-duration: 0.18s;
    animation-timing-function: linear;
}

.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__checkmark-path {
    animation: d 0.18s linear 0s;
    transition: none;
}

.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__mixedmark {
    animation: e 90ms linear 0s;
    transition: none;
}

.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__checkmark-path {
    animation: f 90ms linear 0s;
    transition: none;
}

.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__checkmark {
    animation: g 90ms linear 0s;
    transition: none;
}

.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__mixedmark {
    animation: i 90ms linear 0s;
    transition: none;
}

.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__checkmark {
    animation: h 0.5s linear 0s;
    transition: none;
}

.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__mixedmark {
    animation: j 0.5s linear 0s;
    transition: none;
}

.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__mixedmark {
    animation: k 0.3s linear 0s;
    transition: none;
}

.mdc-checkbox__native-control:checked~.mdc-checkbox__background,
.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background {
    transition: border-color 90ms cubic-bezier(0, 0, 0.2, 1) 0ms, background-color 90ms cubic-bezier(0, 0, 0.2, 1) 0ms;
}

.mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__checkmark-path,
.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__checkmark-path {
    stroke-dashoffset: 0;
}

.mdc-checkbox__background:before {
    position: absolute;
    transform: scale(0);
    border-radius: 0;
    opacity: 0;
    pointer-events: none;
    content: "";
    will-change: opacity, transform;
    transition: opacity 90ms cubic-bezier(0.4, 0, 0.6, 1) 0ms, transform 90ms cubic-bezier(0.4, 0, 0.6, 1) 0ms;
}

.mdc-checkbox__native-control:focus~.mdc-checkbox__background:before {
    transform: scale(1);
    opacity: 0.12;
    transition: opacity 80ms cubic-bezier(0, 0, 0.2, 1) 0ms, transform 80ms cubic-bezier(0, 0, 0.2, 1) 0ms;
}

.mdc-checkbox__native-control {
    position: absolute;
    margin: 0;
    padding: 0;
    opacity: 0;
    cursor: inherit;
}

.mdc-checkbox__native-control:disabled {
    cursor: default;
    pointer-events: none;
}

.mdc-checkbox--touch {
    margin: 4px;
}

.mdc-checkbox--touch .mdc-checkbox__native-control {
    top: -4px;
    right: -4px;
    left: -4px;
    width: 48px;
    height: 48px;
}

.mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__checkmark {
    transition: opacity 0.18s cubic-bezier(0, 0, 0.2, 1) 0ms, transform 0.18s cubic-bezier(0, 0, 0.2, 1) 0ms;
    opacity: 1;
}

.mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__mixedmark {
    transform: scaleX(1) rotate(-45deg);
}

.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__checkmark {
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 90ms cubic-bezier(0.4, 0, 0.6, 1) 0ms, transform 90ms cubic-bezier(0.4, 0, 0.6, 1) 0ms;
}

.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__mixedmark {
    transform: scaleX(1) rotate(0deg);
    opacity: 1;
}

.mdc-checkbox {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mdc-checkbox .mdc-checkbox__ripple:after,
.mdc-checkbox .mdc-checkbox__ripple:before {
    position: absolute;
    border-radius: 0;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.mdc-checkbox .mdc-checkbox__ripple:before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
}

.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple:before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple:after {
    top: 0;
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.mdc-checkbox.mdc-ripple-upgraded--unbounded .mdc-checkbox__ripple:after {
    top: var(--mdc-ripple-top, 0);
    left: var(--mdc-ripple-left, 0);
}

.mdc-checkbox.mdc-ripple-upgraded--foreground-activation .mdc-checkbox__ripple:after {
    animation: a 225ms forwards, b 75ms forwards;
}

.mdc-checkbox.mdc-ripple-upgraded--foreground-deactivation .mdc-checkbox__ripple:after {
    animation: c 0.15s;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-checkbox .mdc-checkbox__ripple:after,
.mdc-checkbox .mdc-checkbox__ripple:before {
    background-color: #333;
}

@supports not (-ms-ime-align: auto) {
    .mdc-checkbox .mdc-checkbox__ripple:after,
    .mdc-checkbox .mdc-checkbox__ripple:before {
        background-color: var(--mdc-theme-on-surface, #333);
    }
}

.mdc-checkbox:hover .mdc-checkbox__ripple:before {
    opacity: 0.04;
}

.mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple:before,
.mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple:before {
    transition-duration: 75ms;
    opacity: 0.12;
}

.mdc-checkbox:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple:after {
    transition: opacity 0.15s linear;
}

.mdc-checkbox:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple:after {
    transition-duration: 75ms;
    opacity: 0.12;
}

.mdc-checkbox.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.12;
}

.mdc-checkbox .mdc-checkbox__ripple:after,
.mdc-checkbox .mdc-checkbox__ripple:before {
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
}

.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple:after,
.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple:before {
    top: var(--mdc-ripple-top, 0%);
    left: var(--mdc-ripple-left, 0%);
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple:after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-checkbox__ripple {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.mdc-ripple-upgraded--background-focused .mdc-checkbox__background:before {
    content: none;
}

.mdc-dialog,
.mdc-dialog__scrim {
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.mdc-dialog {
    display: none;
    z-index: 7;
}

.mdc-dialog .mdc-dialog__surface {
    background-color: #fff;
    background-color: var(--mdc-theme-surface, #fff);
}

.mdc-dialog .mdc-dialog__scrim {
    background-color: rgba(51, 51, 51, 0.32);
}

.mdc-dialog .mdc-dialog__title {
    color: rgba(51, 51, 51, 0.87);
}

.mdc-dialog .mdc-dialog__content {
    color: rgba(51, 51, 51, 0.6);
}

.mdc-dialog.mdc-dialog--scrollable .mdc-dialog__actions,
.mdc-dialog.mdc-dialog--scrollable .mdc-dialog__title {
    border-color: rgba(51, 51, 51, 0.12);
}

.mdc-dialog .mdc-dialog__surface {
    min-width: 280px;
}

@media (max-width: 592px) {
    .mdc-dialog .mdc-dialog__surface {
        max-width: calc(100vw - 32px);
    }
}

@media (min-width: 592px) {
    .mdc-dialog .mdc-dialog__surface {
        max-width: 560px;
    }
}

.mdc-dialog .mdc-dialog__surface {
    max-height: calc(100% - 32px);
}

.mdc-dialog .mdc-dialog__surface {
    border-radius: 0;
}

.mdc-dialog__scrim {
    opacity: 0;
    z-index: -1;
}

.mdc-dialog__container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    box-sizing: border-box;
    height: 100%;
    transform: scale(0.8);
    opacity: 0;
    pointer-events: none;
}

.mdc-dialog__surface {
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    box-sizing: border-box;
    max-width: 100%;
    max-height: 100%;
    pointer-events: auto;
    overflow-y: auto;
}

.mdc-dialog[dir="rtl"] .mdc-dialog__surface,
[dir="rtl"] .mdc-dialog .mdc-dialog__surface {
    text-align: right;
}

.mdc-dialog__title {
    margin-top: 0;
    line-height: normal;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 2rem;
    font-weight: 500;
    letter-spacing: 0.0125em;
    text-decoration: inherit;
    text-transform: inherit;
    display: block;
    position: relative;
    flex-shrink: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 0 24px 9px;
    border-bottom: 1px solid transparent;
}

.mdc-dialog__title:before {
    display: inline-block;
    width: 0;
    height: 40px;
    content: "";
    vertical-align: 0;
}

.mdc-dialog[dir="rtl"] .mdc-dialog__title,
[dir="rtl"] .mdc-dialog .mdc-dialog__title {
    text-align: right;
}

.mdc-dialog--scrollable .mdc-dialog__title {
    padding-bottom: 15px;
}

.mdc-dialog__content {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.03125em;
    text-decoration: inherit;
    text-transform: inherit;
    flex-grow: 1;
    box-sizing: border-box;
    margin: 0;
    padding: 20px 24px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.mdc-dialog__content> :first-child {
    margin-top: 0;
}

.mdc-dialog__content> :last-child {
    margin-bottom: 0;
}

.mdc-dialog__title+.mdc-dialog__content {
    padding-top: 0;
}

.mdc-dialog--scrollable .mdc-dialog__content {
    padding-top: 8px;
    padding-bottom: 8px;
}

.mdc-dialog__content .mdc-list:first-child:last-child {
    padding: 6px 0 0;
}

.mdc-dialog--scrollable .mdc-dialog__content .mdc-list:first-child:last-child {
    padding: 0;
}

.mdc-dialog__actions {
    display: flex;
    position: relative;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    box-sizing: border-box;
    min-height: 52px;
    margin: 0;
    padding: 8px;
    border-top: 1px solid transparent;
}

.mdc-dialog--stacked .mdc-dialog__actions {
    flex-direction: column;
    align-items: flex-end;
}

.mdc-dialog__button {
    margin-left: 8px;
    margin-right: 0;
    max-width: 100%;
    text-align: right;
}

.mdc-dialog__button[dir="rtl"],
[dir="rtl"] .mdc-dialog__button {
    margin-left: 0;
    margin-right: 8px;
}

.mdc-dialog__button:first-child,
.mdc-dialog__button:first-child[dir="rtl"],
[dir="rtl"] .mdc-dialog__button:first-child {
    margin-left: 0;
    margin-right: 0;
}

.mdc-dialog[dir="rtl"] .mdc-dialog__button,
[dir="rtl"] .mdc-dialog .mdc-dialog__button {
    text-align: left;
}

.mdc-dialog--stacked .mdc-dialog__button:not(:first-child) {
    margin-top: 12px;
}

.mdc-dialog--closing,
.mdc-dialog--open,
.mdc-dialog--opening {
    display: flex;
}

.mdc-dialog--opening .mdc-dialog__scrim {
    transition: opacity 0.15s linear;
}

.mdc-dialog--opening .mdc-dialog__container {
    transition: opacity 75ms linear, transform 0.15s cubic-bezier(0, 0, 0.2, 1) 0ms;
}

.mdc-dialog--closing .mdc-dialog__container,
.mdc-dialog--closing .mdc-dialog__scrim {
    transition: opacity 75ms linear;
}

.mdc-dialog--closing .mdc-dialog__container {
    transform: scale(1);
}

.mdc-dialog--open .mdc-dialog__scrim {
    opacity: 1;
}

.mdc-dialog--open .mdc-dialog__container {
    transform: scale(1);
    opacity: 1;
}

.mdc-dialog-scroll-lock,
.mdc-drawer {
    overflow: hidden;
}

.mdc-drawer {
    border-color: rgba(51, 51, 51, 0.12);
    background-color: #fff;
    border-radius: 0;
    z-index: 6;
    width: 256px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    box-sizing: border-box;
    height: 100%;
    border-right-width: 1px;
    border-right-style: solid;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.mdc-drawer .mdc-drawer__title {
    color: rgba(51, 51, 51, 0.87);
}

.mdc-drawer .mdc-drawer__subtitle,
.mdc-drawer .mdc-list-group__subheader,
.mdc-drawer .mdc-list-item__graphic {
    color: rgba(51, 51, 51, 0.6);
}

.mdc-drawer .mdc-list-item {
    color: rgba(51, 51, 51, 0.87);
}

.mdc-drawer .mdc-list-item--activated .mdc-list-item__graphic {
    color: #023e84;
}

.mdc-drawer .mdc-list-item--activated {
    color: rgba(2, 62, 132, 0.87);
}

.mdc-drawer[dir="rtl"],
[dir="rtl"] .mdc-drawer {
    border-radius: 0;
}

.mdc-drawer .mdc-list-item {
    border-radius: 0;
}

.mdc-drawer.mdc-drawer--open:not(.mdc-drawer--closing)+.mdc-drawer-app-content {
    margin-left: 256px;
    margin-right: 0;
}

.mdc-drawer.mdc-drawer--open:not(.mdc-drawer--closing)+.mdc-drawer-app-content[dir="rtl"],
[dir="rtl"] .mdc-drawer.mdc-drawer--open:not(.mdc-drawer--closing)+.mdc-drawer-app-content {
    margin-left: 0;
    margin-right: 256px;
}

.mdc-drawer[dir="rtl"],
[dir="rtl"] .mdc-drawer {
    border-right-width: 0;
    border-left-width: 1px;
    border-right-style: none;
    border-left-style: solid;
}

.mdc-drawer .mdc-list-item {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    line-height: 1.375rem;
    font-weight: 500;
    letter-spacing: 0.00714em;
    text-decoration: inherit;
    text-transform: inherit;
    height: 40px;
    margin: 8px;
    padding: 0 8px;
}

.mdc-drawer .mdc-list-item:first-child {
    margin-top: 2px;
}

.mdc-drawer .mdc-list-item:last-child {
    margin-bottom: 0;
}

.mdc-drawer .mdc-list-group__subheader {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-weight: 400;
    letter-spacing: 0.01786em;
    text-decoration: inherit;
    text-transform: inherit;
    display: block;
    margin-top: 0;
    line-height: normal;
    margin: 0;
    padding: 0 16px;
}

.mdc-drawer .mdc-list-group__subheader:before {
    display: inline-block;
    width: 0;
    height: 24px;
    content: "";
    vertical-align: 0;
}

.mdc-drawer .mdc-list-divider {
    margin: 3px 0 4px;
}

.mdc-drawer .mdc-list-item__graphic,
.mdc-drawer .mdc-list-item__text {
    pointer-events: none;
}

.mdc-drawer--animate {
    transform: translateX(-100%);
}

.mdc-drawer--animate[dir="rtl"],
[dir="rtl"] .mdc-drawer--animate {
    transform: translateX(100%);
}

.mdc-drawer--opening {
    transition-duration: 0.25s;
}

.mdc-drawer--opening,
.mdc-drawer--opening[dir="rtl"],
[dir="rtl"] .mdc-drawer--opening {
    transform: translateX(0);
}

.mdc-drawer--closing {
    transform: translateX(-100%);
    transition-duration: 0.2s;
}

.mdc-drawer--closing[dir="rtl"],
[dir="rtl"] .mdc-drawer--closing {
    transform: translateX(100%);
}

.mdc-drawer__header {
    flex-shrink: 0;
    box-sizing: border-box;
    min-height: 64px;
    padding: 0 16px 4px;
}

.mdc-drawer__title {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 2rem;
    font-weight: 500;
    letter-spacing: 0.0125em;
    text-decoration: inherit;
    text-transform: inherit;
    display: block;
    margin-top: 0;
    line-height: normal;
    margin-bottom: -20px;
}

.mdc-drawer__title:before {
    display: inline-block;
    width: 0;
    height: 36px;
    content: "";
    vertical-align: 0;
}

.mdc-drawer__title:after {
    display: inline-block;
    width: 0;
    height: 20px;
    content: "";
    vertical-align: -20px;
}

.mdc-drawer__subtitle {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-weight: 400;
    letter-spacing: 0.01786em;
    text-decoration: inherit;
    text-transform: inherit;
    display: block;
    margin-top: 0;
    line-height: normal;
    margin-bottom: 0;
}

.mdc-drawer__subtitle:before {
    display: inline-block;
    width: 0;
    height: 20px;
    content: "";
    vertical-align: 0;
}

.mdc-drawer__content {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.mdc-drawer--dismissible {
    left: 0;
    right: auto;
    display: none;
    position: absolute;
}

.mdc-drawer--dismissible[dir="rtl"],
[dir="rtl"] .mdc-drawer--dismissible {
    left: auto;
    right: 0;
}

.mdc-drawer--dismissible.mdc-drawer--open {
    display: flex;
}

.mdc-drawer-app-content {
    position: relative;
}

.mdc-drawer-app-content,
.mdc-drawer-app-content[dir="rtl"],
[dir="rtl"] .mdc-drawer-app-content {
    margin-left: 0;
    margin-right: 0;
}

.mdc-drawer--modal {
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
    left: 0;
    right: auto;
    display: none;
    position: fixed;
}

.mdc-drawer--modal+.mdc-drawer-scrim {
    background-color: rgba(51, 51, 51, 0.32);
}

.mdc-drawer--modal[dir="rtl"],
[dir="rtl"] .mdc-drawer--modal {
    left: auto;
    right: 0;
}

.mdc-drawer--modal.mdc-drawer--open {
    display: flex;
}

.mdc-drawer-scrim {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.mdc-drawer--open+.mdc-drawer-scrim {
    display: block;
}

.mdc-drawer--animate+.mdc-drawer-scrim {
    opacity: 0;
}

.mdc-drawer--opening+.mdc-drawer-scrim {
    transition-duration: 0.25s;
    opacity: 1;
}

.mdc-drawer--closing+.mdc-drawer-scrim {
    transition-duration: 0.2s;
    opacity: 0;
}

.mdc-fab {
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 56px;
    height: 56px;
    padding: 0;
    border: none;
    fill: currentColor;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), opacity 15ms linear 30ms, transform 0.27s cubic-bezier(0, 0, 0.2, 1) 0ms;
    background-color: #006fba;
    color: #fff;
    color: var(--mdc-theme-on-secondary, #fff);
}

.mdc-fab:not(.mdc-fab--extended),
.mdc-fab:not(.mdc-fab--extended) .mdc-fab__ripple {
    border-radius: 0;
}

.mdc-fab::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mdc-fab:focus,
.mdc-fab:hover {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.mdc-fab:active {
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.mdc-fab:active,
.mdc-fab:focus {
    outline: none;
}

.mdc-fab:hover {
    cursor: pointer;
}

.mdc-fab>svg {
    width: 100%;
}

@supports not (-ms-ime-align: auto) {
    .mdc-fab {
        background-color: var(--mdc-theme-secondary, #006fba);
    }
}

.mdc-fab .mdc-fab__icon {
    width: 24px;
    height: 24px;
    font-size: 24px;
}

.mdc-fab--mini {
    width: 40px;
    height: 40px;
}

.mdc-fab--extended {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 36px;
    line-height: 2.25rem;
    font-weight: 500;
    letter-spacing: 0.08929em;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    padding: 0 20px;
    width: auto;
    max-width: 100%;
    height: 48px;
}

.mdc-fab--extended .mdc-fab__ripple {
    border-radius: 0;
}

.mdc-fab--extended .mdc-fab__icon {
    margin-left: -8px;
    margin-right: 12px;
}

.mdc-fab--extended .mdc-fab__icon[dir="rtl"],
.mdc-fab--extended .mdc-fab__label+.mdc-fab__icon,
[dir="rtl"] .mdc-fab--extended .mdc-fab__icon {
    margin-left: 12px;
    margin-right: -8px;
}

.mdc-fab--extended .mdc-fab__label+.mdc-fab__icon[dir="rtl"],
[dir="rtl"] .mdc-fab--extended .mdc-fab__label+.mdc-fab__icon {
    margin-left: -8px;
    margin-right: 12px;
}

.mdc-fab__label {
    justify-content: flex-start;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.mdc-fab__icon {
    transition: transform 0.18s cubic-bezier(0, 0, 0.2, 1) 90ms;
    fill: currentColor;
    will-change: transform;
}

.mdc-fab .mdc-fab__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mdc-fab--exited {
    transform: scale(0);
    opacity: 0;
    transition: opacity 15ms linear 0.15s, transform 0.18s cubic-bezier(0.4, 0, 1, 1) 0ms;
}

.mdc-fab--exited .mdc-fab__icon {
    transform: scale(0);
    transition: transform 135ms cubic-bezier(0.4, 0, 1, 1) 0ms;
}

.mdc-fab {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mdc-fab .mdc-fab__ripple:after,
.mdc-fab .mdc-fab__ripple:before {
    position: absolute;
    border-radius: 0;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.mdc-fab .mdc-fab__ripple:before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
}

.mdc-fab.mdc-ripple-upgraded .mdc-fab__ripple:before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-fab.mdc-ripple-upgraded .mdc-fab__ripple:after {
    top: 0;
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.mdc-fab.mdc-ripple-upgraded--unbounded .mdc-fab__ripple:after {
    top: var(--mdc-ripple-top, 0);
    left: var(--mdc-ripple-left, 0);
}

.mdc-fab.mdc-ripple-upgraded--foreground-activation .mdc-fab__ripple:after {
    animation: a 225ms forwards, b 75ms forwards;
}

.mdc-fab.mdc-ripple-upgraded--foreground-deactivation .mdc-fab__ripple:after {
    animation: c 0.15s;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-fab .mdc-fab__ripple:after,
.mdc-fab .mdc-fab__ripple:before {
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}

.mdc-fab.mdc-ripple-upgraded .mdc-fab__ripple:after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-fab .mdc-fab__ripple:after,
.mdc-fab .mdc-fab__ripple:before {
    background-color: #fff;
}

@supports not (-ms-ime-align: auto) {
    .mdc-fab .mdc-fab__ripple:after,
    .mdc-fab .mdc-fab__ripple:before {
        background-color: var(--mdc-theme-on-secondary, #fff);
    }
}

.mdc-fab:hover .mdc-fab__ripple:before {
    opacity: 0.08;
}

.mdc-fab.mdc-ripple-upgraded--background-focused .mdc-fab__ripple:before,
.mdc-fab:not(.mdc-ripple-upgraded):focus .mdc-fab__ripple:before {
    transition-duration: 75ms;
    opacity: 0.24;
}

.mdc-fab:not(.mdc-ripple-upgraded) .mdc-fab__ripple:after {
    transition: opacity 0.15s linear;
}

.mdc-fab:not(.mdc-ripple-upgraded):active .mdc-fab__ripple:after {
    transition-duration: 75ms;
    opacity: 0.24;
}

.mdc-fab.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.24;
}

.mdc-fab .mdc-fab__ripple {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.mdc-form-field {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-weight: 400;
    letter-spacing: 0.01786em;
    text-decoration: inherit;
    text-transform: inherit;
    color: rgba(0, 0, 0, 0.87);
    color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
}

.mdc-form-field>label {
    margin-left: 0;
    margin-right: auto;
    padding-left: 4px;
    padding-right: 0;
    order: 0;
}

.mdc-form-field--align-end>label,
.mdc-form-field>label[dir="rtl"],
[dir="rtl"] .mdc-form-field>label {
    margin-left: auto;
    margin-right: 0;
    padding-left: 0;
    padding-right: 4px;
}

.mdc-form-field--align-end>label {
    order: -1;
}

.mdc-form-field--align-end>label[dir="rtl"],
[dir="rtl"] .mdc-form-field--align-end>label {
    margin-left: 0;
    margin-right: auto;
    padding-left: 4px;
    padding-right: 0;
}

.mdc-icon-button {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    border: none;
    outline: none;
    background-color: transparent;
    fill: currentColor;
    color: inherit;
    font-size: 24px;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 48px;
    height: 48px;
    padding: 12px;
}

.mdc-icon-button img,
.mdc-icon-button svg {
    width: 24px;
    height: 24px;
}

.mdc-icon-button:disabled {
    color: rgba(0, 0, 0, 0.38);
    color: var(--mdc-theme-text-disabled-on-light, rgba(0, 0, 0, 0.38));
    cursor: default;
    pointer-events: none;
}

.mdc-icon-button__icon {
    display: inline-block;
}

.mdc-icon-button--on .mdc-icon-button__icon,
.mdc-icon-button__icon.mdc-icon-button__icon--on {
    display: none;
}

.mdc-icon-button--on .mdc-icon-button__icon.mdc-icon-button__icon--on {
    display: inline-block;
}

.mdc-icon-button {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mdc-icon-button:after,
.mdc-icon-button:before {
    position: absolute;
    border-radius: 0;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.mdc-icon-button:before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
}

.mdc-icon-button.mdc-ripple-upgraded:before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-icon-button.mdc-ripple-upgraded:after {
    top: 0;
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.mdc-icon-button.mdc-ripple-upgraded--unbounded:after {
    top: var(--mdc-ripple-top, 0);
    left: var(--mdc-ripple-left, 0);
}

.mdc-icon-button.mdc-ripple-upgraded--foreground-activation:after {
    animation: a 225ms forwards, b 75ms forwards;
}

.mdc-icon-button.mdc-ripple-upgraded--foreground-deactivation:after {
    animation: c 0.15s;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-icon-button:after,
.mdc-icon-button:before {
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
}

.mdc-icon-button.mdc-ripple-upgraded:after,
.mdc-icon-button.mdc-ripple-upgraded:before {
    top: var(--mdc-ripple-top, 0%);
    left: var(--mdc-ripple-left, 0%);
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-icon-button.mdc-ripple-upgraded:after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-icon-button:after,
.mdc-icon-button:before {
    background-color: #333;
}

.mdc-icon-button:hover:before {
    opacity: 0.04;
}

.mdc-icon-button.mdc-ripple-upgraded--background-focused:before,
.mdc-icon-button:not(.mdc-ripple-upgraded):focus:before {
    transition-duration: 75ms;
    opacity: 0.12;
}

.mdc-icon-button:not(.mdc-ripple-upgraded):after {
    transition: opacity 0.15s linear;
}

.mdc-icon-button:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: 0.12;
}

.mdc-icon-button.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.12;
}

:root {
    --mdc-layout-grid-margin-desktop: 24px;
    --mdc-layout-grid-gutter-desktop: 24px;
    --mdc-layout-grid-column-width-desktop: 72px;
    --mdc-layout-grid-margin-tablet: 16px;
    --mdc-layout-grid-gutter-tablet: 16px;
    --mdc-layout-grid-column-width-tablet: 72px;
    --mdc-layout-grid-margin-phone: 16px;
    --mdc-layout-grid-gutter-phone: 16px;
    --mdc-layout-grid-column-width-phone: 72px;
}

@media (min-width: 840px) {
    .mdc-layout-grid {
        box-sizing: border-box;
        margin: 0 auto;
        padding: 24px;
        padding: var(--mdc-layout-grid-margin-desktop, 24px);
    }
}

@media (min-width: 480px) and (max-width: 839px) {
    .mdc-layout-grid {
        box-sizing: border-box;
        margin: 0 auto;
        padding: 16px;
        padding: var(--mdc-layout-grid-margin-tablet, 16px);
    }
}

@media (max-width: 479px) {
    .mdc-layout-grid {
        box-sizing: border-box;
        margin: 0 auto;
        padding: 16px;
        padding: var(--mdc-layout-grid-margin-phone, 16px);
    }
}

@media (min-width: 840px) {
    .mdc-layout-grid__inner {
        display: flex;
        flex-flow: row wrap;
        align-items: stretch;
        margin: -12px;
        margin: calc(var(--mdc-layout-grid-gutter-desktop, 24px) / 2 * -1);
    }
    @supports (display: grid) {
        .mdc-layout-grid__inner {
            display: grid;
            margin: 0;
            grid-gap: 24px;
            grid-gap: var(--mdc-layout-grid-gutter-desktop, 24px);
            grid-template-columns: repeat(12, minmax(0, 1fr));
        }
    }
}

@media (min-width: 480px) and (max-width: 839px) {
    .mdc-layout-grid__inner {
        display: flex;
        flex-flow: row wrap;
        align-items: stretch;
        margin: -8px;
        margin: calc(var(--mdc-layout-grid-gutter-tablet, 16px) / 2 * -1);
    }
    @supports (display: grid) {
        .mdc-layout-grid__inner {
            display: grid;
            margin: 0;
            grid-gap: 16px;
            grid-gap: var(--mdc-layout-grid-gutter-tablet, 16px);
            grid-template-columns: repeat(8, minmax(0, 1fr));
        }
    }
}

@media (max-width: 479px) {
    .mdc-layout-grid__inner {
        display: flex;
        flex-flow: row wrap;
        align-items: stretch;
        margin: -8px;
        margin: calc(var(--mdc-layout-grid-gutter-phone, 16px) / 2 * -1);
    }
    @supports (display: grid) {
        .mdc-layout-grid__inner {
            display: grid;
            margin: 0;
            grid-gap: 16px;
            grid-gap: var(--mdc-layout-grid-gutter-phone, 16px);
            grid-template-columns: repeat(4, minmax(0, 1fr));
        }
    }
}

@media (min-width: 840px) {
    .mdc-layout-grid__cell {
        width: calc(33.33333% - 24px);
        width: calc(33.33333% - var(--mdc-layout-grid-gutter-desktop, 24px));
        box-sizing: border-box;
        margin: 12px;
        margin: calc(var(--mdc-layout-grid-gutter-desktop, 24px) / 2);
    }
    @supports (display: grid) {
        .mdc-layout-grid__cell {
            width: auto;
            grid-column-end: span 4;
            margin: 0;
        }
    }
    .mdc-layout-grid__cell--span-1,
    .mdc-layout-grid__cell--span-1-desktop {
        width: calc(8.33333% - 24px);
        width: calc(8.33333% - var(--mdc-layout-grid-gutter-desktop, 24px));
    }
    @supports (display: grid) {
        .mdc-layout-grid__cell--span-1,
        .mdc-layout-grid__cell--span-1-desktop {
            width: auto;
            grid-column-end: span 1;
        }
    }
    .mdc-layout-grid__cell--span-2,
    .mdc-layout-grid__cell--span-2-desktop {
        width: calc(16.66667% - 24px);
        width: calc(16.66667% - var(--mdc-layout-grid-gutter-desktop, 24px));
    }
    @supports (display: grid) {
        .mdc-layout-grid__cell--span-2,
        .mdc-layout-grid__cell--span-2-desktop {
            width: auto;
            grid-column-end: span 2;
        }
    }
    .mdc-layout-grid__cell--span-3,
    .mdc-layout-grid__cell--span-3-desktop {
        width: calc(25% - 24px);
        width: calc(25% - var(--mdc-layout-grid-gutter-desktop, 24px));
    }
    @supports (display: grid) {
        .mdc-layout-grid__cell--span-3,
        .mdc-layout-grid__cell--span-3-desktop {
            width: auto;
            grid-column-end: span 3;
        }
    }
    .mdc-layout-grid__cell--span-4,
    .mdc-layout-grid__cell--span-4-desktop {
        width: calc(33.33333% - 24px);
        width: calc(33.33333% - var(--mdc-layout-grid-gutter-desktop, 24px));
    }
    @supports (display: grid) {
        .mdc-layout-grid__cell--span-4,
        .mdc-layout-grid__cell--span-4-desktop {
            width: auto;
            grid-column-end: span 4;
        }
    }
    .mdc-layout-grid__cell--span-5,
    .mdc-layout-grid__cell--span-5-desktop {
        width: calc(41.66667% - 24px);
        width: calc(41.66667% - var(--mdc-layout-grid-gutter-desktop, 24px));
    }
    @supports (display: grid) {
        .mdc-layout-grid__cell--span-5,
        .mdc-layout-grid__cell--span-5-desktop {
            width: auto;
            grid-column-end: span 5;
        }
    }
    .mdc-layout-grid__cell--span-6,
    .mdc-layout-grid__cell--span-6-desktop {
        width: calc(50% - 24px);
        width: calc(50% - var(--mdc-layout-grid-gutter-desktop, 24px));
    }
    @supports (display: grid) {
        .mdc-layout-grid__cell--span-6,
        .mdc-layout-grid__cell--span-6-desktop {
            width: auto;
            grid-column-end: span 6;
        }
    }
    .mdc-layout-grid__cell--span-7,
    .mdc-layout-grid__cell--span-7-desktop {
        width: calc(58.33333% - 24px);
        width: calc(58.33333% - var(--mdc-layout-grid-gutter-desktop, 24px));
    }
    @supports (display: grid) {
        .mdc-layout-grid__cell--span-7,
        .mdc-layout-grid__cell--span-7-desktop {
            width: auto;
            grid-column-end: span 7;
        }
    }
    .mdc-layout-grid__cell--span-8,
    .mdc-layout-grid__cell--span-8-desktop {
        width: calc(66.66667% - 24px);
        width: calc(66.66667% - var(--mdc-layout-grid-gutter-desktop, 24px));
    }
    @supports (display: grid) {
        .mdc-layout-grid__cell--span-8,
        .mdc-layout-grid__cell--span-8-desktop {
            width: auto;
            grid-column-end: span 8;
        }
    }
    .mdc-layout-grid__cell--span-9,
    .mdc-layout-grid__cell--span-9-desktop {
        width: calc(75% - 24px);
        width: calc(75% - var(--mdc-layout-grid-gutter-desktop, 24px));
    }
    @supports (display: grid) {
        .mdc-layout-grid__cell--span-9,
        .mdc-layout-grid__cell--span-9-desktop {
            width: auto;
            grid-column-end: span 9;
        }
    }
    .mdc-layout-grid__cell--span-10,
    .mdc-layout-grid__cell--span-10-desktop {
        width: calc(83.33333% - 24px);
        width: calc(83.33333% - var(--mdc-layout-grid-gutter-desktop, 24px));
    }
    @supports (display: grid) {
        .mdc-layout-grid__cell--span-10,
        .mdc-layout-grid__cell--span-10-desktop {
            width: auto;
            grid-column-end: span 10;
        }
    }
    .mdc-layout-grid__cell--span-11,
    .mdc-layout-grid__cell--span-11-desktop {
        width: calc(91.66667% - 24px);
        width: calc(91.66667% - var(--mdc-layout-grid-gutter-desktop, 24px));
    }
    @supports (display: grid) {
        .mdc-layout-grid__cell--span-11,
        .mdc-layout-grid__cell--span-11-desktop {
            width: auto;
            grid-column-end: span 11;
        }
    }
    .mdc-layout-grid__cell--span-12,
    .mdc-layout-grid__cell--span-12-desktop {
        width: calc(100% - 24px);
        width: calc(100% - var(--mdc-layout-grid-gutter-desktop, 24px));
    }
    @supports (display: grid) {
        .mdc-layout-grid__cell--span-12,
        .mdc-layout-grid__cell--span-12-desktop {
            width: auto;
            grid-column-end: span 12;
        }
    }
}

@media (min-width: 480px) and (max-width: 839px) {
    .mdc-layout-grid__cell {
        width: calc(50% - 16px);
        width: calc(50% - var(--mdc-layout-grid-gutter-tablet, 16px));
        box-sizing: border-box;
        margin: 8px;
        margin: calc(var(--mdc-layout-grid-gutter-tablet, 16px) / 2);
    }
    @supports (display: grid) {
        .mdc-layout-grid__cell {
            width: auto;
            grid-column-end: span 4;
            margin: 0;
        }
    }
    .mdc-layout-grid__cell--span-1,
    .mdc-layout-grid__cell--span-1-tablet {
        width: calc(12.5% - 16px);
        width: calc(12.5% - var(--mdc-layout-grid-gutter-tablet, 16px));
    }
    @supports (display: grid) {
        .mdc-layout-grid__cell--span-1,
        .mdc-layout-grid__cell--span-1-tablet {
            width: auto;
            grid-column-end: span 1;
        }
    }
    .mdc-layout-grid__cell--span-2,
    .mdc-layout-grid__cell--span-2-tablet {
        width: calc(25% - 16px);
        width: calc(25% - var(--mdc-layout-grid-gutter-tablet, 16px));
    }
    @supports (display: grid) {
        .mdc-layout-grid__cell--span-2,
        .mdc-layout-grid__cell--span-2-tablet {
            width: auto;
            grid-column-end: span 2;
        }
    }
    .mdc-layout-grid__cell--span-3,
    .mdc-layout-grid__cell--span-3-tablet {
        width: calc(37.5% - 16px);
        width: calc(37.5% - var(--mdc-layout-grid-gutter-tablet, 16px));
    }
    @supports (display: grid) {
        .mdc-layout-grid__cell--span-3,
        .mdc-layout-grid__cell--span-3-tablet {
            width: auto;
            grid-column-end: span 3;
        }
    }
    .mdc-layout-grid__cell--span-4,
    .mdc-layout-grid__cell--span-4-tablet {
        width: calc(50% - 16px);
        width: calc(50% - var(--mdc-layout-grid-gutter-tablet, 16px));
    }
    @supports (display: grid) {
        .mdc-layout-grid__cell--span-4,
        .mdc-layout-grid__cell--span-4-tablet {
            width: auto;
            grid-column-end: span 4;
        }
    }
    .mdc-layout-grid__cell--span-5,
    .mdc-layout-grid__cell--span-5-tablet {
        width: calc(62.5% - 16px);
        width: calc(62.5% - var(--mdc-layout-grid-gutter-tablet, 16px));
    }
    @supports (display: grid) {
        .mdc-layout-grid__cell--span-5,
        .mdc-layout-grid__cell--span-5-tablet {
            width: auto;
            grid-column-end: span 5;
        }
    }
    .mdc-layout-grid__cell--span-6,
    .mdc-layout-grid__cell--span-6-tablet {
        width: calc(75% - 16px);
        width: calc(75% - var(--mdc-layout-grid-gutter-tablet, 16px));
    }
    @supports (display: grid) {
        .mdc-layout-grid__cell--span-6,
        .mdc-layout-grid__cell--span-6-tablet {
            width: auto;
            grid-column-end: span 6;
        }
    }
    .mdc-layout-grid__cell--span-7,
    .mdc-layout-grid__cell--span-7-tablet {
        width: calc(87.5% - 16px);
        width: calc(87.5% - var(--mdc-layout-grid-gutter-tablet, 16px));
    }
    @supports (display: grid) {
        .mdc-layout-grid__cell--span-7,
        .mdc-layout-grid__cell--span-7-tablet {
            width: auto;
            grid-column-end: span 7;
        }
    }
    .mdc-layout-grid__cell--span-8,
    .mdc-layout-grid__cell--span-8-tablet {
        width: calc(100% - 16px);
        width: calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px));
    }
    @supports (display: grid) {
        .mdc-layout-grid__cell--span-8,
        .mdc-layout-grid__cell--span-8-tablet {
            width: auto;
            grid-column-end: span 8;
        }
    }
    .mdc-layout-grid__cell--span-9,
    .mdc-layout-grid__cell--span-9-tablet {
        width: calc(100% - 16px);
        width: calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px));
    }
    @supports (display: grid) {
        .mdc-layout-grid__cell--span-9,
        .mdc-layout-grid__cell--span-9-tablet {
            width: auto;
            grid-column-end: span 8;
        }
    }
    .mdc-layout-grid__cell--span-10,
    .mdc-layout-grid__cell--span-10-tablet {
        width: calc(100% - 16px);
        width: calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px));
    }
    @supports (display: grid) {
        .mdc-layout-grid__cell--span-10,
        .mdc-layout-grid__cell--span-10-tablet {
            width: auto;
            grid-column-end: span 8;
        }
    }
    .mdc-layout-grid__cell--span-11,
    .mdc-layout-grid__cell--span-11-tablet {
        width: calc(100% - 16px);
        width: calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px));
    }
    @supports (display: grid) {
        .mdc-layout-grid__cell--span-11,
        .mdc-layout-grid__cell--span-11-tablet {
            width: auto;
            grid-column-end: span 8;
        }
    }
    .mdc-layout-grid__cell--span-12,
    .mdc-layout-grid__cell--span-12-tablet {
        width: calc(100% - 16px);
        width: calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px));
    }
    @supports (display: grid) {
        .mdc-layout-grid__cell--span-12,
        .mdc-layout-grid__cell--span-12-tablet {
            width: auto;
            grid-column-end: span 8;
        }
    }
}

@media (max-width: 479px) {
    .mdc-layout-grid__cell {
        width: calc(100% - 16px);
        width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));
        box-sizing: border-box;
        margin: 8px;
        margin: calc(var(--mdc-layout-grid-gutter-phone, 16px) / 2);
    }
    @supports (display: grid) {
        .mdc-layout-grid__cell {
            width: auto;
            grid-column-end: span 4;
            margin: 0;
        }
    }
    .mdc-layout-grid__cell--span-1,
    .mdc-layout-grid__cell--span-1-phone {
        width: calc(25% - 16px);
        width: calc(25% - var(--mdc-layout-grid-gutter-phone, 16px));
    }
    @supports (display: grid) {
        .mdc-layout-grid__cell--span-1,
        .mdc-layout-grid__cell--span-1-phone {
            width: auto;
            grid-column-end: span 1;
        }
    }
    .mdc-layout-grid__cell--span-2,
    .mdc-layout-grid__cell--span-2-phone {
        width: calc(50% - 16px);
        width: calc(50% - var(--mdc-layout-grid-gutter-phone, 16px));
    }
    @supports (display: grid) {
        .mdc-layout-grid__cell--span-2,
        .mdc-layout-grid__cell--span-2-phone {
            width: auto;
            grid-column-end: span 2;
        }
    }
    .mdc-layout-grid__cell--span-3,
    .mdc-layout-grid__cell--span-3-phone {
        width: calc(75% - 16px);
        width: calc(75% - var(--mdc-layout-grid-gutter-phone, 16px));
    }
    @supports (display: grid) {
        .mdc-layout-grid__cell--span-3,
        .mdc-layout-grid__cell--span-3-phone {
            width: auto;
            grid-column-end: span 3;
        }
    }
    .mdc-layout-grid__cell--span-4,
    .mdc-layout-grid__cell--span-4-phone {
        width: calc(100% - 16px);
        width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));
    }
    @supports (display: grid) {
        .mdc-layout-grid__cell--span-4,
        .mdc-layout-grid__cell--span-4-phone {
            width: auto;
            grid-column-end: span 4;
        }
    }
    .mdc-layout-grid__cell--span-5,
    .mdc-layout-grid__cell--span-5-phone {
        width: calc(100% - 16px);
        width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));
    }
    @supports (display: grid) {
        .mdc-layout-grid__cell--span-5,
        .mdc-layout-grid__cell--span-5-phone {
            width: auto;
            grid-column-end: span 4;
        }
    }
    .mdc-layout-grid__cell--span-6,
    .mdc-layout-grid__cell--span-6-phone {
        width: calc(100% - 16px);
        width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));
    }
    @supports (display: grid) {
        .mdc-layout-grid__cell--span-6,
        .mdc-layout-grid__cell--span-6-phone {
            width: auto;
            grid-column-end: span 4;
        }
    }
    .mdc-layout-grid__cell--span-7,
    .mdc-layout-grid__cell--span-7-phone {
        width: calc(100% - 16px);
        width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));
    }
    @supports (display: grid) {
        .mdc-layout-grid__cell--span-7,
        .mdc-layout-grid__cell--span-7-phone {
            width: auto;
            grid-column-end: span 4;
        }
    }
    .mdc-layout-grid__cell--span-8,
    .mdc-layout-grid__cell--span-8-phone {
        width: calc(100% - 16px);
        width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));
    }
    @supports (display: grid) {
        .mdc-layout-grid__cell--span-8,
        .mdc-layout-grid__cell--span-8-phone {
            width: auto;
            grid-column-end: span 4;
        }
    }
    .mdc-layout-grid__cell--span-9,
    .mdc-layout-grid__cell--span-9-phone {
        width: calc(100% - 16px);
        width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));
    }
    @supports (display: grid) {
        .mdc-layout-grid__cell--span-9,
        .mdc-layout-grid__cell--span-9-phone {
            width: auto;
            grid-column-end: span 4;
        }
    }
    .mdc-layout-grid__cell--span-10,
    .mdc-layout-grid__cell--span-10-phone {
        width: calc(100% - 16px);
        width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));
    }
    @supports (display: grid) {
        .mdc-layout-grid__cell--span-10,
        .mdc-layout-grid__cell--span-10-phone {
            width: auto;
            grid-column-end: span 4;
        }
    }
    .mdc-layout-grid__cell--span-11,
    .mdc-layout-grid__cell--span-11-phone {
        width: calc(100% - 16px);
        width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));
    }
    @supports (display: grid) {
        .mdc-layout-grid__cell--span-11,
        .mdc-layout-grid__cell--span-11-phone {
            width: auto;
            grid-column-end: span 4;
        }
    }
    .mdc-layout-grid__cell--span-12,
    .mdc-layout-grid__cell--span-12-phone {
        width: calc(100% - 16px);
        width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));
    }
    @supports (display: grid) {
        .mdc-layout-grid__cell--span-12,
        .mdc-layout-grid__cell--span-12-phone {
            width: auto;
            grid-column-end: span 4;
        }
    }
}

.mdc-layout-grid__cell--order-1 {
    order: 1;
}

.mdc-layout-grid__cell--order-2 {
    order: 2;
}

.mdc-layout-grid__cell--order-3 {
    order: 3;
}

.mdc-layout-grid__cell--order-4 {
    order: 4;
}

.mdc-layout-grid__cell--order-5 {
    order: 5;
}

.mdc-layout-grid__cell--order-6 {
    order: 6;
}

.mdc-layout-grid__cell--order-7 {
    order: 7;
}

.mdc-layout-grid__cell--order-8 {
    order: 8;
}

.mdc-layout-grid__cell--order-9 {
    order: 9;
}

.mdc-layout-grid__cell--order-10 {
    order: 10;
}

.mdc-layout-grid__cell--order-11 {
    order: 11;
}

.mdc-layout-grid__cell--order-12 {
    order: 12;
}

.mdc-layout-grid__cell--align-top {
    align-self: flex-start;
}

@supports (display: grid) {
    .mdc-layout-grid__cell--align-top {
        align-self: start;
    }
}

.mdc-layout-grid__cell--align-middle {
    align-self: center;
}

.mdc-layout-grid__cell--align-bottom {
    align-self: flex-end;
}

@supports (display: grid) {
    .mdc-layout-grid__cell--align-bottom {
        align-self: end;
    }
}

@media (min-width: 840px) {
    .mdc-layout-grid--fixed-column-width {
        width: 1176px;
        width: calc(var(--mdc-layout-grid-column-width-desktop, 72px) * 12 + var(--mdc-layout-grid-gutter-desktop, 24px) * 11 + var(--mdc-layout-grid-margin-desktop, 24px) * 2);
    }
}

@media (min-width: 480px) and (max-width: 839px) {
    .mdc-layout-grid--fixed-column-width {
        width: 720px;
        width: calc(var(--mdc-layout-grid-column-width-tablet, 72px) * 8 + var(--mdc-layout-grid-gutter-tablet, 16px) * 7 + var(--mdc-layout-grid-margin-tablet, 16px) * 2);
    }
}

@media (max-width: 479px) {
    .mdc-layout-grid--fixed-column-width {
        width: 368px;
        width: calc(var(--mdc-layout-grid-column-width-phone, 72px) * 4 + var(--mdc-layout-grid-gutter-phone, 16px) * 3 + var(--mdc-layout-grid-margin-phone, 16px) * 2);
    }
}

.mdc-layout-grid--align-left {
    margin-right: auto;
    margin-left: 0;
}

.mdc-layout-grid--align-right {
    margin-right: 0;
    margin-left: auto;
}

@keyframes n {
    0% {
        transform: translateX(0);
    }
    20% {
        animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
        transform: translateX(0);
    }
    59.15% {
        animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
        transform: translateX(83.67142%);
    }
    to {
        transform: translateX(200.61106%);
    }
}

@keyframes o {
    0% {
        transform: scaleX(0.08);
    }
    36.65% {
        animation-timing-function: cubic-bezier(0.33473, 0.12482, 0.78584, 1);
        transform: scaleX(0.08);
    }
    69.15% {
        animation-timing-function: cubic-bezier(0.06, 0.11, 0.6, 1);
        transform: scaleX(0.66148);
    }
    to {
        transform: scaleX(0.08);
    }
}

@keyframes p {
    0% {
        animation-timing-function: cubic-bezier(0.15, 0, 0.51506, 0.40969);
        transform: translateX(0);
    }
    25% {
        animation-timing-function: cubic-bezier(0.31033, 0.28406, 0.8, 0.73371);
        transform: translateX(37.65191%);
    }
    48.35% {
        animation-timing-function: cubic-bezier(0.4, 0.62704, 0.6, 0.90203);
        transform: translateX(84.38617%);
    }
    to {
        transform: translateX(160.27778%);
    }
}

@keyframes q {
    0% {
        animation-timing-function: cubic-bezier(0.20503, 0.05705, 0.57661, 0.45397);
        transform: scaleX(0.08);
    }
    19.15% {
        animation-timing-function: cubic-bezier(0.15231, 0.19643, 0.64837, 1.00432);
        transform: scaleX(0.4571);
    }
    44.15% {
        animation-timing-function: cubic-bezier(0.25776, -0.00316, 0.21176, 1.38179);
        transform: scaleX(0.72796);
    }
    to {
        transform: scaleX(0.08);
    }
}

@keyframes r {
    to {
        transform: translateX(-10px);
    }
}

@keyframes s {
    0% {
        transform: translateX(0);
    }
    20% {
        animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
        transform: translateX(0);
    }
    59.15% {
        animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
        transform: translateX(-83.67142%);
    }
    to {
        transform: translateX(-200.61106%);
    }
}

@keyframes t {
    0% {
        animation-timing-function: cubic-bezier(0.15, 0, 0.51506, 0.40969);
        transform: translateX(0);
    }
    25% {
        animation-timing-function: cubic-bezier(0.31033, 0.28406, 0.8, 0.73371);
        transform: translateX(-37.65191%);
    }
    48.35% {
        animation-timing-function: cubic-bezier(0.4, 0.62704, 0.6, 0.90203);
        transform: translateX(-84.38617%);
    }
    to {
        transform: translateX(-160.27778%);
    }
}

@keyframes u {
    to {
        transform: translateX(10px);
    }
}

.mdc-linear-progress {
    position: relative;
    width: 100%;
    height: 4px;
    transform: translateZ(0);
    outline: 1px solid transparent;
    overflow: hidden;
    transition: opacity 0.25s cubic-bezier(0.4, 0, 0.6, 1) 0ms;
}

.mdc-linear-progress__bar {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: none;
    transform-origin: top left;
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.6, 1) 0ms;
}

.mdc-linear-progress__bar-inner {
    display: inline-block;
    position: absolute;
    width: 100%;
    animation: none;
    border-top: 4px solid;
}

.mdc-linear-progress__buffering-dots {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: repeat-x;
    background-size: 10px 4px;
    animation: r 0.25s infinite linear;
}

.mdc-linear-progress__buffer {
    position: absolute;
    width: 100%;
    height: 100%;
    transform-origin: top left;
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.6, 1) 0ms;
}

.mdc-linear-progress__primary-bar {
    transform: scaleX(0);
}

.mdc-linear-progress__secondary-bar {
    visibility: hidden;
}

.mdc-linear-progress--indeterminate .mdc-linear-progress__bar {
    transition: none;
}

.mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar {
    left: -145.166611%;
    animation: n 2s infinite linear;
}

.mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar>.mdc-linear-progress__bar-inner {
    animation: o 2s infinite linear;
}

.mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar {
    left: -54.888891%;
    visibility: visible;
    animation: p 2s infinite linear;
}

.mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar>.mdc-linear-progress__bar-inner {
    animation: q 2s infinite linear;
}

.mdc-linear-progress--reversed .mdc-linear-progress__bar,
.mdc-linear-progress--reversed .mdc-linear-progress__buffer {
    right: 0;
    transform-origin: center right;
}

.mdc-linear-progress--reversed .mdc-linear-progress__primary-bar {
    animation-name: s;
}

.mdc-linear-progress--reversed .mdc-linear-progress__secondary-bar {
    animation-name: t;
}

.mdc-linear-progress--reversed .mdc-linear-progress__buffering-dots {
    animation: u 0.25s infinite linear;
}

.mdc-linear-progress--closed {
    opacity: 0;
    animation: none;
}

.mdc-linear-progress__bar-inner {
    border-color: #023e84;
    border-color: var(--mdc-theme-primary, #023e84);
}

.mdc-linear-progress__buffering-dots {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='%23e6e6e6'/%3E%3C/svg%3E");
}

.mdc-linear-progress__buffer {
    background-color: #e6e6e6;
}

.mdc-linear-progress--indeterminate.mdc-linear-progress--reversed .mdc-linear-progress__primary-bar {
    right: -145.166611%;
    left: auto;
}

.mdc-linear-progress--indeterminate.mdc-linear-progress--reversed .mdc-linear-progress__secondary-bar {
    right: -54.888891%;
    left: auto;
}

.mdc-list {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-size: 1rem;
    line-height: 28px;
    line-height: 1.75rem;
    font-weight: 400;
    letter-spacing: 0.00937em;
    text-decoration: inherit;
    text-transform: inherit;
    line-height: 24px;
    line-height: 1.5rem;
    margin: 0;
    padding: 8px 0;
    list-style-type: none;
    color: rgba(0, 0, 0, 0.87);
    color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mdc-list:focus {
    outline: none;
}

.mdc-list-item {
    height: 48px;
}

.mdc-list-item__secondary-text {
    color: rgba(0, 0, 0, 0.54);
    color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}

.mdc-list-item__graphic {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.38);
    color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item__meta {
    color: rgba(0, 0, 0, 0.38);
    color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-group__subheader {
    color: rgba(0, 0, 0, 0.87);
    color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mdc-list-item--disabled .mdc-list-item__text {
    opacity: 0.38;
    color: #333;
    color: var(--mdc-theme-on-surface, #333);
}

.mdc-list--dense {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 12.992px;
    font-size: 0.812rem;
}

.mdc-list-item {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    padding: 0 16px;
    overflow: hidden;
}

.mdc-list-item:focus {
    outline: none;
}

.mdc-list-item--activated,
.mdc-list-item--activated .mdc-list-item__graphic,
.mdc-list-item--selected,
.mdc-list-item--selected .mdc-list-item__graphic {
    color: #023e84;
    color: var(--mdc-theme-primary, #023e84);
}

.mdc-list-item__graphic {
    margin-left: 0;
    margin-right: 32px;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    fill: currentColor;
}

.mdc-list-item[dir="rtl"] .mdc-list-item__graphic,
[dir="rtl"] .mdc-list-item .mdc-list-item__graphic {
    margin-left: 32px;
    margin-right: 0;
}

.mdc-list .mdc-list-item__graphic {
    display: inline-flex;
}

.mdc-list-item__meta {
    margin-left: auto;
    margin-right: 0;
}

.mdc-list-item__meta:not(.material-icons) {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-weight: 400;
    letter-spacing: 0.03333em;
    text-decoration: inherit;
    text-transform: inherit;
}

.mdc-list-item[dir="rtl"] .mdc-list-item__meta,
[dir="rtl"] .mdc-list-item .mdc-list-item__meta {
    margin-left: 0;
    margin-right: auto;
}

.mdc-list-item__text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.mdc-list-item__text[for] {
    pointer-events: none;
}

.mdc-list-item__primary-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 0;
    line-height: normal;
    margin-bottom: -20px;
    display: block;
}

.mdc-list-item__primary-text:before {
    display: inline-block;
    width: 0;
    height: 32px;
    content: "";
    vertical-align: 0;
}

.mdc-list-item__primary-text:after {
    display: inline-block;
    width: 0;
    height: 20px;
    content: "";
    vertical-align: -20px;
}

.mdc-list--dense .mdc-list-item__primary-text {
    display: block;
    margin-top: 0;
    line-height: normal;
    margin-bottom: -20px;
}

.mdc-list--dense .mdc-list-item__primary-text:before {
    display: inline-block;
    width: 0;
    height: 24px;
    content: "";
    vertical-align: 0;
}

.mdc-list--dense .mdc-list-item__primary-text:after {
    display: inline-block;
    width: 0;
    height: 20px;
    content: "";
    vertical-align: -20px;
}

.mdc-list-item__secondary-text {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-weight: 400;
    letter-spacing: 0.01786em;
    text-decoration: inherit;
    text-transform: inherit;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 0;
    line-height: normal;
    display: block;
}

.mdc-list-item__secondary-text:before {
    display: inline-block;
    width: 0;
    height: 20px;
    content: "";
    vertical-align: 0;
}

.mdc-list--dense .mdc-list-item__secondary-text {
    display: block;
    margin-top: 0;
    line-height: normal;
    font-size: inherit;
}

.mdc-list--dense .mdc-list-item__secondary-text:before {
    display: inline-block;
    width: 0;
    height: 20px;
    content: "";
    vertical-align: 0;
}

.mdc-list--dense .mdc-list-item {
    height: 40px;
}

.mdc-list--dense .mdc-list-item__graphic {
    margin-left: 0;
    margin-right: 36px;
    width: 20px;
    height: 20px;
}

.mdc-list-item[dir="rtl"] .mdc-list--dense .mdc-list-item__graphic,
[dir="rtl"] .mdc-list-item .mdc-list--dense .mdc-list-item__graphic {
    margin-left: 36px;
    margin-right: 0;
}

.mdc-list--avatar-list .mdc-list-item {
    height: 56px;
}

.mdc-list--avatar-list .mdc-list-item__graphic {
    margin-left: 0;
    margin-right: 16px;
    width: 40px;
    height: 40px;
    border-radius: 0;
}

.mdc-list-item[dir="rtl"] .mdc-list--avatar-list .mdc-list-item__graphic,
[dir="rtl"] .mdc-list-item .mdc-list--avatar-list .mdc-list-item__graphic {
    margin-left: 16px;
    margin-right: 0;
}

.mdc-list--two-line .mdc-list-item__text {
    align-self: flex-start;
}

.mdc-list--two-line .mdc-list-item {
    height: 72px;
}

.mdc-list--avatar-list.mdc-list--dense .mdc-list-item,
.mdc-list--two-line.mdc-list--dense .mdc-list-item {
    height: 60px;
}

.mdc-list--avatar-list.mdc-list--dense .mdc-list-item__graphic {
    margin-left: 0;
    margin-right: 20px;
    width: 36px;
    height: 36px;
}

.mdc-list-item[dir="rtl"] .mdc-list--avatar-list.mdc-list--dense .mdc-list-item__graphic,
[dir="rtl"] .mdc-list-item .mdc-list--avatar-list.mdc-list--dense .mdc-list-item__graphic {
    margin-left: 20px;
    margin-right: 0;
}

:not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item {
    cursor: pointer;
}

a.mdc-list-item {
    color: inherit;
    text-decoration: none;
}

.mdc-list-divider {
    height: 0;
    margin: 0;
    border: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0.12);
}

.mdc-list-divider--padded {
    margin: 0 16px;
}

.mdc-list-divider--inset {
    margin-left: 72px;
    margin-right: 0;
    width: calc(100% - 72px);
}

.mdc-list-group[dir="rtl"] .mdc-list-divider--inset,
[dir="rtl"] .mdc-list-group .mdc-list-divider--inset {
    margin-left: 0;
    margin-right: 72px;
}

.mdc-list-divider--inset.mdc-list-divider--padded {
    width: calc(100% - 72px - 16px);
}

.mdc-list-group .mdc-list {
    padding: 0;
}

.mdc-list-group__subheader {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-size: 1rem;
    line-height: 28px;
    line-height: 1.75rem;
    font-weight: 400;
    letter-spacing: 0.00937em;
    text-decoration: inherit;
    text-transform: inherit;
    margin: 12px 16px;
    margin: 0.75rem 16px;
}

:not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item:after,
:not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item:before {
    position: absolute;
    border-radius: 0;
    opacity: 0;
    pointer-events: none;
    content: "";
}

:not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item:before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
}

:not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded:before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

:not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded:after {
    top: 0;
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

:not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--unbounded:after {
    top: var(--mdc-ripple-top, 0);
    left: var(--mdc-ripple-left, 0);
}

:not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--foreground-activation:after {
    animation: a 225ms forwards, b 75ms forwards;
}

:not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--foreground-deactivation:after {
    animation: c 0.15s;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

:not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item:after,
:not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item:before {
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}

:not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded:after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

:not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item:after,
:not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item:before {
    background-color: #333;
}

:not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item:hover:before {
    opacity: 0.04;
}

:not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--background-focused:before,
:not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):focus:before {
    transition-duration: 75ms;
    opacity: 0.12;
}

:not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):after {
    transition: opacity 0.15s linear;
}

:not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: 0.12;
}

:not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.12;
}

:not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item--activated:before {
    opacity: 0.12;
}

:not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item--activated:after,
:not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item--activated:before {
    background-color: #023e84;
}

@supports not (-ms-ime-align: auto) {
     :not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item--activated:after,
     :not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item--activated:before {
        background-color: var(--mdc-theme-primary, #023e84);
    }
}

:not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item--activated:hover:before {
    opacity: 0.16;
}

:not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item--activated.mdc-ripple-upgraded--background-focused:before,
:not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded):focus:before {
    transition-duration: 75ms;
    opacity: 0.24;
}

:not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded):after {
    transition: opacity 0.15s linear;
}

:not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: 0.24;
}

:not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item--activated.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.24;
}

:not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item--selected:before {
    opacity: 0.08;
}

:not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item--selected:after,
:not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item--selected:before {
    background-color: #023e84;
}

@supports not (-ms-ime-align: auto) {
     :not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item--selected:after,
     :not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item--selected:before {
        background-color: var(--mdc-theme-primary, #023e84);
    }
}

:not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item--selected:hover:before {
    opacity: 0.12;
}

:not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-upgraded--background-focused:before,
:not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):focus:before {
    transition-duration: 75ms;
    opacity: 0.2;
}

:not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):after {
    transition: opacity 0.15s linear;
}

:not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: 0.2;
}

:not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.2;
}

:not(.mdc-list--non-interactive)>.mdc-list-item--disabled {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:not(.mdc-list--non-interactive)>.mdc-list-item--disabled:after,
:not(.mdc-list--non-interactive)>.mdc-list-item--disabled:before {
    position: absolute;
    border-radius: 0;
    opacity: 0;
    pointer-events: none;
    content: "";
}

:not(.mdc-list--non-interactive)>.mdc-list-item--disabled:before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
}

:not(.mdc-list--non-interactive)>.mdc-list-item--disabled.mdc-ripple-upgraded:before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

:not(.mdc-list--non-interactive)>.mdc-list-item--disabled.mdc-ripple-upgraded:after {
    top: 0;
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

:not(.mdc-list--non-interactive)>.mdc-list-item--disabled.mdc-ripple-upgraded--unbounded:after {
    top: var(--mdc-ripple-top, 0);
    left: var(--mdc-ripple-left, 0);
}

:not(.mdc-list--non-interactive)>.mdc-list-item--disabled.mdc-ripple-upgraded--foreground-activation:after {
    animation: a 225ms forwards, b 75ms forwards;
}

:not(.mdc-list--non-interactive)>.mdc-list-item--disabled.mdc-ripple-upgraded--foreground-deactivation:after {
    animation: c 0.15s;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

:not(.mdc-list--non-interactive)>.mdc-list-item--disabled:after,
:not(.mdc-list--non-interactive)>.mdc-list-item--disabled:before {
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}

:not(.mdc-list--non-interactive)>.mdc-list-item--disabled.mdc-ripple-upgraded:after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

:not(.mdc-list--non-interactive)>.mdc-list-item--disabled:after,
:not(.mdc-list--non-interactive)>.mdc-list-item--disabled:before {
    background-color: #333;
}

:not(.mdc-list--non-interactive)>.mdc-list-item--disabled.mdc-ripple-upgraded--background-focused:before,
:not(.mdc-list--non-interactive)>.mdc-list-item--disabled:not(.mdc-ripple-upgraded):focus:before {
    transition-duration: 75ms;
    opacity: 0.12;
}

.mdc-menu-surface {
    display: none;
    position: absolute;
    box-sizing: border-box;
    max-width: calc(100vw - 32px);
    max-height: calc(100vh - 32px);
    margin: 0;
    padding: 0;
    transform: scale(1);
    transform-origin: top left;
    opacity: 0;
    overflow: auto;
    will-change: transform, opacity;
    z-index: 8;
    transition: opacity 0.03s linear, transform 0.12s cubic-bezier(0, 0, 0.2, 1);
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
    background-color: #fff;
    background-color: var(--mdc-theme-surface, #fff);
    color: #333;
    color: var(--mdc-theme-on-surface, #333);
    border-radius: 0;
    transform-origin-left: top left;
    transform-origin-right: top right;
}

.mdc-menu-surface:focus {
    outline: none;
}

.mdc-menu-surface--open {
    display: inline-block;
    transform: scale(1);
    opacity: 1;
}

.mdc-menu-surface--animating-open {
    display: inline-block;
    transform: scale(0.8);
    opacity: 0;
}

.mdc-menu-surface--animating-closed {
    display: inline-block;
    opacity: 0;
    transition: opacity 75ms linear;
}

.mdc-menu-surface[dir="rtl"],
[dir="rtl"] .mdc-menu-surface {
    transform-origin-left: top right;
    transform-origin-right: top left;
}

.mdc-menu-surface--anchor {
    position: relative;
    overflow: visible;
}

.mdc-menu-surface--fixed {
    position: fixed;
}

.mdc-menu {
    min-width: 112px;
}

.mdc-menu .mdc-list,
.mdc-menu .mdc-list-item__graphic,
.mdc-menu .mdc-list-item__meta {
    color: rgba(51, 51, 51, 0.87);
}

.mdc-menu .mdc-list-divider {
    margin: 8px 0;
}

.mdc-menu .mdc-list-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mdc-menu .mdc-list-item--disabled {
    cursor: auto;
}

.mdc-menu a.mdc-list-item .mdc-list-item__graphic,
.mdc-menu a.mdc-list-item .mdc-list-item__text {
    pointer-events: none;
}

.mdc-menu__selection-group {
    padding: 0;
    fill: currentColor;
}

.mdc-menu__selection-group .mdc-list-item {
    padding-left: 56px;
    padding-right: 16px;
}

.mdc-menu__selection-group .mdc-list-item[dir="rtl"],
[dir="rtl"] .mdc-menu__selection-group .mdc-list-item {
    padding-left: 16px;
    padding-right: 56px;
}

.mdc-menu__selection-group .mdc-menu__selection-group-icon {
    left: 16px;
    right: auto;
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.mdc-menu__selection-group .mdc-menu__selection-group-icon[dir="rtl"],
[dir="rtl"] .mdc-menu__selection-group .mdc-menu__selection-group-icon {
    left: auto;
    right: 16px;
}

.mdc-menu-item--selected .mdc-menu__selection-group-icon {
    display: inline;
}

.mdc-radio {
    padding: 10px;
    display: inline-block;
    position: relative;
    flex: 0 0 auto;
    box-sizing: content-box;
    width: 20px;
    height: 20px;
    cursor: pointer;
    will-change: opacity, transform, border-color, color;
}

.mdc-radio .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle {
    border-color: rgba(51, 51, 51, 0.54);
}

.mdc-radio .mdc-radio__native-control:enabled+.mdc-radio__background .mdc-radio__inner-circle,
.mdc-radio .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__outer-circle {
    border-color: #006fba;
    border-color: var(--mdc-theme-secondary, #006fba);
}

.mdc-radio .mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__inner-circle,
.mdc-radio .mdc-radio__native-control:disabled:checked+.mdc-radio__background .mdc-radio__outer-circle,
.mdc-radio .mdc-radio__native-control:disabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle,
.mdc-radio [aria-disabled="true"] .mdc-radio__native-control+.mdc-radio__background .mdc-radio__inner-circle,
.mdc-radio [aria-disabled="true"] .mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__outer-circle,
.mdc-radio [aria-disabled="true"] .mdc-radio__native-control:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle {
    border-color: rgba(51, 51, 51, 0.26);
}

.mdc-radio .mdc-radio__background:before {
    background-color: #006fba;
}

@supports not (-ms-ime-align: auto) {
    .mdc-radio .mdc-radio__background:before {
        background-color: var(--mdc-theme-secondary, #006fba);
    }
}

.mdc-radio .mdc-radio__background:before {
    top: -10px;
    left: -10px;
    width: 40px;
    height: 40px;
}

.mdc-radio .mdc-radio__native-control {
    top: 0;
    right: 0;
    left: 0;
    width: 40px;
    height: 40px;
}

.mdc-radio__background {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
}

.mdc-radio__background:before {
    position: absolute;
    transform: scale(0);
    border-radius: 0;
    opacity: 0;
    pointer-events: none;
    content: "";
    transition: opacity 0.12s cubic-bezier(0.4, 0, 0.6, 1) 0ms, transform 0.12s cubic-bezier(0.4, 0, 0.6, 1) 0ms;
}

.mdc-radio__outer-circle {
    border-width: 2px;
    transition: border-color 0.12s cubic-bezier(0.4, 0, 0.6, 1) 0ms;
}

.mdc-radio__inner-circle,
.mdc-radio__outer-circle {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-radius: 0;
}

.mdc-radio__inner-circle {
    transform: scale(0);
    border-width: 10px;
    transition: transform 0.12s cubic-bezier(0.4, 0, 0.6, 1) 0ms, border-color 0.12s cubic-bezier(0.4, 0, 0.6, 1) 0ms;
}

.mdc-radio__native-control {
    position: absolute;
    margin: 0;
    padding: 0;
    opacity: 0;
    cursor: inherit;
    z-index: 1;
}

.mdc-radio--touch {
    margin: 4px;
}

.mdc-radio--touch .mdc-radio__native-control {
    top: -4px;
    right: -4px;
    left: -4px;
    width: 48px;
    height: 48px;
}

.mdc-radio__native-control:checked+.mdc-radio__background,
.mdc-radio__native-control:disabled+.mdc-radio__background {
    transition: opacity 0.12s cubic-bezier(0, 0, 0.2, 1) 0ms, transform 0.12s cubic-bezier(0, 0, 0.2, 1) 0ms;
}

.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__outer-circle,
.mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__outer-circle {
    transition: border-color 0.12s cubic-bezier(0, 0, 0.2, 1) 0ms;
}

.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle,
.mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__inner-circle {
    transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1) 0ms, border-color 0.12s cubic-bezier(0, 0, 0.2, 1) 0ms;
}

.mdc-radio--disabled {
    cursor: default;
    pointer-events: none;
}

.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle {
    transform: scale(0.5);
    transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1) 0ms, border-color 0.12s cubic-bezier(0, 0, 0.2, 1) 0ms;
}

.mdc-radio__native-control:disabled+.mdc-radio__background,
[aria-disabled="true"] .mdc-radio__native-control+.mdc-radio__background {
    cursor: default;
}

.mdc-radio__native-control:focus+.mdc-radio__background:before {
    transform: scale(1);
    opacity: 0.12;
    transition: opacity 0.12s cubic-bezier(0, 0, 0.2, 1) 0ms, transform 0.12s cubic-bezier(0, 0, 0.2, 1) 0ms;
}

.mdc-radio {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mdc-radio .mdc-radio__ripple:after,
.mdc-radio .mdc-radio__ripple:before {
    position: absolute;
    border-radius: 0;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.mdc-radio .mdc-radio__ripple:before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
}

.mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple:before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple:after {
    top: 0;
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.mdc-radio.mdc-ripple-upgraded--unbounded .mdc-radio__ripple:after {
    top: var(--mdc-ripple-top, 0);
    left: var(--mdc-ripple-left, 0);
}

.mdc-radio.mdc-ripple-upgraded--foreground-activation .mdc-radio__ripple:after {
    animation: a 225ms forwards, b 75ms forwards;
}

.mdc-radio.mdc-ripple-upgraded--foreground-deactivation .mdc-radio__ripple:after {
    animation: c 0.15s;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-radio .mdc-radio__ripple:after,
.mdc-radio .mdc-radio__ripple:before {
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
}

.mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple:after,
.mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple:before {
    top: var(--mdc-ripple-top, 0%);
    left: var(--mdc-ripple-left, 0%);
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple:after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-radio .mdc-radio__ripple:after,
.mdc-radio .mdc-radio__ripple:before {
    background-color: #006fba;
}

@supports not (-ms-ime-align: auto) {
    .mdc-radio .mdc-radio__ripple:after,
    .mdc-radio .mdc-radio__ripple:before {
        background-color: var(--mdc-theme-secondary, #006fba);
    }
}

.mdc-radio:hover .mdc-radio__ripple:before {
    opacity: 0.04;
}

.mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__ripple:before,
.mdc-radio:not(.mdc-ripple-upgraded):focus .mdc-radio__ripple:before {
    transition-duration: 75ms;
    opacity: 0.12;
}

.mdc-radio:not(.mdc-ripple-upgraded) .mdc-radio__ripple:after {
    transition: opacity 0.15s linear;
}

.mdc-radio:not(.mdc-ripple-upgraded):active .mdc-radio__ripple:after {
    transition-duration: 75ms;
    opacity: 0.12;
}

.mdc-radio.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.12;
}

.mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__background:before {
    content: none;
}

.mdc-radio__ripple {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.mdc-line-ripple {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    transform: scaleX(0);
    transition: transform 0.18s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.18s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    z-index: 2;
}

.mdc-line-ripple--active {
    transform: scaleX(1);
    opacity: 1;
}

.mdc-line-ripple--deactivating {
    opacity: 0;
}

.mdc-notched-outline {
    display: flex;
    position: absolute;
    right: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: 100%;
    text-align: left;
    pointer-events: none;
}

.mdc-notched-outline[dir="rtl"],
[dir="rtl"] .mdc-notched-outline {
    text-align: right;
}

.mdc-notched-outline__leading,
.mdc-notched-outline__notch,
.mdc-notched-outline__trailing {
    box-sizing: border-box;
    height: 100%;
    border-top: 1px solid;
    border-bottom: 1px solid;
    pointer-events: none;
}

.mdc-notched-outline__leading {
    border-left: 1px solid;
    border-right: none;
    width: 12px;
}

.mdc-notched-outline__leading[dir="rtl"],
.mdc-notched-outline__trailing,
[dir="rtl"] .mdc-notched-outline__leading {
    border-left: none;
    border-right: 1px solid;
}

.mdc-notched-outline__trailing {
    flex-grow: 1;
}

.mdc-notched-outline__trailing[dir="rtl"],
[dir="rtl"] .mdc-notched-outline__trailing {
    border-left: 1px solid;
    border-right: none;
}

.mdc-notched-outline__notch {
    flex: 0 0 auto;
    width: auto;
    max-width: calc(100% - 12px * 2);
}

.mdc-notched-outline .mdc-floating-label {
    display: inline-block;
    position: relative;
    max-width: 100%;
}

.mdc-notched-outline .mdc-floating-label--float-above {
    text-overflow: clip;
}

.mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    max-width: 133.33333%;
}

.mdc-notched-outline--notched .mdc-notched-outline__notch {
    padding-left: 0;
    padding-right: 8px;
    border-top: none;
}

.mdc-notched-outline--notched .mdc-notched-outline__notch[dir="rtl"],
[dir="rtl"] .mdc-notched-outline--notched .mdc-notched-outline__notch {
    padding-left: 8px;
    padding-right: 0;
}

.mdc-notched-outline--no-label .mdc-notched-outline__notch {
    padding: 0;
}

.mdc-floating-label {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-size: 1rem;
    line-height: 28px;
    line-height: 1.75rem;
    font-weight: 400;
    letter-spacing: 0.00937em;
    text-decoration: inherit;
    text-transform: inherit;
    position: absolute;
    left: 0;
    transform-origin: left top;
    transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1), color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    line-height: 18.4px;
    line-height: 1.15rem;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: text;
    overflow: hidden;
    will-change: transform;
}

.mdc-floating-label[dir="rtl"],
[dir="rtl"] .mdc-floating-label {
    right: 0;
    left: auto;
    transform-origin: right top;
    text-align: right;
}

.mdc-floating-label--float-above {
    cursor: auto;
    transform: translateY(-106%) scale(0.75);
}

.mdc-floating-label--shake {
    animation: v 0.25s 1;
}

@keyframes v {
    0% {
        transform: translateX(0%) translateY(-106%) scale(0.75);
    }
    33% {
        animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
        transform: translateX(4%) translateY(-106%) scale(0.75);
    }
    66% {
        animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
        transform: translateX(-4%) translateY(-106%) scale(0.75);
    }
    to {
        transform: translateX(0%) translateY(-106%) scale(0.75);
    }
}

.mdc-select--with-leading-icon:not(.mdc-select--disabled) .mdc-select__icon {
    color: #333;
    color: var(--mdc-theme-on-surface, #333);
}

.mdc-select--with-leading-icon .mdc-select__icon {
    display: inline-block;
    position: absolute;
    bottom: 16px;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    border: none;
    background-color: transparent;
    fill: currentColor;
    opacity: 0.54;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mdc-select__icon:not([tabindex]),
.mdc-select__icon[tabindex="-1"] {
    cursor: default;
    pointer-events: none;
}

.mdc-select-helper-text {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-weight: 400;
    letter-spacing: 0.03333em;
    text-decoration: inherit;
    text-transform: inherit;
    display: block;
    margin-top: 0;
    line-height: normal;
    margin: 0;
    transition: opacity 0.18s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    will-change: opacity;
}

.mdc-select-helper-text:before {
    display: inline-block;
    width: 0;
    height: 16px;
    content: "";
    vertical-align: 0;
}

.mdc-select-helper-text--persistent {
    transition: none;
    opacity: 1;
    will-change: auto;
}

.mdc-select {
    position: relative;
}

.mdc-select:not(.mdc-select--disabled) .mdc-select__anchor {
    background-color: #f7f7f7;
}

.mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text {
    color: rgba(51, 51, 51, 0.87);
}

.mdc-select:not(.mdc-select--disabled) .mdc-floating-label {
    color: rgba(51, 51, 51, 0.6);
}

.mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text {
    border-bottom-color: rgba(51, 51, 51, 0.42);
}

.mdc-select:not(.mdc-select--disabled) .mdc-select__anchor+.mdc-select-helper-text {
    color: rgba(51, 51, 51, 0.6);
}

.mdc-select .mdc-select__anchor {
    border-radius: 0;
}

.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-line-ripple {
    background-color: #023e84;
    background-color: var(--mdc-theme-primary, #023e84);
}

.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label {
    color: rgba(2, 62, 132, 0.87);
}

.mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text:hover {
    border-bottom-color: rgba(51, 51, 51, 0.87);
}

.mdc-select .mdc-floating-label {
    left: 16px;
    right: auto;
    top: 21px;
    pointer-events: none;
}

.mdc-select .mdc-floating-label[dir="rtl"],
[dir="rtl"] .mdc-select .mdc-floating-label {
    left: auto;
    right: 16px;
}

.mdc-select.mdc-select--with-leading-icon .mdc-floating-label {
    left: 48px;
    right: auto;
}

.mdc-select.mdc-select--with-leading-icon .mdc-floating-label[dir="rtl"],
[dir="rtl"] .mdc-select.mdc-select--with-leading-icon .mdc-floating-label {
    left: auto;
    right: 48px;
}

.mdc-select.mdc-select--outlined .mdc-floating-label {
    left: 4px;
    right: auto;
    top: 17px;
}

.mdc-select.mdc-select--outlined .mdc-floating-label[dir="rtl"],
[dir="rtl"] .mdc-select.mdc-select--outlined .mdc-floating-label {
    left: auto;
    right: 4px;
}

.mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label {
    left: 36px;
    right: auto;
}

.mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label[dir="rtl"],
[dir="rtl"] .mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label {
    left: auto;
    right: 36px;
}

.mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above {
    left: 36px;
    right: auto;
}

.mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above[dir="rtl"],
[dir="rtl"] .mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above {
    left: auto;
    right: 36px;
}

.mdc-select__dropdown-icon {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='5' viewBox='7 10 10 5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23333' fill-rule='evenodd' opacity='.54' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat 50%;
    left: auto;
    right: 8px;
    position: absolute;
    bottom: 16px;
    width: 24px;
    height: 24px;
    transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}

.mdc-select__dropdown-icon[dir="rtl"],
[dir="rtl"] .mdc-select__dropdown-icon {
    left: 8px;
    right: auto;
}

.mdc-select--focused .mdc-select__dropdown-icon {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='5' viewBox='7 10 10 5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23023e84' fill-rule='evenodd' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat 50%;
}

.mdc-select--activated .mdc-select__dropdown-icon {
    transform: rotate(180deg) translateY(-5px);
    transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.mdc-select__anchor {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    height: 56px;
    overflow: hidden;
    will-change: opacity, transform, color;
}

.mdc-select__anchor:after,
.mdc-select__anchor:before {
    position: absolute;
    border-radius: 0;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.mdc-select__anchor:before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
}

.mdc-select__anchor.mdc-ripple-upgraded:before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-select__anchor.mdc-ripple-upgraded:after {
    top: 0;
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.mdc-select__anchor.mdc-ripple-upgraded--unbounded:after {
    top: var(--mdc-ripple-top, 0);
    left: var(--mdc-ripple-left, 0);
}

.mdc-select__anchor.mdc-ripple-upgraded--foreground-activation:after {
    animation: a 225ms forwards, b 75ms forwards;
}

.mdc-select__anchor.mdc-ripple-upgraded--foreground-deactivation:after {
    animation: c 0.15s;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-select__anchor:after,
.mdc-select__anchor:before {
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}

.mdc-select__anchor.mdc-ripple-upgraded:after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-select__anchor:after,
.mdc-select__anchor:before {
    background-color: rgba(51, 51, 51, 0.87);
}

.mdc-select__anchor:hover:before {
    opacity: 0.04;
}

.mdc-select__anchor.mdc-ripple-upgraded--background-focused:before,
.mdc-select__anchor:not(.mdc-ripple-upgraded):focus:before {
    transition-duration: 75ms;
    opacity: 0.12;
}

.mdc-select__anchor .mdc-floating-label--float-above {
    transform: translateY(-70%) scale(0.75);
}

.mdc-select__anchor.mdc-select--focused .mdc-line-ripple:after {
    transform: scaleY(2);
    opacity: 1;
}

.mdc-select__anchor+.mdc-select-helper-text {
    margin-right: 12px;
    margin-left: 12px;
}

.mdc-select--outlined .mdc-select__anchor+.mdc-select-helper-text {
    margin-right: 16px;
    margin-left: 16px;
}

.mdc-select--focused .mdc-select__anchor+.mdc-select-helper-text:not(.mdc-select-helper-text--validation-msg) {
    opacity: 1;
}

.mdc-select__selected-text {
    padding: 20px 52px 4px 16px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-size: 1rem;
    line-height: 28px;
    line-height: 1.75rem;
    font-weight: 400;
    letter-spacing: 0.00937em;
    text-decoration: inherit;
    text-transform: inherit;
    box-sizing: border-box;
    width: 100%;
    min-width: 200px;
    height: 56px;
    border: none;
    border-bottom: 1px solid;
    outline: none;
    background-color: transparent;
    color: inherit;
    white-space: nowrap;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.mdc-select__selected-text[dir="rtl"],
[dir="rtl"] .mdc-select__selected-text {
    padding-left: 52px;
    padding-right: 16px;
}

.mdc-select__selected-text::-ms-expand {
    display: none;
}

.mdc-select__selected-text::-ms-value {
    background-color: transparent;
    color: inherit;
}

@-moz-document url-prefix("") {
    .mdc-select__selected-text {
        text-indent: -2px;
    }
}

.mdc-select--outlined {
    border: none;
}

.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
    border-color: rgba(51, 51, 51, 0.38);
}

.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover~.mdc-notched-outline .mdc-notched-outline__leading,
.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover~.mdc-notched-outline .mdc-notched-outline__notch,
.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover~.mdc-notched-outline .mdc-notched-outline__trailing {
    border-color: rgba(51, 51, 51, 0.87);
}

.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing {
    border-width: 2px;
    border-color: #023e84;
    border-color: var(--mdc-theme-primary, #023e84);
}

.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading {
    border-radius: 0;
}

.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading[dir="rtl"],
.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing,
[dir="rtl"] .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading {
    border-radius: 0;
}

.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing[dir="rtl"],
[dir="rtl"] .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
    border-radius: 0;
}

.mdc-select--outlined .mdc-select__selected-text {
    border-radius: 0;
}

.mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__anchor {
    background-color: transparent;
}

.mdc-select--outlined .mdc-select__anchor {
    overflow: visible;
}

.mdc-select--outlined .mdc-select__anchor:after,
.mdc-select--outlined .mdc-select__anchor:before {
    content: none;
}

.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--shake {
    animation: z 0.25s 1;
}

.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--float-above {
    transform: translateY(-144%) scale(1);
    font-size: 12px;
    font-size: 0.75rem;
}

.mdc-select--outlined .mdc-select__anchor.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-select--outlined .mdc-select__anchor .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    transform: translateY(-130%) scale(0.75);
    font-size: 16px;
    font-size: 1rem;
}

.mdc-select--outlined .mdc-select__selected-text {
    padding: 14px 52px 12px 16px;
    display: flex;
    border: none;
    background-color: transparent;
    z-index: 1;
}

.mdc-select--outlined .mdc-select__selected-text[dir="rtl"],
[dir="rtl"] .mdc-select--outlined .mdc-select__selected-text {
    padding-left: 52px;
    padding-right: 16px;
}

.mdc-select--outlined .mdc-select__icon {
    z-index: 2;
}

.mdc-select--outlined .mdc-floating-label {
    line-height: 18.4px;
    line-height: 1.15rem;
    pointer-events: auto;
}

.mdc-select--invalid:not(.mdc-select--disabled) .mdc-floating-label {
    color: #b00020;
    color: var(--mdc-theme-error, #b00020);
}

.mdc-select--invalid:not(.mdc-select--disabled) .mdc-select__selected-text {
    border-bottom-color: #b00020;
    border-bottom-color: var(--mdc-theme-error, #b00020);
}

.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-line-ripple {
    background-color: #b00020;
    background-color: var(--mdc-theme-error, #b00020);
}

.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label {
    color: #b00020;
}

.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--invalid .mdc-select__anchor+.mdc-select-helper-text--validation-msg {
    color: #b00020;
    color: var(--mdc-theme-error, #b00020);
}

.mdc-select--invalid:not(.mdc-select--disabled) .mdc-select__selected-text:hover {
    border-bottom-color: #b00020;
    border-bottom-color: var(--mdc-theme-error, #b00020);
}

.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing,
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover~.mdc-notched-outline .mdc-notched-outline__leading,
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover~.mdc-notched-outline .mdc-notched-outline__notch,
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover~.mdc-notched-outline .mdc-notched-outline__trailing {
    border-color: #b00020;
    border-color: var(--mdc-theme-error, #b00020);
}

.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing {
    border-width: 2px;
    border-color: #b00020;
    border-color: var(--mdc-theme-error, #b00020);
}

.mdc-select--invalid .mdc-select__dropdown-icon {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='5' viewBox='7 10 10 5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23b00020' fill-rule='evenodd' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat 50%;
}

.mdc-select--invalid+.mdc-select-helper-text--validation-msg {
    opacity: 1;
}

.mdc-select--required .mdc-floating-label:after {
    content: "*";
}

.mdc-select--disabled {
    cursor: default;
    pointer-events: none;
}

.mdc-select--disabled .mdc-select__anchor {
    background-color: #fbfbfb;
}

.mdc-select--disabled .mdc-floating-label {
    color: rgba(51, 51, 51, 0.37);
}

.mdc-select--disabled .mdc-select__dropdown-icon {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='5' viewBox='7 10 10 5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23333' fill-rule='evenodd' opacity='.37' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat 50%;
}

.mdc-select--disabled .mdc-line-ripple {
    display: none;
}

.mdc-select--disabled .mdc-select__icon {
    color: rgba(51, 51, 51, 0.37);
}

.mdc-select--disabled .mdc-select__selected-text {
    color: rgba(51, 51, 51, 0.37);
    border-bottom-style: dotted;
    pointer-events: none;
}

.mdc-select--disabled.mdc-select--outlined .mdc-select__anchor {
    background-color: transparent;
}

.mdc-select--disabled.mdc-select--outlined .mdc-notched-outline__leading,
.mdc-select--disabled.mdc-select--outlined .mdc-notched-outline__notch,
.mdc-select--disabled.mdc-select--outlined .mdc-notched-outline__trailing {
    border-color: rgba(51, 51, 51, 0.16);
}

.mdc-select--disabled.mdc-select--outlined .mdc-select__selected-text {
    border-bottom-style: none;
}

.mdc-select--no-label:not(.mdc-select--outlined) .mdc-select__anchor .mdc-select__selected-text {
    padding-top: 14px;
}

.mdc-select--with-leading-icon .mdc-select__icon {
    left: 16px;
    right: auto;
}

.mdc-select--with-leading-icon .mdc-select__icon[dir="rtl"],
[dir="rtl"] .mdc-select--with-leading-icon .mdc-select__icon {
    left: auto;
    right: 16px;
}

.mdc-select--with-leading-icon .mdc-select__selected-text {
    padding-left: 48px;
    padding-right: 32px;
}

.mdc-select--with-leading-icon .mdc-select__selected-text[dir="rtl"],
[dir="rtl"] .mdc-select--with-leading-icon .mdc-select__selected-text {
    padding-left: 32px;
    padding-right: 48px;
}

.mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--float-above {
    transform: translateY(-144%) translateX(-32px) scale(1);
}

.mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--float-above[dir="rtl"],
[dir="rtl"] .mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--float-above {
    transform: translateY(-144%) translateX(32px) scale(1);
}

.mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--float-above {
    font-size: 12px;
    font-size: 0.75rem;
}

.mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-select--with-leading-icon.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    transform: translateY(-130%) translateX(-32px) scale(0.75);
}

.mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir="rtl"],
.mdc-select--with-leading-icon.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir="rtl"],
[dir="rtl"] .mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
[dir="rtl"] .mdc-select--with-leading-icon.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    transform: translateY(-130%) translateX(32px) scale(0.75);
}

.mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-select--with-leading-icon.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    font-size: 16px;
    font-size: 1rem;
}

.mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--shake {
    animation: w 0.25s 1;
}

.mdc-select--with-leading-icon.mdc-select--outlined[dir="rtl"] .mdc-floating-label--shake,
[dir="rtl"] .mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--shake {
    animation: x 0.25s 1;
}

.mdc-select--with-leading-icon.mdc-select__menu .mdc-list-item__text,
.mdc-select--with-leading-icon.mdc-select__menu .mdc-list-item__text[dir="rtl"],
[dir="rtl"] .mdc-select--with-leading-icon.mdc-select__menu .mdc-list-item__text {
    padding-left: 32px;
    padding-right: 32px;
}

.mdc-select__menu .mdc-list .mdc-list-item--selected {
    color: #333;
    color: var(--mdc-theme-on-surface, #333);
}

.mdc-select__menu .mdc-list .mdc-list-item--selected:after,
.mdc-select__menu .mdc-list .mdc-list-item--selected:before {
    background-color: #333;
}

@supports not (-ms-ime-align: auto) {
    .mdc-select__menu .mdc-list .mdc-list-item--selected:after,
    .mdc-select__menu .mdc-list .mdc-list-item--selected:before {
        background-color: var(--mdc-theme-on-surface, #333);
    }
}

.mdc-select__menu .mdc-list .mdc-list-item--selected:hover:before {
    opacity: 0.04;
}

.mdc-select__menu .mdc-list .mdc-list-item--selected.mdc-ripple-upgraded--background-focused:before,
.mdc-select__menu .mdc-list .mdc-list-item--selected:not(.mdc-ripple-upgraded):focus:before {
    transition-duration: 75ms;
    opacity: 0.12;
}

.mdc-select__menu .mdc-list .mdc-list-item--selected:not(.mdc-ripple-upgraded):after {
    transition: opacity 0.15s linear;
}

.mdc-select__menu .mdc-list .mdc-list-item--selected:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: 0.12;
}

.mdc-select__menu .mdc-list .mdc-list-item--selected.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.12;
}

@keyframes w {
    0% {
        transform: translateX(-32px) translateY(-130%) scale(0.75);
    }
    33% {
        animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
        transform: translateX(calc(4% - 32px)) translateY(-130%) scale(0.75);
    }
    66% {
        animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
        transform: translateX(calc(-4% - 32px)) translateY(-130%) scale(0.75);
    }
    to {
        transform: translateX(-32px) translateY(-130%) scale(0.75);
    }
}

@keyframes x {
    0% {
        transform: translateX(32px) translateY(-130%) scale(0.75);
    }
    33% {
        animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
        transform: translateX(calc(4% - -32px)) translateY(-130%) scale(0.75);
    }
    66% {
        animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
        transform: translateX(calc(-4% - -32px)) translateY(-130%) scale(0.75);
    }
    to {
        transform: translateX(32px) translateY(-130%) scale(0.75);
    }
}

.mdc-snackbar {
    z-index: 8;
    margin: 8px;
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    pointer-events: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mdc-snackbar__surface {
    background-color: #5c5c5c;
}

.mdc-snackbar__label {
    color: hsla(0, 0%, 100%, 0.87);
}

.mdc-snackbar__surface {
    min-width: 344px;
}

@media (max-width: 344px),
(max-width: 480px) {
    .mdc-snackbar__surface {
        min-width: 100%;
    }
}

.mdc-snackbar__surface {
    max-width: 672px;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
    border-radius: 0;
}

.mdc-snackbar--closing,
.mdc-snackbar--open,
.mdc-snackbar--opening {
    display: flex;
}

.mdc-snackbar--leading {
    justify-content: flex-start;
}

.mdc-snackbar--stacked .mdc-snackbar__surface {
    flex-direction: column;
    align-items: flex-start;
}

.mdc-snackbar--stacked .mdc-snackbar__actions {
    align-self: flex-end;
    margin-bottom: 8px;
}

.mdc-snackbar__surface {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    transform: scale(0.8);
    opacity: 0;
}

.mdc-snackbar--open .mdc-snackbar__surface {
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.15s cubic-bezier(0, 0, 0.2, 1) 0ms, transform 0.15s cubic-bezier(0, 0, 0.2, 1) 0ms;
}

.mdc-snackbar--closing .mdc-snackbar__surface {
    transform: scale(1);
    transition: opacity 75ms cubic-bezier(0.4, 0, 1, 1) 0ms;
}

.mdc-snackbar__label {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-weight: 400;
    letter-spacing: 0.01786em;
    text-decoration: inherit;
    text-transform: inherit;
    flex-grow: 1;
    box-sizing: border-box;
    margin: 0;
    padding: 14px 16px;
}

.mdc-snackbar__label:before {
    display: inline;
    content: attr(data-mdc-snackbar-label-text);
}

.mdc-snackbar__actions {
    margin-left: 0;
    margin-right: 8px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    box-sizing: border-box;
}

.mdc-snackbar__actions[dir="rtl"],
[dir="rtl"] .mdc-snackbar__actions {
    margin-left: 8px;
    margin-right: 0;
}

.mdc-snackbar__action:not(:disabled) {
    color: #bb86fc;
}

.mdc-snackbar__action:after,
.mdc-snackbar__action:before {
    background-color: #bb86fc;
}

.mdc-snackbar__action:hover:before {
    opacity: 0.08;
}

.mdc-snackbar__action.mdc-ripple-upgraded--background-focused:before,
.mdc-snackbar__action:not(.mdc-ripple-upgraded):focus:before {
    transition-duration: 75ms;
    opacity: 0.24;
}

.mdc-snackbar__action:not(.mdc-ripple-upgraded):after {
    transition: opacity 0.15s linear;
}

.mdc-snackbar__action:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: 0.24;
}

.mdc-snackbar__action.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.24;
}

.mdc-snackbar__dismiss {
    color: hsla(0, 0%, 100%, 0.87);
}

.mdc-snackbar__dismiss:after,
.mdc-snackbar__dismiss:before {
    background-color: hsla(0, 0%, 100%, 0.87);
}

.mdc-snackbar__dismiss:hover:before {
    opacity: 0.08;
}

.mdc-snackbar__dismiss.mdc-ripple-upgraded--background-focused:before,
.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):focus:before {
    transition-duration: 75ms;
    opacity: 0.24;
}

.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):after {
    transition: opacity 0.15s linear;
}

.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: 0.24;
}

.mdc-snackbar__dismiss.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.24;
}

.mdc-snackbar__dismiss.mdc-snackbar__dismiss {
    width: 36px;
    height: 36px;
    padding: 9px;
    font-size: 18px;
}

.mdc-snackbar__dismiss.mdc-snackbar__dismiss img,
.mdc-snackbar__dismiss.mdc-snackbar__dismiss svg {
    width: 18px;
    height: 18px;
}

.mdc-snackbar__action+.mdc-snackbar__dismiss {
    margin-left: 8px;
    margin-right: 0;
}

.mdc-snackbar__action+.mdc-snackbar__dismiss[dir="rtl"],
[dir="rtl"] .mdc-snackbar__action+.mdc-snackbar__dismiss {
    margin-left: 0;
    margin-right: 8px;
}

.mdc-text-field-character-counter {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-weight: 400;
    letter-spacing: 0.03333em;
    text-decoration: inherit;
    text-transform: inherit;
    display: block;
    margin-top: 0;
    line-height: normal;
    margin-left: auto;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 0;
    white-space: nowrap;
}

.mdc-text-field-character-counter:before {
    display: inline-block;
    width: 0;
    height: 16px;
    content: "";
    vertical-align: 0;
}

.mdc-text-field-character-counter[dir="rtl"],
[dir="rtl"] .mdc-text-field-character-counter {
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
    padding-right: 16px;
}

.mdc-text-field--with-leading-icon .mdc-text-field__icon,
.mdc-text-field--with-trailing-icon .mdc-text-field__icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.mdc-text-field__icon:not([tabindex]),
.mdc-text-field__icon[tabindex="-1"] {
    cursor: default;
    pointer-events: none;
}

.mdc-text-field {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height: 56px;
    border-radius: 0;
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    will-change: opacity, transform, color;
}

.mdc-text-field:after,
.mdc-text-field:before {
    position: absolute;
    border-radius: 0;
    opacity: 0;
    pointer-events: none;
    content: "";
}

.mdc-text-field:before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
}

.mdc-text-field.mdc-ripple-upgraded:before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-text-field.mdc-ripple-upgraded:after {
    top: 0;
    left: 0;
    transform: scale(0);
    transform-origin: center center;
}

.mdc-text-field.mdc-ripple-upgraded--unbounded:after {
    top: var(--mdc-ripple-top, 0);
    left: var(--mdc-ripple-left, 0);
}

.mdc-text-field.mdc-ripple-upgraded--foreground-activation:after {
    animation: a 225ms forwards, b 75ms forwards;
}

.mdc-text-field.mdc-ripple-upgraded--foreground-deactivation:after {
    animation: c 0.15s;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-text-field:after,
.mdc-text-field:before {
    background-color: rgba(51, 51, 51, 0.87);
}

.mdc-text-field:hover:before {
    opacity: 0.04;
}

.mdc-text-field.mdc-ripple-upgraded--background-focused:before,
.mdc-text-field:not(.mdc-ripple-upgraded):focus:before {
    transition-duration: 75ms;
    opacity: 0.12;
}

.mdc-text-field:after,
.mdc-text-field:before {
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}

.mdc-text-field.mdc-ripple-upgraded:after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
    color: rgba(51, 51, 51, 0.6);
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
    color: rgba(51, 51, 51, 0.87);
}

.mdc-text-field .mdc-text-field__input {
    caret-color: #023e84;
    caret-color: var(--mdc-theme-primary, #023e84);
}

.mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input {
    border-bottom-color: rgba(51, 51, 51, 0.42);
}

.mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input:hover {
    border-bottom-color: rgba(51, 51, 51, 0.87);
}

.mdc-text-field .mdc-line-ripple {
    background-color: #023e84;
    background-color: var(--mdc-theme-primary, #023e84);
}

.mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--textarea) {
    border-bottom-color: rgba(51, 51, 51, 0.12);
}

.mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-line .mdc-text-field-character-counter,
.mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-line .mdc-text-field-helper-text,
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter {
    color: rgba(51, 51, 51, 0.6);
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon {
    color: rgba(51, 51, 51, 0.54);
}

.mdc-text-field:not(.mdc-text-field--disabled) {
    background-color: #f7f7f7;
}

.mdc-text-field .mdc-floating-label {
    left: 16px;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.mdc-text-field .mdc-floating-label[dir="rtl"],
[dir="rtl"] .mdc-text-field .mdc-floating-label {
    left: auto;
    right: 16px;
}

.mdc-text-field .mdc-floating-label--float-above {
    transform: translateY(-106%) scale(0.75);
}

.mdc-text-field--textarea .mdc-floating-label {
    left: 4px;
    right: auto;
}

.mdc-text-field--textarea .mdc-floating-label[dir="rtl"],
[dir="rtl"] .mdc-text-field--textarea .mdc-floating-label {
    left: auto;
    right: 4px;
}

.mdc-text-field--outlined .mdc-floating-label {
    left: 4px;
    right: auto;
}

.mdc-text-field--outlined .mdc-floating-label[dir="rtl"],
[dir="rtl"] .mdc-text-field--outlined .mdc-floating-label {
    left: auto;
    right: 4px;
}

.mdc-text-field--outlined--with-leading-icon .mdc-floating-label {
    left: 36px;
    right: auto;
}

.mdc-text-field--outlined--with-leading-icon .mdc-floating-label[dir="rtl"],
[dir="rtl"] .mdc-text-field--outlined--with-leading-icon .mdc-floating-label {
    left: auto;
    right: 36px;
}

.mdc-text-field--outlined--with-leading-icon .mdc-floating-label--float-above {
    left: 40px;
    right: auto;
}

.mdc-text-field--outlined--with-leading-icon .mdc-floating-label--float-above[dir="rtl"],
[dir="rtl"] .mdc-text-field--outlined--with-leading-icon .mdc-floating-label--float-above {
    left: auto;
    right: 40px;
}

.mdc-text-field__input {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.00937em;
    text-decoration: inherit;
    text-transform: inherit;
    align-self: flex-end;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 20px 16px 6px;
    transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    border-bottom: 1px solid;
    border-radius: 0;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.mdc-text-field__input::-webkit-input-placeholder {
    transition: opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    color: rgba(51, 51, 51, 0.54);
}

.mdc-text-field__input::-moz-placeholder {
    transition: opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    color: rgba(51, 51, 51, 0.54);
}

.mdc-text-field__input:-ms-input-placeholder,
.mdc-text-field__input::-ms-input-placeholder {
    transition: opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    color: rgba(51, 51, 51, 0.54);
}

.mdc-text-field__input::placeholder {
    transition: opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    color: rgba(51, 51, 51, 0.54);
}

.mdc-text-field__input:-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.54) !important;
}

.mdc-text-field--focused .mdc-text-field__input::-webkit-input-placeholder,
.mdc-text-field--fullwidth .mdc-text-field__input::-webkit-input-placeholder,
.mdc-text-field--no-label .mdc-text-field__input::-webkit-input-placeholder {
    transition-delay: 40ms;
    transition-duration: 0.11s;
    opacity: 1;
}

.mdc-text-field--focused .mdc-text-field__input::-moz-placeholder,
.mdc-text-field--fullwidth .mdc-text-field__input::-moz-placeholder,
.mdc-text-field--no-label .mdc-text-field__input::-moz-placeholder {
    transition-delay: 40ms;
    transition-duration: 0.11s;
    opacity: 1;
}

.mdc-text-field--focused .mdc-text-field__input:-ms-input-placeholder,
.mdc-text-field--focused .mdc-text-field__input::-ms-input-placeholder,
.mdc-text-field--fullwidth .mdc-text-field__input:-ms-input-placeholder,
.mdc-text-field--fullwidth .mdc-text-field__input::-ms-input-placeholder,
.mdc-text-field--no-label .mdc-text-field__input:-ms-input-placeholder,
.mdc-text-field--no-label .mdc-text-field__input::-ms-input-placeholder {
    transition-delay: 40ms;
    transition-duration: 0.11s;
    opacity: 1;
}

.mdc-text-field--focused .mdc-text-field__input::placeholder,
.mdc-text-field--fullwidth .mdc-text-field__input::placeholder,
.mdc-text-field--no-label .mdc-text-field__input::placeholder {
    transition-delay: 40ms;
    transition-duration: 0.11s;
    opacity: 1;
}

.mdc-text-field__input:focus {
    outline: none;
}

.mdc-text-field__input:invalid {
    box-shadow: none;
}

.mdc-text-field__input:-webkit-autofill {
    z-index: auto !important;
}

.mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input {
    padding-top: 16px;
    padding-bottom: 16px;
}

.mdc-text-field__input:-webkit-autofill+.mdc-floating-label {
    transform: translateY(-50%) scale(0.75);
    cursor: auto;
}

.mdc-text-field--outlined {
    border: none;
    overflow: visible;
}

.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
    border-color: rgba(51, 51, 51, 0.38);
}

.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__trailing,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__trailing {
    border-color: rgba(51, 51, 51, 0.87);
}

.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
    border-color: #023e84;
    border-color: var(--mdc-theme-primary, #023e84);
}

.mdc-text-field--outlined .mdc-floating-label--shake {
    animation: z 0.25s 1;
}

.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading {
    border-radius: 0;
}

.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading[dir="rtl"],
.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing,
[dir="rtl"] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading {
    border-radius: 0;
}

.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing[dir="rtl"],
[dir="rtl"] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
    border-radius: 0;
}

.mdc-text-field--outlined .mdc-floating-label--float-above {
    transform: translateY(-37.25px) scale(1);
    font-size: 12px;
    font-size: 0.75rem;
}

.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    transform: translateY(-34.75px) scale(0.75);
    font-size: 16px;
    font-size: 1rem;
}

.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch {
    padding-top: 1px;
}

.mdc-text-field--outlined:after,
.mdc-text-field--outlined:before {
    content: none;
}

.mdc-text-field--outlined:not(.mdc-text-field--disabled) {
    background-color: transparent;
}

.mdc-text-field--outlined .mdc-text-field__input {
    display: flex;
    padding: 12px 16px 14px;
    border: none !important;
    background-color: transparent;
    z-index: 1;
}

.mdc-text-field--outlined .mdc-text-field__icon {
    z-index: 2;
}

.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline--notched .mdc-notched-outline__notch {
    padding-top: 2px;
}

.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__trailing {
    border-width: 2px;
}

.mdc-text-field--outlined.mdc-text-field--disabled {
    background-color: transparent;
}

.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__trailing {
    border-color: rgba(51, 51, 51, 0.06);
}

.mdc-text-field--outlined.mdc-text-field--disabled .mdc-text-field__input {
    border-bottom: none;
}

.mdc-text-field--outlined.mdc-text-field--dense {
    height: 48px;
}

.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above {
    transform: translateY(-134%) scale(1);
    font-size: 12.8px;
    font-size: 0.8rem;
}

.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    transform: translateY(-120%) scale(0.8);
    font-size: 16px;
    font-size: 1rem;
}

.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--shake {
    animation: A 0.25s 1;
}

.mdc-text-field--outlined.mdc-text-field--dense .mdc-text-field__input {
    padding: 12px 12px 7px;
}

.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label {
    top: 14px;
}

.mdc-text-field--outlined.mdc-text-field--dense .mdc-text-field__icon {
    top: 12px;
}

.mdc-text-field--with-leading-icon .mdc-text-field__icon {
    left: 16px;
    right: auto;
}

.mdc-text-field--with-leading-icon .mdc-text-field__icon[dir="rtl"],
[dir="rtl"] .mdc-text-field--with-leading-icon .mdc-text-field__icon {
    left: auto;
    right: 16px;
}

.mdc-text-field--with-leading-icon .mdc-text-field__input {
    padding-left: 48px;
    padding-right: 16px;
}

.mdc-text-field--with-leading-icon .mdc-text-field__input[dir="rtl"],
[dir="rtl"] .mdc-text-field--with-leading-icon .mdc-text-field__input {
    padding-left: 16px;
    padding-right: 48px;
}

.mdc-text-field--with-leading-icon .mdc-floating-label {
    left: 48px;
    right: auto;
}

.mdc-text-field--with-leading-icon .mdc-floating-label[dir="rtl"],
[dir="rtl"] .mdc-text-field--with-leading-icon .mdc-floating-label {
    left: auto;
    right: 48px;
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__icon {
    left: 16px;
    right: auto;
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__icon[dir="rtl"],
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__icon {
    left: auto;
    right: 16px;
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__input {
    padding-left: 48px;
    padding-right: 16px;
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__input[dir="rtl"],
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__input {
    padding-left: 16px;
    padding-right: 48px;
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above {
    transform: translateY(-37.25px) translateX(-32px) scale(1);
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above[dir="rtl"],
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above {
    transform: translateY(-37.25px) translateX(32px) scale(1);
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above {
    font-size: 12px;
    font-size: 0.75rem;
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    transform: translateY(-34.75px) translateX(-32px) scale(0.75);
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir="rtl"],
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir="rtl"],
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    transform: translateY(-34.75px) translateX(32px) scale(0.75);
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    font-size: 16px;
    font-size: 1rem;
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir="rtl"] .mdc-floating-label--shake,
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake {
    animation: C 0.25s 1;
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label {
    left: 36px;
    right: auto;
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label[dir="rtl"],
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label {
    left: auto;
    right: 36px;
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above {
    transform: translateY(-134%) translateX(-21px) scale(1);
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above[dir="rtl"],
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above {
    transform: translateY(-134%) translateX(21px) scale(1);
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above {
    font-size: 12.8px;
    font-size: 0.8rem;
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    transform: translateY(-120%) translateX(-21px) scale(0.8);
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir="rtl"],
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir="rtl"],
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    transform: translateY(-120%) translateX(21px) scale(0.8);
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    font-size: 16px;
    font-size: 1rem;
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--shake {
    animation: B 0.25s 1;
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense[dir="rtl"] .mdc-floating-label--shake,
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--shake {
    animation: D 0.25s 1;
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label {
    left: 32px;
    right: auto;
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label[dir="rtl"],
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label {
    left: auto;
    right: 32px;
}

.mdc-text-field--with-trailing-icon .mdc-text-field__icon {
    left: auto;
    right: 12px;
}

.mdc-text-field--with-trailing-icon .mdc-text-field__icon[dir="rtl"],
[dir="rtl"] .mdc-text-field--with-trailing-icon .mdc-text-field__icon {
    left: 12px;
    right: auto;
}

.mdc-text-field--with-trailing-icon .mdc-text-field__input {
    padding-left: 16px;
    padding-right: 48px;
}

.mdc-text-field--with-trailing-icon .mdc-text-field__input[dir="rtl"],
[dir="rtl"] .mdc-text-field--with-trailing-icon .mdc-text-field__input {
    padding-left: 48px;
    padding-right: 16px;
}

.mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__icon {
    left: auto;
    right: 16px;
}

.mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__icon[dir="rtl"],
[dir="rtl"] .mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__icon {
    left: 16px;
    right: auto;
}

.mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__input {
    padding-left: 16px;
    padding-right: 48px;
}

.mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__input[dir="rtl"],
[dir="rtl"] .mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__input {
    padding-left: 48px;
    padding-right: 16px;
}

.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon {
    left: 16px;
    right: auto;
}

.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon[dir="rtl"],
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon {
    left: auto;
    right: 16px;
}

.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon~.mdc-text-field__icon {
    right: 12px;
    left: auto;
}

.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon~.mdc-text-field__icon[dir="rtl"],
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon~.mdc-text-field__icon {
    right: auto;
    left: 12px;
}

.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__input,
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__input[dir="rtl"],
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__input {
    padding-left: 48px;
    padding-right: 48px;
}

.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon,
.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon {
    bottom: 16px;
    transform: scale(0.8);
}

.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon {
    left: 12px;
    right: auto;
}

.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon[dir="rtl"],
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon {
    left: auto;
    right: 12px;
}

.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__input {
    padding-left: 44px;
    padding-right: 16px;
}

.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__input[dir="rtl"],
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__input {
    padding-left: 16px;
    padding-right: 44px;
}

.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-floating-label {
    left: 44px;
    right: auto;
}

.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-floating-label[dir="rtl"],
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-floating-label {
    left: auto;
    right: 44px;
}

.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon {
    left: auto;
    right: 12px;
}

.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon[dir="rtl"],
[dir="rtl"] .mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon {
    left: 12px;
    right: auto;
}

.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input {
    padding-left: 16px;
    padding-right: 44px;
}

.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input[dir="rtl"],
[dir="rtl"] .mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input {
    padding-left: 44px;
    padding-right: 16px;
}

.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon {
    left: 12px;
    right: auto;
}

.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon[dir="rtl"],
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon~.mdc-text-field__icon,
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon {
    left: auto;
    right: 12px;
}

.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon~.mdc-text-field__icon[dir="rtl"],
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon~.mdc-text-field__icon {
    right: auto;
    left: 12px;
}

.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input,
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input[dir="rtl"],
[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input {
    padding-left: 44px;
    padding-right: 44px;
}

.mdc-text-field--dense .mdc-floating-label--float-above {
    transform: translateY(-70%) scale(0.8);
}

.mdc-text-field--dense .mdc-floating-label--shake {
    animation: y 0.25s 1;
}

.mdc-text-field--dense .mdc-text-field__input {
    padding: 12px 12px 0;
}

.mdc-text-field--dense .mdc-floating-label,
.mdc-text-field--dense .mdc-floating-label--float-above {
    font-size: 13.008px;
    font-size: 0.813rem;
}

.mdc-text-field__input:required~.mdc-floating-label:after,
.mdc-text-field__input:required~.mdc-notched-outline .mdc-floating-label:after {
    margin-left: 1px;
    content: "*";
}

.mdc-text-field--textarea {
    display: inline-flex;
    width: auto;
    height: auto;
    transition: none;
    overflow: visible;
}

.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
    border-color: rgba(51, 51, 51, 0.38);
}

.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__trailing,
.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__trailing {
    border-color: rgba(51, 51, 51, 0.87);
}

.mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
    border-color: #023e84;
    border-color: var(--mdc-theme-primary, #023e84);
}

.mdc-text-field--textarea .mdc-floating-label--shake {
    animation: E 0.25s 1;
}

.mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__leading {
    border-radius: 0;
}

.mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__leading[dir="rtl"],
.mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__trailing,
[dir="rtl"] .mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__leading {
    border-radius: 0;
}

.mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__trailing[dir="rtl"],
[dir="rtl"] .mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__trailing {
    border-radius: 0;
}

.mdc-text-field--textarea:after,
.mdc-text-field--textarea:before {
    content: none;
}

.mdc-text-field--textarea:not(.mdc-text-field--disabled) {
    background-color: transparent;
}

.mdc-text-field--textarea .mdc-floating-label--float-above {
    transform: translateY(-144%) scale(1);
    font-size: 12px;
    font-size: 0.75rem;
}

.mdc-text-field--textarea.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--textarea .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    transform: translateY(-130%) scale(0.75);
    font-size: 16px;
    font-size: 1rem;
}

.mdc-text-field--textarea .mdc-text-field-character-counter {
    left: auto;
    right: 16px;
    position: absolute;
    bottom: 13px;
}

.mdc-text-field--textarea .mdc-text-field-character-counter[dir="rtl"],
[dir="rtl"] .mdc-text-field--textarea .mdc-text-field-character-counter {
    left: 16px;
    right: auto;
}

.mdc-text-field--textarea .mdc-text-field__input {
    align-self: auto;
    box-sizing: border-box;
    height: auto;
    margin: 8px 1px 1px 0;
    padding: 0 16px 16px;
    border: none;
    line-height: 28px;
    line-height: 1.75rem;
}

.mdc-text-field--textarea .mdc-text-field-character-counter+.mdc-text-field__input {
    margin-bottom: 28px;
    padding-bottom: 0;
}

.mdc-text-field--textarea .mdc-floating-label {
    top: 17px;
    width: auto;
    pointer-events: none;
}

.mdc-text-field--textarea .mdc-floating-label:not(.mdc-floating-label--float-above) {
    transform: none;
}

.mdc-text-field--textarea.mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--focused .mdc-notched-outline__trailing {
    border-width: 2px;
}

.mdc-text-field--fullwidth {
    width: 100%;
}

.mdc-text-field--fullwidth:not(.mdc-text-field--textarea) {
    display: block;
}

.mdc-text-field--fullwidth:not(.mdc-text-field--textarea):after,
.mdc-text-field--fullwidth:not(.mdc-text-field--textarea):before {
    content: none;
}

.mdc-text-field--fullwidth:not(.mdc-text-field--textarea):not(.mdc-text-field--disabled) {
    background-color: transparent;
}

.mdc-text-field--fullwidth:not(.mdc-text-field--textarea) .mdc-text-field__input {
    padding: 0;
}

.mdc-text-field--fullwidth.mdc-text-field--textarea .mdc-text-field__input {
    resize: vertical;
}

.mdc-text-field--fullwidth.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--textarea) {
    border-bottom-color: #b00020;
    border-bottom-color: var(--mdc-theme-error, #b00020);
}

.mdc-text-field-helper-line {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.mdc-text-field--dense+.mdc-text-field-helper-line {
    margin-bottom: 4px;
}

.mdc-text-field+.mdc-text-field-helper-line {
    padding-right: 16px;
    padding-left: 16px;
}

.mdc-form-field>.mdc-text-field+label {
    align-self: flex-start;
}

.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
    color: rgba(2, 62, 132, 0.87);
}

.mdc-text-field--focused+.mdc-text-field-helper-line .mdc-text-field-helper-text:not(.mdc-text-field-helper-text--validation-msg) {
    opacity: 1;
}

.mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
    border-color: #023e84;
    border-color: var(--mdc-theme-primary, #023e84);
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input,
.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input:hover {
    border-bottom-color: #b00020;
    border-bottom-color: var(--mdc-theme-error, #b00020);
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple {
    background-color: #b00020;
    background-color: var(--mdc-theme-error, #b00020);
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,
.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
    color: #b00020;
    color: var(--mdc-theme-error, #b00020);
}

.mdc-text-field--invalid .mdc-text-field__input {
    caret-color: #b00020;
    caret-color: var(--mdc-theme-error, #b00020);
}

.mdc-text-field--invalid.mdc-text-field--with-trailing-icon.mdc-text-field--with-leading-icon:not(.mdc-text-field--disabled) .mdc-text-field__icon~.mdc-text-field__icon,
.mdc-text-field--invalid.mdc-text-field--with-trailing-icon:not(.mdc-text-field--with-leading-icon):not(.mdc-text-field--disabled) .mdc-text-field__icon {
    color: #b00020;
    color: var(--mdc-theme-error, #b00020);
}

.mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
    opacity: 1;
}

.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__trailing,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__trailing,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__trailing,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__trailing {
    border-color: #b00020;
    border-color: var(--mdc-theme-error, #b00020);
}

.mdc-text-field--disabled {
    background-color: #fbfbfb;
    border-bottom: none;
    pointer-events: none;
}

.mdc-text-field--disabled .mdc-text-field__input {
    border-bottom-color: rgba(51, 51, 51, 0.06);
    color: rgba(51, 51, 51, 0.37);
}

.mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-character-counter,
.mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-helper-text,
.mdc-text-field--disabled .mdc-floating-label,
.mdc-text-field--disabled .mdc-text-field-character-counter {
    color: rgba(51, 51, 51, 0.37);
}

.mdc-text-field--disabled .mdc-text-field__icon {
    color: rgba(51, 51, 51, 0.3);
}

.mdc-text-field--disabled:not(.mdc-text-field--textarea) {
    border-bottom-color: rgba(51, 51, 51, 0.12);
}

.mdc-text-field--disabled .mdc-floating-label {
    cursor: default;
}

.mdc-text-field--textarea.mdc-text-field--disabled {
    background-color: transparent;
    background-color: #f9f9f9;
}

.mdc-text-field--textarea.mdc-text-field--disabled .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--disabled .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--disabled .mdc-notched-outline__trailing {
    border-color: rgba(51, 51, 51, 0.06);
}

.mdc-text-field--textarea.mdc-text-field--disabled .mdc-text-field__input {
    border-bottom: none;
}

@keyframes y {
    0% {
        transform: translateX(0%) translateY(-70%) scale(0.8);
    }
    33% {
        animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
        transform: translateX(4%) translateY(-70%) scale(0.8);
    }
    66% {
        animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
        transform: translateX(-4%) translateY(-70%) scale(0.8);
    }
    to {
        transform: translateX(0%) translateY(-70%) scale(0.8);
    }
}

@keyframes z {
    0% {
        transform: translateX(0%) translateY(-34.75px) scale(0.75);
    }
    33% {
        animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
        transform: translateX(4%) translateY(-34.75px) scale(0.75);
    }
    66% {
        animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
        transform: translateX(-4%) translateY(-34.75px) scale(0.75);
    }
    to {
        transform: translateX(0%) translateY(-34.75px) scale(0.75);
    }
}

@keyframes A {
    0% {
        transform: translateX(0%) translateY(-120%) scale(0.8);
    }
    33% {
        animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
        transform: translateX(4%) translateY(-120%) scale(0.8);
    }
    66% {
        animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
        transform: translateX(-4%) translateY(-120%) scale(0.8);
    }
    to {
        transform: translateX(0%) translateY(-120%) scale(0.8);
    }
}

@keyframes B {
    0% {
        transform: translateX(-21px) translateY(-120%) scale(0.8);
    }
    33% {
        animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
        transform: translateX(calc(4% - 21px)) translateY(-120%) scale(0.8);
    }
    66% {
        animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
        transform: translateX(calc(-4% - 21px)) translateY(-120%) scale(0.8);
    }
    to {
        transform: translateX(-21px) translateY(-120%) scale(0.8);
    }
}

@keyframes C {
    0% {
        transform: translateX(0) translateY(-34.75px) scale(0.75);
    }
    33% {
        animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
        transform: translateX(4%) translateY(-34.75px) scale(0.75);
    }
    66% {
        animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
        transform: translateX(-4%) translateY(-34.75px) scale(0.75);
    }
    to {
        transform: translateX(0) translateY(-34.75px) scale(0.75);
    }
}

@keyframes D {
    0% {
        transform: translateX(21px) translateY(-120%) scale(0.8);
    }
    33% {
        animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
        transform: translateX(calc(4% - -21px)) translateY(-120%) scale(0.8);
    }
    66% {
        animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
        transform: translateX(calc(-4% - -21px)) translateY(-120%) scale(0.8);
    }
    to {
        transform: translateX(21px) translateY(-120%) scale(0.8);
    }
}

@keyframes E {
    0% {
        transform: translateX(0%) translateY(-130%) scale(0.75);
    }
    33% {
        animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
        transform: translateX(4%) translateY(-130%) scale(0.75);
    }
    66% {
        animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
        transform: translateX(-4%) translateY(-130%) scale(0.75);
    }
    to {
        transform: translateX(0%) translateY(-130%) scale(0.75);
    }
}

.mdc-text-field-helper-text {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-weight: 400;
    letter-spacing: 0.03333em;
    text-decoration: inherit;
    text-transform: inherit;
    display: block;
    margin-top: 0;
    line-height: normal;
    margin: 0;
    transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    will-change: opacity;
}

.mdc-text-field-helper-text:before {
    display: inline-block;
    width: 0;
    height: 16px;
    content: "";
    vertical-align: 0;
}

.mdc-text-field-helper-text--persistent {
    transition: none;
    opacity: 1;
    will-change: auto;
}

.mdc-top-app-bar {
    background-color: #023e84;
    background-color: var(--mdc-theme-primary, #023e84);
    color: #fff;
    display: flex;
    position: fixed;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    z-index: 4;
}

.mdc-top-app-bar .mdc-top-app-bar__action-item,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon {
    color: #fff;
    color: var(--mdc-theme-on-primary, #fff);
}

.mdc-top-app-bar .mdc-top-app-bar__action-item:after,
.mdc-top-app-bar .mdc-top-app-bar__action-item:before,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:after,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:before {
    background-color: #fff;
}

@supports not (-ms-ime-align: auto) {
    .mdc-top-app-bar .mdc-top-app-bar__action-item:after,
    .mdc-top-app-bar .mdc-top-app-bar__action-item:before,
    .mdc-top-app-bar .mdc-top-app-bar__navigation-icon:after,
    .mdc-top-app-bar .mdc-top-app-bar__navigation-icon:before {
        background-color: var(--mdc-theme-on-primary, #fff);
    }
}

.mdc-top-app-bar .mdc-top-app-bar__action-item:hover:before,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:hover:before {
    opacity: 0.08;
}

.mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-upgraded--background-focused:before,
.mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):focus:before,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded--background-focused:before,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):focus:before {
    transition-duration: 75ms;
    opacity: 0.24;
}

.mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):after,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):after {
    transition: opacity 0.15s linear;
}

.mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):active:after,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: 0.24;
}

.mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-upgraded,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.24;
}

.mdc-top-app-bar__row {
    display: flex;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 64px;
}

.mdc-top-app-bar__section {
    display: inline-flex;
    flex: 1 1 auto;
    align-items: center;
    min-width: 0;
    padding: 8px 12px;
    z-index: 1;
}

.mdc-top-app-bar__section--align-start {
    justify-content: flex-start;
    order: -1;
}

.mdc-top-app-bar__section--align-end {
    justify-content: flex-end;
    order: 1;
}

.mdc-top-app-bar__title {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 2rem;
    font-weight: 500;
    letter-spacing: 0.0125em;
    text-decoration: inherit;
    text-transform: inherit;
    padding-left: 20px;
    padding-right: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    z-index: 1;
}

.mdc-top-app-bar__title[dir="rtl"],
[dir="rtl"] .mdc-top-app-bar__title {
    padding-left: 0;
    padding-right: 20px;
}

.mdc-top-app-bar--short-collapsed {
    border-radius: 0;
}

.mdc-top-app-bar--short-collapsed[dir="rtl"],
[dir="rtl"] .mdc-top-app-bar--short-collapsed {
    border-radius: 0;
}

.mdc-top-app-bar--short {
    top: 0;
    right: auto;
    left: 0;
    width: 100%;
    transition: width 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.mdc-top-app-bar--short[dir="rtl"],
[dir="rtl"] .mdc-top-app-bar--short {
    right: 0;
    left: auto;
}

.mdc-top-app-bar--short .mdc-top-app-bar__row {
    height: 56px;
}

.mdc-top-app-bar--short .mdc-top-app-bar__section {
    padding: 4px;
}

.mdc-top-app-bar--short .mdc-top-app-bar__title {
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 1;
}

.mdc-top-app-bar--short-collapsed {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
    width: 56px;
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.mdc-top-app-bar--short-collapsed .mdc-top-app-bar__title {
    display: none;
}

.mdc-top-app-bar--short-collapsed .mdc-top-app-bar__action-item {
    transition: padding 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item {
    width: 112px;
}

.mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item .mdc-top-app-bar__section--align-end {
    padding-left: 0;
    padding-right: 12px;
}

.mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item .mdc-top-app-bar__section--align-end[dir="rtl"],
[dir="rtl"] .mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item .mdc-top-app-bar__section--align-end {
    padding-left: 12px;
    padding-right: 0;
}

.mdc-top-app-bar--dense .mdc-top-app-bar__row {
    height: 48px;
}

.mdc-top-app-bar--dense .mdc-top-app-bar__section {
    padding: 0 4px;
}

.mdc-top-app-bar--dense .mdc-top-app-bar__title {
    padding-left: 12px;
    padding-right: 0;
}

.mdc-top-app-bar--dense .mdc-top-app-bar__title[dir="rtl"],
[dir="rtl"] .mdc-top-app-bar--dense .mdc-top-app-bar__title {
    padding-left: 0;
    padding-right: 12px;
}

.mdc-top-app-bar--prominent .mdc-top-app-bar__row {
    height: 128px;
}

.mdc-top-app-bar--prominent .mdc-top-app-bar__title {
    align-self: flex-end;
    padding-bottom: 2px;
}

.mdc-top-app-bar--prominent .mdc-top-app-bar__action-item,
.mdc-top-app-bar--prominent .mdc-top-app-bar__navigation-icon {
    align-self: flex-start;
}

.mdc-top-app-bar--fixed {
    transition: box-shadow 0.2s linear;
}

.mdc-top-app-bar--fixed-scrolled {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
    transition: box-shadow 0.2s linear;
}

.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__row {
    height: 96px;
}

.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__section {
    padding: 0 12px;
}

.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__title {
    padding-left: 20px;
    padding-right: 0;
    padding-bottom: 9px;
}

.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__title[dir="rtl"],
[dir="rtl"] .mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__title {
    padding-left: 0;
    padding-right: 20px;
}

.mdc-top-app-bar--fixed-adjust {
    padding-top: 64px;
}

.mdc-top-app-bar--dense-fixed-adjust {
    padding-top: 48px;
}

.mdc-top-app-bar--short-fixed-adjust {
    padding-top: 56px;
}

.mdc-top-app-bar--prominent-fixed-adjust {
    padding-top: 128px;
}

.mdc-top-app-bar--dense-prominent-fixed-adjust {
    padding-top: 96px;
}

@media (max-width: 599px) {
    .mdc-top-app-bar__row {
        height: 56px;
    }
    .mdc-top-app-bar__section {
        padding: 4px;
    }
    .mdc-top-app-bar--short {
        transition: width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .mdc-top-app-bar--short-collapsed {
        transition: width 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .mdc-top-app-bar--short-collapsed .mdc-top-app-bar__section--align-end {
        padding-left: 0;
        padding-right: 12px;
    }
    .mdc-top-app-bar--short-collapsed .mdc-top-app-bar__section--align-end[dir="rtl"],
    [dir="rtl"] .mdc-top-app-bar--short-collapsed .mdc-top-app-bar__section--align-end {
        padding-left: 12px;
        padding-right: 0;
    }
    .mdc-top-app-bar--prominent .mdc-top-app-bar__title {
        padding-bottom: 6px;
    }
    .mdc-top-app-bar--fixed-adjust {
        padding-top: 56px;
    }
}

.mdc-typography {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.mdc-typography--headline1 {
    font-size: 96px;
    font-size: 6rem;
    line-height: 96px;
    line-height: 6rem;
    letter-spacing: -0.01562em;
}

.mdc-typography--headline1,
.mdc-typography--headline2 {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
    text-decoration: inherit;
    text-transform: inherit;
}

.mdc-typography--headline2 {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 60px;
    line-height: 3.75rem;
    letter-spacing: -0.00833em;
}

.mdc-typography--headline3 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 50px;
    line-height: 3.125rem;
    letter-spacing: normal;
}

.mdc-typography--headline3,
.mdc-typography--headline4 {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    text-decoration: inherit;
    text-transform: inherit;
}

.mdc-typography--headline4 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 40px;
    line-height: 2.5rem;
    letter-spacing: 0.00735em;
}

.mdc-typography--headline5 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: normal;
}

.mdc-typography--headline5,
.mdc-typography--headline6 {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 32px;
    line-height: 2rem;
    text-decoration: inherit;
    text-transform: inherit;
}

.mdc-typography--headline6 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 0.0125em;
}

.mdc-typography--subtitle1 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 28px;
    line-height: 1.75rem;
    font-weight: 400;
    letter-spacing: 0.00937em;
}

.mdc-typography--subtitle1,
.mdc-typography--subtitle2 {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-decoration: inherit;
    text-transform: inherit;
}

.mdc-typography--subtitle2 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    line-height: 1.375rem;
    font-weight: 500;
    letter-spacing: 0.00714em;
}

.mdc-typography--body1 {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.03125em;
    text-decoration: inherit;
    text-transform: inherit;
}

.mdc-typography--body2 {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.01786em;
}

.mdc-typography--body2,
.mdc-typography--caption {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 20px;
    line-height: 1.25rem;
    font-weight: 400;
    text-decoration: inherit;
    text-transform: inherit;
}

.mdc-typography--caption {
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.03333em;
}

.mdc-typography--button {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 36px;
    line-height: 2.25rem;
    letter-spacing: 0.08929em;
}

.mdc-typography--button,
.mdc-typography--overline {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}

.mdc-typography--overline {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 32px;
    line-height: 2rem;
    letter-spacing: 0.16667em;
}

.gwvs-badge {
    border-radius: 0;
    height: 24px;
    height: 1.5rem;
    padding-top: 2px;
    position: absolute;
    text-align: center;
    top: 8px;
    top: 0.5rem;
    width: 24px;
    width: 1.5rem;
}

.gwvs-badge--right {
    right: 16px;
    right: 1rem;
}

.gwvs-badge--red {
    background: #b00020;
    color: #fff;
}

.gwvs-badge-icon {
    background-size: 32px 32px;
    display: inline-block;
    height: 32px;
    margin: 16px;
    margin: 1rem;
    width: 32px;
}

.icon-badge-beratungszertifikat-2019 {
    background-image: url(/images/icons/badge-beratungszertifikat-2019.svg);
}

@media screen and (max-width: 839px) {
    .icon-badge-beratungszertifikat-2019 {
        background-image: url(/images/telis/icons/badge-beratungszertifikat-2019.svg);
    }
}

.icon-badge-beratungszertifikat-2020 {
    background-image: url(/images/icons/badge-beratungszertifikat-2020.svg);
}

@media screen and (max-width: 839px) {
    .icon-badge-beratungszertifikat-2020 {
        background-image: url(/images/telis/icons/badge-beratungszertifikat-2020.svg);
    }
}

.icon-badge-beratungszertifikat-2021 {
    background-image: url(/images/icons/badge-beratungszertifikat-2021.svg);
}

@media screen and (max-width: 839px) {
    .icon-badge-beratungszertifikat-2021 {
        background-image: url(/images/telis/icons/badge-beratungszertifikat-2021.svg);
    }
}

.icon-badge-beratungszertifikat-2022 {
    background-image: url(/images/icons/badge-beratungszertifikat-2022.svg);
}

@media screen and (max-width: 839px) {
    .icon-badge-beratungszertifikat-2022 {
        background-image: url(/images/telis/icons/badge-beratungszertifikat-2022.svg);
    }
}

.icon-badge-beratungszertifikat-2023 {
    background-image: url(/images/icons/badge-beratungszertifikat-2023.svg);
}

@media screen and (max-width: 839px) {
    .icon-badge-beratungszertifikat-2023 {
        background-image: url(/images/telis/icons/badge-beratungszertifikat-2023.svg);
    }
}

.gwvs-bar {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    color: hsla(0, 0%, 100%, 0.6);
    height: 16px;
    height: 1rem;
    margin-bottom: 2px;
    margin-bottom: 0.125rem;
    width: 0;
}

.gwvs-bar--blue {
    background: linear-gradient(45deg, #003, #069);
}

.gwvs-bar--gray {
    background: linear-gradient(45deg, #888, #c6c5c5);
}

.gwvs-bar__value {
    flex: 1;
    text-align: right;
}

.gwvs-bar-container {
    position: relative;
}

.gwvs-bar-container .gwvs-bar {
    position: absolute;
}

.gwvs-bar-container--outline {
    border: 1px solid rgba(51, 51, 51, 0.42);
    height: 18px;
    height: 1.125rem;
    width: 100%;
}

.gwvs-button-bar {
    display: flex;
    flex-wrap: wrap;
    padding: 24px;
    padding: 1.5rem;
}

.gwvs-button-bar a,
.gwvs-button-bar button {
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
    margin-right: 8px;
    margin-right: 0.5rem;
}

.gwvs-button-bar .gwvs-button-bar--right {
    flex: 1;
    text-align: right;
}

.gwvs-button-bar .gwvs-button-bar--right>a {
    margin-right: 0;
}

.gwvs-button-bar.gwvs-button-bar--dense {
    padding: 0;
}

@media screen and (max-width: 839px) {
    .gwvs-button-bar {
        padding: 1rem;
    }
}

@media screen and (max-width: 640px) {
    .gwvs-button-bar {
        justify-content: center;
    }
    .gwvs-button-bar a,
    .gwvs-button-bar button {
        margin-bottom: 1rem;
        margin-right: 0;
        width: 80%;
    }
    .gwvs-button-bar .gwvs-button-bar--right {
        flex: unset;
        text-align: center;
        width: 100%;
    }
    .gwvs-button-bar.gwvs-button-bar--dense {
        flex-direction: column-reverse;
        text-align: center;
    }
}

.gwvs-button {
    background: linear-gradient(45deg, #003, #069);
    text-transform: none;
}

.gwvs-button--disabled {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.37);
    cursor: default;
    pointer-events: none;
}

.gwvs-button-transparent-blue {
    text-transform: none;
}

.gwvs-button-transparent-blue:not(:disabled) {
    color: hsla(0, 0%, 100%, 0.6);
    background-color: transparent;
}

.gwvs-button-transparent-blue:after,
.gwvs-button-transparent-blue:before {
    background-color: #fff;
}

@supports not (-ms-ime-align: auto) {
    .gwvs-button-transparent-blue:after,
    .gwvs-button-transparent-blue:before {
        background-color: var(--mdc-theme-surface, #fff);
    }
}

.gwvs-button-transparent-blue:hover:before {
    opacity: 0.08;
}

.gwvs-button-transparent-blue.mdc-ripple-upgraded--background-focused:before,
.gwvs-button-transparent-blue:not(.mdc-ripple-upgraded):focus:before {
    transition-duration: 75ms;
    opacity: 0.24;
}

.gwvs-button-transparent-blue:not(.mdc-ripple-upgraded):after {
    transition: opacity 0.15s linear;
}

.gwvs-button-transparent-blue:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: 0.24;
}

.gwvs-button-transparent-blue.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.24;
}

.gwvs-button-transparent-blue .mdc-button__ripple:after,
.gwvs-button-transparent-blue .mdc-button__ripple:before {
    background-color: #fff;
}

@supports not (-ms-ime-align: auto) {
    .gwvs-button-transparent-blue .mdc-button__ripple:after,
    .gwvs-button-transparent-blue .mdc-button__ripple:before {
        background-color: var(--mdc-theme-surface, #fff);
    }
}

.gwvs-button-transparent-blue .mdc-button__ripple:hover:before {
    opacity: 0.08;
}

.gwvs-button-transparent-blue .mdc-button__ripple.mdc-ripple-upgraded--background-focused:before,
.gwvs-button-transparent-blue .mdc-button__ripple:not(.mdc-ripple-upgraded):focus:before {
    transition-duration: 75ms;
    opacity: 0.24;
}

.gwvs-button-transparent-blue .mdc-button__ripple:not(.mdc-ripple-upgraded):after {
    transition: opacity 0.15s linear;
}

.gwvs-button-transparent-blue .mdc-button__ripple:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: 0.24;
}

.gwvs-button-transparent-blue .mdc-button__ripple.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.24;
}

.gwvs-button-transparent-white {
    text-transform: none;
}

.gwvs-button-transparent-white:not(:disabled) {
    color: hsla(0, 0%, 100%, 0.6);
    background-color: transparent;
}

.gwvs-button-transparent-white:after,
.gwvs-button-transparent-white:before {
    background-color: #fff;
}

@supports not (-ms-ime-align: auto) {
    .gwvs-button-transparent-white:after,
    .gwvs-button-transparent-white:before {
        background-color: var(--mdc-theme-surface, #fff);
    }
}

.gwvs-button-transparent-white:hover:before {
    opacity: 0.08;
}

.gwvs-button-transparent-white.mdc-ripple-upgraded--background-focused:before,
.gwvs-button-transparent-white:not(.mdc-ripple-upgraded):focus:before {
    transition-duration: 75ms;
    opacity: 0.24;
}

.gwvs-button-transparent-white:not(.mdc-ripple-upgraded):after {
    transition: opacity 0.15s linear;
}

.gwvs-button-transparent-white:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: 0.24;
}

.gwvs-button-transparent-white.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.24;
}

.gwvs-button-transparent-white .mdc-button__ripple:after,
.gwvs-button-transparent-white .mdc-button__ripple:before {
    background-color: #fff;
}

@supports not (-ms-ime-align: auto) {
    .gwvs-button-transparent-white .mdc-button__ripple:after,
    .gwvs-button-transparent-white .mdc-button__ripple:before {
        background-color: var(--mdc-theme-surface, #fff);
    }
}

.gwvs-button-transparent-white .mdc-button__ripple:hover:before {
    opacity: 0.08;
}

.gwvs-button-transparent-white .mdc-button__ripple.mdc-ripple-upgraded--background-focused:before,
.gwvs-button-transparent-white .mdc-button__ripple:not(.mdc-ripple-upgraded):focus:before {
    transition-duration: 75ms;
    opacity: 0.24;
}

.gwvs-button-transparent-white .mdc-button__ripple:not(.mdc-ripple-upgraded):after {
    transition: opacity 0.15s linear;
}

.gwvs-button-transparent-white .mdc-button__ripple:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: 0.24;
}

.gwvs-button-transparent-white .mdc-button__ripple.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.24;
}

.gwvs-button-transparent-black {
    text-transform: none;
}

.gwvs-button-transparent-black:not(:disabled) {
    color: rgba(51, 51, 51, 0.6);
    background-color: transparent;
}

.gwvs-button-transparent-black:after,
.gwvs-button-transparent-black:before {
    background-color: #333;
}

@supports not (-ms-ime-align: auto) {
    .gwvs-button-transparent-black:after,
    .gwvs-button-transparent-black:before {
        background-color: var(--mdc-theme-on-surface, #333);
    }
}

.gwvs-button-transparent-black:hover:before {
    opacity: 0.04;
}

.gwvs-button-transparent-black.mdc-ripple-upgraded--background-focused:before,
.gwvs-button-transparent-black:not(.mdc-ripple-upgraded):focus:before {
    transition-duration: 75ms;
    opacity: 0.12;
}

.gwvs-button-transparent-black:not(.mdc-ripple-upgraded):after {
    transition: opacity 0.15s linear;
}

.gwvs-button-transparent-black:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: 0.12;
}

.gwvs-button-transparent-black.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.12;
}

.gwvs-button-transparent-black .mdc-button__ripple:after,
.gwvs-button-transparent-black .mdc-button__ripple:before {
    background-color: #333;
}

@supports not (-ms-ime-align: auto) {
    .gwvs-button-transparent-black .mdc-button__ripple:after,
    .gwvs-button-transparent-black .mdc-button__ripple:before {
        background-color: var(--mdc-theme-on-surface, #333);
    }
}

.gwvs-button-transparent-black .mdc-button__ripple:hover:before {
    opacity: 0.04;
}

.gwvs-button-transparent-black .mdc-button__ripple.mdc-ripple-upgraded--background-focused:before,
.gwvs-button-transparent-black .mdc-button__ripple:not(.mdc-ripple-upgraded):focus:before {
    transition-duration: 75ms;
    opacity: 0.12;
}

.gwvs-button-transparent-black .mdc-button__ripple:not(.mdc-ripple-upgraded):after {
    transition: opacity 0.15s linear;
}

.gwvs-button-transparent-black .mdc-button__ripple:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: 0.12;
}

.gwvs-button-transparent-black .mdc-button__ripple.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.12;
}

.gwvs-button-top-app-bar {
    text-transform: none;
}

.gwvs-button-top-app-bar:not(:disabled) {
    color: rgba(51, 51, 51, 0.87);
    background-color: transparent;
}

.gwvs-button-top-app-bar:after,
.gwvs-button-top-app-bar:before {
    background-color: #333;
}

@supports not (-ms-ime-align: auto) {
    .gwvs-button-top-app-bar:after,
    .gwvs-button-top-app-bar:before {
        background-color: var(--mdc-theme-on-surface, #333);
    }
}

.gwvs-button-top-app-bar:hover:before {
    opacity: 0.04;
}

.gwvs-button-top-app-bar.mdc-ripple-upgraded--background-focused:before,
.gwvs-button-top-app-bar:not(.mdc-ripple-upgraded):focus:before {
    transition-duration: 75ms;
    opacity: 0.12;
}

.gwvs-button-top-app-bar:not(.mdc-ripple-upgraded):after {
    transition: opacity 0.15s linear;
}

.gwvs-button-top-app-bar:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: 0.12;
}

.gwvs-button-top-app-bar.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.12;
}

.gwvs-button-top-app-bar .mdc-button__ripple:after,
.gwvs-button-top-app-bar .mdc-button__ripple:before {
    background-color: #333;
}

@supports not (-ms-ime-align: auto) {
    .gwvs-button-top-app-bar .mdc-button__ripple:after,
    .gwvs-button-top-app-bar .mdc-button__ripple:before {
        background-color: var(--mdc-theme-on-surface, #333);
    }
}

.gwvs-button-top-app-bar .mdc-button__ripple:hover:before {
    opacity: 0.04;
}

.gwvs-button-top-app-bar .mdc-button__ripple.mdc-ripple-upgraded--background-focused:before,
.gwvs-button-top-app-bar .mdc-button__ripple:not(.mdc-ripple-upgraded):focus:before {
    transition-duration: 75ms;
    opacity: 0.12;
}

.gwvs-button-top-app-bar .mdc-button__ripple:not(.mdc-ripple-upgraded):after {
    transition: opacity 0.15s linear;
}

.gwvs-button-top-app-bar .mdc-button__ripple:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: 0.12;
}

.gwvs-button-top-app-bar .mdc-button__ripple.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.12;
}

.gwvs-button-white:not(:disabled) {
    color: #000;
    color: var(--mdc-theme-on-surface, #333);
    background-color: var(--primary);
}

.gwvs-button-white:after,
.gwvs-button-white:before {
    background-color: #023e84;
}

@supports not (-ms-ime-align: auto) {
    .gwvs-button-white:after,
    .gwvs-button-white:before {
        background-color: var(--mdc-theme-primary, #023e84);
    }
}

.gwvs-button-white:hover:before {
    opacity: 0.04;
}

.gwvs-button-white.mdc-ripple-upgraded--background-focused:before,
.gwvs-button-white:not(.mdc-ripple-upgraded):focus:before {
    transition-duration: 75ms;
    opacity: 0.12;
}

.gwvs-button-white:not(.mdc-ripple-upgraded):after {
    transition: opacity 0.15s linear;
}

.gwvs-button-white:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: 0.12;
}

.gwvs-button-white.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.12;
}

.gwvs-button-white .mdc-button__ripple:after,
.gwvs-button-white .mdc-button__ripple:before {
    background-color: #023e84;
}

@supports not (-ms-ime-align: auto) {
    .gwvs-button-white .mdc-button__ripple:after,
    .gwvs-button-white .mdc-button__ripple:before {
        background-color: var(--mdc-theme-primary, #023e84);
    }
}

.gwvs-button-white .mdc-button__ripple:hover:before {
    opacity: 0.04;
}

.gwvs-button-white .mdc-button__ripple.mdc-ripple-upgraded--background-focused:before,
.gwvs-button-white .mdc-button__ripple:not(.mdc-ripple-upgraded):focus:before {
    transition-duration: 75ms;
    opacity: 0.12;
}

.gwvs-button-white .mdc-button__ripple:not(.mdc-ripple-upgraded):after {
    transition: opacity 0.15s linear;
}

.gwvs-button-white .mdc-button__ripple:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: 0.12;
}

.gwvs-button-white .mdc-button__ripple.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.12;
}

.gwvs-button-secondary {
    text-transform: none;
}

.gwvs-button-secondary:not(:disabled) {
    color: #006fba;
}

.gwvs-button-secondary:after,
.gwvs-button-secondary:before {
    background-color: #006fba;
}

@supports not (-ms-ime-align: auto) {
    .gwvs-button-secondary:after,
    .gwvs-button-secondary:before {
        background-color: var(--mdc-theme-secondary, #006fba);
    }
}

.gwvs-button-secondary:hover:before {
    opacity: 0.04;
}

.gwvs-button-secondary.mdc-ripple-upgraded--background-focused:before,
.gwvs-button-secondary:not(.mdc-ripple-upgraded):focus:before {
    transition-duration: 75ms;
    opacity: 0.12;
}

.gwvs-button-secondary:not(.mdc-ripple-upgraded):after {
    transition: opacity 0.15s linear;
}

.gwvs-button-secondary:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: 0.12;
}

.gwvs-button-secondary.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.12;
}

.gwvs-button-secondary .mdc-button__ripple:after,
.gwvs-button-secondary .mdc-button__ripple:before {
    background-color: #006fba;
}

@supports not (-ms-ime-align: auto) {
    .gwvs-button-secondary .mdc-button__ripple:after,
    .gwvs-button-secondary .mdc-button__ripple:before {
        background-color: var(--mdc-theme-secondary, #006fba);
    }
}

.gwvs-button-secondary .mdc-button__ripple:hover:before {
    opacity: 0.04;
}

.gwvs-button-secondary .mdc-button__ripple.mdc-ripple-upgraded--background-focused:before,
.gwvs-button-secondary .mdc-button__ripple:not(.mdc-ripple-upgraded):focus:before {
    transition-duration: 75ms;
    opacity: 0.12;
}

.gwvs-button-secondary .mdc-button__ripple:not(.mdc-ripple-upgraded):after {
    transition: opacity 0.15s linear;
}

.gwvs-button-secondary .mdc-button__ripple:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: 0.12;
}

.gwvs-button-secondary .mdc-button__ripple.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.12;
}

.gwvs-button-error {
    text-transform: none;
}

.gwvs-button-error:not(:disabled) {
    color: #b00020;
}

.gwvs-button-error:after,
.gwvs-button-error:before {
    background-color: #b00020;
}

@supports not (-ms-ime-align: auto) {
    .gwvs-button-error:after,
    .gwvs-button-error:before {
        background-color: var(--mdc-theme-error, #b00020);
    }
}

.gwvs-button-error:hover:before {
    opacity: 0.04;
}

.gwvs-button-error.mdc-ripple-upgraded--background-focused:before,
.gwvs-button-error:not(.mdc-ripple-upgraded):focus:before {
    transition-duration: 75ms;
    opacity: 0.12;
}

.gwvs-button-error:not(.mdc-ripple-upgraded):after {
    transition: opacity 0.15s linear;
}

.gwvs-button-error:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: 0.12;
}

.gwvs-button-error.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.12;
}

.gwvs-button-error .mdc-button__ripple:after,
.gwvs-button-error .mdc-button__ripple:before {
    background-color: #b00020;
}

@supports not (-ms-ime-align: auto) {
    .gwvs-button-error .mdc-button__ripple:after,
    .gwvs-button-error .mdc-button__ripple:before {
        background-color: var(--mdc-theme-error, #b00020);
    }
}

.gwvs-button-error .mdc-button__ripple:hover:before {
    opacity: 0.04;
}

.gwvs-button-error .mdc-button__ripple.mdc-ripple-upgraded--background-focused:before,
.gwvs-button-error .mdc-button__ripple:not(.mdc-ripple-upgraded):focus:before {
    transition-duration: 75ms;
    opacity: 0.12;
}

.gwvs-button-error .mdc-button__ripple:not(.mdc-ripple-upgraded):after {
    transition: opacity 0.15s linear;
}

.gwvs-button-error .mdc-button__ripple:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: 0.12;
}

.gwvs-button-error .mdc-button__ripple.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.12;
}

.gwvs-button-card-list {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.00937em;
    text-transform: none;
}

.gwvs-button-card-list:not(:disabled) {
    color: #023e84;
}

.gwvs-button-card-list:after,
.gwvs-button-card-list:before {
    background-color: #023e84;
}

@supports not (-ms-ime-align: auto) {
    .gwvs-button-card-list:after,
    .gwvs-button-card-list:before {
        background-color: var(--mdc-theme-primary, #023e84);
    }
}

.gwvs-button-card-list:hover:before {
    opacity: 0.04;
}

.gwvs-button-card-list.mdc-ripple-upgraded--background-focused:before,
.gwvs-button-card-list:not(.mdc-ripple-upgraded):focus:before {
    transition-duration: 75ms;
    opacity: 0.12;
}

.gwvs-button-card-list:not(.mdc-ripple-upgraded):after {
    transition: opacity 0.15s linear;
}

.gwvs-button-card-list:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: 0.12;
}

.gwvs-button-card-list.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.12;
}

.gwvs-button-card-list .mdc-button__ripple:after,
.gwvs-button-card-list .mdc-button__ripple:before {
    background-color: #023e84;
}

@supports not (-ms-ime-align: auto) {
    .gwvs-button-card-list .mdc-button__ripple:after,
    .gwvs-button-card-list .mdc-button__ripple:before {
        background-color: var(--mdc-theme-primary, #023e84);
    }
}

.gwvs-button-card-list .mdc-button__ripple:hover:before {
    opacity: 0.04;
}

.gwvs-button-card-list .mdc-button__ripple.mdc-ripple-upgraded--background-focused:before,
.gwvs-button-card-list .mdc-button__ripple:not(.mdc-ripple-upgraded):focus:before {
    transition-duration: 75ms;
    opacity: 0.12;
}

.gwvs-button-card-list .mdc-button__ripple:not(.mdc-ripple-upgraded):after {
    transition: opacity 0.15s linear;
}

.gwvs-button-card-list .mdc-button__ripple:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: 0.12;
}

.gwvs-button-card-list .mdc-button__ripple.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.12;
}

.gwvs-button__icon {
    background-position: 50%;
    background-repeat: no-repeat;
}

@media screen and (max-width: 640px) {
    .gwvs-button-card-list {
        font-size: 0.875rem;
    }
}

.gwvs-card {
    height: 100%;
}

.gwvs-card.gwvs-card--flat {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
}

.gwvs-card.gwvs-card--tablet {
    background-color: transparent;
    box-shadow: none;
}

.gwvs-card.gwvs-card--error {
    background-color: #ffcdd2;
}

.gwvs-card.gwvs-card--error .gwvs-card__text--primary {
    color: #b00020;
}

.gwvs-card.gwvs-card--warning {
    background-color: #fff9c4;
}

.gwvs-card.gwvs-card--warning .gwvs-card__text--primary {
    color: #4c4a3a;
}

.gwvs-card.gwvs-card--success {
    background-color: #c8e6c9;
}

.gwvs-card.gwvs-card--success .gwvs-card__text--primary {
    color: #1b5e20;
}

.gwvs-card.gwvs-card--scroll {
    border: 1px solid rgba(0, 0, 0, 0.54);
    height: 240px;
    overflow: scroll;
}

.gwvs-card a {
    color: #333;
    text-decoration: none;
}

.gwvs-card a:hover {
    opacity: 0.6;
}

.gwvs-card .gwvs-bar {
    color: hsla(0, 0%, 100%, 0.8);
    display: inline-flex;
    font-size: 12px;
    font-size: 0.75rem;
    height: 16px;
    height: 1rem;
    line-height: 16px;
    line-height: 1rem;
    margin-bottom: 4px;
    margin-bottom: 0.25rem;
    padding: 0 8px;
    padding: 0 0.5rem;
}

.gwvs-card :not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item:after,
.gwvs-card :not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item:before {
    background-color: #333;
}

@supports not (-ms-ime-align: auto) {
    .gwvs-card :not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item:after,
    .gwvs-card :not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item:before {
        background-color: var(--mdc-theme-on-surface, #333);
    }
}

.gwvs-card :not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item:hover:before {
    opacity: 0.04;
}

.gwvs-card :not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--background-focused:before,
.gwvs-card :not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):focus:before {
    transition-duration: 75ms;
    opacity: 0.12;
}

.gwvs-card :not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):after {
    transition: opacity 0.15s linear;
}

.gwvs-card :not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: 0.12;
}

.gwvs-card :not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.12;
}

.gwvs-card .gwvs-card__headline--min-height {
    min-height: 40px;
    min-height: 2.5rem;
}

.gwvs-card .gwvs-card__headline,
.gwvs-card .gwvs-card__headline--underline {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 20px;
    line-height: 1.25rem;
    color: #023e84;
}

.gwvs-card .gwvs-card__text {
    font-weight: 400;
}

.gwvs-card .gwvs-card__text,
.gwvs-card .gwvs-card__text--bold {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
    color: rgba(0, 0, 0, 0.54);
    letter-spacing: 0.01786em;
}

.gwvs-card .gwvs-card__text--bold {
    font-weight: 700;
}

.gwvs-card .gwvs-card__text--primary {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 20px;
    line-height: 1.25rem;
    color: #023e84;
    letter-spacing: 0.00937em;
}

.gwvs-card .gwvs-card__text--secondary {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 18px;
    line-height: 1.125rem;
    color: #006fba;
    letter-spacing: 0.01786em;
}

.gwvs-card .gwvs-card__headline-icon {
    background-size: 24px 24px;
    display: block;
    float: right;
    height: 24px;
    width: 24px;
}

.gwvs-card .gwvs-card-layout {
    height: 100%;
    padding: 16px;
    padding: 1rem;
}

.gwvs-card .gwvs-card-layout--top {
    height: 100%;
    padding-top: 16px;
    padding-top: 1rem;
}

.gwvs-card .gwvs-card-layout--top .gwvs-card__headline {
    padding-left: 16px;
    padding-left: 1rem;
}

.gwvs-card .gwvs-card-layout--top .gwvs-card__headline-icon {
    margin-right: 16px;
    margin-right: 1rem;
}

.gwvs-card__list-container {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 32px;
    line-height: 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    display: flex;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
}

.gwvs-card__list-container__label {
    color: rgba(0, 0, 0, 0.54);
    font-weight: 300;
    letter-spacing: 0.01786em;
}

.gwvs-card__list-container__value,
.gwvs-card__list-container__value--secondary {
    color: #023e84;
    flex: 1;
    font-weight: 400;
    letter-spacing: 0.00937em;
    text-align: right;
}

.gwvs-card__list-container__value--secondary {
    color: rgba(0, 0, 0, 0.54);
}

.gwvs-card__list-container--borderless {
    border-bottom: none;
}

.gwvs-card__list-container.gwvs-card__list-container--summary {
    border-bottom: 3px solid rgba(0, 0, 0, 0.12);
    padding-top: 8px;
    padding-top: 0.5rem;
}

.gwvs-card__list-container.gwvs-card__list-container--summary .gwvs-card__list-container__label {
    font-weight: 400;
}

.gwvs-card__list-container.gwvs-card__list-container--summary .gwvs-card__list-container__value {
    font-weight: 700;
}

.gwvs-card__list-container.gwvs-card__list-container--desktop-only {
    display: flex;
}

.gwvs-card__list-container.gwvs-card__list-container--tablet {
    display: none;
}

.gwvs-card__headline--center,
.gwvs-card__headline--left,
.gwvs-card__headline--right {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 22px;
    line-height: 1.375rem;
    color: #023e84;
}

.gwvs-card__headline--right {
    text-align: right;
}

.gwvs-card__headline--center {
    text-align: center;
}

.gwvs-card__caption--minus {
    color: #b00020;
    font-weight: 400;
    margin-top: 4px;
    margin-top: 0.25rem;
}

.gwvs-card__caption--primary {
    color: #023e84;
    font-weight: 400;
    margin-top: 4px;
    margin-top: 0.25rem;
}

.gwvs-card__capton-headline {
    color: rgba(0, 0, 0, 0.54);
}

@media screen and (max-width: 1024px) {
    .gwvs-card .gwvs-card__headline--min-height {
        min-height: 2.25rem;
    }
    .gwvs-card .gwvs-card__headline,
    .gwvs-card .gwvs-card__headline--underline {
        font-size: 0.875rem;
        font-weight: 500;
        line-height: 1.125rem;
    }
    .gwvs-card__headline--center,
    .gwvs-card__headline--left,
    .gwvs-card__headline--right {
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.25rem;
    }
}

@media screen and (max-width: 839px) {
    .gwvs-card .gwvs-card__headline--underline {
        border-bottom: 1px solid #023e84;
        padding-bottom: 0.25rem;
    }
    .gwvs-card.gwvs-card--desktop-only {
        background-color: transparent;
        box-shadow: none;
    }
    .gwvs-card.gwvs-card--tablet {
        background-color: #fff;
        padding: 1rem;
    }
    .gwvs-card .gwvs-card__list-container.gwvs-card__list-container--desktop-only {
        display: none;
    }
    .gwvs-card .gwvs-card__list-container.gwvs-card__list-container--tablet {
        display: flex;
    }
}

@media screen and (max-width: 640px) {
    .gwvs-card .gwvs-card__headline,
    .gwvs-card .gwvs-card__headline--underline {
        font-size: 1rem;
        font-weight: 300;
        line-height: 1.25rem;
    }
    .gwvs-card .gwvs-card__text--primary {
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 1.125rem;
    }
    .gwvs-card .gwvs-card__text--secondary {
        font-size: 0.75rem;
        font-weight: 400;
        line-height: 1rem;
    }
}

@media screen and (max-width: 480px) {
    .gwvs-card .gwvs-card__headline--underline {
        font-size: 0.875rem;
        font-weight: 300;
        line-height: 1.125rem;
    }
    .gwvs-card .gwvs-card__text--secondary {
        margin-left: 2rem;
        margin-top: -0.375rem;
    }
    .gwvs-card .gwvs-card__headline-icon {
        float: left;
        margin-right: 0.5rem;
    }
    .gwvs-card .gwvs-card__list-container {
        font-size: 0.875rem;
        font-weight: 300;
        line-height: 1.625rem;
        margin-bottom: 0.5rem;
    }
}

@media screen and (max-width: 400px) {
    .gwvs-card .gwvs-card__headline--underline {
        font-size: 0.75rem;
        font-weight: 300;
        line-height: 1rem;
    }
}

@media screen and (max-width: 320px) {
    .gwvs-card .gwvs-card__headline--underline {
        font-size: 0.625rem;
        font-weight: 300;
        line-height: 0.875rem;
    }
}

.gwvs-checkbox-white .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate)~.mdc-checkbox__background {
    border-color: hsla(0, 0%, 100%, 0.6);
    background-color: transparent;
}

.gwvs-checkbox-white .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,
.gwvs-checkbox-white .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background {
    border-color: #006fba;
    background-color: #006fba;
}

@keyframes F {
    0% {
        border-color: hsla(0, 0%, 100%, 0.6);
        background-color: transparent;
    }
    50% {
        border-color: #006fba;
        background-color: #006fba;
    }
}

@keyframes G {
    0%,
    80% {
        border-color: #006fba;
        background-color: #006fba;
    }
    to {
        border-color: hsla(0, 0%, 100%, 0.6);
        background-color: transparent;
    }
}

.gwvs-checkbox-white.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,
.gwvs-checkbox-white.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background {
    animation-name: F;
}

.gwvs-checkbox-white.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,
.gwvs-checkbox-white.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background {
    animation-name: G;
}

.gwvs-checkbox-label--invalid {
    color: #b00020;
}

.gwvs-dialog .mdc-dialog__title {
    color: rgba(2, 62, 132, 0.87);
}

.mdc-drawer {
    width: auto;
}

.mdc-drawer .mdc-list-divider {
    border-bottom-color: transparent;
    margin: 14px 16px;
    margin: 0.875rem 1rem;
}

.mdc-drawer .mdc-list-item.light {
    font-weight: 300;
}

.gwvs-drawer-app-content {
    -webkit-overflow-scrolling: touch;
    flex: auto;
    overflow: auto;
}

.gwvs-drawer {
    z-index: 0;
    background: linear-gradient(45deg, #003, #069);
}

.gwvs-drawer .mdc-list-item {
    color: hsla(0, 0%, 100%, 0.87);
}

.gwvs-drawer .mdc-list-item--activated .mdc-list-item__graphic {
    color: #fff;
}

.gwvs-drawer .mdc-list-item--activated {
    color: hsla(0, 0%, 100%, 0.87);
}

.gwvs-drawer :not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item:after,
.gwvs-drawer :not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item:before {
    background-color: #fff;
}

@supports not (-ms-ime-align: auto) {
    .gwvs-drawer :not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item:after,
    .gwvs-drawer :not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item:before {
        background-color: var(--mdc-theme-surface, #fff);
    }
}

.gwvs-drawer :not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item:hover:before {
    opacity: 0.08;
}

.gwvs-drawer :not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--background-focused:before,
.gwvs-drawer :not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):focus:before {
    transition-duration: 75ms;
    opacity: 0.24;
}

.gwvs-drawer :not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):after {
    transition: opacity 0.15s linear;
}

.gwvs-drawer :not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: 0.24;
}

.gwvs-drawer :not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.24;
}

.gwvs-drawer__nav-bottom {
    color: hsla(0, 0%, 100%, 0.6);
    font-weight: 300;
}

.gwvs-drawer__nav-bottom .mdc-drawer__subtitle {
    color: hsla(0, 0%, 100%, 0.6);
    letter-spacing: 0;
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.gwvs-drawer__nav-bottom a {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    line-height: 1.375rem;
    font-weight: 500;
    letter-spacing: 0.00714em;
    text-decoration: inherit;
    text-transform: inherit;
    font-weight: 300;
}

.gwvs-drawer__nav-bottom-bar {
    margin-left: -8px;
    margin-left: -0.5rem;
}

.gwvs-drawer__nav-bottom-bar span {
    font-weight: 100;
}

.gwvs-drawer__header-logo {
    background-image: url(/images/telis/headerlogo.svg);
    background-size: 210px 34px;
    display: block;
    height: 34px;
    margin: 20px 0 0 4px;
    margin: 1.25rem 0 0 0.25rem;
    position: absolute;
    width: 210px;
}

.gwvs-drawer-tablet {
    border-color: rgba(0, 111, 186, 0.12);
    background-color: #f5f5f5;
}

.gwvs-drawer-tablet .mdc-drawer__title {
    color: rgba(0, 111, 186, 0.87);
}

.gwvs-drawer-tablet .mdc-drawer__subtitle,
.gwvs-drawer-tablet .mdc-list-group__subheader,
.gwvs-drawer-tablet .mdc-list-item__graphic {
    color: rgba(0, 111, 186, 0.6);
}

.gwvs-drawer-tablet .mdc-list-item {
    color: rgba(0, 111, 186, 0.87);
}

.gwvs-drawer-tablet .mdc-list-item--activated .mdc-list-item__graphic {
    color: #023e84;
}

.gwvs-drawer-tablet .mdc-list-item--activated {
    color: rgba(2, 62, 132, 0.87);
}

.gwvs-drawer-tablet :not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item:after,
.gwvs-drawer-tablet :not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item:before {
    background-color: #006fba;
}

@supports not (-ms-ime-align: auto) {
    .gwvs-drawer-tablet :not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item:after,
    .gwvs-drawer-tablet :not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item:before {
        background-color: var(--mdc-theme-secondary, #006fba);
    }
}

.gwvs-drawer-tablet :not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item:hover:before {
    opacity: 0.04;
}

.gwvs-drawer-tablet :not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--background-focused:before,
.gwvs-drawer-tablet :not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):focus:before {
    transition-duration: 75ms;
    opacity: 0.12;
}

.gwvs-drawer-tablet :not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):after {
    transition: opacity 0.15s linear;
}

.gwvs-drawer-tablet :not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: 0.12;
}

.gwvs-drawer-tablet :not(.mdc-list--non-interactive)> :not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.12;
}

@media screen and (max-width: 839px) {
    .gwvs-drawer-app-content {
        flex: auto;
        overflow: auto;
    }
    .gwvs-drawer {
        display: none;
    }
    .gwvs-drawer__header-logo {
        background-image: url(/images/telis/headerlogo-mobile.svg);
        background-size: 148px 24px;
        height: 24px;
        width: 148px;
    }
}

.gwvs-fab-transparent {
    background-color: transparent;
    box-shadow: unset;
}

.gwvs-fab-transparent:after,
.gwvs-fab-transparent:before {
    background-color: #006fba;
}

@supports not (-ms-ime-align: auto) {
    .gwvs-fab-transparent:after,
    .gwvs-fab-transparent:before {
        background-color: var(--mdc-theme-secondary, #006fba);
    }
}

.gwvs-fab-transparent:hover:before {
    opacity: 0.04;
}

.gwvs-fab-transparent.mdc-ripple-upgraded--background-focused:before,
.gwvs-fab-transparent:not(.mdc-ripple-upgraded):focus:before {
    transition-duration: 75ms;
    opacity: 0.12;
}

.gwvs-fab-transparent:not(.mdc-ripple-upgraded):after {
    transition: opacity 0.15s linear;
}

.gwvs-fab-transparent:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: 0.12;
}

.gwvs-fab-transparent.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.12;
}

.gwvs-footer {
    background-color: #404040;
    color: hsla(0, 0%, 100%, 0.6);
}

.gwvs-footer ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.gwvs-footer ul li {
    padding: 0 2px;
    padding: 0 0.125rem;
}

.gwvs-footer ul .lh2 {
    font-weight: 100;
    line-height: 32px;
    line-height: 2rem;
}

.gwvs-footer a {
    color: hsla(0, 0%, 100%, 0.6);
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 18px;
    line-height: 1.125rem;
    text-decoration: none;
}

.gwvs-footer a:hover {
    opacity: 0.6;
}

.gwvs-footer.gwvs-footer--nav {
    background-color: transparent;
}

.gwvs-footer__content {
    display: flex;
    margin: auto;
    padding: 32px;
    padding: 2rem;
}

.gwvs-footer__content .grow {
    flex-grow: 1;
    line-height: 32px;
    line-height: 2rem;
}

@media screen and (max-width: 480px) {
    .gwvs-footer ul {
        display: block;
        width: 100%;
    }
    .gwvs-footer ul li {
        border: 0;
        margin: 0.825rem 0;
        text-align: center;
        width: 100%;
    }
    .gwvs-footer__content {
        flex-direction: column;
    }
    .gwvs-footer__content .grow {
        text-align: center;
    }
}

.gwvs-form-field-white {
    color: hsla(0, 0%, 100%, 0.6);
}

.gwvs-layout-grid {
    height: 100%;
    padding: 16px;
    padding: 1rem;
}

.gwvs-layout-grid__inner-2,
.gwvs-layout-grid__inner-3 {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
}

.gwvs-layout-grid__inner-2 {
    display: grid;
    grid-gap: 0.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gwvs-layout-grid__inner-2 .mdc-layout-grid__cell {
    grid-column-end: auto;
    width: calc(50% - 24px);
}

.gwvs-layout-grid__inner-3 {
    display: grid;
    grid-gap: 0.75rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gwvs-layout-grid__inner-3 .mdc-layout-grid__cell {
    grid-column-end: auto;
    width: calc(33% - 1rem);
}

.gwvs-layout-grid--no-top {
    padding: 0 24px 24px;
    padding: 0 1.5rem 1.5rem;
}

.gwvs-layout-grid-span-2 {
    grid-column: span 2;
}

.gwvs-layout-grid,
.gwvs-layout-grid-phone {
    height: 100%;
}

.gwvs-layout-grid-phone .mdc-layout-grid__inner.gwvs-list-grid,
.gwvs-layout-grid .mdc-layout-grid__inner.gwvs-list-grid {
    grid-gap: 0 1.5rem;
}

@supports (display: grid) {
    .gwvs-layout-grid__inner-2 .mdc-layout-grid__cell,
    .gwvs-layout-grid__inner-3 .mdc-layout-grid__cell {
        width: auto;
    }
}

@media screen and (max-width: 1024px) {
    .gwvs-layout-grid {
        padding: 0.75rem;
    }
    .gwvs-layout-grid .mdc-layout-grid__inner {
        grid-gap: 10px;
    }
    .gwvs-layout-grid__cell-1024-full {
        grid-column-end: span 12;
    }
}

@media screen and (max-width: 839px) {
    .gwvs-layout-grid {
        padding: 1rem;
    }
    .gwvs-layout-grid.gwvs-layout-grid--desktop-only {
        padding: 0;
    }
    .gwvs-layout-grid__cell-1024-full {
        grid-column-end: span 8;
    }
    .gwvs-layout-grid--no-top {
        padding: 0 1rem 1rem;
    }
}

@media screen and (max-width: 480px) {
    .gwvs-layout-grid__cell-1024-full {
        grid-column-end: span 4;
    }
    .gwvs-layout-grid-phone .mdc-layout-grid__inner.gwvs-list-grid {
        grid-gap: 0;
    }
}

.gwvs-list-item__graphic {
    background-repeat: no-repeat;
}

.gwvs-list-item--middle {
    flex: 1;
}

.gwvs-list--ext .mdc-list-item__primary-text {
    color: #023e84;
}

@media screen and (max-width: 480px) {
    .gwvs-list--ext .mdc-list-item__graphic {
        margin-right: 1.5rem;
    }
    .gwvs-list--ext .mdc-list-item__primary-text {
        font-size: 0.875rem;
    }
    .gwvs-list--ext .mdc-list-item__secondary-text {
        font-size: 0.75rem;
    }
}

.gwvs-slider {
    align-items: flex-end;
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.gwvs-slider .gwvs-bar {
    color: hsla(0, 0%, 100%, 0.8);
    display: inline-flex;
    height: 24px;
    height: 1.5rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin-bottom: 4px;
    margin-bottom: 0.25rem;
    padding: 0 8px;
    padding: 0 0.5rem;
}

.gwvs-slider__top-offset {
    margin-top: -48px;
    margin-top: -3rem;
}

.gwvs-slider__inner {
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: left 0.4s;
    width: 300%;
}

.gwvs-slider__contents {
    align-items: center;
    flex: 1;
    height: 100%;
    justify-content: center;
    padding: 8px 32px;
    padding: 0.5rem 2rem;
    text-align: center;
}

.gwvs-slider-label {
    background-color: #809ec1;
    border-radius: 0;
    cursor: pointer;
    height: 10px;
    margin: 56px 8px;
    margin: 3.5rem 0.5rem;
    width: 10px;
    z-index: 1;
}

.gwvs-slider__nav {
    display: none;
    height: 0;
    width: 0;
}

.gwvs-slider__nav:checked {
    animation: H 0.4s linear forwards;
}

.gwvs-slider__nav:checked+.gwvs-slider-label {
    animation: H 0.4s linear forwards;
    background-color: #023e84;
}

.gwvs-slider__nav:checked:first-of-type~.gwvs-slider__inner {
    left: 0;
}

.gwvs-slider__nav:checked:nth-of-type(2)~.gwvs-slider__inner {
    left: -100%;
}

.gwvs-slider__nav:checked:nth-of-type(3)~.gwvs-slider__inner {
    left: -200%;
}

@keyframes H {
    50% {
        box-shadow: 0 0 0 3px #809ec1, 0 0 0 6px #809ec1;
    }
    to {
        box-shadow: 0 0 0 0, 0 0 0 0 #023e84;
    }
}

.gwvs-snackbar--error .mdc-snackbar__surface {
    background-color: #ffcdd2;
}

.gwvs-snackbar--error .mdc-snackbar__label {
    color: #b00020;
}

.gwvs-snackbar--error .icon-close {
    background-image: url(/images/icons/close-error.svg);
}

.gwvs-snackbar--success .mdc-snackbar__surface {
    background-color: #c8e6c9;
}

.gwvs-snackbar--success .mdc-snackbar__label {
    color: #1b5e20;
}

.gwvs-snackbar--success .icon-close {
    background-image: url(/images/icons/close-success.svg);
}

.gwvs-snackbar--icon {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 1rem 1rem;
    height: 16px;
    height: 1rem;
    width: 16px;
    width: 1rem;
}

.gwvs-text-field-white:after,
.gwvs-text-field-white:before {
    background-color: hsla(0, 0%, 100%, 0.87);
}

.gwvs-text-field-white:hover:before {
    opacity: 0.08;
}

.gwvs-text-field-white.mdc-ripple-upgraded--background-focused:before,
.gwvs-text-field-white:not(.mdc-ripple-upgraded):focus:before {
    transition-duration: 75ms;
    opacity: 0.24;
}

.gwvs-text-field-white:not(.mdc-text-field--disabled) .mdc-floating-label {
    color: hsla(0, 0%, 100%, 0.6);
}

.gwvs-text-field-white:not(.mdc-text-field--disabled) .mdc-text-field__input {
    color: hsla(0, 0%, 100%, 0.87);
}

.gwvs-text-field-white .mdc-text-field__input {
    caret-color: #f5f5f5;
}

.gwvs-text-field-white:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input {
    border-bottom-color: hsla(0, 0%, 100%, 0.12);
}

.gwvs-text-field-white:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input:hover {
    border-bottom-color: hsla(0, 0%, 100%, 0.87);
}

.gwvs-text-field-white .mdc-line-ripple {
    background-color: #f5f5f5;
}

.gwvs-text-field-white:not(.mdc-text-field--disabled):not(.mdc-text-field--textarea) {
    border-bottom-color: hsla(0, 0%, 100%, 0.12);
}

.gwvs-text-field-white:not(.mdc-text-field--disabled)+.mdc-text-field-helper-line .mdc-text-field-helper-text {
    color: hsla(0, 0%, 100%, 0.6);
}

.gwvs-text-field-white:not(.mdc-text-field--disabled) .mdc-text-field__icon {
    color: hsla(0, 0%, 100%, 0.54);
}

.gwvs-text-field-white:not(.mdc-text-field--disabled) {
    background-color: transparent;
}

.gwvs-text-field-white.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input,
.gwvs-text-field-white.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input:hover {
    border-bottom-color: #b00020;
    border-bottom-color: var(--mdc-theme-error, #b00020);
}

.gwvs-text-field-white.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple {
    background-color: #b00020;
    background-color: var(--mdc-theme-error, #b00020);
}

.gwvs-text-field-white.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,
.gwvs-text-field-white.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
    color: #b00020;
    color: var(--mdc-theme-error, #b00020);
}

.gwvs-text-field-white.mdc-text-field--invalid .mdc-text-field__input {
    caret-color: #b00020;
    caret-color: var(--mdc-theme-error, #b00020);
}

.gwvs-text-field-white.mdc-text-field--invalid.mdc-text-field--with-trailing-icon.mdc-text-field--with-leading-icon:not(.mdc-text-field--disabled) .mdc-text-field__icon~.mdc-text-field__icon,
.gwvs-text-field-white.mdc-text-field--invalid.mdc-text-field--with-trailing-icon:not(.mdc-text-field--with-leading-icon):not(.mdc-text-field--disabled) .mdc-text-field__icon {
    color: #b00020;
    color: var(--mdc-theme-error, #b00020);
}

.gwvs-text-field-white.mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
    opacity: 1;
}

.gwvs-text-field-white-bg-blue:after,
.gwvs-text-field-white-bg-blue:before {
    background-color: hsla(0, 0%, 100%, 0.87);
}

.gwvs-text-field-white-bg-blue:hover:before {
    opacity: 0.08;
}

.gwvs-text-field-white-bg-blue.mdc-ripple-upgraded--background-focused:before,
.gwvs-text-field-white-bg-blue:not(.mdc-ripple-upgraded):focus:before {
    transition-duration: 75ms;
    opacity: 0.24;
}

.gwvs-text-field-white-bg-blue:not(.mdc-text-field--disabled) .mdc-floating-label {
    color: hsla(0, 0%, 100%, 0.6);
}

.gwvs-text-field-white-bg-blue:not(.mdc-text-field--disabled) .mdc-text-field__input {
    color: hsla(0, 0%, 100%, 0.87);
}

.gwvs-text-field-white-bg-blue .mdc-text-field__input {
    caret-color: #f5f5f5;
}

.gwvs-text-field-white-bg-blue:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input {
    border-bottom-color: hsla(0, 0%, 100%, 0.12);
}

.gwvs-text-field-white-bg-blue:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input:hover {
    border-bottom-color: hsla(0, 0%, 100%, 0.87);
}

.gwvs-text-field-white-bg-blue .mdc-line-ripple {
    background-color: #f5f5f5;
}

.gwvs-text-field-white-bg-blue:not(.mdc-text-field--disabled):not(.mdc-text-field--textarea) {
    border-bottom-color: hsla(0, 0%, 100%, 0.12);
}

.gwvs-text-field-white-bg-blue:not(.mdc-text-field--disabled)+.mdc-text-field-helper-line .mdc-text-field-helper-text {
    color: hsla(0, 0%, 100%, 0.6);
}

.gwvs-text-field-white-bg-blue:not(.mdc-text-field--disabled) .mdc-text-field__icon {
    color: hsla(0, 0%, 100%, 0.54);
}

.gwvs-text-field-white-bg-blue:not(.mdc-text-field--disabled) {
    background-color: transparent;
}

.gwvs-text-field-white-bg-blue.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input,
.gwvs-text-field-white-bg-blue.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input:hover {
    border-bottom-color: #fff;
}

.gwvs-text-field-white-bg-blue.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple {
    background-color: #fff;
}

.gwvs-text-field-white-bg-blue.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,
.gwvs-text-field-white-bg-blue.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
    color: #fff;
}

.gwvs-text-field-white-bg-blue.mdc-text-field--invalid .mdc-text-field__input {
    caret-color: #fff;
}

.gwvs-text-field-white-bg-blue.mdc-text-field--invalid.mdc-text-field--with-trailing-icon.mdc-text-field--with-leading-icon:not(.mdc-text-field--disabled) .mdc-text-field__icon~.mdc-text-field__icon,
.gwvs-text-field-white-bg-blue.mdc-text-field--invalid.mdc-text-field--with-trailing-icon:not(.mdc-text-field--with-leading-icon):not(.mdc-text-field--disabled) .mdc-text-field__icon {
    color: #fff;
}

.gwvs-text-field-white-bg-blue.mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
    opacity: 1;
}

:target {
    display: block;
    position: relative;
    top: -64px;
    visibility: hidden;
}

.gwvs-top-app-bar {
    background-color: #fff;
    background-color: var(--mdc-theme-on-primary, #fff);
    color: #444;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    width: calc(100% - 256px);
}

.gwvs-top-app-bar .mdc-top-app-bar__action-item,
.gwvs-top-app-bar .mdc-top-app-bar__navigation-icon {
    color: #444;
    color: var(--mdc-theme-on-surface, #444);
}

.gwvs-top-app-bar .mdc-top-app-bar__action-item:after,
.gwvs-top-app-bar .mdc-top-app-bar__action-item:before,
.gwvs-top-app-bar .mdc-top-app-bar__navigation-icon:after,
.gwvs-top-app-bar .mdc-top-app-bar__navigation-icon:before {
    background-color: #111;
}

@supports not (-ms-ime-align: auto) {
    .gwvs-top-app-bar .mdc-top-app-bar__action-item:after,
    .gwvs-top-app-bar .mdc-top-app-bar__action-item:before,
    .gwvs-top-app-bar .mdc-top-app-bar__navigation-icon:after,
    .gwvs-top-app-bar .mdc-top-app-bar__navigation-icon:before {
        background-color: var(--mdc-theme-on-surface, #111);
    }
}

.gwvs-top-app-bar .mdc-top-app-bar__action-item:hover:before,
.gwvs-top-app-bar .mdc-top-app-bar__navigation-icon:hover:before {
    opacity: 0.04;
}

.gwvs-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-upgraded--background-focused:before,
.gwvs-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):focus:before,
.gwvs-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded--background-focused:before,
.gwvs-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):focus:before {
    transition-duration: 75ms;
    opacity: 0.12;
}

.gwvs-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):after,
.gwvs-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):after {
    transition: opacity 0.15s linear;
}

.gwvs-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):active:after,
.gwvs-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: 0.12;
}

.gwvs-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-upgraded,
.gwvs-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.12;
}

.gwvs-top-app-bar__width {
    max-width: 944px;
}

.gwvs-top-app-bar__navigation-icon,
.gwvs-top-app-logo-tablet {
    display: none;
}

.gwvs-top-app-section-start-text {
    font-style: italic;
    padding-left: 32px;
    padding-left: 2rem;
}

.gwvs-top-app-bar__navigation-icon-image,
.gwvs-top-app-bar__sign-out-icon-image {
    background-size: 16px 16px;
    height: 16px;
    width: 16px;
}

.gwvs-top-app-bar__navigation-icon-image {
    background-image: url(/images/icons/bars-white.svg);
    margin-left: 4px;
    margin-left: 0.25rem;
    margin-top: 2px;
    margin-top: 0.125rem;
}

.gwvs-top-app-bar__sign-out-icon-image {
    background-image: url(/images/icons/sign-out-dark.svg);
    margin-bottom: 2px;
    margin-bottom: 0.125rem;
    margin-left: 4px;
    margin-left: 0.25rem;
}

.gwvs-top-app-bar--dialog {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    background-color: #023e84;
    background-color: var(--mdc-theme-primary, #023e84);
    color: #111;
    background: linear-gradient(45deg, #003, #069);
    height: 64px;
    width: 100%;
}

.gwvs-top-app-bar--dialog .mdc-top-app-bar__action-item,
.gwvs-top-app-bar--dialog .mdc-top-app-bar__navigation-icon {
    color: #111;
    color: var(--mdc-theme-on-primary, #111);
}

.gwvs-top-app-bar--dialog .mdc-top-app-bar__action-item:after,
.gwvs-top-app-bar--dialog .mdc-top-app-bar__action-item:before,
.gwvs-top-app-bar--dialog .mdc-top-app-bar__navigation-icon:after,
.gwvs-top-app-bar--dialog .mdc-top-app-bar__navigation-icon:before {
    background-color: #fff;
}

@supports not (-ms-ime-align: auto) {
    .gwvs-top-app-bar--dialog .mdc-top-app-bar__action-item:after,
    .gwvs-top-app-bar--dialog .mdc-top-app-bar__action-item:before,
    .gwvs-top-app-bar--dialog .mdc-top-app-bar__navigation-icon:after,
    .gwvs-top-app-bar--dialog .mdc-top-app-bar__navigation-icon:before {
        background-color: var(--mdc-theme-on-primary, #fff);
    }
}

.gwvs-top-app-bar--dialog .mdc-top-app-bar__action-item:hover:before,
.gwvs-top-app-bar--dialog .mdc-top-app-bar__navigation-icon:hover:before {
    opacity: 0.08;
}

.gwvs-top-app-bar--dialog .mdc-top-app-bar__action-item.mdc-ripple-upgraded--background-focused:before,
.gwvs-top-app-bar--dialog .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):focus:before,
.gwvs-top-app-bar--dialog .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded--background-focused:before,
.gwvs-top-app-bar--dialog .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):focus:before {
    transition-duration: 75ms;
    opacity: 0.24;
}

.gwvs-top-app-bar--dialog .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):after,
.gwvs-top-app-bar--dialog .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):after {
    transition: opacity 0.15s linear;
}

.gwvs-top-app-bar--dialog .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):active:after,
.gwvs-top-app-bar--dialog .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):active:after {
    transition-duration: 75ms;
    opacity: 0.24;
}

.gwvs-top-app-bar--dialog .mdc-top-app-bar__action-item.mdc-ripple-upgraded,
.gwvs-top-app-bar--dialog .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.24;
}

.gwvs-top-app-bar--dialog .gwvs-top-app-logo-tablet {
    background-image: url(/images/telis/headerlogo.svg);
    background-size: 148px 24px;
    display: block;
    height: 24px;
    margin: 0 0 0 14px;
    margin: 0 0 0 0.875rem;
    position: absolute;
    width: 148px;
}

@media screen and (max-width: 839px) {
     :target {
        top: -56px;
    }
    .gwvs-top-app-bar {
        background-color: #023e84;
        background-color: var(--mdc-theme-primary, #023e84);
        color: #111;
        background: linear-gradient(45deg, #003, #069);
        width: 100%;
    }
    .gwvs-top-app-bar .mdc-top-app-bar__action-item,
    .gwvs-top-app-bar .mdc-top-app-bar__navigation-icon {
        color: #111;
        color: var(--mdc-theme-on-primary, #111);
    }
    .gwvs-top-app-bar .mdc-top-app-bar__action-item:after,
    .gwvs-top-app-bar .mdc-top-app-bar__action-item:before,
    .gwvs-top-app-bar .mdc-top-app-bar__navigation-icon:after,
    .gwvs-top-app-bar .mdc-top-app-bar__navigation-icon:before {
        background-color: #fff;
    }
    @supports not (-ms-ime-align: auto) {
        .gwvs-top-app-bar .mdc-top-app-bar__action-item:after,
        .gwvs-top-app-bar .mdc-top-app-bar__action-item:before,
        .gwvs-top-app-bar .mdc-top-app-bar__navigation-icon:after,
        .gwvs-top-app-bar .mdc-top-app-bar__navigation-icon:before {
            background-color: var(--mdc-theme-on-primary, #fff);
        }
    }
    .gwvs-top-app-bar .mdc-top-app-bar__action-item:hover:before,
    .gwvs-top-app-bar .mdc-top-app-bar__navigation-icon:hover:before {
        opacity: 0.08;
    }
    .gwvs-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-upgraded--background-focused:before,
    .gwvs-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):focus:before,
    .gwvs-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded--background-focused:before,
    .gwvs-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):focus:before {
        transition-duration: 75ms;
        opacity: 0.24;
    }
    .gwvs-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):after,
    .gwvs-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):after {
        transition: opacity 0.15s linear;
    }
    .gwvs-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):active:after,
    .gwvs-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):active:after {
        transition-duration: 75ms;
        opacity: 0.24;
    }
    .gwvs-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-upgraded,
    .gwvs-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded {
        --mdc-ripple-fg-opacity: 0.24;
    }
    .gwvs-top-app-logo-tablet {
        background-image: url(/images/telis/headerlogo.svg);
        background-size: 148px 24px;
        display: block;
        height: 24px;
        margin: 0 0 0 0.875rem;
        position: absolute;
        width: 148px;
    }
    .gwvs-top-app-bar__navigation-icon {
        display: flex;
    }
    .gwvs-top-app-section-end-text,
    .gwvs-top-app-section-start-text {
        display: none;
    }
}

.gwvs-typography--headline1 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 44px;
    line-height: 2.75rem;
    letter-spacing: -0.01562em;
}

.gwvs-typography--headline1,
.gwvs-typography--headline2 {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #023e84;
    font-weight: 500;
    text-decoration: inherit;
    text-transform: inherit;
}

.gwvs-typography--headline2 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 36px;
    line-height: 2.25rem;
    letter-spacing: -0.00833em;
}

.gwvs-typography--headline3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 32px;
    line-height: 2rem;
    letter-spacing: normal;
}

.gwvs-typography--headline3,
.gwvs-typography--headline4 {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    text-decoration: inherit;
    text-transform: inherit;
}

.gwvs-typography--headline4 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24.4px;
    line-height: 1.525rem;
    letter-spacing: 0.00735em;
}

.gwvs-typography--subtitle1 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 28px;
    line-height: 1.75rem;
    font-weight: 400;
    letter-spacing: 0.00937em;
}

.gwvs-typography--subtitle1,
.gwvs-typography--subtitle2 {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-decoration: inherit;
    text-transform: inherit;
}

.gwvs-typography--subtitle2 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    line-height: 1.375rem;
    font-weight: 500;
    letter-spacing: 0.00714em;
}

.gwvs-typography--body1 {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.03125em;
    text-decoration: inherit;
    text-transform: inherit;
}

.gwvs-typography--body2 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
}

.gwvs-typography--body2,
.gwvs-typography--body3 {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
    letter-spacing: 0.01786em;
    text-decoration: inherit;
    text-transform: inherit;
}

.gwvs-typography--body3 {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 16px;
    line-height: 1rem;
}

.gwvs-typography--body4 {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 14px;
    line-height: 0.875rem;
    font-weight: 300;
    letter-spacing: 0.01786em;
}

.gwvs-typography--body4,
.gwvs-typography--caption {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-decoration: inherit;
    text-transform: inherit;
}

.gwvs-typography--caption {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-weight: 400;
    letter-spacing: 0.03333em;
}

.gwvs-typography--headline1--content {
    padding: 24px 24px 0;
    padding: 1.5rem 1.5rem 0;
}

@media screen and (max-width: 1024px) {
    .gwvs-typography--headline1 {
        font-size: 1.875rem;
        line-height: 2.125rem;
        letter-spacing: -0.01562em;
    }
    .gwvs-typography--headline1,
    .gwvs-typography--headline2 {
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        color: #023e84;
        font-weight: 500;
        text-decoration: inherit;
        text-transform: inherit;
    }
    .gwvs-typography--headline2 {
        font-size: 1.625rem;
        line-height: 1.875rem;
        letter-spacing: -0.00833em;
    }
    .gwvs-typography--headline3 {
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-size: 1.375rem;
        line-height: 1.625rem;
        font-weight: 400;
        letter-spacing: normal;
        text-decoration: inherit;
        text-transform: inherit;
    }
    .gwvs-typography--headline4 {
        line-height: 1.25rem;
        letter-spacing: 0.00735em;
    }
    .gwvs-typography--headline4,
    .gwvs-typography--subtitle1 {
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-size: 1rem;
        font-weight: 400;
        text-decoration: inherit;
        text-transform: inherit;
    }
    .gwvs-typography--subtitle1 {
        line-height: 1.75rem;
        letter-spacing: 0.00937em;
    }
    .gwvs-typography--subtitle2 {
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-size: 0.875rem;
        line-height: 1.375rem;
        font-weight: 500;
        letter-spacing: 0.00714em;
        text-decoration: inherit;
        text-transform: inherit;
    }
    .gwvs-typography--body1 {
        font-weight: 400;
        letter-spacing: 0.03125em;
    }
    .gwvs-typography--body1,
    .gwvs-typography--body2 {
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-size: 0.875rem;
        line-height: 1.25rem;
        text-decoration: inherit;
        text-transform: inherit;
    }
    .gwvs-typography--body2 {
        font-weight: 300;
        letter-spacing: 0.01786em;
    }
    .gwvs-typography--body3 {
        font-size: 0.75rem;
        line-height: 1rem;
    }
    .gwvs-typography--body3,
    .gwvs-typography--body4 {
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-weight: 300;
        letter-spacing: 0.01786em;
        text-decoration: inherit;
        text-transform: inherit;
    }
    .gwvs-typography--body4 {
        font-size: 0.625rem;
        line-height: 0.875rem;
    }
    .gwvs-typography--caption {
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-size: 0.75rem;
        line-height: 1.25rem;
        font-weight: 400;
        letter-spacing: 0.03333em;
        text-decoration: inherit;
        text-transform: inherit;
    }
}

@media screen and (max-width: 839px) {
    .gwvs-typography--headline1--content {
        padding: 1rem 1rem 0;
    }
}

@media screen and (max-width: 640px) {
    .gwvs-typography--headline1 {
        font-size: 1.5rem;
        line-height: 1.75rem;
        letter-spacing: -0.01562em;
    }
    .gwvs-typography--headline1,
    .gwvs-typography--headline2 {
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        color: #023e84;
        font-weight: 400;
        text-decoration: inherit;
        text-transform: inherit;
    }
    .gwvs-typography--headline2 {
        font-size: 1.375rem;
        line-height: 1.625rem;
        letter-spacing: -0.00833em;
    }
    .gwvs-typography--headline3 {
        font-size: 1.25rem;
        line-height: 1.5rem;
        letter-spacing: normal;
    }
    .gwvs-typography--headline3,
    .gwvs-typography--headline4 {
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-weight: 400;
        text-decoration: inherit;
        text-transform: inherit;
    }
    .gwvs-typography--headline4 {
        font-size: 0.875rem;
        line-height: 1.125rem;
        letter-spacing: 0.00735em;
    }
    .gwvs-typography--subtitle1 {
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-size: 1rem;
        line-height: 1.75rem;
        font-weight: 400;
        letter-spacing: 0.00937em;
        text-decoration: inherit;
        text-transform: inherit;
    }
    .gwvs-typography--subtitle2 {
        line-height: 1.375rem;
        font-weight: 500;
        letter-spacing: 0.00714em;
    }
    .gwvs-typography--body1,
    .gwvs-typography--subtitle2 {
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-size: 0.875rem;
        text-decoration: inherit;
        text-transform: inherit;
    }
    .gwvs-typography--body1 {
        line-height: 1.25rem;
        font-weight: 300;
        letter-spacing: 0.03125em;
    }
    .gwvs-typography--body2 {
        font-size: 0.75rem;
        line-height: 1rem;
    }
    .gwvs-typography--body2,
    .gwvs-typography--body3 {
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-weight: 300;
        letter-spacing: 0.01786em;
        text-decoration: inherit;
        text-transform: inherit;
    }
    .gwvs-typography--body3 {
        font-size: 0.625rem;
        line-height: 0.875rem;
    }
    .gwvs-typography--body4 {
        font-size: 0.5rem;
        line-height: 0.75rem;
        font-weight: 300;
        letter-spacing: 0.01786em;
    }
    .gwvs-typography--body4,
    .gwvs-typography--caption {
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        text-decoration: inherit;
        text-transform: inherit;
    }
    .gwvs-typography--caption {
        font-size: 0.75rem;
        line-height: 1.25rem;
        font-weight: 400;
        letter-spacing: 0.03333em;
    }
    .gwvs-typography--headline1--content {
        text-align: center;
    }
}

.thin {
    font-weight: 100;
}

.light {
    font-weight: 300;
}

.regular {
    font-weight: 400;
}

.medium {
    font-weight: 500;
}

.bold {
    font-weight: 700;
}

.italic {
    font-style: italic;
}

.font-normal {
    font-style: normal;
}

.nowrap {
    white-space: nowrap;
}

.no-text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
}

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

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

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

.minus-style {
    list-style-type: "- ";
    margin-left: 0;
    padding-left: 16px;
    padding-left: 1rem;
}

.color-blue {
    color: #023e84;
}

.color-red {
    color: #b00020;
}

.impressum ul {
    list-style: none;
    margin: 16px 0;
    margin: 1rem 0;
    padding: 0;
}

.impressum ul:first-child {
    margin-top: 0;
}

.impressum li {
    padding: 2px 0;
    padding: 0.125rem 0;
}

.impressum li,
.impressum p {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300;
}

.impressum p {
    line-height: 24px;
    line-height: 1.5rem;
}

.impressum a {
    color: #333;
    font-weight: 400;
    text-decoration: none;
}

.impressum a:hover {
    opacity: 0.6;
}

.loginsite {
    height: auto;
}

.login {
    background: linear-gradient(45deg, #000, #222);
    color: hsla(0, 0%, 100%, 0.6);
    display: flex;
    flex-direction: column;
}

.login .headerlogo {
    font-size: 18px;
    display: block;
    margin: 34px 0 0 165px;
    position: absolute;
    width: 300px;
    text-decoration: none;
}

.login h1 {
    color: var(--primary);
    padding-top: 96px;
    padding-top: 6rem;
}

.login .login-form {
    color: white;
    margin-top: 48px;
    margin-top: 3rem;
}

.login .login-content {
    flex: 1;
    text-align: center;
}

.login .login-inner {
    margin: 0 auto;
    max-width: 1024px;
}

@keyframes I {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.login .login-logo {
    padding-left: 16px;
    padding-left: 1rem;
}

.login .login-text-field {
    display: block;
    margin: 16px auto;
    margin: 1rem auto;
}

.login .login-button,
.login .login-text-field {
    width: 300px;
    width: 18.75rem;
}

.login .forgotten {
    color: hsla(0, 0%, 100%, 0.6);
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px;
    line-height: 1.125rem;
    text-transform: unset;
}

.login .gwvs-text-field-helper-text--validation {
    margin: -16px auto 0;
    margin: -1rem auto 0;
    text-align: left;
    width: 300px;
    width: 18.75rem;
}

.login .gwvs-text-field-white.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid+.gwvs-text-field-helper-text--validation {
    background-color: #ffcdd2;
}

.gwvs-login-list {
    color: hsla(0, 0%, 100%, 0.6);
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: 0.00937em;
    line-height: 24px;
    line-height: 1.5rem;
    line-height: 28px;
    line-height: 1.75rem;
    list-style-type: none;
    margin: 32px auto;
    margin: 2rem auto;
    max-width: 640px;
    padding: 8px 0;
    text-decoration: inherit;
    text-transform: inherit;
}

.gwvs-login-list .gwvs-login-list-item {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin-top: 16px;
    margin-top: 1rem;
    min-height: 56px;
    padding: 0 16px;
    position: relative;
}

.gwvs-login-list .gwvs-login-list-item__text {
    text-align: left;
}

.gwvs-login-list .gwvs-list-item__graphic {
    margin-left: 0;
    margin-right: 56px;
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
}

.login-info {
    margin-top: 80px;
    margin-top: 5rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
    padding: 0 16px;
    padding: 0 1rem;
}

@media (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .loginsite,
    body.loginsite,
    html.loginsite {
        height: 100vh;
    }
}

@media screen and (max-width: 839px) {
    .login .headerlogo {
        background-image: url(/images/telis/headerlogo.svg);
        background-size: 148px 24px;
        height: 24px;
        width: 148px;
    }
}

@media screen and (max-width: 640px) {
    /*    .login,
    body.login,
    body.loginsite,
    html.loginsite {
        height: 100vh;
    }*/
    .login {
        display: block;
        flex-direction: unset;
    }
    .login .login-content {
        flex: unset;
        height: 100%;
        min-height: 100%;
    }
    .login .login-headerlogo {
        background-size: 148px 24px;
        height: 24px;
        width: 148px;
    }
    .login-info {
        display: none;
    }
}

.header-index {
    background-attachment: scroll;
    background-color: transparent;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/images/header-mobile.jpg);
    height: 230px;
}

.icons-consultant {
    background-size: 120px 120px;
    max-height: 120px;
    max-width: 120px;
}

.icon-fab {
    background-size: 34px 34px;
    height: 34px;
    width: 34px;
}

.icons-contact-consultant {
    float: right;
    margin-right: 16px;
    margin-right: 1rem;
    margin-top: -62px;
    max-height: 132px;
    max-width: 132px;
}

.gwvs-head-icon {
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 80px 80px;
    border-radius: 0;
    float: right;
    height: 100px;
    margin-top: -80px;
    padding: 64px;
    padding: 4rem;
    width: 100px;
}

.icon-white-datentresor {
    background-image: url(../../img/dados.svg);
}

.icon-white-einnahmen {
    background-image: url(../../img/reducao.svg);
}

.icon-white-konten {
    background-image: url(../../img/portal.svg);
}

.icon-white-phone {
    background-image: url(../../img/phone.svg);
}

.icon-white-termine {
    background-image: url(../../img/agenda.svg);
}

.icon-white-vermoegen {
    background-image: url(../../img/desenvolvimento.svg);
}

.icon-white-versicherungen {
    background-image: url(../../img/cobertura-contratos.svg);
}

@media screen and (max-width: 1024px) {
    .icons-contact-consultant {
        margin-top: -54px;
        max-height: 110px;
        max-width: 110px;
    }
    .gwvs-head-icon {
        background-size: 60px 60px;
        height: 80px;
        margin-top: -68px;
        padding: 3.5rem;
        width: 80px;
    }
    .icons-consultant {
        background-size: 100px 100px;
        max-height: 100px;
        max-width: 100px;
    }
}

@media screen and (max-width: 839px) {
    .icons-contact-consultant {
        margin-top: -48px;
    }
    .gwvs-head-icon {
        margin-top: -62px;
    }
    .icons-consultant {
        background-size: 80px 80px;
        max-height: 80px;
        max-width: 80px;
    }
}

@media screen and (max-width: 640px) {
    .icons-contact-consultant {
        margin-right: 1rem;
        margin-top: 1rem;
        max-height: 80px;
        max-width: 80px;
    }
    .gwvs-head-icon {
        background-size: 40px 40px;
        height: 50px;
        margin-top: 0;
        padding: 2.5rem;
        width: 50px;
    }
    .icons-consultant {
        background-size: 60px 60px;
        max-height: 60px;
        max-width: 60px;
    }
}

@media screen and (max-width: 480px) {
    .icons-contact-consultant {
        margin-right: 0;
        margin-top: 1rem;
        max-height: unset;
        width: 100%;
    }
    .icons-consultant {
        background-size: 50px 50px;
        max-height: 50px;
        max-width: 50px;
    }
}

.icon-fab-termine {
    background-image: url(/images/telis/icons/termine.svg);
}

.icon-fab-datentresor {
    background-image: url(/images/telis/icons/datentresor.svg);
}

.icon-fab-kosten-senken {
    background-image: url(/images/telis/icons/kosten-senken.svg);
}

.icon-adresse {
    background-image: url(/images/telis/icons/adresse.svg);
}

.icon-aktien {
    background-image: url(/images/telis/icons/aktien.svg);
}

.icon-altersvorsorge {
    background-image: url(/images/telis/icons/altersvorsorge.svg);
}

.icon-arbeitgeber {
    background-image: url(/images/telis/icons/arbeitgeber.svg);
}

.icon-ausgaben {
    background-image: url(/images/telis/icons/ausgaben.svg);
}

.icon-basisrente {
    background-image: url(/images/telis/icons/basisrente.svg);
}

.icon-baufinanzierung {
    background-image: url(/images/telis/icons/baufinanzierung.svg);
}

.icon-beitraege {
    background-image: url(/images/telis/icons/beitraege.svg);
}

.icon-berufsunfaehigkeit {
    background-image: url(/images/telis/icons/berufsunfaehigkeit.svg);
}

.icon-close {
    background-image: url(/images/telis/icons/close.svg);
}

.icon-datentresor {
    background-image: url(/images/telis/icons/datentresor.svg);
}

.icon-depot {
    background-image: url(/images/telis/icons/depot.svg);
}

.icon-dokumente {
    background-image: url(/images/telis/icons/dokumente.svg);
}

.icon-einnahmen {
    background-image: url(/images/telis/icons/einnahmen.svg);
}

.icon-einstellungen {
    background-image: url(/images/telis/icons/einstellungen.svg);
}

.icon-error {
    background-image: url(/images/telis/icons/error.svg);
}

.icon-exi {
    background-image: url(/images/telis/icons/exi.svg);
}

.icon-fonds {
    background-image: url(/images/telis/icons/fonds.svg);
}

.icon-forbidden {
    background-image: url(/images/telis/icons/forbidden.svg);
}

.icon-gas {
    background-image: url(/images/telis/icons/gas.svg);
}

.icon-haftpflicht {
    background-image: url(/images/telis/icons/haftpflicht.svg);
}

.icon-gewaesserschaden {
    background-image: url(../images/telis/icons/haus-gewaesserschaden.svg);
}

.icon-haus-vermoegen {
    background-image: url(/images/telis/icons/haus-vermoegen.svg);
}

.icon-haushaltsglas {
    background-image: url(/images/telis/icons/haushaltsglas.svg);
}

.icon-haus-grundbesitzerhaftpflicht {
    background-image: url(/images/telis/icons/haus-grundbesitzerhaftpflicht.svg);
}

.icon-hausrat {
    background-image: url(/images/telis/icons/hausrat.svg);
}

.icon-immobilien {
    background-image: url(/images/telis/icons/immobilien.svg);
}

.icon-immobiliendarlehen {
    background-image: url(/images/telis/icons/immobiliendarlehen.svg);
}

.icon-immobilienfonds {
    background-image: url(../images/telis/icons/immobilienfonds.svg);
}

.icon-jagdhaftpflicht-vers {
    background-image: url(/images/telis/icons/jagdhaftpflicht-vers.svg);
}

.icon-kinder {
    background-image: url(/images/telis/icons/kinder.svg);
}

.icon-kfz {
    background-image: url(/images/telis/icons/kfz.svg);
}

.icon-kfz-vers {
    background-image: url(/images/telis/icons/kfz-vers.svg);
}

.icon-konten {
    background-image: url(/images/telis/icons/konten.svg);
}

.icon-kosten-senken {
    background-image: url(/images/telis/icons/kosten-senken.svg);
}

.icon-krankheitskosten {
    background-image: url(/images/telis/icons/krankheitskosten.svg);
}

.icon-kredite {
    background-image: url(/images/telis/icons/kredite.svg);
}

.icon-kreditkarten {
    background-image: url(/images/telis/icons/kreditkarten.svg);
}

.icon-kunst-vers {
    background-image: url(/images/telis/icons/kunst-vers.svg);
}

.icon-laengere-krankheit {
    background-image: url(/images/telis/icons/laengere-krankheit.svg);
}

.icon-mail {
    background-image: url(/images/telis/icons/mail.svg);
}

.icon-notfound {
    background-image: url(/images/telis/icons/notfound.svg);
}

.icon-passwoerter {
    background-image: url(/images/telis/icons/passwoerter.svg);
}

.icon-persoenliche-daten {
    background-image: url(/images/telis/icons/persoenliche-daten.svg);
}

.icon-phone {
    background-image: url(/images/telis/icons/phone.svg);
}

.icon-person {
    background-image: url(/images/telis/icons/person.svg);
}

.icon-personen {
    background-image: url(/images/telis/icons/personen.svg);
}

.icon-pflege {
    background-image: url(/images/telis/icons/pflege.svg);
}

.icon-privatekredite {
    background-image: url(/images/telis/icons/privatekredite.svg);
}

.icon-privatrente {
    background-image: url(/images/telis/icons/privatrente.svg);
}

.icon-ratenkredit {
    background-image: url(/images/telis/icons/ratenkredit.svg);
}

.icon-rechtsschutz {
    background-image: url(/images/telis/icons/rechtsschutz.svg);
}

.icon-riester {
    background-image: url(/images/telis/icons/riester.svg);
}

.icon-rueckkaufwerte {
    background-image: url(/images/telis/icons/rueckkaufwerte.svg);
}

.icon-schutz-werte {
    background-image: url(/images/telis/icons/schutz-werte.svg);
}

.icon-serviceordner {
    background-image: url(/images/telis/icons/serviceordner.svg);
}

.icon-sonstige-vers {
    background-image: url(/images/telis/icons/sonstige-vers.svg);
}

.icon-spar-guthaben {
    background-image: url(/images/telis/icons/spar-guthaben.svg);
}

.icon-steuern-sparen {
    background-image: url(/images/telis/icons/steuern-sparen.svg);
}

.icon-strom {
    background-image: url(/images/telis/icons/strom.svg);
}

.icon-termine {
    background-image: url(/images/telis/icons/termine.svg);
}

.icon-termine-eigene {
    background-image: url(/images/telis/icons/termine-eigene.svg);
}

.icon-tier-krankenversicherung {
    background-image: url(/images/telis/icons/tier-krankenversicherung.svg);
}

.icon-todesfall {
    background-image: url(/images/telis/icons/todesfall.svg);
}

.icon-umwelt-vers {
    background-image: url(/images/telis/icons/umwelt-vers.svg);
}

.icon-verbindlichkeiten {
    background-image: url(/images/telis/icons/verbindlichkeiten.svg);
}

.icon-vermoegen {
    background-image: url(/images/telis/icons/vermoegen.svg);
}

.icon-versicherungen {
    background-image: url(/images/telis/icons/versicherungen.svg);
}

.icon-versicherungsvertrag {
    background-image: url(/images/telis/icons/versicherungsvertrag.svg);
}

.icon-website {
    background-image: url(/images/telis/icons/external-link.svg);
}

.icon-wertpapiere {
    background-image: url(/images/telis/icons/wertpapiere.svg);
}

.icon-wohngebaeude {
    background-image: url(/images/telis/icons/wohngebaeude.svg);
}

.gwvs-drawer .mdc-list-item__graphic {
    margin-right: 16px;
    margin-right: 1rem;
}

.gwvs-drawer .mdc-list-item__graphic.menu-icon--einnahmen {
    background-image: url(/images/telis/icons/menu-konten-white.png);
    background-size: cover;
}

.gwvs-drawer .mdc-list-item__graphic.menu-icon--versicherungen {
    background-image: url(/images/telis/icons/menu-versicherungen-white.png);
    background-size: cover;
}

.gwvs-drawer .mdc-list-item__graphic.menu-icon--vermoegen {
    background-image: url(/images/telis/icons/menu-vermoegen-white.png);
    background-size: cover;
}

.gwvs-drawer .mdc-list-item__graphic.menu-icon--berater {
    background-image: url(/images/telis/icons/menu-berater-white.png);
    background-size: cover;
}

.gwvs-drawer-tablet .mdc-list-item__graphic {
    margin-right: 16px;
    margin-right: 1rem;
}

.gwvs-drawer-tablet .mdc-list-item__graphic.menu-icon--einnahmen {
    background-image: url(/images/telis/icons/menu-konten.png);
    background-size: cover;
}

.gwvs-drawer-tablet .mdc-list-item__graphic.menu-icon--versicherungen {
    background-image: url(/images/telis/icons/menu-versicherungen.png);
    background-size: cover;
}

.gwvs-drawer-tablet .mdc-list-item__graphic.menu-icon--vermoegen {
    background-image: url(/images/telis/icons/menu-vermoegen.png);
    background-size: cover;
}

.gwvs-drawer-tablet .mdc-list-item__graphic.menu-icon--berater {
    background-image: url(/images/telis/icons/menu-berater.png);
    background-size: cover;
}

body,
html {
    background-color: #ebebeb;
    border: 0;
    height: 100vh;
    margin: 0;
    outline: 0;
    padding: 0;
    scroll-behavior: smooth;
    vertical-align: baseline;
    width: 100%;
}

body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #333;
    font-feature-settings: "liga";
    font-size: 100%;
    text-rendering: optimizeLegibility;
}

.main-content {
    background-color: #ebebeb;
    height: 100%;
    max-width: 944px;
    overflow: auto;
}

.video-wrapper {
    height: 0;
    overflow: hidden;
    padding-bottom: 52%;
    padding-top: 0;
    position: relative;
}

.video-wrapper iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.video-wrapper-16-9 {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 0;
    position: relative;
}

.video-wrapper-16-9 iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.dot-red {
    background-color: #b00020;
    border-radius: 0;
    display: inline-block;
    height: 8px;
    height: 0.5rem;
    margin-right: 4px;
    margin-right: 0.25rem;
    width: 8px;
    width: 0.5rem;
}

.gwvs-teaser-caption-tablet {
    display: none;
}

.gwvs-teaser-caption-desktop {
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: 300;
    line-height: 14px;
    line-height: 0.875rem;
    display: block;
    text-align: right;
}

.display-phone,
.display-tablet,
.display-tablet--flex {
    display: none;
}

.nutzung li {
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.vertrag ol {
    counter-reset: a;
}

.vertrag ol ol {
    margin-top: 16px;
    margin-top: 1rem;
}

.vertrag li:before {
    content: counters(a, ".") " ";
    counter-increment: a;
}

.vertrag li {
    display: block;
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.vertrag li .point:before {
    content: "- ";
    counter-increment: none;
}

.vertrag li .nonepoint:before {
    content: "";
    counter-increment: none;
}

.profilebox {
    background-color: #fff9c4;
    color: #4c4a3a;
    font-size: 12px;
    font-size: 0.75rem;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99999;
}

@media screen and (max-width: 1024px) {
    .hidden-tablet-landscape {
        display: none;
    }
}

@media screen and (max-width: 839px) {
    body,
    html {
        background-color: #404040;
    }
    .hidden-mobile,
    .hidden-tablet {
        display: none;
    }
    .display-tablet {
        display: inline;
    }
    .display-tablet--flex {
        display: flex;
    }
}

@media screen and (max-width: 640px) {
    .gwvs-teaser-caption-tablet {
        font-size: 0.625rem;
        font-weight: 300;
        line-height: 0.875rem;
        display: block;
        padding-left: 1rem;
        text-align: center;
    }
    .gwvs-teaser-caption-desktop {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .hidden-phone {
        display: none;
    }
    .display-phone {
        display: inherit;
    }
}

.flex-container,
.flex-container--dialog {
    display: flex;
    height: 100%;
}

.flex-container--dialog {
    flex-direction: column;
}

.flex-container--dialog .grow {
    flex-grow: 1;
}

.flex {
    display: flex;
}

.flex .grow {
    flex-grow: 1;
}

.left {
    float: left;
}

.right {
    float: right;
}

.mt025 {
    margin-top: 4px;
    margin-top: 0.25rem;
}

.mt05 {
    margin-top: 8px;
    margin-top: 0.5rem;
}

.mt15 {
    margin-top: 24px;
    margin-top: 1.5rem;
}

.mt05- {
    margin-top: -8px;
    margin-top: -0.5rem;
}

.sublist-padding {
    padding-left: 64px;
    padding-left: 4rem;
}

.mt1 {
    margin-top: 16px;
    margin-top: 1rem;
}

.mt2 {
    margin-top: 32px;
    margin-top: 2rem;
}

.mt3 {
    margin-top: 48px;
    margin-top: 3rem;
}

.mt4 {
    margin-top: 64px;
    margin-top: 4rem;
}

.mb1 {
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.mb2 {
    margin-bottom: 32px;
    margin-bottom: 2rem;
}

.mb3 {
    margin-bottom: 48px;
    margin-bottom: 3rem;
}

.mb4 {
    margin-bottom: 64px;
    margin-bottom: 4rem;
}

.my1 {
    margin-bottom: 16px;
    margin-bottom: 1rem;
    margin-top: 16px;
    margin-top: 1rem;
}

.my2 {
    margin-bottom: 32px;
    margin-bottom: 2rem;
    margin-top: 32px;
    margin-top: 2rem;
}

.my3 {
    margin-bottom: 48px;
    margin-bottom: 3rem;
    margin-top: 48px;
    margin-top: 3rem;
}

.my4 {
    margin-bottom: 64px;
    margin-bottom: 4rem;
    margin-top: 64px;
    margin-top: 4rem;
}

.mr1 {
    margin-right: 16px;
    margin-right: 1rem;
}

.ml1 {
    margin-left: 16px;
    margin-left: 1rem;
}

.p1 {
    padding: 16px;
    padding: 1rem;
}

.pr1 {
    padding-right: 16px;
    padding-right: 1rem;
}

.pl0 {
    padding-left: 0;
}

.pl1 {
    padding-left: 16px;
    padding-left: 1rem;
}

.pt1 {
    padding-top: 16px;
    padding-top: 1rem;
}

.pb1,
.py1 {
    padding-bottom: 16px;
    padding-bottom: 1rem;
}

.py1 {
    padding-top: 16px;
    padding-top: 1rem;
}

.pl1-tablet {
    padding-left: 16px;
    padding-left: 1rem;
}

.width-full {
    width: 100%;
}

.scroll-with-offset {
    padding-top: 65px;
    margin-bottom: -65px;
}

@media screen and (max-width: 1024px) {
    .mt1 {
        margin-top: 0.75rem;
    }
    .mt2 {
        margin-top: 1.5rem;
    }
    .mt3 {
        margin-top: 2.25rem;
    }
    .mt4 {
        margin-top: 3rem;
    }
    .mb1 {
        margin-bottom: 0.75rem;
    }
    .mb2 {
        margin-bottom: 1.5rem;
    }
    .mb3 {
        margin-bottom: 2.25rem;
    }
    .mb4 {
        margin-bottom: 3rem;
    }
    .my1 {
        margin-bottom: 0.75rem;
        margin-top: 0.75rem;
    }
    .my2 {
        margin-bottom: 1.5rem;
        margin-top: 1.5rem;
    }
    .my3 {
        margin-bottom: 2.25rem;
        margin-top: 2.25rem;
    }
    .my4 {
        margin-bottom: 3rem;
        margin-top: 3rem;
    }
}

@media screen and (max-width: 839px) {
    .mb1-tablet {
        margin-bottom: 1rem;
    }
    .mt1-tablet {
        margin-top: 1rem;
    }
}

@media screen and (max-width: 640px) {
    .mt1-phone {
        margin-top: 1rem;
    }
    .mt2-phone {
        margin-top: 2rem;
    }
    .mb1-phone {
        margin-bottom: 1rem;
    }
    .mb2-phone {
        margin-bottom: 2rem;
    }
    .pl1-phone {
        padding-left: 1rem;
    }
    .pl1-tablet {
        padding-left: 0;
    }
    .sublist-padding {
        padding-left: 2rem;
    }
    .scroll-with-offset {
        padding-top: 56px;
        margin-bottom: -56px;
    }
}

.logo-footer {
    width: 240px;
}

@media(max-width: 981px) {
    .logo-footer {
        width: 180px;
    }
}